/* ==========================================================================
   v2net-style.css
   Restyles v2net.html to visually match index.html's theme.
   Built for v2net.html's real markup (Bootstrap-ish grid + custom classes),
   reusing the color/typography language from assets/css/style.css.
   ========================================================================== */

/* ---------- Theme color variables ----------
   Every color in this file is defined here. Change a value once and it
   updates everywhere it's used. Colors that appear inside rgba()/rgb()
   with varying alpha are stored as comma-separated "R, G, B" triples
   (suffixed "-rgb") so the alpha channel can stay independent, e.g.
   rgba(var(--v2-white-rgb), 0.5).
   ------------------------------------------------------------------- */
:root {
  /* Core surfaces & text */
  --v2-bg: #070115;
  --v2-bg-rgb: 7, 1, 21;
  --v2-bg-footer: #100528;
  --v2-white: #ffffff;
  --v2-white-rgb: 255, 255, 255;
  --v2-black: #000000;
  --v2-black-rgb: 0, 0, 0;
  --v2-text-muted: #cdbdea;
  --v2-text-dim: #cbc2db;

  /* Purple family (panels, nav, badges, gradients) */
  --v2-purple-950: #1c0639;
  --v2-purple-900: #18004a;
  --v2-purple-800b: #251743;
  --v2-purple-750: #241542;
  --v2-purple-700: #402470;
  --v2-purple-650: #401bc6;
  --v2-purple-600: #392a56;
  --v2-purple-accent: #9f22fb;
  --v2-purple-vivid: #8a24ff;
  --v2-purple-panel-solid: #3e1783;
  --v2-purple-border: #A298D4;
  --v2-purple-nav-rgb: 32, 7, 66;
  --v2-modal-gradient-rgb: 56, 6, 124;
  --v2-card-purple-rgb: 88, 62, 135;
  --v2-card-purple-dark-rgb: 66, 41, 109;
  --v2-panel-mid-rgb: 82, 54, 125;
  --v2-panel-deep-rgb: 92, 61, 139;
  --v2-badge-light-rgb: 218, 145, 255;
  --v2-badge-dark-rgb: 82, 25, 103;
  --v2-badge-blue: #1858d1;
  --v2-badge-deposit-bg: #7b4ea3;
  --v2-badge-deposit-alt: #6b3fa0;
  --v2-badge-outline-border: #614396;
  --v2-btn-outline-border: #5b3f8a;
  --v2-btn-base: #454a35;
  --v2-pagination-dot: #532882;
  --v2-star-track: #402d5f;
  --v2-slot-card-bg: #28164e;
  --v2-hero-logo-bg: #1a0e38;
  --v2-hero-fade-rgb: 41, 6, 123;
  --v2-metric-trust-1: #1c0e41;
  --v2-metric-trust-bg-rgb: 18, 4, 23;
  --v2-metric-rating-bg-rgb: 74, 58, 118;
  --v2-gauge-bg: #2c1f4e;
  --v2-sidebar-side-1: #1c1440;
  --v2-sidebar-side-2: #2a1f52;
  --v2-toc-bg: #1C1831;
  --v2-toc-border: #3E385C;
  --v2-info-panel-a-rgb: 32, 14, 64;
  --v2-info-panel-b-rgb: 78, 57, 151;
  --v2-info-panel-c-rgb: 9, 20, 61;
  --v2-info-glow-rgb: 94, 66, 143;
  --v2-info-panel-glow-a-rgb: 170, 128, 242;
  --v2-info-panel-glow-b-rgb: 192, 155, 255;
  --v2-info-value-badge-rgb: 17, 10, 31;
  --v2-card-glow-rgb: 180, 70, 203;
  --v2-glow-a-rgb: 137, 58, 153;
  --v2-glow-b-rgb: 81, 0, 100;
  --v2-category-hover-border-rgb: 82, 89, 140;
  --v2-bottom-nav-active: #ab43d1;

  /* Lilac / lavender text & link accents */
  --v2-lilac: #d5a6ff;
  --v2-lilac-soft: #d6b3f7;
  --v2-lilac-faint: #ac85d0;
  --v2-nav-link: #bd9adc;
  --v2-counter-purple: #792bfe;
  --v2-pagination-pink: #D17AD3;

  /* Lime / green accents (CTAs, ratings, "pros") */
  --v2-lime: #b1ed01;
  --v2-lime-alt: #b2ed01;
  --v2-lime-bright: #e6ff00;
  --v2-lime-dark: #9ccc0a;
  --v2-green-bright: #01ed30;
  --v2-btn-orange-grad-1-rgb: 226, 255, 96;
  --v2-btn-orange-grad-2-rgb: 189, 244, 23;
  --v2-btn-orange-hover-1: #CEFF38;
  --v2-btn-orange-hover-2: #C0FF00;
  --v2-btn-orange-hover-3: #85F417;

  /* Status / safety-index colors */
  --v2-status-high: #62c11d;
  --v2-status-medium: #e1ab36;
  --v2-status-low: #e15f36;
  --v2-status-new: #36e1b6;
  --v2-status-cons: #f81888;
  --v2-status-cons-alt: #f81188;
  --v2-cons-gradient-1: #ff7891;

  /* Misc / one-off decorative accents */
  --v2-yellow: #ffbb00;
  --v2-promo-magenta: #e31af9;
  --v2-promo-offer-label: #ffd8a6;
  --v2-promo-orange-light-rgb: 255, 218, 167;
  --v2-promo-orange-dark-rgb: 228, 164, 0;
  --v2-promo-border-1-rgb: 223, 83, 255;
  --v2-promo-border-2-rgb: 43, 107, 255;
  --v2-promo-border-3-rgb: 233, 135, 255;
  --v2-plum: #712189;
  --v2-info-teal: #42edd4;
  --v2-info-green: #4eb828;
  --v2-payment-purple-1: #ab24ff;
  --v2-payment-purple-2: #5b1be6;
  --v2-rating-gray: #9c9c9c;
  --v2-avatar-placeholder: #d9d9d9;
  --v2-article-card-bg: #fffdfd;
  --v2-article-text: #5a4a72;
  --v2-footer-gray: #898599;
  --v2-footer-fine-text: #a6a7ab;
  --v2-footer-social-border: #351966;
  --v2-social-icon: #c0b2de;
}


/* ---------- Reset & base ---------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ol,
ul,
.list-unstyled {
  list-style: none;
}
a,
button {
  transition: all 0.3s;
  cursor: pointer;
  color: inherit;
  font: inherit;
}
a {
  text-decoration: none;
}
button {
  background: none;
  border: 0;
}
img {
  max-width: 100%;
  display: block;
}
table {
  border-collapse: collapse;
}

html {
  scrollbar-gutter: stable;
}
body {
  font-family: "Poppins", sans-serif;
  color: var(--v2-white);
  background-color: var(--v2-bg);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3;
}
h2 { font-size: 36px; margin-bottom: 16px; }
h3, .h3 { font-size: 26px; margin-bottom: 14px; }
.h5 { font-size: 19px; }
p { line-height: 1.6; }
.lead { font-size: 17px; line-height: 1.6; color: var(--v2-text-muted); }
.small { font-size: 13px; }
strong { color: var(--v2-white); }

/* ---------- Layout helpers ---------- */
.container {
  width: 100%;
  max-width: 1428px;
  margin-inline: auto;
  padding-inline: 18px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -9px;
}
.row > * {
  padding-inline: 9px;
  min-width: 0;
}
.g-2 { gap: 8px; }


.separator {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--v2-white-rgb), 0.14), transparent);
  width: 100%;
  margin-block: 40px;
}

/* Spacing utilities (Bootstrap-style scale: 0..6) */
.p-0 { padding: 0 !important; }
.m-0 { margin: 0 !important; }
.pt-2 { padding-top: 0.5rem; } .pt-3 { padding-top: 1rem; } .pt-4 { padding-top: 1.5rem; }
.pt-5 { padding-top: 3rem; } 
.pb-1 { padding-bottom: 0.25rem; } .pb-2 { padding-bottom: 0.5rem; } .pb-3 { padding-bottom: 1rem; }
.pb-4 { padding-bottom: 1.5rem; } .pb-5 { padding-bottom: 3rem; }
.ps-0 { padding-left: 0; } .pe-0 { padding-right: 0; }
.ps-2 { padding-left: 0.5rem; } .pe-2 { padding-right: 0.5rem; }
.ps-3 { padding-left: 1rem; } .pe-3 { padding-right: 1rem; }
.mt-2 { margin-top: 0.5rem; } .mt-3 { margin-top: 1rem; } .mt-5 { margin-top: 3rem; }
.mt-auto { margin-top: auto; }
.mb-0 { margin-bottom: 0 !important; } .mb-1 { margin-bottom: 0.25rem; } .mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1.5rem; }
.ms-2 { margin-left: 0.5rem; } .ms-auto { margin-left: auto; }
.text-center { text-align: center; }
.text-uppercase { text-transform: uppercase; }

