/* ── About page ── */
body {
    background: #fff !important;
}

/* ── Hero ── */
.about-hero {
    background: radial-gradient(ellipse 40% 40% at top right, #3d1080 0%, transparent 100%), radial-gradient(ellipse 40% 40% at bottom left, #3d1080 0%, transparent 100%), #0a0015;
    margin-top: -78px;
    padding: calc(7rem + 78px) 2rem 5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(167, 139, 250, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.about-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 1rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    color: #c4b5fd;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.about-hero-tag span {
    width: 6px;
    height: 6px;
    background: #a78bfa;
    border-radius: 50%;
    display: inline-block;
}

.about-hero h1 {
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.about-hero h1 em {
    font-style: normal;
    background: linear-gradient(90deg, #a78bfa, #e879f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-hero p {
    font-size: 1.1rem;
    color: #c4b5fd;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ── Layout ── */
.about-section {
    padding: 5rem 2rem;
}

.about-section.bg-light {
    background: #f8fafc;
}

.section-wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.section-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6022c4;
    margin-bottom: 0.75rem;
}

.section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    line-height: 1.25;
}

.section-lead {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.8;
    max-width: 700px;
    margin-bottom: 0;
}

/* ── Mission ── */
.mission-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    margin-top: 1rem;
}

.mission-numbers {
    display: flex;
    gap: 0;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
}

.mission-stat {
    flex: 1;
    padding: 2rem 1.25rem;
    text-align: center;
    border-right: 1px solid #e2e8f0;
}

.mission-stat:last-child {
    border-right: none;
}

.mission-stat-num {
    font-size: 2.2rem;
    font-weight: 800;
    color: #6022c4;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 0.4rem;
}

.mission-stat-label {
    font-size: 0.78rem;
    color: #64748b;
    font-weight: 500;
}

/* ── Compare ── */
.compare-section {
    padding: 5rem 2rem;
    background: #0f172a;
}

.compare-section .section-label {
    color: #a78bfa;
}

.compare-section .section-title {
    color: #f1f5f9;
    margin-bottom: 2.5rem;
}

.compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.compare-col {
    border-radius: 16px;
    padding: 2rem 2.25rem;
}

.compare-before {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.compare-after {
    background: rgba(167, 139, 250, 0.08);
    border: 1px solid rgba(167, 139, 250, 0.2);
}

.compare-col-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.5rem;
}

.compare-before .compare-col-label {
    color: #94a3b8;
}

.compare-after .compare-col-label {
    color: #a78bfa;
}

.compare-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.compare-col ul li {
    font-size: 0.95rem;
    line-height: 1.6;
    padding-left: 0;
}

.compare-before ul li {
    color: #64748b;
}

.compare-after ul li {
    color: #e2e8f0;
}

/* ── Values / Philosophie ── */
.values-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 3rem;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
}

.value-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.75rem 2rem;
    border-bottom: 1px solid #e2e8f0;
    transition: background 0.2s;
}

.value-item:last-child {
    border-bottom: none;
}

.value-item:hover {
    background: #faf8ff;
}

.value-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: #f0e8ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6022c4;
    margin-top: 0.1rem;
}

.value-body h3 {
    font-size: 1rem;
    font-weight: 650;
    color: #0f172a;
    margin-bottom: 0.35rem;
    letter-spacing: -0.01em;
}

.value-body p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
}

/* ── Modules pills ── */
.modules-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2.5rem;
}

.module-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #0f172a;
    transition: all 0.2s;
}

.module-pill svg {
    color: #6022c4;
    flex-shrink: 0;
}

.module-pill:hover {
    border-color: #6022c4;
    background: #faf8ff;
    color: #6022c4;
}

/* ── Security checks ── */
.security-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    margin-top: 2.5rem;
}

.security-check {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.92rem;
    color: #0f172a;
    font-weight: 500;
    width: calc(33.33% - 1.5rem);
}

.security-check svg {
    flex-shrink: 0;
    color: #6022c4;
    background: #f0e8ff;
    border-radius: 50%;
    padding: 3px;
    width: 22px;
    height: 22px;
}

/* ── CTA ── */
.cta-section {
    background: linear-gradient(135deg, #1a0533 0%, #5b21b6 100%);
    padding: 5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 80% at 50% 100%, rgba(167, 139, 250, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.cta-section h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1rem;
    color: #c4b5fd;
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-white {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 1.5rem;
    background: #fff;
    color: #6022c4;
    border-radius: 100px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-white:hover {
    background: #f5f0ff;
    transform: translateY(-1px);
}

.btn-outline-white {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 1.5rem;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-white:hover {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .security-check {
        width: calc(50% - 1rem);
    }
}

@media (max-width: 768px) {
    .mission-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .mission-numbers {
        flex-wrap: wrap;
    }

    .mission-stat {
        min-width: 50%;
        border-bottom: 1px solid #e2e8f0;
    }

    .mission-stat:nth-child(odd) {
        border-right: 1px solid #e2e8f0;
    }

    .compare-grid {
        grid-template-columns: 1fr;
    }

    .about-section {
        padding: 3.5rem 1.25rem;
    }

    .compare-section {
        padding: 3.5rem 1.25rem;
    }

    .about-hero {
        padding: 7rem 1.25rem 3.5rem;
    }

    .security-check {
        width: 100%;
    }

    .value-item {
        padding: 1.5rem;
    }
}
