/* ============================================
   NOKTA BİLGİSAYAR — ANA SAYFA (AÇIK KURUMSAL TEMA)
   ============================================ */

/* ============================================
   HERO
   ============================================ */
.hero {
  min-height: 100vh;
  background: var(--white);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: var(--navbar-height);
}

/* Hafif renk ışımaları */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 65% -5%, rgba(63,121,245,0.07) 0%, transparent 65%),
    radial-gradient(ellipse 45% 45% at 100% 55%, rgba(0,200,255,0.045) 0%, transparent 60%),
    radial-gradient(ellipse 40% 50% at -5% 75%, rgba(124,92,250,0.035) 0%, transparent 60%);
  pointer-events: none;
}

/* Dot ızgara — açık zeminde ince */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(10, 37, 64, 0.065) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: var(--space-16);
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-padding);
  padding-block: var(--space-20);
  position: relative;
  z-index: 1;
}

/* --- Hero Tag --- */
.hero__tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  background: var(--blue-dim);
  border: 1px solid var(--blue-border);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--r-full);
  margin-bottom: var(--space-6);
}

/* Glow dot rengi açık tema için */
.hero__tag .glow-dot {
  background: var(--blue);
  box-shadow: 0 0 0 0 rgba(63, 121, 245, 0.5);
}

/* --- Hero Başlık --- */
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.8vw, 3.8rem);
  font-weight: 900;
  color: var(--on-light);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-6);
}
.hero__title .accent {
  background: var(--g-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

/* --- Alt Başlık --- */
.hero__subtitle {
  font-size: var(--text-lg);
  color: var(--on-light-2);
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: var(--space-8);
}

/* --- Butonlar --- */
.hero__actions {
  display: flex;
  gap: var(--space-4);
  flex-wrap: wrap;
  margin-bottom: var(--space-12);
}

/* --- İstatistikler --- */
.hero__stats {
  display: flex;
  gap: var(--space-8);
  padding-top: var(--space-8);
  border-top: 1px solid var(--border-light);
}
.hero__stat-number {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 800;
  color: var(--on-light);
  line-height: 1;
  letter-spacing: -0.03em;
}
.hero__stat-number span { color: var(--blue); }
.hero__stat-label {
  font-size: var(--text-xs);
  color: var(--on-light-3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: var(--space-1);
  font-weight: 600;
}

/* --- Görsel Taraf --- */
.hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero__diagram {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1 / 1;
  position: relative;
}

/* Merkez daire */
.hero__diagram-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 132px;
  height: 132px;
  background: linear-gradient(140deg, #0A2540 0%, #163860 55%, #0A2540 100%);
  border-radius: var(--r-full);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  box-shadow:
    0 0 0 8px rgba(63, 121, 245, 0.10),
    0 0 0 18px rgba(63, 121, 245, 0.05),
    0 0 0 1px rgba(0, 200, 255, 0.35) inset,
    0 18px 56px rgba(10, 37, 64, 0.45);
  z-index: 2;
  overflow: hidden;
}
.hero__diagram-center::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 200, 255, 0.30) 0%, transparent 70%);
  pointer-events: none;
}
.hero__diagram-center::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: var(--r-full);
  border: 1px dashed rgba(0, 200, 255, 0.18);
  animation: orbitRotate 24s linear infinite reverse;
  pointer-events: none;
}
.hero__diagram-center img {
  width: 78px;
  height: auto;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 1;
  opacity: 0.96;
}
.hero__diagram-center-text {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  color: var(--cyan);
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

/* Orbit halkaları — belirgin mavi/cyan tonlar */
.hero__orbit {
  position: absolute;
  inset: 0;
  border-radius: var(--r-full);
  border: 1.5px dashed rgba(63, 121, 245, 0.45);
  animation: orbitRotate 30s linear infinite;
  box-shadow: inset 0 0 60px rgba(63, 121, 245, 0.05);
}
.hero__orbit--2 {
  inset: 14%;
  border: 1.5px dashed rgba(0, 200, 255, 0.50);
  animation-direction: reverse;
  animation-duration: 20s;
  box-shadow: inset 0 0 40px rgba(0, 200, 255, 0.06);
}

/* Orbit etrafında yumuşak halo */
.hero__diagram::before {
  content: '';
  position: absolute;
  inset: -8%;
  border-radius: var(--r-full);
  background: radial-gradient(circle at center, rgba(63, 121, 245, 0.10) 0%, rgba(0, 200, 255, 0.05) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Ürün düğümleri — açık kart stili */
.hero__node {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: var(--r-md);
  color: var(--blue);
  font-size: 1.4rem;
  transition: all var(--ease-base);
  cursor: default;
  box-shadow: var(--shadow-sm);
}
.hero__node:hover {
  border-color: rgba(63, 121, 245, 0.35);
  box-shadow: var(--shadow-md), 0 0 0 3px rgba(63, 121, 245, 0.10);
  transform: scale(1.12);
}

/* 7 düğüm — orbit etrafında ~51° aralıklarla dağıtılmış */
.hero__node--p1 { top: 0;     left: 50%; transform: translateX(-50%); }   /* POS — tepe */
.hero__node--p2 { top: 12%;   right: 8%;  }                                /* Restoran — sağ üst */
.hero__node--p3 { top: 47%;   right: -2%; transform: translateY(-50%); }   /* Ayaklı Monitör — sağ */
.hero__node--p4 { bottom: 8%; right: 14%; }                                /* ERP — sağ alt */
.hero__node--p5 { bottom: 8%; left: 14%;  }                                /* Ağ — sol alt */
.hero__node--p6 { top: 47%;   left: -2%;  transform: translateY(-50%); }   /* Güvenlik — sol */
.hero__node--p7 { top: 12%;   left: 8%;   }                                /* Teknik Servis — sol üst */

/* Yüzen sayaç rozeti — diyagram dışında */
.hero__count-badge {
  position: absolute;
  bottom: -4px;
  right: -4px;
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--r-lg);
  padding: var(--space-3) var(--space-4);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  box-shadow: var(--shadow-lg), 0 0 0 1px var(--cyan-border);
  z-index: 3;
  animation: heroFloat 4s ease-in-out infinite;
}
.hero__count-num {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 900;
  background: var(--g-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  letter-spacing: -0.04em;
}
.hero__count-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  color: var(--on-light-2);
  text-transform: uppercase;
  letter-spacing: 0.10em;
  line-height: 1.2;
}
@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

.hero__node-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--on-light);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  padding: 4px var(--space-3);
  border-radius: var(--r-sm);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ease-fast);
}
.hero__node:hover .hero__node-tooltip { opacity: 1; }

