:root {
  --nox-midnight: #071A2D;
  --nox-petrol: #006D73;
  --nox-cyan: #00d7e8;
  --nox-cyan-soft: rgba(0, 215, 232, 0.32);
  --nox-white: #f4f8fa;
  --nox-muted: rgba(230, 236, 241, 0.92);
  --nox-dark: rgba(1, 8, 15, 0.72);
  --nox-border: rgba(0, 215, 232, 0.50);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--nox-white);
  background: #020811;
}

body.nox-locked {
  overflow: hidden;
}

.nox-hidden {
  display: none !important;
}

/* Außen: spätere Startseite */
.nox-page-preview {
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(1, 8, 15, 0.20), rgba(1, 8, 15, 0.54)),
    url("../images/startpage-preview-bg.png") center / cover no-repeat;
}

.nox-page-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(1, 8, 15, 0.32), rgba(1, 8, 15, 0.64)),
    url("../images/startpage-preview-bg.png") center / cover no-repeat;
  filter: blur(16px) scale(1.05);
}

.nox-page-preview-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0, 215, 232, 0.06), transparent 40%),
    rgba(1, 8, 15, 0.28);
}

/* Gate */
.nox-access-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.nox-gate-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 8, 15, 0.28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* FSK18 Karte */
.nox-gate-card {
  position: relative;
  width: min(980px, calc(100vw - 44px));
  min-height: min(590px, calc(100vh - 56px));
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(0, 215, 232, 0.48);
  box-shadow:
    0 0 18px rgba(0, 215, 232, 0.22),
    0 0 54px rgba(0, 109, 115, 0.22);
}

.nox-gate-card--age {
  background:
    linear-gradient(180deg, rgba(1, 8, 15, 0.14), rgba(1, 8, 15, 0.56)),
    linear-gradient(90deg, rgba(1, 8, 15, 0.52) 0%, rgba(1, 8, 15, 0.24) 42%, rgba(1, 8, 15, 0.36) 100%),
    url("../images/fsk-card-bg.png") center / cover no-repeat;
}

.nox-gate-card--cookie {
  background:
    linear-gradient(180deg, rgba(7, 26, 45, 0.96), rgba(3, 13, 25, 0.95));
}

.nox-gate-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.00) 20%),
    rgba(2, 12, 24, 0.10);
  pointer-events: none;
}

.nox-gate-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 33px;
  border: 1px solid rgba(0, 215, 232, 0.26);
  box-shadow:
    inset 0 0 22px rgba(0, 215, 232, 0.06),
    inset 0 0 44px rgba(0, 109, 115, 0.08);
  pointer-events: none;
}

.nox-gate-content {
  position: relative;
  z-index: 2;
  min-height: inherit;
  padding: clamp(36px, 4vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* Logo: groß, sichtbar, sauber */
.nox-logo-wrap {
  position: relative;
  min-height: 170px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
}

.nox-logo-wrap::before {
  content: "";
  position: absolute;
  width: min(560px, 72vw);
  height: 150px;
  border-radius: 999px;
  background: rgba(2, 10, 18, 0.34);
  filter: blur(16px);
  pointer-events: none;
}

.nox-gate-logo {
  position: relative;
  z-index: 2;
  width: min(690px, 82vw);
  max-height: 240px;
  object-fit: contain;
  display: block;
  background: transparent !important;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.55));
}

.nox-logo-wrap--cookie {
  min-height: 118px;
  margin-bottom: 10px;
}

.nox-logo-wrap--cookie::before {
  width: min(440px, 64vw);
  height: 92px;
}

.nox-gate-logo--cookie {
  width: min(460px, 68vw);
  max-height: 132px;
}

