
:root{
  --navy:#0f3d5e;
  --navy2:#0f3d5e;
  --turquoise:#00a6c8;
  --turquoise2:#3be2ef;
  --orange:#ffb65c;
  --white:#ffffff;
  --soft:#f4f8fb;
  --text:#163149;
  --muted:#6d7f91;
  --border:rgba(15,61,94,.14);
  --shadow:0 24px 70px rgba(7,29,51,.15);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:white;
  line-height:1.65;
}

a{text-decoration:none;color:inherit}

.container{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}

.narrow{
  width:min(880px,calc(100% - 40px));
  margin:0 auto;
}

.site-header{
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(7,29,51,.94);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
}

.nav{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:white;
  font-weight:900;
  letter-spacing:.3px;
}

.brand strong{color:var(--turquoise2)}

.brand-mark{
  width:44px;
  height:44px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--turquoise),var(--turquoise2));
  color:#052033;
  font-weight:950;
}

.menu{
  display:flex;
  align-items:center;
  gap:20px;
  color:rgba(255,255,255,.78);
  font-size:14px;
}

.menu a:hover,.menu .active{color:white}

.nav-cta{
  background:linear-gradient(135deg,var(--turquoise),var(--turquoise2));
  color:#052033 !important;
  padding:11px 17px;
  border-radius:999px;
  font-weight:850;
}

.menu-btn{
  display:none;
  background:transparent;
  border:0;
  color:white;
  font-size:28px;
}

.hero{
  position:relative;
  overflow:hidden;
  color:white;
  padding:98px 0 92px;
  background:
    radial-gradient(circle at 80% 15%,rgba(255,182,92,.22),transparent 30%),
    radial-gradient(circle at 15% 80%,rgba(59,226,239,.20),transparent 27%),
    linear-gradient(135deg,#051628 0%,#0f3d5e 52%,#0f3d5e 100%);
}

.hero-pattern{
  position:absolute;
  inset:0;
  opacity:.25;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:44px 44px;
}

.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:58px;
  align-items:center;
}

.kicker{
  color:var(--turquoise2);
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:900;
  font-size:13px;
  margin-bottom:15px;
}

.kicker.dark{color:var(--navy2)}

h1,h2,h3{line-height:1.1;margin:0 0 18px}

h1{
  font-size:clamp(42px,6vw,72px);
  letter-spacing:-2px;
}

h2{
  font-size:clamp(32px,4vw,52px);
  letter-spacing:-1.2px;
}

h3{font-size:23px}

.hero-copy p{
  font-size:20px;
  color:rgba(255,255,255,.82);
  max-width:720px;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 24px;
  border-radius:999px;
  font-weight:900;
  transition:.2s ease;
}

.btn:hover{transform:translateY(-2px)}

.primary{
  background:linear-gradient(135deg,var(--turquoise),var(--turquoise2));
  color:#052033;
  box-shadow:0 16px 46px rgba(0,166,200,.28);
}

.ghost{
  color:white;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.07);
}

.white{
  background:white;
  color:var(--navy);
}

.hero-pills{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.hero-pills span{
  padding:8px 12px;
  border-radius:999px;
  color:rgba(255,255,255,.78);
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  font-size:13px;
}

.growth-card{
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.11);
  backdrop-filter:blur(18px);
  border-radius:32px;
  padding:30px;
  box-shadow:var(--shadow);
}

.growth-header small{
  display:block;
  color:rgba(255,255,255,.62);
}

.growth-header strong{
  display:block;
  font-size:30px;
  margin-top:5px;
}

.stairs{
  height:310px;
  display:flex;
  align-items:flex-end;
  gap:12px;
  margin:34px 0;
  padding:22px;
  border-radius:24px;
  background:rgba(2,12,22,.28);
}

.stairs div{
  flex:1;
  border-radius:14px 14px 0 0;
  background:linear-gradient(180deg,var(--orange),var(--turquoise));
  position:relative;
}

.stairs div:nth-child(1){height:26%}
.stairs div:nth-child(2){height:42%}
.stairs div:nth-child(3){height:58%}
.stairs div:nth-child(4){height:76%}
.stairs div:nth-child(5){height:94%}

