    :root {
        --ccc-primary: #E08D73;
        --ccc-primary-dark: #cc7a61;
        --ccc-navy: #14143F;
        --ccc-navy-2: #1C1B4B;
        --ccc-soft: #FFF7F4;
        --ccc-white: #ffffff;
        --ccc-text: #2a2a3b;
        --ccc-muted: #6d6d86;
        --ccc-border: rgba(20, 20, 63, 0.08);
        --ccc-shadow: 0 18px 50px rgba(20, 20, 63, 0.12);
        --ccc-shadow-hover: 0 24px 60px rgba(20, 20, 63, 0.18);
        --ccc-radius: 24px;
        --ccc-radius-sm: 16px;
        --ccc-transition: all .35s ease;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        font-family: 'DM Sans', sans-serif;
        background:
            radial-gradient(circle at top left, rgba(224, 141, 115, 0.12), transparent 30%),
            radial-gradient(circle at top right, rgba(20, 20, 63, 0.08), transparent 30%),
            linear-gradient(180deg, #fff 0%, #fff7f4 100%);
        color: var(--ccc-text);
        overflow-x: hidden;
        padding-top: 110px;
    }

    @media (max-width: 991px) {
        body {
            padding-top: 95px;
        }
    }

    body.loading {
        overflow: hidden;
    }

    main {
        position: relative;
        z-index: 2;
    }

    /* =========================
       PRELOADER
    ========================= */
    .site-preloader {
        position: fixed;
        inset: 0;
        background: linear-gradient(135deg, #14143F 0%, #1C1B4B 55%, #E08D73 140%);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        transition: opacity .5s ease, visibility .5s ease;
    }

    .site-preloader.hidden {
        opacity: 0;
        visibility: hidden;
    }

    .preloader-inner {
        text-align: center;
        color: #fff;
    }

    .preloader-logo {
        width: 90px;
        height: 90px;
        object-fit: contain;
        animation: floatY 2.4s ease-in-out infinite;
        filter: drop-shadow(0 10px 25px rgba(0, 0, 0, .25));
    }

    .preloader-ring {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 3px solid rgba(255, 255, 255, .15);
        border-top-color: #fff;
        margin: 0 auto 20px;
        animation: spin 1s linear infinite;
    }

    .preloader-text {
        font-size: 14px;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        opacity: .85;
    }

    /* =========================
       NAVBAR
    ========================= */
    .navbar {
        position: sticky;
        top: 0;
        z-index: 999;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        background: rgba(255, 255, 255, 0.72);
        border-bottom: 1px solid rgba(20, 20, 63, 0.06);
        transition: var(--ccc-transition);
    }

    .navbar.scrolled {
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 10px 30px rgba(20, 20, 63, 0.08);
    }

    .navbar-brand-image {
        max-height: 60px;
        object-fit: contain;
    }

    .nav-link {
        font-weight: 600;
        color: var(--ccc-navy) !important;
        position: relative;
        transition: var(--ccc-transition);
    }

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

    .nav-link::after {
        content: "";
        position: absolute;
        inset-inline-start: 0;
        bottom: 2px;
        width: 0;
        height: 2px;
        background: var(--ccc-primary);
        transition: width .25s ease;
    }

    .nav-link:hover::after {
        width: 100%;
    }

    
    /* ========================================
   NAVBAR - FINAL FIXED POSITION
======================================== */

.modern-navbar {
    position: fixed;
    top: 12px;
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
    transform: none !important;
    z-index: 9999;
    min-height: 78px;
    border-radius: 22px;
    background: rgba(20, 20, 63, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 34px rgba(20, 20, 63, 0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: top .3s ease, background .3s ease, box-shadow .3s ease;
}

.modern-navbar.scrolled {
    top: 8px;
    transform: none !important;
    background: rgba(20, 20, 63, 0.98);
    box-shadow: 0 18px 42px rgba(20, 20, 63, 0.24);
}

.modern-navbar .container {
    width: 100%;
    max-width: 100%;
    padding-inline: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 78px;
}

.modern-navbar .navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    margin: 0;
    text-decoration: none;
}

.brand-logo-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 18px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.navbar-brand-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.brand-text-wrap {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.brand-title {
    margin: 0;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
}

.brand-subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.76rem;
    font-weight: 500;
    white-space: nowrap;
}

.modern-navbar .navbar-collapse {
    flex-grow: 1;
}

.modern-navbar .navbar-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
}

.modern-navbar .nav-item {
    flex: 0 0 auto;
}

.modern-navbar .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 10px 12px !important;
    border-radius: 999px;
    transition: all .25s ease;
    text-decoration: none;
}

.modern-navbar .nav-link::after {
    display: none !important;
}

.modern-navbar .nav-link:hover,
.modern-navbar .nav-link.active {
    color: #F3B29C !important;
    background: rgba(255, 255, 255, 0.08);
}

.nav-lang-item .lang-switch {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.navbar-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 999px !important;
    padding: 12px 20px !important;
    background: linear-gradient(135deg, #E08D73 0%, #F3B29C 100%) !important;
    color: #fff !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    border: 0 !important;
    box-shadow: 0 12px 24px rgba(224, 141, 115, 0.28);
    transition: all .28s ease !important;
}

.navbar-cta-btn:hover {
    transform: translateY(-2px);
    color: #fff !important;
    box-shadow: 0 16px 30px rgba(224, 141, 115, 0.34);
}

.modern-toggler {
    border: 0 !important;
    box-shadow: none !important;
    padding: 8px !important;
}

.modern-toggler .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

/* desktop medium */
@media (max-width: 1280px) {
    .brand-text-wrap {
        display: none !important;
    }

    .modern-navbar .nav-link {
        font-size: 0.86rem;
        padding: 9px 9px !important;
    }

    .navbar-cta-btn {
        padding: 11px 16px !important;
        font-size: 0.88rem !important;
    }
}

/* RTL */
html[dir="rtl"] .modern-navbar .container {
    flex-direction: row;
}

html[dir="rtl"] .modern-navbar .navbar-nav {
    margin-right: auto;
    margin-left: 0;
}

html[dir="rtl"] .modern-navbar .nav-link {
    font-size: 0.84rem;
    padding: 9px 8px !important;
}

html[dir="rtl"] .brand-title {
    font-size: 0.92rem;
}

html[dir="rtl"] .brand-subtitle {
    font-size: 0.70rem;
}

/* mobile */
@media (max-width: 991px) {
    body {
        padding-top: 95px;
    }

    .modern-navbar {
        top: 8px;
        left: 8px;
        right: 8px;
        border-radius: 18px;
        min-height: 72px;
    }

    .modern-navbar.scrolled {
        top: 8px;
    }

    .modern-navbar .container {
        min-height: 72px;
        gap: 8px;
        padding-inline: 14px;
    }

    .modern-navbar .navbar-brand {
        max-width: calc(100% - 130px);
    }

    .brand-logo-wrap {
        width: 56px;
        height: 56px;
        min-width: 56px;
        border-radius: 16px;
    }

    .brand-text-wrap {
        display: none !important;
    }

    .modern-navbar .navbar-collapse {
        background: rgba(20, 20, 63, 0.98);
        margin-top: 12px;
        padding: 14px;
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
    }

    .modern-navbar .navbar-nav {
        align-items: stretch;
        gap: 8px;
    }

    .modern-navbar .nav-link {
        display: block;
        text-align: start;
        font-size: 0.95rem;
        padding: 12px 14px !important;
        border-radius: 14px;
    }

    html[dir="rtl"] .modern-navbar .nav-link {
        text-align: right;
        font-size: 0.92rem;
    }

    .modern-navbar .d-none.d-lg-block.ms-lg-3 {
        display: none !important;
    }
}
    /* =========================
   FOOTER - MODERN
========================= */
    .modern-footer {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at 15% 20%, rgba(224, 141, 115, .12), transparent 22%),
            radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .04), transparent 18%),
            linear-gradient(135deg, #14143F 0%, #1C1B4B 55%, #23225a 100%);
        color: rgba(255, 255, 255, .88);
        padding: 90px 0 28px;
    }

    .footer-glow {
        position: absolute;
        border-radius: 50%;
        filter: blur(50px);
        opacity: .22;
        pointer-events: none;
    }

    .footer-glow-1 {
        width: 260px;
        height: 260px;
        background: #E08D73;
        top: -60px;
        left: -60px;
    }

    .footer-glow-2 {
        width: 220px;
        height: 220px;
        background: #F3B29C;
        bottom: -60px;
        right: -60px;
    }

    .footer-brand-block,
    .footer-links-block,
    .footer-social-block {
        position: relative;
        z-index: 2;
    }

    .footer-brand-logo {
        width: 76px;
        height: 76px;
        min-width: 76px;
        border-radius: 18px;
        background: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
        overflow: hidden;
    }

    .footer-brand-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

    .footer-brand-title {
        color: #fff;
        font-size: 1.1rem;
        font-weight: 800;
    }

    .footer-brand-subtitle {
        color: rgba(255, 255, 255, .68);
        font-size: .82rem;
    }

    .footer-title {
        color: #fff;
        font-size: 1rem;
        font-weight: 800;
        margin-bottom: 18px;
    }

    .footer-text {
        color: rgba(255, 255, 255, .72);
        line-height: 1.8;
        font-size: .96rem;
    }

    .footer-contact-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .footer-contact-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        transition: all .25s ease;
    }

    .footer-contact-link:hover {
        color: #F3B29C;
        transform: translateX(4px);
    }

    .footer-links-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links-list li {
        margin-bottom: 12px;
    }

    .footer-links-list a,
    .footer-links-list span {
        color: rgba(255, 255, 255, .72);
        text-decoration: none;
        transition: all .25s ease;
    }

    .footer-links-list a:hover {
        color: #F3B29C;
        padding-inline-start: 4px;
    }

    .footer-social-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .footer-social-card {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 16px;
        border-radius: 16px;
        background: rgba(255, 255, 255, .06);
        border: 1px solid rgba(255, 255, 255, .10);
        text-decoration: none;
        color: #fff;
        transition: all .28s ease;
    }

    .footer-social-card i {
        font-size: 1.1rem;
        color: #F3B29C;
    }

    .footer-social-card:hover {
        transform: translateY(-4px);
        background: rgba(224, 141, 115, .16);
        border-color: rgba(224, 141, 115, .28);
        color: #fff;
    }

    .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, .10);
        margin-top: 42px;
        padding-top: 20px;
        position: relative;
        z-index: 2;
    }

    .modern-footer .copyright-text,
    .footer-made {
        color: rgba(255, 255, 255, .62) !important;
        font-size: .92rem;
    }

    /* responsive */
    @media (max-width: 991px) {
        .modern-navbar {
            top: 8px;
            width: calc(100% - 16px);
        }

        .brand-text-wrap {
            display: none !important;
        }

        .modern-footer {
            padding-top: 70px;
        }
    }

    /* =========================
       BUTTONS
    ========================= */
    .custom-btn,
    .custom-border-btn,
    .form-control[type="submit"],
    button.form-control {
        border-radius: 999px !important;
        padding: 14px 28px !important;
        font-weight: 700 !important;
        transition: var(--ccc-transition) !important;
    }

    .custom-btn,
    .form-control[type="submit"],
    button.form-control {
        background: linear-gradient(135deg, var(--ccc-primary) 0%, #f1a187 100%) !important;
        border: none !important;
        color: #fff !important;
        box-shadow: 0 12px 30px rgba(224, 141, 115, 0.35);
    }

    .custom-btn:hover,
    .form-control[type="submit"]:hover,
    button.form-control:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 34px rgba(224, 141, 115, 0.4);
    }

    .custom-border-btn {
        background: transparent !important;
        border: 1.5px solid var(--ccc-navy) !important;
        color: var(--ccc-navy) !important;
    }

    .custom-border-btn:hover {
        background: var(--ccc-navy) !important;
        color: #fff !important;
        transform: translateY(-3px);
    }

    /* =========================
       HERO
    ========================= */
    .hero-section {
        position: relative;
        min-height: 100vh;
        overflow: hidden;
        padding: 110px 0 70px;
        background:
            radial-gradient(circle at 15% 20%, rgba(224, 141, 115, .22), transparent 24%),
            radial-gradient(circle at 85% 18%, rgba(255, 255, 255, .08), transparent 18%),
            linear-gradient(135deg, #14143F 0%, #1C1B4B 45%, #2b286a 100%);
    }

    .hero-section .section-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgba(20, 20, 63, .74), rgba(20, 20, 63, .45)),
        url("{{ asset('web/images/pattern.png') }}");
        opacity: .38;
        pointer-events: none;
    }

    .hero-section h1,
    .hero-section h2,
    .hero-section p,
    .hero-section a,
    .hero-section span,
    .hero-section strong {
        position: relative;
        z-index: 2;
    }

    .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 16px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .12);
        border: 1px solid rgba(255, 255, 255, .16);
        backdrop-filter: blur(10px);
        color: #fff;
        margin-bottom: 18px;
        font-size: 14px;
        font-weight: 700;
    }

    .hero-highlight {
        color: var(--ccc-primary);
        text-shadow: 0 0 20px rgba(224, 141, 115, .18);
    }

    .hero-card {
        position: relative;
        z-index: 2;
        background: rgba(255, 255, 255, .10);
        border: 1px solid rgba(255, 255, 255, .14);
        backdrop-filter: blur(16px);
        border-radius: 28px;
        padding: 16px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
        animation: floatY 4s ease-in-out infinite;
    }

    .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
        margin-top: 26px;
        position: relative;
        z-index: 2;
    }

    .hero-stat {
        background: rgba(255, 255, 255, .10);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 20px;
        padding: 16px 14px;
        text-align: center;
        color: #fff;
        backdrop-filter: blur(8px);
        transition: var(--ccc-transition);
    }

    .hero-stat:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, .14);
    }

    .hero-stat strong {
        display: block;
        font-size: 1.2rem;
        color: #fff;
    }

    .hero-stat span {
        font-size: .85rem;
        color: rgba(255, 255, 255, .8);
    }

    .car-video {
        width: 100%;
        height: 100%;
        min-height: 460px;
        object-fit: cover;
        border-radius: 22px;
        background: #000;
    }

    /* =========================
       SECTIONS / TITLES
    ========================= */
    .section-padding {
        padding: 100px 0;
    }

    .section-title-wrap {
        max-width: 760px;
        margin: 0 auto 40px;
        text-align: center;
    }

    .section-kicker {
        display: inline-block;
        padding: 8px 16px;
        border-radius: 999px;
        background: rgba(224, 141, 115, 0.12);
        color: var(--ccc-primary-dark);
        font-weight: 700;
        margin-bottom: 14px;
        font-size: 14px;
    }

    .section-title {
        font-size: clamp(2rem, 4vw, 3rem);
        line-height: 1.15;
        color: var(--ccc-navy);
        margin-bottom: 10px;
        font-weight: 800;
    }

    .section-subtitle {
        color: var(--ccc-muted);
        font-size: 1rem;
    }

    /* =========================
       CARDS
    ========================= */
    .modern-card {
        background: rgba(255, 255, 255, 0.88);
        border: 1px solid var(--ccc-border);
        border-radius: var(--ccc-radius);
        box-shadow: var(--ccc-shadow);
        transition: var(--ccc-transition);
        overflow: hidden;
    }

    .modern-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--ccc-shadow-hover);
    }

    .glass-card {
        background: rgba(255, 255, 255, .72);
        border: 1px solid rgba(255, 255, 255, .55);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border-radius: var(--ccc-radius);
        box-shadow: var(--ccc-shadow);
    }

    .service-card,
    .area-card,
    .faq-card,
    .contact-info-item,
    .member-block,
    .section-bg-image-block {
        border-radius: 24px !important;
        border: 1px solid var(--ccc-border);
        box-shadow: var(--ccc-shadow);
        overflow: hidden;
        transition: var(--ccc-transition);
        background: #fff;
    }

    .service-card:hover,
    .area-card:hover,
    .faq-card:hover,
    .contact-info-item:hover,
    .member-block:hover,
    .section-bg-image-block:hover {
        transform: translateY(-8px);
        box-shadow: var(--ccc-shadow-hover);
    }

    .service-card {
        padding: 26px;
        height: 100%;
        position: relative;
    }

    .service-icon {
        width: 62px;
        height: 62px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(224, 141, 115, .18), rgba(20, 20, 63, .08));
        color: var(--ccc-primary);
        font-size: 1.6rem;
        margin-bottom: 16px;
    }

    .service-card h3,
    .service-card h4,
    .area-card h3 {
        color: var(--ccc-navy);
        font-weight: 800;
    }

    .service-card p,
    .area-card p,
    .contact-info-body p,
    .accordion-body {
        color: var(--ccc-muted);
    }

    .member-block-image-wrap {
        overflow: hidden;
        border-radius: 24px;
    }

    .member-block-image {
        transition: transform .6s ease;
    }

    .member-block:hover .member-block-image {
        transform: scale(1.06);
    }

    /* =========================
       FORMS
    ========================= */
    .custom-form,
    .contact-form,
    .member-login-form {
        background: rgba(255, 255, 255, .88);
        border: 1px solid var(--ccc-border);
        border-radius: 28px;
        box-shadow: var(--ccc-shadow);
        padding: 28px;
    }

    .form-control,
    .form-select,
    textarea.form-control {
        border-radius: 18px !important;
        border: 1px solid rgba(20, 20, 63, .12) !important;
        min-height: 52px;
        box-shadow: none !important;
        transition: var(--ccc-transition);
    }

    .form-control:focus,
    .form-select:focus,
    textarea.form-control:focus {
        border-color: rgba(224, 141, 115, .65) !important;
        box-shadow: 0 0 0 4px rgba(224, 141, 115, .12) !important;
    }

    .form-floating>label {
        color: #7a7a92;
    }

    /* =========================
       FAQ
    ========================= */
    .accordion-item {
        border: 0 !important;
        background: transparent !important;
    }

    .accordion-button {
        border-radius: 18px !important;
        background: #fff !important;
        color: var(--ccc-navy) !important;
        font-weight: 700;
        box-shadow: var(--ccc-shadow);
        border: 1px solid var(--ccc-border);
    }

    .accordion-button:not(.collapsed) {
        background: linear-gradient(135deg, rgba(224, 141, 115, .12), rgba(255, 255, 255, 1)) !important;
        color: var(--ccc-primary-dark) !important;
    }

    .accordion-button:focus {
        box-shadow: 0 0 0 4px rgba(224, 141, 115, .10) !important;
    }

    .accordion-body {
        background: #fff;
        border-radius: 0 0 18px 18px;
        margin-top: 8px;
        padding: 22px;
    }

    /* =========================
       NEWSLETTER
    ========================= */
    .section-bg-image {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at 20% 20%, rgba(224, 141, 115, .18), transparent 25%),
            linear-gradient(135deg, #fff 0%, #fff7f4 100%);
    }

    .section-bg-image-block {
        padding: 40px 28px;
        background: rgba(255, 255, 255, .88);
        backdrop-filter: blur(10px);
    }

    /* =========================
       CONTACT / FOOTER
    ========================= */
    .contact-link {
        color: var(--ccc-primary-dark);
        font-weight: 700;
        text-decoration: none;
    }

    .contact-link:hover {
        color: var(--ccc-navy);
    }

    .site-footer {
        background: linear-gradient(180deg, #14143F 0%, #1C1B4B 100%);
        color: rgba(255, 255, 255, .85);
        position: relative;
        overflow: hidden;
    }

    .site-footer .navbar-brand-text,
    .site-footer .copyright-text,
    .site-footer a,
    .site-footer span,
    .site-footer small {
        color: #fff !important;
    }

    .social-icon-link {
        transition: var(--ccc-transition);
    }

    .social-icon-link:hover {
        transform: translateY(-4px) scale(1.08);
        color: var(--ccc-primary) !important;
    }

    /* =========================
       FLOATING WHATSAPP
    ========================= */
    .floating-whatsapp {
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: linear-gradient(135deg, #25d366, #1ebc59);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 31px;
        box-shadow: 0 14px 34px rgba(37, 211, 102, 0.34);
        z-index: 999;
        text-decoration: none;
        transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
        animation: pulseWhats 2.2s infinite;
    }

    .floating-whatsapp:hover {
        transform: scale(1.08) translateY(-2px);
        color: #fff;
        box-shadow: 0 18px 40px rgba(37, 211, 102, 0.38);
    }

    /* =========================
       SCROLL REVEAL
    ========================= */
    .reveal {
        opacity: 0;
        transform: translateY(40px);
        transition: opacity .7s ease, transform .7s ease;
    }

    .reveal.reveal-active {
        opacity: 1;
        transform: translateY(0);
    }

    .reveal-left {
        opacity: 0;
        transform: translateX(-40px);
        transition: opacity .7s ease, transform .7s ease;
    }

    .reveal-left.reveal-active {
        opacity: 1;
        transform: translateX(0);
    }

    .reveal-right {
        opacity: 0;
        transform: translateX(40px);
        transition: opacity .7s ease, transform .7s ease;
    }

    .reveal-right.reveal-active {
        opacity: 1;
        transform: translateX(0);
    }

    /* =========================
       ANIMATIONS
    ========================= */
    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }

    @keyframes floatY {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-10px);
        }
    }

    @keyframes pulseWhats {
        0% {
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.35);
        }

        70% {
            box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        }
    }

    /* =========================
       RESPONSIVE
    ========================= */
    @media (max-width: 991px) {
        .hero-section {
            min-height: auto;
            padding-top: 130px;
        }

        .hero-stats {
            grid-template-columns: 1fr;
        }

        .car-video {
            min-height: 280px;
        }

        .section-padding {
            padding: 75px 0;
        }
    }

    @media (max-width: 767px) {
        .section-title {
            font-size: 1.9rem;
        }

        .custom-form,
        .contact-form,
        .member-login-form,
        .section-bg-image-block {
            padding: 22px;
        }

        .floating-whatsapp {
            width: 54px;
            height: 54px;
            font-size: 28px;
            right: 15px;
            bottom: 15px;
        }
    }

    /* FAQ accordion arrow position fix */
