﻿/*
 * Services main page adapter for the Ecosystem master design system.
 * Content and the interactive service accordion remain Services-specific.
 */
html body.ac-services-master {
  --brand-container: min(100% - 48px, 1440px);
  --services-card: #111217;
  --services-border: rgba(255, 255, 255, .08);
  margin: 0 !important;
  background: #050506 !important;
  color: #fff !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif;
}

html body.ac-services-master main {
  position: relative !important;
  isolation: isolate !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #050506 !important;
}

html body.ac-services-master main::before,
html body.ac-services-master main::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  filter: blur(42px);
  pointer-events: none;
}

html body.ac-services-master main::before {
  top: 90px;
  right: -180px;
  width: 520px;
  height: 520px;
  background: rgba(240, 93, 45, .13);
}

html body.ac-services-master main::after {
  top: 44%;
  left: -150px;
  width: 420px;
  height: 420px;
  background: rgba(255, 255, 255, .055);
}

html body.ac-services-master main > * {
  position: relative;
  z-index: 1;
}

/* Services-specific right visual using Ecosystem card, border, and motion tokens. */
html body.ac-services-master .services-accordion {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  height: clamp(440px, 54vh, 590px);
  min-width: 0;
}

html body.ac-services-master .services-accordion__item {
  --panel-flex: 1;
  position: relative;
  isolation: isolate;
  flex: var(--panel-flex) 1 0;
  min-width: 54px;
  overflow: hidden;
  border: 1px solid var(--services-border);
  border-radius: 12px;
  background-color: transparent;
  background-image: var(--service-image);
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
  cursor: pointer;
  transition:
    flex 600ms cubic-bezier(.22, 1, .36, 1),
    border-color 300ms ease,
    box-shadow 300ms ease,
    transform 300ms ease;
}

html body.ac-services-master .services-accordion__item.is-active {
  --panel-flex: 5.2;
  border-color: rgba(240, 93, 45, .36);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .34), 0 0 34px rgba(240, 93, 45, .08);
}

html body.ac-services-master .services-accordion__item:focus-visible {
  outline: 2px solid #f05d2d;
  outline-offset: 3px;
}

html body.ac-services-master .services-accordion__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .18);
  transition: background-color 300ms ease;
}

html body.ac-services-master .services-accordion__item.is-active .services-accordion__shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .42));
}

html body.ac-services-master .services-accordion__item h2 {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 2;
  max-height: calc(100% - 48px);
  margin: 0;
  color: #fff;
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: translateX(-50%) rotate(180deg);
  transform-origin: center;
  transition: bottom 350ms ease, font-size 350ms ease, transform 500ms cubic-bezier(.22, 1, .36, 1);
}

html body.ac-services-master .services-accordion__item h2 span {
  font: inherit;
}

html body.ac-services-master .services-accordion__item.is-active h2 {
  bottom: 64px;
  max-width: calc(100% - 48px);
  max-height: none;
  font-size: 16px;
  white-space: normal;
  writing-mode: horizontal-tb;
  transform: translateX(-50%);
}

html body.ac-services-master .services-accordion__item > a {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f05d2d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 250ms 160ms ease, transform 350ms 160ms ease, color 220ms ease;
}

html body.ac-services-master .services-accordion__item.is-active > a {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

html body.ac-services-master .services-accordion__item > a:hover {
  color: #d96a1c;
}

/* Ecosystem section, card, and spacing tokens. */
html body.ac-services-master main > section:not(.hero):not(.closing-cta) {
  width: var(--brand-container) !important;
  max-width: var(--brand-container) !important;
  margin: 0 auto !important;
  padding: clamp(88px, 8vw, 128px) 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.ac-services-master .intro-grid,
html body.ac-services-master .ecosystem-head {
  max-width: 700px !important;
}

html body.ac-services-master .section-kicker {
  margin: 0 0 18px !important;
  color: #f05d2d !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

html body.ac-services-master :is(.intro-grid h2, .ecosystem-head h2) {
  margin: 0 !important;
  color: #f5f5f5 !important;
  font-size: clamp(32px, 4.2vw, 40px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
}

html body.ac-services-master :is(.intro-grid p, .ecosystem-head p) {
  max-width: 680px !important;
  margin: 14px 0 0 !important;
  color: rgba(255, 255, 255, .85) !important;
  font-size: clamp(16px, 1.08vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
  letter-spacing: .01em !important;
  animation: servicesSectionReveal .52s cubic-bezier(.22, 1, .36, 1) .1s both;
}

html body.ac-services-master #sec-comprehensive-connected-future-ready .services-core-head-card {
  box-sizing: border-box !important;
  width: min(100%, 1360px) !important;
  max-width: 1360px !important;
  margin: 0 !important;
  padding: clamp(34px, 3.7vw, 56px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, .88fr) minmax(320px, .72fr) !important;
  grid-template-areas:
    "kicker kicker"
    "title body" !important;
  gap: clamp(18px, 2vw, 26px) clamp(32px, 3.2vw, 48px) !important;
  align-items: end !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 12px !important;
  background: rgba(0, 0, 0, .28) !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, .28),
    0 0 72px rgba(240, 93, 45, .18),
    inset 0 1px 0 rgba(255, 255, 255, .07) !important;
  -webkit-backdrop-filter: blur(18px) saturate(118%) !important;
  backdrop-filter: blur(18px) saturate(118%) !important;
  transition: transform 300ms ease, border-color 300ms ease, background-color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-services-master #sec-comprehensive-connected-future-ready .services-core-head-card:hover {
  border-color: rgba(240, 93, 45, .36) !important;
  background: rgba(0, 0, 0, .42) !important;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, .34),
    0 0 92px rgba(240, 93, 45, .18),
    inset 0 1px 0 rgba(255, 255, 255, .10) !important;
  transform: translateY(-2px) !important;
}

html body.ac-services-master #sec-comprehensive-connected-future-ready .services-core-head-card > .section-kicker {
  grid-area: kicker !important;
  margin: 0 !important;
}

html body.ac-services-master #sec-comprehensive-connected-future-ready .services-core-head-card > .ecosystem-head {
  display: contents !important;
  max-width: none !important;
}

html body.ac-services-master #sec-comprehensive-connected-future-ready .services-core-head-card h2 {
  grid-area: title !important;
  max-width: 720px !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  line-height: 1.08 !important;
}

html body.ac-services-master #sec-comprehensive-connected-future-ready .services-core-head-card p {
  grid-area: body !important;
  max-width: 520px !important;
  margin: 0 !important;
  font-size: clamp(16px, 1.16vw, 18px) !important;
  line-height: 1.68 !important;
}

html body.ac-services-master .services-pillar-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(24px, 2.6vw, 32px) !important;
  align-items: stretch !important;
  margin-top: clamp(24px, 2.7vw, 32px) !important;
}

html body.ac-services-master .service-pillar {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 16px !important;
  min-height: 100% !important;
  padding: clamp(36px, 3.2vw, 44px) clamp(30px, 2.8vw, 38px) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 12px !important;
  background: #111217 !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28) !important;
  text-align: left !important;
  animation: servicesCardRise .58s cubic-bezier(.22, 1, .36, 1) both !important;
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-services-master .service-pillar:hover,
html body.ac-services-master .service-pillar:focus-within {
  transform: translateY(-2.5%) !important;
  border-color: rgba(240, 93, 45, .36) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28), 0 0 34px rgba(240, 93, 45, .08) !important;
}

html body.ac-services-master .service-pillar .pillar-index {
  margin: 0 !important;
  color: #f05d2d !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  letter-spacing: .04em !important;
}

html body.ac-services-master .service-pillar .pillar-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 56px !important;
  width: 56px !important;
  height: 56px !important;
  margin: 0 !important;
  border: 1px solid rgba(240, 93, 45, .26) !important;
  border-radius: 10px !important;
  background: rgba(240, 93, 45, .08) !important;
  color: #f05d2d !important;
  box-shadow: 0 0 24px rgba(240, 93, 45, .08) !important;
}

