:root {
  --navy: #092b56;
  --navy-2: #0e3b70;
  --blue: #168bd3;
  --cyan: #27c2ee;
  --ink: #102033;
  --muted: #5d6f86;
  --soft: #eef7fc;
  --soft-2: #f7fbfe;
  --white: #ffffff;
  --line: rgba(9, 43, 86, .12);
  --shadow: 0 26px 70px rgba(9, 43, 86, .14);
  --shadow-soft: 0 16px 45px rgba(9, 43, 86, .09);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1160px;
  --header: 78px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}
.section { padding: 108px 0; position: relative; }
.section-white { background: var(--white); }
.section-soft { background: linear-gradient(180deg, var(--soft-2), var(--soft)); }
.section-navy { background: radial-gradient(circle at top left, rgba(39, 194, 238, .28), transparent 35%), linear-gradient(135deg, #071f40, #0b315f 52%, #061a36); color: var(--white); }
.section-gradient { background: linear-gradient(135deg, #0a2b55, #106da6); color: var(--white); }

.skip-link {
  position: absolute;
  left: -999px;
  top: 14px;
  background: var(--navy);
  color: var(--white);
  padding: 10px 16px;
  z-index: 1000;
  border-radius: 999px;
}
.skip-link:focus { left: 14px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header);
  background: rgba(255, 255, 255, .84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 16px 40px rgba(9, 43, 86, .08); background: rgba(255,255,255,.94); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 850; color: var(--navy); letter-spacing: -.03em; }
.brand img { width: 48px; height: 48px; object-fit: contain; border-radius: 12px; }
.brand span { font-size: clamp(1.05rem, 2vw, 1.35rem); }
.site-nav { display: flex; align-items: center; gap: 26px; color: rgba(16, 32, 51, .82); font-weight: 700; font-size: .95rem; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--blue); }
.nav-cta { background: var(--navy); color: var(--white) !important; padding: 13px 20px; border-radius: 999px; box-shadow: 0 12px 26px rgba(9, 43, 86, .18); }
.nav-cta:hover { background: var(--navy-2); }
.nav-toggle { display: none; appearance: none; border: 0; background: var(--navy); color: var(--white); width: 46px; height: 46px; border-radius: 14px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; border-radius: 20px; transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: calc(100vh - var(--header)); display: flex; align-items: center; overflow: hidden; padding: 112px 0 92px; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(39, 194, 238, .22), transparent 34%),
    radial-gradient(circle at 12% 18%, rgba(22, 139, 211, .14), transparent 28%),
    linear-gradient(180deg, #f3fbff 0%, #ffffff 72%);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: auto -10% -32% -10%;
  height: 45%;
  background: radial-gradient(ellipse at center, rgba(39, 194, 238, .15), transparent 68%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(44px, 7vw, 92px); }
.eyebrow { margin: 0 0 14px; color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 850; }
.eyebrow.light { color: #78ddff; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.6rem, 6.6vw, 5.8rem); line-height: .94; letter-spacing: -.07em; color: var(--navy); margin-bottom: 24px; max-width: 960px; }
h2 { font-size: clamp(2rem, 4.5vw, 4rem); line-height: 1.02; letter-spacing: -.055em; color: var(--navy); margin-bottom: 22px; }
h3 { font-size: 1.28rem; line-height: 1.15; letter-spacing: -.03em; color: var(--navy); margin-bottom: 12px; }
.section-navy h2, .section-navy h3, .section-gradient h2, .section-gradient h3 { color: var(--white); }
p { color: var(--muted); }
.section-navy p, .section-gradient p { color: rgba(255,255,255,.78); }
.hero-lead { font-size: clamp(1.05rem, 2vw, 1.32rem); max-width: 780px; color: #405672; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 15px 24px; border-radius: 999px; font-weight: 850; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy); color: var(--white); box-shadow: 0 18px 36px rgba(9, 43, 86, .22); }
.btn-primary:hover { background: var(--navy-2); }
.btn-secondary { background: rgba(255,255,255,.7); color: var(--navy); border-color: var(--line); box-shadow: 0 14px 30px rgba(9,43,86,.08); }
.btn-secondary:hover { border-color: rgba(22,139,211,.42); color: var(--blue); }
.btn-full { width: 100%; }
.hero-points { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 760px; }
.hero-points li { background: rgba(255,255,255,.74); border: 1px solid var(--line); border-radius: 20px; padding: 18px; box-shadow: 0 12px 30px rgba(9,43,86,.07); }
.hero-points strong { display: block; color: var(--navy); font-size: 1.05rem; line-height: 1.2; }
.hero-points span { display: block; color: var(--muted); font-size: .91rem; margin-top: 4px; }

.hero-panel { position: relative; min-height: 620px; display: grid; place-items: center; }
.hero-panel::before { content: ""; position: absolute; width: min(86%, 520px); aspect-ratio: 1; background: linear-gradient(135deg, rgba(39,194,238,.22), rgba(9,43,86,.10)); border-radius: 45% 55% 52% 48%; filter: blur(2px); animation: float 7s ease-in-out infinite; }
.panel-logo { position: absolute; top: 34px; right: 8%; width: 168px; background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.8); border-radius: 28px; padding: 18px; box-shadow: var(--shadow-soft); backdrop-filter: blur(18px); transform: rotate(3deg); }
.panel-logo img { border-radius: 20px; }
.report-card { position: relative; width: min(100%, 460px); padding: 30px; border-radius: 32px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.report-head { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .88rem; font-weight: 800; margin-bottom: 22px; }
.status-dot { width: 10px; height: 10px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 6px rgba(39,194,238,.16); }
.report-head strong { margin-left: auto; color: var(--navy); border: 1px solid var(--line); border-radius: 999px; padding: 5px 9px; }
.report-card h2 { font-size: clamp(1.8rem, 3vw, 2.55rem); margin-bottom: 24px; }
.report-lines { display: grid; gap: 12px; margin-bottom: 22px; }
.report-lines span { height: 12px; border-radius: 999px; background: linear-gradient(90deg, rgba(9,43,86,.16), rgba(22,139,211,.08)); }
.report-lines span:nth-child(2) { width: 84%; }
.report-lines span:nth-child(3) { width: 62%; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mini-grid div { background: var(--soft-2); border: 1px solid var(--line); padding: 14px; border-radius: 16px; color: var(--ink); font-weight: 750; }
.mini-grid span { display: block; color: var(--blue); font-weight: 900; margin-bottom: 4px; }
@keyframes float { 0%,100%{ transform: translateY(0) rotate(0deg); } 50%{ transform: translateY(-18px) rotate(4deg); } }

.trust-strip { background: var(--navy); color: var(--white); padding: 18px 0; overflow: hidden; }
.trust-inner { display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.trust-inner span { font-weight: 850; opacity: .92; }

.split-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 42px; align-items: stretch; margin-bottom: 42px; }
.section-intro p, .section-heading p { font-size: 1.08rem; max-width: 760px; }
.section-heading { text-align: center; margin-bottom: 42px; }
.section-heading .eyebrow { margin-inline: auto; }
.section-heading p { margin-inline: auto; }
.content-card { border-radius: var(--radius); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow-soft); }
.dark-card { background: linear-gradient(135deg, var(--navy), #0b4078); color: var(--white); }
.dark-card h3 { color: var(--white); font-size: clamp(1.55rem, 3vw, 2.35rem); }
.dark-card p { color: rgba(255,255,255,.78); }
.text-link { display: inline-flex; margin-top: 12px; color: #84dfff; font-weight: 900; }
.text-link::after { content: "→"; margin-left: 8px; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.problem-solution { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ps-card, .audience-card, .method-card, .price-card, .timeline-item, .zones-card, .faq-list details { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 26px; box-shadow: 0 10px 28px rgba(9,43,86,.06); }
.card-kicker, .badge { display: inline-flex; margin-bottom: 14px; color: var(--blue); font-weight: 900; font-size: .82rem; letter-spacing: .09em; text-transform: uppercase; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--soft); margin-bottom: 18px; font-size: 1.55rem; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.method-card span { color: var(--blue); font-weight: 950; display: block; margin-bottom: 14px; }
.method-card { min-height: 226px; }

.report-section-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 54px; align-items: center; }
.report-preview { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 32px; padding: 26px; box-shadow: 0 30px 80px rgba(0,0,0,.2); backdrop-filter: blur(16px); }
.preview-top { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.72); font-weight: 800; }
.preview-top strong { color: #fff; }
.preview-body { padding: 28px; margin-top: 22px; border-radius: 24px; background: rgba(255,255,255,.96); color: var(--ink); }
.preview-body h3 { color: var(--navy); }
.preview-body ul, .checklist ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.preview-body li, .checklist li { position: relative; padding-left: 30px; color: var(--muted); }
.preview-body li::before, .checklist li::before { content: ""; position: absolute; left: 0; top: .45em; width: 12px; height: 12px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(39,194,238,.13); }

.pricing-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; }
.price-card.featured { background: linear-gradient(180deg, var(--navy), #0a4076); color: var(--white); transform: translateY(-12px); box-shadow: var(--shadow); }
.price-card.featured h3, .price-card.featured strong { color: var(--white); }
.price-card.featured p { color: rgba(255,255,255,.76); }
.price-card strong { color: var(--navy); font-size: 1.14rem; margin: auto 0 18px; display: block; }
.price-card a { font-weight: 900; color: var(--blue); }
.price-card.featured a { color: #8ee9ff; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.timeline-item span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--navy); color: var(--white); font-weight: 950; margin-bottom: 18px; }
.assurance-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 48px; align-items: center; }
.checklist { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); padding: 32px; }
.checklist li { color: rgba(255,255,255,.82); }
.zones-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 40px; align-items: center; }
.zone-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.zone-pills span { display: inline-flex; padding: 10px 14px; border-radius: 999px; background: var(--soft); color: var(--navy); font-weight: 850; }
.faq-list { display: grid; gap: 14px; max-width: 900px; }
.faq-list details { padding: 0; overflow: hidden; }
.faq-list summary { cursor: pointer; list-style: none; padding: 22px 26px; color: var(--navy); font-weight: 900; font-size: 1.05rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--blue); font-size: 1.5rem; line-height: 1; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 26px 24px; }

.contact-section { background: radial-gradient(circle at 10% 0%, rgba(39,194,238,.2), transparent 30%), linear-gradient(135deg, #061a36, #0a315f); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .82fr 1fr; gap: 54px; align-items: start; }
.contact-copy h2 { color: var(--white); }
.contact-copy p { color: rgba(255,255,255,.78); }
.contact-info { margin-top: 28px; display: grid; gap: 10px; color: rgba(255,255,255,.78); }
.contact-info a { color: #8ee9ff; font-weight: 900; }
.contact-form { background: rgba(255,255,255,.96); color: var(--ink); border-radius: 32px; padding: clamp(24px, 4vw, 36px); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.form-row { margin-bottom: 18px; }
.two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; color: var(--navy); font-weight: 900; margin-bottom: 7px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 14px; padding: 13px 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
textarea { resize: vertical; min-height: 134px; }
input:focus, select:focus, textarea:focus { border-color: rgba(22,139,211,.68); box-shadow: 0 0 0 4px rgba(22,139,211,.12); }
.form-note { color: var(--muted) !important; font-size: .88rem; margin: 14px 0 0; text-align: center; }

.site-footer { background: #05162c; color: rgba(255,255,255,.78); padding: 54px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .9fr; gap: 36px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { color: var(--white); margin-bottom: 14px; }
.site-footer p { color: rgba(255,255,255,.7); max-width: 460px; }
.site-footer h2 { font-size: 1rem; letter-spacing: 0; margin-bottom: 12px; color: var(--white); }
.site-footer a { display: block; color: rgba(255,255,255,.72); margin-bottom: 8px; }
.site-footer a:hover { color: #8ee9ff; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: .9rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid, .audience-grid, .timeline { grid-template-columns: repeat(2, 1fr); }
  .price-card.featured { transform: none; }
}
@media (max-width: 880px) {
  :root { --header: 70px; }
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 74px 0; }
  .nav-toggle { display: flex; }
  .site-nav {
    position: fixed;
    inset: var(--header) 14px auto 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(255,255,255,.98);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 12px;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 14px; border-radius: 14px; }
  .site-nav a:hover { background: var(--soft); }
  .nav-cta { text-align: center; margin-top: 6px; }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 72px 0 64px; min-height: unset; }
  .hero-grid, .split-grid, .report-section-grid, .assurance-grid, .zones-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-panel { min-height: 470px; order: -1; }
  .panel-logo { width: 128px; right: 4%; top: 10px; }
  .report-card { padding: 24px; }
  .hero-points { grid-template-columns: 1fr; }
  .problem-solution { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.35rem, 13vw, 4.4rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 3.1rem); }
}
@media (max-width: 580px) {
  .brand span { font-size: 1.02rem; }
  .brand img { width: 42px; height: 42px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .method-grid, .audience-grid, .pricing-grid, .timeline { grid-template-columns: 1fr; }
  .two-cols { grid-template-columns: 1fr; }
  .trust-inner { justify-content: center; }
  .mini-grid { grid-template-columns: 1fr; }
  .hero-panel { min-height: 430px; }
  .panel-logo { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
}
