/*
Theme Name: Lotto am Mittwoch
Description: Custom theme for lotto-am-mittwoch.co
Version: 1.0
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
main { display: block; }
h1 { font-size: 2em; margin: 0.67em 0; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
template { display: none; }
[hidden] { display: none; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; background-color: #f0ece0; color: #1c1c1c; line-height: 1.6; font-size: 16px; overflow-x: hidden; }
::selection { background-color: #007b33; color: #ffffff; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
body .wrapper { width: 100%; }
body .wrapper .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

body .wrapper header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background-color: #ffffff; border-bottom: 3px solid #007b33; transition: box-shadow 0.3s ease; }
body .wrapper header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.12); }
body .wrapper header .header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 24px; height: 60px; max-width: 1200px; margin: 0 auto; }
body .wrapper header .logo { display: flex; align-items: baseline; gap: 6px; text-decoration: none; }
body .wrapper header .logo .logo-lotto { font-size: 22px; font-weight: 900; letter-spacing: -1px; text-transform: uppercase; color: #1c1c1c; line-height: 1; }
body .wrapper header .logo .logo-sep { font-size: 16px; font-weight: 300; color: #7f7565; }
body .wrapper header .logo .logo-mit { font-size: 22px; font-weight: 900; letter-spacing: -1px; text-transform: uppercase; color: #007b33; line-height: 1; }
body .wrapper header nav { display: none; }
body .wrapper header nav ul { display: flex; gap: 4px; align-items: center; }
body .wrapper header nav ul li a { font-size: 13px; font-weight: 600; color: #3a3530; padding: 8px 14px; border-radius: 4px; transition: color 0.2s ease, background-color 0.2s ease; }
body .wrapper header nav ul li a:hover { color: #007b33; background-color: #edf7f1; }
body .wrapper header nav ul li.nav-cta a { background-color: #007b33; color: #ffffff; font-weight: 700; }
body .wrapper header nav ul li.nav-cta a:hover { background-color: #005a26; color: #ffffff; }
body .wrapper header .hamburger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
body .wrapper header .hamburger .bar { width: 22px; height: 2px; background-color: #1c1c1c; display: block; border-radius: 2px; }
body .wrapper .mobile-nav { display: none; position: fixed; top: 63px; left: 0; width: 100%; background-color: #ffffff; border-bottom: 1px solid #ddd8cc; padding: 20px 24px 24px; z-index: 999; }
body .wrapper .mobile-nav.open { display: block; }
body .wrapper .mobile-nav ul { display: flex; flex-direction: column; gap: 4px; }
body .wrapper .mobile-nav ul li a { display: block; font-size: 15px; font-weight: 600; color: #1c1c1c; padding: 10px 12px; border-radius: 4px; }
body .wrapper .mobile-nav ul li a:hover { color: #007b33; background-color: #edf7f1; }

@media (min-width: 1024px) {
  body .wrapper header nav { display: block; }
  body .wrapper header .hamburger { display: none; }
}

@keyframes revealUp { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scheinReveal { from { opacity: 0; transform: rotate(-6deg) translateY(50px); } to { opacity: 1; transform: rotate(-2deg) translateY(0); } }
@keyframes checkPop { 0% { transform: scale(0); opacity: 0; } 55% { transform: scale(1.25); } 100% { transform: scale(1); opacity: 1; } }
@keyframes tickerScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ---- HERO ---- */
body .wrapper .hero { padding-top: 60px; background-color: #f0ece0; min-height: 100vh; display: flex; flex-direction: column; position: relative; overflow: hidden; }
body .wrapper .hero .hero-bg-lines { position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, rgba(0,123,51,0.04) 0px, rgba(0,123,51,0.04) 1px, transparent 1px, transparent 80px); pointer-events: none; }
body .wrapper .hero .hero-body { flex: 1; display: flex; align-items: center; }
body .wrapper .hero .hero-container { max-width: 1200px; margin: 0 auto; padding: 64px 24px; width: 100%; display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
body .wrapper .hero .hero-text { display: flex; flex-direction: column; }
body .wrapper .hero .hero-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 5px; text-transform: uppercase; color: #007b33; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; opacity: 0; animation: revealUp 0.6s ease 0.1s forwards; }
body .wrapper .hero .hero-eyebrow::before { content: ''; width: 28px; height: 2px; background-color: #007b33; flex-shrink: 0; display: block; }
body .wrapper .hero .hero-headline { line-height: 0.88; margin-bottom: 32px; }
body .wrapper .hero .hero-headline .hl-lotto { display: block; font-size: 88px; font-weight: 900; letter-spacing: -4px; text-transform: uppercase; color: #1c1c1c; opacity: 0; animation: revealUp 0.7s ease 0.2s forwards; }
body .wrapper .hero .hero-headline .hl-am { display: block; font-size: 32px; font-weight: 300; letter-spacing: 6px; text-transform: uppercase; color: #007b33; margin: 6px 0; opacity: 0; animation: revealUp 0.7s ease 0.35s forwards; }
body .wrapper .hero .hero-headline .hl-mittwoch { display: block; font-size: 72px; font-weight: 900; letter-spacing: -3px; text-transform: uppercase; color: transparent; -webkit-text-stroke: 3px #1c1c1c; opacity: 0; animation: revealUp 0.7s ease 0.5s forwards; }
body .wrapper .hero .hero-sub { font-size: 16px; color: #5c5448; line-height: 1.75; max-width: 500px; margin-bottom: 36px; opacity: 0; animation: revealUp 0.7s ease 0.65s forwards; }
body .wrapper .hero .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; opacity: 0; animation: revealUp 0.7s ease 0.8s forwards; }
body .wrapper .hero .hero-actions .btn-primary { display: inline-block; background-color: #007b33; color: #ffffff; font-size: 14px; font-weight: 700; letter-spacing: 0.5px; padding: 14px 28px; border-radius: 4px; transition: background-color 0.2s ease; }
body .wrapper .hero .hero-actions .btn-primary:hover { background-color: #005a26; }
body .wrapper .hero .hero-actions .btn-secondary { display: inline-block; border: 2px solid #bbb4a8; color: #3a3530; font-size: 14px; font-weight: 600; padding: 12px 26px; border-radius: 4px; transition: border-color 0.2s ease, color 0.2s ease; }
body .wrapper .hero .hero-actions .btn-secondary:hover { border-color: #007b33; color: #007b33; }
body .wrapper .hero .hero-stats { display: flex; gap: 32px; padding-top: 28px; border-top: 1px solid #d5cfc3; opacity: 0; animation: revealUp 0.7s ease 0.95s forwards; }
body .wrapper .hero .hero-stats .stat { display: flex; flex-direction: column; gap: 2px; }
body .wrapper .hero .hero-stats .stat .stat-num { font-size: 28px; font-weight: 900; color: #007b33; letter-spacing: -1px; line-height: 1; }
body .wrapper .hero .hero-stats .stat .stat-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #7f7565; }

/* ---- LOTTO SCHEIN ---- */
body .wrapper .hero .hero-schein { display: none; }
body .wrapper .hero .hero-schein .schein-wrap { position: relative; }
body .wrapper .hero .hero-schein .lotto-schein { background-color: #ffffff; border-radius: 6px; padding: 20px; box-shadow: 0 24px 80px rgba(0,0,0,0.18), 0 4px 16px rgba(0,0,0,0.08); transform: rotate(-2deg); opacity: 0; animation: scheinReveal 0.9s ease 0.7s forwards; position: relative; }
body .wrapper .hero .hero-schein .schein-stripe { height: 8px; background-color: #007b33; border-radius: 4px 4px 0 0; margin: -20px -20px 16px; }
body .wrapper .hero .hero-schein .schein-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
body .wrapper .hero .hero-schein .schein-header .schein-spielart { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #007b33; }
body .wrapper .hero .hero-schein .schein-header .schein-tipp { font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #7f7565; background-color: #f0ece0; padding: 3px 8px; border-radius: 20px; }
body .wrapper .hero .hero-schein .schein-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; margin-bottom: 14px; }
body .wrapper .hero .hero-schein .schein-grid .n { aspect-ratio: 1; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; background-color: #f0ece0; color: #7f7565; }
body .wrapper .hero .hero-schein .schein-grid .n.checked { background-color: #007b33; color: #ffffff; animation: checkPop 0.45s cubic-bezier(0.34,1.56,0.64,1) both; }
body .wrapper .hero .hero-schein .schein-grid .c1 { animation-delay: 1.3s; }
body .wrapper .hero .hero-schein .schein-grid .c2 { animation-delay: 1.5s; }
body .wrapper .hero .hero-schein .schein-grid .c3 { animation-delay: 1.7s; }
body .wrapper .hero .hero-schein .schein-grid .c4 { animation-delay: 1.9s; }
body .wrapper .hero .hero-schein .schein-grid .c5 { animation-delay: 2.1s; }
body .wrapper .hero .hero-schein .schein-grid .c6 { animation-delay: 2.3s; }
body .wrapper .hero .hero-schein .schein-super { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-top: 1px dashed #ddd8cc; border-bottom: 1px dashed #ddd8cc; margin-bottom: 14px; }
body .wrapper .hero .hero-schein .schein-super .super-label { font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #7f7565; }
body .wrapper .hero .hero-schein .schein-super .super-nums { display: flex; gap: 4px; }
body .wrapper .hero .hero-schein .schein-super .super-nums .sn { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; background-color: #f0ece0; color: #7f7565; }
body .wrapper .hero .hero-schein .schein-super .super-nums .sn.checked { background-color: #8c5e00; color: #ffffff; }
body .wrapper .hero .hero-schein .schein-footer { display: flex; justify-content: space-between; align-items: center; }
body .wrapper .hero .hero-schein .schein-footer .schein-date { font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #007b33; }
body .wrapper .hero .hero-schein .schein-barcode { height: 20px; width: 80px; background: repeating-linear-gradient(90deg, #1c1c1c 0px, #1c1c1c 2px, transparent 2px, transparent 4px, #1c1c1c 4px, #1c1c1c 5px, transparent 5px, transparent 8px); opacity: 0.2; border-radius: 1px; }
body .wrapper .hero .hero-schein .schein-badge { position: absolute; top: -16px; right: -16px; width: 52px; height: 52px; border-radius: 50%; background-color: #8c5e00; display: flex; align-items: center; justify-content: center; flex-direction: column; box-shadow: 0 4px 16px rgba(200,146,10,0.4); transform: rotate(15deg); }
body .wrapper .hero .hero-schein .schein-badge .badge-num { font-size: 16px; font-weight: 900; color: #ffffff; line-height: 1; }
body .wrapper .hero .hero-schein .schein-badge .badge-label { font-size: 6px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: rgba(255,255,255,0.8); }

/* ---- TICKER ---- */
body .wrapper .draw-ticker { background-color: #007b33; overflow: hidden; height: 40px; display: flex; align-items: center; position: relative; }
body .wrapper .draw-ticker::before { content: 'LOTTO AM MITTWOCH'; position: absolute; left: 0; z-index: 2; background-color: #1c1c1c; color: #ffffff; font-size: 9px; font-weight: 800; letter-spacing: 3px; padding: 0 20px; height: 100%; display: flex; align-items: center; white-space: nowrap; }
body .wrapper .draw-ticker .ticker-track { display: flex; animation: tickerScroll 22s linear infinite; white-space: nowrap; padding-left: 220px; }
body .wrapper .draw-ticker .ticker-track .tick { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #ffffff; padding: 0 28px; }
body .wrapper .draw-ticker .ticker-track .tick-sep { color: rgba(255,255,255,0.4); padding: 0 4px; }

@media (min-width: 768px) {
  body .wrapper .hero .hero-headline .hl-lotto { font-size: 110px; letter-spacing: -5px; }
  body .wrapper .hero .hero-headline .hl-mittwoch { font-size: 90px; letter-spacing: -4px; }
  body .wrapper .hero .hero-schein { display: block; }
  body .wrapper .hero .hero-container { grid-template-columns: 1fr 1fr; gap: 64px; }
}

@media (min-width: 1024px) {
  body .wrapper .hero .hero-container { grid-template-columns: 55% 1fr; padding: 80px 24px; }
  body .wrapper .hero .hero-headline .hl-lotto { font-size: 130px; letter-spacing: -6px; }
  body .wrapper .hero .hero-headline .hl-am { font-size: 40px; }
  body .wrapper .hero .hero-headline .hl-mittwoch { font-size: 104px; letter-spacing: -5px; -webkit-text-stroke: 4px #1c1c1c; }
}

/* ---- SCROLL REVEAL ---- */
body .wrapper .fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
body .wrapper .fade-up.is-visible { opacity: 1; transform: translateY(0); }

/* ---- SECTION DEFAULTS ---- */
body .wrapper .section-label { font-size: 10px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; color: #007b33; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
body .wrapper .section-label::before { content: ''; width: 20px; height: 2px; background-color: #007b33; flex-shrink: 0; display: block; }
body .wrapper .section-title { font-size: 36px; font-weight: 900; letter-spacing: -1.5px; text-transform: uppercase; color: #1c1c1c; line-height: 0.95; margin-bottom: 16px; }
body .wrapper .section-intro { font-size: 16px; color: #5c5448; line-height: 1.7; max-width: 560px; margin-bottom: 48px; }

/* ---- SPIELARTEN ---- */
body .wrapper .spielarten { padding: 80px 0; background-color: #ffffff; }
body .wrapper .spielarten .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
body .wrapper .spielarten .games-list { display: flex; flex-direction: column; }
body .wrapper .spielarten .games-list .game-row { display: flex; align-items: center; gap: 20px; padding: 24px 0; border-bottom: 1px solid #e8e2d8; position: relative; transition: background-color 0.2s ease; }
body .wrapper .spielarten .games-list .game-row:first-child { border-top: 1px solid #e8e2d8; }
body .wrapper .spielarten .games-list .game-row:hover { background-color: #f8f5ef; margin: 0 -16px; padding-left: 16px; padding-right: 56px; }
body .wrapper .spielarten .games-list .game-row .game-badge { width: 52px; height: 52px; border-radius: 50%; background-color: #007b33; color: #ffffff; font-size: 10px; font-weight: 900; letter-spacing: -0.3px; display: flex; align-items: center; justify-content: center; text-align: center; flex-shrink: 0; line-height: 1.2; text-transform: uppercase; }
body .wrapper .spielarten .games-list .game-row .game-badge.amber { background-color: #8c5e00; }
body .wrapper .spielarten .games-list .game-row .game-info { flex: 1; min-width: 0; }
body .wrapper .spielarten .games-list .game-row .game-info .game-name { font-size: 17px; font-weight: 800; color: #1c1c1c; margin-bottom: 3px; letter-spacing: -0.3px; }
body .wrapper .spielarten .games-list .game-row .game-info .game-desc { font-size: 13px; color: #73695a; line-height: 1.5; }
body .wrapper .spielarten .games-list .game-row .game-jackpot { display: none; flex-direction: column; gap: 2px; text-align: right; min-width: 110px; flex-shrink: 0; }
body .wrapper .spielarten .games-list .game-row .game-jackpot .jp-amount { font-size: 15px; font-weight: 800; color: #007b33; }
body .wrapper .spielarten .games-list .game-row .game-jackpot .jp-label { font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #7f7565; }
body .wrapper .spielarten .games-list .game-row .game-arrow { width: 36px; height: 36px; border-radius: 50%; border: 2px solid #ddd8cc; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: border-color 0.2s ease, background-color 0.2s ease; }
body .wrapper .spielarten .games-list .game-row:hover .game-arrow { border-color: #007b33; background-color: #007b33; }
body .wrapper .spielarten .games-list .game-row:hover .game-arrow svg path { stroke: #ffffff; }
body .wrapper .spielarten .games-list .game-row .game-link-cover { position: absolute; inset: 0; z-index: 1; }

/* ---- ANNAHMESCHLUSS ---- */
body .wrapper .annahmeschluss { padding: 80px 0; background-color: #f0ece0; }
body .wrapper .annahmeschluss .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr; gap: 56px; }
body .wrapper .annahmeschluss .deadline-col .deadline-cards { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
body .wrapper .annahmeschluss .deadline-col .deadline-card { background-color: #ffffff; border-radius: 6px; padding: 24px 28px; display: flex; align-items: center; gap: 20px; border-left: 4px solid #007b33; }
body .wrapper .annahmeschluss .deadline-col .deadline-card.amber { border-left-color: #8c5e00; }
body .wrapper .annahmeschluss .deadline-col .deadline-card .time-display { font-size: 44px; font-weight: 900; color: #1c1c1c; letter-spacing: -2px; line-height: 1; white-space: nowrap; }
body .wrapper .annahmeschluss .deadline-col .deadline-card .time-info { display: flex; flex-direction: column; gap: 2px; }
body .wrapper .annahmeschluss .deadline-col .deadline-card .time-info .time-label { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #7f7565; }
body .wrapper .annahmeschluss .deadline-col .deadline-card .time-info .time-text { font-size: 15px; font-weight: 700; color: #1c1c1c; }
body .wrapper .annahmeschluss .deadline-col .deadline-card .time-info .time-note { font-size: 12px; color: #7f7565; }

/* ---- COUNTDOWN ---- */
body .wrapper .annahmeschluss .countdown-col { display: flex; flex-direction: column; justify-content: center; }
body .wrapper .annahmeschluss .countdown-col .countdown-box { background-color: #1c1c1c; border-radius: 6px; padding: 36px; }
body .wrapper .annahmeschluss .countdown-col .countdown-box .countdown-label { font-size: 10px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; color: #7f7565; margin-bottom: 24px; }
body .wrapper .annahmeschluss .countdown-col .countdown-display { display: flex; gap: 0; }
body .wrapper .annahmeschluss .countdown-col .countdown-display .cd-unit { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 0 8px; border-right: 1px solid rgba(255,255,255,0.08); }
body .wrapper .annahmeschluss .countdown-col .countdown-display .cd-unit:last-child { border-right: none; }
body .wrapper .annahmeschluss .countdown-col .countdown-display .cd-unit .cd-val { font-size: 48px; font-weight: 900; color: #ffffff; line-height: 1; letter-spacing: -2px; }
body .wrapper .annahmeschluss .countdown-col .countdown-display .cd-unit .cd-name { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #6d675a; }
body .wrapper .annahmeschluss .countdown-col .countdown-box .cd-next { font-size: 11px; color: #6d675a; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.06); letter-spacing: 0.5px; }
body .wrapper .annahmeschluss .countdown-col .countdown-box .cd-next strong { color: #007b33; }

/* ---- JACKPOT REKORD ---- */
body .wrapper .jackpot-banner { background-color: #007b33; padding: 80px 0; position: relative; overflow: hidden; }
body .wrapper .jackpot-banner::after { content: '46'; position: absolute; right: -40px; top: 50%; transform: translateY(-50%); font-size: 320px; font-weight: 900; color: rgba(255,255,255,0.06); line-height: 1; letter-spacing: -10px; pointer-events: none; }
body .wrapper .jackpot-banner .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
body .wrapper .jackpot-banner .jackpot-inner { display: flex; flex-direction: column; gap: 12px; }
body .wrapper .jackpot-banner .jackpot-eyebrow { font-size: 10px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,0.6); }
body .wrapper .jackpot-banner .jackpot-amount { font-size: 64px; font-weight: 900; color: #ffffff; letter-spacing: -3px; line-height: 1; }
body .wrapper .jackpot-banner .jackpot-label { font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.7); }
body .wrapper .jackpot-banner .jackpot-note { font-size: 14px; color: rgba(255,255,255,0.55); max-width: 480px; line-height: 1.65; margin-top: 4px; }

/* ---- ANLEITUNGEN ---- */
body .wrapper .guide-section { padding: 80px 0; background-color: #ffffff; }
body .wrapper .guide-section .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
body .wrapper .guide-section .guides-wrap { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 0; }
body .wrapper .guide-section .guide-item { display: flex; gap: 24px; padding: 24px 0; border-bottom: 1px solid #e8e2d8; align-items: flex-start; transition: background-color 0.2s ease; }
body .wrapper .guide-section .guide-item:first-child { border-top: 1px solid #e8e2d8; }
body .wrapper .guide-section .guide-item:hover { background-color: #f8f5ef; margin: 0 -16px; padding-left: 16px; padding-right: 16px; }
body .wrapper .guide-section .guide-item .guide-num { font-size: 36px; font-weight: 900; color: #e0dbd2; letter-spacing: -1px; min-width: 56px; line-height: 1; flex-shrink: 0; }
body .wrapper .guide-section .guide-item:hover .guide-num { color: #007b33; }
body .wrapper .guide-section .guide-item .guide-content { flex: 1; padding-top: 4px; }
body .wrapper .guide-section .guide-item .guide-content .guide-title { font-size: 16px; font-weight: 700; color: #1c1c1c; margin-bottom: 4px; }
body .wrapper .guide-section .guide-item .guide-content .guide-text { font-size: 14px; color: #73695a; line-height: 1.6; }

/* ---- GESCHICHTE ---- */
body .wrapper .geschichte { padding: 80px 0; background-color: #f0ece0; }
body .wrapper .geschichte .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
body .wrapper .geschichte .geschichte-inner { display: grid; grid-template-columns: 1fr; gap: 56px; }
body .wrapper .geschichte .geschichte-text p { font-size: 16px; color: #5c5448; line-height: 1.8; margin-bottom: 16px; }
body .wrapper .geschichte .geschichte-text p:last-child { margin-bottom: 0; }
body .wrapper .geschichte .geschichte-text strong { color: #007b33; font-weight: 700; }
body .wrapper .geschichte .timeline { display: flex; flex-direction: column; }
body .wrapper .geschichte .timeline-item { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid #ddd8cc; }
body .wrapper .geschichte .timeline-item:last-child { border-bottom: none; }
body .wrapper .geschichte .timeline-item .year { font-size: 22px; font-weight: 900; color: #007b33; letter-spacing: -1px; min-width: 64px; line-height: 1.2; flex-shrink: 0; }
body .wrapper .geschichte .timeline-item .event .event-title { font-size: 14px; font-weight: 700; color: #1c1c1c; margin-bottom: 3px; }
body .wrapper .geschichte .timeline-item .event .event-text { font-size: 13px; color: #73695a; line-height: 1.55; }

@media (min-width: 768px) {
  body .wrapper .spielarten .games-list .game-row .game-jackpot { display: flex; }
  body .wrapper .annahmeschluss .deadline-col .deadline-cards { grid-template-columns: 1fr 1fr; }
  body .wrapper .jackpot-banner .jackpot-amount { font-size: 96px; letter-spacing: -4px; }
  body .wrapper .guide-section .guides-wrap { grid-template-columns: 1fr 1fr; }
  body .wrapper .guide-section .guide-item:first-child { border-top: none; }
  body .wrapper .guide-section .guide-item { border-top: 1px solid #e8e2d8; }
}

@media (min-width: 1024px) {
  body .wrapper .section-title { font-size: 48px; }
  body .wrapper .annahmeschluss .container { grid-template-columns: 1fr 1fr; align-items: start; }
  body .wrapper .geschichte .geschichte-inner { grid-template-columns: 1fr 1fr; }
  body .wrapper .jackpot-banner .jackpot-amount { font-size: 120px; letter-spacing: -5px; }
}

body .wrapper footer { background-color: #111a14; border-top: 1px solid rgba(90,200,122,0.15); padding: 64px 0 32px; }
body .wrapper footer .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
body .wrapper footer .footer-grid { display: grid; grid-template-columns: 1fr; gap: 48px; margin-bottom: 56px; }
body .wrapper footer .footer-brand .footer-logo { display: flex; flex-direction: column; gap: 2px; margin-bottom: 16px; }
body .wrapper footer .footer-brand .footer-logo .logo-top { font-size: 9px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: #5ac87a; }
body .wrapper footer .footer-brand .footer-logo .logo-main { font-size: 22px; font-weight: 900; text-transform: uppercase; color: #ffffff; letter-spacing: -0.5px; }
body .wrapper footer .footer-brand .footer-logo .logo-accent { color: #5ac87a; }
body .wrapper footer .footer-brand .footer-desc { font-size: 14px; color: #7aa887; line-height: 1.7; max-width: 300px; }
body .wrapper footer .footer-col .col-title { font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: #5ac87a; margin-bottom: 20px; }
body .wrapper footer .footer-col ul { display: flex; flex-direction: column; gap: 10px; }
body .wrapper footer .footer-col ul li a { font-size: 14px; color: #7aa887; transition: color 0.2s ease; }
body .wrapper footer .footer-col ul li a:hover { color: #5ac87a; }
body .wrapper footer .footer-bottom { border-top: 1px solid rgba(90,200,122,0.1); padding-top: 28px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
body .wrapper footer .footer-bottom .copyright { font-size: 13px; color: #7aa887; }
body .wrapper footer .footer-bottom .disclaimer { font-size: 12px; color: rgba(122,168,135,0.6); line-height: 1.6; max-width: 700px; }
body .wrapper footer .footer-bottom .legal-links { display: flex; gap: 20px; }
body .wrapper footer .footer-bottom .legal-links a { font-size: 13px; color: #7aa887; transition: color 0.2s ease; }
body .wrapper footer .footer-bottom .legal-links a:hover { color: #5ac87a; }
body .wrapper footer .footer-bottom .disclaimer-link { color: rgba(122,168,135,0.6); transition: color 0.2s ease; }
body .wrapper footer .footer-bottom .disclaimer-link:hover { color: #5ac87a; }

@media (min-width: 768px) {
  body .wrapper footer .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  body .wrapper footer .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}

/* ---- PAGE HERO (Unterseiten) ---- */
body .wrapper .page-hero { padding: 120px 0 80px; background-color: #f0ece0; position: relative; overflow: hidden; }
body .wrapper .page-hero .hero-bg-lines { position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, rgba(0,123,51,0.04) 0px, rgba(0,123,51,0.04) 1px, transparent 1px, transparent 80px); pointer-events: none; }
body .wrapper .page-hero .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
body .wrapper .page-hero .page-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 5px; text-transform: uppercase; color: #007b33; margin-bottom: 16px; display: flex; align-items: center; gap: 12px; opacity: 0; animation: revealUp 0.6s ease 0.1s forwards; }
body .wrapper .page-hero .page-eyebrow::before { content: ''; width: 28px; height: 2px; background-color: #007b33; flex-shrink: 0; display: block; }
body .wrapper .page-hero h1 { font-size: 56px; font-weight: 900; letter-spacing: -2px; text-transform: uppercase; color: #1c1c1c; line-height: 0.9; margin-bottom: 24px; opacity: 0; animation: revealUp 0.7s ease 0.2s forwards; }
body .wrapper .page-hero h1 .hl-outline { color: transparent; -webkit-text-stroke: 3px #1c1c1c; }
body .wrapper .page-hero .page-sub { font-size: 17px; color: #5c5448; line-height: 1.75; max-width: 640px; margin-bottom: 32px; opacity: 0; animation: revealUp 0.7s ease 0.35s forwards; }
body .wrapper .page-hero .page-meta { display: flex; gap: 32px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid #d5cfc3; opacity: 0; animation: revealUp 0.7s ease 0.5s forwards; }
body .wrapper .page-hero .page-meta .meta-item { display: flex; flex-direction: column; gap: 2px; }
body .wrapper .page-hero .page-meta .meta-item .meta-val { font-size: 26px; font-weight: 900; color: #007b33; letter-spacing: -1px; line-height: 1; }
body .wrapper .page-hero .page-meta .meta-item .meta-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #7f7565; }
body .wrapper .page-hero .back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #007b33; margin-bottom: 32px; opacity: 0; animation: revealUp 0.5s ease 0.05s forwards; }
body .wrapper .page-hero .back-link:hover { color: #005a26; }

/* ---- PROSE SECTION ---- */
body .wrapper .prose-section { padding: 80px 0; background-color: #ffffff; }
body .wrapper .prose-section .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
body .wrapper .prose-section .prose-inner { display: grid; grid-template-columns: 1fr; gap: 56px; }
body .wrapper .prose-section .prose-text p { font-size: 16px; color: #5c5448; line-height: 1.8; margin-bottom: 16px; }
body .wrapper .prose-section .prose-text p:last-child { margin-bottom: 0; }
body .wrapper .prose-section .prose-text strong { color: #007b33; font-weight: 700; }
body .wrapper .prose-section .prose-text h1,
body .wrapper .prose-section .prose-text h2,
body .wrapper .prose-section .prose-text h3 { font-weight: 800; color: #1c1c1c; letter-spacing: -0.5px; margin-bottom: 8px; margin-top: 32px; }
body .wrapper .prose-section .prose-text h1 { font-size: 28px; }
body .wrapper .prose-section .prose-text h2 { font-size: 22px; }
body .wrapper .prose-section .prose-text h3 { font-size: 20px; }
body .wrapper .prose-section .prose-text h1:first-child,
body .wrapper .prose-section .prose-text h2:first-child,
body .wrapper .prose-section .prose-text h3:first-child { margin-top: 0; }
body .wrapper .prose-section .prose-text ul,
body .wrapper .prose-section .prose-text ol { color: #5c5448; padding-left: 24px; margin-bottom: 16px; }
body .wrapper .prose-section .prose-text li { font-size: 16px; line-height: 1.8; margin-bottom: 8px; }
body .wrapper .prose-section .prose-text address { font-style: normal; color: #5c5448; }

/* ---- PRIZE TABLE ---- */
body .wrapper .prize-section { padding: 80px 0; background-color: #f0ece0; }
body .wrapper .prize-section.prize-section-alt { background-color: #ffffff; }
body .wrapper .prize-section .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
body .wrapper .prize-section .prize-table { width: 100%; border-collapse: collapse; margin-top: 40px; }
body .wrapper .prize-section .prize-table thead tr { background-color: #007b33; }
body .wrapper .prize-section .prize-table thead th { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #ffffff; padding: 12px 16px; text-align: left; }
body .wrapper .prize-section .prize-table tbody tr { border-bottom: 1px solid #ddd8cc; background-color: #ffffff; transition: background-color 0.15s ease; }
body .wrapper .prize-section .prize-table tbody tr:hover { background-color: #f8f5ef; }
body .wrapper .prize-section .prize-table tbody tr.jackpot-row { background-color: #edf7f1; }
body .wrapper .prize-section .prize-table tbody td { font-size: 14px; color: #1c1c1c; padding: 14px 16px; vertical-align: middle; }
body .wrapper .prize-section .prize-table tbody td .class-badge { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background-color: #007b33; color: #ffffff; font-size: 11px; font-weight: 800; }
body .wrapper .prize-section .prize-table tbody tr.jackpot-row .class-badge { background-color: #8c5e00; }
body .wrapper .prize-section .prize-table tbody td .prize-amount { font-size: 15px; font-weight: 800; color: #007b33; }
body .wrapper .prize-section .prize-table tbody tr.jackpot-row td .prize-amount { color: #8c5e00; }
body .wrapper .prize-section .prize-table tbody td .prize-note { font-size: 12px; color: #7f7565; margin-top: 2px; }

/* ---- PROSE NOTE ---- */
body .wrapper .prose-note { font-size: 12px; color: #7f7565; line-height: 1.6; margin-top: 16px; padding-top: 12px; border-top: 1px solid #ddd8cc; }

/* ---- INFO CARDS (für Systemlotto etc.) ---- */
body .wrapper .info-section { padding: 80px 0; background-color: #ffffff; }
body .wrapper .info-section .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
body .wrapper .info-section .info-cards { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 40px; }
body .wrapper .info-section .info-card { background-color: #f0ece0; border-radius: 6px; padding: 32px; border-left: 4px solid #007b33; }
body .wrapper .info-section .info-card.amber { border-left-color: #8c5e00; }
body .wrapper .info-section .info-card .card-icon { width: 40px; height: 40px; border-radius: 50%; background-color: #007b33; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
body .wrapper .info-section .info-card.amber .card-icon { background-color: #8c5e00; }
body .wrapper .info-section .info-card .card-title { font-size: 18px; font-weight: 800; color: #1c1c1c; letter-spacing: -0.3px; margin-bottom: 8px; }
body .wrapper .info-section .info-card .card-text { font-size: 14px; color: #73695a; line-height: 1.7; }
body .wrapper .info-section .info-card .card-highlight { font-size: 36px; font-weight: 900; color: #007b33; letter-spacing: -1px; line-height: 1; margin-bottom: 8px; }
body .wrapper .info-section .info-card.amber .card-highlight { color: #8c5e00; }

/* ---- FAQ SECTION ---- */
body .wrapper .faq-section { padding: 80px 0; background-color: #f0ece0; }
body .wrapper .faq-section .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
body .wrapper .faq-section .faq-list { display: flex; flex-direction: column; margin-top: 40px; }
body .wrapper .faq-section .faq-item { padding: 24px 0; border-bottom: 1px solid #ddd8cc; }
body .wrapper .faq-section .faq-item:first-child { border-top: 1px solid #ddd8cc; }
body .wrapper .faq-section .faq-item .faq-q { font-size: 16px; font-weight: 700; color: #1c1c1c; margin-bottom: 10px; }
body .wrapper .faq-section .faq-item .faq-a { font-size: 14px; color: #73695a; line-height: 1.7; }
body .wrapper .faq-section .faq-item .faq-a strong { color: #007b33; font-weight: 700; }

/* ---- CTA BANNER ---- */
body .wrapper .cta-banner { padding: 80px 0; background-color: #1c1c1c; }
body .wrapper .cta-banner .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; flex-direction: column; gap: 24px; }
body .wrapper .cta-banner .cta-label { font-size: 10px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; color: #7f7565; }
body .wrapper .cta-banner .cta-title { font-size: 36px; font-weight: 900; letter-spacing: -1.5px; text-transform: uppercase; color: #ffffff; line-height: 0.95; }
body .wrapper .cta-banner .cta-title .cta-green { color: #5ac87a; }
body .wrapper .cta-banner .cta-links { display: flex; flex-wrap: wrap; gap: 16px; }
body .wrapper .cta-banner .cta-links .cta-link { display: flex; align-items: center; gap: 10px; padding: 14px 24px; background-color: rgba(255,255,255,0.06); border-radius: 4px; border: 1px solid rgba(255,255,255,0.1); transition: background-color 0.2s ease, border-color 0.2s ease; }
body .wrapper .cta-banner .cta-links .cta-link:hover { background-color: rgba(90,200,122,0.12); border-color: rgba(90,200,122,0.3); }
body .wrapper .cta-banner .cta-links .cta-link .cta-link-name { font-size: 15px; font-weight: 700; color: #ffffff; }
body .wrapper .cta-banner .cta-links .cta-link .cta-link-sub { font-size: 11px; color: #7f7565; }
body .wrapper .cta-banner .cta-links .cta-link-arrow { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background-color: rgba(255,255,255,0.08); flex-shrink: 0; margin-left: auto; }

@media (min-width: 768px) {
  body .wrapper .page-hero h1 { font-size: 88px; letter-spacing: -4px; }
  body .wrapper .prose-section .prose-inner { grid-template-columns: 1fr 1fr; }
  body .wrapper .info-section .info-cards { grid-template-columns: 1fr 1fr; }
  body .wrapper .cta-banner .container { flex-direction: row; align-items: center; justify-content: space-between; }
  body .wrapper .cta-banner .cta-title { font-size: 48px; }
}

@media (min-width: 1024px) {
  body .wrapper .page-hero h1 { font-size: 112px; letter-spacing: -5px; }
  body .wrapper .info-section .info-cards { grid-template-columns: repeat(3, 1fr); }
}

/* ---- ENTSTEHUNG TIMELINE ---- */
body .wrapper .entstehung-timeline-section { padding: 80px 0; background-color: #f0ece0; }
body .wrapper .entstehung-timeline-section .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
body .wrapper .entstehung-timeline { list-style: none; margin: 40px 0 0; padding: 0; position: relative; }
body .wrapper .entstehung-timeline::before { content: ''; position: absolute; left: 52px; top: 0; bottom: 0; width: 2px; background-color: #d5cfc3; }
body .wrapper .entstehung-timeline .etl-item { display: flex; gap: 32px; align-items: flex-start; padding-bottom: 40px; position: relative; }
body .wrapper .entstehung-timeline .etl-item:last-child { padding-bottom: 0; }
body .wrapper .entstehung-timeline .etl-year { flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%; background-color: #ffffff; border: 2px solid #d5cfc3; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; letter-spacing: 0; color: #007b33; text-align: center; line-height: 1.1; position: relative; z-index: 1; }
body .wrapper .entstehung-timeline .etl-item-now .etl-year { background-color: #007b33; color: #ffffff; border-color: #007b33; }
body .wrapper .entstehung-timeline .etl-content { padding-top: 12px; }
body .wrapper .entstehung-timeline .etl-title { font-size: 17px; font-weight: 800; color: #1c1c1c; letter-spacing: -0.3px; margin-bottom: 6px; }
body .wrapper .entstehung-timeline .etl-text { font-size: 14px; color: #73695a; line-height: 1.7; margin: 0; }

@media (min-width: 768px) {
  body .wrapper .entstehung-timeline::before { left: 72px; }
  body .wrapper .entstehung-timeline .etl-year { width: 76px; height: 76px; font-size: 13px; }
  body .wrapper .entstehung-timeline .etl-title { font-size: 19px; }
}
