@media (min-width: 1024px) {
  body {
    background-color: #f5f5f5;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .site-header {
    position: relative;
  }

  .hero-image {
    height: 400px;
  }

  .menu-toggle {
    display: none;
  }

  .main-nav {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    backdrop-filter: none;
    padding: 0;
    box-shadow: none;
    overflow: visible;
  }

  .main-nav ul {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
  }

  .main-nav li {
    margin: 0 0.5rem;
    transform: none;
    opacity: 1;
  }

  .main-nav a {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }

  .main-nav a::before {
    width: 0;
    height: 3px;
    top: auto;
    bottom: 0;
  }

  .main-nav a:hover {
    transform: none;
  }

  .main-nav a:hover::before,
  .main-nav a.active::before {
    width: 100%;
  }

  .hero-section {
    padding: 4rem 2rem;
    text-align: left;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    max-width: 70%;
  }

  .hero-section .subtitle {
    font-size: 1.25rem;
    max-width: 60%;
    margin-bottom: 2rem;
  }

  .hero-section .button {
    display: inline-block;
    padding: 0.85rem 2.5rem;
    font-size: 1.1rem;
  }

  .category-links {
    padding: 0;
    margin: 3rem auto;
    gap: 1.25rem;
  }

  .category-link {
    padding: 1.5rem 2rem;
  }

  .icon-section {
    padding: 5rem 2rem;
  }

  .icon-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }

  .games-grid,
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .tips-container,
  .contact-info-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }

  .comparison-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .upcoming-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .featured-games {
    padding: 3rem 2rem;
  }

  .news-updates {
    padding: 3rem 2rem;
  }

  .latest-news {
    padding: 3rem 2rem;
  }

  .trends-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }

  .events-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .filter-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .featured-review-container {
    flex-direction: row;
  }

  .featured-review-image {
    width: 40%;
  }

  .featured-review-content {
    width: 60%;
  }

  .reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .review-pros-cons {
    flex-direction: row;
  }

  .pros,
  .cons {
    width: 50%;
  }

  .methodology-factors {
    grid-template-columns: repeat(3, 1fr);
  }

  .methodology-container {
    flex-direction: row;
  }

  .methodology-content {
    width: 60%;
  }

  .methodology-image {
    width: 40%;
  }

  .category-reviews-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .site-footer {
    padding: 4rem 2rem;
  }

  .footer-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }


  .contact-form-section,
  .contact-info-section {
    padding: 4rem 2rem;
  }

  .form-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
  }

  .form-success,
  .form-error {
    grid-column: span 2;
  }

  .form-group {
    margin-bottom: 2rem;
  }

  .submit-button {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
  }


  .legal-content {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }

  .legal-section {
    margin-bottom: 3rem;
  }


  .cookie-banner {
    padding: 1.5rem;
  }

  .cookie-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  #accept-cookies {
    min-width: 180px;
  }


  .footer-legal .copyright,
  .footer-legal .disclaimer {
    text-align: center;
    width: 100%;
  }
}