.d-none { display: none !important; }
.d-flex { display: flex; }
.flex-column { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-fill { flex: 1 1 auto; }
.flex-wrap { flex-wrap: wrap; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-shrink-1 { flex-shrink: 1; }
.justify-content-between { justify-content: space-between; }
.justify-content-center { justify-content: center; }
.align-items-center { align-items: center; }
.align-items-stretch { align-items: stretch; }
.h-100, .h100 { height: 100%; }
.w-100 { width: 100%; }
.order-0 { order: 0; }
.order-1 { order: 1; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
body.category-page, body.author-page, body.loto-page, .providers-page, .collecting-slot-page {
  background: url('/assets/imgv2net/bg_cat_mobil.jpg') var(--v2-bg) no-repeat top center;
  background-size: 100% auto;
}
        .payment_methods-page {
          background: url("/assets/imgv2net//blog-section-bg.jpg") no-repeat top center ;
          background-size: 700% auto;
          background-color:  var(--v2-bg);
          
        }

@media (min-width: 768px) {
  .g-md-3 { gap: 28px; }
          .payment_methods-page { background-size: 100% auto;  background-position: 0% -2%;}

  body.category-page, body.author-page, body.loto-page, .providers-page, .collecting-slot-page {
  background: url('/assets/imgv2net/bg_cat.jpg') var(--v2-bg) no-repeat top center;
  background-size:  100% auto;
} 
  .container { padding-inline: 32px; }
  .pt-md-5 { padding-top: 3rem; }
  .pb-md-4 { padding-bottom: 1.5rem; }
  .pb-md-5 { padding-bottom: 3rem; }
  .ps-md-4 { padding-left: 1.5rem; } .pe-md-4 { padding-right: 1.5rem; }
  .ps-md-5 { padding-left: 3rem; } .pe-md-5 { padding-right: 3rem; }
  .ps-md-2 { padding-left: 0.5rem; } .pe-md-2 { padding-right: 0.5rem; }
  .mt-md-3 { margin-top: 1rem; }
  .mt-md-6 { margin-top: 4.5rem; }
  .text-md-center { text-align: center; }
  .text-md-start { text-align: left; }
  .order-md-0 { order: 0; }
  .order-md-1 { order: 1; }
}
@media (min-width: 992px) {
  .ps-lg-3 { padding-left: 1rem; }
  .ps-lg-0 { padding-left: 0; } .pe-lg-0 { padding-right: 0; }
  .ps-lg-5 { padding-left: 3rem; } .pe-lg-5 { padding-right: 3rem; }
  .ps-lg-6 { padding-left: 2.5rem; } .pe-lg-6 { padding-right: 2.5rem; }
  .pb-lg-0 { padding-bottom: 0; }
  .pt-lg-0 { padding-top: 0; }
  .mb-lg-2 { margin-bottom: 0.5rem; }
  .ms-lg-0 { margin-left: 0; }
  .flex-lg-row { flex-direction: row; }
  .flex-lg-column { flex-direction: column; }
  .align-items-lg-center { align-items: center; }
  .order-lg-2 { order: 2; }
}

/* ---------- Theme buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  padding-inline: 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  white-space: nowrap;
}
.btn-orange {
  background: linear-gradient(360deg, rgba(var(--v2-btn-orange-grad-1-rgb), 0.8) 9.92%, rgba(var(--v2-btn-orange-grad-2-rgb), 0.8) 50.88%), linear-gradient(0deg, var(--v2-lime-dark), var(--v2-lime-dark)), var(--v2-btn-base);
  color: var(--v2-black);
  box-shadow: 0px 4px 8px 0px rgba(var(--v2-black-rgb), 0.25);
}
.btn-orange:hover { 
 /* Property 1=Variant2 */


background: linear-gradient(360deg, var(--v2-btn-orange-hover-1) 7.02%, var(--v2-btn-orange-hover-2) 57.89%), linear-gradient(360deg, var(--v2-white) 12.27%, var(--v2-btn-orange-hover-3) 136.84%), var(--v2-btn-base);
background-blend-mode: hard-light, normal, normal;
box-shadow: 0px 4px 8px rgba(var(--v2-black-rgb), 0.25);
border-radius: 50px;
 
 }

.btn-outline-white {
  border: 2px solid rgba(var(--v2-white-rgb), 0.5);
  background: transparent;
  color: var(--v2-white);
}
.btn-outline-white:hover {
  background: var(--v2-white);
  color: var(--v2-purple-950);
  border-color: var(--v2-white);
}

.btn-outline-secondary-dark {
  height: 44px;
  padding-inline: 22px;
  border: 1px solid var(--v2-btn-outline-border);
  background: transparent;
  color: var(--v2-lilac-soft);
  font-size: 14px;
}
.btn-outline-secondary-dark:hover {
  border-color: var(--v2-lilac-soft);
  color: var(--v2-white);
}

.btn-link.btn-tc {
  height: auto;
  padding: 0;
  font-size: 13px;
  color: var(--v2-lilac-soft);
  text-decoration: underline;
  font-weight: 400;
  margin-top: 10px;
  align-self: center;
}
.btn-link.btn-tc:hover { color: var(--v2-white); }

.btn-primary {
  height: 44px;
  padding-inline: 24px;
  background: var(--v2-purple-accent);
  color: var(--v2-white);
}
.btn-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(var(--v2-white-rgb), 0.1);
  position: relative;
}
.btn-close::before,
.btn-close::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 14px; height: 2px;
  background: var(--v2-white);
  transform-origin: center;
}
.btn-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.btn-close::after { transform: translate(-50%, -50%) rotate(-45deg); }

/* ---------- Navbar ---------- */
.nav-wrapper-container {
  min-height: 88px;
}
.nav-wrapper {
  /* Fixed + slid off the top by its own (JS-measured) height until ".nav-visible"
     is toggled on scroll. Animates via "top", not "transform" — .offcanvas-lg
     inside this element is itself position:fixed, and a transform on an ancestor
     would create a new containing block for it, breaking its viewport-relative
     positioning. */
  padding-block: 24px;
  position: fixed;
  top: calc(-1 * var(--nav-h, 88px));
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100%;
  background-color: transparent;
  /* Hiding (scroll down) can stay slow — nobody's trying to tap it on the way out.
     Sliding back in (scroll up) is deliberately faster: a slow reveal leaves the
     navbar-toggler as a moving hit target, so a tap right after scrolling up can
     land before it's finished sliding into place and silently miss. */
  transition: top 0.3s ease, background-color 0.3s ease, backdrop-filter 0.3s ease;
}
.nav-wrapper.nav-visible {
  top: 0;
  transition: top 0.12s ease-out, background-color 0.3s ease, backdrop-filter 0.3s ease;
}
/* Only opaque once scrolled off the top — transparent over the hero at rest. */
.nav-wrapper.nav-scrolled {
  background-color: rgba(var(--v2-purple-nav-rgb), 0.945);
  
}
.mainnav {
  align-items: center;
  justify-content: space-between;
  max-width: 1510px;
}
.navbar-bran img,
.offcanvas-title img {
  width: 200px;
}
.navbar-toggler {
  display: flex;
  width: 40px;
  height: 40px;
  position: relative;
}
.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 24px;
  height: 2px;
  background: var(--v2-white);
  border-radius: 2px;
}
.navbar-toggler-icon { top: 50%; transform: translateY(-50%); }
.navbar-toggler-icon::before { top: -8px; }
.navbar-toggler-icon::after { top: 8px; }

