.about-page-main {
    padding: 24px 0 0;
    background: #fff;
}

.about-hero__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 560px;
    align-items: start;
    gap: 32px;
    margin-bottom: 26px;
}

.about-hero__title,
.about-story__title,
.about-section-title,
.about-consultation__title {
    margin: 0;
    color: #1d2430;
    letter-spacing: -0.03em;
}

.about-hero__title {
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.about-hero__subtitle {
    max-width: 560px;
    margin: 0;
    padding-top: 2px;
    justify-self: end;
    color: #394457;
    font-size: 21px;
    line-height: 1.34;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: left;
}

.about-hero__image-wrap {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: none;
}

.about-hero__image {
    display: block;
    width: 100%;
    height: auto;
}

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

.about-feature-pill {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 80px;
    padding: 18px 30px;
    border: 0;
    border-radius: 20px;
    background: #f4f7fd;
}

.about-feature-pill__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    color: #4a78cc;
}

.about-feature-pill__icon svg {
    display: block;
    width: 26px;
    height: 26px;
}

.about-feature-pill__text {
    color: #303b4d;
    font-size: 17px;
    line-height: 1.18;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.about-story {
    padding-top: 28px;
}

.about-story__content {
    max-width: 800px;
    color: #556072;
}

.about-story__title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
}

.about-story__content p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.7;
}

.about-story__list {
    margin: -2px 0 15px;
    padding: 0;
    list-style: none;
}

.about-story__list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.7;
}

.about-story__list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #556072;
}

.about-story {
    padding-top: 66px;
}

.about-story__content {
    max-width: 800px;
    margin: 0 auto;
    color: #465266;
}

.about-story__title {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.about-story__content p {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.42;
    letter-spacing: -0.01em;
}

.about-story__list {
    margin: -14px 0 28px;
    padding: 0 0 0 24px;
}

.about-story__list li {
    padding-left: 0;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.42;
    letter-spacing: -0.01em;
}

.about-story__list li::before {
    left: -16px;
    color: #465266;
}

.about-story__content p:last-child {
    margin-bottom: 0;
    font-weight: 700;
    color: #384355;
}

.about-consultation {
    padding-top: 100px;
}

.about-consultation__shell {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 406px;
    border-radius: 24px 24px 0;
    overflow: hidden;
    background: #20232a;
}

.about-consultation__shell::before,
.about-consultation__shell::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.about-consultation__shell::before {
    top: 77px;
    right: 0;
    bottom: 0;
    width: 49%;
    border-radius: 34px 0 0 0;
    background: #fff;
    z-index: 3;
}

.about-consultation__shell::after {
    display: none;
}

.about-consultation__pitch {
    position: relative;
    z-index: 1;
    padding: 92px 34px 48px 38px;
    color: #cbd3e3;
}

.about-consultation__title {
    position: relative;
    z-index: 1;
    max-width: 342px;
    color: #fff;
    font-size: 40px;
    line-height: 120%;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.about-consultation__title span {
    display: inline-block;
    padding: 0 8px 3px 7px;
    background: #ffdf2f;
    color: #171b23;
}

.about-consultation__text {
    position: relative;
    z-index: 1;
    max-width: 390px;
    margin: 22px 0 0;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 500;
    color: #cfd5e1;
    z-index: 5;
}

.about-consultation__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.about-consultation__decor-bar,
.about-consultation__decor-triangle {
    position: absolute;
    background: #2c3550;
}

.about-consultation__decor-bar {
    right: 146px;
    bottom: 0;
    width: 64px;
    height: 309px;
    border-radius: 7px 7px 0 0;
}

.about-consultation__decor-triangle {
    width: 62px;
    height: 62px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.about-consultation__decor-triangle--middle {
    right: 26px;
    top: 171px;
}

.about-consultation__decor-triangle--bottom {
    right: 26px;
    bottom: -1px;
}

.about-consultation__form-wrap {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    padding: 124px 46px 40px 46px;
    position: relative;
    z-index: 5;
}

.about-consultation__form {
    width: 100%;
    max-width: none;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.about-form-field {
    display: block;
}

.about-form-field + .about-form-field {
    margin-top: 12px;
}

.about-form-field__input {
    width: 100%;
    height: 48px;
    padding: 0 18px;
    border: 1px solid #ccd7ea;
    border-radius: 9px;
    background: #fff;
    color: #202733;
    font-size: 14px;
    outline: none;
}

.about-form-field__input::placeholder {
    color: #8d96a8;
    opacity: 1;
}

.about-consultation__consent {
    position: relative;
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin: 22px 0 26px;
    cursor: pointer;
}

.about-consultation__consent input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.about-consultation__consent-mark {
    width: 16px;
    height: 16px;
    margin-top: 1px;
    border: 1px solid #cbd7e7;
    border-radius: 4px;
    background: #fff;
}

.about-consultation__consent input:checked + .about-consultation__consent-mark {
    background: #4e79c8;
    border-color: #4e79c8;
    box-shadow: inset 0 0 0 3px #fff;
}

.about-consultation__consent-text {
    max-width: 420px;
    color: #4e596f;
    font-size: 14px;
    line-height: 120%;
}

.about-consultation__button {
    min-width: 194px;
    height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 8px;
    background: #d9e3f3;
    color: #273242;
    font-size: 14px;
    font-weight: 600;
}

.about-interest {
    padding-top: 70px;
}

.about-interest .site-container {
    max-width: 1210px;
}

.about-section-title {
    font-size: 21px;
    line-height: 1.02;
    font-weight: 600;
}

.about-interest .about-section-title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.about-interest__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 214px 214px;
    gap: 15px;
    margin-top: 28px;
}

.about-picture-card,
.about-media-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    height: 388px;
    min-height: 388px;
    background: #dde5ef;
}

.about-picture-card::before,
.about-media-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(19, 24, 34, 0.55), rgba(19, 24, 34, 0.18) 38%, rgba(19, 24, 34, 0.34));
    pointer-events: none;
}

