
:root {
    --cva-red: #e31f26;
    --cva-red-dark: #a90f14;
    --cva-red-soft: #ff343b;
    --cva-black: #070707;
    --cva-panel: #101010;
    --cva-panel-2: #161616;
    --cva-line: #2b2b2b;
    --cva-white: #ffffff;
    --cva-text: #ececec;
    --cva-muted: #b9b9b9;
    --cva-shadow: 0 28px 80px rgba(0, 0, 0, .48);
}

body.cva-landing-active {
    background: var(--cva-black);
}

body.cva-landing-active .site-content,
body.cva-landing-active .content-area,
body.cva-landing-active .site-main,
body.cva-landing-active .inside-article {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

body.cva-landing-active .entry-header,
body.cva-landing-active .entry-title,
body.cva-landing-active .comments-area {
    display: none !important;
}

.cva-page,
.cva-page * {
    box-sizing: border-box;
}

.cva-page {
    overflow: clip;
    color: var(--cva-text);
    background: var(--cva-black);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.72;
}

.cva-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.cva-container {
    width: min(1220px, calc(100% - 36px));
    margin-inline: auto;
}

.cva-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 58px 0 64px;
    background:
        linear-gradient(90deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.84) 46%, rgba(0,0,0,.46) 100%),
        radial-gradient(circle at 82% 40%, rgba(227,31,38,.22), transparent 30%),
        #050505;
    border-bottom: 1px solid #2a0c0d;
}

.cva-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 46px 46px;
}

.cva-hero__glow {
    position: absolute;
    z-index: -1;
    right: -180px;
    bottom: -300px;
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background: rgba(227,31,38,.19);
    filter: blur(110px);
}

.cva-hero__grid {
    display: grid;
    grid-template-columns: .93fr 1.07fr;
    gap: 52px;
    align-items: center;
}

.cva-brand {
    width: 170px;
    height: 170px;
    margin-bottom: 24px;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 18px 48px rgba(0,0,0,.45);
}

.cva-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    color: #ff575c;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.cva-kicker::before {
    content: "";
    width: 26px;
    height: 2px;
    background: currentColor;
}

.cva-hero h1 {
    max-width: 720px;
    margin: 18px 0 20px;
    color: #fff;
    font-size: clamp(42px, 5.3vw, 74px);
    line-height: 1.01;
    letter-spacing: -.05em;
}

.cva-lead {
    max-width: 690px;
    margin: 0;
    color: #d1d1d1;
    font-size: 20px;
    line-height: 1.65;
}

.cva-hero__actions,
.cva-final__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.cva-button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 14px 25px;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .025em;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.cva-button:hover,
.cva-button:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(227,31,38,.28);
}

.cva-button--primary {
    background: linear-gradient(180deg, #f02b31, #bd1117);
    border-color: #ff4348;
}

.cva-button--ghost {
    color: #fff !important;
    border-color: #555;
    background: rgba(255,255,255,.035);
}

.cva-button--outline {
    color: #fff !important;
    border-color: #d9393e;
    background: transparent;
}

.cva-button--light {
    color: #a60e13 !important;
    background: #fff;
}

.cva-button--small {
    min-height: 42px;
    padding: 9px 15px;
    border-radius: 6px;
    font-size: 13px;
    background: var(--cva-red);
}

.cva-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 24px;
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 700;
}

.cva-trust-row span::before {
    content: "✓";
    margin-right: 8px;
    color: var(--cva-red-soft);
}

.cva-hero__media img {
    width: 100%;
    border: 1px solid #373737;
    border-radius: 14px;
    box-shadow: var(--cva-shadow);
}

.cva-feature-strip {
    padding: 24px 0;
    background: #0c0c0c;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
}

.cva-feature-strip__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.cva-feature-strip__grid > div {
    display: flex;
    min-height: 94px;
    align-items: center;
    gap: 13px;
    padding: 15px;
    border: 1px solid #292929;
    border-radius: 8px;
    background: #121212;
}

.cva-feature-strip b {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--cva-red);
    font-size: 13px;
}

.cva-feature-strip span {
    color: #ededed;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
}

.cva-mobile-offer {
    display: none;
}

.cva-main {
    padding: 72px 0 96px;
    background:
        radial-gradient(circle at 12% 25%, rgba(227,31,38,.055), transparent 24%),
        #080808;
}

