/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Blinker', sans-serif;
  background: #1a1f2e;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

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

/* Header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #1a1f2e;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.3s ease;
}

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

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}



.nav-menu {
  display: flex;
  list-style: none;
  gap: 40px;
}

.nav-menu a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #00ff88;
}

/* Hero Section */
.hero {
padding: 100px 0px;
  display: flex;
  align-items: center;
  position: relative;
  background: url(/wp-content/themes/yundorex/assets/images/bg.png);
  background-size: cover;
  padding-top: 120px;
  overflow: hidden;
  
}



.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}




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

.hero-title {
  font-size: 96px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.1;
  letter-spacing: -2px;

  background: linear-gradient(90deg, #7DF944 16.49%, #00C3FF 49.37%, #3775FB 82.26%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

text-align: center;
font-family: Blinker;
font-size: 72px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}

.hero-title span {
  display: inline-block;
  margin-right: 0.2em;
}





.hero-description {
  font-size: 18px;
  color: #cccccc;
  margin-bottom: 50px;
  line-height: 1.7;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;

  color: #FFF;
text-align: center;
font-family: Blinker;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}

.cta-button {
  display: inline-block;
  background: linear-gradient(45deg, #0088ff, #00cc88);
  color: #ffffff;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 136, 255, 0.3);


  border-radius: 32px;
border: 0.5px solid #FFF;
background: linear-gradient(90deg, #3775FB 0%, #00C3FF 48.41%, #7DF944 100%);

color: #FFF;
text-align: center;
text-shadow: 1px 1px 0 rgba(19, 18, 44, 0.80);
font-family: Blinker;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 136, 255, 0.4);
}

.cta-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0, 136, 255, 0.3);
}

.cta-button:focus {
  outline: 2px solid #00ff88;
  outline-offset: 2px;
}

/* Features Section */
.features {
  padding: 120px 0;


  background: linear-gradient(115deg, #15A871 -13.81%, #0E101C 37.45%);
}

.section-title {
  font-size: 72px;
  font-weight: 700;
  text-align: center;

  line-height: 1.2;
  letter-spacing: -2px;
}

.section-title span {
  display: inline-block;
  margin-right: 0.2em;

  background: linear-gradient(90deg, #7DF944 26.7%, #00C3FF 49.91%, #3775FB 73.12%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-family: Blinker;
font-size: 72px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}


.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 80px;
}

.feature-card {
  background: rgba(0, 0, 0, 0.3);

  border-radius: 24px;
  padding: 40px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);


  border-radius: 24px;
border: 1px solid #7DF944;
background: #0F171B;
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: #44ffaa;
  box-shadow: 0 20px 40px rgba(0, 255, 136, 0.2);
}

.feature-card:active {
  transform: translateY(-2px);
}



.feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.feature-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
  line-height: 1.3;
}

.feature-card p {
  color: #cccccc;
  line-height: 1.6;
  font-size: 16px;
}

/* Review Process Section */
.review-process {
  padding: 120px 0;
  background: linear-gradient(135deg, #2d7e5e 0%, #1a1f2e 50%, #1a1f2e 100%);

  background: linear-gradient(115deg, #15A871 -13.81%, #0E101C 37.45%);
}

.section-title span{
  background: linear-gradient(90deg, #7DF944 17.38%, #00C3FF 50.09%, #3775FB 82.8%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

text-align: center;
font-family: Blinker;
font-size: 72px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}

.review-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 80px;
}

.review-principle {
  margin-bottom: 40px;
}

.review-principle:last-child {
  margin-bottom: 0;
}

.review-principle h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

.review-principle p {
  color: #cccccc;
  line-height: 1.7;
  font-size: 16px;
}

.review-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);

  border-radius: 24px;

  min-height: 400px;
}

.review-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

