/* ==========================================================================
   ZIVAH FERTILITY · CONTACT PAGE
   --------------------------------------------------------------------------
   Loaded AFTER core.css → inherits all `--zc-*` tokens + global reset.
   Class prefix: .zc-cnt__*
   LOCKED RULES:
     • NO max-width caps anywhere — full-bleed sections.
     • Container padding: var(--zc-pad-x) desktop / var(--zc-pad-x-mb) mobile.
     • All motion uses --zc-ease / --zc-ease-spring.
   --------------------------------------------------------------------------
   §1   Page background + container
   §2   Branded breadcrumb (replaces .breadcrumb)
   §3   Hero: title + status pill + quick actions (channel chips)
   §4   Quick contact cards row
   §5   Map + Address split section
   §6   Form section (preserves #signupForm contract, premium inputs)
   §7   FAQ (premium accordion)
   §8   Mobile floating action button (FAB)
   §9   Mobile bottom-sheet (form modal sliding up)
   §10  Misc (responsive overrides)
   ========================================================================== */


/* §1  ==== BACKGROUND + CONTAINER ====================================== */
.zc-cnt {
  position: relative;
  padding: clamp(20px, 2.4vw, 32px) 0 clamp(40px, 5vw, 72px);
  background:
    radial-gradient(ellipse at 8% 0%,   rgba(207, 138, 63, 0.07) 0%, transparent 50%),
    radial-gradient(ellipse at 92% 12%, rgba(46, 75, 113, 0.06)  0%, transparent 50%),
    radial-gradient(ellipse at 50% 100%, rgba(245, 211, 163, 0.05) 0%, transparent 60%),
    linear-gradient(180deg, var(--zc-off-white) 0%, var(--zc-snow) 100%);
  overflow: hidden;
}
.zc-cnt::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--zc-amber-a25), transparent);
}

.zc-cnt__inner {
  width: 100%;
  padding-left:  var(--zc-pad-x);
  padding-right: var(--zc-pad-x);
}
@media (max-width: 991px) {
  .zc-cnt__inner {
    padding-left:  var(--zc-pad-x-mb);
    padding-right: var(--zc-pad-x-mb);
  }
}


/* §2  ==== BRANDED BREADCRUMB ========================================== */
.zc-cnt__crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 clamp(20px, 2.5vw, 32px);
  font-family: var(--zc-f-heading);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.zc-cnt__crumb-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--zc-warm-dk);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--zc-linen);
  transition: all 0.3s var(--zc-ease);
}
.zc-cnt__crumb-link:hover {
  color: var(--zc-amber-dk);
  background: var(--zc-amber-a08);
  border-color: var(--zc-amber-a25);
  transform: translateY(-1px);
}
.zc-cnt__crumb-link i { font-size: 11px; }
.zc-cnt__crumb-sep {
  color: var(--zc-amber-a35);
  font-size: 10px;
}
.zc-cnt__crumb-current {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--zc-amber) 0%, var(--zc-amber-dk) 100%);
  color: var(--zc-white);
  box-shadow: 0 4px 12px var(--zc-amber-a35);
}


/* §3  ==== HERO ======================================================== */
.zc-cnt__hero {
  position: relative;
  margin-bottom: clamp(24px, 3vw, 40px);
  padding: clamp(24px, 3vw, 40px);
  background:
    radial-gradient(ellipse at 100% 0%, rgba(207, 138, 63, 0.10) 0%, transparent 55%),
    radial-gradient(ellipse at 0% 100%, rgba(46, 75, 113, 0.08) 0%, transparent 55%),
    linear-gradient(135deg, var(--zc-pearl) 0%, var(--zc-white) 50%, var(--zc-snow) 100%);
  border: 1px solid var(--zc-linen);
  border-radius: 22px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 12px 32px rgba(18, 12, 4, 0.08);
  overflow: hidden;
}
.zc-cnt__hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--zc-amber-dk) 30%, var(--zc-amber-lt) 50%, var(--zc-amber-dk) 70%, transparent 100%);
}

/* Eyebrow + status pill share one row at the top of the hero. Wraps
   to two rows on very small screens. */
.zc-cnt__hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.zc-cnt__hero-top .zc-cnt__eyebrow { margin-bottom: 0; }

.zc-cnt__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--zc-f-heading);
  font-size: clamp(9.5px, 0.7vw + 4px, 11px);
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--zc-amber-dk);
  background: linear-gradient(135deg, var(--zc-amber-a12), var(--zc-amber-a08));
  border: 1px solid var(--zc-amber-a18);
  border-radius: 999px;
  padding: 5px 12px 5px 10px;
  margin-bottom: 14px;
}
.zc-cnt__eyebrow::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zc-amber-lt), var(--zc-amber-dk));
  box-shadow: 0 0 8px var(--zc-amber-a45);
}

.zc-cnt__title {
  font-family: var(--zc-f-display);
  font-size: clamp(24px, 2vw + 10px, 38px);
  font-weight: 400;
  line-height: 1.18;
  color: var(--zc-charcoal);
  letter-spacing: -0.6px;
  margin: 0 0 10px 0;
}
.zc-cnt__title-accent {
  font-weight: 500;
  background: linear-gradient(135deg, var(--zc-amber-dk), var(--zc-amber), var(--zc-amber-lt));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.zc-cnt__sub {
  font-family: var(--zc-f-body);
  font-size: clamp(13px, 0.5vw + 8px, 15px);
  color: var(--zc-warm-dk);
  line-height: 1.6;
  margin: 0;
  max-width: 640px;
}

/* "Reply in 2-6 hours" status pill (right side of hero) */
.zc-cnt__status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: var(--zc-white);
  border: 1px solid var(--zc-amber-a25);
  border-radius: 999px;
  font-family: var(--zc-f-heading);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--zc-warm-dk);
  letter-spacing: 0.3px;
  box-shadow: 0 6px 18px rgba(18, 12, 4, 0.08);
  white-space: nowrap;
}
.zc-cnt__status-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--zc-success, #1A9E5C);
  box-shadow: 0 0 8px rgba(26, 158, 92, 0.55);
  animation: zc-cnt-pulse 1.8s ease-in-out infinite;
}
.zc-cnt__status b { color: var(--zc-charcoal); font-weight: 700; }
@keyframes zc-cnt-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.6; transform: scale(1.3); }
}

