/* =========================================================================
   StayDocs — scenes.css
   The "feature film" scroll stage, hero conflict-block animation, the
   sync-speed race, and the multi-property visual. Layered on top of
   styles.css. All motion is gated by .has-anim / .is-cinematic and fully
   collapses under prefers-reduced-motion.
   ========================================================================= */

/* ------------------------------------------------------------------ shared */
.tag--call { background: rgba(96,90,128,0.15); color: #5b5379; }
.ticknote { color: var(--ink-faint); font-style: normal; font-weight: 500; font-size: 0.88em; }
.honest-note { max-width: 640px; margin: clamp(36px,5vw,52px) auto 0; text-align: center; color: var(--ink-soft); font-size: 0.98rem; background: rgba(255,255,255,0.5); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 20px 26px; }
.honest-note em { color: var(--ink); font-style: italic; }

/* ============================ HERO CONFLICT SCREEN ============================ */
.ledger.hc { padding-bottom: 16px; }
.hc__days { display: grid; grid-template-columns: 62px repeat(6, 1fr); font-size: 9px; font-weight: 700; color: var(--pd-ink-soft); margin: 2px 0 8px; padding-left: 62px; }
.hc__days span { text-align: center; }
.hc__rows { display: flex; flex-direction: column; gap: 8px; }
.hc__row { display: grid; grid-template-columns: 62px 1fr; align-items: center; gap: 8px; }
.hc__room { font-size: 11px; font-weight: 700; color: var(--pd-ink); }
.hc__track { position: relative; height: 18px; background: #F1EEE9; border-radius: 6px; overflow: hidden; }
.hc__bar { position: absolute; top: 3px; height: 12px; border-radius: 5px; }
.hc__bar--a { background: var(--pd-booking); }
.hc__bar--b { background: var(--pd-airbnb); }
.hc__bar--grow, .hc__bar--ok { background: var(--pd-sage); transform: scaleX(0); transform-origin: left center; }
.hc__row--target .hc__track { box-shadow: inset 0 0 0 1.5px rgba(194,102,96,0); transition: box-shadow .3s var(--ease); }

.hc__incoming { display: flex; flex-direction: column; gap: 1px; margin-top: 12px; padding: 9px 11px; background: var(--pd-card); border: 1px solid var(--pd-line); border-left: 3px solid var(--pd-ink-soft); border-radius: 9px; opacity: 0; transform: translateY(8px); transition: opacity .35s var(--ease), transform .35s var(--ease); }
.hc__inname { font-size: 12px; font-weight: 700; color: var(--pd-ink); }
.hc__inmeta { font-size: 10px; color: var(--pd-ink-soft); }

.hc__banner { margin-top: 9px; padding: 9px 12px; border-radius: 9px; font-size: 11px; font-weight: 700; opacity: 0; transform: translateY(6px); transition: opacity .3s var(--ease), transform .3s var(--ease); }
.hc__banner--stop { background: rgba(194,102,96,0.14); color: var(--pd-airbnb); border: 1px solid rgba(194,102,96,0.35); }
.hc__banner--ok { background: rgba(74,124,89,0.14); color: var(--pd-sage); border: 1px solid rgba(74,124,89,0.32); }

/* --- static fallback (no motion): show the "blocked" moment --- */
.ledger.hc .hc__incoming { opacity: 1; transform: none; }
.ledger.hc .hc__banner--stop { opacity: 1; transform: none; }

/* --- animated states (driven by scenes.js) --- */
.has-anim .ledger.hc .hc__incoming { opacity: 0; transform: translateY(8px); }
.has-anim .ledger.hc .hc__banner--stop { opacity: 0; transform: translateY(6px); }

.has-anim .ledger.hc.hc--incoming .hc__incoming { opacity: 1; transform: none; }
.has-anim .ledger.hc.hc--incoming .hc__row--target .hc__track { box-shadow: inset 0 0 0 1.5px rgba(194,102,96,0.5); }

.has-anim .ledger.hc.hc--blocked .hc__incoming { opacity: 1; transform: none; }
.has-anim .ledger.hc.hc--blocked .hc__banner--stop { opacity: 1; transform: none; animation: hcShake .4s var(--ease) 1; }
.has-anim .ledger.hc.hc--blocked .hc__row--target .hc__track { box-shadow: inset 0 0 0 2px rgba(194,102,96,0.8); animation: hcFlash .4s var(--ease) 1; }

.has-anim .ledger.hc.hc--resolved .hc__incoming { opacity: 1; transform: none; border-left-color: var(--pd-sage); }
.has-anim .ledger.hc.hc--resolved .hc__banner--stop { opacity: 0; transform: translateY(-4px); }
.has-anim .ledger.hc.hc--resolved .hc__banner--ok { opacity: 1; transform: none; }
.has-anim .ledger.hc.hc--resolved .hc__bar--grow { transform: scaleX(1); transition: transform .5s var(--ease); }

@keyframes hcShake { 0%,100% { transform: translateX(0); } 20% { transform: translateX(-4px); } 40% { transform: translateX(4px); } 60% { transform: translateX(-3px); } 80% { transform: translateX(2px); } }
@keyframes hcFlash { 0%,100% { background: #F1EEE9; } 45% { background: rgba(194,102,96,0.22); } }

/* ============================ THE FEATURE FILM ============================ */
.film { position: relative; padding-top: clamp(56px, 9vw, 100px); }
.section__head--film { margin-bottom: clamp(24px, 4vw, 40px); }

/* Fallback (no JS / reduced motion): natural flow, all captions, static phone */
.film__track { position: relative; }
.film__stage { position: relative; }
.film__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.film__caps { position: relative; }
.fcap { margin-bottom: 26px; }
.fcap__eyebrow { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--amber-deep); margin-bottom: 12px; }
.fcap__title { font-size: clamp(1.5rem, 3.4vw, 2.2rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.12; color: var(--ink); margin-bottom: 12px; }
.fcap__body { color: var(--ink-soft); font-size: 1.04rem; max-width: 40ch; }
.film__dots { display: none; gap: 9px; margin-top: 28px; }
.fcap__body { min-height: 0; }
.fdot { width: 8px; height: 8px; border-radius: 50%; background: var(--hairline-strong); transition: transform .3s var(--ease), background-color .3s var(--ease); }
.fdot.is-active { background: var(--amber); transform: scale(1.5); }

.film__device { display: flex; justify-content: center; }
.device--film { width: 300px; }
.film__screen { min-height: 380px; position: relative; }
.fscene { display: none; }
.fscene[data-static] { display: block; }

/* ---- Cinematic mode (scenes.js added .is-cinematic) ---- */
.film.is-cinematic .film__track { height: 560vh; }
.film.is-cinematic .film__stage { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; }
.film.is-cinematic .film__caps { position: relative; min-height: 260px; padding-top: 34px; }
.film.is-cinematic .fcap { position: absolute; top: 34px; left: 0; right: 0; opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .5s var(--ease), transform .5s var(--ease); }
.film.is-cinematic .fcap.is-active { opacity: 1; transform: none; pointer-events: auto; }
.film.is-cinematic .film__dots { display: flex; position: absolute; top: 0; left: 0; margin: 0; }
.film.is-cinematic .fscene { display: none; }
.film.is-cinematic .fscene.is-active { display: block; }

/* scene element entrance — plays each time a scene becomes active */
.film.is-cinematic .fscene.is-active .fx { opacity: 0; animation: fxIn .5s var(--ease) forwards; }
.film.is-cinematic .fscene.is-active .fx.d1 { animation-delay: .06s; }
.film.is-cinematic .fscene.is-active .fx.d2 { animation-delay: .18s; }
.film.is-cinematic .fscene.is-active .fx.d3 { animation-delay: .30s; }
.film.is-cinematic .fscene.is-active .fx.d4 { animation-delay: .44s; }
.film.is-cinematic .fscene.is-active .fx.d5 { animation-delay: .58s; }
.film.is-cinematic .fscene.is-active .fx.d6 { animation-delay: .74s; }
@keyframes fxIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* scene-specific bits */
.fdone { margin-top: 4px; padding: 9px 11px; border-radius: 9px; background: rgba(74,124,89,0.14); color: var(--pd-sage); border: 1px solid rgba(74,124,89,0.3); font-size: 12px; font-weight: 700; text-align: center; }

.fbar { animation: none; }
.film.is-cinematic .fscene.is-active .fbar-ok { animation: growX .5s var(--ease) .6s both; transform-origin: left center; }
@keyframes growX { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.hc__bar--ok { transform: scaleX(1); }

.fnote { margin-top: 9px; padding: 9px 12px; border-radius: 9px; font-size: 11px; font-weight: 700; }
.fnote--in { display: flex; flex-direction: column; gap: 1px; background: var(--pd-card); border: 1px solid var(--pd-line); border-left: 3px solid var(--pd-ink-soft); }
.fnote--in b { font-size: 12px; color: var(--pd-ink); }
.fnote--in span { font-size: 10px; font-weight: 500; color: var(--pd-ink-soft); }
.fnote--stop { background: rgba(194,102,96,0.14); color: var(--pd-airbnb); border: 1px solid rgba(194,102,96,0.35); }
.fnote--ok { background: rgba(74,124,89,0.14); color: var(--pd-sage); border: 1px solid rgba(74,124,89,0.32); }

.fshot { position: relative; background: linear-gradient(160deg, #2B3A67, #1E3D6B); color: #fff; border-radius: 12px; padding: 16px 14px 14px; overflow: hidden; }
.fshot__bar { position: absolute; top: 0; left: 0; right: 0; height: 22px; background: rgba(255,255,255,0.10); }
.fshot__title { font-size: 13px; font-weight: 800; margin-top: 14px; }
.fshot__line { font-size: 11px; opacity: 0.9; margin-top: 3px; }
.fread { margin-top: 10px; font-size: 11px; font-weight: 600; color: var(--amber-deep); text-align: center; }
.fkv { display: flex; flex-direction: column; gap: 6px; margin-top: 4px; }
.fkv__row { display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: var(--pd-ink-soft); padding: 8px 11px; background: var(--pd-card); border: 1px solid var(--pd-line); border-radius: 8px; }
.fkv__row b { color: var(--pd-ink); font-size: 12px; }

.wa { display: flex; flex-direction: column; gap: 8px; }
.wa__head { display: flex; align-items: center; gap: 9px; padding-bottom: 8px; border-bottom: 1px solid var(--pd-line); margin-bottom: 2px; }
.wa__avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--pd-sage); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 14px; }
.wa__name { font-size: 12px; font-weight: 800; color: var(--pd-ink); }
.wa__sub { font-size: 10px; color: var(--pd-ink-soft); }
.wa__bubble { background: #E7F6D5; border-radius: 10px 10px 10px 3px; padding: 9px 12px; max-width: 92%; align-self: flex-start; }
.wa__bubble p { font-size: 11.5px; color: #21301a; line-height: 1.45; }
.wa__bubble b { font-weight: 800; }
.wa__foot { font-size: 10px; color: var(--pd-ink-soft); text-align: center; margin-top: 4px; }

/* ============================ SYNC-SPEED RACE ============================ */
.race { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 900px; margin: 0 auto; }
.race__card { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 26px; box-shadow: var(--shadow-card); }
.race__card--fast { border-color: rgba(199,146,58,0.4); background: linear-gradient(180deg, rgba(199,146,58,0.07), var(--surface) 40%); }
.race__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 1.14rem; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 8px; }
.race__plan { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-soft); background: rgba(33,28,22,0.06); padding: 4px 10px; border-radius: var(--r-pill); }
.race__plan--fast { color: #1d1810; background: linear-gradient(180deg, var(--amber-soft), var(--amber)); }
.race__speed { color: var(--ink-soft); font-size: 0.98rem; margin-bottom: 20px; }
.race__speed strong { color: var(--amber-deep); font-weight: 800; }
.race__lane { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-bottom: 18px; }
.race__chip { font-size: 0.72rem; font-weight: 700; color: var(--pd-booking); background: rgba(30,61,107,0.1); padding: 5px 9px; border-radius: var(--r-pill); white-space: nowrap; }
.race__bar { position: relative; height: 8px; background: rgba(33,28,22,0.08); border-radius: var(--r-pill); overflow: hidden; }
.race__fill { position: absolute; inset: 0; width: 0; border-radius: var(--r-pill); }
.race__fill--slow { background: var(--ink-faint); }
.race__fill--fast { background: linear-gradient(90deg, var(--amber), var(--amber-soft)); }
.race__end { font-size: 1.1rem; }
.race__note { color: var(--ink-soft); font-size: 0.92rem; line-height: 1.55; }

/* fallback: fills full (static) so the message reads without motion */
.race__fill { width: 100%; }
.has-anim .race__fill { width: 0; }
.has-anim .race.is-running .race__fill--slow { animation: raceFill 3s linear forwards; }
.has-anim .race.is-running .race__fill--fast { animation: raceFill 0.65s cubic-bezier(0.16,1,0.3,1) forwards; }
@keyframes raceFill { to { width: 100%; } }

.race__replay { display: block; margin: 26px auto 0; color: var(--amber-deep); font-weight: 650; font-size: 0.94rem; padding: 8px 16px; border-radius: var(--r-pill); border: 1px solid var(--hairline-strong); background: rgba(255,255,255,0.5); transition: background-color .2s var(--ease), transform .2s var(--ease); }
.race__replay:hover { background: #fff; transform: translateY(-2px); }
@media (prefers-reduced-motion: reduce) { .race__replay { display: none; } }

/* ============================ MULTI-PROPERTY ============================ */
.mp { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(32px, 5vw, 68px); align-items: center; }
.mp__copy .eyebrow { justify-content: flex-start; }
.mp__copy .section__title, .mp__copy .section__sub { text-align: left; }
.mp__copy .section__head { margin: 0; text-align: left; max-width: none; }
.mp__copy .ticks { margin-top: 24px; }
.mp__visual { position: relative; display: flex; flex-direction: column; gap: 14px; perspective: 1000px; }
.mpcard { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 18px 22px; box-shadow: var(--shadow-card); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.mpcard:nth-child(1) { margin-right: 34px; }
.mpcard:nth-child(2) { margin-left: 30px; z-index: 2; }
.mpcard:nth-child(3) { margin-right: 20px; }
.mpcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-pop); }
.mpcard__name { font-size: 1.12rem; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); }
.mpcard__meta { font-size: 0.85rem; color: var(--ink-faint); margin-top: 2px; }
.mpcard__row { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--hairline); font-size: 0.9rem; color: var(--ink-soft); }
.mpcard__row b { color: var(--sage-deep); font-weight: 750; }

/* ============================ PRICING ============================ */
.pricing__fineprint { max-width: 640px; margin: clamp(20px,3vw,28px) auto 0; text-align: center; color: var(--ink-faint); font-size: 0.86rem; line-height: 1.55; }
.plan .ticknote { font-size: 0.85em; }
.plan--max { border-color: rgba(199,146,58,0.35); }
.plan__badge--max { background: rgba(199,146,58,0.14); color: var(--amber-deep); box-shadow: none; border: 1px solid rgba(199,146,58,0.3); }
.free-strip { max-width: 800px; margin: 24px auto 0; padding: 16px 22px; background: rgba(33,28,22,0.05); border-radius: 14px; color: var(--ink-soft); font-size: 0.95rem; line-height: 1.6; text-align: center; }
.free-strip strong { color: var(--ink); }
.free-strip a { color: var(--amber-deep); font-weight: 650; white-space: nowrap; }
.free-strip a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ============================ RESPONSIVE ============================ */
@media (max-width: 980px) {
  .race { grid-template-columns: 1fr; }
  .mp { grid-template-columns: 1fr; }
  .mp__copy .eyebrow, .mp__copy .section__title, .mp__copy .section__sub { text-align: center; }
  .mp__copy .eyebrow { justify-content: center; }
  .mp__copy .section__head { text-align: center; }
  .mp__copy .ticks { text-align: left; max-width: 30ch; margin-inline: auto; }
  .mpcard:nth-child(n) { margin: 0; }
}

@media (max-width: 860px) {
  /* film: stack caption under the phone, keep it cinematic & pinned */
  .film.is-cinematic .film__inner { grid-template-columns: 1fr; gap: 22px; }
  .film__inner { grid-template-columns: 1fr; gap: 30px; }
  .film__device { order: 1; }
  .film__caps { order: 2; text-align: center; }
  .film.is-cinematic .film__caps { min-height: 210px; }
  .fcap__body { margin-inline: auto; }
  .film__dots { justify-content: center; }
  .film.is-cinematic .film__dots { left: 50%; transform: translateX(-50%); }
  .film.is-cinematic .film__track { height: 520vh; }
  .device--film { width: 262px; }
  .film__screen { min-height: 360px; }
}

@media (max-width: 760px) {
  .device--film { width: 248px; }
}

/* ============================ MOTION PREFERENCES ============================ */
@media (prefers-reduced-motion: reduce) {
  /* film never enters cinematic mode via JS; ensure clean static fallback */
  .film__track { height: auto !important; }
  .film__stage { position: relative !important; height: auto !important; }
  .fscene .fx { opacity: 1 !important; animation: none !important; }
  .hc__bar--grow { transform: scaleX(1); }
  .race__fill { width: 100%; }
}

/* ============================ HERO SHOWCASE + PRODUCT SHOTS ============================
   Replaces the old phone mockups. Centered hero copy + large framed product images. */
.hero--showcase { padding-bottom: clamp(48px, 8vw, 88px); }
.hero__copy--center { max-width: 820px; margin-inline: auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero__copy--center .eyebrow { justify-content: center; }
.hero__copy--center .hero__lede { max-width: 60ch; }
.hero__copy--center .hero__actions { justify-content: center; }
.hero__copy--center .hero__microtrust { justify-content: center; }

/* Framed product screenshot — used in hero + product showcase */
.shot-frame { max-width: 1120px; margin-inline: auto; border-radius: clamp(16px, 2.2vw, 24px); overflow: hidden; border: 1px solid var(--hairline); box-shadow: var(--shadow-pop); background: #fff; line-height: 0; }
.shot-frame img { display: block; width: 100%; height: auto; }
.hero__shot { margin-top: clamp(36px, 6vw, 68px); }

/* Launching-soon note under the demo CTA */
.launch-note { display: inline-flex; align-items: center; gap: 11px; flex-wrap: wrap; justify-content: center; margin-top: 18px; color: var(--ink-soft); font-size: 0.95rem; }
.launch-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--amber-deep); background: rgba(199,146,58,0.15); border: 1px solid rgba(199,146,58,0.32); padding: 6px 12px; border-radius: var(--r-pill); white-space: nowrap; }
.launch-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 0 rgba(199,146,58,0.5); animation: launchPulse 2s ease-out infinite; }
@keyframes launchPulse { 0% { box-shadow: 0 0 0 0 rgba(199,146,58,0.5); } 70% { box-shadow: 0 0 0 6px rgba(199,146,58,0); } 100% { box-shadow: 0 0 0 0 rgba(199,146,58,0); } }
.finalcta__copy .launch-note { justify-content: flex-start; }

@media (max-width: 760px) {
  .launch-note { font-size: 0.88rem; gap: 8px; }
  .shot-frame { border-radius: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .launch-pill::before { animation: none; }
}

/* 3-way billing toggle: fit small phones (Monthly / 6 months / Annual) */
@media (max-width: 460px) {
  .billing-toggle { width: 100%; max-width: 100%; gap: 3px; padding: 4px; }
  .billing-toggle__opt { flex: 1 1 0; min-width: 0; justify-content: center; padding: 9px 6px; font-size: 0.82rem; gap: 4px; }
  .billing-toggle__opt .save { display: none; }
}

/* ============================ IN YOUR POCKET (mobile mockups) ============================ */
.pocket-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: clamp(28px, 4vw, 48px); }
.pocket-card { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: clamp(24px,3vw,34px) 28px 30px; box-shadow: var(--shadow-card); text-align: center; display: flex; flex-direction: column; align-items: center; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.pocket-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-pop); }
.pocket-card__shot { width: 100%; max-width: 288px; border-radius: 26px; overflow: hidden; border: 1px solid var(--hairline); box-shadow: 0 30px 60px -28px rgba(33,28,22,0.4); margin-bottom: 26px; line-height: 0; }
.pocket-card__shot img { display: block; width: 100%; height: auto; }
.pocket-card h3 { font-size: clamp(1.2rem, 2.4vw, 1.4rem); font-weight: 750; letter-spacing: -0.02em; margin-bottom: 9px; }
.pocket-card p { color: var(--ink-soft); font-size: 1rem; max-width: 36ch; }
@media (max-width: 720px) {
  .pocket-grid { grid-template-columns: 1fr; gap: 20px; }
  .pocket-card__shot { max-width: 260px; }
}

/* ═══════════════════════════════════════════════════════════════════════
   V2 — "EXTRAORDINARY" REDESIGN SYSTEM
   Premium frames, refined type, framed feature sections, aurora hero.
   Loaded last → overrides earlier rules. ═══════════════════════════════ */
:root { --container: 1140px; --r-frame: 16px; }

/* --- refined display type --- */
.hero__title { font-size: clamp(2.7rem, 6.4vw, 4.7rem); line-height: 1.02; letter-spacing: -0.045em; }
.section__title { font-size: clamp(2rem, 4.3vw, 3.05rem); letter-spacing: -0.035em; line-height: 1.06; }
.section { padding-block: clamp(72px, 11vw, 148px); }
.section__head { margin-bottom: clamp(38px, 6vw, 66px); }

/* --- eyebrow refinement --- */
.eyebrow { font-size: 0.78rem; letter-spacing: 0.14em; }

/* --- aurora hero backdrop --- */
.hero { overflow: clip; }
.hero__aurora { position: absolute; inset: -20% -10% auto -10%; height: 120%; z-index: 0; pointer-events: none; filter: blur(70px); opacity: 0.75; }
.hero__aurora span { position: absolute; border-radius: 50%; }
.hero__aurora .a1 { width: 42vw; height: 42vw; top: -6vw; left: 8vw; background: radial-gradient(circle at 40% 40%, rgba(244,166,42,0.4), transparent 68%); animation: auroraA 24s ease-in-out infinite; }
.hero__aurora .a2 { width: 38vw; height: 38vw; top: 2vw; right: 6vw; background: radial-gradient(circle at 50% 50%, rgba(74,124,89,0.26), transparent 66%); animation: auroraB 30s ease-in-out infinite; }
.hero__aurora .a3 { width: 34vw; height: 34vw; bottom: -8vw; left: 34vw; background: radial-gradient(circle at 50% 50%, rgba(232,137,15,0.24), transparent 68%); animation: auroraA 27s ease-in-out infinite reverse; }
@keyframes auroraA { 0%,100%{transform:translate3d(0,0,0) scale(1)} 50%{transform:translate3d(3vw,3vh,0) scale(1.12)} }
@keyframes auroraB { 0%,100%{transform:translate3d(0,0,0) scale(1)} 50%{transform:translate3d(-3vw,2vh,0) scale(1.08)} }

/* ═══ BROWSER FRAME (desktop screenshots) ═══ */
.browser { max-width: 1060px; margin-inline: auto; border-radius: var(--r-frame); overflow: hidden; background: #fff; border: 1px solid var(--hairline); box-shadow: 0 50px 100px -34px rgba(33,28,22,0.36), 0 18px 44px -24px rgba(33,28,22,0.22); }
.browser__bar { display: flex; align-items: center; gap: 14px; padding: 12px 18px; background: linear-gradient(180deg, #ffffff, #f7f4ef); border-bottom: 1px solid var(--hairline); }
.browser__dots { display: inline-flex; gap: 8px; flex: none; }
.browser__dots i { width: 12px; height: 12px; border-radius: 50%; }
.browser__dots i:nth-child(1) { background: #F5655B; }
.browser__dots i:nth-child(2) { background: #F5BD4F; }
.browser__dots i:nth-child(3) { background: #61C554; }
.browser__url { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; max-width: 360px; margin-inline: auto; font-size: 0.82rem; font-weight: 550; color: var(--ink-faint); background: #fff; border: 1px solid var(--hairline); border-radius: 9px; padding: 7px 16px; }
.browser__url svg { width: 13px; height: 13px; }
.browser__shot { display: block; width: 100%; height: auto; }

/* ═══ PHONE (frameless — screenshots are already self-framed) ═══ */
.phone { position: relative; width: 100%; max-width: 300px; margin-inline: auto; }
.phone__screen { border-radius: 30px; overflow: hidden; background: #fff; line-height: 0; box-shadow: 0 50px 90px -34px rgba(33,28,22,0.44), 0 16px 40px -22px rgba(33,28,22,0.24); }
.phone__screen img { display: block; width: 100%; height: auto; }

/* ═══ FRAMED FEATURE ROWS ═══ */
.feat { padding-block: clamp(56px, 8vw, 104px); }
.feat__row { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
.feat__row--reverse .feat__text { order: 2; }
.feat__eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber-deep); margin-bottom: 18px; }
.feat__eyebrow b { font-variant-numeric: tabular-nums; color: var(--ink); background: rgba(199,146,58,0.14); border: 1px solid rgba(199,146,58,0.28); border-radius: 8px; padding: 2px 9px; font-weight: 800; }
.feat__title { font-size: clamp(1.7rem, 3.5vw, 2.5rem); font-weight: 800; letter-spacing: -0.035em; line-height: 1.08; margin-bottom: 16px; }
.feat__body { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.65; max-width: 46ch; margin-bottom: 26px; }
.feat__list { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.feat__list li { position: relative; padding-left: 32px; color: var(--ink); font-size: 1.02rem; }
.feat__list li::before { content: ""; position: absolute; left: 0; top: 2px; width: 21px; height: 21px; border-radius: 7px; background: rgba(74,124,89,0.15) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233A6346' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/13px no-repeat; }
.feat__media { position: relative; }

/* desktop + phone overlap composition */
.feat__media--stack { padding-bottom: 30px; }
.feat__media--stack .phone { position: absolute; right: -6px; bottom: -18px; width: 150px; max-width: 150px; z-index: 3; }

/* ═══ CHANNEL STRIP ═══ */
.channels { padding-block: clamp(40px, 6vw, 68px); }
.channels__label { text-align: center; font-size: 0.86rem; font-weight: 600; letter-spacing: 0.02em; color: var(--ink-faint); margin-bottom: 26px; }
.channels__img { display: block; width: 100%; max-width: 1000px; height: auto; margin-inline: auto; }

/* ═══ GUARANTEE BAND ═══ */
.guarantee { text-align: center; }
.guarantee__inner { max-width: 900px; margin-inline: auto; }
.guarantee__title { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.05; }
.guarantee__title .amber { color: var(--amber-deep); }
.guarantee__sub { margin-top: 22px; font-size: clamp(1.05rem, 2.2vw, 1.25rem); color: var(--ink-soft); max-width: 60ch; margin-inline: auto; }

/* ═══ BENTO (phone pair) ═══ */
.bento { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: clamp(30px, 4vw, 50px); }
.bento__card { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: clamp(28px,3.4vw,40px) 28px 34px; box-shadow: var(--shadow-card); display: flex; flex-direction: column; align-items: center; text-align: center; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.bento__card:hover { transform: translateY(-6px); box-shadow: var(--shadow-pop); }
.bento__card .phone { margin-bottom: 28px; }
.bento__card h3 { font-size: 1.32rem; font-weight: 780; letter-spacing: -0.02em; margin-bottom: 10px; }
.bento__card p { color: var(--ink-soft); font-size: 1.01rem; max-width: 34ch; }

/* ═══ MEDIA parallax hook ═══ */
.has-anim .feat__media, .has-anim .browser, .has-anim .hero__frame { will-change: transform; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 900px) {
  .feat__row { grid-template-columns: 1fr; gap: 34px; }
  .feat__row--reverse .feat__text { order: 0; }
  .feat__text { text-align: center; display: flex; flex-direction: column; align-items: center; }
  .feat__eyebrow { justify-content: center; }
  .feat__list { text-align: left; }
  .feat__media--stack .phone { position: relative; right: auto; bottom: auto; width: 190px; max-width: 190px; margin-top: -60px; margin-left: auto; margin-right: 8px; }
  .bento { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 520px) {
  .browser__url { display: none; }
  .browser__bar { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__aurora span { animation: none; }
}

/* ═══ HIGHLIGHTED FEATURES (Quick add · Real-time sync) ═══ */
.badge-new { display: inline-block; background: linear-gradient(180deg, var(--amber-soft), var(--amber)); color: #241a0b; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; padding: 3px 10px; border-radius: var(--r-pill); box-shadow: var(--shadow-btn); vertical-align: middle; }
.eyebrow.feat__eyebrow--hot, .feat__eyebrow.feat__eyebrow--hot { display: inline-flex; align-items: center; gap: 11px; color: #B7791A; }
.eyebrow.feat__eyebrow--hot { justify-content: center; }

/* Real-time OTA visual */
.ota { position: relative; max-width: 1000px; margin-inline: auto; border-radius: var(--r-card); overflow: hidden; border: 1px solid var(--hairline); box-shadow: var(--shadow-card); }
.ota img { display: block; width: 100%; height: auto; }
.ota__live { position: absolute; top: 14px; right: 14px; z-index: 3; display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--hairline); border-radius: var(--r-pill); padding: 8px 15px; font-size: 0.8rem; font-weight: 700; color: var(--sage-deep); box-shadow: var(--shadow-card); }
.ota__live::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #37A860; }
.has-anim .ota__live::before { animation: livePing 1.9s ease-out infinite; }
@keyframes livePing { 0% { box-shadow: 0 0 0 0 rgba(55,168,96,0.5); } 70% { box-shadow: 0 0 0 12px rgba(55,168,96,0); } 100% { box-shadow: 0 0 0 0 rgba(55,168,96,0); } }
.ota__shine { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 2; }
.ota__shine::after { content: ""; position: absolute; top: 0; left: -45%; width: 45%; height: 100%; transform: skewX(-16deg); background: linear-gradient(100deg, transparent, rgba(255,255,255,0.55), transparent); opacity: 0; }
.has-anim .ota.is-visible .ota__shine::after { animation: otaShine 1.5s ease-out 0.35s 1; }
@keyframes otaShine { 0% { left: -45%; opacity: 0; } 12% { opacity: 1; } 100% { left: 130%; opacity: 0; } }

/* Quick-add FAB pulse over the phone */
.qa-phone { position: relative; }
.qa-phone__pulse { position: absolute; right: 14%; bottom: 8%; width: 52px; height: 52px; border-radius: 50%; pointer-events: none; z-index: 3; }
.has-anim .qa-phone__pulse::before { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 3px solid var(--amber); animation: fabPing 2s ease-out infinite; }
@keyframes fabPing { 0% { transform: scale(0.55); opacity: 0.85; } 80%, 100% { transform: scale(1.55); opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  .ota__live::before, .qa-phone__pulse::before, .ota__shine::after { animation: none !important; }
}