/* Quick Takes Section */
.quick-takes {
  padding: 120px 0;
  background: linear-gradient(115deg, #15A871 -13.81%, #0E101C 37.45%);
}

.section-title span{
  background: linear-gradient(90deg, #7DF944 3.41%, #00C3FF 49.73%, #3775FB 96.06%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-family: Blinker;
font-size: 72px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}

.quick-takes .section-title .playtests {
  background: linear-gradient(45deg, #8866ff, #6644cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.games-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 80px;
}

.game-card {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #00ff88;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.game-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: #44ffaa;
  box-shadow: 0 20px 40px rgba(0, 255, 136, 0.2);
}

.game-card:active {
  transform: translateY(-2px) scale(1);
}

.game-card:focus {
  outline: 2px solid #00ff88;
  outline-offset: 4px;
}

.game-image {
  width: calc(100% - 40px);

  overflow: hidden;
  border-radius: 20px;
  margin: 20px 20px 0 20px;
}

.game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.game-card:hover .game-image img {
  transform: scale(1.05);
}

.game-content {
  padding: 30px 40px 40px 40px;
}

.game-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

.game-content p {
  color: #cccccc;
  line-height: 1.6;
  font-size: 16px;
}

/* Footer */
.footer {
  background: linear-gradient(135deg, #0d1117 0%, #1a1f2e 100%);
  padding: 80px 0 40px 0;
}

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

.contact-info {
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #cccccc;
  font-size: 16px;
}

.contact-item img {
  width: 20px;
  height: 20px;

}

.social-links {
  display: flex;
  justify-content: center;
  gap: 0px;
  margin-bottom: 40px;
}

.social-links a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


.social-links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}


.footer{
  background: linear-gradient(0deg, rgba(14, 16, 28, 0.30) 0%, rgba(14, 16, 28, 0.30) 100%), url(/wp-content/themes/yundorex/assets/images/bgf.png) lightgray 50% / cover no-repeat;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #cccccc;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #00ff88;
}

.copyright {
  color: #888888;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
}

/* Cookie Popup */
.cookie-popup {
  position: fixed;
  bottom: 30px;
  left: 30px;
  max-width: 500px;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  border: 2px solid #00ff88;
  border-radius: 24px;
  padding: 30px;
  z-index: 10000;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.3s ease;
}

.cookie-popup.show {
  transform: translateY(0);
  opacity: 1;
}

.cookie-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

.cookie-content p {
  color: #cccccc;
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 14px;
}

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

.accept-btn {
  background: linear-gradient(45deg, #0088ff, #00cc88);
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex: 1;
  font-size: 14px;
}

.accept-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 136, 255, 0.3);
}

.accept-btn:focus {
  outline: 2px solid #00ff88;
  outline-offset: 2px;
}

.learn-more-btn {
  background: transparent;
  color: #cccccc;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex: 1;
  font-size: 14px;
}

.learn-more-btn:hover {
  border-color: #00ff88;
  color: #00ff88;
}

.learn-more-btn:focus {
  outline: 2px solid #00ff88;
  outline-offset: 2px;
}

/* Mobile Menu Button */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s ease;
}

.mobile-menu-btn:hover {
  color: #00ff88;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .container {
      padding: 0 30px;
  }
  
  .nav-container {
      padding: 0 30px;
  }
  
  .hero-container {
      padding: 0 30px;
  }
  
  .hero-title {
      font-size: 72px;
  }
  
  .section-title {
      font-size: 56px;
  }
  
  .features-grid,
  .games-grid {
      grid-template-columns: 1fr;
      gap: 30px;
  }
  
  .review-content {
      grid-template-columns: 1fr;
      gap: 60px;
  }
}

