/*
 * ARA-133 — integrasi halaman listing dari Travexa template-6.html.
 *
 * Snapshot CSS vendor disimpan utuh di assets/travexa/css/. Berkas ini membawa
 * hanya aturan yang benar-benar dipakai halaman katalog dan semuanya berada di
 * bawah `.tt1-travexa-listing`. Stylesheet vendor sengaja tidak dimuat langsung:
 * ia mereset body, container, tombol, header, dan footer secara global sehingga
 * shell Tour Travel 1 berubah hanya pada dua URL katalog.
 */

.tt1-travexa-listing {
  --travexa-primary: var(--tp-common-black, #001853);
  --travexa-secondary: var(--tp-common-yellow, #009ea9);
  --travexa-accent: var(--tp-theme-1, #ff6b00);
  --travexa-on-accent: var(--appearance-on-primary, #fff);
  --travexa-bg: var(--tp-grey-3, #f8fafc);
  --travexa-white: #fff;
  --travexa-text: var(--tp-grey-1, #4b5563);
  --travexa-heading: var(--tp-common-black, #001853);
  --travexa-border: color-mix(in srgb, var(--travexa-heading) 12%, #fff);
  --travexa-shadow: 0 18px 44px color-mix(in srgb, var(--travexa-heading) 14%, transparent);
  color: var(--travexa-text);
  background: var(--travexa-bg);
  font-family: var(--tp-ff-body, sans-serif);
}

.tt1-travexa-listing a { text-decoration: none; }

.tt1-travexa-listing .tb-destination-hero {
  position: relative;
  display: flex;
  min-height: 420px;
  padding: 130px 0 135px;
  align-items: center;
  background: var(--travexa-primary);
  isolation: isolate;
}

.tt1-travexa-listing .tb-dest-hero-bg {
  z-index: -3;
  object-fit: cover;
  animation: travexaKenBurns 24s ease-out infinite alternate;
}

.tt1-travexa-listing .tb-dest-hero-overlay {
  z-index: -2;
  background: radial-gradient(circle at center, color-mix(in srgb, var(--travexa-primary) 38%, transparent), color-mix(in srgb, #0715167a 90%, transparent)), linear-gradient(180deg, color-mix(in srgb, #07151612 84%, transparent), color-mix(in srgb, #07151600 96%, transparent));
  /* background:
    radial-gradient(circle at center, color-mix(in srgb, var(--travexa-primary) 38%, transparent), color-mix(in srgb, var(--travexa-primary) 90%, transparent)),
    linear-gradient(180deg, color-mix(in srgb, var(--travexa-primary) 84%, transparent), color-mix(in srgb, var(--travexa-primary) 96%, transparent)); */
}

.tt1-travexa-listing .tb-flight-path-svg {
  z-index: -1;
  pointer-events: none;
}

.tt1-travexa-listing .tb-dest-header-card {
  position: relative;
  padding: 38px 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22), inset 0 0 15px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
}

.tt1-travexa-listing .tt1-travexa-title {
  color: #fff;
  font-family: var(--tp-ff-heading, sans-serif);
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.32);
}

.tt1-travexa-listing .tt1-travexa-title::after {
  display: block;
  width: 118px;
  height: 5px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: var(--travexa-accent);
  box-shadow: 0 4px 18px color-mix(in srgb, var(--travexa-accent) 55%, transparent);
  content: "";
}

.tt1-travexa-listing .tt1-travexa-lead {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 16px;
  line-height: 1.7;
}

.tt1-travexa-listing .tb-flight-breadcrumb {
  padding: 9px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.2);
}

.tt1-travexa-listing .tb-bc-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.tt1-travexa-listing a.tb-bc-item:hover,
.tt1-travexa-listing .tb-bc-item.active { color: var(--travexa-accent); }

.tt1-travexa-listing .tb-bc-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 11px;
}

.tt1-travexa-listing .tb-bc-item.active .tb-bc-icon,
.tt1-travexa-listing a.tb-bc-item:hover .tb-bc-icon {
  border-color: var(--travexa-accent);
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--travexa-accent) 45%, transparent);
}

.tt1-travexa-listing .tb-bc-divider { width: 58px; }
.tt1-travexa-listing .tb-bc-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--travexa-accent), transparent);
}
.tt1-travexa-listing .tb-bc-plane { color: var(--travexa-accent); font-size: 12px; }

.tt1-travexa-listing .tt1-travexa-filter-wrap {
  position: relative;
  z-index: 4;
  margin-top: -44px;
}

.tt1-travexa-listing .hero-booking-bar {
  margin: 0;
  padding: 14px 18px;
  border: 1px solid var(--travexa-border);
  border-radius: 30px;
  background: var(--travexa-white);
  box-shadow: var(--travexa-shadow);
}

.tt1-travexa-listing .tt1-travexa-filter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  align-items: stretch;
  gap: 0;
}

.tt1-travexa-listing .booking-col {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 8px 16px;
  align-items: center;
  gap: 12px;
  border-right: 1px solid var(--travexa-border);
  cursor: pointer;
}

.tt1-travexa-listing .booking-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--travexa-accent);
  background: color-mix(in srgb, var(--travexa-accent) 10%, #fff);
  font-size: 18px;
}

.tt1-travexa-listing .tt1-travexa-field-copy {
  display: block;
  min-width: 0;
  flex: 1 1 auto;
}

.tt1-travexa-listing .booking-title {
  display: block;
  margin-bottom: 2px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, sans-serif);
  font-size: 13px;
  font-weight: 700;
}

.tt1-travexa-listing .booking-sub {
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 0 22px 0 0;
  border: 0;
  outline: 0;
  color: var(--travexa-text);
  background: transparent;
  font-family: var(--tp-ff-body, sans-serif);
  font-size: 13px;
  line-height: 1.4;
  box-shadow: none;
}

.tt1-travexa-listing select.booking-sub { cursor: pointer; }
.tt1-travexa-listing .booking-sub::placeholder { color: color-mix(in srgb, var(--travexa-text) 68%, transparent); }

.tt1-travexa-listing .tt1-travexa-submit {
  display: flex;
  min-width: 168px;
  padding: 8px 0 8px 14px;
  align-items: center;
}

.tt1-travexa-listing .btn-search-hero {
  display: inline-flex;
  width: 100%;
  min-height: 50px;
  padding: 12px 18px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
  font-family: var(--tp-ff-heading, sans-serif);
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.tt1-travexa-listing .btn-search-hero:hover {
  transform: translateY(-2px);
  color: var(--appearance-hover-text, #fff);
  background: var(--appearance-hover-bg, var(--travexa-heading));
  box-shadow: 0 10px 24px color-mix(in srgb, var(--travexa-accent) 38%, transparent);
}

.tt1-travexa-listing .tour-listing-section {
  padding: 100px 0 76px;
  background: var(--travexa-bg);
}

.tt1-travexa-listing .tt1-travexa-results-heading {
  display: flex;
  margin-bottom: 28px;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.tt1-travexa-listing .tt1-travexa-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--travexa-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tt1-travexa-listing .tt1-travexa-results-heading h2 {
  margin: 0;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, sans-serif);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.15;
}

.tt1-travexa-listing .tt1-travexa-results-heading > p {
  margin: 0;
  padding: 8px 14px;
  border: 1px solid var(--travexa-border);
  border-radius: 999px;
  background: var(--travexa-white);
  color: var(--travexa-text);
  font-size: 13px;
  white-space: nowrap;
}

.tt1-travexa-listing .dest-filter-container {
  display: flex;
  margin-bottom: 38px;
  padding: 3px 2px 7px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.tt1-travexa-listing .dest-filter-btn {
  display: inline-flex;
  min-height: 40px;
  padding: 9px 18px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--travexa-border);
  border-radius: 999px;
  color: var(--travexa-heading);
  background: var(--travexa-white);
  font-size: 13px;
  font-weight: 650;
  transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.tt1-travexa-listing .dest-filter-btn:hover,
.tt1-travexa-listing .dest-filter-btn.active {
  transform: translateY(-2px);
  border-color: var(--travexa-accent);
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
  box-shadow: 0 7px 17px color-mix(in srgb, var(--travexa-accent) 34%, transparent);
}

.tt1-travexa-listing .tour-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--travexa-border);
  border-radius: 24px;
  background: var(--travexa-white);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--travexa-heading) 6%, transparent);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
}

