/* FR apps — лендинг Telegram Mini Apps (mini-apps.html). Токены — из дизайн-системы «Site» в Figma. */
@font-face{font-family:'Inter';font-style:normal;font-weight:400 600;font-display:swap;src:url('fonts/inter-cyrillic-ext.woff2') format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 600;font-display:swap;src:url('fonts/inter-cyrillic.woff2') format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 600;font-display:swap;src:url('fonts/inter-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 600;font-display:swap;src:url('fonts/inter-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

:root{
  /* primitives */
  --navy-950:#060935; --navy-900:#0c1150; --blue-900:#0a2a9e; --blue-700:#1446d6; --blue-500:#2f6bf2; --blue-300:#86a8f8; --blue-100:#e4ecfe; --cyan-400:#4fc3e6;
  --n-0:#fff; --n-50:#f5f6fa; --n-100:#eceef4; --n-200:#dfe2eb; --n-400:#a2a6bb; --n-600:#6a6f86;
  /* semantic · light */
  --bg-page:var(--n-0); --bg-surface:var(--n-50); --bg-surface-hover:var(--n-100); --bg-inverse:var(--navy-900);
  --bg-brand:var(--blue-500); --bg-brand-hover:var(--blue-700); --bg-brand-subtle:var(--blue-100); --bg-glass:rgba(12,17,80,.08); --bg-input:var(--n-100);
  --text-1:var(--navy-900); --text-2:var(--n-600); --text-3:var(--n-400); --text-inverse:var(--n-0); --text-brand:var(--blue-500); --text-on-brand:#fff;
  --border:var(--n-200); --border-strong:var(--navy-900); --border-brand:var(--blue-500);
  /* radius / space */
  --r-xs:6px; --r-sm:10px; --r-md:14px; --r-lg:20px; --r-xl:28px;
  --gutter:40px; --section-gap:120px;
  --grad-hero:linear-gradient(90deg,#060935 0%,#0a2a9e 45%,#1f5be8 100%);
  --grad-deep:linear-gradient(120deg,rgba(47,107,242,.9) 0%,rgba(20,26,110,.2) 45%,rgba(12,17,80,0) 100%),#0c1150;
  --grad-visual:linear-gradient(180deg,#060935 0%,#0a2a9e 50%,#2f6bf2 100%);
  color-scheme:light;
}
.is-dark{
  --bg-page:var(--navy-950); --bg-surface:rgba(255,255,255,.06); --bg-surface-hover:rgba(255,255,255,.1); --bg-inverse:#fff;
  --bg-brand-subtle:rgba(255,255,255,.1); --bg-glass:rgba(255,255,255,.1); --bg-input:rgba(255,255,255,.06);
  --text-1:#fff; --text-2:rgba(255,255,255,.7); --text-3:rgba(255,255,255,.45); --text-inverse:var(--navy-900); --text-brand:var(--blue-300);
  --border:rgba(255,255,255,.2); --border-strong:rgba(255,255,255,.4); --border-brand:var(--blue-300);
  color:var(--text-1);
}
.is-light{
  --bg-page:var(--n-0); --bg-surface:var(--n-50); --bg-surface-hover:var(--n-100); --bg-inverse:var(--navy-900);
  --bg-brand-subtle:var(--blue-100); --bg-glass:rgba(12,17,80,.08); --bg-input:var(--n-100);
  --text-1:var(--navy-900); --text-2:var(--n-600); --text-3:var(--n-400); --text-inverse:#fff; --text-brand:var(--blue-500);
  --border:var(--n-200); --border-strong:var(--navy-900); --border-brand:var(--blue-500);
  color:var(--text-1);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-padding-top:16px}
@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}
body{margin:0;background:var(--bg-page);color:var(--text-1);font:400 15px/1.5 'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;letter-spacing:-.003em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
h1,h2,h3,p,ul,ol,figure{margin:0}
ul{padding:0;list-style:none}
a{color:inherit;text-decoration:none}
img,svg{display:block}
button,input,select,textarea{font:inherit;color:inherit}
:focus-visible{outline:2px solid var(--blue-500);outline-offset:3px;border-radius:6px}
[hidden]{display:none!important}
.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.ic{width:20px;height:20px;flex:none}
.balance{text-wrap:balance}

/* type */
.t-display{font-weight:600;font-size:64px;line-height:1;letter-spacing:-.035em}
.t-h2{font-weight:500;font-size:44px;line-height:1.08;letter-spacing:-.025em}
.t-stat{font-weight:500;font-size:52px;line-height:1;letter-spacing:-.03em}
.t-title{font-weight:500;font-size:24px;line-height:1.2;letter-spacing:-.01em}
.t-title-s{font-weight:500;font-size:20px;line-height:1.25;letter-spacing:-.01em}
.t-price{font-weight:600;font-size:24px;line-height:1.2;letter-spacing:-.01em}
.t-body-l{font-size:18px;line-height:1.5;letter-spacing:-.005em}
.t-body{font-size:15px;line-height:1.5}
.t-body-s{font-size:13px;line-height:1.45;letter-spacing:0}
.t-label{font-weight:500;font-size:15px;line-height:1.2}
.t-label-s{font-size:12px;line-height:1.2;letter-spacing:0}
.c2{color:var(--text-2)} .c3{color:var(--text-3)} .cb{color:var(--text-brand)}

/* layout */
.page{max-width:1440px;margin:0 auto;padding:16px var(--gutter) 24px;display:flex;flex-direction:column;gap:var(--section-gap)}
.sec{display:flex;flex-direction:column;gap:48px}
.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}
.sec-head__l{display:flex;flex-direction:column;align-items:flex-start;gap:20px;max-width:760px}
.sec-head>p{max-width:360px;color:var(--text-2)}

/* badge / pill / tag */
.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:var(--bg-glass);border:1px solid var(--border);font-size:12px;line-height:1.2;color:var(--text-1)}
.badge svg{width:14px;height:14px;color:var(--text-brand)}
.pill{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:var(--bg-glass);font-size:12px;line-height:1.2;color:var(--text-2);white-space:nowrap}
.pill--brand{background:var(--bg-brand);color:#fff}
.pill--page{background:var(--bg-page)}
.tags{display:flex;flex-wrap:wrap;gap:8px}
.tag{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:var(--bg-page);border:1px solid var(--border);font-size:12px;line-height:1.2;color:var(--text-2)}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:16px 24px;border-radius:var(--r-sm);border:1px solid transparent;font-weight:500;font-size:15px;line-height:1.2;letter-spacing:-.002em;cursor:pointer;white-space:nowrap;transition:background-color .18s,border-color .18s,color .18s,transform .18s}
.btn svg{width:20px;height:20px;flex:none}
.btn--primary{background:var(--bg-inverse);color:var(--text-inverse)}
.btn--primary:hover{background:var(--bg-brand);color:#fff}
.btn--brand{background:var(--bg-brand);color:#fff}
.btn--brand:hover{background:var(--bg-brand-hover)}
.btn--outline{border-color:var(--border-strong);color:var(--text-1);background:transparent}
.btn--outline:hover{background:var(--bg-surface-hover)}
.btn--block{width:100%}
.btn:active{transform:translateY(1px)}
.btn[disabled]{opacity:.6;cursor:progress}

.icon-wrap{width:48px;height:48px;border-radius:999px;display:grid;place-items:center;flex:none;background:var(--bg-page);border:1px solid var(--border);color:var(--text-brand)}
.icon-wrap svg{width:22px;height:22px}
.icon-wrap--sm{width:36px;height:36px}.icon-wrap--sm svg{width:18px;height:18px}
.icon-wrap--brand{background:var(--bg-brand-subtle);border:0;color:var(--text-brand);width:44px;height:44px}
.icon-wrap--solid{background:var(--bg-brand);border:0;color:#fff;width:52px;height:52px}.icon-wrap--solid svg{width:24px;height:24px}

/* ============ 01 HERO ============ */
.hero{position:relative;overflow:hidden;border-radius:var(--r-xl);background:var(--grad-hero);padding:16px 40px 40px;isolation:isolate}
.hero__curtain{position:absolute;inset:0;z-index:-1;opacity:.6;pointer-events:none;
  background:repeating-linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.12) 26px,rgba(10,30,122,.4) 40px,rgba(255,255,255,.07) 56px,rgba(255,255,255,0) 80px)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:20px 0;gap:24px}
.logo{display:inline-flex;color:var(--text-1)}
.logo svg{width:71px;height:40px;fill:currentColor}
.nav__links{display:flex;gap:32px}
.nav__links a{font-weight:500;font-size:15px;color:var(--text-2);transition:color .15s}
.nav__links a:hover{color:var(--text-1)}
.nav .btn{padding:14px 20px}
.hero__main{display:grid;grid-template-columns:minmax(0,1fr) 460px;gap:40px;align-items:center;padding:56px 0 64px}
.hero__copy{display:flex;flex-direction:column;align-items:flex-start;gap:24px}
.hero__copy .t-body-l{max-width:620px;color:var(--text-2)}
.actions{display:flex;flex-wrap:wrap;gap:12px;padding-top:8px}
.trust{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;padding-top:8px;font-size:13px;line-height:1.45;color:var(--text-2)}
.trust i{width:4px;height:4px;border-radius:50%;background:var(--text-3)}
.hero__visual{position:relative;height:640px}
.hero__visual .phone{position:absolute;left:90px;top:10px}
.float{position:absolute;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;background:#fff;box-shadow:0 16px 40px rgba(3,6,40,.3);color:var(--navy-900)}
.float b{display:block;font-weight:600;font-size:12px;line-height:1.3}
.float span{display:block;font-size:11px;line-height:1.3;color:var(--n-600)}
.float .icon-wrap{width:32px;height:32px;background:var(--blue-100);border:0;color:var(--blue-500)}
.float .icon-wrap svg{width:16px;height:16px}
.float--a{left:0;top:96px}
.float--b{right:0;top:450px}
@media (prefers-reduced-motion:no-preference){
  .float--a{animation:bob 6s ease-in-out infinite}
  .float--b{animation:bob 6s ease-in-out -3s infinite}
  @keyframes bob{50%{transform:translateY(-8px)}}
}
.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.stat{display:flex;flex-direction:column;justify-content:space-between;gap:28px;min-height:188px;padding:24px;border-radius:var(--r-md);background:var(--bg-glass);border:1px solid var(--border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}
.stat .icon-wrap{background:var(--bg-glass);color:var(--text-1)}
.stat__v{display:flex;flex-direction:column;gap:12px}
.stat p{font-size:13px;line-height:1.45;color:var(--text-2)}

/* ============ PHONE MOCKUP ============ */
.phone{width:300px;height:620px;padding:10px;border-radius:48px;background:var(--navy-950);border:1.5px solid rgba(255,255,255,.18);box-shadow:0 40px 80px -10px rgba(3,6,40,.45);flex:none}
.phone__screen{height:100%;border-radius:38px;overflow:hidden;background:var(--bg-surface);display:flex;flex-direction:column;color:var(--text-1)}
.ph-status{display:flex;align-items:center;justify-content:space-between;padding:14px 22px 6px 26px;background:var(--bg-page);font-weight:600;font-size:12px}
.ph-status i{width:78px;height:22px;border-radius:12px;background:#000}
.ph-status s{display:flex;gap:4px}.ph-status s::before,.ph-status s::after{content:"";width:14px;height:8px;border-radius:2px;background:var(--text-1)}.ph-status s::after{width:16px}
.ph-head{display:flex;align-items:center;justify-content:space-between;padding:6px 14px 10px;background:var(--bg-page);border-bottom:1px solid var(--border);font-size:12px}
.ph-head>span:first-child{color:var(--text-brand)}
.ph-head div{text-align:center}.ph-head b{display:block;font-weight:600;font-size:12px}.ph-head small{display:block;font-size:11px;color:var(--text-3)}
.ph-dots{display:flex;gap:3px}.ph-dots::before,.ph-dots::after,.ph-dots i{content:"";width:4px;height:4px;border-radius:50%;background:var(--text-brand)}
.ph-body{flex:1;overflow:hidden;padding:14px;display:flex;flex-direction:column;gap:12px}
.ph-foot{padding:10px 14px 22px;background:var(--bg-page)}
.ph-btn{display:block;text-align:center;padding:13px;border-radius:12px;background:var(--bg-brand);color:#fff;font-weight:600;font-size:12px}
.ph-row{display:flex;align-items:center;gap:10px;padding:10px;border-radius:12px;background:var(--bg-page)}
.ph-row>i{width:38px;height:38px;border-radius:10px;background:var(--bg-brand-subtle);flex:none}
.ph-row div{flex:1;min-width:0}.ph-row b{display:block;font-weight:500;font-size:12px}.ph-row small{display:block;font-size:11px;color:var(--text-3)}
.ph-row>em{font-style:normal;font-weight:600;font-size:12px;white-space:nowrap}
.ph-h{font-weight:600;font-size:12px}
.ph-card{padding:14px;border-radius:16px;color:#fff;display:flex;flex-direction:column;gap:12px}
.ph-card small{font-size:11px;opacity:.75}
.ph-bar{height:4px;border-radius:2px;background:rgba(255,255,255,.2);overflow:hidden}.ph-bar i{display:block;height:100%;border-radius:2px;background:#fff}
.ph-chips{display:flex;gap:6px}.ph-chips span{padding:6px 11px;border-radius:99px;background:var(--bg-page);font-size:11px;color:var(--text-2)}.ph-chips span.on{background:var(--bg-inverse);color:var(--text-inverse)}
.ph-search{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:10px;background:var(--bg-surface-hover);font-size:13px;color:var(--text-3)}.ph-search svg{width:14px;height:14px;color:var(--text-2)}

/* ============ 02 FOR WHOM ============ */
.who{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
.who__card{grid-column:span 2;display:flex;flex-direction:column;justify-content:space-between;gap:40px;min-height:280px;padding:28px;border-radius:var(--r-lg);background:var(--bg-surface)}
.who__card:nth-child(n+4){grid-column:span 3}
.who__top{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--text-3)}
.who__txt{display:flex;flex-direction:column;gap:12px}
.who__txt p{color:var(--text-2)}
.who__card--hot{background:linear-gradient(120deg,#2f6bf2 0%,#0c1150 60%,#060935 100%);gap:24px}
.who__card--hot .icon-wrap{background:var(--bg-glass);color:#fff}
.who__card--hot .btn{align-self:flex-start}

/* ============ 03 CASES ============ */
.case-main{display:grid;grid-template-columns:520px minmax(0,1fr);gap:64px;align-items:center;padding:24px 56px 24px 24px;border-radius:var(--r-xl);background:var(--bg-surface)}
.visual{border-radius:var(--r-lg);background:var(--grad-visual);display:flex;justify-content:center;align-items:center;overflow:hidden}
.case-main .visual{height:700px}
.case__content{display:flex;flex-direction:column;gap:32px}
.metric{display:flex;flex-direction:column;gap:8px}
.metric .t-display{font-size:76px;color:var(--text-brand)}
.details{display:flex;flex-direction:column}
.details div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:24px;padding:16px 0;border-top:1px solid var(--border)}
.details dt{font-size:13px;color:var(--text-3)}
.details dd{margin:0}
.cases-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.case-sm{display:flex;flex-direction:column;gap:32px;padding:24px 24px 40px;border-radius:var(--r-xl);background:var(--bg-surface)}
.case-sm .visual{height:400px;align-items:flex-start;padding-top:48px}
.case-sm__c{display:flex;flex-direction:column;gap:20px;padding:0 16px;align-items:flex-start}
.case-sm__m{display:flex;align-items:center;gap:20px}
.case-sm__m .t-stat{color:var(--text-brand);white-space:nowrap}
.case-sm__c>p{color:var(--text-2)}
.note{text-align:center;font-size:13px;color:var(--text-3)}
.ph-days{display:flex;gap:6px}.ph-days span{flex:1;text-align:center;padding:8px 0;border-radius:10px;background:var(--bg-page);font-size:11px;color:var(--text-3)}.ph-days b{display:block;font-weight:600;font-size:12px;color:var(--text-1)}
.ph-days .on{background:var(--bg-inverse);color:rgba(255,255,255,.6)}.ph-days .on b{color:#fff}
.ph-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.ph-slots span{text-align:center;padding:8px 0;border-radius:10px;border:1px solid var(--border);background:var(--bg-page);font-size:12px}.ph-slots .on{background:var(--bg-brand);border-color:var(--bg-brand);color:#fff}
.ph-course{padding:14px;border-radius:16px;background:var(--bg-page);display:flex;flex-direction:column;gap:10px}
.ph-course .ph-bar{height:6px;background:var(--bg-surface-hover)}.ph-course .ph-bar i{background:var(--bg-brand)}
.ph-course div:last-child{display:flex;justify-content:space-between;font-size:11px;color:var(--text-2)}
.ph-stamps{padding:12px;border-radius:12px;background:var(--bg-page);display:flex;flex-direction:column;gap:10px;font-size:11px;color:var(--text-2)}
.ph-stamps div{display:flex;gap:6px}.ph-stamps i{width:28px;height:28px;border-radius:50%;background:var(--bg-brand)}.ph-stamps i.off{background:none;border:1.5px dashed var(--border)}

/* ============ 04 AI ============ */
.ai{padding:72px 64px;border-radius:var(--r-xl);background:var(--grad-deep);gap:56px}
.ai .sec-head>p{max-width:460px}
.scope{display:grid;grid-template-columns:380px minmax(0,1fr);gap:16px}
.scope__col{padding:28px;border-radius:var(--r-lg);border:1px solid var(--border);display:flex;flex-direction:column;gap:20px}
.scope__col--ai{background:var(--bg-surface)}
.scope__col--full{background:var(--bg-glass)}
.scope__h{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.checks{display:flex;flex-direction:column}
.checks li{display:flex;gap:12px;align-items:center;padding:12px 0;border-top:1px solid var(--border)}
.checks li svg{width:16px;height:16px;flex:none}
.checks .spark{color:var(--text-brand)}
.scope__col--full .checks{display:grid;grid-template-columns:1fr 1fr;column-gap:32px}
.checks li.hl{color:var(--text-brand)}
.compare{width:100%;border-collapse:collapse;text-align:left}
.compare th{font-weight:400;font-size:12px;color:var(--text-2);padding:12px 24px 12px 0}
.compare th:last-child{color:var(--text-1)}
.compare td{padding:18px 24px 18px 0;border-top:1px solid var(--border);vertical-align:middle}
.compare td:first-child{width:300px;color:var(--text-2)}
.compare .cell{display:flex;align-items:center;gap:10px}
.compare .cell svg{width:16px;height:16px;flex:none}
.compare .no{color:var(--text-2)}.compare .yes{font-weight:500}.compare .yes svg{color:var(--text-brand)}
.ai-cta{display:flex;align-items:center;gap:40px;padding:28px 32px;border-radius:var(--r-lg);background:var(--bg-glass);border:1px dashed var(--border-brand)}
.ai-cta div{flex:1;display:flex;flex-direction:column;gap:8px}
.ai-cta p{color:var(--text-2)}

/* ============ 05 WHY ============ */
.why{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:40px}
.why li{display:flex;flex-direction:column;gap:16px;padding:28px 0 40px;border-top:1px solid var(--border)}
.why__top{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--text-3)}
.why li p{color:var(--text-2)}

/* ============ 06 INCLUDED ============ */
.inc{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.inc li{display:flex;flex-direction:column;justify-content:space-between;gap:24px;min-height:220px;padding:24px;border-radius:var(--r-lg);background:var(--bg-surface)}
.inc li div{display:flex;flex-direction:column;gap:8px}
.inc li p{font-size:13px;line-height:1.45;color:var(--text-2)}
.inc .inc--brand{background:var(--bg-brand);color:#fff}
.inc .inc--brand p{color:rgba(255,255,255,.75)}
.inc .inc--brand .icon-wrap{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff}
.inc .icon-wrap{color:var(--text-1)}

/* ============ 07 PROCESS ============ */
.steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.step{display:flex;flex-direction:column;gap:20px}
.step__n{display:flex;align-items:center;gap:12px}
.step__n b{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--bg-inverse);color:var(--text-inverse);font-weight:600;font-size:15px;flex:none}
.step__n::after{content:"";height:1px;flex:1;background:var(--border)}
.step:last-child .step__n::after{display:none}
.step__c{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-height:220px;padding:24px;border-radius:var(--r-lg);background:var(--bg-surface)}
.step__c p{font-size:13px;line-height:1.45;color:var(--text-2)}
.step--hot .step__n b{background:var(--bg-brand);color:#fff}
.banner{display:flex;align-items:center;gap:12px;padding:18px 24px;border-radius:var(--r-md);background:var(--bg-brand-subtle)}
.banner svg{color:var(--text-brand);flex:none}

/* ============ 08 PRICE ============ */
.plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.plan{display:flex;flex-direction:column;gap:28px;padding:32px;border-radius:var(--r-xl);border:1px solid var(--border);background:var(--bg-page)}
.plan__top{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}
.plan__p{display:flex;flex-direction:column;gap:8px}
.plan__p p{font-size:13px;color:var(--text-2)}
.plan ul{flex:1;display:flex;flex-direction:column;gap:12px;padding-top:24px;border-top:1px solid var(--border)}
.plan li{display:flex;gap:10px;align-items:center}
.plan li svg{width:18px;height:18px;color:var(--text-brand);flex:none}
.plan--hot{border:0;background:var(--grad-deep)}
.price-note{display:flex;justify-content:center;align-items:center;gap:12px;color:var(--text-2);text-align:center}
.price-note svg{flex:none}

/* ============ 09 TEAM ============ */
.team{display:grid;grid-template-columns:1fr 1fr 400px;gap:16px}
.team.no-video{grid-template-columns:1fr 1fr}
.person{display:flex;flex-direction:column;gap:24px;padding:16px 16px 28px;border-radius:var(--r-xl);background:var(--bg-surface)}
.person__photo{height:360px;border-radius:var(--r-lg);background:linear-gradient(180deg,#e4ecfe,#86a8f8);display:grid;place-items:center;overflow:hidden}
.person__photo span{width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.55);display:grid;place-items:center;font-weight:600;font-size:40px;letter-spacing:-.02em;color:var(--blue-500)}
.person__photo img{width:100%;height:100%;object-fit:cover}
.person__i{display:flex;flex-direction:column;gap:6px;padding:0 12px}
.person__i p{color:var(--text-2)}
.person .tags{padding:0 12px}
.video{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:24px;padding:32px;border-radius:var(--r-xl);background:var(--grad-visual)}
.video__play{width:80px;height:80px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--blue-500);transition:transform .2s}
.video:hover .video__play{transform:scale(1.06)}
.video__play svg{width:26px;height:26px;margin-left:4px}
.video div{display:flex;flex-direction:column;gap:8px}
.video p{color:var(--text-2)}

/* ============ 10 GUARANTEES ============ */
.guar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:12px;border-radius:var(--r-xl);background:var(--bg-brand-subtle)}
.guar li{display:flex;flex-direction:column;justify-content:space-between;gap:48px;padding:28px;border-radius:var(--r-lg);background:var(--bg-page)}
.guar li div{display:flex;flex-direction:column;gap:10px}
.guar li p{color:var(--text-2)}

/* ============ 11 FAQ ============ */
.faq{display:grid;grid-template-columns:420px minmax(0,1fr);gap:64px;align-items:start}
.faq__l{display:flex;flex-direction:column;align-items:flex-start;gap:20px;position:sticky;top:24px}
.faq__l p{color:var(--text-2)}
.acc details{border-top:1px solid var(--border)}
.acc details:last-child{border-bottom:1px solid var(--border)}
.acc summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;cursor:pointer;list-style:none}
.acc summary::-webkit-details-marker{display:none}
.acc__btn{width:48px;height:48px;border-radius:50%;border:1px solid var(--border-strong);display:grid;place-items:center;flex:none;transition:background-color .2s,color .2s,transform .25s}
.acc__btn svg{width:20px;height:20px}
.acc details[open] .acc__btn{background:var(--bg-inverse);color:var(--text-inverse);border-color:var(--bg-inverse);transform:rotate(45deg)}
.acc details p{max-width:640px;padding:0 0 24px;color:var(--text-2)}
.acc summary:hover .acc__btn{background:var(--bg-surface-hover)}
.acc details[open] summary:hover .acc__btn{background:var(--bg-inverse)}

/* ============ 12 LEAD ============ */
.lead{position:relative;overflow:hidden;display:grid;grid-template-columns:460px minmax(0,1fr);gap:64px;padding:48px;border-radius:var(--r-xl);background:var(--grad-deep);isolation:isolate}
.lead::before{content:"";position:absolute;left:-80px;top:-120px;width:520px;height:320px;border-radius:50%;background:rgba(79,195,230,.35);filter:blur(140px);z-index:-1}
.lead__l{display:flex;flex-direction:column;justify-content:space-between;gap:40px}
.lead__l>div{display:flex;flex-direction:column;align-items:flex-start;gap:24px}
.lead__l h2{font-size:40px}
.lead__pts{display:flex;flex-direction:column;gap:14px;padding-top:8px}
.lead__pts li{display:flex;gap:12px;color:var(--text-2)}
.lead__pts svg{width:20px;height:20px;color:var(--text-brand);flex:none}
.lead__direct{gap:12px!important}
.lead__direct p{font-size:13px;color:var(--text-3)}
.quiz{display:flex;flex-direction:column;gap:28px;padding:32px;border-radius:var(--r-lg);background:var(--bg-glass);border:1px solid var(--border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}
.quiz fieldset{border:0;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;min-width:0}
.quiz legend,.quiz .q{padding:0;font-weight:500;font-size:15px;line-height:1.2;margin-bottom:12px}
.chips{display:flex;flex-wrap:wrap;gap:8px}
.chip input{position:absolute;opacity:0;pointer-events:none}
.chip span{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:var(--bg-page);font-size:12px;line-height:1.2;color:var(--text-2);cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}
.chip span svg{width:14px;height:14px;display:none}
.chip:hover span{border-color:var(--border-strong);color:var(--text-1)}
.chip input:checked+span{background:var(--bg-brand);border-color:var(--bg-brand);color:#fff}
.chip input:checked+span svg{display:block}
.chip input:focus-visible+span{outline:2px solid var(--blue-300);outline-offset:2px}
.field{display:flex;flex-direction:column;gap:8px;min-width:0}
.field label{font-size:13px;line-height:1.45}
.input{width:100%;padding:16px;border-radius:var(--r-xs);border:1.5px solid transparent;background:var(--bg-input);font-size:15px;line-height:1.5;outline:none;transition:border-color .15s,background-color .15s}
.input::placeholder{color:var(--text-3)}
.input:focus{border-color:var(--border-brand);background:var(--bg-page)}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.consent{display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.45;color:var(--text-2);cursor:pointer}
.consent input{appearance:none;-webkit-appearance:none;width:18px;height:18px;margin:1px 0 0;border-radius:5px;border:1.5px solid var(--border-strong);flex:none;display:grid;place-items:center;cursor:pointer}
.consent input:checked{background:var(--bg-brand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5L10 17L19 7'/%3E%3C/svg%3E") center/12px no-repeat;border-color:var(--bg-brand)}
.consent a{text-decoration:underline;text-underline-offset:2px}
.form__status{padding:12px 14px;border-radius:var(--r-sm);font-size:13px;line-height:1.45}
.form__status.is-error{background:rgba(255,92,92,.14);color:#ffb4b4}
.form__status.is-success{background:rgba(79,195,230,.16);color:#bfefff}

/* ============ 13 FOOTER ============ */
.footer{display:flex;flex-direction:column;gap:48px;padding-top:48px;border-top:1px solid var(--border)}
.footer__top{display:grid;grid-template-columns:420px repeat(3,minmax(0,1fr));gap:64px}
.footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:20px}
.footer__brand p{color:var(--text-2)}
.footer__col{display:flex;flex-direction:column;gap:14px}
.footer__col .h{font-size:12px;color:var(--text-3)}
.footer__col a:hover{color:var(--text-brand)}
.footer__legal{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;border-top:1px solid var(--border);font-size:13px;color:var(--text-3)}
.footer__legal div{display:flex;gap:32px}
.footer__legal a{color:var(--text-2)}
.footer__legal a:hover{color:var(--text-1)}

/* sticky CTA (mobile) */
.sticky{display:none}

/* reveal */
@media (prefers-reduced-motion:no-preference){
  .js .reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
  .js .reveal.is-in{opacity:1;transform:none}
}

/* ============ RESPONSIVE ============ */
@media (max-width:1240px){
  .hero__main{grid-template-columns:minmax(0,1fr) 400px}
  .hero__visual .phone{left:50px}
  .case-main{grid-template-columns:440px minmax(0,1fr);gap:40px;padding-right:32px}
  .team{grid-template-columns:1fr 1fr 320px}
  .footer__top{grid-template-columns:1fr 1fr 1fr 1fr;gap:32px}
  .faq{grid-template-columns:340px minmax(0,1fr);gap:40px}
  .lead{grid-template-columns:380px minmax(0,1fr);gap:40px}
}
@media (max-width:1024px){
  :root{--gutter:24px;--section-gap:96px}
  .t-display{font-size:52px}.t-h2{font-size:36px}.metric .t-display{font-size:60px}
  .nav__links{display:none}
  .hero__main{grid-template-columns:1fr;gap:24px;padding:40px 0 48px}
  .hero__visual{width:460px;max-width:100%;margin:0 auto}
  .hero__visual .phone{left:50%;margin-left:-150px}
  .stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .who{grid-template-columns:1fr 1fr}.who__card,.who__card:nth-child(n+4){grid-column:span 1}.who__card--hot{grid-column:1/-1!important}
  .case-main{grid-template-columns:1fr;padding:16px 16px 32px}
  .case-main .case__content{padding:0 12px}
  .cases-row{grid-template-columns:1fr}
  .scope{grid-template-columns:1fr}
  .why{grid-template-columns:1fr 1fr}
  .inc{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr}
  .step{flex-direction:row;gap:12px}.step__n::after{display:none}.step__c{min-height:0}
  .plans{grid-template-columns:1fr}
  .team,.team.no-video{grid-template-columns:1fr 1fr}.video{grid-column:1/-1;min-height:280px}
  .guar{grid-template-columns:1fr 1fr}
  .faq{grid-template-columns:1fr}.faq__l{position:static}
  .lead{grid-template-columns:1fr}
  .footer__top{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  :root{--gutter:16px;--section-gap:80px}
  body{padding-bottom:88px}
  .t-display{font-size:38px;line-height:1.05;letter-spacing:-.03em}
  .t-h2,.lead__l h2{font-size:30px;line-height:1.1}
  .t-title{font-size:20px}
  .t-stat{font-size:36px}
  .t-body-l{font-size:16px}
  .metric .t-display{font-size:44px}
  .sec{gap:32px}
  .sec-head{flex-direction:column;align-items:flex-start;gap:16px}
  .sec-head__l{gap:16px}
  .hero{padding:12px 16px 16px}
  .nav{padding:12px 0}
  .logo svg{width:64px;height:36px}
  .nav .btn{padding:12px 16px;gap:12px}
  .nav .btn svg{display:none}
  .hero__main{padding:24px 0 32px;gap:32px}
  .actions{flex-direction:column;align-self:stretch}
  .actions .btn{width:100%}
  .trust{flex-direction:column;align-items:flex-start;gap:4px}
  .trust i{display:none}
  .hero__visual{width:100%;height:640px}
  .float--a{top:80px}.float--b{top:500px}
  .stats{gap:10px}
  .stat{padding:16px;min-height:176px;gap:16px}
  .stat .t-stat{font-size:26px;white-space:nowrap}
  .stat p{font-size:12px}
  .who{grid-template-columns:1fr}
  .who__card{min-height:0;padding:20px;gap:32px}
  .case-main{padding:12px 12px 24px;gap:28px}
  .case-main .visual{height:680px}
  .case-main .case__content{padding:0 8px}
  .details div{grid-template-columns:1fr;gap:6px}
  .case-sm{padding:12px 12px 32px}
  .case-sm .visual{height:420px}
  .case-sm__c{padding:0 8px}
  .case-sm__m{flex-direction:column;align-items:flex-start;gap:8px}
  .ai{padding:40px 20px;gap:40px}
  .scope__col{padding:20px}
  .scope__col--full .checks{grid-template-columns:1fr}
  .compare thead{display:none}
  .compare tr{display:flex;flex-direction:column;gap:8px;padding:16px 0;border-top:1px solid var(--border)}
  .compare td{padding:0;border:0;width:auto!important}
  .compare td:first-child{font-weight:500;color:var(--text-1)}
  .ai-cta{flex-direction:column;align-items:stretch;gap:20px;padding:20px}
  .why{grid-template-columns:1fr}
  .why li{padding:20px 0 24px}
  .inc{grid-template-columns:1fr}
  .inc li{min-height:0;padding:20px}
  .step__c{padding:20px}
  .plan{padding:24px}
  .team,.team.no-video{grid-template-columns:1fr}
  .person__photo{height:300px}
  .video{min-height:340px;padding:24px}
  .guar{grid-template-columns:1fr;padding:8px;gap:8px}
  .guar li{padding:20px;gap:24px}
  .faq{gap:32px}
  .acc summary{padding:18px 0;gap:12px}
  .acc__btn{width:40px;height:40px}
  .lead{padding:28px 12px 12px;gap:32px}
  .lead__l{padding:0 8px}
  .quiz{padding:16px;gap:24px}
  .row2{grid-template-columns:1fr}
  .footer__top{grid-template-columns:1fr;gap:32px}
  .footer__legal{flex-direction:column;align-items:flex-start}
  .footer__legal div{flex-direction:column;gap:8px}
  .sticky{display:flex;gap:8px;position:fixed;left:0;right:0;bottom:0;z-index:50;padding:12px 16px calc(16px + env(safe-area-inset-bottom));background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--n-200);box-shadow:0 -8px 24px rgba(12,17,80,.12);transition:transform .3s ease}
  .sticky .btn{flex:1}
  .sticky .sticky__tg{width:52px;height:52px;flex:none;border-radius:50%;border:1px solid var(--navy-900);display:grid;place-items:center;color:var(--navy-900)}
  .sticky .sticky__tg svg{width:20px;height:20px}
  .sticky.is-hidden{transform:translateY(110%)}
}
@media (max-width:380px){
  .hero__visual{transform:scale(.92);transform-origin:top center;height:600px}
}
