/*
 * Advanced Company site master
 * Applies the finalized Ecosystem visual system to all remaining site pages.
 */
html body.ac-site-master {
  --ac-master-container: min(1180px, calc(100% - 82px));
  --ac-master-orange: #f05d2d;
  --ac-master-surface: #111217;
  --ac-master-border: rgba(255, 255, 255, 0.08);
  background: #050506 !important;
  color: #fff;
}

html body.ac-site-master main {
  position: relative;
  overflow: visible;
  background: #050506 !important;
}

html body.ac-site-master :is(.site-header, .ac-header) {
  background: rgba(5, 5, 6, 0.82) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px) saturate(118%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(118%) !important;
}

html body.ac-site-master main > section:not(.hero):not(.ap-hero):not(.ap-page-hero):not(.ap-full-bleed-hero):not(.robo-v51-hero):not(.ap-cta):not(.closing-cta):not(.ac-blog-cta):not(.ap-robo-cta-panel):not(.contact-cta):not(.cta-banner) {
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

html body.ac-site-master :is(.hero, .ap-hero, .ap-page-hero, .ap-full-bleed-hero, .robo-v51-hero, .ap-v81-hero) {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #050506 !important;
  box-shadow: none !important;
}

html body.ac-site-master :is(.hero, .ap-hero, .ap-full-bleed-hero, .robo-v51-hero, .ap-v81-hero)::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 8%;
  z-index: 2;
  width: min(29vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(240, 93, 45, 0.08);
  filter: blur(72px);
  pointer-events: none;
}

html body.ac-site-master :is(.hero__media, .ap-hero-media video, .ap-hero-media img, .ap-page-hero > img, .ap-full-bleed-hero video, .ap-full-bleed-hero img, .robo-v51-hero video) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  filter: saturate(0.9) contrast(1.05) brightness(0.78) !important;
}

html body.ac-site-master :is(.hero__overlay, .ap-hero-overlay, .ap-full-bleed-hero__overlay, .robo-v51-hero-overlay) {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.68) !important;
}

html body.ac-site-master :is(.hero__content, .ap-hero-grid, .ap-page-hero > div, .ap-full-bleed-hero__content, .robo-v51-hero-content, .ap-v81-hero-inner) {
  position: relative;
  z-index: 4 !important;
  width: var(--ac-master-container) !important;
  max-width: var(--ac-master-container) !important;
  margin-inline: auto !important;
  padding-top: clamp(140px, 17vh, 176px) !important;
  padding-bottom: clamp(80px, 9vh, 112px) !important;
}

