:root {
  --nom-bg: #FFF4D9;
  --nom-bg-alt: #FFFDF7;
  --nom-navy: #1B2A4A;
  --nom-pink: #FF6B9D;
  --nom-yellow: #FFD166;
  --nom-orange: #FF9F1C;
  --nom-green: #6BCB77;
  --nom-purple: #9B72CF;
  --nom-blue: #4D96FF;
  --nom-text: #3A3050;
  --nom-text-soft: #6b6480;
  --radius-lg: 28px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', sans-serif;
  color: var(--nom-text);
  background: var(--nom-bg);
  overflow-x: hidden;
}

h1, h2, h3, .brand-text {
  font-family: 'Baloo 2', 'Nunito', sans-serif;
  color: var(--nom-navy);
}

.text-nom-pink { color: var(--nom-pink); }

/* Navbar */
#mainNav {
  background: rgba(255, 244, 217, 0.85);
  backdrop-filter: blur(10px);
  transition: box-shadow .25s ease, background .25s ease;
  padding: 14px 0;
}
#mainNav.scrolled {
  background: rgba(255, 253, 247, 0.95);
  box-shadow: 0 4px 24px rgba(27, 42, 74, 0.08);
}
.brand-text { font-weight: 800; font-size: 1.3rem; }
.nav-link {
  font-weight: 700;
  color: var(--nom-navy) !important;
  opacity: .75;
  margin: 0 6px;
}
.nav-link:hover { opacity: 1; }

.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  padding: 4px 10px;
  margin-left: 4px;
  border: 2px solid var(--nom-navy);
  border-radius: 999px;
  font-weight: 800;
  font-size: .78rem;
  color: var(--nom-navy);
  text-decoration: none;
  opacity: .8;
  transition: opacity .2s ease, background .2s ease, color .2s ease;
}
.lang-switch:hover {
  opacity: 1;
  background: var(--nom-navy);
  color: #fff;
}

.btn-nom-primary {
  background: var(--nom-pink);
  border: none;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: 10px 26px;
  box-shadow: 0 8px 20px rgba(255, 107, 157, 0.35);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-nom-primary:hover {
  background: var(--nom-pink);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(255, 107, 157, 0.45);
}
.btn-nom-outline {
  background: #fff;
  border: 2px solid var(--nom-navy);
  color: var(--nom-navy);
  font-weight: 800;
  border-radius: 999px;
  padding: 10px 26px;
  transition: transform .2s ease, background .2s ease;
}
.btn-nom-outline:hover {
  background: var(--nom-navy);
  color: #fff;
  transform: translateY(-2px);
}

/* Hero */
.hero {
  position: relative;
  padding: 150px 0 40px;
  overflow: hidden;
}
.eyebrow {
  display: inline-block;
  background: #fff;
  color: var(--nom-pink);
  font-weight: 800;
  font-size: .82rem;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
  box-shadow: 0 4px 14px rgba(27, 42, 74, 0.08);
}
.hero-title {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 20px;
}
.hero-subtitle {
  font-size: 1.1rem;
  color: var(--nom-text-soft);
  max-width: 520px;
  margin: 0 auto 32px;
}
.hero-cta { margin-bottom: 40px; }
.hero-stats { flex-wrap: wrap; }
.stat-number {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--nom-navy);
}
.stat-label {
  font-size: .82rem;
  color: var(--nom-text-soft);
  font-weight: 700;
}

.hero-art {
  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-blob {
  position: absolute;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle at 30% 30%, #fff, var(--nom-yellow) 70%);
  border-radius: 45% 55% 60% 40% / 50% 45% 55% 50%;
  opacity: .55;
  filter: blur(2px);
}
.hero-char {
  position: absolute;
  filter: drop-shadow(0 18px 24px rgba(27, 42, 74, 0.18));
}
.hero-char-cat { width: 180px; right: 15%; top: 8%; z-index: 2; }
.hero-char-dog { width: 170px; left: 12%; bottom: 6%; z-index: 1; }
.hero-snack { position: absolute; filter: drop-shadow(0 8px 12px rgba(27, 42, 74, 0.15)); }
.snack-1 { width: 60px; top: 2%; left: 6%; }
.snack-2 { width: 56px; bottom: 12%; right: 6%; }
.snack-3 { width: 54px; top: 44%; right: -2%; }

.floaty { animation: floaty 4.5s ease-in-out infinite; }
.floaty-delay { animation: floaty 4.5s ease-in-out infinite; animation-delay: 1.3s; }
.spin-slow { animation: spinSlow 9s linear infinite; }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}
@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Ekran görüntüleri (yan yana) */
.showcase-section { padding: 30px 0 60px; }
.showcase-img {
  width: 100%;
  /* 1.png and 2.png come from different source aspect ratios (2:1 vs
     ~1.79:1) — without a shared ratio + cover, the two columns end up
     the same width but different heights, which looked lopsided. 16:9
     sits close to 2.png's native ratio (barely crops it) while still
     trimming 1.png down evenly on both sides. */
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 44px rgba(27, 42, 74, 0.16);
  transition: transform .25s ease, box-shadow .25s ease;
}
.showcase-img:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 52px rgba(27, 42, 74, 0.22);
}

.hero-wave {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  line-height: 0;
}
.hero-wave svg { width: 100%; height: 70px; }
.hero-wave path { fill: var(--nom-bg-alt); }

