/* =====================================================================
   CV Score page — page-only stylesheet.
   Loaded AFTER css/about-us.css, which already ships the guest-mode base
   (tokens, typography, buttons, .wrap, .sec, .stats, .vgrid, .ctaband)
   plus the nav/footer rules used by partials.nav / partials.footer.
   Every selector below is either a new cvs-* class or a block the guest
   base does not define (.reveal / .faq-*, both driven by partials.scripts).
   ===================================================================== */

/* Extra tokens this page needs. Additive only — no existing var is redefined. */
:root {
    --cvs-red: #EF4444;
    --cvs-red-l: #FEF2F2;
    --cvs-red-d: #B91C1C;
    --cvs-red-m: #FBC5C5;
    --cvs-amber-d: #B45309;
}

/* ---------- scroll reveal (IntersectionObserver lives in partials.scripts) ---------- */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s cubic-bezier(.2, .7, .3, 1), transform .7s cubic-bezier(.2, .7, .3, 1);
}

.reveal.in {
    opacity: 1;
    transform: none;
}

@media(prefers-reduced-motion:reduce) {
    .reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ---------- stages ---------- */
.cvs-stage {
    display: none;
}

.cvs-stage.on {
    display: block;
}

/* ---------- hero ---------- */
.cvs-hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 48px;
    align-items: center;
}

.cvs-hero-copy h1 {
    font-size: clamp(34px, 5vw, 56px);
    margin: 16px 0 14px;
}

.cvs-hero-copy h1 em {
    font-style: normal;
    color: var(--green-d);
}

.cvs-lede {
    font-size: 18px;
    color: var(--muted);
    max-width: 48ch;
}

.cvs-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.cvs-avs {
    display: flex;
}

.cvs-avs span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2.5px solid #fff;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 11.5px;
    font-weight: 800;
    font-family: var(--disp);
    margin-left: -9px;
}

.cvs-avs span:first-child {
    margin-left: 0;
}

.cvs-rt .st {
    color: var(--amber);
    font-size: 14px;
    letter-spacing: 2px;
}

.cvs-rt p {
    font-size: 13.5px;
    color: var(--muted);
    font-weight: 600;
}

.cvs-rt p b {
    color: var(--ink);
}

.cvs-ticks {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
}

.cvs-tick {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink-2);
}

.cvs-tick svg {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    padding: 4px;
    border-radius: 50%;
    color: var(--green-d);
    background: var(--green-l);
}

/* ---------- upload card ---------- */
.cvs-ucard {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    box-shadow: var(--sh-3);
    padding: 26px;
}

.cvs-ucard-h {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 16px;
}

.cvs-ucard-h .n {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: 10px;
    background: var(--green-l);
    color: var(--green-d);
    display: grid;
    place-items: center;
    font-family: var(--disp);
    font-weight: 700;
    font-size: 14px;
}

.cvs-ucard-h b {
    font-family: var(--disp);
    font-size: 18px;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -.02em;
}

.cvs-dz {
    display: block;
    border: 2px dashed #CFDBE7;
    border-radius: var(--r-lg);
    background: var(--soft);
    padding: 30px 18px;
    text-align: center;
    cursor: pointer;
    transition: border-color .18s, background .18s;
}

.cvs-dz:hover,
.cvs-dz.over {
    border-color: var(--green-d);
    background: var(--green-l);
}

.cvs-dz input {
    display: none;
}

.cvs-dz .ic {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--card);
    border: 1px solid var(--line);
    box-shadow: var(--sh-1);
    display: grid;
    place-items: center;
    margin: 0 auto 13px;
}

.cvs-dz .ic svg {
    width: 24px;
    height: 24px;
    color: var(--green-d);
}

.cvs-dz b {
    display: block;
    font-family: var(--disp);
    font-size: 16.5px;
    color: var(--ink);
    font-weight: 600;
    margin-bottom: 5px;
}

.cvs-dz > span {
    display: block;
    font-size: 14px;
    color: var(--muted);
}

.cvs-fmts {
    display: flex;
    gap: 6px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 14px;
}

.cvs-fmt {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    color: var(--muted);
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 5px 11px;
}

.cvs-fchip {
    display: none;
    align-items: center;
    gap: 12px;
    border: 1.5px solid var(--green-m);
    background: var(--green-l);
    border-radius: var(--r);
    padding: 12px;
    margin-top: 12px;
}

.cvs-fchip.on {
    display: flex;
}

.cvs-fchip.busy {
    border-color: var(--line);
    background: var(--soft);
}

