/* ============================================================
   luxury-compete.css — Competitive luxury structure polish
   Revert: TBF_COMPETITIVE_LAYOUT=false  (+ config:clear)

   Patterns from top competitors (Check2Fly / Business Flight Shop):
   · Top trust microbar
   · Clean USP strip under hero
   · Generous whitespace, light canvas rhythm
   · Dual CTAs (solid primary + outline phone)
   · Trust badge band before footer
   · Tighter forms, calmer cards
   ============================================================ */

body.theme-compete {
  --pad: clamp(3.5rem, 7vw, 6rem);
}

/* ---- Top trust microbar (replaces fare ticker when compete on) ---- */
.compete-trust-top {
  background: var(--navy-900, #5C1A1E);
  color: var(--mist, #F0D6D8);
  font-family: var(--data, "Space Grotesk", sans-serif);
  font-size: .78rem;
  letter-spacing: .02em;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.compete-trust-top__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .55rem 1.1rem;
  padding: .55rem 0;
}
.ctt-item {
  display: inline-flex;
  align-items: baseline;
  gap: .4rem;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.ctt-item strong { color: #fff; font-weight: 650; }
.ctt-item span:not(.ctt-stars) { opacity: .78; font-weight: 400; }
.ctt-stars { color: var(--gold-lt, #F28B8E); letter-spacing: 1px; font-size: .7rem; }
.ctt-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, .22);
  flex-shrink: 0;
}
.ctt-phone:hover strong { color: var(--gold-lt, #F28B8E); }
@media (max-width: 720px) {
  .ctt-sep--hide-sm { display: none; }
  .compete-trust-top__inner { gap: .45rem .85rem; justify-content: flex-start; }
  .ctt-item span:not(.ctt-stars) { display: none; }
}

/* Hide fare ticker when competitive layout uses trust top */
body.theme-compete .rail { display: none !important; }

/* ---- Header: calmer, more “agency luxury” ---- */
body.theme-compete .header {
  background: rgba(255, 255, 255, .94) !important;
  backdrop-filter: blur(18px) saturate(1.2);
}
body.theme-compete .nav { padding: .7rem 0; }
body.theme-compete .nav-cta {
  min-height: 46px;
  padding: .65rem 1.35rem;
  font-size: .95rem;
}

/* ---- Hero: less clutter, clearer CTA hierarchy ---- */
body.theme-compete .hero {
  padding-top: clamp(2.2rem, 4vw, 3.5rem);
}
body.theme-compete .hero-sub {
  max-width: 38ch;
  font-size: 1.08rem;
  color: var(--muted, #8A6A6D);
}
body.theme-compete .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
}
body.theme-compete .hero-assure {
  margin-top: 1.4rem;
  opacity: .9;
}
body.theme-compete .promo-card {
  border-radius: 20px;
  box-shadow: 0 24px 60px -28px rgba(42, 21, 23, .28);
}

/* ---- USP strip (Check2Fly pattern) ---- */
.compete-usp {
  background: var(--haze, #F8F1F1);
  border-block: 1px solid var(--line, rgba(42, 21, 23, .1));
  padding: 1.15rem 0;
  position: relative;
  z-index: 1; /* keep below open search traveller dropdown */
}
.compete-usp__row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.5rem;
}
.compete-usp__row li {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
}
.cu-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line, rgba(42, 21, 23, .1));
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: var(--sh-sm, 0 2px 10px -3px rgba(42, 21, 23, .1));
}
.cu-ico svg {
  width: 20px;
  height: 20px;
  color: var(--gold-deep, #C94A4E);
}
.compete-usp__row strong {
  display: block;
  font-size: .98rem;
  color: var(--ink, #2A1517);
  font-weight: 650;
  margin-bottom: .15rem;
}
.compete-usp__row p {
  margin: 0;
  font-size: .86rem;
  color: var(--muted, #8A6A6D);
  line-height: 1.4;
}
@media (max-width: 820px) {
  .compete-usp__row { grid-template-columns: 1fr; gap: .9rem; }
}

/* Hide duplicate thin trustbar when USP is present */
body.theme-compete .trustbar { display: none !important; }

/* ---- Section rhythm: more air, calmer heads ---- */
body.theme-compete .section-head {
  margin-bottom: clamp(2rem, 3.5vw, 2.8rem);
}
body.theme-compete .section-head p {
  max-width: 52ch;
}
body.theme-compete .stats-grid {
  gap: 1.5rem;
}
body.theme-compete .stat .num {
  font-size: clamp(1.85rem, 3vw, 2.4rem);
}

/* Destination / deal cards — outlined “Read more” feel */
body.theme-compete .pd-card,
body.theme-compete .deal-card,
body.theme-compete .blog-card {
  border-radius: 18px;
  border-color: var(--line, rgba(42, 21, 23, .1));
  box-shadow: 0 8px 28px -18px rgba(42, 21, 23, .18);
}
body.theme-compete .pd-foot .btn-line,
body.theme-compete .deal-foot .btn-line {
  border-width: 1.5px;
}

/* ---- Enquiry form: light, rounded, coral CTA (search-bar competitor feel) ---- */
body.theme-compete .enquiry-panel {
  border-radius: 22px;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px -28px rgba(42, 21, 23, .22);
}
body.theme-compete .enq-field {
  border-radius: 12px !important;
  background: #fff !important;
  border: 1.5px solid #E8DADA !important;
  min-height: 52px;
}
body.theme-compete .enq-submit {
  border-radius: 12px !important;
  min-height: 54px;
  width: 100%;
}
body.theme-compete .money-enq,
body.theme-compete .enquiry-section {
  border-radius: 18px !important;
}

/* ---- Final CTA band: dual CTAs like Business Flight Shop ---- */
body.theme-compete .cta-band {
  background: #fff !important;
  border: 1px solid var(--line) !important;
  border-radius: 24px !important;
  padding: clamp(2.4rem, 5vw, 3.6rem) !important;
  box-shadow: 0 18px 48px -24px rgba(42, 21, 23, .16);
}
body.theme-compete .cta-band h2 {
  max-width: 18ch;
}
body.theme-compete .cta-actions {
  gap: .85rem;
}
body.theme-compete .cta-actions .btn-lg {
  min-width: min(100%, 240px);
}
body.theme-compete .cta-actions .btn-line {
  background: #fff !important;
  border: 1.5px solid var(--ink) !important;
  color: var(--ink) !important;
}
body.theme-compete .cta-actions .btn-line:hover {
  border-color: var(--gold) !important;
  color: var(--gold-deep) !important;
  background: var(--gold-tint) !important;
}

/* ---- Trust badges band before footer ---- */
.compete-badges {
  background: #fff;
  border-top: 1px solid var(--line, rgba(42, 21, 23, .1));
  border-bottom: 1px solid var(--line, rgba(42, 21, 23, .1));
  padding: 1.35rem 0;
}
.compete-badges__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 2.5rem;
}
.compete-badges img {
  display: block;
  height: auto;
  max-height: 48px;
  width: auto;
  object-fit: contain;
  opacity: .92;
}
.cb-tp {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: .2rem;
  text-decoration: none;
  color: var(--ink);
  font-family: var(--data, "Space Grotesk", sans-serif);
  font-size: .85rem;
}
.cb-tp-stars { color: var(--gold, #EB6C6F); letter-spacing: 1px; font-size: .9rem; }
.cb-tp strong { font-weight: 700; }
.cb-pay img { max-height: 28px; opacity: .85; }

/* ---- Footer: cleaner columns ---- */
body.theme-compete .footer {
  padding-top: clamp(3rem, 6vw, 4.5rem);
}
body.theme-compete .footer-grid {
  gap: 2rem 2.2rem;
}
body.theme-compete .footer-bottom {
  margin-top: 2.5rem;
}

/* ---- Money pages: calmer side panel ---- */
body.theme-compete .multi-fare-section {
  border-radius: 18px !important;
  overflow: hidden;
  box-shadow: 0 14px 40px -24px rgba(42, 21, 23, .18);
}
body.theme-compete .money-faq {
  background: var(--haze, #F8F1F1) !important;
}

/* ---- Global: reduce competing dark slabs ---- */
body.theme-compete .tone-navy {
  background: var(--haze, #F8F1F1) !important;
}
