:root {
  --bg: #08090c;
  --bg-soft: #0d0f13;
  --panel: #11141a;
  --panel-2: #171a21;
  --line: #2b303a;
  --line-bright: #444b57;
  --text: #f7f8fa;
  --muted: #a7acb6;
  --orange: #ff8a00;
  --orange-2: #ff5c00;
  --lime: #c8ff00;
  --focus: #ffd08a;
  --shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 107, 0, 0.075), transparent 30rem),
    linear-gradient(180deg, #06070a 0%, var(--bg) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.12;
  background-image: radial-gradient(circle, #fff 0.65px, transparent 0.8px);
  background-size: 10px 10px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: #111;
  background: #fff;
  border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 7, 10, 0.86);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; white-space: nowrap; }
.brand img { width: 40px; height: 40px; object-fit: contain; }
.brand span { font-size: 1.03rem; font-weight: 850; letter-spacing: 0.02em; }
.brand strong { color: var(--orange); font-weight: 900; }
.primary-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 30px); margin-left: auto; }
.primary-nav a { position: relative; padding: 25px 0 23px; color: #b8bbc2; font-size: 0.75rem; font-weight: 750; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.primary-nav a::after { position: absolute; right: 0; bottom: 16px; left: 0; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); transition: transform 180ms ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: #fff; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  border-color: #ff9e26;
  box-shadow: 0 12px 30px rgba(255, 104, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.25);
}
.button--primary:hover { box-shadow: 0 16px 38px rgba(255, 104, 0, 0.4), inset 0 1px rgba(255, 255, 255, 0.25); }
.button--ghost { color: #f7f7f8; border-color: #545962; background: rgba(10, 12, 15, 0.58); }
.button--ghost:hover { border-color: var(--orange); background: rgba(255, 119, 0, 0.08); }
.button--small { min-height: 40px; padding: 10px 18px; font-size: 0.73rem; }
.header-cta { margin-left: 2px; }

.hero { position: relative; min-height: 650px; overflow: hidden; border-bottom: 1px solid #1e2229; isolation: isolate; }
.hero-scene { position: absolute; inset: 0; z-index: -3; }
.hero-scene__photo { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 6, 9, 0.97) 0%, rgba(5, 6, 9, 0.86) 29%, rgba(5, 6, 9, 0.36) 53%, rgba(5, 6, 9, 0.02) 80%),
    linear-gradient(0deg, rgba(5, 6, 9, 0.54), transparent 42%);
}
.hero-inner { min-height: 650px; display: flex; align-items: center; }
.hero-copy { width: min(620px, 56%); padding: 82px 0 84px; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--orange); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #dadde3; }
.eyebrow span { width: 26px; height: 1px; background: var(--orange); box-shadow: 0 0 10px var(--orange); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin: 0; line-height: 1.05; }
h1 { max-width: 11ch; font-size: clamp(3.15rem, 5.7vw, 5.65rem); font-weight: 800; letter-spacing: -0.055em; }
h1 em { color: var(--orange); font-style: normal; text-shadow: 0 0 34px rgba(255, 115, 0, 0.2); }
.hero-lede { max-width: 570px; margin: 24px 0 0; color: #b7bbc4; font-size: clamp(1rem, 1.4vw, 1.15rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 27px 0 0; color: #c7cad0; font-size: 0.84rem; list-style: none; }
.hero-proof span { display: inline-grid; width: 20px; height: 20px; margin-right: 5px; place-items: center; color: #0b0c0f; background: var(--orange); border-radius: 999px; font-size: 0.68rem; font-weight: 900; }

.section { padding: 92px 0; }
.section-heading { max-width: 680px; margin: 0 auto 38px; text-align: center; }
.section-heading--compact { max-width: 580px; }
.section-heading h2, .form-intro h2, .activation-card h2, .closing-card h2 { font-size: clamp(2rem, 4vw, 3.55rem); letter-spacing: -0.045em; }
.section-heading > p:last-child { margin: 13px 0 0; color: var(--muted); }

.benefits { padding-top: 36px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.benefit-card { display: flex; min-height: 154px; gap: 17px; padding: 26px 22px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(23, 26, 33, 0.96), rgba(10, 12, 16, 0.96)); box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22); }
.line-icon { display: grid; flex: 0 0 46px; width: 46px; height: 46px; place-items: center; color: var(--orange); border: 1px solid rgba(255, 139, 0, 0.24); border-radius: 12px; background: rgba(255, 130, 0, 0.055); }
.line-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.benefit-card h3 { margin-top: 2px; font-size: 0.98rem; }
.benefit-card p { margin: 9px 0 0; color: var(--muted); font-size: 0.83rem; }

.devices { position: relative; padding-top: 70px; }
.devices::before { position: absolute; top: 0; right: 0; left: 0; height: 1px; content: ""; background: linear-gradient(90deg, transparent, #2a2e35, transparent); }
.device-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.device-card { position: relative; min-height: 336px; overflow: hidden; padding: 18px 16px 20px; color: var(--text); border: 1px solid #343943; border-radius: 15px; background: linear-gradient(155deg, #171a20, #0a0c10 72%); box-shadow: var(--shadow); cursor: pointer; text-align: left; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.device-card::before { position: absolute; inset: 0; content: ""; opacity: 0; background: radial-gradient(circle at 50% 30%, rgba(255, 135, 0, 0.22), transparent 48%); transition: opacity 180ms ease; }
.device-card:hover, .device-card[aria-pressed="true"] { border-color: var(--orange); transform: translateY(-4px); box-shadow: 0 22px 54px rgba(0, 0, 0, 0.48), 0 0 26px rgba(255, 112, 0, 0.11); }
.device-card:hover::before, .device-card[aria-pressed="true"]::before { opacity: 1; }
.device-card > strong, .device-card__type, .device-card__detail, .device-card__action { position: relative; z-index: 2; display: block; }
.device-card > strong { min-height: 25px; margin-top: 4px; font-size: 0.98rem; letter-spacing: 0.025em; text-transform: uppercase; }
.device-card__type { margin-top: 8px; color: #ffad51; font-size: 0.61rem; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.device-card__detail { min-height: 32px; margin-top: 5px; color: var(--muted); font-size: 0.72rem; line-height: 1.35; }
.device-card__action { margin-top: 10px; color: var(--orange); font-size: 0.73rem; font-weight: 750; text-transform: uppercase; }
.device-card__action b { margin-left: 4px; }
.device-art { position: relative; z-index: 1; display: block; height: 184px; }
.device-product { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 16px 19px rgba(0, 0, 0, 0.72)); }
.device-art--streaming .device-product--stick { top: -7px; left: -14px; width: 59%; height: 188px; transform: rotate(-3deg); }
.device-art--streaming .device-product--box { top: 22px; right: -16px; left: auto; width: 73%; height: 160px; }
.device-art--mobile .device-product { transform: scale(1.05); }
.device-art--tv .device-product { transform: scale(1.08); }
.device-screen-logo { position: absolute; top: 47%; left: 50%; z-index: 2; width: 34%; height: 45%; object-fit: contain; transform: translate(-50%, -50%); filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.52)); }
.device-art--question { display: grid; place-items: center; color: var(--orange); font-size: 6rem; font-weight: 300; text-shadow: 0 0 34px rgba(255, 127, 0, 0.38); }
.device-card--unsure { background: radial-gradient(circle at 50% 38%, rgba(255, 128, 0, 0.16), transparent 44%), linear-gradient(155deg, #171a20, #0a0c10 72%); }
.compatibility-alert { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: center; margin-top: 16px; padding: 16px 18px; border: 1px solid rgba(255, 130, 0, 0.45); border-radius: 13px; background: linear-gradient(135deg, rgba(255, 116, 0, 0.12), rgba(18, 20, 25, 0.98)); box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24); }
.compatibility-alert > span { display: grid; width: 34px; height: 34px; place-items: center; color: #0c0d10; border-radius: 50%; background: var(--orange); font-size: 1.1rem; font-weight: 950; }
.compatibility-alert p { margin: 0; color: #cdd1d8; font-size: 0.82rem; }
.compatibility-alert strong { color: #fff; }
.device-selection { min-height: 24px; margin: 18px 0 0; color: #cfd2d8; font-size: 0.9rem; text-align: center; }
.device-selection strong { color: var(--orange); }

.lifestyles { padding-top: 44px; }
.lifestyle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lifestyle-card { overflow: hidden; border: 1px solid #353a43; border-radius: 16px; background: #0d0f13; box-shadow: var(--shadow); }
.lifestyle-card__image { position: relative; height: 250px; background-color: #10131a; background-repeat: no-repeat; }
.lifestyle-card--home .lifestyle-card__image {
  background-image: linear-gradient(0deg, rgba(8, 9, 12, 0.12), transparent), url("./assets/lifestyle-home-sharp.webp");
  background-position: center;
  background-size: cover;
}
.lifestyle-card--road .lifestyle-card__image {
  background-image: linear-gradient(0deg, rgba(8, 9, 12, 0.12), transparent), url("./assets/lifestyle-road-sharp.webp");
  background-position: center;
  background-size: cover;
}
.lifestyle-card--go .lifestyle-card__image {
  background-image: linear-gradient(0deg, rgba(8, 9, 12, 0.12), transparent), url("./assets/lifestyle-go-sharp.webp");
  background-position: center;
  background-size: cover;
}
.lifestyle-card__copy { min-height: 176px; padding: 24px; border-top: 1px solid #2d3138; }
.lifestyle-card__copy p { margin: 0 0 8px; color: var(--orange); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.lifestyle-card__copy h3 { font-size: 1.25rem; }
.lifestyle-card__copy span { display: block; margin-top: 10px; color: var(--muted); font-size: 0.87rem; }

.activation { padding: 8px 0 66px; }
.activation-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 36px 40px; border: 1px solid #373c45; border-radius: 16px; background: radial-gradient(circle at 86% 20%, rgba(255, 116, 0, 0.14), transparent 24rem), #111318; }
.activation-card h2 { max-width: 750px; font-size: clamp(1.8rem, 3.3vw, 2.8rem); }
.activation-card p:last-child { margin: 12px 0 0; color: var(--muted); }

.setup-help { border-block: 1px solid #22262d; background: radial-gradient(circle at 12% 32%, rgba(255, 120, 0, 0.09), transparent 24rem), #090b0f; }
.form-shell { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(42px, 7vw, 88px); align-items: start; }
.form-intro { position: sticky; top: 120px; padding-top: 16px; }
.form-intro > p:not(.section-kicker) { margin: 18px 0 0; color: var(--muted); }
.form-intro ul { display: grid; gap: 12px; padding: 0; margin: 28px 0 0; list-style: none; }
.form-intro li { color: #d7dae0; font-size: 0.92rem; }
.form-intro li span { display: inline-grid; width: 23px; height: 23px; margin-right: 8px; place-items: center; color: var(--orange); border: 1px solid var(--orange); border-radius: 50%; font-size: 0.72rem; font-weight: 900; }
.campaign-badge { width: fit-content; margin-top: 30px; padding: 11px 14px; border: 1px solid rgba(255, 130, 0, 0.28); border-radius: 10px; background: rgba(255, 130, 0, 0.06); }
.campaign-badge span { display: block; color: var(--muted); font-size: 0.64rem; font-weight: 750; letter-spacing: 0.1em; text-transform: uppercase; }
.campaign-badge strong { display: block; margin-top: 2px; color: var(--orange); font-size: 0.86rem; }
.setup-form { padding: clamp(24px, 4vw, 38px); border: 1px solid #343942; border-radius: 17px; background: linear-gradient(145deg, #14171d, #0d0f13); box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label, .field legend { color: #e4e6ea; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.035em; }
.field label span { color: #7f858f; font-weight: 550; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 14px; color: #fff; border: 1px solid #333943; border-radius: 9px; background: #090b0f; transition: border-color 150ms ease, box-shadow 150ms ease; }
.field textarea { min-height: 110px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #747a84; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255, 126, 0, 0.13); }
.field [aria-invalid="true"] { border-color: #ff6969; box-shadow: 0 0 0 3px rgba(255, 80, 80, 0.12); }
.device-guide-link { width: fit-content; color: var(--orange); font-size: 0.76rem; font-weight: 800; text-underline-offset: 4px; }
.field-hint { margin: 0; color: #8e949e; font-size: 0.72rem; line-height: 1.4; }
.radio-field { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; border: 0; }
.radio-field legend { width: 100%; margin-bottom: 1px; }
.radio-field label { display: flex; min-height: 47px; flex: 1 1 190px; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid #343943; border-radius: 9px; background: #090b0f; cursor: pointer; }
.radio-field label:has(input:checked) { color: #fff; border-color: var(--orange); background: rgba(255, 123, 0, 0.08); }
.radio-field input { width: 18px; min-height: auto; height: 18px; margin: 0; accent-color: var(--orange); }
.consent-field label { display: flex; align-items: flex-start; gap: 11px; color: #c9cdd4; font-weight: 600; line-height: 1.45; cursor: pointer; }
.consent-field input { flex: 0 0 20px; width: 20px; min-height: auto; height: 20px; margin-top: 1px; padding: 0; accent-color: var(--orange); }
.consent-field input[aria-invalid="true"] { outline: 2px solid #ff6969; outline-offset: 3px; box-shadow: none; }
.honeypot-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.turnstile-wrap:empty { display: none; }
.form-submit { width: 100%; margin-top: 22px; border: 0; cursor: pointer; }
.form-submit[disabled] { cursor: wait; opacity: 0.72; transform: none; }
.form-note { margin: 13px 0 0; color: #777e89; font-size: 0.72rem; text-align: center; }
.form-status { margin-top: 18px; padding: 18px; color: #e9edf2; border: 1px solid rgba(200, 255, 0, 0.38); border-radius: 10px; background: rgba(200, 255, 0, 0.06); }
.form-status strong { color: var(--lime); }
.form-status--error { border-color: rgba(255, 105, 105, 0.5); background: rgba(255, 80, 80, 0.07); }
.form-status--error strong { color: #ff9696; }

.closing-cta { padding-block: 64px; }
.closing-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 32px 38px; border: 1px solid #343943; border-radius: 16px; background: linear-gradient(110deg, #101319, #0a0c10); }
.closing-mark { color: var(--orange); font-family: Georgia, serif; font-size: 4.5rem; line-height: 0.7; }
.closing-card p { margin: 0 0 5px; color: #c7cad0; font-size: 0.76rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.closing-card p span { color: var(--orange); }
.closing-card h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); }
.site-footer { padding: 34px 0 92px; color: #8e949e; border-top: 1px solid #20242a; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand--footer { color: #f6f7f9; }
.footer-inner p { margin: 0; font-size: 0.82rem; text-align: center; }
.footer-inner > a:last-child { color: #e6e8ec; font-size: 0.82rem; font-weight: 750; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.mobile-sticky-cta { display: none; }

/* Screenshot-only QA mode. This avoids sticky/fixed compositing artifacts in
   long-form browser captures without changing the customer-facing layout. */
html:has(body.capture-mode) { scroll-behavior: auto; }
body.capture-mode::before { display: none; }
body.capture-mode::after { display: block; height: 66px; content: ""; }
body.capture-mode .site-header { position: relative; backdrop-filter: none; }
body.capture-mode .form-intro { position: static; }
body.capture-mode .mobile-sticky-cta { display: none !important; }

@media (max-width: 1040px) {
  .primary-nav { gap: 15px; }
  .primary-nav a { font-size: 0.68rem; }
  .header-cta { display: none; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .device-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 72px; }
  .shell { width: min(100% - 28px, 620px); }
  .header-inner { min-height: 64px; }
  .brand img { width: 36px; height: 36px; }
  .brand span { font-size: 0.92rem; }
  .menu-toggle { display: grid; width: 44px; height: 44px; margin-left: auto; padding: 10px; place-content: center; gap: 5px; color: #fff; border: 1px solid #313641; border-radius: 9px; background: #11141a; }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; background: currentColor; transition: transform 160ms ease, opacity 160ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 64px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 10px 14px 16px; border-bottom: 1px solid #262b33; background: rgba(8, 9, 12, 0.98); box-shadow: 0 20px 36px rgba(0, 0, 0, 0.45); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: 13px 10px; border-bottom: 1px solid #1d2127; font-size: 0.76rem; }
  .primary-nav a::after { display: none; }
  .hero { min-height: auto; padding-top: 295px; }
  .hero-scene { height: 360px; }
  .hero-scene__photo { object-position: 65% center; }
  .hero-shade { background: linear-gradient(0deg, #08090c 0%, #08090c 41%, rgba(8, 9, 12, 0.18) 72%, rgba(8, 9, 12, 0.01)); }
  .hero-inner { min-height: 0; align-items: flex-start; }
  .hero-copy { width: 100%; padding: 48px 0 70px; text-align: center; }
  .eyebrow { justify-content: center; }
  h1 { max-width: none; font-size: clamp(2.9rem, 14vw, 4.35rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-proof { justify-content: center; gap: 9px 14px; }
  .section { padding: 68px 0; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2, .form-intro h2, .activation-card h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .benefits { padding-top: 34px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .device-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .device-card { min-height: 248px; padding: 12px; }
  .device-card--unsure { min-height: 248px; }
  .device-art { height: 136px; transform: scale(0.83); transform-origin: center bottom; }
  .device-art--question { transform: none; }
  .device-card > strong { font-size: 0.78rem; }
  .device-card > span:last-child { font-size: 0.66rem; }
  .lifestyle-grid { grid-template-columns: 1fr; }
  .lifestyle-card__image { height: 270px; }
  .lifestyle-card__copy { min-height: 0; }
  .activation { padding-top: 0; }
  .activation-card { grid-template-columns: 1fr; padding: 28px 24px; text-align: center; }
  .form-shell { grid-template-columns: 1fr; gap: 30px; }
  .form-intro { position: static; padding-top: 0; text-align: center; }
  .form-intro ul { width: fit-content; margin-inline: auto; text-align: left; }
  .campaign-badge { margin-inline: auto; }
  .field-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .setup-form { padding: 22px 17px; }
  .closing-card { grid-template-columns: 1fr; justify-items: center; padding: 30px 22px; text-align: center; }
  .closing-mark { display: none; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; gap: 16px; }
  body.is-past-hero .mobile-sticky-cta { position: fixed; right: 12px; bottom: 10px; left: 12px; z-index: 99; display: flex; min-height: 52px; align-items: center; justify-content: center; gap: 15px; color: #fff; border: 1px solid #ff9e26; border-radius: 11px; background: linear-gradient(135deg, var(--orange), var(--orange-2)); box-shadow: 0 15px 38px rgba(0, 0, 0, 0.7), 0 0 30px rgba(255, 105, 0, 0.28); font-size: 0.82rem; font-weight: 900; letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; }
}

@media (max-width: 420px) {
  .shell { width: min(100% - 22px, 620px); }
  .hero { padding-top: 250px; }
  .hero-scene { height: 315px; }
  .hero-copy { padding-top: 42px; }
  .hero-proof { font-size: 0.75rem; }
  .device-card { min-height: 276px; }
  .device-art { height: 128px; }
  .device-art--streaming .device-product--stick { top: -9px; left: -18px; height: 140px; }
  .device-art--streaming .device-product--box { top: 12px; right: -18px; height: 118px; }
  .device-art--question { font-size: 5.2rem; }
  .compatibility-alert { grid-template-columns: 30px 1fr; gap: 10px; padding: 14px; }
  .compatibility-alert > span { width: 28px; height: 28px; }
  .compatibility-alert p { font-size: 0.75rem; }
  .lifestyle-card__image { height: 245px; }
}

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