.cvs-fchip.bad {
    border-color: var(--cvs-red-m);
    background: var(--cvs-red-l);
}

.cvs-fchip .fi {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--card);
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.cvs-fchip .fi svg {
    width: 19px;
    height: 19px;
    color: var(--green-d);
}

.cvs-fchip.bad .fi svg {
    color: var(--cvs-red);
}

.cvs-fchip .ft {
    flex: 1;
    min-width: 0;
}

.cvs-fchip .ft b {
    display: block;
    font-size: 14px;
    color: var(--ink);
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cvs-fchip .ft span {
    display: block;
    font-size: 12.5px;
    color: var(--muted);
    font-weight: 600;
    overflow-wrap: anywhere;
}

.cvs-fx {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1.5px solid var(--line);
    background: var(--card);
    color: var(--muted);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    cursor: pointer;
}

.cvs-fx:hover {
    border-color: var(--cvs-red-m);
    color: var(--cvs-red);
}

.cvs-fx svg {
    width: 15px;
    height: 15px;
}

/* job description accordion */
.cvs-jd {
    margin-top: 16px;
    border-top: 1px solid var(--line);
    padding-top: 14px;
}

.cvs-jd-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    background: none;
    border: none;
    padding: 6px 0;
    text-align: left;
    min-height: 48px;
    cursor: pointer;
    font-family: var(--sans);
}

.cvs-jd-t b {
    display: block;
    font-size: 15px;
    color: var(--ink);
    font-family: var(--disp);
    font-weight: 600;
}

.cvs-jd-t > span > span {
    display: block;
    font-size: 12.5px;
    color: var(--muted);
    font-weight: 600;
}

.cvs-jd-t .cv {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: var(--soft-2);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    transition: transform .2s;
}

.cvs-jd-t .cv svg {
    width: 14px;
    height: 14px;
    color: var(--muted);
}

.cvs-jd.open .cvs-jd-t .cv {
    transform: rotate(180deg);
}

.cvs-jd-b {
    display: none;
    padding-top: 10px;
}

.cvs-jd.open .cvs-jd-b {
    display: block;
}

.cvs-jd-b textarea {
    width: 100%;
    min-height: 120px;
    font-family: var(--sans);
    font-size: 16px;
    color: var(--ink);
    border: 1.5px solid var(--line);
    border-radius: 14px;
    padding: 12px 14px;
    outline: none;
    resize: vertical;
    line-height: 1.55;
    background: var(--card);
}

.cvs-jd-b textarea:focus {
    border-color: var(--green-d);
    box-shadow: 0 0 0 3px rgba(16, 185, 129, .14);
}

.cvs-ucard-f {
    margin-top: 18px;
}

.cvs-btn-full {
    width: 100%;
}

.btn.primary[disabled],
.btn[disabled] {
    background: #DCE3EC;
    color: #93A0B2;
    box-shadow: none;
    cursor: not-allowed;
    transform: none;
}

.btn[disabled]::after {
    display: none;
}

.cvs-hintrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 12.5px;
    color: var(--faint);
    font-weight: 600;
    margin-top: 13px;
    text-align: center;
}

.cvs-hintrow svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
}

.cvs-acct {
    font-size: 13px;
    color: var(--muted);
    text-align: center;
    margin-top: 13px;
    line-height: 1.55;
}

