:root {
  --bg: #07090c;
  --bg-elevated: #0c0f14;
  --card: rgba(16, 19, 26, 0.8);
  --card-border: rgba(255, 255, 255, 0.075);
  --text: #f5f5f7;
  --muted: #9297a3;
  --faint: #666b76;
  --purple: #8878ff;
  --purple-bright: #a397ff;
  --green: #6af2ae;
  --shell: min(1160px, calc(100vw - 48px));
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; overflow-x: clip; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-x: clip;
}
.noscript { padding: 12px 18px; position: fixed; z-index: 100; right: 16px; bottom: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: #d8dae0; background: #12151b; font-size: 12px; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
svg { display: block; }

.section-shell { width: var(--shell); margin-inline: auto; }
.page-glow { position: fixed; z-index: -2; border-radius: 50%; filter: blur(120px); pointer-events: none; }
.page-glow--one { width: 540px; height: 540px; background: rgba(90, 68, 255, .13); top: 90px; right: -240px; }
.page-glow--two { width: 420px; height: 420px; background: rgba(62, 107, 255, .07); top: 650px; left: -260px; }

.site-header {
  width: min(1184px, calc(100vw - 32px));
  height: 68px;
  padding: 0 14px 0 18px;
  margin: 14px auto 0;
  position: sticky;
  top: 12px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: rgba(8, 10, 14, .66);
  box-shadow: 0 12px 42px rgba(0,0,0,.22);
  backdrop-filter: blur(24px) saturate(140%);
  transition: background .3s ease, border-color .3s ease;
}
.site-header.is-scrolled { background: rgba(8,10,14,.88); border-color: rgba(255,255,255,.11); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 750; letter-spacing: .14em; }
.brand-mark { width: 29px; height: 29px; border-radius: 9px; display: inline-grid; place-items: center; background: linear-gradient(145deg, #f8f8fb, #b9b9c4); box-shadow: inset 0 1px 0 #fff, 0 3px 12px rgba(255,255,255,.12); }
.brand-mark svg { width: 19px; height: 19px; }
.brand-mark path { stroke: #101116; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: 68px; }
.desktop-nav a, .login-link { color: #a4a8b1; font-size: 13px; transition: color .2s ease; }
.desktop-nav a:hover, .login-link:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.menu-button, .mobile-menu { display: none; }

.button { min-height: 50px; padding: 0 22px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-size: 14px; font-weight: 650; letter-spacing: -.01em; transition: transform .2s var(--ease), box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.button:hover svg { transform: translateX(2px); }
.button--small { min-height: 40px; padding: 0 17px; border-radius: 10px; font-size: 13px; }
.button--light { color: #111217; background: #f4f4f6; box-shadow: inset 0 1px 0 #fff, 0 7px 20px rgba(255,255,255,.09); }
.button--light:hover { background: #fff; box-shadow: inset 0 1px 0 #fff, 0 9px 24px rgba(255,255,255,.14); }
.button--primary { color: #fff; background: linear-gradient(180deg, #8b7cff, #6e5de2); border: 1px solid rgba(255,255,255,.15); box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 13px 34px rgba(91,73,210,.27); }
.button--primary:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 16px 42px rgba(91,73,210,.38); }
.button--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #b3b7c1; font-size: 14px; font-weight: 550; }
.text-link span { color: #e2e3e8; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(2px); }

.hero { min-height: 720px; padding: 92px 0 80px; display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 48px; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 9px; color: #bbbfc8; font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); }
.hero h1 { margin: 22px 0 24px; font-size: clamp(54px, 6vw, 78px); line-height: .98; letter-spacing: -.061em; font-weight: 650; }
.hero h1 span { color: #8d929d; }
.hero-lead { max-width: 480px; margin: 0; color: #a3a7b0; font-size: 18px; line-height: 1.65; letter-spacing: -.018em; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 25px; }
.hero-note { margin-top: 30px; display: flex; align-items: center; gap: 13px; color: #6f747e; font-size: 12px; }
.hero-note strong { color: #9da1aa; font-weight: 600; }
.avatar-stack { display: flex; padding-left: 7px; }
.avatar-stack i { width: 25px; height: 25px; margin-left: -7px; display: grid; place-items: center; border: 2px solid var(--bg); border-radius: 50%; color: #fff; font-size: 9px; font-style: normal; font-weight: 700; background: linear-gradient(135deg, #5c6072, #282a35); }
.avatar-stack i:nth-child(2) { background: linear-gradient(135deg, #7068a4, #343049); }
.avatar-stack i:nth-child(3) { background: linear-gradient(135deg, #81725d, #3b342b); }

.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; isolation: isolate; }
.orbital-scene { position: absolute; width: 590px; aspect-ratio: 1; border-radius: 50%; }
.scene-glow { position: absolute; inset: 20%; border-radius: 50%; background: radial-gradient(circle, rgba(119,93,255,.3), rgba(84,69,191,.05) 44%, transparent 70%); filter: blur(22px); animation: breathe 5s ease-in-out infinite; }
.orbital-ring { position: absolute; inset: 14%; border: 1px solid rgba(169,162,255,.11); border-radius: 50%; transform: rotateX(67deg) rotateZ(-8deg); }
.orbital-ring--two { inset: 5%; border-color: rgba(255,255,255,.055); transform: rotateX(63deg) rotateZ(52deg); }
.orbital-ring--three { inset: 0; border-style: dashed; border-color: rgba(255,255,255,.04); transform: none; animation: spin 60s linear infinite; }
.orbit-dot { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #aaa0ff; box-shadow: 0 0 16px #8577ff; }
.orbit-dot--one { top: 28%; right: 10%; }
.orbit-dot--two { left: 13%; bottom: 29%; opacity: .5; }
.access-card { width: 315px; min-height: 438px; z-index: 2; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: linear-gradient(155deg, rgba(24,27,35,.98), rgba(10,12,17,.96)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 42px 80px rgba(0,0,0,.55), 0 0 80px rgba(98,79,214,.13); transform: perspective(1100px) rotateY(-5deg) rotateX(2deg); }
.access-card__top { display: flex; align-items: center; justify-content: space-between; }
.mini-brand { display: flex; align-items: center; gap: 7px; color: #b6bac4; font-size: 10px; font-weight: 750; letter-spacing: .12em; }
.mini-brand i { width: 18px; height: 18px; border-radius: 6px; background: linear-gradient(145deg, #ececf1, #999ca8); }
.more-button { border: 0; background: none; color: #626773; font-size: 13px; letter-spacing: 2px; cursor: pointer; }
.connection { padding: 40px 0 31px; display: flex; flex-direction: column; align-items: center; }
.power-button { width: 112px; height: 112px; position: relative; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: #fff; background: linear-gradient(145deg, #181a23, #0d0f14); box-shadow: inset 0 0 0 9px rgba(255,255,255,.025), 0 18px 36px rgba(0,0,0,.36); cursor: pointer; transition: transform .3s var(--ease), border-color .3s ease; }
.power-button:hover { transform: scale(1.035); }
.power-button svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; filter: drop-shadow(0 0 10px rgba(255,255,255,.35)); }
.power-button.is-connected { border-color: rgba(137,123,255,.44); }
.power-glow { position: absolute; inset: -14px; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(129,106,255,.4), transparent 67%); filter: blur(10px); transition: opacity .3s ease; }
.power-button:not(.is-connected) .power-glow { opacity: 0; }
.connection-status { margin-top: 24px; display: flex; align-items: center; gap: 8px; color: #dfe0e5; font-size: 13px; font-weight: 600; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.timer { margin-top: 8px; color: #626772; font-variant-numeric: tabular-nums; font-size: 11px; letter-spacing: .07em; }
.location-card { height: 68px; padding: 0 14px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.07); border-radius: 16px; background: rgba(255,255,255,.035); }
.flag { width: 36px; height: 36px; margin-right: 11px; display: grid; place-items: center; border-radius: 11px; background: rgba(255,255,255,.05); font-size: 18px; }
.location-card > span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.location-card small { color: #5f6470; font-size: 9px; }
.location-card strong { font-size: 12px; font-weight: 600; }
.signal { height: 20px; margin-left: auto; display: flex; align-items: end; gap: 2px; }
.signal i { width: 2px; height: 6px; border-radius: 2px; background: var(--green); }
.signal i:nth-child(2) { height: 10px; }
.signal i:nth-child(3) { height: 14px; }
.floating-pill { min-width: 160px; height: 61px; padding: 0 14px; position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(16,18,24,.85); box-shadow: 0 18px 44px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.04); backdrop-filter: blur(18px); }
.floating-pill--speed { left: 0; top: 28%; animation: float 6s ease-in-out infinite; }
.floating-pill--shield { right: -5px; bottom: 24%; animation: float 7s ease-in-out -2s infinite; }
.pill-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #ad9fff; background: rgba(122,103,255,.12); }
.pill-icon--green { color: #69e8aa; background: rgba(61,205,139,.1); }
.pill-icon svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.floating-pill > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.floating-pill small { color: #636874; font-size: 9px; }
.floating-pill strong { font-size: 11px; font-weight: 600; }

.trust-strip { min-height: 114px; padding: 0 28px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-block: 1px solid rgba(255,255,255,.07); }
.trust-strip > div { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.trust-strip > div + div { border-left: 1px solid rgba(255,255,255,.07); }
.trust-strip strong { font-size: 24px; letter-spacing: -.04em; font-weight: 600; }
.trust-strip span { color: #666b75; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.section { padding-top: 160px; }
.section-heading { max-width: 630px; }
.eyebrow--muted { color: #747985; }
.section-heading h2, .pricing-intro h2 { margin: 18px 0 22px; font-size: clamp(40px, 5vw, 62px); line-height: 1.05; font-weight: 580; letter-spacing: -.055em; }
.section-heading p, .pricing-intro > p { max-width: 540px; margin: 0; color: #838894; font-size: 16px; line-height: 1.7; }
.section-heading--center { max-width: none; text-align: center; }
.section-heading--center .eyebrow { margin-inline: auto; }

.bento-grid { margin-top: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bento-card { min-height: 480px; padding: 34px; position: relative; overflow: hidden; border: 1px solid var(--card-border); border-radius: 25px; background: linear-gradient(145deg, rgba(18,21,28,.87), rgba(10,12,16,.9)); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.bento-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(circle at 70% 100%, rgba(124,106,255,.06), transparent 43%); }
.bento-card--wide { min-height: 405px; grid-column: 1 / -1; display: grid; grid-template-columns: .68fr 1.32fr; }
.card-copy { position: relative; z-index: 3; }
.card-number { display: block; margin-bottom: 36px; color: #525762; font-size: 11px; font-variant-numeric: tabular-nums; letter-spacing: .1em; }
.card-copy h3 { max-width: 420px; margin: 0 0 13px; font-size: 25px; line-height: 1.2; font-weight: 580; letter-spacing: -.035em; }
.card-copy p { max-width: 400px; margin: 0; color: #7d828e; font-size: 14px; line-height: 1.65; }
.speed-viz { min-height: 300px; position: absolute; inset: auto 0 0 36%; }
.speed-viz::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, transparent, black 30%); }
.speed-viz svg { width: 100%; height: 72%; position: absolute; bottom: 0; overflow: visible; }
.chart-area { fill: url(#area-gradient); }
.chart-line { fill: none; stroke: url(#line-gradient); stroke-width: 2; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 7px rgba(138,119,255,.5)); stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.7s var(--ease); }
.is-visible .chart-line { stroke-dashoffset: 0; }
.speed-label { position: absolute; top: 26px; right: 36px; z-index: 2; display: flex; flex-direction: column; align-items: end; }
.speed-label span { color: #656a75; font-size: 10px; }
.speed-label strong { margin-top: 3px; font-size: 21px; font-weight: 550; }
.speed-label small { color: #6c717c; font-size: 10px; }
.chart-speed { position: absolute; right: 10%; bottom: 31%; color: #dedde7; font-size: 12px; }
.chart-speed small { color: #737783; font-size: 9px; }
.privacy-viz { position: absolute; inset: 42% 0 0; display: grid; place-items: center; }
.privacy-viz::before { content: ""; width: 190px; aspect-ratio: 1; position: absolute; border-radius: 50%; background: rgba(112,89,247,.13); filter: blur(45px); }
.privacy-ring { position: absolute; border: 1px solid rgba(153,137,255,.15); border-radius: 50%; }
.ring-a { width: 190px; aspect-ratio: 1; animation: ripple 4s ease-in-out infinite; }
.ring-b { width: 290px; aspect-ratio: 1; animation: ripple 4s ease-in-out -2s infinite; }
.privacy-lock { width: 92px; height: 92px; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(145deg, #1b1d27, #0d0f14); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 25px 55px rgba(0,0,0,.44); transform: rotate(-5deg); }
.privacy-lock svg { width: 35px; fill: none; stroke: #c5beff; stroke-width: 1.4; stroke-linecap: round; }
.network-viz { position: absolute; inset: 42% 0 0; display: grid; place-items: center; }
.network-viz::before, .network-viz::after { content: ""; position: absolute; width: 260px; height: 1px; background: linear-gradient(90deg, transparent, rgba(151,135,255,.4), transparent); }
.network-viz::before { transform: rotate(30deg); }
.network-viz::after { transform: rotate(-30deg); }
.network-core { width: 100px; aspect-ratio: 1; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: radial-gradient(circle at 40% 35%, #373044, #14151c 62%); box-shadow: 0 0 70px rgba(111,88,243,.18); }
.network-core span { width: 23px; aspect-ratio: 1; border: 6px solid #a59cff; border-radius: 50%; box-shadow: 0 0 20px #796bff; }
.network-node { width: 10px; aspect-ratio: 1; position: absolute; border: 2px solid #0c0e13; border-radius: 50%; background: #7b6cff; box-shadow: 0 0 14px #7b6cff; }
.node-one { top: 14%; left: 25%; }.node-two { top: 18%; right: 24%; }.node-three { bottom: 16%; right: 27%; }
.bento-card--devices { min-height: 420px; }
.platforms { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.platforms span { padding: 7px 10px; color: #777c87; border: 1px solid rgba(255,255,255,.06); border-radius: 8px; font-size: 10px; }
.device-stack { position: absolute; right: 0; bottom: 0; width: 55%; height: 100%; }
.laptop { width: 360px; position: absolute; right: 20px; bottom: 13px; transform: perspective(800px) rotateY(-8deg); }
.laptop-screen { height: 230px; display: grid; place-items: center; border: 7px solid #1b1d24; border-bottom-width: 11px; border-radius: 15px 15px 7px 7px; background: radial-gradient(circle at 50% 42%, rgba(122,99,255,.25), transparent 31%), linear-gradient(145deg, #10121a, #090a0e); box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 30px 60px rgba(0,0,0,.35); }
.laptop-base { width: 400px; height: 12px; margin-left: -20px; border-radius: 2px 2px 18px 18px; background: linear-gradient(#a8a9ad, #484a50); box-shadow: 0 7px 20px rgba(0,0,0,.35); }
.phone { width: 106px; height: 220px; position: absolute; right: 12px; bottom: 6px; z-index: 2; display: grid; place-items: center; border: 6px solid #272931; border-radius: 28px; background: radial-gradient(circle at 50% 45%, rgba(122,99,255,.32), transparent 34%), #090a0f; box-shadow: 0 20px 40px rgba(0,0,0,.5); transform: rotate(2deg); }
.phone-island { width: 38px; height: 8px; position: absolute; top: 7px; border-radius: 8px; background: #1c1d22; }
.mini-power { width: 56px; aspect-ratio: 1; display: block; border: 1px solid rgba(165,151,255,.5); border-radius: 50%; background: radial-gradient(circle, rgba(144,124,255,.28), transparent 63%); box-shadow: 0 0 28px rgba(124,104,255,.25); }
.mini-power::before { content: ""; width: 15px; height: 15px; position: absolute; left: 50%; top: 50%; border: 2px solid #c2bbff; border-top-color: transparent; border-radius: 50%; transform: translate(-50%,-50%); }
.mini-power--small { width: 40px; position: relative; }

.steps-section { padding-bottom: 30px; }
.steps-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.step { min-height: 270px; padding: 28px; border: 1px solid rgba(255,255,255,.07); border-radius: 22px; background: rgba(13,15,20,.55); }
.step-icon { height: 125px; position: relative; display: grid; place-items: center; }
.step-icon::before { content: ""; width: 80px; aspect-ratio: 1; position: absolute; border-radius: 27px; background: linear-gradient(145deg, rgba(139,119,255,.15), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.07); transform: rotate(8deg); }
.step-icon span { position: absolute; top: 0; left: 0; color: #555a65; font-size: 10px; letter-spacing: .08em; }
.step-icon svg { width: 31px; z-index: 1; fill: none; stroke: #c1b9ff; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.step h3 { margin: 24px 0 9px; font-size: 18px; font-weight: 560; letter-spacing: -.02em; }
.step p { margin: 0; color: #737884; font-size: 13px; line-height: 1.55; }

.pricing-section { min-height: 720px; display: grid; grid-template-columns: 1fr 470px; align-items: center; gap: 90px; }
.feature-list { margin: 34px 0 0; padding: 0; display: grid; gap: 15px; list-style: none; color: #a3a7b0; font-size: 13px; }
.feature-list li { display: flex; align-items: center; gap: 10px; }
.feature-list svg { width: 17px; fill: none; stroke: var(--green); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.price-card { min-height: 485px; padding: 34px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 29px; background: linear-gradient(145deg, rgba(28,28,39,.96), rgba(12,13,18,.98)); box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 35px 80px rgba(0,0,0,.32); }
.price-card__shine { width: 300px; height: 300px; position: absolute; top: -190px; right: -80px; border-radius: 50%; background: rgba(126,103,255,.3); filter: blur(70px); }
.price-card__header { position: relative; display: flex; justify-content: space-between; align-items: center; color: #d5d6db; font-size: 12px; font-weight: 650; letter-spacing: .08em; }
.popular-tag { padding: 7px 10px; color: #c6c0ff; border: 1px solid rgba(156,141,255,.2); border-radius: 20px; background: rgba(126,105,255,.1); font-size: 9px; letter-spacing: .03em; }
.price { margin-top: 66px; display: flex; align-items: flex-start; }
.price > span { margin-top: 12px; color: #858995; font-size: 20px; }
.price strong { margin-left: 7px; font-size: 78px; line-height: .9; font-weight: 560; letter-spacing: -.075em; }
.price small { margin: 45px 0 0 12px; color: #737884; font-size: 12px; }
.price-card > p { margin: 22px 0 30px; color: #737884; font-size: 12px; }
.guarantee { margin-top: 23px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #747985; font-size: 10px; }
.guarantee svg { width: 16px; fill: none; stroke: #7b808c; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; }
.faq-grid .section-heading h2 { font-size: 46px; }
.faq-grid .text-link { margin-top: 28px; }
.accordion details { border-bottom: 1px solid rgba(255,255,255,.08); }
.accordion summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 15px; font-weight: 530; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 18px; height: 18px; position: relative; flex: 0 0 18px; }
.accordion summary span::before, .accordion summary span::after { content: ""; width: 11px; height: 1px; position: absolute; top: 8px; left: 3px; background: #727783; transition: transform .25s ease; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 610px; margin: -5px 35px 23px 0; color: #747985; font-size: 13px; line-height: 1.65; }

.final-cta { min-height: 450px; margin-top: 160px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.09); border-radius: 32px; text-align: center; background: linear-gradient(145deg, rgba(18,19,27,.96), rgba(10,11,15,.97)); }
.final-cta::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.12) .7px, transparent .7px); background-size: 18px 18px; mask-image: radial-gradient(circle, black, transparent 69%); opacity: .3; }
.cta-glow { width: 380px; aspect-ratio: 1; position: absolute; top: -270px; border-radius: 50%; background: rgba(120,97,255,.35); filter: blur(80px); }
.brand-mark--large { width: 48px; height: 48px; position: relative; border-radius: 14px; }
.brand-mark--large svg { width: 27px; height: 27px; }
.final-cta h2 { margin: 27px 0 10px; position: relative; font-size: clamp(40px,5vw,58px); line-height: 1; letter-spacing: -.055em; font-weight: 580; }
.final-cta p { margin: 0 0 30px; position: relative; color: #858a95; font-size: 15px; }
.final-cta .button { position: relative; }

.site-footer { padding: 72px 0 35px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 47px; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-top p { margin: 0; color: #5f646f; font-size: 12px; }
.footer-links { padding: 44px 0 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.footer-links div { display: flex; flex-direction: column; gap: 13px; }
.footer-links strong { margin-bottom: 4px; color: #8c919c; font-size: 11px; font-weight: 600; }
.footer-links a { width: fit-content; color: #5f646e; font-size: 11px; transition: color .2s ease; }
.footer-links a:hover { color: #fff; }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.07); color: #494e58; font-size: 10px; }
.system-status { display: flex; align-items: center; gap: 8px; }
.system-status i { width: 6px; height: 6px; border-radius: 50%; background: #55d797; box-shadow: 0 0 9px rgba(85,215,151,.5); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes float { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-9px) } }
@keyframes breathe { 0%,100% { transform: scale(.92); opacity: .7 } 50% { transform: scale(1.05); opacity: 1 } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ripple { 0%,100% { transform: scale(.92); opacity: .45 } 50% { transform: scale(1.08); opacity: .9 } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .desktop-nav, .login-link { display: none; }
  .hero { min-height: auto; padding-top: 80px; grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { width: 650px; max-width: 100%; margin-inline: auto; }
  .pricing-section { grid-template-columns: 1fr; gap: 55px; }
  .price-card { width: min(470px, 100%); min-width: 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .device-stack { width: 53%; }
  .laptop { right: -55px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100vw - 28px); }
  .site-header { height: 60px; top: 8px; margin-top: 8px; }
  .header-actions { display: none; }
  .menu-button { width: 38px; height: 38px; padding: 0; display: grid; place-content: center; gap: 5px; border: 0; border-radius: 10px; background: rgba(255,255,255,.05); cursor: pointer; }
  .menu-button span { width: 16px; height: 1px; display: block; background: #d8dae0; transition: transform .25s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-menu { padding: 14px; position: absolute; top: 66px; left: 0; right: 0; display: flex; flex-direction: column; gap: 4px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(10,12,16,.97); box-shadow: 0 20px 50px rgba(0,0,0,.42); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .25s ease; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu a { padding: 12px; color: #b4b8c1; border-radius: 10px; font-size: 13px; }
  .mobile-menu a:last-child { margin-top: 5px; color: #111217; background: #fff; text-align: center; font-weight: 650; }
  .hero { padding-top: 72px; gap: 22px; }
  .hero h1 { font-size: clamp(47px, 14vw, 66px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 20px; }
  .hero-actions .button { width: min(100%, 300px); }
  .hero-visual { min-height: 510px; transform: scale(.86); margin-block: -35px; }
  .orbital-scene { width: 560px; }
  .floating-pill--speed { left: -5%; }
  .floating-pill--shield { right: -5%; }
  .trust-strip { padding: 25px 0; grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .trust-strip > div:nth-child(3) { border-left: 0; }
  .section { padding-top: 110px; }
  .section-heading h2, .pricing-intro h2 { font-size: 42px; }
  .bento-grid { margin-top: 42px; grid-template-columns: 1fr; }
  .bento-card, .bento-card--wide { min-height: 460px; grid-column: auto; display: block; padding: 25px; }
  .card-number { margin-bottom: 25px; }
  .speed-viz { inset: 45% 0 0 0; }
  .speed-viz::before { mask-image: linear-gradient(90deg, transparent, black 15%); }
  .bento-card--devices { min-height: 550px; }
  .device-stack { width: 100%; height: 58%; }
  .laptop { width: 330px; right: -10px; }
  .laptop-screen { height: 205px; }
  .laptop-base { width: 365px; }
  .phone { right: 5px; }
  .steps-grid { margin-top: 45px; grid-template-columns: 1fr; }
  .step { min-height: 235px; }
  .pricing-section { padding-top: 110px; }
  .price-card { width: 100%; min-width: 0; padding: 26px; min-height: 455px; }
  .price { margin-top: 58px; }
  .price strong { font-size: 68px; }
  .price small { margin-top: 38px; }
  .final-cta { min-height: 430px; margin-top: 110px; padding-inline: 25px; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 22px; }
  .footer-links { grid-template-columns: 1fr 1fr; row-gap: 38px; }
  .footer-bottom { flex-direction: column; gap: 15px; }
}

@media (max-width: 480px) {
  .hero-visual { width: 590px; left: 50%; max-width: none; margin: -30px 0 -75px -295px; transform: scale(.7); }
  .floating-pill { display: none; }
  .trust-strip { margin-top: 20px; }
  .platforms span:last-child { display: none; }
  .price { flex-wrap: wrap; }
}

.error-page { min-height: 100svh; display: grid; place-items: center; padding: 24px; }
.error-card { width: min(560px, 100%); padding: 54px 34px; border: 1px solid rgba(255,255,255,.09); border-radius: 28px; background: linear-gradient(145deg, rgba(18,19,27,.96), rgba(10,11,15,.97)); text-align: center; box-shadow: 0 35px 80px rgba(0,0,0,.35); }
.error-card .brand-mark { margin-inline: auto; }
.error-code { margin: 26px 0 8px; color: #777c87; font-size: 12px; font-weight: 650; letter-spacing: .16em; }
.error-card h1 { margin: 0; font-size: clamp(38px, 8vw, 58px); line-height: 1; letter-spacing: -.055em; }
.error-card p { margin: 18px auto 28px; color: #838894; line-height: 1.65; }

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