/* Videoslots UK recovery layer — 2026-07-23 */
:root {
  --vs-bg: #09070d;
  --vs-panel: #15101d;
  --vs-panel-2: #20162a;
  --vs-gold: #f3c44d;
  --vs-gold-2: #d99518;
  --vs-pink: #d63384;
  --vs-ink: #160d02;
  --vs-text: #fff9eb;
  --vs-muted: #d7cdb9;
  --vs-line: rgba(243, 196, 77, .24);
  --vs-radius: 22px;
  --vs-shell: 1200px;
  --vs-story: 1040px;
}

html { scroll-behavior: smooth; }
body {
  color: var(--vs-text) !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
  background-color: var(--vs-bg) !important;
  background-image:
    radial-gradient(circle at 12% 6%, rgba(214, 51, 132, .18), transparent 27rem),
    radial-gradient(circle at 92% 18%, rgba(243, 196, 77, .16), transparent 30rem),
    radial-gradient(ellipse at 50% 62%, rgba(92, 34, 111, .10), transparent 42rem) !important;
  background-attachment: scroll !important;
}

.container { max-width: var(--vs-shell) !important; }

a, button, [role="button"] { min-height: 44px; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 6px rgba(243, 196, 77, .45) !important;
}

.header {
  background: rgba(10, 7, 14, .94) !important;
  border-bottom: 1px solid var(--vs-line) !important;
  box-shadow: 0 16px 45px rgba(0, 0, 0, .32) !important;
  backdrop-filter: blur(16px);
}
.custom-logo { width: 176px !important; height: auto !important; }
.header .nav { gap: 22px !important; }
.header .nav a { display: inline-flex; align-items: center; min-height: 48px; font-weight: 700; }

.btn, .offer-btn, .header .btn-danger, .header .btn-primary {
  min-height: 48px !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 14px !important;
  color: var(--vs-ink) !important;
  background: linear-gradient(135deg, #ffe597, var(--vs-gold) 55%, var(--vs-gold-2)) !important;
  box-shadow: 0 12px 28px rgba(217, 149, 24, .25) !important;
  font-weight: 900 !important;
  text-shadow: none !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.btn:hover, .offer-btn:hover { color: var(--vs-ink) !important; transform: translateY(-2px); filter: brightness(1.06); }
body.banner-background .screen .offer-btn,
body.banner-background .screen .offer-btn:hover { color: var(--vs-ink) !important; }
.header .btn-primary { background: transparent !important; color: var(--vs-text) !important; border-color: var(--vs-gold) !important; box-shadow: none !important; }

.screen {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--vs-line);
}
.screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(9,7,13,.98) 0%, rgba(9,7,13,.86) 42%, rgba(9,7,13,.18) 75%),
    url('/assets/hero-videoslots-uk.webp') center/cover no-repeat;
}
.screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 72% 48%, transparent 0 18%, rgba(9,7,13,.2) 58%, rgba(9,7,13,.65) 100%);
}
.screen-content { min-height: 560px; }
.screen-image { display: none !important; }
.offer { max-width: 700px !important; }
.offer-title {
  max-width: 15ch;
  font-size: clamp(2.6rem, 5vw, 4.9rem) !important;
  line-height: .98 !important;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.offer-desc { max-width: 58ch; color: var(--vs-muted) !important; font-size: 1.12rem !important; }
.hero-cta-pair,
.seo-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.seo-hero-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  padding: 0 22px !important;
  line-height: 48px !important;
  text-decoration: none !important;
}
.screen .seo-hero-cta--secondary,
.seo-page-hero .seo-hero-cta--secondary {
  color: var(--vs-text) !important;
  background: rgba(9, 7, 13, .54) !important;
  border-color: rgba(243, 196, 77, .72) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.screen .seo-hero-cta--secondary:hover,
.seo-page-hero .seo-hero-cta--secondary:hover { color: #fff !important; background: rgba(243, 196, 77, .12) !important; }

.slot-section__intro {
  max-width: 72ch;
  margin: -10px 0 26px;
  color: var(--vs-muted);
  font-size: 1.05rem;
}
#slots .slots-list,
#games .slots-list { gap: 16px !important; }
#slots .slot-element,
#games .slot-element {
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--vs-line);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(35,25,44,.96), rgba(13,9,18,.98));
  box-shadow: 0 20px 46px rgba(0,0,0,.24);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
