@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #121212;
  color: #ffffff;
  min-width: 320px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

a:hover {
  opacity: 0.85;
}

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

.header,
.hero-content,
.features,
.casinos-wrapper,
.entertainment-content,
.bonus-title,
.bonus-cards,
.mobile-content,
.faq-title,
.faq-list,
.catalog-title,
.catalog-hero-image,
.catalog-description,
.about-title,
.about-intro,
.about-hero-image,
.about-platform-content,
.about-cta-title,
.about-cta-desc,
.about-why-title,
.about-why-grid,
.policy-title,
.policy-body {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background-color: #121212;
  padding: 16px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  max-width: 1200px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-logo-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.header-logo-text {
  font-size: 32px;
  font-weight: 700;
  white-space: nowrap;
  line-height: normal;
}

.header-logo-text .green {
  color: #0bd900;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-nav a {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.burger-menu {
  display: none;
  width: 22px;
  height: 12px;
  cursor: pointer;
  flex-shrink: 0;
}

.mobile-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  height: 100%;
  background: #1a1a1a;
  z-index: 1000;
  padding: 80px 30px 30px;
  flex-direction: column;
  gap: 30px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.mobile-nav.active {
  transform: translateX(0);
}

.mobile-nav a {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  line-height: 1;
}

.hero {
  background-color: #121212;
  padding: 60px;
  overflow: hidden;
}

.hero-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.hero-image {
  width: 410px;
  height: 395px;
  flex-shrink: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 620px;
}

.hero-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

.hero-title .green {
  color: #5bff03;
}

.hero-description {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background-color: #5bff03;
  color: #000000;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  width: fit-content;
}

.features {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.feature-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-icon {
  width: 24px;
  height: 24px;
}

.feature-title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.feature-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}

.casinos-section {
  background-color: #121212;
  padding: 60px;
  overflow: hidden;
}

.casinos-wrapper {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.casinos-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  height: 34px;
}

.casinos-header span {
  flex: 1;
}

.casino-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.casino-card {
  background: #000000;
  border: 2px solid #0bd900;
  border-radius: 10px;
  padding: 20px 19px;
  box-shadow: 0 0 6.925px rgba(91, 255, 3, 0.2);
}

.casino-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 125px;
}