.tt1-travexa-listing .tour-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px color-mix(in srgb, var(--travexa-heading) 14%, transparent);
}

.tt1-travexa-listing .tour-card-img-wrap {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: color-mix(in srgb, var(--travexa-heading) 8%, #fff);
}

.tt1-travexa-listing .tour-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.25, 1, 0.5, 1);
}

.tt1-travexa-listing .tour-card:hover .tour-card-img { transform: scale(1.08); }

.tt1-travexa-listing .tt1-travexa-card-badge {
  position: absolute;
  top: 15px;
  z-index: 2;
  display: inline-flex;
  min-height: 30px;
  padding: 7px 11px;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.15);
}

.tt1-travexa-listing .tt1-travexa-rating {
  left: 15px;
  color: var(--travexa-heading);
  background: var(--travexa-white);
}
.tt1-travexa-listing .tt1-travexa-rating i { color: #f7b500; }

.tt1-travexa-listing .tt1-travexa-duration {
  right: 15px;
  max-width: calc(100% - 30px);
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
  text-align: center;
}

.tt1-travexa-listing .tour-card-body {
  display: flex;
  padding: 24px;
  flex: 1 1 auto;
  flex-direction: column;
}

.tt1-travexa-listing .tt1-travexa-location {
  display: flex;
  margin-bottom: 7px;
  align-items: center;
  gap: 7px;
  color: var(--travexa-text);
  font-size: 12px;
  line-height: 1.4;
}
.tt1-travexa-listing .tt1-travexa-location i { color: var(--travexa-accent); }

.tt1-travexa-listing .tt1-travexa-card-title {
  margin: 2px 0 10px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, sans-serif);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}
.tt1-travexa-listing .tt1-travexa-card-title a { color: inherit; }
.tt1-travexa-listing .tt1-travexa-card-title a:hover { color: var(--travexa-accent); }

.tt1-travexa-listing .tt1-travexa-card-description {
  display: -webkit-box;
  margin: 0 0 14px;
  overflow: hidden;
  color: var(--travexa-text);
  font-size: 13px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tt1-travexa-listing .tour-inclusions-list {
  display: flex;
  margin: 3px 0 17px;
  padding: 12px 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 13px;
  border-top: 1px dashed var(--travexa-border);
  border-bottom: 1px dashed var(--travexa-border);
}

.tt1-travexa-listing .tour-inclusion-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--travexa-text);
  font-size: 11px;
  font-weight: 550;
}
.tt1-travexa-listing .tour-inclusion-item i { color: var(--travexa-accent); }

.tt1-travexa-listing .tt1-travexa-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.tt1-travexa-listing .tt1-travexa-price { display: flex; min-width: 0; flex-direction: column; }
.tt1-travexa-listing .tt1-travexa-price > small {
  color: var(--travexa-text);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tt1-travexa-listing .tt1-travexa-price strong {
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, sans-serif);
  font-size: 18px;
  line-height: 1.25;
}
.tt1-travexa-listing .tt1-travexa-price strong span { color: var(--travexa-text); font-size: 10px; font-weight: 500; }

.tt1-travexa-listing .tt1-travexa-card-action {
  display: inline-flex;
  min-height: 42px;
  padding: 10px 15px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 999px;
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
  font-size: 12px;
  font-weight: 700;
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.tt1-travexa-listing .tt1-travexa-card-action:hover {
  transform: translateY(-2px);
  color: var(--appearance-hover-text, #fff);
  background: var(--appearance-hover-bg, var(--travexa-heading));
}

.tt1-travexa-listing .tt1-travexa-empty {
  margin: 0;
  padding: 44px 24px;
  border: 1px dashed var(--travexa-border);
  border-radius: 24px;
  background: var(--travexa-white);
  text-align: center;
}

/* Isi keadaan kosong: judul yang menyebut kata kuncinya, satu baris saran, dan
 * tautan keluar. Sebelumnya blok ini hanya satu `<p>`. (ARA-134) */
.tt1-travexa-listing .tt1-travexa-empty-title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: var(--travexa-heading, inherit);
}

.tt1-travexa-listing .tt1-travexa-empty-hint {
  margin: 8px 0 0;
  font-size: 14px;
  opacity: 0.75;
}

.tt1-travexa-listing .tt1-travexa-empty-actions {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

/* Kata kunci di baris jumlah hasil. Dipisah dari angkanya supaya penerjemah
 * tidak perlu merakit ulang kalimat jamak bahasa Inggris. */
.tt1-travexa-listing .tt1-travexa-keyword {
  font-weight: 600;
}

/* Halaman hasil pencarian gabungan: seksi kedua butuh jarak dari kartu seksi
 * pertama, kalau tidak judulnya terbaca sebagai bagian dari baris kartu di
 * atasnya. (ARA-134) */
.tt1-travexa-listing .tt1-travexa-results-heading-next {
  margin-top: 56px;
}

.tt1-travexa-listing .tt1-travexa-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--travexa-accent);
  font-weight: 600;
  white-space: nowrap;
}

.tt1-travexa-listing .tt1-travexa-more:hover {
  color: var(--travexa-heading);
}

/* ------------------------------------------------------------------------
 * Detail provinsi. (ARA-136)
 *
 * Halaman ini satu-satunya halaman katalog yang isinya sebagian besar NASKAH
 * dari admin, bukan kartu. Naskahnya HTML bebas (`intro_html`, `nature_html`,
 * ...), jadi yang digaya di sini elemen mentahnya -- p, h3, ul, tabel -- di
 * bawah satu wadah `.tt1-travexa-prose`. Tanpa wadah itu aturan yang sama akan
 * mengenai kartu dan hero di halaman yang sama.
 * --------------------------------------------------------------------- */
.tt1-travexa-listing .tt1-travexa-section-title {
  margin: 0 0 20px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, sans-serif);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
}

.tt1-travexa-listing .tt1-travexa-prose {
  margin-top: 56px;
  padding: 36px clamp(20px, 4vw, 44px);
  border: 1px solid var(--travexa-border);
  border-radius: 24px;
  background: var(--travexa-white);
  box-shadow: var(--travexa-shadow);
}

.tt1-travexa-listing .tt1-travexa-prose > h2 {
  margin: 36px 0 14px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, sans-serif);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
}

.tt1-travexa-listing .tt1-travexa-prose > h2:first-child {
  margin-top: 0;
}

/* Naskah dari admin boleh memakai h3/h4 sendiri. Tanpa aturan ini ukurannya
 * mewarisi Bootstrap dan judul anak jadi lebih besar daripada judul seksinya. */
.tt1-travexa-listing .tt1-travexa-prose h3 {
  margin: 24px 0 10px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, sans-serif);
  font-size: 18px;
  font-weight: 700;
}

.tt1-travexa-listing .tt1-travexa-prose h4,
.tt1-travexa-listing .tt1-travexa-prose h5 {
  margin: 20px 0 8px;
  color: var(--travexa-heading);
  font-size: 16px;
  font-weight: 600;
}

.tt1-travexa-listing .tt1-travexa-prose p,
.tt1-travexa-listing .tt1-travexa-prose li {
  font-size: 15px;
  line-height: 1.8;
}

.tt1-travexa-listing .tt1-travexa-prose p {
  margin: 0 0 14px;
}

.tt1-travexa-listing .tt1-travexa-prose ul,
.tt1-travexa-listing .tt1-travexa-prose ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

.tt1-travexa-listing .tt1-travexa-prose li {
  margin-bottom: 6px;
}

.tt1-travexa-listing .tt1-travexa-prose a {
  color: var(--travexa-accent);
  text-decoration: underline;
}

.tt1-travexa-listing .tt1-travexa-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

/* Tabel itinerary dari admin sering lebih lebar daripada kolomnya. Dibungkus
 * `overflow-x` supaya ia menggulir sendiri, bukan melebarkan seluruh halaman
 * dan memunculkan gulir mendatar di ponsel. */
.tt1-travexa-listing .tt1-travexa-prose table {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 14px;
}

.tt1-travexa-listing .tt1-travexa-prose th,
.tt1-travexa-listing .tt1-travexa-prose td {
  padding: 10px 14px;
  border: 1px solid var(--travexa-border);
  text-align: left;
  vertical-align: top;
}

