/* =============================================================
   TechVistaar — Cross-cutting responsive helpers
   Component-level breakpoints already live next to each component
   in their own file (header.css, home.css, software.css, etc).
   This file only holds small overrides that apply across pages.
============================================================= */
@media (max-width: 480px){
  .wrap{ padding:0 16px; }
  .eyebrow{ font-size:11px; }
}

@media (max-width: 380px){
  .btn-primary, .btn-ghost{ width:100%; text-align:center; }
}
