/* ===== Tablet ===== */
@media(max-width:1024px){
  .about-grid{grid-template-columns:1fr;gap:40px;}
  .about-image-wrapper{max-width:350px;margin:0 auto;}
  .skills-grid{grid-template-columns:repeat(2,1fr);}
  .services-grid{grid-template-columns:repeat(2,1fr);}
  .contact-grid{grid-template-columns:1fr;}
}

/* ===== Mobile ===== */
@media(max-width:768px){
  .nav-links{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background:var(--glass);backdrop-filter:blur(30px);flex-direction:column;justify-content:center;align-items:center;gap:25px;transition:right .4s;border-left:1px solid var(--border);}
  .nav-links.active{right:0;}
  .nav-toggle{display:flex;}
  .hero-content{text-align:center;}
  .hero-description{margin-left:auto;margin-right:auto;}
  .hero-cta{justify-content:center;}
  .hero-stats{justify-content:center;}
  .skills-grid{grid-template-columns:1fr 1fr;}
  .projects-grid{grid-template-columns:1fr;}
  .services-grid{grid-template-columns:1fr;}
  .about-info-grid{grid-template-columns:1fr;}
  .contact-form{grid-template-columns:1fr;}
  .contact-form .form-group{grid-column:1;}
  .btn-submit{grid-column:1;}
  .form-status{grid-column:1;}
  .section{padding:80px 0;}
  .cursor,.cursor-follower{display:none;}
}

@media(max-width:480px){
  .skills-grid{grid-template-columns:1fr;}
  .hero-stats{flex-direction:column;gap:15px;}
  .stat-divider{width:40px;height:1px;}
  .btn{padding:12px 22px;font-size:.8rem;}
}
