/* Services page refinement layer */
.page-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 32%, rgba(34, 211, 238, 0.16), transparent 26rem),
    radial-gradient(circle at 14% 0%, rgba(59, 130, 246, 0.14), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), transparent 64%);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 6rem 2.5rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 38%),
    rgba(255, 255, 255, 0.018);
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.service-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.88fr);
  gap: clamp(2.25rem, 4.5vw, 4.75rem);
  align-items: center;
}

.page-hero-inner {
  max-width: 720px !important;
}

.page-hero h1 {
  font-size: clamp(3rem, 6vw, 5.7rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.035em !important;
}

.page-hero p {
  max-width: 660px !important;
  font-size: 1.12rem !important;
  color: rgba(240, 244, 255, 0.68) !important;
}

.service-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

.service-proof span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.48rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(240, 244, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 500;
}

.service-proof span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.55);
}

.service-hero-art {
  position: relative;
  min-height: clamp(320px, 34vw, 480px);
  max-width: 720px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 38%),
    rgba(255, 255, 255, 0.025);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.service-hero-art::before,
.service-hero-art::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.service-hero-art::before {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 6, 6, 0.28), transparent 22%, transparent 72%, rgba(5, 6, 6, 0.44)),
    linear-gradient(180deg, transparent 58%, rgba(5, 6, 6, 0.54));
}

.service-hero-art::after {
  inset: 1rem;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  box-shadow: inset 0 0 44px rgba(34, 211, 238, 0.08);
}

.service-hero-art img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.05);
  transform: scale(1.012);
}

.service-hero-art figcaption {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}

.service-hero-art figcaption span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 0.76rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(5, 8, 18, 0.68);
  color: rgba(247, 243, 234, 0.68);
  font-size: 0.78rem;
  font-weight: 600;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.service-hero-art figcaption strong {
  color: #fff;
  font-family: var(--font-head);
  font-size: 1rem;
}

.service-nav {
  position: relative;
  z-index: 3;
  margin-top: -2.4rem;
}

.services-overview {
  position: relative;
  z-index: 2;
  padding: clamp(4rem, 6vw, 6.5rem) 0 0;
}

.services-overview-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  padding-bottom: 2rem;
}

.services-overview-inner .section-title {
  max-width: 780px;
  margin-bottom: 0;
}

.services-overview-inner p {
  color: rgba(247, 243, 234, 0.62);
  font-size: 0.98rem;
  line-height: 1.8;
}

.service-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.09), rgba(159, 240, 195, 0.14), rgba(255, 255, 255, 0.08));
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.28);
}

.service-principles article {
  min-height: 210px;
  padding: clamp(1.35rem, 2vw, 2rem);
  background:
    radial-gradient(circle at 50% 0%, rgba(159, 240, 195, 0.075), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    rgba(8, 12, 20, 0.92);
}

.service-principles span {
  display: inline-flex;
  margin-bottom: 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: rgba(159, 240, 195, 0.78);
}

.service-principles h3 {
  margin-bottom: 0.7rem;
  font-family: var(--font-head);
  font-size: 1.12rem;
  line-height: 1.15;
}

.service-principles p {
  color: rgba(247, 243, 234, 0.56);
  font-size: 0.88rem;
  line-height: 1.7;
}

.service-nav-inner {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09), rgba(159, 240, 195, 0.16), rgba(255, 255, 255, 0.08));
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.38);
}

.service-nav a {
  min-height: 96px;
  padding: 1.15rem 1rem;
  text-decoration: none;
  color: rgba(240, 244, 255, 0.62);
  background:
    radial-gradient(circle at 50% 0%, rgba(159, 240, 195, 0.06), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent),
    rgba(8, 12, 24, 0.86);
  transition: color 0.2s, background 0.2s, transform 0.2s;
}

.service-nav a:hover {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(59, 130, 246, 0.14), transparent),
    rgba(10, 18, 38, 0.96);
}

