/**
 * Ana sayfa — .ztn-home kapsamında (ztn-pages.css’ten bağımsız).
 * Mevcut #carousel / #about ID’leri korunur; görünür profesyonelleştirme burada.
 */

.ztn-home {
  --ztn-home-accent: #2563eb;
  --ztn-home-accent-soft: #eff6ff;
  --ztn-home-ink: #0f172a;
  --ztn-home-muted: #64748b;
  --ztn-home-line: #e2e8f0;
  --ztn-home-card: #ffffff;
  --ztn-home-radius: 14px;
  --ztn-home-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  --ztn-tubay-orange: #f16528;
  --ztn-tubay-orange-soft: #fff4ed;
  --ztn-tubay-ink-deep: #0c1222;
}

/* —— Hero (carousel) —— */
.ztn-home #home {
  position: relative;
  margin: 0;
  padding: 0;
}

/* style.css .carousel { padding-top: 0.5px } vb. — anasayfada sıfır */
.ztn-home #home #carousel.carousel {
  margin: 0;
  padding: 0;
}

.ztn-home #home #carousel .carousel-inner {
  margin: 0;
}

/* Görsel altındaki “satır yüksekliği” boşluğu (inline img gap) kalkar */
.ztn-home #home #carousel .carousel-inner > .item {
  line-height: 0;
}

/* Yükseklik: width ile orantılı büyük kahraman (auto + max-height slider’ı küçültüyordu) */
.ztn-home #home #carousel .carousel-inner .item > img {
  display: block;
  width: 100%;
  height: clamp(380px, 48vw, 660px);
  min-height: 380px;
  object-fit: cover;
  object-position: center;
}

.ztn-home #home #carousel .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 24px 36px;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.72) 100%);
  text-align: center;
  line-height: normal;
}

.ztn-home #home #carousel .carousel-caption .ztn-home-hero-h1 {
  color: #fff !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .ztn-home #home #carousel .carousel-inner .item > img {
    height: clamp(460px, 52vw, 720px);
    min-height: 460px;
  }

  .ztn-home #home #carousel .carousel-caption .ztn-home-hero-h1 {
    font-size: 40px;
    line-height: 1.15;
  }
}

.ztn-home #home #carousel .carousel-control {
  width: 48px;
  opacity: 0.85;
}

.ztn-home .ztn-home-hero-foot {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #1d4ed8 100%);
  color: #f8fafc;
  padding: 28px 0 32px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Slider altından çıkarıldı: #about sonrası — üstte ince ayrım */
.ztn-home .ztn-home-hero-foot--after-about {
  border-top: 1px solid #e2e8f0;
  margin-top: 0;
}

.ztn-home .ztn-home-hero-foot__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ztn-home .ztn-home-hero-foot__lead {
  margin: 0 auto 18px;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.55;
  opacity: 0.92;
}

.ztn-home .ztn-home-hero-foot__cta .btn {
  margin: 6px;
  min-width: 150px;
  border-radius: 8px;
  font-weight: 600;
}

.ztn-home .ztn-home-hero-foot__cta .btn-primary {
  background: #fff;
  color: #1e40af;
  border-color: #fff;
}

.ztn-home .ztn-home-hero-foot__cta .btn-primary:hover,
.ztn-home .ztn-home-hero-foot__cta .btn-primary:focus {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #eff6ff;
}

.ztn-home .ztn-home-hero-foot__cta .btn-orange {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.ztn-home .ztn-home-hero-foot__cta .btn-default {
  background: transparent;
  color: #e2e8f0;
  border-color: rgba(255, 255, 255, 0.35);
}

.ztn-home .ztn-home-hero-foot__cta .btn-default:hover,
.ztn-home .ztn-home-hero-foot__cta .btn-default:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* —— About —— (üst padding slider ile turuncu şerit arasında boşluk bırakıyordu — kaldırıldı) */
.ztn-home #about {
  padding: 0 0 44px;
  background: #f8fafc;
}

.ztn-home #about > .container-fluid1 + .container {
  padding-top: 44px;
}

.ztn-home #about > .container + .container {
  padding-top: 8px;
}

.ztn-home #about .container .text-center h2 {
  margin-top: 0;
  margin-bottom: 12px;
}

