@font-face {
  font-family: "SVN Tungsten";
  src: url("../fonts/SVN-Tungsten-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "SVN Tungsten", sans-serif;
  background: rgba(0, 32, 42, 1);
  color: #fff;
  line-height: 1.4;
}

/* begin language button */
/* Định vị để nút bám đúng hero */
.stage-image-main {
  position: relative;
}

/* container hero */
.stage-image-main .container-fluid {
  position: static;
}

/* giữ nguyên layout */

/* .langButton {
  box-shadow:inset 0px -3px 7px 0px #845a3a;
  background:linear-gradient(to bottom, #dba883 5%, #eecbb3 100%);
  background-color:#dba883;
  border-radius: 4px;
  border: 1px solid #0b0e07;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: "SVN Tungsten", sans-serif;
  font-size: 1.3rem;
  padding: 9px 17px;
  text-decoration: none;
  text-shadow: 1px 1px 2px #211f1c;
} */

/* .langButton:hover {
	background:linear-gradient(to bottom, #eecbb3 5%, #dba883 100%);
	background-color:#eecbb3;
}
.langButton:active { transform: translateY(1px); } */

/* Vị trí overlap góc phải của banner top */
/* .langButton--i18n{
  position: absolute;
  top: 22px;         
  right: 24px;   
  z-index: 10;
} */

/* Responsive nhỏ */
/* @media (max-width: 768px){
  .langButton--i18n{ top: 12px; right: 12px; font-size: 14px; padding: 8px 14px; }
} */

.langSwitch {
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 10;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
}

.langSwitch img {
  display: block;
  width: 50px;
  /* flag size on desktop */
  height: auto;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .35);
  transition: transform .15s ease, filter .2s ease;
}

.langSwitch:hover img {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

@media (max-width: 768px) {
  .langSwitch {
    top: 12px;
    right: 12px;
  }

  .langSwitch img {
    width: 42px;
  }
}

/* end language button */


/* === Info "stamp" button on cards === */
.artist-card,
.production-card {
  position: relative;
}

/* để nút bám theo ảnh */

.card-info {
  position: absolute;
  top: 12px;
  /* chỉnh vi sai theo mắt */
  left: 12px;
  z-index: 2;
  background: transparent;
  border: 0;
  padding: 10px 14px;
  /* tạo tap area rộng */
  border-radius: 12px;
  /* bo nhẹ để dễ nhìn khi hover */
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  user-select: none;
  touch-action: manipulation;
}

/* phóng to vùng bấm nhưng không thay đổi thị giác */
.card-info::before {
  content: "";
  position: absolute;
  inset: -6px -8px;
  /* nới vùng chạm thêm */
  border-radius: 14px;
}

/* chữ kiểu “đóng mộc” chìm vào ảnh */
.card-info span {
  display: block;
  font-family: "SVN Tungsten", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .85);
  mix-blend-mode: overlay;
  /* blend nhẹ với ảnh nền */
  text-shadow:
    0 1px 0 rgba(255, 255, 255, .25),
    /* highlight cạnh dưới */
    0 -1px 0 rgba(0, 0, 0, .65),
    /* bóng cạnh trên (deboss) */
    0 2px 4px rgba(0, 0, 0, .35);
  /* bóng mềm */
  transition: transform .15s ease, filter .2s ease, text-shadow .15s ease;
}

/* hover/click/focus đều như nhau */
.card-info:is(:hover, :active, :focus-visible) span {
  transform: translateY(1px);
  text-shadow:
    0 -1px 0 rgba(255, 255, 255, .18),
    0 1px 0 rgba(0, 0, 0, .75),
    0 1px 2px rgba(0, 0, 0, .4);
  filter: brightness(1.05);
}

/* focus ring để truy cập bàn phím */
.card-info:focus-visible {
  box-shadow: 0 0 0 2px rgba(201, 165, 115, .6);
}

/* Mobile: thu chữ chút, vẫn giữ tap area */
@media (max-width: 768px) {
  .card-info {
    top: 10px;
    left: 10px;
    padding: 10px 12px;
  }

  .card-info span {
    font-size: 16px;
  }
}
/* Event Info Styles */