.sn-num {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  color: rgba(125, 211, 252, 0.86);
}

.sn-title {
  display: block;
  font-family: var(--font-head);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}

.service-block {
  padding: clamp(3.8rem, 6vw, 6.2rem) 0 !important;
  scroll-margin-top: 100px;
}

.service-block:first-child {
  padding-top: 5.5rem !important;
}

.sb-inner {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr) !important;
  gap: clamp(3rem, 7vw, 7rem) !important;
  padding: clamp(1.2rem, 2vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 12%, rgba(159, 240, 195, 0.055), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 36%),
    rgba(255, 255, 255, 0.015);
  box-shadow: 0 24px 84px rgba(0, 0, 0, 0.2);
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.sb-inner:hover {
  border-color: rgba(159, 240, 195, 0.22);
  transform: translateY(-3px);
  box-shadow: 0 34px 98px rgba(0, 0, 0, 0.3);
}

.sb-num {
  display: inline-flex;
  padding: 0.34rem 0.7rem;
  border: 1px solid rgba(125, 211, 252, 0.17);
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.055);
  color: rgba(125, 211, 252, 0.9) !important;
}

.sb-icon {
  width: 62px;
  height: 62px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 1.4rem 0 1.25rem !important;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 211, 238, 0.2), transparent 70%),
    rgba(255, 255, 255, 0.045);
  font-size: 2rem !important;
}

.sb-title {
  font-size: clamp(2rem, 3.3vw, 3.1rem) !important;
  line-height: 1 !important;
}

.sb-desc {
  max-width: 620px;
  color: rgba(240, 244, 255, 0.67) !important;
}

.sb-features {
  display: grid !important;
  gap: 0.75rem !important;
}

.sb-features li {
  align-items: flex-start !important;
  padding: 0.62rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.026);
  color: rgba(240, 244, 255, 0.64) !important;
}

.sb-features li::before {
  content: "✓" !important;
  color: var(--green) !important;
  margin-top: 0.05rem;
}

.stag {
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.04);
}

.sb-features li::before {
  content: "" !important;
  width: 0.52rem;
  height: 0.32rem;
  margin-top: 0.42rem;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.sb-visual {
  min-height: 360px !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 50% 36%, rgba(34, 211, 238, 0.22), transparent 14rem),
    radial-gradient(circle at 15% 85%, rgba(159, 240, 195, 0.1), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent),
    var(--bg2) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 22px 64px rgba(0, 0, 0, 0.28) !important;
}

.service-shot {
  aspect-ratio: 3 / 2;
  min-height: 0 !important;
  padding: 0 !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  background: rgba(5, 8, 18, 0.7) !important;
}

.service-shot::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 30%),
    linear-gradient(90deg, rgba(5, 6, 6, 0.32), transparent 22%, transparent 78%, rgba(5, 6, 6, 0.28));
}

.service-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.06);
  transform: scale(1.01);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.sb-inner:hover .service-shot img {
  transform: scale(1.035);
  filter: saturate(0.98) contrast(1.08);
}

.sb-visual::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 16px;
}

.sb-visual-icon {
  font-size: clamp(5rem, 9vw, 8rem) !important;
  filter: drop-shadow(0 24px 55px rgba(34, 211, 238, 0.2)) !important;
}

.sb-visual-grid {
  opacity: 0.72;
  mask-image: radial-gradient(circle at 50% 45%, black 0, transparent 74%);
}

.process-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.12), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 64%),
    var(--bg) !important;
}

.process-steps {
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.095) !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(159, 240, 195, 0.13), rgba(255, 255, 255, 0.08)) !important;
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.34);
}

.ps-item {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 40% 0%, rgba(159, 240, 195, 0.06), transparent 56%),
    rgba(8, 12, 20, 0.9) !important;
}

.ps-desc {
  color: rgba(247, 243, 234, 0.58) !important;
}

