:root {
    --cprg-night: #02060d;
    --cprg-night-2: #050b15;
    --cprg-panel: #09111e;
    --cprg-panel-2: #0d1726;
    --cprg-line: rgba(153, 177, 207, 0.16);
    --cprg-line-strong: rgba(153, 177, 207, 0.28);
    --cprg-white: #f7f9fc;
    --cprg-text: #dce4ef;
    --cprg-muted: #96a5b8;
    --cprg-ink: #101722;
    --cprg-ink-muted: #5f6d7c;
    --cprg-green: #23c602;
    --cprg-green-bright: #39ea17;
    --cprg-green-dark: #1a9e03;
    --cprg-green-soft: rgba(35, 198, 2, 0.12);
    --cprg-blue: #19a7ff;
    --cprg-blue-soft: rgba(25, 167, 255, 0.12);
    --cprg-red: #ff3545;
    --cprg-red-soft: rgba(255, 53, 69, 0.12);
    --cprg-gold: #d99327;
    --cprg-gold-soft: rgba(217, 147, 39, 0.12);
    --cprg-shell: 1240px;
    --cprg-radius-sm: 12px;
    --cprg-radius: 20px;
    --cprg-radius-lg: 30px;
    --cprg-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

/* Integrazione con Neve e con i contenitori WordPress più comuni. */
.cprg-page {
    background: var(--cprg-night);
}

.cprg-page .nv-page-title-wrap,
.cprg-page .entry-header,
.cprg-page .page-header,
.cprg-page .nv-comments-list,
.cprg-page .comments-area,
.cprg-page .post-navigation {
    display: none !important;
}

.cprg-page .container.single-page-container,
.cprg-page .nv-single-page-wrap,
.cprg-page .nv-content-wrap,
.cprg-page .site-main > .container,
.cprg-page .entry-content,
.cprg-page .wp-block-post-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cprg,
.cprg *,
.cprg *::before,
.cprg *::after {
    box-sizing: border-box;
}

.cprg {
    position: relative;
    overflow: clip;
    margin: 0;
    background: var(--cprg-night);
    color: var(--cprg-text);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.7;
    isolation: isolate;
}

.cprg a {
    color: inherit;
    text-decoration: none;
}

.cprg img,
.cprg svg {
    display: block;
}

.cprg button,
.cprg input,
.cprg a {
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

.cprg a:focus-visible,
.cprg button:focus-visible,
.cprg input:focus-visible {
    outline: 3px solid rgba(57, 234, 23, 0.75);
    outline-offset: 4px;
}

.cprg-shell {
    width: min(calc(100% - 40px), var(--cprg-shell));
    margin-inline: auto;
}

.cprg-progress {
    position: fixed;
    z-index: 9999;
    inset: 0 0 auto;
    height: 3px;
    pointer-events: none;
}

.cprg-progress span {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, var(--cprg-green), var(--cprg-green-bright), var(--cprg-blue));
    box-shadow: 0 0 18px rgba(57, 234, 23, 0.5);
}

.cprg-hero {
    position: relative;
    min-height: 790px;
    display: grid;
    align-items: center;
    padding: 112px 0 92px;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 22%, rgba(35, 198, 2, 0.09), transparent 31%),
        radial-gradient(circle at 15% 70%, rgba(25, 167, 255, 0.07), transparent 34%),
        linear-gradient(180deg, #02060d 0%, #050b15 100%);
}

.cprg-grid {
    position: absolute;
    inset: 0;
    opacity: 0.42;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(137, 163, 196, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(137, 163, 196, 0.07) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 95%);
}

.cprg-grid::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--cprg-night) 0%, transparent 14%, transparent 86%, var(--cprg-night) 100%);
}

.cprg-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.cprg-glow-one {
    width: 460px;
    height: 460px;
    right: -190px;
    top: 60px;
    border: 1px solid rgba(57, 234, 23, 0.12);
    box-shadow: inset 0 0 95px rgba(57, 234, 23, 0.04), 0 0 130px rgba(57, 234, 23, 0.05);
}

.cprg-glow-two {
    width: 300px;
    height: 300px;
    left: -180px;
    bottom: 40px;
    border: 1px solid rgba(25, 167, 255, 0.12);
    box-shadow: inset 0 0 80px rgba(25, 167, 255, 0.04), 0 0 100px rgba(25, 167, 255, 0.05);
}

.cprg-hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
    gap: clamp(46px, 6vw, 88px);
    align-items: center;
}

.cprg-kicker,
.cprg-overline {
    margin: 0 0 18px;
    color: var(--cprg-green-bright);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cprg-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--cprg-muted);
}

.cprg-kicker span:first-child {
    color: var(--cprg-green-bright);
}

