/* Mobile fixes overrides for AutoStn */
@media (max-width: 768px){
  body{
    background:
      radial-gradient(900px 500px at 50% -15%, rgba(139,92,246,.18), transparent 60%),
      linear-gradient(180deg, #0b0c10 0%, #0f1117 100%);
    background-attachment: scroll;
  }
  .decor--a, .decor--b{opacity:.18; transform:none}
  .card{ background: rgba(255,255,255,.14) !important; }
  .testimonials{ padding-bottom: 28px; }
  .float-cta{
    right: 16px !important;
    bottom: calc(16px + env(safe-area-inset-bottom)) !important;
    max-width: calc(100vw - 32px);
    white-space: nowrap;
  }
}
.float-cta{ bottom: calc(18px + env(safe-area-inset-bottom)) !important; overflow:hidden; }