.main-navbar {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 0;
}
.nav-item { position: relative; }
.nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  line-height: 22px;
  color: var(--v2-nav-link);
  border: 0;
  background: none;
  padding: 14px 10px;
  border-bottom: 1px solid rgba(var(--v2-white-rgb), 0.08);
  justify-content: space-between;
}
.nav-link:hover,
.nav-item.dropdown:hover > .nav-link {
  color: var(--v2-white);
}
.dropdown-toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s;
  margin-top: -4px;
}
.nav-item.dropdown:hover > .dropdown-toggle::after,
.dropdown-toggle.show::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.dropdown-menu {
  list-style: none;
  position: static;
  left: 0;
  top: 100%;
  min-width: 230px;
  background: rgba(var(--v2-white-rgb), 0.05);
  border-radius: 15px;
  padding-block: 8px;
  opacity: 1;
  visibility: visible;
  display: none;
  transform: none;
  transition: all 0.25s;
  z-index: 30;
  box-shadow: none;
  margin: 4px 0 8px;
}
.nav-item.dropdown.show > .dropdown-menu,
.dropdown-submenu.show > .dropdown-menu {
  display: block;
}
.nav-item.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-menu > li:first-child > .dropdown-item {
  border-radius: 15px 15px 0 0;
}
.dropdown-menu > li:last-child > .dropdown-item {
  border-radius: 0 0 15px 15px;
}
.dropdown-item {
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 9px 18px;
  color: var(--v2-white);
  text-align: left;
}
.dropdown-item:hover {
  background: var(--v2-white);
  color: var(--v2-purple-700);
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  left: 100%;
  top: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-submenu > .dropdown-item.dropdown-toggle::after {
  float: right;
  margin-top: 5px;
  transform: rotate(-45deg);
}

/* Offcanvas nav — sliding drawer by default (mobile), inline row from lg up */
.offcanvas-lg {
  position: fixed;
  top: 0; bottom: 0; left: 0;
  z-index: 1045;
  width: 320px;
  max-width: 85vw;
  background: linear-gradient(187.23deg, rgba(var(--v2-purple-nav-rgb), 0.97) 6.13%, rgba(var(--v2-modal-gradient-rgb), 0.97) 110.37%);
  border-radius: 0 24px 24px 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
.offcanvas-lg.show { transform: none; }
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.offcanvas-body {
  flex: 1;
  overflow-y: auto;
  padding: 0 12px 20px;
}
.offcanvas-backdrop {
  position: fixed;
  inset: 0;
  z-index: 5;
  background: var(--v2-black);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.offcanvas-backdrop.show {
  opacity: 0.55;
  pointer-events: auto;
}
@media (min-width: 992px) {
  .navbar-toggler { display: none; }
  .main-navbar {
    flex-direction: row;
    align-items: center;
    gap: 34px;
  }
  .nav-link {
    padding: 15px 0;
    border-bottom: 0;
    justify-content: flex-start;
  }
  .dropdown-menu {
    position: absolute;
    background: var(--v2-purple-700);
    opacity: 0;
    visibility: hidden;
    display: block;
    transform: translateY(6px);
    box-shadow: 0 20px 40px rgba(var(--v2-black-rgb), 0.35);
    margin: 0;
  }
  .offcanvas-lg {
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    background: none !important;
    width: auto !important;
    max-width: none !important;
  }
  .offcanvas-lg .offcanvas-header { display: none; }
  .offcanvas-lg .offcanvas-body { padding: 0; overflow: visible; }
  .offcanvas-backdrop { display: none !important; }
}

/* ---------- Hero / page header ---------- */

.hero {
  background-image: url("/assets/imgv2net/hero-bg.jpg");
  background-color: var(--v2-bg);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
.hero::before,
.hero::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
.hero::before {
  height: 264px;
  background-image: linear-gradient(180deg, var(--v2-bg) 0%, rgba(var(--v2-hero-fade-rgb), 0) 103.77%);
  top: 0;
}
.hero::after {
  height: 350px;
  background: linear-gradient(0deg, var(--v2-bg) 9.4%, rgba(var(--v2-black-rgb), 0) 103.77%);
  bottom: 0;
}

.hero__content {
  max-width: 707px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.hero__title {
  font-size: 34px;
  line-height: 1.38;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
}

.hero .container {
  position: relative;
  z-index: 2;
}
.counter {
  border-radius: 24px;
  padding: 20px;
}

.counter__slider {
  overflow: visible;
}
.counter__slider-wrapper {
  display: block;
  gap: 60px;
}
.counter__slider-wrapper1 {
  display: flex;
  width: max-content;
  gap: 60px;
  animation: counter-marquee 17s ease-in-out infinite alternate;
}
@media (min-width: 992px) {

  .counter__slider-wrapper {
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .counter__slider-wrapper {
    gap: 100px;
  }
}
@media (min-width: 1600px) {
  .counter__slider-wrapper {
    gap: 138px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .counter__slider-wrapper {
    animation: none;
  }
}
@keyframes counter-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.counter__item {
  width: auto;
  flex-shrink: 0;
  gap: 15px;
  float: left;
  display: flex;
  align-items: center;
  margin-right: 55px;
  margin-bottom: 20px;
}
.counter__icon {
  flex-shrink: 0;
}
.counter__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 27px;
  color: var(--v2-counter-purple);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.counter__subtitle {
  font-size: 18px;
  line-height: 20px;
  color: var(--v2-counter-purple);
  font-weight: 500;
  margin-bottom: 0;
}
/* hero section end */

/* ---------- Featured casino cards ---------- */
.hp-casinos-wrapper {
  position: relative;
  z-index: 2;
}
.home-page .hp-casinos-wrapper {
  margin-top: -80px;
}
.hp-casinos-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1392px;
  height: 700px;
  background: radial-gradient(50% 20.08% at 50% 50%, rgba(var(--v2-glow-a-rgb), 0.7) 0%, rgba(var(--v2-glow-b-rgb), 0.7) 38.94%, rgba(var(--v2-bg-rgb), 0) 100%);
  filter: blur(140px);
}
.hp-casinos-wrapper .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0;
}
.hp-casinos-wrapper .row > * { padding: 0; width: auto; }

@media (min-width: 768px) {

  .hp-casinos-wrapper .row { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1200px) {
  .hp-casinos-wrapper .row { grid-template-columns: repeat(5, 1fr); }
}

.featured-casino-card {
  background: linear-gradient(81.69deg, rgba(var(--v2-card-purple-rgb), 0.6) -11.3%, rgba(var(--v2-card-purple-dark-rgb), 0.6) 31.12%, rgba(var(--v2-card-purple-rgb), 0.6) 82.97%);
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.casino-logo-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  min-height: 90px;
}
.casino-logo img { width: 120px; height: auto; }
.casino-rating-badge {
  --rating-pct: 90%;
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: conic-gradient(var(--v2-lime-alt) var(--rating-pct), var(--v2-purple-600) 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-text-btn {
    font-size: 15px;
    line-height: 1;
    color: var(--v2-lilac-soft);
    text-decoration: underline;
}
.casino-rating-badge::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--v2-purple-750);
}
.rating-value {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color: var(--v2-white);
}
.card-body { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.casino-label {
  display: inline-block;
  align-self: flex-start;
  font-size: 11px;
  padding: 4px 11px;
  background: linear-gradient(241.41deg, rgba(var(--v2-badge-light-rgb), 0.5) -19.97%, rgba(var(--v2-badge-dark-rgb), 0.5) 92.03%), var(--v2-badge-blue);
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  position: absolute;
  top:79px;
}
.casino-name {
  font-size: 15px;
  font-style: italic;
}
.bonus-offer {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 6px;
}
.buttons { display: flex; flex-direction: column; gap: 10px; }
.buttons .btn { height: 44px; font-size: 14px; }

/* ---------- Casino swiper (carousel) ---------- */
.swiper { overflow: hidden; position: relative; }
.swiper-wrapper {
  display: flex;
  box-sizing: content-box;
  transition-property: transform;
}
.swiper-slide { flex-shrink: 0; position: relative; }
.swiper-button-prev,
.swiper-button-next { display: none; }

.hp-slot-swiper .swiper-wrapper {
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.hp-slot-swiper .swiper-slide,
.hp-slot-swiper .swiper-slide * {
  user-select: none;
  -webkit-user-drag: none;
}

.hp-casino-swiper { padding-block: 20px; }

/* ---------- Swiper pagination dots (Figma "Frame 143726860") ---------- */
.swiper-pagination {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 24px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  padding: 12px 0;
}
.swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  background: var(--v2-pagination-dot);
  cursor: pointer;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active-main {
  width: 12px;
  height: 12px;
  background: var(--v2-lilac);
  box-shadow: 0 0 10px var(--v2-lilac);
}
.swiper-pagination-lock { display: none; }

/* ---------- Casino card (listing grid — Figma "Online casino card desktop dark") ---------- */
.casino-card {
  position: relative;
  flex-direction: column;
  background: linear-gradient(201.97deg, var(--v2-purple-900) -29.88%, rgba(var(--v2-panel-mid-rgb), 0.196883) 75.54%, rgba(var(--v2-panel-deep-rgb), 0.07) 106.47%);
  backdrop-filter: blur(42px);
  border-radius: 32px;
  overflow: hidden;
}
.casino-card-lang {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--v2-white);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.casino-card-lang img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}
.casino-card-info-btn {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
}
.casino-card-info-btn svg { display: block; width: 16px; height: 16px; }

/* ---------- Self-contained popover/tooltip bubble (see v2net.js) ---------- */
.v2net-popover {
  position: absolute;
  z-index: 1080;
  max-width: 240px;
  padding: 10px 14px;
  background: var(--v2-purple-750);
  border: 1px solid rgba(var(--v2-white-rgb), 0.12);
  color: var(--v2-white);
  font-size: 13px;
  line-height: 1.5;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(var(--v2-black-rgb), 0.35);
  pointer-events: none;
}
.casino-card-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 98px;
  padding: 20px 60px;
  border-bottom: 1px solid rgba(var(--v2-white-rgb), 0.16);
}
.casino-card .casino-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: 0;
}
.casino-card .casino-logo img { max-width: 110px; max-height: 33px; }
.casino-card-no-depo-badge-wrap {
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  z-index: 1;
}
.casino-card-no-depo-badge {
  background: var(--v2-badge-deposit-bg);
  backdrop-filter: blur(2px);
  border-radius: 50px;
  padding: 4px 16px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--v2-white);
  white-space: nowrap;
}
.casino-card .card-body { gap: 15px; padding: 22px 11px 12px; }

.casino-card .casino-name {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  color: var(--v2-white);
}
.casino-card-rating {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--v2-purple-600);
  box-shadow: inset 0px 0px 2px rgba(var(--v2-black-rgb), 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino-card-rating::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 3px solid var(--v2-lime-alt);
}
.casino-card-rating span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--v2-white);
}
.casino-card .bonus-row .small { font-size: 16px; color: var(--v2-lilac); }
.casino-card .bonus-row .small strong { color: var(--v2-lilac); font-weight: 600; }
.casino-card .bonus-row .bonus.h5 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: var(--v2-white);
  margin: 4px 0;
}
.rating { gap: 8px; font-size: 13px; }
.star-rating {
  position: relative;
  width: 125px;
  height: 7px;
  background: repeating-linear-gradient(90deg, var(--v2-star-track) 0 23px, transparent 23px 25px);
  -webkit-mask: none;
}
.star-value {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, var(--v2-lime-bright) 0 23px, transparent 23px 25px);
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.rating-number { color: var(--v2-lime-bright); font-weight: 500; }
.casino-card .bonus-offer { font-size: 14px; margin-bottom: 4px; }
.casino-card .buttons { flex-direction: column; gap: 12px; }
.casino-card .buttons .btn { font-size: 17px;  height: 51px; }
.casino-card .btn-link.btn-tc { text-align: center; align-self: center; margin-top: 0; color: var(--v2-lilac); }

/* ---------- Game categories (slot types) ---------- */
.slot-types { padding-block: 30px; position: relative; z-index: 1; }
.slot-types-container   {

  position: relative;
  z-index: 2;
  padding: 25px;

}
.games-category {
  overflow: auto;
}
.games__category-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 38px;
  width: fit-content;
}
.category-page .games__category-wrapper {
  padding-top: 15px;
  gap: 0px;
}
.category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 34px;
  background: linear-gradient(241.41deg, rgba(var(--v2-badge-light-rgb), 0.5) -19.97%, rgba(var(--v2-badge-dark-rgb), 0.5) 92.03%), var(--v2-purple-650);
  border-radius: 28px;
  font-size: 14px;
  font-weight: 600;
  color: var(--v2-white);
  box-shadow: 0px 4px 8px 0px rgba(var(--v2-black-rgb), 0.25);
  border: 1px solid transparent;
}
.category:hover {
    background: linear-gradient(241.41deg, rgba(var(--v2-badge-light-rgb), 0.2) -19.97%, rgba(var(--v2-badge-dark-rgb), 0.2) 92.03%);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(var(--v2-category-hover-border-rgb));
    border-image: none;  
}
.category-img { width: 40px; height: 40px; }