/* Scroll göstergesi */
.hero__scroll {
  position: absolute;
  bottom: var(--space-8);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  color: rgba(10, 37, 64, 0.32);
  font-size: var(--text-xs);
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 1;
}
.hero__scroll-arrow { animation: scrollBounce 1.6s ease-in-out infinite; }

/* ============================================
   ÇÖZÜM ŞERİDİ (Ticker)
   ============================================ */
.solution-strip {
  background: var(--light);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding-block: var(--space-4);
  overflow: hidden;
}
.solution-strip__track {
  display: flex;
  gap: var(--space-10);
  animation: infiniteScroll 22s linear infinite;
  width: max-content;
}
.solution-strip__item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  color: var(--on-light-2);
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}
.solution-strip__item svg { color: var(--blue); }
.solution-strip__sep {
  width: 4px;
  height: 4px;
  background: var(--border-light);
  border-radius: var(--r-full);
  flex-shrink: 0;
}

/* ============================================
   EKOSİSTEM KARTI ALANI
   ============================================ */
.ecosystem-section {
  background: var(--light-2);
}

/* Açık temada tüm kartlar aynı stil — beyaz arka plan, üst gradient şerit */
.ecosystem-section .eco-card,
.ecosystem-section .eco-card--featured {
  background: var(--white) !important;
  border: 1px solid var(--border-light) !important;
  box-shadow: 0 1px 4px rgba(10, 37, 64, 0.06), 0 4px 16px rgba(10, 37, 64, 0.04);
  padding: var(--space-6);
  gap: 12px;
}
.ecosystem-section .eco-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--g-accent);
  opacity: 0;
  transition: opacity var(--ease-base);
  z-index: 1;
}
.ecosystem-section .eco-card:hover {
  border-color: rgba(63, 121, 245, 0.28) !important;
  box-shadow: 0 8px 32px rgba(63, 121, 245, 0.12), 0 2px 8px rgba(10, 37, 64, 0.06);
  transform: translateY(-4px);
}
.ecosystem-section .eco-card:hover::before { opacity: 1; }

