:root {
  --navy: #0b0e1a;
  --hero: #141b30;
  --hero-2: #1a2342;
  --text: #2e3246;
  --muted: #6b7280;
  --line: #ededed;
  --white: #fff;
  --red: #ff003a;
  --red-2: #ff2453;
  --purple: #be2edd;
  --blue: #223094;
  --gold: #f8ce0b;
  --star-empty: #ccc;
  --max: 1200px;
  --font: "Jost", "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--white);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red-2); text-decoration: none; }
button { font-family: inherit; }
.wrap { width: min(var(--max), calc(100% - 30px)); margin: 0 auto; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  flex-shrink: 0;
  background: var(--navy);
  box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 80px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
}
.logo img { height: 48px; width: auto; }
.logo-copy { display: flex; flex-direction: column; line-height: 1.05; }
.logo-copy strong { font-size: 15px; font-weight: 700; letter-spacing: .04em; }
.logo-copy small { font-size: 11px; color: #b2bec3; font-weight: 500; letter-spacing: .08em; }

.nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 2px;
}
.nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 28px 14px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.nav a:hover,
.nav a.is-active { color: var(--red); border-bottom-color: var(--red); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.lang-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 4px;
  padding: 6px 8px;
}
.flag {
  width: 18px; height: 12px;
  background: linear-gradient(to right, #009246 0 33%, #fff 33% 66%, #ce2b37 66%);
  border-radius: 1px;
  display: inline-block;
}

.glow-button {
  background: var(--red);
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 4px 4px 0 0 #fff;
  transition: transform .1s ease-in-out;
  cursor: pointer;
  line-height: 1.2;
}
.glow-button:hover { transform: translateY(-2px); color: #fff !important; }
.glow-button.lg { font-size: 18px; padding: 12px 28px; }

.burger {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 5px;
  background: transparent;
  padding: 10px 9px;
  cursor: pointer;
}
.burger span {
  display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px;
}

.mobile-nav {
  display: none;
  background: #101428;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 8px 0 16px;
}
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.mobile-nav a:hover { color: var(--red); }
.mobile-nav .glow-button { margin: 14px 20px 4px; display: inline-block; }

/* Hero */
.hero {
  background: var(--hero);
  color: #fff;
  padding: 56px 0 28px;
  text-align: center;
}
.hero h1 {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}
.hero .lead {
  margin: 0 auto 28px;
  max-width: 720px;
  font-size: 1.15rem;
  color: #e8ecf8;
}
.cta-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 920px;
  margin: 0 auto 28px;
}
.fcc-btn {
  background: #fff;
  padding: 15px 25px;
  text-decoration: none !important;
  font-size: 22px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000 !important;
  font-weight: 700;
  border-radius: 2px;
}
.fcc-btn img { width: 22px; height: 22px; display: inline-block; }
.fcc-btn:hover { background: var(--blue); color: #fff !important; }

.cover-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 8px auto 0;
}
.cover {
  position: relative;
  min-height: 280px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px 12px;
}
.cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,14,26,.15), rgba(11,14,26,.55));
}
.cover .glow-button { position: relative; z-index: 1; }

.hero-note {
  max-width: 820px;
  margin: 28px auto 0;
  color: #d7dcec;
  font-size: 1rem;
}

.page-hero {
  background: var(--hero);
  color: #fff;
  text-align: center;
  padding: 40px 0 36px;
}
.page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 3.5vw, 2.35rem);
  line-height: 1.15;
  color: #fff;
}
.page-hero .lead {
  margin: 0 auto 22px;
  max-width: 680px;
  color: #e8ecf8;
}
.page-hero .cta-pair {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
}
.page-hero .fcc-btn {
  width: auto;
  min-width: 200px;
  min-height: 56px;
  font-size: 18px;
}
.page-hero .cta-pair .glow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 56px;
  padding: 15px 25px;
}

.stage {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0e1a;
  margin: 0 0 28px;
}
.stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,14,26,.2), rgba(11,14,26,.62));
}
.stage-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  background: rgba(248, 206, 11, .95);
  color: #1a1400;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
}
.stage .glow-button { position: relative; z-index: 1; }

.os-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 16px 0 24px;
}
.os-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px 18px 16px;
  background: #fafafa;
}
.os-card h3 { margin: 0 0 8px; }
.os-card p { margin: 0 0 12px; font-size: 15px; }

@media (max-width: 980px) {
  .os-grid { grid-template-columns: 1fr; }
  .stage { min-height: 260px; }
}

