/*
 * TWF HR - Shared site stylesheet (v2)
 * Auto-extracted from 37 pages + shared mobile overhaul 2026-04-16.
 * Page-specific overrides remain inline.
 * Generated: 2026-04-15T18:32:17.565174
 */

/* ===== CSS VARIABLES ===== */
:root {
  --gold: #C9A84C;
  --gold-text: #8B7333;
  --navy: #0C1220;
  --white: #FFFFFF;
}

/* ===== GLOBAL RESETS ===== */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body { overflow-x: hidden; }

/* ===== End Mega Menu ===== */

/* ===== Inner Page Header Spacing Rhythm Fix ===== */
.inner-page-header,
.page-header {
    padding: 140px 40px 80px !important;
}
.inner-page-header .container > .breadcrumb,
.inner-page-header .ip-container > .breadcrumb,
.page-header .page-header-container > .breadcrumbs {
    margin-bottom: 20px;
}
.inner-page-header .sbs-phase-badge,
.page-header .sbs-phase-badge {
    margin-top: 0 !important;
    margin-bottom: 28px;
}
.inner-page-header h1,
.page-header h1,
.page-header .page-header-title {
    margin-bottom: 18px !important;
    margin-top: 0;
}
.inner-page-header .subtitle,
.page-header .subtitle,
.page-header .page-header-subtitle {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== End Header Spacing Fix ===== */

/* ===== Resources Hero Contrast Fix ===== */
/* The gold-tinted promo box was placed inside the navy header with navy text.
   Promote it out of the header flow: make it a readable callout that sits
   below the header once we relocate it in markup, but even before relocation
   this ensures readability if it stays inline. */
.inner-page-header .hero-callout,
.inner-page-header [class*="callout"],
.inner-page-header > .container > div[style*="rgba(201,168,76,0.1)"],
.inner-page-header .ip-container > div[style*="rgba(201,168,76,0.1)"] {
    background: rgba(201, 168, 76, 0.95) !important;
    border: 1px solid var(--gold, #C9A84C) !important;
    color: var(--navy, #0C1220) !important;
}
.inner-page-header .hero-callout p,
.inner-page-header [class*="callout"] p,
.inner-page-header > .container > div[style*="rgba(201,168,76,0.1)"] p,
.inner-page-header .ip-container > div[style*="rgba(201,168,76,0.1)"] p {
    color: var(--navy, #0C1220) !important;
}

/* ===== FIX #9: TYPOGRAPHIC SCALE ===== */
        h1 { font-size: 52px; font-weight: 800; line-height: 1.1; letter-spacing: -0.5px; }
        h2 { font-size: 36px; font-weight: 700; line-height: 1.2; }
        h3 { font-size: 24px; font-weight: 700; line-height: 1.3; }
        h4 { font-size: 18px; font-weight: 600; line-height: 1.4; }
        .label-text { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--gold-text); }

/* ===== FIX #13: ACCESSIBILITY - Focus States ===== */
        a:focus-visible,
        button:focus-visible,
        input:focus-visible,
        select:focus-visible,
        textarea:focus-visible {
            outline: 2px solid var(--gold);
            outline-offset: 2px;
        }
        input[type="text"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
            border-color: var(--gold-text);
            box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
        }
        .skip-link {
            position: absolute;
            top: -100px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--navy);
            color: var(--white);
            padding: 12px 24px;
            border-radius: 0 0 8px 8px;
            z-index: 10000;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: top 0.2s;
        }
        .skip-link:focus {
            top: 0;
        }

/* ===== FIX #11: PREFERS-REDUCED-MOTION ===== */
        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
            .hero-video-bg, video[autoplay] {
                display: none !important;
            }
        }

/* ===== FIX #7: BUTTON HIERARCHY SYSTEM ===== */
        .btn-primary, .btn.btn-primary {
            background: var(--gold);
            color: var(--navy);
            border: 2px solid var(--gold);
            padding: 14px 32px;
            font-size: 15px;
            font-weight: 600;
            border-radius: 28px;
            cursor: pointer;
            transition: all 0.2s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-family: 'DM Sans', sans-serif;
        }
        .btn-primary:hover, .btn.btn-primary:hover {
            background: #B8943F;
            border-color: #B8943F;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(201, 168, 76, 0.3);
        }
        .btn-secondary, .btn.btn-secondary {
            background: transparent;
            color: var(--gold-text);
            border: 2px solid var(--gold);
            padding: 14px 32px;
            font-size: 15px;
            font-weight: 600;
            border-radius: 28px;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        .btn-secondary:hover, .btn.btn-secondary:hover {
            background: rgba(201, 168, 76, 0.1);
            transform: translateY(-1px);
        }
        .btn-tertiary {
            background: none;
            color: var(--gold-text);
            border: none;
            padding: 8px 0;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: underline;
            text-underline-offset: 4px;
        }
        .btn-tertiary:hover { text-decoration-thickness: 2px; }

/* ===== FIX #1: HERO CREDENTIALS BANNER ===== */
        .credentials-label {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: var(--gold-text);
            display: block;
            margin-bottom: 16px;
        }
        .hero-proof {
            display: flex;
            gap: 32px;
            margin: 32px 0 24px;
            padding: 20px 0;
            border-top: 1px solid rgba(201, 168, 76, 0.3);
            border-bottom: 1px solid rgba(201, 168, 76, 0.3);
            flex-wrap: wrap;
        }
        .proof-item {
            font-size: 14px;
            font-weight: 600;
            color: rgba(255,255,255,0.9);
            position: relative;
            padding-left: 16px;
        }
        .proof-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 6px;
            background: var(--gold);
            border-radius: 50%;
        }

/* ===== FIX #2: SOCIAL PROOF REDESIGN ===== */
        .hero-trust-section {
            margin-top: 40px;
            padding-top: 32px;
        }
        .trust-badge-row {
            display: flex;
            gap: 48px;
            align-items: center;
            flex-wrap: wrap;
        }
        .trust-metric {
            text-align: center;
        }
        .trust-metric-number {
            font-size: 28px;
            font-weight: 800;
            color: var(--gold-text);
            display: block;
            line-height: 1;
        }
        .trust-metric-label {
            font-size: 11px;
            color: rgba(255,255,255,0.85);
            margin-top: 4px;
            display: block;
        }

/* ===== FIX #15: ENTERPRISE TRUST SIGNALS ===== */
        .enterprise-trust-bar {
            padding: 48px 40px;
            background: var(--navy);
            border-top: 2px solid var(--gold);
        }
        .trust-signals-grid {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 32px;
            text-align: center;
        }
        .trust-signal-item {
            padding: 24px;
        }
        .trust-signal-icon {
            font-size: 32px;
            margin-bottom: 12px;
        }
        .trust-signal-label {
            font-size: 14px;
            font-weight: 700;
            color: var(--gold-text);
            margin-bottom: 4px;
        }
        .trust-signal-detail {
            font-size: 12px;
            color: rgba(255,255,255,0.85);
        }

/* ===== FIX #6: TESTIMONIAL VERIFICATION ===== */
        .testimonial-verification {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin-top: 16px;
        }
        .verification-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: rgba(22, 163, 74, 0.1);
            color: var(--status-success);
            font-size: 11px;
            font-weight: 700;
            padding: 4px 12px;
            border-radius: 4px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }
        .testimonial-photo {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--light-navy), var(--gray-300, #D1D5DB));
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 700;
            color: var(--navy);
            flex-shrink: 0;
        }
        .testimonial-author-block {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            margin-top: 20px;
        }

/* ===== FIX #14: CTA HIERARCHY STYLES ===== */
        .cta-stage-label {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--gold-text);
            margin-bottom: 8px;
        }
        .cta-note {
            font-size: 13px;
            color: var(--mid-gray);
            margin-top: 8px;
        }

/* ===== FIX #16: PRICING PAGE ===== */
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .pricing-card {
            background: var(--white);
            border: 1px solid var(--gray-200);
            border-radius: 16px;
            padding: 40px 32px;
            position: relative;
            transition: all 0.2s ease;
        }
        .pricing-card:hover {
            border-color: var(--gold-text);
            box-shadow: 0 8px 32px rgba(201,168,76,0.12);
        }
        .pricing-card.featured {
            border: 2px solid var(--gold);
            box-shadow: 0 8px 32px rgba(201,168,76,0.15);
        }
        .tier-badge {
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--gold);
            color: var(--navy);
            font-size: 11px;
            font-weight: 700;
            padding: 4px 16px;
            border-radius: 20px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .tier-label {
            font-size: 20px;
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 4px;
        }
        .tier-size {
            font-size: 14px;
            color: var(--mid-gray);
            margin-bottom: 4px;
        }
        .tier-focus {
            font-size: 12px;
            color: var(--gold-text);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 24px;
        }
        .program-pricing {
            border-top: 1px solid var(--gray-200);
            padding-top: 20px;
            margin-bottom: 24px;
        }
        .program-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
            border-bottom: 1px solid #F3F4F6;
        }
        .program-row:last-child { border-bottom: none; }
        .program-name { font-size: 14px; color: var(--navy); }
        .program-price { font-size: 14px; font-weight: 700; color: var(--navy); }