#slots .slot-element:hover,
#games .slot-element:hover {
  transform: translateY(-4px);
  border-color: rgba(243,196,77,.62);
  box-shadow: 0 26px 54px rgba(0,0,0,.34);
}
#slots .slot-element .inner,
#games .slot-element .inner { display: flex !important; height: 100%; flex-direction: column; text-decoration: none; }
#slots .item__img,
#games .item__img { overflow: hidden; aspect-ratio: 540 / 330; }
#slots .item__img img,
#games .item__img img { width: 100% !important; height: 100% !important; object-fit: cover; transition: transform .35s ease; }
#slots .slot-element:hover img,
#games .slot-element:hover img { transform: scale(1.04); }
.slot-card__caption { display: grid; gap: 2px; padding: 13px 14px 15px; }
.slot-card__caption strong { color: var(--vs-text); font-size: .98rem; line-height: 1.25; }
.slot-card__caption small { color: var(--vs-muted); font-size: .78rem; line-height: 1.35; }

.page-section {
  margin-bottom: 0 !important;
  padding-block: clamp(42px, 5vw, 72px) !important;
}
.screen.page-section { padding-block: 0 !important; }
#slots, #bonuses, #faq, .seo-expansion {
  border-top: 1px solid rgba(243,196,77,.12);
  background:
    radial-gradient(circle at 12% 12%, rgba(214,51,132,.07), transparent 24rem),
    radial-gradient(circle at 88% 70%, rgba(243,196,77,.055), transparent 28rem);
}
.page-text > .container,
.page-content > .container,
.review-method .container,
.editorial-ownership .container,
#faq .container,
.seo-expansion__inner,
.cashier-page {
  width: min(var(--vs-story), calc(100% - 32px));
  max-width: var(--vs-story) !important;
  margin-inline: auto;
  padding-inline: 0 !important;
}
.page-text-content, .main-text-content, .page-content .container > * { font-size: 17px !important; }
.editorial-gambling-review > p,
.editorial-gambling-review .seo-depth-copy,
.seo-story-chapter__lead,
.seo-story-chapter__body {
  width: 100%;
  max-width: none !important;
  font-size: 1.08rem;
  line-height: 1.76;
  text-wrap: pretty;
}
.section-title, .page-text-content h1, .page-text-content h2, .main-text-content h2,
.seo-expansion h2, .cashier-page h2 {
  color: #fffaf0 !important;
  letter-spacing: -.025em;
  line-height: 1.14 !important;
  text-wrap: balance;
}
.section-title::after {
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, var(--vs-pink), var(--vs-gold), var(--vs-pink));
  box-shadow: 0 0 18px rgba(243,196,77,.28);
}
.page-text-content h1, h1.section-title { font-size: clamp(2.25rem, 5vw, 4.4rem) !important; max-width: 20ch; }
.page-text-content h2, .main-text-content h2, .seo-expansion h2, .cashier-page h2 { font-size: clamp(1.65rem, 3vw, 2.45rem) !important; margin-top: 2.4em !important; }
.page-item, .advant-element, .bonus-item, .reviews-item .inner {
  background: linear-gradient(150deg, rgba(35,25,44,.96), rgba(16,12,22,.96)) !important;
  border: 1px solid var(--vs-line) !important;
  border-radius: var(--vs-radius) !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.22) !important;
}

.seo-disclosure {
  margin: 24px auto 0;
  max-width: var(--vs-shell);
  padding: 14px 18px;
  color: var(--vs-muted);
  background: rgba(243,196,77,.075);
  border: 1px solid var(--vs-line);
  border-radius: 14px;
  font-size: .94rem;
}
.seo-disclosure strong { color: var(--vs-gold); }

