:root {
  --navy: #071e49;
  --navy-2: #0b2d63;
  --cyan: #14b8d4;
  --cyan-soft: #dff8fc;
  --ink: #102039;
  --muted: #5f6e82;
  --line: #dce5ef;
  --paper: #ffffff;
  --offwhite: #f5f8fc;
  --shadow: 0 24px 70px rgba(7, 30, 73, .12);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 999; background: white; padding: 10px 14px; border-radius: 8px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.93); backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(7,30,73,.08); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 190px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; color: #263b59; }
.site-nav a:not(.nav-cta) { position: relative; padding: 10px 0; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--cyan); transition: right .2s ease; }
.site-nav a:hover::after { right: 0; }
.nav-cta { background: var(--navy); color: white; padding: 12px 18px; border-radius: 999px; }
.nav-cta:hover { background: var(--navy-2); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; flex-direction: column; justify-content: center; gap: 5px; }
.nav-toggle span:not(.sr-only) { height: 2px; background: var(--navy); width: 100%; display: block; }

.hero { position: relative; overflow: hidden; padding: 160px 0 100px; min-height: 800px; display: flex; align-items: center; background: #fbfdff; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; right: -180px; top: -160px; background: rgba(20,184,212,.07); filter: blur(2px); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; left: -260px; bottom: -180px; background: rgba(7,30,73,.05); }
.hero-grid { position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(7,30,73,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(7,30,73,.045) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, transparent 0%, black 24%, black 80%, transparent 100%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 56px; }
.eyebrow { color: var(--navy); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .17em; display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(20,184,212,.12); }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(48px, 5.2vw, 76px); line-height: .98; letter-spacing: -.055em; max-width: 740px; }
.hero h1 span { color: var(--cyan); }
.hero-lead { font-size: 20px; line-height: 1.65; color: #40536e; max-width: 700px; margin: 28px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; box-shadow: 0 14px 30px rgba(7,30,73,.19); }
.button-primary:hover { background: var(--navy-2); box-shadow: 0 18px 36px rgba(7,30,73,.24); }
.button-secondary { border: 1px solid #cfdbe8; background: rgba(255,255,255,.72); color: var(--navy); }
.hero-note { color: #738196; font-size: 12px; margin-top: 26px; padding-left: 18px; position: relative; }
.hero-note::before { content: ""; width: 7px; height: 7px; border: 2px solid var(--cyan); border-radius: 50%; position: absolute; left: 0; top: 3px; }

.hero-visual { position: relative; height: 590px; }
.keel-core { position: absolute; left: 50%; top: 48%; transform: translate(-50%,-50%); width: 210px; height: 210px; border-radius: 50%; background: var(--navy); color: white; box-shadow: 0 30px 75px rgba(7,30,73,.26); display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 4; }
.keel-core::after { content: ""; position: absolute; inset: -18px; border: 1px solid rgba(20,184,212,.36); border-radius: 50%; }
.core-k { font-size: 58px; font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.keel-core strong { font-size: 18px; margin-top: 8px; }
.keel-core small { color: #b8d7e4; font-size: 10px; margin-top: 5px; }
.core-light { position: absolute; width: 13px; height: 13px; background: var(--cyan); border-radius: 50%; top: 32px; right: 47px; box-shadow: 0 0 0 9px rgba(20,184,212,.14), 0 0 30px rgba(20,184,212,.9); }
.visual-orbit { position: absolute; border: 1px dashed rgba(7,30,73,.17); border-radius: 50%; left: 50%; top: 48%; transform: translate(-50%,-50%); }
.orbit-one { width: 390px; height: 390px; }
.orbit-two { width: 530px; height: 530px; opacity: .72; }
.system-card { position: absolute; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.97); border: 1px solid #e0e8f1; padding: 14px 17px; border-radius: 16px; box-shadow: 0 16px 40px rgba(7,30,73,.09); z-index: 3; min-width: 195px; }
.system-card strong { display: block; font-size: 13px; color: var(--navy); }
.system-card small { display: block; font-size: 9px; color: #7a8797; margin-top: 3px; white-space: nowrap; }
.system-icon { width: 34px; height: 34px; display: grid; place-items: center; background: var(--cyan-soft); color: #0d94ad; border-radius: 10px; font-weight: 900; }
.card-email { top: 57px; left: 50%; transform: translateX(-50%); }
.card-erp { top: 185px; right: -4px; }
.card-docs { bottom: 112px; left: 2px; }
.card-data { bottom: 25px; left: 53%; transform: translateX(-50%); }
.answer-card { position: absolute; right: 3px; bottom: 128px; width: 235px; background: var(--navy); color: white; padding: 17px 18px; border-radius: 16px; box-shadow: 0 20px 45px rgba(7,30,73,.18); z-index: 5; }
.answer-card p { margin: 7px 0 0; font-size: 11px; line-height: 1.45; color: #d1dfeb; }
.answer-label { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; display: flex; align-items: center; gap: 7px; }
.answer-label span { width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; }

.trust-strip { background: white; border-top: 1px solid #e7edf4; border-bottom: 1px solid #e7edf4; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { min-height: 104px; display: flex; align-items: center; gap: 12px; padding: 0 22px; border-right: 1px solid #e7edf4; }
.trust-grid > div:first-child { border-left: 1px solid #e7edf4; }
.trust-grid span { color: var(--cyan); font-size: 11px; font-weight: 900; }
.trust-grid strong { font-size: 12px; color: #39506e; }

.section { padding: 120px 0; }
.section-light { background: white; }
.section-heading { max-width: 810px; margin-bottom: 56px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .split-copy h2, .shipping-intro h2, .inclusion-copy h2, .cta-inner h2 { color: var(--navy); font-size: clamp(38px, 4.2vw, 58px); line-height: 1.04; letter-spacing: -.045em; margin: 0; }
.section-heading p, .split-copy > p, .shipping-intro p, .inclusion-copy p { font-size: 18px; line-height: 1.7; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 32px; min-height: 300px; position: relative; overflow: hidden; background: white; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #c9d8e6; }
.feature-card::after { content: ""; position: absolute; width: 140px; height: 140px; border-radius: 50%; right: -70px; bottom: -70px; border: 24px solid rgba(20,184,212,.08); }
.feature-number { color: var(--cyan); font-weight: 900; font-size: 12px; margin-bottom: 58px; }
.feature-card h3 { font-size: 24px; color: var(--navy); letter-spacing: -.025em; margin: 0 0 13px; }
.feature-card p { color: var(--muted); line-height: 1.7; font-size: 14px; margin: 0; }

.section-navy { background: var(--navy); color: white; overflow: hidden; position: relative; }
.section-navy::before { content: ""; position: absolute; width: 680px; height: 680px; right: -340px; top: -200px; border: 1px solid rgba(20,184,212,.14); border-radius: 50%; box-shadow: 0 0 0 100px rgba(20,184,212,.02), 0 0 0 200px rgba(20,184,212,.018); }
.split-layout { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.eyebrow-on-dark { color: #70dced; }
.split-copy h2 { color: white; }
.split-copy > p { color: #bfd0df; max-width: 550px; }
.process-list { margin-top: 38px; display: grid; gap: 22px; }
.process-item { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; }
.process-item > span { width: 42px; height: 42px; border: 1px solid rgba(112,220,237,.4); color: #70dced; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 900; }
.process-item h3 { margin: 3px 0 5px; font-size: 16px; }
.process-item p { margin: 0; color: #9db1c4; font-size: 13px; line-height: 1.55; }
.question-panel { position: relative; background: white; color: var(--ink); border-radius: 26px; padding: 20px; box-shadow: 0 35px 90px rgba(0,0,0,.2); }
.panel-top { display: flex; align-items: center; gap: 7px; border-bottom: 1px solid #edf1f5; padding-bottom: 15px; font-size: 12px; color: #5d6f85; }
.panel-top strong { margin-left: 6px; color: var(--navy); }
.panel-dot { width: 7px; height: 7px; background: #d4dbe3; border-radius: 50%; }
.question-bubble { margin: 20px 0 12px 85px; background: #eef4f8; border-radius: 17px 17px 4px 17px; padding: 14px 16px; font-size: 13px; line-height: 1.5; color: #38506d; }
.thinking-row { display: flex; gap: 4px; margin: 15px 0; }
.thinking-row span { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); animation: pulse 1.1s infinite ease-in-out; }
.thinking-row span:nth-child(2) { animation-delay: .15s; }
.thinking-row span:nth-child(3) { animation-delay: .3s; }
@keyframes pulse { 0%,100% { opacity: .25; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-3px); } }
.source-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; border: 1px solid #e8eef4; border-radius: 13px; padding: 11px 13px; margin-top: 8px; }
.source-row strong { display: block; font-size: 12px; color: var(--navy); }
.source-row small { display: block; color: #8593a3; font-size: 9px; margin-top: 2px; }
.source-row b { color: var(--cyan); font-size: 12px; }
.source-icon { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: #effafd; color: #168fa5; font-size: 13px; }
.panel-answer { margin-top: 14px; background: var(--navy); border-radius: 15px; padding: 16px 17px; color: white; }
.panel-answer span { color: #70dced; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; font-size: 9px; }
.panel-answer p { margin: 7px 0 0; font-size: 12px; line-height: 1.55; color: #d3dfea; }

.shipping-section { background: #f4f8fb; }
.shipping-intro { max-width: 900px; }
.shipping-intro p { max-width: 820px; }
.shipping-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; margin-top: 58px; align-items: start; }
.shipping-copy p { color: #52647a; font-size: 16px; line-height: 1.75; margin-top: 0; margin-bottom: 22px; }
.shipping-cards { display: grid; gap: 14px; }
.mini-card { display: grid; grid-template-columns: 72px 1fr; gap: 20px; background: white; border: 1px solid #dbe5ee; padding: 22px; border-radius: 20px; box-shadow: 0 10px 30px rgba(7,30,73,.05); }
.mini-card > span { width: 72px; height: 72px; display: grid; place-items: center; background: var(--navy); color: #79dcec; font-size: 19px; font-weight: 900; border-radius: 17px; }
.mini-card h3 { margin: 7px 0 6px; color: var(--navy); font-size: 17px; }
.mini-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.inclusion-section { overflow: hidden; }
.inclusion-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.inclusion-copy p { font-size: 16px; }
.inclusion-visual { min-height: 500px; position: relative; display: grid; place-items: center; }
.people-center { width: 126px; height: 126px; border-radius: 50%; background: var(--navy); color: white; display: grid; place-items: center; font-size: 54px; font-weight: 900; position: relative; z-index: 3; box-shadow: 0 25px 55px rgba(7,30,73,.18); }
.people-center::after { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--cyan); position: absolute; right: 25px; top: 21px; box-shadow: 0 0 0 8px rgba(20,184,212,.12); }
.people-ring { position: absolute; border: 1px dashed #bfd0df; border-radius: 50%; }
.people-ring span { position: absolute; width: 52px; height: 52px; background: white; border: 1px solid #dce7ef; border-radius: 50%; box-shadow: 0 11px 30px rgba(7,30,73,.08); }
.people-ring span::before { content: ""; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #7e91a8; left: 19px; top: 10px; }
.people-ring span::after { content: ""; position: absolute; width: 24px; height: 13px; border-radius: 14px 14px 7px 7px; background: #d3dce6; left: 13px; top: 27px; }
.ring-a { width: 270px; height: 270px; }
.ring-b { width: 430px; height: 430px; }
.ring-a span:nth-child(1) { left: 22px; top: 42px; }
.ring-a span:nth-child(2) { right: -8px; top: 107px; }
.ring-a span:nth-child(3) { left: 105px; bottom: -18px; }
.ring-b span:nth-child(1) { left: 4px; top: 125px; }
.ring-b span:nth-child(2) { right: 24px; top: 54px; }
.ring-b span:nth-child(3) { right: -9px; bottom: 92px; }
.ring-b span:nth-child(4) { left: 49px; bottom: 28px; }
.ring-b span:nth-child(even)::before { background: #14b8d4; }
.ring-b span:nth-child(3)::before { background: #071e49; }

.use-cases-section { background: var(--offwhite); }
.use-case-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.use-case { background: white; border: 1px solid #dee7ef; border-radius: 20px; padding: 30px; }
.use-case > span { color: #138fa7; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.use-case h3 { color: var(--navy); font-size: 27px; margin: 18px 0 10px; letter-spacing: -.03em; }
.use-case p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.cta-section { position: relative; overflow: hidden; background: var(--navy); color: white; padding: 92px 0; }
.cta-section::before { content: ""; position: absolute; right: -80px; top: -220px; width: 580px; height: 580px; border: 1px solid rgba(20,184,212,.2); border-radius: 50%; box-shadow: 0 0 0 80px rgba(20,184,212,.03), 0 0 0 160px rgba(20,184,212,.02); }
.cta-light { position: absolute; right: 19%; top: 23%; width: 12px; height: 12px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 13px rgba(20,184,212,.1), 0 0 75px 26px rgba(20,184,212,.2); }
.cta-inner { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.cta-inner h2 { color: white; max-width: 800px; }
.cta-inner p { max-width: 720px; color: #b8c9d9; font-size: 16px; line-height: 1.7; }
.button-white { background: white; color: var(--navy); white-space: nowrap; box-shadow: 0 14px 30px rgba(0,0,0,.16); }

.site-footer { background: #041531; color: #91a7ba; }
.footer-inner { min-height: 150px; display: flex; align-items: center; gap: 28px; }
.footer-brand { background: white; border-radius: 10px; padding: 6px 12px; }
.footer-brand img { width: 145px; }
.footer-inner p { margin: 0; font-size: 11px; }
.copyright { margin-left: auto !important; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .header-inner { height: 74px; }
  .brand img { width: 165px; }
  .nav-toggle { display: flex; z-index: 2; }
  .site-nav { position: fixed; left: 20px; right: 20px; top: 82px; display: grid; gap: 5px; background: white; border: 1px solid #dce5ee; border-radius: 18px; padding: 18px; box-shadow: var(--shadow); transform: translateY(-16px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .site-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 11px 12px !important; }
  .nav-cta { border-radius: 11px; text-align: center; margin-top: 4px; }
  .hero { padding: 130px 0 72px; min-height: auto; }
  .hero-layout, .split-layout, .shipping-layout, .inclusion-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 25px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { height: 520px; max-width: 650px; width: 100%; margin: 10px auto 0; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid #e7edf4; }
  .trust-grid > div { border-bottom: 1px solid #e7edf4; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-number { margin-bottom: 34px; }
  .split-layout { gap: 50px; }
  .question-panel { max-width: 650px; }
  .shipping-layout { gap: 35px; }
  .inclusion-layout { gap: 20px; }
  .inclusion-visual { min-height: 450px; }
  .cta-inner { grid-template-columns: 1fr; gap: 28px; }
  .cta-inner .button { justify-self: start; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-visual { height: 470px; transform: scale(.92); transform-origin: top center; margin-bottom: -25px; }
  .orbit-two { width: 420px; height: 420px; }
  .orbit-one { width: 310px; height: 310px; }
  .keel-core { width: 170px; height: 170px; }
  .core-k { font-size: 45px; }
  .system-card { min-width: 155px; padding: 11px; }
  .system-card small { display: none; }
  .card-erp { right: -16px; top: 155px; }
  .card-docs { left: -12px; bottom: 108px; }
  .card-email { top: 44px; }
  .card-data { bottom: 32px; }
  .answer-card { width: 190px; right: -12px; bottom: 89px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-left: 1px solid #e7edf4; min-height: 78px; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .split-copy h2, .shipping-intro h2, .inclusion-copy h2, .cta-inner h2 { font-size: 38px; }
  .feature-card { padding: 27px 24px; }
  .question-bubble { margin-left: 30px; }
  .shipping-layout { margin-top: 38px; }
  .mini-card { grid-template-columns: 56px 1fr; padding: 18px; }
  .mini-card > span { width: 56px; height: 56px; border-radius: 14px; font-size: 15px; }
  .inclusion-visual { transform: scale(.78); margin: -50px 0; }
  .use-case-grid { grid-template-columns: 1fr; }
  .cta-section { padding: 72px 0; }
  .footer-inner { min-height: 180px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; }
  .copyright { margin-left: 0 !important; }
}