.process-note {
  max-width: 780px;
  margin: 1.2rem auto 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(247, 243, 234, 0.62);
  text-align: center;
  font-size: 0.9rem;
}

.ps-num {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(96, 165, 250, 0.18);
  border-radius: 14px;
  background: rgba(59, 130, 246, 0.07);
  color: rgba(125, 211, 252, 0.75) !important;
  font-size: 1rem !important;
}

.ps-title {
  font-size: 1.1rem !important;
}

.cta-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 211, 238, 0.12), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    var(--bg2) !important;
}

.cta-inner {
  max-width: 760px !important;
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 38%),
    rgba(255, 255, 255, 0.025);
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.34);
}

.cta-inner h2 {
  font-size: clamp(2.5rem, 5vw, 4.2rem) !important;
  line-height: 1 !important;
}

.cta-proof {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 1.15rem;
}

.cta-proof span {
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  color: rgba(247, 243, 234, 0.5);
  font-size: 0.78rem;
}

footer {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 44%),
    rgba(5, 6, 6, 0.86) !important;
}

@media (max-width: 1100px) {
  .service-hero-layout {
    grid-template-columns: 1fr;
  }

  .service-hero-art {
    max-width: 860px;
  }

  .services-overview-inner,
  .service-principles {
    grid-template-columns: 1fr;
  }

  .service-nav-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-hero {
    min-height: auto;
    padding-top: 8rem !important;
  }

  .page-hero::before {
    inset: 5.2rem 0.8rem 1.2rem;
    border-radius: 20px;
  }

  .page-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4.2rem) !important;
  }

  .service-hero-layout {
    gap: 1.75rem;
  }

  .service-hero-art {
    min-height: 280px;
    border-radius: 18px;
  }

  .service-hero-art::after {
    inset: 0.65rem;
    border-radius: 14px;
  }

  .service-hero-art figcaption {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    flex-direction: column;
  }

  .service-nav {
    margin-top: 0;
    padding-top: 1rem;
  }

  .services-overview {
    padding-top: 3.2rem;
  }

  .service-nav-inner {
    grid-template-columns: 1fr;
  }

  .service-nav a {
    min-height: auto;
  }

  .sb-inner {
    grid-template-columns: 1fr !important;
    padding: 1rem;
    border-radius: 18px;
  }

  .sb-visual {
    min-height: 230px !important;
  }

  .ps-item {
    min-height: auto;
  }

  .cta-inner {
    padding: 1.35rem;
    border-radius: 18px;
  }
}

/* Services visual refresh */
.page-hero {
  min-height: 0 !important;
  padding: 9.25rem 0 4.5rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(96, 165, 250, .17), transparent 24rem),
    radial-gradient(circle at 84% 16%, rgba(34, 211, 238, .13), transparent 26rem),
    radial-gradient(circle at 72% 96%, rgba(167, 139, 250, .12), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, .034), transparent 68%),
    #060810 !important;
}

.page-hero::before {
  inset: 5.4rem 1.4rem 1rem !important;
  border-radius: 24px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07), transparent 36%),
    rgba(255, 255, 255, .014) !important;
  border-color: rgba(255, 255, 255, .08) !important;
}

.service-hero-layout {
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1fr) !important;
  gap: clamp(2.5rem, 5vw, 5.5rem) !important;
}

.page-hero h1 {
  font-size: clamp(3.25rem, 6.2vw, 6.15rem) !important;
  line-height: .9 !important;
  letter-spacing: -.052em !important;
}

.page-hero p {
  max-width: 620px !important;
  color: rgba(240, 244, 255, .72) !important;
}

.service-proof span {
  min-height: 34px !important;
  padding: .32rem .78rem !important;
  border-color: rgba(255, 255, 255, .1) !important;
  background: rgba(255, 255, 255, .045) !important;
  font-family: var(--font-mono) !important;
  font-size: .64rem !important;
  letter-spacing: .055em !important;
  text-transform: uppercase !important;
}

