/* =========================
RESET
========================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: "Segoe UI", sans-serif;
    background:linear-gradient(to bottom,#f5efe8,#e6d3bd);
    color:#3b2a1f;
    line-height:1.8;
    overflow-x:hidden;
}

/* =========================
HEADER
========================= */

header.header{
    position:sticky;
    top:0;
    z-index:1000;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:20px;

    background:rgba(255,255,255,0.6);
    backdrop-filter:blur(12px);

    border-bottom:1px solid rgba(0,0,0,0.05);
}

.logo{
    display:flex;
    align-items:center;
    gap:12px;
}

.logo img{
    width:70px;
}

.logo span{
    font-size:1.5em;
    font-weight:500;
}

.logo{
    text-decoration:none;
}

.contact-logo{
    width:100%;
    max-width:540px;
    height:auto;

    display:block;
    margin:0 auto 25px auto;

    opacity:0.95;
}

.contact-container{
    max-width:600px;
    margin:auto;
}

.contact-trust{
    margin:20px 0 30px;
    font-size:0.95em;
    color:#5a4635;
}

.contact-trust p{
    margin:5px 0;
}

.contact-logo{
    width:100%;
    max-width:200px;
    margin:20px auto;
    display:block;
    opacity:0.95;
}

.contact-luxe form{
    max-width:100%;
    padding:40px;
    border-radius:30px;

    background:linear-gradient(145deg,rgba(255,255,255,0.5),rgba(255,240,225,0.6));
    backdrop-filter:blur(18px);

    box-shadow:0 20px 60px rgba(0,0,0,0.15);
}

.contact-luxe input,
.contact-luxe textarea{
    width:100%;
    padding:16px;
    margin-bottom:18px;

    border:none;
    border-radius:14px;

    background:rgba(255,255,255,0.8);
    font-size:0.95em;
}

.contact-luxe input:focus,
.contact-luxe textarea:focus{
    outline:none;
    box-shadow:0 0 0 2px rgba(200,162,122,0.4);
}

.btn-luxe{
    width:100%;
    padding:18px;

    border:none;
    border-radius:50px;

    font-size:1em;
    font-weight:600;

    background:linear-gradient(135deg,#c8a27a,#a8744e);
    color:white;

    transition:0.3s;
}

.btn-luxe:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

.contact-alt{
    margin-top:25px;
    font-size:0.9em;
    color:#5a4635;
}

.whatsapp-direct{
    display:inline-block;
    margin-top:10px;
    padding:14px 25px;

    border-radius:40px;
    background:linear-gradient(135deg,#25D366,#1faa55);
    color:white;

    text-decoration:none;
    font-weight:600;
}

.whatsapp-direct:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

/* =========================
HERO PREMIUM
========================= */

.hero{
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    position:relative;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;

    background:url("img/buddha.jpg") center/cover no-repeat;
    filter:brightness(0.6);

    z-index:-2;
}

.hero-text{
    color:white;
    max-width:700px;
    padding:20px;
}

.hero-text h2{
    font-size:clamp(1.8em,4vw,2.8em);
    margin-bottom:20px;
}

.hero-text p{
    opacity:0.9;
}

/* =========================
BOUTONS PREMIUM
========================= */

.btn, .btn-luxe{
    display:inline-block;
    margin-top:20px;
    padding:14px 30px;

    background:linear-gradient(135deg,#c8a27a,#a8744e);
    color:white;

    border-radius:50px;
    text-decoration:none;
    font-weight:500;

    box-shadow:0 10px 25px rgba(0,0,0,0.2);
    transition:0.3s;
}

.btn:hover, .btn-luxe:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 40px rgba(0,0,0,0.3);
}

/* =========================
SERVICES
========================= */

.services{
    padding:100px 20px;
    text-align:center;
}

.cards{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:30px;
}

.card{
    width:300px;
    border-radius:20px;
    overflow:hidden;

    background:white;
    box-shadow:0 20px 40px rgba(0,0,0,0.08);

    transition:0.3s;
}

.card:hover{
    transform:translateY(-5px);
}

.card img{
    width:100%;
    height:200px;
    object-fit:cover;
}

.card-content{
    padding:20px;
}

/* =========================
GALERIE PREMIUM
========================= */

.galerie{
    padding:100px 20px;
    text-align:center;
}

.grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:40px;
    max-width:1200px;
    margin:auto;
}

.grid .item{
    padding:25px;
    border-radius:20px;

    background:rgba(255,255,255,0.4);
    backdrop-filter:blur(10px);

    box-shadow:0 20px 40px rgba(0,0,0,0.08);
    text-align:left;
}

.grid img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:15px;
    margin-bottom:15px;
}

