/* ==================================================
   HEADERS
================================================== */
.language-dropdown {
    position: relative;
}

.language-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(241, 14, 165, 0.22);
    border-radius: 14px;
    background: #fff;
    color: #f10ea5;
    cursor: pointer;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.language-toggle:hover {
    border-color: rgba(241, 14, 165, 0.45);
    box-shadow: 0 6px 16px rgba(241, 14, 165, 0.08);
}

.language-arrow {
    font-size: 11px;
    color: #111;
}

.language-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 150px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(241, 14, 165, 0.15);
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}

.language-option {
    width: 100%;
    text-align: left;
    padding: 9px 12px;
    border: none;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    font: inherit;
    font-size: 0.92rem;
    color: #222;
}

.language-option:hover,
.language-option.active {
    background: rgba(241, 14, 165, 0.10);
    color: #f10ea5;
}

/* ==================================================
   TITRES DE SECTIONS
================================================== */
.section-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 24px;
}

/* ==================================================
   HERO
================================================== */
.hero {
    margin-bottom: 60px;
}

.hero-composite {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 80px;
}

.hero-content {
    max-width: 520px;
}

.hero-media {
    display: flex;
    justify-content: center;
}

.hero-title {
    font-size: 70px;
    font-weight: 900;
    line-height: 0.95;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: 18px;
    color: #444;
    max-width: 480px;
}

.hero-video {
    object-fit: cover;

    border-radius: 24px;

    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.25),
        0 8px 20px rgba(241, 14, 165, 0.2);
}

/* ==================================================
    VIDEO PROMOTIONNELLE
================================================== */
.promo-video {
    margin: 60px 0;
}


.video-frame {
    position: relative;
    aspect-ratio: 9 / 16;
    max-width: 190px;
    margin: 40px auto 0;
}

.video-frame video {
    width: 100%;
    height: 120%;
    object-fit: cover;

    border-radius: 28px;

    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.25);
}


/* ==================================================
   COMMENT ÇA MARCHE
================================================== */
.how {
    margin: 70px 0;
}

.how-steps {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.how-dots {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.how-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
}

.how-dots .dot.active {
    background: #f10ea5;
}


.how-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 24px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.how-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.how-illu {
    display: flex;
    justify-content: center;
    padding: 8px 0;
    align-items: center;
    margin-bottom: 20px;
}

.how-illu img {
    width: 180px;
    max-width: 100%;
    height: auto;
    border-radius: 24px;
}

/* Image grande pour la card "Bouge ensemble" */
.how-photo {
    width: 100%;
    aspect-ratio: 9 / 18;
    /* proche d’un écran mobile */
    object-fit: cover;

    border-radius: 20px;

    border: 2px solid #656464;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.how-video {
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

.how-video video {
    width: 180px;
    max-width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    background: #000;
}

.how-illu img {
    width: 180px;
    border-radius: 24px;
}

.how-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.how-card p {
    font-size: 14px;
    color: #555;
}

/* ==================================================
   POUR LES USER 
================================================== */
.life-impact {
    margin: 100px 0;
    max-width: 720px;
}

.life-punch {
    margin: 0;
    font-size: 15px;
    color: #333;
}

.highlight {
    color: var(--mm-pink);
}

.highlight-line {
    margin-top: 18px;
    font-size: 19px;
}

.benefits-box {
    margin: 40px 0;
    padding: 24px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
}

.benefits-interactive {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-interactive li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    font-size: 16px;
}

.tap {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #f3f3f3;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
}

.tap:active {
    transform: scale(0.9);
}

.tap.checked {
    background: rgba(241, 14, 165, 0.15);
}

.benefits-interactive li.checked span {
    font-weight: 600;
}


/* ===== MOMENTUM SECTION ===== */


.momentum-container {
    max-width: 1100px;
    margin: 0 auto;
}

.momentum-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.2;
}

.momentum-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.momentum-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.momentum-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.momentum-icon {
    font-size: 28px;
    margin-bottom: 20px;
}

.momentum-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}

.momentum-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* ==================================================
   TESTIMONIALS
================================================== */
.testimonials {
    margin: 80px 0;
}

.testimonials-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
}

.testimonial {
    background: #ffffff;
    min-width: 260px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
}

/* ==================================================
   MEMORIES
================================================== */
.memories {
    margin: 80px 0;
}

.memories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.memory {
    padding: 40px 20px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
}

/* ==================================================
   PARTENAIRES
================================================== */
.partners {
    margin: 80px 0;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.partner-card {
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 20px;
    background: #ffffff;
}

.partners-intro {
    max-width: 600px;
    color: #555;
    margin-bottom: 32px;
}

.partner-card h3 {
    margin-top: 0;
    font-size: 20px;
}


/* ==================================================
   COMMUNITY
================================================== */
.community {
    margin: 80px 0;
}

.community-benefits {
    list-style: none;
    padding: 20px 22px;
    margin: 24px 0;

    border: 1px solid #e5e5e5;
    border-radius: 16px;
    background: #ffffff;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.community-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    font-size: 15px;
    line-height: 1.4;
}

.community-benefits {
    position: relative;
    padding-left: 26px;
}

.community-benefits::before {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 10px;

    width: 3px;
    border-radius: 3px;
    background: var(--mm-pink);
    opacity: 0.35;
}

/* ==================================================
   LEGAL
================================================== */
.legal-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 64px 24px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2a2a2a;
}

.legal-title h1 {
    font-size: 2rem;
    font-weight: 800;
}

.legal-updated {
    font-size: 0.8rem;
    color: #888;
}

.legal-content h2 {
    font-size: 1.1rem;
    margin-top: 32px;
    margin-bottom: 8px;
}

.legal-content p,
.legal-content li {
    color: #444;
}

.legal-content ul {
    padding-left: 20px;
}

.legal-content a {
    color: #ff2f92;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

/* ==================================================
   FAQ ACCORDION
================================================== */

.faq-accordion {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    overflow: hidden;
    background: #fafafa;
}

.faq-question {
    width: 100%;
    padding: 16px 18px;
    background: transparent;
    border: none;
    cursor: pointer;

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

    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

.faq-question:hover {
    background: rgba(241, 14, 165, 0.06);
}

.faq-icon {
    font-size: 18px;
    color: var(--mm-pink);
    transition: transform 0.2s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 18px;
}

.faq-answer p {
    font-size: 14px;
    color: #555;
    margin: 12px 0 16px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}