.mortgage-hub-hero-9f1eefed {
    position: relative;
    min-height: 500px;
    max-height: 650px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-color: #1a1a1a; /* fallback */
    padding: 60px 20px;
}

.mortgage-hub-hero-9f1eefed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.mortgage-hub-hero-9f1eefed .hero-container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mortgage-hub-hero-9f1eefed .hero-content {
    max-width: 700px;
}

.mortgage-hub-hero-9f1eefed .hero-eyebrow {
    color: #0D47A1; /* PremierBlu Blue */
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.mortgage-hub-hero-9f1eefed .hero-headline {
    color: #ffffff;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 24px 0;
}

@media (max-width: 768px) {
    .mortgage-hub-hero-9f1eefed .hero-headline {
        font-size: 40px;
    }
}

.mortgage-hub-hero-9f1eefed .hero-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: 1.6;
    max-width: 650px;
    margin: 0 0 40px 0;
}

.mortgage-hub-hero-9f1eefed .hero-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.mortgage-hub-hero-9f1eefed .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.mortgage-hub-hero-9f1eefed .primary-btn {
    background-color: #0D47A1;
    color: #ffffff;
}

.mortgage-hub-hero-9f1eefed .primary-btn:hover {
    background-color: #0a3880;
    color: #ffffff;
}

.mortgage-hub-hero-9f1eefed .secondary-btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.mortgage-hub-hero-9f1eefed .secondary-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.mortgage-hub-hero-9f1eefed .hero-trust-line {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}