.service-page .seo-internal-link {
  border-radius: 20px;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.service-page .seo-internal-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
}

.service-whatsapp-button {
  position: relative;
  isolation: isolate;
  min-height: 58px;
  padding: 14px 22px !important;
  border: 1px solid rgba(34, 197, 94, .55) !important;
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 48%, #bbf7d0 100%) !important;
  color: #052e16 !important;
  box-shadow: 0 14px 34px rgba(22, 163, 74, .34), inset 0 1px 0 rgba(255, 255, 255, .55) !important;
  overflow: hidden;
}

.service-whatsapp-button::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 44%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
  animation: serviceCtaShine 3.8s ease-in-out infinite;
  z-index: -1;
}

.service-whatsapp-button::after {
  content: "اطلب الآن";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: 8px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  color: #14532d;
  font-size: .76rem;
  font-weight: 1000;
}

.service-ad-banner {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(34, 197, 94, .32);
  background: radial-gradient(circle at top right, rgba(34, 197, 94, .26), transparent 34%), linear-gradient(135deg, rgba(15, 23, 42, .92), rgba(20, 83, 45, .82));
  box-shadow: 0 22px 54px rgba(0, 0, 0, .26);
}

.service-ad-banner h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.22rem, 3vw, 1.7rem);
  line-height: 1.8;
}

.service-ad-banner p {
  margin: 0;
  color: #dcfce7;
  line-height: 2;
  font-weight: 800;
}

.service-ad-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.service-ad-actions .service-whatsapp-button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.service-ad-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fef9c3;
  font-weight: 900;
  line-height: 1.9;
}

@keyframes serviceCtaShine {
  0% { left: -55%; opacity: 0; }
  18% { opacity: .8; }
  42% { left: 120%; opacity: 0; }
  100% { left: 120%; opacity: 0; }
}

@media (max-width: 700px) {
  .service-ad-banner { padding: 18px; }
  .service-ad-actions .service-whatsapp-button,
  .service-page .hero-content .service-whatsapp-button {
    width: 100%;
  }
}
