/* ROX mobile optimization patch */
@media (max-width: 991.98px){
  .navbar-custom .navbar-collapse{
    background: rgba(11,18,32,.98);
    margin-top: 12px;
    border-radius: 16px;
    padding: 14px;
  }
  .navbar-custom .nav-link{
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .navbar-custom .nav-link:last-child{border-bottom:0}
}
@media (max-width: 768px){
  .hero{
    padding: 58px 0 42px !important;
    text-align: center;
  }
  .hero .display-5,
  .hero .display-6,
  .hero h1{
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
  .hero .lead,
  .hero p{
    font-size: 15px !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .hero .d-flex.flex-wrap.gap-2,
  .hero .d-flex.flex-wrap.gap-2.mt-4{
    flex-direction: column;
  }
  .hero .btn{width:100%}
  .hero-card,.service-card,.section-card,.form-card,.ref-card,.brand-chip,.stat-box{
    padding: 16px !important;
  }
  .stat-box .n{font-size:22px !important}
  .section-title{
    font-size: 24px !important;
    line-height: 1.25 !important;
  }
  .btn,.btn-sm,.btn-lg{min-height:48px}
  .form-control,.form-select{
    min-height:48px;
    font-size:16px !important;
    padding-top:12px;
    padding-bottom:12px;
  }
  textarea.form-control{min-height:130px !important}
  .footer{padding-bottom:82px !important}
}
.mobile-sticky-cta{display:none}
@media (max-width: 768px){
  .mobile-sticky-cta{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    display: block;
    background: rgba(255,255,255,.98);
    box-shadow: 0 -4px 18px rgba(0,0,0,.10);
    border-top: 1px solid #e5e7eb;
    padding: 10px 12px;
  }
  .mobile-sticky-cta .btn{width:100%}
}
.whatsapp-float{
  position: fixed;
  right: 18px;
  bottom: 82px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 26px;
  box-shadow: 0 10px 25px rgba(0,0,0,.22);
  z-index: 1041;
}
@media (max-width: 768px){
  .whatsapp-float{display:flex}
}
button,a{touch-action:manipulation}
