/* ==========================================================================
   ZIVAH · TESTIMONIALS PAGE
   --------------------------------------------------------------------------
   Loaded AFTER core.css. Inherits all `--zc-*` brand tokens.

   LOCKED RULES (mirroring blog.css / home.css / contact.css):
     · NO max-width on outer wrappers — full-bleed sections.
     · Container padding: var(--zc-pad-x) desktop / var(--zc-pad-x-mb) mobile.
     · Brand fonts via --zc-f-display / --zc-f-heading / --zc-f-body / --zc-f-accent.
     · Magazine 6px corners on cards, 22px on the heading "spread" card.
     · Eases via --zc-ease / --zc-ease-spring / --zc-ease-out.

   Namespace: .zc-tst__*
   ========================================================================== */

/* §0  Page reset — full-bleed band */
body .content-wrap.my-wrap-no-padding { padding: 0 !important; }
body .content-wrap.my-wrap-no-padding > div + div,
body .content-wrap.my-wrap-no-padding section { margin: 0; }


/* ==========================================================================
   §1  PAGE BODY — tri-gradient background with amber hairlines
   ========================================================================== */
.zc-tst__body {
  padding: clamp(24px, 3vw, 40px) var(--zc-pad-x) clamp(48px, 6vw, 96px);
  width: 100%;
  position: relative;
  background:
    radial-gradient(ellipse at 12% 0%,  rgba(207, 138, 63, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 88% 100%, rgba(46, 75, 113, 0.05) 0%, transparent 55%),
    linear-gradient(180deg, var(--zc-pearl) 0%, var(--zc-off-white) 100%);
}
.zc-tst__body.container { max-width: none !important; }
.zc-tst__body::before,
.zc-tst__body::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--zc-amber-a25), transparent);
  pointer-events: none;
}
.zc-tst__body::before { top: 0; }
.zc-tst__body::after  { bottom: 0; }

.zc-tst__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(20px, 2vw, 32px);
  align-items: start;
}
@media (max-width: 991px) {
  .zc-tst__body { padding-left: var(--zc-pad-x-mb); padding-right: var(--zc-pad-x-mb); }
  .zc-tst__layout { grid-template-columns: 1fr; }
}


/* ==========================================================================
   §2  BREADCRUMB — branded pill nav
   ========================================================================== */
.zc-tst__crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 clamp(16px, 2vw, 26px);
  font-family: var(--zc-f-heading);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.zc-tst__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.65);
  border: 1px solid var(--zc-linen);
  transition: all 0.3s var(--zc-ease);
}
.zc-tst__crumb-link:hover {
  color: var(--zc-amber-dk);
  background: var(--zc-amber-a08);
  border-color: var(--zc-amber-a25);
  transform: translateY(-1px);
}
.zc-tst__crumb-link i { font-size: 11px; }
.zc-tst__crumb-sep { color: var(--zc-amber-a35); font-size: 10px; }
.zc-tst__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);
}
.zc-tst__crumb-current i { font-size: 11px; }


/* ==========================================================================
   §3  HEADING — plain (no card chrome). Content sits directly on the
       page background; the page's tri-gradient + amber hairlines from
       §1 do the visual lifting. The eyebrow + status pills + rating
       strip carry their own little cards so the section still feels
       composed without a big surrounding box.
   ========================================================================== */
.zc-tst__head {
  margin: 0 0 clamp(20px, 2.4vw, 28px);
  padding: 0;
}
.zc-tst__head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.zc-tst__head-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) 0%, var(--zc-amber-a08) 100%);
  border: 1px solid var(--zc-amber-a18);
  border-radius: 999px;
  padding: 5px 12px 5px 10px;
  margin-bottom: 0;
  box-shadow: 0 2px 8px rgba(207, 138, 63, 0.08);
}
.zc-tst__head-eyebrow-dot {
  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);
  flex-shrink: 0;
}

/* "Verified on Google" status pill with pulsing green dot */
.zc-tst__head-status {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  background: var(--zc-white);
  border: 1px solid var(--zc-amber-a25);
  border-radius: 999px;
  font-family: var(--zc-f-heading);
  font-size: 11px;
  font-weight: 600;
  color: var(--zc-warm-dk);
  letter-spacing: 0.3px;
  box-shadow: 0 6px 18px rgba(18, 12, 4, 0.06);
  white-space: nowrap;
}
.zc-tst__head-status b { color: var(--zc-charcoal); font-weight: 700; }
.zc-tst__head-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-tst-pulse 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes zc-tst-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.6; transform: scale(1.3); }
}

