/* Reset & Styles généraux */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #000;
    overflow-x: hidden;
}

/* Couleurs utilitaires */
.FD5CERZ21G65E41RG54 {
    color: #bd9a5a;
}

.K983J21N54AZ89ER72 {
    color: #ffffff;
    font-weight: 700;
}

.PL98M34Q12WE76TR43 {
    font-weight: 700;
}

/* SECTION HERO */
.hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background: radial-gradient(circle at center, #52350b 0%, #000000 42%, #000 100%);
}

.hero-content h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #cbc728;
    margin-bottom: 0.5rem;
}

.hero-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 14px;
    color: #ffa700;
}

.hero-content .btn {
    display: inline-block;
    padding: 0.8rem 1.8rem;
    background: linear-gradient(135deg, rgb(221, 194, 1), rgb(168, 100, 15));
    border-radius: 30px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    margin: 14px;
    cursor: default;
    pointer-events: none;
}

.hero-content .btn:hover {
    background-color: #145da0;
}

/* HEADER & MENU */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 0 17px;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: background-color 0.5s, box-shadow 0.5s;
}

.header.scrolled {
    background-color: #bd9a5a1c;
    box-shadow: 0 2px 5px #bd9a5a1c;
}

.header .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .logo img {
    height: 85px;
}

.header .logo span {
    font-size: 22px;
    font-weight: bold;
}

.header .menu {
    display: flex;
    gap: 20px;
    margin-left: auto;
    align-items: center;
}

.header .menu a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0 10px;
}

.header .menu a:hover {
    color: #bd9a5a;
}

