/* PlayBaze Schweiz — Stylesheet (Prefix: alp-) */

@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/anton-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/anton-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/rajdhani-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/rajdhani-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/rajdhani-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/rajdhani-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --alp-night: #0b1422;
  --alp-navy: #101d2c;
  --alp-panel: #16263a;
  --alp-line: #233650;
  --alp-gold: #fed100;
  --alp-gold-deep: #e0b400;
  --alp-teal: #017e80;
  --alp-teal-glow: #03b8ba;
  --alp-red: #d52b1e;
  --alp-ink: #f4f7fb;
  --alp-mute: #aebdd0;
  --alp-disp: "Anton", "Arial Black", sans-serif;
  --alp-tech: "Rajdhani", "Segoe UI", sans-serif;
  --alp-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--alp-night);
  color: var(--alp-ink);
  font-family: var(--alp-body);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

img { max-width: 100%; height: auto; }
a { color: var(--alp-gold); }
a:hover { color: #ffe566; }

.alp-shell {
  width: min(1180px, 100% - 32px);
  margin-inline: auto;
}

/* ===== Header ===== */
.alp-head {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  background: rgba(11, 20, 34, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--alp-line);
  transition: box-shadow 0.25s ease;
}
.alp-head.alp-head--lift { box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45); }
.alp-head__row {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  min-height: 72px;
}
.alp-wordmark { display: inline-flex; align-items: center; }
.alp-wordmark img {
  display: block;
  width: auto;
  max-width: 34vw;
  height: 54px;
  object-fit: contain;
}

.alp-head__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.alp-mainnav {
  display: flex;
  justify-content: center;
  gap: 6px;
  font-family: var(--alp-tech);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.alp-mainnav a {
  position: relative;
  color: var(--alp-ink);
  text-decoration: none;
  padding: 10px 14px;
}
.alp-mainnav a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  background: linear-gradient(90deg, var(--alp-red), var(--alp-gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.alp-mainnav a:hover::after, .alp-mainnav a.alp-now::after { transform: scaleX(1); }
.alp-mainnav a.alp-now { color: var(--alp-gold); }

.alp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--alp-tech);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--alp-navy);
  background: linear-gradient(180deg, #ffe14d, var(--alp-gold) 55%);
  text-decoration: none;
  padding: 12px 26px;
  border: 0;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
}
.alp-cta:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(254, 209, 0, 0.35), 0 0 0 1px var(--alp-red);
  color: var(--alp-navy);
}
.alp-cta--line {
  background: transparent;
  color: var(--alp-gold);
  box-shadow: inset 0 0 0 2px var(--alp-gold);
}
.alp-cta--line:hover { color: #ffe566; box-shadow: inset 0 0 0 2px var(--alp-red); }
.alp-cta--soft {
  color: #fff;
  background: linear-gradient(180deg, #ff5b47, var(--alp-red));
}
.alp-cta--soft:hover {
  color: #fff;
  box-shadow: 0 6px 18px rgba(213, 43, 30, 0.35), 0 0 0 1px var(--alp-gold);
}
.alp-cta--mini { font-size: 17px; padding: 9px 20px; }
.alp-head__actions .alp-cta--mini {
  font-size: 14.5px;
  padding: 9px 13px;
  white-space: nowrap;
}

.alp-burger {
  display: none;
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid var(--alp-line);
  border-radius: 8px;
  cursor: pointer;
  padding: 11px 10px;
}
.alp-burger i {
  display: block;
  height: 3px;
  margin-bottom: 5px;
  background: var(--alp-gold);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.alp-burger i:last-child { margin-bottom: 0; }
.alp-burger[aria-expanded="true"] i:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.alp-burger[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.alp-burger[aria-expanded="true"] i:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.alp-menu {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 55;
  display: none;
  flex-direction: column;
  background: var(--alp-navy);
  border-bottom: 2px solid var(--alp-red);
  padding: 8px 16px 18px;
}
.alp-menu.alp-menu--open { display: flex; }
.alp-menu a {
  color: var(--alp-ink);
  text-decoration: none;
  font-family: var(--alp-tech);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 13px 6px;
  border-bottom: 1px solid var(--alp-line);
}
.alp-menu a:hover { color: var(--alp-gold); }
.alp-menu .alp-cta { margin-top: 14px; }
.alp-menu__actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.alp-menu__actions .alp-cta {
  margin-top: 0;
  padding: 12px 16px;
  border-bottom: 0;
  color: var(--alp-navy);
}
.alp-menu__actions .alp-cta--line {
  color: var(--alp-gold);
}
.alp-menu__actions .alp-cta--soft {
  color: #fff;
}

/* ===== Hero / banners ===== */
.alp-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  margin-top: 72px;
  overflow: hidden;
}
.alp-hero__img, .alp-banner__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 74% top;
}
.alp-hero__veil, .alp-banner__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 20, 34, 0.94) 22%, rgba(11, 20, 34, 0.62) 46%, rgba(11, 20, 34, 0.08) 78%);
}
.alp-hero__core {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 64px 0;
}
.alp-hero h1 {
  font-family: var(--alp-disp);
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.04;
  margin: 0 0 18px;
  text-transform: uppercase;
  transform: skewX(-4deg);
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}
.alp-hero h1 em { font-style: normal; color: var(--alp-gold); }
.alp-hero__sub { font-size: 18px; color: var(--alp-ink); max-width: 56ch; }
.alp-hero__deck { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }

.alp-banner {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-block: 2px solid var(--alp-line);
}
.alp-banner--inblock { margin: 30px 0; }
.alp-banner__img {
  object-position: center center;
}
.alp-banner__core {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(8, 15, 26, 0.82), rgba(8, 15, 26, 0.54));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px) saturate(130%);
}
.alp-banner--focus-right .alp-banner__img {
  object-position: center center;
}
.alp-banner--focus-center .alp-banner__img {
  object-position: center top;
}
.alp-banner__kick {
  display: inline-block;
  font-family: var(--alp-tech);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--alp-navy);
  background: var(--alp-gold);
  padding: 4px 14px;
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
  margin-bottom: 14px;
}
.alp-banner__kick--red { background: var(--alp-red); color: #fff; }
.alp-banner h2, .alp-banner .alp-banner__head {
  font-family: var(--alp-disp);
  font-size: clamp(28px, 4.4vw, 46px);
  line-height: 1.06;
  margin: 0 0 14px;
  text-transform: uppercase;
  transform: skewX(-4deg);
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.65);
}
.alp-banner p { margin: 0 0 22px; color: var(--alp-ink); font-size: 17.5px; }

/* ===== Promo media-split (Text links, Bild rechts) ===== */
.alp-promo { align-self: center; }
.alp-promo__head {
  font-family: var(--alp-disp);
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.06;
  margin: 14px 0 14px;
  text-transform: uppercase;
  transform: skewX(-4deg);
}
.alp-promo p { color: var(--alp-mute); margin: 0 0 20px; }
.alp-promo .alp-cta { margin-top: 2px; }

/* ===== Sections ===== */
.alp-block { padding: 64px 0; position: relative; }
.alp-block--tint { background: linear-gradient(180deg, var(--alp-navy), var(--alp-night)); }
.alp-block--teal {
  background: radial-gradient(120% 140% at 85% 0%, rgba(1, 126, 128, 0.28), transparent 55%), var(--alp-night);
}