.ztn-home #about .mecoo {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: var(--ztn-home-muted);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

/* Tema .col-md-4 { width:100% } kaldırıldı; yine de #about ızgarası net olsun */
.ztn-home #about .ztn-home-about-cols {
  margin-left: -12px;
  margin-right: -12px;
}

.ztn-home #about .ztn-home-about-cols > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

/* Tema .col-lg-4 { width:31% } ızgarayı bozuyor — yalnız bu satırda Bootstrap oranları */
@media (min-width: 768px) {
  .ztn-home #about .ztn-home-about-cols > .col-md-4,
  .ztn-home #about .ztn-home-about-cols > .col-lg-4 {
    float: left !important;
    width: 33.33333333% !important;
    max-width: none !important;
  }
}

@media (max-width: 767px) {
  .ztn-home #about .ztn-home-about-cols > .col-sm-12 {
    width: 100% !important;
    float: none !important;
  }
}

.ztn-home .ztn-home-about-grid {
  margin-top: 28px;
}

.ztn-home .ztn-home-about-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--ztn-home-card);
  border: 1px solid var(--ztn-home-line);
  border-radius: var(--ztn-home-radius);
  padding: 24px 20px 22px;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  min-height: 280px;
}

.ztn-home .ztn-home-about-card:hover {
  box-shadow: var(--ztn-home-shadow);
  border-color: #bfdbfe;
  transform: translateY(-3px);
}

/* Tema .fa-5x / .fa-6x dev padding — sıfırla */
.ztn-home .ztn-home-about-card .fa,
.ztn-home .ztn-home-about-card .fa:before {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
}

.ztn-home .ztn-home-about-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--ztn-home-accent-soft);
  border: 1px solid #bfdbfe;
  color: var(--ztn-home-accent);
  margin-bottom: 14px;
}

.ztn-home .ztn-home-about-card__title {
  font-weight: 700;
  color: var(--ztn-home-ink);
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
}

.ztn-home .ztn-home-about-card__text {
  flex: 1 1 auto;
  margin: 0 auto 16px;
  max-width: 300px;
  color: var(--ztn-home-muted);
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
}

.ztn-home .ztn-home-about-card__btn {
  margin-top: auto;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 22px;
  padding-right: 22px;
}

/* —— Team —— */
.ztn-home #ourteam + .container-fluid1 + .container {
  padding-top: 48px;
  padding-bottom: 40px;
}

.ztn-home #banner_wrapper {
  margin-top: 8px;
}

/* Team kart görsellerini aynı ölçüde tut */
.ztn-home #banner .carousel-box ul li {
  height: 500px;
}

.ztn-home #banner .banner .banner_inner,
.ztn-home #banner .banner .banner_inner a {
  height: 100%;
}

.ztn-home #banner .banner .banner_inner a {
  display: flex;
  flex-direction: column;
}

.ztn-home #banner .banner .banner_inner a figure {
  height: 380px !important;
  overflow: hidden;
  flex: 0 0 380px;
}

.ztn-home #banner .banner .banner_inner a figure .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.ztn-home #banner .banner .banner_inner a .caption {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* —— CMS band —— */
.ztn-home .ztn-home-band-cms {
  padding: 48px 0;
  background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
  border-top: 1px solid var(--ztn-home-line);
  border-bottom: 1px solid var(--ztn-home-line);
}

.ztn-home .ztn-home-band-cms h2 {
  font-weight: 800;
  color: var(--ztn-home-ink);
}

.ztn-home .ztn-home-band-cms .mecoo {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: var(--ztn-home-muted);
}

