﻿:root {
    --brand-green: #2e7d32;
    --brand-gold: #f9a825;
    --brand-dark: #1b5e20;
}

/* Reset and Base */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    color: #333;
    overflow-x: hidden;
    background: #fff;
    scroll-behavior: smooth;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------------- HERO SECTION ---------------- */
/* ---------------- HERO SECTION ---------------- */
/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

/* Background Layer with Parallax + Zoom */
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
    z-index: -1;
    transform: translateZ(-1px) scale(2);
    animation: heroZoom 12s ease-in-out forwards;
    will-change: transform;
}

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

*/
/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

/* Background Layer with Parallax + Zoom */
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
    z-index: -1;
    transform: translateZ(-1px) scale(2);
    animation: heroZoom 12s ease-in-out forwards;
    will-change: transform;
}

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}

/* ---------------- HERO SECTION (Zoom + Parallax) ---------------- */
.hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

    /* Background Layer with Parallax + Zoom */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/dealers/ACT794318204457.jpg') center/cover no-repeat;
        z-index: -1;
        transform: translateZ(-1px) scale(2);
        animation: heroZoom 12s ease-in-out forwards;
        will-change: transform;
    }

/* Subtle zoom animation */
@keyframes heroZoom {
    0% {
        transform: translateZ(-1px) scale(2);
    }

    100% {
        transform: translateZ(-1px) scale(2.15);
    }
}

/* Hero content animation */
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
}

.hero .auth-badge,
.hero .mt-4 {
    opacity: 0;
    animation: fadeInUp 1.8s ease forwards;
}

/* Fade-in and upward motion */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
    }

        .hero h1 {
            font-size: 2.4rem;
        }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

        .hero h1 {
            font-size: 1.8rem;
        }
}


    .hero .lead {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

.auth-badge {
    background: var(--brand-gold);
    padding: 6px 18px;
    border-radius: 30px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

    .auth-badge i {
        color: var(--brand-green);
        margin-right: 6px;
    }

/* Hero Buttons */
.hero .btn {
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    margin: 4px;
}

    .hero .btn:hover {
        transform: translateY(-2px);
    }
/* Fix for Get Directions button color */
/* 🔹 WhatsApp Button */
.btn-whatsapp {
    background: linear-gradient(135deg, #25d366, #1ebea5);
    color: #fff !important;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    padding: 10px 22px;
    transition: all 0.3s ease;
}

    .btn-whatsapp i {
        margin-right: 6px;
    }

    .btn-whatsapp:hover {
        background: linear-gradient(135deg, #1ebea5, #128c7e);
        transform: translateY(-2px);
    }

/* 🔸 Get Directions (Gold) */
.btn-location {
    background: var(--brand-gold);
    color: #000 !important;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    padding: 10px 22px;
    transition: all 0.3s ease;
}

    .btn-location i {
        margin-right: 6px;
    }

    .btn-location:hover {
        background: #d68910;
        color: #fff !important;
        transform: translateY(-2px);
    }

/* ☎️ Call Button (White with border) */
.btn-call {
    background: #fff;
    color: #000 !important;
    border: 2px solid #ddd;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 22px;
    transition: all 0.3s ease;
}

    .btn-call i {
        margin-right: 6px;
    }

    .btn-call:hover {
        background: #f5f5f5;
        border-color: var(--brand-green);
        transform: translateY(-2px);
    }



/* ---------------- SECTION HEADINGS ---------------- */
.section-title {
    text-align: center;
    margin: 60px 0 30px;
    font-weight: 700;
    color: var(--brand-green);
}

/* Section spacing fix */
section {
    padding: 50px 0;
}

/* ---------------- ABOUT SECTION ---------------- */
.about-section p {
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 1.05rem;
}
/* About Section Image */
.about-section .about-img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    /* Slight hover zoom for appeal */
    .about-section .about-img:hover {
        transform: scale(1.03);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

/* On larger screens, keep image aligned with text height */
@media (min-width: 992px) {
    .about-section .about-img {
        height: 100%;
        max-height: 420px;
    }
}

/* On small screens, reduce height for balance */
@media (max-width: 768px) {
    .about-section .about-img {
        max-height: 280px;
        margin-top: 20px;
    }
}

/* ---------------- PRODUCT RANGE ---------------- */
.icon-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .icon-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    }

    .icon-card h5 {
        margin-top: 15px;
        color: #222;
        font-weight: 600;
    }

.swiper-button-next,
.swiper-button-prev {
    color: var(--brand-green);
    font-weight: bold;
}

/* ---------------- TRUST SECTION ---------------- */
/* ---------------- TRUST SECTION (Improved Mobile View) ---------------- */
.trust-section {
    background: #fff;
    padding: 60px 20px;
}

.trust-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    background: #f9fbe7;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

    .trust-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    }

    .trust-item i {
        font-size: 2rem;
        color: var(--brand-green);
        flex-shrink: 0;
    }

    .trust-item h5 {
        font-weight: 700;
        font-size: 1.05rem;
        color: var(--brand-dark);
        margin-bottom: 5px;
    }

    .trust-item p {
        margin: 0;
        line-height: 1.6;
        font-size: 0.95rem;
        color: #555;
    }

/* ✅ Mobile Optimization */
@media (max-width: 768px) {
    .trust-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 18px 15px;
    }

        .trust-item i {
            font-size: 2.4rem;
            margin-bottom: 10px;
        }

        .trust-item h5 {
            font-size: 1rem;
        }

        .trust-item p {
            font-size: 0.9rem;
        }
}


/* ---------------- GALLERY ---------------- */
.myGallery {
    padding-top: 20px;
}

    .myGallery img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

        .myGallery img:hover {
            transform: scale(1.03);
        }

/* ---------------- APP PROMO ---------------- */
.app-promo {
    background: #fff;
    padding: 60px 0;
}

    .app-promo img {
        max-height: 400px;
        width: 100%;
        object-fit: contain;
    }

    .app-promo h2 {
        color: var(--brand-green);
        font-weight: 700;
        margin-bottom: 20px;
    }

    .app-promo p {
        font-size: 1.05rem;
        line-height: 1.6;
    }

    .app-promo ul {
        padding-left: 0;
        list-style: none;
    }

        .app-promo ul li {
            margin-bottom: 8px;
            font-size: 1rem;
        }

/* ---------------- FOOTER ---------------- */
footer {
    background: var(--brand-dark);
    color: #fff;
    text-align: center;
    padding: 25px 10px;
    font-size: 0.95rem;
}

    footer p {
        margin: 6px 0;
    }

    footer .auth-badge {
        background: var(--brand-gold);
        color: #000;
    }

/* ---------------- ANIMATIONS (AOS) ---------------- */
[data-aos] {
    opacity: 0;
    transition-property: transform, opacity;
}

    [data-aos].aos-animate {
        opacity: 1;
    }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }

    .app-promo img {
        margin-bottom: 20px;
        max-height: 280px;
    }

    .trust-item {
        flex-direction: column;
        text-align: center;
    }

    .section-title {
        font-size: 1.5rem;
    }

    section {
        padding: 40px 0;
    }
}
/* ---------------- PRODUCT RANGE SECTION ---------------- */
/* ---------------- PRODUCT RANGE SECTION (New Gradient + Explore Btn) ---------------- */
.product-range {
    background: linear-gradient(135deg, #f9fbe7, #e8f5e9); /* Light fresh green gradient */
    position: relative;
    overflow: hidden;
    color: #333;
}

    /* Decorative floating background shapes */
    .product-range::before,
    .product-range::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        background: rgba(46, 125, 50, 0.08);
        border-radius: 50%;
        animation: floaty 10s infinite ease-in-out alternate;
        z-index: 0;
    }

    .product-range::before {
        top: -50px;
        left: -80px;
    }

    .product-range::after {
        bottom: -70px;
        right: -90px;
        animation-delay: 4s;
    }

