/* ============================================================
   InsurWing site styles
   Base reset first, then the page's own system.
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
img { max-width: 100%; height: auto; }
ul, ol { list-style: none; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

:root {
    --parchment: #FBFBFA;
    --cream: #FFFFFF;
    --ink: #10224A;
    --taupe: #50607F;
    --leather: #022154;
    --brand: #1467EA;
    --leather-deep: #022154;
    --leather-soft: #EDEFF2;
    --brass: #176BFF;
    --brass-soft: #DCEBFF;
    --line: #E3E5E6;
    --alert: #A8442A;
    --shadow: 0 1px 2px rgba(10,13,18,.06), 0 16px 44px -20px rgba(10,13,18,.25);
    --shadow-lg: 0 2px 4px rgba(10,13,18,.07), 0 34px 80px -32px rgba(10,13,18,.38);
    --serif: "Archivo", "Helvetica Neue", Arial, sans-serif;
    --sans: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    --mono: "IBM Plex Mono", ui-monospace, monospace;
  }

  body {
    background: var(--parchment);
    color: var(--ink);
    font-family: var(--sans);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  .shell { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
  h1, h2 { font-family: var(--serif); font-weight: 700; letter-spacing: -.022em; text-wrap: balance; }
  h1 { font-size: clamp(40px, 6vw, 58px); line-height: 1.04; text-wrap: balance; }
  h1 .kw { white-space: nowrap; }
  h2 { font-size: clamp(28px, 3.8vw, 42px); line-height: 1.1; }
  .eyebrow {
    font-family: var(--mono); font-size: 11.5px; font-weight: 600;
    letter-spacing: .18em; text-transform: uppercase; color: var(--brass);
  }
  .lede { font-size: 18px; color: var(--taupe); max-width: 56ch; }
  .btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 15px; font-weight: 600; padding: 13px 26px; border-radius: 4px;
    white-space: nowrap;
    background: var(--brand); color: #fff;
    box-shadow: 0 12px 26px -12px rgba(10,13,18,.55);
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .btn:hover { transform: translateY(-1px); box-shadow: 0 16px 32px -12px rgba(10,13,18,.6); }
  .btn.ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); box-shadow: none; }
  .btn.brass { background: var(--brass); color: #031233; box-shadow: 0 12px 26px -12px rgba(23,107,255,.6); }
  a { color: inherit; text-decoration: none; }

  /* ---------- nav ---------- */
  nav {
    position: sticky; top: 0; z-index: 50;
    background: rgba(251,252,253,.88);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
  }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; max-width: 1080px; margin: 0 auto; }
  .wordmark { display: flex; align-items: center; gap: 10px; }
  .logo-img { height: 21px; width: auto; display: block; }
  .wordname { font-family: var(--serif); font-weight: 700; font-size: 19px; color: #022154; letter-spacing: -.015em; }
  .wordmark svg { display: block; }
  .subtag {
    font-family: var(--mono); font-size: 9.5px; font-weight: 600;
    letter-spacing: .18em; text-transform: uppercase;
    color: #0D51C4; background: var(--brass-soft);
    padding: 3px 9px; border-radius: 4px;
  }
  .nav-links { display: flex; gap: 22px; font-size: 14.5px; font-weight: 500; color: var(--taupe); white-space: nowrap; }
  .nav-links a:hover { color: var(--leather); }
  nav .btn { padding: 9px 18px; font-size: 14px; }
  @media (max-width: 900px) { .nav-links { display: none; } }

  /* ---------- hero ---------- */
  .hero { padding: 76px 0 0; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; gap: 22px; max-width: 780px; margin: 0 auto; }
  .hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
  .trust { font-family: var(--mono); font-size: 11px; letter-spacing: .07em; color: var(--taupe); text-transform: uppercase; }
  @media (max-width: 500px) {
    h1 { font-size: 33px; }
    h1 .kw { white-space: normal; }
    .hero-copy { padding: 0 4px; }
    .trust { font-size: 10px; }
    .stat .cap { font-size: 9.5px; letter-spacing: .07em; padding: 0 8px; }
    .stats-grid { gap: 18px 10px; padding: 38px 0; }
  }
  .trust b { color: var(--leather); font-weight: 600; }

  /* hero variant switcher (review chrome) */
  .hv-switch { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: center; margin-top: 26px; }
  .hv-switch .cap { font-family: var(--mono); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--taupe); margin-right: 6px; }
  .hvs {
    font-family: var(--mono); font-size: 10.5px; font-weight: 600;
    letter-spacing: .1em; text-transform: uppercase;
    padding: 7px 15px; border-radius: 4px;
    border: 1px solid var(--line); background: var(--cream); color: var(--taupe); cursor: pointer;
    transition: all .2s ease;
  }
  .hvs.active { background: var(--brand); color: #fff; border-color: var(--leather); }
  .hv { display: none; }
  .hv.active { display: block; }

  /* fixed 880px scenes (flow / dossier / pipeline) */
  .fixed-wrap { position: relative; width: 100%; height: 430px; overflow: visible; }
  .fixed-scene { position: absolute; left: 50%; top: 0; width: 880px; height: 430px; transform-origin: top center; transform: translateX(-50%); }
  @media (max-width: 920px) { .fixed-scene { transform: translateX(-50%) scale(.74); } .fixed-wrap { height: 318px; } }
  @media (max-width: 640px) { .fixed-scene { transform: translateX(-50%) scale(.52); } .fixed-wrap { height: 224px; } }
  @media (max-width: 460px) { .fixed-scene { transform: translateX(-50%) scale(.44); } .fixed-wrap { height: 189px; } }

  /* ---------- the one-deal focused cut (7 beats, ported from the options board) ---------- */
  .fw-flow { height: 470px; }
  .fs-flow { height: 470px; }
  .stage.pa { position: relative; width: 880px; height: 470px; margin: 0 auto; }
  .stage.pa .pa-segs, .stage.pa .pa-inner { zoom: 1.3; }
  @media (max-width: 920px) {
    .fw-flow, .fs-flow, .stage.pa { height: 356px; }
    .stage.pa .pa-segs, .stage.pa .pa-inner { zoom: 0.96; }
  }
  .pa { height: 372px; }
  .pa-segs { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 460px; display: flex; gap: 6px; }
  .seg { flex: 1; height: 18px; display: flex; align-items: center; background: transparent; cursor: pointer; padding: 0; border: 0; }
  .seg .tr { display: block; width: 100%; height: 4px; border-radius: 3px; background: #E2E4E8; overflow: hidden; }
  .seg .tr i { display: block; height: 100%; width: 100%; background: var(--brass); border-radius: 3px; transform: scaleX(0); transform-origin: left; }
  .seg.done .tr i { transform: scaleX(1); }
  .seg.active .tr i { animation: segFill var(--dur, 6300ms) linear forwards; }
  .seg:hover .tr { background: #CDD0D5; }
  @keyframes segFill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
  .pa-scene {
    position: absolute; inset: 26px 0 0 0;
    display: flex; align-items: flex-start; justify-content: center;
    opacity: 0; transform: translateY(8px);
    transition: opacity .45s ease, transform .45s ease;
    pointer-events: none;
  }
  .pa-scene.on { opacity: 1; transform: none; pointer-events: auto; }
  .pa-inner { width: 460px; margin-top: 10px; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
  .ptag { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .2em; color: var(--brass); }
  .pa-nar {
    font-family: var(--serif); font-style: italic; font-size: 15.5px; color: var(--leather);
    margin-bottom: 5px;
  }
  .pcard {
    width: 100%; min-height: 276px;
    display: flex; flex-direction: column; align-items: stretch;
    background: var(--cream); border: 1.5px solid var(--line); border-radius: 6px;
    padding: 14px 18px; box-shadow: var(--shadow-lg);
    position: relative;
  }
  .pcard .push { margin-top: auto; }
  .pa-clean.push { align-self: flex-start; }
  .phead { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
  .phead b { font-family: var(--serif); font-size: 14px; font-weight: 600; white-space: nowrap; }
  .phead .pa-tag, .pa-pill, .pdone { white-space: nowrap; }
  .pfoot { margin-top: 8px; display: flex; justify-content: flex-end; }
  @keyframes kFadeUp { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
  @keyframes kFadeIn { from { opacity: 0; } to { opacity: 1; } }
  @keyframes kFillFull { to { transform: scaleX(1); } }
  @keyframes kFill34 { to { transform: scaleX(.34); } }
  @keyframes kFill28 { to { transform: scaleX(.28); } }
  @keyframes kPulse { 0% { transform: scale(1); } 50% { transform: scale(1.07); } 100% { transform: scale(1); } }
  @keyframes kPop { from { opacity: 0; transform: scale(.95); } to { opacity: 1; transform: scale(1); } }
  @keyframes kStamp { from { opacity: 0; transform: rotate(-11deg) scale(1.25); } to { opacity: 1; transform: rotate(-11deg) scale(1); } }
  .pdone {
    margin-top: 9px; text-align: center;
    font-family: var(--mono); font-size: 8.5px; font-weight: 600; letter-spacing: .05em;
    color: var(--leather); background: var(--brass-soft); border-radius: 4px; padding: 5px 10px;
    opacity: 0;
  }
  .on .pdone.d1t { animation: kFadeUp .45s ease 4.8s forwards; }
  .on .pdone.t3t { animation: kFadeUp .45s ease 2.8s forwards; }
  .on .pdone.dc5 { animation: kFadeUp .45s ease 3.9s forwards; }
  .pa-tag { font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: .12em; color: var(--taupe); }
  .pa-pill { margin-left: auto; font-family: var(--mono); font-size: 8.5px; font-weight: 600; letter-spacing: .07em; background: var(--brass-soft); color: var(--leather); border-radius: 4px; padding: 4px 11px; }
  .pa-pill.gpill { opacity: 0; }
  .on .pa-pill.gpill { animation: kFadeIn .4s ease 3.1s forwards; }
  .pa-pill.fp2 { opacity: 0; }
  .on .pa-pill.fp2 { animation: kFadeIn .4s ease 2.6s forwards; }
  .pa-drop {
    border: 1.5px dashed var(--brass); border-radius: 6px; background: #F5F7F9;
    padding: 8px; text-align: center; margin-bottom: 8px; width: 100%;
  }
  .pa-dt { display: block; font-family: var(--mono); font-size: 11px; font-weight: 600; color: var(--leather); }
  .pa-ds { display: block; font-family: var(--mono); font-size: 8.5px; color: var(--taupe); margin-top: 5px; letter-spacing: .04em; }
  .pa-prog { height: 5px; border-radius: 4px; background: #EAECEF; margin: 8px auto 0; width: 60%; overflow: hidden; }
  .pa-prog i { display: block; height: 100%; background: var(--brass); border-radius: 4px; transform-origin: left; transform: scaleX(0); }
  .on .pa-prog i { animation: kFillFull 1.1s ease .5s forwards; }
  .pa-tbl { display: grid; grid-template-columns: 1.2fr 1.2fr .8fr; width: 100%; position: relative; }
  .pa-scrollhint { position: absolute; right: -11px; top: 30px; bottom: 4px; width: 4px; border-radius: 2px; background: #ECEEF1; opacity: 0; }
  .pa-scrollhint i { position: absolute; top: 0; left: 0; right: 0; height: 28%; border-radius: 2px; background: #C3C7CE; }
  .on .pa-scrollhint { animation: kFadeIn .4s ease 2.4s forwards; }
  .pa-tbl .h { font-family: var(--mono); font-size: 7.5px; letter-spacing: .14em; color: var(--taupe); padding: 6px 6px; border-bottom: 1px solid var(--line); }
  .pa-tbl .r { font-size: 11px; color: var(--taupe); padding: 6px 6px; border-bottom: 1px solid #EAECEF; opacity: 0; }
  .pa-tbl .r b { color: var(--ink); font-weight: 600; }
  .pa-tbl .st { font-family: var(--mono); font-size: 8.5px; font-weight: 600; color: var(--brass); text-align: right; }
  .on .pa-tbl .w1, .on .pa-tbl .w2 { animation: kFadeUp .4s ease 1.5s forwards; }
  .on .pa-tbl .w3, .on .pa-tbl .w4 { animation: kFadeUp .4s ease 1.8s forwards; }
  .pa-tbl .r.st { position: relative; }
  .pa-tbl .st .prep, .pa-tbl .st .rdy { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); white-space: nowrap; opacity: 0; }
  .pa-tbl .st .prep { font-style: italic; font-weight: 500; color: var(--taupe); }
  .pa-tbl .st .rdy { cursor: pointer; border: 1px solid var(--brass); border-radius: 4px; padding: 3px 10px; background: var(--brass-soft); color: var(--leather); font-size: 8px; letter-spacing: .08em; }
  @keyframes kOpenPress { 0% { transform: translateY(-50%) scale(1); } 40% { transform: translateY(-50%) scale(.86); } 100% { transform: translateY(-50%) scale(1); } }
  @keyframes kPrepCycle { 0% { opacity: 0; } 12% { opacity: 1; } 82% { opacity: 1; } 100% { opacity: 0; } }
  .on .w1 .prep, .on .w2 .prep { animation: kPrepCycle 2.2s linear 1.7s forwards; }
  .on .w3 .prep, .on .w4 .prep { animation: kPrepCycle 2.2s linear 2s forwards; }
  .on .w1 .rdy { animation: kFadeIn .35s ease 3.9s forwards; }
  .on .w2 .rdy { animation: kFadeIn .35s ease 3.9s forwards, kOpenPress .4s ease 5.6s; }
  .on .w3 .rdy, .on .w4 .rdy { animation: kFadeIn .35s ease 4.2s forwards; }
  .pa-krow { display: flex; justify-content: space-between; gap: 10px; font-family: var(--mono); font-size: 10.5px; color: var(--taupe); padding: 6px 0; width: 100%; }
  .pa-krow b { color: var(--ink); font-weight: 600; text-align: right; }
  .pa-krow.hot b { color: var(--leather); }
  .pa-krow .ok, .pcard .ok { color: #4C7A46 !important; }
  .pa-krow.rr1, .pa-krow.rr2, .pa-krow.rr3, .pa-krow.rr4, .pa-krow.rr5 { opacity: 0; }
  .on .pa-krow.rr1, .on .pa-krow.rr2 { animation: kFadeUp .4s ease .7s forwards; }
  .on .pa-krow.rr3, .on .pa-krow.rr4 { animation: kFadeUp .4s ease 1.05s forwards; }
  .on .pa-krow.rr5 { animation: kFadeUp .4s ease 1.4s forwards; }
  .pa-eml.fr1, .pa-eml.fr2, .pbrand.fr3, .pa-recip.fr4, .pa-sendrow.fr5 { opacity: 0; }
  .on .pa-eml.fr1, .on .pa-eml.fr2 { animation: kFadeUp .4s ease .7s forwards; }
  .on .pbrand.fr3 { animation: kFadeUp .4s ease 1.1s forwards; }
  .on .pa-recip.fr4 { animation: kFadeUp .4s ease 1.4s forwards; }
  .on .pa-sendrow.fr5 { animation: kFadeUp .4s ease 1.6s forwards; }
  .pa-emlic { display: inline-flex; align-items: center; flex: none; }
  .pa-recip { display: flex; align-items: center; gap: 8px; margin-top: 10px; width: 100%; }
  .pa-recip .rl { font-family: var(--mono); font-size: 7.5px; font-weight: 600; letter-spacing: .14em; color: var(--taupe); margin-right: 2px; }
  .rchip { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 9px; font-weight: 600; color: var(--leather); border: 1px solid var(--line); border-radius: 4px; padding: 5px 11px; background: #FFFFFF; }
  .rchip i { font-style: normal; width: 12px; height: 12px; border-radius: 4px; border: 1px solid var(--brass); display: inline-flex; align-items: center; justify-content: center; font-size: 8px; color: transparent; flex: none; }
  .on .rc1 { animation: kSel .3s ease 2s forwards; }
  .on .rc2 { animation: kSel .3s ease 2.2s forwards; }
  .on .rc3 { animation: kSel .3s ease 2.4s forwards; }
  .on .rc1 i { animation: kTick .3s ease 2s forwards; }
  .on .rc2 i { animation: kTick .3s ease 2.2s forwards; }
  .on .rc3 i { animation: kTick .3s ease 2.4s forwards; }
  @keyframes kSel { to { border-color: var(--brass); background: #F5F7F9; } }
  @keyframes kTick { to { color: #4C7A46; background: var(--brass-soft); } }
  .pa-eml { display: flex; gap: 10px; align-items: baseline; font-family: var(--mono); font-size: 10px; color: var(--ink); padding: 6px 2px; border-bottom: 1px solid #EAECEF; width: 100%; }
  .pa-eml .fl { color: var(--taupe); font-size: 7.5px; letter-spacing: .14em; width: 52px; flex: none; text-transform: uppercase; }
  .pa-eml b { font-weight: 600; color: var(--leather); }
  .pa-sendrow { margin-top: 9px; display: flex; justify-content: flex-start; width: 100%; }
  .pa-btn.psend { margin-left: 0; }
  .on .psend { animation: kPress .4s ease 2.9s; }
  @keyframes kPress { 0% { transform: scale(1); } 40% { transform: scale(.92); } 100% { transform: scale(1); } }
  .pa-toast { position: absolute; right: 12px; bottom: 34px; display: flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 8.5px; font-weight: 600; color: #3E6339; background: #EEF3E6; border: 1px solid #CBDCB6; border-radius: 4px; padding: 7px 11px; box-shadow: 0 8px 20px rgba(9,12,17,.14); opacity: 0; }
  .on .pa-toast { animation: kPaToast .45s cubic-bezier(0.23, 1, 0.32, 1) 3.35s forwards; }
  @keyframes kPaToast { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
  .pbrand .stub.bb { transform-origin: left; transform: scaleX(0); }
  .on .pbrand .stub.bb { animation: kFillFull .7s ease 1.9s forwards; }
  .pa-gcols { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%; margin: 6px 0 14px; flex: 1; }
  .gcol { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 6px; background: #FFFFFF; padding: 11px 13px; opacity: 0; }
  .gcol.gapside { border: 1px dashed #D9A58E; background: #FBF1E9; }
  .on .gcol { animation: kFadeUp .4s ease .7s forwards; }
  .on .gcol.gapside { animation: kFadeUp .4s ease 1s forwards, kGapHl .8s ease 2.6s; }
  .gh { font-family: var(--mono); font-size: 7.5px; font-weight: 700; letter-spacing: .16em; color: var(--taupe); margin-bottom: 7px; }
  .gcol.gapside .gh { color: #B5443A; }
  .grow { display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 10px; font-weight: 600; color: var(--ink); padding: 7px 0; border-bottom: 1px solid #EAECEF; opacity: 0; }
  .gcol .grow:last-of-type { border-bottom: 0; }
  .gcol.gapside .grow { border-color: #F2DCCB; color: #B5443A; }
  .grow i { font-style: normal; width: 14px; height: 14px; border-radius: 50%; background: #E7EFDF; color: #4C7A46; font-size: 8px; display: inline-flex; align-items: center; justify-content: center; flex: none; }
  .gcol.gapside .grow i { background: #F5DCCB; color: #B5443A; font-weight: 700; }
  .gnote { margin-top: auto; font-family: var(--mono); font-size: 7px; font-weight: 600; letter-spacing: .12em; color: #B5443A; opacity: 0; padding-top: 8px; }
  .on .grow.gl1, .on .grow.gl2 { animation: kFadeUp .35s ease 1.1s forwards; }
  .on .grow.gl3, .on .grow.gl4 { animation: kFadeUp .35s ease 1.4s forwards; }
  .on .grow.gr1 { animation: kFadeUp .35s ease 1.9s forwards; }
  .on .grow.gr2 { animation: kFadeUp .35s ease 2.15s forwards; }
  .on .gnote { animation: kFadeIn .4s ease 2.8s forwards; }
  @keyframes kGapHl { 0% { background: #FBF1E9; } 45% { background: #F3D2BE; } 100% { background: #FBF1E9; } }
  .pa-alert {
    display: flex; align-items: center; gap: 12px;
    background: #fff; border: 1.5px solid var(--brass); border-radius: 6px;
    padding: 11px 14px; box-shadow: 0 0 0 3px var(--brass-soft); width: 100%;
  }
  .pa-alert .dotp { width: 8px; height: 8px; border-radius: 50%; background: var(--brass); flex: none; position: relative; }
  .pa-alert.hot3 .dotp::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 1.5px solid rgba(23,107,255,.5); animation: paPulse 2s ease-out infinite; }
  @keyframes paPulse { 0% { transform: scale(.5); opacity: .8; } 80% { transform: scale(1.4); opacity: 0; } 100% { opacity: 0; } }
  .pa-alert.dim2 { opacity: 0; border-color: var(--line); box-shadow: none; margin-top: 8px; padding: 8px 14px; background: #FFFFFF; }
  .pa-alert.dim2 .aw b { color: var(--taupe); }
  .pa-alert.dim2 .dotp { background: #C6C9CE; }
  .on .pa-alert.dim2.a1 { animation: kDimA 0.6s ease 1.1s forwards; }
  .on .pa-alert.dim2.a2 { animation: kDimB 0.6s ease 1.3s forwards; }
  @keyframes kDimA { to { opacity: .75; } }
  @keyframes kDimB { to { opacity: .5; } }
  .pa-alert .aw b { display: block; font-size: 12px; font-weight: 600; }
  .pa-alert .aw small { font-family: var(--mono); font-size: 8px; color: var(--taupe); letter-spacing: .03em; white-space: nowrap; }
  .pa-btn {
    margin-left: auto; flex: none;
    background: var(--brass-soft); color: var(--leather); border: 1.5px solid var(--brass);
    font-family: var(--mono); font-size: 9.5px; font-weight: 600;
    border-radius: 4px; padding: 7px 13px;
  }
  .on .pa-btn.b3 { animation: kPulse .5s ease 1.6s; }
  .pa-more { margin-top: 10px; width: 100%; opacity: 0; }
  .on .pa-more { animation: kMore .6s ease 2.1s forwards; }
  @keyframes kMore { to { opacity: 1; } }
  .pa-more .mt { display: block; font-family: var(--mono); font-size: 7.5px; font-weight: 600; letter-spacing: .16em; color: #9AA0A9; margin-bottom: 4px; }
  .pa-more .stub { height: 6px; border-radius: 4px; background: #E1E3E7; margin: 7px 0; }
  .pbrand { border: 1px solid var(--line); border-radius: 6px; padding: 11px 13px; margin: 9px 0; background: #fff; width: 100%; }
  .pbrand .stub { height: 6px; border-radius: 4px; background: #EAECEF; margin: 6px 0; }
  .pa-mx { display: grid; grid-template-columns: 1.15fr 1fr 1fr; width: 100%; }
  .pa-mx.qc { grid-template-columns: 1.15fr 1fr 1fr .6fr; }
  .pa-mx .h { font-family: var(--mono); font-size: 7.5px; letter-spacing: .12em; color: var(--taupe); padding: 7px 8px; border-bottom: 1px solid var(--line); }
  .pa-mx > div { font-family: var(--mono); font-size: 10px; color: var(--taupe); padding: 9px 8px; border-bottom: 1px solid #EAECEF; }
  .pa-mx .m1, .pa-mx .m2, .pa-mx .m3, .pa-mx .m4, .pa-mx .m5, .pa-mx .q1, .pa-mx .q2, .pa-mx .q3, .pa-mx .q4, .pa-mx .q5 { opacity: 0; }
  .on .pa-mx .m1, .on .pa-mx .m2 { animation: kFadeIn .4s ease .8s forwards; }
  .on .pa-mx .m3, .on .pa-mx .m4 { animation: kFadeIn .4s ease 1.15s forwards; }
  .on .pa-mx .m5 { animation: kFadeIn .4s ease 1.5s forwards; }
  .bv { font-style: normal; }
  .bstar { font-style: normal; color: var(--brass); font-size: 11px; margin-left: 5px; opacity: 0; display: inline-block; }
  .on .bv.b1 { animation: kBest .35s ease 2.1s forwards; }
  .on .bstar.s1 { animation: kPop .35s ease 2.1s forwards; }
  .on .bv.b3 { animation: kBest .35s ease 2.35s forwards; }
  .on .bstar.s3 { animation: kPop .35s ease 2.35s forwards; }
  .on .bv.b2 { animation: kBest .35s ease 2.6s forwards; }
  .on .bstar.s2 { animation: kPop .35s ease 2.6s forwards; }
  .on .bv.b4 { animation: kBest .35s ease 2.85s forwards; }
  .on .bstar.s4 { animation: kPop .35s ease 2.85s forwards; }
  @keyframes kBest { to { color: var(--leather); font-weight: 700; } }
  .pa-mx .h.hc { position: relative; white-space: nowrap; }
  .hbest { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: inline-flex; align-items: center; background: var(--brass); color: #FFFFFF; border-radius: 4px; padding: 3px 8px; font-size: 6.5px; font-weight: 700; letter-spacing: .1em; opacity: 0; }
  .on .hbest { animation: kBadge .5s cubic-bezier(0.23, 1, 0.32, 1) 3.4s forwards, kBadgePulse 1s ease 4.2s; }
  @keyframes kBadge { from { opacity: 0; transform: translateY(-50%) scale(1.4); } to { opacity: 1; transform: translateY(-50%) scale(1); } }
  @keyframes kBadgePulse { 0% { transform: translateY(-50%) scale(1); } 50% { transform: translateY(-50%) scale(1.09); } 100% { transform: translateY(-50%) scale(1); } }
  .on .pa-mx .q1, .on .pa-mx .q2 { animation: kFadeIn .4s ease .8s forwards; }
  .on .pa-mx .q3, .on .pa-mx .q4 { animation: kFadeIn .4s ease 1.15s forwards; }
  .on .pa-mx .q5 { animation: kFadeIn .4s ease 1.5s forwards; }
  .pa-clean {
    margin-top: 13px; display: inline-block;
    font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .1em;
    color: #4C7A46; border: 1.5px solid #4C7A46; border-radius: 4px; padding: 7px 14px;
    opacity: 0;
  }
  .on .pa-clean { animation: kPop .45s ease 2.2s forwards; }
  .pa-stamp {
    position: absolute; right: -22px; bottom: -20px;
    width: 84px; height: 84px; border-radius: 50%;
    border: 2.5px solid var(--brass); color: var(--brass);
    display: grid; place-items: center;
    font-family: var(--mono); font-size: 9.5px; font-weight: 600; letter-spacing: .1em;
    background: rgba(255,255,255,.94);
    opacity: 0;
    box-shadow: var(--shadow);
  }
  .pa-stamp::after { content: ""; position: absolute; inset: 6px; border: 1.5px dashed var(--brass); border-radius: 50%; opacity: .6; }
  .on .pa-stamp { animation: kStamp .5s ease 2.9s forwards; }
  @media (prefers-reduced-motion: reduce) {
    .stage.pa, .stage.pa * { animation: none !important; }
    .pa-scene.on, .pa-scene.on .pa-tbl .r, .pa-scene.on .pa-krow, .pa-scene.on .pbrand, .pa-scene.on .pa-mx > div, .pa-scene.on .pdone, .pa-scene.on .pa-pill, .pa-scene.on .pa-clean, .pa-scene.on .gcol, .pa-scene.on .pa-scrollhint, .pa-scene.on .grow, .pa-scene.on .gnote, .pa-scene.on .pa-eml, .pa-scene.on .pa-recip, .pa-scene.on .pa-sendrow, .pa-scene.on .pa-toast, .pa-scene.on .bstar, .pa-scene.on .hbest, .pa-scene.on .pa-stamp { opacity: 1 !important; }
    .pa-scene.on .rchip { border-color: var(--brass) !important; background: #F5F7F9 !important; }
    .pa-scene.on .rchip i { color: #4C7A46 !important; background: var(--brass-soft) !important; }
    .pa-scene.on .bv { color: var(--leather) !important; font-weight: 700 !important; }
    .pa-scene.on .hbest { transform: translateY(-50%) !important; }
    .pa-scene.on .pbrand .stub.bb, .pa-scene.on .pa-prog i { transform: scaleX(1) !important; }
    .pa-scene.on .pa-stamp { transform: rotate(-11deg) !important; }
    .seg .tr i { transform: scaleX(1) !important; }
    .pa-tbl .st .prep { opacity: 0 !important; }
    .pa-tbl .st .rdy { opacity: 1 !important; }
    .pa-scene.on .pa-alert.dim2 { opacity: .45 !important; }
    .pa-scene.on .pa-more { opacity: 1 !important; }
    .pa-scene.on .pa-alert.dim2.a1 { opacity: .75 !important; }
    .pa-scene.on .pa-alert.dim2.a2 { opacity: .5 !important; }
  }
  /* phone version: the animation runs full-width, no zoom; the .jm list is retired */
  @media (max-width: 640px) {
    .fixed-wrap.fw-flow { display: block; height: 470px; }
    .fs-flow { position: static; width: 100%; height: auto; transform: none; }
    .stage.pa { width: 100%; height: 470px; }
    .stage.pa .pa-segs, .stage.pa .pa-inner { zoom: 1; }
    .pa-segs { width: 100%; left: 0; transform: none; }
    .pa-inner { width: 100%; }
    .pa-inner, .pcard { min-width: 0; max-width: 100%; }
    .pa-nar { font-size: 14.5px; }
    .pcard { padding: 12px 13px; }
    .phead { flex-wrap: wrap; gap: 5px 8px; }
    .pa-tbl .r { font-size: 10.5px; padding: 6px 4px; }
    .pa-krow { font-size: 9.5px; }
    .pa-mx > div { font-size: 9px; padding: 8px 5px; }
    .pa-mx .h { font-size: 7px; padding: 6px 5px; }
    .pa-mx .h.hc { white-space: normal; }
    .hbest { position: static; transform: none; margin-left: 5px; margin-top: 2px; }
    .on .hbest { animation: kFadeIn .4s ease 3.4s forwards; }
    .pdone { white-space: normal; font-size: 7.5px; }
    .pa-alert { flex-wrap: wrap; padding: 10px 12px; }
    .pa-alert .aw small { white-space: normal; }
    .pa-eml { font-size: 9px; }
    .pa-recip { flex-wrap: wrap; }
    .pa-toast { right: 8px; bottom: 30px; font-size: 8px; }
    .pa-gcols { gap: 8px; }
    .gcol { padding: 9px 10px; }
    .grow { font-size: 8.5px; gap: 6px; }
    .grow i { width: 12px; height: 12px; font-size: 7px; }
    .gnote { font-size: 6.5px; letter-spacing: .08em; }
    .pfoot { flex-wrap: wrap; gap: 6px; }
    #what .jm { display: none; }
  }

  /* mobile journey (vertical) */
  .jm { display: none; }
  .jm-step {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 9px 12px; margin-left: 6px;
    border-left: 2px solid currentColor; position: relative;
    color: #C3D2E8; animation: 28s linear infinite;
  }
  .jm-step::before { content: ""; position: absolute; left: -5px; top: 15px; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
  .jm-step b { display: block; font-size: 13.5px; color: var(--ink); }
  .jm-step .d { font-family: var(--mono); font-size: 10.5px; color: var(--taupe); letter-spacing: .02em; }
  .m1 { animation-name: kM1; } .m2 { animation-name: kM2; } .m3 { animation-name: kM3; } .m4 { animation-name: kM4; }
  .m5 { animation-name: kM5; } .m6 { animation-name: kM6; } .m7 { animation-name: kM7; } .m8 { animation-name: kM8; }
  @keyframes kM1 { 0%,1%{color:#C3D2E8} 3%{color:var(--brass)} 13%{color:var(--brass)} 15%{color:#C3D2E8} 100%{color:#C3D2E8} }
  @keyframes kM2 { 0%,14%{color:#C3D2E8} 16%{color:var(--brass)} 25.5%{color:var(--brass)} 27.5%{color:#C3D2E8} 100%{color:#C3D2E8} }
  @keyframes kM3 { 0%,26.5%{color:#C3D2E8} 28.5%{color:var(--brass)} 37.5%{color:var(--brass)} 39.5%{color:#C3D2E8} 100%{color:#C3D2E8} }
  @keyframes kM4 { 0%,39%{color:#C3D2E8} 41%{color:var(--brass)} 52%{color:var(--brass)} 54%{color:#C3D2E8} 100%{color:#C3D2E8} }
  @keyframes kM5 { 0%,53.5%{color:#C3D2E8} 55.5%{color:var(--brass)} 66.5%{color:var(--brass)} 68.5%{color:#C3D2E8} 100%{color:#C3D2E8} }
  @keyframes kM6 { 0%,67.5%{color:#C3D2E8} 69.5%{color:var(--brass)} 79%{color:var(--brass)} 81%{color:#C3D2E8} 100%{color:#C3D2E8} }
  @keyframes kM7 { 0%,80%{color:#C3D2E8} 82%{color:var(--brass)} 91.5%{color:var(--brass)} 93.5%{color:#C3D2E8} 100%{color:#C3D2E8} }
  @keyframes kM8 { 0%,92.5%{color:#C3D2E8} 94.5%{color:var(--brass)} 99%{color:var(--brass)} 100%{color:#C3D2E8} }

  /* ---------- VARIANT: dossier ---------- */
  .folder-back {
    position: absolute; left: 280px; top: 200px; width: 320px; height: 200px;
    background: linear-gradient(170deg, #7FB4F5, #5F9BEE);
    border-radius: 6px;
    box-shadow: 0 40px 60px -30px rgba(7,9,13,.5);
  }
  .folder-back::before {
    content: ""; position: absolute; top: -24px; left: 22px; width: 130px; height: 30px;
    background: #7FB4F5; border-radius: 6px 6px 0 0;
  }
  .folder-tab-label { position: absolute; top: -19px; left: 34px; font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .1em; color: #0D51C4; }
  .folder-front {
    position: absolute; left: 272px; top: 268px; width: 336px; height: 140px; z-index: 4;
    background: linear-gradient(175deg, #A6CCFA, #6FA9F2);
    border-radius: 6px 6px 6px 6px;
    clip-path: polygon(0 14%, 100% 4%, 100% 100%, 0 100%);
    box-shadow: 0 -4px 12px rgba(10,13,18,.12), 0 24px 44px -22px rgba(7,9,13,.45);
  }
  .fdoc {
    position: absolute; z-index: 2; left: 0; top: 0;
    width: 58px; height: 74px; border-radius: 4px;
    background: var(--cream); border: 1px solid var(--leather);
    box-shadow: 0 8px 18px rgba(10,13,18,.25);
    display: flex; flex-direction: column; gap: 4px; padding: 8px 7px;
    opacity: 0;
  }
  .fdoc i { display: block; height: 4px; border-radius: 2px; background: #C6C9CE; }
  .fdoc .dt { font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: .08em; color: var(--brass); }
  .fd1 { animation: kFd1 9s ease-in-out infinite; }
  .fd2 { animation: kFd2 9s ease-in-out infinite; }
  .fd3 { animation: kFd3 9s ease-in-out infinite; }
  .fd4 { animation: kFd4 9s ease-in-out infinite; }
  .fd5 { animation: kFd5 9s ease-in-out infinite; }
  @keyframes kFd1 { 0%{opacity:0;transform:translate(310px,-90px) rotate(-10deg)} 3%{opacity:1} 10%{opacity:1;transform:translate(310px,250px) rotate(-4deg)} 88%{opacity:1;transform:translate(310px,250px) rotate(-4deg)} 93%{opacity:0} 100%{opacity:0} }
  @keyframes kFd2 { 0%,9%{opacity:0;transform:translate(360px,-90px) rotate(8deg)} 12%{opacity:1} 19%{opacity:1;transform:translate(360px,246px) rotate(3deg)} 88%{opacity:1;transform:translate(360px,246px) rotate(3deg)} 93%{opacity:0} 100%{opacity:0} }
  @keyframes kFd3 { 0%,18%{opacity:0;transform:translate(410px,-90px) rotate(-7deg)} 21%{opacity:1} 28%{opacity:1;transform:translate(410px,250px) rotate(-2deg)} 88%{opacity:1;transform:translate(410px,250px) rotate(-2deg)} 93%{opacity:0} 100%{opacity:0} }
  @keyframes kFd4 { 0%,27%{opacity:0;transform:translate(460px,-90px) rotate(9deg)} 30%{opacity:1} 37%{opacity:1;transform:translate(460px,247px) rotate(4deg)} 88%{opacity:1;transform:translate(460px,247px) rotate(4deg)} 93%{opacity:0} 100%{opacity:0} }
  @keyframes kFd5 { 0%,36%{opacity:0;transform:translate(510px,-90px) rotate(-9deg)} 39%{opacity:1} 46%{opacity:1;transform:translate(510px,252px) rotate(-3deg)} 88%{opacity:1;transform:translate(510px,252px) rotate(-3deg)} 93%{opacity:0} 100%{opacity:0} }
  .seal {
    position: absolute; left: 400px; top: 296px; z-index: 6;
    width: 80px; height: 80px; border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, #3F8BF0, #1266E4 70%);
    display: grid; place-items: center;
    font-family: var(--serif); font-size: 17px; font-weight: 600; color: #F5F7F9;
    box-shadow: 0 10px 22px rgba(7,9,13,.4), inset 0 0 0 4px rgba(242,247,255,.25);
    opacity: 0; transform: scale(1.6);
    animation: kSeal 9s ease-in-out infinite;
  }
  @keyframes kSeal { 0%,55%{opacity:0;transform:scale(1.6)} 60%{opacity:1;transform:scale(1)} 88%{opacity:1} 93%{opacity:0} 100%{opacity:0} }
  .dossier-cap { position: absolute; left: 0; right: 0; bottom: 2px; text-align: center; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--taupe); }

  /* ---------- VARIANT: pipeline ---------- */
  .app-card {
    position: absolute; left: 130px; top: 52px; width: 620px;
    background: var(--cream); border: 1px solid var(--line); border-radius: 6px;
    box-shadow: var(--shadow-lg); overflow: hidden;
  }
  .app-head { display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-bottom: 1px solid var(--line); background: #EEF3FA; }
  .app-head .dots { display: flex; gap: 5px; }
  .app-head .dots span { width: 9px; height: 9px; border-radius: 50%; background: #C6C9CE; }
  .app-head .ttl { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .14em; color: var(--taupe); }
  .app-head .autochip { margin-left: auto; font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .08em; background: var(--brass-soft); color: #0D51C4; border-radius: 4px; padding: 3px 9px; }
  .prow { display: flex; align-items: center; gap: 16px; padding: 15px 20px; border-bottom: 1px solid var(--line); }
  .prow:last-child { border-bottom: none; }
  .prow .nm { font-size: 13.5px; font-weight: 600; width: 190px; }
  .prow .nm small { display: block; font-family: var(--mono); font-size: 9px; font-weight: 500; color: var(--taupe); letter-spacing: .06em; margin-top: 2px; }
  .sdots { display: flex; gap: 9px; align-items: center; flex: 1; }
  .sdot { width: 13px; height: 13px; border-radius: 50%; background: #E6E8EB; animation: kDot 10s linear infinite both; }
  .sdots .lbl { font-family: var(--mono); font-size: 8.5px; color: var(--taupe); letter-spacing: .06em; margin-left: 4px; }
  @keyframes kDot { 0%{background:#E6E8EB} 2%{background:var(--leather)} 86%{background:var(--leather)} 90%{background:#E6E8EB} 100%{background:#E6E8EB} }
  .ptoast {
    position: absolute; right: 118px; bottom: 66px; z-index: 5;
    background: var(--brand); color: #fff;
    font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .04em;
    padding: 11px 16px; border-radius: 6px;
    box-shadow: 0 14px 28px -12px rgba(7,9,13,.5);
    opacity: 0; transform: translateY(14px);
    animation: kToast 10s ease-in-out infinite;
  }
  @keyframes kToast { 0%,42%{opacity:0;transform:translateY(14px)} 46%{opacity:1;transform:translateY(0)} 66%{opacity:1} 71%{opacity:0;transform:translateY(-8px)} 100%{opacity:0} }
  .pipe-cap { position: absolute; left: 0; right: 0; bottom: 2px; text-align: center; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--taupe); }

  /* ---------- VARIANT: book ---------- */
  header { position: relative; }
  header::before { content: ""; position: absolute; left: 50%; top: 0; width: 100vw; height: 560px; transform: translateX(-50%); pointer-events: none; background: radial-gradient(1400px 560px at 50% -260px, rgba(46,133,255,.16), rgba(46,133,255,.045) 55%, transparent 76%); }
  header > * { position: relative; }
  .book-scene {
    position: relative;
    max-width: 880px; margin: 0 auto;
    height: auto; aspect-ratio: 880 / 545; max-height: 545px;
    perspective: 1500px;
  }
  .book {
    position: absolute; left: 50%; bottom: 7%; transform: translateX(-50%) rotateX(42deg);
    transform-style: preserve-3d;
    width: min(700px, 94%); height: auto; aspect-ratio: 700 / 380;
  }
  .cover {
    position: absolute; inset: 5px -16px -34px;
    background:
      radial-gradient(120% 90% at 18% 0%, rgba(255,250,240,.15), transparent 42%),
      repeating-linear-gradient(115deg, rgba(0,0,0,.045) 0 2px, transparent 2px 5px),
      linear-gradient(160deg, #7B756D 0%, #5E5850 55%, #443F38 100%);
    border-radius: 6px;
    transform: translateZ(-9px);
    box-shadow:
      0 60px 80px -40px rgba(7,9,13,.7),
      inset 0 1px 0 rgba(255,250,240,.18),
      inset 0 0 0 1px rgba(0,0,0,.28);
  }
  .cover::before {
    content: ""; position: absolute; inset: 7px;
    border: 1px solid rgba(255,248,235,.15); border-radius: 6px;
  }
  .page { position: absolute; top: 0; bottom: 0; width: 50%; }
  .page.left {
    left: 0; border-radius: 4px 0 0 4px;
    transform-origin: 100% 50%;
    transform: rotateY(0deg);
    background:
      repeating-linear-gradient(to bottom, transparent 0 27px, rgba(16,33,74,.11) 27px 28px),
      linear-gradient(90deg, #FFFFFF 0%, #F8F9FB 70%, #E6E8EA 100%);
    box-shadow: 0 2px 0 #ECEDEF, 0 4px 0 #E2E3E6, 0 6px 0 #D5D7DA, 0 8px 0 #C3C5C9, 0 10px 0 #B5B7BC, 0 12px 0 #A4A7AC, 0 14px 8px rgba(10,13,18,.1);
  }
  .page.right {
    right: 0; border-radius: 0 4px 4px 0;
    transform-origin: 0% 50%;
    transform: rotateY(-15deg);
    animation: pageLift 8s ease-in-out infinite;
    background:
      repeating-linear-gradient(to bottom, transparent 0 27px, rgba(16,33,74,.11) 27px 28px),
      linear-gradient(270deg, #FFFFFF 0%, #F8F9FB 70%, #E6E8EA 100%);
    box-shadow: 0 2px 0 #ECEDEF, 0 4px 0 #E2E3E6, 0 6px 0 #D5D7DA, 0 8px 0 #C3C5C9, 0 10px 0 #B5B7BC, 0 12px 0 #A4A7AC, 0 18px 14px rgba(10,13,18,.14);
  }
  .book::after {
    content: ""; position: absolute; left: 50%; top: -2px; bottom: -2px; width: 3px;
    transform: translateX(-50%) translateZ(1px);
    background: linear-gradient(to bottom, rgba(24,20,15,.35), rgba(24,20,15,.5), rgba(24,20,15,.35));
    border-radius: 2px;
  }
  .ribbon {
    position: absolute; left: 43.5%; top: -3%; width: 3.2%; min-width: 12px; height: 40%;
    background: linear-gradient(175deg, #918A80, #5B554C);
    clip-path: polygon(0 0, 100% 0, 100% 86%, 50% 100%, 0 86%);
    transform: translateZ(6px) rotate(-2deg);
    box-shadow: 2px 4px 8px rgba(10,13,18,.3);
  }
  .entry { position: absolute; height: 9px; border-radius: 5px; background: rgba(16,33,74,.34); transform-origin: left center; animation: drawIn .7s ease both; }
  .entry.hl { background: rgba(23,107,255,.6); }
  @keyframes drawIn { from { transform: scaleX(0); } }
  @keyframes pageLift { 0%, 100% { transform: rotateY(-12deg); } 50% { transform: rotateY(-18deg); } }
  .colhead { position: absolute; top: 8%; font-family: var(--mono); font-size: 8px; letter-spacing: .14em; color: rgba(16,33,74,.6); }
  .amt { position: absolute; font-family: var(--mono); font-size: 8.5px; letter-spacing: .04em; color: rgba(16,33,74,.85); }
  .amt.ok { color: #1266E4; font-weight: 600; }
  .pstack {
    position: absolute; top: 4px; bottom: -16px; width: 49.5%;
    transform: translateZ(-3px);
    background: linear-gradient(90deg, #EEEFF1, #E3E5E8);
    border-radius: 6px 2px 2px 6px;
    box-shadow: -3px 3px 0 #D3D5D9, -6px 6px 0 #BFC2C7, -9px 9px 0 #AEB1B7, 0 10px 14px rgba(10,13,18,.2);
  }
  .pstack.l { left: .5%; }
  .pstack.r { right: .5%; border-radius: 2px 6px 6px 2px; box-shadow: 3px 3px 0 #D3D5D9, 6px 6px 0 #BFC2C7, 9px 9px 0 #AEB1B7, 0 10px 14px rgba(10,13,18,.2); }
  .stamp { position: absolute; top: 5%; left: 5%; width: 32px; opacity: .8; }
  .pgno { position: absolute; white-space: nowrap; bottom: 3.5%; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; color: rgba(16,33,74,.6); }
  .pgno.l { left: 32px; } .pgno.r { right: 32px; }
  .book-shadow {
    position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%);
    width: 76%; height: 9%; border-radius: 50%;
    background: radial-gradient(rgba(7,9,13,.42), transparent 70%);
    filter: blur(10px);
  }
  .rise {
    position: absolute; z-index: 6;
    background: var(--cream); border: 1px solid rgba(10,13,18,.1); border-radius: 6px;
    padding: 11px 15px; display: flex; align-items: center; gap: 10px;
    font-size: 12.5px; white-space: nowrap;
    box-shadow: var(--shadow);
    animation: floaty 7s ease-in-out infinite;
  }
  .rise::after {
    content: ""; position: absolute; top: 100%; left: 50%;
    height: 62px; border-left: 1.5px dashed rgba(21,25,32,.32);
  }
  .rise .ic { width: 26px; height: 26px; border-radius: 4px; display: grid; place-items: center; font-family: var(--mono); font-size: 12px; font-weight: 600; flex: none; }
  .rise .lbl { font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: var(--taupe); display: block; }
  .rise .val { font-size: 12.5px; font-weight: 600; }
  .rise .val em { font-style: normal; color: var(--leather); }
  .rise.r1 { top: 19%; left: 20%; animation-delay: -1s; }
  .rise.r2 { top: 10%; right: 24%; animation-delay: -3.4s; }
  .rise.r3 { top: 46%; left: 13%; animation-delay: -5.2s; }
  .rise.r3::after { height: 38px; }
  .rise.r4 { top: 37%; right: 15%; animation-delay: -2.2s; }
  .rise.r4::after { height: 42px; }
  .rise.r5 { top: 67%; left: 31%; animation-delay: -4.3s; }
  .rise.r5::after { height: 26px; }
  @keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
  @media (max-width: 620px) {
    .rise { padding: 8px 11px; font-size: 11px; }
    .rise .ic { width: 22px; height: 22px; }
    .rise.r1, .rise.r3, .rise.r4 { display: none; }
    .rise.r2 { top: 15%; left: 4%; right: auto; }
    .rise.r2::after { height: 24px; }
    .rise.r5 { top: 9%; right: 3%; left: auto; }
    .rise.r5::after { height: 22px; }
    .book-scene { margin-top: 26px; }
    .book { width: 84%; }
    .stats { margin-top: 0; }
  }

  /* ---------- stats band ---------- */
  .stats { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 34px; }
  .stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; padding: 40px 0; }
  @media (max-width: 820px) { .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 18px; padding: 36px 24px; } .stats-grid .stat:nth-child(5) { grid-column: 1 / -1; } .stats-grid .stat { border-left: 0; padding: 0; } }
  .stat { text-align: left; padding: 2px 26px; border-left: 1px solid var(--line); }
  .stat:first-child { border-left: 0; padding-left: 0; }
  .stat .num { font-family: var(--mono); font-size: clamp(24px, 2.7vw, 33px); font-weight: 600; color: var(--leather); font-variant-numeric: tabular-nums; }
  .stat .num small { font-size: .55em; }
  .stat .cap { font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--taupe); margin-top: 4px; }

  /* ---------- sections ---------- */
  section { padding: 96px 0; }
  section.cream { background: var(--cream); }
  .sec-head { display: flex; flex-direction: column; gap: 14px; max-width: 660px; margin-bottom: 46px; }
  .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.in { opacity: 1; transform: none; }

  /* ---------- problem: fanned stack ---------- */
  .problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
  @media (max-width: 860px) { .problem-grid { grid-template-columns: 1fr; gap: 44px; } }
  .fan { position: relative; height: 330px; display: grid; place-items: center; }
  .fan::after {
    content: ""; position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%);
    width: 340px; height: 30px; border-radius: 50%;
    background: radial-gradient(rgba(7,9,13,.28), transparent 70%);
    filter: blur(8px);
  }
  .fcard {
    position: absolute; width: 232px;
    background: var(--cream); border: 1px solid var(--line); border-radius: 6px;
    padding: 16px; box-shadow: var(--shadow-lg);
    transform: translate(0,0) rotate(0deg);
    transition: transform .9s cubic-bezier(.2,.7,.2,1);
    z-index: 1;
  }
  .fan.in .fcard.f1 { transform: translate(-118px, -26px) rotate(-9deg); transition-delay: .05s; }
  .fan.in .fcard.f2 { transform: translate(8px, 30px) rotate(2deg); transition-delay: .16s; z-index: 2; }
  .fan.in .fcard.f3 { transform: translate(126px, -14px) rotate(8deg); transition-delay: .27s; }
  .fan.in .fcard:hover { transition-duration: .3s; transition-delay: 0s; box-shadow: var(--shadow-lg), 0 28px 52px -22px rgba(10,13,18,.4); z-index: 3; }
  .fan.in .fcard.f1:hover { transform: translate(-142px, -38px) rotate(-10deg); }
  .fan.in .fcard.f2:hover { transform: translate(12px, 46px) rotate(2.5deg); }
  .fan.in .fcard.f3:hover { transform: translate(152px, -24px) rotate(9deg); }
  @media (max-width: 480px) {
    .fan { height: 300px; }
    .fcard { width: 196px; padding: 13px; }
    .fan.in .fcard.f1 { transform: translate(-62px, -36px) rotate(-9deg); }
    .fan.in .fcard.f2 { transform: translate(6px, 34px) rotate(2deg); }
    .fan.in .fcard.f3 { transform: translate(64px, -20px) rotate(8deg); }
  }
  .fcard .t { font-family: var(--mono); font-size: 10.5px; color: var(--taupe); letter-spacing: .04em; margin-bottom: 9px; }
  .fcard .chipflag {
    position: absolute; top: -10px; right: -10px;
    font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .06em;
    background: #F3E0D8; color: var(--alert); border-radius: 4px; padding: 3px 9px;
    box-shadow: 0 2px 6px rgba(10,13,18,.15);
  }
  .minigrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
  .minigrid span { background: var(--cream); height: 17px; }
  .minigrid span.hdr { background: #EAECEF; }
  .mailline { height: 7px; border-radius: 4px; background: #E6E8EB; margin: 7px 0; }
  .mailline.subj { background: #C6C9CE; width: 82%; }
  .mailline.short { width: 55%; }
  .diaryline { height: 7px; border-radius: 4px; background: #E6E8EB; margin: 8px 0; transform: rotate(-1deg); }
  .fcard.f3::after {
    content: ""; position: absolute; right: 12px; bottom: 10px;
    width: 44px; height: 44px; border-radius: 50%;
    border: 7px solid rgba(21,25,32,.14);
  }
  .problem-claims { display: flex; flex-direction: column; gap: 18px; }
  .claim { display: flex; gap: 14px; align-items: flex-start; font-size: 16.5px; }
  .claim b { font-weight: 600; }
  .claim::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--brass); flex: none; margin-top: 8px; }

  .flow-embed { margin: 4px 0 34px; }
  /* ---------- what it is ---------- */
  .what-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  @media (max-width: 860px) { .what-cards { grid-template-columns: 1fr; } }
  .wcard {
    background: var(--cream); border: 1px solid var(--line); border-radius: 6px;
    padding: 26px 24px; display: flex; flex-direction: column; gap: 9px;
    transition: transform .3s ease, box-shadow .3s ease;
  }
  .wcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
  .wcard .wglyph { width: 42px; height: 42px; border-radius: 6px; background: var(--brass-soft); display: grid; place-items: center; margin-bottom: 6px; }
  .wcard .wglyph svg { width: 21px; height: 21px; stroke: #1266E4; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .wcard b { font-family: var(--serif); font-size: 19px; font-weight: 600; }
  .wcard p { font-size: 14.5px; color: var(--taupe); }

  /* ---------- faq ---------- */
  .faq { max-width: 780px; margin: 0 auto; }
  .sec-head.center { margin-left: auto; margin-right: auto; text-align: center; align-items: center; }
  .faq details { border-bottom: 1px solid var(--line); }
  .faq summary { font-size: 16.5px; font-weight: 600; padding: 18px 38px 18px 0; cursor: pointer; list-style: none; position: relative; }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-family: var(--mono); font-size: 19px; color: var(--brass); transition: transform .25s ease; }
  .faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
  .faq details p { font-size: 15px; color: var(--taupe); padding: 0 0 18px; max-width: 64ch; }

  /* ---------- journey rail ---------- */
  .rail-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
  .rail-nav { display: flex; gap: 10px; }
  .rnav {
    width: 42px; height: 42px; border-radius: 50%;
    background: var(--cream); border: 1px solid var(--line); color: var(--ink);
    font-size: 18px; cursor: pointer; display: grid; place-items: center;
    transition: background .2s ease, transform .2s ease;
  }
  .rnav:hover:not(:disabled) { background: var(--leather-soft); transform: scale(1.06); }
  .rnav:disabled { opacity: .22; cursor: default; transform: none; background: var(--cream); }
  .rail {
    display: flex; gap: 20px;
    overflow-x: auto; scroll-snap-type: x mandatory;
    padding: 6px 6px 30px; margin: 0 -6px;
    scrollbar-width: none;
  }
  .rail::-webkit-scrollbar { display: none; }
  .card {
    flex: 0 0 305px; scroll-snap-align: start;
    position: relative; text-align: left;
    background: var(--cream); border: 1px solid var(--line); border-radius: 6px;
    padding: 26px 24px 62px; cursor: pointer;
    display: flex; flex-direction: column; gap: 10px;
    box-shadow: var(--shadow);
    transition: transform .3s ease, box-shadow .3s ease;
  }
  @media (max-width: 480px) { .card { flex-basis: 285px; } }
  .card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
  .card .movetag { font-family: var(--mono); font-size: 9.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--taupe); }
  .card h3 { font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1.12; }
  .card .vline { font-family: var(--serif); font-style: italic; font-size: 15.5px; color: var(--brass); }
  .card .cdesc { font-size: 14px; color: var(--taupe); }
  .card .viz { margin-top: auto; padding-top: 12px; transition: transform .3s ease; }
  .card:hover .viz { transform: translateY(-3px); }
  .card .plus {
    position: absolute; right: 18px; bottom: 16px;
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--ink); color: var(--cream);
    display: grid; place-items: center; font-size: 18px; font-weight: 500; line-height: 1;
    transition: transform .25s ease, background .25s ease;
  }
  .card:hover .plus { transform: scale(1.12); background: var(--leather); }

  /* mock visuals */
  .mock { background: var(--parchment); border: 1px solid var(--line); border-radius: 6px; padding: 14px; width: 100%; }
  .mock .head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
  .mock .head .ttl { font-family: var(--mono); font-size: 9.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--taupe); }
  .pill { font-family: var(--mono); font-size: 9.5px; font-weight: 600; border-radius: 4px; padding: 3px 9px; }
  .pill.good { background: var(--leather-soft); color: var(--leather); }
  .pill.gold { background: var(--brass-soft); color: #0D51C4; }
  .pill.red { background: #F3E0D8; color: var(--alert); }
  .bar-row { height: 8px; border-radius: 4px; background: #E6E8EB; margin: 7px 0; overflow: hidden; position: relative; }
  .bar-fill { height: 100%; border-radius: 4px; background: var(--leather); opacity: .7; }
  .bar-gap { position: absolute; right: 0; top: 0; bottom: 0; border-radius: 4px; background: repeating-linear-gradient(45deg, #D3DFEF 0 4px, #F3E0D8 4px 8px); }
  .gap-lbl { font-size: 11px; color: var(--taupe); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2px 10px; margin-top: 8px; }
  .gap-lbl span { white-space: nowrap; }
  .sig { background: var(--cream); border: 1px solid var(--line); border-radius: 6px; padding: 9px 11px; display: flex; align-items: center; gap: 9px; font-size: 11.5px; margin: 7px 0; }
  .sig .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--brass); position: relative; flex: none; }
  .sig .pulse::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid rgba(23,107,255,.5); animation: pulse 2s ease-out infinite; }
  @keyframes pulse { 0% { transform: scale(.5); opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } }
  .sig b { font-weight: 600; }
  .rfq-flow { display: flex; align-items: center; gap: 10px; justify-content: center; padding: 6px 0; }
  .doc { width: 60px; height: 76px; background: var(--cream); border: 1px solid var(--line); border-radius: 4px; padding: 8px; display: flex; flex-direction: column; gap: 4px; flex: none; }
  .doc .l { height: 4px; border-radius: 3px; background: #DDDFE3; }
  .doc .l.brand { background: var(--brass); width: 55%; }
  .flow-arrows { display: flex; flex-direction: column; gap: 8px; }
  .arr { display: flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 9.5px; color: var(--taupe); }
  .arr .line { width: 36px; height: 2px; background: linear-gradient(90deg, var(--leather), rgba(21,25,32,.15)); }
  .ins { background: var(--leather-soft); color: var(--leather); font-weight: 600; border-radius: 6px; padding: 4px 8px; }
  .matrix { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap: 4px; font-family: var(--mono); font-size: 9px; }
  .matrix > div { background: var(--cream); border-radius: 5px; padding: 6px 7px; color: var(--taupe); }
  .matrix .h { font-weight: 600; color: var(--ink); background: transparent; }
  .matrix.m3 { grid-template-columns: 1.25fr 1fr 1fr; }
  .matrix .win { color: var(--leather); font-weight: 600; }
  .mock .noreply { font-family: var(--mono); font-size: 8.5px; color: var(--taupe); margin-top: 7px; opacity: .8; }
  .qc-grid { display: flex; gap: 10px; justify-content: center; }
  .qc-doc { flex: 1; max-width: 116px; background: var(--cream); border: 1px solid var(--line); border-radius: 4px; padding: 10px; }
  .qc-doc .cap { font-family: var(--mono); font-size: 8.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--taupe); margin-bottom: 7px; }
  .qline { display: flex; align-items: center; gap: 6px; font-size: 10.5px; margin: 6px 0; }
  .qline .m { font-weight: 700; }
  .qline .m.ok { color: var(--leather); }
  .qline .m.bad { color: var(--alert); }
  .qline .stub { flex: 1; height: 5px; border-radius: 3px; background: #E6E8EB; }
  .qline.bad .stub { background: #F0D8CB; }

  /* ---------- always on ---------- */
  .ao-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
  .ao-card {
    background: var(--parchment); border: 1px solid var(--line); border-radius: 6px;
    padding: 30px 34px 30px; position: relative; cursor: pointer; text-align: left;
    display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: center;
    transition: transform .3s ease, box-shadow .3s ease;
  }
  .ao-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
  @media (max-width: 860px) { .ao-card { grid-template-columns: 1fr; gap: 22px; } }
  .ao-copy { display: flex; flex-direction: column; gap: 12px; }
  .ao-head { display: flex; align-items: center; gap: 14px; }
  .ao-ic { width: 48px; height: 48px; border-radius: 6px; background: var(--brass-soft); display: grid; place-items: center; flex: none; }
  .ao-ic svg { width: 25px; height: 25px; stroke: #1266E4; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .ao-head h3 { font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.1; }
  .ao-vline { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--brass); }
  .ao-copy > p { font-size: 14.5px; color: var(--taupe); }
  .ao-feed { display: flex; flex-direction: column; }
  .convert { margin-left: auto; font-family: var(--mono); font-size: 10px; font-weight: 600; color: var(--leather); white-space: nowrap; }
  .ao-note { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--taupe); }
  .ao-card .plus {
    position: absolute; right: 20px; bottom: 18px;
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--ink); color: var(--cream);
    display: grid; place-items: center; font-size: 18px; font-weight: 500; line-height: 1;
    transition: transform .25s ease, background .25s ease;
  }
  .ao-card:hover .plus { transform: scale(1.12); background: var(--leather); }
  .chatwin { border: 1px solid var(--line); border-radius: 6px; background: var(--cream); overflow: hidden; }
  .chat-head { display: flex; align-items: center; gap: 9px; padding: 10px 14px; background: #EEF3FA; border-bottom: 1px solid var(--line); }
  .chat-head .cav { width: 26px; height: 26px; border-radius: 4px; background: var(--leather); display: grid; place-items: center; }
  .chat-head .cav svg { width: 15px; height: 15px; stroke: #EDEEF0; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .chat-head .cname { font-family: var(--mono); font-size: 10.5px; font-weight: 600; letter-spacing: .12em; }
  .chat-head .onlbl { margin-left: auto; font-family: var(--mono); font-size: 9px; color: var(--taupe); display: flex; align-items: center; gap: 5px; }
  .chat-head .onlbl::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #4C7A46; }
  .chat-body { padding: 14px; display: flex; flex-direction: column; gap: 9px; }
  .bub { max-width: 90%; padding: 10px 13px; border-radius: 6px; font-size: 12.5px; line-height: 1.45; }
  .bub.user { align-self: flex-end; background: var(--brand); color: #fff; border-bottom-right-radius: 4px; }
  .bub.ai { align-self: flex-start; background: var(--parchment); border: 1px solid var(--line); border-bottom-left-radius: 4px; }
  .chat-body .bub, .chat-body .dots { opacity: 0; transform: translateY(8px); transition: opacity .35s ease, transform .35s ease; }
  .chat-body .bub.show, .chat-body .dots.show { opacity: 1; transform: none; }
  .chat-input .ph.typing { font-style: normal; color: var(--ink); }
  .chat-input .ph.typing::after { content: "|"; color: var(--leather); animation: blinkdot .8s ease infinite; }
  .bub.ai .mini { display: block; font-family: var(--mono); font-size: 10px; color: var(--leather); margin: 4px 0; }
  .attach { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
  .attach span { font-family: var(--mono); font-size: 9px; background: rgba(242,247,255,.18); border: 1px solid rgba(242,247,255,.3); border-radius: 5px; padding: 3px 8px; }
  .artchip { display: flex; align-items: center; gap: 8px; background: var(--cream); border: 1px solid var(--line); border-radius: 4px; padding: 7px 10px; font-family: var(--mono); font-size: 9.5px; color: var(--ink); margin-top: 7px; }
  .artchip svg { width: 13px; height: 13px; stroke: var(--brass); fill: none; stroke-width: 2; stroke-linecap: round; flex: none; }
  .artchip b { color: var(--leather); }
  .actrow { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }
  .actrow span { font-family: var(--mono); font-size: 9.5px; font-weight: 600; border: 1px solid var(--line); background: var(--cream); border-radius: 4px; padding: 4px 11px; color: var(--leather); }
  .dots { align-self: flex-start; display: flex; gap: 4px; padding: 10px 12px; background: var(--parchment); border: 1px solid var(--line); border-radius: 6px 6px 6px 4px; }
  .dots span { width: 6px; height: 6px; border-radius: 50%; background: var(--taupe); animation: blinkdot 1s ease infinite; }
  .chat-input { display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--line); padding: 11px 14px; color: var(--taupe); font-size: 12px; }
  .chat-input .ph { flex: 1; font-style: italic; white-space: nowrap; overflow: hidden; min-width: 0; }
  .chat-input svg { width: 16px; height: 16px; stroke: var(--taupe); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  @keyframes blinkdot { 0%,100%{opacity:.3} 50%{opacity:1} }

  /* ---------- mobile flow + vertical chain ---------- */
  @media (max-width: 640px) {
    .fixed-wrap { display: none; }
    .jm { display: flex; flex-direction: column; margin: 4px 0 26px; }
  }
  .chain-vert { display: none; }
  .cv-row { display: flex; align-items: center; gap: 14px; }
  .cv-dot { width: 16px; height: 16px; border-radius: 50%; background: #04173B; border: 2px solid #3D9BFF; flex: none; }
  .cv-row:last-child .cv-dot { background: #3D9BFF; }
  .cv-lbl { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .12em; color: #BDD7F7; width: 62px; flex: none; }
  .cv-what { font-size: 12.5px; color: rgba(210,229,252,.75); }
  @media (max-width: 700px) {
    .ledger-panel .chain-svg { display: none; }
    .ledger-panel .chain-cap { display: none; }
    .ledger-panel .nd-rail, .ledger-panel .nd-stations { display: none; }
    .ledger-panel { overflow-x: hidden; padding: 26px 22px 22px; }
    .chain-vert { display: flex; flex-direction: column; gap: 13px; position: relative; padding-left: 2px; }
    .chain-vert::before { content: ""; position: absolute; left: 9px; top: 16px; bottom: 16px; border-left: 2px dashed rgba(61,155,255,.55); }
  }

  /* ---------- overlay modal ---------- */
  .overlay {
    position: fixed; inset: 0; z-index: 100;
    background: rgba(10,13,19,.5); backdrop-filter: blur(6px);
    display: grid; place-items: center; padding: 22px;
    opacity: 0; pointer-events: none; transition: opacity .3s ease;
  }
  .overlay.open { opacity: 1; pointer-events: auto; }
  .modal {
    background: var(--cream); border-radius: 6px; max-width: 780px; width: 100%;
    max-height: 86vh; overflow-y: auto;
    padding: 44px; position: relative;
    box-shadow: var(--shadow-lg);
    transform: translateY(20px) scale(.98); transition: transform .3s ease;
  }
  .overlay.open .modal { transform: none; }
  @media (max-width: 700px) { .modal { padding: 28px 22px; } }
  .modal .close {
    position: absolute; top: 18px; right: 18px;
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--parchment); color: var(--ink);
    font-size: 18px; cursor: pointer; display: grid; place-items: center;
  }
  .modal .close:hover { background: var(--line); }
  .modal-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; }
  @media (max-width: 700px) { .modal-grid { grid-template-columns: 1fr; } }
  .modal .movetag { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--taupe); }
  .modal h3 { font-family: var(--serif); font-size: 30px; font-weight: 600; line-height: 1.1; margin: 8px 0 4px; }
  .modal .vline { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--brass); margin-bottom: 12px; }
  .modal p { font-size: 15.5px; color: var(--taupe); margin-bottom: 14px; }
  .modal ul { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 16px; }
  .modal li { font-size: 14.5px; padding-left: 22px; position: relative; }
  .modal li::before { content: "✓"; position: absolute; left: 0; color: var(--leather); font-weight: 700; }
  .modal .stat-line { font-family: var(--mono); font-size: 12px; color: var(--taupe); }
  .modal .stat-line b { color: var(--leather); }
  .modal .ba { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 16px; }
  .modal .ba > div { border: 1px solid var(--line); border-radius: 6px; padding: 11px 13px; font-size: 13px; color: var(--taupe); }
  .modal .ba span { display: block; font-family: var(--mono); font-size: 8.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 5px; color: var(--taupe); }
  .modal .ba .now { background: var(--brass-soft); border-color: var(--brass-soft); color: #093174; }
  .modal .ba .now span { color: #1266E4; }
  @media (max-width: 520px) { .modal .ba { grid-template-columns: 1fr; } }

  /* ---------- memory: ledger panel ---------- */
  .ledger-panel {
    background: #070B14;
    border: 1px solid rgba(140,170,220,.16);
    border-radius: 6px;
    padding: 46px 42px 30px;
    box-shadow: var(--shadow-lg);
    margin-bottom: 44px;
  }
  .nd-rail { position: relative; height: 4px; border-radius: 2px; background: linear-gradient(90deg, #176BFF, #00A8FF 55%, #00D4D8); margin-top: 6px; }
  .nd-rail::after { content: ""; position: absolute; inset: -1px; border-radius: 3px; background: inherit; filter: blur(9px); opacity: .5; }
  .nd-pulse { position: absolute; top: 50%; width: 12px; height: 12px; border-radius: 50%; background: #fff; box-shadow: 0 0 18px 4px rgba(0,212,216,.8); transform: translate(-50%, -50%); animation: ndPulse 12s linear infinite; }
  @keyframes ndPulse { from { left: 0%; } to { left: 100%; } }
  .nd-stations { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 24px; }
  .nd-stn { position: relative; padding-top: 12px; }
  .nd-stn::before { content: ""; position: absolute; top: -26px; left: 2px; width: 1px; height: 18px; background: rgba(140,170,220,.28); }
  .nd-stn b { display: block; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .1em; color: #F2F6FC; }
  .nd-stn span { display: block; margin-top: 4px; font-size: 11.5px; line-height: 1.45; color: #8B95A7; }
  .chain-cap { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; color: rgba(210,229,252,.6); text-align: center; margin-top: 14px; text-transform: uppercase; }
  @keyframes stitchmove { to { stroke-dashoffset: -40; } }
  .memory-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  @media (max-width: 860px) { .memory-cards { grid-template-columns: 1fr; } }
  .mcard { background: var(--cream); border: 1px solid var(--line); border-radius: 6px; padding: 24px; display: flex; flex-direction: column; gap: 10px; }
  .mcard .mglyph { width: 36px; height: 36px; border-radius: 6px; background: var(--brass-soft); display: grid; place-items: center; }
  .mcard .mglyph svg { width: 18px; height: 18px; stroke: #1266E4; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .mcard .big { font-family: var(--serif); font-size: 20px; font-weight: 600; }
  .mcard p { font-size: 14.5px; color: var(--taupe); }

  /* ---------- india: certificate seals ---------- */
  .seal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
  @media (max-width: 860px) { .seal-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 520px) { .seal-grid { grid-template-columns: 1fr; } }
  .sealcard {
    background: var(--cream); border: 1px solid var(--line); border-radius: 6px;
    padding: 30px 20px 24px; text-align: center;
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    transition: transform .3s ease, box-shadow .3s ease;
  }
  .sealcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
  .rosette {
    width: 78px; height: 78px; border-radius: 50%;
    background: repeating-conic-gradient(var(--brass) 0deg 14deg, #1266E4 14deg 28deg);
    display: grid; place-items: center;
    box-shadow: 0 10px 20px rgba(10,13,18,.22);
    position: relative; z-index: 0; margin-bottom: 14px;
  }
  .rosette::before {
    content: ""; position: absolute; left: 17px; bottom: -13px; width: 13px; height: 22px;
    background: #1266E4; clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 72%, 0 100%);
    transform: rotate(14deg); z-index: -1;
  }
  .rosette::after {
    content: ""; position: absolute; right: 17px; bottom: -13px; width: 13px; height: 22px;
    background: var(--brass); clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 72%, 0 100%);
    transform: rotate(-14deg); z-index: -1;
  }
  .rosette .inner {
    width: 56px; height: 56px; border-radius: 50%;
    background: var(--cream); display: grid; place-items: center;
    box-shadow: inset 0 0 0 2px rgba(18,102,228,.35);
  }
  .rosette .inner svg { width: 24px; height: 24px; stroke: #1266E4; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .fglyph { display: flex; flex-direction: column; align-items: center; gap: 12px; height: 74px; justify-content: flex-end; margin-bottom: 10px; }
  .fglyph svg { stroke: var(--brass); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .fglyph i { display: block; width: 26px; height: 2px; background: var(--brass); border-radius: 1px; opacity: .55; }
  .sealcard b { font-size: 15.5px; font-weight: 600; }
  .sealcard .d { font-size: 13px; color: var(--taupe); }
  .india-foot { margin-top: 30px; text-align: center; font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--taupe); }

  /* ---------- pricing ---------- */
  .price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  @media (max-width: 860px) { .price-grid { grid-template-columns: 1fr; gap: 44px; } }
  .price-copy { display: flex; flex-direction: column; gap: 18px; }
  .receipt-wrap { display: grid; place-items: center; }
  .receipt {
    width: min(350px, 100%);
    background: var(--cream);
    border-radius: 6px 6px 0 0;
    padding: 28px 28px 24px;
    font-family: var(--mono);
    box-shadow: var(--shadow-lg);
    transform: rotate(-1.5deg);
    position: relative;
  }
  .receipt::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -13px; height: 14px;
    background:
      linear-gradient(-45deg, transparent 9px, var(--cream) 0) 0 0 / 18px 100% repeat-x,
      linear-gradient(45deg, transparent 9px, var(--cream) 0) 9px 0 / 18px 100% repeat-x;
    filter: drop-shadow(0 6px 6px rgba(10,13,18,.12));
  }
  .receipt .rseal { position: relative; width: 56px; height: 56px; margin: 16px auto 0; display: grid; place-items: center; }
  .receipt .rseal .ring { position: absolute; inset: 0; }
  .receipt .rtitle {
    text-align: center; font-size: 10.5px; font-weight: 600;
    letter-spacing: .22em; text-transform: uppercase; color: var(--taupe);
    padding-bottom: 14px; border-bottom: 1.5px dashed var(--line); margin-bottom: 6px;
  }
  .rrow {
    display: flex; justify-content: space-between; align-items: baseline;
    font-size: 12px; padding: 10px 0; border-bottom: 1px dashed var(--line);
  }
  .rrow .name { letter-spacing: .04em; }
  .rrow .mark-ok { color: var(--leather); font-weight: 600; }
  .rrow.addon .name { color: var(--taupe); }
  .rrow.addon .mark-add { color: var(--brass); font-weight: 600; }
  .rtotal {
    display: flex; flex-direction: column; gap: 6px;
    padding-top: 16px; font-size: 11px; font-weight: 600; letter-spacing: .1em;
    color: var(--taupe); text-transform: uppercase;
  }
  .rtotal .amt { font-family: var(--serif); font-size: 19px; color: var(--leather); align-self: flex-end; white-space: nowrap; text-transform: none; letter-spacing: 0; }
  .rnote { text-align: center; font-size: 10px; color: var(--taupe); margin-top: 10px; letter-spacing: .06em; }

  /* ---------- closing band ---------- */
  .band {
    background:
      radial-gradient(120% 110% at 12% -5%, rgba(200,228,255,.18), transparent 45%),
      radial-gradient(100% 90% at 95% 105%, rgba(4,6,10,.35), transparent 55%),
      linear-gradient(150deg, #0D3B86 0%, #082452 55%, #05193C 100%);
    color: #EBECEF; border-radius: 6px; padding: 72px 56px; position: relative; overflow: hidden;
  }
  @media (max-width: 700px) { .band { padding: 48px 26px; } }
  .band::after {
    content: ""; position: absolute; inset: 14px;
    border: 1.5px dashed rgba(210,229,252,.22); border-radius: 6px; pointer-events: none;
  }
  .band h2 { color: #F5F7F9; }
  .band .lede { color: rgba(232,234,237,.75); }
  .band .roadmap { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: rgba(232,234,237,.5); }
  .band-inner { display: flex; flex-direction: column; gap: 20px; max-width: 560px; position: relative; z-index: 1; }

  /* ---------- contact form (closing band) ---------- */
  .band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; position: relative; z-index: 1; }
  @media (max-width: 900px) { .band-grid { grid-template-columns: 1fr; gap: 34px; } }
  .band-grid .band-inner { max-width: 100%; }
  .band-points { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
  .band-points span { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: rgba(232,234,237,.8); }
  .band-points svg { width: 15px; height: 15px; flex: none; margin-top: 3px; stroke: #7FC4FF; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
  .cform {
    background: var(--cream); border-radius: 6px; padding: 26px 26px 24px;
    box-shadow: 0 30px 70px -30px rgba(4,6,10,.6);
    display: flex; flex-direction: column; gap: 17px;
  }
  .cform h3 { font-family: var(--serif); font-size: 20px; font-weight: 700; letter-spacing: -.015em; color: var(--ink); margin-bottom: 4px; }
  .fform { display: flex; flex-direction: column; gap: 17px; }
  .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  @media (max-width: 520px) { .frow { grid-template-columns: 1fr; } }
  .fld { display: flex; flex-direction: column; gap: 6px; }
  .fld label { font-family: var(--mono); font-size: 10.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--taupe); }
  .fld label .req { color: var(--brand); margin-left: 2px; }
  .fld input, .fld select, .fld textarea {
    font-family: var(--sans); font-size: 14.5px; color: var(--ink);
    background: #FDFDFC; border: 1px solid #D6D9DD; border-radius: 4px; padding: 10px 12px;
    width: 100%; transition: border-color .15s ease, box-shadow .15s ease;
  }
  .fld textarea { min-height: 96px; resize: vertical; line-height: 1.5; }
  .fld select { appearance: none; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%2350607F' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 12px center; background-size: 11px; padding-right: 34px; }
  .fld input::placeholder, .fld textarea::placeholder { color: #9AA3AF; }
  .fld input:focus, .fld select:focus, .fld textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(20,103,234,.14); }
  .fld .err { font-size: 12.5px; color: #B5443A; display: none; }
  .fld.invalid input, .fld.invalid select, .fld.invalid textarea { border-color: #B5443A; }
  .fld.invalid .err { display: block; }
  .fld label.fconsent {
    display: flex; align-items: flex-start; gap: 10px; cursor: pointer;
    font-family: var(--sans); font-size: 13px; font-weight: 400; line-height: 1.5;
    letter-spacing: 0; text-transform: none; color: var(--taupe);
  }
  .fconsent input { width: 16px; height: 16px; margin-top: 2px; flex: none; accent-color: var(--brand); cursor: pointer; }
  .fconsent a { color: var(--brand); }
  .fsubmit {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    width: 100%; font-family: var(--sans); font-size: 15px; font-weight: 600;
    background: var(--brand); color: #fff; border: 0; border-radius: 4px; padding: 13px 20px;
    cursor: pointer; transition: transform .12s ease, background .15s ease;
  }
  .fsubmit:hover { background: #0F58CC; }
  .fsubmit:active { transform: scale(.985); }
  .fsubmit:disabled { opacity: .65; cursor: default; }
  .fsubmit svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .fnote { font-size: 12px; color: var(--taupe); text-align: center; }
  .fmsg { border-radius: 4px; padding: 12px 14px; font-size: 14px; display: none; }
  .fmsg.ok { display: block; background: #EEF3E6; border: 1px solid #CBDCB6; color: #3E6339; }
  .fmsg.bad { display: block; background: #FBF1E9; border: 1px solid #D9A58E; color: #B5443A; }
  .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
  .cform.sent .fform { display: none; }
  .fdone[hidden] { display: none; }
  .fdone { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 15px; padding: 30px 8px 26px; }
  .fdone-mark {
    position: relative; width: 56px; height: 56px; border-radius: 50%;
    background: var(--brass-soft); border: 1px solid #B9D7FF; display: grid; place-items: center;
    animation: fdPop .4s cubic-bezier(0.23, 1, 0.32, 1) both;
  }
  .fdone-mark::after {
    content: ""; position: absolute; inset: -1px; border-radius: 50%;
    border: 2px solid var(--brand); pointer-events: none;
    animation: fdRing .8s cubic-bezier(0.23, 1, 0.32, 1) .2s both;
  }
  .fdone-mark svg { width: 26px; height: 26px; stroke: var(--brand); fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
  .fdone-mark svg path { stroke-dasharray: 24; stroke-dashoffset: 24; animation: fdDraw .36s cubic-bezier(0.23, 1, 0.32, 1) .18s both; }
  @keyframes fdPop { from { opacity: 0; transform: scale(.72); } to { opacity: 1; transform: none; } }
  @keyframes fdRing { from { opacity: .5; transform: scale(1); } to { opacity: 0; transform: scale(1.5); } }
  @keyframes fdDraw { to { stroke-dashoffset: 0; } }
  @media (prefers-reduced-motion: reduce) {
    .fdone-mark, .fdone-mark svg path { animation: none; }
    .fdone-mark svg path { stroke-dashoffset: 0; }
    .fdone-mark::after { display: none; }
  }
  .fdone h3 { font-family: var(--serif); font-size: 21px; font-weight: 700; letter-spacing: -.015em; color: var(--ink); }
  .fdone p { font-size: 14.5px; line-height: 1.6; color: var(--taupe); max-width: 36ch; margin: 0 auto; }
  .fdone #fdone-lead { color: var(--ink); font-size: 16px; }
  .fdone .fdone-sub { font-size: 13px; }
  .fdone a { color: var(--brand); }
  .cform { transition: height .45s cubic-bezier(0.23, 1, 0.32, 1); }
  @media (prefers-reduced-motion: reduce) { .cform { transition: none; } }

  .socials { display: flex; gap: 10px; margin-top: 4px; }
  .socials a {
    width: 36px; height: 36px; border-radius: 4px; display: grid; place-items: center;
    border: 1px solid var(--line); background: var(--cream);
    transition: border-color .15s ease, background .15s ease, transform .15s ease;
  }
  .socials a svg { width: 17px; height: 17px; fill: var(--taupe); transition: fill .15s ease; }
  .socials a:hover { border-color: var(--brand); background: var(--brass-soft); transform: translateY(-1px); }
  .socials a:hover svg { fill: var(--brand); }
  .socials a:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
  footer { padding: 64px 0 40px; border-top: 1px solid var(--line); margin-top: 20px; }
  .foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
  @media (max-width: 860px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
  @media (max-width: 480px) { .foot-grid { grid-template-columns: 1fr; } }
  .foot-brand { display: flex; flex-direction: column; gap: 14px; }
  .foot-brand p { font-family: var(--serif); font-style: italic; font-size: 15.5px; color: var(--taupe); max-width: 26ch; }
  .foot-col { display: flex; flex-direction: column; gap: 10px; }
  .foot-col .fh { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); margin-bottom: 4px; }
  .foot-col a { font-size: 14px; color: var(--taupe); }
  .foot-col a:hover { color: var(--leather); }
  .foot-bottom { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center; color: var(--taupe); font-size: 12.5px; border-top: 1px solid var(--line); padding-top: 22px; }
  .foot-bottom a:hover { color: var(--leather); }

  :focus-visible { outline: 2px solid var(--brass); outline-offset: 2px; }
  /* mobile readability bump */
  @media (max-width: 640px) {
    .bub { font-size: 13.5px; }
    .bub.ai .mini { font-size: 11px; }
    .artchip { font-size: 10.5px; }
    .actrow span { font-size: 10.5px; }
    .attach span { font-size: 9.5px; }
    .sig { font-size: 12.5px; }
    .convert { font-size: 10.5px; }
    .ao-note { font-size: 10.5px; }
    .ao-copy > p { font-size: 15.5px; }
    .ao-vline { font-size: 16px; }
    .card .cdesc { font-size: 14.5px; }
    .cv-lbl { font-size: 11.5px; }
    .cv-what { font-size: 13.5px; }
    .stat .cap { font-size: 11px; letter-spacing: .09em; }
    .trust { font-size: 10.5px; }
  }

  @media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; }
    .nd-pulse { left: 55% !important; }
    .fdoc, .seal, .ptoast { opacity: 1 !important; }
    .jm-step { color: var(--leather) !important; }
  }
  .skip-link { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--brand); color: #fff;
    padding: 12px 18px; border-radius: 0 0 4px 0; font-weight: 600; font-size: 14px; }
  .skip-link:focus { left: 0; }