.cprg-kicker span:nth-child(2) {
    width: 26px;
    height: 1px;
    background: var(--cprg-line-strong);
}

.cprg-hero h1 {
    max-width: 780px;
    margin: 0;
    color: var(--cprg-white);
    font-size: clamp(52px, 6vw, 88px);
    font-weight: 800;
    line-height: 0.99;
    letter-spacing: -0.055em;
}

.cprg-hero h1 span {
    display: block;
}

.cprg-accent {
    color: var(--cprg-green-bright);
    text-shadow: 0 0 34px rgba(57, 234, 23, 0.11);
}

.cprg-lead {
    max-width: 720px;
    margin: 30px 0 0;
    color: #b8c4d4;
    font-size: clamp(18px, 1.5vw, 21px);
    line-height: 1.65;
}

.cprg-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 28px;
    color: var(--cprg-muted);
    font-size: 13px;
    font-weight: 650;
}

.cprg-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cprg-meta svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--cprg-green-bright);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cprg-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.cprg-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.cprg-button:hover {
    transform: translateY(-2px);
}

.cprg-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cprg-button-primary {
    color: #061006 !important;
    background: linear-gradient(135deg, var(--cprg-green-bright), var(--cprg-green));
    box-shadow: 0 12px 34px rgba(35, 198, 2, 0.2);
}

.cprg-button-primary:hover {
    box-shadow: 0 17px 42px rgba(35, 198, 2, 0.28);
}

.cprg-button-ghost {
    color: var(--cprg-white) !important;
    border-color: var(--cprg-line-strong);
    background: rgba(255, 255, 255, 0.025);
}

.cprg-button-ghost:hover {
    border-color: rgba(57, 234, 23, 0.5);
    background: rgba(57, 234, 23, 0.05);
}

.cprg-dashboard {
    position: relative;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(144, 168, 198, 0.2);
    border-radius: var(--cprg-radius-lg);
    background: linear-gradient(180deg, rgba(14, 24, 39, 0.97), rgba(5, 10, 18, 0.99));
    box-shadow: var(--cprg-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.cprg-dashboard::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(57, 234, 23, 0.035), transparent 35%, transparent 72%, rgba(25, 167, 255, 0.025));
}

.cprg-dashboard-head {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--cprg-line);
    color: #8797aa;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.cprg-dashboard-head > span:last-child {
    margin-left: auto;
    color: #617084;
}

.cprg-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cprg-green-bright);
    box-shadow: 0 0 0 5px rgba(57, 234, 23, 0.09), 0 0 16px rgba(57, 234, 23, 0.65);
    animation: cprgPulse 1.9s ease-in-out infinite;
}

.cprg-balance {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    padding: 28px 0 22px;
}

.cprg-balance span {
    color: #7f8fa3;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cprg-balance strong {
    color: var(--cprg-white);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1;
    letter-spacing: -0.05em;
}

.cprg-risk-bars {
    position: relative;
    display: grid;
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--cprg-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
}

.cprg-risk-bars > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 8px 18px;
    align-items: center;
}

.cprg-risk-bars span {
    color: #8d9caf;
    font-size: 11px;
    font-weight: 700;
}

.cprg-risk-bars i {
    grid-column: 1;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

.cprg-risk-bars b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--cprg-red), #ff6a76);
}

.cprg-risk-bars > div:nth-child(2) b {
    background: linear-gradient(90deg, var(--cprg-green), var(--cprg-green-bright));
}

.cprg-risk-bars strong {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    color: var(--cprg-red);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 16px;
}

.cprg-risk-bars > div:nth-child(2) strong {
    color: var(--cprg-green-bright);
}

.cprg-dashboard-metrics {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
}

.cprg-dashboard-metrics div {
    min-width: 0;
    padding: 14px 11px;
    border: 1px solid var(--cprg-line);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.02);
}

.cprg-dashboard-metrics span,
.cprg-dashboard-metrics strong {
    display: block;
}

.cprg-dashboard-metrics span {
    overflow: hidden;
    color: #6f8095;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.05em;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.cprg-dashboard-metrics strong {
    margin-top: 5px;
    color: var(--cprg-white);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 15px;
    line-height: 1.2;
}

.cprg-dashboard-metrics .cprg-metric-focus {
    border-color: rgba(57, 234, 23, 0.3);
    background: rgba(57, 234, 23, 0.07);
}

.cprg-dashboard-metrics .cprg-metric-focus strong {
    color: var(--cprg-green-bright);
}

.cprg-dashboard-note {
    position: relative;
    margin: 15px 0 0;
    color: #59697d;
    font-size: 10px;
    line-height: 1.45;
}

