html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #f5f7f6;
    color: #333;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;

}

/* NAVBAR */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 18px 8%;

    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(12px);

    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.logo {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #2f3e46;
}

.navbar ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.navbar a {
    position: relative;
    text-decoration: none;
    color: #2f3e46;
    font-weight: 500;
    transition: color 0.3s ease;
}
section {
    position: relative;
}
/* BOUTON RDV NAVBAR */
.nav-btn {
    background: linear-gradient(135deg, #5aa897, #7fc8b2);
    color: white !important;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(90,168,151,0.25);
    transition: transform 0.3s ease;
}

.nav-btn:hover {
    transform: translateY(-2px);
}

.nav-btn::after {
    display: none;
}

/* TRAIT ANIMÉ */
.navbar a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;

    width: 0%;
    height: 2px;

    background: #5aa897;
    transition: width 0.3s ease;
}

.navbar a:hover::after {
    width: 100%;
}

/* HERO */
.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 120px 8% 100px;
    background: linear-gradient(
        135deg,
        #eef4f3 0%,
        #f8fbfa 100%
    );
    overflow: hidden;
}

/* TEXTE */
.hero-text {
    max-width: 520px;
    z-index: 2;
}

.hero h1 {
    font-size: 58px;
    line-height: 1.05;
    margin-bottom: 20px;
    color: #2f3e46;
    letter-spacing: -2px;
    font-weight: 700;
}


.hero h1 span {
    color: #5aa897;
}

.hero h2 {
    font-size: 22px;
    font-weight: 400;
    color: #6b7a7d;
    margin-bottom: 30px;
    line-height: 1.5;
}
.hero p {
    max-width: 500px;
    font-size: 18px;
    line-height: 1.7;
    color: #4f5d5f;
}

/* PHOTO */
.hero-img {
    position: relative;
    z-index: 2;
}

.hero-img img {
    width: 420px;
    max-width: 100%;
    border-radius: 30px;
    opacity: 0.9;
    filter: brightness(1.04) saturate(0.92);
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
    object-fit: cover;
backdrop-filter: blur(2px);
}

/* EFFET FONDU */
.hero::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -120px;
    width: 500px;
    height: 500px;
    background: radial-gradient(
        circle,
        rgba(90,168,151,0.15) 0%,
        rgba(90,168,151,0) 70%
    );
}

/* TEXTE BAS */
.hero-location {
    margin-top: 15px;
    font-size: 14px;
    opacity: 0.75;
}

/* RESPONSIVE */
@media (max-width: 900px) {

    .hero {
        flex-direction: column;
        text-align: center;
        padding: 60px 20px;
    }

    .hero h1 {
        font-size: 38px;
    }

    .hero h2 {
        font-size: 18px;
    }

    .hero-img img {
        width: 280px;
        margin-top: 40px;
    }
}


/* BUTTON */
.btn {
    display: inline-block;
    padding: 14px 28px;

    background: linear-gradient(
        135deg,
        #5aa897,
        #7fc8b2
    );

    color: white;
    text-decoration: none;

    border-radius: 999px;

    font-weight: 600;
    letter-spacing: 0.3px;

    box-shadow: 0 15px 35px rgba(90,168,151,0.25);

    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(90,168,151,0.35);
}

.btn-outline {
    border: 2px solid #5aa897;
    padding: 10px 20px;
    text-decoration: none;
    color: #5aa897;
}

/* FEATURES */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    padding: 60px;
    background: white;
}

.feature-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
border: 1px solid rgba(255,255,255,0.7);
backdrop-filter: blur(10px);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.icon {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 15px;
    background: #eaf4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon i {
    font-size: 25px;
    color: #5aa897;
}

/* HYPNOSE */
.hypnose {
    display: flex;
    padding: 60px;
    align-items: center;
}

.hypnose-img img {
    width: 300px;
    border-radius: 10px;
}

/* MOTIFS */
.motifs {
    text-align: center;
    padding: 60px 20px;
}

.motifs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.motif-link {
    text-decoration: none;
    color: inherit;
}

.motif-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.motif-card:hover {
    transform: translateY(-5px);
}

.motif-card i {
    font-size: 28px;
    color: white;
    background: linear-gradient(135deg, #5aa897, #7fc8b2);
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
    box-shadow: 0 10px 25px rgba(90,168,151,0.25);
}
/* CTA */
.cta {
    text-align: center;
    background: #5aa897;
    color: white;
    padding: 50px;
}

/* FOOTER */
footer {
    text-align: center;
    padding: 20px;
    background: #2f5d62;
    color: white;
}
/* MENU MOBILE */
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

/* MOBILE */
@media (max-width: 900px) {

    .navbar {
        padding: 15px 20px;
    }

    .menu-toggle {
        display: block;
        z-index: 1001;
    }

    .navbar ul {
        position: absolute;
        top: 80px;
        right: 20px;

        flex-direction: column;
        align-items: flex-start;

        background: rgba(255,255,255,0.96);
        backdrop-filter: blur(12px);

        padding: 25px;
        border-radius: 20px;

        box-shadow: 0 20px 50px rgba(0,0,0,0.08);

        display: none;
    }

    .navbar ul.active {
        display: flex;
    }

    .hero {
        flex-direction: column;
        text-align: center;
        padding: 60px 20px;
    }

    .hero h1 {
        font-size: 38px;
    }

    .hero h2 {
        font-size: 18px;
    }

    .hero-img img {
        width: 280px;
        margin-top: 40px;
    }

    .features {
        padding: 40px 20px;
    }

    .hypnose {
        flex-direction: column;
        text-align: center;
        padding: 50px 20px;
    }

    .hypnose-img img {
        margin-top: 30px;
        width: 260px;
    }
}
/* ANIMATIONS */
.feature-card,
.motif-card,
.hero-text,
.hero-img,
.hypnose-text,
.hypnose-img {
    animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* FOOTER PREMIUM */

.footer-premium {
    background: #2f3e46;
    color: white;
    padding: 70px 8% 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.footer-column h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-column p,
.footer-column a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    line-height: 1.8;
    font-size: 15px;
}

.footer-column a:hover {
    color: white;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    font-size: 14px;
    color: rgba(255,255,255,0.65);
}
.footer-legal {
    margin-top: 25px;
    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,0.08);

    font-size: 12px;
    line-height: 1.8;

    opacity: 0.72;

    text-align: center;

    max-width: 900px;

    margin-left: auto;
    margin-right: auto;
}

.motifs-intro {
    max-width: 700px;

    margin: 0 auto 35px auto;

    text-align: center;

    color: #5f6b6d;

    line-height: 1.7;
}
.footer-legal {
    margin-top: 25px;
    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,0.08);

    font-size: 12px;
    line-height: 1.8;

    opacity: 0.72;

    text-align: center;

    max-width: 900px;

    margin-left: auto;
    margin-right: auto;
}

.footer-links {
    margin-top: 18px;

    text-align: center;

    font-size: 13px;
}

.footer-links a {
    color: rgba(255,255,255,0.82);

    text-decoration: none;

    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 0.7;
}

.motifs-intro {
    max-width: 700px;

    margin: 0 auto 35px auto;

    text-align: center;

    color: #5f6b6d;

    line-height: 1.7;
}
.feature-card a {
    color: inherit;

    text-decoration: none;

    transition: opacity 0.3s ease;
}

.feature-card a:hover {
    opacity: 0.7;
}