.seo-page-hero {
  max-width: var(--vs-shell);
  margin: 26px auto 14px;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--vs-line);
  border-radius: 28px;
  background:
    linear-gradient(105deg, rgba(10,7,14,.97), rgba(17,11,24,.72)),
    url('/assets/hero-videoslots-uk.webp') center/cover no-repeat;
  box-shadow: 0 28px 80px rgba(0,0,0,.38);
  overflow: hidden;
}
.seo-page-hero__eyebrow { color: var(--vs-gold); text-transform: uppercase; letter-spacing: .16em; font-weight: 900; font-size: .78rem; }
.seo-page-hero__title { margin: 12px 0 14px; max-width: 19ch; font-size: clamp(2rem, 4vw, 3.75rem); line-height: 1.04; }
.seo-content-title { font-size: clamp(1.75rem, 3vw, 2.5rem) !important; max-width: 28ch !important; }
.review-method { padding-bottom: 24px !important; }
.editorial-ownership { padding-block: 24px !important; }
.review-method p { max-width: none; color: var(--vs-muted); font-size: 1.08rem; }
.editorial-ownership .page-item {
  padding: clamp(24px, 3vw, 34px) 0;
  border: 0 !important;
  border-top: 1px solid rgba(243,196,77,.26) !important;
  border-bottom: 1px solid rgba(214,51,132,.22) !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, transparent, rgba(243,196,77,.075), rgba(214,51,132,.055), transparent) !important;
  box-shadow: none !important;
}
.editorial-ownership h2 { margin: 0 0 14px !important; font-size: clamp(1.65rem, 3vw, 2.35rem) !important; }
.editorial-ownership p { max-width: none; color: var(--vs-muted); }
.method-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.method-grid > div { padding: 22px; border: 1px solid var(--vs-line); border-radius: 18px; background: rgba(255,255,255,.035); }
.method-grid strong, .method-grid span { display: block; }
.method-grid strong { color: var(--vs-gold); margin-bottom: 8px; }
.method-grid span { color: var(--vs-muted); }
.payment-route-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin-bottom: 32px; }
.payment-route-row span { padding: 8px 12px; border: 1px solid var(--vs-line); border-radius: 999px; color: var(--vs-text); background: rgba(255,255,255,.04); font-weight: 700; }
.payment-route-row small { width: 100%; text-align: center; color: var(--vs-muted); }
.support-route-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.support-route-grid section { padding: 24px; border: 1px solid var(--vs-line); border-radius: 18px; background: var(--vs-panel); }
.support-route-grid h2 { margin: 0 0 12px !important; font-size: 1.4rem !important; }
.support-route-grid p { margin: 0; color: var(--vs-muted); }
.seo-page-hero__copy { max-width: 60ch; color: var(--vs-muted); font-size: 1.06rem; }
.seo-page-hero__facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.seo-page-hero__fact { padding: 9px 12px; border-radius: 999px; color: var(--vs-text); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); font-weight: 700; }

.seo-expansion { position: relative; padding: clamp(38px, 4vw, 56px) 0; overflow: hidden; }
.seo-expansion::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--vs-pink), var(--vs-gold), var(--vs-pink), transparent);
  box-shadow: 0 0 22px rgba(243,196,77,.32);
}
.seo-expansion__inner { margin-inline: auto; }
.seo-expansion__intro { width: 100%; max-width: none !important; margin: 0; color: var(--vs-muted); font-size: 1.1rem; }
.seo-context-link {
  width: 100%;
  max-width: none !important;
  margin: 24px 0 0;
  padding: 15px 0;
  border-top: 1px solid rgba(243,196,77,.30);
  border-bottom: 1px solid rgba(214,51,132,.20);
  color: var(--vs-muted);
  background: transparent;
}
.seo-context-link a { display: inline; min-height: 0; color: var(--vs-gold); font-weight: 800; }
.intent-panel {
  width: 100%;
  margin: clamp(44px, 5vw, 64px) auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.intent-panel + .intent-panel { margin-top: clamp(44px, 5vw, 64px); padding-top: clamp(44px, 5vw, 64px); border-top: 1px solid rgba(243,196,77,.18); }
.intent-panel h2 { margin-top: 0 !important; }
.seo-story-chapter__lead,
.seo-story-chapter__body { color: var(--vs-muted); }
.seo-story-visual {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px 22px;
  margin: 24px 0;
  padding: 19px 22px;
  border-top: 1px solid rgba(243,196,77,.38);
  border-bottom: 1px solid rgba(214,51,132,.28);
  border-radius: 0;
  background: linear-gradient(100deg, rgba(243,196,77,.12), rgba(214,51,132,.09) 55%, rgba(255,255,255,.025));
  overflow: hidden;
}
.seo-story-visual::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -30%;
  width: 22%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.10), transparent);
  transform: skewX(-18deg);
  animation: vs-marquee-sweep 6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes vs-marquee-sweep { 0%, 68% { left: -30%; } 100% { left: 120%; } }
