/* ============================================================
 * PACKAGES HUB v2 — 2026-05-24
 * Premium showcase landing for /packages/.
 * Sections: hero, stats, card grid + lifestyle, compare matrix,
 *           build-your-own, what's included, how it works,
 *           AAT difference, final CTA.
 * Dark / gold theme. Cormorant headings, Manrope body.
 * ============================================================ */

:root {
    --pkgv2-bg:         #050505;
    --pkgv2-bg-2:       #0C0C0C;
    --pkgv2-bg-3:       #141414;
    --pkgv2-border:     rgba(212, 175, 55, 0.22);
    --pkgv2-border-soft:rgba(255, 255, 255, 0.06);
    --pkgv2-gold:       #D4AF37;
    --pkgv2-gold-soft:  #E5C866;
    --pkgv2-gold-glow:  rgba(212, 175, 55, 0.18);
    --pkgv2-text:       #F5F5F5;
    --pkgv2-text-mut:   #A8A8A8;
}

.pkgv2-shell { background: var(--pkgv2-bg); color: var(--pkgv2-text); }
.pkgv2-tight-kicker { margin-bottom: 10px; }
.pkgv2-section-title-sm { font-size: clamp(24px, 2.8vw, 36px) !important; }
.pkgv2-btn-block { justify-content: center; width: 100%; }
.pkgv2-centred-head { text-align: center; }

/* Icon opacity unification — sitewide rule (feedback_lucide_icon_opacity)
   dims `svg.lucide` to 0.55 so Lucide weight matches the pack at rest.
   On this page we lock BOTH families to the same 0.55 level so the
   stats, what's-included, build-steps, matrix-inclusion, tick and
   chevron rows all read as one calibrated icon set.  Stars opt out —
   they're rating glyphs and need full saturation so on-state stars
   remain unmistakably gold (off-state stars are dimmed by their own
   .pkgv2-star (no .is-on) selector). */
.pkgv2-shell picture.aat-icon img,
.pkgv2-shell .aat-icon img,
.pkgv2-shell svg.lucide {
    opacity: 0.55;
}
/* Stars (matrix + testimonial) — full strength so they read as ratings. */
.pkgv2-shell .pkgv2-star svg,
.pkgv2-shell svg.lucide.lucide-star {
    opacity: 1 !important;
}
/* Per-icon opacity correction — the wifi pack source is rasterised
   brighter than its siblings, so even at the 0.55 unified opacity it
   reads more prominent in the What's Included row. Knock it down. */
.pkgv2-shell .aat-icon img[src*="/wifi-"] {
    opacity: 0.40;
    filter: brightness(0.9);
}
/* Buttons keep their icons at full strength too, so the primary CTAs
   don't look greyed-out. */
.pkgv2-shell .pkgv2-btn svg.lucide,
.pkgv2-shell .pkgv2-btn picture.aat-icon img {
    opacity: 1;
}

/* ============================================================
 * 1. HERO — full-bleed under the nav, full natural luminance.
 *    Image renders at native aspect ratio so the entire scene
 *    (skyline + car) is visible — no tint, no scrim, no
 *    brightness filter (per Persona §6 No-Hero-Tint rule).
 *    Page-scoped CSS in packages/index.php hides the 145px
 *    nav-gutter + ambient-light glow.
 * ============================================================ */
