.price-strip {
    padding: 1.5rem;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
}

.curriculum-chips + .price-strip {
    padding-top: 1.25rem;
}

.price-strip-inner {
    max-width: 56rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem 2rem;
    background: rgba(48, 53, 129, 0.92);
    color: #FFFFFF;
    border-radius: 1.25rem;
    padding: 1.5rem 1.75rem;
}

.price-strip-copy h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 0.35rem;
    color: #FFFFFF;
}

.price-strip-copy p {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
}

.price-strip .btn {
    width: auto;
    min-width: 200px;
    max-width: 360px;
    flex-shrink: 0;
    padding: 0 1.5rem;
}

@media screen and (max-width: 768px) {
    .price-strip {
        padding: 0 1rem 2.5rem;
    }

    .price-strip-inner {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 1.25rem;
    }

    .price-strip-copy h2 {
        font-size: 1.4rem;
    }

    .price-strip .btn {
        width: 100%;
    }
}