.stairs span{
  position:absolute;
  bottom:-34px;
  left:0;
  right:0;
  text-align:center;
  font-size:12px;
  color:rgba(255,255,255,.75);
}

.growth-card p{
  color:rgba(255,255,255,.75);
}

.section{
  padding:98px 0;
}

.section p{
  color:var(--muted);
  font-size:18px;
}

.intro{
  text-align:center;
}

.dark-section{
  color:white;
  background:var(--navy);
}

.dark-section p{
  color:rgba(255,255,255,.72);
}

.section-head{
  text-align:center;
  max-width:890px;
  margin:0 auto 48px;
}

.risk-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.risk-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  border-radius:26px;
  padding:27px;
}

.number{
  display:inline-flex;
  width:46px;
  height:46px;
  border-radius:15px;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--turquoise),var(--turquoise2));
  color:#052033;
  font-weight:950;
  margin-bottom:18px;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.reverse{
  direction:rtl;
}

.reverse > *{
  direction:ltr;
}

.formula-card{
  padding:34px;
  border-radius:30px;
  background:linear-gradient(135deg,#eefbff,#ffffff);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
}

.formula-card span{
  display:block;
  color:var(--muted);
  margin-bottom:12px;
}

.formula-card strong{
  display:block;
  font-size:clamp(24px,3vw,38px);
  color:var(--navy);
  margin-bottom:18px;
}

.text-link{
  display:inline-block;
  margin-top:14px;
  color:var(--navy2);
  font-weight:900;
}

.soft-section{
  background:var(--soft);
}

.compare-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.compare-card{
  background:white;
  border:1px solid var(--border);
  border-radius:28px;
  padding:32px;
  box-shadow:0 18px 45px rgba(7,29,51,.07);
}

.compare-card.featured{
  background:linear-gradient(135deg,#eefbff,#ffffff);
}

.compare-card li{
  margin-bottom:12px;
}

.impact-panel{
  background:white;
  border:1px solid var(--border);
  border-radius:30px;
  padding:30px;
  box-shadow:var(--shadow);
}

.impact-row{
  border:1px solid #e3edf4;
  background:#f7fbfd;
  border-radius:18px;
  padding:20px;
}

.impact-row span{
  display:block;
  font-size:13px;
  color:var(--muted);
  margin-bottom:4px;
}

.impact-row strong{
  color:var(--navy);
}

.impact-row.highlight{
  background:#fff4e7;
}

.arrow{
  text-align:center;
  font-size:24px;
  color:var(--navy2);
  padding:8px;
}

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

.analysis-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  border-radius:26px;
  padding:28px;
}

.faq{
  background:var(--soft);
}

details{
  background:white;
  border:1px solid var(--border);
  border-radius:18px;
  padding:22px 24px;
  margin-bottom:14px;
}

summary{
  cursor:pointer;
  font-weight:900;
  color:var(--navy);
}

.final-cta{
  padding:90px 0;
  color:white;
  background:
    radial-gradient(circle at 18% 25%,rgba(59,226,239,.26),transparent 30%),
    linear-gradient(135deg,var(--navy),var(--navy2));
}

.final-box{
  max-width:840px;
  text-align:center;
}

.final-box p{
  color:rgba(255,255,255,.78);
  font-size:20px;
}

.final-box small{
  display:block;
  margin-top:16px;
  color:rgba(255,255,255,.58);
}

.footer{
  background: #f4f8fb;
  color:#0f3d5e;
  padding:38px 0;
}

.footer-grid{
  display:flex;
  justify-content:space-between;
  gap:30px;
}

.footer-links a{
  display:inline-block;
  margin-left:18px;
}

@media(max-width:1050px){
  .risk-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .analysis-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:900px){
  .menu-btn{display:block}

  .menu{
    position:absolute;
    top:78px;
    left:0;
    right:0;
    background:var(--navy);
    display:none;
    flex-direction:column;
    align-items:stretch;
    padding:22px;
  }

  .menu.open{display:flex}

  .hero-grid,
  .split,
  .compare-grid{
    grid-template-columns:1fr;
  }

  .risk-grid,
  .analysis-grid{
    grid-template-columns:1fr;
  }

  .footer-grid{
    flex-direction:column;
  }

  .footer-links a{
    margin-left:0;
    margin-right:18px;
  }
}