.alp-block h2 {
  font-family: var(--alp-disp);
  font-size: clamp(27px, 3.6vw, 40px);
  line-height: 1.12;
  text-transform: uppercase;
  margin: 0 0 14px;
  transform: skewX(-3deg);
}
.alp-block h2 .alp-spark { color: var(--alp-gold); }
.alp-rail {
  width: 88px;
  height: 4px;
  border: 0;
  margin: 0 0 26px;
  background: linear-gradient(90deg, var(--alp-red) 0 34%, var(--alp-gold) 34%);
  clip-path: polygon(3px 0, 100% 0, calc(100% - 3px) 100%, 0 100%);
}
.alp-block h3 {
  font-family: var(--alp-tech);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--alp-gold);
  margin: 34px 0 10px;
}
.alp-lead { color: var(--alp-mute); max-width: 76ch; }
.alp-block p,
.alp-hero h1,
.alp-block h2,
.alp-block h3,
.alp-banner .alp-banner__head,
.alp-promo__head {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/* ===== Tables ===== */
.alp-tablebox { overflow: hidden; border: 1px solid var(--alp-line); border-radius: 12px; margin: 26px 0; }
.alp-grid-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 15.5px;
}
.alp-grid-table caption {
  caption-side: top;
  text-align: left;
  font-family: var(--alp-tech);
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--alp-teal-glow);
  padding: 14px 16px 10px;
  background: var(--alp-panel);
}
.alp-grid-table th, .alp-grid-table td {
  padding: 11px 13px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid var(--alp-line);
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}
.alp-grid-table thead th {
  background: linear-gradient(180deg, #1b2e46, var(--alp-panel));
  font-family: var(--alp-tech);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14.5px;
  letter-spacing: 0.05em;
  color: var(--alp-gold);
  border-top: 0;
}
.alp-grid-table tbody tr { background: rgba(22, 38, 58, 0.55); transition: background 0.2s ease; }
.alp-grid-table tbody tr:nth-child(even) { background: rgba(16, 29, 44, 0.65); }
.alp-grid-table tbody tr:hover { background: rgba(213, 43, 30, 0.12); }
.alp-grid-table tbody th { font-weight: 600; color: var(--alp-ink); background: rgba(1, 126, 128, 0.12); }

/* ===== Media split ===== */
.alp-duo {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 38px;
  align-items: center;
  margin: 30px 0;
}
.alp-duo--flip > .alp-duo__art { order: -1; }
.alp-duo__art { position: relative; }
.alp-duo__art img {
  display: block;
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--alp-line);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}
.alp-duo__art::after {
  content: "";
  position: absolute;
  left: 18px;
  right: -10px;
  bottom: -10px;
  height: 4px;
  background: linear-gradient(90deg, var(--alp-red), transparent);
  border-radius: 2px;
}

/* ===== Cards / lists ===== */
.alp-grid { display: grid; gap: 20px; margin: 26px 0; }
.alp-grid--2 { grid-template-columns: repeat(2, 1fr); }
.alp-grid--3 { grid-template-columns: repeat(3, 1fr); }
.alp-card {
  background: var(--alp-panel);
  border: 1px solid var(--alp-line);
  border-radius: 12px;
  padding: 22px 22px 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease;
}
.alp-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--alp-gold), var(--alp-teal));
}
.alp-card:hover { transform: translateY(-4px); border-color: var(--alp-red); }
.alp-card h3, .alp-card .alp-card__head {
  margin: 0 0 8px;
  font-family: var(--alp-tech);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--alp-gold);
}
.alp-card p { margin: 0; color: var(--alp-mute); font-size: 16px; }
.alp-card .alp-ico { width: 38px; height: 38px; color: var(--alp-teal-glow); margin-bottom: 12px; }

.alp-steps { counter-reset: alpstep; list-style: none; margin: 24px 0; padding: 0; display: grid; gap: 12px; }
.alp-steps li {
  counter-increment: alpstep;
  position: relative;
  background: var(--alp-panel);
  border: 1px solid var(--alp-line);
  border-radius: 10px;
  padding: 14px 18px 14px 64px;
}
.alp-steps li::before {
  content: counter(alpstep);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%) skewX(-6deg);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  font-family: var(--alp-disp);
  font-size: 18px;
  color: var(--alp-navy);
  background: var(--alp-gold);
  clip-path: polygon(5px 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
}

.alp-ticks { list-style: none; margin: 18px 0; padding: 0; display: grid; gap: 10px; }
.alp-ticks li { position: relative; padding-left: 32px; }
.alp-ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 9px;
  border-left: 3px solid var(--alp-gold);
  border-bottom: 3px solid var(--alp-gold);
  transform: rotate(-45deg);
}
.alp-ticks--red li::before { border-color: var(--alp-red); }

.alp-vs { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 26px 0; }
.alp-vs__col { border-radius: 12px; padding: 24px; border: 1px solid var(--alp-line); background: var(--alp-panel); }
.alp-vs__col--plus { border-top: 4px solid var(--alp-gold); }
.alp-vs__col--minus { border-top: 4px solid var(--alp-red); }
.alp-vs__col h3 { margin-top: 0; }
.alp-vs__col--minus h3 { color: var(--alp-red); }

/* ===== Thumbs gallery ===== */
.alp-reel { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin: 28px 0 6px; }
.alp-reel figure { margin: 0; position: relative; border-radius: 12px; overflow: hidden; border: 1px solid var(--alp-line); }
.alp-reel img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.alp-reel figure:hover img { transform: scale(1.05); }
.alp-reel figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 26px 10px 8px;
  background: linear-gradient(180deg, transparent, rgba(11, 20, 34, 0.92) 70%);
  font-family: var(--alp-tech);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ===== Rating ===== */