/* Quick actions row — call / WhatsApp / book — single row, never wraps
   on tablet/desktop; on mobile they share width equally so all 3 fit. */
.zc-cnt__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin-top: 18px;
}
.zc-cnt__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 16px;
  border-radius: 12px;
  font-family: var(--zc-f-heading);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    transform 0.4s var(--zc-ease-spring),
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.4s var(--zc-ease);
}
.zc-cnt__action i { font-size: 14px; flex-shrink: 0; }
.zc-cnt__action span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
@media (max-width: 600px) {
  .zc-cnt__actions { gap: 6px; }
  .zc-cnt__action  {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 8px;
    font-size: 11px;
    letter-spacing: 0.2px;
    gap: 6px;
  }
  .zc-cnt__action i { font-size: 13px; }
}

.zc-cnt__action--primary {
  background: linear-gradient(135deg, var(--zc-amber) 0%, var(--zc-amber-dk) 100%);
  color: var(--zc-white);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 8px 22px var(--zc-amber-a35);
}
.zc-cnt__action--primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--zc-amber-lt), var(--zc-amber-dk));
  color: var(--zc-white);
  box-shadow: 0 12px 28px var(--zc-amber-a45);
}
.zc-cnt__action--whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: var(--zc-white);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.30);
}
.zc-cnt__action--whatsapp:hover {
  transform: translateY(-2px);
  color: var(--zc-white);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.40);
}
.zc-cnt__action--ghost {
  background: var(--zc-white);
  color: var(--zc-charcoal);
  border: 1px solid var(--zc-linen);
  box-shadow: 0 4px 12px rgba(18, 12, 4, 0.06);
}
.zc-cnt__action--ghost:hover {
  border-color: var(--zc-amber-a35);
  color: var(--zc-amber-dk);
  background: var(--zc-pearl);
  transform: translateY(-2px);
}


/* §4  ==== QUICK CONTACT CARDS ROW ===================================== */
/* Always 4 quick contact cards in one row on desktop. On phones / narrow
   tablets they switch to a horizontal scroll-snap row so all 4 stay
   visible without stacking — feels native-app like. */
.zc-cnt__quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.6vw, 20px);
  margin-bottom: clamp(24px, 3vw, 40px);
}
@media (max-width: 991px) {
  .zc-cnt__quick {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;             /* hide scrollbar Firefox */
    margin-left:  calc(-1 * var(--zc-pad-x-mb));
    margin-right: calc(-1 * var(--zc-pad-x-mb));
    padding: 4px var(--zc-pad-x-mb) 12px;
  }
  .zc-cnt__quick::-webkit-scrollbar { display: none; }   /* hide scrollbar WebKit */
  .zc-cnt__quick > .zc-cnt__qc {
    flex: 0 0 72%;                     /* card peeks the next one */
    max-width: 280px;
    scroll-snap-align: start;
  }
}
@media (max-width: 480px) {
  .zc-cnt__quick > .zc-cnt__qc { flex: 0 0 78%; }
}

.zc-cnt__qc {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 18px;
  background: var(--zc-white);
  border: 1px solid var(--zc-linen);
  border-radius: 16px;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.5s var(--zc-ease-spring),
    border-color 0.4s var(--zc-ease),
    box-shadow 0.5s var(--zc-ease);
  box-shadow: 0 4px 14px rgba(18, 12, 4, 0.05);
}
.zc-cnt__qc::before {
  content: '';
  position: absolute;
  inset: -50% -20% auto auto;
  width: 140px; height: 140px;
  background: radial-gradient(circle, var(--zc-amber-a18) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s var(--zc-ease);
  z-index: -1;
}
.zc-cnt__qc:hover {
  transform: translateY(-4px);
  border-color: var(--zc-amber-a35);
  box-shadow: 0 16px 32px rgba(18, 12, 4, 0.10), 0 0 0 1px var(--zc-amber-a18);
}
.zc-cnt__qc:hover::before { opacity: 1; }

.zc-cnt__qc-ic {
  width: 44px; height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--zc-amber-a08), var(--zc-amber-a18));
  border: 1px solid var(--zc-amber-a25);
  color: var(--zc-amber-dk);
  font-size: 18px;
  transition:
    background 0.4s ease, color 0.4s ease, border-color 0.4s ease,
    transform 0.45s var(--zc-ease-spring);
}
.zc-cnt__qc:hover .zc-cnt__qc-ic {
  background: linear-gradient(135deg, var(--zc-amber-lt), var(--zc-amber-dk));
  color: var(--zc-white);
  border-color: var(--zc-amber-dk);
  transform: scale(1.08) rotate(-4deg);
  box-shadow: 0 6px 16px var(--zc-amber-a35);
}
.zc-cnt__qc-label {
  font-family: var(--zc-f-heading);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--zc-warm-mid);
}
.zc-cnt__qc-val {
  font-family: var(--zc-f-display);
  font-size: 15px;
  font-weight: 500;
  color: var(--zc-charcoal);
  letter-spacing: -0.1px;
  line-height: 1.3;
}
.zc-cnt__qc-sub {
  font-family: var(--zc-f-body);
  font-size: 11.5px;
  color: var(--zc-warm-mid);
  line-height: 1.4;
  margin-top: auto;
  padding-top: 6px;
}


/* §5  ==== MAP + ADDRESS SPLIT ========================================== */
.zc-cnt__map-wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(14px, 1.4vw, 20px);     /* visible gap so the two cards read as separate */
  margin-bottom: clamp(24px, 3vw, 40px);
}
@media (max-width: 991px) { .zc-cnt__map-wrap { grid-template-columns: 1fr; } }

