@font-face {
  font-family: Barlow;
  src: url("assets/fonts/barlow-condensed-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("assets/fonts/manrope-400.ttf") format("truetype");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("assets/fonts/manrope-700.ttf") format("truetype");
  font-weight: 600 800;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #0b1011;
  --panel: #121a1b;
  --text: #f1f3eb;
  --muted: #a2aba7;
  --lime: #c5f77c;
  --line: #2b3331;
  --font: Manrope, "Segoe UI", sans-serif;
  --display: Barlow, "Arial Narrow", Impact, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 15px/1.7 var(--font);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
p,
h1,
h2,
h3,
figure {
  margin: 0;
}
button {
  border: 0;
}
p + p {
  margin-top: 1rem;
}
h1,
h2 {
  font-family: var(--display);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.025em;
}
h2 {
  font-size: clamp(48px, 5.3vw, 76px);
}
h3 {
  font-size: 20px;
  line-height: 1.4;
}
::selection {
  background: var(--lime);
  color: var(--bg);
}
:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 6px;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 112px;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--lime);
  margin-bottom: 24px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  flex-shrink: 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 54px;
  padding: 15px 24px;
  border: 1px solid var(--lime);
  background: var(--lime);
  color: #11180e;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  background: #d7ffa5;
  box-shadow: 0 5px 30px #c5f77c18;
  transform: translateY(-2px);
}
.button > span {
  font-size: 21px;
  line-height: 1;
}
.button-small {
  min-height: 42px;
  font-size: 11px;
  padding: 10px 17px;
  gap: 24px;
}
.button-dark {
  background: #131b14;
  color: var(--text);
  border-color: #131b14;
}
.button-dark:hover {
  background: #263421;
}
.text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 13px;
  font-weight: 700;
  min-height: 48px;
}
.text-button:hover {
  color: var(--lime);
}
.inline-link {
  border-bottom: 1px solid currentColor;
}
.small {
  font-size: 12px;
  color: var(--muted);
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 20px;
  transform: translateY(-200%);
  background: var(--lime);
  color: var(--bg);
  padding: 10px 20px;
}
.skip-link:focus {
  transform: translateY(0);
}
/* Navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #0b1011ed;
  border-bottom: 1px solid #ffffff0b;
  backdrop-filter: blur(18px);
}
.header-inner {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.brand > img {
  width: 25px;
  height: 30px;
}
.brand-tv {
  font-size: 10px;
  letter-spacing: 0;
  color: var(--lime);
  margin-left: 5px;
  vertical-align: top;
  display: inline-block;
  margin-top: 4px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 11px;
  font-weight: 600;
}
.main-nav > a:not(.button) {
  padding-block: 12px;
  color: #c3c9c4;
}
.main-nav > a:hover {
  color: var(--lime);
}
.main-nav > .button:hover {
  color: var(--bg);
}
/* Sprachwahl: die aktuelle Sprache steht, die anderen sind Links auf dieselbe Seite. */
.sprachwahl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-left: 18px;
  border-left: 1px solid var(--line);
}
.sprachwahl > span[aria-current] {
  color: var(--lime);
}
.sprachwahl > a {
  color: #c3c9c4;
}
.sprachwahl > a:hover,
.sprachwahl > a:focus-visible {
  color: var(--lime);
}
.menu-toggle {
  display: none;
  background: transparent;
  font-size: 12px;
  padding: 10px;
}
.menu-toggle span {
  margin-left: 7px;
}
/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 61px;
}
.hero-light {
  position: absolute;
  z-index: -1;
  inset: 0 0 26%;
  background: radial-gradient(ellipse at 50% 85%, #91b7681a, transparent 63%);
}
.hero-copy {
  text-align: center;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 9px;
  letter-spacing: 0.2em;
}
.hero h1 {
  font-size: clamp(76px, 8.5vw, 124px);
  line-height: 0.9;
  letter-spacing: -0.025em;
}
.hero h1 span {
  color: var(--lime);
}
.hero-description {
  font-size: 14px;
  color: #b8c0b9;
  line-height: 1.85;
  margin-top: 25px;
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 29px;
  margin-top: 25px;
}
.play-icon {
  font-size: 24px;
  line-height: 1;
}
.hero-platform {
  font-size: 10px;
  color: var(--muted);
  margin-top: 15px;
}
.hero-platform > span {
  margin-inline: 8px;
}
.product-stage {
  margin-top: 48px;
  max-width: 1070px;
}
.stage-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 0.17em;
  color: var(--muted);
  margin: 0 5px 12px;
}
.stage-caption > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d6ddcd;
}
.tv-frame {
  display: block;
  position: relative;
  background: #121b1d;
  border: 1px solid #737e6559;
  border-top-color: #8e9c7680;
  border-radius: 12px;
  padding: 7px;
  box-shadow:
    0 0 85px #b4e2770b,
    0 22px 75px #0007;
  overflow: hidden;
  transition: border-color 0.2s;
}
.hero-screen {
  width: 100%;
  border-radius: 6px;
}
.screen-action {
  position: absolute;
  bottom: 23px;
  right: 23px;
  padding: 8px 13px;
  border: 1px solid #789153;
  background: #121b13e8;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  gap: 25px;
  align-items: center;
  backdrop-filter: blur(8px);
}
.tv-frame:hover {
  border-color: var(--lime);
}
.tv-foot {
  height: 20px;
  width: 29%;
  margin: 0 auto;
  background: linear-gradient(#3c4334, #171d17);
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
}
.source-note {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.9;
  text-align: center;
  margin: 23px 0 42px;
}
.platform-strip {
  border-block: 1px solid var(--line);
}
.platform-inner {
  min-height: 99px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.platform-inner > span:first-child {
  font-size: 8px;
  letter-spacing: 0.17em;
  color: var(--muted);
  max-width: 140px;
}
.platform-name {
  font-size: 25px;
  letter-spacing: -0.05em;
  font-weight: 600;
}
.remote-note {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 11px;
  color: #bbc2b8;
}
/* Product demonstration */
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 45px;
}
.section-heading > p {
  max-width: 345px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  padding-bottom: 5px;
}
.muted-heading {
  color: #818d7b;
}
.demo-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}
.demo-step {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  text-align: left;
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  background: transparent;
  transition: color 0.2s;
}
.step-number {
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px;
}
.demo-step strong {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
.demo-step > span > span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.85;
}
.step-arrow {
  margin-left: auto;
  font-size: 22px;
  line-height: 1.3;
  opacity: 0;
}
.demo-step.is-active .step-number,
.demo-step.is-active strong {
  color: var(--lime);
}
.demo-step.is-active .step-arrow {
  color: var(--lime);
  opacity: 1;
}
.demo-step:hover strong {
  color: var(--lime);
}
.demo-instruction {
  font-size: 10px;
  color: var(--muted);
  margin-top: 15px;
}
.demo-instruction span {
  margin-right: 8px;
}
.demo-display {
  min-width: 0;
}
.demo-panel {
  margin-bottom: 20px;
}
.demo-panel img {
  border: 1px solid #465143;
  border-radius: 7px;
  background: var(--panel);
  width: 100%;
}
.demo-panel figcaption {
  font-size: 9px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
}
.demo-controls {
  display: none;
}
.is-interactive .demo-controls {
  display: block;
}
.demo-layout:not(.is-interactive) {
  display: block;
}
.is-interactive .demo-panel {
  margin-bottom: 0;
}
/* Sports and benefits */
.sports-section {
  background: #111715;
  border-block: 1px solid #ffffff09;
}
.sports-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-rows: 245px 245px;
  gap: 16px;
}
.sport-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  padding: 27px;
}
.sport-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.sport-card:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(transparent 20%, #070d0aaa 60%, #070d0ae8);
}
.sport-card:hover .sport-image {
  transform: scale(1.04);
}
.sport-football {
  grid-column: 1;
}
.sport-tennis {
  grid-column: 2;
}
.sport-index {
  font-size: 8px;
  letter-spacing: 0.14em;
  color: #d1d7c4;
}
.sport-card h3 {
  font: 800 45px/0.95 var(--display);
  letter-spacing: -0.01em;
  margin-top: 10px;
}
.sports-more {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
}
.sports-more > span {
  color: #c8d3c0;
}
.sports-more p {
  color: var(--muted);
}
.sports-more p span {
  margin-inline: 12px;
  color: #5d7153;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}
.benefit-grid article {
  border-top: 1px solid var(--line);
  padding-top: 27px;
}
.benefit-icon {
  display: block;
  color: var(--lime);
  font: 400 37px/1.2 var(--font);
  margin-bottom: 29px;
}
.benefit-grid h3 {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1.45;
  letter-spacing: -0.02em;
}
.benefit-grid p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
}
/* Installation chapter */
.setup-section {
  background: #dce3cf;
  color: #172013;
  padding-block: 90px;
}
.setup-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.setup-section .eyebrow {
  color: #526744;
}
.setup-intro h2 {
  font-size: clamp(64px, 6.3vw, 92px);
}
.setup-intro h2 span {
  color: #61784c;
}
.setup-intro > p:not(.eyebrow) {
  font-size: 12px;
  color: #43503a;
  margin-top: 26px;
  line-height: 1.9;
}
.setup-intro .button {
  margin-top: 25px;
}
.setup-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.setup-steps li {
  display: flex;
  gap: 23px;
  padding: 28px 0;
  border-bottom: 1px solid #19231330;
}
.setup-steps li:first-child {
  border-top: 1px solid #19231330;
}
.setup-steps li > span {
  font: 800 30px/1 var(--display);
  color: #68804f;
  margin-top: 1px;
}
.setup-steps h3 {
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 9px;
}
.setup-steps p {
  font-size: 12px;
  color: #45523b;
  line-height: 1.85;
}
.setup-section :focus-visible {
  outline-color: #233716;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
}
.faq-section > div > p:not(.eyebrow) {
  margin-top: 25px;
  font-size: 12px;
  color: var(--muted);
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 23px 0;
  font-size: 13px;
  font-weight: 600;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  color: var(--lime);
  font-size: 22px;
  font-weight: 400;
  transition: transform 0.2s;
}
details[open] summary > span {
  transform: rotate(45deg);
}
details p {
  font-size: 12px;
  color: var(--muted);
  padding: 0 30px 23px 0;
  line-height: 1.9;
}
details p a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.final-cta {
  text-align: center;
  padding: 95px 0 90px;
  border-top: 1px solid #414c32;
  background:
    radial-gradient(ellipse at 50% 110%, #98ba5230, transparent 75%), #121910;
}
.final-cta h2 {
  font-size: clamp(55px, 6.5vw, 94px);
}
.final-cta h2 span {
  color: var(--lime);
}
.final-cta .button {
  margin-top: 32px;
}
.final-cta .container > p:last-child {
  font-size: 10px;
  color: var(--muted);
  margin-top: 18px;
}
.site-footer {
  background: var(--bg);
  padding-top: 49px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 38px;
}
.footer-top p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 13px;
}
.footer-links {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 10px;
  color: var(--muted);
}
.footer-links a:hover,
.footer-bottom a:hover {
  color: var(--lime);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-block: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  color: #929d95;
}
.mobile-cta {
  display: none;
}
/* Download and document pages */
.download-intro {
  padding-top: 43px;
}
.back-link {
  font-size: 10px;
  color: var(--muted);
  display: inline-flex;
  margin-bottom: 56px;
}
.back-link:hover {
  color: var(--lime);
}
.download-intro h1 {
  font-size: clamp(68px, 7.7vw, 108px);
}
.download-intro h1 span {
  color: var(--lime);
}
.lead {
  font-size: 15px;
  color: var(--muted);
  margin-top: 26px;
  line-height: 1.85;
}
.download-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 45px;
  margin-top: 49px;
}
.release-card {
  padding: 40px;
  background:
    radial-gradient(ellipse at top right, #c5f77c0b, transparent 70%),
    var(--panel);
  border: 1px solid #586647;
  border-radius: 8px;
}
.release-card h2 {
  font-size: 45px;
  line-height: 1.05;
  margin-top: 25px;
}
.release-card p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 18px;
  line-height: 1.9;
}
.release-card .button {
  margin-top: 26px;
}
.release-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 9px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--lime);
  padding: 6px 11px;
  border: 1px solid #67854759;
  border-radius: 30px;
}
.release-facts {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 10px;
  color: var(--muted);
  margin-top: 19px;
}
.release-card .text-button {
  margin-top: 20px;
}
.requirements {
  padding: 28px 0 20px 25px;
}
.requirements h2 {
  font-size: 42px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0;
}
.check-list li {
  padding: 9px 0 9px 25px;
  position: relative;
  font-size: 12px;
}
.check-list li:before {
  content: "✓";
  color: var(--lime);
  position: absolute;
  left: 0;
}
.requirements > p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
}
.requirements > p.small {
  font-size: 10px;
}
.install-guide .section-heading {
  margin-bottom: 35px;
}
.install-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.install-grid li {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.install-grid li > span {
  font: 800 35px/1 var(--display);
  color: var(--lime);
  display: block;
  margin-bottom: 18px;
}
.install-grid h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
.install-grid p {
  font-size: 12px;
  color: var(--muted);
}
.install-note {
  border-left: 2px solid var(--lime);
  padding: 4px 0 4px 22px;
  margin-top: 42px;
}
.install-note strong {
  font-size: 13px;
}
.install-note p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
  max-width: 780px;
}
.install-note a {
  color: var(--lime);
  text-decoration: underline;
}
.download-preview {
  border-top: 1px solid var(--line);
  padding: 55px 0 85px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.download-preview h2 {
  font-size: 60px;
}
.download-preview .text-button {
  margin-top: 18px;
}
.download-preview img {
  border: 1px solid #485441;
  border-radius: 6px;
}
.document {
  max-width: 840px;
  padding-block: 64px 100px;
}
.document h1 {
  font-size: clamp(50px, 6vw, 76px);
  line-height: 1.05;
  overflow-wrap: anywhere;
  margin-bottom: 25px;
}
.document h2 {
  font-family: var(--font);
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  margin: 45px 0 16px;
}
.document h3 {
  font-size: 16px;
  margin: 28px 0 12px;
}
.document p,
.document li {
  font-size: 14px;
  color: #b8c2b8;
  line-height: 1.9;
}
.document a:not(.button) {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.document .back-link {
  margin-bottom: 35px;
}
.document ul {
  padding-left: 22px;
}
.document li + li {
  margin-top: 9px;
}
.document dt {
  font-size: 11px;
  color: var(--muted);
  margin-top: 17px;
}
.document dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}
.document table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 25px;
  font-size: 12px;
}
.document th,
.document td {
  text-align: left;
  vertical-align: top;
  padding: 12px 9px;
  border-bottom: 1px solid var(--line);
  overflow-wrap: anywhere;
}
.document th {
  color: var(--lime);
  font-weight: 600;
}
.document code {
  font-size: 0.88em;
  overflow-wrap: anywhere;
}
.kasten {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 22px;
  margin-block: 25px;
}
.platzhalter {
  color: #f0d7a0;
  background: #3a321c;
  border-radius: 3px;
  padding: 2px 4px;
  overflow-wrap: anywhere;
}
.leise {
  color: var(--muted);
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 75px;
  }
  .hero h1 {
    font-size: 136px;
  }
  .hero-description {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero h1 {
    font-size: 104px;
  }
  .main-nav {
    gap: 23px;
  }
  .section {
    padding-block: 85px;
  }
  .demo-layout {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 26px;
  }
  .demo-step {
    gap: 11px;
  }
  .demo-step strong {
    font-size: 14px;
  }
  .demo-step > span > span {
    font-size: 10px;
  }
  .setup-inner {
    gap: 55px;
  }
  .faq-section {
    gap: 50px;
  }
  .footer-links {
    gap: 18px;
  }
  .download-grid {
    gap: 25px;
  }
  .release-card {
    padding: 30px;
  }
  .benefit-grid {
    gap: 30px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 85px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 66px;
    gap: 12px;
  }
  .brand {
    font-size: 15px;
  }
  .brand > img {
    width: 21px;
    height: 25px;
  }
  .main-nav {
    gap: 14px;
    font-size: 10px;
  }
  .main-nav .button {
    font-size: 10px;
    gap: 10px;
    padding-inline: 12px;
  }
  .main-nav > a:not(.button) {
    display: none;
  }
  .hero {
    padding-top: 42px;
  }
  .hero h1 {
    font-size: clamp(64px, 13.5vw, 100px);
  }
  .hero-description {
    font-size: 13px;
    margin-top: 21px;
  }
  .hero-actions {
    gap: 20px;
    margin-top: 23px;
  }
  .button {
    font-size: 12px;
    padding-inline: 20px;
  }
  .hero-platform {
    font-size: 9px;
  }
  .product-stage {
    margin-top: 37px;
  }
  .stage-caption {
    font-size: 7px;
    letter-spacing: 0.09em;
  }
  .tv-frame {
    padding: 4px;
    border-radius: 7px;
  }
  .hero-screen {
    border-radius: 4px;
  }
  .tv-foot {
    height: 13px;
  }
  .screen-action {
    bottom: 12px;
    right: 12px;
    font-size: 8px;
    padding: 5px 9px;
    gap: 9px;
  }
  .source-note {
    font-size: 9px;
    margin-bottom: 31px;
  }
  .platform-inner {
    min-height: 93px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 28px;
    padding-block: 22px;
  }
  .platform-inner > span:first-child {
    display: none;
  }
  .platform-name {
    font-size: 21px;
  }
  .remote-note {
    font-size: 10px;
  }
  .section {
    padding-block: 70px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    margin-top: 24px;
    font-size: 12px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 0.14em;
    margin-bottom: 19px;
  }
  h2 {
    font-size: 58px;
  }
  .demo-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .demo-controls {
    width: 100%;
  }
  .is-interactive .demo-controls {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  .demo-step {
    display: block;
    padding: 17px 0 0;
  }
  .demo-step .step-number {
    display: block;
    margin-bottom: 10px;
  }
  .demo-step strong {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .demo-step > span > span,
  .step-arrow,
  .demo-instruction {
    display: none;
  }
  .demo-step.is-active {
    border-top-color: var(--lime);
  }
  .demo-display {
    width: 100%;
  }
  .demo-panel figcaption {
    font-size: 8px;
  }
  .sports-grid {
    grid-template-rows: 190px 190px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .sport-card {
    padding: 18px;
  }
  .sport-index {
    font-size: 6px;
    letter-spacing: 0.08em;
  }
  .sport-card h3 {
    font-size: 35px;
  }
  .sports-more {
    display: block;
    font-size: 10px;
  }
  .sports-more p {
    margin-top: 10px;
    line-height: 2;
  }
  .sports-more p span {
    margin-inline: 7px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .benefit-grid article {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 0 14px;
    padding-top: 24px;
  }
  .benefit-icon {
    grid-row: 1/3;
    font-size: 30px;
    margin-bottom: 0;
  }
  .benefit-grid h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .benefit-grid p {
    grid-column: 2;
    font-size: 12px;
    max-width: 450px;
  }
  .setup-section {
    padding-block: 65px;
  }
  .setup-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .setup-intro h2 {
    font-size: 76px;
  }
  .setup-intro > p:not(.eyebrow) {
    font-size: 13px;
  }
  .setup-steps h3 {
    font-size: 15px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq-section > div > p:not(.eyebrow) {
    margin-top: 19px;
  }
  .final-cta {
    padding-block: 65px;
  }
  .final-cta h2 {
    font-size: clamp(45px, 8vw, 65px);
  }
  .final-cta .eyebrow {
    font-size: 8px;
  }
  .footer-top {
    display: block;
    padding-bottom: 28px;
  }
  .footer-links {
    margin-top: 29px;
    gap: 18px 24px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 8px;
    gap: 13px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  .footer-bottom > a {
    margin-left: auto;
  }
  .home-page .site-footer {
    padding-bottom: 88px;
  }
  .mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111910f5;
    backdrop-filter: blur(16px);
    border-top: 1px solid #49583b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
    z-index: 15;
    gap: 18px;
  }
  .mobile-cta strong {
    display: block;
    font-size: 11px;
  }
  .mobile-cta small {
    display: block;
    font-size: 8px;
    color: var(--muted);
  }
  .mobile-cta .button {
    min-height: 42px;
    font-size: 10px;
    gap: 17px;
  }
  .has-menu .menu-toggle {
    display: block;
  }
  .has-menu .main-nav {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    padding: 20px;
    background: #111917;
    border-bottom: 1px solid var(--line);
  }
  .has-menu .main-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  /* Im aufgeklappten Menue steht die Sprachwahl als eigene Zeile, nicht als Randspalte. */
  .sprachwahl {
    padding-left: 0;
    padding-top: 12px;
    border-left: 0;
    border-top: 1px solid var(--line);
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
  }
  .has-menu .main-nav > a:not(.button) {
    display: block;
    padding: 12px;
    font-size: 13px;
  }
  .has-menu .main-nav .button {
    font-size: 12px;
    min-height: 45px;
  }
  .download-intro {
    padding-top: 25px;
  }
  .back-link {
    margin-bottom: 38px;
  }
  .download-intro h1 {
    font-size: clamp(55px, 10vw, 83px);
  }
  .lead {
    font-size: 13px;
    margin-top: 22px;
  }
  .download-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
    gap: 25px;
  }
  .release-card {
    padding: 25px;
  }
  .release-card h2 {
    font-size: 40px;
  }
  .requirements {
    padding: 20px 0 0;
  }
  .requirements h2 {
    font-size: 43px;
  }
  .install-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .install-grid li {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 0 14px;
  }
  .install-grid li > span {
    grid-row: 1/3;
    font-size: 29px;
  }
  .install-grid p {
    grid-column: 2;
  }
  .install-grid h3 {
    font-size: 15px;
  }
  .download-preview {
    grid-template-columns: 1fr;
    padding-block: 40px 65px;
    gap: 28px;
  }
  .download-preview h2 {
    font-size: 54px;
  }
  .document {
    padding-block: 36px 65px;
  }
  .document h1 {
    font-size: 48px;
  }
  .document h2 {
    font-size: 20px;
  }
  .document p,
  .document li {
    font-size: 13px;
  }
  .document table,
  .document thead,
  .document tbody,
  .document tr,
  .document td,
  .document th {
    display: block;
  }
  .document th {
    display: none;
  }
  .document td {
    padding: 8px 0;
    border: 0;
  }
  .document tr {
    border-bottom: 1px solid var(--line);
    padding-block: 10px;
  }
  .document tr td:first-child {
    font-weight: 700;
    color: var(--lime);
  }
  .kasten {
    padding: 18px;
  }
}
@media (max-width: 400px) {
  .hero h1 {
    font-size: clamp(42px, 12.7vw, 50px);
  }
  .hero-actions {
    flex-direction: column;
    gap: 6px;
  }
  .hero-platform {
    font-size: 8px;
  }
  .hero-description {
    font-size: 12px;
  }
  .stage-caption > span:last-child {
    font-size: 6px;
  }
  .sport-card {
    padding: 13px;
  }
  .sport-card h3 {
    font-size: 29px;
  }
  .sport-index {
    font-size: 5px;
  }
  .sports-grid {
    grid-template-rows: 160px 160px;
  }
  .platform-inner {
    gap: 12px 20px;
  }
  .remote-note {
    width: 100%;
    justify-content: center;
  }
  .setup-intro h2 {
    font-size: 65px;
  }
  .mobile-cta {
    gap: 9px;
    padding-inline: 15px;
  }
  .mobile-cta .button {
    padding-inline: 12px;
  }
  .final-cta h2 {
    font-size: 43px;
  }
}
.hero-requirement {
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
}
.image-expand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  padding: 8px 0;
  margin-top: 10px;
  background: transparent;
  color: var(--lime);
  font-size: 11px;
}
.image-viewer {
  width: min(1350px, 94vw);
  max-width: 94vw;
  max-height: 92vh;
  padding: 18px;
  background: var(--bg);
  color: var(--text);
  border: 1px solid #63764d;
  border-radius: 8px;
}
.image-viewer::backdrop {
  background: #050907e8;
  backdrop-filter: blur(8px);
}
.viewer-toolbar {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.viewer-toolbar h2 {
  font: 700 13px/1.5 var(--font);
  letter-spacing: 0;
}
.viewer-toolbar > div {
  display: flex;
  gap: 10px;
}
.viewer-toolbar button {
  min-height: 44px;
  padding: 8px 14px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 3px;
  font-size: 11px;
}
.viewer-toolbar button:hover {
  color: var(--lime);
}
.viewer-scroll {
  overflow: auto;
  max-height: 70vh;
}
.viewer-scroll img {
  width: 100%;
}
.image-viewer.is-zoomed img {
  width: 1920px;
  max-width: none;
}
.image-viewer > p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 10px;
}
body:has(.image-viewer[open]) {
  overflow: hidden;
}
@media (max-width: 760px) {
  .hero-requirement {
    max-width: 290px;
    margin-inline: auto;
    font-size: 9px;
  }
  .image-viewer {
    padding: 12px;
  }
  .viewer-toolbar {
    flex-wrap: wrap;
  }
  .viewer-toolbar > div {
    width: 100%;
    justify-content: space-between;
  }
  html:not(.has-menu) .header-inner {
    height: auto;
    min-height: 66px;
    flex-wrap: wrap;
    padding-block: 16px;
  }
  html:not(.has-menu) .main-nav {
    flex-wrap: wrap;
  }
  html:not(.has-menu) .main-nav > a:not(.button) {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
