/**
 * Home page UI polish — scoped to body.tmt-route-home only.
 * Does not change SEO content, routes, or non-home pages.
 */
body.tmt-route-home {
  --tmt-home-space-xs: 0.5rem;
  --tmt-home-space-sm: 0.85rem;
  --tmt-home-space-md: 1.5rem;
  --tmt-home-space-lg: clamp(2.25rem, 4.5vw, 3.25rem);
  --tmt-home-space-xl: clamp(2.75rem, 5.5vw, 4rem);
  --tmt-home-radius: 14px;
  --tmt-home-radius-sm: 10px;
  --tmt-home-ink: #0f172a;
  --tmt-home-muted: #64748b;
  --tmt-home-line: #e2e8f0;
  --tmt-home-surface: #f8fafc;
  --tmt-home-accent: #ef2a24;
  --tmt-home-teal: #00a68a;
}

/* —— Hero: breathable, not empty —— */
body.tmt-route-home section.hero.tmt-home-hero.tmt-premium-hero,
body.tmt-route-home section.hero.tmt-home-hero {
  min-height: clamp(480px, 62vh, 620px) !important;
  padding-top: clamp(5rem, 9vw, 6.5rem) !important;
  padding-bottom: clamp(2rem, 4vw, 3rem) !important;
  height: auto !important;
}

body.tmt-route-home .tmt-premium-hero__title,
body.tmt-route-home .hero__title.tmt-hero-headline {
  font-size: clamp(1.85rem, 4.2vw, 2.75rem) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem !important;
}

body.tmt-route-home .tmt-premium-hero__subtitle,
body.tmt-route-home .hero__subtitle {
  font-size: clamp(0.95rem, 1.6vw, 1.1rem) !important;
  line-height: 1.5 !important;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.92;
}

body.tmt-route-home .tmt-hero-eyebrow {
  margin-bottom: 0.65rem !important;
  font-size: 0.78rem;
}

/* Trust line (replaces unverified stat strip) */
body.tmt-route-home .tmt-hero-trustline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1rem;
  margin: 0 auto 1rem;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
}
body.tmt-route-home .tmt-hero-trustline li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
body.tmt-route-home .tmt-hero-trustline i {
  color: #5eead4;
  font-size: 1rem;
}

/* Hide old stat strip if still present */
body.tmt-route-home .tmt-hero-stats {
  display: none !important;
}

/* Search cluster */
body.tmt-route-home .tmt-premium-search {
  max-width: 720px;
  margin-inline: auto;
}
body.tmt-route-home .tmt-premium-search__label {
  margin-bottom: 0.55rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
}
body.tmt-route-home .tmt-hero-search-form {
  gap: 0.65rem !important;
}
body.tmt-route-home .tmt-hero-input {
  min-height: 52px;
  border-radius: var(--tmt-home-radius-sm) !important;
  font-size: 1rem !important;
  padding-left: 2.75rem !important;
  box-shadow: 0 8px 28px rgba(8, 15, 30, 0.22);
}
body.tmt-route-home .tmt-hero-input:focus {
  outline: 2px solid #5eead4;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(94, 234, 212, 0.25);
}
body.tmt-route-home .tmt-hero-search-submit {
  min-height: 52px;
  border-radius: var(--tmt-home-radius-sm) !important;
  font-weight: 700;
}
body.tmt-route-home .tmt-hero-quote-btn {
  min-height: 52px;
  border-radius: var(--tmt-home-radius-sm) !important;
  font-weight: 700;
  background: #fff !important;
  color: #0f2744 !important;
  border: 0 !important;
}
body.tmt-route-home .tmt-hero-quote-btn:hover,
body.tmt-route-home .tmt-hero-quote-btn:focus {
  background: #f1f5f9 !important;
  color: #0f2744 !important;
}

