/* Websting Services page */
.services-page {
  --services-purple: 176, 144, 255;
  --services-teal: 45, 212, 191;
  --services-blue: 91, 167, 255;
  --services-pink: 255, 132, 204;
}

.services-page [data-accent="blue"] { --accent-rgb: var(--services-blue); }
.services-page [data-accent="pink"] { --accent-rgb: var(--services-pink); }

.services-hero {
  overflow: hidden;
}

.services-hero-layout,
.services-visual-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr);
  gap: clamp(2.2rem, 5vw, 4.8rem);
  align-items: center;
}

.services-hero .hero-copy {
  max-width: 760px;
}

.services-hero .hero-eyebrow {
  margin-bottom: .7rem;
}

.services-hero-intro {
  max-width: 44rem;
  margin: 0 0 1.25rem;
  color: rgba(255,255,255,.78);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.6;
}

.services-hero h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.85rem, 4.6vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.services-hero-title-main,
.services-hero-title-accent {
  display: block;
}

.services-hero-title-main {
  color: #f3f7f8;
}

.services-hero-title-accent {
  margin-top: .08em;
  color: #8fdce8;
}

.services-hero .hero-text {
  max-width: 44rem;
  margin-top: 1.45rem;
  color: rgba(236,244,247,.78);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.68;
}

.services-hero-actions {
  margin-top: 1.35rem;
}

.services-hero-media,
.services-visual {
  position: relative;
  min-height: 430px;
  padding: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(176,144,255,.28), transparent 38%),
    radial-gradient(circle at 90% 85%, rgba(45,212,191,.18), transparent 42%),
    rgba(255,255,255,.055);
}

.services-hero-media {
  min-height: 470px;
  padding: clamp(.7rem, 1.4vw, 1rem);
}

.services-hero-media::before,
.services-visual::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -55px;
  right: -40px;
  border-radius: 50%;
  background: rgba(91,167,255,.16);
  filter: blur(4px);
}

.services-hero-media-premium {
  min-height: 500px;
  padding: clamp(.7rem, 1.4vw, 1rem);
  background:
    radial-gradient(circle at 12% 12%, rgba(176,144,255,.32), transparent 36%),
    radial-gradient(circle at 88% 88%, rgba(45,212,191,.2), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}

.services-hero-media-premium::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.04), transparent 32%, rgba(45,212,191,.06) 72%, transparent 100%);
}

.services-hero-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  filter: saturate(1.02) contrast(1.03) brightness(.98);
}

.services-hero-image-scrim {
  position: absolute;
  inset: clamp(.7rem, 1.4vw, 1rem);
  z-index: 2;
  border-radius: 24px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4,9,21,.52) 0%, rgba(4,9,21,.14) 30%, transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.05), transparent 35%, rgba(4,9,21,.28) 100%);
}

.services-hero-panel {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: .55rem;
  padding: .95rem 1rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(8,12,24,.56);
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
}

.services-hero-panel-top {
  left: 1.2rem;
  top: 1.2rem;
  max-width: 15rem;
}

.services-hero-panel-bottom {
  left: 1.2rem;
  bottom: 1.2rem;
  max-width: 18rem;
}

.services-hero-panel-label {
  color: #f4cf6a;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.services-hero-panel strong {
  color: rgba(255,255,255,.96);
  font-family: var(--font-heading);
  font-size: .95rem;
  line-height: 1.35;
}

.services-hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.services-hero-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: .45rem .7rem;
  border: 1px solid rgba(143,239,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: rgba(236,249,253,.86);
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
}

.services-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  border-radius: 22px;
}

.services-system-visual {
  position: relative;
  z-index: 1;
  min-height: 440px;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(176,144,255,.22);
  border-radius: 24px;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(45,212,191,.17), transparent 21%),
    radial-gradient(circle at 48% 48%, rgba(176,144,255,.2), transparent 48%),
    #090b1b;
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
}
.system-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(142,243,223,.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.system-orbit-one {
  width: 54%;
  aspect-ratio: 1;
}

.system-orbit-two {
  width: 82%;
  aspect-ratio: 1;
  border-color: rgba(176,144,255,.13);
}

.system-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  justify-items: center;
  width: min(38%, 190px);
  padding: 1.1rem 1rem;
  border: 1px solid rgba(45,212,191,.48);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(45,212,191,.22), transparent 60%),
    rgba(8,14,29,.93);
  box-shadow: 0 0 42px rgba(45,212,191,.17), 0 18px 46px rgba(0,0,0,.36);
  transform: translate(-50%, -50%);
  text-align: center;
}

.system-core-kicker {
  margin-bottom: .6rem;
  color: #9ff3e4;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.system-core-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: .55rem;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(176,144,255,.3), rgba(45,212,191,.22));
  color: #e9fbff;
}

.system-core-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.system-core strong {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.system-core small {
  margin-top: .25rem;
  color: rgba(255,255,255,.62);
  font-size: .69rem;
}

.system-node {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: .65rem;
  width: min(42%, 200px);
  padding: .7rem .75rem;
  border: 1px solid rgba(176,144,255,.22);
  border-radius: 16px;
  background: rgba(13,15,35,.88);
  box-shadow: 0 12px 28px rgba(0,0,0,.24);
  backdrop-filter: blur(12px);
}

.system-node::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: clamp(32px, 6vw, 74px);
  height: 1px;
  background: linear-gradient(90deg, rgba(176,144,255,.08), rgba(142,243,223,.56));
}

.system-node-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(45,212,191,.25);
  border-radius: 11px;
  background: rgba(45,212,191,.1);
  color: #aaf5e7;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: -.02em;
}

.system-node > span:last-child {
  min-width: 0;
}

.system-node strong,
.system-node small {
  display: block;
}

.system-node strong {
  color: rgba(255,255,255,.92);
  font-size: .76rem;
  line-height: 1.25;
}

.system-node small {
  margin-top: .18rem;
  overflow: hidden;
  color: rgba(255,255,255,.5);
  font-size: .6rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.system-node-hosting { left: 5%; top: 7%; }
.system-node-knowledge { right: 5%; top: 7%; }
.system-node-studio { left: 3%; top: 40%; }
.system-node-assistant { right: 3%; top: 40%; }
.system-node-intake { left: 7%; bottom: 7%; }
.system-node-workflows { right: 7%; bottom: 7%; }

.system-node-hosting::after,
.system-node-studio::after,
.system-node-intake::after {
  left: 98%;
  top: 50%;
  transform-origin: left center;
}

.system-node-knowledge::after,
.system-node-assistant::after,
.system-node-workflows::after {
  right: 98%;
  top: 50%;
  transform-origin: right center;
  background: linear-gradient(90deg, rgba(142,243,223,.56), rgba(176,144,255,.08));
}

.system-node-hosting::after { transform: rotate(31deg); }
.system-node-knowledge::after { transform: rotate(-31deg); }
.system-node-studio::after,
.system-node-assistant::after { transform: rotate(0deg); }
.system-node-intake::after { transform: rotate(-31deg); }
.system-node-workflows::after { transform: rotate(31deg); }

.choice-layout {
  display: grid;
  gap: 2.2rem;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: stretch;
}

.choice-card,
.service-card {
  padding: clamp(1.55rem, 3vw, 2.25rem);
}

.choice-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background:
    radial-gradient(circle at 10% 0%, rgba(var(--accent-rgb,176,144,255),.18), transparent 42%),
    rgba(255,255,255,.05);
}

