:root {
    --zar-dark: #111111;
    --zar-dark-2: #1b1b1b;
    --zar-dark-3: #242424;
    --zar-gold: #d4af37;
    --zar-gold-2: #b99035;
    --zar-white: #ffffff;
    --zar-light: #f7f6f1;
    --zar-muted: #b9b9b9;
    --zar-border: rgba(212, 175, 55, 0.42);
    --shadow-soft: 0 24px 70px rgba(0, 0, 0, 0.22);
    --radius-lg: 28px;
    --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #222;
    background: var(--zar-light);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .navbar-brand, .section-label, .btn {
    font-family: 'Montserrat', system-ui, sans-serif;
}

img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--zar-gold); }

.skip-link {
    position: absolute;
    left: -999px;
    top: 12px;
    background: var(--zar-gold);
    color: #111;
    padding: 8px 14px;
    border-radius: 999px;
    z-index: 9999;
}
.skip-link:focus { left: 12px; }

.zar-navbar {
    padding: 16px 0;
    background: rgba(12, 12, 12, 0.78);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
    transition: all 0.25s ease;
}
.zar-navbar.is-scrolled {
    padding: 8px 0;
    background: rgba(12, 12, 12, 0.96);
    box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}
.brand-logo { width: 245px; max-height: 56px; object-fit: contain; height: auto; display: block; }
.navbar .nav-link {
    color: rgba(255,255,255,0.82);
    font-weight: 700;
    font-size: 0.86rem;
    letter-spacing: 0.02em;
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
}
.navbar .nav-link.active,
.navbar .nav-link:hover { color: var(--zar-gold); }

.btn {
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 0.82rem 1.25rem;
}
.btn-sm { padding: 0.58rem 1rem; font-size: 0.82rem; }
.btn-gold {
    color: #111 !important;
    background: linear-gradient(135deg, var(--zar-gold), #f0cf63 52%, var(--zar-gold-2));
    border: 1px solid rgba(255,255,255,0.22);
    box-shadow: 0 12px 26px rgba(212,175,55,0.25);
}
.btn-gold:hover { transform: translateY(-1px); color: #111 !important; filter: brightness(1.04); }
.btn-outline-gold {
    border: 1px solid var(--zar-gold);
    color: var(--zar-gold) !important;
    background: transparent;
}
.btn-outline-gold:hover { background: var(--zar-gold); color: #111 !important; }

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    background: #111 url('../img/hero.webp') center/cover no-repeat;
    isolation: isolate;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.86), rgba(0,0,0,0.54), rgba(0,0,0,0.72)),
        repeating-linear-gradient(to bottom, rgba(255,255,255,0.055), rgba(255,255,255,0.055) 1px, transparent 1px, transparent 18px);
    z-index: -2;
}
.hero::after {
    content: '';
    position: absolute;
    inset: auto -10% -34% auto;
    width: min(680px, 70vw);
    height: min(680px, 70vw);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,175,55,0.28), rgba(212,175,55,0.02) 62%, transparent 72%);
    z-index: -1;
}
.hero-content { padding: 160px 0 100px; }
.hero-kicker,
.section-label {
    color: var(--zar-gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.hero h1 {
    font-size: clamp(3rem, 9vw, 8.4rem);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -0.06em;
    margin: 18px 0 18px;
}
.hero .lead {
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    color: rgba(255,255,255,0.86);
    max-width: 780px;
}
.hero-service-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 34px;
    color: var(--zar-gold);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
}
.hero-card {
    border: 1px solid var(--zar-border);
    background: rgba(17,17,17,0.62);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-soft);
}
.hero-card strong { display: block; color: #fff; font-size: 1.15rem; }
.hero-card span { color: rgba(255,255,255,0.68); }

.stats-strip {
    position: relative;
    margin-top: -48px;
    z-index: 2;
}
.stats-wrap {
    background: #161616;
    border: 1px solid rgba(212,175,55,0.25);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}
.stat-box {
    padding: 28px 18px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.08);
}
.stat-box:last-child { border-right: 0; }
.stat-value {
    color: var(--zar-gold);
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    line-height: 1;
}
.stat-label {
    color: rgba(255,255,255,0.78);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    margin-top: 8px;
}

