:root {
  --slotwave7-bg: linear-gradient(180deg, #f4faf6 0%, #ebf5ee 100%);
  --slotwave7-surface: #ffffff;
  --slotwave7-surface-alt: #f8fcf9;
  --slotwave7-border: #c9e3d2;
  --slotwave7-border-strong: #5ab48a;
  --slotwave7-text: #1f4030;
  --slotwave7-text-muted: #6b8a78;
  --slotwave7-accent: #5ab48a;
  --slotwave7-accent-dark: #4a9d76;
  --slotwave7-forest: #2a5440;
  --slotwave7-cream: #fefbf5;
  --slotwave7-shadow: 0 18px 50px rgba(90, 180, 138, 0.08);
  --slotwave7-shadow-strong: 0 24px 64px rgba(90, 180, 138, 0.14);
  --slotwave7-radius: 18px;
  --slotwave7-shell: 1180px;
  --slotwave7-ease: 180ms ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--slotwave7-bg);
  color: var(--slotwave7-text);
  font-family: "Inter", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(168, 213, 190, 0.22), rgba(90, 180, 138, 0.12), rgba(244, 250, 246, 0.22)),
    repeating-linear-gradient(90deg, transparent 0 180px, rgba(90, 180, 138, 0.06) 180px 240px, transparent 240px 420px);
  animation: mintWave 11s ease-in-out infinite;
}

@keyframes mintWave {
  0%, 100% { opacity: 0.08; }
  50% { opacity: 0.15; }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1, h2, h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--slotwave7-text);
}

p {
  margin: 0;
  line-height: 1.7;
}

.slotwave7-page {
  position: relative;
  z-index: 1;
}

.slotwave7-shell {
  width: min(var(--slotwave7-shell), calc(100% - 32px));
  margin: 0 auto;
}

.slotwave7-section {
  padding: 34px 0;
}

.slotwave7-section + .slotwave7-section {
  border-top: 1px solid rgba(160, 200, 180, 0.4);
}

.slotwave7-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(244, 250, 246, 0.94);
  backdrop-filter: blur(12px);
}

.slotwave7-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.slotwave7-brand img,
.slotwave7-footer-brand img {
  width: 235px;
  height: auto;
}

.slotwave7-nav,
.slotwave7-footer-links,
.slotwave7-footer-rg,
.slotwave7-hero-actions,
.slotwave7-cookie-actions,
.slotwave7-age-actions,
.slotwave7-rg-links,
.slotwave7-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.slotwave7-nav {
  justify-content: flex-end;
}

.slotwave7-nav a {
  position: relative;
  color: var(--slotwave7-text);
  font-size: 0.98rem;
  font-weight: 500;
  transition: color var(--slotwave7-ease);
}

.slotwave7-nav a:hover,
.slotwave7-footer-links a:hover {
  color: var(--slotwave7-accent);
}

.slotwave7-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: var(--slotwave7-accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--slotwave7-ease);
}

.slotwave7-nav a:hover::after,
.slotwave7-nav .slotwave7-nav-active::after {
  transform: scaleX(1);
}

.slotwave7-nav .slotwave7-nav-active::before {
  content: "• ";
  color: var(--slotwave7-accent);
}

.slotwave7-kicker {
  margin-bottom: 10px;
  color: var(--slotwave7-accent);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.slotwave7-section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.slotwave7-section-head h1,
.slotwave7-section-head h2 {
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.04;
}

.slotwave7-section-head p:last-child,
.slotwave7-hero-subline,
.slotwave7-copy-block p,
.slotwave7-news-item p,
.slotwave7-criteria-card p,
.slotwave7-rg-card p,
.slotwave7-legal-card p,
.slotwave7-faq-answer p {
  color: var(--slotwave7-text-muted);
}

.slotwave7-hero {
  padding-top: 72px;
  padding-bottom: 42px;
}

.slotwave7-hero h1 {
  max-width: 12ch;
  font-size: clamp(40px, 7vw, 92px);
  line-height: 0.94;
}

.slotwave7-hero-kicker {
  font-weight: 600;
}

.slotwave7-hero-bar {
  display: inline-block;
  width: 56px;
  height: 2px;
  margin-bottom: 22px;
  background: var(--slotwave7-accent);
}

.slotwave7-hero-subline {
  max-width: 760px;
  margin-top: 18px;
  font-size: 1.06rem;
}

.slotwave7-counter-strip,
.slotwave7-news-list,
.slotwave7-grid,
.slotwave7-rg-grid {
  display: grid;
  gap: 20px;
}

.slotwave7-counter-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.slotwave7-counter-card,
.slotwave7-news-item,
.slotwave7-criteria-card,
.slotwave7-legal-card,
.slotwave7-rg-card {
  border: 1px solid var(--slotwave7-border);
  border-radius: var(--slotwave7-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--slotwave7-shadow);
}

.slotwave7-counter-card,
.slotwave7-news-item,
.slotwave7-criteria-card {
  padding: 22px;
}

.slotwave7-counter-card strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  color: var(--slotwave7-accent-dark);
}