.tt1-travexa-listing .tt1-travexa-prose th {
  color: var(--travexa-heading);
  background: color-mix(in srgb, var(--travexa-accent) 8%, #fff);
  font-weight: 700;
}

.tt1-travexa-listing .tt1-travexa-prose blockquote,
.tt1-travexa-listing .tt1-travexa-prose-closing {
  margin: 28px 0 0;
  padding: 18px 22px;
  border-left: 4px solid var(--travexa-accent);
  border-radius: 0 16px 16px 0;
  background: color-mix(in srgb, var(--travexa-accent) 6%, #fff);
  font-size: 15px;
  line-height: 1.8;
}

.tt1-travexa-listing .tt1-travexa-map {
  margin-top: 56px;
}

/* Rasio dijaga di sini, bukan lewat kelas `ratio` Bootstrap: `map_iframe`
 * datang dari admin sebagai HTML mentah, jadi atribut width/height-nya tidak
 * bisa diandalkan. */
.tt1-travexa-listing .tt1-travexa-map-frame {
  position: relative;
  overflow: hidden;
  padding-top: 52%;
  border: 1px solid var(--travexa-border);
  border-radius: 24px;
  background: var(--travexa-white);
}

.tt1-travexa-listing .tt1-travexa-map-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tt1-travexa-listing .tt1-travexa-faq {
  margin-top: 56px;
}

.tt1-travexa-listing .tt1-travexa-faq-item {
  margin-bottom: 12px;
  padding: 0 22px;
  border: 1px solid var(--travexa-border);
  border-radius: 18px;
  background: var(--travexa-white);
}

.tt1-travexa-listing .tt1-travexa-faq-item > summary {
  padding: 18px 0;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, sans-serif);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

/* Segitiga bawaan dibuang di kedua mesin peramban, lalu diganti tanda yang
 * sama bentuknya dengan ikon lain di halaman ini. */
.tt1-travexa-listing .tt1-travexa-faq-item > summary::-webkit-details-marker {
  display: none;
}

.tt1-travexa-listing .tt1-travexa-faq-item > summary::after {
  float: right;
  margin-left: 16px;
  color: var(--travexa-accent);
  content: "+";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.tt1-travexa-listing .tt1-travexa-faq-item[open] > summary::after {
  content: "2";
}

.tt1-travexa-listing .tt1-travexa-faq-item[open] > summary {
  padding-bottom: 10px;
}

.tt1-travexa-listing .tt1-travexa-faq-answer {
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
}

.tt1-travexa-listing .tt1-travexa-faq-answer p:last-child {
  margin-bottom: 0;
}

.tt1-travexa-listing .tour-pagination {
  display: flex;
  margin-top: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tt1-travexa-listing .page-link-custom {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--travexa-border);
  border-radius: 50%;
  color: var(--travexa-heading);
  background: var(--travexa-white);
  font-size: 14px;
  font-weight: 650;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.tt1-travexa-listing .page-link-custom:hover,
.tt1-travexa-listing .page-link-custom.active {
  transform: translateY(-2px);
  border-color: var(--travexa-accent);
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
}

.tt1-travexa-listing .tt1-travexa-trust-card {
  padding: 28px 24px;
  border: 1px solid var(--travexa-border);
  border-radius: 24px;
  background: var(--travexa-white);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--travexa-heading) 6%, transparent);
  text-align: center;
}

.tt1-travexa-listing .dest-info-icon {
  display: flex;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--travexa-accent);
  background: color-mix(in srgb, var(--travexa-accent) 11%, #fff);
  font-size: 22px;
}

.tt1-travexa-listing .tt1-travexa-trust-card h2 {
  margin: 0 0 8px;
  color: var(--travexa-heading);
  font-size: 18px;
  line-height: 1.3;
}
.tt1-travexa-listing .tt1-travexa-trust-card p { margin: 0; color: var(--travexa-text); font-size: 13px; line-height: 1.6; }

/* ---------------------------------------------------------------------------
 * Halaman pilar (`/phinisi/`). ARA-138.
 *
 * Halaman pilar bukan daftar produk: dua pertiganya naskah, tabel banding,
 * dan tautan panduan. Kelas di bawah ini melayani bentuk itu, dan semuanya
 * tetap memakai token yang sama dengan kartu di atas -- jadi satu perubahan
 * warna di admin menggerakkan halaman ini sekaligus.
 * ------------------------------------------------------------------------- */

.tt1-travexa-listing .tt1-travexa-split {
  display: grid;
  margin-top: 56px;
  gap: 40px;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  align-items: start;
}

.tt1-travexa-listing .tt1-travexa-panel {
  padding: 28px 26px;
  border: 1px solid var(--travexa-border);
  border-radius: 24px;
  background: var(--travexa-white);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--travexa-heading) 6%, transparent);
}

/* Panel samping ikut menggulir sampai bagian naskahnya habis. */
.tt1-travexa-listing .tt1-travexa-panel-sticky { position: sticky; top: 110px; }

.tt1-travexa-listing .tt1-travexa-panel h2 {
  margin: 0 0 16px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 20px;
  line-height: 1.3;
}

.tt1-travexa-listing .tt1-travexa-checklist { margin: 0; padding: 0; list-style: none; }

.tt1-travexa-listing .tt1-travexa-checklist li {
  position: relative;
  padding: 0 0 12px 30px;
  color: var(--travexa-text);
  font-size: 14px;
  line-height: 1.65;
}

.tt1-travexa-listing .tt1-travexa-checklist li:last-child { padding-bottom: 0; }

/* Tanda centang digambar CSS, bukan ikon: satu permintaan jaringan lebih
   sedikit, dan tidak ikut rusak kalau bundel ikonnya gagal dimuat. */
.tt1-travexa-listing .tt1-travexa-checklist li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 14px;
  border: solid var(--travexa-accent);
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.tt1-travexa-listing .tt1-travexa-linkgrid {
  display: grid;
  margin: 0 0 8px;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.tt1-travexa-listing .tt1-travexa-linkcard {
  display: flex;
  min-height: 84px;
  padding: 20px 22px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--travexa-border);
  border-radius: 18px;
  color: var(--travexa-heading);
  background: var(--travexa-white);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
  gap: 14px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.tt1-travexa-listing .tt1-travexa-linkcard:hover {
  transform: translateY(-3px);
  border-color: var(--travexa-accent);
  color: var(--travexa-heading);
  box-shadow: var(--travexa-shadow);
}

.tt1-travexa-listing .tt1-travexa-linkcard i { color: var(--travexa-accent); font-size: 13px; }

/* Dua kartu banding open trip vs private trip. */
.tt1-travexa-listing .tt1-travexa-duo {
  display: grid;
  margin: 8px 0 0;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.tt1-travexa-listing .tt1-travexa-duo h3 {
  margin: 0 0 10px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 19px;
}

.tt1-travexa-listing .tt1-travexa-duo p { margin: 0; font-size: 14px; line-height: 1.7; }

/* Tabel banding kelas kapal. Dibungkus gulir mendatar supaya di ponsel ia
   tidak melebarkan seluruh halaman -- gejala yang tidak terlihat di layar
   lebar dan selalu terlihat di telepon. */
.tt1-travexa-listing .tt1-travexa-compare { margin-top: 20px; overflow-x: auto; }

.tt1-travexa-listing .tt1-travexa-compare table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 560px;
  border: 1px solid var(--travexa-border);
  border-radius: 18px;
  background: var(--travexa-white);
  overflow: hidden;
}

.tt1-travexa-listing .tt1-travexa-compare th,
.tt1-travexa-listing .tt1-travexa-compare td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--travexa-border);
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}

