
:root{
  --bg:#f4f7fb; --card:#fff; --text:#0f172a; --muted:#64748b;
  --navy:#0f172a; --blue:#0f2c67; --green:#16a34a;
  --yellow:#f59e0b; --red:#dc2626; --line:#e2e8f0;
  --shadow:0 14px 40px rgba(15,23,42,.10);
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
a{text-decoration:none;color:inherit}
.container{max-width:1180px;margin:auto;padding:0 22px}
.top{background:var(--navy);color:#cbd5e1;font-size:14px}
.top .container{display:flex;justify-content:space-between;gap:16px;padding-top:8px;padding-bottom:8px}
.header{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}
.nav{display:flex;justify-content:space-between;align-items:center;padding:16px 0}
.logo{display:flex;gap:12px;align-items:center;font-weight:900}
.logo-mark{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--green));color:white;display:grid;place-items:center}
.menu{display:flex;gap:18px;font-weight:700;color:#334155}
.menu a:hover{color:var(--blue)}
.btn{display:inline-block;background:var(--navy);color:white;padding:12px 18px;border-radius:14px;font-weight:800}
.btn.green{background:var(--green)}
.btn.light{background:white;color:var(--navy);border:1px solid var(--line)}
.hero{padding:82px 0 58px;background:radial-gradient(circle at top right,#dbeafe 0,#f4f7fb 35%,#f8fafc 100%)}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}
.kicker{color:var(--green);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:13px}
h1{font-size:54px;line-height:1.05;margin:12px 0 18px;letter-spacing:-.04em}
.lead{font-size:19px;color:var(--muted);max-width:720px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.card,.panel{background:white;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow)}
.metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.metric{background:#f8fafc;border:1px solid var(--line);border-radius:18px;padding:16px}
.metric strong{display:block;font-size:31px}
.metric span{color:var(--muted);font-size:13px;font-weight:700}
.section{padding:72px 0}
.title{max-width:790px;margin-bottom:30px}
.title h2{font-size:38px;margin:0 0 12px;line-height:1.15;letter-spacing:-.03em}
.title p{margin:0;color:var(--muted);font-size:17px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.icon{width:46px;height:46px;border-radius:16px;background:#e0ecff;display:grid;place-items:center;font-size:22px}
.card h3{margin:12px 0 8px;font-size:21px}
.card p{color:var(--muted);margin:0}
.product{background:linear-gradient(135deg,#0f172a,#0f2c67);color:white}
.product .title p,.product .card p{color:#cbd5e1}
.product .card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);box-shadow:none}
.list{padding:0;margin:0;list-style:none}
.list li{border-bottom:1px solid var(--line);padding:12px 0;display:flex;gap:10px}
.list li:before{content:"✓";color:var(--green);font-weight:900}
.badge{display:inline-block;background:#dcfce7;color:#166534;padding:6px 12px;border-radius:999px;font-weight:900;font-size:12px}
.badge.warn{background:#fef3c7;color:#92400e}
.cta{background:#0f172a;color:white;border-radius:30px;padding:42px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.cta p{color:#cbd5e1}
.footer{background:#0f172a;color:#cbd5e1;padding:44px 0;margin-top:40px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:20px}
.footer h3{color:white;margin-top:0}
.footer a{display:block;margin:8px 0}
.page-hero{padding:54px 0;background:white;border-bottom:1px solid var(--line)}
.page-hero h1{font-size:44px}
input,textarea{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font:inherit}
textarea{min-height:140px}.form{display:grid;gap:12px}
@media(max-width:900px){.hero-grid,.grid2,.footer-grid{grid-template-columns:1fr}.grid3{grid-template-columns:1fr}.menu{display:none}h1{font-size:39px}.cta{display:block}.top .container{display:block}}
