@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --bg: #06100e;
  --bg-soft: #0a1714;
  --panel: #0c1c18;
  --panel-2: #10241f;
  --text: #f0f8f4;
  --muted: #9bb0a7;
  --line: rgba(156, 224, 199, .14);
  --accent: #00e5c9;
  --accent-2: #63ffd8;
  --gold: #e8bc67;
  --shadow: 0 28px 80px rgba(0, 0, 0, .32);
  --radius: 22px;
  --container: 1180px;
  --ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 7%, rgba(0, 229, 201, .09), transparent 27rem),
    radial-gradient(circle at 14% 42%, rgba(232, 188, 103, .04), transparent 24rem),
    var(--bg);
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  z-index: -1;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.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: -100px; background: var(--accent); color: #02110e; padding: 10px 16px; border-radius: 8px; z-index: 1000; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s var(--ease), border-color .25s var(--ease); }
.site-header.scrolled { background: rgba(6, 16, 14, .88); backdrop-filter: blur(18px); border-color: var(--line); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: 'Space Grotesk', sans-serif; font-size: 19px; font-weight: 600; letter-spacing: -.03em; }
.brand b { color: var(--accent); }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(99, 255, 216, .45); border-radius: 10px; color: var(--accent); background: linear-gradient(145deg, rgba(0, 229, 201, .14), rgba(0, 229, 201, .03)); box-shadow: inset 0 0 18px rgba(0, 229, 201, .08); font-weight: 700; }
.primary-nav { display: flex; align-items: center; gap: 30px; color: #b9cbc3; font-size: 14px; font-weight: 600; }
.primary-nav a { transition: color .18s var(--ease); }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--accent-2); }
.nav-cta { padding: 10px 17px; border: 1px solid rgba(0, 229, 201, .34); border-radius: 10px; color: var(--text) !important; background: rgba(0, 229, 201, .06); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--text); margin: 5px; border-radius: 10px; transition: transform .2s var(--ease), opacity .2s var(--ease); }

