/* ============================================
   First Aid Coverage block - 2026 premium light UI
   Light, bright palette, soft gradients,
   subtle glassmorphism, generous typography.
   ============================================ */
.cvrSection {
    width: 100%;
    padding: clamp(72px, 9vw, 120px) clamp(20px, 5vw, 60px);
    background:
        radial-gradient(60% 50% at 12% 6%, rgba(16, 185, 129, 0.10), transparent 65%),
        radial-gradient(55% 45% at 92% 96%, rgba(245, 158, 11, 0.06), transparent 65%),
        linear-gradient(180deg, #f6fdfb 0%, #ffffff 42%, #f7fbff 100%);
    position: relative;
    overflow: hidden;
    font-family: 'Inter', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    color: #0b1220;
    isolation: isolate;
}
.cvrSection::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(15, 23, 42, 0.05) 1px, transparent 1px);
    background-size: 28px 28px;
    background-position: 0 0;
    opacity: 0.35;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}
.cvrInner {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ----- Header ----- */
.cvrHead {
    text-align: center;
    max-width: 940px;
    margin: 0 auto clamp(48px, 6vw, 72px);
}
.cvrEyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #047857;
    background: linear-gradient(135deg, #ecfdf5, #ffffff);
    border: 1px solid rgba(16, 185, 129, 0.24);
    padding: 8px 16px 8px 12px;
    border-radius: 999px;
    margin-bottom: 22px;
    box-shadow: 0 6px 18px -10px rgba(16, 185, 129, 0.45);
}
.cvrEyebrow svg {
    color: #047857;
}
.cvrTitle {
    font-family: 'Manrope', 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: clamp(34px, 4.6vw, 54px);
    font-weight: 800;
    color: #0b1220;
    letter-spacing: -0.025em;
    line-height: 1.08;
    margin: 0 0 22px;
}
.cvrTitle em {
    font-style: normal;
    background: linear-gradient(135deg, #047857 0%, #10b981 60%, #34d399 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.cvrLead {
    font-size: clamp(17px, 1.55vw, 20px);
    line-height: 1.7;
    color: #1e293b;
    margin: 0 0 30px;
    letter-spacing: 0.01em;
}
.cvrLead strong {
    color: #0b1220;
    font-weight: 700;
}
.cvrTrust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
}
.cvrTrust li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    color: #0f172a;
    font-size: 14.5px;
    font-weight: 600;
    padding: 9px 16px 9px 12px;
    border-radius: 999px;
    box-shadow: 0 4px 10px -4px rgba(15, 23, 42, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.cvrTrust li:hover {
    transform: translateY(-1px);
    border-color: rgba(16, 185, 129, 0.32);
    box-shadow: 0 8px 18px -6px rgba(16, 185, 129, 0.20);
}
.cvrTrustDot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #047857);
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.16);
    flex-shrink: 0;
}