/* ---- MAP CARD — branded surface, own radius + shadow ---------------- */
.zc-cnt__map {
  position: relative;
  min-height: 340px;
  background: var(--zc-snow);
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--zc-linen);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 12px 32px rgba(18, 12, 4, 0.10);
}
.zc-cnt__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  border-radius: 22px;          /* match card radius — Google's satellite/map
                                   toggle in the bottom-left also picks this up */
  /* Slight desaturate + warm shift so Google's blue/green palette
     doesn't fight the brand amber overlays on top. */
  filter: saturate(0.85) contrast(1.05) brightness(1.02) hue-rotate(-4deg);
}
/* Diagonal brand-warm tint over the map (amber → navy) — multiplies into
   the map pixels so the warm vibe carries through. */
.zc-cnt__map::before {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(135deg,
      rgba(207, 138, 63, 0.14) 0%,
      transparent 45%,
      rgba(46, 75, 113, 0.12) 100%);
  mix-blend-mode: multiply;
}
/* Top vignette + bottom vignette so chips/marker pop off the map */
.zc-cnt__map::after {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(26, 18, 8, 0.18) 0%, transparent 18%, transparent 82%, rgba(26, 18, 8, 0.12) 100%);
}

/* ---- "Open Now" status chip (top-right) ---- */
.zc-cnt__map-status {
  position: absolute;
  top: 14px; right: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px 7px 11px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px) saturate(1.2);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  font-family: var(--zc-f-heading);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--zc-charcoal);
  box-shadow: 0 8px 22px rgba(18, 12, 4, 0.20);
}
.zc-cnt__map-status::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--zc-success, #1A9E5C);
  box-shadow: 0 0 8px rgba(26, 158, 92, 0.55);
  animation: zc-cnt-pulse 1.8s ease-in-out infinite;
}

/* ---- Center pulse marker — three concentric rings + brand dot ------- */
.zc-cnt__map-pulse {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 28px; height: 28px;
  z-index: 2;
  pointer-events: none;
}
.zc-cnt__map-pulse-dot {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 18px; height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zc-amber-lt) 0%, var(--zc-amber-dk) 100%);
  border: 3px solid var(--zc-white);
  box-shadow:
    0 0 0 1px var(--zc-amber-dk),
    0 6px 16px rgba(207, 138, 63, 0.55),
    0 2px 6px rgba(168, 104, 40, 0.45);
}
.zc-cnt__map-pulse-ring {
  position: absolute;
  left: 50%; top: 50%;
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 2.5px solid var(--zc-amber);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.7;
  animation: zc-cnt-map-pulse 2.4s ease-out infinite;
}
.zc-cnt__map-pulse-ring--2 { animation-delay: 1.2s; }
@keyframes zc-cnt-map-pulse {
  0%   { transform: translate(-50%, -50%) scale(1);    opacity: 0.7; }
  80%  { transform: translate(-50%, -50%) scale(4.5);  opacity: 0;   }
  100% { transform: translate(-50%, -50%) scale(4.5);  opacity: 0;   }
}

/* ---- Speech-bubble pin "Zivah Fertility & Women's Wellness Centre" -- */
.zc-cnt__map-pin {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, calc(-100% - 22px));
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: min(360px, calc(100% - 32px));   /* never wider than the map */
  padding: 9px 16px 9px 13px;
  background: linear-gradient(135deg, var(--zc-charcoal) 0%, var(--zc-deep) 100%);
  border: 1.5px solid rgba(207, 138, 63, 0.40);
  border-radius: 14px;
  color: var(--zc-white);
  font-family: var(--zc-f-body);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 12px 28px rgba(18, 12, 4, 0.45),
    0 2px 8px rgba(207, 138, 63, 0.30);
  animation: zc-cnt-map-pin-bob 3.6s ease-in-out infinite;
}
.zc-cnt__map-pin::after {
  /* Triangle tail pointing down at the pulse marker */
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid var(--zc-charcoal);
  filter: drop-shadow(0 4px 6px rgba(18, 12, 4, 0.45));
}
.zc-cnt__map-pin > i {
  width: 26px; height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
  color: var(--zc-white);
  font-size: 13px;
  flex-shrink: 0;
  box-shadow: 0 3px 10px var(--zc-amber-a45);
}
.zc-cnt__map-pin-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.2;
  min-width: 0;
}
.zc-cnt__map-pin-text b {
  font-family: var(--zc-f-display);
  font-size: 12.5px;
  font-weight: 500;
  color: var(--zc-white);
  letter-spacing: -0.1px;
  white-space: normal;        /* let the long brand name wrap */
  word-break: keep-all;
}
.zc-cnt__map-pin-text small {
  font-family: var(--zc-f-heading);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--zc-amber-lt);
  white-space: nowrap;
}
@keyframes zc-cnt-map-pin-bob {
  0%, 100% { transform: translate(-50%, calc(-100% - 22px)); }
  50%      { transform: translate(-50%, calc(-100% - 28px)); }
}

@media (max-width: 600px) {
  .zc-cnt__map { min-height: 260px; }
  .zc-cnt__map iframe { min-height: 260px; }
  .zc-cnt__map-pin { padding: 6px 12px 6px 9px; gap: 7px; }
  .zc-cnt__map-pin > i { width: 22px; height: 22px; font-size: 12px; }
  .zc-cnt__map-pin-text b { font-size: 11.5px; max-width: 200px; white-space: normal; }
  .zc-cnt__map-pin-text small { font-size: 8.5px; letter-spacing: 1.1px; }
  .zc-cnt__map-status { font-size: 9.5px; padding: 5px 11px; top: 10px; right: 10px; }
}

.zc-cnt__addr {
  position: relative;
  padding: clamp(22px, 2.6vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  background:
    radial-gradient(ellipse at 100% 0%, rgba(207, 138, 63, 0.08) 0%, transparent 55%),
    linear-gradient(180deg, var(--zc-pearl) 0%, var(--zc-snow) 100%);
  /* Match the map card — same radius, border, shadow, and a brand-gold
     accent line at the top (mirrors other cards on the page). */
  border-radius: 22px;
  border: 1px solid var(--zc-linen);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 12px 32px rgba(18, 12, 4, 0.10);
  overflow: hidden;
}
.zc-cnt__addr::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2.5px;
  background: linear-gradient(90deg, transparent 0%, var(--zc-amber-dk) 30%, var(--zc-amber-lt) 50%, var(--zc-amber-dk) 70%, transparent 100%);
}
.zc-cnt__addr-h {
  font-family: var(--zc-f-display);
  font-size: 18px;
  font-weight: 500;
  color: var(--zc-charcoal);
  letter-spacing: -0.2px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.zc-cnt__addr-h i {
  width: 32px; height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
  color: var(--zc-white);
  font-size: 14px;
  box-shadow: 0 4px 12px var(--zc-amber-a35);
}
.zc-cnt__addr-line {
  font-family: var(--zc-f-body);
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--zc-warm-dk);
}
.zc-cnt__addr-line b { color: var(--zc-charcoal); font-weight: 600; }