.accordion-button {
    position: relative;
}

.accordion-button::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-180deg);
}

/* LTR */
html[dir="ltr"] .accordion-button {
    padding-right: 3.25rem;
    padding-left: 1.25rem;
}

html[dir="ltr"] .accordion-button::after {
    right: 1.25rem;
    left: auto;
}

/* RTL */
html[dir="rtl"] .accordion-button {
    padding-left: 3.25rem;
    padding-right: 1.25rem;
}

html[dir="rtl"] .accordion-button::after {
    left: 1.25rem;
    right: auto;
}

/* ========================================
   GLOBAL RESPONSIVE FIX
======================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
svg,
iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

.container,
.container-fluid {
    width: 100%;
}

/* ========================================
   DESKTOP DEFAULT IMPROVEMENTS
======================================== */
body {
    padding-top: 118px;
}

.hero-section {
    min-height: calc(100vh - 40px);
    padding-top: 120px;
    padding-bottom: 80px;
}

.hero-section .container,
.about-section .container,
.contact-section .container,
.section-padding .container,
.section-bg-image .container {
    position: relative;
    z-index: 2;
}

.hero-card,
.modern-card,
.area-card,
.service-card,
.contact-info-item,
.section-bg-image-block,
.custom-form,
.contact-form,
.member-login-form {
    width: 100%;
}