.section-padding { padding: 100px 0; }
.section-padding-sm { padding: 70px 0; }
.section-title {
    font-size: clamp(2.15rem, 5vw, 4.3rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.045em;
    margin-bottom: 18px;
}
.section-title span { color: var(--zar-gold); }
.section-lead {
    color: #5a5a5a;
    font-size: 1.08rem;
    line-height: 1.8;
}
.gold-line {
    width: 86px;
    height: 5px;
    background: var(--zar-gold);
    border-radius: 99px;
    margin: 16px 0 24px;
}

.bg-dark-zar {
    background:
        radial-gradient(circle at top right, rgba(212,175,55,0.22), transparent 34%),
        linear-gradient(180deg, #171717, #101010);
    color: #fff;
}
.bg-dark-zar .section-lead { color: rgba(255,255,255,0.68); }
.text-soft { color: rgba(255,255,255,0.75); }
.text-muted-gold { color: rgba(212,175,55,0.72); }

.about-image, .image-frame {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(212,175,55,0.22);
}
.about-image img, .image-frame img { width: 100%; display: block; }
.about-image::after, .image-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(to bottom, rgba(0,0,0,0.12), rgba(0,0,0,0.12) 1px, transparent 1px, transparent 16px);
}

.service-card {
    position: relative;
    height: 100%;
    min-height: 460px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(212,175,55,0.2);
    background: #111;
}
.service-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9);
    transform: scale(1.02);
    transition: transform 0.6s ease;
}
.service-card:hover img { transform: scale(1.08); }
.service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.16), rgba(0,0,0,0.82));
}
.service-card-body {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 1;
    padding: 28px;
    color: #fff;
}
.service-number {
    display: inline-block;
    color: var(--zar-gold);
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}
.service-card h3 { font-weight: 900; margin: 8px 0; }
.service-card p { color: rgba(255,255,255,0.78); margin-bottom: 18px; }

.feature-list { display: grid; gap: 17px; }
.feature-item {
    position: relative;
    padding-left: 30px;
}
.feature-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    background: var(--zar-gold);
}
.feature-item strong { display: block; font-weight: 900; color: #151515; }
.bg-dark-zar .feature-item strong { color: #fff; }
.feature-item span { color: #666; }
.bg-dark-zar .feature-item span { color: rgba(255,255,255,0.7); }

.value-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(212,175,55,0.34);
    color: var(--zar-gold);
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    background: rgba(0,0,0,0.22);
}

.vision-panel {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #111 url('../img/vision.webp') center/cover no-repeat;
    padding: clamp(28px, 5vw, 60px);
    min-height: 580px;
    display: flex;
    align-items: end;
    box-shadow: var(--shadow-soft);
    isolation: isolate;
}
.vision-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.88));
    z-index: -1;
}
.vision-card {
    height: 100%;
    border: 1px solid var(--zar-border);
    background: rgba(17,17,17,0.76);
    border-radius: var(--radius-md);
    padding: 32px;
    backdrop-filter: blur(8px);
}
.vision-card h3 { font-weight: 900; color: #fff; }
.vision-card p { color: rgba(255,255,255,0.78); line-height: 1.8; }

.why-card {
    height: 100%;
    border: 1px solid var(--zar-border);
    background: #151515;
    color: #fff;
    border-radius: var(--radius-md);
    padding: 30px;
    transition: transform 0.25s ease, border-color 0.25s ease;
}
.why-card:hover { transform: translateY(-5px); border-color: var(--zar-gold); }
.why-number {
    color: var(--zar-gold);
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2.3rem;
}
.why-card h3 { font-size: 1.2rem; font-weight: 900; margin: 8px 0 12px; }
.why-card p { color: rgba(255,255,255,0.68); margin: 0; }

.fleet-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-md);
    background: #111;
    min-height: 330px;
    border: 1px solid rgba(212,175,55,0.22);
    box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}