.pkgv2-hero {
    position: relative;
    margin-top: -145px;
    /* Tighter aspect than the source (1672×941 → 1.78) so the wet-road
       portion below the car is cropped — hero ends at the natural line
       where the stats bar begins, no overlap. */
    aspect-ratio: 1672 / 820;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    isolation: isolate;
    background: #000;
}
.pkgv2-hero-bg {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    display: block;
    z-index: 0;
}
.pkgv2-hero-bg img {
    width: 100%; height: 100%;
    object-fit: cover;
    /* Anchor to centre-top so the skyline + car stay in frame when the
       bottom (wet-road) area is cropped by the tighter aspect ratio. */
    object-position: center top;
    display: block;
}
.pkgv2-hero-inner {
    /* Left-aligned content block — sits in the dark-left half of the
       hero image; the car + Big Ben + Westminster occupy the right. */
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 145px 24px 0;
    position: relative;
    z-index: 1;
    text-align: left;
}
.pkgv2-hero-inner > * {
    max-width: 620px;
}
.pkgv2-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--pkgv2-gold);
    font-size: 11px;
    letter-spacing: 0.32em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 28px;
    width: auto;
    max-width: none;
}
.pkgv2-hero-kicker::before,
.pkgv2-hero-kicker::after {
    content: "\2726";
    color: var(--pkgv2-gold);
    font-size: 10px;
    opacity: 0.85;
}
.pkgv2-hero-title {
    font-family: var(--font-heading, 'Cormorant Garamond', serif);
    font-weight: 500;
    font-size: clamp(44px, 6.4vw, 84px);
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 0 0 22px;
    /* Stacked text-shadow gives each glyph its own dark halo — keeps the
       image at full natural luminance (per Persona §6 No-Hero-Tint)
       while making white type readable over bright water reflections. */
    text-shadow:
        0 2px 4px rgba(0,0,0,0.95),
        0 4px 14px rgba(0,0,0,0.85),
        0 8px 32px rgba(0,0,0,0.7),
        0 0 50px rgba(0,0,0,0.55);
}
.pkgv2-hero-title em {
    display: block;
    font-style: normal;
    /* Sitewide solid gold (#D4AF37). */
    color: var(--pkgv2-gold);
    /* Descender breathing room — 'g' / 'p' must clear the line box. */
    padding-bottom: 0.12em;
    line-height: 1.18;
    text-shadow:
        0 2px 4px rgba(0,0,0,0.95),
        0 4px 14px rgba(0,0,0,0.9),
        0 0 32px rgba(0,0,0,0.6);
}
.pkgv2-hero-lede {
    color: #F5F5F5;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    max-width: 540px;
    margin: 0 0 40px;
    text-shadow:
        0 1px 2px rgba(0,0,0,0.95),
        0 2px 8px rgba(0,0,0,0.9),
        0 0 24px rgba(0,0,0,0.65);
}
.pkgv2-hero-kicker {
    text-shadow: 0 1px 4px rgba(0,0,0,0.9), 0 0 14px rgba(0,0,0,0.6);
}
.pkgv2-hero-ctas {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    flex-wrap: wrap;
}
.pkgv2-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.25s ease;
    cursor: pointer;
}
.pkgv2-btn svg { width: 14px; height: 14px; }
.pkgv2-btn-primary {
    background: linear-gradient(135deg, #D4AF37 0%, #B8902A 100%);
    color: #0A0A0A;
    border: 1px solid #D4AF37;
}
.pkgv2-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 30px rgba(212,175,55,0.35);
}
.pkgv2-btn-ghost {
    background: rgba(255,255,255,0.04);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.30);
    backdrop-filter: blur(6px);
}
.pkgv2-btn-ghost:hover {
    border-color: var(--pkgv2-gold);
    color: var(--pkgv2-gold);
}

/* ============================================================
 * 2. STATS BAR — dark, sits ON the hero/page border (overlapping
 *    the hero base by ~half its height, so the bar visually
 *    bridges the hero image and the dark page below).
 * ============================================================ */
.pkgv2-stats {
    background: var(--pkgv2-bg-2);
    color: var(--pkgv2-text);
    padding: 26px 0;
    border-top: 1px solid var(--pkgv2-border);
    border-bottom: 1px solid var(--pkgv2-border-soft);
    /* Stats bar sits half-on/half-off the hero — overlaps the hero base
       by approximately half its own height. */
    margin-top: -60px;
    position: relative;
    z-index: 3;
    /* Inset shadow so the bar reads as a discrete card pinned to the boundary. */
    box-shadow: 0 -1px 0 rgba(212, 175, 55, 0.18), 0 22px 50px rgba(0,0,0,0.45);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    border-left: 1px solid var(--pkgv2-border-soft);
    border-right: 1px solid var(--pkgv2-border-soft);
}
.pkgv2-stats-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}
.pkgv2-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 18px;
    border-right: 1px solid var(--pkgv2-border-soft);
}
/* Last *visible* stat on desktop/tablet — :last-child now points at a hidden
   marquee clone, so the trailing divider is removed via this explicit marker. */