.ztn-home .ztn-home-pill-row {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.ztn-home .ztn-home-pill {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #cbd5e1;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
}

/* —— Hizmet vitrini —— */
.ztn-home .ztn-home-services {
  padding: 44px 0 20px;
  background: #fff;
}

.ztn-home .ztn-home-services h2 {
  font-weight: 800;
  color: var(--ztn-home-ink);
  margin-bottom: 8px;
}

.ztn-home .ztn-home-services .ztn-home-sub {
  color: var(--ztn-home-muted);
  margin-bottom: 24px;
}

.ztn-home .ztn-home-service-card {
  display: block;
  background: var(--ztn-home-card);
  border: 1px solid var(--ztn-home-line);
  border-radius: var(--ztn-home-radius);
  padding: 22px 20px;
  margin-bottom: 22px;
  text-decoration: none !important;
  color: inherit;
  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;
  height: calc(100% - 22px);
}

.ztn-home .ztn-home-service-card:hover,
.ztn-home .ztn-home-service-card:focus {
  box-shadow: var(--ztn-home-shadow);
  border-color: #93c5fd;
  transform: translateY(-4px);
  color: inherit;
}

.ztn-home .ztn-home-service-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--ztn-home-accent-soft);
  border: 1px solid #bfdbfe;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: var(--ztn-home-accent);
  margin-bottom: 12px;
}

.ztn-home .ztn-home-service-card h4 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--ztn-home-ink);
}

.ztn-home .ztn-home-service-card .ztn-home-service-card__more {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ztn-home-accent);
}

/* —— Katalog: üniversite & program vitrin —— */
.ztn-home .ztn-home-catalog {
  padding: 52px 0 56px;
  background: linear-gradient(180deg, #eef2f7 0%, #f8fafc 45%, #f1f5f9 100%);
  font-family: var(--font-sans, "Inter", system-ui, sans-serif);
}

.ztn-home .ztn-home-catalog__head {
  margin-bottom: 32px;
}

.ztn-home .ztn-home-catalog__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.ztn-home .ztn-home-catalog__title {
  margin: 0 0 12px;
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ztn-home-ink);
  line-height: 1.15;
}

.ztn-home .ztn-home-catalog__title-a {
  color: var(--ztn-home-ink);
}

.ztn-home .ztn-home-catalog__title-sep {
  color: #94a3b8;
  font-weight: 600;
  margin: 0 0.12em;
}

.ztn-home .ztn-home-catalog__title-b {
  color: #f16528;
}

.ztn-home .ztn-home-catalog__sub {
  margin: 0 auto 22px;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #475569;
  letter-spacing: 0;
}

.ztn-home .ztn-home-catalog__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.ztn-home .ztn-home-catalog__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border: 1px solid #cbd5e1;
  color: #334155;
  background: #fff;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.ztn-home .ztn-home-catalog__nav-btn:hover,
.ztn-home .ztn-home-catalog__nav-btn:focus {
  border-color: #94a3b8;
  color: #0f172a;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.ztn-home .ztn-home-catalog__nav-btn--primary {
  background: var(--ztn-home-accent);
  border-color: #1d4ed8;
  color: #fff;
}

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

/* Katalog vitrin paneli — tek blok, tek ızgara */
.ztn-home .ztn-home-catalog__panel {
  margin-top: 8px;
  padding: 22px 20px 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
}

.ztn-home .ztn-home-catalog__panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
}

.ztn-home .ztn-home-catalog__panel-intro {
  flex: 1 1 220px;
  min-width: 0;
  max-width: 640px;
}

.ztn-home .ztn-home-catalog__panel-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.ztn-home .ztn-home-catalog__panel-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #64748b;
  font-weight: 500;
}

.ztn-home .ztn-home-catalog__panel-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 14px;
  flex: 0 1 auto;
}

.ztn-home .ztn-home-catalog__panel-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--ztn-home-accent);
  text-decoration: none !important;
  white-space: nowrap;
}

.ztn-home .ztn-home-catalog__panel-link:hover,
.ztn-home .ztn-home-catalog__panel-link:focus {
  color: #1d4ed8;
  text-decoration: underline !important;
}

.ztn-home .ztn-home-catalog__panel-sep {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #cbd5e1;
  vertical-align: middle;
}

.ztn-home .ztn-home-showcase__strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
  gap: 18px;
  align-items: stretch;
  width: 100%;
}

.ztn-home .ztn-home-showcase__strip--mosaic {
  max-width: 1080px;
  margin-inline: auto;
}

.ztn-home .ztn-home-showcase__empty {
  padding: 28px 20px;
  text-align: center;
  color: #64748b;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
}

.ztn-home .ztn-home-showcase__empty--panel {
  margin-bottom: 0;
  background: #f8fafc;
}