.fleet-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.fleet-card:hover img { transform: scale(1.08); }
.fleet-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.82));
    z-index: 1;
}
.fleet-card-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
    z-index: 2;
    color: #fff;
}
.fleet-card small {
    display: block;
    color: var(--zar-gold);
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
}
.fleet-card h3 { font-size: 1.35rem; margin: 4px 0 0; font-weight: 900; }

.page-hero {
    position: relative;
    padding: 170px 0 95px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.82), rgba(0,0,0,0.56)),
        url('../img/hero.webp') center/cover no-repeat;
    overflow: hidden;
}
.page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(to bottom, rgba(255,255,255,0.04), rgba(255,255,255,0.04) 1px, transparent 1px, transparent 17px);
    pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb-zar { color: rgba(255,255,255,0.72); font-size: 0.9rem; }
.breadcrumb-zar a { color: var(--zar-gold); }

.service-detail {
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.08);
}
.service-detail .service-media { min-height: 440px; height: 100%; }
.service-detail .service-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.service-detail-content { padding: clamp(28px, 5vw, 56px); }

.form-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: var(--radius-lg);
    padding: clamp(24px, 4vw, 42px);
    box-shadow: 0 18px 50px rgba(0,0,0,0.09);
}
.form-control, .form-select {
    border-radius: 14px;
    padding: 0.86rem 1rem;
    border: 1px solid #ddd;
}
.form-control:focus, .form-select:focus {
    border-color: var(--zar-gold);
    box-shadow: 0 0 0 0.25rem rgba(212,175,55,0.18);
}
.form-label { font-weight: 800; color: #222; }

.contact-panel {
    background: #111;
    border: 1px solid var(--zar-border);
    color: #fff;
    border-radius: var(--radius-lg);
    padding: 34px;
    height: 100%;
}
.contact-list { list-style: none; padding: 0; display: grid; gap: 14px; }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,0.75); }
.contact-list i { color: var(--zar-gold); min-width: 20px; }
.contact-list a { color: rgba(255,255,255,0.82); }

.cta-section {
    position: relative;
    overflow: hidden;
    background: #111 url('../img/contact.webp') center/cover no-repeat;
    color: #fff;
    isolation: isolate;
}
.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.86), rgba(0,0,0,0.64));
    z-index: -1;
}
.cta-box {
    border: 1px solid var(--zar-border);
    border-radius: var(--radius-lg);
    padding: clamp(28px, 5vw, 56px);
    background: rgba(17,17,17,0.62);
    backdrop-filter: blur(6px);
}

.site-footer {
    background: #0f0f0f;
    color: #fff;
    padding: 70px 0 28px;
    border-top: 4px solid var(--zar-gold);
}
.footer-logo { width: 250px; max-width: 100%; height: auto; }
.footer-heading {
    color: var(--zar-gold);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 900;
    margin-bottom: 16px;
}
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.72); }
.footer-bottom {
    margin-top: 45px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.55);
    font-size: 0.86rem;
}

.scroll-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
    background: var(--zar-gold);
    color: #111;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
    box-shadow: 0 12px 24px rgba(0,0,0,0.25);
}
.scroll-top.show { display: inline-flex; }