.choice-card-featured {
  transform: none;
  border-color: rgba(176,144,255,.32);
  background:
    radial-gradient(circle at 12% 0%, rgba(176,144,255,.3), transparent 42%),
    radial-gradient(circle at 100% 100%, rgba(45,212,191,.1), transparent 38%),
    rgba(255,255,255,.072);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 28px 72px -48px rgba(176,144,255,.58);
}

.choice-card-topline {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1rem;
}

.choice-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(var(--accent-rgb,176,144,255),.28);
  border-radius: 15px;
  color: rgb(var(--accent-rgb,176,144,255));
  background: rgba(var(--accent-rgb,176,144,255),.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.choice-icon svg {
  width: 1.65rem;
  height: 1.65rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.choice-label,
.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--accent-rgb,176,144,255));
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.choice-label {
  margin: 0;
}

.choice-featured-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: .42rem .7rem;
  border: 1px solid rgba(245,196,94,.3);
  border-radius: 999px;
  color: var(--gold-300);
  background: rgba(245,196,94,.1);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.choice-card h3,
.service-card h3 {
  margin: 0 0 .8rem;
}

.choice-card > p {
  max-width: 38rem;
  line-height: 1.62;
}

.choice-card ul,
.service-card ul,
.value-copy ul {
  display: grid;
  gap: .62rem;
  margin: 1.2rem 0 0;
  padding-left: 1.2rem;
  color: var(--text-soft);
}

.choice-card li::marker,
.service-card li::marker,
.value-copy li::marker {
  color: rgb(var(--accent-rgb,176,144,255));
}

.choice-card-action {
  align-self: flex-start;
  margin-top: auto;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.service-card {
  min-height: 100%;
  background:
    radial-gradient(circle at 8% 0%, rgba(var(--accent-rgb,176,144,255),.2), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(45,212,191,.08), transparent 42%),
    rgba(255,255,255,.045);
  transition: transform .3s ease, border-color .3s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(var(--accent-rgb,176,144,255),.42);
}

.service-number {
  width: 2.55rem;
  height: 2.55rem;
  border: 1px solid rgba(var(--accent-rgb,176,144,255),.35);
  border-radius: 50%;
  background: rgba(var(--accent-rgb,176,144,255),.1);
}

.services-visual-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(91,167,255,.09), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(255,132,204,.07), transparent 30%);
}

.services-visual-copy h2 {
  max-width: 18ch;
}

.feature-callouts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin: 1.8rem 0;
}

.feature-callouts div {
  padding: 1rem;
  border: 1px solid rgba(45,212,191,.2);
  border-radius: 18px;
  background: rgba(45,212,191,.07);
}

.feature-callouts strong,
.feature-callouts span {
  display: block;
}

.feature-callouts strong {
  color: #8ef3df;
  font-family: var(--font-heading);
  font-size: 1.45rem;
}

.feature-callouts span {
  margin-top: .2rem;
  color: var(--text-dim);
  font-size: .78rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.process-card {
  padding: 1.4rem;
  border-top: 2px solid rgba(91,167,255,.52);
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, rgba(91,167,255,.08), rgba(255,255,255,.025));
}

.process-card span {
  color: #84bfff;
  font-weight: 800;
}

.process-card h3 {
  margin: .8rem 0 .6rem;
  font-size: 1.05rem;
}

.services-final-cta {
  background:
    radial-gradient(circle at 10% 10%, rgba(176,144,255,.25), transparent 36%),
    radial-gradient(circle at 88% 80%, rgba(45,212,191,.16), transparent 42%),
    rgba(255,255,255,.055);
}

@media (max-width: 74rem) and (min-width: 64rem) {
  .services-hero h1 {
    font-size: clamp(2.8rem, 4.35vw, 4.35rem);
  }

  .services-hero-panel-top {
    max-width: 14rem;
  }

  .services-hero-panel-bottom {
    max-width: 17rem;
  }

  .system-node {
    width: min(44%, 180px);
  }
}

@media (max-width: 63.99rem) {
  .services-hero-layout,
  .services-visual-layout {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-hero h1 {
    max-width: 13ch;
  }

  .services-hero-media,
  .services-hero-media-premium {
    min-height: 430px;
  }

  .services-hero-image {
    min-height: 400px;
  }

  .services-system-visual {
    min-height: 400px;
  }
}

@media (max-width: 47.99rem) {
  .choice-grid,
  .service-grid,
  .process-grid,
  .feature-callouts {
    grid-template-columns: 1fr;
  }

  .choice-card-featured {
    transform: none;
  }

  .choice-featured-badge {
    position: static;
    width: fit-content;
    margin-bottom: 1rem;
  }

  .choice-card-action {
    width: 100%;
  }

  .services-hero h1 {
    max-width: 12.5ch;
    font-size: clamp(2.55rem, 11vw, 3.8rem);
  }

  .services-hero-intro {
    margin-bottom: 1rem;
  }

  .services-hero .hero-text {
    margin-top: 1.15rem;
  }

  .services-hero-actions {
    margin-top: 1.15rem;
  }

  .services-hero-media,
  .services-hero-media-premium,
  .services-visual,
  .services-visual img {
    min-height: 280px;
  }

  .services-hero-media,
  .services-hero-media-premium {
    min-height: 390px;
    padding: .55rem;
  }

  .services-hero-image {
    min-height: 378px;
    border-radius: 20px;
  }

  .services-hero-image-scrim {
    inset: .55rem;
    border-radius: 20px;
  }

  .services-hero-panel {
    padding: .8rem .85rem;
    border-radius: 16px;
  }

  .services-hero-panel-top,
  .services-hero-panel-bottom {
    left: .95rem;
    max-width: 14rem;
  }

  .services-hero-panel-top {
    top: .95rem;
  }

  .services-hero-panel-bottom {
    bottom: .95rem;
  }

  .services-hero-panel strong {
    font-size: .88rem;
  }

  .services-hero-chip {
    min-height: 1.85rem;
    padding: .4rem .62rem;
    font-size: .7rem;
  }

  .services-system-visual {
    min-height: 370px;
    border-radius: 20px;
  }

  .system-core {
    width: 42%;
    padding: .85rem .7rem;
  }

  .system-core-kicker,
  .system-node small,
  .system-node::after {
    display: none;
  }

  .system-node {
    width: 38%;
    gap: .4rem;
    padding: .52rem;
  }

  .system-node-icon {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    font-size: .58rem;
  }

  .system-node strong {
    font-size: .64rem;
  }

  .system-node-hosting,
  .system-node-knowledge {
    top: 5%;
  }

  .system-node-studio,
  .system-node-assistant {
    top: 42%;
  }

  .system-node-intake,
  .system-node-workflows {
    bottom: 5%;
  }
}

/* =========================================================
   Final homepage-aligned hero start
   Mirrors the current index-page badge position at each width.
   ========================================================= */

@media (min-width: 901px) {
  body.services-page main#main-content > .services-hero {
    padding-top: 3.6rem !important;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  body.services-page main#main-content > .services-hero {
    padding-top: 2.7rem !important;
  }
}

@media (max-width: 700px) {
  body.services-page main#main-content > .services-hero {
    padding-top: 0.35rem !important;
  }
}

/* =========================================================
   Services hero text brightness and stacking fix
   Keeps decorative hero layers behind the copy and overrides
   Safari text-fill, blending, opacity, and filter inheritance.
   ========================================================= */

