/* ============================================================
   BetLabel Review — unabhängiges Stylesheet
   Palette: Graphit #161616 / Sport-Grün #7BC242 / Weiß-Kontur
   System-Font-Stack (kein Webfont) für PageSpeed. Prefix: btl
   ============================================================ */

:root {
    --btl-bg:        #161616;
    --btl-bg-2:      #1d1d1d;
    --btl-card:      #222222;
    --btl-bar:       #101010;
    --btl-green:     #7BC242;
    --btl-green-2:   #92d65a;
    --btl-green-dk:  #5fa030;
    --btl-white:     #ffffff;
    --btl-mute:      #a9b0a6;
    --btl-line:      rgba(255,255,255,.09);
    --btl-radius:    13px;
    --btl-radius-s:  9px;
    --btl-bar-h:     66px;
    --btl-font:      "Franklin Gothic Medium","Arial Narrow",Arial,sans-serif;
    --btl-ease:      .24s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; max-width: 100%; }
body {
    font-family: var(--btl-font);
    background: var(--btl-bg);
    color: #e6e9e3;
    line-height: 1.62;
    font-size: 15.5px;
    overflow-x: clip;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
}
body::before { content: ""; position: fixed; inset: 0; background: url('../img/body-bg.webp') center/cover no-repeat; opacity: .55; z-index: -1; pointer-events: none; }
h1, h2, h3 { font-family: var(--btl-font); font-weight: 800; line-height: 1.2; color: var(--btl-white); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
strong, b { font-weight: 700; color: #fff; }
hr { border: 0; border-top: 1px solid var(--btl-line); margin: 34px 0; }

/* ===== Buttons ===== */
.btl-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-weight: 800; letter-spacing: .3px; text-transform: uppercase;
    border: none; cursor: pointer; border-radius: 999px;
    padding: 13px 26px; font-size: 14px; transition: transform var(--btl-ease), box-shadow var(--btl-ease), background var(--btl-ease);
    white-space: nowrap;
}
.btl-btn-green {
    background: linear-gradient(135deg, var(--btl-green), var(--btl-green-2));
    color: #102505;
    box-shadow: 0 6px 22px rgba(123,194,66,.30);
}
.btl-btn-green:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(123,194,66,.45); }
.btl-btn-solid { background: var(--btl-green-dk); color: #fff; }
.btl-btn-solid:hover { background: var(--btl-green); color: #102505; transform: translateY(-2px); }
/* zweite Schaltfläche: transparent mit weißem Kontur */
.btl-btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.7); }
.btl-btn-ghost:hover { background: rgba(255,255,255,.10); border-color: #fff; }
.btl-btn-sm { padding: 9px 18px; font-size: 12.5px; }

/* ===== Top bar (Desktop) ===== */
.btl-top {
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
    height: var(--btl-bar-h); padding: 0 30px;
    background: var(--btl-bar);
    border-bottom: 1px solid var(--btl-line);
    position: sticky; top: 0; z-index: 60;
}
.btl-logo { display: inline-flex; align-items: center; }
.btl-logo img, .btl-mlogo img { height: 47px; width: auto; display: block; }
.btl-nav { display: flex; gap: 6px; align-items: center; }
.btl-nav a {
    padding: 8px 14px; border-radius: 8px; font-size: 14px; font-weight: 600; color: #cdd2c8;
    transition: background var(--btl-ease), color var(--btl-ease);
}
.btl-nav a:hover { background: rgba(255,255,255,.07); color: #fff; }
.btl-nav a.btl-on { color: var(--btl-green); }
.btl-top-cta { display: flex; align-items: center; }

/* ===== Mobile header ===== */
.btl-mtop {
    display: none; align-items: center; justify-content: space-between; gap: 12px;
    height: 58px; padding: 0 16px; background: var(--btl-bar);
    border-bottom: 1px solid var(--btl-line); position: sticky; top: 0; z-index: 60;
}
.btl-burger { width: 40px; height: 40px; background: transparent; border: 1px solid var(--btl-line); border-radius: 9px; display: flex; flex-direction: column; gap: 4px; align-items: center; justify-content: center; cursor: pointer; }
.btl-burger span { width: 18px; height: 2px; background: #fff; border-radius: 2px; }
.btl-mlogo { display: inline-flex; align-items: center; }
.btl-mnav {
    position: fixed; top: 0; left: -300px; width: 280px; height: 100%; z-index: 80;
    background: var(--btl-bg-2); border-right: 1px solid var(--btl-line);
    padding: 22px 16px; display: flex; flex-direction: column; gap: 4px;
    transition: left .28s ease;
}
.btl-mnav.btl-open { left: 0; }
.btl-mnav a { padding: 13px 12px; border-radius: 9px; font-weight: 600; color: #d3d8cd; }
.btl-mnav a:hover, .btl-mnav a.btl-hot { background: rgba(123,194,66,.14); color: var(--btl-green); }
.btl-ovl { position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 70; opacity: 0; visibility: hidden; transition: opacity .28s; }
.btl-ovl.btl-show { opacity: 1; visibility: visible; }

/* ===== Hero ===== */
.btl-hero {
    position: relative;
    background:
        linear-gradient(180deg, rgba(22,22,22,.55) 0%, rgba(22,22,22,.86) 70%, var(--btl-bg) 100%),
        radial-gradient(1100px 540px at 70% 18%, rgba(123,194,66,.18), transparent 60%),
        var(--btl-bg);
    overflow: hidden;
}
.btl-hero-img {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: .55;
}
.btl-hero-inner {
    position: relative; z-index: 2; max-width: 1180px; margin: 0 auto;
    padding: 86px 30px 78px; text-align: center;
}
.btl-hero-badge {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(123,194,66,.16); border: 1px solid rgba(123,194,66,.5);
    color: var(--btl-green-2); padding: 6px 15px; border-radius: 999px; font-size: 12.5px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .6px; margin-bottom: 20px;
}
.btl-hero h1 {
    font-size: clamp(40px, 8vw, 74px); letter-spacing: .5px; margin-bottom: 6px;
    text-shadow: 0 3px 18px rgba(0,0,0,.5);
}
.btl-hero h1 b { color: var(--btl-green); font-weight: 900; }
.btl-hero-off { font-size: clamp(20px, 4vw, 30px); font-weight: 800; color: #fff; margin-bottom: 6px; }
.btl-hero-off b { color: var(--btl-green); }
.btl-hero-sub { color: #d4d9ce; font-size: 16px; margin-bottom: 28px; }
.btl-hero-cta { display: inline-flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.btl-hero-trust { margin-top: 22px; color: var(--btl-mute); font-size: 13px; }
.btl-hero-trust b { color: #fff; }

/* ===== Section frame ===== */
.btl-sec { max-width: 1180px; margin: 0 auto; padding: 56px 30px; }
.btl-sec h2 { font-size: clamp(25px, 4vw, 33px); margin-bottom: 14px; }
.btl-sec h3 { font-size: 20px; margin: 26px 0 9px; color: #fff; }
.btl-sec p { margin-bottom: 14px; color: #d0d5ca; }
.btl-sec a.btl-link { color: var(--btl-green); font-weight: 600; }
.btl-sec a.btl-link:hover { text-decoration: underline; }
.btl-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.btl-head h2 { margin: 0; }

/* ===== Sportsbook-Märkte (Odds-Board) ===== */
.btl-odds { background: var(--btl-bg-2); border-top: 1px solid var(--btl-line); border-bottom: 1px solid var(--btl-line); }
.btl-odds-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 16px; margin-top: 22px; }
.btl-match { background: var(--btl-card); border: 1px solid var(--btl-line); border-radius: var(--btl-radius); padding: 16px; }
.btl-match-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.btl-match-lg { font-size: 11.5px; text-transform: uppercase; letter-spacing: .6px; color: var(--btl-mute); font-weight: 700; }
.btl-live { font-size: 11px; font-weight: 800; color: #fff; background: #c0392b; padding: 2px 9px; border-radius: 999px; letter-spacing: .5px; }
.btl-teams { font-weight: 700; color: #fff; margin-bottom: 12px; font-size: 15px; }
.btl-odds-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.btl-odd { background: var(--btl-bg); border: 1px solid var(--btl-line); border-radius: var(--btl-radius-s); padding: 9px 6px; text-align: center; transition: border-color var(--btl-ease), background var(--btl-ease); }
.btl-odd:hover { border-color: var(--btl-green); background: rgba(123,194,66,.08); }
.btl-odd small { display: block; color: var(--btl-mute); font-size: 11px; }
.btl-odd b { color: var(--btl-green); font-size: 15px; }

/* ===== Games carousel ===== */
.btl-games {  }
.btl-games-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.btl-arrows { display: flex; gap: 8px; }
.btl-arrow { width: 42px; height: 42px; border-radius: 50%; background: var(--btl-card); border: 1px solid var(--btl-line); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background var(--btl-ease); }
.btl-arrow:hover:not(:disabled) { background: var(--btl-green); color: #102505; }
.btl-arrow:disabled { opacity: .35; cursor: default; }
.btl-arrow svg { width: 15px; height: 15px; fill: currentColor; }
.btl-rail { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: none; }
.btl-rail::-webkit-scrollbar { display: none; }
.btl-card {
    flex: 0 0 200px; scroll-snap-align: start;
    background: var(--btl-card); border: 1px solid var(--btl-line); border-radius: var(--btl-radius);
    overflow: hidden; transition: transform var(--btl-ease), border-color var(--btl-ease);
}
.btl-card:hover { transform: translateY(-4px); border-color: rgba(123,194,66,.5); }
.btl-card-img { position: relative; aspect-ratio: 1/1; background: linear-gradient(135deg, var(--btl-bg-2), var(--btl-bar)); }
.btl-card-img img { width: 100%; height: 100%; object-fit: cover; }
.btl-card-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity var(--btl-ease); }
.btl-card:hover .btl-card-play { opacity: 1; }
.btl-card-play span { width: 48px; height: 48px; border-radius: 50%; background: rgba(123,194,66,.92); display: flex; align-items: center; justify-content: center; }
.btl-card-play svg { width: 20px; height: 20px; fill: #102505; }
.btl-card-meta { padding: 11px 13px; }
.btl-card-meta strong { display: block; font-size: 14px; color: #fff; }
.btl-card-meta small { color: var(--btl-mute); font-size: 12px; }

/* ===== Review layout ===== */
.btl-grid { display: grid; grid-template-columns: 1fr 340px; gap: 34px; align-items: start; }
.btl-prose p { margin-bottom: 14px; color: #d0d5ca; }
.btl-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 24px 0; }
.btl-stat { background: var(--btl-card); border: 1px solid var(--btl-line); border-radius: var(--btl-radius-s); padding: 14px; display: flex; flex-direction: column; gap: 3px; }
.btl-stat .btl-k { font-size: 11px; text-transform: uppercase; letter-spacing: .8px; color: var(--btl-mute); font-weight: 700; }
.btl-stat .btl-v { font-size: 17px; font-weight: 800; color: var(--btl-green); }

/* sidebar card */
.btl-aside { background: var(--btl-card); border: 1px solid var(--btl-line); border-radius: var(--btl-radius); padding: 20px; position: sticky; top: 84px; }
.btl-aside-tag { display: inline-block; background: linear-gradient(135deg, var(--btl-green), var(--btl-green-2)); color: #102505; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .6px; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; }
.btl-aside-name { font-size: 24px; font-weight: 900; }
.btl-aside-name span { color: var(--btl-green); }
.btl-aside-lic { color: var(--btl-mute); font-size: 13px; margin-bottom: 14px; }
.btl-score { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid var(--btl-line); border-bottom: 1px solid var(--btl-line); margin-bottom: 14px; }
.btl-score .btl-num { font-size: 34px; font-weight: 900; color: var(--btl-green); }
.btl-stars { color: var(--btl-green); letter-spacing: 2px; }
.btl-score small { display: block; color: var(--btl-mute); font-size: 11.5px; }
.btl-facts { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 16px; }
.btl-facts li { display: flex; justify-content: space-between; font-size: 13.5px; border-bottom: 1px dashed var(--btl-line); padding-bottom: 8px; }
.btl-facts li span:first-child { color: var(--btl-mute); }
.btl-facts li span:last-child { color: #fff; font-weight: 700; }
.btl-pros { margin-bottom: 16px; }
.btl-pros .btl-k { font-size: 12px; font-weight: 800; text-transform: uppercase; color: var(--btl-green); margin-bottom: 8px; letter-spacing: .6px; }
.btl-pros ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.btl-pros li { font-size: 13.5px; padding-left: 22px; position: relative; color: #d0d5ca; }
.btl-pros li::before { content: "✓"; position: absolute; left: 0; color: var(--btl-green); font-weight: 800; }

/* ===== Bonus banner ===== */
.btl-bonus {    }
.btl-bonus-box {
    max-width: 880px; margin: 0 auto; text-align: center;
    border: 2px solid var(--btl-green); border-radius: var(--btl-radius);
    padding: 34px 26px; overflow: hidden;
    background: linear-gradient(to right, #161616 0%, #161616 35%, transparent 75%), url('../img/promo-hero.webp') right center/cover no-repeat, #161616;
    min-height: 340px; position: relative;
}
.btl-bonus-box::after { content: ""; position: absolute; inset: 0; box-shadow: 0 0 60px rgba(123,194,66,.22) inset; pointer-events: none; }
.btl-bonus-box .btl-pre { text-transform: uppercase; letter-spacing: 1px; color: var(--btl-green); font-weight: 800; font-size: 13px; }
.btl-bonus-box .btl-big { font-size: clamp(26px, 5vw, 40px); font-weight: 900; color: #fff; margin: 6px 0; }
.btl-bonus-box .btl-min { color: var(--btl-mute); margin-bottom: 18px; }

/* ===== Mobile/app split ===== */
.btl-app {  }
.btl-app-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; }
.btl-app ul.btl-feat { list-style: none; display: flex; flex-direction: column; gap: 9px; margin: 18px 0; }
.btl-app ul.btl-feat li { padding-left: 26px; position: relative; color: #d0d5ca; }
.btl-app ul.btl-feat li::before { content: "▸"; position: absolute; left: 4px; color: var(--btl-green); }
.btl-os { display: flex; gap: 12px; flex-wrap: wrap; }
.btl-phone img { max-width: 420px; margin: 0 auto; }

/* ===== Steps ===== */
.btl-steps { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin: 24px 0; }
.btl-step { flex: 1 1 200px; max-width: 240px; background: var(--btl-card); border: 1px solid var(--btl-line); border-radius: var(--btl-radius); padding: 20px; text-align: center; }
.btl-step .btl-n { width: 38px; height: 38px; border-radius: 50%; background: var(--btl-green); color: #102505; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.btl-step strong { display: block; color: #fff; margin-bottom: 4px; }
.btl-step small { color: var(--btl-mute); font-size: 12.5px; }

/* ===== Withdrawal bars ===== */
.btl-pay { display: flex; flex-direction: column; gap: 14px; margin: 22px 0; }
.btl-pay-row { background: var(--btl-card); border: 1px solid var(--btl-line); border-radius: var(--btl-radius-s); padding: 14px 16px; }
.btl-pay-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-size: 14px; }
.btl-pay-top strong { color: #fff; }
.btl-pill { font-size: 12px; font-weight: 700; padding: 3px 11px; border-radius: 999px; }
.btl-pill-fast { background: #27c24c; color: var(--btl-green-2); }
.btl-pill-mid { background: rgba(255,255,255,.10); color: #d6dccf; }
.btl-pill-slow { background: rgba(255,255,255,.07); color: var(--btl-mute); }
.btl-track { height: 8px; border-radius: 6px; background: rgba(255,255,255,.07); overflow: hidden; }
.btl-track i { display: block; height: 100%; border-radius: 6px; }
.btl-fill-fast { background: #27c24c; }
.btl-fill-mid { background: #c9a227; }
.btl-fill-slow { background: #c0506a; }

/* ===== Trust grid ===== */
.btl-trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 14px; margin: 24px 0; }
.btl-trust-c { background: var(--btl-card); border: 1px solid var(--btl-line); border-radius: var(--btl-radius); padding: 18px; text-align: center; }
.btl-trust-c .btl-ic { width: 44px; height: 44px; margin: 0 auto 10px; color: var(--btl-green); }
.btl-trust-c .btl-ic svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; }
.btl-trust-c strong { display: block; color: #fff; margin-bottom: 5px; }
.btl-trust-c small { color: var(--btl-mute); font-size: 12.5px; }

/* ===== Reviews ===== */
.btl-revs { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 16px; margin-top: 22px; }
.btl-rev { background: var(--btl-card); border: 1px solid var(--btl-line); border-radius: var(--btl-radius); padding: 18px; }
.btl-rev-h { display: flex; align-items: center; gap: 11px; margin-bottom: 10px; }
.btl-av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--btl-green), var(--btl-green-dk)); color: #102505; font-weight: 900; display: flex; align-items: center; justify-content: center; }
.btl-rev-h .btl-who { font-weight: 700; color: #fff; }
.btl-rev-h .btl-when { font-size: 12px; color: var(--btl-mute); }
.btl-rev .btl-rs { color: var(--btl-green); letter-spacing: 2px; margin-bottom: 8px; }
.btl-rev p { font-size: 13.5px; color: #d0d5ca; }

/* ===== FAQ ===== */
.btl-faq { max-width:1180px; margin: 0 auto; padding: 56px 30px; }
.btl-faq h2 { font-size: clamp(25px,4vw,33px); margin-bottom: 20px; text-align: center; }
.btl-q { background: var(--btl-card); border: 1px solid var(--btl-line); border-radius: var(--btl-radius-s); margin-bottom: 10px; overflow: hidden; }
.btl-q summary { padding: 16px 18px; font-weight: 700; color: #fff; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.btl-q summary::-webkit-details-marker { display: none; }
.btl-q summary::after { content: "+"; color: var(--btl-green); font-weight: 900; }
.btl-q[open] summary::after { content: "–"; }
.btl-q .btl-a { padding: 0 18px 16px; color: #cdd2c8; font-size: 14px; }

/* ===== Footer ===== */
.btl-foot { background: var(--btl-bar); border-top: 1px solid var(--btl-line); padding: 44px 30px 26px; }
.btl-foot-top { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
.btl-foot-brand .btl-logo { margin-bottom: 12px; }
.btl-foot-brand .btl-logo img { height: 56px; }
.btl-foot-brand p { color: var(--btl-mute); font-size: 12.5px; line-height: 1.7; }
.btl-foot-col span.btl-ct { display: block; font-weight: 800; color: #fff; text-transform: uppercase; font-size: 12px; letter-spacing: .8px; margin-bottom: 12px; }
.btl-foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.btl-foot-col a { color: var(--btl-mute); font-size: 13.5px; }
.btl-foot-col a:hover { color: var(--btl-green); }
.btl-pays { max-width: 1180px; margin: 26px auto 0; padding-top: 22px; border-top: 1px solid var(--btl-line); display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.btl-pays span { background: rgba(255,255,255,.06); border: 1px solid var(--btl-line); border-radius: 7px; padding: 6px 12px; font-size: 12px; font-weight: 700; color: #cdd2c8; }
.btl-foot-bottom { max-width: 1180px; margin: 22px auto 0; padding-top: 20px; border-top: 1px solid var(--btl-line); text-align: center; }
.btl-foot-bottom p { color: var(--btl-mute); font-size: 12px; line-height: 1.7; margin-bottom: 10px; }
.btl-foot-bottom .btl-cr { color: #828a7c; }

/* ===== Cookie banner ===== */
.btl-cookie {
    position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90;
    max-width: 560px; margin: 0 auto;
    background: var(--btl-bg-2); border: 1px solid var(--btl-green); border-radius: var(--btl-radius);
    padding: 18px 20px; box-shadow: 0 16px 40px rgba(0,0,0,.5);
    transform: translateY(140%); transition: transform .35s ease;
}
.btl-cookie.btl-vis { transform: translateY(0); }
.btl-cookie .btl-ct { font-weight: 800; color: #fff; margin-bottom: 6px; }
.btl-cookie .btl-cx { font-size: 13px; color: #cdd2c8; margin-bottom: 14px; }
.btl-cookie .btl-cx a { color: var(--btl-green); }
.btl-cookie-btns { display: flex; gap: 10px; }

/* ===== Legal / generic pages ===== */
.btl-legal { max-width: 820px; margin: 0 auto; padding: 50px 30px 60px; }
.btl-legal h1 { font-size: 30px; margin-bottom: 8px; }
.btl-legal .btl-upd { color: var(--btl-mute); font-size: 13px; margin-bottom: 26px; }
.btl-legal h2 { font-size: 20px; margin: 26px 0 10px; color: var(--btl-green); }
.btl-legal p, .btl-legal li { color: #cdd2c8; margin-bottom: 12px; font-size: 14.5px; }
.btl-legal ul { padding-left: 22px; margin-bottom: 12px; }
.btl-bc { font-size: 13px; color: var(--btl-mute); margin-bottom: 18px; }
.btl-bc a { color: var(--btl-green); }

/* ===== 404 ===== */
.btl-404 { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px 24px; }
.btl-404 h1 { font-size: clamp(70px, 18vw, 140px); color: var(--btl-green); line-height: 1; }
.btl-404 p { color: #cdd2c8; margin: 12px 0 24px; max-width: 460px; }

/* ===== Redirect interstitial ===== */
.btl-redir { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 24px; }
.btl-redir-box { max-width: 420px; }
.btl-spin { width: 54px; height: 54px; border: 5px solid rgba(123,194,66,.2); border-top-color: var(--btl-green); border-radius: 50%; margin: 0 auto 22px; animation: btl-rot 1s linear infinite; }
@keyframes btl-rot { to { transform: rotate(360deg); } }
.btl-redir h1 { font-size: 26px; margin-bottom: 8px; }
.btl-redir p { color: var(--btl-mute); }
.btl-redir a { color: var(--btl-green); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
    .btl-grid { grid-template-columns: 1fr; }
    .btl-aside { position: static; }
    .btl-app-grid { grid-template-columns: 1fr; }
    .btl-phone { order: -1; }
    .btl-foot-top { grid-template-columns: 1fr 1fr; }
    .btl-foot-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    .btl-top { display: none; }
    .btl-mtop { display: flex; }
    /* dvh-fit hero: ganzer Block + Button passen auf einen Screen */
    .btl-hero-inner {
        min-height: calc(100svh - 58px);
        display: flex; flex-direction: column; align-items: center; justify-content: center;
        padding: 30px 20px;
    }
    .btl-sec, .btl-faq { padding: 40px 18px; }
    .btl-stats { grid-template-columns: 1fr; }
    .btl-foot-top { grid-template-columns: 1fr; gap: 22px; text-align: center; }
    .btl-foot-col ul { align-items: center; }
}

@media (min-width: 761px) {
    .btl-foot-top { text-align: center; }
    .btl-foot-col ul { align-items: center; }
    .btl-foot-brand { text-align: left; }
}

/*HEROFIX*/
@media (min-width:761px){ .btl-hero{ min-height:940px; display:flex; align-items:center; } .btl-hero-inner{ width:100%; } }

/*HEROLEFT*/
@media (min-width:761px){ .btl-hero > div{ text-align:left; align-items:flex-start; } .btl-hero > div h1, .btl-hero > div p{ max-width:640px; } }

/*PAYBRAND*/
.btl-pay span, .btl-pays span{ border:none !important; color:#fff !important; font-weight:700 !important; }
.pay-visa{background:#1A1F71 !important}
.pay-mastercard{background:linear-gradient(90deg,#EB001B,#F79E1B) !important}
.pay-maestro{background:linear-gradient(90deg,#0099DF,#ED0006) !important}
.pay-skrill{background:#862165 !important}
.pay-neteller{background:#6FBF4F !important}
.pay-payz,.pay-ecopayz{background:#1F6FC4 !important}
.pay-usdt,.pay-tether{background:#26A17B !important}
.pay-bitcoin{background:#F7931A !important}
.pay-ethereum{background:#627EEA !important}
.pay-litecoin{background:#345D9D !important}
.pay-ideal{background:#C9216B !important}
.pay-bancontact{background:#005498 !important}
.pay-interac{background:#F6A01A !important;color:#1a1a1a !important}
.pay-upi{background:#0B6E4F !important}
.pay-paytm{background:#00BAF2 !important}
.pay-phonepe{background:#5F259F !important}
.pay-imps,.pay-netbanking,.pay-rupay{background:#1565C0 !important}
.pay-paysafecard,.pay-paysafe{background:#00A3E0 !important}
.pay-trustly{background:#14805E !important}
.pay-sofort{background:#EF809F !important}
.pay-applepay{background:#000 !important}
.pay-googlepay{background:#4285F4 !important}
.pay-mifinity{background:#0E2A57 !important}
.pay-jeton{background:#E2231A !important}

/*HEROLEFT2*/
@media (min-width:761px){ .btl-hero > div{ text-align:left !important; align-items:flex-start !important; max-width:760px !important; margin-left:clamp(24px,6vw,150px) !important; margin-right:auto !important; } .btl-hero > div > *{ margin-left:0 !important; } }

/*HEROFADE*/
@media (min-width:761px){ .btl-hero{ -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 calc(100% - 170px),transparent 100%); mask-image:linear-gradient(to bottom,#000 0%,#000 calc(100% - 170px),transparent 100%); } }

/*CARDCENTER*/
.btl-aside-name,.btl-aside-lic{ text-align:center; }
.btl-aside-tag{ display:block; width:fit-content; margin-left:auto; margin-right:auto; }

/*HBAR*/
.btl-sec h2{ border-left:4px solid #7BC242; padding-left:15px; }
.btl-sec h3,.btl-sec h4{ border-left:3px solid #7BC242; padding-left:12px; }

/*BONUSPULSE*/
.btl-hero-off{ font-size:clamp(26px,4.6vw,42px) !important; line-height:1.1 !important; }
@keyframes btlpulse{ 0%,100%{ transform:scale(1); box-shadow:0 0 0 0 rgba(123,194,66,.5);} 50%{ transform:scale(1.05); box-shadow:0 0 24px 5px rgba(123,194,66,.45);} }
.btl-hero-cta a{ animation:btlpulse 1.7s ease-in-out infinite; }
.btl-hero-cta a:hover{ animation-play-state:paused; }

/*HEROTEXT*/
.btl-hero h1{ line-height:1.08 !important; margin-bottom:12px !important; }
.btl-hero-off{ line-height:1.12 !important; margin-bottom:10px !important; }
.btl-hero-off2{ font-size:clamp(16px,2.3vw,21px); font-weight:700; line-height:1.5; color:#fff; opacity:.92; margin-bottom:26px; max-width:560px; }
@media (min-width:761px){ .btl-hero > div h1, .btl-hero > div p{ max-width:720px !important; } }

/*BONUSBIG*/
@media (min-width:761px){ .btl-hero h1{ font-size:clamp(34px,5.2vw,50px) !important; } .btl-hero-off{ font-size:clamp(40px,6.6vw,64px) !important; } }
@media (max-width:760px){ .btl-hero h1{ font-size:42px !important; } .btl-hero-off{ font-size:48px !important; } }

/*NAVFIX*/
.btl-nav{ flex:1; justify-content:center; }
.btl-logo{ flex-shrink:0; }
.btl-top-cta{ flex-shrink:0; }

/*STATSFACTS*/
.btl-stats{ grid-template-columns:repeat(4,1fr) !important; }
@media (max-width:760px){ .btl-stats{ grid-template-columns:repeat(2,1fr) !important; } }
.btl-stat{ text-align:center; align-items:center !important; gap:5px !important; padding:18px 12px !important; }
.btl-stat .stat-ic{ width:26px; height:26px; color:#7BC242; margin-bottom:5px; }
.btl-stat .btl-k{ color:#7BC242 !important; font-size:13px !important; }
.btl-stat .btl-v{ color:#e8eef7 !important; font-size:13.5px !important; font-weight:700 !important; }
.btl-stat:first-child{ border-color:#7BC242 !important; box-shadow:inset 0 0 0 1px #7BC24255; }

/*HEROPOLISH*/
@media (min-width:761px){ .btl-hero-off{ white-space:nowrap; } }
.btl-hero-cta a{ border-radius:999px !important; }
.btl-hero h1, .btl-hero-off{ -webkit-text-stroke:6px #000; paint-order:stroke fill; text-shadow:0 4px 16px rgba(0,0,0,.55); }
.btl-hero-off2, .btl-hero-badge{ -webkit-text-stroke:4px #000; paint-order:stroke fill; text-shadow:0 2px 9px rgba(0,0,0,.7); }

/*TOPGLOW*/
.btl-nav a.btl-on{ color:#7BC242 !important; text-shadow:0 0 16px rgba(123,194,66,0.85), 0 0 6px rgba(123,194,66,0.6); }
.btl-nav a:not([href*="#"]):not(.btl-on){ color:#0a0a0a !important; background:#7BC242; border-radius:999px; padding:7px 17px !important; font-weight:800; box-shadow:0 0 18px rgba(123,194,66,0.7); }
.btl-nav a:not([href*="#"]):not(.btl-on):hover{ filter:brightness(1.08); background:#7BC242 !important; }

/*HEROLLB*/
@media (min-width:761px){ .btl-hero > div{ margin-left:clamp(16px,3vw,60px) !important; margin-top:11vh !important; } .btl-hero h1, .btl-hero-off, .btl-hero-off2{ font-weight:900 !important; } }

/*PHONESAFE*/
.btl-phone{ display:block; } .btl-phone img{ display:block !important; max-width:420px; width:100%; height:auto; margin:0 auto; }

/*BONUSWIDE*/
.btl-bonus .btl-sec{ max-width:1120px !important; }

/*BOXWIDE*/
@media (min-width:761px){ .btl-bonus-box{ max-width:1080px !important; } }

/*BONUSBB*/
.btl-bonus-box{ transition:box-shadow .35s ease, border-color .35s ease; }
.btl-bonus-box:hover{ box-shadow:0 0 50px rgba(123,194,66,0.5), inset 0 0 70px rgba(123,194,66,0.16); border-color:#7BC242 !important; }
.btl-bonus-box .btl-big{ color:#7BC242 !important; text-transform:uppercase; letter-spacing:.5px; }
.btl-bonus-box a{ animation:btlpulse 1.7s ease-in-out infinite; }
.btl-bonus-box a:hover{ animation-play-state:paused; }

/*TIGHTEN*/
.btl-sec, .btl-faq{ padding-top:30px !important; padding-bottom:30px !important; }
.btl-stats{ margin:16px 0 !important; }
.btl-bonus, .btl-games, .btl-app{ padding-top:6px; padding-bottom:6px; }

/*RADVAR*/
.btl-card, .btl-tile, .btl-tile-c, .btl-stat, .btl-aside, .btl-rev, .btl-card-img, .btl-tile-img{ border-radius:4px !important; }

/*BTNPULSE*/
.btl-bonus-box [class*="btn"]{ animation:btlpulse 1.7s ease-in-out infinite; }
.btl-bonus-box:hover [class*="btn"]{ animation-play-state:paused; }

/*PAYLOGO*/
span[class^="pay-"]{ background:#fff !important; padding:8px 12px !important; border-radius:7px !important; display:inline-flex !important; align-items:center; border:none !important; vertical-align:middle; box-shadow:0 1px 3px rgba(0,0,0,.25); }
span[class^="pay-"] svg{ height:20px; width:auto; display:block; }

/*MOBHERO*/
@media (max-width:760px){
  .btl-hero-inner, .btl-hero > div{ min-height:calc(75svh - 42px) !important; justify-content:flex-end !important; padding-bottom:40px !important; }
  .btl-hero-img{ object-position:top center !important; }
}

/*MOBTEXT*/
@media (max-width:760px){
  .btl-hero h1{ font-size:clamp(46px,14vw,56px) !important; }
  .btl-hero-off{ font-size:clamp(48px,15vw,60px) !important; }
  .btl-hero-off2{ font-size:19px !important; }
}

/*MOBREV*/
@media (max-width:760px){
  .btl-grid{ display:flex !important; flex-direction:column !important; }
  .btl-aside{ order:-1 !important; margin-bottom:8px; }
}

/*MOBFOOT*/
@media (max-width:760px){
  .btl-foot-top{ grid-template-columns:repeat(3,1fr) !important; text-align:left !important; gap:22px 14px !important; }
  .btl-foot-top > :first-child{ grid-column:1 / -1 !important; margin-bottom:4px; }
  .btl-foot-top ul{ align-items:flex-start !important; }
  .btl-foot-top h3, .btl-foot-top h4, .btl-foot-top li, .btl-foot-top a, .btl-foot-top p{ text-align:left !important; }
}

/*STEPSBB*/
.btl-steps{ display:flex !important; flex-wrap:nowrap !important; justify-content:space-between !important; align-items:flex-start !important; gap:22px !important; }
.btl-step{ flex:1 1 0 !important; max-width:200px !important; background:none !important; border:none !important; box-shadow:none !important; padding:10px 4px !important; position:relative !important; }
.btl-step > :first-child{ width:64px !important; height:64px !important; min-width:64px !important; border-radius:50% !important; display:flex !important; align-items:center !important; justify-content:center !important; font-size:22px !important; font-weight:800 !important; color:#fff !important; background:linear-gradient(135deg, #7BC242, #4c7829) !important; box-shadow:0 8px 24px rgba(123,194,66,0.38) !important; margin:0 auto 14px !important; }
.btl-step strong{ text-transform:uppercase !important; color:#7BC242 !important; letter-spacing:1px !important; font-size:14px !important; }
.btl-step:not(:last-child)::after{ content:''; position:absolute; top:32px; right:-16px; width:13px; height:13px; border-top:3px solid #7BC242; border-right:3px solid #7BC242; border-radius:2px; transform:rotate(45deg); }
@media (max-width:760px){
  .btl-steps{ flex-direction:column !important; align-items:center !important; gap:22px !important; }
  .btl-step{ max-width:320px !important; }
  .btl-step:not(:last-child)::after{ top:auto !important; bottom:-16px !important; right:50% !important; transform:translateX(50%) rotate(135deg) !important; }
}

/*STEPICON*/
.btl-step > :first-child svg{ width:30px !important; height:30px !important; stroke:#fff !important; fill:none !important; }

/*STEPNEUTRAL*/
.btl-step > :first-child{ background:linear-gradient(150deg, #333c4f, #1e2431) !important; border:2px solid #7BC242 !important; box-shadow:0 6px 18px rgba(0,0,0,.32), inset 0 0 14px rgba(123,194,66,0.12) !important; }
.btl-step > :first-child svg{ stroke:#7BC242 !important; }

/*MOBH2*/
@media (max-width:760px){
  section:has(> .btl-grid){ display:flex !important; flex-direction:column !important; }
  .btl-grid{ display:contents !important; }
  .btl-aside{ order:1 !important; }
  section:has(> .btl-grid) > h2{ order:2 !important; margin-top:14px !important; margin-bottom:10px !important; }
  .btl-grid > :not(.btl-aside){ order:3 !important; }
}

/*MOBCARD*/
@media (max-width:760px){
  .btl-aside{ align-self:center !important; max-width:430px !important; width:100% !important; margin-left:auto !important; margin-right:auto !important; }
}

/*MOBH2FIX*/
@media (max-width:760px){
  section:has(> .btl-grid) > :not(h2):not(.btl-grid){ order:4 !important; }
}

/*CARDNAME*/
.btl-aside-name{ font-size:33px !important; font-weight:900 !important; letter-spacing:.3px !important; line-height:1.08 !important; text-shadow:0 1px 2px rgba(0,0,0,.28); }

/*HOMEPILL*/
.btl-nav a.btl-on{ color:#0a0a0a !important; background:#7BC242; border-radius:999px; padding:7px 17px !important; font-weight:800; box-shadow:0 0 18px rgba(123,194,66,0.7); text-shadow:none !important; }
.btl-nav a.btl-on:hover{ filter:brightness(1.08); }

/*BONUSIMG*/
.btl-bonus-box{ background:linear-gradient(180deg, rgba(8,12,20,.30), rgba(8,12,20,.50)), url('../img/promo-hero.webp') right center/cover no-repeat !important; }

/*HOMECLR*/
.btl-nav a.btl-on{ background:#2F6FED !important; color:#fff !important; box-shadow:0 0 16px rgba(47,111,237,.55) !important; }
.btl-nav a.btl-on:hover{ filter:brightness(1.08); background:#2F6FED !important; }

/*BONUSIMG2*/
.btl-bonus-box{ background:linear-gradient(180deg, rgba(8,12,20,.10), rgba(8,12,20,.24)), url('../img/promo-hero.webp') right center/cover no-repeat !important; }
@media (max-width:760px){
  .btl-bonus-box{ background:url('../img/promo-hero.webp') center center/cover no-repeat !important; }
  .btl-bonus-box p{ text-shadow:0 2px 10px rgba(0,0,0,.95), 0 1px 4px rgba(0,0,0,.88) !important; }
}

/*MENUPRETTY*/
.btl-mnav{ width:min(82vw,322px) !important; padding:20px 14px !important; gap:5px !important; border-right:none !important; box-shadow:10px 0 44px rgba(0,0,0,.55), inset 0 80px 80px -80px rgba(123,194,66,0.1) !important; transition:left .34s cubic-bezier(.4,0,.2,1) !important; }
.btl-mnav a{ padding:14px 16px !important; border-radius:12px !important; font-weight:700 !important; position:relative !important; transition:background .2s ease, color .2s ease, padding-left .2s ease !important; }
.btl-mnav a::before{ content:''; position:absolute; left:7px; top:50%; transform:translateY(-50%) scaleY(0); width:3px; height:56%; background:#7BC242; border-radius:3px; transition:transform .2s ease; }
.btl-mnav a:hover{ background:rgba(123,194,66,0.16) !important; color:#fff !important; padding-left:23px !important; }
.btl-mnav a:hover::before{ transform:translateY(-50%) scaleY(1); }
.btl-mnav a.btl-hot{ background:#7BC242 !important; color:#0a0a0a !important; font-weight:800 !important; box-shadow:0 6px 18px rgba(123,194,66,0.5) !important; margin-top:8px; padding-left:16px !important; }
.btl-mnav a.btl-hot::before{ display:none; }
.btl-mnav a.btl-hot:hover{ filter:brightness(1.08); padding-left:16px !important; }
.btl-ovl{ background:rgba(4,8,16,.5) !important; backdrop-filter:blur(4px) !important; -webkit-backdrop-filter:blur(4px) !important; transition:opacity .3s ease, visibility .3s ease !important; }

/*MENUHIDE*/
.btl-mnav{ left:-360px; }
.btl-mnav.btl-open{ left:0; }

/*HEROBRIGHT*/
.btl-hero-img{ opacity:.88 !important; }
.btl-hero-bg{ opacity:1 !important; filter:none !important; }
.btl-hero h1, .btl-hero-off, .btl-hero-off2{ text-shadow:0 2px 13px rgba(0,0,0,.7), 0 0 34px rgba(0,0,0,.45) !important; }

/*NAVCOLORS*/
.btl-nav a:not([href*="#"]):not(.btl-logo):nth-child(2){ background:#E0566A !important; color:#fff !important; box-shadow:0 0 14px rgba(224,86,106,0.5) !important; }
.btl-nav a:not([href*="#"]):not(.btl-logo):nth-child(3){ background:#2EBF7E !important; color:#06301f !important; box-shadow:0 0 14px rgba(46,191,126,0.5) !important; }
.btl-nav a:not([href*="#"]):not(.btl-logo):nth-child(4){ background:#F5A623 !important; color:#211500 !important; box-shadow:0 0 14px rgba(245,166,35,0.5) !important; }
.btl-nav a:not([href*="#"]):not(.btl-logo):nth-child(5){ background:#9B7BFF !important; color:#fff !important; box-shadow:0 0 14px rgba(155,123,255,0.5) !important; }
.btl-nav a:not([href*="#"]):not(.btl-logo):nth-child(6){ background:#17B6C9 !important; color:#04313a !important; box-shadow:0 0 14px rgba(23,182,201,0.5) !important; }

/*HEROBIG*/
.btl-hero h1{ font-size:clamp(52px,7.6vw,88px) !important; line-height:1.04 !important; }
.btl-hero-off{ font-size:clamp(42px,6vw,70px) !important; line-height:1.08 !important; }
@media (max-width:760px){ .btl-hero h1{ font-size:clamp(46px,14vw,66px) !important; } .btl-hero-off{ font-size:clamp(38px,12vw,58px) !important; } }

/*CARDCTR2*/
.btl-aside-name{ justify-content:center !important; text-align:center !important; }
.btl-aside-lic, .btl-aside-sub{ text-align:center !important; justify-content:center !important; }

/*BTLCTRY*/
.btl-countries{ display:flex; flex-wrap:wrap; gap:8px; margin:14px 0 20px; }
.btl-ctry{ background:#161d12; border:1px solid #2c3a22; color:#cdd6c8; border-radius:999px; padding:8px 15px; font-size:14px; font-weight:600; cursor:pointer; transition:background .2s, color .2s, border-color .2s, transform .15s; display:inline-flex; align-items:center; gap:7px; }
.btl-ctry:hover{ border-color:#7BC242; color:#fff; transform:translateY(-1px); }
.btl-ctry-on{ background:#7BC242 !important; color:#0a1a05 !important; border-color:#7BC242 !important; font-weight:800; }
@media (max-width:760px){ .btl-countries{ flex-wrap:nowrap; overflow-x:auto; scrollbar-width:none; -ms-overflow-style:none; padding-bottom:4px; } .btl-countries::-webkit-scrollbar{ display:none; } .btl-ctry{ flex:0 0 auto; } }
