/* Gaziantep Akü — Çelik Ticaret landing page extras */

html {
  scroll-behavior: smooth;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.hero-bg {
  background: linear-gradient(160deg, #0f172a 0%, #1e293b 45%, #0f172a 100%);
}

.hero-photo {
  object-position: center 40%;
}

.service-photo {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.badge-dot::before {
  content: "·";
  margin: 0 0.5rem;
  opacity: 0.5;
}

.badge-dot:first-child::before {
  content: none;
  margin: 0;
}

.mobile-cta-bar {
  padding-bottom: env(safe-area-inset-bottom, 0);
}

@media (min-width: 768px) {
  .has-mobile-cta {
    padding-bottom: 0 !important;
  }
}

.brand-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brand-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.brand-card img {
  filter: grayscale(20%);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.brand-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.03);
}

.step-line {
  background: linear-gradient(90deg, #ea580c, #f97316);
}

:focus-visible {
  outline: 2px solid #f97316;
  outline-offset: 2px;
}
