/* Responsive rules */
@media (max-width: 1024px){
  .ph-nav{display:none}
  .ph-menu-toggle{display:block}
  .ph-search{max-width:260px}
}
@media (max-width: 768px){
  .container{padding:0 16px}
  .ph-header-inner{flex-wrap:wrap;padding:12px 16px}
  .ph-search{order:3;max-width:100%;flex:1 1 100%;margin-top:8px}
  .ph-hero{padding:60px 16px 80px}
  .ph-hero-title{font-size:32px}
  .ph-hero-search{flex-direction:column}
  .ph-section{padding:40px 0}
  .ph-section-head h2{font-size:22px}
  .ph-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}
  .ph-single-title{font-size:26px}
  .ph-plans-grid{grid-template-columns:1fr}
  .ph-cat-grid{grid-template-columns:repeat(3,1fr);gap:12px}
  .ph-footer-grid{gap:24px}
  .ph-profile-head{gap:16px}
  .ph-profile-head img{width:80px;height:80px}
}
@media (max-width: 480px){
  .ph-cat-grid{grid-template-columns:repeat(2,1fr)}
  .ph-card-title{font-size:14px}
  .ph-card-body{padding:12px}
  .ph-header-actions .ph-btn{padding:8px 12px;font-size:12px}
}

/* Print styles */
@media print{
  .ph-header,.ph-footer,.ph-single-actions,.ph-prompt-box-head button{display:none !important}
}