.service-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1.25rem;
}

.service-hero-metrics div {
  min-height: 92px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    rgba(8, 12, 24, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055);
}

.service-hero-metrics strong {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1;
  color: #fff;
  margin-bottom: .45rem;
}

.service-hero-metrics span {
  display: block;
  color: rgba(240, 244, 255, .5);
  font-family: var(--font-mono);
  font-size: .63rem;
  line-height: 1.45;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.service-hero-art {
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 15% 12%, rgba(34, 211, 238, .18), transparent 23rem),
    radial-gradient(circle at 90% 85%, rgba(167, 139, 250, .18), transparent 21rem),
    rgba(255, 255, 255, .035) !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .12) !important;
}

.service-hero-art::before {
  background:
    linear-gradient(90deg, rgba(5, 8, 18, .36), transparent 28%, transparent 72%, rgba(5, 8, 18, .4)),
    linear-gradient(180deg, transparent 48%, rgba(5, 8, 18, .68)) !important;
}

.service-hero-art figcaption span {
  border-radius: 14px !important;
  background: rgba(5, 8, 18, .76) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .25);
}

.service-nav {
  margin-top: -1.55rem !important;
}

.service-nav-inner {
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .08) !important;
  box-shadow: 0 18px 58px rgba(0, 0, 0, .25) !important;
}

.service-nav a {
  min-height: 88px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .048), rgba(255, 255, 255, .018)),
    rgba(8, 12, 24, .92) !important;
}

.service-nav a:hover {
  background:
    linear-gradient(180deg, rgba(34, 211, 238, .11), rgba(167, 139, 250, .055)),
    rgba(10, 18, 38, .98) !important;
  transform: translateY(-1px);
}

.sn-num {
  color: rgba(34, 211, 238, .86) !important;
}

.services-overview {
  padding-top: clamp(4.8rem, 7vw, 7rem) !important;
}

.services-overview-inner {
  align-items: center !important;
  padding-bottom: 1.4rem !important;
}

.service-principles {
  border-radius: 18px !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .24) !important;
}

.service-principles article {
  min-height: 190px !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(34, 211, 238, .08), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, .052), rgba(255, 255, 255, .016)),
    rgba(8, 12, 20, .94) !important;
}

.service-block {
  padding: clamp(3.1rem, 5.5vw, 5.35rem) 0 !important;
}

.service-block:first-child {
  padding-top: 4.7rem !important;
}

.sb-inner {
  position: relative;
  grid-template-columns: minmax(0, .86fr) minmax(400px, 1fr) !important;
  gap: clamp(2.2rem, 5vw, 5.6rem) !important;
  padding: clamp(1rem, 1.7vw, 1.45rem) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 8% 8%, rgba(34, 211, 238, .07), transparent 20rem),
    radial-gradient(circle at 100% 20%, rgba(167, 139, 250, .06), transparent 19rem),
    linear-gradient(135deg, rgba(255, 255, 255, .046), transparent 36%),
    rgba(255, 255, 255, .014) !important;
  overflow: hidden;
}

.sb-inner::before {
  content: "";
  position: absolute;
  inset: 1rem auto 1rem 1rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(34, 211, 238, .95), rgba(167, 139, 250, .7), rgba(251, 191, 36, .7));
  opacity: .75;
}

.sb-inner.flip::before {
  left: auto;
  right: 1rem;
}

.sb-inner > div:first-child {
  padding: clamp(.5rem, 1.2vw, 1rem) clamp(.75rem, 1.8vw, 1.5rem);
}

.sb-title {
  max-width: 560px;
  font-size: clamp(2.05rem, 3.35vw, 3.25rem) !important;
  letter-spacing: -.04em !important;
}

.sb-desc {
  color: rgba(240, 244, 255, .7) !important;
}

.sb-features {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem !important;
}

