:root{
  --brand-600:#0A84FF;
  --brand-500:#1AA7FF;
  --navy-950:#0B1F3A;
  --ink:#0B1220;

  --bg:#F6F9FF;
  --bg2:#FFFFFF;
  --card:#FFFFFF;
  --border:#E3EAF6;
  --muted:#50627A;

  --shadow: 0 18px 45px rgba(11,31,58,.10);
  --shadow2: 0 10px 25px rgba(11,31,58,.08);
  --radius: 18px;
  --radius2: 26px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--ink);
  background:
    radial-gradient(900px 500px at 20% -10%, rgba(10,132,255,.16), transparent 60%),
    radial-gradient(800px 500px at 80% 0%, rgba(26,167,255,.12), transparent 55%),
    linear-gradient(180deg, #FFFFFF, var(--bg) 35%, #FFFFFF 110%);
}

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

.topbar{
  position:sticky; top:0; z-index:50;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
}
.topbar .row{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{
  display:flex; align-items:center; gap:12px;
}
.brand img{height:34px; width:auto; display:block}
.brand .name{font-weight:800; letter-spacing:-.02em}
.brand .tag{font-size:12px; color:var(--muted); margin-top:2px}

.nav{
  display:flex; align-items:center; gap:18px;
  font-size:14px; color:var(--muted);
}
.nav a{padding:8px 10px; border-radius:999px}
.nav a:hover{background:rgba(11,31,58,.04); color:var(--ink)}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:11px 16px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:700;
  cursor:pointer;
  transition: transform .08s ease, box-shadow .18s ease, opacity .18s ease, background .18s ease, border-color .18s ease;
}
.btn:active{transform: translateY(1px)}
.btn.primary{background:var(--brand-600); color:#fff; box-shadow: var(--shadow2)}
.btn.primary:hover{background:#0876E6}
.btn.ghost{background:#fff; border-color:var(--border); color:var(--ink)}
.btn.ghost:hover{border-color:#C9D7EE; box-shadow: var(--shadow2)}

.hero{
  padding:62px 0 22px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.25fr .85fr;
  gap:26px;
  align-items:stretch;
}
@media (max-width: 940px){
  .nav{display:none}
  .hero-grid{grid-template-columns:1fr}
}

.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.80);
  border-radius:999px;
  font-size:12px;
  color:var(--muted);
}
.pill .dot{
  width:10px; height:10px; border-radius:50%;
  background: linear-gradient(180deg, var(--brand-600), var(--brand-500));
  box-shadow: 0 6px 18px rgba(10,132,255,.25);
}

.h1{
  margin:14px 0 0;
  font-size:56px;
  line-height:1.02;
  letter-spacing:-.04em;
}
@media (max-width: 520px){
  .h1{font-size:40px}
}
.lead{
  margin:14px 0 0;
  font-size:18px;
  line-height:1.6;
  color:var(--muted);
  max-width: 54ch;
}
.hero-cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}
.proof{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:10px;
}
@media (max-width: 740px){
  .proof{grid-template-columns: repeat(2, 1fr)}
}
.proof .p{
  border:1px solid var(--border);
  background:rgba(255,255,255,.86);
  border-radius:14px;
  padding:10px 12px;
}
.proof .k{font-size:12px; color:var(--muted)}
.proof .v{font-weight:800; margin-top:2px; letter-spacing:-.01em}

.card{
  background:var(--card);
  border:1px solid var(--border);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
}
.card .head{
  padding:16px 18px;
  border-bottom:1px solid var(--border);
}
.card .head .t{font-weight:900; letter-spacing:-.02em}
.card .head .s{font-size:12px; color:var(--muted); margin-top:2px}
.card .body{padding:16px 18px}
.list{display:grid; gap:10px}
.item{
  display:flex; gap:12px;
  padding:12px;
  border:1px solid var(--border);
  background: linear-gradient(180deg, rgba(10,132,255,.06), rgba(255,255,255,1));
  border-radius:16px;
}
.ico{
  width:40px; height:40px;
  border-radius:14px;
  display:grid; place-items:center;
  background: rgba(10,132,255,.12);
  color: var(--brand-600);
  flex: 0 0 auto;
}
.item .tt{font-weight:900}
.item .dd{font-size:13px; color:var(--muted); margin-top:2px; line-height:1.45}

.section{
  padding:44px 0;
}
.section-title{
  display:flex; align-items:flex-end; justify-content:space-between; gap:18px;
  margin-bottom:16px;
}
.section-title h2{
  margin:0;
  font-size:28px;
  letter-spacing:-.02em;
}
.section-title p{
  margin:6px 0 0;
  color:var(--muted);
  max-width: 70ch;
  line-height:1.6;
}
.grid3{
  display:grid; gap:14px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 940px){ .grid3{grid-template-columns:1fr} }

.service{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid var(--border);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 25px rgba(11,31,58,.06);
}
.service .st{display:flex; align-items:center; gap:10px}
.badge{
  font-size:12px;
  font-weight:800;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(10,132,255,.10);
  color: var(--navy-950);
  border:1px solid rgba(10,132,255,.18);
}
.service h3{
  margin:10px 0 6px;
  letter-spacing:-.01em;
}
.service p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}
.bullets{
  margin:12px 0 0;
  padding-left: 18px;
  color:var(--muted);
  line-height:1.65;
}

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
@media (max-width: 940px){ .split{grid-template-columns:1fr} }

.callout{
  border-radius: var(--radius2);
  background: linear-gradient(135deg, rgba(11,31,58,1), rgba(11,31,58,.92));
  color:#fff;
  padding:18px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 50px rgba(11,31,58,.22);
}
.callout .small{color:rgba(255,255,255,.78); font-size:13px; line-height:1.55; margin-top:6px}

.form{
  padding:18px;
}
.row2{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
@media (max-width: 600px){ .row2{grid-template-columns:1fr} }

label{display:block; font-size:13px; font-weight:800; letter-spacing:-.01em}
input, textarea{
  width:100%;
  margin-top:8px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--border);
  outline:none;
  background:#fff;
  color:var(--ink);
  transition: box-shadow .18s ease, border-color .18s ease;
}
input:focus, textarea:focus{
  border-color: rgba(10,132,255,.55);
  box-shadow: 0 0 0 6px rgba(10,132,255,.12);
}

.status{
  margin-top:12px;
  border-radius:14px;
  padding:10px 12px;
  border:1px solid var(--border);
  background: rgba(10,132,255,.06);
  color: var(--navy-950);
  font-size:13px;
}
.status.err{
  border-color:#FECACA;
  background:#FFF1F2;
  color:#991B1B;
}
.footer{
  padding:22px 0 30px;
  color:var(--muted);
  font-size:13px;
  border-top:1px solid var(--border);
  background: rgba(255,255,255,.72);
}
.footer .row{
  display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
}
.footer .links{display:flex; gap:14px; flex-wrap:wrap}
.footer a:hover{color:var(--ink)}
