/* CV Services split purchase page — 20260719 */

body.rw-cv-page [data-rw-specialist-page][data-package="cv"] {
    --rw-specialist-accent: #087cff;
    --rw-specialist-accent-2: #35bdf7;
    --rw-specialist-accent-deep: #0759bc;
    --rw-specialist-accent-rgb: 8, 124, 255;
}

body.rw-cv-page .rw-specialist-stage {
    padding-top: clamp(28px, 4vh, 48px);
}

body.rw-cv-page .rw-specialist-copy h1 {
    max-width: 15ch;
}

body.rw-cv-page .rw-specialist-total-amount > [data-currency-price] {
    color: inherit;
}

body.rw-cv-page .rw-service-currency-shell {
    margin: 0;
    padding: 15px 20px 7px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.rw-cv-page .rw-currency-picker {
    width: 100%;
}

body.rw-cv-page .rw-currency-trigger {
    width: 100%;
}

body.rw-cv-page .currency-rate-status {
    margin: 7px 0 0;
    text-align: left;
}

body.rw-cv-page .rw-cv-payment-status {
    margin: 10px 2px 0;
    padding: 11px 13px;
    border: 1px solid rgba(var(--rw-specialist-accent-rgb), 0.2);
    border-radius: 11px;
    background: rgba(var(--rw-specialist-accent-rgb), 0.07);
    color: var(--rw-specialist-copy);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

body.rw-cv-page .rw-cv-payment-status.is-cancelled {
    border-color: rgba(245, 158, 11, 0.28);
    background: rgba(245, 158, 11, 0.08);
}

body.rw-cv-page .rw-cv-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.rw-cv-page .rw-cv-cta-actions {
    display: grid;
    justify-items: start;
    gap: 3px;
}

body.rw-cv-page .rw-cv-cta-actions .rw-service-text-link {
    margin-top: 8px;
}

html[data-theme="dark"] body.rw-cv-page .rw-service-currency-shell {
    background: transparent;
}

html[data-theme="dark"] body.rw-cv-page .rw-specialist-learn-more > summary {
    color: #b9dcff;
}

@media (max-width: 1050px) {
    body.rw-cv-page .rw-cv-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    body.rw-cv-page .rw-specialist-copy h1 {
        max-width: none;
    }

    body.rw-cv-page .rw-service-currency-shell {
        padding-inline: 16px;
    }

    body.rw-cv-page .rw-cv-process-grid {
        grid-template-columns: 1fr;
    }

    body.rw-cv-page .rw-service-proof-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.rw-cv-page .rw-service-proof-item:nth-child(2) {
        border-top: 0;
        border-left: 1px solid var(--service-line);
    }

    body.rw-cv-page .rw-service-proof-item:nth-child(3) {
        border-left: 0;
    }

    body.rw-cv-page .rw-service-actions,
    body.rw-cv-page .rw-service-button,
    body.rw-cv-page .rw-cv-cta-actions {
        width: 100%;
    }

    body.rw-cv-page .rw-cv-cta-actions {
        justify-items: stretch;
        text-align: center;
    }
}

@media (max-width: 390px) {
    body.rw-cv-page .rw-service-proof-grid {
        grid-template-columns: 1fr;
    }

    body.rw-cv-page .rw-service-proof-item:nth-child(2) {
        border-top: 1px solid var(--service-line);
        border-left: 0;
    }
}