body.services-page main#main-content > .services-hero {
  isolation: isolate;
}

body.services-page .services-hero .hero-background,
body.services-page .services-hero::before,
body.services-page .services-hero::after {
  z-index: 0 !important;
  pointer-events: none;
}

body.services-page .services-hero .services-hero-layout {
  position: relative;
  z-index: 5;
}

html.js-enabled body.services-page .services-hero .hero-copy,
body.services-page .services-hero .hero-copy {
  position: relative;
  z-index: 6;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  transform: none !important;
}

body.services-page .services-hero .hero-copy *,
body.services-page .services-hero .hero-eyebrow,
body.services-page .services-hero .services-hero-intro,
body.services-page .services-hero h1,
body.services-page .services-hero .services-hero-title-main,
body.services-page .services-hero .services-hero-title-accent,
body.services-page .services-hero .hero-text {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

body.services-page .services-hero .services-hero-title-main {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.services-page .services-hero .services-hero-title-accent {
  color: #8fefff !important;
  -webkit-text-fill-color: #8fefff !important;
}

body.services-page .services-hero .hero-eyebrow {
  color: #f4cf6a !important;
  -webkit-text-fill-color: #f4cf6a !important;
}

body.services-page .services-hero .services-hero-intro,
body.services-page .services-hero .hero-text {
  color: rgba(248, 252, 253, .92) !important;
  -webkit-text-fill-color: rgba(248, 252, 253, .92) !important;
}

/* =========================================================
   Section 3: connected services
   ========================================================= */

#service-system .section-stack {
  gap: clamp(2rem, 4vw, 3.25rem);
}

#service-system .service-system-heading {
  max-width: 58rem;
  gap: 1.05rem;
}

#service-system .service-system-title {
  max-width: 18ch;
  margin: 0;
  color: #ffffff;
  background: none !important;
  font-size: clamp(2.35rem, 4.5vw, 4.15rem);
  line-height: 1.04;
  animation: none !important;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

#service-system .service-system-title > span {
  display: block;
}

#service-system .service-system-title-accent {
  color: #94e8f0;
  -webkit-text-fill-color: #94e8f0;
}

.service-system-groups {
  display: grid;
  gap: clamp(2.3rem, 5vw, 3.8rem);
}

.service-group {
  display: grid;
  gap: 1.05rem;
}

.service-group-heading {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.service-group-heading h3 {
  color: rgba(255,255,255,.86);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.service-group-mark {
  width: 2.3rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    var(--gold-300),
    rgba(245,196,94,0)
  );
}

#service-system .service-grid {
  align-items: stretch;
}

#service-system .service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.35rem, 2.2vw, 1.8rem);
  background:
    radial-gradient(
      circle at 8% 0%,
      rgba(var(--accent-rgb,176,144,255),.18),
      transparent 38%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(45,212,191,.07),
      transparent 42%
    ),
    rgba(255,255,255,.043);
  transition:
    transform .3s ease,
    border-color .3s ease,
    background .3s ease;
}

#service-system .service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--accent-rgb,176,144,255),.4);
  background:
    radial-gradient(
      circle at 8% 0%,
      rgba(var(--accent-rgb,176,144,255),.24),
      transparent 40%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(45,212,191,.1),
      transparent 44%
    ),
    rgba(255,255,255,.055);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(var(--accent-rgb,176,144,255),.32);
  border-radius: 15px;
  color: rgb(var(--accent-rgb,176,144,255));
  background: rgba(var(--accent-rgb,176,144,255),.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.service-icon svg {
  width: 1.65rem;
  height: 1.65rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

#service-system .service-card h3 {
  margin: 0 0 .65rem;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.16;
}

#service-system .service-card > p {
  line-height: 1.56;
}

#service-system .service-card ul {
  gap: .52rem;
  margin-top: 1rem;
  padding-left: 1.1rem;
}

#service-system .service-system-action {
  display: flex;
  justify-content: center;
  padding-top: .25rem;
}

@media (max-width: 63.99rem) {
  #service-system .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #service-system .service-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 47.99rem) {
  #service-system .service-system-title {
    max-width: 15ch;
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  #service-system .service-grid {
    grid-template-columns: 1fr;
  }

  #service-system .service-card:last-child {
    grid-column: auto;
  }

  #service-system .service-system-action .button {
    width: 100%;
  }
}

/* =========================================================
   Section 2 button spacing
   ========================================================= */

.service-choice-section .choice-card ul {
  margin-bottom: 1.55rem;
}

.service-choice-section .choice-card-action {
  margin-top: auto;
}

/* =========================================================
   Section 4: managed hosting foundation
   ========================================================= */

.services-visual-section {
  padding-top: clamp(4.4rem, 6.5vw, 5.8rem);
  padding-bottom: clamp(3.25rem, 4.5vw, 4.25rem);
}

.services-visual-section .services-visual-layout {
  align-items: center;
}

.services-visual-section .services-visual {
  min-height: 390px;
  padding: .8rem;
}

.services-visual-section .services-visual img {
  min-height: 370px;
  object-position: center;
}

.services-visual-copy {
  display: grid;
  align-content: center;
}

.services-visual-copy .eyebrow {
  margin-bottom: .85rem;
}

.services-foundation-title {
  max-width: 17ch;
  margin: 0;
  color: #ffffff;
  background: none !important;
  font-size: clamp(2.35rem, 4.2vw, 3.9rem);
  line-height: 1.04;
  animation: none !important;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

.services-foundation-title > span {
  display: block;
}

.services-foundation-title-accent {
  color: #94e8f0;
  -webkit-text-fill-color: #94e8f0;
}

.services-foundation-copy {
  max-width: 41rem;
  margin-top: 1.1rem;
  color: rgba(241,247,249,.8);
  line-height: 1.62;
}

.services-visual-section .feature-callouts {
  align-items: stretch;
  margin: 1.5rem 0 1.65rem;
}

.services-visual-section .feature-callouts div {
  display: grid;
  align-content: start;
  gap: .32rem;
  min-height: 100%;
  padding: 1rem;
  border-color: rgba(45,212,191,.22);
  background:
    radial-gradient(circle at 15% 0%, rgba(45,212,191,.12), transparent 48%),
    rgba(45,212,191,.055);
}

.services-visual-section .feature-callouts strong {
  color: #9bf2e3;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.25;
}

.services-visual-section .feature-callouts span {
  margin-top: 0;
  line-height: 1.4;
}

@media (max-width: 63.99rem) {
  .services-visual-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .services-visual-section .services-visual {
    min-height: 340px;
  }

  .services-visual-section .services-visual img {
    min-height: 320px;
  }

  .services-foundation-title {
    max-width: 19ch;
  }
}

@media (max-width: 47.99rem) {
  .service-choice-section .choice-card ul {
    margin-bottom: 1.3rem;
  }

  .services-visual-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .services-visual-section .services-visual,
  .services-visual-section .services-visual img {
    min-height: 270px;
  }

  .services-foundation-title {
    max-width: 15ch;
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .services-visual-section .feature-callouts {
    margin-top: 1.35rem;
  }

  .services-visual-section .button {
    width: 100%;
  }
}

/* =========================================================
   Final process section and closing CTA
   ========================================================= */

.services-process-section {
  padding-top: clamp(4.75rem, 6vw, 5.75rem);
  padding-bottom: clamp(5rem, 7vw, 6.5rem);
  scroll-margin-top: 8rem;
}

.services-process-section .section-stack {
  gap: clamp(2.2rem, 4vw, 3.15rem);
}

.services-process-heading {
  max-width: 58rem;
  gap: 1rem;
}

.services-process-title {
  max-width: 18ch;
  margin: 0;
  color: #ffffff;
  background: none !important;
  font-size: clamp(2.35rem, 4.4vw, 4rem);
  line-height: 1.04;
  animation: none !important;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

.services-process-title > span {
  display: block;
}

.services-process-title-accent {
  color: #94e8f0;
  -webkit-text-fill-color: #94e8f0;
}

.services-process-section .process-grid {
  gap: 1.4rem;
  align-items: stretch;
}

.services-process-section .process-card {
  position: relative;
  min-height: 100%;
  padding: 1.45rem;
  overflow: visible;
  border-top-color: rgba(91,167,255,.58);
  background:
    radial-gradient(circle at 12% 0%, rgba(91,167,255,.11), transparent 40%),
    rgba(255,255,255,.028);
}

.services-process-section .process-card span {
  color: #8dc9ff;
}

.services-process-section .process-card h3 {
  margin-top: .75rem;
  font-size: 1.03rem;
}

.services-process-section .process-card p {
  line-height: 1.55;
}

@media (min-width: 64rem) {
  .services-process-section .process-card:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 1.7rem;
    width: 1.4rem;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(91,167,255,.55),
      rgba(148,232,240,.2)
    );
  }

  .services-process-section .process-card:not(:last-child)::before {
    content: "";
    position: absolute;
    top: calc(1.7rem - 3px);
    right: -1.4rem;
    z-index: 2;
    width: 7px;
    height: 7px;
    border-top: 1px solid rgba(148,232,240,.72);
    border-right: 1px solid rgba(148,232,240,.72);
    transform: rotate(45deg);
  }
}

.services-final-section {
  padding-top: 0;
  padding-bottom: clamp(4.5rem, 7vw, 6.5rem);
}

.services-final-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  padding: clamp(2rem, 4vw, 3rem);
}

