/* ===== RESET ANTI-CONFLIT THEME PRECEDENT ===== */
.rdm-container, .rdm-container * { box-sizing: border-box; }
a.rdm-btn, a.rdm-btn:visited { text-decoration: none !important; }

/* ===== UTILITAIRES ===== */
.rdm-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.rdm-accent { color: #ed174c !important; }
.rdm-accent-light { color: #ff6b8a !important; }

/* ===== BOUTONS ===== */
.rdm-btn {
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
    padding: 10px 22px !important; border-radius: 8px !important;
    font-size: 14px !important; font-weight: 600 !important; cursor: pointer !important;
    transition: all 0.2s ease !important; text-decoration: none !important;
    white-space: nowrap !important; line-height: 1.4 !important;
    box-shadow: none !important; letter-spacing: normal !important;
}
.rdm-btn-lg { padding: 14px 28px !important; font-size: 15px !important; }
.rdm-btn-full { width: 100% !important; justify-content: center !important; }
.rdm-btn-primary { background: #ed174c !important; color: #fff !important; border: 2px solid #ed174c !important; }
.rdm-btn-primary:hover { background: #c9143f !important; border-color: #c9143f !important; color: #fff !important; }
.rdm-btn-outline { background: transparent !important; color: #052c47 !important; border: 2px solid #052c47 !important; }
.rdm-btn-outline:hover { background: #052c47 !important; color: #fff !important; }
.rdm-btn-ghost { background: transparent !important; color: rgba(255,255,255,0.8) !important; border: 2px solid rgba(255,255,255,0.3) !important; }
.rdm-btn-ghost:hover { background: rgba(255,255,255,0.1) !important; color: #fff !important; }
.rdm-btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff; }

/* ===== BADGE ===== */
.rdm-badge {
    display: inline-block; font-size: 15px; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; padding: 10px 24px; border-radius: 4px;
    background: transparent; color: #fff; text-align: center !important;
    border: 2px solid #ed174c; margin-top: 40px !important; margin-bottom: 20px;
}
.rdm-badge--light { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.9); border-color: rgba(255,255,255,0.2); }
.rdm-depot__header { text-align: center !important; padding: 40px 0 20px !important; }
.rdm-depot__title { font-size: clamp(32px, 4vw, 48px) !important; font-weight: 700 !important; color: #fff !important; margin-bottom: 0 !important; }
.rdm-depot__badge-link { display: inline-block !important; text-align: center !important; font-size: 15px !important; padding: 10px 24px !important; margin-bottom: 24px !important; text-decoration: none !important; transition: background 0.2s, color 0.2s !important; }
.rdm-depot__badge-link:hover { background: rgba(255,255,255,0.2) !important; color: #fff !important; }

/* ===== HEADER ===== */
.rdm-header {
    position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; z-index: 9999 !important;
    background: #fff !important; border-bottom: 1px solid #e5e7eb !important;
    transition: box-shadow 0.3s ease !important;
}
.rdm-header.scrolled { box-shadow: 0 2px 12px rgba(5,44,71,0.1) !important; }
.rdm-header__inner {
    max-width: 1200px !important; margin: 0 auto !important; padding: 0 24px !important;
    display: flex !important; align-items: center !important; gap: 40px !important; height: 72px !important;
}
.rdm-header__logo { display: flex !important; align-items: center !important; text-decoration: none !important; }
.rdm-logo-img { height: 44px !important; width: auto !important; }
.rdm-logo-text { font-size: 20px !important; font-weight: 700 !important; color: #052c47 !important; letter-spacing: 2px !important; }
.rdm-nav { flex: 1 !important; }
.rdm-nav__list { display: flex !important; gap: 32px !important; list-style: none !important; margin: 0 !important; padding: 0 !important; }
.rdm-nav__list a { color: #374151 !important; font-size: 16px !important; font-weight: 600 !important; transition: color 0.2s !important; text-decoration: none !important; }
.rdm-nav__list a:hover { color: #052c47 !important; }
.rdm-header__cta { margin-left: auto !important; }
.rdm-menu-toggle { display: none !important; flex-direction: column !important; gap: 5px !important; background: none !important; border: none !important; cursor: pointer !important; padding: 8px !important; z-index: 99999 !important; position: relative !important; }
.rdm-menu-toggle span { display: block !important; width: 24px !important; height: 2px !important; background: #052c47 !important; border-radius: 2px !important; transition: all 0.3s !important; }

/* ===== MENU MOBILE ===== */
.rdm-mobile-menu {
    display: none !important; position: fixed !important; top: 72px !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    background: #052c47 !important; z-index: 99999 !important; padding: 32px 24px !important;
    flex-direction: column !important; overflow-y: auto !important;
}
.rdm-mobile-menu.open { display: flex !important; }
.rdm-mobile-menu ul, .rdm-mobile-menu .rdm-mobile-nav__list { list-style: none !important; margin: 0 0 32px 0 !important; padding: 0 !important; }
.rdm-mobile-menu ul li, .rdm-mobile-menu .rdm-mobile-nav__list li { border-bottom: 1px solid rgba(255,255,255,0.08) !important; }
.rdm-mobile-menu ul li a, .rdm-mobile-menu .rdm-mobile-nav__list li a { display: block !important; padding: 18px 0 !important; color: #fff !important; font-size: 20px !important; font-weight: 600 !important; text-decoration: none !important; }

/* ===== HERO ===== */
.rdm-hero {
    position: relative; min-height: 85vh; display: flex; align-items: center;
    padding: 80px 0 60px;
    background: url('../images/hero.jpg') center center / cover no-repeat;
}
.rdm-hero__bg { position: absolute; inset: 0; z-index: 0; }
.rdm-hero__bg-img { width: 100%; height: 100%; object-fit: cover; }
.rdm-hero__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(5,44,71,0.92) 0%, rgba(5,44,71,0.7) 100%); }
.rdm-hero__content { position: relative; z-index: 1; max-width: 680px; }
.rdm-hero__title { font-size: clamp(32px, 5vw, 52px); font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 20px; }
.rdm-hero__sub { font-size: 20px; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 36px; }
.rdm-hero__btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== STATS ===== */
.rdm-stats { background: #fff !important; border-bottom: 1px solid #e5e7eb !important; }
.rdm-stats__grid { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; }
.rdm-stat { padding: 28px 24px !important; text-align: center !important; border-right: 1px solid #e5e7eb !important; }
.rdm-stat:last-child { border-right: none !important; }
.rdm-stat__num { display: block !important; font-size: 32px !important; font-weight: 700 !important; color: #052c47 !important; }
.rdm-stat__lbl { display: block !important; font-size: 13px !important; color: #6b7280 !important; margin-top: 4px !important; }

/* ===== SECTIONS ===== */
.rdm-section { padding: 50px 0 !important; background: #fff !important; }
.rdm-section--first { padding-top: 20px !important; padding-bottom: 25px !important; }
.rdm-section--services { padding-top: 25px !important; }
.rdm-section--alt { background: #f5f6f8 !important; }
.rdm-section__header { text-align: center !important; margin-bottom: 32px !important; }
.rdm-section__header h2 { font-size: clamp(32px, 4vw, 48px) !important; font-weight: 700 !important; color: #052c47 !important; margin-bottom: 14px !important; }
.rdm-section__header p { font-size: 20px !important; color: #6b7280 !important; }

/* ===== CATALOGUE VÉHICULES ===== */
.rdm-catalogue { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rdm-vehicle-card { background: #fff !important; border: 1.5px solid #e5e7eb !important; border-radius: 12px !important; overflow: hidden !important; transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s !important; box-shadow: 0 2px 8px rgba(5,44,71,0.07) !important; }
.rdm-vehicle-card:hover { box-shadow: 0 8px 32px rgba(5,44,71,0.15) !important; transform: translateY(-4px) !important; border-color: #052c47 !important; }
.rdm-vehicle-img { aspect-ratio: 16/9; overflow: hidden; background: var(--rdm-light); }
.rdm-vehicle-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.rdm-vehicle-card:hover .rdm-vehicle-img img { transform: scale(1.04); }
.rdm-vehicle-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--rdm-gray); font-size: 13px; }
.rdm-vehicle-img { position: relative !important; }
.rdm-vehicle-badge { position: absolute !important; top: 10px !important; left: 10px !important; font-size: 11px !important; font-weight: 700 !important; padding: 4px 10px !important; border-radius: 20px !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; }
.rdm-vehicle-badge--for_sale { background: #052c47 !important; color: #fff !important; }
.rdm-vehicle-badge--deposit_sale { background: #ed174c !important; color: #fff !important; }
.rdm-vehicle-badge--reserved { background: #f59e0b !important; color: #fff !important; }
.rdm-vehicle-color { font-size: 12px !important; color: var(--rdm-gray) !important; margin-bottom: 6px !important; text-transform: capitalize !important; }
.rdm-vehicle-info { padding: 16px; }
.rdm-vehicle-title { font-size: 16px; font-weight: 600; color: var(--rdm-navy); margin-bottom: 4px; }
.rdm-vehicle-meta { font-size: 13px; color: var(--rdm-gray); margin-bottom: 10px; }
.rdm-vehicle-price { font-size: 20px; font-weight: 700; color: var(--rdm-navy); margin-bottom: 14px; }
.rdm-no-vehicles { text-align: center; color: var(--rdm-gray); padding: 48px; }
.rdm-catalogue__footer { text-align: center; margin-top: 40px; }

/* ===== POURQUOI CHOISIR ===== */
.rdm-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; overflow: hidden; }
.rdm-why__card { background: #052c47; padding: 32px 28px; transition: background 0.2s; }
.rdm-why__card:hover { background: #063657; }
.rdm-why__icon { width: 44px; height: 44px; background: rgba(237,23,76,0.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: #ed174c; }
.rdm-why__card h3 { font-size: 20px !important; font-weight: 700 !important; color: #fff !important; margin-bottom: 8px; line-height: 1.3; }
.rdm-why__card p { font-size: 15px; color: #fff; line-height: 1.6; }

/* ===== DÉPÔT-VENTE ===== */
.rdm-depot { background: #052c47 !important; padding: 4px 0 80px !important; }
.rdm-depot__inner { display: grid !important; grid-template-columns: 1fr 420px !important; gap: 64px !important; align-items: center !important; }
.rdm-depot__content h2 { font-size: clamp(24px, 3vw, 36px) !important; font-weight: 700 !important; color: #fff !important; line-height: 1.25 !important; margin-bottom: 16px !important; }
.rdm-depot__content > p { font-size: 16px !important; color: rgba(255,255,255,0.65) !important; line-height: 1.7 !important; margin-bottom: 28px !important; }
.rdm-depot__list { list-style: none !important; margin-bottom: 32px !important; display: flex !important; flex-direction: column !important; gap: 12px !important; }
.rdm-depot__list li { display: flex !important; align-items: center !important; gap: 10px !important; font-size: 18px !important; color: rgba(255,255,255,0.85) !important; }
.rdm-depot__list li svg { color: #ed174c !important; flex-shrink: 0 !important; }
.rdm-depot__btns { display: flex !important; gap: 14px !important; flex-wrap: wrap !important; }
.rdm-depot__visual { border-radius: 12px !important; overflow: hidden !important; aspect-ratio: 4/3 !important; background: rgba(255,255,255,0.05) !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.rdm-depot__visual img { width: 100% !important; height: 100% !important; object-fit: cover !important; }

/* ===== AVIS ===== */
.rdm-reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rdm-review { background: #fff; border: 1px solid var(--rdm-border); border-radius: var(--rdm-radius-lg); padding: 24px; }
.rdm-review__stars { font-size: 18px; color: var(--rdm-red); margin-bottom: 12px; }
.rdm-review__text { font-size: 14px; color: var(--rdm-gray); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.rdm-review__author { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--rdm-navy); }
.rdm-review__avatar { width: 36px; height: 36px; border-radius: 50%; background: rgba(5,44,71,0.1); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--rdm-navy); flex-shrink: 0; }
.rdm-reviews__footer { text-align: center; margin-top: 40px; }

/* ===== CONTACT ===== */
.rdm-contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.rdm-contact__info h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: var(--rdm-navy); margin-bottom: 12px; }
.rdm-contact__info > p { font-size: 15px; color: var(--rdm-gray); line-height: 1.7; margin-bottom: 32px; }
.rdm-contact__details { display: flex; flex-direction: column; gap: 16px; }
.rdm-contact__detail { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--rdm-navy); }
.rdm-contact__detail svg { color: var(--rdm-red); flex-shrink: 0; }

/* ===== FORMULAIRE ===== */
.rdm-form { display: flex !important; flex-direction: column !important; gap: 16px !important; background: #fff !important; padding: 32px !important; border-radius: 12px !important; border: 1px solid #e5e7eb !important; }
.rdm-form__row { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 16px !important; }
.rdm-form__group { display: flex !important; flex-direction: column !important; gap: 6px !important; }
.rdm-form__group label { font-size: 13px !important; font-weight: 600 !important; color: #052c47 !important; }
.rdm-form__group input,
.rdm-form__group select,
.rdm-form__group textarea {
    padding: 11px 14px !important; border: 1.5px solid #e5e7eb !important; border-radius: 8px !important;
    font-size: 14px !important; color: #052c47 !important;
    background: #fff !important; transition: border-color 0.2s !important;
    outline: none !important; width: 100% !important;
    font-family: inherit !important;
}
.rdm-form__group input:focus,
.rdm-form__group select:focus,
.rdm-form__group textarea:focus { border-color: #052c47 !important; }
.rdm-form__group textarea { resize: vertical !important; min-height: 100px !important; }
.rdm-form__msg { font-size: 14px !important; text-align: center !important; padding: 10px !important; border-radius: 8px !important; }
.rdm-form__msg.success { background: #d1fae5 !important; color: #065f46 !important; }
.rdm-form__msg.error { background: #fee2e2 !important; color: #991b1b !important; }

/* ===== FOOTER ===== */
.rdm-footer { background: #052c47 !important; color: rgba(255,255,255,0.7) !important; }
.rdm-footer__top { max-width: 1200px !important; margin: 0 auto !important; padding: 60px 24px 40px !important; display: grid !important; grid-template-columns: 1fr 1fr 1.2fr 1.3fr !important; gap: 40px !important; align-items: start !important; }
.rdm-footer__col h4 { font-size: 12px !important; font-weight: 700 !important; color: #fff !important; letter-spacing: 1.5px !important; text-transform: uppercase !important; margin-bottom: 20px !important; }
.rdm-footer__col ul { list-style: none !important; display: flex !important; flex-direction: column !important; gap: 12px !important; }
.rdm-footer__col ul a { font-size: 14px !important; color: rgba(255,255,255,0.65) !important; transition: color 0.2s !important; text-decoration: none !important; }
.rdm-footer__col ul a:hover { color: #fff !important; }
.rdm-footer__contact-list { list-style: none !important; display: flex !important; flex-direction: column !important; gap: 12px !important; margin-bottom: 20px !important; }
.rdm-footer__contact-list li { display: flex !important; align-items: flex-start !important; gap: 10px !important; font-size: 14px !important; color: rgba(255,255,255,0.65) !important; }
.rdm-footer__contact-list li svg { flex-shrink: 0 !important; margin-top: 2px !important; opacity: 0.7 !important; }
.rdm-footer__contact-list li a { color: rgba(255,255,255,0.65) !important; text-decoration: underline !important; }
.rdm-footer__contact-list li a:hover { color: #fff !important; }
.rdm-footer__social { display: flex !important; gap: 10px !important; margin-top: 20px !important; }
.rdm-footer__social a { display: flex !important; align-items: center !important; justify-content: center !important; width: 36px !important; height: 36px !important; border-radius: 8px !important; border: 1px solid rgba(255,255,255,0.15) !important; color: rgba(255,255,255,0.7) !important; transition: all 0.2s !important; }
.rdm-footer__social a:hover { background: rgba(255,255,255,0.1) !important; color: #fff !important; }
.rdm-footer__col--map { display: flex !important; align-items: flex-start !important; }
.rdm-footer__bottom { border-top: 1px solid rgba(255,255,255,0.08) !important; background: #052c47 !important; }
.rdm-footer__bottom > div { max-width: 1200px !important; margin: 0 auto !important; padding: 20px 24px !important; display: flex !important; justify-content: space-between !important; align-items: center !important; }
.rdm-footer__bottom p { font-size: 13px !important; color: rgba(255,255,255,0.5) !important; }
.rdm-footer__legal-links { display: flex !important; gap: 24px !important; list-style: none !important; }
.rdm-footer__legal-links a { font-size: 13px !important; color: rgba(255,255,255,0.5) !important; transition: color 0.2s !important; }
.rdm-footer__legal-links a:hover { color: #fff !important; }

/* ===== RESPONSIVE ===== */

/* Empêche le débordement horizontal global */
html, body { overflow-x: hidden !important; max-width: 100% !important; }
* { box-sizing: border-box; }

@media (max-width: 1024px) {
    .rdm-catalogue { grid-template-columns: repeat(2, 1fr) !important; }
    .rdm-why__grid { grid-template-columns: repeat(2, 1fr) !important; }
    .rdm-depot__inner { grid-template-columns: 1fr !important; gap: 40px !important; }
    .rdm-depot__visual { display: none !important; }
    .rdm-footer__top { grid-template-columns: 1fr 1fr !important; gap: 32px !important; }
}

@media (max-width: 768px) {
    /* Header */
    .rdm-nav { display: none !important; }
    .rdm-header__cta { display: none !important; }
    .rdm-menu-toggle { display: flex !important; margin-left: auto !important; visibility: visible !important; opacity: 1 !important; }

    /* Hero */
    .rdm-hero { min-height: 100svh !important; padding: 100px 0 60px !important; }
    .rdm-hero__title { font-size: clamp(28px, 7vw, 40px) !important; }
    .rdm-hero__sub { font-size: 16px !important; }
    .rdm-hero__btns { flex-direction: column !important; }
    .rdm-badge { font-size: 12px !important; padding: 8px 14px !important; }

    /* Grilles */
    .rdm-catalogue { grid-template-columns: 1fr !important; }
    .rdm-why__grid { grid-template-columns: 1fr !important; }
    .rdm-reviews__grid { grid-template-columns: 1fr !important; }
    .rdm-contact__grid { grid-template-columns: 1fr !important; gap: 32px !important; }
    .rdm-form__row { grid-template-columns: 1fr !important; }
    .rdm-depot__btns { flex-direction: column !important; }

    /* Footer */
    .rdm-footer__top { grid-template-columns: 1fr !important; }
    .rdm-footer__bottom > div { flex-direction: column !important; gap: 12px !important; text-align: center !important; }

    /* Sections */
    .rdm-section { padding: 40px 0 !important; }
    .rdm-section__header h2 { font-size: clamp(24px, 6vw, 36px) !important; }
    .rdm-section__header p { font-size: 16px !important; }

    /* Dépôt-vente */
    .rdm-depot__title { font-size: clamp(24px, 6vw, 36px) !important; }
    .rdm-depot__list li { font-size: 15px !important; }

    /* Filtres catalogue */
    .rdm-filters__grid { grid-template-columns: 1fr !important; }
    .rdm-catalogue--full { grid-template-columns: 1fr !important; }
    .rdm-catalogue-page__hero { margin-top: 72px !important; }

    /* Conteneur global */
    .rdm-container { padding: 0 16px !important; }
}

@media (max-width: 480px) {
    .rdm-team__grid { grid-template-columns: repeat(2, 1fr) !important; }
    .rdm-header__inner { gap: 16px !important; }
    .rdm-logo-img { height: 36px !important; }
}

/* ===== ÉQUIPE ===== */
.rdm-team__grid { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 24px !important; }
.rdm-section--equipe { background: #052c47 !important; }
.rdm-section--equipe .rdm-section__header h2 { color: #fff !important; }
.rdm-section--equipe .rdm-section__header h2 .rdm-accent { color: #ed174c !important; }
.rdm-section--equipe .rdm-section__header p { color: rgba(255,255,255,0.65) !important; }
.rdm-team__card { background: rgba(255,255,255,0.06) !important; border: 1px solid rgba(255,255,255,0.12) !important; border-radius: 12px !important; overflow: hidden !important; text-align: center !important; transition: box-shadow 0.2s, transform 0.2s !important; }
.rdm-team__card:hover { background: rgba(255,255,255,0.1) !important; transform: translateY(-3px) !important; }
.rdm-team__photo { aspect-ratio: 3/4 !important; overflow: hidden !important; background: rgba(255,255,255,0.04) !important; }
.rdm-team__photo img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: top center !important; }
.rdm-team__initials { width: 100% !important; height: 100% !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 48px !important; font-weight: 700 !important; color: #fff !important; opacity: 0.2 !important; }
.rdm-team__info { padding: 20px 16px !important; }
.rdm-team__name { font-size: 16px !important; font-weight: 700 !important; color: #fff !important; margin-bottom: 4px !important; }
.rdm-team__role { font-size: 13px !important; color: #ed174c !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; }

@media (max-width: 768px) {
    .rdm-team__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .rdm-team__grid { grid-template-columns: 1fr; }
}

/* ===== CORRECTION TITRES (conflit ancien theme) ===== */
.rdm-vehicle-title, .rdm-vehicle-title a { color: #052c47 !important; text-decoration: none !important; }
.rdm-section__header h2, .rdm-depot__content h2, .rdm-contact__info h2 { color: #052c47 !important; }
.rdm-hero__title { color: #fff !important; }

/* ===== PAGE CATALOGUE ===== */
.rdm-catalogue-page__hero { background: #052c47 !important; padding: 60px 0 40px !important; margin-top: 72px !important; }
.rdm-catalogue-page__hero h1 { color: #fff !important; font-size: clamp(24px, 3vw, 40px) !important; font-weight: 700 !important; margin-bottom: 8px !important; }
.rdm-catalogue-page__hero p { color: rgba(255,255,255,0.6) !important; font-size: 15px !important; }
.rdm-catalogue-page__body { padding: 40px 0 80px !important; }
.rdm-catalogue--full { grid-template-columns: repeat(3, 1fr) !important; }

.rdm-filters { background: #f5f6f8 !important; border-radius: 12px !important; padding: 24px !important; margin-bottom: 40px !important; border: 1px solid #e5e7eb !important; }
.rdm-filters__grid { display: grid !important; grid-template-columns: 1fr 1fr 1fr auto !important; gap: 16px !important; align-items: end !important; }
.rdm-filters__group { display: flex !important; flex-direction: column !important; gap: 6px !important; }
.rdm-filters__group label { font-size: 13px !important; font-weight: 600 !important; color: #052c47 !important; }
.rdm-filters__group select { padding: 10px 14px !important; border: 1.5px solid #e5e7eb !important; border-radius: 8px !important; font-size: 14px !important; background: #fff !important; color: #052c47 !important; }
.rdm-filters__actions { display: flex !important; gap: 10px !important; }

.rdm-pagination { display: flex !important; align-items: center !important; justify-content: center !important; gap: 16px !important; margin-top: 48px !important; }
.rdm-pagination__info { font-size: 14px !important; color: #6b7280 !important; }

@media (max-width: 768px) {
    .rdm-filters__grid { grid-template-columns: 1fr !important; }
    .rdm-catalogue--full { grid-template-columns: 1fr !important; }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .rdm-catalogue--full { grid-template-columns: repeat(2, 1fr) !important; }
}

.rdm-contact__map-link { color: #052c47 !important; text-decoration: underline !important; font-weight: 500 !important; }
.rdm-contact__map-link:hover { color: #ed174c !important; }
.rdm-contact__map { margin-top: 24px !important; border-radius: 12px !important; overflow: hidden !important; box-shadow: 0 2px 12px rgba(5,44,71,0.1) !important; }

/* ===== ELEMENTOR OVERRIDES ===== */
.elementor-section { margin-top: 0 !important; }
body.elementor-page .rdm-header { position: fixed; }

/* ===== PAGE CARTE GRISE ===== */
.rdm-cg-hero { background: #052c47; color: #fff; padding: 60px 0 48px; text-align: center; }
.rdm-cg-hero h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 700; margin-bottom: 12px; }
.rdm-cg-hero p { font-size: 18px; opacity: 0.8; }

.rdm-cg-container { display: grid; grid-template-columns: 1fr 300px; gap: 32px; padding: 48px 24px; align-items: start; }

.rdm-cg-card { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 16px; padding: 36px; box-shadow: 0 2px 12px rgba(5,44,71,0.07); }
.rdm-cg-card h2 { font-size: 22px; font-weight: 700; color: #052c47; margin-bottom: 28px; }

.rdm-cg-form { display: flex; flex-direction: column; gap: 20px; margin-bottom: 28px; }
.rdm-cg-field { display: flex; flex-direction: column; gap: 6px; }
.rdm-cg-field label { font-size: 14px; font-weight: 600; color: #374151; }
.rdm-cg-field select, .rdm-cg-field input[type="number"] { border: 1.5px solid #e5e7eb; border-radius: 8px; padding: 10px 14px; font-size: 15px; color: #111; width: 100%; outline: none; transition: border-color 0.2s; }
.rdm-cg-field select:focus, .rdm-cg-field input[type="number"]:focus { border-color: #052c47; }

.rdm-cg-cv-row { display: flex; align-items: center; gap: 12px; }
.rdm-cg-cv-row input { width: 120px; }
.rdm-cg-cv-unit { font-size: 14px; color: #6b7280; }

.rdm-cg-radios { display: flex; flex-direction: column; gap: 10px; }
.rdm-cg-radio { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 15px; color: #374151; }
.rdm-cg-radio input { accent-color: #052c47; width: 16px; height: 16px; cursor: pointer; }

.rdm-cg-result { margin-top: 28px; background: #f8fafc; border: 1.5px solid #e5e7eb; border-radius: 12px; padding: 24px; }
.rdm-cg-result__title { font-size: 16px; font-weight: 700; color: #052c47; margin-bottom: 16px; }
.rdm-cg-result__grid { display: flex; flex-direction: column; gap: 10px; }
.rdm-cg-result__line { display: flex; justify-content: space-between; font-size: 15px; color: #374151; padding-bottom: 10px; border-bottom: 1px solid #e5e7eb; }
.rdm-cg-result__line:last-child { border-bottom: none; }
.rdm-cg-result__total { font-size: 18px; font-weight: 700; color: #052c47; padding-top: 4px; }
.rdm-cg-result__total span:last-child { color: #ed174c; }
.rdm-cg-result__note { font-size: 12px; color: #9ca3af; margin-top: 16px; line-height: 1.6; }

.rdm-cg-info { display: flex; flex-direction: column; gap: 20px; }
.rdm-cg-info__card { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 14px; padding: 24px; }
.rdm-cg-info__icon { width: 44px; height: 44px; background: #f0f4f8; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: #052c47; }
.rdm-cg-info__card h3 { font-size: 16px; font-weight: 700; color: #052c47; margin-bottom: 10px; }
.rdm-cg-info__card p { font-size: 14px; color: #6b7280; line-height: 1.7; }

@media (max-width: 768px) {
    .rdm-cg-container { grid-template-columns: 1fr; padding: 24px 16px; }
    .rdm-cg-card { padding: 24px 16px; }
    .rdm-cg-hero { padding: 40px 0 32px; }
}

/* ===== PAGE LIVRAISON ===== */
.rdm-lv-hero { position: relative !important; color: #fff !important; text-align: center !important; overflow: hidden !important; height: 460px !important; display: flex !important; align-items: center !important; }
.rdm-lv-hero__img { position: absolute !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; z-index: 0 !important; }
.rdm-lv-hero__img img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: 40% 45% !important; display: block !important; }
.rdm-lv-hero__overlay { position: absolute !important; inset: 0 !important; background: rgba(5,44,71,0.52) !important; }
.rdm-lv-hero__content { position: relative !important; z-index: 1 !important; padding: 80px 24px !important; width: 100% !important; }
.rdm-lv-hero h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 700; margin-bottom: 12px; }
.rdm-lv-hero p { font-size: 18px; opacity: 0.85; }

.rdm-lv-container { display: grid; grid-template-columns: 1fr 280px; gap: 32px; padding: 48px 24px; align-items: start; }

.rdm-lv-card { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 16px; padding: 36px; box-shadow: 0 2px 12px rgba(5,44,71,0.07); }
.rdm-lv-card h2 { font-size: 22px; font-weight: 700; color: #052c47; margin-bottom: 24px; }

.rdm-lv-depart { display: flex; align-items: center; gap: 10px; background: #f0f4f8; border-radius: 10px; padding: 12px 16px; margin-bottom: 24px; font-size: 14px; color: #374151; }
.rdm-lv-depart svg { color: #ed174c; flex-shrink: 0; }
.rdm-lv-depart strong { color: #052c47; }

.rdm-lv-form { margin-bottom: 24px; }
.rdm-lv-field { display: flex; flex-direction: column; gap: 6px; position: relative; }
.rdm-lv-field label { font-size: 14px; font-weight: 600; color: #374151; }
.rdm-lv-field input { border: 1.5px solid #e5e7eb; border-radius: 8px; padding: 12px 14px; font-size: 15px; color: #111; outline: none; transition: border-color 0.2s; width: 100%; }
.rdm-lv-field input:focus { border-color: #052c47; }

.rdm-lv-suggestions { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1.5px solid #e5e7eb; border-radius: 8px; z-index: 100; box-shadow: 0 8px 24px rgba(5,44,71,0.12); margin-top: 4px; display: none; }
.rdm-lv-suggestion-item { padding: 10px 14px; font-size: 13px; color: #374151; cursor: pointer; border-bottom: 1px solid #f3f4f6; line-height: 1.5; }
.rdm-lv-suggestion-item:last-child { border-bottom: none; }
.rdm-lv-suggestion-item:hover { background: #f0f4f8; color: #052c47; }

.rdm-lv-loader { display: flex; align-items: center; gap: 12px; margin-top: 20px; color: #6b7280; font-size: 14px; }
.rdm-lv-spinner { width: 20px; height: 20px; border: 2px solid #e5e7eb; border-top-color: #052c47; border-radius: 50%; animation: rdm-spin 0.8s linear infinite; flex-shrink: 0; }
@keyframes rdm-spin { to { transform: rotate(360deg); } }

.rdm-lv-error { margin-top: 16px; background: #fef2f2; border: 1.5px solid #fecaca; border-radius: 8px; padding: 12px 16px; color: #b91c1c; font-size: 14px; }

.rdm-lv-result { margin-top: 28px; background: #f8fafc; border: 1.5px solid #e5e7eb; border-radius: 12px; padding: 24px; }
.rdm-lv-result__title { font-size: 16px; font-weight: 700; color: #052c47; margin-bottom: 16px; }
.rdm-lv-result__grid { display: flex; flex-direction: column; gap: 0; }
.rdm-lv-result__line { display: flex; justify-content: space-between; align-items: flex-start; font-size: 14px; color: #374151; padding: 10px 0; border-bottom: 1px solid #e5e7eb; gap: 16px; }
.rdm-lv-result__line span:last-child { text-align: right; font-weight: 500; color: #052c47; flex-shrink: 0; }
.rdm-lv-result__line:last-child { border-bottom: none; }
.rdm-lv-result__total { font-size: 18px !important; font-weight: 700 !important; }
.rdm-lv-result__total span:last-child { color: #ed174c !important; font-size: 22px; }
.rdm-lv-result__note { font-size: 12px; color: #9ca3af; margin-top: 16px; line-height: 1.6; }

.rdm-lv-info { display: flex; flex-direction: column; gap: 20px; }
.rdm-lv-info__card { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 14px; padding: 24px; }
.rdm-lv-info__icon { width: 44px; height: 44px; background: #f0f4f8; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: #052c47; }
.rdm-lv-info__card h3 { font-size: 16px; font-weight: 700; color: #052c47; margin-bottom: 14px; }
.rdm-lv-info__card p { font-size: 14px; color: #6b7280; line-height: 1.7; }
.rdm-lv-tarifs { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.rdm-lv-tarifs li { display: flex; justify-content: space-between; align-items: center; font-size: 14px; padding: 10px 0; border-bottom: 1px solid #f3f4f6; }
.rdm-lv-tarifs li:last-child { border-bottom: none; }
.rdm-lv-tarif__label { color: #6b7280; }
.rdm-lv-tarif__price { font-weight: 700; color: #052c47; }

@media (max-width: 768px) {
    .rdm-lv-container { grid-template-columns: 1fr; padding: 24px 16px; }
    .rdm-lv-card { padding: 24px 16px; }
    .rdm-lv-hero { padding: 40px 0 32px; }
}

/* ===== PAGE VÉHICULE ===== */
.rdm-veh-page { background: #f8fafc; min-height: 100vh; padding-bottom: 80px; }

/* Galerie */
.rdm-veh-gallery { background: #111; position: relative; }
.rdm-veh-gallery__main { position: relative; height: 520px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.rdm-veh-gallery__main img { width: 100%; height: 100%; object-fit: contain; display: block; }
.rdm-veh-gallery__placeholder { color: #6b7280; font-size: 16px; }
.rdm-veh-gallery__count { position: absolute; bottom: 12px; right: 16px; background: rgba(0,0,0,0.6); color: #fff; font-size: 13px; padding: 4px 10px; border-radius: 20px; }
.rdm-veh-gallery__nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.12); backdrop-filter: blur(4px); border: none; color: #fff; font-size: 32px; width: 48px; height: 48px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; z-index: 2; }
.rdm-veh-gallery__nav:hover { background: rgba(255,255,255,0.25); }
.rdm-veh-gallery__prev { left: 16px; }
.rdm-veh-gallery__next { right: 16px; }
.rdm-veh-gallery__thumbs { display: flex; gap: 6px; padding: 10px 16px; overflow-x: auto; background: #1a1a1a; scrollbar-width: thin; }
.rdm-veh-gallery__thumbs::-webkit-scrollbar { height: 4px; }
.rdm-veh-gallery__thumbs::-webkit-scrollbar-thumb { background: #555; border-radius: 2px; }
.rdm-veh-thumb { width: 80px; height: 56px; object-fit: cover; border-radius: 4px; cursor: pointer; opacity: 0.55; border: 2px solid transparent; flex-shrink: 0; transition: opacity 0.2s, border-color 0.2s; }
.rdm-veh-thumb.active, .rdm-veh-thumb:hover { opacity: 1; border-color: #ed174c; }

/* Contenu */
.rdm-veh-content { display: grid; grid-template-columns: 1fr 360px; gap: 32px; padding-top: 40px; }

/* En-tête */
.rdm-veh-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.rdm-veh-badge { font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 20px; letter-spacing: 0.3px; }
.rdm-veh-badge--critair { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }
.rdm-veh-badge--guarantee { background: #eff6ff; color: #1d4ed8; border: 1px solid #bfdbfe; }
.rdm-veh-badge--km { background: #fefce8; color: #854d0e; border: 1px solid #fef08a; }
.rdm-veh-title { font-size: 28px; font-weight: 700; color: #052c47; line-height: 1.2; margin: 0 0 8px; }
.rdm-veh-meta { color: #6b7280; font-size: 15px; margin: 0 0 24px; }

/* Sections */
.rdm-veh-section { background: #fff; border-radius: 12px; padding: 28px; margin-bottom: 20px; }
.rdm-veh-section h2 { font-size: 18px; font-weight: 700; color: #052c47; margin: 0 0 20px; padding-bottom: 12px; border-bottom: 2px solid #f1f5f9; }

/* Fiche technique */
.rdm-veh-specs { display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; }
.rdm-veh-spec { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #f1f5f9; gap: 12px; }
.rdm-veh-spec:nth-last-child(-n+2) { border-bottom: none; }
.rdm-veh-spec__label { font-size: 13px; color: #6b7280; font-weight: 500; white-space: nowrap; }
.rdm-veh-spec__value { font-size: 13px; color: #1f2937; font-weight: 600; text-align: right; }

/* Équipements */
.rdm-veh-equip { list-style: none; margin: 0; padding: 0; columns: 3; gap: 0; }
.rdm-veh-equip li { font-size: 13px; color: #374151; padding: 5px 0; padding-left: 18px; position: relative; break-inside: avoid; }
.rdm-veh-equip li::before { content: '✓'; position: absolute; left: 0; color: #1D9E75; font-weight: 700; }

/* Description */
.rdm-veh-description { font-size: 14px; color: #374151; line-height: 1.7; }
.rdm-veh-description p { margin: 0 0 12px; }

/* État du véhicule */
.rdm-veh-condition { display: flex; flex-wrap: wrap; gap: 12px; }
.rdm-veh-cond-item { font-size: 13px; color: #9ca3af; background: #f9fafb; padding: 8px 14px; border-radius: 8px; }
.rdm-veh-cond-item.ok { color: #15803d; background: #f0fdf4; }

/* Sidebar */
.rdm-veh-sidebar { position: relative; }
.rdm-veh-price-card { background: #fff; border-radius: 12px; padding: 28px; position: sticky; top: 100px; border: 2px solid #f1f5f9; }
.rdm-veh-price { font-size: 36px; font-weight: 800; color: #052c47; margin-bottom: 4px; }
.rdm-veh-price-note { font-size: 12px; color: #9ca3af; margin-bottom: 20px; }
.rdm-veh-price-contact { display: flex; align-items: center; gap: 8px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #f1f5f9; font-size: 14px; color: #052c47; }
.rdm-veh-price-contact a { color: #052c47; font-weight: 600; text-decoration: none; }
.rdm-veh-back { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 13px; color: #6b7280; text-decoration: none; transition: color 0.2s; }
.rdm-veh-back:hover { color: #052c47; }

/* ===== BUDGET PANEL ===== */
.rdm-budget-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 9998; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.rdm-budget-overlay.open { opacity: 1; pointer-events: auto; }
.rdm-budget-panel { position: fixed; top: 0; right: 0; bottom: 0; width: 440px; max-width: 100vw; background: #fff; z-index: 9999; transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.4,0,0.2,1); display: flex; flex-direction: column; overflow: hidden; box-shadow: -8px 0 40px rgba(0,0,0,0.15); }
.rdm-budget-panel.open { transform: translateX(0); }
.rdm-budget-panel__header { display: flex; justify-content: space-between; align-items: flex-start; padding: 24px 24px 16px; border-bottom: 1px solid #f1f5f9; flex-shrink: 0; }
.rdm-budget-panel__header h3 { font-size: 18px; font-weight: 700; color: #052c47; margin: 0 0 2px; }
.rdm-budget-panel__header p { font-size: 13px; color: #6b7280; margin: 0; }
.rdm-budget-close { background: none; border: none; font-size: 20px; cursor: pointer; color: #9ca3af; padding: 4px; line-height: 1; border-radius: 4px; transition: color 0.2s; }
.rdm-budget-close:hover { color: #1f2937; }
.rdm-budget-vehicle { display: flex; align-items: center; gap: 12px; padding: 16px 24px; background: #f8fafc; border-bottom: 1px solid #f1f5f9; flex-shrink: 0; color: #6b7280; }
.rdm-budget-vehicle__name { font-size: 13px; font-weight: 600; color: #1f2937; line-height: 1.3; }
.rdm-budget-vehicle__price { font-size: 18px; font-weight: 800; color: #052c47; }
.rdm-budget-panel__body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.rdm-budget-field { margin-bottom: 16px; }
.rdm-budget-field label { display: block; font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 6px; }
.rdm-budget-field select, .rdm-budget-field input[type="text"], .rdm-budget-field input[type="email"], .rdm-budget-field input[type="tel"] { width: 100%; padding: 10px 14px; border: 1.5px solid #e5e7eb; border-radius: 8px; font-size: 14px; color: #1f2937; outline: none; transition: border-color 0.2s; background: #fff; }
.rdm-budget-field select:focus, .rdm-budget-field input:focus { border-color: #052c47; }
.rdm-budget-toggle-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid #f1f5f9; margin-bottom: 16px; }
.rdm-budget-toggle-label { font-size: 14px; font-weight: 600; color: #1f2937; }
.rdm-budget-toggle-sub { font-size: 12px; color: #9ca3af; margin-top: 2px; }
.rdm-budget-toggle { width: 44px; height: 24px; border-radius: 12px; background: #e5e7eb; border: none; cursor: pointer; position: relative; transition: background 0.2s; flex-shrink: 0; }
.rdm-budget-toggle::after { content: ''; position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.2); transition: transform 0.2s; }
.rdm-budget-toggle.on { background: #052c47; }
.rdm-budget-toggle.on::after { transform: translateX(20px); }
.rdm-budget-suggestions { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1.5px solid #e5e7eb; border-top: none; border-radius: 0 0 8px 8px; z-index: 100; display: none; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.rdm-budget-suggestion-item { padding: 10px 14px; font-size: 13px; cursor: pointer; border-bottom: 1px solid #f1f5f9; }
.rdm-budget-suggestion-item:last-child { border-bottom: none; }
.rdm-budget-suggestion-item:hover { background: #f8fafc; }
.rdm-budget-calc-status { font-size: 12px; color: #6b7280; margin-top: 4px; display: none; }
.rdm-budget-divider { border: none; border-top: 1px solid #f1f5f9; margin: 16px 0; }
.rdm-budget-recap { display: flex; flex-direction: column; gap: 10px; }
.rdm-budget-line { display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
.rdm-budget-line span:first-child { color: #6b7280; }
.rdm-budget-line span:last-child { font-weight: 600; color: #1f2937; }
.rdm-budget-total { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; padding: 16px; background: #052c47; border-radius: 10px; color: #fff; font-weight: 700; font-size: 16px; }
.rdm-budget-error { background: #fff1f2; border: 1px solid #fecdd3; color: #be123c; padding: 10px 14px; border-radius: 8px; font-size: 13px; margin-top: 12px; }
.rdm-budget-success { background: #f0fdf4; border: 1px solid #bbf7d0; color: #15803d; padding: 10px 14px; border-radius: 8px; font-size: 13px; margin-top: 12px; }
.rdm-budget-note { font-size: 11px; color: #9ca3af; margin-top: 12px; line-height: 1.5; }

/* ===== RESPONSIVE VÉHICULE ===== */
@media (max-width: 1024px) {
    .rdm-veh-content { grid-template-columns: 1fr; }
    .rdm-veh-price-card { position: static; }
    .rdm-veh-sidebar { order: -1; }
    .rdm-veh-equip { columns: 2; }
}
@media (max-width: 768px) {
    .rdm-veh-gallery__main { height: 260px; }
    .rdm-veh-title { font-size: 20px; }
    .rdm-veh-specs { grid-template-columns: 1fr; }
    .rdm-veh-equip { columns: 1; }
    .rdm-budget-panel { width: 100vw; }
    .rdm-veh-section { padding: 20px 16px; }
    .rdm-veh-content { padding-top: 20px; gap: 16px; }
    .rdm-veh-price { font-size: 28px; }
    .rdm-veh-price-card { padding: 20px 16px; }
}

/* ===== RESPONSIVE STATS ===== */
@media (max-width: 768px) {
    .rdm-stats__grid { grid-template-columns: repeat(2, 1fr) !important; }
    .rdm-stat { border-right: none !important; border-bottom: 1px solid #e5e7eb !important; }
    .rdm-stat:nth-child(2n) { border-right: none !important; }
    .rdm-stat:nth-last-child(-n+2) { border-bottom: none !important; }
    .rdm-stat__num { font-size: 26px !important; }
}

/* ===== RESPONSIVE TABLETTE (769–1024px) ===== */
@media (min-width: 769px) and (max-width: 1024px) {
    .rdm-hero__sub { font-size: 17px !important; }
    .rdm-contact__grid { grid-template-columns: 1fr !important; gap: 32px !important; }
    .rdm-stats__grid { grid-template-columns: repeat(2, 1fr) !important; }
    .rdm-stat { border-right: none !important; border-bottom: 1px solid #e5e7eb !important; }
    .rdm-stat:nth-last-child(-n+2) { border-bottom: none !important; }
    .rdm-depot__inner { grid-template-columns: 1fr !important; }
    .rdm-team__grid { grid-template-columns: repeat(2, 1fr) !important; }
    .rdm-rdm-veh-content { gap: 24px !important; }
    .rdm-cg-container { grid-template-columns: 1fr !important; }
    .rdm-lv-container { grid-template-columns: 1fr !important; }
    .rdm-filters__grid { grid-template-columns: 1fr 1fr !important; }
}

/* ===== RESPONSIVE MOBILE (< 480px) ===== */
@media (max-width: 480px) {
    .rdm-badge { font-size: 11px !important; padding: 8px 12px !important; letter-spacing: 1px !important; }
    .rdm-hero__btns .rdm-btn { width: 100% !important; justify-content: center !important; }
    .rdm-footer__legal-links { flex-direction: column !important; gap: 8px !important; align-items: center !important; }
    .rdm-veh-gallery__main { height: 220px; }
    .rdm-veh-condition { flex-direction: column; }
    .rdm-budget-panel__body { padding: 16px; }
    .rdm-budget-panel__header { padding: 16px; }
    .rdm-depot__btns .rdm-btn { width: 100% !important; justify-content: center !important; }
    .rdm-section__header h2 { font-size: clamp(22px, 7vw, 32px) !important; }
    .rdm-why__card { padding: 24px 16px; }
    .rdm-vehicle-info { padding: 12px; }
}