.sb-features li {
  min-height: 58px;
  border-color: rgba(255, 255, 255, .085) !important;
  background: rgba(255, 255, 255, .032) !important;
}

.sb-tags {
  margin-bottom: 1.25rem !important;
}

.stag {
  border-color: rgba(255, 255, 255, .09) !important;
  color: rgba(240, 244, 255, .58) !important;
}

.service-shot {
  border-radius: 18px !important;
  border-color: rgba(255, 255, 255, .1) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 54px rgba(0, 0, 0, .26) !important;
}

.service-shot::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 28%),
    linear-gradient(90deg, rgba(5, 8, 18, .22), transparent 28%, transparent 75%, rgba(5, 8, 18, .24)) !important;
}

.service-shot::after {
  inset: .8rem !important;
  border-radius: 14px !important;
  border-color: rgba(255, 255, 255, .08) !important;
}

.process-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 211, 238, .1), transparent 26rem),
    radial-gradient(circle at 12% 100%, rgba(167, 139, 250, .08), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, .018), transparent 64%),
    var(--bg) !important;
}

.process-steps {
  gap: 0 !important;
  border-radius: 18px !important;
}

.ps-item {
  min-height: 220px !important;
  padding: 2.2rem 1.65rem !important;
}

.ps-item:hover {
  background:
    radial-gradient(circle at 40% 0%, rgba(34, 211, 238, .1), transparent 56%),
    rgba(10, 18, 38, .98) !important;
}

.process-note {
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .04) !important;
}

.cta-inner {
  border-radius: 22px !important;
}

@media (max-width: 1100px) {
  .service-hero-layout,
  .sb-inner {
    grid-template-columns: 1fr !important;
  }

  .sb-inner::before,
  .sb-inner.flip::before {
    inset: 1rem 1rem auto !important;
    width: auto;
    height: 3px;
  }
}

@media (max-width: 760px) {
  .page-hero {
    padding: 8rem 0 3.5rem !important;
  }

  .service-hero-metrics {
    grid-template-columns: 1fr !important;
  }

  .service-proof span {
    flex: 1 1 100%;
    justify-content: flex-start;
  }

  .service-nav {
    margin-top: 0 !important;
  }

  .sb-features {
    grid-template-columns: 1fr !important;
  }

  .sb-title {
    font-size: clamp(2rem, 10vw, 2.8rem) !important;
  }

  .process-note {
    border-radius: 14px !important;
  }
}

html.light-mode .page-hero,
body.light-mode .page-hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(37, 99, 235, .11), transparent 24rem),
    radial-gradient(circle at 84% 16%, rgba(15, 118, 110, .1), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(238, 243, 248, .54)) !important;
}

html.light-mode .service-hero-metrics div,
body.light-mode .service-hero-metrics div,
html.light-mode .sb-features li,
body.light-mode .sb-features li,
html.light-mode .process-note,
body.light-mode .process-note {
  border-color: rgba(15, 23, 42, .11) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .72)),
    #fff !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08) !important;
}

html.light-mode .service-hero-metrics strong,
body.light-mode .service-hero-metrics strong {
  color: #0f172a !important;
}

html.light-mode .service-hero-metrics span,
body.light-mode .service-hero-metrics span,
html.light-mode .sb-features li,
body.light-mode .sb-features li,
html.light-mode .process-note,
body.light-mode .process-note {
  color: rgba(15, 23, 42, .62) !important;
}

/* Major services page expansion */
.service-suite,
.starting-points,
.proof-strip,
.engagements,
.services-faq {
  position: relative;
  z-index: 2;
}

.hire-team-band {
  position: relative;
  z-index: 2;
  padding: clamp(4.8rem, 7vw, 7rem) 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
  background:
    radial-gradient(circle at 14% 0%, rgba(34, 211, 238, .12), transparent 28rem),
    radial-gradient(circle at 88% 100%, rgba(167, 139, 250, .1), transparent 26rem),
    rgba(255, 255, 255, .006);
}

