/* ==========================================================================
   Ana sayfa (index.php) — sayfaya özel stiller
   Global stiller includes/styles.php içinde; burada yalnızca ana sayfanın
   bölümleri var: referans logoları, istatistik kartları, Sanal POS / Fiziki
   POS karşılaştırması ve SSS akordiyonu.
   ========================================================================== */

/* ===== Hero ===== */
/* pos3.webp'in width/height nitelikleri yalnızca en-boy oranını (CLS koruması)
   vermeli; height: auto olmazsa nitelikteki 782px kullanılan yükseklik hâline
   gelir ve object-fit: contain görseli mobilde dev bir boşluğun içine hapseder. */
.hero-visual {
  height: auto;
}

.ref-logo-item {
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 16px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.ref-logo-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.ref-logo-item img {
  max-height: 50px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.ref-logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
@media (max-width: 575.98px) {
  .ref-logo-item {
    padding: 0.75rem;
    min-height: 70px;
  }
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 1.25rem;
}
/* ===== Sanal POS / Fiziki POS karşılaştırma ===== */
.compare-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--primary-blue);
}
.compare-card {
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 24px;
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
}
.compare-card-title {
  color: var(--primary-blue);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}
.compare-card-desc {
  color: #4a5068;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.compare-list {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
}
.compare-list li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.5rem;
  color: #4a5068;
  line-height: 1.6;
  font-size: 0.95rem;
}
.compare-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.95rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-blue);
  opacity: 0.4;
}
.compare-more {
  font-size: 0.9rem;
  color: #626a80;
  line-height: 2;
}
.compare-more a {
  color: var(--primary-blue);
  text-decoration: none;
  margin: 0 0.15rem;
}
.compare-more a:hover {
  text-decoration: underline;
}
/* ===== SSS ===== */
.faq-accordion .accordion-item {
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 16px;
  margin-bottom: 0.85rem;
  overflow: hidden;
}
.faq-accordion .accordion-button {
  font-weight: 600;
  color: #1a1f36;
  background: #fff;
  padding: 1.15rem 1.4rem;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--primary-blue);
  background: #fff;
  box-shadow: none;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-body {
  color: #4a5068;
  line-height: 1.8;
  padding: 0 1.4rem 1.4rem;
}
@media (max-width: 575.98px) {
  .compare-card {
    padding: 1.5rem;
  }
}
.stat-card {
  border-radius: 24px;
  padding: 4rem 2rem 2.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 50px;
}
.stat-card-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: contain;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.stat-card--blue {
  background: var(--primary-blue);
  color: #fff;
}
.stat-card--blue .stat-label,
.stat-card--blue .stat-number,
.stat-card--blue .stat-suffix,
.stat-card--blue .stat-desc {
  color: #fff;
}
.stat-card--blue .stat-label,
.stat-card--blue .stat-desc {
  color: #fff;
}
.stat-card--red {
  background: #E0001A;
  color: #fff;
}
.stat-card--red .stat-label,
.stat-card--red .stat-number,
.stat-card--red .stat-suffix,
.stat-card--red .stat-desc {
  color: #fff;
}
.stat-card--red .stat-label,
.stat-card--red .stat-desc {
  color: #fff;
}
.stat-card--white {
  background: #fff;
  color: #1a1f36;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
.stat-card--white .stat-number,
.stat-card--white .stat-suffix {
  color: var(--primary-blue);
}
.stat-card--white .stat-label {
  color: #1a1f36;
}
.stat-card--white .stat-desc {
  color: #4a5068;
}
.stat-label {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.stat-number {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.stat-suffix {
  font-size: 2rem;
}
.stat-desc {
  font-size: 0.9rem;
  margin-top: 1rem;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .stat-number {
    font-size: 3rem;
  }
  .stat-suffix {
    font-size: 1.5rem;
  }
  .stat-card {
    margin-top: 40px;
    padding: 3rem 1.5rem 1.75rem;
  }
  .stat-card-icon {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