.services-final-copy {
  min-width: 0;
}

.services-final-title {
  max-width: 19ch;
  margin: .8rem 0 0;
  color: #ffffff;
  background: none !important;
  font-size: clamp(2.2rem, 4vw, 3.65rem);
  line-height: 1.04;
  animation: none !important;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

.services-final-title span {
  color: #94e8f0;
  -webkit-text-fill-color: #94e8f0;
}

.services-final-copy-text {
  max-width: 45rem;
  margin-top: 1.15rem;
  color: rgba(243,248,250,.78);
  line-height: 1.62;
}

.services-final-actions {
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

@media (max-width: 63.99rem) {
  .services-process-section {
    padding-top: 4.75rem;
  }

  .services-process-title {
    max-width: 20ch;
  }

  .services-final-cta {
    grid-template-columns: 1fr;
  }

  .services-final-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 47.99rem) {
  .services-process-section {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }

  .services-process-title {
    max-width: 15ch;
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .services-final-section {
    padding-bottom: 4rem;
  }

  .services-final-cta {
    padding: 1.5rem;
  }

  .services-final-title {
    max-width: 14ch;
    font-size: clamp(2rem, 9.5vw, 2.9rem);
  }

  .services-final-actions {
    flex-direction: column;
  }

  .services-final-actions .button {
    width: 100%;
  }
}


/* =========================================================
   Services marketing upgrade 2026-07-26
   - Sells one flexible managed website plan.
   - Adds static, WordPress, and hybrid foundations.
   - Highlights premium Brizy, Bricks, and Etch licensing.
   - Positions Pickaxe as the cross-platform AI layer.
   ========================================================= */

.services-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .58rem;
  margin-top: 1.15rem;
}

.services-hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .46rem .72rem;
  border: 1px solid rgba(148, 232, 240, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  color: rgba(242, 249, 251, .76);
  font-size: .74rem;
  font-weight: 750;
  line-height: 1.15;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.services-hero-proof span::before {
  content: "";
  width: .42rem;
  height: .42rem;
  margin-right: .48rem;
  border-radius: 50%;
  background: #5eead4;
  box-shadow: 0 0 .8rem rgba(94, 234, 212, .55);
}

.services-foundation-choice {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(45, 212, 191, .09), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(176, 144, 255, .12), transparent 34%);
}

.services-foundation-choice::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 42px 42px;
}

.services-foundation-choice > .container {
  position: relative;
  z-index: 1;
}

.services-foundation-choice-heading,
.services-platform-heading {
  max-width: 64rem;
}

.services-foundation-choice-heading h2,
.services-platform-heading h2 {
  max-width: 17ch;
  margin: 0;
  color: #fff;
  background: none !important;
  font-size: clamp(2.35rem, 4.5vw, 4.15rem);
  line-height: 1.04;
  animation: none !important;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

.foundation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.foundation-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.45rem, 2.5vw, 2rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(var(--accent-rgb, 176, 144, 255), .2), transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(45, 212, 191, .08), transparent 42%),
    rgba(255, 255, 255, .045);
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.foundation-card::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: rgba(var(--accent-rgb, 176, 144, 255), .06);
  pointer-events: none;
}

.foundation-card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--accent-rgb, 176, 144, 255), .42);
}

.foundation-card-featured {
  border-color: rgba(176, 144, 255, .38);
  background:
    radial-gradient(circle at 8% 0%, rgba(176, 144, 255, .3), transparent 42%),
    radial-gradient(circle at 100% 100%, rgba(45, 212, 191, .12), transparent 44%),
    rgba(255, 255, 255, .065);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .11),
    0 28px 72px -48px rgba(176, 144, 255, .62);
}

.foundation-card-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.9rem;
  margin-bottom: 1rem;
  padding: .42rem .68rem;
  border: 1px solid rgba(var(--accent-rgb, 176, 144, 255), .27);
  border-radius: 999px;
  background: rgba(var(--accent-rgb, 176, 144, 255), .09);
  color: rgb(var(--accent-rgb, 176, 144, 255));
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}

.foundation-card h3,
.foundation-card p,
.foundation-card ul {
  position: relative;
  z-index: 1;
}

.foundation-card h3 {
  margin: 0 0 .75rem;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.15;
}

.foundation-card p {
  color: rgba(239, 246, 248, .75);
  line-height: 1.6;
}

.foundation-card ul {
  display: grid;
  gap: .58rem;
  margin: 1.15rem 0 0;
  padding-left: 1.15rem;
  color: var(--text-soft);
}

.foundation-card li::marker {
  color: rgb(var(--accent-rgb, 176, 144, 255));
}

.foundation-plan-note {
  margin: 0;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(245, 196, 94, .2);
  border-radius: 18px;
  background: rgba(245, 196, 94, .055);
  color: rgba(244, 248, 250, .72);
  line-height: 1.55;
}

.foundation-plan-note strong {
  color: #f4cf6a;
}

.services-platform-value {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(176, 144, 255, .13), transparent 33%),
    radial-gradient(circle at 88% 86%, rgba(45, 212, 191, .1), transparent 36%);
}

.platform-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  align-items: stretch;
}

.platform-value-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.55rem, 3vw, 2.25rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(var(--accent-rgb, 176, 144, 255), .24), transparent 42%),
    radial-gradient(circle at 100% 100%, rgba(45, 212, 191, .1), transparent 44%),
    rgba(255, 255, 255, .05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .09),
    0 28px 78px -58px rgba(var(--accent-rgb, 176, 144, 255), .62);
}