html body.ac-services-master .service-pillar .pillar-icon svg {
  width: 38px !important;
  height: 38px !important;
}

html body.ac-services-master .service-pillar > div:not(.pillar-index) {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
}

html body.ac-services-master .service-pillar > div:not(.pillar-index) > p {
  margin: 0 !important;
  color: #f05d2d !important;
  font-size: clamp(12px, 1vw, 14px) !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

html body.ac-services-master .service-pillar h3 {
  margin: 0 !important;
  color: #f5f5f5 !important;
  font-size: clamp(20px, 1.55vw, 22px) !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  letter-spacing: .01em !important;
  text-align: left !important;
}

html body.ac-services-master .service-pillar ul {
  display: grid !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 90% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left !important;
}

html body.ac-services-master .service-pillar li {
  position: relative !important;
  padding-left: 16px !important;
  color: rgba(255, 255, 255, .85) !important;
  font-size: clamp(15px, 1.05vw, 16px) !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
  text-align: left !important;
}

html body.ac-services-master .service-pillar li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f05d2d;
}

html body.ac-services-master .service-pillar > a {
  display: inline-flex !important;
  align-items: center !important;
  width: max-content !important;
  margin-top: auto !important;
  padding-top: 16px !important;
  color: #f05d2d !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  transition: color .22s ease, transform .22s ease !important;
}

html body.ac-services-master .service-pillar > a:hover {
  color: #d96a1c !important;
  transform: translateY(-2px) !important;
}

html[dir="rtl"] body.ac-services-master #sec-comprehensive-connected-future-ready .services-core-head-card {
  direction: rtl !important;
  grid-template-areas:
    "kicker kicker"
    "body title" !important;
  text-align: right !important;
}

html[dir="rtl"] body.ac-services-master #sec-comprehensive-connected-future-ready .services-core-head-card h2,
html[dir="rtl"] body.ac-services-master #sec-comprehensive-connected-future-ready .services-core-head-card p,
html[dir="rtl"] body.ac-services-master #sec-comprehensive-connected-future-ready .services-core-head-card .section-kicker {
  text-align: right !important;
}

/* Exact Ecosystem glass CTA and footer surfaces. */
html body.ac-services-master .closing-cta.ac-section-wrapper {
  width: min(1275px, calc(100% - 82px)) !important;
  max-width: 1275px !important;
  margin: 64px auto !important;
  padding: clamp(58px, 5vw, 78px) clamp(28px, 4vw, 52px) !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .10) !important;
  box-shadow: 0 26px 76px rgba(0, 0, 0, .38), 0 0 44px rgba(240, 93, 45, .08), inset 0 1px 0 rgba(255, 255, 255, .18) !important;
  backdrop-filter: blur(28px) saturate(125%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(125%) !important;
}

html body.ac-services-master .ac-footer {
  background: rgba(9, 10, 13, .72) !important;
  border-top: 1px solid rgba(255, 255, 255, .12) !important;
  box-shadow: 0 -24px 80px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .12) !important;
  backdrop-filter: blur(28px) saturate(125%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(125%) !important;
}