.hire-team-inner {
  display: grid;
  grid-template-columns: minmax(280px, .76fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(1.2rem, 2.2vw, 2rem);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .06), transparent 38%),
    rgba(8, 12, 24, .7);
  box-shadow: 0 24px 78px rgba(0, 0, 0, .28);
}

.hire-team-copy p {
  color: rgba(240, 244, 255, .64);
  line-height: 1.8;
  max-width: 620px;
}

.hire-team-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.55rem;
}

.team-pods {
  display: grid;
  gap: .85rem;
}

.team-pods article {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .052), rgba(255, 255, 255, .018)),
    rgba(255, 255, 255, .018);
}

.team-pods span {
  color: rgba(34, 211, 238, .82);
  font-family: var(--font-mono);
  font-size: .58rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.team-pods h3 {
  margin: .35rem 0 .35rem;
  color: var(--text);
  font-family: var(--font-head);
  font-size: 1.04rem;
}

.team-pods p {
  color: rgba(240, 244, 255, .6);
  font-size: .86rem;
  line-height: 1.65;
}

.team-roster-band {
  position: relative;
  z-index: 2;
  padding: clamp(4.6rem, 7vw, 6.8rem) 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.team-roster-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .55fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: 2rem;
}

.team-roster-head p {
  color: rgba(240, 244, 255, .62);
  line-height: 1.8;
}

.team-roster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.team-member-card {
  min-height: 275px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 0%, rgba(34, 211, 238, .08), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, .052), rgba(255, 255, 255, .018)),
    rgba(8, 12, 24, .78);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .22);
}

.team-member-card.lead-card {
  border-color: rgba(34, 211, 238, .22);
}

.member-avatar {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(34, 211, 238, .18);
  border-radius: 16px;
  background:
    radial-gradient(circle at 40% 20%, rgba(255, 255, 255, .28), transparent 42%),
    linear-gradient(135deg, rgba(34, 211, 238, .34), rgba(139, 92, 246, .35));
  color: #fff;
  font-family: var(--font-head);
  font-size: 1.45rem;
  font-weight: 800;
  overflow: hidden;
}

.member-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 18%;
}

.member-avatar.photo-avatar {
  background: rgba(255, 255, 255, .04);
  padding: 0;
}

.member-role {
  display: inline-flex;
  margin-bottom: .45rem;
  color: rgba(34, 211, 238, .86);
  font-family: var(--font-mono);
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.team-member-card h3 {
  margin-bottom: .55rem;
  color: var(--text);
  font-family: var(--font-head);
  font-size: 1.18rem;
}

.team-member-card p {
  color: rgba(240, 244, 255, .62);
  font-size: .88rem;
  line-height: 1.7;
}

.service-suite {
  padding: clamp(4.8rem, 7vw, 7.2rem) 0 clamp(3.8rem, 6vw, 5.8rem);
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.service-suite-head,
.proof-strip-head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: 2rem;
}

.service-suite-head p,
.proof-strip-head p,
.engagements-head p,
.faq-layout > div:first-child p {
  color: rgba(240, 244, 255, .62);
  line-height: 1.8;
}

.service-suite-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-suite-grid article,
.start-grid article,
.proof-grid article,
.engagement-grid article,
.faq-list details {
  border: 1px solid rgba(255, 255, 255, .09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015)),
    rgba(8, 12, 24, .78);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .22);
}

.service-suite-grid article {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  border-radius: 18px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.service-suite-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 211, 238, .26);
  box-shadow: 0 28px 78px rgba(0, 0, 0, .32);
}

.suite-num,
.eng-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1.15rem;
  padding: .28rem .62rem;
  border-radius: 999px;
  background: rgba(34, 211, 238, .08);
  border: 1px solid rgba(34, 211, 238, .16);
  color: rgba(125, 211, 252, .92);
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.service-suite-grid h3,
.start-grid strong,
.proof-grid h3,
.engagement-grid h3,
.faq-list summary {
  font-family: var(--font-head);
  color: var(--text);
}

