:root {
  --ink: #f7f8ff;
  --muted: #a7acc4;
  --night: #070a18;
  --night-2: #0c1026;
  --panel: #111630;
  --line: rgba(178, 186, 255, .14);
  --violet: #8b6cff;
  --blue: #2d8cff;
  --cyan: #23c7e8;
  --gold: #ffbf3f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
main { overflow: hidden; background: radial-gradient(circle at 50% -12%, #172154 0, var(--night) 28rem); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 120px; }

.nav { height: 84px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 750; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.navLinks { display: flex; align-items: center; gap: 32px; color: var(--muted); font-size: 14px; }
.navLinks a, .footer a { transition: color .2s ease; }
.navLinks a:hover, .footer a:hover { color: white; }
.navCta { display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); font-size: 13px; font-weight: 700; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.navCta:hover { transform: translateY(-2px); border-color: rgba(139,108,255,.7); background: rgba(139,108,255,.11); }

.hero { min-height: 820px; padding: 96px 0 110px; position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 74px; }
.heroGlow { position: absolute; width: 780px; height: 620px; right: -230px; top: 5px; background: radial-gradient(circle, rgba(89,63,255,.23), transparent 66%); filter: blur(22px); pointer-events: none; }
.orbit { position: absolute; border: 1px solid rgba(104,126,255,.18); border-radius: 50%; transform: rotate(-12deg); pointer-events: none; }
.orbitOne { width: 900px; height: 420px; right: -360px; top: 110px; }
.orbitTwo { width: 620px; height: 270px; right: -240px; top: 190px; border-color: rgba(139,108,255,.24); }
.heroCopy { position: relative; z-index: 3; }
.heroLabels { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.eyebrow, .sectionLabel { color: #aa96ff; font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.03); }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 15px var(--gold); }
.codexBadge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(123,116,255,.42); border-radius: 999px; background: linear-gradient(120deg, rgba(73,116,255,.16), rgba(132,72,236,.18)); color: #e2ddff; font-size: 11px; font-weight: 850; letter-spacing: .06em; box-shadow: 0 0 26px rgba(103,83,255,.12); }
.codexBadge span { color: #ffbf3f; text-shadow: 0 0 12px rgba(255,191,63,.65); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 30px 0 24px; font-size: clamp(58px, 6.2vw, 88px); line-height: .96; letter-spacing: -.067em; }
h1 em, h2 em { color: transparent; background: linear-gradient(100deg, #fff 0%, #9f8aff 38%, #36b5ff 78%); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.heroCopy > p { max-width: 590px; color: var(--muted); font-size: 18px; line-height: 1.72; }
.heroActions { display: flex; align-items: center; gap: 22px; margin-top: 35px; }
.primaryButton { display: inline-flex; align-items: center; gap: 12px; padding: 16px 21px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: linear-gradient(120deg, #7052e8, #2f86f6); box-shadow: 0 16px 40px rgba(70,71,235,.27); font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.primaryButton:hover { transform: translateY(-3px); box-shadow: 0 22px 50px rgba(70,71,235,.42); }
.primaryButton span { font-size: 10px; }
.textButton { color: #d5d7e9; font-size: 14px; font-weight: 700; }
.textButton span { margin-left: 7px; color: var(--violet); }
.heroProof { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 34px; color: #9298b2; font-size: 12px; }
.heroProof span { display: inline-flex; gap: 7px; align-items: center; }
.heroProof b { color: #68deb2; }

.heroVisual { position: relative; z-index: 4; border: 1px solid rgba(154,158,255,.24); border-radius: 22px; padding: 8px; background: rgba(14,18,43,.83); box-shadow: 0 44px 100px rgba(0,0,0,.45), 0 0 80px rgba(76,58,223,.16); transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); animation: float 7s ease-in-out infinite; }
.heroVisual > img { display: block; width: 100%; border-radius: 13px; }
.windowChrome { height: 34px; display: flex; gap: 6px; align-items: center; padding: 0 10px; }
.windowChrome span { width: 7px; height: 7px; border-radius: 50%; background: #49506a; }
.windowChrome span:first-child { background: #ff776f; }.windowChrome span:nth-child(2) { background: #ffc052; }.windowChrome span:nth-child(3) { background: #48d590; }
.windowChrome small { margin-left: 8px; color: #737b9b; font-size: 9px; }
.floatingCard { position: absolute; display: grid; gap: 4px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(13,17,42,.92); box-shadow: 0 16px 34px rgba(0,0,0,.34); backdrop-filter: blur(12px); }
.floatingCard strong { font-size: 12px; }.floatingCard span { color: #9aa1bf; font-size: 10px; }
.cardSummary { right: -30px; top: 110px; color: #c6b7ff; }.cardLocal { left: -35px; bottom: 80px; }.cardLocal strong { color: #6ce0b5; font-size: 17px; }
@keyframes float { 50% { transform: perspective(1200px) rotateY(-4deg) rotateX(1deg) translateY(-10px); } }

.signalBar { border-block: 1px solid var(--line); background: rgba(255,255,255,.025); }
.signalInner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #8e94ae; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.signalInner span:first-child { color: #d3d6e7; }.signalInner i { width: 4px; height: 4px; border-radius: 50%; background: var(--violet); }

.introSection { padding-top: 145px; }
.introGrid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 120px; align-items: end; margin-top: 24px; }
.introGrid h2, .sectionHead h2, .showcaseCopy h2, .privacyCopy h2, .faqSection h2, .ctaSection h2 { margin-bottom: 0; font-size: clamp(42px, 5.2vw, 68px); line-height: 1.04; letter-spacing: -.055em; }
.introGrid p, .sectionHead > p { margin-bottom: 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.metricRow { margin-top: 74px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: rgba(255,255,255,.025); }
.metricRow article { min-height: 145px; padding: 32px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.metricRow article:last-child { border: 0; }.metricRow strong { font-size: 32px; letter-spacing: -.04em; }.metricRow span { margin-top: 5px; color: var(--muted); font-size: 12px; }

.sectionHead { display: grid; grid-template-columns: 1fr 370px; gap: 80px; align-items: end; margin-bottom: 56px; }
.sectionHead h2 { margin-top: 20px; }.sectionHead > p { margin-bottom: 8px; }
.featureGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.featureCard { min-height: 390px; padding: 34px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); }
.featureCard::after { content: ""; position: absolute; width: 330px; height: 330px; right: -130px; top: -140px; border-radius: 50%; background: radial-gradient(circle, var(--tone), transparent 68%); opacity: .32; }
.featureCard.violet { --tone: #7955ff; }.featureCard.blue { --tone: #2d8cff; }.featureCard.gold { --tone: #ffb436; }.featureCard.cyan { --tone: #20c6e7; }
.featureNumber { color: #7f87a7; font: 700 11px ui-monospace, SFMono-Regular, Consolas, monospace; }
.featureGlyph { height: 160px; display: grid; place-items: center; }
.featureGlyph span { width: 74px; height: 74px; position: relative; border: 2px solid color-mix(in srgb, var(--tone), white 18%); border-radius: 22px; transform: rotate(45deg); box-shadow: 0 0 40px color-mix(in srgb, var(--tone), transparent 60%); }
.featureGlyph span::after { content: ""; position: absolute; inset: 18px; border: 1px solid color-mix(in srgb, var(--tone), white 40%); border-radius: 50%; }
.featureCard h3 { margin: 12px 0; font-size: 25px; letter-spacing: -.035em; }.featureCard p { max-width: 470px; color: var(--muted); line-height: 1.68; }

.showcase { min-height: 720px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: center; padding-block: 105px; }
.showcaseCopy h2 { margin: 20px 0 24px; }.showcaseCopy > p { color: var(--muted); line-height: 1.75; }
.showcaseCopy ul { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 15px; color: #c7cada; font-size: 13px; }
.showcaseCopy li { padding-top: 15px; border-top: 1px solid var(--line); }.showcaseCopy li span { display: inline-block; width: 40px; color: #8272d9; font: 700 10px monospace; }
.showcaseMedia { position: relative; padding: 9px; border: 1px solid rgba(143,132,255,.25); border-radius: 22px; background: #11152e; box-shadow: 0 38px 90px rgba(0,0,0,.44); }
.showcaseMedia img { display: block; border-radius: 14px; }.mediaTag { position: absolute; right: 24px; bottom: 24px; padding: 9px 12px; border-radius: 999px; background: rgba(8,11,31,.87); color: #bfb5ff; font-size: 9px; font-weight: 850; letter-spacing: .1em; }

.panels { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-bottom: 105px; }
.panel { min-height: 500px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #0d1128; }
.largePanel { grid-column: 1 / -1; min-height: 620px; display: grid; grid-template-columns: .58fr 1.42fr; align-items: center; }
.panel > div { padding: 38px; }.panel > div > span { color: #927dff; font-size: 10px; font-weight: 850; letter-spacing: .14em; }.panel h3 { margin: 12px 0 8px; font-size: 28px; letter-spacing: -.04em; }.panel p { color: var(--muted); line-height: 1.7; }
.panel img { width: 100%; margin-top: auto; display: block; }
.largePanel img { height: 100%; object-fit: cover; object-position: left center; border-left: 1px solid var(--line); }

.workflowSteps { border-top: 1px solid var(--line); }
.workflowSteps article { min-height: 150px; display: grid; grid-template-columns: 120px 1fr; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.workflowSteps article:hover { background: rgba(255,255,255,.025); }.workflowSteps article > span { color: #797f9d; font: 700 12px monospace; }.workflowSteps article div { display: grid; grid-template-columns: 320px 1fr; align-items: center; gap: 70px; }.workflowSteps h3 { margin: 0; font-size: 26px; }.workflowSteps p { margin: 0; color: var(--muted); line-height: 1.65; }

.privacySection { padding: 130px 0; background: radial-gradient(circle at 24% 50%, rgba(52,88,219,.18), transparent 34%), #090d20; border-block: 1px solid var(--line); }
.privacyGrid { display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: center; }
.privacyVisual { min-height: 520px; position: relative; display: grid; place-items: center; }.privacyVisual img { width: 260px; position: relative; z-index: 3; filter: drop-shadow(0 0 35px rgba(87,83,255,.45)); }
.privacyRing { position: absolute; border-radius: 50%; border: 1px solid rgba(100,121,255,.22); }.ringOuter { width: 490px; height: 340px; transform: rotate(-14deg); }.ringInner { width: 375px; height: 255px; transform: rotate(17deg); border-color: rgba(139,108,255,.28); }
.privacyBadge { position: absolute; z-index: 4; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(13,18,47,.9); color: #c7c9df; font-size: 11px; }.badgeOne { left: 40px; top: 145px; }.badgeTwo { right: 50px; top: 205px; }.badgeThree { left: 110px; bottom: 115px; }
.privacyCopy h2 { margin: 20px 0 25px; }.privacyCopy > p { color: var(--muted); line-height: 1.75; }
.privacyPoints { margin-top: 35px; display: grid; gap: 3px; }.privacyPoints span { display: grid; grid-template-columns: 48px 1fr; padding: 15px 0; border-top: 1px solid var(--line); }.privacyPoints b { color: #7e70d0; font: 700 10px monospace; }.privacyPoints i { color: #d8daea; font-size: 13px; font-style: normal; }

.demoSection { padding-bottom: 145px; }.demoHead { margin-bottom: 42px; }.videoFrame { padding: 10px; border: 1px solid rgba(141,132,255,.25); border-radius: 24px; background: #11152e; box-shadow: 0 40px 100px rgba(0,0,0,.48); }.videoFrame iframe { width: 100%; display: block; border: 0; border-radius: 15px; background: #050714; aspect-ratio: 16/9; }

.impact { min-height: 700px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; }.impact > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.impact::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,8,24,.96) 0%, rgba(5,8,24,.72) 45%, rgba(5,8,24,.05) 78%); }.impactOverlay { width: 500px; position: absolute; z-index: 2; left: 60px; top: 50%; transform: translateY(-50%); }.impactOverlay h2 { margin: 20px 0; font-size: 51px; line-height: 1.05; letter-spacing: -.05em; }.impactOverlay p { color: #c1c5d7; line-height: 1.75; }

.faqSection { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }.faqSection h2 { margin-top: 20px; }.faqList { border-top: 1px solid var(--line); }.faqList details { border-bottom: 1px solid var(--line); padding: 0 4px; }.faqList summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; }.faqList summary::-webkit-details-marker { display: none; }.faqList summary span { color: var(--violet); font-size: 22px; transition: transform .2s ease; }.faqList details[open] summary span { transform: rotate(45deg); }.faqList details p { max-width: 650px; padding: 0 40px 24px 0; color: var(--muted); line-height: 1.7; }

.ctaSection { min-height: 690px; padding: 120px 30px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 50% 48%, rgba(92,65,232,.22), transparent 38%), #0b0f25; overflow: hidden; }.ctaSection > img { width: 160px; margin-bottom: 18px; filter: drop-shadow(0 0 30px rgba(84,84,255,.45)); }.ctaSection h2 { margin: 18px 0 20px; }.ctaSection > p { max-width: 660px; color: var(--muted); line-height: 1.7; }.centered { justify-content: center; }.ctaOrbit { position: absolute; width: 880px; height: 340px; border: 1px solid rgba(112,119,255,.22); border-radius: 50%; transform: rotate(-8deg); }

.footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; color: #777e9a; }.footer p { margin: 0; font-size: 12px; }.footer > div { display: flex; justify-content: flex-end; gap: 24px; font-size: 12px; }.footer .brand { color: white; }.footer .brand img { width: 34px; height: 34px; }

@media (max-width: 980px) {
  .navLinks { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; gap: 70px; }
  .heroCopy { text-align: center; }.heroLabels, .heroCopy > p { margin-inline: auto; }.heroLabels, .heroActions, .heroProof { justify-content: center; }.heroVisual { transform: none; max-width: 780px; margin-inline: auto; animation: none; }
  .introGrid, .sectionHead, .privacyGrid, .faqSection { grid-template-columns: 1fr; gap: 35px; }.metricRow { grid-template-columns: 1fr 1fr; }.metricRow article:nth-child(2) { border-right: 0; }.metricRow article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .showcase { grid-template-columns: 1fr; }.showcaseCopy { max-width: 680px; }.largePanel { grid-template-columns: 1fr; }.largePanel img { border: 0; border-top: 1px solid var(--line); }.workflowSteps article div { grid-template-columns: 230px 1fr; gap: 35px; }
  .privacyVisual { order: 2; }.impactOverlay { width: min(500px, calc(100% - 80px)); }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }.section { padding-block: 85px; }.nav { height: 72px; }.navCta { padding: 10px 13px; font-size: 11px; }.brand { font-size: 16px; }.brand img { width: 36px; height: 36px; }
  .hero { padding: 55px 0 85px; }.hero h1 { font-size: 54px; }.heroCopy > p { font-size: 16px; }.heroActions { flex-direction: column; }.heroProof { display: grid; justify-content: center; }.floatingCard { display: none; }.signalInner { overflow: hidden; justify-content: flex-start; white-space: nowrap; }.signalInner span:nth-of-type(n+4), .signalInner i:nth-of-type(n+4) { display: none; }
  .introGrid h2, .sectionHead h2, .showcaseCopy h2, .privacyCopy h2, .faqSection h2, .ctaSection h2 { font-size: 42px; }.metricRow, .featureGrid, .panels { grid-template-columns: 1fr; }.metricRow article { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line); }.metricRow article:last-child { border-bottom: 0; }.featureCard { min-height: 350px; padding: 26px; }.largePanel { grid-column: auto; }.showcase { gap: 44px; padding-block: 80px; }
  .panel { min-height: 420px; }.panel > div { padding: 28px; }.workflowSteps article { grid-template-columns: 45px 1fr; padding-block: 28px; }.workflowSteps article div { grid-template-columns: 1fr; gap: 8px; }.privacySection { padding: 85px 0; }.privacyVisual { min-height: 390px; transform: scale(.82); }.videoFrame { padding: 5px; border-radius: 15px; }.videoFrame iframe { border-radius: 10px; }.impact { min-height: 620px; }.impact::after { background: linear-gradient(0deg, rgba(5,8,24,.98) 0%, rgba(5,8,24,.58) 70%, rgba(5,8,24,.18)); }.impactOverlay { left: 28px; bottom: 35px; top: auto; transform: none; width: calc(100% - 56px); }.impactOverlay h2 { font-size: 40px; }.faqSection { gap: 55px; }.ctaSection { min-height: 620px; padding: 80px 20px; }.footer { grid-template-columns: 1fr; padding: 45px 0; text-align: center; }.footer .brand, .footer > div { justify-content: center; }
}

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