.creative-page {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.creative-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f1f7ff;
}

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

.creative-hero__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.creative-hero__button {
    position: absolute;
    left: 50%;
    top: 78.6%;
    width: 154px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    text-decoration: none;
}

.creative-hero__button img {
    width: 100%;
    height: auto;
    display: block;
}

.creative-section-head {
    width: min(820px, 100%);
    margin: 0 auto;
    text-align: center;
}

.creative-section-title {
    color: #24272f;
    font-size: 34px;
    line-height: 1.32;
    font-weight: 500;
    letter-spacing: 0;
}

.creative-section-text {
    color: #757f8e;
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: 0;
}

.creative-section-text:first-of-type {
    margin-top: 24px;
}

.creative-intro {
    padding: 86px 48px 0px;
}

.creative-cap-tabs {
    width: min(1060px, 100%);
    margin: 58px auto 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 28px;
    align-items: center;
}

.creative-cap-tabs__item {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #606b7b;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
}

.creative-cap-tabs__item--active {
    color: #176dff;
}

.creative-cap-tabs__item img {
    width: 22px;
    height: 22px;
    display: block;
    object-fit: contain;
}

.creative-display {
    width: min(1060px, 100%);
    margin: 74px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 666px);
    gap: 72px;
    align-items: center;
}

.creative-display__title {
    color: #24272f;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0;
}

.creative-display__text {
    margin-top: 26px;
    color: #667080;
    font-size: 15px;
    line-height: 1.8;
}

.creative-display__visual {
    margin: 0;
}

.creative-display__visual img {
    width: 100%;
    height: auto;
    display: block;
}

.creative-growth {
    background: #ffffff;
}

.creative-growth__visual {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.creative-growth__visual img {
    width: 100%;
    height: auto;
    display: block;
}

.creative-pain {
    padding: 0 48px 110px;
    margin-top: -160px;
}

.creative-pain__list {
    width: min(1080px, 100%);
    margin: 74px auto 0;
    display: grid;
    gap: 78px;
}

.creative-pain-item {
    display: grid;
    grid-template-columns: minmax(0, 350px) minmax(0, 590px);
    gap: 78px;
    align-items: center;
}

.creative-pain-item--reverse {
    grid-template-columns: minmax(0, 590px) minmax(0, 350px);
}

.creative-pain-item__tag {
    display: inline-flex;
    padding: 5px 12px;
    border-radius: 999px;
    background: #ecf2ff;
    color: #2f72ff;
    font-size: 14px;
    line-height: 1.3;
}

.creative-pain-item__title {
    margin-top: 20px;
    color: #24272f;
    font-size: 28px;
    line-height: 1.45;
    font-weight: 600;
}

.creative-pain-item__button {
    min-width: 116px;
    min-height: 34px;
    margin-top: 30px;
    padding: 0 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #006dff;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}

.creative-pain-item__visual {
    margin: 0;
}

.creative-pain-item__visual img {
    width: 100%;
    height: auto;
    display: block;
}

.creative-scenarios {
    padding: 90px 48px 110px;
    background: linear-gradient(180deg, #f1f5fd 0%, #ffffff 100%);
}

.creative-scenarios__content {
    width: min(1160px, 100%);
    margin: 70px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 540px) minmax(0, 520px);
    gap: 72px;
    align-items: center;
}

.creative-scenarios__visual {
    margin: 0;
}

.creative-scenarios__visual img {
    width: 100%;
    height: auto;
    display: block;
}

.creative-scenarios__lead {
    color: #24272f;
    font-size: 25px;
    line-height: 1.65;
    font-weight: 600;
}

.creative-scenarios__list {
    margin-top: 34px;
    display: grid;
    gap: 18px;
}

.creative-scenarios__list li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    color: #4f5664;
    font-size: 16px;
    line-height: 1.6;
}

.creative-scenarios__list img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    object-fit: contain;
}

.creative-private-cta {
    width: 100vw;
    min-height: calc(100vw * 336 / 1440);
    margin-left: calc(50% - 50vw);
    padding: 72px 48px 58px;
    text-align: center;
    background: #e9f9ff;
}

.creative-private-cta__title {
    color: #24272f;
    font-size: 42px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0;
}

.creative-private-cta__text {
    margin-top: 28px;
    color: #737b89;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
}

.creative-private-cta__button {
    width: 195px;
    height: 58px;
    margin-top: 40px;
    display: inline-flex;
}

.creative-private-cta__button img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.creative-hero__button:focus-visible,
.creative-pain-item__button:focus-visible,
.creative-private-cta__button:focus-visible {
    outline: 2px solid #2e69ff;
    outline-offset: 5px;
}

@media (max-width: 1180px) {
    .creative-display,
    .creative-scenarios__content {
        gap: 46px;
    }

    .creative-pain-item,
    .creative-pain-item--reverse {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 44px;
    }

    .creative-private-cta__title {
        font-size: 34px;
    }
}

@media (max-width: 760px) {
    .creative-hero__button {
        top: 61.6%;
    }

    .creative-intro,
    .creative-growth,
    .creative-pain,
    .creative-scenarios {
        padding-left: 20px;
        padding-right: 20px;
    }

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

    .creative-cap-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .creative-display,
    .creative-pain-item,
    .creative-pain-item--reverse,
    .creative-scenarios__content {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .creative-pain-item--reverse .creative-pain-item__copy {
        order: 1;
    }

    .creative-pain-item--reverse .creative-pain-item__visual {
        order: 2;
    }

    .creative-pain-item__title {
        font-size: 22px;
    }

    .creative-private-cta {
        min-height: 260px;
        padding: 54px 20px 48px;
        background-size: auto 100%;
    }

    .creative-growth {
        padding-left: 0;
        padding-right: 0;
    }

    .creative-private-cta__title {
        font-size: 26px;
    }

    .creative-private-cta__text {
        margin-top: 18px;
        font-size: 14px;
    }

    .creative-private-cta__button {
        width: 168px;
        height: 50px;
        margin-top: 28px;
    }
}