/* Quick destination chips — compact */
body.tmt-route-home .tmt-hero-popular {
  margin-top: 0.85rem !important;
}
body.tmt-route-home .tmt-hero-popular-heading {
  opacity: 0.85;
  margin-bottom: 0.45rem !important;
}
body.tmt-route-home .tmt-hero-popular-link {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  font-weight: 600;
  padding: 0.35rem 0.85rem !important;
  white-space: nowrap;
}
body.tmt-route-home .tmt-hero-popular-link:hover,
body.tmt-route-home .tmt-hero-popular-link:focus {
  background: rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
}

/* —— Sections: consistent spacing —— */
body.tmt-route-home .tmt-premium-section {
  padding: var(--tmt-home-space-xl) 0 !important;
}
body.tmt-route-home .tmt-section-head {
  margin-bottom: var(--tmt-home-space-md) !important;
}
body.tmt-route-home .tmt-section-title {
  font-size: clamp(1.45rem, 3vw, 1.95rem) !important;
  margin-bottom: 0.45rem !important;
}
body.tmt-route-home .tmt-section-sub {
  font-size: 0.98rem !important;
  max-width: 36rem;
  margin-inline: auto;
}

/* —— Travel type cards —— */
body.tmt-route-home .tmt-sector-card__thumb {
  aspect-ratio: 1 / 1 !important;
  border-radius: var(--tmt-home-radius) !important;
  margin-bottom: 0.5rem !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06) !important;
  background: var(--tmt-home-surface);
}
body.tmt-route-home .tmt-sector-card__title {
  font-size: 0.9rem !important;
  font-weight: 700;
  color: var(--tmt-home-ink);
  text-align: center;
  display: block;
}
body.tmt-route-home .tmt-sector-card:hover .tmt-sector-card__img {
  transform: scale(1.04);
}
body.tmt-route-home .tmt-sector-grid {
  --bs-gutter-y: 0.85rem;
}

/* —— Destination cards: shorter, denser —— */
body.tmt-route-home .tmt-dest-card {
  aspect-ratio: 4 / 3 !important;
  min-height: 0 !important;
  border-radius: var(--tmt-home-radius) !important;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  background: #cbd5e1;
}
body.tmt-route-home .tmt-dest-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.tmt-route-home .tmt-dest-card__body {
  padding: 0.85rem 1rem !important;
}
body.tmt-route-home .tmt-dest-card__name {
  font-size: 1.05rem !important;
  margin-bottom: 0.15rem !important;
}
body.tmt-route-home .tmt-dest-card__tag {
  font-size: 0.72rem !important;
  margin-bottom: 0.2rem;
}
body.tmt-route-home .tmt-dest-card__cta {
  font-size: 0.78rem !important;
}
body.tmt-route-home .tmt-destination-grid {
  --bs-gutter-x: 0.85rem;
  --bs-gutter-y: 0.85rem;
}
body.tmt-route-home .tmt-dest-cta {
  margin-top: var(--tmt-home-space-md) !important;
}
body.tmt-route-home .tmt-dest-cta-links {
  margin-top: 0.75rem;
  font-size: 0.88rem;
  line-height: 1.7;
}

/* —— Group booking: premium service block —— */
body.tmt-route-home .tmt-home-group-booking {
  background: linear-gradient(165deg, #0f2744 0%, #163a5f 100%) !important;
  color: #fff;
  border-radius: 0;
}
body.tmt-route-home .tmt-home-group-booking .tmt-section-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #7dd3fc;
}
body.tmt-route-home .tmt-home-group-booking .tmt-section-title {
  color: #fff !important;
}
body.tmt-route-home .tmt-home-group-booking .tmt-section-sub {
  color: rgba(255, 255, 255, 0.82) !important;
}
body.tmt-route-home .tmt-home-group-booking .tmt-gb-home-panel {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
body.tmt-route-home .tmt-home-group-booking .tmt-gb-home-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin: 1.15rem 0 0.85rem;
}
body.tmt-route-home .tmt-home-group-booking .tmt-gb-home-actions .btn--base {
  min-height: 48px;
  font-weight: 700;
  border-radius: var(--tmt-home-radius-sm);
}
body.tmt-route-home .tmt-home-group-booking .tmt-gb-home-actions .btn-outline-light {
  min-height: 48px;
  border-radius: var(--tmt-home-radius-sm);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
}
body.tmt-route-home .tmt-home-group-booking .tmt-gb-home-actions .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}
body.tmt-route-home .tmt-home-group-booking .tmt-gb-home-airlines {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}
body.tmt-route-home .tmt-home-group-booking .tmt-gb-home-airlines a {
  color: #a5f3fc;
  text-decoration: none;
  font-weight: 600;
}
body.tmt-route-home .tmt-home-group-booking .tmt-gb-home-airlines a:hover {
  color: #fff;
  text-decoration: underline;
}

