/* My Ai Tools — Responsive overrides */

@media (max-width:1440px){
  .hero-left h1{font-size:46px}
}

@media (max-width:1024px){
  .tool-layout{grid-template-columns:1fr}
  .related-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:768px){
  .section{padding:44px 0}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .tool-card{padding:16px}
}

@media (max-width:480px){
  .hero-left h1{font-size:36px}
  .section-title{font-size:24px}
  .category-grid{grid-template-columns:1fr}
  .related-grid{grid-template-columns:1fr}
  .breadcrumb{font-size:12px}
}

