:root {
    --rd-cyber-navy: #07101c;
    --rd-cyber-ink: #172033;
    --rd-cyber-muted: #55657d;
    --rd-cyber-line: #dbe5f1;
    --rd-cyber-panel: #ffffff;
    --rd-cyber-soft: #f3f8fd;
    --rd-cyber-blue: #2d63cf;
    --rd-cyber-sky: #30b9df;
    --rd-cyber-green: #1ba977;
    --rd-cyber-amber: #f0a528;
    --rd-cyber-shadow: 0 26px 70px rgba(21, 42, 72, .14);
}

.rd-cyber-page {
    background: #ffffff;
    color: var(--rd-cyber-ink);
    font-family: "Open Sans", Arial, sans-serif;
}

.rd-cyber-page * {
    box-sizing: border-box;
}

.rd-cyber-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.rd-cyber-eyebrow,
.rd-cyber-kicker {
    margin: 0 0 14px;
    color: #1159c9;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.rd-cyber-hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 4, 12, .92) 0%, rgba(0, 4, 12, .88) 38%, rgba(1, 12, 24, .58) 68%, rgba(5, 46, 75, .22) 100%),
        url("/images/cyber-security-v2/cyber-hacker-80s-hero.svg") center right / cover no-repeat;
    color: #ffffff;
}

.rd-cyber-hero:before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 160px;
    background: linear-gradient(0deg, rgba(0, 4, 12, .66), transparent);
    pointer-events: none;
}

.rd-cyber-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 58px;
    align-items: center;
    padding: 88px 0;
}

.rd-cyber-hero__content {
    max-width: 725px;
}

.rd-cyber-hero .rd-cyber-eyebrow {
    color: #8ff0ff;
}

.rd-cyber-hero h1 {
    margin: 0;
    max-width: 720px;
    color: #ffffff;
    font-family: Ubuntu, "Open Sans", Arial, sans-serif;
    font-size: clamp(42px, 4.8vw, 66px);
    font-weight: 700;
    line-height: 1.08;
}

.rd-cyber-hero__lead {
    max-width: 690px;
    margin: 24px 0 0;
    color: #d9e8f8;
    font-size: 20px;
    line-height: 1.65;
}

.rd-cyber-hero__actions,
.rd-cyber-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 32px;
}

.rd-cyber-hero__actions .rd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rd-cyber-hero__actions .rd-btn--phone {
    gap: 9px;
    background: transparent;
    border-color: rgba(255, 255, 255, .34);
    color: #e8f4ff;
    padding-inline: 18px;
}

.rd-cyber-hero__actions .rd-btn--phone i {
    color: #8cdcf2;
    font-size: 13px;
}


.rd-cyber-snapshot {
    padding: 26px;
    border: 1px solid rgba(129, 200, 255, .28);
    border-radius: 10px;
    background: linear-gradient(150deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .06));
    box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
    backdrop-filter: blur(12px);
}

.rd-cyber-snapshot > span {
    display: block;
    color: #89eaff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rd-cyber-snapshot > strong {
    display: block;
    margin-top: 10px;
    color: #ffffff;
    font-family: Ubuntu, "Open Sans", Arial, sans-serif;
    font-size: 54px;
    line-height: 1;
}

.rd-cyber-snapshot > p {
    margin: 12px 0 20px;
    color: #c8d9ec;
    line-height: 1.55;
}

.rd-cyber-snapshot dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.rd-cyber-snapshot dl div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.rd-cyber-snapshot dt,
.rd-cyber-snapshot dd {
    margin: 0;
}

.rd-cyber-snapshot dt {
    color: #b6c9dc;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.rd-cyber-snapshot dd {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
}

.rd-cyber-snapshot small {
    display: block;
    margin-top: 18px;
    color: #a9bfd5;
    font-size: 12px;
    line-height: 1.45;
}

.rd-cyber-band {
    background: #ffffff;
    border-bottom: 1px solid #e7eef6;
    box-shadow: 0 12px 32px rgba(39, 62, 91, .06);
}

.rd-cyber-band__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 22px 0;
}

