.about-modern {
    padding: 60px 0;
    background:
        radial-gradient(1200px 500px at 0 -120px, rgba(79, 172, 254, 0.12), transparent 60%),
        radial-gradient(900px 440px at 100% 120%, rgba(242, 85, 44, 0.1), transparent 62%),
        #f3f5f9;
}

.about-modern__inner {
    max-width: 1320px;
}

.about-modern__hero {
    min-height: 140px;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26);
    background: radial-gradient(90% 210% at 5% 50%, rgba(28, 144, 185, 0.52) 0%, rgba(28, 144, 185, 0.18) 32%, rgba(28, 144, 185, 0) 54%), radial-gradient(90% 210% at 95% 50%, rgba(28, 144, 185, 0.52) 0%, rgba(28, 144, 185, 0.18) 32%, rgba(28, 144, 185, 0) 54%), linear-gradient(90deg, #1d4f87 0%, #2b2866 36%, #2b2866 64%, #1d4f87 100%);
}

.about-modern__title {
    margin: 0;
    color: #efefef;
    font-size: clamp(36px, 3.5vw, 64px);
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
}

.about-modern__stats {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.about-modern__stat {
    padding: 20px 22px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e5ebf5;
    box-shadow: 0 10px 24px rgba(26, 44, 78, 0.08);
}

.about-modern__stat-label {
    color: #6a7890;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.about-modern__stat-value {
    margin-top: 10px;
    color: #1a2946;
    font-size: clamp(18px, 1.6vw, 24px);
    line-height: 1.28;
    font-weight: 700;
}

.about-modern__story,
.about-modern__legal,
.about-modern__notes {
    margin-top: 28px;
    padding: 28px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e5ebf5;
    box-shadow: 0 12px 30px rgba(26, 44, 78, 0.09);
}

.about-modern__section-title {
    margin: 0;
    font-size: clamp(28px, 2.8vw, 42px);
    line-height: 1.12;
    font-weight: 700;
    color: #182644;
}

.about-modern__story-text p {
    margin: 16px 0 0;
    font-size: clamp(17px, 1.35vw, 22px);
    line-height: 1.55;
    color: #5e6b81;
}

.about-modern__wysiwyg {
    margin-top: 18px;
}

.about-modern__legal-row {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
    gap: 24px;
    padding: 14px 0;
    border-top: 1px solid #e6ebf4;
}

.about-modern__legal-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.about-modern__legal-name {
    font-size: clamp(16px, 1.22vw, 20px);
    line-height: 1.4;
    color: #1f2c44;
    font-weight: 700;
}

.about-modern__legal-value {
    font-size: clamp(16px, 1.22vw, 20px);
    line-height: 1.4;
    color: #616f87;
    word-break: break-word;
}

.about-modern__wysiwyg p {
    margin: 0;
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.55;
    color: #5f6e87;
}

.about-modern__wysiwyg p + p {
    margin-top: 16px;
}

.about-modern__wysiwyg a {
    color: #2652db;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 992px) {
    .about-modern__stats {
        grid-template-columns: 1fr;
    }

    .about-modern__legal-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .about-modern__hero {
        min-height: 112px;
    }
}

@media (max-width: 768px) {
    .about-modern__hero {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .about-modern__story,
    .about-modern__legal,
    .about-modern__notes {
        padding: 18px;
        border-radius: 18px;
        margin-top: 18px;
    }

}
