/* ==========================================================================
   Vave Casino Nederland — vave-netherlands.nl
   Dark slate + mint theme, 1:1 met de Vave interface
   ========================================================================== */

:root{
  --bg:          #26333c;
  --bg-deep:     #1d282f;
  --bg-soft:     #2a3841;
  --head-a:      #2f3d47;
  --head-b:      #202d36;
  --card:        #202d34;
  --card-2:      #24333c;
  --card-3:      #1a252c;
  --line:        rgba(255,255,255,.08);
  --line-2:      rgba(255,255,255,.14);
  --mint:        #2bc69d;
  --mint-hi:     #3ad9ae;
  --mint-dim:    rgba(43,198,157,.14);
  --purple-a:    #3b1d63;
  --purple-b:    #1d1140;
  --text:        #ffffff;
  --muted:       #9db0bb;
  --muted-2:     #7d919d;
  --radius:      14px;
  --radius-sm:   10px;
  --shadow:      0 18px 40px rgba(0,0,0,.32);
  --head-h:      68px;
  --pill-h:      52px;
  --maxw:        1320px;
  --font:        "Segoe UI", "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }

html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }

/* anchor targets must clear the fixed header */
[id]{ scroll-margin-top:calc(var(--head-h) + 18px); }

body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:var(--font);
  font-size:16px;
  line-height:1.65;
  overflow-x:hidden;
  /* long Dutch compounds (sportweddenschappen, gebruiksvriendelijkheid) must not
     widen the page on a 320px screen */
  overflow-wrap:break-word;
}
h1,h2,h3,h4,.vv-hero__title{ hyphens:auto; }

img,video{ max-width:100%; display:block; }
a{ color:var(--mint); text-decoration:none; }
a:hover{ color:var(--mint-hi); }
button{ font-family:inherit; }