.zc-tst__head-title {
  font-family: var(--zc-f-display);
  font-size: clamp(26px, 1.6vw + 16px, 38px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.5px;
  color: var(--zc-charcoal);
  margin: 0 0 10px;
}
.zc-tst__head-title span {
  font-weight: 500;
  background: linear-gradient(135deg, var(--zc-amber-dk) 0%, var(--zc-amber) 50%, var(--zc-amber-lt) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.zc-tst__head-sub {
  font-family: var(--zc-f-body);
  font-size: clamp(13px, 0.4vw + 9px, 15px);
  line-height: 1.6;
  color: var(--zc-warm-dk);
  margin: 0 0 22px;
  max-width: 680px;
  letter-spacing: 0.05px;
}

/* Aggregate rating strip — visible social proof + crawler fallback */
.zc-tst__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
  border: 1px solid var(--zc-amber-a18);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}
.zc-tst__rating-num {
  font-family: var(--zc-f-display);
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  color: var(--zc-charcoal);
  letter-spacing: -0.6px;
}
.zc-tst__rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--zc-amber);
  font-size: 16px;
  filter: drop-shadow(0 1px 2px rgba(207, 138, 63, 0.35));
}
.zc-tst__rating-meta {
  font-family: var(--zc-f-body);
  font-size: 13px;
  color: var(--zc-warm-dk);
  letter-spacing: 0.05px;
}
.zc-tst__rating-meta strong { color: var(--zc-charcoal); font-weight: 600; }
.zc-tst__rating-cta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--zc-white);
  border: 1px solid var(--zc-linen);
  color: var(--zc-charcoal);
  font-family: var(--zc-f-heading);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s var(--zc-ease);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset,
              0 2px 6px rgba(46, 75, 113, 0.04);
}
.zc-tst__rating-cta:hover {
  color: var(--zc-amber-dk);
  border-color: var(--zc-amber-a35);
  background: var(--zc-amber-a08);
  transform: translateY(-1px);
}
.zc-tst__rating-cta i { color: #4285F4; font-size: 13px; }
@media (max-width: 540px) {
  .zc-tst__rating-cta { margin-left: 0; width: 100%; justify-content: center; }
}


/* ==========================================================================
   §4  WIDGET — frame removed. Elfsight renders its own review cards;
       wrapping it in another card was double-framing the content.
       The widget now sits flush on the page background. The brand bar
       + sync chip above it stay (a small label so the user knows where
       the reviews come from), but they hover above the embed without
       a surrounding box.
   ========================================================================== */
.zc-tst__widget {
  position: relative;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.zc-tst__widget-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--zc-linen);
  background: transparent;
}
.zc-tst__widget-bar-ic {
  display: grid; place-items: center;
  width: 28px; height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #4285F4 0%, #34A853 100%);
  color: var(--zc-white);
  font-size: 14px;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
}
.zc-tst__widget-bar-title {
  font-family: var(--zc-f-display);
  font-weight: 500;
  font-size: 15px;
  color: var(--zc-charcoal);
  letter-spacing: -0.1px;
  flex: 1;
}
.zc-tst__widget-bar-sync {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--zc-f-accent);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--zc-amber-dk);
  padding: 4px 10px;
  background: var(--zc-amber-a08);
  border: 1px solid var(--zc-amber-a18);
  border-radius: 999px;
}
.zc-tst__widget-bar-sync i {
  animation: zc-tst-sync 6s linear infinite;
  font-size: 11px;
}
@keyframes zc-tst-sync { to { transform: rotate(360deg); } }

.zc-tst__widget-frame {
  padding: 0;
  min-height: 200px;
}
@media (max-width: 540px) {
  .zc-tst__widget-bar { gap: 8px; padding-bottom: 12px; margin-bottom: 12px; }
  .zc-tst__widget-bar-sync { display: none; }
}


/* ==========================================================================
   §5  STICKY SIDEBAR
   ========================================================================== */
