* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
}
.section-title,
h1,
h2,
h3,
.bonus-card h3,
.about-subtitle,
.timer-title,
.hero-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

:root {
  --background: #0c0c0c;
  --foreground: #ffffff;
  --primary: #ffcc00;
  --primary-hover: #ffb700;
  --text-muted: #e6e6b8;
  --button-bg: #d40000;
  --button-text: #ffffff;
  --button-bg-hover: #ff0000;
  --card-bg: #1a1a1a;
  --card-border: #ff0000;
  --link: #ffeb3b;
  --accent: #ff2020;

  --gradient-gold-glow: linear-gradient(
    90deg,
    #ffcc00 0%,
    #ffeb3b 50%,
    #ff9800 100%
  );
  --gradient-dark-gold: linear-gradient(135deg, #1a1a1a 0%, #330000 100%);
  --gradient-sparkle: radial-gradient(
    circle,
    #f83d18 0%,
    #ff5722 40%,
    #0c0c0c 100%
  );
  --gradient-glow-border: linear-gradient(120deg, #ff4444, #ffcc00, #ff0000);
  --gradient-rich-glow: linear-gradient(
    90deg,
    #ffdd57 0%,
    #ffca28 50%,
    #ff9800 100%
  );
}
body {
  font-family: "Lato", sans-serif;
  background-color: var(--background);
  color: #ffffff;
  line-height: 1.6;
}
html {
  scroll-behavior: smooth;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-header {
  background-color: var(--background);
  color: var(--foreground);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.logo {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  background: var(--gradient-glow-border);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-transform: uppercase;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.logo:hover {
  text-decoration: none;

  transform: scale(1.05);
  text-shadow: 0 0 10px rgba(255, 247, 0, 0.427),
    0 0 20px rgba(255, 0, 204, 0.4);
}
.bet {
  font-size: 1.2rem;
  color: white;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--foreground);
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: var(--primary);
}

.language-switcher {
  display: flex;
  gap: 0.5rem;
}

.lang-btn {
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.875rem;
}

.lang-btn:hover {
  background-color: var(--primary);
  color: var(--button-text);
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--foreground);
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: var(--background);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 1rem;
    display: none;
  }

  .main-nav.active {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    width: 100%;
  }

  .language-switcher {
    margin-top: 1rem;
  }

  .burger {
    display: flex;
  }
}
.hero-CR7SIP {
  position: relative;
  padding: 80px 20px;
  color: var(--foreground);
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(255, 223, 51, 0.1),
    rgba(0, 0, 0, 0.8)
  );
}

.hero-CR7SIP::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/hero.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(0px) brightness(0.9);
  z-index: -2;
}

.hero-CR7SIP::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--background) 10%,
    rgba(255, 34, 0, 0.365) 90%
  );
  z-index: -1;
}

.container-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px;
}

.hero-header {
  flex: 1;
  min-width: 280px;
  text-align: left;
}

.hero-title {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: var(--foreground);
  margin-bottom: 10px;
  text-shadow: 1px 1px 0 #000, 2px 2px 0 var(--card-border),
    3px 3px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.6rem;
  color: var(--text-muted);
  margin-bottom: 30px;
}

