.elementor-8075 .elementor-element.elementor-element-41d9b03c{width:var( --container-widget-width, 111.842% );max-width:111.842%;--container-widget-width:111.842%;--container-widget-flex-grow:0;}.elementor-8075 .elementor-element.elementor-element-3e1003a3{width:var( --container-widget-width, 96.942% );max-width:96.942%;--container-widget-width:96.942%;--container-widget-flex-grow:0;}.elementor-8075 .elementor-element.elementor-element-4c8b1701{width:var( --container-widget-width, 95.775% );max-width:95.775%;--container-widget-width:95.775%;--container-widget-flex-grow:0;}.elementor-8075 .elementor-element.elementor-element-17615d37 .elementor-icon-box-wrapper{gap:15px;}.elementor-8075 .elementor-element.elementor-element-254f0831 .elementor-icon-box-wrapper{gap:15px;}.elementor-8075 .elementor-element.elementor-element-2d536823 .elementor-icon-box-wrapper{gap:15px;}.elementor-8075 .elementor-element.elementor-element-45ccf46d .elementor-field-group{padding-right:calc( 10px/2 );padding-left:calc( 10px/2 );margin-bottom:10px;}.elementor-8075 .elementor-element.elementor-element-45ccf46d .elementor-form-fields-wrapper{margin-left:calc( -10px/2 );margin-right:calc( -10px/2 );margin-bottom:-10px;}.elementor-8075 .elementor-element.elementor-element-45ccf46d .elementor-field-group.recaptcha_v3-bottomleft, .elementor-8075 .elementor-element.elementor-element-45ccf46d .elementor-field-group.recaptcha_v3-bottomright{margin-bottom:0;}body.rtl .elementor-8075 .elementor-element.elementor-element-45ccf46d .elementor-labels-inline .elementor-field-group > label{padding-left:0px;}body:not(.rtl) .elementor-8075 .elementor-element.elementor-element-45ccf46d .elementor-labels-inline .elementor-field-group > label{padding-right:0px;}body .elementor-8075 .elementor-element.elementor-element-45ccf46d .elementor-labels-above .elementor-field-group > label{padding-bottom:0px;}.elementor-8075 .elementor-element.elementor-element-45ccf46d .elementor-field-type-html{padding-bottom:0px;}.elementor-8075 .elementor-element.elementor-element-45ccf46d .elementor-field-group .elementor-field:not(.elementor-select-wrapper){background-color:#ffffff;}.elementor-8075 .elementor-element.elementor-element-45ccf46d .elementor-field-group .elementor-select-wrapper select{background-color:#ffffff;}.elementor-8075 .elementor-element.elementor-element-45ccf46d .e-form__buttons__wrapper__button-next{color:#ffffff;}.elementor-8075 .elementor-element.elementor-element-45ccf46d .elementor-button[type="submit"]{color:#ffffff;}.elementor-8075 .elementor-element.elementor-element-45ccf46d .elementor-button[type="submit"] svg *{fill:#ffffff;}.elementor-8075 .elementor-element.elementor-element-45ccf46d .e-form__buttons__wrapper__button-previous{color:#ffffff;}.elementor-8075 .elementor-element.elementor-element-45ccf46d .e-form__buttons__wrapper__button-next:hover{color:#ffffff;}.elementor-8075 .elementor-element.elementor-element-45ccf46d .elementor-button[type="submit"]:hover{color:#ffffff;}.elementor-8075 .elementor-element.elementor-element-45ccf46d .elementor-button[type="submit"]:hover svg *{fill:#ffffff;}.elementor-8075 .elementor-element.elementor-element-45ccf46d .e-form__buttons__wrapper__button-previous:hover{color:#ffffff;}.elementor-8075 .elementor-element.elementor-element-45ccf46d{--e-form-steps-indicators-spacing:20px;--e-form-steps-indicator-padding:30px;--e-form-steps-indicator-inactive-secondary-color:#ffffff;--e-form-steps-indicator-active-secondary-color:#ffffff;--e-form-steps-indicator-completed-secondary-color:#ffffff;--e-form-steps-divider-width:1px;--e-form-steps-divider-gap:10px;}@media(min-width:768px){.elementor-8075 .elementor-element.elementor-element-5868c9a3{width:39.889%;}.elementor-8075 .elementor-element.elementor-element-2fc73979{width:59.379%;}.elementor-8075 .elementor-element.elementor-element-760a374b{width:54.618%;}.elementor-8075 .elementor-element.elementor-element-1e2059b7{width:60.111%;}}/* Start custom CSS */from pathlib import Path

css = r"""/* =========================================================
   PAID MEDIA OPERATING SYSTEM / SERVICES TEMPLATE
   Page ID: 8075
   Primary wrapper class: pmos-page

   Apply "pmos-page" to every outer Elementor section.
   ========================================================= */


/* ---------------------------------
   0) PAGE + THEME SAFETY
---------------------------------- */

body.page-id-8075,
body.page-id-8075 .site-content,
body.page-id-8075 .entry-content,
body.page-id-8075 .site-main,
body.page-id-8075 .entry-content > .elementor {
  background: #050708 !important;
}

body.page-id-8075 .site-content .ast-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* ---------------------------------
   HEADER — LIGHT
---------------------------------- */

body.page-id-8075 .site-header,
body.page-id-8075 .main-header-bar,
body.page-id-8075 .ast-primary-header-bar {
  width: 100% !important;

  background: #f7f9f9 !important;

  border-bottom: 1px solid rgba(8,20,22,.09) !important;
  box-shadow: none !important;
}

body.page-id-8075 .site-header .ast-container,
body.page-id-8075 .site-header .ast-builder-grid-row-container,
body.page-id-8075 .site-header .site-primary-header-wrap,
body.page-id-8075 .site-header .ast-primary-header-bar .ast-builder-grid-row {
  width: min(1440px, calc(100% - 96px)) !important;
  max-width: 1440px !important;

  margin: 0 auto !important;

  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* Header navigation */
body.page-id-8075 .site-header a,
body.page-id-8075 .main-header-menu a,
body.page-id-8075 .site-title a {
  color: rgba(4,16,18,.82) !important;
  text-shadow: none !important;
}


/* Brand / site title */
body.page-id-8075 .site-header .site-title a,
body.page-id-8075 .site-header .site-branding a {
  color: #087984 !important;
}


/* Navigation hover */
body.page-id-8075 .site-header a:hover,
body.page-id-8075 .main-header-menu a:hover {
  color: var(--pmos-teal) !important;
}


/* Dropdown arrows / nav icons */
body.page-id-8075 .site-header svg {
  fill: currentColor !important;
  color: rgba(4,16,18,.72) !important;
}


/* ---------------------------------
   FOOTER — KEEP DARK
---------------------------------- */

body.page-id-8075 .site-footer,
body.page-id-8075 .site-primary-footer-wrap,
body.page-id-8075 .site-below-footer-wrap,
body.page-id-8075 footer {
  background: #050708 !important;

  color: rgba(255,255,255,.72) !important;

  border-top: 1px solid rgba(255,255,255,.10) !important;
}

body.page-id-8075 .site-footer a,
body.page-id-8075 footer a {
  color: rgba(255,255,255,.78) !important;
}

body.page-id-8075 .site-footer a:hover,
body.page-id-8075 footer a:hover {
  color: #00c3d8 !important;
}


/* ---------------------------------
   1) DESIGN TOKENS + BASE
---------------------------------- */

.pmos-page {
  --pmos-bg: #050708;
  --pmos-bg-2: #071012;
  --pmos-bg-3: #0b1315;

  --pmos-light: #f4f7f7;
  --pmos-light-2: #edf2f2;
  --pmos-light-panel: #ffffff;
  --pmos-light-border: rgba(8,20,22,.12);
  --pmos-light-text: #111718;
  --pmos-light-muted: #536164;

  --pmos-panel: rgba(255,255,255,.055);
  --pmos-panel-strong: rgba(255,255,255,.085);
  --pmos-border: rgba(255,255,255,.12);

  --pmos-text: rgba(255,255,255,.94);
  --pmos-muted: rgba(255,255,255,.68);
  --pmos-soft: rgba(255,255,255,.48);

  --pmos-teal: #00c3d8;
  --pmos-teal-light: #7ef2ff;
  --pmos-teal-soft: rgba(0,195,216,.12);
  --pmos-green: #0f6f32;

  --pmos-shadow: 0 22px 60px rgba(0,0,0,.36);
  --pmos-light-shadow: 0 18px 50px rgba(14,31,34,.10);

  --pmos-radius: 22px;
  --pmos-content: 1120px;

  color: var(--pmos-text) !important;
}

.pmos-page,
.pmos-page * {
  box-sizing: border-box;
}

.pmos-page p,
.pmos-page .elementor-widget-text-editor,
.pmos-page .elementor-widget-text-editor p {
  color: var(--pmos-muted) !important;
  font-size: 1rem;
  line-height: 1.7 !important;
}

.pmos-page a {
  color: var(--pmos-teal) !important;
  text-decoration: none !important;
}

.pmos-page a:hover {
  color: var(--pmos-teal-light) !important;
}


/* ---------------------------------
   2) WIDTH + SECTION RHYTHM
---------------------------------- */

body.page-id-8075 .pmos-page > .elementor-container,
body.page-id-8075 .pmos-page .elementor-section > .elementor-container {
  max-width: var(--pmos-content) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-8075 .pmos-problem-section,
body.page-id-8075 .pmos-components-section,
body.page-id-8075 .pmos-system-map-section,
body.page-id-8075 .pmos-implementation-section,
body.page-id-8075 .pmos-process-section,
body.page-id-8075 .pmos-deliverables-section,
body.page-id-8075 .pmos-fit-section,
body.page-id-8075 .pmos-examples-section,
body.page-id-8075 .pmos-options-section {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

body.page-id-8075 .pmos-contact-section {
  padding-top: 96px !important;
  padding-bottom: 112px !important;
}


/* ---------------------------------
   3) TYPOGRAPHY
---------------------------------- */

.pmos-page h1,
.pmos-page h2,
.pmos-page h3,
.pmos-page .elementor-heading-title {
  color: var(--pmos-text) !important;
  letter-spacing: -.035em;
}

.pmos-page .pmos-section-title {
  margin-bottom: 24px !important;
}

.pmos-page .pmos-section-title .elementor-heading-title,
.pmos-page h2 {
  position: relative;
  margin: 0 0 0px !important;
  font-size: clamp(2.05rem, 3.7vw, 3.15rem) !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
}

.pmos-page .pmos-section-title .elementor-heading-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pmos-teal), rgba(0,195,216,.24));
}

.pmos-page .pmos-section-subhead {
  margin-bottom: 44px !important;
}

.pmos-page .pmos-section-subhead p {
  max-width: 900px !important;
  margin-bottom: 0 !important;
}


/* ---------------------------------
   4) BUTTONS
---------------------------------- */

.pmos-page .elementor-button,
.pmos-page button,
.pmos-page input[type="submit"] {
  border-radius: 999px !important;
  padding: 13px 23px !important;
  font-weight: 700 !important;
  letter-spacing: .02em;
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    background .16s ease,
    border-color .16s ease,
    color .16s ease !important;
}

.pmos-page .pmos-primary-cta .elementor-button,
.pmos-page .elementor-field-type-submit .elementor-button {
  color: #041012 !important;
  background: linear-gradient(180deg, #45e6f7, var(--pmos-teal)) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  box-shadow:
    0 14px 34px rgba(0,195,216,.24),
    0 0 0 1px rgba(255,255,255,.14) inset !important;
}

.pmos-page .pmos-primary-cta .elementor-button:hover,
.pmos-page .elementor-field-type-submit .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 48px rgba(0,195,216,.30),
    0 0 0 1px rgba(255,255,255,.18) inset !important;
}

.pmos-page .pmos-secondary-cta .elementor-button {
  color: rgba(255,255,255,.90) !important;
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  box-shadow: none !important;
}

.pmos-page .pmos-secondary-cta .elementor-button:hover {
  color: #fff !important;
  background: rgba(0,195,216,.10) !important;
  border-color: rgba(0,195,216,.45) !important;
  transform: translateY(-1px);
}


/* ---------------------------------
   5) HERO — LIGHT SERVICES TREATMENT
---------------------------------- */

body.page-id-8075 .pmos-hero {
  position: relative;
  width: 100% !important;
  min-height: 620px !important;
  padding: 168px 0 76px !important;
  overflow: hidden;
  color: var(--pmos-light-text) !important;
  border-bottom: 1px solid rgba(8,20,22,.10);
  background:
    radial-gradient(
      780px 380px at 78% 18%,
      rgba(0,195,216,.13),
      rgba(0,195,216,0) 64%
    ),
    radial-gradient(
      620px 300px at 92% 76%,
      rgba(15,111,50,.07),
      rgba(15,111,50,0) 66%
    ),
    linear-gradient(
      180deg,
      #f7f9f9 0%,
      var(--pmos-light-2) 100%
    ) !important;
}

/* Subtle technical grid */
body.page-id-8075 .pmos-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(8,20,22,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,20,22,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,.38),
    transparent 80%
  );
}

/* Main hero layout */
body.page-id-8075 .pmos-hero > .elementor-container,
body.page-id-8075 .pmos-hero > .e-con-inner {
  position: relative;
  z-index: 2;
  display: flex !important;
  align-items: center !important;
  gap: 64px !important;
  width: min(1320px, calc(100% - 96px)) !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* Left column */
body.page-id-8075 .pmos-hero > .elementor-container > .elementor-column:first-child {
  flex: 0 0 38% !important;
  width: auto !important;
  max-width: 38% !important;
  padding: 0 !important;
}

/* Right column */
body.page-id-8075 .pmos-hero > .elementor-container > .elementor-column:last-child {
  flex: 0 0 calc(62% - 64px) !important;
  width: auto !important;
  max-width: calc(62% - 64px) !important;
  padding: 0 !important;
}

/* Normalize Elementor column wrappers */
body.page-id-8075 .pmos-hero .elementor-column > .elementor-widget-wrap,
body.page-id-8075 .pmos-hero .elementor-column-wrap,
body.page-id-8075 .pmos-hero .elementor-widget-wrap.elementor-element-populated {
  margin: 0 !important;
}

/* Eyebrow */
body.page-id-8075 .pmos-hero .pmos-hero-eyebrow,
body.page-id-8075 .pmos-hero .pmos-hero-eyebrow p,
body.page-id-8075 .pmos-hero .pmos-hero-eyebrow .elementor-heading-title {
  margin: 0 0 16px !important;
  color: #087984 !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

/* Hero title */
body.page-id-8075 .pmos-hero-title .elementor-heading-title,
body.page-id-8075 .pmos-hero h1 {
  max-width: 560px !important;
  margin: 0 !important;
  color: var(--pmos-light-text) !important;
  font-size: clamp(2.65rem, 3.5vw, 3.85rem) !important;
  font-weight: 700 !important;
  line-height: 1.07 !important;
  letter-spacing: -.052em !important;
}

/* Hero description */
body.page-id-8075 .pmos-hero-subhead {
  margin-top: 26px !important;
}

body.page-id-8075 .pmos-hero-subhead p {
  max-width: 52ch;
  margin: 0 !important;
  color: var(--pmos-light-muted) !important;
  font-size: clamp(1rem, 1.1vw, 1.14rem) !important;
  line-height: 1.72 !important;
}

/* Hero image */
body.page-id-8075 .pmos-hero-visual,
body.page-id-8075 .pmos-hero-visual .elementor-widget-container {
  width: 100% !important;
}

body.page-id-8075 .pmos-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(0,195,216,.28);
  border-radius: 24px !important;
  box-shadow:
    0 28px 70px rgba(14,31,34,.18),
    0 0 0 1px rgba(255,255,255,.60) inset;
}

/* CTA row */
body.page-id-8075 .pmos-hero-cta-row,
body.page-id-8075 .pmos-hero-cta-row > .elementor-container,
body.page-id-8075 .pmos-hero-cta-row > .e-con-inner,
body.page-id-8075 .pmos-hero-cta-row > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  width: auto !important;
  max-width: 480px !important;
  margin-top: 16px !important;
  padding: 0 !important;
}

body.page-id-8075 .pmos-hero-cta-row .elementor-widget-button,
body.page-id-8075 .pmos-hero-cta-row .elementor-widget-container {
  width: auto !important;
  margin: 0 !important;
}

body.page-id-8075 .pmos-hero-cta-row .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 156px !important;
  min-height: 48px !important;
  white-space: nowrap !important;
}

/* Light-hero secondary button */
body.page-id-8075 .pmos-hero .pmos-secondary-cta .elementor-button {
  color: var(--pmos-light-text) !important;
  background: rgba(255,255,255,.68) !important;
  border-color: rgba(8,20,22,.20) !important;
}

body.page-id-8075 .pmos-hero .pmos-secondary-cta .elementor-button:hover {
  color: #041012 !important;
  background: rgba(0,195,216,.12) !important;
  border-color: rgba(0,195,216,.48) !important;
}

/* ---------------------------------
   6) SHARED CARD SYSTEM
---------------------------------- */

.pmos-page .pmos-card,
.pmos-page .pmos-problem-card,
.pmos-page .pmos-component-card,
.pmos-page .pmos-implementation-card,
.pmos-page .pmos-process-step,
.pmos-page .pmos-fit-card,
.pmos-page .pmos-example-card,
.pmos-page .pmos-option-card {
  position: relative;
  height: 100% !important;
  overflow: hidden;
  border: 1px solid var(--pmos-border) !important;
  border-radius: var(--pmos-radius) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.082), rgba(255,255,255,.040)) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.22);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.pmos-page .pmos-card:hover,
.pmos-page .pmos-problem-card:hover,
.pmos-page .pmos-component-card:hover,
.pmos-page .pmos-implementation-card:hover,
.pmos-page .pmos-process-step:hover,
.pmos-page .pmos-fit-card:hover,
.pmos-page .pmos-example-card:hover,
.pmos-page .pmos-option-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,195,216,.42) !important;
  box-shadow: 0 24px 62px rgba(0,0,0,.36);
}

.pmos-page .pmos-card > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-card > .elementor-column-wrap > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-problem-card > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-problem-card > .elementor-column-wrap > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-problem-card > .e-con-inner,
.pmos-page .pmos-component-card > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-component-card > .elementor-column-wrap > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-component-card > .e-con-inner,
.pmos-page .pmos-implementation-card > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-implementation-card > .elementor-column-wrap > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-implementation-card > .e-con-inner,
.pmos-page .pmos-process-step > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-process-step > .elementor-column-wrap > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-process-step > .e-con-inner,
.pmos-page .pmos-fit-card > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-fit-card > .elementor-column-wrap > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-fit-card > .e-con-inner,
.pmos-page .pmos-example-card > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-example-card > .elementor-column-wrap > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-example-card > .e-con-inner,
.pmos-page .pmos-option-card > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-option-card > .elementor-column-wrap > .elementor-widget-wrap.elementor-element-populated,
.pmos-page .pmos-option-card > .e-con-inner {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 28px !important;
}


/* ---------------------------------
   7) SHARED GRID NORMALIZATION
---------------------------------- */

body.page-id-8075 .pmos-problem-grid > .elementor-container,
body.page-id-8075 .pmos-problem-grid > .e-con-inner,
body.page-id-8075 .pmos-components-grid > .elementor-container,
body.page-id-8075 .pmos-components-grid > .e-con-inner,
body.page-id-8075 .pmos-implementation-grid > .elementor-container,
body.page-id-8075 .pmos-implementation-grid > .e-con-inner,
body.page-id-8075 .pmos-process-grid > .elementor-container,
body.page-id-8075 .pmos-process-grid > .e-con-inner,
body.page-id-8075 .pmos-deliverables-grid > .elementor-container,
body.page-id-8075 .pmos-deliverables-grid > .e-con-inner,
body.page-id-8075 .pmos-fit-grid > .elementor-container,
body.page-id-8075 .pmos-fit-grid > .e-con-inner,
body.page-id-8075 .pmos-examples-grid > .elementor-container,
body.page-id-8075 .pmos-examples-grid > .e-con-inner,
body.page-id-8075 .pmos-options-grid > .elementor-container,
body.page-id-8075 .pmos-options-grid > .e-con-inner {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: var(--pmos-content) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.page-id-8075 .pmos-problem-grid > .elementor-container > .elementor-column,
body.page-id-8075 .pmos-problem-grid > .e-con-inner > .e-con,
body.page-id-8075 .pmos-problem-grid > .e-con-inner > .elementor-element,
body.page-id-8075 .pmos-components-grid > .elementor-container > .elementor-column,
body.page-id-8075 .pmos-components-grid > .e-con-inner > .e-con,
body.page-id-8075 .pmos-components-grid > .e-con-inner > .elementor-element,
body.page-id-8075 .pmos-implementation-grid > .elementor-container > .elementor-column,
body.page-id-8075 .pmos-implementation-grid > .e-con-inner > .e-con,
body.page-id-8075 .pmos-implementation-grid > .e-con-inner > .elementor-element,
body.page-id-8075 .pmos-process-grid > .elementor-container > .elementor-column,
body.page-id-8075 .pmos-process-grid > .e-con-inner > .e-con,
body.page-id-8075 .pmos-process-grid > .e-con-inner > .elementor-element,
body.page-id-8075 .pmos-deliverables-grid > .elementor-container > .elementor-column,
body.page-id-8075 .pmos-deliverables-grid > .e-con-inner > .e-con,
body.page-id-8075 .pmos-deliverables-grid > .e-con-inner > .elementor-element,
body.page-id-8075 .pmos-fit-grid > .elementor-container > .elementor-column,
body.page-id-8075 .pmos-fit-grid > .e-con-inner > .e-con,
body.page-id-8075 .pmos-fit-grid > .e-con-inner > .elementor-element,
body.page-id-8075 .pmos-examples-grid > .elementor-container > .elementor-column,
body.page-id-8075 .pmos-examples-grid > .e-con-inner > .e-con,
body.page-id-8075 .pmos-examples-grid > .e-con-inner > .elementor-element,
body.page-id-8075 .pmos-options-grid > .elementor-container > .elementor-column,
body.page-id-8075 .pmos-options-grid > .e-con-inner > .e-con,
body.page-id-8075 .pmos-options-grid > .e-con-inner > .elementor-element {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: initial !important;
  flex-basis: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-8075 .pmos-problem-grid > .elementor-container,
body.page-id-8075 .pmos-problem-grid > .e-con-inner,
body.page-id-8075 .pmos-examples-grid > .elementor-container,
body.page-id-8075 .pmos-examples-grid > .e-con-inner,
body.page-id-8075 .pmos-options-grid > .elementor-container,
body.page-id-8075 .pmos-options-grid > .e-con-inner {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

body.page-id-8075 .pmos-components-grid > .elementor-container,
body.page-id-8075 .pmos-components-grid > .e-con-inner,
body.page-id-8075 .pmos-implementation-grid > .elementor-container,
body.page-id-8075 .pmos-implementation-grid > .e-con-inner,
body.page-id-8075 .pmos-deliverables-grid > .elementor-container,
body.page-id-8075 .pmos-deliverables-grid > .e-con-inner,
body.page-id-8075 .pmos-fit-grid > .elementor-container,
body.page-id-8075 .pmos-fit-grid > .e-con-inner {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 24px !important;
  row-gap: 24px !important;
}

body.page-id-8075 .pmos-process-grid > .elementor-container,
body.page-id-8075 .pmos-process-grid > .e-con-inner {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
}


/* ---------------------------------
   8) DARK SECTIONS
---------------------------------- */

body.page-id-8075 .pmos-problem-section {
  background:
    radial-gradient(760px 320px at 8% 10%, rgba(0,195,216,.09), rgba(0,195,216,0) 64%),
    linear-gradient(180deg, #061012 0%, #050708 100%) !important;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

body.page-id-8075 .pmos-system-map-section {
  background:
    radial-gradient(760px 300px at 20% 8%, rgba(0,195,216,.10), rgba(0,195,216,0) 64%),
    #050708 !important;
}

body.page-id-8075 .pmos-deliverables-section {
  background:
    linear-gradient(180deg, #071012 0%, #081113 100%) !important;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

body.page-id-8075 .pmos-examples-section {
  background:
    radial-gradient(760px 320px at 16% 10%, rgba(0,195,216,.09), rgba(0,195,216,0) 64%),
    linear-gradient(180deg, #071012 0%, #081113 100%) !important;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.07);
}


/* ---------------------------------
   9) LIGHT SECTIONS
---------------------------------- */

body.page-id-8075 .pmos-components-section,
body.page-id-8075 .pmos-implementation-section,
body.page-id-8075 .pmos-process-section,
body.page-id-8075 .pmos-fit-section,
body.page-id-8075 .pmos-options-section {
  color: var(--pmos-light-text) !important;
  background:
    radial-gradient(700px 300px at 90% 0%, rgba(0,195,216,.08), rgba(0,195,216,0) 68%),
    linear-gradient(180deg, var(--pmos-light) 0%, var(--pmos-light-2) 100%) !important;
  border-top: 1px solid rgba(8,20,22,.08);
  border-bottom: 1px solid rgba(8,20,22,.08);
}

body.page-id-8075 .pmos-components-section h1,
body.page-id-8075 .pmos-components-section h2,
body.page-id-8075 .pmos-components-section h3,
body.page-id-8075 .pmos-components-section .elementor-heading-title,
body.page-id-8075 .pmos-implementation-section h1,
body.page-id-8075 .pmos-implementation-section h2,
body.page-id-8075 .pmos-implementation-section h3,
body.page-id-8075 .pmos-implementation-section .elementor-heading-title,
body.page-id-8075 .pmos-process-section h1,
body.page-id-8075 .pmos-process-section h2,
body.page-id-8075 .pmos-process-section h3,
body.page-id-8075 .pmos-process-section .elementor-heading-title,
body.page-id-8075 .pmos-fit-section h1,
body.page-id-8075 .pmos-fit-section h2,
body.page-id-8075 .pmos-fit-section h3,
body.page-id-8075 .pmos-fit-section .elementor-heading-title,
body.page-id-8075 .pmos-options-section h1,
body.page-id-8075 .pmos-options-section h2,
body.page-id-8075 .pmos-options-section h3,
body.page-id-8075 .pmos-options-section .elementor-heading-title {
  color: var(--pmos-light-text) !important;
}

body.page-id-8075 .pmos-components-section p,
body.page-id-8075 .pmos-components-section .elementor-widget-text-editor,
body.page-id-8075 .pmos-components-section .elementor-widget-text-editor p,
body.page-id-8075 .pmos-implementation-section p,
body.page-id-8075 .pmos-implementation-section .elementor-widget-text-editor,
body.page-id-8075 .pmos-implementation-section .elementor-widget-text-editor p,
body.page-id-8075 .pmos-process-section p,
body.page-id-8075 .pmos-process-section .elementor-widget-text-editor,
body.page-id-8075 .pmos-process-section .elementor-widget-text-editor p,
body.page-id-8075 .pmos-fit-section p,
body.page-id-8075 .pmos-fit-section .elementor-widget-text-editor,
body.page-id-8075 .pmos-fit-section .elementor-widget-text-editor p,
body.page-id-8075 .pmos-options-section p,
body.page-id-8075 .pmos-options-section .elementor-widget-text-editor,
body.page-id-8075 .pmos-options-section .elementor-widget-text-editor p {
  color: var(--pmos-light-muted) !important;
}

body.page-id-8075 .pmos-components-section .pmos-component-card,
body.page-id-8075 .pmos-implementation-section .pmos-implementation-card,
body.page-id-8075 .pmos-process-section .pmos-process-step,
body.page-id-8075 .pmos-fit-section .pmos-fit-card,
body.page-id-8075 .pmos-options-section .pmos-option-card {
  background: var(--pmos-light-panel) !important;
  border-color: var(--pmos-light-border) !important;
  box-shadow: var(--pmos-light-shadow);
}

body.page-id-8075 .pmos-components-section .pmos-component-card:hover,
body.page-id-8075 .pmos-implementation-section .pmos-implementation-card:hover,
body.page-id-8075 .pmos-process-section .pmos-process-step:hover,
body.page-id-8075 .pmos-fit-section .pmos-fit-card:hover,
body.page-id-8075 .pmos-options-section .pmos-option-card:hover {
  border-color: rgba(0,195,216,.42) !important;
  box-shadow: 0 24px 56px rgba(14,31,34,.14);
}

body.page-id-8075 .pmos-components-section .pmos-component-card .elementor-heading-title,
body.page-id-8075 .pmos-implementation-section .pmos-implementation-card .elementor-heading-title,
body.page-id-8075 .pmos-process-section .pmos-process-step .elementor-heading-title,
body.page-id-8075 .pmos-fit-section .pmos-fit-card .elementor-heading-title,
body.page-id-8075 .pmos-options-section .pmos-option-card .elementor-heading-title {
  color: var(--pmos-light-text) !important;
}

body.page-id-8075 .pmos-components-section .pmos-component-card p,
body.page-id-8075 .pmos-implementation-section .pmos-implementation-card p,
body.page-id-8075 .pmos-process-section .pmos-process-step p,
body.page-id-8075 .pmos-fit-section .pmos-fit-card p,
body.page-id-8075 .pmos-options-section .pmos-option-card p {
  color: var(--pmos-light-muted) !important;
}

body.page-id-8075 .pmos-components-section li,
body.page-id-8075 .pmos-implementation-section li,
body.page-id-8075 .pmos-process-section li,
body.page-id-8075 .pmos-fit-section li,
body.page-id-8075 .pmos-options-section li {
  color: var(--pmos-light-muted) !important;
}


/* ---------------------------------
   10) PROBLEM CARDS
---------------------------------- */

body.page-id-8075 .pmos-problem-card {
  width: 100% !important;
  min-height: 280px !important;
  margin: 0 !important;
  text-align: center;
}

/* ----------------------------------
   SECTION EYEBROW
---------------------------------- */

body.page-id-8075 .pmos-section-eyebrow{
  margin: 0 0 32px !important;
}

body.page-id-8075 .pmos-section-eyebrow p{
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;

  margin: 0 !important;

  color: rgba(255,255,255,.68) !important;
  font-size: .82rem !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;

  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}

/* Small cyan lead-in */
body.page-id-8075 .pmos-section-eyebrow p::before{
  content: "";
  display: block;

  width: 28px;
  height: 2px;
  flex: 0 0 28px;

  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--pmos-teal),
    rgba(0,195,216,.35)
  );
}

/* ---------------------------------
   11) COMPONENT CARDS
---------------------------------- */

body.page-id-8075 .pmos-component-card {
  width: 100% !important;
  min-height: 320px !important;
  margin: 0 !important;
}

.pmos-page .pmos-component-card ul,
.pmos-page .pmos-implementation-card ul,
.pmos-page .pmos-option-card ul {
  margin: 16px 0 0 !important;
  padding-left: 18px !important;
}

.pmos-page .pmos-component-card li,
.pmos-page .pmos-implementation-card li,
.pmos-page .pmos-option-card li {
  margin-bottom: 9px;
  line-height: 1.52;
}

.capability-pills{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.capability-pill{
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid rgba(0,195,216,.18);
    background: rgba(0,195,216,.045);
    color: rgba(4,16,18,.72);
    font-size: .76rem;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
}

/* ----------------------------------
   11A) COMPONENT SECTION — SOFTER TYPOGRAPHY
---------------------------------- */

/* Main section title */
body.page-id-8075 .pmos-components-section
.pmos-section-title .elementor-heading-title {
  font-size: clamp(1.95rem, 2.8vw, 2.55rem) !important;
  font-weight: 580 !important;
  line-height: 1.10 !important;
  letter-spacing: -.028em !important;
  color: rgba(17,23,24,.92) !important;
}

/* Slightly more restrained accent line */
body.page-id-8075 .pmos-components-section
.pmos-section-title .elementor-heading-title::after {
  width: 38px !important;
  height: 2px !important;
  margin-top: 14px !important;
  opacity: .78;
}


/* Component card titles */
body.page-id-8075 .pmos-components-section
.pmos-component-card .elementor-heading-title,
body.page-id-8075 .pmos-components-section
.pmos-component-card h2,
body.page-id-8075 .pmos-components-section
.pmos-component-card h3 {
  margin: 0 0 16px !important;
  font-size: clamp(1.55rem, 2vw, 1.85rem) !important;
  font-weight: 600 !important;
  line-height: 1.10 !important;
  letter-spacing: -.025em !important;
  color: rgba(17,23,24,.92) !important;
}


/* Slightly soften card body copy */
body.page-id-8075 .pmos-components-section
.pmos-component-card p {
  font-size: .95rem !important;
  line-height: 1.62 !important;
  color: rgba(83,97,100,.92) !important;
}

/* ----------------------------------
   COMPONENT CARDS — INTERNAL SPACING
---------------------------------- */

/* Card content padding */
body.page-id-8075 .pmos-component-card
> .elementor-widget-wrap.elementor-element-populated,
body.page-id-8075 .pmos-component-card
> .elementor-column-wrap
> .elementor-widget-wrap.elementor-element-populated {
  padding: 28px 28px 26px !important;
}

/* Heading */
body.page-id-8075 .pmos-component-card
.elementor-widget-heading {
  margin-bottom: 16px !important;
}

/* Description */
body.page-id-8075 .pmos-component-card
.elementor-widget-text-editor {
  margin-bottom: 0 !important;
}

body.page-id-8075 .pmos-component-card
.elementor-widget-text-editor p {
  margin: 0 !important;
}

/* Pills */
body.page-id-8075 .pmos-component-card
.capability-pills {
  margin-top: 20px !important;
}

body.page-id-8075 .pmos-component-card{
  min-height: 220px !important;
}

body.page-id-8075 .pmos-components-section
.pmos-components-grid + .pmos-components-grid{
  margin-top: 28px !important;
}
/* ---------------------------------
   12) SYSTEM MAP
---------------------------------- */

body.page-id-8075 .pmos-system-map-frame {
  margin-top: 34px !important;
}

body.page-id-8075 .pmos-system-map-frame .elementor-widget-container {
  padding: 12px !important;
  border: 1px solid rgba(0,195,216,.28);
  border-radius: 26px !important;
  background: linear-gradient(180deg, rgba(0,195,216,.17), rgba(255,255,255,.035));
  box-shadow: var(--pmos-shadow);
}

body.page-id-8075 .pmos-system-map-frame img {
  display: block;
  width: 100%;
  border-radius: 18px !important;
}





/* ----------------------------------
   AGENCY ENGAGEMENT PROCESS
   Reuses:
   .pmos-system-map-section
   .pmos-examples-grid
   .pmos-example-card
---------------------------------- */


/* Slightly tighten the section */
body.page-id-8075 .pmos-system-map-section{
  padding-top: 78px !important;
  padding-bottom: 82px !important;
}


/* Softer section heading */
body.page-id-8075 .pmos-system-map-section
.pmos-section-title .elementor-heading-title{
  font-size: clamp(1.95rem, 2.8vw, 2.55rem) !important;
  font-weight: 580 !important;
  line-height: 1.10 !important;
  letter-spacing: -.028em !important;
}


/* Intro copy */
body.page-id-8075 .pmos-system-map-section
.pmos-section-subhead{
  max-width: 780px !important;
  margin-bottom: 48px !important;
}

body.page-id-8075 .pmos-system-map-section
.pmos-section-subhead p{
  color: rgba(255,255,255,.64) !important;
  font-size: .98rem !important;
  line-height: 1.65 !important;
}


/* ----------------------------------
   Process grid
---------------------------------- */

body.page-id-8075 .pmos-system-map-section
.pmos-examples-grid > .elementor-container,
body.page-id-8075 .pmos-system-map-section
.pmos-examples-grid > .e-con-inner{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 0 !important;
  align-items: stretch !important;
}


/* ----------------------------------
   Remove card treatment
---------------------------------- */

body.page-id-8075 .pmos-system-map-section
.pmos-example-card{
  min-height: 0 !important;
  overflow: visible !important;

  border: 0 !important;
  border-radius: 0 !important;

  background: transparent !important;
  box-shadow: none !important;

  transform: none !important;
}


/* Kill shared hover behavior */
body.page-id-8075 .pmos-system-map-section
.pmos-example-card:hover{
  transform: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}


/* Inner spacing */
body.page-id-8075 .pmos-system-map-section
.pmos-example-card > .elementor-widget-wrap.elementor-element-populated,
body.page-id-8075 .pmos-system-map-section
.pmos-example-card > .elementor-column-wrap
> .elementor-widget-wrap.elementor-element-populated,
body.page-id-8075 .pmos-system-map-section
.pmos-example-card > .e-con-inner{
  position: relative;
  padding: 4px 38px 8px !important;
}


/* First column aligns with section edge */
body.page-id-8075 .pmos-system-map-section
.pmos-example-card:first-child
> .elementor-widget-wrap.elementor-element-populated,
body.page-id-8075 .pmos-system-map-section
.pmos-example-card:first-child
> .elementor-column-wrap
> .elementor-widget-wrap.elementor-element-populated{
  padding-left: 0 !important;
}


/* Last column aligns with section edge */
body.page-id-8075 .pmos-system-map-section
.pmos-example-card:last-child
> .elementor-widget-wrap.elementor-element-populated,
body.page-id-8075 .pmos-system-map-section
.pmos-example-card:last-child
> .elementor-column-wrap
> .elementor-widget-wrap.elementor-element-populated{
  padding-right: 0 !important;
}


/* Vertical dividers */
body.page-id-8075 .pmos-system-map-section
.pmos-example-card + .pmos-example-card{
  border-left: 1px solid rgba(255,255,255,.12) !important;
}


/* ----------------------------------
   Large stage numbers
---------------------------------- */

body.page-id-8075 .pmos-system-map-section
.pmos-example-card::before{
  display: block;
  margin-bottom: 15px;

  color: rgba(126,242,255,.58);
  font-size: 2.9rem;
  font-weight: 520;
  line-height: 1;
  letter-spacing: -.055em;
}

body.page-id-8075 .pmos-system-map-section
.pmos-example-card:nth-child(1)::before{
  content: "01";
}

body.page-id-8075 .pmos-system-map-section
.pmos-example-card:nth-child(2)::before{
  content: "02";
}

body.page-id-8075 .pmos-system-map-section
.pmos-example-card:nth-child(3)::before{
  content: "03";
}


/* ----------------------------------
   Step headings
---------------------------------- */

body.page-id-8075 .pmos-system-map-section
.pmos-example-card .elementor-heading-title{
  margin: 0 0 18px !important;

  color: rgba(255,255,255,.94) !important;
  font-size: clamp(1.45rem, 1.9vw, 1.75rem) !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
}


/* Cyan accent rule */
body.page-id-8075 .pmos-system-map-section
.pmos-example-card .elementor-widget-heading::after{
  content: "";
  display: block;

  width: 34px;
  height: 2px;
  margin: 0 0 18px;

  border-radius: 999px;
  background: rgba(0,195,216,.78);
}


/* Body copy */
body.page-id-8075 .pmos-system-map-section
.pmos-example-card p{
  margin: 0 !important;

  color: rgba(255,255,255,.66) !important;
  font-size: .95rem !important;
  line-height: 1.65 !important;
}

body.page-id-8075 .pmos-system-map-section
.pmos-example-card:nth-child(1)::before{
  margin-right: 28px !important;
}

/* ----------------------------------
   ENGAGEMENT STEP EYEBROWS
---------------------------------- */

body.page-id-8075 .pmos-system-map-section
.pmos-step-eyebrow{
  margin: 0 0 14px !important;
  padding: 0 !important;
}

body.page-id-8075 .pmos-system-map-section
.pmos-step-eyebrow p{
  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255,255,255,.50) !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}



/* ----------------------------------
   Mobile
---------------------------------- */

@media (max-width: 767px){

  /* Stack stages */
  body.page-id-8075 .pmos-system-map-section
  .pmos-examples-grid > .elementor-container,
  body.page-id-8075 .pmos-system-map-section
  .pmos-examples-grid > .e-con-inner{
    grid-template-columns: 1fr !important;
  }


  /* Each stage */
body.page-id-8075 .pmos-system-map-section
.pmos-example-card{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

  body.page-id-8075 .pmos-system-map-section
  .pmos-example-card:first-child{
    border-top: 0 !important;
  }
  
  body.page-id-8075 .pmos-system-map-section
.pmos-example-card::before{
  top: 0 !important;
}


  /* Put 01 / 02 / 03 in a fixed left rail */
  body.page-id-8075 .pmos-system-map-section
  .pmos-example-card::before{
    position: absolute !important;
    top: 34px !important;
    left: 0 !important;

    width: 48px !important;
    margin: 0 !important;

    font-size: 2.5rem !important;
    line-height: 1 !important;
    text-align: left !important;
  }


  /* Elementor content wrapper */
  body.page-id-8075 .pmos-system-map-section
  .pmos-example-card
  > .elementor-widget-wrap.elementor-element-populated,
  body.page-id-8075 .pmos-system-map-section
  .pmos-example-card
  > .elementor-column-wrap
  > .elementor-widget-wrap.elementor-element-populated,
  body.page-id-8075 .pmos-system-map-section
  .pmos-example-card
  > .e-con-inner{
    padding: 0 0 0 56px !important;
    margin: 0 !important;
  }


  /* First stage uses same alignment as all others */
  body.page-id-8075 .pmos-system-map-section
  .pmos-example-card:first-child
  > .elementor-widget-wrap.elementor-element-populated,
  body.page-id-8075 .pmos-system-map-section
  .pmos-example-card:first-child
  > .elementor-column-wrap
  > .elementor-widget-wrap.elementor-element-populated{
    padding: 0 0 0 56px !important;
  }


  /* Consistent spacing below stage label */
  body.page-id-8075 .pmos-system-map-section
  .pmos-process-label{
    margin: 2px 0 14px !important;
  }

  body.page-id-8075 .pmos-system-map-section
  .pmos-step-eyebrow{
    min-height: 40px !important;
    margin: 0 0 8px !important;

    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;

    padding-top: 5px !important;
  }

  body.page-id-8075 .pmos-system-map-section
  .pmos-step-eyebrow p{
    margin: 0 !important;
    line-height: 1 !important;
  }
  body.page-id-8075 .pmos-system-map-section
  .pmos-example-card + .pmos-example-card{
    margin-top: 28px !important;
    padding-top: 0 !important;
  }
    body.page-id-8075 .pmos-system-map-section
  .pmos-step-eyebrow{
    margin-bottom: 4px !important;
  }

}

/* ----------------------------------
   PROOF / PRACTICE SECTION
---------------------------------- */

/* Section heading */
body.page-id-8075 .pmos-implementation-section
.pmos-section-title .elementor-heading-title{
  font-size: clamp(1.95rem, 2.8vw, 2.55rem) !important;
  font-weight: 580 !important;
  line-height: 1.10 !important;
  letter-spacing: -.028em !important;
}


/* Intro */
body.page-id-8075 .pmos-implementation-section
.pmos-section-subhead{
  max-width: 760px !important;
  margin-bottom: 34px !important;
}


/* ----------------------------------
   Individual proof rows
---------------------------------- */

body.page-id-8075 .pmos-implementation-section
.pmos-proof-row{
  position: relative;
  width: 100% !important;
  padding: 34px 4px 38px !important;
  border-top: 1px solid rgba(8,20,22,.10);
}

/* No divider above first row */
body.page-id-8075 .pmos-implementation-section
.pmos-proof-row:first-of-type{
  border-top: 0;
  padding-top: 12px !important;
}


/* Row heading */
body.page-id-8075 .pmos-implementation-section
.pmos-proof-row .elementor-heading-title{
  margin: 0 !important;
  font-size: clamp(1.5rem, 2vw, 1.85rem) !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
  color: rgba(17,23,24,.92) !important;
}


/* Small cyan marker under heading */
body.page-id-8075 .pmos-implementation-section
.pmos-proof-row .elementor-widget-heading::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(0,195,216,.72);
}


/* Supporting description */
body.page-id-8075 .pmos-implementation-section
.pmos-proof-row .elementor-widget-text-editor{
  max-width: 720px
}

body.page-id-8075 .pmos-implementation-section
.pmos-proof-row .elementor-widget-text-editor p{
  margin: 0 !important;
  font-size: .95rem !important;
  line-height: 1.65 !important;
  color: rgba(83,97,100,.92) !important;
}


/* ----------------------------------
   Capability tags
---------------------------------- */

body.page-id-8075 .pmos-implementation-section
.pmos-proof-tags{
  margin-top: 18px !important;
}

body.page-id-8075 .pmos-implementation-section
.pmos-proof-tags p{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;

  margin: 0 !important;

  font-size: 0 !important;
}


/* Turn comma-separated phrases into pills only if
   each phrase is wrapped in a span */
body.page-id-8075 .pmos-implementation-section
.pmos-proof-tags span{
  display: inline-flex;
  align-items: center;

  padding: 7px 11px;

  border: 1px solid rgba(0,195,216,.18);
  border-radius: 999px;

  background: rgba(0,195,216,.045);

  color: rgba(4,16,18,.70);
  font-size: .76rem;
  font-weight: 600;
  line-height: 1;
}


/* ----------------------------------
   Mobile
---------------------------------- */

@media (max-width: 767px){

  body.page-id-8075 .pmos-implementation-section
  .pmos-proof-row{
    padding: 28px 0 30px !important;
  }

  body.page-id-8075 .pmos-implementation-section
  .pmos-proof-row:first-of-type{
    padding-top: 8px !important;
  }

}

/* ---------------------------------
   17) CONTACT / FINAL CTA — DARK
---------------------------------- */

body.page-id-8075 .pmos-contact-section {
  color: var(--pmos-text) !important;
  border-top: 1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(
      760px 340px at 12% 0%,
      rgba(0,195,216,.10),
      rgba(0,195,216,0) 68%
    ),
    linear-gradient(
      180deg,
      #061012 0%,
      #050708 100%
    ) !important;
}


/* Main contact content wrapper */
body.page-id-8075 .pmos-contact-section > .elementor-container {
  max-width: 1040px !important;
  margin: 0 auto !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;

  background: transparent !important;
  box-shadow: none !important;
}


/* Headings */
body.page-id-8075 .pmos-contact-section h1,
body.page-id-8075 .pmos-contact-section h2,
body.page-id-8075 .pmos-contact-section h3,
body.page-id-8075 .pmos-contact-section .elementor-heading-title {
  color: rgba(255,255,255,.94) !important;
}


/* Supporting copy */
body.page-id-8075 .pmos-contact-section p,
body.page-id-8075 .pmos-contact-section .elementor-widget-text-editor,
body.page-id-8075 .pmos-contact-section .elementor-widget-text-editor p {
  color: rgba(255,255,255,.66) !important;
}


/* Form panel */
body.page-id-8075 .pmos-form-card,
body.page-id-8075 .pmos-contact-section .elementor-widget-form {
  margin-top: 34px !important;
  padding: 32px !important;

  border: 1px solid rgba(255,255,255,.11) !important;
  border-radius: 22px !important;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.065),
      rgba(255,255,255,.035)
    ) !important;

  box-shadow:
    0 22px 60px rgba(0,0,0,.28) !important;
}


/* Field spacing */
body.page-id-8075 .pmos-contact-section .elementor-field-group {
  margin-bottom: 18px !important;
}


/* Labels */
body.page-id-8075 .pmos-contact-section .elementor-field-group > label {
  display: block !important;
  margin-bottom: 8px !important;

  color: rgba(255,255,255,.68) !important;

  font-size: .76rem !important;
  font-weight: 800 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
}


/* Inputs */
body.page-id-8075 .pmos-contact-section input,
body.page-id-8075 .pmos-contact-section select,
body.page-id-8075 .pmos-contact-section textarea,
body.page-id-8075 .pmos-contact-section .elementor-field-textual {
  min-height: 52px !important;
  padding: 14px 16px !important;

  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 14px !important;

  color: rgba(255,255,255,.90) !important;
  background: rgba(255,255,255,.055) !important;

  box-shadow: none !important;
}


/* Select options */
body.page-id-8075 .pmos-contact-section select option {
  color: rgba(255,255,255,.92) !important;
  background: #0b1315 !important;
}


/* Placeholder */
body.page-id-8075 .pmos-contact-section input::placeholder,
body.page-id-8075 .pmos-contact-section textarea::placeholder {
  color: rgba(255,255,255,.34) !important;
}


/* Focus state */
body.page-id-8075 .pmos-contact-section input:focus,
body.page-id-8075 .pmos-contact-section select:focus,
body.page-id-8075 .pmos-contact-section textarea:focus {
  outline: none !important;

  border-color: rgba(0,195,216,.78) !important;

  background: rgba(255,255,255,.075) !important;

  box-shadow:
    0 0 0 4px rgba(0,195,216,.12) !important;
}


/* Submit button */
body.page-id-8075 .pmos-contact-section
.elementor-field-type-submit .elementor-button {
  width: 100% !important;
  min-height: 56px !important;

  justify-content: center !important;

  border-radius: 14px !important;

  color: #041012 !important;

  background:
    linear-gradient(
      180deg,
      #45e6f7,
      var(--pmos-teal)
    ) !important;

  border: 1px solid rgba(255,255,255,.18) !important;

  box-shadow:
    0 14px 34px rgba(0,195,216,.20) !important;
}


body.page-id-8075 .pmos-contact-section
.elementor-field-type-submit .elementor-button:hover {
  transform: translateY(-2px);

  box-shadow:
    0 20px 44px rgba(0,195,216,.28) !important;
}


/* ---------------------------------
   18) CHECKBOX / MULTI-SELECT FIELDS
---------------------------------- */

body.page-id-8075 .pmos-contact-section
.elementor-field-type-checkbox {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;

  margin-bottom: 22px !important;
}


/* Checkbox field label */
body.page-id-8075 .pmos-contact-section
.elementor-field-type-checkbox > label {
  display: block !important;
  margin: 0 0 14px !important;

  color: rgba(255,255,255,.68) !important;

  font-size: .76rem !important;
  font-weight: 800 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
}


/* Checkbox grid */
body.page-id-8075 .pmos-contact-section
.elementor-field-type-checkbox .elementor-field-subgroup {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

  gap: 12px !important;

  width: 100% !important;
  margin: 0 !important;
}


/* Checkbox option */
body.page-id-8075 .pmos-contact-section
.elementor-field-type-checkbox .elementor-field-option {
  display: flex !important;
  align-items: center !important;

  gap: 11px !important;

  width: 100% !important;
  min-height: 54px !important;

  margin: 0 !important;
  padding: 12px 14px !important;

  border: 1px solid rgba(255,255,255,.11) !important;
  border-radius: 13px !important;

  background: rgba(255,255,255,.045) !important;

  transition:
    background .15s ease,
    border-color .15s ease !important;
}


body.page-id-8075 .pmos-contact-section
.elementor-field-type-checkbox .elementor-field-option:hover {
  border-color: rgba(0,195,216,.32) !important;
  background: rgba(0,195,216,.08) !important;
}


/* Checkbox option text */
body.page-id-8075 .pmos-contact-section
.elementor-field-type-checkbox .elementor-field-option label {
  display: block !important;
  flex: 1 1 auto !important;

  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255,255,255,.72) !important;

  font-size: .88rem !important;
  font-weight: 550 !important;
  line-height: 1.35 !important;

  letter-spacing: 0 !important;
  text-transform: none !important;

  cursor: pointer !important;
}


/* Custom checkbox */
body.page-id-8075 .pmos-contact-section
.elementor-field-type-checkbox input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;

  flex: 0 0 17px !important;

  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  min-height: 17px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 5px !important;

  background: rgba(255,255,255,.055) !important;

  cursor: pointer !important;
}


/* Checked */
body.page-id-8075 .pmos-contact-section
.elementor-field-type-checkbox input[type="checkbox"]:checked {
  border-color: var(--pmos-teal) !important;

  background:
    linear-gradient(
      180deg,
      #45e6f7,
      var(--pmos-teal)
    ) !important;

  box-shadow:
    0 0 0 3px rgba(0,195,216,.14) !important;
}


body.page-id-8075 .pmos-contact-section
.elementor-field-type-checkbox input[type="checkbox"]:checked::after {
  content: "✓";

  display: block;

  color: #041012;

  font-size: 12px;
  font-weight: 900;
  line-height: 15px;
  text-align: center;
}

/* ---------------------------------
   19) RESPONSIVE
---------------------------------- */

@media (max-width: 1024px) {
  body.page-id-8075 .site-header .ast-container,
  body.page-id-8075 .site-header .ast-builder-grid-row-container,
  body.page-id-8075 .site-header .site-primary-header-wrap,
  body.page-id-8075 .site-header .ast-primary-header-bar .ast-builder-grid-row,
  body.page-id-8075 .pmos-page.pmos-hero > .elementor-container {
    width: min(100% - 48px, 1120px) !important;
  }

  body.page-id-8075 .pmos-page.pmos-hero {
    min-height: auto !important;
    padding-top: 92px !important;
    padding-bottom: 72px !important;
  }

  body.page-id-8075 .pmos-page.pmos-hero > .elementor-container {
    gap: 44px !important;
  }

  body.page-id-8075 .pmos-page.pmos-hero .elementor-column:first-child {
    flex: 0 0 42% !important;
    max-width: 42% !important;
  }

  body.page-id-8075 .pmos-page.pmos-hero .elementor-column:last-child {
    flex: 0 0 58% !important;
    max-width: 58% !important;
  }

  body.page-id-8075 .pmos-problem-grid > .elementor-container,
  body.page-id-8075 .pmos-problem-grid > .e-con-inner,
  body.page-id-8075 .pmos-examples-grid > .elementor-container,
  body.page-id-8075 .pmos-examples-grid > .e-con-inner,
  body.page-id-8075 .pmos-options-grid > .elementor-container,
  body.page-id-8075 .pmos-options-grid > .e-con-inner,
  body.page-id-8075 .pmos-process-grid > .elementor-container,
  body.page-id-8075 .pmos-process-grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-id-8075 .pmos-contact-section > .elementor-container {
    padding: 36px !important;
  }
}

@media (max-width: 767px) {
  body.page-id-8075 .site-header .ast-container,
  body.page-id-8075 .site-header .ast-builder-grid-row-container,
  body.page-id-8075 .site-header .site-primary-header-wrap,
  body.page-id-8075 .site-header .ast-primary-header-bar .ast-builder-grid-row {
    width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.page-id-8075 .pmos-page.pmos-hero,
  body.page-id-8075 .pmos-problem-section,
  body.page-id-8075 .pmos-components-section,
  body.page-id-8075 .pmos-system-map-section,
  body.page-id-8075 .pmos-implementation-section,
  body.page-id-8075 .pmos-process-section,
  body.page-id-8075 .pmos-deliverables-section,
  body.page-id-8075 .pmos-fit-section,
  body.page-id-8075 .pmos-examples-section,
  body.page-id-8075 .pmos-options-section,
  body.page-id-8075 .pmos-contact-section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.page-id-8075 .pmos-problem-section,
  body.page-id-8075 .pmos-components-section,
  body.page-id-8075 .pmos-system-map-section,
  body.page-id-8075 .pmos-implementation-section,
  body.page-id-8075 .pmos-process-section,
  body.page-id-8075 .pmos-deliverables-section,
  body.page-id-8075 .pmos-fit-section,
  body.page-id-8075 .pmos-examples-section,
  body.page-id-8075 .pmos-options-section,
  body.page-id-8075 .pmos-contact-section {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  body.page-id-8075 .pmos-page.pmos-hero {
    padding-top: 88px !important;
    padding-bottom: 64px !important;
  }

  body.page-id-8075 .pmos-page.pmos-hero > .elementor-container {
    display: block !important;
    width: 100% !important;
  }

  body.page-id-8075 .pmos-page.pmos-hero .elementor-column:first-child,
  body.page-id-8075 .pmos-page.pmos-hero .elementor-column:last-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: initial !important;
  }

  body.page-id-8075 .pmos-hero-title .elementor-heading-title,
  body.page-id-8075 .pmos-page.pmos-hero h1 {
    max-width: 100% !important;
    font-size: clamp(2.55rem, 12vw, 3.6rem) !important;
  }

  body.page-id-8075 .pmos-hero-visual {
    margin-top: 32px !important;
  }

  body.page-id-8075 .pmos-hero-cta-row,
  body.page-id-8075 .pmos-hero-cta-row > .elementor-container,
  body.page-id-8075 .pmos-hero-cta-row > .e-con-inner,
  body.page-id-8075 .pmos-hero-cta-row > .elementor-widget-wrap {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: none !important;
    gap: 12px !important;
  }

  body.page-id-8075 .pmos-problem-grid > .elementor-container,
  body.page-id-8075 .pmos-problem-grid > .e-con-inner,
  body.page-id-8075 .pmos-components-grid > .elementor-container,
  body.page-id-8075 .pmos-components-grid > .e-con-inner,
  body.page-id-8075 .pmos-implementation-grid > .elementor-container,
  body.page-id-8075 .pmos-implementation-grid > .e-con-inner,
  body.page-id-8075 .pmos-process-grid > .elementor-container,
  body.page-id-8075 .pmos-process-grid > .e-con-inner,
  body.page-id-8075 .pmos-deliverables-grid > .elementor-container,
  body.page-id-8075 .pmos-deliverables-grid > .e-con-inner,
  body.page-id-8075 .pmos-fit-grid > .elementor-container,
  body.page-id-8075 .pmos-fit-grid > .e-con-inner,
  body.page-id-8075 .pmos-examples-grid > .elementor-container,
  body.page-id-8075 .pmos-examples-grid > .e-con-inner,
  body.page-id-8075 .pmos-options-grid > .elementor-container,
  body.page-id-8075 .pmos-options-grid > .e-con-inner {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  body.page-id-8075 .pmos-contact-section > .elementor-container {
    padding: 28px 20px !important;
    border-radius: 24px !important;
  }

  body.page-id-8075 .pmos-form-card,
  body.page-id-8075 .pmos-contact-section .elementor-widget-form {
    padding: 22px !important;
    border-radius: 20px !important;
  }

  body.page-id-8075 .pmos-contact-section .elementor-field-type-checkbox .elementor-field-subgroup {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}


/* ---------------------------------
   20) REDUCED MOTION
---------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .pmos-page * {
    transition: none !important;
  }
}
"""

path = Path("/mnt/data/pmos-services-template-clean.css")
path.write_text(css, encoding="utf-8")
print(f"Created {path} ({path.stat().st_size:,} bytes)")/* End custom CSS */