.elementor-162 .elementor-element.elementor-element-3bb7f45{--display:flex;}/* Start custom CSS for html, class: .elementor-element-90330e7 */.site-footer {
  width: 100vw;
  max-width: 100%;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 24px;
  position: relative;
  margin-top: 80px;
  padding: 60px 40px 30px;
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(140%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(140%);
  border: 1px solid var(--lg-border);
  border-radius: var(--lg-radius-lg);
  overflow: hidden;
  font-family: 'Outfit', sans-serif;
  box-shadow: 0 -1px 0 var(--specular-soft) inset, 0 -8px 32px -8px rgba(0, 0, 0, 0.2);
}
/* Breadcrumb */
.review-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 40px 0;
  font-size: 13px;
}
.review-breadcrumb__container { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.5); }
.review-breadcrumb__link { color: rgba(255,255,255,0.6); text-decoration: none; }
.review-breadcrumb__link:hover { color: var(--accent); }
.review-breadcrumb__sep { font-size: 10px; opacity: 0.5; }
.review-breadcrumb__current { color: rgba(255,255,255,0.8); font-weight: 500; }

/* Hero */
.review-hero {
  max-width: 1200px;
  margin: 20px auto 24px;
  padding: 0 40px;
  text-align: center;
}
.review-hero__badge {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, var(--accent), #00ff88);
  color: #000;
  font-size: 13px;
  font-weight: 700;
  border-radius: 100px;
  letter-spacing: 1px;
  margin-bottom: 16px;
  box-shadow: 0 8px 24px rgba(28, 237, 112, 0.4);
}
.review-hero__title { font-size: 42px; font-weight: 700; margin: 0 0 12px; letter-spacing: -0.02em; }
.review-hero__subtitle { font-size: 17px; color: rgba(255,255,255,0.7); margin: 0 auto 32px; max-width: 600px; }

/* --- NEW: Authorship Meta Grid --- */
.review-hero__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.review-hero__author-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.review-hero__meta-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
}

.review-hero__person {
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-hero__person-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(28, 237, 112, 0.3);
}

.review-hero__person-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-hero__person-icon svg { width: 14px; height: 14px; stroke: rgba(255,255,255,0.6); }
.review-hero__person-icon.verified svg { stroke: var(--accent); }

.review-hero__person-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.review-hero__person-name:hover { color: var(--accent); }

.review-hero__meta-sep {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
}

.review-hero__date {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.5);
}
.review-hero__date svg { opacity: 0.6; }
.review-hero__date-text { font-size: 13px; }
.review-hero__date-text strong { color: rgba(255,255,255,0.8); font-weight: 500; }
/* Registration Guide */
.registration-guide {
  width: 100%;
  max-width: 900px;
  margin: 48px auto;
  padding: 0 40px;
}

.registration-guide__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.registration-guide__step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border-radius: var(--lg-radius);
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  border: 1px solid var(--lg-border);
  transition: all 0.45s var(--liquid-ease);
  box-shadow: 0 1px 0 var(--specular) inset, 0 8px 24px -8px rgba(0, 0, 0, 0.25);
}

.registration-guide__step:hover {
  transform: translateX(8px);
  border-color: var(--lg-border-accent);
  background: var(--lg-bg-strong);
  box-shadow: 0 1px 0 var(--specular) inset, 0 12px 32px -8px rgba(0, 0, 0, 0.3), inset 0 0 24px var(--accent-dim);
}

.registration-guide__step--final {
  background: rgba(28, 237, 112, 0.08);
  border-color: var(--lg-border-accent);
  box-shadow: 0 1px 0 var(--specular) inset, inset 0 0 24px var(--accent-dim);
}

.registration-guide__step--final:hover {
  background: rgba(28, 237, 112, 0.12);
  box-shadow: 0 1px 0 var(--specular) inset, inset 0 0 32px var(--accent-dim), 0 0 40px rgba(28, 237, 112, 0.15);
}

