.about-redesign {
    background: #fff;
    color: #1A1B1C;
    overflow: hidden;
}

.about-redesign * {
    box-sizing: border-box;
}

.about-redesign img {
    display: block;
    max-width: 100%;
}

.about-section,
.about-final {
    padding: 92px 0;
}

.about-section--muted {
    background: linear-gradient(135deg, #F7F9FA 0%, #FFFFFF 58%, rgba(12, 155, 216, .08) 100%);
}

.about-section--fit {
    background: #F7F9FA;
}

.about-section--solution {
    background:
        linear-gradient(135deg, #FFFFFF 0%, #F5FAFC 54%, rgba(12, 155, 216, .10) 100%);
}

.about-section--dark,
.about-services {
    color: #fff;
    background: linear-gradient(135deg, rgba(26, 27, 28, .98) 0%, rgba(28, 43, 49, .98) 54%, rgba(12, 155, 216, .9) 100%);
}

.about-section__head {
    max-width: 820px;
    margin: 0 auto 38px;
    text-align: center;
}

.about-section__head--left {
    max-width: 560px;
    margin: 0;
    text-align: left;
}

.about-section__head h2,
.about-final h2 {
    margin: 0 0 18px;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 500;
    color: #1A1B1C;
}

.about-section__head div,
.about-final div,
.about-lead,
.about-rule__text,
.about-review__text {
    font-size: 17px;
    line-height: 1.72;
    color: #5B6167;
}

.about-services .about-section__head h2,
.about-services .about-section__head div,
.about-section--dark .about-section__head h2,
.about-section--dark .about-section__head div {
    color: #fff;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 14px 28px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: .24s ease;
}

.about-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, #0C9BD8 0%, #098EC7 52%, #08739F 100%);
    box-shadow: 0 16px 34px rgba(12, 155, 216, .28);
}

.about-btn--primary:hover {
    color: #fff;
    background: linear-gradient(135deg, #13A8E6 0%, #0C9BD8 52%, #08739F 100%);
}

.about-btn--secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, .72);
    background: rgba(255, 255, 255, .08);
}

.about-btn--secondary:hover {
    color: #1A1B1C;
    background: rgba(255, 255, 255, .94);
    border-color: rgba(255, 255, 255, .94);
}

.about-btn--light {
    color: #08739F;
    border-color: rgba(12, 155, 216, .22);
    background: rgba(255, 255, 255, .96);
}

.about-btn--light:hover {
    color: #066A92;
    border-color: rgba(12, 155, 216, .34);
}

.about-hero {
    padding: 74px 0 86px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(35, 181, 235, .32) 0%, rgba(35, 181, 235, 0) 30%),
        radial-gradient(circle at 12% 82%, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, 0) 28%),
        linear-gradient(138deg, #172A32 0%, #124E63 42%, #0D7EA9 76%, #19323A 100%);
}

.about-hero .brdc {
    display: inline-flex !important;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 100%;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    color: #fff !important;
    background: rgba(8, 34, 43, .66);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
    text-shadow: none;
    backdrop-filter: blur(8px);
}

.about-hero .brdc li,
.about-hero .brdc a,
.about-hero .brdc span {
    color: #fff !important;
    font-weight: 500;
    line-height: 1.35;
}

.about-hero .brdc li {
    margin-right: 0;
}

.about-hero .brdc li:after {
    color: rgba(255, 255, 255, .62);
}

.about-hero .brdc a:hover {
    color: #BDE4F4 !important;
}

.about-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 46px;
    align-items: center;
    padding-top: 52px;
}

.about-hero__content {
    max-width: 780px;
}

.about-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.about-hero h1 {
    margin: 0;
    max-width: 760px;
    color: #fff;
    font-size: 56px;
    line-height: 1.02;
    font-weight: 500;
}

.about-lead {
    max-width: 700px;
    margin-top: 24px;
    color: rgba(255, 255, 255, .82);
}

.about-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.about-hero__badges span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 8px;
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .13);
    font-size: 14px;
    line-height: 1.25;
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.about-hero__visual {
    display: grid;
    gap: 18px;
    align-self: stretch;
}

.about-hero__panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .14);
    box-shadow: 0 24px 54px rgba(16, 79, 103, .24);
    backdrop-filter: blur(10px);
}

.about-hero__panel > strong {
    display: block;
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
}

