:root {
  --navy: #0F1F3D;
  --blue: #1A56DB;
  --blue-lt: #EEF3FF;
  --green: #0C7040;
  --green-lt: #E6F4EE;
  --green-btn: #0A8A4E;
  --gray-1: #F7F8FA;
  --gray-2: #EDEEF1;
  --gray-3: #D1D5DB;
  --gray-4: #6B7280;
  --gray-5: #374151;
  --white: #FFFFFF;
  --text: #111827;
  --radius: 10px;
  --radius-lg: 16px;
  --max-w: 1160px;
  --transition: 0.2s ease;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#fff !important;color:#111827;font-family:Inter,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{max-width:1160px;margin:0 auto;padding:0 40px}
section{padding:96px 0}
h1,h2,h3,h4{font-family:Syne,sans-serif;color:#0F1F3D;line-height:1.1;letter-spacing:-0.02em}
h1{font-size:clamp(38px,5vw,70px);font-weight:800}
h2{font-size:clamp(28px,3.5vw,48px);font-weight:700}
h3{font-size:clamp(20px,2vw,26px);font-weight:600}
h4{font-size:18px;font-weight:600}
p{color:#374151}
.lead{font-size:18px;line-height:1.75;color:#374151}
.section-label{display:inline-block;font-size:12px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#0A8A4E;margin-bottom:14px}
nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,0.97);backdrop-filter:blur(12px);border-bottom:1px solid #EDEEF1}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px}
.nav-logo{display:flex;align-items:center;gap:10px;font-family:Syne,sans-serif;font-weight:700;font-size:17px;color:#0F1F3D}
.nav-logo .logo-mark{width:34px;height:34px;background:#0F1F3D;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:white}
.nav-links{display:flex;align-items:center;gap:2px;list-style:none}
.nav-links a{padding:8px 14px;border-radius:8px;font-size:14px;font-weight:500;color:#374151;transition:color 0.2s,background 0.2s}
.nav-links a:hover{color:#0F1F3D;background:#F7F8FA}
.nav-links a.active{color:#0F1F3D;font-weight:600}
.nav-cta{background:#0F1F3D !important;color:white !important;padding:9px 18px !important;border-radius:8px !important;font-weight:600 !important;font-size:14px !important}
.nav-cta:hover{background:#1a2f52 !important}
.nav-burger{display:none;background:none;border:none;cursor:pointer;padding:8px}
.nav-burger span{display:block;width:22px;height:2px;background:#0F1F3D;margin:5px 0}
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 24px;border-radius:10px;font-family:Syne,sans-serif;font-weight:700;font-size:15px;cursor:pointer;border:none;transition:all 0.2s;text-decoration:none;white-space:nowrap}
.btn svg{width:16px;height:16px;flex-shrink:0;transition:transform 0.2s}
.btn:hover svg{transform:translateX(3px)}
.btn-navy{background:#0F1F3D;color:white}
.btn-navy:hover{background:#1a2f52}
.btn-green{background:#0A8A4E;color:white}
.btn-green:hover{background:#098042}
.btn-outline{background:white;color:#0F1F3D;border:1.5px solid #D1D5DB}
.btn-outline:hover{border-color:#0F1F3D;background:#F7F8FA}
.btn-lg{padding:16px 32px;font-size:16px;border-radius:12px}
.tag{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:100px;font-size:12px;font-weight:600}
.tag-green{background:#E6F4EE;color:#0C7040}
.tag-blue{background:#EEF3FF;color:#1A56DB}
.tag-dot{width:6px;height:6px;border-radius:50%;background:currentColor}
.card{background:white;border:1px solid #EDEEF1;border-radius:16px;padding:32px;transition:box-shadow 0.2s,border-color 0.2s}
.card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.08);border-color:#D1D5DB}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);background:#EDEEF1;gap:1px;border-radius:16px;overflow:hidden;border:1px solid #EDEEF1}
.stat-box{background:white;padding:32px 28px}
.stat-box .s-num{font-family:Syne,sans-serif;font-size:36px;font-weight:800;color:#0F1F3D;line-height:1;margin-bottom:6px}
.stat-box .s-lbl{font-size:13px;color:#6B7280;line-height:1.4}
.stat-box.hi .s-num{color:#0A8A4E}
.checklist{list-style:none;display:flex;flex-direction:column;gap:12px}
.checklist li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:#374151}
.check{width:20px;height:20px;border-radius:6px;background:#E6F4EE;color:#0C7040;display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0;margin-top:2px;font-weight:700}
.module-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:40px}
.module-card{background:white;border:1px solid #EDEEF1;border-radius:10px;padding:20px 16px;transition:border-color 0.2s}
.module-card:hover{border-color:#0F1F3D}
.module-card .ml{font-family:Syne,sans-serif;font-size:26px;font-weight:800;color:#0F1F3D;margin-bottom:8px}
.module-card h4{font-size:13px;margin-bottom:4px;color:#0F1F3D}
.module-card p{font-size:11px;color:#6B7280;line-height:1.5}
.module-card .mc{font-size:11px;color:#0A8A4E;font-weight:600;margin-top:8px}
.form-group{margin-bottom:16px}
.form-group label{display:block;margin-bottom:7px;font-size:13px;font-weight:500;color:#374151}
.form-group input,.form-group select,.form-group textarea{width:100%;background:white;border:1.5px solid #D1D5DB;border-radius:10px;padding:12px 16px;color:#111827;font-family:Inter,sans-serif;font-size:15px;outline:none;transition:border-color 0.2s;-webkit-appearance:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0F1F3D}
.form-group textarea{resize:vertical;min-height:96px}
.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}
.form-success{display:none;background:#E6F4EE;border:1px solid #b6dfc9;border-radius:10px;padding:24px;text-align:center}
.form-success.visible{display:block}
.form-success h4{color:#0C7040;margin-bottom:6px}
footer{background:#0F1F3D;color:white;padding:56px 0 32px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:40px}
.footer-brand p{font-size:14px;color:rgba(255,255,255,0.45);margin-top:12px;max-width:260px;line-height:1.6}
.footer-logo{display:inline-flex;align-items:center;gap:10px;font-family:Syne,sans-serif;font-weight:700;font-size:17px;color:white}
.footer-logo .logo-mark{width:34px;height:34px;background:rgba(255,255,255,0.1);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800}
.footer-col h5{font-size:11px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.35);margin-bottom:16px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-col li a{font-size:14px;color:rgba(255,255,255,0.6);transition:color 0.2s}
.footer-col li a:hover{color:white}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid rgba(255,255,255,0.08);font-size:13px;color:rgba(255,255,255,0.35)}
@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.fade-up{animation:fadeUp 0.6s ease both}
.fade-up-2{animation:fadeUp 0.6s 0.1s ease both}
.fade-up-3{animation:fadeUp 0.6s 0.2s ease both}
.fade-up-4{animation:fadeUp 0.6s 0.3s ease both}
@media(max-width:960px){.module-grid{grid-template-columns:repeat(3,1fr)}.stats-row{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.form-grid-2{grid-template-columns:1fr}}
@media(max-width:768px){section{padding:64px 0}.container{padding:0 20px}.nav-links,.nav-cta{display:none}.nav-burger{display:block}nav.mobile-open .nav-links{display:flex;flex-direction:column;position:fixed;top:68px;left:0;right:0;background:white;padding:16px 20px;gap:4px;border-bottom:1px solid #EDEEF1;z-index:99}nav.mobile-open .nav-cta{display:flex;margin:8px 0 0}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.stats-row{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.module-grid{grid-template-columns:repeat(2,1fr)}}
footer ul{list-style:none}
footer .logo-mark{font-family:Syne,sans-serif;font-weight:800}
@media(max-width:768px){
  nav.mobile-open .nav-links{
    display:flex !important;
    flex-direction:column;
    position:fixed;
    top:68px;left:0;right:0;
    background:white;
    padding:16px 20px;
    gap:4px;
    border-bottom:1px solid #EDEEF1;
    z-index:99;
    box-shadow:0 8px 24px rgba(0,0,0,0.08);
  }
  nav.mobile-open .nav-links a{
    padding:12px 16px;
    font-size:16px;
    border-radius:8px;
    display:block;
  }
}
.nav-burger{z-index:200;min-width:44px;min-height:44px;display:none;align-items:center;justify-content:center}
@media(max-width:768px){.nav-burger{display:flex}}

/* ===== ЕДИНЫЙ ВЕРТИКАЛЬНЫЙ РИТМ ===== */
section{padding:88px 0}
.page-hero{padding:120px 0 72px}
.sec-tight{padding-top:0 !important}
.sec-gray{background:#F7F8FA;border-top:1px solid #EDEEF1;border-bottom:1px solid #EDEEF1}
.sec-band{padding:36px 0;border-top:1px solid #EDEEF1}
@media(max-width:768px){
  section{padding:56px 0}
  .page-hero{padding:96px 0 48px}
}

/* ===== ПОЛИРОВКА ===== */
h1,h2,h3{text-wrap:balance}
.lead{text-wrap:pretty}
.card,.module-card,.feat-card,.whynow-card,.team-card,.lineb-card{transition:box-shadow 0.2s ease,border-color 0.2s ease,transform 0.2s ease}
.feat-card:hover,.whynow-card:hover,.module-card:hover{transform:translateY(-2px)}
.section-label{position:relative;padding-left:0}
a{transition:color 0.15s ease}
.btn{transition:all 0.2s ease}
.btn-navy:hover,.btn-green:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(15,31,61,0.18)}

/* ===== ФУТЕР v2 ===== */
footer{padding:72px 0 36px}
.footer-grid{margin-bottom:48px}
.footer-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}
.footer-tags span{font-size:12px;color:rgba(255,255,255,0.5);background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);padding:4px 10px;border-radius:6px}
.footer-bottom{padding-top:28px}
.form-consent{display:block;position:relative;padding-left:26px;font-size:13px;color:#6B7280;margin-bottom:16px;line-height:1.5;cursor:pointer}
.form-consent input{position:absolute;left:0;top:2px;width:16px;height:16px;accent-color:#0A8A4E;cursor:pointer}
.form-consent a{color:#1A56DB}
.howto-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}
.howto-step{background:white;border:1px solid #EDEEF1;border-radius:14px;padding:28px 24px}
.howto-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#0A8A4E;color:white;font-weight:700;font-size:16px;margin-bottom:14px}
.howto-step h4{font-size:17px;color:#0F1F3D;margin-bottom:8px}
.howto-step p{font-size:14px;color:#6B7280;line-height:1.6}
.howto-nda{margin-top:28px;font-size:14px;color:#6B7280}
.howto-nda a{color:#1A56DB}
@media(max-width:768px){.howto-grid{grid-template-columns:1fr}}
.msg-section{margin-top:40px}
.msg-title{font-size:18px;color:#0F1F3D;margin-bottom:16px}
.msg-btns{display:flex;flex-wrap:wrap;gap:12px}
.msg-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border-radius:12px;font-weight:600;font-size:15px;color:white;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}
.msg-btn svg{width:20px;height:20px;flex-shrink:0;fill:white}
.msg-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.12);color:white}
.msg-tg{background:#229ED9}
.msg-wa{background:#25D366}
.msg-max{background:linear-gradient(135deg,#2D7FF9,#8B5CF6)}
.cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:1000;max-width:760px;margin:0 auto;background:white;border:1px solid #EDEEF1;border-radius:14px;box-shadow:0 8px 30px rgba(15,31,61,.15);padding:18px 22px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.cookie-banner p{font-size:13.5px;color:#374151;margin:0;flex:1;min-width:240px;line-height:1.5}
.cookie-banner a{color:#1A56DB}
.cookie-btns{display:flex;gap:10px;flex-shrink:0}
.cookie-banner .btn{padding:9px 18px;font-size:14px}
@media(max-width:560px){.cookie-banner{flex-direction:column;align-items:stretch}.cookie-btns .btn{flex:1}}

.cookie-btns .btn{justify-content:center}
@media(max-width:560px){.stat-box{padding:24px 18px}.stat-box .s-num{font-size:26px}}
@media(max-width:380px){.stat-box .s-num{font-size:23px}}
@media(max-width:560px){
  .hero-btns,.cta-group,.quick-links{flex-direction:column;align-items:stretch}
  .hero-btns .btn,.cta-group .btn,.quick-links .btn,.split-card .btn,.promo .btn,.promo-strip .btn{width:100%!important;justify-content:center!important}
}
.nav-logo span{font-family:Syne,sans-serif;font-weight:800;font-size:19px;color:#0F1F3D;letter-spacing:-0.3px}
.footer-logo span{font-family:Syne,sans-serif;font-weight:800;font-size:19px;color:#fff;letter-spacing:-0.3px}
.hero-slogan{font-size:15px;color:#0A8A4E;font-weight:600;margin-top:14px}
.nav-logo{display:flex;flex-direction:column;align-items:flex-start;gap:1px;line-height:1.05}
.nav-logo .brand-tag{font-family:Inter,sans-serif;font-size:10.5px;font-weight:500;color:#0A8A4E;letter-spacing:0;text-transform:none}