@media (max-width: 768px) {
  .container {
      padding: 0 20px;
  }
  
  .nav-container {
      padding: 0 20px;
  }
  
  .hero-container {
      padding: 0 20px;
  }
  
  .mobile-menu-btn {
      display: block !important;
  }
  
  .nav-menu {
      position: fixed;
      top: 80px;
      left: -100%;
      width: 100%;
      height: calc(100vh - 80px);
      background: rgba(26, 31, 46, 0.98);
      backdrop-filter: blur(20px);
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      padding-top: 60px;
      transition: left 0.3s ease;
      z-index: 999;
      gap: 30px;
  }
  
  .nav-menu.mobile-open {
      left: 0;
      background: url(/wp-content/themes/yundorex/assets/images/bgmob.png);
      background-size: cover;
  }
  
  .nav-menu a {
      font-size: 24px;
      font-weight: 600;
  }
  
  .nav-menu a:focus {
      outline: 2px solid #00ff88;
      outline-offset: 2px;
      border-radius: 4px;
  }
  
  .logo {
      font-size: 24px;
  }
  
  .hero-title {
      font-size: 48px;
  }
  
  .section-title {
      font-size: 42px;
  }
  
  .hero-description {
      font-size: 16px;
  }
  
  .cta-button {
      padding: 16px 32px;
      font-size: 16px;
  }
  
  .feature-card,
  .game-content {
      padding: 30px;
  }
  
  .contact-item {
      flex-direction: column;
      text-align: center;
  }
  
  .footer-links {
      flex-direction: column;
      gap: 20px;
  }
  
  .cookie-popup {
      left: 20px;
      right: 20px;
      max-width: none;
      padding: 24px;
  }
  
  .cookie-buttons {
      flex-direction: column;
  }
  h2 span{
    font-size: 48px !important;
  }
  h1 span{
    font-size: 64px !important;
  }
}

@media (max-width: 480px) {
  .container {
      padding: 0 15px;
  }
  
  .nav-container {
      padding: 0 15px;
  }
  
  .hero-container {
      padding: 0 15px;
  }
  
  .hero-title {
      font-size: 36px;
  }
  
  .section-title {
      font-size: 32px;
  }
  
  .hero-description {
      font-size: 14px;
  }
  
  .cta-button {
      padding: 14px 28px;
      font-size: 14px;
  }
  
  .feature-card h3,
  .game-content h3 {
      font-size: 20px;
  }
  
  .feature-card p,
  .game-content p,
  .review-principle p {
      font-size: 14px;
  }
  
  .review-principle h3 {
      font-size: 20px;
  }
  
  .game-image {
      height: 200px;
      margin: 15px;
      width: calc(100% - 30px);
  }
  
  .features,
  .review-process,
  .quick-takes {
      padding: 80px 0;
  }
  
  .features-grid,
  .games-grid {
      gap: 20px;
      margin-top: 60px;
  }
  
  .review-content {
      gap: 40px;
      margin-top: 60px;
  }
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Animation for elements on scroll */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.animate-on-scroll {
  animation: fadeInUp 0.6s ease forwards;
}

/* Loading animation */
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

body {
  animation: fadeIn 0.5s ease-in;
}

/* Text selection styling */
::selection {
  background: rgba(0, 255, 136, 0.3);
  color: white;
}

::-moz-selection {
  background: rgba(0, 255, 136, 0.3);
  color: white;
}

/* Scrollbar styling */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #1a1f2e;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #00ff88, #00cc66);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #44ffaa, #22cc88);
}

/* Performance optimizations */
.hero::before,
.hero::after,
.hero-container::before,
.hero-container::after {
  will-change: transform;
}

.feature-card,
.game-card {
  will-change: transform;
}