/* ===== FIX #19: FOOTER REDESIGN ===== */
        .footer-redesign {
            background: var(--navy);
            color: rgba(255,255,255,0.85);
            padding: 64px 40px 32px;
        }
        .footer-grid {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 48px;
        }
        .footer-brand p {
            font-size: 14px;
            color: rgba(255,255,255,0.85);
            line-height: 1.7;
            margin-top: 12px;
        }
        .footer-contact-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            color: rgba(255,255,255,0.7);
            margin-top: 8px;
        }
        .footer-contact-item a { color: rgba(255,255,255,0.7); text-decoration: none; }
        .footer-contact-item a:hover { color: var(--gold-text); }
        .footer-section-title {
            font-size: 13px;
            font-weight: 700;
            color: var(--gold-text);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 16px;
        }
        .footer-links { list-style: none; padding: 0; }
        .footer-links li { margin-bottom: 10px; }
        .footer-links a {
            font-size: 14px;
            color: rgba(255,255,255,0.7);
            text-decoration: none;
            transition: color 0.2s;
        }
        .footer-links a:hover { color: var(--gold-text); }
        .footer-divider {
            max-width: 1200px;
            margin: 0 auto;
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
        }
        .footer-legal-links { display: flex; gap: 24px; }
        .footer-legal-links a {
            font-size: 12px;
            color: rgba(255,255,255,0.7);
            text-decoration: none;
        }
        .footer-legal-links a:hover { color: var(--gold-text); }
        .footer-trust-badges {
            display: flex;
            gap: 12px;
        }
        .footer-badge {
            border: 1px solid rgba(201,168,76,0.3);
            border-radius: 6px;
            padding: 6px 14px;
            font-size: 11px;
            font-weight: 700;
            color: var(--gold-text);
        }

/* ===== SPA PAGE ROUTING ===== */
        .page { display: none; }
        .page.active { display: block; }

/* ===== SECTION STYLING ===== */
        .page-body {
            width: 100%;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        section[class^="section-"] {
            padding: 80px 40px;
        }

        .section-problem {
            background-color: var(--white);
        }

        .section-problem h2 {
            font-size: 32px;
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 24px;
        }

        .section-problem p {
            font-size: 16px;
            line-height: 1.8;
            color: var(--navy);
            margin-bottom: 16px;
        }

        .section-deliverables {
            background-color: var(--white);
        }

        .section-deliverables h2 {
            font-size: 32px;
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 40px;
            text-align: center;
        }

        .section-outcomes {
            background-color: var(--white);
        }

        .section-outcomes h2 {
            font-size: 32px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 40px;
        }

        .section-fit {
            background-color: var(--light-gray);
        }

        .section-fit h2 {
            font-size: 32px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 40px;
        }

        .section-process {
            background-color: var(--white);
        }

        .section-process h2 {
            font-size: 32px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 40px;
        }

        .section-testimonial {
            background-color: var(--navy);
            color: var(--white);
        }

        .section-testimonial h2 {
            color: var(--white);
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 40px;
        }

        .section-cta {
            background-color: var(--navy);
            color: var(--white);
            text-align: center;
        }

        .section-cta h2 {
            color: var(--white);
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .section-related {
            background-color: var(--light-gray);
        }

        .section-related h2 {
            font-size: 32px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 40px;
        }

/* ===== DELIVERABLE CARD STYLING ===== */
        .deliverable-card {
            background: var(--white);
            border: 1px solid var(--gray-200);
            border-radius: 12px;
            padding: 24px;
            transition: all 0.3s ease;
            text-align: center;
        }

        .deliverable-card:hover {
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            transform: translateY(-4px);
        }

        .deliverable-card h3 {
            font-size: 16px;
            font-weight: 700;
            color: var(--navy);
            margin-top: 16px;
            margin-bottom: 8px;
        }

        .deliverable-card p {
            font-size: 14px;
            color: var(--mid-gray);
            line-height: 1.6;
        }

        .card-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            background-color: var(--gold-text);
            color: var(--navy);
            font-weight: 700;
            border-radius: 50%;
            font-size: 16px;
        }

/* ===== TIMELINE STYLING ===== */
        .timeline {
            position: relative;
        }

        .timeline-item {
            margin-bottom: 32px;
            position: relative;
            padding-left: 0;
        }

        .timeline-marker {
            display: inline-block;
            background-color: var(--gold-text);
            color: var(--navy);
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .timeline-content h4 {
            font-size: 18px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 8px;
        }

        .timeline-content p {
            font-size: 14px;
            color: var(--mid-gray);
            line-height: 1.6;
        }

/* ===== COMPARISON GRID ===== */
        .comparison-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        .comparison-column {
            background: var(--white);
            border: 1px solid var(--gray-200);
            border-radius: 12px;
            padding: 24px;
            border-left: 4px solid var(--gray-200);
        }

        .comparison-column.is-for {
            border-left-color: var(--green);
        }

        .comparison-column.is-not-for {
            border-left-color: var(--red);
        }

        .comparison-column h3 {
            font-size: 18px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 16px;
        }

        .comparison-column ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .comparison-column ul li {
            font-size: 14px;
            color: var(--navy);
            padding: 8px 0;
            padding-left: 24px;
            position: relative;
        }

        .comparison-column.is-for ul li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--green);
            font-weight: bold;
            font-size: 16px;
        }

        .comparison-column.is-not-for ul li::before {
            content: '✕';
            position: absolute;
            left: 0;
            color: var(--red);
            font-weight: bold;
            font-size: 16px;
        }

/* ===== PROCESS STEPS ===== */
        .process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 24px;
        }

        .process-step {
            background: var(--white);
            border: 1px solid var(--gray-200);
            border-radius: 12px;
            padding: 24px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .process-step:hover {
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            transform: translateY(-4px);
        }

        .step-number {
            font-size: 36px;
            font-weight: 700;
            color: var(--gold-text);
            margin-bottom: 12px;
        }

        .process-step h3 {
            font-size: 18px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 12px;
        }

        .process-step p {
            font-size: 14px;
            color: var(--mid-gray);
            line-height: 1.6;
        }

/* ===== TESTIMONIAL STYLING ===== */
        .testimonial-quote {
            background: rgba(255, 255, 255, 0.1);
            border-left: 4px solid var(--gold);
            padding: 24px;
            border-radius: 8px;
            margin-bottom: 16px;
            font-style: italic;
        }

        .testimonial-quote p {
            color: var(--white);
            font-size: 16px;
            line-height: 1.8;
            margin: 0;
        }

        .testimonial-quote cite {
            display: block;
            color: var(--gold-text);
            font-size: 14px;
            font-style: normal;
            margin-top: 12px;
            font-weight: 600;
        }

/* ===== CTA STYLING ===== */
        .cta-primary {
            text-align: center;
            margin: 24px 0;
        }

        .cta-primary button {
            font-size: 16px;
            padding: 12px 32px;
        }

        .cta-secondary {
            text-align: center;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
        }

        .btn-gold {
            background-color: var(--gold-text);
            color: var(--navy);
            border: none;
            padding: 12px 32px;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 14px;
        }

        .btn-gold:hover {
            background-color: rgba(201, 168, 76, 0.9);
            transform: translateY(-2px);
        }

/* ===== RELATED PROGRAMS GRID ===== */
        .related-programs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 24px;
        }

        .program-card {
            background: var(--white);
            border: 1px solid var(--gray-200);
            border-radius: 12px;
            padding: 24px;
            transition: all 0.3s ease;
        }

        .program-card:hover {
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            transform: translateY(-4px);
        }

        .program-card h3 {
            font-size: 18px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 12px;
        }

        .program-card p {
            font-size: 14px;
            color: var(--mid-gray);
            line-height: 1.6;
        }

/* ===== OUTCOME CARDS ===== */
        .outcomes-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 24px;
        }

        .outcome-card {
            background: var(--white);
            border: 1px solid var(--gray-200);
            border-radius: 12px;
            padding: 24px;
            text-align: center;
        }

        .outcome-card h3 {
            font-size: 16px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 12px;
        }

        .outcome-card p {
            font-size: 14px;
            color: var(--mid-gray);
            line-height: 1.6;
        }