.grid strong{
    display:block;
    margin:10px 0;
    font-size:1.1em;
}

/* LISTES PROPRES COLLÉES */
.grid ul{
    list-style-position:inside;
    padding-left:0;
}

.grid li{
    margin-bottom:6px;
}

/* =========================
QUI SUIS-JE
========================= */

.qui-suis-je{
    padding:100px 20px;
    text-align:center;
}

.bloc{
    max-width:800px;
    margin:auto;
    padding:40px;

    border-radius:20px;
    background:rgba(255,255,255,0.3);
    backdrop-filter:blur(12px);

    box-shadow:0 20px 50px rgba(0,0,0,0.1);
}

/* =========================
CONTACT
========================= */

.contact-luxe{
    padding:100px 20px;
    text-align:center;
}

.contact-luxe form{
    max-width:500px;
    margin:auto;
    padding:40px;

    border-radius:25px;

    background:rgba(255,255,255,0.4);
    backdrop-filter:blur(10px);
}

.contact-luxe input,
.contact-luxe textarea{
    width:100%;
    padding:14px;
    margin-bottom:15px;

    border-radius:12px;
    border:none;
}

.contact-logo{
    width:100%;
    max-width:540px; /* même largeur que ton formulaire */
    height:auto;

    display:block;
    margin:0 auto 25px auto;
}

/* =========================
FOOTER
========================= */

footer{
    text-align:center;
    padding:20px;
    background:#bfa38a;
    color:white;
}

/* =========================
PAGE MERCI (intact mais clean)
========================= */

.thank-you-page{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:20px;
}

.thank-img{
    width:100%;
    max-height:80vh;
    object-fit:contain;
}

.retour{
    margin-top:20px;
}


/* =========================
   MENTIONS LÉGALES PREMIUM
========================= */

.legal{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:40px 20px;
    text-align:center;
}

.legal h1{
    font-size:2.2em;
    margin-bottom:30px;
}

.legal-box{
    max-width:600px;
    width:100%;
    padding:30px;

    border-radius:20px;

    background:rgba(255,255,255,0.2);
    backdrop-filter:blur(12px);

    box-shadow:0 20px 50px rgba(0,0,0,0.15);

    margin-bottom:30px;
}

.legal-box p{
    margin-bottom:12px;
    line-height:1.6;
}


/* WhatsApp à droite */
/* =========================
   BOUTONS FLOTTANTS
========================= */

.whatsapp-btn,
.facebook-btn{
    position:fixed;
    bottom:20px;

    padding:12px 16px;

    font-size:0.9em;
    font-weight:600;

    color:white;
    border-radius:50px;

    box-shadow:0 10px 25px rgba(0,0,0,0.25);

    z-index:999;
    text-decoration:none;

    transition:0.3s ease;
}

/* WhatsApp à droite */
.whatsapp-btn{
    right:20px;
    background:linear-gradient(135deg,#25D366,#1faa55);
}

/* Facebook à gauche */
.facebook-btn{
    left:20px;
    background:linear-gradient(135deg,#1877f2,#0d5bd3);
}

/* hover commun */
.whatsapp-btn:hover,
.facebook-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 20px 50px rgba(0,0,0,0.3);
}

.whatsapp-btn,
.facebook-btn{
    backdrop-filter:blur(10px);
}

/* =========================
   BOUTON FACEBOOK
========================= */

/* Facebook à gauche */
.facebook-btn{
    position:fixed;
    bottom:20px;
    left:20px;

    padding:12px 16px;
    background:linear-gradient(135deg,#1877f2,#0d5bd3);
    color:white;
    border-radius:50px;

    font-size:0.9em;
    font-weight:600;

    box-shadow:0 10px 25px rgba(0,0,0,0.25);

    z-index:999;
    text-decoration:none;
}

/* hover */
.facebook-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 20px 50px rgba(0,0,0,0.3);
}

/* =========================
MOBILE
========================= */

@media (max-width:768px){

    .hero{
        height:80vh;
    }

    .cards{
        flex-direction:column;
        align-items:center;
    }

    .card{
        width:90%;
    }

    .logo span{
        font-size:1.2em;
    }
}