html body.ac-site-master :is(.hero__label, .ap-hero-label, .ap-kicker, .section-kicker, .eyebrow, .ac-kicker) {
  color: var(--ac-master-orange) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

html body.ac-site-master :is(.hero__title, .ap-hero h1, .ap-page-hero h1, .ap-full-bleed-hero h1, .robo-v51-hero h1) {
  max-width: 960px;
  color: #fff !important;
  font-size: clamp(48px, 6.1vw, 76px) !important;
  font-weight: 800 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
}

html body.ac-site-master :is(.hero__subline, .ap-lead, .ap-page-hero p:not(.ap-kicker), .ap-full-bleed-hero__content > p, .robo-v51-hero-content > p) {
  max-width: 700px !important;
  margin-top: clamp(18px, 2vw, 26px) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(16px, 1.2vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: 0.01em !important;
}

html body.ac-site-master :is(.hero__actions, .ap-hero-actions, .robo-v51-hero-actions) {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(26px, 3vw, 34px) !important;
}

html body.ac-site-master :is(
  .ap-section,
  .ap-grid-section,
  .ap-logo-section,
  .ap-contact-section,
  .ap-projects-content,
  .ac-section,
  .section-rail,
  .ap-showcase,
  .ap-split-feature,
  .ap-stats,
  .ap-form-section,
  .ap-v84-section,
  .ap-v84-metrics,
  .ap-v85-section,
  .ap-v85-metrics,
  .policy-section,
  .legal-section,
  .compliance-section
) {
  width: var(--ac-master-container) !important;
  max-width: var(--ac-master-container) !important;
  margin-inline: auto !important;
  padding: clamp(88px, 8vw, 128px) 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.ac-site-master :is(.ap-container, .ap-v84-section-inner, .ap-v85-section-inner, .metrics.ap-v85-section-inner) {
  width: var(--ac-master-container) !important;
  max-width: var(--ac-master-container) !important;
  margin-inline: auto !important;
}

html body.ac-site-master :is(.ap-grid-head, .ap-section-head, .ac-section-head, .section-head) {
  margin-bottom: clamp(32px, 4vw, 52px) !important;
}

html body.ac-site-master :is(
  .ap-grid-head h2,
  .ap-section h2,
  .ap-grid-section h2,
  .ac-section h2,
  .section-head h2,
  .policy-section h2,
  .legal-section h2,
  .compliance-section h2
) {
  color: #fff !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.035em !important;
}

html body.ac-site-master :is(
  .ap-grid-head p,
  .ap-section p,
  .ap-grid-section p,
  .ac-section p,
  .section-head p,
  .policy-section p,
  .legal-section p,
  .compliance-section p
) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

html body.ac-site-master :is(
  .ap-card,
  .ap-logo-card,
  .ap-person,
  .ap-contact-info,
  .ap-form,
  .ap-map-card,
  .ap-projects-content article,
  .ac-career-card,
  .ac-job-card,
  .ac-blog-card,
  .ac-robo-card,
  .ap-showcase-card,
  .ap-list-card,
  .ap-split-content,
  .ap-stat,
  .ap-v84-card,
  .ap-v85-card,
  .metric-item,
  .support-card,
  .contact-card,
  .policy-card,
  .legal-card,
  .compliance-card
) {
  background: var(--ac-master-surface) !important;
  border: 1px solid var(--ac-master-border) !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28) !important;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

html body.ac-site-master :is(
  .ap-card,
  .ap-logo-card,
  .ap-person,
  .ap-contact-info,
  .ap-map-card,
  .ap-projects-content article,
  .ac-career-card,
  .ac-job-card,
  .ac-blog-card,
  .ac-robo-card,
  .ap-showcase-card,
  .ap-list-card,
  .ap-split-content,
  .ap-stat,
  .ap-v84-card,
  .ap-v85-card,
  .metric-item,
  .support-card,
  .contact-card,
  .policy-card,
  .legal-card,
  .compliance-card
):hover {
  transform: translateY(-5px);
  border-color: rgba(240, 93, 45, 0.38) !important;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34), 0 0 34px rgba(240, 93, 45, 0.07) !important;
}

html body.ac-site-master :is(
  .ap-logo-grid,
  .ap-project-grid,
  .ap-people-grid,
  .ac-career-card-grid,
  .ac-job-grid,
  .ac-blog-grid,
  .support-grid,
  .compliance-grid
) {
  gap: clamp(20px, 2.2vw, 30px) !important;
}

html body.ac-site-master :is(.ap-card, .ap-showcase-card, .ap-split-image, .ac-blog-card) img {
  filter: saturate(0.9) contrast(1.04) brightness(0.86);
}

html body.ac-site-master :is(.ap-chip, .tag, .pill, .filter-chip, .quick-link) {
  background: var(--ac-master-surface) !important;
  border: 1px solid var(--ac-master-border) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

html body.ac-site-master :is(
  .hero__button--primary,
  .btn-primary,
  .button-primary,
  .ac-primary-button,
  button[type="submit"]
) {
  background: var(--ac-master-orange) !important;
  border-color: var(--ac-master-orange) !important;
  color: #fff !important;
}

html body.ac-site-master :is(
  .hero__button--secondary,
  .btn-secondary,
  .button-secondary,
  .ac-secondary-button
) {
  background: rgba(0, 0, 0, 0.25) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #fff !important;
}

html body.ac-site-master :is(.ap-cta, .closing-cta, .ac-blog-cta, .ap-robo-cta-panel, .contact-cta, .cta-banner) {
  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;
}

html body.ac-site-master .ac-footer {
  margin-top: clamp(72px, 8vw, 120px);
}

@media (max-width: 900px) {
  html body.ac-site-master {
    --ac-master-container: min(1180px, calc(100% - 48px));
  }

  html body.ac-site-master :is(.hero__content, .ap-hero-grid, .ap-page-hero > div, .ap-full-bleed-hero__content, .robo-v51-hero-content, .ap-v81-hero-inner) {
    padding-top: 132px !important;
    padding-bottom: 82px !important;
  }
}

@media (max-width: 640px) {
  html body.ac-site-master {
    --ac-master-container: min(1180px, calc(100% - 32px));
  }

  html body.ac-site-master :is(.hero, .ap-hero, .ap-page-hero, .ap-full-bleed-hero, .robo-v51-hero, .ap-v81-hero) {
    min-height: 88svh;
  }

  html body.ac-site-master :is(.hero__content, .ap-hero-grid, .ap-page-hero > div, .ap-full-bleed-hero__content, .robo-v51-hero-content, .ap-v81-hero-inner) {
    padding-top: 116px !important;
    padding-bottom: 68px !important;
  }

  html body.ac-site-master :is(.hero__title, .ap-hero h1, .ap-page-hero h1, .ap-full-bleed-hero h1, .robo-v51-hero h1) {
    font-size: clamp(40px, 12vw, 56px) !important;
  }

  html body.ac-site-master :is(
    .ap-section,
    .ap-grid-section,
    .ap-logo-section,
    .ap-contact-section,
    .ap-projects-content,
    .ac-section,
    .section-rail,
    .policy-section,
    .legal-section,
    .compliance-section
  ) {
    padding: 72px 0 !important;
  }

  html body.ac-site-master :is(.ap-cta, .closing-cta, .ac-blog-cta, .ap-robo-cta-panel, .contact-cta, .cta-banner) {
    width: calc(100% - 28px) !important;
    margin: 42px auto !important;
    padding: 44px 22px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.ac-site-master * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/*
GLOBAL WEBSITE QC - TYPOGRAPHY, SPACING, CONTENT, RTL, AND DESIGN ALIGNMENT

- Applied Ecosystem typography across all pages (EN + AR)
- Unified spacing, layout, and section structure
- Standardized all HERO sections to Ecosystem HERO design
- Updated all cards/boxes to Solutions card system
- Fixed all Explore link hover colors (orange)
- Ensured full RTL compliance for Arabic pages
- Removed legacy styles, inconsistent fonts, and spacing issues
- Delivered full QC report with screenshots and issue list
*/
html body.ac-site-master {
  --ac-qc-bg: #050506;
  --ac-qc-standard-bg: #0a0a0a;
  --ac-qc-orange: #f05d2d;
  --ac-qc-orange-hover: #d96a1c;
  --ac-qc-text: #ffffff;
  --ac-qc-muted: rgba(255, 255, 255, 0.72);
  --ac-qc-body: rgba(255, 255, 255, 0.85);
  --ac-qc-border: rgba(255, 255, 255, 0.08);
  --ac-qc-button-border: rgba(255, 255, 255, 0.2);
  --ac-qc-card-tint: rgba(0, 0, 0, 0.28);
  --ac-qc-card-tint-hover: rgba(0, 0, 0, 0.42);
  --ac-qc-container: min(100% - 48px, 1440px);
  --ac-qc-section-pad: clamp(88px, 8vw, 128px);
  --ac-qc-gap: clamp(24px, 2.6vw, 32px);
  background: var(--ac-qc-bg) !important;
  color: var(--ac-qc-text) !important;
  font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

html[dir="rtl"] body.ac-site-master,
html[lang="ar"] body.ac-site-master,
body.ac-site-master.ap-rtl {
  direction: rtl;
  text-align: right;
  font-family: "Noto Sans Arabic", "IBM Plex Sans Arabic", Manrope, Inter, system-ui, sans-serif !important;
}

html body.ac-site-master :is(.site-header, .ac-header, .services-site-header) {
  min-height: 96px !important;
  background: rgba(0, 0, 0, 0.74) !important;
  border-bottom: 1px solid rgba(230, 230, 230, 0.1) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  backdrop-filter: blur(16px) !important;
}

html body.ac-site-master :is(.site-header, .ac-header, .services-site-header) :is(nav a, .nav-link, .menu-link, .ac-nav a) {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  transition: color 220ms ease, border-color 220ms ease, transform 220ms ease !important;
}

html body.ac-site-master :is(.site-header, .ac-header, .services-site-header) :is(nav a, .nav-link, .menu-link, .ac-nav a):hover,
html body.ac-site-master :is(.site-header, .ac-header, .services-site-header) :is(nav a.active, .nav-link.active, .menu-link.active, .ac-nav a.active) {
  color: var(--ac-qc-orange) !important;
}

html body.ac-site-master :is(.hero, .ap-hero, .ap-page-hero, .ap-full-bleed-hero, .robo-v51-hero, .ap-v81-hero, .hero--ecosystem-service, .hero--services-accordion, .hero--solutions-accordion) {
  position: relative !important;
  min-height: 100vh !important;
  min-height: 100svh !important;
  overflow: hidden !important;
  background: var(--ac-qc-bg) !important;
}

html body.ac-site-master :is(.hero, .ap-hero, .ap-page-hero, .ap-full-bleed-hero, .robo-v51-hero, .ap-v81-hero, .hero--ecosystem-service, .hero--services-accordion, .hero--solutions-accordion) :is(video, .hero__media, .hero-video) {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 0.78 !important;
  filter: saturate(0.9) contrast(1.05) brightness(0.78) !important;
  mix-blend-mode: normal !important;
}

html body.ac-site-master :is(#particles-js, .particles-js-canvas-el, .particles-layer, .hero__particles) {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  opacity: 0.82 !important;
  mix-blend-mode: screen !important;
  pointer-events: none !important;
}

html body.ac-site-master :is(.hero__overlay, .hero-overlay, .ap-hero-overlay, .ap-full-bleed-hero__overlay, .robo-v51-hero-overlay) {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.5) 48%, rgba(0, 0, 0, 0.38) 100%),
    rgba(0, 0, 0, 0.4) !important;
}

html body.ac-site-master :is(.hero__content, .hero__content--left, .hero__content--center, .hero__content--right, .ap-hero-grid, .ap-page-hero > div, .ap-full-bleed-hero__content, .robo-v51-hero-content, .ap-v81-hero-inner) {
  position: relative !important;
  z-index: 3 !important;
  width: var(--ac-qc-container) !important;
  max-width: var(--ac-qc-container) !important;
  min-height: calc(100svh - 96px) !important;
  margin-inline: auto !important;
  padding: clamp(80px, 9vh, 120px) 0 !important;
  color: var(--ac-qc-text) !important;
  opacity: 1 !important;
  visibility: visible !important;
  mix-blend-mode: normal !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
}

html[dir="rtl"] body.ac-site-master :is(.hero__content, .hero__content--left, .hero__content--center, .hero__content--right, .ap-hero-grid, .ap-page-hero > div, .ap-full-bleed-hero__content, .robo-v51-hero-content, .ap-v81-hero-inner),
html[lang="ar"] body.ac-site-master :is(.hero__content, .hero__content--left, .hero__content--center, .hero__content--right, .ap-hero-grid, .ap-page-hero > div, .ap-full-bleed-hero__content, .robo-v51-hero-content, .ap-v81-hero-inner),
body.ac-site-master.ap-rtl :is(.hero__content, .hero__content--left, .hero__content--center, .hero__content--right, .ap-hero-grid, .ap-page-hero > div, .ap-full-bleed-hero__content, .robo-v51-hero-content, .ap-v81-hero-inner) {
  text-align: right !important;
  align-items: flex-start !important;
}

html body.ac-site-master :is(.hero__label, .ap-eyebrow, .ap-hero-kicker, .ap-page-hero .eyebrow, .ap-full-bleed-hero__label, .robo-v51-eyebrow, .section-label) {
  margin: 0 0 18px !important;
  color: var(--ac-qc-orange) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

html body.ac-site-master :is(.hero__title, .ap-hero h1, .ap-page-hero h1, .ap-full-bleed-hero h1, .robo-v51-hero h1, .ap-v81-hero h1) {
  max-width: 768px !important;
  margin: 0 !important;
  color: var(--ac-qc-text) !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(40px, 4.3vw, 60px) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
  text-transform: none !important;
  text-wrap: balance !important;
}

html body.ac-site-master :is(.hero__subline, .hero__subtitle, .ap-hero p, .ap-page-hero p, .ap-full-bleed-hero p, .robo-v51-hero p, .ap-v81-hero p) {
  max-width: 576px !important;
  margin: 22px 0 0 !important;
  color: var(--ac-qc-muted) !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-site-master :is(.hero__actions, .ap-hero-actions, .ap-page-hero .hero-actions, .ap-full-bleed-hero__actions, .robo-v51-hero-actions) {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  margin-top: 30px !important;
}

html[dir="rtl"] body.ac-site-master :is(.hero__actions, .ap-hero-actions, .ap-page-hero .hero-actions, .ap-full-bleed-hero__actions, .robo-v51-hero-actions),
html[lang="ar"] body.ac-site-master :is(.hero__actions, .ap-hero-actions, .ap-page-hero .hero-actions, .ap-full-bleed-hero__actions, .robo-v51-hero-actions),
body.ac-site-master.ap-rtl :is(.hero__actions, .ap-hero-actions, .ap-page-hero .hero-actions, .ap-full-bleed-hero__actions, .robo-v51-hero-actions) {
  flex-direction: row-reverse !important;
  justify-content: flex-start !important;
}

html body.ac-site-master :is(.hero__button, .hero__button--primary, .hero__button--secondary, .ap-hero-actions a, .ap-page-hero .hero-actions a, .ap-full-bleed-hero__actions a, .robo-v51-hero-actions a) {
  min-width: 0 !important;
  height: 52px !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border: 1px solid var(--ac-qc-button-border) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: var(--ac-qc-text) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: transform 300ms ease, background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-site-master :is(.hero__button--secondary, .ap-hero-actions a:nth-child(2), .ap-page-hero .hero-actions a:nth-child(2), .ap-full-bleed-hero__actions a:nth-child(2), .robo-v51-hero-actions a:nth-child(2)) {
  background: transparent !important;
}

html body.ac-site-master :is(.hero__button, .hero__button--primary, .hero__button--secondary, .ap-hero-actions a, .ap-page-hero .hero-actions a, .ap-full-bleed-hero__actions a, .robo-v51-hero-actions a):hover {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 255, 255, 0.32) !important;
  background: rgba(255, 255, 255, 0.2) !important;
  color: var(--ac-qc-text) !important;
}

html body.ac-site-master main :is(h1, h2, h3, h4) {
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  color: var(--ac-qc-text) !important;
  text-wrap: balance;
}

/*
GLOBAL FOOTER ACCENT LINE REMOVAL

- Removes the orange decorative line at the start of the footer on every page
- Keeps footer background, glass, texture, spacing, and border styling intact
*/
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[dir="rtl"] body.ac-site-master main :is(h1, h2, h3, h4),
html[lang="ar"] body.ac-site-master main :is(h1, h2, h3, h4),
body.ac-site-master.ap-rtl main :is(h1, h2, h3, h4) {
  font-family: "Noto Sans Arabic", "IBM Plex Sans Arabic", Manrope, Inter, system-ui, sans-serif !important;
  letter-spacing: 0 !important;
}

html body.ac-site-master main :is(p, li, dd, dt) {
  color: var(--ac-qc-body);
  font-size: clamp(15px, 1.05vw, 16px);
  line-height: 1.62;
}

html body.ac-site-master :is(.ap-section, .ap-grid-section, .ap-logo-section, .ap-contact-section, .ap-projects-content, .ac-section, .section-rail, .ap-showcase, .ap-split-feature, .ap-stats, .ap-form-section, .ap-v84-section, .ap-v85-section, .policy-section, .legal-section, .compliance-section, .customers-section, .partners-section, .projects-section) {
  width: var(--ac-qc-container) !important;
  max-width: var(--ac-qc-container) !important;
  margin-inline: auto !important;
  padding: var(--ac-qc-section-pad) 0 !important;
}

html body.ac-site-master :is(.ap-container, .section-container, .container, .ap-v84-section-inner, .ap-v85-section-inner) {
  max-width: var(--ac-qc-container) !important;
  margin-inline: auto !important;
}

html body.ac-site-master :is(.ap-grid, .service-grid, .solutions-grid, .solution-grid, .project-grid, .ap-logo-grid, .ap-project-grid, .ap-people-grid, .ac-career-card-grid, .ac-job-grid, .ac-blog-grid, .support-grid, .compliance-grid, .cards-grid) {
  gap: var(--ac-qc-gap) !important;
}

html body.ac-site-master :is(.solution-card, .service-card, .services-accordion-card, .service-accordion-card, .ap-card, .ap-logo-card, .ap-person, .ap-contact-info, .ap-form, .ap-map-card, .ap-projects-content article, .ac-career-card, .ac-job-card, .ac-blog-card, .ac-robo-card, .ap-showcase-card, .ap-list-card, .ap-split-content, .ap-stat, .ap-v84-card, .ap-v85-card, .metric-item, .support-card, .contact-card, .policy-card, .legal-card, .compliance-card) {
  background: var(--ac-qc-card-tint) !important;
  border: 1px solid var(--ac-qc-border) !important;
  border-radius: 12px !important;
  padding: clamp(20px, 2vw, 26px) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28) !important;
  color: var(--ac-qc-text) !important;
  transition: transform 300ms ease, background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-site-master :is(.solution-card, .service-card, .services-accordion-card, .service-accordion-card, .ap-card, .ap-logo-card, .ap-person, .ap-contact-info, .ap-map-card, .ap-projects-content article, .ac-career-card, .ac-job-card, .ac-blog-card, .ac-robo-card, .ap-showcase-card, .ap-list-card, .ap-split-content, .ap-stat, .ap-v84-card, .ap-v85-card, .metric-item, .support-card, .contact-card, .policy-card, .legal-card, .compliance-card):hover {
  transform: translateY(-2px) !important;
  background: var(--ac-qc-card-tint-hover) !important;
  border-color: rgba(240, 93, 45, 0.36) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), 0 0 34px rgba(240, 93, 45, 0.08) !important;
}

html body.ac-site-master :is(.solution-card, .service-card, .services-accordion-card, .service-accordion-card, .ap-card, .ap-projects-content article, .ac-career-card, .ac-job-card, .ac-blog-card, .support-card, .contact-card, .policy-card, .legal-card, .compliance-card) :is(h2, h3, h4, .card-title, .title) {
  margin: 0 0 12px !important;
  color: #f5f5f5 !important;
  font-size: clamp(20px, 1.55vw, 22px) !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  letter-spacing: 0.01em !important;
}

html body.ac-site-master :is(.solution-card, .service-card, .services-accordion-card, .service-accordion-card, .ap-card, .ap-projects-content article, .ac-career-card, .ac-job-card, .ac-blog-card, .support-card, .contact-card, .policy-card, .legal-card, .compliance-card) :is(p, li, .description, .card-description) {
  max-width: 90%;
  color: var(--ac-qc-body) !important;
  font-size: clamp(15px, 1.05vw, 16px) !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
}

html body.ac-site-master :is(.solution-card, .service-card, .ap-card, .ap-projects-content article) :is(.label, .eyebrow, .kicker, .domain-label) {
  margin-bottom: 10px !important;
  color: var(--ac-qc-orange) !important;
  font-size: clamp(12px, 1vw, 14px) !important;
  font-weight: 650 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

html body.ac-site-master :is(a.explore-link, .explore-link, .solution-card a, .service-card a, .ap-card a, .ac-footer a) {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 220ms ease, transform 220ms ease, text-decoration-color 220ms ease !important;
}

html body.ac-site-master :is(a.explore-link, .explore-link, .solution-card a, .service-card a, .ap-card a, .ac-footer a):hover {
  color: var(--ac-qc-orange) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  text-decoration-color: var(--ac-qc-orange) !important;
}

html body.ac-site-master :is(.ap-cta, .closing-cta, .ac-blog-cta, .ap-robo-cta-panel, .contact-cta, .cta-banner) {
  width: min(1275px, calc(100% - 82px)) !important;
  max-width: 1275px !important;
  margin: clamp(64px, 7vw, 96px) auto !important;
  padding: clamp(58px, 5vw, 78px) clamp(28px, 4vw, 52px) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 18px !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), 0 0 54px rgba(240, 93, 45, 0.06) !important;
  -webkit-backdrop-filter: blur(28px) !important;
  backdrop-filter: blur(28px) !important;
}

html body.ac-site-master :is(.ap-cta, .closing-cta, .ac-blog-cta, .ap-robo-cta-panel, .contact-cta, .cta-banner) :is(a, button) {
  min-height: 52px !important;
  padding: 0 24px !important;
  border-radius: 8px !important;
  border: 1px solid var(--ac-qc-orange) !important;
  background: var(--ac-qc-orange) !important;
  color: var(--ac-qc-text) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  transition: transform 300ms ease, background-color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-site-master :is(.ap-cta, .closing-cta, .ac-blog-cta, .ap-robo-cta-panel, .contact-cta, .cta-banner) :is(a, button):hover {
  transform: translateY(-2px) !important;
  background: var(--ac-qc-orange-hover) !important;
  color: var(--ac-qc-text) !important;
  text-decoration: none !important;
  box-shadow: 0 18px 44px rgba(240, 93, 45, 0.18) !important;
}

html body.ac-site-master .ac-footer {
  width: 100% !important;
  max-width: none !important;
  margin: clamp(72px, 8vw, 120px) 0 0 !important;
  padding: clamp(88px, 8vw, 120px) clamp(24px, 4vw, 56px) clamp(64px, 7vw, 96px) !important;
  background: rgba(9, 10, 13, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  -webkit-backdrop-filter: blur(28px) !important;
  backdrop-filter: blur(28px) !important;
}

html body.ac-site-master .ac-footer :is(.ac-footer-inner, .footer-inner) {
  width: min(100% - 48px, 1440px) !important;
  max-width: 1440px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html body.ac-site-master .ac-footer :is(h2, h3, h4, .footer-heading, .footer-title) {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

html body.ac-site-master .ac-footer :is(a, p, li) {
  font-size: 14.5px !important;
  line-height: 1.58 !important;
}

html[dir="rtl"] body.ac-site-master :is(.robo-floating, .robo-ai-floating, .robo-ai-bar, .floating-robo, .robo-chat-launcher),
html[lang="ar"] body.ac-site-master :is(.robo-floating, .robo-ai-floating, .robo-ai-bar, .floating-robo, .robo-chat-launcher),
body.ac-site-master.ap-rtl :is(.robo-floating, .robo-ai-floating, .robo-ai-bar, .floating-robo, .robo-chat-launcher) {
  right: auto !important;
  left: 24px !important;
}

@media (max-width: 1100px) {
  html body.ac-site-master .ac-footer :is(.footer-grid, .ac-footer-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  html body.ac-site-master {
    --ac-qc-container: calc(100% - 28px);
    --ac-qc-section-pad: 72px;
  }

  html body.ac-site-master :is(.hero__content, .hero__content--left, .hero__content--center, .hero__content--right, .ap-hero-grid, .ap-page-hero > div, .ap-full-bleed-hero__content, .robo-v51-hero-content, .ap-v81-hero-inner) {
    width: var(--ac-qc-container) !important;
    max-width: var(--ac-qc-container) !important;
    padding: 112px 0 72px !important;
  }

  html body.ac-site-master :is(.hero__title, .ap-hero h1, .ap-page-hero h1, .ap-full-bleed-hero h1, .robo-v51-hero h1, .ap-v81-hero h1) {
    font-size: clamp(34px, 9.35vw, 41px) !important;
  }

  html body.ac-site-master :is(.hero__actions, .ap-hero-actions, .ap-page-hero .hero-actions, .ap-full-bleed-hero__actions, .robo-v51-hero-actions) {
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  html body.ac-site-master :is(.hero__button, .hero__button--primary, .hero__button--secondary, .ap-hero-actions a, .ap-page-hero .hero-actions a, .ap-full-bleed-hero__actions a, .robo-v51-hero-actions a) {
    width: 100% !important;
  }

  html body.ac-site-master :is(.ap-cta, .closing-cta, .ac-blog-cta, .ap-robo-cta-panel, .contact-cta, .cta-banner) {
    width: calc(100% - 28px) !important;
  }

  html body.ac-site-master .ac-footer {
    width: 100% !important;
    max-width: none !important;
  }

  html body.ac-site-master .ac-footer :is(.ac-footer-inner, .footer-inner) {
    width: calc(100% - 28px) !important;
  }

  html body.ac-site-master .ac-footer :is(.footer-grid, .ac-footer-grid) {
    grid-template-columns: 1fr !important;
  }
}

/*
GLOBAL REMAINING HERO HEADLINE ALIGNMENT - MATCH ECOSYSTEM/SERVICES

- Keeps remaining master-template pages on the same hero headline font, size, color, weight, and spacing
- Added at EOF so it wins over older page-specific declarations
*/
html body.ac-site-master :is(
  .hero__title,
  .hero-title,
  .ap-hero h1,
  .ap-page-hero h1,
  .ap-full-bleed-hero h1,
  .ap-v81-hero h1,
  .robo-v51-hero h1
) {
  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;
  color: #FFFFFF !important;
  max-width: 900px !important;
  text-wrap: balance !important;
}

@media (max-width: 640px) {
  html body.ac-site-master :is(
    .hero__title,
    .hero-title,
    .ap-hero h1,
    .ap-page-hero h1,
    .ap-full-bleed-hero h1,
    .ap-v81-hero h1,
    .robo-v51-hero h1
  ) {
    font-size: clamp(34px, 9.35vw, 41px) !important;
    line-height: .98 !important;
    letter-spacing: -.045em !important;
  }
}

/*
FINAL FOOTER/CTA SPACING LOCK - ECOSYSTEM MASTER LOAD ORDER

- This file loads after ac-unified.css on master pages, so this lock must live here too
- Removes the empty band between final CTA and footer columns
- Removes the oversized empty footer area below the legal row
*/
html body.ac-site-master :is(section.closing-cta.ac-section-wrapper, .closing-cta, .ap-cta, .cta-banner) {
  margin-bottom: clamp(22px, 2.6vw, 34px) !important;
}

html body.ac-site-master .ac-footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

html body.ac-site-master .ac-footer :is(.ac-footer-inner, .footer-inner) {
  padding-top: clamp(18px, 2vw, 28px) !important;
  padding-bottom: clamp(18px, 2vw, 28px) !important;
}

html body.ac-site-master .ac-footer :is(.footer-grid, .ac-footer-grid) {
  margin-top: 0 !important;
}

html body.ac-site-master .ac-footer-bottom {
  margin-top: clamp(14px, 1.6vw, 22px) !important;
  padding-top: 14px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 720px) {
  html body.ac-site-master :is(section.closing-cta.ac-section-wrapper, .closing-cta, .ap-cta, .cta-banner) {
    margin-bottom: 22px !important;
  }

  html body.ac-site-master .ac-footer :is(.ac-footer-inner, .footer-inner) {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  html body.ac-site-master .ac-footer-bottom {
    margin-top: 14px !important;
  }
}

/*
FINAL SECTION GAP LOCK - REMOVE OVERSIZED MID-PAGE EMPTY SPACE

- Tightens the large blank bands visible between card grids, logo cloud, CTA, and footer
- Keeps every section on the same master grid while reducing old oversized vertical padding
- Added after all page-level rules so it wins over legacy section spacing declarations
*/
html body.ac-site-master :is(
  section.ecosystem.ac-section-wrapper,
  section.posture.ac-section-wrapper,
  section.proof.ac-section-wrapper,
  section.solutions.ac-section-wrapper,
  section.solutions-preview.ac-section-wrapper,
  section.ac-customer-cloud.ac-section-wrapper,
  section.section-rail.ac-section-wrapper,
  .ap-section,
  .ap-grid-section,
  .ap-logo-section,
  .ap-projects,
  .ap-projects-content,
  .ac-section,
  .policy-section,
  .legal-section,
  .compliance-section
) {
  padding-top: clamp(42px, 4.4vw, 64px) !important;
  padding-bottom: clamp(42px, 4.4vw, 64px) !important;
}

html body.ac-site-master :is(
  section.ecosystem.ac-section-wrapper,
  section.posture.ac-section-wrapper,
  section.proof.ac-section-wrapper,
  section.solutions.ac-section-wrapper,
  section.solutions-preview.ac-section-wrapper,
  section.ac-customer-cloud.ac-section-wrapper,
  section.section-rail.ac-section-wrapper
) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html body.ac-site-master :is(
  section.ecosystem.ac-section-wrapper + section.posture.ac-section-wrapper,
  section.posture.ac-section-wrapper + section.proof.ac-section-wrapper,
  section.proof.ac-section-wrapper + section.solutions.ac-section-wrapper,
  section.proof.ac-section-wrapper + section.solutions-preview.ac-section-wrapper,
  section.solutions.ac-section-wrapper + section.ac-customer-cloud.ac-section-wrapper,
  section.solutions-preview.ac-section-wrapper + section.ac-customer-cloud.ac-section-wrapper,
  section.ac-customer-cloud.ac-section-wrapper + section.closing-cta.ac-section-wrapper
) {
  margin-top: 0 !important;
}

html body.ac-site-master :is(
  .section-head,
  .solutions-head,
  .proof-head,
  .ac-customer-cloud__head
) {
  margin-bottom: clamp(22px, 2.8vw, 36px) !important;
}

html body.ac-site-master :is(
  .pillars,
  .posture-points,
  .proof-gallery,
  .solutions-grid,
  .ac-customer-cloud__viewport
) {
  margin-top: clamp(20px, 2.6vw, 34px) !important;
}

html body.ac-site-master .ac-customer-cloud {
  min-height: 0 !important;
}

html body.ac-site-master section.closing-cta.ac-section-wrapper {
  margin-top: clamp(30px, 3.4vw, 46px) !important;
  padding: clamp(38px, 4vw, 58px) clamp(28px, 4vw, 52px) !important;
}

@media (max-width: 720px) {
  html body.ac-site-master :is(
    section.ecosystem.ac-section-wrapper,
    section.posture.ac-section-wrapper,
    section.proof.ac-section-wrapper,
    section.solutions.ac-section-wrapper,
    section.solutions-preview.ac-section-wrapper,
    section.ac-customer-cloud.ac-section-wrapper,
    section.section-rail.ac-section-wrapper,
    .ap-section,
    .ap-grid-section,
    .ap-logo-section,
    .ap-projects,
    .ap-projects-content,
    .ac-section,
    .policy-section,
    .legal-section,
    .compliance-section
  ) {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  html body.ac-site-master section.closing-cta.ac-section-wrapper {
    margin-top: 28px !important;
    padding: 34px 22px !important;
  }
}

/*
FINAL ECOSYSTEM INLINE OVERRIDE - REMOVE REMAINING EMPTY BANDS

- Beats the high-specificity inline Ecosystem page rules that still used 88-128px padding
- Applies to English and Arabic Ecosystem pages because both use the same body classes
- Also tightens the optional parallax section that was creating large blank scroll areas
*/
html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master :is(
  section.ecosystem.ac-section-wrapper,
  section.posture.ac-section-wrapper,
  section.proof.ac-section-wrapper,
  section.solutions.ac-section-wrapper,
  section.solutions-preview.ac-section-wrapper,
  section.ac-customer-cloud.ac-section-wrapper
) {
  padding-top: clamp(34px, 3.6vw, 52px) !important;
  padding-bottom: clamp(34px, 3.6vw, 52px) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master :is(
  section.ecosystem.ac-section-wrapper + section.posture.ac-section-wrapper,
  section.posture.ac-section-wrapper + section.proof.ac-section-wrapper,
  section.proof.ac-section-wrapper + section.solutions.ac-section-wrapper,
  section.solutions.ac-section-wrapper + section.ac-customer-cloud.ac-section-wrapper,
  section.ac-customer-cloud.ac-section-wrapper + section.closing-cta.ac-section-wrapper
) {
  margin-top: 0 !important;
}

html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper {
  margin-top: clamp(22px, 2.6vw, 34px) !important;
  margin-bottom: clamp(22px, 2.6vw, 34px) !important;
  padding: clamp(34px, 3.8vw, 52px) clamp(28px, 4vw, 52px) !important;
}

html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master :is(
  .proof-head,
  .solutions-head,
  .ac-customer-cloud__head,
  .posture-lead,
  .ecosystem-head
) {
  margin-top: 0 !important;
  margin-bottom: clamp(18px, 2.2vw, 28px) !important;
}

html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master :is(
  .pillar-list,
  .posture-points,
  .proof-gallery,
  .solutions-grid,
  .ac-customer-cloud__viewport
) {
  margin-top: clamp(16px, 2vw, 28px) !important;
  margin-bottom: 0 !important;
}

html body.ac-site-master .ac-text-parallax {
  padding-top: clamp(38px, 4vw, 58px) !important;
  padding-bottom: clamp(38px, 4vw, 58px) !important;
}

html body.ac-site-master .ac-text-parallax__intro {
  margin-bottom: clamp(20px, 2.8vw, 34px) !important;
}

html body.ac-site-master .ac-text-parallax__row {
  min-height: 0 !important;
  gap: clamp(24px, 4vw, 56px) !important;
  padding-top: clamp(18px, 2.4vw, 30px) !important;
  padding-bottom: clamp(18px, 2.4vw, 30px) !important;
}

html body.ac-site-master .ac-text-parallax__row + .ac-text-parallax__row {
  margin-top: clamp(20px, 2.8vw, 36px) !important;
}

html body.ac-site-master .ac-text-parallax__media {
  height: min(52vh, 520px) !important;
}

html body.ac-site-master main > :is(section, .ac-text-parallax):not(.hero):not(.hero--home):not(.hero--ecosystem-service):not(.hero--services-accordion):not(.hero--solutions-accordion),
html body.ac-site-master :is(
  .section-rail,
  .ap-section,
  .ap-grid-section,
  .ap-logo-section,
  .ap-showcase,
  .ap-split-feature,
  .ap-projects,
  .ap-contact-section,
  .ecosystem,
  .posture,
  .proof,
  .solutions,
  .solutions-preview,
  .ac-customer-cloud
) {
  min-height: 0 !important;
}

html body.ac-site-master main > :is(section, .ac-text-parallax):not(.hero) + :is(section, .ac-text-parallax):not(.hero) {
  margin-top: 0 !important;
}

@media (max-width: 720px) {
  html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master :is(
    section.ecosystem.ac-section-wrapper,
    section.posture.ac-section-wrapper,
    section.proof.ac-section-wrapper,
    section.solutions.ac-section-wrapper,
    section.solutions-preview.ac-section-wrapper,
    section.ac-customer-cloud.ac-section-wrapper
  ) {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
    padding: 30px 22px !important;
  }

  html body.ac-site-master .ac-text-parallax {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

/*
FINAL ARABIC / RTL SECTION GAP LOCK

- Applies the same tightened section rhythm to Arabic pages
- Prevents RTL page-specific wrappers from reintroducing large blank vertical bands
*/
html[dir="rtl"] body.ac-page.ac-site-master :is(
  main > section:not(.hero),
  section.ecosystem.ac-section-wrapper,
  section.posture.ac-section-wrapper,
  section.proof.ac-section-wrapper,
  section.solutions.ac-section-wrapper,
  section.solutions-preview.ac-section-wrapper,
  section.ac-customer-cloud.ac-section-wrapper,
  section.section-rail.ac-section-wrapper,
  .ap-section,
  .ap-grid-section,
  .ap-logo-section,
  .ap-projects,
  .ap-projects-content,
  .ac-section,
  .policy-section,
  .legal-section,
  .compliance-section
) {
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: clamp(34px, 3.6vw, 52px) !important;
  padding-bottom: clamp(34px, 3.6vw, 52px) !important;
}

html[dir="rtl"] body.ac-page.ac-site-master section.closing-cta.ac-section-wrapper {
  min-height: 0 !important;
  margin-top: clamp(22px, 2.6vw, 34px) !important;
  margin-bottom: clamp(22px, 2.6vw, 34px) !important;
  padding: clamp(34px, 3.8vw, 52px) clamp(28px, 4vw, 52px) !important;
}

html[dir="rtl"] body.ac-page.ac-site-master :is(
  .section-head,
  .solutions-head,
  .proof-head,
  .ac-customer-cloud__head,
  .posture-lead,
  .ecosystem-head,
  .ap-grid-head
) {
  margin-top: 0 !important;
  margin-bottom: clamp(18px, 2.2vw, 28px) !important;
}

html[dir="rtl"] body.ac-page.ac-site-master :is(
  .pillar-list,
  .posture-points,
  .proof-gallery,
  .solutions-grid,
  .ac-customer-cloud__viewport,
  .ap-card-grid,
  .ap-logo-grid,
  .ap-project-grid
) {
  margin-top: clamp(16px, 2vw, 28px) !important;
  margin-bottom: 0 !important;
}

@media (max-width: 720px) {
  html[dir="rtl"] body.ac-page.ac-site-master :is(
    main > section:not(.hero),
    section.ecosystem.ac-section-wrapper,
    section.posture.ac-section-wrapper,
    section.proof.ac-section-wrapper,
    section.solutions.ac-section-wrapper,
    section.solutions-preview.ac-section-wrapper,
    section.ac-customer-cloud.ac-section-wrapper,
    section.section-rail.ac-section-wrapper,
    .ap-section,
    .ap-grid-section,
    .ap-logo-section,
    .ap-projects,
    .ap-projects-content,
    .ac-section,
    .policy-section,
    .legal-section,
    .compliance-section
  ) {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  html[dir="rtl"] body.ac-page.ac-site-master section.closing-cta.ac-section-wrapper {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
    padding: 30px 22px !important;
  }
}

/*
FINAL RTL HERO ALIGNMENT + ECOSYSTEM KICKER POSITION

- Aligns Arabic Ecosystem hero copy as one right-aligned content group
- Keeps heading, paragraph, and CTAs attached to the same RTL grid edge
- Moves the Technology Ecosystem section kicker slightly downward for visual balance
*/
html[dir="rtl"] body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master
  .hero.hero--home.hero--ecosystem-service.ac-section-wrapper > :is(.hero__content, .hero__content--left) {
  direction: rtl !important;
  text-align: right !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
}

html[dir="rtl"] body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master
  .hero.hero--home.hero--ecosystem-service :is(.hero__label, .hero__title, .hero__subline) {
  text-align: right !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

html[dir="rtl"] body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master
  .hero.hero--home.hero--ecosystem-service .hero__title {
  max-width: 760px !important;
}

html[dir="rtl"] body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master
  .hero.hero--home.hero--ecosystem-service .hero__subline {
  max-width: 600px !important;
}

html[dir="rtl"] body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master
  .hero.hero--home.hero--ecosystem-service .hero__actions {
  align-self: flex-end !important;
  justify-content: flex-start !important;
  direction: rtl !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master
  section.ecosystem.ac-section-wrapper > .section-kicker {
  display: block !important;
  margin-top: 12px !important;
  margin-bottom: 26px !important;
  position: relative !important;
  top: 14px !important;
}

html[dir="rtl"] body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master
  section.ecosystem.ac-section-wrapper > .section-kicker {
  text-align: right !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

@media (max-width: 720px) {
  html[dir="rtl"] body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master
    .hero.hero--home.hero--ecosystem-service.ac-section-wrapper > :is(.hero__content, .hero__content--left) {
    align-items: flex-end !important;
  }

  html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master
    section.ecosystem.ac-section-wrapper > .section-kicker {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
    top: 10px !important;
  }
}

/*
FOOTER BRAND SCALE ALIGNMENT

- Enlarges the footer logo so the brand block visually matches the scale of the other footer columns
- Keeps the footer grid unchanged and preserves responsive behavior
*/
html body.ac-page.ac-site-master .ac-footer .ac-footer-logo,
html body.ac-site-master .ac-footer .ac-footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 0 26px !important;
}

html body.ac-page.ac-site-master .ac-footer .ac-footer-logo img,
html body.ac-site-master .ac-footer .ac-footer-logo img {
  width: auto !important;
  height: clamp(76px, 5.6vw, 96px) !important;
  max-width: clamp(270px, 18vw, 350px) !important;
  object-fit: contain !important;
}

@media (max-width: 720px) {
  html body.ac-page.ac-site-master .ac-footer .ac-footer-logo img,
  html body.ac-site-master .ac-footer .ac-footer-logo img {
    height: 70px !important;
    max-width: 280px !important;
  }
}

/*
SERVICES CTA ALIGNMENT - MATCH ECOSYSTEM READY TO MOVE CARD

- Applies the Ecosystem glass CTA surface to Services main and subpage CTAs
- Normalizes label, title, button, spacing, radius, and responsive stacking
*/
html body.ac-page.ac-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta),
html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta),
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta),
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  width: min(100% - 96px, 1590px) !important;
  max-width: 1590px !important;
  min-height: clamp(330px, 20.8vw, 388px) !important;
  margin: clamp(42px, 4.8vw, 72px) auto !important;
  padding: clamp(70px, 5.7vw, 86px) clamp(64px, 5.4vw, 82px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(42px, 5vw, 74px) !important;
  text-align: left !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 16% 48%, rgba(240, 93, 45, .12), transparent 31%),
    linear-gradient(90deg, rgba(240, 93, 45, .08), transparent 43%, rgba(255, 255, 255, .05)),
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .055)) !important;
  box-shadow:
    0 30px 84px rgba(0, 0, 0, .42),
    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-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta)::before,
html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta)::before,
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta)::before,
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta)::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, .72) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .72) 1px, transparent 1px) !important;
  background-size: 58px 58px !important;
}

html body.ac-page.ac-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) > div,
html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) > div,
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) > div,
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) > div {
  max-width: 760px !important;
  margin: 0 !important;
}

html body.ac-page.ac-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) :is(.ap-kicker, .ac-service-eyebrow, p:first-child) {
  display: block !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #F05D2D !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

html body.ac-page.ac-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) h2,
html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) h2,
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) h2,
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) h2 {
  max-width: 760px !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(44px, 4vw, 69px) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance !important;
}