.seo-story-visual__brand { color: var(--vs-gold); text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 900; }
.seo-story-visual__focus { color: var(--vs-text); font-size: 1.02rem; line-height: 1.35; }
.seo-story-visual__fact { color: var(--vs-muted); font-size: .88rem; text-align: right; }
.seo-related-terms { margin-top: 18px; color: var(--vs-muted); }
.seo-related-terms summary { width: max-content; max-width: 100%; min-height: 44px; display: flex; align-items: center; color: var(--vs-gold); font-weight: 800; cursor: pointer; }
.seo-related-terms[open] summary { margin-bottom: 8px; }
.intent-topics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; margin: 0 !important; padding: 0 !important; list-style: none !important; }
.intent-topics li {
  position: relative;
  margin: 0 !important;
  padding: 4px 0 4px 18px;
  border: 0;
  border-radius: 0;
  color: var(--vs-muted);
  background: transparent;
  font-size: .9rem;
  line-height: 1.45;
}
.intent-topics li::before { content: ""; position: absolute; left: 0; top: .82em; width: 6px; height: 6px; border-radius: 50%; background: var(--vs-gold); box-shadow: 0 0 0 4px rgba(243,196,77,.09); }
.fact-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin: 26px 0; }
.fact-strip > div { padding: 18px; text-align: center; border-radius: 16px; background: rgba(243,196,77,.08); border: 1px solid var(--vs-line); }
.fact-strip strong { display:block; color:var(--vs-gold); font-size:1.25rem; }

.cashier-page { width: min(var(--vs-story), calc(100% - 32px)); margin: 0 auto 56px; }
.cashier-page__lead { max-width: 74ch; font-size: 1.15rem; color: var(--vs-muted); }
.cashier-flow { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin:28px 0; counter-reset:cashier; }
.cashier-flow div { counter-increment:cashier; padding:24px; border-radius:18px; background:var(--vs-panel); border:1px solid var(--vs-line); }
.cashier-flow div::before { content:counter(cashier); display:grid; place-items:center; width:38px; height:38px; margin-bottom:14px; border-radius:50%; color:var(--vs-ink); background:var(--vs-gold); font-weight:900; }
.cashier-note { padding:20px; border-left:4px solid var(--vs-gold); border-radius:0 16px 16px 0; background:rgba(243,196,77,.08); }

.page-text-content table, .main-text-content table, .cashier-page table {
  width: 100% !important;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}
.page-text-content table th, .main-text-content table th, .cashier-page table th { background: #2a1c36 !important; color: var(--vs-gold) !important; }

.footer { border-top: 1px solid var(--vs-line); background: #070509 !important; }
.cookieadmin_re_consent { left: auto !important; right: 18px !important; bottom: 18px !important; }

#faq {
  position: relative;
  padding-block: clamp(34px, 4vw, 48px) !important;
  background:
    radial-gradient(circle at 50% 0, rgba(243,196,77,.11), transparent 32rem),
    linear-gradient(180deg, rgba(30,18,38,.34), rgba(9,7,13,.96));
}
#faq .faq-list { display: grid; gap: 12px; }
#faq .faq-item {
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(243,196,77,.22) !important;
  border-radius: 14px !important;
  background: rgba(25,17,32,.88) !important;
  box-shadow: none !important;
  overflow: hidden;
}
#faq .tab-title-row { min-height: 68px; padding: 16px 20px; gap: 20px; }
#faq .tab-title { color: var(--vs-text); font-size: 1.03rem; font-weight: 800; line-height: 1.4; }
#faq .faq-item-icon { color: var(--vs-gold); }
#faq .tab-ans { margin: 0; padding: 0 20px 20px; color: var(--vs-muted); line-height: 1.68; }
#faq .faq-item.active { border-color: rgba(243,196,77,.48) !important; background: linear-gradient(120deg, rgba(243,196,77,.08), rgba(214,51,132,.055)) !important; }