.about-picture-card::after,
.about-media-card::after {
    display: none;
}

.about-picture-card__image,
.about-media-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-picture-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 28px 30px;
    color: #fff;
    z-index: 2;
}

.about-picture-card__overlay--top {
    padding: 28px 28px;
    background: none;
}

.about-picture-card__title {
    margin: 0;
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
    letter-spacing: 0;
}

.about-picture-card__text {
    margin: 12px 0 0;
    max-width: 216px;
    font-size: 18px;
    line-height: 140%;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.96);
    letter-spacing: 0;
}

.about-picture-card__action {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #273242;
    box-shadow: 0 10px 24px rgba(26, 34, 48, 0.18);
}

.about-picture-card__action--wide {
        right: 13px;
    bottom: 15px;
    gap: 12px;
    min-width: 136px;
    height: 46px;
    padding: 0 15px 0 15px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.02em;
    box-shadow: none;
}

.about-picture-card__action--icon {
    right: 16px;
    bottom: 15px;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    box-shadow: none;
}

.about-picture-card__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
}

.about-picture-card__action--wide .about-picture-card__arrow {
    font-size: 22px;
}

.about-picture-card__frame {
    position: absolute;
    inset: 12px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.96);
    pointer-events: none;
}

.about-picture-card__frame svg {
    display: block;
    width: 100%;
    height: 100%;
}

.about-picture-card--compact .about-picture-card__title {
    font-size: 24px;
    line-height: 130%;
}

.about-picture-card--compact .about-picture-card__overlay {
    align-items: flex-start;
    justify-content: center;
    padding: 28px 16px;
    text-align: center;
}

.about-picture-card--compact::before {
    background: linear-gradient(180deg, rgba(21, 27, 38, 0.55), rgba(21, 27, 38, 0.18) 45%, rgba(21, 27, 38, 0.4));
}

.about-services {
    padding-top: 82px;
    padding-bottom: 82px;
    background: #f2f6fd;
    margin-top: 50px;
    border-radius: 100px 100px 0 0;
}

