/* Kelime Avı — marketing / App Store / AdMob / KVKK */
:root {
  --canvas: #07111f;
  --surface: #171d2b;
  --surface-elevated: #202636;
  --border: rgba(255, 255, 255, 0.08);
  --text: #f8fafc;
  --text-secondary: rgba(248, 250, 252, 0.72);
  --text-muted: rgba(248, 250, 252, 0.5);
  --accent: #22d3ee;
  --accent-warm: #ffd60a;
  --max: 720px;
  --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

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

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

a:hover {
  text-decoration: underline;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 17, 31, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.site-header-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0.875rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
}

.brand:hover {
  text-decoration: none;
}

.brand img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.nav a {
  color: var(--text-secondary);
}

.nav a[aria-current='page'],
.nav a:hover {
  color: var(--accent-warm);
  text-decoration: none;
}

main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}

.hero {
  text-align: center;
  padding: 1.5rem 0 2rem;
}

.hero-icon {
  border-radius: 22px;
  margin-bottom: 1rem;
  box-shadow: 0 12px 40px rgba(34, 211, 238, 0.18);
}

.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.tagline {
  margin: 0.5rem 0 0;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.lead {
  margin: 1rem auto 0;
  max-width: 34rem;
  color: var(--text-secondary);
  font-size: 1.05rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background: var(--accent-warm);
  color: #111827;
}

.btn-secondary {
  background: var(--surface);
  color: var(--text);
  border-color: var(--border);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.15rem 1.2rem;
}

.card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--accent-warm);
}

.card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.92rem;
}

.disclaimer-banner {
  background: rgba(255, 214, 10, 0.08);
  border: 1px solid rgba(255, 214, 10, 0.28);
  border-radius: 14px;
  padding: 1rem 1.15rem;
  margin: 1.5rem 0;
  color: var(--text-secondary);
  font-size: 0.92rem;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 1.5rem 1.25rem 2.5rem;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.875rem;
}

.site-footer p {
  margin: 0.35rem 0;
}

.legal-doc h1 {
  margin: 0 0 0.35rem;
  font-size: 1.85rem;
  font-weight: 900;
}

.legal-meta {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.legal-doc h2 {
  margin: 1.75rem 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--accent);
}

.legal-doc h3 {
  margin: 1.15rem 0 0.4rem;
  font-size: 1rem;
  font-weight: 800;
}

.legal-doc ul {
  padding-left: 1.2rem;
  color: var(--text-secondary);
}

.legal-doc p,
.legal-doc li {
  color: var(--text-secondary);
}

.contact-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.15rem 1.25rem;
  margin: 1.25rem 0 1.75rem;
}

.faq-item {
  border-top: 1px solid var(--border);
  padding: 1rem 0;
}

.faq-item strong {
  display: block;
  margin-bottom: 0.35rem;
}

.faq-item p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  .nav {
    font-size: 0.8rem;
    gap: 0.5rem 0.75rem;
  }
}