.rd-cyber-band article {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 14px 16px;
    border: 1px solid #dce8f4;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff, #f4f9fe);
}

.rd-cyber-band i {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--band-colour, var(--rd-cyber-blue));
}

.rd-cyber-band strong {
    display: block;
    color: var(--rd-cyber-ink);
    font-weight: 800;
    line-height: 1.25;
}

.rd-cyber-band span {
    display: block;
    margin-top: 2px;
    color: var(--rd-cyber-muted);
    font-size: 13px;
    line-height: 1.35;
}

.rd-cyber-section {
    padding: 92px 0;
}

.rd-cyber-section--soft {
    background:
        radial-gradient(circle at 16% 22%, rgba(48, 185, 223, .12), transparent 30%),
        radial-gradient(circle at 92% 72%, rgba(27, 169, 119, .1), transparent 28%),
        #f4f8fc;
}

.rd-cyber-section--dark {
    background: var(--rd-cyber-navy);
    color: #ffffff;
}

.rd-cyber-two-col {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 58px;
    align-items: start;
}

.rd-cyber-heading {
    max-width: 790px;
    margin-bottom: 36px;
}

.rd-cyber-heading--center {
    margin-inline: auto;
    text-align: center;
}

.rd-cyber-heading h2,
.rd-cyber-two-col h2,
.rd-cyber-final h2 {
    margin: 0;
    color: var(--rd-cyber-ink);
    font-family: Ubuntu, "Open Sans", Arial, sans-serif;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 700;
    line-height: 1.16;
}

.rd-cyber-section--dark .rd-cyber-heading h2,
.rd-cyber-section--dark .rd-cyber-two-col h2 {
    color: #ffffff;
}

.rd-cyber-heading p,
.rd-cyber-copy p,
.rd-cyber-two-col > div > p {
    color: var(--rd-cyber-muted);
    font-size: 18px;
    line-height: 1.72;
}

.rd-cyber-section--dark .rd-cyber-heading p,
.rd-cyber-section--dark .rd-cyber-copy p,
.rd-cyber-section--dark .rd-cyber-two-col > div > p {
    color: #c9d8e8;
}

.rd-cyber-copy p:first-child {
    margin-top: 0;
}

.rd-cyber-highlight-grid,
.rd-cyber-card-grid,
.rd-cyber-stack-grid,
.rd-cyber-faq,
.rd-cyber-guides {
    display: grid;
    gap: 18px;
}

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

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

.rd-cyber-stack-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rd-cyber-highlight,
.rd-cyber-card,
.rd-cyber-stack-card,
.rd-cyber-faq article,
.rd-cyber-guide-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--rd-cyber-line);
    border-radius: 10px;
    background: var(--rd-cyber-panel);
    box-shadow: 0 18px 46px rgba(34, 62, 94, .08);
}

.rd-cyber-highlight,
.rd-cyber-card,
.rd-cyber-stack-card,
.rd-cyber-faq article {
    padding: 26px;
}

.rd-cyber-card:before,
.rd-cyber-stack-card:before,
.rd-cyber-highlight:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--card-colour, var(--rd-cyber-blue)), rgba(255, 255, 255, 0));
}

.rd-cyber-card i,
.rd-cyber-stack-card i,
.rd-cyber-highlight i {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--card-colour, var(--rd-cyber-blue)) 15%, #ffffff);
    color: var(--card-colour, var(--rd-cyber-blue));
    font-size: 18px;
}

.rd-cyber-card h3,
.rd-cyber-stack-card h3,
.rd-cyber-highlight h3,
.rd-cyber-faq h3,
.rd-cyber-guide-card h3 {
    margin: 0 0 10px;
    color: var(--rd-cyber-ink);
    font-family: Ubuntu, "Open Sans", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
}

.rd-cyber-card p,
.rd-cyber-stack-card p,
.rd-cyber-highlight p,
.rd-cyber-faq p,
.rd-cyber-guide-card p {
    margin: 0;
    color: var(--rd-cyber-muted);
    line-height: 1.65;
}

.rd-cyber-cta-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 34px;
    padding: 22px 24px;
    border: 1px solid #cfe0f1;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffffff, #eef8fd);
    box-shadow: 0 18px 46px rgba(34, 62, 94, .08);
}