/* ========================================
   NAVBAR
======================================== */
.modern-navbar {
    position: fixed;
    top: 12px;
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
    transform: none !important;
    z-index: 9999;
    min-height: 78px;
    border-radius: 22px;
    background: rgba(20, 20, 63, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 34px rgba(20, 20, 63, 0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: top .3s ease, background .3s ease, box-shadow .3s ease;
}

.modern-navbar.scrolled {
    top: 8px;
}

.modern-navbar .container {
    width: 100%;
    max-width: 100%;
    min-height: 78px;
    padding-inline: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.modern-navbar .navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    text-decoration: none;
    flex: 0 0 auto;
    min-width: 0;
}

.brand-logo-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.navbar-brand-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-text-wrap {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.brand-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
    margin: 0;
}

.brand-subtitle {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.76rem;
    font-weight: 500;
    white-space: nowrap;
    margin: 0;
}

.modern-navbar .navbar-collapse {
    flex-grow: 1;
}

.modern-navbar .navbar-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
}

.modern-navbar .nav-item {
    flex: 0 0 auto;
}

.modern-navbar .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 10px 12px !important;
    border-radius: 999px;
    transition: all .25s ease;
    text-decoration: none;
}

.modern-navbar .nav-link::after {
    display: none !important;
}

.modern-navbar .nav-link:hover,
.modern-navbar .nav-link.active {
    color: #F3B29C !important;
    background: rgba(255, 255, 255, 0.08);
}