/* Poster kartlar — kapak + gövde (grid hücresinde tam genişlik) */
.ztn-home .ztn-home-poster {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.07);
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ztn-home .ztn-home-poster:hover,
.ztn-home .ztn-home-poster:focus {
  transform: translateY(-4px);
  border-color: #93c5fd;
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.16);
  color: inherit;
}

.ztn-home .ztn-home-poster__visual {
  position: relative;
  height: 158px;
  overflow: hidden;
  background: #1e293b;
}

.ztn-home .ztn-home-poster__visual--prog {
  height: 148px;
}

.ztn-home .ztn-home-poster__ribbon {
  position: absolute;
  top: 10px;
  inset-inline-start: 10px;
  z-index: 4;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.18);
}

.ztn-home .ztn-home-poster__ribbon--uni {
  color: #1e3a8a;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(37, 99, 235, 0.25);
}

.ztn-home .ztn-home-poster__ribbon--prog {
  color: #fff;
  background: rgba(241, 101, 40, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.ztn-home .ztn-home-poster__shade--prog {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.12) 0%, rgba(15, 23, 42, 0.38) 100%);
}

.ztn-home .ztn-home-poster--tone-0 .ztn-home-poster__visual {
  background: linear-gradient(145deg, #1e3a8a 0%, #2563eb 48%, #38bdf8 100%);
}

.ztn-home .ztn-home-poster--tone-1 .ztn-home-poster__visual {
  background: linear-gradient(145deg, #0f766e 0%, #0d9488 45%, #2dd4bf 100%);
}

.ztn-home .ztn-home-poster--tone-2 .ztn-home-poster__visual {
  background: linear-gradient(145deg, #7c2d12 0%, #ea580c 42%, #fb923c 100%);
}

.ztn-home .ztn-home-poster__cover {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ztn-home .ztn-home-poster__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.55) 100%);
}

.ztn-home .ztn-home-poster__fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  color: rgba(255, 255, 255, 0.35);
}

.ztn-home .ztn-home-poster__fallback--prog {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.4);
}

.ztn-home .ztn-home-poster__chip {
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
  z-index: 3;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

.ztn-home .ztn-home-poster__logo {
  position: absolute;
  bottom: 10px;
  inset-inline-start: 10px;
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ztn-home .ztn-home-poster__logo img {
  max-width: 88%;
  max-height: 88%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ztn-home .ztn-home-poster__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px 16px;
  min-height: 0;
}

.ztn-home .ztn-home-poster__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ztn-home .ztn-home-poster__meta {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}

.ztn-home .ztn-home-poster__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ztn-home .ztn-home-poster__lang {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.ztn-home .ztn-home-poster__price {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: 0.01em;
}

.ztn-home .ztn-home-poster__cta {
  margin-top: auto;
  padding-top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--ztn-home-accent);
  letter-spacing: 0.02em;
}

.ztn-home .ztn-home-poster:hover .ztn-home-poster__cta,
.ztn-home .ztn-home-poster:focus .ztn-home-poster__cta {
  color: #1d4ed8;
}

.ztn-home .ztn-home-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

/* —— Alt bilgi paneli —— */
.ztn-home .ztn-home-trust {
  padding: 0 0 56px;
  background: #f8fafc;
  font-family: var(--font-sans, "Inter", system-ui, sans-serif);
}

.ztn-home .ztn-home-trust-inner {
  background: #fff;
  border: 1px solid var(--ztn-home-line);
  border-radius: var(--ztn-home-radius);
  padding: 32px 34px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.07);
  text-align: left;
}

.ztn-home .ztn-home-trust__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.ztn-home .ztn-home-trust__title {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ztn-home-ink);
  line-height: 1.25;
}

.ztn-home .ztn-home-trust__lead {
  margin: 0 0 22px;
  max-width: none;
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}

.ztn-home .ztn-home-trust__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  max-width: none;
}

.ztn-home .ztn-home-trust__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #334155;
}

.ztn-home .ztn-home-trust__list li:last-child {
  margin-bottom: 0;
}

.ztn-home .ztn-home-trust__list .fa {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #22c55e;
  font-size: 16px;
}