.slotwave7-counter-card span,
.slotwave7-news-item time,
.slotwave7-card-note,
.slotwave7-footer-copy,
.slotwave7-footer-links a,
.slotwave7-footer-rg span {
  color: var(--slotwave7-text-muted);
  font-size: 0.92rem;
}

.slotwave7-news-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.slotwave7-news-item h3,
.slotwave7-criteria-card h3 {
  margin: 10px 0 10px;
  font-size: 1.22rem;
  line-height: 1.3;
}

.slotwave7-casino-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.slotwave7-casino-list-top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.slotwave7-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 20px 20px 18px;
  border: 1px solid var(--slotwave7-border);
  border-radius: 18px;
  background: var(--slotwave7-surface);
  box-shadow: var(--slotwave7-shadow);
  text-align: center;
  transition: transform var(--slotwave7-ease), box-shadow var(--slotwave7-ease), border-color var(--slotwave7-ease);
}

.slotwave7-card:hover {
  transform: translateY(-2px);
  border-color: var(--slotwave7-border-strong);
  box-shadow: var(--slotwave7-shadow-strong);
}

.slotwave7-card-top {
  padding: 24px;
}

.slotwave7-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100px;
  min-height: 76px;
  padding-top: 20px;
  margin: 0 auto 16px;
}

.slotwave7-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(168, 213, 190, 0.3);
  color: var(--slotwave7-text);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.slotwave7-card h3 {
  margin-top: 14px;
  font-size: 22px;
}

.slotwave7-rating-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 10px;
}

.slotwave7-rating-dot {
  width: 10px;
  height: 10px;
  border: 1.5px solid var(--slotwave7-border);
  border-radius: 50%;
  background: transparent;
}

.slotwave7-rating-dot-filled {
  border-color: var(--slotwave7-accent);
  background: var(--slotwave7-accent);
}

.slotwave7-rating-value {
  margin-left: 4px;
  font-weight: 600;
  color: var(--slotwave7-forest);
}

.slotwave7-bonus {
  position: relative;
  margin: 8px 0 18px;
  padding-bottom: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--slotwave7-accent-dark);
}

.slotwave7-bonus::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--slotwave7-accent);
}

.slotwave7-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(168, 213, 190, 0.3);
  color: var(--slotwave7-text);
  font-size: 0.88rem;
  font-weight: 500;
}

.slotwave7-button,
.slotwave7-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1.5px solid transparent;
  border-radius: 12px;
  background: var(--slotwave7-accent);
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 12px 28px rgba(90, 180, 138, 0.22);
  transition: background var(--slotwave7-ease), color var(--slotwave7-ease), border-color var(--slotwave7-ease), transform var(--slotwave7-ease);
}

.slotwave7-button:hover,
.slotwave7-cta-btn:hover {
  background: var(--slotwave7-forest);
  color: var(--slotwave7-cream);
}

.slotwave7-button-secondary {
  background: transparent;
  border-color: var(--slotwave7-forest);
  color: var(--slotwave7-forest);
  box-shadow: none;
}

.slotwave7-cta-btn {
  width: 100%;
  margin-top: 18px;
}

.slotwave7-card-note {
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.55;
}

.slotwave7-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--slotwave7-border);
  border-radius: var(--slotwave7-radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--slotwave7-shadow);
}

.slotwave7-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.slotwave7-table th,
.slotwave7-table td {
  padding: 15px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(160, 200, 180, 0.28);
}

.slotwave7-table thead th {
  background: rgba(168, 213, 190, 0.2);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.95rem;
}

.slotwave7-copy-block,
.slotwave7-faq-list {
  display: grid;
  gap: 16px;
}

.slotwave7-criteria-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.slotwave7-legal-main {
  min-height: 70vh;
}

.slotwave7-legal-card,
.slotwave7-rg-card {
  padding: 28px;
}

.slotwave7-rg-card {
  display: grid;
  gap: 22px;
}

.slotwave7-rg-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.slotwave7-rg-grid article {
  padding: 16px;
  border-radius: 16px;
  background: var(--slotwave7-surface-alt);
}

.slotwave7-rg-grid strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--slotwave7-forest);
}

.slotwave7-faq-item {
  overflow: hidden;
  border: 1px solid var(--slotwave7-border);
  border-radius: var(--slotwave7-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--slotwave7-shadow);
}

