/* legal.css - Styles spécifiques aux pages légales
   Les styles communs sont dans styles.css */

/* LEGAL PAGES - Flo-Wellness */

.privacy-page .page-hero.legal-hero,
.legal-page .page-hero.legal-hero {
    background: linear-gradient(135deg, #fdfaf7 0%, #eef9f8 100%);
    padding: 56px 70px 46px;
    position: relative;
    overflow: hidden;
}

.privacy-page .page-hero.legal-hero::before,
.legal-page .page-hero.legal-hero::before {
    content: '';
    position: absolute;
    top: -70px;
    right: -70px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(0, 172, 193, 0.10) 0%, transparent 72%);
    border-radius: 50%;
    pointer-events: none;
}

.privacy-page .page-hero-inner,
.legal-page .page-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.privacy-page .page-hero-badge,
.legal-page .page-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 172, 193, 0.10);
    border: 1px solid rgba(0, 172, 193, 0.16);
    color: #0b8a9a;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    font-family: 'Nunito', sans-serif;
}

.privacy-page .page-hero h1,
.legal-page .page-hero h1 {
    margin: 0 0 14px 0;
    font-size: 2.5rem;
    line-height: 1.18;
    color: #1a4a52;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.privacy-page .page-hero h1 span,
.legal-page .page-hero h1 span {
    color: #00acc1;
    font-weight: 400;
}

.privacy-page .page-hero-desc,
.legal-page .page-hero-desc {
    margin: 0;
    max-width: 760px;
    font-size: 0.98rem;
    line-height: 1.8;
    color: #62737a;
    font-family: 'Nunito', sans-serif;
}

.legal-section {
    padding: 40px 70px 64px;
    background: #ffffff;
}

.legal-container {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 22px;
}

.legal-card {
    background: #ffffff;
    border: 1px solid rgba(0, 172, 193, 0.10);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 172, 193, 0.06);
    padding: 28px 28px;
}

.legal-card h2 {
    margin: 0 0 14px 0;
    font-size: 1.28rem;
    color: #1a4a52;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.legal-card p {
    margin: 0 0 14px 0;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #62737a;
    font-family: 'Nunito', sans-serif;
}

.legal-card p:last-child {
    margin-bottom: 0;
}

.legal-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.legal-list li {
    position: relative;
    padding-left: 18px;
    font-size: 0.95rem;
    line-height: 1.75;
    color: #62737a;
    font-family: 'Nunito', sans-serif;
}

.legal-list li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00acc1;
    box-shadow: 0 0 0 4px rgba(0, 172, 193, 0.10);
}

.legal-card strong {
    color: #1a4a52;
    font-weight: 700;
}

.legal-card a {
    color: #00acc1;
    text-decoration: none;
    font-weight: 600;
}

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

@media (max-width: 1280px) {
    .privacy-page .page-hero.legal-hero,
    .legal-page .page-hero.legal-hero,
    .legal-section,
    .breadcrumb {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .privacy-page .page-hero.legal-hero,
    .legal-page .page-hero.legal-hero,
    .legal-section,
    .breadcrumb {
        padding-left: 20px;
        padding-right: 20px;
    }

    .privacy-page .page-hero.legal-hero,
    .legal-page .page-hero.legal-hero {
        padding-top: 42px;
        padding-bottom: 34px;
    }

    .privacy-page .page-hero h1,
    .legal-page .page-hero h1 {
        font-size: 1.95rem;
    }

    .legal-card {
        padding: 22px 20px;
        border-radius: 18px;
    }

    .legal-card h2 {
        font-size: 1.14rem;
    }
}

@media (max-width: 480px) {
    .privacy-page .page-hero h1,
    .legal-page .page-hero h1 {
        font-size: 1.7rem;
    }

    .legal-card {
        padding: 20px 18px;
    }
}
