/* =================================================
   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: #ffffff;
  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: #111111;
  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: #111111;
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0;
  text-align: center;
  padding: 0 16px;
}

.ticket-price-slot {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 65px;
  width: 100%;
}

.ticket-action-slot {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 49px;
  width: 100%;
}

.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);
}

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

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

.bg-ticket-promo .container,
.bg-ticket-promo .promo-ticket-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: 100px;
  margin-bottom: 16px;
}

.hotel-brand-logo {
  max-height: 92px;
  max-width: 280px;
  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;
  }
}

/* -----------------------------------------------
   CIRCUIT, EXPERIENCE LISTING, AND INFORMATION
----------------------------------------------- */
.promo-section-title {
  color: #151515;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 28px;
  text-align: center;
  text-transform: uppercase;
}

.promo-card-slider {
  margin: 0 -10px;
  overflow: visible;
}

.promo-card-slider:not(.slick-initialized) {
  overflow: hidden;
}

.promo-slide-item {
  padding: 0 10px 16px;
}

.promo-link-card {
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
  color: #1a1a1a;
  display: block;
  height: 100%;
  min-height: 290px;
  overflow: hidden;
  text-decoration: none;
}

.promo-link-card:hover {
  color: #1a1a1a;
  text-decoration: none;
}

.promo-link-card img {
  display: block;
  height: 155px;
  object-fit: cover;
  transition: transform .25s ease;
  width: 100%;
}

.promo-link-card:hover img {
  transform: scale(1.04);
}

.promo-link-card-body {
  padding: 14px;
}

.promo-link-card-body h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.promo-link-card-body p {
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.35;
  margin: 0 0 14px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.btn-promo-action {
  background: #e5232a;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  padding: 9px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-promo-action:hover {
  background: #bf1d23;
  color: #ffffff;
  text-decoration: none;
}

/* -----------------------------------------------
   CIRCUIT EXPERIENCE CARDS
   Reference: white rounded card, padded+rounded img,
   bold title, full-width red BOOK NOW button
----------------------------------------------- */

.promo-circuit-section {
  background-color: #f0f0f0;
}

.circuit-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.circuit-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, .18);
  transform: translateY(-3px);
}

/* Image with inner padding so it "floats" inside card */
.circuit-card-img-wrap {
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.circuit-card-img {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: block;
  height: 220px;
  object-fit: cover;
  transition: transform .3s ease;
  width: 100%;
}

.circuit-card:hover .circuit-card-img {
  transform: scale(1.04);
}

/* Body: title */
.circuit-card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 24px 24px 16px;
}

.circuit-card-title {
  color: #111111;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  margin: 8px 0;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  white-space: normal;
  word-break: break-word;
}

.circuit-card-description {
  color: #888888;
  font-size: 14px;
  line-height: 1.5;
  margin: 8px 0 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Footer: BOOK NOW button */
.circuit-card-footer {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  min-height: 73px;
  padding: 0 24px 28px;
}

.btn-circuit-book {
  background: #e5232a;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 10px 42px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
  width: auto;
}

.btn-circuit-book:hover {
  background: #c01d23;
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.02);
}

.btn-circuit-book--disabled {
  background: #cccccc;
  cursor: default;
  pointer-events: none;
}

.btn-circuit-book--disabled:hover {
  background: #cccccc;
  transform: none;
}

@media (max-width: 768px) {
  .circuit-card-img {
    height: 170px;
  }
}

.promo-experience-section {
  background: var(--bg-gray);
}

/* -----------------------------------------------
   EXPERIENCE HIGHLIGHT — CSS Grid Layout
   Left: Portrait "View All" | Right: 2x2 category grid
----------------------------------------------- */

/* OUTER: 2 columns - left 1/3, right 2/3 */
.exp-highlight-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  gap: 14px;
  min-height: 400px;
}

/* ---- VIEW ALL CARD (left, full height) ---- */
.exp-viewall-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #1a2a3a center / cover no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #ffffff;
  transition: transform .25s ease;
}

