/* ============================================================
   AMANKORA VS SIX SENSES VS UMA — comparison page
   /bhutan-tour-packages/luxury-tours/luxury-hotels-compared.php
   Palette matches the rest of the site: navy #0e2d45, gold
   #ffc21a / var(--gold-text-safe), cream #f5f0e8.
   ============================================================ */

/* ── SMOOTH SCROLL FOR ON-PAGE ANCHORS (jump-nav + CTA button) ─ */
html { scroll-behavior: smooth; }

/* ── HERO ─────────────────────────────────────────────────── */
.lxc-hero { position: relative; height: 72vh; min-height: 460px; overflow: hidden; display: flex; align-items: flex-end; background: var(--navy); }
.lxc-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); }
.lxc-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,45,69,0.96) 0%, rgba(14,45,69,0.5) 45%, rgba(14,45,69,0.12) 100%); }
.lxc-hero__content { position: relative; z-index: 2; width: calc(100% - 2 * var(--section-gutter)); max-width: 1320px; margin: 0 auto; padding-bottom: 56px; }
.lxc-hero__eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.lxc-hero__eyebrow::before { content: ''; width: 30px; height: 1.5px; background: var(--gold); }
.lxc-hero__eyebrow span { font-family: var(--font-body); font-size: .68rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.62); }
.lxc-hero__title { font-family: var(--font-heading); font-size: clamp(1.8rem, 3.8vw, 3rem); font-weight: 700; color: #fff; line-height: 1.15; margin: 0 0 16px; letter-spacing: -.02em; }
.lxc-hero__title em { color: var(--gold); font-style: italic; }
.lxc-hero__meta { display: flex; flex-wrap: wrap; gap: 10px; }
.lxc-hero__pill { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,194,26,.12); border: 1px solid rgba(255,194,26,.28); color: var(--gold); font-family: var(--font-body); font-size: .68rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 7px 14px; border-radius: 40px; }