/* —— Tour plan cards on home —— */
body.tmt-route-home .trip-card .trip-card__thumb,
body.tmt-route-home .plan-card .plan-card__thumb {
  height: auto !important;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
body.tmt-route-home .trip-card .trip-card__thumb img,
body.tmt-route-home .plan-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* —— India SEO: keep content, tighten spacing —— */
body.tmt-route-home .india-seo-content,
body.tmt-route-home .tmt-india-seo {
  padding-top: var(--tmt-home-space-lg) !important;
  padding-bottom: var(--tmt-home-space-lg) !important;
}

/* —— Bottom nav clearance —— */
@media (max-width: 991.98px) {
  body.tmt-route-home.tmt-mobile-app-mode .tmt-mobile-main,
  body.tmt-route-home .tmt-app-home-feed {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.tmt-route-home section.hero.tmt-home-hero.tmt-premium-hero,
  body.tmt-route-home section.hero.tmt-home-hero {
    min-height: 0 !important;
  }

  body.tmt-route-home .tmt-dest-card {
    aspect-ratio: 5 / 4 !important;
  }

  body.tmt-route-home .tmt-mobile-bottom-nav {
    box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.08);
  }
}

@media (min-width: 992px) {
  body.tmt-route-home section.hero.tmt-home-hero.tmt-premium-hero {
    min-height: clamp(500px, 58vh, 600px) !important;
  }
}

@media (max-width: 575.98px) {
  body.tmt-route-home .tmt-hero-search-form .tmt-hero-search-submit,
  body.tmt-route-home .tmt-hero-quote-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tmt-route-home .tmt-sector-card__img,
  body.tmt-route-home .tmt-dest-card__img {
    transition: none !important;
  }
  body.tmt-route-home .tmt-sector-card:hover .tmt-sector-card__img,
  body.tmt-route-home .tmt-dest-card:hover .tmt-dest-card__img {
    transform: none !important;
  }
}

/* =========================================================
   SECOND VISUAL QA PASS — premium polish (home only)
   ========================================================= */

/* Dest cards: restrained hover, solid image plane */
body.tmt-route-home .tmt-dest-card {
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.07) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
body.tmt-route-home .tmt-dest-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12) !important;
}
body.tmt-route-home .tmt-dest-card:hover .tmt-dest-card__img {
  transform: scale(1.04) !important;
}
body.tmt-route-home .tmt-dest-card__shade {
  background: linear-gradient(180deg, transparent 40%, rgba(8, 15, 30, 0.78) 100%) !important;
}
body.tmt-route-home .tmt-dest-card__img {
  background: #94a3b8;
}

/* Group booking: one primary CTA + quiet secondary links */
body.tmt-route-home .tmt-home-group-booking .tmt-gb-home-actions {
  margin-bottom: 0.55rem;
}
body.tmt-route-home .tmt-home-group-booking .tmt-gb-home-actions .btn--base {
  min-width: min(100%, 280px);
  padding-inline: 1.75rem;
  box-shadow: 0 8px 22px rgba(239, 42, 36, 0.28);
}
body.tmt-route-home .tmt-gb-home-secondary {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}
body.tmt-route-home .tmt-gb-home-secondary a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
body.tmt-route-home .tmt-gb-home-secondary a:hover,
body.tmt-route-home .tmt-gb-home-secondary a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

