/* Cypra contact page enhancements */
label.framer-muepmv,
input[name="Zip Code"],
input[placeholder="90210"] {
  display: none !important;
}

.framer-107qit1 {
  display: flex !important;
  flex-direction: column !important;
}

.framer-107qit1 > label.framer-vsjd4q {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
}

.cypra-phones a:hover {
  opacity: 0.85;
}

.cypra-phones {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 18px;
  margin: 0;
}

.cypra-phones a {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.35;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.cypra-socials {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  margin-bottom: 4px;
}

.cypra-social {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.cypra-social:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.cypra-social svg {
  width: 18px;
  height: 18px;
  display: block;
}

.cypra-social--wa {
  background: #25d366;
}

.cypra-social--ig {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.cypra-social--fb {
  background: #1877f2;
}

/* Services sticky image swap — smoother crossfade, less paint lag */
[data-framer-name="Services Section"] .framer-a5v1b2-container,
[data-framer-name="Services Section"] .framer-lD33C,
[data-framer-name="Services Section"] .framer-5vdxzu,
[data-framer-name="Services Section"] .framer-1u04ewk,
[data-framer-name="Services Section"] .framer-iiy119 {
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

[data-framer-name="Services Section"] .framer-5vdxzu,
[data-framer-name="Services Section"] .framer-1u04ewk,
[data-framer-name="Services Section"] .framer-iiy119 {
  will-change: opacity, transform;
  transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