.exp-viewall-card:hover {
  transform: scale(1.01);
  text-decoration: none;
  color: #ffffff;
}

.exp-viewall-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(rgba(0,0,0,.15) 0%, rgba(0,0,0,.6) 100%);
}

.exp-viewall-label {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255,255,255,.22);
  border-radius: 50px;
  padding: 14px 22px;
  transition: background .25s ease, transform .25s ease;
}

.exp-viewall-card:hover .exp-viewall-label {
  background: rgba(255,255,255,.32);
  transform: scale(1.04);
}

/* ---- CATEGORY GRID (right, 2 columns x 2 rows) ---- */
.exp-category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

/* Each category card fills its grid cell fully */
.exp-category-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #1e1e1e;
  text-decoration: none;
  color: #ffffff;
  transition: transform .25s ease;
  /* Minimum height so card doesn't collapse if no image */
  min-height: 180px;
}

.exp-category-card:hover {
  transform: scale(1.02);
  text-decoration: none;
  color: #ffffff;
}

.exp-category-card img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .3s ease;
}

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

.exp-category-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,.75) 100%);
}

.exp-category-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 12px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.exp-category-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  line-height: 1.3;
  margin-bottom: 2px;
}

.exp-category-title {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 992px) {
  .exp-highlight-layout {
    grid-template-columns: 2fr 3fr;
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .exp-highlight-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: unset;
  }
  .exp-viewall-card {
    min-height: 250px;
  }
  .exp-category-grid {
    grid-template-columns: 1fr 1fr;
  }
  .exp-category-card {
    min-height: 160px;
  }
}

@media (max-width: 480px) {
  .exp-category-grid {
    grid-template-columns: 1fr;
  }
  .exp-category-card {
    min-height: 200px;
  }
}


.promo-list-hero,
.promo-detail-hero {
  background: #252525 center / cover no-repeat;
  height: 370px;
}

.promo-category-hero {
  align-items: flex-end;
  background: #252525 center / cover no-repeat;
  color: #ffffff;
  display: flex;
  min-height: 330px;
  padding: 44px 0;
}

.promo-category-hero-content h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.promo-category-hero-content p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}

.promo-experience-list-section,
.promo-detail-section {
  background: #f5f5f5;
  color: #171717;
}

.experience-category-block {
  margin-bottom: 42px;
}

.experience-category-block h1 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.experience-category-slider {
  margin: 0 -10px;
}

.experience-category-slide {
  padding: 0 10px 14px;
}

.experience-list-card {
  background: #222222;
  color: #ffffff;
  display: block;
  min-height: 180px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.experience-list-card img {
  height: 180px;
  object-fit: cover;
  transition: transform .25s ease;
  width: 100%;
}

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

.experience-list-card span,
.experience-list-card small {
  display: block;
  padding: 0 12px;
}

.experience-list-card span {
  font-size: 16px;
  font-weight: 800;
  margin-top: 12px;
  text-transform: uppercase;
}

.experience-list-card small {
  font-size: 12px;
  padding-bottom: 14px;
}

.promo-category-experience-card {
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .14);
  color: #171717;
  display: block;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow .25s ease, transform .25s ease;
}

.promo-category-experience-card:hover {
  box-shadow: 0 7px 20px rgba(0, 0, 0, .2);
  color: #171717;
  text-decoration: none;
  transform: translateY(-3px);
}

.promo-category-experience-card img {
  display: block;
  height: 190px;
  object-fit: cover;
  transition: transform .25s ease;
  width: 100%;
}

.promo-category-experience-card:hover img {
  transform: scale(1.04);
}

.promo-category-experience-card-body {
  display: block;
  padding: 15px;
}

.promo-category-experience-card-body strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.promo-category-experience-card-body small {
  color: #666666;
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 8px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#experience-load-more-wrapper {
  margin-top: 18px;
}

