/* ==========================================================================
   Destinations, helipads hub and cost calculator (loaded after page.css)
   ========================================================================== */

.ds-h2 { margin: 0 0 14px; font-size: clamp(1.3rem, 1.05rem + .8vw, 1.6rem); font-weight: 700; line-height: 1.25; }
.pg-btn--ghost { background: #fff; color: var(--pg-brand) !important; border-color: #b9c9de; }
.pg-btn--ghost:hover { border-color: var(--pg-brand); background: #f3f7fc; }

/* ---------- Destination page ---------- */
.ds-hero { display: grid; gap: 24px; align-items: center; margin: 0 0 30px; }
@media (min-width: 992px) { .ds-hero { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 40px; } }
.ds-eyebrow { margin: 0 0 8px; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--pg-book); }
.ds-hero h1 { margin: 0 0 10px; font-size: clamp(2rem, 1.3rem + 2.4vw, 3rem); font-weight: 700; line-height: 1.1; }
.ds-hero__media { margin: 0; border-radius: 18px; overflow: hidden; background: var(--pg-soft); aspect-ratio: 4 / 3; max-width: 100%; }
.ds-hero__media img { display: block; width: 100%; height: 100%; object-fit: cover; }

.ds-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 18px 0 20px; background: var(--pg-line); border: 1px solid var(--pg-line); border-radius: 14px; overflow: hidden; }
.ds-facts > div { min-width: 0; padding: 12px 14px; background: #fff; }
.ds-facts > div:last-child:nth-child(odd) { grid-column: 1 / -1; }
.ds-facts dt { margin: 0 0 2px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--pg-muted); }
.ds-facts dd { margin: 0; font-weight: 700; color: var(--pg-ink); line-height: 1.35; overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.ds-facts dd span { display: block; font-weight: 600; font-size: .85rem; color: var(--pg-muted); }
.ds-cta { display: flex; flex-wrap: wrap; gap: 10px; }

.ds-gauge { margin: 0 0 34px; padding: 18px 20px 12px; background: var(--pg-soft); border: 1px solid var(--pg-line); border-radius: 16px; }
.ds-gauge__track { position: relative; height: 104px; margin: 0 4px; }
.ds-gauge__bar { position: absolute; left: 0; right: 0; top: 48px; height: 8px; border-radius: 8px; background: linear-gradient(90deg, #cfe3c8 0%, #e8dcc2 28%, #d6dde7 55%, #fff 100%); border: 1px solid #cdd7e3; }
.ds-mark { position: absolute; top: 0; bottom: 0; width: 0; }
.ds-mark::before { content: ""; position: absolute; left: -1px; top: 40px; width: 2px; height: 24px; background: var(--pg-muted); }
.ds-mark > span { position: absolute; left: 0; transform: translateX(-50%); white-space: nowrap; font-size: .76rem; line-height: 1.25; text-align: center; color: var(--pg-muted); font-variant-numeric: tabular-nums; }
.ds-mark > span b { display: block; font-size: .8rem; color: var(--pg-ink); }
.ds-mark--ref > span { top: 68px; }
.ds-mark--here::before { left: -2px; top: 34px; width: 4px; height: 36px; border-radius: 2px; background: var(--pg-book); }
.ds-mark--here > span { top: 0; }
.ds-mark--here > span b { color: var(--pg-book); }
.ds-mark--edge-l > span { transform: none; text-align: left; }
.ds-mark--edge-r > span { transform: translateX(-100%); text-align: right; }

.ds-section { margin: 0 0 34px; }
.ds-section__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 6px 16px; margin: 0 0 14px; }
.ds-section__head .ds-h2 { margin: 0; }
.ds-section__head a { font-weight: 800; color: var(--pg-brand); text-decoration: none; }
.ds-section__head a:hover { text-decoration: underline; }
.ds .nh-cards { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }

.ds-qa { display: grid; gap: 10px; }
.ds-qa > div { padding: 14px 16px; background: #fff; border: 1px solid var(--pg-line); border-radius: 12px; }
.ds-qa h3 { margin: 0 0 4px; font-size: 1rem; line-height: 1.4; }
.ds-qa p { margin: 0; color: var(--pg-text); line-height: 1.6; }

.ds-near { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.ds-near a { display: flex; flex-direction: column; gap: 2px; height: 100%; padding: 12px 14px; background: #fff; border: 1px solid var(--pg-line); border-radius: 12px; color: inherit; text-decoration: none; }
.ds-near a:hover { border-color: var(--pg-brand); }
.ds-near strong { font-family: var(--pg-head); color: var(--pg-ink); }
.ds-near span { font-size: .86rem; color: var(--pg-muted); font-variant-numeric: tabular-nums; }

/* ---------- Helipads & destinations hub ---------- */
.dh-stats { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; padding: 0; }
.dh-stats li { padding: 7px 12px; background: var(--pg-soft); border: 1px solid var(--pg-line); border-radius: 999px; font-size: .9rem; color: var(--pg-muted); }
.dh-stats b { color: var(--pg-ink); font-variant-numeric: tabular-nums; }

.dh-tools { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 16px; margin: 0 0 24px; padding: 12px; background: #fff; border: 1px solid var(--pg-line); border-radius: 14px; }
.dh-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.dh-chip { min-height: 38px; padding: 7px 14px; border: 1px solid #c5d0dc; border-radius: 999px; background: #fff; color: var(--pg-ink); font-weight: 700; font-size: .9rem; }
.dh-chip[aria-pressed="true"] { background: var(--pg-brand); border-color: var(--pg-brand); color: #fff; }
.dh-search { flex: 1 1 220px; max-width: 320px; min-height: 40px; padding: 8px 12px; border: 1px solid #c5d0dc; border-radius: 10px; font: inherit; }
.dh-chip:focus-visible, .dh-search:focus-visible, .dh-card:focus-visible { outline: 3px solid rgba(3, 72, 141, .45); outline-offset: 2px; }

.dh-region { margin: 0 0 34px; }
.dh-region h2 { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; margin: 0 0 14px; font-size: clamp(1.3rem, 1.05rem + .8vw, 1.6rem); font-weight: 700; }
.dh-region h2 span { font-family: var(--font-base, "Mulish", system-ui, sans-serif); font-size: .9rem; font-weight: 700; color: var(--pg-muted); }
.dh-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.dh-card { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--pg-line); border-radius: 14px; color: inherit; text-decoration: none; transition: border-color .15s ease, box-shadow .15s ease; }
@media (hover: hover) { .dh-card:hover { border-color: #b9c9de; box-shadow: 0 12px 26px rgba(3, 47, 99, .1); } }
.dh-card__media { position: relative; display: block; aspect-ratio: 4 / 3; background: linear-gradient(160deg, #dbe6f3, #f3f6fa); }
.dh-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.dh-card__alt { position: absolute; left: 10px; bottom: 10px; padding: 4px 9px; border-radius: 8px; background: rgba(2, 23, 48, .8); color: #fff; font-weight: 800; font-size: .82rem; font-variant-numeric: tabular-nums; }
.dh-card__body { display: flex; flex: 1; flex-direction: column; gap: 4px; padding: 12px 14px 14px; }
.dh-card__type { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--pg-muted); }
.dh-card__body strong { font-family: var(--pg-head); font-size: 1.08rem; line-height: 1.3; color: var(--pg-ink); }
.dh-card__flight { font-size: .9rem; color: var(--pg-text); }
.dh-card__price { margin-top: auto; padding-top: 8px; font-size: .88rem; font-weight: 700; color: var(--pg-book); }

.dh-chart { margin: 8px 0 34px; }
.dh-table-wrap { overflow-x: auto; background: #fff; border: 1px solid var(--pg-line); border-radius: 14px; }
.dh-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: .94rem; }
.dh-table th, .dh-table td { padding: 10px 14px; border-bottom: 1px solid var(--pg-line); text-align: left; vertical-align: middle; }
.dh-table thead th { background: var(--pg-soft); font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; color: var(--pg-muted); }
.dh-table tbody tr:last-child > * { border-bottom: 0; }
.dh-table tbody th { font-weight: 700; }
.dh-table a { color: var(--pg-ink); font-weight: 700; text-decoration: none; }
.dh-table a:hover { color: var(--pg-brand); text-decoration: underline; }
.dh-table small { color: var(--pg-muted); font-weight: 600; }
.dh-alt { min-width: 200px; }
.dh-alt__bar { display: block; height: 6px; margin: 0 0 5px; overflow: hidden; border-radius: 6px; background: var(--pg-soft); }
.dh-alt__bar i { display: block; width: var(--w); height: 100%; border-radius: 6px; background: linear-gradient(90deg, var(--pg-brand), var(--pg-book)); }
.dh-alt b { font-variant-numeric: tabular-nums; }
.dh-alt small { margin-left: 6px; }
.dh-num { white-space: nowrap; font-variant-numeric: tabular-nums; }

/* ---------- Cost calculator ---------- */
.cc-app { display: grid; gap: 18px; margin: 0 0 30px; }
@media (min-width: 992px) { .cc-app { grid-template-columns: minmax(0, 1fr) 390px; gap: 28px; align-items: start; } }
.cc-form { display: grid; gap: 22px; padding: 20px; background: #fff; border: 1px solid var(--pg-line); border-radius: 16px; }
.cc-field { display: grid; gap: 10px; min-width: 0; margin: 0; padding: 0; border: 0; }
.cc-field > label, .cc-label, .cc-field > legend { float: none; width: auto; margin: 0; padding: 0; font-family: var(--pg-head); font-weight: 700; font-size: 1rem; color: var(--pg-ink); }
.cc-select { width: 100%; min-height: 50px; padding: 8px 12px; border: 1px solid #c5d0dc; border-radius: 10px; background: #fff; font: inherit; font-weight: 700; color: var(--pg-ink); }
.cc-popular { display: flex; flex-wrap: wrap; gap: 6px; }
.cc-popular button { padding: 6px 12px; border: 1px solid var(--pg-line); border-radius: 999px; background: var(--pg-soft); font-size: .84rem; font-weight: 700; color: var(--pg-ink); }
.cc-popular button[aria-pressed="true"] { border-color: var(--pg-brand); background: #e7eef8; color: var(--pg-brand-deep); }

.cc-stepper { display: inline-flex; width: max-content; overflow: hidden; border: 1px solid #c5d0dc; border-radius: 12px; }
.cc-stepper button { width: 50px; border: 0; background: var(--pg-soft); font-size: 1.4rem; font-weight: 700; color: var(--pg-ink); }
.cc-stepper button:disabled { opacity: .4; }
.cc-stepper input { width: 66px; min-height: 50px; border: 0; border-left: 1px solid #c5d0dc; border-right: 1px solid #c5d0dc; text-align: center; font: inherit; font-size: 1.25rem; font-weight: 800; font-variant-numeric: tabular-nums; -moz-appearance: textfield; appearance: textfield; }
.cc-stepper input::-webkit-outer-spin-button, .cc-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.cc-types { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.cc-choice { display: flex; align-items: flex-start; gap: 10px; margin: 0; padding: 14px; border: 2px solid var(--pg-line); border-radius: 12px; cursor: pointer; }
.cc-choice input { margin-top: 4px; accent-color: var(--pg-brand); }
.cc-choice b { display: block; color: var(--pg-ink); }
.cc-choice small { display: block; font-size: .86rem; line-height: 1.4; color: var(--pg-muted); }
.cc-choice__price { display: block; margin-top: 6px; font-weight: 800; color: var(--pg-book); font-variant-numeric: tabular-nums; }
.cc-choice:has(input:checked) { border-color: var(--pg-brand); background: #f3f7fc; }
.cc-choice.is-off { opacity: .55; cursor: not-allowed; }
.cc-choice.is-off .cc-choice__price { color: var(--pg-muted); }

.cc-result { padding: 22px; border-radius: 16px; background: #022f63; color: #fff; }
@media (min-width: 992px) { .cc-result { position: sticky; top: 90px; } }
.cc-result__trip { margin: 0 0 12px; font-weight: 700; color: #bcd3ee; }
.cc-result__label { margin: 0; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #bcd3ee; }
.cc-total { margin: 2px 0; font-family: var(--pg-head); font-size: clamp(2.2rem, 1.6rem + 2vw, 2.9rem); font-weight: 700; line-height: 1.1; color: #fff; font-variant-numeric: tabular-nums; }
.cc-each { margin: 0 0 14px; color: #dbe7f5; }
.cc-lines { display: grid; gap: 6px; margin: 0 0 14px; padding: 12px 0 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .18); font-size: .94rem; color: #e6eef8; }
.cc-lines li { display: flex; justify-content: space-between; gap: 12px; }
.cc-lines b { white-space: nowrap; font-variant-numeric: tabular-nums; }
.cc-tip { margin: 0 0 16px; padding: 10px 12px; border-radius: 10px; background: rgba(255, 255, 255, .1); font-size: .92rem; line-height: 1.5; color: #fff; }
.cc-actions { display: grid; gap: 8px; }
.cc-result .pg-btn--whatsapp { background: transparent; border-color: rgba(255, 255, 255, .45); color: #fff !important; }
.cc-result .pg-btn--whatsapp:hover { background: rgba(255, 255, 255, .08); }
.cc-note { margin: 14px 0 0; font-size: .82rem; line-height: 1.5; color: #bcd3ee; }

.cc-prices { margin: 0 0 30px; }
.cc-prices summary { padding: 10px 0; cursor: pointer; font-family: var(--pg-head); font-size: 1.15rem; font-weight: 700; color: var(--pg-ink); }
.cc-faq { margin-top: 30px; }

/* ---------- Undo the site-wide content list, paragraph and heading styles inside these components ---------- */
.pg ul.dh-stats { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; line-height: inherit; }
.pg ul.ds-near { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; line-height: inherit; }
.pg ul.cc-lines { display: grid; gap: 6px; margin: 0 0 14px; padding: 12px 0 0; list-style: none; line-height: 1.5; color: #e6eef8; }
.pg .dh-stats li, .pg .ds-near li, .pg .cc-lines li { margin: 0; }
.pg h2.ds-h2, .pg .dh-region h2 { margin: 0 0 14px; font-size: clamp(1.3rem, 1.05rem + .8vw, 1.6rem); }
.pg .ds-section__head h2.ds-h2 { margin: 0; }
.pg .ds-hero h1 { margin: 0 0 10px; font-size: clamp(2rem, 1.3rem + 2.4vw, 3rem); }
.pg .ds-qa h3 { margin: 0 0 4px; font-size: 1rem; }
.pg .ds-qa p, .pg .dh-card p { margin: 0; }
.pg .cc-result .cc-result__trip, .pg .cc-result .cc-result__label, .pg .cc-result .cc-note { color: #bcd3ee; }
.pg .cc-result .cc-total, .pg .cc-result .cc-tip { color: #fff; }
.pg .cc-result .cc-each { color: #dbe7f5; }

@media (prefers-reduced-motion: reduce) { .dh-card { transition: none; } }

/* Mobile fix (2026-09-15): 11.5px labels raised to 12px for phones. */
.ds-facts dt, .dh-card__type { font-size: .75rem; }
