/* CPX Finance Light V0.1.9 comparison-first hero */

@media (min-width: 981px) {
    .light-hero {
        padding: 34px 0 26px;
    }

    .light-hero__grid {
        grid-template-columns: minmax(0, 1.8fr) minmax(230px, .55fr);
        gap: 40px;
    }

    .light-hero .eyebrow {
        margin-bottom: 7px;
        font-size: 10px;
    }

    .light-hero h1 {
        max-width: 690px;
        font-size: clamp(32px, 2.55vw, 44px);
        line-height: 1.04;
    }

    .light-hero__copy > p {
        max-width: 680px;
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.55;
    }

    .light-hero__checks {
        margin-top: 13px;
        gap: 6px 16px;
        font-size: 12px;
    }

    .light-hero__note {
        max-width: 300px;
        justify-self: end;
        padding: 20px 22px;
        border-radius: calc(var(--light-radius) + 4px);
        transform: rotate(1deg);
    }

    .light-hero__note strong {
        font-size: 17px;
    }

    .light-hero__note p {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.55;
    }

    .comparison-section {
        padding-top: 18px;
    }
}

@media (max-width: 980px) and (min-width: 561px) {
    .light-hero {
        padding: 38px 0 30px;
    }

    .light-hero__grid {
        gap: 24px;
    }

    .light-hero h1 {
        font-size: clamp(34px, 6vw, 46px);
    }

    .light-hero__copy > p {
        margin-top: 14px;
    }

    .light-hero__checks {
        margin-top: 15px;
    }

    .light-hero__note {
        padding: 22px;
    }
}

/* Mobile: skip the marketing hero and put the comparison first. */
@media (max-width: 560px) {
    .light-hero {
        display: none;
    }

    .comparison-section {
        padding: 14px 0 46px;
    }

    .comparison-section .section-heading {
        margin-bottom: 10px;
    }

    .comparison-section .section-heading .eyebrow {
        display: none;
    }

    .comparison-section .section-heading h2 {
        font-size: 23px;
        line-height: 1.08;
        letter-spacing: -.035em;
    }

    .comparison-section .section-heading p {
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.35;
    }
}
