/* ============================================================
   home-course.css — thin layer over styles.css for the selling
   homepage. Reuses styles.css tokens, .btn, .wrap, .section-title,
   .eyebrow, .reveal, .marquee, the restored .journey, plus the
   storefront's preview-kit.css .pv-* pricing cards.

   The header used to claim "theme-aware via var(--*); the only hardcoded ink
   is #1A0F00". That was not true: .incl-row, .home-fq and .saqr-head each
   hardcoded the dark-green surface gradient, so the FAQ rows stayed grey-green
   bars on the white Light page and on the warm brown Desert page. Those
   surfaces now read --home-* properties set per theme below. #1A0F00 really is
   the only hardcoded ink left, and it is correct everywhere: it is dark ink on
   a gold chip, which is gold in every theme.
   ============================================================ */

/* ---- panel surfaces, per theme. Dark keeps exactly what it had. ---- */
:root {
  --home-panel: linear-gradient(180deg, rgba(27, 56, 49, .4), rgba(16, 34, 31, .4));
  --home-panel-shadow: none;
  --home-head-grad: linear-gradient(180deg, var(--surface), rgba(27, 56, 49, .5));
}

/* Light uses white surfaces lifted by a soft shadow, like every other card on
   this theme, rather than a translucent wash that goes muddy over white. */
html[data-theme="light"] {
  --home-panel: linear-gradient(180deg, #ffffff, #ffffff);
  --home-panel-shadow: var(--shadow-card);
  --home-head-grad: linear-gradient(180deg, var(--surface), var(--bg-2));
}

/* Desert: same recipe as dark, mixed from its own warm surface tokens. */
html[data-theme="default"] {
  --home-panel: linear-gradient(180deg, rgba(63, 43, 25, .4), rgba(42, 27, 15, .4));
  --home-panel-shadow: none;
  --home-head-grad: linear-gradient(180deg, var(--surface), rgba(63, 43, 25, .5));
}

/* ---- generic section + heads ---- */
.home-section { padding: clamp(56px, 9vw, 104px) 0 0; }
.home-head { text-align: center; max-width: 660px; margin: 0 auto clamp(28px, 4vw, 44px); }
.home-head .section-sub { font-family: var(--f-body); font-size: 16px; color: var(--secondary); line-height: 1.6; margin: 12px auto 0; max-width: 54ch; }

/* Keep the FAQ connected to the social-learning section above it. */
.ig-section { padding-bottom: clamp(48px, 5vw, 64px); }
.home-faq-section { padding-top: clamp(22px, 3vw, 34px); padding-bottom: clamp(52px, 8vw, 90px); }
/* Testimonials sit in a wider .wrap now; trim the mobile gutter so the card reads wider. */
@media (max-width: 620px) { #testimonials .wrap { padding-inline: 18px; } }

/* ---- hero ---- */
.hero-strike { text-decoration: line-through; text-decoration-color: var(--coral); text-decoration-thickness: 6px; }

/* The conversation now leads the story, replacing the competing illustration
   and flashcards that previously occupied a separate hero column. */
.hero .hero-grid { grid-template-columns: minmax(0, 760px); justify-content: center; text-align: center; gap: 0; }
.hero-copy { display: flex; flex-direction: column; align-items: center; }
.hero-conversation {
  display: block;
  width: min(390px, 76vw);
  height: auto;
  aspect-ratio: 4 / 3;
  margin: 0 auto clamp(18px, 3vw, 30px);
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(0,0,0,.34));
}
.hero .hero-title { margin-top: 0; }
.hero .hero-sub { margin-inline: auto; }
/* keep the home hero CTAs on one row (override styles.css column default) */
.hero .hero-ctas { flex-direction: row; flex-wrap: wrap; gap: 12px 16px; align-items: center; }
@media (max-width: 960px) { .hero .hero-ctas { justify-content: center; } }
/* Saqr's Promise — 14-day guarantee micro-line under the hero CTAs */
.hero-promise { display: flex; align-items: center; gap: 8px; margin-top: 18px; font-family: var(--f-body); font-size: 13.5px; line-height: 1.4; color: var(--muted); }
.hero-promise svg { flex: none; color: var(--gold); }
.hero-promise strong { color: var(--gold); font-weight: 700; }
@media (max-width: 960px) { .hero-promise { justify-content: center; text-align: center; } }
.hero-login { font-family: var(--f-body); font-size: 14px; color: var(--secondary); margin-top: 16px; }
a.hero-login-link { color: var(--gold); text-decoration: none; font-weight: 600; }
a.hero-login-link:hover { text-decoration: underline; }

/* ---- hero atmosphere: a whisper of gold, no green spot, uniform across themes ---- */
.hero-aura { background: radial-gradient(closest-side, rgba(230,184,97,0.06) 0%, transparent 70%); }
.hero-dunes { opacity: 0.35; }

/* ---- nav: bigger + less compact than the default floating pill ---- */
.nav { padding: 11px 12px 11px 24px; gap: 10px; }
.nav-brand { font-size: 19px; }
.nav-brand .ar { font-size: 21px; }
.nav .nav-link { font-size: 14.5px; padding: 10px 17px; }
/* course links share the auth pill's box so they sit on one line */
.nav-link-course { display: inline-flex; align-items: center; padding: 10px 17px; font-size: 14.5px; line-height: 1; border-radius: 999px; color: var(--cream); text-decoration: none; opacity: 0.82; transition: opacity .15s, background .15s; }
.nav-link-course:hover { opacity: 1; background: rgba(230,184,97,0.08); }

/* ---- pricing foot ---- */
.home-plans-foot { text-align: center; margin-top: 22px; font-family: var(--f-body); font-size: 14px; color: var(--secondary); }
.home-plans-foot a { color: var(--gold); text-decoration: none; font-weight: 600; }
.home-plans-foot a:hover { text-decoration: underline; }

/* ---- e-book section value rows ---- */
.home-incl { display: grid; gap: 14px; max-width: 720px; margin: 0 auto; }
.incl-row { display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--stroke); border-radius: 16px; padding: 18px 20px; background: var(--home-panel); box-shadow: var(--home-panel-shadow); }
.incl-ico { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: rgba(230,184,97,0.1); border: 1px solid var(--stroke); color: var(--gold); }
.incl-ico svg { width: 19px; height: 19px; }
.incl-row h3 { font-family: var(--f-body); font-weight: 700; font-size: 15.5px; margin: 0 0 3px; color: var(--cream); }
.incl-row p { font-family: var(--f-body); font-size: 13.5px; color: var(--secondary); line-height: 1.5; margin: 0; }
.home-ebook-stage { max-width: 460px; margin: 0 auto; text-align: left; }
.home-ebook-note { text-align: center; font-family: var(--f-body); font-size: 13px; color: var(--green); margin-top: 16px; }

