/* ==========================================================
   Tour Details 2026 — scoped to .tour-detail-page only
   Palette: Navy #0B1F3A · Gold #D4AF37 · Ink #14273D
   ========================================================== */

.tour-detail-page {
  --td-navy: #0b1f3a;
  --td-navy-2: #12304f;
  --td-gold: #d4af37;
  --td-gold-soft: #f7e7b0;
  --td-ink: #14273d;
  --td-muted: #5f738c;
  --td-line: #e4eaf1;
  --td-bg: #f5f7fb;
  --td-card: #ffffff;
  --td-radius: 18px;
  --td-shadow: 0 14px 36px rgba(11, 31, 58, 0.08);
  color: var(--td-ink);
  background: var(--td-bg);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  padding-bottom: 96px;
}

.tour-detail-page * {
  box-sizing: border-box;
}

.tour-detail-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.tour-detail-page a {
  color: inherit;
  text-decoration: none;
}

.td-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.td-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 18px 0 8px;
  font-size: 13.5px;
  color: var(--td-muted);
}

.td-breadcrumb a:hover {
  color: var(--td-navy);
}

/* ---------- Hero ---------- */
.td-hero {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 420px;
  background: #0b1f3a;
  box-shadow: var(--td-shadow);
  margin-bottom: 22px;
}

.td-hero__bg {
  position: absolute;
  inset: 0;
}

.td-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.td-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 23, 41, 0.88) 0%, rgba(8, 23, 41, 0.55) 48%, rgba(8, 23, 41, 0.28) 100%),
    linear-gradient(180deg, rgba(8, 23, 41, 0.15) 0%, rgba(8, 23, 41, 0.72) 100%);
}

.td-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.75fr);
  gap: 22px;
  padding: 34px;
  min-height: 420px;
  align-items: end;
}

.td-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, 0.18);
  color: var(--td-gold-soft);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 14px;
}

.td-hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  color: #fff;
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.td-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14.5px;
  margin-bottom: 18px;
}

.td-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 7px 12px;
}

.td-hero__meta i {
  color: var(--td-gold);
}

.td-hero__subtitle {
  margin: 0 0 14px;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.td-hero__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.td-hero__icons span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.td-hero__icons i {
  color: var(--td-gold);
}

.td-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.td-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.td-btn:hover {
  transform: translateY(-1px);
}

.td-btn--gold {
  background: linear-gradient(135deg, #e6c14f, #d4af37);
  color: var(--td-navy);
  box-shadow: 0 10px 24px rgba(212, 175, 55, 0.35);
}

.td-btn--outline,
a.td-btn--outline,
button.td-btn--outline {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.65) !important;
  text-decoration: none !important;
}

.td-btn--outline:hover,
a.td-btn--outline:hover,
button.td-btn--outline:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  text-decoration: none !important;
}

.td-btn--outline i,
a.td-btn--outline i,
button.td-btn--outline i {
  color: #ffffff !important;
}

.td-btn--wa {
  background: #25d366;
  color: #fff;
}

.td-btn--navy,
a.td-btn--navy,
button.td-btn--navy {
  background: var(--td-navy) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.td-btn--navy:hover,
a.td-btn--navy:hover,
button.td-btn--navy:hover {
  background: #14325a !important;
  color: #ffffff !important;
}

.td-btn--navy i,
a.td-btn--navy i,
button.td-btn--navy i {
  color: #ffffff !important;
}

.td-btn--ghost {
  background: #fff;
  color: var(--td-navy);
  border: 1px solid var(--td-line);
}

.td-price-card {
  background: rgba(11, 31, 58, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 22px;
  color: #fff;
  align-self: center;
}

.td-price-card__label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 6px;
}

.td-price-card__value {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 4px;
}

.td-price-card__note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 16px;
}

.td-price-card .td-btn {
  width: 100%;
  margin-bottom: 8px;
}

