/* ==========================================================================
   Şirket Kuruluşu — sayfa hero'su
   Değerler mevcut tasarımdan alındı: başlık ölçüsü products/solutions ile,
   butonlar ana sayfa hero'su ile aynı.
   ========================================================================== */

.skhero {
  background: var(--grad-hero);
  border-bottom: 1px solid var(--line-soft);
}

.skhero__inner {
  padding-top: 96px;
  padding-bottom: 96px;
  text-align: center;
}

.skhero__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--pink);
}

.skhero__title {
  font-weight: 800;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 16px auto 0;
  max-width: 760px;
}

.skhero__title-accent { color: var(--pink); }

.skhero__lede {
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 620px;
  margin: 20px auto 0;
  text-wrap: pretty;
}

/* --- CTAs (ana sayfa hero'suyla aynı ölçüler) ----------------------------- */
.skhero__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.skhero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 17px 34px;
  border-radius: var(--r-pill);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.skhero__cta--primary {
  background: var(--indigo);
  color: var(--white);
}

.skhero__cta--ghost {
  background: var(--white);
  color: var(--indigo);
  border: 1.5px solid var(--line-3);
}

.skhero__cta-arrow { font-size: 18px; }

.skhero__trust {
  margin-top: 28px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted-2);
}

@media (max-width: 860px) {
  .skhero__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
