/* ===== CLEAN PREMIUM MOBILE FOOTER ===== */
@media screen and (max-width:768px){

  footer,
  .footer{
    padding: 34px 0 26px !important;
    overflow:hidden !important;
  }

  footer .container,
  .footer .container{
    width:calc(100% - 30px) !important;
    margin:0 auto !important;
  }

  /* TOP BRAND CARD */
  footer .footer-brand,
  .footer .footer-brand{
    border-radius:26px !important;
    padding:24px 20px !important;
    margin:0 auto 26px !important;
    text-align:center !important;

    border:1px solid rgba(255,255,255,.10) !important;

    background:
      radial-gradient(circle at top left, rgba(255,176,32,.14), transparent 42%),
      linear-gradient(180deg, rgba(16,20,35,.96), rgba(8,10,18,.98)) !important;

    box-shadow:
      0 20px 60px rgba(0,0,0,.42),
      inset 0 1px 0 rgba(255,255,255,.05) !important;
  }

  footer .brand,
  .footer .brand{
    justify-content:center !important;
    margin-bottom:14px !important;
  }

  footer .footer-brand p,
  .footer .footer-brand p{
    max-width:310px !important;
    margin:0 auto !important;
    text-align:center !important;
    font-size:14px !important;
    line-height:1.65 !important;
    color:rgba(220,225,245,.72) !important;
  }

  /* 3 COLUMNS */
  footer .footer-grid,
  .footer .footer-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:16px !important;
    align-items:start !important;
  }

  footer .footer-col,
  .footer .footer-col{
    background:none !important;
    border:none !important;
    padding:0 !important;
    margin:0 !important;
    min-width:0 !important;
  }

  footer .footer-col h4,
  .footer .footer-col h4{
    margin:0 0 12px !important;
    font-size:13px !important;
    line-height:1.2 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
    color:#fff !important;
  }

  footer .footer-col a,
  .footer .footer-col a{
    display:block !important;
    margin:0 0 10px !important;
    font-size:13px !important;
    line-height:1.35 !important;
    color:rgba(210,218,240,.72) !important;
    text-decoration:none !important;
  }

  footer .footer-bottom,
  .footer .footer-bottom{
    margin-top:24px !important;
    padding-top:18px !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
    text-align:center !important;
  }

  footer .footer-bottom p,
  .footer .footer-bottom p{
    margin:6px auto !important;
    font-size:12px !important;
    line-height:1.5 !important;
    color:rgba(210,218,240,.54) !important;
  }

  /* HIDE SEO SPAM LINKS */
  footer .seo-links,
  .footer .seo-links{
    display:none !important;
  }
}