/* —— Seminars: light modern product cards (replace heavy dark overlay) —— */
body.tmt-route-home .tmt-home-seminars {
  background: #f8fafc;
}
body.tmt-route-home .tmt-home-seminar-card {
  background: #fff !important;
  border: 1px solid var(--tmt-home-line);
  border-radius: var(--tmt-home-radius) !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
body.tmt-route-home .tmt-home-seminar-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1) !important;
}
body.tmt-route-home .tmt-home-seminar-card__media {
  aspect-ratio: 16 / 10;
  background: #e2e8f0;
}
body.tmt-route-home .tmt-home-seminar-card__media::after {
  display: none !important;
}
body.tmt-route-home .tmt-home-seminar-card__media img {
  object-fit: cover;
}
body.tmt-route-home .tmt-home-seminar-card:hover .tmt-home-seminar-card__media img {
  transform: scale(1.03);
}
body.tmt-route-home .tmt-home-seminar-card__body {
  position: static !important;
  padding: 0.95rem 1.05rem 1.05rem !important;
  color: var(--tmt-home-ink) !important;
  background: #fff;
}
body.tmt-route-home .tmt-home-seminar-card__title {
  color: var(--tmt-home-ink) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.55rem !important;
}
body.tmt-route-home .tmt-home-seminar-card__price {
  color: var(--tmt-home-accent) !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
}
body.tmt-route-home .tmt-home-seminar-card__dur {
  color: var(--tmt-home-muted) !important;
  opacity: 1 !important;
  font-weight: 600;
}
body.tmt-route-home .tmt-home-seminars__all {
  border-radius: var(--tmt-home-radius-sm) !important;
  box-shadow: none !important;
  padding: 0.65rem 1.15rem !important;
}
body.tmt-route-home .tmt-home-seminars__all:hover {
  transform: none !important;
  box-shadow: none !important;
}
body.tmt-route-home .tmt-home-seminars__copy .tmt-section-sub {
  margin-inline: 0;
}

/* —— About: tighter rhythm + intentional image frame —— */
body.tmt-route-home .tmt-home-about {
  padding-top: var(--tmt-home-space-xl) !important;
  padding-bottom: var(--tmt-home-space-xl) !important;
}
body.tmt-route-home .tmt-home-about .about-thumb {
  border-radius: var(--tmt-home-radius);
  overflow: hidden;
  background: var(--tmt-home-surface);
  border: 1px solid var(--tmt-home-line);
  aspect-ratio: 4 / 3;
  max-height: 420px;
}
body.tmt-route-home .tmt-home-about .about-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
}
body.tmt-route-home .tmt-home-about .section-title {
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  line-height: 1.25;
  letter-spacing: -0.015em;
}
body.tmt-route-home .tmt-home-about > .container > .row.gy-5 > .col-lg-6 > p {
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 38rem;
}
body.tmt-route-home .tmt-home-about .about-item {
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--tmt-home-line);
  border-radius: var(--tmt-home-radius-sm);
  background: #fff;
  height: 100%;
}
body.tmt-route-home .tmt-home-about .about-item__content h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--tmt-home-ink);
}
body.tmt-route-home .tmt-home-about .about-item__content p {
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--tmt-home-muted);
  margin: 0;
}
body.tmt-route-home .tmt-home-about .row.mt-5.pt-lg-2 {
  margin-top: 2rem !important;
}
body.tmt-route-home .tmt-home-about .table {
  font-size: 0.9rem;
  border-color: var(--tmt-home-line);
}
body.tmt-route-home .tmt-home-about .table thead {
  background: var(--tmt-home-surface);
}