.zc-tst__aside-wrap {
  position: sticky;
  top: 100px;
  align-self: start;
}
.zc-tst__aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* §5.1  CTA card — premium dark with amber radial */
.zc-tst__cta-card {
  position: relative;
  padding: 22px 20px 20px;
  border-radius: 14px;
  background:
    radial-gradient(at 20% 0%, rgba(207, 138, 63, 0.18) 0%, transparent 55%),
    linear-gradient(160deg, var(--zc-charcoal) 0%, var(--zc-deep) 100%);
  border: 1px solid rgba(207, 138, 63, 0.18);
  color: var(--zc-w94);
  overflow: hidden;
}
.zc-tst__cta-card::before {
  content: "";
  position: absolute;
  top: -50px; right: -50px;
  width: 140px; height: 140px;
  border: 1px solid rgba(207, 138, 63, 0.14);
  border-radius: 50%;
  pointer-events: none;
}
.zc-tst__cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--zc-f-heading);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--zc-amber-soft);
  margin-bottom: 12px;
}
.zc-tst__cta-eyebrow i { font-size: 11px; }
.zc-tst__cta-title {
  font-family: var(--zc-f-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.18;
  color: var(--zc-white);
  margin: 0 0 6px;
  letter-spacing: -0.3px;
}
.zc-tst__cta-sub {
  font-family: var(--zc-f-body);
  font-size: 13px;
  color: var(--zc-w75);
  margin: 0 0 18px;
  line-height: 1.5;
}
.zc-tst__cta-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.zc-tst__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 8px;
  font-family: var(--zc-f-heading);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.3s var(--zc-ease-spring),
              box-shadow 0.3s var(--zc-ease),
              background 0.3s var(--zc-ease);
}
.zc-tst__cta-btn--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 6px 18px var(--zc-amber-a35);
}
.zc-tst__cta-btn--primary:hover {
  transform: translateY(-2px);
  color: var(--zc-white);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 12px 28px var(--zc-amber-a45);
}
.zc-tst__cta-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--zc-w94);
}
.zc-tst__cta-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--zc-white);
}
.zc-tst__cta-btn--solid {
  background: var(--zc-white);
  color: var(--zc-charcoal);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.zc-tst__cta-btn--solid:hover {
  transform: translateY(-2px);
  background: var(--zc-pearl);
  color: var(--zc-amber-dk);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}
.zc-tst__cta-btn i { font-size: 13px; }

.zc-tst__cta-trust {
  list-style: none;
  padding: 14px 0 0;
  margin: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.zc-tst__cta-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--zc-f-body);
  font-size: 11.5px;
  color: var(--zc-w75);
  letter-spacing: 0.1px;
}
.zc-tst__cta-trust i {
  color: var(--zc-amber-lt);
  font-size: 12px;
  flex-shrink: 0;
}


/* §5.2  Generic widget card (Flow + FAQ) */
.zc-tst__widget-card {
  background: var(--zc-white);
  border: 1px solid var(--zc-linen);
  border-radius: 6px;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 4px 14px rgba(18, 12, 4, 0.04);
}
.zc-tst__widget-title {
  display: flex; align-items: center;
  gap: 10px;
  margin: 0;
  padding: 14px 18px 12px;
  border-bottom: 1px solid var(--zc-linen);
  font-family: var(--zc-f-display);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.1px;
  color: var(--zc-charcoal);
}
.zc-tst__widget-title::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);
  flex-shrink: 0;
}


/* §5.3  "How we care for you" flow */
.zc-tst__flow {
  list-style: none;
  margin: 0;
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  counter-reset: zc-tst-flow;
}
.zc-tst__flow-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
  position: relative;
}
.zc-tst__flow-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 38px;
  bottom: -14px;
  width: 2px;
  background: linear-gradient(180deg, var(--zc-amber-a35), transparent);
}
.zc-tst__flow-num {
  display: grid; place-items: center;
  width: 36px; height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--zc-amber-a18), var(--zc-amber-a08));
  border: 1px solid var(--zc-amber-a25);
  color: var(--zc-amber-dk);
  font-family: var(--zc-f-accent);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.6px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.zc-tst__flow-head {
  font-family: var(--zc-f-display);
  font-weight: 500;
  font-size: 14px;
  color: var(--zc-charcoal);
  margin: 0 0 3px;
  letter-spacing: -0.1px;
}
.zc-tst__flow-sub {
  font-family: var(--zc-f-body);
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--zc-warm-dk);
  margin: 0;
}