/* ---------- Category swiper pills (collectingSlot_v2net) ---------- */
.category-swiper-v2net { align-items: center; }
.category-swiper-v2net .swiper-slide { margin-right: 20px !important; }
.category-swiper-v2net .category {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 42px;
  padding: 0 28px 0 22px;
  border-radius: 50px;
  box-sizing: border-box;
  white-space: nowrap;
}
.category-swiper-v2net .category-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.category-swiper-v2net .category .small { font-size: 15px; font-weight: 600; }
.category-swiper-v2net .category.active {
  background: linear-gradient(241.41deg, rgba(var(--v2-badge-light-rgb), 0.2) -19.97%, rgba(var(--v2-badge-dark-rgb), 0.2) 92.03%);
  border: 1px solid rgb(var(--v2-category-hover-border-rgb));
  backdrop-filter: blur(42px);
}

/* ---------- Payment method cards (collectingCasino depozit_method) ---------- */
.category-swiper-payment .swiper-slide { margin-right: 14px !important; }
.category-swiper-payment .category {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 135px;
  padding: 15px 10px;
  border-radius: 15px;
  gap: 10px;
  white-space: normal;
  box-shadow: none;
}
.category-swiper-payment .category-img {
  width: 71px;
  height: 71px;
  object-fit: contain;
}
.category-swiper-payment .category .small {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.category-swiper-payment .category.active {
  background: linear-gradient(258.9deg, rgba(var(--v2-badge-light-rgb), 0.2) 16.56%, rgba(var(--v2-badge-dark-rgb), 0.2) 88.09%);
  border: 1px solid rgb(var(--v2-category-hover-border-rgb));
  backdrop-filter: none;
}

/* ---------- Popular slots (hp-slots) ---------- */
.hp-slots { position: relative; z-index: 2; }
.hp-slots h2 {
  text-align: center;
  filter: drop-shadow(0px 0px 30px rgba(var(--v2-white-rgb), 0.4));
}
.hp-slots .lead { max-width: 720px; color: var(--v2-white); }
.hp-slots p.lead {
   margin: 0 auto ;
}
.slot-card {
  background: var(--v2-slot-card-bg);
  border-radius: 24px;
  overflow: hidden;
  display: block;
}
.slot-card .card-img {
  aspect-ratio: 326 / 217;
  background-size: cover;
  background-position: center;
}
.slot-card .sizer { display: none; }
.card-img[data-lazy] {
  background-color: rgba(var(--v2-white-rgb), 0.04);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.card-img[data-lazy].lazy-loaded { opacity: 1; }
.slot-card .card-body { padding: 14px 16px 18px; }
.slot-provider {
  font-style: italic;
  font-size: 13px;
  color: var(--v2-text-muted);
}
.slot-name {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  margin: 6px 0 10px;
  min-height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.collecting-slot-page .category-swiper {
  margin: 0;
}
.rating.light { color: var(--v2-white); }
.slot-card .rating { flex-wrap: wrap; }
.slot-card .star-rating { max-width: 125px; flex: 0 0 100%; }
@media (min-width: 768px) {
  .slot-card .rating { flex-wrap: nowrap; }
  .slot-card .star-rating { flex: 0 0 auto; }
  .category-swiper-v2net { margin: 0; }
}

/* ---------- Providers ---------- */
.hp-providers { position: relative; z-index: 4; padding-block: 20px; }
.hp-providers h2 { text-align: center; }
.hp-providers .row:first-of-type { justify-content: center; }
.hp-providers .row > div:first-child { max-width: 900px; margin-inline: auto; }
.hp-providers p { text-align: center; }
.provider-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
}
.provider-link img { max-height: 34px; width: auto; filter: brightness(0) invert(1); opacity: 0.85; }
.provider-link:hover img { opacity: 1; }
.hp-providers .col-4.col-md-8.col-lg-10.offset-lg-1 {
  max-width: 900px;
  margin-inline: auto;
}
.hp-providers .mt-2 { text-align: center; }
.hp-providers .btn-outline-white { margin-inline: auto; }

/* ---------- Tips / blog carousel ---------- */
.hp-blog { position: relative; z-index: 1; }
.hp-blog h2 { text-align: center; }
.hp-blog .lead { text-align: center; max-width: 800px; margin-inline: auto; }
.hp-blog > .container:last-of-type { text-align: center; }
.hp-blog .btn-outline-white { margin-inline: auto; }

.article-card {
  background: var(--v2-article-card-bg);
  border-radius: 24px;
  overflow: hidden;
  display: block;
  color: var(--v2-purple-950);
}
.article-card .card-img {
  aspect-ratio: 326 / 200;
  background-size: cover;
  background-position: center;
}
.article-card .sizer { display: none; }
.article-card .card-body { padding: 16px 18px 22px; }
.article-title {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: var(--v2-purple-950);
}
.article-short-d {
  font-size: 14px;
  line-height: 1.5;
  color: var(--v2-article-text);
}

/* Category card grid: 2 per row on mobile, 4 per row from tablet up */
.row > .col-2.col-md-2.col-lg-3 {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .row > .col-2.col-md-2.col-lg-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
}

/* ---------- Long text / article section ---------- */
.text-section { font-size: 16px; padding-bottom: 60px; max-width: 900px; margin-inline: auto; position: relative; z-index: 4; }
.text-section .row { display: block; }
.text-section .col,
.text-section [class*="col-lg-8"] {
  max-width: 880px;
  margin-inline: auto;
}
.text-section h2 {
  margin-top: 28px;
  margin-bottom: 18px;
  color: var(--v2-white);
}
.text-section h2:first-child { margin-top: 0; }
.text-section h3 {
  font-size: 21px;
  color: var(--v2-lilac-soft);
  margin-top: 30px;
}
.text-section p {
  
  line-height: 1.7;
  color: var(--v2-text-dim);
  margin-bottom: 16px;
}
.text-section strong { color: var(--v2-white); }
.text-section a { color: var(--v2-nav-link); text-decoration: underline; }
.text-section a:hover { color: var(--v2-white); }
.text-section ul {
  margin: 0 0 16px 20px;
  list-style: disc;
}
.text-section table a {
  text-decoration: none;
}
.text-section li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.7;
  color: var(--v2-text-dim);
  margin-bottom: 6px;
}
.text-section figure.image {
  margin: 24px 0;
}
.text-section figure.image img {
  width: 100%;
  border-radius: 20px;
}
.text-section figure.table {
  margin: 24px 0;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(134.89deg, rgba(var(--v2-info-panel-a-rgb), 0.6) 9.36%, rgba(var(--v2-info-panel-b-rgb), 0.6) 52.08%, rgba(var(--v2-info-panel-c-rgb), 0.6) 94.45%);
}
.text-section table { width: 100%; }
.text-section td, .text-section th {
  padding: 18px 24px;
  font-size: 16px;
  border-bottom: 1px solid rgba(var(--v2-white-rgb), 0.08);
  font-weight: 600;
  line-height: 18px;
  color: var(--v2-white);
}
.text-section tr:last-child td { border-bottom: 0; }
.text-section figure.table td {
  border-bottom: 0;
}
.text-section figure.table tr:nth-child(odd) td {
  background: rgba(var(--v2-white-rgb), 0.1);
}
.text-section figure.table a strong, .text-section figure.table strong a {
  color: var(--v2-lime);
}
.text-section figure.table a:hover strong {
  color: var(--v2-white);
}
.category-swiper {
  margin: 0 auto;
}
/* ---------- FAQ accordion (casino page) ---------- */
.faq-card {
  padding: 32px 20px;
}
.faq-card .accordion {
  padding: 10px 20px 10px;
  background: linear-gradient(134.89deg, rgba(var(--v2-info-panel-a-rgb), 0.5) 9.36%, rgba(var(--v2-info-panel-b-rgb), 0.5) 52.08%, rgba(var(--v2-info-panel-c-rgb), 0.5) 94.45%);
  border: 1px solid var(--v2-purple-border);
  border-radius: 32px;
  margin-bottom: 40px;
}
.faq-card h2 {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--v2-white);
}
.faq-card .accordion {
  display: flex;
  flex-direction: column;
}
.faq-card .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: auto;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--v2-purple-border);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--v2-white);
  cursor: pointer;
}
.faq-card .accordion-button::after {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background:
    linear-gradient(var(--v2-white), var(--v2-white)) center / 16px 2px no-repeat,
    linear-gradient(var(--v2-white), var(--v2-white)) center / 2px 16px no-repeat;
  filter: drop-shadow(0px 4px 4px rgba(var(--v2-black-rgb), 0.25));
}
.faq-card .accordion-item:last-child .accordion-button {
  border-bottom: 0px solid var(--v2-purple-border);
}

.faq-card .accordion-button:not(.collapsed)::after {
  background: linear-gradient(var(--v2-white), var(--v2-white)) center / 16px 2px no-repeat;
}
.faq-card .accordion-collapse {
  display: none;
  overflow: hidden;
}
.faq-card .accordion-collapse.show {
  display: block;
}
.faq-card .accordion-body {
  padding: 20px 0 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--v2-text-dim);
}
@media (min-width: 768px) {
  .faq-card h2 {
    font-size: 44px;
  }
  .faq-card .accordion {
    padding: 30px 50px 30px;
  }
  .faq-card {
    padding: 0;
  }
  .faq-card .accordion-button {
    min-height: 80px;
    font-size: 19px;
    padding: 20px 0;
  }
  .faq-card .accordion-body {
    font-size: 16px;
  }
}

/* ---------- Footer ---------- */
.page-footer.mt-md-6 {
  position: relative;
  z-index: 1;
  background-color: var(--v2-bg-footer);
  margin-top: 0px !important;
}
.footer-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 20px;
  margin: 0 0 40px;
}
.footer-top > * { padding: 0; }
@media (min-width: 768px) {
  .text-section h2 {
    margin-top: 44px; 
  }
  .hero__title {
    font-size: 65px;
  }
  .hero__content {
    margin-bottom: 100px;
  }
  .footer-top { grid-template-columns: repeat(4, 1fr); }
}
.footer-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
}
.footer-menu { display: flex; flex-direction: column; gap: 10px; }
.footer-menu a {
  font-size: 14px;
  color: var(--v2-text-muted);
}
.footer-menu a:hover { color: var(--v2-purple-accent); }

