/* Sayfaya özel minik dokunuşlar */
.service-hero{
  background: radial-gradient(1100px 520px at 10% -10%, rgba(0, 82, 255, 0.14), transparent 55%),
              radial-gradient(900px 420px at 90% 0%, rgba(255, 122, 0, 0.12), transparent 55%),
              #fff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  margin-top: .75rem;
}
.service-hero-inner{ padding: 1.35rem; }
.service-kicker{
  display:inline-flex; align-items:center; gap:.55rem;
  padding:.35rem .75rem; border-radius:999px;
  background: rgba(0, 82, 255, .08);
  border: 1px solid rgba(0, 82, 255, .16);
  color:#0f172a; font-weight:900; letter-spacing:.12em;
  text-transform:uppercase; font-size:.75rem;
}
.service-title{
  margin:.85rem 0 .35rem;
  font-weight:950; letter-spacing:-.02em;
  color:#0f172a; font-size:1.65rem;
}
.service-lead{ margin:0; color:#64748b; font-size:.98rem; max-width:900px; }

.service-media{
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
  background:#fff;
}
.service-media img{ width:100%; height:100%; object-fit:cover; display:block; }

.service-card2{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(15,23,42,.05);
  padding: 1.1rem 1.1rem;
  height: 100%;
}
.service-bullets{
  list-style:none; padding:0; margin:.75rem 0 0;
  color:#4b5563; font-size:.93rem; line-height:1.65;
}
.service-bullets li{
  position:relative; padding-left:1.65rem;
  margin-top:.35rem;
}
.service-bullets li::before{
  content:"\f00c";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute; left:0; top:.15rem;
  color: var(--proda-primary);
  opacity:.95;
}

.service-cta{
  display:flex; flex-wrap:wrap; gap:.6rem;
  margin-top: 1rem;
}
.btn-soft{
  border-radius: 999px;
  font-weight: 800;
  padding: .65rem 1.05rem;
  border: 1px solid rgba(0,82,255,.22);
  background: rgba(0,82,255,.06);
  color: var(--proda-primary);
  display:inline-flex; align-items:center; gap:.55rem;
  text-decoration:none;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.btn-soft:hover{
  transform: translateY(-1px);
  background: rgba(0,82,255,.10);
  border-color: rgba(0,82,255,.38);
  color: var(--proda-primary);
}
.btn-whatsapp{
  border-radius: 999px;
  font-weight: 900;
  padding: .65rem 1.05rem;
  border: 0;
  background: #22c55e;
  color: #052e16;
  display:inline-flex; align-items:center; gap:.55rem;
  text-decoration:none;
  box-shadow: 0 14px 34px rgba(34, 197, 94, 0.22);
}
.btn-whatsapp:hover{ filter: brightness(1.02); color:#052e16; }

.mini-info{
  margin-top: 1.25rem;
  background:#0f172a;
  border-radius: 18px;
  padding: 1.05rem 1.1rem;
  color:#e5e7eb;
  border: 1px solid rgba(255,255,255,.12);
  display:flex; align-items:center; justify-content:space-between;
  gap: 1rem; flex-wrap: wrap;
}
.mini-info b{ color:#fff; }
.mini-info .mini-muted{ opacity:.9; font-size:.92rem; }