.service-suite-grid h3 {
  margin-bottom: .7rem;
  font-size: 1.18rem;
}

.service-suite-grid p {
  color: rgba(240, 244, 255, .62);
  font-size: .88rem;
  line-height: 1.72;
}

.suite-meta {
  margin-top: auto;
  padding-top: 1.1rem;
}

.suite-meta span {
  display: block;
  color: rgba(240, 244, 255, .36);
  font-family: var(--font-mono);
  font-size: .58rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.suite-meta strong {
  display: block;
  margin-top: .25rem;
  color: rgba(240, 244, 255, .82);
  font-size: .88rem;
}

.service-suite-grid a {
  display: inline-flex;
  width: fit-content;
  margin-top: 1rem;
  color: rgba(34, 211, 238, .95);
  font-family: var(--font-mono);
  font-size: .66rem;
  letter-spacing: .075em;
  text-decoration: none;
  text-transform: uppercase;
}

.starting-points {
  padding: clamp(3.8rem, 6vw, 5.8rem) 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 211, 238, .08), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, .018), transparent 68%);
}

.starting-points-inner {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.starting-points-inner > div:first-child p {
  max-width: 500px;
  color: rgba(240, 244, 255, .62);
  line-height: 1.8;
}

.start-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.start-grid article {
  min-height: 118px;
  padding: 1rem;
  border-radius: 16px;
}

.start-grid span {
  display: block;
  margin-bottom: .55rem;
  color: rgba(240, 244, 255, .52);
  font-size: .82rem;
  line-height: 1.55;
}

.start-grid strong {
  display: block;
  font-size: .98rem;
  line-height: 1.25;
}

.proof-strip {
  padding: clamp(4.8rem, 7vw, 7rem) 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
  background:
    radial-gradient(circle at 82% 0%, rgba(167, 139, 250, .1), transparent 26rem),
    rgba(255, 255, 255, .006);
}

.proof-strip-head {
  align-items: center;
}

.proof-strip-head .btn-glow {
  justify-self: end;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.proof-grid article {
  overflow: hidden;
  border-radius: 18px;
  transition: transform .22s ease, border-color .22s ease;
}

.proof-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(167, 139, 250, .24);
}

.proof-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.proof-grid article div {
  padding: 1.1rem;
}

.proof-grid span {
  color: rgba(34, 211, 238, .8);
  font-family: var(--font-mono);
  font-size: .58rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.proof-grid h3 {
  margin: .4rem 0 .45rem;
  font-size: 1.05rem;
}

.proof-grid p {
  color: rgba(240, 244, 255, .6);
  font-size: .84rem;
  line-height: 1.68;
}

.engagements {
  padding: clamp(4.8rem, 7vw, 7rem) 0;
}

.engagements-head {
  max-width: 760px;
  margin-bottom: 2rem;
}

.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.engagement-grid article {
  min-height: 380px;
  padding: 1.35rem;
  border-radius: 18px;
}

.featured-engagement {
  position: relative;
  border-color: rgba(34, 211, 238, .26) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 211, 238, .12), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .018)),
    rgba(8, 12, 24, .86) !important;
}

.engagement-grid h3 {
  margin-bottom: .75rem;
  font-size: 1.25rem;
}

.engagement-grid p {
  color: rgba(240, 244, 255, .62);
  line-height: 1.72;
  font-size: .88rem;
}

.engagement-grid ul {
  display: grid;
  gap: .65rem;
  margin-top: 1.25rem;
  list-style: none;
}

.engagement-grid li {
  position: relative;
  padding-left: 1.2rem;
  color: rgba(240, 244, 255, .62);
  font-size: .86rem;
}