@keyframes servicesCardRise {
  from { opacity: 0; transform: translate3d(0, 16px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes servicesSectionReveal {
  from { opacity: 0; transform: translate3d(0, 10px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (max-width: 1100px) {
  html body.ac-services-master .services-pillar-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  html body.ac-services-master {
    --brand-container: min(100% - 48px, 1440px);
  }

  html body.ac-services-master #sec-comprehensive-connected-future-ready .services-core-head-card,
  html[dir="rtl"] body.ac-services-master #sec-comprehensive-connected-future-ready .services-core-head-card {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "kicker"
      "title"
      "body" !important;
    align-items: start !important;
  }

  html body.ac-services-master #sec-comprehensive-connected-future-ready .services-core-head-card h2,
  html body.ac-services-master #sec-comprehensive-connected-future-ready .services-core-head-card p {
    max-width: 100% !important;
  }

  html body.ac-services-master .services-accordion {
    height: clamp(430px, 62vw, 560px);
  }
}

@media (max-width: 640px) {
  html body.ac-services-master {
    --brand-container: calc(100% - 28px);
  }

  html body.ac-services-master .services-accordion {
    flex-direction: column;
    height: 620px;
    gap: 9px;
  }

  html body.ac-services-master .services-accordion__item {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    border-radius: 12px;
  }

  html body.ac-services-master .services-accordion__item h2,
  html body.ac-services-master .services-accordion__item.is-active h2 {
    left: 50%;
    bottom: 15px;
    max-width: calc(100% - 36px);
    font-size: 13px;
    white-space: normal;
    writing-mode: horizontal-tb;
    transform: translateX(-50%);
  }

  html body.ac-services-master .services-accordion__item.is-active h2 {
    bottom: 48px;
    font-size: 15px;
  }

  html body.ac-services-master main > section:not(.hero):not(.closing-cta) {
    padding: 84px 0 !important;
  }

  html body.ac-services-master .services-pillar-list {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  html body.ac-services-master .closing-cta.ac-section-wrapper {
    width: calc(100% - 28px) !important;
    margin: 56px auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.ac-services-master :is(.service-pillar, .intro-grid p, .ecosystem-head p) {
    animation: none !important;
  }
}

/* Final Services HERO tab-label alignment.
   Keep every collapsed label anchored to the same bottom baseline. */
html body.ac-services-master .hero--services-accordion .services-accordion__item h2 {
  position: absolute !important;
  inset: auto auto 24px 50% !important;
  display: block !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  height: auto !important;
  max-height: calc(100% - 48px) !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: 14.4px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -.01em !important;
  text-align: left !important;
  white-space: nowrap !important;
  writing-mode: vertical-rl !important;
  transform: translateX(-50%) rotate(180deg) !important;
  transform-origin: center center !important;
}

html body.ac-services-master .hero--services-accordion .services-accordion__item h2 span {
  display: inline !important;
  color: inherit !important;
  font: inherit !important;
}

html body.ac-services-master .hero--services-accordion .services-accordion__item.is-active h2 {
  inset: auto auto 64px 24px !important;
  min-width: 0 !important;
  width: calc(100% - 48px) !important;
  max-width: calc(100% - 48px) !important;
  max-height: none !important;
  font-size: 16.8px !important;
  text-align: left !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
  transform: none !important;
}

@media (max-width: 640px) {
  html body.ac-services-master .hero--services-accordion .services-accordion__item h2 {
    inset: auto auto 15px 18px !important;
    min-width: 0 !important;
    width: calc(100% - 36px) !important;
    max-width: calc(100% - 36px) !important;
    max-height: none !important;
    font-size: 14.4px !important;
    text-align: left !important;
    white-space: normal !important;
    writing-mode: horizontal-tb !important;
    transform: none !important;
  }

  html body.ac-services-master .hero--services-accordion .services-accordion__item.is-active h2 {
    inset: auto auto 48px 18px !important;
    font-size: 16.8px !important;
  }
}

/*
  Services HERO typography lock
  Aligns the Services main page and every service-detail HERO with the
  Ecosystem HERO master typography without changing layout or media.
*/
html body.ac-services-master :is(
  .hero--services-accordion .services-accordion-hero__copy,
  .hero--service-detail .hero__content,
  .ac-service-hero .ac-service-hero-content
) {
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  text-align: left !important;
}

html body.ac-services-master :is(
  .hero--services-accordion .hero__label,
  .hero--service-detail .hero__label,
  .ac-service-hero .ac-service-eyebrow
) {
  margin: 0 0 22px !important;
  color: #f05d2d !important;
  font: 800 14px/1.2 Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  letter-spacing: .18em !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

html body.ac-services-master :is(
  .hero--services-accordion .hero__title,
  .hero--service-detail .hero__title,
  .ac-service-hero .ac-service-hero-content > h1
) {
  max-width: 900px !important;
  margin: 0 !important;
  color: #fff !important;
  font: 800 clamp(41px, 5.2vw, 54px)/.98 Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: clamp(41px, 5.2vw, 54px) !important;
  font-weight: 800 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  text-align: left !important;
  text-wrap: balance !important;
}

html body.ac-services-master :is(
  .hero--services-accordion .hero__subline,
  .hero--service-detail .hero__subline,
  .ac-service-hero .ac-service-hero-content > p:not(.ac-service-eyebrow)
) {
  max-width: 576px !important;
  margin: 22px 0 0 !important;
  color: rgba(255, 255, 255, .72) !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(16px, 1.2vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

@media (max-width: 640px) {
  html body.ac-services-master :is(
    .hero--services-accordion .hero__title,
    .hero--service-detail .hero__title,
    .ac-service-hero .ac-service-hero-content > h1
  ) {
    font: 800 clamp(34px, 9.35vw, 41px)/.98 Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
    font-size: clamp(34px, 9.35vw, 41px) !important;
  }
}

/*
  Infrastructure HERO video restore
  Keeps the assigned Implementation hero video visible beneath the overlay
  and content, matching the Ecosystem HERO media-layer contract.
*/
html body.ac-services-master.ac-infrastructure-page .hero--service-detail {
  position: relative !important;
  isolation: isolate !important;
  background: #050506 !important;
}

html body.ac-services-master.ac-infrastructure-page .hero--service-detail > video.hero__media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: saturate(1) contrast(1.04) brightness(1) !important;
  mix-blend-mode: normal !important;
  pointer-events: none !important;
}

html body.ac-services-master.ac-infrastructure-page .hero--service-detail > .hero__overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  background:
    linear-gradient(90deg,
      rgba(0, 0, 0, .72) 0%,
      rgba(0, 0, 0, .48) 42%,
      rgba(0, 0, 0, .24) 100%),
    linear-gradient(0deg,
      rgba(0, 0, 0, .54) 0%,
      rgba(0, 0, 0, .08) 58%,
      rgba(0, 0, 0, .30) 100%) !important;
  pointer-events: none !important;
}

html body.ac-services-master.ac-infrastructure-page .hero--service-detail::before,
html body.ac-services-master.ac-infrastructure-page .hero--service-detail::after {
  opacity: 0 !important;
  background: none !important;
}

html body.ac-services-master.ac-infrastructure-page .hero--service-detail > .hero__content {
  position: relative !important;
  z-index: 3 !important;
}

/*
SERVICES BOX UPDATE — ALIGN WITH SOLUTIONS / ECOSYSTEM DESIGN

- Applied the Solutions translucent card surface to all five Services boxes
- Removed legacy image-backed card surfaces and decorative labels
- Reduced box height and spacing for a compact, balanced layout
- Updated the five primary service-domain titles
- Added Ecosystem hover lift, border glow, and Explore Service interaction
*/
html body.ac-services-master .hero--services-accordion .services-accordion {
  height: clamp(300px, 38vh, 400px) !important;
  gap: 12px !important;
}

html body.ac-services-master .hero--services-accordion .services-box-stack {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
  height: clamp(470px, 66vh, 560px) !important;
  transform: none !important;
}

html body.ac-services-master .hero--services-accordion .services-box-stack .service-card,
html body.ac-services-master .hero--services-accordion .services-box-stack .service-card.is-active {
  --panel-flex: initial !important;
  position: relative !important;
  display: flex !important;
  flex: initial !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: hidden !important;
  padding: clamp(20px, 2vw, 26px) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 12px !important;
  background-color: rgba(0, 0, 0, .28) !important;
  background-image: none !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28) !important;
}

html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card {
  box-sizing: border-box !important;
  padding: clamp(20px, 2vw, 26px) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 12px !important;
  background: rgba(0, 0, 0, .28) !important;
  background-image: none !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28) !important;
  transition:
    flex 600ms cubic-bezier(.22, 1, .36, 1),
    transform 300ms ease,
    background-color 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease !important;
}

html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card .services-accordion__shade {
  background: rgba(0, 0, 0, .28) !important;
}

html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card:is(:hover, :focus-visible, .is-active) {
  border-color: rgba(240, 93, 45, .36) !important;
  background: rgba(0, 0, 0, .42) !important;
  transform: translateY(-2px) !important;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, .34),
    0 0 34px rgba(240, 93, 45, .08) !important;
}

html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card:is(:hover, :focus-visible, .is-active) .services-accordion__shade {
  background: transparent !important;
}

html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card h2 {
  color: #f5f5f5 !important;
  font-size: clamp(20px, 1.55vw, 22px) !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  letter-spacing: .01em !important;
}

html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card > a.explore-link {
  color: rgba(255, 255, 255, .85) !important;
  font-weight: 600 !important;
  letter-spacing: .01em !important;
  text-decoration: none !important;
  text-decoration-color: transparent !important;
  text-underline-offset: 3px !important;
  transition:
    opacity 250ms 160ms ease,
    transform 350ms 160ms ease,
    color 220ms ease,
    text-decoration-color 220ms ease !important;
}

html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card > a.explore-link:is(:hover, :focus-visible) {
  color: #f05d2d !important;
  text-decoration: underline !important;
  text-decoration-color: #f05d2d !important;
}

@media (max-width: 640px) {
  html body.ac-services-master .hero--services-accordion .services-accordion {
    height: auto !important;
  }

  html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card {
    padding: 20px !important;
  }
}

/*
SERVICES HERO BOX LAYOUT — MATCH SOLUTIONS HERO

- Converts the Services HERO right side from vertical accordion tabs to stacked solution-style boxes
- Keeps the same translucent surface, compact spacing, hover lift, and Explore link behavior
- Removes rotated text, expansion sizing, hidden links, and legacy image-panel mechanics
*/
html body.ac-services-master .hero--services-accordion .services-accordion {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
  height: clamp(470px, 66vh, 560px) !important;
  transform: none !important;
}

html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card,
html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card.is-active {
  --panel-flex: initial !important;
  position: relative !important;
  display: flex !important;
  flex: initial !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: hidden !important;
  padding: clamp(20px, 2vw, 26px) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 12px !important;
  background-color: rgba(0, 0, 0, .28) !important;
  background-image: none !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28) !important;
}

html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card .services-accordion__shade {
  z-index: 0 !important;
  background: rgba(0, 0, 0, .28) !important;
}

html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card h2,
html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card.is-active h2 {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  width: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  margin: 0 0 10px !important;
  color: #f5f5f5 !important;
  font-size: clamp(20px, 1.55vw, 22px) !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  letter-spacing: .01em !important;
  text-align: left !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
  transform: none !important;
}

html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card > a.explore-link,
html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card.is-active > a.explore-link {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: rgba(255, 255, 255, .85) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
}

html body.ac-services-master .hero--services-accordion .services-accordion__item.service-card:is(:hover, :focus-visible, .is-active) {
  border-color: rgba(240, 93, 45, .36) !important;
  background: rgba(0, 0, 0, .42) !important;
  transform: translateY(-2px) !important;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, .34),
    0 0 34px rgba(240, 93, 45, .08) !important;
}

@media (max-width: 900px) {
  html body.ac-services-master .hero--services-accordion .services-accordion {
    grid-template-rows: none !important;
    height: auto !important;
    transform: none !important;
  }
}

/* Services CTA: match Ecosystem "Ready to move?" CTA exactly. */
html body.ac-services-master .closing-cta.ac-section-wrapper {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  width: min(1275px, calc(100% - 82px)) !important;
  max-width: 1275px !important;
  min-height: clamp(196px, 18.7vw, 264px) !important;
  margin: clamp(60px, 6vw, 95px) auto !important;
  padding: clamp(29px, 4.1vw, 61px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(22px, 3vw, 36px) !important;
  text-align: left !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 15% 50%, rgba(240, 93, 45, .12), transparent 30%),
    linear-gradient(90deg, rgba(240, 93, 45, .08), transparent 44%, rgba(105, 96, 83, .08)),
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .055)) !important;
  box-shadow:
    0 26px 76px rgba(0, 0, 0, .38),
    0 0 44px rgba(240, 93, 45, .08),
    inset 0 1px 0 rgba(255, 255, 255, .18) !important;
  backdrop-filter: blur(28px) saturate(125%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(125%) !important;
}

html body.ac-services-master .closing-cta.ac-section-wrapper::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  pointer-events: none !important;
  opacity: .025 !important;
  background:
    linear-gradient(rgba(255, 255, 255, .7) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .7) 1px, transparent 1px) !important;
  background-size: 58px 58px !important;
}