.pkgv2-stat--last { border-right: none; }
/* Marquee clones are mobile-only — see the ≤700px block. */
.pkgv2-stat--clone { display: none; }
.pkgv2-stat-icon {
    flex: 0 0 40px;
    width: 40px; height: 40px;
    border-radius: 50%;
    border: 1.5px solid var(--pkgv2-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pkgv2-gold);
    background: rgba(212, 175, 55, 0.06);
}
.pkgv2-stat-icon svg { width: 18px; height: 18px; }
.pkgv2-stat-title {
    font-size: 13px;
    font-weight: 700;
    color: #F5F5F5;
    line-height: 1.2;
    margin-bottom: 2px;
}
.pkgv2-stat-sub {
    font-size: 11.5px;
    color: var(--pkgv2-text-mut);
    line-height: 1.45;
}

/* ============================================================
 * 3. CURATED SECTION HEADER
 * ============================================================ */
.pkgv2-section-head {
    text-align: center;
    padding: 80px 24px 40px;
}
.pkgv2-section-kicker {
    display: inline-block;
    color: var(--pkgv2-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.pkgv2-section-title {
    font-family: var(--font-heading, 'Cormorant Garamond', serif);
    font-weight: 600;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px;
}
.pkgv2-section-lede {
    color: var(--pkgv2-text-mut);
    font-size: 15px;
    line-height: 1.65;
    max-width: 640px;
    margin: 0 auto;
}

/* ============================================================
 * 4. CARD GRID + LIFESTYLE PANEL
 * ============================================================ */
.pkgv2-grid-wrap {
    padding: 0 24px 80px;
}
.pkgv2-grid {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 22px;
    align-items: stretch;
}
.pkgv2-card {
    background: var(--pkgv2-bg-2);
    border: 1px solid var(--pkgv2-border-soft);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    color: inherit;
    text-decoration: none;
}
.pkgv2-card:hover {
    transform: translateY(-4px);
    border-color: var(--pkgv2-border);
    box-shadow: 0 22px 50px rgba(0,0,0,0.55), 0 0 0 1px var(--pkgv2-border);
}
.pkgv2-card-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.pkgv2-card-media img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.pkgv2-day-badge {
    position: absolute;
    top: 12px; left: 12px;
    background: rgba(10,10,10,0.85);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 7px 12px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(4px);
}
.pkgv2-popular-flag {
    position: absolute;
    top: 46px; left: 12px;
    background: linear-gradient(135deg, #D4AF37 0%, #B8902A 100%);
    color: #0A0A0A;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(212,175,55,0.35);
}
.pkgv2-card-body {
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.pkgv2-card-kicker {
    color: var(--pkgv2-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.pkgv2-card-title {
    font-family: var(--font-heading, 'Cormorant Garamond', serif);
    font-weight: 600;
    /* Scales so the full "N-Day London Chauffeur Tour" string fits on
       one line at every breakpoint. */
    font-size: clamp(18px, 1.6vw, 22px);
    line-height: 1.2;
    color: #fff;
    margin: 0 0 12px;
    white-space: nowrap;
    overflow: hidden;
}
.pkgv2-card-summary {
    color: var(--pkgv2-text-mut);
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0 0 18px;
}
.pkgv2-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.pkgv2-card-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #D8D8D8;
    font-size: 13px;
}
.pkgv2-tick {
    flex: 0 0 16px;
    color: var(--pkgv2-gold);
    display: inline-flex;
}
.pkgv2-tick svg { width: 14px; height: 14px; }
.pkgv2-card-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--pkgv2-border-soft);
    color: var(--pkgv2-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    transition: color 0.2s ease;
}
.pkgv2-card-cta:hover { color: var(--pkgv2-gold-soft); }
.pkgv2-card-cta svg { width: 14px; height: 14px; }

/* Lifestyle 4th panel — height matches the package cards via grid-auto-rows:1fr. */
.pkgv2-lifestyle {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    text-decoration: none;
    transition: transform 0.3s ease;
    height: 100%;
}
.pkgv2-lifestyle:hover { transform: translateY(-4px); }
.pkgv2-lifestyle-img {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
/* No tint on lifestyle image — image renders at full natural luminance.
   Text legibility is provided by per-element text-shadow only. */
.pkgv2-lifestyle-content {
    position: relative;
    z-index: 2;
    padding: 28px 26px 30px;
}
.pkgv2-lifestyle-quote {
    font-family: var(--font-heading, 'Cormorant Garamond', serif);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 16px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.85), 0 0 4px rgba(0,0,0,0.6);
}
.pkgv2-lifestyle-sub { text-shadow: 0 1px 6px rgba(0,0,0,0.85); }
.pkgv2-lifestyle-rule {
    width: 36px; height: 2px;
    background: var(--pkgv2-gold);
    margin-bottom: 12px;
}
.pkgv2-lifestyle-sub {
    color: var(--pkgv2-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

/* ============================================================
 * 5. COMPARE MATRIX
 * ============================================================ */
.pkgv2-compare-wrap {
    padding: 60px 24px 90px;
}
.pkgv2-compare-head {
    text-align: center;
    margin-bottom: 30px;
}
.pkgv2-compare {
    max-width: 1180px;
    margin: 0 auto;
    background: var(--pkgv2-bg-2);
    border: 1px solid var(--pkgv2-border);
    border-radius: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
}
.pkgv2-compare-table { min-width: 760px; }
.pkgv2-compare-popular-tag {
    position: absolute;
    top: -1px; left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #D4AF37 0%, #B8902A 100%);
    color: #0A0A0A;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 0 0 6px 6px;
    z-index: 2;
}
.pkgv2-compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--pkgv2-text);
    table-layout: fixed;
}
.pkgv2-compare-table th,
.pkgv2-compare-table td {
    padding: 22px 24px;
    border-bottom: 1px solid var(--pkgv2-border-soft);
    font-size: 13.5px;
    line-height: 1.6;
    vertical-align: middle;
    text-align: center;
}
.pkgv2-compare-table th { font-weight: 700; }
.pkgv2-compare-table th:first-child,
.pkgv2-compare-table td:first-child {
    text-align: left;
    color: var(--pkgv2-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    background: rgba(0,0,0,0.20);
    width: 17%;
    border-right: 1px solid var(--pkgv2-border-soft);
}
.pkgv2-compare-table thead th {
    font-size: 12.5px;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: #F5F5F5;
    padding-top: 48px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--pkgv2-border);
}
.pkgv2-compare-table thead th.is-popular {
    color: var(--pkgv2-gold);
}
/* Highlight the Most-Popular column subtly down the full table height. */
.pkgv2-compare-table thead th:nth-child(3),
.pkgv2-compare-table tbody td:nth-child(3) {
    background: rgba(212, 175, 55, 0.04);
}
.pkgv2-compare-table thead th:nth-child(3) { background: rgba(212, 175, 55, 0.08); }
.pkgv2-compare-table tbody tr:last-child td { border-bottom: none; }
.pkgv2-compare-table tbody td { vertical-align: top; padding-top: 22px; }

/* Mobile-only stacked compare cards (replaces the horizontal table at <700px). */
.pkgv2-compare-mobile { display: none; }
.pkgv2-compare-card {
    background: var(--pkgv2-bg-2);
    border: 1px solid var(--pkgv2-border-soft);
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 14px;
    position: relative;
}
.pkgv2-compare-card.is-popular {
    border-color: var(--pkgv2-border);
    box-shadow: 0 0 0 1px var(--pkgv2-border);
}
.pkgv2-compare-card-head {
    border-bottom: 1px solid var(--pkgv2-border-soft);
    padding-bottom: 14px;
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pkgv2-compare-card-flag {
    align-self: flex-start;
    background: linear-gradient(135deg, #D4AF37 0%, #B8902A 100%);
    color: #0A0A0A;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 3px;
}
.pkgv2-compare-card-title {
    font-family: var(--font-heading, 'Cormorant Garamond', serif);
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1.15;
}
.pkgv2-compare-card-list {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.pkgv2-compare-card-list dt {
    color: var(--pkgv2-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-top: 4px;
}
.pkgv2-compare-card-list dd {
    color: #E8E8E8;
    font-size: 13.5px;
    line-height: 1.5;
    margin: 0 0 6px;
}
.pkgv2-compare-card-incs {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pkgv2-compare-card-incs li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #D8D8D8;
    font-size: 12.5px;
    line-height: 1.4;
}
.pkgv2-compare-card-incs img,
.pkgv2-compare-card-incs svg { width: 16px !important; height: 16px !important; flex: 0 0 16px; }
.pkgv2-compare-inclusion {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
    text-align: left;
    color: #D8D8D8;
    font-size: 12.5px;
    line-height: 1.4;
}
.pkgv2-compare-inclusion img,
.pkgv2-compare-inclusion svg { width: 18px !important; height: 18px !important; flex: 0 0 18px; color: var(--pkgv2-gold); }
.pkgv2-compare-inclusion-list {
    display: inline-block;
    text-align: left;
    max-width: 260px;
}
/* Star rating — Lucide stars, filled gold via fill: currentColor.
   On-state: full gold opacity.  Off-state: same star shape dimmed (never blank). */
.pkgv2-stars {
    display: inline-flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
}
.pkgv2-star {
    display: inline-flex;
    align-items: center;
    color: var(--pkgv2-gold);
    opacity: 0.22;
}
.pkgv2-star.is-on { opacity: 1; }
.pkgv2-star svg { width: 16px; height: 16px; fill: currentColor; stroke: currentColor; stroke-width: 1; }
.pkgv2-traveller-label {
    display: block;
    color: #F0F0F0;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

/* ============================================================
 * 6. BUILD YOUR OWN PACKAGE
 * ============================================================ */
.pkgv2-build {
    display: grid;
    grid-template-columns: 38% 62%;
    background: var(--pkgv2-bg-2);
    min-height: 380px;
}
.pkgv2-build-image {
    background-size: cover;
    background-position: center;
    position: relative;
}
/* No tint on Build Your Own image — split layout means no text overlays. */
.pkgv2-build-body {
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pkgv2-build-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    /* Vertically centre the CTA column against the headline/steps stack. */
    align-items: center;
}
.pkgv2-build-copy h2 {
    font-family: var(--font-heading, 'Cormorant Garamond', serif);
    font-weight: 600;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.15;
    color: #fff;
    margin: 0 0 14px;
}
.pkgv2-build-copy p {
    color: var(--pkgv2-text-mut);
    font-size: 14px;
    line-height: 1.65;
    max-width: 520px;
    margin: 0 0 24px;
}
.pkgv2-build-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    max-width: 580px;
    margin-top: 4px;
}
.pkgv2-build-step {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pkgv2-build-step-icon {
    flex: 0 0 36px;
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--pkgv2-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pkgv2-gold);
}
.pkgv2-build-step-icon svg { width: 16px; height: 16px; }
.pkgv2-build-step-label {
    font-size: 11.5px;
    color: #E8E8E8;
    font-weight: 500;
    line-height: 1.35;
}
.pkgv2-build-cta-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    min-width: 240px;
    /* Pull the CTA stack inward from the section's right edge so it
       doesn't hug the border. */
    margin-right: 40px;
}
.pkgv2-build-or {
    text-align: center;
    color: var(--pkgv2-text-mut);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.pkgv2-build-phone-block { text-align: center; }
.pkgv2-build-phone-label {
    color: var(--pkgv2-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.pkgv2-build-phone {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
}
.pkgv2-build-phone:hover { color: var(--pkgv2-gold); }

/* ============================================================
 * 7. WHAT'S INCLUDED STRIP
 * ============================================================ */
.pkgv2-included {
    padding: 70px 24px 80px;
    background: var(--pkgv2-bg);
    border-top: 1px solid var(--pkgv2-border-soft);
}
.pkgv2-included-grid {
    max-width: 1200px;
    margin: 30px auto 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}
.pkgv2-included-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
}
.pkgv2-included-icon {
    flex: 0 0 36px;
    width: 36px; height: 36px;
    color: var(--pkgv2-gold);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pkgv2-included-icon svg { width: 26px; height: 26px; }
.pkgv2-included-title {
    color: #F5F5F5;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
}
.pkgv2-included-sub {
    color: var(--pkgv2-text-mut);
    font-size: 12px;
    line-height: 1.5;
}

/* ============================================================
 * 8. HOW IT WORKS
 * ============================================================ */
.pkgv2-howitworks {
    padding: 80px 24px 90px;
    background: var(--pkgv2-bg-2);
    text-align: center;
}
.pkgv2-howitworks-grid {
    max-width: 1180px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    align-items: start;
    gap: 0;
}
.pkgv2-step { text-align: center; padding: 0 14px; }
.pkgv2-step-num {
    width: 56px; height: 56px;
    border-radius: 50%;
    border: 1.5px solid var(--pkgv2-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pkgv2-gold);
    font-family: var(--font-heading, 'Cormorant Garamond', serif);
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto 16px;
}
.pkgv2-step-title { color: #fff; font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.pkgv2-step-body {
    color: var(--pkgv2-text-mut);
    font-size: 12.5px;
    line-height: 1.55;
    max-width: 220px;
    margin: 0 auto;
}
.pkgv2-step-arrow {
    color: var(--pkgv2-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 22px;
    opacity: 0.85;
}
.pkgv2-step-arrow svg { width: 24px; height: 24px; }

/* CTA strip at the bottom of the How-It-Works section
   (was previously a separate final CTA band — merged 2026-05-24). */
.pkgv2-howitworks-ctas {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 56px;
}

/* ============================================================
 * 9. AAT DIFFERENCE
 * ============================================================ */
.pkgv2-diff {
    display: grid;
    grid-template-columns: 36% 64%;
    background: var(--pkgv2-bg);
    align-items: stretch;
    min-height: 460px;
}
.pkgv2-diff-image {
    background-size: cover;
    background-position: center;
    position: relative;
}
/* No tint on AAT Difference image — split layout, no text overlays. */
.pkgv2-diff-body {
    padding: 70px 60px;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: center;
}
.pkgv2-diff-copy h2 {
    font-family: var(--font-heading, 'Cormorant Garamond', serif);
    font-weight: 600;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.15;
    color: #fff;
    margin: 0 0 16px;
}
.pkgv2-diff-copy p {
    color: var(--pkgv2-text-mut);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 24px;
    max-width: 520px;
}
.pkgv2-diff-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* align-items: start prevents short single-line items from stretching
       to match a wrapped 2-line sibling — otherwise the bullet next to a
       wrapped item gets visible empty space below it (the "gap" the
       owner flagged). */
    align-items: start;
    gap: 14px 28px;
}
.pkgv2-diff-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #E0E0E0;
    font-size: 13px;
    line-height: 1.5;
}
.pkgv2-diff-bullets svg {
    width: 14px; height: 14px;
    color: var(--pkgv2-gold);
    margin-top: 3px;
    flex: 0 0 14px;
}
.pkgv2-diff-quote {
    background: rgba(212,175,55,0.04);
    border: 1px solid var(--pkgv2-border);
    border-radius: 8px;
    padding: 26px 28px;
    color: #fff;
    position: relative;
}
.pkgv2-diff-quote::before {
    content: "\201C";
    position: absolute;
    top: 0; left: 14px;
    font-family: var(--font-heading, 'Cormorant Garamond', serif);
    font-size: 60px;
    color: var(--pkgv2-gold);
    line-height: 1;
}
.pkgv2-diff-quote-text {
    color: #F0F0F0;
    font-size: 14px;
    line-height: 1.65;
    margin: 16px 0 18px;
    font-style: italic;
}
.pkgv2-diff-quote-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.pkgv2-diff-quote-author { color: var(--pkgv2-gold); font-size: 12px; font-weight: 700; }
.pkgv2-diff-quote-loc { display: block; color: var(--pkgv2-text-mut); font-size: 11px; margin-top: 2px; }
.pkgv2-diff-quote-stars { display: inline-flex; gap: 2px; align-items: center; }
.pkgv2-diff-quote-stars .pkgv2-star svg { width: 14px; height: 14px; }
.pkgv2-diff-quote-source {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    color: var(--pkgv2-text-mut);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border-top: 1px solid var(--pkgv2-border-soft);
    padding-top: 12px;
    width: 100%;
    transition: color 0.2s ease;
}
.pkgv2-diff-quote-source:hover { color: var(--pkgv2-gold); }
.pkgv2-diff-quote-source svg { width: 12px; height: 12px; }

/* Section 10 (final CTA band) removed 2026-05-24 — its two buttons
   were merged into the How-It-Works section above. */

/* ============================================================
 * RESPONSIVE
 * ============================================================ */
@media (max-width: 1100px) {
    /* Lifestyle 4th panel is a desktop-only visual rhyme alongside the
       three package cards — at tablet / mobile the package cards drop
       to 1-2 columns and the lifestyle card becomes an awkward 4th
       item with no info. Hide it on smaller screens. */
    .pkgv2-grid { grid-template-columns: repeat(2, 1fr); }
    .pkgv2-lifestyle { display: none; }

    .pkgv2-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px 0; }
    .pkgv2-stat { border-right: none; border-bottom: 1px solid var(--pkgv2-border-soft); padding-bottom: 14px; }
    .pkgv2-stat:last-child { border-bottom: none; }
    .pkgv2-included-grid { grid-template-columns: repeat(3, 1fr); }
    .pkgv2-howitworks-grid { grid-template-columns: 1fr; gap: 30px; }
    .pkgv2-step-arrow { transform: rotate(90deg); padding-top: 0; }
    .pkgv2-build { grid-template-columns: 1fr; }
    .pkgv2-build-image { min-height: 240px; }
    .pkgv2-build-body { padding: 50px 30px; }
    .pkgv2-build-row { grid-template-columns: 1fr; gap: 28px; }
    .pkgv2-build-cta-col { margin-right: 0; }
    .pkgv2-diff { grid-template-columns: 1fr; }
    .pkgv2-diff-image { min-height: 240px; }
    .pkgv2-diff-body { grid-template-columns: 1fr; padding: 50px 30px; gap: 28px; }

    /* Visual scroll-hint on the compare matrix when it overflows. */
    .pkgv2-compare {
        background-image:
            linear-gradient(to right, var(--pkgv2-bg-2), transparent 8%, transparent 92%, var(--pkgv2-bg-2));
    }
}
@media (max-width: 700px) {
    /* Mobile hero — switches to the portrait source (853×1844).  We crop
       to a saner aspect so the hero doesn't eat the entire screen, and
       keep content left-aligned for consistency with desktop.  Content
       anchors to the TOP (not the centre) so the title never gets
       clipped above the visible viewport line. */
    .pkgv2-hero {
        aspect-ratio: 853 / 1200;
        min-height: 560px;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .pkgv2-hero-inner { padding: 128px 20px 32px; }
    .pkgv2-hero-inner > * { max-width: 100%; }
    .pkgv2-hero-title { font-size: clamp(34px, 10vw, 50px); margin: 0 0 14px; }
    .pkgv2-hero-kicker { margin-bottom: 14px; font-size: 10px; }
    .pkgv2-hero-lede { font-size: 14px; max-width: 100%; margin-bottom: 22px; }
    /* Hero CTAs on mobile — stack vertically, both visible. */
    .pkgv2-hero-ctas {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
    }
    .pkgv2-hero-ctas .pkgv2-btn {
        justify-content: center;
        padding: 13px 18px;
        font-size: 11px;
        letter-spacing: 0.2em;
        width: 100%;
    }

    .pkgv2-grid { grid-template-columns: 1fr; }

    /* Stats bar becomes a continuous auto-scrolling marquee on mobile.
       The clone set (rendered in packages/index.php) is shown so the two
       identical halves loop seamlessly via translateX(0 → -50%). */
    .pkgv2-stats { overflow: hidden; }
    .pkgv2-stats-grid {
        display: flex;
        width: max-content;
        max-width: none;
        padding: 0;
        gap: 0;
        animation: pkgv2-stats-marquee 26s linear infinite;
    }
    .pkgv2-stats-grid:active { animation-play-state: paused; }
    .pkgv2-stat,
    .pkgv2-stat--clone {
        display: flex;
        flex: 0 0 auto;
        border-right: 1px solid var(--pkgv2-border-soft);
        border-bottom: none;
        padding: 8px 22px;
    }
    .pkgv2-included-grid { grid-template-columns: repeat(2, 1fr); }
    .pkgv2-build-steps { grid-template-columns: repeat(2, 1fr); }
    .pkgv2-diff-bullets { grid-template-columns: 1fr; }
    .pkgv2-compare-table th,
    .pkgv2-compare-table td { padding: 12px 14px; font-size: 12px; }
    .pkgv2-compare-table th:first-child,
    .pkgv2-compare-table td:first-child { width: 110px; }

    /* Mobile: hide the horizontal-scroll matrix; show stacked cards. */
    .pkgv2-compare { display: none; }
    .pkgv2-compare-popular-tag { display: none; }
    .pkgv2-compare-mobile { display: block; }
}

/* Mobile stats marquee — track is two identical halves, so a -50% shift loops seamlessly. */
@keyframes pkgv2-stats-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .pkgv2-stats-grid { animation: none; }
}
