/* Wettenlive — wettenlivecasino.de — Casino-Fokus (hybrid, spielangebot-lastig) */
:root {
  --amber: #f7ad1e;
  --amber2: #ffd500;
  --dark: #272728;
  --dark2: #1e1e1f;
  --light: #f6f6f6;
  --ink: #010101;
  --line: rgba(246, 246, 246, 0.1);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--light);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wtl-wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
body.nav-open { overflow: hidden; }

/* Header */
.wtl-header { position: sticky; top: 0; z-index: 60; background: rgba(39,39,40,0.97); backdrop-filter: none; border-bottom: 1px solid var(--line); }
.wtl-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 20px; max-width: 1180px; margin: 0 auto; min-height: 64px; }
.wtl-logo { display: inline-flex; align-items: center; gap: 0.4em; text-decoration: none; font-weight: 800; font-size: 1.5rem; letter-spacing: -0.02em; }
.wtl-logo-w { color: var(--light); }
.wtl-logo-l { color: var(--amber2); }
.wtl-logo-dot { width: 0.5em; height: 0.5em; border-radius: 50%; background: var(--amber); animation: wtlPulse 1.8s ease-out infinite; }
@keyframes wtlPulse {
  0% { box-shadow: 0 0 0 0 rgba(247,173,30,0.65); }
  70% { box-shadow: 0 0 0 9px rgba(247,173,30,0); }
  100% { box-shadow: 0 0 0 0 rgba(247,173,30,0); }
}
.wtl-nav-desktop { display: none; }
.wtl-nav-desktop ul { list-style: none; display: flex; gap: 10px; margin: 0; padding: 0; }
.wtl-nav-desktop a {
  text-decoration: none; font-size: 0.9rem; font-weight: 700; color: var(--light);
  padding: 8px 14px; border-radius: 999px; display: block;
}
.wtl-nav-desktop a:hover { background: rgba(247,173,30,0.14); color: var(--amber2); }
.wtl-header-actions { display: flex; align-items: center; gap: 10px; }
.wtl-cta {
  display: inline-block; background: linear-gradient(135deg, var(--amber), var(--amber2));
  color: var(--ink); font-weight: 800; padding: 11px 20px; border-radius: 999px;
  text-decoration: none; font-size: 0.92rem; white-space: nowrap; box-shadow: 0 6px 18px rgba(247,173,30,0.25);
}
.wtl-burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 4px; width: 42px; height: 38px; background: rgba(255,255,255,0.06); border: 1px solid var(--line); border-radius: 10px; cursor: pointer; padding: 0 9px; }
.wtl-burger span { display: block; height: 2px; background: var(--light); border-radius: 2px; }

.wtl-mobile-nav { display: none; background: var(--dark2); border-bottom: 1px solid var(--line); padding: 10px 20px 18px; }
.wtl-mobile-nav.is-open { display: block; }
.wtl-mobile-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.wtl-mobile-nav a { display: block; padding: 13px 4px; text-decoration: none; color: var(--light); font-weight: 600; border-bottom: 1px solid var(--line); font-size: 1rem; }
.wtl-mobile-nav .wtl-cta { margin-top: 14px; text-align: center; }

@media (min-width: 861px) {
  .wtl-nav-desktop { display: block; }
  .wtl-burger, .wtl-mobile-nav { display: none !important; }
}
@media (max-width: 400px) {
  .wtl-header-inner { padding-left: 14px; padding-right: 14px; gap: 8px; }
  .wtl-logo { font-size: 1.25rem; }
  .wtl-cta { padding: 8px 14px; font-size: 0.82rem; }
}

