.spoe-app-landing-page .entry-title,
.spoe-app-landing-page .wp-block-post-title,
.spoe-app-landing-page main > header,
.spoe-app-landing-page article > header {
    display: none !important;
}

.spoe-app-landing-page .spoe-app-choice,
.spoe-app-landing-page .elementor-location-footer [data-id="3c21de29"],
.spoe-app-landing-page .elementor-location-footer .elementor-widget-share-buttons,
.spoe-app-landing-page .elementor-location-footer .elementor-widget-social-icons {
    display: none !important;
}

.spoe-app-landing-page {
    overflow-x: clip;
}

.spoe-app-nav-toggle {
    display: none;
}

.spoe-app-landing-page .site-main,
.spoe-app-landing-page .entry-content,
.spoe-app-landing-page .wp-site-blocks,
.spoe-app-landing-page article,
.spoe-app-landing-page main {
    margin-top: 0;
    margin-bottom: 0;
}

.spoe-app-landing-page .entry-content {
    max-width: none !important;
    padding: 0 !important;
}

.spoe-app-landing {
    --app-red: #e30613;
    --app-dark: #171717;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: var(--app-dark);
    font-family: Roboto, Arial, sans-serif;
}

.spoe-app-landing *,
.spoe-app-landing *::before,
.spoe-app-landing *::after {
    box-sizing: border-box;
}

.spoe-app-shell {
    width: min(1160px, calc(100% - 48px));
    margin-inline: auto;
}

.spoe-app-hero {
    position: relative;
    min-height: 800px;
    overflow: hidden;
    color: #fff;
    background: var(--app-red);
}

.spoe-app-hero::after {
    position: absolute;
    right: -8vw;
    bottom: -152px;
    left: -8vw;
    height: 220px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: #fff;
    content: "";
}

.spoe-app-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(360px, .95fr) minmax(420px, 1.05fr);
    align-items: center;
    min-height: 740px;
    gap: 70px;
    padding-top: 46px;
}

.spoe-app-hero__phone {
    align-self: end;
    height: 730px;
}

.spoe-app-hero__phone img {
    display: block;
    width: auto;
    height: 764px;
    max-width: none;
    margin-left: -40px;
    object-fit: contain;
}

.spoe-app-hero__copy {
    max-width: 540px;
    padding-bottom: 52px;
    text-align: center;
}

.spoe-app-hero__logo {
    display: block;
    width: 154px;
    height: auto;
    margin: 0 auto 28px;
}

.spoe-app-choice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 29px;
    font-size: 25px;
    font-weight: 700;
}

.spoe-app-choice i {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 31px;
    border: 2px solid #fff;
    border-radius: 99px;
}

.spoe-app-choice b {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #fff;
}

.spoe-app-hero__copy > p {
    margin: 0 0 35px;
    color: #fff;
    font-size: 17px;
    line-height: 1.78;
}

.spoe-app-stores {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 34px;
}

.spoe-app-hero .spoe-app-stores {
    justify-content: space-between;
}

.spoe-app-store {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    min-height: 47px;
    padding: 8px 18px;
    border: 0;
    border-radius: 2px;
    color: var(--app-red) !important;
    background: #fff;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease;
}

.spoe-app-store:hover,
.spoe-app-store:focus-visible {
    color: var(--app-red) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 23px rgba(0, 0, 0, .25);
}

.spoe-app-store svg {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    fill: currentColor;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.spoe-app-features {
    padding: 118px 0 150px;
    background: #fff;
}

.spoe-app-features h2 {
    margin: 0 0 92px;
    color: var(--app-dark);
    font-family: "Ubuntu Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(42px, 5vw, 66px);
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.spoe-app-features h2 span {
    color: inherit;
}

.spoe-app-feature-layout {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 290px minmax(280px, 1fr);
    align-items: center;
    gap: 62px;
}

.spoe-app-feature-column {
    display: grid;
    gap: 72px;
}

.spoe-app-feature {
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: start;
    gap: 21px;
}

.spoe-app-feature > p:empty {
    display: none !important;
}

.spoe-app-feature > .spoe-app-feature__icon {
    grid-column: 1;
    grid-row: 1;
}

.spoe-app-feature > div {
    grid-column: 2;
    grid-row: 1;
}

.spoe-app-feature-column--right .spoe-app-feature {
    grid-template-columns: 1fr 64px;
    text-align: right;
}

.spoe-app-feature-column--right .spoe-app-feature__icon {
    grid-column: 2;
    grid-row: 1;
}

.spoe-app-feature-column--right .spoe-app-feature > div {
    grid-column: 1;
    grid-row: 1;
}

.spoe-app-feature__icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border: 2px solid var(--app-red);
    border-radius: 50%;
    color: var(--app-red);
}

.spoe-app-feature__icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.spoe-app-feature h3 {
    margin: 2px 0 7px;
    color: var(--app-red);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
}

.spoe-app-feature p {
    margin: 0;
    color: #575757;
    font-size: 14px;
    line-height: 1.6;
}

.spoe-app-feature-phone img {
    display: block;
    width: 288px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 17px 25px rgba(0, 0, 0, .18));
}

