/* HOME page only */

/* Hero (slider placeholder) */
.home-hero-wrap {
  height: calc(100vh - 80px); /* header hariç */
  height: calc(100svh - 80px);
  min-height: 520px;
  position: relative;
  overflow: hidden;
}

.home-hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.home-hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.home-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: #18ccff;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.home-hero-arrow:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.home-hero-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.home-hero-arrow-left {
  left: 20px;
}

.home-hero-arrow-right {
  right: 20px;
}

@media (max-width: 768px) {
  .home-hero-arrow {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
  .home-hero-arrow-left {
    left: 10px;
  }
  .home-hero-arrow-right {
    right: 10px;
  }
}

.home-hero-track {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 2;
  padding: 0 20px;
}

.home-hero-track .tracking-widget { padding: 0; }

/* References (Referanslarımız) */
.refs {
  padding: 60px 20px 80px;
  background: #fff;
  color: #111;
}

.refs-inner {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.refs-title {
  margin: 0 0 10px;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  color: #111;
}

.refs-subtitle {
  margin: 0 0 36px;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #18ccff;
}

.refs-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

.refs-viewport { flex: 1; overflow: hidden; }

.refs-track {
  display: flex;
  gap: 28px;
  transition: transform 300ms ease;
  will-change: transform;
}

.refs-item {
  flex: 0 0 calc((100% - 56px) / 3);
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.refs-item img {
  max-width: 260px;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
}

.refs-arrow {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.16);
  background: rgba(0,0,0,0.04);
  color: #111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.refs-arrow:hover { background: rgba(0,0,0,0.08); }
.refs-arrow:disabled { opacity: 0.35; cursor: not-allowed; }

.refs-sep {
  height: 1px;
  background: rgba(0,0,0,0.18);
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 60px;
}

/* Services (Hizmetlerimiz) - Hero ile Referanslarımız arası */
.services {
  background: #fff;
  padding: 0 0 60px;
  margin-top: 0;
}

.services-bar {
  background: #18ccff;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 12px 20px 12px 28px;
  text-align: left;
  margin-left: -20px;
  margin-right: -20px;
}

.services-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 20px 0;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.service-sep {
  height: 1px;
  background: rgba(0,0,0,0.18);
  margin: 0 0 60px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  margin-right: 0;
}

.service-image {
  flex: 0 0 50%;
  max-width: 50%;
}

.service-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.service-content {
  flex: 1;
}

.service-title {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  color: #111;
}

.service-subtitle {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 600;
  color: #18ccff;
}

.service-description {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.service-advantages-title {
  margin: 20px 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.service-list {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
}

.service-list li {
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* 2. kısım: sağ fotoğraf, sol yazı */
.service-item-right {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .services {
    padding: 40px 0;
  }

  .services-bar {
    padding-left: 14px;
    padding-right: 14px;
    margin-left: -14px;
    margin-right: -14px;
  }

  .services-inner {
    padding: 30px 14px 0;
  }

  .service-item {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 50px;
  }

  .service-item-right {
    flex-direction: column;
  }

  .service-sep {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .service-image {
    flex: 1;
    max-width: 100%;
  }

  .service-title {
    font-size: 26px;
  }

  .service-subtitle {
    font-size: 18px;
  }

  .service-description {
    font-size: 14px;
  }

  .service-list {
    font-size: 14px;
  }
}

/* Distribution Network (Dağıtım Ağımız) */
.distribution {
  background: #fff;
  padding: 60px 20px;
}

.distribution-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.distribution-title {
  font-size: 40px;
  font-weight: 800;
  color: #111;
  text-align: center;
  margin: 0 0 40px;
  font-family: var(--font-heading);
}

.distribution-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.distribution-left {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.distribution-stat {
  background: #18ccff;
  padding: 12px 20px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.distribution-stat-number {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
  display: inline;
}

.distribution-stat-label {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 1.3;
  display: inline;
}

.distribution-right {
  flex: 1;
}

.distribution-text {
  margin-bottom: 30px;
}

.distribution-text p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.distribution-text p:last-child {
  margin-bottom: 0;
}

.distribution-map {
  margin-bottom: 20px;
}

.distribution-map img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.distribution-sep {
  height: 1px;
  background: rgba(0,0,0,0.18);
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

@media (max-width: 768px) {
  .distribution {
    padding: 40px 14px;
  }

  .distribution-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .distribution-content {
    flex-direction: column;
    gap: 40px;
  }

  .distribution-left {
    flex: 1;
    width: 100%;
  }

  .distribution-right {
    width: 100%;
  }

  .distribution-stat {
    padding: 14px 16px;
  }

  .distribution-stat-number {
    font-size: 28px;
  }

  .distribution-stat-label {
    font-size: 12px;
  }

  .distribution-text p {
    font-size: 14px;
  }
}

/* Home contact teaser (Referanslarımız -> Footer arası) */
.home-contact-teaser {
  background: #fff;
  padding: 10px 0 40px; /* full width */
  border-top: 1px solid rgba(0,0,0,0.18); /* üst çizgi de tam genişlik */
}

.home-contact-inner {
  max-width: none; /* full width */
  margin: 0;
  padding: 14px 20px 0;
}

.home-contact-bar {
  background: #18ccff;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 12px 20px;
  border-radius: 0;
  text-align: left;
  /* iç padding'i iptal ederek tam genişlik */
  margin-left: -20px;
  margin-right: -20px;
}

.home-contact-title {
  margin: 26px 0 14px;
  font-size: 34px;
  font-weight: 900;
  color: #111;
  font-family: var(--font-heading);
}

.home-contact-label {
  display: block;
}

.home-contact-phone-wrap {
  display: block;
}

.home-contact-phone {
  color: #18ccff;
  text-decoration: none;
}

.home-contact-phone:hover {
  text-decoration: underline;
}

.home-contact-sep {
  height: 1px;
  background: rgba(0,0,0,0.18);
  margin: 14px 0 14px;
  /* iç padding'i iptal ederek tam genişlik */
  margin-left: -20px;
  margin-right: -20px;
}

.home-contact-text {
  margin: 0 0 12px;
  font-size: 14px;
  color: rgba(0,0,0,0.55);
}

.home-contact-more {
  display: inline-block;
  color: #18ccff;
  text-decoration: underline;
  font-size: 13px;
}

@media (max-width: 768px) {
  .home-hero-wrap { min-height: 0; }
  .home-hero-track { bottom: 18px; padding: 0 14px; }

  .refs { padding: 46px 14px 60px; }
  .refs-title { font-size: 30px; }
  .refs-subtitle { font-size: 15px; margin-bottom: 24px; }
  .refs-carousel { gap: 12px; }
  .refs-track { gap: 18px; }
  .refs-item { flex: 0 0 100%; height: 100px; }
  .refs-item img { max-width: 260px; max-height: 80px; }

  .home-contact-teaser { padding: 10px 0 30px; }
  .home-contact-inner { padding: 14px 14px 0; }
  .home-contact-bar { padding-left: 14px; padding-right: 14px; margin-left: -14px; margin-right: -14px; }
  .home-contact-sep { margin-left: -14px; margin-right: -14px; }
  .home-contact-title { 
    font-size: 26px; 
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .home-contact-label {
    font-size: 20px;
  }
  .home-contact-phone-wrap {
    font-size: 24px;
  }
}