
/* =========================================================
   Mobile Top Bar + Button Spacing Fix
   Fixes black topbar wrapping and hero button spacing on mobile.
   ========================================================= */

@media (max-width: 768px){

  .topbar{
    background:#0f0f14 !important;
    color:#ffffff !important;
    padding:8px 10px !important;
    font-size:13px !important;
    line-height:1.35 !important;
    text-align:center !important;
  }

  .topbar .container{
    width:100% !important;
    max-width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    gap:3px !important;
    padding:0 !important;
    margin:0 auto !important;
  }

  .topbar span{
    display:block !important;
    width:100% !important;
    color:#ffffff !important;
    white-space:normal !important;
  }

  .topbar span:first-child{
    font-size:13px !important;
    line-height:1.3 !important;
  }

  .topbar span:last-child{
    font-size:13px !important;
    line-height:1.3 !important;
  }

  .topbar a{
    color:#ffffff !important;
    text-decoration:none !important;
  }

  .hero-actions{
    display:flex !important;
    flex-direction:column !important;
    gap:16px !important;
    margin:24px 0 22px !important;
  }

  .hero-actions .btn,
  .hero-actions a.btn{
    width:100% !important;
    min-height:58px !important;
    margin:0 !important;
    padding:18px 22px !important;
    border-radius:999px !important;
    line-height:1.1 !important;
  }

  .hero-points{
    margin-top:14px !important;
    margin-bottom:24px !important;
    display:grid !important;
    gap:10px !important;
  }

  .hero-points .point{
    margin:0 !important;
    line-height:1.2 !important;
  }

  .hero .slider,
  .hero-grid .slider{
    margin-top:26px !important;
    margin-bottom:22px !important;
  }

  .hero{
    padding-top:34px !important;
  }
}

/* Desktop nav button cleaner */
@media (min-width: 769px){
  .navbtn{
    width:auto !important;
    min-width:118px !important;
    height:58px !important;
    padding:0 22px !important;
    border-radius:999px !important;
    line-height:1.05 !important;
    text-align:center !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .menu{
    gap:24px !important;
  }

  .menu a,
  .drop-link{
    white-space:nowrap !important;
    line-height:1.1 !important;
  }
}