html body.ac-services-master .closing-cta.ac-section-wrapper::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  opacity: .015 !important;
  background-image:
    linear-gradient(45deg, rgba(255, 255, 255, .65) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255, 255, 255, .65) 25%, transparent 25%) !important;
  background-size: 6px 6px !important;
}

html body.ac-services-master .closing-cta.ac-section-wrapper > div {
  max-width: 782px !important;
  margin: 0 !important;
  animation: acHeroParagraphReveal .52s cubic-bezier(.22, 1, .36, 1) .1s both !important;
}

html body.ac-services-master .closing-cta.ac-section-wrapper p:first-child {
  position: relative !important;
  display: inline-flex !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #F05D2D !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

html body.ac-services-master .closing-cta.ac-section-wrapper p:first-child::before {
  content: none !important;
}

html body.ac-services-master .closing-cta.ac-section-wrapper h2 {
  max-width: 782px !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: clamp(27px, 2.9vw, 54px) !important;
  font-weight: 800 !important;
  line-height: 1.06 !important;
  letter-spacing: -.035em !important;
}

html body.ac-services-master .closing-cta.ac-section-wrapper > a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 179px !important;
  min-height: 46px !important;
  margin-top: 0 !important;
  padding: 12px 22px !important;
  justify-self: end !important;
  border: 1px solid #F05D2D !important;
  border-radius: 999px !important;
  background: #F05D2D !important;
  color: #fff !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  box-shadow: 0 18px 52px rgba(240, 93, 45, .24), 0 0 34px rgba(240, 93, 45, .05) !important;
  animation: acHeroParagraphReveal .52s cubic-bezier(.22, 1, .36, 1) .16s both !important;
  transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease !important;
}

html body.ac-services-master .closing-cta.ac-section-wrapper > a:hover,
html body.ac-services-master .closing-cta.ac-section-wrapper > a:focus-visible {
  transform: translateY(-2px) scale(1.02) !important;
  border-color: #D96A1C !important;
  background: #D96A1C !important;
  box-shadow: 0 19px 41px rgba(240, 93, 45, .27), 0 0 26px rgba(240, 93, 45, .12) !important;
}

@media (max-width: 900px) {
  html body.ac-services-master .closing-cta.ac-section-wrapper {
    grid-template-columns: 1fr !important;
    width: min(100% - 48px, 1275px) !important;
    min-height: 0 !important;
    margin: 56px auto !important;
    padding: clamp(26px, 6vw, 41px) !important;
    gap: 22px !important;
  }

  html body.ac-services-master .closing-cta.ac-section-wrapper > a {
    justify-self: start !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  html body.ac-services-master .closing-cta.ac-section-wrapper {
    width: calc(100% - 28px) !important;
    margin: 56px auto !important;
  }

  html body.ac-services-master .closing-cta.ac-section-wrapper > a {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/*
SERVICE DETAIL HERO ALIGNMENT — MATCH SERVICES MAIN HERO TEXT SYSTEM

- Applies the Services main HERO typography to service subpage HERO text
- Syncs label, H1, subtitle, and two-button CTA styling
- Keeps each service page content intact while unifying the visual system
*/
html body.ac-service-detail-system .hero--service-detail .hero__content,
html body.ac-service-detail-system .hero--service-detail .hero__content--left {
  position: relative !important;
  z-index: 3 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  width: min(100% - 48px, 1440px) !important;
  max-width: min(100% - 48px, 1440px) !important;
  min-height: calc(100vh - 96px) !important;
  margin: 0 auto !important;
  padding: clamp(80px, 9vh, 120px) 0 !important;
  color: #FFFFFF !important;
  text-align: left !important;
  opacity: 1 !important;
  visibility: visible !important;
  mix-blend-mode: normal !important;
  filter: none !important;
}

html body.ac-service-detail-system .hero--service-detail .hero__label {
  display: block !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  color: #F05D2D !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

html body.ac-service-detail-system .hero--service-detail .hero__title {
  max-width: 900px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #FFFFFF !important;
  font: 800 clamp(41px, 5.2vw, 54px)/.98 Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: clamp(41px, 5.2vw, 54px) !important;
  font-weight: 800 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  text-transform: none !important;
  text-wrap: balance !important;
}

html body.ac-service-detail-system .hero--service-detail .hero__title::after {
  content: none !important;
  display: none !important;
}

html body.ac-service-detail-system .hero--service-detail .hero__subline {
  max-width: 576px !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, .82) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: clamp(16px, 1.2vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
}

html body.ac-service-detail-system .hero--service-detail .hero__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  margin-top: 28px !important;
}

html body.ac-service-detail-system .hero--service-detail .hero__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 54px !important;
  height: 54px !important;
  padding: 0 24px !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease, transform 300ms ease !important;
}

html body.ac-service-detail-system .hero--service-detail .hero__button--primary {
  border: 1px solid #F05D2D !important;
  background: #F05D2D !important;
  box-shadow: 0 18px 42px rgba(240, 93, 45, .22) !important;
}

html body.ac-service-detail-system .hero--service-detail .hero__button--primary:hover {
  border-color: #D96A1C !important;
  background: #D96A1C !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
}

html body.ac-service-detail-system .hero--service-detail .hero__button--secondary {
  border: 1px solid rgba(255, 255, 255, .88) !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.ac-service-detail-system .hero--service-detail .hero__button--secondary:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: #000 !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 640px) {
  html body.ac-service-detail-system .hero--service-detail .hero__content,
  html body.ac-service-detail-system .hero--service-detail .hero__content--left {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    min-height: calc(100svh - 76px) !important;
    padding: 58px 0 64px !important;
  }

  html body.ac-service-detail-system .hero--service-detail .hero__title {
    font: 800 clamp(34px, 9.35vw, 41px)/.98 Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
    font-size: clamp(34px, 9.35vw, 41px) !important;
  }

  html body.ac-service-detail-system .hero--service-detail .hero__actions,
  html body.ac-service-detail-system .hero--service-detail .hero__button {
    width: 100% !important;
  }
}

/*
LEGACY SERVICE TEMPLATE HERO TITLE LOCK — MATCH ECOSYSTEM HEADLINE

- Targets older service pages that use .ac-service-hero-content instead of .hero__title
- Overrides legacy ac-unified.css service-template H1 sizes
- Applies the exact Ecosystem headline tokens requested for VSAT/Connectivity
*/
html body.ac-page.ac-service-template.ac-services-master .ac-service-hero .ac-service-hero-content > h1#serviceHeroTitle {
  max-width: 900px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #FFFFFF !important;
  font: 800 clamp(41px, 5.2vw, 54px)/.98 Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: clamp(41px, 5.2vw, 54px) !important;
  font-weight: 800 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  text-transform: none !important;
  text-wrap: balance !important;
}

html body.ac-page.ac-service-template.ac-services-master .ac-service-hero .ac-service-hero-content > h1#serviceHeroTitle::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 640px) {
html body.ac-page.ac-service-template.ac-services-master .ac-service-hero .ac-service-hero-content > h1#serviceHeroTitle {
    font: 800 clamp(34px, 9.35vw, 41px)/.98 Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
    font-size: clamp(34px, 9.35vw, 41px) !important;
  }
}