.text-clock {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.production-info .text-white {
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Event Details Section */
.event-details-section {
  background: transparent;
  border-radius: 8px;
  margin: 20px auto;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
  z-index: 99;
}

/* Location Info Styling */
.location-label {
  flex: 0 0 auto;
}

.location-value {
  flex: 1;
}

.ticket-info h3 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ticket-info h4 {
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.thong-tinve h4,
.thong-tinve p {
  background: linear-gradient(90deg, #845a3a 0%, #eecbb3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 34px;
}

.location-info p,
.location-info h5,
.thong-tinve,
.line-ticket {
  font-size: 32px;
}

.location-info .text-warning {
  background: linear-gradient(90deg, #845a3a 0%, #eecbb3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 32px;
}

.countdown-section h4 {
  font-size: 40px;
}

.countdown-section h4 span {
  background: linear-gradient(90deg, #845a3a 0%, #eecbb3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 40px;
}

.ticket-info h5 {
  letter-spacing: 1px;
}

.location-info {
  font-size: 0.9rem;
  margin-bottom: 8px;
  display: flex;
}

.countdown-number {
  min-width: 150px;
  font-weight: 700;
  font-size: 130px;
  line-height: 1;
  padding: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #262626 0%, #191919 100%);
  border: 1px solid #262626 !important;
  border-radius: 8px;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 2px 4px rgba(0, 0, 0, 0.3);
}

.countdown-number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #718096;
  z-index: 1;
}

section.stage-image-section {
  margin: -62px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

section.stage-image-section1 {
  margin-top: -120px;
}

section.stage-image-section3 {
  margin-top: -62px;
  margin-bottom: 0;
}

.countdown-number h2 {
  font-size: 130px;
  line-height: 1;
  margin: 0;
  font-weight: 700;
}

/* Seating Chart */
.seating-section {
  background: transparent;
  margin: 20px auto;
}

.seating-map.text-center {
  padding: 15px 0 0 0;
}

.seating-legend h3 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.description-section p {
  font-family: "Roboto", sans-serif;
  text-align: justify;
  font-size: 20px;
}

/* Artists Section */
.artists-section {
  background: rgba(0, 32, 42, 1);
}

.artists-section h2,
.production-section h2 {
  font-size: 54px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.artist-card {
  transition: transform 0.3s ease;
}

/* .artist-card:hover {
  transform: translateY(-5px);
} */

/* Production Section */
.production-section {
  background: rgba(0, 32, 42, 1);
}

.production-card {
  transition: transform 0.3s ease;
}

/* .production-card:hover {
  transform: translateY(-5px);
} */

/* Footer */
.footer {
  background: rgba(0, 32, 42, 1);
  border-top: 1px solid #333;
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a573, transparent);
}

.footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c9a573, transparent);
}

.logo-footer {
  width: 200px;
}

.info-footer.d-flex {
  font-family: "Roboto", sans-serif;
}

.seating-legend {
  padding: 10px 10px;
}

/* Responsive Design */
@media (max-width: 1200px) {

  .venue-name {
    font-size: 2.5rem;
    letter-spacing: 8px;
  }
}

@media (min-width: 1280px) {
  .event-details-section.py-4 .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

/* Mobile Layout */
@media (max-width: 1280px) {
  .location-info .d-flex {
    justify-content: center;
  }

  .event-details-section .text-lg-start {
    text-align: center !important;
  }

  .location-label {
    min-width: auto;
    text-align: left;
  }

  .location-value {
    text-align: left;
  }

  .ticket-info h3 {
    font-size: 36px;
  }

  .location-info p,
  .location-info h5,
  .thong-tinve,
  .line-ticket,
  .location-info .text-warning,
  .thong-tinve h4,
  .thong-tinve p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 24px;
  }

  .location-info {
    justify-content: center;
  }

  .countdown-number {
    font-size: 100px;
    min-width: 80px;
    padding: 15px !important;
    background: linear-gradient(180deg, #262626 0%, #191919 100%);
    border: 1px solid #262626 !important;
    border-radius: 6px;
  }

  .countdown-number h2 {
    font-size: 90px;
    color: #fff !important;
    position: relative;
    z-index: 2;
  }

  .countdown-section {
    padding-top: 30px;
  }

  section.stage-image-section {
    margin: -10px 0 -20px 0;
  }

  section.stage-image-section1 {
    margin-top: -60px;
  }

  section.stage-image-section3 {
    margin: -20px 0 0 0;
  }

  .countdown-section h4,
  .countdown-section h4 span {
    font-size: 28px;
    font-weight: 400;
  }

  .text-clock {
    font-size: 24px;
  }

  .seating-section {
    background: transparent;
    margin: 0px auto;
    max-width: 100%;
  }

  .seating-legend .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px;
    padding: 0 2px;
  }

  .seating-legend h3 {
    font-size: 32px;
    letter-spacing: 1px;
    padding: 40px 0 0px 0;
  }

  .seating-legend .col-12 {
    width: 100%;
    flex: none;
  }

  .description-section p {
    font-size: 18px;
  }

  .artist-card,
  .production-card {
    padding: 25px 0px;
  }

  section.artists-section.py-5.bg-dark {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .artists-section h2,
  .production-section h2 {
    font-size: 36px;
    letter-spacing: 1px;
  }

  .logo-footer {
    width: 160px;
  }

  .info-footer.d-flex {
    display: block !important;
    line-height: 24px;
  }

  .info-footer-item {
    padding: 6px 0px;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 0px 20px;
  }

  header {
    display: none;
  }
}

.footer-copyright {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 2%;
  text-align: center;

  font-family: "Roboto", sans-serif;
}

/* Desktop Layout */
@media (min-width: 1280px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  .location-info .d-flex {
    justify-content: flex-start;
  }

  .location-label {
    min-width: 130px;
  }

  .location-value {
    text-align: left;
  }



  .seating-legend .col-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media (max-width: 1280px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .countdown-number {
    min-width: 70px;
    padding: 15px 20px !important;
  }

  .seating-legend {
    padding: 0 0px;
  }
}

@media (min-width: 767px) and (max-width: 1280px) {
  .event-details-section.py-4 .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .seating-section.py-4.bg-dark .col-lg-8,
  .seating-section.py-4.bg-dark .col-lg-4,
  .seating-section.py-4.bg-dark .col-lg-7,
  .seating-section.py-4.bg-dark .col-lg-5,
  .description-section .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .artists-section .col-lg-4,
  .production-section .col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
  }

  .location-info p,
  .location-info h5,
  .thong-tinve,
  .line-ticket,
  .location-info .text-warning,
  .thong-tinve h4,
  .thong-tinve p {
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 34px;
  }

  .countdown-section h4,
  .countdown-section h4 span {
    font-size: 32px;
    font-weight: 400;
  }

  .ticket-info h3 {
    font-size: 40px;
  }

  .countdown-number {
    font-size: 120px;
    min-width: 90px;
    padding: 15px !important;
    background: linear-gradient(180deg, #262626 0%, #191919 100%);
    border: 1px solid #262626 !important;
    border-radius: 6px;
  }

  .seating-legend {
    padding: 0 0%;
  }

  .artists-section h2,
  .production-section h2 {
    font-size: 40px;
    letter-spacing: 1px;
  }

  .seating-legend .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    padding: 0 2px;
  }

  .seating-legend .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .seating-legend .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    padding: 0 2px;
  }

  .seating-legend .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {

  .artist-card,
  .production-card {
    padding: 10px 0px;
  }

  .countdown-number {
    min-width: 60px;
    padding: 10px 15px !important;
  }
}

@media (min-width: 1181px) and (max-width: 1520px) {
  .seating-legend {
    padding: 0 0px;
  }

  .seating-legend h3 {
    font-size: 38px;
    letter-spacing: 1px;
  }
}

/* Additional Bootstrap Enhancements */
.bg-dark {
  background-color: rgba(0, 32, 42, 1) !important;
}

.text-warning {
  color: #fff !important;
}

.border-warning {
  border-color: #c9a573 !important;
}

.bg-warning {
  background-color: #c9a573 !important;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Custom spacing for better visual hierarchy */
.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* Enhanced button styles */
.btn-warning {
  background-color: #c9a573;
  border-color: #c9a573;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-warning:hover {
  background-color: #b8945f;
  border-color: #b8945f;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(201, 165, 115, 0.3);
}

/* Card hover effects */
.card {
  transition: all 0.3s ease;
  border: none;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Override Bootstrap modal styles to prevent conflicts */
.modal {
  display: none !important;
}

.modal.show {
  display: block !important;
  position: fixed !important;
  z-index: 1055 !important;
  background: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
}

.modal-backdrop {
  display: none !important;
  opacity: 0 !important;
}

.modal-backdrop.show {
  display: block !important;
  opacity: 0.5 !important;
}

.modal-backdrop.fade {
  opacity: 0 !important;
}

.modal-backdrop.fade.show {
  opacity: 0.5 !important;
}

/* Ensure modal dialog is properly positioned */
.modal-dialog {
  position: relative !important;
  margin: 1.75rem auto !important;
  max-width: 90% !important;
}

.modal-dialog-centered {
  display: flex !important;
  align-items: center !important;
  min-height: calc(100% - 3.5rem) !important;
}

/* Modal content styling */
.modal-content {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  pointer-events: auto !important;
  background-color: #212529 !important;
  background-clip: padding-box !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  outline: 0 !important;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #1a363f;
}

::-webkit-scrollbar-thumb {
  background: #c9a573;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #b8945f;
}

/* Legend Ticket Images Styling */
.legend-ticket-item {
  text-align: center;
  margin-bottom: 1rem;
}

.ticket-image {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  cursor: pointer;
}

.ticket-image:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* === PROFILE POPUP (custom) — 3-part layout === */
.profile-modal{
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  /* chặn quán tính cuộn lan xuống nền (Android & iOS) */
  overscroll-behavior: none;
}
.profile-modal.is-open{ display: block; }

.profile-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.65);
  backdrop-filter: blur(2px);
}

/* Khung panel – chỉ body cuộn (overflow:hidden) */
.profile-modal__panel{
  position: relative;
  z-index: 1;
  margin: min(7vh,56px) auto;    /* cách đều mép trên/dưới ở desktop */
  max-width: 920px;
  background: #0e1c1f;
  color: #fff;
  border: 1px solid rgba(201,165,115,.18);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,.5);
  display: flex;
  flex-direction: column;
  overflow: hidden;               /* QUAN TRỌNG: chỉ phần body cuộn */
}

/* Header (div) – luôn thấy được */
.profile-modal__header{
  flex: 0 0 auto;
  padding: 18px 16px 10px;
  text-align: center;
  background: linear-gradient(#0e1c1f, rgba(14,28,31,.92));
}
.profile-modal__title{
  margin: 0;
  font: 800 32px/1.15 "SVN Tungsten", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* Body – vùng duy nhất cuộn */
.profile-modal__scroll{
  flex: 1 1 auto;
  padding: 14px 18px 16px;        /* có đệm đáy để không dính footer */
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* iOS momentum */
  font-size: 22px;
  line-height: 1.7;
}

/* Footer – chứa nút Close, không đè nội dung */
.profile-modal__footer{
  flex: 0 0 auto;
  padding: 12px 16px calc(16px + env(safe-area-inset-bottom));
  display: flex;
  justify-content: center;
  background: linear-gradient(rgba(14,28,31,.92), #0e1c1f);
}

/* Nút Close màu đồng */
.profile-modal__close{
  background: #c9a573;
  color: #000;
  border: 0;
  border-radius: 999px;
  padding: 12px 24px;
  font: 700 14px/1 "SVN Tungsten", system-ui, sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}
.profile-modal__close:hover{
  background: #b8945f;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(201,165,115,.35);
}
.profile-modal__close:active{ transform: translateY(1px); }

/* ---------- Mobile (<=768px) ---------- */
@media (max-width: 768px){
  /* Panel kích thước cố định, căn giữa; body cuộn trong khung */
  .profile-modal__panel{
    width: calc(100% - 24px);
    height: 80vh;                 /* thấp hơn để chừa đáy rộng */
    max-height: 80vh;
    margin: 10vh auto;            /* cách top/bottom rộng hơn */
    border-radius: 14px;
  }
  .profile-modal__header{ padding: 14px 12px 8px; }
  .profile-modal__title{ font-size: 24px; }
  .profile-modal__scroll{
    padding: 12px 14px 12px;
    font-size: 16.5px;
    line-height: 1.65;
  }
  .profile-modal__footer{
    padding: 12px 12px calc(18px + env(safe-area-inset-bottom));
  }
}

/* === Toggle countdown (hide/show by body class) === */
.hide-countdown .countdown-section{
  display: none !important;
}

/* Khi ẩn, cho cột thông tin vé giãn full trên màn ≥992px */
@media (min-width: 992px){
  .hide-countdown .event-details-section .row > .col-lg-6:first-child{
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* === Description (L-Acoustics + narrative) ========================== */
/* Hộp mô tả tổng: nhẹ, không nền đậm, viền đồng mảnh */
.desc-box{
  background: transparent;
  border: 1px solid rgba(201,165,115,.18);
  border-radius: 14px;
  padding: 22px;
}

/* Tiêu đề khu mô tả */
.desc-box h4{
  margin: 0 0 12px;
  font: 800 32px/1.15 "SVN Tungsten", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* Đoạn dẫn/giải thích đầu khối */
.desc-lead{
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.75;
  margin: 0 0 14px;
  color: #e8f0f2;
}

/* Danh sách 5 trụ cột – KHÔNG nền đậm */
.desc-list{
  background: transparent !important; /* override nếu có rule cũ */
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 0 6px;
  padding: 0 0 0 1.4rem;              /* lề trái cho bullet */
  list-style: disc;
}

.desc-list li{
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 20px;                     /* chữ to, dễ đọc */
  line-height: 1.8;
  margin-bottom: .55rem;
  color: #e7ecee;
}

/* Nhãn in đậm ở đầu mỗi mục (POWERFULLY COMPACT:, …) */
.desc-list li b,
.desc-list li strong{
  font-weight: 900;
  letter-spacing: .02em;
}

/* Bullet màu đồng, vừa phải */
.desc-list li::marker{
  color: rgba(201,165,115,.85);
  font-size: .95em;
}

/* Ghi chú nhỏ nếu cần */
.desc-note{
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  opacity: .85;
  margin-top: 10px;
}

/* ---------- Tablet & Mobile ---------- */
@media (max-width: 992px){
  .desc-box{ padding: 18px; border-radius: 12px; }
  .desc-box h4{ font-size: 28px; }
  .desc-lead, .desc-list li{ font-size: 18.5px; line-height: 1.7; }
}

@media (max-width: 768px){
  .desc-box{ padding: 16px; border-radius: 12px; }
  .desc-box h4{ font-size: 24px; letter-spacing: .05em; }
  .desc-lead, .desc-list li{ font-size: 17px; line-height: 1.65; }
}
/* Bigger subtitle inside description boxes (Điều kiện & điều khoản / Terms & Conditions) */
.desc-box h5{
  font-family: "SVN Tungsten", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;      /* bỏ dòng này nếu không muốn UPPERCASE */
  font-size: clamp(22px, 2.1vw, 28px);  /* to hơn một nhịp */
  margin: 16px 0 8px;
}

@media (max-width: 768px){
  .desc-box h5{
    font-size: 22px;              /* đủ lớn trên mobile */
    letter-spacing: .04em;
  }
}
/* Note dưới ảnh sơ đồ sân khấu */
.seating-note{
  font-family: "Roboto", system-ui, sans-serif;
  color: #e8f0f2;
  opacity: .92;
  font-size: 18px;
  line-height: 1.65;
  margin: 10px 0 0;
  text-align: center;              /* .seating-map đã text-center, nhưng giữ cho chắc */
  padding: 0 8px;                  /* chút đệm để không dính mép màn hình trên mobile */
}
.seating-note strong{
  color: #c9a573;                  /* màu đồng nhất site */
  font-weight: 800;
  letter-spacing: .02em;
}

@media (min-width: 992px){
  .seating-note{ font-size: 19px; }
}