.promo-detail-card,
.promo-related-card {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .09);
  padding: 24px;
}

.promo-detail-category {
  color: #e5232a;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.promo-detail-card h1 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.promo-detail-intro {
  color: #666666;
  font-size: 16px;
}

.promo-detail-body {
  font-size: 15px;
  line-height: 1.7;
  margin: 20px 0;
}

.promo-detail-body img {
  height: auto;
  max-width: 100%;
}

.promo-ticket-detail-section {
  background: var(--bg-gray);
  min-height: 520px;
}

.promo-ticket-detail-card {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  margin: 70px auto 0;
  max-width: 540px;
  padding: 32px;
}

.promo-ticket-detail-image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.promo-ticket-detail-body {
  color: #555555;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 24px;
}

.promo-ticket-detail-body img {
  height: auto;
  max-width: 100%;
}

.promo-ticket-detail-action {
  margin-top: 28px;
  text-align: center;
}

.promo-related-card h2 {
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 14px;
}

.promo-related-item {
  color: #1a1a1a;
  display: block;
  margin-bottom: 14px;
  text-decoration: none;
}

.promo-related-item:last-child {
  margin-bottom: 0;
}

.promo-related-item img {
  display: block;
  height: 128px;
  object-fit: cover;
  width: 100%;
}

.promo-related-item span {
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-top: 7px;
  text-transform: uppercase;
}

.promo-related-information {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 14px;
}

.promo-related-information small {
  color: #777777;
  font-size: 12px;
}

#promo-circuit-slider .slick-prev:before,
#promo-circuit-slider .slick-next:before,
#promo-information-slider .slick-prev:before,
#promo-information-slider .slick-next:before,
.experience-category-slider .slick-prev:before,
.experience-category-slider .slick-next:before {
  color: #333333;
}

@media (max-width: 768px) {
  .promo-section-title {
    font-size: 25px;
  }

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

  .experience-all-card {
    grid-row: span 2;
    min-height: 492px;
  }

  .promo-list-hero,
  .promo-detail-hero {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .experience-highlight-grid {
    grid-template-columns: 1fr;
  }

  .experience-all-card {
    grid-row: span 1;
    min-height: 136vw;
  }

  .promo-detail-card,
  .promo-related-card {
    padding: 18px;
  }
}

/* -----------------------------------------------
   INFORMATION CARD (GP Information section)
   Matches reference: white rounded card, image
   with padding + rounded, title, read more, footer
----------------------------------------------- */

.info-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .13);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.info-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, .18);
  transform: translateY(-3px);
}

/* Image wrapper – adds padding so the image has space from card edges */
.info-card-img-wrap {
  padding: 12px 12px 0;
}

.info-card-img-wrap a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.info-card-img {
  display: block;
  width: 100%;
  height: 185px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform .3s ease;
}

.info-card:hover .info-card-img {
  transform: scale(1.04);
}

/* Card body: title + read more */
.info-card-body {
  padding: 14px 16px 10px;
  flex: 1;
}

.info-card-title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.info-card-title a {
  color: #151515;
  text-decoration: none;
}

.info-card-title a:hover {
  color: #151515;
  text-decoration: none;
}

.info-card-readmore {
  color: #444444;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.info-card-readmore:hover {
  color: #e5232a;
  text-decoration: none;
}

/* Card footer: date · · · BY AUTHOR */
.info-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 14px;
  border-top: 1px solid #f0f0f0;
  margin-top: auto;
}

.info-card-date {
  color: #888888;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.info-card-dots {
  color: #c0c0c0;
  font-size: 11px;
  letter-spacing: 2px;
  flex: 1;
  text-align: center;
}

.info-card-author {
  color: #888888;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .info-card-img {
    height: 160px;
  }
}

@media (max-width: 480px) {
  .info-card-img {
    height: 200px;
  }

  .info-card-img-wrap {
    padding: 10px 10px 0;
  }
}
