.pm-cta-band-section {
    padding-block: clamp(36px, 5vw, 56px);
    background: linear-gradient(130deg, var(--pm-color-orange), #ffbd4d 62%, #e88600);
    color: var(--pm-color-ink);
}

.pm-cta-band {
    width: min(100% - 40px, var(--pm-container-wide));
    margin-inline: auto;
    padding-inline: clamp(22px, 4.4vw, 64px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.pm-cta-band-copy .kicker {
    margin: 0 0 8px;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
}

.pm-cta-band-copy h2 {
    margin: 0;
    max-width: 640px;
    font-size: clamp(24px, 2.6vw, 32px);
    font-weight: 900;
    line-height: 1.15;
}

.pm-cta-band .btn {
    flex: none;
}

@media (max-width: 700px) {
    .pm-cta-band {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .pm-cta-band-copy h2 {
        max-width: none;
    }

    .pm-cta-band .btn {
        width: 100%;
    }
}