@media (max-width: 1100px) {
  .header > .container .nav:not(.mobile-nav) { display: none !important; }
  .mobile-btn { display: grid !important; place-items: center; min-width: 48px; min-height: 48px; border: 1px solid var(--vs-line); border-radius: 12px; background: transparent; }
  .mobile-wrap .mobile-nav { display: flex !important; flex-direction: column; align-items: stretch; gap: 8px; }
  .mobile-wrap .mobile-nav a { display:flex; align-items:center; padding:12px 16px; border-radius:12px; background:rgba(255,255,255,.05); }
  #slots .slots-list,
  #games .slots-list { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (max-width: 760px) {
  body { padding-top: 136px !important; }
  .header { padding-block: 10px !important; }
  .header-content {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px;
    grid-template-rows: 48px 48px;
    gap: 8px 12px;
    align-items: center;
  }
  .custom-logo-link { grid-column: 1; grid-row: 1; justify-self: start; }
  .mobile-btn {
    position: static !important;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    transform: none !important;
  }
  .mobile-btn::before { content: "☰"; position: static !important; inset: auto !important; width: auto !important; height: auto !important; transform: none !important; background: none !important; color: var(--vs-gold); font-size: 1.55rem; line-height: 1; }
  .mobile-btn[aria-expanded="true"]::before { content: "×"; }
  .mobile-btn .inner { display: none !important; }
  .custom-logo { width: 132px !important; }
  .header-buttons {
    position: static !important;
    grid-column: 1 / 3;
    grid-row: 2;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
    gap: 10px;
  }
  .header-buttons .btn { margin: 0 !important; padding-inline: 12px !important; font-size: .9rem; }
  .screen { min-height: 570px; }
  .screen::before { background: linear-gradient(180deg, rgba(9,7,13,.72), rgba(9,7,13,.98) 66%), url('/assets/hero-videoslots-uk.webp') 64% 28%/auto 64% no-repeat; }
  .screen-content { min-height: 520px; padding-top: 210px !important; }
  .offer-title { font-size: clamp(2.45rem, 12vw, 3.5rem) !important; }
  .offer-desc { font-size: 1rem !important; }
  .seo-page-hero { width: calc(100% - 24px); padding-top: 155px; background: linear-gradient(180deg, rgba(9,7,13,.42), rgba(9,7,13,.98) 45%), url('/assets/hero-videoslots-uk.webp') 65% top/auto 55% no-repeat; }
  .cashier-flow, .fact-strip, .method-grid, .support-route-grid { grid-template-columns: 1fr; }
  .hero-cta-pair,
  .seo-page-hero__actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .seo-hero-cta { width: 100%; min-width: 0; }
  #slots .slots-list,
  #games .slots-list { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px !important; }
  .slot-card__caption { padding: 11px 11px 13px; }
  .slot-card__caption strong { font-size: .9rem; }
  .seo-story-visual { grid-template-columns: 1fr; gap: 5px; }
  .seo-story-visual__fact { text-align: left; }
  .intent-topics { grid-template-columns: 1fr; }
  .wheel-open-btn { display: none !important; }
  .page-text-content h1, h1.section-title { font-size: clamp(2.05rem, 10vw, 3rem) !important; }
  .page-text-content table, .main-text-content table, .cashier-page table { font-size: 15px !important; }
  .cookieadmin_law_container { max-width: calc(100vw - 24px) !important; max-height: 68vh; overflow: auto; }
  .page-section { padding-block: 42px !important; }
  .page-text > .container,
  .page-content > .container,
  .review-method .container,
  .editorial-ownership .container,
  #faq .container,
  .seo-expansion__inner,
  .cashier-page { width: calc(100% - 24px); }
  .seo-story-visual { padding: 16px; }
  #faq .tab-title-row { min-height: 62px; padding: 14px 16px; }
  #faq .tab-ans { padding: 0 16px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
