@font-face {
  font-family: 'Bebas Neue';
  src: url('/assets/launch-display-08e462380510.ttf') format('truetype');
  font-display: swap;
}
:root {
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  color: #f4f7f8;
  background: #030b12;
  font-synthesis: none;
  --cyan: #24e4e3;
  --muted: #b6c6ce;
  --line: #263b46;
  --amber: #efbc76;
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 100px;
}
body {
  margin: 0;
}
a {
  color: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a,
summary {
  touch-action: manipulation;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 6px;
}
img {
  max-width: 100%;
  display: block;
}
p {
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 1.1rem;
}
h1,
h2,
h3 {
  color: #f4f7f8;
  margin: 0;
  font-weight: 400;
}
h1,
h2 {
  font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif;
  line-height: 0.99;
  letter-spacing: 0.005em;
  text-wrap: balance;
}
h1 {
  font-size: clamp(4.4rem, 6.9vw, 7.4rem);
}
h2 {
  font-size: clamp(2.5rem, 3.5vw, 3.6rem);
}
h3 {
  font-size: 1.13rem;
  font-weight: 650;
  line-height: 1.3;
}
a {
  text-decoration: none;
}
a:hover {
  color: var(--cyan);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 100;
  padding: 1rem;
  background: var(--cyan);
  color: #031117;
}
.skip-link:focus {
  top: 1rem;
}
.header {
  position: relative;
  z-index: 10;
  background: #030c13;
  border-bottom: 1px solid #162935;
}
.header-inner {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.45rem 3.5rem;
  gap: 2rem;
  min-height: 100px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: white;
  flex-shrink: 0;
}
.brand svg {
  width: 55px;
  height: 32px;
}
.brand strong {
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  line-height: 1.05;
  display: block;
  font-weight: 650;
}
.brand small {
  font-size: 0.56rem;
  letter-spacing: 0.32em;
  display: block;
  margin-top: 0.34rem;
}
.desktop-nav {
  display: flex;
  gap: 2rem;
  font-size: 0.87rem;
}
.desktop-nav a {
  padding: 0.7rem 0;
}
.desktop-nav a[aria-current] {
  border-bottom: 2px solid var(--cyan);
  color: var(--cyan);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 0.87rem;
}
.signin {
  white-space: nowrap;
}
.languages {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.76rem;
  white-space: nowrap;
}
.languages a {
  min-width: 30px;
  min-height: 40px;
  display: inline-grid;
  place-items: center;
}
.languages span {
  color: #6d828d;
}
.languages [aria-current] {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 7px;
}
.mobile-nav {
  display: none;
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 660px;
  display: flex;
  align-items: center;
  background: #04101a;
}
.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center 46%;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      #030c14 0%,
      #030c14f5 19%,
      #030c14b8 39%,
      #030c1430 64%,
      transparent 90%
    ),
    linear-gradient(0deg, #030b12 0%, transparent 25%);
}
.hero-inner {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 4.5rem 3.5rem 4rem;
}
.hero-inner > h1 {
  max-width: 660px;
}
.eyebrow {
  color: var(--cyan);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.lead {
  font-size: clamp(1.14rem, 1.65vw, 1.45rem);
  line-height: 1.45;
  max-width: 570px;
  margin: 1.4rem 0 1rem;
  color: #e5eef2;
  text-wrap: pretty;
}
.hero-body {
  max-width: 540px;
  font-size: 0.97rem;
  line-height: 1.7;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  margin: 1.7rem 0 1rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  min-height: 50px;
  padding: 0.8rem 1.45rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
  transition:
    background 0.16s,
    color 0.16s,
    box-shadow 0.16s;
}
.button span {
  font-size: 1.2rem;
}
.primary {
  background: var(--cyan);
  color: #00161d;
  box-shadow: 0 0 26px #00d8e41a;
  border: 1px solid var(--cyan);
}
.primary:hover {
  background: #9affef;
  color: #00161d;
  box-shadow: 0 0 25px #24e4e333;
}
.secondary {
  border: 1px solid #77919f;
  background: #04121b85;
  color: #f5fbff;
}
.secondary:hover {
  background: #0e303a;
  color: #fff;
}
.fineprint {
  font-size: 0.75rem;
  line-height: 1.8;
  max-width: 520px;
}
.fineprint .text-link {
  font-size: inherit;
  margin-top: 0.3rem;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--cyan);
  font-size: 0.9rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  line-height: 1.6;
}
.text-link:hover {
  color: #a9fff7;
}
.provider-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem 2rem;
  border-top: 1px solid #1a3441;
  border-bottom: 1px solid #1a3441;
  background: #071722;
}
.provider-notice > span {
  color: var(--cyan);
  font-size: 1.6rem;
}
.provider-notice p {
  font-size: 0.82rem;
  margin: 0;
  color: #c7d8e0;
}
.section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 5.5rem 2rem;
}
.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3rem;
}
.section-heading > p:last-child {
  margin: 1rem 0;
}
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.step-grid li {
  display: flex;
  gap: 1.1rem;
}
.step-number {
  border: 1px solid #2a949e;
  color: var(--cyan);
  border-radius: 50%;
  min-width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  font-family: 'Bebas Neue', sans-serif;
}
.step-grid p {
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0.8rem 0 0;
}
.stories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding-top: 0;
}
.story {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 330px;
  border: 1px solid #31505d;
  border-radius: 14px;
  display: flex;
  align-items: flex-end;
}
.story img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  object-position: 67% center;
}
.story::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #021019f5, #03111acf 40%, #03111a20),
    linear-gradient(0deg, #021019ce, transparent);
  z-index: -1;
}
.story > div {
  padding: 2.25rem;
  max-width: 440px;
}
.story h2 {
  font-size: 2.85rem;
  max-width: 280px;
}
.story p {
  font-size: 0.88rem;
  margin: 0.9rem 0 1.2rem;
}
.story .eyebrow {
  font-size: 0.62rem;
  color: var(--cyan);
  margin: 0 0 0.85rem;
}
.story:hover {
  border-color: var(--cyan);
}
.story .text-link {
  font-weight: 600;
}
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  border-top: 1px solid var(--line);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.text-block h2 {
  margin-bottom: 1.2rem;
}
.text-block p {
  font-size: 1rem;
}
.text-block .text-link {
  margin: 0.5rem 0;
}
.tv-teaser {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 3.5rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
  isolation: isolate;
}
.tv-teaser img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  z-index: -2;
}
.tv-teaser::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #031019fa, #031019bd 40%, transparent 90%);
  z-index: -1;
}
.tv-teaser > div {
  max-width: 460px;
}
.tv-teaser h2 {
  font-size: 3.5rem;
}
.tv-teaser p:not(.eyebrow) {
  margin: 1.3rem 0;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  border-top: 1px solid var(--line);
}
.faq > div:first-child h2 {
  margin-bottom: 1.8rem;
  max-width: 340px;
}
.questions details {
  border-bottom: 1px solid var(--line);
}
.questions details:first-child {
  border-top: 1px solid var(--line);
}
.questions summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.8rem;
  font-size: 1.02rem;
  line-height: 1.5;
  padding: 1.35rem 0;
  list-style: none;
}
.questions summary::-webkit-details-marker {
  display: none;
}
.questions summary span {
  font-size: 1.5rem;
  color: var(--cyan);
  transition: transform 0.15s;
}
.questions details[open] summary span {
  transform: rotate(45deg);
}
.questions p {
  font-size: 0.93rem;
  line-height: 1.8;
  padding-right: 1.7rem;
}
.questions .text-link {
  margin: 0 0 1.5rem;
}
.closing {
  text-align: center;
  border-top: 1px solid var(--line);
  padding-bottom: 5rem;
}
.closing h2 {
  font-size: clamp(3rem, 5vw, 4.8rem);
}
.closing p {
  margin: 1rem auto;
}
.closing .button {
  margin: 0.5rem 0;
}
.closing .eyebrow {
  margin: 0 0 1.4rem;
}
.footer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 3.5rem 1.5rem;
  border-top: 1px solid var(--line);
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.footer-top > div > p {
  font-size: 0.8rem;
  margin: 1rem 0;
}
.footer nav {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1rem 2.5rem;
  font-size: 0.83rem;
  align-content: start;
  padding-top: 0.5rem;
}
.footer nav .text-link {
  font-size: inherit;
}
.footer-bottom {
  border-top: 1px solid #162a37;
  margin-top: 2.5rem;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #91a8b6;
  font-size: 0.72rem;
}
.hero-compact {
  min-height: 480px;
}
.hero-compact h1 {
  font-size: clamp(3.6rem, 6.4vw, 6rem);
}
.hero-text {
  background: radial-gradient(ellipse at 80% 50%, #10374377, transparent 60%), #04101a;
  min-height: 390px;
}
.hero-text:after {
  display: none;
}
.hero-text .hero-inner {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}
.reading {
  max-width: 870px;
  padding-top: 2rem;
}
.reading .text-block {
  padding: 2.2rem 0;
  border-bottom: 1px solid var(--line);
}
.reading .text-block:last-child {
  border-bottom: 0;
}
.reading h2 {
  font-size: 2.4rem;
  line-height: 1.07;
}
.reading p {
  line-height: 1.85;
}
.notice {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.6rem 1.8rem;
  background: #102129;
  border: 1px solid #416471;
  border-radius: 12px;
}
.notice h2 {
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
  text-wrap: initial;
  margin: 0 0 0.45rem;
}
.notice p {
  margin: 0;
  font-size: 0.95rem;
}
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--amber);
  flex-shrink: 0;
  margin-top: 10px;
}
.installation {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 6rem;
  padding-top: 0;
}
.installation h2 {
  font-size: 3rem;
}
.install-steps {
  padding-left: 1.5rem;
  line-height: 1.8;
  margin: 2rem 0;
}
.install-steps li {
  padding: 0 0 1.5rem 0.65rem;
}
.install-steps li::marker {
  color: var(--cyan);
  font-weight: 700;
}
.qr-panel {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 2rem;
  text-align: center;
  align-self: start;
  background: #071721;
}
.qr-panel img {
  margin: 0 auto 1.5rem;
  border: 10px solid white;
  border-radius: 8px;
  background: white;
}
.qr-panel h2 {
  font-size: 2rem;
  margin-bottom: 0.7rem;
}
.qr-panel p,
.qr-panel a {
  font-size: 0.8rem;
}
.qr-panel a {
  overflow-wrap: anywhere;
  color: var(--cyan);
  text-decoration: underline;
}
.plan {
  padding: 2.5rem;
  border: 1px solid #345765;
  border-radius: 14px;
  background: #081a24;
}
.plan:first-child {
  border-top: 3px solid var(--cyan);
}
.platforms {
  padding-top: 4rem;
}
.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}
.platform {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #081923;
  overflow: hidden;
}
.platform-available {
  border-color: #358d94;
}
.platform summary {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  cursor: pointer;
  list-style: none;
  padding: 1.7rem 3rem 1.7rem 1.7rem;
  min-height: 144px;
}
.platform summary::-webkit-details-marker {
  display: none;
}
.platform summary:focus-visible {
  outline-offset: -5px;
  border-radius: 14px;
}
.platform-name {
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1.4;
}
.platform-status {
  color: var(--amber);
  font-size: 0.77rem;
  line-height: 1.5;
}
.platform-available .platform-status {
  color: var(--cyan);
}
.platform-toggle {
  position: absolute;
  right: 1.4rem;
  top: 1.7rem;
  color: var(--cyan);
  font-size: 1.5rem;
}
.platform[open] .platform-toggle {
  transform: rotate(45deg);
}
.platform-body {
  padding: 0 1.7rem 1.7rem;
}
.platform-body p {
  font-size: 0.9rem;
}
.platform-note {
  max-width: 760px;
  margin: 1.5rem auto 0;
  text-align: center;
}
.remote-section {
  align-items: center;
}
.voting {
  border-top: 1px solid var(--line);
}
.vote-intro:not(.with-image) {
  max-width: 780px;
}
.vote-intro.with-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.vote-intro > img {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.vote-diagram {
  margin: 3rem 0 0;
  padding: 2.2rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: radial-gradient(ellipse at 80% 50%, #11354166, transparent 70%), #071720;
}
.vote-diagram figcaption {
  font-size: 0.76rem;
  color: var(--muted);
  margin-bottom: 1.75rem;
}
.vote-flow {
  display: grid;
  grid-template-columns: 1.3fr auto 1fr;
  gap: 2rem;
  align-items: center;
}
.vote-phones {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.vote-phone {
  flex: 1;
  max-width: 140px;
  min-width: 0;
  padding: 1rem 0.6rem 0.8rem;
  border: 1px solid #517683;
  border-radius: 20px;
  text-align: center;
  background: #04121b;
}
.vote-person {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.vote-poster {
  display: grid;
  place-items: center;
  height: 105px;
  border-radius: 8px;
  color: #f5d4a6;
  font-size: 3rem;
  background:
    radial-gradient(ellipse at 70% 30%, #9b643f88, transparent 60%),
    linear-gradient(160deg, #284c5e, #112c36 60%, #020b12);
}
.vote-choice {
  display: block;
  color: var(--cyan);
  font-size: 0.7rem;
  line-height: 1.4;
  margin-top: 0.8rem;
}
.vote-arrow {
  color: var(--cyan);
  font-size: 2rem;
}
.vote-stars {
  display: block;
  color: var(--cyan);
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}
.vote-result h3 {
  font-size: 1.35rem;
}
.vote-result p {
  font-size: 0.9rem;
  margin: 0.7rem 0 0;
}
@media (max-width: 900px) {
  .platform summary {
    padding-left: 1.25rem;
    min-height: 160px;
  }
  .platform-body {
    padding: 0 1.25rem 1.5rem;
  }
  .vote-flow {
    gap: 1rem;
    grid-template-columns: 1.5fr auto 1fr;
  }
  .vote-phones {
    gap: 0.5rem;
  }
}
@media (max-width: 760px) {
  .platform-grid,
  .vote-intro.with-image {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .platform summary {
    min-height: 0;
  }
  .vote-diagram {
    padding: 1.25rem;
  }
  .vote-flow {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }
  .vote-arrow {
    transform: rotate(90deg);
  }
  .vote-phone {
    padding: 0.8rem 0.35rem;
    border-radius: 14px;
  }
  .vote-poster {
    height: 90px;
  }
  .vote-person {
    font-size: 0.68rem;
  }
}
.plan .button {
  margin-top: 1rem;
}
@media (min-width: 1500px) {
  .hero-image img {
    object-position: center 48%;
  }
  .hero:after {
    background:
      linear-gradient(90deg, #030c14 5%, #030c14ed 24%, #030c1490 42%, transparent 68%),
      linear-gradient(0deg, #030b12, transparent 25%);
  }
}
@media (max-width: 1050px) {
  .header-inner {
    padding: 1.3rem 2rem;
    gap: 1rem;
  }
  .desktop-nav {
    gap: 1.1rem;
  }
  .hero-inner {
    padding: 4rem 2rem;
  }
  .hero h1 {
    max-width: 540px;
  }
  .hero-body {
    max-width: 450px;
  }
  .hero .lead {
    max-width: 470px;
  }
  .hero::after {
    background:
      linear-gradient(90deg, #030c14f7, #030c14bf 44%, #030c1415 100%),
      linear-gradient(0deg, #030b12, transparent 25%);
  }
  .split-section,
  .faq {
    gap: 3rem;
  }
  .step-grid {
    gap: 1.5rem;
  }
  .step-grid li {
    display: block;
  }
  .step-number {
    width: 48px;
    margin-bottom: 1.2rem;
  }
  .tv-teaser {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .installation {
    gap: 3rem;
  }
  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer nav {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top {
    gap: 2rem;
  }
}
@media (max-width: 760px) {
  .header-inner {
    padding: 0.9rem 1.25rem;
    min-height: 78px;
    gap: 0.6rem;
  }
  .brand svg {
    width: 37px;
    height: 26px;
  }
  .brand {
    gap: 0.4rem;
  }
  .brand strong {
    font-size: 1.2rem;
  }
  .brand small {
    font-size: 0.43rem;
    letter-spacing: 0.23em;
    margin-top: 0.2rem;
  }
  .desktop-nav {
    display: none;
  }
  .header-actions {
    gap: 0.6rem;
    font-size: 0.77rem;
  }
  .languages {
    font-size: 0.69rem;
    gap: 0;
  }
  .languages a {
    min-width: 27px;
  }
  .signin {
    padding: 0.5rem 0;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav summary {
    list-style: none;
    font-size: 1.15rem;
    cursor: pointer;
    min-width: 38px;
    min-height: 42px;
    display: grid;
    place-items: center;
  }
  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }
  .mobile-nav nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: grid;
    padding: 1rem 1.5rem;
    background: #061622;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 35px #0006;
  }
  .mobile-nav nav a {
    padding: 0.85rem 0.3rem;
    font-size: 1rem;
  }
  .hero {
    min-height: 0;
    display: block;
    padding-bottom: 240px;
  }
  .hero-image {
    inset: auto 0 0;
    height: 330px;
  }
  .hero-image img {
    object-position: 70% 50%;
    object-fit: cover;
  }
  .hero::after {
    background: linear-gradient(
      0deg,
      #030b12 0%,
      transparent 18%,
      transparent 230px,
      #04101a 335px
    );
    pointer-events: none;
  }
  .hero-inner {
    padding: 2.2rem 1.5rem 1.2rem;
    position: relative;
    z-index: 1;
  }
  .hero h1 {
    font-size: clamp(3.4rem, 12.8vw, 5.6rem);
    max-width: 590px;
    line-height: 1.01;
  }
  .hero .lead {
    font-size: 1.16rem;
    margin: 1rem 0 0.8rem;
  }
  .hero-body {
    font-size: 0.91rem;
    line-height: 1.7;
  }
  .eyebrow {
    font-size: 0.63rem;
    letter-spacing: 0.18em;
    margin-bottom: 0.9rem;
  }
  .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    margin: 1.4rem 0 0.8rem;
    max-width: 420px;
  }
  .button {
    min-height: 50px;
    font-size: 0.88rem;
  }
  .fineprint {
    font-size: 0.7rem;
    line-height: 1.8;
  }
  .hero-compact {
    padding-bottom: 200px;
  }
  .hero-compact .hero-image {
    height: 270px;
  }
  .hero-compact::after {
    background: linear-gradient(
      0deg,
      #030b12 0%,
      transparent 18%,
      transparent 175px,
      #04101a 275px
    );
  }
  .hero-text {
    padding-bottom: 0;
  }
  .hero-text .hero-inner {
    padding: 2.5rem 1.5rem;
  }
  .hero-text h1 {
    font-size: 3.9rem;
  }
  .provider-notice {
    padding: 1rem 1.5rem;
    align-items: flex-start;
    gap: 0.7rem;
  }
  .provider-notice p {
    font-size: 0.73rem;
    line-height: 1.7;
  }
  .provider-notice > span {
    line-height: 1.2;
  }
  .section {
    padding: 3.3rem 1.5rem;
  }
  .section-heading {
    text-align: left;
    margin-bottom: 2rem;
  }
  .section-heading h2 {
    max-width: 350px;
    font-size: 2.7rem;
  }
  .section-heading p:last-child {
    font-size: 0.9rem;
  }
  .step-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .step-grid li {
    display: flex;
    gap: 1rem;
  }
  .step-number {
    min-width: 42px;
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }
  .step-grid h3 {
    font-size: 1.03rem;
  }
  .step-grid p {
    font-size: 0.88rem;
    margin-top: 0.5rem;
  }
  .stories {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 0;
  }
  .story {
    min-height: 300px;
  }
  .story > div {
    padding: 1.5rem;
    max-width: 320px;
  }
  .story h2 {
    font-size: 2.7rem;
    max-width: 260px;
  }
  .story p {
    font-size: 0.83rem;
  }
  .story:after {
    background:
      linear-gradient(90deg, #021019ef, #03111ac0 53%, #03111a20),
      linear-gradient(0deg, #021019ce, transparent);
  }
  .split-section {
    grid-template-columns: 1fr;
    gap: 2.3rem;
  }
  .text-block h2 {
    font-size: 2.65rem;
    max-width: 450px;
  }
  .text-block p {
    font-size: 0.92rem;
  }
  .tv-teaser {
    margin: 0 1.5rem 2rem;
    min-height: 380px;
    padding: 2rem 1.5rem;
  }
  .tv-teaser > div {
    max-width: 300px;
  }
  .tv-teaser h2 {
    font-size: 3rem;
  }
  .tv-teaser img {
    object-position: 75% center;
  }
  .tv-teaser:after {
    background: linear-gradient(90deg, #031019f2, #031019af 70%, #03101920);
  }
  .tv-teaser p {
    font-size: 0.9rem;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .faq > div:first-child h2 {
    font-size: 2.7rem;
    margin-bottom: 1rem;
  }
  .faq > div:first-child .text-link {
    display: none;
  }
  .questions summary {
    font-size: 0.95rem;
    padding: 1.2rem 0;
  }
  .questions p {
    font-size: 0.88rem;
    padding-right: 0.5rem;
  }
  .closing {
    padding-top: 3.7rem;
    padding-bottom: 3.7rem;
  }
  .closing .button {
    width: 100%;
    max-width: 360px;
  }
  .closing h2 {
    font-size: 3.3rem;
  }
  .closing p {
    font-size: 0.91rem;
  }
  .closing .fineprint {
    font-size: 0.74rem;
  }
  .footer {
    padding: 2.5rem 1.5rem 1.2rem;
  }
  .footer-top {
    display: block;
  }
  .footer nav {
    margin: 1.5rem 0;
    gap: 1.2rem 1.5rem;
    font-size: 0.8rem;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.66rem;
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .reading {
    padding-top: 0.5rem;
  }
  .reading h2 {
    font-size: 2.25rem;
  }
  .reading .text-block {
    padding: 1.8rem 0;
  }
  .notice {
    padding: 1.3rem 1.2rem;
  }
  .notice h2 {
    font-size: 1.1rem;
  }
  .notice p {
    font-size: 0.88rem;
  }
  .installation {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 0;
  }
  .installation h2 {
    font-size: 2.7rem;
  }
  .installation p {
    font-size: 0.92rem;
  }
  .install-steps {
    font-size: 0.94rem;
  }
  .qr-panel {
    padding: 1.8rem;
    max-width: 380px;
    justify-self: center;
  }
  .qr-panel h2 {
    font-size: 2rem;
  }
  .plan {
    padding: 1.6rem;
  }
  .plan h2 {
    font-size: 2.7rem;
  }
  .plan .button {
    width: 100%;
  }
  .hero:has(.hero-image) .hero-body {
    max-width: 550px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.hero-status {
  color: var(--amber);
  font-size: 0.92rem;
  max-width: 500px;
  font-weight: 600;
  line-height: 1.6;
}

[hidden] {
  display: none !important;
}
button,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
button:focus-visible,
select:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 5px;
}
.data-hero h1 {
  max-width: 660px;
}
@media (min-width: 761px) {
  .privacy-hero .hero-image img {
    object-fit: contain;
    object-position: right center;
  }
}
.data-connection {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--line);
}
.data-connection h2 {
  font-size: 2.4rem;
}
.data-connection p {
  margin: 1rem 0 0;
  font-size: 0.92rem;
}
.data-services {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.data-services span {
  padding: 1.05rem;
  border: 1px solid #345864;
  border-radius: 14px;
  background: #09222e;
  color: #c7fffb;
  font-size: 0.85rem;
}
.data-services span:last-child {
  border-color: var(--cyan);
}
.data-plans {
  padding-top: 4rem;
}
.plan-controls {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
}
.plan-controls label {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  color: var(--muted);
  font-size: 0.85rem;
}
.plan-controls select {
  min-height: 48px;
  border: 1px solid #517382;
  border-radius: 8px;
  padding: 0.75rem 2.3rem 0.75rem 1rem;
  color: #fff;
  background: #0b202b;
}
.market-choice {
  margin: 1rem auto;
  text-align: center;
  max-width: 720px;
}
.catalog-status {
  font-size: 0.9rem;
  max-width: 780px;
  min-height: 2.9em;
  text-align: center;
  margin: 1.75rem auto;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.data-plan {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.75rem 1.35rem;
  border: 1px solid #294752;
  border-radius: 16px;
  background: #071822;
}
.data-plan-free {
  border-color: #319b9f;
  background: linear-gradient(160deg, #0b2b35, #071822 65%);
}
.data-plan .eyebrow {
  font-size: 0.57rem;
  min-height: 2.5em;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}
.data-plan h3 {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
}
.plan-price {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-height: 88px;
  margin-top: 1.2rem;
}
.plan-price strong {
  font-size: 1.85rem;
  line-height: 1.15;
  font-weight: 650;
}
.plan-price span {
  font-size: 0.8rem;
  color: var(--muted);
}
.price-unavailable .plan-price strong {
  font-size: 1.05rem;
  color: var(--amber);
  line-height: 1.5;
}
.plan-capacity {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
  margin-bottom: 1.25rem;
}
.plan-capacity strong {
  color: var(--cyan);
  font-size: 2.4rem;
  font-weight: 650;
  line-height: 1.2;
}
.plan-capacity span {
  font-size: 0.78rem;
}
.plan-benefit {
  font-size: 0.87rem;
  margin-bottom: 1.8rem;
}
.data-plan .button {
  margin-top: auto;
  width: 100%;
  font-size: 0.78rem;
  padding: 0.75rem 0.6rem;
  gap: 0.4rem;
  min-height: 60px;
}
.plan-availability {
  margin: 0.85rem 0 0;
  font-size: 0.69rem;
  min-height: 3.6em;
}
.capacity-note {
  text-align: center;
  margin: 1.8rem auto 0.7rem;
  max-width: 800px;
  color: #edf5f7;
  font-size: 0.95rem;
}
.catalog-policy {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.shared-capacity {
  margin: 2.5rem 0 0;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.shared-capacity summary {
  cursor: pointer;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
}
.shared-capacity summary::-webkit-details-marker {
  display: none;
}
.shared-capacity summary span {
  color: var(--cyan);
}
.shared-capacity[open] summary span {
  transform: rotate(45deg);
}
.shared-capacity > div {
  padding: 0 1.5rem 1.5rem;
}
.shared-capacity p {
  max-width: 920px;
  font-size: 0.9rem;
}
.shared-capacity table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.88rem;
  margin: 1.5rem 0;
}
.shared-capacity th,
.shared-capacity td {
  text-align: left;
  padding: 1rem 0.75rem;
  border-bottom: 1px solid var(--line);
  line-height: 1.5;
}
.shared-capacity th {
  font-weight: 600;
}
.shared-capacity thead {
  color: var(--muted);
  font-size: 0.78rem;
}
.data-meaning {
  border-top: 1px solid var(--line);
}
.data-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
}
.data-benefits .step-number {
  width: 48px;
  margin-bottom: 1.25rem;
}
.data-benefits p {
  margin: 0.85rem 0 0;
  font-size: 0.94rem;
}
.counting-example {
  margin-top: 3.5rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #081b25;
  padding: 2rem;
}
.counting-equation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.8rem;
}
.counting-equation span {
  border: 1px solid #426373;
  padding: 0.65rem 1rem;
  border-radius: 8px;
  font-size: 0.83rem;
}
.counting-equation b {
  font-weight: 400;
  color: var(--muted);
}
.counting-equation strong {
  color: var(--cyan);
  font-size: 1.1rem;
}
.counting-example p {
  max-width: 930px;
  margin: 0.9rem 0 0;
  font-size: 0.93rem;
}
.data-handoff {
  border-top: 1px solid #3d717a;
  background: radial-gradient(ellipse at 90% 0%, #10374477, transparent 60%);
}
.data-handoff .lead {
  max-width: 760px;
  font-size: 1.1rem;
}
.data-handoff .fineprint {
  max-width: 760px;
}
@media (max-width: 1050px) {
  .plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .data-connection {
    gap: 2rem;
  }
  .data-benefits {
    gap: 1.5rem;
  }
}
@media (max-width: 760px) {
  .data-connection {
    grid-template-columns: 1fr;
  }
  .data-services {
    justify-content: flex-start;
  }
  .data-services span {
    font-size: 0.75rem;
    padding: 0.9rem;
  }
  .data-benefits {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .plan-grid {
    grid-template-columns: 1fr;
  }
  .plan-controls {
    flex-direction: column;
  }
  .plan-controls select {
    width: 100%;
  }
  .data-plan {
    padding: 1.6rem;
  }
  .data-plan .eyebrow {
    min-height: 0;
    font-size: 0.65rem;
  }
  .plan-price {
    min-height: 0;
    margin-bottom: 1.5rem;
  }
  .plan-availability {
    min-height: 0;
  }
  .data-plan .button {
    min-height: 48px;
  }
  .market-choice,
  .catalog-status,
  .catalog-policy {
    text-align: left;
  }
  .shared-capacity > div {
    padding: 0 1rem 1.5rem;
  }
  .shared-capacity th,
  .shared-capacity td {
    padding: 0.8rem 0.35rem;
    font-size: 0.77rem;
  }
  .shared-capacity th:first-child {
    width: 25%;
  }
  .counting-example {
    padding: 1.5rem;
  }
  .counting-equation {
    gap: 0.6rem;
  }
  .counting-equation span {
    padding: 0.5rem;
    font-size: 0.7rem;
  }
  .data-handoff .actions {
    align-items: stretch;
    flex-direction: column;
  }
}
