/* ═══════════════════════════════════════════════════════
   SWEEP-STAKES-CASINO-GERMANY.COM — Shared theme 2026
   Dark navy + gold + red flag accent
   ═══════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 }
html { scroll-behavior: smooth; font-size: 16px }
body { font-family: 'Inter', system-ui, sans-serif; background: #080b12; color: #d4d8e8; line-height: 1.65 }
a { text-decoration: none; color: inherit }
img { max-width: 100%; display: block }
ul { list-style: none }

:root {
  --gold: #c9a84c;
  --gold-l: #e8c96a;
  --gold-d: #a07830;
  --red: #c0392b;
  --dark: #080b12;
  --dark2: #0e1220;
  --dark3: #131926;
  --dark4: #1a2235;
  --surface: #1e2840;
  --border: rgba(201, 168, 76, 0.15);
  --text1: #d4d8e8;
  --text2: #8890a8;
  --text3: #4a5270;
  --grad-gold: linear-gradient(135deg, #c9a84c, #e8c96a, #a07830);
  --shadow-gold: 0 8px 32px rgba(201, 168, 76, 0.25);
  --r: 12px;
}

/* ── Skip link ── */
.skip { position: absolute; top: -99px; left: 16px; background: var(--gold); color: #000; padding: 8px 16px; border-radius: 0 0 8px 8px; font-weight: 700; z-index: 9999 }
.skip:focus { top: 0 }

/* ── Flag bar ── */
.flag { height: 4px; background: linear-gradient(90deg, #000 33.3%, #dd0000 33.3% 66.6%, #c9a84c 66.6%) }

/* ══ HEADER ══ */
.hdr { position: sticky; top: 0; z-index: 200; background: rgba(8, 11, 18, 0.95); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border) }
.hdr-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; max-width: 1200px; margin: 0 auto; padding: 0 24px; gap: 16px }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0 }
.logo-icon { width: 38px; height: 38px; flex-shrink: 0; display: flex; align-items: center }
.logo-text { font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 700; color: var(--gold); letter-spacing: 0.02em; line-height: 1.2 }
.logo-text small { display: block; font-size: .6rem; font-weight: 400; color: var(--text3); letter-spacing: .05em; text-transform: uppercase }
.nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center }
.nav a { padding: 7px 12px; font-size: .82rem; font-weight: 500; color: var(--text2); border-radius: 8px; transition: background .2s, color .2s; white-space: nowrap }
.nav a:hover, .nav a.active { background: rgba(201, 168, 76, .1); color: var(--gold) }
.hdr-cta a { display: inline-flex; align-items: center; gap: 6px; padding: 10px 22px; background: var(--grad-gold); color: #000; font-weight: 700; font-size: .82rem; border-radius: 50px; transition: transform .2s, box-shadow .2s; white-space: nowrap }
.hdr-cta a:hover { transform: translateY(-2px); box-shadow: var(--shadow-gold) }
.burger { display: none; flex-direction: column; gap: 5px; background: rgba(201, 168, 76, .1); border: 1px solid var(--border); border-radius: 8px; padding: 10px; cursor: pointer; margin-left: auto; flex-shrink: 0 }
.burger span { display: block; width: 18px; height: 2px; background: var(--text1); border-radius: 2px; transition: transform .3s, opacity .3s }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg) }
.burger.open span:nth-child(2) { opacity: 0 }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg) }
.mob-nav { display: none; flex-direction: column; background: #0e1220; border-top: 1px solid var(--border) }
.mob-nav.open { display: flex }
.mob-nav a { padding: 14px 24px; font-size: .92rem; color: var(--text1); border-bottom: 1px solid rgba(255, 255, 255, .04); transition: color .2s, background .2s }
.mob-nav a:hover { color: var(--gold); background: rgba(201, 168, 76, .06) }
.mob-nav .mob-cta { padding: 16px 24px }
.mob-nav .mob-cta a { display: block; text-align: center; padding: 13px; background: var(--grad-gold); color: #000; font-weight: 700; border-radius: 50px }

/* ══ HERO ══ */
.hero { position: relative; overflow: hidden; padding: 80px 0 64px; background: linear-gradient(160deg, #080b12 0%, #0e1220 50%, #131926 100%) }
.hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(201, 168, 76, .05) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none }
.hero-orb1 { top: -150px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(201, 168, 76, .06) 0%, transparent 70%) }
.hero-orb2 { bottom: -100px; left: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(192, 57, 43, .05) 0%, transparent 70%) }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1 }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 6px; background: rgba(201, 168, 76, .12); border: 1px solid rgba(201, 168, 76, .28); color: var(--gold); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 4px 14px; border-radius: 50px; margin-bottom: 18px }
.hero h1 { font-family: 'Oswald', sans-serif; font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 700; line-height: 1.08; color: #fff; margin-bottom: 18px }
.hero h1 .gold { color: var(--gold) }
.hero-lead { font-size: .98rem; color: var(--text2); line-height: 1.75; margin-bottom: 28px; max-width: 520px }
.hero-stats { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 32px; padding: 18px 20px; background: rgba(255, 255, 255, .03); border: 1px solid var(--border); border-radius: var(--r) }
.stat .v { font-family: 'Oswald', sans-serif; font-size: 1.7rem; font-weight: 700; color: var(--gold); line-height: 1 }
.stat .l { font-size: .7rem; color: var(--text3); margin-top: 2px }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap }
.btn-main { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: var(--grad-gold); color: #000; font-weight: 700; font-size: .95rem; border-radius: 50px; transition: transform .2s, box-shadow .2s }
.btn-main:hover { transform: translateY(-3px); box-shadow: var(--shadow-gold) }
.btn-ghost { display: inline-flex; align-items: center; gap: 6px; padding: 13px 26px; border: 1px solid var(--border); color: var(--text2); font-size: .88rem; border-radius: 50px; transition: border-color .2s, color .2s }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold) }
.hero-img-wrap { border-radius: 18px; overflow: hidden; border: 1px solid rgba(201, 168, 76, .2); box-shadow: 0 24px 64px rgba(0, 0, 0, .6), 0 0 64px rgba(201, 168, 76, .08) }
.hero-img-wrap img { width: 100% }

