/* Pricing Snapshot page — scoped with .ps- prefix. Luxury Executive design system.
   Uses px sizing on purpose: the site root font-size is reduced, so rem units render tiny. */

/* Dark hero band — backs the transparent overlay site header and clears its height. */
.ps-hero {
    background: #251f25;
    color: #f3ecdf;
    text-align: center;
    padding: 132px 20px 48px;
    font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
}
.ps-hero-inner { max-width: 800px; margin: 0 auto; }
.ps-hero-badge {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #d4b86a;
    border: 1px solid rgba(212, 184, 106, .45);
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 18px;
}
.ps-hero h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.12;
}
.ps-hero-sub {
    font-size: 17px;
    color: #d8d2c7;
    max-width: 720px;
    margin: 0 auto 12px;
    line-height: 1.6;
}
.ps-asof { font-size: 13px; color: #d4b86a; letter-spacing: .04em; margin: 0; }

.ps-wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 8px 20px 72px;
    font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #1a1a1a;
}
.ps-wrap * { box-sizing: border-box; }

.ps-toolbar {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 28px 0 18px;
}
.ps-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 26px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .02em;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: background .18s ease, transform .18s ease;
}
.ps-btn-pdf { background: #936807; color: #fff; }
.ps-btn-pdf:hover { background: #7d5806; transform: translateY(-1px); }
.ps-btn-book { background: #251f25; color: #fff; }
.ps-btn-book:hover { background: #100c10; transform: translateY(-1px); }

/* "General rates" notice */
.ps-notice {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    background: #fbf3e3;
    border: 1px solid #ecd9b0;
    border-radius: 8px;
    padding: 14px 18px;
    margin: 0 0 26px;
    font-size: 14.5px;
    line-height: 1.55;
    color: #5a4a28;
}
.ps-notice i { color: #936807; font-size: 18px; margin-top: 2px; flex-shrink: 0; }
.ps-notice strong { color: #251f25; }
.ps-notice a { color: #936807; font-weight: 600; white-space: nowrap; }

/* Pills */
.ps-pills { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 26px; }
.ps-pill {
    background: #faf9f7;
    border: 1px solid #d9cdb0;
    color: #251f25;
    padding: 11px 22px;
    border-radius: 999px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.ps-pill i { color: #936807; }
.ps-pill:hover { border-color: #936807; }
.ps-pill.is-active { background: #251f25; color: #fff; border-color: #251f25; }
.ps-pill.is-active i { color: #d4b86a; }

/* Panels — always visible (impress / SEO / GEO). Pills jump to each. */
.ps-panel { display: block; margin-top: 44px; scroll-margin-top: 90px; }
.ps-panel:first-of-type { margin-top: 18px; }
.ps-panel h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 26px;
    color: #251f25;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ps-panel h2 i { color: #936807; font-size: 21px; }
.ps-section-note { color: #777; font-size: 14px; margin: 0 0 10px; }

/* Discount legend */
.ps-disc-legend {
    background: #f0f6ef;
    border: 1px solid #cfe3cb;
    border-radius: 6px;
    color: #2f6a2a;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    margin: 0 0 18px;
    display: inline-block;
}
.ps-disc-legend .ps-star { color: #2f6a2a; }

/* Airport two-column directions */
.ps-air-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.ps-air-dir {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 19px;
    color: #251f25;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 9px;
}
.ps-air-dir i { color: #936807; font-size: 16px; }

/* Route CTA under each list */
.ps-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 10px 20px;
    border-radius: 999px;
    background: #936807;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s ease, transform .15s ease;
}
.ps-cta:hover { background: #7d5806; transform: translateY(-1px); color: #fff; }
.ps-cta i { font-size: 12px; }

/* Tables */
.ps-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.ps-table {
    width: 100%;
    border-collapse: collapse;
    background: #faf9f7;
    border: 1px solid #e8e4df;
    border-radius: 10px;
    overflow: hidden;
    font-size: 16px;
}
table.ps-table thead th {
    background: #251f25;
    color: #f3ecdf;
    text-align: left;
    font-weight: 600;
    letter-spacing: .03em;
    padding: 13px 16px;
    font-size: 13px;
    text-transform: uppercase;
}
table.ps-table thead th.ps-num { text-align: right; }
table.ps-table tbody td { padding: 11px 16px; border-top: 1px solid #ece8e2; vertical-align: middle; }
table.ps-table tbody tr:nth-child(even) td { background: #f5f3f0; }
table.ps-table tbody tr:hover td { background: #f1ead9; }
table.ps-table td.ps-num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
table.ps-table td.ps-price { font-weight: 700; color: #251f25; font-size: 17px; }
.ps-star { color: #2f6a2a; font-weight: 700; margin-left: 2px; }
.ps-veh { font-weight: 600; }
.ps-thumb {
    width: 62px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 12px;
    border: 1px solid #e3ddd2;
    background: #fff;
}
.ps-cap { color: #888; font-size: 14px; }

.ps-disclaimer {
    margin-top: 46px;
    background: #faf6ee;
    border: 1px solid #e8ddc5;
    border-left: 4px solid #936807;
    border-radius: 8px;
    padding: 20px 24px;
    font-size: 14px;
    line-height: 1.65;
    color: #5a513f;
}
.ps-disclaimer strong { color: #251f25; }
.ps-disclaimer ul { margin: 8px 0 0; padding-left: 20px; }
.ps-disclaimer li { margin-bottom: 5px; }
.ps-disclaimer a { color: #936807; font-weight: 600; }

@media (max-width: 860px) {
    .ps-air-pair { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 640px) {
    .ps-hero { padding: 104px 16px 36px; }
    .ps-hero h1 { font-size: 30px; }
    .ps-hero-sub { font-size: 15px; }
    .ps-wrap { padding: 4px 14px 56px; }
    .ps-panel h2 { font-size: 22px; }
    table.ps-table { font-size: 15px; }
    table.ps-table td.ps-price { font-size: 15px; }
    table.ps-table thead th, table.ps-table tbody td { padding: 10px 12px; }
    .ps-thumb { width: 52px; height: 34px; margin-right: 9px; }
    .ps-pill { padding: 10px 18px; font-size: 14px; }
}
