:root{
  --navy:#07162b;
  --navy-2:#0f2747;
  --steel:#d8deea;
  --steel-bright:#eef3fb;
  --blue:#48689e;
  --blue-bright:#7f9fda;
  --ink:#05101e;
  --bg:#030b16;
  --panel:rgba(255,255,255,0.045);
  --panel-2:rgba(255,255,255,0.065);
  --text:rgba(255,255,255,0.95);
  --muted:rgba(255,255,255,0.74);
  --muted2:rgba(255,255,255,0.56);
  --line:rgba(255,255,255,0.10);
  --shadow:0 22px 70px rgba(0,0,0,0.38);
}

*{ box-sizing:border-box; }
html, body{ margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
  background:
    radial-gradient(920px 700px at 18% 0%, rgba(127,159,218,0.20), transparent 56%),
    radial-gradient(780px 620px at 88% 10%, rgba(216,222,234,0.14), transparent 54%),
    radial-gradient(760px 640px at 84% 82%, rgba(72,104,158,0.18), transparent 56%),
    linear-gradient(180deg, #061120 0%, #040b14 100%);
  line-height: 1.45;
}

a{ color: rgba(255,255,255,0.94); text-decoration:none; }
a:hover{ text-decoration: underline; text-underline-offset: 3px; }

.container{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
}

.header{
  padding: 22px 0 68px;
  border-bottom: 1px solid var(--line);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
}

.brand{ display:inline-flex; align-items:center; }

.brand-lockup{
  height: 46px;
  width: auto;
  display:block;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,0.26));
}

.nav-links{
  display:flex;
  align-items:center;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-links a{
  color: var(--muted);
  font-weight: 560;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.nav-links a:hover{ color: var(--text); text-decoration: none; }

.hero{
  display:grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 30px;
  align-items: start;
  margin-top: 40px;
}

.kicker{
  display:inline-flex;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(127,159,218,0.22);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  background: rgba(255,255,255,0.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

h1{
  margin: 14px 0 12px;
  font-size: clamp(30px, 4.2vw, 48px);
  letter-spacing: -0.03em;
  line-height: 1.06;
  max-width: 12ch;
}

.subhead{
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  max-width: 62ch;
}

.cta{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0 18px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 46px;
  padding: 0 17px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--steel-bright), var(--blue-bright));
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: 0 14px 32px rgba(127,159,218,0.22);
  border: 1px solid rgba(255,255,255,0.16);
  text-decoration: none;
}

.btn:hover{
  filter: brightness(1.04);
  text-decoration:none;
}

.btn--ghost{
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  color: var(--text);
  box-shadow: none;
}

.btn--small{
  height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 13px;
}

.trust{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 6px;
}

.trust-item{
  display:flex;
  align-items:center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.02);
  padding: 8px 10px;
  border-radius: 999px;
}

.dot{ width: 8px; height: 8px; border-radius: 999px; display:inline-block; }
.dot--steel{ background: var(--steel-bright); }
.dot--blue{ background: var(--blue-bright); }
.dot--glow{ background: #aebdd9; }

.hero-card{
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  overflow:hidden;
  box-shadow: var(--shadow);
  position: relative;
  backdrop-filter: blur(10px);
}

.card-top{
  height: 152px;
  background:
    radial-gradient(170px 170px at 26% 30%, rgba(216,222,234,0.32), transparent 60%),
    radial-gradient(160px 160px at 72% 24%, rgba(127,159,218,0.26), transparent 58%),
    radial-gradient(180px 180px at 76% 88%, rgba(72,104,158,0.22), transparent 58%),
    linear-gradient(180deg, rgba(7,22,43,0.90), rgba(10,28,52,0.42));
  border-bottom: 1px solid rgba(255,255,255,0.10);
  position: relative;
}

.hero-icon{
  position:absolute;
  left: 18px;
  top: 14px;
  width: 96px;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,0.24));
}

.pulse{
  position:absolute;
  right: 18px;
  bottom: 18px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--steel-bright);
  box-shadow: 0 0 0 0 rgba(216,222,234,0.32);
  animation: pulse 2.8s infinite;
}

@keyframes pulse{
  0%{ box-shadow: 0 0 0 0 rgba(216,222,234,0.32); }
  70%{ box-shadow: 0 0 0 14px rgba(216,222,234,0.00); }
  100%{ box-shadow: 0 0 0 0 rgba(216,222,234,0.00); }
}

.card-body{
  padding: 16px 18px 18px;
}

.stat{
  display:flex;
  justify-content:space-between;
  align-items: baseline;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255,255,255,0.10);
}

.stat:last-of-type{ border-bottom:none; }

.label{
  color: var(--muted2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.value{
  font-weight: 760;
  letter-spacing: 0.01em;
}

.divider{
  height: 1px;
  background: rgba(255,255,255,0.10);
  margin: 14px 0 12px;
}

.mini{
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.main{ padding: 40px 0 0; }

.section{ padding: 56px 0; }

.section--alt{
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

h2{
  margin: 0 0 10px;
  font-size: 28px;
  letter-spacing: -0.015em;
}

.lead{
  margin: 0 0 22px;
  color: var(--muted);
  max-width: 78ch;
}

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

.grid2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.card, .list-card{
  background: var(--panel);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.card h3, .list-card h3{
  margin: 0 0 8px;
  font-size: 16px;
}

.card p{
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.list-card ul{
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.list-card li{ margin: 8px 0; }

.steps{
  display:grid;
  gap: 12px;
  margin-top: 18px;
}

.step{
  display:grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: var(--panel);
}

.step-num{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 800;
  color: var(--steel-bright);
  background: rgba(72,104,158,0.18);
  border: 1px solid rgba(127,159,218,0.38);
}

.step h3{ margin: 2px 0 4px; font-size: 16px; }
.step p{ margin: 0; color: var(--muted); font-size: 14px; }

.callout{
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(216,222,234,0.18);
  background: rgba(216,222,234,0.08);
  display:flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.callout strong{ color: rgba(255,255,255,0.96); }
.callout span{ color: var(--muted); }

.contact{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  align-items: start;
}

.contact-box{
  margin-top: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(10,28,52,0.34);
  overflow:hidden;
}

.contact-row{
  display:flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.contact-row:last-child{ border-bottom:none; }
.contact-row a{ color: rgba(255,255,255,0.94); font-weight: 650; }

.fine{
  margin: 10px 0 0;
  color: var(--muted2);
  font-size: 12px;
}

.contact-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(180deg, rgba(127,159,218,0.12), rgba(255,255,255,0.03));
  padding: 16px;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 650;
  font-size: 13px;
}

.badge-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--steel-bright);
}

.footer{
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 10px;
}

.footer-inner{
  display:flex;
  gap: 10px;
  justify-content:center;
  flex-wrap: wrap;
  color: var(--muted2);
  font-size: 13px;
}

.sep{ opacity: 0.5; }

@media (max-width: 900px){
  .hero, .contact{ grid-template-columns: 1fr; }
  .hero-card{ order: 2; }
  .grid3{ grid-template-columns: 1fr; }
  .grid2{ grid-template-columns: 1fr; }
}

@media (max-width: 640px){
  .header{ padding-bottom: 52px; }
  .brand-lockup{ height: 40px; }
  .nav-links{ gap: 12px; }
  .nav-links a{ font-size: 13px; }
  h1{ max-width: none; }
}

@media (max-width: 520px){
  .brand-lockup{ height: 34px; }
  .container{ padding: 0 18px; }
}
