.page-services {
  --hub-navy: #061120;
  --hub-navy-deep: #081a35;
  --hub-blue: #1e9fff;
  --hub-green: #41ad4a;
  --hub-gold: #ffd067;
  --hub-ink: #123554;
  --hub-ink-strong: #0b2640;
  --hub-muted: #5d7890;
  --hub-line: rgba(14, 47, 76, 0.12);
  --hub-surface: #f4f9fd;
  --hub-surface-alt: #edf5fb;
  --hub-white: #ffffff;
  --hub-card-shadow: 0 28px 60px rgba(7, 31, 60, 0.08);
  --hub-card-shadow-strong: 0 32px 70px rgba(4, 16, 34, 0.18);
}

.page-services body,
.page-services {
  background:
    linear-gradient(180deg, #f7fbff 0%, #eef5fb 38%, #f8fbfd 68%, #ffffff 100%);
}

.page-services main {
  overflow: clip;
}

.page-services .section {
  position: relative;
}

.page-services .section-header {
  margin-bottom: clamp(24px, 3vw, 34px);
}

.page-services .section-header h2,
.page-services .services-hub-proof__copy h2,
.page-services .services-hub-division__copy h2,
.page-services .services-hub-cta__copy h2 {
  max-width: 15ch;
  color: var(--hub-ink-strong);
  letter-spacing: -0.04em;
}

.page-services .section-header .muted,
.page-services .services-hub-proof__copy .muted {
  max-width: 66ch;
  color: var(--hub-muted);
}

.page-services .kicker {
  color: #175b97;
  background: rgba(30, 159, 255, 0.09);
  border: 1px solid rgba(30, 159, 255, 0.14);
}

.page-services .services-hub-hero {
  padding: clamp(38px, 5vw, 58px) 0 clamp(104px, 12vw, 142px);
  background:
    radial-gradient(700px 420px at 8% 0%, rgba(30, 159, 255, 0.18), rgba(30, 159, 255, 0) 64%),
    radial-gradient(520px 320px at 94% 4%, rgba(65, 173, 74, 0.16), rgba(65, 173, 74, 0) 62%),
    radial-gradient(520px 340px at 78% 100%, rgba(255, 208, 103, 0.12), rgba(255, 208, 103, 0) 68%),
    linear-gradient(135deg, #05111f 0%, #071a35 52%, #0c2d57 100%);
}

.page-services .services-hub-hero::before {
  content: "";
  position: absolute;
  inset: auto -6vw -90px auto;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.page-services .services-hub-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(330px, 0.94fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
}

.page-services .services-hub-hero__content {
  max-width: 640px;
}

.page-services .services-hub-hero .kicker {
  color: #d7eaff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.page-services .services-hub-hero__eyebrow {
  margin: 0 0 14px;
  color: rgba(219, 234, 248, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-services .services-hub-hero h1 {
  max-width: 13.2ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.85rem, 6vw, 5.45rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.page-services .services-hub-hero .lead {
  margin: 1.22rem 0 0;
  max-width: 33ch;
  color: #d8e5f3;
  font-size: clamp(1.04rem, 1.35vw, 1.2rem);
  line-height: 1.75;
}

.page-services .services-hub-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 1.75rem;
}

.page-services .services-hub-hero .btn-primary {
  box-shadow: 0 18px 34px rgba(65, 173, 74, 0.28);
}

.page-services .services-hub-hero .btn-ghost {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.page-services .services-hub-hero .btn-ghost:hover,
.page-services .services-hub-hero .btn-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.34);
}

.page-services .services-hub-hero__text-link {
  color: #edf6ff;
  font-weight: 800;
  text-decoration: none;
}

.page-services .services-hub-hero__text-link:hover,
.page-services .services-hub-hero__text-link:focus-visible {
  text-decoration: underline;
}

.page-services .services-hub-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.page-services .services-hub-hero__trust li {
  padding: 0.74rem 0.98rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #eff7ff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-services .services-hub-hero__support {
  margin: 1rem 0 0;
  max-width: 60ch;
  color: #bfd4e8;
}

.page-services .services-hub-hero__spotlight {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 30px);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--hub-card-shadow-strong);
  backdrop-filter: blur(16px);
}

.page-services .services-hub-hero__spotlight::after {
  content: "";
  position: absolute;
  inset: auto auto -80px -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 159, 255, 0.16), rgba(30, 159, 255, 0));
  pointer-events: none;
}

