/* Concept C: an operational console, not a conventional marketing split. */
.page-home.home-concept-c {
    background: #dfe3dc;
}

.ops-hero {
    background: #080d09;
    border: 1px solid #303b33;
    color: #fff;
    margin: 12px auto 0;
    max-width: 1400px;
    overflow: hidden;
    width: calc(100% - 24px);
}

.ops-hero-bar {
    align-items: center;
    border-bottom: 1px solid #303b33;
    color: #aeb9b0;
    display: flex;
    font: 700 9px/1.2 var(--font-body);
    justify-content: space-between;
    letter-spacing: .1em;
    min-height: 44px;
    padding: 0 18px;
    text-transform: uppercase;
}

.ops-hero-bar span:last-child {
    align-items: center;
    display: flex;
    gap: 8px;
}

.ops-hero-bar i {
    background: var(--lime);
    border-radius: 50%;
    display: block;
    height: 7px;
    width: 7px;
}

.ops-hero-canvas {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .82fr) minmax(270px, .63fr);
    min-height: 520px;
}

.ops-hero-statement {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: clamp(34px, 4.6vw, 66px);
}

.ops-hero-code {
    color: var(--lime);
    font: 700 10px/1 var(--font-body);
    letter-spacing: .14em;
}

.ops-hero h1 {
    font: 800 clamp(58px, 6.4vw, 96px)/.84 var(--font-display);
    letter-spacing: -.085em;
    margin: 0;
}

.ops-hero h1 span,
.ops-hero h1 em {
    display: block;
}

.ops-hero h1 em {
    color: var(--lime);
    font-size: .42em;
    font-style: normal;
    letter-spacing: -.045em;
    line-height: 1.03;
    margin-top: 20px;
}

.ops-hero-product {
    border-left: 1px solid #303b33;
    border-right: 1px solid #303b33;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.ops-hero-product::after {
    background: linear-gradient(180deg, transparent 52%, rgba(8, 13, 9, .66));
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.ops-hero-product img {
    height: 100%;
    object-fit: cover;
    object-position: 55% center;
    width: 100%;
}

.ops-hero-product figcaption {
    bottom: 20px;
    color: #d9e0da;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    left: 20px;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}

.ops-hero-product figcaption span {
    color: var(--lime);
    font: 800 18px/1.15 var(--font-display);
    text-transform: none;
}

.ops-hero-summary {
    align-items: flex-start;
    background: #151d17;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 3vw, 44px);
}

.ops-hero-summary > span {
    color: #aeb9b0;
    font: 700 9px/1.25 var(--font-body);
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ops-hero-summary p {
    color: #e3e8e4;
    font-size: 15px;
    line-height: 1.65;
    margin: 28px 0 36px;
}

.ops-hero-summary a {
    align-items: center;
    background: var(--lime);
    color: #101712;
    display: flex;
    font: 800 12px/1 var(--font-display);
    justify-content: space-between;
    min-height: 52px;
    padding: 0 16px;
    text-decoration: none;
    width: 100%;
}

.ops-hero-summary a i {
    font-size: 18px;
    font-style: normal;
}

.ops-hero-modules {
    border-top: 1px solid #303b33;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ops-hero-modules a {
    color: #fff;
    display: grid;
    gap: 16px 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 132px;
    padding: 22px;
    text-decoration: none;
}

.ops-hero-modules a + a {
    border-left: 1px solid #303b33;
}

.ops-hero-modules span {
    color: #7f8d82;
    font-size: 9px;
    grid-column: 1 / -1;
}

.ops-hero-modules strong {
    align-self: end;
    font: 750 17px/1.15 var(--font-display);
}

.ops-hero-modules i {
    align-self: end;
    color: var(--lime);
    font-style: normal;
}

.ops-hero-modules a:hover,
.ops-hero-modules a:focus-visible {
    background: #1b251e;
}

.home-concept-c .trust-strip {
    background: #dfe3dc;
    margin-top: 0;
}

.home-concept-c .trust-point small {
    color: #455047;
}

.home-concept-c .solutions-section-primary {
    background: #101712;
    color: #fff;
}

.home-concept-c .solutions-section-primary > .content-shell {
    background: #101712;
}

.home-concept-c .solutions-section-primary h2,
.home-concept-c .solutions-section-primary h3 {
    color: #fff;
}

.home-concept-c .home-solutions-heading > p,
.home-concept-c .solutions-section-primary .section-heading > p,
.home-concept-c .solutions-section-primary .solution-card p {
    color: #b9c3bb;
}

.home-concept-c .solutions-section-primary .section-heading .eyebrow {
    color: #aeb9b0;
}

.home-concept-c .solutions-section-primary .solution-card-content > span {
    color: #aeb9b0;
}

.home-concept-c .solutions-section-primary .solution-grid {
    gap: 1px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-concept-c .solutions-section-primary .solution-card {
    background: #172019;
    border: 1px solid #344037;
    border-radius: 0;
}

.home-concept-c .solutions-section-primary .solution-card b {
    color: var(--lime);
}

.home-concept-c .worldline-terminal-section {
    background: var(--lime);
    border: 0;
    border-radius: 0;
}

.home-concept-c .worldline-terminal-copy > .eyebrow,
.home-concept-c .worldline-terminal-copy > p,
.home-concept-c .worldline-rate small {
    color: #354137;
}

.home-concept-c .home-pricing,
.home-concept-c .home-customer-proof {
    border-radius: 0;
}

@media (max-width: 980px) {
    .ops-hero-canvas {
        grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    }

    .ops-hero-summary {
        border-top: 1px solid #303b33;
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .ops-hero {
        margin-top: 10px;
        width: calc(100% - 20px);
    }

    .ops-hero-bar {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        justify-content: center;
        min-height: 58px;
        padding: 10px 14px;
    }

    .ops-hero-canvas {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .ops-hero-statement {
        min-height: 220px;
        padding: 28px 20px 32px;
    }

    .ops-hero h1 {
        font-size: clamp(49px, 15vw, 62px);
    }

    .ops-hero-product {
        border: 0;
        border-top: 1px solid #303b33;
        height: 230px;
    }

    .ops-hero-summary {
        padding: 24px 20px;
    }

    .ops-hero-summary p {
        margin: 20px 0 26px;
    }

    .ops-hero-modules {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ops-hero-modules a,
    .ops-hero-modules a + a {
        border: 0;
        border-top: 1px solid #303b33;
        min-height: 96px;
        padding: 16px;
    }

    .ops-hero-modules a:nth-child(even) {
        border-left: 1px solid #303b33;
    }

    .home-concept-c .solutions-section-primary .solution-grid {
        grid-template-columns: 1fr;
    }
}