.td-price-card .td-btn:last-child {
  margin-bottom: 0;
}

/* ---------- Summary chips ---------- */
.td-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.td-summary__item {
  background: var(--td-card);
  border: 1px solid var(--td-line);
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: var(--td-shadow);
  display: flex;
  gap: 12px;
  align-items: center;
}

.td-summary__item i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.14);
  color: var(--td-navy);
  flex: 0 0 auto;
}

.td-summary__item strong {
  display: block;
  font-size: 15.5px;
  color: var(--td-navy);
}

.td-summary__item span {
  display: block;
  font-size: 12.5px;
  color: var(--td-muted);
}

/* ---------- Layout ---------- */
.td-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.9fr);
  gap: 22px;
  align-items: start;
}

.td-card {
  background: var(--td-card);
  border: 1px solid var(--td-line);
  border-radius: var(--td-radius);
  box-shadow: var(--td-shadow);
  padding: 24px;
  margin-bottom: 18px;
}

.td-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  color: var(--td-navy);
  margin: 0 0 8px;
}

.td-card__sub {
  color: var(--td-muted);
  margin: 0 0 18px;
  font-size: 14.5px;
}

.td-desc {
  font-size: 16.5px;
  color: var(--td-ink);
  white-space: pre-wrap;
}

/* ---------- Gallery ---------- */
.td-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.td-gallery__item {
  position: relative;
  border: 0;
  padding: 0;
  background: #eef2f7;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4 / 3;
}

.td-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.td-gallery__item:hover img {
  transform: scale(1.04);
}

.td-gallery__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  background: linear-gradient(transparent, rgba(8, 23, 41, 0.82));
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  letter-spacing: 0.01em;
}

.td-gallery__item--captioned .td-gallery__cap {
  font-size: 16px;
}

@media (max-width: 640px) {
  .td-gallery__cap,
  .td-gallery__item--captioned .td-gallery__cap {
    font-size: 15px;
    padding: 9px 10px;
  }
}

.td-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 12000;
  background: rgba(8, 23, 41, 0.88);
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.td-lightbox.is-open {
  display: flex;
}

.td-lightbox img {
  max-width: min(960px, 100%);
  max-height: 86vh;
  border-radius: 12px;
  object-fit: contain;
}

.td-lightbox__close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: #fff;
  color: var(--td-navy);
  font-size: 22px;
  cursor: pointer;
}

/* ---------- Includes ---------- */
.td-includes {
  display: grid;
  gap: 10px;
}

.td-includes__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid var(--td-line);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
}

.td-includes__item i {
  color: #15803d;
  margin-top: 3px;
}

.td-excludes {
  display: grid;
  gap: 10px;
}

.td-excludes__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fff8f8;
  border: 1px solid #f1d5d5;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
}

.td-excludes__item i {
  color: #b91c1c;
  margin-top: 3px;
}

.td-note {
  font-size: 13.5px;
  color: var(--td-muted);
  margin: 12px 0 0;
}

/* ---------- Itinerary ---------- */
.td-itin {
  position: relative;
  display: grid;
  gap: 16px;
}

.td-itin::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: linear-gradient(180deg, var(--td-navy), rgba(11, 31, 58, 0.08));
}

.td-day {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
}

.td-day__badge {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--td-navy);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(11, 31, 58, 0.2);
}

.td-day__badge small {
  font-size: 9px;
  letter-spacing: 0.5px;
  opacity: 0.85;
  line-height: 1;
}

.td-day__badge strong {
  font-size: 13px;
  line-height: 1;
}

.td-day__body {
  background: #fff;
  border: 1px solid var(--td-line);
  border-radius: 16px;
  padding: 18px;
}

.td-day__body h3 {
  margin: 0 0 10px;
  font-size: 19px;
  color: var(--td-navy);
  font-family: "Playfair Display", Georgia, serif;
}

.td-day__row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 8px 0;
  font-size: 15px;
  color: var(--td-ink);
}

