  deck-stage:not(:defined){visibility:hidden}
  :root{
    --ink:#16302A; --ink2:#5C726B;
    --teal:#0E3F38; --teal2:#2E8C7B; --teal3:#3EA393;
    --green:#17A589; --green-d:#0d6e59;
    --mint:#E8F3EC; --sky:#E6EEF8; --lil:#EDE7F6; --peach:#FBEFDE; --pink:#FBE6EE;
    --line:#DCEAE3;
  }
  *{margin:0;padding:0;box-sizing:border-box}
  html,body{background:#0b1512;height:100%}
  body{font-family:"Montserrat",system-ui,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased}
  img{display:block;max-width:100%}

  /* ---- slide base ---- */
  section{background:#fff;overflow:hidden;color:var(--ink);font-weight:500}
  .pad{position:absolute;inset:0;padding:56px 60px;display:flex;flex-direction:column}
  .center{justify-content:center}

  h1,h2,h3{letter-spacing:-.022em;line-height:1.02;color:var(--teal);font-weight:900}
  .g{color:var(--teal3)}
  .lead{font-size:30px;line-height:1.5;color:var(--ink2);font-weight:500;max-width:24ch}
  .lead b{color:var(--ink);font-weight:800}

  /* market problem slide — overpay (clean) */
  .mkt2-sec{position:relative;overflow:hidden}
  .mkt2-bg{position:absolute;inset:0;background:url("pig.webp") center/cover no-repeat;opacity:.20}
  .mkt2-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(244,249,246,.55),rgba(244,249,246,.84))}
  .mkt2-sec .pad{align-items:center;justify-content:center;position:relative;z-index:1;text-align:center}
  .mkt2-head{text-align:center}
  .mkt2-head h2{max-width:24ch;margin:0 auto}
  .mkt2-head .lead{margin-left:auto;margin-right:auto}

  .ov5{width:100%;max-width:1180px;margin-top:30px;display:flex;align-items:flex-end;justify-content:center;gap:56px}
  .ov-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:0}
  .ov-stack{display:flex;flex-direction:column-reverse;align-items:center;justify-content:flex-end}
  .coin{width:92px;height:92px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:26px;color:#fff;box-shadow:0 8px 16px -8px rgba(16,48,42,.5);border:3px solid #F4F9F6}
  .ov-stack .coin{margin-bottom:-38px}
  .ov-stack .coin:first-child{margin-bottom:0}
  .coin.gray{background:linear-gradient(160deg,#A7B6B0,#8294A0)}
  .coin.teal{background:linear-gradient(160deg,#3BAE97,#127C66)}
  .ov-price{font-weight:900;font-size:74px;letter-spacing:-.04em;line-height:1;margin-top:20px}
  .ov-price.gray{color:#7B8C92}
  .ov-price.teal{color:var(--teal)}
  .ov-name{font-weight:800;font-size:34px;color:var(--ink);margin-top:10px}
  .ov-note{font-weight:700;font-size:27px;color:var(--ink2);margin-top:4px}
  .ov-x{flex:none;text-align:center;align-self:center;padding-bottom:36px}
  .ov-x .big{font-weight:900;font-size:120px;line-height:.85;letter-spacing:-.05em;color:#E0683E}
  .ov-x .lbl{font-weight:800;font-size:27px;color:var(--ink2);margin-top:6px}
  .mkt2-burn{display:flex;align-items:center;gap:14px;margin-top:30px;background:#EEF4F1;border-radius:16px;padding:16px 28px;font-weight:700;font-size:26px;color:var(--ink);max-width:72ch;align-self:center;text-align:left}
  .mkt2-burn .mkt-ic{font-size:30px;flex:none}
  .mkt2-burn b{color:var(--teal);font-weight:900}

  /* okky honest model slide */
  .okm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:38px auto 0;width:100%;max-width:1340px}
  .okm-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:40px 36px 40px;text-align:left;box-shadow:0 18px 42px -28px rgba(16,48,42,.45);display:flex;flex-direction:column}
  .okm-card.hot{background:var(--teal);border-color:var(--teal)}
  .okm-n{position:absolute;top:22px;right:26px;font-weight:900;font-size:32px;color:var(--mint2,#D5EBE0)}
  .okm-card.hot .okm-n{color:rgba(255,255,255,.28)}
  .okm-ic{width:74px;height:74px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:38px;background:var(--mint);color:var(--teal);margin-bottom:22px}
  .okm-card.hot .okm-ic{background:rgba(255,255,255,.16);color:#fff}
  .okm-t{display:block;font-weight:900;font-size:34px;color:var(--teal);letter-spacing:-.01em;margin-bottom:14px;line-height:1.1}
  .okm-d{display:block;font-weight:500;font-size:31px;line-height:1.38;color:var(--ink2)}
  .okm-card.hot .okm-t{color:#fff}
  .okm-card.hot .okm-d{color:#CFF3E8}
  .okm-band{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;margin:30px auto 0;background:#E8F3EC;border-radius:18px;padding:26px 44px;max-width:1280px;width:100%}
  .okm-band-v{font-weight:900;font-size:58px;color:var(--teal);letter-spacing:-.02em;white-space:nowrap;line-height:1}
  .okm-band-d{font-weight:600;font-size:26px;color:var(--ink2);flex:1;min-width:340px;text-align:left;line-height:1.35}
  .okm-band-d b{color:var(--ink);font-weight:800}

  /* partner tables */
  .ptbl{width:100%;max-width:1560px;margin:30px auto 0;border-collapse:separate;border-spacing:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;font-variant-numeric:tabular-nums}
  .ptbl th,.ptbl td{padding:13px 16px;text-align:center;font-size:29px;font-weight:600}
  .ptbl thead th{background:#0E3F38;color:#fff;font-weight:800;font-size:29px}
  .ptbl thead th:first-child{text-align:left;padding-left:22px}
  .ptbl tbody td{border-top:1px solid var(--line);color:#33473f}
  .ptbl tbody td:first-child{font-weight:800;color:var(--teal);text-align:left;padding-left:22px}
  .ptbl tbody tr:nth-child(even) td{background:#F1F8F4}
  .ptbl tr.lv1 td,.ptbl tr.lv1 td:first-child{background:var(--mint)!important;font-weight:800;color:var(--teal)}
  .ptbl tr.total td{background:var(--mint)!important;font-weight:900;color:#0E3F38;font-size:32px;border-top:2px solid var(--teal)}
  .ptbl .em{color:#bcccc4}
  .pnote{font-weight:600;font-size:30px;color:var(--ink2);max-width:90ch;margin:24px auto 0;text-align:center;line-height:1.4}
  .pnote b{color:var(--ink)}

  /* partner rank cards */
  .prgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1300px;margin:36px auto 0;width:100%}
  .prcard{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px 24px 22px;text-align:left;box-shadow:0 16px 36px -28px rgba(16,48,42,.4);overflow:hidden}
  .prcard::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--bar,var(--teal))}
  .prcard h3{font-size:28px;color:#0E3F38;margin-bottom:10px}
  .prcard .rglbl{display:block;font-weight:800;font-size:15px;letter-spacing:.04em;text-transform:uppercase;color:var(--ink2);margin:8px 0 6px}
  .prcard .req{display:flex;flex-wrap:wrap;gap:6px}
  .prcard .req span{background:#EEF4F1;border-radius:8px;padding:5px 10px;font-weight:700;font-size:17px;color:#33473f}
  .prcard .req.gives span{background:#E3F1E8;color:var(--teal)}

  /* mini trees */
  .twrap{display:flex;align-items:center;justify-content:center;gap:52px;flex-wrap:wrap;width:100%;max-width:1760px;margin:24px auto 0}
  .twrap .ptbl{margin:0;flex:1 1 1040px}
  .mtree{flex:0 0 360px;display:flex;flex-direction:column;align-items:center;gap:0}
  .mtree .tt{font-weight:800;font-size:20px;color:var(--teal);margin-bottom:14px;text-align:center}
  .trow{display:flex;justify-content:center;gap:14px;position:relative}
  .trow+.trow{margin-top:26px}
  .tnode{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:17px;color:#fff;background:#3EA393;box-shadow:0 4px 10px -4px rgba(16,48,42,.5)}
  .tnode.you{background:#0E3F38;width:54px;height:54px;font-size:15px}
  .tnode.sm{width:34px;height:34px;font-size:13px;background:#9FD2C4}
  .tconn{width:100%;height:22px;position:relative}
  .tconn::before{content:"";position:absolute;left:50%;top:0;width:2px;height:100%;background:var(--line);transform:translateX(-50%)}
  .tconn.arr::after{content:"▾";position:absolute;left:50%;bottom:-3px;transform:translateX(-50%);color:var(--teal);font-size:15px;line-height:1}
  .tconn .tlbl{position:absolute;left:calc(50% + 12px);top:50%;transform:translateY(-50%);white-space:nowrap;font-weight:700;font-size:14px;color:var(--teal)}
  .tnode.xs{width:24px;height:24px;font-size:0;background:#C7E6DC}
  .tspill{margin-top:12px;font-weight:800;font-size:17px;color:#C2784D;text-align:center}
  .tlegend{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;align-items:flex-start}
  .tlegend span{display:flex;align-items:center;gap:9px;font-weight:700;font-size:16px;color:var(--ink)}
  .tlegend i{width:14px;height:14px;border-radius:50%;flex:none}
  .tlegend .dk{background:#0E3F38}
  .tlegend .tl{background:#3EA393}
  .tcap{font-weight:600;font-size:19px;color:var(--ink2);margin-top:14px;text-align:center;max-width:30ch}
  .mtree2{flex:0 0 600px;display:flex;flex-direction:column;align-items:center}
  .mtree2 .tt{font-weight:800;font-size:24px;color:var(--teal);margin-bottom:10px;text-align:center}
  .mtree2 svg{width:100%;max-width:600px;height:auto;overflow:visible}
  .mtree2 .tcap{margin-top:6px}
  .bigtbl th,.bigtbl td{padding:16px 16px;font-size:24px}
  .bigtbl thead th{font-size:23px}
  .bigtbl tbody td:first-child,.bigtbl thead th:first-child{padding-left:26px}
  .compact-tbl td,.compact-tbl th{padding:9px 16px}
  .compact-tbl thead th{padding:13px 16px}
  .ptbl.mtx15 td,.ptbl.mtx15 th{font-size:24px;padding:6px 14px}
  .ptbl.mtx15 thead th{font-size:24px;padding:9px 14px}

  /* Mentor Matching — table + formula */
  .mmwrap{display:flex;align-items:stretch;justify-content:center;gap:34px;width:100%;max-width:1340px;margin:26px auto 0;flex-wrap:wrap}
  .mmwrap .ptbl{margin:0;flex:1 1 640px;max-width:none}
  .mm-flow{flex:0 0 452px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px 26px 26px;box-shadow:0 26px 54px -38px rgba(16,48,42,.42);display:flex;flex-direction:column;align-items:center}
  .mm-cap{font-weight:800;font-size:16px;letter-spacing:.07em;text-transform:uppercase;color:var(--teal2);margin-bottom:16px}
  .mm-you{background:var(--teal);color:#fff;font-weight:800;font-size:21px;padding:12px 30px;border-radius:999px}
  .mm-fan{width:100%;height:36px;margin:8px 0 4px;overflow:visible}
  .mm-branches{display:flex;gap:13px;width:100%}
  .mm-branch{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;background:#F4F9F6;border:1px solid var(--line);border-radius:16px;padding:16px 8px 18px}
  .mm-person{width:42px;height:42px;border-radius:50%;background:var(--teal2);color:#fff;font-weight:800;font-size:19px;display:flex;align-items:center;justify-content:center;border:3px solid #fff;box-shadow:0 6px 14px -6px rgba(16,48,42,.5)}
  .mm-amt{font-weight:900;font-size:24px;color:var(--ink);text-align:center;line-height:1}
  .mm-amt small{display:block;font-weight:600;font-size:13px;color:var(--ink2);margin-top:4px}
  .mm-pct{font-weight:800;font-size:15px;color:var(--teal3)}
  .mm-get{font-weight:900;font-size:24px;color:var(--teal2);text-align:center;line-height:1}
  .mm-get small{display:block;font-weight:700;font-size:12px;color:var(--teal3);margin-top:4px}
  .mm-total{margin-top:18px;background:var(--mint);border-radius:14px;padding:13px 26px;font-weight:700;font-size:21px;color:var(--ink);text-align:center}
  .mm-total b{color:var(--teal);font-weight:900;font-size:26px}

  /* layout helpers */
  .split{display:grid;grid-template-columns:1fr 1fr;gap:0;height:100%}
  .split .col{display:flex;flex-direction:column;justify-content:center}
  .split.l-wide{grid-template-columns:0.92fr 1.08fr}

  /* chips */
  .chips{display:flex;flex-wrap:wrap;gap:14px}
  .chip{background:#fff;border:2px solid var(--line);border-radius:999px;padding:13px 24px;
    font-weight:700;font-size:23px;color:var(--ink)}
  .chip b{color:var(--teal2)}
  section.on-mint .chip,section.on-tint .chip{background:rgba(255,255,255,.78)}

  /* browser frame */
  .frame{border-radius:24px;overflow:hidden;background:#fff;border:1px solid var(--line);
    box-shadow:0 50px 90px -40px rgba(16,48,42,.5);width:100%}
  .frame .bar{display:flex;align-items:center;gap:18px;padding:18px 26px;background:#fff;border-bottom:1px solid var(--line)}
  .frame .dots{display:flex;gap:11px}
  .frame .dots i{width:15px;height:15px;border-radius:50%;background:#e4ece8;display:block}
  .frame .dots i:first-child{background:#f2b8ab}
  .frame .dots i:nth-child(2){background:#f4d9a6}
  .frame .dots i:nth-child(3){background:#bfe3c9}
  .frame .url{font-weight:700;font-size:20px;color:var(--ink2)}
  .frame .shot{height:560px;overflow:hidden;background:#eef4f0}
  .frame .shot.shot-tall{height:712px}
  .frame .shot img{width:100%;height:100%;object-fit:cover;object-position:top left}

  /* ===== localized in-app screen mocks ===== */
  .scr{height:100%;padding:34px 36px;display:flex;flex-direction:column;gap:16px;position:relative;
    font-family:"Montserrat",sans-serif;text-align:left;background:#fff}
  .sc-home{background:linear-gradient(180deg,#F1F8F3,#fff)}
  .sc-asst{background:linear-gradient(180deg,#EAF4EE,#fff)}
  .sc-studio{background:linear-gradient(180deg,#EDF1FA,#fff)}
  .sc-models{background:linear-gradient(180deg,#EFF4FB,#fff)}
  /* compact models screen so all rows fit the frame */
  .scr.sc-models{padding:24px 30px;gap:10px}
  .scr.sc-models .scr-sub{font-size:15px;max-width:54ch;line-height:1.3}
  .scr.sc-models .scr-feat{padding:12px 18px;gap:13px}
  .scr.sc-models .scr-feat .e{width:42px;height:42px;font-size:23px}
  .scr.sc-models .scr-feat .m .t{font-size:18px}
  .scr.sc-models .scr-feat .m .d{font-size:14px}
  .scr.sc-models .scr-list{gap:8px}
  .scr.sc-models .scr-item{padding:10px 16px;gap:13px}
  .scr.sc-models .scr-item .av{width:42px;height:42px;font-size:22px}
  .scr.sc-models .scr-item .m .t{font-size:16px}
  .scr.sc-models .scr-item .m .d{font-size:12.5px;margin-top:2px}
  .scr.sc-models .scr-item .go{padding:8px 14px;font-size:13px}
  .scr-h{font-weight:900;font-size:30px;color:var(--teal);letter-spacing:-.01em;line-height:1.1}
  .scr-sub{font-weight:600;font-size:17px;color:var(--ink2);line-height:1.35;margin-top:-6px;max-width:46ch}
  .scr-icons{display:flex;gap:26px;margin-top:4px}
  .scr-icons .ic{display:flex;flex-direction:column;align-items:center;gap:9px;width:84px}
  .scr-icons .ic .b{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;
    font-size:30px;box-shadow:0 12px 24px -14px rgba(16,48,42,.5)}
  .scr-icons .ic .l{font-weight:700;font-size:14px;color:var(--ink);text-align:center;line-height:1.15}
  .scr-rowh{font-weight:800;font-size:18px;color:var(--ink);display:flex;align-items:center;gap:8px;margin-top:2px}
  .scr-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
  .scr-card{border-radius:18px;padding:22px 20px;display:flex;flex-direction:column;gap:8px;min-height:128px}
  .scr-card .e{font-size:26px}
  .scr-card .t{font-weight:800;font-size:17px;color:var(--ink);line-height:1.2}
  .scr-card .d{font-weight:600;font-size:13.5px;color:var(--ink2);line-height:1.35}
  .sc-home .scr-cards.joy{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
  .sc-home .scc{border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;box-shadow:0 10px 22px -16px rgba(16,48,42,.4)}
  .sc-home .scc .im{height:104px;background-size:cover;background-position:center 26%}
  .sc-home .scc .cb{padding:16px 18px 18px;display:flex;flex-direction:column;gap:6px}
  .sc-home .scc .cb .t{font-weight:800;font-size:17px;color:var(--ink);line-height:1.2}
  .sc-home .scc .cb .d{font-weight:600;font-size:13.5px;color:var(--ink2);line-height:1.35}
  .asst-pill{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);z-index:5;display:flex;align-items:center;gap:14px;background:#2C7A6B;border-radius:999px;padding:10px 30px 10px 10px;box-shadow:0 18px 38px -14px rgba(16,48,42,.55);white-space:nowrap}
  .asst-pill .av{width:58px;height:58px;border-radius:50%;flex:none;background:#EAF4EE center/cover no-repeat;border:2px solid rgba(255,255,255,.9)}
  .asst-pill .tt{display:flex;flex-direction:column;line-height:1.1}
  .asst-pill .tt b{font-weight:800;font-size:20px;color:#fff}
  .asst-pill .tt span{font-weight:600;font-size:15px;color:rgba(255,255,255,.82);margin-top:3px}
  .scr-chips{display:flex;flex-wrap:wrap;gap:10px}
  .scr-chip{background:#fff;border:1.5px solid var(--line);border-radius:999px;padding:9px 17px;
    font-weight:700;font-size:15px;color:var(--ink2)}
  .scr-chip.on{background:var(--teal);border-color:var(--teal);color:#fff}
  .scr-list{display:flex;flex-direction:column;gap:12px}
  .scr-item{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);
    border-radius:16px;padding:16px 18px;box-shadow:0 12px 26px -20px rgba(16,48,42,.5)}
  .scr-item .av{width:52px;height:52px;border-radius:14px;background:var(--mint);display:flex;align-items:center;
    justify-content:center;font-size:26px;flex:none}
  .scr-item .m{flex:1;min-width:0}
  .scr-item .m .t{font-weight:800;font-size:18px;color:var(--ink);line-height:1.2}
  .scr-item .m .d{font-weight:600;font-size:14px;color:var(--ink2);line-height:1.3;margin-top:3px}
  .scr-item .go{background:var(--mint);color:var(--teal);font-weight:800;font-size:14px;padding:9px 16px;
    border-radius:10px;white-space:nowrap;flex:none}
  .scr-tiles{display:grid;grid-template-columns:1fr 1fr;gap:14px}
  .scr-tile{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 18px;
    display:flex;flex-direction:column;gap:7px;box-shadow:0 12px 26px -20px rgba(16,48,42,.5)}
  .scr-tile .e{font-size:24px}
  .scr-tile .t{font-weight:800;font-size:16.5px;color:var(--ink)}
  .scr-tile .d{font-weight:600;font-size:13px;color:var(--ink2);line-height:1.3}
  .scr-trends{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
  .scr-trend{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:3/3.4;
    background:linear-gradient(160deg,#d7e6f4,#eef3fb);display:flex;align-items:flex-end;
    box-shadow:0 12px 26px -20px rgba(16,48,42,.5)}
  .scr-trend>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}
  .scr-trend .lbl{position:relative;z-index:2;width:100%;padding:22px 12px 11px;font-weight:800;
    font-size:13.5px;color:#fff;line-height:1.15;background:linear-gradient(180deg,transparent,rgba(8,24,20,.78))}
  .scr-trend .hot{position:absolute;top:8px;left:8px;z-index:3;background:#FF5A3C;color:#fff;
    font-weight:900;font-size:10px;letter-spacing:.06em;padding:4px 8px;border-radius:7px}
  .scr-feat{display:flex;align-items:center;gap:16px;background:#0E3F38;border-radius:18px;padding:20px 22px;color:#fff}
  .scr-feat .e{width:54px;height:54px;border-radius:14px;background:rgba(255,255,255,.14);display:flex;
    align-items:center;justify-content:center;font-size:28px;flex:none}
  .scr-feat .m{flex:1}
  .scr-feat .m .t{font-weight:800;font-size:18px;line-height:1.2}
  .scr-feat .m .d{font-weight:600;font-size:14px;color:#bfe0d6;line-height:1.3;margin-top:3px}
  .scr-feat .go{background:#17A589;color:#fff;font-weight:800;font-size:14px;padding:10px 18px;border-radius:11px;white-space:nowrap}
  .tiltA{transform:rotate(-1.4deg)}
  .tiltB{transform:rotate(1.4deg)}

  /* feature bullets */
  .feat{list-style:none;display:flex;flex-direction:column;gap:22px;margin-top:6px}
  .feat li{position:relative;padding-left:46px;font-size:26px;font-weight:600;color:var(--ink);line-height:1.4}
  .feat li b{font-weight:800}
  .feat.feat-lg li{font-size:31px;padding-left:50px}
  .feat.feat-lg li::before{width:34px;height:34px;background-size:20px}
  .feat li::before{content:"";position:absolute;left:0;top:2px;width:30px;height:30px;border-radius:9px;
    background:var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/18px no-repeat}

  /* stats */
  .stats{display:flex;gap:56px;margin-top:8px}
  .stat .n{font-weight:900;font-size:72px;line-height:1;color:var(--teal);letter-spacing:-.03em}
  .stat .l{font-weight:700;font-size:21px;color:var(--ink2);margin-top:10px;max-width:12ch}

  /* pills */
  .pill{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.14);
    border:1.5px solid rgba(255,255,255,.28);border-radius:999px;padding:12px 22px;
    font-weight:700;font-size:21px;color:#eafaf4}

  /* section heading label (large, not tiny eyebrow) */
  .seclbl{font-weight:800;font-size:26px;color:var(--teal2);margin-bottom:14px}

  /* backgrounds */
  section.on-mint{background:var(--mint)}
  section.on-pink{background:var(--pink)}
  section.on-sky{background:var(--sky)}
  section.on-dark{background:#0E3F38}
  section.on-dark, section.on-dark h1,section.on-dark h2,section.on-dark h3{color:#fff}
  section.on-dark .g{color:#7fd9c1}
  section.on-dark .lead{color:#cfe9e1}
  section.on-dark .lead b{color:#fff}
  section.on-dark .seclbl{color:#7fd9c1}

  /* section-name pill (matches the mission label) */
  .seclbl-pill{display:inline-flex;align-items:center;gap:11px;background:#fff;border:1.5px solid var(--line);border-radius:999px;padding:11px 24px;font-weight:800;font-size:24px;color:var(--teal);letter-spacing:.01em}
  .seclbl-pill::before{content:"";width:12px;height:12px;border-radius:50%;background:var(--teal3);flex:none}
  section.on-dark .seclbl-pill{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22);color:#7fd9c1}

  /* mascot peek */
  .peek{position:absolute;width:230px;height:auto;filter:drop-shadow(0 28px 36px rgba(16,48,42,.32));z-index:5}

  /* numbered pager */
  .pager{position:absolute;right:54px;bottom:46px;font-weight:800;font-size:24px;color:var(--ink2);letter-spacing:.04em;z-index:6}
  section.on-dark .pager{color:#8fb8ad}

  /* ===== COVER ===== */
  .cover{position:absolute;inset:0}
  .cover .scene{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:64% center}
  .cover .scrim{position:absolute;inset:0;background:
    linear-gradient(90deg,rgba(243,250,247,1) 0%,rgba(243,250,247,.99) 40%,rgba(243,250,247,.82) 54%,rgba(243,250,247,.3) 68%,rgba(243,250,247,0) 80%)}
  .cover .copy{position:absolute;left:120px;top:50%;transform:translateY(-50%);max-width:880px}
  .cover .eye{display:inline-flex;align-items:center;gap:12px;font-weight:800;font-size:22px;letter-spacing:.04em;color:var(--teal2)}
  .cover .eye .d{width:11px;height:11px;border-radius:50%;background:currentColor}
  .cover h1{font-size:118px;line-height:.98;letter-spacing:-.035em}
  .cover .sig{font-weight:700;font-style:italic;font-size:34px;color:var(--teal2);margin-top:14px}
  .cover .sub{font-size:34px;line-height:1.5;color:var(--ink);max-width:27ch;margin-top:34px;font-weight:600;text-wrap:balance}
  .cover .sub b{color:var(--teal);font-weight:800}

  .cover-pre{margin-top:34px}
  .cover-pre-lbl{display:inline-flex;align-items:center;gap:11px;font-weight:800;font-size:25px;letter-spacing:.01em;color:var(--teal2)}
  .cover-pre-lbl .d{width:11px;height:11px;border-radius:50%;background:currentColor;flex:none}
  .cover-cd{display:flex;gap:14px;margin-top:16px}
  .cover-cd .cc{background:rgba(255,255,255,.92);border:1.5px solid var(--line);border-radius:16px;padding:14px 20px;min-width:96px;text-align:center;box-shadow:0 18px 40px -30px rgba(16,48,42,.5)}
  .cover-cd .cc b{display:block;font-weight:900;font-size:48px;color:var(--teal);line-height:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}
  .cover-cd .cc small{display:block;font-weight:700;font-size:15px;color:var(--ink2);margin-top:7px;text-transform:uppercase;letter-spacing:.08em}
  .cover-cd-cap{font-weight:700;font-size:19px;color:var(--ink2);margin-top:13px}
  .cover-cta{display:inline-block;margin-top:24px;background:var(--teal);color:#fff;font-weight:900;font-size:32px;letter-spacing:-.01em;padding:19px 40px;border-radius:18px;box-shadow:0 24px 50px -26px rgba(16,48,42,.62)}

  /* pillars / steps */
  .pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin-top:8px}
  .pcard{background:#fff;border:1px solid var(--line);border-radius:26px;padding:44px 40px;
    box-shadow:0 36px 70px -46px rgba(16,48,42,.45);display:flex;flex-direction:column;gap:18px}
  .pcard .num{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;
    background:var(--teal);color:#fff;font-weight:900;font-size:30px;flex:none}
  .pcard h3{font-size:33px}
  .pcard p{font-size:24px;line-height:1.5;color:var(--ink2);font-weight:500}
  .pcard p b{color:var(--ink);font-weight:800}

  /* media cards (3 sections) */
  .mcards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:8px}
  .mcard{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;
    box-shadow:0 36px 70px -46px rgba(16,48,42,.45);display:flex;flex-direction:column}
  .mcard .thumb{height:328px;overflow:hidden;background:#eef4f0;border-bottom:1px solid var(--line)}
  .mcard .thumb img{width:100%;height:100%;object-fit:cover;object-position:top left}
  /* localized app-screen mock inside card */
  .appshot{height:100%;padding:26px 26px 22px;display:flex;flex-direction:column;gap:16px}
  .ap-greet{background:linear-gradient(180deg,#FCEAF1,#fff)}
  .ap-rel{background:linear-gradient(180deg,#FBE3E8,#fff)}
  .ap-kids{background:linear-gradient(180deg,#FDEFD9,#fff)}
  .ap-top{display:flex;align-items:center;gap:12px}
  .ap-top .em{font-size:34px;line-height:1}
  .ap-top .nm{font-weight:900;font-size:27px;color:var(--ink);letter-spacing:-.01em}
  .ap-sub{font-weight:600;font-size:19px;color:var(--ink2);line-height:1.35;max-width:30ch;text-wrap:pretty}
  .ap-tiles{margin-top:auto;display:flex;gap:12px}
  .ap-tile{flex:1;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 14px;
    display:flex;flex-direction:column;gap:9px;box-shadow:0 10px 24px -18px rgba(16,48,42,.5)}
  .ap-tile .ti{font-size:26px;line-height:1}
  .ap-tile b{font-weight:700;font-size:16.5px;color:var(--ink);line-height:1.2}
  .ap-tile.photo{position:relative;overflow:hidden;padding:0;border:none;min-height:118px;justify-content:flex-end}
  .ap-tile.photo .bg{position:absolute;inset:0;background-size:cover;background-position:center}
  .ap-tile.photo .bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,18,40,0) 38%,rgba(20,18,40,.78) 100%)}
  .ap-tile.photo b{position:relative;z-index:1;color:#fff;margin:14px;text-shadow:0 1px 6px rgba(0,0,0,.4)}
  .mcard .body{padding:34px 36px;display:flex;flex-direction:column;gap:14px}
  .mcard .tag{display:inline-flex;align-items:center;gap:9px;align-self:flex-start;font-weight:800;font-size:19px;color:var(--teal2)}
  .mcard .tag i{width:10px;height:10px;border-radius:50%;background:currentColor}
  .mcard h3{font-size:31px}
  .mcard p{font-size:23px;line-height:1.5;color:var(--ink2);font-weight:500}
  .mcard p b{color:var(--ink);font-weight:800}
  .mcard .asst-lead{font-size:21px;line-height:1.42;color:var(--ink2);font-weight:500;text-wrap:pretty}
  .mcard .asst-lead b{color:var(--ink);font-weight:800}
  .asst-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}
  .asst{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;
    padding:6px 14px 6px 7px;font-weight:700;font-size:16px;color:var(--ink);box-shadow:0 8px 18px -16px rgba(16,48,42,.5)}
  .asst .ad{width:25px;height:25px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;background:var(--mint);flex:none}
  .asst.more{background:var(--teal);border-color:var(--teal);color:#fff;font-weight:800;padding:6px 16px}

  /* pricing pack */
  .pack{background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.16);border-radius:30px;padding:48px 52px}
  .tiers{display:flex;align-items:center;gap:30px}
  .tier .n{font-weight:900;font-size:74px;color:#fff;line-height:1;letter-spacing:-.03em}
  .tier .n span{font-size:28px;font-weight:800;color:#9fd9c9}
  .tier .l{font-weight:600;font-size:20px;color:#cfe9e1;margin-top:12px;max-width:17ch;line-height:1.4}
  .tier .l b{color:#fff;font-weight:800}
  .tplus{font-weight:800;font-size:50px;color:#5fbfa6}
  .guarantee{font-size:22px;color:#9fd9c9;margin-top:26px;font-weight:600;max-width:34ch}
  .guarantee b{color:#fff;font-weight:800}

  /* tokens row */
  .toks{display:grid;grid-template-columns:1fr 1fr;gap:22px}
  .tok{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px 28px;text-align:center;
    box-shadow:0 30px 60px -46px rgba(16,48,42,.4)}
  .tok .n{font-weight:900;font-size:58px;color:var(--teal);letter-spacing:-.02em;line-height:1}
  .tok .n .pre{font-size:.46em;font-weight:800;color:var(--teal2);letter-spacing:0;margin-right:.12em}
  .tok .l{font-weight:700;font-size:24px;color:var(--ink2);margin-top:10px}

  /* $9.99 hero */
  .p9-hero{text-align:center}
  .p9-price{font-weight:900;font-size:180px;line-height:.9;letter-spacing:-.05em;color:#fff}
  .p9-price span{font-size:54px;font-weight:800;color:#9fd9c9;letter-spacing:-.02em}
  .p9-sub{font-weight:800;font-size:46px;line-height:1.15;color:#EAF6F1;margin-top:16px;max-width:24ch;margin-left:auto;margin-right:auto}
  .p9-note{font-weight:700;font-size:26px;color:#9fd9c9;margin-top:30px}
  .p9-note b{color:#fff;font-weight:800}
  .p9-topup{display:inline-flex;align-items:center;gap:10px;margin-top:22px;
    background:rgba(159,217,201,.14);border:1.5px solid rgba(159,217,201,.42);border-radius:999px;
    padding:13px 28px;font-weight:800;font-size:27px;color:#EAF6F1}
  .p9-topup b{color:#9fd9c9;font-weight:900}
  .toks-cap{position:relative;margin:42px auto 0;font-weight:800;font-size:18px;letter-spacing:.16em;
    text-transform:uppercase;color:#9fd9c9;opacity:.9;display:flex;align-items:center;justify-content:center;gap:18px}
  .toks-cap::before,.toks-cap::after{content:"";height:1.5px;width:90px;background:rgba(159,217,201,.32)}

  .bestprice{margin-top:24px;background:#fff;border:1.5px solid var(--line);border-radius:22px;
    padding:28px 36px;display:flex;align-items:center;gap:30px}
  .bestprice .x{font-weight:900;font-size:64px;color:var(--teal);line-height:1;letter-spacing:-.03em;white-space:nowrap}
  .bestprice .t{font-weight:700;font-size:23px;color:var(--ink);line-height:1.4}
  .bestprice .t b{color:var(--teal2);font-weight:800}

  /* big-150 */
  .big150{font-weight:900;font-size:88px;color:var(--teal);letter-spacing:-.04em;line-height:.92}
  .netgrid{display:flex;flex-wrap:wrap;gap:14px;margin-top:8px;max-width:30ch}
  /* logo wall */
  .logowall{margin-top:22px;display:flex;flex-direction:column;gap:12px;max-width:none}
  .lw-cap{font-weight:800;font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink2)}
  .lw-row{display:flex;flex-wrap:wrap;gap:18px 16px}
  .lw{display:flex;flex-direction:column;align-items:center;gap:9px;width:74px}
  .lw .ic{width:62px;height:62px;border-radius:17px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:28px;color:#fff;box-shadow:0 12px 24px -14px rgba(16,48,42,.55);font-family:"Montserrat",sans-serif}
  .lw .nm{font-weight:700;font-size:13px;color:var(--ink2);text-align:center;line-height:1.12}
  .lw.more .ic{background:#fff;border:2px dashed #b3d0c5;color:var(--teal2);font-size:22px}
  /* model name cloud */
  .lwcloud{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;max-width:720px}
  .lwp{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--line);
    border-radius:10px;padding:6px 11px 6px 8px;font-weight:700;font-size:13.5px;color:var(--ink);
    box-shadow:0 8px 18px -14px rgba(16,48,42,.5);white-space:nowrap;min-width:0}
  .lwp .g{width:18px;height:18px;border-radius:5px;display:flex;align-items:center;justify-content:center;
    font-size:11px;font-weight:900;color:#fff;font-family:"Montserrat",sans-serif;flex:none}
  .lwp.more{background:var(--teal);border-color:var(--teal);color:#fff;font-weight:800}

  /* comparison cards (tokens price) */
  .cmp{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:46px}
  .cmpc{border-radius:28px;padding:44px 46px}
  .cmpc.bad{background:#fff;border:2px solid #f0d6cd}
  .cmpc.good{background:var(--teal);border:2px solid var(--teal)}
  .cmpc .tag{display:inline-flex;align-items:center;gap:11px;font-weight:800;font-size:21px;letter-spacing:.04em;
    text-transform:uppercase;padding:12px 24px;border-radius:999px;margin-bottom:30px}
  .cmpc.bad .tag{background:#fbeae3;color:#9c4426}
  .cmpc.good .tag{background:rgba(255,255,255,.16);color:#7fe7cf}
  .cmpc.good .tag i{width:12px;height:12px;border-radius:50%;background:#4fd6b4;display:block}
  .cmpl{list-style:none;display:flex;flex-direction:column;gap:24px}
  .cmpl li{position:relative;padding-left:52px;font-size:25px;font-weight:600;line-height:1.4}
  .cmpc.bad .cmpl li{color:var(--ink)}
  .cmpc.bad .cmpl li b{font-weight:800;color:#b5482b}
  .cmpc.good .cmpl li{color:#eafaf4}
  .cmpc.good .cmpl li b{font-weight:800;color:#fff}
  .cmpl li::before{content:"";position:absolute;left:0;top:0;width:34px;height:34px;border-radius:50%;background-position:center;background-repeat:no-repeat}
  .cmpc.bad .cmpl li::before{background-color:#E7B6A8;background-size:18px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238A3D2A' stroke-width='3.6' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E")}
  .cmpc.good .cmpl li::before{background-color:#2ec9a6;background-size:20px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E")}

  /* partner earn card */
  .earn{background:var(--teal);border-radius:30px;padding:46px 48px;width:100%;box-shadow:0 50px 90px -46px rgba(16,48,42,.6)}
  .earn .lab{font-weight:700;font-size:20px;color:#9fd9c9;text-transform:uppercase;letter-spacing:.06em}
  .earn .top{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}
  .earn .sum{font-weight:900;font-size:88px;color:#fff;letter-spacing:-.03em;line-height:1;margin-top:6px}
  .earn .sub{font-weight:600;font-size:20px;color:#bfe0d6;margin-top:10px}
  .earn .rank{background:rgba(255,255,255,.12);color:#eafaf4;font-weight:800;font-size:20px;padding:14px 24px;border-radius:999px;white-space:nowrap}
  .earn .link{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:30px;
    background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.16);border-radius:16px;padding:20px 26px;font-weight:700;font-size:23px;color:#eafaf4}
  .earn .link b{color:#7fe7cf}
  .earn .link .cp{color:#7fe7cf;font-size:21px}
  .earn .grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
  .earn .g3{background:rgba(255,255,255,.07);border-radius:18px;padding:24px 22px;text-align:center}
  .earn .g3 .n{font-weight:900;font-size:44px;color:#fff;line-height:1}
  .earn .g3 .l{font-weight:700;font-size:18px;color:#9fd9c9;margin-top:8px}
  .pbtn{display:inline-flex;align-items:center;gap:12px;background:var(--green);color:#fff;font-weight:800;font-size:25px;
    padding:20px 38px;border-radius:16px;margin-top:32px;box-shadow:0 6px 0 var(--green-d),0 20px 34px -14px rgba(13,110,89,.55)}
  .pnote{font-weight:600;font-size:21px;color:var(--ink2);margin-top:26px;max-width:40ch;line-height:1.45}

  /* final */
  .final-wrap{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 120px}
  .final-wrap .fm{width:184px;height:auto;filter:drop-shadow(0 24px 30px rgba(0,0,0,.4))}
  .badge2{display:inline-flex;align-items:center;gap:12px;background:rgba(255,255,255,.12);
    border:1.5px solid rgba(255,255,255,.26);border-radius:999px;padding:14px 26px;font-weight:800;font-size:22px;color:#eafaf4}
  .badge2 .d{width:11px;height:11px;border-radius:50%;background:#7fd9c1}
  .final-wrap h2{font-size:108px;line-height:1;margin-top:22px}
  .cd-grid{display:flex;gap:20px;margin-top:8px}
  .cd-cell{background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.18);border-radius:18px;
    padding:20px 28px;min-width:120px;text-align:center}
  .cd-cell b{display:block;font-weight:900;font-size:56px;color:#fff;line-height:1}
  .cd-cell small{display:block;font-weight:700;font-size:18px;color:#9fd9c9;margin-top:8px;text-transform:uppercase;letter-spacing:.1em}
  .cd-lead{font-weight:700;font-size:23px;color:#cfe9e1;margin-bottom:18px}

  /* ===== scene slides (Дети / Отношения / Поздравления) ===== */
  .scards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;width:100%;max-width:1340px;margin:40px auto 0}
  .scard{position:relative;border-radius:26px;overflow:hidden;aspect-ratio:4/3.05;
    box-shadow:0 40px 72px -46px rgba(16,48,42,.5);display:flex;flex-direction:column;justify-content:flex-end}
  .scard>.bg{position:absolute;inset:0;background-size:cover;background-position:center top}
  .scard>.bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,24,22,0) 38%,rgba(16,24,22,.82) 100%)}
  .scard .badge{position:absolute;top:18px;left:18px;z-index:2;background:rgba(255,255,255,.92);
    color:var(--teal);font-weight:800;font-size:18px;padding:8px 16px;border-radius:999px;letter-spacing:.01em}
  .scard .cap{position:relative;z-index:2;padding:26px 28px;color:#fff}
  .scard .cap .t{font-weight:900;font-size:34px;letter-spacing:-.01em;line-height:1.05}
  .scard .cap .d{font-weight:600;font-size:21px;line-height:1.35;color:#eaf2ef;margin-top:8px;text-wrap:pretty}
  /* highlighted assistant row */
  .asline{display:flex;align-items:center;gap:22px;width:100%;max-width:1340px;margin:30px auto 0;
    background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px 30px;
    box-shadow:0 30px 60px -48px rgba(16,48,42,.4)}
  section.on-dark .asline{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.16)}
  .asline .av{width:74px;height:74px;border-radius:18px;flex:none;background-size:cover;background-position:center;background-color:var(--mint)}
  .asline .av.emo{display:flex;align-items:center;justify-content:center;font-size:40px}
  .asline .tx{flex:1;min-width:0}
  .asline .tx b{display:block;font-weight:900;font-size:26px;color:var(--teal2)}
  .asline .tx span{display:block;font-weight:600;font-size:22px;color:var(--ink2);line-height:1.35;margin-top:3px;text-wrap:pretty}
  section.on-dark .asline .tx span{color:#cfe9e1}
  .asline .go{flex:none;background:var(--teal);color:#fff;font-weight:800;font-size:20px;padding:14px 26px;border-radius:13px;white-space:nowrap}
  /* assistant / occasion pills */
  .aspills{display:flex;flex-wrap:wrap;gap:13px;justify-content:center;width:100%;max-width:1260px;margin:26px auto 0}
  .aspill{display:inline-flex;align-items:center;gap:11px;background:#fff;border:1.5px solid var(--line);
    border-radius:999px;padding:12px 22px 12px 14px;font-weight:700;font-size:22px;color:var(--ink);
    box-shadow:0 12px 26px -22px rgba(16,48,42,.5)}
  section.on-mint .aspill,section.on-tint .aspill{background:rgba(255,255,255,.82)}
  .aspill .e{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:20px;flex:none;background:var(--mint)}
  .aspill b{color:var(--teal2);font-weight:800}

  /* ===== assistants directory slide ===== */
  .adir{column-count:3;column-gap:30px;width:100%;max-width:1620px;margin:24px auto 0}
  .adir-grp{display:flex;flex-direction:column;gap:13px;break-inside:avoid;margin-bottom:20px}
  .adir-h{display:flex;align-items:center;gap:11px;font-weight:900;font-size:25px;color:var(--teal);letter-spacing:-.01em}
  .adir-card{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);
    border-radius:18px;padding:13px 18px;box-shadow:0 16px 34px -28px rgba(16,48,42,.45)}
  .adir-card .pi{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:27px;flex:none}
  .adir-card .pt{display:flex;flex-direction:column;min-width:0}
  .adir-card .pt b{font-weight:800;font-size:22px;color:var(--ink);line-height:1.15}
  .adir-card .pt small{font-weight:600;font-size:18px;color:var(--ink2);line-height:1.25;margin-top:2px;text-wrap:pretty}
  .adir-more{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;margin-top:2px;
    font-weight:800;font-size:20px;color:var(--teal2)}
  .aspills-col{display:flex;flex-wrap:wrap;gap:11px;margin-top:2px}

  /* ===== economics / how Okky works ===== */
  .econ{display:grid;grid-template-columns:1fr 1fr;gap:30px;width:100%;max-width:1520px;margin:34px auto 0;align-items:stretch}
  .econ-card{position:relative;border-radius:26px;padding:34px 38px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;box-shadow:0 30px 60px -50px rgba(16,48,42,.4)}
  .econ-card.bad{background:#FFF6F3;border-color:#F2D7CC}
  .econ-card.good{background:#EEF8F2;border-color:#CCE9D7}
  .econ-tag{display:inline-flex;align-items:center;gap:9px;font-weight:800;font-size:21px;padding:8px 18px;border-radius:999px;align-self:flex-start;margin-bottom:18px}
  .econ-card.bad .econ-tag{background:#FBE2D8;color:#B5532F}
  .econ-card.good .econ-tag{background:#D6EFDF;color:#1F8A5B}
  .econ-card h3{font-weight:900;font-size:30px;letter-spacing:-.01em;color:var(--ink);margin-bottom:16px;line-height:1.12}
  .econ-card h3 small{display:block;font-weight:600;font-size:21px;color:var(--ink2);margin-top:5px}
  /* pay stack bar */
  .paybar{display:flex;min-height:98px;border-radius:15px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}
  .paybar .seg{display:flex;flex-direction:column;justify-content:center;padding:12px 14px;color:#fff;min-width:0}
  .paybar .seg b{font-weight:900;font-size:20px;line-height:1.08;white-space:normal;overflow-wrap:break-word}
  .paybar .seg span{font-weight:600;font-size:14px;opacity:.93;line-height:1.15;white-space:normal;overflow-wrap:break-word}
  .paybar .ai{background:#2FB68C}.paybar .s1{background:#E2A23C}.paybar .s2{background:#D87B53}.paybar .s3{background:#C7553A}
  .paybar-cap{display:flex;justify-content:space-between;gap:14px;margin-top:12px;font-weight:700;font-size:18px}
  .paybar-cap .ca{color:#2F8472}.paybar-cap .cm{color:#B5532F;text-align:right}
  .econ-note{margin-top:20px;padding-top:20px;font-weight:600;font-size:21px;color:var(--ink2);line-height:1.4;text-wrap:pretty}
  .econ-note b{color:#B5532F}
  /* okky flow steps */
  .eflow{display:flex;flex-direction:column;gap:15px;margin-top:2px;margin-bottom:20px;}
  .estep{display:flex;align-items:flex-start;gap:16px}
  .estep .en{flex:none;width:40px;height:40px;border-radius:12px;background:var(--teal);color:#fff;font-weight:900;font-size:21px;display:flex;align-items:center;justify-content:center}
  .estep .et{font-weight:600;font-size:22px;color:var(--ink);line-height:1.32;text-wrap:pretty;padding-top:3px}
  .estep .et b{font-weight:800;color:var(--teal2)}
  .eresult{margin-top:auto;background:var(--teal);color:#fff;border-radius:18px;padding:22px 26px;display:flex;align-items:center;gap:22px}
  .eresult .big{font-weight:900;font-size:46px;letter-spacing:-.02em;line-height:.95;white-space:nowrap}
  .eresult .rt{font-weight:700;font-size:21px;line-height:1.32;color:#eafaf3;text-wrap:pretty}

  @media (prefers-reduced-motion:no-preference){
    [data-deck-active] .anim{animation:rise .6s cubic-bezier(.2,.7,.2,1) both}
    [data-deck-active] .anim2{animation:rise .6s .1s cubic-bezier(.2,.7,.2,1) both}
    [data-deck-active] .anim3{animation:rise .6s .2s cubic-bezier(.2,.7,.2,1) both}
    [data-deck-active] .animF{animation:fade .7s .15s ease both}
    @keyframes rise{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
    @keyframes fade{from{opacity:0}to{opacity:1}}
  }


<!-- ===== vertical-scroll layout (replaces deck-stage paging) ===== -->
id="vscroll-css"
  html,body{height:auto;background:#0b1512;overflow-x:hidden}
  /* ===== loading screen ===== */
  #okkyLoad{position:fixed;inset:0;z-index:100000;display:flex;flex-direction:column;
    align-items:center;justify-content:center;gap:30px;background:#F7F4ED;
    transition:opacity .55s ease,visibility .55s ease}
  #okkyLoad.hide{opacity:0;visibility:hidden;pointer-events:none}
  #okkyLoad .mark{width:158px;height:158px;border-radius:36px;background:#fff;display:block;object-fit:cover;
    box-shadow:0 30px 60px -26px rgba(14,63,56,.38);animation:okkyPulse 1.8s ease-in-out infinite}
  #okkyLoad .wm{font-family:"Montserrat",sans-serif;font-weight:800;font-size:22px;letter-spacing:.18em;
    text-transform:uppercase;color:var(--teal);opacity:.9}
  #okkyLoad .dots{display:flex;gap:9px}
  #okkyLoad .dots i{width:9px;height:9px;border-radius:50%;background:var(--teal2);opacity:.35;
    animation:okkyDot 1.2s ease-in-out infinite}
  #okkyLoad .dots i:nth-child(2){animation-delay:.18s}
  #okkyLoad .dots i:nth-child(3){animation-delay:.36s}
  @keyframes okkyPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}
  @keyframes okkyDot{0%,100%{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}
  @media (prefers-reduced-motion:reduce){#okkyLoad .mark,#okkyLoad .dots i{animation:none}}

  /* ===== language switcher fades out after first screen ===== */
  .langsw{transition:opacity .35s ease,transform .35s ease}
  .langsw.is-hidden{opacity:0;transform:translateY(-12px);pointer-events:none}
  /* mobile: keep the switcher off Okky's face (top-left, over the cityscape) */
  .vm .langsw{top:14px;left:14px;right:auto}
  /* mobile: roadmap cards 2 per row */
  .vm .rmgrid{grid-template-columns:repeat(2,1fr) !important;gap:12px !important;margin-top:26px !important;max-width:600px !important}
  deck-stage:not(:defined){visibility:visible}
  html{scroll-snap-type:y mandatory}
  deck-stage{display:block;width:100%;max-width:none;margin:0 auto;background:#AFC6BC}
  .vslide{position:relative;width:100%;overflow:hidden;background:#fff;scroll-snap-align:start;scroll-snap-stop:always}
  .vslide+.vslide{margin-top:6px}
  .vslide>section{position:absolute;top:0;left:0;width:1920px;height:1080px;transform-origin:top left}
  /* mobile flow: don't force snap, allow small gaps */
  .vm{scroll-snap-type:none}
  .vm .vslide{scroll-snap-align:none}
  .vm .vslide+.vslide{margin-top:4px}
  /* ---- every slide = standard 16:9 frame (1920×1080) ---- */
  .vslide>section{height:1080px}

  /* ============ MOBILE PORTRAIT: narrow canvas, single column, big text ============ */
  .vm .vslide>section{width:640px;height:auto}
  /* COVER → flow: image banner on top, text below */
  .vm .cover{position:static !important;display:flex;flex-direction:column}
  .vm .cover .scene{position:relative !important;width:100% !important;height:360px !important;object-position:60% center}
  .vm .cover .scrim{display:none !important}
  .vm .cover .copy{position:static !important;transform:none !important;left:auto !important;top:auto !important;max-width:none !important;padding:44px 52px 60px !important}
  .vm .cover h1{font-size:86px !important;line-height:1.0 !important;margin-top:0 !important}
  .vm .cover .sub{font-size:30px !important;max-width:34ch !important;margin-top:26px !important}
  .vm .cover-pre{margin-top:34px !important}
  .vm .cover-cd{flex-wrap:wrap !important}
  /* COVER fills the entire phone screen (height set by JS) */
  .vm .cover{height:100% !important;justify-content:flex-start !important}
  .vm .cover .scene{flex:1 1 38% !important;height:auto !important;min-height:0 !important}
  .vm .cover .copy{flex:0 0 auto !important;justify-content:center !important}
  /* FINAL → flow */
  .vm .final-wrap{position:static !important;padding:64px 52px 72px !important;min-height:0 !important}
  .vm .final-wrap .fm{width:188px !important}
  .vm .final-wrap h2{font-size:92px !important;line-height:1.02 !important}
  .vm .final-wrap .lead{font-size:30px !important;max-width:36ch !important}
  .vm .final-wrap .cd-grid{flex-wrap:wrap !important;justify-content:center}
  .vm .final-wrap .pill{font-size:24px !important}
  .vm .pad{position:static !important;inset:auto !important;height:auto !important;min-height:0 !important;padding:56px 52px !important}
  /* split rows stack into one column */
  .vm .split{grid-template-columns:1fr !important;height:auto !important;gap:0 !important}
  .vm .split .col{padding:44px 52px !important;justify-content:flex-start !important;align-items:stretch !important}
  .vm .split .col + .col{padding-top:4px !important;align-items:center !important}
  .vm .frame{max-width:620px;margin:0 auto}
  /* new scene/directory components on mobile */
  .vm .scards{grid-template-columns:repeat(2,1fr) !important;max-width:600px !important;gap:14px !important;margin-top:28px !important}
  /* image-overlay cards become stacked: photo on top, text on solid panel below — readable in any language */
  .vm .scard{aspect-ratio:auto !important;display:flex !important;flex-direction:column !important;background:var(--teal) !important;border-radius:20px !important}
  .vm .scard>.bg{position:relative !important;inset:auto !important;height:150px !important;flex:0 0 auto !important;border-radius:20px 20px 0 0}
  .vm .scard>.bg::after{display:none !important}
  .vm .scard .badge{top:12px !important;left:12px !important;font-size:15px !important;padding:6px 13px !important}
  .vm .scard .cap{padding:15px 16px 18px !important}
  .vm .scard .cap .t{font-size:23px !important;line-height:1.12 !important}
  .vm .scard .cap .d{font-size:16px !important;line-height:1.32 !important;color:#dcebe5 !important;margin-top:6px !important}
  .vm .asline{flex-wrap:wrap !important;gap:18px !important;padding:26px 28px !important;max-width:560px !important}
  .vm .asline .tx{flex:1 1 60% !important}
  .vm .asline .tx b{font-size:28px !important}
  .vm .asline .tx span{font-size:24px !important}
  .vm .asline .go{font-size:23px !important;padding:16px 30px !important}
  .vm .aspills{gap:12px !important;max-width:560px !important}
  .vm .aspill{font-size:24px !important;padding:14px 24px 14px 16px !important}
  .vm .aspill .e{width:42px !important;height:42px !important;font-size:23px !important}
  .vm .adir{column-count:2 !important;column-gap:14px !important;max-width:640px !important;margin-top:26px !important}
  .vm .adir-h{font-size:30px !important}
  .vm .adir-card{padding:18px 22px !important}
  .vm .adir-card .pi{width:60px !important;height:60px !important;font-size:30px !important}
  .vm .adir-card .pt b{font-size:26px !important}
  .vm .adir-card .pt small{font-size:21px !important}
  /* economics slide on mobile */
  .vm .econ{grid-template-columns:1fr !important;max-width:560px !important;gap:22px !important;margin-top:26px !important}
  .vm .econ-card{padding:30px 30px !important}
  .vm .econ-tag{font-size:24px !important}
  .vm .econ-card h3{font-size:34px !important}
  .vm .econ-card h3 small{font-size:24px !important}
  .vm .paybar{height:auto !important;flex-direction:column !important}
  .vm .paybar .seg{flex:none !important;padding:16px 20px !important;flex-direction:row !important;justify-content:space-between !important;align-items:center !important}
  .vm .paybar .seg b{font-size:26px !important}
  .vm .paybar .seg span{font-size:20px !important}
  .vm .paybar-cap{font-size:21px !important}
  .vm .econ-note{font-size:24px !important}
  .vm .estep .en{width:46px !important;height:46px !important;font-size:24px !important}
  .vm .estep .et{font-size:25px !important}
  .vm .eresult .big{font-size:52px !important}
  .vm .eresult .rt{font-size:24px !important}
  .vm .peek{display:none !important}
  /* pad-based slides */
  .vm .pad{padding:56px 52px !important}
  .vm .pad.center{justify-content:flex-start !important}
  /* multi-column grids collapse so cards stay large */
  .vm .okm-grid{grid-template-columns:repeat(2,1fr) !important;max-width:600px !important;gap:14px !important}
  .vm h2[data-i18n-html="p10_h"]{font-size:52px !important;line-height:1.04 !important}
  .vm .okm-card{padding:20px 18px !important}
  .vm .okm-n{top:14px !important;right:16px !important;font-size:24px !important}
  .vm .okm-ic{width:48px !important;height:48px !important;font-size:26px !important;margin-bottom:10px !important}
  .vm .okm-t{font-size:23px !important;line-height:1.12 !important;margin-bottom:7px !important}
  .vm .okm-d{font-size:16px !important;line-height:1.34 !important}
  .vm .pillars,.vm .mcards,.vm .prgrid{grid-template-columns:repeat(2,1fr) !important;gap:14px !important}
  .vm .toks,.vm .earn .grid3{grid-template-columns:repeat(2,1fr) !important;gap:14px !important}
  .vm .ov5{flex-direction:column !important;align-items:center !important;gap:28px !important;max-width:100% !important}
  .vm .mmwrap{flex-direction:column !important;gap:28px !important;max-width:100% !important}
  .vm .mmwrap .ptbl,.vm .mmwrap .mm-flow{flex:1 1 auto !important;width:100% !important;max-width:100% !important}
  .vm .twrap{flex-direction:column !important;gap:30px !important;max-width:100% !important}
  .vm .twrap .ptbl{flex:1 1 auto !important;width:100% !important}
  .vm .mtree,.vm .mtree2{flex:0 0 auto !important;width:100% !important;max-width:100% !important}
  .vm .ptbl{max-width:100% !important;width:100% !important}
  .vm .lwcloud{grid-template-columns:repeat(2,1fr) !important;max-width:100% !important}
  .vm .netgrid{max-width:none !important}
  /* ===== MOBILE TABLES: horizontal scroll, big readable cells ===== */
  .tscroll{display:contents}
  .swipehint{display:none}
  .vm section:has(.ptbl) .pad{padding-left:20px !important;padding-right:20px !important}
  .vm .twrap,.vm .mmwrap{margin-top:22px !important}
  .vm .twrap .tscroll,.vm .mmwrap .tscroll{flex:1 1 auto !important;width:100% !important}
  .vm .tscroll{display:block !important;width:100% !important;overflow-x:auto !important;-webkit-overflow-scrolling:touch;border:1px solid var(--line);border-radius:18px;background:#fff;scrollbar-width:thin}
  .vm .tscroll::-webkit-scrollbar{height:8px}
  .vm .tscroll::-webkit-scrollbar-thumb{background:#cfe0d8;border-radius:8px}
  .vm .tscroll .ptbl{display:table !important;width:auto !important;min-width:100% !important;max-width:none !important;table-layout:auto !important;border:0 !important;border-radius:0 !important;margin:0 !important;font-size:30px !important}
  .vm .ptbl th,.vm .ptbl td{padding:14px 18px !important;font-size:30px !important;white-space:nowrap !important}
  .vm .ptbl thead th{font-size:26px !important;line-height:1.15 !important;padding:16px 18px !important;letter-spacing:normal}
  .vm .ptbl thead th:first-child,.vm .ptbl tbody td:first-child{position:sticky;left:0;z-index:2;padding-left:20px !important;text-align:left}
  .vm .ptbl thead th:first-child{background:#0E3F38 !important}
  .vm .ptbl tbody td:first-child{font-size:28px !important;white-space:nowrap !important;background:#fff}
  .vm .ptbl tbody tr:nth-child(even) td:first-child{background:#F1F8F4}
  .vm .ptbl tr.lv1 td:first-child{background:var(--mint) !important}
  .vm .ptbl tr.total td{font-size:28px !important;padding:16px 18px !important}
  .vm .ptbl tr.total td:first-child{font-size:26px !important;background:var(--mint) !important}
  .vm .ptbl.mtx15 td,.vm .ptbl.mtx15 th{font-size:27px !important;padding:11px 16px !important}
  .vm .ptbl.mtx15 thead th{font-size:24px !important}
  .vm .ptbl.mtx15 tbody td:first-child{font-size:25px !important}
  .vm .mmwrap .ptbl tbody td:first-child{font-size:28px !important}
  .vm .swipehint{display:block !important;text-align:center;font-weight:700;font-size:21px;color:var(--teal2);margin:12px auto 0;letter-spacing:.04em;opacity:.85}
  .vm .mm-flow{padding:26px 22px !important;max-width:520px !important;margin:0 auto !important}
  .vm .mtree2 svg,.vm .mtree svg{max-width:440px !important}
  .vm .pnote{font-size:26px !important;margin-top:22px !important}
  /* fit the 6-card Education slide into the 16:9 frame */
  html:not(.vm) section[data-label="Обучение"] .okm-grid{margin-top:20px;gap:18px}
  html:not(.vm) section[data-label="Обучение"] .okm-card{padding:24px 28px}
  html:not(.vm) section[data-label="Обучение"] .okm-ic{width:54px;height:54px;font-size:29px;margin-bottom:11px}
  html:not(.vm) section[data-label="Обучение"] .okm-t{font-size:31px;margin-bottom:9px}
  html:not(.vm) section[data-label="Обучение"] .okm-d{font-size:25px;line-height:1.32}
  html:not(.vm) section[data-label="Обучение"] .okm-n{font-size:28px;top:18px;right:22px}
  html:not(.vm) section[data-label="Обучение"] .chips{margin-top:14px !important}




