/* ============================================================
BANK SEIZED CARS — style.css v9.0
Design : Blanc & Rouge — moderne, épuré, premium
============================================================ */
:root {
--red: #e01c2e;
--red-hover: #b51624;
--red-light: rgba(224, 28, 46, .06);
--red-mid: rgba(224, 28, 46, .14);
--gold: #c9a84c;
--bg: #f7f7f9;
--white: #ffffff;
--surface: #fafafa;
--border: #e8e8ec;
--border-soft: #f0f0f4;
--text: #111116;
--text-muted: #6b6b80;
--text-light: #9999aa;
--shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);
--shadow: 0 4px 20px rgba(0, 0, 0, .06);
--shadow-md: 0 8px 32px rgba(0, 0, 0, .08);
--shadow-lg: 0 20px 60px rgba(0, 0, 0, .10);
--shadow-red: 0 12px 40px rgba(224, 28, 46, .15);
--radius: 12px;
--radius-sm: 8px;
--pad: 1.25rem;
--cart-w: 380px;
--transition: .35s cubic-bezier(.4, 0, .2, 1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
font-family: 'Barlow', sans-serif;
background: var(--bg);
color: var(--text);
overflow-x: hidden;
overscroll-behavior-x: none;
line-height: 1.7;
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--border-soft); }
::-webkit-scrollbar-thumb { background: var(--red); border-radius: 3px; }
.container {
width: 100%;
padding-right: var(--pad);
padding-left: var(--pad);
margin: 0 auto;
}
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; --pad: 1.75rem; } }
@media (min-width: 992px) { .container { max-width: 960px; --pad: 2.25rem; } }
@media (min-width: 1200px) { .container { max-width: 1140px; --pad: 2.75rem; } }
@media (min-width: 1400px) { .container { max-width: 1320px; } }
.back-to-top {
position: fixed;
bottom: 160px;
right: 24px;
width: 48px;
height: 48px;
background: var(--white);
color: var(--red);
border: 1.5px solid var(--border);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 1rem;
box-shadow: var(--shadow);
z-index: 999;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
transition: opacity .3s, visibility .3s, transform .3s, background .2s, color .2s, border-color .2s;
}
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover {
background: var(--red);
color: var(--white);
border-color: var(--red);
transform: translateY(-4px);
}
/* ══ BACK BUTTON — CENTRÉ EN BAS ══ */
.back-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
color: var(--text-muted);
text-decoration: none;
font-weight: 600;
margin: 48px auto 0;
transition: color .2s, transform .2s, background .2s, border-color .2s;
font-size: .82rem;
letter-spacing: 1.1px;
text-transform: uppercase;
padding: 13px 28px;
border-radius: var(--radius-sm);
background: var(--white);
border: 1.5px solid var(--border);
box-shadow: var(--shadow-sm);
cursor: pointer;
}
.back-btn:hover {
color: var(--red);
border-color: var(--red);
background: var(--red-light);
transform: translateY(-3px);
box-shadow: 0 8px 24px rgba(224, 28, 46, .18);
text-decoration: none;
}
.back-btn i {
font-size: .9rem;
transition: transform .25s;
}
.back-btn:hover i {
transform: translateX(-4px);
}
.navbar {
background: var(--white);
border-bottom: 1px solid var(--border);
padding: 0;
position: sticky;
top: 0;
z-index: 1000;
box-shadow: var(--shadow-sm);
}
.navbar .container {
display: flex;
align-items: stretch;
height: 68px;
}
.navbar-brand {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.7rem;
letter-spacing: 3.5px;
color: var(--text) !important;
text-decoration: none;
display: flex;
align-items: center;
padding-right: 32px;
border-right: 1px solid var(--border);
margin-right: 24px;
flex-shrink: 0;
transition: transform .2s;
}
.navbar-brand:hover { transform: scale(1.02); }
.navbar-brand span { color: var(--red); }
.navbar-nav { display: flex; align-items: center; gap: 4px; flex: 1; }
.nav-link {
color: var(--text-muted) !important;
font-weight: 600;
font-size: .7rem;
letter-spacing: 1.3px;
text-transform: uppercase;
padding: 0 15px !important;
height: 68px;
display: flex;
align-items: center;
transition: color .2s;
text-decoration: none;
position: relative;
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
height: 2px;
background: var(--red);
transform: scaleX(0);
transition: transform .25s ease;
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link:hover, .nav-link.active { color: var(--text) !important; }
.btn-nav {
background: var(--red);
color: #fff !important;
border-radius: var(--radius-sm);
padding: 9px 20px !important;
font-weight: 700;
font-size: .7rem;
letter-spacing: 1.1px;
text-transform: uppercase;
transition: background .2s, transform .2s, box-shadow .2s;
height: auto !important;
align-self: center;
margin-left: 6px;
box-shadow: 0 4px 16px rgba(224, 28, 46, .2);
}
.btn-nav::after { display: none; }
.btn-nav:hover {
background: var(--red-hover);
color: #fff !important;
transform: translateY(-2px);
box-shadow: 0 6px 22px rgba(224, 28, 46, .35);
}
.navbar-right {
display: flex;
align-items: center;
gap: 12px;
margin-left: auto;
padding-left: 20px;
}
.cart-btn {
position: relative;
background: none;
border: 1px solid var(--border);
border-radius: var(--radius-sm);
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: var(--text);
font-size: 1rem;
transition: border-color .2s, background .2s, color .2s, transform .2s;
flex-shrink: 0;
}
.cart-btn:hover { border-color: var(--red); background: var(--red-light); color: var(--red); transform: translateY(-2px); }
.cart-badge {
position: absolute;
top: -7px;
right: -7px;
background: var(--red);
color: #fff;
font-size: .55rem;
font-weight: 800;
min-width: 20px;
height: 20px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 5px;
border: 2px solid var(--white);
opacity: 0;
transform: scale(0.6);
transition: opacity .2s, transform .2s;
pointer-events: none;
}
.cart-badge.visible { opacity: 1; transform: scale(1); }
.cart-dropdown {
position: fixed;
top: 68px;
right: 0;
width: var(--cart-w);
max-width: 100vw;
background: var(--white);
border-left: 1px solid var(--border);
border-bottom: 1px solid var(--border);
box-shadow: -10px 10px 50px rgba(0, 0, 0, .1);
z-index: 1100;
display: flex;
flex-direction: column;
max-height: calc(100vh - 68px);
transform: translateX(100%);
transition: transform .35s cubic-bezier(.4, 0, .2, 1);
}
.cart-dropdown.open { transform: translateX(0); }
.cart-dropdown-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 24px;
border-bottom: 1px solid var(--border);
flex-shrink: 0;
}
.cart-dropdown-title {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.15rem;
letter-spacing: 1.8px;
color: var(--text);
}
.cart-close-btn {
background: none;
border: none;
color: var(--text-muted);
font-size: 1.05rem;
cursor: pointer;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: background .2s, color .2s;
}
.cart-close-btn:hover { background: var(--red-light); color: var(--red); }
.cart-body { flex: 1; overflow-y: auto; padding: 18px 24px; }
.cart-body::-webkit-scrollbar { width: 4px; }
.cart-body::-webkit-scrollbar-thumb { background: var(--border); }
.cart-empty {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 56px 24px;
text-align: center;
gap: 14px;
}
.cart-empty-icon { font-size: 2.8rem; color: var(--border); }
.cart-empty-title {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.15rem;
letter-spacing: 1.2px;
color: var(--text-muted);
}
.cart-empty-sub { font-size: .82rem; color: var(--text-light); }
.cart-item {
display: flex;
gap: 14px;
padding: 14px 0;
border-bottom: 1px solid var(--border-soft);
align-items: flex-start;
animation: cartItemIn .3s ease;
}
@keyframes cartItemIn {
from { opacity: 0; transform: translateX(20px); }
to { opacity: 1; transform: translateX(0); }
}
.cart-item:last-child { border-bottom: none; }
.cart-item-img {
width: 75px;
height: 54px;
object-fit: cover;
border-radius: var(--radius-sm);
flex-shrink: 0;
background: var(--bg);
}
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-make {
font-size: .62rem;
font-weight: 700;
letter-spacing: 1.3px;
text-transform: uppercase;
color: var(--text-muted);
margin-bottom: 3px;
}
.cart-item-name {
font-family: 'Bebas Neue', sans-serif;
font-size: 1rem;
color: var(--text);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
letter-spacing: .6px;
}
.cart-item-price {
font-size: .88rem;
font-weight: 700;
color: var(--text);
margin-top: 4px;
}
.cart-item-remove {
background: none;
border: none;
color: var(--text-light);
cursor: pointer;
font-size: .8rem;
padding: 5px;
border-radius: 5px;
transition: color .2s, background .2s;
flex-shrink: 0;
margin-top: 3px;
}
.cart-item-remove:hover { color: var(--red); background: var(--red-light); }
.cart-footer {
border-top: 1px solid var(--border);
padding: 18px 24px 22px;
flex-shrink: 0;
}
.cart-total-row {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-bottom: 16px;
}
.cart-total-label {
font-size: .75rem;
font-weight: 700;
letter-spacing: 1.2px;
text-transform: uppercase;
color: var(--text-muted);
}
.cart-total-amount {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.5rem;
color: var(--text);
letter-spacing: 1.2px;
}
.cart-cta-wa {
display: flex;
align-items: center;
justify-content: center;
gap: 9px;
width: 100%;
padding: 14px;
background: #25d366;
color: #fff;
font-weight: 700;
font-size: .8rem;
letter-spacing: 1.1px;
text-transform: uppercase;
border-radius: var(--radius-sm);
text-decoration: none;
border: none;
cursor: pointer;
transition: background .2s, transform .2s, box-shadow .2s;
box-shadow: 0 4px 16px rgba(37, 211, 102, .25);
}
.cart-cta-wa:hover {
background: #1ebe5a;
color: #fff;
transform: translateY(-2px);
box-shadow: 0 6px 22px rgba(37, 211, 102, .35);
text-decoration: none;
}
.cart-cta-clear {
display: block;
width: 100%;
margin-top: 10px;
padding: 9px;
background: none;
border: none;
color: var(--text-light);
font-size: .72rem;
cursor: pointer;
text-align: center;
transition: color .2s;
font-weight: 500;
letter-spacing: .6px;
}
.cart-cta-clear:hover { color: var(--red); }
.cart-overlay {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, .28);
z-index: 1050;
opacity: 0;
pointer-events: none;
transition: opacity .3s;
backdrop-filter: blur(3px);
}
.cart-overlay.open { opacity: 1; pointer-events: all; }
.cart-toast {
position: fixed;
bottom: 92px;
right: 24px;
background: var(--text);
color: #fff;
font-size: .82rem;
font-weight: 600;
padding: 13px 20px;
border-radius: var(--radius-sm);
box-shadow: var(--shadow-lg);
z-index: 9000;
opacity: 0;
transform: translateY(10px);
transition: opacity .25s, transform .25s;
pointer-events: none;
display: flex;
align-items: center;
gap: 9px;
max-width: 340px;
}
.cart-toast.show { opacity: 1; transform: translateY(0); }
.cart-toast i { color: #25d366; font-size: .95rem; }
.navbar-toggler {
background: none;
border: 1px solid var(--border);
border-radius: var(--radius-sm);
width: 38px;
height: 38px;
display: none;
align-items: center;
justify-content: center;
cursor: pointer;
flex-shrink: 0;
}
.navbar-toggler-icon {
display: block;
width: 17px;
height: 1.5px;
background: var(--text);
position: relative;
}
.navbar-toggler-icon::before, .navbar-toggler-icon::after {
content: '';
display: block;
width: 100%;
height: 1.5px;
background: var(--text);
position: absolute;
}
.navbar-toggler-icon::before { top: -5px; }
.navbar-toggler-icon::after { top: 5px; }
.section-tag {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: .62rem;
font-weight: 700;
letter-spacing: 2.8px;
text-transform: uppercase;
color: var(--red);
margin-bottom: 12px;
}
.section-tag::before {
content: '';
display: block;
width: 4px;
height: 16px;
background: linear-gradient(180deg, var(--red), var(--gold));
border-radius: 2px;
flex-shrink: 0;
}
.section-title {
font-family: 'Bebas Neue', sans-serif;
font-size: clamp(1.8rem, 5vw, 3rem);
letter-spacing: 1px;
line-height: 1.1;
margin-bottom: 12px;
color: var(--text);
padding-left: 16px;
border-left: 4px solid var(--red);
}
.section-sub {
color: var(--text-muted);
font-size: .92rem;
font-weight: 300;
padding-left: 16px;
line-height: 1.75;
}
.hero {
position: relative;
width: 100%;
height: 92vh;
min-height: 600px;
max-height: 960px;
overflow: hidden;
touch-action: pan-y;
overscroll-behavior-x: contain;
}
.hero-slide {
position: absolute;
inset: 0;
z-index: 0;
opacity: 0;
visibility: hidden;
transition: opacity 1s ease, visibility 1s ease;
display: flex;
align-items: stretch;
}
.hero-slide.active { opacity: 1; visibility: visible; z-index: 1; }
.hero-slide-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center center;
transform: scale(1);
transition: transform 0s;
}
.hero-slide.active .hero-slide-bg { animation: heroBgZoom 13s ease-out forwards; }
@keyframes heroBgZoom {
from { transform: scale(1); }
to { transform: scale(1.1); }
}
.hero-slide-overlay { position: absolute; inset: 0; z-index: 1; }
.slide-overlay-dark {
background: linear-gradient(105deg, rgba(8, 8, 14, .86) 0%, rgba(8, 8, 14, .54) 55%, rgba(8, 8, 14, .12) 100%);
}
.slide-overlay-red {
background: linear-gradient(105deg, rgba(40, 20, 22, 0.92) 0%, rgba(189, 66, 77, 0.64) 50%, rgba(61, 27, 30, 0.12) 100%);
}
.hero-slide-content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
padding-top: 80px;
padding-bottom: 80px;
max-width: 760px;
}
.hero-eyebrow { margin-bottom: 16px; }
.hero-pill {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--red);
color: #fff;
font-size: .6rem;
font-weight: 700;
letter-spacing: 2.8px;
text-transform: uppercase;
padding: 7px 16px;
border-radius: 100px;
box-shadow: 0 5px 18px rgba(224, 28, 46, .35);
animation: pillDrop .6s .3s ease both;
}
.hero-pill-gold { background: var(--gold); color: #1a1a2e; box-shadow: 0 5px 18px rgba(201, 168, 76, .35); }
@keyframes pillDrop {
from { opacity: 0; transform: translateY(-12px); }
to { opacity: 1; transform: translateY(0); }
}
.hero-title {
font-family: 'Bebas Neue', sans-serif;
font-size: clamp(2.2rem, 6vw, 4.5rem);
line-height: 1;
letter-spacing: 2.5px;
color: #ffffff;
margin-bottom: 18px;
text-shadow: 0 5px 28px rgba(0, 0, 0, .38);
animation: heroTitleIn .7s .15s ease both;
}
@keyframes heroTitleIn {
from { opacity: 0; transform: translateY(28px); }
to { opacity: 1; transform: translateY(0); }
}
.hero-title-brand { color: #ffffff; }
.hero-title-accent { color: var(--red); display: block; }
.hero-title-white { color: var(--gold); display: block; }
.hero-title-light { color: #fff; }
.hero-sub {
font-size: clamp(.85rem, 1.5vw, 1rem);
line-height: 1.7;
color: rgba(255, 255, 255, .82);
max-width: 520px;
margin-bottom: 26px;
font-weight: 300;
animation: heroSubIn .7s .3s ease both;
}
.hero-sub-light { color: rgba(255, 255, 255, .9); }
@keyframes heroSubIn {
from { opacity: 0; transform: translateY(18px); }
to { opacity: 1; transform: translateY(0); }
}
.hero-actions {
display: flex;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 32px;
animation: heroActionsIn .7s .45s ease both;
}
@keyframes heroActionsIn {
from { opacity: 0; transform: translateY(14px); }
to { opacity: 1; transform: translateY(0); }
}
.hero-btn-primary, .hero-btn-gold, .hero-btn-ghost {
display: inline-flex;
align-items: center;
gap: 9px;
padding: 14px 32px;
font-weight: 700;
font-size: .82rem;
letter-spacing: 1.3px;
text-transform: uppercase;
border-radius: var(--radius-sm);
text-decoration: none;
border: 2px solid transparent;
transition: background .22s, transform .22s, box-shadow .22s, border-color .22s;
}
.hero-btn-primary {
background: var(--red);
color: #fff;
border-color: var(--red);
box-shadow: 0 7px 26px rgba(224, 28, 46, .35);
}
.hero-btn-primary:hover {
background: var(--red-hover);
border-color: var(--red-hover);
color: #fff;
transform: translateY(-3px);
box-shadow: 0 11px 34px rgba(224, 28, 46, .48);
text-decoration: none;
}
.hero-btn-gold {
background: var(--gold);
color: #1a1a2e;
border-color: var(--gold);
box-shadow: 0 7px 26px rgba(201, 168, 76, .35);
}
.hero-btn-gold:hover {
background: #b8942e;
border-color: #b8942e;
color: #fff;
transform: translateY(-3px);
text-decoration: none;
}
.hero-btn-ghost {
background: transparent;
color: #fff;
border-color: rgba(255, 255, 255, .5);
}
.hero-btn-ghost:hover {
background: rgba(255, 255, 255, .14);
border-color: #fff;
color: #fff;
transform: translateY(-3px);
text-decoration: none;
}
.hero-btn-ghost-light { border-color: rgba(255, 255, 255, .68); }
.hero-btn-ghost-light:hover { background: rgba(255, 255, 255, .18); border-color: #fff; }
.hero-stats-row {
display: flex;
align-items: center;
gap: 0;
flex-wrap: wrap;
animation: heroStatsIn .7s .6s ease both;
}
@keyframes heroStatsIn { from { opacity: 0; } to { opacity: 1; } }
.hero-stat { display: flex; flex-direction: column; padding-right: 32px; }
.hero-stat-light .hero-stat-num { color: var(--gold); }
.hero-stat-light .hero-stat-lbl { color: rgba(255, 255, 255, .7); }
.hero-stat-num {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.8rem;
color: var(--gold);
line-height: 1;
letter-spacing: 1.2px;
}
.hero-stat-plus, .hero-stat-percent, .hero-stat-suffix {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.15rem;
color: var(--gold);
margin-left: 3px;
}
.hero-stat-lbl {
font-size: .6rem;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
color: rgba(255, 255, 255, .6);
margin-top: 3px;
}
.hero-stat-divider {
width: 1px;
height: 42px;
background: rgba(255, 255, 255, .24);
margin-right: 32px;
flex-shrink: 0;
}
.hero-divider-light { background: rgba(255, 255, 255, .34); }
/* ══ HERO PROGRESS BAR — MASQUÉE ══ */
.hero-progress-bar {
display: none;
}
.hero-progress-fill {
height: 100%;
width: 0%;
background: var(--red);
transition: width 0s linear;
}
.btn-primary-cta, .btn-outline-cta {
padding: 11px 24px;
font-weight: 700;
font-size: .74rem;
letter-spacing: 1.1px;
text-transform: uppercase;
border-radius: var(--radius-sm);
transition: all .22s;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 7px;
border: 1.5px solid transparent;
cursor: pointer;
}
.btn-primary-cta { background: var(--red); color: #fff; border-color: var(--red); }
.btn-primary-cta:hover { background: var(--red-hover); transform: translateY(-2px); color: #fff; box-shadow: 0 7px 22px rgba(224, 28, 46, .28); }
.btn-outline-cta { background: transparent; color: var(--text); border-color: var(--border); }
.btn-outline-cta:hover { border-color: var(--red); color: var(--red); background: var(--red-light); }
/* ══ QUICK LINKS ══ */
.quick-links-section {
background: var(--white);
padding: 56px 0;
border-top: 1px solid var(--border);
}
.quick-links-title {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.6rem;
letter-spacing: 2px;
color: var(--text);
margin-bottom: 24px;
text-align: center;
}
.quick-links-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
max-width: 900px;
margin: 0 auto;
}
@media (min-width: 768px) { .quick-links-list { grid-template-columns: repeat(3, 1fr); } }
.quick-link-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 18px 22px;
background: var(--bg);
border: 1px solid var(--border);
border-radius: var(--radius-sm);
color: var(--text);
text-decoration: none;
font-family: 'Bebas Neue', sans-serif;
font-size: 1rem;
letter-spacing: 1.5px;
transition: all .25s;
}
.quick-link-item:hover {
background: var(--red);
border-color: var(--red);
color: #fff;
transform: translateY(-3px);
box-shadow: 0 8px 24px rgba(224, 28, 46, .25);
text-decoration: none;
}
.quick-link-item:hover i { color: #fff; transform: translateX(4px); }
.quick-link-item i {
color: var(--red);
font-size: .8rem;
transition: transform .25s, color .25s;
}
/* ══════════════════════════════════════
BEST SELLERS SECTION — ÉPURÉ & PRO
══════════════════════════════════════ */
.bestseller-section {
background: var(--white);
padding: 64px 0;
border-bottom: 1px solid var(--border);
}
.bestseller-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
@media (min-width: 768px) { .bestseller-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; } }
@media (min-width: 1200px) { .bestseller-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; } }

.bestseller-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
overflow: hidden;
transition: transform .4s cubic-bezier(.4, 0, .2, 1), box-shadow .4s, border-color .4s;
cursor: pointer;
height: 100%;
box-shadow: var(--shadow-sm);
text-decoration: none;
color: var(--text);
display: flex;
flex-direction: column;
position: relative;
}
.bestseller-card:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-red);
border-color: rgba(224, 28, 46, .28);
text-decoration: none;
color: var(--text);
}
.bestseller-card-link {
text-decoration: none;
color: var(--text);
display: block;
height: 100%;
}
.bestseller-card-link:hover { text-decoration: none; color: var(--text); }
.bestseller-img-wrap {
position: relative;
overflow: hidden;
height: 200px;
background: var(--bg);
}
@media (min-width: 768px) { .bestseller-img-wrap { height: 220px; } }
@media (min-width: 1200px) { .bestseller-img-wrap { height: 230px; } }
.bestseller-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .65s cubic-bezier(.4, 0, .2, 1);
}
.bestseller-card:hover .bestseller-img-wrap img { transform: scale(1.08); }