/*
SERVICES CTA FINAL LOCK - MATCH ECOSYSTEM CTA

- Applies the Ecosystem glass CTA box to Services main and subpages
- Restores the CTA surface on service detail pages
- Keeps Services CTA size, color, spacing, and button treatment consistent
*/
html body.ac-page.ac-services-master .ap-cta,
html body.ac-page.ac-services-master .closing-cta,
html body.ac-page.ac-services-master .ac-service-cta,
html body.ac-page.ac-service-template .ac-service-cta,
html body.ac-page.ap-service-page .ap-cta {
  position: relative !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
  width: min(1275px, calc(100% - 82px)) !important;
  max-width: 1275px !important;
  min-height: 0 !important;
  margin: 64px auto !important;
  padding: clamp(58px, 5vw, 78px) clamp(28px, 4vw, 52px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(28px, 4vw, 64px) !important;
  overflow: hidden !important;
  text-align: left !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .10) !important;
  background-image: none !important;
  box-shadow:
    0 26px 76px rgba(0, 0, 0, .38),
    0 0 44px rgba(240, 93, 45, .08),
    inset 0 1px 0 rgba(255, 255, 255, .18) !important;
  -webkit-backdrop-filter: blur(28px) saturate(125%) !important;
  backdrop-filter: blur(28px) saturate(125%) !important;
}

html body.ac-page.ac-services-master .ap-cta::before,
html body.ac-page.ac-services-master .closing-cta::before,
html body.ac-page.ac-services-master .ac-service-cta::before,
html body.ac-page.ac-service-template .ac-service-cta::before,
html body.ac-page.ap-service-page .ap-cta::before,
html body.ac-page.ac-services-master .ap-cta::after,
html body.ac-page.ac-services-master .closing-cta::after,
html body.ac-page.ac-services-master .ac-service-cta::after,
html body.ac-page.ac-service-template .ac-service-cta::after,
html body.ac-page.ap-service-page .ap-cta::after {
  content: none !important;
  display: none !important;
}

html body.ac-page.ac-services-master .ap-cta > div,
html body.ac-page.ac-services-master .closing-cta > div,
html body.ac-page.ac-services-master .ac-service-cta > div,
html body.ac-page.ac-service-template .ac-service-cta > div,
html body.ac-page.ap-service-page .ap-cta > div {
  max-width: 760px !important;
  margin: 0 !important;
}

html body.ac-page.ac-services-master .ap-cta :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-page.ac-services-master .closing-cta :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-page.ac-services-master .ac-service-cta :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-page.ac-service-template .ac-service-cta :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-page.ap-service-page .ap-cta :is(.ap-kicker, .ac-service-eyebrow, p:first-child) {
  display: block !important;
  margin: 0 0 18px !important;
  color: #F05D2D !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

html body.ac-page.ac-services-master .ap-cta h2,
html body.ac-page.ac-services-master .closing-cta h2,
html body.ac-page.ac-services-master .ac-service-cta h2,
html body.ac-page.ac-service-template .ac-service-cta h2,
html body.ac-page.ap-service-page .ap-cta h2 {
  max-width: 720px !important;
  margin: 0 !important;
  color: #FFFFFF !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(42px, 4vw, 64px) !important;
  font-weight: 800 !important;
  line-height: 1.06 !important;
  letter-spacing: -.04em !important;
  text-transform: none !important;
  text-wrap: balance !important;
}

html body.ac-page.ac-services-master .ap-cta p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow),
html body.ac-page.ac-services-master .closing-cta p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow),
html body.ac-page.ac-services-master .ac-service-cta p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow),
html body.ac-page.ac-service-template .ac-service-cta p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow),
html body.ac-page.ap-service-page .ap-cta p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow) {
  display: none !important;
}

html body.ac-page.ac-services-master .ap-cta > a,
html body.ac-page.ac-services-master .closing-cta > a,
html body.ac-page.ac-services-master .ac-service-cta > a,
html body.ac-page.ac-service-template .ac-service-cta > a,
html body.ac-page.ac-service-template .ac-service-cta .ac-service-btn,
html body.ac-page.ap-service-page .ap-cta > a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: end !important;
  min-width: 224px !important;
  min-height: 56px !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 0 28px !important;
  border: 1px solid #F05D2D !important;
  border-radius: 8px !important;
  background: #F05D2D !important;
  color: #FFFFFF !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 18px 44px rgba(240, 93, 45, .22), 0 0 28px rgba(240, 93, 45, .08) !important;
  transition: transform .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease !important;
}

html body.ac-page.ac-services-master .ap-cta > a::after,
html body.ac-page.ac-services-master .closing-cta > a::after,
html body.ac-page.ac-services-master .ac-service-cta > a::after,
html body.ac-page.ac-service-template .ac-service-cta > a::after,
html body.ac-page.ac-service-template .ac-service-cta .ac-service-btn::after,
html body.ac-page.ap-service-page .ap-cta > a::after {
  content: ">" !important;
  margin-left: 16px !important;
  font-size: 18px !important;
  line-height: 0 !important;
}

html body.ac-page.ac-services-master .ap-cta > a:hover,
html body.ac-page.ac-services-master .closing-cta > a:hover,
html body.ac-page.ac-services-master .ac-service-cta > a:hover,
html body.ac-page.ac-service-template .ac-service-cta > a:hover,
html body.ac-page.ac-service-template .ac-service-cta .ac-service-btn:hover,
html body.ac-page.ap-service-page .ap-cta > a:hover {
  transform: translateY(-2px) !important;
  border-color: #D96A1C !important;
  background: #D96A1C !important;
  color: #FFFFFF !important;
  box-shadow: 0 22px 60px rgba(240, 93, 45, .28), 0 0 42px rgba(240, 93, 45, .12) !important;
}

html[dir="rtl"] body.ac-page.ac-services-master .ap-cta,
html[dir="rtl"] body.ac-page.ac-services-master .closing-cta,
html[dir="rtl"] body.ac-page.ac-services-master .ac-service-cta,
html[dir="rtl"] body.ac-page.ac-service-template .ac-service-cta,
html[dir="rtl"] body.ac-page.ap-service-page .ap-cta {
  direction: rtl !important;
  text-align: right !important;
}

html[dir="rtl"] body.ac-page.ac-services-master .ap-cta > a,
html[dir="rtl"] body.ac-page.ac-services-master .closing-cta > a,
html[dir="rtl"] body.ac-page.ac-services-master .ac-service-cta > a,
html[dir="rtl"] body.ac-page.ac-service-template .ac-service-cta > a,
html[dir="rtl"] body.ac-page.ac-service-template .ac-service-cta .ac-service-btn,
html[dir="rtl"] body.ac-page.ap-service-page .ap-cta > a {
  justify-self: start !important;
}

html[dir="rtl"] body.ac-page.ac-services-master .ap-cta > a::after,
html[dir="rtl"] body.ac-page.ac-services-master .closing-cta > a::after,
html[dir="rtl"] body.ac-page.ac-services-master .ac-service-cta > a::after,
html[dir="rtl"] body.ac-page.ac-service-template .ac-service-cta > a::after,
html[dir="rtl"] body.ac-page.ac-service-template .ac-service-cta .ac-service-btn::after,
html[dir="rtl"] body.ac-page.ap-service-page .ap-cta > a::after {
  margin-right: 16px !important;
  margin-left: 0 !important;
  transform: scaleX(-1) !important;
}