/* Featured kartlar gradient şeridi her zaman görünür (öne çıkarma) */
.ecosystem-section .eco-card--featured::before { opacity: 1; }

/* Tüm kartların metin renkleri — açık tema */
.ecosystem-section .eco-card .eco-card__title { color: var(--on-light); font-size: var(--text-lg); }
.ecosystem-section .eco-card--featured .eco-card__title { font-size: var(--text-xl); }
.ecosystem-section .eco-card .eco-card__text  { color: var(--on-light-2); }
.ecosystem-section .eco-card .eco-card__feature { color: var(--on-light-2); }
.ecosystem-section .eco-card .eco-card__link { color: var(--blue); }
.ecosystem-section .eco-card .eco-card__label { color: var(--on-light-3); }

/* Section tag & title renkleri light bölümde */
.ecosystem-section .section-title { color: var(--on-light); }
.ecosystem-section .section-subtitle { color: var(--on-light-2); }
.ecosystem-section .section-tag {
  color: var(--blue);
  background: var(--blue-dim);
  border-color: var(--blue-border);
}

/* Bento grid temeli (ekosistem section override edecek) */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
.bento-grid > .eco-card { grid-row: auto !important; }

/* ============================================
   SEKTÖRLER
   ============================================ */
.sectors-section { background: var(--white); }
.sectors-section .section-tag {
  color: var(--blue);
  background: var(--blue-dim);
  border-color: var(--blue-border);
}

/* ============================================
   NEDEN BİZ
   ============================================ */
.why-us-section { background: var(--light); }
.why-us-section .section-tag {
  color: var(--blue);
  background: var(--blue-dim);
  border-color: var(--blue-border);
}
.why-us-section .icon-box:hover {
  border-color: rgba(63, 121, 245, 0.20);
}
.why-us-section .icon-box:hover::before { opacity: 1; }
.why-us-section .icon-box__icon {
  background: var(--blue-dim);
  color: var(--blue);
}
.why-us-section .icon-box:hover .icon-box__icon {
  background: var(--g-accent);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(63, 121, 245, 0.35);
}

/* ============================================
   SÜREÇ
   ============================================ */
.process-section { background: var(--white); }
.process-section .section-tag {
  color: var(--blue);
  background: var(--blue-dim);
  border-color: var(--blue-border);
}

/* ============================================
   İSTATİSTİKLER — Kontrast Bandı (Koyu Kalır)
   ============================================ */
.stats-section {
  background: var(--brand);
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(63,121,245,0.32) 0%, transparent 70%),
    radial-gradient(ellipse 50% 80% at 90% 50%, rgba(0,200,255,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.stats-section .section-tag {
  color: var(--cyan);
  background: rgba(0,200,255,0.10);
  border-color: rgba(0,200,255,0.22);
}

/* ============================================
   REFERANSLAR
   ============================================ */
.clients-section { background: var(--light); }
.clients-section .section-tag {
  color: var(--blue);
  background: var(--blue-dim);
  border-color: var(--blue-border);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__subtitle { max-width: 600px; margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__stats { justify-content: center; }
  .hero__visual { display: none; }

  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bento-grid .eco-card:nth-child(1),
  .bento-grid .eco-card:nth-child(2) {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 768px) {
  .bento-grid { grid-template-columns: 1fr; }
  .bento-grid .eco-card:nth-child(1),
  .bento-grid .eco-card:nth-child(2) { grid-row: span 1; }
  .hero__stats { flex-direction: column; gap: var(--space-4); align-items: center; }
}

/* ============================================
   ANA SAYFA — EK BÖLÜMLER
   ============================================ */

/* Bento grid: 7 kart için yeni düzen — 3 büyük üst, 4 küçük alt
   1: POS (büyük, 2 satır)  2: Restoran (büyük, 2 satır)  3: Ayaklı Monitör (büyük, 2 satır)
   4-7: ERP, Ağ, Güvenlik, Servis (küçük, 1 satır)
*/
.ecosystem-section .bento-grid {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: var(--space-5);
  align-items: stretch;
}
/* Eko-kart artık gap-tabanlı; tüm boşluklar uniform 14px, ekstra ayar gerekmez */
/* Üst sıra: 3 büyük kart, her biri 4 sütun */
.ecosystem-section .bento-grid > .eco-card:nth-child(-n+3) {
  grid-column: span 4;
}
/* Alt sıra: 4 küçük kart, her biri 3 sütun */
.ecosystem-section .bento-grid > .eco-card:nth-child(n+4) {
  grid-column: span 3;
}

/* ============================================
   EK MODÜLLER / ENTEGRASYONLAR BANDI
   (Bento gridin altında, ekosistem bölümünde)
   ============================================ */
.addon-band {
  margin-top: var(--space-12);
  padding: var(--space-10) var(--space-8);
  background:
    linear-gradient(155deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.92) 100%);
  border: 1px solid var(--border-light);
  border-radius: var(--r-2xl);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
  box-shadow:
    0 8px 32px rgba(10, 37, 64, 0.06),
    0 1px 0 rgba(255,255,255,0.8) inset;
}
.addon-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--g-accent);
}
.addon-band::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(63,121,245,0.10) 0%, transparent 65%);
  pointer-events: none;
}

