/* ========== Thème rouge (deep red, red, light red), barre nav noire ========== */
:root {
    --hero-overlay: rgba(0, 0, 0, 0.5);
    --color-black: #091149;
    --color-red: #b91c3c;
    --color-red-dark: #7f1d1d;
    --color-red-light: #e11d48;
    --color-silver: #c0c0c0;
    --color-white: #ffffff;
    --color-accent: #e11d48;
    --color-accent-dark: #b91c3c;
    --primary: #b91c3c;
    --primary-dark: #7f1d1d;
    --nav-bg: #091149;
    --topbar-dark: #0a0a0a;
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --scrollbar-thumb: #b91c3c;
    --scrollbar-track: #1a1a1a;
}

/* ---------- Animations (fade-in, scale) ---------- */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.92); }
    to { opacity: 1; transform: scale(1); }
}
.animate-fadein,
.animate-fadein-up,
.animate-scalein {
    opacity: 0;
}
.animate-fadein {
    animation: fadeIn 0.6s ease-out forwards;
}
.animate-fadein-up {
    animation: fadeInUp 0.6s ease-out forwards;
}
.animate-scalein {
    animation: scaleIn 0.5s ease-out forwards;
}
.animate-delay-1 { animation-delay: 0.15s; }
.animate-delay-2 { animation-delay: 0.3s; }
.animate-delay-3 { animation-delay: 0.45s; }
.animate-delay-4 { animation-delay: 0.6s; }
.animate-delay-5 { animation-delay: 0.75s; }

/* Suppression espace vide au-dessus de l'en-tête */
html {
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}
html::-webkit-scrollbar {
    width: 10px;
}
html::-webkit-scrollbar-track {
    background: var(--scrollbar-track);
}
html::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb);
    border-radius: 5px;
}
html::-webkit-scrollbar-thumb:hover {
    background: var(--color-red-dark);
}

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body {
    font-family: var(--font-sans);
    padding-top: 0;
}