/* ── Breadcrumbs (subpage) ── */
.crumbs { padding: 14px 0 0; font-size: .78rem; color: var(--text3) }
.crumbs a { color: var(--text2); border-bottom: 1px dotted rgba(255,255,255,.1) }
.crumbs a:hover { color: var(--gold); border-color: var(--gold) }
.crumbs .sep { margin: 0 8px; color: var(--text3) }

/* ══ SECTIONS ══ */
.section { padding: 72px 0 }
.section-alt { background: var(--dark2) }
.section-dark { background: var(--dark3) }
.sec-head { margin-bottom: 40px }
.sec-eye { display: block; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); margin-bottom: 10px }
.sec-h2 { font-family: 'Oswald', sans-serif; font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 700; color: #fff; line-height: 1.15 }
.sec-h2 span { color: var(--gold) }
.sec-desc { color: var(--text2); line-height: 1.7; margin-top: 10px; max-width: 680px }

/* Cards */
.cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px }
.cards4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px }
.card { background: var(--dark4); border: 1px solid rgba(255, 255, 255, .06); border-radius: var(--r); padding: 24px; transition: border-color .2s, transform .2s }
.card:hover { border-color: var(--border); transform: translateY(-4px) }
.card-icon { font-size: 1.8rem; margin-bottom: 12px }
.card h3 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: 8px }
.card p { font-size: .84rem; color: var(--text2); line-height: 1.6 }