/* §5.4  FAQ — button + collapsible row, JS-toggled
   --------------------------------------------------------------------------
   Switched away from <details>/<summary> because the theme bundle was
   forcing `summary { display: list-item }` which broke our flex header
   and put a disc marker on every row. The button approach is
   theme-resistant: it's just a <button> + <div>, both of which the
   theme has no global rules for. JS toggles `.is-open` on the parent. */
.zc-tst__faq-list { display: flex; flex-direction: column; }

.zc-tst__faq {
  border-top: 1px solid var(--zc-linen);
}
.zc-tst__faq:first-child { border-top: none; }

.zc-tst__faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 12px 18px;
  margin: 0;
  border: none;
  background: transparent;
  font-family: var(--zc-f-body);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--zc-charcoal);
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: background 0.22s var(--zc-ease), color 0.22s var(--zc-ease);
}
.zc-tst__faq-q:hover {
  background: var(--zc-amber-a08);
  color: var(--zc-amber-dk);
}
.zc-tst__faq-q:focus-visible {
  background: var(--zc-amber-a08);
  outline: 2px solid var(--zc-amber-a35);
  outline-offset: -2px;
}
.zc-tst__faq-q > span { flex: 1; }
.zc-tst__faq-q > i {
  font-size: 14px;
  color: var(--zc-amber-dk);
  transition: transform 0.3s var(--zc-ease-spring), color 0.3s var(--zc-ease);
  flex-shrink: 0;
}
.zc-tst__faq.is-open > .zc-tst__faq-q {
  background: linear-gradient(90deg, var(--zc-amber-a12), transparent);
  color: var(--zc-amber-dk);
  font-weight: 600;
}
.zc-tst__faq.is-open > .zc-tst__faq-q > i {
  transform: rotate(45deg);
  color: var(--zc-amber);
}

/* Collapsible answer — animate via grid-template-rows so we don't have
   to know the height in advance and the transition feels smooth. */
.zc-tst__faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s var(--zc-ease);
}
.zc-tst__faq-a > p {
  overflow: hidden;
  margin: 0;
  padding: 0 18px;
  font-family: var(--zc-f-body);
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--zc-warm-dk);
  letter-spacing: 0.05px;
}
.zc-tst__faq.is-open > .zc-tst__faq-a {
  grid-template-rows: 1fr;
}
.zc-tst__faq.is-open > .zc-tst__faq-a > p {
  padding: 4px 18px 14px;
}


/* ==========================================================================
   §6  RESPONSIVE — mobile aside drops to flow under the main column
   ========================================================================== */
@media (max-width: 991px) {
  .zc-tst__aside-wrap { position: static; top: auto; }
}


/* ==========================================================================
   §10  SIDEBAR · TESTIMONIALS-SPECIFIC WIDGETS
   --------------------------------------------------------------------------
   The legacy CTA + flow + FAQ layout was duplicated on the blessings page,
   so the testimonials sidebar now has its own vocabulary that matches its
   page: Google trust panel, curated reasons, and a "write a review" card.
   ========================================================================== */