.td-day__row i {
  width: 18px;
  color: var(--td-navy);
  margin-top: 3px;
}

.td-day__sg {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.td-day__sg li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 15px;
}

.td-day__sg i {
  color: #15803d;
  margin-top: 4px;
}

.td-empty {
  color: var(--td-muted);
  font-size: 15px;
  margin: 0;
}

/* ---------- Sidebar ---------- */
.td-side-sticky {
  position: sticky;
  top: 18px;
}

.td-side-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  color: var(--td-navy);
  margin: 0 0 12px;
}

.td-quote input,
.td-quote textarea,
.td-quote select {
  width: 100%;
  border: 1px solid var(--td-line);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 10px;
  font-size: 15px;
  background: #fff;
  color: var(--td-ink);
}

.td-quote textarea {
  min-height: 88px;
  resize: vertical;
}

.td-quote .td-btn {
  width: 100%;
}

.td-quote__msg {
  display: none;
  margin-top: 10px;
  font-size: 13.5px;
  border-radius: 10px;
  padding: 10px 12px;
}

.td-quote__msg.is-ok {
  display: block;
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}

.td-quote__msg.is-err {
  display: block;
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.td-help {
  background: linear-gradient(135deg, #f8efc8, #f3e2a9);
  border-color: rgba(212, 175, 55, 0.4);
}

.td-help p {
  margin: 0 0 14px;
  color: var(--td-navy);
  font-size: 15px;
}

.td-help__links {
  display: grid;
  gap: 8px;
}

/* ---------- Related ---------- */
.td-related {
  margin-top: 8px;
}

.td-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.td-related__card {
  background: #fff;
  border: 1px solid var(--td-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--td-shadow);
  transition: transform 0.18s ease;
}

.td-related__card:hover {
  transform: translateY(-2px);
}

.td-related__card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  background: #eef2f7;
}

.td-related__card .body {
  padding: 14px;
}

.td-related__card h3 {
  font-size: 17px;
  margin: 0 0 6px;
  color: var(--td-navy);
  line-height: 1.35;
}

.td-related__sub {
  margin: 0 0 8px !important;
  color: var(--td-muted);
  font-size: 13.5px;
}

.td-related__incs {
  display: flex;
  gap: 10px;
  margin: 0 0 10px;
  color: #475569;
  font-size: 14px;
}

.td-related__price {
  margin: 0 !important;
  color: var(--td-navy) !important;
  font-size: 16px !important;
  font-weight: 800;
}

.td-related__price small {
  font-size: 12px;
  font-weight: 600;
  color: var(--td-muted);
}

.td-related__card p {
  margin: 0;
  color: var(--td-muted);
  font-size: 13.5px;
}

/* ---------- FAQ ---------- */
.td-faq details {
  border: 1px solid var(--td-line);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 8px;
  background: #fbfcfe;
}

.td-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--td-navy);
  font-size: 15.5px;
}

.td-faq p {
  margin: 10px 0 0;
  color: var(--td-muted);
  font-size: 14.5px;
}

/* ---------- Mobile sticky CTA ---------- */
.td-sticky-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--td-line);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  box-shadow: 0 -10px 28px rgba(11, 31, 58, 0.12);
  gap: 8px;
}

.td-sticky-cta .td-btn {
  flex: 1 1 0;
  padding: 12px 10px;
  font-size: 14px;
}

/* ---------- Booking modal (keep existing JS hooks) ---------- */
.tour-detail-page .booking-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 13000;
  background: rgba(8, 23, 41, 0.72);
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.tour-detail-page .booking-modal.active {
  display: flex;
}

.tour-detail-page .booking-container {
  width: min(920px, 100%);
  max-height: 92vh;
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.tour-detail-page .booking-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--td-line);
}

.tour-detail-page .booking-header h2 {
  margin: 0;
  font-size: 22px;
  color: var(--td-navy);
}

