:root {
  color-scheme: dark;
  --ink: #07111f;
  --surface: #f5f7fb;
  --white: #ffffff;
  --text: #101828;
  --muted: #5d6b82;
  --line: #dce3ed;
  --blue: #087cf0;
  --blue-bright: #32a1ff;
  --blue-soft: #e7f2ff;
  --violet: #705cf6;
  --green: #27c99a;
  --shadow: 0 24px 70px rgb(10 31 62 / 12%);
  font-family: "Segoe UI Variable", "Segoe UI", Inter, system-ui, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--surface); }
a { color: inherit; text-decoration: none; }
svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: white; background: var(--blue); border-radius: 8px; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; left: 50%; display: flex; width: min(1180px, calc(100% - 48px)); min-height: 92px; align-items: center; justify-content: space-between; color: white; transform: translateX(-50%); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 19px; font-weight: 500; letter-spacing: -.02em; }
.brand strong { color: var(--blue-bright); font-weight: 750; }
.brand-mark { display: grid; width: 38px; height: 38px; overflow: hidden; place-items: center; border: 1px solid rgb(102 183 255 / 55%); border-radius: 11px; background: #020812; box-shadow: inset 0 1px 0 rgb(255 255 255 / 18%), 0 8px 24px rgb(0 86 181 / 24%); }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.site-nav a:not(.nav-cta) { color: #b8c6d9; transition: color 160ms ease; }
.site-nav a:not(.nav-cta):hover { color: white; }
.nav-cta { padding: 11px 17px; border: 1px solid rgb(120 186 255 / 35%); border-radius: 999px; background: rgb(15 55 96 / 60%); backdrop-filter: blur(12px); }
.nav-cta:hover { border-color: var(--blue-bright); background: rgb(19 80 143 / 65%); }

.hero { position: relative; display: grid; min-height: 780px; padding: 164px max(24px, calc((100vw - 1180px) / 2)) 110px; grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr); align-items: center; gap: 86px; overflow: hidden; color: white; background: radial-gradient(circle at 78% 43%, rgb(6 119 239 / 26%), transparent 24%), radial-gradient(circle at 14% 20%, rgb(35 100 178 / 18%), transparent 27%), linear-gradient(135deg, #050b14 0%, #081525 46%, #06101e 100%); }
.hero::before { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgb(94 161 229 / 13%) 1px, transparent 1px), linear-gradient(90deg, rgb(94 161 229 / 13%) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 63%); content: ""; }
.hero::after { position: absolute; right: -10%; bottom: -210px; width: 700px; height: 420px; border: 1px solid rgb(48 157 255 / 32%); border-radius: 50%; content: ""; transform: rotate(-8deg); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { display: flex; margin: 0 0 22px; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.hero .eyebrow { color: #69b7ff; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(56px, 6.1vw, 88px); font-weight: 670; letter-spacing: -.066em; line-height: .98; }
.hero h1 em { color: var(--blue-bright); font-style: normal; font-weight: inherit; }
.hero-lede { max-width: 610px; margin: 30px 0 0; color: #aebdd0; font-size: clamp(18px, 1.6vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; margin-top: 38px; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; padding: 0 21px; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 700; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.button svg { width: 19px; height: 19px; transition: transform 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(3px); }
.button-primary { color: white; background: linear-gradient(135deg, #168cff, #0067d5); box-shadow: 0 14px 32px rgb(0 113 227 / 28%); }
.button-primary:hover { box-shadow: 0 18px 38px rgb(0 113 227 / 38%); }
.button-secondary { color: #dce8f8; border-color: #273b54; background: rgb(18 38 62 / 72%); }
.button-secondary:hover { border-color: #486b92; background: #132b47; }
.hero-facts { display: flex; margin: 58px 0 0; gap: 0; }
.hero-facts div { display: grid; min-width: 142px; padding-right: 28px; grid-template-columns: auto 1fr; align-items: center; gap: 10px; }
.hero-facts div + div { padding-left: 28px; border-left: 1px solid #24364c; }
.hero-facts dt { color: white; font-size: 24px; font-weight: 730; letter-spacing: -.04em; }
.hero-facts dd { margin: 0; color: #768aa4; font-size: 11px; line-height: 1.35; text-transform: uppercase; }
.hero-visual { justify-self: end; width: min(100%, 560px); }
.portrait-frame { position: relative; overflow: hidden; border: 1px solid rgb(72 158 248 / 38%); border-radius: 32px; background: black; box-shadow: 0 44px 100px rgb(0 0 0 / 48%), 0 0 90px rgb(0 111 232 / 14%); }
.portrait-frame::after { position: absolute; inset: 0; border: 1px solid rgb(255 255 255 / 9%); border-radius: inherit; content: ""; }
.portrait-frame img { display: block; width: 100%; height: auto; transform: scale(1.01); }
.orbit { position: absolute; z-index: 2; border: 1px solid rgb(44 149 255 / 40%); border-radius: 50%; pointer-events: none; }
.orbit-one { inset: 3% 20% 8% 7%; }
.orbit-two { inset: 13% 9% 2% 24%; }
.signal-card { position: absolute; z-index: 4; display: flex; min-height: 48px; padding: 11px 15px; align-items: center; gap: 10px; border: 1px solid rgb(121 190 255 / 28%); border-radius: 12px; color: #dcecff; background: rgb(7 22 40 / 82%); box-shadow: 0 18px 42px rgb(0 0 0 / 32%); backdrop-filter: blur(14px); font-size: 12px; font-weight: 650; }
.signal-card svg { width: 20px; height: 20px; color: var(--blue-bright); }
.signal-card-top { top: 21%; right: -32px; }
.signal-card-bottom { bottom: 13%; left: -30px; }
.signal-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgb(39 201 154 / 12%), 0 0 16px var(--green); }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.products { padding-block: 118px 126px; }
.section-heading { display: grid; margin-bottom: 52px; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .7fr); align-items: end; gap: 80px; }
.section-heading h2, .approach-intro h2, .closing h2 { margin: 0; font-size: clamp(38px, 4.2vw, 58px); font-weight: 680; letter-spacing: -.052em; line-height: 1.04; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product-card { position: relative; display: flex; min-height: 820px; padding: 34px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 1px 2px rgb(16 24 40 / 3%); transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.product-card::after { position: absolute; top: -120px; right: -120px; width: 290px; height: 290px; border-radius: 50%; background: radial-gradient(circle, var(--card-glow), transparent 70%); content: ""; pointer-events: none; }
.product-card:hover { border-color: #c6d6e9; box-shadow: var(--shadow); transform: translateY(-7px); }
.poker-card { --card-accent: var(--violet); --card-soft: #f0edff; --card-glow: rgb(112 92 246 / 14%); }
.timeline-card { --card-accent: var(--blue); --card-soft: var(--blue-soft); --card-glow: rgb(8 124 240 / 15%); }
.card-topline { position: absolute; top: 0; right: 34px; left: 34px; height: 3px; border-radius: 0 0 8px 8px; background: linear-gradient(90deg, transparent, var(--card-accent), transparent); opacity: .8; }
.product-meta { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; }
.product-icon { display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid color-mix(in srgb, var(--card-accent) 18%, white); border-radius: 18px; color: var(--card-accent); background: var(--card-soft); box-shadow: inset 0 1px 0 white; }
.product-icon svg { width: 33px; height: 33px; }
.status { display: inline-flex; padding: 7px 10px; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: #fafbfd; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgb(39 201 154 / 13%); }
.product-visual { position: relative; height: 275px; margin-top: 28px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--card-accent) 22%, #142643); border-radius: 20px; background: #030a13; box-shadow: inset 0 0 42px color-mix(in srgb, var(--card-accent) 12%, transparent); }
.product-visual::after { position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%); content: ""; pointer-events: none; }
.product-visual img { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform 260ms ease; }
.product-card:hover .product-visual img { transform: scale(1.035); }
.product-copy { margin-top: 34px; }
.product-number { margin: 0 0 11px; color: var(--card-accent); font-size: 11px; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.product-copy h3 { margin: 0; font-size: clamp(31px, 3vw, 42px); font-weight: 700; letter-spacing: -.045em; }
.product-copy > p:last-child { max-width: 510px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.feature-list { display: grid; margin: 30px 0 40px; padding: 0; gap: 12px; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 11px; color: #344258; font-size: 13px; }
.feature-list span { width: 6px; height: 6px; border: 1px solid var(--card-accent); border-radius: 2px; background: var(--card-soft); transform: rotate(45deg); }
.product-footer { display: flex; margin-top: auto; padding-top: 23px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.card-arrow { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--card-accent); background: var(--card-soft); font-size: 18px; }
.product-demo-button { min-height: 42px; padding-inline: 17px; color: white; background: linear-gradient(135deg, #168cff, #0067d5); box-shadow: 0 10px 24px rgb(0 113 227 / 22%); letter-spacing: 0; text-transform: none; }
.product-demo-button:hover { box-shadow: 0 14px 30px rgb(0 113 227 / 32%); }
.product-demo-button span { font-size: 16px; }

.approach { display: grid; padding-block: 112px; grid-template-columns: .84fr 1.16fr; gap: 100px; border-top: 1px solid var(--line); }
.approach-intro { position: sticky; top: 40px; align-self: start; }
.approach-intro p:last-child { margin: 27px 0 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.principle-grid { display: grid; gap: 14px; }
.principle-card { position: relative; min-height: 196px; padding: 32px 34px 32px 92px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.principle-card::after { position: absolute; top: 0; right: 0; width: 4px; height: 100%; background: linear-gradient(transparent, var(--blue), transparent); content: ""; opacity: 0; transition: opacity 180ms ease; }
.principle-card:hover::after { opacity: 1; }
.principle-number { position: absolute; top: 36px; left: 32px; color: var(--blue); font-size: 12px; font-weight: 800; }
.principle-card h3 { margin: 0 0 13px; font-size: 22px; letter-spacing: -.03em; }
.principle-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.closing { position: relative; display: flex; min-height: 340px; margin-bottom: 34px; padding: 62px 70px; align-items: center; justify-content: space-between; overflow: hidden; color: white; border-radius: 30px; background: linear-gradient(125deg, #071423, #0a2a4e 64%, #075aa9); box-shadow: 0 28px 80px rgb(6 32 61 / 20%); }
.closing::before { position: absolute; right: -80px; width: 390px; height: 390px; border: 1px solid rgb(120 193 255 / 26%); border-radius: 50%; content: ""; box-shadow: 0 0 0 52px rgb(49 145 235 / 5%), 0 0 0 104px rgb(49 145 235 / 4%); }
.closing > * { position: relative; z-index: 1; }
.eyebrow-light { color: #75bfff; }
.closing h2 { font-size: clamp(44px, 5vw, 66px); }
.button-light { color: #0b3158; background: white; box-shadow: 0 16px 34px rgb(0 0 0 / 17%); }
.button-light:hover { background: #eaf5ff; }
.site-footer { display: flex; width: min(1180px, calc(100% - 48px)); min-height: 118px; margin-inline: auto; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; }
.footer-brand { color: var(--text); }
.footer-brand .brand-mark { color: white; background: var(--ink); border-color: var(--ink); box-shadow: none; }
a:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; border-radius: 5px; }

@media (max-width: 980px) {
  .hero { min-height: auto; padding-top: 150px; grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(640px, 92%); justify-self: center; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { max-width: 660px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 790px; }
  .approach { grid-template-columns: 1fr; gap: 52px; }
  .approach-intro { position: static; max-width: 720px; }
}
@media (max-width: 680px) {
  .site-header { width: calc(100% - 32px); min-height: 76px; }
  .site-nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 13px; font-size: 12px; }
  .hero { padding: 124px 18px 82px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-facts div { min-width: 0; padding: 0 12px; grid-template-columns: 1fr; gap: 4px; }
  .hero-facts div:first-child { padding-left: 0; }
  .hero-facts div + div { padding-left: 12px; }
  .signal-card-top { right: -10px; }
  .signal-card-bottom { left: -10px; }
  .section-shell { width: calc(100% - 32px); }
  .products, .approach { padding-block: 82px; }
  .product-card { min-height: 0; padding: 25px; border-radius: 22px; }
  .product-visual { height: auto; aspect-ratio: 1.85; }
  .product-copy { margin-top: 32px; }
  .product-footer { gap: 16px; }
  .principle-card { padding: 70px 25px 26px; }
  .principle-number { top: 25px; left: 25px; }
  .closing { min-height: 390px; padding: 45px 28px; flex-direction: column; align-items: flex-start; justify-content: space-between; }
  .site-footer { min-height: 170px; padding-block: 28px; flex-direction: column; justify-content: center; gap: 14px; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
@media (forced-colors: active) { .brand-mark, .button, .product-card, .principle-card, .closing, .status { border: 1px solid CanvasText; } .hero, .closing { background: Canvas; } .hero h1 em, .brand strong, .eyebrow, .product-number { color: LinkText; } }