.registration-guide__step-number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lg-bg);
  border: 1px solid var(--lg-border-accent);
  border-radius: 14px;
  font-size: 20px;
  font-weight: 700;
  color: var(--accent);
  transition: all 0.4s var(--liquid-ease);
}

.registration-guide__step:hover .registration-guide__step-number {
  background: var(--accent);
  color: #000;
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 0 20px rgba(28, 237, 112, 0.5);
}

.registration-guide__step--final .registration-guide__step-number {
  background: var(--accent);
  color: #000;
  font-size: 18px;
}

.registration-guide__step-content {
  flex: 1;
  padding-top: 2px;
}

.registration-guide__step-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

.registration-guide__step:hover .registration-guide__step-title {
  color: var(--accent);
}

.registration-guide__step--final .registration-guide__step-title {
  color: var(--accent);
}

.registration-guide__step-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .registration-guide {
    padding: 0 20px;
    margin: 36px auto;
  }
  
  .registration-guide__container {
    gap: 12px;
  }
  
  .registration-guide__step {
    padding: 18px 16px;
    gap: 14px;
  }
  
  .registration-guide__step:hover {
    transform: translateX(4px);
  }
  
  .registration-guide__step-number {
    width: 40px;
    height: 40px;
    font-size: 17px;
    border-radius: 12px;
  }
  
  .registration-guide__step-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  
  .registration-guide__step-desc {
    font-size: 13px;
    line-height: 1.6;
  }
}
/* Football Betting */
.football-betting {
  width: 100%;
  max-width: 1100px;
  margin: 48px auto;
  padding: 0 40px;
}

.football-betting__intro {
  max-width: 700px;
  margin: 0 auto 32px;
  text-align: center;
}

.football-betting__intro p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.football-betting__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.football-betting__card {
  position: relative;
  padding: 24px 18px;
  border-radius: var(--lg-radius);
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  border: 1px solid var(--lg-border);
  text-align: center;
  transition: all 0.45s var(--liquid-ease);
  overflow: hidden;
  box-shadow: 0 1px 0 var(--specular) inset, 0 10px 28px -8px rgba(0, 0, 0, 0.3);
}

.football-betting__card:hover {
  transform: translateY(-8px);
  border-color: var(--lg-border-accent);
  background: var(--lg-bg-strong);
  box-shadow: 0 1px 0 var(--specular) inset, 0 0 0 1px rgba(28, 237, 112, 0.2), 0 24px 48px -12px rgba(0, 0, 0, 0.4), inset 0 0 32px var(--accent-dim);
}

.football-betting__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lg-bg);
  border: 1px solid var(--lg-border-accent);
  border-radius: 16px;
  transition: all 0.4s var(--liquid-ease);
}

.football-betting__icon svg {
  stroke: var(--accent);
  transition: all 0.3s ease;
}

.football-betting__card:hover .football-betting__icon {
  background: var(--accent);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 0 24px rgba(28, 237, 112, 0.5);
}

.football-betting__card:hover .football-betting__icon svg {
  stroke: #000;
}

