/*
Theme Name: Intrépides Child
Template: hostinger-ai-theme
Version: 1.0.0
*/

/* =============================
   MEGA-MENU RESSOURCES
   ============================= */

.menu-item-has-children.mega-menu {
    position: static !important;
}

.menu-item-has-children.mega-menu > .mega-menu-panel {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border-top: 2px solid #4f46e5;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    z-index: 9999;
    padding: 40px 60px;
}

.menu-item-has-children.mega-menu:hover > .mega-menu-panel,
.menu-item-has-children.mega-menu.open > .mega-menu-panel {
    display: flex;
    gap: 48px;
}

.mega-menu-col {
    flex: 1;
    min-width: 180px;
}

.mega-menu-col h4 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6b7280;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
}

.mega-menu-col h4.seo-focus {
    color: #4f46e5;
    border-bottom-color: #4f46e5;
}

.mega-menu-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-menu-col ul li {
    margin-bottom: 10px;
}

.mega-menu-col ul li a {
    font-size: 14px;
    color: #111827;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s;
}

.mega-menu-col ul li a:hover {
    color: #4f46e5;
}

/* Nav doit être relative pour positionner le panel */
.site-header nav,
header nav,
.wp-block-navigation {
    position: relative !important;
}
