/* =============================================================
   about_styles.css — LAGENIALE · À Propos (Noir Obsidienne & Émeraude)
   ============================================================= */

:root {
    --gold: #00D174;
    --gold-l: #34D399;
    --gold-glow: rgba(0, 209, 116, 0.25);
    --bg-dark: #06080D;
    --text: #FFFFFF;
    --muted: rgba(255, 255, 255, 0.65);
    --muted2: rgba(255, 255, 255, 0.85);
    --border: rgba(255, 255, 255, 0.08);
}

/* Base */
body.about-page-body {
    background: var(--bg-dark);
    color: var(--text);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    min-height: 100vh;
}

.about-page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px 100px;
}

/* ── 1. HERO SECTION ── */
.about-hero-section {
    text-align: center;
    padding: 40px 20px 60px;
    max-width: 860px;
    margin: 0 auto;
}

.about-hero-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}

.about-hero-title {
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1.08;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.about-hero-title span {
    color: var(--gold);
}

.about-hero-sub {
    font-size: 1.1rem;
    color: var(--muted);
    line-height: 1.8;
    max-width: 680px;
    margin: 0 auto 40px;
}

/* Stats Highlights */
.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.about-stat-card {
    background: rgba(6, 8, 13, 0.88);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 5px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    transition: all 0.35s ease;
}

.about-stat-card:hover {
    border-color: rgba(0, 209, 116, 0.35);
    transform: translateY(-3px);
    box-shadow: 0 14px 35px -8px rgba(0, 209, 116, 0.16);
}

.about-stat-val {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--gold);
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 8px;
}

.about-stat-lbl {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--muted2);
    line-height: 1.4;
}

/* ── 2. SECTION GENÈSE & CONSTAT ── */
.about-story-section {
    margin: 80px 0;
}

.section-head-center {
    text-align: center;
    margin-bottom: 40px;
}

.section-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}

.section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    letter-spacing: -1px;
    color: #FFFFFF;
}

.about-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.about-split-card {
    background: rgba(6, 8, 13, 0.88);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 5px;
    padding: 36px 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-split-card:hover {
    border-color: rgba(0, 209, 116, 0.35);
    transform: translateY(-3px);
    box-shadow: 0 14px 35px -8px rgba(0, 209, 116, 0.16);
}

.about-split-card.highlight-card {
    border-color: rgba(0, 209, 116, 0.3);
    background: linear-gradient(145deg, rgba(6, 8, 13, 0.95), rgba(0, 209, 116, 0.04));
}

.split-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.split-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.split-card-icon svg {
    width: 28px;
    height: 28px;
}

.split-icon-red {
    color: #f87171;
}

.split-icon-green {
    color: var(--gold);
}

.split-card-head h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.3px;
}

.about-split-card p {
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 16px;
}

.about-split-card p strong {
    color: #FFFFFF;
    font-weight: 600;
}

.split-highlight-text {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 18px;
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--gold) !important;
}

/* ── 3. LES 4 PILIERS ── */
.about-pillars-section {
    margin: 80px 0;
}

.about-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.about-pillar-card {
    background: rgba(6, 8, 13, 0.88);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 5px;
    padding: 28px 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
}

.about-pillar-card:hover {
    border-color: rgba(0, 209, 116, 0.35);
    background: rgba(10, 14, 22, 0.96);
    transform: translateY(-4px);
    box-shadow: 0 14px 35px -8px rgba(0, 209, 116, 0.16), 0 0 25px rgba(0, 209, 116, 0.10);
}

.pillar-icon-box {
    display: flex;
    align-items: center;
    color: var(--gold);
    margin-bottom: 16px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    flex-shrink: 0;
}

.pillar-icon-box svg {
    width: 28px;
    height: 28px;
}

.about-pillar-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

.about-pillar-card p {
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.65;
    margin: 0;
}

/* ── 4. MANIFESTE / CITATION FONDATEUR ── */
.about-manifesto-section {
    margin: 80px 0;
    width: 100%;
}

.about-manifesto-card {
    background: radial-gradient(ellipse at 50% 0%, rgba(0, 209, 116, 0.08) 0%, rgba(6, 8, 13, 0.95) 75%);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 5px;
    padding: 60px 48px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 209, 116, 0.04);
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}

.about-manifesto-card:hover {
    border-color: rgba(0, 209, 116, 0.3);
    box-shadow: 0 24px 50px -10px rgba(0, 209, 116, 0.14), 0 0 30px rgba(0, 209, 116, 0.08);
}

.manifesto-quote-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    margin-bottom: 20px;
}

.manifesto-quote-mark svg {
    width: 36px;
    height: 36px;
}

.manifesto-quote {
    font-size: clamp(1.25rem, 2.5vw, 1.8rem);
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
    line-height: 1.65;
    letter-spacing: -0.3px;
    max-width: 980px;
    margin: 0 auto 32px;
    position: relative;
    z-index: 1;
}

.manifesto-quote strong {
    color: var(--gold);
    font-weight: 700;
    font-style: normal;
}

.manifesto-author-block {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.manifesto-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 8px var(--gold);
}

.manifesto-author {
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
}

.manifesto-org {
    font-size: 0.85rem;
    color: var(--muted);
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* ── 5. DOUBLE APPEL À L'ACTION ── */
.about-dual-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 80px 0 20px;
}

.about-cta-box {
    background: rgba(6, 8, 13, 0.88);
    backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 5px;
    padding: 36px 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-cta-box:hover {
    border-color: rgba(0, 209, 116, 0.35);
    transform: translateY(-3px);
    box-shadow: 0 14px 35px -8px rgba(0, 209, 116, 0.16);
}

.about-cta-box h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.about-cta-box p {
    font-size: 0.92rem;
    color: var(--muted);
    line-height: 1.65;
    margin-bottom: 24px;
}

.about-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--gold);
    color: #04120B;
    font-weight: 800;
    font-size: 0.88rem;
    padding: 13px 24px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.25s ease;
    align-self: flex-start;
}

.about-btn-primary:hover {
    background: var(--gold-l);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px var(--gold-glow);
    color: #04120B;
}

.about-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 13px 24px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.25s ease;
    align-self: flex-start;
}

.about-btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(0, 209, 116, 0.06);
    transform: translateY(-2px);
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .about-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .about-pillars-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .about-split-grid {
        grid-template-columns: 1fr;
    }
    .about-dual-cta {
        grid-template-columns: 1fr;
    }
    .about-manifesto-card {
        padding: 40px 24px;
    }
}

@media (max-width: 540px) {
    .about-stats-grid {
        grid-template-columns: 1fr;
    }
    .about-pillars-grid {
        grid-template-columns: 1fr;
    }
    .about-btn-primary, .about-btn-outline {
        width: 100%;
    }
}