.page-services .services-hub-hero__spotlight-header {
  position: relative;
  z-index: 1;
}

.page-services .services-hub-hero__spotlight-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #ffd067;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-services .services-hub-hero__spotlight-header h2 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  line-height: 1.12;
}

.page-services .services-hub-hero__spotlight-header p {
  margin: 12px 0 0;
  color: #d2dfee;
  line-height: 1.65;
}

.page-services .services-hub-hero__priority-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.page-services .hub-priority-card {
  display: grid;
  gap: 8px;
  min-height: 100%;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.page-services .hub-priority-card:hover,
.page-services .hub-priority-card:focus-visible {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 28px rgba(2, 9, 22, 0.18);
}

.page-services .hub-priority-card:focus-visible,
.page-services .services-hub-service-card__text-link:focus-visible {
  outline: 2px solid rgba(223, 240, 255, 0.92);
  outline-offset: 3px;
}

.page-services .hub-priority-card__eyebrow {
  color: #a9d5ff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.page-services .hub-priority-card strong {
  font-size: 1.15rem;
  line-height: 1.22;
}

.page-services .hub-priority-card p,
.page-services .hub-priority-card__meta {
  margin: 0;
  color: #d4e3f1;
  line-height: 1.55;
}

.page-services .hub-priority-card__meta {
  font-size: 0.9rem;
  font-weight: 700;
}

.page-services .services-hub-proof-band {
  margin-top: -74px;
  z-index: 2;
}

.page-services .services-hub-proof-band__shell {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 3vw, 28px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 250, 255, 0.98) 100%);
  box-shadow: var(--hub-card-shadow);
}

.page-services .services-hub-proof-band__intro {
  display: grid;
  gap: 8px;
}

.page-services .services-hub-proof-band__eyebrow {
  margin: 0;
  color: #175b97;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-services .services-hub-proof-band__intro h2 {
  margin: 0;
  max-width: 18ch;
  color: var(--hub-ink-strong);
  letter-spacing: -0.04em;
}

.page-services .services-hub-proof-band__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.page-services .services-hub-proof-band__item {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--hub-line);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.page-services .services-hub-proof-band__item strong {
  color: var(--hub-ink-strong);
  font-size: 1.02rem;
  line-height: 1.2;
}

.page-services .services-hub-proof-band__item span {
  color: var(--hub-muted);
  line-height: 1.6;
}

.page-services .services-hub-coverage__card,
.page-services .services-hub-process__card {
  position: relative;
  padding: 24px 24px 22px;
  border-radius: 26px;
  border: 1px solid var(--hub-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 250, 255, 0.98) 100%);
  box-shadow: var(--hub-card-shadow);
}

.page-services .services-hub-coverage__card::before,
.page-services .services-hub-process__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: 26px 26px 0 0;
  background: linear-gradient(90deg, #1e9fff 0%, #41ad4a 58%, #ffd067 100%);
}

.page-services .services-hub-process__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, #eef6ff 0%, #e3f1ff 100%);
  color: #0d3b66;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.page-services .services-hub-coverage__card h3,
.page-services .services-hub-process__card h3 {
  margin: 0 0 10px;
  color: var(--hub-ink-strong);
}

.page-services .services-hub-coverage__card p,
.page-services .services-hub-process__card p {
  margin: 0;
  color: var(--hub-muted);
}

