/* =========================================================
   Spielhallen Favorit – hell mit Punch
   Blauer Hero, heller Body, weiße Karten, Gold-Akzente
   ========================================================= */

:root {
  --bg:        #eef2f8;   /* sanftes Grau-Blau (nicht stark weiß) */
  --card:      #ffffff;
  --navy:      #12243f;   /* Überschriften/Text dunkel */
  --blue:      #1a6fe0;
  --blue-2:    #12539f;   /* Links/Akzenttext auf hell */
  --blue-dark: #0c3f8f;
  --gold:      #d99a1f;   /* auf hell gut lesbar */
  --gold-2:    #ffd873;   /* auf dunkel */
  --text:      #33465f;
  --text-mut:  #6b7c93;
  --line:      #dde6f1;
  --radius:    16px;
  --shadow:    0 18px 42px rgba(120,150,200,.20);
  --shadow-sm: 0 10px 26px rgba(120,150,200,.16);
  --maxw:      1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body { font-family: "Segoe UI","Helvetica Neue",Arial,sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; overflow-x: hidden; }
body::before { content:""; position:fixed; inset:0; background: radial-gradient(760px circle at 95% 6%, rgba(217,154,31,.08), transparent 55%); pointer-events:none; z-index:0; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; position: relative; z-index: 1; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.15; font-weight: 800; letter-spacing: .2px; color: var(--navy); }
section { position: relative; z-index: 1; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); box-shadow: 0 2px 16px rgba(18,36,63,.05); }
.nav { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 22px; max-width: var(--maxw); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.nav-links { flex-wrap: wrap; justify-content: flex-end; }
.brand .logo-slot { width: 54px; height: 54px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); border: 2px solid var(--gold); font-weight: 900; font-size: 1.5rem; color:#fff; overflow: hidden; }
.brand .logo-slot img { width:100%; height:100%; object-fit: cover; }

.nav-links { display: flex; align-items: center; gap: 9px; list-style: none; }
.nav-links a { padding: 8px 16px; border-radius: 999px; font-weight: 700; font-size: .93rem; color: #000; border: 1.5px solid var(--line); background:#fff; transition: .18s; }
.nav-links a:hover { color: var(--blue-2); border-color: var(--blue); background: #eaf1fb; transform: translateY(-1px); }
.nav-links a.active { color:#fff; border-color: var(--blue-dark); background: linear-gradient(135deg, var(--blue), var(--blue-dark)); box-shadow: 0 6px 16px rgba(26,111,224,.28); }
.age-badge { margin-left: 8px; border: 2px solid var(--gold); color: #8a5e00; background: rgba(217,154,31,.14); border-radius: 999px; font-weight: 800; padding: 5px 13px; font-size: .85rem; }
.nav-toggle { display: none; background: none; border: 0; color: var(--blue-2); font-size: 1.8rem; cursor: pointer; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 26px; border-radius: 999px; font-weight: 800; letter-spacing: .3px; cursor: pointer; transition: .2s; border: 2px solid transparent; }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color:#fff; box-shadow: 0 10px 24px rgba(26,111,224,.32); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(26,111,224,.45); }
.btn-amber { background: linear-gradient(135deg, #ffd873, #e9b53f); color:#3a2600; box-shadow: 0 10px 24px rgba(233,181,63,.32); }
.btn-amber:hover { transform: translateY(-2px); }
.btn-ghost { border-color: #fff; color:#fff; background: rgba(255,255,255,.12); }
.btn-ghost:hover { background:#fff; color: var(--blue-dark); }

/* ---------- Hero (kräftig blau, mit Tiefe) ---------- */
.hero { position: relative; padding: 100px 0 92px; text-align: center; overflow: hidden; color:#fff;
  background:
    radial-gradient(900px circle at 12% 12%, rgba(96,168,255,.55), transparent 55%),
    radial-gradient(760px circle at 92% 88%, rgba(6,32,80,.65), transparent 55%),
    linear-gradient(135deg, #1a6fe0 0%, #0a3570 100%); }
.hero::before { content:""; position:absolute; inset:0; background-image: radial-gradient(rgba(255,255,255,.07) 1.4px, transparent 1.4px); background-size: 26px 26px; opacity:.55; pointer-events:none; }
.hero::after { content:""; position:absolute; inset:0; background: radial-gradient(680px circle at 50% -12%, rgba(255,216,115,.16), transparent 60%); pointer-events:none; }
.hero .wrap { position: relative; z-index: 2; }
.hero .eyebrow { display:inline-block; color: var(--gold-2); font-weight:800; letter-spacing:4px; text-transform:uppercase; font-size:.85rem; border:1px solid rgba(255,216,115,.5); background: rgba(255,255,255,.10); border-radius:999px; padding:7px 18px; margin-bottom:22px; }
.hero h1 { font-size: clamp(2.4rem,6vw,4.4rem); text-transform: uppercase; color:#fff; text-shadow: 0 4px 24px rgba(0,0,0,.28); }
.hero h1 span { color:#bcdcff; text-shadow: 0 0 26px rgba(120,180,255,.55); }
.hero h1::after { content:""; display:block; width:110px; height:4px; margin:22px auto 0; border-radius:4px; background: linear-gradient(90deg,#ffd166,#ffb347); box-shadow: 0 0 16px rgba(255,183,71,.55); }
.hero p.lead { max-width: 640px; margin: 22px auto 30px; color: rgba(255,255,255,.9); font-size: 1.15rem; }
.hero-actions { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.hero-stats { display:flex; gap:24px; justify-content:center; flex-wrap:wrap; margin-top:58px; }
.hero-stats div { text-align:center; background: rgba(255,255,255,.12); border:0; border-radius:14px; padding:18px 28px; min-width:120px; }
.hero-stats b { display:block; font-size:2rem; color:#fff; }
.hero-stats small { color: rgba(255,255,255,.8); letter-spacing:1px; text-transform:uppercase; font-size:.74rem; }

/* ---------- Sektionen ---------- */
.sec { padding: 84px 0; }
.sec-head { text-align:center; max-width:680px; margin:0 auto 50px; }
.sec-head .eyebrow { color: var(--gold); font-weight:800; letter-spacing:3px; text-transform:uppercase; font-size:.8rem; }
.sec-head h2 { font-size: clamp(1.9rem,4vw,2.8rem); margin:10px 0 14px; text-transform:uppercase; }
.sec-head p { color: var(--text-mut); font-size:1.05rem; }
.alt-bg { background: linear-gradient(180deg,#e4ebf7 0%, #eef2f9 100%); position: relative; }
.alt-bg::before { content:""; position:absolute; inset:0; background: radial-gradient(700px circle at 12% 0%, rgba(26,111,224,.10), transparent 55%), radial-gradient(600px circle at 92% 100%, rgba(217,154,31,.08), transparent 55%); pointer-events:none; }

/* ---------- Karten ---------- */
.grid { display:grid; gap:24px; }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-4 { grid-template-columns: repeat(4,1fr); }
.grid-2 { grid-template-columns: repeat(2,1fr); }

.card { background: var(--card); border:1px solid var(--line); border-radius: var(--radius); padding:28px 24px; transition:.22s; box-shadow: var(--shadow-sm); }
.card:hover { transform: translateY(-5px); border-color:#bcd4f6; box-shadow: var(--shadow); }
.card .ic { width:60px; height:60px; border-radius:14px; display:grid; place-items:center; font-size:1.7rem; background: linear-gradient(135deg,#eaf2ff,#f5f9ff); border:1px solid var(--line); margin-bottom:16px; }
.card h3 { font-size:1.25rem; margin-bottom:8px; }
.card p { color: var(--text-mut); font-size:.98rem; }

/* ---------- Bild-Platzhalter ---------- */
.img-slot { width:100%; aspect-ratio:16/10; border-radius:14px; border:2px dashed #c3d6ee; background: repeating-linear-gradient(45deg, rgba(26,111,224,.04) 0 12px, transparent 12px 24px), #eef4fc; display:grid; place-items:center; text-align:center; color: var(--text-mut); overflow:hidden; }
.img-slot img { width:100%; height:100%; object-fit:cover; }
.img-slot .ph { padding:20px; }
.img-slot .ph b { display:block; color: var(--blue-2); font-size:1.05rem; margin-bottom:4px; }
.img-slot .ph small { font-size:.8rem; }

/* ---------- Standort-Karten ---------- */
.loc-card { background: var(--card); border:1px solid var(--line); border-radius: var(--radius); overflow:hidden; transition:.22s; display:flex; flex-direction:column; box-shadow: var(--shadow-sm); }
.loc-card:hover { transform: translateY(-5px); border-color:#bcd4f6; box-shadow: var(--shadow); }
.loc-card .img-slot { aspect-ratio:16/9; border:0; border-radius:0; border-bottom:1px solid var(--line); }
.loc-body { padding:22px 22px 24px; display:flex; flex-direction:column; gap:12px; flex:1; }
.loc-body h3 { font-size:1.3rem; color: var(--blue-2); }
.loc-meta { display:flex; flex-direction:column; gap:7px; color: var(--text-mut); font-size:.96rem; }
.loc-meta span { display:flex; gap:10px; align-items:flex-start; }
.loc-meta .k { color: var(--gold); width:20px; flex-shrink:0; text-align:center; }
.loc-actions { margin-top:auto; display:flex; gap:10px; flex-wrap:wrap; padding-top:6px; }
.loc-actions .btn { padding:10px 18px; font-size:.9rem; }

/* ---------- Dunkler/blauer Kontrast-Abschnitt ---------- */
.deep { background: linear-gradient(135deg, #12243f 0%, #0c3f8f 100%); position:relative; overflow:hidden; }
.deep::before { content:""; position:absolute; inset:0; background: radial-gradient(600px circle at 85% 10%, rgba(255,216,115,.18), transparent 55%); pointer-events:none; }
.deep .sec-head h2 { color:#fff; }
.deep .sec-head p { color:#bcd0ea; }
.deep .sec-head .eyebrow { color: var(--gold-2); }

/* ---------- CTA ---------- */
.cta-band { margin:0 auto; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); border-radius:22px; padding:52px 38px; text-align:center; box-shadow: var(--shadow); color:#fff; position:relative; overflow:hidden; }
.cta-band::before { content:""; position:absolute; inset:0; background: radial-gradient(520px circle at 88% 0%, rgba(255,216,115,.22), transparent 60%); }
.cta-band h2 { font-size: clamp(1.7rem,4vw,2.5rem); text-transform:uppercase; color:#fff; position:relative; }
.cta-band p { color: rgba(255,255,255,.92); margin:12px auto 24px; max-width:560px; position:relative; }
.cta-band .btn { position:relative; }

/* ---------- Marken-Pills ---------- */
.brands { display:flex; gap:20px; justify-content:center; flex-wrap:wrap; }
.brand-pill { border:1px solid var(--line); background: var(--card); border-radius:16px; padding:26px 40px; text-align:center; min-width:210px; box-shadow: var(--shadow-sm); }
.brand-pill b { display:block; font-size:1.6rem; color: var(--navy); letter-spacing:2px; }
.brand-pill small { color: var(--text-mut); font-weight:600; }
.deep .brand-pill { border:2px solid rgba(255,255,255,.85); background: rgba(255,255,255,.08); box-shadow: 0 0 20px rgba(255,255,255,.4), inset 0 0 14px rgba(255,255,255,.12); transition:.22s; }
.deep .brand-pill:hover { border-color:#fff; box-shadow: 0 0 32px rgba(255,255,255,.7), inset 0 0 16px rgba(255,255,255,.2); transform: translateY(-3px); }
.deep .brand-pill b { color:#fff; }
.deep .brand-pill small { color: var(--gold-2); }

/* ---------- Formular ---------- */
.form-card { background: var(--card); border:1px solid var(--line); border-radius: var(--radius); padding:34px; box-shadow: var(--shadow-sm); }
.field { margin-bottom:18px; }
.field label { display:block; margin-bottom:7px; font-weight:600; font-size:.92rem; color: var(--navy); }
.field input, .field select, .field textarea { width:100%; padding:13px 15px; border-radius:11px; border:1px solid var(--line); background:#fff; color: var(--text); font-size:1rem; font-family:inherit; }
.field input:focus, .field select:focus, .field textarea:focus { outline:none; border-color: var(--blue); box-shadow:0 0 0 3px rgba(26,111,224,.15); }
.field textarea { min-height:130px; resize:vertical; }
.checkline { display:flex; gap:10px; align-items:flex-start; font-size:.88rem; color: var(--text-mut); }
.checkline input { width:auto; margin-top:4px; }

.info-list { list-style:none; display:flex; flex-direction:column; gap:18px; }
.info-list li { display:flex; gap:14px; align-items:flex-start; }
.info-list .ic { width:46px; height:46px; border-radius:12px; flex-shrink:0; display:grid; place-items:center; font-size:1.3rem; background: rgba(217,154,31,.14); border:1px solid var(--line); }
.info-list b { display:block; color: var(--navy); }
.info-list span { color: var(--text-mut); font-size:.95rem; }

/* ---------- Spielerschutz ---------- */
.protect { border:1px solid var(--line); background: linear-gradient(135deg,#fff,#f4f8ff); border-radius: var(--radius); padding:26px 28px; display:flex; gap:18px; align-items:flex-start; box-shadow: var(--shadow-sm); }
.protect .ic { font-size:2rem; }
.protect h3 { color: var(--blue-2); margin-bottom:6px; }
.protect p { color: var(--text-mut); font-size:.95rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); border-top:4px solid var(--gold); padding:56px 0 26px; position:relative; z-index:1; color:#c7d4e8; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:34px; margin-bottom:34px; }
.footer-grid h4 { color:#fff; margin-bottom:14px; font-size:1rem; text-transform:uppercase; letter-spacing:1px; }
.footer-grid a, .footer-grid p { display:block; color:#9fb2cc; font-size:.93rem; margin-bottom:8px; }
.footer-grid a:hover { color: var(--gold-2); }
.footer-note { border-top:1px solid rgba(255,255,255,.12); padding-top:22px; display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; color:#8ea0ba; font-size:.82rem; }
.footer-note a:hover { color:#fff; }
.footer-warn { background: rgba(217,154,31,.16); border:1px solid rgba(217,154,31,.5); border-radius:12px; padding:14px 18px; margin-bottom:26px; color:#eaf1fb; font-size:.88rem; text-align:center; }
.footer-warn b { color: var(--gold-2); }

/* ---------- Reveal ---------- */
.reveal { animation: revealUp .7s both; }
.reveal.in { opacity:1; transform:none; }
@keyframes revealUp { from { opacity:0; transform: translateY(24px); } to { opacity:1; transform:none; } }

/* ---------- Responsive ---------- */
@media (max-width:940px){ .grid-4{grid-template-columns:repeat(2,1fr);} .grid-3{grid-template-columns:repeat(2,1fr);} .footer-grid{grid-template-columns:1fr 1fr;} }
@media (max-width:720px){
  .nav-toggle{display:block;}
  .nav-links{position:absolute; top:100%; left:0; right:0; z-index:60; flex-wrap:nowrap; flex-direction:column; align-items:stretch; background:#fff; border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:12px 16px 16px; gap:6px; display:none; box-shadow: 0 14px 26px rgba(16,40,86,.18);}
  .nav-links.open{display:flex;}
  .nav-links li{width:100%;}
  .nav-links a{display:block; width:100%; padding:12px 16px; text-align:left;}
  .nav-links .age-badge{display:inline-block; width:auto;}
  .age-badge{align-self:flex-start; margin:6px 0 0;}
  .grid-4,.grid-3,.grid-2{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .hero-stats{gap:14px;}
  .two-col{grid-template-columns:1fr !important;}
}

.two-col { display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; }
.two-col.narrow { grid-template-columns:1.1fr .9fr; }

/* ---------- Logo im Kopf ---------- */
.brand .logo-img { height:44px; width:auto; display:block; }
.brand .brand-txt { display:flex; flex-direction:column; line-height:1.1; }
.brand .brand-txt b { font-size:.78rem; letter-spacing:4px; text-transform:uppercase; color: var(--navy); }
.brand .brand-txt small { font-size:.62rem; letter-spacing:2px; color: var(--text-mut); text-transform:uppercase; }
@media (max-width:480px){ .brand .logo-img{height:38px;} .brand .brand-txt{display:none;} }

/* =========================================================
   Nachträgliche Feinanpassungen (Wünsche Kunde)
   ========================================================= */

/* Grellere, hellere Hero-Akzentschrift */
.hero h1 span { color:#eaf6ff; text-shadow: 0 0 26px rgba(180,220,255,.85); }
.deep .sec-head h2 { color:#fff; }

/* Dezenter dunkler Rand um alle Kästchen (weicher, aber sichtbar) */
.card, .loc-card, .form-card, .protect, .brand-pill { border: 1.5px solid rgba(15,26,48,.42); }
.cta-band { border: 1.5px solid rgba(8,20,44,.5); }
.legal .block { border: 1.5px solid rgba(15,26,48,.38); }

/* Hero-Stat-Kästchen: dezenter Rand + sanftes Leuchten */
.hero-stats div { border: 2px solid rgba(255,255,255,.85); box-shadow: 0 0 20px rgba(255,255,255,.45), inset 0 0 14px rgba(255,255,255,.15); transition: .22s; }
.hero-stats div:hover { border-color:#fff; box-shadow: 0 0 32px rgba(255,255,255,.75), inset 0 0 16px rgba(255,255,255,.22); transform: translateY(-3px); }

/* Buttons: mehr Stil (Glanz, Rand, Hover) */
.btn { text-transform: uppercase; letter-spacing: .7px; border-radius: 999px; position: relative; overflow: hidden; }
.btn-primary { background: linear-gradient(135deg,#2f8bff 0%, #135bc4 55%, #0c3f8f 100%); color:#fff; border: 2px solid rgba(255,255,255,.28); box-shadow: 0 10px 24px rgba(12,63,143,.4), inset 0 1px 0 rgba(255,255,255,.35); }
.btn-primary:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 16px 34px rgba(12,63,143,.55), inset 0 1px 0 rgba(255,255,255,.4); }
.btn-primary::after { content:""; position:absolute; top:0; left:-60%; width:45%; height:100%; background: linear-gradient(120deg, transparent, rgba(255,255,255,.4), transparent); transform: skewX(-20deg); transition: left .5s; }
.btn-primary:hover::after { left:130%; }
.btn-amber { border: 2px solid rgba(120,80,0,.35); box-shadow: 0 10px 24px rgba(233,181,63,.4), inset 0 1px 0 rgba(255,255,255,.5); }
.btn-ghost { border-width: 2px; }

/* Warnhinweis in Rot */
.footer-warn { background: rgba(200,20,32,.16); border: 3px solid #e23140; color:#ffe1e3; }
.footer-warn b { color:#ff5964; }
.footer-warn::before {
  content:"!"; display:inline-flex; align-items:center; justify-content:center;
  width:24px; height:24px; margin-right:10px; vertical-align:-6px;
  background:#e23140; color:#fff; border-radius:50%; font-weight:900; font-size:1rem;
  box-shadow: 0 0 10px rgba(226,49,64,.7);
}

/* Großes Logo im Footer */
.footer-logo { height: 64px; width:auto; display:block; margin-bottom: 16px; }

/* Überschriften mit Verlauf + Gold-Akzentlinie (lebendiger) */
.sec-head h2 {
  background: linear-gradient(92deg, #12243f 0%, #1a6fe0 60%, #12539f 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  display: inline-block;
}
.sec-head h2::after {
  content:""; display:block; width:72px; height:4px; margin:16px auto 0;
  border-radius:4px; background: linear-gradient(90deg,#e9b53f,#ffd873);
  box-shadow: 0 0 12px rgba(233,181,63,.5);
}
/* Auf dunklem Abschnitt weiß halten */
.deep .sec-head h2 { background: none; -webkit-text-fill-color:#fff; color:#fff; }
.deep .sec-head h2::after { background: linear-gradient(90deg,#ffd166,#ffd873); }

/* CTA-Band: leuchtend & lebendig */
.cta-band {
  background: linear-gradient(135deg,#1e79ee 0%, #135bc4 45%, #0c3f8f 100%);
  border: 1.5px solid rgba(130,190,255,.5);
  box-shadow: 0 22px 54px rgba(12,63,143,.45), 0 0 50px rgba(47,139,255,.32);
  animation: ctaGlow 4.5s ease-in-out infinite;
}
@keyframes ctaGlow {
  0%,100% { box-shadow: 0 22px 54px rgba(12,63,143,.42), 0 0 40px rgba(47,139,255,.28); }
  50%     { box-shadow: 0 22px 54px rgba(12,63,143,.5),  0 0 80px rgba(130,195,255,.6); }
}
.cta-band::before {
  background:
    radial-gradient(560px circle at 85% 0%, rgba(255,216,115,.30), transparent 60%),
    radial-gradient(520px circle at 8% 100%, rgba(130,195,255,.32), transparent 60%);
}
.cta-band h2 { text-shadow: 0 0 26px rgba(255,255,255,.4); }
.cta-band p { text-shadow: 0 1px 10px rgba(0,0,0,.25); }
.cta-band .btn-amber {
  animation: btnPulse 2.6s ease-in-out infinite;
}
@keyframes btnPulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(255,216,115,.16), 0 10px 26px rgba(233,181,63,.5); }
  50%     { box-shadow: 0 0 0 9px rgba(255,216,115,.05), 0 14px 36px rgba(233,181,63,.8); }
}

/* Gold-Buttons: weiße Schrift + glänzender Look (wie die blauen) */
.btn-amber {
  background: linear-gradient(135deg,#f6c93f 0%, #e2a821 50%, #c98f12 100%);
  color:#fff;
  border: 2px solid rgba(255,255,255,.4);
  box-shadow: 0 10px 24px rgba(226,168,33,.45), inset 0 1px 0 rgba(255,255,255,.5);
  text-shadow: 0 0 12px rgba(255,255,255,.55), 0 1px 2px rgba(120,70,0,.55);
}
.btn-amber:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 16px 34px rgba(214,146,20,.55), inset 0 1px 0 rgba(255,255,255,.45); }
.btn-amber::after { content:""; position:absolute; top:0; left:-60%; width:45%; height:100%; background: linear-gradient(120deg, transparent, rgba(255,255,255,.5), transparent); transform: skewX(-20deg); transition: left .5s; }
.btn-amber:hover::after { left:130%; }

/* =========================================================
   MOBIL-OPTIMIERUNG & MENÜ OHNE JAVASCRIPT
   ========================================================= */

/* Menü-Umschalter (Checkbox) – funktioniert ohne JS */
.nav-check { position: absolute; opacity: 0; pointer-events: none; }
.nav-toggle { cursor: pointer; user-select: none; }

@media (max-width: 860px) {
  /* Kopfzeile kompakt */
  .nav { padding: 10px 16px; gap: 10px; }
  .brand .logo-img { height: 38px; }
  .brand .brand-txt b { font-size: .7rem; letter-spacing: 2.5px; }
  .brand .brand-txt small { font-size: .56rem; letter-spacing: 1.5px; }

  /* Hamburger sichtbar & gut treffbar */
  .nav-toggle {
    display: flex !important; align-items: center; justify-content: center;
    width: 46px; height: 46px; font-size: 1.7rem; line-height: 1;
    border: 1.5px solid var(--line); border-radius: 12px;
    background: #fff; color: var(--blue-2);
  }
  .nav-check:checked ~ .nav-toggle { background: var(--blue); color: #fff; border-color: var(--blue-dark); }

  /* Menü ein-/ausblenden per Checkbox */
  .nav-links {
    display: none !important;
    position: absolute; top: 100%; left: 0; right: 0; z-index: 60;
    flex-direction: column; align-items: stretch; gap: 8px;
    background: #fff; padding: 14px 16px 18px;
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 30px rgba(16,40,86,.18);
  }
  .nav-check:checked ~ .nav-links { display: flex !important; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; width: 100%; padding: 14px 16px; font-size: 1rem; text-align: left; }
  .nav-links .age-badge { display: inline-block; width: auto; margin: 4px 0 0; }

  /* Inhalte luftiger und lesbarer */
  .hero { padding: 62px 0 56px; }
  .hero h1 { font-size: clamp(1.9rem, 8vw, 2.6rem); }
  .hero p.lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-stats { gap: 12px; margin-top: 34px; }
  .hero-stats div { flex: 1 1 43%; min-width: 0; padding: 14px 10px; }
  .hero-stats b { font-size: 1.5rem; }
  .hero-stats small { font-size: .66rem; letter-spacing: .5px; }

  .sec { padding: 54px 0; }
  .sec-head { margin-bottom: 32px; }
  .sec-head h2 { font-size: clamp(1.5rem, 6vw, 2rem); }
  .sec-head p { font-size: .98rem; }

  .grid { gap: 16px; }
  .card { padding: 22px 18px; }
  .card .ic { width: 50px; height: 50px; font-size: 1.4rem; }
  .card h3 { font-size: 1.1rem; }

  .loc-body { padding: 18px 18px 20px; }
  .loc-actions { flex-direction: column; }
  .loc-actions .btn { width: 100%; justify-content: center; }

  .cta-band { padding: 34px 20px; border-radius: 18px; }
  .cta-band .btn { width: 100%; justify-content: center; }
  .brand-pill { min-width: 0; width: 100%; padding: 20px 16px; }

  .two-col, .two-col.narrow { grid-template-columns: 1fr !important; gap: 26px; }
  .form-card { padding: 22px 18px; }
  .protect { flex-direction: column; gap: 12px; padding: 20px 18px; }
  .footer-warn { font-size: .82rem; padding: 12px 14px; }
  .footer-logo { height: 52px; }
  .legal .block { padding: 18px 16px; }
  .wrap { padding: 0 16px; }
}

@media (max-width: 420px) {
  .hero-stats div { flex: 1 1 100%; }
  .brand .brand-txt { display: none; }
}

/* Neon-Leuchten für den Hero-Hinweis */
.hero .eyebrow {
  color: #ffe14d;
  border-color: rgba(255,225,77,.85);
  text-shadow: 0 0 6px rgba(255,225,77,.95), 0 0 16px rgba(255,210,40,.75), 0 0 30px rgba(255,190,20,.5);
  box-shadow: 0 0 14px rgba(255,215,60,.45), inset 0 0 12px rgba(255,215,60,.18);
  animation: neonPulse 3.2s ease-in-out infinite;
}
@keyframes neonPulse {
  0%,100% { box-shadow: 0 0 12px rgba(255,215,60,.38), inset 0 0 10px rgba(255,215,60,.15); }
  50%     { box-shadow: 0 0 26px rgba(255,215,60,.7),  inset 0 0 16px rgba(255,215,60,.25); }
}

/* Bilder in der Mobilansicht korrekt darstellen */
.img-slot { position: relative; }
.img-slot img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

@media (max-width: 860px) {
  /* Hochformat-Fotos nicht zu stark beschneiden */
  .loc-card .img-slot { aspect-ratio: 4 / 3; }
  .img-slot { aspect-ratio: 4 / 3; }
  .img-slot img { object-position: center 45%; }
  /* Automaten-Grafik auf der Angebotsseite vollständig zeigen */
  .two-col .img-slot img[src$="automat.svg"] { object-fit: contain; padding: 10px; }
}

/* Farbige, leuchtende Icon-Kacheln */
.card .ic { border: 0; box-shadow: 0 6px 16px rgba(16,40,86,.14); }
.ic-blue   { background: linear-gradient(135deg,#dbeafe,#bfdbfe) !important; box-shadow: 0 8px 18px rgba(37,99,235,.28) !important; }
.ic-green  { background: linear-gradient(135deg,#dcfce7,#bbf7d0) !important; box-shadow: 0 8px 18px rgba(22,163,74,.28) !important; }
.ic-amber  { background: linear-gradient(135deg,#fef3c7,#fde68a) !important; box-shadow: 0 8px 18px rgba(217,154,31,.32) !important; }
.ic-purple { background: linear-gradient(135deg,#ede9fe,#ddd6fe) !important; box-shadow: 0 8px 18px rgba(124,58,237,.28) !important; }
.ic-red    { background: linear-gradient(135deg,#fee2e2,#fecaca) !important; box-shadow: 0 8px 18px rgba(220,38,38,.28) !important; }
.ic-teal   { background: linear-gradient(135deg,#ccfbf1,#99f6e4) !important; box-shadow: 0 8px 18px rgba(13,148,136,.28) !important; }
.card:hover .ic { transform: scale(1.06) rotate(-3deg); transition: .25s; }

/* 18+ Badge in Rot-Neon */
.age-badge {
  color: #ff2d3f !important;
  border-color: #ff2d3f !important;
  background: rgba(255,45,63,.10) !important;
  text-shadow: 0 0 6px rgba(255,45,63,.9), 0 0 14px rgba(255,45,63,.6);
  box-shadow: 0 0 12px rgba(255,45,63,.45), inset 0 0 10px rgba(255,45,63,.15);
  animation: neonRed 3s ease-in-out infinite;
}
@keyframes neonRed {
  0%,100% { box-shadow: 0 0 10px rgba(255,45,63,.4),  inset 0 0 8px rgba(255,45,63,.12); }
  50%     { box-shadow: 0 0 22px rgba(255,45,63,.75), inset 0 0 14px rgba(255,45,63,.22); }
}

/* Icon-Kacheln größer und markanter */
.card .ic { width: 66px; height: 66px; font-size: 2rem; border-radius: 16px; }
@media (max-width: 860px) { .card .ic { width: 56px; height: 56px; font-size: 1.7rem; } }

/* 18+ Badge dezenter (rot, ohne starkes Leuchten/Pulsieren) */
.age-badge {
  color: #e11d2b !important;
  border-color: #e11d2b !important;
  background: rgba(225,29,43,.07) !important;
  text-shadow: none !important;
  box-shadow: 0 0 6px rgba(225,29,43,.18) !important;
  animation: none !important;
}

/* Mobil: "SPIELHALLEN" wieder anzeigen, kompakt neben dem Logo */
@media (max-width: 860px) {
  .brand { flex: 1; min-width: 0; gap: 9px; }
  .brand .brand-txt { display: flex !important; }
  .brand .brand-txt b { font-size: .66rem; letter-spacing: 2px; white-space: nowrap; }
  .brand .brand-txt small { font-size: .52rem; letter-spacing: 1px; white-space: nowrap; }
  .brand .logo-img { height: 34px; }
}
@media (max-width: 420px) {
  .brand .brand-txt { display: flex !important; }
  .brand .brand-txt b { font-size: .6rem; letter-spacing: 1.5px; }
  .brand .brand-txt small { display: none; }
  .brand .logo-img { height: 30px; }
  .nav { padding: 9px 12px; gap: 8px; }
  .nav-toggle { width: 42px; height: 42px; font-size: 1.5rem; }
}

/* Standort-Pins in der Info-Liste: kräftiger mit dunklem Rand */
.info-list .ic {
  width: 50px; height: 50px; border-radius: 14px;
  background: linear-gradient(135deg,#fee2e2,#fecaca);
  border: 2px solid #0f1a30;
  box-shadow: 0 6px 14px rgba(15,26,48,.22);
  font-size: 1.5rem;
  transition: .2s;
}
.info-list li:hover .ic { transform: translateY(-2px) scale(1.05); box-shadow: 0 10px 20px rgba(15,26,48,.3); }
@media (max-width: 860px) { .info-list .ic { width: 46px; height: 46px; font-size: 1.35rem; } }

/* Fotos vollständig zeigen (nichts abschneiden) */
.loc-card .img-slot,
.two-col .img-slot {
  background: linear-gradient(160deg,#e8eff9,#dbe6f5);
  aspect-ratio: 4 / 3;
  padding: 8px;
}
.loc-card .img-slot img,
.two-col .img-slot img {
  object-fit: contain !important;
  object-position: center !important;
  width: 100%; height: 100%;
  border-radius: 8px;
}
@media (max-width: 860px) {
  .loc-card .img-slot, .two-col .img-slot { aspect-ratio: 4 / 3; padding: 6px; }
  .loc-card .img-slot img, .two-col .img-slot img { object-fit: contain !important; }
}

/* =========================================================
   MOBIL-FEINSCHLIFF + NEON-MENÜ
   ========================================================= */
@media (max-width: 860px) {
  /* Menü-Panel dunkel mit weißer Neon-Schrift */
  .nav-links {
    background: linear-gradient(180deg,#0d1f3d,#0a1730) !important;
    border-top: 2px solid rgba(120,190,255,.55) !important;
    border-bottom: 2px solid rgba(120,190,255,.35) !important;
    box-shadow: 0 18px 34px rgba(5,15,35,.45) !important;
  }
  .nav-links a {
    color: #fff !important;
    background: rgba(255,255,255,.06) !important;
    border: 1.5px solid rgba(140,200,255,.45) !important;
    text-shadow: 0 0 6px rgba(150,205,255,.85), 0 0 14px rgba(90,170,255,.5);
    box-shadow: 0 0 10px rgba(90,170,255,.18) inset;
  }
  .nav-links a.active {
    background: linear-gradient(135deg,#2f8bff,#0c3f8f) !important;
    border-color: #7cc0ff !important;
    box-shadow: 0 0 16px rgba(90,170,255,.55);
  }
  .nav-links .age-badge {
    color:#ff6b78 !important; border-color:#ff6b78 !important;
    background: rgba(255,45,63,.12) !important;
    text-shadow: 0 0 8px rgba(255,90,105,.7);
  }

  /* Kein horizontales Wackeln/Verrutschen */
  html, body { max-width: 100%; overflow-x: hidden; }
  .wrap { width: 100%; }
  img, svg { max-width: 100%; }
  .hero { overflow: hidden; }
  .hero::before, .hero::after, body::before, .alt-bg::before { max-width: 100vw; }

  /* Lange Inhalte sauber umbrechen */
  .loc-meta span, .info-list span, .card p, .legal p { overflow-wrap: anywhere; }

  /* Fotos: Format an Bilder angepasst, nichts abgeschnitten */
  .loc-card .img-slot { aspect-ratio: 16 / 10; padding: 6px; }
  .loc-card .img-slot img { object-fit: contain !important; }

  /* Marken-Kacheln nebeneinander statt riesig */
  .brands { gap: 12px; }
  .deep .brand-pill { padding: 16px 12px; }
  .deep .brand-pill b { font-size: 1.2rem; }

  /* Footer aufgeräumt */
  .footer-note { flex-direction: column; gap: 8px; text-align: center; }
  .footer-grid { gap: 22px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 1.65rem; }
  .sec-head h2 { font-size: 1.35rem; }
  .btn { padding: 12px 18px; font-size: .85rem; }
  .loc-body h3 { font-size: 1.1rem; }
}

/* Info-Icons: leuchtendes Hellblau statt Rot, mit schwarzem Rand */
.info-list .ic {
  background: linear-gradient(140deg,#e6f4ff 0%, #bfe4ff 55%, #9ed6ff 100%) !important;
  border: 2px solid #0f1a30 !important;
  box-shadow: 0 0 14px rgba(80,180,255,.55), 0 6px 14px rgba(15,26,48,.25) !important;
}
.info-list li:hover .ic {
  box-shadow: 0 0 22px rgba(80,180,255,.85), 0 10px 20px rgba(15,26,48,.3) !important;
  transform: translateY(-2px) scale(1.05);
}