.tt1-travexa-listing .tt1-travexa-compare thead th {
  color: var(--travexa-heading);
  background: color-mix(in srgb, var(--travexa-accent) 8%, #fff);
  font-family: var(--tp-ff-heading, inherit);
  font-weight: 700;
}

.tt1-travexa-listing .tt1-travexa-compare tbody th { color: var(--travexa-heading); font-weight: 650; }
.tt1-travexa-listing .tt1-travexa-compare tbody tr:last-child th,
.tt1-travexa-listing .tt1-travexa-compare tbody tr:last-child td { border-bottom: 0; }
.tt1-travexa-listing .tt1-travexa-compare td a { color: var(--travexa-accent); font-weight: 650; }
.tt1-travexa-listing .tt1-travexa-compare-note { margin: 12px 0 0; font-size: 13px; opacity: 0.75; }

@media (max-width: 991px) {
  .tt1-travexa-listing .tt1-travexa-split { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .tt1-travexa-listing .tt1-travexa-panel-sticky { position: static; }
}

@media (max-width: 767px) {
  .tt1-travexa-listing .tt1-travexa-split { margin-top: 36px; }
  .tt1-travexa-listing .tt1-travexa-panel { padding: 22px 18px; border-radius: 18px; }
  .tt1-travexa-listing .tt1-travexa-linkcard { min-height: 0; padding: 16px 18px; font-size: 14px; }
}

/* Halaman panduan pilar (`/panduan/<slug>/`). ARA-138. */

.tt1-travexa-listing .tt1-travexa-answer {
  margin: 0;
  padding: 24px 26px;
  border-left: 5px solid var(--travexa-accent);
  border-radius: 0 16px 16px 0;
  color: var(--travexa-heading);
  background: color-mix(in srgb, var(--travexa-accent) 8%, #fff);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}

.tt1-travexa-listing .tt1-travexa-links { margin: 0; padding: 0; list-style: none; }

.tt1-travexa-listing .tt1-travexa-links li {
  padding: 0 0 12px;
  border-bottom: 1px solid var(--travexa-border);
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.55;
}

.tt1-travexa-listing .tt1-travexa-links li:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
.tt1-travexa-listing .tt1-travexa-links a { color: var(--travexa-heading); font-weight: 600; }
.tt1-travexa-listing .tt1-travexa-links a:hover { color: var(--travexa-accent); }

/* Tautan sumber sering berupa URL panjang tanpa spasi; tanpa ini ia
   melebarkan panel dan memunculkan gulir mendatar di ponsel. */
.tt1-travexa-listing .tt1-travexa-sources a { overflow-wrap: anywhere; }

.tt1-travexa-listing .tt1-travexa-panel-cta {
  display: inline-flex;
  width: 100%;
  margin-top: 20px;
  padding: 13px 20px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
  font-size: 14px;
  font-weight: 650;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tt1-travexa-listing .tt1-travexa-panel-cta:hover {
  transform: translateY(-2px);
  color: var(--travexa-on-accent);
  box-shadow: var(--travexa-shadow);
}

.tt1-travexa-listing .tt1-travexa-byline { margin: 14px 0 0; color: var(--travexa-text); font-size: 13px; }

/* ---------------------------------------------------------------------------
 * Grid bento destinasi, dari `travexa/destination.html`. ARA-139.
 *
 * Diambil dari `travexa/css/style.css` lalu dituliskan ulang dengan token tema
 * ini, bukan disalin apa adanya: berkas sumber memakai `var(--accent)` yang
 * bernilai oranye Travexa dan `var(--primary)` biru tuanya. Disalin mentah,
 * halaman ini akan mengabaikan Appearance persis seperti halaman pilar dulu.
 * ------------------------------------------------------------------------- */

.tt1-travexa-listing .dest-bento-card {
  min-height: 320px;
  background: var(--travexa-heading);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--travexa-heading) 10%, transparent);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
}

.tt1-travexa-listing .dest-bento-card.large { min-height: 420px; }

/* Satu destinasi saja: kartu besarnya melebar penuh, bukan menyisakan tiga
   lubang kosong di sebelahnya. Itu keadaan katalog ini hari ini. */
.tt1-travexa-listing .tt1-travexa-bento:not(:has(> :nth-child(2))) > [class*="col-lg-"] {
  flex: 0 0 100%;
  max-width: 100%;
}

.tt1-travexa-listing .dest-bento-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px color-mix(in srgb, var(--travexa-heading) 24%, transparent);
}

.tt1-travexa-listing .dest-card-img-wrap img {
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.tt1-travexa-listing .dest-bento-card:hover .dest-card-img-wrap img { transform: scale(1.08); }

.tt1-travexa-listing .dest-card-overlay {
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--travexa-heading) 95%, transparent) 0%,
    color-mix(in srgb, var(--travexa-heading) 25%, transparent) 60%,
    transparent 100%
  );
  pointer-events: none;
}

.tt1-travexa-listing .dest-badge {
  display: inline-flex;
  margin: 16px;
  padding: 6px 14px;
  align-items: center;
  border-radius: 999px;
  color: var(--travexa-heading);
  background: var(--travexa-white);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--travexa-heading) 18%, transparent);
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  z-index: 2;
}

.tt1-travexa-listing .dest-badge i { color: var(--travexa-accent); }

/* Lencana kedua duduk di atas foto, jadi ia gelap-transparan supaya tetap
   terbaca di gambar terang maupun gelap. */
.tt1-travexa-listing .dest-badge-tours {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-weight: 600;
}

.tt1-travexa-listing .dest-badge-tours i { color: var(--travexa-accent); }

.tt1-travexa-listing .dest-card-content {
  display: flex;
  padding: 24px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  z-index: 2;
}

.tt1-travexa-listing .dest-card-eyebrow {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.tt1-travexa-listing .dest-card-title {
  margin: 0;
  color: #fff;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
}

.tt1-travexa-listing .dest-bento-card.large .dest-card-title { font-size: 34px; }

.tt1-travexa-listing .dest-explore-btn {
  display: flex;
  width: 44px;
  height: 44px;
  min-width: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
  box-shadow: 0 6px 18px color-mix(in srgb, var(--travexa-accent) 40%, transparent);
  font-size: 15px;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.35s ease, color 0.35s ease;
}

.tt1-travexa-listing .dest-bento-card:hover .dest-explore-btn {
  transform: scale(1.12);
  color: var(--travexa-heading);
  background: #fff;
}

/* Pil ringkasan angka di halaman detail destinasi. */
.tt1-travexa-listing .tt1-travexa-facts {
  display: flex;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 10px;
}

.tt1-travexa-listing .dest-badge-item {
  display: inline-flex;
  padding: 7px 18px;
  align-items: center;
  border: 1px solid var(--travexa-border);
  border-radius: 999px;
  color: var(--travexa-heading);
  background: var(--travexa-white);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--travexa-heading) 4%, transparent);
  font-size: 13px;
  font-weight: 600;
  gap: 8px;
}

.tt1-travexa-listing .dest-badge-item i { color: var(--travexa-accent); }

.tt1-travexa-listing .tt1-travexa-more-row { margin: 24px 0 0; text-align: center; }

