
.ath-lite-mobile-nav,
.ath-lite-menu-overlay{
  display:none;
}

@media(max-width:760px){
  body{
    padding-bottom:76px;
  }

  .ath-lite-mobile-nav{
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:800;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:4px;
    padding:8px;
    border-radius:24px;
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    box-shadow:0 18px 45px rgba(45,20,65,.22);
    border:1px solid rgba(123,63,145,.16);
  }

  .ath-lite-mobile-nav a,
  .ath-lite-mobile-nav button{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    min-height:48px;
    text-decoration:none!important;
    color:#4b235f!important;
    border-radius:18px;
    font-weight:900;
    background:transparent;
    border:0;
    padding:0;
    font:inherit;
    cursor:pointer;
  }

  .ath-lite-mobile-nav a:hover,
  .ath-lite-mobile-nav button:hover{
    background:rgba(123,63,145,.08);
  }

  .ath-lite-mobile-nav span{
    font-size:19px;
    line-height:1;
  }

  .ath-lite-mobile-nav em{
    font-style:normal;
    font-size:11px;
  }

  .ath-lite-menu-overlay{
    position:fixed;
    inset:0;
    z-index:790;
    display:none;
    background:rgba(44,24,58,.34);
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
  }

  body.ath-lite-menu-open .ath-lite-menu-overlay{
    display:block;
  }

  .ath-lite-menu-panel{
    position:absolute;
    left:12px;
    right:12px;
    bottom:88px;
    max-height:70vh;
    overflow:auto;
    border-radius:28px;
    background:rgba(255,255,255,.97);
    box-shadow:0 24px 70px rgba(43,20,58,.30);
    border:1px solid rgba(123,63,145,.16);
    padding:16px;
  }

  .ath-lite-menu-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:4px 4px 12px;
    border-bottom:1px solid rgba(123,63,145,.10);
    color:#4b235f;
  }

  .ath-lite-menu-head strong{
    font-size:20px;
  }

  .ath-lite-menu-close{
    width:38px;
    height:38px;
    border-radius:50%;
    border:0;
    background:rgba(123,63,145,.08);
    color:#4b235f;
    font-size:28px;
    line-height:1;
    cursor:pointer;
  }

  .ath-lite-menu-links{
    display:grid;
    gap:8px;
    padding-top:12px;
  }

  .ath-lite-menu-links a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:46px;
    padding:0 14px;
    border-radius:16px;
    text-decoration:none!important;
    color:#35223f!important;
    background:rgba(123,63,145,.055);
    font-weight:850;
  }

  .ath-lite-menu-links a:after{
    content:"›";
    color:#7b3f91;
    font-size:22px;
  }

  .ath-lite-menu-links a.ath-lite-menu-cta{
    background:linear-gradient(135deg,#7b3f91,#5a2b76);
    color:#fff!important;
    box-shadow:0 12px 24px rgba(91,43,118,.20);
  }

  .ath-lite-menu-links a.ath-lite-menu-cta:after{
    color:#fff;
  }

  /* Verberg alleen bekende mobiele hamburgers in de header. Geen layout-aanpassingen. */
  header .menu-toggle,
  header .mobile-menu-toggle,
  header .navbar-toggler,
  header .hamburger,
  header .elementor-menu-toggle,
  header .wp-block-navigation__responsive-container-open,
  .site-header .menu-toggle,
  .site-header .mobile-menu-toggle,
  .site-header .navbar-toggler,
  .site-header .hamburger,
  .site-header .elementor-menu-toggle,
  .site-header .wp-block-navigation__responsive-container-open,
  .main-navigation .menu-toggle{
    display:none!important;
  }
}
