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

body {
  font-family: "Rubik Mono One", monospace;
  background: #000;
  color: #fff;
  overflow-x: hidden;
}

p {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1440px !important;
  }
}

.header {
  background: #1a1a1a;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 2px solid #333;
}

.logo {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.logo-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.logo-text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
.hamburger span {
  width: 30px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero p {
  font-size: 20px;
  color: #ccc;
}

.cta-button {
  color: #000;
  padding: 15px 40px;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
}
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 255, 0, 0.3);
}

.nav-menu {
  position: fixed;
  z-index: 999;
  background: #222;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #333;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.nav-links a {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.nav-links a:hover {
  background: #ffff00;
  color: #000;
}

.why-choose {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .why-choose-2 {
    padding: 50px;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.feature-card {
  transition: all 0.3s ease;
}
.feature-card img {
  margin-bottom: 15px;
}
.feature-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #ffff00;
}
@media (min-width: 768px) {
  .feature-card h3 {
    text-align: center;
    font-size: 25px;
  }
}
.feature-card p {
  color: #ccc;
  line-height: 1.6;
}

.games-section {
  padding: 30px 15px;
  background: #111;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.game-card {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.game-card:hover {
  transform: translateY(-10px);
  border-color: #ffff00;
  box-shadow: 0 15px 35px rgba(255, 255, 0, 0.2);
}

.game-image {
  height: 200px;
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  position: relative;
  overflow: hidden;
}
.game-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.game-content {
  padding: 25px;
}

.game-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #ffff00;
}

.game-description {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 20px;
}

.play-button {
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.play-button:hover {
  transform: scale(1.05);
}

.telegram-games {
  padding: 30px 15px;
  background: linear-gradient(135deg, #0088cc 0%, #0066aa 100%);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.telegram-games::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 5L60 35L90 35L68 53L78 83L50 65L22 83L32 53L10 35L40 35Z" fill="white" opacity="0.1"/></svg>') repeat;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.telegram-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.telegram-logo {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #0088cc;
}
.telegram-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}
.telegram-subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0.9;
}

.team-section {
  padding: 30px 15px;
  background: #1a1a1a;
}

.team-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.team-form {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 20px;
  margin-top: 40px;
  backdrop-filter: blur(10px);
}

.form-group {
  margin-bottom: 25px;
  text-align: left;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #ffff00;
  font-weight: bold;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #333;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #ffff00;
}

.submit-button {
  color: #000;
  padding: 15px 30px;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.submit-button:hover {
  transform: translateY(-2px);
}

.footer {
  background: #000;
  padding: 60px 20px 30px;
  border-top: 1px solid #333;
}
.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}
.footer-section h3 {
  color: #ffff00;
  margin-bottom: 20px;
  font-size: 20px;
}
.footer-section a {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  font-size: 16px;
}
.footer-section a:not(.button-continue):hover {
  color: #ffff00;
}
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #333;
  color: #666;
}

.contact-info {
  color: #ccc;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    gap: 15px;
  }
  .section-title {
    font-size: 28px;
  }
  .features-grid,
  .games-grid {
    grid-template-columns: 1fr;
  }
}
img {
  max-width: 100%;
  height: auto;
}

section {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  section {
    padding: 50px;
  }
}
section.img {
  padding: 0;
}
section.img img {
  margin: 0 auto;
}
@media (max-height: 768px) {
  section.img img {
    max-height: 650px;
  }
}
@media (min-width: 768px) {
  section p {
    text-align: center;
    font-size: 24px;
  }
}
section p + p {
  margin-top: 15px;
}
section a {
  margin: 0 !important;
}
section p + a {
  margin-top: 15px !important;
}
@media (min-width: 768px) {
  section p + a {
    margin-top: 35px !important;
  }
}

.text-title {
  color: #fff;
  font-family: "Rubik Mono One", monospace;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .text-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .text-title {
    text-align: center;
    margin-bottom: 35px;
  }
}

.policy-section {
  margin-top: 40px;
  background: #f9f9fb;
  padding: 48px 0;
  min-height: 80vh;
}
.policy-section .container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  padding: 40px 32px;
}
.policy-section .text-title {
  font-family: "Rubik Mono One", "Roboto", Arial, sans-serif;
  font-size: 2.2rem;
  color: #1a1a2e;
  margin-bottom: 32px;
  letter-spacing: 1px;
  text-align: center;
}
.policy-section .policy-content {
  font-family: "Roboto", Arial, sans-serif;
  color: #222;
  font-size: 1.08rem;
  line-height: 1.7;
}
.policy-section .policy-content .policy-date {
  color: #888;
  font-size: 0.98rem;
  margin-bottom: 24px;
  text-align: right;
}
.policy-section .policy-content .policy-block {
  margin-bottom: 36px;
  padding: 28px 24px;
  background: #f5f7fa;
  border-left: 4px solid #1976d2;
  border-radius: 8px;
}
.policy-section .policy-content .policy-block h2 {
  font-size: 1.3rem;
  color: #1a1a2e;
  margin-bottom: 12px;
  font-weight: 700;
}
.policy-section .policy-content .policy-block h3 {
  font-size: 1.08rem;
  color: #1976d2;
  margin: 18px 0 8px 0;
  font-weight: 600;
}
.policy-section .policy-content .policy-block p {
  margin-bottom: 12px;
  font-size: 18px;
  text-transform: none;
  text-align: left !important;
}
.policy-section .policy-content .policy-block ul, .policy-section .policy-content .policy-block ol {
  margin: 10px 0 10px 24px;
  padding-left: 18px;
}
.policy-section .policy-content .policy-block ul li, .policy-section .policy-content .policy-block ol li {
  margin-bottom: 7px;
  list-style: disc inside;
}
.policy-section .policy-content a {
  color: #1976d2;
  text-decoration: underline;
  transition: color 0.2s;
}
.policy-section .policy-content a:hover {
  color: #145ca4;
}

@media (max-width: 600px) {
  .policy-section .container {
    padding: 18px 6px;
  }
  .policy-section .container .text-title {
    font-size: 1.3rem;
  }
  .policy-section .container .policy-content {
    font-size: 0.98rem;
  }
}

/*# sourceMappingURL=style.css.map */