html body.ac-page.ac-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow),
html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow),
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow),
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow) {
  display: none !important;
}

html body.ac-page.ac-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
html body.ac-service-template .ac-service-cta .ac-service-btn {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: end !important;
  min-width: 260px !important;
  min-height: 66px !important;
  margin: 0 !important;
  padding: 0 34px !important;
  border: 1px solid #F05D2D !important;
  border-radius: 8px !important;
  background: #F05D2D !important;
  color: #fff !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 20px 56px rgba(240, 93, 45, .22), 0 0 38px 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-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) > a::after,
html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) > a::after,
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) > a::after,
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) > a::after,
html body.ac-service-template .ac-service-cta .ac-service-btn::after {
  content: ">" !important;
  margin-left: 18px !important;
  font-size: 24px !important;
  line-height: 0 !important;
}

html body.ac-page.ac-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) > a:hover,
html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) > a:hover,
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) > a:hover,
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) > a:hover,
html body.ac-service-template .ac-service-cta .ac-service-btn:hover {
  transform: translateY(-2px) !important;
  border-color: #D96A1C !important;
  background: #D96A1C !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-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta),
html[dir="rtl"] body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) {
  text-align: right !important;
  direction: rtl !important;
}

html[dir="rtl"] body.ac-page.ac-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
html[dir="rtl"] body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) > a {
  justify-self: start !important;
}