.zc-cnt__addr-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px dashed var(--zc-linen);
}
.zc-cnt__addr-meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--zc-f-body);
  font-size: 13px;
  color: var(--zc-warm-dk);
}
.zc-cnt__addr-meta-row i {
  color: var(--zc-amber-dk);
  font-size: 14px;
  width: 16px;
  text-align: center;
}
.zc-cnt__addr-meta-row b { color: var(--zc-charcoal); font-weight: 600; }

.zc-cnt__addr-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  background: linear-gradient(135deg, var(--zc-charcoal), var(--zc-deep));
  color: var(--zc-white);
  border-radius: 12px;
  font-family: var(--zc-f-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.4s var(--zc-ease-spring), box-shadow 0.4s var(--zc-ease), background 0.3s ease;
}
.zc-cnt__addr-cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
  box-shadow: 0 12px 28px var(--zc-amber-a35);
  color: var(--zc-white);
}
.zc-cnt__addr-cta i { transition: transform 0.4s var(--zc-ease-spring); }
.zc-cnt__addr-cta:hover i { transform: translateX(3px); }


/* §6  ==== FORM SECTION ================================================= */
.zc-cnt__form-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(16px, 2vw, 28px);
  margin-bottom: clamp(24px, 3vw, 40px);
}
@media (max-width: 991px) { .zc-cnt__form-section { grid-template-columns: 1fr; } }

/* ---- FAQ ASIDE (left of form) — GLASS-BOX ACCORDION --------------- */
/* Replaces the old map+address aside. Glass surface with frosted     */
/* backdrop-filter, brand gradient edge, accordion items that lift    */
/* on hover and open with smooth max-height transition.                */
.zc-cnt__form-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(18px, 2vw, 26px);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.72) 0%, rgba(245, 211, 163, 0.18) 100%);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 12px 32px rgba(18, 12, 4, 0.08),
    inset 0 0 0 1px rgba(207, 138, 63, 0.12);
  overflow: hidden;
  color: var(--zc-charcoal);
}
.zc-cnt__form-aside::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2.5px;
  background: linear-gradient(90deg, transparent 0%, var(--zc-amber-dk) 30%, var(--zc-amber-lt) 50%, var(--zc-amber-dk) 70%, transparent 100%);
  border-radius: 22px 22px 0 0;
  z-index: 2;
}
.zc-cnt__form-aside::after {
  /* Decorative gold ring in the bottom-right of the glass card */
  content: '';
  position: absolute;
  bottom: -120px; right: -120px;
  width: 280px; height: 280px;
  border: 1px solid rgba(207, 138, 63, 0.18);
  border-radius: 50%;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 30px transparent,
    inset 0 0 0 31px rgba(207, 138, 63, 0.10);
}

/* FAQ aside header */
.zc-cnt__faq-aside-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(207, 138, 63, 0.30);
  position: relative;
  z-index: 1;
}
.zc-cnt__faq-aside-head-ic {
  flex-shrink: 0;
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--zc-navy), var(--zc-navy-deep));
  color: var(--zc-white);
  font-size: 15px;
  box-shadow: 0 6px 14px rgba(46, 75, 113, 0.30);
}
.zc-cnt__faq-aside-head h3 {
  font-family: var(--zc-f-display);
  font-size: 16px;
  font-weight: 500;
  color: var(--zc-charcoal);
  letter-spacing: -0.15px;
  margin: 0 0 1px 0;
}
.zc-cnt__faq-aside-head p {
  font-family: var(--zc-f-body);
  font-size: 11.5px;
  color: var(--zc-warm-dk);
  line-height: 1.4;
  margin: 0;
}

/* Glass accordion item list */
.zc-cnt__faq-aside-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.zc-cnt__faq-aside-item {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 2px 8px rgba(18, 12, 4, 0.04);
  transition:
    background 0.35s var(--zc-ease),
    border-color 0.35s var(--zc-ease),
    box-shadow 0.35s var(--zc-ease),
    transform 0.4s var(--zc-ease-spring);
}
.zc-cnt__faq-aside-item:hover {
  border-color: rgba(207, 138, 63, 0.40);
  background: rgba(255, 255, 255, 0.78);
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 6px 16px rgba(207, 138, 63, 0.14);
}
.zc-cnt__faq-aside-item.is-open {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 211, 163, 0.30));
  border-color: var(--zc-amber-a45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 8px 22px rgba(207, 138, 63, 0.20);
}

.zc-cnt__faq-aside-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 13px;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: var(--zc-f-display);
  font-size: 12.5px;
  font-weight: 500;
  color: var(--zc-charcoal);
  line-height: 1.35;
  letter-spacing: -0.05px;
  transition: color 0.3s ease;
}
.zc-cnt__faq-aside-q:hover { color: var(--zc-amber-dk); }
.zc-cnt__faq-aside-item.is-open .zc-cnt__faq-aside-q { color: var(--zc-amber-dk); }
.zc-cnt__faq-aside-q-ic {
  flex-shrink: 0;
  width: 22px; height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(207, 138, 63, 0.14);
  color: var(--zc-amber-dk);
  font-size: 10px;
  transition:
    background 0.35s ease,
    color 0.35s ease,
    transform 0.4s var(--zc-ease-spring);
}
.zc-cnt__faq-aside-item.is-open .zc-cnt__faq-aside-q-ic {
  background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
  color: var(--zc-white);
  transform: rotate(45deg);
}
.zc-cnt__faq-aside-a {
  max-height: 0;
  overflow: hidden;
  font-family: var(--zc-f-body);
  font-size: 12px;
  line-height: 1.55;
  color: var(--zc-warm-dk);
  padding: 0 13px;
  transition: max-height 0.45s var(--zc-ease), padding 0.45s var(--zc-ease);
}
.zc-cnt__faq-aside-a a { color: var(--zc-amber-dk); font-weight: 600; }
.zc-cnt__faq-aside-item.is-open .zc-cnt__faq-aside-a { max-height: 320px; padding: 0 13px 12px; }


