:root {
  --bg: #02050e;
  --bg-2: #050b18;
  --panel: rgba(8, 17, 38, .72);
  --panel-strong: #071126;
  --line: rgba(151, 196, 255, .16);
  --line-strong: rgba(88, 176, 255, .38);
  --text: #f4f8ff;
  --muted: #9aaac5;
  --blue: #0878ff;
  --blue-2: #1735dd;
  --cyan: #38c8ff;
  --ice: #cfeaff;
  --silver: #dfe8f5;
  --shadow: 0 30px 80px rgba(0, 15, 70, .38);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 3%, rgba(0, 105, 255, .13), transparent 23%),
    radial-gradient(circle at 92% 20%, rgba(43, 182, 255, .08), transparent 20%),
    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; }
::selection { color: #fff; background: rgba(0, 116, 255, .72); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 14px; z-index: 9999; padding: 10px 14px; border-radius: 9px; color: #041025; background: #fff; transition: top .2s ease; }
.skip-link:focus { top: 14px; }
.page-progress { position: fixed; top: 0; left: 0; z-index: 1500; width: 100%; height: 2px; pointer-events: none; }
.page-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue-2), var(--cyan), #fff); box-shadow: 0 0 16px rgba(56, 200, 255, .65); }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1200; height: 78px; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(2, 5, 14, .82); border-color: var(--line); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 138px; height: auto; filter: contrast(1.06) saturate(1.06); }
.main-nav { display: flex; align-items: center; gap: 28px; color: #dbe7fa; font-size: .9rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--cyan)); transition: right .22s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 10px 17px; border: 1px solid rgba(72, 189, 255, .48); border-radius: 9px; background: linear-gradient(135deg, rgba(18, 68, 167, .5), rgba(4, 22, 58, .65)); box-shadow: inset 0 0 24px rgba(20, 113, 255, .12); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px auto; border-radius: 3px; 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: 900px; padding: 145px 0 0; overflow: hidden; isolation: isolate; }
.hero-grid-bg { position: absolute; inset: 0; z-index: -4; opacity: .18; background-image: linear-gradient(rgba(91, 157, 240, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(91, 157, 240, .09) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000 0%, transparent 84%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(180deg, rgba(2,5,14,.18), rgba(2,5,14,.9) 92%); }
.hero-spot { position: absolute; z-index: -2; border-radius: 50%; filter: blur(105px); pointer-events: none; }
.hero-spot-a { width: 480px; height: 480px; left: -220px; top: 110px; background: rgba(0, 90, 255, .18); }
.hero-spot-b { width: 560px; height: 560px; right: -260px; top: 155px; background: rgba(0, 167, 255, .13); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .94fr 1.06fr; gap: 68px; align-items: center; }
.hero-copy { padding: 40px 0 115px; }
.eyebrow, .section-tag { display: inline-flex; align-items: center; gap: 10px; color: #8fdcff; font-size: .76rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-mark { width: 29px; height: 8px; border: 1px solid rgba(100, 199, 255, .62); position: relative; }
.eyebrow-mark::after { content: ""; position: absolute; inset: 2px; background: var(--cyan); box-shadow: 0 0 14px rgba(56, 200, 255, .7); }
.hero h1 { max-width: 690px; margin: 19px 0 23px; font-size: clamp(3rem, 5.7vw, 5.65rem); line-height: .96; letter-spacing: -.058em; }
.hero h1 em { display: block; color: transparent; font-style: normal; background: linear-gradient(90deg, #fff 0%, #bde8ff 40%, #4c9fff 72%, #1b54ff 100%); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p { max-width: 635px; margin: 0; color: #aebbd3; font-size: 1.04rem; }
.hero-copy strong { color: #eaf5ff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 10px; font-weight: 850; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, .main-nav a:focus-visible, .inline-link:focus-visible, summary:focus-visible, .floating-test:focus-visible { outline: 3px solid rgba(90, 211, 255, .7); outline-offset: 4px; }
.button-primary { color: #fff; background: linear-gradient(120deg, #1837d7 0%, #0879ff 58%, #30c7ff 130%); box-shadow: 0 16px 36px rgba(0, 91, 255, .3), inset 0 1px rgba(255,255,255,.22); }
.button-primary:hover { box-shadow: 0 20px 46px rgba(0, 105, 255, .43), inset 0 1px rgba(255,255,255,.25); }
.button-outline { color: #eaf4ff; border-color: rgba(133, 191, 255, .24); background: rgba(255, 255, 255, .035); }
.button-outline:hover { border-color: rgba(65, 204, 255, .54); background: rgba(0, 115, 255, .1); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 27px; color: #a9b8d2; font-size: .84rem; font-weight: 650; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px rgba(56, 200, 255, .7); }

.focus-stage { position: relative; min-height: 600px; display: grid; place-items: center; }
.focus-stage::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(0, 91, 255, .16); filter: blur(70px); }
.focus-rings { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; }
.focus-rings i { position: absolute; border: 1px solid rgba(77, 171, 255, .18); border-radius: 50%; }
.focus-rings i:nth-child(1) { width: 350px; height: 350px; animation: pulse-ring 4s ease-in-out infinite; }
.focus-rings i:nth-child(2) { width: 470px; height: 470px; border-style: dashed; animation: rotate 32s linear infinite; }
.focus-rings i:nth-child(3) { width: 585px; height: 585px; border-color: rgba(138, 206, 255, .08); animation: rotate 48s linear infinite reverse; }
.focus-crosshair { position: absolute; width: 520px; height: 1px; background: linear-gradient(90deg, transparent, rgba(87, 187, 255, .25), transparent); }
.focus-crosshair::after { content: ""; position: absolute; width: 1px; height: 520px; top: -260px; left: 50%; background: linear-gradient(180deg, transparent, rgba(87, 187, 255, .25), transparent); }
.logo-panel { position: relative; z-index: 3; width: min(92%, 590px); min-height: 250px; display: grid; place-items: center; padding: 44px 54px; border: 1px solid rgba(111, 190, 255, .23); background: linear-gradient(145deg, rgba(7, 17, 40, .8), rgba(2, 7, 19, .72)); box-shadow: var(--shadow), inset 0 0 80px rgba(0, 88, 255, .06); backdrop-filter: blur(10px); overflow: hidden; clip-path: polygon(0 18px,18px 0,calc(100% - 18px) 0,100% 18px,100% calc(100% - 18px),calc(100% - 18px) 100%,18px 100%,0 calc(100% - 18px)); }
.logo-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 10%, rgba(255,255,255,.035) 45%, transparent 72%); }
.focus-logo-wrap { position: relative; z-index: 2; width: 100%; aspect-ratio: 900 / 352; }
.focus-logo-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.focus-logo-base {
  filter: blur(2.35px) brightness(.9) saturate(.9) drop-shadow(0 0 20px rgba(29, 108, 255, .28));
  transform: scale(.998);
}
.focus-logo-sharp {
  z-index: 3;
  filter: contrast(1.08) saturate(1.08) drop-shadow(0 0 25px rgba(29, 108, 255, .48));
  clip-path: inset(0 0 78% 0);
  animation: focus-band 5.2s ease-in-out infinite alternate;
  will-change: clip-path;
}
.panel-corner { position: absolute; z-index: 4; width: 28px; height: 28px; border-color: var(--cyan); opacity: .65; }
.c1 { top: 12px; left: 12px; border-top: 2px solid; border-left: 2px solid; }.c2 { top: 12px; right: 12px; border-top: 2px solid; border-right: 2px solid; }.c3 { bottom: 12px; left: 12px; border-bottom: 2px solid; border-left: 2px solid; }.c4 { bottom: 12px; right: 12px; border-bottom: 2px solid; border-right: 2px solid; }
.scanline { position: absolute; z-index: 5; left: 0; right: 0; height: 2px; top: 10%; background: linear-gradient(90deg, transparent, rgba(95, 220, 255, .98), transparent); box-shadow: 0 0 22px rgba(56, 200, 255, .8), 0 0 8px rgba(130, 235, 255, .9); animation: scan 5.2s ease-in-out infinite alternate; }
.stage-data { position: absolute; z-index: 5; min-width: 128px; padding: 11px 13px; border: 1px solid rgba(84, 180, 255, .26); border-radius: 7px; background: rgba(3, 9, 25, .9); box-shadow: 0 14px 38px rgba(0, 20, 80, .3); }
.stage-data small, .stage-data strong { display: block; }
.stage-data small { color: #6f85a7; font-size: .58rem; font-weight: 800; letter-spacing: .18em; }
.stage-data strong { color: #bceaff; font-size: .82rem; letter-spacing: .08em; }
.data-a { left: -2%; top: 17%; }.data-b { right: -1%; bottom: 17%; }
.stage-number { position: absolute; right: 3%; top: 1%; color: transparent; font-size: 9rem; font-weight: 950; line-height: 1; -webkit-text-stroke: 1px rgba(86, 173, 255, .08); }

.device-marquee { position: relative; z-index: 4; overflow: hidden; border-block: 1px solid rgba(97, 176, 255, .16); background: rgba(5, 15, 38, .62); transform: skewY(-.8deg); }
.device-track { width: max-content; display: flex; align-items: center; gap: 27px; padding: 15px 0; color: #d9e9ff; font-size: .75rem; font-weight: 900; letter-spacing: .16em; animation: marquee 27s linear infinite; }
.device-track i { width: 8px; height: 8px; border: 1px solid var(--cyan); transform: rotate(45deg); box-shadow: 0 0 12px rgba(56, 200, 255, .45); }

.section { position: relative; padding: 112px 0; }
.section-heading { max-width: 790px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .compat-copy h2, .how-copy h2, .faq-copy h2 { margin: 12px 0 16px; font-size: clamp(2.15rem, 4.2vw, 3.85rem); line-height: 1.06; letter-spacing: -.045em; }
.section-heading p, .compat-copy > p, .how-copy > p, .faq-copy > p { margin: 0; color: var(--muted); font-size: 1rem; }

.advantages { background: linear-gradient(180deg, rgba(3, 8, 22, .42), rgba(5, 12, 29, .68)); }
.advantages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.adv-card { position: relative; min-height: 250px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(150deg, rgba(10, 22, 49, .74), rgba(4, 10, 25, .78)); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.adv-card:hover { transform: translateY(-5px); border-color: rgba(64, 189, 255, .34); box-shadow: 0 24px 48px rgba(0, 20, 80, .24); }
.adv-wide { grid-column: span 2; background: linear-gradient(135deg, rgba(12, 35, 85, .84), rgba(4, 12, 31, .82)); }
.adv-accent { border-color: rgba(63, 184, 255, .3); }
.adv-index { position: absolute; top: 20px; right: 22px; color: rgba(179, 218, 255, .18); font-size: 2.5rem; font-weight: 950; letter-spacing: -.08em; }
.adv-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid rgba(89, 193, 255, .26); border-radius: 10px; color: #8bdcff; background: rgba(0, 112, 255, .08); font-size: 1.25rem; font-weight: 900; }
.adv-card h3 { margin: 0 0 8px; font-size: 1.16rem; }
.adv-card p { max-width: 570px; margin: 0; color: #a9b8d0; font-size: .92rem; }
.focus-bars { position: absolute; right: 28px; bottom: 25px; display: flex; align-items: flex-end; gap: 5px; height: 55px; }
.focus-bars i { width: 5px; border-radius: 2px; background: linear-gradient(180deg, var(--cyan), rgba(24, 83, 255, .2)); }
.focus-bars i:nth-child(1){height:20px}.focus-bars i:nth-child(2){height:39px}.focus-bars i:nth-child(3){height:53px}.focus-bars i:nth-child(4){height:31px}

.compatibility { overflow: hidden; }
.compatibility::before { content: ""; position: absolute; width: 620px; height: 620px; left: -420px; top: 7%; border-radius: 50%; background: rgba(0, 103, 255, .12); filter: blur(110px); }
.compat-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; align-items: center; }
.compat-copy { position: relative; z-index: 2; }
.inline-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: #8bdcff; font-size: .92rem; font-weight: 850; }
.inline-link b { transition: transform .2s ease; }.inline-link:hover b { transform: translateX(5px); }
.device-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.device-card { min-height: 118px; display: flex; align-items: center; gap: 17px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(7, 16, 37, .66); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.device-card:hover { transform: translateY(-3px); border-color: rgba(80, 189, 255, .34); background: rgba(8, 25, 58, .76); }
.device-code { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border: 1px solid rgba(78, 196, 255, .32); border-radius: 9px; color: #b8eaff; background: linear-gradient(135deg, rgba(0, 91, 255, .18), rgba(24, 194, 255, .06)); font-size: .82rem; font-weight: 950; }
.device-card strong, .device-card small { display: block; }.device-card strong { font-size: .94rem; }.device-card small { margin-top: 2px; color: #8fa1bd; font-size: .74rem; line-height: 1.3; }

.pricing { overflow: hidden; background: linear-gradient(180deg, rgba(4, 9, 23, .72), rgba(3, 7, 18, .96)); }
.pricing-light { position: absolute; width: 800px; height: 260px; top: 0; left: 50%; transform: translateX(-50%); border-radius: 50%; background: rgba(0, 105, 255, .11); filter: blur(90px); pointer-events: none; }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.price-card { position: relative; min-height: 440px; display: flex; flex-direction: column; padding: 28px 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(155deg, rgba(10, 22, 49, .82), rgba(3, 8, 21, .9)); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.price-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -70px; bottom: -70px; border: 1px solid rgba(69, 179, 255, .12); transform: rotate(45deg); }
.price-card:hover { transform: translateY(-6px); border-color: rgba(79, 194, 255, .35); box-shadow: 0 28px 58px rgba(0, 21, 84, .28); }
.price-card.featured { border-color: rgba(61, 189, 255, .48); box-shadow: 0 22px 54px rgba(0, 81, 255, .18), inset 0 0 70px rgba(0, 117, 255, .05); }
.best-label { position: absolute; top: 0; right: 0; padding: 7px 12px; border-radius: 0 15px 0 12px; color: #fff; background: linear-gradient(120deg, #1941df, #17bce9); font-size: .63rem; font-weight: 950; letter-spacing: .1em; }
.price-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #80d7ff; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.price-top b { color: transparent; font-size: 2rem; line-height: 1; -webkit-text-stroke: 1px rgba(113, 201, 255, .28); }
.price-card h3 { margin: 20px 0 18px; font-size: 1.7rem; letter-spacing: -.03em; }
.price { display: flex; align-items: flex-start; gap: 7px; margin-bottom: 27px; }
.price small { margin-top: 8px; color: #bdd8f0; font-size: .84rem; font-weight: 800; }
.price strong { font-size: 2.85rem; line-height: 1; letter-spacing: -.055em; }
.price-card ul { display: grid; gap: 11px; margin: 0 0 28px; padding: 0; list-style: none; color: #c9d6e8; font-size: .88rem; }
.price-card li { position: relative; padding-left: 23px; }.price-card li::before { content: ""; position: absolute; left: 0; top: .58em; width: 9px; height: 9px; border: 1px solid var(--cyan); transform: rotate(45deg); }
.price-card .button { width: 100%; margin-top: auto; }

.how { background: radial-gradient(circle at 15% 50%, rgba(0, 88, 255, .09), transparent 25%); }
.how-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.how-copy .button { margin-top: 28px; }
.steps-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-left: 1px solid rgba(77, 172, 255, .18); }
.steps-list li { display: grid; grid-template-columns: 70px 1fr; gap: 15px; padding: 27px 0 27px 28px; border-bottom: 1px solid rgba(102, 174, 255, .12); }
.steps-list li:last-child { border-bottom: 0; }
.steps-list > li > span { color: transparent; font-size: 2.4rem; font-weight: 950; line-height: 1; -webkit-text-stroke: 1px rgba(96, 193, 255, .52); }
.steps-list h3 { margin: 0 0 5px; font-size: 1.08rem; }.steps-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.faq { background: linear-gradient(180deg, rgba(5, 11, 27, .35), rgba(3, 8, 20, .75)); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-copy { position: sticky; top: 120px; }
.accordion details { border-bottom: 1px solid rgba(113, 181, 255, .14); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 3px; cursor: pointer; list-style: none; color: #eef6ff; font-size: 1rem; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; left: 1px; top: 8px; width: 16px; height: 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: -3px 0 22px; padding-right: 44px; color: #9eacc2; font-size: .91rem; }

.closing-cta { padding: 40px 0 85px; }
.closing-card { position: relative; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 30px; padding: 32px 36px; overflow: hidden; border: 1px solid rgba(82, 187, 255, .28); border-radius: 18px; background: linear-gradient(120deg, rgba(8, 31, 76, .86), rgba(4, 11, 27, .9)); box-shadow: var(--shadow); }
.closing-mark { position: absolute; right: 20%; top: -35px; color: transparent; font-size: 11rem; font-weight: 950; line-height: 1; -webkit-text-stroke: 1px rgba(100, 191, 255, .07); pointer-events: none; }
.closing-logo { position: relative; z-index: 2; display: grid; place-items: center; min-height: 90px; border-right: 1px solid rgba(107, 181, 255, .14); }.closing-logo img { width: 150px; height: auto; filter: contrast(1.08) saturate(1.08); image-rendering: auto; }
.closing-copy { position: relative; z-index: 2; }.closing-copy > span { color: #7ed7ff; font-size: .68rem; font-weight: 900; letter-spacing: .15em; }.closing-copy h2 { margin: 6px 0 3px; font-size: clamp(1.5rem, 2.8vw, 2.35rem); line-height: 1.12; }.closing-copy p { margin: 0; color: var(--muted); }
.closing-card .button { position: relative; z-index: 2; }

.site-footer { padding: 30px 0 24px; border-top: 1px solid var(--line); background: #01030a; }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; padding-bottom: 24px; }
.footer-brand img { width: 125px; height: auto; filter: contrast(1.08) saturate(1.08); image-rendering: auto; }
.footer-main > p { margin: 0; color: #8494ad; font-size: .84rem; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 17px; color: #b5c3d8; font-size: .8rem; font-weight: 700; }.footer-main nav a:hover { color: #84dbff; }
.footer-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 35px; padding-top: 20px; border-top: 1px solid rgba(102, 171, 255, .1); color: #74839a; font-size: .72rem; }.footer-bottom p { margin: 0; }.legal { max-width: 650px; text-align: right; }

.floating-test { position: fixed; right: 19px; bottom: 19px; z-index: 950; min-width: 84px; display: grid; place-items: center; padding: 10px 14px; border: 1px solid rgba(100, 215, 255, .45); border-radius: 10px; color: #fff; background: linear-gradient(145deg, rgba(11, 69, 190, .96), rgba(0, 151, 224, .95)); box-shadow: 0 16px 38px rgba(0, 83, 204, .38); transition: transform .2s ease, box-shadow .2s ease; }
.floating-test:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(0, 107, 255, .48); }.floating-test b { font-size: .75rem; letter-spacing: .08em; }.floating-test small { margin-top: -3px; font-size: .58rem; font-weight: 800; letter-spacing: .12em; }.float-pulse { position: absolute; width: 8px; height: 8px; right: 7px; top: 7px; border-radius: 50%; background: #9ff4ff; box-shadow: 0 0 0 0 rgba(159,244,255,.65); animation: ping 2s infinite; }

.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 marquee { to { transform: translateX(-50%); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes pulse-ring { 0%,100% { transform: scale(.97); opacity: .5; } 50% { transform: scale(1.04); opacity: 1; } }
@keyframes scan { 0% { top: 9%; opacity: .85; } 50% { opacity: 1; } 100% { top: 91%; opacity: .9; } }
@keyframes focus-band {
  0% { clip-path: inset(0 0 76% 0); }
  25% { clip-path: inset(18% 0 58% 0); }
  50% { clip-path: inset(38% 0 38% 0); }
  75% { clip-path: inset(58% 0 18% 0); }
  100% { clip-path: inset(76% 0 0 0); }
}
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(159,244,255,.6); } 70% { box-shadow: 0 0 0 9px rgba(159,244,255,0); } 100% { box-shadow: 0 0 0 0 rgba(159,244,255,0); } }

@media (max-width: 1050px) {
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { padding-bottom: 18px; }
  .hero-copy > p, .hero h1 { margin-left: auto; margin-right: auto; }
  .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
  .focus-stage { min-height: 525px; }
  .compat-layout, .how-layout { gap: 42px; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .closing-card { grid-template-columns: 130px 1fr; }.closing-card .button { grid-column: 1 / -1; }
}

@media (max-width: 850px) {
  .site-header { height: 70px; }
  .brand img { width: 122px; }
  .menu-toggle { display: block; position: relative; z-index: 1202; }
  .main-nav { position: fixed; inset: 0; z-index: 1201; flex-direction: column; justify-content: center; gap: 26px; font-size: 1.15rem; background: rgba(1, 4, 12, .97); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-cta { margin-top: 5px; padding: 13px 22px; }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); }.adv-wide { grid-column: span 2; }
  .compat-layout, .how-layout, .faq-layout { grid-template-columns: 1fr; }
  .compat-copy, .how-copy, .faq-copy { text-align: center; }.faq-copy { position: static; }.inline-link { justify-content: center; }
  .how-copy .button { width: min(100%, 360px); }
  .footer-main { grid-template-columns: 1fr; justify-items: center; text-align: center; }.footer-main 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; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(2.5rem, 13.5vw, 4rem); }
  .hero-copy > p { font-size: .97rem; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 10px 15px; }
  .focus-stage { min-height: 390px; }
  .focus-rings i:nth-child(1) { width: 250px; height: 250px; }.focus-rings i:nth-child(2) { width: 320px; height: 320px; }.focus-rings i:nth-child(3) { display: none; }
  .focus-crosshair { width: 310px; }.focus-crosshair::after { height: 310px; top: -155px; }
  .logo-panel { width: 96%; min-height: 180px; padding: 34px 30px; }
  .focus-logo-base { filter: blur(1.7px) brightness(.92) saturate(.94) drop-shadow(0 0 16px rgba(29, 108, 255, .25)); }
  .stage-data { min-width: 105px; padding: 8px 10px; }.data-a { left: -2%; top: 9%; }.data-b { right: -1%; bottom: 8%; }.stage-number { font-size: 6rem; }
  .advantages-grid { grid-template-columns: 1fr; }.adv-wide { grid-column: auto; }.adv-card { min-height: auto; }
  .device-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }.price-card { min-height: 410px; }
  .steps-list li { grid-template-columns: 55px 1fr; padding-left: 18px; }.steps-list > li > span { font-size: 2rem; }
  .closing-card { grid-template-columns: 1fr; justify-items: center; text-align: center; padding: 29px 23px; }.closing-logo { width: 100%; min-height: auto; padding-bottom: 18px; border-right: 0; border-bottom: 1px solid rgba(107, 181, 255, .14); }.closing-card .button { width: 100%; }
  .floating-test { right: 13px; bottom: 13px; min-width: 72px; padding: 9px 11px; }
}

@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; }
}
