/*!
 * Beyond Trust Wellness — consolidated site stylesheet.
 * Single source of truth for design tokens, buttons, navbar, mega-menu,
 * and shared components. (Migrated out of inline <style> blocks.)
 */
        :root {
            /* ---- Brand (existing tokens preserved for backward compatibility) ---- */
            --primary-color: #5d2e8b;
            --accent-color: #ffc107;               /* was #ffc107 — identical, hex for consistency */
            --soft-nurture-pink: #f8f0df;
            --accent-pink: var(--accent-color);
            --classic-blue: var(--primary-color);
            --serenity-blue: #e8f3f0;
            --text-main: #2C3E50;
            --bg-light: #f4f6f9;                   /* page background (subtle tint so white sections stand out) */
            --section-light: transparent;          /* alternating sections show the silver body */

            /* ---- Design system foundation (new, opt-in) ---- */
            /* Brand ramp */
            --brand-700: #452069;                  /* hover / pressed */
            --brand-600: #5d2e8b;                  /* primary */
            --brand-500: #7a4ea8;
            --brand-100: #efe7f7;                  /* tints / surfaces */
            --gold-600: #b9851f;                   /* accessible gold text on white */
            --gold-500: #ffc107;                   /* accent fills */
            --gold-100: #fbf5e8;                   /* soft gold surface */

            /* Neutrals */
            --neutral-900: #1f2430;
            --neutral-700: #3f4656;
            --neutral-500: #6b7280;
            --neutral-300: #d4d8e0;
            --neutral-200: #e8e8ee;
            --neutral-100: #f5f6f8;
            --surface: #ffffff;

            /* Semantic state colors (WCAG-AA text on white) */
            --success: #1a7f4b;
            --warning: #b8770a;
            --danger:  #c02b2b;
            --info:    #1f6fb2;

            /* Spacing scale (4px base) */
            --space-1: .25rem; --space-2: .5rem;  --space-3: .75rem; --space-4: 1rem;
            --space-5: 1.5rem; --space-6: 2rem;   --space-8: 3rem;   --space-10: 4rem;

            /* Radius scale */
            --radius-sm: 8px; --radius-md: 12px; --radius-lg: 20px; --radius-pill: 999px;

            /* Elevation / shadow scale */
            --shadow-sm: 0 1px 3px rgba(31,36,48,.08);
            --shadow-md: 0 8px 24px rgba(31,36,48,.10);
            --shadow-lg: 0 22px 55px rgba(31,36,48,.16);

            /* Focus ring (accessibility) */
            --focus-ring: 0 0 0 3px rgba(93,46,139,.35);
        }

        /* Visible keyboard focus for interactive elements (WCAG 2.4.7) */
        a:focus-visible, button:focus-visible,
        .btn:focus-visible, .nav-link:focus-visible,
        input:focus-visible, textarea:focus-visible, select:focus-visible {
            outline: 2px solid var(--brand-600);
            outline-offset: 2px;
            box-shadow: var(--focus-ring);
        }

        /* Screen-reader-only helper for skip links / labels */
        .visually-hidden-focusable:not(:focus):not(:focus-within) {
            position: absolute !important; width: 1px; height: 1px;
            overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--bg-light);
            color: var(--text-main);
            overflow-x: hidden;
            line-height: 1.6;
        }

        /* ============================================================
           Unified site-wide accordion (.bt-accordion)
           Clean, minimal, light-grey bordered cards. Used by every FAQ.
           ============================================================ */
        .bt-accordion { --bt-acc-border: #e8e8ee; }
        .bt-accordion .accordion-item {
            background: #ffffff;
            border: 1px solid var(--bt-acc-border);
            border-radius: 14px !important;
            margin-bottom: 0.85rem;
            overflow: hidden;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }
        .bt-accordion .accordion-item:last-child { margin-bottom: 0; }
        .bt-accordion .accordion-header { margin: 0; }
        .bt-accordion .accordion-button {
            background: #ffffff;
            color: var(--classic-blue, #5d2e8b);
            font-weight: 600;
            font-size: 1rem;
            line-height: 1.45;
            padding: 1.1rem 1.35rem;
            box-shadow: none;
        }
        .bt-accordion .accordion-button:hover { background: #faf9fc; }
        .bt-accordion .accordion-button:not(.collapsed) {
            background: #ffffff;
            color: var(--classic-blue, #5d2e8b);
            box-shadow: none;
            border-bottom: 1px solid #f1f1f5;
        }
        .bt-accordion .accordion-button:focus {
            box-shadow: none;
            border-color: var(--bt-acc-border);
        }
        /* Brand-coloured chevron (replaces Bootstrap's default blue) */
        .bt-accordion .accordion-button::after {
            width: 1.05rem;
            height: 1.05rem;
            background-size: 1.05rem;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%235d2e8b' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
        }
        .bt-accordion .accordion-body {
            padding: 1.1rem 1.35rem 1.25rem;
            color: #6b7280;
            line-height: 1.75;
        }
        /* Highlight the open item with a soft brand border */
        .bt-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
            border-color: rgba(93, 46, 139, 0.30);
        }

        /* Bold, cinematic headings using Host Grotesk */
        h1, h2, h3, h4, h5, h6, .navbar-brand {
            font-family: 'Host Grotesk', sans-serif;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        /* Navbar Styling */
        .nav-link {
            color: var(--classic-blue) !important;
            transition: 0.3s;
        }

        .nav-link:hover, .nav-link.active {
            color: var(--accent-pink) !important;
        }

        .site-header-logo {
            display: block;
            width: 190px;
            max-width: 100%;
            height: 70px;
            object-fit: contain;
            object-position: left center;
        }

        /* Mega Menu */
        .navbar .container {
            position: relative;
        }

        .mega-menu-item {
            position: static;
        }

        .mega-menu {
            left: 50% !important;
            width: min(980px, calc(100vw - 32px));
            margin-top: 0;
            padding: 0;
            border: none;
            border-radius: 0 0 22px 22px;
            background: #ffffff;
            box-shadow: 0 22px 55px rgba(33, 37, 41, 0.16);
            overflow: hidden;
            transform: translateX(-50%);
        }

        .mega-menu[data-bs-popper] {
            top: 100%;
            left: 50% !important;
            transform: translateX(-50%) !important;
        }

        .mega-menu-content {
            padding: 28px;
        }

        .mega-menu-heading {
            color: var(--accent-color);
            font-family: 'Inter', sans-serif;
            font-size: 0.75rem;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .mega-link {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 10px;
            border-radius: 12px;
            color: #212529;
            text-decoration: none;
            transition: background-color 0.2s ease, transform 0.2s ease;
        }

        .mega-link:hover,
        .mega-link:focus-visible {
            background: #f8f9fa;
            color: var(--primary-color);
            transform: translateX(3px);
        }

        .mega-link-icon {
            width: 38px;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 38px;
            border-radius: 10px;
            background: #fbf5e8;
            color: var(--primary-color);
            font-size: 1rem;
        }

        .mega-link-title {
            display: block;
            color: var(--primary-color);
            font-weight: 700;
            line-height: 1.25;
        }

        .mega-link-copy {
            display: block;
            margin-top: 2px;
            color: #6c757d;
            font-size: 0.78rem;
            line-height: 1.35;
        }

        .mega-program-link {
            display: block;
            padding: 9px 10px;
            border-radius: 10px;
            color: #212529;
            font-size: 0.9rem;
            font-weight: 600;
            text-decoration: none;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .mega-program-link:hover,
        .mega-program-link:focus-visible {
            background: #fbf5e8;
            color: var(--primary-color);
        }

        .mega-support {
            height: 100%;
            padding: 28px;
            background: var(--primary-color);
            color: #ffffff;
        }

        .mega-support .btn {
            position: relative;
            overflow: hidden;
            border: none;
            font-weight: 700;
            color: #4c2472;
            background: linear-gradient(180deg, #ffd454 0%, var(--accent-color) 55%, #d39e00 100%);
            box-shadow: 0 8px 20px rgba(255,193,7,.30), inset 0 1px 0 rgba(255,255,255,.55);
            transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
        }

        .mega-support .btn:hover,
        .mega-support .btn:focus-visible {
            filter: brightness(1.03);
            transform: translateY(-2px);
            color: #4c2472;
            box-shadow: 0 12px 26px rgba(255,193,7,.42), inset 0 1px 0 rgba(255,255,255,.6);
        }

        /* Button System */
        .btn-primary-nurture {
            background: linear-gradient(180deg, #7a44b3 0%, var(--classic-blue) 55%, #4c2472 100%);
            color: white !important;
            border-radius: 10px;
            padding: 10px 25px;
            border: none;
            font-weight: 600;
            transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(93, 46, 139, 0.28), inset 0 1px 0 rgba(255,255,255,.35);
        }

        .btn-primary-nurture:hover {
            filter: brightness(1.04);
            box-shadow: 0 12px 26px rgba(93, 46, 139, 0.38), inset 0 1px 0 rgba(255,255,255,.4);
            transform: translateY(-2px);
        }

        /* ===== Reusable glossy button system (modern, brand-coloured) ===== */
        .btn-glossy-purple, .btn-glossy-gold, .btn-glossy-ghost {
            position: relative;
            overflow: hidden;
            border: none;
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, background-color .2s ease;
        }
        .btn-glossy-purple {
            color: #fff !important;
            background: linear-gradient(180deg, #7a44b3 0%, var(--classic-blue) 55%, #4c2472 100%);
            box-shadow: 0 8px 20px rgba(93,46,139,.30), inset 0 1px 0 rgba(255,255,255,.35);
        }
        .btn-glossy-gold {
            color: #4c2472 !important;
            background: linear-gradient(180deg, #f2ce7e 0%, var(--accent-color) 55%, #c79b3a 100%);
            box-shadow: 0 8px 20px rgba(220,174,72,.35), inset 0 1px 0 rgba(255,255,255,.55);
        }
        .btn-glossy-ghost {
            color: #fff !important;
            background: rgba(255,255,255,.10);
            border: 1px solid rgba(255,255,255,.55);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
        }
        /* Top sheen for the solid variants */
        .btn-glossy-purple::after, .btn-glossy-gold::after {
            content: "";
            position: absolute;
            inset: 0 0 50% 0;
            background: linear-gradient(180deg, rgba(255,255,255,.30), rgba(255,255,255,0));
            pointer-events: none;
        }
        .btn-glossy-purple:hover, .btn-glossy-gold:hover, .btn-glossy-ghost:hover {
            transform: translateY(-2px);
            filter: brightness(1.03);
        }
        .btn-glossy-purple:hover { box-shadow: 0 12px 26px rgba(93,46,139,.40), inset 0 1px 0 rgba(255,255,255,.4); }
        .btn-glossy-gold:hover   { box-shadow: 0 12px 26px rgba(220,174,72,.46), inset 0 1px 0 rgba(255,255,255,.6); }
        .btn-glossy-ghost:hover  { background: rgba(255,255,255,.18); }

        /* Site-wide consistency: legacy accent buttons (.btn-pink) adopt the
           same glossy gold treatment everywhere, overriding per-page variants. */
        body .btn-pink {
            background: linear-gradient(180deg, #ffd454 0%, var(--accent-color) 55%, #d39e00 100%) !important;
            color: #4c2472 !important;
            border: none !important;
            font-weight: 700 !important;
            box-shadow: 0 8px 20px rgba(255,193,7,.30), inset 0 1px 0 rgba(255,255,255,.5) !important;
            transition: transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
        }
        body .btn-pink:hover, body .btn-pink:focus-visible {
            filter: brightness(1.03);
            transform: translateY(-2px);
            color: #4c2472 !important;
            box-shadow: 0 12px 26px rgba(255,193,7,.42), inset 0 1px 0 rgba(255,255,255,.6) !important;
        }

        .btn-outline-pink {
            border: 2px solid var(--accent-pink);
            color: var(--accent-pink) !important;
            border-radius: 10px;
            padding: 10px 25px;
            background: transparent;
            font-weight: 600;
            transition: 0.3s;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .btn-outline-pink:hover {
            background-color: var(--accent-pink);
            color: white !important;
        }

        /* Responsive UI Components */
        @media (max-width: 991.98px) {
            .site-header-logo {
                width: 155px;
                height: 58px;
            }

            .navbar-collapse {
                background: white;
                padding: 1.5rem;
                border-radius: 15px;
                box-shadow: 0 10px 30px rgba(0,0,0,0.1);
                margin-top: 10px;
            }

            .navbar-nav .nav-link {
                padding: 12px 0;
                border-bottom: 1px solid #f1f1f1;
            }

            .btn-primary-nurture, .btn-outline-pink {
                display: flex;
                width: 100%;
                margin-top: 10px;
                padding: 12px 25px;
            }

            .mobile-flex-col {
                flex-direction: column;
                gap: 0 !important;
            }

            .mega-menu-item {
                position: relative;
            }

            .mega-menu {
                position: static !important;
                width: 100%;
                margin: 8px 0 16px;
                border: 1px solid rgba(93, 46, 139, 0.10);
                border-top: 3px solid var(--accent-color);
                border-radius: 14px;
                box-shadow: none;
                transform: none;
            }

            .mega-menu[data-bs-popper] {
                transform: none !important;
            }

            .mega-menu-content,
            .mega-support {
                padding: 20px;
            }

            .mega-link {
                padding-left: 0;
                padding-right: 0;
            }
        }

        @media (min-width: 992px) {
            .mega-menu-item:hover > .mega-menu {
                display: block;
            }
        }

/* ===================== Footer (migrated from footer.php) ===================== */
    /* ===================== Footer (light, brand-coloured) ===================== */
    .site-footer {
        background: #ffffff;
        border-top: 1px solid var(--neutral-200, #e8e8ee);
        padding: clamp(2.5rem, 1.5rem + 3vw, 4rem) 0 1.75rem;
        color: var(--neutral-700, #3f4656);
    }

    .footer-divider {
        border: 0;
        border-top: 1px solid var(--neutral-200, #e8e8ee);
        opacity: 1;
        margin: 2.25rem 0;
    }

    /* Newsletter */
    .footer-newsletter-title {
        font-family: 'Host Grotesk', sans-serif;
        font-weight: 800;
        letter-spacing: -0.02em;
        color: var(--classic-blue, #5d2e8b);
        font-size: 1.4rem;
    }
    .footer-newsletter-copy { color: var(--neutral-500, #6b7280); }

    .footer-subscribe-row {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .footer-subscribe-input {
        flex: 1 1 240px;
        min-width: 0;
        padding: 12px 16px;
        border: 1px solid var(--neutral-300, #d4d8e0);
        border-radius: var(--radius-md, 12px);
        background: #fff;
        color: var(--neutral-900, #1f2430);
        transition: border-color .2s ease, box-shadow .2s ease;
    }
    .footer-subscribe-input:focus {
        outline: none;
        border-color: var(--classic-blue, #5d2e8b);
        box-shadow: 0 0 0 3px rgba(93,46,139,.14);
    }
    .footer-subscribe-btn { border-radius: var(--radius-md, 12px); }
    @media (min-width: 992px) { .footer-subscribe { max-width: 480px; margin-left: auto; } }
    .footer-subscribe-status.is-success { color: var(--success, #1a7f4b); }
    .footer-subscribe-status.is-error { color: var(--danger, #c02b2b); }

    /* Link grid */
    .footer-col-title {
        font-family: 'Host Grotesk', sans-serif;
        font-weight: 800;
        font-size: .95rem;
        letter-spacing: .01em;
        color: var(--classic-blue, #5d2e8b);
        margin-bottom: 1.1rem;
    }
    .footer-links li { margin-bottom: .7rem; line-height: 1.5; }
    .footer-link {
        color: var(--neutral-500, #6b7280);
        text-decoration: none;
        transition: color .2s ease, transform .2s ease;
        display: inline-block;
    }
    .footer-link:hover, .footer-link:focus-visible {
        color: var(--classic-blue, #5d2e8b);
        transform: translateX(3px);
    }
    .footer-contact li { color: var(--neutral-500, #6b7280); }
    .footer-contact-icon {
        color: var(--accent-color, #ffc107);
        margin-right: 10px;
        margin-top: 3px;
        flex-shrink: 0;
    }

    /* Bottom bar */
    .footer-bottom-bar { padding-top: .5rem; }
    .footer-logo-image {
        display: block;
        width: 150px; max-width: 100%; height: 55px;
        object-fit: contain; object-position: left center;
    }
    .footer-credit { color: var(--neutral-500, #6b7280); }
    .footer-credit-link { color: var(--classic-blue, #5d2e8b); font-weight: 800; text-decoration: none; }
    .footer-credit-link:hover, .footer-credit-link:focus-visible { color: #452069; text-decoration: underline; }

    .footer-social-icon {
        width: 40px; height: 40px;
        display: inline-flex; align-items: center; justify-content: center;
        border-radius: 50%;
        color: var(--classic-blue, #5d2e8b);
        background: var(--neutral-100, #f5f6f8);
        border: 1px solid var(--neutral-200, #e8e8ee);
        font-size: 1.05rem;
        text-decoration: none;
        transition: all .2s ease;
    }
    .footer-social-icon:hover, .footer-social-icon:focus-visible {
        color: #fff;
        background: var(--classic-blue, #5d2e8b);
        border-color: var(--classic-blue, #5d2e8b);
        transform: translateY(-2px);
    }

/* ===== includes/cookie-consent.php ===== */
.cookie-consent {
        --cookie-green: #5d2e8b;
        --cookie-green-dark: #452069;
        --cookie-gold: #ffc107;
        --cookie-ink: #23332e;
        --cookie-muted: #64736e;
        --cookie-line: #dce7e3;
        position: relative;
        z-index: 12000;
        text-transform: none;
    }
    .cookie-banner {
        position: fixed;
        left: 50%;
        bottom: 18px;
        width: min(1180px, calc(100vw - 32px));
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        padding: 20px 22px;
        border: 1px solid rgba(93, 46, 139, 0.15);
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 20px 60px rgba(20, 50, 41, 0.2);
        backdrop-filter: blur(12px);
    }
    .cookie-banner-copy {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        max-width: 720px;
    }
    .cookie-shield {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        display: grid;
        place-items: center;
        border-radius: 13px;
        color: #fff;
        background: var(--cookie-green);
        font-size: 1.2rem;
    }
    .cookie-banner h2,
    .cookie-preferences h2 {
        margin: 0;
        color: var(--cookie-green);
        font-family: 'Host Grotesk', sans-serif;
        font-size: 1.12rem;
        line-height: 1.25;
    }
    .cookie-banner p {
        margin: 5px 0 0;
        color: var(--cookie-muted);
        font-size: 0.86rem;
        line-height: 1.55;
    }
    .cookie-banner a {
        color: var(--cookie-green);
        font-weight: 700;
    }
    .cookie-actions,
    .cookie-modal-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 9px;
        flex-wrap: wrap;
    }
    .cookie-btn {
        min-height: 42px;
        padding: 9px 17px;
        border-radius: 999px;
        border: 1px solid transparent;
        font-size: 0.82rem;
        font-weight: 800;
        cursor: pointer;
        transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }
    .cookie-btn:hover,
    .cookie-btn:focus-visible {
        transform: translateY(-1px);
        outline: 3px solid rgba(255, 193, 7, 0.24);
        outline-offset: 2px;
    }
    .cookie-btn-primary {
        color: #fff;
        background: var(--cookie-green);
    }
    .cookie-btn-primary:hover {
        background: var(--cookie-green-dark);
    }
    .cookie-btn-muted {
        color: var(--cookie-green);
        background: #edf5f2;
    }
    .cookie-btn-outline {
        color: var(--cookie-green);
        border-color: rgba(93, 46, 139, 0.28);
        background: #fff;
    }
    .cookie-modal-backdrop {
        position: fixed;
        inset: 0;
        display: grid;
        place-items: center;
        padding: 20px;
        background: rgba(10, 31, 25, 0.58);
        backdrop-filter: blur(5px);
    }
    .cookie-preferences {
        width: min(620px, 100%);
        max-height: min(760px, calc(100vh - 40px));
        overflow-y: auto;
        padding: 28px;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    }
    .cookie-preferences-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
    }
    .cookie-kicker {
        display: block;
        margin-bottom: 5px;
        color: var(--cookie-gold);
        font-size: 0.7rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }
    .cookie-close {
        width: 38px;
        height: 38px;
        display: grid;
        place-items: center;
        border: 0;
        border-radius: 999px;
        color: var(--cookie-green);
        background: #edf5f2;
        cursor: pointer;
    }
    .cookie-intro {
        margin: 15px 0 20px;
        color: var(--cookie-muted);
        font-size: 0.9rem;
        line-height: 1.6;
    }
    .cookie-category {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 22px;
        margin-bottom: 12px;
        padding: 17px;
        border: 1px solid var(--cookie-line);
        border-radius: 15px;
        background: #fbfdfc;
    }
    .cookie-category strong {
        display: block;
        margin-bottom: 3px;
        color: var(--cookie-ink);
    }
    .cookie-category p {
        margin: 0;
        color: var(--cookie-muted);
        font-size: 0.8rem;
        line-height: 1.45;
    }
    .cookie-required {
        flex: 0 0 auto;
        color: var(--cookie-green);
        font-size: 0.72rem;
        font-weight: 800;
    }
    .cookie-switch {
        position: relative;
        flex: 0 0 46px;
        width: 46px;
        height: 26px;
    }
    .cookie-switch input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
    .cookie-switch span {
        position: absolute;
        inset: 0;
        border-radius: 999px;
        background: #cbd7d3;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }
    .cookie-switch span::after {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 2px 7px rgba(0, 0, 0, 0.18);
        transition: transform 0.2s ease;
    }
    .cookie-switch input:checked + span {
        background: var(--cookie-green);
    }
    .cookie-switch input:checked + span::after {
        transform: translateX(20px);
    }
    .cookie-switch input:focus-visible + span {
        outline: 3px solid rgba(255, 193, 7, 0.35);
        outline-offset: 3px;
    }
    .cookie-modal-actions {
        margin-top: 20px;
    }
    body.cookie-modal-open {
        overflow: hidden;
    }
    @media (max-width: 767.98px) {
        .cookie-banner {
            align-items: stretch;
            flex-direction: column;
            gap: 16px;
            bottom: 12px;
            padding: 18px;
        }
        .cookie-actions {
            display: grid;
            grid-template-columns: 1fr 1fr;
        }
        .cookie-actions .cookie-btn-primary {
            grid-column: 1 / -1;
        }
        .cookie-preferences {
            padding: 22px 18px;
        }
        .cookie-category {
            align-items: flex-start;
        }
    }
    @media (prefers-reduced-motion: reduce) {
        .cookie-btn,
        .cookie-switch span,
        .cookie-switch span::after {
            transition: none;
        }
    }

/* ===== pages/404.php ===== */
.text-classic-blue { color: var(--classic-blue); }
    .mt-n5 { margin-top: -3rem; }
    
    /* Ensure the 404 text doesn't interfere with clicks */
    h1 { pointer-events: none; }

/* ===== pages/about.php ===== */
/* Premium Design System Overrides */
    .text-pink { color: var(--accent-pink, #ffc107) !important; }
    .text-classic-blue { color: var(--classic-blue, #1d3557) !important; }
    .font-host-grotesk { font-family: 'Host Grotesk', sans-serif; }
    .letter-spacing-2 { letter-spacing: 2px; }
    
    /* Premium Breadcrumb Separator */
    .breadcrumb-item + .breadcrumb-item::before {
        content: "•";
        color: var(--accent-pink, #ffc107);
        font-weight: bold;
        padding: 0 10px;
    }

    /* Immersive Hero Header Window Overlay */
    .hero-section-overlay {
        background-color: #FCF9F2;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        min-height: 400px;
        display: flex;
        align-items: center;
    }
    .hero-section-overlay::before {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(252, 249, 242, 0.92);
        z-index: 1;
    }
    .hero-content-wrapper { position: relative; z-index: 2; max-width: 750px; }

    /* Pill Elements Config */
    .btn-pill-primary {
        background-color: var(--accent-pink, #ffc107);
        color: #fff; border: none; padding: 12px 30px; border-radius: 30px; font-weight: 600;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }
    .btn-pill-primary:hover { opacity: 0.95; color: #fff; transform: translateY(-1px); }

    .btn-pill-secondary {
        background-color: #ffffff;
        color: var(--accent-pink, #ffc107);
        border: 2px solid var(--accent-pink, #ffc107);
        padding: 10px 30px; border-radius: 30px; font-weight: 600;
        transition: all 0.2s ease;
    }
    .btn-pill-secondary:hover { background-color: #5d2e8b; border-color: #5d2e8b; color: #fff; }

    /* Timeline Infrastructure Layout */
    .timeline-container { position: relative; padding-top: 25px; }
    .timeline-line {
        position: absolute;
        top: 52px; left: 6%; right: 6%;
        height: 2px; background: #eef2f5;
        border-top: 1px dashed #d1dbe5; z-index: 1;
    }
    .timeline-item { position: relative; z-index: 2; text-align: center; }
    .timeline-icon {
        width: 54px; height: 54px; border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        margin: 0 auto 12px auto; font-size: 1.25rem;
        box-shadow: 0 4px 12px rgba(108, 117, 125, 0.10);
        background-color: #fff; transition: transform 0.2s ease;
    }
    .timeline-item:hover .timeline-icon { transform: scale(1.05); }
    .bg-light-pink { background-color: #fbf5e8; color: var(--accent-pink, #ffc107); border: 1px solid rgba(255, 193, 7, 0.35); }
    .bg-light-blue { background-color: #f0f4f8; color: var(--classic-blue, #1d3557); border: 1px solid rgba(29, 53, 87, 0.15); }

    /* Stats Grid Styling Components */
    .stats-banner { background-color: #f4f7fa; border-radius: 24px; padding: 32px 20px; }
    .stat-divider { border-right: 1px solid #e2e8f0; }
    @media (max-width: 767px) {
        .stat-divider { border-right: none; border-bottom: 1px solid #e2e8f0; padding-bottom: 20px; margin-bottom: 20px; }
        .stat-divider:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
    }
.purpose-section { background-color: #ffffff; }

    .purpose-card {
        background: #ffffff;
        border: 1px solid rgba(93, 46, 139, 0.10);
        border-radius: 24px;
        box-shadow: 0 12px 35px rgba(93, 46, 139, 0.06);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .purpose-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 45px rgba(93, 46, 139, 0.10);
    }

    .purpose-icon {
        width: 64px;
        height: 64px;
        display: grid;
        place-items: center;
        border-radius: 18px;
        font-size: 1.6rem;
    }
    .purpose-icon-blue { background-color: var(--classic-blue); color: #ffffff; }
    .purpose-icon-gold { background-color: var(--accent-color); color: #5d2e8b; }

    .value-item {
        background: #ffffff;
        border: 1px solid rgba(93, 46, 139, 0.08);
        border-radius: 18px;
        transition: transform 0.3s ease, border-color 0.3s ease;
    }
    .value-item:hover {
        transform: translateY(-4px);
        border-color: var(--accent-color);
    }
    .value-icon {
        width: 46px;
        height: 46px;
        display: grid;
        place-items: center;
        border-radius: 12px;
        background-color: #f8f0df;
        color: var(--accent-color);
        font-size: 1.15rem;
    }
.text-serif { font-family: 'Playfair Display', serif; }
    .italic { font-style: italic; }
    .letter-spacing-2 { letter-spacing: 2px; }
    .x-small { font-size: 0.75rem; letter-spacing: 1px; }

    /* Founder Blockquote */
    .blockquote-premium {
        font-size: 1.4rem;
        font-family: 'Playfair Display', serif;
        font-style: italic;
        color: var(--classic-blue);
        border-left: 4px solid var(--accent-pink);
        padding-left: 25px;
        line-height: 1.6;
    }

/* ===== pages/blog-detail.php ===== */
.hover-pink:hover { color: #b9851f !important; transition: 0.3s; }
    .bg-soft-pink { background-color: #fbf5e8 !important; }

    /* Rich-text tables (from the editor) */
    .blog-content figure.table,
    .blog-content figure { max-width: 100%; margin: 1.75rem 0; overflow-x: auto; }
    .blog-content table {
        width: 100%;
        border-collapse: collapse;
        margin: 1.75rem 0;
        font-size: 0.97rem;
    }
    .blog-content th,
    .blog-content td {
        border: 1px solid #e4dcf0;
        padding: 10px 14px;
        text-align: left;
        vertical-align: top;
    }
    .blog-content thead th,
    .blog-content th {
        background: #f5f0fb;
        color: var(--classic-blue);
        font-weight: 700;
    }
    .blog-content tbody tr:nth-child(even) { background: #faf8fd; }
    .text-pink { color: var(--accent-color) !important; }
    .btn-pink {
        background-color: var(--accent-color) !important;
        border-color: var(--accent-color) !important;
        color: #5d2e8b !important;
        transition: 0.3s;
    }
    .btn-pink:hover {
        background-color: #5d2e8b !important;
        border-color: #5d2e8b !important;
        color: #ffffff !important;
        transform: translateY(-2px);
    }
    .share-link:hover { color: #ffffff !important; transform: scale(1.1); transition: 0.2s; }
    
    /* Comment Focus States */
    .comment-form-box .form-control:focus {
        box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
        background: #fff !important;
    }

    .article-faq-kicker {
        display: inline-block;
        margin-bottom: 0.6rem;
        color: #b9851f;
        font-size: 0.75rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .article-faq-intro h2 {
        color: var(--classic-blue);
    }
.hover-pink:hover { color: #b9851f !important; padding-left: 5px; transition: all 0.3s ease; }
.bg-classic-blue { background-color: var(--classic-blue); }
.bg-soft-pink { background-color: #fbf5e8 !important; }
.border-pink { border-color: var(--accent-pink) !important; }
.btn-pink { background-color: var(--accent-color) !important; color: #5d2e8b !important; border: none; }
.btn-pink:hover { background-color: #5d2e8b !important; color: #ffffff !important; }
.x-small { font-size: 0.75rem; }
/* Conversational UI Tweaks */
.comment-item .reply-wrapper {
    border-color: #f1f1f1 !important;
}
.comment-item .tiny {
    font-size: 0.7rem;
}
.add-comment textarea:focus {
    outline: none;
}

/* Floating share rail (large screens) — sits in the right gutter so it never
   overlaps the left-edge "Book Visit Now" tab, with a comfortable edge gap. */
.share-sidebar {
    position: fixed;
    right: clamp(16px, 2.5vw, 48px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.share-sidebar .share-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--classic-blue);
    opacity: 0.55;
    margin-bottom: 2px;
}

/* Inline share row (mobile / tablet) */
.share-inline-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--classic-blue);
    opacity: 0.7;
    margin-right: 4px;
}

/* Shared icon button styling */
.share-link {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(93, 46, 139, 0.14);
    color: var(--classic-blue);
    text-decoration: none;
    font-size: 1.15rem;
    box-shadow: 0 6px 18px rgba(93, 46, 139, 0.08);
    transition: all 0.25s ease;
}

.share-link:hover,
.share-link:focus-visible {
    background: var(--classic-blue);
    border-color: var(--classic-blue);
    color: #ffffff !important;
    transform: translateY(-2px) scale(1.05);
}

.share-link-sm {
    width: 38px;
    height: 38px;
    font-size: 1rem;
}

/* Redesigned comment form — aligned with brand (classic blue + gold) */
.comment-form-box {
    background: #ffffff;
    border: 1px solid #e8e8ee;
    border-radius: 24px;
    box-shadow: none;
}

.comment-kicker {
    display: inline-block;
    margin-bottom: 0.6rem;
    color: #b9851f;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.comment-form-title {
    color: var(--classic-blue);
    font-family: 'Host Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(1.4rem, 1rem + 1.4vw, 1.75rem);
}

.comment-input {
    background: #ffffff;
    border: 1px solid #e7ddf2 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.comment-input:focus {
    border-color: var(--classic-blue) !important;
    box-shadow: 0 0 0 0.2rem rgba(93, 46, 139, 0.12) !important;
    background: #ffffff !important;
}

.btn-comment-submit {
    background: var(--classic-blue);
    border: 2px solid var(--classic-blue);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(93, 46, 139, 0.25);
    transition: all 0.25s ease;
}

.btn-comment-submit:hover,
.btn-comment-submit:focus-visible {
    background: #452069;
    border-color: #452069;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 575.98px) {
    .comment-form-box {
        border-radius: 18px;
    }

    .btn-comment-submit {
        width: 100%;
    }
}

/* ===== pages/blog.php ===== */
.hover-lift:hover { transform: translateY(-5px); box-shadow: 0 1rem 3rem rgba(0,0,0,.1) !important; }
.hover-pink:hover { color: #b9851f !important; }
.hover-pink-bg:hover { background-color: #5d2e8b !important; color: white !important; border-color: #5d2e8b !important; }
.text-pink { color: var(--accent-pink) !important; }
.bg-pink { background-color: var(--accent-pink) !important; }
.border-pink { border-color: var(--accent-pink) !important; }
.btn-pink { background-color: var(--accent-color) !important; color: #5d2e8b !important; border-color: var(--accent-color) !important; }
.btn-pink:hover { background-color: #5d2e8b !important; color: #ffffff !important; border-color: #5d2e8b !important; }
.bg-classic-blue { background-color: var(--classic-blue); }
.x-small { font-size: 0.75rem; }
.transition-all { transition: all 0.3s ease; }

/* Pagination */
.blog-pagination .pagination { gap: 8px; }
.blog-pagination .page-link {
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(93, 46, 139, 0.15);
    border-radius: 12px !important;
    color: var(--classic-blue);
    font-weight: 700;
    background: #fff;
    transition: all 0.2s ease;
}
.blog-pagination .page-link:hover {
    border-color: var(--classic-blue);
    background: #f5f0fb;
    color: var(--classic-blue);
}
.blog-pagination .page-item.active .page-link {
    background: var(--classic-blue);
    border-color: var(--classic-blue);
    color: #fff;
    box-shadow: 0 7px 18px rgba(93, 46, 139, 0.2);
}
.blog-pagination .page-item.disabled .page-link {
    opacity: 0.4;
    pointer-events: none;
}

/* ===== pages/booking-success.php ===== */
.booking-success-card {
    border: 1px solid rgba(93, 46, 139, .12);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(24, 55, 47, .09);
}
.success-icon {
    width: 112px;
    height: 112px;
    color: #fff;
    background: var(--primary-color);
    box-shadow: 0 0 0 14px rgba(93, 46, 139, .09);
    animation: successPulse 1.8s ease-out;
}
.confirmation-details {
    max-width: 620px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #e5ebe9;
    border-radius: 18px;
    overflow: hidden;
}
.confirmation-details > div { padding: 1rem 1.2rem; }
.confirmation-details > div + div { border-left: 1px solid #e5ebe9; }
.confirmation-details span {
    display: block;
    margin-bottom: .25rem;
    color: #74807d;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.confirmation-details strong { color: #18372f; }
.next-step {
    max-width: 650px;
    margin-inline: auto;
    color: #59420f;
    background: rgba(255, 193, 7, .2);
}
.btn-success-page { color: #fff; background: var(--primary-color); border: 2px solid var(--primary-color); }
.btn-success-page:hover { color: #18372f; background: var(--accent-color); border-color: var(--accent-color); }
.btn-outline-success-page { color: var(--primary-color); background: #fff; border: 2px solid var(--primary-color); }
.btn-outline-success-page:hover { color: #fff; background: var(--primary-color); }
.success-social { color: var(--primary-color); transition: color .2s ease, transform .2s ease; }
.success-social:hover { color: var(--accent-color); transform: translateY(-3px); }
@keyframes successPulse {
    0% { opacity: 0; transform: scale(.65); }
    70% { transform: scale(1.08); }
    100% { opacity: 1; transform: scale(1); }
}
@media (max-width: 767.98px) {
    .confirmation-details { grid-template-columns: 1fr; }
    .confirmation-details > div + div { border-left: 0; border-top: 1px solid #e5ebe9; }
}
@media (prefers-reduced-motion: reduce) {
    .success-icon { animation: none; }
}

/* ===== pages/booking.php ===== */
/* CSS Variables Consistency */
:root {
    --serenity: #f0f4f8;
    --soft-pink: rgba(255, 193, 7, 0.16);
}

.py-6 { padding: 6rem 0; }

.lead-text {
    line-height: 1.8;
    color: #555;
    font-size: 1.1rem;
}

.bg-soft-pink { background-color: var(--soft-pink); }
.bg-serenity { background-color: var(--serenity); }

/* Form Controls Styling */
.form-control:focus, .form-select:focus {
    background-color: #fff !important;
    border-color: var(--accent-pink) !important;
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.15);
}

.btn-primary-nurture {
    background-color: var(--accent-pink);
    border: none;
    color: white;
}

.btn-primary-nurture:hover {
    background-color: var(--classic-blue);
    transform: translateY(-2px);
}

.transition-all { transition: all 0.3s ease; }

@media (max-width: 991.98px) {
    .py-6 { padding: 3rem 0; }
}

/* ===== pages/career-detail.php ===== */
.job-detail { color: #263b37; }
    .job-detail-card {
        border: 1px solid rgba(93, 46, 139, .14);
        border-radius: 24px;
        box-shadow: 0 18px 40px rgba(30, 41, 59, .07);
    }
    .job-rich-content h2, .job-rich-content h3, .job-rich-content h4 {
        color: var(--primary-color);
        font-weight: 700;
        margin-top: 1.75rem;
    }
    .job-rich-content li { margin-bottom: .55rem; }
    .job-apply {
        background: #5d2e8b;
        border-radius: 24px;
        color: #fff;
    }
    .job-apply .btn {
        background: var(--accent-color);
        border: 0;
        color: #18372f;
    }
    .job-apply .btn:hover { background: #f0c86f; color: #18372f; }

/* ===== pages/careers.php ===== */
.careers-intro { max-width: 760px; }
    .career-card {
        border: 1px solid rgba(93, 46, 139, .14);
        border-radius: 22px;
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .career-card:hover {
        transform: translateY(-4px);
        border-color: rgba(255, 193, 7, .75);
        box-shadow: 0 18px 38px rgba(30, 41, 59, .1);
    }
    .career-meta {
        color: #52605d;
        display: flex;
        flex-wrap: wrap;
        gap: .65rem 1.25rem;
    }
    .career-meta i { color: var(--primary-color); }
    .career-link { color: var(--primary-color); }
    .career-link:hover { color: #452069; }
    .careers-empty {
        border-radius: 24px;
        border: 2px dotted #d4d4d4;
    }

/* ===== pages/help.php ===== */
/* Premium UI Variables */
    :root {
        --glass-bg: rgba(255, 255, 255, 0.7);
        --glass-border: rgba(255, 193, 7, 0.18);
    }

    /* Sidebar Styling */
    .filter-card {
        background: #ffffff;
        border: 1px solid #e8e8ee;
        border-radius: 20px;
        position: sticky;
        top: 120px;
    }

    .cat-link {
        display: flex;
        align-items: center;
        padding: 12px 18px;
        border-radius: 12px;
        text-decoration: none;
        color: var(--classic-blue);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        margin-bottom: 5px;
    }

    .cat-link:hover {
        background: var(--soft-nurture-pink);
        color: var(--accent-pink);
        transform: translateX(8px);
    }

    .cat-link.active {
        background: var(--accent-pink);
        color: white !important;
        box-shadow: 0 10px 20px rgba(108, 117, 125, 0.2);
    }

    /* Support CTA Card */
    .cta-glass {
        background: var(--serenity-blue);
        border-radius: 24px;
        overflow: hidden;
    }

    .icon-badge {
        width: 50px;
        height: 50px;
        background: white;
        color: var(--accent-pink);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

/* ===== pages/inner-template.php ===== */
/* Premium Breadcrumb Separator */
    .breadcrumb-item + .breadcrumb-item::before {
        content: "•";
        color: var(--accent-pink, #ffc107);
        font-weight: bold;
        padding: 0 10px;
    }

    /* Full-width breadcrumb so long article/program titles never get cramped or truncated */
    .hero-breadcrumb {
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .hero-breadcrumb .breadcrumb {
        flex-wrap: wrap;
        row-gap: 2px;
    }

    .hero-breadcrumb .breadcrumb-item.active {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    /* On phones, keep the breadcrumb on a single row and ellipsis the title. */
    @media (max-width: 575.98px) {
        .hero-breadcrumb .breadcrumb {
            flex-wrap: nowrap;
            align-items: center;
        }
        .hero-breadcrumb .breadcrumb-item { white-space: nowrap; }
        .hero-breadcrumb .breadcrumb-item.active {
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-break: normal;
            overflow-wrap: normal;
        }
    }

    /* Immersive Full Background Banner Styles */
    .hero-section-overlay {
        background-color: #FCF9F2;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        min-height: 450px;
        display: flex;
        align-items: center;
    }

    /* Gradient cream wash: opaque behind the left-hand copy, fading out on the
       right so any hero/background image stays visible on that side. */
    .hero-section-overlay::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(
            100deg,
            rgba(252, 249, 242, 0.97) 0%,
            rgba(252, 249, 242, 0.94) 40%,
            rgba(252, 249, 242, 0.62) 70%,
            rgba(252, 249, 242, 0.20) 100%
        );
        z-index: 1;
    }

    /* Mobile: copy spans the width, so keep an even, readable veil. */
    @media (max-width: 991.98px) {
        .hero-section-overlay::before {
            background: rgba(252, 249, 242, 0.94);
        }
    }

    .hero-content-wrapper {
        position: relative;
        z-index: 2;
        max-width: 860px;
    }

    .hero-title {
        color: var(--classic-blue, #1d3557);
        font-family: 'Host Grotesk', sans-serif;
        font-size: calc(2rem + 1.6vw);
        line-height: 1.2;
    }

    /* Support for two-toned highlighted titles passed via database strings */
    .hero-title span {
        color: var(--accent-pink, #ffc107);
        font-style: italic;
    }

    .hero-description {
        font-size: 1.15rem;
        color: #333;
        line-height: 1.6;
    }
    
    /* Ensure child paragraphs coming from rich text editor inherit spacing cleanly */
    .hero-description p {
        margin-bottom: 0;
    }

    /* Pill Button Configurations */
    .btn-pill-primary {
        background-color: #5d2e8b;
        color: #ffffff;
        border: 2px solid #5d2e8b;
        padding: 12px 30px;
        border-radius: 30px;
        font-weight: 700;
        box-shadow: 0 8px 22px rgba(93, 46, 139, 0.24);
        transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }
    .btn-pill-primary:hover,
    .btn-pill-primary:focus-visible {
        background-color: #452069;
        border-color: #452069;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 10px 26px rgba(0, 79, 61, 0.32);
    }

    .btn-pill-secondary {
        background-color: #5d2e8b;
        color: #ffffff;
        border: 2px solid #5d2e8b;
        padding: 12px 30px;
        border-radius: 30px;
        font-weight: 700;
        box-shadow: 0 8px 22px rgba(93, 46, 139, 0.24);
        transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }
    .btn-pill-secondary:hover,
    .btn-pill-secondary:focus-visible {
        background-color: #452069;
        border-color: #452069;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 10px 26px rgba(0, 79, 61, 0.32);
    }

    .btn-pill-primary:focus-visible,
    .btn-pill-secondary:focus-visible {
        outline: 3px solid rgba(255, 255, 255, 0.9);
        outline-offset: 3px;
    }

/* ===== pages/service-detail.php ===== */
/* Clean, consistent sidebar cards */
.detail-side-card {
    border: 1px solid #e8e8ee;
    box-shadow: none;
}
.group-hover-pink:hover {
    color: var(--accent-pink) !important;
}
.transition-all {
    transition: all 0.3s ease;
}
.bg-classic-blue {
    background-color: var(--classic-blue);
}
.lead-text {
    line-height: 1.8;
    color: #444;
}
.btn-light i {
    line-height: 1;
}

/* Rich-text tables (from the editor) */
.content-area figure.table,
.content-area figure { max-width: 100%; margin: 1.75rem 0; overflow-x: auto; }
.content-area table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.75rem 0;
    font-size: 0.97rem;
}
.content-area th,
.content-area td {
    border: 1px solid #e4dcf0;
    padding: 10px 14px;
    text-align: left;
    vertical-align: top;
}
.content-area thead th,
.content-area th {
    background: #f5f0fb;
    color: var(--classic-blue);
    font-weight: 700;
}
.content-area tbody tr:nth-child(even) { background: #faf8fd; }

/* ===== pages/services.php ===== */
/* Utilities & Transitions */
.letter-spacing-1 { letter-spacing: 1px; }
.letter-spacing-2 { letter-spacing: 2px; }
.x-small { font-size: 0.7rem; }
.object-fit-cover { object-fit: cover; }
.filter-item { transition: opacity 0.4s ease, transform 0.4s ease; }

/* Pagination */
.program-pagination .pagination { gap: 8px; }
.program-pagination .page-link {
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(93, 46, 139, 0.15);
    border-radius: 12px !important;
    color: var(--classic-blue);
    font-weight: 700;
    background: #fff;
    transition: all 0.2s ease;
}
.program-pagination .page-link:hover {
    border-color: var(--classic-blue);
    background: #f5f0fb;
    color: var(--classic-blue);
}
.program-pagination .page-item.active .page-link {
    background: var(--classic-blue);
    border-color: var(--classic-blue);
    color: #fff;
    box-shadow: 0 7px 18px rgba(93, 46, 139, 0.2);
}
.program-pagination .page-item.disabled .page-link {
    opacity: 0.4;
    pointer-events: none;
}
.program-pagination .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 46, 139, 0.18);
}

.programs-intro {
    max-width: 100%;
}

.programs-intro-copy {
    max-width: 760px;
}

.program-filter-panel {
    display: flex;
    align-items: center;
    gap: 28px;
}

.program-filter-label {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 190px;
    padding-right: 24px;
    border-right: 1px solid rgba(93, 46, 139, 0.14);
    color: var(--classic-blue);
}

.program-filter-label strong,
.program-filter-label small {
    display: block;
}

.program-filter-label strong {
    font-size: 0.88rem;
    line-height: 1.25;
}

.program-filter-label small {
    margin-top: 2px;
    color: #788580;
    font-size: 0.72rem;
}

.program-filter-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    border-radius: 12px;
    color: #fff;
    background: var(--classic-blue);
}

.program-filter-options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    flex: 1;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Uniform program card sizing */
.program-card-uniform .program-img-wrapper {
    height: 220px;
}

/* Responsive Alternation */
@media (min-width: 992px) {
    .w-lg-50 { width: 50% !important; }
    .border-start-md { border-left: 1px solid #eee; padding-left: 30px; }
}

@media (max-width: 991px) {
    .border-start-md { border-top: 1px solid #eee; padding-top: 20px; margin-top: 10px; }

    .program-filter-panel {
        display: block;
        padding: 16px;
    }

    .program-filter-label {
        min-width: 0;
        margin-bottom: 14px;
        padding: 0 0 14px;
        border-right: 0;
        border-bottom: 1px solid rgba(93, 46, 139, 0.12);
    }

    .program-filter-options {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: thin;
    }
}

/* Premium Filter Buttons */
.filter-btn {
    background: #fff;
    border: 1px solid rgba(93, 46, 139, 0.15);
    color: #42534d;
    padding: 9px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.filter-btn span {
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    height: 22px;
    margin-left: 7px;
    padding: 0 6px;
    border-radius: 999px;
    color: var(--classic-blue);
    background: #edf5f2;
    font-size: 0.68rem;
}

.filter-btn:hover {
    border-color: var(--classic-blue);
    color: var(--classic-blue);
    transform: translateY(-1px);
}

.filter-btn.active {
    background: var(--classic-blue);
    border-color: var(--classic-blue);
    color: #fff;
    box-shadow: 0 7px 18px rgba(93, 46, 139, 0.2);
}

.filter-btn.active span {
    color: var(--classic-blue);
    background: #fff;
}

/* Premium Card Effects */
.card-premium { background: #fff; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
.card-premium:hover { transform: translateY(-8px); box-shadow: 0 25px 50px rgba(0,0,0,0.07) !important; }

.program-img-wrapper { position: relative; overflow: hidden; }
.transition-transform { transition: transform 0.8s ease; }
.card-premium:hover .transition-transform { transform: scale(1.06); }

.glass-badge {
    position: absolute; top: 20px; left: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 16px; color: var(--classic-blue);
    border-radius: 50px; font-size: 0.7rem; font-weight: 800;
    text-transform: uppercase;
}

.btn-link-premium {
    color: var(--accent-pink);
    text-decoration: none; font-weight: 700;
    transition: all 0.3s ease;
}
.btn-link-premium:hover { color: var(--classic-blue); padding-left: 5px; }

.article-mini-card { transition: transform 0.3s ease; cursor: pointer; }
.article-mini-card h6 { color: #212529 !important; }
.article-mini-card:hover { transform: translateX(5px); }

/* ===== pages/sections/accreditation.php ===== */
.accreditation-section { background-color: #f5f6f8; padding: 50px; border-radius: 30px;}
    .accreditation-section .x-small { font-size: 0.75rem; letter-spacing: 1px; }

    .accreditation-card {
        background: #ffffff;
        border: 1px solid rgba(93, 46, 139, 0.08);
        border-radius: 20px;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }
    .accreditation-card:hover {
        box-shadow: 0 14px 35px rgba(93, 46, 139, 0.10);
        transform: translateY(-4px);
    }

    .accreditation-card .grayscale-to-color {
        filter: grayscale(100%);
        opacity: 0.6;
        transition: filter 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
    }
    .accreditation-card:hover .grayscale-to-color {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.08);
    }

/* ===== pages/sections/blog-section.php ===== */
/* 1. Fix for Oval Controllers */
.carousel-control-btn {
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    flex-shrink: 0; /* Prevents stretching in flex containers */
    line-height: 1;
}

.carousel-control-btn i {
    font-size: 1.2rem;
    line-height: 0;
}

/* 2. Style Adjustments */
.editorial-grid { min-height: 520px; }

.featured-editorial .card-img-overlay {
    background: rgba(45, 25, 70, 0.35);
}

.glass-content {
    background: rgba(255, 193, 7, 0.94);
    color: var(--primary-color, #5d2e8b);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.glass-content .badge {
    background-color: var(--primary-color, #5d2e8b) !important;
    color: #ffffff;
}

.glass-content a {
    color: var(--primary-color, #5d2e8b) !important;
}

.featured-editorial img { transition: transform 0.8s ease; }
.featured-editorial:hover img { transform: scale(1.05); }

.object-fit-cover { object-fit: cover; }

/* Ensure Mobile Slider controls work */
@media (max-width: 991px) {
    /* Connect mobile buttons to the mobile carousel target via CSS or just update the HTML target */
    .carousel-control-btn[data-bs-target="#editorialCarousel"] {
        /* If you want the same buttons to control mobile, we use JS or target the second ID */
    }
}

/* ===== pages/sections/cost-teaser.php ===== */
.cost-teaser-section { background-color: var(--bg-light, #FAFAFA); }
    .cost-teaser-card {
        background: var(--classic-blue, #5d2e8b);
        border-radius: 28px;
        box-shadow: 0 22px 50px rgba(93, 46, 139, 0.20);
    }
    .cost-teaser-card .opacity-90 { opacity: 0.9; }

/* ===== pages/sections/facility.php ===== */
/* Updated for the pink background contrast */
.facility-section .nav-pills .nav-link { 
    background: rgba(255, 255, 255, 0.9); 
    color: #333; 
    border: 1px solid rgba(0,0,0,0.05) !important; 
}
.facility-section .nav-pills .nav-link:hover {
    background: #ffffff;
    transform: translateX(5px);
}
.facility-section .nav-pills .nav-link.active { 
    background-color: var(--classic-blue) !important; 
    color: white; 
    border-color: var(--classic-blue) !important; 
}
.facility-section .nav-pills .nav-link.active span { 
    color: rgba(255,255,255,0.8); 
}

/* ===== pages/sections/final-cta.php ===== */
.final-cta-section { background: transparent; }

    /* Glossy brand panel (reference-style CTA band, in Beyond Trust colours) */
    .final-cta-panel {
        position: relative;
        overflow: hidden;
        padding: clamp(2rem, 1.2rem + 3vw, 3.5rem);
        border-radius: var(--radius-lg, 20px);
        color: #fff;
        background:
            radial-gradient(120% 140% at 0% 0%, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 42%),
            linear-gradient(135deg, #6a37a0 0%, var(--classic-blue, #5d2e8b) 55%, #45206a 100%);
        box-shadow: 0 24px 60px rgba(69, 32, 106, .30);
    }
    /* Subtle top sheen */
    .final-cta-panel::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 46%;
        background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,0));
        pointer-events: none;
    }
    .final-cta-title {
        font-family: 'Host Grotesk', sans-serif;
        font-weight: 800;
        letter-spacing: -0.02em;
        font-size: clamp(1.7rem, 1.2rem + 1.8vw, 2.5rem);
        margin: 0;
    }
    .final-cta-copy {
        color: rgba(255,255,255,.85);
        line-height: 1.7;
        max-width: 46ch;
    }

/* ===== pages/sections/hero.php ===== */
/* Cinematic Auto-Zoom Animation */
    @keyframes kenburns {
        0% { transform: scale(1); }
        50% { transform: scale(1.1); }
        100% { transform: scale(1); }
    }

    .hero-bg-container {
        position: relative;
        min-height: 85vh;
        padding: 50px 0;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .hero-image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
        background-image: url('../images/hero-image.jpg');
        background-size: cover;
        background-position: center;
        animation: kenburns 20s ease-in-out infinite;
    }

    /* Gradient veil: opaque behind the left-hand copy, fading out on the right
       so the background image stays visible on the image-focus side. */
    .hero-scrim {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0.95) 0%,
            rgba(255, 255, 255, 0.92) 38%,
            rgba(255, 255, 255, 0.60) 66%,
            rgba(255, 255, 255, 0.15) 100%
        );
    }

    /* Mobile Adjustment — copy is centered/full-width, so keep an even veil. */
    @media (max-width: 991px) {
        .hero-scrim {
            background: rgba(255, 255, 255, 0.92);
        }
        .hero-bg-container {
            text-align: center;
        }
    }

/* ===== pages/sections/home-faqs.php ===== */
.home-faq-section { background-color: var(--section-light, transparent); }

/* ===== pages/sections/location.php ===== */
.location-section { background-color: #ffffff; }
    .location-card {
        background: #ffffff;
        border: 1px solid #e8e8ee;
        border-radius: 20px;
        padding: 3rem 2rem;
    }
    .location-pin {
        width: 64px;
        height: 64px;
        display: inline-grid;
        place-items: center;
        border-radius: 50%;
        background: rgba(93, 46, 139, 0.08);
        color: var(--accent-color, #ffc107);
        font-size: 1.8rem;
        margin-bottom: 1.25rem;
    }
    .location-map {
        border-radius: 14px;
        overflow: hidden;
        border: 1px solid #e8e8ee;
    }
    .location-map iframe {
        width: 100%;
        min-height: 300px;
        border: 0;
        display: block;
    }

/* ===== pages/sections/pop-up.php ===== */
.side-inquiry {
    position: fixed;
    top: 25%;
    left: -320px; /* Hidden state */
    width: 320px;
    background: #ffffff;
    z-index: 9999;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    border-radius: 0 25px 25px 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.side-inquiry.active {
    left: 0;
}

.side-tab {
    position: absolute;
    right: -40px;
    top: 50px;
    background: var(--classic-blue);
    color: #fff;
    padding: 20px 10px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.side-tab i {
    transform: rotate(90deg);
}

.side-tab:hover {
    background: var(--accent-pink);
}

.side-content {
    max-height: 80vh;
    overflow-y: auto;
}

/* Smooth Form Fields */
.side-content .form-control, .side-content .form-select {
    border-radius: 10px;
    padding: 12px;
}

/* ===== pages/sections/programs.php ===== */
/* Uniform image-based program cards (matches services page) */
    .program-card-uniform {
        background: #fff;
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    }
    .program-card-uniform:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 50px rgba(0,0,0,0.07) !important;
    }

    .program-img-wrapper {
        position: relative;
        overflow: hidden;
        height: 220px;
    }
    .program-img-wrapper .object-fit-cover { object-fit: cover; }
    .program-img-wrapper .transition-transform { transition: transform 0.8s ease; }
    .program-card-uniform:hover .transition-transform { transform: scale(1.06); }

    .glass-badge {
        position: absolute; top: 18px; left: 18px;
        background: rgba(255, 255, 255, 0.92);
        padding: 6px 16px; color: var(--classic-blue);
        border-radius: 50px; font-size: 0.7rem; font-weight: 800;
        text-transform: uppercase;
    }

    .btn-link-premium {
        color: var(--accent-color);
        text-decoration: none; font-weight: 700;
        transition: color 0.3s ease, padding-left 0.3s ease;
    }
    .btn-link-premium:hover { color: var(--classic-blue); padding-left: 5px; }

    .line-clamp-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

/* ===== pages/sections/sanctuary.php ===== */
/* Section Branding Specific Custom Layouts */
    .text-pink-pill {
        color: var(--accent-pink, #ffc107) !important;
    }
    .text-dark-blue {
        color: var(--classic-blue, #1d3557) !important;
    }
    .letter-spacing-2 {
        letter-spacing: 2px;
    }
    .font-host-grotesk {
        font-family: 'Host Grotesk', sans-serif;
    }

    /* Premium Dynamic Pill Navigation System Components */
    .sanctuary-nav-scroller {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }
    .sanctuary-nav-scroller::-webkit-scrollbar {
        height: 4px;
    }
    .sanctuary-nav-scroller::-webkit-scrollbar-thumb {
        background-color: rgba(255, 193, 7, 0.18);
        border-radius: 10px;
    }

    .sanctuary-tab-btn {
        background-color: #ffffff;
        color: var(--classic-blue, #1d3557);
        border: 1px solid #e2e8f0;
        padding: 10px 24px;
        font-weight: 600;
        font-size: 0.95rem;
        border-radius: 30px;
        cursor: pointer;
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        display: inline-block;
        margin: 0 4px;
    }
    .sanctuary-tab-btn:hover {
        background-color: #f8fafc;
        border-color: var(--accent-pink, #ffc107);
        color: var(--accent-pink, #ffc107);
    }
    .sanctuary-tab-btn.active {
        background-color: var(--accent-pink, #ffc107) !important;
        border-color: var(--accent-pink, #ffc107) !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(108, 117, 125, 0.25);
    }

    /* Gallery Card Adaptive Layout Framework */
    .sanctuary-gallery-wrapper .gallery-item-card {
        display: none; /* Controlled dynamically by JavaScript toggle array hooks */
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.35s ease, transform 0.35s ease;
    }
    .sanctuary-gallery-wrapper .gallery-item-card.show-node {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .sanctuary-img-frame {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        aspect-ratio: 4 / 3;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.02);
        background-color: #f8fafc;
    }
    .sanctuary-img-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .sanctuary-img-frame:hover img {
        transform: scale(1.04);
    }

    /* Magnify affordance on each thumbnail */
    .stx-zoom-trigger { cursor: zoom-in; }
    .stx-magnify-badge {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 40px;
        height: 40px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: rgba(93, 46, 139, 0.85);
        color: #fff;
        font-size: 1.05rem;
        opacity: 0;
        transform: translateY(-6px);
        transition: opacity 0.25s ease, transform 0.25s ease;
        pointer-events: none;
    }
    .stx-zoom-trigger:hover .stx-magnify-badge,
    .stx-zoom-trigger:focus-visible .stx-magnify-badge {
        opacity: 1;
        transform: translateY(0);
    }

    /* Bottom Action Link Button elements */
    .btn-tour-link {
        background-color: transparent;
        color: var(--classic-blue, #1d3557);
        border: 1.5px solid var(--classic-blue, #1d3557);
        padding: 12px 36px;
        border-radius: 30px;
        font-weight: 600;
        transition: all 0.2s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    .btn-tour-link:hover {
        background-color: var(--classic-blue, #1d3557);
        color: #ffffff;
    }
.stx-lightbox {
        position: fixed;
        inset: 0;
        z-index: 20000;
        display: none;
        background: rgba(20, 12, 30, 0.92);
        backdrop-filter: blur(2px);
        align-items: center;
        justify-content: center;
        user-select: none;
    }
    .stx-lightbox.is-open { display: flex; }

    .stx-lb-stage {
        position: relative;
        width: 92vw;
        height: 82vh;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        touch-action: none;
        cursor: zoom-in;
    }
    .stx-lb-stage.is-zoomed { cursor: grab; }
    .stx-lb-stage.is-panning { cursor: grabbing; }

    .stx-lb-img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        transform-origin: center center;
        transition: transform 0.12s ease-out;
        will-change: transform;
        border-radius: 6px;
    }

    .stx-lb-btn {
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 50%;
        width: 46px;
        height: 46px;
        display: grid;
        place-items: center;
        font-size: 1.2rem;
        cursor: pointer;
        transition: background 0.2s ease, transform 0.2s ease;
    }
    .stx-lb-btn:hover { background: rgba(255, 255, 255, 0.25); transform: translateY(-1px); }

    .stx-lb-close { position: absolute; top: 18px; right: 20px; }
    .stx-lb-nav { position: absolute; top: 50%; transform: translateY(-50%); }
    .stx-lb-prev { left: 18px; }
    .stx-lb-next { right: 18px; }

    .stx-lb-toolbar {
        position: absolute;
        bottom: 22px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        gap: 10px;
        background: rgba(0, 0, 0, 0.35);
        padding: 8px 14px;
        border-radius: 50px;
    }
    .stx-lb-toolbar .stx-lb-btn { width: 40px; height: 40px; font-size: 1rem; }
    .stx-lb-zoomlevel { color: #fff; font-weight: 600; font-size: 0.85rem; min-width: 46px; text-align: center; }

    .stx-lb-caption {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 80vw;
        color: #fff;
        font-weight: 600;
        text-align: center;
        opacity: 0.92;
    }

    @media (max-width: 575px) {
        .stx-lb-nav { width: 40px; height: 40px; }
        .stx-lb-stage { width: 96vw; height: 74vh; }
    }

/* ===== pages/sections/stats.php ===== */
/* Gold + purple mixed band, sitting just below the hero. */
    .stats-section {
        background: linear-gradient(120deg, var(--classic-blue, #5d2e8b) 0%, #7a44ad 48%, var(--accent-color, #ffc107) 100%);
        position: relative;
        z-index: 10;
        margin-top: -30px;
        border-radius: 18px;
    }

    .stats-flex {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        padding: 12px 0;
    }

    .stat-card {
        flex: 1 1 0;
        min-width: 0;
        text-align: center;
        padding: 22px 10px;
    }

    .stat-number {
        font-family: 'Host Grotesk', sans-serif;
        color: #ffffff;
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 5px;
        display: block;
        line-height: 1.1;
    }

    .stat-label {
        color: rgba(255, 255, 255, 0.88);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.85rem;
    }

    .stat-divider {
        flex: 0 0 1px;
        align-self: stretch;
        min-height: 50px;
        background: rgba(255, 255, 255, 0.35);
    }

    @media (max-width: 768px) {
        .stats-section { margin-top: 0; border-radius: 0; }
        .stats-flex { flex-wrap: wrap; gap: 0.5rem; }
        .stat-card { flex: 0 0 45%; }
        .stat-divider { display: none; }
        .stat-number { font-size: 2rem; }
    }

/* ===== pages/sections/treatment-journey.php ===== */
.journey-section { background-color: #ffffff; }
    .journey-carousel { position: relative; }

    .journey-track {
        display: flex;
        gap: 1.75rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        padding: 6px 4px 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .journey-track::-webkit-scrollbar { display: none; }

    .journey-slide {
        flex: 0 0 calc((100% - 3.5rem) / 3);
        scroll-snap-align: start;
    }

    .journey-card {
        position: relative;
        background: #ffffff;
        border: 1px solid #e8e8ee;
        border-radius: 16px;
        padding: 2rem 1.75rem;
        transition: transform 0.25s ease, border-color 0.25s ease;
    }
    .journey-card:hover {
        transform: translateY(-4px);
        border-color: rgba(93, 46, 139, 0.30);
    }
    .journey-step-num {
        position: absolute;
        top: 1.25rem;
        right: 1.4rem;
        font-family: 'Host Grotesk', 'Plus Jakarta Sans', sans-serif;
        font-weight: 800;
        font-size: 1.5rem;
        color: rgba(93, 46, 139, 0.16);
        line-height: 1;
    }
    .journey-icon {
        width: 56px;
        height: 56px;
        display: grid;
        place-items: center;
        border-radius: 14px;
        background: rgba(93, 46, 139, 0.08);
        color: var(--classic-blue, #5d2e8b);
        font-size: 1.6rem;
        margin-bottom: 1.25rem;
    }

    .journey-arrow {
        width: 50px; height: 50px;
        border: 1px solid #e8e8ee;
        border-radius: 50%;
        background: #fff;
        color: var(--classic-blue, #5d2e8b);
        font-size: 1.1rem;
        transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    }
    .journey-arrow:hover {
        background: var(--classic-blue, #5d2e8b);
        color: #fff;
        transform: translateY(-2px);
    }

    @media (max-width: 991px) { .journey-slide { flex: 0 0 calc((100% - 1.75rem) / 2); } }
    @media (max-width: 575px) { .journey-slide { flex: 0 0 86%; } }

/* ===== pages/sections/who-we-help.php ===== */
.who-help-section { background-color: #fff; }

    .whohelp-media {
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 22px 50px rgba(45, 25, 70, 0.12);
    }
    .whohelp-media img {
        height: 100%;
        max-height: 520px;
        object-fit: cover;
    }

    .whohelp-badge {
        display: inline-block;
        padding: 8px 20px;
        border: 1px solid rgba(93, 46, 139, 0.30);
        border-radius: 50px;
        color: var(--classic-blue, #5d2e8b);
        font-weight: 700;
        font-size: 0.85rem;
        letter-spacing: 0.5px;
    }

    .whohelp-panel {
        border: 1px solid rgba(93, 46, 139, 0.14);
        border-radius: 18px;
        padding: 0.5rem 1.5rem;
        background: #faf7fc;
    }
    .whohelp-table {
        width: 100%;
        border-collapse: collapse;
    }
    .whohelp-table td {
        width: 50%;
        padding: 16px 8px;
        vertical-align: middle;
        border-bottom: 1px solid rgba(93, 46, 139, 0.10);
        font-weight: 600;
        color: var(--classic-blue, #5d2e8b);
    }
    /* Remove the divider under the final row */
    .whohelp-table tr:last-child td { border-bottom: 0; }
    .whohelp-table td i {
        color: #fff;
        background: var(--accent-color, #ffc107);
        width: 34px; height: 34px;
        display: inline-grid;
        place-items: center;
        border-radius: 9px;
        font-size: 1rem;
        margin-right: 12px;
        vertical-align: middle;
    }
    .whohelp-table td span { vertical-align: middle; }

    @media (max-width: 575px) {
        .whohelp-table td { display: block; width: 100%; border-bottom: 1px solid rgba(93, 46, 139, 0.10); }
        .whohelp-table td:empty { display: none; }
    }

/* ===== pages/sections/why-us.php ===== */
.whyus-media-frame {
        border-radius: 24px;
        overflow: hidden;
        display: block;
    }
    .whyus-media .ratio iframe { border: 0; }
    video.whyus-media-frame { background: #000; }

    /* TikTok / vertical embeds */
    .whyus-media-portrait {
        position: relative;
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        aspect-ratio: 9 / 16;
        background: #000;
    }
    .whyus-media-portrait iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

   Blog list — professional editorial redesign (.bt-blog)
   ============================================================ */
.bt-blog-filterbar {
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    background: var(--gold-100, #fbf5e8);
    border: 1px solid #efe3c6;
    border-radius: var(--radius-md, 12px);
    padding: .75rem 1.1rem; margin-bottom: 1.75rem;
    color: var(--classic-blue, #5d2e8b);
}
.bt-blog-filterbar strong { color: var(--classic-blue, #5d2e8b); }
.bt-blog-filterbar__clear {
    font-size: .85rem; font-weight: 700; text-decoration: none;
    color: var(--neutral-500, #6b7280); white-space: nowrap;
}
.bt-blog-filterbar__clear:hover { color: var(--classic-blue, #5d2e8b); }

.bt-blog-empty {
    text-align: center; padding: 3.5rem 1rem;
    border: 1px dashed var(--neutral-300, #d4d8e0);
    border-radius: var(--radius-lg, 20px); background: #fff;
}
.bt-blog-empty i { font-size: 3rem; color: var(--neutral-300, #d4d8e0); }

/* Post card */
.bt-post-card {
    display: flex; flex-direction: column; height: 100%;
    background: #fff;
    border: 1px solid var(--neutral-200, #e8e8ee);
    border-radius: var(--radius-lg, 20px);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.bt-post-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(93,46,139,.13);
    border-color: transparent;
}
.bt-post-card__media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.bt-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.bt-post-card:hover .bt-post-card__media img { transform: scale(1.06); }
.bt-post-card__cat {
    position: absolute; top: 12px; left: 12px;
    background: rgba(255,255,255,.92); backdrop-filter: blur(4px);
    color: var(--classic-blue, #5d2e8b);
    font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
    padding: 5px 11px; border-radius: 999px; box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.bt-post-card__body { display: flex; flex-direction: column; flex: 1; padding: 1.25rem 1.35rem 1.4rem; }
.bt-post-card__meta {
    display: flex; align-items: center; gap: .5rem;
    color: var(--neutral-500, #6b7280); font-size: .78rem; margin-bottom: .6rem;
}
.bt-post-card__meta i { margin-right: .3rem; color: var(--gold-600, #b9851f); }
.bt-dot { opacity: .5; }
.bt-post-card__title {
    font-family: 'Host Grotesk', sans-serif; font-weight: 800; font-size: 1.18rem;
    line-height: 1.32; letter-spacing: -.01em; margin: 0 0 .55rem;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.bt-post-card__title a { color: var(--classic-blue, #5d2e8b); text-decoration: none; transition: color .2s ease; }
.bt-post-card__title a:hover { color: var(--gold-600, #b9851f); }
.bt-post-card__excerpt {
    color: var(--neutral-500, #6b7280); font-size: .9rem; line-height: 1.6; margin-bottom: 1.1rem;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.bt-post-card__more {
    margin-top: auto; align-self: flex-start;
    font-weight: 700; font-size: .85rem; text-decoration: none;
    color: var(--classic-blue, #5d2e8b);
    display: inline-flex; align-items: center; gap: .4rem;
}
.bt-post-card__more i { transition: transform .2s ease; }
.bt-post-card__more:hover { color: var(--gold-600, #b9851f); }
.bt-post-card__more:hover i { transform: translateX(4px); }

/* Sidebar */
.bt-blog-sidebar { position: sticky; top: 100px; }
.bt-widget { margin-bottom: 2rem; }
.bt-widget__title {
    font-family: 'Host Grotesk', sans-serif; font-weight: 800; font-size: 1rem;
    color: var(--classic-blue, #5d2e8b); margin-bottom: 1.1rem; padding-bottom: .65rem;
    position: relative; border-bottom: 1px solid var(--neutral-200, #e8e8ee);
}
.bt-widget__title::after {
    content: ""; position: absolute; left: 0; bottom: -1px; width: 42px; height: 3px;
    border-radius: 3px; background: var(--accent-color, #ffc107);
}
.bt-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.bt-chip {
    display: inline-flex; align-items: center; gap: .45rem;
    background: #fff; border: 1px solid var(--neutral-200, #e8e8ee);
    color: var(--neutral-700, #3f4656); text-decoration: none;
    font-size: .82rem; font-weight: 600; padding: .4rem .8rem; border-radius: 999px;
    transition: all .2s ease;
}
.bt-chip__count {
    background: var(--neutral-100, #f5f6f8); color: var(--neutral-500, #6b7280);
    font-size: .7rem; font-weight: 700; padding: 1px 8px; border-radius: 999px;
}
.bt-chip:hover, .bt-chip.is-active {
    background: var(--classic-blue, #5d2e8b); border-color: var(--classic-blue, #5d2e8b); color: #fff;
}
.bt-chip:hover .bt-chip__count, .bt-chip.is-active .bt-chip__count {
    background: rgba(255,255,255,.22); color: #fff;
}

.bt-latest { list-style: none; margin: 0; padding: 0; }
.bt-latest li + li { margin-top: .35rem; padding-top: .9rem; border-top: 1px solid var(--neutral-100, #f5f6f8); }
.bt-latest li:first-child .bt-latest__item { padding-top: 0; }
.bt-latest__item { display: flex; gap: .8rem; text-decoration: none; align-items: center; }
.bt-latest__thumb {
    flex: 0 0 62px; width: 62px; height: 62px; border-radius: 12px; overflow: hidden;
    background: var(--neutral-100, #f5f6f8);
}
.bt-latest__thumb img { width: 100%; height: 100%; object-fit: cover; }
.bt-latest__text { display: flex; flex-direction: column; min-width: 0; }
.bt-latest__title {
    font-weight: 700; font-size: .86rem; line-height: 1.35; color: var(--neutral-900, #1f2430);
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    transition: color .2s ease;
}
.bt-latest__item:hover .bt-latest__title { color: var(--classic-blue, #5d2e8b); }
.bt-latest__date { font-size: .72rem; color: var(--neutral-500, #6b7280); margin-top: .25rem; }

.bt-chips--tags .bt-tag {
    text-decoration: none; font-size: .8rem; font-weight: 600;
    color: var(--neutral-500, #6b7280); background: var(--neutral-100, #f5f6f8);
    padding: .3rem .7rem; border-radius: 8px; transition: all .2s ease;
}
.bt-chips--tags .bt-tag:hover, .bt-chips--tags .bt-tag.is-active {
    background: var(--gold-100, #fbf5e8); color: var(--gold-600, #b9851f);
}

.bt-cta-card {
    text-align: center; color: #fff; padding: 2rem 1.5rem; border-radius: var(--radius-lg, 20px);
    background: radial-gradient(120% 130% at 0% 0%, rgba(255,255,255,.16), rgba(255,255,255,0) 45%),
                linear-gradient(160deg, #6a37a0 0%, var(--classic-blue, #5d2e8b) 60%, #45206a 100%);
    box-shadow: 0 18px 40px rgba(69,32,106,.28);
}
.bt-cta-card i { font-size: 2.4rem; color: var(--accent-color, #ffc107); display: block; margin-bottom: .75rem; }
.bt-cta-card h4 { font-family: 'Host Grotesk', sans-serif; font-weight: 800; margin-bottom: .6rem; }
.bt-cta-card p { font-size: .85rem; opacity: .82; margin-bottom: 1.25rem; }

@media (max-width: 991.98px) {
    .bt-blog-sidebar { position: static; margin-top: 1rem; }
}

/* ============================================================
   Blog detail — professional article layout (.bt-article)
   ============================================================ */
.bt-article { position: relative; }
/* Article body typography (restored from removed inline style, refined) */
.blog-content { font-size: 1.08rem; line-height: 1.85; color: #3f4656; }
.blog-content > *:first-child { margin-top: 0; }
.blog-content p { margin: 0 0 1.35rem; }
.blog-content h2, .blog-content h3, .blog-content h4 {
    font-family: 'Host Grotesk', sans-serif; font-weight: 800; color: var(--classic-blue, #5d2e8b);
    letter-spacing: -.01em; line-height: 1.3; margin: 2.25rem 0 1rem;
}
.blog-content h2 { font-size: 1.6rem; }
.blog-content h3 { font-size: 1.3rem; }
.blog-content h4 { font-size: 1.12rem; }
.blog-content a { color: var(--classic-blue, #5d2e8b); text-decoration: underline; text-underline-offset: 3px; }
.blog-content a:hover { color: var(--gold-600, #b9851f); }
.blog-content ul, .blog-content ol { margin: 0 0 1.35rem; padding-left: 1.3rem; }
.blog-content li { margin-bottom: .5rem; }
.blog-content blockquote {
    margin: 1.75rem 0; padding: 1rem 1.35rem; border-left: 4px solid var(--accent-color, #ffc107);
    background: var(--gold-100, #fbf5e8); border-radius: 0 12px 12px 0;
    color: var(--neutral-700, #3f4656); font-style: italic;
}
.blog-content img { max-width: 100%; height: auto; border-radius: 14px; margin: 1.5rem 0; }

/* Category list (detail sidebar) */
.bt-cat-list { list-style: none; margin: 0; padding: 0; }
.bt-cat-list__link {
    display: flex; align-items: center; justify-content: space-between;
    padding: .7rem .2rem; text-decoration: none; color: var(--neutral-700, #3f4656);
    border-bottom: 1px solid var(--neutral-100, #f5f6f8); font-weight: 600; font-size: .9rem;
    transition: color .2s ease, padding-left .2s ease;
}
.bt-cat-list li:last-child .bt-cat-list__link { border-bottom: 0; }
.bt-cat-list__link:hover, .bt-cat-list__link.is-active { color: var(--classic-blue, #5d2e8b); padding-left: .5rem; }
.bt-cat-list__count {
    background: var(--neutral-100, #f5f6f8); color: var(--neutral-500, #6b7280);
    font-size: .72rem; font-weight: 700; padding: 1px 9px; border-radius: 999px;
}
.bt-cat-list__link:hover .bt-cat-list__count, .bt-cat-list__link.is-active .bt-cat-list__count {
    background: var(--gold-100, #fbf5e8); color: var(--gold-600, #b9851f);
}

/* Footer legal links inline beside the copyright */
.footer-legal-inline { margin-top: 2px; }
.footer-legal-inline a {
    color: var(--neutral-500, #6b7280); text-decoration: none; font-weight: 600; transition: color .2s ease;
}
.footer-legal-inline a:hover, .footer-legal-inline a:focus-visible { color: var(--classic-blue, #5d2e8b); }
.footer-legal-inline .bt-sep { color: var(--neutral-300, #d4d8e0); }

/* ============================================================
   Chat Support widget (.bt-support) — floating support launcher
   ============================================================ */
.bt-support { position: fixed; right: 24px; bottom: 24px; z-index: 1040; }
.bt-support__toggle {
    position: relative; width: 62px; height: 62px; border: none; border-radius: 50%;
    display: grid; place-items: center; cursor: pointer; color: #fff;
    background: linear-gradient(160deg, #7a44b3, var(--classic-blue, #5d2e8b));
    box-shadow: 0 12px 30px rgba(93,46,139,.38);
    transition: transform .2s ease, box-shadow .2s ease;
}
.bt-support__toggle:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(93,46,139,.45); }
.bt-support__icon { position: absolute; font-size: 1.5rem; transition: opacity .2s ease, transform .2s ease; }
.bt-support__icon--close { opacity: 0; transform: rotate(-90deg); font-size: 1.25rem; }
.bt-support.is-open .bt-support__icon--open { opacity: 0; transform: rotate(90deg); }
.bt-support.is-open .bt-support__icon--close { opacity: 1; transform: rotate(0); }
.bt-support__pulse {
    position: absolute; inset: 0; border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(93,46,139,.45); animation: bt-support-pulse 2.4s infinite;
}
.bt-support.is-open .bt-support__pulse { animation: none; }
@keyframes bt-support-pulse { 70% { box-shadow: 0 0 0 16px rgba(93,46,139,0); } 100% { box-shadow: 0 0 0 0 rgba(93,46,139,0); } }

.bt-support__panel {
    position: absolute; right: 0; bottom: 78px; width: min(360px, calc(100vw - 32px));
    background: #fff; border-radius: 20px; overflow: hidden;
    box-shadow: 0 24px 60px rgba(31,36,48,.24); border: 1px solid var(--neutral-200,#e8e8ee);
    opacity: 0; visibility: hidden; transform: translateY(16px) scale(.98);
    transform-origin: bottom right; transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.bt-support.is-open .bt-support__panel { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.bt-support__header {
    display: flex; align-items: center; justify-content: space-between; gap: .75rem;
    padding: 1.05rem 1.15rem; color: #fff;
    background: linear-gradient(135deg, #6a37a0 0%, var(--classic-blue,#5d2e8b) 60%, #45206a 100%);
}
.bt-support__brand { display: flex; align-items: center; gap: .65rem; }
.bt-support__brand img { border-radius: 10px; background: rgba(255,255,255,.15); padding: 3px; }
.bt-support__brand-text { display: flex; flex-direction: column; line-height: 1.25; }
.bt-support__title { font-family: 'Host Grotesk', sans-serif; font-weight: 800; font-size: 1rem; }
.bt-support__status { font-size: .72rem; opacity: .85; display: inline-flex; align-items: center; gap: .35rem; }
.bt-support__online { width: 8px; height: 8px; border-radius: 50%; background: #46d17f; box-shadow: 0 0 0 3px rgba(70,209,127,.25); }
.bt-support__close { background: rgba(255,255,255,.15); border: none; color: #fff; width: 30px; height: 30px; border-radius: 50%; cursor: pointer; }
.bt-support__close:hover { background: rgba(255,255,255,.28); }
.bt-support__body { padding: 1.1rem 1.15rem .5rem; }
.bt-support__intro { font-size: .88rem; color: var(--neutral-700,#3f4656); line-height: 1.55; margin-bottom: 1rem; }
.bt-support__channel {
    display: flex; align-items: center; gap: .8rem; text-decoration: none;
    padding: .7rem .8rem; border-radius: 14px; border: 1px solid var(--neutral-200,#e8e8ee);
    margin-bottom: .6rem; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; background: #fff;
}
.bt-support__channel:hover { transform: translateY(-2px); border-color: transparent; box-shadow: 0 10px 24px rgba(31,36,48,.12); }
.bt-support__ch-icon { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 12px; display: grid; place-items: center; font-size: 1.15rem; color: #fff; background: #25d366; }
.bt-support__ch-icon--purple { background: var(--classic-blue,#5d2e8b); }
.bt-support__ch-icon--gold { background: var(--accent-color,#ffc107); color: #4c2472; }
.bt-support__ch-text { display: flex; flex-direction: column; min-width: 0; }
.bt-support__ch-title { font-weight: 700; font-size: .9rem; color: var(--neutral-900,#1f2430); }
.bt-support__ch-sub { font-size: .76rem; color: var(--neutral-500,#6b7280); }
.bt-support__ch-arrow { margin-left: auto; color: var(--neutral-300,#d4d8e0); transition: transform .2s ease, color .2s ease; }
.bt-support__channel:hover .bt-support__ch-arrow { transform: translateX(3px); color: var(--classic-blue,#5d2e8b); }
.bt-support__footer { padding: .5rem 1.15rem 1.15rem; text-align: center; }
.bt-support__reassure { display: block; margin-top: .6rem; font-size: .72rem; color: var(--neutral-500,#6b7280); }
.bt-support__reassure i { color: var(--success,#1a7f4b); }
@media (max-width: 575.98px) { .bt-support { right: 16px; bottom: 16px; } }

/* ============================================================
   Blog article hero (featured image background + author meta)
   ============================================================ */
.hero-article { min-height: 520px; }
.hero-article::before {
    background: linear-gradient(180deg, rgba(28,18,42,.34) 0%, rgba(28,18,42,.55) 55%, rgba(28,18,42,.82) 100%) !important;
}
.hero-article .hero-title { color: #fff !important; }
.hero-article .hero-breadcrumb .breadcrumb-item a,
.hero-article .hero-breadcrumb .text-muted { color: rgba(255,255,255,.80) !important; }
.hero-article .hero-breadcrumb .breadcrumb-item.active { color: var(--accent-color,#ffc107) !important; }
.hero-article .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.55) !important; }

.hero-article-meta { display: inline-flex; align-items: center; gap: .8rem; }
.hero-article-avatar {
    width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 1.1rem; color: var(--classic-blue,#5d2e8b);
    background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.2);
}
.hero-article-byline { display: flex; flex-direction: row; align-items: center; column-gap: .5rem; color: #fff; white-space: nowrap; }
.hero-article-name { font-weight: 700; font-size: .95rem; }
.hero-article-name::after { content: "·"; margin-left: .5rem; opacity: .55; font-weight: 400; }
.hero-article-sub { font-size: .85rem; opacity: .9; white-space: nowrap; }
.hero-article-sub i { margin-right: .25rem; }

/* Footer brand column (logo moved up) + single-row bottom bar */
.footer-brand-col .footer-logo-image { width: 170px; height: 62px; margin-bottom: 1rem; }
.footer-brand-tagline {
    color: var(--neutral-500, #6b7280); font-size: .88rem; line-height: 1.6; max-width: 260px; margin: 0;
}
.footer-legal-sep { color: var(--neutral-300, #d4d8e0); margin: 0 .35rem; }
.footer-legal-link { color: var(--neutral-500, #6b7280); text-decoration: none; font-weight: 600; }
.footer-legal-link:hover, .footer-legal-link:focus-visible { color: var(--classic-blue, #5d2e8b); }
@media (max-width: 767.98px) {
    .footer-brand-col { text-align: center; }
    .footer-brand-tagline { margin-inline: auto; }
}

/* Blog detail sidebar — each section isolated as its own white card */
.bt-blog-sidebar--card .bt-widget {
    background: #fff;
    border: 1px solid var(--neutral-200, #e8e8ee);
    border-radius: var(--radius-lg, 20px);
    box-shadow: 0 10px 30px rgba(31, 36, 48, .06);
    padding: 1.5rem 1.35rem;
    margin-bottom: 1.5rem;
}

/* Keep the reCAPTCHA widget within narrow containers (e.g. booking popup) */
.btw-recaptcha { max-width: 100%; overflow-x: auto; display: flex; justify-content: center; }