.nox-gate-kicker {
  margin: 0 0 16px;
  color: var(--nox-cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.nox-gate-card h1,
.nox-gate-card h2 {
  margin: 0;
  color: var(--nox-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.04;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.88);
}

.nox-gate-text {
  max-width: 740px;
  margin: 24px auto 0;
  color: var(--nox-muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-weight: 600;
  line-height: 1.72;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.84);
}

/* Buttons */
.nox-gate-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  margin-top: 42px;
}

.nox-btn {
  position: relative;
  min-width: 280px;
  min-height: 74px;
  padding: 0 28px;
  border: 1px solid rgba(0, 215, 232, 0.58);
  border-radius: 999px;
  background: transparent;
  color: var(--nox-white);
  cursor: pointer;
  overflow: visible;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    filter 180ms ease;
}

.nox-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02) 20%, rgba(0,0,0,0.14) 100%),
    linear-gradient(180deg, rgba(0, 109, 115, 0.96), rgba(3, 44, 58, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    inset 0 -10px 16px rgba(0,0,0,0.18);
  z-index: 0;
}

.nox-btn-secondary::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02) 20%, rgba(0,0,0,0.18) 100%),
    linear-gradient(180deg, rgba(8, 28, 42, 0.96), rgba(4, 18, 34, 0.98));
}

.nox-btn::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: -13px;
  height: 18px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
  filter: blur(12px);
  z-index: -1;
}

.nox-btn-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nox-white);
  text-shadow: 0 1px 6px rgba(0,0,0,0.46);
}

/* 15 Grad links / rechts */
.nox-btn-left {
  transform: rotate(-15deg);
}

.nox-btn-left .nox-btn-label {
  transform: rotate(15deg);
}

.nox-btn-right {
  transform: rotate(15deg);
}

.nox-btn-right .nox-btn-label {
  transform: rotate(-15deg);
}

/* Hover: 5% anheben + Glow */
.nox-btn-left:hover {
  transform: rotate(-15deg) translateY(-5%);
  box-shadow:
    0 0 18px rgba(0, 215, 232, 0.32),
    0 0 34px rgba(0, 215, 232, 0.20);
}

.nox-btn-right:hover {
  transform: rotate(15deg) translateY(-5%);
  box-shadow:
    0 0 18px rgba(0, 215, 232, 0.32),
    0 0 34px rgba(0, 215, 232, 0.20);
}

.nox-btn:hover {
  border-color: rgba(0, 215, 232, 0.96);
  filter: brightness(1.06);
}

.nox-btn:active.nox-btn-left {
  transform: rotate(-15deg) translateY(-2%);
}

.nox-btn:active.nox-btn-right {
  transform: rotate(15deg) translateY(-2%);
}

@media (max-width: 900px) {
  .nox-gate-card {
    width: min(100%, calc(100vw - 28px));
  }

  .nox-gate-content {
    padding: 30px 24px;
  }

  .nox-logo-wrap {
    min-height: 138px;
  }

  .nox-logo-wrap::before {
    width: min(500px, 74vw);
    height: 118px;
  }

  .nox-gate-logo {
    width: min(560px, 80vw);
    max-height: 190px;
  }

  .nox-gate-actions {
    gap: 22px;
  }

  .nox-btn {
    min-width: 248px;
    min-height: 70px;
  }
}

@media (max-width: 640px) {
  .nox-access-gate {
    padding: 14px;
  }

  .nox-gate-card {
    min-height: auto;
    border-radius: 24px;
  }

  .nox-gate-card::after {
    border-radius: 23px;
  }

  .nox-gate-content {
    padding: 26px 18px;
  }

  .nox-logo-wrap {
    min-height: 110px;
    margin-bottom: 4px;
  }

  .nox-logo-wrap::before {
    width: min(360px, 84vw);
    height: 88px;
  }

  .nox-gate-logo {
    width: min(420px, 86vw);
    max-height: 136px;
  }

  .nox-logo-wrap--cookie {
    min-height: 88px;
  }

  .nox-gate-logo--cookie {
    width: min(300px, 72vw);
    max-height: 88px;
  }

  .nox-gate-card h1,
  .nox-gate-card h2 {
    letter-spacing: 0.04em;
  }

  .nox-gate-actions {
    gap: 18px;
  }

  .nox-btn {
    width: min(92%, 320px);
    min-width: 0;
    min-height: 68px;
  }

  .nox-btn-left {
    transform: rotate(-8deg);
  }

  .nox-btn-left .nox-btn-label {
    transform: rotate(8deg);
  }

  .nox-btn-right {
    transform: rotate(8deg);
  }

  .nox-btn-right .nox-btn-label {
    transform: rotate(-8deg);
  }

  .nox-btn-left:hover {
    transform: rotate(-8deg) translateY(-5%);
  }

  .nox-btn-right:hover {
    transform: rotate(8deg) translateY(-5%);
  }
}