.football-betting__title {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

.football-betting__card:hover .football-betting__title {
  color: var(--accent);
}

.football-betting__desc {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Leagues Section */
.football-betting__leagues {
  text-align: center;
  padding: 24px;
  border-radius: var(--lg-radius);
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  border: 1px solid var(--lg-border);
  box-shadow: 0 1px 0 var(--specular) inset;
}

.football-betting__leagues-title {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 16px;
}

.football-betting__leagues-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.football-betting__league-tag {
  padding: 8px 16px;
  background: rgba(28, 237, 112, 0.08);
  border: 1px solid rgba(28, 237, 112, 0.2);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  color: var(--accent);
  transition: all 0.3s ease;
  cursor: default;
}

.football-betting__league-tag:hover {
  background: rgba(28, 237, 112, 0.15);
  border-color: var(--accent);
  transform: scale(1.05);
  box-shadow: 0 0 16px rgba(28, 237, 112, 0.25);
}

/* Responsive */
@media (max-width: 1200px) {
  .football-betting__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .football-betting {
    padding: 0 20px;
    margin: 36px auto;
  }
  
  .football-betting__intro p {
    font-size: 14px;
  }
  
  .football-betting__grid {
    gap: 12px;
  }
  
  .football-betting__card {
    padding: 18px 14px;
  }
  
  .football-betting__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  
  .football-betting__icon svg {
    width: 22px;
    height: 22px;
  }
  
  .football-betting__title {
    font-size: 15px;
  }
  
  .football-betting__desc {
    font-size: 12px;
  }
  
  .football-betting__leagues {
    padding: 20px;
  }
  
  .football-betting__league-tag {
    padding: 6px 12px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .football-betting__card {
    padding: 16px 12px;
  }
  
  .football-betting__leagues-list {
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .registration-guide__step {
    padding: 14px 12px;
    gap: 12px;
  }
  
  .registration-guide__step-number {
    width: 36px;
    height: 36px;
    font-size: 15px;
    border-radius: 10px;
  }
  
  .registration-guide__step-title {
    font-size: 15px;
  }
  
  .registration-guide__step-desc {
    font-size: 12px;
  }
}
/* Verified Badge for Reviewer */
.review-hero__person-img-wrap {
  position: relative;
  display: inline-block;
}

.review-hero__verified-badge {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 14px;
  height: 14px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0d0d0d;
}

.review-hero__verified-badge svg {
  stroke: #000;
}
.site-footer__glow {
  display: none;
}

.site-footer__container {
  max-width: 100%;
  margin: 0;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.site-footer__brand {
  text-align: center;
}

.site-footer__logo-link {
  display: inline-block;
  margin-bottom: 8px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.site-footer__logo-link:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 20px rgba(28, 237, 112, 0.6));
}

.site-footer__logo-img {
  height: auto;
  max-width: 140px;
  display: block;
  filter: drop-shadow(0 0 15px rgba(28, 237, 112, 0.4));
}

.site-footer__tagline {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-footer__social {
  text-align: center;
}

.site-footer__social-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.site-footer__social-links {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.site-footer__social-link {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lg-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--lg-border-accent);
  border-radius: 16px;
  color: var(--accent);
  transition: all 0.4s var(--liquid-ease);
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.site-footer__social-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1ced70, #00ff88);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.site-footer__social-link:hover {
  transform: translateY(-5px) scale(1.1);
  border-color: #1ced70;
  box-shadow: 0 10px 30px rgba(28, 237, 112, 0.4), 0 0 20px rgba(28, 237, 112, 0.3);
}

.site-footer__social-link:hover::before {
  opacity: 1;
}

.site-footer__social-link svg {
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  fill: #1ced70;
  filter: drop-shadow(0 0 10px rgba(28, 237, 112, 0.5));
}

.site-footer__social-link.telegram-icon:hover svg {
  fill: #000000;
  transform: scale(1.2) rotate(-8deg);
  filter: drop-shadow(0 0 20px rgba(28, 237, 112, 1));
}

.site-footer__social-link.linkedin-icon:hover svg {
  fill: #000000;
  transform: scale(1.2);
  filter: drop-shadow(0 0 20px rgba(28, 237, 112, 1));
}

.site-footer__social-link.email-icon:hover svg {
  fill: #000000;
  transform: scale(1.2) rotate(8deg);
  filter: drop-shadow(0 0 20px rgba(28, 237, 112, 1));
}

.site-footer__bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__copyright {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
  direction: ltr;
}

.site-footer__link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
}

.site-footer__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #1ced70, #00ff88);
  transition: width 0.3s ease;
}

.site-footer__link:hover {
  color: #00ff88;
  text-shadow: 0 0 10px rgba(28, 237, 112, 0.5);
}

.site-footer__link:hover::after {
  width: 100%;
}

/* Footer Responsive */
@media (max-width: 768px) {
  .site-footer {
    padding: 50px 20px 25px;
    margin-top: 60px;
  }
  .site-footer__container { gap: 30px; }
  .site-footer__logo-img { max-width: 120px; }
  .site-footer__tagline { font-size: 12px; }
  .site-footer__social-title { font-size: 14px; }
  .site-footer__social-links { gap: 12px; }
  .site-footer__social-link { width: 45px; height: 45px; }
  .site-footer__social-link svg { width: 20px; height: 20px; }
  .site-footer__copyright { font-size: 12px; }
}

@media (max-width: 480px) {
  .site-footer { padding: 40px 12px 20px; }
  .site-footer__logo-img { max-width: 100px; }
  .site-footer__tagline { font-size: 11px; }
  .site-footer__social-title { font-size: 13px; }
  .site-footer__social-links { gap: 10px; }
  .site-footer__social-link { width: 42px; height: 42px; }
  .site-footer__social-link svg { width: 18px; height: 18px; }
  .site-footer__copyright { font-size: 11px; }
}
/* ============================================
   Liquid Glass – matches main-blog.html
   ============================================ */
:root {
  --lg-bg: rgba(255, 255, 255, 0.06);
  --lg-bg-strong: rgba(255, 255, 255, 0.1);
  --lg-border: rgba(255, 255, 255, 0.14);
  --lg-border-accent: rgba(28, 237, 112, 0.35);
  --lg-blur: 28px;
  --lg-blur-strong: 48px;
  --lg-radius: 22px;
  --lg-radius-lg: 30px;
  --liquid-ease: cubic-bezier(0.34, 1.2, 0.64, 1);
  --accent: #1ced70;
  --accent-dim: rgba(28, 237, 112, 0.12);
  --specular: rgba(255, 255, 255, 0.18);
  --specular-soft: rgba(255, 255, 255, 0.08);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Outfit', 'Varela Round', sans-serif;
  background: #0d0d0d;
  color: white;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  direction: ltr;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: 
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(28, 237, 112, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 80% 100%, rgba(28, 237, 112, 0.02) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* Review Hero */
.review-hero {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 24px;
  padding: 0 40px;
  text-align: center;
}

.review-hero__badge {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, var(--accent), #00ff88);
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border-radius: 100px;
  letter-spacing: 1px;
  margin-bottom: 16px;
  box-shadow: 0 8px 24px rgba(28, 237, 112, 0.4);
}

.review-hero__title {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #fff;
  letter-spacing: -0.02em;
}

.review-hero__subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* Banner - simple, no frame */
.review-banner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 48px;
  padding: 0 40px;
}

.review-banner__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* Section Title */
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 32px;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  position: relative;
  width: 100%;
  display: block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  border-radius: 4px;
  opacity: 0.9;
}

/* Site Analysis */
.site-analysis {
  width: 100%;
  max-width: 1000px;
  margin: 48px auto;
  padding: 0 40px;
  font-family: 'Outfit', sans-serif;
}

.site-analysis__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.site-analysis__card {
  position: relative;
  padding: 20px 14px;
  border-radius: var(--lg-radius);
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  border: 1px solid var(--lg-border);
  text-align: center;
  transition: all 0.45s var(--liquid-ease);
  overflow: hidden;
  box-shadow: 0 1px 0 var(--specular) inset, 0 12px 32px -8px rgba(0, 0, 0, 0.35);
}

.site-analysis__card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: var(--lg-border-accent);
  background: var(--lg-bg-strong);
  box-shadow: 0 1px 0 var(--specular) inset, 0 0 0 1px rgba(28, 237, 112, 0.2), 0 20px 48px -12px rgba(0, 0, 0, 0.4), inset 0 0 32px var(--accent-dim);
}

.site-analysis__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lg-bg);
  backdrop-filter: blur(14px);
  border: 1px solid var(--lg-border-accent);
  border-radius: 14px;
  transition: all 0.45s var(--liquid-ease);
}