@media (max-width: 767px) {
  .tt1-travexa-listing .dest-bento-card,
  .tt1-travexa-listing .dest-bento-card.large { min-height: 260px; }
  .tt1-travexa-listing .dest-card-content { padding: 18px; }
  .tt1-travexa-listing .dest-card-title,
  .tt1-travexa-listing .dest-bento-card.large .dest-card-title { font-size: 22px; }
  .tt1-travexa-listing .dest-badge { margin: 12px; padding: 5px 11px; font-size: 11px; }
  .tt1-travexa-listing .tt1-travexa-facts { margin-bottom: 22px; gap: 8px; }
  .tt1-travexa-listing .dest-badge-item { padding: 6px 14px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .tt1-travexa-listing .dest-bento-card,
  .tt1-travexa-listing .dest-card-img-wrap img,
  .tt1-travexa-listing .dest-explore-btn { transition: none; }
}

/* ---------------------------------------------------------------------------
 * Halaman detail destinasi, dari `travexa/destination-details.html`. ARA-140.
 *
 * Aturannya diambil dari `travexa/css/style.css` lalu dituliskan ulang dengan
 * token tema ini. Berkas sumber memakai `var(--primary)` biru tua Travexa dan
 * `var(--accent)` oranyenya; disalin mentah, halaman ini akan mengabaikan
 * Appearance persis seperti halaman pilar sebelum ARA-138.
 * ------------------------------------------------------------------------- */

.tt1-travexa-listing .dest-quick-info-bar {
  position: relative;
  margin-top: -44px;
  margin-bottom: 48px;
  padding: 24px 32px;
  border: 1px solid var(--travexa-border);
  border-radius: 24px;
  background: var(--travexa-white);
  box-shadow: 0 20px 50px color-mix(in srgb, var(--travexa-heading) 12%, transparent);
  z-index: 10;
}

.tt1-travexa-listing .dest-info-item { display: flex; align-items: center; gap: 16px; }

.tt1-travexa-listing .dest-info-label {
  margin-bottom: 2px;
  color: var(--travexa-text);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tt1-travexa-listing .dest-info-val {
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 15px;
  font-weight: 700;
}

/* `dest-info-icon` sudah dipakai trust strip dengan `margin: 0 auto`; di sini
   ia berdiri di samping teks, jadi marginnya dinolkan. */
.tt1-travexa-listing .dest-info-item .dest-info-icon,
.tt1-travexa-listing .dest-feature-head .dest-info-icon {
  width: 48px;
  height: 48px;
  margin: 0;
  flex: 0 0 48px;
  font-size: 18px;
}

.tt1-travexa-listing .dest-details-section { padding: 0 0 80px; }

.tt1-travexa-listing .dest-main-img-box {
  position: relative;
  height: 440px;
  border-radius: 24px;
  box-shadow: 0 15px 40px color-mix(in srgb, var(--travexa-heading) 8%, transparent);
  overflow: hidden;
}

.tt1-travexa-listing .dest-main-img { width: 100%; height: 100%; object-fit: cover; }

.tt1-travexa-listing .dest-main-img-box .dest-badge { margin: 20px; }
.tt1-travexa-listing .dest-badge-sub { color: var(--travexa-text); font-weight: 500; }

.tt1-travexa-listing .dest-gallery-grid {
  display: grid;
  margin-top: 20px;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.tt1-travexa-listing .dest-gallery-item {
  display: block;
  height: 150px;
  border-radius: 18px;
  overflow: hidden;
}

.tt1-travexa-listing .dest-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.tt1-travexa-listing .dest-gallery-item:hover .dest-gallery-img { transform: scale(1.1); }

/* --- kotak "About" --- */

.tt1-travexa-listing .dest-about-box {
  margin-top: 40px;
  padding: 36px 40px;
  border: 1px solid var(--travexa-border);
  border-radius: 24px;
  background: var(--travexa-white);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--travexa-heading) 4%, transparent);
}

.tt1-travexa-listing .dest-about-script {
  display: block;
  margin-bottom: 4px;
  color: var(--travexa-secondary, var(--travexa-accent));
  font-size: 22px;
  font-weight: 600;
}

.tt1-travexa-listing .dest-about-title {
  margin: 0 0 18px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
}

.tt1-travexa-listing .dest-highlight-row {
  display: flex;
  height: 100%;
  padding: 14px 16px;
  align-items: center;
  border-radius: 14px;
  background: var(--travexa-bg);
  color: var(--travexa-heading);
  font-size: 14px;
  font-weight: 600;
  gap: 12px;
}

.tt1-travexa-listing .dest-highlight-row i { color: var(--travexa-accent); font-size: 17px; }

/* --- blok bersusun (pil sorotan, kartu produk) --- */

.tt1-travexa-listing .dest-block { margin-top: 48px; }

.tt1-travexa-listing .dest-block-head {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.tt1-travexa-listing .dest-block-title {
  margin: 0 0 24px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
}

.tt1-travexa-listing .dest-block-head .dest-block-title { margin: 0; }

.tt1-travexa-listing .dest-feature-pill {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--travexa-border);
  border-radius: 20px;
  background: var(--travexa-white);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--travexa-heading) 4%, transparent);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tt1-travexa-listing .dest-feature-pill:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--travexa-heading) 10%, transparent);
}

.tt1-travexa-listing .dest-feature-head {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  gap: 14px;
}

.tt1-travexa-listing .dest-feature-head h4 {
  margin: 0;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 19px;
  font-weight: 700;
}

.tt1-travexa-listing .dest-feature-body { font-size: 14px; }
.tt1-travexa-listing .dest-feature-body > :last-child { margin-bottom: 0; }
.tt1-travexa-listing .dest-feature-body h2,
.tt1-travexa-listing .dest-feature-body h3 { font-size: 17px; }

/* --- kartu produk mendatar --- */

.tt1-travexa-listing .dest-product-row {
  display: flex;
  margin-bottom: 20px;
  padding: 16px;
  align-items: stretch;
  border: 1px solid var(--travexa-border);
  border-radius: 20px;
  background: var(--travexa-white);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--travexa-heading) 4%, transparent);
  gap: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tt1-travexa-listing .dest-product-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--travexa-heading) 10%, transparent);
}

.tt1-travexa-listing .dest-product-img {
  display: block;
  width: 210px;
  min-height: 150px;
  flex: 0 0 210px;
  border-radius: 14px;
  overflow: hidden;
}

.tt1-travexa-listing .dest-product-img img { width: 100%; height: 100%; object-fit: cover; }