/* ---- Mini-stats grid + trust pills inside the glass aside (below FAQ) */
.zc-cnt__aside-extras {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 14px;
  margin-top: 4px;
  border-top: 1px dashed rgba(207, 138, 63, 0.30);
  position: relative;
  z-index: 1;
}

.zc-cnt__aside-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.zc-cnt__aside-stat {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 9px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}
.zc-cnt__aside-stat i {
  flex-shrink: 0;
  width: 26px; height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--zc-amber-a08), var(--zc-amber-a18));
  color: var(--zc-amber-dk);
  font-size: 12px;
}
.zc-cnt__aside-stat-text { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.zc-cnt__aside-stat-text b {
  font-family: var(--zc-f-heading);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--zc-warm-mid);
}
.zc-cnt__aside-stat-text span {
  font-family: var(--zc-f-body);
  font-size: 12px;
  color: var(--zc-charcoal);
  font-weight: 500;
  margin-top: 2px;
}

/* Trust pills — 4-in-a-row tiles, icon on TOP, label on BOTTOM.
   Drops to a clean 2×2 on phones (≤480px). */
.zc-cnt__aside-pills {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 600px) {
  .zc-cnt__aside-pills { grid-template-columns: repeat(2, 1fr); }
}
.zc-cnt__aside-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding: 10px 8px;
  background: rgba(207, 138, 63, 0.10);
  border: 1px solid rgba(207, 138, 63, 0.22);
  border-radius: 10px;
  font-family: var(--zc-f-body);
  font-size: 11px;
  font-weight: 600;
  color: var(--zc-charcoal);
  line-height: 1.25;
  transition: background 0.3s ease, transform 0.3s var(--zc-ease-spring), border-color 0.3s ease;
}
.zc-cnt__aside-pill:hover {
  background: rgba(207, 138, 63, 0.16);
  border-color: var(--zc-amber-a45);
  transform: translateY(-2px);
}
.zc-cnt__aside-pill i {
  width: 30px; height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
  color: var(--zc-white);
  font-size: 14px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px var(--zc-amber-a35);
}
.zc-cnt__aside-pill span {
  display: block;
  font-size: 10.5px;
  letter-spacing: 0.1px;
}

/* Form card (right) — compact, no wasted space */
.zc-cnt__form-card {
  position: relative;
  padding: clamp(16px, 1.8vw, 22px);
  background: linear-gradient(180deg, var(--zc-pearl) 0%, var(--zc-snow) 100%);
  border: 1px solid var(--zc-linen);
  border-radius: 22px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 12px 32px rgba(18, 12, 4, 0.08);
  display: flex;
  flex-direction: column;
}
.zc-cnt__form-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2.5px;
  background: linear-gradient(90deg, transparent 0%, var(--zc-amber-dk) 30%, var(--zc-amber-lt) 50%, var(--zc-amber-dk) 70%, transparent 100%);
  border-radius: 22px 22px 0 0;
}
.zc-cnt__form-head {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--zc-linen);
}
.zc-cnt__form-title {
  font-family: var(--zc-f-display);
  font-size: 17px;
  font-weight: 500;
  color: var(--zc-charcoal);
  letter-spacing: -0.15px;
  margin: 0 0 2px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.zc-cnt__form-title i {
  width: 24px; height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
  color: var(--zc-white);
  font-size: 12px;
}
.zc-cnt__form-sub {
  font-family: var(--zc-f-body);
  font-size: 12px;
  color: var(--zc-warm-dk);
  line-height: 1.4;
  margin: 0;
  padding-left: 32px;
}

/* ---- Form fields (preserve form-control / .row classes used by JS) ---- */
.zc-cnt__form-wrap > #alertPlaceholder { margin-bottom: 14px; }

.zc-cnt__form .col-md-12 { width: 100%; padding: 0; margin-bottom: 12px; }
.zc-cnt__form .form-label {
  display: block;
  font-family: var(--zc-f-heading);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--zc-warm-dk);
  margin-bottom: 5px;
}
.zc-cnt__form .form-label::before {
  content: '';
  display: inline-block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--zc-amber);
  margin-right: 6px;
  vertical-align: middle;
}
/* Inputs — FLAT, compact, brand-tinted (no 3D shadow) */
.zc-cnt__form .form-control {
  width: 100%;
  padding: 10px 14px;
  font-family: var(--zc-f-body);
  font-size: 13.5px;
  color: var(--zc-charcoal);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--zc-linen);
  border-radius: 9px;
  box-shadow: none;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}
.zc-cnt__form .form-control::placeholder {
  color: var(--zc-warm-mid);
  font-weight: 400;
}
.zc-cnt__form .form-control:hover {
  border-color: var(--zc-amber-a35);
  background: var(--zc-white);
}
.zc-cnt__form .form-control:focus {
  outline: none;
  border-color: var(--zc-amber);
  background: var(--zc-white);
  box-shadow: none;        /* user wants border only — no glow ring */
}
.zc-cnt__form textarea.form-control { resize: vertical; min-height: 96px; }

/* intl-tel-input wrapper */
.zc-cnt__form .iti { width: 100%; display: block; }
.zc-cnt__form .iti--separate-dial-code .form-control { padding-left: 96px; }
.zc-cnt__form .iti__selected-flag {
  background: rgba(207, 138, 63, 0.06);
  border-radius: 11px 0 0 11px;
  padding: 0 12px;
}
.zc-cnt__form .iti__country-list {
  border-radius: 12px;
  border: 1px solid var(--zc-linen);
  box-shadow: 0 12px 28px rgba(18, 12, 4, 0.14);
  font-family: var(--zc-f-body);
}