/* ===== SPOTLIGHT/RAPID CONSULT CLASSES (BEM) ===== */
        .spotlight-card__image {
            width: 80px;
            height: 80px;
            background-color: #E8EDF4;
            color: var(--gold-text);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 28px;
            margin: 0 auto 16px;
        }

        .spotlight-card__content {
            text-align: center;
        }

        .spotlight-card__name {
            font-size: 18px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 4px;
        }

        .spotlight-card__title {
            font-size: 13px;
            color: var(--mid-gray);
            margin-bottom: 4px;
        }

        .spotlight-card__description {
            font-size: 14px;
            color: var(--mid-gray);
            font-style: italic;
            line-height: 1.6;
        }

        .spotlight-card {
            background: var(--white);
            border: 1px solid var(--gray-200);
            border-radius: 12px;
            padding: 24px;
            transition: all 0.3s ease;
        }

        .spotlight-card:hover {
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        }

/* ===== CLIENT JOURNEY ===== */
        .client-journey {
            display: flex;
            gap: 24px;
            align-items: flex-start;
            flex-wrap: wrap;
        }

        .journey-step {
            flex: 1;
            min-width: 200px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .journey-step__number {
            width: 40px;
            height: 40px;
            background-color: var(--gold-text);
            color: var(--navy);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 16px;
            margin-bottom: 12px;
        }

        .journey-step__title {
            font-size: 16px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 8px;
        }

        .journey-step__description {
            font-size: 13px;
            color: var(--mid-gray);
            line-height: 1.6;
        }

/* ===== STATS BAR ===== */
        .stats-bar {
            margin-bottom: 20px;
        }

        .stats-bar__label {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
            font-size: 14px;
        }

        .stats-bar__value {
            font-weight: 700;
            color: var(--gold-text);
            font-size: 18px;
        }

        .stats-bar__track {
            width: 100%;
            height: 8px;
            background-color: rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            overflow: hidden;
        }

        .stats-bar__fill {
            height: 100%;
            background-color: var(--gold-text);
            width: var(--width, 0%);
            border-radius: 4px;
            animation: fillAnimation 1.5s ease-out forwards;
        }

        @keyframes fillAnimation {
            from {
                width: 0;
            }
        }

/* ===== LANE TILES ===== */
        .lane-tile {
            background: var(--white);
            border: 1px solid var(--gray-200);
            border-radius: 12px;
            padding: 24px;
            transition: all 0.3s ease;
        }

        .lane-tile:hover {
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            transform: translateY(-4px);
        }

        .lane-tile__icon {
            font-size: 32px;
            margin-bottom: 12px;
        }

        .lane-tile__title {
            font-size: 16px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 8px;
        }

        .lane-tile__description {
            font-size: 13px;
            color: var(--mid-gray);
            line-height: 1.6;
        }

/* ===== FORM STYLING ===== */
        .form-group {
            margin-bottom: 16px;
        }

        .form-label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: var(--navy);
            margin-bottom: 6px;
        }

        .form-label.required::after {
            content: ' *';
            color: var(--red);
        }

        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 10px 12px;
            font-size: 14px;
            border: 1px solid var(--gray-200);
            border-radius: 8px;
            font-family: inherit;
            transition: border-color 0.3s ease;
        }

        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: var(--gold-text);
        }

        .form-group textarea {
            min-height: 120px;
            resize: vertical;
        }

/* ===== GRID UTILITIES ===== */
        .grid-3 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 24px;
        }

        .grid-4 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 24px;
        }

/* ===== VALUE STACK STYLING ===== */
        .value-stack {
            padding: 60px 40px;
            background: var(--white);
        }

        .value-stack-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .value-stack h2 {
            font-size: 32px;
            font-weight: 700;
            color: var(--navy);
            text-align: center;
            margin-bottom: 12px;
        }

        .section-subtitle {
            font-size: 16px;
            color: var(--mid-gray);
            text-align: center;
            margin-bottom: 40px;
        }

        .value-card {
            background: var(--light-gray);
            border-radius: 12px;
            padding: 24px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .value-card:hover {
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
            transform: translateY(-4px);
        }

        .value-icon {
            font-size: 40px;
            margin-bottom: 12px;
        }

        .value-card h3 {
            font-size: 16px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 8px;
        }

        .value-price {
            color: var(--gold-text);
            font-weight: 700;
            font-size: 14px;
            margin-bottom: 8px;
        }

        .value-description {
            font-size: 14px;
            color: var(--mid-gray);
            line-height: 1.6;
        }

        .value-total {
            background: var(--navy);
            color: var(--white);
            padding: 40px;
            border-radius: 12px;
            text-align: center;
            margin-top: 40px;
        }

        .total-label {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 8px;
        }

        .total-amount {
            font-size: 42px;
            font-weight: 800;
            color: var(--gold-text);
            margin-bottom: 8px;
        }

        .total-description {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.9);
        }

/* ===== RESPONSIVE ===== */
        @media (max-width: 768px) {
            .page-header {
                padding: 80px 20px 40px;
            }

            .page-header-title,
            .page-header__title {
                font-size: 32px;
            }

            .section-problem,
            .section-deliverables,
            .section-outcomes,
            .section-fit,
            .section-process,
            .section-testimonial,
            .section-cta,
            .section-related {
                padding: 40px 20px;
            }

            .grid-3, .grid-4 {
                grid-template-columns: 1fr;
            }

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

            .hero-heading {
                font-size: 32px;
            }

            .hero-ctas {
                flex-direction: column;
                align-items: flex-start;
            }
        }

        @media (max-width: 480px) {
            .page-header {
                padding: 60px 16px 30px;
            }

            .page-header-title,
            .page-header__title {
                font-size: 24px;
            }

            .hero-heading {
                font-size: 24px;
            }

            .hero-subhead {
                font-size: 14px;
            }
        }