@media (max-width: 900px) {
  html body.ac-page.ac-services-master .ap-cta,
  html body.ac-page.ac-services-master .closing-cta,
  html body.ac-page.ac-services-master .ac-service-cta,
  html body.ac-page.ac-service-template .ac-service-cta,
  html body.ac-page.ap-service-page .ap-cta {
    width: min(100% - 48px, 1275px) !important;
    margin: 56px auto !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  html body.ac-page.ac-services-master .ap-cta > a,
  html body.ac-page.ac-services-master .closing-cta > a,
  html body.ac-page.ac-services-master .ac-service-cta > a,
  html body.ac-page.ac-service-template .ac-service-cta > a,
  html body.ac-page.ac-service-template .ac-service-cta .ac-service-btn,
  html body.ac-page.ap-service-page .ap-cta > a {
    justify-self: start !important;
  }
}

@media (max-width: 640px) {
  html body.ac-page.ac-services-master .ap-cta,
  html body.ac-page.ac-services-master .closing-cta,
  html body.ac-page.ac-services-master .ac-service-cta,
  html body.ac-page.ac-service-template .ac-service-cta,
  html body.ac-page.ap-service-page .ap-cta {
    width: calc(100% - 28px) !important;
    margin: 48px auto !important;
    padding: 36px 24px !important;
    border-radius: 16px !important;
  }

  html body.ac-page.ac-services-master .ap-cta h2,
  html body.ac-page.ac-services-master .closing-cta h2,
  html body.ac-page.ac-services-master .ac-service-cta h2,
  html body.ac-page.ac-service-template .ac-service-cta h2,
  html body.ac-page.ap-service-page .ap-cta h2 {
    font-size: clamp(32px, 9vw, 42px) !important;
  }

  html body.ac-page.ac-services-master .ap-cta > a,
  html body.ac-page.ac-services-master .closing-cta > a,
  html body.ac-page.ac-services-master .ac-service-cta > a,
  html body.ac-page.ac-service-template .ac-service-cta > a,
  html body.ac-page.ac-service-template .ac-service-cta .ac-service-btn,
  html body.ac-page.ap-service-page .ap-cta > a {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/*
SERVICE CTA UNIVERSAL OVERRIDE - FINAL SOURCE OF TRUTH

- Covers every Services CTA variant: services.html, services/index.html, and service subpages
- Forces the same visible glass box, width, color, and button scale as the Ecosystem CTA
*/
html body[class*="service"] :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta),
html body.ac-services-master :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta),
html body.ac-service-template :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta),
html body.ap-service-page :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) {
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 1 !important;
  width: min(1275px, calc(100% - 82px)) !important;
  max-width: 1275px !important;
  min-height: 0 !important;
  margin: 64px auto !important;
  padding: clamp(58px, 5vw, 78px) clamp(28px, 4vw, 52px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(28px, 4vw, 64px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .10) !important;
  background-image: none !important;
  box-shadow:
    0 26px 76px rgba(0, 0, 0, .38),
    0 0 44px rgba(240, 93, 45, .08),
    inset 0 1px 0 rgba(255, 255, 255, .18) !important;
  -webkit-backdrop-filter: blur(28px) saturate(125%) !important;
  backdrop-filter: blur(28px) saturate(125%) !important;
}

html body[class*="service"] :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta)::before,
html body[class*="service"] :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta)::after,
html body.ac-services-master :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta)::before,
html body.ac-services-master :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta)::after {
  content: none !important;
  display: none !important;
}

html body[class*="service"] :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) h2,
html body.ac-services-master :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) h2,
html body.ac-service-template :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) h2,
html body.ap-service-page :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) h2 {
  max-width: 720px !important;
  margin: 0 !important;
  color: #FFFFFF !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(42px, 4vw, 64px) !important;
  font-weight: 800 !important;
  line-height: 1.06 !important;
  letter-spacing: -.04em !important;
  text-wrap: balance !important;
}

html body[class*="service"] :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-services-master :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-service-template :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ap-service-page :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) :is(.ap-kicker, .ac-service-eyebrow, p:first-child) {
  margin: 0 0 18px !important;
  color: #F05D2D !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

html body[class*="service"] :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow),
html body.ac-services-master :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow),
html body.ac-service-template :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow),
html body.ap-service-page :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow) {
  display: none !important;
}

html body[class*="service"] :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) > a,
html body[class*="service"] section.ac-service-cta .ac-service-btn,
html body[class*="service"] section.ac-service-final-cta .ac-service-btn,
html body.ac-services-master :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) > a,
html body.ac-services-master section.ac-service-cta .ac-service-btn,
html body.ac-services-master section.ac-service-final-cta .ac-service-btn,
html body.ac-service-template :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) > a,
html body.ac-service-template section.ac-service-cta .ac-service-btn,
html body.ac-service-template section.ac-service-final-cta .ac-service-btn,
html body.ap-service-page :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) > a {
  justify-self: end !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 224px !important;
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 28px !important;
  border: 1px solid #F05D2D !important;
  border-radius: 8px !important;
  background: #F05D2D !important;
  color: #FFFFFF !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 18px 44px rgba(240, 93, 45, .22), 0 0 28px rgba(240, 93, 45, .08) !important;
}

@media (max-width: 900px) {
  html body[class*="service"] :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta),
  html body.ac-services-master :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta),
  html body.ac-service-template :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta),
  html body.ap-service-page :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) {
    width: min(100% - 48px, 1275px) !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  html body[class*="service"] :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) > a,
  html body[class*="service"] section.ac-service-cta .ac-service-btn,
  html body[class*="service"] section.ac-service-final-cta .ac-service-btn,
  html body.ac-services-master :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) > a,
  html body.ac-services-master section.ac-service-cta .ac-service-btn,
  html body.ac-services-master section.ac-service-final-cta .ac-service-btn,
  html body.ac-service-template :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) > a,
  html body.ac-service-template section.ac-service-cta .ac-service-btn,
  html body.ac-service-template section.ac-service-final-cta .ac-service-btn,
  html body.ap-service-page :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) > a {
    justify-self: start !important;
  }
}

@media (max-width: 640px) {
  html body[class*="service"] :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta),
  html body.ac-services-master :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta),
  html body.ac-service-template :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta),
  html body.ap-service-page :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) {
    width: calc(100% - 28px) !important;
    margin: 48px auto !important;
    padding: 36px 24px !important;
  }
}