@media (max-width: 900px) {
  html body.ac-page.ac-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta),
  html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta),
  html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta),
  html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) {
    width: min(100% - 48px, 1590px) !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    padding: clamp(42px, 7vw, 62px) clamp(28px, 6vw, 44px) !important;
    gap: 28px !important;
  }

  html body.ac-page.ac-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) h2,
  html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) h2,
  html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) h2,
  html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) h2 {
    font-size: clamp(34px, 8vw, 48px) !important;
  }

  html body.ac-page.ac-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
  html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
  html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
  html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
  html body.ac-service-template .ac-service-cta .ac-service-btn {
    justify-self: start !important;
  }
}

@media (max-width: 640px) {
  html body.ac-page.ac-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta),
  html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta),
  html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta),
  html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) {
    width: calc(100% - 28px) !important;
    border-radius: 16px !important;
  }

  html body.ac-page.ac-site-master :is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
  html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template) :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
  html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
  html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
  html body.ac-service-template .ac-service-cta .ac-service-btn {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/*
SERVICES CTA CORRECTION - EXACT ECOSYSTEM CTA SIZE + SURFACE

- Restores the visible CTA box on service subpages
- Reduces Services main CTA to the Ecosystem CTA width
- Replaces the oversized gradient with the Ecosystem rgba glass surface
*/
html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template)
  :is(.ap-cta, .closing-cta, .ac-service-cta),
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta),
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) {
  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;
  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;
  -webkit-backdrop-filter: blur(28px) saturate(125%) !important;
  backdrop-filter: blur(28px) saturate(125%) !important;
}

html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template)
  :is(.ap-cta, .closing-cta, .ac-service-cta)::before,
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta)::before,
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta)::before,
html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template)
  :is(.ap-cta, .closing-cta, .ac-service-cta)::after,
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta)::after,
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta)::after {
  content: none !important;
  display: none !important;
}

html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template)
  :is(.ap-cta, .closing-cta, .ac-service-cta) h2,
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) h2,
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) h2 {
  max-width: 720px !important;
  font-size: clamp(42px, 4vw, 64px) !important;
  font-weight: 800 !important;
  line-height: 1.06 !important;
  letter-spacing: -.04em !important;
}

html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template)
  :is(.ap-cta, .closing-cta, .ac-service-cta) :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) :is(.ap-kicker, .ac-service-eyebrow, p:first-child) {
  margin-bottom: 18px !important;
}

html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template)
  :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
html body.ac-service-template .ac-service-cta .ac-service-btn {
  min-width: 224px !important;
  min-height: 56px !important;
  padding: 0 28px !important;
  border-radius: 8px !important;
  justify-self: end !important;
  background: #F05D2D !important;
  border-color: #F05D2D !important;
}

@media (max-width: 900px) {
  html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template)
    :is(.ap-cta, .closing-cta, .ac-service-cta),
  html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta),
  html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) {
    width: min(100% - 48px, 1275px) !important;
    margin: 56px auto !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template)
    :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
  html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
  html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) > a,
  html body.ac-service-template .ac-service-cta .ac-service-btn {
    justify-self: start !important;
  }
}

@media (max-width: 640px) {
  html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template)
    :is(.ap-cta, .closing-cta, .ac-service-cta),
  html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta),
  html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) {
    width: calc(100% - 28px) !important;
    margin: 56px auto !important;
  }

  html body.ac-page.ac-site-master:is(.ap-service-page, .ac-services-master, .ac-service-template)
    :is(.ap-cta, .closing-cta, .ac-service-cta) h2,
  html body.ac-services-master :is(.ap-cta, .closing-cta, .ac-service-cta) h2,
  html body.ac-service-template :is(.ap-cta, .closing-cta, .ac-service-cta) h2 {
    font-size: clamp(32px, 9vw, 42px) !important;
  }
}

/*
SERVICES CTA FINAL LOCK - MATCH ECOSYSTEM CTA

- Keeps Services main and subpage CTAs on the same glass surface as Ecosystem
- Prevents later global CTA rules from stripping the box on service detail pages
- Aligns CTA width, spacing, color, radius, border, and button scale
*/
html body.ac-page.ac-site-master.ac-services-master .ap-cta,
html body.ac-page.ac-site-master.ac-services-master .closing-cta,
html body.ac-page.ac-site-master.ac-services-master .ac-service-cta,
html body.ac-page.ac-site-master.ac-service-template .ac-service-cta,
html body.ac-page.ac-site-master.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-site-master.ac-services-master .ap-cta::before,
html body.ac-page.ac-site-master.ac-services-master .closing-cta::before,
html body.ac-page.ac-site-master.ac-services-master .ac-service-cta::before,
html body.ac-page.ac-site-master.ac-service-template .ac-service-cta::before,
html body.ac-page.ac-site-master.ap-service-page .ap-cta::before,
html body.ac-page.ac-site-master.ac-services-master .ap-cta::after,
html body.ac-page.ac-site-master.ac-services-master .closing-cta::after,
html body.ac-page.ac-site-master.ac-services-master .ac-service-cta::after,
html body.ac-page.ac-site-master.ac-service-template .ac-service-cta::after,
html body.ac-page.ac-site-master.ap-service-page .ap-cta::after {
  content: none !important;
  display: none !important;
}

html body.ac-page.ac-site-master.ac-services-master .ap-cta > div,
html body.ac-page.ac-site-master.ac-services-master .closing-cta > div,
html body.ac-page.ac-site-master.ac-services-master .ac-service-cta > div,
html body.ac-page.ac-site-master.ac-service-template .ac-service-cta > div,
html body.ac-page.ac-site-master.ap-service-page .ap-cta > div {
  max-width: 760px !important;
  margin: 0 !important;
}

html body.ac-page.ac-site-master.ac-services-master .ap-cta :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-page.ac-site-master.ac-services-master .closing-cta :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-page.ac-site-master.ac-services-master .ac-service-cta :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-page.ac-site-master.ac-service-template .ac-service-cta :is(.ap-kicker, .ac-service-eyebrow, p:first-child),
html body.ac-page.ac-site-master.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-site-master.ac-services-master .ap-cta h2,
html body.ac-page.ac-site-master.ac-services-master .closing-cta h2,
html body.ac-page.ac-site-master.ac-services-master .ac-service-cta h2,
html body.ac-page.ac-site-master.ac-service-template .ac-service-cta h2,
html body.ac-page.ac-site-master.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-site-master.ac-services-master .ap-cta p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow),
html body.ac-page.ac-site-master.ac-services-master .closing-cta p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow),
html body.ac-page.ac-site-master.ac-services-master .ac-service-cta p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow),
html body.ac-page.ac-site-master.ac-service-template .ac-service-cta p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow),
html body.ac-page.ac-site-master.ap-service-page .ap-cta p:not(:first-child):not(.ap-kicker):not(.ac-service-eyebrow) {
  display: none !important;
}