.cprg-anchor-nav {
    position: sticky;
    z-index: 90;
    top: 0;
    border-top: 1px solid rgba(144, 168, 198, 0.1);
    border-bottom: 1px solid rgba(144, 168, 198, 0.15);
    background: rgba(3, 8, 15, 0.9);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(18px);
}

.cprg-anchor-nav .cprg-shell {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 28px;
    overflow-x: auto;
    scrollbar-width: none;
}

.cprg-anchor-nav .cprg-shell::-webkit-scrollbar {
    display: none;
}

.cprg-anchor-nav a {
    flex: 0 0 auto;
    color: #8d9caf;
    font-size: 12px;
    font-weight: 750;
    white-space: nowrap;
    transition: color 160ms ease;
}

.cprg-anchor-nav a:hover {
    color: var(--cprg-white);
}

.cprg-section {
    position: relative;
    padding: 112px 0;
}

.cprg-section-light {
    color: var(--cprg-ink);
    background: #f3f6f9;
}

.cprg-section-dark {
    color: var(--cprg-text);
    background:
        radial-gradient(circle at 14% 12%, rgba(25, 167, 255, 0.07), transparent 30%),
        linear-gradient(180deg, #050b15, #02060d);
}

.cprg-heading {
    max-width: 820px;
    margin-bottom: 54px;
}

.cprg-heading h2 {
    margin: 0;
    color: var(--cprg-ink);
    font-size: clamp(38px, 4.4vw, 64px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.046em;
}

.cprg-heading > p:not(.cprg-overline) {
    margin: 22px 0 0;
    color: var(--cprg-ink-muted);
    font-size: 18px;
    line-height: 1.75;
}

.cprg-section-dark .cprg-heading h2,
.cprg-section-plan .cprg-heading h2,
.cprg-section-sources .cprg-heading h2,
.cprg-regulatory-card h2 {
    color: var(--cprg-white);
}

.cprg-section-dark .cprg-heading > p:not(.cprg-overline),
.cprg-section-plan .cprg-heading > p:not(.cprg-overline),
.cprg-section-sources .cprg-heading > p:not(.cprg-overline),
.cprg-regulatory-card > div:last-child > p:not(.cprg-overline) {
    color: #9eacbd;
}

.cprg-correction {
    max-width: 1020px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin: 0 0 82px;
    padding: 22px 24px;
    border: 1px solid rgba(31, 168, 5, 0.18);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(17, 31, 47, 0.07);
}

.cprg-correction-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #0a4002;
    background: rgba(57, 234, 23, 0.18);
    font-size: 21px;
    font-weight: 900;
}

.cprg-correction strong {
    color: var(--cprg-ink);
    font-size: 16px;
}

.cprg-correction p {
    margin: 5px 0 0;
    color: #5c6a79;
    font-size: 14px;
    line-height: 1.65;
}

.cprg-card-grid {
    display: grid;
    gap: 16px;
}

.cprg-card-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cprg-card {
    position: relative;
    min-height: 250px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(23, 55, 88, 0.1);
    border-radius: var(--cprg-radius);
    background: #fff;
    box-shadow: 0 14px 44px rgba(17, 31, 47, 0.065);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.cprg-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(17, 31, 47, 0.1);
}

.cprg-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -55px;
    bottom: -55px;
    border: 1px solid rgba(35, 198, 2, 0.13);
    border-radius: 50%;
}

.cprg-card-number {
    color: var(--cprg-green-dark);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.cprg-card h3 {
    margin: 30px 0 0;
    color: var(--cprg-ink);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.cprg-card p {
    margin: 16px 0 0;
    color: #657382;
    font-size: 14px;
    line-height: 1.7;
}

.cprg-two-column {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(52px, 7vw, 105px);
    align-items: start;
}

.cprg-two-column-reverse {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
}

.cprg-heading-sticky {
    position: sticky;
    top: 110px;
    margin-bottom: 0;
}

.cprg-formula {
    margin-top: 28px;
    padding: 22px;
    border: 1px solid var(--cprg-line);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.025);
}

.cprg-formula span,
.cprg-formula strong {
    display: block;
}

.cprg-formula span {
    color: #74869c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cprg-formula strong {
    margin-top: 8px;
    color: var(--cprg-green-bright);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: clamp(18px, 2vw, 26px);
}

.cprg-stack {
    display: grid;
    gap: 18px;
}

.cprg-calculator {
    padding: 30px;
    border: 1px solid rgba(145, 170, 202, 0.2);
    border-radius: var(--cprg-radius);
    background: linear-gradient(180deg, rgba(14, 24, 39, 0.95), rgba(8, 14, 24, 0.98));
    box-shadow: var(--cprg-shadow);
}

.cprg-calculator-light {
    color: var(--cprg-ink);
    border-color: rgba(23, 55, 88, 0.12);
    background: #fff;
    box-shadow: 0 18px 50px rgba(17, 31, 47, 0.09);
}

.cprg-calculator-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
}

