﻿        .homepage-hero {
            --hero-slide-cutoff: 8.75rem;
            overflow: visible;
        }

        .homepage-hero::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 16% 24%, rgba(230, 0, 0, 0.28), transparent 30%),
                radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.14), transparent 26%),
                linear-gradient(120deg, rgba(10, 10, 10, 0.2) 12%, rgba(10, 10, 10, 0.06) 48%, rgba(10, 10, 10, 0.22) 100%);
            z-index: 2;
            pointer-events: none;
        }

        .homepage-hero .hero-overlay {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(10, 10, 10, 0.72) 100%);
        }

        .homepage-hero::after,
        .homepage-hero #hero-slideshow,
        .homepage-hero .hero-overlay {
            inset: 0 0 var(--hero-slide-cutoff) 0;
        }

        .homepage-hero #hero-slideshow,
        .homepage-hero .hero-overlay {
            width: auto;
            height: auto;
        }

        .homepage-hero-inner {
            position: relative;
            z-index: 10;
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding: 6.5rem 1.5rem 4rem;
        }

        .homepage-hero-grid {
            display: grid;
            gap: 2rem;
            align-items: end;
        }

        .home-section-kicker,
        .home-hero-kicker {
            display: inline-flex;
            align-items: center;
            gap: 0.7rem;
            font-size: 0.75rem;
            font-weight: 800;
            letter-spacing: 0.24em;
            text-transform: uppercase;
            color: #fca5a5;
        }

        .home-section-kicker::before,
        .home-hero-kicker::before {
            content: "";
            width: 2.2rem;
            height: 2px;
            border-radius: 9999px;
            background: linear-gradient(90deg, #e60000, rgba(230, 0, 0, 0.18));
        }

        .home-hero-primary,
        .home-hero-secondary,
        .home-pill-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 3.25rem;
            padding: 0 1.35rem;
            border-radius: 9999px;
            font-size: 0.82rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
        }

        .home-hero-primary {
            background: linear-gradient(135deg, #e60000, #ff4034);
            color: #ffffff;
            box-shadow: 0 20px 44px rgba(230, 0, 0, 0.28);
        }

        .home-hero-secondary,
        .home-pill-link {
            border: 1px solid rgba(255, 255, 255, 0.22);
            background: rgba(255, 255, 255, 0.08);
            color: #ffffff;
            backdrop-filter: blur(10px);
        }

        .home-hero-primary:hover,
        .home-hero-secondary:hover,
        .home-pill-link:hover,
        .home-spotlight-choice:hover,
        .home-need-btn:hover {
            transform: translateY(-2px);
        }

        .home-spotlight-panel {
            display: none;
            border-radius: 2rem;
            border: 1px solid rgba(255, 255, 255, 0.12);
            background: linear-gradient(180deg, rgba(13, 13, 13, 0.88), rgba(18, 18, 18, 0.72));
            box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
            backdrop-filter: blur(14px);
            overflow: hidden;
        }

        .home-spotlight-header {
            padding-bottom: 1rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .home-spotlight-body {
            display: grid;
            gap: 1rem;
        }

        .home-spotlight-nav {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .home-spotlight-preview {
            height: 100%;
        }

        .home-search-heading {
            text-align: center;
        }

        .home-search-section {
            position: relative;
            z-index: 20;
            margin-top: -6rem;
            padding-top: 6rem;
            background: transparent;
        }

        .home-search-shell {
            position: relative;
            margin-top: 0;
            padding: 2.4rem 1rem 2.5rem;
            background: linear-gradient(
                to bottom,
                rgba(26, 26, 26, 0.18) 0rem,
                rgba(26, 26, 26, 0.32) 0.85rem,
                rgba(26, 26, 26, 0.54) 1.7rem,
                rgba(26, 26, 26, 0.78) 2.8rem,
                rgba(26, 26, 26, 0.93) 4rem,
                rgba(26, 26, 26, 0.97) 5rem,
                rgba(26, 26, 26, 0.97) 100%
            );
            box-shadow: 0 32px 76px rgba(0, 0, 0, 0.78);
        }

        .home-search-shell::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: -6rem;
            height: 6rem;
            pointer-events: none;
            background: linear-gradient(
                to bottom,
                rgba(26, 26, 26, 0) 0%,
                rgba(26, 26, 26, 0.02) 18%,
                rgba(26, 26, 26, 0.05) 36%,
                rgba(26, 26, 26, 0.09) 56%,
                rgba(26, 26, 26, 0.14) 76%,
                rgba(26, 26, 26, 0.18) 100%
            );
        }

        .home-spotlight-choice,
        .home-need-btn {
            width: 100%;
            text-align: left;
            border-radius: 1.15rem;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(255, 255, 255, 0.04);
            color: #d1d5db;
            transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
        }

        .home-spotlight-choice {
            padding: 0.85rem 0.95rem;
        }

        .home-need-btn {
            padding: 1rem 1.1rem;
        }

        .home-spotlight-choice.is-active,
        .home-need-btn.is-active {
            border-color: rgba(230, 0, 0, 0.55);
            background: rgba(230, 0, 0, 0.12);
            color: #ffffff;
        }

        .home-dark-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 3rem;
            border-radius: 9999px;
            padding: 0 1.15rem;
            font-size: 0.82rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            border: 1px solid rgba(255, 255, 255, 0.12);
            background: rgba(255, 255, 255, 0.04);
            color: #ffffff;
            transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
        }

        .home-dark-link:hover {
            transform: translateY(-2px);
            border-color: rgba(230, 0, 0, 0.55);
        }

        .home-closeout-shell {
            border-radius: 2rem;
            border: 1px solid #d1d5db;
            background: #ffffff;
            box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
            overflow: hidden;
        }

        .home-hero-contact {
            border-radius: 1.5rem;
            border: 1px solid rgba(255, 255, 255, 0.12);
            background: linear-gradient(180deg, rgba(13, 13, 13, 0.78), rgba(18, 18, 18, 0.58));
            box-shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
            backdrop-filter: blur(14px);
            padding: 1.15rem 1.25rem 1.25rem;
            max-width: 560px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            min-width: 0;
            overflow: hidden;
        }

        .home-hero-contact-header {
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
            gap: 0.5rem;
            padding-bottom: 0.85rem;
            margin-bottom: 0.85rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            font-size: 0.62rem;
            font-weight: 800;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: #9ca3af;
            white-space: nowrap;
            min-width: 0;
        }

        .home-hero-contact-header > * {
            flex-shrink: 0;
        }

        @media (max-width: 767px) {
            .home-hero-contact-header {
                display: grid;
                grid-template-columns: auto auto auto minmax(0, 1fr) auto;
                column-gap: 0.42rem;
                row-gap: 0;
                font-size: clamp(0.5rem, 1.55vw, 0.62rem);
                letter-spacing: 0.11em;
                white-space: nowrap;
            }

            .home-hero-contact-header > * {
                min-width: 0;
            }

            .home-hero-contact-hours {
                overflow: hidden;
                text-overflow: ellipsis;
                letter-spacing: 0.08em;
            }

            .home-hero-contact-status {
                margin-left: auto;
            }
        }

        .home-hero-contact-pulse {
            --dot-rgb: 34, 197, 94;
            position: relative;
            width: 0.55rem;
            height: 0.55rem;
            border-radius: 9999px;
            background: rgb(var(--dot-rgb));
            box-shadow: 0 0 0 0 rgba(var(--dot-rgb), 0.55);
            animation: home-hero-contact-pulse 2s infinite;
            flex-shrink: 0;
        }

        .home-hero-contact-pulse.is-warn {
            --dot-rgb: 245, 158, 11;
        }

        .home-hero-contact-pulse.is-closed {
            --dot-rgb: 239, 68, 68;
        }

        @keyframes home-hero-contact-pulse {
            0% { box-shadow: 0 0 0 0 rgba(var(--dot-rgb), 0.55); }
            70% { box-shadow: 0 0 0 0.55rem rgba(var(--dot-rgb), 0); }
            100% { box-shadow: 0 0 0 0 rgba(var(--dot-rgb), 0); }
        }

        .home-hero-contact-header-sep {
            display: inline-block;
            width: 3px;
            height: 3px;
            border-radius: 9999px;
            background: rgba(255, 255, 255, 0.35);
            margin: 0 0.5rem;
            vertical-align: middle;
        }

        .home-hero-contact-hours {
            color: #e5e7eb;
            letter-spacing: 0.12em;
        }

        .home-hero-contact-status {
            --status-rgb: 34, 197, 94;
            margin-left: auto;
            padding: 0.28rem 0.55rem;
            border-radius: 9999px;
            border: 1px solid rgba(var(--status-rgb), 0.35);
            background: rgba(var(--status-rgb), 0.12);
            color: rgb(var(--status-rgb));
            font-size: 0.62rem;
            font-weight: 900;
            letter-spacing: 0.18em;
            white-space: nowrap;
        }

        .home-hero-contact-status.is-warn {
            --status-rgb: 245, 158, 11;
        }

        .home-hero-contact-status.is-closed {
            --status-rgb: 239, 68, 68;
        }

        .home-hero-contact-grid {
            display: grid;
            gap: 0.75rem;
            grid-template-columns: 1fr;
        }

        .home-hero-contact-card {
            display: block;
            padding: 0.85rem 1rem;
            border-radius: 1.1rem;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(255, 255, 255, 0.03);
            transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
            text-align: left;
        }

        .home-hero-contact-card:hover {
            transform: translateY(-2px);
            border-color: rgba(230, 0, 0, 0.55);
            background: rgba(230, 0, 0, 0.08);
        }

        .home-hero-contact-label {
            font-size: 0.65rem;
            font-weight: 900;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: #fca5a5;
        }

        .home-hero-contact-phone {
            margin-top: 0.25rem;
            font-family: "Montserrat", sans-serif;
            font-size: 1.15rem;
            font-weight: 800;
            letter-spacing: 0.01em;
            color: #ffffff;
        }

        .home-hero-contact-addr {
            margin-top: 0.35rem;
            font-size: 0.78rem;
            line-height: 1.45;
            color: #d1d5db;
        }

        .home-hero-contact-map {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            margin-top: 0.5rem;
            font-size: 0.7rem;
            font-weight: 800;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #fca5a5;
            transition: color 180ms ease;
        }

        .home-hero-contact-card:hover .home-hero-contact-map {
            color: #ffffff;
        }

        .home-hero-contact-tap {
            display: none;
        }

        @media (max-width: 767px) {
            .home-hero-contact-card {
                padding: 1.1rem 1rem;
                text-align: center;
                background: linear-gradient(135deg, rgba(230, 0, 0, 0.18), rgba(230, 0, 0, 0.06));
                border-color: rgba(230, 0, 0, 0.45);
            }

            .home-hero-contact-card .home-hero-contact-label,
            .home-hero-contact-card .home-hero-contact-phone,
            .home-hero-contact-card .home-hero-contact-addr,
            .home-hero-contact-card .home-hero-contact-map {
                display: none;
            }

            .home-hero-contact-tap {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.55rem;
                width: 100%;
                font-family: "Montserrat", sans-serif;
                font-size: 0.82rem;
                font-weight: 800;
                letter-spacing: 0.06em;
                text-transform: uppercase;
                color: #ffffff;
                line-height: 1.2;
            }

            .home-hero-contact-tap-icon {
                color: #ffffff;
                flex-shrink: 0;
            }
        }

        .nav-contact-flyout {
            position: absolute;
            top: 100%;
            right: 0;
            padding-top: 0.75rem;
            width: min(90vw, 25rem);
            opacity: 0;
            visibility: hidden;
            transform: translateY(0.5rem);
            pointer-events: none;
            transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
            z-index: 130;
        }

        .nav-contact-group:hover .nav-contact-flyout,
        .nav-contact-group:focus-within .nav-contact-flyout {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            pointer-events: auto;
        }

        .nav-contact-card {
            border-radius: 1.35rem;
            border: 1px solid rgba(255, 255, 255, 0.12);
            background: linear-gradient(180deg, rgba(13, 13, 13, 0.98), rgba(18, 18, 18, 0.94));
            box-shadow: 0 24px 70px rgba(0, 0, 0, 0.58);
            padding: 1rem;
        }

        .nav-contact-card::before {
            content: "";
            position: absolute;
            top: -0.38rem;
            right: 2.3rem;
            width: 0.75rem;
            height: 0.75rem;
            transform: rotate(45deg);
            border-left: 1px solid rgba(255, 255, 255, 0.12);
            border-top: 1px solid rgba(255, 255, 255, 0.12);
            background: rgba(13, 13, 13, 0.98);
        }

        .nav-contact-header {
            display: flex;
            align-items: center;
            gap: 0.55rem;
            padding-bottom: 0.8rem;
            margin-bottom: 0.8rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .nav-contact-title {
            font-size: 0.68rem;
            font-weight: 900;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: #fca5a5;
        }

        .nav-contact-hours {
            margin-top: 0.15rem;
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            color: #d1d5db;
            text-transform: none;
        }

        .nav-contact-locations {
            display: grid;
            gap: 0.65rem;
        }

        .nav-contact-location {
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 0.75rem;
            padding: 0.8rem;
            border-radius: 1rem;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(255, 255, 255, 0.035);
        }

        .nav-contact-location-name {
            font-size: 0.68rem;
            font-weight: 900;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #ffffff;
        }

        .nav-contact-address {
            margin-top: 0.25rem;
            font-size: 0.72rem;
            line-height: 1.45;
            color: #9ca3af;
        }

        .nav-contact-phone {
            align-self: center;
            border-radius: 9999px;
            padding: 0.52rem 0.7rem;
            border: 1px solid rgba(230, 0, 0, 0.35);
            background: rgba(230, 0, 0, 0.13);
            font-size: 0.72rem;
            font-weight: 900;
            letter-spacing: 0.08em;
            color: #ffffff;
            white-space: nowrap;
            transition: background-color 180ms ease, border-color 180ms ease;
        }

        .nav-contact-phone:hover {
            border-color: rgba(230, 0, 0, 0.75);
            background: rgba(230, 0, 0, 0.28);
        }

        @media (min-width: 480px) {
            .home-hero-contact-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (min-width: 1024px) {
            .home-hero-contact {
                margin-left: 0;
                margin-right: 0;
                max-width: 540px;
            }
        }

        .homepage-hero .hero-nav-btn {
            bottom: calc(var(--hero-slide-cutoff) + 13rem);
            z-index: 45;
        }

        .homepage-hero .hero-dots {
            bottom: calc(var(--hero-slide-cutoff) + 12.5rem);
            z-index: 45;
        }

        @media (min-width: 1024px) {
            .homepage-hero-grid {
                grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
            }

            .home-spotlight-panel {
                display: block;
            }

            .home-spotlight-body {
                grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1fr);
                align-items: stretch;
            }

            .home-spotlight-header {
                min-height: 6.5rem;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .homepage-hero .hero-nav-btn {
                bottom: calc(var(--hero-slide-cutoff) + 14rem);
            }

            .homepage-hero .hero-dots {
                bottom: calc(var(--hero-slide-cutoff) + 13.5rem);
            }
        }

        @media (min-width: 768px) {
            .homepage-hero {
                --hero-slide-cutoff: 10rem;
            }

            .home-search-section {
                margin-top: -7rem;
                padding-top: 7rem;
            }

            .home-search-shell {
                margin-top: 0;
                padding: 2.9rem 2rem 3rem;
            }

            .home-search-shell::before {
                top: -6.75rem;
                height: 6.75rem;
            }
        }

        @media (min-width: 1024px) {
            .home-search-shell {
                padding-inline: 2.5rem;
            }
        }

        @media (max-width: 1023px) {
            .homepage-hero .hero-controls-band {
                position: relative;
                z-index: 45;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 1rem;
                margin: 1.15rem auto 0.85rem;
                padding: 0 0.75rem;
            }

            .homepage-hero .hero-controls-band .hero-nav-btn,
            .homepage-hero .hero-controls-band .hero-dots {
                position: static;
                inset: auto;
                transform: none;
            }

            .homepage-hero .hero-controls-band .hero-dots {
                margin: 0;
            }
        }

        @media (max-width: 767px) {
            .home-mobile-quick-links {
                max-width: 540px;
                padding: 0.85rem;
                border-radius: 1.45rem;
                border: 1px solid rgba(255, 255, 255, 0.12);
                background: linear-gradient(180deg, rgba(13, 13, 13, 0.72), rgba(18, 18, 18, 0.48));
                box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
                backdrop-filter: blur(12px);
            }

            .home-mobile-quick-links .home-pill-link {
                min-height: 3.15rem;
                padding: 0.85rem 0.75rem;
                border-radius: 1rem;
                border-color: rgba(230, 0, 0, 0.48);
                background: linear-gradient(135deg, rgba(230, 0, 0, 0.16), rgba(230, 0, 0, 0.04));
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
                font-size: 0.72rem;
                line-height: 1.15;
                letter-spacing: 0.08em;
            }

            .home-mobile-quick-links .home-pill-link:hover {
                border-color: rgba(230, 0, 0, 0.72);
                background: linear-gradient(135deg, rgba(230, 0, 0, 0.24), rgba(230, 0, 0, 0.08));
            }

            .homepage-hero-inner {
                padding-top: 5.9rem;
                padding-bottom: 3.25rem;
            }
        }

        /* ============== Rolling vehicle silhouette strip ============== */
        .home-vehicle-strip {
            position: relative;
            width: 100%;
            height: 70px;
            background: #f4f4f5;
            overflow: hidden;
            margin-bottom: -1px;
        }

        .home-vehicle-strip-canvas {
            display: block;
            width: 100%;
            height: 100%;
        }

        @media (max-width: 767px) {
            .home-vehicle-strip {
                height: 50px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .home-vehicle-strip-canvas {
                opacity: 0.9;
            }
        }

        /* ============== Google Reviews Marquee ============== */
        .reviews-section {
            position: relative;
            background:
                radial-gradient(circle at 15% 20%, rgba(230, 0, 0, 0.18), transparent 38%),
                radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.05), transparent 32%),
                linear-gradient(180deg, #0a0a0a 0%, #111111 100%);
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
            overflow: hidden;
        }

        .reviews-summary-pill {
            display: inline-flex;
            align-items: center;
            gap: 0.65rem;
            padding: 0.45rem 0.9rem;
            border-radius: 9999px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            background: rgba(255, 255, 255, 0.04);
            color: #d1d5db;
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.16em;
            text-transform: uppercase;
        }

        .reviews-summary-pill .stars {
            display: inline-flex;
            gap: 0.15rem;
            color: #fbbf24;
            letter-spacing: 0;
        }

        .reviews-marquee {
            position: relative;
            overflow: hidden;
            mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
            -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
        }

        .reviews-track {
            display: flex;
            gap: 1.25rem;
            width: max-content;
            animation: reviews-scroll 60s linear infinite;
            will-change: transform;
        }

        .reviews-marquee:hover .reviews-track,
        .reviews-marquee:focus-within .reviews-track {
            animation-play-state: paused;
        }

        @keyframes reviews-scroll {
            from { transform: translate3d(0, 0, 0); }
            to { transform: translate3d(-50%, 0, 0); }
        }

        .review-card {
            flex: 0 0 22rem;
            min-width: 22rem;
            max-width: 22rem;
            display: flex;
            flex-direction: column;
            gap: 0.85rem;
            padding: 1.35rem 1.4rem 1.25rem;
            border-radius: 1.4rem;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: linear-gradient(180deg, rgba(20, 20, 20, 0.94), rgba(13, 13, 13, 0.88));
            box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
        }

        .review-card-head {
            display: flex;
            align-items: center;
            gap: 0.7rem;
        }

        .review-card-avatar {
            width: 2.4rem;
            height: 2.4rem;
            border-radius: 9999px;
            background: linear-gradient(135deg, #e60000, #ff4034);
            color: #ffffff;
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            overflow: hidden;
        }

        .review-card-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .review-card-author {
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
            font-size: 0.92rem;
            letter-spacing: 0.01em;
            color: #ffffff;
            line-height: 1.1;
        }

        .review-card-meta {
            margin-top: 0.18rem;
            font-size: 0.66rem;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #9ca3af;
        }

        .review-card-stars {
            display: inline-flex;
            gap: 0.12rem;
            color: #fbbf24;
            font-size: 0.95rem;
            line-height: 1;
        }

        .review-card-text {
            font-size: 0.88rem;
            line-height: 1.55;
            color: #d1d5db;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            line-clamp: 6;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .review-card-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: auto;
            padding-top: 0.8rem;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            font-size: 0.66rem;
            font-weight: 800;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: #9ca3af;
        }

        .review-card-google {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            color: #d1d5db;
        }

        .review-card-google svg {
            width: 0.85rem;
            height: 0.85rem;
        }

        .review-card.is-skeleton .review-card-text,
        .review-card.is-skeleton .review-card-author,
        .review-card.is-skeleton .review-card-meta {
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
            background-size: 200% 100%;
            color: transparent;
            border-radius: 0.45rem;
            animation: reviews-skeleton 1.4s linear infinite;
        }

        .review-card.is-skeleton .review-card-text { height: 4.5rem; }
        .review-card.is-skeleton .review-card-author { width: 7rem; height: 0.95rem; }
        .review-card.is-skeleton .review-card-meta { width: 4.5rem; height: 0.7rem; }

        @keyframes reviews-skeleton {
            from { background-position: 200% 0; }
            to { background-position: -200% 0; }
        }

        @media (max-width: 767px) {
            .review-card {
                flex: 0 0 17rem;
                min-width: 17rem;
                max-width: 17rem;
                padding: 1.1rem 1.15rem;
            }
            .reviews-track {
                gap: 0.9rem;
                animation-duration: 45s;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .reviews-track { animation: none; }
        }
