.page-hero--top .page-hero__inner {
    padding: 32px clamp(24px, calc(-216px + 37.5vw), 72px) 32px 0;
}

.page-hero--top .page-hero__actions .button {
    --button-pulse-color: rgb(73 106 126 / 35%);
    --button-pulse-color-clear: rgb(73 106 126 / 0%);
    --button-pulse-size: 12px;
    --button-pulse-base-shadow: inset 0 0 0 1px rgb(255 255 255 / 18%);

    min-width: 176px;
    gap: 5px;
    border: 0;
    background: rgb(255 255 255 / 60%);
    color: var(--color-ink);
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 18%);
    transition: background-color .36s ease, box-shadow .36s ease;
}

.page-hero--top .page-hero__actions .button:last-child {
    padding-inline: 22px;
}

.page-hero--top .mail-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
}

@media (hover: hover) {
    .page-hero--top .page-hero__actions .button:hover {
        --button-pulse-base-shadow: inset 0 0 0 1px rgb(64 94 112 / 28%);

        background: rgb(255 255 255 / 60%);
        box-shadow: inset 0 0 0 1px rgb(64 94 112 / 28%);
        transform: none;
        animation: button-pulse .9s ease;
    }
}

.page-hero--top .page-hero__actions .button:active {
    background: rgb(255 255 255 / 60%);
    box-shadow: inset 0 0 0 1px rgb(64 94 112 / 38%);
    transform: none;
}

.top-section__heading h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .025em;
}

.top-section__lead {
    margin: 16px 0 0;
}

.top-section__lead {
    font-size: 16px;
    line-height: 2;
}

.top-section__content {
    margin-top: 36px;
}

.top-section h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: .015em;
}

.top-section__copy {
    font-size: 15px;
    line-height: 1.9;
}

.top-section__copy + .top-section__copy {
    margin-top: 8px;
}

/* SERVICE OVERVIEW */
.service-overview__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #c6d1d5;
    background: #f4f7f8;
}

.service-overview__item {
    min-width: 0;
    padding: 24px clamp(18px, 2.2vw, 30px) 22px;
    border-left: 1px solid #dde5e8;
}

.service-overview__item:first-child {
    border-left: 0;
}

.top-section .service-overview__item h3 {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.service-overview__item p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.85;
}

.top-section__heading h2.heading-accent {
    font-size: var(--font-h2);
    line-height: 1.5;
}

.ai-technology__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ai-technology__item {
    min-width: 0;
    padding: 0 26px 28px;
    border: 1px solid #dde5e8;
    background: #f7f9fa;
}

.ai-technology__item > .ai-technology__point {
    position: relative;
    min-height: 39px;
    display: flex;
    align-items: center;
    margin: 0 -26px 24px;
    padding: 0 14px 0 54px;
    overflow: hidden;
    border-bottom: 1px solid #dde5e8;
    background: #f1f4f5;
    color: #666;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .03em;
    text-align: left;
}