/* Content */
.content {
  flex: 1;
  width: 100%;
  padding: 48px 0 80px;
  color: var(--text);
}
.content h2 {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.25;
  margin: 0 0 14px;
  color: #151515;
}
.content h3 {
  font-size: 1.25rem;
  margin: 28px 0 10px;
  color: #1b1f33;
}
.content p { margin: 0 0 1.2rem; }
.content ul, .content ol { margin: 0 0 1.2rem; padding-left: 0; }
.content ul { list-style: none; }
.content ul li {
  position: relative;
  padding: 5px 5px 5px 32px;
}
.content ul li::before {
  content: "✓";
  position: absolute;
  left: 6px;
  top: 5px;
  color: var(--red-2);
  font-weight: 700;
}
.content ol { padding-left: 22px; }
.content ol li { padding: 4px 0; }
.section { margin-bottom: 48px; }
.center { text-align: center; }
.figure {
  margin: 22px 0;
  border-radius: 8px;
  overflow: hidden;
}
.figure img { width: 100%; }
.figure figcaption {
  font-size: 13px;
  color: var(--muted);
  padding: 8px 2px 0;
}

.play-wrap { text-align: center; margin: 8px 0 28px; }

/* Tables */
.table-scroll { overflow-x: auto; margin: 18px 0 28px; }
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
th, td {
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
thead th { background: #f7f8fb; font-weight: 700; }
tbody tr:nth-child(even) { background: #fafafa; }
.specs-table th { width: 38%; white-space: nowrap; }

/* Stars */
.stars {
  display: inline-flex;
  gap: 2px;
  color: var(--gold);
  letter-spacing: 1px;
  font-size: 16px;
}
.stars .empty { color: var(--star-empty); }

/* Split cards */
.procon {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 16px 0 8px;
}
.procon article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  background: #fafafa;
}
.procon h3 { margin-top: 0; }
.procon.pros h3 { color: #1e8e3e; }
.procon.cons h3, .con-title { color: var(--red); }

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 18px; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f1f3f8;
  border: 1px solid #e4e7ef;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #1b1f33;
}

.steps { counter-reset: step; list-style: none; padding: 0; }
.steps li {
  padding: 12px 12px 12px 52px;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 8px; top: 12px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  display: flex; align-items: center; justify-content: center;
}

.review-list { display: grid; gap: 14px; }
.review {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
  background: #fff;
}
.review strong { display: block; margin-bottom: 4px; }
.review q { font-style: italic; color: #3b4058; }

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #151515;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 700;
}
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 10px 0 4px; color: #3b4058; }

.pay-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 18px;
}
.pay-grid span {
  background: #f4f5f8;
  border: 1px solid #e6e8ef;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
}

.age-box {
  margin-top: 28px;
  padding: 16px 18px;
  background: #fff6f7;
  border: 1px solid #ffd0d8;
  border-radius: 8px;
  font-size: 14px;
}
.age-box strong { color: var(--red); }

/* Footer */
.site-footer {
  flex-shrink: 0;
  background: #0b0e1a;
  color: #d7dcec;
  padding: 28px 0 18px;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: var(--red); }
.footer-nav { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-meta {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
  color: #9aa3b8;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.to-top {
  color: #fff;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 13px;
}

/* Mobile dock — same chrome as the header */
.dock { display: none; }

@media (max-width: 980px) {
  .nav { display: none; }
  .burger { display: inline-block; }
  .header-actions .glow-button { display: none; }
  .cta-row, .cover-grid, .procon, .grid-2 { grid-template-columns: 1fr; }
  .cover { min-height: 240px; align-items: center; padding-bottom: 20px; }
  .hero { padding: 36px 0 22px; }
  .fcc-btn { font-size: 18px; }
  .header-inner { min-height: 64px; }
  .logo img { height: 40px; }

  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
  body.menu-open .dock { visibility: hidden; pointer-events: none; }

  .dock {
    display: block;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 45;
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 -10px 28px rgba(0, 0, 0, .38);
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
    transform: none;
  }
  .dock-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    color: #fff;
    text-decoration: none !important;
  }
  .dock-bonus {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
  }
  .dock-eur {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    color: #1a1400;
    background: radial-gradient(circle at 32% 28%, #fff4a8, #f8ce0b 46%, #c9a006);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .55),
      0 2px 6px rgba(0, 0, 0, .4);
  }
  .dock-bonus-text {
    display: flex;
    flex-direction: column;
    line-height: 1.12;
    min-width: 0;
  }
  .dock-bonus-text strong {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .01em;
  }
  .dock-bonus-text small {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #b8c0d4;
  }
  .dock-play {
    flex: 0 0 46%;
    max-width: 210px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--red);
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: .14em;
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 0 0 #fff;
  }
}

@media (max-width: 640px) {
  .logo-copy { display: none; }
  .lang-chip span { display: none; }
  .glow-button { font-size: 14px; padding: 8px 12px; box-shadow: 3px 3px 0 0 #fff; }
  .dock-play { letter-spacing: .12em; }
}
