@import url("/assets/shared/tokens.css");
@import url("/assets/shared/components.css");

html{overflow-x:hidden}
body{overflow-x:clip;background:var(--bg);color:var(--body)}
body[data-surface="home"]{--accent:#2A7BFF;--accent-hover:#58B7FF;--brand-accent:#FF8A1C}
body[data-surface="product"]{--accent:#2A7BFF;--accent-hover:#58B7FF}
body[data-surface="plain"]{--accent:#2A7BFF;--accent-hover:#58B7FF}
main{position:relative;z-index:1}
.page-shell{max-width:1180px}
.site-header{position:sticky;top:0;z-index:20;background:rgba(11,15,26,.82);border-bottom:1px solid rgba(185,192,214,.12);backdrop-filter:blur(18px)}
.header-inner{min-height:78px;gap:22px}
.brand-link{flex:none;color:var(--ink)}
.brand-link img{width:180px;height:24px;object-fit:contain}
.primary-nav{display:flex;align-items:center;gap:3px;margin-left:auto}
.primary-nav a{display:inline-flex;align-items:center;min-height:44px;padding:0 12px;border-radius:9px;color:var(--body);font-family:var(--font-display);font-size:13px;font-weight:600;transition:color .2s var(--ease),background-color .2s var(--ease)}
.primary-nav a:hover,.primary-nav a:focus-visible,.primary-nav a[aria-current="page"]{background:var(--tint);color:var(--ink)}
.header-cta{min-height:42px;padding:0 16px;font-size:13px}
.menu-toggle{display:none;min-height:44px;padding:0 12px;border:1px solid var(--line-strong);border-radius:9px;background:transparent;color:var(--ink);font-family:var(--font-display);font-size:13px;font-weight:700;cursor:pointer}
.menu-toggle:focus-visible{outline:2px solid var(--accent-hover);outline-offset:3px}
.eyebrow,.section-kicker{display:flex;align-items:center;gap:9px;margin:0 0 22px;color:var(--gold);font-family:var(--font-display);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.eyebrow-dot{width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px rgba(255,138,28,.13)}
.section-kicker{margin-bottom:15px}
.company-hero,.product-hero{position:relative;min-height:calc(100svh - 78px);display:flex;align-items:center;overflow:hidden;isolation:isolate}
.company-scene,.product-scene{position:absolute;z-index:-1;inset:0;overflow:hidden;background:var(--bg)}
.scene-terrain{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center bottom;opacity:.95}
.scene-stars{position:absolute;inset:0;opacity:.52;background-image:radial-gradient(circle at 16% 22%,var(--ink) 0 1px,transparent 1.5px),radial-gradient(circle at 38% 16%,var(--yellow) 0 1px,transparent 1.5px),radial-gradient(circle at 62% 25%,var(--ink) 0 1px,transparent 1.5px),radial-gradient(circle at 83% 14%,var(--accent-hover) 0 1px,transparent 1.5px),radial-gradient(circle at 75% 44%,var(--ink) 0 1px,transparent 1.5px);background-size:340px 230px;animation:stars-drift 22s linear infinite}
.scene-stars-b{opacity:.25;background-position:110px 42px;background-size:520px 330px;animation-duration:30s;animation-direction:reverse}
.company-pebble{position:absolute;top:12%;right:13%;width:clamp(150px,18vw,230px);height:auto;max-width:none;animation:pebble-arc 1.35s var(--ease) both}
.company-hero-inner{display:flex;flex-direction:column;align-items:flex-start;padding-top:58px;padding-bottom:100px}
.company-hero h1,.product-hero h1{max-width:820px;font-size:clamp(60px,8.4vw,116px);line-height:.88;letter-spacing:-.05em}
.hero-line{margin-top:27px;color:var(--brand-accent,var(--gold));font-family:var(--font-display);font-size:clamp(21px,2.4vw,31px);font-weight:700;letter-spacing:-.025em}
.hero-copy{max-width:480px;margin-top:16px;color:var(--body);font-size:18px;line-height:1.55}
.company-hero .button{margin-top:32px}
.company-section{padding:var(--section-space) 0 0}
.section-intro{max-width:760px;margin-bottom:34px}
.section-intro h2{font-size:clamp(40px,5vw,68px);line-height:.96;letter-spacing:-.04em}
.section-summary{margin-top:17px;color:var(--muted);font-size:17px;line-height:1.55}
.product-card{display:grid;grid-template-columns:minmax(230px,.65fr) minmax(0,1.35fr);overflow:hidden;min-height:305px}
.product-tile{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:30px;background:linear-gradient(145deg,#2A7BFF 0%,#0B4CCB 72%);color:var(--bg);font-family:var(--font-display);font-size:17px;font-weight:800;letter-spacing:-.02em}
.product-tile img{width:126px;height:auto;filter:drop-shadow(0 20px 25px rgba(4,8,24,.35))}
.product-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:38px 44px}
.product-kicker{color:var(--accent-hover);font-family:var(--font-display);font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.product-copy h3{max-width:600px;margin-top:14px;font-size:clamp(30px,3.5vw,47px);line-height:1.02;letter-spacing:-.04em}
.product-copy>p:not(.product-kicker){max-width:550px;margin-top:18px;color:var(--body);font-size:16px;line-height:1.58}
.text-link{display:inline-flex;align-items:center;gap:10px;min-height:44px;margin-top:25px;color:var(--accent-hover);font-family:var(--font-display);font-size:14px;font-weight:700}.text-link span{font-size:19px;transition:transform .2s var(--ease)}.text-link:hover span{transform:translateX(4px)}
.product-actions{display:flex;flex-wrap:wrap;gap:8px 24px}.text-link-quiet{color:var(--body)}
.horizon-section{padding-bottom:var(--section-space)}
.horizon-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);align-items:end;gap:42px;padding:42px 44px;background:linear-gradient(135deg,rgba(42,123,255,.14),rgba(19,26,46,.94) 62%)}
.horizon-panel h2{font-size:clamp(32px,4vw,55px)}.horizon-panel>p{max-width:360px;color:var(--body);font-size:16px;line-height:1.58}
.product-subnav{position:relative;z-index:8;border-bottom:1px solid var(--line);background:rgba(16,22,39,.92);color:var(--body)}
.product-subnav>.page-shell{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:51px}.product-subnav nav{display:flex;align-items:center;gap:2px}.product-subnav a,.product-subnav-name{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 11px;border-radius:8px;color:var(--muted);font-family:var(--font-display);font-size:12px;font-weight:700}.product-subnav a:hover,.product-subnav a:focus-visible,.product-subnav a[aria-current="page"]{background:var(--tint);color:var(--ink)}.product-subnav-name{padding-left:0;color:var(--ink);font-size:13px}.product-subnav-name img{width:26px;height:26px;object-fit:contain}
.product-hero{min-height:680px}.product-scene .scene-terrain{object-position:center top}.product-scene::after{content:"";position:absolute;inset:32% 0 0;background:linear-gradient(180deg,rgba(11,15,26,.03),rgba(11,15,26,.84));pointer-events:none}.product-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;padding-top:62px;padding-bottom:94px}.product-hero h1{max-width:960px;font-size:clamp(52px,6.4vw,88px);line-height:.92}.product-lockup{display:flex;align-items:center;gap:15px;margin-bottom:27px;color:var(--muted);font-family:var(--font-display);font-size:12px;font-weight:700;line-height:1.45}.product-lockup img{width:72px;height:72px;object-fit:contain}.eyebrow-blue{color:var(--accent-hover)}.eyebrow-blue .eyebrow-dot{background:var(--accent);box-shadow:0 0 0 4px rgba(42,123,255,.16)}.product-line{margin-top:25px;color:var(--accent-hover);font-family:var(--font-display);font-size:clamp(20px,2.4vw,30px);font-weight:700}.product-lede{max-width:650px;margin-top:16px;color:var(--ink);font-size:18px;line-height:1.55;text-shadow:0 1px 12px rgba(11,15,26,.65)}.product-hero .button{margin-top:30px}.access-note{margin-top:12px;color:var(--muted);font-size:12px;letter-spacing:.01em}
.proof-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);gap:58px;align-items:start;padding-top:var(--section-space);padding-bottom:var(--section-space)}.proof-grid h2{font-size:clamp(40px,5vw,64px);line-height:.98;letter-spacing:-.04em}.proof-copy>p{color:var(--body);font-size:18px;line-height:1.58}.proof-steps{display:flex;gap:8px;margin-top:30px}.proof-steps span{display:flex;flex-direction:column;gap:7px;min-width:95px;padding:13px 14px;border:1px solid var(--line);border-radius:11px;background:var(--card);color:var(--muted);font-family:var(--font-display);font-size:12px;font-weight:700}.proof-steps b{color:var(--accent-hover);font-size:11px}
.single-page{min-height:calc(100svh - 78px);display:flex;align-items:center}.single-hero{width:100%;padding:86px 0 120px}.single-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.55fr);align-items:center;gap:70px}.single-grid h1{max-width:760px;font-size:clamp(56px,7.6vw,104px);line-height:.9;letter-spacing:-.05em}.single-lede{max-width:560px;margin-top:22px;color:var(--body);font-size:19px;line-height:1.58}.single-grid .button{margin-top:31px}.single-aside{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:310px;padding:28px 30px;background:linear-gradient(150deg,rgba(42,123,255,.16),rgba(19,26,46,.9))}.single-aside img{width:120px;height:120px;object-fit:contain;margin-bottom:25px}.single-aside p{color:var(--body);font-size:15px;line-height:1.55}.single-aside h2{margin:9px 0 15px;font-size:32px;line-height:1}.single-aside a{margin-top:15px;color:var(--accent-hover);font-family:var(--font-display);font-size:13px;font-weight:700}.aside-label{color:var(--accent-hover)!important;font-family:var(--font-display);font-size:11px!important;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.not-found-page{min-height:calc(100svh - 78px);display:flex;align-items:center}.not-found-inner{width:100%;padding:90px 0 120px}.not-found-card{max-width:700px;padding:clamp(30px,6vw,70px);background:linear-gradient(135deg,rgba(42,123,255,.14),rgba(19,26,46,.95) 64%)}.not-found-card h1{max-width:640px;font-size:clamp(56px,8vw,104px);line-height:.9;letter-spacing:-.05em}.not-found-card p:not(.eyebrow){max-width:500px;margin-top:22px;color:var(--body);font-size:19px;line-height:1.58}.not-found-card .button{margin-top:31px}
.footer-brand{display:flex;align-items:center;gap:15px;color:var(--muted);font-size:12px}.footer-brand img{width:156px;height:21px;object-fit:contain}.site-footer nav{justify-content:flex-end}
.button-row{display:flex;flex-wrap:wrap;gap:12px}.button-row .button{margin-top:0}
[data-reveal]{opacity:1;transform:none}.js [data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.js [data-reveal].is-visible{opacity:1;transform:none}
@keyframes pebble-arc{0%{opacity:0;transform:translate3d(110px,82px,0);clip-path:inset(0 100% 0 0)}45%{opacity:1;transform:translate3d(18px,-12px,0);clip-path:inset(0 14% 0 0)}78%{transform:translate3d(-6px,4px,0);clip-path:inset(0 0 0 0)}100%{opacity:1;transform:translate3d(0,0,0);clip-path:inset(0 0 0 0)}}
@keyframes stars-drift{from{transform:translate3d(0,0,0)}to{transform:translate3d(18px,10px,0)}}
@media(max-width:900px){.header-inner{gap:14px}.brand-link img{width:160px}.primary-nav a{padding:0 8px;font-size:12px}.header-cta{padding:0 12px}.company-hero h1{font-size:clamp(56px,10vw,94px)}.product-hero h1{font-size:clamp(50px,8vw,72px)}.company-pebble{right:7%;top:16%;width:190px}.single-grid{gap:35px}.product-card{grid-template-columns:minmax(190px,.7fr) minmax(0,1.3fr)}}
@media(max-width:680px){.site-header{position:sticky}.header-inner{min-height:64px}.brand-link img{width:151px;height:21px}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}.header-cta{display:none}.primary-nav{position:absolute;top:calc(100% + 1px);right:var(--gutter);left:var(--gutter);display:none;flex-direction:column;align-items:stretch;padding:8px;border:1px solid var(--line);border-radius:12px;background:rgba(16,22,39,.98);box-shadow:var(--shadow-lift)}.primary-nav.is-open{display:flex}.primary-nav a{justify-content:flex-start;min-height:46px;padding:0 12px;font-size:13px}.company-hero,.product-hero{min-height:650px;align-items:flex-start}.company-hero-inner{padding-top:78px;padding-bottom:78px}.company-hero h1{font-size:clamp(53px,15vw,80px);line-height:.9}.product-hero h1{font-size:clamp(46px,13vw,64px);line-height:.92}.hero-line{margin-top:23px;font-size:22px}.hero-copy{font-size:17px}.company-pebble{top:31%;right:-6%;width:170px;opacity:.95}.company-section{padding-top:94px}.section-intro h2{font-size:clamp(39px,11vw,57px)}.product-card{grid-template-columns:1fr}.product-tile{min-height:175px;padding:24px}.product-tile img{width:100px}.product-copy{padding:28px 24px}.product-copy h3{font-size:34px}.horizon-panel{grid-template-columns:1fr;gap:22px;padding:28px 24px}.horizon-section{padding-bottom:94px}.footer-inner{padding:24px 0 32px}.footer-brand{align-items:flex-start;flex-direction:column;gap:10px}.site-footer nav{justify-content:flex-start;margin-left:-10px}.product-subnav>.page-shell{align-items:flex-start;flex-direction:column;gap:5px;padding-top:9px;padding-bottom:8px}.product-subnav nav{width:100%;overflow:auto}.product-subnav a,.product-subnav-name{min-height:36px;padding-left:8px;padding-right:8px}.product-hero-inner{padding-top:50px;padding-bottom:70px}.product-lockup{margin-bottom:21px}.product-lockup img{width:58px;height:58px}.product-lockup span{max-width:170px}.product-lede{font-size:17px}.proof-grid{grid-template-columns:1fr;gap:25px;padding-top:94px;padding-bottom:94px}.proof-copy>p{font-size:17px}.single-page{min-height:650px;align-items:flex-start}.single-hero{padding:76px 0 94px}.single-grid{grid-template-columns:1fr;gap:34px}.single-grid h1{font-size:clamp(53px,15vw,80px)}.single-lede{font-size:17px}.single-aside{min-height:240px}.single-aside img{width:90px;height:90px}.button-row .button{flex:1}.js [data-reveal]{transform:translateY(12px)}}
@media(max-width:380px){.brand-link img{width:137px}.company-hero h1,.product-hero h1,.single-grid h1{font-size:51px}.proof-steps{gap:5px}.proof-steps span{min-width:0;flex:1;padding:11px 9px}}
@media(prefers-reduced-motion:reduce){.scene-stars,.company-pebble{animation:none}.company-pebble{opacity:1;transform:none;clip-path:none}.js [data-reveal]{opacity:1;transform:none;transition:none}.button,.text-link span{transition:none}}
@media(forced-colors:active){.card,.button,.product-tile,.single-aside{border:1px solid CanvasText}.button-primary{background:Highlight;color:HighlightText}.site-header,.product-subnav{border-color:CanvasText}}