.cprg-calculator-head span:first-child {
    color: var(--cprg-green-bright);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cprg-calculator-light .cprg-calculator-head span:first-child {
    color: var(--cprg-green-dark);
}

.cprg-calculator-head h3 {
    margin: 4px 0 0;
    color: var(--cprg-white);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.cprg-calculator-light .cprg-calculator-head h3 {
    color: var(--cprg-ink);
}

.cprg-chip {
    flex: 0 0 auto;
    padding: 7px 10px;
    border: 1px solid rgba(57, 234, 23, 0.22);
    border-radius: 999px;
    color: var(--cprg-green-bright) !important;
    background: rgba(57, 234, 23, 0.07);
    font-size: 9px !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase;
}

.cprg-calculator-light .cprg-chip {
    color: var(--cprg-green-dark) !important;
}

.cprg-calculator label {
    display: block;
    margin-bottom: 9px;
    color: #a6b3c3;
    font-size: 13px;
    font-weight: 750;
}

.cprg-calculator-light label {
    color: #4e5c6b;
}

.cprg-input-row {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    border: 1px solid var(--cprg-line-strong);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
}

.cprg-calculator-light .cprg-input-row {
    border-color: rgba(23, 55, 88, 0.16);
    background: #f7f9fb;
}

.cprg-input-row input {
    min-width: 0;
    flex: 1;
    padding: 0;
    border: 0;
    outline: 0;
    color: var(--cprg-white);
    background: transparent;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 22px;
    font-weight: 800;
}

.cprg-calculator-light .cprg-input-row input {
    color: var(--cprg-ink);
}

.cprg-input-row > span {
    color: #7e8fa3;
    font-size: 13px;
    font-weight: 750;
}

.cprg-help {
    margin: 10px 0 0;
    color: #6f8095;
    font-size: 11px;
    line-height: 1.55;
}

.cprg-calculator-light .cprg-help {
    color: #6a7887;
}

.cprg-result {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid rgba(57, 234, 23, 0.22);
    border-radius: 15px;
    background: rgba(57, 234, 23, 0.07);
}

.cprg-result > span,
.cprg-result > strong,
.cprg-result > small {
    display: block;
}

.cprg-result > span,
.cprg-result-split span {
    color: #84a080;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cprg-result > strong {
    margin-top: 5px;
    color: var(--cprg-green-bright);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: clamp(38px, 4.2vw, 58px);
    line-height: 1;
    letter-spacing: -0.05em;
}

.cprg-result > small {
    margin-top: 10px;
    color: #8ea28b;
    font-size: 11px;
    line-height: 1.55;
}

.cprg-calculator-light .cprg-result {
    border-color: rgba(31, 168, 5, 0.18);
    background: rgba(35, 198, 2, 0.06);
}

.cprg-calculator-light .cprg-result > strong,
.cprg-calculator-light .cprg-result-split strong {
    color: var(--cprg-green-dark);
}

.cprg-math-note {
    padding: 22px 24px;
    border-left: 3px solid var(--cprg-green-bright);
    border-radius: 0 14px 14px 0;
    background: rgba(255, 255, 255, 0.025);
}

.cprg-math-note span {
    display: block;
    color: #8fa0b4;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.cprg-math-note code {
    display: block;
    margin-top: 7px;
    color: var(--cprg-white);
    font-size: 17px;
    white-space: normal;
}

.cprg-math-note p {
    margin: 12px 0 0;
    color: #8fa0b4;
    font-size: 13px;
    line-height: 1.65;
}

.cprg-table-card {
    margin-top: 78px;
    overflow: hidden;
    border: 1px solid rgba(145, 170, 202, 0.18);
    border-radius: var(--cprg-radius);
    background: #fff;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
}

.cprg-section-dark .cprg-table-card {
    background: linear-gradient(180deg, rgba(13, 23, 38, 0.98), rgba(7, 13, 22, 0.99));
}

.cprg-table-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
    padding: 28px 30px;
    border-bottom: 1px solid var(--cprg-line);
}

.cprg-table-intro .cprg-overline {
    margin-bottom: 7px;
}

.cprg-table-intro h3 {
    margin: 0;
    color: var(--cprg-white);
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.cprg-section-light .cprg-table-intro h3 {
    color: var(--cprg-ink);
}

.cprg-table-intro > p {
    max-width: 430px;
    margin: 0;
    color: #7f8fa3;
    font-size: 12px;
    line-height: 1.6;
}

.cprg-table-scroll {
    overflow-x: auto;
}

.cprg-table-card table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.cprg-table-card th,
.cprg-table-card td {
    padding: 18px 22px;
    border: 0;
    border-bottom: 1px solid var(--cprg-line);
    text-align: left;
    vertical-align: middle;
}

.cprg-table-card th {
    color: #7d8ea3;
    background: rgba(255, 255, 255, 0.02);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cprg-section-light .cprg-table-card th {
    color: #667687;
    background: #f7f9fb;
}

.cprg-table-card td {
    color: #bbc6d4;
    font-size: 13px;
}

.cprg-section-light .cprg-table-card td {
    color: #4f5d6b;
}

.cprg-table-card tbody tr:last-child td {
    border-bottom: 0;
}

.cprg-positive {
    color: var(--cprg-green-bright) !important;
    font-weight: 800;
}

.cprg-section-light .cprg-positive {
    color: var(--cprg-green-dark) !important;
}

.cprg-negative {
    color: var(--cprg-red) !important;
    font-weight: 800;
}

.cprg-caption {
    margin: 0;
    padding: 16px 22px;
    border-top: 1px solid var(--cprg-line);
    color: #6e7f93;
    font-size: 11px;
    line-height: 1.6;
}

.cprg-sizing-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 24px;
    align-items: stretch;
}

.cprg-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cprg-result-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.cprg-result-split div + div {
    padding-left: 18px;
    border-left: 1px solid rgba(31, 168, 5, 0.16);
}

.cprg-result-split strong {
    display: block;
    margin-top: 6px;
    color: var(--cprg-green-bright);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 28px;
    line-height: 1.15;
}

.cprg-exposure-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cprg-exposure-cards article {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 20px;
    border: 1px solid rgba(23, 55, 88, 0.11);
    border-radius: var(--cprg-radius);
    background: #fff;
    box-shadow: 0 15px 38px rgba(17, 31, 47, 0.06);
}

.cprg-exposure-cards span {
    color: #768595;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.cprg-exposure-cards strong {
    display: block;
    margin: 20px 0;
    color: var(--cprg-ink);
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1;
    letter-spacing: -0.05em;
}

.cprg-exposure-cards p {
    margin: 0;
    color: #657382;
    font-size: 12px;
    line-height: 1.65;
}

.cprg-exposure-cards .cprg-exposure-high {
    border-color: rgba(255, 53, 69, 0.18);
    background: linear-gradient(145deg, #fff, #fff5f6);
}

.cprg-exposure-high strong {
    color: #df2434;
}

.cprg-inline-warning {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin-top: 34px;
    padding: 22px 24px;
    border: 1px solid rgba(217, 147, 39, 0.28);
    border-radius: 16px;
    background: #fff9ef;
}

.cprg-inline-warning svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: var(--cprg-gold);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cprg-inline-warning strong {
    color: #442e0d;
    font-size: 15px;
}

.cprg-inline-warning p {
    margin: 6px 0 0;
    color: #725b38;
    font-size: 13px;
    line-height: 1.65;
}

.cprg-streak-highlight {
    display: grid;
    grid-template-columns: 1fr auto 1fr 1fr;
    gap: 22px;
    align-items: center;
    margin-bottom: 30px;
    padding: 28px 30px;
    border: 1px solid rgba(255, 53, 69, 0.22);
    border-radius: var(--cprg-radius);
    background: linear-gradient(135deg, rgba(255, 53, 69, 0.07), rgba(255, 255, 255, 0.02));
}

.cprg-streak-highlight span,
.cprg-streak-highlight strong {
    display: block;
}

.cprg-streak-highlight span {
    color: #8192a6;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cprg-streak-highlight strong {
    margin-top: 7px;
    color: var(--cprg-white);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.cprg-streak-arrow {
    color: #65758a;
    font-size: 26px;
}

.cprg-table-card-dark {
    margin-top: 0;
}

.cprg-recovery-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(48px, 7vw, 96px);
    align-items: center;
    margin-top: 74px;
}

.cprg-recovery-copy h3 {
    margin: 0;
    color: var(--cprg-white);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.07;
    letter-spacing: -0.04em;
}

.cprg-recovery-copy > p:not(.cprg-overline) {
    margin: 20px 0 0;
    color: #94a3b6;
    font-size: 16px;
    line-height: 1.7;
}

.cprg-recovery-list {
    display: grid;
    gap: 10px;
}

.cprg-recovery-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    border: 1px solid var(--cprg-line);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.025);
}

.cprg-recovery-list span {
    color: #8999ad;
    font-size: 13px;
}

.cprg-recovery-list strong {
    color: var(--cprg-white);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 15px;
}

.cprg-recovery-list .cprg-recovery-alert {
    border-color: rgba(255, 53, 69, 0.25);
    background: rgba(255, 53, 69, 0.07);
}

.cprg-recovery-alert strong {
    color: var(--cprg-red);
}

.cprg-martingale-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(50px, 7vw, 100px);
    align-items: center;
}