/* Tables */
.tbl-wrap { overflow-x: auto; margin: 20px 0 }
.tbl { width: 100%; border-collapse: collapse; font-size: .86rem }
.tbl caption { font-family: 'Oswald', sans-serif; font-size: .95rem; font-weight: 600; color: var(--gold); text-align: left; padding: 0 0 12px; caption-side: top }
.tbl th { background: rgba(201, 168, 76, .1); color: #fff; font-weight: 700; padding: 12px 14px; text-align: left; border-bottom: 2px solid rgba(201, 168, 76, .25); white-space: nowrap }
.tbl td { padding: 10px 14px; border-bottom: 1px solid rgba(255, 255, 255, .05); color: var(--text2) }
.tbl tr:hover td { background: rgba(201, 168, 76, .04); color: var(--text1) }
.yes { color: #22c55e; font-weight: 700 }
.no { color: #ef4444 }
.part { color: #f97316 }
.gold-t { color: var(--gold); font-weight: 700 }

/* Casino cards */
.casino-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px }
.casino-card { background: var(--dark4); border: 1px solid rgba(255, 255, 255, .06); border-radius: var(--r); padding: 20px; display: flex; gap: 14px; transition: border-color .2s }
.casino-card:hover { border-color: var(--border) }
.c-rank { font-family: 'Oswald', sans-serif; font-size: 2rem; font-weight: 700; color: rgba(201, 168, 76, .25); flex-shrink: 0; line-height: 1; min-width: 32px }
.c-rank.top { color: var(--gold) }
.c-info h3 { font-size: .92rem; font-weight: 700; color: #fff; margin-bottom: 4px }
.c-score { display: inline-block; font-size: .72rem; font-weight: 700; background: var(--grad-gold); color: #000; padding: 2px 8px; border-radius: 20px; margin-bottom: 6px }
.c-info p { font-size: .8rem; color: var(--text2); line-height: 1.55 }

/* SVG Charts */
.chart-box { background: var(--dark4); border: 1px solid rgba(255, 255, 255, .06); border-radius: var(--r); padding: 24px; margin: 20px 0 }
.chart-box h3 { font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600; color: #fff; margin-bottom: 18px }
.charts2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 20px }
.charts3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 20px }

/* Progress */
.prog-list { display: flex; flex-direction: column; gap: 13px }
.prog-item label { font-size: .8rem; color: var(--text2); display: flex; justify-content: space-between; margin-bottom: 4px }
.prog-item label span { color: var(--gold); font-weight: 700 }
.prog-bar { height: 7px; background: rgba(255, 255, 255, .06); border-radius: 10px; overflow: hidden }
.prog-fill { height: 100%; border-radius: 10px; background: linear-gradient(90deg, #a07830, #e8c96a) }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 10px }
.faq-item { background: var(--dark4); border: 1px solid rgba(255, 255, 255, .06); border-radius: var(--r) }
.faq-q { padding: 16px 20px; font-weight: 600; color: #e0e4f4; font-size: .9rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: color .2s }
.faq-q:hover { color: var(--gold) }
.faq-q::after { content: '+'; color: var(--gold); font-size: 1.2rem; line-height: 1; flex-shrink: 0 }
.faq-a { padding: 0 20px 14px; color: var(--text2); font-size: .85rem; line-height: 1.7 }

/* SEO article */
.seo-article { max-width: 840px }
.seo-article h2 { font-family: 'Oswald', sans-serif; font-size: 1.4rem; font-weight: 700; color: #fff; margin: 28px 0 10px }
.seo-article h3 { font-size: 1rem; font-weight: 700; color: var(--gold); margin: 18px 0 7px }
.seo-article p { color: var(--text2); line-height: 1.75; margin-bottom: 12px; font-size: .91rem }
.seo-article strong { color: var(--text1) }
.seo-article ul, .seo-article ol { margin: 10px 0 14px 18px }
.seo-article ul li, .seo-article ol li { color: var(--text2); font-size: .88rem; line-height: 1.7; margin-bottom: 5px; list-style: disc }
.seo-article ol li { list-style: decimal }
.seo-article blockquote { border-left: 3px solid var(--gold); padding: 10px 18px; margin: 16px 0; background: rgba(201,168,76,.04); color: var(--text1); font-style: italic; border-radius: 0 8px 8px 0; font-size: .9rem }

/* Steps timeline */
.steps { display: flex; flex-direction: column; gap: 14px; margin: 20px 0 }
.step { display: grid; grid-template-columns: 44px 1fr; gap: 14px; background: var(--dark4); border: 1px solid rgba(255,255,255,.06); border-radius: var(--r); padding: 18px 20px; position: relative }
.step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--grad-gold); color: #000; font-weight: 700; font-family: 'Oswald', sans-serif; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0 }
.step h3 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: 5px }
.step p { color: var(--text2); font-size: .85rem; line-height: 1.65 }
.step ul { margin-top: 8px; padding-left: 18px }
.step ul li { color: var(--text2); font-size: .82rem; line-height: 1.6; list-style: disc; margin-bottom: 3px }

/* CTA Banner */
.cta-band { padding: 60px 0; background: linear-gradient(135deg, #0e1220, #1a2235, #0e1220); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: center }
.cta-band h2 { font-family: 'Oswald', sans-serif; font-size: clamp(1.7rem, 3.5vw, 2.7rem); color: #fff; margin-bottom: 14px }
.cta-band p { color: var(--text2); max-width: 520px; margin: 0 auto 28px; line-height: 1.7 }
.cta-band .disc { font-size: .72rem; color: var(--text3); margin-top: 16px }
.cta-band .disc a { color: var(--text3); border-bottom: 1px solid rgba(255, 255, 255, .1) }

/* Footer */
.ftr { background: #05070d; border-top: 1px solid rgba(255, 255, 255, .04); padding: 48px 0 24px }
.ftr-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 36px }
.ftr h4 { font-family: 'Oswald', sans-serif; font-size: .85rem; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 12px }
.ftr p, .ftr a { font-size: .8rem; color: var(--text3); line-height: 1.7; display: block; margin-bottom: 5px; transition: color .2s }
.ftr a:hover { color: var(--gold) }
.ftr-bottom { border-top: 1px solid rgba(255, 255, 255, .04); padding-top: 18px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px }
.ftr-bottom p { font-size: .73rem; color: var(--text3) }
.resp { display: inline-flex; align-items: center; gap: 5px; background: rgba(192, 57, 43, .12); border: 1px solid rgba(192, 57, 43, .25); color: #e08080; font-size: .7rem; padding: 3px 10px; border-radius: 20px }

/* Related pages block */
.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px }
.related-card { background: var(--dark4); border: 1px solid rgba(255,255,255,.06); border-radius: var(--r); padding: 20px; transition: border-color .2s, transform .2s }
.related-card:hover { border-color: var(--border); transform: translateY(-3px) }
.related-card .tag { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gold); font-weight: 700 }
.related-card h3 { font-size: .98rem; color: #fff; margin: 6px 0 8px; font-family: 'Oswald', sans-serif }
.related-card p { font-size: .82rem; color: var(--text2); line-height: 1.6; margin-bottom: 10px }
.related-card .go { font-size: .78rem; color: var(--gold); font-weight: 700 }

/* Responsive */
@media(max-width:900px) {
  .nav { display: none }
  .hdr-cta { display: none }
  .burger { display: flex }
  .hero-grid, .casino-grid, .charts2, .charts3, .ftr-grid, .related { grid-template-columns: 1fr }
  .cards3, .cards4 { grid-template-columns: 1fr 1fr }
}
@media(max-width:560px) {
  .cards3, .cards4 { grid-template-columns: 1fr }
  .section { padding: 48px 0 }
  .hero { padding: 52px 0 40px }
}