.about-hero__panel > div {
    margin-top: 12px;
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
    line-height: 1.55;
}

.about-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.about-hero__stats span {
    display: block;
    min-height: 106px;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .14);
}

.about-hero__stats strong {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    font-weight: 500;
}

.about-hero__stats em {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.35;
    font-style: normal;
}

.about-geo-card {
    min-height: 100%;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 28px 60px rgba(0, 0, 0, .24);
    backdrop-filter: blur(10px);
}

.about-geo-card strong {
    display: block;
    margin-bottom: 24px;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
}

.about-geo-card__row {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .92);
    font-size: 16px;
    line-height: 1.5;
}

.about-geo-card__row span {
    color: rgba(255, 255, 255, .58);
}

.about-geo-card__row a {
    color: #fff;
    text-decoration: none;
}

.about-geo-card__row a:hover {
    color: #BDE4F4;
}

.about-geo-card__note {
    margin-top: 22px;
    padding: 16px 18px;
    border-radius: 8px;
    color: #fff;
    background: rgba(12, 155, 216, .28);
    font-size: 16px;
    line-height: 1.5;
}

.about-intro,
.about-trust,
.about-market-grid,
.about-final__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.about-intro__text {
    display: grid;
    gap: 34px;
}

.about-facts,
.about-proof,
.about-rules,
.about-review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.about-fact,
.about-proof__item,
.about-rule,
.about-review,
.about-market,
.about-service-card {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(26, 27, 28, .08);
}

.about-fact {
    min-height: 166px;
    padding: 28px;
    border: 1px solid rgba(12, 155, 216, .12);
}

.about-fact span {
    display: block;
    margin-bottom: 18px;
    color: #0C9BD8;
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
}

.about-fact div {
    color: #1A1B1C;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 500;
}

.about-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-service-card {
    display: block;
    min-height: 236px;
    padding: 28px;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
    transition: .24s ease;
}

.about-service-card:hover {
    color: #fff;
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .26);
    background: rgba(255, 255, 255, .12);
}

.about-service-card span {
    display: block;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .46);
    font-size: 15px;
    line-height: 1;
}

.about-service-card strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.28;
    font-weight: 500;
}

.about-service-card__category {
    margin-top: 14px;
    color: #BDE4F4;
    font-size: 14px;
    line-height: 1.5;
}

.about-service-card__text {
    margin-top: 12px;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.62;
}

