/* ============================================================
   CasinoLab NL — onafhankelijke review-site (stylesheet)
   LICHT thema. Palet: lavendel #EEEFF8 / wit #FFFFFF /
   navy #1E2148 / goud-amber #F6A623->#F8C447 / lavendel #B0A8E8
   Systeem-fontstack (geen webfont) voor PageSpeed. Prefix: clo
   ============================================================ */

:root {
    --clo-bg:        #EEEFF8;
    --clo-bg-2:      #E7E8F5;
    --clo-panel:     #FFFFFF;
    --clo-panel-2:   #F6F6FB;
    --clo-ink:       #1E2148;
    --clo-ink-2:     #2B2F62;
    --clo-soft:      #6C6F90;
    --clo-amber:     #F6A623;
    --clo-amber-2:   #F8C447;
    --clo-lav:       #B0A8E8;
    --clo-lav-deep:  #8B80D6;
    --clo-sky:       #9CD7F0;
    --clo-edge:      rgba(30,33,72,.10);
    --clo-edge-2:    rgba(30,33,72,.16);
    --clo-round:     18px;
    --clo-round-s:   11px;
    --clo-bar:       64px;
    --clo-type:      system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --clo-mo:        .24s ease;
    --clo-cast:      0 12px 32px rgba(30,33,72,.09);
    --clo-cast-s:    0 5px 16px rgba(30,33,72,.06);
    --clo-iris:      linear-gradient(120deg,#F6A623,#F8C447,#B0A8E8,#9CD7F0,#F6A623);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; max-width: 100%; }
body {
    font-family: var(--clo-type);
    background: var(--clo-bg);
    color: var(--clo-ink);
    line-height: 1.64;
    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: .4; z-index: -1; pointer-events: none; }
h1, h2, h3 { font-family: var(--clo-type); font-weight: 800; line-height: 1.22; color: var(--clo-ink); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
strong, b { font-weight: 700; color: var(--clo-ink); }
hr { border: 0; border-top: 1px solid var(--clo-edge); margin: 34px 0; }

/* ===== Buttons ===== */
.clo-cta {
    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(--clo-mo), box-shadow var(--clo-mo), background var(--clo-mo);
    white-space: nowrap;
}
.clo-cta-amber {
    background: linear-gradient(135deg, var(--clo-amber), var(--clo-amber-2));
    color: #3a2406;
    box-shadow: 0 6px 20px rgba(246,166,35,.34);
}
.clo-cta-amber:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(246,166,35,.46); }
.clo-cta-lav { background: var(--clo-lav); color: #221c46; box-shadow: 0 6px 18px rgba(176,168,232,.42); }
.clo-cta-lav:hover { background: var(--clo-lav-deep); color: #fff; transform: translateY(-2px); }
.clo-cta-line { background: #fff; color: var(--clo-ink); border: 1px solid var(--clo-edge-2); }
.clo-cta-line:hover { background: var(--clo-panel-2); border-color: var(--clo-lav); }
.clo-cta-sm { padding: 9px 18px; font-size: 12.5px; }

/* ===== Header (desktop) ===== */
.clo-bar {
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
    height: var(--clo-bar); padding: 0 30px;
    background: rgba(255,255,255,.92); backdrop-filter: saturate(140%) blur(8px);
    border-bottom: 1px solid var(--clo-edge);
    position: sticky; top: 0; z-index: 60;
}
.clo-brand { display: inline-flex; align-items: center; }
.clo-brand img { height: 47px; width: auto; display: block; }
.clo-menu { display: flex; gap: 6px; align-items: center; }
.clo-menu a {
    padding: 8px 14px; border-radius: 9px; font-size: 14px; font-weight: 600; color: var(--clo-soft);
    transition: background var(--clo-mo), color var(--clo-mo);
}
.clo-menu a:hover { background: var(--clo-bg-2); color: var(--clo-ink); }
.clo-menu a.clo-here { color: var(--clo-lav-deep); }
.clo-bar-cta { display: flex; align-items: center; }

/* ===== Header (mobile) ===== */
.clo-mbar {
    display: none; align-items: center; justify-content: space-between; gap: 12px;
    height: 58px; padding: 0 16px; background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--clo-edge); position: sticky; top: 0; z-index: 60;
}
.clo-toggle { width: 40px; height: 40px; background: #fff; border: 1px solid var(--clo-edge-2); border-radius: 10px; display: flex; flex-direction: column; gap: 4px; align-items: center; justify-content: center; cursor: pointer; }
.clo-toggle span { width: 18px; height: 2px; background: var(--clo-ink); border-radius: 2px; }
.clo-mbrand { display: inline-flex; align-items: center; }
.clo-mbrand img { height: 47px; width: auto; display: block; }
.clo-drawer {
    position: fixed; top: 0; left: -300px; width: 282px; height: 100%; z-index: 80;
    background: #fff; border-right: 1px solid var(--clo-edge);
    padding: 22px 16px; display: flex; flex-direction: column; gap: 4px;
    transition: left .28s ease; box-shadow: 12px 0 40px rgba(30,33,72,.12);
}
.clo-drawer.clo-open { left: 0; }
.clo-drawer a { padding: 13px 12px; border-radius: 10px; font-weight: 600; color: var(--clo-ink); }
.clo-drawer a:hover, .clo-drawer a.clo-flag { background: rgba(176,168,232,.16); color: var(--clo-lav-deep); }
.clo-scrim { position: fixed; inset: 0; background: rgba(30,33,72,.35); z-index: 70; opacity: 0; visibility: hidden; transition: opacity .28s; }
.clo-scrim.clo-show { opacity: 1; visibility: visible; }

/* ===== Hero ===== */
.clo-hero {
    position: relative;
    background:
        radial-gradient(880px 460px at 22% 10%, rgba(176,168,232,.48), transparent 62%),
        radial-gradient(720px 420px at 88% 88%, rgba(246,166,35,.18), transparent 60%),
        var(--clo-bg);
    overflow: hidden;
    border-bottom: 1px solid var(--clo-edge);
}
.clo-hero-bg {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: .9;
}
.clo-hero::before {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(238,239,248,.28) 0%, rgba(238,239,248,.55) 70%, var(--clo-bg) 100%);
}
.clo-hero-mid {
    position: relative; z-index: 2; max-width: 1180px; margin: 0 auto;
    padding: 82px 30px 74px; text-align: center;
}
.clo-chip {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,.85); border: 1px solid var(--clo-lav);
    color: var(--clo-lav-deep); padding: 6px 15px; border-radius: 999px; font-size: 12.5px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .6px; margin-bottom: 20px; box-shadow: var(--clo-cast-s);
}
.clo-hero h1 {
    font-size: clamp(40px, 8vw, 72px); letter-spacing: .3px; margin-bottom: 6px;
    text-shadow: 0 2px 0 #fff;
}
.clo-hero h1 b {
    background: linear-gradient(120deg,var(--clo-lav-deep),var(--clo-amber));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.clo-hero-line { font-size: clamp(20px, 4vw, 29px); font-weight: 800; color: var(--clo-ink); margin-bottom: 6px; }
.clo-hero-line b { color: var(--clo-amber); }
.clo-hero-sub { color: var(--clo-ink-2); font-size: 16px; margin-bottom: 28px; font-weight: 500; }
.clo-hero-act { display: inline-flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.clo-hero-note { margin-top: 22px; color: var(--clo-soft); font-size: 13px; }
.clo-hero-note b { color: var(--clo-ink); }
.clo-hero-rate { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; background:#fff; border:1px solid var(--clo-edge); border-radius:999px; padding:7px 16px; box-shadow:var(--clo-cast-s); }
.clo-hero-rate b { color: var(--clo-amber); font-size: 18px; }
.clo-hero-rate i { color: var(--clo-amber); font-style: normal; letter-spacing: 1px; }
.clo-hero-rate small { color: var(--clo-soft); font-size: 12.5px; }

/* ===== Section frame ===== */
.clo-wrap { max-width: 1180px; margin: 0 auto; padding: 56px 30px; }
.clo-wrap h2 { font-size: clamp(25px, 4vw, 32px); margin-bottom: 14px; }
.clo-wrap h3 { font-size: 20px; margin: 26px 0 9px; color: var(--clo-ink); }
.clo-wrap p { margin-bottom: 14px; color: var(--clo-ink-2); }
.clo-wrap a.clo-tx { color: var(--clo-lav-deep); font-weight: 600; }
.clo-wrap a.clo-tx:hover { text-decoration: underline; }
.clo-bar-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.clo-bar-head h2 { margin: 0; }

/* ===== Review layout ===== */
.clo-split { display: grid; grid-template-columns: 1fr 344px; gap: 34px; align-items: start; }
.clo-body p { margin-bottom: 14px; color: var(--clo-ink-2); }
.clo-metrics { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 24px 0; }
.clo-metric { background: #fff; border: 1px solid var(--clo-edge); border-radius: var(--clo-round-s); padding: 14px; display: flex; flex-direction: column; gap: 3px; box-shadow: var(--clo-cast-s); }
.clo-metric .clo-lab { font-size: 11px; text-transform: uppercase; letter-spacing: .8px; color: var(--clo-soft); font-weight: 700; }
.clo-metric .clo-val { font-size: 17px; font-weight: 800; color: var(--clo-lav-deep); }

/* sidebar card */
.clo-side { background: #fff; border: 1px solid var(--clo-edge-2); border-radius: var(--clo-round); padding: 20px; position: sticky; top: 82px; box-shadow: var(--clo-cast); }
.clo-side-tag { display: inline-block; background: linear-gradient(135deg, var(--clo-lav), var(--clo-lav-deep)); color: #fff; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .6px; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; }
.clo-side-name { font-size: 24px; font-weight: 900; }
.clo-side-name span { background: linear-gradient(120deg,var(--clo-lav-deep),var(--clo-amber)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.clo-side-lic { color: var(--clo-soft); font-size: 13px; margin-bottom: 14px; }
.clo-rating { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid var(--clo-edge); border-bottom: 1px solid var(--clo-edge); margin-bottom: 14px; }
.clo-rating .clo-big { font-size: 34px; font-weight: 900; color: var(--clo-amber); }
.clo-stars { color: var(--clo-amber); letter-spacing: 2px; }
.clo-rating small { display: block; color: var(--clo-soft); font-size: 11.5px; }
.clo-list { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 16px; }
.clo-list li { display: flex; justify-content: space-between; font-size: 13.5px; border-bottom: 1px dashed var(--clo-edge-2); padding-bottom: 8px; }
.clo-list li span:first-child { color: var(--clo-soft); }
.clo-list li span:last-child { color: var(--clo-ink); font-weight: 700; }
.clo-plus { margin-bottom: 16px; }
.clo-plus .clo-lab { font-size: 12px; font-weight: 800; text-transform: uppercase; color: var(--clo-lav-deep); margin-bottom: 8px; letter-spacing: .6px; }
.clo-plus ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.clo-plus li { font-size: 13.5px; padding-left: 22px; position: relative; color: var(--clo-ink-2); }
.clo-plus li::before { content: "✓"; position: absolute; left: 0; color: var(--clo-lav-deep); font-weight: 800; }

/* ===== Bonus banner ===== */
.clo-deal {    }
.clo-deal-box {
    max-width: 880px; margin: 0 auto; text-align: center;
    border: 2px solid var(--clo-amber); border-radius: var(--clo-round);
    padding: 34px 26px; position: relative; overflow: hidden;
    background:
        linear-gradient(to right, #EEEFF8 0%, #EEEFF8 35%, transparent 75%),
        url('../img/promo-hero.webp') right center/cover no-repeat,
        #EEEFF8;
    min-height: 340px;
    box-shadow: 0 14px 40px rgba(246,166,35,.16);
}
.clo-deal-box::after { content: ""; position: absolute; inset: 0; box-shadow: 0 0 60px rgba(176,168,232,.30) inset; pointer-events: none; }
.clo-deal-box .clo-pre { text-transform: uppercase; letter-spacing: 1px; color: var(--clo-lav-deep); font-weight: 800; font-size: 13px; }
.clo-deal-box .clo-head { font-size: clamp(26px, 5vw, 40px); font-weight: 900; color: var(--clo-ink); margin: 6px 0; }
.clo-deal-box .clo-head em { font-style: normal; color: var(--clo-amber); }
.clo-deal-box .clo-min { color: var(--clo-soft); margin-bottom: 18px; }

/* ===== Games carousel ===== */
.clo-games {    }
.clo-games-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.clo-nav-btns { display: flex; gap: 8px; }
.clo-nav-btn { width: 42px; height: 42px; border-radius: 50%; background: #fff; border: 1px solid var(--clo-edge-2); color: var(--clo-ink); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background var(--clo-mo), color var(--clo-mo); box-shadow: var(--clo-cast-s); }
.clo-nav-btn:hover:not(:disabled) { background: linear-gradient(135deg,var(--clo-amber),var(--clo-amber-2)); color: #3a2406; }
.clo-nav-btn:disabled { opacity: .4; cursor: default; }
.clo-nav-btn svg { width: 15px; height: 15px; fill: currentColor; }
.clo-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: none; }
.clo-track::-webkit-scrollbar { display: none; }
.clo-tile {
    flex: 0 0 200px; scroll-snap-align: start;
    background: #fff; border: 1px solid var(--clo-edge); border-radius: var(--clo-round);
    overflow: hidden; transition: transform var(--clo-mo), border-color var(--clo-mo), box-shadow var(--clo-mo);
    box-shadow: var(--clo-cast-s);
}
.clo-tile:hover { transform: translateY(-4px); border-color: var(--clo-lav); box-shadow: var(--clo-cast); }
.clo-tile-img { position: relative; aspect-ratio: 1/1; background: linear-gradient(135deg, var(--clo-bg-2), #fff); }
.clo-tile-img img { width: 100%; height: 100%; object-fit: cover; }
.clo-tile-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity var(--clo-mo); }
.clo-tile:hover .clo-tile-play { opacity: 1; }
.clo-tile-play span { width: 48px; height: 48px; border-radius: 50%; background: rgba(176,168,232,.95); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(176,168,232,.55); }
.clo-tile-play svg { width: 20px; height: 20px; fill: #fff; }
.clo-tile-meta { padding: 11px 13px; }
.clo-tile-meta strong { display: block; font-size: 14px; color: var(--clo-ink); }
.clo-tile-meta small { color: var(--clo-soft); font-size: 12px; }

/* ===== Steps ===== */
.clo-steps { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin: 24px 0; }
.clo-step { flex: 1 1 200px; max-width: 240px; background: #fff; border: 1px solid var(--clo-edge); border-radius: var(--clo-round); padding: 20px; text-align: center; box-shadow: var(--clo-cast-s); }
.clo-step .clo-no { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg,var(--clo-lav),var(--clo-lav-deep)); color: #fff; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.clo-step strong { display: block; color: var(--clo-ink); margin-bottom: 4px; }
.clo-step small { color: var(--clo-soft); font-size: 12.5px; }

/* ===== Withdrawal bars ===== */
.clo-pay { display: flex; flex-direction: column; gap: 14px; margin: 22px 0; }
.clo-pay-row { background: #fff; border: 1px solid var(--clo-edge); border-radius: var(--clo-round-s); padding: 14px 16px; box-shadow: var(--clo-cast-s); }
.clo-pay-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-size: 14px; }
.clo-pay-top strong { color: var(--clo-ink); }
.clo-badge { font-size: 12px; font-weight: 700; padding: 3px 11px; border-radius: 999px; }
.clo-badge-fast { background: rgba(176,168,232,.22); color: var(--clo-lav-deep); }
.clo-badge-mid { background: rgba(246,166,35,.18); color: #b9760e; }
.clo-badge-slow { background: rgba(30,33,72,.07); color: var(--clo-soft); }
.clo-meter { height: 8px; border-radius: 6px; background: var(--clo-bg-2); overflow: hidden; }
.clo-meter i { display: block; height: 100%; border-radius: 6px; }
.clo-fill-fast { background: #27c24c; }
.clo-fill-mid { background: var(--clo-amber); }
.clo-fill-slow { background: #c98aa6; }

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

/* ===== Player reviews ===== */
.clo-voices { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 16px; margin-top: 22px; }
.clo-voice { background: #fff; border: 1px solid var(--clo-edge); border-radius: var(--clo-round); padding: 18px; box-shadow: var(--clo-cast-s); }
.clo-voice-h { display: flex; align-items: center; gap: 11px; margin-bottom: 10px; }
.clo-face { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--clo-lav), var(--clo-amber)); color: #fff; font-weight: 900; display: flex; align-items: center; justify-content: center; }
.clo-voice-h .clo-who { font-weight: 700; color: var(--clo-ink); }
.clo-voice-h .clo-when { font-size: 12px; color: var(--clo-soft); }
.clo-voice .clo-rs { color: var(--clo-amber); letter-spacing: 2px; margin-bottom: 8px; }
.clo-voice p { font-size: 13.5px; color: var(--clo-ink-2); }

/* ===== FAQ ===== */
.clo-faq { max-width:1180px; margin: 0 auto; padding: 56px 30px; }
.clo-faq h2 { font-size: clamp(25px,4vw,32px); margin-bottom: 20px; text-align: center; }
.clo-acc { background: #fff; border: 1px solid var(--clo-edge); border-radius: var(--clo-round-s); margin-bottom: 10px; overflow: hidden; box-shadow: var(--clo-cast-s); }
.clo-acc summary { padding: 16px 18px; font-weight: 700; color: var(--clo-ink); cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.clo-acc summary::-webkit-details-marker { display: none; }
.clo-acc summary::after { content: "+"; color: var(--clo-amber); font-weight: 900; }
.clo-acc[open] summary::after { content: "–"; }
.clo-acc .clo-ans { padding: 0 18px 16px; color: var(--clo-ink-2); font-size: 14px; }

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

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

/* ===== Legal / generic pages ===== */
.clo-doc { max-width: 820px; margin: 0 auto; padding: 50px 30px 60px; }
.clo-doc h1 { font-size: 30px; margin-bottom: 8px; }
.clo-doc .clo-upd { color: var(--clo-soft); font-size: 13px; margin-bottom: 26px; }
.clo-doc h2 { font-size: 20px; margin: 26px 0 10px; color: var(--clo-lav-deep); }
.clo-doc p, .clo-doc li { color: var(--clo-ink-2); margin-bottom: 12px; font-size: 14.5px; }
.clo-doc ul { padding-left: 22px; margin-bottom: 12px; }
.clo-crumb { font-size: 13px; color: var(--clo-soft); margin-bottom: 18px; }
.clo-crumb a { color: var(--clo-lav-deep); }

/* ===== 404 ===== */
.clo-404 { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px 24px; }
.clo-404 h1 { font-size: clamp(70px, 18vw, 140px); background: linear-gradient(120deg,var(--clo-lav-deep),var(--clo-amber)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.clo-404 p { color: var(--clo-ink-2); margin: 12px 0 24px; max-width: 460px; }

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

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
    .clo-split { grid-template-columns: 1fr; }
    .clo-side { position: static; }
    .clo-foot-top { grid-template-columns: 1fr 1fr; }
    .clo-foot-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    .clo-bar { display: none; }
    .clo-mbar { display: flex; }
    /* dvh-fit hero: hele blok + knop in één scherm */
    .clo-hero-mid {
        min-height: calc(100svh - 58px);
        display: flex; flex-direction: column; align-items: center; justify-content: center;
        padding: 30px 20px;
    }
    .clo-wrap, .clo-faq { padding: 40px 18px; }
    .clo-metrics { grid-template-columns: 1fr; }
    .clo-foot-top { grid-template-columns: 1fr; gap: 22px; text-align: center; }
    .clo-foot-col ul { align-items: center; }
}

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

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

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

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

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

/*HEROFADE*/
@media (min-width:761px){ .clo-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%); } }

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

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

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

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

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

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

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

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

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

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

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

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

/*BONUSBB*/
.clo-deal-box{ transition:box-shadow .35s ease, border-color .35s ease; }
.clo-deal-box:hover{ box-shadow:0 0 50px rgba(246,166,35,0.5), inset 0 0 70px rgba(246,166,35,0.16); border-color:#F6A623 !important; }
.clo-deal-box .clo-big{ color:#F6A623 !important; text-transform:uppercase; letter-spacing:.5px; }
.clo-deal-box a{ animation:clopulse 1.7s ease-in-out infinite; }
.clo-deal-box a:hover{ animation-play-state:paused; }

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

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

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

/*RESTTXT*/
@media (max-width:760px){
  .clo-hero h1{ font-size:clamp(44px,13vw,54px) !important; }
  .clo-hero-line{ font-size:clamp(46px,14vw,58px) !important; }
  .clo-hero-mid{ font-size:clamp(46px,14vw,58px) !important; }
  .clo-hero-bg{ background-position:top center !important; }
  .clo-hero{ min-height:calc(75svh - 42px) !important; }
}

/*RESTREV*/
@media (max-width:760px){
  .clo-split{ display:flex !important; flex-direction:column !important; }
  .clo-side{ order:-1 !important; margin-bottom:8px; }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*CARDCENTER*/
.clo-side-name, .clo-side-lic, .clo-side-name, .clo-side-sub{ text-align:center !important; }
.clo-side-tag{ display:block !important; width:max-content; max-width:100%; margin-left:auto !important; margin-right:auto !important; }

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

/*CLABHERO*/
.clo-hero-bg{ position:absolute !important; inset:0 !important; width:100% !important; height:100% !important; max-width:none !important; min-width:100% !important; margin:0 !important; object-fit:cover !important; text-align:initial !important; }
@media (min-width:761px){ .clo-hero-inner{ text-align:left !important; align-items:flex-start !important; display:flex !important; flex-direction:column !important; max-width:720px !important; margin-left:clamp(24px,6vw,140px) !important; margin-right:auto !important; margin-top:0 !important; } .clo-hero-inner > *{ margin-left:0 !important; margin-right:0 !important; } }
.clo-hero h1{ font-size:clamp(46px,6vw,76px) !important; line-height:1.05 !important; margin-bottom:6px !important; }
.clo-hero-off{ font-size:clamp(34px,4.6vw,56px) !important; line-height:1.1 !important; margin:4px 0 !important; }
@media (max-width:760px){ .clo-hero h1{ font-size:clamp(40px,12vw,58px) !important; } .clo-hero-off{ font-size:clamp(32px,10vw,48px) !important; } .clo-hero-inner{ max-width:100% !important; margin-left:0 !important; } }

/*CLABWRAP*/
@media (min-width:761px){ .clo-hero-mid{ text-align:left !important; align-items:flex-start !important; display:flex !important; flex-direction:column !important; max-width:720px !important; margin-left:clamp(24px,6vw,140px) !important; margin-right:auto !important; margin-top:0 !important; } .clo-hero-mid > *{ margin-left:0 !important; } }
@media (max-width:760px){ .clo-hero-mid{ max-width:100% !important; margin-left:0 !important; align-items:flex-start !important; } }

/*CLABH1GOLD*/
.clo-hero h1, .clo-hero h1 b{ background:none !important; -webkit-background-clip:border-box !important; background-clip:border-box !important; -webkit-text-fill-color:#F6A623 !important; color:#F6A623 !important; -webkit-text-stroke:6px #000 !important; paint-order:stroke fill; text-shadow:0 4px 16px rgba(0,0,0,.55) !important; filter:none !important; }

/*CLABFIX2*/
.clo-hero-off{ color:#fff !important; -webkit-text-fill-color:#fff !important; -webkit-text-stroke:5px #000 !important; paint-order:stroke fill; text-shadow:0 3px 14px rgba(0,0,0,.5) !important; }
.clo-hero-off b, .clo-hero-off span{ color:#F6A623 !important; -webkit-text-fill-color:#F6A623 !important; }
@media (max-width:760px){ .clo-deal-box{ background-position:center center !important; background-size:cover !important; } }

/*HEROCLEAN*/
.clo-hero .clo-chip, .clo-hero .clo-hero-rate{ display:none !important; }

/*CLABMOBCTR*/
@media (max-width:760px){ .clo-hero-mid{ align-items:center !important; text-align:center !important; max-width:100% !important; margin-left:auto !important; margin-right:auto !important; } .clo-hero-mid > *{ margin-left:auto !important; margin-right:auto !important; } }

/*CLOICONS*/
.clo-metric{ display:flex !important; flex-direction:column !important; align-items:flex-start; }
.clo-metric .stat-ic{ display:block !important; width:24px !important; height:24px !important; color:var(--clo-lav-deep) !important; margin-bottom:9px !important; }

/*CLABMOBH1*/
@media (max-width:760px){
  .clo-hero h1, .clo-hero h1 b{ -webkit-text-stroke:3px #000 !important; }
  .clo-hero-off, .clo-hero-off2, .clo-hero-line{ -webkit-text-stroke:3px #000 !important; }
  .clo-hero-inner, .clo-hero-wrap, .clo-hero-mid, .clo-hero > div{ min-height:calc(64svh - 30px) !important; padding-bottom:26px !important; gap:4px !important; }
  .clo-hero h1{ margin-bottom:4px !important; line-height:1.04 !important; }
  .clo-hero-off, .clo-hero-line, .clo-hero-off2{ margin:3px 0 !important; line-height:1.12 !important; }
}

/*METRICSCTR*/
.clo-metrics{ grid-template-columns:repeat(4,1fr) !important; gap:14px !important; }
.clo-metric{ align-items:center !important; text-align:center !important; justify-content:flex-start !important; padding:20px 14px !important; }
.clo-metric .stat-ic{ margin:0 auto 11px !important; width:30px !important; height:30px !important; }
.clo-lab, .clo-val{ text-align:center !important; width:100% !important; display:block !important; }
@media (max-width:760px){ .clo-metrics{ grid-template-columns:repeat(2,1fr) !important; } }

/*CLOLINE*/
.clo-hero-line{ color:#fff !important; -webkit-text-fill-color:#fff !important; background:none !important; -webkit-background-clip:border-box !important; -webkit-text-stroke:4px #000 !important; paint-order:stroke fill; text-shadow:0 3px 14px rgba(0,0,0,.5) !important; }
.clo-hero-line b, .clo-hero-line span{ color:#F6A623 !important; -webkit-text-fill-color:#F6A623 !important; }
@media (max-width:760px){ .clo-hero-line{ -webkit-text-stroke:3px #000 !important; } }

/*PROMOTXT2*/
.clo-pre{ color:var(--clo-navy,#241a4d) !important; -webkit-text-fill-color:var(--clo-navy,#241a4d) !important; -webkit-text-stroke:0 !important; text-shadow:0 1px 2px rgba(255,255,255,.95),0 0 6px rgba(255,255,255,.6) !important; }
.clo-min{ color:var(--clo-navy,#241a4d) !important; -webkit-text-fill-color:var(--clo-navy,#241a4d) !important; -webkit-text-stroke:0 !important; text-shadow:0 1px 2px rgba(255,255,255,.95),0 0 6px rgba(255,255,255,.6) !important; }
.clo-head{ color:var(--clo-navy,#241a4d) !important; -webkit-text-fill-color:var(--clo-navy,#241a4d) !important; -webkit-text-stroke:0 !important; text-shadow:0 1px 3px rgba(255,255,255,.9),0 0 5px rgba(255,255,255,.55) !important; }
.clo-head em, .clo-head b, .clo-head span{ color:#F6A623 !important; -webkit-text-fill-color:#F6A623 !important; }
