:root{
  --bg: #f7f9fc;
  --surface: #ffffff;
  --text: #0b1220;
  --muted: #51607a;
  --line: rgba(15, 23, 42, .10);
  --brand: #0b5fff;
  --brand2:#00b3ff;
  --shadow: 0 18px 45px rgba(2, 10, 28, .10);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(900px 500px at 15% 10%, rgba(11,95,255,.12), transparent 55%),
              radial-gradient(900px 500px at 85% 20%, rgba(0,179,255,.10), transparent 55%),
              var(--bg);
  color:var(--text);
  line-height:1.6;
}

a{color:inherit;text-decoration:none}
.container{max-width:1140px;margin:0 auto;padding:0 20px}

header{
  position:sticky;top:0;z-index:50;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0; gap:14px;
}
.brand{display:flex;align-items:center;gap:12px;min-width:160px}
.brand img{height:44px;width:auto;display:block}
.brand-name{display:flex;flex-direction:column;line-height:1.1}
.brand-name strong{font-size:14px}
.brand-name span{font-size:12px;color:var(--muted)}

.menu{display:flex;gap:6px;align-items:center}
.menu a{
  color:var(--muted);
  padding:10px 12px;border-radius:12px;
  font-weight:600;font-size:14px;
}
.menu a.active,.menu a:hover{color:var(--text);background:rgba(11,95,255,.08)}
.cta{
  display:inline-flex;align-items:center;justify-content:center;
  padding:11px 14px;border-radius:12px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color:white;font-weight:800;border:0;cursor:pointer;
  box-shadow: 0 10px 30px rgba(11,95,255,.18);
}
.ghost{
  display:inline-flex;align-items:center;justify-content:center;
  padding:11px 14px;border-radius:12px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.6);
  color:var(--text);font-weight:800;
}

.mobile-btn{
  display:none;
  border:1px solid var(--line);
  background:rgba(255,255,255,.75);
  border-radius:12px;
  padding:10px 12px;
  font-weight:800;
}

.hero{padding:64px 0 28px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:stretch;
}
.badge{
  display:inline-flex;align-items:center;gap:10px;
  padding:8px 12px;border-radius:999px;
  border:1px solid rgba(11,95,255,.18);
  background: rgba(11,95,255,.06);
  color: #103b9b;
  font-weight:700;
  width:fit-content;
}
.badge-dot{width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2))}
h1{font-size:46px;line-height:1.08;margin:14px 0 12px;letter-spacing:-.02em}
.lead{color:var(--muted);font-size:16px;margin:0 0 18px;max-width:58ch}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}
.hero-note{margin-top:14px;color:var(--muted);font-size:13px}

.card{
  background: var(--surface);
  border:1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.card.pad{padding:18px}
.card.soft{
  background: linear-gradient(180deg, rgba(11,95,255,.06), rgba(255,255,255,.95));
}

.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}
.kpi{padding:14px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.75)}
.kpi .num{font-weight:900;font-size:20px}
.kpi .lbl{color:var(--muted);font-size:12px;margin-top:2px}

.section{padding:44px 0}
.section-title{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:14px}
.section-title h2{margin:0;font-size:26px;letter-spacing:-.01em}
.section-title p{margin:0;color:var(--muted);max-width:65ch}

.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}

.feature{padding:18px}
.feature h3{margin:10px 0 6px;font-size:16px}
.feature p{margin:0;color:var(--muted);font-size:14px}
.icon{
  width:42px;height:42px;border-radius:14px;
  background: rgba(11,95,255,.10);
  border:1px solid rgba(11,95,255,.18);
  display:flex;align-items:center;justify-content:center;
}
.icon svg{width:18px;height:18px;fill:#1e4fd6}

.list{margin:10px 0 0;padding:0 0 0 18px;color:var(--muted);font-size:14px}
.list li{margin:6px 0}

.strip{
  background: linear-gradient(135deg, rgba(11,95,255,.14), rgba(0,179,255,.10));
  border:1px solid rgba(11,95,255,.18);
  border-radius: 22px;
  padding:20px;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
}
.strip h3{margin:0;font-size:18px}
.strip p{margin:4px 0 0;color:var(--muted)}
.strip .actions{display:flex;gap:10px;flex-wrap:wrap}

.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.step{padding:16px}
.step .tag{font-size:12px;color:#103b9b;font-weight:900}
.step h3{margin:6px 0 6px;font-size:16px}
.step p{margin:0;color:var(--muted);font-size:14px}

.form{padding:18px}
label{display:block;margin:10px 0 6px;color:var(--muted);font-size:13px;font-weight:700}
input,textarea{
  width:100%;padding:12px 12px;border-radius:12px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.9);
  color:var(--text);
  outline:none;
}
textarea{min-height:130px;resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.notice{margin-top:10px;color:var(--muted);font-size:13px}

footer{
  border-top:1px solid var(--line);
  padding:18px 0;margin-top:30px;color:var(--muted);
  background: rgba(255,255,255,.70);
}
.footer-grid{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:center}
.footer-links{display:flex;gap:14px;flex-wrap:wrap}
.footer-links a{color:var(--muted)}
.footer-links a:hover{color:var(--text)}

.small{font-size:12px;color:var(--muted)}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .timeline{grid-template-columns:1fr}
  h1{font-size:38px}
  .kpis{grid-template-columns:1fr}
}
@media (max-width: 720px){
  .menu{display:none}
  .mobile-btn{display:inline-flex}
  .menu.open{
    display:flex; position:absolute; top:64px; right:20px;
    flex-direction:column; gap:6px;
    background:rgba(255,255,255,.95);
    border:1px solid var(--line);
    border-radius:16px;
    padding:10px;
    box-shadow: var(--shadow);
  }
}