/* ===== STAT RING CARDS (SVG DONUT + COUNTER) ===== */
        .stat-rings-grid {
            max-width: 1000px;
            margin: 0 auto;
        }

        .stat-ring-card {
            text-align: center;
            padding: 8px;
        }

        .stat-ring {
            position: relative;
            width: 140px;
            height: 140px;
            margin: 0 auto 16px;
        }

        .stat-ring svg {
            width: 100%;
            height: 100%;
            transform: rotate(-90deg);
        }

        .stat-ring-progress {
            transition: stroke-dashoffset 1.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .stat-ring-number {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 36px;
            font-weight: 800;
            color: var(--gold-text);
            line-height: 1;
        }

        .stat-ring-unit {
            font-size: 20px;
            font-weight: 600;
        }

        .stat-ring-label {
            font-size: 13px;
            line-height: 1.5;
            color: rgba(255,255,255,0.75);
            max-width: 180px;
            margin: 0 auto;
        }

        @media (max-width: 768px) {
            .stat-rings-grid.grid-4 {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
            }
            .stat-ring {
                width: 120px;
                height: 120px;
            }
            .stat-ring-number {
                font-size: 28px;
            }
        }

/* ===== STEP CARDS ===== */
        .step-card {
            text-align: center;
            padding: 24px 16px;
        }

        .step-card-number {
            font-size: 32px;
            font-weight: 800;
            color: var(--gold-text);
            margin-bottom: 12px;
            line-height: 1;
        }

        .step-card-title {
            font-size: 16px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 8px;
        }

        .step-card-desc {
            font-size: 13px;
            color: var(--mid-gray);
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .step-card {
                padding: 16px 12px;
            }
        }

/* ===== WORKFORCE HEALTH SCORE DIAGNOSTIC ===== */
.health-score-diagnostic {
  background: var(--light-gray);
  padding: 60px 40px;
  border-radius: 0;
}
.diagnostic-container {
  max-width: 800px;
  margin: 0 auto;
}
.diagnostic-header {
  text-align: center;
  margin-bottom: 32px;
}
.diagnostic-badge {
  display: inline-block;
  background: rgba(201, 168, 76, 0.15);
  color: var(--gold-text);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.diagnostic-header h2 {
  font-size: 32px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}
.diagnostic-subhead {
  font-size: 16px;
  color: var(--mid-gray);
}
.diagnostic-card {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--gray-200);
}
.diagnostic-question {
  display: none;
  animation: fadeInWidget 0.4s ease;
}
.diagnostic-question.active {
  display: block;
}
.question-progress {
  font-size: 13px;
  color: var(--gold-text);
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.question-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 24px;
  line-height: 1.4;
}
.question-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.option-btn {
  background: var(--light-gray);
  border: 2px solid var(--gray-200);
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--navy);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  font-family: inherit;
}
.option-btn:hover {
  border-color: var(--gold-text);
  background: rgba(201, 168, 76, 0.05);
  transform: translateX(4px);
}
.diagnostic-results {
  text-align: center;
}
.results-header {
  margin-bottom: 24px;
}
.results-header h3 {
  font-size: 18px;
  color: var(--mid-gray);
  margin-bottom: 16px;
}
.score-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), rgba(12,18,32,0.9));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.score-number {
  font-size: 48px;
  font-weight: 800;
  color: var(--gold-text);
  line-height: 1;
}
.score-max {
  font-size: 16px;
  color: #94A3B8;
}
.score-bar-container {
  background: var(--gray-200);
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
  margin: 20px 0;
}
.score-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--gold), #D4B65E);
  border-radius: 6px;
  width: 0%;
  transition: width 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.score-rating {
  font-size: 20px;
  font-weight: 700;
  margin: 16px 0;
  padding: 12px;
  border-radius: 8px;
}
.score-rating.green { background: rgba(22, 163, 74, 0.1); color: var(--green); }
.score-rating.yellow { background: rgba(217, 119, 6, 0.1); color: #D97706; }
.score-rating.red { background: rgba(220, 38, 38, 0.1); color: var(--red); }
.score-gaps {
  text-align: left;
  background: var(--light-gray);
  padding: 20px;
  border-radius: 12px;
  margin: 20px 0;
}
.score-gaps h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.score-gaps ul { list-style: none; padding: 0; }
.score-gaps li { padding: 8px 0 8px 24px; position: relative; font-size: 14px; color: var(--mid-gray); }
.score-gaps li::before { content: "\26A0"; position: absolute; left: 0; color: var(--gold-text); }
.results-actions { display: flex; gap: 16px; justify-content: center; margin-top: 24px; }
.restart-btn { background: none; border: none; color: var(--mid-gray); font-size: 13px; cursor: pointer; margin-top: 20px; text-decoration: underline; }
.restart-btn:hover { color: var(--gold-text); }

/* ===== CLIENT SUCCESS TIMELINE ===== */
.client-success-timeline { padding: 60px 40px; background: var(--white); }
.timeline-container { max-width: 1000px; margin: 0 auto; }
.timeline-header { text-align: center; margin-bottom: 48px; }
.timeline-header h2 { font-size: 32px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.timeline-badge { display: inline-block; background: rgba(201, 168, 76, 0.15); color: var(--gold-text); font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; letter-spacing: 0.5px; }
.success-timeline { position: relative; padding-left: 40px; }
.success-timeline::before { content: ''; position: absolute; left: 16px; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, var(--gold), var(--navy)); border-radius: 2px; }
.timeline-entry { position: relative; margin-bottom: 48px; animation: fadeInWidget 0.6s ease; }
.timeline-entry::before { content: ''; position: absolute; left: -32px; top: 8px; width: 16px; height: 16px; background: var(--gold); border-radius: 50%; border: 3px solid var(--white); box-shadow: 0 0 0 3px var(--gold); z-index: 1; }
.timeline-entry-card { background: var(--light-gray); border-radius: 16px; padding: 32px; border-left: 4px solid var(--gold); transition: all 0.3s ease; }
.timeline-entry-card:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); transform: translateX(4px); }
.timeline-entry-meta { display: flex; gap: 16px; align-items: center; margin-bottom: 12px; flex-wrap: wrap; }
.timeline-org-type { background: rgba(201, 168, 76, 0.15); color: var(--gold-text); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 12px; }
.timeline-timeframe { font-size: 12px; color: var(--mid-gray); font-weight: 600; }
.timeline-entry-card h3 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.timeline-entry-card p { font-size: 14px; color: var(--mid-gray); line-height: 1.6; margin-bottom: 16px; }
.timeline-metrics { display: flex; gap: 24px; flex-wrap: wrap; }
.timeline-metric { text-align: center; }
.timeline-metric-value { font-size: 24px; font-weight: 800; color: var(--gold-text); line-height: 1; }
.timeline-metric-label { font-size: 11px; color: var(--mid-gray); margin-top: 4px; }