.cprg-martingale-layout .cprg-heading {
    margin-bottom: 0;
}

.cprg-martingale-card {
    padding: 30px;
    border: 1px solid rgba(23, 55, 88, 0.12);
    border-radius: var(--cprg-radius);
    background: #fff;
    box-shadow: 0 20px 55px rgba(17, 31, 47, 0.09);
}

.cprg-martingale-sequence {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.cprg-martingale-sequence span {
    min-height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 53, 69, 0.14);
    border-radius: 11px;
    color: var(--cprg-red);
    background: rgba(255, 53, 69, 0.06);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 15px;
    font-weight: 800;
}

.cprg-martingale-sequence .cprg-win {
    border-color: rgba(35, 198, 2, 0.2);
    color: var(--cprg-green-dark);
    background: rgba(35, 198, 2, 0.07);
}

.cprg-martingale-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(23, 55, 88, 0.1);
}

.cprg-martingale-total span {
    max-width: 330px;
    color: #677585;
    font-size: 12px;
    line-height: 1.55;
}

.cprg-martingale-total strong {
    flex: 0 0 auto;
    color: var(--cprg-red);
    font-size: 18px;
}

.cprg-martingale-card > p {
    margin: 18px 0 0;
    color: #657382;
    font-size: 13px;
    line-height: 1.7;
}

