.crh-consultation-redirect {
  display: flex;
  justify-content: center;
  padding: clamp(56px, 8vw, 110px) 24px;
  margin: 0 auto;
  max-width: 100%;
  background: #07101d;
}

.crh-consultation-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 70px;
  width: min(100%, 520px);
  padding: 0 34px;
  background: #d4af50;
  color: #07101d;
  font: 800 13px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.crh-consultation-button:hover {
  background: #e0bd5d;
  transform: translateY(-2px);
}

.crh-footer-whatsapp,
.crh-contact-phone-text,
.crh-contact-whatsapp-text {
  text-decoration: none;
}

.crh-header-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: clamp(156px, 18vw, 230px) !important;
  max-width: 52vw !important;
  min-width: 0 !important;
}

.crh-header-logo-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 78px !important;
  object-fit: contain !important;
}

.crh-footer-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  width: min(100%, 300px) !important;
  margin-bottom: 24px !important;
}

.crh-footer-logo-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 100px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.crh-simple-logo-footer {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 14px !important;
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.crh-simple-logo-footer .crh-footer-logo-link {
  justify-content: center !important;
  margin-bottom: 0 !important;
}

.crh-simple-logo-footer .crh-footer-logo-image {
  object-position: center !important;
}

.crh-footer-tagline {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font: 500 13px/1.5 Inter, ui-sans-serif, system-ui, sans-serif !important;
}

.crh-review-portrait,
.crh-review-avatar {
  width: 112px !important;
  height: 112px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
  border: 2px solid rgba(212, 175, 80, 0.62) !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24) !important;
}

.crh-review-portrait {
  margin-top: 0 !important;
  margin-bottom: 22px !important;
}

.crh-review-avatar {
  padding: 0 !important;
}

.crh-review-portrait img,
.crh-review-avatar-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.crh-footer-whatsapp strong {
  font-weight: 900;
  letter-spacing: 0.04em;
}

.crh-footer-whatsapp {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  color: hsl(var(--muted-foreground, 220 13% 72%)) !important;
  font: 400 14px/1.4 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
  transition: color 180ms ease;
}

.crh-footer-whatsapp:hover {
  color: hsl(var(--primary, 43 61% 57%)) !important;
}

.crh-whatsapp-icon {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.crh-footer-whatsapp span {
  color: inherit;
}

.crh-service-faq-item {
  transition: border-color 180ms ease, background-color 180ms ease !important;
}

.crh-service-faq-item[open] {
  border-color: rgba(212, 175, 80, 0.58) !important;
  background: rgba(212, 175, 80, 0.06) !important;
}

.crh-service-faq-summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(18px, 3vw, 34px) !important;
  width: 100% !important;
}

.crh-service-faq-summary::-webkit-details-marker {
  display: none !important;
}

.crh-service-faq-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(212, 175, 80, 0.55) !important;
  border-radius: 999px !important;
  color: #d4af50 !important;
  background: rgba(212, 175, 80, 0.08) !important;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease !important;
}

.crh-service-faq-icon svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.4 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.crh-service-faq-summary:hover .crh-service-faq-icon,
.crh-service-faq-summary:focus-visible .crh-service-faq-icon {
  border-color: rgba(212, 175, 80, 0.9) !important;
  background: rgba(212, 175, 80, 0.16) !important;
}

.crh-service-faq-item[open] .crh-service-faq-icon {
  transform: rotate(180deg) !important;
}

.crh-consultation-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100%, 720px);
  min-height: 560px;
  border: 1px solid rgba(212, 175, 80, 0.42);
  background: #07101d;
  color: white;
}

.crh-consultation-card-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/images/nosara-coastal-residence.png") center / cover no-repeat;
  opacity: 0.24;
}

.crh-consultation-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 16, 29, 0.96), rgba(7, 16, 29, 0.72));
}

.crh-consultation-card-content {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 7vw, 72px);
}

.crh-shield {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 34px;
  border: 3px solid #d4af50;
  border-radius: 18px 18px 22px 22px;
  color: #d4af50;
  font-weight: 900;
}

.crh-consultation-card h2 {
  margin: 0 0 26px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 500;
  line-height: 1.06;
}

.crh-consultation-card p {
  margin: 0 0 34px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
  font: 400 18px/1.65 Inter, ui-sans-serif, system-ui, sans-serif;
}

