:root{--blue:#1155d9;--blue2:#0b3eb6;--orange:#ff6a00;--navy:#071b3f;--text:#07142f;--muted:#52647d;--line:#dbe7f5;--bg:#f5f9ff;--soft:#edf6ff;--green:#0f9f4a;--shadow:0 18px 45px rgba(11,43,87,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.55}.container{max-width:1220px;margin:0 auto;padding:0 28px}.site-header{height:86px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(10px)}.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:14px;text-decoration:none}.brand-icon{width:52px;height:52px;border-radius:12px;box-shadow:0 8px 18px rgba(1,20,55,.18)}.brand-word{font-size:38px;font-weight:900;letter-spacing:-1.8px;color:var(--blue)}.brand-word strong{color:var(--orange);font-weight:900}.nav{display:flex;align-items:center;gap:36px}.nav a{color:#07142f;font-weight:800;text-decoration:none;font-size:15px;position:relative}.nav a.active:after,.nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:3px;background:var(--blue);border-radius:99px}.hero{position:relative;overflow:hidden;background:linear-gradient(115deg,#f7fbff 0%,#eff7ff 55%,#eaf5ff 100%);border-bottom:1px solid #e9f1fb}.wave{position:absolute;inset:0;background:radial-gradient(circle at 80% 35%,rgba(17,85,217,.12),transparent 28%),linear-gradient(150deg,transparent 55%,rgba(255,255,255,.7) 55%);opacity:.9}.wave:after{content:"";position:absolute;right:-80px;top:120px;width:580px;height:420px;border-radius:50%;border:1px solid rgba(17,85,217,.09);box-shadow:-26px 28px 0 rgba(17,85,217,.035),-54px 58px 0 rgba(17,85,217,.025);transform:rotate(-18deg)}.hero-grid{position:relative;display:grid;grid-template-columns:1fr 520px;gap:86px;align-items:center;min-height:600px;padding-top:70px;padding-bottom:70px}.eyebrow{margin:0 0 16px;color:var(--blue2);font-weight:900;letter-spacing:4px;font-size:14px}.hero h1{font-size:54px;line-height:1.08;letter-spacing:-2.4px;margin:0 0 24px;max-width:650px}.lead{font-size:21px;color:var(--muted);max-width:650px;margin:0 0 34px}.actions{display:flex;gap:20px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;padding:15px 28px;font-weight:900;text-decoration:none;transition:.18s ease;border:1px solid transparent}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#1767f2,#0b43c6);color:#fff;box-shadow:0 12px 22px rgba(17,85,217,.2)}.btn-outline{background:#fff;color:var(--blue2);border-color:var(--blue)}.btn-accent{background:linear-gradient(135deg,#ff7a17,#ff5b00);color:#fff;box-shadow:0 12px 22px rgba(255,106,0,.22)}.showcase-card{background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:28px 32px;min-height:410px}.showcase-top{display:grid;grid-template-columns:116px 1fr;gap:24px;align-items:center;margin-bottom:22px}.showcase-icon{width:116px;height:116px;border-radius:20px;box-shadow:0 12px 24px rgba(0,19,56,.18)}.small-note{margin:0 0 4px;color:var(--blue);font-size:15px}.showcase-card h2{font-size:46px;line-height:1;margin:0;color:var(--blue);letter-spacing:-2px}.showcase-card h2 strong{color:var(--orange)}.feature-list{display:grid;gap:14px}.mini-feature{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center}.mini-icon{width:48px;height:48px;border-radius:13px;background:#eef5ff;display:flex;align-items:center;justify-content:center;font-size:23px}.mini-feature b{display:block;font-size:15px}.mini-feature small{display:block;color:var(--muted);font-size:13px;line-height:1.35}.status{margin-top:24px;padding:12px 16px;border-radius:9px;font-weight:900;font-size:14px}.status-ok{color:#087a32;background:#e9f8ed}.section{padding:54px 0}.section-title{text-align:center;margin-bottom:28px}.section-title h2{font-size:31px;line-height:1.2;margin:0;letter-spacing:-.8px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card,.feature-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 32px rgba(3,30,70,.06);padding:28px}.product-card{min-height:350px;display:flex;flex-direction:column}.product-head{display:flex;align-items:center;gap:18px;margin-bottom:14px}.product-head h3{font-size:24px;margin:0}.product-icon{width:72px;height:72px;border-radius:14px;background:#eff5ff;display:flex;align-items:center;justify-content:center;font-size:36px}.product-icon.image{object-fit:cover;background:#07142f}.product-icon.purple{background:#f1eaff}.product-card p{color:var(--muted);margin:0 0 18px}.check-list{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:7px}.check-list li{position:relative;padding-left:24px;font-size:14px}.check-list li:before{content:"✓";position:absolute;left:0;top:1px;width:16px;height:16px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900}.pill{margin-top:auto;display:block;text-align:center;padding:10px 12px;border-radius:8px;font-weight:900;font-size:14px}.green{background:#e9f8ed;color:#087a32}.orange{background:#fff0e3;color:#ff5b00}.violet{background:#f2eafd;color:#5b24d9}.features-section{padding-top:10px}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.feature-card span{font-size:34px;display:block;margin-bottom:12px}.feature-card h3{margin:0 0 8px}.feature-card p{margin:0;color:var(--muted);font-size:15px}.footer{background:radial-gradient(circle at 20% 10%,#0e3a7d 0,#061a3d 42%,#03122d 100%);color:#fff;margin-top:30px}.footer-cta{padding:38px 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.14)}.footer-message{display:flex;align-items:center;gap:20px}.mail-icon{width:58px;height:58px;border-radius:12px;background:#1767f2;display:flex;align-items:center;justify-content:center;font-size:28px}.footer h2{margin:0 0 2px;font-size:24px}.footer p{margin:0;color:#d9e7ff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;color:#d9e7ff;font-size:14px}.footer-bottom nav{display:flex;gap:34px}.footer a{color:#fff;text-decoration:none}.page-main{background:#f7fbff;min-height:calc(100vh - 86px);padding:72px 0}.legal-card{max-width:960px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:18px;padding:46px;box-shadow:0 14px 35px rgba(3,30,70,.06)}.legal-card h1{font-size:42px;margin:0 0 14px;letter-spacing:-1.2px}.legal-card h2{margin-top:34px}.legal-card p{font-size:17px;color:#17233b}.contact-box{display:inline-block;margin:22px 0;padding:18px 22px;border:1px solid var(--line);border-radius:12px;font-weight:900;background:#fff;color:#07142f;text-decoration:none}@media(max-width:960px){.container{padding:0 20px}.site-header{height:auto}.header-inner{height:auto;padding-top:16px;padding-bottom:16px;align-items:flex-start;gap:18px;flex-direction:column}.nav{gap:18px;flex-wrap:wrap}.brand-word{font-size:32px}.brand-icon{width:46px;height:46px}.hero-grid{grid-template-columns:1fr;gap:34px;min-height:auto;padding-top:48px;padding-bottom:48px}.hero h1{font-size:42px}.lead{font-size:18px}.showcase-card{max-width:560px}.product-grid,.features-grid{grid-template-columns:1fr}.footer-cta,.footer-bottom{flex-direction:column;align-items:flex-start;gap:22px}.legal-card{padding:30px}}@media(max-width:560px){.hero h1{font-size:36px}.showcase-top{grid-template-columns:1fr;text-align:left}.showcase-card h2{font-size:38px}.actions{flex-direction:column}.btn{width:100%}.footer-bottom nav{gap:18px;flex-wrap:wrap}.legal-card h1{font-size:34px}}
