/* ===== İçerik / 404 — etkinbasari tasarımı ===== */
.notfound{max-width:660px;margin-inline:auto;text-align:center;padding-block:1.5rem}
.notfound__code{display:block;font-family:var(--ff-display);font-weight:800;font-size:clamp(4.5rem,14vw,8rem);line-height:1;
  background:var(--grad-accent);-webkit-background-clip:text;background-clip:text;color:transparent}
.notfound h1{margin:.3rem 0 .6rem}
.notfound p{color:var(--ink-soft);margin:0 auto 1.7rem;max-width:48ch}
.notfound__cta{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.2rem}
.notfound__links{border-top:1px solid var(--line);padding-top:1.7rem}
.notfound__links h2{font-size:1.05rem;margin-bottom:1rem}
.notfound__tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}
.notfound__tags a{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .95rem;border:1px solid var(--line);border-radius:var(--radius-pill);font-weight:600;font-size:.88rem;color:var(--navy);transition:background .2s,border-color .2s,color .2s}
.notfound__tags a:hover{background:var(--primary);border-color:var(--primary);color:#14213D}
.notfound__tags i{color:var(--primary)}
.notfound__tags a:hover i{color:#14213D}
