/* -- SmartWeb Standart 404 (NOT_FOUND) Sayfasi -- */
.sw-page-not-found{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:5rem 1.5rem;
  text-align:center;
  font-family:system-ui,-apple-system,"Segoe UI",sans-serif;
}
.sw-404-inner{max-width:420px;}
.sw-404-code{font-size:4.5rem;font-weight:800;line-height:1;color:#e2e8f0;letter-spacing:-.02em;margin-bottom:.5rem;}
.sw-page-not-found h1{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;color:#1e293b;}
.sw-page-not-found p{font-size:1rem;line-height:1.6;color:#64748b;margin:0 0 1.75rem;}
.sw-404-home{
  display:inline-block;
  padding:.75rem 1.75rem;
  border-radius:8px;
  background:#1e293b;
  color:#fff;
  font-weight:600;
  text-decoration:none;
  transition:background .15s ease;
}
.sw-404-home:hover{background:#334155;color:#fff;}
@media (max-width:480px){
  .sw-404-code{font-size:3.5rem;}
}
