
/* === CEO MOBILE HOTFIX v2026-05-15 ===
   Fixes: trust chip overlap, bottom CTA spacing, mobile hero readability.
*/
@media(max-width:900px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  body{padding-bottom:112px!important}
  .mobileTop{
    min-height:88px!important;
    padding:14px 16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
  }
  .brand{min-width:0!important;max-width:calc(100% - 62px)!important;flex:1 1 auto!important}
  .brand img{width:48px!important;height:48px!important;min-width:48px!important;object-fit:contain!important}
  .brand h1{
    font-family:Inter,Arial,sans-serif!important;
    font-size:25px!important;
    line-height:1!important;
    max-width:210px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .brand p{
    font-size:9.5px!important;
    line-height:1.2!important;
    letter-spacing:1.6px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    max-width:230px!important;
  }
  .menuBtn{width:52px!important;height:52px!important;border-radius:18px!important}
  main{padding:12px!important}
  .hero{
    display:block!important;
    min-height:auto!important;
    padding:20px!important;
    border-radius:28px!important;
    margin-top:10px!important;
    overflow:hidden!important;
  }
  .chips{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    width:100%!important;
    margin:0 0 22px!important;
  }
  .chips span{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:46px!important;
    width:100%!important;
    max-width:100%!important;
    white-space:normal!important;
    text-align:center!important;
    line-height:1.15!important;
    font-size:13px!important;
    padding:10px 12px!important;
    border-radius:18px!important;
  }
  .hero h2{
    font-family:Inter,Arial,sans-serif!important;
    font-size:36px!important;
    line-height:1.08!important;
    letter-spacing:-1.2px!important;
    margin:0 0 14px!important;
    max-width:100%!important;
  }
  .hero h2:after{
    display:block!important;
    font-size:28px!important;
    line-height:1.05!important;
    margin-top:14px!important;
  }
  .hero p{font-size:15.5px!important;line-height:1.62!important;max-width:100%!important;margin:0!important}
  .heroActions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;margin-top:22px!important}
  .goldBtn,.darkBtn{
    width:100%!important;
    min-height:56px!important;
    border-radius:18px!important;
    font-size:15.5px!important;
    padding:14px 16px!important;
  }
  .mainStickyBar{
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
    gap:10px!important;
  }
  .mainStickyBar a{
    min-height:58px!important;
    padding:16px 10px!important;
    border-radius:18px!important;
    font-size:15.5px!important;
  }
}
@media(max-width:390px){
  .brand h1{font-size:21px!important;max-width:176px!important}
  .brand p{font-size:8px!important;max-width:190px!important}
  .hero h2{font-size:31px!important}
  .hero h2:after{font-size:25px!important}
  .chips span{font-size:12px!important}
}