.cva-content-layout {
    display: grid;
    grid-template-columns: 255px minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.cva-toc {
    position: sticky;
    top: 26px;
}

.cva-toc__box {
    padding: 22px;
    border: 1px solid #292929;
    border-radius: 10px;
    background: #111;
    box-shadow: 0 18px 45px rgba(0,0,0,.25);
}

.cva-toc strong {
    display: block;
    margin-bottom: 11px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cva-toc a {
    display: block;
    padding: 7px 0;
    color: #aaa;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
}

.cva-toc a:hover,
.cva-toc a.is-active {
    color: #ff373d;
}

.cva-editorial-note {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 38px;
    padding: 18px 20px;
    border: 1px solid #292929;
    border-radius: 10px;
    background: #111;
}

.cva-editorial-note__mark {
    display: grid;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(145deg, #ed262c, #930b10);
    font-size: 14px;
    font-weight: 900;
}

.cva-editorial-note strong,
.cva-editorial-note p {
    display: block;
}

.cva-editorial-note p {
    margin: 3px 0 0;
    color: #a9a9a9;
    font-size: 14px;
}

.cva-section {
    scroll-margin-top: 28px;
    margin-bottom: 52px;
}

.cva-section h2,
.cva-cta-panel h2,
.cva-offer-grid h2,
.cva-resources h2,
.cva-final h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(29px, 4vw, 44px);
    line-height: 1.14;
    letter-spacing: -.035em;
}

.cva-section h2::after,
.cva-resources h2::after {
    content: "";
    display: block;
    width: 66px;
    height: 3px;
    margin-top: 16px;
    background: var(--cva-red);
}

.cva-section h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
}

.cva-section p,
.cva-resources p {
    margin: 0 0 20px;
    color: #c3c3c3;
}

.cva-intro > p:first-of-type {
    color: #ededed;
    font-size: 21px;
}

.cva-section a,
.cva-resources a {
    color: #ff4a50;
    font-weight: 800;
}

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

.cva-cards article {
    padding: 25px;
    border: 1px solid #2e2e2e;
    border-radius: 10px;
    background:
        linear-gradient(145deg, rgba(227,31,38,.045), transparent 45%),
        #111;
    box-shadow: 0 15px 45px rgba(0,0,0,.18);
}

.cva-cards article > span {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--cva-red);
    font-size: 13px;
    font-weight: 900;
}

.cva-cards h3 {
    margin: 17px 0 9px;
}

.cva-cards p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.cva-steps {
    counter-reset: cva-step;
    list-style: none;
    margin: 28px 0;
    padding: 0;
}

.cva-steps li {
    position: relative;
    min-height: 54px;
    padding: 0 0 24px 68px;
    color: #c3c3c3;
}

.cva-steps li::before {
    counter-increment: cva-step;
    content: counter(cva-step);
    position: absolute;
    left: 0;
    top: 0;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--cva-red);
    font-weight: 900;
}

.cva-visual {
    margin: 58px 0;
}

.cva-visual img {
    width: 100%;
    max-height: 920px;
    object-fit: cover;
    border: 1px solid #303030;
    border-radius: 12px;
    box-shadow: var(--cva-shadow);
}

.cva-visual--featured img {
    max-height: none;
}

.cva-visual figcaption {
    padding: 12px 6px 0;
    color: #8f8f8f;
    font-size: 14px;
    text-align: center;
}

.cva-cta-panel {
    margin: 58px 0;
    padding: 38px;
    border: 1px solid #5d171a;
    border-radius: 11px;
    background:
        radial-gradient(circle at 88% 18%, rgba(255,255,255,.055), transparent 23%),
        linear-gradient(135deg, #151515 0%, #2d0b0c 66%, #5b0d11 100%);
    box-shadow: var(--cva-shadow);
}

.cva-cta-panel h2,
.cva-cta-panel p {
    color: #fff;
}

.cva-action-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 26px;
    margin: 58px 0;
    padding: 25px 29px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(90deg, #8f0b10, #e02128);
}

.cva-action-bar small,
.cva-action-bar strong {
    display: block;
}

.cva-action-bar small {
    color: #ffc7c9;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.cva-action-bar strong {
    font-size: 22px;
}

.cva-offer {
    padding: 30px;
    border: 1px solid #421517;
    border-radius: 10px;
    background: #140b0c;
}

.cva-offer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    margin: 58px 0;
    padding: 34px;
    border: 1px solid #3a3a3a;
    border-radius: 11px;
    background: #121212;
}

.cva-offer-grid__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cva-faq details {
    margin: 13px 0;
    border: 1px solid #2d2d2d;
    border-radius: 8px;
    background: #111;
    overflow: hidden;
}

