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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #000;
  color: #fff;
  line-height: 1.5;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.green-text {
  color: #7FFF00;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(17, 17, 17, 0.95);
  backdrop-filter: blur(10px);
}

.nav {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-icon {
  width: 36px;
  height: 36px;
}

.logo-text {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
}

.nav-links {
  display: flex;
  gap: 40px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #7FFF00;
}

/* Hero Section */
.hero-section {
  padding: 140px 0 80px;
  background-color: #111;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.hero-text{
  max-width: 400px;
}
.hero-text p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.3px;
  text-align: justify;

}

.hero-image-wrapper {
  position: relative;
}

.hero-image {
  width: 70%;
  height: auto;
  display: block;
}

.step-inside {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #7FFF00;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s;
}

.step-inside:hover {
  color: #6BE000;
}

/* Title Section */
.title-section {
  padding: 100px 0;
  background-color: #000;
}
.title-section .container{
  position: relative;
}
.subtitle-text{
  position: absolute;
  top: 30%;
  right: 10%;
}

.main-heading {
  font-size: 90px;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 40px;
  letter-spacing: -2px;
}

.subtitle-text {
  font-size: 18px;
  color: #ccc;
  max-width: 600px;
  text-transform: initial !important;
}

/* Features Section */
.features-section {
  padding: 80px 0;
  background-color: #000;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  align-items: center;
}

.feature-card {
  background-color: transparent;
}

.feature-image-container {
  width: 100%;
  /* height: 280px; */
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 20px;
}

.feature-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-info h3 {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.feature-info p {
  font-size: 13px;
  line-height: 1.6;
  color: #ccc;
}

/* Play Styles Section */
.playstyles-section {
  padding: 100px 0;
  background-color: #111;
}

.section-heading {
  font-size: 80px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 60px;
  letter-spacing: -2px;

  text-align: justify !important;
}
.wrapper_plays{
  display: flex;
  justify-content: flex-end;
}
.playstyles-list {

  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 832px;
}

.playstyle-item {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  padding: 50px 0;
  border-bottom: 1px solid #333;
}

.playstyle-item:last-child {
  border-bottom: none;
}

.playstyle-left h3 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;

  color: #FFF;
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}

.playstyle-right {
  position: relative;
  padding-right: 80px;
}

.playstyle-right p {
  font-size: 15px;
  line-height: 1.7;
  color: #ccc;
}

.arrow-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 48px;
  color: #7FFF00;
  font-weight: 300;
}

/* FAQ Section */
.faq-section {
  padding: 100px 0 80px;
  background-color: #0a0a0a;
}

.faq-header {
  position: relative;
  margin-bottom: 80px;
}

.info-icon {
  position: absolute;
  right: 0;
  top: 100px;
  font-size: 120px;
  color: #7FFF00;
  font-weight: 300;
  line-height: 1;
}

.faq-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.faq-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}
.faq-column2{
  margin-top: 40px;
}
.faq-column-single {
  margin-top: 60px;
  flex: 1;
  align-items: center;
}

.faq-item {
  background-color: #1a1a1a;
  padding: 35px;
  border-radius: 0;
  width: 100%;
}

.faq-number {
  color: #7FFF00;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
}

.faq-item h3 {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.faq-item p {
  font-size: 13px;
  line-height: 1.7;
  color: #b3b3b3;
}

/* Responsive для FAQ */
@media (max-width: 900px) {
  .faq-wrapper {
      flex-direction: column;
  }

  .faq-column-single {
      align-items: stretch;
  }

  .info-icon {
      font-size: 70px;
  }
}
/* Footer */
.footer {
  background-color: #1a1a1a;
  padding: 50px 0 30px;
  border-top: 2px solid #7FFF00;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr 0.8fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-center p,
.footer-right p {
  font-size: 13px;
  line-height: 1.8;
  color: #999;
}

.footer-links {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  justify-content: center;
}

.footer-links a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #7FFF00;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s;
}

.social-icon svg {
  width: 20px;
  height: 20px;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-icon.twitter {
  background-color: #1DA1F2;
  color: #fff;
}

.social-icon.facebook {
  background-color: #1877F2;
  color: #fff;
}

.copyright {
  font-size: 12px;
  color: #666;
}

/* Cookie Popup */
.cookie-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 2000;
}

.cookie-popup.hidden {
  display: none;
}

.cookie-modal {
  background-color: #7FFF00;
  color: #000;
  padding: 40px;
  border-radius: 0;
  max-width: 520px;
  width: 100%;
}

.cookie-modal h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
}

.cookie-modal p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.cookie-buttons {
  display: flex;
  gap: 15px;
}

.btn-cookie {
  flex: 1;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 16px 30px;
  border-radius: 0;
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: 'Inter', sans-serif;
}

.btn-cookie:hover {
  background-color: #1a1a1a;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .container {
      padding: 0 30px;
  }

  .main-heading {
      font-size: 70px;
  }

  .section-heading {
      font-size: 60px;
  }

  .features-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
  }
}

