.platform-page {
    color: #333333;
    background: #ffffff;
    font-family: var(--font-sans);
    letter-spacing: 0px;
}

.platform-page .site-footer {
    min-height: 323px;
}

.platform-hero {
    background-position: center;
}

.platform-stage {
    position: relative;
    width: min(1920px, 100%);
    height: 100%;
    margin: 0 auto;
}

.platform-overview-intro {
    position: relative;
    height: clamp(849px, calc(430px + 29.1301vw), 939px);
    overflow: hidden;
    background: #ffffff;
}

.platform-overview-heading {
    position: absolute;
    top: 129px;
    left: 0;
    width: 100%;
    text-align: center;
}

.platform-overview-heading h2 {
    margin: 0;
    color: #333333;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.platform-overview-heading p {
    margin: 28px 0 0;
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
}

.platform-system-copy {
    position: absolute;
    z-index: 2;
    top: 392px;
    left: max(var(--page-gutter), calc(50% - 720px));
    width: 573px;
}

.platform-system-copy h3,
.platform-swing-copy h2,
.platform-app-copy h2 {
    margin: 0;
    color: #19a806;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.platform-system-copy > p {
    margin: 21px 0 0;
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    white-space: nowrap;
}

.platform-check-list {
    display: flex;
    margin: 36px 0 0;
    flex-direction: column;
    gap: 26px;
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
}

.platform-check-list li {
    display: flex;
    min-height: 31px;
    align-items: center;
    gap: 13px;
    white-space: nowrap;
}

.platform-check-list img {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    object-fit: contain;
}

.platform-system-image {
    position: absolute;
    z-index: 1;
    top: 428px;
    left: calc(50% - 101px);
    width: min(961px, 55vw);
    height: auto;
    max-width: none;
    object-fit: contain;
}

.platform-swing {
    position: relative;
    height: min(774px, calc(198px + 33.6567vw));
    overflow: hidden;
    background: #f4f7f8;
}

.platform-swing-image {
    position: absolute;
    top: 217px;
    left: 0;
    width: min(975px, 57vw);
    height: auto;
    max-width: none;
    object-fit: contain;
}

.platform-swing-copy {
    position: absolute;
    z-index: 2;
    top: 181px;
    right: max(var(--page-gutter), calc(50% - 720px));
    width: 472px;
    text-align: right;
}

.platform-swing-copy p {
    margin: 21px 0 0;
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    white-space: nowrap;
}

.platform-swing-copy strong {
    font-weight: 700;
}

.platform-app {
    position: relative;
    height: min(949px, calc(52.1777vw - 52.813px));
    overflow: hidden;
    background: #ffffff;
}

.platform-app-image {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: min(1536px, calc(83.5714vw - 68.571px));
    height: auto;
    max-width: none;
    object-fit: contain;
}

.platform-app-copy {
    position: absolute;
    z-index: 2;
    top: 80px;
    right: max(var(--page-gutter), calc(50% - 720px));
    width: 314px;
    text-align: right;
}

.platform-app-copy p {
    margin: 21px 0 0;
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    white-space: nowrap;
}

.platform-store-badges {
    position: absolute;
    z-index: 2;
    top: 343px;
    right: max(var(--page-gutter), calc(50% - 720px));
    display: flex;
    width: 272px;
    flex-direction: column;
    gap: 14px;
}

.platform-store-badges a:first-child img {
    width: 272px;
    height: 86px;
}

.platform-store-badges a:last-child img {
    width: 272px;
    height: 81px;
}

@media (min-width: 1501px) {
    .platform-system-copy {
        width: 610px;
    }

    .platform-swing-copy {
        width: 520px;
    }

    .platform-app-copy {
        width: 350px;
    }

    .locale-en .platform-app-copy {
        width: 370px;
    }

    .locale-en .platform-store-badges {
        top: 378px;
    }
}

@media (min-width: 1251px) and (max-width: 1520px) {
    .locale-en .platform-overview-intro {
        height: 885px;
    }
}