.tt1-travexa-listing .dest-product-body {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.tt1-travexa-listing .dest-product-top {
  display: flex;
  margin-bottom: 8px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.tt1-travexa-listing .dest-product-chip {
  display: inline-flex;
  padding: 5px 14px;
  align-items: center;
  border-radius: 999px;
  color: var(--travexa-accent);
  background: color-mix(in srgb, var(--travexa-accent) 12%, #fff);
  font-size: 12px;
  font-weight: 700;
}

.tt1-travexa-listing .dest-product-price {
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 19px;
  font-weight: 800;
  white-space: nowrap;
}

.tt1-travexa-listing .dest-product-price small {
  color: var(--travexa-text);
  font-size: 12px;
  font-weight: 500;
}

.tt1-travexa-listing .dest-product-title {
  margin: 0 0 8px;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.tt1-travexa-listing .dest-product-title a { color: var(--travexa-heading); }
.tt1-travexa-listing .dest-product-title a:hover { color: var(--travexa-accent); }

.tt1-travexa-listing .dest-product-meta {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
  color: var(--travexa-text);
  font-size: 13px;
  gap: 6px 18px;
}

.tt1-travexa-listing .dest-product-meta i { margin-right: 5px; color: var(--travexa-accent); }

.tt1-travexa-listing .dest-product-desc {
  margin: 0 0 14px;
  color: var(--travexa-text);
  font-size: 13.5px;
  line-height: 1.65;
}

.tt1-travexa-listing .dest-product-btn {
  display: inline-flex;
  margin-top: auto;
  padding: 10px 22px;
  align-self: flex-start;
  align-items: center;
  border-radius: 999px;
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
  font-size: 13px;
  font-weight: 650;
  gap: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tt1-travexa-listing .dest-product-btn:hover {
  transform: translateY(-2px);
  color: var(--travexa-on-accent);
  box-shadow: var(--travexa-shadow);
}

/* --- panel samping --- */

.tt1-travexa-listing .dest-sidebar-sticky { position: sticky; top: 110px; }

.tt1-travexa-listing .dest-sidebar-card {
  margin-bottom: 24px;
  padding: 30px;
  border: 1px solid var(--travexa-border);
  border-radius: 24px;
  background: var(--travexa-white);
  box-shadow: 0 20px 50px color-mix(in srgb, var(--travexa-heading) 8%, transparent);
}

.tt1-travexa-listing .dest-sidebar-card:last-child { margin-bottom: 0; }

.tt1-travexa-listing .dest-sidebar-title {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--travexa-border);
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.tt1-travexa-listing .dest-sidebar-pricelabel {
  margin-bottom: 4px;
  color: var(--travexa-text);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tt1-travexa-listing .dest-sidebar-price {
  margin-bottom: 14px;
  color: var(--travexa-accent);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
}

.tt1-travexa-listing .dest-sidebar-counts {
  display: flex;
  margin-bottom: 18px;
  flex-wrap: wrap;
  color: var(--travexa-text);
  font-size: 13px;
  font-weight: 600;
  gap: 8px 18px;
}

.tt1-travexa-listing .dest-sidebar-counts i { margin-right: 6px; color: var(--travexa-accent); }
.tt1-travexa-listing .dest-sidebar-links { margin-top: 20px; }

.tt1-travexa-listing .tt1-travexa-panel-cta-ghost {
  margin-top: 10px;
  border: 1px solid var(--travexa-border);
  color: var(--travexa-heading);
  background: transparent;
}

.tt1-travexa-listing .tt1-travexa-panel-cta-ghost:hover {
  border-color: var(--travexa-accent);
  color: var(--travexa-accent);
  background: transparent;
}

/* Panel musim menempati tempat panel cuaca milik berkas sumber. */
.tt1-travexa-listing .dest-season-card {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--travexa-heading) 0%, color-mix(in srgb, var(--travexa-heading) 82%, #000) 100%);
  box-shadow: 0 15px 35px color-mix(in srgb, var(--travexa-heading) 22%, transparent);
}

.tt1-travexa-listing .dest-season-head {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tt1-travexa-listing .dest-season-head h4 {
  margin: 0;
  color: #fff;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 19px;
  font-weight: 700;
}

.tt1-travexa-listing .dest-season-head i { color: var(--travexa-accent); font-size: 34px; }

.tt1-travexa-listing .dest-season-eyebrow {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tt1-travexa-listing .dest-season-value {
  margin-bottom: 8px;
  color: #fff;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
}

.tt1-travexa-listing .dest-season-card p { margin: 0; color: rgba(255, 255, 255, 0.7); font-size: 13px; line-height: 1.6; }

.tt1-travexa-listing .dest-support-icon-box { width: 58px; height: 58px; margin: 0 auto 16px; font-size: 24px; }

.tt1-travexa-listing .dest-support-title {
  margin: 0 0 8px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 19px;
  font-weight: 700;
}

.tt1-travexa-listing .dest-support-text { margin: 0 0 16px; color: var(--travexa-text); font-size: 13px; line-height: 1.65; }

@media (max-width: 991px) {
  .tt1-travexa-listing .dest-sidebar-sticky { position: static; }
  .tt1-travexa-listing .dest-main-img-box { height: 320px; }
}

@media (max-width: 767px) {
  .tt1-travexa-listing .dest-quick-info-bar { margin-top: -28px; margin-bottom: 32px; padding: 16px; border-radius: 18px; }
  .tt1-travexa-listing .dest-info-item { gap: 10px; }
  .tt1-travexa-listing .dest-info-item .dest-info-icon { width: 38px; height: 38px; flex-basis: 38px; font-size: 15px; }
  .tt1-travexa-listing .dest-info-label { font-size: 10px; }
  .tt1-travexa-listing .dest-info-val { font-size: 13px; }

  .tt1-travexa-listing .dest-details-section { padding-bottom: 48px; }
  .tt1-travexa-listing .dest-main-img-box { height: 220px; border-radius: 18px; }
  .tt1-travexa-listing .dest-gallery-grid { gap: 10px; }
  .tt1-travexa-listing .dest-gallery-item { height: 92px; border-radius: 12px; }

  .tt1-travexa-listing .dest-about-box { margin-top: 28px; padding: 22px 18px; border-radius: 18px; }
  .tt1-travexa-listing .dest-about-title { font-size: 24px; }
  .tt1-travexa-listing .dest-block { margin-top: 32px; }
  .tt1-travexa-listing .dest-block-title { font-size: 22px; }

  /* Kartu mendatar jadi tegak di ponsel: gambar 210px di samping teks membuat
     judul tersisa dua kata per baris. */
  .tt1-travexa-listing .dest-product-row { padding: 12px; flex-direction: column; gap: 14px; }
  .tt1-travexa-listing .dest-product-img { width: 100%; height: 180px; min-height: 0; flex-basis: auto; }
  .tt1-travexa-listing .dest-product-btn { width: 100%; justify-content: center; }

  .tt1-travexa-listing .dest-sidebar-card { padding: 22px 18px; border-radius: 18px; }
  .tt1-travexa-listing .dest-sidebar-price,
  .tt1-travexa-listing .dest-season-value { font-size: 26px; }
}

/* ---------------------------------------------------------------------------
 * Halaman Tentang Kami dan Kontak, dari `travexa/about-us.html` dan
 * `travexa/contact-us.html`. ARA-142.
 *
 * Aturannya diambil dari `travexa/css/style.css` lalu dituliskan ulang dengan
 * token tema ini. Berkas sumber memakai `var(--accent)` oranye Travexa dan
 * `var(--primary)` biru tuanya; disalin mentah, kedua halaman ini akan
 * mengabaikan Appearance persis seperti halaman pilar sebelum ARA-138.
 * ------------------------------------------------------------------------- */

.tt1-travexa-page .tt1-page-section {
  position: relative;
  padding: 80px 0;
  isolation: isolate;
}

.tt1-travexa-page .tt1-page-section-soft { background: var(--travexa-bg); }

.tt1-travexa-page .tt1-page-head {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.tt1-travexa-page .tt1-page-title {
  margin: 8px 0 16px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.18;
}

.tt1-travexa-page .tt1-page-lead {
  margin: 0 0 28px;
  color: var(--travexa-text);
  font-size: 16px;
  line-height: 1.75;
}

.tt1-travexa-page .tt1-page-lead p:last-child { margin-bottom: 0; }

.tt1-travexa-page .tt1-page-title-light,
.tt1-travexa-page .tt1-page-lead-light { color: #fff; }
.tt1-travexa-page .tt1-page-lead-light { color: rgba(255, 255, 255, 0.78); }
.tt1-travexa-page .tt1-eyebrow-light { color: #fff; }

/* --- Misi & Nilai ------------------------------------------------------- */

.tt1-travexa-page .tt1-mission-media { position: relative; padding: 0 24px 24px 0; }

.tt1-travexa-page .tt1-mission-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  box-shadow: 0 20px 50px color-mix(in srgb, var(--travexa-heading) 16%, transparent);
  object-fit: cover;
}

.tt1-travexa-page .tt1-mission-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 16px 20px;
  align-items: center;
  border-radius: 20px;
  background: var(--travexa-white);
  box-shadow: 0 18px 44px color-mix(in srgb, var(--travexa-heading) 18%, transparent);
  gap: 14px;
}

.tt1-travexa-page .tt1-mission-badge-icon {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--travexa-accent);
  background: color-mix(in srgb, var(--travexa-accent) 12%, #fff);
  font-size: 20px;
}

.tt1-travexa-page .tt1-mission-badge strong {
  display: block;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.tt1-travexa-page .tt1-mission-badge small {
  color: var(--travexa-text);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tt1-travexa-page .tt1-value-grid { margin-top: 8px; }

.tt1-travexa-page .tt1-value-card {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--travexa-border);
  border-radius: 20px;
  background: var(--travexa-white);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--travexa-heading) 4%, transparent);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tt1-travexa-page .tt1-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--travexa-heading) 10%, transparent);
}

.tt1-travexa-page .tt1-value-icon {
  display: flex;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
  font-size: 18px;
}

.tt1-travexa-page .tt1-value-card h3 {
  margin: 0 0 8px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 18px;
  font-weight: 700;
}

.tt1-travexa-page .tt1-value-text { color: var(--travexa-text); font-size: 13.5px; line-height: 1.7; }
.tt1-travexa-page .tt1-value-text p:last-child { margin-bottom: 0; }

/* --- Tim ---------------------------------------------------------------- */

.tt1-travexa-page .tt1-team-card {
  position: relative;
  display: block;
  height: 380px;
  border-radius: 24px;
  background: var(--travexa-heading);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--travexa-heading) 10%, transparent);
  overflow: hidden;
}

.tt1-travexa-page .tt1-team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.tt1-travexa-page .tt1-team-card:hover .tt1-team-img { transform: scale(1.06); }

.tt1-travexa-page .tt1-team-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--travexa-heading) 92%, transparent) 0%,
    transparent 62%
  );
  pointer-events: none;
}

.tt1-travexa-page .tt1-team-social {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

.tt1-travexa-page .tt1-team-card:hover .tt1-team-social,
.tt1-travexa-page .tt1-team-card:focus-within .tt1-team-social {
  opacity: 1;
  transform: translateX(0);
}

.tt1-travexa-page .tt1-team-social a {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--travexa-heading);
  background: #fff;
  font-size: 14px;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.tt1-travexa-page .tt1-team-social a:hover {
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
}

.tt1-travexa-page .tt1-team-info {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  text-align: center;
  z-index: 2;
}

.tt1-travexa-page .tt1-team-info h3 {
  margin: 0 0 4px;
  color: #fff;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 19px;
  font-weight: 700;
}

.tt1-travexa-page .tt1-team-info span {
  color: var(--travexa-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* --- Pencapaian --------------------------------------------------------- */

.tt1-travexa-page .tt1-achievements { color: #fff; }

.tt1-travexa-page .tt1-achievements-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.tt1-travexa-page .tt1-achievements-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    color-mix(in srgb, var(--travexa-heading) 92%, transparent) 0%,
    color-mix(in srgb, var(--travexa-heading) 72%, transparent) 100%
  );
  z-index: -1;
}

.tt1-travexa-page .tt1-feature-list { display: flex; flex-direction: column; gap: 14px; }

.tt1-travexa-page .tt1-feature-item {
  display: flex;
  padding: 16px 18px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  gap: 14px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.tt1-travexa-page .tt1-feature-item:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.14);
}

.tt1-travexa-page .tt1-feature-icon {
  display: flex;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
  font-size: 17px;
}

.tt1-travexa-page .tt1-feature-item h3 {
  margin: 0 0 3px;
  color: #fff;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 16px;
  font-weight: 700;
}

.tt1-travexa-page .tt1-feature-item p { margin: 0; color: rgba(255, 255, 255, 0.7); font-size: 13px; line-height: 1.6; }

.tt1-travexa-page .tt1-stat-card {
  height: 100%;
  padding: 28px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-align: center;
}

.tt1-travexa-page .tt1-stat-icon { display: block; margin-bottom: 10px; color: var(--travexa-accent); font-size: 26px; }

.tt1-travexa-page .tt1-stat-card strong {
  display: block;
  color: #fff;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
}

.tt1-travexa-page .tt1-stat-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Hanya terlihat penyunting; pengunjung tidak menerima blok ini sama sekali. */
.tt1-travexa-page .tt1-stat-empty {
  margin: 0;
  padding: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.7;
}

/* --- Proses ------------------------------------------------------------- */

.tt1-travexa-page .tt1-process-grid { margin-top: 20px; }

.tt1-travexa-page .tt1-process-card {
  position: relative;
  height: 100%;
  padding: 44px 24px 26px;
  border: 1px solid var(--travexa-border);
  border-radius: 22px;
  background: var(--travexa-white);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--travexa-heading) 4%, transparent);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tt1-travexa-page .tt1-process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--travexa-heading) 10%, transparent);
}

