/* ===============================
   📲 TABLET LANDSCAPE (≥821px)
   =============================== */

@media (min-width: 821px) and (max-width: 1023px) {
  .page {
    padding: 0 24px 40px;
  }
  .hero {
    height: auto;
    padding-top: 105px;
    margin-bottom: 30px;
  }
  .brand {
    max-width: 112px;
    margin-bottom: 80px;
  }
  .ticket-registration {
    gap: 13px;
  }
  .ticket-registration .text-ticket {
    width: 110px;
  }
  .ticket-registration .text-registration {
    width: 240px;
    transform: translateY(6px);
  }
  .hero p {
    margin-top: 12px;
    max-width: 560px;
    font-size: 11px;
  }
  .card-identity {
    border-radius: 55px;
    padding-bottom: 34px;
  }
  .card-identity .identity-heading,
  .card-identity .registration-form,
  .card-identity .panel-body {
    padding: 45px 55px 26px;
  }
  .card-identity .registration-form {
    padding-top: 38px;
  }
  .identity-heading {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: -38px;
  }
  .enter-your-identity {
    gap: 5px;
  }
  .enter-your-identity .text-enter {
    width: 67px;
  }
  .enter-your-identity .text-your {
    width: 56px;
  }
  .enter-your-identity .text-identity {
    width: 93px;
    transform: translateY(3px);
  }
  .identity-heading small {
    font-size: 11px;
    margin-top: 12px;
  }
  .registration-form {
    max-width: none;
  }
  .text-check-your-email {
    max-width: 160px;
    margin-bottom: 2px;
  }
  .form-grid {
    gap: 7px 24px;
  }
  .input {
    box-sizing: border-box;
    height: 45px;
    padding: 0 18px;
    font-size: 13px;
    border-radius: 10px;
  }
  .field-hint {
    left: 20px;
    bottom: 8px;
  }
  .error-message {
    font-size: 11px;
  }
  .error-agreement {
    margin-left: 21px;
    margin-right: 0;
    margin-top: -8px;
    margin-bottom: 10px;
    font-size: 11px;
  }
  .otp-notice {
    margin-top: 16px;
    padding: 10px 20px;
    border-radius: 16px;
    font-size: 10px;
  }
  .agreement {
    gap: 6px;
    margin: 16px 0 11px 20px;
    font-size: 11px;
  }
  .agreement input {
    width: 13px;
    height: 13px;
  }
  .agreement input:checked::after {
    width: 4px;
  }
  .submit-btn {
    width: 215px;
    height: 29px;
    margin-left: 20px;
    border-radius: 11px;
    font-size: 12px;
  }
  .terms {
    margin-top: 30px;
    margin-left: 14px;
    margin-right: 14px;
    padding: 24px 45px 26px;
    border-radius: 40px;
  }
  .terms img {
    max-width: 200px;
    margin-bottom: 16px;
  }
  .terms-grid {
    gap: 22px;
  }
  .terms ul {
    padding-left: 16px;
  }
  .terms li {
    font-size: 10px;
    line-height: 1.3;
  }
  .trust {
    margin-top: 32px;
  }
  .trust img {
    max-width: 76px;
  }
}