.page-services .services-hub-services {
  padding-top: clamp(70px, 8vw, 94px);
  padding-bottom: clamp(84px, 9vw, 110px);
  background:
    radial-gradient(640px 320px at 100% 0%, rgba(30, 159, 255, 0.08), rgba(30, 159, 255, 0) 72%),
    linear-gradient(180deg, #f5fafe 0%, #ecf4fb 100%);
}

.page-services .services-hub-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.page-services .services-hub-service-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  min-height: 100%;
  border-radius: 30px;
  border: 1px solid var(--hub-line);
  background: var(--hub-white);
  box-shadow: 0 24px 52px rgba(7, 31, 60, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.page-services .services-hub-service-card:hover,
.page-services .services-hub-service-card:focus-within {
  transform: translateY(-4px);
  border-color: #c9d9e8;
  box-shadow: 0 28px 56px rgba(7, 31, 60, 0.14);
}

.page-services .services-hub-service-card__art {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 10;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(16, 53, 87, 0.08);
}

.page-services .services-hub-service-card__art::before,
.page-services .services-hub-service-card__art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-services .services-hub-service-card__art::before {
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 31, 60, 0.04) 0%, rgba(7, 31, 60, 0.22) 100%);
}

.page-services .services-hub-service-card__art::after {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%),
    linear-gradient(90deg, rgba(30, 159, 255, 0.22) 0%, rgba(65, 173, 74, 0.16) 100%);
  mix-blend-mode: soft-light;
}

.page-services .services-hub-service-card__art img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.25s ease;
}

.page-services .services-hub-service-card:hover .services-hub-service-card__art img {
  transform: scale(1.03);
}

.page-services .services-hub-service-card__body {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px;
}

.page-services .services-hub-service-card__tag,
.page-services .services-hub-feature-card__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.5rem 0.82rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-services .services-hub-service-card--janitorial .services-hub-service-card__tag,
.page-services .services-hub-feature-card__label {
  color: #0f4e84;
  background: #ebf6ff;
}

.page-services .services-hub-service-card--dayporter .services-hub-service-card__tag {
  color: #1a7552;
  background: #ebf8f1;
}

.page-services .services-hub-service-card--medical .services-hub-service-card__tag {
  color: #17625f;
  background: #eaf8f6;
}

.page-services .services-hub-service-card--floorcare .services-hub-service-card__tag {
  color: #8c6412;
  background: #fff3d8;
}

.page-services .services-hub-service-card--carpet .services-hub-service-card__tag {
  color: #0f5d83;
  background: #e9f7ff;
}

.page-services .services-hub-service-card--warehouse .services-hub-service-card__tag {
  color: #1c6a3a;
  background: #eaf7ee;
}

.page-services .services-hub-service-card--post .services-hub-service-card__tag {
  color: #92660d;
  background: #fff3d6;
}

.page-services .services-hub-service-card--power .services-hub-service-card__tag {
  color: #1b7a23;
  background: #edf9ee;
}

.page-services .services-hub-service-card--window .services-hub-service-card__tag {
  color: #156088;
  background: #edf8ff;
}

.page-services .services-hub-service-card__body h3 {
  margin: 0;
  color: var(--hub-ink-strong);
  font-size: clamp(1.42rem, 1.8vw, 1.72rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.page-services .services-hub-service-card__body > p {
  margin: 0;
  color: var(--hub-muted);
  line-height: 1.66;
}

.page-services .services-hub-service-card__section {
  display: grid;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(16, 53, 87, 0.08);
}

.page-services .services-hub-service-card__section strong {
  color: var(--hub-ink-strong);
  font-size: 0.98rem;
}

.page-services .services-hub-service-card__section p {
  margin: 0;
  color: var(--hub-muted);
  line-height: 1.6;
}

.page-services .services-hub-service-card__section ul,
.page-services .services-hub-proof__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-services .services-hub-service-card__section li,
.page-services .services-hub-proof__list li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--hub-muted);
  line-height: 1.6;
}

.page-services .services-hub-service-card__section li::before,
.page-services .services-hub-proof__list li::before {
  content: "";
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1e9fff 0%, #41ad4a 100%);
}