.footer-social {
  display: flex;
  align-items: center;
  background: var(--v2-purple-750);
  border-left: 10px solid var(--v2-footer-social-border);
  border-radius: 10px;
  margin: 0 0 32px;
  padding: 0;
}
.footer-social > .col { padding: 0; }
.footer-social .social-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 13px 25px 12px;
}
.footer-social .footer-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: var(--v2-white);
  margin: 0;
}
.footer-social .social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--v2-social-icon);
  transition: color 0.2s ease;
}
.social-link svg { width: 100%; height: 100%; fill: currentColor; }
.social-link:hover { color: var(--v2-purple-accent); }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 32px;
  padding-top: 30px;
  border-top: 1px solid rgba(var(--v2-white-rgb), 0.08);
  margin: 0;
}
.footer-bottom > .col-4.col-md-5.col-lg-8.small {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 620px;
  padding: 0;
}
.footer-bottom p {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: var(--v2-footer-gray);
  margin: 0;
  max-width: 796px;
}
.language-selector {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px !important;
  margin: 0;
}
.language-selector a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.language-selector img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0;
}
.language-selector small {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--v2-white);
}
.footer-bottom > .col-4.col-md-3.col-lg-4 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 0 0 30px !important;
  border-left: 1px solid var(--v2-footer-gray);
  flex: 0 1 auto;
}
.legal-logo { display: inline-flex; margin: 0; padding: 0 !important; }
.legal-logo img { height: 24px; width: auto; }
.dmca-badge img { height: 36px; width: auto; }
.footer-bottom > .col-4.small:last-child {
  flex: 1 1 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--v2-footer-fine-text);
  text-align: left;
}

/* ---------- Modals (hidden unless explicitly shown) ---------- */
.modal { display: none; }
.modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 1055;
  background: rgba(var(--v2-bg-rgb), 0.75);
  padding: 20px;
}
.modal-dialog {
  width: 100%;
  max-width: 600px;
}
.modal-dialog.modal-xl { max-width: 1000px; }
.modal-content {
  background: linear-gradient(187.23deg, rgba(var(--v2-purple-nav-rgb), 0.97) 6.13%, rgba(var(--v2-modal-gradient-rgb), 0.97) 110.37%);
  border-radius: 24px;
  padding: 24px;
  max-height: 85vh;
  overflow-y: auto;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.modal-title { font-size: 20px; }
.modal-body .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.modal-body .row > * { padding: 0; }
.sidebar-casino-card {
  background: rgba(var(--v2-white-rgb), 0.06);
  border-radius: 16px;
}
.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  background: var(--v2-badge-blue);
}
.casino-oval-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat !important;
}
.input-group { display: flex; }
.form-control {
  flex: 1;
  height: 48px;
  padding-inline: 16px;
  border-radius: 50px 0 0 50px;
  border: 0;
  background: var(--v2-white);
  color: var(--v2-purple-950);
}
.input-group .btn-primary {
  border-radius: 0 50px 50px 0;
  height: 48px;
}

.games__top-title {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    text-transform: capitalize;
    filter: drop-shadow(0px 0px 40px rgba(var(--v2-white-rgb), 0.6));
    
    margin-bottom: 26px;
}
.games__top-title span {
    color: var(--v2-purple-vivid);
    text-shadow: 0px 0px 20px #8a24ff;
    
}
.home-providers {
  max-width: 850px;
  margin: 50px auto;
}

.blog__cards {
    display: grid;
    gap: 20px 29px;
    grid-template-columns: repeat(1, 1fr);
    padding: 15px;
    background-color: rgba(var(--v2-black-rgb), 0.4);
    border-radius: 32px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    margin-bottom: 34px;
}

 .main-content-wrapper {
  background: url("/assets/imgv2net/blog-post-section-bg_1.jpg") no-repeat bottom center;
  background-size: 700% auto;
  padding-bottom: 80px;
}
.blog-page {
  background: url("/assets/imgv2net/Hero_TIPPEK.webp") #070115 no-repeat top center;
  background-position: top 0px;
  background-size: 300% auto;
}

@media (min-width: 768px) {
  .blog-page {
  background-size: 100% auto;
}
 .main-content-wrapper { background-size: 100% auto; }
}

.hp-blog:before {
  background: url("/assets/imgv2net//blog-section-bg.jpg") no-repeat center center;
  background-size: cover;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  min-width:100%;  
  width: 100%;
  height: 170%;
  top: -35%;
}
.info-box {
    padding: 20px;
    background: linear-gradient(134.89deg, rgba(var(--v2-info-panel-a-rgb), 0.5) 9.36%, rgba(var(--v2-info-panel-b-rgb), 0.5) 52.08%, rgba(var(--v2-info-panel-c-rgb), 0.5) 94.45%);
    border-radius: 32px;
    margin-bottom: 40px;
}
.white-menu {
  padding: 15px 24px;
  background: linear-gradient(0deg, var(--v2-white), var(--v2-white)), var(--v2-btn-base);
  background-blend-mode: hard-light, normal;
  box-shadow: 0px 4px 8px rgba(var(--v2-black-rgb), 0.25);
  border-radius: 50px;
  color: var(--v2-black);
  white-space: nowrap;
  font-weight: 700;
}
.white-menu:hover {
  background: var(--v2-purple-700)
}
@media (min-width: 1028px) {
  h2 {
      font-size: 40px;
      margin-bottom: 16px;
  }
  .blog__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .info-box {
    padding: 50px;
  }
  .text-section h3 {
    font-size: 28px;
  }
  .nav-link {
    font-size: 19px;
  }
  .text-section li {
  font-size: 19px;
  }
  .text-section {
  font-size: 19px;
  }
.blog__cards {
    padding: 61px 69px;
}
  .modal-body .row { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Rating / safety level colors ---------- */
.casino-info-lvl-1 { fill: var(--v2-status-low); color: var(--v2-status-low); }
.casino-info-lvl-2 { fill: var(--v2-status-medium); color: var(--v2-status-medium); }
.casino-info-lvl-3 { fill: var(--v2-lime); color: var(--v2-lime); }
.safety-index-high { fill: var(--v2-lime); color: var(--v2-lime); }
.safety-index-medium { fill: var(--v2-status-medium); color: var(--v2-status-medium); }
.safety-index-low { fill: var(--v2-status-low); color: var(--v2-status-low); }
.safety-index-new { fill: var(--v2-status-new); color: var(--v2-status-new); }

/* ---------- Author info box (casino review byline card) ---------- */
.author-info-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 35px 40px 35px 30px;
  margin-bottom: 30px;
  background: var(--v2-purple-panel-solid);
  border-left: 30px solid var(--v2-lilac);
  border-radius: 32px;
}
.author-info-header {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.author-info-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.author-info-avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--v2-avatar-placeholder);
  flex-shrink: 0;
}
.author-info-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.author-info-name {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  color: var(--v2-white);
  text-decoration: none;
}
a.author-info-name:hover {
  text-decoration: underline;
}
.author-info-role {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
  color: var(--v2-white);
}
.author-info-role a {
  color: var(--v2-lime-bright);
  text-decoration: none;
}
.author-info-role a:hover {
  text-decoration: underline;
}
.author-info-mail {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  color: var(--v2-lime-bright);
  flex-shrink: 0;
}
.author-info-text {
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  color: var(--v2-white);
}
.author-info-updated {
  font-size: 14px;
  line-height: 20px;
  color: var(--v2-lilac);
}
.author-info-updated em {
  font-style: italic;
}
.author-info-updated a {
  color: var(--v2-lilac);
}

/* ---------- Author description (casino review byline card) ---------- */
.author_description {
  padding: 25px 35px 25px 45px;
  margin-bottom: 30px;
  background: var(--v2-purple-panel-solid);
  border-left: 10px solid var(--v2-lime-bright);
  border-radius: 24px;
}
.author-description-top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.author-description-text {
  font-size: 17px;
  line-height: 28px;
  color: var(--v2-white);
}
.author-description-img {
  float:left;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--v2-avatar-placeholder);
  margin-right: 20px;
}
.author-description-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.author-description-info .author-name {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: var(--v2-white);
}
.author-description-info .small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--v2-white);
}
.author-description-text{
  clear: both;
  display: block;
  padding-top: 20px;
}

/* ---------- Author page "rest" / sitemap-content link columns (shared markup: author-rest-columns/-column/-link also used by game_v2net) ---------- */
.author-rest-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 50px;
}
.author-rest-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 220px;
  max-width: 280px;
}
.author-rest-link {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: var(--v2-white);
  text-decoration: none;
}
.author-rest-link::before {
  content: "\203A";
  display: inline-block;
  margin-right: 8px;
  color: var(--v2-lime-bright);
}
.author-rest-link:hover {
  text-decoration: underline;
}

