/* ===============================
   📲 TABLET PORTRAIT (≤820px)
   =============================== */

@media (min-width: 541px) and (max-width: 820px) {
  .hero {
    min-height: 0;
  }
  .hero-content {
    min-height: 0;
    width: calc(100% - 40px);
    padding: 40px 0 45px;
  }
  .hero-top {
    justify-content: center;
  }
  .hero-top img {
    max-width: 82px;
    margin-right: 0;
    margin-top: 8px;
  }
  .hero-live-worship {
    margin-top: 26px;
  }
  .hero-live-worship .live-worship {
    max-width: 560px;
  }
  .hero-description {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    margin-bottom: 24px;
    font-size: 12px;
    text-align: center;
  }
  .description-blend {
    padding: 2px 5px;
  }
  .event-card {
    margin: 0 90px;
    min-height: 0;
    padding: 5px 20px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .event-item {
    min-height: 0;
    width: 100%;
    padding: 13px 0;
    align-items: center;
    justify-content: center;
  }
  .event-item:nth-child(1),
  .event-item:nth-child(2),
  .event-item:nth-child(4),
  .event-item:nth-child(5) {
    margin-left: 0;
    margin-right: 0;
  }
  .event-item + .event-item {
    border-top: 1px solid var(--card-border-color);
  }
  .event-item:nth-child(3) {
    display: none;
  }
  .event-date {
    font-size: 13px;
  }
  .event-date sup {
    font-size: 7px;
  }
  .text-october {
    max-width: 56px;
    transform: translateY(-1px);
  }
  .vip-session,
  .festival-session {
    max-width: 160px;
  }
  .text-location {
    max-width: 134px;
  }
  .hero-actions {
    gap: 20px;
    margin-top: 16px;
  }
  .btn {
    min-width: 150px;
    padding: 7px 0;
  }
  .text-get-your-tickets,
  .text-terms {
    height: 15px;
  }
  .text-get-your-tickets {
    width: 92px;
  }
  .text-terms {
    width: 110px;
  }
  .hero-quote {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 11px;
  }
  .quote-symbol {
    margin-top: 8px;
    font-size: 20px;
  }
  .vip-tickets {
    aspect-ratio: auto;
    background-color: var(--black-color);
    background-size: 100% auto;
    background-position: center top;
    background-image:
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 100vw,
        var(--black-color) 112.6vw
      ),
      var(--bg-vip-tickets);
    padding-top: 57%;
    padding-bottom: 40px;
  }
  .vip-content,
  .festival-content {
    max-width: none;
    padding: 0 24px;
  }
  .session-grid {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
  }
  .session-left img {
    width: 120px;
  }
  .session-right {
    align-items: center;
    width: 100%;
  }
  .session-right img {
    width: 100%;
    max-width: 360px;
  }
  .ticket-list {
    margin-top: 0;
    margin-left: 24px;
    margin-right: 24px;
    gap: 20px;
  }
  .ticket-zone {
    padding-left: 0;
    text-align: center;
  }
  .ticket-zone .green-zone,
  .ticket-zone .white-zone,
  .ticket-zone .gray-zone,
  .ticket-zone .black-zone {
    display: block;
    max-width: 78px;
    margin: 0 auto;
  }
  .ticket-border-tray {
    height: 12px;
    margin-top: -4px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .ticket-details {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .price-currency {
    font-size: 12px;
    transform: translateY(-8px);
  }
  .price-amount {
    font-size: 24px;
  }
  .ticket-description {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.45;
  }
  .zone-note {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 16px 24px;
    border-radius: 22px;
    font-size: 11px;
    text-align: center;
  }
  .ticket-important {
    margin-top: 22px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .important-title {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .important-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .important-grid .important-list {
    gap: 4px;
    font-size: 11px;
  }
  .important-grid .important-list li {
    padding-left: 16px;
  }
  .important-grid .important-list li::before {
    left: 4px;
    font-size: 11px;
  }
  .seating-layouts {
    aspect-ratio: auto;
    background-image: none;
    background-color: var(--black-color);
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 10px;
  }
  .seating-layouts::before {
    content: "";
    order: 2;
    display: block;
    width: 100%;
    aspect-ratio: 1.9525 / 1;
    background-image: var(--bg-seating-layouts);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .seating-heading {
    order: 1;
    padding: 0 20px;
    margin-top: -2%;
  }
  .seating-card {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 28px;
    text-align: center;
  }
  .text-seating-layout {
    width: 150px;
    margin: 0 auto;
  }
  .seating-note {
    font-size: 9px;
  }
  .seating-important {
    position: static;
    order: 3;
    transform: none;
    padding: 0 20px;
  }
  .important-card {
    padding: 20px 24px;
    border-radius: 24px;
  }
  .important-card .important-title {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .important-card .important-grid {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .important-card .important-list {
    gap: 4px;
    font-size: 11px;
  }
  .festival-tickets {
    background-color: var(--black-color);
    background-size: 103% auto;
    background-position: center top;
    background-image:
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 100vw,
        var(--black-color) 112.6vw
      ),
      var(--bg-festival-tickets);
    padding-top: 46%;
    padding-bottom: 16px;
  }
  .festival-tickets .ticket-list {
    margin-top: 0;
  }
  .festival-tickets .ticket-important {
    margin-top: 22px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 16px 24px;
    border-radius: 22px;
  }
  .festival-tickets .ticket-important .important-title {
    font-size: 13px;
  }
  .festival-tickets .ticket-important .important-grid {
    gap: 4px;
  }
  .festival-tickets .ticket-important .important-grid .important-list {
    font-size: 11px;
  }
  .festival-tickets .ticket-important .important-grid .important-list:last-child {
    margin-left: 0;
  }
  .festival-tickets .register-now {
    margin-top: 24px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 14px;
  }
  .register-card {
    padding: 28px 20px 24px;
    border-radius: 40px;
  }
  .register-card::before {
    clip-path: polygon(68% 0, 100% 0, 100% 100%, 47% 100%);
    background: none;
  }
  .text-register-now {
    width: 260px;
  }
  .register-note {
    margin-top: 14px;
    font-size: 11px;
  }
  .register-note sup {
    font-size: 7px;
  }
  .register-whatsapp {
    margin-top: 16px;
  }
  .text-whatsapp-us {
    width: 130px;
  }
  .festival-tickets .brand-card {
    margin-top: -6px;
    padding: 16px 0 12px;
    border-radius: 26px;
    font-size: 12px;
  }
  .festival-tickets .brand-card img {
    max-width: 60px;
  }
  .terms-modal {
    padding: 16px;
  }
  .terms-modal-dialog {
    max-height: calc(100svh - 32px);
    padding: 32px 28px;
    border-radius: 28px;
  }
  .terms-modal-close {
    top: 12px;
    right: 20px;
    font-size: 10px;
  }
  .terms-modal-title {
    margin-bottom: 12px;
  }
  .terms-modal-title img {
    width: 180px;
  }
  .terms-modal-grid {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .terms-modal-list li {
    padding-left: 14px;
    font-size: 11px;
    line-height: 1.6;
  }
}