/* Wettenlive — wettenlives.de — Bonusprogramm-Fokus (hybrid, bonus-lastig) */
:root {
  --amber: #f7ad1e;
  --amber2: #ffd500;
  --dark: #272728;
  --dark2: #202021;
  --light: #f6f6f6;
  --ink: #010101;
  --line: rgba(246, 246, 246, 0.12);
  --radius: 14px;
}

* { 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: 1120px; margin: 0 auto; padding: 0 20px; }
body.nav-open { overflow: hidden; }

/* Header — bonus nav is deliberately narrow (4 bonus-only items) */
.wtl-header { position: sticky; top: 0; z-index: 60; background: var(--dark); 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: 1120px; 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(--amber); }
.wtl-logo-dot { width: 0.5em; height: 0.5em; border-radius: 50%; background: var(--amber2); animation: wtlPulse 1.8s ease-out infinite; }
@keyframes wtlPulse {
  0% { box-shadow: 0 0 0 0 rgba(255,213,0,0.6); }
  70% { box-shadow: 0 0 0 9px rgba(255,213,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,213,0,0); }
}
.wtl-nav-desktop { display: none; }
.wtl-nav-desktop ul { list-style: none; display: flex; gap: 24px; margin: 0; padding: 0; }
.wtl-nav-desktop a { text-decoration: none; font-size: 0.92rem; font-weight: 700; color: var(--light); opacity: 0.85; border-bottom: 2px solid transparent; padding-bottom: 3px; }
.wtl-nav-desktop a:hover { opacity: 1; border-color: var(--amber); }
.wtl-header-actions { display: flex; align-items: center; gap: 10px; }
.wtl-cta { display: inline-block; background: var(--amber2); color: var(--ink); font-weight: 800; padding: 10px 18px; border-radius: 8px; text-decoration: none; font-size: 0.92rem; white-space: nowrap; }
.wtl-cta:hover { background: var(--amber); }
.wtl-burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 4px; width: 42px; height: 38px; background: transparent; border: 1px solid var(--line); border-radius: 6px; 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 13px; font-size: 0.82rem; }
}

/* Hero — bonus CARD (not a photo hero) */
.wtl-hero { position: relative; padding: 46px 0 40px; overflow: hidden; background: var(--dark2); }
.wtl-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.16; }
.wtl-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(1,1,1,0.5), rgba(1,1,1,0.94)); }
.wtl-hero-body { position: relative; z-index: 2; max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.wtl-bonus-card {
  background: linear-gradient(135deg, var(--dark), #303031);
  border: 1px solid rgba(255,213,0,0.25); border-radius: var(--radius);
  padding: 30px; max-width: 620px; box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}
.wtl-eyebrow { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--amber); font-weight: 800; margin: 0 0 10px; }
.wtl-bonus-figure { font-size: clamp(2rem, 6vw, 3rem); font-weight: 800; color: var(--amber2); margin: 0 0 8px; line-height: 1.05; }
.wtl-bonus-figure small { display: block; font-size: 1rem; font-weight: 700; color: var(--light); opacity: 0.85; margin-top: 6px; }
.wtl-bonus-sub { opacity: 0.85; margin: 0 0 24px; max-width: 480px; }
.wtl-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.wtl-cta-ghost { display: inline-block; padding: 10px 18px; border-radius: 8px; text-decoration: none; font-weight: 700; color: var(--light); border: 1px solid rgba(246,246,246,0.35); font-size: 0.92rem; }

/* Steps (1-2-3) */
.wtl-steps-sec { padding: 44px 0; border-bottom: 1px solid var(--line); }
.wtl-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; counter-reset: wtlstep; }
.wtl-step { background: var(--dark); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; position: relative; min-width: 0; }
.wtl-step-num { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: var(--amber); color: var(--ink); font-weight: 800; margin-bottom: 12px; }
.wtl-step p.wtl-step-title { font-weight: 700; margin: 0 0 6px; }
.wtl-step p.wtl-step-desc { margin: 0; font-size: 0.88rem; opacity: 0.8; }

/* Wagering calculator callout */
.wtl-calc-sec { padding: 10px 0 44px; }
.wtl-calc-box { background: var(--dark2); border: 1px dashed rgba(255,213,0,0.35); border-radius: var(--radius); padding: 24px; display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }
.wtl-calc-eq { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-variant-numeric: tabular-nums; }
.wtl-calc-chip { background: var(--dark); border: 1px solid var(--line); border-radius: 10px; padding: 10px 16px; text-align: center; min-width: 96px; }
.wtl-calc-chip b { display: block; font-size: 1.15rem; color: var(--amber2); }
.wtl-calc-chip span { display: block; font-size: 0.68rem; opacity: 0.7; text-transform: uppercase; letter-spacing: 0.04em; margin-top: 2px; }
.wtl-calc-op { font-size: 1.4rem; opacity: 0.6; font-weight: 800; }
.wtl-calc-note { flex: 1 1 200px; font-size: 0.86rem; opacity: 0.75; margin: 0; min-width: 180px; }

/* Reload teaser */
.wtl-strip { padding: 34px 0; border-top: 1px solid var(--line); 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; }
.wtl-reload-ico { width: 52px; height: 52px; border-radius: 50%; border: 3px solid var(--amber); border-top-color: transparent; flex: 0 0 auto; }

/* Payment note band (crypto/card, no bank logos) */
.wtl-pay-sec { padding: 40px 0; }
.wtl-pay-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; }
.wtl-pay-card { background: var(--dark); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; text-align: center; min-width: 0; }
.wtl-pay-glyph { width: 40px; height: 40px; border-radius: 10px; margin: 0 auto 10px; background: rgba(247,173,30,0.14); display: flex; align-items: center; justify-content: center; font-weight: 800; color: var(--amber); }
.wtl-pay-card p { margin: 0; font-weight: 700; font-size: 0.88rem; }

/* Comparison mini-table (promo, separate from article table) */
.wtl-compare-sec { padding: 10px 0 46px; }
.wtl-compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.wtl-compare { width: 100%; border-collapse: collapse; table-layout: fixed; min-width: 460px; }
.wtl-compare th, .wtl-compare td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; font-size: 0.88rem; overflow-wrap: anywhere; }
.wtl-compare thead th { background: var(--dark2); color: var(--amber2); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.04em; }
.wtl-compare tbody tr:last-child td { border-bottom: none; }

/* 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; }

/* Sub-page hero (CSS-only, no photos on bonus subpages) */
.wtl-subhero { padding: 34px 0 30px; background: radial-gradient(circle at 85% 15%, rgba(255,213,0,0.14), transparent 55%), var(--dark2); border-bottom: 1px solid var(--line); margin-top: 10px; }
.wtl-subhero-title { font-size: clamp(1.3rem, 3.4vw, 1.9rem); font-weight: 800; margin: 6px 0 0; max-width: 700px; }

/* Article */
.wtl-article { padding: 40px 0 60px; max-width: 780px; 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: 10px; }
.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(--amber); }
.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; }

/* 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(--amber); }
.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}
