/* Booking Terms & Conditions — page-scoped styles.
   Reuses .hsj-page-grid / .hsj-page-toc from tour.css (the site's real
   simple-page template) for the TOC+content layout. The page header is a
   solid dark-navy banner instead of the real template's plain white title —
   reusing the site's own "Start Your Himalayan Adventure" navy CTA-band
   convention (same #0C1E38 dark tone as the Mission block below) rather
   than a stock photo hero. */

.bt-page {
  --bt-accent: #3860f4;
  --bt-accent-dark: #2f52d8;
}

/* BANNER (page header — solid color, no photo) */
.bt-banner { background: #0C1E38; padding: 34px 24px 30px; }
.bt-banner-inner { max-width: 1080px; margin: 0 auto; }
.bt-banner .bt-crumbs { color: rgba(255,255,255,.4); margin-bottom: 14px; }
.bt-banner .bt-crumbs a { color: rgba(255,255,255,.55); }
.bt-banner .bt-crumbs a:hover { color: #fff; }
.bt-banner .bt-crumbs span:not(:last-child) { color: rgba(255,255,255,.25); }
.bt-banner-title { font-family: var(--font-playfair), serif; font-size: clamp(1.5rem, 3vw, 2.05rem); font-weight: 700; color: #fff; line-height: 1.15; margin: 0 0 10px; }
.bt-banner-intro { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.62); max-width: 640px; margin: 0 0 12px; }
.bt-banner-meta { font-size: 12px; color: rgba(255,255,255,.42); margin: 0; }
.bt-banner-meta a { color: #9BAFF9; font-weight: 500; }

/* BREADCRUMB (shared shape; color set per-context above/below) */
.bt-crumbs { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.bt-crumbs a { text-decoration: none; transition: color .15s; }

/* PAGE (TOC + content area, below the banner) */
.bt-page.hsj-page { padding: 32px 24px 64px; }
.bt-page .hsj-page-grid { gap: 40px; }

/* TOC active state — the real .hsj-page-toc has hover-only styling, no
   persistent "currently viewing" state; this page's scroll-spy needs one. */
.bt-page .hsj-page-toc a.active { color: var(--bt-accent); font-weight: 600; }
.bt-page .hsj-page-toc a.active::before { color: var(--bt-accent); }

.bt-toc-divider { height: 1px; background: #e8ecf0; margin: 12px 0 10px; }
.bt-toc-contact { background: #f7f8fa; border-radius: 10px; padding: 12px 14px; }
.bt-toc-contact p { font-size: 11.5px; color: #6b7785; line-height: 1.55; margin: 0 0 8px; }
.bt-toc-contact a { display: inline-block; background: #1a4b89; color: #fff; border-radius: 5px; padding: 6px 13px; font-size: 12px; font-weight: 600; text-decoration: none; }
/* Cancel the shared .hsj-page-toc a::before section-counter — it isn't
   scoped to the <ol> and would otherwise number this button too */
.bt-toc-contact a::before { content: none; }

/* CONTENT */
.bt-content { min-width: 0; }
.bt-section { padding: 26px 0; border-bottom: 1px solid #e8ecf0; scroll-margin-top: 100px; }
.bt-section:first-child { padding-top: 0; }
.bt-section:last-child { border-bottom: none; padding-bottom: 0; }

.bt-sec-hd { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 12px; }
.bt-num { width: 28px; height: 28px; border-radius: 50%; background: #f7f8fa; border: 1.5px solid #e8ecf0; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: var(--bt-accent); font-family: 'Courier New', monospace; flex-shrink: 0; margin-top: 2px; }
.bt-sec-title { font-family: var(--font-playfair), serif; font-size: 19px; font-weight: 700; color: #1c1c1c; line-height: 1.3; }

.bt-body { font-size: 15px; line-height: 1.68; color: #33404d; }
.bt-body p { margin: 0 0 12px; }
.bt-body p:last-child { margin-bottom: 0; }
.bt-body strong { font-weight: 600; color: #1c1c1c; }
.bt-body a { color: #1a4b89; font-weight: 500; }
.bt-body ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 10px 0 12px; padding: 0; }
.bt-body ul li { display: flex; gap: 10px; align-items: flex-start; }
.bt-body ul li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--bt-accent); flex-shrink: 0; margin-top: 8px; }

/* CALLOUTS (inline HTML inside section bodies) — icon-badge card, matching
   the .bt-security treatment already used on this page, instead of the
   colored-left-border-strip pattern */
.cp-callout { position: relative; background: #f7f8fa; border: 1.5px solid #e8ecf0; border-radius: 10px; padding: 12px 16px 12px 48px; margin: 12px 0; font-size: 13.5px; line-height: 1.6; color: #4b5563; }
.cp-callout::before {
  content: 'i';
  position: absolute; left: 14px; top: 12px;
  width: 21px; height: 21px; border-radius: 50%;
  background: rgba(56,96,244,.12); color: var(--bt-accent);
  font-family: Georgia, serif; font-style: italic; font-weight: 700; font-size: 12.5px;
  display: flex; align-items: center; justify-content: center;
}
.cp-callout strong { color: #1c1c1c; font-weight: 600; }
.cp-callout-lbl { font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--bt-accent); margin-bottom: 3px; display: block; }

.cp-callout.navy { background: rgba(26,75,137,.05); border-color: rgba(26,75,137,.15); }
.cp-callout.navy::before { content: '\2713'; background: rgba(26,75,137,.1); color: #1a4b89; font-family: inherit; font-style: normal; }
.cp-callout.navy .cp-callout-lbl { color: #1a4b89; }

.cp-callout.red { background: rgba(200,60,60,.04); border-color: rgba(200,60,60,.15); }
.cp-callout.red::before { content: '!'; background: rgba(200,60,60,.12); color: #C83C3C; font-family: inherit; font-style: normal; }
.cp-callout.red .cp-callout-lbl { color: #C83C3C; }

/* BANK CARD */
.bt-bank-wrap { margin-top: 2px; }
.bt-bank { border: 1.5px solid #e8ecf0; border-radius: 10px; overflow: hidden; margin: 12px 0; }
.bt-bank-hd { background: #1a4b89; color: #fff; padding: 10px 16px; font-size: 10.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.bt-bank-body { padding: 15px 16px; display: flex; flex-direction: column; gap: 8px; }
.bt-bank-row { display: flex; gap: 16px; }
.bt-bank-key { font-size: 10.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #9aa7b4; min-width: 140px; flex-shrink: 0; }
.bt-bank-val { font-size: 13.5px; color: #1c1c1c; }

/* SECURITY NOTICE */
.bt-security { background: rgba(200,60,60,.04); border: 1.5px solid rgba(200,60,60,.15); border-radius: 10px; padding: 13px 16px; display: flex; gap: 12px; align-items: flex-start; }
.bt-security-icon { width: 28px; height: 28px; border-radius: 50%; background: rgba(200,60,60,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 13px; }
.bt-security-body { flex: 1; }
.bt-security-title { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: #C83C3C; margin-bottom: 4px; }
.bt-security-text { font-size: 13px; line-height: 1.6; color: #555; }
.bt-security-text strong { font-weight: 600; color: #1c1c1c; }

/* CANCELLATION TABLE (raw HTML inside section s5b's body) */
.cp-table { width: 100%; border-radius: 8px; overflow: hidden; margin: 12px 0; border: 1.5px solid #e8ecf0; border-collapse: separate; border-spacing: 0; }
.cp-table th { background: #1a4b89; color: rgba(255,255,255,.85); font-size: 10.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 10px 14px; text-align: left; }
.cp-table td { padding: 11px 14px; font-size: 13.5px; color: #444; border-bottom: 1px solid #e8ecf0; }
.cp-table tr:last-child td { border-bottom: none; }
.cp-table tr:nth-child(even) td { background: #f7f8fa; }
.cp-badge { display: inline-block; background: rgba(200,60,60,.1); color: #C83C3C; border-radius: 4px; padding: 2px 8px; font-size: 11px; font-weight: 600; }
.cp-badge.credit { background: rgba(26,75,137,.08); color: #1a4b89; }

/* PAYMENT METHOD GRID */
.cp-pay-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 12px 0; }
.cp-pay-method { border: 1.5px solid #e8ecf0; border-radius: 10px; padding: 13px 16px; }
.cp-pay-lbl { font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--bt-accent); margin-bottom: 6px; display: block; }
.cp-pay-method h4 { font-size: 13.5px; font-weight: 600; color: #1c1c1c; margin-bottom: 5px; }
.cp-pay-method p { font-size: 12.5px; color: #6b7785; line-height: 1.55; margin-bottom: 0; }
.cp-pay-method a { color: #1a4b89; font-weight: 500; }

/* MISSION BLOCK (section 14 — dark highlight card, kept as genuine content
   emphasis, simplified: no gradient wash, no decorative pseudo-element) */
.bt-mission { background: #0C1E38; border-radius: 12px; padding: 26px 28px; color: rgba(255,255,255,.85); }
.bt-mission .bt-num { background: rgba(155,175,249,.15); border-color: rgba(155,175,249,.25); color: #9BAFF9; }
.bt-mission .bt-sec-title { color: #fff; }
.bt-mission .bt-body { color: rgba(255,255,255,.62); }
.bt-mission .bt-body strong { color: #fff; }
.bt-mission-stat { display: flex; align-items: baseline; gap: 10px; margin-bottom: 12px; }
.bt-mission-pct { font-family: var(--font-playfair), serif; font-size: 40px; font-weight: 700; color: #9BAFF9; line-height: 1; }
.bt-mission-lbl { font-size: 11px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.4); }

@media (max-width: 768px) {
  .cp-pay-grid { grid-template-columns: 1fr; }
}
