@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --bg: #0b0c0e;
  --bg-soft: #111318;
  --card: #15181e;
  --card-2: #1a1e25;
  --text: #f7f3e9;
  --muted: #b6b2a8;
  --gold: #d7aa4b;
  --gold-2: #f0c76a;
  --line: rgba(255,255,255,.1);
  --danger: #d9534f;
  --success: #47a36b;
  --shadow: 0 24px 70px rgba(0,0,0,.3);
  --radius: 18px;
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; overflow-x: hidden; }
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 92px 0; }
.section.alt { background: var(--bg-soft); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-2); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.section-title { font-family: 'Manrope', sans-serif; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.12; margin: 0 0 18px; }
.section-copy { max-width: 760px; color: var(--muted); margin: 0 0 34px; }
.grid { display: grid; gap: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; transition: .25s ease; }
.btn-primary { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #16120a; box-shadow: 0 10px 30px rgba(215,170,75,.18); }
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-secondary { border-color: rgba(240,199,106,.45); background: rgba(215,170,75,.08); color: var(--text); }
.btn-secondary:hover { background: rgba(215,170,75,.14); transform: translateY(-2px); }
.btn-ghost { border-color: var(--line); color: var(--text); background: rgba(255,255,255,.035); }
.btn-ghost:hover { border-color: rgba(240,199,106,.55); color: var(--gold-2); }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 70; height: var(--header-h); background: rgba(11,12,14,.78); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.07); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { font-family: 'Manrope', sans-serif; font-size: 1.45rem; font-weight: 900; letter-spacing: -.03em; }
.logo span { color: var(--gold-2); }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { color: #e9e5dc; font-size: .93rem; font-weight: 700; transition: .2s; }
.nav a:hover { color: var(--gold-2); }
.nav .btn { color: #16120a; }
.menu-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--text); font-size: 1.2rem; }