.cvs-acct a {
    color: var(--green-d);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cvs-samplerow {
    text-align: center;
    margin-top: 4px;
}

.cvs-slink {
    background: none;
    border: none;
    color: var(--green-d);
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 11px;
    min-height: 44px;
    cursor: pointer;
    font-family: var(--sans);
}

.cvs-emsg {
    display: none;
    background: var(--cvs-red-l);
    border: 1px solid var(--cvs-red-m);
    color: var(--cvs-red-d);
    border-radius: 12px;
    padding: 11px 13px;
    font-size: 13.5px;
    font-weight: 600;
    margin-top: 12px;
}

.cvs-emsg.on {
    display: block;
}

/* ---------- CTA strips ---------- */
.cvs-bands {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
    margin-top: 34px;
}

.cvs-band {
    border-radius: var(--r-lg);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
}

.cvs-band .cb-ic {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.cvs-band .cb-ic svg {
    width: 21px;
    height: 21px;
}

.cvs-band .bt {
    flex: 1 1 auto;
    min-width: 0;
}

.cvs-band h3 {
    font-size: 17px;
    margin: 0 0 3px;
    overflow-wrap: anywhere;
}

.cvs-band p {
    font-size: 13.5px;
    line-height: 1.5;
    margin: 0;
}

.cvs-band .btn {
    flex: 0 0 auto;
}

.cvs-band-a {
    background: linear-gradient(135deg, #13C98C, #059669);
    color: #fff;
    box-shadow: 0 16px 32px -20px rgba(16, 185, 129, .9);
}

.cvs-band-a h3 {
    color: #fff;
}

.cvs-band-a p {
    color: rgba(255, 255, 255, .9);
}

.cvs-band-a .cb-ic {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}

.cvs-band-b {
    background: var(--card);
    border: 1px solid var(--line);
    border-left: 4px solid var(--green-d);
    box-shadow: var(--sh-1);
}

.cvs-band-b h3 {
    color: var(--ink);
}

.cvs-band-b p {
    color: var(--muted);
}

.cvs-band-b .cb-ic {
    background: var(--green-l);
    color: var(--green-d);
}

/* ---------- long-form content ---------- */
.cvs-narrow {
    max-width: 780px;
}

.cvs-p {
    font-size: 17px;
    color: var(--ink-2);
    line-height: 1.72;
    margin-bottom: 16px;
}

.cvs-p:last-child {
    margin-bottom: 0;
}

.cvs-p a {
    color: var(--green-d);
    font-weight: 700;
}

.cvs-olist {
    counter-reset: cvsst;
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: grid;
    gap: 14px;
}

.cvs-olist li {
    counter-increment: cvsst;
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--ink-2);
}

.cvs-olist li:before {
    content: counter(cvsst);
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--green-l);
    color: var(--green-d);
    font-family: var(--disp);
    font-weight: 700;
    font-size: 14px;
    display: grid;
    place-items: center;
}

.cvs-olist b {
    font-weight: 700;
    color: var(--ink);
}

.cvs-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 30px;
    padding: 18px 22px;
    background: var(--green-l);
    border: 1px solid var(--green-m);
    border-radius: var(--r);
}

.cvs-cta span {
    font-size: 15px;
    font-weight: 700;
    color: var(--green-d);
    line-height: 1.45;
}

.cvs-rel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.cvs-rel a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--green-d);
    background: var(--green-l);
    border: 1px solid var(--green-m);
    border-radius: 999px;
    padding: 10px 18px;
    transition: background .15s, border-color .15s, transform .15s;
}

.cvs-rel a:hover {
    background: var(--card);
    border-color: var(--green-d);
    transform: translateY(-2px);
}

/* ---------- analysing ---------- */
.cvs-analyzing {
    padding: 76px 0 96px;
    text-align: center;
}

.cvs-spin {
    width: 74px;
    height: 74px;
    margin: 0 auto 22px;
}

.cvs-spin svg {
    width: 74px;
    height: 74px;
    animation: cvsrot 1.1s linear infinite;
}

@keyframes cvsrot {
    to {
        transform: rotate(360deg);
    }
}

.cvs-analyzing h2 {
    font-size: 26px;
    margin-bottom: 8px;
}

.cvs-analyzing > p {
    color: var(--muted);
    font-size: 15.5px;
}

.cvs-pctwrap {
    max-width: 340px;
    margin: 26px auto 0;
}

.cvs-pct {
    font-family: var(--disp);
    font-size: 44px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -.03em;
    line-height: 1;
}

.cvs-pbar {
    height: 10px;
    border-radius: 99px;
    background: var(--soft-2);
    overflow: hidden;
    margin-top: 14px;
}

.cvs-pbar i {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 99px;
    background: linear-gradient(90deg, #13C98C, #059669);
    transition: width .25s linear;
}

.cvs-steps {
    max-width: 340px;
    margin: 26px auto 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.cvs-step {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: var(--faint);
    font-weight: 600;
    transition: color .3s;
}

.cvs-step .d {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid var(--line);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    transition: .3s;
}

.cvs-step .d svg {
    width: 12px;
    height: 12px;
    color: #fff;
    opacity: 0;
    transition: .2s;
}

.cvs-step.on {
    color: var(--ink);
}

.cvs-step.on .d {
    background: var(--green-d);
    border-color: var(--green-d);
}

.cvs-step.on .d svg {
    opacity: 1;
}

/* ---------- report: top ---------- */
.cvs-rtop {
    background: linear-gradient(180deg, var(--soft), #fff);
    border-bottom: 1px solid var(--line);
    padding: 34px 0 40px;
}

.cvs-rtop-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
}

.cvs-rtop-h .lab {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--faint);
}

.cvs-rtop-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 46px;
    align-items: center;
}