/* ---- Validation states — BORDER ONLY, NO GLOW, NO ICONS, NO BS GREEN -- */
/* Invalid: brand-red 1.5px border + brand-red text below. No box-shadow
   halo (BS adds an inset red glow we explicitly kill), no icon pseudo-
   element, no green-tick valid noise. */
.zc-cnt__form .form-control.is-invalid,
.zc-cnt__form.was-validated .form-control:invalid,
.zc-cnt__form .form-control.is-invalid:focus,
.zc-cnt__form.was-validated .form-control:invalid:focus {
  border-color: var(--zc-red, #c14b51) !important;
  border-width: 1.5px !important;
  box-shadow: none !important;
  background-image: none !important;        /* kill BS's red exclamation SVG */
  padding-right: 14px !important;           /* BS pads-right to make room for it */
}
/* Strip Bootstrap's green :valid styling (border + check svg + tooltip) */
.zc-cnt__form .form-control.is-valid,
.zc-cnt__form.was-validated .form-control:valid {
  border-color: var(--zc-linen) !important;
  box-shadow: none !important;
  background-image: none !important;
  padding-right: 14px !important;
}
.zc-cnt__form .valid-feedback,
.zc-cnt__form .valid-tooltip { display: none !important; }

/* Defeat Bootstrap's red label coloring on invalid checkbox state.
   Bootstrap's style.css turns the .form-check-label red via
   `.was-validated .form-check-input:invalid ~ .form-check-label`
   AND `.form-check-input.is-invalid ~ .form-check-label`. Override
   with brand red (same hue family but tied to our token). */
.zc-cnt__form .was-validated .form-check-input:invalid ~ .form-check-label,
.zc-cnt__form .form-check-input.is-invalid ~ .form-check-label,
.was-validated .zc-cnt__form .form-check-input:invalid ~ .form-check-label,
.zc-cnt__form.was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--zc-warm-dk) !important;       /* keep the label calm — only the
                                                 invalid-feedback below shows red */
}
/* Same for the green :valid label tint */
.zc-cnt__form .was-validated .form-check-input:valid ~ .form-check-label,
.zc-cnt__form .form-check-input.is-valid ~ .form-check-label,
.was-validated .zc-cnt__form .form-check-input:valid ~ .form-check-label,
.zc-cnt__form.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--zc-warm-dk) !important;
}

/* invalid-feedback: brand red text only, no icon. Shown only after the
   form has .was-validated OR the input has .is-invalid. */
.zc-cnt__form .invalid-feedback {
  display: none;
  margin-top: 6px;
  font-family: var(--zc-f-body);
  font-size: 11.5px;
  color: var(--zc-red, #c14b51);
  font-weight: 500;
}
.zc-cnt__form .invalid-feedback::before,
.zc-cnt__form .invalid-feedback::after { content: none !important; display: none !important; }
.zc-cnt__form.was-validated .form-control:invalid ~ .invalid-feedback,
.zc-cnt__form.was-validated .form-check-input:invalid ~ .invalid-feedback,
.zc-cnt__form .form-control.is-invalid ~ .invalid-feedback {
  display: block;
}
/* Phone error span (managed live by intl-tel JS). When empty it must
   not reserve any space — collapses to zero height and zero margin so
   the layout doesn't have a phantom gap below the field. No icon. */
.zc-cnt__form #errorMessage {
  display: block;
  margin: 0;
  padding: 0;
  min-height: 0;
  font-family: var(--zc-f-body);
  font-size: 11.5px;
  color: var(--zc-red, #c14b51);
  font-weight: 500;
}
.zc-cnt__form #errorMessage:not(:empty) {
  margin-top: 6px;
}

/* ---- Consent checkbox + custom brand-amber tick --------------------- */
/* The whole row is a soft amber pill. Wrap so the invalid-feedback can
   drop to a new line BELOW the checkbox + label, instead of crashing
   into them. */
