/* Mobilmeny (skjult som standard) */
.mobile-menu {
    display: none;
    position: fixed;
    top: 60px; /* under header */
    left: 0;
    right: 0;
    background: white;
    padding: 20px;
    text-align: center;
    z-index: 9999; /* over hero */
}

.mobile-menu a {
    display: block;
    color: green;
    padding: 12px 0;
    font-size: 20px;
    text-decoration: none;
}