.tt1-travexa-page .tt1-process-step {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
  box-shadow: 0 6px 18px color-mix(in srgb, var(--travexa-accent) 35%, transparent);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 14px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.tt1-travexa-page .tt1-process-icon {
  display: flex;
  width: 58px;
  height: 58px;
  margin: 8px auto 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--travexa-accent);
  background: color-mix(in srgb, var(--travexa-accent) 11%, #fff);
  font-size: 22px;
}

.tt1-travexa-page .tt1-process-card h3 {
  margin: 0 0 8px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 17px;
  font-weight: 700;
}

.tt1-travexa-page .tt1-process-text { color: var(--travexa-text); font-size: 13px; line-height: 1.7; }
.tt1-travexa-page .tt1-process-text p:last-child { margin-bottom: 0; }

/* --- Kontak: tiga kartu ------------------------------------------------- */

/* Kartu naik ke atas hero, seperti berkas sumber. */
.tt1-travexa-page .tt1-contact-cards { position: relative; margin-top: -84px; margin-bottom: 48px; }
.tt1-travexa-page .tt1-contact-main { padding-top: 0; }

.tt1-travexa-page .tt1-contact-card {
  display: flex;
  height: 100%;
  padding: 30px 26px;
  align-items: center;
  flex-direction: column;
  border: 1px solid var(--travexa-border);
  border-top: 4px solid var(--travexa-accent);
  border-radius: 24px;
  background: var(--travexa-white);
  box-shadow: 0 20px 50px color-mix(in srgb, var(--travexa-heading) 10%, transparent);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tt1-travexa-page .tt1-contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px color-mix(in srgb, var(--travexa-heading) 16%, transparent);
}

.tt1-travexa-page .tt1-contact-card-primary { border-top-color: var(--travexa-heading); }
.tt1-travexa-page .tt1-contact-card-secondary { border-top-color: var(--travexa-secondary, var(--travexa-accent)); }

.tt1-travexa-page .tt1-contact-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 14px;
  align-items: center;
  border-radius: 999px;
  color: var(--travexa-accent);
  background: color-mix(in srgb, var(--travexa-accent) 11%, #fff);
  font-size: 11px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tt1-travexa-page .tt1-contact-icon {
  display: flex;
  width: 62px;
  height: 62px;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--travexa-accent);
  background: color-mix(in srgb, var(--travexa-accent) 11%, #fff);
  font-size: 24px;
}

.tt1-travexa-page .tt1-contact-card h3 {
  margin: 0 0 8px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 19px;
  font-weight: 700;
}

.tt1-travexa-page .tt1-contact-card p {
  margin: 0 0 20px;
  color: var(--travexa-text);
  font-size: 13.5px;
  line-height: 1.7;
}

.tt1-travexa-page .tt1-contact-pill {
  display: flex;
  width: 100%;
  margin-top: auto;
  padding: 13px 16px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--travexa-heading);
  background: var(--travexa-bg);
  font-size: 13.5px;
  font-weight: 600;
  gap: 10px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.tt1-travexa-page .tt1-contact-pill i { flex-shrink: 0; color: var(--travexa-accent); }

.tt1-travexa-page a.tt1-contact-pill-link { transition: color 0.25s ease, background-color 0.25s ease; }

.tt1-travexa-page a.tt1-contact-pill-link:hover {
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
}

.tt1-travexa-page a.tt1-contact-pill-link:hover i { color: var(--travexa-on-accent); }

/* --- Kontak: formulir --------------------------------------------------- */

.tt1-travexa-page .tt1-contact-formbox {
  position: relative;
  height: 100%;
  padding: 36px 34px;
  border: 1px solid var(--travexa-border);
  border-radius: 24px;
  background: var(--travexa-white);
  box-shadow: 0 20px 50px color-mix(in srgb, var(--travexa-heading) 8%, transparent);
}

.tt1-travexa-page .tt1-contact-badges {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 8px;
}

.tt1-travexa-page .tt1-contact-trust {
  display: inline-flex;
  padding: 7px 14px;
  align-items: center;
  border: 1px solid var(--travexa-border);
  border-radius: 999px;
  color: var(--travexa-heading);
  background: var(--travexa-bg);
  font-size: 12px;
  font-weight: 600;
  gap: 7px;
}

.tt1-travexa-page .tt1-contact-trust i { color: var(--travexa-accent); }

.tt1-travexa-page .tt1-contact-label {
  display: block;
  margin-bottom: 6px;
  color: var(--travexa-heading);
  font-size: 13px;
  font-weight: 650;
}

.tt1-travexa-page .tt1-contact-label span { color: var(--travexa-accent); }

.tt1-travexa-page .tt1-contact-input {
  width: 100%;
  padding: 13px 18px;
  border: 1px solid var(--travexa-border);
  border-radius: 14px;
  color: var(--travexa-heading);
  background: var(--travexa-white);
  font-family: var(--tp-ff-body, inherit);
  font-size: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.tt1-travexa-page .tt1-contact-input::placeholder { color: color-mix(in srgb, var(--travexa-text) 65%, #fff); }

.tt1-travexa-page .tt1-contact-input:focus {
  border-color: var(--travexa-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--travexa-accent) 18%, transparent);
  outline: none;
}

.tt1-travexa-page .tt1-contact-textarea { min-height: 140px; resize: vertical; }

.tt1-travexa-page .tt1-contact-submit {
  display: inline-flex;
  width: 100%;
  padding: 15px 24px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tt1-travexa-page .tt1-contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: var(--travexa-shadow);
}

/* --- Kontak: peta & sosial ---------------------------------------------- */

.tt1-travexa-page .tt1-contact-mapbox {
  border: 1px solid var(--travexa-border);
  border-radius: 24px;
  background: var(--travexa-bg);
  box-shadow: 0 20px 50px color-mix(in srgb, var(--travexa-heading) 8%, transparent);
  overflow: hidden;
}

.tt1-travexa-page .tt1-contact-mapbox:empty { display: none; }

.tt1-travexa-page .tt1-contact-mapbox iframe,
.tt1-travexa-page .tt1-contact-mapbox #tt1-contact-map {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.tt1-travexa-page .tt1-contact-socialbox {
  margin-top: 24px;
  padding: 26px;
  border: 1px solid var(--travexa-border);
  border-radius: 24px;
  background: var(--travexa-white);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--travexa-heading) 6%, transparent);
  text-align: center;
}

.tt1-travexa-page .tt1-contact-socialbox h3 {
  margin: 0 0 16px;
  color: var(--travexa-heading);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 17px;
  font-weight: 700;
}

.tt1-travexa-page .tt1-contact-social { display: flex; justify-content: center; gap: 10px; }

.tt1-travexa-page .tt1-contact-social a {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--travexa-border);
  border-radius: 50%;
  color: var(--travexa-heading);
  font-size: 15px;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.tt1-travexa-page .tt1-contact-social a:hover {
  transform: translateY(-3px);
  border-color: var(--travexa-accent);
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
}

/* --- Ajakan penutup ----------------------------------------------------- */

.tt1-travexa-page .tt1-page-cta {
  position: relative;
  padding: 90px 0;
  color: #fff;
  isolation: isolate;
  text-align: center;
}

.tt1-travexa-page .tt1-page-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.tt1-travexa-page .tt1-page-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    color-mix(in srgb, var(--travexa-heading) 88%, transparent) 0%,
    color-mix(in srgb, var(--travexa-heading) 66%, transparent) 100%
  );
  z-index: -1;
}

