/* ========== HEADER MEJORADO ========== */
header {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    padding: 15px 0; /* Más espacio arriba y abajo */
}

header.scrolled {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.98);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0; /* Quitamos padding interno del navbar */
    transition: padding 0.3s ease;
}

header.scrolled .navbar {
    padding: 0;
}

/* ========== LOGO MÁS GRANDE ========== */
.logo {
    font-size: 1.8rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    color: var(--primary-dark);
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

/* Logo personalizado MÁS GRANDE */
.logo .custom-logo,
.logo img:not(.custom-logo) {
    height: 60px !important; /* Aumentado de 50px a 60px */
    width: auto !important;
    max-width: 220px !important; /* Aumentado