.crh-consultation-card .crh-card-note {
  margin-top: 34px;
  margin-bottom: 0;
  padding-left: 46px;
  color: rgba(255, 255, 255, 0.72);
}

.crh-home-contact-band {
  background: #07101d;
  color: #fff;
  padding: clamp(74px, 9vw, 126px) 24px;
}

.crh-home-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  max-width: 1540px;
  margin: 0 auto;
}

.crh-home-eyebrow {
  margin-bottom: 24px;
  color: #d4af50;
  font: 800 13px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.crh-home-contact-band h2 {
  margin: 0 0 28px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.2vw, 82px);
  font-weight: 500;
  line-height: 1.05;
}

.crh-home-contact-band p {
  margin: 0;
  max-width: 980px;
  color: rgba(255, 255, 255, 0.68);
  font: 400 clamp(18px, 2vw, 27px)/1.45 Inter, ui-sans-serif, system-ui, sans-serif;
}

.crh-home-contact-action {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-end;
}

.crh-about-ready {
  background: #07101d;
  color: #fff;
  padding: clamp(66px, 8vw, 110px) 24px;
}

.crh-about-ready-inner {
  max-width: 1500px;
  margin: 0 auto;
}

.crh-about-kickers {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  padding: 42px 0;
  border-top: 1px solid rgba(212, 175, 80, 0.42);
  border-bottom: 1px solid rgba(212, 175, 80, 0.42);
  color: #d4af50;
  font: 800 13px/1.35 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.32em;
  text-align: center;
  text-transform: uppercase;
}

.crh-about-ready-copy {
  margin: clamp(58px, 7vw, 92px) auto 0;
  max-width: 980px;
  text-align: center;
}

.crh-about-ready h2 {
  margin: 0 0 28px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 500;
  line-height: 1.08;
}

.crh-about-ready p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font: 400 clamp(18px, 2vw, 27px)/1.45 Inter, ui-sans-serif, system-ui, sans-serif;
}

.crh-about-ready-action {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 48px;
}

.crh-contact-phone-card {
  margin: 112px auto 0;
  width: min(1180px, calc(100% - 48px));
  padding: clamp(24px, 4vw, 42px);
  border-bottom: 1px solid rgba(212, 175, 80, 0.32);
  color: #fff;
}

.crh-contact-phone-card span {
  display: block;
  margin-bottom: 10px;
  color: #d4af50;
  font: 900 12px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.crh-contact-phone-card h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.08;
}

.crh-contact-phone-card p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
  font: 400 17px/1.6 Inter, ui-sans-serif, system-ui, sans-serif;
}

.crh-contact-phone-text {
  display: inline-block;
  margin-top: 18px;
  color: #d4af50;
  font: 900 18px/1.25 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.08em;
}

.crh-contact-whatsapp-text {
  display: inline-block;
  margin: 18px 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font: 800 12px/1.25 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.crh-contact-whatsapp-text:hover {
  color: #d4af50;
}

.crh-single-consultation-grid {
  display: flex !important;
  justify-content: center;
}

.crh-single-consultation-grid > * {
  flex: 0 1 720px;
}

@media (max-width: 700px) {
  .crh-header-logo-link {
    width: clamp(132px, 44vw, 172px) !important;
  }

  .crh-header-logo-image {
    max-height: 58px !important;
  }

  .crh-footer-logo-link {
    width: min(100%, 240px) !important;
  }

  .crh-footer-logo-image {
    max-height: 82px !important;
  }

  .crh-simple-logo-footer .crh-footer-logo-link {
    width: min(100%, 220px) !important;
  }

  .crh-review-portrait {
    width: 96px !important;
    height: 96px !important;
    margin-bottom: 18px !important;
  }

  .crh-consultation-button {
    width: 100%;
    min-height: 64px;
    padding: 0 22px;
    letter-spacing: 0.12em;
  }

  .crh-consultation-card,
  .crh-consultation-card-content {
    min-height: 460px;
  }

  .crh-home-contact-inner {
    grid-template-columns: 1fr;
  }

  .crh-home-contact-action {
    justify-content: stretch;
  }

  .crh-contact-phone-card {
    width: calc(100% - 32px);
    margin-top: 84px;
  }

  .crh-contact-whatsapp-text {
    display: block;
    margin-left: 0;
  }

  .crh-about-kickers {
    grid-template-columns: 1fr;
    text-align: left;
  }
}