.cprg-section-plan {
    color: var(--cprg-text);
    background:
        radial-gradient(circle at 84% 16%, rgba(35, 198, 2, 0.08), transparent 28%),
        linear-gradient(180deg, #02060d, #06101b);
}

.cprg-r-definition {
    max-width: 870px;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-bottom: 34px;
    padding: 22px 24px;
    border: 1px solid rgba(57, 234, 23, 0.2);
    border-radius: 16px;
    background: rgba(57, 234, 23, 0.055);
}

.cprg-r-definition > div:first-child {
    display: grid;
    place-items: center;
    min-height: 78px;
    border-radius: 13px;
    color: #061006;
    background: linear-gradient(135deg, var(--cprg-green-bright), var(--cprg-green));
}

.cprg-r-definition > div:first-child strong {
    font-size: 32px;
    line-height: 1;
}

.cprg-r-definition span {
    color: var(--cprg-green-bright);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cprg-r-definition p {
    margin: 5px 0 0;
    color: #a2b0c1;
    font-size: 13px;
    line-height: 1.6;
}

.cprg-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cprg-plan-grid article {
    padding: 28px;
    border: 1px solid var(--cprg-line);
    border-radius: var(--cprg-radius);
    background: rgba(255, 255, 255, 0.025);
}

.cprg-plan-step {
    color: var(--cprg-green-bright);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cprg-plan-grid h3 {
    margin: 15px 0 0;
    color: var(--cprg-white);
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.cprg-plan-grid ul {
    display: grid;
    gap: 12px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.cprg-plan-grid li {
    position: relative;
    padding-left: 19px;
    color: #94a3b6;
    font-size: 13px;
    line-height: 1.6;
}

.cprg-plan-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cprg-green-bright);
    box-shadow: 0 0 10px rgba(57, 234, 23, 0.4);
}

.cprg-example-plan {
    margin-top: 34px;
    padding: 30px;
    border: 1px solid rgba(145, 170, 202, 0.18);
    border-radius: var(--cprg-radius);
    background: rgba(255, 255, 255, 0.025);
}

.cprg-example-plan h3 {
    margin: 0;
    color: var(--cprg-white);
    font-size: 28px;
    letter-spacing: -0.03em;
}

.cprg-example-plan-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.cprg-example-plan-metrics div {
    padding: 18px;
    border: 1px solid var(--cprg-line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
}

.cprg-example-plan-metrics span,
.cprg-example-plan-metrics strong {
    display: block;
}

.cprg-example-plan-metrics span {
    color: #718399;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.cprg-example-plan-metrics strong {
    margin-top: 6px;
    color: var(--cprg-green-bright);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 18px;
}

.cprg-example-plan > p:last-child {
    margin: 18px 0 0;
    color: #8292a6;
    font-size: 11px;
    line-height: 1.6;
}

.cprg-limit-list {
    display: grid;
    gap: 11px;
}

.cprg-limit-list div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid rgba(23, 55, 88, 0.1);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(17, 31, 47, 0.05);
}

.cprg-limit-list span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: var(--cprg-red);
    background: var(--cprg-red-soft);
    font-size: 18px;
    font-weight: 900;
}

.cprg-limit-list p {
    margin: 0;
    color: #536170;
    font-size: 14px;
    line-height: 1.55;
}

.cprg-section-regulatory {
    padding: 86px 0;
    color: var(--cprg-text);
    background: #07101b;
}

.cprg-regulatory-card {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    padding: 38px;
    border: 1px solid rgba(217, 147, 39, 0.25);
    border-radius: var(--cprg-radius);
    background: linear-gradient(135deg, rgba(217, 147, 39, 0.08), rgba(255, 255, 255, 0.018));
}

.cprg-regulatory-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(217, 147, 39, 0.25);
    border-radius: 18px;
    background: rgba(217, 147, 39, 0.08);
}

.cprg-regulatory-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: #e3a440;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cprg-regulatory-card h2 {
    margin: 0;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.cprg-regulatory-card > div:last-child > p:not(.cprg-overline) {
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 1.75;
}

.cprg-regulatory-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.cprg-regulatory-links a {
    padding: 11px 14px;
    border: 1px solid rgba(217, 147, 39, 0.25);
    border-radius: 10px;
    color: #f0bd6c;
    background: rgba(217, 147, 39, 0.06);
    font-size: 12px;
    font-weight: 750;
}

.cprg-regulatory-links a:hover {
    border-color: rgba(217, 147, 39, 0.5);
    background: rgba(217, 147, 39, 0.1);
}

.cprg-section-sources {
    color: var(--cprg-text);
    background: linear-gradient(180deg, #02060d, #050b15);
}

.cprg-source-list {
    overflow: hidden;
    border: 1px solid var(--cprg-line);
    border-radius: var(--cprg-radius);
    background: rgba(255, 255, 255, 0.02);
}

.cprg-source-list > a,
.cprg-source-formulas {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    gap: 18px;
    align-items: center;
    min-height: 94px;
    padding: 20px 24px;
    border-bottom: 1px solid var(--cprg-line);
    transition: background 160ms ease;
}

.cprg-source-list > a:hover {
    background: rgba(57, 234, 23, 0.04);
}

.cprg-source-list > :last-child {
    border-bottom: 0;
}

.cprg-source-list > a > span,
.cprg-source-formulas > span {
    color: var(--cprg-green-bright);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    font-weight: 800;
}

.cprg-source-list strong,
.cprg-source-list small {
    display: block;
}

.cprg-source-list strong {
    color: var(--cprg-white);
    font-size: 14px;
}

.cprg-source-list small {
    margin-top: 4px;
    color: #7f90a5;
    font-size: 11px;
    line-height: 1.55;
}

.cprg-source-list b {
    color: #6e8096;
    font-size: 16px;
}

.cprg-source-formulas {
    grid-template-columns: 42px minmax(0, 1fr);
}

.cprg-closing {
    padding: 72px 0 38px;
    color: var(--cprg-text);
    background: #02060d;
}

.cprg-closing-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 42px;
    align-items: center;
    padding: 42px;
    border: 1px solid rgba(57, 234, 23, 0.19);
    border-radius: var(--cprg-radius);
    background:
        radial-gradient(circle at 88% 50%, rgba(57, 234, 23, 0.1), transparent 33%),
        linear-gradient(135deg, #09141f, #07101a);
}

.cprg-closing-card h2 {
    margin: 0;
    color: var(--cprg-white);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.cprg-closing-card p:not(.cprg-overline) {
    max-width: 720px;
    margin: 18px 0 0;
    color: #9aa9bb;
    font-size: 15px;
    line-height: 1.7;
}

.cprg-closing-card .cprg-actions {
    margin-top: 0;
}

.cprg-disclaimer {
    max-width: 1040px;
    margin: 26px auto 0;
    color: #5f6f83;
    font-size: 10px;
    line-height: 1.65;
    text-align: center;
}

[data-cprg-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 650ms ease, transform 650ms ease;
}

[data-cprg-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@keyframes cprgPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(0.78); opacity: 0.62; }
}

@media (max-width: 1120px) {
    .cprg-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(460px, 0.92fr);
        gap: 42px;
    }

    .cprg-dashboard-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cprg-sizing-layout {
        grid-template-columns: 1fr;
    }

    .cprg-exposure-cards article {
        min-height: 230px;
    }

    .cprg-closing-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 940px) {
    .cprg-hero {
        min-height: 0;
        padding-top: 90px;
    }

    .cprg-hero-layout,
    .cprg-two-column,
    .cprg-two-column-reverse,
    .cprg-recovery-grid,
    .cprg-martingale-layout {
        grid-template-columns: 1fr;
    }

    .cprg-hero-copy {
        max-width: 780px;
    }

    .cprg-dashboard {
        max-width: 760px;
    }

    .cprg-heading-sticky {
        position: static;
        margin-bottom: 8px;
    }

    .cprg-card-grid-three,
    .cprg-plan-grid {
        grid-template-columns: 1fr;
    }

    .cprg-card {
        min-height: 0;
    }

    .cprg-table-card {
        margin-top: 54px;
    }

    .cprg-martingale-layout .cprg-heading {
        margin-bottom: 0;
    }
}

@media (max-width: 720px) {
    .cprg-shell {
        width: min(calc(100% - 28px), var(--cprg-shell));
    }

    .cprg {
        font-size: 16px;
    }

    .cprg-hero {
        padding: 72px 0 64px;
    }

    .cprg-hero h1 {
        font-size: clamp(46px, 14vw, 66px);
    }

    .cprg-lead {
        font-size: 17px;
    }

    .cprg-meta {
        display: grid;
        gap: 10px;
    }

    .cprg-actions {
        display: grid;
    }

    .cprg-button {
        width: 100%;
    }

    .cprg-dashboard {
        padding: 18px;
        border-radius: 22px;
    }

    .cprg-dashboard-head > span:last-child {
        display: none;
    }

    .cprg-balance {
        display: block;
    }

    .cprg-balance strong {
        display: block;
        margin-top: 8px;
    }

    .cprg-risk-bars > div {
        grid-template-columns: minmax(0, 1fr) 76px;
    }

    .cprg-dashboard-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cprg-anchor-nav .cprg-shell {
        min-height: 56px;
        gap: 22px;
    }

    .cprg-section {
        padding: 82px 0;
    }

    .cprg-heading {
        margin-bottom: 38px;
    }

    .cprg-heading h2 {
        font-size: clamp(36px, 11vw, 50px);
    }

    .cprg-heading > p:not(.cprg-overline) {
        font-size: 16px;
    }

    .cprg-correction {
        grid-template-columns: 1fr;
        margin-bottom: 58px;
    }

    .cprg-card {
        padding: 24px;
    }

    .cprg-calculator {
        padding: 22px;
    }

    .cprg-calculator-head {
        display: block;
    }

    .cprg-chip {
        display: inline-block;
        margin-top: 12px;
    }

    .cprg-field-grid,
    .cprg-result-split,
    .cprg-exposure-cards,
    .cprg-example-plan-metrics {
        grid-template-columns: 1fr;
    }

    .cprg-result-split div + div {
        padding: 16px 0 0;
        border-top: 1px solid rgba(31, 168, 5, 0.16);
        border-left: 0;
    }

    .cprg-exposure-cards article {
        min-height: 0;
    }

    .cprg-table-intro {
        display: block;
        padding: 24px 20px;
    }

    .cprg-table-intro > p {
        margin-top: 14px;
    }

    .cprg-streak-highlight {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px;
    }

    .cprg-streak-arrow {
        transform: rotate(90deg);
        transform-origin: center;
    }

    .cprg-recovery-list div {
        display: block;
    }

    .cprg-recovery-list strong {
        display: block;
        margin-top: 6px;
    }

    .cprg-martingale-sequence {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cprg-martingale-sequence span:last-child {
        grid-column: 1 / -1;
    }

    .cprg-martingale-total {
        display: block;
    }

    .cprg-martingale-total strong {
        display: block;
        margin-top: 10px;
    }

    .cprg-r-definition {
        grid-template-columns: 1fr;
    }

    .cprg-r-definition > div:first-child {
        min-height: 64px;
    }

    .cprg-regulatory-card {
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

    .cprg-regulatory-icon {
        width: 58px;
        height: 58px;
    }

    .cprg-source-list > a,
    .cprg-source-formulas {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 13px;
        padding: 18px;
    }

    .cprg-source-list b {
        display: none;
    }

    .cprg-closing-card {
        padding: 28px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cprg *,
    .cprg *::before,
    .cprg *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    [data-cprg-reveal] {
        opacity: 1;
        transform: none;
    }
}

@media print {
    .cprg-progress,
    .cprg-anchor-nav,
    .cprg-actions,
    .cprg-glow,
    .cprg-grid {
        display: none !important;
    }

    .cprg,
    .cprg-section,
    .cprg-hero,
    .cprg-section-dark,
    .cprg-section-plan,
    .cprg-section-regulatory,
    .cprg-section-sources,
    .cprg-closing {
        color: #111 !important;
        background: #fff !important;
    }

    .cprg h1,
    .cprg h2,
    .cprg h3,
    .cprg p,
    .cprg span,
    .cprg strong,
    .cprg small,
    .cprg li {
        color: #111 !important;
    }

    [data-cprg-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }
}
