/* =================================================
   PROMO PAGE — Component Styles
   /promo  &  /promo/experience/{slug}
================================================= */

/* -----------------------------------------------
   Section background alternation
----------------------------------------------- */
.bg-dark-alt {
  background-color: #111111;
}

/* -----------------------------------------------
   Section title (reuses .title-ticket-main from
   home.min.css but needs uppercase + spacing)
----------------------------------------------- */
#promo-ticket-section .title-ticket-main,
#promo-hotel-section .title-ticket-main,
#promo-experience-section .title-ticket-main,
#promo-sponsor-section .title-ticket-main {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* -----------------------------------------------
   TICKET PROMOTION CARDS
----------------------------------------------- */
.promo-ticket-wrapper {
  position: relative;
  /* padding: 0 50px; */
}

.card-ticket-item {
  padding: 0 10px;
  box-sizing: border-box;
}

.box-ticket {
  background-color: #000000;
  height: 100%;
  border-radius: 12px;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.box-ticket .ticket-title {
  color: var(--text-white);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.img-hover-zoom {
  width: 100%;
  overflow: hidden;
}

.img-hover-zoom .imgticket {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.ticket-price {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0;
  text-align: center;
  padding: 0 16px;
}

.btn-ticket-action {
  display: inline-flex;
  align-items: center;
  background-color: #ffd406;
  color: #000000;
  font-weight: 800;
  font-size: 18px;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  margin: 0 16px;
}

.btn-ticket-action:hover {
  background-color: #e6bf00;
  color: #000000;
  text-decoration: none;
  transform: scale(1.02);
}

/* -----------------------------------------------
   PARTNER HOTEL SECTION BACKGROUND
----------------------------------------------- */
.bg-hotel-promo {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-hotel-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.bg-hotel-promo .container,
.bg-hotel-promo .promo-hotel-wrapper {
  position: relative;
  z-index: 1;
}

/* -----------------------------------------------
   PARTNER HOTEL CARDS
----------------------------------------------- */
.promo-hotel-wrapper {
  position: relative;
  /* padding: 0 50px; */
}

.hotel-slide-item {
  padding: 0 10px;
  box-sizing: border-box;
}

.card-promo-hotel {
  border-radius: 16px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.card-promo-hotel:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.hotel-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 16px;
}

.hotel-brand-logo {
  max-height: 64px;
  max-width: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.hotel-img-wrap {
  height: 190px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}

.hotel-img-wrap:hover .hotel-photo {
  transform: scale(1.08);
}

.hotel-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.hotel-card-body {
  text-align: left;
}

.hotel-name {
  color: #111111;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 12px;
}

.hotel-name {
  color: #111111;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 12px;
}

.hotel-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.hotel-tagline {
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
}

.hotel-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 800;
  color: #111111;
}

.hotel-lot-badge {
  display: inline-block;
  background: rgba(228, 36, 43, 0.1);
  color: #e4242b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 2px 7px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.btn-hotel-promo {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: #e4242b;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-hotel-promo:hover {
  background: #c81f26;
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.02);
}

/* -----------------------------------------------
   EXPERIENCE MANDALIKA CARDS (mosaic grid)
----------------------------------------------- */
.experience-grid {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  /*
     * Tinggi landscape
     */
  grid-auto-rows: 260px;

  gap: 16px;

  grid-auto-flow: dense;

  align-items: stretch;

  /*
     * Jangan sampai grid tersembunyi.
     * Hapus bagian ini kalau tidak diperlukan.
     */
}


/* =========================
   CARD
========================= */

.card-experience {
  position: relative;

  display: block;

  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;

  border-radius: 14px;
  overflow: hidden;

  background: #1c1c1c;

  text-decoration: none;
  color: inherit;
}


/*
 * PORTRAIT
 * Tingginya 2 row + gap
 */
.card-experience-portrait {
  grid-row: span 2;
}


/*
 * LANDSCAPE
 * Default = 1 row
 */
.card-experience-landscape {
  grid-row: span 1;
}


/* =========================
   IMAGE
========================= */

.experience-img-wrap {
  position: absolute;
  inset: 0;

  overflow: hidden;
}

.experience-img,
.experience-img-placeholder {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform 0.35s ease;
}

.experience-img-placeholder {
  background: #2a2a2a;
}

.card-experience:hover .experience-img {
  transform: scale(1.06);
}


/* =========================
   ICON
========================= */

.experience-icon-overlay {
  position: absolute;

  top: 14px;
  right: 14px;

  z-index: 3;
}

.experience-icon {
  width: 34px;
  height: 34px;

  object-fit: contain;

  filter:
    drop-shadow(0 2px 4px rgba(0, 0, 0, .5));
}


/* =========================
   TEXT
========================= */

.experience-overlay-text {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  z-index: 2;

  padding: 50px 18px 16px;

  background:
    linear-gradient(to top,
      rgba(0, 0, 0, .85) 0%,
      rgba(0, 0, 0, .55) 45%,
      rgba(0, 0, 0, 0) 100%);
}

.experience-title {
  margin: 0 0 4px;

  color: #fff;

  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;

  text-transform: uppercase;
}

.experience-desc {
  margin: 0;

  color: rgba(255, 255, 255, .9);

  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}


/* =========================
   TABLET
========================= */

@media (max-width: 992px) {

  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 240px;
  }

  .card-experience-portrait {
    grid-row: span 2;
  }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 576px) {

  .experience-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
    gap: 14px;
  }

  /*
     * MOBILE:
     * Portrait dan landscape sama-sama 1 card tinggi.
     */
  .card-experience,
  .card-experience-portrait,
  .card-experience-landscape {
    grid-row: span 1;
  }

  .experience-img {
    object-fit: cover;
    object-position: center;
  }

  .experience-overlay-text {
    padding: 44px 16px 16px;
  }

  .experience-title {
    font-size: 18px;
    line-height: 1.2;
  }

  .experience-desc {
    font-size: 13px;
  }

  .experience-icon-overlay {
    top: 12px;
    right: 12px;
  }

  .experience-icon {
    width: 32px;
    height: 32px;
  }
}

/* -----------------------------------------------
   SPONSOR / PARTNER LOGOS
----------------------------------------------- */

.sponsor-strip {
  background-color: #2b2b2b;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 40px 0;
}

.sponsor-logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 48px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.sponsor-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsor-logo {
  max-height: 40px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.9) opacity(0.76);
  transition: filter 0.3s ease, transform 0.2s ease;
}

.sponsor-logo:hover {
  filter: grayscale(0) opacity(1);
  transform: scale(1.08);
}

/* -----------------------------------------------
   EXPERIENCE DETAIL PAGE
----------------------------------------------- */
.experience-detail-title {
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.experience-detail-body {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.8;
}

.experience-detail-body img {
  max-width: 100%;
  border-radius: 8px;
  margin: 12px 0;
}

/* -----------------------------------------------
   Slick arrow overrides for dark backgrounds
----------------------------------------------- */
#promo-ticket-slider .slick-prev:before,
#promo-ticket-slider .slick-next:before,
#promo-hotel-slider .slick-prev:before,
#promo-hotel-slider .slick-next:before {
  color: #ffd406;
  font-size: 24px;
}

/* -----------------------------------------------
   Responsive adjustments
----------------------------------------------- */
@media (max-width: 768px) {
  .card-promo-ticket {
    min-height: 260px;
    margin: 6px 0;
  }

  .experience-img-wrap,
  .experience-img {
    height: 180px;
  }

  .hotel-img-wrap,
  .hotel-photo {
    height: 160px;
  }

  .experience-detail-title {
    font-size: 1.5rem;
  }

  .sponsor-logo {
    max-height: 44px;
  }
}