html body.ac-page.ac-site-master.ac-services-master .ap-cta > a,
html body.ac-page.ac-site-master.ac-services-master .closing-cta > a,
html body.ac-page.ac-site-master.ac-services-master .ac-service-cta > a,
html body.ac-page.ac-site-master.ac-service-template .ac-service-cta > a,
html body.ac-page.ac-site-master.ac-service-template .ac-service-cta .ac-service-btn,
html body.ac-page.ac-site-master.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-site-master.ac-services-master .ap-cta > a::after,
html body.ac-page.ac-site-master.ac-services-master .closing-cta > a::after,
html body.ac-page.ac-site-master.ac-services-master .ac-service-cta > a::after,
html body.ac-page.ac-site-master.ac-service-template .ac-service-cta > a::after,
html body.ac-page.ac-site-master.ac-service-template .ac-service-cta .ac-service-btn::after,
html body.ac-page.ac-site-master.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-site-master.ac-services-master .ap-cta > a:hover,
html body.ac-page.ac-site-master.ac-services-master .closing-cta > a:hover,
html body.ac-page.ac-site-master.ac-services-master .ac-service-cta > a:hover,
html body.ac-page.ac-site-master.ac-service-template .ac-service-cta > a:hover,
html body.ac-page.ac-site-master.ac-service-template .ac-service-cta .ac-service-btn:hover,
html body.ac-page.ac-site-master.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-site-master.ac-services-master .ap-cta,
html[dir="rtl"] body.ac-page.ac-site-master.ac-services-master .closing-cta,
html[dir="rtl"] body.ac-page.ac-site-master.ac-services-master .ac-service-cta,
html[dir="rtl"] body.ac-page.ac-site-master.ac-service-template .ac-service-cta,
html[dir="rtl"] body.ac-page.ac-site-master.ap-service-page .ap-cta {
  direction: rtl !important;
  text-align: right !important;
}

html[dir="rtl"] body.ac-page.ac-site-master.ac-services-master .ap-cta > a,
html[dir="rtl"] body.ac-page.ac-site-master.ac-services-master .closing-cta > a,
html[dir="rtl"] body.ac-page.ac-site-master.ac-services-master .ac-service-cta > a,
html[dir="rtl"] body.ac-page.ac-site-master.ac-service-template .ac-service-cta > a,
html[dir="rtl"] body.ac-page.ac-site-master.ac-service-template .ac-service-cta .ac-service-btn,
html[dir="rtl"] body.ac-page.ac-site-master.ap-service-page .ap-cta > a {
  justify-self: start !important;
}

html[dir="rtl"] body.ac-page.ac-site-master.ac-services-master .ap-cta > a::after,
html[dir="rtl"] body.ac-page.ac-site-master.ac-services-master .closing-cta > a::after,
html[dir="rtl"] body.ac-page.ac-site-master.ac-services-master .ac-service-cta > a::after,
html[dir="rtl"] body.ac-page.ac-site-master.ac-service-template .ac-service-cta > a::after,
html[dir="rtl"] body.ac-page.ac-site-master.ac-service-template .ac-service-cta .ac-service-btn::after,
html[dir="rtl"] body.ac-page.ac-site-master.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-site-master.ac-services-master .ap-cta,
  html body.ac-page.ac-site-master.ac-services-master .closing-cta,
  html body.ac-page.ac-site-master.ac-services-master .ac-service-cta,
  html body.ac-page.ac-site-master.ac-service-template .ac-service-cta,
  html body.ac-page.ac-site-master.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-site-master.ac-services-master .ap-cta > a,
  html body.ac-page.ac-site-master.ac-services-master .closing-cta > a,
  html body.ac-page.ac-site-master.ac-services-master .ac-service-cta > a,
  html body.ac-page.ac-site-master.ac-service-template .ac-service-cta > a,
  html body.ac-page.ac-site-master.ac-service-template .ac-service-cta .ac-service-btn,
  html body.ac-page.ac-site-master.ap-service-page .ap-cta > a {
    justify-self: start !important;
  }
}

@media (max-width: 640px) {
  html body.ac-page.ac-site-master.ac-services-master .ap-cta,
  html body.ac-page.ac-site-master.ac-services-master .closing-cta,
  html body.ac-page.ac-site-master.ac-services-master .ac-service-cta,
  html body.ac-page.ac-site-master.ac-service-template .ac-service-cta,
  html body.ac-page.ac-site-master.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-site-master.ac-services-master .ap-cta h2,
  html body.ac-page.ac-site-master.ac-services-master .closing-cta h2,
  html body.ac-page.ac-site-master.ac-services-master .ac-service-cta h2,
  html body.ac-page.ac-site-master.ac-service-template .ac-service-cta h2,
  html body.ac-page.ac-site-master.ap-service-page .ap-cta h2 {
    font-size: clamp(32px, 9vw, 42px) !important;
  }

  html body.ac-page.ac-site-master.ac-services-master .ap-cta > a,
  html body.ac-page.ac-site-master.ac-services-master .closing-cta > a,
  html body.ac-page.ac-site-master.ac-services-master .ac-service-cta > a,
  html body.ac-page.ac-site-master.ac-service-template .ac-service-cta > a,
  html body.ac-page.ac-site-master.ac-service-template .ac-service-cta .ac-service-btn,
  html body.ac-page.ac-site-master.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,
html body.ac-service-template :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta)::before,
html body.ac-service-template :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta)::after,
html body.ap-service-page :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta)::before,
html body.ap-service-page :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;
  }

  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 {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/*
ECOSYSTEM CTA RESTORE — FINAL SOURCE OF TRUTH

- Restores the Ecosystem "Ready to move?" CTA after global spacing overrides
- Keeps the large glassmorphism box, typography, orange button, and responsive layout
- Applies to English and Arabic Ecosystem pages only
*/
html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.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-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.ac-service-final-cta)::before,
html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.ac-service-final-cta)::after {
  content: none !important;
  display: none !important;
}

html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.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-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.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-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.ac-service-final-cta) h2 span {
  display: block !important;
  white-space: nowrap !important;
}

html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.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-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.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-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.ac-service-final-cta) {
  direction: rtl !important;
  text-align: right !important;
}

@media (max-width: 900px) {
  html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.ac-service-final-cta) {
    width: min(100% - 48px, 1180px) !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.ac-service-final-cta) > a {
    justify-self: start !important;
  }

  html[dir="rtl"] body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.ac-service-final-cta) > a {
    justify-self: end !important;
  }
}

@media (max-width: 640px) {
  html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.ac-service-final-cta) {
    width: calc(100% - 28px) !important;
    margin: 34px auto 18px !important;
    padding: 28px 20px !important;
  }

  html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.ac-service-final-cta) h2 {
    font-size: clamp(27px, 7vw, 34px) !important;
  }

  html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.ac-service-final-cta) h2 span {
    white-space: normal !important;
  }

  html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master section.closing-cta.ac-section-wrapper:not(.ac-service-final-cta) > a {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/*
ECOSYSTEM HERO TITLE SCALE - REDUCED

- Reduces the Ecosystem HERO headline while preserving the same font, color, weight, spacing, and layout
- Scoped only to the Ecosystem page so Services/Solutions hero sizing remains untouched
*/
html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master .hero.hero--home.hero--ecosystem-service .hero__title {
  font-size: clamp(35px, 4.45vw, 46px) !important;
}

@media (max-width: 640px) {
  html body.ac-page.ac-ecosystem-review.ac-clean-ecosystem.ac-site-master .hero.hero--home.hero--ecosystem-service .hero__title {
    font-size: clamp(30px, 8vw, 35px) !important;
  }
}

/*
GLOBAL FOOTER ORANGE BORDER REMOVAL - FINAL OVERRIDE

- Removes the full-width orange line that was coming from a later footer border rule
- Keeps the footer glass surface, dark texture, layout, and neutral divider
*/
html body .ac-footer,
html body footer.ac-footer,
html body.ac-page .ac-footer,
html body.ac-site-master .ac-footer {
  border-top: 1px solid rgba(255, 255, 255, .10) !important;
}

html body .ac-footer::before,
html body footer.ac-footer::before,
html body.ac-page .ac-footer::before,
html body.ac-site-master .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;
}

