/* ===============================================
   ATYPIKIA — CSS PAGE À PROPOS v6
   Migré depuis bloc <style> inline a-propos.php
   =============================================== */

/* === HERO === */
.ap-hero.hero-modern {
    min-height: auto !important;
    background: #FAFAF8 !important;
    padding: 150px clamp(1.5rem, 5vw, 4rem) 100px !important;
    margin-top: -80px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}
.ap-hero-inner {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.ap-hero-noimg {
    max-width: 760px;
    text-align: center;
}
.ap-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 2rem;
}
.ap-title-line { display: block; }
.ap-title-line--small {
    font-size: clamp(0.9rem, 1.4vw, 1.1rem);
    font-weight: 600;
    color: #6B7280;
    margin-bottom: 0.3rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.ap-title-line--big {
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    color: #1A1A1A;
    line-height: 1.05;
}
.ap-atypikia-green { color: #0D7377; }
.ap-hero-accroche {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    color: #4A4A4A;
    line-height: 1.75;
    margin: 0;
    max-width: 600px;
}

/* === SECTIONS GÉNÉRIQUES === */
.ap-section { padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem); }
.ap-narrow { max-width: 680px; margin: 0 auto; }
.ap-narrow-wide { max-width: 780px; margin: 0 auto; }

/* === HISTOIRE === */
.ap-story { background: #fff; }
.ap-story-opener {
    font-family: 'Lora', Georgia, serif;
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 1.8rem;
    line-height: 1.25;
}
.ap-story p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    color: #3A3A3A;
    line-height: 1.75;
    margin: 0 0 1.4rem;
}
.ap-story-question { color: #0D7377 !important; font-weight: 500; }
.ap-story-question strong { font-weight: 700; }

/* === MISSION === */
.ap-mission { background: #F7F7F4; border-top: 1px solid #E8E8E4; }
.ap-mission-opener {
    font-family: 'Lora', Georgia, serif;
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 1.8rem;
    line-height: 1.25;
}
.ap-mission p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    color: #3A3A3A;
    line-height: 1.75;
    margin: 0 0 1.4rem;
}
.ap-mission-key {
    font-family: 'Lora', Georgia, serif !important;
    font-size: clamp(1.15rem, 1.5vw, 1.3rem) !important;
    font-weight: 600;
    color: #0D7377 !important;
    font-style: italic;
}

/* === STATS BANDEAU === */
.ap-stats-band {
    background: #1A1A1A !important;
    padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.5rem, 5vw, 4rem) !important;
    border: none !important;
    margin: 0 !important;
}
.ap-stats-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(2rem, 4vw, 3.5rem);
}
.ap-stat { display: flex; flex-direction: column; align-items: center; text-align: center; min-width: 140px; }
.ap-stat-number {
    font-family: 'JetBrains Mono', monospace !important;
    font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1.2;
}
.ap-stat-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6) !important;
    margin-top: 0.35rem;
    letter-spacing: 0.01em;
}
.ap-stat-accent .ap-stat-number { color: #E8836B !important; }
.ap-stat-accent .ap-stat-label { color: rgba(232,131,107,0.7) !important; }

/* === RIGUEUR === */
.ap-rigor { background: #fff; }
.ap-rigor-grid {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 4rem);
}
.ap-rigor-col h3 {
    font-family: 'Lora', Georgia, serif;
    font-size: clamp(1.15rem, 1.5vw, 1.35rem);
    font-weight: 700;
    margin: 0 0 1.2rem;
    padding-bottom: 0.8rem;
    line-height: 1.3;
}
.ap-rigor-do h3 { color: #0D7377; border-bottom: 2px solid #0D7377; }
.ap-rigor-dont h3 { color: #C0392B; border-bottom: 2px solid #C0392B; }
.ap-rigor-col ul { list-style: none; padding: 0; margin: 0; }
.ap-rigor-col li {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    color: #3A3A3A;
    line-height: 1.6;
    padding: 0.6rem 0;
    border-bottom: 1px solid #F0F0EC;
}
.ap-rigor-col li:last-child { border-bottom: none; }

/* === AVENIR === */
.ap-future { background: #F7F7F4; border-top: 1px solid #E8E8E4; }
.ap-future-opener {
    font-family: 'Lora', Georgia, serif;
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 1.8rem;
    line-height: 1.25;
}
.ap-future p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    color: #3A3A3A;
    line-height: 1.75;
    margin: 0 0 1.4rem;
}

/* === CTA === */
.ap-cta {
    padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 5vw, 4rem);
    background: #fff;
    text-align: center;
}
.ap-cta-inner { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.ap-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.85rem 1.8rem;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity 0.15s ease;
    cursor: pointer;
    border: none;
}
.ap-btn-primary { background: #0D7377; color: #fff; }
.ap-btn-primary:hover { opacity: 0.88; }
.ap-btn-secondary { background: transparent; color: #0D7377; border: 2px solid #0D7377; }
.ap-btn-secondary:hover { background: rgba(13,115,119,0.05); }
.ap-btn-sm { font-size: 0.9rem; padding: 0.7rem 1.4rem; white-space: nowrap; }

/* === FREEMIUM === */
.ap-freemium { background: #FAFAF8; border-top: 1px solid #E8E8E4; }
.ap-freemium-title {
    font-family: 'Lora', Georgia, serif;
    font-size: clamp(1.4rem, 2.2vw, 1.8rem);
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 2rem;
    text-align: center;
    line-height: 1.3;
}
.ap-freemium-block { margin-bottom: 1.8rem; }
.ap-freemium-block h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 0.5rem;
}
.ap-freemium-block p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.75;
    margin: 0;
}
.ap-freemium-recap {
    background: #fff;
    border: 1.5px solid rgba(13,115,119,0.2);
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.ap-freemium-recap-text p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    color: #1A1A1A;
    margin: 0;
}
.ap-freemium-recap-text .ap-small { font-size: 0.85rem; color: #6A6A6A; margin-top: 0.3rem; }

/* === FAQ === */
.ap-faq-section { background: #fff; border-top: 1px solid #E8E8E4; }
.ap-faq-title {
    font-family: 'Lora', Georgia, serif;
    font-size: clamp(1.4rem, 2.2vw, 1.8rem);
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 2rem;
    text-align: center;
}
.ap-faq { display: flex; flex-direction: column; gap: 8px; }
.ap-faq-item {
    background: #FAFAF8;
    border-radius: 8px;
    border: 1px solid #E8E8E4;
    overflow: hidden;
}
.ap-faq-item:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.ap-faq-q {
    width: 100%;
    background: none;
    border: none;
    padding: 1.1rem 1.3rem;
    text-align: left;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1A1A1A;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    line-height: 1.4;
}
.ap-faq-q:hover { color: #0D7377; }
.ap-faq-chevron { flex-shrink: 0; color: #0D7377; transition: transform 0.3s; }
.ap-faq-q.open .ap-faq-chevron { transform: rotate(180deg); }
.ap-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.3s;
    padding: 0 1.3rem;
}
.ap-faq-a.open { max-height: 800px; padding: 0 1.3rem 1.1rem; }
.ap-faq-a p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0 0 0.8rem;
    color: #475569;
    line-height: 1.75;
    font-size: 0.9rem;
}
.ap-faq-a p:last-child { margin-bottom: 0; }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .ap-hero-inner { grid-template-columns: 1fr; }
    .ap-hero-accroche br { display: none; }
    .ap-rigor-grid { grid-template-columns: 1fr; gap: 2rem; }
    .ap-stats-inner { gap: 1.5rem; }
    .ap-stat { min-width: 120px; }
    .ap-freemium-recap { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .ap-faq-q { font-size: 0.9rem; padding: 0.9rem 1rem; }
    .ap-faq-a { padding: 0 1rem; }
    .ap-faq-a.open { padding: 0 1rem 0.9rem; }
}
