.residentresourceshero-wrapper {
    position: relative;
    width: 100%;
}

.residentresourceshero-hero {
    position: relative;
    width: 100%;
    min-height: 780px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.residentresourceshero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 30, 45, 0) 40%, rgba(10, 30, 45, 0.75) 100%);
    z-index: 1;
}

.residentresourceshero-hero .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.residentresourceshero-content {
    max-width: 100%;
    color: #fff;
    padding-bottom: 60px;
}

.residentresourceshero-title {
    color: #fff;
    margin: 0 0 20px;
    font-family: var(--font3);
    font-style: normal;
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 60px);
    line-height: normal;
}

.residentresourceshero-copy {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    margin-bottom: 28px;
    font-family: Karla, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: clamp(0.95rem, 1.6vw, 25px);
    line-height: normal;
    border-radius: 10px;
    padding: 20px;
}

.residentresourceshero-copy p {
    margin: 0 0 12px;
    color: white;
}

.residentresourceshero-copy p:last-child {
    margin-bottom: 0;
}

.residentresourceshero-button {
    display: inline-block;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .residentresourceshero-hero {
        min-height: 460px;
        align-items: flex-end;
    }

    .residentresourceshero-content {
        padding-bottom: 30px;
        max-width: 100%;
    }

    .residentresourceshero-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

    .residentresourceshero-copy {
        font-size: 0.9rem;
        padding: 16px;
    }

    .residentresourceshero-overlay {
        background: linear-gradient(180deg, rgba(10, 30, 45, 0) 30%, rgba(10, 30, 45, 0.8) 100%);
    }
}