.addon-band__header {
  text-align: center;
  margin-bottom: var(--space-10);
  position: relative;
  z-index: 1;
}
.addon-band__chip {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  background: var(--blue-dim);
  border: 1px solid var(--blue-border);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--r-full);
  margin-bottom: var(--space-4);
}
.addon-band__title {
  font-family: var(--font-display);
  font-size: clamp(var(--text-xl), 3vw, var(--text-3xl));
  font-weight: 800;
  color: var(--on-light);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-3);
}
.addon-band__title span {
  background: var(--g-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.addon-band__sub {
  font-size: var(--text-base);
  color: var(--on-light-3);
  max-width: 620px;
  margin-inline: auto;
  line-height: 1.7;
}

/* Grid */
.addon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  position: relative;
  z-index: 1;
}

/* Grup */
.addon-group {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--r-xl);
  padding: var(--space-6);
  transition: all var(--ease-base);
  position: relative;
  overflow: hidden;
}
.addon-group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--g-accent);
  opacity: 0;
  transition: opacity var(--ease-base);
}
.addon-group:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(10, 37, 64, 0.08);
  border-color: var(--cyan-border);
}
.addon-group:hover::before { opacity: 1; }

.addon-group__title {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--blue);
  margin-bottom: var(--space-4);
  padding-bottom: var(--space-3);
  border-bottom: 1px dashed var(--border-light);
}
.addon-group__title svg { color: var(--cyan); flex-shrink: 0; }

.addon-pills {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}
.addon-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--on-light-2);
  background: var(--light);
  border: 1px solid var(--border-light);
  padding: 5px var(--space-3);
  border-radius: var(--r-full);
  transition: all var(--ease-fast);
}
.addon-pill:hover {
  background: var(--white);
  color: var(--brand);
  border-color: var(--cyan-border);
  transform: translateY(-1px);
}
.addon-pill__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--g-accent);
  flex-shrink: 0;
}

/* Footer */
.addon-band__footer {
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  border-top: 1px dashed var(--border-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-4);
  position: relative;
  z-index: 1;
}
.addon-band__count {
  display: flex;
  align-items: baseline;
  gap: var(--space-3);
}
.addon-band__count-num {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 900;
  background: var(--g-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.03em;
  line-height: 1;
}
.addon-band__count-label {
  font-size: var(--text-sm);
  color: var(--on-light-3);
  font-weight: 600;
}
.addon-band__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--blue);
  padding: var(--space-3) var(--space-5);
  background: var(--blue-dim);
  border: 1px solid var(--blue-border);
  border-radius: var(--r-full);
  transition: all var(--ease-base);
}
.addon-band__cta:hover {
  background: var(--g-accent);
  color: var(--white);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(63, 121, 245, 0.30);
}

@media (max-width: 1024px) {
  .addon-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .addon-band { padding: var(--space-8) var(--space-5); margin-top: var(--space-10); }
  .addon-grid { grid-template-columns: 1fr; gap: var(--space-4); }
  .addon-band__footer { justify-content: center; text-align: center; }
}

/* ============================================
   AYAKLI MONİTÖR / SELF-SERVİS VURGUSU
   ============================================ */