/* ---- app coming soon footnote / final ---- */
.home-appsoon { text-align: center; font-family: var(--f-body); font-size: 13px; color: var(--muted); }
.home-appsoon b { color: var(--secondary); font-weight: 600; }
.home-final { text-align: center; }
.home-final-sub { font-family: var(--f-body); font-size: 16px; color: var(--secondary); margin: 12px auto 22px; max-width: 46ch; }
.home-final-inner { display: flex; flex-direction: column; align-items: center; }
.home-final-inner .final-saqr { width: clamp(140px, 30vw, 220px); height: auto; margin-bottom: 8px; }

/* ---- FAQ ---- */
.home-faq { display: flex; flex-direction: column; gap: 10px; }
.home-fq { border: 1px solid var(--stroke); border-radius: 14px; background: var(--home-panel); box-shadow: var(--home-panel-shadow); overflow: hidden; }
.home-fq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; font-family: var(--f-body); font-weight: 600; font-size: 15px; color: var(--cream); }
.home-fq summary::-webkit-details-marker { display: none; }
.home-fq-ico { flex: 0 0 auto; font-family: var(--f-mono); font-size: 20px; line-height: 1; color: var(--gold); transition: transform .2s var(--ease-smooth); }
.home-fq[open] .home-fq-ico { transform: rotate(45deg); }
.home-fq-a { padding: 0 18px 16px; font-family: var(--f-body); font-size: 14px; color: var(--secondary); line-height: 1.6; }