.site-analysis__icon svg {
  stroke: var(--accent);
  filter: drop-shadow(0 0 4px rgba(28, 237, 112, 0.3));
}

.site-analysis__card:hover .site-analysis__icon {
  transform: scale(1.08);
  box-shadow: 0 0 16px rgba(28, 237, 112, 0.35);
}

.site-analysis__value {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(135deg, #1ced70 0%, #00ff88 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.site-analysis__suffix {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.site-analysis__label {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
  font-weight: 600;
}

.site-analysis__stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-top: 10px;
}

.site-analysis__stars .star {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.site-analysis__stars .star.filled {
  background: var(--accent);
  box-shadow: 0 0 6px rgba(28, 237, 112, 0.5);
}

.site-analysis__stars .star.half {
  background: linear-gradient(90deg, var(--accent) 50%, rgba(255, 255, 255, 0.2) 50%);
}

/* Review Summary */
.review-summary {
  width: 100%;
  max-width: 900px;
  margin: 48px auto;
  padding: 0 40px;
}

.review-summary__card {
  padding: 32px;
  border-radius: var(--lg-radius);
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  border: 1px solid var(--lg-border);
  box-shadow: 0 1px 0 var(--specular) inset, 0 12px 32px -8px rgba(0, 0, 0, 0.3);
  transition: all 0.45s var(--liquid-ease);
}

.review-summary__card:hover {
  border-color: var(--lg-border-accent);
  box-shadow: 0 1px 0 var(--specular) inset, 0 0 0 1px rgba(28, 237, 112, 0.15), inset 0 0 40px var(--accent-dim);
}

.review-summary__text {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 24px;
}

.review-summary__text strong {
  color: var(--accent);
}

.review-summary__list {
  margin: 0;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 2;
  font-size: 15px;
}

.review-summary__list li {
  margin-bottom: 6px;
}

.review-summary__list li::marker {
  color: var(--accent);
}
/* Casino Games */
.casino-games {
  width: 100%;
  max-width: 1100px;
  margin: 48px auto;
  padding: 0 40px;
}

.casino-games__intro {
  max-width: 700px;
  margin: 0 auto 32px;
  text-align: center;
}

.casino-games__intro p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.casino-games__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.casino-games__card {
  position: relative;
  padding: 28px 20px;
  border-radius: var(--lg-radius);
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  border: 1px solid var(--lg-border);
  text-align: center;
  transition: all 0.45s var(--liquid-ease);
  overflow: hidden;
  box-shadow: 0 1px 0 var(--specular) inset, 0 10px 28px -8px rgba(0, 0, 0, 0.3);
}

.casino-games__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--specular), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.casino-games__card:hover::before {
  opacity: 1;
}