.tt1-travexa-page .tt1-page-cta h2 {
  max-width: 760px;
  margin: 0 auto 14px;
  color: #fff;
  font-family: var(--tp-ff-heading, inherit);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
}

.tt1-travexa-page .tt1-page-cta-text {
  max-width: 620px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.tt1-travexa-page .tt1-page-cta-text p:last-child { margin-bottom: 0; }

.tt1-travexa-page .tt1-page-cta-btn {
  display: inline-flex;
  padding: 14px 30px;
  align-items: center;
  border-radius: 999px;
  color: var(--travexa-on-accent);
  background: var(--travexa-accent);
  font-family: var(--tp-ff-heading, inherit);
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tt1-travexa-page .tt1-page-cta-btn:hover {
  transform: translateY(-2px);
  color: var(--travexa-on-accent);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--travexa-accent) 45%, transparent);
}

@media (max-width: 991px) {
  .tt1-travexa-page .tt1-contact-cards { margin-top: -48px; }
  .tt1-travexa-page .tt1-team-card { height: 340px; }
}

@media (max-width: 767px) {
  .tt1-travexa-page .tt1-page-section { padding: 52px 0; }
  .tt1-travexa-page .tt1-page-title { font-size: 27px; }
  .tt1-travexa-page .tt1-page-head { margin-bottom: 30px; }
  .tt1-travexa-page .tt1-page-lead { font-size: 14px; }

  .tt1-travexa-page .tt1-mission-media { padding: 0 0 16px; }
  .tt1-travexa-page .tt1-mission-img { border-radius: 18px; }
  .tt1-travexa-page .tt1-mission-badge { right: 12px; bottom: 0; padding: 12px 14px; border-radius: 16px; gap: 10px; }
  .tt1-travexa-page .tt1-mission-badge-icon { width: 40px; height: 40px; font-size: 16px; }
  .tt1-travexa-page .tt1-mission-badge strong { font-size: 18px; }

  .tt1-travexa-page .tt1-value-card,
  .tt1-travexa-page .tt1-process-card { padding: 20px 18px; border-radius: 18px; }
  .tt1-travexa-page .tt1-process-card { padding-top: 38px; }

  .tt1-travexa-page .tt1-team-card { height: 300px; border-radius: 18px; }
  /* Di layar sentuh tidak ada hover, jadi ikon sosial tidak pernah muncul. */
  .tt1-travexa-page .tt1-team-social { opacity: 1; transform: none; }
  .tt1-travexa-page .tt1-team-social a { width: 32px; height: 32px; font-size: 12px; }

  .tt1-travexa-page .tt1-stat-card { padding: 22px 16px; border-radius: 18px; }
  .tt1-travexa-page .tt1-stat-card strong { font-size: 28px; }

  .tt1-travexa-page .tt1-contact-cards { margin-top: -34px; margin-bottom: 32px; }
  .tt1-travexa-page .tt1-contact-card { padding: 24px 20px; border-radius: 18px; }
  .tt1-travexa-page .tt1-contact-formbox { padding: 24px 18px; border-radius: 18px; }
  .tt1-travexa-page .tt1-contact-mapbox { border-radius: 18px; }
  .tt1-travexa-page .tt1-contact-mapbox iframe,
  .tt1-travexa-page .tt1-contact-mapbox #tt1-contact-map { min-height: 300px; }
  .tt1-travexa-page .tt1-contact-socialbox { padding: 20px; border-radius: 18px; }

  .tt1-travexa-page .tt1-page-cta { padding: 56px 0; }
  .tt1-travexa-page .tt1-page-cta h2 { font-size: 26px; }
  .tt1-travexa-page .tt1-page-cta-text { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .tt1-travexa-page .tt1-value-card,
  .tt1-travexa-page .tt1-process-card,
  .tt1-travexa-page .tt1-contact-card,
  .tt1-travexa-page .tt1-team-img,
  .tt1-travexa-page .tt1-team-social,
  .tt1-travexa-page .tt1-feature-item { transition: none; }
}

@keyframes travexaKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.12); }
}

@media (max-width: 1199px) {
  .tt1-travexa-listing .hero-booking-bar { border-radius: 24px; }
  .tt1-travexa-listing .tt1-travexa-filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 0; }
  .tt1-travexa-listing .booking-col:nth-child(even) { border-right: 0; }
  .tt1-travexa-listing .tt1-travexa-submit { padding: 8px 12px; }
}

@media (max-width: 767px) {
  .tt1-travexa-listing .tb-destination-hero { min-height: 320px; padding: 125px 0 76px; }
  .tt1-travexa-listing .tb-dest-header-card { padding: 25px 14px; border-radius: 18px; }
  .tt1-travexa-listing .tt1-travexa-title { font-size: 30px; }
  .tt1-travexa-listing .tt1-travexa-title::after { width: 84px; height: 4px; margin-top: 11px; }
  .tt1-travexa-listing .tt1-travexa-lead { margin-bottom: 16px !important; font-size: 13px; line-height: 1.55; }
  .tt1-travexa-listing .tb-flight-breadcrumb { max-width: 100%; padding: 7px 10px; gap: 5px !important; flex-wrap: wrap; }
  .tt1-travexa-listing .tb-bc-item { gap: 4px; font-size: 11px; white-space: nowrap; }
  .tt1-travexa-listing .tb-bc-icon { width: 23px; height: 23px; font-size: 9px; }
  .tt1-travexa-listing .tb-bc-divider { width: 22px; }

  .tt1-travexa-listing .tt1-travexa-filter-wrap { margin-top: -34px; }
  .tt1-travexa-listing .hero-booking-bar { padding: 12px; border-radius: 20px; }
  .tt1-travexa-listing .tt1-travexa-filter-grid { grid-template-columns: 1fr; gap: 0; }
  .tt1-travexa-listing .booking-col,
  .tt1-travexa-listing .booking-col:nth-child(even) { min-height: 67px; padding: 9px 7px; border-right: 0; border-bottom: 1px solid var(--travexa-border); }
  .tt1-travexa-listing .booking-icon { width: 40px; height: 40px; flex-basis: 40px; font-size: 16px; }
  .tt1-travexa-listing .tt1-travexa-submit { min-width: 0; padding: 10px 0 0; }

  .tt1-travexa-listing .tour-listing-section { padding: 72px 0 48px; }
  .tt1-travexa-listing .tt1-travexa-results-heading { margin-bottom: 20px; align-items: flex-start; flex-direction: column; gap: 12px; }
  .tt1-travexa-listing .tt1-travexa-results-heading h2 { font-size: 28px; }
  .tt1-travexa-listing .dest-filter-container { margin-right: -15px; margin-bottom: 28px; margin-left: -15px; padding-right: 15px; padding-left: 15px; flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .tt1-travexa-listing .dest-filter-container::-webkit-scrollbar { display: none; }
  .tt1-travexa-listing .dest-filter-btn { flex: 0 0 auto; white-space: nowrap; }

  .tt1-travexa-listing .tour-card-img-wrap { height: 195px; }
  .tt1-travexa-listing .tour-card-body { padding: 18px 15px; }
  .tt1-travexa-listing .tt1-travexa-card-title { font-size: 17px; }
  .tt1-travexa-listing .tt1-travexa-card-description { font-size: 12px; }
  .tt1-travexa-listing .tour-inclusions-list { gap: 6px 10px; }
  .tt1-travexa-listing .tt1-travexa-card-footer { align-items: stretch; flex-direction: column; }
  .tt1-travexa-listing .tt1-travexa-card-action { width: 100%; }
  .tt1-travexa-listing .tt1-travexa-trust { margin-top: 34px !important; padding-top: 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
  .tt1-travexa-listing .tb-dest-hero-bg,
  .tt1-travexa-listing .tour-card,
  .tt1-travexa-listing .tour-card-img { animation: none; transition: none; }
}
