.hero-rse {
    position: relative;
    width: 100%;
    margin-top: 20vh;
    padding: 3rem 1.5rem 2.5rem;
    background: #fff;
    overflow: hidden;
}

.hero-rse-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-rse-logo {
    width: min(410px, 70vw);
    height: auto;
    object-fit: contain;
}

.hero-rse-label {
    margin-top: 1.5rem;
    font-size: clamp(0.75rem, 2vw, 0.875rem);
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #64748b;
}

.hero-rse-subtitle {
    margin-top: 0.75rem;
    max-width: 36rem;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    line-height: 1.5;
    color: #94a3b8;
}

.rse-content {
    padding: 2.5rem 1.5rem 4rem;
}

.rse-main-title {
    position: relative;
    display: inline-block;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 700;
    color: #0f172a;
}

.rse-main-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(320px, 60%);
    height: 4px;
    border-radius: 999px;
    background-color: #f2c94c;
}

.rse-section-title {
    --sousligne-color: #94a3b8;
    --sousligne-thickness: 2px;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.rse-section-title::after {
    left: 0;
    transform: none;
    width: 100%;
    opacity: 0.55;
}

.rse-list {
    list-style: none;
    padding-left: 0;
}

.rse-list li {
    position: relative;
    padding-left: 1.1rem;
    line-height: 1.65;
}

.rse-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 6px;
    height: 6px;
    background-color: #64748b;
}

.rse-cta {
    padding-bottom: 0;
}

.rse-cta-inner {
    background-image: linear-gradient(to bottom, #04234ac7, #4a5274, #8687a0, #c2c1ce, #ffffff);
    padding: 2.5rem 1.5rem 3rem;
    text-align: center;
}

.rse-cta-inner h2 {
    margin: 0 auto;
    max-width: 48rem;
    background: none;
    padding: 0;
    color: #fff;
    font-weight: 700;
}

.rse-cta-inner p {
    margin: 1.25rem auto 0;
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.65;
}

.rse-cta-inner .cta {
    margin-top: 1.75rem;
}

@media (min-width: 768px) {
    .hero-rse {
        padding: 4rem 2rem 3rem;
    }

    .rse-content {
        padding: 3rem 2rem 5rem;
    }

    .rse-cta-inner {
        padding: 3rem 2rem 3.5rem;
    }
}

@media (min-width: 1024px) {
    .rse-content {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