.zc-cnt__form .form-check {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;                          /* lets invalid-feedback drop below */
  gap: 10px;
  padding: 12px 14px;
  margin: 4px 0 8px;
  background: var(--zc-amber-a08);
  border: 1px solid var(--zc-amber-a18);
  border-radius: 10px;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.zc-cnt__form .form-check:has(.form-check-input:checked) {
  background: linear-gradient(135deg, var(--zc-amber-a18), var(--zc-amber-a08));
  border-color: var(--zc-amber-a35);
}

/* Custom checkbox — brand amber tick on amber gradient when checked */
.zc-cnt__form .form-check-input {
  -webkit-appearance: none;
  appearance: none;
  flex-shrink: 0;
  width: 20px; height: 20px;
  margin: 1px 0 0 0;
  background: var(--zc-white);
  border: 1.5px solid var(--zc-warm-mid);
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  transition:
    background 0.3s var(--zc-ease),
    border-color 0.3s var(--zc-ease),
    box-shadow 0.3s var(--zc-ease),
    transform 0.3s var(--zc-ease-spring);
}
.zc-cnt__form .form-check-input:hover {
  border-color: var(--zc-amber);
}
.zc-cnt__form .form-check-input:focus {
  outline: none;
  border-color: var(--zc-amber);
  box-shadow: none;            /* user wants border only — no glow */
}
.zc-cnt__form .form-check-input:checked {
  background: linear-gradient(135deg, var(--zc-amber) 0%, var(--zc-amber-dk) 100%);
  border-color: var(--zc-amber-dk);
  box-shadow: none;            /* no halo on checked either */
  transform: scale(1.04);
}
.zc-cnt__form .form-check-input:checked::after {
  content: '';
  position: absolute;
  left: 6px; top: 1px;
  width: 6px; height: 12px;
  border-right: 2.2px solid #fff;
  border-bottom: 2.2px solid #fff;
  transform: rotate(45deg);
}

.zc-cnt__form .form-check-label {
  flex: 1;
  min-width: 0;
  font-family: var(--zc-f-body);
  font-size: 12.5px;
  color: var(--zc-warm-dk);
  line-height: 1.5;
  cursor: pointer;
}
.zc-cnt__form .form-check-label a {
  color: var(--zc-amber-dk);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.zc-cnt__form .form-check-label a:hover { border-color: var(--zc-amber-dk); }

/* Inside the consent pill the invalid-feedback uses the full row width
   so the message reads cleanly *below* the checkbox + label. Brand red
   tint, no icon. */
.zc-cnt__form .form-check .invalid-feedback {
  flex-basis: 100%;
  margin: 4px 0 0 0;
  padding: 7px 10px;
  background: rgba(204, 41, 48, 0.06);
  border: 1px solid rgba(204, 41, 48, 0.24);
  border-radius: 8px;
}

/* Submit button — compact, not full-width on desktop */
.zc-cnt__form .contact-form-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 22px;
  background: linear-gradient(135deg, var(--zc-amber) 0%, var(--zc-amber-dk) 50%, var(--zc-amber) 100%);
  background-size: 200% 200%;
  background-position: 0% 0%;
  color: var(--zc-white);
  border: none;
  border-radius: 10px;
  font-family: var(--zc-f-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 6px 16px var(--zc-amber-a35);
  transition:
    transform 0.35s var(--zc-ease-spring),
    background-position 0.5s var(--zc-ease),
    box-shadow 0.35s var(--zc-ease);
  margin-top: 4px;
  min-width: 170px;
}
.zc-cnt__form .contact-form-button::after {
  content: '\f1d8';   /* fa-paper-plane */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 11px;
  transition: transform 0.35s var(--zc-ease-spring);
}
.zc-cnt__form .contact-form-button:hover {
  transform: translateY(-2px);
  background-position: 100% 100%;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset, 0 12px 24px var(--zc-amber-a45);
}
.zc-cnt__form .contact-form-button:hover::after { transform: translateX(3px) translateY(-1px) rotate(-6deg); }
@media (max-width: 600px) {
  .zc-cnt__form .contact-form-button { width: 100%; min-width: 0; }
}


/* §7  ==== FAQ ========================================================== */
.zc-cnt__faq {
  background: linear-gradient(180deg, var(--zc-pearl) 0%, var(--zc-snow) 100%);
  border: 1px solid var(--zc-linen);
  border-radius: 22px;
  padding: clamp(22px, 2.6vw, 32px);
  position: relative;
  box-shadow: 0 8px 24px rgba(18, 12, 4, 0.06);
}
.zc-cnt__faq::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2.5px;
  background: linear-gradient(90deg, transparent 0%, var(--zc-navy) 30%, var(--zc-amber-lt) 50%, var(--zc-navy) 70%, transparent 100%);
  border-radius: 22px 22px 0 0;
}
.zc-cnt__faq-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.zc-cnt__faq-head-ic {
  width: 44px; height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--zc-navy), var(--zc-navy-deep));
  color: var(--zc-white);
  font-size: 18px;
  box-shadow: 0 6px 16px rgba(46, 75, 113, 0.30);
}
.zc-cnt__faq-head h2 {
  font-family: var(--zc-f-display);
  font-size: 20px;
  font-weight: 500;
  color: var(--zc-charcoal);
  margin: 0 0 2px 0;
}
.zc-cnt__faq-head p {
  font-family: var(--zc-f-body);
  font-size: 13px;
  color: var(--zc-warm-dk);
  margin: 0;
}

.zc-cnt__faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
}
@media (max-width: 768px) { .zc-cnt__faq-grid { grid-template-columns: 1fr; } }

.zc-cnt__faq-item {
  background: var(--zc-white);
  border: 1px solid var(--zc-linen);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
.zc-cnt__faq-item:hover { border-color: var(--zc-amber-a25); }
.zc-cnt__faq-item.is-open {
  border-color: var(--zc-amber-a35);
  box-shadow: 0 4px 14px rgba(207, 138, 63, 0.12);
}
.zc-cnt__faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: var(--zc-f-display);
  font-size: 14px;
  font-weight: 500;
  color: var(--zc-charcoal);
  line-height: 1.4;
  transition: color 0.3s ease;
}
.zc-cnt__faq-q:hover { color: var(--zc-amber-dk); }
.zc-cnt__faq-item.is-open .zc-cnt__faq-q { color: var(--zc-amber-dk); }
.zc-cnt__faq-q-ic {
  flex-shrink: 0;
  width: 26px; height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zc-amber-a08), var(--zc-amber-a18));
  color: var(--zc-amber-dk);
  font-size: 12px;
  transition: background 0.35s ease, color 0.35s ease, transform 0.4s var(--zc-ease-spring);
}
.zc-cnt__faq-item.is-open .zc-cnt__faq-q-ic {
  background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
  color: var(--zc-white);
  transform: rotate(45deg);
}
.zc-cnt__faq-a {
  max-height: 0;
  overflow: hidden;
  font-family: var(--zc-f-body);
  font-size: 13px;
  line-height: 1.65;
  color: var(--zc-warm-dk);
  padding: 0 16px;
  transition: max-height 0.5s var(--zc-ease), padding 0.5s var(--zc-ease);
}
.zc-cnt__faq-a a { color: var(--zc-amber-dk); font-weight: 600; }
.zc-cnt__faq-item.is-open .zc-cnt__faq-a { max-height: 600px; padding: 0 16px 16px; }


/* Emergency note */
.zc-cnt__note {
  margin-top: 18px;
  padding: 14px 16px;
  background: linear-gradient(135deg, rgba(204, 41, 48, 0.06), rgba(204, 41, 48, 0.02));
  border: 1px solid rgba(204, 41, 48, 0.18);
  border-left: 3px solid var(--zc-red, #c14b51);
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--zc-f-body);
  font-size: 12.5px;
  color: var(--zc-warm-dk);
  line-height: 1.5;
}
.zc-cnt__note-ic {
  flex-shrink: 0;
  width: 28px; height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--zc-red, #c14b51);
  color: var(--zc-white);
  font-size: 13px;
}
.zc-cnt__note b { color: var(--zc-charcoal); font-weight: 700; }


