.lt-custom-header {
    margin: 25px 0;
    width: 100%;
}

.lt-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.lt-header-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    color: #006CB4;
}

.lt-header-title {
    font-family: 'Outfit', sans-serif;
    font-size: 68px;
    font-weight: 900 !important;
    line-height: 1.05;
    margin: 0;
    color: #000000;
}

.lt-header-highlight {
    color: #006CB4;
}

/* Responsive */
@media (max-width: 1024px) {
    .lt-header-title {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .lt-header-title {
        font-size: 36px;
    }
    .lt-header-subtitle {
        font-size: 12px;
        letter-spacing: 3px;
    }
}