/*
SERVICE SUBPAGE CTA FINAL FIX - MATCH ECOSYSTEM CTA CARD

- Restores the visible glass CTA box on VSAT and all service subpages
- Uses the approved Ecosystem CTA footprint, tint, border, radius, and button scale
- Placed at the end of the site stylesheet so it wins over older CTA overrides
*/
html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta {
  box-sizing: border-box !important;
  position: relative !important;
  isolation: isolate !important;
  z-index: 1 !important;
  width: min(1275px, calc(100% - 82px)) !important;
  max-width: 1275px !important;
  min-height: 0 !important;
  margin: 52px auto 36px !important;
  padding: clamp(50px, 4.4vw, 70px) 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-service-template.ac-site-master section.ac-service-cta::before,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta::after,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta::before,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta::after {
  content: none !important;
  display: none !important;
}

html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta > div,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta > div {
  max-width: 760px !important;
  margin: 0 !important;
}

html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta .ac-service-eyebrow,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta .ac-service-eyebrow {
  display: block !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 0 13px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !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-page.ac-service-template.ac-site-master section.ac-service-cta h2,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-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-page.ac-service-template.ac-site-master section.ac-service-cta p:not(.ac-service-eyebrow),
html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta p:not(.ac-service-eyebrow) {
  display: none !important;
}

html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta > a,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta > a,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta .ac-service-btn,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta .ac-service-btn {
  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-page.ac-service-template.ac-site-master section.ac-service-cta > a::after,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta > a::after,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta .ac-service-btn::after,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta .ac-service-btn::after {
  content: ">" !important;
  margin-left: 14px !important;
  font-size: 18px !important;
  line-height: 0 !important;
}

html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta > a:hover,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta > a:hover,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta .ac-service-btn:hover,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta .ac-service-btn:hover {
  transform: translateY(-2px) !important;
  background: #D96A1C !important;
  border-color: #D96A1C !important;
  color: #FFFFFF !important;
  box-shadow: 0 22px 54px rgba(240, 93, 45, .26), 0 0 34px rgba(240, 93, 45, .10) !important;
}

@media (max-width: 900px) {
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta,
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta {
    width: min(100% - 48px, 1180px) !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta > a,
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta > a,
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta .ac-service-btn,
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta .ac-service-btn {
    justify-self: start !important;
  }
}

@media (max-width: 640px) {
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta,
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta {
    width: calc(100% - 28px) !important;
    margin: 34px auto 18px !important;
    padding: 28px 20px !important;
  }

  html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta h2,
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta h2 {
    font-size: clamp(27px, 7vw, 34px) !important;
  }

  html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta > a,
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta > a,
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta .ac-service-btn,
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-final-cta .ac-service-btn {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/*
SERVICE SUBPAGE CTA BOX VISIBILITY FIX

- Adds a clearly visible Ecosystem-style glass CTA box
- Strengthens the tint, border, and inner highlight so the CTA no longer reads as loose text on black
- Keeps the approved service subpage CTA sizing and button system intact
*/
html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta {
  width: min(1275px, calc(100% - 82px)) !important;
  margin: 52px auto 36px !important;
  padding: clamp(48px, 4.2vw, 66px) clamp(30px, 4.2vw, 58px) !important;
  border: 1px solid rgba(255, 255, 255, .24) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 78% 50%, rgba(240, 93, 45, .15), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .075)) !important;
  box-shadow:
    0 28px 82px rgba(0, 0, 0, .46),
    0 0 54px rgba(240, 93, 45, .10),
    inset 0 1px 0 rgba(255, 255, 255, .22),
    inset 0 0 0 1px rgba(255, 255, 255, .04) !important;
}

html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta h2 {
  color: rgba(255, 255, 255, .86) !important;
}

/*
SERVICE SUBPAGE CTA SCREENSHOT ALIGNMENT

- Matches the attached Ecosystem CTA footprint: centered, compact glass box, two-line title, centered right CTA button
- This final lock intentionally sits after the previous CTA visibility rules
*/
html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta {
  width: min(1228px, calc(100% - 104px)) !important;
  max-width: 1228px !important;
  min-height: 205px !important;
  margin: 46px auto 30px !important;
  padding: 50px 38px !important;
  grid-template-columns: minmax(0, 1fr) 226px !important;
  align-items: center !important;
  gap: clamp(36px, 6vw, 104px) !important;
  border-radius: 18px !important;
  border-color: rgba(255, 255, 255, .22) !important;
  background:
    radial-gradient(circle at 77% 55%, rgba(240, 93, 45, .12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .145), rgba(255, 255, 255, .075)) !important;
  box-shadow:
    0 26px 76px rgba(0, 0, 0, .44),
    0 0 46px rgba(240, 93, 45, .075),
    inset 0 1px 0 rgba(255, 255, 255, .22) !important;
}

html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta > div {
  max-width: 820px !important;
}

html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta .ac-service-eyebrow {
  margin-bottom: 14px !important;
}

html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta h2 {
  max-width: 820px !important;
  font-size: clamp(34px, 3.15vw, 48px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.055em !important;
  color: rgba(255, 255, 255, .72) !important;
}

html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta > a,
html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta .ac-service-btn {
  justify-self: center !important;
  width: 226px !important;
  min-width: 226px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 22px !important;
}

@media (max-width: 900px) {
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta {
    width: min(100% - 48px, 1228px) !important;
    min-height: 0 !important;
    padding: 36px 28px !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta > a,
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta .ac-service-btn {
    justify-self: start !important;
  }
}

@media (max-width: 640px) {
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta {
    width: calc(100% - 28px) !important;
    padding: 28px 20px !important;
  }

  html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta h2 {
    font-size: clamp(28px, 8vw, 36px) !important;
  }

  html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta > a,
  html body.ac-page.ac-service-template.ac-site-master section.ac-service-cta.ac-service-final-cta .ac-service-btn {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/*
SERVICES MAIN PAGE SECTION GAP FIX

- Removes the oversized blank space between the What We Do card and Our Core Services card
- Keeps the two boxed sections visually connected while preserving their card design
*/
html body.ac-page.ac-services-master.ac-site-master .ac-services-intro-boxed {
  margin-bottom: 24px !important;
  padding-bottom: 0 !important;
}

html body.ac-page.ac-services-master.ac-site-master .ac-services-intro-boxed + .ecosystem {
  margin-top: 0 !important;
  padding-top: 24px !important;
}

html body.ac-page.ac-services-master.ac-site-master .ac-services-intro-card {
  margin-bottom: 0 !important;
}

@media (max-width: 900px) {
  html body.ac-page.ac-services-master.ac-site-master .ac-services-intro-boxed {
    margin-bottom: 18px !important;
  }

  html body.ac-page.ac-services-master.ac-site-master .ac-services-intro-boxed + .ecosystem {
    padding-top: 18px !important;
  }
}

/*
SERVICE INTRO TEXT BOX FINAL LOCK

- Adds the missing box around the first text block under service subpage heroes
- Loaded from ac-site-master so it wins after all service stylesheet rules
*/
html body.ac-page.ac-service-template.ac-site-master section.ac-service-intro {
  box-sizing: border-box !important;
  width: min(1180px, calc(100% - 82px)) !important;
  max-width: 1180px !important;
  margin: clamp(36px, 4vw, 56px) 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, .12) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(240, 93, 45, .12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(0, 0, 0, .24)) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .38),
    0 0 42px rgba(240, 93, 45, .07),
    inset 0 1px 0 rgba(255, 255, 255, .12) !important;
}

html body.ac-page.ac-service-template.ac-site-master section.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-site-master section.ac-service-intro > p {
  max-width: 860px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .78) !important;
  font-family: Manrope, Inter, system-ui, sans-serif !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-site-master section.ac-service-intro {
    width: calc(100% - 28px) !important;
    margin: 30px auto 22px !important;
    padding: 28px 20px !important;
  }
}

/*
GLOBAL SERVICES HERO BUTTON LOCK - MATCH ECOSYSTEM HERO

- Applies the Ecosystem two-button hero system to the Services main hero and all Services subpage heroes
- Standardizes dimensions, orange primary state, transparent secondary state, hover lift, and 14px button gap
- Prevents legacy service-specific rules from turning secondary buttons white or changing sizing
*/
html body.ac-page.ac-services-master .hero--services-accordion .hero__actions,
html body.ac-page.ac-service-template .ac-service-hero .ac-service-button-row,
html body.ac-page.ac-service-detail-system .hero--service-detail .hero__actions,
html body.ac-page.ac-services-master.ac-infrastructure-page .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: 30px !important;
}

html body.ac-page.ac-services-master .hero--services-accordion .hero__button,
html body.ac-page.ac-service-template .ac-service-hero .ac-service-btn,
html body.ac-page.ac-service-detail-system .hero--service-detail .hero__button,
html body.ac-page.ac-services-master.ac-infrastructure-page .hero--service-detail .hero__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 24px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  background: rgba(255, 255, 255, .1) !important;
  color: #FFFFFF !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;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: transform 300ms ease, background-color 300ms ease, border-color 300ms ease, color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-page.ac-services-master .hero--services-accordion .hero__button--primary,
html body.ac-page.ac-service-template .ac-service-hero .ac-service-btn-primary,
html body.ac-page.ac-service-detail-system .hero--service-detail .hero__button--primary,
html body.ac-page.ac-services-master.ac-infrastructure-page .hero--service-detail .hero__button--primary {
  border-color: #F05D2D !important;
  background: #F05D2D !important;
  color: #FFFFFF !important;
  box-shadow: 0 18px 42px rgba(240, 93, 45, .22) !important;
}

html body.ac-page.ac-services-master .hero--services-accordion .hero__button--secondary,
html body.ac-page.ac-service-template .ac-service-hero .ac-service-btn-secondary,
html body.ac-page.ac-service-detail-system .hero--service-detail .hero__button--secondary,
html body.ac-page.ac-services-master.ac-infrastructure-page .hero--service-detail .hero__button--secondary {
  border-color: rgba(255, 255, 255, .2) !important;
  background: transparent !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

html body.ac-page.ac-services-master .hero--services-accordion .hero__button:hover,
html body.ac-page.ac-service-template .ac-service-hero .ac-service-btn:hover,
html body.ac-page.ac-service-detail-system .hero--service-detail .hero__button:hover,
html body.ac-page.ac-services-master.ac-infrastructure-page .hero--service-detail .hero__button:hover {
  transform: translateY(-2px) !important;
}

html body.ac-page.ac-services-master .hero--services-accordion .hero__button--primary:hover,
html body.ac-page.ac-service-template .ac-service-hero .ac-service-btn-primary:hover,
html body.ac-page.ac-service-detail-system .hero--service-detail .hero__button--primary:hover,
html body.ac-page.ac-services-master.ac-infrastructure-page .hero--service-detail .hero__button--primary:hover {
  border-color: #D96A1C !important;
  background: #D96A1C !important;
  color: #FFFFFF !important;
  box-shadow: 0 22px 52px rgba(240, 93, 45, .28) !important;
}

html body.ac-page.ac-services-master .hero--services-accordion .hero__button--secondary:hover,
html body.ac-page.ac-service-template .ac-service-hero .ac-service-btn-secondary:hover,
html body.ac-page.ac-service-detail-system .hero--service-detail .hero__button--secondary:hover,
html body.ac-page.ac-services-master.ac-infrastructure-page .hero--service-detail .hero__button--secondary:hover {
  border-color: rgba(255, 255, 255, .32) !important;
  background: rgba(255, 255, 255, .1) !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

@media (max-width: 640px) {
  html body.ac-page.ac-services-master .hero--services-accordion .hero__actions,
  html body.ac-page.ac-service-template .ac-service-hero .ac-service-button-row,
  html body.ac-page.ac-service-detail-system .hero--service-detail .hero__actions,
  html body.ac-page.ac-services-master.ac-infrastructure-page .hero--service-detail .hero__actions {
    width: 100% !important;
    align-items: stretch !important;
  }

  html body.ac-page.ac-services-master .hero--services-accordion .hero__button,
  html body.ac-page.ac-service-template .ac-service-hero .ac-service-btn,
  html body.ac-page.ac-service-detail-system .hero--service-detail .hero__button,
  html body.ac-page.ac-services-master.ac-infrastructure-page .hero--service-detail .hero__button {
    width: 100% !important;
  }
}

/*
GLOBAL HERO CTA LOCK - MATCH ECOSYSTEM HERO BUTTON SYSTEM

- Standardizes HERO buttons across Ecosystem, Services, Solutions, Projects, About, Customers, Partners, and Contact
- Covers legacy hero button classes while staying scoped to HERO sections only
- Keeps footer CTAs, cards, and non-hero buttons untouched
*/
html body.ac-page.ac-site-master main :is(.hero, .ac-service-hero, .ac-master-hero, .ap-page-hero, .ap-full-bleed-hero) :is(.hero__actions, .ac-service-button-row, .ap-hero-actions, .hero-actions, .robo-v51-hero-actions, .ac-agent-actions) {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  margin-top: 30px !important;
}

html body.ac-page.ac-site-master main :is(.hero, .ac-service-hero, .ac-master-hero, .ap-page-hero, .ap-full-bleed-hero) :is(.hero__button, .ac-service-btn, .ap-btn, .btn, .ac-agent-btn, .hero-actions a, .ap-hero-actions a, .robo-v51-hero-actions a, .ac-agent-actions a) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 24px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  background: rgba(255, 255, 255, .1) !important;
  color: #FFFFFF !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;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: transform 300ms ease, background-color 300ms ease, border-color 300ms ease, color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-page.ac-site-master main :is(.hero, .ac-service-hero, .ac-master-hero, .ap-page-hero, .ap-full-bleed-hero) :is(.hero__button--primary, .ac-service-btn-primary, .ap-btn-primary, .btn-primary, .ac-agent-btn-primary),
html body.ac-page.ac-site-master main :is(.hero, .ac-service-hero, .ac-master-hero, .ap-page-hero, .ap-full-bleed-hero) :is(.hero__actions, .ac-service-button-row, .ap-hero-actions, .hero-actions, .robo-v51-hero-actions, .ac-agent-actions) > :is(a, button):first-child {
  border-color: #F05D2D !important;
  background: #F05D2D !important;
  color: #FFFFFF !important;
  box-shadow: 0 18px 42px rgba(240, 93, 45, .22) !important;
}

html body.ac-page.ac-site-master main :is(.hero, .ac-service-hero, .ac-master-hero, .ap-page-hero, .ap-full-bleed-hero) :is(.hero__button--secondary, .ac-service-btn-secondary, .ap-btn-ghost, .ap-btn-secondary, .btn-secondary, .ac-agent-btn-secondary),
html body.ac-page.ac-site-master main :is(.hero, .ac-service-hero, .ac-master-hero, .ap-page-hero, .ap-full-bleed-hero) :is(.hero__actions, .ac-service-button-row, .ap-hero-actions, .hero-actions, .robo-v51-hero-actions, .ac-agent-actions) > :is(a, button):not(:first-child) {
  border-color: rgba(255, 255, 255, .2) !important;
  background: transparent !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

html body.ac-page.ac-site-master main :is(.hero, .ac-service-hero, .ac-master-hero, .ap-page-hero, .ap-full-bleed-hero) :is(.hero__button, .ac-service-btn, .ap-btn, .btn, .ac-agent-btn, .hero-actions a, .ap-hero-actions a, .robo-v51-hero-actions a, .ac-agent-actions a):hover {
  transform: translateY(-2px) !important;
}

html body.ac-page.ac-site-master main :is(.hero, .ac-service-hero, .ac-master-hero, .ap-page-hero, .ap-full-bleed-hero) :is(.hero__button--primary, .ac-service-btn-primary, .ap-btn-primary, .btn-primary, .ac-agent-btn-primary):hover,
html body.ac-page.ac-site-master main :is(.hero, .ac-service-hero, .ac-master-hero, .ap-page-hero, .ap-full-bleed-hero) :is(.hero__actions, .ac-service-button-row, .ap-hero-actions, .hero-actions, .robo-v51-hero-actions, .ac-agent-actions) > :is(a, button):first-child:hover {
  border-color: #D96A1C !important;
  background: #D96A1C !important;
  color: #FFFFFF !important;
  box-shadow: 0 22px 52px rgba(240, 93, 45, .28) !important;
}

html body.ac-page.ac-site-master main :is(.hero, .ac-service-hero, .ac-master-hero, .ap-page-hero, .ap-full-bleed-hero) :is(.hero__button--secondary, .ac-service-btn-secondary, .ap-btn-ghost, .ap-btn-secondary, .btn-secondary, .ac-agent-btn-secondary):hover,
html body.ac-page.ac-site-master main :is(.hero, .ac-service-hero, .ac-master-hero, .ap-page-hero, .ap-full-bleed-hero) :is(.hero__actions, .ac-service-button-row, .ap-hero-actions, .hero-actions, .robo-v51-hero-actions, .ac-agent-actions) > :is(a, button):not(:first-child):hover {
  border-color: rgba(255, 255, 255, .32) !important;
  background: rgba(255, 255, 255, .1) !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

@media (max-width: 640px) {
  html body.ac-page.ac-site-master main :is(.hero, .ac-service-hero, .ac-master-hero, .ap-page-hero, .ap-full-bleed-hero) :is(.hero__actions, .ac-service-button-row, .ap-hero-actions, .hero-actions, .robo-v51-hero-actions, .ac-agent-actions) {
    width: 100% !important;
    align-items: stretch !important;
  }

  html body.ac-page.ac-site-master main :is(.hero, .ac-service-hero, .ac-master-hero, .ap-page-hero, .ap-full-bleed-hero) :is(.hero__button, .ac-service-btn, .ap-btn, .btn, .ac-agent-btn, .hero-actions a, .ap-hero-actions a, .robo-v51-hero-actions a, .ac-agent-actions a) {
    width: 100% !important;
  }
}

/*
GLOBAL CTA SYSTEM — MATCH ECOSYSTEM FINAL CTA

- Standardizes final CTA boxes across all page families
- Applies the approved Ecosystem glass surface, tint, glow, border, radius, and spacing
- Normalizes CTA label, heading, and orange button treatment
- Keeps CTA text left-aligned in English and right-aligned in Arabic
- Overrides legacy CTA sizing, spacing, colors, and page-specific variants
*/
html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) {
  position: relative !important;
  isolation: isolate !important;
  box-sizing: border-box !important;
  width: min(1275px, calc(100% - 82px)) !important;
  max-width: 1275px !important;
  min-height: 0 !important;
  margin: clamp(54px, 6vw, 72px) auto !important;
  padding: clamp(54px, 4.8vw, 72px) clamp(34px, 4.4vw, 58px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  justify-content: stretch !important;
  gap: clamp(28px, 4vw, 56px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  border-radius: 18px !important;
  background-color: rgba(255, 255, 255, .10) !important;
  background-image:
    radial-gradient(rgba(255, 255, 255, .065) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .075)) !important;
  background-size: 6px 6px, auto !important;
  background-position: 0 0, 0 0 !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;
  text-align: left !important;
}

html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel)::before {
  content: "" !important;
  position: absolute !important;
  inset: -20% auto -30% 42% !important;
  width: 52% !important;
  background: radial-gradient(circle at 50% 50%, rgba(240, 93, 45, .18), rgba(240, 93, 45, .05) 36%, transparent 68%) !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel)::after {
  content: none !important;
}

html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) > * {
  position: relative !important;
  z-index: 1 !important;
}

html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) > :is(div, .closing-cta-text) {
  width: 100% !important;
  max-width: 860px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: inherit !important;
}

html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) :is(.section-kicker, .ap-kicker, .ac-service-eyebrow, p:first-child) {
  display: block !important;
  margin: 0 0 22px !important;
  padding: 0 !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-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) h2 {
  max-width: 860px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, .72) !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(40px, 4.25vw, 58px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
  text-wrap: balance !important;
}

html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) h2 :is(span, br) {
  display: initial !important;
}

html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) p:not(:first-child):not(.section-kicker):not(.ap-kicker):not(.ac-service-eyebrow) {
  display: none !important;
}

html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) > :is(a, button),
html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) :is(.cta-button, .ap-btn, .ac-service-btn, .ac-btn, .btn) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: end !important;
  width: auto !important;
  min-width: 238px !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 30px !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;
  white-space: nowrap !important;
  box-shadow: 0 18px 42px rgba(240, 93, 45, .22) !important;
  transition: transform 300ms ease, background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease, color 300ms ease !important;
}