/* Sections */
.section { padding: 90px 0; }
.section-alt { background: var(--nom-bg-alt); }
.section-head { max-width: 560px; margin: 0 auto 20px; }
.section-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); font-weight: 800; }
.section-head .eyebrow { background: var(--nom-bg); }

/* Nasıl oynanır */
.step-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  height: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(27, 42, 74, 0.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.step-card:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(27, 42, 74, 0.12); }
.step-number {
  position: absolute;
  top: 18px; left: 18px;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--nom-navy);
  color: #fff;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem;
}
.step-icon {
  width: 84px; height: 84px;
  margin: 0 auto 18px;
  background: var(--nom-bg);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.step-icon img { width: 52px; height: 52px; object-fit: contain; }
.step-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.step-card p { color: var(--nom-text-soft); font-size: .95rem; margin: 0; }

/* Özellikler */
.feature-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 30px 26px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(27, 42, 74, 0.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(27, 42, 74, 0.1); }
.feature-emoji { font-size: 2.2rem; margin-bottom: 14px; }
.feature-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.feature-card p { color: var(--nom-text-soft); font-size: .93rem; margin: 0; }

/* Karakterler */
.character-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 34px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(27, 42, 74, 0.06);
}
.character-img {
  width: 140px; height: 140px;
  object-fit: contain;
  margin-bottom: 16px;
  filter: drop-shadow(0 10px 16px rgba(27, 42, 74, 0.14));
}
.character-card h3 { font-size: 1.3rem; margin-bottom: 8px; }
.character-card p { color: var(--nom-text-soft); margin: 0; }

.avatar-strip-label {
  font-weight: 800;
  color: var(--nom-navy);
  margin-bottom: 18px;
}
.avatar-strip {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.avatar-strip img {
  width: 64px; height: 64px;
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(27, 42, 74, 0.12);
  transition: transform .2s ease;
}
.avatar-strip img:hover { transform: translateY(-4px) scale(1.05); }

/* İndir / CTA */
.section-cta {
  background: linear-gradient(160deg, var(--nom-navy), #101b33);
  color: #fff;
  border-radius: 48px;
  margin: 0 16px 90px;
}
.section-cta h2 { color: #fff; }
.section-cta p { color: rgba(255,255,255,.75); max-width: 480px; margin-left: auto; margin-right: auto; }

.coming-soon-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 12px 30px;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: .5px;
}

/* Footer */
.footer {
  padding: 32px 0;
  background: var(--nom-bg-alt);
}
.footer-tagline, .footer-copy {
  color: var(--nom-text-soft);
  font-size: .9rem;
  font-weight: 600;
}
.footer-links { display: flex; gap: 18px; }
.footer-links a {
  color: var(--nom-text-soft);
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
}
.footer-links a:hover { color: var(--nom-pink); text-decoration: underline; }

/* Legal pages (privacy / terms) */
.legal-hero {
  padding: 150px 0 40px;
  text-align: center;
}
.legal-hero .eyebrow { background: #fff; }
.legal-hero h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); }
.legal-updated {
  color: var(--nom-text-soft);
  font-weight: 700;
  font-size: .9rem;
}
.legal-body { padding: 10px 0 90px; }
.legal-toc {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 22px 26px;
  box-shadow: 0 8px 24px rgba(27, 42, 74, 0.06);
  margin-bottom: 40px;
}
.legal-toc h2 {
  font-size: .95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--nom-text-soft);
  margin-bottom: 12px;
}
.legal-toc ol {
  columns: 2;
  padding-left: 20px;
  margin: 0;
}
.legal-toc li { margin-bottom: 6px; }
.legal-toc a {
  color: var(--nom-navy);
  font-weight: 700;
  font-size: .92rem;
  text-decoration: none;
}
.legal-toc a:hover { color: var(--nom-pink); text-decoration: underline; }

.legal-content { max-width: 780px; margin: 0 auto; }
.legal-content section { margin-bottom: 38px; scroll-margin-top: 100px; }
.legal-content h2 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--nom-bg);
}
.legal-content h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 20px 0 8px;
  color: var(--nom-navy);
}
.legal-content p, .legal-content li {
  color: var(--nom-text-soft);
  font-size: .96rem;
  line-height: 1.7;
}
.legal-content ul, .legal-content ol.legal-list { padding-left: 22px; margin-bottom: 14px; }
.legal-content li { margin-bottom: 6px; }
.legal-content strong { color: var(--nom-text); }
/* :not(.btn) so this plain-link color doesn't fight the white text on
   the pink "send deletion email" button below, which is also inside
   .legal-content — that clash made the button's text unreadable in
   every state, not just on hover. */
.legal-content a:not(.btn) { color: var(--nom-pink); font-weight: 700; }
.legal-note {
  background: var(--nom-bg-alt);
  border-left: 4px solid var(--nom-yellow);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: .9rem;
  color: var(--nom-text-soft);
}

@media (max-width: 991px) {
  .hero { padding-top: 120px; }
  .hero-art { height: 320px; margin-top: 20px; }
  .hero-char-cat { width: 140px; }
  .hero-char-dog { width: 130px; }
  .section-cta { border-radius: 32px; margin: 0 12px 60px; }
  .legal-toc ol { columns: 1; }
  .legal-hero { padding-top: 120px; }
}
