:root {
    --rv-bg: #020914;
    --rv-bg-soft: #061326;
    --rv-panel: rgba(5, 20, 39, 0.96);
    --rv-panel-2: rgba(7, 25, 47, 0.97);
    --rv-border: #244b6f;
    --rv-blue: #20b8ff;
    --rv-gold: #e0a62e;
    --rv-text: #f7f9fc;
    --rv-muted: #b7c2ce;
}

.rv-validator-page {
    min-height: calc(100vh - 102px);
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 12%, rgba(25, 104, 166, 0.12), transparent 28%),
        var(--rv-bg);
    color: var(--rv-text);
}

.rv-validator-hero {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: var(--rv-bg) url("../images/design/hero-index-v6.webp") center center / 100% 100% no-repeat;
}

.rv-validator-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 9, 20, 0.74) 0%, rgba(2, 9, 20, 0.40) 34%, rgba(2, 9, 20, 0.04) 58%),
        linear-gradient(to bottom, transparent 76%, rgba(2, 9, 20, 0.7) 95%, var(--rv-bg) 100%);
}

.rv-validator-hero-copy {
    position: relative;
    z-index: 2;
    width: min(510px, 36vw);
    margin-left: 8.2%;
    padding-top: 18px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75);
}

.rv-eyebrow,
.rv-section-kicker {
    margin: 0 0 13px;
    color: var(--rv-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.rv-validator-hero h1 {
    max-width: 500px;
    margin: 0;
    font-size: clamp(34px, 3vw, 55px);
    line-height: 1.06;
    letter-spacing: -0.025em;
}

.rv-validator-hero-copy > p:not(.rv-eyebrow) {
    max-width: 450px;
    margin: 22px 0 0;
    color: #d3d9e1;
    font-size: 17px;
    line-height: 1.65;
}

.rv-primary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-width: 245px;
    margin-top: 28px;
    padding: 14px 22px;
    border: 1px solid var(--rv-blue);
    border-radius: 8px;
    background: rgba(2, 14, 28, 0.82);
    box-shadow: 0 0 22px rgba(32, 184, 255, 0.18), inset 0 0 18px rgba(32, 184, 255, 0.06);
    color: #fff;
    text-decoration: none;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.rv-primary-cta:hover {
    transform: translateY(-2px);
    background: rgba(6, 35, 61, 0.94);
    box-shadow: 0 0 30px rgba(32, 184, 255, 0.32);
}

.rv-validator-intro,
.rv-wide-section,
.rv-infra-section,
.rv-engagements,
.rv-roadmap,
.rv-validator-closing {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
}

.rv-validator-intro {
    padding: 68px 0 44px;
    text-align: center;
}

.rv-validator-intro h2,
.rv-wide-section h2,
.rv-infra-section h2,
.rv-engagements h2,
.rv-roadmap h2,
.rv-validator-closing h2 {
    margin: 0;
    color: #f4f6f9;
    font-size: clamp(28px, 2.5vw, 42px);
    line-height: 1.15;
}

.rv-validator-intro .rv-lead {
    max-width: 900px;
    margin: 23px auto 0;
    color: #f3f6fa;
    font-size: 20px;
    line-height: 1.65;
}

.rv-validator-intro > p:last-child {
    max-width: 940px;
    margin: 16px auto 0;
    color: var(--rv-muted);
    font-size: 15px;
    line-height: 1.75;
}

.rv-validator-grid {
    width: min(1320px, calc(100% - 64px));
    margin: 0 auto 76px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rv-info-card {
    min-height: 310px;
    padding: 34px 30px;
    border: 1px solid var(--rv-border);
    border-radius: 13px;
    background: linear-gradient(180deg, var(--rv-panel-2), var(--rv-panel));
    box-shadow: inset 0 0 28px rgba(33, 123, 195, 0.05), 0 16px 32px rgba(0, 0, 0, 0.18);
}

 

.rv-card-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 23px;
    filter: drop-shadow(0 0 8px rgba(32, 184, 255, 0.28));
}

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

.rv-info-card h3 {
    margin: 0 0 15px;
    font-size: 20px;
}

.rv-info-card p {
    margin: 0;
    color: var(--rv-muted);
    font-size: 14px;
    line-height: 1.75;
}

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

.rv-wide-section {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 70px;
    padding: 68px 58px;
    border: 1px solid rgba(41, 94, 138, 0.62);
    border-radius: 14px;
    background:
        radial-gradient(circle at 90% 0%, rgba(32, 184, 255, 0.08), transparent 38%),
        linear-gradient(135deg, rgba(7, 25, 47, 0.96), rgba(3, 14, 28, 0.98));
}

.rv-wide-copy p {
    margin: 0;
    color: var(--rv-muted);
    font-size: 15px;
    line-height: 1.82;
}

.rv-wide-copy p + p { margin-top: 18px; }

.rv-infra-section {
    padding: 82px 0;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 72px;
    align-items: center;
}

.rv-infra-copy > p:last-child {
    margin: 22px 0 0;
    color: var(--rv-muted);
    font-size: 15px;
    line-height: 1.8;
}

.rv-infra-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.rv-infra-facts div {
    min-height: 104px;
    padding: 20px;
    border: 1px solid var(--rv-border);
    border-radius: 10px;
    background: var(--rv-panel);
}

.rv-infra-facts span {
    display: block;
    margin-bottom: 11px;
    color: var(--rv-blue);
    font-size: 11px;
    text-transform: uppercase;
}

.rv-infra-facts strong {
    color: #eef2f7;
    font-size: 15px;
    line-height: 1.35;
}

.rv-infra-facts .rv-address {
    display: block;
    overflow-wrap: anywhere;
    font-size: 12px;
    font-weight: 500;
}

.rv-engagements {
    padding: 68px 58px;
    border-top: 1px solid rgba(34, 115, 182, 0.32);
    border-bottom: 1px solid rgba(34, 115, 182, 0.32);
    text-align: center;
}

.rv-engagement-list {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    text-align: left;
}

.rv-engagement-list div {
    min-height: 104px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 22px;
    border: 1px solid var(--rv-border);
    border-radius: 10px;
    background: rgba(5, 20, 39, 0.86);
}

.rv-engagement-list span,
.rv-roadmap-grid span {
    color: var(--rv-gold);
    font-size: 24px;
    font-weight: 700;
}

.rv-engagement-list p {
    margin: 0;
    color: #d2d9e1;
    line-height: 1.55;
}

.rv-roadmap {
    padding: 78px 0;
    text-align: center;
}

.rv-roadmap-grid {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.rv-roadmap-grid article {
    min-height: 205px;
    padding: 28px 22px;
    border: 1px solid var(--rv-border);
    border-radius: 11px;
    background: linear-gradient(180deg, rgba(7, 25, 47, 0.94), rgba(3, 14, 28, 0.98));
}

.rv-roadmap-grid h3 {
    margin: 17px 0 10px;
    font-size: 18px;
}

.rv-roadmap-grid p {
    margin: 0;
    color: var(--rv-muted);
    font-size: 13px;
    line-height: 1.65;
}

.rv-validator-closing {
    width: 100%;
    padding: 64px 24px 74px;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid rgba(34, 115, 182, 0.38);
    background: radial-gradient(circle at 50% 0%, rgba(14, 72, 119, 0.19), transparent 48%);
}

.rv-validator-closing > p:not(.rv-section-kicker) {
    max-width: 770px;
    margin: 18px auto 0;
    color: var(--rv-muted);
    font-size: 15px;
    line-height: 1.7;
}

.rv-closing-actions {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.rv-secondary-link {
    margin-top: 28px;
    color: var(--rv-blue);
    text-decoration: none;
    font-size: 13px;
}

.rv-secondary-link:hover { text-decoration: underline; }

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

    .rv-validator-hero-copy {
        width: min(470px, 44vw);
        margin-left: 5%;
    }

    .rv-validator-grid { grid-template-columns: 1fr; }
    .rv-info-card { min-height: 0; }
    .rv-roadmap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .rv-validator-hero {
        min-height: 570px;
        background-size: auto 100%;
        background-position: 64% center;
    }

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

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

    .rv-validator-hero h1 { font-size: 38px; }

    .rv-validator-intro,
    .rv-wide-section,
    .rv-infra-section,
    .rv-engagements,
    .rv-roadmap {
        width: calc(100% - 32px);
    }

    .rv-wide-section,
    .rv-infra-section {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .rv-wide-section,
    .rv-engagements { padding: 44px 24px; }
    .rv-infra-facts,
    .rv-engagement-list,
    .rv-roadmap-grid { grid-template-columns: 1fr; }
}

/* Suppression du trait sous Notre philosophie */
.rv-wide-heading h2::before,
.rv-wide-heading h2::after {
    display: none !important;
}

.rv-wide-heading h2 {
    border-bottom: none !important;
}