/* ============================================================
   Indibet review — independent stylesheet
   Palette: navy #0E1A2B / gold #F5B301 / green #1FA35A
   System-font stack (no webfont) for PageSpeed. Prefix: ib
   ============================================================ */

:root {
    --ib-navy:        #0E1A2B;
    --ib-navy-2:      #122236;
    --ib-navy-card:   #16293f;
    --ib-navy-bar:    #0a1422;
    --ib-gold:        #F5B301;
    --ib-gold-soft:   #ffce4d;
    --ib-green:       #1FA35A;
    --ib-green-dark:  #178248;
    --ib-white:       #ffffff;
    --ib-mute:        #9fb2c6;
    --ib-line:        rgba(255,255,255,.09);
    --ib-radius:      14px;
    --ib-radius-s:    9px;
    --ib-bar-h:       66px;
    --ib-font:        Arial,"Helvetica Neue",system-ui,sans-serif;
    --ib-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(--ib-font);
    background: var(--ib-navy);
    color: #e8eef6;
    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(--ib-font); font-weight: 800; line-height: 1.2; color: var(--ib-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(--ib-line); margin: 34px 0; }

/* ===== Buttons ===== */
.ib-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(--ib-ease), box-shadow var(--ib-ease), background var(--ib-ease);
    white-space: nowrap;
}
.ib-btn-gold {
    background: linear-gradient(135deg, var(--ib-gold), var(--ib-gold-soft));
    color: #20160a;
    box-shadow: 0 6px 22px rgba(245,179,1,.32);
}
.ib-btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(245,179,1,.45); }
.ib-btn-green { background: var(--ib-green); color: #fff; }
.ib-btn-green:hover { background: var(--ib-green-dark); transform: translateY(-2px); }
.ib-btn-ghost { background: rgba(255,255,255,.06); color: #fff; border: 1px solid var(--ib-line); }
.ib-btn-ghost:hover { background: rgba(255,255,255,.12); }
.ib-btn-sm { padding: 9px 18px; font-size: 12.5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 760px) {
    .ib-top { display: none; }
    .ib-mtop { display: flex; }
    /* dvh-fit hero: whole block + button fit one screen */
    .ib-hero-inner {
        min-height: calc(100svh - 58px);
        display: flex; flex-direction: column; align-items: center; justify-content: center;
        padding: 30px 20px;
    }
    .ib-sec, .ib-faq { padding: 40px 18px; }
    .ib-stats { grid-template-columns: 1fr; }
    .ib-foot-top { grid-template-columns: 1fr; gap: 22px; text-align: center; }
    .ib-foot-col ul { align-items: center; }
    .ib-pays { }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*IBFIX*/
@media (max-width:760px){ .ib-hero-img{ content:url('../img/hero-bg-mobile.webp') !important; object-position:top center !important; } }
.ib-hero{ -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 calc(100% - 150px),transparent 100%) !important; mask-image:linear-gradient(to bottom,#000 0%,#000 calc(100% - 150px),transparent 100%) !important; }
@media (max-width:760px){ .ib-hero{ -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 calc(100% - 120px),transparent 100%) !important; mask-image:linear-gradient(to bottom,#000 0%,#000 calc(100% - 120px),transparent 100%) !important; } }
@media (min-width:761px){ .ib-hero > div, .ib-hero-inner{ text-align:center !important; align-items:center !important; margin-left:auto !important; margin-right:auto !important; max-width:780px !important; } .ib-hero > div > *{ margin-left:auto !important; margin-right:auto !important; } }
@media (max-width:760px){ .ib-hero-inner, .ib-hero > div{ text-align:center !important; align-items:center !important; margin-left:auto !important; margin-right:auto !important; } }