/* ===== BEFORE & AFTER DOCUMENT VISUALIZER ===== */
.document-visualizer { background: var(--light-gray); padding: 60px 40px; }
.visualizer-container { max-width: 1200px; margin: 0 auto; }
.visualizer-header { text-align: center; margin-bottom: 40px; }
.visualizer-badge { display: inline-block; background: rgba(201, 168, 76, 0.15); color: var(--gold-text); font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; }
.visualizer-header h2 { font-size: 32px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.visualizer-subhead { font-size: 16px; color: var(--mid-gray); }
.comparison-slider { position: relative; margin: 40px 0; }
.comparison-container { position: relative; display: flex; overflow: hidden; border-radius: 16px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); }
.comparison-item { flex: 1; background: white; overflow-y: auto; max-height: 500px; }
.comparison-item.before { border-right: 2px solid var(--gray-200); }
.comparison-label { background: var(--navy); color: white; padding: 12px 20px; font-size: 14px; font-weight: 600; text-align: center; }
.document-preview { padding: 24px; }
.document-preview.gold-border { border-left: 4px solid var(--gold); }
.document-header { margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--gray-200); }
.document-header h4 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.document-date { font-size: 11px; color: var(--mid-gray); }
.document-section { margin-bottom: 20px; }
.document-section h5 { font-size: 13px; font-weight: 700; color: var(--gold-text); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.document-section p { font-size: 13px; color: var(--navy); line-height: 1.5; }
.document-section.highlight { background: rgba(201, 168, 76, 0.05); padding: 12px; border-radius: 8px; margin-top: 16px; }
.document-warning { background: rgba(220, 38, 38, 0.1); color: var(--red); padding: 12px; border-radius: 8px; font-size: 12px; margin-top: 20px; }
.slider-input { width: 100%; margin-top: 24px; -webkit-appearance: none; background: var(--gray-200); height: 4px; border-radius: 2px; outline: none; }
.slider-input::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%; background: var(--gold); cursor: pointer; border: none; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
.visualizer-cta { text-align: center; margin-top: 40px; display: flex; gap: 16px; justify-content: center; }

/* ===== COMPLIANCE EXPOSURE VISUALIZER ===== */
.exposure-visualizer { background: var(--white); padding: 60px 40px; }
.exposure-container { max-width: 1000px; margin: 0 auto; }
.exposure-header { text-align: center; margin-bottom: 40px; }
.exposure-badge { display: inline-block; background: rgba(220, 38, 38, 0.1); color: var(--red); font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; }
.exposure-header h2 { font-size: 32px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.exposure-subhead { font-size: 16px; color: var(--mid-gray); }
.exposure-controls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; background: var(--light-gray); padding: 24px; border-radius: 12px; margin-bottom: 32px; }
.control-group label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.control-group select, .control-group input[type="text"] { width: 100%; padding: 10px 12px; border: 2px solid var(--gray-200); border-radius: 8px; font-size: 14px; font-family: inherit; }
.control-group input[type="range"] { width: calc(100% - 50px); margin-right: 10px; }
.exposure-heatmap { background: var(--light-gray); border-radius: 12px; padding: 24px; margin-bottom: 32px; }
.heatmap-row { display: grid; grid-template-columns: 180px 1fr 140px; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--gray-200); position: relative; }
.heatmap-row:last-child { border-bottom: none; }
.heatmap-label { font-weight: 600; color: var(--navy); font-size: 14px; }
.heatmap-bar { background: var(--gray-200); height: 24px; border-radius: 12px; overflow: hidden; }
.heatmap-fill { height: 100%; border-radius: 12px; transition: width 0.5s ease; }
.heatmap-fill[data-risk="critical"] { background: linear-gradient(90deg, #DC2626, #EF4444); }
.heatmap-fill[data-risk="high"] { background: linear-gradient(90deg, #F97316, #FB923C); }
.heatmap-fill[data-risk="medium"] { background: linear-gradient(90deg, #EAB308, #FACC15); }
.heatmap-value { font-weight: 700; color: var(--navy); font-size: 14px; text-align: right; }
.heatmap-tooltip { grid-column: 2 / span 2; font-size: 11px; color: var(--mid-gray); margin-top: -8px; padding-bottom: 8px; }
.exposure-total { background: var(--navy); color: white; padding: 32px; border-radius: 12px; text-align: center; margin-bottom: 32px; }
.exposure-actions { display: flex; gap: 16px; justify-content: center; }

/* ===== RETENTION RISK RADAR ===== */
.risk-radar { background: var(--light-gray); padding: 60px 40px; }
.radar-container { max-width: 1200px; margin: 0 auto; }
.radar-header { text-align: center; margin-bottom: 40px; }
.radar-badge { display: inline-block; background: rgba(201, 168, 76, 0.15); color: var(--gold-text); font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; }
.radar-header h2 { font-size: 32px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.radar-subhead { font-size: 16px; color: var(--mid-gray); }
.radar-card { background: white; border-radius: 16px; padding: 40px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }
.radar-inputs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 40px; }
.input-group label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.input-group input[type="range"] { width: calc(100% - 50px); margin-right: 10px; }
.input-group select { width: 100%; padding: 10px 12px; border: 2px solid var(--gray-200); border-radius: 8px; font-size: 14px; font-family: inherit; }
.radar-visualization { display: flex; justify-content: center; align-items: center; gap: 40px; margin-bottom: 40px; flex-wrap: wrap; }
.radar-score { text-align: center; }
.radar-score .score-value { font-size: 64px; font-weight: 800; color: var(--gold-text); line-height: 1; }
.radar-score .score-label { font-size: 14px; color: var(--mid-gray); margin-top: 8px; }
.radar-insights { background: var(--light-gray); padding: 24px; border-radius: 12px; margin-bottom: 24px; }
.radar-insights h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.radar-insights ul { list-style: none; padding: 0; }
.radar-insights li { padding: 8px 0; font-size: 14px; color: var(--mid-gray); }
.radar-cost { background: var(--navy); color: white; padding: 24px; border-radius: 12px; text-align: center; margin-bottom: 24px; }
.radar-cost .cost-label { font-size: 14px; opacity: 0.7; margin-bottom: 8px; }
.radar-cost .cost-value { font-size: 36px; font-weight: 800; color: var(--gold-text); }
.radar-cost .cost-note { font-size: 12px; opacity: 0.6; margin-top: 8px; }
.radar-actions { display: flex; gap: 16px; justify-content: center; }

/* ===== SHARED WIDGET UTILITIES ===== */
@keyframes fadeInWidget {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.btn-primary {
  background: var(--gold);
  color: var(--navy);
  border: none;
  padding: 14px 32px;
  border-radius: 28px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'DM Sans', sans-serif;
}
.btn-primary:hover {
  background: #B8943F;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(201, 168, 76, 0.3);
}
.btn-secondary {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}
.btn-secondary:hover {
  background: var(--navy);
  color: var(--white);
}

/* ===== RESPONSIVE FOR ALL WIDGETS ===== */
@media (max-width: 768px) {
  .diagnostic-card, .radar-card { padding: 24px; }
  .question-text { font-size: 18px; }
  .results-actions, .radar-actions, .exposure-actions, .visualizer-cta { flex-direction: column; align-items: center; }
  .exposure-controls { grid-template-columns: 1fr; }
  .heatmap-row { grid-template-columns: 1fr; gap: 8px; }
  .heatmap-value { text-align: left; }
  .radar-inputs { grid-template-columns: 1fr; }
  .comparison-container { flex-direction: column; }
  .comparison-item.before { border-right: none; border-bottom: 2px solid var(--gray-200); }
  .success-timeline { padding-left: 24px; }
  .timeline-entry::before { left: -20px; width: 12px; height: 12px; }
}
@media (max-width: 480px) {
  .health-score-diagnostic, .document-visualizer, .risk-radar, .exposure-visualizer, .client-success-timeline { padding: 40px 16px; }
}

/* URGENCY ELEMENTS HIDDEN */

/* STICKY SIDEBAR CTA - Program Pages */
.sticky-consult-cta {
    position: fixed;
    right: -300px;
    top: 50%;
    transform: translateY(-50%);
    width: 260px;
    background: var(--navy);
    border-radius: 12px 0 0 12px;
    padding: 28px 24px;
    box-shadow: -4px 0 24px rgba(0,0,0,0.15);
    z-index: 900;
    transition: right 0.4s ease;
}
.sticky-consult-cta.visible {
    right: 0;
}
.sticky-consult-cta h4 {
    color: var(--gold-text);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
.sticky-consult-cta p {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 16px 0;
}
.sticky-consult-cta .sticky-cta-btn {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: var(--gold);
    color: var(--navy);
    font-weight: 700;
    font-size: 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s;
}
.sticky-consult-cta .sticky-cta-btn:hover {
    background: #d4b35a;
}
.sticky-consult-cta .sticky-dismiss {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.85);
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
}
@media (max-width: 768px) {
    .sticky-consult-cta {
        display: none !important;
    }
}

/* EMAIL GATE - Health Score */

@media (max-width: 480px) {
}

        .skip-link { position: absolute; top: -100px; left: 0; background: var(--navy); color: var(--white); padding: 12px 24px; z-index: 10000; font-size: 14px; text-decoration: none; }
        .skip-link:focus { top: 0; }

        @keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
        @keyframes spin { to { transform: rotate(360deg); } }

        .rss-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; padding: 20px; transition: transform 0.2s, box-shadow 0.2s; display: flex; flex-direction: column; }
        .rss-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
        .rss-card-source { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gold-text); margin-bottom: 8px; }
        .rss-card-title { font-size: 15px; font-weight: 700; color: var(--navy); line-height: 1.4; margin-bottom: 8px; }
        .rss-card-title a { color: inherit; text-decoration: none; }
        .rss-card-title a:hover { color: var(--gold-text); }
        .rss-card-date { font-size: 11px; color: var(--mid-gray); margin-top: auto; }
        .rss-card-snippet { font-size: 13px; color: var(--mid-gray); line-height: 1.6; margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* ===== SECTION TRANSITION DIVIDERS ===== */
.section-divider {
    height: 80px;
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

/* Navy → White (e.g., after hero/pain interstitial) */
.section-divider.navy-to-white {
    background: linear-gradient(180deg, var(--navy) 0%, var(--white) 100%);
}
.section-divider.navy-to-white::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 0%, rgba(201,168,76,0.08) 0%, transparent 60%);
}

/* White → Light-gray */
.section-divider.white-to-gray {
    background: linear-gradient(180deg, var(--white) 0%, var(--light-gray) 100%);
}

/* Light-gray → White */
.section-divider.gray-to-white {
    background: linear-gradient(180deg, var(--light-gray) 0%, var(--white) 100%);
}

/* White → Navy */
.section-divider.white-to-navy {
    background: linear-gradient(180deg, var(--white) 0%, var(--navy) 100%);
}
.section-divider.white-to-navy::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 100%, rgba(201,168,76,0.06) 0%, transparent 50%);
}

/* Navy → Light-gray */
.section-divider.navy-to-gray {
    background: linear-gradient(180deg, var(--navy) 0%, var(--light-gray) 100%);
}
.section-divider.navy-to-gray::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 0%, rgba(201,168,76,0.07) 0%, transparent 55%);
}

/* Light-gray → Navy */
.section-divider.gray-to-navy {
    background: linear-gradient(180deg, var(--light-gray) 0%, var(--navy) 100%);
}
.section-divider.gray-to-navy::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 100%, rgba(201,168,76,0.06) 0%, transparent 50%);
}

/* Navy → Navy (subtle gold shimmer between same-color sections) */
.section-divider.navy-accent {
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, rgba(201,168,76,0.3) 25%, var(--gold) 50%, rgba(201,168,76,0.3) 75%, transparent 100%);
    background-size: 200% 100%;
    animation: shimmerLine 3s ease-in-out infinite;
}

/* Animated gold accent line */
@keyframes shimmerLine {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ===== ANIMATED GRADIENT MESH BACKGROUNDS ===== */
.gradient-mesh-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
    z-index: 0;
}
.gradient-mesh-bg::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,168,76,0.05) 0%, transparent 70%);
    top: -200px;
    right: -100px;
    animation: meshFloat1 8s ease-in-out infinite;
}
.gradient-mesh-bg::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,168,76,0.04) 0%, transparent 70%);
    bottom: -100px;
    left: -50px;
    animation: meshFloat2 10s ease-in-out infinite;
}
@keyframes meshFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, 20px) scale(1.05); }
    66% { transform: translate(-20px, -10px) scale(0.95); }
}
@keyframes meshFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -30px) scale(1.08); }
}

/* ===== SCROLL-REVEAL ANIMATION ===== */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.reveal-on-scroll.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ===== GOLD SHIMMER ACCENT FOR SECTION HEADERS ===== */
.section-title {
    position: relative;
    display: inline-block;
}

/* ===== SUBTLE BACKGROUND TEXTURE FOR WHITE SECTIONS ===== */
.lane-selector,
.signature-programs {
    position: relative;
}

