﻿/* Anasayfa kahraman — Revolution yerine sabit boyut + arka plan (görseller kesin görünsün) */
.dt-hero-slider {
  position: relative;
  width: 100%;
  min-height: 420px;
  height: min(72vh, 760px);
  max-height: 820px;
  overflow: hidden;
  background: #192f59;
}
.dt-hero-slider-inner { position: relative; width: 100%; height: 100%; min-height: inherit; }
.dt-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
/* İlk boyamada opacity animasyonu LCP’yi geciktirmesin; geçiş yalnızca hazır olunca */
.dt-hero-slider.is-ready .dt-hero-slide {
  transition: opacity 0.9s ease;
}
.dt-hero-slide.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.dt-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.dt-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: #192f59;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.dt-hero-media picture,
.dt-hero-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.dt-hero-img {
  object-fit: cover;
  object-position: center center;
}
.dt-hero-bg::after,
.dt-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(25,47,89,0.55) 0%, rgba(25,47,89,0.15) 55%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.dt-hero-caption-wrap {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  height: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding: 40px 30px;
  box-sizing: border-box;
}
.dt-hero-caption-box {
  --dt-hero-navy-size: clamp(18px, 3.4vw, 28px);
  --dt-hero-green-size: clamp(28px, 5.6vw, 48px);
  max-width: 560px;
  padding: 20px !important;
  color: rgb(11, 42, 65);
  font-weight: 700;
  font-size: var(--dt-hero-navy-size);
  line-height: 1.2;
  border-left: 7px solid #a0ce4e;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.dt-hero-caption-title {
  display: block;
  font-size: var(--dt-hero-navy-size);
  font-weight: 700;
  line-height: 1.2;
  color: rgb(11, 42, 65);
}
.dt-slider-line-accent,
.dt-slider-yesil {
  color: #a0ce4e;
  font-weight: 700;
}
div.dt-hero-caption-metin {
  margin-top: 12px;
  font-size: var(--dt-hero-navy-size);
  font-weight: 700;
  line-height: 1.25;
  color: rgb(11, 42, 65);
}
.dt-hero-caption-metin .dt-slider-line-accent,
.dt-hero-caption-metin .dt-slider-yesil {
  font-size: var(--dt-hero-green-size);
  line-height: 1.15;
}
.dt-hero-caption-metin p { margin: 0.35em 0; }
.dt-hero-caption-panel-buton {
  margin-top: 10px;
  font-size: var(--dt-hero-navy-size);
  font-weight: 700;
  line-height: 1.2;
  color: rgb(11, 42, 65);
}
.dt-hero-caption-panel-buton p { margin: 0.35em 0; }
.dt-hero-caption-box a {
  display: inline-block;
  margin-top: 14px;
  font-size: clamp(16px, 2.2vw, 23px);
  background: #000;
  color: #fff !important;
  padding: 10px 16px;
  text-decoration: none;
}
.dt-hero-caption-box a:hover { opacity: 0.9; }
.dt-hero-ui {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: 12px 16px 14px;
  background: linear-gradient(to top, rgba(25,47,89,0.88), rgba(25,47,89,0.35) 70%, transparent);
  box-sizing: border-box;
  pointer-events: none;
}
.dt-hero-ui * { pointer-events: auto; }
.dt-hero-ui-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.dt-hero-progress {
  max-width: 1240px;
  margin: 10px auto 0;
  height: 4px;
  background: rgba(255,255,255,0.22);
  border-radius: 2px;
  overflow: hidden;
}
.dt-hero-progress-bar {
  height: 100%;
  width: 0;
  background: #a0ce4e;
  border-radius: 2px;
}
.dt-hero-progress-bar.is-running {
  animation-name: dtHeroProgFill;
  animation-duration: var(--hero-interval, 6000ms);
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes dtHeroProgFill {
  from { width: 0%; }
  to { width: 100%; }
}
@media only screen and (max-width: 600px) {
  .dt-hero-slider { min-height: 320px; height: 48vh; }
  .dt-hero-caption-wrap { padding: 24px 16px; }
  .dt-hero-caption-box {
    --dt-hero-navy-size: clamp(16px, 4.2vw, 23px);
    --dt-hero-green-size: clamp(22px, 6.8vw, 36px);
  }
}

/* Giriş alanı */
.dt-home-intro {
  padding: 48px 0 28px;
  background: #fff;
}
.dt-home-intro-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.dt-home-intro h1 {
  margin: 0 0 18px;
  color: #0b2a41;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.2;
}
.dt-home-intro p {
  margin: 0 0 14px;
  color: #3d4f5f;
  font-size: 17px;
  line-height: 1.7;
}
.dt-home-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 22px;
}
.dt-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1.2;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.dt-home-btn--primary {
  background: #0b2a41;
  color: #fff !important;
}
.dt-home-btn--primary:hover { background: #a0ce4e; }
.dt-home-btn--secondary {
  background: #fff;
  color: #0b2a41 !important;
  border: 2px solid #0b2a41;
}
.dt-home-btn--secondary:hover {
  background: #0b2a41;
  color: #fff !important;
}
.dt-home-btn--light {
  background: #0b2a41;
  color: #fff !important;
}
.dt-home-btn--light:hover { opacity: 0.92; }
.dt-home-btn--ghost {
  background: transparent;
  color: #fff !important;
  border: 2px solid #fff;
}
.dt-home-btn--ghost:hover {
  background: #fff;
  color: #0b2a41 !important;
}

/* Hizmetler */
.dt-hizmetler-bolumu {
  padding-top: 36px;
  padding-bottom: 32px;
}
.dt-hizmetler-baslik {
  text-align: center;
  color: #a0ce4e;
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 700;
  margin: 0 auto 14px;
  max-width: 960px;
  padding: 0 20px;
  line-height: 1.25;
}
.dt-hizmetler-aciklama {
  max-width: 760px;
  margin: 0 auto 28px;
  padding: 0 20px;
  text-align: center;
  color: #3d4f5f;
  font-size: 16px;
  line-height: 1.65;
}
.dt-hizmetler-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 8px;
  box-sizing: border-box;
}
.dt-hizmet-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(11, 42, 65, 0.08);
  border: 1px solid rgba(11, 42, 65, 0.1);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.dt-hizmet-card:hover {
  box-shadow: 0 10px 28px rgba(11, 42, 65, 0.14);
  transform: translateY(-3px);
}
.dt-hizmet-card-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
  background: #e4e9f0;
}
.dt-hizmet-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.dt-hizmet-card-title {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 4.75rem;
  padding: 14px 12px 16px;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 700;
  line-height: 1.4;
  color: #0b2a41;
  background: #eef1f6;
  border-top: 1px solid rgba(11, 42, 65, 0.1);
  word-break: break-word;
  hyphens: auto;
}
@media screen and (max-width: 991px) {
  .dt-hizmetler-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  .dt-hizmetler-grid {
    grid-template-columns: 1fr;
    padding: 0 16px 8px;
  }
  .dt-hizmet-card-title { min-height: 4rem; font-size: 15px; }
}

