/* -------------------------------------------------------
   Full-width page hero banner
   ------------------------------------------------------- */
.pledge-hero {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    margin-bottom: 40px;
}

.pledge-hero-inner {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.pledge-hero-title {
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.8);
    letter-spacing: 2.6px;
    margin: 0;
    line-height: 1.1;
}

.pledge-hero-subtitle {
    display: block;
    color: #ffffff;
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.8);
    letter-spacing: 3px;
    margin-top: 8px;
    line-height: 1.1;
}

@media (max-width: 768px) {
    .pledge-hero {
        height: 250px;
        padding: 0 20px 25px;
        margin-bottom: 24px;
    }

    .pledge-hero-title {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .pledge-hero-subtitle {
        font-size: 40px;
        letter-spacing: 1.5px;
        margin-top: 4px;
    }
}
