.about-hero {
    background: radial-gradient(circle at 85% 15%, rgba(157, 169, 0, .28), transparent 31%), linear-gradient(118deg, #071f33 0%, #14301c 65%, #3d4a0b 100%);
    color: #fff;
    padding: 56px 6% 64px;
}
.about-eyebrow {
    color: #bdeef2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.about-hero h1 {
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -.03em;
    margin: 0;
    max-width: 720px;
}
.about-hero h1 span {
    color: #c8df65;
}
.about-hero-sub {
    max-width: 620px;
    margin: 16px 0 0;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .82);
}

.about-intro-section {
    background: linear-gradient(180deg, #edf5f8 0, #fff 30%);
    padding: 56px 6% 40px;
}
.about-intro-card {
    background: #ffffff;
    border: 1px solid #e6eef2;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(16, 42, 67, .08);
    padding: 32px;
    max-width: 900px;
    margin: 0 auto;
}
.about-intro-card p {
    font-size: 15px;
    line-height: 1.75;
    color: #627d98;
    margin: 0 0 14px;
}
.about-intro-card p:last-child {
    margin-bottom: 0;
}

.about-process-section {
    background: #fff;
    padding: 20px 6% 90px;
}
.about-process-section h2 {
    font-size: 26px;
    font-weight: 600;
    color: #102a43;
    text-align: center;
    margin: 0 0 12px;
}
.about-process-intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 36px;
    color: #627d98;
    font-size: 15px;
    line-height: 1.7;
}
.about-process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}
.about-process-step {
    background: #f6f9fc;
    border: 1px solid #e6eef2;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.about-process-step i {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f6de;
    border: 1px solid #dde6b8;
    border-radius: 10px;
    color: #6e7600;
    font-size: 17px;
}
.about-process-step h4 {
    font-size: 15px;
    font-weight: 700;
    color: #102a43;
    margin: 0 0 6px;
}
.about-process-step p {
    font-size: 13px;
    line-height: 1.6;
    color: #627d98;
    margin: 0;
}