/* ==================================================
   NOX BUTTON FINAL — RUHIG GERADE, HOVER 3D GEDREHT
   ================================================== */

/* Button-Gruppe sauber und ruhig */
.nox-gate-actions {
  gap: 34px !important;
  margin-top: 42px !important;
  perspective: 900px;
}

/* Grundzustand: NICHT gedreht */
.nox-btn,
.nox-btn-left,
.nox-btn-right {
  transform: rotate(0deg) translateY(0) scale(1) !important;
  min-width: 280px !important;
  min-height: 72px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0, 215, 232, 0.56) !important;
  background: transparent !important;
  overflow: visible !important;
  position: relative !important;
  transform-style: preserve-3d;
  transition:
    transform 220ms ease,
    filter 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease !important;
}

/* 3D-Körper */
.nox-btn::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  z-index: 0 !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.04) 26%, rgba(0,0,0,0.24) 100%),
    linear-gradient(145deg, rgba(0, 118, 128, 0.98), rgba(3, 44, 58, 0.98)) !important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.20),
    inset 0 -14px 20px rgba(0,0,0,0.28),
    0 8px 0 rgba(0, 48, 56, 0.82),
    0 16px 24px rgba(0,0,0,0.34) !important;
  transition:
    box-shadow 220ms ease,
    filter 220ms ease,
    background 220ms ease !important;
}

/* rechter / sekundärer Button dunkler */
.nox-btn-secondary::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.03) 26%, rgba(0,0,0,0.28) 100%),
    linear-gradient(145deg, rgba(8, 31, 46, 0.98), rgba(3, 16, 28, 0.98)) !important;
}

/* Schatten unter Button */
.nox-btn::after {
  content: "" !important;
  position: absolute !important;
  left: 10% !important;
  right: 10% !important;
  bottom: -18px !important;
  height: 20px !important;
  border-radius: 999px !important;
  background: rgba(0, 0, 0, 0.36) !important;
  filter: blur(13px) !important;
  z-index: -1 !important;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    filter 220ms ease !important;
}

/* Schrift: eingraviert / geprägt */
.nox-btn-label {
  position: relative !important;
  z-index: 2 !important;
  display: inline-block !important;
  transform: none !important;
  color: rgba(238, 248, 250, 0.92) !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.22),
    0 -1px 0 rgba(0,0,0,0.85),
    0 2px 4px rgba(0,0,0,0.72) !important;
}

/* feine Gravur-Linie über der Schrift */
.nox-btn-label::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: rgba(0, 0, 0, 0.28);
  transform: translateY(1px);
  z-index: -1;
}

/* data-text automatisch optisch nicht nötig, aber CSS-kompatibel */
.nox-btn-label {
  -webkit-font-smoothing: antialiased;
}

/* Hover: linker Button dreht erst JETZT nach links */
.nox-btn-left:hover {
  transform: rotate(-15deg) translateY(-5%) scale(1.035) !important;
  border-color: rgba(0, 215, 232, 0.98) !important;
  filter: brightness(1.10) !important;
  box-shadow:
    0 0 18px rgba(0, 215, 232, 0.36),
    0 0 38px rgba(0, 109, 115, 0.30) !important;
}

/* Hover: rechter Button dreht erst JETZT nach rechts */
.nox-btn-right:hover {
  transform: rotate(15deg) translateY(-5%) scale(1.035) !important;
  border-color: rgba(0, 215, 232, 0.98) !important;
  filter: brightness(1.10) !important;
  box-shadow:
    0 0 18px rgba(0, 215, 232, 0.36),
    0 0 38px rgba(0, 109, 115, 0.30) !important;
}

/* Hover-Glow nur am Button */
.nox-btn:hover::before {
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.24),
    inset 0 -14px 20px rgba(0,0,0,0.24),
    0 8px 0 rgba(0, 48, 56, 0.72),
    0 0 22px rgba(0, 215, 232, 0.42),
    0 0 46px rgba(0, 109, 115, 0.34) !important;
}