html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) > :is(a, button)::after,
html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) :is(.cta-button, .ap-btn, .ac-service-btn, .ac-btn, .btn)::after {
  content: "›" !important;
  display: inline-block !important;
  margin-left: 18px !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) > :is(a, button):hover,
html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) :is(.cta-button, .ap-btn, .ac-service-btn, .ac-btn, .btn):hover {
  transform: translateY(-2px) !important;
  border-color: #D96A1C !important;
  background: #D96A1C !important;
  color: #FFFFFF !important;
  box-shadow: 0 22px 52px rgba(240, 93, 45, .28) !important;
}

html[dir="rtl"] body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) {
  direction: rtl !important;
  text-align: right !important;
}

html[dir="rtl"] body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) > :is(a, button),
html[dir="rtl"] body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) :is(.cta-button, .ap-btn, .ac-service-btn, .ac-btn, .btn) {
  justify-self: start !important;
}

html[dir="rtl"] body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) > :is(a, button)::after,
html[dir="rtl"] body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) :is(.cta-button, .ap-btn, .ac-service-btn, .ac-btn, .btn)::after {
  content: "‹" !important;
  margin-left: 0 !important;
  margin-right: 18px !important;
}

@media (max-width: 900px) {
  html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) {
    width: calc(100% - 28px) !important;
    margin: 54px auto !important;
    padding: 42px 28px !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) h2 {
    font-size: clamp(32px, 8.8vw, 42px) !important;
  }

  html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) > :is(a, button),
  html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) :is(.cta-button, .ap-btn, .ac-service-btn, .ac-btn, .btn) {
    justify-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}

/*
GLOBAL WEBSITE QC - TYPOGRAPHY, SPACING, CONTENT, RTL, AND DESIGN ALIGNMENT

- Applies Ecosystem typography across page families
- Normalizes HERO text, buttons, cards, CTAs, footer, and intro sections
- Removes legacy footer accent lines and oversized spacing
- Keeps English left-aligned and Arabic right-aligned
- Locks recurring cards and boxes to the Ecosystem/Solutions surface system
*/
:root {
  --ac-qc-container: min(100% - 48px, 1440px);
  --ac-qc-container-mobile: calc(100% - 28px);
  --ac-qc-orange: #F05D2D;
  --ac-qc-orange-hover: #D96A1C;
  --ac-qc-white: #FFFFFF;
  --ac-qc-muted: rgba(255, 255, 255, .85);
  --ac-qc-subtle: rgba(255, 255, 255, .72);
  --ac-qc-card-bg: rgba(0, 0, 0, .28);
  --ac-qc-card-bg-hover: rgba(0, 0, 0, .42);
  --ac-qc-card-border: rgba(255, 255, 255, .08);
}

html body.ac-page.ac-site-master {
  color: var(--ac-qc-white) !important;
  font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

html body.ac-page.ac-site-master main {
  overflow: clip !important;
}

html body.ac-page.ac-site-master main :is(.hero__content, .hero__content--left, .hero__content--center, .hero__content--right, .services-accordion-hero__copy, .ac-service-hero-content, .ap-hero-copy, .hero-content) {
  position: relative !important;
  z-index: 3 !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: var(--ac-qc-white) !important;
  mix-blend-mode: normal !important;
}

html body.ac-page.ac-site-master main :is(.hero__label, .hero-kicker, .ac-service-eyebrow, .ap-kicker, .section-kicker, .ac-agent-eyebrow) {
  color: var(--ac-qc-orange) !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-site-master main :is(.hero__title, .services-accordion-hero__copy h1, .ac-service-hero-content h1, .ap-hero-copy h1, .hero-content h1, .ac-agent-title) {
  max-width: 768px !important;
  margin-top: 0 !important;
  color: var(--ac-qc-white) !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(41px, 5.2vw, 54px) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
  text-transform: none !important;
  text-wrap: balance !important;
}

html body.ac-page.ac-site-master main :is(.hero__subline, .services-accordion-hero__copy p, .ac-service-hero-content p, .ap-hero-copy p, .hero-content p, .ac-agent-sub) {
  max-width: 576px !important;
  color: var(--ac-qc-subtle) !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;
}

html body.ac-page.ac-site-master main :is(.hero__actions, .ac-service-button-row, .ap-hero-actions, .hero-actions, .robo-v51-hero-actions, .ac-agent-actions) {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  margin-top: 30px !important;
}

html body.ac-page.ac-site-master main :is(.hero__button, .ac-service-btn, .ap-btn, .btn, .ac-agent-btn, .hero-actions a, .ap-hero-actions a, .robo-v51-hero-actions a, .ac-agent-actions a) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 24px !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  border-radius: 8px !important;
  color: var(--ac-qc-white) !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;
  transition: transform 300ms ease, background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-page.ac-site-master main :is(.hero__button--primary, .ac-service-btn-primary, .ap-btn-primary, .btn-primary, .ac-agent-btn-primary),
html body.ac-page.ac-site-master main :is(.hero__actions, .ac-service-button-row, .ap-hero-actions, .hero-actions, .robo-v51-hero-actions, .ac-agent-actions) > :is(a, button):first-child {
  background: var(--ac-qc-orange) !important;
  border-color: var(--ac-qc-orange) !important;
  box-shadow: 0 18px 42px rgba(240, 93, 45, .22) !important;
}

html body.ac-page.ac-site-master main :is(.hero__button--secondary, .ac-service-btn-secondary, .ap-btn-ghost, .ap-btn-secondary, .btn-secondary, .ac-agent-btn-secondary),
html body.ac-page.ac-site-master main :is(.hero__actions, .ac-service-button-row, .ap-hero-actions, .hero-actions, .robo-v51-hero-actions, .ac-agent-actions) > :is(a, button):not(:first-child) {
  background: transparent !important;
  border-color: rgba(255, 255, 255, .2) !important;
  box-shadow: none !important;
}

html body.ac-page.ac-site-master main :is(.hero__button, .ac-service-btn, .ap-btn, .btn, .ac-agent-btn, .hero-actions a, .ap-hero-actions a, .robo-v51-hero-actions a, .ac-agent-actions a):hover {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 255, 255, .32) !important;
}

html body.ac-page.ac-site-master main :is(.hero__actions, .ac-service-button-row, .ap-hero-actions, .hero-actions, .robo-v51-hero-actions, .ac-agent-actions) > :is(a, button):first-child:hover {
  background: var(--ac-qc-orange-hover) !important;
  border-color: var(--ac-qc-orange-hover) !important;
}

html body.ac-page.ac-site-master main :is(.ap-grid-section, .ap-logo-section, .ap-split-feature, .service-detail-section, .ac-service-section, .compact-section, .services-section, .solutions-section, .proof, .posture, .solutions-preview, .partners-section, .customers-section) {
  box-sizing: border-box !important;
  width: var(--ac-qc-container) !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: clamp(72px, 7vw, 108px) !important;
  padding-bottom: clamp(72px, 7vw, 108px) !important;
}

html body.ac-page.ac-site-master main :is(.ap-grid-section, .ap-logo-section, .service-detail-section, .ac-service-section, .compact-section) + :is(.ap-grid-section, .ap-logo-section, .service-detail-section, .ac-service-section, .compact-section) {
  margin-top: 0 !important;
}

html body.ac-page.ac-site-master main :is(.ap-grid-head, .section-head, .service-section-head, .ac-service-section > h2:first-child, .ap-logo-section > h2:first-child) {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

html body.ac-page.ac-site-master main :is(.ap-grid-head h2, .section-head h2, .service-section-head h2, .ac-service-section > h2:first-child, .compact-section h2, .ap-logo-section h2) {
  max-width: 980px !important;
  color: var(--ac-qc-white) !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(32px, 3.25vw, 46px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  text-align: inherit !important;
  text-wrap: balance !important;
}

html body.ac-page.ac-site-master main :is(.ap-grid-head p:not(.ap-kicker), .section-head p:not(.section-kicker), .service-section-head p, .ac-service-section > p) {
  max-width: 760px !important;
  color: var(--ac-qc-muted) !important;
  font-size: clamp(16px, 1.2vw, 18px) !important;
  line-height: 1.62 !important;
  text-align: inherit !important;
}

html body.ac-page.ac-site-master main :is(.ap-card, .ap-person, .ap-logo-card, .pillar, .proof-item, .solution-card, .solution-card-link, .service-card, .services-accordion__item.service-card, .service-step-grid article, .feature-card, .industry-card, .career-card, .support-card, .contact-card, .compliance-card, .policy-card, .blog-card, .project-card, .ac-card, .ac-box) {
  box-sizing: border-box !important;
  background: var(--ac-qc-card-bg) !important;
  border: 1px solid var(--ac-qc-card-border) !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28) !important;
  color: var(--ac-qc-white) !important;
  transition: transform 300ms ease, background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-page.ac-site-master main :is(.ap-card, .ap-person, .ap-logo-card, .pillar, .proof-item, .solution-card, .solution-card-link, .service-card, .services-accordion__item.service-card, .service-step-grid article, .feature-card, .industry-card, .career-card, .support-card, .contact-card, .compliance-card, .policy-card, .blog-card, .project-card, .ac-card, .ac-box):is(:hover, :focus-within) {
  transform: translateY(-2px) !important;
  background: var(--ac-qc-card-bg-hover) !important;
  border-color: rgba(240, 93, 45, .36) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .34), 0 0 34px rgba(240, 93, 45, .08) !important;
}

html body.ac-page.ac-site-master main :is(.ap-card, .ap-person, .pillar, .proof-item, .solution-card, .solution-card-link, .service-card, .services-accordion__item.service-card, .feature-card, .industry-card, .career-card, .support-card, .contact-card, .compliance-card, .policy-card, .blog-card, .project-card, .ac-card, .ac-box) :is(h2, h3) {
  color: #F5F5F5 !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(20px, 1.55vw, 22px) !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  letter-spacing: -.01em !important;
}

html body.ac-page.ac-site-master main :is(.ap-card, .ap-person, .pillar, .proof-item, .solution-card, .solution-card-link, .service-card, .services-accordion__item.service-card, .feature-card, .industry-card, .career-card, .support-card, .contact-card, .compliance-card, .policy-card, .blog-card, .project-card, .ac-card, .ac-box) p {
  max-width: 90% !important;
  color: var(--ac-qc-muted) !important;
  font-size: clamp(15px, 1.05vw, 16px) !important;
  line-height: 1.62 !important;
}

html body.ac-page.ac-site-master main :is(.ap-card, .pillar, .proof-item, .solution-card, .solution-card-link, .service-card, .services-accordion__item.service-card, .feature-card, .industry-card, .career-card, .support-card, .contact-card, .compliance-card, .policy-card, .blog-card, .project-card, .ac-card, .ac-box) a:not(.cta-button):hover {
  color: var(--ac-qc-orange) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

html body.ac-page.ac-site-master main :is(.ac-service-intro, .services-what-we-do, .ac-services-what-we-do, .what-we-do, .ac-service-core-intro) {
  position: relative !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: clamp(42px, 4.4vw, 64px) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 14px !important;
  background: rgba(0, 0, 0, .34) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .34), 0 0 46px rgba(240, 93, 45, .12) !important;
  text-align: left !important;
}

html body.ac-page.ac-site-master main :is(.ac-service-intro, .services-what-we-do, .ac-services-what-we-do, .what-we-do, .ac-service-core-intro)::before {
  content: "" !important;
  position: absolute !important;
  inset: -18% auto -28% -8% !important;
  width: 44% !important;
  background: radial-gradient(circle, rgba(240, 93, 45, .18), transparent 68%) !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

html body.ac-page.ac-site-master main :is(.ac-service-intro, .services-what-we-do, .ac-services-what-we-do, .what-we-do, .ac-service-core-intro) :is(h2, h3) {
  max-width: 980px !important;
  color: var(--ac-qc-white) !important;
  font-size: clamp(28px, 3.2vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
}

html body.ac-page.ac-site-master main :is(.ac-service-intro, .services-what-we-do, .ac-services-what-we-do, .what-we-do, .ac-service-core-intro) p {
  max-width: 920px !important;
  color: var(--ac-qc-muted) !important;
  font-size: clamp(16px, 1.2vw, 18px) !important;
  line-height: 1.62 !important;
}

html body.ac-page.ac-site-master .ac-footer,
html body.ac-page.ac-site-master footer.ac-footer {
  border-top: 1px solid rgba(255, 255, 255, .10) !important;
  margin-top: 0 !important;
}

html body.ac-page.ac-site-master .ac-footer::before,
html body.ac-page.ac-site-master footer.ac-footer::before {
  content: none !important;
  display: none !important;
}

html body.ac-page.ac-site-master .ac-footer-logo img {
  width: clamp(190px, 15vw, 255px) !important;
  height: auto !important;
  max-width: 100% !important;
}

html[dir="rtl"] body.ac-page.ac-site-master main :is(.hero__content, .hero__content--left, .services-accordion-hero__copy, .ac-service-hero-content, .ap-hero-copy, .hero-content, .ap-grid-head, .section-head, .service-section-head, .ac-service-section, .ac-service-intro, .services-what-we-do, .ac-services-what-we-do, .what-we-do, .ac-service-core-intro) {
  text-align: right !important;
}

html[dir="rtl"] body.ac-page.ac-site-master main :is(.hero__actions, .ac-service-button-row, .ap-hero-actions, .hero-actions, .robo-v51-hero-actions, .ac-agent-actions) {
  justify-content: flex-end !important;
}

html[dir="rtl"] body.ac-page.ac-site-master main :is(.ap-grid-head, .section-head, .service-section-head) {
  margin-left: auto !important;
  margin-right: 0 !important;
}

@media (max-width: 900px) {
  :root {
    --ac-qc-container: var(--ac-qc-container-mobile);
  }

  html body.ac-page.ac-site-master main :is(.hero__title, .services-accordion-hero__copy h1, .ac-service-hero-content h1, .ap-hero-copy h1, .hero-content h1, .ac-agent-title) {
    font-size: clamp(34px, 9.35vw, 41px) !important;
  }

  html body.ac-page.ac-site-master main :is(.hero__actions, .ac-service-button-row, .ap-hero-actions, .hero-actions, .robo-v51-hero-actions, .ac-agent-actions) {
    align-items: stretch !important;
  }

  html body.ac-page.ac-site-master main :is(.hero__button, .ac-service-btn, .ap-btn, .btn, .ac-agent-btn, .hero-actions a, .ap-hero-actions a, .robo-v51-hero-actions a, .ac-agent-actions a) {
    width: 100% !important;
  }

  html body.ac-page.ac-site-master main :is(.ac-service-intro, .services-what-we-do, .ac-services-what-we-do, .what-we-do, .ac-service-core-intro) {
    padding: 32px 24px !important;
  }
}

/*
FINAL QC HARDENING - SERVICE DETAILS, CTA BOXES, FOOTER LINE

- Removes decorative orange dots that collided with service-card text
- Applies the same dark translucent box treatment to chip/outcome/service intro blocks
- Keeps service CTAs boxed and matched to the Ecosystem final CTA
- Removes the orange footer divider on every English and Arabic page
*/
html body.ac-page.ac-site-master main :is(.ac-service-chip-grid, .ac-service-outcomes, .service-chip-grid, .service-step-grid, .service-outcome-grid, .service-system-grid) {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
}

html body.ac-page.ac-site-master main :is(.ac-service-chip-grid span, .ac-service-outcomes span, .service-chip-grid span, .service-step-grid article, .service-outcome-grid article, .service-system-grid article) {
  position: relative !important;
  min-height: 82px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !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;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28) !important;
  color: #F5F5F5 !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(16px, 1.12vw, 18px) !important;
  font-weight: 700 !important;
  line-height: 1.32 !important;
  letter-spacing: -.01em !important;
  text-align: left !important;
  transition: transform 300ms ease, background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-page.ac-site-master main :is(.ac-service-chip-grid span, .ac-service-outcomes span, .service-chip-grid span, .service-step-grid article, .service-outcome-grid article, .service-system-grid article)::before,
html body.ac-page.ac-site-master main :is(.ac-service-chip-grid span, .ac-service-outcomes span, .service-chip-grid span, .service-step-grid article, .service-outcome-grid article, .service-system-grid article)::after {
  content: none !important;
  display: none !important;
}

html body.ac-page.ac-site-master main :is(.ac-service-chip-grid span, .ac-service-outcomes span, .service-chip-grid span, .service-step-grid article, .service-outcome-grid article, .service-system-grid article):hover {
  transform: translateY(-2px) !important;
  background: rgba(0, 0, 0, .42) !important;
  border-color: rgba(240, 93, 45, .36) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .34), 0 0 34px rgba(240, 93, 45, .08) !important;
}

html body.ac-page.ac-site-master main :is(.service-step-grid article strong, .service-outcome-grid article strong) {
  display: none !important;
}

html body.ac-page.ac-site-master main :is(.service-step-grid article h3, .service-outcome-grid article h3) {
  margin: 0 !important;
  color: #F5F5F5 !important;
  font-size: clamp(18px, 1.28vw, 20px) !important;
  line-height: 1.25 !important;
}

html body.ac-page.ac-site-master main :is(.service-step-grid article p, .service-outcome-grid article p) {
  margin-top: 10px !important;
}

html body.ac-page.ac-site-master main :is(.ac-service-section, .ecosystem.service-system-section, .service-system-section) {
  width: min(100% - 48px, 1440px) !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: clamp(54px, 5.6vw, 86px) !important;
  padding-bottom: clamp(54px, 5.6vw, 86px) !important;
}

html body.ac-page.ac-site-master main :is(.ac-service-intro) {
  width: min(1180px, calc(100% - 82px)) !important;
  margin: clamp(36px, 4vw, 56px) auto clamp(30px, 3.2vw, 44px) !important;
  padding: clamp(34px, 3.4vw, 48px) clamp(30px, 4vw, 58px) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(240, 93, 45, .14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(0, 0, 0, .28)) !important;
  box-shadow: 0 24px 66px rgba(0, 0, 0, .42), 0 0 42px rgba(240, 93, 45, .09), inset 0 1px 0 rgba(255, 255, 255, .14) !important;
}

html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) {
  width: min(1275px, calc(100% - 82px)) !important;
  max-width: 1275px !important;
  margin: clamp(48px, 5vw, 66px) auto !important;
  padding: clamp(50px, 4.4vw, 66px) clamp(34px, 4.4vw, 58px) !important;
}

html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) h2 {
  font-size: clamp(34px, 3.65vw, 50px) !important;
  line-height: 1.12 !important;
  color: rgba(255, 255, 255, .72) !important;
}

html body .ac-footer,
html body footer.ac-footer,
html body.ac-page .ac-footer,
html body.ac-site-master .ac-footer,
html body.ac-services-master .ac-footer {
  border-top: 1px solid rgba(255, 255, 255, .10) !important;
  outline: 0 !important;
}

html body .ac-footer::before,
html body footer.ac-footer::before,
html body.ac-page .ac-footer::before,
html body.ac-site-master .ac-footer::before,
html body.ac-services-master .ac-footer::before,
html body .ac-footer::after,
html body footer.ac-footer::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
}

