:root {
  --ink: #0a1526;
  --ink-2: #101e32;
  --navy: #07111f;
  --blue: #5a72ff;
  --blue-2: #7185ff;
  --mint: #33d6b0;
  --cyan: #56c4e8;
  --violet: #9d72ff;
  --coral: #ff8e78;
  --paper: #f5f7fb;
  --white: #fff;
  --muted: #617086;
  --line: #dfe5ef;
  --shadow: 0 22px 55px rgba(8, 23, 45, .10);
  --radius-lg: 28px;
  --radius-md: 20px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 116px 0; }
.section-dark { color: var(--white); background: var(--navy); }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: #fff; color: #000; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 78px;
  color: #fff;
  transition: background .25s ease, box-shadow .25s ease, height .25s ease;
}
.site-header.scrolled { height: 68px; background: rgba(7, 17, 31, .92); box-shadow: 0 10px 30px rgba(0,0,0,.14); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 760; letter-spacing: -.03em; font-size: 20px; }
.brand b { color: var(--mint); }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; color: var(--blue-2); }
.brand-mark svg { width: 32px; height: 32px; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.button) { color: #ccd5e1; transition: color .2s; }
.site-nav > a:not(.button):hover { color: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px; background: #fff; border-radius: 2px; transition: transform .25s, opacity .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 13px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #6c78f8); box-shadow: 0 13px 30px rgba(90, 114, 255, .3); }
.button-primary:hover { box-shadow: 0 16px 35px rgba(90, 114, 255, .4); }
.button-ghost { color: #e8edf5; border-color: #38465a; background: rgba(255,255,255,.025); }
.button-ghost:hover { background: rgba(255,255,255,.08); border-color: #5c6a7e; }
.button-dark { color: #fff; background: var(--ink); }
.button-small { min-height: 40px; padding: 0 18px; font-size: 13px; border-radius: 10px; }
.button-full { width: 100%; }
.play-dot { display: grid; place-items: center; width: 23px; height: 23px; padding-left: 2px; border: 1px solid #657186; border-radius: 50%; font-size: 8px; }

.hero { position: relative; min-height: 830px; padding: 154px 0 0; overflow: hidden; background: radial-gradient(circle at 90% 5%, #142442 0, transparent 31%), linear-gradient(145deg, #07111f 0%, #0a1525 65%, #07101e 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, #273a54, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .8; pointer-events: none; }
.hero-glow-one { width: 430px; height: 430px; right: -150px; top: 40px; background: radial-gradient(circle, rgba(90,114,255,.20), transparent 68%); }
.hero-glow-two { width: 320px; height: 320px; left: -180px; top: 330px; background: radial-gradient(circle, rgba(51,214,176,.09), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #a8b6ca; font-size: 11px; font-weight: 820; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 23px; height: 2px; background: var(--mint); border-radius: 2px; }
.eyebrow-blue { color: #67758a; }
.eyebrow-blue span { background: var(--blue); }
.eyebrow-light { color: #a8b7cb; }
.hero h1, .section-heading h2, .split-heading h2, .faq-intro h2, .contact-copy h2 { margin: 0; font-weight: 770; letter-spacing: -.055em; line-height: .98; }
.hero h1 { max-width: 580px; font-size: clamp(56px, 6.2vw, 82px); }
em { color: var(--blue-2); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero h1 em { color: var(--mint); }
.hero-lead { max-width: 560px; margin: 29px 0 31px; color: #adbacb; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 25px; margin: 27px 0 0; padding: 0; color: #9aa9bc; list-style: none; font-size: 12px; font-weight: 650; }
.hero-points span { display: inline-grid; width: 17px; height: 17px; margin-right: 4px; place-items: center; color: var(--mint); border: 1px solid #2b5a52; border-radius: 50%; font-size: 9px; }

.hero-visual { position: relative; min-height: 490px; display: grid; place-items: center; perspective: 1200px; }
.orbit { position: absolute; border: 1px solid rgba(113,133,255,.13); border-radius: 50%; }
.orbit-one { width: 600px; height: 600px; }
.orbit-two { width: 470px; height: 470px; }
.tv-frame { position: relative; z-index: 2; width: 555px; max-width: 100%; min-height: 354px; overflow: hidden; border: 1px solid #34465d; border-radius: 22px; background: radial-gradient(circle at 83% 25%, rgba(90,114,255,.27), transparent 28%), linear-gradient(135deg, #152944 0%, #102035 50%, #091421 100%); box-shadow: 0 42px 80px rgba(0,0,0,.46), inset 0 0 0 6px rgba(255,255,255,.025); transform: rotateY(-5deg) rotateX(2deg); }
.tv-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255,255,255,.07), transparent 23%); pointer-events: none; }
.tv-topbar { height: 49px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.06); color: #c6d2e3; font-size: 10px; font-weight: 800; }
.mini-brand { display: flex; align-items: center; gap: 7px; }
.mini-mark { display: grid; place-items: center; width: 19px; height: 19px; background: var(--blue); border-radius: 6px; color: white; font-size: 9px; }
.mini-user { display: flex; align-items: center; gap: 5px; }
.mini-user > span { display: block; width: 5px; height: 5px; border-radius: 50%; background: #607189; }
.mini-user i { display: block; width: 23px; height: 23px; margin-left: 8px; border-radius: 50%; background: linear-gradient(145deg, #6e81fb, #3dd0b2); }
.tv-content { min-height: 200px; padding: 32px 38px 20px; }
.tv-label { display: flex; align-items: center; gap: 6px; color: #dce6f4; font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.tv-label i { width: 6px; height: 6px; border-radius: 50%; background: #ff6c6c; box-shadow: 0 0 0 4px rgba(255,108,108,.13); }
.tv-title { margin-top: 18px; font-family: Georgia, serif; font-size: 30px; line-height: 1.02; letter-spacing: -.03em; }
.progress-line { width: 185px; height: 3px; margin-top: 23px; background: rgba(255,255,255,.16); border-radius: 5px; }
.progress-line span { display: block; width: 63%; height: 100%; border-radius: inherit; background: var(--mint); }
.tv-meta { margin-top: 9px; color: #8292a8; font-size: 8px; }
.channel-row { display: flex; gap: 10px; padding: 0 20px 19px; }
.channel-card { position: relative; flex: 1; min-width: 0; height: 82px; padding: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: #192c45; }
.channel-card::after { content: ""; position: absolute; width: 70px; height: 70px; right: -24px; top: -26px; border-radius: 50%; background: currentColor; opacity: .15; }
.channel-card.cyan { color: var(--cyan); }
.channel-card.violet { color: var(--violet); }
.channel-card.coral { color: var(--coral); }
.channel-card span { display: block; color: currentColor; font-size: 8px; font-weight: 900; }
.channel-card b, .channel-card small { display: block; overflow: hidden; color: #d8e1ec; white-space: nowrap; text-overflow: ellipsis; }
.channel-card b { margin-top: 12px; font-size: 9px; }
.channel-card small { color: #718198; font-size: 7px; }
.floating-card { position: absolute; z-index: 4; min-width: 170px; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 13px; background: rgba(19,35,57,.93); box-shadow: 0 17px 35px rgba(0,0,0,.3); backdrop-filter: blur(10px); }
.floating-card b, .floating-card small { display: block; }
.floating-card b { color: #eaf0f8; font-size: 10px; }
.floating-card small { color: #77879c; font-size: 8px; }
.card-live { top: 36px; right: -14px; }
.card-device { left: -20px; bottom: 42px; }
.live-icon, .device-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; }
.live-icon { color: #ff7575; background: rgba(255,117,117,.12); font-size: 12px; }
.device-icon { color: var(--mint); background: rgba(51,214,176,.12); font-size: 13px; }

.trust-strip { position: relative; z-index: 2; min-height: 125px; margin-top: 87px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #1d2b3e; }
.trust-strip p { width: 230px; margin: 0; color: #6f8095; font-size: 12px; line-height: 1.5; }
.device-list { display: flex; align-items: center; gap: 39px; color: #8999ad; }
.device-list span { display: flex; align-items: center; gap: 9px; white-space: nowrap; font-size: 12px; font-weight: 700; }
.device-list svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.section-heading { max-width: 690px; margin: 0 auto 58px; }
.section-heading.centered { text-align: center; }
.section-heading h2, .split-heading h2, .faq-intro h2, .contact-copy h2 { font-size: clamp(43px, 5vw, 62px); }
.section-heading p { max-width: 590px; margin: 25px auto 0; color: var(--muted); font-size: 16px; }
.advantages { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { position: relative; min-height: 335px; padding: 39px 34px 31px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.68); transition: transform .25s, box-shadow .25s, border .25s; }
.feature-card:hover { transform: translateY(-6px); border-color: #ccd5e4; box-shadow: var(--shadow); }
.feature-card.featured { background: #fff; box-shadow: 0 20px 55px rgba(15,30,55,.09); }
.feature-badge { position: absolute; right: 22px; top: 20px; padding: 6px 9px; border-radius: 20px; color: #567763; background: #e6f9f2; font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 15px; }
.feature-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.icon-blue { color: var(--blue); background: #e9edff; }
.icon-mint { color: #19aa88; background: #e1f8f1; }
.icon-violet { color: #8b65e7; background: #f0eaff; }
.feature-card h3 { margin: 0 0 14px; font-size: 20px; letter-spacing: -.03em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-link { position: absolute; left: 34px; bottom: 30px; color: #68768a; font-size: 11px; font-weight: 800; }
.feature-link b { color: var(--blue); margin-left: 4px; }

.how-it-works { background: #fff; }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.split-heading .eyebrow { margin-bottom: 18px; }
.split-heading p { max-width: 460px; margin: 0 0 5px; color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.step-card { position: relative; min-height: 455px; padding: 33px; background: #fff; }
.step-card + .step-card { border-left: 1px solid var(--line); }
.step-number { position: absolute; top: 23px; right: 28px; color: #c9d1dd; font-family: Georgia, serif; font-size: 14px; font-style: italic; }
.step-illustration { height: 190px; margin: 26px 0 24px; display: grid; place-items: center; border-radius: 16px; background: #f4f6fa; }
.step-card h3 { margin: 0 0 10px; font-size: 19px; letter-spacing: -.025em; }
.step-card > p { margin: 0; color: var(--muted); font-size: 13px; }
.select-illustration { padding: 29px; display: block; }
.select-row { height: 40px; display: flex; align-items: center; gap: 10px; margin-bottom: 9px; padding: 0 12px; color: #748198; background: #fff; border: 1px solid #e2e7ef; border-radius: 9px; font-size: 8px; }
.select-row > span { width: 13px; height: 13px; border: 1px solid #cbd3df; border-radius: 50%; }
.select-row b { flex: 1; }
.select-row i { width: 15px; height: 15px; display: grid; place-items: center; color: #fff; border-radius: 50%; font-size: 8px; }
.select-row.selected { color: #405069; border-color: #aab7ff; box-shadow: 0 5px 15px rgba(90,114,255,.08); }
.select-row.selected > span, .select-row.selected i { background: var(--blue); border-color: var(--blue); }
.select-button { width: 70px; height: 8px; margin: 21px auto 0; border-radius: 5px; background: #7185ff; }
.message-illustration { align-content: center; padding: 30px; }
.message-bubble { width: 100%; display: flex; align-items: center; gap: 12px; padding: 15px; background: #fff; border: 1px solid #dfe5ef; border-radius: 12px; box-shadow: 0 12px 25px rgba(13,32,60,.07); }
.message-bubble > span { width: 28px; height: 28px; display: grid; place-items: center; color: #19987b; background: #ddf7ef; border-radius: 9px; font-size: 12px; }
.message-bubble b, .message-bubble small { display: block; }
.message-bubble b { font-size: 9px; }
.message-bubble small { color: #99a4b4; font-size: 7px; }
.message-lines { width: 75%; margin-top: 17px; }
.message-lines i { display: block; height: 5px; margin-top: 7px; border-radius: 5px; background: #e1e6ed; }
.message-lines i:nth-child(2) { width: 82%; }
.message-lines i:nth-child(3) { width: 54%; }
.play-illustration { padding: 26px; }
.screen-mini { width: 100%; height: 128px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 12px; background: radial-gradient(circle at 75% 25%, rgba(90,114,255,.35), transparent 30%), linear-gradient(145deg, #172a43, #0d1929); box-shadow: 0 16px 28px rgba(7,17,31,.18); }
.screen-mini > span { width: 37px; height: 37px; display: grid; place-items: center; padding-left: 2px; color: #fff; background: var(--blue); border-radius: 50%; font-size: 11px; box-shadow: 0 7px 18px rgba(90,114,255,.45); }
.screen-mini div { position: absolute; inset: auto 13px 11px; }
.screen-mini i { display: block; height: 3px; margin-top: 5px; background: rgba(255,255,255,.13); border-radius: 3px; }
.screen-mini i:first-child { width: 57%; background: var(--mint); }

.offers { color: #fff; background: linear-gradient(155deg, #081321, #0c1929 65%, #091421); }
.offers .section-heading p { color: #8999ad; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; max-width: 1040px; margin: 0 auto; }
.price-card { position: relative; min-height: 480px; padding: 34px; display: flex; flex-direction: column; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.08); border-radius: 21px; }
.price-card.popular { transform: translateY(-13px); box-shadow: 0 25px 65px rgba(0,0,0,.32); border-color: #7185ff; }
.popular-banner { position: absolute; inset: 0 0 auto; height: 28px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 19px 19px 0 0; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.popular .price-top { padding-top: 17px; }
.plan-tag { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.price-top p { min-height: 44px; margin: 9px 0 20px; color: var(--muted); font-size: 13px; }
.price { display: flex; align-items: end; gap: 7px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.price > span { font-size: 35px; line-height: 1; font-weight: 800; letter-spacing: -.055em; }
.price small { color: #7b8798; font-size: 11px; }
.price-card ul { flex: 1; margin: 25px 0; padding: 0; list-style: none; }
.price-card li { display: flex; gap: 9px; margin: 12px 0; color: #4f5e72; font-size: 12px; }
.price-card li span { color: #21ad8b; font-weight: 900; }
.button-price { width: 100%; color: var(--ink); border-color: #dce2eb; background: #f7f8fb; }
.button-price:hover { background: #eef1f7; }
.pricing-note { max-width: 830px; margin: 26px auto 0; color: #708197; text-align: center; font-size: 10px; }

.commitment { padding: 78px 0; background: #f3f6fa; }
.commitment-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 42px 49px; color: #fff; border-radius: 22px; background: linear-gradient(130deg, #526ff4, #6578ef); box-shadow: 0 18px 40px rgba(90,114,255,.22); }
.commitment-icon { width: 66px; height: 66px; display: grid; place-items: center; color: var(--mint); background: rgba(7,17,31,.22); border-radius: 19px; }
.commitment-icon svg { width: 38px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.commitment-kicker { color: #d7defe; font-size: 8px; font-weight: 900; letter-spacing: .17em; }
.commitment h2 { margin: 4px 0 7px; font-size: 25px; letter-spacing: -.035em; }
.commitment p { max-width: 640px; margin: 0; color: #dbe2ff; font-size: 12px; line-height: 1.65; }
.text-link { color: #fff; font-size: 11px; font-weight: 800; white-space: nowrap; }
.text-link span { color: var(--mint); margin-left: 4px; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; }
.faq-intro { align-self: start; position: sticky; top: 110px; }
.faq-intro p { max-width: 330px; margin: 24px 0 29px; color: var(--muted); font-size: 14px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 78px; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); border: 0; background: transparent; text-align: left; font-weight: 760; cursor: pointer; }
.faq-item button span { font-size: 15px; }
.faq-item button i { flex: 0 0 auto; width: 24px; height: 24px; position: relative; border: 1px solid #dbe1ea; border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 7px; top: 11px; width: 9px; height: 1px; background: #67758a; transition: transform .25s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.open button i { color: #fff; background: var(--blue); border-color: var(--blue); }
.faq-item.open button i::before, .faq-item.open button i::after { background: #fff; }
.faq-item.open button i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-size: 13px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 50px 24px 0; }

.contact { padding-top: 95px; color: #fff; background: linear-gradient(180deg, #fff 0 16%, var(--paper) 16%); }
.contact-card { padding: 62px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; border-radius: 28px; background: radial-gradient(circle at 10% 10%, rgba(90,114,255,.24), transparent 33%), var(--navy); box-shadow: 0 30px 70px rgba(7,17,31,.18); }
.contact-copy { padding-top: 15px; }
.contact-copy h2 { font-size: clamp(41px, 4.5vw, 56px); }
.contact-copy p { margin: 25px 0 30px; color: #9baaBD; font-size: 14px; }
.contact-reassurance { display: flex; flex-direction: column; gap: 10px; color: #aab7c8; font-size: 11px; }
.contact-reassurance b { color: var(--mint); margin-right: 7px; }
.contact-form { padding: 27px; color: var(--ink); background: #fff; border-radius: 18px; }
.contact-form label { display: block; margin-bottom: 14px; color: #415069; font-size: 10px; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; color: var(--ink); border: 1px solid #dce2eb; outline: none; border-radius: 9px; background: #fafbfd; font-size: 12px; transition: border .2s, box-shadow .2s; }
.contact-form input, .contact-form select { height: 43px; }
.contact-form textarea { resize: vertical; min-height: 94px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(90,114,255,.12); }
.contact-form .consent { display: flex; align-items: flex-start; gap: 9px; color: #6f7d90; font-size: 9px; font-weight: 500; line-height: 1.5; }
.contact-form .consent input { width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--blue); }
.contact-form .consent a { color: var(--blue); text-decoration: underline; }
.form-note, .form-status { margin: 10px 0 0; color: #8995a5; text-align: center; font-size: 8px; }
.form-status { color: #387a68; font-size: 10px; font-weight: 700; }

.site-footer { padding: 65px 0 25px; color: #fff; background: var(--navy); }
.footer-main { display: flex; justify-content: space-between; padding-bottom: 45px; }
.footer-brand p { margin: 18px 0 0; color: #77879a; font-size: 12px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 150px); gap: 40px; }
.footer-links h3 { margin: 0 0 13px; color: #d5dde8; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { display: block; margin: 8px 0; color: #7e8da0; font-size: 11px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { padding-top: 23px; display: flex; justify-content: space-between; border-top: 1px solid #1d2b3c; color: #657488; font-size: 9px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }

@media (max-width: 1000px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 720px; margin: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { width: min(650px, 100%); margin: 15px auto 0; }
  .trust-strip { flex-direction: column; justify-content: center; gap: 22px; padding: 30px 0; }
  .trust-strip p { width: auto; text-align: center; }
  .feature-card { padding-inline: 27px; }
  .feature-link { left: 27px; }
  .pricing-grid { gap: 13px; }
  .price-card { padding: 29px 23px; }
  .commitment-card { grid-template-columns: auto 1fr; }
  .commitment-card .text-link { grid-column: 2; }
  .faq-grid { gap: 55px; }
  .contact-card { gap: 38px; padding: 48px; }
}

@media (max-width: 780px) {
  .section { padding: 83px 0; }
  .site-header { height: 68px; }
  .menu-toggle { display: block; position: relative; z-index: 3; cursor: pointer; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 25px; background: rgba(7,17,31,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s, visibility .25s, transform .25s; }
  .site-nav a { font-size: 20px; }
  .site-nav .button { font-size: 15px; }
  .menu-open .site-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 125px; }
  .hero-grid { gap: 35px; }
  .hero h1 { font-size: clamp(49px, 14vw, 69px); }
  .hero-lead { font-size: 16px; }
  .hero-visual { min-height: 400px; }
  .tv-frame { width: 500px; transform: none; }
  .card-live { right: -5px; }
  .card-device { left: -5px; }
  .trust-strip { margin-top: 45px; }
  .device-list { flex-wrap: wrap; justify-content: center; gap: 20px 30px; }
  .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 300px; }
  .feature-card.featured { order: -1; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 430px; }
  .step-card + .step-card { border-left: 0; border-top: 1px solid var(--line); }
  .step-illustration { max-width: 360px; margin-inline: auto; }
  .price-card { min-height: 455px; }
  .price-card.popular { transform: none; order: -1; }
  .commitment-card { grid-template-columns: 1fr; text-align: center; padding: 40px 28px; }
  .commitment-icon { margin: auto; }
  .commitment-card .text-link { grid-column: auto; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .contact { background: var(--paper); }
  .contact-card { grid-template-columns: 1fr; padding: 39px 28px; }
  .footer-main { gap: 50px; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero h1 { font-size: 49px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-points { gap: 11px 17px; }
  .hero-visual { min-height: 325px; }
  .tv-frame { min-height: 280px; border-radius: 17px; }
  .tv-content { min-height: 165px; padding: 24px; }
  .tv-title { font-size: 25px; }
  .channel-row { padding-inline: 10px; gap: 6px; }
  .channel-card { height: 67px; padding: 9px; }
  .channel-card b { margin-top: 6px; }
  .floating-card { min-width: 140px; padding: 9px; }
  .card-live { top: 8px; right: -7px; }
  .card-device { bottom: 5px; left: -7px; }
  .orbit { display: none; }
  .trust-strip { margin-top: 28px; }
  .device-list span { font-size: 10px; }
  .section-heading h2, .split-heading h2, .faq-intro h2, .contact-copy h2 { font-size: 41px; }
  .feature-card { min-height: 315px; }
  .steps-grid { border-radius: 18px; }
  .step-card { padding: 27px; }
  .commitment { padding: 55px 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-card { width: 100%; border-radius: 0; }
  .contact-form { padding: 21px 17px; }
  .footer-main { flex-direction: column; }
  .footer-links { grid-template-columns: 1fr 1fr; width: 100%; gap: 15px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

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