@media (max-width: 900px) {
  .nav {
      padding: 20px 30px;
  }

  .hero-content {
      grid-template-columns: 1fr;
      gap: 40px;
  }

  .hero-text p {
      text-align: left;
  }

  .main-heading {
      font-size: 50px;
  }

  .section-heading {
      font-size: 45px;
  }

  .playstyle-item {
      grid-template-columns: 1fr;
      gap: 20px;
  }

  .playstyle-right {
      padding-right: 0;
  }

  .arrow-icon {
      position: static;
      margin-top: 10px;
  }

  .faq-grid {
      grid-template-columns: 1fr;
  }

  .footer-content {
      grid-template-columns: 1fr;
      gap: 30px;
  }

  .footer-links {
      flex-wrap: wrap;
      gap: 20px;
  }
}

@media (max-width: 600px) {
  .container {
      padding: 0 20px;
  }

  .nav {
      flex-direction: column;
      gap: 20px;
      padding: 15px 20px;
  }

  .nav-links {
      gap: 25px;
  }

  .logo-text {
      font-size: 24px;
  }

  .hero-section {
      padding: 120px 0 60px;
  }

  .main-heading {
      font-size: 36px;
      letter-spacing: -1px;
  }

  .section-heading {
      font-size: 32px;
  }

  .features-grid {
      grid-template-columns: 1fr;
  }

  .feature-image-container {
      height: 220px;
  }

  .playstyle-left h3 {
      font-size: 20px;
  }

  .info-icon {
      font-size: 50px;
  }

  .cookie-modal {
      padding: 30px;
  }

  .cookie-modal h2 {
      font-size: 28px;
  }

  .cookie-buttons {
      flex-direction: column;
  }

  .footer-bottom {
      flex-direction: column;
      gap: 20px;
      text-align: center;
  }
}

@media (max-width: 768px) {
  .subtitle-text{
    margin-top: 150px;
    left: 20px;
  }
  .faq-column2{
    margin-top: 0;
  }
  .faq-column-single{
    margin-top: 0 !important;
  }
}




/* Games Catalog Section */
.games-catalog-section {
  padding: 100px 0;
  background-color: #111;
}

.catalog-heading {
  font-size: 80px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 50px;
  letter-spacing: -2px;
}

.catalog-description {
  max-width: 1000px;
  margin-bottom: 60px;
}

.catalog-description p {
  font-size: 15px;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 25px;
  text-align: justify;
}

.catalog-description p:last-child {
  margin-bottom: 0;
}

.games-grid-image {
  margin-bottom: 60px;
  border: 4px solid #7FFF00;
}

.games-grid-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Featured Games */
.featured-games {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.game-card {
  flex: 1;
  min-width: 150px;
  max-width: calc(16.666% - 17px);
  aspect-ratio: 1;
  background-color: #1a1a1a;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}

.game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(127, 255, 0, 0.3);
}

.game-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.game-card h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 10px 10px;
  margin: 0;
  text-align: center;
}

/* Responsive для Games Catalog */
@media (max-width: 1200px) {
  .catalog-heading {
      font-size: 60px;
  }

  .game-card {
      max-width: calc(33.333% - 14px);
  }
}

@media (max-width: 900px) {
  .catalog-heading {
      font-size: 45px;
  }

  .catalog-description {
      max-width: 100%;
  }

  .game-card {
      max-width: calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .catalog-heading {
      font-size: 32px;
  }

  .catalog-description p {
      text-align: left;
  }

  .games-grid-image {
      border-width: 2px;
  }

  .game-card {
      max-width: calc(50% - 10px);
  }
}

/* Game Description Section */
.game-description-section {
  padding: 100px 0;
  background-color: #0a0a0a;
}

.game-title {
  font-size: 80px;
  font-weight: 400;
  color: #7FFF00;
  margin-bottom: 60px;
  letter-spacing: 2px;
}

.game-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.game-image {
  flex-shrink: 0;
  width: 400px;
}

.game-image img {
  width: 100%;
  height: auto;
  display: block;
}

.game-text {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  flex: 1;
  position: relative;
  margin-top: 300px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.game-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 25px;
  text-align: justify;
}

.game-text p:last-of-type {
  margin-bottom: 0;
}



.play-link:hover {
  transform: translateX(10px);
}

.play-link svg {
  width: 50px;
  height: 50px;
}

/* Responsive для Game Description */
@media (max-width: 1200px) {
  .game-title {
      font-size: 60px;
  }

  .game-image {
      width: 350px;
  }
}

@media (max-width: 900px) {
  .game-content {
      flex-direction: column;
      gap: 40px;
  }

  .game-image {
      width: 100%;
      max-width: 400px;
  }

  .game-title {
      font-size: 50px;
  }

  .game-text p {
      text-align: left;
  }

  .play-link {
      position: static;
      margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .game-title {
      font-size: 40px;
  }

  .game-text p {
      font-size: 14px;
  }
  .game-text {
    margin-top: 0;
  }
}