.page-services .services-hub-service-card__meta {
  margin: 0;
  color: #335574;
  font-weight: 700;
  line-height: 1.5;
}

.page-services .services-hub-service-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 2px;
}

.page-services .services-hub-service-card__primary-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.page-services .services-hub-service-card__primary-link:focus-visible {
  outline: 2px solid rgba(223, 240, 255, 0.92);
  outline-offset: 3px;
}

.page-services .services-hub-service-card__text-link {
  position: relative;
  z-index: 3;
  color: var(--hub-ink);
  font-weight: 800;
  text-decoration: none;
}

.page-services .services-hub-service-card__text-link:hover,
.page-services .services-hub-service-card__text-link:focus-visible {
  text-decoration: underline;
}

.page-services .services-hub-compare {
  padding-top: 0;
  padding-bottom: clamp(84px, 9vw, 110px);
}

.page-services .services-hub-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.page-services .services-hub-compare-card {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid var(--hub-line);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--hub-card-shadow);
}

.page-services .services-hub-compare-card__label {
  display: inline-flex;
  width: fit-content;
  padding: 0.48rem 0.72rem;
  border-radius: 999px;
  background: rgba(30, 159, 255, 0.09);
  color: #175b97;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.page-services .services-hub-compare-card h3,
.page-services .services-hub-compare-card p {
  margin: 0;
}

.page-services .services-hub-compare-card h3 {
  color: var(--hub-ink-strong);
  line-height: 1.16;
}

.page-services .services-hub-compare-card p {
  color: var(--hub-muted);
  line-height: 1.66;
}

.page-services .services-hub-compare-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}

.page-services .services-hub-compare-card--dark {
  background:
    radial-gradient(340px 180px at 100% 0%, rgba(65, 173, 74, 0.16), rgba(65, 173, 74, 0) 74%),
    linear-gradient(145deg, #07192f 0%, #0c294c 100%);
  box-shadow: 0 28px 56px rgba(4, 16, 34, 0.2);
}

.page-services .services-hub-compare-card--dark .services-hub-compare-card__label {
  color: #0f4e84;
  background: #eef7ff;
}

.page-services .services-hub-compare-card--dark h3,
.page-services .services-hub-compare-card--dark p {
  color: #ffffff;
}

.page-services .services-hub-compare-card--dark .btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.page-services .services-hub-compare-card--dark .btn-ghost:hover,
.page-services .services-hub-compare-card--dark .btn-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
}

.page-services .services-hub-proof {
  padding-top: clamp(84px, 9vw, 110px);
  padding-bottom: clamp(84px, 9vw, 110px);
}

.page-services .services-hub-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  gap: clamp(28px, 4vw, 46px);
  align-items: start;
}

.page-services .services-hub-proof__copy {
  display: grid;
  gap: 18px;
}

.page-services .services-hub-proof__copy .kicker {
  width: fit-content;
}

.page-services .services-hub-proof__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.page-services .services-hub-proof__metric {
  padding: 18px 16px;
  border-radius: 22px;
  border: 1px solid var(--hub-line);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 16px 32px rgba(7, 31, 60, 0.05);
}

