/* NEO — Ana sayfa vitrini (giriş yapmamış ziyaretçi ve arama motorları) */

#publicLanding[hidden] {
  display: none !important;
}

.tanitim {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px 72px;
  color: #1f2933;
  line-height: 1.65;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.tanitim__ust {
  text-align: center;
  padding-bottom: 12px;
}

.tanitim__logo {
  width: 108px;
  height: auto;
  margin-bottom: 12px;
}

.tanitim h1 {
  font-size: 30px;
  margin: 0 0 10px;
  letter-spacing: .3px;
}

.tanitim__slogan {
  font-size: 18px;
  color: #46525f;
  max-width: 620px;
  margin: 0 auto 26px;
}

.tanitim__eylem {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.tanitim__buton {
  display: inline-block;
  background: #1c6cd8;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 13px 30px;
  border-radius: 10px;
  text-decoration: none;
}

.tanitim__buton:hover { filter: brightness(.94); }

.tanitim__buton--ikincil {
  background: #eef2f7;
  color: #35414f;
}

.tanitim__bolum {
  margin-top: 48px;
}

.tanitim__bolum h2 {
  font-size: 21px;
  margin: 0 0 16px;
}

.tanitim__kategoriler {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 14px;
}

.tanitim__kategoriler a {
  display: block;
  border: 1px solid #dde3ea;
  border-radius: 12px;
  padding: 16px 18px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: border-color .15s ease, transform .15s ease;
}

.tanitim__kategoriler a:hover {
  border-color: #1c6cd8;
  transform: translateY(-2px);
}

.tanitim__kategoriler strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
  color: #1c6cd8;
}

.tanitim__kategoriler span {
  font-size: 14px;
  color: #6b7684;
}

.tanitim__adimlar {
  padding-left: 22px;
  margin: 0;
}

.tanitim__adimlar li { margin-bottom: 10px; }

.tanitim__alt {
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid #e3e8ee;
  text-align: center;
  font-size: 14px;
  color: #6b7684;
}

.tanitim__alt p { margin: 4px 0; }
.tanitim__alt a { color: #6b7684; }

/* Vitrin açıkken uygulama kabuğu tamamen kapalı kalsın */
body.is-public-landing .app-shell { display: none !important; }

@media (max-width: 560px) {
  .tanitim { padding-top: 28px; }
  .tanitim h1 { font-size: 25px; }
  .tanitim__slogan { font-size: 16px; }
}