[dir="rtl"] .ztn-home .ztn-home-trust__list {
  text-align: right;
}

[dir="rtl"] .ztn-home .ztn-home-trust-inner {
  text-align: right;
}

@media (max-width: 767px) {
  .ztn-home #home #carousel .carousel-inner .item > img {
    height: clamp(280px, 54vw, 440px);
    min-height: 280px;
  }

  .ztn-home #about > .container-fluid1 + .container {
    padding-top: 32px;
  }

  .ztn-home .ztn-home-hero-foot__cta .btn {
    display: block;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* —— Tubay içerik akışı — güçlü görsel katman (ztn-home paleti) —— */
.ztn-home .ztn-home-tubay {
  position: relative;
  padding: 48px 0 52px;
  border-top: 1px solid var(--ztn-home-line);
}

.ztn-home .ztn-home-tubay-band-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 28px;
}

.ztn-home .ztn-home-tubay-band-head--light .ztn-home-tubay-band-title {
  color: #f8fafc;
}

.ztn-home .ztn-home-tubay-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ztn-tubay-orange);
  margin: 0 0 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(241, 101, 40, 0.12);
  border: 1px solid rgba(241, 101, 40, 0.25);
}

.ztn-home .ztn-home-tubay-eyebrow--dark {
  color: #c2410c;
  background: var(--ztn-tubay-orange-soft);
  border-color: rgba(241, 101, 40, 0.35);
}

.ztn-home .ztn-home-tubay-band-head--light .ztn-home-tubay-eyebrow {
  color: #fed7aa;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.ztn-home .ztn-home-tubay-band-title {
  margin: 0;
  font-size: clamp(22px, 3.2vw, 30px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--ztn-tubay-ink-deep);
}

.ztn-home .ztn-home-tubay--stats {
  position: relative;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 56px;
  border-top: none;
}

.ztn-home .ztn-home-tubay--stats__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 80% at 10% 20%, rgba(37, 99, 235, 0.18) 0%, transparent 55%),
    radial-gradient(90% 70% at 90% 0%, rgba(241, 101, 40, 0.14) 0%, transparent 50%),
    linear-gradient(165deg, #0f172a 0%, #1e293b 42%, #0f172a 100%);
}

.ztn-home .ztn-home-tubay--stats__inner {
  position: relative;
  z-index: 1;
}

.ztn-home .ztn-home-tubay-stats-row {
  margin-top: 8px;
}

.ztn-home .ztn-home-tubay-stat-wrap {
  margin-bottom: 16px;
}

.ztn-home .ztn-home-tubay-stat-card {
  position: relative;
  border-radius: 18px;
  padding: 22px 16px 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  overflow: hidden;
}

.ztn-home .ztn-home-tubay-stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

.ztn-home .ztn-home-tubay-stat-card__shine {
  position: absolute;
  inset: -40% -20% auto;
  height: 60%;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.08) 45%, transparent 60%);
  pointer-events: none;
}

.ztn-home .ztn-home-tubay-stat-card--tone-0 {
  border-top: 3px solid #60a5fa;
}

.ztn-home .ztn-home-tubay-stat-card--tone-1 {
  border-top: 3px solid #f16528;
}

.ztn-home .ztn-home-tubay-stat-card--tone-2 {
  border-top: 3px solid #34d399;
}

.ztn-home .ztn-home-tubay-stat-card--tone-3 {
  border-top: 3px solid #a78bfa;
}

.ztn-home .ztn-home-tubay-stat-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  border-radius: 14px;
  font-size: 22px;
  color: #e0f2fe;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.ztn-home .ztn-home-tubay-stat-card__value {
  display: block;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.ztn-home .ztn-home-tubay-stat-card__plus {
  font-size: 0.55em;
  font-weight: 800;
  opacity: 0.75;
  margin-left: 1px;
}

.ztn-home .ztn-home-tubay-stat-card__label {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.72);
}

.ztn-home .ztn-home-tubay--intro {
  background:
    radial-gradient(80% 50% at 0% 0%, rgba(37, 99, 235, 0.06) 0%, transparent 55%),
    #fff;
  border-top: 1px solid var(--ztn-home-line);
}

.ztn-home .ztn-home-tubay-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 40px;
  align-items: start;
}