.casino-games__card:hover {
  transform: translateY(-8px);
  border-color: var(--lg-border-accent);
  background: var(--lg-bg-strong);
  box-shadow: 0 1px 0 var(--specular) inset, 0 0 0 1px rgba(28, 237, 112, 0.2), 0 24px 48px -12px rgba(0, 0, 0, 0.4), inset 0 0 32px var(--accent-dim);
}

.casino-games__card--featured {
  background: rgba(28, 237, 112, 0.06);
  border-color: rgba(28, 237, 112, 0.25);
  box-shadow: 0 1px 0 var(--specular) inset, inset 0 0 20px var(--accent-dim);
}

.casino-games__card--featured:hover {
  background: rgba(28, 237, 112, 0.1);
}

.casino-games__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lg-bg);
  border: 1px solid var(--lg-border-accent);
  border-radius: 16px;
  transition: all 0.4s var(--liquid-ease);
}

.casino-games__card--featured .casino-games__icon {
  background: rgba(28, 237, 112, 0.15);
}

.casino-games__icon svg {
  stroke: var(--accent);
  transition: all 0.3s ease;
}

.casino-games__card:hover .casino-games__icon {
  background: var(--accent);
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 0 28px rgba(28, 237, 112, 0.5);
}

.casino-games__card:hover .casino-games__icon svg {
  stroke: #000;
}

