
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:#163047;background:#ffffff;line-height:1.55}
a{text-decoration:none;color:inherit}
.container{width:min(1120px,calc(100% - 40px));margin:auto}

.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(10px);
  border-bottom:1px solid #dfe7ec
}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:20px}
.brand-wrap{display:flex;align-items:center;gap:14px}
.brand-logo{height:72px;width:auto;display:block}
.brand-name{font-size:32px;font-weight:800;color:#0f2740}
.brand-sub{font-size:15px;letter-spacing:.28em;color:#158f63;text-transform:uppercase}
.nav nav{display:flex;gap:24px}
.nav nav a{color:#33576b;font-weight:500}
.nav nav a:hover{color:#0f2740}

.hero{
  border-bottom:1px solid #dfe7ec;
  background:
    radial-gradient(circle at 20% 20%, rgba(32,201,151,.10), transparent 30%),
    radial-gradient(circle at 80% 18%, rgba(13,110,253,.10), transparent 28%),
    linear-gradient(135deg,#f4fffa 0%, #f6fdff 45%, #eef9ff 100%);
}
.hero-inner{padding:66px 0 78px}
.eyebrow{
  display:inline-block;padding:10px 14px;border-radius:999px;
  background:#ffffff;border:1px solid #d8e8ee;color:#0b7a55;font-size:14px
}
.hero-logo{
  height:250px;width:auto;display:block;margin:26px auto 14px;
  filter: drop-shadow(0 10px 24px rgba(15,39,64,.08));
}
h1{
  margin:0;text-align:center;font-size:68px;letter-spacing:-.04em;color:#0f2740;
  text-shadow:none
}
.lead,.sublead{
  text-align:center;max-width:900px;margin:18px auto;color:#26485b;
  text-shadow:none
}
.lead{font-size:28px;font-weight:500}
.sublead{font-size:20px}
.actions{display:flex;justify-content:center;gap:14px;margin-top:28px;flex-wrap:wrap}
.btn{
  padding:15px 24px;border-radius:16px;font-weight:700;display:inline-block
}
.btn-primary{
  background:linear-gradient(90deg,#12a85e,#1294db);color:#fff;
  box-shadow:0 10px 24px rgba(18,148,219,.20)
}
.btn-secondary{
  border:1px solid #b7d9e7;background:#fff;color:#163047
}

.section{padding:80px 0}
.section-soft{background:#f7fcff}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card,.panel,.cta{
  background:#fff;border:1px solid #e2eef4;border-radius:28px;
  box-shadow:0 10px 28px rgba(15,39,64,.05);padding:28px
}
.icon,.step-num{
  width:52px;height:52px;border-radius:16px;
  background:linear-gradient(135deg,#19b66a,#1aa0e4);
  color:#fff;display:flex;align-items:center;justify-content:center;
  font-weight:800;margin-bottom:16px
}
h2{font-size:44px;color:#10253d;margin:10px 0}
h3{font-size:24px;margin:0 0 8px;color:#153347}
p{color:#35576c}
.split{display:grid;grid-template-columns:1.1fr .9fr;gap:36px}
.checklist,.plain-list{list-style:none;padding:0}
.checklist li,.plain-list li{
  padding:12px 14px;border:1px solid #e2eef4;border-radius:16px;
  margin:10px 0;background:#fff;color:#24475c
}
.cta{
  display:flex;justify-content:space-between;align-items:center;gap:24px;
  background:linear-gradient(135deg,#0f2740,#16608f);color:#fff
}
.cta h2,.cta p{color:#fff}
.btn-light{background:#fff;color:#10324c}

.site-footer{padding:42px 0;background:#0f2740;color:#fff}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:24px}
.footer-logo{height:84px;width:auto}
.footer-text, .contact-block, .contact-block a{color:#dceaf4}

@media(max-width:900px){
  .cards,.split,.footer-grid,.cta{grid-template-columns:1fr;display:grid}
  .hero-logo{height:180px}
  h1{font-size:44px}
  .lead{font-size:22px}
}


/* Final footer readability fix */
.site-footer{
  background: linear-gradient(135deg,#0f2740,#123b5a) !important;
  color:#ffffff !important;
}
.site-footer .footer-text,
.site-footer .contact-block,
.site-footer .contact-block a,
.site-footer strong,
.site-footer .footer-brand{
  color:#ffffff !important;
}
.site-footer .contact-block a{
  text-decoration:none;
}
.site-footer .contact-block div{
  padding:6px 0;
}


/* Ultimate footer contrast fix */
.site-footer{
  background: linear-gradient(135deg,#eef8fb,#dff4ff) !important;
  border-top:1px solid #cfe4ef;
}
.site-footer .footer-brand,
.site-footer .footer-text,
.site-footer .contact-block,
.site-footer .contact-block a,
.site-footer strong{
  color:#10324c !important;
}
.site-footer .footer-logo{
  filter:none !important;
}