.rd-cyber-section--dark .rd-cyber-cta-strip {
    border-color: rgba(129, 200, 255, .24);
    background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06));
    box-shadow: none;
}

.rd-cyber-cta-strip strong,
.rd-cyber-cta-strip span {
    display: block;
}

.rd-cyber-cta-strip strong {
    color: var(--rd-cyber-ink);
    font-size: 18px;
    font-weight: 800;
}

.rd-cyber-section--dark .rd-cyber-cta-strip strong {
    color: #ffffff;
}

.rd-cyber-cta-strip span {
    margin-top: 4px;
    color: var(--rd-cyber-muted);
    line-height: 1.5;
}

.rd-cyber-section--dark .rd-cyber-cta-strip span {
    color: #c9d8e8;
}

.rd-cyber-telemetry {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: 34px;
    align-items: stretch;
}

.rd-cyber-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.rd-cyber-stat {
    min-height: 150px;
    padding: 22px;
    border: 1px solid #d6e4f1;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(34, 62, 94, .08);
}

.rd-cyber-stat i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--stat-colour, var(--rd-cyber-blue)), var(--stat-colour-2, var(--rd-cyber-sky)));
    color: #ffffff;
}

.rd-cyber-stat strong {
    display: block;
    margin-top: 18px;
    color: var(--rd-cyber-ink);
    font-family: Ubuntu, "Open Sans", Arial, sans-serif;
    font-size: 42px;
    line-height: 1;
}

.rd-cyber-stat span {
    display: block;
    margin-top: 8px;
    color: var(--rd-cyber-muted);
    font-size: 14px;
    line-height: 1.4;
}

.rd-cyber-chart {
    position: relative;
    min-height: 452px;
    padding: 26px;
    border: 1px solid #d6e4f1;
    border-radius: 12px;
    background:
        linear-gradient(rgba(37, 96, 198, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 96, 198, .07) 1px, transparent 1px),
        linear-gradient(145deg, #ffffff, #f2f9ff);
    background-size: 100% 72px, 72px 100%, 100% 100%;
    box-shadow: var(--rd-cyber-shadow);
}

.rd-cyber-chart h3 {
    margin: 0;
    color: var(--rd-cyber-ink);
    font-family: Ubuntu, "Open Sans", Arial, sans-serif;
    font-size: 24px;
}

.rd-cyber-chart p {
    max-width: 580px;
    margin: 8px 0 24px;
    color: var(--rd-cyber-muted);
    line-height: 1.55;
}

.rd-cyber-bars {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: end;
    min-height: 250px;
    padding: 18px 0 0;
}

.rd-cyber-meter {
    position: relative;
    display: flex;
    min-height: 250px;
    align-items: end;
    justify-content: center;
    border-radius: 8px;
}

.rd-cyber-meter span {
    display: block;
    width: 100%;
    min-height: 18px;
    height: var(--bar-height);
    border-radius: 10px 10px 3px 3px;
    background: linear-gradient(180deg, var(--bar-top), var(--bar-bottom));
    box-shadow: 0 18px 36px color-mix(in srgb, var(--bar-bottom) 28%, transparent);
}

.rd-cyber-meter em {
    position: absolute;
    left: 50%;
    bottom: calc(var(--bar-height) + 12px);
    transform: translateX(-50%);
    padding: 6px 9px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--rd-cyber-ink);
    font-style: normal;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(24, 48, 80, .12);
}