.platform-value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb, 176, 144, 255), .72), transparent);
  box-shadow: 0 0 18px rgba(var(--accent-rgb, 176, 144, 255), .34);
}

.platform-value-topline {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  align-items: center;
  margin-bottom: 1.05rem;
}

.platform-value-kicker {
  color: rgb(var(--accent-rgb, 176, 144, 255));
  font-size: .71rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.platform-value-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: .4rem .65rem;
  border: 1px solid rgba(245, 196, 94, .26);
  border-radius: 999px;
  background: rgba(245, 196, 94, .08);
  color: #f4cf6a;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}

.platform-value-card h3 {
  margin: 0 0 .85rem;
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  line-height: 1.08;
}

.platform-value-card > p {
  color: rgba(239, 246, 248, .76);
  line-height: 1.62;
}

.builder-choice-grid {
  display: grid;
  gap: .75rem;
  margin-top: 1.3rem;
}

.builder-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .85rem;
  align-items: center;
  padding: .86rem;
  border: 1px solid rgba(176, 144, 255, .16);
  border-radius: 16px;
  background: rgba(7, 10, 18, .42);
}

.builder-mark {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(176, 144, 255, .32);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(176, 144, 255, .18), rgba(45, 212, 191, .1));
  color: #f2ecff;
  font-family: var(--font-heading);
  font-size: .78rem;
  font-weight: 850;
}

.builder-choice strong,
.builder-choice small {
  display: block;
}

.builder-choice strong {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1rem;
}

.builder-choice small {
  margin-top: .18rem;
  color: rgba(239, 246, 248, .58);
  font-size: .78rem;
  line-height: 1.35;
}

.builder-toolkit-disclosure {
  margin-top: .85rem;
  overflow: hidden;
  border: 1px solid rgba(176, 144, 255, .14);
  border-radius: 15px;
  background: rgba(7, 10, 18, .3);
}

.builder-toolkit-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .82rem .9rem;
  cursor: pointer;
  list-style: none;
  transition: background 180ms ease, border-color 180ms ease;
}

.builder-toolkit-disclosure summary::-webkit-details-marker {
  display: none;
}

.builder-toolkit-disclosure summary:hover,
.builder-toolkit-disclosure summary:focus-visible {
  background: rgba(176, 144, 255, .055);
  outline: none;
}

.builder-toolkit-summary-copy {
  display: grid;
  gap: .2rem;
  min-width: 0;
}

.builder-toolkit-summary-copy small {
  color: rgba(244, 207, 106, .76);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.builder-toolkit-summary-copy strong {
  color: rgba(244, 247, 250, .82);
  font-family: var(--font-heading);
  font-size: .88rem;
  line-height: 1.3;
}

.builder-toolkit-toggle {
  position: relative;
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid rgba(176, 144, 255, .2);
  border-radius: 50%;
  background: rgba(176, 144, 255, .065);
}

.builder-toolkit-toggle::before,
.builder-toolkit-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: .65rem;
  height: 1px;
  background: rgba(226, 232, 240, .72);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.builder-toolkit-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.builder-toolkit-disclosure[open] .builder-toolkit-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.builder-toolkit-content {
  padding: .85rem .9rem .95rem;
  border-top: 1px solid rgba(176, 144, 255, .1);
  background: rgba(3, 6, 14, .22);
}

.builder-toolkit-content p {
  margin: 0;
  color: rgba(226, 232, 240, .62);
  font-size: .78rem;
  line-height: 1.55;
}

.builder-toolkit-list {
  display: flex;
  flex-wrap: wrap;
  gap: .42rem;
  margin: .72rem 0 0;
  padding: 0;
  list-style: none;
}

.builder-toolkit-list li {
  padding: .38rem .55rem;
  border: 1px solid rgba(45, 212, 191, .12);
  border-radius: 999px;
  background: rgba(45, 212, 191, .035);
  color: rgba(226, 232, 240, .66);
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.2;
}

.builder-toolkit-list li span {
  color: rgba(143, 220, 232, .72);
}

.pickaxe-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin-top: 1.3rem;
}

.pickaxe-feature-grid span {
  display: flex;
  align-items: center;
  min-height: 3.2rem;
  padding: .8rem .86rem;
  border: 1px solid rgba(45, 212, 191, .18);
  border-radius: 15px;
  background: rgba(45, 212, 191, .055);
  color: rgba(240, 250, 248, .82);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.35;
}

.pickaxe-feature-grid span::before {
  content: "";
  flex: 0 0 auto;
  width: .42rem;
  height: .42rem;
  margin-right: .55rem;
  border-radius: 50%;
  background: #5eead4;
  box-shadow: 0 0 .75rem rgba(94, 234, 212, .5);
}

.platform-value-proof {
  margin-top: auto !important;
  padding-top: 1.25rem;
  color: rgba(255, 255, 255, .82) !important;
  font-weight: 700;
}

.services-foundation-value {
  max-width: 42rem;
  margin-top: 1rem;
  padding: .9rem 1rem;
  border-left: 2px solid rgba(94, 234, 212, .55);
  border-radius: 0 14px 14px 0;
  background: rgba(45, 212, 191, .05);
  color: rgba(242, 249, 250, .76);
  line-height: 1.55;
}

.services-visual-section .feature-callouts-four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-visual-section .feature-callouts-four strong {
  font-size: clamp(.94rem, 1.18vw, 1.12rem);
  line-height: 1.24;
}

.services-visual-section .feature-callouts-four span {
  font-size: .74rem;
}

@media (max-width: 63.99rem) {
  .foundation-grid,
  .platform-value-grid {
    grid-template-columns: 1fr;
  }

  .foundation-card-featured {
    order: -1;
  }

  .services-foundation-choice-heading h2,
  .services-platform-heading h2 {
    max-width: 19ch;
  }
}