.hero { min-height: 820px; display: flex; align-items: center; position: relative; background-image: linear-gradient(90deg, rgba(7,8,10,.94) 0%, rgba(7,8,10,.77) 46%, rgba(7,8,10,.42) 72%, rgba(7,8,10,.64) 100%), url('../images/hero-spielhalle.webp'); background-size: cover; background-position: center; padding-top: var(--header-h); }
.hero::after { content: ''; position: absolute; inset: auto 0 0 0; height: 150px; background: linear-gradient(transparent, var(--bg)); }
.hero-content { position: relative; z-index: 2; max-width: 820px; padding: 82px 0 130px; }
.hero h1 { font-family: 'Manrope', sans-serif; font-size: clamp(2.8rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.05em; margin: 0 0 24px; }
.hero p { max-width: 700px; font-size: 1.08rem; color: #d9d5cc; margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 42px; }
.info-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; max-width: 820px; }
.info-item { padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(16,18,23,.54); backdrop-filter: blur(8px); }
.info-item i { color: var(--gold-2); margin-right: 7px; }
.info-item span { font-size: .88rem; font-weight: 700; }

.location-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.location-card { overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: var(--card); box-shadow: var(--shadow); }
.location-card figure { margin: 0; height: 270px; overflow: hidden; }
.location-card figure img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.location-card:hover figure img { transform: scale(1.035); }
.location-body { padding: 24px; }
.location-body h3 { font-family: 'Manrope'; margin: 0 0 12px; font-size: 1.45rem; }
.location-meta { display: grid; gap: 9px; color: var(--muted); margin: 0 0 20px; }
.location-meta div { display: flex; gap: 10px; align-items: flex-start; }
.location-meta i { color: var(--gold-2); margin-top: 5px; width: 18px; }
.card-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.map-layout { display: grid; grid-template-columns: 1.4fr .75fr; gap: 26px; align-items: stretch; }
.map-box { min-height: 500px; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.map-box iframe { width: 100%; height: 100%; min-height: 500px; border: 0; }
.city-list { display: grid; gap: 12px; }
.city-item { padding: 20px; border-radius: 16px; border: 1px solid var(--line); background: var(--card); }
.city-item strong { display: block; font-family: 'Manrope'; margin-bottom: 4px; }
.city-item span { color: var(--muted); font-size: .93rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.media-card { border-radius: 22px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.media-card img { min-height: 490px; object-fit: cover; }
.feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.feature-card, .promo-card, .why-card, .step-card { padding: 24px; border-radius: 18px; background: var(--card); border: 1px solid var(--line); transition: .25s; }
.feature-card:hover, .promo-card:hover, .why-card:hover, .step-card:hover { transform: translateY(-4px); border-color: rgba(240,199,106,.28); }
.feature-card i, .why-card i, .promo-card i { width: 44px; height: 44px; border-radius: 12px; display: inline-grid; place-items: center; background: rgba(215,170,75,.12); color: var(--gold-2); margin-bottom: 14px; }
.feature-card h3, .promo-card h3, .why-card h3, .step-card h3 { font-family: 'Manrope'; margin: 0 0 8px; }
.feature-card p, .promo-card p, .why-card p, .step-card p { color: var(--muted); margin: 0; }
.promo-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.promo-card { min-height: 250px; display: flex; flex-direction: column; }
.promo-card .tag { align-self: flex-start; color: #19140c; background: var(--gold-2); border-radius: 999px; padding: 4px 10px; font-size: .72rem; font-weight: 900; margin-bottom: 38px; }
.promo-card p { margin-bottom: 20px; }
.promo-card a { margin-top: auto; color: var(--gold-2); font-weight: 800; }

.loyalty-panel { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(90deg, rgba(13,14,17,.96), rgba(13,14,17,.70)), url('../images/loyalty.webp') center/cover; padding: 58px; }
.loyalty-panel .section-copy { max-width: 620px; }
.steps { grid-template-columns: repeat(4, minmax(0,1fr)); margin-top: 34px; }
.step-card { background: rgba(19,22,27,.86); backdrop-filter: blur(7px); }
.step-number { color: var(--gold-2); font-size: 1.8rem; font-family: 'Manrope'; font-weight: 900; margin-bottom: 24px; }
.why-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }

.responsible-box { border: 1px solid rgba(240,199,106,.22); background: linear-gradient(135deg, rgba(215,170,75,.07), rgba(255,255,255,.025)); border-radius: 24px; padding: 42px; }
.responsible-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 24px; margin: 28px 0; padding: 0; list-style: none; }
.responsible-list li { display: flex; gap: 11px; color: #ddd8ce; }
.responsible-list i { color: var(--gold-2); margin-top: 5px; }
.age-badge { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; border: 2px solid var(--gold-2); color: var(--gold-2); font-family: 'Manrope'; font-weight: 900; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; }
.contact-details { display: grid; gap: 14px; }
.contact-line { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border-radius: 16px; border: 1px solid var(--line); background: var(--card); }
.contact-line i { color: var(--gold-2); margin-top: 5px; }
.contact-line strong { display: block; margin-bottom: 3px; }
.contact-line span, .contact-line a { color: var(--muted); }
.form-card { padding: 30px; border-radius: 20px; background: var(--card); border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: .92rem; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #0f1115; color: var(--text); padding: 13px 14px; outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: rgba(240,199,106,.65); box-shadow: 0 0 0 3px rgba(215,170,75,.08); }
.field textarea { min-height: 140px; resize: vertical; }
.check-row { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .9rem; }
.check-row input { margin-top: 5px; }
.form-status { min-height: 24px; margin-top: 12px; font-weight: 700; font-size: .92rem; }
.form-status.error { color: #ff8a83; }
.form-status.success { color: #83d9a2; }

.faq-list { display: grid; gap: 12px; max-width: 920px; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; background: var(--card); overflow: hidden; }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; align-items: center; border: 0; background: transparent; color: var(--text); text-align: left; padding: 20px 22px; font-weight: 800; }
.faq-question i { transition: transform .25s; }
.faq-item.open .faq-question i { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-answer p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.site-footer { background: #07080a; border-top: 1px solid var(--line); padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 32px; }
.footer-col h3, .footer-col h4 { font-family: 'Manrope'; margin: 0 0 16px; }
.footer-col p, .footer-col a { color: var(--muted); }
.footer-col a { display: block; margin: 7px 0; }
.footer-col a:hover { color: var(--gold-2); }
.footer-bottom { margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; align-items: center; color: var(--muted); font-size: .88rem; }
.footer-age { display: flex; align-items: center; gap: 10px; }
.footer-age .age-badge { width: 42px; height: 42px; font-size: .86rem; }
.cookie-settings-link { background: none; border: 0; padding: 0; color: var(--muted); text-decoration: underline; }

.legal-hero { padding: 150px 0 62px; background: radial-gradient(circle at 80% 10%, rgba(215,170,75,.11), transparent 30%), var(--bg-soft); border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-family: 'Manrope'; font-size: clamp(2.3rem,5vw,4.3rem); line-height: 1.05; margin: 0 0 14px; }
.legal-hero p { max-width: 760px; color: var(--muted); margin: 0; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 42px; align-items: start; }
.legal-nav { position: sticky; top: 105px; padding: 18px; border-radius: 16px; border: 1px solid var(--line); background: var(--card); }
.legal-nav strong { display: block; margin-bottom: 10px; }
.legal-nav a { display: block; padding: 7px 0; color: var(--muted); font-size: .9rem; }
.legal-nav a:hover { color: var(--gold-2); }
.legal-content { min-width: 0; }
.legal-content section { padding: 0 0 34px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.legal-content h2 { font-family: 'Manrope'; font-size: 1.5rem; margin: 0 0 12px; }
.legal-content h3 { font-family: 'Manrope'; margin: 18px 0 10px; }
.legal-content p, .legal-content li { color: #cbc7bd; }
.legal-content ul { padding-left: 20px; }
.notice-18 { display: flex; gap: 16px; align-items: center; padding: 22px; border-radius: 16px; border: 1px solid rgba(240,199,106,.24); background: rgba(215,170,75,.07); margin: 24px 0; }

.age-overlay, .settings-overlay { position: fixed; inset: 0; z-index: 200; display: none; place-items: center; padding: 20px; background: rgba(4,5,7,.92); backdrop-filter: blur(14px); }
.age-overlay.active, .settings-overlay.active { display: grid; }
.modal-card { width: min(560px,100%); border-radius: 22px; background: #111318; border: 1px solid rgba(240,199,106,.22); box-shadow: 0 30px 90px rgba(0,0,0,.55); padding: 34px; }
.modal-card .logo { margin-bottom: 24px; }
.modal-card h2 { font-family: 'Manrope'; font-size: 2rem; line-height: 1.1; margin: 0 0 14px; }
.modal-card p { color: var(--muted); }
.modal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.age-denied { display: none; margin-top: 18px; color: #ffaaa5; font-weight: 700; }
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 150; display: none; max-width: 1120px; margin: 0 auto; padding: 18px; border-radius: 18px; border: 1px solid var(--line); background: rgba(17,19,24,.97); box-shadow: 0 24px 80px rgba(0,0,0,.45); }
.cookie-banner.active { display: block; }
.cookie-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.cookie-copy { color: var(--muted); font-size: .91rem; }
.cookie-copy a { color: var(--gold-2); text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; flex-shrink: 0; }
.cookie-actions .btn { min-height: 42px; padding: 0 14px; font-size: .86rem; }
.setting-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.setting-row:last-of-type { border-bottom: 0; }
.setting-row small { color: var(--muted); display: block; }
.switch { position: relative; width: 48px; height: 26px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; inset: 0; border-radius: 999px; background: #343842; transition: .2s; }
.slider::before { content:''; position:absolute; width:20px; height:20px; left:3px; top:3px; border-radius:50%; background:white; transition:.2s; }
.switch input:checked + .slider { background: var(--gold); }
.switch input:checked + .slider::before { transform: translateX(22px); }
.switch input:disabled + .slider { opacity:.6; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav { position: fixed; top: var(--header-h); right: 0; width: min(360px,100%); height: calc(100dvh - var(--header-h)); background: #0d0f13; border-left: 1px solid var(--line); padding: 28px; display: flex; flex-direction: column; align-items: stretch; gap: 8px; transform: translateX(100%); transition: transform .28s ease; overflow-y: auto; }
  .nav.open { transform: translateX(0); }
  .nav a { padding: 12px 8px; }
  .nav .btn { margin-top: 8px; }
  .info-strip { grid-template-columns: repeat(2,1fr); }
  .promo-grid, .steps { grid-template-columns: repeat(2,1fr); }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .map-layout, .contact-layout, .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
  .legal-nav { display: none; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .hero { min-height: 760px; }
  .hero-content { padding: 82px 0 100px; }
  .hero h1 { font-size: clamp(2.55rem,13vw,4.4rem); }
  .split, .location-grid, .feature-grid, .why-grid, .promo-grid, .steps, .responsible-list, .form-grid { grid-template-columns: 1fr; }
  .media-card img { min-height: 360px; }
  .loyalty-panel { padding: 34px 22px; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cookie-inner { align-items: stretch; flex-direction: column; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1 1 140px; }
  .modal-card { padding: 26px 20px; }
  .map-box, .map-box iframe { min-height: 420px; }
}

@media (max-width: 420px) {
  .info-strip { grid-template-columns: 1fr; }
  .hero-actions, .card-actions, .modal-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .site-header { height: 72px; }
  :root { --header-h: 72px; }
}

/* Expanded legal content */
.legal-content p { line-height: 1.78; }
.legal-content ul { margin: 12px 0 18px; }
.legal-content li { margin: 8px 0; line-height: 1.65; }
.legal-content strong { color: #f4efe4; }
.responsible-banner { margin-top: 24px; padding: 22px 24px; border: 1px solid rgba(215,170,75,.35); border-radius: 16px; background: rgba(215,170,75,.08); font-size: 1.08rem; line-height: 1.6; }