.bestseller-body {
padding: 18px 16px 20px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
text-align: center;
}
.bestseller-make {
font-size: .62rem;
font-weight: 800;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--red);
margin-bottom: 6px;
}
.bestseller-name {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.05rem;
color: var(--text);
margin-bottom: 10px;
letter-spacing: .5px;
line-height: 1.2;
}
.bestseller-price {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.4rem;
color: var(--text);
line-height: 1;
font-weight: 700;
letter-spacing: .5px;
margin-top: auto;
}
.bestseller-price-old {
font-family: 'Barlow', sans-serif;
font-size: .78rem;
color: var(--text-light);
text-decoration: line-through;
margin-bottom: 4px;
font-weight: 400;
}

/* Responsive Best Seller */
@media (max-width: 767px) {
.bestseller-section { padding: 40px 0; }
.bestseller-grid { gap: 10px !important; }
.bestseller-img-wrap { height: 150px !important; }
.bestseller-body { padding: 12px 10px 14px !important; }
.bestseller-name { font-size: .92rem !important; }
.bestseller-price { font-size: 1.15rem !important; }
}
@media (max-width: 400px) {
.bestseller-img-wrap { height: 130px !important; }
.bestseller-name { font-size: .85rem !important; }
.bestseller-price { font-size: 1.05rem !important; }
}
/* ══ HOW IT WORKS ══ */
.how-section {
background: var(--white);
padding: 64px 0;
border-bottom: 1px solid var(--border);
}
.how-page {
display: none;
min-height: 100vh;
padding: 40px 0 80px;
background: var(--bg);
}
.how-page.active {
display: block;
animation: howPageIn .5s ease;
}
@keyframes howPageIn {
from { opacity: 0; transform: translateY(16px); }
to { opacity: 1; transform: translateY(0); }
}
.how-timeline {
position: relative;
max-width: 1100px;
margin: 60px auto 0;
padding: 20px 0;
}
.how-timeline::before {
display: none;
}
.timeline-item {
position: relative;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
gap: 40px;
margin-bottom: 60px;
}
.timeline-item:last-child { margin-bottom: 0; }
.timeline-dot {
display: none;
}
.timeline-item:hover .timeline-dot {
transform: scale(1.15);
box-shadow: 0 0 0 6px var(--bg), 0 12px 32px rgba(224, 28, 46, 0.5);
}
.timeline-image {
grid-column: 1;
grid-row: 1;
overflow: hidden;
border-radius: var(--radius);
box-shadow: var(--shadow-md);
aspect-ratio: 16 / 10;
transition: transform .4s, box-shadow .4s;
}
.timeline-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .6s cubic-bezier(.4, 0, .2, 1);
}
.timeline-item:hover .timeline-image {
box-shadow: var(--shadow-red);
transform: translateY(-4px);
}
.timeline-item:hover .timeline-image img {
transform: scale(1.08);
}
.timeline-content {
grid-column: 2;
grid-row: 1;
background: var(--white);
padding: 28px 30px;
border-radius: var(--radius);
border: 1px solid var(--border);
box-shadow: var(--shadow-sm);
transition: transform .35s, box-shadow .35s, border-color .35s;
}
.timeline-item:hover .timeline-content {
transform: translateY(-4px);
box-shadow: var(--shadow-md);
border-color: rgba(224, 28, 46, 0.25);
}
.timeline-step-label {
display: inline-block;
font-size: .62rem;
font-weight: 700;
letter-spacing: 2.5px;
text-transform: uppercase;
color: var(--red);
margin-bottom: 8px;
padding: 4px 12px;
background: var(--red-light);
border-radius: 100px;
}
.timeline-title {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.5rem;
color: var(--text);
margin-bottom: 12px;
letter-spacing: .5px;
line-height: 1.2;
}
.timeline-text {
color: var(--text-muted);
font-size: .9rem;
line-height: 1.7;
margin: 0;
}
.timeline-item-right .timeline-image {
grid-column: 2;
}
.timeline-item-right .timeline-content {
grid-column: 1;
}
.timeline-item-right .timeline-dot {
display: none;
}
.how-help-section { margin-top: 80px; }
.how-help-inner {
background: linear-gradient(135deg, #0e0e1a 0%, #1a1a2e 100%);
border-radius: var(--radius);
padding: 48px 40px;
display: grid;
grid-template-columns: auto 1fr auto;
gap: 32px;
align-items: center;
box-shadow: var(--shadow-lg);
position: relative;
overflow: hidden;
}
.how-help-inner::before {
content: '';
position: absolute;
top: -60px;
right: -60px;
width: 240px;
height: 240px;
background: radial-gradient(circle, rgba(224, 28, 46, 0.18) 0%, transparent 70%);
pointer-events: none;
}
.how-help-inner::after {
content: '';
position: absolute;
bottom: -60px;
left: -60px;
width: 200px;
height: 200px;
background: radial-gradient(circle, rgba(201, 168, 76, 0.12) 0%, transparent 70%);
pointer-events: none;
}
.how-help-icon {
width: 72px;
height: 72px;
background: var(--red);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.7rem;
color: #fff;
box-shadow: 0 8px 24px rgba(224, 28, 46, .4);
flex-shrink: 0;
position: relative;
z-index: 1;
}
.how-help-content { position: relative; z-index: 1; }
.how-help-title {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.6rem;
color: #fff;
margin-bottom: 8px;
letter-spacing: .8px;
}
.how-help-text {
color: rgba(255, 255, 255, .72);
font-size: .9rem;
line-height: 1.65;
margin: 0;
max-width: 520px;
}
.how-help-actions {
display: flex;
flex-direction: column;
gap: 10px;
position: relative;
z-index: 1;
flex-shrink: 0;
}
.how-help-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
padding: 13px 26px;
font-weight: 700;
font-size: .78rem;
letter-spacing: 1.1px;
text-transform: uppercase;
border-radius: var(--radius-sm);
text-decoration: none;
transition: all .22s;
white-space: nowrap;
border: none;
cursor: pointer;
}
.how-help-wa {
background: #25d366;
color: #fff;
box-shadow: 0 5px 18px rgba(37, 211, 102, .35);
}
.how-help-wa:hover {
background: #1ebe5a;
color: #fff;
transform: translateY(-3px);
box-shadow: 0 7px 22px rgba(37, 211, 102, .45);
text-decoration: none;
}
.how-help-call {
background: #fff;
color: var(--text);
box-shadow: 0 5px 18px rgba(255, 255, 255, .15);
}
.how-help-call:hover {
background: var(--gold);
color: #1a1a2e;
transform: translateY(-3px);
box-shadow: 0 7px 22px rgba(201, 168, 76, .35);
text-decoration: none;
}
.brands-section {
background: var(--white);
padding: 36px 0;
border-bottom: 1px solid var(--border);
overflow: hidden;
}
.brands-wrapper { position: relative; width: 100%; overflow: hidden; overscroll-behavior-x: none; }
.brands-track {
display: flex;
align-items: center;
gap: 52px;
animation: scrollBrands 30s linear infinite;
width: fit-content;
}
.brands-track:hover { animation-play-state: paused; }
@keyframes scrollBrands {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}
.brand-item {
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
width: 120px;
height: 92px;
opacity: .52;
transition: opacity .35s, transform .35s;
cursor: default;
}
.brand-item:hover { opacity: 1; transform: scale(1.08); }
.brand-logo-svg { width: 68px; height: 44px; display: flex; align-items: center; justify-content: center; }
.brand-logo-svg svg { width: 100%; height: 100%; }
.brand-name {
display: block;
font-family: 'Bebas Neue', sans-serif;
font-size: .75rem;
letter-spacing: 2px;
color: var(--text-muted);
text-transform: uppercase;
transition: color .35s;
}
.brand-item:hover .brand-name { color: var(--red); }
.filters-bar {
background: var(--white);
border-bottom: 1px solid var(--border);
padding: 0;
position: sticky;
top: 68px;
z-index: 999;
}
.filter-scroll {
display: flex;
gap: 0;
overflow-x: auto;
overscroll-behavior-x: contain;
-webkit-overflow-scrolling: touch;
touch-action: pan-x;
scrollbar-width: none;
padding: 0 3px;
}
.filter-scroll::-webkit-scrollbar { display: none; }
.filter-btn {
background: transparent;
border: none;
color: var(--text-muted);
font-weight: 600;
font-size: .7rem;
letter-spacing: .9px;
text-transform: uppercase;
padding: 16px 16px;
transition: all .2s;
cursor: pointer;
white-space: nowrap;
flex-shrink: 0;
position: relative;
}
.filter-btn::after {
content: '';
position: absolute;
bottom: 0;
left: 16px;
right: 16px;
height: 2px;
background: var(--red);
transform: scaleX(0);
transition: transform .2s;
}
.filter-btn:hover { color: var(--text); }
.filter-btn.active { color: var(--red); }
.filter-btn.active::after, .filter-btn:hover::after { transform: scaleX(1); }
.cars-section { background: var(--bg); padding: 52px 0; }
.car-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 14px;
}
@media (min-width: 768px) { .car-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; } }
@media (min-width: 1200px) { .car-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; } }
@media (min-width: 1400px) { .car-grid { grid-template-columns: repeat(5, 1fr); gap: 22px; } }
.car-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
overflow: hidden;
transition: transform .4s cubic-bezier(.4, 0, .2, 1), box-shadow .4s, border-color .4s;
cursor: pointer;
height: 100%;
box-shadow: var(--shadow-sm);
text-decoration: none;
color: var(--text);
display: flex;
flex-direction: column;
position: relative;
}
.car-card:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-red);
border-color: rgba(224, 28, 46, .28);
text-decoration: none;
color: var(--text);
}
.car-card-link {
text-decoration: none;
color: var(--text);
display: block;
height: 100%;
}
.car-card-link:hover { text-decoration: none; color: var(--text); }
.car-img-wrap {
position: relative;
overflow: hidden;
height: 170px;
background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
background-size: 200% 100%;
animation: skeleton-shimmer 1.4s infinite;
}
@keyframes skeleton-shimmer {
0% { background-position: 200% 0; }
100% { background-position: -200% 0; }
}
.car-img-wrap.loaded { background: var(--bg); animation: none; }
@media (min-width: 768px) { .car-img-wrap { height: 190px; } }
@media (min-width: 1200px) { .car-img-wrap { height: 200px; } }
@media (min-width: 1400px) { .car-img-wrap { height: 170px; } }
.car-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .65s cubic-bezier(.4, 0, .2, 1), opacity .35s ease;
opacity: 0;
}
.car-img-wrap img.img-loaded { opacity: 1; }
.car-card:hover .car-img-wrap img { transform: scale(1.08); }
.car-body {
padding: 18px 16px 20px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
text-align: center;
}
.car-badge-hot {
display: inline-block;
color: var(--text-muted);
font-size: .58rem;
font-weight: 800;
letter-spacing: 1.3px;
text-transform: uppercase;
padding: 4px 10px;
}
.car-name {
font-family: 'Barlow', sans-serif;
font-size: .88rem;
margin-bottom: 10px;
color: var(--text-muted);
line-height: 1.4;
letter-spacing: .3px;
font-weight: 400;
}
@media (min-width: 1400px) { .car-name { font-size: .82rem; } }
.car-price {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.35rem;
color: var(--text);
line-height: 1;
font-weight: 700;
letter-spacing: .5px;
margin-top: auto;
}
.pagination-section {
background: var(--white);
padding: 22px 0;
border-top: 1px solid var(--border);
display: none;
margin-top: 28px;
border-radius: var(--radius);
}
.pagination-section.active { display: block; }
.pagination { justify-content: center; gap: 5px; flex-wrap: wrap; }
.page-item .page-link {
color: var(--text);
border: 1px solid var(--border);
padding: 7px 12px;
font-size: .78rem;
border-radius: var(--radius-sm);
transition: all .2s;
background: var(--white);
cursor: pointer;
text-decoration: none;
font-weight: 500;
}
.page-item.active .page-link { background: var(--red); border-color: var(--red); color: #fff; font-weight: 700; }
.page-item.disabled .page-link { color: var(--text-light); cursor: not-allowed; background: var(--bg); }
.page-item:not(.disabled):not(.active) .page-link:hover { background: var(--red-light); border-color: var(--red); color: var(--red); }
.page-info { text-align: center; color: var(--text-muted); font-size: .82rem; margin-bottom: 12px; }
.why-section { background: var(--white); padding: 64px 0; }
.why-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 30px 24px;
transition: border-color .35s, transform .35s, box-shadow .35s;
height: 100%;
box-shadow: var(--shadow-sm);
}
.why-card:hover { border-color: rgba(224, 28, 46, .3); transform: translateY(-6px); box-shadow: var(--shadow-red); }
.why-icon {
width: 52px;
height: 52px;
background: var(--red-light);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 18px;
font-size: 1.15rem;
color: var(--red);
border-radius: 12px;
transition: background .35s, color .35s, transform .35s;
}
.why-card:hover .why-icon { background: var(--red); color: var(--white); transform: scale(1.1) rotate(-6deg); }
.why-title {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.15rem;
margin-bottom: 10px;
color: var(--text);
letter-spacing: .5px;
}
.why-text { color: var(--text-muted); font-size: .85rem; line-height: 1.7; }
.cta-banner {
background: #0e0e1a;
padding: 68px 0 60px;
text-align: center;
color: #fff;
position: relative;
overflow: hidden;
}
.cta-banner::before {
content: '';
position: absolute;
top: -90px;
left: 50%;
transform: translateX(-50%);
width: 650px;
height: 320px;
background: radial-gradient(ellipse, rgba(224, 28, 46, 0.16) 0%, transparent 70%);
pointer-events: none;
}
.cta-top { margin-bottom: 0; }
.cta-top h2 {
font-family: 'Bebas Neue', sans-serif;
font-size: clamp(1.9rem, 5vw, 3.2rem);
letter-spacing: 1.8px;
margin-bottom: 14px;
color: #fff;
}
.cta-top p {
color: rgba(255, 255, 255, .7);
font-size: .95rem;
max-width: 540px;
margin: 0 auto 30px;
font-weight: 300;
line-height: 1.7;
}
.cta-top-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-white, .btn-wa-big {
padding: 14px 32px;
font-weight: 700;
font-size: .8rem;
letter-spacing: 1.1px;
text-transform: uppercase;
border-radius: var(--radius-sm);
transition: all .22s;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 8px;
border: none;
}
.btn-white { background: #fff; color: var(--red); }
.btn-white:hover { background: var(--gold); color: #1a1a2e; transform: translateY(-3px); text-decoration: none; box-shadow: 0 7px 22px rgba(201, 168, 76, .35); }
.btn-wa-big { background: #25d366; color: #fff; box-shadow: 0 5px 16px rgba(37, 211, 102, .28); }
.btn-wa-big:hover { background: #1ebe5a; color: #fff; transform: translateY(-3px); text-decoration: none; box-shadow: 0 7px 22px rgba(37, 211, 102, .38); }
.cta-divider {
width: 80px;
height: 3px;
background: linear-gradient(90deg, transparent, var(--red), var(--gold), transparent);
margin: 46px auto;
}
/* ══ BOUTONS FLOTTANTS ══ */
.wa-float {
position: fixed;
bottom: 24px;
right: 24px;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: transform .25s;
}
.wa-float:hover { transform: translateY(-4px); text-decoration: none; }
.wa-float i {
width: 58px;
height: 58px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.8rem;
background: #25d366;
color: #fff;
border-radius: 50%;
box-shadow: 0 5px 18px rgba(37, 211, 102, .32);
transition: transform .25s, box-shadow .25s;
animation: waPulse 2.2s ease-out infinite;
}
@keyframes waPulse {
0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, .6), 0 5px 18px rgba(37, 211, 102, .32); }
60%  { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0), 0 5px 18px rgba(37, 211, 102, .32); }
100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 5px 18px rgba(37, 211, 102, .32); }
}
.wa-float:hover i { transform: scale(1.1); box-shadow: 0 7px 22px rgba(37, 211, 102, .5); animation: none; }
.sms-float {
position: fixed;
bottom: 90px;
left: 24px;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: transform .25s;
}
.sms-float:hover { transform: translateY(-4px); text-decoration: none; }
.sms-float i {
width: 58px;
height: 58px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.8rem;
background: #007bff;
color: #fff;
border-radius: 50%;
box-shadow: 0 5px 18px rgba(0, 123, 255, .32);
transition: transform .25s, box-shadow .25s;
animation: smsPulse 2s ease-out infinite;
}
@keyframes smsPulse {
0%   { box-shadow: 0 0 0 0 rgba(0, 123, 255, .6), 0 5px 18px rgba(0, 123, 255, .32); }
60%  { box-shadow: 0 0 0 16px rgba(0, 123, 255, 0), 0 5px 18px rgba(0, 123, 255, .32); }
100% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0), 0 5px 18px rgba(0, 123, 255, .32); }
}
.sms-float:hover i { transform: scale(1.1); box-shadow: 0 7px 22px rgba(0, 123, 255, .5); animation: none; }
/* ══ FOOTER CLAIR ══ */
footer {
background: var(--bg);
color: var(--text-muted);
padding: 36px 0 18px;
border-top: 1px solid var(--border);
}
.footer-brand {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.7rem;
letter-spacing: 2.5px;
color: var(--text);
margin-bottom: 8px;
}
.footer-brand span { color: var(--red); }
.footer-tagline {
font-size: .7rem;
letter-spacing: 1.8px;
text-transform: uppercase;
color: var(--red);
margin-bottom: 20px;
font-weight: 700;
}
.payment-methods {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
align-items: center;
}
.payment-icon {
background: var(--white);
border: 1px solid var(--border);
border-radius: 10px;
padding: 10px 16px;
display: inline-flex;
align-items: center;
gap: 9px;
color: var(--text);
font-size: .82rem;
font-weight: 600;
transition: all .2s;
text-decoration: none;
box-shadow: var(--shadow-sm);
}
.payment-icon:hover {
background: var(--white);
border-color: var(--red);
color: var(--red);
transform: translateY(-3px);
box-shadow: var(--shadow);
text-decoration: none;
}
.payment-icon i { font-size: 1.5rem; color: var(--text); }
.payment-icon:hover i { color: var(--red); }
.payment-secure {
display: flex;
align-items: center;
justify-content: center;
gap: 9px;
margin-top: 18px;
color: var(--text-light);
font-size: .76rem;
}
.payment-secure i { color: #198754; }
.footer-bottom {
border-top: 1px solid var(--border);
margin-top: 26px;
padding-top: 16px;
color: var(--text-light);
font-size: .76rem;
text-align: center;
}
.footer-copyright-link {
color: var(--text-muted);
text-decoration: none;
transition: color .2s;
}
.footer-copyright-link:hover {
color: var(--red);
text-decoration: none;
}
.car-detail-page {
display: none;
background: var(--bg);
min-height: 100vh;
padding: 32px 0 68px;
}
.car-detail-page.active { display: block; animation: detailIn .4s ease; }
@keyframes detailIn {
from { opacity: 0; transform: translateY(12px); }
to { opacity: 1; transform: translateY(0); }
}
.detail-header {
background: var(--white);
border-radius: var(--radius);
padding: 32px;
margin-bottom: 28px;
box-shadow: var(--shadow);
border: 1px solid var(--border);
}
.detail-title {
font-family: 'Bebas Neue', sans-serif;
font-size: clamp(1.6rem, 5vw, 2.6rem);
color: var(--text);
margin-bottom: 10px;
line-height: 1.2;
}
.detail-subtitle {
color: var(--text-muted);
font-size: .92rem;
margin-bottom: 16px;
}
.detail-price-block {
display: flex;
align-items: flex-end;
gap: 14px;
margin-bottom: 18px;
flex-wrap: wrap;
}
.detail-price-old {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.4rem;
color: var(--text-light);
text-decoration: line-through;
}
.detail-price-tag {
font-family: 'Bebas Neue', sans-serif;
font-size: 2.6rem;
color: var(--text);
line-height: 1;
}
.detail-price-tag span {
font-size: .88rem;
color: var(--text-light);
font-family: 'Barlow', sans-serif;
font-weight: 400;
margin-left: 7px;
}
.detail-save-badge {
background: var(--gold);
color: #1a1a2e;
font-size: .65rem;
font-weight: 800;
letter-spacing: 1.3px;
text-transform: uppercase;
padding: 6px 12px;
border-radius: 5px;
display: inline-flex;
align-items: center;
gap: 5px;
box-shadow: 0 5px 14px rgba(201, 168, 76, .28);
}
.detail-dp-row {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 16px;
margin-top: 14px;
padding: 12px 16px;
background: var(--bg);
border-radius: var(--radius-sm);
border: 1px solid var(--border-soft);
}
.detail-dp-label {
font-size: .75rem;
font-weight: 600;
letter-spacing: 1.1px;
text-transform: uppercase;
color: var(--text-muted);
display: flex;
align-items: center;
gap: 7px;
}
.detail-dp-label i { color: var(--text-muted); font-size: .9rem; }
.detail-dp-value {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.3rem;
color: var(--text);
font-weight: 700;
letter-spacing: .6px;
}
.detail-dp-unit {
font-family: 'Barlow', sans-serif;
font-size: .8rem;
color: var(--text-muted);
margin-left: 3px;
font-weight: 500;
}
.gallery-main {
background: var(--white);
border-radius: var(--radius);
overflow: hidden;
box-shadow: var(--shadow);
margin-bottom: 14px;
position: relative;
border: 1px solid var(--border);
}
.gallery-main img {
width: 100%;
height: 300px;
object-fit: cover;
transition: opacity .3s;
}
@media (min-width: 768px) { .gallery-main img { height: 420px; } }
@media (min-width: 1200px) { .gallery-main img { height: 560px; } }
.gallery-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(255, 255, 255, .94);
border: none;
width: 46px;
height: 46px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: background .2s, transform .2s, color .2s;
font-size: .9rem;
color: var(--text);
box-shadow: var(--shadow);
z-index: 2;
}
.gallery-nav:hover { background: var(--red); color: var(--white); transform: translateY(-50%) scale(1.1); }
.gallery-nav.prev { left: 14px; }
.gallery-nav.next { right: 14px; }
.gallery-thumbs {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
margin-bottom: 28px;
}
@media (max-width: 576px) { .gallery-thumbs { grid-template-columns: repeat(2, 1fr); } }
.gallery-thumbs img {
width: 100%;
height: 72px;
object-fit: cover;
border-radius: var(--radius-sm);
cursor: pointer;
border: 2px solid transparent;
transition: border-color .2s, transform .2s, opacity .2s;
opacity: .7;
}
@media (min-width: 768px) { .gallery-thumbs img { height: 88px; } }
.gallery-thumbs img:hover, .gallery-thumbs img.active { border-color: var(--red); transform: scale(1.03); opacity: 1; }
.detail-section {
background: var(--white);
border-radius: var(--radius);
padding: 28px;
margin-bottom: 20px;
box-shadow: var(--shadow-sm);
border: 1px solid var(--border);
}
.detail-section-title {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.25rem;
color: var(--text);
margin-bottom: 18px;
padding-bottom: 12px;
border-bottom: 2px solid transparent;
border-image: linear-gradient(90deg, var(--red), var(--gold)) 1;
letter-spacing: .5px;
display: flex;
align-items: center;
gap: 9px;
}
.detail-section-title::before {
content: '';
width: 4px;
height: 18px;
background: linear-gradient(180deg, var(--red), var(--gold));
border-radius: 2px;
}
.detail-description { color: var(--text-muted); font-size: .92rem; line-height: 1.78; }
.specs-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0 28px;
}
@media (min-width: 768px) { .specs-grid { grid-template-columns: repeat(3, 1fr); } }
.spec-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 0;
border-bottom: 1px solid var(--border-soft);
}
.spec-item:last-child { border-bottom: none; }
.spec-label { color: var(--text-light); font-weight: 500; font-size: .82rem; }
.spec-value { color: var(--text); font-weight: 600; font-size: .88rem; text-align: right; }
.features-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8px 18px;
}
@media (min-width: 768px) { .features-list { grid-template-columns: repeat(3, 1fr); } }
.feature-item {
display: flex;
align-items: center;
gap: 8px;
font-size: .86rem;
color: var(--text-muted);
padding: 6px 0;
transition: color .2s, transform .2s;
}
.feature-item:hover { color: var(--text); transform: translateX(4px); }
.feature-item i { color: #198754; font-size: .78rem; flex-shrink: 0; }
.contact-box {
background: var(--white);
border-radius: var(--radius);
padding: 28px;
box-shadow: var(--shadow);
position: sticky;
top: 88px;
border: 1px solid var(--border);
}
.cta-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 0; }
.btn-cta-primary, .btn-cta-secondary {
flex: 1;
min-width: 150px;
border: none;
padding: 15px 20px;
font-weight: 700;
font-size: .8rem;
letter-spacing: .9px;
text-transform: uppercase;
border-radius: var(--radius-sm);
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 7px;
transition: all .22s;
cursor: pointer;
}
.btn-cta-primary { background: var(--text); color: #fff; box-shadow: 0 5px 16px rgba(0, 0, 0, .12); }
.btn-cta-primary:hover { background: #000; color: #fff; transform: translateY(-3px); box-shadow: 0 7px 22px rgba(0, 0, 0, .2); }
.btn-cta-secondary { background: #25d366; color: #fff; box-shadow: 0 5px 16px rgba(37, 211, 102, .28); }
.btn-cta-secondary:hover { background: #1ebe5a; color: #fff; transform: translateY(-3px); box-shadow: 0 7px 22px rgba(37, 211, 102, .38); }
.perks-list p {
font-size: .82rem;
color: var(--text-light);
margin-bottom: 8px;
display: flex;
align-items: center;
gap: 7px;
}
.perks-list p i { color: #198754; }
.btn-cart-detail {
display: flex;
align-items: center;
justify-content: center;
gap: 9px;
width: 100%;
margin-top: 14px;
padding: 14px;
background: var(--red);
color: var(--white);
border: none;
font-weight: 700;
font-size: .82rem;
letter-spacing: .9px;
text-transform: uppercase;
border-radius: var(--radius-sm);
cursor: pointer;
transition: background .2s, transform .2s, box-shadow .2s;
box-shadow: 0 5px 16px rgba(224, 28, 46, .28);
}
.btn-cart-detail:hover { background: var(--red-hover); transform: translateY(-3px); box-shadow: 0 7px 22px rgba(224, 28, 46, .38); }
.similar-section { margin-top: 14px; }
.similar-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
@media (min-width: 992px) { .similar-grid { grid-template-columns: repeat(3, 1fr); } }
/* ══ PAGES CACHÉES ══ */
.about-page, .contact-page, .reviews-page {
display: none;
min-height: 100vh;
padding: 40px 0 80px;
background: var(--bg);
}
.about-page.active, .contact-page.active, .reviews-page.active {
display: block;
animation: pageIn .5s ease;
}
@keyframes pageIn {
from { opacity: 0; transform: translateY(16px); }
to { opacity: 1; transform: translateY(0); }
}
.about-hero {
text-align: center;
padding: 40px 0 60px;
max-width: 800px;
margin: 0 auto;
}
.about-hero-title {
font-family: 'Bebas Neue', sans-serif;
font-size: clamp(2rem, 6vw, 3.5rem);
color: var(--text);
letter-spacing: 2px;
margin-bottom: 18px;
line-height: 1.1;
}
.about-hero-title span { color: var(--red); }
.about-hero-sub {
color: var(--text-muted);
font-size: 1rem;
line-height: 1.8;
font-weight: 300;
}
.about-mission { padding: 40px 0 60px; }
.about-text {
color: var(--text-muted);
font-size: .95rem;
line-height: 1.85;
margin-bottom: 16px;
}
.about-image-block {
position: relative;
border-radius: var(--radius);
overflow: hidden;
box-shadow: var(--shadow-md);
aspect-ratio: 4/3;
}
.about-image-block img {
width: 100%;
height: 100%;
object-fit: cover;
}
.about-image-badge {
position: absolute;
bottom: 20px;
right: 20px;
background: var(--red);
color: #fff;
padding: 16px 22px;
border-radius: var(--radius-sm);
text-align: center;
box-shadow: 0 8px 24px rgba(224, 28, 46, .35);
}
.about-image-badge-num {
display: block;
font-family: 'Bebas Neue', sans-serif;
font-size: 2.2rem;
line-height: 1;
letter-spacing: 1px;
}
.about-image-badge-lbl {
font-size: .65rem;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
margin-top: 4px;
}
.about-values { padding: 60px 0; }
.about-value-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 36px 28px;
text-align: center;
height: 100%;
transition: all .35s;
box-shadow: var(--shadow-sm);
}
.about-value-card:hover {
transform: translateY(-6px);
border-color: rgba(224, 28, 46, .3);
box-shadow: var(--shadow-red);
}
.about-value-icon {
width: 64px;
height: 64px;
margin: 0 auto 20px;
background: var(--red-light);
color: var(--red);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
transition: all .35s;
}
.about-value-card:hover .about-value-icon {
background: var(--red);
color: #fff;
transform: scale(1.1) rotate(-6deg);
}
.about-value-title {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.3rem;
color: var(--text);
margin-bottom: 12px;
letter-spacing: .8px;
}
.about-value-text {
color: var(--text-muted);
font-size: .88rem;
line-height: 1.75;
}
.about-stats {
padding: 60px 0;
background: linear-gradient(135deg, #0e0e1a 0%, #1a1a2e 100%);
margin: 40px 0;
border-radius: var(--radius);
}
.about-stat-card { text-align: center; padding: 20px; }
.about-stat-num {
font-family: 'Bebas Neue', sans-serif;
font-size: clamp(2rem, 5vw, 3rem);
color: var(--red);
line-height: 1;
letter-spacing: 1.5px;
}
.about-stat-num span { color: var(--gold); margin-left: 3px; }
.about-stat-lbl {
color: rgba(255, 255, 255, .7);
font-size: .72rem;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
margin-top: 10px;
}
.about-cta { padding: 40px 0 20px; }
.about-cta-inner {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 48px 32px;
text-align: center;
box-shadow: var(--shadow);
}
.about-cta-title {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.8rem;
color: var(--text);
margin-bottom: 12px;
letter-spacing: 1px;
}
.about-cta-text {
color: var(--text-muted);
font-size: .95rem;
margin-bottom: 24px;
}
.about-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.contact-hero-title {
font-family: 'Bebas Neue', sans-serif;
font-size: clamp(2rem, 6vw, 3.5rem);
color: var(--text);
letter-spacing: 2px;
margin-bottom: 18px;
line-height: 1.1;
}
.contact-hero-title span { color: var(--red); }
.contact-hero-sub {
color: var(--text-muted);
font-size: 1rem;
line-height: 1.8;
font-weight: 300;
max-width: 600px;
margin: 0 auto;
}
.contact-grid {
display: grid;
grid-template-columns: 1fr;
gap: 32px;
margin: 40px 0 60px;
}
@media (min-width: 992px) { .contact-grid { grid-template-columns: 1fr 1.2fr; gap: 40px; } }
.contact-info-title {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.5rem;
color: var(--text);
margin-bottom: 10px;
letter-spacing: .8px;
}
.contact-info-text {
color: var(--text-muted);
font-size: .9rem;
margin-bottom: 24px;
line-height: 1.7;
}
.contact-info-card {
display: flex;
gap: 16px;
align-items: flex-start;
padding: 18px;
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius-sm);
margin-bottom: 14px;
transition: all .25s;
}
.contact-info-card:hover {
border-color: rgba(224, 28, 46, .3);
transform: translateX(4px);
box-shadow: var(--shadow-sm);
}
.contact-info-icon {
width: 48px;
height: 48px;
background: var(--red-light);
color: var(--red);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.1rem;
flex-shrink: 0;
}
.contact-info-icon.wa-icon { background: rgba(37, 211, 102, .12); color: #25d366; }
.contact-info-icon.mail-icon { background: rgba(0, 123, 255, .1); color: #007bff; }
.contact-info-icon.loc-icon { background: var(--red-light); color: var(--red); }
.contact-info-body { flex: 1; min-width: 0; }
.contact-info-label {
font-size: .65rem;
font-weight: 700;
letter-spacing: 1.8px;
text-transform: uppercase;
color: var(--text-muted);
margin-bottom: 4px;
}
.contact-info-value {
display: block;
font-family: 'Bebas Neue', sans-serif;
font-size: 1.15rem;
color: var(--text);
text-decoration: none;
letter-spacing: .5px;
transition: color .2s;
}
a.contact-info-value:hover { color: var(--red); text-decoration: none; }
.contact-info-sub {
font-size: .78rem;
color: var(--text-light);
margin-top: 3px;
}
.contact-form {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 32px;
box-shadow: var(--shadow);
}
.contact-form-title {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.5rem;
color: var(--text);
margin-bottom: 24px;
letter-spacing: .8px;
}
.form-row {
display: grid;
grid-template-columns: 1fr;
gap: 16px;
margin-bottom: 16px;
}
@media (min-width: 576px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-group { display: flex; flex-direction: column; }
.form-group label {
font-size: .72rem;
font-weight: 700;
letter-spacing: 1.2px;
text-transform: uppercase;
color: var(--text-muted);
margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
padding: 13px 16px;
border: 1px solid var(--border);
border-radius: var(--radius-sm);
font-family: 'Barlow', sans-serif;
font-size: .9rem;
color: var(--text);
background: var(--bg);
transition: border-color .2s, background .2s, box-shadow .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
outline: none;
border-color: var(--red);
background: var(--white);
box-shadow: 0 0 0 3px rgba(224, 28, 46, .1);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.contact-submit-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
width: 100%;
padding: 15px;
background: var(--red);
color: #fff;
border: none;
border-radius: var(--radius-sm);
font-weight: 700;
font-size: .82rem;
letter-spacing: 1.2px;
text-transform: uppercase;
cursor: pointer;
transition: all .22s;
box-shadow: 0 5px 18px rgba(224, 28, 46, .28);
margin-top: 8px;
}
.contact-submit-btn:hover {
background: var(--red-hover);
transform: translateY(-3px);
box-shadow: 0 8px 24px rgba(224, 28, 46, .4);
}
.contact-form-note {
text-align: center;
font-size: .78rem;
color: var(--text-light);
margin-top: 14px;
}
.contact-faq { padding: 40px 0 20px; }
.faq-item {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 24px;
height: 100%;
transition: all .3s;
}
.faq-item:hover {
border-color: rgba(224, 28, 46, .3);
transform: translateY(-4px);
box-shadow: var(--shadow-sm);
}
.faq-q {
font-family: 'Barlow', sans-serif;
font-size: 1rem;
font-weight: 700;
color: var(--text);
margin-bottom: 12px;
display: flex;
align-items: center;
gap: 10px;
}
.faq-q i { color: var(--red); font-size: 1.1rem; }
.faq-a {
color: var(--text-muted);
font-size: .88rem;
line-height: 1.75;
margin: 0;
}
.reviews-hero-title {
font-family: 'Bebas Neue', sans-serif;
font-size: clamp(2rem, 6vw, 3.5rem);
color: var(--text);
letter-spacing: 2px;
margin-bottom: 18px;
line-height: 1.1;
}
.reviews-hero-title span { color: var(--red); }
.reviews-hero-sub {
color: var(--text-muted);
font-size: 1rem;
line-height: 1.8;
font-weight: 300;
max-width: 650px;
margin: 0 auto 20px;
}
.reviews-hero-rating {
display: inline-flex;
flex-direction: column;
align-items: center;
gap: 6px;
padding: 16px 28px;
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
box-shadow: var(--shadow-sm);
}
.reviews-stars { color: var(--gold); font-size: 1.3rem; letter-spacing: 3px; }
.reviews-rating-text {
font-size: .85rem;
color: var(--text-muted);
}
.reviews-rating-text strong { color: var(--text); }
.reviews-stats { padding: 40px 0; }
.review-stat-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 24px;
text-align: center;
box-shadow: var(--shadow-sm);
transition: all .3s;
}
.review-stat-card:hover {
transform: translateY(-4px);
border-color: rgba(224, 28, 46, .3);
box-shadow: var(--shadow-md);
}
.review-stat-num {
font-family: 'Bebas Neue', sans-serif;
font-size: 2.2rem;
color: var(--red);
line-height: 1;
letter-spacing: 1px;
}
.review-stat-stars {
color: var(--gold);
font-size: 1rem;
letter-spacing: 2px;
margin: 8px 0;
}
.review-stat-lbl {
font-size: .7rem;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--text-muted);
}
.reviews-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
padding: 40px 0;
}
@media (min-width: 768px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }
.review-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 26px;
transition: all .35s;
position: relative;
box-shadow: var(--shadow-sm);
}
.review-card::before {
content: '"';
position: absolute;
top: 10px;
right: 20px;
font-family: 'Bebas Neue', sans-serif;
font-size: 4rem;
color: var(--red-light);
line-height: 1;
}
.review-card:hover {
transform: translateY(-6px);
box-shadow: var(--shadow-md);
border-color: rgba(224, 28, 46, .3);
}
.review-card-head {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 14px;
}
.review-avatar {
width: 50px;
height: 50px;
border-radius: 50%;
background: linear-gradient(135deg, var(--red), var(--gold));
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Bebas Neue', sans-serif;
font-size: 1rem;
letter-spacing: 1.2px;
flex-shrink: 0;
}
.review-author-name {
font-weight: 700;
font-size: .95rem;
color: var(--text);
}
.review-author-car {
font-size: .72rem;
color: var(--text-light);
text-transform: uppercase;
letter-spacing: .8px;
margin-top: 3px;
}
.review-stars { color: var(--gold); font-size: .9rem; letter-spacing: 2px; margin-bottom: 12px; }
.review-text {
color: var(--text-muted);
font-size: .9rem;
line-height: 1.75;
font-style: italic;
margin-bottom: 14px;
}
.review-date {
font-size: .72rem;
color: var(--text-light);
text-transform: uppercase;
letter-spacing: 1px;
padding-top: 12px;
border-top: 1px solid var(--border-soft);
}
.reviews-cta { padding: 40px 0 20px; }
.reviews-cta-inner {
background: linear-gradient(135deg, #0e0e1a 0%, #1a1a2e 100%);
border-radius: var(--radius);
padding: 56px 32px;
text-align: center;
position: relative;
overflow: hidden;
box-shadow: var(--shadow-lg);
}
.reviews-cta-inner::before {
content: '';
position: absolute;
top: -80px;
right: -80px;
width: 260px;
height: 260px;
background: radial-gradient(circle, rgba(224, 28, 46, .18) 0%, transparent 70%);
pointer-events: none;
}
.reviews-cta-title {
font-family: 'Bebas Neue', sans-serif;
font-size: clamp(1.5rem, 4vw, 2.2rem);
color: #fff;
margin-bottom: 12px;
letter-spacing: 1px;
position: relative;
}
.reviews-cta-text {
color: rgba(255, 255, 255, .75);
font-size: .95rem;
margin-bottom: 26px;
max-width: 540px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.reviews-cta-actions {
display: flex;
gap: 12px;
justify-content: center;
flex-wrap: wrap;
position: relative;
}
.fade-up {
opacity: 0;
transform: translateY(28px);
transition: opacity .75s ease, transform .75s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
/* ══ RESPONSIVE ══ */
@media (max-width: 1199px) {
.car-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }
.car-img-wrap { height: 170px; }
}
@media (max-width: 991px) {
.navbar-toggler { display: flex; order: 1; margin-right: 0; }
.navbar-collapse {
display: none;
position: absolute;
top: 68px;
left: 0;
right: 0;
background: var(--white);
border-bottom: 1px solid var(--border);
padding: 12px 18px 18px;
box-shadow: var(--shadow);
text-align: center;
}
.navbar-collapse.show { display: block; }
.navbar-nav { flex-direction: column; align-items: center; gap: 3px; }
.nav-link {
height: 44px;
padding: 0 12px !important;
border-radius: var(--radius-sm);
justify-content: center;
}
.nav-link::after { display: none; }
.nav-link:hover, .nav-link.active { background: var(--red-light); color: var(--red) !important; }
.btn-nav {
margin-top: 8px;
display: flex;
align-items: center;
justify-content: center;
height: 42px !important;
margin-left: 0 !important;
}
.navbar .container {
flex-wrap: nowrap;
justify-content: space-between;
position: relative;
height: 68px;
padding-top: 0;
padding-bottom: 0;
}
.navbar-brand {
order: 2;
position: absolute;
left: 50%;
transform: translateX(-50%);
border-right: none;
margin-right: 0;
padding-right: 0;
font-size: 1.5rem;
letter-spacing: 2.5px;
}
.navbar-right { order: 3; margin-left: 0; padding-left: 0; }
.car-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
.car-img-wrap { height: 160px; }
.car-name { font-size: .95rem; }
.car-price { font-size: 1.15rem; }
.detail-dp-row { justify-content: center; margin-top: 14px; }
.col-lg-4.text-lg-end { text-align: center !important; }
.how-timeline::before {
left: 32px;
transform: none;
}
.timeline-item {
grid-template-columns: 1fr;
gap: 20px;
margin-bottom: 40px;
}
.timeline-image {
grid-column: 1;
}
.timeline-content {
grid-column: 1;
}
.timeline-item-right .timeline-image {
grid-column: 1;
}
.timeline-item-right .timeline-content {
grid-column: 1;
}
.timeline-dot {
display: none;
}
.timeline-item .timeline-image,
.timeline-item .timeline-content,
.timeline-item-right .timeline-image,
.timeline-item-right .timeline-content {
grid-column: 2;
}
.timeline-item .timeline-image,
.timeline-item-right .timeline-image {
grid-row: 1;
}
.timeline-item .timeline-content,
.timeline-item-right .timeline-content {
grid-row: 2;
}
.how-help-inner {
grid-template-columns: 1fr;
text-align: center;
padding: 36px 28px;
gap: 22px;
}
.how-help-icon { margin: 0 auto; }
.how-help-text { margin: 0 auto; }
.how-help-actions {
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
.about-image-block { margin-top: 24px; }
}
@media (max-width: 767px) {
.hero { height: 80vh; min-height: 520px; max-height: 700px; }
.hero-slide-content {
padding-top: 32px;
padding-bottom: 72px;
max-width: 100%;
text-align: center;
align-items: center;
}
.hero-title { font-size: clamp(1.9rem, 10vw, 3.2rem); text-align: center; }
.hero-sub { font-size: .85rem; max-width: 100%; }
.hero-actions { flex-direction: column; gap: 10px; margin-bottom: 18px; }
.hero-btn-primary, .hero-btn-gold, .hero-btn-ghost {
padding: 12px 22px;
font-size: .78rem;
width: 100%;
justify-content: center;
}
.hero-stat-num { font-size: 1.3rem; }
.hero-stats-row { gap: 0; flex-wrap: nowrap; }
.hero-stat { padding-right: 14px; }
.hero-stat-divider { margin-right: 14px; height: 28px; }
.hero-controls { bottom: 16px; gap: 12px; }
.hero-arrow { width: 36px; height: 36px; font-size: .72rem; }
.car-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
.car-img-wrap { height: 130px !important; }
.car-body { padding: 12px 10px 14px !important; }
.car-name { font-size: .88rem !important; }
.car-price { font-size: 1.05rem !important; }
.car-badge-hot { font-size: .52rem !important; padding: 3px 8px !important; letter-spacing: 1px !important; }
.brands-track {
animation: none;
transform: none !important;
width: 100%;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
padding: 0 16px;
}
.brands-track .brand-item:nth-child(n+9) { display: none; }
.brand-item {
width: 100%;
height: auto;
padding: 12px 8px;
opacity: 1;
background: var(--bg);
border: 1px solid var(--border);
border-radius: 12px;
}
.brand-item:hover { transform: none; }
.brand-logo-svg { width: 48px; height: 30px; }
.brand-name { font-size: .65rem; }
.cars-section, .why-section, .how-section { padding: 40px 0; }
.section-title { font-size: clamp(1.5rem, 7vw, 2.2rem); }
.cta-buttons { flex-direction: column; }
.btn-cta-primary, .btn-cta-secondary { width: 100%; }
.payment-icon { padding: 8px 12px; font-size: .75rem; }
.payment-icon i { font-size: 1.25rem; }
.features-list { grid-template-columns: 1fr; }
.similar-grid { grid-template-columns: 1fr; }
.specs-grid { grid-template-columns: 1fr; }
.cart-dropdown { width: 100vw; }
.wa-float { padding: 0; }
.wa-float i { width: 46px; height: 46px; font-size: 1.4rem; }
.back-to-top { bottom: 150px; right: 16px; width: 42px; height: 42px; }
.detail-header { text-align: center; padding: 20px 16px; }
.detail-subtitle, .detail-price-block { text-align: center; justify-content: center; }
.detail-dp-row { justify-content: center; }
.contact-box { text-align: center; padding: 20px 16px; }
.perks-list p { justify-content: center; }
.gallery-main img { height: 260px; }
.gallery-thumbs img { height: 60px; }
.cta-top-btns { flex-direction: column; gap: 10px; }
.btn-white, .btn-wa-big { width: 100%; justify-content: center; }
.back-btn {
margin: 36px auto 0;
padding: 12px 22px;
font-size: .75rem;
letter-spacing: 1px;
gap: 7px;
}
.back-btn i {
font-size: .82rem;
}
.quick-links-list { grid-template-columns: 1fr; }
.quick-link-item { padding: 16px 18px; font-size: .95rem; }
.about-hero, .contact-hero-sub, .reviews-hero-sub { padding: 0 10px; }
.contact-form { padding: 24px 18px; }
.reviews-cta-inner { padding: 40px 20px; }
.about-cta-inner { padding: 36px 20px; }
.about-values { padding: 40px 0; }
.about-value-card { padding: 28px 20px; }
.about-stats { padding: 40px 20px; }
.about-stat-card { padding: 14px; }
.about-stat-num { font-size: clamp(1.8rem, 8vw, 2.5rem); }
.how-help-actions { flex-direction: column; width: 100%; }
.how-help-btn { width: 100%; }
.how-help-inner { padding: 28px 20px; }
.how-help-title { font-size: 1.3rem; }
.bestseller-section { padding: 40px 0; }
.bestseller-grid { gap: 10px !important; }
.bestseller-img-wrap { height: 150px !important; }
.bestseller-body { padding: 12px 10px 14px !important; }
.bestseller-name { font-size: .92rem !important; }
.bestseller-price { font-size: 1.15rem !important; }
.bestseller-badge { font-size: .62rem; padding: 4px 10px; top: 8px; left: 8px; }
.bestseller-rank { width: 28px; height: 28px; font-size: .9rem; top: 8px; right: 8px; }
}
@media (max-width: 576px) {
.how-timeline { margin-top: 40px; }
.how-timeline::before { left: 24px; }
.timeline-item {
grid-template-columns: 1fr;
gap: 14px;
margin-bottom: 32px;
}
.timeline-dot {
display: none;
}
.timeline-content {
padding: 20px 18px;
}
.timeline-title { font-size: 1.2rem; }
.timeline-text { font-size: .85rem; }
}
@media (max-width: 400px) {
.hero-title { font-size: 1.8rem; }
.hero-sub { font-size: .78rem; }
.car-img-wrap { height: 110px !important; }
.car-name { font-size: .8rem !important; }
.car-price { font-size: .95rem !important; }
.car-badge-hot { font-size: .48rem !important; padding: 2px 6px !important; }
.brands-track { grid-template-columns: repeat(3, 1fr); }
.brands-track .brand-item:nth-child(n+7) { display: none; }
.section-title { font-size: 1.4rem; }
.back-btn {
margin: 28px auto 0;
padding: 11px 18px;
font-size: .7rem;
letter-spacing: .8px;
gap: 6px;
width: calc(100% - 32px);
max-width: 280px;
}
.back-btn i {
font-size: .78rem;
}
.bestseller-img-wrap { height: 130px !important; }
.bestseller-name { font-size: .85rem !important; }
.bestseller-price { font-size: 1.05rem !important; }
}
@media (min-width: 1600px) {
.container { max-width: 1440px; }
.car-grid { grid-template-columns: repeat(6, 1fr); }
}/* --- WOOCOMMERCE SHOP LAYOUT --- */
.shop-sidebar {
    padding-right: 20px;
}
.shop-widget {
    margin-bottom: 2rem;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.widget-title {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--red);
    font-family: 'Montserrat', sans-serif;
}
.widget-list li {
    margin-bottom: 10px;
}
.widget-list a {
    color: #555;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}
.widget-list a:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    color: #ccc;
    transition: all 0.3s ease;
}
.widget-list a:hover, .widget-list a.active {
    color: var(--red);
    font-weight: 600;
}
.widget-list a:hover:before, .widget-list a.active:before {
    color: var(--red);
}
.price-filter input[type="range"] {
    width: 100%;
    accent-color: var(--red);
}
.shop-topbar {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.shop-sort-select {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    color: #333;
}