/* ── BREADCRUMB ───────────────────────────────────────────── */
.lxc-breadcrumb { background: #fff; border-bottom: 1px solid rgba(14,45,69,.08); padding: 14px 0; }
.lxc-breadcrumb__inner { max-width: 1320px; width: calc(100% - 2 * var(--section-gutter)); margin: 0 auto; font-family: var(--font-body); font-size: .82rem; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.lxc-breadcrumb__inner a { color: rgba(14,45,69,.55); text-decoration: none; }
.lxc-breadcrumb__inner a:hover { color: var(--gold-text-safe); }
.lxc-breadcrumb__sep { color: rgba(14,45,69,.3); }
.lxc-breadcrumb__current { color: var(--navy); font-weight: 600; }

/* ── JUMP NAV ─────────────────────────────────────────────── */
.lxc-toc { background: #f5f0e8; border-bottom: 1px solid rgba(14,45,69,.08); padding: 14px 0; }
.lxc-toc__inner { max-width: 1320px; width: calc(100% - 2 * var(--section-gutter)); margin: 0 auto; display: flex; gap: 8px; flex-wrap: wrap; overflow-x: auto; }
.lxc-toc__inner a { font-family: var(--font-body); font-size: .8rem; font-weight: 600; color: var(--navy); text-decoration: none; padding: 8px 16px; border-radius: 30px; background: #fff; border: 1px solid rgba(14,45,69,.08); white-space: nowrap; }
.lxc-toc__inner a:hover { background: rgba(255,194,26,.16); color: var(--gold-text-safe); }

/* ── SECTION WRAPPER ──────────────────────────────────────── */
.lxc-section { background: #fff; padding: 64px 0; scroll-margin-top: 0; }
.lxc-section--alt { background: #f5f0e8; }
.lxc-section__inner { max-width: 1320px; width: calc(100% - 2 * var(--section-gutter)); margin: 0 auto; }
.lxc-section__inner--prose { max-width: 780px; }
.lxc-label { font-family: var(--font-body); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-text-safe); display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.lxc-label::before { content: ''; width: 26px; height: 2px; background: var(--gold-text-safe); }
.lxc-heading { font-family: var(--font-heading); font-size: clamp(1.5rem, 2.8vw, 2.1rem); font-weight: 800; color: var(--navy); line-height: 1.18; letter-spacing: -.02em; margin: 0 0 18px; }
.lxc-heading em { font-style: italic; color: var(--gold-text-safe); }
.lxc-lead { font-family: var(--font-body); font-size: 1rem; line-height: 1.85; color: rgba(14,45,69,.75); margin: 0 0 18px; max-width: 760px; }
.lxc-updated { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-body); font-size: .72rem; font-weight: 700; color: rgba(14,45,69,.6); background: #f5f0e8; padding: 6px 14px; border-radius: 20px; margin-bottom: 18px; }
.lxc-section--alt .lxc-updated { background: #fff; }
.lxc-updated svg { width: 13px; height: 13px; stroke: var(--gold-text-safe); fill: none; stroke-width: 2.2; }

/* ── COMPARISON TABLE ─────────────────────────────────────── */
.lxc-table-wrap { overflow-x: auto; margin-top: 28px; border-radius: 10px; border: 1px solid rgba(14,45,69,.1); }
.lxc-table { width: 100%; border-collapse: collapse; min-width: 720px; font-family: var(--font-body); font-size: .87rem; }
.lxc-table th { text-align: left; padding: 14px 18px; background: var(--navy); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.lxc-table th:first-child { width: 160px; }
.lxc-table td { padding: 14px 18px; border-bottom: 1px solid rgba(14,45,69,.08); color: rgba(14,45,69,.8); vertical-align: top; }
.lxc-table tr:nth-child(even) td { background: #f5f0e8; }
.lxc-table td:first-child { font-weight: 700; color: var(--navy); }
.lxc-table__brand { font-weight: 800; color: var(--navy); }
.lxc-table__price { font-weight: 800; color: var(--gold-text-safe); }

/* ── PROPERTY DEEP-DIVE CARD ──────────────────────────────── */
.lxc-property { display: grid; grid-template-columns: 260px 1fr; gap: 32px; margin-top: 12px; align-items: start; }
.lxc-property__badge { background: var(--navy); border-radius: 12px; padding: 26px 22px; }
.lxc-property__badge-label { font-family: var(--font-body); font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 6px; }
.lxc-property__badge-value { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 800; color: var(--gold); margin: 0 0 18px; line-height: 1.1; }
.lxc-property__facts { display: flex; flex-direction: column; gap: 12px; }
.lxc-property__fact-label { font-family: var(--font-body); font-size: .64rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 2px; }
.lxc-property__fact-value { font-family: var(--font-body); font-size: .82rem; font-weight: 700; color: #fff; }
.lxc-property__body p { font-family: var(--font-body); font-size: .93rem; line-height: 1.8; color: rgba(14,45,69,.78); margin: 0 0 14px; }
.lxc-property__cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; font-family: var(--font-body); font-size: .8rem; font-weight: 700; color: var(--gold-text-safe); text-decoration: none; }
.lxc-property__cta:hover { text-decoration: underline; }

/* ── WHO SHOULD CHOOSE CALLOUTS ───────────────────────────── */
.lxc-callout { border-left: 3px solid var(--gold); background: #f5f0e8; border-radius: 8px; padding: 20px 24px; margin: 18px 0; }
.lxc-section--alt .lxc-callout { background: #fff; }
.lxc-callout__label { font-family: var(--font-heading); font-weight: 700; font-size: 1rem; color: var(--navy); margin-bottom: 8px; }
.lxc-callout p { font-family: var(--font-body); font-size: .93rem; line-height: 1.75; color: rgba(14,45,69,.8); margin: 0; }

/* ── CTA BAND ─────────────────────────────────────────────── */
.lxc-cta-band { background: var(--navy); border-radius: 14px; padding: 32px; margin-top: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.lxc-cta-band__text { font-family: var(--font-body); font-size: .92rem; color: rgba(255,255,255,.72); margin: 0; max-width: 480px; line-height: 1.6; }
.lxc-cta-band__btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 28px; background: var(--gold); color: var(--navy); font-family: var(--font-body); font-weight: 700; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; border-radius: var(--btn-radius, 6px); text-decoration: none; white-space: nowrap; }

/* ── FAQ ──────────────────────────────────────────────────── */
.lxc-faq { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.lxc-faq details { background: #fff; border: 1px solid rgba(14,45,69,.1); border-radius: 8px; padding: 4px 0; }
.lxc-section--alt .lxc-faq details { background: #fff; }
.lxc-faq summary { padding: 14px 18px; font-family: var(--font-heading); font-weight: 700; font-size: .92rem; color: var(--navy); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.lxc-faq summary::-webkit-details-marker { display: none; }
.lxc-faq summary::after { content: '+'; color: var(--gold-text-safe); font-size: 1.2rem; flex-shrink: 0; }
.lxc-faq details[open] summary::after { content: '−'; }
.lxc-faq__q { flex: 1; margin: 0; font: inherit; }
.lxc-faq__body { padding: 0 18px 16px; font-family: var(--font-body); font-size: .87rem; line-height: 1.7; color: rgba(14,45,69,.75); }
.lxc-faq__body a { color: var(--gold-text-safe); font-weight: 600; text-decoration: none; }

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 800px) {
  .lxc-property { grid-template-columns: 1fr; }
  .lxc-property__badge { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; }
  .lxc-property__facts { flex-direction: row; flex-wrap: wrap; gap: 16px 28px; }
}
@media (max-width: 640px) {
  .lxc-hero { height: 60vh; }
}