::selection{ background:var(--mint); color:#04231c; }

/* --------------------------------------------------------------------------
   1. Header
   -------------------------------------------------------------------------- */

.vv-header{
  position:fixed; inset:0 0 auto 0; z-index:90;
  height:var(--head-h);
  background:linear-gradient(180deg,var(--head-a) 0%,var(--head-b) 100%);
  border-bottom:1px solid rgba(0,0,0,.35);
  transition:height .28s ease, box-shadow .28s ease, background .28s ease;
}
.vv-header.is-stuck{
  height:58px;
  background:linear-gradient(180deg,rgba(38,50,58,.94),rgba(26,36,43,.94));
  backdrop-filter:blur(10px);
  box-shadow:0 10px 30px rgba(0,0,0,.42);
}

/* scroll progress */
.vv-progress{
  position:fixed; left:0; top:0; z-index:99;
  height:3px; width:100%; transform-origin:0 50%; transform:scaleX(0);
  background:linear-gradient(90deg,var(--mint),#7be3c4,#8f7bf0);
  box-shadow:0 0 12px rgba(43,198,157,.6);
  pointer-events:none;
}

.vv-header__in{
  max-width:1720px; height:100%; margin:0 auto;
  padding:0 18px;
  display:flex; align-items:center; gap:26px;
}

.vv-brand{ display:flex; align-items:center; gap:9px; flex:none; }
.vv-brand img{ height:28px; width:auto; }
.vv-brand span{
  font-size:23px; font-weight:700; color:#fff; letter-spacing:.02em;
}

.vv-nav{ display:flex; align-items:center; gap:4px; flex:1 1 auto; }
.vv-nav a{
  position:relative;
  color:#e7eef2; font-size:15px; font-weight:600; letter-spacing:.01em;
  padding:9px 15px; border-radius:9px; white-space:nowrap;
  transition:background .18s, color .18s;
}
.vv-nav a::after{
  content:""; position:absolute; left:15px; right:15px; bottom:2px; height:2px;
  border-radius:2px; background:var(--mint);
  transform:scaleX(0); transform-origin:0 50%; transition:transform .26s cubic-bezier(.2,.7,.3,1);
}
.vv-nav a:hover{ background:rgba(255,255,255,.06); color:#fff; }
.vv-nav a:hover::after,
.vv-nav a.is-active::after{ transform:scaleX(1); }
.vv-nav a.is-active{ color:var(--mint); }

.vv-head__right{ display:flex; align-items:center; gap:12px; flex:none; margin-left:auto; }

.vv-lang{
  display:flex; align-items:center; gap:7px;
  color:#cfdae1; font-size:14px; font-weight:600;
}
.vv-lang svg{ width:19px; height:19px; stroke:var(--mint); fill:none; stroke-width:1.7; }

.vv-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  height:40px; padding:0 22px; border-radius:9px;
  font-size:15px; font-weight:700; white-space:nowrap; border:0; cursor:pointer;
  transition:transform .16s, background .18s, box-shadow .18s;
}
.vv-btn:active{ transform:translateY(1px); }
.vv-btn--ghost{
  background:transparent; color:var(--mint);
  border:1.5px solid var(--mint);
}
.vv-btn--ghost:hover{ background:var(--mint-dim); color:var(--mint-hi); }
.vv-btn--mint{
  background:var(--mint); color:#06251d;
  box-shadow:0 6px 18px rgba(43,198,157,.28);
}
.vv-btn--mint:hover{ background:var(--mint-hi); color:#06251d; }
.vv-btn--lg{ height:52px; padding:0 34px; font-size:17px; border-radius:11px; }
.vv-btn--block{ width:100%; }

/* bonuses pill + burger (compact header) */
.vv-bonuspill{
  display:none; align-items:center; gap:8px;
  height:38px; padding:0 16px 0 10px; border-radius:9px;
  background:var(--mint); color:#06251d; font-weight:700; font-size:15px;
}
.vv-bonuspill em{ font-style:normal; font-size:19px; line-height:1; }

.vv-burger{
  display:none; width:40px; height:40px; flex:none;
  background:transparent; border:0; cursor:pointer; padding:0;
  flex-direction:column; justify-content:center; align-items:center; gap:5px;
}
.vv-burger i{ display:block; width:26px; height:2.5px; background:#fff; border-radius:2px; transition:transform .22s, opacity .22s; }
.vv-burger.is-open i:nth-child(1){ transform:translateY(7.5px) rotate(45deg); }
.vv-burger.is-open i:nth-child(2){ opacity:0; }
.vv-burger.is-open i:nth-child(3){ transform:translateY(-7.5px) rotate(-45deg); }

/* --------------------------------------------------------------------------
   2. Drawer (compact navigation)
   -------------------------------------------------------------------------- */

.vv-scrim{
  position:fixed; inset:0; z-index:95;
  background:rgba(4,10,14,.66); backdrop-filter:blur(2px);
  opacity:0; visibility:hidden; transition:opacity .24s, visibility .24s;
}
.vv-scrim.is-open{ opacity:1; visibility:visible; }

.vv-drawer{
  position:fixed; top:0; right:0; z-index:96;
  width:min(340px,86vw); height:100%;
  background:var(--bg-deep);
  border-left:1px solid var(--line);
  transform:translateX(102%); transition:transform .28s cubic-bezier(.4,0,.2,1);
  display:flex; flex-direction:column;
  overflow-y:auto;
}
.vv-drawer.is-open{ transform:translateX(0); }
.vv-drawer__head{
  display:flex; align-items:center; justify-content:space-between;
  padding:16px 18px; border-bottom:1px solid var(--line);
}
.vv-drawer__close{
  width:38px; height:38px; border-radius:9px; border:1px solid var(--line-2);
  background:transparent; color:#fff; font-size:21px; line-height:1; cursor:pointer;
}
.vv-drawer nav{ padding:12px 12px 4px; display:flex; flex-direction:column; gap:2px; }
.vv-drawer nav a{
  display:flex; align-items:center; gap:12px;
  padding:12px 14px; border-radius:10px;
  color:#e7eef2; font-size:16px; font-weight:600;
}
.vv-drawer nav a:hover,
.vv-drawer nav a.is-active{ background:rgba(255,255,255,.06); color:var(--mint); }
.vv-drawer__cta{ padding:14px 18px 26px; display:grid; gap:10px; }

/* --------------------------------------------------------------------------
   3. Shell: rail + main
   -------------------------------------------------------------------------- */

.vv-shell{
  max-width:1720px; margin:0 auto;
  padding:calc(var(--head-h) + 16px) 18px 0;
  display:grid; grid-template-columns:264px minmax(0,1fr); gap:22px;
  align-items:start;
}

.vv-rail{
  position:sticky; top:calc(var(--head-h) + 16px);
  max-height:calc(100vh - var(--head-h) - 30px);
  overflow-y:auto; padding-right:4px;
  display:flex; flex-direction:column; gap:12px;
  scrollbar-width:thin; scrollbar-color:var(--mint) rgba(255,255,255,.06);
}
.vv-rail::-webkit-scrollbar{ width:5px; }
.vv-rail::-webkit-scrollbar-thumb{ background:var(--mint); border-radius:4px; }
.vv-rail::-webkit-scrollbar-track{ background:rgba(255,255,255,.05); }

.vv-railcard{
  display:flex; align-items:center; gap:12px;
  padding:12px 14px; border-radius:12px;
  background:var(--card); border:1px solid var(--line);
  color:#e7eef2; font-size:14px; font-weight:600; line-height:1.35;
}
.vv-railcard:hover{ border-color:rgba(43,198,157,.45); color:#fff; }
.vv-railcard i{
  width:38px; height:38px; flex:none; border-radius:10px;
  display:grid; place-items:center; font-size:19px; font-style:normal;
  background:linear-gradient(135deg,rgba(43,198,157,.22),rgba(59,29,99,.4));
}
.vv-railcard--wheel i{ background:linear-gradient(135deg,#f7b733,#fc4a1a); }
.vv-railcard--refer i{ background:linear-gradient(135deg,#7b5cf0,#3ad9ae); }

.vv-railgroup{ margin-top:6px; }
.vv-railgroup h4{
  margin:0 0 8px; padding:0 4px;
  font-size:12px; letter-spacing:.14em; text-transform:uppercase;
  color:var(--muted-2); font-weight:700;
}
.vv-railnav{ display:flex; flex-direction:column; gap:2px; }
.vv-railnav a{
  display:flex; align-items:center; gap:12px;
  padding:10px 12px; border-radius:10px;
  color:#dce6ec; font-size:15px; font-weight:600;
  transition:background .16s, color .16s;
}
.vv-railnav a svg{ width:20px; height:20px; flex:none; stroke:currentColor; fill:none; stroke-width:1.8; }
.vv-railnav a:hover{ background:rgba(255,255,255,.05); color:#fff; }
.vv-railnav a.is-active{ background:rgba(43,198,157,.12); color:var(--mint); }

.vv-railnote{
  margin-top:4px; padding:12px 14px; border-radius:12px;
  background:var(--card-3); border:1px solid var(--line);
  font-size:12.5px; line-height:1.55; color:var(--muted);
}

.vv-main{ min-width:0; padding-bottom:40px; }

/* pill nav (compact) */
.vv-pills{
  display:none; gap:6px; margin:0 0 14px;
  overflow-x:auto; padding-bottom:6px;
  scrollbar-width:none;
}
.vv-pills::-webkit-scrollbar{ display:none; }
.vv-pills a{
  display:inline-flex; align-items:center; gap:8px; flex:none;
  padding:9px 15px; border-radius:10px;
  color:#dbe5ea; font-size:14.5px; font-weight:600; white-space:nowrap;
}
.vv-pills a.is-active{ background:var(--card-3); color:var(--mint); }

/* --------------------------------------------------------------------------
   4. Hero banner (video)
   -------------------------------------------------------------------------- */

.vv-hero{
  position:relative; overflow:hidden;
  border-radius:var(--radius);
  background:linear-gradient(105deg,#241046 0%,#3b1d63 46%,#25124b 100%);
  min-height:264px;
  display:flex; align-items:center;
  margin-bottom:22px;
}
.vv-hero__media{
  position:absolute; top:0; right:0; bottom:0;
  width:62%; overflow:hidden;
}
.vv-hero__media video,
.vv-hero__media img{
  width:100%; height:100%; object-fit:cover; object-position:center;
}
.vv-hero__media::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg,#2a1250 0%,rgba(42,18,80,.72) 22%,rgba(42,18,80,0) 58%);
}

/* photo hero: full-bleed art, copy sits in the empty right third */
.vv-hero--img{
  min-height:340px; align-items:stretch;
  background:linear-gradient(155deg,#12202a 0%,#0b1418 100%);
}
.vv-hero--img .vv-hero__media{
  position:absolute; inset:0; width:100%;
}
.vv-hero--img .vv-hero__media img{
  animation:vvKenBurns 26s ease-in-out infinite alternate;
}
.vv-hero--img .vv-hero__media::after{
  background:
    linear-gradient(270deg,rgba(9,15,19,.94) 0%,rgba(9,15,19,.78) 26%,rgba(9,15,19,.12) 62%,transparent 100%),
    linear-gradient(0deg,rgba(9,15,19,.55),transparent 55%);
}
.vv-hero--img .vv-hero__body{
  margin-left:auto; text-align:left; padding:44px 44px 44px 30px; max-width:520px;
  display:flex; flex-direction:column; align-items:flex-start; justify-content:center;
}
@keyframes vvKenBurns{
  from{ transform:scale(1) translate3d(0,0,0); }
  to{   transform:scale(1.09) translate3d(-1.5%,-1%,0); }
}

/* image-free hero art: Vave dotted teal field */
.vv-hero--art{ background:linear-gradient(105deg,#0c2a26 0%,#12433a 48%,#0d2b31 100%); }
.vv-hero--art .vv-hero__media{
  background:
    radial-gradient(circle at 24% 32%, rgba(43,198,157,.30), transparent 46%),
    radial-gradient(circle at 78% 74%, rgba(59,29,99,.42), transparent 52%),
    repeating-linear-gradient(58deg, rgba(43,198,157,.16) 0 3px, transparent 3px 22px);
}
.vv-hero--art .vv-hero__media::after{
  background:linear-gradient(90deg,#0c2a26 0%,rgba(12,42,38,.78) 26%,rgba(12,42,38,0) 62%);
}
.vv-hero--art .vv-hero__kicker{ color:var(--mint); }
.vv-hero__body{
  position:relative; z-index:2;
  padding:38px 30px 38px 38px; max-width:560px;
}
.vv-hero__kicker{
  margin:0 0 10px; font-size:13px; font-weight:700;
  letter-spacing:.16em; text-transform:uppercase; color:#c7a6ff;
}
.vv-hero__title{
  margin:0 0 22px; font-size:34px; line-height:1.18; font-weight:800; color:#fff;
}
.vv-hero__title b{ color:var(--mint); font-weight:800; }
.vv-hero__note{ margin:14px 0 0; font-size:13px; color:rgba(255,255,255,.62); }

/* --------------------------------------------------------------------------
   5. Breadcrumb + page head
   -------------------------------------------------------------------------- */

.vv-crumb{
  display:flex; align-items:center; gap:10px;
  margin:0 0 14px; font-size:14px; color:var(--muted);
}
.vv-crumb a{ color:var(--muted); font-weight:600; }
.vv-crumb a:hover{ color:var(--mint); }
.vv-crumb span{ color:#fff; font-weight:700; }
.vv-crumb i{ font-style:normal; color:var(--muted-2); }

/* --------------------------------------------------------------------------
   6. Content blocks
   -------------------------------------------------------------------------- */

.vv-sec{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:26px 28px;
  margin:0 0 18px;
}
.vv-sec--flat{ background:transparent; border:0; padding:0; }

h1.vv-h1{
  margin:0 0 16px;
  font-size:36px; line-height:1.2; font-weight:800; letter-spacing:-.01em;
}
.vv-h2{
  position:relative; margin:34px 0 14px; padding-left:16px;
  font-size:26px; line-height:1.28; font-weight:800; color:#fff;
}
.vv-h2::before{
  content:""; position:absolute; left:0; top:.2em; bottom:.2em; width:4px;
  border-radius:3px;
  background:linear-gradient(180deg,var(--mint),rgba(43,198,157,.12));
}
.vv-sec > .vv-h2:first-child,
.vv-sec > .vv-h3:first-child{ margin-top:0; }
.vv-h3{
  margin:26px 0 12px;
  font-size:20px; line-height:1.35; font-weight:700; color:#fff;
}
.vv-h4{
  margin:22px 0 10px;
  font-size:17px; font-weight:700; color:var(--mint);
}
.vv-p{ margin:0 0 14px; color:#d6e0e6; }
.vv-p:last-child{ margin-bottom:0; }
.vv-p strong{ color:#fff; }
.vv-lead{
  margin:0 0 18px; font-size:18px; line-height:1.6; color:#e3ecf1;
}

/* chevron bullet lists */
.vv-list{ list-style:none; margin:0 0 16px; padding:0; display:grid; gap:9px; }
.vv-list li{
  position:relative; padding-left:28px; color:#d6e0e6;
}
.vv-list li::before{
  content:"»"; position:absolute; left:6px; top:-1px;
  color:var(--mint); font-weight:800; font-size:17px;
}
.vv-list li strong{ color:#fff; }
.vv-list ul{ list-style:none; margin:9px 0 0; padding:0; display:grid; gap:7px; }
.vv-list ul li::before{ content:"›"; color:var(--muted); }

/* numbered lists — number on the same line as the text */
.vv-olist{ list-style:none; counter-reset:vv; margin:0 0 16px; padding:0; display:grid; gap:10px; }
.vv-olist li{
  counter-increment:vv; position:relative; padding-left:38px; color:#d6e0e6;
}
.vv-olist li::before{
  content:counter(vv); position:absolute; left:0; top:2px;
  width:26px; height:26px; border-radius:8px;
  background:var(--mint-dim); color:var(--mint);
  font-size:13px; font-weight:800; display:grid; place-items:center;
}
.vv-olist li strong{ color:#fff; }

/* section artwork — cropped to a banner strip in the flow,
   the full frame stays available in the lightbox */
.vv-media{
  position:relative; margin:22px 0; border-radius:14px; overflow:hidden;
  border:1px solid var(--line);
  background:var(--card-3);
  box-shadow:0 14px 32px rgba(0,0,0,.3);
  aspect-ratio:1400 / 340;
}
.vv-media img{
  width:100%; height:100%; display:block;
  object-fit:cover; object-position:center center;
  transition:transform .9s cubic-bezier(.2,.7,.3,1), filter .5s;
}
.vv-media:hover img{ transform:scale(1.05); filter:saturate(1.08); }
.vv-media::after{
  content:""; position:absolute; inset:0; z-index:2; border-radius:16px;
  box-shadow:inset 0 0 0 1px rgba(43,198,157,0);
  transition:box-shadow .35s; pointer-events:none;
}
.vv-media:hover::after{ box-shadow:inset 0 0 0 1px rgba(43,198,157,.42); }

/* sources that are already banner-shaped keep their own proportions */
.vv-media--strip{ aspect-ratio:auto; }
.vv-media--strip img{ height:auto; }

/* click to enlarge */
.js .vv-media img{ cursor:zoom-in; }
.vv-lightbox{
  position:fixed; inset:0; z-index:120;
  display:flex; align-items:center; justify-content:center;
  padding:28px;
  background:rgba(4,9,12,.9); backdrop-filter:blur(6px);
  opacity:0; visibility:hidden; transition:opacity .25s, visibility .25s;
}
.vv-lightbox.is-open{ opacity:1; visibility:visible; }
.vv-lightbox figure{ margin:0; max-width:1280px; width:100%; }
.vv-lightbox img{
  width:100%; height:auto; max-height:78vh; object-fit:contain;
  border-radius:16px; border:1px solid rgba(43,198,157,.3);
  box-shadow:0 30px 70px rgba(0,0,0,.6);
  transform:scale(.97); transition:transform .3s cubic-bezier(.2,.7,.3,1);
}
.vv-lightbox.is-open img{ transform:scale(1); }
.vv-lightbox__close{
  position:absolute; top:18px; right:22px;
  width:44px; height:44px; border-radius:12px; cursor:pointer;
  background:rgba(255,255,255,.08); border:1px solid var(--line-2);
  color:#fff; font-size:22px; line-height:1;
}
.vv-lightbox__close:hover{ background:rgba(43,198,157,.2); border-color:var(--mint); }

/* highlight band */
.vv-band{
  position:relative; overflow:hidden;
  margin:22px 0; padding:22px 26px; border-radius:var(--radius);
  background:linear-gradient(120deg,rgba(59,29,99,.5) 0%,rgba(32,45,52,.9) 55%,rgba(43,198,157,.12) 100%);
  border:1px solid var(--line-2);
}
.vv-band::after{
  content:""; position:absolute; right:-70px; top:-80px;
  width:230px; height:230px; border-radius:50%;
  background:radial-gradient(circle,rgba(43,198,157,.22),transparent 68%);
}
.vv-band > *{ position:relative; z-index:2; }
.vv-band h3{ margin:0 0 10px; font-size:19px; font-weight:800; color:#fff; }
.vv-band p{ margin:0; color:#d6e0e6; }
.vv-band p + p{ margin-top:10px; }


/* tables */
.vv-scroll{
  overflow-x:auto; margin:18px 0; border-radius:var(--radius);
  border:1px solid var(--line);
  scrollbar-width:thin; scrollbar-color:var(--mint) rgba(255,255,255,.07);
}
.vv-scroll::-webkit-scrollbar{ height:6px; }
.vv-scroll::-webkit-scrollbar-track{ background:rgba(255,255,255,.06); }
.vv-scroll::-webkit-scrollbar-thumb{ background:var(--mint); border-radius:4px; }

.vv-table{
  width:100%; min-width:520px; border-collapse:collapse;
  font-size:15px; background:var(--card-3);
}
.vv-table thead th{
  background:linear-gradient(180deg,#2c3c46,#233039);
  color:#fff; font-weight:700; font-size:14px;
  text-align:left; padding:13px 16px; white-space:nowrap;
  border-bottom:1px solid var(--line-2);
}
.vv-table td,.vv-table th{ vertical-align:top; }
.vv-table tbody th{
  text-align:left; font-weight:700; color:#fff;
  padding:12px 16px; border-bottom:1px solid var(--line);
  white-space:normal;
}
.vv-table tbody td{
  padding:12px 16px; color:#d0dbe2;
  border-bottom:1px solid var(--line);
}
.vv-table tbody tr:last-child th,
.vv-table tbody tr:last-child td{ border-bottom:0; }
.vv-table tbody tr:nth-child(even){ background:rgba(255,255,255,.022); }
.vv-table tbody tr:hover{ background:rgba(43,198,157,.05); }

/* pros / cons */
.vv-pc{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:18px 0; }
.vv-pc__box{
  border-radius:var(--radius); padding:20px 22px;
  border:1px solid var(--line); background:var(--card-3);
}
.vv-pc__box h3{
  margin:0 0 14px; font-size:18px; font-weight:800;
  display:flex; align-items:center; gap:9px;
}
.vv-pc__box--pro{ border-color:rgba(43,198,157,.34); }
.vv-pc__box--pro h3{ color:var(--mint); }
.vv-pc__box--con{ border-color:rgba(255,116,116,.3); }
.vv-pc__box--con h3{ color:#ff8b8b; }
.vv-pc ul{ list-style:none; margin:0; padding:0; display:grid; gap:10px; }
.vv-pc li{ position:relative; padding-left:26px; color:#d6e0e6; font-size:15px; }
.vv-pc__box--pro li::before{ content:"+"; position:absolute; left:4px; color:var(--mint); font-weight:800; }
.vv-pc__box--con li::before{ content:"–"; position:absolute; left:4px; color:#ff8b8b; font-weight:800; }
.vv-pc li strong{ color:#fff; }

/* step cards */
.vv-steps{ display:grid; gap:14px; margin:18px 0; }
.vv-step{
  position:relative; border-radius:var(--radius);
  background:var(--card-3); border:1px solid var(--line);
  padding:20px 22px 20px 66px;
}
.vv-step__n{
  position:absolute; left:20px; top:20px;
  width:32px; height:32px; border-radius:50%;
  display:grid; place-items:center;
  background:var(--mint); color:#06251d; font-weight:800; font-size:15px;
}
.vv-step h3{ margin:0 0 8px; font-size:17px; font-weight:700; color:#fff; }
.vv-step p{ margin:0; color:#d0dbe2; font-size:15px; }

/* promo banner — big, image-backed, mint CTA */
.vv-promo{
  position:relative; isolation:isolate; overflow:hidden;
  margin:30px 0; border-radius:18px;
  min-height:260px; display:flex; align-items:center;
  border:1px solid rgba(43,198,157,.3);
  background:linear-gradient(115deg,#0e2a25,#101f28);
  box-shadow:0 22px 50px rgba(0,0,0,.42);
}
.vv-promo__bg{
  position:absolute; inset:0; z-index:-2;
  width:100%; height:100%; object-fit:cover; object-position:center center;
  /* the artwork is composed with its subject on the left and open space on the
     right; the promo copy sits on the left, so the art is mirrored to swap them */
  transform:scaleX(-1) scale(1.03);
  transition:transform 1.2s cubic-bezier(.2,.7,.3,1);
}
.vv-promo:hover .vv-promo__bg{ transform:scaleX(-1) scale(1.09); }
.vv-promo::before{
  content:""; position:absolute; inset:0; z-index:-1;
  background:
    linear-gradient(90deg,rgba(5,18,18,.96) 0%,rgba(5,18,18,.86) 34%,rgba(5,18,18,.26) 68%,rgba(5,18,18,0) 100%),
    linear-gradient(180deg,rgba(43,198,157,.1),transparent 62%);
}
.vv-promo::after{
  content:""; position:absolute; top:0; bottom:0; left:-40%; width:34%; z-index:0;
  background:linear-gradient(100deg,transparent,rgba(43,198,157,.16),transparent);
  transform:skewX(-18deg); pointer-events:none;
  animation:vvSweep 7s ease-in-out infinite;
}
.vv-promo__body{ position:relative; z-index:1; padding:36px 40px; max-width:660px; }
.vv-promo__eyebrow{
  margin:0 0 11px; font-size:12.5px; font-weight:800;
  letter-spacing:.17em; text-transform:uppercase; color:var(--mint);
}
.vv-promo__title{
  margin:0 0 12px; font-size:31px; line-height:1.18; font-weight:800; color:#fff;
}
.vv-promo__title b{ color:var(--mint); font-weight:800; }
.vv-promo__sub{ margin:0 0 22px; font-size:15px; line-height:1.6; color:#cfe1db; max-width:520px; }
.vv-promo .vv-btn{ animation:vvGlow 3.4s ease-in-out infinite; }

/* offer strip inside a promo */
.vv-promo__list{
  list-style:none; margin:0 0 22px; padding:0;
  display:flex; flex-wrap:wrap; gap:8px;
}
.vv-promo__list li{
  padding:7px 14px; border-radius:999px;
  background:rgba(8,20,20,.6); border:1px solid rgba(43,198,157,.32);
  font-size:13px; font-weight:700; color:#dff3ec;
}

/* CTA banner */
.vv-cta{
  position:relative; overflow:hidden;
  border-radius:var(--radius); margin:26px 0;
  background:linear-gradient(105deg,#12312a 0%,#17453a 45%,#0f2a35 100%);
  border:1px solid rgba(43,198,157,.28);
  padding:26px 30px;
  display:flex; align-items:center; justify-content:space-between; gap:22px; flex-wrap:wrap;
}
.vv-cta::before{
  content:""; position:absolute; right:-60px; top:-70px;
  width:260px; height:260px; border-radius:50%;
  background:radial-gradient(circle,rgba(43,198,157,.28),transparent 68%);
}
.vv-cta__txt{ position:relative; z-index:2; max-width:640px; }
.vv-cta__txt h3{ margin:0 0 6px; font-size:22px; font-weight:800; color:#fff; }
.vv-cta__txt p{ margin:0; color:#cfe3db; font-size:15px; }
.vv-cta .vv-btn{ position:relative; z-index:2; }

/* FAQ accordion */
.vv-faq{ display:grid; gap:10px; margin:18px 0; }
.vv-faq__item{
  border-radius:12px; background:var(--card-3);
  border:1px solid var(--line); overflow:hidden;
}
.vv-faq__q{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:17px 20px; background:transparent; border:0; cursor:pointer;
  color:#fff; font-size:16px; font-weight:700; text-align:left; line-height:1.45;
}
.vv-faq__q::after{
  content:"+"; flex:none; width:26px; height:26px; border-radius:7px;
  background:var(--mint-dim); color:var(--mint);
  display:grid; place-items:center; font-size:17px; font-weight:800;
  transition:transform .22s;
}
.vv-faq__item.is-open .vv-faq__q::after{ content:"–"; transform:rotate(180deg); }
.vv-faq__a{ display:none; padding:0 20px 18px; color:#d0dbe2; }
.vv-faq__item.is-open .vv-faq__a{ display:block; }
.vv-faq__a p{ margin:0; }

/* reviews */
.vv-reviews{
  display:grid; gap:14px; margin:18px 0;
  /* min() keeps the track from forcing 300px on a narrower screen */
  grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));
}
.vv-review{
  border-radius:var(--radius); padding:22px 24px;
  background:var(--card-3); border:1px solid var(--line);
  display:flex; flex-direction:column;
}
.vv-review h3{ margin:0 0 10px; font-size:16.5px; font-weight:700; color:#fff; line-height:1.4; }

/* star rating on a review card */
.vv-review__rate{
  display:flex; align-items:center; gap:9px;
  margin:0 0 12px; font-size:15px; font-weight:800; color:var(--mint);
}
.vv-review__rate small{ font-size:12.5px; font-weight:600; color:var(--muted); }
.vv-stars{
  position:relative; display:inline-block; flex:none;
  font-size:14px; line-height:1; letter-spacing:2.5px;
  color:rgba(255,255,255,.16);
}
.vv-stars::before{ content:"\2605\2605\2605\2605\2605"; }
.vv-stars::after{
  content:"\2605\2605\2605\2605\2605";
  position:absolute; left:0; top:0; width:var(--pct,0%);
  overflow:hidden; white-space:nowrap; color:#ffc531;
}
.vv-review blockquote{ margin:0 0 14px; padding:0; color:#d0dbe2; font-size:15px; }
.vv-review blockquote p{ margin:0 0 10px; }
.vv-review blockquote p:last-child{ margin-bottom:0; }
.vv-review__by{ margin-top:auto; font-size:14px; font-weight:700; color:var(--mint); }

/* score rows */
.vv-scores{ display:grid; gap:12px; margin:18px 0; }
.vv-score{ display:grid; grid-template-columns:minmax(150px,1fr) 1fr auto; gap:14px; align-items:center; }
.vv-score__l{ font-size:15px; color:#d6e0e6; font-weight:600; }
.vv-score__bar{ height:8px; border-radius:6px; background:rgba(255,255,255,.09); overflow:hidden; }
.vv-score__bar i{ display:block; height:100%; width:0; border-radius:6px;
  background:linear-gradient(90deg,var(--mint),var(--mint-hi));
  transition:width .9s cubic-bezier(.2,.7,.3,1); }
.vv-score__v{ font-size:15px; font-weight:800; color:var(--mint); min-width:52px; text-align:right; }

.vv-verdict{
  margin:18px 0; padding:22px 24px; border-radius:var(--radius);
  background:linear-gradient(135deg,rgba(43,198,157,.1),rgba(43,198,157,.02));
  border:1px solid rgba(43,198,157,.28);
  display:flex; align-items:center; gap:22px; flex-wrap:wrap;
}
.vv-verdict b{ font-size:42px; font-weight:800; color:var(--mint); line-height:1; }
.vv-verdict span{ color:#cfe3db; font-size:15px; }

/* author byline */
.vv-author{
  display:flex; align-items:center; gap:14px;
  margin:22px 0 0; padding:16px 20px; border-radius:12px;
  background:rgba(43,198,157,.09); border:1px solid rgba(43,198,157,.26);
}
.vv-author i{
  width:44px; height:44px; flex:none; border-radius:50%;
  display:grid; place-items:center; font-style:normal; font-weight:800; font-size:17px;
  background:var(--mint); color:#06251d;
}
.vv-author b{ display:block; color:#fff; font-size:16px; }
.vv-author span{ display:block; color:var(--mint); font-size:14px; font-weight:600; }

/* references */
.vv-refs{ list-style:none; margin:0; padding:0; display:grid; gap:8px; }
.vv-refs li{ position:relative; padding-left:26px; color:#d6e0e6; }
.vv-refs li::before{ content:"↗"; position:absolute; left:4px; color:var(--mint); }

.vv-note{
  margin:18px 0 0; padding:14px 18px; border-radius:12px;
  background:var(--card-3); border:1px dashed var(--line-2);
  font-size:13.5px; color:var(--muted);
}

/* checklist */
.vv-check{ list-style:none; margin:0 0 16px; padding:0; display:grid; gap:9px; }
.vv-check li{ position:relative; padding-left:30px; color:#d6e0e6; }
.vv-check li::before{
  content:"✓"; position:absolute; left:2px; top:0;
  width:20px; height:20px; border-radius:6px;
  background:var(--mint-dim); color:var(--mint);
  font-size:12px; font-weight:800; display:grid; place-items:center;
}

/* store buttons */
.vv-stores{ display:flex; gap:14px; flex-wrap:wrap; margin:18px 0; }
.vv-store{
  display:flex; align-items:center; gap:14px; flex:1 1 min(260px,100%); min-width:0;
  padding:15px 22px; border-radius:12px;
  background:var(--card-3); border:1px solid rgba(43,198,157,.4);
  color:var(--mint); font-weight:800; font-size:15px; letter-spacing:.03em; text-transform:uppercase;
  line-height:1.25;
}
.vv-store:hover{ background:rgba(43,198,157,.1); }
.vv-store svg{ width:32px; height:32px; fill:currentColor; flex:none; }
.vv-store b{ display:block; font-weight:800; }
.vv-store small{ display:block; font-size:inherit; font-weight:800; }

/* rules page: jump links */
.vv-tabs{ display:flex; gap:10px; flex-wrap:wrap; margin:22px 0 0; }

/* --------------------------------------------------------------------------
   6b. Motion & polish
   -------------------------------------------------------------------------- */

.vv-sec{ transition:border-color .35s, box-shadow .35s; }
.vv-sec:hover{
  border-color:rgba(43,198,157,.22);
  box-shadow:0 16px 40px rgba(0,0,0,.26);
}

.vv-review,
.vv-step,
.vv-pc__box,
.vv-store{ transition:transform .3s cubic-bezier(.2,.7,.3,1), border-color .3s, box-shadow .3s; }
.vv-review:hover,
.vv-step:hover,
.vv-pc__box:hover,
.vv-store:hover{
  transform:translateY(-4px);
  border-color:rgba(43,198,157,.4);
  box-shadow:0 18px 34px rgba(0,0,0,.32);
}

.vv-railcard{ transition:transform .25s, border-color .25s, background .25s; }
.vv-railcard:hover{ transform:translateX(3px); }

/* staggered entrance inside grids */
.js .vv-reviews > *{ animation:vvIn .6s cubic-bezier(.2,.7,.3,1) both; }
.js .vv-reviews > *:nth-child(2){ animation-delay:.07s; }
.js .vv-reviews > *:nth-child(3){ animation-delay:.14s; }
.js .vv-reviews > *:nth-child(4){ animation-delay:.21s; }
.js .vv-reviews > *:nth-child(5){ animation-delay:.28s; }
.js .vv-reviews > *:nth-child(6){ animation-delay:.35s; }

/* headline CTAs breathe */
.vv-hero .vv-btn--mint,
.vv-cta .vv-btn--mint{ animation:vvGlow 3.4s ease-in-out infinite; }
@keyframes vvGlow{
  0%,100%{ box-shadow:0 6px 18px rgba(43,198,157,.26); }
  50%    { box-shadow:0 8px 30px rgba(43,198,157,.55); }
}

/* mint sweep across the CTA banner */
.vv-cta::after{
  content:""; position:absolute; top:0; bottom:0; left:-40%; width:36%;
  background:linear-gradient(100deg,transparent,rgba(43,198,157,.13),transparent);
  transform:skewX(-18deg);
  animation:vvSweep 6.5s ease-in-out infinite;
  pointer-events:none;
}
@keyframes vvSweep{
  0%,72%{ left:-40%; }
  100%  { left:120%; }
}

/* keyboard focus */
a:focus-visible,
button:focus-visible{
  outline:2px solid var(--mint);
  outline-offset:3px;
  border-radius:8px;
}

/* --------------------------------------------------------------------------
   7. Footer
   -------------------------------------------------------------------------- */

.vv-footer{
  margin-top:34px;
  background:var(--bg-deep);
  border-top:1px solid var(--line);
}
.vv-footer__in{
  max-width:1720px; margin:0 auto; padding:34px 18px 26px;
}
.vv-footer__top{
  display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:28px;
  padding-bottom:24px; border-bottom:1px solid var(--line);
}
.vv-footer__brand{ display:flex; align-items:center; gap:9px; margin-bottom:12px; }
.vv-footer__brand img{ height:24px; width:auto; }
.vv-footer__brand span{ font-size:21px; font-weight:700; color:#fff; }
.vv-footer p{ margin:0 0 10px; font-size:13.5px; color:var(--muted); line-height:1.6; }
.vv-footer .vv-foothead{
  margin:0 0 12px; font-size:12px; font-weight:700;
  letter-spacing:.14em; text-transform:uppercase; color:var(--muted-2);
}
.vv-footer ul{ list-style:none; margin:0; padding:0; display:grid; gap:8px; }
.vv-footer ul a{ color:#c9d6dd; font-size:14px; }
.vv-footer ul a:hover{ color:var(--mint); }
.vv-footer__bottom{
  display:flex; align-items:center; justify-content:space-between;
  gap:18px; flex-wrap:wrap; padding-top:20px;
}
.vv-footer__badges{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.vv-badge{
  display:inline-flex; align-items:center; gap:7px;
  padding:7px 13px; border-radius:9px;
  background:var(--card); border:1px solid var(--line);
  font-size:12.5px; font-weight:700; color:#cfdae1;
}
.vv-badge--age{ color:#ff8b8b; border-color:rgba(255,116,116,.35); }
.vv-copy{ font-size:13px; color:var(--muted-2); }

/* back to top */
.vv-top{
  position:fixed; right:18px; bottom:18px; z-index:80;
  width:44px; height:44px; border-radius:12px; border:0; cursor:pointer;
  background:var(--mint); color:#06251d; font-size:19px; font-weight:800;
  box-shadow:0 10px 26px rgba(0,0,0,.4);
  opacity:0; visibility:hidden; transform:translateY(10px);
  transition:opacity .22s, visibility .22s, transform .22s;
}
.vv-top.is-on{ opacity:1; visibility:visible; transform:translateY(0); }

/* entrance animation — time-based, so content can never stay invisible */
@keyframes vvIn{ from{ opacity:0; transform:translateY(14px); } to{ opacity:1; transform:none; } }
.js [data-reveal]{ animation:vvIn .55s cubic-bezier(.2,.7,.3,1) both; }

/* --------------------------------------------------------------------------
   8. Responsive
   -------------------------------------------------------------------------- */

@media (max-width:1180px){
  .vv-shell{ grid-template-columns:minmax(0,1fr); }
  .vv-rail{ display:none; }
  .vv-nav{ display:none; }
  .vv-head__right .vv-btn,
  .vv-head__right .vv-lang{ display:none; }
  .vv-bonuspill{ display:inline-flex; }
  .vv-burger{ display:flex; }
  .vv-pills{ display:flex; }
}

@media (max-width:900px){
  .vv-hero{ min-height:0; display:block; }
  .vv-hero__media{ position:relative; width:100%; height:190px; }
  .vv-hero--img{ min-height:0; }
  .vv-hero--img .vv-hero__media{ position:relative; inset:auto; height:210px; }
  .vv-hero--img .vv-hero__media img{ height:100%; object-fit:cover; }
  .vv-hero--img .vv-hero__media::after{
    background:linear-gradient(180deg,rgba(9,15,19,.1),rgba(9,15,19,.92));
  }
  .vv-hero--img .vv-hero__body{ margin-left:0; max-width:none; padding:22px 22px 26px; }
  .vv-media{ margin:18px 0; border-radius:12px; aspect-ratio:1400 / 500; }
  .vv-promo{ min-height:0; border-radius:14px; }
  .vv-promo::before{
    background:
      linear-gradient(180deg,rgba(5,18,18,.6) 0%,rgba(5,18,18,.93) 46%,rgba(5,18,18,.97) 100%),
      linear-gradient(90deg,rgba(43,198,157,.12),transparent 70%);
  }
  .vv-promo__bg{ object-position:center 28%; }
  .vv-promo__body{ padding:150px 22px 26px; max-width:none; }
  .vv-promo__title{ font-size:24px; }
  .vv-hero__media::after{
    background:linear-gradient(180deg,rgba(42,18,80,.15),rgba(42,18,80,.9));
  }
  .vv-hero__body{ padding:22px 22px 26px; max-width:none; }
  .vv-hero__title{ font-size:26px; }
  .vv-pc{ grid-template-columns:1fr; }
  .vv-footer__top{ grid-template-columns:1fr 1fr; }
}

@media (max-width:720px){
  :root{ --head-h:60px; }
  body{ font-size:15.5px; }
  .vv-header__in{ padding:0 12px; gap:12px; }
  .vv-brand img{ height:24px; }
  .vv-brand span{ font-size:20px; }
  .vv-shell{ padding-left:12px; padding-right:12px; }
  .vv-sec{ padding:20px 16px; border-radius:12px; }
  h1.vv-h1{ font-size:27px; }
  .vv-h2{ font-size:21px; margin-top:26px; }
  .vv-h3{ font-size:18px; }
  .vv-lead{ font-size:16.5px; }
  .vv-hero__title{ font-size:23px; }
  .vv-hero__media{ height:158px; }
  .vv-media{ aspect-ratio:16 / 9; }
  .vv-cta{ padding:20px 18px; }
  .vv-cta__txt h3{ font-size:19px; }
  .vv-step{ padding:18px 16px 18px 58px; }
  .vv-step__n{ left:15px; top:18px; }
  .vv-score{ grid-template-columns:1fr auto; }
  .vv-score__bar{ grid-column:1 / -1; order:3; }
  .vv-footer__top{ grid-template-columns:1fr; gap:22px; }
  .vv-footer__in{ padding:26px 14px 22px; }
  .vv-verdict b{ font-size:34px; }
}

@media (max-width:400px){
  .vv-bonuspill{ padding:0 11px 0 8px; font-size:14px; }
  .vv-btn--lg{ height:48px; padding:0 22px; font-size:16px; }
}

@media (prefers-reduced-motion:reduce){
  *{ animation:none !important; transition:none !important; }
  [data-reveal]{ opacity:1; transform:none; }
  html{ scroll-behavior:auto; }
}