/* ---- Saqr Call node (Journey) — mirrors the in-course call UI ---- */
.saqr-demo { padding: 0; }
.saqr-head { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-bottom: 1px solid var(--stroke); background: var(--home-head-grad); }
.saqr-mini { width: 44px; height: 44px; border-radius: 50%; flex: none; overflow: hidden; background: var(--surface-2); border: 1.5px solid var(--gold-deep); box-shadow: 0 6px 16px rgba(0,0,0,0.3); }
.saqr-mini img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; display: block; }
.saqr-meta { min-width: 0; flex: 1 1 auto; }
.saqr-name { font-family: var(--f-body); font-weight: 700; font-size: 16px; color: var(--cream); line-height: 1.1; }
.saqr-status { font-family: var(--f-mono); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--green); margin-top: 5px; }
.saqr-status::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); margin-right: 6px; vertical-align: middle; box-shadow: 0 0 0 3px rgba(77,191,142,0.16); }
.saqr-timer { flex: none; font-family: var(--f-mono); font-weight: 700; font-size: 14px; color: var(--gold); letter-spacing: .04em; font-variant-numeric: tabular-nums; }
.saqr-thread { display: flex; flex-direction: column; gap: 12px; padding: 16px; }
.saqr-turn { border: 1px solid var(--stroke); border-radius: 16px; padding: 12px 14px; }
.saqr-turn.them { background: var(--surface); border-bottom-left-radius: 7px; align-self: stretch; }
.saqr-turn.you { background: linear-gradient(160deg, rgba(230,184,97,0.18), rgba(184,136,56,0.13)); border-color: rgba(230,184,97,0.32); border-bottom-right-radius: 7px; align-self: flex-end; max-width: 90%; }
.saqr-who { font-family: var(--f-mono); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.saqr-turn.you .saqr-who { text-align: right; color: var(--gold); }
.saqr-tl { font-family: var(--f-mono); font-weight: 700; font-size: 18px; line-height: 1.25; color: var(--cream); letter-spacing: -.01em; }
.saqr-ar { font-family: var(--f-arabic); direction: rtl; text-align: left; font-size: 17px; color: var(--gold-2); margin-top: 6px; }
.saqr-en { font-family: var(--f-body); font-size: 12.5px; color: var(--muted); margin-top: 4px; }
.saqr-turn.you .saqr-tl, .saqr-turn.you .saqr-ar, .saqr-turn.you .saqr-en { text-align: right; }

/* ---- Saqr Call: incoming-call UI (ring -> answer -> conversation) ---- */
.saqr-call { padding: 0; overflow: hidden; }
/* the author display rules below would override the [hidden] attribute (author
   styles beat the UA stylesheet), so restore hiding explicitly for both screens */
.saqr-ring[hidden], .saqr-live[hidden] { display: none !important; }

/* ringing screen */
.saqr-ring { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 32px 20px 26px; }
.saqr-ring-ava { position: relative; width: 98px; height: 98px; border-radius: 50%; overflow: hidden; border: 2px solid var(--gold-deep); background: var(--surface-2); box-shadow: 0 10px 30px rgba(0,0,0,.4); }
.saqr-ring-ava img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; display: block; }
.saqr-ring-pulse { position: absolute; inset: -3px; border-radius: 50%; border: 2px solid var(--green); animation: saqr-ring-pulse 1.8s ease-out infinite; }
@keyframes saqr-ring-pulse { 0% { transform: scale(1); opacity: .75; } 100% { transform: scale(1.55); opacity: 0; } }
.saqr-ring-name { font-family: var(--f-display); font-weight: 700; font-size: 23px; color: var(--cream); margin-top: 17px; }
.saqr-ring-status { font-family: var(--f-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--green); margin-top: 7px; animation: saqr-call-blink 1.4s ease-in-out infinite; }
@keyframes saqr-call-blink { 50% { opacity: .42; } }
.saqr-ring-actions { display: flex; gap: 52px; margin-top: 28px; }
.call-btn { width: 62px; height: 62px; border-radius: 50%; border: none; cursor: pointer; display: grid; place-items: center; color: #fff; transition: transform .15s var(--ease-bounce), filter .15s; }
.call-btn svg { width: 27px; height: 27px; }
.call-btn.decline { background: linear-gradient(180deg, #E8614A, #C2452F); opacity: .5; cursor: not-allowed; }
.call-btn.answer { background: linear-gradient(180deg, #4DBF8E, #2E9D6E); box-shadow: 0 0 0 0 rgba(77,191,142,.5), 0 10px 24px -6px rgba(77,191,142,.6); animation: saqr-answer-pulse 1.6s ease-in-out infinite; }
.call-btn.answer:hover { transform: translateY(-2px) scale(1.05); filter: brightness(1.06); }
.call-btn.answer:active { transform: scale(.93); }
@keyframes saqr-answer-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(77,191,142,.5), 0 10px 24px -6px rgba(77,191,142,.6); } 50% { box-shadow: 0 0 0 11px rgba(77,191,142,0), 0 10px 24px -6px rgba(77,191,142,.6); } }
.saqr-ring-hint { font-family: var(--f-body); font-size: 12.5px; color: var(--muted); margin-top: 18px; }

/* live call: head + thread reuse the styles above; turns reveal one by one */
.saqr-live-actions { display: flex; justify-content: center; padding: 2px 16px 18px; }
.saqr-live-actions .call-btn.end { width: 52px; height: 52px; background: linear-gradient(180deg, #E8614A, #C2452F); box-shadow: 0 8px 20px -6px rgba(232,97,74,.5); animation: none; }
.saqr-live-actions .call-btn.end:hover { transform: scale(1.06); }
.saqr-call .saqr-thread .saqr-turn { opacity: 0; transform: translateY(9px); transition: opacity .42s var(--ease-smooth), transform .42s var(--ease-smooth); }
.saqr-call .saqr-thread .saqr-turn.revealed { opacity: 1; transform: none; }

/* ---- visible dev toggle dock (localhost / ?dev=1 only; injected by home.js) ---- */
.devdock { position: fixed; left: 14px; bottom: 14px; z-index: 90; display: flex; flex-direction: column; gap: 8px; padding: 10px 12px; border-radius: 14px; background: rgba(11,25,23,0.88); border: 1px solid var(--stroke-strong); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 12px 32px rgba(0,0,0,0.4); }
.devdock-tag { font-family: var(--f-mono); font-size: 8.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); text-align: center; }
.devdock-row { display: flex; align-items: center; gap: 8px; }
.devdock-label { font-family: var(--f-mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); min-width: 46px; }
.devdock-seg { display: inline-flex; gap: 4px; }
.devdock-seg button { font-family: var(--f-mono); font-size: 11px; font-weight: 700; color: var(--secondary); background: rgba(255,255,255,0.04); border: 1px solid var(--stroke); border-radius: 8px; padding: 5px 9px; cursor: pointer; transition: background .15s, color .15s; }
.devdock-seg button.is-on { color: #1A0F00; background: linear-gradient(180deg, var(--gold-2), var(--gold)); border-color: transparent; }
@media (max-width: 600px) { .devdock { left: 8px; bottom: 8px; padding: 8px 10px; } }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-demos="enhanced"] .saqr-thread .saqr-turn { opacity: 1; transform: none; }
}

/* ============================================================
   Sections shared with the /courses/ storefront. The homepage
   does NOT load design-1.css, so the component CSS is ported
   here. All tokens (--stroke, --gold, --surface-2, --ease-*, …)
   are defined in styles.css. Section headings reuse the
   homepage's own .eyebrow / .section-title for visual cohesion.
   ============================================================ */

/* ---- "What Sets Lsany Apart" compare table (cn-vs) ---- */
.cn-vs { max-width: 720px; margin: 0 auto; border: 1px solid var(--stroke); border-radius: 16px; overflow: hidden; background: linear-gradient(180deg, var(--surface-2), var(--surface)); }
.cn-vs-head { display: grid; grid-template-columns: 1fr 1fr; font-family: var(--f-display); font-weight: 700; font-size: 14px; }
/* Centred, not left-aligned: the two column headings sit over columns whose own
   rows are icon-then-text, so a left-aligned heading lined up with the tick
   rather than with the column (Ali, 2026-08-02). */
.cn-vs-head span { padding: 12px 18px; text-align: center; }
.cn-vs-head span:first-child { color: var(--gold); }
.cn-vs-head span:last-child { color: var(--muted); border-left: 1px solid var(--stroke); }
.cn-vs .vs-row { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--stroke); position: relative; }
.cn-vs .vs-k { display: none; }
.cn-vs .vs-us, .cn-vs .vs-them { display: flex; gap: 9px; padding: 14px 18px; font-family: var(--f-body); font-size: 13.5px; line-height: 1.45; }
.cn-vs .vs-them { border-left: 1px solid var(--stroke); color: var(--secondary); }
.cn-vs .vs-us { color: var(--cream); }
.cn-vs .vs-ic { flex: none; width: 16px; height: 16px; margin-top: 1px; }
.cn-vs .vs-ic svg { width: 16px; height: 16px; }
.cn-vs .vs-ic-yes { color: var(--green); }
.cn-vs .vs-ic-no { color: var(--coral); opacity: .8; }

/* ---- Features / AI suite slideshow shell (cn-show, driven by preview-kit.js) ---- */
.cn-show { max-width: 560px; margin: 0 auto; }
.cn-show-tabs { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-bottom: 18px; }
.cn-show-tab { position: relative; z-index: 1; font-family: var(--f-body); font-size: 12.5px; font-weight: 600; color: var(--cream-muted); background: var(--chip-bg); border: 1px solid var(--stroke); border-radius: 999px; padding: 7px 14px; cursor: pointer; transition: color .2s var(--ease-smooth), border-color .16s, background .16s; }
.cn-show-tab:hover { color: var(--cream); border-color: var(--stroke-strong); }
.cn-show-tab.is-on { color: #1A0F00; background: linear-gradient(180deg, var(--gold-2), var(--gold)); border-color: transparent; }
.cn-show.has-pill .cn-show-tab.is-on { background: transparent; border-color: transparent; }
.cn-show-pill { position: absolute; top: 0; left: 0; z-index: 0; opacity: 0; border-radius: 999px; background: linear-gradient(180deg, var(--gold-2), var(--gold)); box-shadow: 0 6px 16px -8px var(--gold-glow); transition: transform .32s var(--ease-spring-soft), width .3s var(--ease-smooth), height .3s var(--ease-smooth), opacity .2s; }
.cn-show-view { display: flex; align-items: center; gap: 8px; }
.cn-show-track { flex: 1; min-width: 0; }
.cn-slide { display: none; max-width: 440px; margin: 0 auto; animation: cn-slidein .35s var(--ease-smooth) both; }
.cn-slide.is-on { display: block; }
@keyframes cn-slidein { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.cn-slide-cap { font-family: var(--f-body); font-size: 14px; line-height: 1.5; color: var(--cream-muted); text-align: center; max-width: 42ch; margin: 0 auto 16px; }
.cn-slide-cap b { color: var(--cream); font-weight: 700; }
.cn-slide .demo-card { width: 100%; margin: 0; }
.cn-slide .trace-letter-pad { aspect-ratio: 1 / 1; max-width: 220px; max-height: none; margin: 0 auto; }
.cn-slide .trace-letter { font-size: 150px; }
.cn-slide .chat-area { font-size: 13px; }
.cn-show-arrow { flex: none; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--stroke); background: var(--chip-bg); color: var(--gold); cursor: pointer; display: grid; place-items: center; transition: border-color .16s, transform .12s var(--ease-bounce), background .16s; }
.cn-show-arrow:hover { border-color: var(--gold); transform: scale(1.06); }
.cn-show-arrow:active { transform: scale(.92); }
.cn-show-arrow svg { width: 18px; height: 18px; }
.cn-show-dots { display: flex; justify-content: center; gap: 8px; margin: 26px 0 36px; }
.cn-show-dot { width: 8px; height: 8px; border-radius: 999px; border: none; padding: 0; cursor: pointer; background: var(--stroke-strong); transition: background .2s, transform .2s var(--ease-bounce); }
.cn-show-dot.is-on { background: var(--gold); transform: scale(1.3); }
@media (max-width: 560px) {
  .cn-show-arrow,
  .cn-show-dots { display: none; }
  .cn-show-tabs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); width: 100%; gap: 8px 6px; }
  .cn-show-tab { grid-column: span 2; width: 100%; padding-inline: 7px; white-space: nowrap; }
  .cn-show-tab:nth-of-type(4) { grid-column: 2 / span 2; }
}

/* ---- Why learn Emirati — 4-pillar grid ---- */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 860px; margin: 0 auto; }
.why-card { padding: 26px 24px; border: 1px solid var(--stroke); border-radius: 18px; background: linear-gradient(180deg, var(--surface-2), var(--surface)); }
.why-ico { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: rgba(230,184,97,0.12); color: var(--gold); margin-bottom: 16px; }
.why-ico svg { width: 24px; height: 24px; }
.why-title { font-family: var(--f-display); font-weight: 700; font-size: 18px; color: var(--cream); margin: 0 0 8px; letter-spacing: -0.01em; }
.why-copy { font-family: var(--f-body); font-size: 14px; line-height: 1.55; color: var(--cream-muted); margin: 0; }
/* Mobile: swap the 4-up grid for a swipeable snap carousel (one card at a time,
   next card peeking so it reads as swipeable) instead of a tall stack of cards. */