/* ---------- Casino review hero (top part: brand, summary, bonus/pros/cons cards) ---------- */
.casino-hero {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.casino-hero-top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .casino-hero-top {
    flex-direction: row;
    align-items: center;
  }
}
.casino-hero-brand {
  display: flex;
  align-items: center;
  gap: 25px;
}
.casino-hero-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--v2-white);
  background-color: var(--v2-hero-logo-bg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.casino-hero-name {
  font-size: 28px;
  font-weight: 600;
  color: var(--v2-white);
}
.casino-hero-desc {
  max-width: 913px;
  font-family: "Source Sans 3", "Poppins", sans-serif;
  font-size: 19px;
  line-height: 32px;
  color: var(--v2-white);
}
.casino-hero-desc p { margin-bottom: 0; }
.casino-hero-desc h2 { font-size: 22px; margin-bottom: 10px; }

.casino-cards-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
.casino-card-bonus,
.casino-card-pros,
.casino-card-cons {
  box-sizing: border-box;
  flex: 1 1 100%;
  min-width: 300px;
  max-width: none;
  background: linear-gradient(201.97deg, var(--v2-purple-800b) -29.88%, rgba(var(--v2-panel-mid-rgb), 0.196883) 75.54%, rgba(var(--v2-panel-deep-rgb), 0.07) 106.47%);
  box-shadow: 0px 0px 14px rgba(var(--v2-card-glow-rgb), 0.35);
  backdrop-filter: blur(42px);
  border-radius: 32px;
}
@media (min-width: 768px) {
  .casino-card-bonus,
  .casino-card-pros,
  .casino-card-cons {
    flex: 1 1 380px;
    max-width: 460px;
  }
}
.casino-card-bonus {
  padding: 30px 25px;
  display: flex;
  align-items: center;
}
.casino-card-bonus-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.casino-bonus-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.casino-bonus-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.casino-bonus-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.casino-bonus-item--end {
  align-items: flex-end;
  text-align: right;
}
.casino-bonus-label {
  font-size: 16px;
  color: var(--v2-lilac);
}
.casino-bonus-value {
  font-size: 28px;
  font-weight: 600;
  color: var(--v2-white);
  line-height: 1;
}
.casino-bonus-percent {
  font-size: 12px;
  font-weight: 600;
  color: var(--v2-lilac);
  margin-top: 4px;
}
.casino-bonus-promo {
  font-size: 14px;
  color: var(--v2-text-dim);
}

.casino-cta.btn {
  width: 100%;
}
.btn-tc-link {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  font-size: 15px;
  color: var(--v2-lilac);
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
.btn-tc-link:hover { color: var(--v2-white); }

.casino-hero-metrics {
  display: flex;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.metric-box {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
}
.metric-rating { background: rgba(var(--v2-metric-rating-bg-rgb), 0.5); }
.metric-trust { background: linear-gradient(180.26deg, var(--v2-metric-trust-1) -111.04%, rgba(var(--v2-panel-mid-rgb), 0.196883) 183.96%), rgba(var(--v2-metric-trust-bg-rgb), 0.5); }
.metric-text { min-width: 0; }
.metric-label {
  font-size: 12px;
  color: var(--v2-white);
  margin-bottom: 6px;
}
.metric-value {
  font-size: 17px;
  font-weight: 600;
  color: var(--v2-white);
}
.metric-value.safety-index-high { color: var(--v2-status-high); }
.metric-value.safety-index-medium { color: var(--v2-status-medium); }
.metric-value.safety-index-low { color: var(--v2-status-low); }
.metric-value.safety-index-new { color: var(--v2-status-new); }
.metric-gauge {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: conic-gradient(currentColor var(--rating-pct, 80%), var(--v2-purple-600) 0);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 2px rgba(var(--v2-black-rgb), 0.7);
}
.metric-gauge::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--v2-gauge-bg);
}
.metric-gauge span {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--v2-white);
}
.metric-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
 }
