/* Mission: banner full-bleed con titolo bianco. */

.mission-hero {
    width: 100%;
    height: clamp(260px, 34vw, 420px);
    background-image: url('//cdn.noleggiamoauto.it/images/mission.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.mission-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.5) 0%,
        rgba(15, 23, 42, 0.25) 50%,
        rgba(15, 23, 42, 0.4) 100%
    );
    pointer-events: none;
}

.mission-hero-back-wrap {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    z-index: 2;
}

.mission-hero .guest-back,
.mission-hero .guest-back:hover {
    color: #ffffff;
}

.mission-hero-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-hero-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

/* Allinea il contenuto della pagina alla larghezza footer (1200px). */
body.mission-page .about-container {
    max-width: 1200px !important;
}

body.mission-page .about-content,
body.mission-page .about-content h2,
body.mission-page .about-content h3,
body.mission-page .about-content p,
body.mission-page .about-content section {
    text-align: left;
}