/* §8  ==== MOBILE FAB ROW (two buttons: Directions + Send Message) ===== */
.zc-cnt__fab-row {
  display: none;                /* shown on mobile only via media query */
  position: fixed;
  left: 14px; right: 14px;
  bottom: 16px;
  z-index: 950;
  align-items: stretch;
  gap: 10px;
  pointer-events: none;         /* allow taps to pass through gap area */
}
.zc-cnt__fab-row .zc-cnt__fab { pointer-events: auto; }

.zc-cnt__fab {
  display: none;                /* hidden by default — turned on inside .zc-cnt__fab-row at mobile breakpoint */
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 16px;
  border-radius: 999px;
  font-family: var(--zc-f-heading);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  border: none;
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  transition:
    transform 0.4s var(--zc-ease-spring),
    background 0.3s ease,
    box-shadow 0.4s var(--zc-ease);
}
.zc-cnt__fab span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.zc-cnt__fab i {
  width: 28px; height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  flex-shrink: 0;
}

/* Primary FAB — amber gradient (Send Message) */
.zc-cnt__fab--primary {
  background: linear-gradient(135deg, var(--zc-amber) 0%, var(--zc-amber-dk) 100%);
  color: var(--zc-white);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.20) inset,
    0 10px 28px var(--zc-amber-a45);
  animation: zc-cnt-fab-bob 2.6s ease-in-out infinite;
}
.zc-cnt__fab--primary i { background: rgba(255, 255, 255, 0.20); }

/* Secondary FAB — dark glass (Directions) */
.zc-cnt__fab--ghost {
  background: linear-gradient(135deg, var(--zc-charcoal) 0%, var(--zc-deep) 100%);
  color: var(--zc-white);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 10px 28px rgba(18, 12, 4, 0.40);
}
.zc-cnt__fab--ghost i {
  background: rgba(207, 138, 63, 0.30);
  color: var(--zc-amber-lt);
}
.zc-cnt__fab--ghost:active,
.zc-cnt__fab--ghost:hover {
  background: linear-gradient(135deg, var(--zc-deep) 0%, var(--zc-charcoal) 100%);
  color: var(--zc-white);
  transform: translateY(-2px);
}

@keyframes zc-cnt-fab-bob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-3px); }
}


/* §9  ==== MOBILE BOTTOM SHEET ========================================== */
.zc-cnt__sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 990;
  background: rgba(26, 18, 8, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.32s var(--zc-ease), visibility 0.32s;
  display: none;     /* shown on mobile via media query */
}
.zc-cnt__sheet-backdrop.is-open { opacity: 1; visibility: visible; }

.zc-cnt__sheet {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 1000;
  max-height: 92vh;
  background: var(--zc-pearl);
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -16px 50px rgba(18, 12, 4, 0.30);
  transform: translateY(100%);
  transition: transform 0.45s var(--zc-ease-spring);
  display: none;     /* shown on mobile via media query */
  flex-direction: column;
  overflow: hidden;
}
.zc-cnt__sheet.is-open { transform: translateY(0); }

.zc-cnt__sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 10px;
  border-bottom: 1px solid var(--zc-linen);
  background: var(--zc-white);
  flex-shrink: 0;
}
.zc-cnt__sheet-grip {
  width: 40px; height: 4px;
  border-radius: 2px;
  background: var(--zc-stone);
  margin: 0 auto 8px;
  position: absolute;
  left: 50%; top: 8px;
  transform: translateX(-50%);
}
.zc-cnt__sheet-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--zc-f-display);
  font-size: 16px;
  font-weight: 500;
  color: var(--zc-charcoal);
  letter-spacing: -0.1px;
  margin-top: 6px;
}
.zc-cnt__sheet-title i {
  width: 28px; height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
  color: var(--zc-white);
  font-size: 13px;
}
.zc-cnt__sheet-close {
  width: 38px; height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--zc-snow);
  border: 1px solid var(--zc-linen);
  color: var(--zc-warm-dk);
  font-size: 14px;
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s var(--zc-ease-spring);
}
.zc-cnt__sheet-close:hover {
  background: var(--zc-amber-a08);
  color: var(--zc-amber-dk);
  transform: rotate(90deg);
}

.zc-cnt__sheet-body {
  overflow-y: auto;
  flex: 1;
  padding: 18px 16px 22px;
  -webkit-overflow-scrolling: touch;
}
.zc-cnt__sheet-body::-webkit-scrollbar { width: 4px; }
.zc-cnt__sheet-body::-webkit-scrollbar-thumb { background: var(--zc-amber-a25); border-radius: 2px; }

/* When the sheet is open, prevent body scroll */
body.zc-cnt-sheet-open { overflow: hidden; }


/* §10  ==== RESPONSIVE OVERRIDES ======================================== */
@media (max-width: 768px) {
  .zc-cnt__hero { padding: 22px 18px; border-radius: 18px; }
  .zc-cnt__form-aside,
  .zc-cnt__form-card,
  .zc-cnt__faq { border-radius: 18px; }
  .zc-cnt__aside-map { height: 220px; }

  /* Keep the info card visible on mobile — only hide the form card
     itself (the form moves into the bottom sheet via JS). */
  .zc-cnt__form-card { display: none; }
  .zc-cnt__form-section { grid-template-columns: 1fr; }

  /* Show the FAB row + the two FABs together. */
  .zc-cnt__fab-row     { display: flex; }
  .zc-cnt__fab         { display: inline-flex; }
  .zc-cnt__sheet-backdrop { display: block; }
  .zc-cnt__sheet { display: flex; }
  body { padding-bottom: 84px; }   /* room for the FAB row */
}
@media (max-width: 480px) {
  .zc-cnt__crumb { font-size: 11px; gap: 6px; }
  .zc-cnt__crumb-link, .zc-cnt__crumb-current { padding: 5px 9px; }
  .zc-cnt__qc { padding: 16px 14px; }
  .zc-cnt__qc-ic { width: 38px; height: 38px; font-size: 16px; }
  .zc-cnt__addr { padding: 18px; }
  .zc-cnt__faq { padding: 18px; }
  .zc-cnt__fab { padding: 11px 12px; font-size: 11px; gap: 7px; }
  .zc-cnt__fab i { width: 26px; height: 26px; font-size: 12px; }
}