.cva-faq summary {
    position: relative;
    cursor: pointer;
    padding: 20px 54px 20px 20px;
    color: #fff;
    font-weight: 900;
    list-style: none;
}

.cva-faq summary::-webkit-details-marker {
    display: none;
}

.cva-faq summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 13px;
    color: var(--cva-red-soft);
    font-size: 31px;
    font-weight: 400;
}

.cva-faq details[open] summary::after {
    content: "−";
}

.cva-faq details p {
    margin: 0;
    padding: 0 20px 20px;
}

.cva-resources {
    margin: 62px 0;
    padding: 30px;
    border: 1px solid #2e2e2e;
    border-radius: 10px;
    background: #111;
}

.cva-final {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 38px;
    align-items: center;
    margin: 70px 0 42px;
    padding: 34px;
    border: 1px solid #431315;
    border-radius: 12px;
    background:
        radial-gradient(circle at 90% 20%, rgba(227,31,38,.17), transparent 25%),
        #111;
    box-shadow: var(--cva-shadow);
}

.cva-final__image img {
    max-height: 540px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
    border: 1px solid #333;
}

.cva-final p {
    color: #c6c6c6;
}

.cva-disclaimer {
    padding: 23px;
    border-left: 5px solid var(--cva-red);
    border-radius: 5px;
    color: #a9a9a9;
    background: #111;
    font-size: 14px;
}

.cva-disclaimer strong {
    color: #fff;
}

.cva-disclaimer p {
    margin: 6px 0 0;
}

.cva-footer {
    padding: 28px 0;
    color: #939393;
    background: #030303;
    border-top: 1px solid #222;
    font-size: 14px;
}

.cva-footer .cva-container {
    display: flex;
    justify-content: space-between;
    gap: 22px;
}

.cva-footer a {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 1050px) {
    .cva-feature-strip__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cva-hero__grid,
    .cva-content-layout,
    .cva-final {
        grid-template-columns: 1fr;
    }

    .cva-hero__content {
        text-align: center;
    }

    .cva-brand,
    .cva-kicker,
    .cva-hero__actions,
    .cva-trust-row {
        margin-inline: auto;
        justify-content: center;
    }

    .cva-lead {
        margin-inline: auto;
    }

    .cva-hero__media {
        width: min(760px, 100%);
        margin-inline: auto;
    }

    .cva-toc {
        position: static;
    }

    .cva-toc__box {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 15px;
    }

    .cva-toc strong {
        width: 100%;
    }

    .cva-toc a {
        padding: 4px 0;
    }

    .cva-final__image {
        width: min(500px, 100%);
        margin-inline: auto;
    }
}

@media (max-width: 760px) {
    .cva-page {
        font-size: 17px;
    }

    .cva-hero {
        padding: 44px 0 45px;
    }

    .cva-brand {
        width: 128px;
        height: 128px;
    }

    .cva-hero h1 {
        font-size: 40px;
    }

    .cva-lead {
        font-size: 18px;
    }

    .cva-hero__actions .cva-button,
    .cva-final__buttons .cva-button {
        width: 100%;
    }

    .cva-feature-strip__grid {
        grid-template-columns: 1fr 1fr;
    }

    .cva-mobile-offer {
        position: sticky;
        z-index: 80;
        top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 9px 14px;
        color: #fff;
        background: rgba(5,5,5,.96);
        border-bottom: 1px solid #2f2f2f;
        backdrop-filter: blur(12px);
        font-size: 12px;
        font-weight: 800;
    }

    .cva-main {
        padding: 43px 0 72px;
    }

    .cva-content-layout {
        gap: 31px;
    }

    .cva-cards {
        grid-template-columns: 1fr;
    }

    .cva-cards article,
    .cva-cta-panel,
    .cva-offer,
    .cva-offer-grid,
    .cva-resources,
    .cva-final {
        padding: 24px;
    }

    .cva-action-bar,
    .cva-offer-grid {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .cva-action-bar .cva-button,
    .cva-offer-grid .cva-button {
        width: 100%;
    }

    .cva-footer .cva-container {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .cva-feature-strip__grid {
        grid-template-columns: 1fr;
    }

    .cva-feature-strip__grid > div {
        min-height: 70px;
    }

    .cva-mobile-offer > span {
        max-width: 155px;
        line-height: 1.2;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cva-page *,
    .cva-page *::before,
    .cva-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
