:root{
  --blue1:#0c56b7;
  --blue2:#0a4aa3;
  --blue3:#083d88;
  --yellow:#f6c21e;
  --yellow2:#e7b014;
  --border:#d9e3f2;
  --text:#0a1b3a;
  --muted:#6d7f9c;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff}
a{color:inherit;text-decoration:none}
.container{width:min(1060px,92%);margin:0 auto}

.topbar{
  position:sticky;top:0;z-index:50;
  background:linear-gradient(180deg,#0a4aa3,#083377);
  border-bottom:1px solid rgba(255,255,255,.15);
}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.brand{display:flex;align-items:center;gap:10px}
.brand-mark{
  width:28px;height:28px;border-radius:8px;
  background:linear-gradient(180deg,#bfe6ff,#6fb7ff);
  display:inline-block;
  box-shadow:0 6px 14px rgba(0,0,0,.18);
}
.brand-text{color:#fff;font-weight:900;letter-spacing:.5px}

.nav{display:flex;align-items:center;gap:22px;color:#fff;font-weight:600}
.nav a{opacity:.92}
.nav a:hover{opacity:1}

.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-weight:900;border:0;cursor:pointer}
.btn-small{padding:10px 14px;font-size:14px}
.btn-large{padding:16px 22px;font-size:18px}
.btn-blue{background:#2c76ff;color:#fff}
.btn-blue:hover{filter:brightness(1.06)}
.btn-yellow{background:linear-gradient(180deg,var(--yellow),var(--yellow2));color:#1f2a44;box-shadow:0 10px 20px rgba(0,0,0,.16)}
.btn-yellow:hover{filter:brightness(1.02)}

.hero{
  background:linear-gradient(180deg,var(--blue1) 0%, var(--blue2) 45%, var(--blue3) 100%);
  padding:28px 0 18px 0;
  color:#fff;
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:22px;
  align-items:center;
}
.hero-left h1{
  margin:0 0 12px 0;
  font-size:46px;
  line-height:1.04;
  letter-spacing:-.5px;
  text-shadow:0 2px 0 rgba(0,0,0,.18);
}
.hero-sub{margin:0 0 14px 0;font-size:18px;opacity:.95;max-width:520px}
.hero-bullets{list-style:none;padding:0;margin:0 0 14px 0;display:flex;gap:16px;flex-wrap:wrap;font-weight:800;opacity:.95}
.hero-bullets li{display:flex;gap:10px;align-items:center}
.hero-note{margin-top:10px;font-weight:700;opacity:.9}

.hero-right{display:flex;justify-content:center;align-items:center}
.hero-overlay{
  width:100%;
  max-width:640px;
  height:auto;
  display:block;
  background:transparent;
  filter:drop-shadow(0 16px 28px rgba(0,0,0,.22));
}

.strip{
  margin-top:18px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  padding:12px 18px;
  display:flex;gap:18px;justify-content:space-between;align-items:center;
}
.strip-item{display:flex;align-items:center;gap:10px;font-weight:800;opacity:.96}
.strip-item img{width:36px;height:36px;object-fit: contain;display:block}

.section{padding:46px 0}
.section h2{text-align:center;margin:0 0 10px 0;font-size:34px;letter-spacing:-.2px}
.solution h3{text-align:center;margin:0 0 26px 0;font-size:22px;color:#12315f;font-weight:900}
.accent{color:#0b56b8}

.tri-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:end;justify-items:center}
.tri img{width:140px;height:auto;display:block}
.tri-label{margin-top:10px;display:flex;align-items:center;gap:10px;font-weight:900;color:#183a70}
.num{width:26px;height:26px;border-radius:999px;background:#0b56b8;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px}
.center-note{text-align:center;color:#244b86;margin:18px 0 0 0;font-weight:800}

.how-grid{margin-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:start}
.how-item{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px 16px;box-shadow:0 10px 20px rgba(0,0,0,.06)}
.how-head{display:flex;align-items:center;gap:10px;font-weight:950;color:#12315f;margin-bottom:12px}
.how-item img{width:100%;height:auto;display:block;margin:0 auto}

.assistant{margin:28px auto 0 auto;width:min(720px,100%);text-align:center;background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px 18px;box-shadow:0 10px 20px rgba(0,0,0,.06)}
.assistant h3{margin:0 0 12px 0;font-size:22px}
.muted{color:var(--muted);font-weight:900}
.checks{list-style:none;padding:0;margin:10px 0 14px 0}
.checks li{margin:8px 0;font-weight:900;color:#12315f}
.assistant-foot{color:#3e5f98;font-weight:900;font-size:13px}

.pricing{background:linear-gradient(180deg,var(--blue1) 0%, var(--blue2) 60%, var(--blue3) 100%);color:#fff}
.pricing .sub{text-align:center;margin:0 0 18px 0;opacity:.92;font-weight:800}

.price-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:14px}
.card{background:#fff;color:#0e2247;border-radius:12px;padding:18px 16px;border:1px solid rgba(0,0,0,.06)}
.card-title{font-weight:950;color:#183a70;margin-bottom:10px}
.price{font-weight:1000;font-size:34px;letter-spacing:-.5px}
.per{font-size:16px;font-weight:950;color:#2c4f86}
.card-note{margin-top:8px;color:#375a93;font-weight:800}

.cta-bottom{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:18px}
.cta-sub{opacity:.92;font-weight:700}

.footer{
  background:linear-gradient(180deg,#0a3f8f,#083377);
  color:#fff;
  padding:22px 0;
}
.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:18px}
.footer-brand{font-weight:950;letter-spacing:.3px}
.footer-tag{opacity:.92;font-weight:700;font-size:13px;margin-top:2px}
.footer-links{display:flex;gap:16px;font-weight:800;opacity:.95}
.footer-links a{opacity:.95}
.footer-links a:hover{opacity:1;text-decoration:underline}

.page{
  padding:46px 0;
}
.page h1{
  margin:0 0 10px 0;
  font-size:34px;
  letter-spacing:-.2px;
}
.page .lead{
  color:#274777;
  font-weight:800;
  margin:0 0 20px 0;
}
.content{
  background:#fff;
  border:1px solid var(--border);
  border-radius:14px;
  padding:22px 18px;
  box-shadow:0 10px 20px rgba(0,0,0,.05);
}
.content h2{
  margin:20px 0 8px 0;
  font-size:18px;
  color:#12315f;
}
.content p, .content li{
  color:#24324d;
  line-height:1.55;
  font-weight:600;
}
.content ul{margin:8px 0 0 18px}


/* Thank You page header only */
.thank-you .logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.thank-you .brand-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.thank-you .brand-text {
  color: #000;
  font-weight: 900;
  letter-spacing: 1px;
}

/* Keep homepage as-is; only make the header text black on intake/thank-you pages */
.intake-page .brand-text,
.thank-you .brand-text {
  color: #000;
}

/* Ensure logo and text are side-by-side */
.intake-page .logo-wrap,
.thank-you .logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr;gap:18px}
  .hero-left h1{font-size:40px}
  .strip{flex-direction:column;align-items:flex-start}
  .tri-icons{grid-template-columns:1fr;gap:16px}
  .how-grid{grid-template-columns:1fr}
  .price-row{grid-template-columns:1fr}
  .nav{gap:14px}
  .footer-inner{flex-direction:column;align-items:flex-start}
}


.brand-logo{width:48px;height:48px;display:block;border-radius:10px;box-shadow:0 6px 14px rgba(0,0,0,.18)}