.metric-icon svg { width: 40px; height: 40px; }
.metric-icon svg.safety-gauge { width: 48px; height: 48px; }
.gauge-needle {
  transform-box: view-box;
  transform-origin: 24px 34.9px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.safety-index-low .gauge-needle { transform: rotate(-135deg); }
.safety-index-medium .gauge-needle { transform: rotate(-67deg); }
.safety-index-high .gauge-needle { transform: rotate(0deg); }

.casino-card-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.casino-card-title--pros {
  background: linear-gradient(90deg, var(--v2-green-bright) 0.84%, var(--v2-lime) 60%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.casino-card-title--cons {
  background: linear-gradient(89.2deg, var(--v2-cons-gradient-1) 14.64%, var(--v2-status-cons-alt) 99.31%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.casino-card-title-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid var(--v2-lime);
  -webkit-text-fill-color: initial;
  color: var(--v2-lime);
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino-card-title-icon svg { width: 16px; height: 16px; }
.casino-card-title--cons .casino-card-title-icon {
  border-color: var(--v2-status-cons);
  color: var(--v2-status-cons);
}

.casino-card-pros,
.casino-card-cons {
  padding: 29px 25px;
}
.casino-feature-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.casino-feature-row {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--v2-bg);
  border-radius: 32px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  color: var(--v2-white);
}
.casino-feature-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--v2-lime);
  color: var(--v2-lime);
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino-feature-icon svg { width: 12px; height: 12px; }
.casino-feature-row--con .casino-feature-icon {
  border-color: var(--v2-status-cons);
  color: var(--v2-status-cons);
}

/* ---------- Sidebar "Top Casinos" list (small casino cards) ---------- */
.sidebar-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
  color: var(--v2-purple-vivid);
  text-shadow: 0px 0px 20px #8a24ff;
  padding-bottom: 25px;
}
.sidebar-title span {
  color: var(--v2-white);
  text-shadow: 0px 0px 20px rgba(var(--v2-white-rgb), 0.6);
}
.sidebar-casino-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-casino-card-v2 {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 130px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(81.69deg, rgba(var(--v2-card-purple-rgb), 0.6) -11.3%, rgba(var(--v2-card-purple-dark-rgb), 0.6) 31.12%, rgba(var(--v2-card-purple-rgb), 0.6) 82.97%);
justify-content: space-between;
}
.sidebar-casino-card-v2-body {
  justify-content: center;
  padding: 16px 14px;
}
.sidebar-casino-card-v2-name {
  font-size: 17px;
  font-weight: 600;
  color: var(--v2-white);
  line-height: 1.2;
}
.sidebar-casino-card-v2-offer {
  font-size: 13px;
  font-weight: 500;
  color: var(--v2-white);
  line-height: 1.4;
}
.sidebar-casino-card-v2-side {
  position: relative;
  flex: 0 0 110px;
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 10px 16px;
  background: linear-gradient(213.16deg, var(--v2-sidebar-side-1) 38.3%, var(--v2-sidebar-side-2) 136.42%);

}
.sidebar-casino-card-v2-badge {
  font-size: 10px;
  font-weight: 600;
  color: var(--v2-white);
  text-align: center;
  padding: 4px 10px;
  border-radius: 50px;
  background: linear-gradient(241.41deg, rgba(var(--v2-badge-light-rgb), 0.5) -19.97%, rgba(var(--v2-badge-dark-rgb), 0.5) 92.03%), var(--v2-badge-deposit-alt);
  margin-bottom: 6px;
  display: inline-block;
}
.sidebar-casino-card-v2-logo {
  width: 60px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sidebar-casino-card-v2-rating {
  position: relative;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 4px solid var(--v2-status-high);
  background: var(--v2-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 2px rgba(var(--v2-black-rgb), 0.7);
}
.sidebar-casino-card-v2-rating::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: var(--v2-rating-gray);
}
.sidebar-casino-card-v2-rating span {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: var(--v2-white);
}


.sidebar-casino-card-v2--no_deposit_bonus .sidebar-casino-card-v2-badge { background: linear-gradient(241.41deg, rgba(var(--v2-badge-light-rgb), 0.5) -19.97%, rgba(var(--v2-badge-dark-rgb), 0.5) 92.03%), var(--v2-status-cons); }

@media (min-width: 576px) {
  .sidebar-casino-card-v2 { min-height: 141px; border-radius: 28px; }
  .sidebar-casino-card-v2-body { padding: 20px 22px; }
  .sidebar-casino-card-v2-name { font-size: 20px; }
  .sidebar-casino-card-v2-offer { font-size: 15px; }
  .sidebar-casino-card-v2-side { flex: 0 0 130px; width: 130px; gap: 14px; padding: 30px 12px 20px; }
  .sidebar-casino-card-v2-logo { width: 72px; height: 36px; }
  .sidebar-casino-card-v2-badge { font-size: 11px; padding: 5px 12px; margin-bottom: 10px; }
}

/* ---------- Casino info / payment panels ---------- */
.info-section-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) {
  .info-section-title { font-size: 36px; }
}
.info-section-title--info {
  background: linear-gradient(93.8deg, var(--v2-info-teal) 2.49%, var(--v2-info-green) 101.7%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
}
.info-section-title--payment {
  background: linear-gradient(268.29deg, var(--v2-payment-purple-1) 21%, var(--v2-payment-purple-2) 95.95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
  padding-top: 40px;
}

.info-panel {
  position: relative;
  padding: 20px;
  border-radius: 32px;
  background:
    radial-gradient(116.59% 107.34% at -4.16% 78.55%, rgba(var(--v2-info-panel-glow-a-rgb), 0.2) 0.96%, rgba(var(--v2-info-glow-rgb), 0.2) 49.35%, rgba(var(--v2-info-glow-rgb), 0) 100%),
    radial-gradient(55.49% 87.37% at 102.99% 21.12%, rgba(var(--v2-info-panel-glow-b-rgb), 0.2) 0.96%, rgba(var(--v2-info-glow-rgb), 0.2) 44.23%, rgba(var(--v2-info-glow-rgb), 0) 100%);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .info-panel { padding: 28px; }
}

.casino-info .info-field-value.has-arrow::before {
    content: "\203A";
    margin-right: 8px;
    font-weight: 700;
    color: var(--v2-lime-bright);
}
.casino-info .info-field-label {
  font-size: 15px;
  color: var(--v2-lilac-faint);
  margin-bottom: 10px;
}
.casino-info .info-field-value {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 13px 20px;
  background: var(--v2-bg);
  border-radius: 0 15px 15px 15px;
  color: var(--v2-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  word-break: break-word;
}
.casino-info a.info-field-value {
  color: var(--v2-lime);
}
.casino-info a.info-field-value::before {
  content: "\203A";
  margin-right: 8px;
  font-weight: 700;
}
.casino-info .info-field-value--icon { justify-content: center; }
.casino-info .info-field-value--lg {

  font-size: 28px;
  font-weight: 500;
}
.casino-info .info-field-value--accent { color: var(--v2-lime); }
.casino-info .info-field-note {
  font-size: 12px;
  color: var(--v2-lilac-faint);
  margin-top: 8px;
}

.casino-withdrawal-limits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  width: 100%;
}
.casino-withdrawal-limits > div {
  min-width: 0;
  container-type: inline-size;
}
.casino-withdrawal-limits .info-field-value--lg {
  min-width: 0;
  white-space: nowrap;
  font-size: clamp(14px, 12cqi, 28px);
}

.casino-info .badge {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--v2-white);
  padding: 7px 18px;
  border-radius: 50px;
  background: linear-gradient(241.41deg, rgba(var(--v2-badge-light-rgb), 0.5) -19.97%, rgba(var(--v2-badge-dark-rgb), 0.5) 92.03%), var(--v2-purple-650);
  box-shadow: 0px 4px 8px rgba(var(--v2-black-rgb), 0.25);
}

/* Link badges (e.g. "Online Kaszinó") inside .info-value look distinct from the
   plain (non-link) badge variant — outlined pill, no fill. */
.info-value div.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 7px 15px;
  background: linear-gradient(201.97deg, rgba(var(--v2-info-value-badge-rgb), 0.5) -29.88%, rgba(var(--v2-panel-mid-rgb), 0.0984415) 75.54%, rgba(var(--v2-panel-deep-rgb), 0.035) 106.47%);
  border: 1px solid var(--v2-badge-outline-border);
  box-shadow: 0px 0px 4px rgba(var(--v2-black-rgb), 0.15);
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: var(--v2-lilac-faint);
  text-align: center;
  white-space: nowrap;
}

.casino-info .provider-logo-link {
  display: inline-flex;
}
.casino-info .deposit-method-logo {
  width: 64px;
  height: 48px;
  object-fit: contain;
}

/* ---------- Slot info panel (game_v2net) ---------- */
#slot-small-info-container .row > * { flex: 1 1 100%; max-width: 100%; min-width: 0; }
.slot-info-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 100%;
}
.slot-info-media {
  flex: 0 0 100%;
  max-width: 160px;
}
@media (min-width: 576px) {
  .slot-info-media { flex-basis: 140px; max-width: 140px; }
}
.slot-info-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.slot-info-fields {
  flex: 1 1 320px;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.slot-info-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}
.slot-info-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.slot-info-field { min-width: 0; }
.slot-info-field--tags { min-width: 0; flex: 1 1 140px; }
.slot-info-field--full { width: 100%; }
@media (min-width: 480px) {
  .slot-info-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.slot-info-panel .info-field-label {
  font-size: 13px;
  color: var(--v2-lilac-faint);
  margin-bottom: 8px;
  word-break: break-word;
}
.slot-info-panel .info-field-value {
  font-size: 18px;
  font-weight: 600;
  color: var(--v2-white);
  line-height: 1.3;
}
.slot-rating-value {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.slot-info-panel .info-value {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.slot-info-panel .badge {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--v2-white);
  padding: 6px 16px;
  border-radius: 50px;
  background: linear-gradient(241.41deg, rgba(var(--v2-badge-light-rgb), 0.5) -19.97%, rgba(var(--v2-badge-dark-rgb), 0.5) 92.03%), var(--v2-purple-650);
  box-shadow: 0px 4px 8px rgba(var(--v2-black-rgb), 0.25);
}

/* ---------- Casino listing grid (collectingCasino_v2_v2net) ---------- */
.casino-grid, .slot-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0;

}
.casino-grid > * { padding: 0; width: auto; }
@media (min-width: 768px) {
  .casino-grid, .slot-grid, .blog-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
  .casino-grid, .slot-grid, .blog-grid { grid-template-columns: repeat(4, 1fr); }
}
.casino-grid-pagination {
  grid-column: 1 / -1;
}

/* ---------- Casino columns row (sidebar + info/payment) ---------- */
.casino-columns > .col-lg-4,
.casino-columns > .casino-info.col-lg-8 {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .casino-columns { align-items: flex-start; }
  .casino-columns > .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .casino-columns > .casino-info.col-lg-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
}

/* ---------- Article layout row (content + sidebar) ---------- */

@media (min-width: 768px) {
  .article-columns > .col-md-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
}
@media (min-width: 992px) {
  .article-columns > .col-lg-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .article-columns > .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

/* ---------- Game layout row (content + sidebar) ---------- */

@media (min-width: 992px) {
  
  .game-columns > .col-lg-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .game-columns > .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

/* ---------- Info/payment panel inner grid ---------- */

.info-panel .col-lg-6,
.info-panel .col-lg-4,
.info-panel .col-lg-12 {
  flex: 1 1 100%;
  max-width: 100%;
}
.info-panel .col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .payment_methods-page .col-4-block {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
    .providers-page .col-4-block {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
@media (min-width: 992px) {
    .payment_methods-page .col-lg-2 {
    flex: 0 0 calc(16.6667% - 20px);
    max-width: calc(166.6667% - 20px);
  }
      .providers-page .col-lg-2 {
    flex: 0 0 calc(16.6667% - 20px);
    max-width: calc(166.6667% - 20px);
  }


    .info-panel .col-md-6 {
    flex: 0 0 calc(50% );
    max-width: calc(50% );
  }
  .info-panel .row.g-3 {
    column-gap: 40px;
  }
  .info-panel .col-lg-6 {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .info-panel .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .info-panel .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ---------- In-text promo card (casino-card-content-inner) ---------- */

.promo-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 688px;
  padding: 20px;
  gap: 24px;
  background: linear-gradient(176.13deg, var(--v2-promo-magenta) -59.6%, rgba(var(--v2-panel-mid-rgb), 0.196883) 65.48%, rgba(var(--v2-panel-deep-rgb), 0.07) 102.17%);
  border-radius: 32px;
  margin-inline: auto;
  position: relative;
  
  
  /* Your inner transparent gradient goes directly on the parent */
  background: linear-gradient(
    176.13deg, 
    var(--v2-promo-magenta) -59.6%, 
    rgba(var(--v2-panel-mid-rgb), 0.196883) 65.48%, 
    rgba(var(--v2-panel-deep-rgb), 0.07) 102.17%
  );
}

/* 2. The border layer */
.promo-card::before {
  content: "";
  position: absolute;
  inset: 0; /* Stretches to match the parent's exact size */
  border-radius: 32px; /* Matches the parent's curve */
  padding: 2px; 
  /* This padding sets your border thickness! */
  
  /* The border gradient from your image */
  background: linear-gradient(
    to top, 
    rgba(var(--v2-promo-border-1-rgb), 0.65) 0%, 
    rgba(var(--v2-promo-border-2-rgb), 0.10) 50%, 
    rgba(var(--v2-promo-border-3-rgb), 0.65) 100%
  );
  
  /* 3. The masking magic: this creates the hollow center */
  -webkit-mask: linear-gradient(var(--v2-white) 0 0) content-box, linear-gradient(var(--v2-white) 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  
  /* Prevents the invisible center from blocking mouse clicks */
  pointer-events: none; 
}
.promo-card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.promo-card-logo img {
  width: 140px;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}
.promo-card-rating {
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid var(--v2-lime-alt);
  background: var(--v2-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 2px rgba(var(--v2-black-rgb), 0.7);
}
.promo-card-rating::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--v2-purple-600);
}
.promo-card-rating span {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--v2-white);
}
.promo-card-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 40px;
  text-align: center;
}
.promo-card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 1 260px;
}
.promo-card-name {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--v2-white);
}
.promo-card-offers {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.promo-card-offer {
  display: flex;
  flex-direction: column;
}
.promo-card-offer-value {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: var(--v2-white);
}
.promo-card-offer-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: var(--v2-promo-offer-label);
}
.promo-card-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 1 260px;
  max-width: 278px;
  margin-inline: auto;
}
body .promo-card-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  background: linear-gradient(360deg, rgba(var(--v2-promo-orange-light-rgb), 0.8) 9.92%, rgba(var(--v2-promo-orange-dark-rgb), 0.8) 50.88%), var(--v2-yellow);
  background-blend-mode: hard-light, normal;
  box-shadow: 0px 4px 8px rgba(var(--v2-black-rgb), 0.25);
  border-radius: 50px;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  color: var(--v2-black) !important;
  text-decoration: none;
  text-align: center;
  border: 0;
}
.promo-card-btn:hover {
  color: var(--v2-black);
  background: linear-gradient(360deg, rgba(var(--v2-promo-orange-light-rgb), 0.8) 9.92%, rgba(var(--v2-promo-orange-dark-rgb), 0.8) 50.88%), var(--v2-yellow);
  
}
.promo-card-tc {
  background: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-decoration: underline;
  color: var(--v2-lilac-faint);
}
@media (min-width: 576px) {
  .promo-card { padding: 25px; gap: 20px; }
  .promo-card-body { justify-content: space-between; text-align: left; }
  .promo-card-info { align-items: flex-start; }
  .promo-card-cta { margin-inline: 0; }
}

/* ---------- Table of contents (toc-intext) ---------- */
.toc-intext {
  background: var(--v2-toc-bg);
  border: 1px solid var(--v2-toc-border);
  border-radius: 15px;
  padding: 16px;
}
@media (min-width: 576px) {
  .toc-intext { padding: 5px 15px; }
}
.toc-intext .toc-header.toc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
}
.toc-intext .toc-header.toc-btn:hover,
.toc-intext .toc-header.toc-btn:focus {
  text-decoration: none;
}
.toc-intext .toc-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: var(--v2-white);
}
@media (min-width: 576px) {
  .toc-intext .toc-title { font-size: 28px; line-height: 36px; }
}
.toc-intext .toc-header svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.2s ease-in-out;
  transform: rotate(-180deg);
}
.toc-intext .toc-header.collapsed svg {
  transform: rotate(0deg);
}
.toc-intext .toc-intext-body {
  display: none;
  overflow: hidden;
}
.toc-intext .toc-intext-body.show {
  display: block;
  padding-top: 20px;
}
.toc-intext .toc-menu {
  padding-left: 0;
}
.toc-intext .toc-menu li {
  padding: 10px 0;
  border-bottom: 1px solid var(--v2-toc-border);
}
.toc-intext .toc-menu li:last-child {
  border-bottom: 0;
}
.toc-intext .toc-menu .toc-menu {
  padding-left: 1rem;
  margin-top: 10px;
}
.toc-intext .toc-menu .toc-menu li:last-child {
  padding-bottom: 0;
}
.toc-intext .toc-item {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: var(--v2-white);
  text-decoration: none;
  display: block;
}
.toc-intext .toc-item:hover {
  color: var(--v2-yellow);
  text-decoration: none;
}
.gambling-message-box {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gambling-message-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  /* --v2-bg: #070115; */
    background: var(--v2-bg);
    opacity: .88;
    z-index: 0;
}
.ratio-16x9 {
    --dc-aspect-ratio: 56.25%;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio:before {
    display: block;
    padding-top: var(--dc-aspect-ratio);
    content: "";
}
.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.d-flex {
    display: flex !important;
}
.d-none {
    display: none !important;
}
.gambling-message-content {
    position: relative;
    z-index: 2;
    max-width: 23rem;
    width: 100%;
    height: auto;
    color: var(--v2-white);
    border-radius: .5rem;
    overflow: hidden;
}
/* ---------- Pagination ---------- */
.pagination {
  display: flex !important;
  align-items: center;
  gap: 4px;
  padding: 0;
}
.pagination .page-item {
  width: 40px;
  height: 40px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.pagination .page-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 4px;
  background: transparent !important;
  box-shadow: none !important;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--v2-pagination-pink) !important;
}
.pagination .page-link:hover,
.pagination .page-link:focus {
  color: var(--v2-pagination-pink);
  background: transparent;
}
.pagination .page-item.active .page-link {
  border: 1px solid var(--v2-white);
  color: var(--v2-white) !important;
  background: transparent !important;
}
.pagination .page-item.pager-link {
  opacity: 0.3;
}
.pagination .page-item.pager-link .page-link {
  font-size: 20px;
}
.pagination .page-item.disabled .page-link {
  color: var(--v2-pagination-pink) !important;
  pointer-events: none;
}
.pagination .page-link.page-more {
  border: none;
  background: transparent;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--dc-border-width) solid var(--v2-plum);
}



