/**
 * Premium VOX – style responsywne
 * Wyodrebnione z app.css jako jedyny, uzgodniony wyjatek.
 */

@media (max-width: 1024px) {


  :root {
    --fs-10: 0.833vw;
    --fs-12: 1.066vw;
    --fs-14: 1.242vw;
    --fs-15: 1.331vw;
    --fs-16: 1.419vw;
    --fs-17: 1.508vw;
    --fs-20: 1.775vw;
    --fs-23: 2.041vw;
    --fs-24: 2.13vw;
    --fs-32: 2.841vw;
    --fs-38: 3.371vw;
    --fs-40: 3.549vw;
    --fs-42: 3.728vw;
    --fs-45: 3.993vw;
    --fs-56: 4.833vw;
    --fs-62: 5.502vw;
    --fs-132: 11.729vw;
  }
  /* === Global / nav === */
  .site-footer-copyright { font-size: var(--fs-16); }
  .site-nav .nav-logo span { font-size: 0.95rem; }
  .site-nav .nav-right-buttons a,
  .site-nav .nav-center-buttons a,
  .site-nav .nav-center > a,
  .site-nav .nav-right > a,
  .nav-right-buttons-user span { font-size: var(--fs-16); }

  /* === Hero / home === */
  .hero-title { font-size: var(--fs-56); }
  .hero-tagline { font-size: var(--fs-16); }
  .maintenance-hero {
    min-height: calc(100vh - 120px);
  }
  .maintenance-hero__content {
    max-width: 90%;
    gap: 16px;
  }
  .maintenance-hero__title { font-size: var(--fs-42); }
  .maintenance-hero__text { font-size: var(--fs-16); }
  .btn-hero { 
    font-size: var(--fs-16); 
    padding: 8px 24px 6px 24px;
    letter-spacing: 0.8px;
  }
  .home-block-wide-title,
  .home-block-card-title { font-size: var(--fs-24); }
  .home-block-wide-text { font-size: var(--fs-14); }
  .home-block-label { font-size: var(--fs-10); }

  /* === Login === */
  .login-choice-title { font-size: var(--fs-40); }
  .title-label-text h2 { font-size: var(--fs-24); }
  .content-text-subtitle p,
  button,
  .btn-normal-content { font-size: var(--fs-16); }
  .login-card-btn { font-size: 0.9rem; }

  /* === Forms === */
  .form-page-title { font-size: 1.15rem; }
  .form-page-form .form-input { font-size: 1rem; }
  .form-page-content-title-text { font-size: var(--fs-40); }
  .form-group-legend-text { font-size: var(--fs-24); }
  .form-group-legend-intro { font-size: var(--fs-12); }
  .form-page-actions .btn-solid,
  .form-page-link,
  .form-page-intro,
  .form-checkbox-label { font-size: 0.95rem; }
  .form-group-info { font-size: var(--fs-16); }
  .form-checkbox-label input[type="checkbox"],
  .form-checkbox-label span { font-size: var(--fs-14); }

  /* === About === */
  .about-section-1-content h1 { font-size: var(--fs-32); }
  .about-section-1-content h2 { font-size: var(--fs-20); }
  .about-section-1-content p,
  .about-section-1-content li,
  .about-section-1-content span { font-size: var(--fs-16); }

  /* === Topups === */
  .topups-title { font-size: var(--fs-42); }
  .topups-total-value { font-size: var(--fs-62); }
  .topups-brand { font-size: var(--fs-23); }
  .topups-amount { font-size: var(--fs-45); }
  .topups-brand--quickstep { font-size: var(--fs-20); }

  /* === Products === */
  .products-section-title { font-size: var(--fs-42); }
  .products-table-title { font-size: var(--fs-38); }
  .products-filter-input { font-size: var(--fs-16); }
  .products-table th,
  .products-table td { font-size: var(--fs-15); }
  .products-archive-empty { font-size: var(--fs-14); }

  /* === Downloads === */
  .downloads-title { font-size: var(--fs-40); }
  .downloads-subtitle { font-size: var(--fs-16); }
  .downloads-card-title { font-size: var(--fs-24); }
  .downloads-card-text { font-size: var(--fs-15); }

  /* === Account === */
  .account-panel-title { font-size: var(--fs-42); }
  .account-form-page-link { font-size: var(--fs-17); }
  .account-form-page-logout,
  .account-form-page-email { font-size: var(--fs-16); }
  .account-form-page-email-label { font-size: var(--fs-14); }
  .account-topups-total { font-size: var(--fs-20); }
  .account-subtitle { font-size: var(--fs-24); }

  .home-block-wide-media-1024{
    display: block;
  }
  .home-block-wide-media-desktop{
    display: none;
  }

  .home-block-wide-media {
    height: 46.877vw;
    aspect-ratio: inherit;
  }
  .home-section-2, .home-section-3 {
    height: 46.877vw;
    padding: 0px 3.125vw;
  }
  .home-block-wide-content {
    height: 46.877vw;
  }

  .login-choice-cards {
    height: 57.13vw;
    gap: 2vw;
    flex-wrap: wrap;
    width: 100%;
  }
  .page-login-choice {
    display: flex;
    padding: 3vw 2vw 3vw 2vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 2vw;
  }
  .login-card-login {
    gap: 2vw;
    width: 100%;
  }
  .login-card-register {
    width: 100%;
  }
  .login-card-register-content {
    width: 50%;
  }

  /* === Mobile nav (<=1024) === */
  .site-nav .nav-center,
  .site-nav .nav-right {
    display: none;
  }
  .site-nav {
    padding: 0 3.125vw;
    height: 72px;
  }
  .site-nav .container {
    justify-content: space-between;
  }
  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--neutral-white);
    cursor: pointer;
  }
  body.navi-reverse .mobile-menu-toggle {
    color: var(--dark-grey-700);
  }
  .mobile-menu-toggle__icon {
    display: inline-flex;
    line-height: 0;
  }
  .mobile-menu-toggle__icon--close {
    display: none;
  }
  .mobile-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 199;
  }
  .mobile-menu-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: min(82vw, 360px);
    height: 100vh;
    background: #ffffff;
    z-index: 200;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 84px 24px 24px;
    border-right: 1px solid #e7e7e7;
  }
  .mobile-menu-drawer__nav {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .mobile-menu-drawer__nav a,
  .mobile-menu-drawer__account {
    color: var(--dark-grey-700);
    font-family: var(--font-uniform-medium);
    font-size: var(--fs-16);
    line-height: 140%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mobile-menu-drawer__account {
    display: inline-flex;
    margin-top: 16px;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  body.mobile-menu-open .mobile-menu-overlay {
    display: block;
  }
  body.mobile-menu-open .mobile-menu-drawer {
    transform: translateX(0);
  }
  body.mobile-menu-open .mobile-menu-toggle__icon--burger {
    display: none;
  }
  body.mobile-menu-open .mobile-menu-toggle__icon--close {
    display: inline-flex;
  }


  main {
    padding-top: 8vh;
  }
  .products-block-wide {
    height: inherit;
  }
  .products-table-section {
    width: 80.5vw;
  }
  .page-login {
    max-width: 45vw;
  }
  .form-page-content {
    max-width: 90vw;
  }
}

@media (min-width: 1025px) {
  .mobile-menu-toggle,
  .mobile-menu-overlay,
  .mobile-menu-drawer {
    display: none !important;
  }
}

@media (max-width: 768px) {
  
}