/* moriLingo — ortak stiller */

:root {
  --teal: #009688;
  --teal-deep: #00695c;
  --teal-soft: #e6f2f0;
  --amber: #e8a93c;
  --amber-deep: #c98a1f;
  --bg: #f5f8f7;
  --surface: #ffffff;
  --ink: #16211e;
  --ink-soft: #54615d;
  --ink-faint: #8a948f;
  --border: #e3eae8;
  --radius: 16px;
  --radius-sm: 10px;
  --maxw: 980px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--teal-deep); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---- Üst bar ---- */
.topbar {
  position: sticky; top: 0; z-index: 10;
  background: rgba(245, 248, 247, 0.85);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border);
}
.topbar .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700; font-size: 1.25rem; color: var(--ink);
}
.brand .mark {
  display: grid; place-items: center;
  width: 34px; height: 34px; border-radius: 9px;
  background: var(--teal); color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif; font-size: 1.1rem;
}
.topbar nav a { color: var(--ink-soft); font-size: .95rem; margin-left: 22px; }

/* ---- Hero ---- */
.hero {
  position: relative; overflow: hidden;
  padding: 96px 0 80px;
}
.hero .kanji-bg {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -52%);
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: clamp(360px, 60vw, 720px);
  font-weight: 700;
  color: var(--teal);
  opacity: 0.05;
  line-height: 1; pointer-events: none; user-select: none;
  z-index: 0;
}
.hero .wrap { position: relative; z-index: 1; text-align: center; }
.eyebrow {
  display: inline-block;
  font-size: .82rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--teal-deep);
  background: var(--teal-soft);
  padding: 6px 14px; border-radius: 999px;
  margin-bottom: 22px;
}
.hero h1 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  line-height: 1.1; letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.hero h1 .accent { color: var(--teal); }
.hero p.lead {
  max-width: 600px; margin: 0 auto 36px;
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  color: var(--ink-soft);
}

/* ---- İndirme butonları ---- */
.stores { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.store-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--ink); color: #fff;
  padding: 13px 22px; border-radius: 14px;
  text-decoration: none; transition: transform .15s ease, box-shadow .15s ease;
  box-shadow: 0 4px 16px rgba(22, 33, 30, 0.12);
}
.store-btn:hover { transform: translateY(-2px); text-decoration: none; box-shadow: 0 8px 22px rgba(22, 33, 30, 0.18); }
.store-btn svg { width: 26px; height: 26px; flex-shrink: 0; }
.store-btn .st-text { text-align: left; line-height: 1.15; }
.store-btn .st-small { display: block; font-size: .68rem; opacity: .8; }
.store-btn .st-big { display: block; font-size: 1.05rem; font-weight: 600; }

/* ---- Özellikler ---- */
.features { padding: 72px 0; }
.features h2 {
  text-align: center; font-family: 'Zen Maru Gothic', sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.2rem); margin-bottom: 12px;
}
.features .sub { text-align: center; color: var(--ink-soft); margin-bottom: 48px; }
.grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px 24px;
}
.card .ic {
  display: grid; place-items: center;
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--teal-soft); color: var(--teal-deep);
  margin-bottom: 16px; font-size: 1.4rem;
}
.card h3 { font-size: 1.12rem; margin-bottom: 8px; font-weight: 600; }
.card p { color: var(--ink-soft); font-size: .96rem; }

/* ---- Footer ---- */
.footer {
  border-top: 1px solid var(--border);
  padding: 40px 0; margin-top: 32px;
}
.footer .wrap {
  display: flex; flex-wrap: wrap; gap: 16px;
  align-items: center; justify-content: space-between;
}
.footer .links a { color: var(--ink-soft); margin-right: 20px; font-size: .92rem; }
.footer .copy { color: var(--ink-faint); font-size: .88rem; }

/* ---- İçerik sayfası (gizlilik) ---- */
.doc { padding: 56px 0 32px; }
.doc .wrap { max-width: 760px; }
.doc h1 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: clamp(1.9rem, 5vw, 2.6rem); margin-bottom: 8px;
}
.doc .updated { color: var(--ink-faint); font-size: .92rem; margin-bottom: 36px; }
.doc h2 {
  font-size: 1.25rem; margin: 36px 0 12px;
  padding-top: 16px; border-top: 1px solid var(--border);
  color: var(--teal-deep);
}
.doc h3 { font-size: 1.05rem; margin: 20px 0 8px; }
.doc p, .doc li { color: var(--ink-soft); margin-bottom: 12px; }
.doc ul { padding-left: 22px; margin-bottom: 16px; }
.doc li { margin-bottom: 8px; }
.doc strong { color: var(--ink); }
.doc .note {
  background: var(--teal-soft); border-radius: var(--radius-sm);
  padding: 16px 18px; font-size: .92rem; margin: 24px 0;
}
.back-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .92rem; color: var(--ink-soft); margin-bottom: 24px;
}

/* ---- Erişilebilirlik ---- */
:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; border-radius: 4px; }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

@media (max-width: 600px) {
  .hero { padding: 64px 0 56px; }
  .topbar nav a { margin-left: 14px; }
  .footer .wrap { flex-direction: column; align-items: flex-start; }
}