.slotwave7-faq-question {
  width: 100%;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: var(--slotwave7-text);
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.slotwave7-faq-question::after {
  content: "+";
  float: right;
  color: var(--slotwave7-accent-dark);
}

.slotwave7-faq-item.slotwave7-open .slotwave7-faq-question::after {
  content: "−";
}

.slotwave7-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--slotwave7-ease);
}

.slotwave7-faq-answer > p {
  min-height: 0;
  overflow: hidden;
  padding: 0 20px;
}

.slotwave7-faq-item.slotwave7-open .slotwave7-faq-answer {
  grid-template-rows: 1fr;
}

.slotwave7-faq-item.slotwave7-open .slotwave7-faq-answer > p {
  padding-bottom: 18px;
}

.slotwave7-footer {
  border-top: 1px solid rgba(160, 200, 180, 0.4);
  background: rgba(244, 250, 246, 0.94);
}

.slotwave7-footer-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
}

.slotwave7-footer-rg span {
  padding: 6px 10px;
  border: 1px solid var(--slotwave7-border);
  border-radius: 999px;
}

.slotwave7-cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  width: min(360px, calc(100% - 24px));
  border: 1px solid var(--slotwave7-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--slotwave7-shadow-strong);
}

.slotwave7-cookie-inner {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.slotwave7-age-overlay {
  align-items: stretch !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  background: rgba(31, 64, 48, 0.14) !important;
}

.slotwave7-age-overlay .slotwave7-age-box {
  width: min(var(--slotwave7-shell), calc(100% - 20px)) !important;
  margin: 10px auto auto !important;
}

.slotwave7-age-box {
  border: 1px solid var(--slotwave7-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--slotwave7-shadow-strong);
}

.slotwave7-age-content {
  display: grid;
  gap: 8px;
}

.slotwave7-age-box,
.slotwave7-age-actions {
  padding: 0;
}

.slotwave7-age-box {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
}

.slotwave7-age-box .slotwave7-kicker {
  margin: 0;
}

.slotwave7-back-top {
  position: fixed;
  right: 18px;
  bottom: 112px;
  z-index: 65;
  width: 46px;
  height: 46px;
  border: 1px solid var(--slotwave7-border);
  border-radius: 50%;
  background: var(--slotwave7-surface);
  color: var(--slotwave7-forest);
  font-size: 1.25rem;
  cursor: pointer;
  box-shadow: var(--slotwave7-shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--slotwave7-ease), transform var(--slotwave7-ease);
}

.slotwave7-back-top.slotwave7-visible {
  opacity: 1;
  pointer-events: auto;
}

[data-lazy] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 360ms ease, transform 360ms ease;
}

[data-lazy].slotwave7-inview {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .slotwave7-casino-list-top,
  .slotwave7-criteria-grid,
  .slotwave7-rg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slotwave7-age-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .slotwave7-header {
    position: static;
  }

  .slotwave7-header-inner,
  .slotwave7-footer-strip,
  .slotwave7-counter-strip,
  .slotwave7-news-list,
  .slotwave7-casino-list-top,
  .slotwave7-criteria-grid,
  .slotwave7-rg-grid {
    grid-template-columns: 1fr;
  }

  .slotwave7-header-inner {
    display: grid;
  }

  .slotwave7-nav {
    justify-content: flex-start;
  }

  .slotwave7-cookie-banner {
    bottom: 76px;
  }
}

@media (max-width: 550px) {
  html, body { overflow-x: hidden; max-width: 100%; }
  .slotwave7-page * { max-width: 100%; }
  .slotwave7-casino-list, .slotwave7-grid { grid-template-columns: 1fr !important; }
  .slotwave7-card { flex-direction: column !important; min-width: 0; }
  .slotwave7-card * { min-width: 0; max-width: 100%; }
  .slotwave7-logo-wrap { max-width: 120px; height: 36px; }
  .slotwave7-cta-btn, .slotwave7-button { width: 100% !important; max-width: 100%; white-space: normal; word-break: break-word; overflow-wrap: anywhere; }
  h1, h2 { font-size: clamp(1.25rem, 6vw, 2rem) !important; }
  .slotwave7-card:hover { transform: none !important; }
  .slotwave7-nav { position: absolute; left: 0; right: 0; width: 100%; min-width: 0; max-width: 100%; box-sizing: border-box; }
  .slotwave7-header-inner { position: relative; padding-bottom: 92px; }
  table { table-layout: auto; width: max-content; min-width: 100%; }
  .slotwave7-table { max-width: none !important; }
  .slotwave7-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  thead th { white-space: nowrap; }
  .slotwave7-cookie-banner { left: 12px; right: 12px; width: auto; bottom: 72px; }
  .slotwave7-back-top { bottom: 168px; }
}

@media (max-width: 380px) {
  h1 { font-size: clamp(1.1rem, 7vw, 1.5rem) !important; }
  .slotwave7-logo-wrap { max-width: 90px; height: 30px; }
}