.nav-lang-item .lang-switch {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.navbar-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 999px !important;
    padding: 12px 20px !important;
    background: linear-gradient(135deg, #E08D73 0%, #F3B29C 100%) !important;
    color: #fff !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    border: 0 !important;
    box-shadow: 0 12px 24px rgba(224, 141, 115, 0.28);
    transition: all .28s ease !important;
}

.modern-toggler {
    border: 0 !important;
    box-shadow: none !important;
    padding: 8px !important;
}

.modern-toggler .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

/* ========================================
   HERO LAYOUT
======================================== */
.hero-section .row {
    align-items: center;
}

.hero-section .col-lg-6,
.hero-section .col-12 {
    min-width: 0;
}

.hero-card {
    padding: 14px;
    border-radius: 24px;
}

.car-video {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 18px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.hero-stat {
    min-width: 0;
}

.custom-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* ========================================
   ABOUT / SERVICES / CONTACT
======================================== */
.row {
    --bs-gutter-x: 1.5rem;
}

.service-card,
.area-card,
.modern-card,
.contact-info-item {
    height: 100%;
}

.area-card ul,
.service-card p,
.accordion-body,
.contact-info-body p,
.footer-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* ========================================
   FAQ FIX
======================================== */
.accordion-button {
    position: relative;
    min-height: 72px;
}

.accordion-button::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
}

.accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-180deg);
}

