.about-cta {
    background: linear-gradient(135deg, #071f1a 0%, #0c2c25 100%);
    border-radius: 34px;
    padding: 80px;
    text-align: center;
    margin-bottom: 110px;
}

.about-cta h2 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 58px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -2px;
}

.about-cta p {
    margin: 0 auto 38px;
    color: rgba(255,255,255,0.85);
    font-size: 18px;
    line-height: 1.8;
    max-width: 700px;
}

.about-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 0 36px;
    background: #ffffff;
    color: #152420;
    text-decoration: none;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    transition: all .25s ease;
}

.about-cta-button:hover {
    background: #eef3f4;
    color: #152420;
}

