.about-hero {
    padding: 4rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 20% 0%, rgba(99, 102, 241, 0.18), transparent 55%),
        radial-gradient(ellipse 60% 50% at 90% 20%, rgba(139, 92, 246, 0.12), transparent 50%);
    pointer-events: none;
}

.about-hero-inner {
    position: relative;
    z-index: 1;
}

.about-hero-lead {
    font-size: 1.15rem;
    line-height: 1.75;
    color: var(--text-secondary);
    max-width: 42rem;
}

.about-stat-band {
    background: var(--bg-glass);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    padding: 1.75rem 1.25rem;
}

.about-stat-item {
    text-align: center;
    padding: 0.5rem;
}

.about-stat-item strong {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: var(--text-primary);
    line-height: 1.1;
}

.about-stat-item span {
    font-size: 0.88rem;
    color: var(--text-muted);
}

.about-offering-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    background: var(--bg-glass);
    border: 1px solid var(--border-color);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.about-offering-card:hover {
    transform: translateY(-4px);
    border-color: rgba(99, 102, 241, 0.45);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    color: inherit;
}

.about-offering-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.about-offering-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.about-offering-card p {
    font-size: 0.92rem;
    color: var(--text-secondary);
    line-height: 1.65;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.about-offering-link {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--primary-light, #818cf8);
}

.about-audience-card {
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-color);
    height: 100%;
}

.about-audience-card h5 {
    font-weight: 700;
    margin-bottom: 0.65rem;
}

.about-audience-card p {
    font-size: 0.92rem;
    color: var(--text-secondary);
    line-height: 1.65;
    margin: 0;
}

.about-timeline {
    position: relative;
    padding-left: 1.75rem;
    border-left: 2px solid rgba(99, 102, 241, 0.35);
}

.about-timeline-item {
    position: relative;
    padding-bottom: 2rem;
}

.about-timeline-item:last-child {
    padding-bottom: 0;
}

.about-timeline-item::before {
    content: '';
    position: absolute;
    left: -1.85rem;
    top: 0.35rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gradient-primary, linear-gradient(135deg, #6366f1, #8b5cf6));
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.2);
}

.about-timeline-year {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary-light, #818cf8);
    margin-bottom: 0.35rem;
}

.about-timeline-item h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.about-timeline-item p {
    font-size: 0.92rem;
    color: var(--text-secondary);
    line-height: 1.65;
    margin: 0;
}

.about-founder-card {
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-color);
    background: var(--bg-glass);
    overflow: hidden;
}

.about-founder-card .founder-img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.about-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.about-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-color);
    font-size: 0.88rem;
    color: var(--text-secondary);
}

.about-cta-band {
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(139, 92, 246, 0.12));
    border: 1px solid rgba(99, 102, 241, 0.35);
    text-align: center;
}

.about-team-mini {
    text-align: center;
}

.about-team-mini img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(99, 102, 241, 0.4);
    margin-bottom: 0.75rem;
}

.about-mission-block {
    padding: 1.75rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-color);
    height: 100%;
}

.about-mission-block h3 {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 0.85rem;
}

.about-mission-block p {
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--text-secondary);
    margin: 0;
}

@media (max-width: 767px) {
    .about-stat-item strong {
        font-size: 1.5rem;
    }

    .about-hero {
        padding-top: 2.5rem;
    }
}