.engagement-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55rem;
  width: .45rem;
  height: .28rem;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.services-faq {
  padding: clamp(4.6rem, 7vw, 6.8rem) 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 211, 238, .08), transparent 28rem),
    rgba(255, 255, 255, .006);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.faq-list {
  display: grid;
  gap: .75rem;
}

.faq-list details {
  border-radius: 16px;
  overflow: hidden;
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--cyan);
  font-family: var(--font-mono);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding: 0 1.1rem 1.1rem;
  color: rgba(240, 244, 255, .62);
  line-height: 1.75;
  font-size: .9rem;
}

.cta-section {
  border-top: 1px solid rgba(255, 255, 255, .07) !important;
}

@media (max-width: 1040px) {
  .service-suite-head,
  .proof-strip-head,
  .starting-points-inner,
  .hire-team-inner,
  .team-roster-head,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .service-suite-grid,
  .proof-grid,
  .engagement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-roster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip-head .btn-glow {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .service-suite-grid,
  .start-grid,
  .proof-grid,
  .team-roster-grid,
  .engagement-grid {
    grid-template-columns: 1fr;
  }

  .service-suite-grid article,
  .engagement-grid article {
    min-height: auto;
  }
}

html.light-mode .service-suite-grid article,
body.light-mode .service-suite-grid article,
html.light-mode .start-grid article,
body.light-mode .start-grid article,
html.light-mode .hire-team-inner,
body.light-mode .hire-team-inner,
html.light-mode .team-pods article,
body.light-mode .team-pods article,
html.light-mode .team-member-card,
body.light-mode .team-member-card,
html.light-mode .proof-grid article,
body.light-mode .proof-grid article,
html.light-mode .engagement-grid article,
body.light-mode .engagement-grid article,
html.light-mode .faq-list details,
body.light-mode .faq-list details {
  border-color: rgba(15, 23, 42, .11) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .72)),
    #fff !important;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .09) !important;
}

html.light-mode .service-suite-head p,
body.light-mode .service-suite-head p,
html.light-mode .starting-points-inner > div:first-child p,
body.light-mode .starting-points-inner > div:first-child p,
html.light-mode .service-suite-grid p,
body.light-mode .service-suite-grid p,
html.light-mode .proof-grid p,
body.light-mode .proof-grid p,
html.light-mode .hire-team-copy p,
body.light-mode .hire-team-copy p,
html.light-mode .team-pods p,
body.light-mode .team-pods p,
html.light-mode .team-roster-head p,
body.light-mode .team-roster-head p,
html.light-mode .team-member-card p,
body.light-mode .team-member-card p,
html.light-mode .engagement-grid p,
body.light-mode .engagement-grid p,
html.light-mode .engagement-grid li,
body.light-mode .engagement-grid li,
html.light-mode .faq-layout > div:first-child p,
body.light-mode .faq-layout > div:first-child p,
html.light-mode .faq-list p,
body.light-mode .faq-list p,
html.light-mode .start-grid span,
body.light-mode .start-grid span {
  color: rgba(15, 23, 42, .64) !important;
}

html.light-mode .suite-meta span,
body.light-mode .suite-meta span {
  color: rgba(15, 23, 42, .42) !important;
}

html.light-mode .suite-meta strong,
body.light-mode .suite-meta strong,
html.light-mode .service-suite-grid h3,
body.light-mode .service-suite-grid h3,
html.light-mode .start-grid strong,
body.light-mode .start-grid strong,
html.light-mode .proof-grid h3,
body.light-mode .proof-grid h3,
html.light-mode .team-pods h3,
body.light-mode .team-pods h3,
html.light-mode .team-member-card h3,
body.light-mode .team-member-card h3,
html.light-mode .engagement-grid h3,
body.light-mode .engagement-grid h3,
html.light-mode .faq-list summary,
body.light-mode .faq-list summary {
  color: #0f172a !important;
}