.kiosk-showcase {
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.kiosk-showcase__inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: var(--space-16);
  align-items: center;
}
.kiosk-showcase__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 540px;
}
.kiosk-frame {
  position: relative;
  width: 280px;
  height: 500px;
  background: linear-gradient(180deg, #1a1f3a 0%, #0a0f24 100%);
  border-radius: 24px;
  padding: 18px;
  box-shadow:
    0 30px 80px rgba(10, 37, 64, 0.30),
    0 12px 28px rgba(10, 37, 64, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.08);
}
.kiosk-frame::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: rgba(255,255,255,0.10);
  border-radius: var(--r-full);
}
.kiosk-frame::after {
  content: '';
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 90px;
  background: linear-gradient(180deg, #1a1f3a 0%, #0a0f24 100%);
  border-radius: 0 0 4px 4px;
}
.kiosk-screen {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0A2540 0%, #163860 100%);
  border-radius: 14px;
  padding: var(--space-5);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.kiosk-screen::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--g-glow), var(--g-glow-blue);
}
.kiosk-screen__header {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: var(--space-3);
  border-bottom: 1px dashed rgba(255,255,255,0.12);
}
.kiosk-screen__brand {
  font-family: var(--font-display);
  font-size: var(--text-xs);
  color: var(--cyan);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
}
.kiosk-screen__welcome {
  font-family: var(--font-display);
  font-size: var(--text-base);
  color: var(--white);
  font-weight: 700;
  margin-top: 4px;
}
.kiosk-tile-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2);
  flex: 1;
}
.kiosk-tile {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-md);
  padding: var(--space-3);
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: all var(--ease-base);
  cursor: pointer;
}
.kiosk-tile:hover {
  background: rgba(0,200,255,0.15);
  border-color: var(--cyan-border);
}
.kiosk-tile__icon {
  font-size: 1.2rem;
}
.kiosk-tile__name {
  font-family: var(--font-display);
  font-size: 11px;
  color: var(--white);
  font-weight: 600;
}
.kiosk-tile__price {
  font-size: 10px;
  color: var(--cyan);
  margin-top: auto;
}
.kiosk-screen__footer {
  position: relative;
  z-index: 1;
  background: var(--g-accent);
  color: var(--white);
  text-align: center;
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 700;
  padding: var(--space-3);
  border-radius: var(--r-md);
  letter-spacing: 0.05em;
}

.kiosk-glow {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: var(--r-full);
  background: radial-gradient(circle, rgba(0,200,255,0.18) 0%, transparent 65%);
  z-index: 0;
  pointer-events: none;
}

.kiosk-floating-tag {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--r-md);
  padding: var(--space-3) var(--space-4);
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  z-index: 2;
}
.kiosk-floating-tag svg {
  color: var(--blue);
  flex-shrink: 0;
}
.kiosk-floating-tag__text {
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--on-light);
}
.kiosk-floating-tag__sub {
  font-size: 10px;
  color: var(--on-light-3);
}
.kiosk-tag--top { top: 10%; right: 4%; animation: floatY 4s ease-in-out infinite; }
.kiosk-tag--mid { top: 45%; left: -2%; animation: floatY 4s ease-in-out infinite reverse; }
.kiosk-tag--btm { bottom: 22%; right: -2%; animation: floatY 5s ease-in-out infinite; animation-delay: 0.5s; }

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

.kiosk-showcase__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
  margin-top: var(--space-8);
}
.kiosk-feature {
  display: flex;
  gap: var(--space-3);
  align-items: flex-start;
}
.kiosk-feature__icon {
  width: 40px;
  height: 40px;
  background: var(--blue-dim);
  border: 1px solid var(--blue-border);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  flex-shrink: 0;
}
.kiosk-feature__title {
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--on-light);
  margin-bottom: 2px;
}
.kiosk-feature__text {
  font-size: var(--text-xs);
  color: var(--on-light-3);
  line-height: 1.6;
}

/* ============================================
   GÖRÜŞLER (Testimonials)
   ============================================ */
