/* İç sayfa arayüzü — yalnızca .ztn-page kapsamında; tema reset’i yok. */

.ztn-page {
  padding-top: 44px;
  padding-bottom: 52px;
}

.ztn-page__header {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8edf3;
}

/* style.css içindeki global h1 (65px) iç sayfa kartlarını bozar — burada ezilir */
.ztn-page h1.ztn-page__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  line-height: 1.25;
  color: #0f172a;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ztn-page .ztn-panel > h1.ztn-page__title + p.text-muted {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 14px;
}

.ztn-page .ztn-panel > h1.ztn-page__title + .ztn-spec-table,
.ztn-page .ztn-panel > p.text-muted + .ztn-spec-table {
  margin-top: 0;
}

.ztn-page__lead {
  margin-bottom: 0;
  max-width: 720px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.55;
}

.ztn-page .breadcrumb {
  margin-bottom: 14px;
  padding: 10px 14px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #eef2f7;
}

.ztn-page .breadcrumb > li + li:before {
  color: #94a3b8;
}

/* Kartlar */
.ztn-page .ztn-panel {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ztn-page .ztn-panel:hover {
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  border-color: #dbeafe;
}

.ztn-page .ztn-panel--stack {
  margin-bottom: 20px;
}

.ztn-page .ztn-panel__title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.ztn-page .ztn-panel__title a {
  color: #1e293b;
  text-decoration: none;
}

.ztn-page .ztn-panel__title a:hover,
.ztn-page .ztn-panel__title a:focus {
  color: #2563eb;
}

.ztn-page .ztn-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
}

.ztn-page .ztn-cover {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #f1f5f9;
}

.ztn-page .ztn-cover img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  vertical-align: middle;
}

.ztn-page .ztn-cover--lg img {
  height: 260px;
}

.ztn-page .ztn-icon-ring {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  border-radius: 12px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: #2563eb;
  font-size: 22px;
  margin-bottom: 12px;
}

.ztn-page .ztn-icon-ring--lg {
  width: 72px;
  height: 72px;
  line-height: 70px;
  font-size: 30px;
}

.ztn-page .ztn-callout {
  line-height: 1.7;
  font-size: 14px;
  background: #f8fafc;
  padding: 16px 18px;
  border-radius: 10px;
  border: 1px solid #e8edf3;
}

.ztn-page .ztn-actions {
  margin-top: 22px;
}

.ztn-page .ztn-actions .btn + .btn {
  margin-left: 8px;
}

/* Filtre şeridi */
.ztn-page .ztn-filter-bar {
  background: #f8fafc;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  padding: 16px 18px 8px;
  margin-bottom: 22px;
}