.tour-detail-page #closeModal {
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  color: var(--td-muted);
}

.tour-detail-page .booking-content {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.7fr);
  gap: 16px;
  padding: 18px 20px 22px;
}

.tour-detail-page .booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.tour-detail-page .input-box label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--td-navy);
}

.tour-detail-page .input-box input,
.tour-detail-page .input-box select {
  width: 100%;
  border: 1px solid var(--td-line);
  border-radius: 10px;
  padding: 11px 12px;
  font-size: 14.5px;
}

.tour-detail-page .traveller-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.tour-detail-page .traveller-box {
  border: 1px solid var(--td-line);
  border-radius: 12px;
  padding: 12px;
}

.tour-detail-page .counter {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tour-detail-page .counter button {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--td-line);
  background: #fff;
  cursor: pointer;
}

.tour-detail-page .counter input {
  width: 42px;
  text-align: center;
  border: 0;
  font-weight: 700;
}

.tour-detail-page .add-room {
  margin-top: 10px;
  border: 1px dashed var(--td-line);
  background: #f8fafc;
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 600;
  color: var(--td-navy);
}

.tour-detail-page .price-card {
  background: var(--td-navy);
  color: #fff;
  border-radius: 16px;
  padding: 18px;
}

.tour-detail-page .price-card h1 {
  margin: 8px 0;
  font-size: 32px;
}

.tour-detail-page .book-online {
  width: 100%;
  margin-top: 12px;
  border: 0;
  border-radius: 999px;
  padding: 13px 16px;
  background: var(--td-gold);
  color: var(--td-navy);
  font-weight: 700;
  cursor: pointer;
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .td-hero__content,
  .td-layout,
  .tour-detail-page .booking-content {
    grid-template-columns: 1fr;
  }

  .td-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .td-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .td-side-sticky {
    position: static;
  }

  .td-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .tour-detail-page {
    padding-bottom: 88px;
  }

  .td-wrap {
    width: min(100% - 20px, 1180px);
  }

  .td-hero {
    min-height: 360px;
    border-radius: 18px;
  }

  .td-hero__content {
    padding: 20px;
    min-height: 360px;
  }

  .td-summary {
    grid-template-columns: 1fr;
  }

  .td-related__grid,
  .tour-detail-page .booking-grid,
  .tour-detail-page .traveller-grid {
    grid-template-columns: 1fr;
  }

  .td-sticky-cta {
    display: flex;
  }

  .td-itin::before {
    left: 17px;
  }

  .td-day {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .td-day__badge {
    width: 36px;
    height: 36px;
  }
}

/* ---- Mockup polish: trustbar, offer card, why grid ---- */
.td-price-card__offer {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 12px;
  border-radius: 8px;
  background: #d4af37;
  color: #0b1f3a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.td-price-card__perks {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 8px;
}
.td-price-card__perks li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.92);
}
.td-price-card__perks i { color: #35c46f; }

.td-trustbar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 22px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #0b1f3a;
  color: #fff;
}
.td-trustbar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  font-size: 12.5px;
  font-weight: 600;
}
.td-trustbar__item i { color: #d4af37; }

.td-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.td-why__grid div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--td-line);
  border-radius: 12px;
  background: #f8fafc;
  font-weight: 600;
  color: var(--td-navy);
  font-size: 13.5px;
}
.td-why__grid i { color: #d4af37; }

.td-gallery--side {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.td-card--mobile-only { display: none; }

@media (max-width: 980px) {
  .td-trustbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .td-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .td-side .td-includes,
  .td-side .td-excludes { /* keep in side on tablet */ }
  .td-card--mobile-only { display: block; }
  .td-side > .td-card:has(.td-includes),
  .td-side > .td-card:has(.td-excludes) { display: none; }
}

@media (max-width: 640px) {
  .td-trustbar { grid-template-columns: 1fr; }
  .td-why__grid { grid-template-columns: 1fr; }
}