html[dir="ltr"] .accordion-button {
    padding-right: 3.25rem;
    padding-left: 1.25rem;
}

html[dir="ltr"] .accordion-button::after {
    right: 1.25rem;
    left: auto;
}

html[dir="rtl"] .accordion-button {
    padding-left: 3.25rem;
    padding-right: 1.25rem;
}

html[dir="rtl"] .accordion-button::after {
    left: 1.25rem;
    right: auto;
}

/* ========================================
   TABLET
======================================== */
@media (max-width: 1199px) {
    body {
        padding-top: 108px;
    }

    .brand-text-wrap {
        display: none !important;
    }

    .modern-navbar .nav-link {
        font-size: 0.84rem;
        padding: 9px 8px !important;
    }

    .navbar-cta-btn {
        padding: 10px 14px !important;
        font-size: 0.86rem !important;
    }

    .hero-section {
        padding-top: 110px;
        padding-bottom: 70px;
    }

    .hero-section h1 {
        font-size: clamp(2rem, 4.5vw, 3.4rem) !important;
    }

    .car-video {
        min-height: 340px;
    }
}

/* ========================================
   MOBILE + TABLET NAV COLLAPSE
======================================== */
@media (max-width: 991px) {
    body {
        padding-top: 92px;
    }

    .modern-navbar {
        top: 8px;
        left: 8px;
        right: 8px;
        min-height: 72px;
        border-radius: 18px;
    }

    .modern-navbar.scrolled {
        top: 8px;
    }

    .modern-navbar .container {
        min-height: 72px;
        padding-inline: 14px;
        gap: 8px;
    }

    .modern-navbar .navbar-brand {
        max-width: calc(100% - 130px);
    }

    .brand-logo-wrap {
        width: 54px;
        height: 54px;
        min-width: 54px;
        border-radius: 16px;
    }

    .modern-navbar .navbar-collapse {
        background: rgba(20, 20, 63, 0.98);
        margin-top: 12px;
        padding: 14px;
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
    }

    .modern-navbar .navbar-nav {
        align-items: stretch;
        gap: 8px;
        width: 100%;
    }

    .modern-navbar .nav-link {
        display: block;
        width: 100%;
        text-align: start;
        font-size: 0.95rem;
        padding: 12px 14px !important;
        border-radius: 14px;
    }

    html[dir="rtl"] .modern-navbar .nav-link {
        text-align: right;
    }

    .modern-navbar .d-none.d-lg-block.ms-lg-3 {
        display: none !important;
    }

    .hero-section {
        min-height: auto;
        padding-top: 105px;
        padding-bottom: 60px;
    }

    .hero-section .row {
        row-gap: 2rem;
    }

    .hero-section h1 {
        font-size: clamp(1.9rem, 8vw, 3rem) !important;
        line-height: 1.2 !important;
    }

    .hero-section h2 {
        font-size: 1.25rem;
    }

    .hero-badge {
        font-size: 13px;
        padding: 8px 14px;
    }

    .custom-btn-group {
        flex-direction: column;
        align-items: stretch !important;
    }

    .custom-btn-group .btn,
    .custom-btn-group a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hero-stat {
        padding: 14px 12px;
    }

    .hero-card {
        padding: 12px;
        border-radius: 20px;
    }

    .car-video {
        min-height: 240px;
        border-radius: 16px;
    }

    .section-padding {
        padding: 72px 0;
    }

    .section-title-wrap {
        margin-bottom: 28px;
    }

    .section-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .service-card,
    .area-card,
    .modern-card,
    .section-bg-image-block,
    .custom-form,
    .contact-form,
    .member-login-form,
    .contact-info-item {
        border-radius: 20px !important;
    }

    .member-block-image-wrap {
        border-radius: 20px;
    }

    .contact-info {
        margin-top: 0 !important;
    }

    .footer-social-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ========================================
   SMALL MOBILE
======================================== */
@media (max-width: 767px) {
    body {
        padding-top: 88px;
    }

    .hero-section {
        padding-top: 98px;
        padding-bottom: 52px;
    }

    .hero-section .container,
    .about-section .container,
    .contact-section .container,
    .section-padding .container,
    .section-bg-image .container {
        padding-inline: 16px;
    }

    .modern-navbar {
        left: 6px;
        right: 6px;
        top: 6px;
        border-radius: 16px;
    }

    .modern-navbar.scrolled {
        top: 6px;
    }

    .modern-navbar .container {
        padding-inline: 12px;
    }

    .modern-navbar .navbar-brand {
        max-width: calc(100% - 118px);
        gap: 8px;
    }

    .brand-logo-wrap {
        width: 50px;
        height: 50px;
        min-width: 50px;
        padding: 6px;
    }

    .modern-navbar .navbar-collapse {
        margin-top: 10px;
        padding: 12px;
        border-radius: 16px;
    }

    .hero-section h1 {
        font-size: clamp(1.75rem, 8vw, 2.6rem) !important;
    }

    .hero-section p,
    .section-subtitle,
    .accordion-body,
    .footer-text,
    .contact-info-body p {
        font-size: 0.95rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-kicker {
        font-size: 12px;
        padding: 7px 12px;
    }

    .custom-form,
    .contact-form,
    .member-login-form,
    .section-bg-image-block {
        padding: 20px;
    }

    .hero-card {
        padding: 10px;
    }

    .car-video {
        min-height: 210px;
    }

    .service-card {
        padding: 20px;
    }

    .service-icon {
        width: 54px;
        height: 54px;
        font-size: 1.35rem;
    }

    .accordion-button {
        min-height: 64px;
        font-size: 0.95rem;
    }

    .accordion-body {
        padding: 18px;
    }

    .footer-social-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        text-align: center;
    }

    .floating-whatsapp {
        width: 54px;
        height: 54px;
        right: 14px;
        bottom: 14px;
        font-size: 28px;
    }
}

/* ========================================
   EXTRA SMALL DEVICES
======================================== */
@media (max-width: 480px) {
    body {
        padding-top: 84px;
    }

    .modern-navbar .navbar-brand {
        max-width: calc(100% - 108px);
    }

    .brand-logo-wrap {
        width: 46px;
        height: 46px;
        min-width: 46px;
    }

    .hero-section h1 {
        font-size: 1.65rem !important;
    }

    .section-title {
        font-size: 1.65rem;
    }

    .custom-btn,
    .custom-border-btn,
    .navbar-cta-btn,
    .form-control[type="submit"],
    button.form-control {
        padding: 12px 18px !important;
        font-size: 0.92rem !important;
    }

    .car-video {
        min-height: 190px;
    }

    .hero-stat strong {
        font-size: 1.05rem;
    }

    .hero-stat span {
        font-size: 0.82rem;
    }
}