.rcd-benchmark-promo,
.rcd-benchmark-promo * {
    box-sizing: border-box;
}

.rcd-benchmark-promo {
    --rcd-red: #f21824;
    --rcd-blue: #397dff;
    --rcd-black: #07090d;
    --rcd-panel: #0d1118;
    --rcd-line: #242b36;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 50px 24px 46px;
    border-top: 5px solid var(--rcd-red);
    border-bottom: 1px solid #222832;
    background:
        radial-gradient(circle at 8% 20%, rgba(242, 24, 36, .25), transparent 31%),
        radial-gradient(circle at 94% 70%, rgba(57, 125, 255, .18), transparent 34%),
        linear-gradient(125deg, #050608 0%, #0b0e13 48%, #050608 100%);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.rcd-benchmark-promo::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
    mask-image: linear-gradient(to right, #000, transparent 60%);
}

.rcd-benchmark-promo::after {
    position: absolute;
    z-index: -1;
    width: 420px;
    height: 420px;
    top: -270px;
    right: 12%;
    border: 80px solid rgba(242, 24, 36, .08);
    border-radius: 50%;
    content: "";
}

.rcd-benchmark-promo__speed-lines {
    position: absolute;
    z-index: -1;
    width: 520px;
    height: 210px;
    right: -90px;
    bottom: -92px;
    opacity: .5;
    transform: skewX(-28deg);
    background: repeating-linear-gradient(
        0deg,
        transparent 0 18px,
        rgba(242, 24, 36, .22) 19px 21px
    );
}

.rcd-benchmark-promo__inner {
    position: relative;
    z-index: 1;
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: clamp(36px, 4vw, 54px);
    align-items: center;
}

.rcd-benchmark-promo__copy {
    min-width: 0;
}

.rcd-benchmark-promo__eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 12px;
    color: #d7dbe2;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.rcd-benchmark-promo__eyebrow > span {
    width: 38px;
    height: 4px;
    flex: 0 0 auto;
    background: var(--rcd-red);
    box-shadow: 16px 0 18px rgba(242, 24, 36, .5);
    transform: skewX(-22deg);
}

.rcd-benchmark-promo h2 {
    max-width: 640px;
    margin: 0 0 17px;
    color: #fff;
    font-size: clamp(36px, 4.2vw, 56px);
    font-weight: 950;
    font-style: italic;
    letter-spacing: -.055em;
    line-height: .96;
    text-transform: uppercase;
    text-shadow: 0 10px 34px rgba(0, 0, 0, .8);
}

.rcd-benchmark-promo h2 strong {
    display: block;
    margin-top: 9px;
    color: var(--rcd-red);
    font: inherit;
    text-shadow: 0 0 30px rgba(242, 24, 36, .35);
}

.rcd-benchmark-promo__lead {
    max-width: 610px;
    margin: 0 0 19px;
    padding-left: 17px;
    border-left: 3px solid var(--rcd-red);
    color: #bec5cf;
    font-size: 15px;
    line-height: 1.62;
}

.rcd-benchmark-promo__features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
}

.rcd-benchmark-promo__features span {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 6px 11px;
    border: 1px solid #313846;
    border-radius: 3px;
    background: rgba(255,255,255,.045);
    color: #eef1f5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.rcd-benchmark-promo__features span:nth-child(1) {
    border-color: rgba(242, 24, 36, .65);
}

.rcd-benchmark-promo__features span:nth-child(2) {
    border-color: rgba(57, 125, 255, .68);
}