/* —— Recommended packages —— */
body.tmt-route-home .tmt-home-recommended {
  padding-top: var(--tmt-home-space-xl) !important;
  padding-bottom: var(--tmt-home-space-xl) !important;
}
body.tmt-route-home .tmt-home-discover-card {
  border: 1px solid var(--tmt-home-line);
  border-radius: var(--tmt-home-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  padding: 1.25rem 1.35rem;
  margin-bottom: 1.5rem;
}
body.tmt-route-home .tmt-home-discover-card__title {
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  color: var(--tmt-home-ink);
  margin-bottom: 0.35rem;
}
body.tmt-route-home .tmt-home-discover-card__text {
  color: var(--tmt-home-muted);
  font-size: 0.92rem;
  margin-bottom: 0.85rem;
  max-width: 40rem;
}
body.tmt-route-home .trip-card {
  border: 1px solid var(--tmt-home-line);
  border-radius: var(--tmt-home-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
body.tmt-route-home .trip-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}
body.tmt-route-home .trip-card__thumb {
  position: relative;
  background: #e2e8f0;
}
body.tmt-route-home .trip-card__thumb img {
  border-radius: 0 !important;
  object-fit: cover;
  display: block;
}
body.tmt-route-home .trip-card__price {
  bottom: 0.75rem !important;
  right: 0.75rem !important;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.35rem 0.65rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
}
body.tmt-route-home .trip-card__content {
  padding: 0.95rem 1rem 1.1rem;
}
body.tmt-route-home .trip-card__title {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
body.tmt-route-home .trip-card__title a {
  color: var(--tmt-home-ink);
  text-decoration: none;
}
body.tmt-route-home .trip-card__meta {
  gap: 0.35rem 0.75rem;
  color: var(--tmt-home-muted);
  font-size: 0.8rem;
}
body.tmt-route-home .trip-card__meta p {
  margin: 0;
}

/* —— How it works —— */
body.tmt-route-home .tmt-home-how {
  padding-top: var(--tmt-home-space-xl) !important;
  padding-bottom: var(--tmt-home-space-xl) !important;
  background: #fff;
}
body.tmt-route-home .tmt-home-how .step-card__content {
  border: 1px solid var(--tmt-home-line);
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  padding: 1.35rem 1.2rem 1.4rem;
  height: 100%;
  border-radius: var(--tmt-home-radius);
}
body.tmt-route-home .tmt-home-how .step-card__content .line-shape {
  opacity: 0.35;
}
body.tmt-route-home .tmt-home-how .step-card__content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--tmt-home-ink);
}
body.tmt-route-home .tmt-home-how .step-card__content p {
  color: var(--tmt-home-muted);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}

/* —— India SEO presentation —— */
body.tmt-route-home .tmt-india-seo__card {
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05) !important;
  border-radius: var(--tmt-home-radius) !important;
}
body.tmt-route-home .tmt-dest-chip {
  border-radius: 8px !important;
  font-weight: 600;
}
body.tmt-route-home .tmt-why-item {
  border-radius: var(--tmt-home-radius-sm) !important;
}
body.tmt-route-home .tmt-why-item__icon {
  background: #0f2744 !important;
  border-radius: 10px !important;
}

/* —— Testimonials: quieter cards on home —— */
body.tmt-route-home .testimonial-section {
  padding-top: var(--tmt-home-space-xl) !important;
  padding-bottom: var(--tmt-home-space-xl) !important;
}
body.tmt-route-home .testimonial-section .testimonial-card {
  border-radius: var(--tmt-home-radius);
  box-shadow: 0 6px 20px rgba(8, 15, 30, 0.12);
  min-height: 14rem;
}

/* —— Generic pt-100 rhythm on leftover CMS sections —— */
body.tmt-route-home section.pt-100 {
  padding-top: var(--tmt-home-space-xl) !important;
  padding-bottom: var(--tmt-home-space-xl) !important;
}

/* —— Container / grid alignment —— */
@media (min-width: 1400px) {
  /* Content sections only — do NOT squeeze the header (Query/Login wrap). */
  body.tmt-route-home main .container,
  body.tmt-route-home .tmt-mobile-main .container,
  body.tmt-route-home section.tmt-premium-section .container,
  body.tmt-route-home section.tmt-home-about .container,
  body.tmt-route-home section.tmt-home-how .container,
  body.tmt-route-home section.tmt-home-recommended .container,
  body.tmt-route-home section.tmt-home-seminars .container,
  body.tmt-route-home section.tmt-popular-destinations .container,
  body.tmt-route-home section.tmt-home-group-booking .container,
  body.tmt-route-home section.hero .container {
    max-width: 1140px;
  }
}