/* Hero — promo band with bg image + gradient card */
.wtl-hero { position: relative; padding: 54px 0 60px; overflow: hidden; background: var(--dark); }
.wtl-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.35; }
.wtl-hero-shade { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(1,1,1,0.92) 30%, rgba(1,1,1,0.55) 100%); }
.wtl-hero-body { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.wtl-hero-card { max-width: 560px; }
.wtl-eyebrow-pill {
  display: inline-block; background: rgba(255,213,0,0.14); border: 1px solid rgba(255,213,0,0.4);
  color: var(--amber2); font-weight: 800; font-size: 0.75rem; text-transform: uppercase;
  letter-spacing: 0.07em; padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}
.wtl-hero-title { font-size: clamp(1.8rem, 5vw, 2.8rem); font-weight: 800; margin: 0 0 14px; line-height: 1.12; }
.wtl-hero-title b { color: var(--amber2); }
.wtl-hero-sub { opacity: 0.88; font-size: 1.02rem; margin: 0 0 26px; max-width: 480px; }
.wtl-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.wtl-cta-ghost { display: inline-block; padding: 11px 20px; border-radius: 999px; text-decoration: none; font-weight: 700; color: var(--light); border: 1px solid rgba(246,246,246,0.35); font-size: 0.92rem; }

/* Chips */
.wtl-chips-sec { padding: 26px 0 6px; }
.wtl-chips { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; }
.wtl-chip {
  flex: 0 0 auto; background: var(--dark); border: 1px solid var(--line); color: var(--light);
  font-weight: 700; font-size: 0.86rem; padding: 9px 18px; border-radius: 999px; cursor: pointer;
}
.wtl-chip.is-active { background: var(--amber); color: var(--ink); border-color: var(--amber); }

/* Game grid */
.wtl-grid-sec { padding: 20px 0 46px; }
.wtl-game-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 14px; }
.wtl-game-card { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--dark); border: 1px solid var(--line); min-width: 0; }
.wtl-game-card img { width: 100%; height: 150px; object-fit: cover; }
.wtl-game-card .wtl-game-name { position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 12px; margin: 0; font-size: 0.82rem; font-weight: 700; background: linear-gradient(0deg, rgba(1,1,1,0.85), transparent); }
.wtl-game-tag { position: absolute; top: 8px; left: 8px; background: rgba(1,1,1,0.6); color: var(--amber2); font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; }

