.angie-hero-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.angie-hero-breadcrumb {
    font-size: 14px;
    letter-spacing: 0.5px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.angie-hero-badge-wrapper {
    margin-bottom: 30px;
}

.angie-hero-badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid;
    transition: all 0.3s ease;
}

.angie-hero-title {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}

.angie-hero-title-first {
    display: inline-block;
}

.angie-hero-title-second {
    display: inline-block;
}

.angie-hero-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 600px;
    opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .angie-hero-title {
        font-size: 42px;
    }
    
    .angie-hero-description {
        font-size: 16px;
    }
    
    .angie-hero-badge {
        padding: 6px 16px;
        font-size: 12px;
    }
}