
:root{
  --navy:#071733;
  --navy2:#0b2148;
  --card:#102b5f;
  --card2:#132f68;
  --orange:#ff8a00;
  --orange2:#ffad33;
  --text:#ffffff;
  --muted:#c8d6ee;
  --line:rgba(255,255,255,.12);
  --light:#f5f7fb;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  background:var(--navy);
  color:var(--text);
  line-height:1.6;
}
a{color:inherit}
img{max-width:100%;display:block}
.header{
  position:sticky;top:0;z-index:50;
  background:rgba(7,23,51,.94);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.nav{
  max-width:1180px;margin:auto;padding:14px 22px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900;letter-spacing:.04em;color:#fff}
.brand img{height:46px;width:46px;object-fit:contain}
.brand span{font-size:18px}
.menu{display:flex;gap:18px;align-items:center;flex-wrap:wrap;font-size:15px}
.menu a{text-decoration:none;color:#eaf1ff}
.menu a:hover{color:var(--orange2)}
.cta-small{
  background:var(--orange);padding:9px 14px;border-radius:999px;
  color:#fff!important;font-weight:700;
}
.section{padding:76px 22px}
.container{max-width:1180px;margin:auto}
.hero{
  padding:72px 22px 56px;
  background:
    radial-gradient(circle at 76% 20%, rgba(255,138,0,.18), transparent 32%),
    radial-gradient(circle at 18% 18%, rgba(43,119,255,.23), transparent 28%),
    linear-gradient(180deg,#071733 0%,#091b3c 100%);
}
.hero-grid{
  max-width:1180px;margin:auto;
  display:grid;grid-template-columns:1.02fr .98fr;gap:44px;align-items:center;
}
.eyebrow{color:var(--orange2);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:13px}
h1{font-size:56px;line-height:1.05;margin:14px 0 18px}
h2{font-size:38px;line-height:1.15;margin:0 0 18px}
h3{font-size:23px;margin:0 0 10px}
.lead{font-size:21px;color:#e6eefc;margin:0 0 28px}
.buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.btn{
  display:inline-block;text-decoration:none;border-radius:12px;padding:14px 18px;
  font-weight:800;border:1px solid transparent;
}
.btn-primary{background:var(--orange);color:#fff}
.btn-secondary{border-color:var(--line);background:rgba(255,255,255,.06);color:#fff}
.hero-card{
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  border-radius:24px;
  padding:14px;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
}
.hero-card img{border-radius:18px}
.note{font-size:14px;color:var(--muted);margin-top:12px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.card{
  background:linear-gradient(180deg,var(--card),#0d244f);
  border:1px solid var(--line);
  border-radius:20px;padding:26px;
}
.card p{color:var(--muted);margin-bottom:0}
.light{
  background:var(--light);color:#0b1730;
}
.light p,.light li{color:#40506c}
.light .card{background:white;border:1px solid #e3e8f2;box-shadow:0 14px 36px rgba(7,23,51,.07)}
.kicker{color:var(--orange);font-weight:800}
.list{padding-left:20px}
.list li{margin:8px 0}
.steps{counter-reset:step;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.step{
  background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:18px;padding:20px
}
.step:before{
  counter-increment:step;content:counter(step);
  width:34px;height:34px;border-radius:50%;background:var(--orange);display:grid;place-items:center;
  font-weight:900;margin-bottom:12px
}
.banner{
  background:linear-gradient(135deg,#0c2c63,#071733);
  border:1px solid var(--line);
  border-radius:26px;padding:36px;display:grid;grid-template-columns:1fr .8fr;gap:30px;align-items:center
}
.form{
  background:white;color:#0b1730;border-radius:22px;padding:26px;border:1px solid #e3e8f2;
}
label{display:block;font-weight:700;margin:12px 0 6px}
input,select,textarea{
  width:100%;padding:13px 14px;border-radius:10px;border:1px solid #cfd8e7;
  font:inherit;background:#fff
}
textarea{min-height:130px}
button{
  margin-top:16px;background:var(--orange);color:white;border:0;border-radius:12px;
  padding:14px 18px;font-weight:900;cursor:pointer;font:inherit
}
.footer{
  padding:46px 22px;background:#061225;border-top:1px solid var(--line)
}
.footer-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px}
.footer img{height:54px;width:54px;object-fit:contain;margin:0}
.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.footer-brand strong{font-size:22px;letter-spacing:.03em}
.footer a{color:#c8d6ee;text-decoration:none;margin:7px 0}
.subfooter{max-width:1180px;margin:28px auto 0;color:#8fa3c4;font-size:13px;border-top:1px solid var(--line);padding-top:18px}
.page-hero{padding:64px 22px;background:linear-gradient(135deg,#071733,#0d2b60)}
.page-hero .container{max-width:960px}
.page-hero h1{font-size:48px}
.table{width:100%;border-collapse:collapse;background:white;border-radius:16px;overflow:hidden}
.table th,.table td{padding:14px;border-bottom:1px solid #e3e8f2;text-align:left}
.table th{background:#eef3fb}
@media(max-width:900px){
  .hero-grid,.grid-2,.grid-3,.banner,.footer-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}
  h1{font-size:40px}
  h2{font-size:31px}
  .menu{font-size:14px;gap:10px}
  .brand img{height:38px;width:38px}
  .brand span{font-size:15px}
}
@media(max-width:560px){
  .steps{grid-template-columns:1fr}
  .buttons{display:block}
  .btn{margin:6px 0;width:100%;text-align:center}
}


/* Footer disclaimer fix */
.footer-disclaimer a{
  display:inline !important;
  color:#ffffff;
  text-decoration:underline;
}
.footer-disclaimer{
  line-height:1.6;
}


/* Thank-you page */
.success-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,138,0,.14);
  border:1px solid rgba(255,138,0,.35);
  color:#ffad33;
  border-radius:999px;
  padding:8px 14px;
  font-weight:900;
  margin-bottom:16px;
}
.thankyou-hero{
  text-align:center;
}
.thankyou-hero .buttons{
  justify-content:center;
}
.topic-grid{
  margin-top:24px;
}
.topic-card{
  display:block;
  text-decoration:none;
  background:#ffffff;
  border:1px solid #e3e8f2;
  border-radius:20px;
  padding:24px;
  min-height:210px;
  box-shadow:0 14px 36px rgba(7,23,51,.07);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.topic-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 48px rgba(7,23,51,.12);
  border-color:#ff8a00;
}
.topic-card span{
  display:inline-flex;
  width:38px;
  height:38px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  background:#ff8a00;
  color:#fff;
  font-weight:900;
  margin-bottom:14px;
}
.topic-card h3{
  color:#0b1730;
}
.topic-card p{
  color:#40506c;
}


/* Mobile header fix */
@media (max-width: 900px){
  .nav{
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:16px;
    padding:16px 18px 22px;
  }

  .brand{
    width:100%;
    justify-content:center;
    gap:12px;
  }

  .brand img{
    height:42px;
    width:42px;
    flex:0 0 42px;
  }

  .brand span{
    font-size:20px;
    line-height:1;
    white-space:nowrap;
  }

  .menu{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px 18px;
    flex-wrap:wrap;
    text-align:center;
    font-size:16px;
    line-height:1.25;
  }

  .menu a{
    margin:0;
    white-space:nowrap;
  }

  .menu .cta-small{
    padding:12px 22px;
    margin-top:4px;
  }
}

@media (max-width: 520px){
  .header{
    position:relative;
  }

  .nav{
    gap:18px;
  }

  .brand{
    justify-content:flex-start;
  }

  .brand img{
    height:40px;
    width:40px;
  }

  .brand span{
    font-size:19px;
  }

  .menu{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    font-size:17px;
  }

  .menu a{
    white-space:normal;
  }

  .menu .cta-small{
    justify-self:center;
    width:auto;
    padding:13px 28px;
    border-radius:999px;
  }
}