/* Neden kartları */
.dt-home-neden {
  padding: 48px 0;
  background: #fff;
}
.dt-home-neden-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.dt-home-neden h2 {
  text-align: center;
  margin: 0 0 28px;
  color: #0b2a41;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
}
.dt-home-neden-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.dt-home-neden-card {
  padding: 24px 22px;
  background: #f7f8fb;
  border: 1px solid rgba(11, 42, 65, 0.08);
  border-radius: 10px;
  border-top: 4px solid #a0ce4e;
}
.dt-home-neden-card h3 {
  margin: 0 0 10px;
  color: #0b2a41;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.dt-home-neden-card p {
  margin: 0;
  color: #3d4f5f;
  font-size: 15px;
  line-height: 1.65;
}
@media screen and (max-width: 991px) {
  .dt-home-neden-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media screen and (max-width: 576px) {
  .dt-home-neden-grid { grid-template-columns: 1fr; }
}

/* İçerik bölümleri */
.dt-anasayfa-aciklama-bolumu {
  padding: 40px 0 56px;
  background: #f7f8fb;
}
.dt-anasayfa-aciklama-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.dt-home-content-section {
  margin: 0 0 40px;
  padding: 28px 30px;
  background: #fff;
  border: 1px solid rgba(11, 42, 65, 0.08);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(11, 42, 65, 0.05);
}
.dt-home-content-section h2 {
  margin: 0 0 16px;
  color: #0b2a41;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 800;
  line-height: 1.25;
}
.dt-home-content-section h3 {
  margin: 0 0 10px;
  color: #0b2a41;
  font-size: 18px;
  font-weight: 700;
}
.dt-home-content-section p {
  margin: 0 0 14px;
  color: #3d4f5f;
  font-size: 16px;
  line-height: 1.7;
}
.dt-home-content-section p:last-child { margin-bottom: 0; }
.dt-home-content-section a {
  color: #0b2a41;
  font-weight: 600;
  text-decoration: underline;
}
.dt-home-content-section a:hover { color: #a0ce4e; }
.dt-home-check-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.dt-home-check-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 28px;
  color: #3d4f5f;
  font-size: 16px;
  line-height: 1.55;
}
.dt-home-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a0ce4e;
}
.dt-home-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}
.dt-home-service-item {
  padding: 20px 18px;
  background: #f7f8fb;
  border-radius: 10px;
  border: 1px solid rgba(11, 42, 65, 0.06);
}
.dt-region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.dt-region-list li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eef6e0;
  color: #0b2a41;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(160, 206, 78, 0.35);
}
.dt-home-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
}
.dt-home-process-step {
  padding: 20px 16px;
  background: #f7f8fb;
  border-radius: 10px;
  border: 1px solid rgba(11, 42, 65, 0.06);
}
.dt-home-process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #a0ce4e;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
}
.dt-home-price-cta {
  margin-top: 18px;
}
.dt-home-faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dt-home-faq-item {
  margin: 0 0 12px;
  border: 1px solid rgba(11, 42, 65, 0.1);
  border-radius: 10px;
  background: #f7f8fb;
  overflow: hidden;
}
.dt-home-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  color: #0b2a41;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.dt-home-faq-item summary::-webkit-details-marker { display: none; }
.dt-home-faq-item summary::after {
  content: "+";
  float: right;
  color: #a0ce4e;
  font-weight: 800;
}
.dt-home-faq-item[open] summary::after { content: "−"; }
.dt-home-faq-item p {
  margin: 0;
  padding: 0 18px 16px;
  color: #3d4f5f;
  font-size: 15px;
  line-height: 1.65;
}
/* Rakamlarla Detay Temizlik — eşit hizalı istatistikler */
.dt-statistics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 24px 16px;
  margin: 24px 0 8px;
  padding: 0 15px;
  box-sizing: border-box;
}
.dt-statistics-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
}
.dt-statistics-value {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  min-height: 2.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.dt-statistics-label {
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  color: inherit;
}
@media screen and (max-width: 991px) {
  .dt-home-service-grid,
  .dt-home-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dt-statistics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  .dt-home-intro { padding: 36px 0 20px; }
  .dt-home-content-section { padding: 22px 18px; }
  .dt-home-service-grid,
  .dt-home-process-grid {
    grid-template-columns: 1fr;
  }
  .dt-statistics-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}