@keyframes floaty {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(25px);
    }
}

/* Swiper styling */
.product-range .swiper {
    padding: 40px 0;
    z-index: 1;
}

/* Icon Cards */
/* --- Product Range Card Alignment Fix --- */
.product-range .icon-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px 45px;
    text-align: center;
    color: #333;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    height: 260px; /* 👈 ensures uniform height across cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* keeps Explore button bottom aligned */
    align-items: center;
}

    /* Icon smaller for balance */
    .product-range .icon-card i {
        font-size: 2.3rem;
        color: #2e7d32;
        margin-bottom: 10px;
        transition: all 0.4s ease;
    }

/* Category Title font fix */
.product-range h5 {
    font-size: 1rem; /* 👈 smaller & consistent */
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.3;
    text-align: center;
    height: 40px; /* 👈 fixes line wrapping height difference */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Explore Button — slightly smaller for proportional look */
.btn-explore {
    font-size: 0.9rem;
    padding: 6px 20px;
    border-radius: 25px;
    background: linear-gradient(90deg, #2e7d32, #66bb6a);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(46, 125, 50, 0.25);
    transition: all 0.3s ease;
}

    .btn-explore:hover {
        background: linear-gradient(90deg, #1b5e20, #4caf50);
        transform: scale(1.05);
    }


/* Swiper nav buttons */
.product-range .swiper-button-next,
.product-range .swiper-button-prev {
    color: #2e7d32;
    transition: all 0.3s ease;
}

    .product-range .swiper-button-next:hover,
    .product-range .swiper-button-prev:hover {
        color: #1b5e20;
    }
/* ---------- MOBILE RESPONSIVE FIXES ---------- */
@media (max-width: 768px) {
    /* Section padding */
    .product-range {
        padding: 40px 10px;
    }

        /* Heading size */
        .product-range .section-title {
            font-size: 1.4rem;
            margin-bottom: 30px;
        }

        /* Card adjustments */
        .product-range .icon-card {
            padding: 25px 15px 35px;
            border-radius: 12px;
        }

            /* Icon */
            .product-range .icon-card i {
                font-size: 2rem;
                margin-bottom: 12px;
            }

        /* Title text */
        .product-range h5 {
            font-size: 1rem;
            margin-bottom: 14px;
        }

    /* Explore button */
    .btn-explore {
        font-size: 0.85rem;
        padding: 6px 18px;
        border-radius: 20px;
    }

    /* Swiper arrows smaller & moved outward */
    .product-range .swiper-button-next,
    .product-range .swiper-button-prev {
        transform: scale(0.8);
        color: #2e7d32;
    }
}

@media (max-width: 480px) {
    .product-range .icon-card {
        padding: 22px 12px 30px;
    }

    .product-range h5 {
        font-size: 0.95rem;
    }

    .btn-explore {
        padding: 5px 16px;
        font-size: 0.8rem;
    }
}