@media (max-width: 640px) {
  .why-grid {
    display: flex;
    grid-template-columns: none;
    max-width: none;
    gap: 14px;
    margin-inline: -28px;
    padding: 4px 28px 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 28px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .why-grid::-webkit-scrollbar { display: none; }
  .why-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .cn-book-cta { justify-content: center; }
}

/* ---- Saqr promise / blurred pricing / guarantee composition ---- */
.promise-pricing-section {
  position: relative;
  padding-top: clamp(48px, 7vw, 82px);
  overflow: clip;
}
.promise-pricing-section::before {
  content: "";
  position: absolute;
  inset: 8% 0 auto 50%;
  width: min(900px, 92vw);
  height: 72%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(230, 184, 97, .075), transparent 68%);
  pointer-events: none;
}
.promise-callout {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 4vw, 42px);
  max-width: 800px;
}
.promise-callout-top { margin-top: clamp(34px, 6vw, 62px); }
.promise-callout-bottom {
  grid-template-columns: minmax(0, 1fr) 150px;
  margin-top: 0;
  text-align: right;
}
.promise-copy { position: relative; padding-block: 18px; }
.promise-copy::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin-top: 20px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.promise-callout-bottom .promise-copy::after {
  margin-left: auto;
  background: linear-gradient(270deg, var(--gold), transparent);
}
.promise-lead {
  max-width: 35ch;
  margin: 10px 0 0;
  color: var(--cream);
  font-family: var(--f-display);
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: -.018em;
}
.promise-callout-bottom .promise-lead { margin-left: auto; }
.promise-saqr {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, .28));
}
.promise-pricing-shell { position: relative; z-index: 2; margin-top: clamp(34px, 6vw, 62px); }

@media (max-width: 640px) {
  .promise-pricing-section { padding-top: 38px; }
  .promise-callout,
  .promise-callout-bottom {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 14px;
    text-align: left;
  }
  .promise-callout-top { margin-top: clamp(24px, 7vw, 38px); }
  .promise-callout-bottom {
    grid-template-columns: minmax(0, 1fr) 104px;
    margin-top: 0;
  }
  .promise-pricing-shell { margin-top: clamp(24px, 7vw, 38px); }
  .promise-copy { padding-block: 10px; }
  .promise-copy::after,
  .promise-callout-bottom .promise-copy::after { margin: 14px 0 0; }
  .promise-callout-bottom .promise-lead { margin-left: 0; }
  .promise-lead { font-size: clamp(.98rem, 4.4vw, 1.15rem); line-height: 1.4; }
}
