:root{
  --bg:#ffffff;
  --soft:#EAF2FF;
  --ink:#0A2540;
  --muted:#4A5B73;
  --line:rgba(10,37,64,.12);
  --accent:#D4AF37;
  --accent2:#2F6BFF;
  --radius:18px;
  --shadow: 0 18px 45px rgba(10,37,64,.12);
  --shadow2: 0 10px 28px rgba(10,37,64,.10);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--ink);
  background: radial-gradient(1200px 650px at 20% -10%, rgba(47,107,255,.12), transparent 55%),
              radial-gradient(900px 520px at 85% 5%, rgba(212,175,55,.18), transparent 55%),
              var(--bg);
  line-height:1.55;
}

a{color:inherit}
.container{width:min(1120px, 92vw); margin-inline:auto}
.skip{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{left:12px; top:12px; width:auto; height:auto; padding:10px 12px; background:#fff; border:1px solid var(--line); border-radius:12px; z-index:9999}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter:saturate(180%) blur(12px);
  background: rgba(255,255,255,.75);
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:12px;
}

.brand{display:flex; align-items:center; gap:10px}
.brand__mark{
  width:40px;height:40px;border-radius:14px;
  background: linear-gradient(135deg, var(--ink), #163B70);
  color:#fff; display:grid; place-items:center;
  font-weight:800; letter-spacing:.5px; font-size:14px;
  box-shadow: var(--shadow2);
}
.brand__name{font-weight:800}
.brand__tag{font-size:12px; color:var(--muted)}
.brand--footer .brand__mark{width:34px;height:34px;border-radius:12px}

.nav{display:flex; gap:18px; align-items:center}
.nav a{font-weight:600; text-decoration:none; color:var(--ink); opacity:.85}
.nav a:hover{opacity:1}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  background: var(--ink);
  color:#fff;
  text-decoration:none;
  font-weight:700;
  border:1px solid rgba(10,37,64,.05);
  box-shadow: var(--shadow2);
  cursor:pointer;
}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0px)}
.btn--ghost{
  background: transparent;
  color: var(--ink);
  border:1px solid var(--line);
  box-shadow:none;
}
.btn--small{padding:10px 12px; border-radius:12px}

.menu{
  display:none;
  background:transparent;
  border:1px solid var(--line);
  border-radius:14px;
  padding:10px;
}
.menu span{
  display:block;
  width:22px;
  height:2px;
  background: var(--ink);
  margin:4px 0;
  border-radius:2px;
}

.mobileNav{
  border-top:1px solid var(--line);
  background: rgba(255,255,255,.9);
}
.mobileNav__inner{
  padding:14px 0;
  display:grid;
  gap:10px;
}
.mobileNav a{font-weight:700; text-decoration:none}
.mobileNav .btn{justify-self:start}

.hero{padding:56px 0 28px}
.hero__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:34px;
  align-items:center;
}
.pill{
  display:inline-flex;
  padding:8px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background: rgba(255,255,255,.7);
  font-weight:700;
  color: var(--muted);
}
h1{
  font-size: clamp(34px, 4vw, 52px);
  line-height:1.05;
  margin:14px 0 14px;
  letter-spacing:-.02em;
}
.accent{background: linear-gradient(90deg, var(--accent2), var(--accent)); -webkit-background-clip:text; background-clip:text; color:transparent}
.lead{font-size:18px; color: var(--muted); margin:0 0 18px}
.hero__cta{display:flex; gap:12px; flex-wrap:wrap}