/* Yan sütun */
.ztn-page .ztn-side .list-group {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ztn-page .ztn-side .list-group-item.active {
  background: #2563eb;
  border-color: #2563eb;
}

/* Özellik tablosu */
.ztn-page .ztn-spec-table > thead > tr > th,
.ztn-page .ztn-spec-table > tbody > tr > th {
  width: 34%;
  background: #f8fafc;
  color: #475569;
  font-weight: 600;
  font-size: 13px;
}

.ztn-page .ztn-spec-table > tbody > tr > td {
  vertical-align: middle;
}

.ztn-page .ztn-tile-col {
  margin-bottom: 22px;
}

.ztn-page .ztn-panel--tile {
  min-height: 300px;
}

/* Boş durum */
.ztn-page .ztn-empty {
  padding: 28px 20px;
  text-align: center;
  color: #64748b;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
}

/* Ana sayfa — vitrin CTA */
.ztn-home-cta .btn {
  margin: 4px 6px;
}

.ztn-home-cta .btn-primary {
  background: #2563eb;
  border-color: #1d4ed8;
}

.ztn-home-cta .btn-primary:hover,
.ztn-home-cta .btn-primary:focus {
  background: #1d4ed8;
  border-color: #1e40af;
}

[dir="rtl"] .ztn-page .ztn-actions .btn + .btn {
  margin-left: 0;
  margin-right: 8px;
}

[dir="rtl"] .ztn-page .ztn-badge {
  right: auto;
  left: 14px;
}

/* Üst çubuk: sosyal | telefon + dil */
.ztn-topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.ztn-topbar-row .phtext2m,
.ztn-topbar-row .ztn-topbar-social {
  float: none;
}

.ztn-topbar-contact {
  float: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 16px;
  margin-left: auto;
}

.ztn-topbar-contact__info,
.ztn-topbar-contact .phtext1 {
  float: none !important;
  padding-right: 0 !important;
  margin: 0 !important;
  white-space: nowrap;
}

/* Logo satırı: logo sol, butonlar sağ */
.ztn-header-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.ztn-header-main-row .phtext4m,
.ztn-header-main-row .ztn-header-logo-wrap,
.ztn-header-main-row .logotext,
.ztn-header-main-row .phtext3,
.ztn-header-main-row .ztn-header-actions {
  float: none !important;
}

.navbar-undermerabi .ztn-header-actions {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px;
  margin-left: auto;
  padding: 0;
  float: none !important;
  width: auto;
  max-width: 100%;
}

/* Arama → Kayıt Ol → Giriş Yap (tek satır; input-group kullanılmaz — style.css padding-top:100px) */
.navbar-undermerabi .ztn-header-search--actions {
  display: block;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.navbar-undermerabi .ztn-header-search__box {
  display: flex;
  align-items: stretch;
  width: 190px;
  max-width: 28vw;
  min-width: 140px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.navbar-undermerabi .ztn-header-search__field {
  flex: 1 1 auto;
  min-width: 0;
  height: 34px;
  margin: 0;
  padding: 6px 10px;
  border: 0;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: none;
  background: transparent;
}

.navbar-undermerabi .ztn-header-search__field:focus {
  outline: none;
}

.navbar-undermerabi .ztn-header-search__submit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  border-left: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #475569;
  cursor: pointer;
}

.navbar-undermerabi .ztn-header-search__submit:hover,
.navbar-undermerabi .ztn-header-search__submit:focus {
  background: #f1f5f9;
  color: #2563eb;
  outline: none;
}

.navbar-undermerabi .ztn-header-actions > .btn {
  display: inline-block !important;
  float: none !important;
  flex: 0 0 auto;
  width: auto !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .navbar-undermerabi .ztn-header-main-row {
    flex-wrap: wrap;
  }

  .navbar-undermerabi .ztn-header-actions {
    width: 100%;
    justify-content: flex-end !important;
    margin-top: 4px;
  }
}

/* Üst menü — dil seçici */
.ztn-header-lang {
  margin-right: 6px;
}

.ztn-header-lang--topbar {
  margin-right: 0;
  flex-shrink: 0;
  position: relative;
}

.ztn-header-lang--topbar .ztn-header-lang__toggle {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #6d6d6d;
  padding: 0 4px;
  font-size: 13px;
  line-height: 1.3;
  cursor: pointer;
}

.ztn-header-lang--topbar .ztn-header-lang__toggle:hover,
.ztn-header-lang--topbar .ztn-header-lang__toggle:focus {
  color: #f16528;
  outline: none;
}

.ztn-header-lang .ztn-header-lang__toggle {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13px;
}

.ztn-header-lang__current {
  margin-left: 6px;
  margin-right: 2px;
  font-weight: 600;
}

.ztn-header-lang__menu {
  min-width: 188px;
}

.ztn-header-lang__menu > li > a {
  padding: 8px 16px;
  font-size: 14px;
}

.ztn-header-lang__menu > li.active > a,
.ztn-header-lang__menu > li.active > a:hover,
.ztn-header-lang__menu > li.active > a:focus {
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 600;
}

/* Hizmetler listesi — hero + giriş bandı + süreç + kapsam + SSS + paketler */
.ztn-svc-index.ztn-page {
  padding-top: 0;
}

.ztn-svc-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 42%, #1e40af 100%);
  color: #e2e8f0;
  padding: 32px 0 36px;
  margin-bottom: 0;
}

.ztn-svc-hero__crumb {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.ztn-svc-hero__crumb > li + li:before {
  color: rgba(226, 232, 240, 0.65);
}

.ztn-svc-hero__crumb a {
  color: #bfdbfe;
}

.ztn-svc-hero__crumb > li.active {
  color: #f8fafc;
}

.ztn-svc-hero__title {
  margin: 18px 0 0;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

.ztn-svc-hero__tagline {
  margin: 12px 0 0;
  font-size: 17px;
  font-weight: 600;
  color: #fde68a;
  max-width: 52rem;
  line-height: 1.45;
}

/* Süreç metni — orta genişlik */
.ztn-svc-prose {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.ztn-svc-prose--process {
  max-width: 46rem;
}

.ztn-svc-intro-band {
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 55%, #fff 100%);
  border-bottom: 1px solid #e2e8f0;
  padding: 28px 0 32px;
  margin-bottom: 36px;
}

.ztn-svc-intro-band__row {
  align-items: flex-start;
}

.ztn-svc-intro-band__main {
  padding-right: 8px;
}

.ztn-svc-intro-band__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
  color: #1e293b;
  font-weight: 500;
}

.ztn-svc-intro-band__extra {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e2e8f0;
  font-size: 14px;
  line-height: 1.72;
  color: #475569;
}

.ztn-svc-intro-aside {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 18px 18px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.ztn-svc-intro-aside__title {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ztn-svc-intro-aside__list {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.55;
  color: #475569;
}

.ztn-svc-intro-aside__list li {
  margin-bottom: 6px;
}

.ztn-svc-narrative-band {
  margin-bottom: 44px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eef2f7;
}

.ztn-svc-narrative-band__heading {
  margin: 0 0 22px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.025em;
}

.ztn-svc-narrative-cards__cell {
  margin-bottom: 18px;
}

.ztn-svc-narr-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  padding: 22px 20px 24px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.07);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ztn-svc-narr-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 10px 32px rgba(37, 99, 235, 0.12);
}

.ztn-svc-narr-card__iconwrap {
  width: 52px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  font-size: 22px;
  margin-bottom: 14px;
}

.ztn-svc-narr-card__label {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.ztn-svc-narr-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.68;
  color: #475569;
}

.ztn-svc-process-block {
  margin-bottom: 40px;
}

.ztn-svc-process-block__title {
  margin-bottom: 10px;
}

.ztn-svc-process-block__lead {
  margin-bottom: 8px;
}

.ztn-svc-process {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.ztn-svc-process__step {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #e8edf3;
}

.ztn-svc-process__step:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ztn-svc-process__aside {
  flex: 0 0 48px;
  text-align: center;
}

.ztn-svc-process__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}

.ztn-svc-process__ico {
  display: block;
  color: #64748b;
  font-size: 18px;
  line-height: 1.2;
}

.ztn-svc-process__main {
  flex: 1;
  min-width: 0;
}

.ztn-svc-process__title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
}

.ztn-svc-process__body {
  margin: 0 0 0.65em;
  font-size: 14px;
  line-height: 1.68;
  color: #475569;
}

.ztn-svc-process__body:last-child {
  margin-bottom: 0;
}

.ztn-svc-scope {
  margin-bottom: 28px;
}

.ztn-svc-scope-card {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  padding: 18px 20px 20px;
  margin-bottom: 16px;
  height: calc(100% - 16px);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ztn-svc-scope-card__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #1e40af;
}

.ztn-svc-scope-card__list {
  margin: 0;
  padding-left: 18px;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

.ztn-svc-scope-card__list li {
  margin-bottom: 8px;
}

.ztn-svc-scope-card__list li:last-child {
  margin-bottom: 0;
}

.ztn-svc-expect {
  margin-bottom: 32px;
}

.ztn-svc-expect__box {
  background: #fffbeb;
  border-radius: 10px;
  padding: 16px 18px 18px;
  border: 1px solid #fde68a;
  border-left: 4px solid #f97316;
}

.ztn-svc-expect__title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #9a3412;
}

.ztn-svc-expect__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #78350f;
}

.ztn-svc-faq {
  margin-bottom: 32px;
  max-width: 52rem;
}

.ztn-svc-faq__list {
  border: 1px solid #e8edf3;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.ztn-svc-faq__item {
  border-bottom: 1px solid #e8edf3;
}

.ztn-svc-faq__item:last-child {
  border-bottom: 0;
}

.ztn-svc-faq__item summary {
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 600;
  font-size: 14px;
  color: #1e293b;
  list-style: none;
  outline: none;
}

.ztn-svc-faq__item summary::-webkit-details-marker {
  display: none;
}

.ztn-svc-faq__item summary::after {
  content: "+";
  float: right;
  font-weight: 700;
  color: #94a3b8;
}

.ztn-svc-faq__item[open] summary::after {
  content: "–";
}

.ztn-svc-faq__item p {
  margin: 0;
  padding: 0 16px 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #64748b;
}

.ztn-svc-related {
  margin-bottom: 36px;
  padding: 20px 22px;
  background: #f1f5f9;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.ztn-svc-related__lead {
  margin-bottom: 14px;
}

.ztn-svc-related__actions .btn {
  margin: 4px 8px 4px 0;
}

.ztn-svc-section-title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.ztn-svc-section-lead {
  margin: 0 0 22px;
  max-width: 52rem;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.ztn-svc-catalog {
  margin-bottom: 36px;
  padding-top: 8px;
  border-top: 1px solid #eef2f7;
}

.ztn-svc-tile-col {
  margin-bottom: 22px;
}

.ztn-svc-tile.ztn-panel--tile {
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.ztn-svc-tile__top {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.ztn-svc-tile__cover {
  flex: 0 0 140px;
  max-width: 140px;
  margin-bottom: 0;
}

.ztn-svc-tile__cover img {
  height: 100px;
}

.ztn-svc-tile__head {
  flex: 1;
  min-width: 0;
}

.ztn-svc-tile__icon {
  margin-bottom: 10px;
}

.ztn-svc-tile__title {
  margin-bottom: 0;
  font-size: 19px;
}

.ztn-svc-tile__excerpt {
  flex: 1;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
  margin: 0 0 12px;
}

.ztn-svc-tile__price {
  font-size: 13px;
  margin-bottom: 0;
}

.ztn-svc-tile__actions {
  margin-top: auto;
  padding-top: 16px;
}

.ztn-svc-cta {
  margin-bottom: 12px;
}

.ztn-svc-cta__inner {
  background: linear-gradient(90deg, #f8fafc 0%, #eff6ff 100%);
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
}

.ztn-svc-cta__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

.ztn-svc-cta__lead {
  margin: 0 auto 18px;
  max-width: 36rem;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .ztn-svc-intro-aside {
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  .ztn-svc-hero__title {
    font-size: 26px;
  }

  .ztn-svc-narrative-band__heading {
    font-size: 21px;
    text-align: left;
  }

  .ztn-svc-tile__top {
    flex-direction: column;
  }

  .ztn-svc-tile__cover {
    flex: none;
    max-width: none;
    width: 100%;
  }

  .ztn-svc-tile__cover img {
    height: 160px;
  }

  .ztn-page {
    padding-top: 28px;
    padding-bottom: 36px;
  }

  .ztn-page .ztn-cover img {
    height: 150px;
  }

  .ztn-page .ztn-cover--lg img {
    height: 200px;
  }

  .ztn-page .ztn-actions .btn {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
}

/* Giriş / kayıt — diğer iç sayfalarla uyumlu hero + kart */
.ztn-page.ztn-auth {
  padding-top: 0;
  padding-bottom: 48px;
  min-height: min(70vh, 720px);
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 35%, #fff 100%);
}

.ztn-auth__hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 45%, #1d4ed8 100%);
  color: #e2e8f0;
  padding: 28px 0 32px;
  margin-bottom: 28px;
}

.ztn-auth__crumb {
  margin-bottom: 14px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ztn-auth__crumb > li + li:before {
  color: rgba(226, 232, 240, 0.65);
}

.ztn-auth__crumb a {
  color: #bfdbfe;
}

.ztn-auth__crumb > li.active {
  color: #f8fafc;
}

.ztn-page.ztn-auth h1.ztn-auth__title {
  margin: 8px 0 10px !important;
  font-size: clamp(1.35rem, 3vw, 1.75rem) !important;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2;
}

.ztn-auth__lead {
  margin: 0;
  max-width: 32rem;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(248, 250, 252, 0.9);
}

.ztn-auth__wrap {
  display: flex;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
}

.ztn-auth__card {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 26px 24px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
}

.ztn-auth__card--wide {
  max-width: 520px;
}

.ztn-auth__alert {
  margin-bottom: 18px;
  border-radius: 10px;
}

.ztn-auth__form .form-group {
  margin-bottom: 18px;
}

.ztn-auth__label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

.ztn-auth__input {
  height: 42px;
  border-radius: 10px;
  border-color: #cbd5e1;
  font-size: 15px;
}

.ztn-auth__input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.ztn-auth__buttons {
  margin-top: 8px;
}

.ztn-auth__submit {
  width: 100%;
  border-radius: 10px;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
}

.ztn-auth__switch {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e8edf3;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}

.ztn-auth__switch a {
  font-weight: 600;
  color: #2563eb;
}

.ztn-auth__switch a:hover,
.ztn-auth__switch a:focus {
  color: #1d4ed8;
  text-decoration: underline;
}

/* Sabit WhatsApp (tüm ön yüz: main layout) */
.ztn-wa-float {
  position: fixed;
  z-index: 9998;
  bottom: max(18px, env(safe-area-inset-bottom, 0px));
  right: max(18px, env(safe-area-inset-right, 0px));
  left: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 12px;
  border-radius: 16px;
  background: #25d366;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.22);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ztn-wa-float:hover,
.ztn-wa-float:focus {
  color: #fff !important;
  text-decoration: none !important;
  background: #1ebe57;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.28);
}

.ztn-wa-float:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.45);
  outline-offset: 3px;
}

.ztn-wa-float__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 22px;
  line-height: 1;
}

.ztn-wa-float__text {
  max-width: min(200px, calc(100vw - 120px));
  white-space: normal;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

@media (max-width: 420px) {
  .ztn-wa-float {
    gap: 8px;
    padding: 8px 12px 8px 10px;
    font-size: 12px;
  }

  .ztn-wa-float__icon {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}

/* Üst bar — sosyal bağlantılar (config social) */
.ztn-topbar-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}

.ztn-topbar-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cccccc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ztn-topbar-social__link:hover,
.ztn-topbar-social__link:focus {
  color: #e96826;
  text-decoration: none;
}

.ztn-topbar-social__link .fa-m2x {
  cursor: pointer;
  font-size: 1.9em;
  color: inherit;
  padding-right: 2px;
}

.ztn-topbar-social__link:hover .fa-m2x,
.ztn-topbar-social__link:focus .fa-m2x {
  color: inherit;
}

.ztn-topbar-social__svg {
  width: 1.35em;
  height: 1.35em;
  margin: 0 2px 0 0;
  vertical-align: middle;
  flex-shrink: 0;
  color: inherit;
}

/* Mobil menü: kapalı başlasın, hamburger ile açılsın */
@media (max-width: 767px) {
  .ztn-topbar-contact {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .ztn-topbar-contact__info {
    white-space: normal;
    text-align: right;
  }

  .gverd #responsive-menu {
    display: block;
  }

  .gverd #responsive-menu > .navbar-nav {
    display: block;
    width: 100%;
  }

  .gverd .navbar-header {
    float: none;
    text-align: right;
  }

  .gverd #responsive-menu.navbar-collapse:not(.in) {
    display: none !important;
    height: 0;
    overflow: hidden;
  }

  .gverd #responsive-menu.navbar-collapse.in {
    display: block !important;
    height: auto !important;
    overflow: visible;
    border-top: 1px solid #333;
  }

  .gverd .navbar-nav {
    display: block;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
  }

  .gverd .navbar-nav > li > a {
    display: block;
    border-bottom: 1px solid #2a2a2a;
  }
}

@media (min-width: 768px) {
  .gverd .ztn-header-search--mobile {
    display: none !important;
  }
}

.ztn-header-search .form-control {
  height: 30px;
  font-size: 12px;
}

/* Mobil: menü açılınca üstte tam genişlik arama */
.ztn-header-search--mobile {
  margin: 10px 15px 6px;
  padding: 0;
  border: none;
  box-shadow: none;
}

.ztn-header-search--mobile .input-group {
  padding-top: 0 !important;
  width: 100% !important;
  max-width: 100%;
}

.ztn-header-search--mobile .form-control {
  background: #fff;
  border-color: #444;
  color: #111;
}

.ztn-header-search--mobile .btn-default {
  background: #f16528;
  border-color: #f16528;
  color: #fff;
}

.ztn-search-form {
  max-width: 640px;
  margin: 0 auto 28px;
}

.ztn-search-form .input-group {
  padding-top: 0 !important;
  width: 100% !important;
  max-width: 100%;
}

.ztn-search-section {
  margin-bottom: 28px;
}

.ztn-search-section__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.ztn-search-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ztn-search-list li {
  padding: 8px 0;
  border-bottom: 1px solid #e2e8f0;
}

.ztn-search-list a {
  font-weight: 600;
}
