:root{
    --ink:var(--bg,#0f1419); --ink-2:var(--inset,#0b0f14);
    /* left to the shared tokens: this page had its own copies with the dark values, and
       a bare :root cannot outrank :root[data-theme="light"] — but naming them here at all
       invited the next edit to "fix" one of them back to a literal. */
    --line:var(--border,#2d3744); --line-soft:var(--border-2,#212a35);
    --text:#e6edf3; --muted:#93a1b0;
    /* 4.61:1 on the darkest background it is used on. The previous #67727f gave 3.31 on a panel
       and 3.78 on the main background — below the threshold for small text, and this is exactly
       the colour of the captions under the illustrations and the copyright line. */
    --muted-2:#7e8a98;
    --green:var(--accent,#3fb950); --green-ink:var(--on-accent,#0c130a); --green-2:#63d47a;
    --green-glow:rgba(63,185,80,.16); --green-soft:rgba(63,185,80,.09); --green-line:rgba(63,185,80,.36);
    --blue:var(--link,#2563eb);
    --serif:Georgia,'PT Serif','Noto Serif','DejaVu Serif','Times New Roman',serif;
    --sans:system-ui,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    --wrap:1080px;
  }
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0; background:var(--ink); color:var(--text);
        font-family:var(--sans); font-size:16px; line-height:1.65;
        -webkit-font-smoothing:antialiased; overflow-x:hidden;}
a{color:inherit;}
h1,h2,h3{font-family:var(--serif); font-weight:600; letter-spacing:-.012em; margin:0;}
::selection{background:rgba(63,185,80,.3); color:#fff;}
:focus-visible{outline:2px solid var(--green); outline-offset:2px; border-radius:4px;}
.wrap{max-width:var(--wrap); margin:0 auto; padding:0 22px;}
.eyebrow{font-family:var(--sans); font-size:.72rem; font-weight:700; text-transform:uppercase;
           letter-spacing:.19em; color:var(--green); display:inline-flex; align-items:center; gap:9px;}
.eyebrow::before{content:"§"; font-family:var(--serif); font-size:1.05rem; line-height:0;
                   opacity:.85; letter-spacing:0;}
.lead{color:var(--muted); font-size:clamp(1.02rem,1.6vw,1.2rem); line-height:1.6;}
/* signature: a legal citation chip — the DNA of the whole page */
  .cite{display:inline-flex; align-items:center; gap:5px; font-size:.8em; font-weight:600;
        color:var(--green-2); background:var(--green-soft); border:1px solid var(--green-line);
        border-radius:6px; padding:2px 8px; white-space:nowrap; letter-spacing:.01em;}
.cite::before{content:"⚖"; font-size:.85em; opacity:.8;}
/* buttons */
  .btn{display:inline-flex; align-items:center; gap:8px; font:inherit; font-weight:600;
       font-size:.98rem; padding:12px 20px; border-radius:11px; text-decoration:none;
       border:1px solid transparent; cursor:pointer; transition:filter .15s, background .15s, border-color .15s, transform .15s;}
.btn:active{transform:translateY(1px);}
.btn-primary{background:var(--green); color:var(--green-ink); box-shadow:0 6px 22px -8px var(--green-glow);}
.btn-primary:hover{filter:brightness(1.08);}
.btn-ghost{background:transparent; color:var(--text); border-color:var(--line);}
.btn-ghost:hover{border-color:var(--green-line); background:rgba(63,185,80,.06);}
.btn-sm{padding:9px 15px; font-size:.9rem; border-radius:10px;}
/* ---------------------------------------------------------- header */
  header.top{position:sticky; top:0; z-index:50; backdrop-filter:blur(12px);
             background:rgba(15,20,25,.78); border-bottom:1px solid var(--line-soft);}
.top .wrap{display:flex; align-items:center; gap:14px; height:62px;}
.brand{display:flex; align-items:center; gap:9px; text-decoration:none; color:var(--text); font-weight:600; flex:none;}
.brand .lg{width:24px; height:24px; vertical-align:-5px;}
.brand b{font-family:var(--serif); font-weight:600; font-size:1.12rem; letter-spacing:-.01em;}
nav.main{display:none; gap:4px; margin-left:8px;}
nav.main a{color:var(--muted); text-decoration:none; font-size:.9rem; padding:8px 11px; border-radius:8px;}
nav.main a:hover{color:var(--text); background:var(--panel);}
.top .right{margin-left:auto; display:flex; align-items:center; gap:6px; flex:none;}
.top .right a.link{color:var(--muted); text-decoration:none; font-size:.9rem; padding:8px 10px; border-radius:8px;}
.top .right a.link:hover{color:var(--text);}
@media(min-width:900px){ nav.main{display:flex;} }
@media(max-width:520px){ .top .right a.link.hide-xs{display:none;} }
/* ---------------------------------------------------------- hero */
  .hero{position:relative; overflow:hidden; border-bottom:none; padding:0;}
.hero::before{content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
    background:
      radial-gradient(70% 55% at 50% -8%, var(--green-glow), transparent 60%),
      linear-gradient(180deg, rgba(63,185,80,.05), transparent 30%);}
.hero::after{content:""; position:absolute; inset:0; z-index:0; pointer-events:none; opacity:.5;
    background-image:linear-gradient(var(--line-soft) 1px, transparent 1px);
    background-size:100% 30px; -webkit-mask-image:linear-gradient(180deg,transparent,#000 8%,#000 55%,transparent);
            mask-image:linear-gradient(180deg,transparent,#000 8%,#000 55%,transparent);}
.hero .wrap{position:relative; z-index:1; display:grid; grid-template-columns:1fr;
              gap:40px; padding-top:40px; padding-bottom:56px; align-items:center;}
@media(min-width:940px){ .hero .wrap{padding-top:64px; padding-bottom:72px;} }
@media(min-width:940px){ .hero .wrap{grid-template-columns:1.05fr .95fr; gap:52px;} }
.hero h1{font-size:clamp(2.15rem,5.2vw,3.7rem); line-height:1.06; margin:18px 0 0;}
.hero h1 .u{color:var(--green); font-style:italic;}
.hero .lead{margin:20px 0 0; max-width:42ch;}
.hero .cta{display:flex; flex-wrap:wrap; gap:12px; margin-top:30px;}
.hero .fineprint{margin-top:16px; font-size:.85rem; color:var(--muted-2);}
.hero .fineprint b{color:var(--muted); font-weight:600;}
/* hero demo: the most characteristic thing — a grounded answer */
  .demo{background:linear-gradient(180deg,var(--panel),var(--panel-2,#161d26)); border:1px solid var(--line);
        border-radius:18px; box-shadow:0 30px 70px -30px rgba(0,0,0,.7); overflow:hidden;}
.demo .bar{display:flex; align-items:center; gap:7px; padding:12px 16px; border-bottom:1px solid var(--line-soft);}
.demo .bar i{width:10px; height:10px; border-radius:50%; background:var(--border-2,#323d4a); display:block;}
.demo .bar span{margin-left:8px; font-size:.78rem; color:var(--muted-2);}
.demo .body{padding:18px 18px 22px;}
.q{display:flex; justify-content:flex-end; margin-bottom:14px;}
.q .b{background:var(--blue); color:#fff; padding:10px 14px; border-radius:13px;
        border-bottom-right-radius:4px; font-size:.92rem; max-width:82%;}
.a{display:flex; gap:11px;}
.a .av{flex:none; width:30px; height:30px; border-radius:9px; background:rgba(63,185,80,.14);
         display:flex; align-items:center; justify-content:center; font-size:16px;}
.a .b{background:var(--panel-2,#212a34); border:1px solid var(--line-soft); padding:12px 15px; border-radius:13px;
        border-top-left-radius:4px; font-size:.92rem; line-height:1.6;}
.a .b p{margin:0 0 10px;}
.a .b .src{display:flex; flex-wrap:wrap; gap:7px; align-items:center; margin-top:4px;
             padding-top:11px; border-top:1px dashed var(--line);}
/* --muted-2 gives 4.13 on #212a34 — the quote's background is lighter than everywhere else
   this colour is used. 12px wants 4.5, so here it is --muted. */
.a .b .src small{color:var(--muted); font-size:.75rem; margin-right:2px;}
.viewlink{color:var(--green); text-decoration:none; font-size:.8rem; font-weight:600;
          display:inline-flex; align-items:center; min-height:36px;}
.viewlink:hover{text-decoration:underline;}
.typing{display:inline-block; width:7px; height:14px; background:var(--green); vertical-align:-2px;
          margin-left:2px; animation:blink 1.1s steps(2) infinite; border-radius:1px;}
@keyframes blink{50%{opacity:0;}}
/* ---------------------------------------------------------- trust strip */
  .trust{border-bottom:1px solid var(--line-soft); background:var(--ink-2);}
.trust .wrap{display:grid; grid-template-columns:repeat(2,1fr); gap:1px 26px; padding:26px 22px;}
@media(min-width:760px){ .trust .wrap{grid-template-columns:repeat(4,1fr);} }
.stat .n{font-family:var(--serif); font-size:1.7rem; color:var(--text); line-height:1;}
.stat .n b{color:var(--green); font-weight:600;}
.stat .l{color:var(--muted); font-size:.86rem; margin-top:7px;}
/* ---------------------------------------------------------- sections */
  section{padding:78px 0; border-bottom:1px solid var(--line-soft); position:relative;}
.s-head{max-width:60ch;}
.s-head h2{font-size:clamp(1.7rem,3.4vw,2.5rem); line-height:1.12; margin:14px 0 0;}
.s-head p{margin:14px 0 0;}
/* feature rows */
  .feat{display:grid; grid-template-columns:1fr; gap:34px; align-items:center; margin-top:44px;}
@media(min-width:860px){
    .feat{grid-template-columns:1fr 1fr; gap:56px;}
    .feat.flip .txt{order:2;} .feat.flip .art{order:1;}
  }
.feat h3{font-size:1.4rem; margin:12px 0 0;}
.feat p{margin:12px 0 0; color:var(--muted);}
.feat ul{list-style:none; padding:0; margin:18px 0 0; display:grid; gap:10px;}
.feat ul li{position:relative; padding-left:26px; font-size:.95rem;}
.feat ul li::before{content:"✓"; position:absolute; left:0; top:0; color:var(--green); font-weight:700;}
.feat .more{display:inline-flex; margin-top:20px;}
/* The caveat under a feature — what it deliberately does NOT do. Smaller than the promise
   it qualifies, but on the page with it, not in a footnote nobody reaches. */
.feat .fine{margin-top:14px; font-size:.85rem; color:var(--muted-2);}
/* art panels (CSS-drawn mockups, no images) */
  .art{background:var(--panel); border:1px solid var(--line); border-radius:16px; padding:20px;
       box-shadow:0 24px 60px -34px rgba(0,0,0,.7);}
.art .cap{font-size:.72rem; text-transform:uppercase; letter-spacing:.16em; color:var(--muted-2); margin-bottom:14px;}
/* the two explainer animations. Padding drops to 0 so the SVG's own rounded frame IS the
     card, and width/height on the <img> reserve the box before it loads — without them the
     section jumps as each animation arrives. */
  .art.anim{padding:0; overflow:hidden; background:var(--ink-2);}
.art.anim img{display:block; width:100%; height:auto; aspect-ratio:16/9;}
.art.anim .lockbar, .art.anim .dlrow{margin:0; padding:12px 18px; border-top:1px solid var(--line-soft);}
.chip-row{display:flex; flex-wrap:wrap; gap:8px;}
.fchip{display:inline-flex; align-items:center; gap:7px; background:#0f1620; border:1px solid var(--line-soft);
         border-radius:9px; padding:8px 11px; font-size:.85rem; color:var(--text);}
.fchip .x{color:var(--muted-2);}
.lockbar{display:flex; align-items:center; gap:9px; padding:10px 13px; margin-top:14px;
           background:rgba(63,185,80,.07); border:1px solid var(--green-line); border-radius:10px;
           font-size:.83rem; color:var(--green-2);}
.dropz{border:1.6px dashed var(--line); border-radius:12px; padding:20px; text-align:center;
         color:var(--muted); font-size:.9rem; background:#0f1620;}
.dropz b{color:var(--text); font-weight:600;}
/* ДВ timeline (register feature) — echoes the citation chip */
  .tl{display:grid; gap:0; position:relative; margin-left:6px;}
.tl .ev{position:relative; padding:0 0 16px 22px; border-left:2px solid var(--line);}
.tl .ev:last-child{border-color:transparent; padding-bottom:0;}
.tl .ev::before{content:""; position:absolute; left:-6px; top:4px; width:10px; height:10px;
                  border-radius:50%; background:var(--green); box-shadow:0 0 0 3px rgba(63,185,80,.15);}
.tl .ev .d{font-size:.78rem; color:var(--muted-2);}
.tl .ev .t{font-size:.9rem; margin-top:2px; display:flex; align-items:center; gap:8px; flex-wrap:wrap;}
.tl .ev .t b{font-weight:600;}
.tag{font-size:.72rem; padding:1px 7px; border-radius:5px; background:#0f1620; border:1px solid var(--line); color:var(--muted);}
.tag.i{color:var(--green-2); border-color:var(--green-line);}
/* download-row mock */
  .dlrow{display:flex; align-items:center; gap:10px; margin-top:14px; flex-wrap:wrap;}
.dlrow .file{flex:1; min-width:140px; display:flex; align-items:center; gap:10px; background:#0f1620;
               border:1px solid var(--line-soft); border-radius:10px; padding:10px 12px; font-size:.86rem;}
.dlrow .fmt{font-size:.72rem; color:var(--muted-2); border:1px solid var(--line); border-radius:6px; padding:2px 7px;}
/* ---------------------------------------------------------- access tiers */
  .tiers{display:grid; grid-template-columns:1fr; gap:16px; margin-top:44px;}
@media(min-width:820px){ .tiers{grid-template-columns:repeat(3,1fr);} }
.tier{background:var(--panel); border:1px solid var(--line); border-radius:16px; padding:24px 22px;
        display:flex; flex-direction:column;}
.tier.feature{border-color:var(--green-line); background:linear-gradient(180deg,rgba(63,185,80,.06),var(--panel) 120px);
                box-shadow:0 24px 60px -36px var(--green-glow);}
.tier .tag-top{font-size:.72rem; text-transform:uppercase; letter-spacing:.15em; color:var(--muted-2);}
.tier.feature .tag-top{color:var(--green);}
.tier h3{font-size:1.5rem; margin:10px 0 4px;}
.tier .price{color:var(--muted); font-size:.9rem; min-height:20px;}
.tier ul{list-style:none; padding:0; margin:18px 0 22px; display:grid; gap:11px; flex:1;}
.tier ul li{position:relative; padding-left:25px; font-size:.9rem; color:var(--text);}
.tier ul li::before{content:"✓"; position:absolute; left:0; color:var(--green); font-weight:700;}
.tier ul li.off{color:var(--muted-2);}
.tier ul li.off::before{content:"—"; color:var(--muted-2); font-weight:400;}
.tier .btn{justify-content:center;}
/* privacy */
  .priv{display:grid; grid-template-columns:1fr; gap:30px; align-items:center; margin-top:40px;}
@media(min-width:860px){ .priv{grid-template-columns:.9fr 1.1fr; gap:52px;} }
.priv-list{display:grid; gap:16px;}
.pcard{background:var(--panel); border:1px solid var(--line); border-radius:13px; padding:18px 20px; display:flex; gap:14px;}
.pcard .ic{flex:none; width:38px; height:38px; border-radius:10px; background:rgba(63,185,80,.12);
             display:flex; align-items:center; justify-content:center; font-size:19px;}
/* was h4 — the levels were raised so the page structure has no h2 → h4 jump */
.pcard h3{margin:0 0 4px; font-family:var(--sans); font-size:1rem; font-weight:600;}
.pcard p{margin:0; font-size:.88rem; color:var(--muted);}
.shield{font-size:clamp(3rem,10vw,5rem); text-align:center;}
/* apps */
  .apps{display:grid; grid-template-columns:1fr; gap:16px; margin-top:44px;}
@media(min-width:760px){ .apps{grid-template-columns:1fr 1fr;} }
.appcard{background:var(--panel); border:1px solid var(--line); border-radius:16px; padding:26px 24px; position:relative;}
.appcard.soon{opacity:.9;}
.appcard .os{font-size:26px;}
.appcard h3{font-size:1.35rem; margin:14px 0 6px;}
.appcard p{margin:0 0 18px; color:var(--muted); font-size:.92rem;}
.osbtns{display:flex; flex-wrap:wrap; gap:10px;}
.badge-soon{position:absolute; top:18px; right:18px; font-size:.68rem; text-transform:uppercase;
              letter-spacing:.13em; color:var(--muted-2); border:1px solid var(--line); border-radius:20px; padding:4px 11px;}
.note{margin-top:14px; font-size:.82rem; color:var(--muted-2);}
/* steps (a real sequence → numbered honestly) */
  .steps{display:grid; grid-template-columns:1fr; gap:22px; margin-top:44px; counter-reset:s;}
@media(min-width:760px){ .steps{grid-template-columns:repeat(3,1fr);} }
.step{position:relative; padding-top:8px;}
.step .no{font-family:var(--serif); font-size:2.4rem; color:var(--green); line-height:1;
            display:flex; align-items:baseline; gap:8px;}
.step .no::before{counter-increment:s; content:"0" counter(s);}
.step h3{font-size:1.15rem; margin:12px 0 0; font-family:var(--sans); font-weight:600;}
.step p{margin:8px 0 0; color:var(--muted); font-size:.9rem;}
/* faq */
  .faq{margin-top:38px; display:grid; gap:0; max-width:820px;}
details.qa{border-top:1px solid var(--line-soft); padding:6px 0;}
details.qa:last-child{border-bottom:1px solid var(--line-soft);}
details.qa summary{cursor:pointer; list-style:none; padding:18px 40px 18px 2px; position:relative;
                     font-weight:600; font-size:1.02rem;}
details.qa summary::-webkit-details-marker{display:none;}
details.qa summary::after{content:"+"; position:absolute; right:6px; top:15px; font-size:1.5rem;
                            color:var(--green); font-weight:400; transition:transform .2s;}
details.qa[open] summary::after{transform:rotate(45deg);}
details.qa .ans{padding:0 2px 20px; color:var(--muted); font-size:.94rem; max-width:70ch;}
/* final cta */
  .final{border-bottom:none; text-align:center;}
.final .box{position:relative; overflow:hidden;
  background:linear-gradient(180deg,var(--panel),var(--panel-2,#161d26));
              border:1px solid var(--green-line); border-radius:22px; padding:56px 26px;}
.final .box::before{content:""; position:absolute; inset:0; pointer-events:none;
    background:radial-gradient(60% 80% at 50% 0%, var(--green-glow), transparent 60%);}
.final h2{position:relative; font-size:clamp(1.8rem,4vw,2.7rem); line-height:1.1;}
.final p{position:relative; color:var(--muted); margin:16px auto 0; max-width:46ch;}
.final .cta{position:relative; display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-top:28px;}
/* footer */
  footer{background:var(--ink-2); padding:52px 0 40px; color:var(--muted);}
/* the footer's styles live in site_footer.css (shared with every tool page) */
/* motion */
  .reveal{opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease;}
.reveal.in{opacity:1; transform:none;}
@media(prefers-reduced-motion:reduce){
    html{scroll-behavior:auto;}
    .reveal{opacity:1; transform:none; transition:none;}
    .typing{animation:none;}
  }

/* ── „Какво печелите" ───────────────────────────────────────────────────────
   Four sentences for the reader, before the list of capabilities. They come before it on
   purpose: someone opening the page is asking „what is this good for", not „what modules is
   it made of". */
#gains { padding:56px 0 8px; }
#gains .s-head { margin-bottom:4px; }
.gains { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:18px;
         margin-top:26px; }
.gain { background:var(--panel-2); border:1px solid var(--line); border-radius:16px;
        padding:22px 22px 20px; }
.gain .gi { font-size:26px; line-height:1; margin-bottom:12px; }
.gain h3 { font-size:1.06rem; margin:0 0 8px; line-height:1.3; }
.gain p { margin:0; color:var(--muted); font-size:.95rem; line-height:1.6; }
/* The tools are the same card, as a link: the whole card is the target, the title turns green. */
a.gain.tool { display:block; text-decoration:none; color:inherit; transition:border-color .15s, transform .15s; }
a.gain.tool:hover { border-color:var(--green); transform:translateY(-2px); }
a.gain.tool:hover h3 { color:var(--green); }
a.gain.tool:focus-visible { outline:2px solid var(--green); outline-offset:2px; }
@media (max-width:640px){ #gains { padding-top:38px; } .gain { padding:18px; } }

/* Готови задачи on the landing page. Four columns of outcomes; the same grid rules as .gains
   so the page keeps one rhythm rather than acquiring a second one. */
.tasks { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:18px;
         margin-top:26px; align-items:start; }
.task-g h3 { font-size:12px; text-transform:uppercase; letter-spacing:.08em;
             color:var(--muted); margin:0 0 10px 2px; font-weight:600; }
.task { display:flex; gap:10px; align-items:flex-start; text-decoration:none;
        background:var(--panel-2); border:1px solid var(--line); border-radius:12px;
        padding:12px 14px; margin-bottom:8px; color:inherit; transition:border-color .15s; }
.task:hover { border-color:var(--accent); }
.task .ti { font-size:18px; line-height:1.2; flex:none; }
.task .tt { display:flex; flex-direction:column; gap:3px; min-width:0; }
.task .tt b { font-size:14.5px; }
.task .tt em { font-size:12.5px; color:var(--muted); font-style:normal; line-height:1.4; }

/* ---------------------------------------------------------- the ad landing (2026-09-06) */
/* The hero sells Pro: the offer line, the six checks, the primary CTA, the fine print, and the
   free chat as a text-sized secondary. */
.hero .offer{margin:22px 0 0; font-size:1.05rem; color:var(--text);}
.hero .offer b{color:var(--green);}
.hero .checks{list-style:none; padding:0; margin:12px 0 0; display:grid; gap:7px;}
.hero .checks li{position:relative; padding-left:24px; font-size:.95rem;}
.hero .checks li::before{content:"✓"; position:absolute; left:0; top:0; color:var(--green); font-weight:700;}
.hero .cta{margin-top:22px;}
.hero .alt{margin:14px 0 0; display:flex; flex-wrap:wrap; gap:8px;}
/* The finding card — what one upload gives back, in the product's own shape. */
.finding{background:var(--panel); border:1px solid var(--line); border-radius:16px; overflow:hidden;
         box-shadow:0 30px 60px -30px rgba(0,0,0,.6);}
.finding .bar{display:flex; align-items:center; gap:7px; padding:12px 16px; border-bottom:1px solid var(--line-soft);}
.finding .bar i{width:10px; height:10px; border-radius:50%; background:var(--border-2,#323d4a); display:block;}
.finding .bar span{margin-left:8px; font-size:.82rem; color:var(--muted); font-weight:600;}
.finding .body{padding:16px 18px 20px;}
.finding .fdoc{font-size:.85rem; color:var(--muted-2); margin-bottom:10px;}
.finding .risk{border:1px solid var(--line); border-left-width:4px; border-radius:10px; padding:12px 14px;
               background:var(--panel-2,#212a34); font-size:.9rem;}
.finding .risk.r-red{border-left-color:#d1242f;}
.finding .risk.r-amber{border-left-color:var(--warn,#d29922);}
.finding .risk .rh b{font-size:1rem;}
.finding .risk p{margin:8px 0 0; color:var(--text);}
.finding .risk .ft{font-weight:600;}
.finding .risk .why{color:var(--muted); font-size:.85rem; margin-top:6px;}
.finding .risk .why small{color:var(--muted-2); margin-right:4px;}
.finding .risk .cite{color:var(--green); font-weight:600;}
.finding .risk .fix{color:var(--muted); font-size:.88rem; border-top:1px dashed var(--line-soft); padding-top:8px; margin-top:10px;}
.finding .risk .btn{margin-top:12px; cursor:default;}
/* The trust strip: one line, not four tiles. */
.trustline{border-bottom:1px solid var(--line-soft); background:var(--ink-2);}
.trustline .wrap{display:flex; flex-wrap:wrap; justify-content:center; gap:8px 28px; padding:16px 22px;
                 font-size:.88rem; color:var(--muted);}
.trustline b{color:var(--text);}
/* Free vs Pro — two columns, Pro the heavier. */
.vs{display:grid; grid-template-columns:1fr; gap:16px; margin-top:36px;}
@media(min-width:820px){ .vs{grid-template-columns:1fr 1.25fr;} }
.vcol{background:var(--panel); border:1px solid var(--line); border-radius:16px; padding:24px 22px; display:flex; flex-direction:column;}
.vcol.pro{border-color:var(--green-line); background:linear-gradient(180deg,rgba(63,185,80,.07),var(--panel) 120px);}
.vcol h3{font-size:1.5rem; display:flex; flex-wrap:wrap; align-items:baseline; gap:6px 12px;}
.vcol .vprice{font-family:var(--sans); font-size:.9rem; font-weight:600; color:var(--green);}
.vcol .vsub{margin:6px 0 0; color:var(--muted); font-size:.95rem;}
.vcol ul{list-style:none; padding:0; margin:16px 0 22px; display:grid; gap:10px; flex:1;}
.vcol ul li{position:relative; padding-left:24px; font-size:.92rem;}
.vcol ul li::before{content:"✓"; position:absolute; left:0; top:0; color:var(--green); font-weight:700;}
.vcol .btn{justify-content:center;}
/* The economics — the argument /pro already made. */
.econ{display:grid; grid-template-columns:1fr; gap:16px; margin-top:40px;}
@media(min-width:760px){ .econ{grid-template-columns:repeat(3,1fr);} }
.ecard{background:var(--panel-2,#212a34); border:1px solid var(--line); border-radius:16px; padding:24px 22px;}
.ecard .ec-n{font-family:var(--serif); font-size:2.2rem; line-height:1; color:var(--green);}
.ecard .ec-l{margin-top:8px; font-size:.78rem; text-transform:uppercase; letter-spacing:.14em; color:var(--muted);}
.ecard p{margin:14px 0 0; color:var(--muted); font-size:.92rem; line-height:1.6;}
/* One plan, one price. */
.tiers.one{grid-template-columns:1fr; max-width:560px; margin-left:auto; margin-right:auto;}
.tier h3 small{font-family:var(--sans); font-size:.95rem; font-weight:500; color:var(--muted);}
.tier .cancel{margin:12px 0 0; font-size:.85rem; color:var(--muted-2); text-align:center;}
.teams{text-align:center; margin:22px 0 0; color:var(--muted); font-size:.95rem;}
.teams a{color:var(--green); text-decoration:none;}
.teams a:hover{text-decoration:underline;}
.s-head p a{color:var(--green); text-decoration:none;}
.s-head p a:hover{text-decoration:underline;}
.priv-list{margin-top:32px;}
@media(min-width:760px){ .priv-list{grid-template-columns:repeat(3,1fr);} }
