/* ============================================================
   authority-clean.css — Calm authority polish for 50+ travellers
   Loads last (after brand-logo / luxury-compete).

   Goals:
   · Clear destination photos (light left scrim, not colour wash)
   · Less pink/coral noise — restrained accents
   · Larger type, stronger contrast, easier nav
   · Faster paint (fewer blurs / filters)
   ============================================================ */

/* ---- Neutral canvas (less rose haze) ---- */
body.theme-compete.theme-logo,
body.theme-logo.theme-compete {
  --paper: #FAFAF8;
  --haze: #F3F2EF;
  --haze2: #EBE9E4;
  --sand: #E4E1DA;
  --muted: #5C656E;
  --ink-2: #3A4450;
  --gold-tint: #F7F4F0;
  --gold-glow: rgba(92, 26, 30, .14);
}

/* ---- Google 5★ badge (inline SVG, no widget) ---- */
.g-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  flex-wrap: wrap;
  text-decoration: none;
  color: inherit;
  font-family: var(--data, "Space Grotesk", system-ui, sans-serif);
  font-size: .82rem;
  line-height: 1.2;
  padding: .35rem .65rem;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
  transition: border-color .2s, box-shadow .2s;
}
.g-badge:hover {
  border-color: rgba(66, 133, 244, .35);
  box-shadow: 0 2px 8px rgba(66, 133, 244, .12);
}
.g-badge__mark {
  display: inline-flex;
  flex-shrink: 0;
}
.g-badge__stars {
  color: #F4B400;
  letter-spacing: 1px;
  font-size: .78rem;
  line-height: 1;
}
.g-badge__txt strong { font-weight: 700; color: #202124; }
.g-badge__count {
  color: #5f6368;
  font-size: .75rem;
  width: 100%;
  margin-left: 1.5rem;
}
.g-badge--compact {
  padding: .2rem .45rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: .78rem;
  gap: .3rem;
}
.g-badge--compact:hover { box-shadow: none; }
.compete-trust-top .g-badge--compact {
  color: #fff;
}
.compete-trust-top .g-badge--compact .g-badge__txt strong { color: #fff; }
.compete-trust-top .g-badge--compact .g-badge__stars { color: #F4B400; }
.tbf-trust .g-badge--compact {
  padding: 0;
  background: transparent;
  border: 0;
}
.compete-badges .g-badge {
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 7.5rem;
  padding: .55rem .75rem;
}
.compete-badges .g-badge__count {
  margin-left: 0;
  width: auto;
}

/* ---- Trust top: charcoal authority (not loud burgundy slab) ---- */
body.theme-compete .compete-trust-top {
  background: #1F2933 !important;
  color: #D9DEE3 !important;
  font-size: .84rem;
}
body.theme-compete .ctt-item strong { color: #fff; }
body.theme-compete .ctt-stars { color: #F4B400 !important; }

/* ---- Money / hub hero: clean photo, left readability only ---- */
.money-hero-bg img {
  filter: none !important;
  transform: none !important;
}
.money-hero-shade {
  background:
    linear-gradient(
      100deg,
      rgba(15, 23, 32, .72) 0%,
      rgba(15, 23, 32, .42) 38%,
      rgba(15, 23, 32, .12) 62%,
      rgba(15, 23, 32, 0) 100%
    ) !important;
}
.money-hero-copy h1 {
  text-shadow: 0 1px 14px rgba(0, 0, 0, .35);
  font-size: clamp(1.95rem, 3.4vw, 2.75rem) !important;
  max-width: 18ch !important;
}
.money-hero-lead {
  font-size: 1.12rem !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, .92) !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .28);
}
.money-hero-kicker {
  color: #F0E6C8 !important;
  font-size: .8rem !important;
  letter-spacing: .12em !important;
}
.money-hero-lead a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Soft form plate — readable, not neon */
.money-enq {
  border-color: rgba(31, 41, 51, .12) !important;
  box-shadow: 0 16px 40px rgba(15, 23, 32, .18) !important;
}

/* ---- Readability (50+) ---- */
body {
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.theme-compete .nav-links {
  gap: .15rem 1.15rem;
}
body.theme-compete .nav-links a,
body.theme-compete .nav a {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .01em;
}
body.theme-compete .nav-links > li > a {
  padding: .55rem .2rem;
}
body.theme-compete .btn-gold,
body.theme-compete .nav-cta,
body.theme-compete .money-enq-submit,
body.theme-compete .btn-primary {
  min-height: 48px;
  font-size: 1.02rem;
  letter-spacing: .01em;
}
body.theme-compete .hero-sub,
body.theme-compete .section-head p,
body.theme-compete .money-content,
body.theme-compete .info-text,
body.theme-compete .money-rich-content {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink-2, #3A4450);
}
body.theme-compete .money-rich-content p,
body.theme-compete .info-text p {
  margin-bottom: 1.1rem;
}
body.theme-compete h2,
body.theme-compete .money-content h2,
body.theme-compete .h4 {
  line-height: 1.25;
  letter-spacing: -0.01em;
}

/* ---- Less colour noise on sections ---- */
body.theme-compete.theme-logo .tone-navy,
body.theme-compete.theme-logo .enquiry,
body.theme-compete.theme-logo .cta-band,
body.theme-compete.theme-logo .money-faq,
body.theme-compete.theme-logo .compete-usp {
  background: #F3F2EF !important;
}
body.theme-compete.theme-logo .enquiry-bottom {
  background: #FAFAF8 !important;
  border-top: 1px solid rgba(31, 41, 51, .08);
}

/* Primary actions: solid burgundy (no loud coral gradient wash) */
body.theme-compete.theme-logo .btn-gold,
body.theme-compete.theme-logo .nav-cta,
body.theme-compete.theme-logo .money-enq-submit,
body.theme-compete.theme-logo .btn-primary,
body.theme-compete.theme-logo .btn-search,
body.theme-compete.theme-logo .tbf-exit-submit {
  background: #5C1A1E !important;
  background-image: none !important;
  color: #fff !important;
  border: none !important;
}
body.theme-compete.theme-logo .btn-gold:hover,
body.theme-compete.theme-logo .nav-cta:hover,
body.theme-compete.theme-logo .money-enq-submit:hover,
body.theme-compete.theme-logo .btn-primary:hover {
  background: #3F1013 !important;
  filter: none !important;
}

/* Accents: deep burgundy, not coral pink everywhere */
body.theme-compete.theme-logo .money-side-title,
body.theme-compete.theme-logo .class-fare h4,
body.theme-compete.theme-logo .money-route-fare strong {
  color: #5C1A1E !important;
}

/* ---- Homepage map: readable chips, labels, preview card ---- */
body.theme-compete .map-label,
body.theme-compete .hub-label {
  fill: #1F2933 !important;
  font-size: 11px !important;
  font-weight: 600;
}
body.theme-compete .map-chip {
  color: #1F2933 !important;
  background: #fff !important;
  border: 1.5px solid rgba(31, 41, 51, .22) !important;
  font-weight: 600;
  font-size: .9rem !important;
  padding: .5rem 1.05rem !important;
}
body.theme-compete .map-chip:hover {
  border-color: #5C1A1E !important;
  color: #5C1A1E !important;
}
body.theme-compete .map-chip.on {
  background: #5C1A1E !important;
  border-color: #5C1A1E !important;
  color: #fff !important;
}
body.theme-compete .map-card {
  background: #fff !important;
}
body.theme-compete .mc-body {
  margin-top: 0 !important;
  padding: 1.25rem 1.35rem 1.45rem !important;
  color: #1F2933 !important;
  background: #fff;
}
body.theme-compete .mc-body .eyebrow {
  color: #5C1A1E !important;
  font-weight: 700;
  letter-spacing: .12em;
}
body.theme-compete .mc-city {
  color: #1F2933 !important;
}
body.theme-compete .mc-desc {
  color: #3A4450 !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}
body.theme-compete .mc-feat {
  color: #3A4450 !important;
  background: #F3F2EF !important;
  border-color: rgba(31, 41, 51, .12) !important;
  font-size: .82rem !important;
}
body.theme-compete .mc-feat svg {
  color: #5C1A1E !important;
}
body.theme-compete .mc-cta.btn-line,
body.theme-compete .map-card .btn-line {
  border: 1.5px solid #5C1A1E !important;
  color: #5C1A1E !important;
  background: #fff !important;
  font-weight: 650;
}
body.theme-compete .mc-cta.btn-line:hover,
body.theme-compete .map-card .btn-line:hover {
  background: #5C1A1E !important;
  color: #fff !important;
}

/* Promo secondary CTA — readable on dark hero media */
body.theme-compete .promo-cta .btn-line,
.promo-cta .btn-line {
  border: 1.5px solid rgba(255, 255, 255, .85) !important;
  color: #fff !important;
  background: rgba(255, 255, 255, .14) !important;
  font-weight: 650;
  min-height: 46px;
}
body.theme-compete .promo-cta .btn-line:hover,
.promo-cta .btn-line:hover {
  background: #fff !important;
  color: #5C1A1E !important;
  border-color: #fff !important;
}
body.theme-compete .promo-class,
body.theme-compete .promo-table .old {
  color: #F0C9A0 !important;
  opacity: 1;
}
body.theme-compete .promo-trust .t {
  color: rgba(255, 255, 255, .92) !important;
  font-size: .85rem;
}
body.theme-compete .deal-body .desc,
body.theme-compete .pd-card p {
  color: #3A4450 !important;
  font-size: .95rem;
  line-height: 1.5;
}
/* Top-selling cards sit on dark photo overlays — keep copy light */
body.theme-compete .ts-card p,
body.theme-compete .ts-body p {
  color: rgba(255, 255, 255, .94) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .55);
}
body.theme-compete .ts-body h3,
body.theme-compete .ts-body h4,
body.theme-compete .ts-foot .from {
  color: #fff !important;
}
body.theme-compete .ts-ctas .btn-call {
  background: rgba(255, 255, 255, .16) !important;
  border: 1px solid rgba(255, 255, 255, .45) !important;
  color: #fff !important;
}
body.theme-compete .map-card .mc-ctas .btn-call,
body.theme-compete .mc-ctas .btn-call {
  background: #fff !important;
  border: 1.5px solid #5C1A1E !important;
  color: #5C1A1E !important;
}
body.theme-compete .map-card .mc-ctas .btn-call:hover,
body.theme-compete .mc-ctas .btn-call:hover {
  background: #5C1A1E !important;
  color: #fff !important;
}
body.theme-compete .mc-route-meta span {
  color: #5C1A1E !important;
  background: #FDF0F0 !important;
  border-color: rgba(92, 26, 30, .14) !important;
}

/* Center key content blocks */
body.theme-compete .tbf-qa .container,
body.theme-compete .tbf-related .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.theme-compete .tbf-qa-card {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 920px;
  text-align: left;
}
body.theme-compete .tbf-qa-label {
  color: #5C1A1E !important;
  font-size: .78rem !important;
  font-weight: 700;
}
body.theme-compete .tbf-qa-answer {
  color: #1F2933 !important;
  font-size: 1.08rem !important;
}
body.theme-compete .tbf-qa-facts li {
  color: #1F2933 !important;
  background: #F3F2EF !important;
  font-size: .95rem;
  font-weight: 500;
}
body.theme-compete .tbf-related-title {
  text-align: center;
  width: 100%;
  font-size: 1.45rem !important;
}
body.theme-compete .tbf-related-grid {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  gap: .85rem;
}
body.theme-compete .tbf-related-grid a {
  border: 1.5px solid rgba(31, 41, 51, .14) !important;
  box-shadow: 0 10px 28px -16px rgba(15, 23, 32, .28) !important;
  padding: 1rem 1.1rem !important;
  background: #fff !important;
}
body.theme-compete .tbf-related-grid a:hover {
  border-color: #5C1A1E !important;
  box-shadow: 0 14px 32px -14px rgba(92, 26, 30, .28) !important;
  transform: translateY(-2px);
}
body.theme-compete .tbf-related-name {
  color: #1F2933 !important;
  font-size: 1rem !important;
}
body.theme-compete .tbf-related-reason {
  color: #4A5560 !important;
  font-size: .88rem !important;
}

/* ---- Promo fare table (Departure / Airline / Our price) — keep visible ---- */
body.theme-compete .promo-table {
  display: block !important;
  margin-top: 1rem;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  overflow: hidden;
  backdrop-filter: none;
}
body.theme-compete .promo-table .trow {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: .35rem;
  align-items: center;
  padding: .55rem .85rem;
  font-size: .88rem;
  line-height: 1.35;
}
body.theme-compete .promo-table .th {
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .78);
  background: rgba(0, 0, 0, .22);
}
body.theme-compete .promo-table .apt {
  color: #fff;
  font-weight: 600;
}
body.theme-compete .promo-table .old {
  color: #FFB4A8;
  text-decoration: line-through;
}
body.theme-compete .promo-table .new {
  color: #F0E6C8;
  font-weight: 700;
}

/* ---- Performance: cut expensive filters ---- */
body.theme-compete .header {
  backdrop-filter: none !important;
  background: #fff !important;
  border-bottom: 1px solid rgba(31, 41, 51, .08);
}
body.theme-compete .mega,
body.theme-compete .drawer {
  backdrop-filter: none !important;
}
body.theme-compete .cta-band::before,
body.theme-compete .spec-photo::before,
body.theme-compete .e-glow {
  display: none !important;
}
body.theme-compete .partners-track img {
  filter: none !important;
}

/* Trust strip on money pages */
.tbf-trust {
  background: #fff;
  border-bottom: 1px solid rgba(31, 41, 51, .08);
}
.tbf-trust-row {
  font-size: .95rem;
  gap: .85rem 1.4rem;
}
.tbf-trust-k {
  color: #1F2933;
  font-weight: 600;
}
.tbf-trust-k em {
  font-style: normal;
  font-weight: 400;
  color: #5C656E;
  margin-left: .25rem;
}

@media (max-width: 720px) {
  body { font-size: 16.5px; }
  .money-hero {
    min-height: auto;
  }
  .money-hero-shade {
    background:
      linear-gradient(
        180deg,
        rgba(15, 23, 32, .55) 0%,
        rgba(15, 23, 32, .35) 45%,
        rgba(15, 23, 32, .55) 100%
      ) !important;
  }
  body.theme-compete .map-chips {
    justify-content: center;
  }
  body.theme-compete .map-chip {
    font-size: .85rem !important;
  }
  body.theme-compete .promo-cta {
    flex-direction: column;
  }
  body.theme-compete .promo-cta .btn {
    width: 100%;
    justify-content: center;
  }
  body.theme-compete .tbf-related-grid {
    grid-template-columns: 1fr;
  }
  body.theme-compete .deal-track,
  body.theme-compete .ts-track {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