/* §10.1  Google trust panel */
.zc-tst__google {
  position: relative;
  background: linear-gradient(180deg, var(--zc-white), var(--zc-pearl));
  border: 1px solid var(--zc-linen);
  border-radius: 6px;
  padding: 18px;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 6px 18px rgba(46, 75, 113, 0.06);
}
.zc-tst__google::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #4285F4 0%, #34A853 33%, #FBBC04 66%, #EA4335 100%);
}
.zc-tst__google-head {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.zc-tst__google-glogo {
  display: grid; place-items: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4285F4 0%, #34A853 100%);
  color: var(--zc-white);
  font-family: var(--zc-f-display);
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.30);
}
.zc-tst__google-meta { display: flex; flex-direction: column; min-width: 0; }
.zc-tst__google-eyebrow {
  font-family: var(--zc-f-accent);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--zc-warm-mid);
}
.zc-tst__google-title {
  font-family: var(--zc-f-display);
  font-size: 16px;
  font-weight: 500;
  color: var(--zc-charcoal);
  letter-spacing: -0.2px;
}
.zc-tst__google-tick {
  font-size: 22px;
  color: var(--zc-success, #1A9E5C);
  filter: drop-shadow(0 2px 4px rgba(26, 158, 92, 0.30));
}
.zc-tst__google-note {
  font-family: var(--zc-f-body);
  font-size: 12.5px;
  color: var(--zc-warm-dk);
  line-height: 1.55;
  margin: 0 0 14px;
  letter-spacing: 0.05px;
}
.zc-tst__google-link {
  display: inline-flex; align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--zc-snow);
  border: 1px solid var(--zc-linen);
  border-radius: 6px;
  font-family: var(--zc-f-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--zc-charcoal);
  text-decoration: none;
  transition: all 0.25s var(--zc-ease);
}
.zc-tst__google-link i { font-size: 12px; color: #4285F4; }
.zc-tst__google-link:hover {
  background: var(--zc-amber-a08);
  border-color: var(--zc-amber-a35);
  color: var(--zc-amber-dk);
  transform: translateY(-1px);
}


/* §10.2  Reasons list (curated, NOT numbered like a flow) */
.zc-tst__reasons {
  background: transparent;
  padding: 18px 0 0;
}
.zc-tst__reasons-title {
  font-family: var(--zc-f-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--zc-amber-dk);
  margin: 0 0 14px;
  display: flex; align-items: center; gap: 8px;
}
.zc-tst__reasons-title::before {
  content: ""; width: 6px; height: 6px; 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-tst__reasons-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.zc-tst__reasons-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  background: var(--zc-white);
  border: 1px solid var(--zc-linen);
  border-radius: 6px;
  transition: all 0.25s var(--zc-ease);
}
.zc-tst__reasons-list li:hover {
  border-color: var(--zc-amber-a35);
  background: linear-gradient(135deg, var(--zc-white), var(--zc-amber-a08));
  transform: translateX(2px);
}
.zc-tst__reasons-list i {
  display: grid; place-items: center;
  width: 28px; height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--zc-amber-a18), var(--zc-amber-a08));
  color: var(--zc-amber-dk);
  font-size: 13px;
  flex-shrink: 0;
}
.zc-tst__reasons-list li > span {
  font-family: var(--zc-f-body);
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--zc-warm-dk);
  letter-spacing: 0.05px;
}
.zc-tst__reasons-list li b {
  color: var(--zc-charcoal);
  font-weight: 600;
}


/* §10.3  Share-your-story card (warm, narrative) */
.zc-tst__share {
  position: relative;
  text-align: center;
  padding: 22px 18px 20px;
  border-radius: 6px;
  background:
    radial-gradient(at 50% 0%, var(--zc-amber-a18) 0%, transparent 60%),
    linear-gradient(180deg, var(--zc-pearl), var(--zc-snow));
  border: 1px solid var(--zc-amber-a25);
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(207, 138, 63, 0.08);
}
.zc-tst__share-icon {
  display: grid; place-items: center;
  width: 48px; height: 48px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
  color: var(--zc-white);
  font-size: 20px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.30) inset,
    0 8px 18px var(--zc-amber-a35);
}
.zc-tst__share-title {
  font-family: var(--zc-f-display);
  font-size: 18px;
  font-weight: 500;
  color: var(--zc-charcoal);
  margin: 0 0 6px;
  letter-spacing: -0.2px;
}
.zc-tst__share-sub {
  font-family: var(--zc-f-body);
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--zc-warm-dk);
  margin: 0 0 16px;
  letter-spacing: 0.05px;
}
.zc-tst__share-btn {
  display: inline-flex; align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: linear-gradient(135deg, #4285F4 0%, #1a73e8 100%);
  color: var(--zc-white);
  border-radius: 999px;
  font-family: var(--zc-f-heading);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.20) inset,
    0 8px 22px rgba(66, 133, 244, 0.30);
  transition: transform 0.3s var(--zc-ease-spring),
              box-shadow 0.3s var(--zc-ease);
}
.zc-tst__share-btn:hover {
  transform: translateY(-2px);
  color: var(--zc-white);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 14px 32px rgba(66, 133, 244, 0.40);
}
.zc-tst__share-btn i { font-size: 13px; }
.zc-tst__share-secondary {
  display: block;
  margin-top: 12px;
  font-family: var(--zc-f-body);
  font-size: 12px;
  color: var(--zc-warm-mid);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.zc-tst__share-secondary:hover { color: var(--zc-amber-dk); }