.casino-games__count {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}

.casino-games__card:hover .casino-games__count {
  background: linear-gradient(135deg, #1ced70 0%, #00ff88 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.casino-games__card--featured .casino-games__count {
  background: linear-gradient(135deg, #1ced70 0%, #00ff88 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.casino-games__title {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

.casino-games__card:hover .casino-games__title {
  color: var(--accent);
}

.casino-games__card--featured .casino-games__title {
  color: var(--accent);
}

.casino-games__desc {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Providers Section */
.casino-games__providers {
  text-align: center;
  padding: 24px;
  border-radius: var(--lg-radius);
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  border: 1px solid var(--lg-border);
  box-shadow: 0 1px 0 var(--specular) inset;
}

.casino-games__providers-title {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 16px;
}

.casino-games__providers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.casino-games__provider-tag {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  cursor: default;
}

.casino-games__provider-tag:hover {
  background: rgba(28, 237, 112, 0.1);
  border-color: rgba(28, 237, 112, 0.4);
  color: var(--accent);
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1200px) {
  .casino-games__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .casino-games {
    padding: 0 20px;
    margin: 36px auto;
  }
  
  .casino-games__intro p {
    font-size: 14px;
  }
  
  .casino-games__grid {
    gap: 12px;
  }
  
  .casino-games__card {
    padding: 20px 16px;
  }
  
  .casino-games__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  
  .casino-games__icon svg {
    width: 22px;
    height: 22px;
  }
  
  .casino-games__count {
    font-size: 24px;
  }
  
  .casino-games__title {
    font-size: 15px;
  }
  
  .casino-games__desc {
    font-size: 12px;
  }
  
  .casino-games__providers {
    padding: 20px;
  }
  
  .casino-games__provider-tag {
    padding: 6px 12px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .casino-games__card {
    padding: 16px 12px;
  }
  
  .casino-games__providers-list {
    gap: 8px;
  }
}
/* Games Analysis */
.games-analysis {
  width: 100%;
  max-width: 1100px;
  margin: 48px auto 80px;
  padding: 0 40px;
}

.games-analysis__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.games-analysis__card {
  position: relative;
  padding: 24px 20px;
  border-radius: var(--lg-radius);
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  border: 1px solid var(--lg-border);
  transition: all 0.45s var(--liquid-ease);
  overflow: hidden;
  box-shadow: 0 1px 0 var(--specular) inset, 0 8px 28px -8px rgba(0, 0, 0, 0.3);
}

.games-analysis__card.green {
  background: rgba(28, 237, 112, 0.07);
  border-color: var(--lg-border-accent);
  box-shadow: 0 1px 0 var(--specular) inset, inset 0 0 28px var(--accent-dim);
}

.games-analysis__card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: var(--lg-border-accent);
  box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(28, 237, 112, 0.2);
}

.games-analysis__card.green:hover {
  box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.4), inset 0 0 36px var(--accent-dim);
}

.games-analysis__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lg-bg);
  border: 1px solid var(--lg-border);
  border-radius: 14px;
}

.games-analysis__card.green .games-analysis__icon {
  background: var(--accent-dim);
  border-color: var(--lg-border-accent);
}

.games-analysis__icon svg {
  stroke: rgba(255, 255, 255, 0.9);
}

.games-analysis__card.green .games-analysis__icon svg {
  stroke: var(--accent);
}

.games-analysis__count {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.games-analysis__card.green .games-analysis__count {
  background: linear-gradient(135deg, #1ced70, #00ff88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.games-analysis__label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 8px;
}

.games-analysis__desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

/* Direct Access CTA */
.review-cta {
  width: 100%;
  max-width: 700px;
  margin: 48px auto 0;
  padding: 0 40px;
}

.review-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.review-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  text-decoration: none;
  border-radius: var(--lg-radius);
  transition: all 0.4s var(--liquid-ease);
  border: 1px solid transparent;
}

.review-cta__btn svg {
  flex-shrink: 0;
}

.review-cta__btn--primary {
  background: var(--accent);
  color: #000;
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 28px rgba(28, 237, 112, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.review-cta__btn--primary:hover {
  background: #1ef575;
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(28, 237, 112, 0.45);
}

.review-cta__btn--secondary {
  background: var(--lg-bg);
  color: #fff;
  border-color: var(--lg-border-accent);
  backdrop-filter: blur(var(--lg-blur));
}

.review-cta__btn--secondary:hover {
  background: var(--lg-bg-strong);
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(28, 237, 112, 0.2);
}

/* Footer */
.site-footer {
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  padding: 50px 40px 30px;
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(140%);
  border: 1px solid var(--lg-border);
  border-radius: var(--lg-radius-lg);
  overflow: hidden;
  box-shadow: 0 -1px 0 var(--specular-soft) inset, 0 -8px 32px -8px rgba(0, 0, 0, 0.2);
}

.site-footer__glow { display: none; }

.site-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.site-footer__brand { text-align: center; }

.site-footer__logo-img {
  max-width: 120px;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 12px rgba(28, 237, 112, 0.4));
}

.site-footer__tagline {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin: 8px 0 0;
}

.site-footer__bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__copyright {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}

.site-footer__link:hover { color: #00ff88; }

/* Responsive */
@media (max-width: 1200px) {
  .site-analysis__grid { grid-template-columns: repeat(2, 1fr); }
  .games-analysis__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .review-hero, .site-analysis, .review-summary, .games-analysis, .review-cta {
    padding: 0 20px;
  }
  .review-banner {
    padding: 0;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .review-banner__img {
    width: 100%;
  }
  
  .review-hero__title { font-size: 32px; }
  .review-hero__subtitle { font-size: 15px; }
  .section-title { font-size: 28px; margin-bottom: 24px; }
  
  /* 2-col grid, smaller widgets */
  .site-analysis__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .games-analysis__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  
  .site-analysis__card { padding: 12px 10px; }
  .site-analysis__icon { width: 36px; height: 36px; margin-bottom: 8px; }
  .site-analysis__icon svg { width: 18px; height: 18px; }
  .site-analysis__value { font-size: 22px; }
  .site-analysis__suffix { font-size: 12px; }
  .site-analysis__label { font-size: 11px; margin-top: 4px; }
  .site-analysis__stars .star { width: 10px; height: 10px; }
  
  .games-analysis__card { padding: 16px 14px; }
  .games-analysis__icon { width: 40px; height: 40px; margin-bottom: 10px; }
  .games-analysis__icon svg { width: 20px; height: 20px; }
  .games-analysis__count { font-size: 20px; }
  .games-analysis__label { font-size: 13px; margin-bottom: 6px; }
  .games-analysis__desc { font-size: 11px; line-height: 1.4; }
  
  .review-summary__card { padding: 24px 20px; }
  .review-cta__buttons { flex-direction: column; }
  .review-cta__btn { width: 100%; justify-content: center; }
  .site-footer { padding: 40px 20px 24px; }
}

@media (max-width: 480px) {
  .review-hero__title { font-size: 26px; }
  .site-analysis__value { font-size: 20px; }
  .site-analysis__suffix { font-size: 11px; }
  .games-analysis__count { font-size: 18px; }
  .review-cta__btn { padding: 16px 24px; font-size: 15px; }
}/* End custom CSS */