.win-box {
  background: linear-gradient(135deg, #1a1a1a, #333300);
  padding: 18px 24px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
  color: var(--accent);
  display: inline-block;
}

.win-label {
  font-weight: bold;
  margin-bottom: 5px;
}

.win-amount {
  font-size: 2rem;
  font-weight: bold;
  color: var(--accent);
}

.hero-grid {
  flex: 1;
  min-width: 320px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.timer-box {
  background: var(--gradient-gold-glow);
  color: var(--button-text);
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(255, 223, 51, 0.4);
  text-align: center;
}

.timer-label {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #111;
}

.timer-count {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #111;
}

.btn-hero {
  background: var(--card-bg);
  color: var(--accent);
  padding: 12px 28px;
  font-weight: bold;
  border-radius: 40px;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: pulse-scale 1.8s infinite ease-in-out;
  box-shadow: 0 0 12px var(--primary);
}

.btn-hero:hover {
  transform: scale(1.07);
  box-shadow: 0 0 25px var(--accent), 0 0 45px var(--accent);
}

@keyframes pulse-scale {
  0% {
    transform: scale(1);
    box-shadow: 0 0 10px var(--primary);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 20px var(--accent);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px var(--primary);
  }
}

@media (max-width: 768px) {
  .container-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-header,
  .hero-grid {
    text-align: center;
  }

  .timer-count {
    flex-direction: column;
    gap: 8px;
  }
  .hero-CR7SIP {
    height: auto;
  }
}

.games {
  padding: 80px 20px;
  color: var(--foreground);
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: var(--accent);
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.game-card {
  background: var(--background);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 0 20px rgba(255, 223, 51, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 30px rgba(255, 223, 51, 0.2);
}

.game-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.game-header h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--primary);
}

.game-meta {
  font-size: 0.7rem;
  background: var(--gradient-gold-glow);
  color: #000;
  padding: 4px 7px;
  border-radius: 20px;
  font-weight: bold;
}

.game-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.game-info {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  font-size: 0.9rem;
  color: var(--foreground);
}

.game-info li {
  margin-bottom: 6px;
}

.game-btn {
  display: inline-block;
  background: var(--card-bg);
  color: var(--accent);
  padding: 10px 22px;
  font-weight: bold;
  border-radius: 30px;
  border: 1px solid var(--card-border);
  text-decoration: none;
  transition: all 0.3s ease;
}

.game-btn:hover {
  background: var(--primary);
  color: #000;
  transform: scale(1.05);
  box-shadow: 0 0 15px var(--primary);
}
.bonuses {
  padding: 80px 20px;
  background: var(--card-bg);
  color: var(--foreground);
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.bonus-card {
  position: relative;
  border-radius: 16px;
  padding: 24px;
  color: #000;
  background: #ffffff10;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

.bonus-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(
    135deg,
    var(--accent),
    var(--primary),
    var(--accent)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.bonus-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.15);
}

.bonus-amount {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 12px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.703), 0 2px 4px rgba(0, 0, 0, 0.692),
    0 0 15px rgba(255, 255, 255, 0.2);
  letter-spacing: 1px;
}

.referral-desc,
.welcome-desc,
.freespin-desc {
  font-weight: 600;
  color: var(--foreground);
}
.bonus-style-green {
  background: linear-gradient(135deg, #7a0c0c, #b81414);
  color: #fff0e0;
}

.bonus-style-yellow {
  background: linear-gradient(135deg, #a65400, #ffb300);
  color: #fffaf0;
}

.bonus-style-purple {
  background: linear-gradient(135deg, #3c002e, #730046);
  color: #ffe5f0;
}

.bonus-cta-wrapper {
  margin-top: 50px;
  text-align: center;
}

.bonus-cta-btn {
  background: var(--card-bg);
  color: var(--accent);
  padding: 14px 36px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 40px;
  border: 2px solid var(--accent);
  text-decoration: none;
  box-shadow: 0 0 15px var(--accent);
  animation: pulse-scale 2s infinite ease-in-out;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bonus-cta-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px var(--accent), 0 0 50px var(--accent);
}

/* Анимация пульса */
@keyframes pulse-scale {
  0% {
    transform: scale(1);
    box-shadow: 0 0 10px var(--accent);
  }
  50% {
    transform: scale(1.07);
    box-shadow: 0 0 20px var(--accent);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px var(--accent);
  }
}

/* Адаптивность заголовков */
.bonus-card h3 {
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.earnings {
  padding: 80px 0;
  background: radial-gradient(circle at center, #111, var(--background) 70%);
}

.earnings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.earnings-card {
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  padding: 40px 20px;
  border-radius: 15px;
  text-align: center;
  border: 3px solid #ffd700;
  position: relative;
  overflow: hidden;
}

.earnings-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 215, 0, 0.2),
    transparent
  );
  animation: slide 3s infinite;
}

@keyframes slide {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.highlight-box {
  text-align: center;
  margin-top: 40px;
}
.deposit-amount {
  font-size: 28px;
  color: #ffd700;
  margin-bottom: 10px;
}

.earn-amount {
  font-size: 48px;
  color: var(--foreground);
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: 0 1px 0 #004d00, 0 2px 2px #003300, 0 0 8px #00ff00,
    0 0 12px #00ff00b1;
  animation: earn-pulse 1.8s infinite ease-in-out;
  transform-origin: center;
}
@keyframes earn-pulse {
  0% {
    transform: scale(1);
    text-shadow: 0 1px 0 #004d00, 0 2px 2px #003300, 0 0 6px #00ff00,
      0 0 10px #00ff009d;
  }
  50% {
    transform: scale(1.08);
    text-shadow: 0 2px 2px #004d00, 0 4px 4px #003300, 0 0 14px #00ff00,
      0 0 22px #00ff00a1;
  }
  100% {
    transform: scale(1);
    text-shadow: 0 1px 0 #004d00, 0 2px 2px #003300, 0 0 6px #00ff00,
      0 0 10px #26ff00a1;
  }
}

/* Win Counter */
.win-counter {
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  color: #000;
  padding: 20px;
  border-radius: 15px;
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  animation: glow 2s infinite alternate;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 40px rgba(255, 215, 0, 0.8);
  }
}

/* Testimonials */
.testimonials {
  padding: 80px 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.testimonial {
  background: #1a1a1a;
  padding: 30px;
  border-radius: 15px;
  border-left: 5px solid #ffd700;
}

.testimonial-name {
  color: #ffd700;
  font-weight: bold;
  margin-bottom: 10px;
}

.testimonial-text {
  color: #ccc;
  font-style: italic;
}

/* Footer */
footer {
  background: #000;
  padding: 50px 0;
  border-top: 2px solid #ffd700;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-section h3 {
  color: #ffd700;
  margin-bottom: 20px;
}

.footer-section p,
.footer-section a {
  color: #ccc;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.footer-section a:hover {
  color: #ffd700;
}
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #333;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 16px;
  }

  .cta-button {
    padding: 15px 30px;
    font-size: 16px;
  }

  .games-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 28px;
  }
}

/* Security Badge */
.security-badge {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffd700;
  color: #000;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: bold;
  z-index: 1000;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.highlight {
  color: #ffd700;
  font-weight: bold;
}

.premium-badge {
  text-decoration: underline;

  font-weight: bold;
}
.about-section {
  padding: 80px 20px;
  background: var(--background);
  color: var(--foreground);
}

.about-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 12px;
  color: var(--accent);
}

.about-text {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.6;
}

.about-list {
  list-style: none;
  padding-left: 0;
  margin: 20px auto 30px;
  max-width: 600px;
  text-align: left;
  color: var(--foreground);
  font-size: 0.95rem;
}

.about-list li {
  margin-bottom: 10px;
  padding-left: 1.2rem;
  position: relative;
}

.about-highlight {
  margin-top: 20px;
  font-weight: bold;
  color: var(--primary);
  font-size: 1rem;
}

@media (max-width: 768px) {
  .about-subtitle {
    font-size: 1.2rem;
  }

  .about-text,
  .about-highlight {
    font-size: 0.95rem;
  }

  .about-list {
    font-size: 0.9rem;
  }
}
.demo-banner-section {
  position: relative;
  padding: 100px 20px;
  color: var(--foreground);
  text-align: center;
  overflow: hidden;
}

.demo-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)),
    url("images/demo.jpg") center/cover no-repeat;
  filter: blur(1px);
  z-index: 0;
}