@property --rating {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}

.deluxe-rating-badge {
  --rating: 0;
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0px 0px 2px rgba(var(--v2-black-rgb), 0.7);
  animation: fillDeluxeBadge 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.casino-hero-metrics .deluxe-rating-badge {
  width: 48px;
  height: 48px;
}
.deluxe-badge-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg); 
}

.deluxe-badge-track {
  fill: none;
  stroke: transparent;
  stroke-width: 3px;
}

.deluxe-badge-progress {
  fill: none;
  stroke: var(--v2-lime-alt);
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-dasharray: 100.5;
  stroke-dashoffset: calc(100.5 - (100.5 * var(--rating, 0) / 100));
}

.deluxe-badge-text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--v2-white);
  z-index: 1; 
}

@keyframes fillDeluxeBadge {
  0% {
    --rating: 0;
  }
  100% {
    --rating: var(--rating-target, 0);
  }
}

/* bottom-nav start */
.bottom-nav {
  display: flex;
  justify-content: space-between;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: rgba(var(--v2-purple-nav-rgb), 0.8);
  padding: 10px 12px;
  border-radius: 30px 30px 0 0;
  gap: 12px;
  box-shadow: 0px -3px 4px 0px rgba(var(--v2-black-rgb), 0.149);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.bottom-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: 13px;
  line-height: 16px;
  color: var(--v2-nav-link);
  font-weight: 500;
  text-align: center;
  gap: 10px;
  padding-top: 10px;
}
.bottom-nav__icon {
  width: 36px;
}
.bottom-nav__link::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 3px;
  background-color: var(--v2-bottom-nav-active);
  border-radius: 3px;
  top: -1.5px;
  opacity: 0;
  transition: all 0.3s;
}
.bottom-nav__link.active::before {
  opacity: 1;
}
.bottom-nav__link.active {
  color: var(--v2-white);
}
.bottom-nav__link.active .bottom-nav__icon {
  filter: brightness(1000);
}


.casino-page {
  background: url(/assets/background.webp) top center no-repeat var(--v2-bg);
  background-size: 300% auto;

}
.bottom-nav.bottom-nav-visible {
  transform: translateY(0);
}

/* bottom-nav end */
@media (min-width: 768px) {
  .casino-page {
    background-size: 100% auto;
  }
  .bottom-nav {
    display: none;
  }
}

.btn.compare-button {
    padding: .25rem .75rem;
    font-size: .75rem;
    font-weight: 400;
    color: var(--dc-card-color);
    border-radius: 16px;
    border-color: #62c11d
}

.btn.compare-button.selected,.btn.compare-button:focus-visible,.btn.compare-button:hover,.btn.compare-button:active,.btn.compare-button:focus {
    background-color: #62c11d;
    border-color: #62c11d;
    color: #fff
}

.quick-info-item {
    width: 33.3333%
}

.quick-info-item div {
    height: 1.5rem;
    font-weight: 700;
    font-size: 1.15rem
}

.casino-oval-logo.small {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    background-size: 30px 30px!important;
    margin: auto
}

.select-casino {
    background: #fff;
    padding: 4px;
    margin-bottom: 4px;
    line-height: 30px;
    color: #000;
    cursor: pointer
}

.select-casino:after {
    content: " ";
    display: block;
    clear: both
}
.loto-page .article-card {
    background: var(--v2-toc-bg);

}
.loto-page .article-card .card-body {
    padding: 16px;
    background: var(--v2-toc-bg);
}
.loto-page .article-card .card-body .article-title {
    color: var(--v2-white);
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 768px) {
  .loto-page .article-card .card-body .article-title {
    font-size: 16px;
  }
  .text-section figure.table {
    overflow: auto;
  }
  .faq-card {
    padding: 16px 0;
  }
  .home-page .slot-types-container {
    padding-bottom: 0;
  }
  .collecting-slot-page .hp-casinos-wrapper .row .col-2.col-md-4.col-lg-3:nth-of-type(5) {
    display: none;
  }
}

/* ---------- Review form ---------- */
.review-form .sidebar-header.h5 {
  font-size: 28px;
}
.review-form .form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--v2-lilac);
}
.review-form {
  padding: 10px 20px 10px;
    border: 1px solid var(--v2-purple-border);
    border-radius: 32px;
    margin-bottom: 40px;
    background: linear-gradient(134.89deg, rgba(var(--v2-info-panel-a-rgb), 0.6) 9.36%, rgba(var(--v2-info-panel-b-rgb), 0.6) 52.08%, rgba(var(--v2-info-panel-c-rgb), 0.6) 94.45%);
}
.review-form .form-control {
  width: 100%;
  height: 48px;
  padding-inline: 16px;
  border-radius: 12px;
  border: 1px solid var(--v2-purple-border);
  background: var(--v2-purple-750);
  color: var(--v2-white);
  font-size: 15px;
}
.review-form textarea.form-control {
  height: auto;
  padding-block: 12px;
  resize: vertical;
}
.review-form .form-control::placeholder {
  color: var(--v2-text-muted);
}
.review-form .form-control:focus {
  outline: none;
  border-color: var(--v2-lime-bright);
  box-shadow: 0 0 0 3px rgba(230, 255, 0, 0.15);
}
.review-form .form-control.is-invalid {
  border-color: var(--v2-status-cons);
}
.review-form .invalid-feedback {
  margin-top: 4px;
  font-size: 13px;
  color: var(--v2-status-cons);
}
.review-form .form-group {
  margin-bottom: 4px;
}

/* Two-column layout for name/email, full width for message & actions */
.review-form .col-lg-6,
.review-form .col-lg-12 {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .review-form .col-lg-6 {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .review-form .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .review-form .row.g-3 {
    column-gap: 40px;
  }
}

.review-form .cf-turnstile,
.review-form .example-container {
  display: flex;
  justify-content: center;
  flex: 1 1 100%;
  margin-block: 20px;
}

.review-form .review-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 0;
  border: none;
  float: none;
}
.review-form .review-rating > input {
  display: none;
}
.review-form .review-rating > label.star {
  position: relative;
  display: block;
  width: 26px;
  height: 25px;
  margin: 0;
  cursor: pointer;
  background-color: var(--v2-star-track);
  clip-path: path("M7.5,12.9525 L12.135,15.75 L10.905,10.4775 L15,6.93 L9.6075,6.4725 L7.5,1.5 L5.3925,6.4725 L0,6.93 L4.095,10.4775 L2.865,15.75 L7.5,12.9525 Z");
  filter: drop-shadow(1px 0 0 var(--v2-purple-border)) drop-shadow(-1px 0 0 var(--v2-purple-border)) drop-shadow(0 1px 0 var(--v2-purple-border)) drop-shadow(0 -1px 0 var(--v2-purple-border));
  transition: background-color 0.15s ease, transform 0.15s ease, filter 0.15s ease;
}
.review-form .review-rating > input:checked ~ label.star,
.review-form .review-rating:not(:checked) > label.star:hover,
.review-form .review-rating:not(:checked) > label.star:hover ~ label.star {
  background-color: var(--v2-yellow);
}
.review-form .review-rating > input:checked + label.star:hover,
.review-form .review-rating > input:checked ~ label.star:hover,
.review-form .review-rating > label.star:hover ~ input:checked ~ label.star,
.review-form .review-rating > input:checked ~ label.star:hover ~ label.star {
  background-color: var(--v2-status-medium);
}
.review-form .review-rating:not(:checked) > label.star:hover,
.review-form .review-rating:not(:checked) > label.star:hover ~ label.star {
  transform: scale(1.2);
  filter: drop-shadow(1px 0 0 var(--v2-white)) drop-shadow(-1px 0 0 var(--v2-white)) drop-shadow(0 1px 0 var(--v2-white)) drop-shadow(0 -1px 0 var(--v2-white)) drop-shadow(0 0 6px rgba(255, 187, 0, 0.85));
}