.hero { min-height: 850px; display: grid; align-items: center; position: relative; padding-top: 160px; overflow: hidden; }
.hero::after { content: ''; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(0, 229, 201, .1); border-radius: 50%; right: -260px; top: 140px; box-shadow: 0 0 0 70px rgba(0,229,201,.025), 0 0 0 140px rgba(0,229,201,.018); }
.hero-glow { position: absolute; width: 440px; height: 440px; right: 15%; top: 26%; border-radius: 50%; background: rgba(0,229,201,.10); filter: blur(110px); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 19px; color: var(--accent); font: 600 12px/1.2 'Space Grotesk', sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(0,229,201,.11), 0 0 16px var(--accent); }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -.045em; margin-top: 0; }
h1 { margin-bottom: 25px; font-size: clamp(48px, 6vw, 82px); line-height: .99; max-width: 780px; }
h1 span { color: transparent; -webkit-text-stroke: 1px rgba(240, 248, 244, .58); }
.hero-text { max-width: 620px; margin: 0; font-size: 18px; color: #b3c6bd; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-weight: 700; transition: transform .16s var(--ease), border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.97); }
.button-primary { background: var(--accent); color: #001713; box-shadow: 0 10px 35px rgba(0, 229, 201, .16); }
.button-primary:hover { background: var(--accent-2); box-shadow: 0 14px 42px rgba(0, 229, 201, .23); }
.button-ghost { background: rgba(255, 255, 255, .025); border-color: rgba(255,255,255,.13); }
.button-ghost:hover { border-color: rgba(0, 229, 201, .55); background: rgba(0, 229, 201, .06); }
.button-small { min-height: 43px; padding-inline: 18px; background: transparent; border-color: rgba(0,229,201,.28); color: var(--accent); }
.trust-row { display: flex; gap: 38px; margin-top: 51px; }
.trust-row div { display: grid; gap: 2px; }
.trust-row strong { font: 600 21px/1 'Space Grotesk', sans-serif; }
.trust-row span { color: #748c82; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { perspective: 1200px; }
.orbit-card { min-height: 555px; position: relative; border: 1px solid rgba(112, 236, 204, .19); border-radius: 28px; overflow: hidden; background: #071412; box-shadow: var(--shadow), inset 0 0 60px rgba(0,229,201,.05); transform: rotateY(-4deg) rotateX(2deg); }
.orbit-card::before { content: ''; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.08); border-radius: 21px; z-index: 3; pointer-events: none; }
.orbit-card img { width: 100%; height: 555px; object-fit: cover; opacity: .59; filter: saturate(.85) contrast(1.12); }
.visual-overlay { position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 0 17%, rgba(3, 15, 13, .22) 44%, rgba(3, 15, 13, .9) 100%), linear-gradient(to top, rgba(4, 14, 12, .95), transparent 45%); }
.core-node { position: absolute; left: 50%; top: 45%; width: 142px; height: 142px; transform: translate(-50%, -50%); display: grid; place-items: center; align-content: center; border-radius: 50%; background: rgba(4, 21, 18, .9); border: 1px solid rgba(99, 255, 216, .52); box-shadow: 0 0 0 12px rgba(0,229,201,.07), 0 0 65px rgba(0,229,201,.32); z-index: 5; }
.core-node::after { content: ''; position: absolute; inset: -31px; border: 1px dashed rgba(99,255,216,.23); border-radius: 50%; animation: spin 20s linear infinite; }
.core-node span { font: 700 47px/1 'Space Grotesk', sans-serif; color: var(--accent); }
.core-node small { margin-top: 4px; color: #a4b9b0; font-size: 8px; letter-spacing: .18em; }
.signal { position: absolute; z-index: 5; padding: 10px 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 9px; background: rgba(5,18,15,.78); backdrop-filter: blur(9px); color: #9cb0a7; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.signal b { color: var(--accent); margin-left: 7px; }
.signal-a { left: 8%; top: 18%; }
.signal-b { right: 7%; top: 30%; }
.signal-c { left: 9%; bottom: 22%; }
.visual-footer { position: absolute; left: 43px; right: 43px; bottom: 35px; z-index: 5; display: flex; justify-content: space-between; color: #92a69d; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.live { color: #b9cec5; }
.live i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin-right: 7px; box-shadow: 0 0 12px var(--accent); }
@keyframes spin { to { transform: rotate(360deg); } }

.ticker { border-block: 1px solid var(--line); overflow: hidden; background: rgba(255,255,255,.015); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 37px; min-height: 67px; color: #6f897e; font: 600 10px/1 'Space Grotesk', sans-serif; letter-spacing: .18em; animation: marquee 35s linear infinite; }
.ticker-track i { width: 5px; height: 5px; border-radius: 50%; background: rgba(0,229,201,.5); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; margin-bottom: 54px; }
.section-heading.centered { max-width: 760px; display: block; text-align: center; margin: 0 auto 58px; }
.section-heading h2, .integration-copy h2, .waitlist-card h2 { margin-bottom: 0; font-size: clamp(37px, 4.4vw, 61px); line-height: 1.06; }
.section-heading > p, .section-heading div + p, .integration-copy > p, .waitlist-card > div > p:last-child { margin: 0; color: var(--muted); font-size: 17px; }
.section-heading.centered h2 { margin-bottom: 20px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.feature-card { min-height: 308px; position: relative; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(14, 33, 28, .9), rgba(8, 22, 18, .75)); overflow: hidden; transition: transform .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease); }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(0,229,201,.3); background: linear-gradient(145deg, rgba(16, 41, 34, .95), rgba(8, 22, 18, .8)); }
.feature-card::after { content: ''; position: absolute; width: 160px; height: 160px; right: -75px; bottom: -85px; border-radius: 50%; background: rgba(0,229,201,.07); filter: blur(35px); }
.feature-large { grid-column: span 2; }
.feature-wide { grid-column: span 2; display: grid; grid-template-columns: 1fr 210px; column-gap: 40px; align-content: center; }
.feature-wide .feature-icon, .feature-wide h3, .feature-wide p { grid-column: 1; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(0,229,201,.22); border-radius: 12px; color: var(--accent); background: rgba(0,229,201,.055); font: 500 24px/1 'Space Grotesk', sans-serif; margin-bottom: 35px; }
.feature-card h3 { margin-bottom: 10px; font-size: 24px; letter-spacing: -.035em; }
.feature-card p { max-width: 560px; margin: 0; color: var(--muted); }
.card-index { position: absolute; right: 25px; top: 23px; color: #52685f; font: 600 10px/1 'Space Grotesk', sans-serif; letter-spacing: .13em; }
.mini-flow { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 34px; }
.mini-flow span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 7px; color: #9ab0a6; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.mini-flow i { color: rgba(0,229,201,.42); font-style: normal; }
.chart { grid-column: 2; grid-row: 1 / span 4; height: 160px; display: flex; gap: 9px; align-items: end; padding: 18px; border-left: 1px solid var(--line); }
.chart span { flex: 1; height: var(--h); border-radius: 4px 4px 1px 1px; background: linear-gradient(to top, rgba(0,229,201,.13), var(--accent)); box-shadow: 0 0 15px rgba(0,229,201,.1); }

.workflow-section { background: linear-gradient(to bottom, transparent, rgba(12,30,25,.54), transparent); }
.workflow-layout { display: grid; grid-template-columns: 330px 1fr; gap: 17px; }
.phase-tabs { display: grid; gap: 7px; }
.phase-tab { width: 100%; display: flex; align-items: center; gap: 23px; padding: 16px 18px; border: 1px solid transparent; border-radius: 12px; background: transparent; color: #71887e; cursor: pointer; text-align: left; transition: background .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease), transform .18s var(--ease); }
.phase-tab:hover { color: #b8ccc3; transform: translateX(3px); }
.phase-tab b { color: #4f665c; font: 600 10px/1 'Space Grotesk', sans-serif; letter-spacing: .12em; }
.phase-tab span { font-weight: 700; }
.phase-tab.active { border-color: rgba(0,229,201,.23); background: rgba(0,229,201,.06); color: var(--text); }
.phase-tab.active b { color: var(--accent); }
.phase-panel { min-height: 485px; position: relative; padding: 47px; border: 1px solid rgba(0,229,201,.18); border-radius: 24px; background: linear-gradient(145deg, rgba(16, 38, 31, .92), rgba(7, 20, 17, .88)); box-shadow: var(--shadow); overflow: hidden; }
.phase-panel::after { content: ''; position: absolute; width: 280px; height: 280px; right: -80px; bottom: -110px; border: 1px solid rgba(0,229,201,.12); border-radius: 50%; box-shadow: 0 0 0 35px rgba(0,229,201,.025), 0 0 0 70px rgba(0,229,201,.018); }
.panel-top { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 60px; color: #6f887d; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.panel-top span:first-child { color: var(--accent); }
.phase-panel h3 { max-width: 690px; margin-bottom: 16px; font-size: clamp(29px, 3vw, 43px); line-height: 1.1; }
.phase-panel > p { max-width: 700px; color: var(--muted); }
.deliverables { display: grid; grid-template-columns: 150px 1fr; gap: 25px; margin: 35px 0; padding-top: 25px; border-top: 1px solid var(--line); }
.deliverables p { margin: 0; color: #667e73; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.deliverables ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.deliverables li { padding: 7px 10px; border-radius: 7px; background: rgba(255,255,255,.035); color: #afc1b9; font-size: 12px; }
.demo-action { position: relative; z-index: 2; }

.integration-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.integration-copy h2 { margin-bottom: 24px; }
.check-list { display: grid; gap: 15px; margin: 33px 0 0; padding: 0; list-style: none; color: #b2c6bd; }
.check-list span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 11px; border-radius: 50%; color: var(--accent); background: rgba(0,229,201,.09); font-size: 11px; }
.integration-map { min-height: 535px; position: relative; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at center, rgba(0,229,201,.13), rgba(0,229,201,.02) 28%, transparent 57%), rgba(9,24,20,.55); overflow: hidden; }
.integration-map::before { content: ''; position: absolute; inset: 50% auto auto 50%; width: 380px; height: 380px; transform: translate(-50%,-50%); border: 1px dashed rgba(0,229,201,.12); border-radius: 50%; }
.map-core { position: absolute; left: 50%; top: 50%; z-index: 3; width: 108px; height: 108px; transform: translate(-50%,-50%); display: grid; place-items: center; align-content: center; border: 1px solid rgba(0,229,201,.46); border-radius: 50%; background: #09201a; box-shadow: 0 0 45px rgba(0,229,201,.18); }
.map-core span { font: 700 35px/1 'Space Grotesk', sans-serif; color: var(--accent); }
.map-core small { margin-top: 5px; font-size: 8px; color: #869d93; letter-spacing: .14em; }
.integration-node { position: absolute; z-index: 3; width: 112px; padding: 13px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: rgba(8, 25, 20, .9); display: grid; gap: 4px; box-shadow: 0 12px 25px rgba(0,0,0,.18); }
.integration-node b { color: var(--accent); font: 600 9px/1 'Space Grotesk', sans-serif; }
.integration-node span { color: #b8c9c1; font-size: 12px; font-weight: 700; }
.node-1 { left: 7%; top: 11%; }.node-2 { left: 50%; top: 5%; transform: translateX(-50%); }.node-3 { right: 7%; top: 11%; }.node-4 { right: 5%; bottom: 12%; }.node-5 { left: 50%; bottom: 5%; transform: translateX(-50%); }.node-6 { left: 5%; bottom: 12%; }
.connector-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.connector-lines path { fill: none; stroke: rgba(0,229,201,.24); stroke-width: 1; stroke-dasharray: 5 8; }

.metrics-section { padding-top: 30px; }
.metrics-card { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(0,229,201,.16); border-radius: 22px; background: linear-gradient(100deg, rgba(0,229,201,.08), rgba(12,30,25,.75)); overflow: hidden; }
.metric { padding: 35px; border-right: 1px solid var(--line); }
.metric:last-child { border: 0; }
.metric strong { display: block; margin-bottom: 5px; color: var(--accent); font: 600 38px/1 'Space Grotesk', sans-serif; letter-spacing: -.04em; }
.metric span { color: #8da49a; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.pricing-section { background: linear-gradient(to bottom, transparent, rgba(11,28,23,.65), transparent); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 525px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: rgba(10, 26, 21, .72); }
.price-card.featured { border-color: rgba(0,229,201,.46); background: linear-gradient(160deg, rgba(0,229,201,.11), rgba(10,26,21,.84) 36%); box-shadow: 0 24px 70px rgba(0,0,0,.22); transform: translateY(-12px); }
.popular { position: absolute; right: 23px; top: 21px; margin: 0; padding: 6px 9px; border-radius: 7px; background: rgba(0,229,201,.12); color: var(--accent); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.price-label { margin: 0 0 25px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.price-card h3 { margin-bottom: 15px; font-size: 47px; }
.price-card h3 span { color: #70877d; font: 500 13px/1 'DM Sans', sans-serif; letter-spacing: 0; }
.price-card > p:not(.price-label):not(.popular) { color: var(--muted); font-size: 14px; }
.price-card ul { display: grid; gap: 11px; margin: 24px 0 32px; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; color: #b0c2ba; font-size: 14px; }
.price-card li::before { content: '—'; margin-right: 10px; color: var(--accent); }
.price-card .button { width: 100%; margin-top: auto; }
.pricing-note { margin: 24px 0 0; color: #657c72; text-align: center; font-size: 11px; }

.roadmap { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.roadmap::before { content: ''; position: absolute; left: 4%; right: 4%; top: 25px; height: 1px; background: linear-gradient(90deg, var(--accent), rgba(0,229,201,.12)); }
.roadmap article { position: relative; padding: 65px 25px 25px 0; }
.roadmap article::before { content: ''; position: absolute; left: 0; top: 20px; z-index: 2; width: 11px; height: 11px; border: 3px solid var(--bg); border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 1px rgba(0,229,201,.3), 0 0 20px rgba(0,229,201,.25); }
.roadmap span { color: var(--accent); font: 600 10px/1 'Space Grotesk', sans-serif; letter-spacing: .12em; }
.roadmap h3 { margin: 12px 0 10px; font-size: 21px; }
.roadmap p { margin: 0; color: var(--muted); font-size: 14px; }

.waitlist-card { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: center; padding: 70px; border: 1px solid rgba(0,229,201,.29); border-radius: 28px; background: radial-gradient(circle at 15% 30%, rgba(0,229,201,.13), transparent 30%), linear-gradient(135deg, rgba(15,40,33,.98), rgba(7,21,17,.96)); box-shadow: var(--shadow); }
.waitlist-card h2 { margin-bottom: 20px; }
.waitlist-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.waitlist-form input { min-height: 54px; width: 100%; padding: 0 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; outline: none; background: rgba(2,12,10,.62); color: var(--text); transition: border-color .18s var(--ease), box-shadow .18s var(--ease); }
.waitlist-form input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(0,229,201,.09); }
.waitlist-form input::placeholder { color: #5e756b; }
.form-message { grid-column: 1 / -1; min-height: 20px; margin: 0; color: var(--accent); font-size: 12px; }

.site-footer { padding: 65px 0 25px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.footer-grid > div:first-child p { max-width: 390px; color: #72897f; font-size: 14px; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 9px; }
.footer-grid a:not(.brand) { color: #7f958b; font-size: 13px; }
.footer-grid a:hover { color: var(--accent); }
.footer-title { margin: 0 0 7px; color: #c3d5cd; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line); color: #52695f; font-size: 11px; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 200; max-width: 340px; padding: 13px 17px; border: 1px solid rgba(0,229,201,.3); border-radius: 10px; background: #0b211b; box-shadow: var(--shadow); color: #c8d9d1; font-size: 13px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s var(--ease), transform .2s var(--ease); }
.toast.show { opacity: 1; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }

@media (max-width: 980px) {
  .section-pad { padding: 88px 0; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 670px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-large, .feature-wide { grid-column: span 2; }
  .workflow-layout { grid-template-columns: 220px 1fr; }
  .integration-layout { grid-template-columns: 1fr; }
  .integration-copy { max-width: 700px; }
  .integration-map { max-width: 720px; width: 100%; }
  .metrics-card { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .price-card.featured { transform: none; }
  .roadmap { grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .roadmap::before { display: none; }
  .roadmap article { padding: 32px; border: 1px solid var(--line); border-radius: 18px; }
  .roadmap article::before { display: none; }
  .waitlist-card { grid-template-columns: 1fr; gap: 36px; padding: 50px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { height: 70px; }
  .menu-toggle { display: block; position: relative; z-index: 110; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0 0 auto 0; display: grid; align-content: center; justify-items: center; gap: 24px; min-height: 100vh; padding: 100px 25px; background: rgba(4,14,12,.98); opacity: 0; transform: translateY(-18px); pointer-events: none; transition: opacity .2s var(--ease), transform .2s var(--ease); }
  .primary-nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .primary-nav a { font-size: 20px; }
  .hero { padding-top: 128px; }
  h1 { font-size: clamp(43px, 13vw, 64px); }
  .hero-text { font-size: 16px; }
  .trust-row { gap: 22px; }
  .trust-row strong { font-size: 18px; }
  .trust-row span { font-size: 9px; }
  .orbit-card, .orbit-card img { min-height: 440px; height: 440px; }
  .core-node { width: 112px; height: 112px; }
  .core-node span { font-size: 38px; }
  .signal { font-size: 8px; }
  .visual-footer { left: 28px; right: 28px; font-size: 8px; }
  .section-heading h2, .integration-copy h2, .waitlist-card h2 { font-size: clamp(34px, 10vw, 48px); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large, .feature-wide { grid-column: auto; }
  .feature-wide { display: block; }
  .chart { height: 115px; margin-top: 28px; border-left: 0; border-top: 1px solid var(--line); }
  .workflow-layout { grid-template-columns: 1fr; }
  .phase-tabs { display: flex; overflow-x: auto; padding-bottom: 6px; }
  .phase-tab { min-width: 126px; display: grid; gap: 7px; }
  .phase-panel { min-height: 560px; padding: 31px 25px; }
  .panel-top { margin-bottom: 45px; }
  .deliverables { grid-template-columns: 1fr; }
  .integration-map { min-height: 460px; }
  .integration-node { width: 93px; padding: 10px; }
  .node-1, .node-6 { left: 3%; }.node-3, .node-4 { right: 3%; }
  .metrics-card { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:nth-child(3) { border-bottom: 1px solid var(--line); }
  .roadmap { grid-template-columns: 1fr; }
  .waitlist-card { padding: 37px 25px; }
  .waitlist-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@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; }
}
