/* =============================================
   PAGES INTÉRIEURES — pages.css
   Complète style.css pour les pages légales et partenaires
   ============================================= */
:root {
    --red: #ED0000;
    --blue: #0630FF;
    --yellow: #FFF600;
    --black: #000;
    --white: #fff;
    --grey: #f4f4f4;
    --dark: #111;
    --dark-card: #1a1a1a;
    --text-muted: rgba(255, 255, 255, 0.8);
    --text-muted-dark: rgba(0, 0, 0, 0.45);

    --font-display: 'Bebas Neue', sans-serif;
    --font-body: 'Inter', sans-serif;

    --header-h: 90px;
    --section-pad: clamp(60px, 8vw, 120px);
    --radius: 4px;
    --transition: 0.3s ease;
}

/* Logo cliquable dans le header */
.header__logo a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

/* Nav avec liens <a> au lieu de <button> */
.header__nav .nav-btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: var(--black);
    padding: 6px 0;
    position: relative;
    transition: color var(--transition);
    text-decoration: none;
}

/* =============================================
   HERO PAGE INTÉRIEURE
   ============================================= */
.page-hero {
    padding-top: var(--header-h);
    background: var(--black);
    padding-bottom: 60px;
}

.page-hero__inner {
    padding: clamp(40px, 6vw, 80px) clamp(20px, 5vw, 80px) 0;
    max-width: 1200px;
    margin: 0 auto;
}

.page-hero__title {
    font-family: var(--font-display);
    font-size: clamp(48px, 7vw, 96px);
    font-weight: 400;
    color: var(--white);
    letter-spacing: 0.04em;
    line-height: 1;
    margin-top: 20px;
}

.page-hero .section__tag {
    background: transparent;
    color: var(--accent);
    border: 1px solid var(--accent);
}

/* =============================================
   CONTENU LÉGAL
   ============================================= */
.page-content {
    background: var(--white);
    padding: clamp(40px, 6vw, 80px) clamp(20px, 5vw, 80px);
}

.legal-article {
    max-width: 800px;
    margin: 0 auto;
}

/* Préambule */
.legal-preamble {
    background: var(--grey);
    border-left: 4px solid var(--accent);
    padding: 24px 28px;
    border-radius: 0 var(--radius) var(--radius) 0;
    margin-bottom: 48px;
}

.legal-preamble p {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.75);
}

/* Sections */
.legal-section {
    padding: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.legal-section:last-child {
    border-bottom: none;
}

.legal-section h2 {
    font-family: var(--font-display);
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--black);
    margin-bottom: 20px;
}

.legal-section h3 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin: 24px 0 10px;
}

.legal-section p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 14px;
}

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

.legal-section ul {
    margin: 14px 0 14px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.legal-section ul li {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.65;
    color: rgba(0, 0, 0, 0.75);
    padding-left: 20px;
    position: relative;
}

.legal-section ul li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--accent-dark);
    font-weight: 400;
}

.legal-section a {
    color: var(--accent-dark);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color var(--transition);
}

.legal-section a:hover {
    color: var(--black);
}

.legal-date {
    margin-top: 24px !important;
    font-size: 13px !important;
    color: rgba(0, 0, 0, 0.4) !important;
    font-style: italic;
}


.partenaires-hero {
    margin-top: var(--header-h);
    padding: 5rem 2rem 3rem;
    text-align: center;
}

.partenaires-intro {
    max-width: 600px;
    margin: 0 auto 3.5rem;
    color: var(--color-muted, #666);
    font-size: 1rem;
    line-height: 1.7;
}

.tiers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    max-width: 1000px;
    margin: 0 auto 3rem;
    padding: 0 2rem;
}

.tier-card {
    border: 1.5px solid #e0e0e0;
    border-radius: 14px;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}

.tier-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.tier-card--gold {
    border-color: #c8972a;
    background: #fffdf5;
}

.tier-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 5px;
    margin-bottom: 1.2rem;
    align-self: flex-start;
}

.tier-badge--bronze {
    background: #f0e8df;
    color: #7a4f2d;
}

.tier-badge--silver {
    background: #e8e8e8;
    color: #444;
}

.tier-badge--gold {
    background: #f5e4b0;
    color: #7a5a00;
}

.tier-badge--platine {
    background: #1a1a2e;
    color: #fff;
}

.tier-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 0.2rem;
}

.tier-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #c8972a;
    margin-bottom: 1.5rem;
}

.tier-price span {
    font-size: 0.9rem;
    font-weight: 400;
    color: #999;
}

.tier-features {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.tier-features li {
    font-size: 0.875rem;
    color: #555;
    padding: 0.4rem 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.tier-features li:last-child {
    border-bottom: none;
}

.tier-features li::before {
    content: '✓';
    color: #c8972a;
    font-weight: 700;
    flex-shrink: 0;
}

.partenaires-cta {
    text-align: center;
    padding: 1rem 2rem 4rem;
}

.partenaires-cta p {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.cta-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-group a {
    background-color: var(--red);
    padding : 7px;
    border-radius: 3px;
}