:root {
  --navy: #0a2a56;
  --navy-2: #061d40;
  --blue: #3a79ff;
  --blue-soft: #e9f1ff;
  --mint: #47edb4;
  --text: #15345f;
  --muted: #5e7290;
  --line: #e5edf7;
  --bg: #f8fbff;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(15, 47, 92, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(229,237,247,.8);
}
.nav-wrap { height: 76px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%; background: var(--navy);
  color: white; display: grid; place-items: center; font-weight: 900; letter-spacing: 1px;
}
.brand-name { font-size: 31px; line-height: 1; font-weight: 850; letter-spacing: -1.2px; color: var(--navy-2); }
.brand-sub { border-left: 1px solid #c9d5e4; padding-left: 12px; font-size: 12px; color: #50647e; line-height: 1.25; }
.main-nav { margin-left: auto; display: flex; gap: 34px; font-size: 14px; font-weight: 700; }
.main-nav a:hover, .footer-nav a:hover { color: var(--blue); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 24px; color: var(--navy); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 48px; padding: 0 24px; border-radius: 999px; font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(16,50,93,.18); }
.btn-dark { background: var(--navy-2); color: white; }
.btn-green { background: linear-gradient(90deg, #42e5ae, #68f2c4); color: var(--navy-2); }
.nav-cta { margin-left: 6px; }

.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(circle at 68% 38%, rgba(66,130,255,.14), transparent 32%), linear-gradient(180deg, #fbfdff 0%, #f5f9ff 100%);
  border-bottom: 1px solid #edf2f8;
}
.hero-grid { min-height: 520px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 30px; padding: 42px 0 34px; }
.eyebrow { display: inline-flex; background: linear-gradient(90deg, #3c74f7, #5f8cff); color: white; border-radius: 999px; padding: 7px 16px; font-weight: 800; font-size: 14px; }
.eyebrow.light { color: #2562e7; background: #dfeaff; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(46px, 5.3vw, 72px); line-height: .98; letter-spacing: -3px; margin: 18px 0 18px; color: var(--navy-2); }
.hero-text { font-size: 19px; max-width: 640px; color: #506987; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 28px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; }
.play { width: 28px; height: 28px; border: 2px solid #21456f; border-radius: 50%; display: grid; place-items: center; font-size: 10px; }
.hero-points { margin-top: 28px; display: flex; gap: 30px; flex-wrap: wrap; font-size: 14px; font-weight: 700; color: #385778; }
.hero-media { position: relative; min-height: 430px; display: grid; place-items: center; }
.hero-media img { position: relative; z-index: 2; width: 100%; max-width: 540px; border-radius: 26px; filter: drop-shadow(0 22px 35px rgba(22,63,115,.10)); }
.glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(117,167,255,.23), rgba(117,167,255,0)); }

.section { padding: 56px 0; }
.section h2 { font-size: clamp(30px, 3.5vw, 45px); line-height: 1.08; letter-spacing: -1.4px; color: var(--navy-2); }
.section p { color: var(--muted); }
.split-intro { display: grid; grid-template-columns: .8fr 1.65fr; gap: 48px; align-items: start; }
.split-intro > div:first-child p { font-size: 17px; max-width: 420px; }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 20px; align-items: center; }
.step-card { padding: 8px 0; }
.step-icon { width: 54px; height: 54px; border-radius: 50%; background: #eaf1ff; color: #2465eb; display: grid; place-items: center; font-size: 25px; font-weight: 900; margin-bottom: 14px; }
.step-icon.green { background: #ddf7ed; color: #09885f; }
.step-icon.purple { background: #efe8ff; color: #814be8; }
.step-card h3 { margin-bottom: 8px; font-size: 19px; }
.step-card p { margin-bottom: 0; font-size: 15px; }
.arrow { color: #8aa0ba; font-size: 26px; }

.example-section { padding-top: 18px; }
.example-card { display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; align-items: center; background: linear-gradient(120deg,#f7faff,#eef5ff); border-radius: 22px; padding: 34px 34px 28px; box-shadow: inset 0 0 0 1px #edf3fb; }
.example-copy h2 { font-size: clamp(28px, 3vw, 40px); margin: 18px 0 16px; }
.example-copy p { font-size: 17px; max-width: 520px; }
.example-media img { border-radius: 18px; box-shadow: var(--shadow); width: 100%; }

.results { padding-top: 44px; }
.results-grid { display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); gap: 18px; align-items: stretch; }
.results-title { display: flex; align-items: center; padding-right: 24px; }
.results-title h2 { margin-bottom: 0; }
.result-card { padding: 16px 18px 10px; border-left: 1px solid var(--line); }
.result-icon { width: 46px; height: 46px; border-radius: 50%; background: #eaf1ff; color: #2c68eb; display: grid; place-items: center; font-size: 23px; margin-bottom: 14px; }
.result-card h3 { font-size: 16px; margin-bottom: 7px; }
.result-card p { font-size: 14px; margin-bottom: 0; }

.segments { background: #f5f9ff; padding: 30px 0 36px; border-top: 1px solid #edf3f9; border-bottom: 1px solid #edf3f9; }
.segments-title { text-align: center; font-size: 20px; margin-bottom: 28px; }
.segments-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; text-align: center; font-size: 14px; color: #365474; }
.segments-grid div { display: grid; gap: 9px; justify-items: center; }
.segments-grid span { font-size: 27px; color: #46698d; }

.testimonials { padding: 46px 0; }
.testimonial-card { border-radius: 22px; border: 1px solid #e7eef8; box-shadow: var(--shadow); padding: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.testimonial-card h2 { margin-top: 14px; margin-bottom: 0; }
.testimonial-card p { font-size: 17px; margin-bottom: 0; }

.cta { background: radial-gradient(circle at 88% 50%, rgba(35,91,162,.35), transparent 28%), linear-gradient(110deg, #061b3a, #082952); color: white; padding: 44px 0; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; }
.cta h2 { color: white; font-size: clamp(30px, 3.8vw, 47px); line-height: 1.05; letter-spacing: -1.5px; margin-bottom: 16px; }
.cta p { color: #d9e6f5; max-width: 520px; margin-bottom: 0; }
.cta-action { display: grid; justify-items: start; gap: 15px; }
.cta-action .btn { min-width: 330px; }
.cta-notes { display: flex; gap: 25px; font-size: 12px; color: #d7e7f9; }

.footer { padding: 28px 0; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-brand .brand-name { font-size: 27px; }
.footer-brand .brand-mark { width: 34px; height: 34px; }
.footer p { font-size: 12px; color: #60748d; margin-bottom: 0; }
.footer-nav { display: flex; justify-content: flex-end; gap: 24px; font-size: 12px; color: #4a627e; }

@media (max-width: 980px) {
  .main-nav, .nav-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav.open { display: flex; position: absolute; top: 76px; left: 20px; right: 20px; background: white; padding: 20px; border-radius: 16px; box-shadow: var(--shadow); flex-direction: column; gap: 18px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 44px; }
  .hero-media { min-height: auto; }
  .split-intro { grid-template-columns: 1fr; }
  .example-card { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: repeat(2,1fr); }
  .results-title { grid-column: 1 / -1; }
  .segments-grid { grid-template-columns: repeat(3,1fr); }
  .testimonial-card { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand-sub { display: none; }
  .nav-wrap { height: 68px; }
  .brand-name { font-size: 27px; }
  .hero-grid { min-height: auto; padding-top: 34px; }
  h1 { font-size: 48px; letter-spacing: -2.2px; }
  .hero-text { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-points { gap: 12px 20px; }
  .steps { grid-template-columns: 1fr; gap: 6px; }
  .arrow { transform: rotate(90deg); justify-self: start; margin-left: 18px; }
  .example-card { padding: 24px 20px; }
  .results-grid { grid-template-columns: 1fr; }
  .result-card { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .segments-grid { grid-template-columns: repeat(2,1fr); }
  .cta-action .btn { min-width: 0; width: 100%; }
  .cta-notes { flex-direction: column; gap: 7px; }
}
