@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:#101624}
body{font-family:'Oswald',sans-serif;background:#101624;color:#e8eaf0;line-height:1.6;font-size:16px;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:#6da9eb;text-decoration:none;transition:color .25s}
a:hover{color:#9dceff}
ul{list-style:none}
button{cursor:pointer;border:none;outline:none;font-family:'Oswald',sans-serif}
h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:600}

.vh-wrap{min-height:100vh;display:flex;flex-direction:column}
.vh-container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}

.vh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 22px;border-radius:6px;font-family:'Oswald',sans-serif;font-size:15px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:transform .18s,box-shadow .18s,opacity .18s;white-space:nowrap;text-decoration:none}
.vh-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.4);opacity:.92}
.vh-btn:active{transform:translateY(0)}
.vh-btn--green{background:linear-gradient(135deg,#6bdb5b,#4ec040);color:#0d1a0a;box-shadow:0 3px 12px rgba(107,219,91,.35)}
.vh-btn--blue{background:linear-gradient(135deg,#6da9eb,#4a87cc);color:#fff;box-shadow:0 3px 12px rgba(109,169,235,.3)}
.vh-btn--outline{background:transparent;border:2px solid #6da9eb;color:#6da9eb}
.vh-btn--outline:hover{background:#6da9eb;color:#fff}
.vh-btn--sm{padding:7px 16px;font-size:13px}
.vh-btn--lg{padding:14px 32px;font-size:18px}
.vh-btn--full{width:100%;display:flex}

.vh-header{background:#1e2434;position:sticky;top:0;z-index:900;box-shadow:0 2px 20px rgba(0,0,0,.5)}
.vh-header__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;height:68px}
.vh-header__logo{display:flex;align-items:center;flex-shrink:0}
.vh-header__logo img{height:42px;width:auto}
.vh-header__nav{display:flex;align-items:center;gap:4px}
.vh-header__nav a{color:#c8d0e8;font-size:14px;font-weight:500;padding:8px 12px;border-radius:5px;display:flex;align-items:center;gap:6px;transition:background .2s,color .2s;text-transform:uppercase;letter-spacing:.4px}
.vh-header__nav a svg{width:16px;height:16px;flex-shrink:0}
.vh-header__nav a:hover{background:rgba(109,169,235,.15);color:#6da9eb}
.vh-header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.vh-header__online{display:flex;align-items:center;gap:6px;font-size:12px;color:#a0a8c0;background:rgba(107,219,91,.08);border:1px solid rgba(107,219,91,.2);padding:5px 10px;border-radius:20px;white-space:nowrap}
.vh-header__online-dot{width:7px;height:7px;background:#6bdb5b;border-radius:50%;animation:vh-pulse 1.8s infinite}
@keyframes vh-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}
.vh-burger{display:none;flex-direction:column;gap:5px;width:34px;height:34px;justify-content:center;align-items:center;background:rgba(255,255,255,.07);border-radius:6px;cursor:pointer;border:none;padding:4px}
.vh-burger span{display:block;width:20px;height:2px;background:#c8d0e8;border-radius:2px;transition:transform .25s,opacity .25s}
.vh-burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.vh-burger.active span:nth-child(2){opacity:0}
.vh-burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.vh-mobile-menu{display:none;position:fixed;inset:0;background:rgba(16,22,36,.97);z-index:800;padding:80px 20px 20px;flex-direction:column;gap:12px;overflow-y:auto}
.vh-mobile-menu.active{display:flex}
.vh-mobile-menu a{color:#e8eaf0;font-size:17px;font-weight:500;padding:12px 16px;border-radius:8px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.07)}
.vh-mobile-menu a svg{width:20px;height:20px}
.vh-mobile-menu a:hover{background:rgba(109,169,235,.15);color:#6da9eb}
.vh-mobile-menu__btns{display:flex;flex-direction:column;gap:10px;margin-top:16px}

.vh-hero{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;background:#101624}
.vh-hero__bg{position:absolute;inset:0;background-image:url('/vegashero-banner.png');background-size:cover;background-position:center;filter:brightness(.45)}
.vh-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(16,22,36,.85) 0%,rgba(30,36,52,.5) 100%)}
.vh-hero__content{position:relative;z-index:2;max-width:640px;padding:60px 0}
.vh-hero__badge{display:inline-flex;align-items:center;gap:6px;background:rgba(107,219,91,.15);border:1px solid rgba(107,219,91,.35);color:#6bdb5b;padding:5px 14px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}
.vh-hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:700;text-transform:uppercase;color:#fff;margin-bottom:16px;line-height:1.15;text-shadow:0 2px 20px rgba(0,0,0,.6)}
.vh-hero h1 span{color:#6bdb5b}
.vh-hero__sub{font-size:1.05rem;color:#b8c2d8;margin-bottom:28px;max-width:520px}
.vh-hero__btns{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.vh-hero__bonus-tag{font-size:13px;color:#a0a8c0;margin-top:14px;display:flex;align-items:center;gap:6px}
.vh-hero__bonus-tag svg{color:#6bdb5b;width:14px;height:14px}

.vh-breadcrumbs{background:rgba(30,36,52,.7);border-bottom:1px solid rgba(255,255,255,.06);padding:10px 0}
.vh-breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:13px;color:#7a82a0}
.vh-breadcrumbs__list a{color:#6da9eb}
.vh-breadcrumbs__list a:hover{color:#9dceff}
.vh-breadcrumbs__sep{color:#454d62}

.vh-section{padding:48px 0}
.vh-section__title{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;text-transform:uppercase;margin-bottom:28px;color:#fff;display:flex;align-items:center;gap:12px;letter-spacing:.5px}
.vh-section__title svg{color:#6bdb5b;width:26px;height:26px;flex-shrink:0}
.vh-section__title::after{content:'';flex:1;height:2px;background:linear-gradient(90deg,rgba(107,219,91,.4),transparent);margin-left:12px}

.vh-toc{background:#1e2434;border-radius:12px;padding:24px 28px;border:1px solid rgba(255,255,255,.07);margin-bottom:40px}
.vh-toc h2{font-size:1.1rem;color:#fff;margin-bottom:16px;display:flex;align-items:center;gap:8px;text-transform:uppercase}
.vh-toc h2 svg{color:#6da9eb;width:18px;height:18px}
.vh-toc__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr));gap:8px}
.vh-toc__item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:7px;color:#b8c2d8;font-size:14px;font-weight:500;transition:background .2s,color .2s;border:1px solid transparent}
.vh-toc__item svg{width:16px;height:16px;color:#6da9eb;flex-shrink:0}
.vh-toc__item:hover{background:rgba(109,169,235,.1);border-color:rgba(109,169,235,.2);color:#fff}

.vh-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr));gap:16px;margin-bottom:40px}
.vh-feature{background:#1e2434;border-radius:12px;padding:22px 20px;border:1px solid rgba(255,255,255,.06);transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;flex-direction:column;gap:10px}
.vh-feature:hover{transform:translateY(-4px);border-color:rgba(107,219,91,.25);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.vh-feature__icon{width:44px;height:44px;background:linear-gradient(135deg,rgba(107,219,91,.15),rgba(107,219,91,.05));border-radius:10px;display:flex;align-items:center;justify-content:center}
.vh-feature__icon svg{width:22px;height:22px;color:#6bdb5b}
.vh-feature h3{font-size:15px;font-weight:600;color:#fff;text-transform:uppercase}
.vh-feature p{font-size:13px;color:#8a92a8;line-height:1.5}

.vh-pros-cons{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;margin-bottom:40px}
.vh-pros,.vh-cons{background:#1e2434;border-radius:12px;padding:22px;border:1px solid rgba(255,255,255,.06)}
.vh-pros{border-top:3px solid #6bdb5b}
.vh-cons{border-top:3px solid #eb6d6d}
.vh-pros h3{color:#6bdb5b;font-size:16px;text-transform:uppercase;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.vh-cons h3{color:#eb6d6d;font-size:16px;text-transform:uppercase;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.vh-pros h3 svg,.vh-cons h3 svg{width:18px;height:18px}
.vh-pros__list,.vh-cons__list{display:flex;flex-direction:column;gap:10px}
.vh-pros__item,.vh-cons__item{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#c8d0e8;line-height:1.4}
.vh-pros__item svg{color:#6bdb5b;width:16px;height:16px;margin-top:2px;flex-shrink:0}
.vh-cons__item svg{color:#eb6d6d;width:16px;height:16px;margin-top:2px;flex-shrink:0}

.vh-jackpots{background:linear-gradient(135deg,#1a1040,#0d1624);border-radius:16px;padding:32px 28px;border:1px solid rgba(109,169,235,.15);margin-bottom:40px;text-align:center;position:relative;overflow:hidden}
.vh-jackpots::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(107,219,91,.08) 0%,transparent 70%);pointer-events:none}
.vh-jackpots h2{font-size:1.4rem;color:#fff;text-transform:uppercase;margin-bottom:8px;position:relative}
.vh-jackpots__sub{color:#8a92a8;font-size:14px;margin-bottom:28px}
.vh-jackpots__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;position:relative}
.vh-jackpot{background:rgba(30,36,52,.8);border-radius:12px;padding:20px;border:1px solid rgba(107,219,91,.2);backdrop-filter:blur(4px)}
.vh-jackpot__label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#8a92a8;margin-bottom:6px}
.vh-jackpot__game{font-size:15px;font-weight:600;color:#c8d0e8;margin-bottom:10px}
.vh-jackpot__amount{font-size:1.8rem;font-weight:700;color:#6bdb5b;font-variant-numeric:tabular-nums}
.vh-jackpot__blink{animation:vh-blink 2.5s infinite}
@keyframes vh-blink{0%,100%{opacity:1}50%{opacity:.6}}

.vh-app{margin-bottom:40px}
.vh-app__inner{background:#1e2434;border-radius:14px;padding:28px;border:1px solid rgba(255,255,255,.07)}
.vh-app__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;align-items:start}
.vh-app__info h2{font-size:1.3rem;color:#fff;text-transform:uppercase;margin-bottom:16px}
.vh-app__table{width:100%;border-collapse:collapse}
.vh-app__table tr:nth-child(even){background:rgba(255,255,255,.03)}
.vh-app__table td{padding:10px 14px;font-size:14px;border:1px solid rgba(255,255,255,.07)}
.vh-app__table td:first-child{color:#8a92a8;font-weight:500;width:45%}
.vh-app__table td:last-child{color:#e8eaf0}
.vh-app__dl h3{font-size:1.1rem;color:#fff;margin-bottom:16px;text-transform:uppercase}
.vh-app__dl-btns{display:flex;flex-direction:column;gap:10px}
.vh-app__dl-btn{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px 18px;color:#e8eaf0;font-size:14px;font-weight:500;transition:background .2s,border-color .2s}
.vh-app__dl-btn:hover{background:rgba(109,169,235,.1);border-color:#6da9eb;color:#fff}
.vh-app__dl-btn svg{width:28px;height:28px;color:#6da9eb;flex-shrink:0}
.vh-app__dl-btn span{display:flex;flex-direction:column}
.vh-app__dl-btn small{font-size:11px;color:#8a92a8;font-weight:400}

.vh-bonuses{margin-bottom:40px}
.vh-bonuses__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vh-bonus{background:#1e2434;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.07);transition:transform .2s,box-shadow .2s}
.vh-bonus:hover{transform:translateY(-5px);box-shadow:0 12px 32px rgba(0,0,0,.4)}
.vh-bonus__badge{background:linear-gradient(90deg,#6bdb5b,#4ec040);color:#0d1a0a;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:6px 16px;text-align:center}
.vh-bonus__body{padding:22px 20px}
.vh-bonus__icon{width:48px;height:48px;background:rgba(107,219,91,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.vh-bonus__icon svg{width:24px;height:24px;color:#6bdb5b}
.vh-bonus h3{font-size:1.1rem;color:#fff;margin-bottom:8px;text-transform:uppercase}
.vh-bonus__amount{font-size:1.7rem;font-weight:700;color:#6bdb5b;margin-bottom:8px}
.vh-bonus p{font-size:13px;color:#8a92a8;line-height:1.5;margin-bottom:16px}
.vh-bonus__terms{font-size:11px;color:#666;margin-top:10px}

.vh-games{margin-bottom:40px}
.vh-games__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.vh-game{background:#1e2434;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.07);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}
.vh-game:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.4)}
.vh-game__img{aspect-ratio:1;background:linear-gradient(135deg,#252d42,#1a2034);display:flex;align-items:center;justify-content:center;font-size:2.5rem;position:relative;overflow:hidden}
.vh-game__img img{width:100%;height:100%;object-fit:cover}
.vh-game__body{padding:12px;flex:1;display:flex;flex-direction:column;gap:8px}
.vh-game__name{font-size:13px;font-weight:600;color:#fff;text-align:center}
.vh-game__provider{font-size:11px;color:#6da9eb;text-align:center}

.vh-wheel{margin-bottom:40px;text-align:center}
.vh-wheel__inner{background:#1e2434;border-radius:16px;padding:36px 24px;border:1px solid rgba(107,219,91,.15);display:inline-block;min-width:360px;max-width:100%}
.vh-wheel__title{font-size:1.3rem;color:#fff;text-transform:uppercase;margin-bottom:6px}
.vh-wheel__subtitle{font-size:14px;color:#8a92a8;margin-bottom:24px}
.vh-wheel__canvas-wrap{position:relative;display:inline-block;margin-bottom:24px}
.vh-wheel__canvas-wrap canvas{border-radius:50%;box-shadow:0 0 40px rgba(107,219,91,.2)}
.vh-wheel__pointer{position:absolute;top:-14px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:24px solid #6bdb5b;filter:drop-shadow(0 2px 6px rgba(107,219,91,.6))}
.vh-wheel__result{min-height:60px;margin-bottom:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}
.vh-wheel__result-win{font-size:1.2rem;color:#6bdb5b;font-weight:700;animation:vh-fadeIn .4s ease}
.vh-wheel__result-lose{font-size:1rem;color:#eb6d6d;font-weight:600;animation:vh-fadeIn .4s ease}
@keyframes vh-fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

.vh-review{margin-bottom:40px}
.vh-review__inner{background:#1e2434;border-radius:14px;padding:32px;border:1px solid rgba(255,255,255,.07)}
.vh-review__content{color:#c8d0e8;line-height:1.7;font-size:15px}
.vh-review__content h2{font-size:1.4rem;color:#fff;margin:24px 0 12px;text-transform:uppercase}
.vh-review__content h3{font-size:1.1rem;color:#6da9eb;margin:20px 0 10px}
.vh-review__content h4{font-size:1rem;color:#c8d0e8;margin:16px 0 8px}
.vh-review__content p{margin-bottom:14px}
.vh-review__content ul{list-style:disc;padding-left:20px;margin-bottom:14px}
.vh-review__content ol{list-style:decimal;padding-left:20px;margin-bottom:14px}
.vh-review__content li{margin-bottom:6px}
.vh-review__content a{color:#6da9eb;border-bottom:1px solid rgba(109,169,235,.3)}
.vh-review__content a:hover{color:#9dceff}
.vh-review__content strong{color:#fff;font-weight:600}
.vh-review__content em{color:#b8c2d8;font-style:italic}
.vh-review__content blockquote{border-left:3px solid #6da9eb;padding:12px 20px;background:rgba(109,169,235,.06);border-radius:0 8px 8px 0;margin:16px 0;font-style:italic;color:#b8c2d8}
.vh-review__content table{width:100%;border-collapse:collapse;margin:16px 0;overflow-x:auto;display:block}
.vh-review__content th{background:#252d42;color:#fff;padding:10px 14px;text-align:left;border:1px solid rgba(255,255,255,.1)}
.vh-review__content td{padding:10px 14px;border:1px solid rgba(255,255,255,.07);color:#c8d0e8}
.vh-review__content tr:nth-child(even) td{background:rgba(255,255,255,.03)}
.vh-review__content img{border-radius:8px;margin:16px 0}
.vh-review__content hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:24px 0}

.vh-rg{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:14px;padding:28px;border:1px solid rgba(109,169,235,.15);margin-bottom:40px}
.vh-rg h2{font-size:1.3rem;color:#fff;text-transform:uppercase;margin-bottom:8px}
.vh-rg__intro{font-size:14px;color:#8a92a8;margin-bottom:20px}
.vh-rg__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}
.vh-rg__item{background:rgba(255,255,255,.04);border-radius:10px;padding:16px;border:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;gap:8px}
.vh-rg__item svg{width:24px;height:24px;color:#6da9eb}
.vh-rg__item h4{font-size:14px;font-weight:600;color:#fff}
.vh-rg__item p{font-size:12px;color:#8a92a8;line-height:1.4}
.vh-rg__item a{font-size:12px;color:#6da9eb;border-bottom:1px solid rgba(109,169,235,.3)}
.vh-rg__item a:hover{color:#9dceff}

.vh-faq{margin-bottom:40px}
.vh-faq__list{display:flex;flex-direction:column;gap:10px}
.vh-faq__item{background:#1e2434;border-radius:10px;border:1px solid rgba(255,255,255,.07);overflow:hidden}
.vh-faq__q{padding:18px 20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:15px;font-weight:600;color:#fff;gap:12px;user-select:none;transition:background .2s}
.vh-faq__q:hover{background:rgba(109,169,235,.08)}
.vh-faq__q svg{width:20px;height:20px;color:#6da9eb;flex-shrink:0;transition:transform .25s}
.vh-faq__item.active .vh-faq__q svg{transform:rotate(180deg)}
.vh-faq__a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s}
.vh-faq__item.active .vh-faq__a{max-height:400px;padding-bottom:18px}
.vh-faq__a-inner{padding:0 20px;font-size:14px;color:#a0a8c0;line-height:1.6}

.vh-author{background:#1e2434;border-radius:14px;padding:28px;border:1px solid rgba(255,255,255,.07);margin-bottom:40px}
.vh-author__inner{display:flex;gap:24px;align-items:flex-start}
.vh-author__photo{width:90px;height:90px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid rgba(109,169,235,.3)}
.vh-author__info{flex:1}
.vh-author__name{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:4px}
.vh-author__role{font-size:13px;color:#6da9eb;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}
.vh-author__bio{font-size:14px;color:#a0a8c0;line-height:1.6;margin-bottom:14px}
.vh-author__meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:#666;margin-bottom:12px}
.vh-author__meta span{display:flex;align-items:center;gap:4px}
.vh-author__meta svg{width:13px;height:13px}
.vh-author__social{display:flex;gap:10px}
.vh-author__social a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:rgba(255,255,255,.06);border-radius:8px;color:#8a92a8;transition:background .2s,color .2s;border:1px solid rgba(255,255,255,.08)}
.vh-author__social a:hover{background:#6da9eb;color:#fff;border-color:#6da9eb}
.vh-author__social svg{width:16px;height:16px}

.vh-footer{background:#1e2434;padding:48px 0 24px;margin-top:auto;border-top:1px solid rgba(255,255,255,.07)}
.vh-footer__top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;margin-bottom:40px}
.vh-footer__brand img{height:40px;width:auto;margin-bottom:14px}
.vh-footer__brand p{font-size:13px;color:#6a728a;line-height:1.6;margin-bottom:14px}
.vh-footer__flag{display:flex;align-items:center;gap:8px;font-size:13px;color:#6a728a}
.vh-footer__col h4{font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px}
.vh-footer__col ul{display:flex;flex-direction:column;gap:8px}
.vh-footer__col ul li a{font-size:13px;color:#6a728a;transition:color .2s}
.vh-footer__col ul li a:hover{color:#6da9eb}
.vh-footer__col ul li a span{margin-right:4px}
.vh-footer__social{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}
.vh-footer__social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,.06);border-radius:8px;color:#8a92a8;border:1px solid rgba(255,255,255,.08);transition:background .2s,color .2s}
.vh-footer__social a:hover{background:#6da9eb;color:#fff}
.vh-footer__social svg{width:16px;height:16px}
.vh-footer__logos{padding:24px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:24px}
.vh-footer__logos-row{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:16px}
.vh-footer__logos-row:last-child{margin-bottom:0}
.vh-footer__logo-label{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#454d62;margin-bottom:8px}
.vh-footer__logo-item{background:rgba(255,255,255,.05);border-radius:7px;padding:7px 14px;font-size:12px;font-weight:600;color:#6a728a;border:1px solid rgba(255,255,255,.07);white-space:nowrap;display:flex;align-items:center;gap:6px}
.vh-footer__logo-item svg{width:16px;height:16px}
.vh-footer__bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}
.vh-footer__copy{font-size:12px;color:#454d62;line-height:1.7}
.vh-footer__copy a{color:#6a728a}
.vh-footer__copy a:hover{color:#6da9eb}
.vh-footer__legal{font-size:11px;color:#3a4255;line-height:1.6;max-width:600px}

.vh-widget{position:fixed;bottom:0;left:0;right:0;z-index:950;background:linear-gradient(90deg,#1a1040,#1e2434);border-top:2px solid rgba(107,219,91,.3);padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 -4px 20px rgba(0,0,0,.5)}
.vh-widget__text{flex:1;min-width:0}
.vh-widget__bonus{font-size:1.1rem;font-weight:700;color:#6bdb5b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vh-widget__sub{font-size:12px;color:#8a92a8}
.vh-widget__cta{display:flex;gap:10px;align-items:center;flex-shrink:0}
body{padding-bottom:72px}

.vh-slider-wrap{position:relative;display:none}
.vh-slider{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}
.vh-slider::-webkit-scrollbar{display:none}
.vh-slider > *{scroll-snap-align:start;flex-shrink:0}
.vh-slider-dots{display:none;justify-content:center;gap:8px;margin-top:14px}
.vh-slider-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.2);cursor:pointer;transition:background .2s}
.vh-slider-dot.active{background:#6da9eb}

.wp-noop{display:none!important;visibility:hidden;opacity:0;position:absolute;left:-9999px;top:-9999px;pointer-events:none;width:0;height:0;overflow:hidden}
.et_pb_section{max-width:100%}
.elementor-widget-container{box-sizing:border-box}

@media(max-width:1024px){
  .vh-games__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .vh-bonuses__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vh-app__grid{grid-template-columns:minmax(0,1fr)}
  .vh-footer__top{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
}
@media(max-width:768px){
  .vh-header__nav{display:none}
  .vh-header__online{display:none}
  /* Knoppen staan al in het mobiele menu; hier alleen de burger */
  .vh-header__actions .vh-btn{display:none}
  .vh-header__actions{margin-left:auto}
  .vh-burger{display:flex}
  .vh-pros-cons{grid-template-columns:minmax(0,1fr)}
  .vh-games__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vh-bonuses__grid{grid-template-columns:minmax(0,1fr)}
  .vh-slider-wrap{display:block}
  .vh-games .vh-slider{display:flex}
  .vh-games .vh-slider-dots{display:flex}
  .vh-games__grid{display:none}
  .vh-footer__top{grid-template-columns:minmax(0,1fr)}
  .vh-author__inner{flex-direction:column;align-items:center;text-align:center}
  .vh-author__social{justify-content:center}
  .vh-hero__content{padding:40px 0}
  .vh-widget{padding:10px 14px}
  .vh-widget__text .vh-bonus{font-size:.95rem}
  .vh-jackpots__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:480px){
  .vh-section{padding:32px 0}
  .vh-toc__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .vh-features{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .vh-games__grid{display:none}
  .vh-jackpots__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .vh-wheel__inner{min-width:unset;width:100%}
}

/* Alleen verbergen als JS draait; anders blijft de inhoud gewoon zichtbaar */
.vh-anim .vh-fade-in{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}
.vh-anim .vh-fade-in.visible{opacity:1;transform:translateY(0)}
@media(prefers-reduced-motion:reduce){
  .vh-anim .vh-fade-in{opacity:1;transform:none;transition:none}
}

::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-track{background:#101624}
::-webkit-scrollbar-thumb{background:#2a3250;border-radius:3px}
::-webkit-scrollbar-thumb:hover{background:#3a4470}

.vh-skip{position:absolute;left:-999px;width:1px;height:1px;overflow:hidden}
.vh-skip:focus{left:12px;top:12px;width:auto;height:auto;background:#6bdb5b;color:#000;padding:8px 16px;z-index:9999;border-radius:6px}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
