.rd-avd-page {
    --avd-blue: #2d65cf;
    --avd-cyan: #32bad2;
    --avd-green: #12a976;
    --avd-ink: #162238;
    --avd-muted: #5d6e89;
}

.rd-avd-page .rd-risk-hero {
    background:
        linear-gradient(120deg, rgba(7, 19, 34, .97), rgba(8, 39, 57, .93)),
        repeating-linear-gradient(90deg, transparent 0 79px, rgba(89, 202, 225, .08) 80px);
}

.rd-avd-page .rd-risk-hero::before {
    background:
        radial-gradient(circle at 78% 42%, rgba(50, 186, 210, .18), transparent 34%),
        linear-gradient(135deg, transparent 48%, rgba(54, 155, 216, .08) 49%, transparent 50%);
    background-size: auto, 180px 180px;
}

.rd-avd-page .rd-risk-kicker,
.rd-avd-page .rd-risk-label,
.rd-avd-page .rd-risk-number {
    color: var(--avd-cyan);
}

.rd-avd-page .rd-risk-button {
    background: var(--avd-blue);
}

.rd-avd-page .rd-risk-button--outline {
    background: transparent;
}

.rd-avd-page .rd-risk-hero__visual {
    display: flex;
    flex-direction: column;
    margin: 24px 0;
    border-top-color: var(--avd-cyan);
}

.rd-avd-page .rd-risk-hero__grid {
    align-items: stretch;
}

.rd-avd-page .rd-risk-hero__copy {
    display: flex;
    flex-direction: column;
}

.rd-avd-page .rd-risk-actions {
    margin-top: auto;
    padding-top: 30px;
}

.rd-avd-page .rd-risk-hero__video {
    flex: 1 1 auto;
    min-height: 0;
    aspect-ratio: auto;
}

.rd-avd-page .rd-risk-hero__video img {
    height: 100%;
    object-fit: cover;
}

.rd-avd-page .rd-risk-hero__signals strong {
    line-height: 1.35;
}

.rd-avd-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.rd-avd-benefit-grid article {
    min-height: 190px;
    padding: 26px;
    background: #fff;
    border: 1px solid #d7e2ef;
    border-top: 3px solid var(--avd-cyan);
    box-shadow: 0 16px 34px rgba(17, 41, 75, .08);
}

.rd-avd-benefit-grid i {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin-bottom: 18px;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--avd-blue), var(--avd-cyan));
}

.rd-avd-benefit-grid h3 {
    margin: 0 0 10px;
    color: var(--avd-ink);
    font: 700 19px/1.25 Ubuntu, sans-serif;
}

.rd-avd-benefit-grid p {
    margin: 0;
    color: var(--avd-muted);
    font-size: 15px;
    line-height: 1.7;
}

.rd-avd-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    margin-top: 34px;
    padding: 28px;
    background: #f3f8fc;
    border: 1px solid #d4e1ee;
}

.rd-avd-flow > div {
    display: grid;
    min-height: 152px;
    padding: 20px;
    place-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #dbe5ef;
}

.rd-avd-flow > div i {
    color: var(--avd-blue);
    font-size: 30px;
}

.rd-avd-flow strong {
    color: var(--avd-ink);
    font: 700 17px/1.3 Ubuntu, sans-serif;
}

.rd-avd-flow span {
    color: var(--avd-muted);
    font-size: 13px;
    line-height: 1.5;
}

.rd-avd-flow > i {
    color: var(--avd-cyan);
}

.rd-avd-benefit-list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.rd-avd-benefit-list article {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 22px;
    padding: 24px 26px;
    background: #fff;
    border: 1px solid #dbe4ee;
    border-left: 3px solid var(--avd-blue);
}

.rd-avd-benefit-list article > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--avd-blue), var(--avd-cyan));
    font: 700 13px/1 Ubuntu, sans-serif;
}

.rd-avd-benefit-list h3,
.rd-avd-scenarios h3,
.rd-avd-responsibility h3 {
    margin: 0 0 8px;
    color: var(--avd-ink);
    font: 700 19px/1.35 Ubuntu, sans-serif;
}

.rd-avd-benefit-list p,
.rd-avd-scenarios p {
    margin: 0;
}

