/* Desktop-only site chrome: unified footer + premium buttons (981px+) */
@media (min-width: 981px) {
  .site-footer--unified {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(4, 10, 7, 0.72);
  }

  .site-footer--unified .footer-grid--unified {
    display: grid;
    grid-template-columns: 1.15fr repeat(5, minmax(0, 1fr));
    gap: 24px;
    padding: 28px 0 18px;
    align-items: start;
  }

  .site-footer--unified .footer-brand-col h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
  }

  .site-footer--unified .footer-brand-col p {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
  }

  .site-footer--unified .footer-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.84rem;
  }

  .site-footer--unified .footer-rating__stars {
    color: #facc15;
    letter-spacing: 0.04em;
  }

  .site-footer--unified .footer-rating__sep {
    color: rgba(255, 255, 255, 0.45);
  }

  .site-footer--unified .footer-col h4 {
    margin: 0 0 10px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(124, 255, 174, 0.92);
  }

  .site-footer--unified .footer-col p {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .site-footer--unified .footer-social-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .site-footer--unified .footer-social-links a,
  .site-footer--unified .footer-quick-nav a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 0.88rem;
    line-height: 1.45;
    transition: color 0.2s ease;
  }

  .site-footer--unified .footer-social-links a:hover,
  .site-footer--unified .footer-quick-nav a:hover {
    color: #7cffae;
  }

  .site-footer--unified .footer-quick-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .site-footer--unified .footer-newsletter-col form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
  }

  .site-footer--unified .footer-newsletter-col input[type="email"] {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid rgba(43, 138, 75, 0.35);
    background: rgba(10, 18, 14, 0.85);
    color: #fff;
    font-size: 0.88rem;
  }

  .site-footer--unified .copyright {
    padding: 10px 0 18px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
  }

  .site-footer--unified .footer-quick-links {
    display: none;
  }

  .btn-premium,
  .games-page-body .book-now-btn,
  .games-page-body .games-request-btn,
  .tournament-page-body .btn-premium,
  .gallery-page-body .btn-premium,
  .membership-page-body .btn-premium,
  .reservations-page-body .btn-premium,
  .events-page-body .btn-premium,
  .contact-page-body .btn-premium,
  .about-page-body .btn-premium,
  .apply-page-body .btn-premium,
  .complaints-page-body .btn-premium,
  .faq-page-body .btn-premium {
    background: #151b17;
    border: 1px solid #2b8a4b;
    color: #7cffae;
    box-shadow: none;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  }

  .btn-premium:hover,
  .games-page-body .book-now-btn:hover,
  .games-page-body .games-request-btn:hover {
    background: #22c55e;
    border-color: #22c55e;
    color: #03130d;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.18);
  }
}