.about-empty {
    padding: 28px;
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.about-solution {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 24px;
    align-items: stretch;
}

.about-solution__main {
    padding: 38px;
    border-radius: 8px;
    color: #fff;
    background:
        radial-gradient(circle at 84% 16%, rgba(12, 155, 216, .42) 0%, rgba(12, 155, 216, 0) 34%),
        linear-gradient(135deg, #172A32 0%, #124E63 58%, #0D7EA9 100%);
    box-shadow: 0 24px 58px rgba(12, 155, 216, .18);
}

.about-solution__main > span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 13px;
    border-radius: 8px;
    color: #BDE4F4;
    background: rgba(255, 255, 255, .12);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.about-solution__main h2 {
    margin: 28px 0 20px;
    color: #fff;
    font-size: 38px;
    line-height: 1.08;
    font-weight: 500;
}

.about-solution__main > div {
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.72;
}

.about-solution__main > strong {
    display: block;
    margin-top: 28px;
    padding: 20px;
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-size: 17px;
    line-height: 1.55;
    font-weight: 500;
}

.about-solution__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-solution-card {
    min-height: 100%;
    padding: 28px;
    border: 1px solid rgba(12, 155, 216, .14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(26, 27, 28, .08);
}

.about-solution-card > strong {
    display: block;
    color: #1A1B1C;
    font-size: 20px;
    line-height: 1.28;
    font-weight: 500;
}

.about-solution-card__items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.about-solution-card__items span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 11px;
    border-radius: 8px;
    color: #08739F;
    background: rgba(12, 155, 216, .10);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
}

.about-fit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.about-fit-card {
    min-height: 100%;
    padding: 34px;
    border: 1px solid rgba(12, 155, 216, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(26, 27, 28, .08);
}

.about-fit-card--accent {
    color: #fff;
    border-color: rgba(12, 155, 216, .16);
    background: linear-gradient(135deg, #1A1B1C 0%, #1E323A 58%, #0C9BD8 100%);
    box-shadow: 0 22px 52px rgba(12, 155, 216, .18);
}

.about-fit-card > span {
    display: block;
    margin-bottom: 22px;
    color: #0C9BD8;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
}

.about-fit-card--accent > span {
    color: rgba(255, 255, 255, .58);
}

.about-fit-card h2 {
    margin: 0 0 18px;
    color: #1A1B1C;
    font-size: 32px;
    line-height: 1.12;
    font-weight: 500;
}

.about-fit-card > div {
    color: #5B6167;
    font-size: 17px;
    line-height: 1.68;
}

.about-fit-card--accent h2,
.about-fit-card--accent > div {
    color: #fff;
}

.about-fit-card--accent > div {
    color: rgba(255, 255, 255, .82);
}

.about-fit-list {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.about-fit-list strong {
    display: block;
    padding: 15px 17px;
    border-radius: 8px;
    color: #1A1B1C;
    background: #F7F9FA;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.about-fit-card--accent .about-fit-list strong {
    color: #fff;
    background: rgba(255, 255, 255, .12);
}

.about-proof__item {
    padding: 28px;
    border: 1px solid rgba(12, 155, 216, .12);
}

.about-proof__item span {
    display: block;
    margin-bottom: 22px;
    color: #0C9BD8;
    font-size: 18px;
    font-weight: 500;
}

.about-proof__item strong,
.about-rule strong,
.about-market strong,
.about-review strong {
    display: block;
    color: #1A1B1C;
    font-size: 20px;
    line-height: 1.32;
    font-weight: 500;
}

.about-proof__item div,
.about-market div {
    margin-top: 14px;
    color: #5B6167;
    font-size: 16px;
    line-height: 1.66;
}

.about-proof__action {
    margin-top: 24px;
}

.about-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-photo {
    overflow: hidden;
    border-radius: 8px;
    background: #EAF0F3;
}

.about-photo img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: transform .4s ease;
}

.about-photo:hover img {
    transform: scale(1.04);
}

.about-rules {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-rule {
    min-height: 100%;
    padding: 28px;
    border: 1px solid rgba(12, 155, 216, .12);
}

.about-rule img {
    width: 49px;
    height: 49px;
    margin-bottom: 22px;
}

.about-rule__text {
    margin-top: 14px;
    font-size: 15px;
}

.about-rule__text p {
    margin: 0 0 10px;
}

.about-section--markets {
    background:
        linear-gradient(135deg, #F5FAFC 0%, #FFFFFF 45%, rgba(12, 155, 216, .12) 100%);
}

.about-section--markets .about-market-grid {
    align-items: stretch;
    gap: 30px;
}

.about-market-summary {
    min-height: 100%;
    padding: 38px;
    border: 1px solid rgba(12, 155, 216, .14);
    border-radius: 8px;
    background:
        linear-gradient(140deg, rgba(255, 255, 255, .96) 0%, rgba(235, 248, 253, .96) 100%);
    box-shadow: 0 22px 52px rgba(26, 27, 28, .08);
}

.about-market-summary h2 {
    margin: 0 0 20px;
    color: #1A1B1C;
    font-size: 38px;
    line-height: 1.08;
    font-weight: 500;
}

.about-market-summary > div {
    color: #5B6167;
    font-size: 17px;
    line-height: 1.72;
}

.about-market-stats {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.about-market-stats span {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 18px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(12, 155, 216, .08);
}

.about-market-stats strong {
    display: block;
    color: #0C9BD8;
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
}

.about-market-stats em {
    color: #5B6167;
    font-size: 15px;
    line-height: 1.35;
    font-style: normal;
}

.about-market-list {
    display: grid;
    gap: 16px;
}

.about-market {
    position: relative;
    min-height: 100%;
    padding: 30px 30px 30px 92px;
    border: 1px solid rgba(12, 155, 216, .14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(26, 27, 28, .08);
}

.about-market > span {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #0C9BD8 0%, #08739F 100%);
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.about-review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-review {
    padding: 28px;
    border: 1px solid rgba(12, 155, 216, .12);
}

.about-review img {
    width: 82px;
    height: 82px;
    margin-bottom: 22px;
    border-radius: 100px;
    object-fit: cover;
}

.about-review strong {
    margin-top: 20px;
    font-size: 17px;
}

.about-review span {
    display: block;
    margin-top: 4px;
    color: #747A80;
    font-size: 14px;
    line-height: 1.5;
}

.about-center {
    margin-top: 34px;
    text-align: center;
}

.about-link-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    padding: 14px 24px;
    border: 1px solid rgba(12, 155, 216, .22);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(12, 155, 216, .10) 0%, rgba(8, 115, 159, .04) 100%);
    box-shadow: 0 14px 28px rgba(12, 155, 216, .12);
    font-size: 15px;
    font-weight: 500;
    color: #08739F;
    text-decoration: none;
    transition: .24s ease;
}

.about-link-more:hover {
    color: #066A92;
    border-color: rgba(12, 155, 216, .34);
    background: linear-gradient(135deg, rgba(12, 155, 216, .16) 0%, rgba(8, 115, 159, .08) 100%);
    box-shadow: 0 18px 34px rgba(12, 155, 216, .16);
    transform: translateY(-1px);
}

.about-final {
    color: #fff;
    background:
        radial-gradient(circle at 84% 22%, rgba(12, 155, 216, .28) 0%, rgba(12, 155, 216, 0) 32%),
        #1A1B1C;
}

.about-final h2,
.about-final div {
    color: #fff;
}

.about-final__grid {
    grid-template-columns: minmax(0, .92fr) minmax(320px, .78fr);
    align-items: start;
}

.about-final__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-start;
}

.about-contact-card {
    grid-column: 2;
    grid-row: 1 / span 2;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 24px 54px rgba(0, 0, 0, .20);
}

.about-contact-card strong {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
}

.about-contact-card__intro {
    margin-top: 12px;
    color: rgba(255, 255, 255, .74);
    font-size: 16px;
    line-height: 1.55;
}

.about-contact-card__row {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.about-contact-card__intro + .about-contact-card__row {
    margin-top: 22px;
}

.about-contact-card__row span {
    color: rgba(255, 255, 255, .56);
}

.about-contact-card__row em,
.about-contact-card__row a {
    color: #fff;
    font-style: normal;
    text-decoration: none;
}

.about-contact-card__row a:hover {
    color: #BDE4F4;
}

.about-contact-card__note {
    margin-top: 18px;
    padding: 15px 17px;
    border-radius: 8px;
    color: #fff;
    background: rgba(12, 155, 216, .26);
}

@media (max-width: 1199px) {
    .about-hero__grid,
    .about-intro,
    .about-trust,
    .about-solution,
    .about-market-grid,
    .about-final__grid {
        grid-template-columns: 1fr;
    }

    .about-services__grid,
    .about-solution__grid,
    .about-rules,
    .about-review-grid,
    .about-fit {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-contact-card {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 959px) {
    .about-section,
    .about-final {
        padding: 64px 0;
    }

    .about-hero {
        padding: 62px 0 64px;
    }

    .about-hero__grid {
        padding-top: 32px;
    }

    .about-hero h1 {
        font-size: 42px;
    }

    .about-section__head h2,
    .about-final h2,
    .about-solution__main h2,
    .about-market-summary h2 {
        font-size: 32px;
    }

    .about-section__head,
    .about-section__head--left {
        max-width: 100%;
        text-align: left;
    }

    .about-facts,
    .about-proof,
    .about-services__grid,
    .about-solution__grid,
    .about-photo-grid,
    .about-rules,
    .about-review-grid,
    .about-fit {
        grid-template-columns: 1fr;
    }

    .about-photo img {
        height: auto;
    }
}

@media (max-width: 599px) {
    .about-section,
    .about-final {
        padding: 52px 0;
    }

    .about-hero {
        padding: 48px 0 52px;
    }

    .about-hero h1 {
        font-size: 34px;
    }

    .about-lead,
    .about-section__head div,
    .about-final div {
        font-size: 16px;
    }

    .about-geo-card,
    .about-hero__panel,
    .about-fact,
    .about-service-card,
    .about-solution__main,
    .about-solution-card,
    .about-fit-card,
    .about-proof__item,
    .about-rule,
    .about-market,
    .about-review,
    .about-contact-card {
        padding: 24px;
    }

    .about-hero__stats {
        grid-template-columns: 1fr;
    }

    .about-geo-card__row,
    .about-contact-card__row,
    .about-market-stats span {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .about-market > span {
        position: static;
        margin-bottom: 18px;
    }

    .about-hero__actions,
    .about-final__actions {
        display: grid;
    }

    .about-btn {
        width: 100%;
    }
}
