.fade-slide{
  opacity:0;
  transform:translateY(14px);
  transition:opacity .7s ease, transform .7s ease;
  will-change:opacity, transform;
}
.fade-slide.show{
  opacity:1;
  transform:translateY(0);
}

/* =========================
   VALE HİZMETİ - ORTALI / PREMIUM KART
   (HTML değişmeden çalışır)
========================= */
section.pt-10.md\:pt-16.lg\:pt-24.pb-20.px-6.md\:px-12{
  /* bölümün kendi nefes alanını premium yap */
  padding-left: 16px;
  padding-right: 16px;
}

section.pt-10.md\:pt-16.lg\:pt-24.pb-20.px-6.md\:px-12 > .max-w-7xl{
  /* ana kart */
  margin-left: auto;
  margin-right: auto;

  /* premium görünüm */
  background: rgba(255,255,255,0.92) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(15,23,42,0.08) !important;
  border-radius: 28px !important;

  /* daha premium shadow */
  box-shadow:
    0 24px 70px rgba(15,23,42,0.10),
    0 1px 0 rgba(255,255,255,0.7) inset !important;

  /* nefes */
  padding: 44px 36px !important;

  /* ortalama hissi */
  overflow: hidden;
  position: relative;
}

/* kartın üstüne ince highlight çizgisi (luxury) */
section.pt-10.md\:pt-16.lg\:pt-24.pb-20.px-6.md\:px-12 > .max-w-7xl::before{
  content:"";
  position:absolute;
  left: 24px;
  right: 24px;
  top: 14px;
  height: 1px;
  background: linear-gradient(90deg,
    rgba(15,23,42,0),
    rgba(15,23,42,0.10),
    rgba(15,23,42,0)
  );
  pointer-events:none;
}

/* HEADER tamamen ortalansın */
section.pt-10.md\:pt-16.lg\:pt-24.pb-20.px-6.md\:px-12 > .max-w-7xl header{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Rozet (En Baba Vale) daha premium */
section.pt-10.md\:pt-16.lg\:pt-24.pb-20.px-6.md\:px-12 > .max-w-7xl header span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  border-radius: 999px !important;
  padding: 10px 16px !important;

  background: rgba(15,23,42,0.92) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.14) !important;

  box-shadow: 0 10px 26px rgba(15,23,42,0.16) !important;
}

/* Paragraflar: daha dengeli genişlik + typografi */
section.pt-10.md\:pt-16.lg\:pt-24.pb-20.px-6.md\:px-12 > .max-w-7xl header p{
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.75 !important;
  color: rgba(71,85,105,1) !important; /* slate-600 */
}

/* İlk güçlü paragrafı bir tık daha vurgu */
section.pt-10.md\:pt-16.lg\:pt-24.pb-20.px-6.md\:px-12 > .max-w-7xl header p:first-of-type{
  font-size: 18px;
  color: rgba(30,41,59,0.88) !important; /* slate-800'e yakın */
}

/* Mobil: padding ve radius optimize */
@media (max-width: 640px){
  section.pt-10.md\:pt-16.lg\:pt-24.pb-20.px-6.md\:px-12 > .max-w-7xl{
    padding: 30px 18px !important;
    border-radius: 22px !important;
  }
  section.pt-10.md\:pt-16.lg\:pt-24.pb-20.px-6.md\:px-12 > .max-w-7xl header p:first-of-type{
    font-size: 16px;
  }
}