.header .call-button {
    background: linear-gradient(135deg, #bd9a5a, #775f35);
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin-left: 32px;
    margin-right: 37px;
}

.header .call-button:hover {
    background: #534224;
}

.menu-button {
    display: none;
}

@media (max-width: 768px) {
    .header .call-button {
        display: none;
    }

    .menu-button {
        display: block;
        background: none;
        border: none;
        cursor: pointer;
        color: #bd9a5a;
    }

    .hero h1 {
        font-size: 38px !important;
        margin-bottom: 25px;
    }

    .hero {
        height: 100vh;
    }

    .header .menu {
        display: none;
        position: absolute;
        top: 60px;
        right: 15px;
        flex-direction: column;
        background-color: #0a0a0a;
        padding: 10px;
        border-radius: 5px;
        gap: 15px;
        z-index: 1000;
    }

    .header {
        justify-content: space-between;
        padding: 0 15px;
    }

    .header .logo {
        flex-shrink: 0;
    }

    .header .logo img {
        height: 67px;
    }
}

/* SECTION PRINCIPALE BANNIÈRE */
.ZX87CV65BN43ML21PO {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25rem;
    background-color: #000000;
    color: #ffffff;
    overflow: hidden;
    margin-bottom: 153px;
}

@media (min-width: 1280px) {
    .ZX87CV65BN43ML21PO {
        padding: 2.25rem;
    }
}

.QW12ER34TY56UI78OP {
    position: absolute;
    top: 0;
    right: 0;
    width: 68%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.AS34DF56GH78JK90LZ {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.MN09VC87XZ65LK43JH {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, #000000, rgba(0, 0, 0, -0.3), transparent), linear-gradient(0deg, #000000, rgba(0, 0, 0, 0.2), transparent);
}

.PO98IU76YT54RE32WQ {
    position: relative;
    z-index: 10;
    margin-top: 152px;
    margin-bottom: auto;
    width: 100%;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .PO98IU76YT54RE32WQ {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    
    .NB76VC54XZ32ML10KJ {
        grid-column: span 7 / span 7;
    }
}

.NB76VC54XZ32ML10KJ {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    max-width: 100%;
    word-break: break-word;
}

.HG65FD43SA21PQ98WO {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.EI87RU65TY43OP21AL {
    font-size: 1.3rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.QP98WO87EI65RU43TY {
    font-size: 2.85rem;
    font-weight: 900;
    text-transform: uppercase;
    background: linear-gradient(180deg, #b98525, #EDD08E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.025em;
    line-height: 1;
}

.AL12SK34DJ56FH78GK {
    font-size: 1rem;
    color: #e5e7eb;
    font-weight: 500;
    padding-top: 0.25rem;
}

@media (min-width: 640px) {
    .EI87RU65TY43OP21AL { font-size: 1.5rem; }
    .QP98WO87EI65RU43TY { font-size: 4rem; }
    .AL12SK34DJ56FH78GK { font-size: 1.1rem; }
}

@media (min-width: 1280px) {
    .EI87RU65TY43OP21AL { font-size: 1.95rem; }
    .QP98WO87EI65RU43TY { font-size: 5.5rem; }
    .AL12SK34DJ56FH78GK { font-size: 1.3rem; }
}

.ZM09XN87CB65VT43CR {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: #e5e7eb;
}

.ZM09XN87CB65VT43CR li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.XE54VR65BT76NY87UM {
    color: #bd9a5a;
    font-size: 1rem;
    flex-shrink: 0;
}

.MI98UN87YB76VT65CR {
    padding-top: 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.XE32CR43VT56BY78NU {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    background: linear-gradient(178deg, #836837, #d1b678);
    color: #ffffff;
    font-weight: 800;
    font-size: 0.95rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.25);
    width: fit-content;
    max-width: 100%;
}

.UM87NY76BT65VR54CE {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.WX21EC34RV56TB78YN {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #d1d5db;
    font-weight: 500;
}

.UM98NY87BT76VR65CE {
    color: #ffffff;
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* SECTION OFFRES & SLIDER */
.phares-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 73px;
    flex-wrap: wrap;
    padding: 40px 20px;
}

/* CARROUSEL / SLIDER PHARES */
.phares-image {
    width: 458px;
    max-width: 100%;
    height: 320px;
    border-radius: 15px;
    border: 3px solid #d1b678eb;
    overflow: hidden;
    position: relative;
}

.phares-image .swiper {
    width: 100%;
    height: 100%;
}

.phares-image .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.phares-image .swiper-pagination-bullet-active {
    background-color: #bd9a5a;
}

.phares-card {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 15px;
    width: 373px;
    color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 0 0 30px rgba(189, 154, 90, 0.08);
    border: 1px solid rgba(189, 154, 90, 0.3);
}

.phares-card h2 {
    color: #bd9a5a;
    text-align: center;
    margin-bottom: 20px;
}

.prix-ligne {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-weight: bold;
    border-radius: 15px;
    border-bottom: 1px solid #333;
}

.phares-card button {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    border: none;
    border-radius: 20px;
    color: white;
    cursor: pointer;
    background: linear-gradient(178deg, #836837, #d1b678);
}

/* CALCULATEUR DYNAMIQUE */
.calculateur-client {
    margin-top: 20px;
    padding: 15px;
    background: #252525;
    border-radius: 12px;
    border: 1px solid #333;
}

.calculateur-client label {
    display: block;
    font-size: 14px;
    color: #ccc;
    margin-bottom: 8px;
    font-weight: bold;
}

.saisie-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.saisie-box input[type="number"] {
    width: 80px;
    padding: 8px;
    border: 2px solid #333;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    outline: none;
    transition: border-color 0.3s;
}

.saisie-box input[type="number"]:focus {
    border-color: #2ea0ff;
}

.resultat-estimation {
    font-size: 22px;
    font-weight: bold;
    color: #bd9a5a;
    background: #bd9a5a1f;
    padding: 5px 15px;
    border-radius: 8px;
    border: 1px solid #bd9a5a91;
}

.phares-warning {
    background: #5a0000;
    padding: 20px;
    border-radius: 15px;
    max-width: 900px;
    width: calc(100% - 40px);
    margin: 46px auto 120px auto;
    text-align: center;
    box-sizing: border-box;
}

.phares-warning p {
    color: #ff2b2b;
}

/* STATISTIQUES & INFOS */
.EX43CR54VT65BY78NU {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
    color: #ffffff;
}

.MI87UN76YB65VT54CR {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    text-align: center;
    align-items: end;
    width: 100%;
}

@media (min-width: 768px) {
    .MI87UN76YB65VT54CR {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.XE21CR34VT45BY56NU {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
    color: #bd9a5a;
}

.UM76NY65BT54VR43CE {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    border: 2px solid #bd9a5a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bd9a5a;
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
    flex-shrink: 0;
}

.WX10EC20RV30TB40YN {
    font-size: 0.65rem;
    color: #9ca3af;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.UM50NY60BT70VR80CE {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #bd9a5a;
}

.EX90CR80VT70BY60NU {
    font-size: 1rem;
    font-weight: 900;
    color: #ffffff;
}

.MI50UN40YB30VT20CR {
    font-size: 9px;
    color: #9ca3af;
    text-transform: uppercase;
    font-weight: 600;
}

.XE10CR20VT30BY40NU {
    background-color: rgb(23 23 23 / 0%);
    border: 1px solid #26262600;
    border-radius: 9999px;
    padding: 0.6rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.75rem;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow: hidden;
}

.UM30NY40BT50VR60CE {
    color: #bd9a5a;
    font-size: 1rem;
    flex-shrink: 0;
}

/* FOOTER */
.footer {
    background-color: rgba(189, 154, 90, 0.11);
    color: #fff;
    padding: 60px 20px 20px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-top: 1px solid rgba(189, 154, 90, 0.3);
    border-left: 1px solid rgba(189, 154, 90, 0.15);
    border-right: 1px solid rgba(189, 154, 90, 0.15);
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto;
    gap: 40px;
}

.footer-col {
    flex: 1 1 250px;
}

.footer-logo img {
    width: 180px;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icons img {
    width: 36px;
    height: 36px;
    transition: transform 0.3s ease;
}

.social-icons a:hover img {
    transform: translateY(-3px) scale(1.05);
}

.footer-col h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    color: #bd9a5a;
    letter-spacing: 0.5px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: #bd9a5a;
}

.footer-bottom {
    max-width: 1100px;
    margin: 40px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 13px;
    color: #a0a0a0;
}

/* RESPONSIVE MOBILE */
@media (max-width: 767px) {
    html, body {
        height: auto;
        overflow-y: auto;
    }

    .ZX87CV65BN43ML21PO {
        height: auto;
        min-height: 100vh;
        padding: 1rem 0.75rem;
        gap: 1.5rem;
        overflow: visible;
    }

    .QW12ER34TY56UI78OP {
        width: 100%;
        height: 50%;
    }

    .AS34DF56GH78JK90LZ {
        opacity: 0.5;
        object-position: center right;
    }

    .MN09VC87XZ65LK43JH {
        width: 100%;
        background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.95) 70%, #000000 100%);
    }

    .EI87RU65TY43OP21AL { font-size: 1rem; }
    .QP98WO87EI65RU43TY { font-size: 2.3rem; }
    .AL12SK34DJ56FH78GK { font-size: 0.9rem; }

    .XE32CR43VT56BY78NU {
        width: 100%;
        justify-content: center;
        padding: 0.75rem 1rem;
        font-size: 0.85rem;
    }

    .XE21CR34VT45BY56NU {
        background-color: rgba(23, 23, 23, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 0.5rem;
        padding: 0.6rem 0.35rem;
    }

    .UM76NY65BT54VR43CE {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 0.95rem;
    }

    .footer {
        padding: 40px 20px 20px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 35px;
    }

    .social-icons {
        justify-content: center;
    }
}