/*
SERVICES MAIN CTA — MATCH APPROVED ECOSYSTEM CTA

- Applies the final Ecosystem CTA box, two-line headline, glass surface, and orange button
- Scoped only to the Services main page, not service subpages
*/
html body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta {
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 1 !important;
  width: min(1180px, calc(100% - 82px)) !important;
  max-width: 1180px !important;
  min-height: 0 !important;
  margin: 45px auto 24px !important;
  padding: clamp(41px, 3.5vw, 55px) clamp(20px, 2.8vw, 36px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(20px, 2.8vw, 45px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .10) !important;
  background-image: none !important;
  box-shadow:
    0 26px 76px rgba(0, 0, 0, .38),
    0 0 44px rgba(240, 93, 45, .08),
    inset 0 1px 0 rgba(255, 255, 255, .18) !important;
  -webkit-backdrop-filter: blur(28px) saturate(125%) !important;
  backdrop-filter: blur(28px) saturate(125%) !important;
}

html body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta::before,
html body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta::after {
  content: none !important;
  display: none !important;
}

html body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta p {
  margin: 0 0 13px !important;
  color: #F05D2D !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

html body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta h2 {
  max-width: 780px !important;
  margin: 0 !important;
  color: #FFFFFF !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(32px, 3.36vw, 50px) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance !important;
}

html body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta h2 span {
  display: block !important;
  white-space: nowrap !important;
}

html body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta > a {
  justify-self: end !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 157px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 20px !important;
  border: 1px solid #F05D2D !important;
  border-radius: 8px !important;
  background: #F05D2D !important;
  color: #FFFFFF !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 18px 44px rgba(240, 93, 45, .22), 0 0 28px rgba(240, 93, 45, .08) !important;
  transition: transform 300ms ease, background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta > a:hover {
  transform: translateY(-2px) !important;
  background: #D96A1C !important;
  border-color: #D96A1C !important;
  box-shadow: 0 22px 54px rgba(240, 93, 45, .26), 0 0 34px rgba(240, 93, 45, .10) !important;
}

html[dir="rtl"] body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta {
  direction: rtl !important;
  text-align: right !important;
}

@media (max-width: 900px) {
  html body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta {
    width: min(100% - 48px, 1180px) !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  html body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta > a {
    justify-self: start !important;
  }

  html[dir="rtl"] body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta > a {
    justify-self: end !important;
  }
}

@media (max-width: 640px) {
  html body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta {
    width: calc(100% - 28px) !important;
    margin: 34px auto 18px !important;
    padding: 28px 20px !important;
  }

  html body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta h2 {
    font-size: clamp(27px, 7vw, 34px) !important;
  }

  html body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta h2 span {
    white-space: normal !important;
  }

  html body.ac-services-master.ac-site-master:not(.ac-service-template) section.closing-cta.ac-service-final-cta > a {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/*
INFRASTRUCTURE CTA — MATCH APPROVED ECOSYSTEM CTA

- Applies the approved Ecosystem CTA glass box to the Infrastructure Deployment page
- Keeps page-specific CTA copy while matching the final Ecosystem sizing, color, and button treatment
*/
html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta {
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 1 !important;
  width: min(1180px, calc(100% - 82px)) !important;
  max-width: 1180px !important;
  min-height: 0 !important;
  margin: 45px auto 24px !important;
  padding: clamp(41px, 3.5vw, 55px) clamp(20px, 2.8vw, 36px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 250px) !important;
  align-items: center !important;
  gap: clamp(20px, 2.8vw, 45px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .10) !important;
  background-image: none !important;
  box-shadow:
    0 26px 76px rgba(0, 0, 0, .38),
    0 0 44px rgba(240, 93, 45, .08),
    inset 0 1px 0 rgba(255, 255, 255, .18) !important;
  -webkit-backdrop-filter: blur(28px) saturate(125%) !important;
  backdrop-filter: blur(28px) saturate(125%) !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta::before,
html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta::after {
  content: none !important;
  display: none !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta p {
  margin: 0 0 13px !important;
  color: #F05D2D !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta h2 {
  max-width: 820px !important;
  margin: 0 !important;
  color: #FFFFFF !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta h2 span {
  display: block !important;
  white-space: nowrap !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta > a {
  justify-self: end !important;
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 157px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 20px !important;
  border: 1px solid #F05D2D !important;
  border-radius: 8px !important;
  background: #F05D2D !important;
  color: #FFFFFF !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  box-shadow: 0 18px 44px rgba(240, 93, 45, .22), 0 0 28px rgba(240, 93, 45, .08) !important;
  transition: transform 300ms ease, background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta > a:hover {
  transform: translateY(-2px) !important;
  background: #D96A1C !important;
  border-color: #D96A1C !important;
  box-shadow: 0 22px 54px rgba(240, 93, 45, .26), 0 0 34px rgba(240, 93, 45, .10) !important;
}

html[dir="rtl"] body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta {
  direction: rtl !important;
  text-align: right !important;
}

@media (max-width: 900px) {
  html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta {
    width: min(100% - 48px, 1180px) !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta > a {
    justify-self: start !important;
  }

  html[dir="rtl"] body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta > a {
    justify-self: end !important;
  }
}

/*
WHAT WE DO — FULL ALIGNMENT UPDATE

- Adjusted text blocks to match global page width/height
- Applied Ecosystem typography to titles and body text
- Resized boxes to match Services/Solutions proportions
- Ensured equal height and balanced spacing
- Updated EN + AR versions for perfect alignment
- Applied global spacing, container width, and section rhythm
- Ensured full visual consistency across the entire website
*/
html body.ac-services-master.ac-site-master section.ac-services-intro-boxed {
  width: min(100% - 48px, 1440px) !important;
  max-width: min(100% - 48px, 1440px) !important;
  margin: 0 auto !important;
  padding: clamp(80px, 9vh, 120px) 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
}

html body.ac-services-master.ac-site-master section.ac-services-intro-boxed .ac-services-intro-card {
  box-sizing: border-box !important;
  width: min(100%, 1360px) !important;
  max-width: 1360px !important;
  margin: 0 !important;
  padding: clamp(40px, 4.2vw, 64px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "kicker"
    "title"
    "body"
    "core" !important;
  gap: clamp(16px, 1.8vw, 24px) !important;
  align-items: flex-start !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 12px !important;
  background: rgba(0, 0, 0, .28) !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, .28),
    0 0 72px rgba(240, 93, 45, .18),
    inset 0 1px 0 rgba(255, 255, 255, .07) !important;
  -webkit-backdrop-filter: blur(18px) saturate(118%) !important;
  backdrop-filter: blur(18px) saturate(118%) !important;
  transition: transform 300ms ease, border-color 300ms ease, background-color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-services-master.ac-site-master section.ac-services-intro-boxed .ac-services-intro-card:hover {
  border-color: rgba(240, 93, 45, .36) !important;
  background: rgba(0, 0, 0, .42) !important;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, .34),
    0 0 92px rgba(240, 93, 45, .18),
    inset 0 1px 0 rgba(255, 255, 255, .10) !important;
  transform: translateY(-2px) !important;
}

html body.ac-services-master.ac-site-master section.ac-services-intro-boxed .section-kicker {
  grid-area: kicker !important;
  max-width: 1360px !important;
  margin: 0 0 6px !important;
  color: #F05D2D !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

html body.ac-services-master.ac-site-master section.ac-services-intro-boxed h2 {
  grid-area: title !important;
  max-width: 1120px !important;
  margin: 0 !important;
  color: #FFFFFF !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(32px, 3.55vw, 46px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance !important;
}

html body.ac-services-master.ac-site-master section.ac-services-intro-boxed p {
  grid-area: body !important;
  max-width: 1160px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .85) !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(17px, 1.28vw, 19px) !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
}

html body.ac-services-master.ac-site-master section.ac-services-intro-boxed .ac-services-core-line {
  grid-area: core !important;
  max-width: 1360px !important;
  margin-top: clamp(4px, .8vw, 10px) !important;
  padding-top: clamp(18px, 1.6vw, 24px) !important;
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
  color: rgba(255, 255, 255, .76) !important;
  font-size: clamp(15px, 1.08vw, 16px) !important;
  font-weight: 600 !important;
  line-height: 1.62 !important;
  letter-spacing: .01em !important;
}

html body.ac-services-master.ac-site-master section.ac-services-intro-boxed .ac-services-core-line strong {
  display: block !important;
  margin-bottom: 8px !important;
  color: #F05D2D !important;
  font-size: clamp(12px, 1vw, 14px) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

html body.ac-services-master.ac-site-master section.ac-services-intro-boxed .ac-services-core-line span {
  display: block !important;
}

html[dir="rtl"] body.ac-services-master.ac-site-master section.ac-services-intro-boxed {
  direction: rtl !important;
  text-align: right !important;
}

html[dir="rtl"] body.ac-services-master.ac-site-master section.ac-services-intro-boxed .ac-services-intro-card {
  margin-inline-start: auto !important;
  grid-template-areas:
    "kicker"
    "title"
    "body"
    "core" !important;
}

html[dir="rtl"] body.ac-services-master.ac-site-master section.ac-services-intro-boxed h2,
html[dir="rtl"] body.ac-services-master.ac-site-master section.ac-services-intro-boxed p {
  text-align: right !important;
}

@media (max-width: 900px) {
  html body.ac-services-master.ac-site-master section.ac-services-intro-boxed {
    width: min(100% - 48px, 1180px) !important;
    max-width: min(100% - 48px, 1180px) !important;
  }

  html body.ac-services-master.ac-site-master section.ac-services-intro-boxed .ac-services-intro-card,
  html[dir="rtl"] body.ac-services-master.ac-site-master section.ac-services-intro-boxed .ac-services-intro-card {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "kicker"
      "title"
      "body"
      "core" !important;
    max-width: 820px !important;
  }
}

@media (max-width: 640px) {
  html body.ac-services-master.ac-site-master section.ac-services-intro-boxed {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    padding: 64px 0 !important;
  }

  html body.ac-services-master.ac-site-master section.ac-services-intro-boxed .ac-services-intro-card {
    padding: 28px 22px !important;
  }

  html body.ac-services-master.ac-site-master section.ac-services-intro-boxed h2 {
    font-size: clamp(28px, 8vw, 36px) !important;
  }
}

@media (max-width: 640px) {
  html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta {
    width: calc(100% - 28px) !important;
    margin: 34px auto 18px !important;
    padding: 28px 20px !important;
  }

  html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta h2 {
    font-size: clamp(27px, 7vw, 34px) !important;
  }

  html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta h2 span {
    white-space: normal !important;
  }

  html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta > a {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/*
INFRASTRUCTURE PAGE TIGHTENING

- Removes oversized vertical gaps on the Infrastructure Deployment page
- Tightens section, heading, grid, and CTA spacing
- Removes the orange footer start line/accent for this page
*/
html body.ac-infrastructure-page.ac-services-master.ac-site-master main > section:not(.hero):not(.closing-cta) {
  padding-top: clamp(48px, 5vw, 72px) !important;
  padding-bottom: clamp(48px, 5vw, 72px) !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master .intro.section-rail {
  padding-top: clamp(56px, 5vw, 76px) !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master :is(.intro-grid, .ecosystem-head) {
  max-width: 980px !important;
  margin-bottom: clamp(18px, 2vw, 26px) !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master :is(.intro-grid h2, .ecosystem-head h2) {
  max-width: 820px !important;
  font-size: clamp(30px, 3.7vw, 38px) !important;
  line-height: 1.08 !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master :is(.intro-grid p, .ecosystem-head p) {
  max-width: 760px !important;
  margin-top: 12px !important;
  line-height: 1.56 !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master :is(
  .service-detail-card-grid,
  .service-chip-grid,
  .service-step-grid,
  .service-related-grid
) {
  gap: clamp(18px, 2vw, 24px) !important;
  margin-top: clamp(18px, 2vw, 24px) !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master :is(
  .service-detail-box,
  .service-step-grid > article,
  .service-related-card
) {
  padding: clamp(24px, 2.4vw, 32px) !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master .service-chip-grid span {
  padding: 14px 16px !important;
  min-height: 0 !important;
}

/*
INFRASTRUCTURE CHIP + HERO CTA FIX

- Removed overlapping orange pseudo-element dots from Infrastructure chip boxes
- Preserved the compact chip/card surface while restoring clean text readability
- Matched Infrastructure HERO CTAs to the current Ecosystem HERO button system
- Keeps the page scoped so other Services pages are not disturbed
*/
html body.ac-infrastructure-page.ac-services-master.ac-site-master .service-chip-grid span {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  text-indent: 0 !important;
  gap: 0 !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master .service-chip-grid span::before,
html body.ac-infrastructure-page.ac-services-master.ac-site-master .service-chip-grid span::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

html body.ac-infrastructure-page.ac-service-detail-system .hero--service-detail .hero__actions {
  gap: 14px !important;
  margin-top: 28px !important;
}

html body.ac-infrastructure-page.ac-service-detail-system .hero--service-detail .hero__button {
  min-height: 52px !important;
  height: 52px !important;
  padding: 0 24px !important;
  border-radius: 8px !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  transition: transform 300ms ease, background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-infrastructure-page.ac-service-detail-system .hero--service-detail .hero__button--primary {
  background: #F05D2D !important;
  border: 1px solid #F05D2D !important;
  box-shadow: 0 18px 44px rgba(240, 93, 45, .22) !important;
}

html body.ac-infrastructure-page.ac-service-detail-system .hero--service-detail .hero__button--primary:hover {
  background: #D96A1C !important;
  border-color: #D96A1C !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
}

html body.ac-infrastructure-page.ac-service-detail-system .hero--service-detail .hero__button--secondary {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, .20) !important;
  box-shadow: none !important;
}

html body.ac-infrastructure-page.ac-service-detail-system .hero--service-detail .hero__button--secondary:hover {
  background: rgba(255, 255, 255, .10) !important;
  border-color: rgba(255, 255, 255, .32) !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master section.closing-cta.ac-service-final-cta.ac-infra-final-cta {
  margin-top: clamp(38px, 4vw, 56px) !important;
  margin-bottom: clamp(38px, 4vw, 56px) !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master .ac-footer {
  margin-top: 0 !important;
  border-top-color: rgba(255, 255, 255, .10) !important;
}

html body.ac-infrastructure-page.ac-services-master.ac-site-master .ac-footer::before,
html body.ac-infrastructure-page.ac-services-master.ac-site-master .ac-footer::after,
html body.ac-infrastructure-page.ac-services-master.ac-site-master footer::before,
html body.ac-infrastructure-page.ac-services-master.ac-site-master footer::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/*
GLOBAL FOOTER ACCENT CLEANUP + VSAT SECTION TIGHTENING

- Removed the orange footer accent line across every page
- Tightened the VSAT intro section so it no longer sits after a large empty band
- Keeps footer texture/background intact while removing only decorative line pseudo-elements
*/
html body .ac-footer::before,
html body footer.ac-footer::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

html body.ac-page.ac-service-template.ac-services-master .ac-service-hero + .ac-service-intro,
html body.ac-page.ac-service-template.ac-services-master .ac-service-intro {
  width: min(100% - 48px, 1440px) !important;
  max-width: min(100% - 48px, 1440px) !important;
  margin: clamp(42px, 4.5vw, 64px) auto clamp(28px, 3vw, 42px) !important;
  padding: clamp(34px, 3.4vw, 48px) clamp(30px, 4vw, 58px) !important;
  min-height: 0 !important;
  display: block !important;
  text-align: left !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(240, 93, 45, .10), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(0, 0, 0, .20)) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .36),
    0 0 38px rgba(240, 93, 45, .06),
    inset 0 1px 0 rgba(255, 255, 255, .10) !important;
}

html body.ac-page.ac-service-template.ac-services-master .ac-service-intro > h2 {
  max-width: 780px !important;
  margin: 0 0 16px !important;
  color: #FFFFFF !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(28px, 2.35vw, 38px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
}

html body.ac-page.ac-service-template.ac-services-master .ac-service-intro > p {
  max-width: 820px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .76) !important;
  font-size: clamp(15px, 1.1vw, 17px) !important;
  line-height: 1.65 !important;
}

@media (max-width: 640px) {
  html body.ac-page.ac-service-template.ac-services-master .ac-service-hero + .ac-service-intro,
  html body.ac-page.ac-service-template.ac-services-master .ac-service-intro {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    margin: 34px auto 22px !important;
    padding: 28px 20px !important;
  }
}

@media (max-width: 640px) {
  html body.ac-infrastructure-page.ac-services-master.ac-site-master main > section:not(.hero):not(.closing-cta) {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  html body.ac-infrastructure-page.ac-services-master.ac-site-master :is(
    .service-detail-card-grid,
    .service-chip-grid,
    .service-step-grid,
    .service-related-grid
  ) {
    gap: 16px !important;
    margin-top: 16px !important;
  }
}