.rd-avd-scenarios {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.rd-avd-scenarios article {
    min-height: 190px;
    padding: 26px;
    background: #f5f9fc;
    border: 1px solid #d8e4ef;
}

.rd-avd-scenarios i {
    margin-bottom: 22px;
    color: var(--avd-cyan);
    font-size: 30px;
}

.rd-avd-security {
    padding: 42px !important;
    color: #dce7f2;
    background: #0c1e2d;
    border: 1px solid #27465b;
}

.rd-avd-security h2 {
    color: #fff !important;
}

.rd-avd-security > p:not(.rd-risk-label) {
    color: #c2d0de;
}

.rd-avd-responsibility {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.rd-avd-responsibility article {
    padding: 26px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(116, 199, 220, .25);
}

.rd-avd-responsibility h3 {
    color: #fff;
}

.rd-avd-responsibility ul {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.rd-avd-responsibility li {
    position: relative;
    padding-left: 20px;
    color: #c7d5e1;
}

.rd-avd-responsibility li::before {
    position: absolute;
    left: 0;
    color: var(--avd-cyan);
    content: "\2713";
}

.rd-avd-cost-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
    border: 1px solid #d5e2ee;
}

.rd-avd-cost-grid > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 4px 14px;
    padding: 24px;
    background: #f7fafc;
    border-right: 1px solid #d5e2ee;
    border-bottom: 1px solid #d5e2ee;
}

.rd-avd-cost-grid i {
    grid-row: 1 / 3;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    background: var(--avd-blue);
}

.rd-avd-cost-grid strong {
    color: var(--avd-ink);
    font: 700 16px/1.3 Ubuntu, sans-serif;
}

.rd-avd-cost-grid span {
    color: var(--avd-muted);
    font-size: 14px;
    line-height: 1.5;
}

.rd-avd-sources {
    display: grid;
    gap: 10px;
    margin: 60px 0 20px;
    padding: 30px;
    background: #f2f7fb;
    border-top: 3px solid var(--avd-cyan);
}

.rd-avd-sources h2 {
    margin: 0 0 8px;
    color: var(--avd-ink);
    font: 700 22px/1.3 Ubuntu, sans-serif;
}

.rd-avd-sources a {
    width: fit-content;
    color: #155ec4;
    font-weight: 600;
}

.rd-avd-page .rd-risk-plan {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.rd-avd-page .rd-risk-plan > li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    min-height: 154px;
    padding: 24px;
    border: 1px solid #d6e2ef;
    border-top: 3px solid var(--avd-cyan);
    background: #fff;
    box-shadow: 0 14px 34px rgba(23, 52, 87, 0.08);
}

.rd-avd-page .rd-risk-plan > li::marker {
    content: "";
}

.rd-avd-page .rd-risk-plan > li > span {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(50, 186, 210, 0.35);
    background: linear-gradient(135deg, var(--avd-blue), var(--avd-cyan));
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.rd-avd-page .rd-risk-plan h3 {
    margin: 3px 0 8px;
    color: var(--avd-ink);
    font-size: 20px;
    line-height: 1.25;
}

.rd-avd-page .rd-risk-plan p {
    margin: 0;
    color: var(--avd-muted);
    font-size: 15px;
    line-height: 1.7;
}
@media (max-width: 900px) {
    .rd-avd-page .rd-risk-hero__copy {
        display: block;
    }

    .rd-avd-page .rd-risk-actions {
        margin-top: 30px;
        padding-top: 0;
    }

    .rd-avd-page .rd-risk-hero__visual {
        height: auto;
        margin: 44px auto 0;
    }

    .rd-avd-page .rd-risk-hero__video {
        flex: none;
        aspect-ratio: 16 / 9;
    }

    .rd-avd-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rd-avd-flow {
        grid-template-columns: 1fr;
    }

    .rd-avd-flow > i {
        transform: rotate(90deg);
    }
}

@media (max-width: 760px) {
    .rd-avd-page .rd-risk-plan {
        grid-template-columns: 1fr;
    }

    .rd-avd-page .rd-risk-plan > li {
        min-height: 0;
    }
}
@media (max-width: 640px) {
    .rd-avd-benefit-grid,
    .rd-avd-scenarios,
    .rd-avd-responsibility,
    .rd-avd-cost-grid {
        grid-template-columns: 1fr;
    }

    .rd-avd-benefit-grid article {
        min-height: 0;
    }

    .rd-avd-benefit-list article {
        grid-template-columns: 44px 1fr;
        gap: 14px;
        padding: 20px;
    }

    .rd-avd-benefit-list article > span {
        width: 42px;
        height: 42px;
    }

    .rd-avd-security {
        padding: 26px !important;
    }
}