.cvs-gauge {
    text-align: center;
}

.cvs-gauge svg {
    width: 240px;
    max-width: 76vw;
    height: auto;
    margin: 0 auto;
}

.cvs-gauge .num {
    font-family: var(--disp);
    font-size: 52px;
    font-weight: 700;
    fill: var(--ink);
    letter-spacing: -.04em;
}

.cvs-gauge .of {
    font-family: var(--sans);
    font-size: 12.5px;
    font-weight: 800;
    fill: var(--faint);
    letter-spacing: .08em;
}

.cvs-gpill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 999px;
    margin-top: 6px;
}

.cvs-verdict h2 {
    color: var(--ink);
    font-size: clamp(22px, 3vw, 30px);
    margin-bottom: 10px;
}

.cvs-verdict > p {
    color: var(--muted);
    font-size: 16.5px;
    max-width: 52ch;
}

.cvs-rmeta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.cvs-rmeta .m {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
    box-shadow: var(--sh-1);
}

.cvs-rmeta .m b {
    font-family: var(--disp);
    color: var(--ink);
    font-weight: 700;
}

.cvs-ractions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
}

/* ---------- report: body ---------- */
.cvs-rbody {
    padding: 38px 0 52px;
    background: var(--soft);
}

.cvs-sect {
    margin-bottom: 34px;
}

.cvs-sect-h {
    margin-bottom: 16px;
}

.cvs-sect-h h3 {
    font-size: 23px;
    margin-bottom: 4px;
}

.cvs-sect-h p {
    font-size: 15px;
    color: var(--muted);
}

.cvs-ccards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.cvs-cc {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 18px;
    box-shadow: var(--sh-1);
}

.cvs-cc-t {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 13px;
}

.cvs-cc-t .ci {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.cvs-cc-t .ci svg {
    width: 19px;
    height: 19px;
    color: #fff;
}

.cvs-cc-t .cn {
    flex: 1;
    min-width: 0;
}

.cvs-cc-t .cn b {
    display: block;
    font-family: var(--disp);
    font-size: 15.5px;
    color: var(--ink);
    font-weight: 600;
}

.cvs-cc-t .cn span {
    font-size: 12.5px;
    color: var(--faint);
    font-weight: 600;
}

.cvs-cc-t .cs {
    font-family: var(--disp);
    font-size: 19px;
    font-weight: 700;
    color: var(--ink);
}

.cvs-bar {
    height: 8px;
    border-radius: 99px;
    background: var(--soft-2);
    overflow: hidden;
}

.cvs-bar i {
    display: block;
    height: 100%;
    border-radius: 99px;
    width: 0;
    transition: width .9s cubic-bezier(.2, .8, .3, 1);
}

.cvs-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.cvs-fbtn {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--muted);
    background: var(--card);
    border: 1.5px solid var(--line);
    border-radius: 999px;
    padding: 10px 18px;
    min-height: 44px;
    white-space: nowrap;
    cursor: pointer;
    font-family: var(--sans);
    transition: .15s;
}

.cvs-fbtn:hover {
    border-color: var(--green-m);
}

.cvs-fbtn.on {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
}

.cvs-fbtn .c {
    opacity: .55;
    margin-left: 6px;
}