@media (max-width: 47.99rem) {
  .services-hero-proof {
    display: grid;
    width: 100%;
    gap: .5rem;
  }

  .services-hero-proof span {
    width: 100%;
    justify-content: flex-start;
  }

  .services-foundation-choice-heading h2,
  .services-platform-heading h2 {
    max-width: 14ch;
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .foundation-card,
  .platform-value-card {
    padding: 1.35rem;
  }

  .platform-value-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .pickaxe-feature-grid,
  .services-visual-section .feature-callouts-four {
    grid-template-columns: 1fr;
  }

  .platform-value-card h3 {
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  .foundation-plan-note {
    padding: .9rem 1rem;
  }
}


/* =========================================================
   Supported platform brands and licensing clarity
   ========================================================= */

.builder-choice-link {
  color: inherit;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.builder-choice-link:hover,
.builder-choice-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(var(--accent-rgb,176,144,255),.42);
  background: rgba(255,255,255,.07);
  box-shadow: 0 18px 34px -28px rgba(var(--accent-rgb,176,144,255),.58);
}

.builder-logo-shell {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 4.8rem;
  height: 3.2rem;
  padding: .35rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 13px;
  background: rgba(3,6,14,.58);
}

.builder-logo-shell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.platform-pickaxe-brand {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  width: fit-content;
  max-width: 100%;
  margin: .15rem 0 1rem;
  padding: .65rem .8rem;
  border: 1px solid rgba(245,196,94,.2);
  border-radius: 15px;
  background: rgba(245,196,94,.055);
  color: rgba(255,255,255,.72);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.platform-pickaxe-brand:hover,
.platform-pickaxe-brand:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(245,196,94,.38);
  background: rgba(245,196,94,.09);
}

.platform-pickaxe-brand img {
  display: block;
  width: min(12rem, 55%);
  height: 2.35rem;
  object-fit: contain;
  object-position: left center;
}

.platform-pickaxe-brand span {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.3;
}

.platform-legal-note {
  padding: 1rem 1.15rem;
  border-color: rgba(148,163,184,.16);
  background: rgba(255,255,255,.025);
}

.platform-legal-note p {
  margin: 0;
  color: rgba(226,232,240,.58);
  font-size: .78rem;
  line-height: 1.58;
}

.platform-legal-note strong {
  color: rgba(241,245,249,.78);
}

.supported-platforms-panel {
  display: grid;
  gap: .85rem;
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(176,144,255,.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at 5% 0%, rgba(176,144,255,.1), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(45,212,191,.08), transparent 42%),
    rgba(255,255,255,.025);
}

.supported-platforms-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.supported-platforms-head > div {
  min-width: 0;
}

.supported-platforms-label {
  margin: 0 0 .22rem;
  color: var(--gold-300);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.supported-platforms-head h3 {
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 1rem;
  line-height: 1.3;
}

.supported-platforms-head > span {
  flex: 0 0 auto;
  color: rgba(255,255,255,.44);
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.supported-platforms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .65rem;
}

.supported-platforms-grid a {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  align-content: center;
  gap: .35rem;
  min-height: 5.25rem;
  padding: .75rem .8rem;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 15px;
  background: rgba(5,8,16,.58);
  color: rgba(255,255,255,.68);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.supported-platforms-grid a:hover,
.supported-platforms-grid a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(45,212,191,.32);
  background: rgba(10,18,26,.78);
  box-shadow: 0 16px 30px -25px rgba(45,212,191,.65);
}

.supported-platforms-grid img {
  display: block;
  width: min(10.5rem, 100%);
  height: 2.15rem;
  object-fit: contain;
  object-position: left center;
}

.supported-platforms-grid small {
  color: rgba(226,232,240,.56);
  font-size: .72rem;
  line-height: 1.25;
}

@media (max-width: 47.99rem) {
  .builder-logo-shell {
    width: 4.4rem;
  }

  .platform-pickaxe-brand {
    display: grid;
    width: 100%;
  }

  .platform-pickaxe-brand img {
    width: min(12rem, 100%);
  }

  .supported-platforms-head {
    align-items: start;
  }

  .supported-platforms-head > span {
    display: none;
  }

  .supported-platforms-grid {
    grid-template-columns: 1fr;
  }

  .supported-platforms-grid a {
    min-height: 4.8rem;
  }
}

/* =========================================================
   Managed plan section balance update
   - Gives the headline full-width breathing room.
   - Aligns the visual and platform/value stack from the top.
   - Keeps desktop and tablet layouts visually balanced.
   ========================================================= */

.services-visual-section .services-plan-section {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}

.services-visual-section .services-plan-heading {
  display: grid;
  justify-items: start;
  max-width: 72rem;
}

.services-visual-section .services-plan-heading .services-foundation-title {
  max-width: 22ch;
}

.services-visual-section .services-plan-heading .services-foundation-copy {
  max-width: 56rem;
}

.services-visual-section .services-plan-heading .services-foundation-value {
  max-width: 58rem;
}

.services-visual-section .services-plan-grid {
  display: grid;
  grid-template-columns: minmax(24rem, .92fr) minmax(30rem, 1.08fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.services-visual-section .services-plan-visual {
  align-self: start;
  min-height: 0;
  padding: .8rem;
}

.services-visual-section .services-plan-visual img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: center;
}

.services-visual-section .services-plan-details {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-width: 0;
}

.services-visual-section .services-plan-details .supported-platforms-panel,
.services-visual-section .services-plan-details .feature-callouts {
  margin: 0;
}

.services-visual-section .services-plan-button {
  width: 100%;
  justify-content: center;
  margin-top: .1rem;
}

@media (min-width: 64rem) and (max-width: 76rem) {
  .services-visual-section .services-plan-grid {
    grid-template-columns: minmax(22rem, .88fr) minmax(28rem, 1.12fr);
    gap: 1.5rem;
  }

  .services-visual-section .supported-platforms-panel {
    padding: .9rem;
  }

  .services-visual-section .supported-platforms-grid a {
    min-height: 4.9rem;
  }

  .services-visual-section .feature-callouts-four strong {
    font-size: .98rem;
  }
}

@media (max-width: 63.99rem) {
  .services-visual-section .services-plan-heading {
    max-width: 54rem;
  }

  .services-visual-section .services-plan-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .services-visual-section .services-plan-visual {
    width: min(100%, 50rem);
  }

  .services-visual-section .services-plan-visual img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 47.99rem) {
  .services-visual-section .services-plan-section {
    gap: 1.5rem;
  }

  .services-visual-section .services-plan-heading .services-foundation-title {
    max-width: 15ch;
  }

  .services-visual-section .services-plan-grid {
    gap: 1rem;
  }

  .services-visual-section .services-plan-visual {
    padding: .55rem;
  }

  .services-visual-section .services-plan-visual img {
    aspect-ratio: 4 / 3;
  }
}

/* =========================================================
   Services hero motion visual
   Keeps the plug artwork calm and premium while adding motion
   around the image instead of layering on a technical diagram.
   ========================================================= */

@media (min-width: 64rem) {
  body.services-page .services-hero-layout {
    grid-template-columns: minmax(0, .98fr) minmax(440px, 1.02fr);
    gap: clamp(2.4rem, 4.6vw, 4.5rem);
  }
}

body.services-page .services-hero-media-motion {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: 570px;
  padding: clamp(.85rem, 1.6vw, 1.15rem);
  overflow: visible;
  border-color: rgba(176, 144, 255, .2);
  background:
    radial-gradient(circle at 18% 12%, rgba(176, 144, 255, .28), transparent 38%),
    radial-gradient(circle at 88% 82%, rgba(45, 212, 191, .18), transparent 42%),
    linear-gradient(155deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .025));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .09),
    0 34px 90px -52px rgba(0, 0, 0, .96),
    0 24px 78px -58px rgba(176, 144, 255, .75);
}

body.services-page .services-hero-media-motion::before {
  content: "";
  position: absolute;
  inset: 10% -10% -9% 12%;
  z-index: -3;
  border-radius: 44%;
  background:
    radial-gradient(circle at 45% 36%, rgba(176, 144, 255, .24), transparent 45%),
    radial-gradient(circle at 74% 68%, rgba(45, 212, 191, .17), transparent 43%);
  filter: blur(42px);
  opacity: .8;
  pointer-events: none;
  animation: servicesAuraDrift 11s ease-in-out infinite;
}

body.services-page .services-hero-media-motion::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .065), transparent 30%),
    linear-gradient(315deg, rgba(45, 212, 191, .065), transparent 35%);
  pointer-events: none;
}

.services-motion-aura {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}

.services-motion-aura-purple {
  width: 13rem;
  height: 13rem;
  top: -3.4rem;
  right: -2.5rem;
  background: rgba(176, 144, 255, .14);
  animation: servicesAuraPurple 13s ease-in-out infinite;
}

.services-motion-aura-teal {
  width: 11rem;
  height: 11rem;
  left: -3rem;
  bottom: -2.5rem;
  background: rgba(45, 212, 191, .12);
  animation: servicesAuraTeal 15s ease-in-out infinite;
}