/* ===== ANIMATED GRADIENT BORDER ON PROGRAM CARDS ===== */
.program-card {
    border-image: none;
    position: relative;
}
.program-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--navy), var(--gold), var(--navy));
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 0 0 16px 16px;
}
.program-card:hover::after {
    opacity: 1;
    animation: shimmerLine 2s ease-in-out infinite;
}

/* ===== ANIMATED GOLD PULSE ON TRUST METRICS ===== */
.trust-metric-number {
    background: linear-gradient(135deg, var(--gold) 0%, #E6C65A 50%, var(--gold) 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShimmer 4s ease-in-out infinite;
}
@keyframes goldShimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* ===== LANE TILE HOVER GRADIENT ===== */
.lane-tile::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), #E6C65A, var(--gold));
    background-size: 200% 100%;
    border-radius: 12px 12px 0 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.lane-tile:hover::after {
    opacity: 1;
    animation: shimmerLine 2s ease-in-out infinite;
}
.lane-tile {
    position: relative;
    overflow: visible;
}

/* ===== PRICING CARD GRADIENT HOVER ===== */
.pricing-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--navy), var(--gold), var(--navy));
    background-size: 200% 100%;
    border-radius: 16px 16px 0 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.pricing-card:hover::after {
    opacity: 1;
    animation: shimmerLine 2s ease-in-out infinite;
}
.pricing-card {
    overflow: visible;
}

/* ===== STAT BAR GLOW ===== */
.stat-bar-fill {
    box-shadow: 0 0 12px rgba(201,168,76,0.3);
}

/* ===== BASE NAV STYLES ===== */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: var(--white, #fff);
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}
.nav-menu {
    display: flex;
    gap: 24px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-item {
    position: relative;
}
.nav-link {
    color: var(--navy, #0C1220);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s ease;
    white-space: nowrap;
}
.nav-link:hover {
    color: var(--gold, #C9A84C);
}
.nav-cta {
    background: var(--gold, #C9A84C);
    color: var(--navy, #0C1220);
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'DM Sans', sans-serif;
}
.nav-cta:hover {
    background-color: var(--gold-hover, #B89434);
}
/* Nav hover bridge (prevent dropdown gap) */
.nav-item::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 12px;
    background: transparent;
}

/* ===== NAV HOVER UNDERLINE ANIMATION ===== */
.nav-link {
    position: relative;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), #E6C65A);
    transition: width 0.3s ease;
}
.nav-link:hover::after {
    width: 100%;
}

/* ===== FOOTER CTA ANIMATED BG ===== */
.footer-cta-section {
    position: relative;
    overflow: hidden;
}
.footer-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -25%;
    width: 150%;
    height: 200%;
    background: radial-gradient(ellipse at 30% 50%, rgba(201,168,76,0.06) 0%, transparent 50%);
    animation: meshFloat1 12s ease-in-out infinite;
    pointer-events: none;
}
.footer-cta-section::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -25%;
    width: 150%;
    height: 200%;
    background: radial-gradient(ellipse at 70% 50%, rgba(201,168,76,0.04) 0%, transparent 50%);
    animation: meshFloat2 14s ease-in-out infinite;
    pointer-events: none;
}
.footer-cta-container {
    position: relative;
    z-index: 1;
}

/* ===== RESPONSIVE: NEW INTERACTIVE COMPONENTS ===== */
@media (max-width: 768px) {
    /* SBS Flow Cards - stack vertically */
    #sbsFlow {
        flex-direction: column !important;
        gap: 12px !important;
    }
    .sbs-phase {
        border-radius: 12px !important;
        min-height: auto !important;
        padding: 24px 20px !important;
    }
    /* Hide arrow connectors on mobile */
    .sbs-phase > div[style*="position: absolute; right: -14px"] {
        display: none !important;
    }
    #sbsDetail {
        padding: 24px 20px !important;
    }
    #sbsDetail > div > div[style*="grid-template-columns: 1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }

    /* ROI Calculator - stack */
    #roi-calculator div[style*="grid-template-columns: 1fr 1fr; gap: 40px"] {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    /* Program Matrix - scroll horizontally */
    .dimension-matrix {
        overflow-x: auto !important;
    }
    .dimension-matrix table {
        min-width: 600px !important;
    }

    /* Radar Chart - scale down */
    .radar-chart-container svg {
        max-width: 100% !important;
        height: auto !important;
    }

    /* Section dividers - reduce height on mobile */
    .section-divider {
        height: 48px !important;
    }
    .section-divider.navy-accent {
        height: 3px !important;
    }

    /* Hero headline responsive */
    .hero-headline {
        font-size: 36px !important;
        line-height: 1.2 !important;
    }

    .hero-subhead {
        font-size: 16px !important;
    }

    /* Section titles responsive */
    .section-title {
        font-size: 28px !important;
    }

    /* Trust badge row - stack */
    .trust-badge-row {
        flex-direction: column !important;
        gap: 20px !important;
        align-items: flex-start !important;
    }

    /* Pricing grid - single column */
    .pricing-grid {
        grid-template-columns: 1fr !important;
    }

    /* Footer grid - stack */
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    /* Lane tiles - single column */
    .lane-tiles {
        grid-template-columns: 1fr !important;
    }

    /* Programs grid - single column */
    .programs-grid {
        grid-template-columns: 1fr !important;
    }

    /* Pain activator headline */
    section[style*="padding: 56px 40px; background: var(--navy); text-align: center"] h2 {
        font-size: 28px !important;
    }

    /* Stat bars label - stack */
    .stat-bar-label {
        flex-direction: column !important;
        gap: 4px !important;
    }
}

@media (max-width: 480px) {
    .hero-headline {
        font-size: 28px !important;
    }
    .section-title {
        font-size: 24px !important;
    }
    .hero {
        padding-top: 88px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .hero-cta-group {
        flex-direction: column !important;
    }
    .hero-cta-group .btn-primary,
    .hero-cta-group .btn-secondary {
        width: 100% !important;
        text-align: center !important;
    }
    /* Reduce all section side padding */
    .lane-selector,
    .signature-programs,
    .stats-section,
    .health-score-diagnostic,
    .testimonial-strip,
    .footer-cta-section,
    .ip-section,
    #sbs-framework,
    #roi-calculator {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* ===== UTILITY CLASSES ===== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-gold { color: var(--gold-text); }
.text-navy { color: var(--navy); }
.text-white { color: var(--white); }
.text-muted { color: var(--mid-gray); }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.mb-0 { margin-bottom: 0; }
.mb-8 { margin-bottom: 8px; }
.mb-12 { margin-bottom: 12px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.mb-48 { margin-bottom: 48px; }
.uppercase { text-transform: uppercase; letter-spacing: 1px; }
.pointer { cursor: pointer; }

/* ===== SUBTLE DOT PATTERN FOR LIGHT SECTIONS ===== */
.signature-programs,
#sbs-framework {
    background-image: radial-gradient(circle at 1px 1px, rgba(26,43,74,0.03) 1px, transparent 0) !important;
    background-size: 32px 32px !important;
}

    
/* Lane tile symptom icons */
.lane-tile-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(201,168,76,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}
.lane-tile:hover .lane-tile-icon {
    background: rgba(201,168,76,0.2);
    transform: scale(1.05);
}

/* What Happens Next section */
.what-happens-next {
    background: var(--white);
    padding: 64px 40px 72px;
    text-align: center;
}
.what-happens-next .whn-container {
    max-width: 960px;
    margin: 0 auto;
}
.what-happens-next h3 {
    font-size: 28px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 8px;
}
.what-happens-next .whn-sub {
    font-size: 15px;
    color: var(--mid-gray);
    margin-bottom: 40px;
}
.whn-steps {
    display: flex;
    gap: 0;
    align-items: stretch;
    justify-content: center;
}
.whn-step {
    flex: 1;
    max-width: 280px;
    padding: 32px 24px;
    position: relative;
    text-align: center;
}
.whn-step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--navy);
    color: var(--gold-text);
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.whn-step-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
}
.whn-step-desc {
    font-size: 13px;
    color: var(--mid-gray);
    line-height: 1.65;
}
.whn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
}
.whn-arrow svg {
    color: var(--gold-text);
}
@media (max-width: 768px) {
    .whn-steps { flex-direction: column; align-items: center; }
    .whn-arrow { transform: rotate(90deg); padding: 8px 0; }
    .what-happens-next { padding: 48px 24px 56px; }
}

