:root {
    --rv-bg: #020914;
    --rv-panel: rgba(4, 18, 36, 0.97);
    --rv-border: #264b6c;
    --rv-blue: #20b8ff;
    --rv-gold: #e0a62e;
    --rv-text: #f7f9fc;
    --rv-muted: #b6c0cc;
}

.rv-home {
    min-height: calc(100vh - 102px);
    overflow: hidden;
    background: var(--rv-bg);
    color: var(--rv-text);
}

.rv-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 570;
    min-height: 500px;
    max-height: 570px;
    overflow: hidden;
    background: var(--rv-bg) url("../images/design/hero-index-v6.webp") center center / 100% 100% no-repeat;
}

.rv-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(2, 9, 20, 0.2) 0%, rgba(2, 9, 20, 0.05) 36%, transparent 58%),
        linear-gradient(to bottom, transparent 78%, rgba(2, 9, 20, 0.5) 93%, var(--rv-bg) 100%);
}

.rv-hero-content {
    position: relative;
    z-index: 2;
    width: min(430px, 29vw);
    padding-top: clamp(124px, 8vw, 154px);
    margin-left: 8.2%;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.rv-hero-title {
    margin: 0;
    font-size: clamp(22px, 1.48vw, 29px);
    line-height: 1.28;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.rv-hero-title > span {
    display: block;
    margin-top: 14px;
    color: #c9d0da;
}

.rv-hero-title strong {
    display: block;
    color: var(--rv-gold);
    font-weight: 700;
}

.rv-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 235px;
    gap: 16px;
    margin-top: 24px;
    padding: 13px 22px;
    border: 1px solid #1baeff;
    border-radius: 8px;
    background: rgba(2, 14, 28, 0.74);
    box-shadow: 0 0 20px rgba(32, 174, 245, 0.2), inset 0 0 18px rgba(32, 174, 245, 0.07);
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.rv-hero-cta:hover {
    transform: translateY(-2px);
    background: rgba(6, 35, 61, 0.92);
    box-shadow: 0 0 28px rgba(32, 174, 245, 0.34);
}

.rv-key-stats {
    position: relative;
    z-index: 4;
    width: calc(100% - 7.2%);
    margin: -14px auto 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 13px;
}

.rv-key-card {
    position: relative;
    min-height: 176px;
    padding: 24px 22px 20px;
    display: grid;
    grid-template-columns: 66px 1fr;
    grid-template-rows: 1fr auto;
    column-gap: 18px;
    border: 1px solid var(--rv-border);
    border-radius: 11px;
    background: linear-gradient(180deg, rgba(7, 23, 43, 0.97), rgba(3, 16, 34, 0.99));
    box-shadow: inset 0 0 22px rgba(33, 123, 195, 0.06), 0 12px 28px rgba(0, 0, 0, 0.18);
    color: var(--rv-text);
    text-decoration: none;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.rv-key-card-gold {
    border-bottom-color: var(--rv-border);
}

.rv-key-card:hover {
    transform: translateY(-4px);
    border-color: #2f9dff;
    box-shadow: inset 0 0 22px rgba(33, 123, 195, 0.08), 0 0 24px rgba(47, 157, 255, 0.14);
}

.rv-key-icon {
    width: 62px;
    height: 62px;
    align-self: center;
    filter: drop-shadow(0 0 7px rgba(33, 169, 255, 0.42));
}

.rv-key-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rv-key-copy {
    align-self: center;
}

.rv-key-copy h2 {
    margin: 0 0 9px;
    color: #f4f6f9;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.rv-key-copy strong {
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
}

.rv-key-copy p {
    margin: 0;
    color: #d4d9e0;
    font-size: 12px;
}

.rv-key-copy .rv-positive {
    color: #20dc69;
    font-weight: 600;
}

.rv-key-arrow {
    grid-column: 1 / -1;
    justify-self: center;
    align-self: end;
    color: #fff;
    font-size: 26px;
    line-height: 1;
}

.rv-blue {
    color: var(--rv-blue);
}

.rv-gold {
    color: var(--rv-gold);
}

.rv-commitment {
    padding: 40px 20px 48px;
    text-align: center;
    border-top: none;
    background: radial-gradient(circle at 50% 0%, rgba(14, 72, 119, 0.18), transparent 48%), var(--rv-bg);
}

.rv-commitment-kicker {
    margin: 0 0 18px;
    color: var(--rv-blue) !important;
    font-size:16px !important;
font-weight:700;
letter-spacing:.08em;
    text-transform: uppercase;
}

.rv-commitment h2 {
    margin: 18 0 28px;
    color: #f2f4f8;
    font-size: clamp(27px, 2vw, 35px);
    line-height: 1.15;
}

.rv-commitment h2 span {
    position: relative;
}

.rv-commitment h2 span::after{
    display:none;
}


.rv-commitment p {
    margin: 5px 0 0;
    color: var(--rv-muted);
    font-size: 14px;
}

@media (max-width: 1350px) {
    .rv-hero-content {
        width: min(400px, 31vw);
        margin-left: 7.2%;
    }

    .rv-key-stats {
        width: calc(100% - 4%);
    }

    .rv-key-card {
        grid-template-columns: 54px 1fr;
        padding-left: 16px;
        padding-right: 16px;
        column-gap: 12px;
    }

    .rv-key-icon {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 1100px) {
    .rv-hero {
        min-height: 500px;
        background-size: auto 100%;
        background-position: 58% center;
    }

    .rv-hero-content {
        width: min(390px, 42vw);
        margin-left: 5%;
    }

    .rv-key-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 18px;
    }
}

@media (max-width: 700px) {
    .rv-hero {
        height: 560px;
        min-height: 0;
        max-height: none;
        aspect-ratio: auto;
        background-size: auto 100%;
        background-position: 63% center;
    }

    .rv-hero::before {
        background: linear-gradient(90deg, rgba(2, 9, 20, 0.88), rgba(2, 9, 20, 0.34)),
            linear-gradient(to bottom, transparent 72%, var(--rv-bg) 100%);
    }

    .rv-hero-content {
        width: auto;
        max-width: 390px;
        margin: 0;
        padding: 118px 24px 0;
    }

    .rv-hero-title {
        font-size: 25px;
    }

    .rv-key-stats {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
    }

    .rv-key-card {
        min-height: 150px;
    }

    .rv-commitment {
        padding-bottom: 36px;
    }
}

.rv-key-copy{
    min-width:0;
}

.rv-key-copy strong{
    display:block;
    width:100%;
    font-size:1.30rem !important;
    line-height:1.1;
    white-space:nowrap;
    letter-spacing:-0.02em;
}