.rcd-benchmark-promo__button {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    min-height: 49px;
    padding: 12px 20px 12px 23px;
    border: 1px solid #ff3a44;
    border-radius: 3px;
    background: linear-gradient(135deg, #f21824 0%, #c90915 100%);
    box-shadow: 0 12px 30px rgba(242, 24, 36, .26), inset 0 1px 0 rgba(255,255,255,.22);
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .055em;
    line-height: 1.2;
    text-decoration: none !important;
    text-transform: uppercase;
    transform: skewX(-5deg);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.rcd-benchmark-promo__button::before {
    position: absolute;
    width: 50px;
    height: 140%;
    top: -20%;
    left: -80px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
    content: "";
    transform: skewX(-20deg);
    animation: rcd-benchmark-shine 4.2s ease-in-out infinite;
}

.rcd-benchmark-promo__button span,
.rcd-benchmark-promo__button b {
    position: relative;
    z-index: 1;
    transform: skewX(5deg);
}

.rcd-benchmark-promo__button b {
    font-size: 24px;
    line-height: 1;
}

.rcd-benchmark-promo__button:hover,
.rcd-benchmark-promo__button:focus-visible {
    color: #fff !important;
    filter: brightness(1.12);
    transform: skewX(-5deg) translateY(-2px);
    box-shadow: 0 17px 38px rgba(242, 24, 36, .38), 0 0 0 3px rgba(242,24,36,.13);
}

.rcd-benchmark-promo__requirement {
    margin: 13px 0 0;
    color: #7f8896;
    font-size: 11px;
    line-height: 1.5;
}

.rcd-benchmark-promo__visual {
    position: relative;
    display: block;
    width: 100%;
    max-width: 470px;
    min-width: 0;
    justify-self: end;
    color: #fff !important;
    text-decoration: none !important;
    transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
    transform-origin: center;
    transition: transform .3s ease, filter .3s ease;
}

.rcd-benchmark-promo__visual::before {
    position: absolute;
    z-index: -1;
    inset: 7% -4% -5% 5%;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(242,24,36,.38), rgba(57,125,255,.28));
    filter: blur(34px);
    content: "";
    opacity: .74;
}

.rcd-benchmark-promo__visual:hover,
.rcd-benchmark-promo__visual:focus-visible {
    filter: brightness(1.05);
    transform: perspective(1200px) rotateY(-1deg) translateY(-4px);
}

.rcd-benchmark-promo__frame {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 8px;
    border: 1px solid #353d49;
    border-top: 4px solid var(--rcd-red);
    border-radius: 12px;
    background: linear-gradient(145deg, #171c25, #080a0f);
    box-shadow: 0 28px 65px rgba(0,0,0,.6), inset 0 0 0 1px rgba(255,255,255,.025);
}

.rcd-benchmark-promo__frame::after {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 40px rgba(57,125,255,.07);
    content: "";
    pointer-events: none;
}

.rcd-benchmark-promo__frame img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 6px;
    background: #090c11;
}

.rcd-benchmark-promo__live {
    position: absolute;
    z-index: 4;
    top: -17px;
    right: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 3px;
    background: rgba(7,9,13,.94);
    box-shadow: 0 8px 22px rgba(0,0,0,.5);
    color: #e8ecf2;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.rcd-benchmark-promo__live i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rcd-red);
    box-shadow: 0 0 0 0 rgba(242,24,36,.65);
    animation: rcd-benchmark-pulse 2s infinite;
}

.rcd-benchmark-promo__visual-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 12px 0 0;
    color: #b9c0cb;
    font-size: 10px;
    font-style: normal;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.rcd-benchmark-promo__visual-caption b {
    font-weight: 800;
}

.rcd-benchmark-promo__visual-caption i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--rcd-red);
}

@keyframes rcd-benchmark-shine {
    0%, 62% { left: -80px; }
    82%, 100% { left: calc(100% + 60px); }
}

@keyframes rcd-benchmark-pulse {
    0% { box-shadow: 0 0 0 0 rgba(242,24,36,.6); }
    70% { box-shadow: 0 0 0 8px rgba(242,24,36,0); }
    100% { box-shadow: 0 0 0 0 rgba(242,24,36,0); }
}

@media (max-width: 980px) {
    .rcd-benchmark-promo {
        padding: 48px 22px 46px;
    }

    .rcd-benchmark-promo__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .rcd-benchmark-promo__copy {
        max-width: 720px;
    }

    .rcd-benchmark-promo__visual {
        max-width: 560px;
        justify-self: start;
        transform: none;
    }

    .rcd-benchmark-promo__visual:hover,
    .rcd-benchmark-promo__visual:focus-visible {
        transform: translateY(-3px);
    }
}

@media (max-width: 560px) {
    .rcd-benchmark-promo {
        padding: 42px 16px 40px;
        border-top-width: 4px;
    }

    .rcd-benchmark-promo h2 {
        font-size: clamp(37px, 12vw, 51px);
    }

    .rcd-benchmark-promo__lead {
        font-size: 14px;
    }

    .rcd-benchmark-promo__button {
        width: 100%;
        padding-right: 17px;
        padding-left: 17px;
        font-size: 11px;
    }

    .rcd-benchmark-promo__live {
        right: 9px;
    }

    .rcd-benchmark-promo__visual-caption {
        flex-wrap: wrap;
        gap: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rcd-benchmark-promo__button::before,
    .rcd-benchmark-promo__live i {
        animation: none;
    }

    .rcd-benchmark-promo__button,
    .rcd-benchmark-promo__visual {
        transition: none;
    }
}