.services-motion-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 32rem);
  animation: servicesFrameFloat 8s ease-in-out infinite;
  transform-origin: 52% 58%;
}

.services-motion-image-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 30px;
  background: #040914;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 30px 70px -40px rgba(0, 0, 0, .98),
    0 0 0 1px rgba(176, 144, 255, .05),
    0 0 55px rgba(45, 212, 191, .08);
}

body.services-page .services-motion-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.03) brightness(.98);
  transform: scale(1.025);
  animation: servicesImageBreathe 15s ease-in-out infinite;
  will-change: transform;
}

.services-motion-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(2, 6, 14, .18), transparent 24%, transparent 72%, rgba(2, 6, 14, .5)),
    radial-gradient(circle at 56% 52%, transparent 0%, transparent 35%, rgba(2, 6, 14, .16) 66%, rgba(2, 6, 14, .38) 100%);
  pointer-events: none;
}

.services-motion-sheen {
  position: absolute;
  z-index: 3;
  top: -28%;
  bottom: -28%;
  left: -46%;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), rgba(143, 239, 255, .08), transparent);
  filter: blur(7px);
  opacity: 0;
  transform: skewX(-16deg);
  pointer-events: none;
  animation: servicesSheenPass 9s ease-in-out infinite 1.4s;
}

.services-motion-pulse {
  position: absolute;
  z-index: 4;
  left: 56.5%;
  top: 52.5%;
  width: 5rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 214, 126, .62);
  border-radius: 50%;
  box-shadow:
    0 0 1.25rem rgba(255, 200, 92, .28),
    inset 0 0 1rem rgba(255, 214, 126, .12);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.34);
  pointer-events: none;
  animation: servicesPowerPulse 3.8s ease-out infinite;
}

.services-motion-pulse-two {
  animation-delay: 1.9s;
}

.services-motion-orbit {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(143, 239, 255, .11);
  border-radius: 50%;
  pointer-events: none;
}

.services-motion-orbit-one {
  width: 112%;
  aspect-ratio: 1;
  border-top-color: rgba(45, 212, 191, .35);
  border-right-color: rgba(176, 144, 255, .21);
  transform: translate(-50%, -50%) rotate(-18deg);
  animation: servicesOrbitOne 28s linear infinite;
}

.services-motion-orbit-two {
  width: 93%;
  aspect-ratio: 1;
  border-bottom-color: rgba(176, 144, 255, .32);
  border-left-color: rgba(245, 196, 94, .16);
  transform: translate(-50%, -50%) rotate(22deg);
  animation: servicesOrbitTwo 34s linear infinite reverse;
}

.services-motion-orbit i {
  position: absolute;
  top: 50%;
  left: -4px;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #8fefff;
  box-shadow: 0 0 1rem rgba(143, 239, 255, .9);
}

.services-motion-orbit-two i {
  top: auto;
  left: auto;
  right: 8%;
  bottom: 16%;
  width: .42rem;
  height: .42rem;
  background: #b090ff;
  box-shadow: 0 0 1rem rgba(176, 144, 255, .85);
}

.services-motion-badge {
  position: absolute;
  z-index: 5;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .7rem;
  align-items: center;
  max-width: min(82%, 19rem);
  padding: .78rem .88rem;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 17px;
  background: rgba(5, 11, 24, .68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .07),
    0 20px 44px -28px rgba(0, 0, 0, .95);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  animation: servicesBadgeFloat 6.5s ease-in-out infinite 1s;
}

.services-motion-badge-light {
  width: .64rem;
  height: .64rem;
  border-radius: 50%;
  background: #5eead4;
  box-shadow: 0 0 1rem rgba(94, 234, 212, .82);
  animation: servicesBadgePulse 2.5s ease-in-out infinite;
}

.services-motion-badge small,
.services-motion-badge strong {
  display: block;
}

.services-motion-badge small {
  color: #f4cf6a;
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.services-motion-badge strong {
  margin-top: .16rem;
  color: rgba(255, 255, 255, .94);
  font-family: var(--font-heading);
  font-size: .88rem;
  line-height: 1.25;
}

.services-motion-spark {
  position: absolute;
  z-index: 4;
  width: .34rem;
  height: .34rem;
  border-radius: 50%;
  background: #8fefff;
  box-shadow: 0 0 .9rem rgba(143, 239, 255, .92);
  pointer-events: none;
  opacity: .38;
}

.services-motion-spark-one {
  left: 5%;
  top: 17%;
  animation: servicesSparkOne 7.5s ease-in-out infinite;
}

.services-motion-spark-two {
  right: 2%;
  top: 31%;
  background: #b090ff;
  box-shadow: 0 0 .9rem rgba(176, 144, 255, .9);
  animation: servicesSparkTwo 8.5s ease-in-out infinite 1.1s;
}

.services-motion-spark-three {
  left: -1%;
  bottom: 24%;
  width: .27rem;
  height: .27rem;
  background: #f4cf6a;
  box-shadow: 0 0 .8rem rgba(244, 207, 106, .85);
  animation: servicesSparkThree 6.8s ease-in-out infinite .5s;
}

.services-motion-spark-four {
  right: 15%;
  bottom: 2%;
  width: .25rem;
  height: .25rem;
  animation: servicesSparkFour 7.9s ease-in-out infinite 1.6s;
}

.services-motion-spark-five {
  left: 24%;
  top: -1%;
  width: .24rem;
  height: .24rem;
  background: #b090ff;
  box-shadow: 0 0 .8rem rgba(176, 144, 255, .9);
  animation: servicesSparkFive 9.2s ease-in-out infinite .9s;
}

@keyframes servicesFrameFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-.25deg); }
  50% { transform: translate3d(0, -8px, 0) rotate(.25deg); }
}

@keyframes servicesImageBreathe {
  0%, 100% { transform: scale(1.025) translate3d(0, 0, 0); }
  50% { transform: scale(1.055) translate3d(-.7%, -.45%, 0); }
}

@keyframes servicesPowerPulse {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.34); }
  16% { opacity: .72; }
  72%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(2.25); }
}

@keyframes servicesSheenPass {
  0%, 12% { left: -46%; opacity: 0; }
  20% { opacity: .68; }
  46% { left: 124%; opacity: .16; }
  47%, 100% { left: 124%; opacity: 0; }
}

@keyframes servicesOrbitOne {
  to { transform: translate(-50%, -50%) rotate(342deg); }
}

@keyframes servicesOrbitTwo {
  to { transform: translate(-50%, -50%) rotate(382deg); }
}

@keyframes servicesAuraDrift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: .78; }
  50% { transform: translate3d(-2%, 2%, 0) scale(1.06); opacity: .96; }
}

@keyframes servicesAuraPurple {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-14px, 12px, 0) scale(1.1); }
}

@keyframes servicesAuraTeal {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(16px, -10px, 0) scale(1.08); }
}

@keyframes servicesBadgeFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-3px, -5px, 0); }
}

@keyframes servicesBadgePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .48; transform: scale(.78); }
}

@keyframes servicesSparkOne {
  0%, 100% { transform: translate3d(0, 0, 0) scale(.8); opacity: .24; }
  50% { transform: translate3d(10px, -14px, 0) scale(1.18); opacity: .82; }
}

@keyframes servicesSparkTwo {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: .18; }
  50% { transform: translate3d(-12px, 12px, 0); opacity: .72; }
}

