/* ================= HEADER STYLES ================= */

/* Classic Header (Default) */
.header-classic {
    background: linear-gradient(135deg, #0d47a1 0%, #0b3c91 100%);
    color: white;
}

    .header-classic .school-logo {
        height: 64px;
        width: auto;
        border-radius: 8px;
        border: 2px solid rgba(255, 255, 255, 0.2);
    }

    .header-classic .school-header-text {
        font-size: 1.8rem;
        font-weight: 700;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    }

    .header-classic .header-tagline {
        font-size: 0.9rem;
        opacity: 0.9;
    }

/* Modern Header */
.header-modern {
    background: white;
    color: #333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid #3498db;
}

    .header-modern .container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .header-modern .school-logo {
        height: 70px;
        margin-bottom: 10px;
    }

    .header-modern .school-header-text {
        color: #2c3e50;
        font-size: 2rem;
        margin-bottom: 5px;
    }

    .header-modern .header-tagline {
        color: #7f8c8d;
        font-size: 1rem;
        font-weight: 300;
    }

    .header-modern .header-address,
    .header-modern .header-call {
        color: #34495e;
        font-weight: 500;
    }

/* Compact Header */
.header-compact {
    background: #2c3e50;
    color: white;
    padding: 0.5rem 0;
}

    .header-compact .container {
        flex-wrap: wrap;
        gap: 10px;
    }

    .header-compact .school-logo {
        height: 40px;
    }

    .header-compact .school-header-text {
        font-size: 1.3rem;
    }

    .header-compact .header-tagline {
        font-size: 0.8rem;
    }

    .header-compact .header-address,
    .header-compact .header-call {
        font-size: 0.85rem;
    }

/* Split Layout Header */
.header-split {
    background: linear-gradient(90deg, #0d47a1 0%, #1565c0 50%, #0b3c91 100%);
    color: white;
}

    .header-split .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .header-split .d-flex {
        grid-column: 1;
    }

    .header-split .header-address,
    .header-split .header-call {
        grid-column: 2;
        text-align: right;
    }

    .header-split .header-address {
        align-self: end;
    }

    .header-split .header-call {
        align-self: start;
    }

/* Stacked Header */
.header-stacked {
    background: white;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}

    .header-stacked .container {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .header-stacked .d-flex {
        justify-content: center;
        text-align: center;
    }

    .header-stacked .header-info {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 20px;
        border-top: 1px solid #eee;
        padding-top: 15px;
    }

/* Elegant Header */
.header-elegant {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

    .header-elegant::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
        opacity: 0.1;
    }

    .header-elegant .school-logo {
        height: 70px;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .header-elegant .school-header-text {
        font-family: 'Playfair Display', serif;
        font-size: 2.2rem;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .header-elegant .header-tagline {
        font-style: italic;
        opacity: 0.9;
    }

/* Bold Header */
.header-bold {
    background: #e74c3c;
    color: white;
    border-bottom: 5px solid #c0392b;
}

    .header-bold .school-logo {
        height: 60px;
        background: white;
        padding: 5px;
        border-radius: 5px;
    }

    .header-bold .school-header-text {
        font-size: 2rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .header-bold .header-tagline {
        font-weight: 600;
        font-size: 1rem;
    }

    .header-bold .header-address,
    .header-bold .header-call {
        font-weight: 600;
        font-size: 1rem;
    }

/* Minimal Header */
.header-minimal {
    background: white;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}

    .header-minimal .container {
        padding: 1rem 0;
    }

    .header-minimal .school-logo {
        height: 50px;
        filter: grayscale(100%);
    }

    .header-minimal .school-header-text {
        font-size: 1.5rem;
        font-weight: 300;
        color: #333;
    }

    .header-minimal .header-tagline {
        font-size: 0.85rem;
        color: #666;
        font-weight: 300;
    }

    .header-minimal .header-address,
    .header-minimal .header-call {
        font-size: 0.85rem;
        color: #666;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .header-split .container {
        grid-template-columns: 1fr;
    }

    .header-split .header-address,
    .header-split .header-call {
        text-align: left;
        grid-column: 1;
    }

    .header-stacked .header-info {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .header-modern .container,
    .header-stacked .container {
        padding: 15px;
    }
}