/* Live-casino teaser band */
.wtl-live-band { padding: 44px 0; background: var(--dark2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.wtl-live-flex { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.wtl-live-media { flex: 1 1 240px; min-width: 220px; border-radius: var(--radius); overflow: hidden; }
.wtl-live-media img { width: 100%; height: 260px; object-fit: cover; }
.wtl-live-copy { flex: 1 1 260px; min-width: 240px; }
.wtl-live-copy p.wtl-teaser-title { font-size: 1.4rem; font-weight: 800; margin: 6px 0 10px; }
.wtl-live-copy p.wtl-live-desc { opacity: 0.85; margin: 0 0 18px; max-width: 420px; }

/* Freispiele / mobil bands */
.wtl-strip { padding: 34px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.wtl-strip p.wtl-strip-title { font-weight: 800; font-size: 1.15rem; margin: 4px 0 6px; }
.wtl-strip p.wtl-strip-desc { margin: 0; opacity: 0.8; font-size: 0.9rem; max-width: 420px; }

/* Phone mockup (CSS only — no fitting donor photo for "mobil") */
.wtl-phone { width: 150px; height: 300px; border-radius: 26px; background: var(--dark); border: 3px solid #3a3a3b; position: relative; flex: 0 0 auto; overflow: hidden; }
.wtl-phone::before { content: ""; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 40%; height: 8px; border-radius: 6px; background: #3a3a3b; }
.wtl-phone-screen { position: absolute; inset: 24px 8px 8px; border-radius: 14px; background: linear-gradient(160deg, rgba(247,173,30,0.25), rgba(1,1,1,0.9)); display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 8px; }
.wtl-phone-screen span { display: block; border-radius: 6px; background: rgba(255,213,0,0.18); border: 1px solid rgba(255,213,0,0.3); }

/* Breadcrumbs */
.wtl-breadcrumbs { padding: 16px 0 0; }
.wtl-breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; font-size: 0.82rem; opacity: 0.7; }
.wtl-breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 6px; opacity: 0.5; }
.wtl-breadcrumbs a { text-decoration: none; }

/* Article */
.wtl-article { padding: 40px 0 60px; max-width: 800px; margin: 0 auto; }
.wtl-article h1 { font-size: clamp(1.5rem, 4vw, 2.1rem); line-height: 1.2; margin: 0 0 18px; }
.wtl-article h2 { font-size: 1.3rem; margin: 34px 0 12px; }
.wtl-article h3 { font-size: 1.05rem; margin: 0; }
.wtl-article p { margin: 0 0 16px; opacity: 0.92; }
.wtl-article a { color: var(--amber2); text-decoration: underline; }

.wtl-table-wrap { overflow-x: auto; margin: 18px 0; border: 1px solid var(--line); border-radius: 12px; }
.wtl-article table { width: 100%; border-collapse: collapse; table-layout: fixed; min-width: 420px; }
.wtl-article td { padding: 10px 12px; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; font-size: 0.92rem; }
@media (max-width: 560px) {
  .wtl-article td { padding: 7px 9px; font-size: 0.82rem; }
}

.wtl-faq-item { border-bottom: 1px solid var(--line); }
.wtl-faq-q { cursor: pointer; padding: 14px 26px 14px 0; position: relative; margin: 0 !important; }
.wtl-faq-q::after { content: "+"; position: absolute; right: 4px; top: 12px; font-size: 1.3rem; color: var(--amber2); }
.wtl-faq-q.is-open::after { content: "\2212"; }
.wtl-faq-a-collapsed { display: none; }
.wtl-faq-a-open { display: block; padding-bottom: 6px; }
.wtl-faq-a p { margin: 0 0 12px; }

/* Sub-page hero band */
.wtl-subhero { position: relative; padding: 40px 0 34px; overflow: hidden; background: var(--dark2); border-bottom: 1px solid var(--line); margin-top: 10px; }
.wtl-subhero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.28; }
.wtl-subhero-shade { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(1,1,1,0.9), rgba(1,1,1,0.5)); }
.wtl-subhero-body { position: relative; z-index: 2; }
.wtl-subhero-title { font-size: clamp(1.3rem, 3.4vw, 1.9rem); font-weight: 800; margin: 6px 0 0; max-width: 700px; }

/* Footer */
.wtl-footer { background: var(--dark2); border-top: 1px solid var(--line); padding: 46px 0 26px; margin-top: 20px; }
.wtl-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(2, 1fr); gap: 30px; margin-bottom: 30px; }
.wtl-footer-col p.wtl-footer-h { font-weight: 800; margin: 0 0 12px; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--amber2); }
.wtl-footer-col ul { list-style: none; margin: 0; padding: 0; }
.wtl-footer-col li { margin-bottom: 9px; }
.wtl-footer-col a { text-decoration: none; opacity: 0.85; font-size: 0.92rem; }
.wtl-footer-col a:hover { opacity: 1; }
.wtl-footer-desc { font-size: 0.88rem; opacity: 0.72; max-width: 320px; margin: 10px 0 0; }
.wtl-footer-bottom { border-top: 1px solid var(--line); padding-top: 20px; font-size: 0.78rem; opacity: 0.65; }
.wtl-footer-bottom p { margin: 0 0 8px; }
.wtl-footer-rg { color: var(--amber2); opacity: 0.9; }

@media (min-width: 700px) {
  .wtl-footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
}
@media (max-width: 699px) {
  .wtl-footer-grid { grid-template-columns: 1fr 1fr; }
}

/* fix: мобильный воздух */
@media (max-width:760px){article.wtl-article{padding-left:18px;padding-right:18px}}

nav.wtl-breadcrumbs.wtl-wrap{padding-left:18px;padding-right:18px}
section.wtl-subhero div.wtl-wrap,div.wtl-wrap{padding-left:18px;padding-right:18px}