/* Print styles */
@media print {
  .header,
  .cookie-popup {
      display: none;
  }
  
  .hero {
      padding-top: 0;
  }
  
  body {
      background: white !important;
      color: black !important;
  }
  
  .hero-title span,
  .section-title span {
      color: black !important;
      -webkit-text-fill-color: black !important;
  }
  
  .feature-card,
  .game-card {
      border: 1px solid #ccc !important;
      background: white !important;
      color: black !important;
  }
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
  }
  
  .hero::before,
  .hero::after,
  .hero-container::before,
  .hero-container::after {
      display: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .feature-card,
  .game-card {
      border-width: 3px;
  }
  
  .cta-button {
      border: 2px solid white;
  }
  
  .hero-title span,
  .section-title span {
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
}


/* Play Adapts Section */
.play-adapts {
  padding: 120px 0;
  background: linear-gradient(115deg, #15A871 -13.81%, #0E101C 37.45%);
}

.section-title span{
  background: linear-gradient(90deg, #7DF944 16.49%, #00C3FF 49.37%, #3775FB 82.26%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}



.adapts-description {
  max-width: 900px;
  margin: 0 auto 80px auto;
  text-align: center;
}

.adapts-description p {
  color: #cccccc;
  line-height: 1.7;
  font-size: 16px;

}

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

.play-adapts .games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 80px;
}

.game-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.game-link:hover {
  transform: translateY(-8px);
}

.game-link:focus {
  outline: 2px solid #00ff88;
  outline-offset: 4px;
  border-radius: 24px;
}

.play-adapts .game-card {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #00ff88;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.game-link:hover .game-card {
  border-color: #44ffaa;
  box-shadow: 0 20px 40px rgba(0, 255, 136, 0.2);
}

.play-adapts .game-image {


  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 20px;
}

.play-adapts .game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.game-link:hover .play-adapts .game-image img {
  transform: scale(1.05);
}

.play-adapts .game-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

/* Адаптивные стили */
@media (max-width: 1024px) {
  .play-adapts .games-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
  }
}

@media (max-width: 480px) {
  .play-adapts .games-grid {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-top: 60px;
  }
  
  .play-adapts {
      padding: 80px 0;
  }
}



/* Game Detail Section */
.game-detail {
  padding: 120px 0;
  background: linear-gradient(115deg, #15A871 -13.81%, #0E101C 37.45%);
}

.game-title {
  font-size: 72px;
  font-weight: 700;
  text-align: center;
 
  line-height: 1.2;
  letter-spacing: -2px;
}

.game-title span{
  background: linear-gradient(90deg, #7DF944 32.08%, #00C3FF 50.09%, #3775FB 68.1%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.game-description {
  font-size: 18px;
  color: #cccccc;
  line-height: 1.7;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.play-button {
  display: block;
  width: fit-content;
  margin: 0 auto 80px auto;
  background: linear-gradient(45deg, #0088ff, #00cc88);
  color: #ffffff;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 136, 255, 0.3);


  border-radius: 32px;
border: 0.5px solid #FFF;
background: linear-gradient(90deg, #3775FB 0%, #00C3FF 48.41%, #7DF944 100%);
color: #FFF;
text-align: center;
text-shadow: 1px 1px 0 rgba(19, 18, 44, 0.80);
font-family: Blinker;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.play-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 136, 255, 0.4);
}

.game-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 80px;
}

.game-showcase {
  display: flex;
  justify-content: center;
}

.game-image-large {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #00ff88;
  border-radius: 24px;
  padding: 20px;
  max-width: 400px;
}

.game-image-large img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.game-features {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feature-item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.3;
}

.feature-item p {
  color: #cccccc;
  line-height: 1.6;
  font-size: 16px;
}

.controls-section {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #00ff88;
  border-radius: 24px;
  padding: 40px;
}

.controls-section h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.controls-section p {
  color: #cccccc;
  line-height: 1.7;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 1024px) {
  .game-content {
      grid-template-columns: 1fr;
      gap: 60px;
  }
  
  .game-title {
      font-size: 56px;
  }
}

@media (max-width: 768px) {
  .game-title {
      font-size: 42px;
  }
  
  .game-description {
      font-size: 16px;
  }
  
  .play-button {
      padding: 16px 32px;
      font-size: 16px;
  }
  
  .game-content {
      gap: 40px;
  }
  
  .controls-section {
      padding: 30px;
  }
}

@media (max-width: 480px) {
  .game-detail {
      padding: 80px 0;
  }
  
  .game-title {
      font-size: 32px;
  }
  
  .game-description {
      font-size: 14px;
  }
  
  .feature-item h3 {
      font-size: 20px;
  }
  
  .feature-item p,
  .controls-section p {
      font-size: 14px;
  }
  
  .controls-section h3 {
      font-size: 24px;
  }
}

.game-detail .feature-item h3{
  margin-bottom: 0;
}
.game-detail .game-features{
  gap: 24px;
}
.game-detail .game-content{
  margin-bottom: 20px;
}

.privacy{
  background: linear-gradient(115deg, #15A871 -13.81%, #0E101C 37.45%);
}
.quick-takes .game-content{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}