/* Floating Rapid Consult CTA */
.rapid-consult-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 998;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--navy);
    color: var(--white);
    padding: 14px 22px;
    border-radius: 48px;
    box-shadow: 0 8px 32px rgba(26,43,74,0.35);
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    border: 2px solid transparent;
}
.rapid-consult-float.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.rapid-consult-float:hover {
    background: var(--gold);
    color: var(--navy);
    border-color: var(--gold-text);
    box-shadow: 0 8px 32px rgba(201,168,76,0.4);
    transform: translateY(-2px);
}
.rapid-consult-float .rcf-price {
    background: var(--gold);
    color: var(--navy);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
}
.rapid-consult-float:hover .rcf-price {
    background: var(--navy);
    color: var(--gold-text);
}
@media (max-width: 768px) {
    .rapid-consult-float {
        bottom: 16px;
        right: 16px;
        padding: 12px 18px;
        font-size: 12px;
    }
}


/* About page framework section responsive */
@media (max-width: 768px) {
    .sbs-phase-badge { flex-direction: column; gap: 4px !important; }
}


/* Click-to-play YouTube thumbnails */
.yt-thumb-wrap {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  background: #000;
}
.yt-thumb-wrap img {
  width: 100%; height: 100%; object-fit: cover;
}
.yt-thumb-wrap .yt-play-btn {
  position: absolute; width: 68px; height: 48px;
  background: rgba(0,0,0,0.75); border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.yt-thumb-wrap:hover .yt-play-btn { background: #c9a84c; }
.yt-thumb-wrap .yt-play-btn svg { width: 24px; height: 24px; fill: #fff; margin-left: 3px; }

/* ===== TWF Signature Programs&trade; Mega Menu ===== */
.nav-mega-item { position: static; }
.nav-mega {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    width: min(920px, calc(100vw - 48px));
    background: var(--white, #fff);
    border: 1px solid var(--gray-200, #E5E7EB);
    border-top: 3px solid var(--gold, #C9A84C);
    border-radius: 10px;
    padding: 24px 28px 20px;
    box-shadow: 0 16px 40px rgba(12, 18, 32, 0.18);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 1000;
}
.nav-mega-item:hover .nav-mega,
.nav-mega-item:focus-within .nav-mega {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.nav-mega-header {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 15px;
    font-style: italic;
    color: var(--navy, #0C1220);
    opacity: 0.75;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--gray-200, #E5E7EB);
}
.nav-mega-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 20px;
}
.nav-mega-card {
    display: flex !important;
    flex-direction: column;
    padding: 12px 14px !important;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
    border: 1px solid transparent;
}
.nav-mega-card:hover {
    background: rgba(201, 168, 76, 0.08) !important;
    border-color: rgba(201, 168, 76, 0.25);
    transform: translateY(-1px);
}
.nav-mega-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--navy, #0C1220) !important;
    margin-bottom: 4px;
    letter-spacing: -0.1px;
}
.nav-mega-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid rgba(201, 168, 76, 0.30);
    background: rgba(201, 168, 76, 0.06);
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: var(--gold, #C9A84C);
    line-height: 1.6;
    white-space: nowrap;
}
.nav-mega-card:hover .nav-mega-badge {
    background: rgba(201, 168, 76, 0.12);
    border-color: rgba(201, 168, 76, 0.50);
}
.nav-mega-desc {
    font-size: 12px;
    font-weight: 400;
    color: var(--gray-600, #4B5563);
    line-height: 1.45;
}
.nav-mega-card:hover .nav-mega-title { color: var(--gold, #C9A84C) !important; }
.nav-mega-footer {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--gray-200, #E5E7EB);
    text-align: center;
}
.nav-mega-cta {
    display: inline-block !important;
    padding: 8px 18px !important;
    font-size: 13px;
    font-weight: 600;
    color: var(--gold, #C9A84C) !important;
    background: rgba(201, 168, 76, 0.08);
    border-radius: 20px;
    transition: all 0.2s ease;
}
.nav-mega-cta:hover {
    background: var(--gold, #C9A84C);
    color: var(--navy, #0C1220) !important;
}
/* Smaller mega variant (for About, How We Help, Investment, Resources) */
.nav-mega.nav-mega-sm {
    width: min(640px, calc(100vw - 48px));
}
.nav-mega-grid.nav-mega-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 16px;
}
/* Featured card (gold background) for "How Much Does It Cost?" */
.nav-mega-card.nav-mega-card-featured {
    background: linear-gradient(135deg, rgba(201,168,76,0.18), rgba(201,168,76,0.06)) !important;
    border-color: rgba(201,168,76,0.45) !important;
}
.nav-mega-card.nav-mega-card-featured .nav-mega-title {
    color: var(--gold, #C9A84C) !important;
}
.nav-mega-card.nav-mega-card-featured:hover {
    background: linear-gradient(135deg, rgba(201,168,76,0.28), rgba(201,168,76,0.12)) !important;
}
@media (max-width: 1024px) {
    .nav-mega { display: none; }
}


/* ══════════════════════════════════════════
   GLOBAL TYPOGRAPHIC POLISH — added 2026-04-15
   ══════════════════════════════════════════ */

/* Gold TM/sup mark when the surrounding text is on a dark/colored background
   Targets &trade; entities (rendered as ™) inside common dark-bg containers.
   Uses descendant selectors so the rule applies wherever a TM appears on white text. */
.hero sup, header sup, footer sup,
[class*="navy"] sup, [class*="dark"] sup,
.section-dark sup, .bg-navy sup,
.nav-mega sup, .nav-link sup,
[style*="background: var(--navy"] sup,
[style*="background:#0C1220"] sup,
[style*="background: #0C1220"] sup,
[style*="color: white"] sup, [style*="color:#fff"] sup,
[style*="color:white"] sup, [style*="color: #fff"] sup {
  color: var(--gold, #C9A84C);
  font-weight: 600;
  font-size: 0.62em;
  vertical-align: super;
  margin-left: 1px;
  letter-spacing: 0.02em;
}

/* Universal: any inline element explicitly carrying class .tm gets gold treatment */
.tm, .trademark-mark {
  color: var(--gold, #C9A84C) !important;
  font-weight: 600;
  font-size: 0.62em;
  vertical-align: super;
  margin-left: 1px;
}

/* ══════════════════════════════════════════
   NAV: Rapid Consult — light-red flavor box
   ══════════════════════════════════════════ */
.nav-mega-card.nav-mega-card-rapid,
a.nav-mega-card[href*="rapid-consult"] {
  border: 1px solid rgba(220, 38, 38, 0.45) !important;
  background: rgba(220, 38, 38, 0.06) !important;
  position: relative;
}
.nav-mega-card.nav-mega-card-rapid:hover,
a.nav-mega-card[href*="rapid-consult"]:hover {
  background: rgba(220, 38, 38, 0.12) !important;
  border-color: rgba(220, 38, 38, 0.7) !important;
}
.nav-mega-card.nav-mega-card-rapid .nav-mega-title,
a.nav-mega-card[href*="rapid-consult"] .nav-mega-title {
  color: #DC2626 !important;
}
.nav-mega-card.nav-mega-card-rapid .nav-mega-desc,
a.nav-mega-card[href*="rapid-consult"] .nav-mega-desc {
  color: rgba(12,18,32,0.78) !important;
}

/* Tiny "Same-Day" badge on rapid consult mega card */
.nav-mega-card.nav-mega-card-rapid::after,
a.nav-mega-card[href*="rapid-consult"]::after {
  content: "Same-Day";
  position: absolute;
  top: 8px; right: 8px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #DC2626;
  background: rgba(220, 38, 38, 0.10);
  border: 1px solid rgba(220, 38, 38, 0.35);
  border-radius: 3px;
  padding: 2px 6px;
}

/* =========================================================================
   PREMIUM FOOTER — 2026-04-16 rebuild
   Signature Programs x6 + Engagements + Tools & Resources + Company
   Tripwire hero band + service areas + refined legal row
   ========================================================================= */

/* Override the base footer-redesign to add space for the tripwire band */
.footer-redesign {
    background: var(--navy);
    color: rgba(255,255,255,0.85);
    padding: 0 !important;
    position: relative;
}

/* Tripwire hero band (sits at the top of the footer) */
.footer-tripwire-band {
    position: relative;
    background: linear-gradient(135deg, #0C1220 0%, #1a2440 100%);
    border-top: 1px solid rgba(201,168,76,0.2);
    border-bottom: 1px solid rgba(201,168,76,0.15);
    padding: 40px 40px;
    overflow: hidden;
}
.footer-tripwire-band::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(201,168,76,0.5) 50%, transparent 100%);
}
.footer-tripwire-band::after {
    content: '';
    position: absolute;
    top: -60%; right: -5%;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 60%);
    pointer-events: none;
}
.footer-tripwire-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.footer-tripwire-copy { flex: 1 1 auto; min-width: 260px; }
.footer-tripwire-eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold-text);
    margin-bottom: 8px;
}
.footer-tripwire-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 6px;
}
.footer-tripwire-sub {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
}
.footer-tripwire-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 24px 14px 14px;
    background: var(--gold);
    color: var(--navy);
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.3px;
    transition: transform 0.2s, box-shadow 0.2s;
    flex-shrink: 0;
}
.footer-tripwire-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(201,168,76,0.35);
}
.footer-tripwire-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 36px;
    padding: 0 10px;
    background: var(--navy);
    color: var(--gold-text);
    border-radius: 6px;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
}
.footer-tripwire-action { white-space: nowrap; }

/* Footer grid — 2fr brand + 4 equal columns */
.footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 40px 40px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.15fr 1fr;
    gap: 40px;
}
.footer-brand img { display: block; }
.footer-brand p {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    margin: 0 0 18px;
}
.footer-contact-item {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin-top: 6px;
}
.footer-contact-item a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-contact-item a:hover { color: var(--gold-text); }

.footer-section-title {
    font-size: 11px;
    font-weight: 700;
    color: var(--gold-text);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(201,168,76,0.15);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li { margin-bottom: 9px; }
.footer-links a {
    font-size: 13.5px;
    color: rgba(255,255,255,0.72);
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.footer-links a:hover {
    color: var(--gold-text);
    padding-left: 3px;
}

/* Featured tripwire link inside Tools & Resources */
.footer-link-featured {
    color: #FFFFFF !important;
    font-weight: 600 !important;
}
.footer-mini-badge {
    background: var(--gold);
    color: var(--navy);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 2px 6px;
    border-radius: 3px;
    line-height: 1;
}

/* Tier tag (Tier 1 / Tier 2) */
.footer-tier-tag {
    background: rgba(201,168,76,0.12);
    color: var(--gold-text);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid rgba(201,168,76,0.25);
    line-height: 1;
    text-transform: uppercase;
}

/* Trust badges in brand column */
.footer-trust-badges {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.footer-badge {
    border: 1px solid rgba(201,168,76,0.35);
    background: rgba(201,168,76,0.05);
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
    color: var(--gold-text);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Service areas strip */
.footer-service-areas {
    max-width: 1200px;
    margin: 0 auto;
    padding: 36px 40px 32px;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.footer-service-areas-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold-text);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.footer-service-areas-label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: var(--gold);
    opacity: 0.6;
}
.footer-service-areas-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.footer-service-areas-list a {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border: 1px solid rgba(201,168,76,0.25);
    border-radius: 999px;
    background: rgba(201,168,76,0.04);
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    transition: all 0.25s ease;
    white-space: nowrap;
}
.footer-service-areas-list a:hover {
    background: var(--gold);
    border-color: var(--gold-text);
    color: var(--navy);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(201,168,76,0.25);
}
.footer-sa-dot {
    display: none;
}

/* Bottom divider row */
.footer-divider {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.footer-copyright {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    margin: 0;
}
.footer-legal-links {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}
.footer-legal-links a {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-legal-links a:hover { color: var(--gold-text); }

/* Responsive: tablet */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 32px;
    }
    .footer-brand { grid-column: 1 / -1; }
    .footer-tripwire-title { font-size: 24px; }
}

/* Responsive: mobile */
@media (max-width: 640px) {
    .footer-tripwire-band { padding: 28px 20px; }
    .footer-tripwire-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .footer-tripwire-title { font-size: 22px; }
    .footer-tripwire-cta { width: 100%; justify-content: center; }
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px;
        padding: 44px 20px 28px;
    }
    .footer-service-areas {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .footer-divider {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-legal-links { gap: 14px; }
}


/* =========================================================================
   MOBILE OVERHAUL — 2026-04-16
   Hamburger nav, consistent spacing, overflow fixes, footer gaps
   ========================================================================= */

/* ── Hamburger Toggle Button ── */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1002;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--navy, #0C1220);
    border-radius: 2px;
    transition: all 0.3s ease;
}
/* Animate to X when open */
.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}
.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ── Mobile Menu Overlay ── */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(12, 18, 32, 0.6);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mobile-menu-overlay.active { opacity: 1; }

/* ── HAMBURGER BREAKPOINT: 1024px ── */
@media (max-width: 1024px) {
    .mobile-menu-toggle {
        display: flex !important;
    }
    .nav-container {
        padding: 12px 24px !important;
    }
    .nav-logo img {
        height: 56px !important;
    }
    /* Hide desktop nav → slide-out drawer */
    .nav-menu {
        position: fixed !important;
        top: 0 !important;
        right: -320px !important;
        width: 300px !important;
        height: 100vh !important;
        height: 100dvh !important;
        background: var(--white, #ffffff) !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 80px 28px 40px !important;
        gap: 0 !important;
        z-index: 999 !important;
        overflow-y: auto !important;
        box-shadow: -4px 0 24px rgba(0,0,0,0.15) !important;
        transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
    .nav-menu.mobile-open {
        right: 0 !important;
    }
    /* Nav items in drawer */
    .nav-menu .nav-item {
        width: 100% !important;
        border-bottom: 1px solid rgba(12,18,32,0.06) !important;
    }
    .nav-menu .nav-link {
        display: block !important;
        padding: 14px 0 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        color: var(--navy, #0C1220) !important;
    }
    /* Hide mega menus in mobile drawer */
    .nav-mega {
        display: none !important;
    }
    /* CTA button in drawer */
    .nav-menu .nav-cta {
        width: 100% !important;
        margin-top: 20px !important;
        text-align: center !important;
        padding: 14px 24px !important;
        font-size: 14px !important;
    }
}

/* ── 768px: Tighter Mobile ── */
@media (max-width: 768px) {
    .nav-container {
        padding: 12px 16px !important;
    }
    .nav-logo img {
        height: 48px !important;
    }
    /* Page headers */
    .inner-page-header,
    .page-header {
        padding: 120px 24px 60px !important;
    }
    .inner-page-header h1,
    .page-header h1,
    .page-header .page-header-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    .inner-page-header .subtitle,
    .page-header .subtitle,
    .page-header .page-header-subtitle {
        font-size: 16px !important;
    }
    /* Section titles */
    h2, .section-title {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    /* Generic section padding fix */
    section,
    [data-section],
    .content-section {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    /* Footer: 768px gap fill — 2 columns instead of 3 */
    .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 28px !important;
        padding: 48px 24px 32px !important;
    }
    .footer-brand { grid-column: 1 / -1 !important; }
    .footer-tripwire-band { padding: 32px 24px !important; }
    .footer-tripwire-title { font-size: 22px !important; }
    .footer-service-areas { padding: 24px !important; }
    .footer-divider { padding: 20px 24px !important; }
}

/* ── 480px: Small Mobile ── */
@media (max-width: 480px) {
    .inner-page-header,
    .page-header {
        padding: 100px 16px 48px !important;
    }
    .inner-page-header h1,
    .page-header h1,
    .page-header .page-header-title {
        font-size: 24px !important;
    }
    h2, .section-title {
        font-size: 22px !important;
    }
    section,
    [data-section],
    .content-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        padding: 36px 16px 24px !important;
    }
    .footer-tripwire-band { padding: 24px 16px !important; }
    .footer-tripwire-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 16px !important;
    }
    .footer-tripwire-cta { width: 100% !important; justify-content: center !important; }
    .footer-service-areas { padding: 20px 16px !important; }
    .footer-service-areas-list { gap: 8px !important; }
    .footer-service-areas-list a {
        padding: 8px 14px !important;
        font-size: 11px !important;
    }
    .footer-divider {
        padding: 16px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .footer-legal-links { gap: 12px !important; }
}

/* ── Utility bar mobile ── */
@media (max-width: 1024px) {
    .utility-bar-left a:not(:first-child),
    .utility-bar-left span {
        display: none !important;
    }
    .utility-bar-right .utility-email,
    .utility-bar-right .utility-divider {
        display: none !important;
    }
}
@media (max-width: 640px) {
    .twf-utility-bar {
        display: none !important;
    }
}

/* ── Extra-small mobile (375px) — form constraint + touch targets ── */
@media (max-width: 380px) {
    html { width: 100%; overflow-x: hidden; }
    body { width: 100%; overflow-x: hidden; max-width: 100%; }
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    textarea,
    select {
        font-size: 16px !important;
        max-width: 100% !important;
    }
    button, a[role="button"], .btn {
        min-height: 44px !important;
        min-width: 44px !important;
    }
}