@media (min-width: 992px) {
  .ztn-home .ztn-home-tubay-intro-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 48px 56px;
  }
}

.ztn-home .ztn-home-tubay-intro__title {
  font-size: clamp(26px, 3.5vw, 34px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: var(--ztn-tubay-ink-deep);
  margin: 12px 0 20px;
}

.ztn-home .ztn-home-tubay-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

@media (min-width: 768px) {
  .ztn-home .ztn-home-tubay-bullets {
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
  }
}

.ztn-home .ztn-home-tubay-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.45;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.ztn-home .ztn-home-tubay-bullets__mark {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(145deg, #22c55e, #16a34a);
  margin-top: 1px;
}

.ztn-home .ztn-home-tubay-intro-panel {
  border-radius: 20px;
  padding: 26px 24px 28px;
  background: linear-gradient(145deg, #ffffff 0%, #f1f5f9 100%);
  border: 1px solid var(--ztn-home-line);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
  position: relative;
}

.ztn-home .ztn-home-tubay-intro-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--ztn-home-accent), var(--ztn-tubay-orange));
}

.ztn-home .ztn-home-tubay-intro-panel__lead {
  margin: 0 0 22px;
  padding-left: 12px;
  font-size: 15px;
  line-height: 1.72;
  color: #475569;
}

.ztn-home .ztn-home-tubay-intro-panel__cta {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ztn-home .ztn-home-tubay-btn-pill {
  border-radius: 999px !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  font-weight: 700 !important;
}

.ztn-home .ztn-home-tubay--why {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

/* Eşit yükseklik: float yerine satır flex + kolon stretch + kart flex kolon */
.ztn-home .ztn-home-tubay--why .ztn-home-tubay-why-grid.row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.ztn-home .ztn-home-tubay--why .ztn-home-tubay-why-grid.row::before,
.ztn-home .ztn-home-tubay--why .ztn-home-tubay-why-grid.row::after {
  display: none;
}

.ztn-home .ztn-home-tubay-why-col {
  display: flex;
  flex-direction: column;
  float: none !important;
  margin-bottom: 18px;
}

.ztn-home .ztn-home-tubay-why-card {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 26px 20px 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.ztn-home .ztn-home-tubay-why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 56px rgba(15, 23, 42, 0.12);
}

.ztn-home .ztn-home-tubay-why-card__accent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ztn-home-accent), var(--ztn-tubay-orange));
  opacity: 0.95;
}

.ztn-home .ztn-home-tubay-why-card--i1 .ztn-home-tubay-why-card__accent {
  background: linear-gradient(90deg, #f16528, #fb923c);
}

.ztn-home .ztn-home-tubay-why-card--i2 .ztn-home-tubay-why-card__accent {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
}

.ztn-home .ztn-home-tubay-why-card--i3 .ztn-home-tubay-why-card__accent {
  background: linear-gradient(90deg, #7c3aed, #a78bfa);
}

.ztn-home .ztn-home-tubay-why-card__icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 14px;
  font-size: 20px;
  color: #1d4ed8;
  background: var(--ztn-home-accent-soft);
  border: 1px solid rgba(37, 99, 235, 0.15);
}

.ztn-home .ztn-home-tubay-why-card--i1 .ztn-home-tubay-why-card__icon {
  color: #c2410c;
  background: var(--ztn-tubay-orange-soft);
  border-color: rgba(241, 101, 40, 0.2);
}

.ztn-home .ztn-home-tubay-why-card--i2 .ztn-home-tubay-why-card__icon {
  color: #0369a1;
  background: #e0f2fe;
  border-color: rgba(14, 165, 233, 0.25);
}

.ztn-home .ztn-home-tubay-why-card--i3 .ztn-home-tubay-why-card__icon {
  color: #6d28d9;
  background: #ede9fe;
  border-color: rgba(124, 58, 237, 0.2);
}

.ztn-home .ztn-home-tubay-why-card__title {
  flex: 0 0 auto;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ztn-tubay-ink-deep);
}

.ztn-home .ztn-home-tubay-why-card__text {
  flex: 1 1 auto;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #64748b;
  min-height: 0;
}