/* ----- Mosaic ----- */
.cvrMosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 2.4vw, 28px);
    margin-bottom: clamp(40px, 5vw, 64px);
    align-items: stretch;
}
.cvrCard {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 24px;
    padding: clamp(28px, 3vw, 38px) clamp(26px, 2.6vw, 36px);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 14px 36px -16px rgba(15, 23, 42, 0.10);
    position: relative;
    overflow: hidden;
    transition: transform 0.32s cubic-bezier(.2,.8,.2,1), box-shadow 0.32s ease, border-color 0.32s ease;
    display: flex;
    flex-direction: column;
}
.cvrCard:hover {
    transform: translateY(-3px);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 22px 50px -18px rgba(16, 185, 129, 0.20);
    border-color: rgba(16, 185, 129, 0.28);
}
.cvrCard--feature {
    grid-column: 1 / -1;
    background:
        radial-gradient(70% 70% at 100% 0%, rgba(16, 185, 129, 0.10), transparent 60%),
        radial-gradient(50% 70% at 0% 100%, rgba(245, 158, 11, 0.05), transparent 65%),
        linear-gradient(180deg, #f0fdf4 0%, #ffffff 70%);
    border-color: rgba(16, 185, 129, 0.18);
}
.cvrCardMeta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.cvrCardNum {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #047857 0%, #10b981 100%);
    color: #ffffff;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.02em;
    border-radius: 12px;
    box-shadow: 0 8px 18px -8px rgba(16, 185, 129, 0.55);
    flex-shrink: 0;
}
.cvrCardKicker {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #047857;
}
.cvrCardTop {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: clamp(20px, 2.6vw, 36px);
    align-items: center;
    margin-bottom: clamp(20px, 2.4vw, 28px);
}
.cvrCardCopy { min-width: 0; }
.cvrCardTitle {
    font-family: 'Manrope', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(22px, 1.95vw, 28px);
    font-weight: 800;
    color: #0b1220;
    letter-spacing: -0.018em;
    line-height: 1.2;
    margin: 0 0 12px;
}
.cvrCardLead {
    font-size: clamp(15.5px, 1.2vw, 17px);
    line-height: 1.65;
    color: #334155;
    margin: 0;
}
.cvrCard:not(.cvrCard--feature) .cvrCardLead {
    margin: 0 0 22px;
}

/* Stats panel inside the feature card */
.cvrCardStats {
    display: flex;
    gap: clamp(18px, 2.2vw, 28px);
    padding: clamp(16px, 1.8vw, 22px) clamp(20px, 2.2vw, 26px);
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.18);
    border-radius: 16px;
    box-shadow: 0 8px 20px -10px rgba(16, 185, 129, 0.18);
    flex-shrink: 0;
}
.cvrCardStat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 88px;
}
.cvrCardStat strong {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 800;
    color: #0b1220;
    letter-spacing: -0.02em;
    line-height: 1;
}
.cvrCardStat span {
    font-size: 13.5px;
    font-weight: 500;
    color: #475569;
    line-height: 1.3;
    white-space: nowrap;
}

/* Pills label + 4-col pill grid (counties) */
.cvrPillsLabel {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #475569;
    margin: 4px 0 14px;
}
.cvrPills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
.cvrPill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #0b1220;
    text-decoration: none;
    line-height: 1.2;
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.cvrPill:hover {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-color: rgba(16, 185, 129, 0.42);
    color: #065f46;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px -8px rgba(16, 185, 129, 0.32);
    text-decoration: none;
}
.cvrPillIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 7px;
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: #047857;
    flex-shrink: 0;
    transition: transform 0.22s ease;
}
.cvrPill:hover .cvrPillIcon {
    transform: scale(1.06);
}

/* Vertical link list (industries / topics) */
.cvrLinkList {
    list-style: none;
    margin: auto 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.cvrLinkList li + li {
    border-top: 1px solid rgba(15, 23, 42, 0.07);
}
.cvrLinkList a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 4px 14px 0;
    font-size: 15.5px;
    font-weight: 600;
    color: #0b1220;
    text-decoration: none;
    line-height: 1.35;
    transition: color 0.22s ease, padding 0.22s ease;
}
.cvrLinkList a > span:first-child { min-width: 0; }
.cvrLinkList a:hover {
    color: #047857;
    text-decoration: none;
    padding-left: 4px;
}
.cvrArrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #f1f5f9;
    border-radius: 8px;
    color: #475569;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;
    transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}
.cvrLinkList a:hover .cvrArrow {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: #047857;
    transform: translateX(3px);
}