.ai-technology__point::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 39px;
    height: 39px;
    transform: translateY(-50%);
    background:
        linear-gradient(90deg, transparent 12px, rgb(255 255 255 / 62%) 12px 13px) 0 0 / 13px 13px,
        linear-gradient(transparent 12px, rgb(255 255 255 / 62%) 12px 13px) 0 0 / 13px 13px,
        linear-gradient(#607f91 0 0) 0 0 / 13px 13px no-repeat,
        linear-gradient(#7895a4 0 0) 13px 0 / 13px 13px no-repeat,
        linear-gradient(#a8bbc4 0 0) 26px 0 / 13px 13px no-repeat,
        linear-gradient(#7693a2 0 0) 0 13px / 13px 13px no-repeat,
        linear-gradient(#9fb3bd 0 0) 13px 13px / 13px 13px no-repeat,
        linear-gradient(#c8d5da 0 0) 26px 13px / 13px 13px no-repeat,
        linear-gradient(#9fb3bd 0 0) 0 26px / 13px 13px no-repeat,
        linear-gradient(#c9d6db 0 0) 13px 26px / 13px 13px no-repeat,
        linear-gradient(#edf2f4 0 0) 26px 26px / 13px 13px no-repeat;
    content: "";
}

/* PARTNERSHIP */
.partnership .top-section__heading h2 {
    letter-spacing: .018em;
}

.partnership__content {
    display: grid;
    grid-template-columns: minmax(330px, 440px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(52px, 7vw, 92px);
}

.partnership__visual {
    position: relative;
    width: calc(100% - 20px);
    aspect-ratio: 4 / 5;
    margin: 14px 0 0 20px;
}

.partnership__visual::before {
    position: absolute;
    inset: -14px 14px 14px -14px;
    border: 1px solid #c6d1d5;
    background: #edf1f2;
    content: "";
}

.partnership__visual picture {
    display: block;
    width: 100%;
    height: 100%;
}

.partnership__visual img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 48%;
}

.partnership__list {
    border-top: 1px solid #c6d1d5;
}

.partnership__item {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    column-gap: 14px;
    padding: 28px 0;
    border-bottom: 1px solid #dde5e8;
}

.partnership__number {
    grid-row: 1 / span 2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    color: #71899a;
    pointer-events: none;
    user-select: none;
}

.partnership__number span {
    padding-left: 2px;
    color: #496a7e;
    font-family: "Arial Narrow", "Aptos Narrow", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .08em;
}

.partnership__number strong {
    font-family: "Bodoni MT", Didot, "Times New Roman", serif;
    font-size: 36px;
    font-variant-numeric: lining-nums tabular-nums;
    font-weight: 400;
    line-height: .88;
    letter-spacing: -.03em;
    white-space: nowrap;
}

.partnership__item h3,
.partnership__copy {
    grid-column: 2;
}

.partnership__copy {
    margin-top: 14px;
}

@media (max-width: 959.98px) {
    .top-section__heading h2 {
        font-size: 29px;
    }

    .top-section__content {
        margin-top: 32px;
    }

    .top-section h3 {
        font-size: 21px;
    }

    .ai-technology__list {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .partnership__copy {
        margin-top: 11px;
    }

    .partnership__content {
        display: block;
    }

    .partnership__visual {
        width: min(430px, calc(100% - 28px));
        aspect-ratio: 4 / 3;
        margin: 14px auto 0;
    }

    .partnership__list {
        margin-top: 40px;
    }

    .partnership__item {
        grid-template-columns: 48px minmax(0, 1fr);
        column-gap: 14px;
        padding-block: 26px;
    }

    .partnership__number strong {
        font-size: 34px;
    }

    .service-overview__list {
        grid-template-columns: minmax(0, 1fr);
    }

    .service-overview__item {
        display: grid;
        grid-template-columns: minmax(190px, .75fr) minmax(0, 1fr);
        column-gap: 14px;
        align-items: start;
        padding: 22px 24px;
        border-top: 1px solid #dde5e8;
        border-left: 0;
    }

    .service-overview__item:first-child {
        border-top: 0;
    }

    .top-section .service-overview__item h3 {
        align-self: start;
        margin-top: 3px;
        white-space: normal;
    }

    .service-overview__item p {
        grid-column: 2;
        margin: 0;
    }

}

@media (max-width: 639.98px) {
    .page-hero--top .page-hero__inner {
        padding: 32px 20px 34px;
    }

    .page-hero--top h1 {
        font-size: 38px;
    }

    .page-hero--top h1 span {
        white-space: nowrap;
    }

    .page-hero--top .page-hero__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        margin-top: 16px;
    }

    .page-hero--top .page-hero__actions .button {
        --button-pulse-base-shadow: inset 0 0 0 1px rgb(64 94 112 / 28%);

        height: 48px;
        min-width: 0;
        min-height: 48px;
        padding-inline: 8px;
        font-size: 13px;
        box-shadow: inset 0 0 0 1px rgb(64 94 112 / 28%);
    }

    .page-hero--top .page-hero__actions .button:last-child {
        padding-inline: 8px;
    }

    .page-hero--top .mail-icon {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .top-section__heading h2 {
        font-size: 24px;
        line-height: 1.55;
    }

    .ai-technology .top-section__heading h2 {
        line-height: 1.48;
        letter-spacing: .018em;
    }

    .top-section__lead {
        margin-top: 14px;
    }

    .top-section__lead {
        font-size: 15px;
        line-height: 1.95;
    }

    .top-section__content {
        margin-top: 28px;
    }

    .top-section h3 {
        font-size: 20px;
    }

    .top-section__copy {
        line-height: 1.95;
    }

    .ai-technology__item {
        padding: 0 20px 24px;
    }

    .ai-technology__item > .ai-technology__point {
        margin: 0 -20px 22px;
        padding-left: 50px;
    }

    .partnership__visual {
        width: min(430px, calc(100% - 14px));
        aspect-ratio: 4 / 3;
        margin: 10px auto 0;
    }

    .partnership__visual::before {
        inset: -10px 10px 10px -10px;
    }

    .partnership__list {
        margin-top: 36px;
    }

    .partnership__item {
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 12px;
        padding: 24px 0;
    }

    .partnership__number span {
        font-size: 11px;
    }

    .partnership__number strong {
        font-size: 32px;
    }

    .service-overview__item {
        display: block;
        padding: 20px;
    }

    .top-section .service-overview__item h3 {
        margin-top: 0;
        font-size: 18px;
    }

    .service-overview__item p {
        margin-top: 12px;
    }
}

@media (min-width: 960px) {
    .top-section__heading h2 {
        line-height: 1.48;
        white-space: nowrap;
    }

    .top-section h3 {
        letter-spacing: .025em;
    }
}