.ztn-home .ztn-home-tubay-section-sub {
  max-width: 640px;
  margin: 0 auto 16px;
  font-size: 14px;
  color: var(--ztn-home-muted);
}

.ztn-home .ztn-home-tubay--how {
  background: #fff;
}

.ztn-home .ztn-home-tubay-how-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
  padding: 8px 0 0;
}

@media (min-width: 768px) {
  .ztn-home .ztn-home-tubay-how-timeline {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }

  .ztn-home .ztn-home-tubay-how-timeline__item {
    flex: 1;
    position: relative;
    text-align: center;
    padding: 12px 10px 0;
  }

  .ztn-home .ztn-home-tubay-how-timeline__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--ztn-home-accent), rgba(241, 101, 40, 0.5));
    opacity: 0.35;
    z-index: 0;
  }
}

.ztn-home .ztn-home-tubay-how-timeline__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .ztn-home .ztn-home-tubay-how-timeline__item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}

.ztn-home .ztn-home-tubay-how-timeline__dot {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #fff, #eff6ff);
  border: 2px solid rgba(37, 99, 235, 0.35);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);
}

.ztn-home .ztn-home-tubay-how-timeline__n {
  font-size: 16px;
  font-weight: 900;
  color: #1d4ed8;
}

.ztn-home .ztn-home-tubay-how-timeline__text {
  flex: 1;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
  padding-top: 4px;
}

@media (min-width: 768px) {
  .ztn-home .ztn-home-tubay-how-timeline__text {
    padding-top: 14px;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
  }
}

/* Program / blog bantları (tubay_after_team) başlıkları */
.ztn-home .ztn-home-tubay-section-title {
  margin: 0 0 8px;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--ztn-tubay-ink-deep);
}

.ztn-home .ztn-home-tubay--programs {
  background: #fff;
}

.ztn-home .ztn-home-tubay-prog-card {
  background: var(--ztn-home-card);
  border: 1px solid var(--ztn-home-line);
  border-radius: var(--ztn-home-radius);
  overflow: hidden;
  height: 100%;
  box-shadow: var(--ztn-home-shadow);
  margin-bottom: 20px;
}

.ztn-home .ztn-home-tubay-prog-card__media img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.ztn-home .ztn-home-tubay-prog-card__body {
  padding: 14px 16px 18px;
}

.ztn-home .ztn-home-tubay-prog-card__body h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.ztn-home .ztn-home-tubay-prog-card__body h4 a {
  color: #0f172a;
}

.ztn-home .ztn-home-tubay-prog-card__meta {
  font-size: 12px;
  color: var(--ztn-home-muted);
  margin-bottom: 8px;
}

.ztn-home .ztn-home-tubay-prog-card__price {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ztn-home .ztn-home-tubay--news {
  background: #f8fafc;
}

.ztn-home .ztn-home-tubay-blog-card {
  background: #fff;
  border: 1px solid var(--ztn-home-line);
  border-radius: var(--ztn-home-radius);
  overflow: hidden;
  height: 100%;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.ztn-home .ztn-home-tubay-blog-card__media img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.ztn-home .ztn-home-tubay-blog-card__body {
  padding: 14px 16px 16px;
}

.ztn-home .ztn-home-tubay-blog-card__body h4 {
  margin: 0 0 6px;
  font-size: 16px;
}

.ztn-home .ztn-home-tubay--cta {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 55%, #1d4ed8 100%);
  color: #e2e8f0;
  border-top: none;
}

.ztn-home .ztn-home-tubay-cta-panel {
  max-width: 720px;
  margin: 0 auto;
  padding: 8px 0 12px;
}

.ztn-home .ztn-home-tubay-cta-panel__title {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 10px;
}

.ztn-home .ztn-home-tubay-cta-panel__text {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.95;
  margin-bottom: 16px;
}

.ztn-home .ztn-home-tubay-cta-panel__btns .btn {
  margin: 6px;
}

.ztn-home .ztn-home-tubay-cta-panel__sub {
  margin: 18px 0 4px;
  font-size: 13px;
  opacity: 0.85;
}

.ztn-home .ztn-home-tubay-cta-panel .btn-link {
  color: #bfdbfe;
}