/* Hover-Schatten hebt sich mit */
.nox-btn:hover::after {
  transform: translateY(10px) scale(0.92) !important;
  opacity: 0.55 !important;
  filter: blur(16px) !important;
}

/* Schrift dreht mit, aber nicht extra gegensteuern */
.nox-btn-left .nox-btn-label,
.nox-btn-right .nox-btn-label,
.nox-btn-left:hover .nox-btn-label,
.nox-btn-right:hover .nox-btn-label {
  transform: none !important;
}

/* Klickzustand */
.nox-btn-left:active {
  transform: rotate(-15deg) translateY(-2%) scale(1.01) !important;
}

.nox-btn-right:active {
  transform: rotate(15deg) translateY(-2%) scale(1.01) !important;
}

/* Mobile: weniger Drehung, damit nichts ausbricht */
@media (max-width: 640px) {
  .nox-gate-actions {
    gap: 20px !important;
  }

  .nox-btn,
  .nox-btn-left,
  .nox-btn-right {
    width: min(92%, 320px) !important;
    min-width: 0 !important;
    min-height: 66px !important;
    transform: rotate(0deg) translateY(0) scale(1) !important;
  }

  .nox-btn-left:hover {
    transform: rotate(-7deg) translateY(-5%) scale(1.025) !important;
  }

  .nox-btn-right:hover {
    transform: rotate(7deg) translateY(-5%) scale(1.025) !important;
  }

  .nox-btn-left:active {
    transform: rotate(-7deg) translateY(-2%) scale(1.01) !important;
  }

  .nox-btn-right:active {
    transform: rotate(7deg) translateY(-2%) scale(1.01) !important;
  }
}

/* === NOX FINAL BUTTON/LOGO TUNING START === */

/* --------------------------------------------------
   LOGO GRÖSSER UND SICHTBARER
   -------------------------------------------------- */
.nox-logo-wrap {
  min-height: 205px !important;
  margin-bottom: 10px !important;
}

.nox-logo-wrap::before {
  width: min(620px, 78vw) !important;
  height: 158px !important;
  background: rgba(2, 10, 18, 0.30) !important;
  filter: blur(14px) !important;
}

.nox-gate-logo {
  width: min(760px, 84vw) !important;
  max-height: 270px !important;
  object-fit: contain !important;
  background: transparent !important;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.52)) !important;
}

.nox-logo-wrap--cookie {
  min-height: 130px !important;
}

.nox-logo-wrap--cookie::before {
  width: min(480px, 72vw) !important;
  height: 100px !important;
}

.nox-gate-logo--cookie {
  width: min(520px, 72vw) !important;
  max-height: 150px !important;
}

/* --------------------------------------------------
   BUTTONS: GERADE IM RUHEZUSTAND
   -------------------------------------------------- */
.nox-gate-actions {
  gap: 34px !important;
  margin-top: 42px !important;
  perspective: 1000px !important;
}

.nox-btn,
.nox-btn-left,
.nox-btn-right {
  transform: translateY(0) rotate(0deg) scale(1) !important;
  min-width: 285px !important;
  min-height: 74px !important;
  padding: 0 30px !important;
  border-radius: 999px !important;
  background: transparent !important;
  border: 1px solid rgba(0, 215, 232, 0.48) !important;
  overflow: visible !important;
  position: relative !important;
  box-shadow: none !important;
  transition:
    transform 220ms ease,
    filter 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease !important;
}

/* --------------------------------------------------
   METALLISCHER BUTTON-KÖRPER IM NOX-FARBSTIL
   -------------------------------------------------- */
.nox-btn::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  z-index: 0 !important;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,0.28) 0%,
      rgba(255,255,255,0.08) 16%,
      rgba(255,255,255,0.02) 24%,
      rgba(0,0,0,0.10) 26%,
      rgba(0,0,0,0.28) 100%),
    linear-gradient(135deg,
      #1597a3 0%,
      #0c6f7f 24%,
      #095364 46%,
      #07384c 72%,
      #051d2f 100%) !important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.22),
    inset 0 -12px 18px rgba(0,0,0,0.30),
    0 7px 0 rgba(3, 31, 41, 0.85),
    0 15px 24px rgba(0,0,0,0.34) !important;
  transition:
    box-shadow 220ms ease,
    filter 220ms ease,
    background 220ms ease !important;
}

