:root {
  --bg: #020616;
  --bg-2: #050b24;
  --panel: rgba(8, 18, 58, .68);
  --panel-strong: #08163f;
  --line: rgba(72, 155, 255, .17);
  --text: #f7fbff;
  --muted: #9cacd2;
  --blue: #0757ff;
  --blue-deep: #1419b8;
  --cyan: #0bc6ff;
  --cyan-soft: #75e7ff;
  --radius: 26px;
  --container: 1180px;
  --shadow: 0 28px 80px rgba(0, 19, 88, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 4%, rgba(0, 92, 255, .14), transparent 26%),
    radial-gradient(circle at 90% 18%, rgba(0, 190, 255, .08), transparent 24%),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
::selection { background: rgba(0, 109, 255, .78); color: #fff; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 14px; border-radius: 10px; background: #fff; color: #071031; transition: top .2s ease; }
.skip-link:focus { top: 14px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; height: 78px; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.site-header.scrolled { background: rgba(2, 6, 22, .84); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 74px; height: 58px; object-fit: cover; object-position: center 64%; border-radius: 12px; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: .92rem; font-weight: 720; }
.main-nav > a:not(.nav-cta) { position: relative; color: #dbe6ff; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--cyan)); transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(56, 191, 255, .35); border-radius: 999px; background: rgba(8, 87, 255, .13); box-shadow: inset 0 0 25px rgba(0, 124, 255, .08); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px auto; border-radius: 2px; background: #fff; transition: .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 860px; padding: 132px 0 0; overflow: hidden; background: linear-gradient(180deg, rgba(2,6,22,.06), rgba(2,6,22,.95) 98%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(84, 145, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(84, 145, 255, .08) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, #000, transparent 84%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(105px); pointer-events: none; }
.hero-glow-a { width: 520px; height: 520px; right: 8%; top: 12%; background: rgba(0, 76, 255, .22); }
.hero-glow-b { width: 340px; height: 340px; left: -180px; top: 28%; background: rgba(0, 198, 255, .13); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 72px; }
.hero-copy { padding: 48px 0 115px; }
.eyebrow, .section-kicker, .mini-label { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan-soft); font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.hero h1 { max-width: 680px; margin: 20px 0 24px; font-size: clamp(2.7rem, 5.1vw, 5.15rem); line-height: 1; letter-spacing: -.055em; }
.hero h1 em { display: block; color: transparent; font-style: normal; background: linear-gradient(90deg, #fff 3%, #5bdcff 45%, #2a62ff 90%); background-clip: text; -webkit-background-clip: text; }
.hero-text { max-width: 640px; margin: 0; color: #b7c5e7; font-size: 1.05rem; }
.hero-text strong { color: #e5efff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 14px; font-weight: 850; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: currentColor; }
.button-primary { color: #fff; background: linear-gradient(115deg, #1a2dff 0%, #076aff 55%, #00c2f3 120%); box-shadow: 0 16px 36px rgba(0, 90, 255, .32), inset 0 1px rgba(255,255,255,.2); }
.button-primary:hover { box-shadow: 0 20px 46px rgba(0, 101, 255, .44), inset 0 1px rgba(255,255,255,.2); }
.button-ghost, .button-plan { border-color: rgba(124, 179, 255, .2); background: rgba(255,255,255,.045); color: #edf4ff; }
.button-ghost:hover, .button-plan:hover { border-color: rgba(59, 208, 255, .45); background: rgba(0, 112, 255, .09); }
.button:focus-visible, .main-nav a:focus-visible, summary:focus-visible, .floating-test:focus-visible { outline: 3px solid rgba(58, 212, 255, .72); outline-offset: 4px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 13px 22px; margin-top: 28px; color: #becbe9; font-size: .84rem; }
.hero-points span { display: inline-flex; align-items: center; gap: 8px; }
.hero-points i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 17px rgba(11,198,255,.8); }

.hero-stage { position: relative; min-height: 590px; display: grid; place-items: center; }
.stage-screen { position: relative; z-index: 3; width: min(100%, 520px); aspect-ratio: 1.25 / 1; padding: 10px; border: 1px solid rgba(84, 190, 255, .35); border-radius: 32px; background: linear-gradient(145deg, rgba(11, 24, 78, .96), rgba(2, 7, 29, .95)); box-shadow: 0 40px 95px rgba(0, 22, 115, .48), inset 0 1px rgba(255,255,255,.05); transform: perspective(900px) rotateY(-5deg) rotateX(2deg); overflow: hidden; }
.stage-screen::after { content: ""; position: absolute; inset: -40% -70%; transform: rotate(22deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent); animation: screenShine 8s ease-in-out infinite; }
.screen-topbar { position: relative; z-index: 2; height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 13px; border-bottom: 1px solid rgba(125,184,255,.1); }
.screen-topbar > span { width: 7px; height: 7px; border-radius: 50%; background: rgba(101,154,255,.45); }
.screen-topbar small { margin-left: auto; color: #85cfff; font-size: .67rem; font-weight: 850; letter-spacing: .15em; }
.screen-body { position: relative; z-index: 2; height: calc(100% - 42px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; }
.screen-body img { width: 48%; max-width: 205px; border-radius: 22px; box-shadow: 0 18px 50px rgba(0, 18, 112, .32); }
.screen-line { width: 120px; height: 2px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); }
.screen-body p { margin: 0; color: #7ea2d2; font-size: .61rem; font-weight: 850; letter-spacing: .18em; }
.stage-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(40, 156, 255, .18); }
.ring-one { width: 490px; height: 490px; animation: rotate 27s linear infinite; }
.ring-two { width: 600px; height: 600px; border-style: dashed; animation: rotate 43s linear infinite reverse; }
.stage-ring::after { content: ""; position: absolute; top: 8%; left: 20%; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 22px var(--cyan); }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(88, 194, 255, .24); border-radius: 15px; background: rgba(3, 9, 35, .86); backdrop-filter: blur(13px); box-shadow: var(--shadow); }
.float-card strong { color: #fff; font-size: 1.2rem; line-height: 1; }
.float-card span, .float-card small { color: #9fb0d5; font-size: .69rem; line-height: 1.25; }
.float-card small { display: block; }
.float-card-a { left: -3%; top: 17%; }
.float-card-a strong { color: var(--cyan); font-size: 1.7rem; }
.float-card-b { right: -2%; bottom: 18%; }
.float-card-b strong { color: #75a8ff; }
.float-card-c { left: 10%; bottom: 5%; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: #10e9a5; box-shadow: 0 0 0 0 rgba(16,233,165,.45); animation: pulse 1.8s infinite; }

.device-marquee { position: relative; z-index: 5; overflow: hidden; border-block: 1px solid rgba(78, 158, 255, .14); background: rgba(7, 20, 67, .5); transform: rotate(-.7deg); }
.device-track { width: max-content; display: flex; align-items: center; gap: 27px; padding: 15px 0; color: #dbe9ff; font-size: .78rem; font-weight: 900; letter-spacing: .16em; animation: marquee 28s linear infinite; }
.device-track i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); }

.section { position: relative; padding: 112px 0; }
.section-heading { max-width: 780px; margin: 0 auto 50px; text-align: center; }
.section-heading h2, .devices-copy h2, .faq-side h2 { margin: 12px 0 16px; font-size: clamp(2.05rem, 4vw, 3.6rem); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p, .devices-copy > p, .faq-side > p { margin: 0; color: var(--muted); font-size: 1rem; }

.intro-section { background: linear-gradient(180deg, rgba(4,10,38,.08), rgba(5,12,47,.7)); }
.bento-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.bento-card { position: relative; min-height: 258px; padding: 28px; border: 1px solid var(--line); border-radius: 23px; background: linear-gradient(145deg, rgba(11, 24, 78, .68), rgba(4, 10, 36, .76)); overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.bento-card:hover { transform: translateY(-5px); border-color: rgba(48, 195, 255, .34); box-shadow: 0 24px 50px rgba(0, 20, 85, .22); }
.bento-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -80px; bottom: -85px; border-radius: 50%; background: rgba(0, 117, 255, .14); filter: blur(25px); }
.bento-large { grid-row: span 2; min-height: 535px; display: flex; flex-direction: column; justify-content: space-between; }
.bento-wide { grid-column: 2 / 4; min-height: 258px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: center; }
.bento-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid rgba(57, 188, 255, .25); border-radius: 14px; background: linear-gradient(140deg, rgba(0, 80, 255, .28), rgba(0, 202, 255, .08)); }
.bento-icon svg { width: 24px; fill: #72dfff; }
.bento-card h3 { margin: 8px 0 10px; font-size: 1.35rem; }
.bento-large h3 { font-size: 2rem; line-height: 1.1; }
.bento-card p { margin: 0; color: #aebade; font-size: .92rem; }
.mini-ui { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 35px; }
.mini-ui span { height: 72px; border: 1px solid rgba(95, 168, 255, .12); border-radius: 13px; background: linear-gradient(135deg, rgba(10,80,222,.18), rgba(3,10,36,.7)); }
.mini-ui span:first-child { grid-column: 1 / -1; height: 95px; background: linear-gradient(120deg, rgba(16,58,196,.35), rgba(0,188,255,.11)); }
.platform-pills { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.platform-pills span { min-height: 55px; display: grid; place-items: center; border: 1px solid rgba(92, 171, 255, .14); border-radius: 13px; background: rgba(8, 18, 59, .54); color: #d8e7ff; font-size: .79rem; font-weight: 850; }

.devices-section { overflow: hidden; }
.devices-section::before { content: ""; position: absolute; width: 560px; height: 560px; left: -380px; top: 12%; border-radius: 50%; background: rgba(0, 99, 255, .12); filter: blur(95px); }
.devices-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 68px; align-items: center; }
.devices-copy .button { margin-top: 27px; }
.devices-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.device-card { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 14px; padding: 18px; border: 1px solid rgba(105, 175, 255, .14); border-radius: 17px; background: rgba(7, 17, 57, .48); transition: transform .2s ease, border-color .2s ease; }
.device-card:hover { transform: translateY(-3px); border-color: rgba(67, 207, 255, .35); }
.device-icon { grid-row: 1 / 3; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, rgba(12,82,255,.24), rgba(0,190,255,.08)); border: 1px solid rgba(61,188,255,.2); }
.device-icon svg { width: 23px; fill: #6fdcff; }
.device-card strong { font-size: .93rem; }
.device-card span { color: var(--muted); font-size: .76rem; }

.plans-section { background: linear-gradient(180deg, rgba(5,12,47,.65), rgba(3,7,26,.5)); }
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.plan-card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(150deg, rgba(10, 23, 75, .74), rgba(4, 9, 34, .8)); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.plan-card:hover { transform: translateY(-5px); border-color: rgba(69, 209, 255, .34); box-shadow: 0 26px 52px rgba(0, 20, 90, .24); }
.plan-card.featured { border-color: rgba(70, 206, 255, .48); box-shadow: 0 22px 60px rgba(0, 64, 255, .2); }
.best-tag { position: absolute; top: 18px; right: 18px; padding: 6px 10px; border-radius: 999px; background: linear-gradient(115deg, #1734ff, #00bde8); color: #fff; font-size: .66rem; font-weight: 900; letter-spacing: .08em; }
.plan-name { color: var(--cyan-soft); font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.plan-card h3 { margin: 9px 0 19px; font-size: 1.8rem; }
.plan-price { display: flex; align-items: flex-start; gap: 6px; margin-bottom: 26px; }
.plan-price small { margin-top: 10px; color: #d7e8ff; font-size: .95rem; font-weight: 850; }
.plan-price strong { font-size: 2.9rem; line-height: 1; letter-spacing: -.05em; }
.plan-card ul { display: grid; gap: 11px; margin: 0 0 28px; padding: 0; list-style: none; color: #ccd8f2; font-size: .9rem; }
.plan-card li { position: relative; padding-left: 24px; }
.plan-card li::before { content: ""; position: absolute; left: 0; top: .56em; width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--blue)); box-shadow: 0 0 14px rgba(11,198,255,.4); }
.plan-card .button { width: 100%; margin-top: auto; }
.trial-banner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; margin-top: 28px; padding: 28px 32px; border: 1px solid rgba(55, 197, 255, .25); border-radius: 25px; background: linear-gradient(120deg, rgba(9, 54, 176, .55), rgba(4, 10, 38, .8)); box-shadow: var(--shadow); }
.trial-logo { width: 78px; height: 78px; overflow: hidden; border-radius: 18px; border: 1px solid rgba(75,176,255,.24); }
.trial-logo img { width: 100%; height: 100%; object-fit: cover; }
.trial-banner h2 { margin: 7px 0 4px; font-size: clamp(1.55rem, 2.8vw, 2.35rem); line-height: 1.12; }
.trial-banner p { margin: 0; color: var(--muted); }

.steps-section { background: radial-gradient(circle at 50% 50%, rgba(0, 86, 255, .08), transparent 50%); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.step-card { position: relative; min-height: 235px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(7, 17, 56, .52); overflow: hidden; }
.step-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -80px; top: -80px; border-radius: 50%; border: 1px solid rgba(0, 193, 255, .11); box-shadow: 0 0 50px rgba(0, 104, 255, .07); }
.step-card > span { display: block; margin-bottom: 38px; color: transparent; font-size: 2.55rem; font-weight: 950; line-height: 1; -webkit-text-stroke: 1px rgba(89, 211, 255, .58); }
.step-card h3 { margin: 0 0 9px; }
.step-card p { margin: 0; color: var(--muted); font-size: .91rem; }

.faq-section { background: linear-gradient(180deg, rgba(3,7,26,.25), rgba(5,11,43,.68)); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-side { position: sticky; top: 115px; }
.faq-side .button { margin-top: 26px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 4px; cursor: pointer; list-style: none; font-size: 1.02rem; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; width: 20px; height: 20px; flex: 0 0 20px; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; left: 2px; top: 9px; width: 16px; height: 2px; border-radius: 2px; background: var(--cyan); transition: transform .2s ease; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion p { margin: -4px 0 22px; padding-right: 44px; color: var(--muted); font-size: .93rem; }

.final-cta { padding: 34px 0 80px; }
.final-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 32px 36px; border: 1px solid rgba(61, 199, 255, .28); border-radius: 28px; background: linear-gradient(120deg, rgba(13, 52, 161, .69), rgba(4, 10, 39, .85)); box-shadow: var(--shadow); }
.final-mark { width: 90px; height: 90px; overflow: hidden; border-radius: 20px; }
.final-mark img { width: 100%; height: 100%; object-fit: cover; }
.final-card h2 { margin: 7px 0 4px; font-size: clamp(1.55rem, 3vw, 2.45rem); line-height: 1.12; }
.final-card p { margin: 0; color: var(--muted); }

.site-footer { padding: 32px 0 25px; border-top: 1px solid var(--line); background: #01040f; }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; padding-bottom: 25px; }
.footer-brand { width: 68px; height: 54px; overflow: hidden; border-radius: 12px; }
.footer-brand img { width: 100%; height: 100%; object-fit: cover; object-position: center 64%; }
.footer-top > p { margin: 0; color: #909fc2; font-size: .86rem; }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 17px; color: #bac8e8; font-size: .82rem; font-weight: 750; }
.footer-top nav a:hover { color: var(--cyan-soft); }
.footer-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 38px; padding-top: 21px; border-top: 1px solid rgba(116,175,255,.09); color: #7886a7; font-size: .74rem; }
.footer-bottom p { margin: 0; }
.legal { max-width: 650px; text-align: right; }

.floating-test { position: fixed; right: 20px; bottom: 20px; z-index: 900; display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; border: 1px solid rgba(91, 223, 255, .35); border-radius: 999px; background: linear-gradient(120deg, #154bff, #00afd9); box-shadow: 0 15px 40px rgba(0, 87, 255, .4); font-size: .83rem; transition: transform .2s ease, box-shadow .2s ease; }
.floating-test:hover { transform: translateY(-3px); box-shadow: 0 19px 48px rgba(0, 111, 255, .48); }
.floating-test .pulse { width: 9px; height: 9px; }

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

@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(16,233,165,0); } 100% { box-shadow: 0 0 0 0 rgba(16,233,165,0); } }
@keyframes screenShine { 0%, 35% { transform: translateX(-30%) rotate(22deg); } 65%, 100% { transform: translateX(38%) rotate(22deg); } }

@media (max-width: 1050px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { padding-bottom: 24px; }
  .hero h1, .hero-text { margin-left: auto; margin-right: auto; }
  .eyebrow { justify-content: center; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-stage { min-height: 520px; }
  .stage-screen { width: min(100%, 500px); }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bento-large { grid-row: auto; min-height: 360px; }
  .bento-wide { grid-column: 1 / -1; }
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .devices-layout { gap: 40px; }
}

@media (max-width: 820px) {
  .site-header { height: 70px; }
  .menu-toggle { display: block; position: relative; z-index: 1002; }
  .main-nav { position: fixed; inset: 0; z-index: 1001; flex-direction: column; justify-content: center; gap: 28px; font-size: 1.18rem; background: rgba(2, 6, 22, .97); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-cta { margin-top: 7px; padding: 13px 24px; }
  .devices-layout, .faq-layout { grid-template-columns: 1fr; }
  .devices-copy { text-align: center; }
  .faq-side { position: static; text-align: center; }
  .steps-grid { grid-template-columns: 1fr; }
  .trial-banner, .final-card { grid-template-columns: auto 1fr; }
  .trial-banner .button, .final-card .button { grid-column: 1 / -1; width: 100%; }
  .footer-top { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-top nav { justify-content: center; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
  .legal { text-align: center; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  .brand img { width: 66px; height: 52px; }
  .hero { padding-top: 105px; }
  .hero h1 { font-size: clamp(2.35rem, 13vw, 3.7rem); }
  .hero-text { font-size: .97rem; }
  .hero-actions .button { width: 100%; }
  .hero-points { gap: 10px 15px; }
  .hero-stage { min-height: 390px; margin-top: 4px; }
  .stage-screen { width: 94%; border-radius: 23px; transform: none; }
  .screen-body img { max-width: 150px; }
  .stage-ring { display: none; }
  .float-card { padding: 10px 12px; }
  .float-card-a { left: 0; top: 4%; }
  .float-card-b { right: 0; bottom: 10%; }
  .float-card-c { left: 10%; bottom: 0; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-large, .bento-wide { grid-column: auto; min-height: auto; }
  .bento-wide { grid-template-columns: 1fr; }
  .platform-pills { grid-template-columns: repeat(2, 1fr); }
  .devices-grid, .plans-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 400px; }
  .trial-banner, .final-card { grid-template-columns: 1fr; justify-items: center; text-align: center; padding: 28px 23px; }
  .trial-banner .button, .final-card .button { grid-column: auto; }
  .floating-test { right: 14px; bottom: 14px; padding: 13px; }
  .floating-test strong { display: none; }
}

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