        /* ========== PREMIUM HERO REFINEMENTS ========== */

        /* 1. Controlled contrast overlay */
        .video-overlay {
            background:
                radial-gradient(ellipse at center 40%, rgba(0, 0, 0, 0.08) 0%, transparent 68%),
                linear-gradient(to bottom, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.2) 44%, rgba(0, 0, 0, 0.42) 100%) !important;
        }

        /* 2. Tighter headline typography & Refined Underline */
        .hero-title {
            line-height: 1.1 !important;
            letter-spacing: -0.02em;
            font-weight: 500 !important;
            text-shadow: 0 4px 28px rgba(0, 0, 0, 0.42) !important;
            /* Lighter weight for main text */
            opacity: 0;
            animation: heroFadeUp 0.8s ease-out 0.2s forwards;
        }

        .hero-title span {
            color: #7DD3D1 !important;
            font-weight: 700 !important;
            letter-spacing: -0.01em;
            position: relative;
            display: inline-block;
            text-shadow: 0 0 20px rgba(91, 192, 190, 0.5), 0 0 40px rgba(91, 192, 190, 0.2);
        }

        /* Refined Animated Underline - Eased & slightly shorter */
        .hero-title span::after {
            content: '';
            position: absolute;
            bottom: 6px;
            left: 0;
            width: 0;
            height: 2px;
            background: linear-gradient(90deg, #5BC0BE, #7DD3D1);
            border-radius: 2px;
            animation: drawUnderline 1.4s cubic-bezier(0.25, 1, 0.5, 1) 1.0s forwards;
            /* Slowed down to 1.4s */
        }

        @keyframes drawUnderline {
            to {
                width: 98%;
            }

            /* 98% width for premium gap */
        }

        /* Hero text fade-in animation - Staggered */
        .hero-text-wrapper .section-subtitle {
            opacity: 0;
            animation: heroFadeUp 0.8s ease-out 0s forwards;
        }

        .hero-subtitle {
            color: rgba(248, 250, 252, 0.96) !important;
            text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55) !important;
            font-weight: 500;
            max-width: 540px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            opacity: 0;
            animation: heroFadeUp 0.8s ease-out 0.4s forwards;
        }

        @keyframes heroFadeUp {
            from {
                opacity: 0;
                transform: translateY(12px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Luxe Pill Label */
        .hero-text-wrapper .section-subtitle {
            color: rgba(248, 250, 252, 0.98) !important;
            background: rgba(15, 23, 42, 0.34) !important;
            backdrop-filter: blur(8px) !important;
            border: 1px solid rgba(255, 255, 255, 0.28) !important;
            border-radius: 999px;
            display: inline-block;
            font-weight: 600;
            letter-spacing: 2px !important;
            padding: 6px 18px !important;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
        }

        .hero-text-wrapper {
            position: relative;
            isolation: isolate;
        }

        .hero-text-wrapper::before {
            content: '';
            position: absolute;
            inset: -26px -32px;
            background: radial-gradient(ellipse at center, rgba(15, 23, 42, 0.52) 0%, rgba(15, 23, 42, 0.3) 48%, rgba(15, 23, 42, 0) 78%);
            filter: blur(2px);
            border-radius: 24px;
            z-index: -1;
            pointer-events: none;
        }

        /* Hero content — offset for fixed header (logo is ~180px tall) + bottom breathing room */
        .hero-content {
            padding-top: 200px;
            padding-bottom: 40px;
        }

        /* 3. Button hierarchy */
        .hero-cta-group {
            opacity: 0;
            animation: heroFadeUp 0.8s ease-out 0.6s forwards;
        }

        .hero-cta-group .btn-primary {
            padding: 16px 32px !important;
            font-size: 1rem !important;
            font-weight: 600;
            box-shadow: 0 4px 15px rgba(91, 192, 190, 0.3) !important;
            transition: transform 0.12s ease-out, box-shadow 0.12s ease-out;
            /* Tactile timing */
        }

        .hero-cta-group .btn-primary:hover {
            transform: translateY(-2px);
            /* Subtle lift */
            box-shadow: 0 8px 25px rgba(91, 192, 190, 0.4) !important;
        }

        .hero-cta-group .btn-outline-white {
            padding: 14px 28px !important;
            font-size: 0.95rem !important;
            font-weight: 500;
            opacity: 0.85;
            border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
            background: transparent !important;
            transition: opacity 0.2s ease, border-color 0.2s ease;
            color: #FFFFFF !important;
            /* Ensure text is white */
        }

        .hero-cta-group .btn-outline-white:hover {
            opacity: 1;
            /* No scale, no fill, just clarity */
            background: rgba(255, 255, 255, 0.05) !important;
            border-color: rgba(255, 255, 255, 0.9) !important;
            color: #FFFFFF !important;
            /* Ensure text stays white on hover */
        }

        /* 4. Trust bar - Breathing room */
        .hero-trust {
            padding: 24px 32px !important;
            background: rgba(15, 23, 42, 0.52) !important;
            backdrop-filter: blur(14px) saturate(120%) !important;
            border: 1px solid rgba(255, 255, 255, 0.16) !important;
            border-radius: 16px !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
            opacity: 0;
            animation: heroFadeUp 1s ease-out 1.3s forwards;
            /* Delayed further */
            margin-top: 40px !important;
            /* More space */
        }

        .hero-trust-item {
            color: rgba(248, 250, 252, 0.95) !important;
        }

        .hero-trust-icon {
            opacity: 0.9;
        }

        /* 5. Nav polish */
        .site-header {
            transition: background-color 0.3s ease, backdrop-filter 0.3s ease, padding 0.3s ease;
        }

        /* "Get a Quote" glow - No scale */
        .site-header .btn-accent {
            transition: box-shadow 0.3s ease, background-color 0.3s ease;
        }

        .site-header .btn-accent:hover {
            box-shadow: 0 0 20px rgba(91, 192, 190, 0.4);
            background: #4ECDC4 !important;
            transform: none !important;
            /* Ensure no scale */
        }

        /* 6. Subtle parallax hint */
        .video-background-container video {
            transform: scale(1.05);
            animation: slowPan 60s alternate infinite linear;
        }

        @keyframes slowPan {
            from {
                transform: scale(1.05) translateY(0);
            }

            to {
                transform: scale(1.05) translateY(-2%);
            }
        }

        @media (max-width: 768px) {
            .hero-text-wrapper::before {
                inset: -16px -14px;
            }
        }

        /* ========== VALUE PROOF SECTION ========== */
        .value-proof-section {
            background-color: #FFFFFF;
            padding: 80px 0;
            position: relative;
        }

        .proof-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 32px;
            margin-top: 56px;
            align-items: stretch;
        }

        .proof-card {
            text-align: center;
            padding: 36px 24px;
            background: #FAFAFA;
            /* Very light grey */
            border-radius: 16px;
            border: 1px solid rgba(0, 0, 0, 0.04);
            transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 100%;
        }

        .proof-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
            border-color: rgba(91, 192, 190, 0.15);
            background: #FFFFFF;
        }

        .proof-icon {
            font-size: 2.8rem;
            margin-bottom: 24px;
            line-height: 1;
            /* Premium gradient icon */
            background: linear-gradient(135deg, #5BC0BE 0%, #3D8B89 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            display: inline-block;
            filter: drop-shadow(0 4px 6px rgba(91, 192, 190, 0.2));
        }

        .proof-card h3 {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 12px;
            color: var(--clr-navy);
            letter-spacing: -0.01em;
        }

        .proof-card p {
            font-size: 0.95rem;
            color: var(--clr-text-body);
            line-height: 1.6;
            margin: 0;
            margin-top: auto;
            opacity: 0.85;
        }

        @media (max-width: 1280px) {
            .proof-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 24px;
            }

            .proof-grid>.proof-card:last-child:nth-child(odd) {
                grid-column: 1 / -1;
                justify-self: center;
                max-width: min(640px, 100%);
                width: 100%;
            }
        }

        @media (max-width: 768px) {
            .proof-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }
        }

        /* ========== HERO SAVINGS PILL ========== */
        .hero-savings-pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 28px;
            padding: 8px 18px;
            background: linear-gradient(135deg, rgba(91, 192, 190, 0.15), rgba(91, 192, 190, 0.08));
            border: 1px solid rgba(91, 192, 190, 0.35);
            border-radius: 999px;
            color: #7DD3D1;
            font-family: 'Inter', sans-serif;
            font-size: 0.82rem;
            font-weight: 600;
            letter-spacing: 0.02em;
            text-decoration: none;
            backdrop-filter: blur(10px);
            transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
            opacity: 0;
            animation: heroFadeUp 0.8s ease-out 0.8s forwards;
        }

        .hero-savings-pill:hover {
            background: linear-gradient(135deg, rgba(91, 192, 190, 0.25), rgba(91, 192, 190, 0.14));
            border-color: rgba(91, 192, 190, 0.55);
            transform: translateY(-1px);
        }

        .hero-savings-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: rgba(91, 192, 190, 0.2);
            color: #5BC0BE;
            flex-shrink: 0;
        }

        /* ========== MAINTENANCE PLANS SECTION ========== */
        .maintenance-plans-section {
            background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
            padding: 80px 0;
            position: relative;
        }

        .plans-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 24px;
            margin-top: 56px;
            align-items: stretch;
        }

        .plan-card {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 40px 24px 32px;
            background: #FFFFFF;
            border-radius: 16px;
            border: 1px solid rgba(0, 0, 0, 0.06);
            transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
            height: 100%;
        }

        .plan-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        }

        /* Best value card highlight */
        .plan-card--best {
            border: 2px solid rgba(91, 192, 190, 0.4);
            background: linear-gradient(180deg, rgba(91, 192, 190, 0.04) 0%, #FFFFFF 40%);
            box-shadow: 0 4px 20px rgba(91, 192, 190, 0.1);
        }

        .plan-card--best:hover {
            box-shadow: 0 16px 40px rgba(91, 192, 190, 0.18);
            border-color: rgba(91, 192, 190, 0.6);
        }

        .plan-badge {
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            padding: 4px 16px;
            background: linear-gradient(135deg, #5BC0BE, #3D8B89);
            color: #FFFFFF;
            font-family: 'Inter', sans-serif;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            border-radius: 999px;
            white-space: nowrap;
        }

        .plan-discount {
            font-family: 'Outfit', sans-serif;
            font-size: 3rem;
            font-weight: 700;
            line-height: 1;
            color: var(--clr-navy, #1C2541);
            margin-bottom: 4px;
        }

        .plan-discount span {
            font-size: 1.6rem;
            font-weight: 500;
        }

        .plan-discount small {
            display: block;
            font-size: 0.85rem;
            font-weight: 500;
            color: var(--clr-text-muted, #64748B);
            letter-spacing: 0.04em;
            text-transform: uppercase;
            margin-top: 2px;
        }

        .plan-name {
            font-family: 'Outfit', sans-serif;
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--clr-navy, #1C2541);
            margin-top: 12px;
            margin-bottom: 4px;
        }

        .plan-frequency {
            font-size: 0.9rem;
            color: var(--clr-text-muted, #64748B);
            margin-bottom: 20px;
        }

        .plan-perks {
            list-style: none;
            padding: 0;
            margin: 0 0 24px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .plan-perks li {
            font-size: 0.88rem;
            color: var(--clr-text-body, #334155);
            line-height: 1.5;
            padding-left: 20px;
            position: relative;
        }

        .plan-perks li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 6px;
            width: 12px;
            height: 12px;
            background: linear-gradient(135deg, #5BC0BE, #3D8B89);
            border-radius: 50%;
            opacity: 0.7;
        }

        .plan-cta {
            margin-top: auto;
            width: 100%;
            text-align: center;
        }

        /* Outline button variant for non-best cards */
        .plan-card .btn-outline {
            padding: 12px 24px;
            background: transparent;
            color: var(--clr-navy, #1C2541);
            border: 1.5px solid rgba(28, 37, 65, 0.2);
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.9rem;
            cursor: pointer;
            transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
            display: inline-block;
            text-decoration: none;
        }

        .plan-card .btn-outline:hover {
            background: var(--clr-navy, #1C2541);
            color: #FFFFFF;
            border-color: var(--clr-navy, #1C2541);
        }

        /* Best value card primary button */
        .plan-card--best .btn-primary {
            box-shadow: 0 4px 15px rgba(91, 192, 190, 0.3);
        }

        /* Responsive: Plans grid */
        @media (max-width: 1280px) {
            .plans-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 24px;
            }
        }

        @media (max-width: 768px) {
            .plans-grid {
                grid-template-columns: 1fr;
                gap: 16px;
                max-width: 400px;
                margin-left: auto;
                margin-right: auto;
            }

            .maintenance-plans-section {
                padding: 56px 0;
            }
        }
