/* ── About Hero ─────────────────────────────────────────── */
section.about-hero {
    background: linear-gradient(135deg, #591F8E, #7B2FBD);
    color: white;
    padding: 2.5rem 2rem 2rem;
    border: none;
}

.about-hero-inner {
    max-width: 860px;
    margin: 0 auto;
}

section.about-hero h1 {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.25rem;
    color: white;
}

section.about-hero p {
    font-size: 1.15rem;
    opacity: 0.9;
    line-height: 1.75;
    max-width: 680px;
    margin: 0;
    color: white;
}

/* ── Stats bar ──────────────────────────────────────────── */
.about-stats {
    background: #591F8E;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 1.25rem 2rem;
}

.about-stats-inner {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    align-items: center;
    flex-wrap: wrap;
}

.about-stat {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
}

.about-stat-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
}

.about-stat-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.6);
}

.about-stat + .about-stat {
    padding-left: 3rem;
    border-left: 1px solid rgba(255,255,255,0.2);
}

/* ── About Body ─────────────────────────────────────────── */
section.about-body {
    padding: 4rem 2rem;
    background: white;
    border: none;
}

.about-body-inner {
    max-width: 860px;
    margin: 0 auto;
}

/* ── Prose content ──────────────────────────────────────── */
.about-content {
    color: #1e293b;
    font-size: 1.05rem;
    line-height: 1.8;
}

.about-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 2.5rem 0 1rem;
    text-align: left;
}

.about-content h2:first-child {
    margin-top: 0;
}

.about-content p {
    margin-bottom: 1.25rem;
    color: #334155;
}

.about-content hr {
    border: none;
    border-top: 1px solid #F2E8FF;
    margin: 2.5rem 0;
}

.about-content a {
    color: #7B2FBD;
    text-decoration: underline;
    text-decoration-color: rgba(123,47,189,0.3);
}

.about-content a:hover {
    text-decoration-color: #7B2FBD;
}

/* ── Pipeline section ───────────────────────────────────── */
.pipeline-section {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #F2E8FF;
}

.pipeline-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.75rem;
    text-align: left;
}

.pipeline-intro {
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0 0 1.25rem;
}

.pipeline-list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.pipeline-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #F9F4FF;
    border: 1px solid rgba(89, 31, 142, 0.1);
    border-left: 3px solid #7B2FBD;
    border-radius: 0 0.5rem 0.5rem 0;
}

.pipeline-number {
    font-size: 0.8rem;
    font-weight: 800;
    color: white;
    background: #7B2FBD;
    min-width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.pipeline-content strong {
    display: block;
    font-weight: 700;
    color: #1e293b;
    font-size: 0.97rem;
    margin-bottom: 0.2rem;
}

.pipeline-content p {
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.6;
}

.pipeline-closing {
    margin-top: 1.25rem;
    color: #475569;
    font-size: 0.97rem;
    line-height: 1.7;
    font-style: italic;
}

/* ── Compliance section ─────────────────────────────────── */
.compliance-section {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid #F2E8FF;
}

.compliance-section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 1.25rem;
    text-align: left;
}

.compliance-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.compliance-badge {
    background: #F2E8FF;
    color: #591F8E;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(89,31,142,0.2);
}

/* ── About CTA ──────────────────────────────────────────── */
section.about-cta {
    background: #F2E8FF;
    padding: 4rem 2rem;
    text-align: center;
    border: none;
}

.about-cta-inner {
    max-width: 640px;
    margin: 0 auto;
}

section.about-cta h2 {
    color: #591F8E;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 1rem;
    text-align: center;
}

section.about-cta p {
    color: #64748b;
    font-size: 1.05rem;
    margin: 0 0 2rem;
}

.about-cta-btn {
    display: inline-block;
    background: #591F8E;
    color: white;
    padding: 0.875rem 2rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.2s ease, transform 0.2s ease;
}

.about-cta-btn:hover {
    background: #7B2FBD;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    section.about-hero h1 {
        font-size: 2rem;
    }

    .about-stats-inner {
        gap: 1.5rem;
    }

    .about-stat + .about-stat {
        padding-left: 1.5rem;
    }

    .compliance-badges {
        flex-direction: column;
    }
}