.nox-btn-secondary::before {
  background:
    linear-gradient(180deg,
      rgba(255,255,255,0.18) 0%,
      rgba(255,255,255,0.05) 16%,
      rgba(255,255,255,0.01) 24%,
      rgba(0,0,0,0.14) 26%,
      rgba(0,0,0,0.34) 100%),
    linear-gradient(135deg,
      #103d52 0%,
      #0b3043 28%,
      #082539 52%,
      #051a2c 78%,
      #031120 100%) !important;
}

/* feiner Schatten unter dem Button */
.nox-btn::after {
  content: "" !important;
  position: absolute !important;
  left: 10% !important;
  right: 10% !important;
  bottom: -18px !important;
  height: 20px !important;
  border-radius: 999px !important;
  background: rgba(0, 0, 0, 0.36) !important;
  filter: blur(13px) !important;
  z-index: -1 !important;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    filter 220ms ease !important;
}

/* --------------------------------------------------
   NUR DIE SCHRIFT WIRKT GRAVIERT / VERTIEFT
   -------------------------------------------------- */
.nox-btn-label {
  position: relative !important;
  z-index: 2 !important;
  display: inline-block !important;
  font-size: 0.96rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: rgba(228, 241, 246, 0.96) !important;
  transform: none !important;
  -webkit-font-smoothing: antialiased;
  text-shadow:
    0 -1px 0 rgba(255,255,255,0.18),
    0 1px 0 rgba(0,0,0,0.92),
    0 2px 3px rgba(0,0,0,0.58) !important;
}

/* dunkle innere Gravur */
.nox-btn-label::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: rgba(0, 0, 0, 0.34);
  transform: translateY(1.4px);
  z-index: -1;
}

/* kleine obere Lichtkante auf der Schrift */
.nox-btn-label::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: rgba(255, 255, 255, 0.10);
  transform: translateY(-0.8px);
  z-index: -1;
}

/* --------------------------------------------------
   HOVER: ERST DANN DREHEN + 5% ANHEBEN + GLOW
   DREHWINKEL JETZT 10°
   -------------------------------------------------- */
.nox-btn-left:hover {
  transform: translateY(-5%) rotate(-10deg) scale(1.03) !important;
  border-color: rgba(0, 215, 232, 0.96) !important;
  filter: brightness(1.08) !important;
  box-shadow:
    0 0 18px rgba(0, 215, 232, 0.34),
    0 0 36px rgba(0, 109, 115, 0.28) !important;
}

.nox-btn-right:hover {
  transform: translateY(-5%) rotate(10deg) scale(1.03) !important;
  border-color: rgba(0, 215, 232, 0.96) !important;
  filter: brightness(1.08) !important;
  box-shadow:
    0 0 18px rgba(0, 215, 232, 0.34),
    0 0 36px rgba(0, 109, 115, 0.28) !important;
}

.nox-btn:hover::before {
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.26),
    inset 0 -12px 18px rgba(0,0,0,0.26),
    0 7px 0 rgba(3, 31, 41, 0.76),
    0 0 22px rgba(0, 215, 232, 0.38),
    0 0 44px rgba(0, 109, 115, 0.28) !important;
}

.nox-btn:hover::after {
  transform: translateY(10px) scale(0.92) !important;
  opacity: 0.58 !important;
  filter: blur(15px) !important;
}

.nox-btn-left:active {
  transform: translateY(-2%) rotate(-10deg) scale(1.01) !important;
}

.nox-btn-right:active {
  transform: translateY(-2%) rotate(10deg) scale(1.01) !important;
}

/* --------------------------------------------------
   MOBILE
   -------------------------------------------------- */
@media (max-width: 900px) {
  .nox-logo-wrap {
    min-height: 170px !important;
  }

  .nox-logo-wrap::before {
    width: min(560px, 80vw) !important;
    height: 132px !important;
  }

  .nox-gate-logo {
    width: min(620px, 84vw) !important;
    max-height: 220px !important;
  }
}