.rd-cyber-meter small {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -38px;
    color: var(--rd-cyber-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.rd-cyber-chart-note {
    margin-top: 62px;
    padding-top: 16px;
    border-top: 1px solid #d6e4f1;
    color: var(--rd-cyber-muted);
    font-size: 13px;
    line-height: 1.55;
}

.rd-cyber-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.rd-cyber-flow article {
    position: relative;
    min-height: 246px;
    padding: 26px;
    border: 1px solid #d6e4f1;
    border-radius: 10px;
    background: #ffffff;
}

.rd-cyber-flow span {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--flow-colour, var(--rd-cyber-blue));
    color: #ffffff;
    font-weight: 800;
}

.rd-cyber-flow h3 {
    margin: 22px 0 10px;
    color: var(--rd-cyber-ink);
    font-family: Ubuntu, "Open Sans", Arial, sans-serif;
    font-size: 21px;
}

.rd-cyber-flow p {
    margin: 0;
    color: var(--rd-cyber-muted);
    line-height: 1.62;
}

.rd-cyber-insurance {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 48px;
    align-items: center;
}

.rd-cyber-insurance-panel {
    position: relative;
    min-height: 480px;
    padding: 30px;
    overflow: hidden;
    border-radius: 14px;
    background:
        radial-gradient(circle at 80% 12%, rgba(240, 165, 40, .28), transparent 28%),
        linear-gradient(145deg, #0a1728, #112b47);
    color: #ffffff;
    box-shadow: var(--rd-cyber-shadow);
}

.rd-cyber-insurance-panel:after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -130px;
    width: 360px;
    height: 360px;
    border: 52px solid rgba(48, 185, 223, .18);
    border-radius: 50%;
}

.rd-cyber-insurance-panel h3 {
    position: relative;
    z-index: 1;
    max-width: 440px;
    margin: 0;
    color: #ffffff;
    font-family: Ubuntu, "Open Sans", Arial, sans-serif;
    font-size: 34px;
    line-height: 1.15;
}

.rd-cyber-insurance-panel p {
    position: relative;
    z-index: 1;
    max-width: 470px;
    margin: 16px 0 0;
    color: #c9d8e8;
    line-height: 1.7;
}

.rd-cyber-insurance-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.rd-cyber-insurance-list div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.rd-cyber-insurance-list i {
    color: #f0c35a;
}

.rd-cyber-reporting {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 48px;
    align-items: center;
}

.rd-cyber-report-card {
    padding: 26px;
    border: 1px solid #d6e4f1;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--rd-cyber-shadow);
}

.rd-cyber-report-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px;
    border-radius: 10px;
    background: linear-gradient(135deg, #214fbb, #30b9df);
    color: #ffffff;
}

.rd-cyber-report-top span {
    display: block;
    color: #d9f6ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rd-cyber-report-top strong {
    display: block;
    margin-top: 4px;
    font-family: Ubuntu, "Open Sans", Arial, sans-serif;
    font-size: 24px;
}

.rd-cyber-report-top em {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 999px;
    color: #ffffff;
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
}

.rd-cyber-report-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-right: 1px solid #d6e4f1;
    border-bottom: 1px solid #d6e4f1;
}

.rd-cyber-report-metrics div {
    min-height: 150px;
    padding: 22px;
    border-left: 1px solid #d6e4f1;
}