.about-services .site-container {
    max-width: 1210px;
}

.about-services__inner {
    padding: 0;
    border-radius: 0;
    background: #f2f6fd;
}

.about-section-title--services {
    margin-bottom: 18px;
    font-size: 35px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.045em;
}

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

.about-service-card,
.about-media-card {
    border-radius: 14px;
}

.about-service-card {
    min-height: 380px;
    padding: 32px;
    background: #fff;
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

.about-media-card {
    min-height: 248px;
    height: 100%;
    background: #dce6f5;
}

.about-services .about-media-card::before,
.about-services .about-media-card::after {
    display: none;
}

.about-media-card--wide {
    grid-column: span 2;
}

.about-service-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 66px;
    border-radius: 6px;
    background: #ffdf2f;
    color: #243040;
}

.about-service-card__icon svg {
    width: 32px;
    height: 32px;
}

.about-service-card__title {
    margin: 38px 0 0;
    color: #1e2532;
    font-size: 24px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: 0;
}

.about-service-card__text {
    margin: 10px 0 0;
    color: #4b5568;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    font-weight: 300;
}

.about-service-card__link {
    display: inline-block;
    margin-top: auto;
    padding-top: 14px;
    color: #1e2532;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
}

.about-services .about-media-card__image {
    object-fit: cover;
}

.about-page .chat-widget {
    bottom: 96px;
}

.cta-logo {
    position: absolute;
    right: -90px;
    z-index: 1;
    bottom: 0;
}

@media (max-width: 1199.98px) {
    .about-page-main {
        padding-bottom: 72px;
    }

    .about-hero__header,
    .about-hero__features,
    .about-interest__grid,
    .about-services__grid,
    .about-consultation__shell {
        grid-template-columns: 1fr;
    }

    .about-hero__subtitle {
        justify-self: start;
        max-width: 100%;
    }

    .about-interest__grid {
        gap: 16px;
    }

    .about-consultation__shell::before {
        display: none;
    }

    .about-consultation__pitch,
    .about-consultation__form-wrap {
        padding: 28px 24px;
    }

    .about-consultation__form-wrap {
        padding-top: 0;
    }

    .about-media-card--wide {
        grid-column: auto;
    }
}

@media (max-width: 767.98px) {
    .about-page-main {
        padding: 18px 0 44px;
    }

    .about-hero__title {
        font-size: 34px;
    }

    .about-hero__subtitle {
        font-size: 18px;
        line-height: 1.32;
    }

    .about-feature-pill {
        min-height: 70px;
        padding: 16px 18px;
        border-radius: 18px;
        gap: 14px;
    }

    .about-feature-pill__text {
        font-size: 16px;
    }

    .about-story {
        padding-top: 22px;
    }

    .about-story__title,
    .about-section-title {
        font-size: 18px;
    }

    .about-interest .about-section-title {
        font-size: 28px;
    }

    .about-story__content p,
    .about-story__list li {
        font-size: 12px;
        line-height: 1.6;
    }

    .about-story {
        padding-top: 36px;
    }

    .about-story__content p,
    .about-story__list li {
        font-size: 14px;
        line-height: 1.5;
    }

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

    .about-consultation__title {
        font-size: 28px;
    }

    .about-consultation__pitch,
    .about-consultation__form-wrap {
        padding: 22px 16px;
    }

    .about-consultation__form {
        padding: 16px;
    }

    .about-interest,
    .about-services {
        padding-top: 38px;
    }

    .about-picture-card,
    .about-media-card,
    .about-service-card {
        min-height: 220px;
    }

    .about-services__inner {
        margin-left: -16px;
        margin-right: -16px;
        padding: 22px 16px;
        border-radius: 0;
    }

    .about-picture-card__overlay {
        padding: 14px;
    }

    .about-picture-card__action {
        min-width: 92px;
        font-size: 10px;
    }

    .about-service-card {
        padding: 16px;
    }

    .about-service-card__title {
        margin-top: 14px;
        font-size: 16px;
    }

    .about-service-card__text {
        font-size: 12px;
    }
}