.alp-score {
  display: flex;
  align-items: center;
  gap: 22px;
  background: linear-gradient(105deg, var(--alp-panel) 55%, rgba(1, 126, 128, 0.25));
  border: 1px solid var(--alp-line);
  border-left: 4px solid var(--alp-red);
  border-radius: 14px;
  padding: 24px 28px;
  margin: 28px 0;
  flex-wrap: wrap;
}
.alp-score__num {
  font-family: var(--alp-disp);
  font-size: 56px;
  color: var(--alp-gold);
  line-height: 1;
  transform: skewX(-5deg);
}
.alp-score__of { font-size: 24px; color: var(--alp-mute); }
.alp-score__txt { flex: 1; min-width: 220px; color: var(--alp-mute); }
.alp-stars { display: inline-flex; gap: 3px; color: var(--alp-gold); }
.alp-stars svg { width: 22px; height: 22px; }

/* ===== FAQ ===== */
.alp-faq { display: grid; gap: 12px; margin: 26px 0; }
.alp-faq details {
  background: var(--alp-panel);
  border: 1px solid var(--alp-line);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.alp-faq details[open] { border-color: var(--alp-teal); }
.alp-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 20px;
  font-family: var(--alp-tech);
  font-weight: 700;
  font-size: 19px;
  color: var(--alp-ink);
}
.alp-faq summary::-webkit-details-marker { display: none; }
.alp-faq summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-family: var(--alp-tech);
  font-size: 24px;
  color: var(--alp-navy);
  background: var(--alp-gold);
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0 100%);
  transition: transform 0.25s ease, background 0.25s ease;
}
.alp-faq details[open] summary::after { content: "–"; background: var(--alp-red); color: #fff; }
.alp-faq summary:hover { color: var(--alp-gold); }
.alp-faq .alp-faq__body { padding: 0 20px 18px; color: var(--alp-mute); }

/* ===== Verdict / note boxes ===== */
.alp-note {
  border: 1px solid var(--alp-line);
  border-left: 4px solid var(--alp-teal);
  background: rgba(1, 126, 128, 0.1);
  border-radius: 10px;
  padding: 18px 22px;
  margin: 24px 0;
  color: var(--alp-mute);
}
.alp-note--warn { border-left-color: var(--alp-red); background: rgba(213, 43, 30, 0.08); }
.alp-note--gold { border-left-color: var(--alp-gold); background: rgba(254, 209, 0, 0.07); }

.alp-sign {
  display: grid;
  gap: 4px;
  margin: 28px 0 0;
  padding: 22px 26px;
  border: 1px solid var(--alp-line);
  border-radius: 12px;
  background: var(--alp-panel);
  max-width: 460px;
}
.alp-sign b { font-family: var(--alp-tech); font-size: 19px; text-transform: uppercase; color: var(--alp-gold); }
.alp-sign span { color: var(--alp-mute); font-size: 15.5px; }

/* ===== Breadcrumbs ===== */
.alp-crumbs {
  margin: 90px 0 -42px;
  font-family: var(--alp-tech);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.alp-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.alp-crumbs li + li::before { content: "›"; color: var(--alp-red); margin-right: 6px; }
.alp-crumbs a { color: var(--alp-mute); text-decoration: none; }
.alp-crumbs a:hover { color: var(--alp-gold); }
.alp-crumbs [aria-current] { color: var(--alp-gold); }

/* ===== Footer ===== */
.alp-foot {
  margin-top: 70px;
  background: var(--alp-navy);
  border-top: 3px solid var(--alp-red);
  padding: 48px 0 30px;
}
.alp-foot__cols { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 34px; }
.alp-foot h4 {
  font-family: var(--alp-tech);
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--alp-gold);
  margin: 0 0 14px;
}
.alp-foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.alp-foot a { color: var(--alp-mute); text-decoration: none; }
.alp-foot a:hover { color: var(--alp-gold); }
.alp-foot__about { color: var(--alp-mute); font-size: 15.5px; }
.alp-badge18 {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid var(--alp-red);
  border-radius: 50%;
  font-family: var(--alp-tech);
  font-weight: 700;
  font-size: 17px;
  color: var(--alp-red);
  margin-right: 12px;
  flex: 0 0 auto;
}
.alp-foot__rg { display: flex; align-items: flex-start; gap: 4px; margin-top: 16px; }
.alp-foot__base {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--alp-line);
  color: var(--alp-mute);
  font-size: 14.5px;
  display: grid;
  gap: 10px;
}