@media (max-width: 991.98px) {
    .brand-logo { width: 205px; max-height: 50px; }
    .navbar-collapse {
        padding: 18px 0;
        border-top: 1px solid rgba(255,255,255,0.08);
        margin-top: 12px;
    }
    .hero-content { padding: 130px 0 100px; }
    .stats-strip { margin-top: 0; background: #161616; }
    .stats-wrap { border-radius: 0; border-left: 0; border-right: 0; }
    .stat-box { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .section-padding { padding: 74px 0; }
    .service-detail .service-media { min-height: 320px; }
}

@media (max-width: 575.98px) {
    .hero h1 { letter-spacing: -0.04em; }
    .hero-service-line { font-size: 0.7rem; }
    .section-title { font-size: 2.2rem; }
    .page-hero { padding: 138px 0 70px; }
    .service-card, .fleet-card { min-height: 360px; }
    .contact-panel { padding: 24px; }
}

/* 2026 Zaranco Integrated Solutions updates */
.brand-logo {
    width: 265px;
    max-height: 76px;
    object-fit: contain;
}
.zar-navbar { padding: 10px 0; }
.zar-navbar.is-scrolled { padding: 6px 0; }
.footer-logo { width: 230px; max-height: 195px; object-fit: contain; }
.fleet-card {
    background: radial-gradient(circle at 70% 20%, rgba(212,175,55,.12), transparent 38%), #101010;
}
.fleet-card img {
    object-fit: contain;
    padding: 28px;
    background: transparent;
    filter: saturate(.96) drop-shadow(0 18px 20px rgba(0,0,0,.38));
}
.fleet-card::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.88));
}
.location-chip {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    border: 1px solid rgba(212,175,55,.38);
    color: var(--zar-gold);
    background: rgba(0,0,0,.18);
    border-radius: 999px;
    padding: .62rem 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: .78rem;
}
@media (max-width: 991px) {
    .brand-logo { width: 220px; max-height: 66px; }
    .zar-navbar { padding: 8px 0; }
}
@media (max-width: 575px) {
    .brand-logo { width: 190px; max-height: 58px; }
    .fleet-card { min-height: 280px; }
}