/* Desktop header actions: keep Query + Login on one row */
@media (min-width: 1200px) {
  body.tmt-route-home .tmt-site-header .container {
    max-width: var(--tmt-container-max, 1240px);
  }

  body.tmt-route-home .tmt-nav-right,
  .tmt-site-header .nav-right.tmt-nav-right {
    flex-wrap: nowrap !important;
    flex-shrink: 0;
    padding-left: 1rem;
    gap: 0.5rem;
    align-items: center;
  }

  body.tmt-route-home .tmt-nav-right .btn,
  .tmt-site-header .tmt-nav-right .btn {
    white-space: nowrap;
    flex-shrink: 0;
  }

  body.tmt-route-home .tmt-main-menu--compact {
    flex-shrink: 1;
    min-width: 0;
  }
}

/* —— Logo: larger + soft presence (no white box) —— */
body.tmt-route-home .tmt-site-header:not(.menu-fixed) .tmt-site-logo-img {
  max-height: 76px !important;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.45)) drop-shadow(0 1px 2px rgba(255, 255, 255, 0.35)) !important;
}
body.tmt-route-home .tmt-site-header.menu-fixed .tmt-site-logo-img {
  max-height: 70px !important;
  filter: drop-shadow(0 2px 6px rgba(15, 23, 42, 0.12)) !important;
}
@media (max-width: 575.98px) {
  body.tmt-route-home .tmt-site-header .tmt-site-logo-img {
    max-height: 52px !important;
  }
}

/* —— Footer polish + bottom-nav clearance —— */
body.tmt-route-home .tmt-site-footer {
  padding-top: 2.5rem;
}
body.tmt-route-home .tmt-premium-footer .tmt-footer-links li a {
  font-size: 0.88rem;
  line-height: 1.55;
}
body.tmt-route-home .tmt-megafoot-bottom {
  padding-bottom: 1.25rem;
}
body.tmt-route-home .tmt-megafoot-bottom__links {
  gap: 0.35rem 0.9rem;
}
body.tmt-route-home .tmt-megafoot-bottom__links a {
  font-size: 0.82rem;
}

@media (max-width: 991.98px) {
  body.tmt-route-home .tmt-site-footer,
  body.tmt-route-home .tmt-premium-footer {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.tmt-route-home .tmt-home-seminars__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
  }

  body.tmt-route-home .tmt-home-about .about-thumb {
    max-height: 280px;
    margin-bottom: 0.5rem;
  }

  body.tmt-route-home .tmt-home-group-booking .tmt-gb-home-actions .btn--base {
    width: 100%;
    min-width: 0;
  }

  body.tmt-route-home .tmt-carousel {
    padding: 0 2.25rem;
  }
}

@media (max-width: 575.98px) {
  body.tmt-route-home .tmt-home-seminars__grid {
    grid-template-columns: 1fr !important;
  }

  body.tmt-route-home .tmt-hero-popular {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-inline: -0.25rem;
    padding-inline: 0.25rem;
  }
  body.tmt-route-home .tmt-hero-popular::-webkit-scrollbar {
    display: none;
  }

  body.tmt-route-home .tmt-premium-hero__title,
  body.tmt-route-home .hero__title.tmt-hero-headline {
    max-width: 100%;
    font-size: clamp(1.55rem, 7vw, 1.85rem) !important;
  }
}

/* Focus visibility for interactive home controls */
body.tmt-route-home .tmt-dest-card:focus-visible,
body.tmt-route-home .tmt-home-seminar-card__link:focus-visible,
body.tmt-route-home .tmt-gb-home-actions a:focus-visible,
body.tmt-route-home .tmt-gb-home-secondary a:focus-visible {
  outline: 2px solid #0f2744;
  outline-offset: 3px;
}
body.tmt-route-home .tmt-home-group-booking .tmt-gb-home-actions a:focus-visible,
body.tmt-route-home .tmt-home-group-booking .tmt-gb-home-secondary a:focus-visible {
  outline-color: #5eead4;
}
