/**
 * Services page — premium layout & readability
 */
body.wf-services-page .page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 60% at 50% -20%, rgba(0, 212, 255, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 50%, rgba(123, 47, 255, 0.1), transparent 50%);
  border-bottom: 1px solid rgba(0, 212, 255, 0.12);
}

body.wf-services-page .page-hero-inner {
  position: relative;
  z-index: 1;
}

body.wf-services-page .section-desc,
body.wf-services-page .section-title {
  color: #f0f4fa;
}

body.wf-services-page .section-desc {
  color: #d8e0ec !important;
  max-width: 720px;
}

body.wf-services-page .service-card {
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(165deg, rgba(14, 20, 32, 0.98), rgba(8, 12, 20, 0.99)) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3) !important;
  transition: transform 0.3s ease, border-color 0.3s, box-shadow 0.3s !important;
  overflow: hidden;
}

body.wf-services-page .service-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00d4ff, #7b2fff);
  opacity: 0.65;
}

body.wf-services-page .service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 212, 255, 0.35) !important;
  box-shadow: 0 28px 60px rgba(0, 212, 255, 0.1) !important;
}

body.wf-services-page .service-content .desc,
body.wf-services-page .service-content .who,
body.wf-services-page .feature-list li {
  color: #d8e0ec !important;
}

body.wf-services-page .jm-hire-showcase,
body.wf-services-page .jm-pain-services {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.wf-services-page .jm-pain-lane {
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

body.wf-services-page .jm-pain-lane:hover {
  border-color: rgba(0, 212, 255, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

body.wf-services-page .cta-section {
  border-top: 1px solid rgba(0, 212, 255, 0.1);
  background: linear-gradient(180deg, transparent, rgba(0, 212, 255, 0.04));
}

body.wf-services-page .cta-inner p {
  color: #d8e0ec !important;
}

body.wf-services-page .cta-section.wf-services-cta--compact {
  padding: 2.5rem 1.5rem !important;
  background: rgba(6, 10, 18, 0.6) !important;
}

body.wf-services-page .cta-section.wf-services-cta--compact .cta-inner h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
}

/* —— Services hub (bottom mega section) —— */
.wf-services-hub {
  position: relative;
  padding: 0;
  margin-top: 2rem;
  border-top: 2px solid rgba(0, 212, 255, 0.2);
  background: #060a12;
  overflow: hidden;
}

.wf-services-hub__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0, 212, 255, 0.12), transparent 60%),
    radial-gradient(ellipse 50% 40% at 100% 80%, rgba(123, 47, 255, 0.08), transparent 55%);
}

.wf-services-hub__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

.wf-services-hub__intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2rem;
}

.wf-services-hub__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #00d4ff;
  margin-bottom: 0.6rem;
}

.wf-services-hub__intro h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.55rem, 3.5vw, 2.35rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.65rem;
  color: #f4f7fb;
}

.wf-services-hub__intro h2 span {
  background: linear-gradient(135deg, #00d4ff, #7b2fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wf-services-hub__intro p {
  color: #d8e0ec;
  font-size: 0.95rem;
  line-height: 1.65;
}

.wf-hub-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 212, 255, 0.15);
}

.wf-hub-jump a {
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #c5d0e0;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.wf-hub-jump a:hover {
  background: rgba(0, 212, 255, 0.12);
  color: #00d4ff;
}

.wf-hub-marquee {
  margin-bottom: 2.5rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.wf-hub-block {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wf-hub-block:last-of-type {
  border-bottom: none;
}

.wf-hub-block.wf-emergency-lanes,
.wf-hub-block.wf-feature-vault,
.wf-hub-block.wf-money-block,
.wf-hub-block.wf-price-table-section,
.wf-hub-block.wf-faq-strip,
.wf-hub-block.wf-vs-agency {
  padding: 0;
  border: none;
  background: transparent;
}

.wf-services-hub .wf-emergency-lanes,
.wf-services-hub .wf-feature-vault,
.wf-services-hub .wf-money-block,
.wf-services-hub .wf-price-table-section {
  padding: 0;
  border: none;
  background: transparent;
}

.wf-hub-final {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 212, 255, 0.25);
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(123, 47, 255, 0.08));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.wf-hub-final h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  margin-bottom: 0.5rem;
  color: #f4f7fb;
}

.wf-hub-final p {
  color: #d8e0ec;
  max-width: 560px;
  margin: 0 auto 1.25rem;
  line-height: 1.6;
}

.wf-hub-final__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

@media (max-width: 768px) {
  .wf-services-hub__inner {
    padding: 2rem 1rem 3rem;
  }
  .wf-hub-jump {
    border-radius: 16px;
  }
  .wf-hub-final__btns .wf-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
}
