:root {
  --ink: #071a2c;
  --ink-2: #102d46;
  --teal: #18b8a5;
  --teal-dark: #0f8c80;
  --purple: #6d4aff;
  --gold: #ffcb57;
  --paper: #f7fafc;
  --white: #ffffff;
  --muted: #60758a;
  --line: #dce7ef;
  --soft: #edf6f7;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(7, 26, 44, .12);
}
* { 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(--ink); background: var(--paper); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--gold); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 250, 252, .88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(7, 26, 44, .08); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-size: 1.05rem; letter-spacing: .02em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-size: .94rem; font-weight: 700; color: var(--ink-2); }
.site-nav a:hover { color: var(--teal-dark); }
.nav-cta { padding: 10px 16px; color: var(--white) !important; background: var(--ink); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: var(--ink); color: white; padding: 9px 13px; border-radius: 10px; font-weight: 800; }
.hero { position: relative; overflow: hidden; padding: 92px 0 78px; background: radial-gradient(circle at 82% 15%, rgba(109,74,255,.12), transparent 31%), linear-gradient(180deg, #fff 0%, #f7fafc 100%); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--teal-dark); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1,h2,h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.8rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.1rem, 4vw, 4rem); }
h3 { font-size: 1.35rem; }
.hero-lead { max-width: 720px; margin: 0; color: #314a61; font-size: clamp(1.05rem, 1.8vw, 1.32rem); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--teal-dark), var(--teal)); box-shadow: 0 12px 28px rgba(24,184,165,.24); }
.button-secondary { background: white; border-color: var(--line); }
.button-light { color: var(--ink); background: white; }
.button.full { width: 100%; }
.status-line { display: flex; align-items: flex-start; gap: 10px; max-width: 640px; color: var(--muted); font-size: .89rem; }
.status-dot { flex: 0 0 auto; width: 10px; height: 10px; margin-top: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(255,203,87,.18); }
.hero-visual { margin: 0; padding: 15px; background: white; border: 1px solid rgba(7,26,44,.08); border-radius: 28px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero-visual img { width: 100%; border-radius: 18px; }
.hero-visual figcaption, .wide-figure figcaption { padding: 11px 4px 2px; color: var(--muted); font-size: .82rem; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .48; }
.hero-glow-one { width: 350px; height: 350px; right: -170px; bottom: -160px; background: rgba(24,184,165,.13); }
.hero-glow-two { width: 250px; height: 250px; left: -130px; top: 100px; background: rgba(109,74,255,.08); }
.signal-strip { color: white; background: var(--ink); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid div { display: flex; align-items: center; gap: 14px; min-height: 106px; padding: 20px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.signal-grid div:last-child { border-right: 0; }
.signal-grid strong { color: var(--gold); font-size: 1rem; }
.signal-grid span { font-weight: 750; }
.section { padding: 108px 0; }
.section-heading { max-width: 790px; margin-bottom: 50px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.cards { display: grid; gap: 18px; }
.four-cards { grid-template-columns: repeat(4, 1fr); }
.feature-card { min-height: 260px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 38px rgba(7,26,44,.06); }
.feature-card span { display: inline-block; margin-bottom: 36px; color: var(--purple); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.feature-card p { color: var(--muted); }
.wide-figure { margin: 48px 0 0; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.wide-figure img { width: 100%; border-radius: 18px; }
.section-dark { color: white; background: linear-gradient(145deg, #071a2c, #0d2d47); }
.section-dark .eyebrow { color: #70e5d8; }
.section-dark p { color: #c8d5df; }
.evidence-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 58px; align-items: center; }
.check-list { list-style: none; margin: 28px 0; padding: 0; }
.check-list li { position: relative; margin: 12px 0; padding-left: 30px; color: #e9f4f8; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.text-link { color: #73e5d8; font-weight: 850; text-decoration: none; }
.evidence-stack { display: grid; gap: 16px; }
.evidence-mini-grid { display: grid; grid-template-columns: 1.65fr .55fr; gap: 16px; }
.panel-image { margin: 0; overflow: hidden; padding: 12px; background: white; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; }
.panel-image img { width: 100%; height: 100%; object-fit: contain; border-radius: 13px; }
.panel-image.portrait { max-height: 330px; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.timeline-item { min-height: 315px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.timeline-number { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 14px; color: white; background: var(--ink); font-weight: 900; }
.timeline-label { margin-bottom: 10px; color: var(--teal-dark); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.timeline-item p:last-child { color: var(--muted); }
.section-soft { background: var(--soft); }
.company-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }
.company-grid > div > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.contact-card { padding: 36px; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.contact-card p { color: var(--muted); }
.small { margin-bottom: 0; font-size: .82rem; text-align: center; }
.final-cta { padding: 76px 0; color: white; background: linear-gradient(125deg, var(--purple), var(--teal-dark)); }
.final-cta .eyebrow { color: #d9fff8; }
.final-cta h2 { margin-bottom: 0; max-width: 780px; font-size: clamp(2rem, 3vw, 3.5rem); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.site-footer { padding: 38px 0; color: #b7c5d1; background: #06131f; }
.footer-inner { display: grid; grid-template-columns: 1fr 1.6fr auto; align-items: center; gap: 32px; }
.footer-inner p { margin: 0; font-size: .78rem; }
.footer-brand small { color: #8da3b5; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }
@media (max-width: 980px) {
  .hero-grid, .evidence-grid, .company-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 64px; }
  .hero-visual { transform: none; }
  .four-cards { grid-template-columns: repeat(2, 1fr); }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid div:nth-child(2) { border-right: 0; }
  .signal-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .timeline { grid-template-columns: 1fr; }
  .timeline-item { min-height: auto; }
  .footer-inner { grid-template-columns: 1fr; }
  .site-nav { position: absolute; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 14px; }
  .nav-cta { text-align: center; }
  .menu-toggle { display: inline-flex; }
}
@media (max-width: 640px) {
  .shell { width: min(100% - 26px, 1180px); }
  .hero { padding: 48px 0 58px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.1rem); }
  .hero-actions .button { width: 100%; }
  .section { padding: 78px 0; }
  .four-cards, .signal-grid { grid-template-columns: 1fr; }
  .signal-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .signal-grid div:last-child { border-bottom: 0; }
  .feature-card { min-height: auto; }
  .feature-card span { margin-bottom: 24px; }
  .evidence-mini-grid { grid-template-columns: 1fr; }
  .panel-image.portrait { max-height: 430px; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
  .button-light { width: 100%; }
}