.page-services .services-hub-proof__metric strong {
  display: block;
  color: var(--hub-ink-strong);
  font-size: clamp(1.24rem, 2.2vw, 1.62rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.page-services .services-hub-proof__metric span {
  display: block;
  margin-top: 0.45rem;
  color: var(--hub-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.page-services .services-hub-proof__cards {
  display: grid;
  gap: 20px;
}

.page-services .services-hub-feature-card {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--hub-line);
  background: #ffffff;
  box-shadow: var(--hub-card-shadow);
}

.page-services .services-hub-feature-card img {
  display: block;
  width: 100%;
  height: auto;
}

.page-services .services-hub-feature-card__body {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.page-services .services-hub-feature-card__body h3 {
  margin: 0;
  color: var(--hub-ink-strong);
  line-height: 1.15;
}

.page-services .services-hub-feature-card__body p {
  margin: 0;
  color: var(--hub-muted);
  line-height: 1.68;
}

.page-services .services-hub-feature-card--guide {
  color: #ffffff;
  background:
    radial-gradient(340px 180px at 100% 0%, rgba(65, 173, 74, 0.16), rgba(65, 173, 74, 0) 74%),
    linear-gradient(145deg, #07192f 0%, #0c294c 100%);
  box-shadow: 0 28px 56px rgba(4, 16, 34, 0.2);
}

.page-services .services-hub-feature-card--guide .services-hub-feature-card__body h3,
.page-services .services-hub-feature-card--guide .services-hub-feature-card__body p {
  color: inherit;
}

.page-services .services-hub-feature-card--guide .services-hub-feature-card__label {
  color: #0f4e84;
  background: #eef7ff;
}

.page-services .services-hub-feature-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-services .services-hub-feature-card--guide .btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.page-services .services-hub-feature-card--guide .btn-ghost:hover,
.page-services .services-hub-feature-card--guide .btn-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
}

.page-services .services-hub-coverage {
  background:
    radial-gradient(420px 220px at 0% 100%, rgba(30, 159, 255, 0.06), rgba(30, 159, 255, 0) 70%),
    linear-gradient(180deg, #f9fcff 0%, #f0f7fc 100%);
}

.page-services .services-hub-coverage__grid,
.page-services .services-hub-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.page-services .services-hub-coverage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.page-services .services-hub-process {
  padding-top: clamp(78px, 8vw, 100px);
  padding-bottom: clamp(78px, 8vw, 100px);
}

.page-services .services-hub-division {
  padding-top: clamp(28px, 4vw, 40px);
  padding-bottom: clamp(84px, 9vw, 110px);
}

.page-services .services-hub-division__panel,
.page-services .services-hub-cta__panel {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(10, 34, 58, 0.08);
  background:
    radial-gradient(420px 220px at 100% 0%, rgba(65, 173, 74, 0.16), rgba(65, 173, 74, 0) 74%),
    radial-gradient(380px 220px at 0% 100%, rgba(30, 159, 255, 0.14), rgba(30, 159, 255, 0) 74%),
    linear-gradient(145deg, #081b33 0%, #0d2a4e 100%);
  box-shadow: 0 28px 60px rgba(4, 16, 34, 0.22);
}

.page-services .services-hub-division__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: clamp(28px, 4vw, 40px);
}

.page-services .services-hub-division__copy,
.page-services .services-hub-cta__copy {
  max-width: 760px;
}

.page-services .services-hub-division__copy .kicker,
.page-services .services-hub-cta__copy .kicker {
  color: #d7eaff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.page-services .services-hub-division__copy h2,
.page-services .services-hub-cta__copy h2 {
  margin: 14px 0 0;
  color: #ffffff;
}

.page-services .services-hub-division__copy .lead,
.page-services .services-hub-cta__copy .lead {
  margin: 1rem 0 0;
  color: #d6e4f2;
  line-height: 1.72;
}

.page-services #faq .faq-item {
  border-color: rgba(14, 47, 76, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 36px rgba(7, 31, 60, 0.05);
}

.page-services .services-hub-cta {
  padding-top: clamp(28px, 4vw, 36px);
  padding-bottom: clamp(84px, 9vw, 112px);
}

.page-services .services-hub-cta__panel {
  padding: clamp(30px, 4vw, 46px);
}

.page-services .services-hub-cta__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.page-services .services-hub-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-services .services-hub-cta .btn-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.page-services .services-hub-cta .btn-ghost:hover,
.page-services .services-hub-cta .btn-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}

.page-services .floating-hub-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  transform: translateY(18px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.page-services .floating-hub-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.page-services .floating-hub-cta .btn {
  min-width: 210px;
  box-shadow: 0 20px 36px rgba(11, 22, 42, 0.2);
}

@media (max-width: 1180px) {
  .page-services .services-hub-hero__grid,
  .page-services .services-hub-proof__grid {
    grid-template-columns: 1fr;
  }

  .page-services .services-hub-proof-band__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-services .services-hub-hero h1 {
    max-width: 11.5ch;
  }

  .page-services .services-hub-service-card__art {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 960px) {
  .page-services .services-hub-services__grid,
  .page-services .services-hub-compare__grid,
  .page-services .services-hub-coverage__grid,
  .page-services .services-hub-process__grid,
  .page-services .services-hub-proof__metrics {
    grid-template-columns: 1fr;
  }

  .page-services .services-hub-hero {
    padding-bottom: 88px;
  }

  .page-services .services-hub-hero__spotlight {
    max-width: 760px;
  }

  .page-services .services-hub-coverage__actions,
  .page-services .services-hub-compare-card__actions,
  .page-services .services-hub-cta__actions,
  .page-services .services-hub-feature-card__actions {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .page-services .services-hub-hero {
    padding-top: 22px;
  }

  .page-services .services-hub-proof-band {
    margin-top: -56px;
  }

  .page-services .services-hub-hero__priority-grid {
    grid-template-columns: 1fr;
  }

  .page-services .services-hub-services,
  .page-services .services-hub-compare,
  .page-services .services-hub-proof,
  .page-services .services-hub-division,
  .page-services .services-hub-cta {
    padding-bottom: 78px;
  }
}

@media (max-width: 640px) {
  .page-services .services-hub-hero {
    padding-top: 18px;
    padding-bottom: 74px;
  }

  .page-services .services-hub-proof-band {
    margin-top: -42px;
  }

  .page-services .services-hub-proof-band__grid {
    grid-template-columns: 1fr;
  }

  .page-services .services-hub-hero h1 {
    max-width: 13.8ch;
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .page-services .services-hub-hero .lead,
  .page-services .services-hub-division__copy .lead,
  .page-services .services-hub-cta__copy .lead {
    font-size: 1rem;
  }

  .page-services .services-hub-hero__actions,
  .page-services .services-hub-service-card__actions,
  .page-services .services-hub-compare-card__actions,
  .page-services .services-hub-coverage__actions,
  .page-services .services-hub-feature-card__actions,
  .page-services .services-hub-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-services .services-hub-hero__actions > *,
  .page-services .services-hub-service-card__actions > *,
  .page-services .services-hub-compare-card__actions > *,
  .page-services .services-hub-coverage__actions > *,
  .page-services .services-hub-feature-card__actions > *,
  .page-services .services-hub-cta__actions > * {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .page-services .services-hub-hero__text-link,
  .page-services .services-hub-service-card__text-link {
    text-align: center;
  }

  .page-services .services-hub-coverage__card,
  .page-services .services-hub-process__card,
  .page-services .services-hub-proof-band__shell,
  .page-services .services-hub-proof-band__item,
  .page-services .services-hub-compare-card,
  .page-services .services-hub-feature-card__body,
  .page-services .services-hub-service-card__body,
  .page-services .services-hub-division__panel,
  .page-services .services-hub-cta__panel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-services .services-hub-hero__spotlight {
    padding: 20px;
    border-radius: 28px;
  }

  .page-services .services-hub-service-card,
  .page-services .services-hub-compare-card,
  .page-services .services-hub-feature-card,
  .page-services .services-hub-division__panel,
  .page-services .services-hub-cta__panel {
    border-radius: 26px;
  }

  .page-services .services-hub-service-card__art {
    aspect-ratio: 16 / 11;
  }

  .page-services .services-hub-division__panel {
    flex-direction: column;
    align-items: stretch;
  }

  .page-services .floating-hub-cta {
    right: 14px;
    left: 14px;
    bottom: 14px;
  }

  .page-services .floating-hub-cta .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-services .hub-priority-card,
  .page-services .floating-hub-cta {
    transition: none;
  }
}
