/* Concept F: the live homepage, streamlined for a shorter mobile journey. */
.page-home.home-concept-f .customer-proof-live {
    background: #fff;
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    color: var(--ink);
    display: block;
    margin-top: 22px;
    overflow: hidden;
    text-decoration: none;
}

.page-home.home-concept-f .customer-proof-live > img {
    aspect-ratio: 16 / 8;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}

.page-home.home-concept-f .customer-proof-live > span {
    align-items: center;
    display: grid;
    gap: 3px 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px 14px;
}

.page-home.home-concept-f .customer-proof-live small {
    color: #515d53;
    font-size: 8px;
    grid-column: 1;
    text-transform: uppercase;
}

.page-home.home-concept-f .customer-proof-live strong {
    font: 750 12px/1.2 var(--font-display);
    grid-column: 1;
}

.page-home.home-concept-f .customer-proof-live i {
    font-size: 18px;
    font-style: normal;
    grid-column: 2;
    grid-row: 1 / 3;
}

.page-home.home-concept-f .customer-proof-live:hover,
.page-home.home-concept-f .customer-proof-live:focus-visible {
    border-color: var(--ink);
}

.page-home.home-concept-f .customer-proof-live:focus-visible {
    outline: 2px solid var(--red);
    outline-offset: 3px;
}

.page-home.home-concept-f .newsletter-home {
    gap: clamp(28px, 5vw, 64px);
    padding-bottom: 38px;
    padding-top: 38px;
}

.page-home.home-concept-f .newsletter-home h2 {
    font-size: clamp(28px, 3vw, 38px);
}

.page-home.home-concept-f .newsletter-home > div:first-child > p {
    margin-top: 10px;
}

.page-home.home-concept-f .newsletter-home form {
    padding: 14px;
}

.page-home.home-concept-f .newsletter-home .button-primary {
    background: var(--ink);
    border-color: var(--ink);
}

.page-home.home-concept-f .final-cta .button-bright {
    background: #b91f27;
    color: #fff;
}

@media (max-width: 760px) {
    .page-home.home-concept-f .hero-offer-links {
        display: none;
    }

    .page-home.home-concept-f .hero-copy > p {
        margin-bottom: 24px;
    }

    .page-home.home-concept-f .solutions-section-primary > .content-shell {
        padding: 30px 16px 16px;
    }

    .page-home.home-concept-f .home-solutions-heading h2 {
        font-size: 32px;
    }

    .page-home.home-concept-f .home-solutions-heading > p {
        font-size: 13px;
    }

    .page-home.home-concept-f .solutions-section-primary .solution-grid {
        gap: 9px;
        margin-top: 26px;
    }

    .page-home.home-concept-f .solutions-section-primary .solution-card,
    .page-home.home-concept-f .solutions-section-primary .solution-card + .solution-card {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 148px;
    }

    .page-home.home-concept-f .solutions-section-primary .solution-card-media,
    .page-home.home-concept-f .solutions-section-primary .solution-card-media img {
        aspect-ratio: auto;
        height: 100%;
        min-height: 148px;
    }

    .page-home.home-concept-f .solutions-section-primary .solution-card-media img {
        object-position: center;
    }

    .page-home.home-concept-f .solutions-section-primary .solution-online .solution-card-media img {
        object-position: top center;
    }

    .page-home.home-concept-f .solutions-section-primary .solution-integrations .solution-card-media {
        padding: 10px;
    }

    .page-home.home-concept-f .solutions-section-primary .solution-card-content {
        min-height: 148px;
        padding: 15px;
    }

    .page-home.home-concept-f .solutions-section-primary .solution-card-content > span {
        font-size: 9px;
    }

    .page-home.home-concept-f .solutions-section-primary .solution-card h3 {
        font-size: 17px;
        margin: 13px 0 6px;
    }

    .page-home.home-concept-f .solutions-section-primary .solution-card p {
        display: -webkit-box;
        font-size: 11px;
        line-height: 1.4;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .page-home.home-concept-f .solutions-section-primary .solution-card b {
        font-size: 10.5px;
        padding-top: 10px;
    }

    .page-home.home-concept-f .worldline-terminal-section {
        gap: 24px;
        padding: 28px 18px;
    }

    .page-home.home-concept-f .worldline-terminal-copy h2 {
        font-size: 32px;
    }

    .page-home.home-concept-f .worldline-terminal-copy > p {
        font-size: 13px;
        margin: 16px 0 20px;
    }

    .page-home.home-concept-f .worldline-rate {
        gap: 16px;
        padding-top: 18px;
    }

    .page-home.home-concept-f .worldline-terminal-models {
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }

    .page-home.home-concept-f .worldline-terminal-image {
        height: 180px;
        padding: 10px 6px 0;
    }

    .page-home.home-concept-f .worldline-terminal-models article > div:last-child {
        padding: 11px 10px 13px;
    }

    .page-home.home-concept-f .worldline-terminal-models span {
        font-size: 8px;
        letter-spacing: .04em;
    }

    .page-home.home-concept-f .worldline-terminal-models h3 {
        font-size: 12px;
    }

    .page-home.home-concept-f .home-customer-proof {
        gap: 22px;
        padding-bottom: 22px;
    }

    .page-home.home-concept-f .customer-proof-live {
        margin-top: 18px;
    }

    .page-home.home-concept-f .customer-proof-live > img {
        aspect-ratio: 16 / 7;
    }

    .page-home.home-concept-f .newsletter-home {
        gap: 20px;
        padding: 28px 18px;
    }

    .page-home.home-concept-f .newsletter-home h2 {
        font-size: 28px;
    }

    .page-home.home-concept-f .newsletter-home > div:first-child > p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .page-home.home-concept-f .newsletter-home form {
        padding: 14px;
    }
}
