/* Gamikids web sitesi */

@font-face {
  font-family: "Baloo 2";
  src: url("/assets/baloo2-semibold.woff2") format("woff2");
  font-weight: 500 800;
  font-display: swap;
}

:root {
  --bg: #fff8ee;
  --bg-soft: #fff2de;
  --card: #ffffff;
  --ink: #1d2742;
  --muted: #5a6582;
  --line: #f0e3cf;

  --blue: #1479ea;
  --blue-dark: #0b5cc0;
  --teal: #10bfc3;
  --yellow: #ffc21a;
  --orange: #ff7a3d;
  --green: #4fb335;
  --purple: #9651e0;
  --purple-dark: #7434bd;
  --pink: #ff5270;

  --radius: 22px;
  --shadow: 0 10px 30px -12px rgba(49, 38, 94, 0.18);
  --shadow-lg: 0 24px 60px -20px rgba(49, 38, 94, 0.28);
  --wrap: 1140px;
  --display: "Baloo 2", "Trebuchet MS", system-ui, sans-serif;
  --body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color-scheme: light;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 17px/1.65 var(--body);
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-underline-offset: 3px; }
a:hover { color: var(--blue-dark); }
:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; border-radius: 6px; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 10px; z-index: 100; }
.skip:focus { left: 12px; color: #fff; }

/* ---------- Butonlar ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 26px;
  border: 0;
  border-radius: 999px;
  font: 700 1.08rem/1 var(--display);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:active { transform: translateY(3px); }
.btn-primary { background: var(--purple); color: #fff; box-shadow: 0 5px 0 var(--purple-dark); }
.btn-primary:hover { background: #a260ea; color: #fff; }
.btn-primary:active { box-shadow: 0 2px 0 var(--purple-dark); }
.btn-ghost { background: #fff; color: var(--ink); box-shadow: 0 5px 0 var(--line), inset 0 0 0 2px var(--line); }
.btn-ghost:hover { color: var(--ink); background: #fffdf8; }
.btn-danger { background: #e5364f; color: #fff; box-shadow: 0 5px 0 #b61f36; }
.btn-danger:hover { background: #ef4760; color: #fff; }
.btn[disabled] { opacity: 0.55; cursor: not-allowed; transform: none; }
.btn-store { background: var(--ink); color: #fff; box-shadow: 0 5px 0 #0c1225; }
.btn-store:hover { color: #fff; background: #27335a; }
.btn-store.is-soon { cursor: default; }
.btn-store.is-soon:active { transform: none; }

/* ---------- Ust menu ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 248, 238, 0.86);
  backdrop-filter: saturate(1.4) blur(12px);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid rgba(240, 227, 207, 0.7);
}
.header-row { display: flex; align-items: center; gap: 20px; min-height: 76px; }

.main-nav { margin-left: auto; }
.main-nav ul { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.main-nav a {
  display: block;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--ink);
  font: 600 1.02rem/1.2 var(--display);
  text-decoration: none;
}
.main-nav a:hover,
.main-nav a[aria-current="page"] { background: #fff; color: var(--purple); box-shadow: var(--shadow); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: 700 0.95rem/1 var(--display);
  text-decoration: none;
  box-shadow: inset 0 0 0 2px var(--line);
}
.lang-switch:hover { color: var(--purple); box-shadow: inset 0 0 0 2px var(--purple); }
.globe {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background:
    linear-gradient(currentColor, currentColor) center / 2px 100% no-repeat,
    linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat;
  opacity: 0.8;
}
.menu-toggle { display: none; }

@media (max-width: 900px) {
  .main-nav { position: fixed; inset: 76px 0 auto 0; margin: 0; background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg); padding: 10px 16px 18px; transform: translateY(-8px); opacity: 0; visibility: hidden; transition: 0.2s ease; }
  .nav-open .main-nav { transform: none; opacity: 1; visibility: visible; }
  .main-nav ul { flex-direction: column; }
  .main-nav a { padding: 12px 14px; font-size: 1.15rem; }
  .header-actions { margin-left: auto; }
  .menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: inset 0 0 0 2px var(--line);
    cursor: pointer;
  }
  .bars, .bars::before, .bars::after { display: block; width: 20px; height: 2.5px; border-radius: 2px; background: var(--ink); transition: 0.2s ease; }
  .bars { position: relative; }
  .bars::before, .bars::after { content: ""; position: absolute; left: 0; }
  .bars::before { top: -7px; }
  .bars::after { top: 7px; }
  .nav-open .bars { background: transparent; }
  .nav-open .bars::before { top: 0; transform: rotate(45deg); }
  .nav-open .bars::after { top: 0; transform: rotate(-45deg); }
}

/* ---------- Bolumler ---------- */

.section { padding: clamp(64px, 9vw, 110px) 0; position: relative; }
.section-soft { background: var(--bg-soft); }
.section-white { background: #fff; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-head p { color: var(--muted); font-size: 1.12rem; }
.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--purple);
  font: 700 0.9rem/1 var(--display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 2px #eadcff;
}

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* Dalga ayirici */
.wave { display: block; width: 100%; height: 60px; margin-bottom: -1px; }

/* ---------- Giris (hero) ---------- */

.hero { position: relative; padding: clamp(40px, 7vw, 90px) 0 clamp(56px, 8vw, 100px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.hero h1 .accent { color: var(--purple); }
.hero h1 .accent-2 { color: var(--blue); }
.hero-lead { font-size: clamp(1.1rem, 1.8vw, 1.28rem); color: var(--muted); max-width: 36em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 28px; }
.trust { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: var(--shadow);
}
.trust .dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }

.hero-art { position: relative; justify-self: center; width: min(100%, 460px); }
.hero-art .icon {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 22%;
  box-shadow: var(--shadow-lg);
  transform: rotate(-4deg);
  animation: bob 6s ease-in-out infinite;
}
.blob { position: absolute; border-radius: 50%; z-index: 1; filter: blur(2px); }
.blob-a { width: 58%; aspect-ratio: 1; background: #ffd95c; top: -8%; right: -14%; opacity: 0.7; }
.blob-b { width: 46%; aspect-ratio: 1; background: #86dcf7; bottom: -10%; left: -14%; opacity: 0.75; }
.blob-c { width: 20%; aspect-ratio: 1; background: #ff9db0; bottom: 8%; right: -8%; opacity: 0.8; }
.spark { position: absolute; z-index: 3; width: 40px; height: 40px; background: var(--yellow); clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); animation: twinkle 3.2s ease-in-out infinite; }
.spark-1 { top: -4%; left: 4%; }
.spark-2 { top: 40%; right: -6%; width: 28px; height: 28px; background: var(--pink); animation-delay: 1.1s; }
.spark-3 { bottom: -2%; left: 40%; width: 24px; height: 24px; background: var(--teal); animation-delay: 2s; }

@keyframes bob { 0%, 100% { transform: rotate(-4deg) translateY(0); } 50% { transform: rotate(-2deg) translateY(-12px); } }
@keyframes twinkle { 0%, 100% { transform: scale(1) rotate(0); } 50% { transform: scale(0.75) rotate(20deg); } }
@media (prefers-reduced-motion: reduce) { .hero-art .icon, .spark { animation: none; } }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust { justify-content: center; }
  .hero-art { width: min(62%, 300px); order: -1; margin-bottom: 8px; }
}

/* ---------- Beceriler ---------- */

.skills { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.skill {
  padding: 26px 22px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}
.skill .badge {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 20px;
  color: #fff;
  font: 700 1.7rem/1 var(--display);
}
.skill p { color: var(--muted); margin: 0; font-size: 0.98rem; }
.c-numbers { --c: var(--orange); }
.c-memory { --c: var(--purple); }
.c-logic { --c: var(--teal); }
.c-shapes { --c: var(--blue); }
.skill .badge { background: var(--c); box-shadow: 0 5px 0 color-mix(in srgb, var(--c) 70%, #000); }
@media (max-width: 900px) { .skills { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .skills { gap: 12px; } .skill { padding: 20px 14px; } }

/* ---------- Oyun kartlari ---------- */

.games { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.game {
  position: relative;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.game:hover { transform: translateY(-4px) rotate(-0.4deg); box-shadow: var(--shadow-lg); }
.game img { width: 100%; aspect-ratio: 16 / 8.1; object-fit: cover; }
.game-body { padding: 16px 20px 20px; }
.game h3 { margin: 0 0 4px; }
.game p { margin: 0; color: var(--muted); font-size: 0.97rem; }
.chip {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 11px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--c) 14%, #fff);
  color: color-mix(in srgb, var(--c) 80%, #000);
  font: 700 0.82rem/1.5 var(--display);
  letter-spacing: 0.02em;
}
.game.is-soon img { filter: saturate(0.6) brightness(1.02); }
.soon-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 13px;
  border-radius: 999px;
  background: var(--yellow);
  color: #4a3500;
  font: 700 0.88rem/1.3 var(--display);
  box-shadow: 0 4px 0 #d69c00;
}
@media (max-width: 900px) { .games { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
@media (max-width: 560px) { .games { grid-template-columns: 1fr; } }

.stats { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 40px; margin-top: 40px; text-align: center; }
.stat strong { display: block; font: 700 2.4rem/1 var(--display); color: var(--purple); }
.stat span { color: var(--muted); font-weight: 600; }

/* ---------- Ebeveyn ozellikleri ---------- */

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { padding: 28px 26px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.feature .ic {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--c) 15%, #fff);
  color: var(--c);
}
.feature .ic svg { width: 28px; height: 28px; }
.feature p { margin: 0; color: var(--muted); }
@media (max-width: 900px) { .features { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .features { grid-template-columns: 1fr; } }

/* ---------- Karakter bolumu ---------- */

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-art { position: relative; }
.split-art img { border-radius: 28px; box-shadow: var(--shadow-lg); }
.checks { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; }
.checks li { position: relative; padding-left: 38px; font-weight: 500; }
.checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round' d='m6 12.5 4 4 8-9'/%3E%3C/svg%3E") center / 16px no-repeat;
}
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 32px; } .split-art { order: -1; max-width: 520px; margin: 0 auto; } }

/* ---------- Premium ---------- */

.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 880px; margin: 0 auto; }
.plan { position: relative; padding: 34px 30px; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.plan h3 { font-size: 1.6rem; margin-bottom: 4px; }
.plan .price-note { color: var(--muted); margin-bottom: 18px; }
.plan-premium { background: linear-gradient(160deg, #9b57e6 0%, #6f3fd6 100%); color: #fff; box-shadow: 0 26px 60px -22px rgba(111, 63, 214, 0.65); }
.plan-premium .price-note { color: rgba(255, 255, 255, 0.85); }
.plan-premium .checks li::before { background-color: var(--yellow); }
.plan-tag {
  position: absolute;
  top: -14px;
  right: 24px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--yellow);
  color: #4a3500;
  font: 700 0.9rem/1.2 var(--display);
  box-shadow: 0 4px 0 #d69c00;
}
.fine { max-width: 760px; margin: 28px auto 0; text-align: center; color: var(--muted); font-size: 0.93rem; }
@media (max-width: 720px) { .plans { grid-template-columns: 1fr; } }

/* ---------- Kapanis cagri kutusu ---------- */

.cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px 38px;
  border-radius: 32px;
  background: linear-gradient(120deg, #1479ea, #10bfc3);
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.cta img { width: 110px; border-radius: 26px; box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.35); }
.cta h2 { margin: 0 0 4px; font-size: clamp(1.5rem, 3vw, 2.1rem); }
.cta p { margin: 0; opacity: 0.92; }
@media (max-width: 820px) { .cta { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 30px 22px; } }

/* ---------- Ic sayfalar ---------- */

.page-hero { padding: clamp(40px, 6vw, 72px) 0 clamp(28px, 4vw, 40px); text-align: center; }
.page-hero p { color: var(--muted); font-size: 1.12rem; max-width: 640px; margin: 0 auto; }
.page-hero .meta { font-size: 0.95rem; margin-top: 10px; }

.prose-wrap { padding: 0 0 clamp(64px, 8vw, 100px); }
.prose {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 56px);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}
.prose h2 { font-size: 1.55rem; margin-top: 1.6em; padding-top: 0.2em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.18rem; margin-top: 1.4em; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1em; }
.prose li { margin-bottom: 0.4em; }
.prose table { width: 100%; border-collapse: collapse; margin: 0 0 1.2em; font-size: 0.95rem; }
.prose th, .prose td { text-align: left; vertical-align: top; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.prose th { background: var(--bg-soft); font-family: var(--display); font-size: 1rem; }
.table-scroll { overflow-x: auto; margin: 0 0 1.2em; }
.table-scroll table { margin: 0; min-width: 560px; }
.toc { margin: 0 0 2em; padding: 18px 22px; border-radius: 18px; background: var(--bg-soft); }
.toc strong { font-family: var(--display); }
.toc ol { margin: 8px 0 0; columns: 2; column-gap: 28px; }
.toc li { break-inside: avoid; }
@media (max-width: 600px) { .toc ol { columns: 1; } }
.callout { margin: 0 0 1.4em; padding: 16px 20px; border-radius: 16px; background: #eef7ff; border-left: 5px solid var(--blue); }
.callout-green { background: #eefaea; border-color: var(--green); }
.callout p:last-child { margin: 0; }

/* Hakkimizda */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 10px 0 1.4em; }
.value { padding: 20px; border-radius: 18px; background: var(--bg-soft); }
.value h3 { margin: 0 0 6px; font-size: 1.12rem; }
.value p { margin: 0; font-size: 0.96rem; color: var(--muted); }
@media (max-width: 720px) { .values { grid-template-columns: 1fr; } }

/* SSS */
.faq { display: grid; gap: 12px; }
.faq details { border-radius: 16px; background: var(--bg-soft); padding: 0 20px; }
.faq summary {
  position: relative;
  padding: 16px 30px 16px 0;
  font: 700 1.08rem/1.35 var(--display);
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 12px; font-size: 1.5rem; color: var(--purple); transition: transform 0.2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 0 16px; }
.faq details > div p:last-child { margin: 0; }
.contact-card { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 2em; padding: 22px 24px; border-radius: 20px; background: linear-gradient(120deg, #f3eaff, #e6f6ff); }
.contact-card p { margin: 0; }

/* Hesap silme formu */
.steps { counter-reset: s; list-style: none; padding: 0 !important; }
.steps li { counter-increment: s; position: relative; padding-left: 46px; margin-bottom: 14px; }
.steps li::before {
  content: counter(s);
  position: absolute;
  left: 0;
  top: -2px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--purple);
  color: #fff;
  font: 700 1rem/1 var(--display);
}
.form { display: grid; gap: 16px; margin: 1em 0 0.5em; padding: 24px; border-radius: 20px; background: var(--bg-soft); }
.field label { display: block; margin-bottom: 6px; font-weight: 600; }
.field input[type="email"],
.field input[type="password"] {
  width: 100%;
  min-height: 50px;
  padding: 10px 14px;
  border: 2px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.field input:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 4px #efe3ff; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 0.96rem; }
.check input { width: 22px; height: 22px; margin-top: 2px; accent-color: #e5364f; flex: none; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.link-button { border: 0; padding: 0; background: none; color: var(--blue); font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.status { min-height: 1.6em; margin: 0; padding: 0; font-weight: 600; }
.status.is-error { color: #c42039; }
.status.is-ok { color: #2b7d18; }
.status.is-info { color: var(--muted); }
.done-box { padding: 26px; border-radius: 20px; background: #eefaea; text-align: center; }
.done-box h3 { color: #2b7d18; }

/* ---------- Alt bilgi ---------- */

.site-footer { background: #1d2742; color: #cfd6ea; padding: 64px 0 28px; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }

.footer-brand p { max-width: 280px; }
.footer-badge { display: inline-block; padding: 6px 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.08); font-weight: 600; font-size: 0.9rem; }
.site-footer h2 { font-size: 1.12rem; color: #fff; margin-bottom: 12px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.93rem; }
.footer-bottom p { margin: 0; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }

/* ---------- 404 ---------- */

.notfound { min-height: 100vh; display: grid; place-content: center; justify-items: center; text-align: center; padding: 40px 20px; }
.notfound img { border-radius: 22%; box-shadow: var(--shadow-lg); margin-bottom: 24px; }
.notfound-links { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* Karakter bolumundeki logo karti */
.buddy-art { padding: clamp(28px, 5vw, 48px); border-radius: 32px; background: radial-gradient(circle at 30% 20%, #fff 0, #fff 30%, transparent 31%), linear-gradient(150deg, #e9dcff, #d7f3ff 60%, #fff1c9); box-shadow: var(--shadow-lg); }
.buddy-art img { width: min(100%, 420px); margin: 0 auto; border-radius: 0; box-shadow: none; }

/* Gecici logo: dinozor + renkli yazi (kalici logo gelene kadar) */
.brand { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.brand img { width: 52px; height: auto; }
.wordmark { font: 800 1.75rem/1 var(--display); letter-spacing: 0.01em; text-shadow: 0 2px 0 rgba(29, 39, 66, 0.12); }
.brand-footer { margin-bottom: 14px; padding: 8px 14px; border-radius: 18px; background: #fff; }
.brand-footer .wordmark { font-size: 1.6rem; }
