/* Vaiz — tanıtım + sözleşmeler sitesi ortak stili */
:root {
  --ground: #16130f;
  --ground-2: #1d1915;
  --paper: #ece4d6;
  --text: #e8ddcb;
  --muted: #9c9081;
  --line: #322b22;
  --accent: #c0452c;
  --accent-bright: #e0533a;
  --font-display: Georgia, "Times New Roman", serif;
  --font-mono: ui-monospace, "SF Mono", "Menlo", monospace;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ground);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--accent-bright); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: 860px; margin: 0 auto; padding: 0 22px; }

/* ── Logo / üst bar ── */
.topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0; border-bottom: 1px solid var(--line);
}
.logo {
  font-family: var(--font-mono); font-weight: 700;
  letter-spacing: 0.32em; font-size: 1.15rem; text-transform: uppercase;
  color: var(--text); opacity: 0.95;
}
.logo .dot { color: var(--accent-bright); }
.topbar nav a { color: var(--muted); font-size: 0.9rem; margin-left: 18px; }
.topbar nav a:hover { color: var(--text); }

/* ── Hero ── */
.hero { text-align: center; padding: 86px 0 64px; }
.hero .mark {
  font-family: var(--font-mono); font-weight: 700;
  letter-spacing: 0.34em; font-size: clamp(2.6rem, 9vw, 4.6rem);
  text-transform: uppercase; margin: 0;
}
.hero .mark .dot { color: var(--accent-bright); }
.hero .tagline {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.1rem, 3.4vw, 1.5rem); color: var(--paper);
  max-width: 30ch; margin: 22px auto 0; line-height: 1.45;
}
.hero .sub { color: var(--muted); margin-top: 20px; font-size: 1rem; }
.hero .cta { margin-top: 32px; }

/* ── İndir butonu (App Store) ── */
.btn-store {
  display: inline-flex; flex-direction: column; align-items: flex-start;
  justify-content: center; text-align: left;
  background: var(--accent); border: 1px solid var(--accent-bright);
  border-radius: 12px; padding: 11px 26px; min-width: 200px;
  color: #fff; transition: background 0.15s ease, transform 0.15s ease;
}
.btn-store:hover { background: var(--accent-bright); text-decoration: none; transform: translateY(-1px); }
.btn-store .btn-pre { font-size: 0.72rem; letter-spacing: 0.06em; opacity: 0.9; text-transform: uppercase; }
.btn-store .btn-main { font-size: 1.25rem; font-weight: 700; line-height: 1.2; }

/* ── Bölümler ── */
section { padding: 44px 0; border-top: 1px solid var(--line); }
section h2 {
  font-family: var(--font-display); font-style: italic; font-weight: 600;
  font-size: 1.7rem; margin: 0 0 18px; color: var(--text);
}
section p { color: var(--text); }
.lead { font-size: 1.08rem; color: var(--paper); }

/* ── Özellik kartları ── */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 8px; }
.feature {
  background: var(--ground-2); border: 1px solid var(--line);
  border-radius: 10px; padding: 18px 18px 20px;
}
.feature h3 { margin: 0 0 6px; font-size: 1.05rem; color: var(--accent-bright); }
.feature p { margin: 0; color: var(--muted); font-size: 0.95rem; }

/* ── Yakında / mağaza ── */
.coming { text-align: center; }
.badges { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }
.badge {
  display: inline-flex; flex-direction: column; align-items: center;
  border: 1px solid var(--line); border-radius: 10px; padding: 14px 26px;
  background: var(--ground-2); color: var(--text); min-width: 180px;
}
.badge .store { font-weight: 600; font-size: 1rem; }
.badge .soon { font-size: 0.78rem; color: var(--muted); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 4px; }
.badge.live { border-color: var(--accent); transition: border-color 0.15s ease, transform 0.15s ease; }
.badge.live:hover { border-color: var(--accent-bright); transform: translateY(-1px); text-decoration: none; }
.badge.live .soon { color: var(--accent-bright); }

/* ── Footer ── */
footer { border-top: 1px solid var(--line); padding: 30px 0 60px; color: var(--muted); font-size: 0.9rem; text-align: center; }
footer a { color: var(--muted); }
footer a:hover { color: var(--text); }
footer .links { margin-bottom: 10px; }
footer .links a { margin: 0 10px; }

/* ── Yasal sayfalar ── */
.legal { padding-top: 30px; }
.legal h1 { font-family: var(--font-display); font-style: italic; font-size: 1.9rem; margin: 0 0 4px; }
.legal .meta { color: var(--muted); font-size: 0.9rem; margin-bottom: 8px; }
.legal h2 { font-size: 1.2rem; margin: 2rem 0 0.4rem; border-bottom: 1px solid var(--line); padding-bottom: 6px; }
.legal h3 { font-size: 1rem; margin: 1.1rem 0 0.2rem; color: var(--accent-bright); }
.legal ul { padding-left: 1.3em; }
.legal li { margin: 0.25em 0; }
.legal .lang-nav { margin: 16px 0; font-size: 0.95rem; }
.legal hr { border: none; border-top: 2px solid var(--line); margin: 52px 0; }