@media (max-width: 640px) {
  .nox-logo-wrap {
    min-height: 118px !important;
  }

  .nox-logo-wrap::before {
    width: min(380px, 86vw) !important;
    height: 88px !important;
  }

  .nox-gate-logo {
    width: min(430px, 88vw) !important;
    max-height: 145px !important;
  }

  .nox-logo-wrap--cookie {
    min-height: 92px !important;
  }

  .nox-gate-logo--cookie {
    width: min(320px, 76vw) !important;
    max-height: 92px !important;
  }

  .nox-gate-actions {
    gap: 20px !important;
  }

  .nox-btn,
  .nox-btn-left,
  .nox-btn-right {
    width: min(92%, 320px) !important;
    min-width: 0 !important;
    min-height: 68px !important;
  }

  .nox-btn-left:hover {
    transform: translateY(-5%) rotate(-7deg) scale(1.02) !important;
  }

  .nox-btn-right:hover {
    transform: translateY(-5%) rotate(7deg) scale(1.02) !important;
  }

  .nox-btn-left:active {
    transform: translateY(-2%) rotate(-7deg) scale(1.01) !important;
  }

  .nox-btn-right:active {
    transform: translateY(-2%) rotate(7deg) scale(1.01) !important;
  }
}

/* === NOX FINAL BUTTON/LOGO TUNING END === */

/* === NOX GLOW/LOGO ROUNDING START === */

/* ---------------------------------------
   FSK18-SPERRE: STARKE, RUNDE GLOW-WIRKUNG
   --------------------------------------- */
.nox-gate-card {
  position: relative !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.nox-gate-card--age {
  border: 1px solid rgba(0, 215, 232, 0.54) !important;
  box-shadow:
    0 0 0 1px rgba(0, 215, 232, 0.12),
    0 0 16px rgba(0, 215, 232, 0.18),
    0 0 40px rgba(0, 215, 232, 0.24),
    0 0 82px rgba(0, 215, 232, 0.26),
    0 0 138px rgba(0, 109, 115, 0.28),
    0 0 210px rgba(0, 109, 115, 0.18) !important;
}

/* innerer Glow bleibt weich und rund */
.nox-gate-card--age::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 215, 232, 0.08), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.00) 18%),
    linear-gradient(0deg, rgba(0, 215, 232, 0.03), rgba(0, 215, 232, 0.00) 26%) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.nox-gate-card-overlay {
  border-radius: inherit !important;
  z-index: 1 !important;
}

.nox-gate-card::after {
  inset: 1px !important;
  border-radius: 33px !important;
  border: 1px solid rgba(0, 215, 232, 0.30) !important;
  box-shadow:
    inset 0 0 18px rgba(0, 215, 232, 0.08),
    inset 0 0 40px rgba(0, 109, 115, 0.10),
    inset 0 0 64px rgba(0, 215, 232, 0.05) !important;
}

/* ---------------------------------------
   LOGO HELLER UND BESSER SICHTBAR
   --------------------------------------- */
.nox-gate-card--age .nox-logo-wrap {
  min-height: 218px !important;
  margin-bottom: 10px !important;
}

.nox-gate-card--age .nox-logo-wrap::before {
  width: min(650px, 80vw) !important;
  height: 170px !important;
  background:
    radial-gradient(circle, rgba(3, 16, 28, 0.56), rgba(3, 16, 28, 0.22) 54%, transparent 78%) !important;
  filter: blur(14px) !important;
}

.nox-gate-card--age .nox-gate-logo {
  width: min(800px, 86vw) !important;
  max-height: 295px !important;
  object-fit: contain !important;
  background: transparent !important;
  filter:
    brightness(1.34)
    contrast(1.14)
    saturate(1.12)
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.06))
    drop-shadow(0 0 16px rgba(0, 215, 232, 0.18))
    drop-shadow(0 6px 16px rgba(0, 0, 0, 0.44)) !important;
}

/* Cookie-Box bleibt etwas ruhiger */
.nox-gate-card--cookie {
  box-shadow:
    0 0 0 1px rgba(0, 215, 232, 0.08),
    0 0 14px rgba(0, 215, 232, 0.12),
    0 0 38px rgba(0, 109, 115, 0.12) !important;
}

