@media (max-width: 600px) {
  .bg-poster {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .gate-input-wrap input,
  .field-wrap input,
  .field-wrap select,
  .phone-inline input,
  .phone-inline select,
  .pass-input-wrap input,
  .choices,
  .choices__input,
  .choices__list--dropdown .choices__item {
    font-size: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 400px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .phone-row {
    grid-template-columns: 80px 1fr;
  }

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

@media (min-width: 768px) {
  .container {
    max-width: 480px;
  }

  .bg-overlay {
    background: linear-gradient(90deg,
        rgba(10, 8, 6, 0.95) 0%,
        rgba(10, 8, 6, 0.82) 45%,
        rgba(10, 8, 6, 0.6) 100%);
  }
}