html[dir="rtl"] body.ac-page.ac-site-master main :is(.ac-service-chip-grid span, .ac-service-outcomes span, .service-chip-grid span, .service-step-grid article, .service-outcome-grid article, .service-system-grid article) {
  justify-content: flex-end !important;
  text-align: right !important;
}

@media (max-width: 900px) {
  html body.ac-page.ac-site-master main :is(.ac-service-section, .ecosystem.service-system-section, .service-system-section, .ac-service-intro) {
    width: calc(100% - 28px) !important;
  }

  html body.ac-page.ac-site-master main :is(section.closing-cta, section.ap-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) {
    width: calc(100% - 28px) !important;
    padding: 42px 28px !important;
  }
}

/*
FINAL GLOBAL QC LOCK - ECOSYSTEM CTA, SERVICE INTRO BOXES, FOOTER DIVIDER

- Forces every CTA box to the current Ecosystem CTA dimensions and glass surface
- Forces service intro/WHAT WE DO text blocks into the same premium card shell
- Removes legacy orange footer/section divider lines that were still visible on service pages
- Keeps EN left aligned and AR right aligned
*/
html body.ac-page.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel),
html body.ac-services-master.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta),
html body.ac-service-template.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta),
html body.ap-service-page.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta) {
  position: relative !important;
  width: min(1275px, calc(100% - 82px)) !important;
  max-width: 1275px !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(28px, 4vw, 74px) !important;
  margin: clamp(44px, 5vw, 66px) auto !important;
  padding: clamp(46px, 4.1vw, 62px) clamp(34px, 4.4vw, 58px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 79% 48%, rgba(240, 93, 45, .15), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .055)) !important;
  box-shadow:
    0 28px 84px rgba(0, 0, 0, .44),
    0 0 58px rgba(240, 93, 45, .08),
    inset 0 1px 0 rgba(255, 255, 255, .16) !important;
  text-align: left !important;
}

html body.ac-page.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel)::before,
html body.ac-page.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel)::after {
  content: none !important;
  display: none !important;
}

html body.ac-page.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) :is(.section-kicker, .ap-kicker, .ac-service-eyebrow, p:first-child) {
  margin: 0 0 18px !important;
  color: #F05D2D !important;
  font: 700 12px/1.2 Manrope, Inter, system-ui, sans-serif !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

html body.ac-page.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) h2 {
  max-width: 760px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .72) !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(38px, 3.95vw, 58px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -.055em !important;
  text-wrap: balance !important;
}

html body.ac-page.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) :is(a, button, .cta-button, .ap-btn, .ac-service-btn) {
  justify-self: end !important;
  min-width: 210px !important;
  height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  padding: 0 28px !important;
  border: 1px solid rgba(240, 93, 45, .42) !important;
  border-radius: 8px !important;
  background: #F05D2D !important;
  color: #FFFFFF !important;
  font: 800 12px/1 Manrope, Inter, system-ui, sans-serif !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(240, 93, 45, .22) !important;
  transition: transform 300ms ease, background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease !important;
}

html body.ac-page.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) :is(a, button, .cta-button, .ap-btn, .ac-service-btn):hover {
  transform: translateY(-2px) !important;
  background: #D96A1C !important;
  border-color: rgba(240, 93, 45, .62) !important;
  box-shadow: 0 22px 52px rgba(240, 93, 45, .28) !important;
}

html body.ac-page.ac-site-master main :is(.ac-service-intro, .services-what-we-do, .ac-services-what-we-do, .what-we-do, .ac-service-core-intro) {
  width: min(1180px, calc(100% - 82px)) !important;
  max-width: 1180px !important;
  min-height: 0 !important;
  margin: clamp(32px, 4vw, 54px) auto !important;
  padding: clamp(36px, 3.7vw, 54px) clamp(34px, 4.5vw, 64px) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 9% 0%, rgba(240, 93, 45, .15), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(0, 0, 0, .30)) !important;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, .40),
    0 0 46px rgba(240, 93, 45, .10),
    inset 0 1px 0 rgba(255, 255, 255, .12) !important;
  text-align: left !important;
}

html body.ac-page.ac-site-master main :is(.ac-service-intro, .services-what-we-do, .ac-services-what-we-do, .what-we-do, .ac-service-core-intro) :is(h2, h3) {
  max-width: 980px !important;
  margin: 0 0 22px !important;
  color: #FFFFFF !important;
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-size: clamp(30px, 3.2vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -.04em !important;
}

html body.ac-page.ac-site-master main :is(.ac-service-intro, .services-what-we-do, .ac-services-what-we-do, .what-we-do, .ac-service-core-intro) p {
  max-width: 960px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .85) !important;
  font-size: clamp(16px, 1.2vw, 18px) !important;
  line-height: 1.62 !important;
}

html body .ac-footer,
html body footer.ac-footer,
html body.ac-page .ac-footer,
html body.ac-page footer.ac-footer,
html body.ac-site-master .ac-footer,
html body.ac-services-master .ac-footer,
html body.ac-service-template .ac-footer {
  border-top: 1px solid rgba(255, 255, 255, .10) !important;
  box-shadow: none !important;
}

html body .ac-footer::before,
html body .ac-footer::after,
html body footer.ac-footer::before,
html body footer.ac-footer::after,
html body main > section:last-of-type::after,
html body main > section:last-of-type::before {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: none !important;
}

html body main > section:last-of-type {
  border-bottom-color: rgba(255, 255, 255, .10) !important;
}

html[dir="rtl"] body.ac-page.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) {
  text-align: right !important;
}

html[dir="rtl"] body.ac-page.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) :is(a, button, .cta-button, .ap-btn, .ac-service-btn) {
  justify-self: start !important;
}

html[dir="rtl"] body.ac-page.ac-site-master main :is(.ac-service-intro, .services-what-we-do, .ac-services-what-we-do, .what-we-do, .ac-service-core-intro) {
  text-align: right !important;
}

@media (max-width: 900px) {
  html body.ac-page.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) {
    width: calc(100% - 28px) !important;
    grid-template-columns: 1fr !important;
    padding: 36px 26px !important;
  }

  html body.ac-page.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) h2 {
    font-size: clamp(30px, 9vw, 40px) !important;
  }

  html body.ac-page.ac-site-master main :is(section.ap-cta, section.closing-cta, section.ac-service-cta, section.ac-service-final-cta, section.cta-banner, section.contact-cta, section.ac-blog-cta, section.ap-robo-cta-panel) :is(a, button, .cta-button, .ap-btn, .ac-service-btn) {
    width: 100% !important;
    justify-self: stretch !important;
  }

  html body.ac-page.ac-site-master main :is(.ac-service-intro, .services-what-we-do, .ac-services-what-we-do, .what-we-do, .ac-service-core-intro) {
    width: calc(100% - 28px) !important;
    padding: 32px 24px !important;
  }
}