/* ---------------------------------------
   MOBILE
   --------------------------------------- */
@media (max-width: 900px) {
  .nox-gate-card {
    border-radius: 30px !important;
  }

  .nox-gate-card::after {
    border-radius: 29px !important;
  }

  .nox-gate-card--age .nox-logo-wrap {
    min-height: 182px !important;
  }

  .nox-gate-card--age .nox-logo-wrap::before {
    width: min(560px, 82vw) !important;
    height: 138px !important;
  }

  .nox-gate-card--age .nox-gate-logo {
    width: min(680px, 84vw) !important;
    max-height: 240px !important;
  }
}

@media (max-width: 640px) {
  .nox-gate-card {
    border-radius: 24px !important;
  }

  .nox-gate-card--age {
    box-shadow:
      0 0 0 1px rgba(0, 215, 232, 0.12),
      0 0 14px rgba(0, 215, 232, 0.18),
      0 0 34px rgba(0, 215, 232, 0.22),
      0 0 58px rgba(0, 109, 115, 0.24),
      0 0 96px rgba(0, 109, 115, 0.16) !important;
  }

  .nox-gate-card::after {
    border-radius: 23px !important;
  }

  .nox-gate-card--age .nox-logo-wrap {
    min-height: 126px !important;
  }

  .nox-gate-card--age .nox-logo-wrap::before {
    width: min(390px, 86vw) !important;
    height: 92px !important;
  }

  .nox-gate-card--age .nox-gate-logo {
    width: min(450px, 88vw) !important;
    max-height: 150px !important;
  }
}

/* === NOX GLOW/LOGO ROUNDING END === */

/* === NOX COOKIE MATCH FSK START === */

/* ---------------------------------------
   COOKIE-BOX: GLOW WIE FSK18, SAUBER RUND
   --------------------------------------- */
.nox-gate-card--cookie {
  position: relative !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  isolation: isolate !important;
  border: 1px solid rgba(0, 215, 232, 0.54) !important;
  box-shadow:
    0 0 0 1px rgba(0, 215, 232, 0.12),
    0 0 16px rgba(0, 215, 232, 0.18),
    0 0 40px rgba(0, 215, 232, 0.24),
    0 0 78px rgba(0, 215, 232, 0.24),
    0 0 130px rgba(0, 109, 115, 0.24),
    0 0 190px rgba(0, 109, 115, 0.15) !important;
  background:
    linear-gradient(180deg, rgba(7, 26, 45, 0.96), rgba(3, 13, 25, 0.95)) !important;
}

.nox-gate-card--cookie::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background:
    radial-gradient(circle at 50% 14%, rgba(0, 215, 232, 0.14), transparent 38%),
    radial-gradient(circle at 50% 55%, rgba(0, 215, 232, 0.05), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.00) 18%) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.nox-gate-card--cookie::after {
  inset: 1px !important;
  border-radius: 33px !important;
  border: 1px solid rgba(0, 215, 232, 0.30) !important;
  box-shadow:
    inset 0 0 18px rgba(0, 215, 232, 0.08),
    inset 0 0 42px rgba(0, 109, 115, 0.10),
    inset 0 0 68px rgba(0, 215, 232, 0.05) !important;
}

/* ---------------------------------------
   COOKIE-LOGO: GRÖSSER + HELLER WIE FSK18
   --------------------------------------- */
.nox-gate-card--cookie .nox-logo-wrap {
  min-height: 178px !important;
  margin-bottom: 10px !important;
}

.nox-gate-card--cookie .nox-logo-wrap::before {
  width: min(610px, 78vw) !important;
  height: 150px !important;
  background:
    radial-gradient(circle, rgba(3, 16, 28, 0.54), rgba(3, 16, 28, 0.22) 54%, transparent 78%) !important;
  filter: blur(14px) !important;
}

.nox-gate-card--cookie .nox-gate-logo,
.nox-gate-card--cookie .nox-gate-logo--cookie {
  width: min(720px, 82vw) !important;
  max-height: 230px !important;
  object-fit: contain !important;
  background: transparent !important;
  filter:
    brightness(1.34)
    contrast(1.14)
    saturate(1.10)
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.05))
    drop-shadow(0 0 14px rgba(0, 215, 232, 0.14))
    drop-shadow(0 6px 16px rgba(0, 0, 0, 0.44)) !important;
}

