/* UI Widget Headlines - WordPress Content AI */

/* ===== HEADLINE STYLES ===== */
h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 1rem;
    text-align: center;
}

/* Main Headlines */
h1 {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #FFFFFF 0%, #E0E6EA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
}

h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0.75rem;
}

h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
}

h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
}

/* Section Headlines */
.section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #0066CC 0%, #0077DD 100%);
    border-radius: 2px;
}

/* Page Headlines */
.page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 1rem;
}

.page-subtitle {
    font-size: 1.2rem;
    color: #B0B8C0;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Card Headlines */
.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 1rem;
    text-align: left;
}

.card-subtitle {
    font-size: 1rem;
    color: #B0B8C0;
    margin-bottom: 1rem;
    text-align: left;
}

/* Form Headlines */
.form-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 1.5rem;
}

.form-subtitle {
    font-size: 1rem;
    color: #B0B8C0;
    text-align: center;
    margin-bottom: 2rem;
}

/* Dashboard Headlines */
.dashboard-title {
    font-size: 2rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.dashboard-subtitle {
    font-size: 1.1rem;
    color: #B0B8C0;
    margin-bottom: 2rem;
}

/* Modal Headlines */
.modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 1rem;
    text-align: center;
}

.modal-subtitle {
    font-size: 1rem;
    color: #B0B8C0;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Alert Headlines */
.alert-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
}

.alert-subtitle {
    font-size: 0.9rem;
    color: #B0B8C0;
    margin-bottom: 0.5rem;
}

/* Responsive Headlines */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    h4 {
        font-size: 1.25rem;
    }
    
    h5 {
        font-size: 1.1rem;
    }
    
    h6 {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .page-subtitle {
        font-size: 1.1rem;
    }
    
    .card-title {
        font-size: 1.25rem;
    }
    
    .form-title {
        font-size: 1.5rem;
    }
    
    .dashboard-title {
        font-size: 1.75rem;
    }
    
    .modal-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.75rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    h4 {
        font-size: 1.1rem;
    }
    
    h5 {
        font-size: 1rem;
    }
    
    h6 {
        font-size: 0.9rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .page-title {
        font-size: 1.75rem;
    }
    
    .page-subtitle {
        font-size: 1rem;
    }
    
    .card-title {
        font-size: 1.1rem;
    }
    
    .form-title {
        font-size: 1.25rem;
    }
    
    .dashboard-title {
        font-size: 1.5rem;
    }
    
    .modal-title {
        font-size: 1.1rem;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    h1, h2, h3, h4, h5, h6 {
        transition: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    h1, h2, h3, h4, h5, h6 {
        color: #FFFFFF;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    }
}