/* User-requested website refinements - no numbering, sharper hero, corrected fleet/service image sizing */
:root { --zar-brown: #8b6220; --zar-brown-2: #6f4a16; }
.hero { background-image: url('../img/hero.webp'); background-position: center center; }
.hero::before {
    background:
        linear-gradient(90deg, rgba(0,0,0,0.78), rgba(0,0,0,0.42), rgba(0,0,0,0.64)),
        repeating-linear-gradient(to bottom, rgba(255,255,255,0.035), rgba(255,255,255,0.035) 1px, transparent 1px, transparent 18px);
}
.page-hero {
    background:
        linear-gradient(90deg, rgba(0,0,0,0.80), rgba(0,0,0,0.48)),
        url('../img/hero.webp') center center/cover no-repeat;
}
.value-pill {
    background: linear-gradient(135deg, var(--zar-brown), var(--zar-brown-2));
    color: #fff;
    border-color: rgba(212,175,55,0.60);
    box-shadow: 0 12px 24px rgba(111,74,22,.22);
}
.service-card { min-height: 390px; }
.service-card-body { padding: 26px; }
.service-card h3 { margin-top: 0; }
.why-card h3 { margin-top: 0; }
.service-detail .service-media { min-height: 0; height: 360px; }
.service-detail .service-media img { width: 100%; height: 100%; object-fit: cover; }
.fleet-card { min-height: 310px; }
.fleet-card img {
    object-fit: cover;
    padding: 0;
    background: #111;
    filter: saturate(1) contrast(1.02);
}
.fleet-card::before { background: linear-gradient(180deg, rgba(0,0,0,0.03), rgba(0,0,0,0.78)); }
.fleet-card h3 { font-size: 1.16rem; }
@media (max-width: 991.98px) {
    .service-detail .service-media { height: 300px; }
    .service-card { min-height: 340px; }
}
@media (max-width: 575.98px) {
    .service-detail .service-media { height: 250px; }
    .fleet-card { min-height: 260px; }
}

/* Fleet category slider and product-filter gallery */
.fleet-catalog-section { overflow: hidden; }
.fleet-catalog-heading { position: relative; }
.fleet-slider-controls { display: inline-flex; gap: .7rem; }
.fleet-slider-arrow {
    width: 47px;
    height: 47px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(212,175,55,.55);
    border-radius: 50%;
    color: var(--zar-gold);
    background: rgba(255,255,255,.035);
    transition: all .25s ease;
}
.fleet-slider-arrow:hover { background: var(--zar-gold); color: #111; transform: translateY(-2px); }
.fleet-category-viewport { position: relative; }
.fleet-category-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(245px, 285px);
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scroll-behavior: smooth;
    padding: 3px 2px 16px;
    scrollbar-width: thin;
    scrollbar-color: var(--zar-gold) rgba(255,255,255,.08);
}
.fleet-category-track::-webkit-scrollbar { height: 8px; }
.fleet-category-track::-webkit-scrollbar-track { background: rgba(255,255,255,.07); border-radius: 99px; }
.fleet-category-track::-webkit-scrollbar-thumb { background: var(--zar-gold); border-radius: 99px; }
.fleet-category-card {
    position: relative;
    display: block;
    min-height: 195px;
    overflow: hidden;
    padding: 0;
    color: #fff;
    text-align: left;
    border: 1px solid rgba(212,175,55,.28);
    border-radius: 16px;
    background: radial-gradient(circle at 50% 15%, rgba(212,175,55,.13), transparent 40%), #111;
    scroll-snap-align: start;
    isolation: isolate;
    cursor: pointer;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.fleet-category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
    filter: drop-shadow(0 18px 18px rgba(0,0,0,.44));
    transition: transform .35s ease, filter .35s ease;
}
.fleet-category-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.9));
}
.fleet-category-copy { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 2; }
.fleet-category-copy small { display: block; color: rgba(255,255,255,.75); font-weight: 700; font-size: .75rem; margin-bottom: .2rem; }
.fleet-category-copy strong { display: block; font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 900; }
.fleet-category-card:hover, .fleet-category-card.is-active { border-color: var(--zar-gold); box-shadow: 0 15px 32px rgba(0,0,0,.28); transform: translateY(-4px); }
.fleet-category-card:hover img, .fleet-category-card.is-active img { transform: scale(1.08); }
.fleet-category-card.is-active::after { content: ''; position: absolute; left: 18px; bottom: 0; width: 66px; height: 4px; background: var(--zar-gold); z-index: 3; }
.fleet-filter-summary { border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 20px; }
.fleet-results-title { color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.fleet-results-count { color: var(--zar-gold); font-weight: 800; }
.fleet-product-item { transition: opacity .22s ease, transform .22s ease; }
.fleet-product-item.is-hidden { display: none; }
.fleet-product-card {
    overflow: hidden;
    background: #121212;
    border: 1px solid rgba(212,175,55,.25);
    border-radius: 16px;
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.fleet-product-card:hover { transform: translateY(-6px); border-color: var(--zar-gold); box-shadow: 0 18px 36px rgba(0,0,0,.3); }
.fleet-product-media {
    height: 230px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 25%, rgba(212,175,55,.15), transparent 46%), #0b0b0b;
}
.fleet-product-media img { width: 100%; height: 100%; object-fit: contain; padding: 22px; filter: drop-shadow(0 18px 15px rgba(0,0,0,.44)); transition: transform .35s ease; }
.fleet-product-card:hover .fleet-product-media img { transform: scale(1.08); }
.fleet-product-content { padding: 20px 22px 22px; }
.fleet-product-content small { display: block; color: var(--zar-gold); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; font-size: .68rem; }
.fleet-product-content h3 { margin: .45rem 0 .75rem; color: #fff; font-size: 1.23rem; font-weight: 900; }
.fleet-product-link { color: rgba(255,255,255,.78); font-weight: 800; font-size: .88rem; }
.fleet-product-link:hover { color: var(--zar-gold); }
.fleet-product-link i { color: var(--zar-gold); margin-left: .28rem; }
.fleet-empty-state { max-width: 560px; margin: 36px auto 0; padding: 44px 30px; text-align: center; border: 1px dashed rgba(212,175,55,.45); border-radius: 16px; background: rgba(255,255,255,.025); color: #fff; }
.fleet-empty-state i { color: var(--zar-gold); font-size: 2.7rem; }
.fleet-empty-state h3 { margin: .8rem 0 .5rem; font-weight: 900; }
.fleet-empty-state p { color: rgba(255,255,255,.7); }
@media (max-width: 575.98px) {
    .fleet-category-track { grid-auto-columns: minmax(226px, 82vw); gap: 13px; }
    .fleet-category-card { min-height: 176px; }
    .fleet-slider-controls { align-self: flex-start; }
    .fleet-product-media { height: 205px; }
}
