/* Turqcell USA — shared styles shared site styles */

[data-animate] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dealer-tile {
  background: #d5d9de;
  border-radius: 1.25rem;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.5rem;
}

.nav-active {
  box-shadow: inset 0 -2px 0 #F24822;
}

.pill-label {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.4rem 1rem;
  font-family: "Azeret Mono", monospace;
  font-size: 0.95rem;
  background: rgba(228, 244, 255, 0.55);
  color: #101213;
}

.service-card {
  background: #101213;
  color: #E4F4FF;
  border-radius: 1.75rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.stat-num {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  line-height: 1.1;
  color: #E4F4FF;
}

/* Soft page background gradients like original */
.hero-glow {
  background:
    radial-gradient(circle at 30% 40%, rgba(70, 100, 120, 0.28), transparent 55%),
    #101213;
}

.map-frame,
.store-frame {
  border-radius: 1.25rem;
  overflow: hidden;
}

.chat-pill {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #F24822;
  color: #fff;
  border-radius: 9999px;
  padding: 0.75rem 1.15rem;
  font-size: 0.95rem;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.chat-pill:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}