.casino-logo {
  width: 115px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.casino-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.casino-logo-invert img {
  filter: brightness(0) invert(1);
}

.casino-bonus {
  width: 220px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.casino-rating {
  width: 160px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

.casino-rating-score {
  font-size: 42px;
  font-weight: 700;
  color: #5bff03;
  line-height: normal;
  letter-spacing: -3.36px;
}

.casino-stars {
  width: 119px;
  height: 23px;
}

.casino-reviews {
  font-size: 14px;
  font-weight: 700;
  color: #e8e8e8;
  line-height: normal;
}

.casino-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.casino-cta .btn-primary {
  width: 155px;
}

.casino-visit {
  font-size: 14px;
  font-weight: 700;
  color: #e8e8e8;
  text-align: center;
  width: 155px;
}

.entertainment-section {
  background-color: #121212;
  padding: 60px;
  overflow: hidden;
}

.entertainment-content {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.entertainment-text {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.entertainment-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.entertainment-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.entertainment-image {
  width: 410px;
  height: 395px;
  flex-shrink: 0;
}

.entertainment-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bonus-section {
  background-color: #121212;
  padding: 60px;
  overflow: hidden;
}

.bonus-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.bonus-cards {
  display: flex;
  gap: 20px;
}

.bonus-card {
  flex: 1;
  background: rgba(91, 255, 3, 0.2);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bonus-card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.bonus-card-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}

.mobile-section {
  background-color: #121212;
  padding: 60px;
  overflow: hidden;
}

.mobile-content {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.mobile-image {
  width: 410px;
  height: 395px;
  flex-shrink: 0;
}

.mobile-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-text {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mobile-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.mobile-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.mobile-desc p + p {
  margin-top: 14px;
}

.faq-section {
  background-color: #121212;
  padding: 60px;
  overflow: hidden;
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  cursor: pointer;
}

.faq-item-header {
  display: flex;
  align-items: center;
  gap: 21px;
}

.faq-item-question {
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.faq-item-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.faq-item-answer {
  display: none;
  padding: 6px 0 6px 10px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.faq-item.active {
  background: rgba(91, 255, 3, 0.1);
  border-radius: 20px;
  padding: 20px;
}

.faq-item.active .faq-item-answer {
  display: block;
}

.faq-item.active .faq-icon-closed {
  display: none;
}

.faq-item.active .faq-icon-open {
  display: block;
}

.faq-icon-open {
  display: none;
}

.footer {
  background-color: #121212;
  padding: 30px 60px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.footer-logo {
  width: 68px;
  height: 68px;
}

.footer-partners {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-partner {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-partner img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-divider {
  width: 100%;
  max-width: 1080px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer-links a {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.footer-disclaimer {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  max-width: 1080px;
}

.footer-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.catalog-section {
  background-color: #121212;
  padding: 60px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.catalog-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  width: 100%;
}

.catalog-title .green {
  color: #5bff03;
}

.catalog-hero-image {
  width: 100%;
  overflow: hidden;
}

.catalog-hero-image img {
  width: 100%;
  height: auto;
}

.catalog-description {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.catalog-description p + p {
  margin-top: 14px;
}

.about-hero-section {
  background-color: #121212;
  padding: 60px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.about-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  width: 100%;
}

.about-title .green {
  color: #5bff03;
}

.about-intro {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.about-hero-image {
  width: 100%;
}

.about-hero-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-platform-section {
  background-color: #121212;
  padding: 60px;
  overflow: hidden;
}

.about-platform-content {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.about-platform-image {
  width: 410px;
  height: 395px;
  flex-shrink: 0;
}

.about-platform-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-platform-text {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-platform-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.about-platform-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.about-stats {
  display: flex;
  gap: 30px;
}

.about-stat-card {
  flex: 1;
  background: rgba(91, 255, 3, 0.2);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-stat-title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.about-stat-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}

.about-cta-section {
  padding: 60px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  position: relative;
}

.about-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.about-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.about-cta-section .about-cta-title,
.about-cta-section .about-cta-desc {
  position: relative;
  z-index: 2;
}

.about-cta-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.about-cta-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  width: 100%;
}

.about-why-section {
  background-color: #121212;
  padding: 60px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-why-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.about-why-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-why-row {
  display: flex;
  gap: 20px;
}

.about-why-card {
  flex: 1;
  background: rgba(91, 255, 3, 0.2);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-why-icon {
  width: 60px;
  height: 60px;
}

.about-why-card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.about-why-card-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}

.policy-section {
  background-color: #121212;
  padding: 60px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.policy-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.96px;
  width: 100%;
}

.policy-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.48px;
  width: 100%;
}

.policy-body p {
  margin-bottom: 10px;
}

.policy-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .header {
    padding: 16px 20px;
  }

  .header-nav {
    display: none;
  }

  .burger-menu {
    display: block;
  }

  .mobile-nav {
    display: flex;
  }

  .hero {
    padding: 40px 20px;
  }

  .hero-content {
    flex-direction: column;
    gap: 20px;
  }

  .hero-image {
    width: 100%;
    height: auto;
    max-width: 390px;
  }

  .hero-text {
    gap: 20px;
    max-width: 100%;
  }

  .hero-title {
    font-size: 36px;
  }

  .features {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    padding: 0 15px;
  }

  .casinos-section {
    padding: 40px 20px;
  }

  .casinos-header {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }

  .casino-card-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    min-height: auto;
  }

  .casino-bonus {
    width: 100%;
  }

  .casino-rating {
    width: 160px;
    align-items: center;
  }

  .casino-cta {
    width: 100%;
  }

  .casino-cta .btn-primary {
    width: 100%;
  }

  .casino-visit {
    width: 100%;
  }

  .entertainment-section {
    padding: 40px 20px;
  }

  .entertainment-content {
    flex-direction: column;
  }

  .entertainment-image {
    width: 100%;
    height: auto;
    max-width: 390px;
    order: -1;
  }

  .entertainment-text {
    gap: 20px;
  }

  .entertainment-title {
    font-size: 28px;
  }

  .bonus-section {
    padding: 40px 20px;
  }

  .bonus-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .bonus-cards {
    flex-direction: column;
  }

  .mobile-section {
    padding: 40px 20px;
  }

  .mobile-content {
    flex-direction: column;
  }

  .mobile-image {
    width: 100%;
    height: auto;
    max-width: 390px;
  }

  .mobile-text {
    gap: 20px;
  }

  .mobile-title {
    font-size: 28px;
  }

  .faq-section {
    padding: 40px 20px;
  }

  .faq-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .faq-item-question {
    font-size: 20px;
  }

  .footer {
    padding: 20px;
    gap: 20px;
  }

  .footer-partners {
    gap: 10px 20px;
  }

  .footer-links {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .footer-disclaimer {
    max-width: 390px;
  }

  .catalog-section {
    padding: 40px 20px;
    gap: 20px;
  }

  .catalog-title {
    font-size: 36px;
  }

  .catalog-hero-image {
    height: 200px;
  }

  .catalog-hero-image img {
    height: 100%;
    object-fit: cover;
  }

  .about-hero-section {
    padding: 40px 20px;
    gap: 20px;
  }

  .about-title {
    font-size: 36px;
  }

  .about-hero-image {
    height: 200px;
    overflow: hidden;
  }

  .about-hero-image img {
    height: 100%;
    object-fit: contain;
  }

  .about-platform-section {
    padding: 40px 20px;
  }

  .about-platform-content {
    flex-direction: column;
  }

  .about-platform-image {
    width: 100%;
    height: auto;
  }

  .about-platform-text {
    gap: 20px;
  }

  .about-platform-title {
    font-size: 28px;
  }

  .about-stats {
    flex-direction: column;
    gap: 10px;
  }

  .about-cta-section {
    padding: 40px 20px;
    gap: 20px;
  }

  .about-cta-title {
    font-size: 28px;
  }

  .about-why-section {
    padding: 40px 20px;
    gap: 20px;
  }

  .about-why-title {
    font-size: 28px;
  }

  .about-why-row {
    flex-direction: column;
  }

  .policy-section {
    padding: 40px 20px;
    gap: 20px;
  }

  .policy-title {
    font-size: 28px;
  }

  .policy-body {
    font-size: 14px;
  }
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1100;
  padding: 20px;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
}

.popup-overlay.active {
  display: flex;
}

.age-popup {
  background: #5bff03;
  border: 3px solid #000000;
  border-radius: 20px;
  padding: 40px 40px 30px;
  max-width: 560px;
  width: 100%;
  color: #000000;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.age-popup-icon {
  width: 70px;
  height: 70px;
}

.age-popup-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}

.age-popup-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #000000;
}

.age-popup-buttons {
  display: flex;
  gap: 16px;
  margin-top: 6px;
}

.age-popup-btn {
  padding: 14px 32px;
  background: #000000;
  color: #ffffff;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.2s;
  min-width: 140px;
}

.age-popup-btn:hover {
  opacity: 0.85;
}

.cookies-popup {
  background: #121212;
  border-radius: 20px;
  padding: 30px;
  max-width: 720px;
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cookies-popup-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.cookies-popup-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

.cookies-popup-buttons {
  display: flex;
  gap: 16px;
  margin-top: 4px;
}

.cookies-popup-btn {
  flex: 1;
  padding: 14px 32px;
  background: #5bff03;
  color: #000000;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.2s;
}

.cookies-popup-btn:hover {
  opacity: 0.85;
}

@media (max-width: 768px) {
  .age-popup {
    padding: 30px 20px 24px;
    gap: 16px;
  }

  .age-popup-title {
    font-size: 22px;
  }

  .age-popup-text {
    font-size: 13px;
  }

  .age-popup-buttons {
    width: 100%;
  }

  .age-popup-btn {
    flex: 1;
    min-width: 0;
    padding: 12px 16px;
  }

  .cookies-popup {
    padding: 24px 20px;
    gap: 16px;
  }

  .cookies-popup-title {
    font-size: 26px;
  }

  .cookies-popup-buttons {
    flex-direction: column;
  }
}

.btn-primary {
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, background-color 0.25s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(91, 255, 3, 0.35);
  opacity: 1;
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(91, 255, 3, 0.25);
}

.header-logo {
  transition: transform 0.25s ease;
}

.header-logo:hover {
  transform: scale(1.04);
  opacity: 1;
}

.header-nav a {
  position: relative;
  transition: color 0.2s ease;
}

.header-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #5bff03;
  transition: width 0.3s ease;
}

.header-nav a:hover {
  color: #5bff03;
  opacity: 1;
}

.header-nav a:hover::after {
  width: 100%;
}

.burger-menu {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.burger-menu:hover {
  transform: scale(1.12);
}

.mobile-nav a {
  transition: color 0.2s ease, transform 0.2s ease;
}

.mobile-nav a:hover {
  color: #5bff03;
  transform: translateX(4px);
  opacity: 1;
}

.feature-item {
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-4px);
}

.feature-icon {
  transition: transform 0.4s ease;
}

.feature-item:hover .feature-icon {
  transform: scale(1.18) rotate(-6deg);
}

.casino-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.casino-card:hover {
  transform: translateY(-4px);
  border-color: #5bff03;
  box-shadow: 0 0 24px rgba(91, 255, 3, 0.45);
}

.casino-logo img {
  transition: transform 0.35s ease;
}

.casino-card:hover .casino-logo img {
  transform: scale(1.08);
}

.casino-visit {
  transition: color 0.2s ease, transform 0.2s ease;
}

.casino-visit:hover {
  color: #5bff03;
  transform: translateY(-1px);
  opacity: 1;
}

.bonus-card,
.about-stat-card,
.about-why-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.bonus-card:hover,
.about-stat-card:hover,
.about-why-card:hover {
  transform: translateY(-4px);
  background-color: rgba(91, 255, 3, 0.3);
  box-shadow: 0 10px 28px rgba(91, 255, 3, 0.2);
}

.about-why-icon {
  transition: transform 0.4s ease;
}

.about-why-card:hover .about-why-icon {
  transform: scale(1.12) rotate(-6deg);
}

.faq-item-question {
  transition: color 0.2s ease;
}

.faq-item-header {
  transition: padding 0.2s ease;
}

.faq-item-header:hover .faq-item-question {
  color: #5bff03;
}

.faq-item-icon {
  transition: transform 0.3s ease;
}

.faq-item-header:hover .faq-item-icon {
  transform: scale(1.2);
}

.faq-item.active {
  transition: background-color 0.3s ease, padding 0.3s ease;
}

.footer-partner {
  transition: transform 0.3s ease, opacity 0.2s ease;
}

.footer-partner:hover {
  transform: translateY(-3px) scale(1.06);
  opacity: 1;
}

.footer-links a {
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #5bff03;
  opacity: 1;
}

.entertainment-image img,
.mobile-image img,
.about-platform-image img {
  transition: transform 0.5s ease;
}

.entertainment-image:hover img,
.mobile-image:hover img,
.about-platform-image:hover img {
  transform: scale(1.04);
}

.age-popup-btn,
.cookies-popup-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.age-popup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.cookies-popup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(91, 255, 3, 0.35);
  opacity: 1;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.92) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.hero-text > * {
  animation: fadeInUp 0.8s ease both;
}

.hero-text > *:nth-child(1) { animation-delay: 0.1s; }
.hero-text > *:nth-child(2) { animation-delay: 0.25s; }
.hero-text > *:nth-child(3) { animation-delay: 0.4s; }

.hero-image img {
  animation: float 4.5s ease-in-out infinite;
}

.entertainment-image img,
.mobile-image img,
.about-platform-image img {
  animation: float 5s ease-in-out infinite;
}

.popup-overlay.active .age-popup,
.popup-overlay.active .cookies-popup {
  animation: popIn 0.4s ease both;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .hero-text > *,
  .hero-image img,
  .entertainment-image img,
  .mobile-image img,
  .about-platform-image img,
  .popup-overlay.active .age-popup,
  .popup-overlay.active .cookies-popup,
  .reveal {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