.trustRow{
  margin-top:20px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.trustRow__item{
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:16px;
  background: rgba(255,255,255,.65);
  min-width: 140px;
}
.trustRow__big{font-weight:800}
.trustRow__small{color:var(--muted); font-size:13px}

.hero__mock{justify-self:end}
.phone{
  width:min(360px, 86vw);
  border-radius:30px;
  border:1px solid rgba(10,37,64,.12);
  background: rgba(255,255,255,.85);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.phone__top{
  padding:12px 14px;
  display:flex;
  gap:6px;
  border-bottom:1px solid var(--line);
}
.dot{width:10px;height:10px;border-radius:50%; background: rgba(10,37,64,.15)}
.phone__screen{padding:16px; display:grid; gap:12px}
.card{
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
  background: #fff;
}
.card__title{font-weight:800; margin-bottom:10px}
.card__row{display:flex; justify-content:space-between; align-items:center; margin-top:8px; color:var(--muted)}
.card__row strong{color:var(--ink)}
.progress{
  height:10px;
  background: rgba(47,107,255,.10);
  border-radius:999px;
  overflow:hidden;
  border:1px solid rgba(47,107,255,.15);
}
.progress__bar{
  height:100%;
  background: linear-gradient(90deg, var(--accent2), var(--accent));
}
.mini{
  display:flex; gap:10px; align-items:flex-start;
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px;
  background: rgba(234,242,255,.65);
}
.mini__badge{
  font-weight:800;
  font-size:12px;
  background: #fff;
  border:1px solid var(--line);
  padding:4px 8px;
  border-radius:999px;
  white-space:nowrap;
}
.mini__text{color:var(--muted); font-size:13px}
.mockNote{margin:10px 2px 0; color:var(--muted); font-size:12px}

.section{padding:56px 0}
.section--soft{background: linear-gradient(180deg, rgba(234,242,255,.85), rgba(234,242,255,.35))}
.sectionHead{margin-bottom:18px}
.sectionHead h2{margin:0 0 8px; font-size: clamp(26px, 3vw, 34px); letter-spacing:-.01em}
.muted{color:var(--muted)}
.small{font-size:12.5px}

.twoCol{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
  align-items:start;
}
.callout{
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  background: rgba(255,255,255,.75);
  box-shadow: var(--shadow2);
}
.callout h3{margin-top:0}

.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.feature{
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  background: rgba(255,255,255,.80);
}
.feature h3{margin:0 0 6px}
.feature p{margin:0; color:var(--muted)}

.steps{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}
.steps li{
  display:flex;
  gap:14px;
  align-items:flex-start;
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:16px;
  background: rgba(255,255,255,.75);
}
.steps__num{
  width:34px;height:34px;
  border-radius:14px;
  display:grid; place-items:center;
  background: rgba(47,107,255,.12);
  border:1px solid rgba(47,107,255,.18);
  font-weight:800;
}

.bullets{padding-left:18px; color:var(--muted)}
.bullets li{margin:8px 0}

.cardBig{
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  background: rgba(255,255,255,.85);
  box-shadow: var(--shadow2);
}
.cardBig h3{margin-top:0}
.cardBig__row{
  display:flex; justify-content:space-between;
  padding:10px 0;
  border-bottom:1px solid var(--line);
  color:var(--muted);
}
.cardBig__row strong{color:var(--ink)}
.cardBig__row:last-of-type{border-bottom:none}

.signup{
  border:1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(47,107,255,.08), rgba(212,175,55,.10));
  padding:20px;
  box-shadow: var(--shadow);
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
  align-items:start;
}
.badgeRow{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
.badge{
  font-size:12px;
  font-weight:700;
  background: rgba(255,255,255,.8);
  border:1px solid var(--line);
  padding:6px 10px;
  border-radius:999px;
}

.form{
  background: rgba(255,255,255,.85);
  border:1px solid var(--line);
  border-radius: 22px;
  padding:16px;
  display:grid;
  gap:12px;
}
label{display:grid; gap:6px; font-weight:700}
input, select{
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(10,37,64,.18);
  font: inherit;
  background:#fff;
}
input:focus, select:focus{
  outline: 3px solid rgba(47,107,255,.18);
  border-color: rgba(47,107,255,.35);
}
.honeypot{display:none}

.footer{
  border-top:1px solid var(--line);
  padding:24px 0 18px;
  background: rgba(255,255,255,.75);
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  flex-wrap:wrap;
}
.footer__right{display:flex; gap:14px; flex-wrap:wrap}
.footer__right a{text-decoration:none; color:var(--muted); font-weight:700}
.footer__right a:hover{color:var(--ink)}
.fineprint{padding-top:10px}

@media (max-width: 880px){
  .nav{display:none}
  .menu{display:inline-block}
  .hero__grid{grid-template-columns: 1fr; }
  .hero__mock{justify-self:start}
  .twoCol{grid-template-columns: 1fr}
  .grid{grid-template-columns: 1fr}
  .signup{grid-template-columns: 1fr}
}