@media (max-width: 1500px) {
    .platform-system-copy {
        width: min(573px, 42vw);
    }

    .platform-system-copy > p,
    .platform-swing-copy p,
    .platform-app-copy p {
        white-space: normal;
        overflow-wrap: break-word;
    }

    .platform-system-copy > p br,
    .platform-swing-copy p br,
    .platform-app-copy p br {
        display: none;
    }

    .platform-check-list {
        font-size: 17px;
    }

    .platform-check-list li {
        white-space: normal;
    }

    .platform-swing-image {
        width: min(975px, 57vw);
    }

    .platform-swing-copy {
        width: min(472px, 36vw);
    }

}

@media (max-width: 1250px) {
    .platform-overview-intro,
    .platform-swing,
    .platform-app {
        height: auto;
        overflow: visible;
    }

    .platform-overview-intro {
        padding: 76px var(--page-gutter) 90px;
    }

    .platform-overview-intro .platform-stage,
    .platform-swing .platform-stage,
    .platform-app .platform-stage {
        display: flex;
        width: min(760px, 100%);
        height: auto;
        flex-direction: column;
    }

    .platform-overview-heading,
    .platform-system-copy,
    .platform-system-image,
    .platform-swing-image,
    .platform-swing-copy,
    .platform-app-image,
    .platform-app-copy,
    .platform-store-badges {
        position: relative;
        inset: auto;
    }

    .platform-overview-heading {
        order: 1;
    }

    .platform-system-copy {
        order: 2;
        width: 100%;
        margin-top: 92px;
    }

    .platform-system-image {
        order: 3;
        width: 100%;
        margin-top: 50px;
    }

    .platform-check-list {
        font-size: 18px;
    }

    .platform-swing {
        padding: 78px var(--page-gutter) 0;
    }

    .platform-swing-copy {
        order: 1;
        width: 100%;
        text-align: left;
    }

    .platform-swing-image {
        order: 2;
        width: min(760px, calc(100% + (var(--page-gutter) * 2)));
        margin-top: 48px;
        margin-left: max(
            calc(var(--page-gutter) * -1),
            calc((100% - 760px) / 2)
        );
    }

    .platform-app {
        padding: 78px var(--page-gutter) 90px;
    }

    .platform-app-copy {
        order: 1;
        width: 100%;
        text-align: left;
    }

    .platform-store-badges {
        order: 2;
        margin-top: 40px;
    }

    .platform-app-image {
        order: 3;
        width: calc(100% + (var(--page-gutter) * 2));
        height: auto;
        margin: 60px calc(var(--page-gutter) * -1) -90px;
    }
}

@media (max-width: 600px) {
    .platform-page .subpage-title {
        font-size: clamp(32px, 10.5vw, 42px);
        line-height: 1.2;
    }

    .platform-overview-intro {
        padding-top: 58px;
        padding-bottom: 70px;
    }

    .platform-overview-heading h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .platform-overview-heading p {
        margin-top: 22px;
        font-size: 16px;
        line-height: 27px;
    }

    .platform-overview-heading p br,
    .platform-system-copy > p br {
        display: none;
    }

    .platform-system-copy {
        margin-top: 68px;
    }

    .platform-system-copy h3,
    .platform-swing-copy h2,
    .platform-app-copy h2 {
        font-size: 24px;
        line-height: 31px;
    }

    .platform-system-copy > p,
    .platform-swing-copy p,
    .platform-app-copy p {
        margin-top: 17px;
        font-size: 16px;
        line-height: 27px;
        white-space: normal;
    }

    .platform-check-list {
        margin-top: 30px;
        gap: 18px;
        font-size: 15px;
        line-height: 24px;
    }

    .platform-check-list img {
        width: 27px;
        height: 27px;
        flex-basis: 27px;
    }

    .platform-swing,
    .platform-app {
        padding-top: 60px;
    }

    .platform-store-badges {
        width: 220px;
    }

    .platform-store-badges a:first-child img,
    .platform-store-badges a:last-child img {
        width: 220px;
        height: auto;
    }
}
