/* Unified services visual layer (all /services/* pages) */
html body .section.uk-background-muted,
html body .uk-section.uk-background-muted { background: transparent !important; }

/* Hard-locked unified title style on all service pages */
html body .uk-section.uk-section-large h1,
html body .uk-section.uk-section-large .uk-heading-small {
  font-family: "Space Grotesk", sans-serif !important;
  letter-spacing: -0.02em !important;
  font-size: clamp(1.75rem, 2.65vw, 2.55rem) !important;
  line-height: 1.15 !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 1.25rem !important;
  background: linear-gradient(135deg, #0f172a 12%, #5B9BF5 52%, #1e3a8a 92%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: var(--accent-blue) !important;
}

html body .uk-card.uk-background-default {
  background: rgba(255,255,255,.93) !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 22px !important;
  box-shadow: 0 12px 30px rgba(15,23,42,.07) !important;
}
html body .uk-card.uk-background-muted {
  background: rgba(255,255,255,.86) !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 16px !important;
}

/* Buttons */
html body .uk-button.uk-button-primary,
html body a.uk-button.uk-button-primary,
html body button.uk-button.uk-button-primary,
html body input.uk-button.uk-button-primary,
html body .btn.btn-primary,
html body a.btn.btn-primary {
  border-radius: 12px !important;
  border: 1px solid rgba(30,58,138,.15) !important;
  background-image: linear-gradient(135deg,#5B9BF5,#1e40af) !important;
  background-color: #1e40af !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-family: "Outfit", sans-serif !important;
  box-shadow: 0 8px 20px rgba(30,64,175,.25) !important;
  text-decoration: none !important;
}
html body .uk-button.uk-button-primary:hover,
html body a.uk-button.uk-button-primary:hover,
html body button.uk-button.uk-button-primary:hover,
html body input.uk-button.uk-button-primary:hover,
html body .btn.btn-primary:hover,
html body a.btn.btn-primary:hover {
  transform: translateY(-1px) !important;
  background-image: linear-gradient(135deg,#6fb0ff,#1e3a8a) !important;
  box-shadow: 0 12px 24px rgba(30,64,175,.28) !important;
}

/* Other services slider cards */
html body .section.uk-background-muted [uk-slider] .uk-slider-items > li { display: flex !important; }
html body .section.uk-background-muted [uk-slider] .uk-slider-items > li > a.uk-card.uk-link-reset {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 320px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 10px 24px rgba(15,23,42,.06) !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}
html body .section.uk-background-muted [uk-slider] .uk-slider-items > li > a.uk-card.uk-link-reset:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(91,155,245,.35) !important;
  box-shadow: 0 16px 34px rgba(30,64,175,.14) !important;
}
html body .section.uk-background-muted [uk-slider] .uk-slider-items > li > a.uk-card.uk-link-reset h3 {
  font-family: "Space Grotesk", sans-serif !important;
  color: #0f172a !important;
  line-height: 1.25 !important;
}

/* Slider nav */
html body .section.uk-background-muted [uk-slidenav-previous],
html body .section.uk-background-muted [uk-slidenav-next] {
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  box-shadow: 0 8px 18px rgba(15,23,42,.08) !important;
}

/* Unified content typography inside service main card */
html body .uk-card.uk-card-body.uk-background-default > h2 {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: clamp(1.2rem, 1.65vw, 1.6rem) !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em !important;
  color: #0f172a !important;
  margin: 1rem 0 .65rem !important;
}
html body .uk-card.uk-card-body.uk-background-default > p,
html body .uk-card.uk-card-body.uk-background-default > ul,
html body .uk-card.uk-card-body.uk-background-default > ol {
  font-size: 1rem !important;
  line-height: 1.65 !important;
  color: #334155 !important;
}
html body .uk-card.uk-card-body.uk-background-default > ul,
html body .uk-card.uk-card-body.uk-background-default > ol {
  margin-top: .35rem !important;
  margin-bottom: .9rem !important;
}
html body .uk-card.uk-card-body.uk-background-default h3 {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem) !important;
  line-height: 1.3 !important;
  color: #0f172a !important;
}

@media (max-width: 960px) {
  html body .section.uk-background-muted [uk-slider] .uk-slider-items > li > a.uk-card.uk-link-reset {
    min-height: 300px !important;
  }
}

/* Deep service content blocks (per-service unique enhancements) */
html body .service-deep-upgrade {
  margin: 1.2rem 0 1.6rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(30,58,138,.16);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(91,155,245,.12), rgba(255,255,255,.95));
}
html body .service-deep-upgrade h3 {
  margin: 0 0 .45rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
  color: #0f172a;
}
html body .service-deep-upgrade p {
  margin: 0;
  color: #475569;
  font-size: .95rem;
  line-height: 1.55;
}
html body .service-deep-upgrade ul {
  margin: .75rem 0 .5rem 1.05rem;
  padding: 0;
  display: grid;
  gap: .35rem;
}
html body .service-deep-upgrade li {
  color: #1f2937;
  font-size: .93rem;
  line-height: 1.5;
}
html body .service-deep-upgrade .service-deep-upgrade-result {
  margin-top: .6rem;
  padding-top: .55rem;
  border-top: 1px dashed rgba(15,23,42,.14);
  font-weight: 600;
  color: #0f172a;
}