.demo-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.demo-heading {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary);
  text-shadow: 2px 2px var(--accent);
  margin-bottom: 20px;
}

.demo-subtitle {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: var(--text-muted);
}

.demo-features {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px;
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--foreground);
}

.demo-features li {
  margin-bottom: 10px;
}

.btn-demo {
  display: inline-block;
  background: var(--accent);
  color: var(--button-text);
  padding: 14px 36px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 0 15px var(--accent);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: pulse 2s infinite;
}

.btn-demo:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px var(--accent);
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 15px var(--accent);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 25px var(--accent);
  }
}

@media (max-width: 768px) {
  .demo-heading {
    font-size: 2.2rem;
  }
  .demo-subtitle {
    font-size: 1.2rem;
  }
  .btn-demo {
    padding: 12px 24px;
  }
}
.cashback-banner {
  padding: 80px 20px;
  background: var(--gradient-sparkle);
  position: relative;
  overflow: hidden;
  text-align: center;
  color: var(--foreground);
}

.cashback-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.cashback-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--button-text);
  margin-bottom: 10px;
  text-shadow: 1px 2px 1px #000000dc;
}

.cashback-subtitle {
  font-size: 3rem;
  font-weight: 800;
  color: var(--button-text);
  text-shadow: 2px 2px var(--accent);
  margin-bottom: 20px;
}

.cashback-desc {
  font-size: 1.5rem;
  color: var(--foreground);
  margin-bottom: 30px;
  font-weight: 600;
}

.btn-cashback {
  background: var(--button-bg);
  color: var(--button-text);
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 40px;
  box-shadow: 0 0 20px var(--accent);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
  text-decoration: none;
  z-index: 5;
  position: relative;
}

.btn-cashback:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px var(--accent);
}

.cashback-decor {
  position: absolute;
  border-radius: 50%;
  background: var(--gradient-rich-glow);
  opacity: 0.2;
  z-index: 1;
}

.decor-1 {
  width: 300px;
  height: 300px;
  top: -80px;
  left: -80px;
}

.decor-2 {
  width: 200px;
  height: 200px;
  bottom: -60px;
  right: -60px;
}

@media (max-width: 768px) {
  .cashback-heading {
    font-size: 2rem;
  }

  .cashback-subtitle {
    font-size: 2.5rem;
  }

  .cashback-desc {
    font-size: 1rem;
  }

  .btn-cashback {
    padding: 12px 24px;
    font-size: 0.95rem;
  }
}