/* ----- Light premium CTA panel ----- */
.cvrCta {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: clamp(24px, 3vw, 44px);
    align-items: stretch;
    background:
        radial-gradient(60% 80% at 100% 0%, rgba(16, 185, 129, 0.12), transparent 65%),
        radial-gradient(60% 90% at 0% 100%, rgba(249, 115, 22, 0.10), transparent 65%),
        linear-gradient(180deg, #ffffff 0%, #f6fdfb 100%);
    border: 1px solid rgba(16, 185, 129, 0.18);
    border-radius: 28px;
    padding: clamp(30px, 3.6vw, 56px);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 30px 60px -30px rgba(16, 185, 129, 0.22);
    position: relative;
    overflow: hidden;
}
.cvrCta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(16, 185, 129, 0.10) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.35;
    mask-image: linear-gradient(135deg, #000 0%, transparent 55%);
    -webkit-mask-image: linear-gradient(135deg, #000 0%, transparent 55%);
    pointer-events: none;
}
.cvrCta__main { position: relative; z-index: 1; }
.cvrCta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #b45309;
    background: linear-gradient(135deg, #fff7ed, #fed7aa);
    border: 1px solid rgba(249, 115, 22, 0.34);
    padding: 7px 14px 7px 12px;
    border-radius: 999px;
    margin-bottom: 18px;
}
.cvrCta__title {
    font-family: 'Manrope', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(26px, 3.1vw, 40px);
    font-weight: 800;
    color: #0b1220;
    letter-spacing: -0.022em;
    line-height: 1.14;
    margin: 0 0 18px;
}
.cvrCta__price {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
}
.cvrCta__intro {
    font-size: clamp(16px, 1.3vw, 18px);
    line-height: 1.65;
    color: #1e293b;
    margin: 0 0 24px;
    max-width: 600px;
}
.cvrCta__bullets {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: grid;
    gap: 12px;
}
.cvrCta__bullets li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.55;
    color: #1e293b;
}
.cvrCta__bullets li svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: #047857;
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    border-radius: 8px;
    padding: 3px;
    margin-top: 2px;
}
.cvrCta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}
.cvrBtn {
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 26px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    line-height: 1;
    letter-spacing: 0.01em;
}
.cvrBtn--primary {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #ffffff;
    box-shadow: 0 14px 30px -10px rgba(249, 115, 22, 0.55), inset 0 1px 0 rgba(255,255,255,0.18);
}
.cvrBtn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px -12px rgba(249, 115, 22, 0.70), inset 0 1px 0 rgba(255,255,255,0.22);
    color: #ffffff;
    text-decoration: none;
}
.cvrBtn--primary svg { transition: transform 0.25s ease; }
.cvrBtn--primary:hover svg { transform: translateX(3px); }
.cvrBtn--ghost {
    background: #ffffff;
    color: #0b1220;
    border: 1px solid rgba(15, 23, 42, 0.14);
    box-shadow: 0 6px 14px -8px rgba(15, 23, 42, 0.10);
}
.cvrBtn--ghost:hover {
    background: linear-gradient(135deg, #ecfdf5 0%, #ffffff 100%);
    border-color: rgba(16, 185, 129, 0.45);
    color: #065f46;
    text-decoration: none;
    transform: translateY(-1px);
}
.cvrCta__small {
    font-size: 14.5px;
    line-height: 1.65;
    color: #475569;
    margin: 0;
    max-width: 620px;
}
.cvrCta__small strong { color: #0b1220; font-weight: 700; }

/* Aside stat card */
.cvrCta__aside {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    padding: clamp(24px, 2.6vw, 32px);
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 18px 40px -18px rgba(15, 23, 42, 0.14);
}
.cvrCta__asideHead {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #047857;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(16, 185, 129, 0.18);
}
.cvrFigure {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed rgba(15, 23, 42, 0.10);
}
.cvrFigure:last-of-type { border-bottom: none; padding-bottom: 0; }
.cvrFigure__num {
    font-family: 'Manrope', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(22px, 2.1vw, 28px);
    font-weight: 800;
    color: #0b1220;
    letter-spacing: -0.02em;
    line-height: 1.1;
    flex-shrink: 0;
}
.cvrFigure__lbl {
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    line-height: 1.35;
    text-align: right;
}
.cvrBadges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
    padding-top: 18px;
    border-top: 1px solid rgba(16, 185, 129, 0.18);
}
.cvrBadge {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #065f46;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 1px solid rgba(16, 185, 129, 0.30);
    border-radius: 999px;
}

/* ----- Anchor pages quick nav ----- */
.cvrQuickNav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 14px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 14px 36px -20px rgba(15, 23, 42, 0.10);
    margin: 0 auto clamp(40px, 5vw, 60px);
    max-width: max-content;
}
.cvrQuickLabel {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #475569;
    padding-right: 6px;
    border-right: 1px solid rgba(15, 23, 42, 0.10);
    margin-right: 4px;
}
.cvrQuickPill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px 9px 14px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    color: #0b1220;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 999px;
    text-decoration: none;
    line-height: 1;
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.cvrQuickPill svg {
    color: #047857;
    transition: transform 0.22s ease;
    flex-shrink: 0;
}
.cvrQuickPill:hover {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-color: rgba(16, 185, 129, 0.42);
    color: #065f46;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px -8px rgba(16, 185, 129, 0.32);
    text-decoration: none;
}
.cvrQuickPill:hover svg { transform: scale(1.08); }
.cvrQuickPill--primary {
    background: linear-gradient(135deg, #047857 0%, #10b981 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 10px 22px -10px rgba(16, 185, 129, 0.55);
}
.cvrQuickPill--primary svg { color: #ffffff; }
.cvrQuickPill--primary:hover {
    background: linear-gradient(135deg, #065f46 0%, #047857 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -10px rgba(16, 185, 129, 0.65);
}

/* ----- Card 04: Guides (alternative amber accent) ----- */
.cvrCard--guides {
    grid-column: 1 / -1;
    background:
        radial-gradient(70% 70% at 0% 0%, rgba(245, 158, 11, 0.10), transparent 60%),
        radial-gradient(60% 70% at 100% 100%, rgba(16, 185, 129, 0.06), transparent 65%),
        linear-gradient(180deg, #fffbeb 0%, #ffffff 70%);
    border-color: rgba(245, 158, 11, 0.22);
}
.cvrCardNum--alt {
    background: linear-gradient(135deg, #b45309 0%, #f59e0b 100%);
    box-shadow: 0 8px 18px -8px rgba(245, 158, 11, 0.55);
}
.cvrCardKicker--alt {
    color: #b45309;
}
.cvrPills--guides {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.cvrPill--guide {
    padding: 14px 16px;
    background: #ffffff;
}
.cvrPill--guide:hover {
    background: linear-gradient(135deg, #fff7ed 0%, #fde68a 100%);
    border-color: rgba(245, 158, 11, 0.45);
    color: #92400e;
    box-shadow: 0 8px 18px -8px rgba(245, 158, 11, 0.32);
}
.cvrPillIcon--amber {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #b45309;
}

/* ----- Responsive ----- */
@media (max-width: 1100px) {
    .cvrPills { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .cvrPills--guides { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .cvrCardTop { grid-template-columns: 1fr; }
    .cvrCardStats { width: 100%; box-sizing: border-box; flex-wrap: wrap; }
    .cvrCta { grid-template-columns: 1fr; }
    .cvrQuickNav { max-width: 100%; border-radius: 24px; padding: 16px 18px; }
}
@media (max-width: 760px) {
    .cvrMosaic { grid-template-columns: 1fr; }
    .cvrCard--feature, .cvrCard--guides { grid-column: auto; }
    .cvrPills { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cvrPills--guides { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cvrTitle { font-size: clamp(28px, 8vw, 40px); }
    .cvrCardStats { gap: 16px 22px; }
    .cvrCardStat { min-width: calc(50% - 11px); }
    .cvrQuickNav { gap: 10px; }
    .cvrQuickLabel { display: none; }
}
@media (max-width: 460px) {
    .cvrPills { grid-template-columns: 1fr; }
    .cvrPills--guides { grid-template-columns: 1fr; }
    .cvrCta__buttons { flex-direction: column; align-items: stretch; }
    .cvrBtn { width: 100%; }
    .cvrTrust li { font-size: 13.5px; padding: 8px 14px 8px 10px; }
    .cvrCardStat { min-width: 0; flex: 1 1 100%; }
    .cvrFigure { flex-direction: column; align-items: flex-start; gap: 4px; }
    .cvrFigure__lbl { text-align: left; }
    .cvrQuickPill { font-size: 13.5px; padding: 9px 14px 9px 12px; }
}
@media (prefers-reduced-motion: reduce) {
    .cvrCard, .cvrPill, .cvrPillIcon, .cvrLinkList a, .cvrArrow, .cvrBtn, .cvrBtn--primary svg, .cvrTrust li, .cvrQuickPill, .cvrQuickPill svg { transition: none !important; }
    .cvrCard:hover, .cvrPill:hover, .cvrBtn:hover, .cvrBtn--primary:hover svg, .cvrTrust li:hover, .cvrQuickPill:hover, .cvrQuickPill:hover svg { transform: none !important; }
}

/* Responsive safety layer (additive, small screens only, desktop unchanged) */
@media (max-width: 640px){ .cvrCta__price { white-space: normal; overflow-wrap: anywhere; } }
