.services-site {
  background: #f6f8fc;
  color: #202124;
}

.services-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(25, 103, 210, 0.08);
  backdrop-filter: blur(12px);
}

.services-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 15px;
}

.services-brand img,
.services-footer-logo {
  width: 156px;
  height: auto;
}

.services-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.services-nav a,
.services-footer-links a,
.services-backlink,
.service-card-link,
.services-related-list a {
  color: #1967d2;
  transition: color 0.2s ease;
}

.services-nav a:hover,
.services-footer-links a:hover,
.services-backlink:hover,
.service-card-link:hover,
.services-related-list a:hover {
  color: #0f4ea8;
}

.services-hero,
.services-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 78px;
  background:
    radial-gradient(circle at top left, rgba(25, 103, 210, 0.18), transparent 36%),
    radial-gradient(circle at bottom right, rgba(255, 183, 77, 0.18), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #eef3ff 100%);
}

.services-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 32px;
  align-items: start;
}

.services-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(25, 103, 210, 0.12);
  color: #1967d2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(1.95rem, 2.7vw, 2.9rem);
  line-height: 1.1;
  font-weight: 500;
}

.services-detail-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(2.1rem, 3vw, 3.3rem);
  line-height: 1.1;
  font-weight: 700;
}

.services-hero p,
.services-detail-hero p {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.75;
  color: #52606d;
}

.services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.services-hero-panel {
  display: grid;
  gap: 18px;
}

.services-hero-card,
.service-card,
.services-side-card {
  border: 1px solid rgba(25, 103, 210, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(41, 61, 102, 0.08);
}

.services-hero-card {
  padding: 24px;
}

.services-hero-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.services-hero-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.services-featured,
.services-directory,
.services-detail-content,
.services-cta-band {
  padding: 78px 0;
}

.services-section-heading {
  margin-bottom: 28px;
}

.services-section-heading h2 {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: clamp(1.8rem, 2.4vw, 2.5rem);
}

.service-card-column {
  margin-bottom: 24px;
}

.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px;
}

.service-card--featured {
  background: linear-gradient(180deg, rgba(25, 103, 210, 0.04) 0%, rgba(255, 255, 255, 0.94) 100%);
}

.service-card-category {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(17, 27, 64, 0.06);
  color: #52606d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.25;
}

.service-card p {
  flex: 1;
  margin-bottom: 18px;
  color: #52606d;
  line-height: 1.75;
}

.service-card-link {
  font-weight: 700;
}

.services-cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border-radius: 26px;
  background: linear-gradient(135deg, #111b40 0%, #1c3a8f 100%);
  color: #ffffff;
}

.services-cta-band-inner p,
.services-cta-band-inner .services-kicker {
  color: rgba(255, 255, 255, 0.88);
}

.services-cta-band-inner .services-kicker {
  background: rgba(255, 255, 255, 0.12);
}

.services-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  gap: 28px;
  align-items: start;
}

.services-content-block {
  padding: 30px;
  margin-bottom: 22px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(41, 61, 102, 0.06);
}

.services-content-block h2 {
  margin-bottom: 14px;
  font-size: 25px;
}

.services-content-block p,
.services-side-card p {
  margin: 0;
  color: #52606d;
  line-height: 1.8;
}

.services-side-panel {
  position: sticky;
  top: 100px;
}

.services-side-card {
  padding: 26px;
  margin-bottom: 20px;
}

.services-side-card h3 {
  margin: 14px 0 12px;
  font-size: 22px;
}

.services-related-list {
  margin: 0;
  padding-left: 18px;
}

.services-related-list li + li {
  margin-top: 10px;
}

.services-footer {
  padding: 40px 0;
  border-top: 1px solid rgba(25, 103, 210, 0.08);
  background: #ffffff;
}

.services-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.services-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 991px) {
  .services-nav,
  .services-side-panel {
    position: static;
  }

  .services-hero-grid,
  .services-detail-grid,
  .services-cta-band-inner,
  .services-footer-inner {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .services-header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .services-hero,
  .services-detail-hero,
  .services-featured,
  .services-directory,
  .services-detail-content,
  .services-cta-band {
    padding: 56px 0;
  }

  .service-card,
  .services-content-block,
  .services-side-card,
  .services-cta-band-inner {
    padding: 22px;
  }
}