/* ============================================================
   LegionBet review (UK) — independent stylesheet
   Palette: graphite #161616 / red #C0202F / gold #D9A521 / white
   System-font stack (no webfont) for PageSpeed. Prefix: lgb
   ============================================================ */

:root {
    --lgb-bg:        #161616;
    --lgb-bg-2:      #1d1d1d;
    --lgb-card:      #232323;
    --lgb-bar:       #101010;
    --lgb-red:       #C0202F;
    --lgb-red-soft:  #e23a4a;
    --lgb-gold:      #D9A521;
    --lgb-gold-soft: #f1c452;
    --lgb-white:     #ffffff;
    --lgb-mute:      #a6a6a6;
    --lgb-line:      rgba(255,255,255,.08);
    --lgb-radius:    12px;
    --lgb-radius-s:  8px;
    --lgb-bar-h:     66px;
    --lgb-font:      "Palatino Linotype","Book Antiqua",Palatino,serif;
    --lgb-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(--lgb-font);
    background: var(--lgb-bg);
    color: #e9e9e9;
    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(--lgb-font); font-weight: 800; line-height: 1.2; color: var(--lgb-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(--lgb-line); margin: 34px 0; }

/* ===== Knoppen ===== */
.lgb-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: 6px;
    padding: 13px 26px; font-size: 14px; transition: transform var(--lgb-ease), box-shadow var(--lgb-ease), background var(--lgb-ease);
    white-space: nowrap;
}
.lgb-btn-red {
    background: linear-gradient(135deg, var(--lgb-red), var(--lgb-red-soft));
    color: #fff;
    box-shadow: 0 6px 22px rgba(192,32,47,.34);
}
.lgb-btn-red:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(192,32,47,.5); }
.lgb-btn-gold { background: linear-gradient(135deg, var(--lgb-gold), var(--lgb-gold-soft)); color: #20180a; }
.lgb-btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(217,165,33,.4); }
.lgb-btn-ghost { background: rgba(255,255,255,.06); color: #fff; border: 1px solid var(--lgb-line); }
.lgb-btn-ghost:hover { background: rgba(255,255,255,.12); }
.lgb-btn-sm { padding: 9px 18px; font-size: 12.5px; }

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

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

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

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

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

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

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

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

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

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

/* ===== Uitbetalingsbalken ===== */
.lgb-pay { display: flex; flex-direction: column; gap: 14px; margin: 22px 0; }
.lgb-pay-row { background: var(--lgb-card); border: 1px solid var(--lgb-line); border-radius: var(--lgb-radius-s); padding: 14px 16px; }
.lgb-pay-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-size: 14px; }
.lgb-pay-top strong { color: #fff; }
.lgb-pill { font-size: 12px; font-weight: 700; padding: 3px 11px; border-radius: 4px; }
.lgb-pill-fast { background: #27c24c; color: var(--lgb-gold-soft); }
.lgb-pill-mid { background: rgba(192,32,47,.18); color: var(--lgb-red-soft); }
.lgb-pill-slow { background: rgba(255,255,255,.08); color: var(--lgb-mute); }
.lgb-track { height: 8px; border-radius: 6px; background: rgba(255,255,255,.07); overflow: hidden; }
.lgb-track i { display: block; height: 100%; border-radius: 6px; }
.lgb-fill-fast { background: #27c24c; }
.lgb-fill-mid { background: var(--lgb-red); }
.lgb-fill-slow { background: #6e6e6e; }

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

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

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

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

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

/* ===== Juridisch / generieke pagina's ===== */
.lgb-legal { max-width: 820px; margin: 0 auto; padding: 50px 30px 60px; }
.lgb-legal h1 { font-size: 30px; margin-bottom: 8px; }
.lgb-legal .lgb-upd { color: var(--lgb-mute); font-size: 13px; margin-bottom: 26px; }
.lgb-legal h2 { font-size: 20px; margin: 26px 0 10px; color: var(--lgb-red-soft); }
.lgb-legal p, .lgb-legal li { color: #cfcfcf; margin-bottom: 12px; font-size: 14.5px; }
.lgb-legal ul { padding-left: 22px; margin-bottom: 12px; }
.lgb-bc { font-size: 13px; color: var(--lgb-mute); margin-bottom: 18px; }
.lgb-bc a { color: var(--lgb-gold); }

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

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

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

@media (max-width: 760px) {
    .lgb-top { display: none; }
    .lgb-mtop { display: flex; }
    /* dvh-fit hero: hele blok + knop in één scherm */
    .lgb-hero-inner {
        min-height: calc(100svh - 58px);
        display: flex; flex-direction: column; align-items: center; justify-content: center;
        padding: 30px 20px;
    }
    .lgb-sec, .lgb-faq { padding: 40px 18px; }
    .lgb-stats { grid-template-columns: 1fr; }
    .lgb-foot-top { grid-template-columns: 1fr; gap: 22px; text-align: center; }
    .lgb-foot-col ul { align-items: center; }
    .lgb-hero-img { content: url('../img/hero-bg-mobile.webp'); }
}

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

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

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

/*BONUSLEFT*/
@media (min-width:761px){ .lgb-bonus-box{ text-align:left; align-items:flex-start; justify-content:center; } .lgb-bonus-box > *{ max-width:62%; margin-left:0; margin-right:auto; } }

/*PAYBRAND*/
.lgb-pay span, .lgb-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){ .lgb-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; } .lgb-hero > div > *{ margin-left:0 !important; } }

/*HEROFADE*/
@media (min-width:761px){ .lgb-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*/
.lgb-aside-name,.lgb-aside-lic{ text-align:center; }
.lgb-aside-tag{ display:block; width:fit-content; margin-left:auto; margin-right:auto; }

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

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

/*HEROTEXT*/
.lgb-hero h1{ line-height:1.08 !important; margin-bottom:12px !important; }
.lgb-hero-off{ line-height:1.12 !important; margin-bottom:10px !important; }
.lgb-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){ .lgb-hero > div h1, .lgb-hero > div p{ max-width:720px !important; } }

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

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

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

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

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

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

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

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

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

/*BONUSBB*/
.lgb-bonus-box{ transition:box-shadow .35s ease, border-color .35s ease; }
.lgb-bonus-box:hover{ box-shadow:0 0 50px rgba(224,86,106,0.5), inset 0 0 70px rgba(224,86,106,0.16); border-color:#E0566A !important; }
.lgb-bonus-box .lgb-big{ color:#E0566A !important; text-transform:uppercase; letter-spacing:.5px; }
.lgb-bonus-box a{ animation:lgbpulse 1.7s ease-in-out infinite; }
.lgb-bonus-box a:hover{ animation-play-state:paused; }

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

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

/*BTNPULSE*/
.lgb-bonus-box [class*="btn"]{ animation:lgbpulse 1.7s ease-in-out infinite; }
.lgb-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){
  .lgb-hero-inner, .lgb-hero > div{ min-height:calc(75svh - 42px) !important; justify-content:flex-end !important; padding-bottom:40px !important; }
  .lgb-hero-img{ object-position:top center !important; }
}

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

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

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

/*STEPSBB*/
.lgb-steps{ display:flex !important; flex-wrap:nowrap !important; justify-content:space-between !important; align-items:flex-start !important; gap:22px !important; }
.lgb-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; }
.lgb-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, #E0566A, #8b3542) !important; box-shadow:0 8px 24px rgba(224,86,106,0.38) !important; margin:0 auto 14px !important; }
.lgb-step strong{ text-transform:uppercase !important; color:#E0566A !important; letter-spacing:1px !important; font-size:14px !important; }
.lgb-step:not(:last-child)::after{ content:''; position:absolute; top:32px; right:-16px; width:13px; height:13px; border-top:3px solid #E0566A; border-right:3px solid #E0566A; border-radius:2px; transform:rotate(45deg); }
@media (max-width:760px){
  .lgb-steps{ flex-direction:column !important; align-items:center !important; gap:22px !important; }
  .lgb-step{ max-width:320px !important; }
  .lgb-step:not(:last-child)::after{ top:auto !important; bottom:-16px !important; right:50% !important; transform:translateX(50%) rotate(135deg) !important; }
}

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

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

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

/*MOBCARD*/
@media (max-width:760px){
  .lgb-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(> .lgb-grid) > :not(h2):not(.lgb-grid){ order:4 !important; }
}

/*CARDNAME*/
.lgb-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*/
.lgb-nav a.lgb-on{ color:#0a0a0a !important; background:#E0566A; border-radius:999px; padding:7px 17px !important; font-weight:800; box-shadow:0 0 18px rgba(224,86,106,0.7); text-shadow:none !important; }
.lgb-nav a.lgb-on:hover{ filter:brightness(1.08); }

/*BONUSIMG*/
.lgb-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*/
.lgb-nav a.lgb-on{ background:#2F6FED !important; color:#fff !important; box-shadow:0 0 16px rgba(47,111,237,.55) !important; }
.lgb-nav a.lgb-on:hover{ filter:brightness(1.08); background:#2F6FED !important; }

/*BONUSIMG2*/
.lgb-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){
  .lgb-bonus-box{ background:url('../img/promo-hero.webp') center center/cover no-repeat !important; }
  .lgb-bonus-box p{ text-shadow:0 2px 10px rgba(0,0,0,.95), 0 1px 4px rgba(0,0,0,.88) !important; }
}

/*MENUPRETTY*/
.lgb-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(224,86,106,0.1) !important; transition:left .34s cubic-bezier(.4,0,.2,1) !important; }
.lgb-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; }
.lgb-mnav a::before{ content:''; position:absolute; left:7px; top:50%; transform:translateY(-50%) scaleY(0); width:3px; height:56%; background:#E0566A; border-radius:3px; transition:transform .2s ease; }
.lgb-mnav a:hover{ background:rgba(224,86,106,0.16) !important; color:#fff !important; padding-left:23px !important; }
.lgb-mnav a:hover::before{ transform:translateY(-50%) scaleY(1); }
.lgb-mnav a.lgb-hot{ background:#E0566A !important; color:#0a0a0a !important; font-weight:800 !important; box-shadow:0 6px 18px rgba(224,86,106,0.5) !important; margin-top:8px; padding-left:16px !important; }
.lgb-mnav a.lgb-hot::before{ display:none; }
.lgb-mnav a.lgb-hot:hover{ filter:brightness(1.08); padding-left:16px !important; }
.lgb-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*/
.lgb-mnav{ left:-360px; }
.lgb-mnav.lgb-open{ left:0; }

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

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

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

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

/*LGNBIG2*/
.lgb-logo img{ height:82px !important; }
@media (max-width:760px){ .lgb-logo img{ height:72px !important; } }

/*LGBMLOGO*/
.lgb-mlogo img{ height:64px !important; }
.lgb-mtop{ min-height:78px !important; align-items:center !important; }

/*CMPTABLE*/
.cmp-table{ width:100%; border-collapse:collapse; margin:18px 0 6px; font-size:15px; }
.cmp-table th,.cmp-table td{ padding:11px 14px; text-align:left; border-bottom:1px solid rgba(128,128,128,.22); }
.cmp-table thead th{ font-weight:800; background:#E0566A22; color:inherit; }
.cmp-table tbody td:first-child{ font-weight:600; }
.cmp-table tbody tr:hover{ background:rgba(128,128,128,.06); }
.cmp-table td:nth-child(2){ font-weight:600; color:#E0566A; }
@media (max-width:600px){ .cmp-table{ font-size:13.5px; } .cmp-table th,.cmp-table td{ padding:9px 9px; } }