/* ---------- Inline SVG icons (no icon font) ---------- */
.icon-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.icon-envelope { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.708 2.825L15 11.105V5.383zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741zM1 11.105l4.708-2.897L1 5.383v5.722z'/%3E%3C/svg%3E"); }
.icon-clock { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z'/%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z'/%3E%3C/svg%3E"); }
.icon-phone { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z'/%3E%3C/svg%3E"); }
.icon-chat { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3C/svg%3E"); }
.icon-droplet { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8 15.5a7.5 7.5 0 0 1-5.285-2.148.8.8 0 0 1 .827-.877.8.8 0 0 1 .824.654A5.85 5.85 0 0 0 8 14.5a5.85 5.85 0 0 0 3.634-1.373.8.8 0 0 1 .824-.654.8.8 0 0 1 .827.877A7.5 7.5 0 0 1 8 15.5z'/%3E%3Cpath d='M8 0a8 8 0 0 0-8 8c0 1.982.846 3.76 2.19 4.972a.8.8 0 0 0 .827.878.8.8 0 0 0 .824-.654A7.5 7.5 0 0 1 8 14.5a7.5 7.5 0 0 1 4.159-1.304.8.8 0 0 0 .824.654.8.8 0 0 0 .827-.878C13.154 11.76 14 9.982 14 8a8 8 0 0 0-8-8z'/%3E%3C/svg%3E"); }
.icon-location { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z'/%3E%3Cpath d='M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3C/svg%3E"); }
.navbar-main .icon-svg { color: var(--color-white); }

/* ---------- Top bar (fond silver) — première ligne de l'en-tête ---------- */
.top-bar {
    width: 100%;
    margin: 0;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    background: var(--color-silver);
    color: #091149;
    font-size: 0.9rem;
}
.top-bar-link {
    color: #460d0d;
    text-decoration: none;
}
.top-bar-link:hover {
    color: var(--color-red);
}
.top-bar .icon-svg { color: #444; }
.top-bar span:not(.icon-svg) { color: #333; }

/* ---------- Navbar (noir, sticky, full width, accent rouge) ---------- */
.navbar,
.navbar-main {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.navbar-main {
    background: var(--nav-bg) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.navbar-main .navbar-collapse {
    flex-grow: 1;
}
.navbar-main .container {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}
.navbar-main .navbar-brand {
    grid-column: 2;
    justify-self: center;
}
.navbar-main .navbar-toggler {
    grid-column: 3;
    justify-self: end;
}
.navbar-main .navbar-collapse {
    grid-column: 3;
}
/* Logo navbar */
.navbar-logo {
    height: 140px;
    max-height: 140px;
    width: auto;
    object-fit: contain;
    display: block;
}
.navbar-logo-spacer {
    margin-right: 1rem;
}
.navbar-brand-name {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.navbar-brand-name-main {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-white);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.navbar-brand-name-tagline {
    font-size: 1.1rem;
    font-style: italic;
    color: var(--color-red);
    margin-top: 2px;
}
/* Mobile: logo centré, taille réduite, logo + nom à 5px, les trois (logo, nom, hamburger) alignés */
@media (max-width: 991.98px) {
    .navbar-logo {
        height: 70px;
        max-height: 70px;
    }
    .navbar-logo-spacer {
        margin-right: 5px;
    }
    .navbar-brand {
        align-items: center;
        flex: 1;
        min-width: 0;
    }
    .navbar-main .navbar-toggler {
        align-self: center;
    }
}
@media (max-width: 391px) {
    .navbar-brand-name-main { font-size: 1.2rem; }
    .navbar-brand-name-tagline { font-size: 0.8rem; }
}
.navbar-main .nav-link {
    color: var(--color-silver) !important;
    font-weight: 500;
    padding: 0.5rem 0.75rem !important;
    border-radius: 0.25rem;
}
.navbar-main .nav-link:hover,
.navbar-main .nav-link:focus {
    color: var(--color-white) !important;
    background: rgba(255, 255, 255, 0.1);
}
.navbar-main .nav-link.active {
    background: var(--color-red);
    color: var(--color-white) !important;
}
.navbar-main .dropdown-menu {
    background: #0d2847;
    border: none;
    border-radius: 0.375rem;
}
.navbar-main .dropdown-item {
    color: var(--color-silver);
}
.navbar-main .dropdown-item:hover {
    background: var(--color-red);
    color: var(--color-white);
}
.navbar-toggler-light {
    border-color: var(--color-silver);
    color: var(--color-white);
}
.navbar-toggler-light .navbar-toggler-icon {
    filter: invert(1);
}
.btn-cta-nav {
    background: var(--color-red);
    color: var(--color-white) !important;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    border-radius: 2rem;
    border: none;
    box-shadow: 0 4px 14px rgba(185, 28, 60, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn-cta-nav:hover {
    background: var(--color-red-dark);
    color: var(--color-white) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(185, 28, 60, 0.5);
}
.btn-cta-nav:active {
    transform: translateY(0);
}

/* Pas de padding-top sur body : l'en-tête reste en haut sans espace vide */

/* ---------- Main content ---------- */
main {
    width: 100%;
    min-height: 50vh;
}

/* ---------- Hero (design capture: vagues, tagline, titre ombre, boutons bleu) ---------- */
.hero-danryan {
    position: relative;
    width: 100%;
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2c3e50;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-sizing: border-box;
    overflow: hidden;
}
.hero-danryan .hero-waves-top,
.hero-danryan .hero-waves-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    pointer-events: none;
    z-index: 2;
}
.hero-danryan .hero-waves-top {
    top: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 80' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 80V50.2C200 65 400 20 600 35s400 25 600 15V80H0z'/%3E%3Cpath fill='%23fff' opacity='.9' d='M0 80v-8c150 10 300 5 450 15s300 0 450-10 300 5 450 5v-2H0v80z'/%3E%3C/svg%3E") no-repeat center bottom;
    background-size: 100% 100%;
}
.hero-danryan .hero-waves-bottom {
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 80' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0v29.8C200 15 400 60 600 45s400-25 600-15V0H0z'/%3E%3Cpath fill='%23fff' opacity='.9' d='M0 0v8c150-10 300-5 450-15s300 0 450 10 300-5 450-5v2H0V0z'/%3E%3C/svg%3E") no-repeat center top;
    background-size: 100% 100%;
}
@media (max-width: 991.98px) {
    .hero-danryan {
        min-height: auto;
        padding-bottom: 2rem;
    }
    .hero-danryan .hero-waves-top,
.hero-danryan .hero-waves-bottom {
        height: 50px;
    }
}
.hero-danryan .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
    pointer-events: none;
}
.hero-danryan .hero-container {
    position: relative;
    z-index: 1;
}
.hero-tagline {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.hero-tagline::after {
    content: '';
    flex: 1;
    max-width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}
.hero-title {
    font-size: clamp(1.6rem, 3.5vw, 2.6rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.15;
    margin-bottom: 0.5rem;
    color: #fff;
    text-shadow: 2px 2px 0 #aaa, 3px 3px 0 rgba(170,170,170,0.8), 0 4px 12px rgba(0,0,0,0.35);
}
.hero-subtitle {
    font-size: 1.1rem;
    opacity: 0.95;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
}
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.btn-hero {
    padding: 0.65rem 1.25rem;
    font-weight: 600;
    border-radius: 0.4rem;
    border: 1px solid rgba(246, 39, 39, 0.4);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.2s ease;
}
.btn-hero-phone,
.btn-hero-cta {
    background: var(--color-accent);
    color: var(--color-white) !important;
    box-shadow: 0 4px 16px rgba(225, 29, 72, 0.5);
}
.btn-hero-phone:hover,
.btn-hero-cta:hover {
    background: var(--color-accent-dark);
    color: var(--color-white) !important;
    transform: scale(1.05);
    box-shadow: 0 6px 22px rgba(225, 29, 72, 0.55);
}
.btn-hero-cta {
    background: var(--color-accent);
}

/* Hero quote box */
.hero-quote-box {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    max-width: 100%;
}
.hero-quote-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}
/* Formulaire : texte et placeholders visibles (pas de blanc sur blanc) */
.hero-quote-form .form-control,
.hero-quote-form .form-control::placeholder {
    color: #212529;
}
.hero-quote-form .form-control::placeholder {
    opacity: 0.7;
}
.hero-quote-form .form-label,
.hero-quote-form label {
    color: #212529;
}
.hero-quote-form .form-control {
    border-radius: 0.25rem;
    border: 1px solid #dee2e6;
    background-color: #fff;
}
.hero-quote-form .form-control:focus {
    border-color: var(--color-red);
    box-shadow: 0 0 0 0.2rem rgba(185, 28, 60, 0.25);
    color: #212529;
}
/* Formulaires généraux (contact, etc.) : texte lisible */
.form-control,
.form-control::placeholder {
    color: #212529 !important;
}
.form-control::placeholder {
    opacity: 0.7;
}
.form-label,
.form-check-label {
    color: #212529 !important;
}
.btn-hero-submit {
    background: var(--color-red);
    color: var(--color-white) !important;
    border: none;
    font-weight: 600;
    padding: 0.6rem 1rem;
    border-radius: 0.375rem;
    box-shadow: 0 4px 14px rgba(185, 28, 60, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn-hero-submit:hover {
    color: var(--color-white);
    background: var(--color-red-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(185, 28, 60, 0.5);
}
.btn-hero-submit:active {
    transform: translateY(0);
}

/* ---------- Sections ---------- */
section.bg-alt {
    background-color: #f5f5f5;
}
/* Section "Une entreprise de nettoyage haute pression de confiance" avec image de fond */
.section-trust-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #212529;
}
.section-trust-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 0;
}
.section-trust-bg .container {
    position: relative;
    z-index: 1;
}
.section-trust-bg .section-title,
.section-trust-bg .lead,
.section-trust-bg .btn {
    color: inherit;
}
.section-trust-bg .text-muted {
    color: #495057 !important;
}
.section-title {
    font-size: 1.75rem;
}

/* ---------- Section témoignages (design 2e capture) ---------- */
.section-testimonial-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.section-testimonial-title .text-accent {
    color: var(--color-accent);
}
.section-testimonial-divider {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, var(--color-accent) 50%, #333 50%);
    border-radius: 2px;
}
.testimonial-stars {
    color: #f0b429;
    letter-spacing: 0.05em;
}
.testimonial-google-badge {
    display: inline-block;
    font-size: 0.85rem;
    color: #5f6368;
    font-weight: 500;
}
.testimonial-card {
    background: #f8f8f8;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.testimonial-avatar {
    width: 40px;
    height: 40px;
    background: var(--color-accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}
.testimonial-text {
    font-size: 0.95rem;
    color: #333;
}
.testimonial-google-g {
    color: #4285f4;
    font-weight: 700;
}
#testimonialsCarousel .carousel-control-prev,
#testimonialsCarousel .carousel-control-next {
    width: 40px;
    opacity: 0.8;
    color: #666;
}
#testimonialsCarousel .carousel-control-prev-icon,
#testimonialsCarousel .carousel-control-next-icon {
    filter: none;
    background-color: #999;
    border-radius: 50%;
}

/* Service cards */
.card-service {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-service:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}
.card-service .card-img-top {
    height: 160px;
    object-fit: cover;
    background: #e9ecef;
}
.card-service-no-image {
    height: 160px;
    min-height: 160px;
    background: #e9ecef;
}
.card-service .service-icon {
    font-size: 2.5rem;
    color: var(--color-red);
}
.card-service .service-icon.icon-svg {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    margin: 0 auto;
}
.card-service .btn-outline-primary {
    box-shadow: 0 2px 8px rgba(185, 28, 60, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card-service .btn-outline-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 14px rgba(185, 28, 60, 0.35);
}
.service-long-desc {
    line-height: 1.6;
    font-size: 0.95rem;
    color: #495057;
}
.service-collapse-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Before/After carousel: strict 150px height for all images (no exception) */
.before-after-carousel-wrap .carousel-item .row.g-3 {
    height: 250px;
    max-height: 250px;
    flex-wrap: nowrap;
    align-items: stretch;
}
.before-after-carousel-wrap .carousel-item .row.g-3 > [class*="col-"] {
    height: 250px;
    max-height: 250px;
    overflow: hidden;
}
.before-after-carousel-wrap .before-after-card {
    height: 250 !important;
    max-height: 250 !important;
    min-height: 250 !important;
    overflow: hidden;
}
.before-after-carousel-wrap .before-after-card img {
    width: 100% !important;
    height: 250 !important;
    max-height: 250 !important;
    min-height: 250 !important;
    object-fit: cover;
    display: block;
}
/* Red chevrons for Before/After carousels */
#beforeAfterCarousel .carousel-control-prev-icon,
#beforeAfterCarousel .carousel-control-next-icon,
#servicesBeforeAfterCarousel .carousel-control-prev-icon,
#servicesBeforeAfterCarousel .carousel-control-next-icon {
    background-color: var(--color-red);
    border-radius: 50%;
    padding: 0.5rem;
    background-size: 60%;
}
#beforeAfterCarousel .carousel-control-prev:hover .carousel-control-prev-icon,
#beforeAfterCarousel .carousel-control-next:hover .carousel-control-next-icon,
#servicesBeforeAfterCarousel .carousel-control-prev:hover .carousel-control-prev-icon,
#servicesBeforeAfterCarousel .carousel-control-next:hover .carousel-control-next-icon {
    background-color: var(--color-red-dark);
}
/* Before/After carousel caption */
.before-after-caption {
    padding: 0.5rem 0 0;
    text-align: center;
    font-size: 0.9rem;
    color: #f65c5c;
}

/* Promo section */
.bg-promo {
    background: linear-gradient(135deg, #7f1d1d 0%, #450a0a 100%);
    color: #fff;
}
.promo-box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    color: #f24545;
}

/* Floating Call */
.floating-call {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-accent);
    color: #fff;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    border-radius: 0.5rem 0 0 0.5rem;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: -4px 4px 20px rgba(225, 29, 72, 0.5);
    display: flex;
    align-items: center;
    gap: 0.35rem;
    z-index: 1030;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.2s ease, color 0.2s ease;
}
.floating-call:hover {
    background: var(--color-accent-dark);
    color: var(--color-white);
    transform: translateY(-50%) translateX(-4px);
    box-shadow: -6px 6px 24px rgba(225, 29, 72, 0.6);
}
.floating-call .icon-svg {
    width: 1.1rem;
    height: 1.1rem;
}
@media (max-width: 575.98px) {
    .floating-call span {
        display: none;
    }
}

/* Global */
.btn-gradient {
    background: var(--color-red);
    border: none;
    color: var(--color-white);
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 2rem;
    box-shadow: 0 4px 16px rgba(185, 28, 60, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.2s ease;
}
.btn-gradient:hover {
    color: var(--color-white);
    background: var(--color-red-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(185, 28, 60, 0.5);
}
.btn-gradient:active {
    transform: translateY(0);
}
.quote-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
#form-alerts {
    min-height: 0;
}

/* ---------- Footer (noir, rouge, silver, blanc) ---------- */
.footer-main {
    background: var(--color-black);
    color: var(--color-silver);
    padding: 3rem 0 2rem;
}
.footer-main .icon-svg {
    color: var(--color-red);
}
.footer-logo {
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.footer-brand:hover .footer-logo {
    opacity: 0.9;
}
.footer-brand-name {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.footer-brand-name-main {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-white);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.footer-brand-name-tagline {
    font-size: 0.85rem;
    font-style: italic;
    color: var(--color-red);
    margin-top: 2px;
}
.footer-brand:hover .footer-brand-name-main,
.footer-brand:hover .footer-brand-name-tagline {
    color: var(--color-white);
}
.footer-tagline {
    font-size: 0.95rem;
    color: var(--color-silver);
    max-width: 280px;
    margin-bottom: 0;
}
.footer-heading {
    color: var(--color-white);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}
.footer-links a,
.footer-contact a {
    color: var(--color-silver);
    text-decoration: none;
}
.footer-links a:hover,
.footer-contact a:hover {
    color: var(--color-red);
}
.footer-links li {
    margin-bottom: 0.5rem;
}
.footer-divider {
    border-color: rgba(255, 255, 255, 0.15);
    margin: 2rem 0 1.5rem;
}
.footer-copy {
    font-size: 0.85rem;
    color: var(--color-silver);
}
.btn-footer-cta {
    background: var(--color-red);
    color: var(--color-white);
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 2rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 14px rgba(185, 28, 60, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.2s ease;
}
.btn-footer-cta:hover {
    background: var(--color-red-dark);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(185, 28, 60, 0.5);
}
.btn-footer-cta:active {
    transform: translateY(0);
}