.rd-cyber-report-metrics span {
    display: block;
    color: var(--rd-cyber-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rd-cyber-report-metrics strong {
    display: block;
    margin-top: 16px;
    color: var(--rd-cyber-ink);
    font-family: Ubuntu, "Open Sans", Arial, sans-serif;
    font-size: 38px;
}

.rd-cyber-report-trend {
    position: relative;
    min-height: 210px;
    margin-top: 20px;
    border: 1px solid #d6e4f1;
    border-radius: 10px;
    overflow: hidden;
    background:
        linear-gradient(rgba(45, 99, 207, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(45, 99, 207, .08) 1px, transparent 1px),
        linear-gradient(180deg, #f6fbff, #ffffff);
    background-size: 100% 52px, 72px 100%, 100% 100%;
}

.rd-cyber-report-trend svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.rd-cyber-report-trend .area-blue {
    fill: rgba(45, 99, 207, .2);
}

.rd-cyber-report-trend .area-green {
    fill: rgba(27, 169, 119, .22);
}

.rd-cyber-report-trend .line-blue {
    fill: none;
    stroke: #2d63cf;
    stroke-width: 7;
    stroke-linecap: round;
}

.rd-cyber-report-trend .line-green {
    fill: none;
    stroke: #1ba977;
    stroke-width: 7;
    stroke-linecap: round;
}

.rd-cyber-guides {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rd-cyber-guide-card a {
    display: block;
    height: 100%;
    padding: 26px;
    color: inherit;
    text-decoration: none;
}

.rd-cyber-guide-card span {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #e8f4ff;
    color: #1159c9;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rd-cyber-guide-card:hover,
.rd-cyber-guide-card:focus-within {
    transform: translateY(-3px);
    box-shadow: var(--rd-cyber-shadow);
}

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

.rd-cyber-final {
    padding: 80px 0;
    background: linear-gradient(135deg, #49c6dd, #2d63cf);
    color: #ffffff;
}

.rd-cyber-final__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 42px;
    align-items: center;
}

.rd-cyber-final h2,
.rd-cyber-final p,
.rd-cyber-final .rd-cyber-kicker {
    color: #ffffff;
}

.rd-cyber-final p {
    max-width: 820px;
    margin: 18px 0 0;
    font-size: 20px;
    line-height: 1.6;
}

.rd-cyber-final__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.rd-cyber-final .rd-btn--light {
    background: #ffffff;
    color: #163978;
}

.rd-cyber-final .rd-btn--secondary {
    border-color: rgba(255, 255, 255, .55);
    color: #ffffff;
}

@media (max-width: 1100px) {
    .rd-cyber-hero__inner,
    .rd-cyber-two-col,
    .rd-cyber-telemetry,
    .rd-cyber-insurance,
    .rd-cyber-reporting,
    .rd-cyber-final__inner {
        grid-template-columns: 1fr;
    }

    .rd-cyber-snapshot {
        max-width: 520px;
    }

    .rd-cyber-card-grid,
    .rd-cyber-stack-grid,
    .rd-cyber-guides {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .rd-cyber-container {
        width: min(100% - 30px, 1180px);
    }

    .rd-cyber-hero {
        min-height: auto;
        background:
            linear-gradient(180deg, rgba(0, 4, 12, .94), rgba(1, 12, 24, .82)),
            url("/images/cyber-security-v2/cyber-hacker-80s-hero.svg") center right / cover no-repeat;
    }

    .rd-cyber-hero__inner {
        padding: 58px 0;
    }

    .rd-cyber-hero h1 {
        font-size: 38px;
    }

    .rd-cyber-hero__lead {
        font-size: 18px;
    }

    .rd-cyber-band__inner,
    .rd-cyber-highlight-grid,
    .rd-cyber-card-grid,
    .rd-cyber-stack-grid,
    .rd-cyber-stat-grid,
    .rd-cyber-flow,
    .rd-cyber-report-metrics,
    .rd-cyber-guides,
    .rd-cyber-faq {
        grid-template-columns: 1fr;
    }

    .rd-cyber-section {
        padding: 64px 0;
    }

    .rd-cyber-cta-strip,
    .rd-cyber-final__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .rd-cyber-cta-strip .rd-btn,
    .rd-cyber-final__actions .rd-btn {
        width: 100%;
        justify-content: center;
    }

    .rd-cyber-bars {
        gap: 10px;
        min-height: 210px;
    }
}
.rd-cyber-section--review {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(110, 214, 244, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(110, 214, 244, .055) 1px, transparent 1px),
        linear-gradient(135deg, transparent 0 48%, rgba(110, 214, 244, .04) 48% 49%, transparent 49% 100%),
        #07101c;
    background-size: 46px 46px, 46px 46px, 180px 180px, auto;
}

.rd-cyber-section--review:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 16%, rgba(48, 185, 223, .18), transparent 34%),
        radial-gradient(circle at 90% 24%, rgba(45, 99, 207, .2), transparent 36%);
    pointer-events: none;
}

.rd-cyber-review {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(360px, .94fr) minmax(340px, .72fr);
    gap: clamp(30px, 4vw, 56px);
    align-items: stretch;
}

.rd-cyber-review__media {
    position: relative;
    isolation: isolate;
    overflow: visible;
    min-height: clamp(520px, 42vw, 640px);
    margin: 0;
    border: 1px solid rgba(150, 172, 199, .42);
    border-radius: 8px;
    background: #050a11;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
}

.rd-cyber-review__media:before {
    content: "";
    width: min(320px, 48%);
    height: 2px;
    position: absolute;
    left: 0;
    top: -18px;
    z-index: 3;
    background: linear-gradient(90deg, var(--rd-cyber-sky), transparent);
    box-shadow: 0 0 22px rgba(48, 185, 223, .2);
}

.rd-cyber-review__media:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: min(312px, 46%);
    top: -21px;
    z-index: 4;
    border-radius: 50%;
    background: var(--rd-cyber-sky);
    box-shadow: 18px 0 0 rgba(48, 185, 223, .58), 36px 0 0 rgba(48, 185, 223, .3);
}

.rd-cyber-review__media img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.rd-cyber-review__media .rd-cyber-review__corner {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 8px;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), inset 0 -120px 120px rgba(1, 7, 14, .32);
}

.rd-cyber-review__corner:before {
    content: "";
    width: min(210px, 38%);
    height: 34px;
    position: absolute;
    left: 24px;
    bottom: 22px;
    border-left: 2px solid rgba(104, 214, 244, .68);
    border-bottom: 2px solid rgba(104, 214, 244, .68);
    border-radius: 0 0 0 10px;
    background: linear-gradient(90deg, rgba(104, 214, 244, .12), transparent 72%);
    box-shadow: 0 0 24px rgba(104, 214, 244, .16);
}

.rd-cyber-review__corner:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: min(248px, 43%);
    bottom: 51px;
    border-radius: 50%;
    background: var(--rd-cyber-sky);
    box-shadow: 17px 0 0 rgba(104, 214, 244, .52), 34px 0 0 rgba(104, 214, 244, .26);
}

.rd-cyber-review__copy {
    position: relative;
    display: flex;
    min-height: clamp(520px, 42vw, 640px);
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(121, 230, 255, .26);
    border-left: 3px solid rgba(121, 230, 255, .82);
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0%, rgba(121, 230, 255, .16), transparent 38%),
        rgba(255, 255, 255, .055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 42px rgba(0, 0, 0, .2);
    padding: clamp(24px, 3vw, 34px);
}

.rd-cyber-review__copy:after {
    content: "";
    width: 110px;
    height: 2px;
    position: absolute;
    right: 24px;
    top: 24px;
    background: linear-gradient(90deg, transparent, rgba(121, 230, 255, .8));
}

.rd-cyber-review .rd-cyber-kicker {
    color: #79e6ff;
}

.rd-cyber-review h2 {
    margin: 0;
    max-width: 620px;
    color: #fff;
    font-family: Ubuntu, "Open Sans", Arial, sans-serif;
    font-size: clamp(30px, 3.1vw, 44px);
    line-height: 1.12;
}

.rd-cyber-review__copy p:not(.rd-cyber-kicker) {
    margin: 20px 0 0;
    color: rgba(239, 247, 255, .84);
    font-size: clamp(15px, 1.18vw, 17px);
    line-height: 1.66;
}

.rd-cyber-review__points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin: 24px 0 26px;
}

.rd-cyber-review__points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(236, 248, 255, .88);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.rd-cyber-review__points span:before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--rd-cyber-sky);
    box-shadow: 0 0 14px rgba(48, 185, 223, .42);
}

.rd-cyber-review .rd-btn--light {
    width: fit-content;
    border-color: rgba(121, 230, 255, .48);
    background: rgba(121, 230, 255, .1);
    color: #f4fbff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 30px rgba(5, 12, 23, .22);
}

.rd-cyber-review .rd-btn--light:hover {
    border-color: var(--rd-cyber-sky);
    background: rgba(121, 230, 255, .18);
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 1100px) {
    .rd-cyber-review {
        grid-template-columns: 1fr;
    }

    .rd-cyber-review__media,
    .rd-cyber-review__copy {
        min-height: auto;
    }

    .rd-cyber-review__media {
        aspect-ratio: 1.08 / 1;
        max-width: 720px;
    }
}

@media (max-width: 760px) {
    .rd-cyber-review__media {
        aspect-ratio: 1 / 1;
    }

    .rd-cyber-review h2 {
        font-size: 31px;
    }
}