@keyframes servicesSparkThree {
  0%, 100% { transform: translate3d(0, 0, 0) scale(.72); opacity: .24; }
  50% { transform: translate3d(12px, -8px, 0) scale(1.12); opacity: .76; }
}

@keyframes servicesSparkFour {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: .16; }
  50% { transform: translate3d(-8px, -13px, 0); opacity: .68; }
}

@keyframes servicesSparkFive {
  0%, 100% { transform: translate3d(0, 0, 0) scale(.78); opacity: .2; }
  50% { transform: translate3d(8px, 12px, 0) scale(1.18); opacity: .75; }
}

@media (max-width: 63.99rem) {
  body.services-page .services-hero-media-motion {
    width: min(100%, 34rem);
    min-height: 560px;
    justify-self: center;
  }
}

@media (max-width: 47.99rem) {
  body.services-page .services-hero-media-motion {
    width: 100%;
    min-height: 0;
    padding: .55rem;
    overflow: hidden;
  }

  .services-motion-frame {
    width: min(100%, 29rem);
  }

  .services-motion-image-wrap {
    border-radius: 22px;
  }

  .services-motion-orbit-one {
    width: 108%;
  }

  .services-motion-orbit-two {
    width: 91%;
  }

  .services-motion-badge {
    right: .65rem;
    bottom: .65rem;
    max-width: calc(100% - 1.3rem);
    padding: .68rem .72rem;
    border-radius: 15px;
  }

  .services-motion-badge small {
    font-size: .52rem;
  }

  .services-motion-badge strong {
    font-size: .77rem;
  }

  .services-motion-pulse {
    width: 4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-hero-media-motion::before,
  .services-motion-aura,
  .services-motion-frame,
  .services-motion-image,
  .services-motion-sheen,
  .services-motion-pulse,
  .services-motion-orbit,
  .services-motion-badge,
  .services-motion-badge-light,
  .services-motion-spark {
    animation: none !important;
  }

  .services-motion-sheen,
  .services-motion-pulse {
    display: none;
  }
}


/* =========================================================
   Services hero tablet optimization 2026-07-26
   - Makes tablet feel intentionally composed instead of a
     compressed desktop layout.
   - Stacks earlier for portrait tablets.
   - Tightens landscape tablet spacing and brings the hero up.
   ========================================================= */

@media (min-width: 64rem) and (max-width: 75rem) {
  body.services-page main#main-content > .services-hero {
    padding-top: 2.2rem !important;
    padding-bottom: 3.35rem !important;
  }

  body.services-page .services-hero-layout {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr) !important;
    gap: clamp(1.35rem, 2.6vw, 2.2rem) !important;
    align-items: start;
  }

  body.services-page .services-hero .hero-copy {
    max-width: 42rem;
    padding-top: .2rem;
  }

  body.services-page .services-hero h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 4.7vw, 4rem);
  }

  body.services-page .services-hero .hero-text {
    max-width: 36rem;
  }

  body.services-page .services-hero-actions {
    margin-top: 1.15rem;
  }

  body.services-page .services-hero-proof {
    margin-top: 1rem;
    gap: .5rem;
  }

  body.services-page .services-hero-proof span {
    padding: .44rem .68rem;
    font-size: .71rem;
  }

  body.services-page .services-hero-media-motion {
    min-height: 500px;
    margin-top: .1rem;
    padding: .78rem;
  }

  body.services-page .services-motion-frame {
    width: min(100%, 26rem);
  }

  body.services-page .services-motion-image-wrap {
    border-radius: 27px;
  }

  body.services-page .services-motion-badge {
    right: .8rem;
    bottom: .8rem;
    max-width: min(80%, 16.5rem);
  }

  body.services-page .services-motion-orbit-one {
    width: 106%;
  }

  body.services-page .services-motion-orbit-two {
    width: 88%;
  }
}

@media (min-width: 48rem) and (max-width: 68.74rem) {
  body.services-page main#main-content > .services-hero {
    padding-top: 1.4rem !important;
    padding-bottom: 2.6rem !important;
  }

  body.services-page .services-hero-layout {
    grid-template-columns: 1fr !important;
    gap: 1.2rem !important;
    align-items: start;
  }

  body.services-page .services-hero .hero-copy {
    max-width: 100%;
  }

  body.services-page .services-hero h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 7vw, 4.15rem);
  }

  body.services-page .services-hero .hero-text {
    max-width: 46rem;
    margin-top: 1.15rem;
  }

  body.services-page .services-hero-actions {
    margin-top: 1.05rem;
    gap: .85rem;
  }

  body.services-page .services-hero-proof {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: .55rem;
    width: fit-content;
    max-width: 100%;
    margin-top: .95rem;
  }

  body.services-page .services-hero-proof span {
    padding: .44rem .7rem;
    font-size: .72rem;
  }

  body.services-page .services-hero-proof span:last-child {
    grid-column: 1 / -1;
    width: fit-content;
  }

  body.services-page .services-hero-media-motion {
    width: min(100%, 36rem);
    min-height: 0;
    margin: .15rem auto 0;
    padding: .6rem;
  }

  body.services-page .services-motion-frame {
    width: min(78vw, 30rem);
  }

  body.services-page .services-motion-image-wrap {
    border-radius: 25px;
  }

  body.services-page .services-motion-badge {
    right: .85rem;
    bottom: -.75rem;
    max-width: min(76%, 17.5rem);
  }

  body.services-page .services-motion-orbit-two,
  body.services-page .services-motion-spark-four,
  body.services-page .services-motion-spark-five {
    display: none;
  }

  body.services-page .services-motion-orbit-one {
    width: 108%;
  }

  body.services-page .service-choice-section {
    padding-top: 3rem;
  }
}

@media (min-width: 48rem) and (max-width: 56rem) {
  body.services-page .services-hero-actions {
    flex-wrap: wrap;
  }

  body.services-page .services-hero-actions .button {
    width: auto;
  }
}


/* =========================================================
   Services hero desktop balance 2026-07-26
   Desktop only. Keeps the proven tablet and mobile layouts,
   lifts the visual, and moves the three platform proof pills
   beneath the image so both columns finish more evenly.
   ========================================================= */

.services-hero-proof-media {
  display: none;
}

@media (min-width: 75.01rem) {
  body.services-page main#main-content > .services-hero {
    padding-top: 3rem !important;
    padding-bottom: 3.8rem !important;
  }

  body.services-page .services-hero-layout {
    align-items: start;
  }

  body.services-page .services-hero-proof-copy {
    display: none;
  }

  body.services-page .services-hero-media-motion {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: .9rem;
    min-height: 0;
    margin-top: -1.15rem;
    padding: .9rem .9rem 1rem;
  }

  body.services-page .services-motion-frame {
    width: min(100%, 31rem);
  }

  body.services-page .services-hero-proof-media {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
    gap: .48rem;
  }

  body.services-page .services-hero-proof-media span {
    flex: 0 1 auto;
    min-height: 1.9rem;
    padding: .42rem .62rem;
    font-size: .69rem;
    white-space: nowrap;
  }

  body.services-page .services-hero-proof-media span::before {
    width: .38rem;
    height: .38rem;
    margin-right: .42rem;
  }
}

@media (min-width: 75.01rem) and (max-width: 86rem) {
  body.services-page .services-hero-proof-media {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
  }

  body.services-page .services-hero-proof-media span:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }
}
