﻿.about-hero {
    padding: 90px 20px;
    background: linear-gradient(135deg, #020617, #0f172a);
    color: #e5e7eb;
    text-align: center;
}

    .about-hero h1 {
        font-size: 48px;
        font-weight: 800;
        color: #38bdf8;
    }

.hero-subtitle {
    font-size: 18px;
    max-width: 700px;
    margin: 20px auto 0;
}

.about-section {
    padding: 70px 20px;
    background: #ffffff;
}

    .about-section.alt {
        background: #f8fafc;
    }

    .about-section h2 {
        font-size: 30px;
        margin-bottom: 20px;
        color: #0f172a;
    }

    .about-section p {
        font-size: 16px;
        line-height: 1.7;
        color: #334155;
    }

.flow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.flow-step span {
    font-size: 40px;
}

.flow-step h4 {
    margin-top: 10px;
    font-size: 18px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.card {
    padding: 25px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    text-align: center;
}

    .card h4 {
        margin-top: 10px;
        font-size: 18px;
    }

.features {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

    .features li {
        font-size: 16px;
        padding: 10px 0;
        color: #334155;
    }

.final blockquote {
    margin-top: 30px;
    font-size: 18px;
    font-style: italic;
    color: #0f172a;
    border-left: 4px solid #38bdf8;
    padding-left: 20px;
}