.cvs-issues {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.cvs-iss {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 16px;
    box-shadow: var(--sh-1);
    display: flex;
    gap: 13px;
}

.cvs-iss .ii {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.cvs-iss .ii svg {
    width: 15px;
    height: 15px;
    color: #fff;
}

.cvs-iss.fail .ii {
    background: var(--cvs-red);
}

.cvs-iss.warn .ii {
    background: var(--amber);
}

.cvs-iss.pass .ii {
    background: var(--green-d);
}

.cvs-iss .it {
    min-width: 0;
}

.cvs-iss .it b {
    display: block;
    font-family: var(--disp);
    font-size: 15px;
    color: var(--ink);
    font-weight: 600;
    margin-bottom: 3px;
}

.cvs-iss .it p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.cvs-tagx {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    margin-top: 10px;
}

.cvs-iss.fail .cvs-tagx {
    color: var(--cvs-red-d);
    background: var(--cvs-red-l);
}

.cvs-iss.warn .cvs-tagx {
    color: var(--cvs-amber-d);
    background: var(--amber-l);
}

.cvs-iss.pass .cvs-tagx {
    color: var(--green-d);
    background: var(--green-l);
}

/* keyword match */
.cvs-kwcard {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 20px;
    box-shadow: var(--sh-1);
}

.cvs-kwtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cvs-kwtop b {
    font-family: var(--disp);
    font-size: 15.5px;
    color: var(--ink);
}

.cvs-kwtop .p {
    font-family: var(--disp);
    font-size: 26px;
    font-weight: 700;
    color: var(--green-d);
}

.cvs-kwbar {
    height: 9px;
    border-radius: 99px;
    background: var(--soft-2);
    overflow: hidden;
    margin: 12px 0 18px;
}

.cvs-kwbar i {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #13C98C, #059669);
    border-radius: 99px;
    width: 0;
    transition: width .9s;
}

.cvs-kwgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.cvs-kwgrp h5 {
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--faint);
    margin: 0 0 10px;
}

.cvs-kchips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.cvs-kchip {
    font-size: 12.5px;
    font-weight: 700;
    border-radius: 999px;
    padding: 6px 12px;
}

.cvs-kchip.y {
    color: var(--green-d);
    background: var(--green-l);
}

.cvs-kchip.n {
    color: var(--cvs-amber-d);
    background: var(--amber-l);
}

.cvs-none {
    font-size: 13px;
    color: var(--faint);
    font-weight: 600;
}

/* report CTA + disclaimer */
.cvs-rcta {
    background: var(--card);
    border: 1px solid var(--line);
    border-left: 4px solid var(--green-d);
    border-radius: var(--r-lg);
    padding: 26px 24px;
    text-align: center;
    box-shadow: var(--sh-1);
}

.cvs-rcta h3 {
    color: var(--ink);
    font-size: 21px;
    margin-bottom: 8px;
}

.cvs-rcta > p {
    font-size: 15px;
    color: var(--muted);
    margin-bottom: 18px;
}

.cvs-rcta-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.cvs-fine {
    font-size: 12.5px;
    color: var(--faint);
    text-align: center;
    line-height: 1.6;
    margin: 24px auto 0;
    max-width: 70ch;
}

/* ---------- FAQ accordion (toggle handled by partials.scripts) ---------- */
.faq-list {
    max-width: 820px;
    margin: 0 auto;
}

.faq-item {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    margin-bottom: 13px;
    overflow: hidden;
    transition: .2s;
}

.faq-item:hover {
    border-color: var(--green-m);
}

.faq-item.open {
    border-color: var(--green-m);
    box-shadow: var(--sh-2);
}

.faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-family: var(--sans);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 19px 22px;
    cursor: pointer;
    font-weight: 700;
    color: var(--ink);
    font-size: 16px;
}

.faq-q:hover {
    color: var(--green-d);
}

.faq-q .pm {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: var(--soft);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    font-size: 19px;
    font-weight: 500;
    color: var(--green-d);
    transition: .25s;
}

.faq-item.open .pm {
    transform: rotate(135deg);
    background: var(--green);
    color: #fff;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.65;
}

.faq-a div {
    padding: 0 24px 22px;
}

.faq-item.open .faq-a {
    max-height: 460px;
}

/* ---------- responsive ---------- */
@media(max-width:940px) {
    .cvs-hero-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .cvs-lede {
        max-width: none;
    }

    .cvs-bands {
        grid-template-columns: 1fr;
    }

    .cvs-rtop-grid {
        grid-template-columns: 1fr;
        gap: 26px;
        text-align: center;
    }

    .cvs-verdict > p {
        margin: 0 auto;
    }

    .cvs-rmeta,
    .cvs-ractions {
        justify-content: center;
    }

    .cvs-ccards {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:640px) {
    .cvs-ucard {
        padding: 20px;
    }

    .cvs-dz {
        padding: 24px 14px;
    }

    .cvs-band {
        flex-wrap: wrap;
        padding: 16px;
    }

    .cvs-band .btn {
        width: 100%;
    }

    .cvs-ccards {
        grid-template-columns: 1fr;
    }

    .cvs-kwgrid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .cvs-cta {
        flex-direction: column;
        gap: 13px;
        padding: 18px 16px;
    }

    .cvs-cta .btn,
    .cvs-rcta-btns .btn,
    .cvs-ractions .btn {
        width: 100%;
    }

    .cvs-rel a {
        width: 100%;
        justify-content: center;
    }

    .cvs-p {
        font-size: 16px;
    }

    .cvs-olist li {
        padding-left: 44px;
        font-size: 15.5px;
    }

    .cvs-rtop-h {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .cvs-analyzing {
        padding: 54px 0 70px;
    }

    .faq-q {
        font-size: 15px;
        padding: 17px 16px;
    }

    .faq-a div {
        padding: 0 16px 18px;
    }
}