.spoe-app-download {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(to bottom, #fff 0 205px, var(--app-red) 205px);
}

.spoe-app-download::before {
    position: absolute;
    top: 145px;
    right: -6vw;
    left: -6vw;
    height: 180px;
    border-radius: 50% 50% 0 0 / 75% 75% 0 0;
    background: rgba(234, 54, 68, .55);
    box-shadow: 160px -38px 0 rgba(234, 54, 68, .38);
    content: "";
}

.spoe-app-download::after {
    position: absolute;
    top: 175px;
    right: -5vw;
    left: -5vw;
    height: 150px;
    border-radius: 50% 50% 0 0 / 70% 70% 0 0;
    background: var(--app-red);
    content: "";
}

.spoe-app-download__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 760px;
    padding: 270px 24px 70px;
    text-align: center;
}

.spoe-app-download__eyebrow {
    margin: 0 0 22px !important;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.spoe-app-download h2 {
    margin: 0 0 22px;
    color: #fff;
    font-family: "Ubuntu Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(43px, 5vw, 67px);
    font-weight: 600;
    line-height: 1.04;
}

.spoe-app-download__inner > p:not(.spoe-app-download__eyebrow) {
    max-width: 720px;
    margin: 0 0 24px;
    color: #fff;
    font-size: 19px;
    line-height: 1.6;
}

.spoe-app-download__inner > strong {
    display: block;
    margin-bottom: 25px;
    color: #fff;
    font-size: 20px;
}

.spoe-app-download .spoe-app-stores {
    justify-content: center;
}

@media (max-width: 980px) {
    .spoe-app-hero__inner {
        grid-template-columns: minmax(290px, .8fr) minmax(360px, 1.2fr);
        gap: 25px;
    }

    .spoe-app-hero__phone img {
        margin-left: -100px;
    }

    .spoe-app-feature-layout {
        grid-template-columns: 1fr 245px 1fr;
        gap: 25px;
    }

    .spoe-app-feature-column {
        gap: 50px;
    }
}

@media (max-width: 760px) {
    .spoe-app-landing-page .spoe-root-chrome .spktn-header__inner {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        min-height: 112px;
        gap: 18px;
    }

    .spoe-app-landing-page .spoe-root-chrome .spktn-logo {
        margin: 0;
    }

    .spoe-app-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        min-height: 44px;
        padding: 8px 13px;
        border: 2px solid #e30613;
        border-radius: 5px;
        color: #e30613;
        background: #fff;
        font: inherit;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
    }

    .spoe-app-nav-toggle b {
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
    }

    .spoe-app-landing-page .spoe-root-chrome .spoe-root-nav {
        display: none !important;
        grid-column: 1 / -1;
        width: 100%;
        padding: 10px 0 18px;
    }

    .spoe-app-landing-page .spoe-root-chrome .spoe-root-nav.spoe-app-nav--open {
        display: flex !important;
    }

    .spoe-app-shell {
        width: min(100% - 34px, 560px);
    }

    .spoe-app-hero {
        min-height: 0;
    }

    .spoe-app-hero::after {
        bottom: -185px;
        height: 230px;
    }

    .spoe-app-hero__inner {
        display: flex;
        flex-direction: column-reverse;
        min-height: 0;
        padding-top: 58px;
        gap: 15px;
    }

    .spoe-app-hero__copy {
        max-width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .spoe-app-hero__logo {
        margin: 0 auto 24px;
    }

    .spoe-app-choice,
    .spoe-app-stores {
        justify-content: center;
    }

    .spoe-app-hero__copy > p {
        font-size: 16px;
        line-height: 1.65;
    }

    .spoe-app-hero__phone {
        align-self: center;
        height: 465px;
    }

    .spoe-app-hero__phone img {
        height: 525px;
        margin: 0 auto;
    }

    .spoe-app-features {
        padding: 85px 0 105px;
    }

    .spoe-app-features h2 {
        margin-bottom: 55px;
    }

    .spoe-app-feature-layout {
        display: flex;
        flex-direction: column;
        gap: 55px;
    }

    .spoe-app-feature-phone {
        order: -1;
    }

    .spoe-app-feature-column {
        width: 100%;
        gap: 38px;
    }

    .spoe-app-feature,
    .spoe-app-feature-column--right .spoe-app-feature {
        grid-template-columns: 64px 1fr;
        text-align: left;
    }

    .spoe-app-feature-column--right .spoe-app-feature__icon,
    .spoe-app-feature-column--right .spoe-app-feature > div {
        grid-column: auto;
        grid-row: auto;
    }

    .spoe-app-feature > .spoe-app-feature__icon {
        grid-column: 1;
        grid-row: 1;
    }

    .spoe-app-feature > div {
        grid-column: 2;
        grid-row: 1;
    }

    .spoe-app-download,
    .spoe-app-download__inner {
        min-height: 680px;
    }
}

@media (max-width: 430px) {
    .spoe-app-store {
        min-width: 140px;
        padding-inline: 10px;
    }

    .spoe-app-choice {
        font-size: 21px;
    }
}
