.elementor-213 .elementor-element.elementor-element-449998d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c5bb918 */: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);
}

/* 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);
}

/* 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; }
  
  .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; }
}

@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; }
}
Footer - Glass liquid bar (same as plans betting.html)
   ============================================ */
.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);
}

.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; }
}/* End custom CSS */