/* ===== Back to top ===== */
.alp-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  width: 50px;
  height: 50px;
  border: 1px solid var(--alp-line);
  border-radius: 10px;
  background: var(--alp-panel);
  color: var(--alp-gold);
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.2s ease;
}
.alp-top.alp-top--on { opacity: 1; pointer-events: auto; transform: translateY(0); }
.alp-top:hover { border-color: var(--alp-red); }

/* ===== Reveal ===== */
.alp-in { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.alp-in.alp-in--go { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .alp-in { opacity: 1; transform: none; transition: none; }
  .alp-card, .alp-cta, .alp-reel img { transition: none; }
}

/* ===== Legal pages ===== */
.alp-legal { margin-top: 100px; }
.alp-legal h1 {
  font-family: var(--alp-disp);
  font-size: clamp(30px, 4.5vw, 46px);
  text-transform: uppercase;
  transform: skewX(-3deg);
}
.alp-legal h2 { font-size: clamp(22px, 3vw, 28px); }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .alp-mainnav { font-size: 16px; gap: 0; }
  .alp-head__row { gap: 12px; }
  .alp-head__actions { gap: 8px; }
  .alp-head__actions .alp-cta--mini { font-size: 13.5px; padding: 8px 10px; }
  .alp-grid-table { font-size: 14px; }
  .alp-grid-table th, .alp-grid-table td { padding: 9px 8px; }
  .alp-reel { grid-template-columns: repeat(3, 1fr); }
  .alp-foot__cols { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .alp-mainnav, .alp-head__actions { display: none; }
  .alp-head__row { grid-template-columns: auto 1fr auto; }
  .alp-burger { display: block; justify-self: end; }
  .alp-duo, .alp-duo--flip { grid-template-columns: 1fr; gap: 22px; }
  .alp-duo--flip > .alp-duo__art { order: 0; }
  .alp-vs { grid-template-columns: 1fr; }
  .alp-grid--3, .alp-grid--2 { grid-template-columns: 1fr; }
  .alp-hero { min-height: 520px; }
  .alp-hero__veil, .alp-banner__veil {
    background: linear-gradient(180deg, rgba(11, 20, 34, 0.18) 0%, rgba(11, 20, 34, 0.55) 42%, rgba(11, 20, 34, 0.93) 74%);
  }
  .alp-hero__core { align-self: flex-end; max-width: 100%; }
  .alp-banner__core { max-width: 100%; margin-top: 260px; padding: 24px 22px; }
  .alp-hero__core { padding-top: 400px; }
  .alp-hero h1 { font-size: clamp(30px, 7.4vw, 44px); }
  .alp-banner { min-height: 470px; }
  .alp-banner__img,
  .alp-banner--focus-right .alp-banner__img,
  .alp-banner--focus-center .alp-banner__img {
    object-position: center top;
  }
  .alp-block { padding: 48px 0; }
}

@media (max-width: 980px) {
  /* Tabellen -> Karten */
  .alp-grid-table, .alp-grid-table tbody, .alp-grid-table tr, .alp-grid-table th, .alp-grid-table td { display: block; }
  .alp-grid-table thead { display: none; }
  .alp-grid-table caption { display: block; }
  .alp-grid-table tr { padding: 6px 0; }
  .alp-grid-table tr + tr { border-top: 2px solid var(--alp-line); }
  .alp-grid-table td, .alp-grid-table tbody th { border-top: 0; padding: 7px 14px; }
  .alp-grid-table td::before, .alp-grid-table tbody th::before {
    content: attr(data-th);
    display: block;
    font-family: var(--alp-tech);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--alp-teal-glow);
    margin-bottom: 1px;
  }
  .alp-grid-table td:empty { display: none; }
}

@media (max-width: 480px) {
  body { font-size: 16px; }
  .alp-shell { width: calc(100% - 24px); }
  .alp-reel { grid-template-columns: repeat(2, 1fr); }
  .alp-foot__cols { grid-template-columns: 1fr; }
  .alp-hero__deck .alp-cta { width: 100%; }
  .alp-score { padding: 20px; gap: 14px; }
  .alp-steps li { padding: 12px 14px 12px 58px; }
}
