/* === HİZMETLER BÖLÜMÜ - GÖRSELDEKİ BEYAZ / PREMIUM KART DÜZENİ === */
.service-showcase-section,
section.service-showcase-section{
  background:#f7f4ee !important;
  padding:76px 0 78px !important;
  color:#071428 !important;
  border-top:1px solid #eadfce !important;
  border-bottom:1px solid #eadfce !important;
}

.service-showcase-title{
  text-align:center !important;
  margin-bottom:42px !important;
}

.service-showcase-title small{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  color:#0b7cff !important;
  font-size:12px !important;
  font-weight:950 !important;
  letter-spacing:.20em !important;
  line-height:1 !important;
}

.service-showcase-title small::before{
  content:"" !important;
  width:30px !important;
  height:2px !important;
  background:#d5a222 !important;
  border-radius:999px !important;
}

.service-showcase-title h2{
  color:#071428 !important;
  font-size:clamp(31px, 3.8vw, 48px) !important;
  line-height:1.08 !important;
  letter-spacing:-1.4px !important;
  margin:12px 0 12px !important;
  font-weight:950 !important;
}

.service-showcase-title p{
  color:#475569 !important;
  max-width:780px !important;
  margin:0 auto !important;
  font-size:16px !important;
  line-height:1.7 !important;
}

.service-showcase-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:26px !important;
}

.service-showcase-card{
  background:#ffffff !important;
  border:1px solid #e7dccb !important;
  border-radius:18px !important;
  overflow:hidden !important;
  box-shadow:0 16px 42px rgba(15,23,42,.07) !important;
  min-height:0 !important;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.service-showcase-card:nth-child(3){
  border-color:#d6a632 !important;
  box-shadow:0 20px 48px rgba(214,166,50,.16) !important;
}

.service-showcase-card:hover{
  transform:translateY(-5px) !important;
  border-color:#168cff !important;
  box-shadow:0 22px 58px rgba(15,23,42,.12) !important;
}

.service-showcase-image{
  display:block !important;
  height:205px !important;
  overflow:hidden !important;
  background:#eef4fb !important;
}

.service-showcase-image img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  transform:scale(1.01) !important;
  transition:transform .35s ease !important;
}

.service-showcase-card:hover .service-showcase-image img{
  transform:scale(1.06) !important;
}

.service-showcase-body{
  padding:24px 24px 26px !important;
}

.service-showcase-body h3{
  margin:0 0 16px !important;
  color:#071428 !important;
  font-size:22px !important;
  line-height:1.18 !important;
  font-weight:950 !important;
  letter-spacing:-.3px !important;
}

.service-showcase-body p{
  min-height:72px !important;
  margin:0 0 28px !important;
  color:#475569 !important;
  font-size:15px !important;
  line-height:1.65 !important;
}

.service-detail-link{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  color:#071428 !important;
  font-size:13px !important;
  font-weight:950 !important;
  text-decoration:none !important;
}

.service-detail-link i{
  font-size:11px !important;
  color:#168cff !important;
  transition:transform .2s ease !important;
}

.service-detail-link:hover{
  color:#168cff !important;
}

.service-detail-link:hover i{
  transform:translateX(4px) !important;
}

@media(max-width:1020px){
  .service-showcase-grid{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  }
}

@media(max-width:680px){
  .service-showcase-section,
  section.service-showcase-section{
    padding:52px 0 56px !important;
  }

  .service-showcase-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  .service-showcase-title{
    margin-bottom:30px !important;
  }

  .service-showcase-title h2{
    font-size:32px !important;
    letter-spacing:-.8px !important;
  }

  .service-showcase-title p{
    font-size:15px !important;
  }

  .service-showcase-image{
    height:210px !important;
  }

  .service-showcase-body{
    padding:20px 20px 22px !important;
  }

  .service-showcase-body p{
    min-height:auto !important;
    margin-bottom:22px !important;
  }
}