/* ---------------------------------------
   COOKIE-INHALT ETWAS EDLER ABGESTIMMT
   --------------------------------------- */
.nox-gate-card--cookie .nox-gate-kicker {
  margin: 0 0 16px !important;
}

.nox-gate-card--cookie .nox-gate-content {
  padding-top: clamp(36px, 4vw, 60px) !important;
  padding-bottom: clamp(36px, 4vw, 60px) !important;
}

/* ---------------------------------------
   MOBILE
   --------------------------------------- */
@media (max-width: 900px) {
  .nox-gate-card--cookie {
    border-radius: 30px !important;
  }

  .nox-gate-card--cookie::after {
    border-radius: 29px !important;
  }

  .nox-gate-card--cookie .nox-logo-wrap {
    min-height: 150px !important;
  }

  .nox-gate-card--cookie .nox-logo-wrap::before {
    width: min(520px, 80vw) !important;
    height: 124px !important;
  }

  .nox-gate-card--cookie .nox-gate-logo,
  .nox-gate-card--cookie .nox-gate-logo--cookie {
    width: min(620px, 82vw) !important;
    max-height: 190px !important;
  }
}

@media (max-width: 640px) {
  .nox-gate-card--cookie {
    border-radius: 24px !important;
    box-shadow:
      0 0 0 1px rgba(0, 215, 232, 0.12),
      0 0 14px rgba(0, 215, 232, 0.18),
      0 0 34px rgba(0, 215, 232, 0.22),
      0 0 58px rgba(0, 109, 115, 0.22),
      0 0 96px rgba(0, 109, 115, 0.14) !important;
  }

  .nox-gate-card--cookie::after {
    border-radius: 23px !important;
  }

  .nox-gate-card--cookie .nox-logo-wrap {
    min-height: 112px !important;
  }

  .nox-gate-card--cookie .nox-logo-wrap::before {
    width: min(390px, 86vw) !important;
    height: 90px !important;
  }

  .nox-gate-card--cookie .nox-gate-logo,
  .nox-gate-card--cookie .nox-gate-logo--cookie {
    width: min(430px, 86vw) !important;
    max-height: 132px !important;
  }
}

/* === NOX COOKIE MATCH FSK END === */

/* === NOX GLOBAL GATE FINAL START === */

body.nox-gate-page {
  min-height: 100vh;
  overflow: hidden;
  background: #020811;
}

.nox-page-preview {
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(1, 8, 15, 0.20), rgba(1, 8, 15, 0.55)),
    url("../images/startpage-preview-bg.png") center / cover no-repeat;
}

.nox-page-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(1, 8, 15, 0.35), rgba(1, 8, 15, 0.62)),
    url("../images/startpage-preview-bg.png") center / cover no-repeat;
  filter: blur(15px) scale(1.05);
}

.nox-page-preview-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0, 215, 232, 0.10), transparent 36%),
    rgba(1, 8, 15, 0.34);
}

.nox-access-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.nox-hidden {
  display: none !important;
}

/* === NOX GLOBAL GATE FINAL END === */

/* === NOX COOKIE BG SELECTED START === */

/* Cookie-Karte bekommt eigenes auswählbares Hintergrundbild wie FSK */
.nox-gate-card--cookie {
  background:
    linear-gradient(180deg, rgba(7, 26, 45, 0.66), rgba(3, 13, 25, 0.76)),
    url("../images/cookie-card-bg.png") center / cover no-repeat !important;
}

.nox-gate-card--cookie::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at center, rgba(0, 215, 232, 0.13), transparent 42%),
    linear-gradient(180deg, rgba(1, 8, 15, 0.18), rgba(1, 8, 15, 0.54));
  pointer-events: none;
}

.nox-gate-card--cookie .nox-gate-content,
.nox-gate-card--cookie .nox-gate-card-overlay {
  position: relative;
  z-index: 2;
}

/* === NOX COOKIE BG SELECTED END === */
