/* ===============================
   💻 LAPTOP SMALL (≥1024px)
   =============================== */

@media (min-width: 1024px) and (max-width: 1279px) {
  .page {
    padding: 0 32px 45px;
  }
  .hero {
    height: 190px;
    padding-top: 130px;
    margin-bottom: 50px;
  }
  .brand {
    max-width: 125px;
    margin-bottom: 100px;
  }
  .ticket-registration {
    gap: 16px;
  }
  .ticket-registration .text-ticket {
    width: 140px;
  }
  .ticket-registration .text-registration {
    width: 302px;
    transform: translateY(7px);
  }
  .hero p {
    margin-top: 13px;
    max-width: 660px;
    font-size: 13px;
  }
  .card-identity {
    border-radius: 50px;
    padding-bottom: 40px;
  }
  .card-identity .identity-heading,
  .card-identity .registration-form,
  .card-identity .panel-body {
    padding: 55px 90px 30px;
  }
  .card-identity .registration-form {
    padding-top: 44px;
  }
  .identity-heading {
    gap: 12px;
    margin-bottom: -44px;
  }
  .enter-your-identity {
    gap: 5px;
  }
  .enter-your-identity .text-enter {
    width: 76px;
  }
  .enter-your-identity .text-your {
    width: 64px;
  }
  .enter-your-identity .text-identity {
    width: 108px;
    transform: translateY(4px);
  }
  .identity-heading small {
    font-size: 12px;
    margin-top: 15px;
  }
  .registration-form {
    max-width: 700px;
  }
  .text-check-your-email {
    max-width: 180px;
    margin-bottom: 4px;
  }
  .form-grid {
    gap: 7px 30px;
  }
  .input {
    box-sizing: border-box;
    height: 46px;
    padding: 0 22px;
    font-size: 14px;
    border-radius: 10px;
  }
  .field-hint {
    left: 24px;
    bottom: 9px;
    font-size: 7px;
  }
  .error-message {
    font-size: 11px;
  }
  .error-agreement {
    margin-left: 25px;
    margin-right: 0;
    margin-top: -9px;
    margin-bottom: 20px;
    font-size: 11px;
  }
  .otp-notice {
    margin-top: 18px;
    padding: 11px 24px;
    border-radius: 16px;
    font-size: 10px;
  }
  .agreement {
    gap: 6px;
    margin: 18px 0 12px 24px;
    font-size: 11px;
  }
  .agreement input {
    width: 13px;
    height: 13px;
  }
  .submit-btn {
    width: 225px;
    height: 30px;
    margin-left: 23px;
    border-radius: 11px;
    font-size: 12px;
  }
  .terms {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 26px 80px 28px;
    border-radius: 45px;
  }
  .terms img {
    max-width: 240px;
    margin-bottom: 18px;
  }
  .terms-grid {
    gap: 26px;
  }
  .terms ul {
    padding-left: 16px;
  }
  .terms li {
    font-size: 11px;
  }
  .trust {
    margin-top: 40px;
  }
  .trust img {
    max-width: 85px;
  }
}