.testimonials-section { background: var(--light-2); }
.testimonials-section .section-tag {
  color: var(--blue);
  background: var(--blue-dim);
  border-color: var(--blue-border);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--r-xl);
  padding: var(--space-7);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  position: relative;
  transition: all var(--ease-base);
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--blue-border);
}
.testimonial-card__quote-icon {
  width: 36px;
  height: 36px;
  color: var(--cyan);
  opacity: 0.30;
}
.testimonial-card__text {
  font-size: var(--text-sm);
  color: var(--on-light-2);
  line-height: 1.85;
  font-style: italic;
  flex: 1;
}
.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding-top: var(--space-4);
  border-top: 1px dashed var(--border-light);
}
.testimonial-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: var(--r-full);
  background: var(--g-accent);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--text-base);
  flex-shrink: 0;
}
.testimonial-card__name {
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--on-light);
}
.testimonial-card__role {
  font-size: var(--text-xs);
  color: var(--on-light-3);
}
.testimonial-card__rating {
  display: flex;
  gap: 2px;
  color: var(--amber);
}

/* ============================================
   PARTNER / SERTİFİKA BANDI
   ============================================ */
.partners-section { background: var(--white); padding-block: var(--space-16); }
.partners-section .section-tag {
  color: var(--blue);
  background: var(--blue-dim);
  border-color: var(--blue-border);
}
.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--space-4);
  align-items: stretch;
}
.partner-item {
  background: var(--light);
  border: 1px solid var(--border-light);
  border-radius: var(--r-md);
  padding: var(--space-5) var(--space-4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  text-align: center;
  min-height: 110px;
  transition: all var(--ease-base);
}
.partner-item:hover {
  background: var(--white);
  border-color: var(--cyan-border);
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}
.partner-item__name {
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--on-light);
  letter-spacing: -0.01em;
}
.partner-item__type {
  font-size: 10px;
  color: var(--on-light-3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

/* ============================================
   FAQ — Ana Sayfa
   ============================================ */
.faq-section-home { background: var(--light); }
.faq-section-home .section-tag {
  color: var(--blue);
  background: var(--blue-dim);
  border-color: var(--blue-border);
}
.faq-section-home .accordion {
  max-width: 820px;
  margin-inline: auto;
}

/* ============================================
   RESPONSIVE — Yeni bölümler
   ============================================ */
@media (max-width: 1100px) {
  .ecosystem-section .bento-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  /* 3 büyük kart üst sırada, her biri 2 sütun (toplam 6) */
  .ecosystem-section .bento-grid > .eco-card:nth-child(-n+3) {
    grid-column: span 2;
  }
  /* 4 küçük kart alt sırada, 2'şer 2'şer */
  .ecosystem-section .bento-grid > .eco-card:nth-child(n+4) {
    grid-column: span 3;
  }
  .kiosk-showcase__inner { grid-template-columns: 1fr; gap: var(--space-12); }
  .partners-grid { grid-template-columns: repeat(3, 1fr); }
  .kiosk-showcase__visual { min-height: auto; padding-block: var(--space-8); }
}
@media (max-width: 768px) {
  .ecosystem-section .bento-grid {
    grid-template-columns: 1fr;
  }
  .ecosystem-section .bento-grid > .eco-card:nth-child(-n+3),
  .ecosystem-section .bento-grid > .eco-card:nth-child(n+4) {
    grid-column: span 1;
  }
  .partners-grid { grid-template-columns: 1fr 1fr; }
  .kiosk-showcase__features { grid-template-columns: 1fr; }
  .kiosk-tag--mid { display: none; }
  .kiosk-frame { width: 240px; height: 430px; padding: 14px; }
  .kiosk-glow { width: 360px; height: 360px; }
  .kiosk-floating-tag { padding: var(--space-2) var(--space-3); }
  .kiosk-floating-tag svg { width: 18px; height: 18px; }
  .kiosk-floating-tag__text { font-size: 11px; }
  .kiosk-floating-tag__sub { font-size: 9px; }
}
@media (max-width: 480px) {
  .kiosk-frame { width: 200px; height: 360px; padding: 12px; }
  .kiosk-glow { width: 280px; height: 280px; }
  .kiosk-tile { padding: var(--space-2); }
  .kiosk-tile__icon { font-size: 1rem; }
  .kiosk-tile__name { font-size: 10px; }
  .kiosk-screen__welcome { font-size: 13px; }
  .kiosk-tag--btm { right: -10px; bottom: 18%; }
  .kiosk-tag--top { right: -10px; top: 5%; }
}

/* ============================================
   KEYFRAMES
   ============================================ */
@keyframes orbitRotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(7px); }
}
