/* ═══════════════════════════════════════════════
   STINGA ENERJİ — ULTRA PRO v2.0
   Gün 1: Hero tam ekran, okunabilirlik, CTA buton,
          kart hover efektleri, mobil iyileştirme
   ═══════════════════════════════════════════════ */

/* ── 1. HERO — orijinal boyut korunuyor ── */

/* ── SLIDER GÖSTERGELERİ GİZLE ── */
/* Hero foto slider dots + progress bar */
#fotoDots,
.foto-dots,
#fotoProgress,
.foto-progress { display: none !important; }

/* Ürün barı dots + progress çizgisi */
.urun-bar-dots,
.urun-bar-dot,
.urun-bar-progress,
.urun-bar-progress-fill { display: none !important; }

/* ── 2. TRANSPARAN / SOLUK METİN DÜZELTMELERİ ── */

/* Hero istatistik sayıları — degradeli transparan yerine solid */
.hcb-stat-num {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #5dde9c !important;
  color: #5dde9c !important;
  font-size: 30px !important;
  text-shadow: 0 0 20px rgba(93,222,156,0.35);
}
.hcb-stat-lbl {
  color: rgba(255,255,255,0.82) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

/* Komur band stat etiketi */
.kb-stat-lbl {
  color: rgba(255,255,255,0.75) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

/* Highlight kart açıklamaları */
.hcb-card-desc {
  color: rgba(255,255,255,0.88) !important;
  font-size: 13px !important;
}
.hcb-card-title {
  color: #7df5ba !important;
  font-size: 12px !important;
}

/* Hero açıklama metni */
.hero-content-band .hcb-desc {
  color: rgba(255,255,255,0.92) !important;
}

/* Dark page genel metin */
body.dark-page p {
  color: #b8d4e8 !important;
}

/* ── 3. NAV CTA BUTON STİLİ ── */
.sng-cta-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #059058 0%, #036e43 100%);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.22s cubic-bezier(.34,1.56,.64,1);
  box-shadow: 0 3px 16px rgba(5,144,88,0.42), 0 1px 4px rgba(5,144,88,0.2);
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.sng-cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.sng-cta-btn:hover {
  background: linear-gradient(135deg, #06aa68 0%, #059058 100%) !important;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 24px rgba(5,144,88,0.60) !important;
  color: #fff !important;
}
.sng-cta-btn i {
  font-size: 11px;
  flex-shrink: 0;
}

/* Tablet'te daha küçük */
@media (min-width: 768px) and (max-width: 1099px) {
  .sng-cta-btn {
    font-size: 10px !important;
    padding: 8px 12px !important;
    gap: 5px;
  }
}

/* ── 4. KART HOVER GRADİENT BORDER EFEKTİ ── */
.circle-item,
.service-card,
.project-card,
.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.circle-item:hover {
  transform: translateY(-7px) !important;
  box-shadow: 0 20px 52px rgba(5,144,88,0.20), 0 0 0 1.5px rgba(93,222,156,0.38) !important;
}
.service-card:hover {
  transform: translateY(-7px) !important;
  box-shadow: 0 20px 52px rgba(5,144,88,0.20), 0 0 0 1.5px rgba(93,222,156,0.35) !important;
}
.project-card:hover {
  transform: translateY(-7px) !important;
  box-shadow: 0 20px 52px rgba(5,144,88,0.22), 0 0 0 1.5px rgba(93,222,156,0.38) !important;
}
.blog-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 44px rgba(15,26,46,0.16) !important;
}

/* Proje/hizmet kart resimleri zoom efekti */
.service-thumb img,
.project-thumb img {
  transition: transform 0.55s ease !important;
}
.service-card:hover .service-thumb img,
.project-card:hover .project-thumb img {
  transform: scale(1.06) !important;
}

/* ── 5. MOBİL OKUNAKLILIk (≤767px) ── */
@media (max-width: 767px) {
  /* Genel font büyütme */
  body { font-size: 16px !important; line-height: 1.82 !important; }
  p { font-size: 15px !important; }

  /* Başlıklar */
  h1 { font-size: 26px !important; }
  h2 { font-size: 22px !important; }
  h3 { font-size: 19px !important; }

  /* Hero band */
  .hero-content-band { padding: 42px 0 38px !important; }
  .hero-content-band h1 { font-size: 26px !important; line-height: 1.28 !important; }
  .hero-content-band .hcb-desc { font-size: 15px !important; }

  /* Hero istatistikler */
  .hcb-stat-num { font-size: 28px !important; }
  .hcb-stat-lbl { font-size: 12px !important; color: rgba(255,255,255,0.88) !important; }
  .hcb-stats-row { gap: 22px !important; }

  /* Highlight kartlar */
  .hcb-card-title { font-size: 13px !important; }
  .hcb-card-desc { font-size: 14px !important; }

  /* Eyebrow */
  .hcb-eyebrow { font-size: 12px !important; }

  /* Section başlıkları */
  .section-main-title h2 { font-size: 22px !important; }

  /* Komur band */
  .komur-band__title { font-size: 23px !important; }
  .komur-band__desc { font-size: 15px !important; color: rgba(255,255,255,0.92) !important; }
  .kb-stat-num { font-size: 30px !important; }
  .kb-stat-lbl { font-size: 12px !important; }

  /* Kurucu bölüm */
  .kurucu-section p,
  .kurucu-desc { font-size: 15px !important; color: rgba(255,255,255,0.9) !important; }

  /* Butonlar mobilde daha büyük */
  .hbtn { font-size: 15px !important; padding: 14px 26px !important; }

  /* Mobil drawer CTA butonu */
  .sng-mob-cta-wrap {
    padding: 16px 20px 10px;
    border-bottom: 1px solid rgba(5,144,88,0.15);
  }
  .sng-mob-cta-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #059058, #036e43);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: 10px;
    text-decoration: none !important;
    box-shadow: 0 4px 18px rgba(5,144,88,0.40);
  }
}

/* ── 6. HERO SCROLL İNDİKATÖRÜ (masaüstü) ── */
@media (min-width: 768px) {
  .hero-scroll-indicator {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    text-decoration: none;
  }
  .hero-scroll-indicator span {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    display: block;
  }
  .hero-scroll-mouse {
    width: 22px;
    height: 36px;
    border: 2px solid rgba(255,255,255,0.45);
    border-radius: 12px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .hero-scroll-mouse::before {
    content: '';
    width: 4px;
    height: 8px;
    background: rgba(255,255,255,0.75);
    border-radius: 2px;
    position: absolute;
    top: 5px;
    animation: scrollDown 1.8s ease-in-out infinite;
  }
  @keyframes scrollDown {
    0%   { opacity: 1; top: 5px; }
    80%  { opacity: 0; top: 18px; }
    100% { opacity: 0; top: 5px; }
  }
}

/* ── 7. STATS COUNTER BÖLÜMÜ (yeni) ── */
.stinga-stats-bar {
  background: linear-gradient(135deg, #061525 0%, #07111e 50%, #061f10 100%);
  padding: 56px 0 52px;
  border-top: 1px solid rgba(93,222,156,0.12);
  border-bottom: 1px solid rgba(93,222,156,0.12);
  position: relative;
  overflow: hidden;
}
.stinga-stats-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #059058 30%, #5dde9c 50%, #0aa8e0 70%, transparent);
}
.stinga-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.stinga-stat-item {
  text-align: center;
  padding: 20px 24px;
  position: relative;
}
.stinga-stat-item + .stinga-stat-item::before {
  content: '';
  position: absolute;
  left: 0; top: 15%; bottom: 15%;
  width: 1px;
  background: rgba(93,222,156,0.15);
}
.stinga-stat-number {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 900;
  color: #5dde9c;
  line-height: 1;
  margin-bottom: 10px;
  text-shadow: 0 0 30px rgba(93,222,156,0.3);
  letter-spacing: -1px;
}
.stinga-stat-number .stat-suffix {
  font-size: 0.55em;
  font-weight: 700;
  color: #0aa8e0;
  vertical-align: super;
  margin-left: 2px;
}
.stinga-stat-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.70);
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .stinga-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .stinga-stat-item:nth-child(3)::before { display: none; }
  .stinga-stat-item:nth-child(3),
  .stinga-stat-item:nth-child(4) {
    border-top: 1px solid rgba(93,222,156,0.12);
    padding-top: 28px;
    margin-top: 8px;
  }
  .stinga-stat-number { font-size: 42px !important; }
  .stinga-stat-label { font-size: 12px !important; }
  .stinga-stats-bar { padding: 44px 0 40px !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .stinga-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stinga-stat-item:nth-child(3)::before { display: none; }
}
