/* SmartAPEX font restore start */
/* The MontserratLight face used to be declared by the Use Any Font plugin.
   Updating that plugin to 6.4 regenerated its stylesheet and dropped the entry,
   so every paragraph silently fell back to the browser's default serif.
   Declaring it here instead keeps it out of the plugin's hands - the font file
   has always shipped with the theme.
   font-display: swap so text is readable immediately rather than invisible
   while the 188 KB file downloads. */
@font-face {
  font-family: 'MontserratLight';
  src: url('/wp-content/themes/montoya/webfonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MontserratLight';
  src: url('/wp-content/themes/montoya/webfonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* SmartAPEX font restore end */


@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
  font-family: MontserratLight;
  src: url(https://smartapex.es/wp-content/themes/montoya/webfonts/Montserrat-Light.ttf
);
}
@font-face {
  font-family: MontserratBold;
  src: url(https://smartapex.es/wp-content/themes/montoya/webfonts/Montserrat-Medium.ttf
);
}
.primary-font-title {
	font-family: MontserratBold;
	 text-transform: capitalize;
letter-spacing: -3px;
}
    .hero-title {
        font-size: calc(1rem + 12vw);
}
p {
	font-family: MontserratLight!important;
}
html, body {
    font-family: MontserratLight, sans-serif;

}
	.list-rotator li {
    font-size: calc(.5rem + 6vw)!important;
	}
	.small-font {
    font-size: 4em !important;
		}


.change-image:hover {
    background-image: url(https://smartapex.es/wp-content/uploads/2024/07/Untitled-700-x-500-px-3-2.png) !important;
}
/* .primary-font-title{
	font-size: 11em !important;
} */
.list-rotator li {
font-size: calc(.1rem + 5vw)!important;
}
.overlapping-image .slide-caption .slide-title {
font-size: calc(1rem + 8vw);
line-height: calc(1rem + 9.5vw) !important;
font-weight: 500;
overflow: hidden;
font-size:7em !important;
}
.snap-slider-captions .slide-title {
font-size: calc(1rem + 8vw) !important;
line-height: calc(1rem + 8.5vw);
}
.hero-title.caption-timeline.primary-font-title {
font-size: 7em !important;
}
.post-prev-caption.primary-font-title {
font-size: 5em !important;
}
.post-next-caption.primary-font-title{
font-size: 5em !important;
}
.next-hero-title.primary-font-title {
font-size: 7em !important;
}



/* SmartAPEX downloads page scoped styles. */
body.page-id-3939.page-template-default #hero {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
  }

  body.page-id-3939.page-template-default #main-page-content {
    opacity: 1 !important;
    padding: 0 !important;
    transform: none !important;
    visibility: visible !important;
  }

  body.page-id-3939.page-template-default #main-content,
  body.page-id-3939.page-template-default #main-page-content,
  body.page-id-3939.page-template-default .content-row {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  .sapex-downloads-v2 {
    --sapex-dark: #080808;
    --sapex-ink: #111;
    --sapex-muted: #666;
    --sapex-soft: #f3f3f0;
    --sapex-line: rgba(0, 0, 0, 0.12);
    --sapex-white-line: rgba(255, 255, 255, 0.16);
    background: #fff !important;
    color: var(--sapex-ink);
    font-family: inherit;
    letter-spacing: 0;
  }

  .sapex-downloads-v2 * {
    box-sizing: border-box;
  }

  .sapex-downloads-v2 a {
    color: inherit;
    text-decoration: none;
  }

  .sapex-downloads-v2 .sapex-container {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 34px;
  }

  .sapex-downloads-v2 .sapex-hero {
    align-items: flex-end;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.68)),
      url("/wp-content/uploads/2024/07/Untitled-design-24-1024x668.png") center/cover;
    color: #fff;
    display: flex;
    min-height: 78vh;
    padding: 170px 0 84px;
  }

  .sapex-downloads-v2 .sapex-hero-inner {
    max-width: 980px;
  }

  .sapex-downloads-v2 .sapex-kicker,
  .sapex-downloads-v2 .sapex-eyebrow {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.3;
    margin: 0 0 18px;
    text-transform: uppercase;
  }

  .sapex-downloads-v2 h1,
  .sapex-downloads-v2 h2,
  .sapex-downloads-v2 h3 {
    letter-spacing: 0;
    margin: 0;
  }

  .sapex-downloads-v2 h1 {
    color: #fff !important;
    font-size: clamp(46px, 8vw, 116px);
    line-height: 0.95;
    max-width: 900px;
  }

  .sapex-downloads-v2 .sapex-hero p {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(17px, 2.1vw, 24px);
    line-height: 1.55;
    margin: 28px 0 0;
    max-width: 780px;
  }

  .sapex-downloads-v2 .sapex-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
  }

  .sapex-downloads-v2 .sapex-button {
    align-items: center;
    border: 1px solid #111;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    min-height: 46px;
    padding: 13px 22px;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }

  .sapex-downloads-v2 .sapex-button-primary {
    background: #fff;
    border-color: #fff;
    color: #111;
  }

  .sapex-downloads-v2 .sapex-button-ghost {
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
  }

  .sapex-downloads-v2 .sapex-button-line {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.2);
    color: #111;
  }

  .sapex-downloads-v2 .sapex-button-disabled {
    background: #eee;
    border-color: #e2e2df;
    color: #777;
    cursor: not-allowed;
  }

  .sapex-downloads-v2 .sapex-section {
    background: #fff !important;
    padding: 96px 0;
  }

  .sapex-downloads-v2 .sapex-section.sapex-soft {
    background: var(--sapex-soft) !important;
  }

  .sapex-downloads-v2 .sapex-section.sapex-dark {
    background: var(--sapex-dark) !important;
    color: #fff;
  }

  .sapex-downloads-v2 .sapex-section-title {
    color: var(--sapex-ink) !important;
    font-size: clamp(32px, 5vw, 64px);
    line-height: 1.02;
    max-width: 850px;
  }

  .sapex-downloads-v2 .sapex-section:not(.sapex-dark) h2,
  .sapex-downloads-v2 .sapex-section:not(.sapex-dark) h3,
  .sapex-downloads-v2 .sapex-file-name {
    color: var(--sapex-ink) !important;
  }

  .sapex-downloads-v2 .sapex-dark .sapex-section-title,
  .sapex-downloads-v2 .sapex-dark h2,
  .sapex-downloads-v2 .sapex-dark h3 {
    color: #fff !important;
  }

  .sapex-downloads-v2 .sapex-section-copy {
    color: var(--sapex-muted);
    font-size: 17px;
    line-height: 1.72;
    margin: 24px 0 0;
    max-width: 800px;
  }

  .sapex-downloads-v2 .sapex-dark .sapex-section-copy,
  .sapex-downloads-v2 .sapex-dark .sapex-kicker {
    color: rgba(255, 255, 255, 0.65);
  }

  .sapex-downloads-v2 .sapex-grid {
    display: grid;
    gap: 18px;
    margin-top: 42px;
  }

  .sapex-downloads-v2 .sapex-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sapex-downloads-v2 .sapex-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sapex-downloads-v2 .sapex-card {
    background: #fff;
    border: 1px solid var(--sapex-line);
    border-radius: 8px;
    min-height: 100%;
    overflow: hidden;
  }

  .sapex-downloads-v2 .sapex-dark .sapex-card {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--sapex-white-line);
  }

  .sapex-downloads-v2 .sapex-card-body {
    padding: 28px;
  }

  .sapex-downloads-v2 .sapex-card-label {
    color: #777;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-bottom: 14px;
    text-transform: uppercase;
  }

  .sapex-downloads-v2 .sapex-card h3 {
    font-size: 24px;
    line-height: 1.12;
  }

  .sapex-downloads-v2 .sapex-card p,
  .sapex-downloads-v2 .sapex-card li {
    color: var(--sapex-muted);
    font-size: 15px;
    line-height: 1.68;
  }

  .sapex-downloads-v2 .sapex-dark .sapex-card p,
  .sapex-downloads-v2 .sapex-dark .sapex-card li,
  .sapex-downloads-v2 .sapex-dark .sapex-card-label {
    color: rgba(255, 255, 255, 0.66);
  }

  .sapex-downloads-v2 .sapex-card ul {
    margin: 20px 0 0;
    padding-left: 18px;
  }

  .sapex-downloads-v2 .sapex-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .sapex-downloads-v2 .sapex-file-row {
    align-items: center;
    border-top: 1px solid var(--sapex-line);
    display: grid;
    gap: 18px;
    grid-template-columns: 1.4fr 1fr auto;
    padding: 20px 0;
  }

  .sapex-downloads-v2 .sapex-file-row:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .sapex-downloads-v2 .sapex-file-name {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
  }

  .sapex-downloads-v2 .sapex-file-meta {
    color: #777;
    font-size: 14px;
    line-height: 1.5;
  }

  .sapex-downloads-v2 .sapex-note {
    background: #111;
    border-radius: 8px;
    color: #fff;
    margin-top: 38px;
    padding: 34px;
  }

  .sapex-downloads-v2 .sapex-note p {
    color: rgba(255, 255, 255, 0.72);
    margin: 12px 0 0;
  }

  @media (max-width: 900px) {
    .sapex-downloads-v2 .sapex-grid-2,
    .sapex-downloads-v2 .sapex-grid-3 {
      grid-template-columns: 1fr;
    }

    .sapex-downloads-v2 .sapex-file-row {
      align-items: flex-start;
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .sapex-downloads-v2 .sapex-container {
      padding: 0 22px;
    }

    .sapex-downloads-v2 .sapex-hero {
      min-height: 76vh;
      padding: 140px 0 58px;
    }

    .sapex-downloads-v2 .sapex-section {
      padding: 70px 0;
    }

    .sapex-downloads-v2 .sapex-card-body,
    .sapex-downloads-v2 .sapex-note {
      padding: 24px;
    }

  .sapex-downloads-v2 .sapex-button {
      width: 100%;
    }
  }

/* SmartAPEX product family detail pages scoped styles. */
body.page-id-3956.page-template-default #hero,
body.page-id-3957.page-template-default #hero,
body.page-id-3958.page-template-default #hero,
body.page-id-3959.page-template-default #hero,
body.page-id-3960.page-template-default #hero,
body.page-id-3961.page-template-default #hero {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
}

body.page-id-3956.page-template-default #main-page-content,
body.page-id-3957.page-template-default #main-page-content,
body.page-id-3958.page-template-default #main-page-content,
body.page-id-3959.page-template-default #main-page-content,
body.page-id-3960.page-template-default #main-page-content,
body.page-id-3961.page-template-default #main-page-content {
  opacity: 1 !important;
  padding: 0 !important;
  transform: none !important;
  visibility: visible !important;
}

body.page-id-3956.page-template-default #main-content,
body.page-id-3956.page-template-default #main-page-content,
body.page-id-3956.page-template-default .content-row,
body.page-id-3957.page-template-default #main-content,
body.page-id-3957.page-template-default #main-page-content,
body.page-id-3957.page-template-default .content-row,
body.page-id-3958.page-template-default #main-content,
body.page-id-3958.page-template-default #main-page-content,
body.page-id-3958.page-template-default .content-row,
body.page-id-3959.page-template-default #main-content,
body.page-id-3959.page-template-default #main-page-content,
body.page-id-3959.page-template-default .content-row,
body.page-id-3960.page-template-default #main-content,
body.page-id-3960.page-template-default #main-page-content,
body.page-id-3960.page-template-default .content-row,
body.page-id-3961.page-template-default #main-content,
body.page-id-3961.page-template-default #main-page-content,
body.page-id-3961.page-template-default .content-row {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}


.sapex-product-detail-v2 {
  --sapex-detail-dark: #070707;
  --sapex-detail-ink: #111111;
  --sapex-detail-muted: #666666;
  --sapex-detail-soft: #f3f3f0;
  --sapex-detail-line: rgba(0, 0, 0, 0.12);
  --sapex-detail-white-line: rgba(255, 255, 255, 0.16);
  --sapex-detail-accent: #35d0b0;
  background: #ffffff !important;
  color: var(--sapex-detail-ink);
  font-family: inherit;
  letter-spacing: 0;
}

.sapex-product-detail-v2 * {
  box-sizing: border-box;
}

.sapex-product-detail-v2 a {
  color: inherit;
  text-decoration: none;
}

.sapex-detail-container {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 34px;
}

.sapex-detail-hero {
  align-items: flex-end;
  background:
    linear-gradient(120deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.76) 58%, rgba(0, 0, 0, 0.62)),
    radial-gradient(circle at 78% 20%, rgba(53, 208, 176, 0.18), rgba(0, 0, 0, 0) 32%);
  color: #ffffff;
  display: flex;
  min-height: 68vh;
  padding: 170px 0 96px;
}

.sapex-detail-eyebrow,
.sapex-detail-kicker {
  color: var(--sapex-detail-accent) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.sapex-detail-hero h1 {
  color: #ffffff !important;
  font-size: clamp(44px, 7.2vw, 112px);
  line-height: 0.98;
  margin: 0;
  max-width: 1000px;
}

.sapex-detail-lead {
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.62;
  margin: 28px 0 0;
  max-width: 820px;
}

.sapex-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.sapex-detail-button {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.sapex-detail-button-primary {
  background: #ffffff;
  border-color: #ffffff;
  color: #111111 !important;
}

.sapex-detail-button-ghost {
  color: #ffffff !important;
}

.sapex-detail-button-dark {
  background: #111111;
  border-color: #111111;
  color: #ffffff !important;
}

.sapex-detail-button-line {
  background: transparent;
  border-color: rgba(17, 17, 17, 0.22);
  color: #111111 !important;
}

.sapex-detail-section {
  background: #ffffff !important;
  padding: 96px 0;
}

.sapex-detail-soft {
  background: var(--sapex-detail-soft) !important;
}

.sapex-detail-dark,
.sapex-detail-final {
  background: var(--sapex-detail-dark) !important;
  color: #ffffff;
}

.sapex-detail-section h2 {
  color: var(--sapex-detail-ink) !important;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.04;
  margin: 0;
  max-width: 880px;
}

.sapex-detail-dark h2,
.sapex-detail-final h2 {
  color: #ffffff !important;
}

.sapex-detail-two-col {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.sapex-detail-panel,
.sapex-detail-list-card,
.sapex-detail-card,
.sapex-detail-link-card {
  background: #ffffff;
  border: 1px solid var(--sapex-detail-line);
  border-radius: 8px;
}

.sapex-detail-panel,
.sapex-detail-list-card {
  padding: 32px;
}

.sapex-detail-panel p,
.sapex-detail-copy,
.sapex-detail-card p,
.sapex-detail-link-card span {
  color: var(--sapex-detail-muted) !important;
  font-size: 16px;
  line-height: 1.72;
  margin: 0;
}

.sapex-detail-list-card ul {
  margin: 0;
  padding-left: 18px;
}

.sapex-detail-list-card li {
  color: var(--sapex-detail-muted) !important;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.sapex-detail-list-card li:last-child {
  margin-bottom: 0;
}

.sapex-detail-list-card-dark {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--sapex-detail-white-line);
}

.sapex-detail-list-card-dark li {
  color: rgba(255, 255, 255, 0.72) !important;
}

.sapex-detail-card-grid,
.sapex-detail-link-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.sapex-detail-card {
  min-height: 150px;
  padding: 26px;
}

.sapex-detail-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sapex-detail-link-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 160px;
  padding: 28px;
}

.sapex-detail-link-card strong {
  color: var(--sapex-detail-ink) !important;
  font-size: 22px;
  line-height: 1.16;
}

.sapex-detail-table-wrap {
  border: 1px solid var(--sapex-detail-line);
  border-radius: 8px;
  margin-top: 42px;
  overflow-x: auto;
}

.sapex-detail-table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}

.sapex-detail-table th,
.sapex-detail-table td {
  border-bottom: 1px solid var(--sapex-detail-line);
  color: var(--sapex-detail-muted) !important;
  font-size: 14px;
  line-height: 1.58;
  padding: 20px 22px;
  text-align: left;
  vertical-align: top;
}

.sapex-detail-table th {
  color: var(--sapex-detail-ink) !important;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sapex-detail-table tr:last-child td {
  border-bottom: 0;
}

.sapex-detail-actions-light {
  margin-top: 28px;
}

.sapex-detail-final-inner {
  max-width: 900px;
}

.sapex-detail-final p {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 18px;
  line-height: 1.68;
  margin: 24px 0 0;
}

@media (max-width: 980px) {
  .sapex-detail-card-grid,
  .sapex-detail-link-grid,
  .sapex-detail-two-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .sapex-detail-container {
    padding: 0 22px;
  }

  .sapex-detail-hero {
    min-height: 74vh;
    padding: 132px 0 64px;
  }

  .sapex-detail-hero h1 {
    font-size: 40px;
    line-height: 1.04;
  }

  .sapex-detail-lead {
    font-size: 16px;
  }

  .sapex-detail-section {
    padding: 68px 0;
  }

  .sapex-detail-section h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .sapex-detail-panel,
  .sapex-detail-list-card,
  .sapex-detail-card,
  .sapex-detail-link-card {
    padding: 24px;
  }

  .sapex-detail-button {
    width: 100%;
  }
}

/* SmartAPEX Downloads Center table styles. */
.sapex-downloads-v2 .sapex-download-table-wrap {
  background: #ffffff;
  border: 1px solid var(--sapex-line);
  border-radius: 8px;
  margin-top: 42px;
  overflow-x: auto;
  width: 100%;
}

.sapex-downloads-v2 .sapex-download-table {
  border-collapse: collapse;
  min-width: 980px;
  width: 100%;
}

.sapex-downloads-v2 .sapex-download-table th,
.sapex-downloads-v2 .sapex-download-table td {
  border-bottom: 1px solid var(--sapex-line);
  color: var(--sapex-muted) !important;
  font-size: 13px;
  line-height: 1.55;
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
}

.sapex-downloads-v2 .sapex-download-table th {
  color: var(--sapex-ink) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sapex-downloads-v2 .sapex-download-table tr:last-child td {
  border-bottom: 0;
}

.sapex-downloads-v2 .sapex-download-table a {
  color: #111111 !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sapex-downloads-v2 .sapex-note strong {
  color: #ffffff !important;
}

.sapex-downloads-v2 .sapex-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .sapex-downloads-v2 .sapex-grid-4 {
    grid-template-columns: 1fr;
  }

  .sapex-downloads-v2 .sapex-download-table {
    min-width: 860px;
  }
}

/* SmartAPEX product-family hero typography polish - scoped to active product family pages */
body.page-id-3956 .sapex-detail-hero,
body.page-id-3957 .sapex-detail-hero,
body.page-id-3958 .sapex-detail-hero,
body.page-id-3959 .sapex-detail-hero,
body.page-id-3960 .sapex-detail-hero,
body.page-id-3961 .sapex-detail-hero {
  align-items: center;
  min-height: clamp(460px, 54vh, 620px);
  padding: 132px 0 76px;
}

body.page-id-3956 .sapex-detail-hero .sapex-detail-container,
body.page-id-3957 .sapex-detail-hero .sapex-detail-container,
body.page-id-3958 .sapex-detail-hero .sapex-detail-container,
body.page-id-3959 .sapex-detail-hero .sapex-detail-container,
body.page-id-3960 .sapex-detail-hero .sapex-detail-container,
body.page-id-3961 .sapex-detail-hero .sapex-detail-container {
  max-width: 1160px;
}

body.page-id-3956 .sapex-detail-hero h1,
body.page-id-3957 .sapex-detail-hero h1,
body.page-id-3958 .sapex-detail-hero h1,
body.page-id-3959 .sapex-detail-hero h1,
body.page-id-3960 .sapex-detail-hero h1,
body.page-id-3961 .sapex-detail-hero h1 {
  font-size: clamp(52px, 5.2vw, 82px);
  line-height: 1.06;
  max-width: 880px;
}

body.page-id-3956 .sapex-detail-lead,
body.page-id-3957 .sapex-detail-lead,
body.page-id-3958 .sapex-detail-lead,
body.page-id-3959 .sapex-detail-lead,
body.page-id-3960 .sapex-detail-lead,
body.page-id-3961 .sapex-detail-lead {
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.58;
  margin-top: 22px;
  max-width: 720px;
}

body.page-id-3956 .sapex-detail-actions,
body.page-id-3957 .sapex-detail-actions,
body.page-id-3958 .sapex-detail-actions,
body.page-id-3959 .sapex-detail-actions,
body.page-id-3960 .sapex-detail-actions,
body.page-id-3961 .sapex-detail-actions {
  margin-top: 28px;
}

@media (max-width: 1080px) {
  body.page-id-3956 .sapex-detail-hero,
  body.page-id-3957 .sapex-detail-hero,
  body.page-id-3958 .sapex-detail-hero,
  body.page-id-3959 .sapex-detail-hero,
  body.page-id-3960 .sapex-detail-hero,
  body.page-id-3961 .sapex-detail-hero {
    min-height: clamp(420px, 50vh, 560px);
    padding: 124px 0 66px;
  }

  body.page-id-3956 .sapex-detail-hero h1,
  body.page-id-3957 .sapex-detail-hero h1,
  body.page-id-3958 .sapex-detail-hero h1,
  body.page-id-3959 .sapex-detail-hero h1,
  body.page-id-3960 .sapex-detail-hero h1,
  body.page-id-3961 .sapex-detail-hero h1 {
    font-size: clamp(44px, 6vw, 60px);
    line-height: 1.08;
    max-width: 760px;
  }
}

@media (max-width: 620px) {
  body.page-id-3956 .sapex-detail-hero,
  body.page-id-3957 .sapex-detail-hero,
  body.page-id-3958 .sapex-detail-hero,
  body.page-id-3959 .sapex-detail-hero,
  body.page-id-3960 .sapex-detail-hero,
  body.page-id-3961 .sapex-detail-hero {
    min-height: auto;
    padding: 112px 0 48px;
  }

  body.page-id-3956 .sapex-detail-hero h1,
  body.page-id-3957 .sapex-detail-hero h1,
  body.page-id-3958 .sapex-detail-hero h1,
  body.page-id-3959 .sapex-detail-hero h1,
  body.page-id-3960 .sapex-detail-hero h1,
  body.page-id-3961 .sapex-detail-hero h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.1;
    max-width: 100%;
  }

  body.page-id-3956 .sapex-detail-lead,
  body.page-id-3957 .sapex-detail-lead,
  body.page-id-3958 .sapex-detail-lead,
  body.page-id-3959 .sapex-detail-lead,
  body.page-id-3960 .sapex-detail-lead,
  body.page-id-3961 .sapex-detail-lead {
    font-size: 15.5px;
    line-height: 1.55;
    margin-top: 18px;
  }

  body.page-id-3956 .sapex-detail-actions,
  body.page-id-3957 .sapex-detail-actions,
  body.page-id-3958 .sapex-detail-actions,
  body.page-id-3959 .sapex-detail-actions,
  body.page-id-3960 .sapex-detail-actions,
  body.page-id-3961 .sapex-detail-actions {
    gap: 10px;
    margin-top: 22px;
  }
}
/* End SmartAPEX product-family hero typography polish */

/* SmartAPEX product-family inner typography polish - scoped to active product family pages */
body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-section {
  padding: 76px 0;
}

body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-section h2 {
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.12;
  max-width: 720px;
}

body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-section h3 {
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.18;
}

body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-dark h2,
body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-final h2 {
  color: #fff !important;
}

body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-two-col {
  align-items: start;
  gap: 34px;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-card-grid,
body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-link-grid {
  align-items: stretch;
  gap: 14px;
  margin-top: 30px;
}

body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-card {
  min-height: 118px;
  padding: 22px;
}

body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-panel,
body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-list-card {
  padding: 26px;
}

body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-table-wrap {
  margin-top: 30px;
}

body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-final-inner {
  max-width: 820px;
}

@media (max-width: 980px) {
  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-section {
    padding: 62px 0;
  }

  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-section h2 {
    font-size: clamp(30px, 5.8vw, 42px);
    line-height: 1.12;
    max-width: 100%;
  }

  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-section h3 {
    font-size: clamp(18px, 3.2vw, 22px);
  }

  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-two-col {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-card-grid,
  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-link-grid {
    margin-top: 24px;
  }
}

@media (max-width: 620px) {
  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-section {
    padding: 52px 0;
  }

  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-section h2 {
    font-size: clamp(28px, 7.4vw, 34px);
    line-height: 1.14;
  }

  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-section h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-panel,
  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-list-card,
  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-card,
  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-link-card {
    padding: 20px;
  }

  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-card {
    min-height: 96px;
  }
}
/* End SmartAPEX product-family inner typography polish */


/* SmartAPEX product photos placement - supplied product images */
body.page-id-3924 .sapex-wall-photo-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.15fr 0.85fr;
}

body.page-id-3924 .sapex-wall-photo-grid img,
body.page-id-3924 .sapex-panel-visual img,
body.page-id-3913 .sapex-card-visual-photo img,
body.page-id-3959 .sapex-detail-photo-panel img,
body.page-id-3960 .sapex-detail-photo-panel img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.page-id-3924 .sapex-wall-photo-grid img {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
}

body.page-id-3924 .sapex-wall-photo-grid img:first-child {
  grid-row: span 2;
}

body.page-id-3924 .sapex-wall-photo-grid img:not(:first-child) {
  aspect-ratio: 16 / 8.35;
}

body.page-id-3924 .sapex-product-visual.sapex-wall-visual,
body.page-id-3924 .sapex-panel-visual {
  border-color: rgba(255, 255, 255, 0.16);
}

body.page-id-3924 .sapex-panel-visual img {
  aspect-ratio: 16 / 9;
}

body.page-id-3913 .sapex-card-visual-photo {
  background: #080b0f;
  height: 152px;
  overflow: hidden;
}

body.page-id-3913 .sapex-card-visual-photo:before {
  color: rgba(255, 255, 255, 0.82);
  z-index: 2;
}

body.page-id-3913 .sapex-card-visual-photo:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.48));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

body.page-id-3913 .sapex-card-visual-photo img {
  transition: transform 220ms ease;
}

body.page-id-3913 .sapex-family-card:hover .sapex-card-visual-photo img,
body.page-id-3913 .sapex-family-card:focus-within .sapex-card-visual-photo img {
  transform: scale(1.035);
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero-grid {
  align-items: end;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  width: 100%;
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-photo-panel {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
  margin: 0;
  overflow: hidden;
  position: relative;
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-photo-panel &gt; img {
  aspect-ratio: 16 / 9;
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-photo-panel figcaption {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 12px;
  line-height: 1.42;
  margin: 0;
  padding: 12px 14px 14px;
}

body.page-id-3960 .sapex-finish-thumbs {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 8px;
}

body.page-id-3960 .sapex-finish-thumbs img {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
}

@media (max-width: 900px) {
  body.page-id-3924 .sapex-wall-photo-grid,
  body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero-grid {
    grid-template-columns: 1fr;
  }

  body.page-id-3924 .sapex-wall-photo-grid img:first-child {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  body.page-id-3913 .sapex-card-visual-photo {
    height: 132px;
  }

  body.page-id-3960 .sapex-finish-thumbs {
    grid-template-columns: 1fr;
  }
}
/* End SmartAPEX product photos placement */
/* SmartAPEX product image background polish - large faded product visuals */
body.page-id-3924 .sapex-v2 .sapex-hero:before {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.18) 34%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.72) 38%, rgba(0, 0, 0, 0.34) 70%, rgba(0, 0, 0, 0.26) 100%),
    url('/wp-content/uploads/2026/06/smartapex-classic-pro-black-metal.jpg') !important;
  background-position: center right !important;
  background-size: cover !important;
}

body.page-id-3924 .sapex-v2 .sapex-hero:after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 60%),
    radial-gradient(circle at 75% 45%, rgba(83, 214, 165, 0.1), rgba(0, 0, 0, 0) 32%) !important;
}

body.page-id-3924 .sapex-section-wall,
body.page-id-3924 .sapex-section-panel {
  overflow: hidden;
  position: relative;
}

body.page-id-3924 .sapex-section-wall {
  background: #050706 !important;
}

body.page-id-3924 .sapex-section-wall:before,
body.page-id-3924 .sapex-section-panel:before,
body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero:before,
body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero:after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body.page-id-3924 .sapex-section-wall:before {
  background:
    linear-gradient(90deg, rgba(5, 7, 6, 0.98) 0%, rgba(5, 7, 6, 0.82) 44%, rgba(5, 7, 6, 0.5) 76%, rgba(5, 7, 6, 0.42) 100%),
    url('/wp-content/uploads/2026/06/smartapex-crystal-series-black-glass.jpg');
  background-position: center right;
  background-size: cover;
  opacity: 0.56;
}

body.page-id-3924 .sapex-section-wall .sapex-container,
body.page-id-3924 .sapex-section-panel .sapex-container {
  position: relative;
  z-index: 1;
}

body.page-id-3924 .sapex-section-wall .sapex-product-visual.sapex-wall-visual {
  display: none !important;
}

body.page-id-3924 .sapex-section-wall .sapex-wall-story {
  grid-template-columns: minmax(0, 680px);
}

body.page-id-3924 .sapex-section-wall .sapex-wall-architecture {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(7, 12, 10, 0.72);
  border-color: rgba(83, 214, 165, 0.18);
}

body.page-id-3924 .sapex-section-panel {
  background: #eef2ef !important;
}

body.page-id-3924 .sapex-section-panel:before {
  background:
    linear-gradient(90deg, rgba(238, 242, 239, 0.98) 0%, rgba(238, 242, 239, 0.88) 44%, rgba(238, 242, 239, 0.7) 72%, rgba(238, 242, 239, 0.56) 100%),
    url('/wp-content/uploads/2026/06/smartapex-din-rail-relay-module.jpg');
  background-position: center right;
  background-size: cover;
  opacity: 0.62;
}

body.page-id-3924 .sapex-section-panel .sapex-panel-visual {
  display: none !important;
}

body.page-id-3924 .sapex-section-panel .sapex-panel-story {
  grid-template-columns: minmax(0, 1fr);
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero {
  background: #111514 !important;
  min-height: 72vh;
  overflow: hidden;
  padding: 150px 0 88px;
  position: relative;
}

body.page-id-3959 .sapex-detail-hero:before {
  background-image: url('/wp-content/uploads/2026/06/smartapex-din-rail-relay-module.jpg');
  background-position: center right;
  background-size: cover;
  opacity: 0.72;
}

body.page-id-3960 .sapex-detail-hero:before {
  background-image: url('/wp-content/uploads/2026/06/smartapex-classic-pro-black-metal.jpg');
  background-position: center right;
  background-size: cover;
  opacity: 0.62;
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero:after {
  background:
    linear-gradient(90deg, rgba(5, 6, 6, 0.96) 0%, rgba(5, 6, 6, 0.82) 34%, rgba(5, 6, 6, 0.48) 66%, rgba(5, 6, 6, 0.32) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.12) 38%, rgba(0, 0, 0, 0.42) 100%);
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero &gt; .sapex-detail-container {
  position: relative;
  z-index: 1;
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero h1 {
  max-width: 740px;
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero .sapex-detail-lead {
  color: rgba(255, 255, 255, 0.82) !important;
  max-width: 700px;
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero-grid {
  display: block !important;
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-photo-panel {
  display: none !important;
}

@media (max-width: 900px) {
  body.page-id-3924 .sapex-v2 .sapex-hero:before,
  body.page-id-3924 .sapex-section-wall:before,
  body.page-id-3924 .sapex-section-panel:before,
  body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero:before {
    background-position: center right;
  }

  body.page-id-3924 .sapex-section-wall:before {
    opacity: 0.42;
  }

  body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero {
    min-height: auto;
    padding: 122px 0 62px;
  }

  body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero:after {
    background:
      linear-gradient(90deg, rgba(5, 6, 6, 0.94) 0%, rgba(5, 6, 6, 0.78) 58%, rgba(5, 6, 6, 0.52) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0.42) 100%);
  }
}
/* End SmartAPEX product image background polish */
/* SmartAPEX product hero text placement correction */
body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero {
  align-items: center !important;
  min-height: clamp(600px, 72vh, 760px) !important;
  padding: 132px 0 82px !important;
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero &gt; .sapex-detail-container {
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
  margin-left: clamp(42px, 6.2vw, 122px) !important;
  margin-right: auto !important;
  max-width: min(710px, calc(100vw - 84px)) !important;
  padding: 0 !important;
  width: min(710px, calc(100vw - 84px)) !important;
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero h1 {
  font-size: clamp(52px, 4.7vw, 78px) !important;
  line-height: 1.04 !important;
  margin: 0 !important;
  max-width: 710px !important;
  text-align: left !important;
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero .sapex-detail-eyebrow,
body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero .sapex-detail-lead,
body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero .sapex-detail-actions {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero .sapex-detail-lead {
  font-size: clamp(16px, 1.22vw, 19px) !important;
  line-height: 1.56 !important;
  max-width: 680px !important;
}

body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero:after {
  background:
    linear-gradient(90deg, rgba(5, 6, 6, 0.98) 0%, rgba(5, 6, 6, 0.9) 31%, rgba(5, 6, 6, 0.5) 58%, rgba(5, 6, 6, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.1) 38%, rgba(0, 0, 0, 0.36) 100%) !important;
}

body.page-id-3959 .sapex-detail-hero:before {
  background-position: center right !important;
  opacity: 0.78 !important;
}

body.page-id-3960 .sapex-detail-hero:before {
  background-position: center right !important;
  opacity: 0.7 !important;
}

@media (min-width: 1600px) {
  body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero &gt; .sapex-detail-container {
    margin-left: clamp(96px, 7.8vw, 150px) !important;
  }
}

@media (max-width: 900px) {
  body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero {
    min-height: auto !important;
    padding: 118px 0 58px !important;
  }

  body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero &gt; .sapex-detail-container {
    margin-left: 22px !important;
    margin-right: 22px !important;
    max-width: calc(100vw - 44px) !important;
    width: calc(100vw - 44px) !important;
  }

  body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero h1 {
    font-size: clamp(36px, 10vw, 48px) !important;
    line-height: 1.06 !important;
  }

  body:is(.page-id-3959, .page-id-3960) .sapex-detail-hero:after {
    background:
      linear-gradient(90deg, rgba(5, 6, 6, 0.96) 0%, rgba(5, 6, 6, 0.78) 62%, rgba(5, 6, 6, 0.48) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.42) 100%) !important;
  }
}
/* End SmartAPEX product hero text placement correction */
/* SmartAPEX EU wall box compatibility block */
body.page-id-3924 .sapex-eu-wallbox-home {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-top: 18px;
  overflow: hidden;
  padding: 12px;
}

body.page-id-3924 .sapex-eu-wallbox-home figure,
body.page-id-3960 .sapex-eu-wallbox-figure {
  margin: 0;
}

body.page-id-3924 .sapex-eu-wallbox-home img,
body.page-id-3960 .sapex-eu-wallbox-figure img {
  border-radius: 6px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.page-id-3924 .sapex-eu-wallbox-home img {
  aspect-ratio: 16 / 10.2;
  background: #ffffff;
}

body.page-id-3924 .sapex-eu-wallbox-copy {
  padding: 10px 10px 10px 0;
}

body.page-id-3924 .sapex-eu-wallbox-copy span,
body.page-id-3960 .sapex-eu-wallbox-copy span {
  color: var(--sapex-accent) !important;
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase;
}

body.page-id-3924 .sapex-eu-wallbox-copy h3 {
  color: #ffffff !important;
  font-size: 24px;
  line-height: 1.14;
  margin: 0 0 10px;
}

body.page-id-3924 .sapex-eu-wallbox-copy p {
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 14px;
  line-height: 1.58;
  margin: 0;
}

body.page-id-3924 .sapex-eu-wallbox-points,
body.page-id-3960 .sapex-eu-wallbox-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

body.page-id-3924 .sapex-eu-wallbox-points span,
body.page-id-3960 .sapex-eu-wallbox-points span {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  padding: 8px 10px;
}

body.page-id-3924 .sapex-eu-wallbox-points span {
  background: rgba(83, 214, 165, 0.1);
  border: 1px solid rgba(83, 214, 165, 0.18);
  color: rgba(255, 255, 255, 0.84) !important;
}

body.page-id-3960 .sapex-eu-wallbox-section {
  background: #f3f5f2 !important;
}

body.page-id-3960 .sapex-eu-wallbox-grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
}

body.page-id-3960 .sapex-eu-wallbox-figure {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(17, 17, 17, 0.08);
  overflow: hidden;
  padding: 10px;
}

body.page-id-3960 .sapex-eu-wallbox-figure img {
  aspect-ratio: 16 / 11.2;
}

body.page-id-3960 .sapex-eu-wallbox-figure figcaption {
  color: #69706a !important;
  font-size: 12px;
  line-height: 1.45;
  margin: 10px 3px 2px;
}

body.page-id-3960 .sapex-eu-wallbox-copy h2 {
  color: #111111 !important;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  margin: 0;
}

body.page-id-3960 .sapex-eu-wallbox-copy p {
  color: #5b625e !important;
  font-size: 16px;
  line-height: 1.66;
  margin: 18px 0 0;
}

body.page-id-3960 .sapex-eu-wallbox-points span {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: #29302c !important;
}

@media (max-width: 900px) {
  body.page-id-3924 .sapex-eu-wallbox-home,
  body.page-id-3960 .sapex-eu-wallbox-grid {
    grid-template-columns: 1fr;
  }

  body.page-id-3924 .sapex-eu-wallbox-copy {
    padding: 2px;
  }
}
/* End SmartAPEX EU wall box compatibility block */
/* SmartAPEX EU wall box image visibility correction */
body.page-id-3924 .sapex-eu-wallbox-home figure,
body.page-id-3960 .sapex-eu-wallbox-figure {
  background:
    radial-gradient(circle at 62% 34%, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0) 38%),
    linear-gradient(135deg, #ffffff 0%, #eef1ee 100%);
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.06);
}

body.page-id-3924 .sapex-eu-wallbox-home img,
body.page-id-3960 .sapex-eu-wallbox-figure img {
  background: transparent;
  filter: contrast(1.08) saturate(0.98);
  object-fit: contain !important;
}

body.page-id-3924 .sapex-eu-wallbox-home figure {
  border-radius: 6px;
  padding: 8px;
}

body.page-id-3924 .sapex-eu-wallbox-home img {
  aspect-ratio: 16 / 10.2;
}

body.page-id-3960 .sapex-eu-wallbox-figure img {
  aspect-ratio: 16 / 11.2;
}
/* End SmartAPEX EU wall box image visibility correction */

/* SmartAPEX EU wall box decisive visual treatment */
body.page-id-3924 .sapex-eu-wallbox-home figure,
body.page-id-3960 .sapex-eu-wallbox-figure {
  aspect-ratio: 16 / 10.8;
  background: #e6ebe6 !important;
  min-height: 248px;
  position: relative;
}

body.page-id-3924 .sapex-eu-wallbox-home figure::before,
body.page-id-3960 .sapex-eu-wallbox-figure::before {
  background-image: url('https://smartapex.es/wp-content/uploads/2026/06/smartapex-eu-wall-box-compatible-back-unit.png');
  background-position: 50% 43%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: contrast(1.34) brightness(0.9) saturate(0.96);
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
  transform: scale(1.045);
  z-index: 0;
}

body.page-id-3924 .sapex-eu-wallbox-home figure::after,
body.page-id-3960 .sapex-eu-wallbox-figure::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 52%, rgba(13,18,16,0.14) 100%),
    inset 0 0 0 1px rgba(17,17,17,0.08);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

body.page-id-3924 .sapex-eu-wallbox-home img,
body.page-id-3960 .sapex-eu-wallbox-figure img {
  opacity: 0 !important;
  pointer-events: none;
}

body.page-id-3960 .sapex-eu-wallbox-figure figcaption {
  background: rgba(26, 31, 28, 0.62);
  bottom: 10px;
  color: rgba(255,255,255,0.86) !important;
  left: 10px;
  margin: 0;
  padding: 8px 10px;
  position: absolute;
  right: 10px;
  z-index: 2;
}

@media (max-width: 900px) {
  body.page-id-3924 .sapex-eu-wallbox-home figure,
  body.page-id-3960 .sapex-eu-wallbox-figure {
    aspect-ratio: 4 / 3;
    min-height: 220px;
  }

  body.page-id-3924 .sapex-eu-wallbox-home figure::before,
  body.page-id-3960 .sapex-eu-wallbox-figure::before {
    background-size: cover;
    transform: scale(1.08);
  }
}
/* End SmartAPEX EU wall box decisive visual treatment */

/* SmartAPEX restore first homepage hero image */
body.page-id-3924 .sapex-v2 .sapex-hero:before {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.64) 46%, rgba(0, 0, 0, 0.18) 100%),
    url('/wp-content/uploads/2024/07/Untitled-design-23-1024x668.png') !important;
  background-position: center !important;
  background-size: cover !important;
}

body.page-id-3924 .sapex-v2 .sapex-hero:after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.18) 32%, rgba(0, 0, 0, 0) 64%) !important;
}
/* End SmartAPEX restore first homepage hero image */

/* SmartAPEX product detail hero readability correction */
body.page-id-3956 .sapex-detail-hero,
body.page-id-3957 .sapex-detail-hero,
body.page-id-3958 .sapex-detail-hero,
body.page-id-3959 .sapex-detail-hero,
body.page-id-3960 .sapex-detail-hero,
body.page-id-3961 .sapex-detail-hero {
  isolation: isolate !important;
}

body.page-id-3956 .sapex-detail-hero::before,
body.page-id-3957 .sapex-detail-hero::before,
body.page-id-3958 .sapex-detail-hero::before,
body.page-id-3959 .sapex-detail-hero::before,
body.page-id-3960 .sapex-detail-hero::before,
body.page-id-3961 .sapex-detail-hero::before {
  z-index: 0 !important;
}

body.page-id-3956 .sapex-detail-hero::after,
body.page-id-3957 .sapex-detail-hero::after,
body.page-id-3958 .sapex-detail-hero::after,
body.page-id-3959 .sapex-detail-hero::after,
body.page-id-3960 .sapex-detail-hero::after,
body.page-id-3961 .sapex-detail-hero::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 36%, rgba(0, 0, 0, 0.34) 68%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.1) 44%, rgba(0, 0, 0, 0.38) 100%) !important;
  z-index: 1 !important;
}

body.page-id-3956 .sapex-detail-hero .sapex-detail-container,
body.page-id-3957 .sapex-detail-hero .sapex-detail-container,
body.page-id-3958 .sapex-detail-hero .sapex-detail-container,
body.page-id-3959 .sapex-detail-hero .sapex-detail-container,
body.page-id-3960 .sapex-detail-hero .sapex-detail-container,
body.page-id-3961 .sapex-detail-hero .sapex-detail-container {
  opacity: 1 !important;
  position: relative !important;
  transform: none !important;
  visibility: visible !important;
  z-index: 3 !important;
}

body.page-id-3956 .sapex-detail-hero .sapex-detail-eyebrow,
body.page-id-3957 .sapex-detail-hero .sapex-detail-eyebrow,
body.page-id-3958 .sapex-detail-hero .sapex-detail-eyebrow,
body.page-id-3959 .sapex-detail-hero .sapex-detail-eyebrow,
body.page-id-3960 .sapex-detail-hero .sapex-detail-eyebrow,
body.page-id-3961 .sapex-detail-hero .sapex-detail-eyebrow {
  color: #35d0b0 !important;
  opacity: 1 !important;
}

body.page-id-3956 .sapex-detail-hero h1,
body.page-id-3957 .sapex-detail-hero h1,
body.page-id-3958 .sapex-detail-hero h1,
body.page-id-3959 .sapex-detail-hero h1,
body.page-id-3960 .sapex-detail-hero h1,
body.page-id-3961 .sapex-detail-hero h1 {
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.42) !important;
}

body.page-id-3956 .sapex-detail-hero .sapex-detail-lead,
body.page-id-3957 .sapex-detail-hero .sapex-detail-lead,
body.page-id-3958 .sapex-detail-hero .sapex-detail-lead,
body.page-id-3959 .sapex-detail-hero .sapex-detail-lead,
body.page-id-3960 .sapex-detail-hero .sapex-detail-lead,
body.page-id-3961 .sapex-detail-hero .sapex-detail-lead {
  color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1 !important;
}

body.page-id-3956 .sapex-detail-button,
body.page-id-3957 .sapex-detail-button,
body.page-id-3958 .sapex-detail-button,
body.page-id-3959 .sapex-detail-button,
body.page-id-3960 .sapex-detail-button,
body.page-id-3961 .sapex-detail-button {
  opacity: 1 !important;
}
/* End SmartAPEX product detail hero readability correction */

/* SmartAPEX product-family protected hero image system */
body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-hero {
  background: #070808 !important;
  isolation: isolate !important;
  overflow: hidden !important;
  position: relative !important;
}

body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-hero::before {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  bottom: 0 !important;
  content: "" !important;
  filter: brightness(0.72) contrast(0.82) saturate(0.86) blur(0.6px) !important;
  height: 100% !important;
  left: auto !important;
  opacity: 0.62 !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  transform: scale(1.025) !important;
  width: 58% !important;
  z-index: 0 !important;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.22) 22%, rgba(0,0,0,0.82) 46%, rgba(0,0,0,1) 100%);
  mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.22) 22%, rgba(0,0,0,0.82) 46%, rgba(0,0,0,1) 100%);
}

body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-hero::after {
  background:
    linear-gradient(90deg,
      rgba(0,0,0,0.985) 0%,
      rgba(0,0,0,0.96) 36%,
      rgba(0,0,0,0.78) 54%,
      rgba(0,0,0,0.42) 76%,
      rgba(0,0,0,0.24) 100%
    ),
    radial-gradient(circle at 82% 46%, rgba(22,136,255,0.12), rgba(22,136,255,0) 30%),
    radial-gradient(circle at 92% 72%, rgba(227,6,19,0.1), rgba(227,6,19,0) 28%) !important;
  bottom: 0 !important;
  content: "" !important;
  left: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 1 !important;
}

body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-hero .sapex-detail-container {
  max-width: min(760px, calc(100vw - 84px)) !important;
  opacity: 1 !important;
  position: relative !important;
  transform: none !important;
  visibility: visible !important;
  width: min(760px, calc(100vw - 84px)) !important;
  z-index: 3 !important;
}

body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-hero .sapex-detail-eyebrow,
body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-hero h1,
body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-hero .sapex-detail-lead,
body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-hero .sapex-detail-actions {
  opacity: 1 !important;
  position: relative !important;
  z-index: 4 !important;
}

body.page-id-3956 .sapex-detail-hero::before {
  background-image: url('https://smartapex.es/wp-content/uploads/2026/06/smartapex-lighting-control-villa-hero.png') !important;
  background-position: right center !important;
  opacity: 0.72 !important;
  width: 64% !important;
}

body.page-id-3959 .sapex-detail-hero::before {
  background-image: url('/wp-content/uploads/2026/06/smartapex-din-rail-relay-module.jpg') !important;
  background-position: right center !important;
  filter: brightness(0.56) contrast(0.68) saturate(0.82) blur(1.35px) !important;
  left: 54% !important;
  opacity: 0.54 !important;
  transform: scale(1.055) !important;
  width: 46% !important;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.12) 22%, rgba(0,0,0,0.72) 48%, rgba(0,0,0,1) 100%);
  mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.12) 22%, rgba(0,0,0,0.72) 48%, rgba(0,0,0,1) 100%);
}

body.page-id-3959 .sapex-detail-hero::after {
  background:
    linear-gradient(90deg,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,0.99) 44%,
      rgba(0,0,0,0.92) 56%,
      rgba(0,0,0,0.66) 70%,
      rgba(0,0,0,0.34) 100%
    ),
    radial-gradient(circle at 82% 36%, rgba(22,136,255,0.14), rgba(22,136,255,0) 28%),
    radial-gradient(circle at 90% 76%, rgba(227,6,19,0.12), rgba(227,6,19,0) 24%) !important;
}

body.page-id-3960 .sapex-detail-hero::before {
  background-image: url('/wp-content/uploads/2026/06/smartapex-classic-pro-black-metal.jpg') !important;
  background-position: right center !important;
  filter: brightness(0.62) contrast(0.78) saturate(0.86) blur(0.85px) !important;
  left: 48% !important;
  opacity: 0.58 !important;
  width: 52% !important;
}

@media (max-width: 900px) {
  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-hero::before {
    background-position: right center !important;
    filter: brightness(0.5) contrast(0.66) saturate(0.78) blur(1.8px) !important;
    left: 34% !important;
    opacity: 0.28 !important;
    width: 66% !important;
  }

  body:is(.page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961) .sapex-detail-hero::after {
    background:
      linear-gradient(90deg,
        rgba(0,0,0,0.99) 0%,
        rgba(0,0,0,0.96) 56%,
        rgba(0,0,0,0.76) 82%,
        rgba(0,0,0,0.58) 100%
      ) !important;
  }
}
/* End SmartAPEX product-family protected hero image system */

/* SmartAPEX taxonomy refactor v3 */
.sapex-tax-v3 {
  --sapex-red: #E30613;
  --sapex-blue: #1688ff;
  --sapex-green: #35d0b0;
  --sapex-ink: #101010;
  --sapex-soft: #f4f5f2;
  background: #fff;
  color: var(--sapex-ink);
  font-family: inherit;
  overflow: hidden;
}

.sapex-tax-v3 * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.sapex-tax-v3 a {
  color: inherit;
  text-decoration: none;
}

.sapex-tax-container {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 34px;
}

.sapex-tax-hero {
  align-items: center;
  background:
    radial-gradient(circle at 82% 28%, rgba(22,136,255,0.12), rgba(22,136,255,0) 30%),
    radial-gradient(circle at 94% 78%, rgba(227,6,19,0.13), rgba(227,6,19,0) 28%),
    #070707 !important;
  color: #fff;
  display: flex;
  min-height: 620px;
  padding: 124px 0 96px;
  position: relative;
}

.sapex-tax-hero-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
}

.sapex-tax-copy {
  max-width: 700px;
}

.sapex-tax-eyebrow,
.sapex-tax-section-eyebrow {
  color: var(--sapex-green) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.sapex-tax-hero h1 {
  color: #fff !important;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 850;
  line-height: 1.05;
  margin: 0;
  max-width: 620px;
}

.sapex-tax-lead {
  color: rgba(255,255,255,0.82) !important;
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.68;
  margin: 24px 0 0;
  max-width: 620px;
}

.sapex-tax-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.sapex-tax-button {
  align-items: center;
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.sapex-tax-button:hover {
  transform: translateY(-1px);
}

.sapex-tax-button-primary {
  background: #fff;
  border-color: #fff;
  color: #050505 !important;
}

.sapex-tax-button-secondary {
  color: #fff !important;
}

.sapex-tax-visual {
  aspect-ratio: 16 / 10;
  background: #111;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  box-shadow: 0 32px 90px rgba(0,0,0,0.42);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.sapex-tax-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.94;
  width: 100%;
}

.sapex-tax-visual::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.24), rgba(0,0,0,0.04) 46%, rgba(0,0,0,0.16)),
    radial-gradient(circle at 82% 25%, rgba(22,136,255,0.16), rgba(22,136,255,0) 32%),
    radial-gradient(circle at 18% 78%, rgba(227,6,19,0.13), rgba(227,6,19,0) 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.sapex-tax-visual-din img {
  filter: brightness(0.88) contrast(0.92) saturate(0.9);
  object-position: right center;
}

.sapex-tax-visual-diagram {
  display: grid;
  place-items: center;
}

.sapex-tax-visual-diagram span {
  border: 1px solid rgba(53,208,176,0.44);
  border-radius: 999px;
  height: 42%;
  position: absolute;
  width: 42%;
}

.sapex-tax-visual-diagram span:nth-child(2) {
  height: 66%;
  width: 66%;
}

.sapex-tax-visual-diagram span:nth-child(3) {
  height: 18%;
  width: 18%;
}

.sapex-tax-visual-diagram i {
  background: linear-gradient(135deg, var(--sapex-red), var(--sapex-blue));
  border-radius: 999px;
  height: 12px;
  width: 12px;
}

.sapex-tax-section {
  background: #fff;
  padding: 82px 0;
}

.sapex-tax-light,
.sapex-tax-soft {
  background: var(--sapex-soft);
}

.sapex-tax-section h2,
.sapex-configurator h2 {
  color: #111 !important;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 850;
  line-height: 1.06;
  margin: 0;
  max-width: 780px;
}

.sapex-tax-section-lead,
.sapex-configurator p {
  color: #5d625f !important;
  font-size: 17px;
  line-height: 1.66;
  margin: 18px 0 0;
  max-width: 820px;
}

.sapex-tax-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.sapex-tax-card {
  background: #fff;
  border: 1px solid rgba(17,17,17,0.1);
  border-radius: 12px;
  min-height: 100%;
  padding: 24px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sapex-tax-card:hover {
  border-color: rgba(227,6,19,0.24);
  box-shadow: 0 18px 50px rgba(17,17,17,0.08);
  transform: translateY(-2px);
}

.sapex-tax-card span {
  color: var(--sapex-green);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.sapex-tax-card h3 {
  color: #111 !important;
  font-size: 23px;
  line-height: 1.12;
  margin: 0;
}

.sapex-tax-card p,
.sapex-tax-card li {
  color: #626865 !important;
  font-size: 14px;
  line-height: 1.55;
}

.sapex-tax-card p {
  margin: 14px 0 0;
}

.sapex-tax-card ul {
  margin: 16px 0 0;
  padding-left: 17px;
}

.sapex-tax-card em {
  color: #111;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  margin-top: 18px;
}

.sapex-configurator {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
}

.sapex-selector-form {
  background: #fff;
  border: 1px solid rgba(17,17,17,0.1);
  border-radius: 14px;
  display: grid;
  gap: 16px;
  padding: 20px;
}

.sapex-selector-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.sapex-selector-form legend {
  color: #111;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 9px;
}

.sapex-selector-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sapex-selector-options label {
  cursor: pointer;
}

.sapex-selector-options input {
  position: absolute;
  opacity: 0;
}

.sapex-selector-options span {
  background: #f5f6f4;
  border: 1px solid rgba(17,17,17,0.1);
  border-radius: 999px;
  color: #262a28;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  padding: 10px 13px;
}

.sapex-selector-options input:checked + span,
.sapex-selector-options label:first-child span {
  background: #111;
  border-color: #111;
  color: #fff;
}

@media (max-width: 1100px) {
  .sapex-tax-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .sapex-tax-hero {
    min-height: auto;
    padding: 104px 0 58px;
  }

  .sapex-tax-hero-grid,
  .sapex-configurator {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .sapex-tax-hero h1 {
    font-size: clamp(38px, 11vw, 52px);
    max-width: 620px;
  }

  .sapex-tax-lead {
    font-size: 17px;
  }

  .sapex-tax-visual {
    border-radius: 18px;
  }

  .sapex-tax-section {
    padding: 56px 0;
  }
}

@media (max-width: 640px) {
  .sapex-tax-container {
    padding: 0 22px;
  }

  .sapex-tax-card-grid {
    grid-template-columns: 1fr;
  }

  .sapex-tax-actions {
    flex-direction: column;
  }

  .sapex-tax-button {
    width: 100%;
  }
}
/* End SmartAPEX taxonomy refactor v3 */

/* SmartAPEX taxonomy hero cleanup */
body:is(.page-id-3913, .page-id-3925, .page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961, .page-id-4113, .page-id-4114, .page-id-4115, .page-id-4122, .page-id-4302, .page-id-4303, .page-id-4304, .page-id-4305, .page-id-4306, .page-id-4307, .page-id-4308, .page-id-4309) #hero {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

body:is(.page-id-3913, .page-id-3925, .page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961, .page-id-4113, .page-id-4114, .page-id-4115, .page-id-4122, .page-id-4302, .page-id-4303, .page-id-4304, .page-id-4305, .page-id-4306, .page-id-4307, .page-id-4308, .page-id-4309) #main,
body:is(.page-id-3913, .page-id-3925, .page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961, .page-id-4113, .page-id-4114, .page-id-4115, .page-id-4122, .page-id-4302, .page-id-4303, .page-id-4304, .page-id-4305, .page-id-4306, .page-id-4307, .page-id-4308, .page-id-4309) #main-content,
body:is(.page-id-3913, .page-id-3925, .page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961, .page-id-4113, .page-id-4114, .page-id-4115, .page-id-4122, .page-id-4302, .page-id-4303, .page-id-4304, .page-id-4305, .page-id-4306, .page-id-4307, .page-id-4308, .page-id-4309) #main-page-content,
body:is(.page-id-3913, .page-id-3925, .page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961, .page-id-4113, .page-id-4114, .page-id-4115, .page-id-4122, .page-id-4302, .page-id-4303, .page-id-4304, .page-id-4305, .page-id-4306, .page-id-4307, .page-id-4308, .page-id-4309) #clapat-page-content {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

body:is(.page-id-3913, .page-id-3925, .page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961, .page-id-4113, .page-id-4114, .page-id-4115, .page-id-4122, .page-id-4302, .page-id-4303, .page-id-4304, .page-id-4305, .page-id-4306, .page-id-4307, .page-id-4308, .page-id-4309) #main-content {
  padding-top: 0 !important;
}
/* End SmartAPEX taxonomy hero cleanup */

/* SmartAPEX taxonomy mobile overflow fix */
.sapex-tax-v3 {
  max-width: 100% !important;
  overflow-x: hidden !important;
  width: 100% !important;
}

.sapex-tax-v3 .sapex-tax-container {
  box-sizing: border-box !important;
  max-width: 1320px !important;
  width: 100% !important;
}

.sapex-tax-v3 .sapex-tax-copy,
.sapex-tax-v3 .sapex-tax-lead,
.sapex-tax-v3 .sapex-tax-actions,
.sapex-tax-v3 .sapex-tax-visual {
  max-width: 100% !important;
  min-width: 0 !important;
}

.sapex-tax-v3 .sapex-tax-hero h1,
.sapex-tax-v3 .sapex-tax-lead,
.sapex-tax-v3 .sapex-tax-card p,
.sapex-tax-v3 .sapex-tax-card li {
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

@media (max-width: 640px) {
  .sapex-tax-v3 .sapex-tax-container {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .sapex-tax-v3 .sapex-tax-actions {
    align-items: stretch !important;
    width: 100% !important;
  }

  .sapex-tax-v3 .sapex-tax-button {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    width: 100% !important;
  }

  .sapex-tax-v3 .sapex-tax-visual {
    aspect-ratio: 4 / 3 !important;
  }
}
/* End SmartAPEX taxonomy mobile overflow fix */

/* SmartAPEX taxonomy mobile copy width */
@media (max-width: 640px) {
  .sapex-tax-v3 .sapex-tax-copy {
    width: 100% !important;
  }

  .sapex-tax-v3 .sapex-tax-lead {
    font-size: 16px !important;
    line-height: 1.62 !important;
    max-width: min(312px, calc(100vw - 58px)) !important;
    width: auto !important;
  }
}
/* End SmartAPEX taxonomy mobile copy width */

/* SmartAPEX taxonomy final mobile hero width clamp */
@media (max-width: 640px) {
  .sapex-tax-v3 .sapex-tax-copy,
  .sapex-tax-v3 .sapex-tax-actions,
  .sapex-tax-v3 .sapex-tax-visual {
    box-sizing: border-box !important;
    max-width: calc(100vw - 44px) !important;
    width: calc(100vw - 44px) !important;
  }

  .sapex-tax-v3 .sapex-tax-button {
    flex: 0 0 auto !important;
    max-width: calc(100vw - 44px) !important;
    width: calc(100vw - 44px) !important;
  }
}
/* End SmartAPEX taxonomy final mobile hero width clamp */

/* SmartAPEX Fibaro-inspired typography */
:root {
  --sapex-fibaro-font: "Lato", "Segoe UI Light", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body,
button,
input,
select,
textarea,
#clapat-page-content,
.sapex-v2,
.sapex-tax-v3 {
  font-family: var(--sapex-fibaro-font) !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
}

p,
li,
.sapex-v2 p,
.sapex-tax-v3 p,
.sapex-tax-v3 li {
  font-weight: 300 !important;
  letter-spacing: 0 !important;
}

header nav a,
#menu-main-menu a,
#menu-smartapex-modern-menu a,
.menu a,
.sapex-button,
.sapex-tax-button,
.sapex-selector-options span {
  font-family: var(--sapex-fibaro-font) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sapex-hero h1,
.sapex-section-title,
.sapex-final h2,
.sapex-card h3,
.sapex-tax-hero h1,
.sapex-tax-section h2,
.sapex-configurator h2,
.sapex-tax-card h3 {
  font-family: var(--sapex-fibaro-font) !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
}

.sapex-hero h1 {
  font-size: clamp(48px, 5.2vw, 78px) !important;
  font-weight: 400 !important;
  line-height: 1.06 !important;
}

.sapex-tax-hero h1 {
  font-size: clamp(44px, 4.4vw, 68px) !important;
  font-weight: 300 !important;
  line-height: 1.08 !important;
  max-width: 620px !important;
}

.sapex-tax-lead {
  font-size: clamp(20px, 1.6vw, 23px) !important;
  font-weight: 300 !important;
  line-height: 1.62 !important;
}

.sapex-tax-section h2,
.sapex-configurator h2 {
  font-size: clamp(32px, 3.2vw, 48px) !important;
  font-weight: 300 !important;
  line-height: 1.16 !important;
}

.sapex-tax-card h3 {
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

.sapex-tax-eyebrow,
.sapex-tax-section-eyebrow,
.sapex-kicker,
.sapex-hero-eyebrow,
.sapex-tax-card span {
  font-family: var(--sapex-fibaro-font) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.sapex-tax-button,
.sapex-button {
  font-weight: 400 !important;
}

.sapex-tax-button-primary,
.sapex-button-primary {
  font-weight: 700 !important;
}

@media (max-width: 900px) {
  .sapex-tax-hero h1 {
    font-size: clamp(38px, 10vw, 50px) !important;
    line-height: 1.1 !important;
  }

  .sapex-hero h1 {
    font-size: clamp(42px, 11vw, 58px) !important;
  }
}

@media (max-width: 640px) {
  .sapex-tax-lead {
    font-size: 16px !important;
    line-height: 1.58 !important;
  }
}
/* End SmartAPEX Fibaro-inspired typography */

/* SmartAPEX simplified homepage wall controls */
body.page-id-3924 .sapex-wall-simple {
  background:
    radial-gradient(circle at 78% 12%, rgba(53,208,176,0.12), rgba(53,208,176,0) 28%),
    linear-gradient(135deg, #070707 0%, #111413 58%, #080808 100%) !important;
  padding: 76px 24px 70px !important;
}

body.page-id-3924 .sapex-wall-simple-inner {
  max-width: 980px !important;
}

body.page-id-3924 .sapex-wall-simple .sapex-section-title {
  max-width: 760px !important;
}

body.page-id-3924 .sapex-wall-simple .sapex-section-copy {
  max-width: 680px !important;
}

body.page-id-3924 .sapex-wall-pill-grid {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin-top: 30px !important;
  max-width: 980px !important;
}

body.page-id-3924 .sapex-wall-pill-grid span {
  align-items: center !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  border-radius: 999px !important;
  color: rgba(255,255,255,0.88) !important;
  display: flex !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  justify-content: center !important;
  line-height: 1.32 !important;
  min-height: 50px !important;
  padding: 10px 18px !important;
  text-align: center !important;
}

body.page-id-3924 .sapex-wallbox-simple {
  background: #f4f5f2 !important;
  color: #111 !important;
  padding: 70px 24px 76px !important;
}

body.page-id-3924 .sapex-wallbox-simple-grid {
  align-items: center !important;
  display: grid !important;
  gap: 56px !important;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr) !important;
}

body.page-id-3924 .sapex-wallbox-simple-visual {
  background: #fff !important;
  border: 1px solid rgba(17,17,17,0.08) !important;
  border-radius: 22px !important;
  box-shadow: 0 28px 70px rgba(17,17,17,0.08) !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body.page-id-3924 .sapex-wallbox-simple-visual img {
  display: block !important;
  height: auto !important;
  width: 100% !important;
}

body.page-id-3924 .sapex-wallbox-simple-copy .sapex-kicker {
  color: #08785e !important;
}

body.page-id-3924 .sapex-wallbox-simple-copy .sapex-section-title {
  color: #101010 !important;
  font-size: clamp(32px, 3vw, 48px) !important;
  max-width: 620px !important;
}

body.page-id-3924 .sapex-wallbox-simple-copy .sapex-section-copy {
  color: #555b58 !important;
  max-width: 620px !important;
}

body.page-id-3924 .sapex-wallbox-badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 26px !important;
}

body.page-id-3924 .sapex-wallbox-badges span {
  background: #fff !important;
  border: 1px solid rgba(17,17,17,0.1) !important;
  border-radius: 999px !important;
  color: #222 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  padding: 10px 14px !important;
}

@media (max-width: 980px) {
  body.page-id-3924 .sapex-wall-pill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-id-3924 .sapex-wallbox-simple-grid {
    gap: 34px !important;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.page-id-3924 .sapex-wall-simple,
  body.page-id-3924 .sapex-wallbox-simple {
    padding: 54px 22px !important;
  }

  body.page-id-3924 .sapex-wall-pill-grid {
    grid-template-columns: 1fr !important;
    margin-top: 24px !important;
  }

  body.page-id-3924 .sapex-wall-pill-grid span {
    justify-content: flex-start !important;
    min-height: 46px !important;
    text-align: left !important;
  }

  body.page-id-3924 .sapex-wallbox-simple-visual {
    border-radius: 16px !important;
  }
}
/* End SmartAPEX simplified homepage wall controls */

/* SmartAPEX Home v2 moved inline CSS */
body.page-id-3924 #hero {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-3924,
  body.page-id-3924 #main,
  body.page-id-3924 #main-content,
  body.page-id-3924 #main-page-content,
  body.page-id-3924 #content-scroll,
  body.page-id-3924 #clapat-page-content {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  body.page-id-3924 {
    overflow-x: hidden;
  }

  body.page-id-3924 #main-content {
    padding-top: 0 !important;
  }

  body.page-id-3924 #main-page-content {
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
  }


  .sapex-v2 {
    --sapex-black: #050505;
    --sapex-ink: #111111;
    --sapex-muted: #565653;
    --sapex-soft: #f4f4f0;
    --sapex-panel: #ffffff;
    --sapex-line: rgba(17, 17, 17, 0.12);
    --sapex-accent: #53d6a5;
    --sapex-accent-dark: #08785e;
    --sapex-warm: #e7e2d5;
    background: var(--sapex-soft);
    color: var(--sapex-ink);
    font-family: inherit;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }

  .sapex-v2 * {
    box-sizing: border-box;
    letter-spacing: 0;
  }

  .sapex-v2 a {
    color: inherit;
    text-decoration: none;
  }

  .sapex-v2 img {
    display: block;
    height: auto;
    max-width: 100%;
  }

  .sapex-section {
    background: var(--sapex-soft);
    padding: 78px 24px;
  }

  .sapex-section-dark {
    background: #070707;
    color: #ffffff;
  }

  .sapex-container,
  .sapex-hero-inner {
    margin: 0 auto;
    max-width: 1180px;
    min-width: 0;
    width: calc(100vw - 48px);
  }

  .sapex-kicker,
  .sapex-hero-eyebrow {
    color: var(--sapex-accent-dark);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0 0 16px;
    text-transform: uppercase;
  }

  .sapex-section-dark .sapex-kicker,
  .sapex-hero-eyebrow {
    color: rgba(255, 255, 255, 0.74);
  }

  .sapex-hero h1,
  .sapex-section-title,
  .sapex-final h2 {
    color: inherit !important;
    font-weight: 850;
    letter-spacing: 0 !important;
    margin: 0;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .sapex-section-title {
    color: var(--sapex-ink) !important;
    font-size: 44px;
    line-height: 1.06;
    max-width: 820px;
  }

  .sapex-section-dark .sapex-section-title {
    color: #ffffff !important;
  }

  .sapex-section-copy,
  .sapex-card p,
  .sapex-hero p,
  .sapex-final p {
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .sapex-section-copy {
    color: var(--sapex-muted) !important;
    font-size: 17px;
    line-height: 1.68;
    margin: 18px 0 0;
    max-width: 780px;
  }

  .sapex-section-dark .sapex-section-copy {
    color: rgba(255, 255, 255, 0.7) !important;
  }

  .sapex-actions,
  .sapex-card-actions,
  .sapex-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }

  .sapex-button {
    align-items: center;
    border: 1px solid rgba(17, 17, 17, 0.22);
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 850;
    justify-content: center;
    line-height: 1;
    min-height: 46px;
    padding: 0 21px;
    transition: background 170ms ease, border-color 170ms ease, color 170ms ease, transform 170ms ease;
    white-space: nowrap;
  }

  .sapex-button:hover,
  .sapex-button:focus-visible {
    transform: translateY(-1px);
  }

  .sapex-button-primary {
    background: #ffffff;
    border-color: #ffffff;
    color: #050505 !important;
  }

  .sapex-button-primary:hover {
    background: var(--sapex-accent);
    border-color: var(--sapex-accent);
    color: #050505 !important;
  }

  .sapex-button-dark {
    background: var(--sapex-ink);
    border-color: var(--sapex-ink);
    color: #ffffff !important;
  }

  .sapex-button-ghost {
    border-color: rgba(255, 255, 255, 0.38);
    color: #ffffff !important;
  }

  .sapex-button-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.68);
    color: #ffffff !important;
  }

  .sapex-button-line {
    background: transparent;
    border-color: rgba(17, 17, 17, 0.24);
    color: var(--sapex-ink) !important;
  }

  .sapex-hero {
    align-items: flex-end;
    background: #050505;
    color: #ffffff;
    display: flex;
    min-height: 82vh;
    padding: 150px 24px 64px;
    position: relative;
  }

  .sapex-hero:before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.6) 54%, rgba(0, 0, 0, 0.2)), url('/wp-content/uploads/2024/07/Untitled-design-23-1024x668.png');
    background-position: center;
    background-size: cover;
    content: "";
    inset: 0;
    position: absolute;
  }

  .sapex-hero-inner {
    position: relative;
    z-index: 1;
  }

  .sapex-hero h1 {
    color: #ffffff !important;
    font-size: 72px;
    line-height: 0.98;
    max-width: 900px;
  }

  .sapex-hero p {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 19px;
    line-height: 1.7;
    margin: 26px 0 0;
    max-width: 780px;
  }

  .sapex-hero-notes,
  .sapex-architecture-grid,
  .sapex-wall-grid,
  .sapex-panel-grid,
  .sapex-binding-grid,
  .sapex-api-grid,
  .sapex-ecosystem-grid,
  .sapex-why-grid {
    display: grid;
  }

  .sapex-hero-notes {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 48px;
    max-width: 980px;
    padding-top: 22px;
  }

  .sapex-hero-note strong {
    color: #ffffff;
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
  }

  .sapex-hero-note span {
    color: rgba(255, 255, 255, 0.64);
    display: block;
    font-size: 13px;
    line-height: 1.55;
  }

  .sapex-section-architecture {
    background: linear-gradient(180deg, #f1f1ec 0%, #f8f8f5 100%);
  }

  .sapex-architecture-grid {
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 36px;
  }

  .sapex-architecture-card,
  .sapex-card,
  .sapex-small-card,
  .sapex-dealer-card,
  .sapex-panel-card,
  .sapex-api-card,
  .sapex-why-card {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
  }

  .sapex-architecture-card {
    padding: 28px;
    position: relative;
  }

  .sapex-architecture-card:before,
  .sapex-panel-card:before,
  .sapex-api-card:before {
    background: linear-gradient(90deg, var(--sapex-accent), rgba(83, 214, 165, 0));
    content: "";
    height: 3px;
    inset: 0 0 auto 0;
    position: absolute;
  }

  .sapex-architecture-card h3,
  .sapex-small-card h3,
  .sapex-dealer-card h3,
  .sapex-panel-card h3,
  .sapex-api-card h3,
  .sapex-why-card h3 {
    color: var(--sapex-ink) !important;
    font-size: 24px;
    font-weight: 850;
    line-height: 1.15;
    margin: 0;
  }

  .sapex-list {
    display: grid;
    gap: 11px;
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
  }

  .sapex-list li {
    color: #4f4f4c !important;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 18px;
    position: relative;
  }

  .sapex-list li:before {
    background: var(--sapex-accent-dark);
    border-radius: 999px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px;
  }

  .sapex-note {
    background: rgba(8, 120, 94, 0.08);
    border: 1px solid rgba(8, 120, 94, 0.15);
    border-radius: 8px;
    color: #3c4b45 !important;
    font-size: 14px;
    line-height: 1.6;
    margin: 28px 0 0;
    padding: 16px 18px;
  }

  .sapex-flow {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
  }

  .sapex-flow span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    font-size: 13px;
    font-weight: 850;
    justify-content: center;
    min-height: 54px;
    padding: 18px 12px;
    text-align: center;
  }

  .sapex-section-wall {
    background: #070707;
    color: #ffffff;
    position: relative;
  }

  .sapex-section-wall:before,
  .sapex-section-binding:before,
  .sapex-section-ecosystem:before {
    background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    content: "";
    inset: 0;
    opacity: 0.24;
    pointer-events: none;
    position: absolute;
  }

  .sapex-section-wall .sapex-container,
  .sapex-section-binding .sapex-container,
  .sapex-section-ecosystem .sapex-container {
    position: relative;
    z-index: 1;
  }

  .sapex-wall-grid {
    gap: 14px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 28px;
  }

  .sapex-small-card,
  .sapex-dealer-card {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    padding: 22px;
  }

  .sapex-small-card h3,
  .sapex-dealer-card h3 {
    color: #ffffff !important;
    font-size: 19px;
  }

  .sapex-small-card p,
  .sapex-dealer-card p {
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 14px;
    line-height: 1.58;
    margin: 13px 0 0;
  }

  .sapex-marker {
    align-items: center;
    background: rgba(83, 214, 165, 0.12);
    border: 1px solid rgba(83, 214, 165, 0.32);
    border-radius: 999px;
    color: var(--sapex-accent);
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    margin-bottom: 18px;
    width: 30px;
  }

  .sapex-dealer-card {
    background: linear-gradient(135deg, rgba(83, 214, 165, 0.14), rgba(255, 255, 255, 0.08));
    grid-column: span 2;
  }

  .sapex-dealer-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
  }

  .sapex-dealer-points span {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    padding: 8px 10px;
  }

  .sapex-section-panel {
    background: #f8f8f5;
  }

  .sapex-panel-grid {
    gap: 14px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 32px;
  }

  .sapex-panel-card,
  .sapex-api-card,
  .sapex-why-card {
    padding: 22px;
    position: relative;
    transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
  }

  .sapex-panel-card:hover,
  .sapex-api-card:hover,
  .sapex-why-card:hover,
  .sapex-ecosystem-item:hover,
  .sapex-ecosystem-item:focus-visible {
    border-color: rgba(8, 120, 94, 0.3);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
  }

  .sapex-panel-card h3,
  .sapex-api-card h3,
  .sapex-why-card h3 {
    font-size: 20px;
  }

  .sapex-panel-card p,
  .sapex-api-card p,
  .sapex-why-card p {
    color: #555552 !important;
    font-size: 14px;
    line-height: 1.58;
    margin: 14px 0 0;
  }

  .sapex-panel-meta,
  .sapex-card-label {
    color: var(--sapex-accent-dark);
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 14px;
    text-transform: uppercase;
  }

  .sapex-section-binding {
    background: #070707;
    color: #ffffff;
    position: relative;
  }

  .sapex-binding-grid {
    align-items: start;
    gap: 28px;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
    margin-top: 32px;
  }

  .sapex-binding-panel {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    padding: 24px;
  }

  .sapex-binding-panel .sapex-list li {
    color: rgba(255, 255, 255, 0.72) !important;
  }

  .sapex-binding-diagram {
    display: grid;
    gap: 12px;
  }

  .sapex-binding-step {
    align-items: center;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    display: grid;
    gap: 14px;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 84px;
    padding: 18px;
  }

  .sapex-binding-step strong {
    color: #ffffff;
    display: block;
    font-size: 17px;
    line-height: 1.2;
  }

  .sapex-binding-step span:last-child {
    color: rgba(255, 255, 255, 0.66);
    display: block;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 6px;
  }

  .sapex-section-api {
    background: linear-gradient(180deg, #f8f8f5 0%, #ecece8 100%);
  }

  .sapex-api-grid {
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 32px;
  }

  .sapex-section-ecosystem {
    background: #070707;
    color: #ffffff;
    padding: 72px 24px;
    position: relative;
  }

  .sapex-ecosystem-head {
    align-items: end;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  }

  .sapex-ecosystem-flow {
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    padding: 12px;
  }

  .sapex-ecosystem-flow span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    padding: 8px 10px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .sapex-ecosystem-grid {
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
  }

  .sapex-ecosystem-item {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.052));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #ffffff !important;
    display: flex;
    flex-direction: column;
    min-height: 178px;
    overflow: hidden;
    padding: 22px;
    position: relative;
    transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
  }

  .sapex-ecosystem-item:before {
    background: linear-gradient(90deg, var(--sapex-accent), rgba(83, 214, 165, 0));
    content: "";
    height: 3px;
    inset: 0 0 auto 0;
    position: absolute;
  }

  .sapex-ecosystem-item h3 {
    color: #ffffff !important;
    font-size: 20px;
    line-height: 1.18;
    margin: 0 0 12px;
  }

  .sapex-ecosystem-item p {
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
  }

  .sapex-link-text {
    color: var(--sapex-accent);
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    margin-top: auto;
    padding-top: 18px;
  }

  .sapex-section-why {
    background: var(--sapex-soft);
    padding: 72px 24px;
  }

  .sapex-why-grid {
    gap: 14px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 30px;
  }

  .sapex-why-card {
    min-height: 218px;
  }

  .sapex-why-card .sapex-marker {
    margin-bottom: 14px;
  }

  .sapex-final {
    background-image: linear-gradient(90deg, rgba(245, 245, 242, 0.96), rgba(245, 245, 242, 0.84)), url('/wp-content/uploads/2024/07/Untitled-design-24-1024x668.png');
    background-position: center;
    background-size: cover;
  }

  .sapex-final h2 {
    color: var(--sapex-ink) !important;
    font-size: 50px;
    line-height: 1.05;
    max-width: 780px;
  }

  .sapex-final p {
    color: var(--sapex-muted) !important;
    font-size: 18px;
    line-height: 1.7;
    margin: 22px 0 0;
    max-width: 780px;
  }

  @media (max-width: 1080px) {
    .sapex-hero-notes,
    .sapex-architecture-grid,
    .sapex-wall-grid,
    .sapex-panel-grid,
    .sapex-api-grid,
    .sapex-ecosystem-grid,
    .sapex-why-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sapex-binding-grid,
    .sapex-ecosystem-head {
      grid-template-columns: 1fr;
    }

    .sapex-ecosystem-flow {
      justify-content: flex-start;
    }

    .sapex-dealer-card {
      grid-column: span 2;
    }
  }

  @media (max-width: 780px) {
    .sapex-section {
      padding: 56px 20px;
    }

    .sapex-container,
    .sapex-hero-inner {
      width: min(calc(100vw - 40px), 360px);
    }

    .sapex-hero {
      justify-content: center;
      min-height: 82vh;
      padding: 128px 20px 48px;
    }

    .sapex-hero h1 {
      font-size: 36px;
      line-height: 1.06;
    }

    .sapex-hero p,
    .sapex-section-copy {
      font-size: 16px;
    }

    .sapex-section-title,
    .sapex-final h2 {
      font-size: 30px;
      line-height: 1.14;
    }

    .sapex-hero-notes,
    .sapex-architecture-grid,
    .sapex-wall-grid,
    .sapex-panel-grid,
    .sapex-binding-grid,
    .sapex-api-grid,
    .sapex-ecosystem-grid,
    .sapex-why-grid,
    .sapex-flow {
      grid-template-columns: 1fr;
    }

    .sapex-dealer-card {
      grid-column: auto;
    }

    .sapex-architecture-card,
    .sapex-small-card,
    .sapex-dealer-card,
    .sapex-panel-card,
    .sapex-api-card,
    .sapex-why-card,
    .sapex-binding-panel,
    .sapex-binding-step,
    .sapex-ecosystem-item {
      padding: 20px;
    }

    .sapex-button {
      width: 100%;
    }
  }

  /* SmartAPEX media storytelling polish - scoped to Home v2 ID 3924 */
  .sapex-architecture-grid-compact {
    gap: 16px;
    margin-top: 30px;
  }

  .sapex-story-card {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 45px rgba(17, 17, 17, 0.045);
    gap: 18px;
    padding: 24px;
  }

  .sapex-story-card p {
    color: #4e4e4a !important;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
  }

  .sapex-architecture-path {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: auto;
  }

  .sapex-architecture-path span,
  .sapex-options-row span,
  .sapex-product-tags span {
    border-radius: 999px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    justify-content: center;
    line-height: 1.2;
    padding: 9px 10px;
    text-align: center;
  }

  .sapex-architecture-path span {
    background: rgba(8, 120, 94, 0.08);
    border: 1px solid rgba(8, 120, 94, 0.13);
    color: #174b3d;
  }

  .sapex-wall-story,
  .sapex-panel-story,
  .sapex-api-story {
    display: grid;
    gap: 22px;
    margin-top: 30px;
  }

  .sapex-wall-story {
    align-items: stretch;
    grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  }

  .sapex-product-visual {
    background-color: rgba(255, 255, 255, 0.07);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.36)), url('/wp-content/uploads/2024/06/Untitled-design-29-1024x668.jpg');
    background-position: center 58%;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
    margin: 0;
    overflow: hidden;
    padding: 12px;
    position: relative;
  }

  .sapex-product-visual img {
    aspect-ratio: 16 / 10;
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    width: 100%;
  }

  .sapex-wall-visual img,
  .sapex-panel-visual img {
    display: none !important;
  }

  .sapex-product-visual figcaption {
    background: rgba(5, 5, 5, 0.62);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 12px;
    line-height: 1.45;
    margin-top: 11px;
    padding: 8px 10px;
    position: relative;
    z-index: 2;
  }

  .sapex-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    z-index: 2;
  }

  .sapex-product-tags span {
    backdrop-filter: blur(10px);
    background: rgba(5, 5, 5, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
  }

  .sapex-wall-architecture {
    background: linear-gradient(135deg, rgba(83, 214, 165, 0.12), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(83, 214, 165, 0.18);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 24px;
  }

  .sapex-wall-architecture h3 {
    color: #ffffff !important;
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
  }

  .sapex-wall-architecture p,
  .sapex-panel-visual p,
  .sapex-integration-rail p {
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 14px;
    line-height: 1.58;
    margin: 12px 0 0;
  }

  .sapex-wall-architecture-flow {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 22px;
  }

  .sapex-wall-architecture-flow span {
    align-items: center;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    line-height: 1.2;
    min-height: 58px;
    padding: 12px 10px;
    position: relative;
    text-align: center;
  }

  .sapex-wall-architecture-flow span:not(:last-child):after {
    background: linear-gradient(90deg, rgba(83, 214, 165, 0.9), rgba(83, 214, 165, 0.05));
    content: "";
    height: 2px;
    position: absolute;
    right: -11px;
    top: 50%;
    width: 12px;
    z-index: 2;
  }

  .sapex-wall-grid {
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
  }

  .sapex-wall-feature-card {
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 20px;
    transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
  }

  .sapex-wall-feature-card:hover {
    border-color: rgba(83, 214, 165, 0.32);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
    transform: translateY(-2px);
  }

  .sapex-wall-feature-card h3 {
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1.18;
    margin: 0;
  }

  .sapex-wall-feature-card p {
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 13px;
    line-height: 1.55;
    margin: 12px 0 0;
  }

  .sapex-wall-feature-card-highlight {
    background: linear-gradient(135deg, rgba(83, 214, 165, 0.18), rgba(255, 255, 255, 0.075));
    border-color: rgba(83, 214, 165, 0.28);
  }

  .sapex-options-row {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
    padding: 14px;
  }

  .sapex-options-row strong {
    color: #ffffff;
    font-size: 13px;
    margin-right: 2px;
  }

  .sapex-options-row span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.88);
  }

  .sapex-wall-actions {
    margin-top: 18px;
  }

  .sapex-panel-story {
    align-items: stretch;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  }

  .sapex-panel-visual {
    background-color: #ffffff;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.2)), url('/wp-content/uploads/2024/07/Untitled-design-52-2-1024x691.jpg');
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    min-height: 388px;
    overflow: hidden;
    padding: 14px;
  }

  .sapex-panel-visual img {
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    object-fit: cover;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    width: 100%;
  }

  .sapex-panel-visual figcaption,
  .sapex-panel-visual p {
    background: rgba(255, 255, 255, 0.78);
    border-radius: 6px;
    color: #555552 !important;
    font-size: 13px;
    line-height: 1.55;
    margin: 12px 0 0;
    padding: 8px 10px;
  }

  .sapex-panel-story .sapex-panel-grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .sapex-panel-story .sapex-panel-card {
    min-height: 172px;
  }

  .sapex-binding-panel h3,
  .sapex-binding-flow h3 {
    color: #ffffff !important;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 16px;
  }

  .sapex-binding-flow {
    background: linear-gradient(135deg, rgba(83, 214, 165, 0.11), rgba(255, 255, 255, 0.055));
    border: 1px solid rgba(83, 214, 165, 0.18);
    border-radius: 8px;
    padding: 24px;
  }

  .sapex-binding-flow-row {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sapex-binding-node {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    min-height: 112px;
    padding: 16px;
  }

  .sapex-binding-node strong {
    color: #ffffff;
    display: block;
    font-size: 15px;
    line-height: 1.25;
  }

  .sapex-binding-node span {
    color: rgba(255, 255, 255, 0.64);
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
  }

  .sapex-binding-offline {
    background: rgba(83, 214, 165, 0.1);
    border: 1px solid rgba(83, 214, 165, 0.2);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 12px;
    padding: 14px 16px;
  }

  .sapex-api-story {
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  }

  .sapex-integration-rail {
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    padding: 22px;
  }

  .sapex-integration-rail h3 {
    color: var(--sapex-ink) !important;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
  }

  .sapex-integration-rail p {
    color: #555552 !important;
  }

  .sapex-integration-flow {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .sapex-integration-flow span {
    background: rgba(8, 120, 94, 0.08);
    border: 1px solid rgba(8, 120, 94, 0.14);
    border-radius: 8px;
    color: #174b3d;
    display: block;
    font-size: 12px;
    font-weight: 900;
    padding: 12px 14px;
    text-transform: uppercase;
  }

  .sapex-api-story .sapex-api-grid {
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
  }

  .sapex-api-story .sapex-api-card {
    min-height: 190px;
  }

  @media (max-width: 1080px) {
    .sapex-wall-story,
    .sapex-panel-story,
    .sapex-api-story {
      grid-template-columns: 1fr;
    }

    .sapex-panel-story .sapex-panel-grid,
    .sapex-api-story .sapex-api-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 780px) {
    .sapex-architecture-path,
    .sapex-wall-architecture-flow,
    .sapex-binding-flow-row,
    .sapex-panel-story .sapex-panel-grid,
    .sapex-api-story .sapex-api-grid {
      grid-template-columns: 1fr;
    }

    .sapex-wall-architecture-flow span:not(:last-child):after {
      display: none;
    }

    .sapex-product-tags {
      position: static;
      margin-bottom: 10px;
    }

    .sapex-wall-grid {
      grid-template-columns: 1fr;
    }

    .sapex-product-visual img,
    .sapex-panel-visual img {
      aspect-ratio: 4 / 3;
    }
  }
  /* End SmartAPEX media storytelling polish */


  .sapex-hero {
    min-height: 78vh;
    padding: 136px 24px 46px;
  }

  .sapex-hero:before {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.08) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.58) 44%, rgba(0, 0, 0, 0.28) 76%, rgba(0, 0, 0, 0.24) 100%),
      url('/wp-content/uploads/2024/07/Untitled-design-23-1024x668.png');
    background-position: center;
    background-size: cover;
  }

  .sapex-hero:after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.14) 30%, rgba(0, 0, 0, 0) 62%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 28%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
  }

  .sapex-hero-inner {
    position: relative;
    z-index: 1;
  }

  .sapex-hero h1 {
    font-size: clamp(46px, 5.4vw, 68px);
    line-height: 1.04;
    max-width: 840px;
  }

  .sapex-hero h1 span {
    display: inline-block;
  }

  .sapex-hero p:not(.sapex-hero-eyebrow) {
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 18px;
    line-height: 1.62;
    margin-top: 22px;
    max-width: 830px;
  }

  .sapex-hero .sapex-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .sapex-hero .sapex-button {
    min-height: 44px;
    padding: 0 20px;
  }

  .sapex-hero .sapex-button-ghost {
    background: rgba(5, 5, 5, 0.18);
  }

  .sapex-hero .sapex-button-ghost:hover,
  .sapex-hero .sapex-button-ghost:focus-visible {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.72);
  }

  .sapex-hero-notes {
    border-top: 0;
    gap: 12px;
    margin-top: 34px;
    max-width: 1060px;
    padding-top: 0;
  }

  .sapex-hero-note {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: rgba(5, 7, 9, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
    min-height: 106px;
    padding: 16px 17px 17px;
    position: relative;
    transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
  }

  .sapex-hero-note:hover,
  .sapex-hero-note:focus-within {
    border-color: rgba(83, 214, 165, 0.48);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.28);
    transform: translateY(-2px);
  }

  .sapex-hero-note:before {
    background: linear-gradient(90deg, var(--sapex-accent), rgba(83, 214, 165, 0.08));
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    margin: 0 0 13px;
    width: 38px;
  }

  .sapex-hero-note:after {
    background: rgba(83, 214, 165, 0.88);
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(83, 214, 165, 0.1);
    content: "";
    height: 8px;
    position: absolute;
    right: 18px;
    top: 19px;
    width: 8px;
  }

  .sapex-hero-note strong {
    color: #ffffff !important;
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 7px;
  }

  .sapex-hero-note span {
    color: rgba(255, 255, 255, 0.79) !important;
    font-size: 12.8px;
    line-height: 1.48;
  }

  .sapex-section-architecture {
    background: linear-gradient(180deg, #eef1ec 0%, #f7f8f5 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.72);
    padding: 64px 24px 56px;
  }

  .sapex-architecture-head {
    align-items: center;
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  }

  .sapex-architecture-copy {
    min-width: 0;
  }

  .sapex-section-architecture .sapex-section-title {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.06;
    max-width: 700px;
  }

  .sapex-section-architecture .sapex-section-copy {
    color: #4d514c !important;
    font-size: 16.2px;
    line-height: 1.62;
    max-width: 760px;
  }

  .sapex-system-visual {
    background:
      radial-gradient(circle at 16% 18%, rgba(83, 214, 165, 0.16), transparent 32%),
      linear-gradient(135deg, #ffffff 0%, #f7f8f5 100%);
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    box-shadow: 0 22px 52px rgba(17, 17, 17, 0.08);
    min-width: 0;
    padding: 22px;
  }

  .sapex-system-visual-title {
    color: #151713 !important;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 16px;
    text-transform: uppercase;
  }

  .sapex-system-line {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: relative;
  }

  .sapex-system-line:before {
    background: linear-gradient(90deg, rgba(83, 214, 165, 0.18), rgba(83, 214, 165, 0.9), rgba(83, 214, 165, 0.18));
    content: "";
    height: 2px;
    left: 10%;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
  }

  .sapex-system-node {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 17, 17, 0.11);
    border-radius: 8px;
    color: #1c211d !important;
    display: flex;
    font-size: 11.5px;
    font-weight: 850;
    justify-content: center;
    line-height: 1.18;
    min-height: 68px;
    padding: 10px 8px;
    position: relative;
    text-align: center;
    z-index: 1;
  }

  .sapex-system-rails {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
  }

  .sapex-system-rails span {
    background: rgba(8, 120, 94, 0.08);
    border: 1px solid rgba(8, 120, 94, 0.16);
    border-radius: 999px;
    color: #214138 !important;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
    padding: 9px 12px;
    text-align: center;
  }

  .sapex-architecture-grid.sapex-architecture-grid-compact {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
  }

  .sapex-architecture-card.sapex-story-card {
    border-color: rgba(17, 17, 17, 0.1);
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.07);
    padding: 23px;
  }

  .sapex-architecture-card.sapex-story-card h3 {
    font-size: 22px;
    line-height: 1.15;
    margin: 10px 0 11px;
  }

  .sapex-architecture-card.sapex-story-card p {
    color: #50544f !important;
    font-size: 14.6px;
    line-height: 1.56;
    margin: 0;
  }

  .sapex-architecture-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }

  .sapex-architecture-tags span {
    background: #f7f8f5;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 999px;
    color: #2f3530 !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    padding: 7px 10px;
  }

  .sapex-section-architecture .sapex-note {
    background: rgba(83, 214, 165, 0.12);
    border: 1px solid rgba(8, 120, 94, 0.2);
    border-radius: 8px;
    color: #24463c !important;
    font-size: 13.4px;
    line-height: 1.45;
    margin-top: 16px;
    padding: 13px 15px;
  }

  @media (max-width: 1080px) {
    .sapex-hero h1 {
      font-size: clamp(42px, 6vw, 58px);
      max-width: 730px;
    }

    .sapex-hero p:not(.sapex-hero-eyebrow) {
      max-width: 740px;
    }

    .sapex-architecture-head {
      grid-template-columns: minmax(0, 1fr);
    }

    .sapex-system-visual {
      max-width: 680px;
    }
  }

  @media (max-width: 780px) {
    .sapex-hero {
      min-height: auto;
      padding: 116px 20px 36px;
    }

    .sapex-hero:before {
      background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.4) 38%, rgba(0, 0, 0, 0.16) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.5) 100%),
        url('/wp-content/uploads/2024/07/Untitled-design-23-1024x668.png');
      background-position: center top;
    }

    .sapex-hero h1 {
      font-size: clamp(34px, 10vw, 42px);
      line-height: 1.08;
      max-width: 380px;
    }

    .sapex-hero p:not(.sapex-hero-eyebrow) {
      font-size: 15.5px;
      line-height: 1.56;
      margin-top: 18px;
    }

    .sapex-hero .sapex-actions {
      gap: 9px;
      margin-top: 22px;
    }

    .sapex-hero .sapex-button {
      flex: 1 1 auto;
      min-width: min(100%, 154px);
    }

    .sapex-hero-notes {
      gap: 10px;
      margin-top: 26px;
    }

    .sapex-hero-note {
      min-height: 0;
      padding: 15px;
    }

    .sapex-section-architecture {
      padding: 46px 20px 44px;
    }

    .sapex-section-architecture .sapex-section-title {
      font-size: clamp(31px, 8vw, 38px);
      line-height: 1.08;
    }

    .sapex-section-architecture .sapex-section-copy {
      font-size: 15px;
      line-height: 1.58;
    }

    .sapex-system-visual {
      padding: 16px;
    }

    .sapex-system-line,
    .sapex-system-rails,
    .sapex-architecture-grid.sapex-architecture-grid-compact {
      grid-template-columns: 1fr;
    }

    .sapex-system-line {
      gap: 8px;
    }

    .sapex-system-line:before {
      bottom: 34px;
      height: auto;
      left: 50%;
      right: auto;
      top: 34px;
      transform: translateX(-50%);
      width: 2px;
    }

    .sapex-system-node {
      min-height: 46px;
    }

    .sapex-architecture-grid.sapex-architecture-grid-compact {
      gap: 12px;
      margin-top: 22px;
    }

    .sapex-architecture-card.sapex-story-card {
      padding: 19px;
    }
  }
  /* End SmartAPEX first-home hero architecture transition polish */
/* End SmartAPEX Home v2 moved inline CSS */

/* SmartAPEX homepage ecosystem visual redesign */
body.page-id-3924 .sapex-ecosystem-overview {
  background:
    radial-gradient(circle at 50% 42%, rgba(22,136,255,0.08), rgba(22,136,255,0) 34%),
    linear-gradient(180deg, #fbfcfb 0%, #f3f5f2 100%) !important;
  color: #111 !important;
  padding: 76px 24px 82px !important;
}

body.page-id-3924 .sapex-ecosystem-head {
  margin: 0 auto 34px !important;
  max-width: 820px !important;
  text-align: center !important;
}

body.page-id-3924 .sapex-ecosystem-head .sapex-kicker {
  color: #1688ff !important;
}

body.page-id-3924 .sapex-ecosystem-head .sapex-section-title,
body.page-id-3924 .sapex-ecosystem-head .sapex-section-copy {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-3924 .sapex-ecosystem-head .sapex-section-copy {
  color: #555d5a !important;
  max-width: 760px !important;
}

body.page-id-3924 .sapex-ecosystem-visual {
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,0.96), rgba(255,255,255,0.58) 48%, rgba(255,255,255,0) 70%),
    #ffffff !important;
  border: 1px solid rgba(17,17,17,0.08) !important;
  border-radius: 28px !important;
  box-shadow: 0 30px 90px rgba(17,17,17,0.08) !important;
  margin: 0 auto !important;
  max-width: 1180px !important;
  min-height: 610px !important;
  overflow: hidden !important;
  position: relative !important;
}

body.page-id-3924 .sapex-ecosystem-lines {
  inset: 0 !important;
  position: absolute !important;
  z-index: 1 !important;
}

body.page-id-3924 .sapex-line {
  fill: none !important;
  stroke-linecap: round !important;
  stroke-width: 3 !important;
}

body.page-id-3924 .sapex-line-can {
  stroke: rgba(0,196,106,0.86) !important;
}

body.page-id-3924 .sapex-line-wireless {
  stroke: rgba(22,136,255,0.78) !important;
  stroke-dasharray: 9 12 !important;
}

body.page-id-3924 .sapex-line-dot {
  fill: #fff !important;
  stroke: rgba(0,196,106,0.9) !important;
  stroke-width: 4 !important;
}

body.page-id-3924 .sapex-ecosystem-building {
  border-radius: 24px !important;
  box-shadow: 0 26px 70px rgba(17,17,17,0.1) !important;
  height: 315px !important;
  left: 50% !important;
  margin: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -42%) !important;
  width: min(520px, 50%) !important;
  z-index: 2 !important;
}

body.page-id-3924 .sapex-ecosystem-building::after {
  background: linear-gradient(90deg, rgba(255,255,255,0.22), rgba(255,255,255,0.06) 46%, rgba(255,255,255,0.18)) !important;
  content: "" !important;
  inset: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
}

body.page-id-3924 .sapex-ecosystem-building img {
  filter: brightness(1.12) contrast(0.9) saturate(0.88) !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

body.page-id-3924 .sapex-ecosystem-node {
  align-items: center !important;
  aspect-ratio: 1 !important;
  background: rgba(255,255,255,0.92) !important;
  border: 1px solid rgba(17,17,17,0.08) !important;
  border-radius: 999px !important;
  box-shadow: 0 20px 52px rgba(17,17,17,0.08) !important;
  display: flex !important;
  justify-content: center !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 16px !important;
  position: absolute !important;
  width: 154px !important;
  z-index: 3 !important;
}

body.page-id-3924 .sapex-ecosystem-node img {
  border-radius: 18px !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

body.page-id-3924 .sapex-node-wall { left: 8%; top: 12%; }
body.page-id-3924 .sapex-node-light { left: 6%; top: 43%; }
body.page-id-3924 .sapex-node-curtain { left: 11%; bottom: 8%; }
body.page-id-3924 .sapex-node-hvac { left: 49%; top: 7%; transform: translateX(-50%); }
body.page-id-3924 .sapex-node-din { right: 8%; top: 15%; width: 178px !important; }
body.page-id-3924 .sapex-node-inputs { right: 9%; bottom: 10%; }

body.page-id-3924 .sapex-node-icon {
  display: block !important;
  height: 100% !important;
  position: relative !important;
  width: 100% !important;
}

body.page-id-3924 .sapex-node-icon-light::before {
  background: linear-gradient(180deg, #f9f9f8 0%, #d9d4c8 100%) !important;
  border-radius: 50% 50% 44% 44% !important;
  box-shadow: inset 0 -18px 36px rgba(255,180,80,0.5), 0 12px 30px rgba(255,170,70,0.22) !important;
  content: "" !important;
  height: 74px !important;
  left: 50% !important;
  position: absolute !important;
  top: 28px !important;
  transform: translateX(-50%) !important;
  width: 100px !important;
}

body.page-id-3924 .sapex-node-icon-light::after {
  background: #202020 !important;
  content: "" !important;
  height: 40px !important;
  left: 50% !important;
  position: absolute !important;
  top: 0 !important;
  transform: translateX(-50%) !important;
  width: 2px !important;
}

body.page-id-3924 .sapex-node-icon-curtain::before,
body.page-id-3924 .sapex-node-icon-curtain::after {
  background: linear-gradient(90deg, #f3f0ea, #d9d5ca) !important;
  border-radius: 18px !important;
  content: "" !important;
  height: 102px !important;
  position: absolute !important;
  top: 8px !important;
  width: 44px !important;
}

body.page-id-3924 .sapex-node-icon-curtain::before { left: 18px !important; }
body.page-id-3924 .sapex-node-icon-curtain::after { right: 18px !important; }

body.page-id-3924 .sapex-ecosystem-badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
  margin: 26px auto 0 !important;
  max-width: 980px !important;
}

body.page-id-3924 .sapex-ecosystem-badges span {
  background: #fff !important;
  border: 1px solid rgba(17,17,17,0.1) !important;
  border-radius: 999px !important;
  color: #1d2220 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  padding: 12px 17px !important;
}

@media (max-width: 980px) {
  body.page-id-3924 .sapex-ecosystem-visual {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    min-height: 0 !important;
    padding: 20px !important;
  }

  body.page-id-3924 .sapex-ecosystem-lines {
    display: none !important;
  }

  body.page-id-3924 .sapex-ecosystem-building,
  body.page-id-3924 .sapex-ecosystem-node {
    inset: auto !important;
    position: relative !important;
    transform: none !important;
  }

  body.page-id-3924 .sapex-ecosystem-building {
    grid-column: 1 / -1 !important;
    height: auto !important;
    width: 100% !important;
  }

  body.page-id-3924 .sapex-ecosystem-building img {
    aspect-ratio: 16 / 9 !important;
  }

  body.page-id-3924 .sapex-ecosystem-node {
    justify-self: center !important;
    width: min(150px, 100%) !important;
  }
}

@media (max-width: 640px) {
  body.page-id-3924 .sapex-ecosystem-overview {
    padding: 58px 22px 62px !important;
  }

  body.page-id-3924 .sapex-ecosystem-head {
    margin-bottom: 26px !important;
    text-align: left !important;
  }

  body.page-id-3924 .sapex-ecosystem-visual {
    border-radius: 18px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 14px !important;
  }

  body.page-id-3924 .sapex-ecosystem-node {
    padding: 10px !important;
    width: 100% !important;
  }

  body.page-id-3924 .sapex-ecosystem-badges {
    align-items: stretch !important;
    flex-direction: column !important;
  }
}
/* End SmartAPEX homepage ecosystem visual redesign */

/* SmartAPEX ecosystem line and heading polish */
body.page-id-3924 .sapex-ecosystem-head {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
}

body.page-id-3924 .sapex-ecosystem-head .sapex-kicker,
body.page-id-3924 .sapex-ecosystem-head .sapex-section-title,
body.page-id-3924 .sapex-ecosystem-head .sapex-section-copy {
  text-align: center !important;
  width: 100% !important;
}

body.page-id-3924 .sapex-ecosystem-head .sapex-section-title {
  max-width: 640px !important;
}

body.page-id-3924 .sapex-ecosystem-lines {
  inset: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: 1 !important;
}

body.page-id-3924 .sapex-map-line {
  border-radius: 999px !important;
  height: 3px !important;
  position: absolute !important;
  transform-origin: left center !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

body.page-id-3924 .sapex-map-line-can {
  background: rgba(0,196,106,0.82) !important;
  box-shadow: 0 0 14px rgba(0,196,106,0.12) !important;
}

body.page-id-3924 .sapex-map-line-wireless {
  background: repeating-linear-gradient(90deg, rgba(22,136,255,0.78) 0 10px, transparent 10px 20px) !important;
}

body.page-id-3924 .sapex-map-line-w1 {
  left: 21% !important;
  top: 28% !important;
  transform: rotate(20deg) !important;
  width: 22% !important;
}

body.page-id-3924 .sapex-map-line-w2 {
  left: 18% !important;
  top: 65% !important;
  transform: rotate(-13deg) !important;
  width: 25% !important;
}

body.page-id-3924 .sapex-map-line-c1 {
  height: 19% !important;
  left: 50% !important;
  top: 24% !important;
  transform: rotate(90deg) !important;
  width: 3px !important;
}

body.page-id-3924 .sapex-map-line-c2 {
  right: 20% !important;
  top: 34% !important;
  transform: rotate(-18deg) !important;
  width: 22% !important;
}

body.page-id-3924 .sapex-map-line-c3 {
  right: 20% !important;
  bottom: 28% !important;
  transform: rotate(13deg) !important;
  width: 20% !important;
}

body.page-id-3924 .sapex-map-line-c4 {
  left: 42% !important;
  bottom: 18% !important;
  width: 25% !important;
}

body.page-id-3924 .sapex-map-dot {
  background: #fff !important;
  border: 3px solid rgba(0,196,106,0.88) !important;
  border-radius: 999px !important;
  box-shadow: 0 0 0 5px rgba(0,196,106,0.08) !important;
  height: 16px !important;
  position: absolute !important;
  width: 16px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

body.page-id-3924 .sapex-map-dot-1 { left: 42%; top: 35%; }
body.page-id-3924 .sapex-map-dot-2 { left: 42%; top: 58%; }
body.page-id-3924 .sapex-map-dot-3 { left: 50%; top: 43%; }
body.page-id-3924 .sapex-map-dot-4 { right: 24%; top: 31%; }
body.page-id-3924 .sapex-map-dot-5 { right: 23%; bottom: 31%; }
body.page-id-3924 .sapex-map-dot-6 { left: 66%; bottom: 17%; }

@media (max-width: 980px) {
  body.page-id-3924 .sapex-ecosystem-lines {
    display: none !important;
  }
}

@media (max-width: 640px) {
  body.page-id-3924 .sapex-ecosystem-head,
  body.page-id-3924 .sapex-ecosystem-head .sapex-kicker,
  body.page-id-3924 .sapex-ecosystem-head .sapex-section-title,
  body.page-id-3924 .sapex-ecosystem-head .sapex-section-copy {
    align-items: flex-start !important;
    text-align: left !important;
  }
}
/* End SmartAPEX ecosystem line and heading polish */

/* SmartAPEX provided ecosystem diagram */
body.page-id-3924 .sapex-ecosystem-diagram-section {
  background: #ffffff !important;
  padding: 70px 24px 74px !important;
}

body.page-id-3924 .sapex-provided-ecosystem-diagram {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: 0 !important;
  margin: 32px auto 0 !important;
  max-width: 1120px !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 100% !important;
}

body.page-id-3924 .sapex-provided-ecosystem-diagram img {
  aspect-ratio: auto !important;
  display: block !important;
  height: auto !important;
  margin: 0 auto !important;
  max-height: none !important;
  max-width: 1120px !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  width: 100% !important;
}

body.page-id-3924 .sapex-ecosystem-diagram-section .sapex-ecosystem-badges {
  margin-top: 18px !important;
}

@media (max-width: 640px) {
  body.page-id-3924 .sapex-ecosystem-diagram-section {
    padding: 50px 18px 56px !important;
  }

  body.page-id-3924 .sapex-provided-ecosystem-diagram {
    margin-top: 22px !important;
  }
}
/* End SmartAPEX provided ecosystem diagram */

/* SmartAPEX local binding image replacement */
body.page-id-3924 .sapex-local-binding-image-section {
  background: #050606 !important;
  padding: 74px 24px !important;
}

body.page-id-3924 .sapex-local-binding-image-section .sapex-container {
  max-width: 1280px !important;
}

body.page-id-3924 .sapex-local-binding-diagram-image {
  background: #030606;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(83, 214, 165, 0.08);
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
}

body.page-id-3924 .sapex-local-binding-diagram-image img {
  display: block;
  height: auto;
  width: 100%;
}

body.page-id-3924 .sapex-section-panel .sapex-panel-card h3 {
  font-weight: 520 !important;
}

@media (max-width: 767px) {
  body.page-id-3924 .sapex-local-binding-image-section {
    padding: 42px 16px !important;
  }

  body.page-id-3924 .sapex-local-binding-diagram-image {
    border-radius: 16px;
  }
}
/* End SmartAPEX local binding image replacement */

/* SmartAPEX homepage integration showcase */
body.page-id-3924 .sapex-integration-showcase {
  background: #f6f7f6 !important;
  color: #111111 !important;
  padding: 74px 24px 78px !important;
}

body.page-id-3924 .sapex-integration-head {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
}

body.page-id-3924 .sapex-integration-head .sapex-section-title {
  color: #111111 !important;
  font-size: clamp(36px, 4vw, 56px) !important;
  line-height: 1.06 !important;
  max-width: 760px !important;
}

body.page-id-3924 .sapex-integration-head .sapex-section-copy {
  color: rgba(17, 17, 17, 0.66) !important;
  font-size: 18px !important;
  line-height: 1.58 !important;
  margin-top: 18px !important;
  max-width: 760px !important;
}

body.page-id-3924 .sapex-compat-panel {
  background:
    linear-gradient(90deg, rgba(22, 136, 255, 0.08), transparent 22%, transparent 78%, rgba(227, 6, 19, 0.08)),
    linear-gradient(135deg, #070909 0%, #121515 100%) !important;
  border: 1px solid rgba(17, 17, 17, 0.12) !important;
  border-radius: 24px !important;
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.12) !important;
  margin: 34px auto 0 !important;
  max-width: 1120px !important;
  overflow: hidden !important;
  padding: 42px !important;
  position: relative !important;
}

body.page-id-3924 .sapex-compat-panel:before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
}

body.page-id-3924 .sapex-compat-map {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.72fr) minmax(0, 1fr);
  position: relative;
  z-index: 1;
}

body.page-id-3924 .sapex-compat-map:before {
  background: linear-gradient(90deg, rgba(22, 136, 255, 0), rgba(22, 136, 255, 0.74), rgba(83, 214, 165, 0.84), rgba(227, 6, 19, 0));
  content: "";
  height: 1px;
  left: 8%;
  opacity: 0.72;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

body.page-id-3924 .sapex-compat-group {
  display: grid;
  gap: 14px;
}

body.page-id-3924 .sapex-compat-group-label {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

body.page-id-3924 .sapex-compat-platforms {
  text-align: right;
}

body.page-id-3924 .sapex-compat-protocols {
  text-align: left;
}

body.page-id-3924 .sapex-compat-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.page-id-3924 .sapex-compat-platforms .sapex-compat-badges {
  justify-content: flex-end;
}

body.page-id-3924 .sapex-compat-protocols .sapex-compat-badges {
  justify-content: flex-start;
}

body.page-id-3924 .sapex-compat-badges span {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  font-size: 14px;
  font-weight: 520;
  line-height: 1.2;
  min-height: 42px;
  padding: 10px 15px;
  white-space: nowrap;
}

body.page-id-3924 .sapex-compat-core {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.065));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(22, 136, 255, 0.14);
  color: #ffffff;
  display: grid;
  gap: 8px;
  justify-items: center;
  min-height: 174px;
  padding: 30px 24px;
  text-align: center;
}

body.page-id-3924 .sapex-compat-brand {
  color: #ffffff;
  display: block;
  font-size: 25px;
  font-weight: 650;
  line-height: 1;
}

body.page-id-3924 .sapex-compat-brand span {
  color: #e30613;
}

body.page-id-3924 .sapex-compat-core strong {
  color: #ffffff;
  display: block;
  font-size: 22px;
  font-weight: 520;
  line-height: 1.15;
}

body.page-id-3924 .sapex-compat-core em {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}

body.page-id-3924 .sapex-compat-note {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.5;
  margin: 28px auto 0;
  max-width: 720px;
  padding: 14px 18px;
  position: relative;
  text-align: center;
  z-index: 1;
}

body.page-id-3924 .sapex-compat-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px auto 0;
  max-width: 1120px;
}

body.page-id-3924 .sapex-compat-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(17, 17, 17, 0.055);
  min-height: 154px;
  padding: 22px;
}

body.page-id-3924 .sapex-compat-card span {
  color: #e30613;
  display: block;
  font-size: 12px;
  font-weight: 750;
  margin-bottom: 18px;
}

body.page-id-3924 .sapex-compat-card h3 {
  color: #111111 !important;
  font-size: 20px;
  font-weight: 520;
  line-height: 1.18;
  margin: 0 0 10px;
}

body.page-id-3924 .sapex-compat-card p {
  color: rgba(17, 17, 17, 0.62) !important;
  font-size: 14px;
  line-height: 1.56;
  margin: 0;
}

@media (max-width: 980px) {
  body.page-id-3924 .sapex-compat-map {
    grid-template-columns: 1fr;
  }

  body.page-id-3924 .sapex-compat-map:before {
    display: none;
  }

  body.page-id-3924 .sapex-compat-platforms,
  body.page-id-3924 .sapex-compat-protocols {
    text-align: center;
  }

  body.page-id-3924 .sapex-compat-platforms .sapex-compat-badges,
  body.page-id-3924 .sapex-compat-protocols .sapex-compat-badges {
    justify-content: center;
  }

  body.page-id-3924 .sapex-compat-core {
    order: -1;
  }

  body.page-id-3924 .sapex-compat-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.page-id-3924 .sapex-integration-showcase {
    padding: 54px 18px 58px !important;
  }

  body.page-id-3924 .sapex-integration-head {
    align-items: flex-start;
    text-align: left;
  }

  body.page-id-3924 .sapex-integration-head .sapex-section-title {
    font-size: 32px !important;
  }

  body.page-id-3924 .sapex-integration-head .sapex-section-copy {
    font-size: 16px !important;
  }

  body.page-id-3924 .sapex-compat-panel {
    border-radius: 18px !important;
    margin-top: 26px !important;
    padding: 24px !important;
  }

  body.page-id-3924 .sapex-compat-badges span {
    font-size: 13px;
    min-height: 38px;
    white-space: normal;
  }

  body.page-id-3924 .sapex-compat-core {
    min-height: 144px;
    padding: 24px 18px;
  }

  body.page-id-3924 .sapex-compat-card {
    min-height: 0;
    padding: 20px;
  }
}
/* End SmartAPEX homepage integration showcase */

/* SmartAPEX homepage simplified hero */
body.page-id-3924 .sapex-hero {
  align-items: center !important;
  min-height: 78vh !important;
  padding: 150px 24px 76px !important;
}

body.page-id-3924 .sapex-hero:before {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.62) 44%, rgba(0, 0, 0, 0.26) 100%),
    url('/wp-content/uploads/2024/07/Untitled-design-23-1024x668.png') !important;
}

body.page-id-3924 .sapex-hero-inner {
  max-width: 1180px !important;
}

body.page-id-3924 .sapex-hero h1 {
  font-size: clamp(46px, 5.8vw, 72px) !important;
  font-weight: 650 !important;
  line-height: 1.04 !important;
  max-width: 760px !important;
}

body.page-id-3924 .sapex-hero p {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(18px, 1.7vw, 22px) !important;
  line-height: 1.5 !important;
  margin-top: 22px !important;
  max-width: 680px !important;
}

body.page-id-3924 .sapex-hero .sapex-actions {
  gap: 12px !important;
  margin-top: 30px !important;
}

body.page-id-3924 .sapex-hero-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 26px !important;
  max-width: 680px !important;
}

body.page-id-3924 .sapex-hero-pills span {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.075) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  white-space: nowrap !important;
}

body.page-id-3924 .sapex-hero-pills span:before {
  background: #53d6a5 !important;
  border-radius: 999px !important;
  content: "" !important;
  height: 6px !important;
  margin-right: 8px !important;
  width: 6px !important;
}

body.page-id-3924 .sapex-hero-notes {
  display: none !important;
}

@media (max-width: 780px) {
  body.page-id-3924 .sapex-hero {
    min-height: 76vh !important;
    padding: 128px 20px 50px !important;
  }

  body.page-id-3924 .sapex-hero h1 {
    font-size: clamp(38px, 10.2vw, 42px) !important;
    line-height: 1.08 !important;
    max-width: 330px !important;
  }

  body.page-id-3924 .sapex-hero p {
    font-size: 17px !important;
    max-width: 350px !important;
  }

  body.page-id-3924 .sapex-hero-pills {
    margin-top: 22px !important;
  }
}
/* End SmartAPEX homepage simplified hero */

/* SmartAPEX ecosystem image visual balance */
body.page-id-3924 .sapex-ecosystem-diagram-section {
  background: #ffffff !important;
}

body.page-id-3924 .sapex-provided-ecosystem-diagram {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: 0 !important;
  margin: 30px auto 0 !important;
  max-width: 1160px !important;
  overflow: visible !important;
  padding: 0 !important;
  width: min(100%, 1160px) !important;
}

body.page-id-3924 .sapex-provided-ecosystem-diagram img {
  aspect-ratio: auto !important;
  display: block !important;
  height: auto !important;
  margin: 0 auto !important;
  max-height: none !important;
  max-width: 1160px !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  width: 100% !important;
}

@media (max-width: 640px) {
  body.page-id-3924 .sapex-provided-ecosystem-diagram {
    margin-top: 22px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.page-id-3924 .sapex-provided-ecosystem-diagram img {
    max-width: 100% !important;
  }
}
/* End SmartAPEX ecosystem image visual balance */

/* SmartAPEX homepage hero reference picture style */
body.page-id-3924 .sapex-v2 .sapex-hero {
  background: #050505 !important;
}

body.page-id-3924 .sapex-v2 .sapex-hero:before {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.28) 30%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 27%, rgba(0, 0, 0, 0.56) 56%, rgba(0, 0, 0, 0.22) 100%),
    url('/wp-content/uploads/2026/06/smartapex-crystal-series-black-glass.jpg') !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.page-id-3924 .sapex-v2 .sapex-hero:after {
  background:
    radial-gradient(circle at 83% 47%, rgba(0, 188, 255, 0.12), rgba(0, 0, 0, 0) 22%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.18) 100%) !important;
  content: "" !important;
  inset: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: 0 !important;
}

body.page-id-3924 .sapex-v2 .sapex-hero-inner {
  position: relative !important;
  z-index: 1 !important;
}

body.page-id-3924 .sapex-v2 .sapex-hero-eyebrow {
  color: #ff0f2d !important;
}

body.page-id-3924 .sapex-v2 .sapex-hero .sapex-button-primary {
  background: #e30613 !important;
  border-color: #e30613 !important;
  color: #ffffff !important;
}

body.page-id-3924 .sapex-v2 .sapex-hero .sapex-button-primary:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #050505 !important;
}

@media (max-width: 780px) {
  body.page-id-3924 .sapex-v2 .sapex-hero:before {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.35) 42%, rgba(0, 0, 0, 0.5) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.68) 55%, rgba(0, 0, 0, 0.28) 100%),
      url('/wp-content/uploads/2026/06/smartapex-crystal-series-black-glass.jpg') !important;
    background-position: 64% center !important;
  }

  body.page-id-3924 .sapex-v2 .sapex-hero .sapex-actions {
    max-width: 330px !important;
    width: 100% !important;
  }

  body.page-id-3924 .sapex-v2 .sapex-hero .sapex-button {
    width: 100% !important;
  }
}
/* End SmartAPEX homepage hero reference picture style */

/* SmartAPEX homepage exact hero picture */
body.page-id-3924 .sapex-v2 .sapex-hero {
  background: #050505 !important;
}

body.page-id-3924 .sapex-v2 .sapex-hero:before {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.16) 35%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.78) 30%, rgba(0, 0, 0, 0.36) 52%, rgba(0, 0, 0, 0.06) 100%),
    url('https://smartapex.es/wp-content/uploads/2026/07/smartapex-home-hero-woman-wall-control.png') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.page-id-3924 .sapex-v2 .sapex-hero:after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.08) 100%),
    radial-gradient(circle at 86% 45%, rgba(22, 136, 255, 0.10), rgba(0, 0, 0, 0) 20%) !important;
  content: "" !important;
  inset: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: 0 !important;
}

body.page-id-3924 .sapex-v2 .sapex-hero-inner {
  position: relative !important;
  z-index: 1 !important;
}

body.page-id-3924 .sapex-v2 .sapex-hero-eyebrow {
  color: #ff0f2d !important;
}

body.page-id-3924 .sapex-v2 .sapex-hero .sapex-button-primary {
  background: #e30613 !important;
  border-color: #e30613 !important;
  color: #ffffff !important;
}

body.page-id-3924 .sapex-v2 .sapex-hero .sapex-button-primary:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #050505 !important;
}

@media (max-width: 780px) {
  body.page-id-3924 .sapex-v2 .sapex-hero:before {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 43%, rgba(0, 0, 0, 0.58) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.74) 58%, rgba(0, 0, 0, 0.30) 100%),
      url('https://smartapex.es/wp-content/uploads/2026/07/smartapex-home-hero-woman-wall-control.png') !important;
    background-position: 58% center !important;
  }

  body.page-id-3924 .sapex-v2 .sapex-hero .sapex-actions {
    max-width: 330px !important;
    width: 100% !important;
  }

  body.page-id-3924 .sapex-v2 .sapex-hero .sapex-button {
    width: 100% !important;
  }
}
/* End SmartAPEX homepage exact hero picture */

/* SmartAPEX product ecosystem image replacement */
body.page-id-3924 .sapex-product-ecosystem-image-section {
  background: #f7f5ef !important;
  padding: 74px 24px !important;
}

body.page-id-3924 .sapex-product-ecosystem-image-section .sapex-container {
  max-width: 1280px !important;
}

body.page-id-3924 .sapex-product-ecosystem-image {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: 0 !important;
  margin: 0 auto !important;
  max-width: 1160px !important;
  overflow: visible !important;
  padding: 0 !important;
}

body.page-id-3924 .sapex-product-ecosystem-image img {
  display: block !important;
  height: auto !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transform: none !important;
  width: 100% !important;
}

@media (max-width: 780px) {
  body.page-id-3924 .sapex-product-ecosystem-image-section {
    padding: 46px 18px !important;
  }
}
/* End SmartAPEX product ecosystem image replacement */

/* SmartAPEX integration image replacement */
body.page-id-3924 .sapex-integration-image-section {
  background: #050505;
  padding: clamp(42px, 6vw, 78px) 24px;
}

body.page-id-3924 .sapex-integration-image-section .sapex-container {
  max-width: 1280px;
}

body.page-id-3924 .sapex-integration-hub-image {
  margin: 0 auto;
  max-width: 1180px;
}

body.page-id-3924 .sapex-integration-hub-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

@media (max-width: 767px) {
  body.page-id-3924 .sapex-integration-image-section {
    padding: 34px 14px;
  }

  body.page-id-3924 .sapex-integration-hub-image img {
    border-radius: 16px;
  }
}
/* SmartAPEX why image replacement */
body.page-id-3924 .sapex-why-image-section {
  background: #f7f8f6;
  padding: clamp(36px, 5vw, 72px) 24px;
}

body.page-id-3924 .sapex-why-image-section .sapex-container {
  max-width: 1340px;
}

body.page-id-3924 .sapex-why-project-image {
  margin: 0 auto;
  max-width: 1280px;
}

body.page-id-3924 .sapex-why-project-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 767px) {
  body.page-id-3924 .sapex-why-image-section {
    padding: 28px 12px;
  }
}
/* SmartAPEX why image title polish */
body.page-id-3924 .sapex-why-image-head {
  margin: 0 auto clamp(22px, 3vw, 36px);
  max-width: 780px;
  text-align: center;
}

body.page-id-3924 .sapex-why-image-head .sapex-kicker {
  color: rgba(17, 17, 17, 0.48) !important;
  margin-bottom: 10px;
}

body.page-id-3924 .sapex-why-image-head .sapex-section-title {
  color: #111111 !important;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 300;
  line-height: 1.08;
  margin: 0 auto;
  max-width: 760px;
}

@media (max-width: 767px) {
  body.page-id-3924 .sapex-why-image-head {
    margin-bottom: 18px;
    text-align: left;
  }

  body.page-id-3924 .sapex-why-image-head .sapex-section-title {
    font-size: clamp(28px, 9vw, 38px);
  }
}
/* SmartAPEX project support packaging image */
body.page-id-3924 .sapex-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(420px, 42vw, 620px);
  padding: clamp(86px, 9vw, 132px) 24px !important;
  background-color: #f7f4ee !important;
  background-image:
    linear-gradient(90deg,
      rgba(255, 255, 255, 0.97) 0%,
      rgba(255, 255, 255, 0.92) 34%,
      rgba(255, 255, 255, 0.58) 56%,
      rgba(255, 255, 255, 0.18) 100%
    ),
    url('https://smartapex.es/wp-content/uploads/2026/07/smartapex-project-support-packaging.png') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-top: 1px solid rgba(17, 17, 17, 0.06);
}

body.page-id-3924 .sapex-final .sapex-container {
  max-width: 1180px;
}

body.page-id-3924 .sapex-final .sapex-kicker,
body.page-id-3924 .sapex-final h2,
body.page-id-3924 .sapex-final p,
body.page-id-3924 .sapex-final .sapex-final-actions {
  max-width: 620px;
}

body.page-id-3924 .sapex-final .sapex-kicker {
  color: rgba(17, 17, 17, 0.52) !important;
}

body.page-id-3924 .sapex-final h2 {
  color: #050505 !important;
  font-size: clamp(40px, 4.6vw, 66px) !important;
  line-height: 1.08 !important;
  margin-bottom: 24px !important;
}

body.page-id-3924 .sapex-final p {
  color: rgba(17, 17, 17, 0.72) !important;
}

@media (max-width: 900px) {
  body.page-id-3924 .sapex-final {
    min-height: auto;
    padding: 58px 18px 230px !important;
    background-image:
      linear-gradient(180deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.93) 45%,
        rgba(255, 255, 255, 0.62) 72%,
        rgba(255, 255, 255, 0.2) 100%
      ),
      url('https://smartapex.es/wp-content/uploads/2026/07/smartapex-project-support-packaging.png') !important;
    background-position: center bottom !important;
    background-size: cover !important;
  }

  body.page-id-3924 .sapex-final h2 {
    font-size: clamp(32px, 9vw, 44px) !important;
  }
}

/* Shared SmartAPEX footer. */
body:is(.page-id-3924, .page-id-3913, .page-id-3925, .page-id-3939, .page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961, .page-id-3981, .page-id-3982, .page-id-3985, .page-id-4113, .page-id-4114, .page-id-4115, .page-id-4122, .page-id-4147, .page-id-4148, .page-id-4149) footer.hidden,
body:is(.page-id-3924, .page-id-3913, .page-id-3925, .page-id-3939, .page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961, .page-id-3981, .page-id-3982, .page-id-3985, .page-id-4113, .page-id-4114, .page-id-4115, .page-id-4122, .page-id-4147, .page-id-4148, .page-id-4149) #main &gt; footer.hidden,
body:is(.page-id-3924, .page-id-3913, .page-id-3925, .page-id-3939, .page-id-3956, .page-id-3957, .page-id-3958, .page-id-3959, .page-id-3960, .page-id-3961, .page-id-3981, .page-id-3982, .page-id-3985, .page-id-4113, .page-id-4114, .page-id-4115, .page-id-4122, .page-id-4147, .page-id-4148, .page-id-4149) #main footer.hidden #footer-container {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

html body .sapex-site-footer,
html body.page-id-3924 .sapex-home-v2 footer#sapex-footer.sapex-footer {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 54px clamp(28px, 5vw, 76px) 34px !important;
  overflow: visible !important;
  background: #030303 !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

html body .sapex-site-footer *,
html body.page-id-3924 .sapex-home-v2 footer#sapex-footer.sapex-footer * {
  box-sizing: border-box !important;
}

html body .sapex-site-footer-grid,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, 1fr) auto !important;
  gap: 28px 72px !important;
  align-items: start !important;
  width: min(1220px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 0 30px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
}

html body .sapex-site-footer-logo,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-logo {
  display: inline-flex !important;
  width: 118px !important;
  max-width: 118px !important;
  margin: 0 0 16px !important;
  line-height: 1 !important;
}

html body .sapex-site-footer-logo img,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  filter: none !important;
  opacity: 1 !important;
}

html body .sapex-site-footer p,
html body.page-id-3924 .sapex-home-v2 footer#sapex-footer.sapex-footer p {
  max-width: 500px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 300 !important;
  text-align: left !important;
}

html body .sapex-site-footer-nav,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 15px 30px !important;
  max-width: 680px !important;
  margin: 7px 0 0 !important;
  text-align: right !important;
}

html body .sapex-site-footer-nav a,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-nav a {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 300 !important;
  text-decoration: none !important;
  transition: color 160ms ease, opacity 160ms ease !important;
}

html body .sapex-site-footer-nav a:hover,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-nav a:hover {
  color: #ffffff !important;
}

html body .sapex-site-footer-bottom,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 24px !important;
  width: min(1220px, 100%) !important;
  margin: 24px auto 0 !important;
  color: rgba(255, 255, 255, 0.46) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 300 !important;
}

html body .sapex-site-footer-bottom span:last-child,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-bottom span:last-child {
  text-align: right !important;
  white-space: nowrap !important;
}


@media (max-width: 760px) {
  html body .sapex-site-footer,
  html body.page-id-3924 .sapex-home-v2 footer#sapex-footer.sapex-footer {
    padding: 42px 24px 30px !important;
  }

  html body .sapex-site-footer-grid,
  html body.page-id-3924 .sapex-home-v2 .sapex-footer-grid,
  html body .sapex-site-footer-bottom,
  html body.page-id-3924 .sapex-home-v2 .sapex-footer-bottom {
    grid-template-columns: 1fr !important;
    display: grid !important;
    gap: 22px !important;
    text-align: left !important;
  }

  html body .sapex-site-footer-nav,
  html body.page-id-3924 .sapex-home-v2 .sapex-footer-nav {
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 13px 22px !important;
  }

  html body .sapex-site-footer-bottom span:last-child,
  html body.page-id-3924 .sapex-home-v2 .sapex-footer-bottom span:last-child {
    text-align: left !important;
    white-space: normal !important;
  }
}
/* Codex SmartAPEX unified header footer all pages end */
/* Finish shared footer alignment and remove theme link decorations. */
html body .sapex-site-footer .sapex-site-footer-brand,
html body.page-id-3924 .sapex-home-v2 footer#sapex-footer.sapex-footer .sapex-footer-grid &gt; div:first-child {
  text-align: left !important;
}

html body .sapex-site-footer .sapex-site-footer-logo,
html body.page-id-3924 .sapex-home-v2 footer#sapex-footer.sapex-footer .sapex-footer-logo {
  display: flex !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html body .sapex-site-footer .sapex-site-footer-nav a,
html body.page-id-3924 .sapex-home-v2 footer#sapex-footer.sapex-footer .sapex-footer-nav a {
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  text-decoration: none !important;
}

html body .sapex-site-footer .sapex-site-footer-nav a::before,
html body .sapex-site-footer .sapex-site-footer-nav a::after,
html body.page-id-3924 .sapex-home-v2 footer#sapex-footer.sapex-footer .sapex-footer-nav a::before,
html body.page-id-3924 .sapex-home-v2 footer#sapex-footer.sapex-footer .sapex-footer-nav a::after {
  content: none !important;
  display: none !important;
}
/* Codex SmartAPEX header footer visual cleanup end */
/* Codex SmartAPEX rich footer content start */
html body .sapex-site-footer,
html body.page-id-3924 .sapex-home-v2 footer#sapex-footer.sapex-footer.sapex-site-footer {
  padding-top: 58px !important;
  padding-bottom: 34px !important;
}

html body .sapex-site-footer-grid-rich,
html body.page-id-3924 .sapex-home-v2 .sapex-site-footer-grid-rich {
  display: grid !important;
  grid-template-columns: minmax(300px, 1.35fr) minmax(140px, 0.7fr) minmax(160px, 0.78fr) minmax(240px, 1.05fr) !important;
  gap: clamp(28px, 4vw, 64px) !important;
  align-items: start !important;
  width: min(1220px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 0 34px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
}

html body .sapex-site-footer-brand,
html body.page-id-3924 .sapex-home-v2 .sapex-site-footer-brand {
  text-align: left !important;
}

html body .sapex-site-footer-logo,
html body.page-id-3924 .sapex-home-v2 .sapex-site-footer-logo {
  width: 120px !important;
  max-width: 120px !important;
  margin: 0 0 18px !important;
}

html body .sapex-social-row,
html body.page-id-3924 .sapex-home-v2 .sapex-social-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 22px !important;
}

html body .sapex-social-row a,
html body.page-id-3924 .sapex-home-v2 .sapex-social-row a {
  display: inline-flex !important;
  width: 38px !important;
  height: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease !important;
}

html body .sapex-social-row a:hover,
html body.page-id-3924 .sapex-home-v2 .sapex-social-row a:hover {
  transform: translateY(-1px) !important;
}

html body .sapex-footer-col,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-col {
  display: grid !important;
  gap: 10px !important;
  align-content: start !important;
  text-align: left !important;
}

html body .sapex-footer-col h3,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-col h3 {
  margin: 0 0 10px !important;
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

html body .sapex-footer-col a,
html body .sapex-footer-col span,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-col a,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-col span {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 300 !important;
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .sapex-footer-col a:hover,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-col a:hover {
  color: #ffffff !important;
}

html body .sapex-footer-contact p,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-contact p {
  display: grid !important;
  gap: 4px !important;
  margin: 0 0 12px !important;
  max-width: 280px !important;
  color: rgba(255, 255, 255, 0.68) !important;
}

html body .sapex-footer-contact strong,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-contact strong {
  color: rgba(255, 255, 255, 0.42) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

html body .sapex-footer-bottom,
html body.page-id-3924 .sapex-home-v2 .sapex-footer-bottom {
  width: min(1220px, 100%) !important;
  margin: 24px auto 0 !important;
}

@media (max-width: 980px) {
  html body .sapex-site-footer-grid-rich,
  html body.page-id-3924 .sapex-home-v2 .sapex-site-footer-grid-rich {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 640px) {
  html body .sapex-site-footer-grid-rich,
  html body.page-id-3924 .sapex-home-v2 .sapex-site-footer-grid-rich {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}
/* Codex SmartAPEX rich footer content end */

/* Codex Products page general hero visual start */
body.page-id-3913 .sapex-tax-hero .sapex-visual-products-overview {
  background: #f7f7f4 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.page-id-3913 .sapex-tax-hero .sapex-visual-products-overview img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f7f7f4 !important;
}

@media (max-width: 760px) {
  body.page-id-3913 .sapex-tax-hero .sapex-visual-products-overview img {
    object-fit: contain !important;
  }
}
/* Codex Products page general hero visual end */

/* Codex SmartAPEX raw script and theme footer cleanup start */
html body.page-id-3913 footer.hidden,
html body.page-id-3924 footer.hidden,
html body.page-id-3925 footer.hidden,
html body.page-id-3939 footer.hidden,
html body.page-id-3956 footer.hidden,
html body.page-id-3957 footer.hidden,
html body.page-id-3958 footer.hidden,
html body.page-id-3959 footer.hidden,
html body.page-id-3960 footer.hidden,
html body.page-id-3961 footer.hidden,
html body.page-id-3981 footer.hidden,
html body.page-id-3982 footer.hidden,
html body.page-id-3985 footer.hidden,
html body.page-id-4113 footer.hidden,
html body.page-id-4114 footer.hidden,
html body.page-id-4115 footer.hidden,
html body.page-id-4122 footer.hidden,
html body.page-id-4147 footer.hidden,
html body.page-id-4148 footer.hidden,
html body.page-id-4149 footer.hidden,
html body.page-id-3913 footer.hidden #footer-container,
html body.page-id-3924 footer.hidden #footer-container,
html body.page-id-3925 footer.hidden #footer-container,
html body.page-id-3939 footer.hidden #footer-container,
html body.page-id-3956 footer.hidden #footer-container,
html body.page-id-3957 footer.hidden #footer-container,
html body.page-id-3958 footer.hidden #footer-container,
html body.page-id-3959 footer.hidden #footer-container,
html body.page-id-3960 footer.hidden #footer-container,
html body.page-id-3961 footer.hidden #footer-container,
html body.page-id-3981 footer.hidden #footer-container,
html body.page-id-3982 footer.hidden #footer-container,
html body.page-id-3985 footer.hidden #footer-container,
html body.page-id-4113 footer.hidden #footer-container,
html body.page-id-4114 footer.hidden #footer-container,
html body.page-id-4115 footer.hidden #footer-container,
html body.page-id-4122 footer.hidden #footer-container,
html body.page-id-4147 footer.hidden #footer-container,
html body.page-id-4148 footer.hidden #footer-container,
html body.page-id-4149 footer.hidden #footer-container {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.page-id-3913, body.page-id-3924, body.page-id-3925, body.page-id-3939, body.page-id-3956, body.page-id-3957, body.page-id-3958, body.page-id-3959, body.page-id-3960, body.page-id-3961, body.page-id-3981, body.page-id-3982, body.page-id-3985, body.page-id-4113, body.page-id-4114, body.page-id-4115, body.page-id-4122, body.page-id-4147, body.page-id-4148, body.page-id-4149 {
  --sapex-footer-cleanup-active: 1;
}
/* Codex SmartAPEX raw script and theme footer cleanup end */
/* Codex SmartAPEX about/contact page styles start */
.sapex-about-contact-v2 {
    --sapex-ink: #070707;
    --sapex-muted: #6b6b66;
    --sapex-soft: #f4f4f1;
    --sapex-line: rgba(0, 0, 0, 0.11);
    --sapex-dark: #080808;
    --sapex-accent: #7fc8ba;
    background: #f7f7f4;
    color: var(--sapex-ink);
    font-family: Montserrat, Arial, sans-serif;
  }

  #main-page-content:has(.sapex-about-contact-v2) {
    opacity: 1 !important;
  }

  body:has(.sapex-about-contact-v2) #hero {
    display: none !important;
  }

  body:has(.sapex-about-contact-v2) #main-content {
    padding-top: 0 !important;
  }

  .sapex-about-contact-v2 * {
    box-sizing: border-box;
  }

  .sapex-about-contact-v2 .sapex-hero {
    align-items: flex-end;
    background: #050505;
    display: flex;
    min-height: 76vh;
    overflow: hidden;
    padding: 150px 36px 76px;
    position: relative;
  }

  .sapex-about-contact-v2 .sapex-hero:before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.48) 56%, rgba(0, 0, 0, 0.18)), var(--sapex-hero-image);
    background-position: center;
    background-size: cover;
    content: "";
    inset: 0;
    opacity: 0.86;
    position: absolute;
  }

  .sapex-about-contact-v2 .sapex-container,
  .sapex-about-contact-v2 .sapex-hero-inner {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
  }

  .sapex-about-contact-v2 .sapex-hero-inner {
    position: relative;
    z-index: 1;
  }

  .sapex-about-contact-v2 .sapex-kicker,
  .sapex-about-contact-v2 .sapex-hero-eyebrow {
    color: var(--sapex-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0 0 18px;
    text-transform: uppercase;
  }

  .sapex-about-contact-v2 .sapex-hero-eyebrow {
    color: rgba(255, 255, 255, 0.72);
  }

  .sapex-about-contact-v2 h1,
  .sapex-about-contact-v2 h2,
  .sapex-about-contact-v2 h3 {
    color: inherit !important;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
  }

  .sapex-about-contact-v2 .sapex-hero h1 {
    color: #ffffff !important;
    font-size: 70px;
    line-height: 0.98;
    max-width: 820px;
  }

  .sapex-about-contact-v2 .sapex-hero p,
  .sapex-about-contact-v2 .sapex-section-copy,
  .sapex-about-contact-v2 .sapex-card p,
  .sapex-about-contact-v2 li {
    color: var(--sapex-muted) !important;
    font-size: 15px;
    line-height: 1.72;
  }

  .sapex-about-contact-v2 .sapex-hero p {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 19px;
    margin: 24px 0 0;
    max-width: 720px;
  }

  .sapex-about-contact-v2 .sapex-actions,
  .sapex-about-contact-v2 .sapex-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }

  .sapex-about-contact-v2 .sapex-button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    min-height: 42px;
    padding: 13px 22px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  }

  .sapex-about-contact-v2 .sapex-button:hover {
    transform: translateY(-1px);
  }

  .sapex-about-contact-v2 .sapex-button-primary {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #070707 !important;
  }

  .sapex-about-contact-v2 .sapex-button-ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.54);
    color: #ffffff !important;
  }

  .sapex-about-contact-v2 .sapex-button-dark {
    background: #080808;
    border: 1px solid #080808;
    color: #ffffff !important;
  }

  .sapex-about-contact-v2 .sapex-button-line {
    background: transparent;
    border: 1px solid var(--sapex-line);
    color: #080808 !important;
  }

  .sapex-about-contact-v2 .sapex-hero-notes {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 56px;
    padding-top: 28px;
  }

  .sapex-about-contact-v2 .sapex-hero-note strong {
    color: #ffffff;
    display: block;
    font-size: 14px;
    margin-bottom: 7px;
  }

  .sapex-about-contact-v2 .sapex-hero-note span {
    color: rgba(255, 255, 255, 0.62);
    display: block;
    font-size: 13px;
    line-height: 1.55;
  }

  .sapex-about-contact-v2 .sapex-section {
    padding: 96px 36px;
  }

  .sapex-about-contact-v2 .sapex-soft {
    background: var(--sapex-soft);
  }

  .sapex-about-contact-v2 .sapex-dark {
    background: var(--sapex-dark);
    color: #ffffff;
  }

  .sapex-about-contact-v2 .sapex-dark .sapex-section-copy,
  .sapex-about-contact-v2 .sapex-dark p,
  .sapex-about-contact-v2 .sapex-dark li {
    color: rgba(255, 255, 255, 0.68) !important;
  }

  .sapex-about-contact-v2 .sapex-section-title {
    font-size: 42px;
    line-height: 1.06;
    max-width: 760px;
  }

  .sapex-about-contact-v2 .sapex-section-copy {
    margin: 22px 0 0;
    max-width: 760px;
  }

  .sapex-about-contact-v2 .sapex-grid {
    display: grid;
    gap: 22px;
    margin-top: 42px;
  }

  .sapex-about-contact-v2 .sapex-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sapex-about-contact-v2 .sapex-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sapex-about-contact-v2 .sapex-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    min-height: 100%;
    padding: 30px;
  }

  .sapex-about-contact-v2 .sapex-dark .sapex-card {
    background: #151515;
    border-color: rgba(255, 255, 255, 0.12);
  }

  .sapex-about-contact-v2 .sapex-card-label {
    color: var(--sapex-accent);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    text-transform: uppercase;
  }

  .sapex-about-contact-v2 .sapex-card h3 {
    font-size: 24px;
    line-height: 1.18;
  }

  .sapex-about-contact-v2 .sapex-card p {
    margin: 14px 0 0;
  }

  .sapex-about-contact-v2 .sapex-card ul {
    margin: 18px 0 0;
    padding-left: 18px;
  }

  .sapex-about-contact-v2 .sapex-card li {
    margin: 8px 0;
  }

  .sapex-about-contact-v2 .sapex-split {
    align-items: start;
    display: grid;
    gap: 64px;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }

  .sapex-about-contact-v2 .sapex-panel {
    background: #111111;
    border-radius: 8px;
    color: #ffffff;
    padding: 36px;
  }

  .sapex-about-contact-v2 .sapex-panel p,
  .sapex-about-contact-v2 .sapex-panel li {
    color: rgba(255, 255, 255, 0.68) !important;
  }

  .sapex-about-contact-v2 .sapex-flow {
    border-top: 1px solid var(--sapex-line);
    margin-top: 44px;
  }

  .sapex-about-contact-v2 .sapex-flow-step {
    border-bottom: 1px solid var(--sapex-line);
    display: grid;
    gap: 24px;
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 24px 0;
  }

  .sapex-about-contact-v2 .sapex-flow-step span {
    color: var(--sapex-accent);
    font-weight: 800;
  }

  .sapex-about-contact-v2 .sapex-final {
    background-image: linear-gradient(90deg, rgba(245, 245, 242, 0.96), rgba(245, 245, 242, 0.84)), url('/wp-content/uploads/2024/07/Untitled-design-24-1024x668.png');
    background-position: center;
    background-size: cover;
  }

  @media (max-width: 980px) {
    .sapex-about-contact-v2 .sapex-hero-notes,
    .sapex-about-contact-v2 .sapex-grid-2,
    .sapex-about-contact-v2 .sapex-grid-3,
    .sapex-about-contact-v2 .sapex-split {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .sapex-about-contact-v2 .sapex-container,
    .sapex-about-contact-v2 .sapex-hero-inner {
      width: min(calc(100vw - 64px), 320px);
    }

    .sapex-about-contact-v2 .sapex-hero {
      min-height: 74vh;
      padding: 132px 20px 58px;
    }

    .sapex-about-contact-v2 .sapex-hero h1 {
      font-size: 40px;
      line-height: 1.04;
    }

    .sapex-about-contact-v2 .sapex-hero p,
    .sapex-about-contact-v2 .sapex-section-copy {
      font-size: 16px;
    }

    .sapex-about-contact-v2 .sapex-section {
      padding: 68px 20px;
    }

    .sapex-about-contact-v2 .sapex-section-title {
      font-size: 32px;
    }

    .sapex-about-contact-v2 .sapex-card,
    .sapex-about-contact-v2 .sapex-panel {
      padding: 24px;
    }

    .sapex-about-contact-v2 .sapex-button {
      width: 100%;
    }

    .sapex-about-contact-v2 .sapex-flow-step {
      grid-template-columns: 1fr;
    }
  }

body.page-id-3985 .sapex-about-contact-v2,
body.page-id-3982 .sapex-about-contact-v2 {
  --sapex-hero-image: url('/wp-content/uploads/2024/07/Untitled-design-24-1024x668.png');
}

body.page-id-3985 #hero,
body.page-id-3982 #hero {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}
/* Codex SmartAPEX about/contact page styles end */



/* Codex SmartAPEX partners flow layout fix start */
body.page-id-3985 .sapex-about-contact-v2 .sapex-section.sapex-dark .sapex-split {
  align-items: start !important;
  display: grid !important;
  gap: clamp(52px, 5vw, 84px) !important;
  grid-template-columns: minmax(280px, 0.82fr) minmax(560px, 1.18fr) !important;
}

body.page-id-3985 .sapex-about-contact-v2 .sapex-flow {
  display: block !important;
  width: 100% !important;
  max-width: 760px !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
}

body.page-id-3985 .sapex-about-contact-v2 .sapex-flow-step {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: start !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 20px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: transparent !important;
}

body.page-id-3985 .sapex-about-contact-v2 .sapex-flow-step span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(83, 214, 197, 0.32) !important;
  border-radius: 999px !important;
  background: rgba(83, 214, 197, 0.08) !important;
  color: #53d6c5 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
}

body.page-id-3985 .sapex-about-contact-v2 .sapex-flow-step h3 {
  color: #ffffff !important;
  font-size: clamp(21px, 1.7vw, 28px) !important;
  font-weight: 400 !important;
  line-height: 1.18 !important;
  margin: 0 0 8px !important;
}

body.page-id-3985 .sapex-about-contact-v2 .sapex-flow-step p {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
  max-width: 560px !important;
  margin: 0 !important;
}

@media (max-width: 1180px) {
  body.page-id-3985 .sapex-about-contact-v2 .sapex-section.sapex-dark .sapex-split {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    gap: 44px !important;
  }
}

@media (max-width: 980px) {
  body.page-id-3985 .sapex-about-contact-v2 .sapex-section.sapex-dark .sapex-split {
    grid-template-columns: 1fr !important;
  }

  body.page-id-3985 .sapex-about-contact-v2 .sapex-flow {
    max-width: none !important;
    margin-top: 20px !important;
  }
}

@media (max-width: 620px) {
  body.page-id-3985 .sapex-about-contact-v2 .sapex-flow-step {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 18px 0 !important;
  }

  body.page-id-3985 .sapex-about-contact-v2 .sapex-flow-step span {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }

  body.page-id-3985 .sapex-about-contact-v2 .sapex-flow-step h3 {
    font-size: 22px !important;
  }
}
/* Codex SmartAPEX partners flow layout fix end */

/* Codex SmartAPEX partners hero image update start */
body.page-id-3985 .sapex-about-contact-v2 {
  --sapex-hero-image: url('/wp-content/uploads/2026/07/smartapex-partners-project-support-hero.png') !important;
}

body.page-id-3985 .sapex-about-contact-v2 .sapex-hero:before {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.58) 42%, rgba(0, 0, 0, 0.20) 74%, rgba(0, 0, 0, 0.10) 100%),
    var(--sapex-hero-image) !important;
  background-position: center center !important;
  background-size: cover !important;
  opacity: 0.98 !important;
}

@media (max-width: 760px) {
  body.page-id-3985 .sapex-about-contact-v2 .sapex-hero:before {
    background-position: 62% center !important;
  }
}
/* Codex SmartAPEX partners hero image update end */

/* Codex SmartAPEX downloads solutions hero images start */
body.page-id-3939 .sapex-downloads-v2 .sapex-hero {
  background: #070707 !important;
  overflow: hidden !important;
  position: relative !important;
}

body.page-id-3939 .sapex-downloads-v2 .sapex-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 42%, rgba(0, 0, 0, 0.16) 72%, rgba(0, 0, 0, 0.04) 100%),
    url('/wp-content/uploads/2026/07/smartapex-downloads-library-hero.png') center right / cover no-repeat !important;
  content: "" !important;
  inset: 0 !important;
  opacity: 1 !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: 0 !important;
}

body.page-id-3939 .sapex-downloads-v2 .sapex-hero::after {
  content: none !important;
  display: none !important;
}

body.page-id-3939 .sapex-downloads-v2 .sapex-hero .sapex-container {
  position: relative !important;
  z-index: 2 !important;
}

body.page-id-3939 .sapex-downloads-v2 .sapex-hero .sapex-hero-inner {
}

body.page-id-3939 .sapex-downloads-v2 .sapex-hero h1 {
}

body.page-id-3925 .sapex-solutions-hub .sapex-tax-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.68) 38%, rgba(0, 0, 0, 0.28) 68%, rgba(0, 0, 0, 0.08) 100%),
    url('/wp-content/uploads/2026/07/smartapex-solutions-project-planning-hero.png') center center / cover no-repeat !important;
  min-height: 680px !important;
}

body.page-id-3925 .sapex-solutions-hub .sapex-tax-hero-grid {
  grid-template-columns: minmax(0, 720px) !important;
}

body.page-id-3925 .sapex-solutions-hub .sapex-tax-copy {
  max-width: 720px !important;
}

body.page-id-3925 .sapex-solutions-hub .sapex-tax-visual {
  display: none !important;
}

body.page-id-3925 .sapex-solutions-hub .sapex-visual-solution img {
  object-position: center center !important;
  filter: brightness(0.92) contrast(1.02) saturate(0.95) !important;
}

body.page-id-3925 .sapex-solutions-hub .sapex-visual-solution::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.26), rgba(0,0,0,0.02) 50%, rgba(0,0,0,0.12)),
    radial-gradient(circle at 16% 72%, rgba(227,6,19,0.10), rgba(227,6,19,0) 30%) !important;
}

@media (max-width: 760px) {
  body.page-id-3939 .sapex-downloads-v2 .sapex-hero {
    background-position: 58% center !important;
  }

  body.page-id-3939 .sapex-downloads-v2 .sapex-hero::before {
    background-position: 58% center !important;
  }

  body.page-id-3925 .sapex-solutions-hub .sapex-tax-hero {
    background-position: 46% center !important;
    min-height: 620px !important;
  }

  body.page-id-3925 .sapex-solutions-hub .sapex-visual-solution img {
    object-position: 58% center !important;
  }
}
/* Codex SmartAPEX downloads solutions hero images end */

/* Codex SmartAPEX products full hero image start */
body.page-id-3913 #main,
body.page-id-3913 #main-content,
body.page-id-3913 #main-page-content,
body.page-id-3913 .content-row {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body.page-id-3913 .sapex-products-hub {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

body.page-id-3913 .sapex-products-hub .sapex-tax-hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.70) 38%, rgba(0,0,0,0.30) 68%, rgba(0,0,0,0.08) 100%),
    url('/wp-content/uploads/2026/07/smartapex-why-project-automation-visual.png') center center / cover no-repeat !important;
  min-height: 680px !important;
}

body.page-id-3913 .sapex-products-hub .sapex-tax-hero-grid {
  grid-template-columns: minmax(0, 720px) !important;
}

body.page-id-3913 .sapex-products-hub .sapex-tax-copy {
  max-width: 720px !important;
}

body.page-id-3913 .sapex-products-hub .sapex-visual-products-overview {
  display: none !important;
}

@media (max-width: 760px) {
  body.page-id-3913 .sapex-products-hub .sapex-tax-hero {
    background-position: 52% center !important;
    min-height: 620px !important;
  }
}
/* Codex SmartAPEX products full hero image end */

/* Codex SmartAPEX short about contact pages start */
body:is(.page-id-3981, .page-id-3982) .sapex-about-contact-v2.sapex-short-page .sapex-hero {
  min-height: 58vh !important;
  padding: 132px 36px 64px !important;
}

body:is(.page-id-3981, .page-id-3982) .sapex-about-contact-v2.sapex-short-page .sapex-hero h1 {
  font-size: clamp(48px, 5vw, 78px) !important;
  font-weight: 300 !important;
  line-height: 1.04 !important;
}

body:is(.page-id-3981, .page-id-3982) .sapex-about-contact-v2.sapex-short-page .sapex-hero p {
  max-width: 760px !important;
}

body:is(.page-id-3981, .page-id-3982) .sapex-about-contact-v2.sapex-short-page .sapex-section {
  padding: 76px 36px !important;
}

body:is(.page-id-3981, .page-id-3982) .sapex-about-contact-v2.sapex-short-page .sapex-section-title {
  font-size: clamp(36px, 3.4vw, 54px) !important;
  font-weight: 300 !important;
  max-width: 880px !important;
}

body:is(.page-id-3981, .page-id-3982) .sapex-about-contact-v2.sapex-short-page .sapex-card {
  min-height: 100% !important;
}

@media (max-width: 760px) {
  body:is(.page-id-3981, .page-id-3982) .sapex-about-contact-v2.sapex-short-page .sapex-hero {
    min-height: 56vh !important;
    padding: 118px 22px 48px !important;
  }

  body:is(.page-id-3981, .page-id-3982) .sapex-about-contact-v2.sapex-short-page .sapex-section {
    padding: 54px 22px !important;
  }
}
/* Codex SmartAPEX short about contact pages end */

/* Codex SmartAPEX contact partner forms polish start */
body.page-id-3982 .sapex-contact-form-page .sapex-contact-clean-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(227, 6, 19, 0.14), transparent 30%),
    radial-gradient(circle at 18% 16%, rgba(22, 136, 255, 0.10), transparent 30%),
    linear-gradient(135deg, #050505 0%, #0b0b0b 56%, #151515 100%) !important;
  min-height: 54vh;
  padding-bottom: 88px;
  padding-top: 150px;
}

body.page-id-3982 .sapex-contact-form-page .sapex-contact-clean-hero::before {
  display: none !important;
}

body.page-id-3982 .sapex-contact-form-page .sapex-contact-clean-hero h1 {
  max-width: 760px;
}

body.page-id-3982 .sapex-contact-form-page .sapex-contact-clean-hero p {
  max-width: 660px;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-support,
body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-section {
  background: #f7f6f2;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-layout,
body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-layout {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-copy,
body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-copy {
  max-width: 540px;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-route-list,
body.page-id-3985 .sapex-partners-v2 .sapex-partner-note-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-route-list span,
body.page-id-3985 .sapex-partners-v2 .sapex-partner-note-list span {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  color: #5f5f5f;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 8px;
  line-height: 1.45;
  padding: 11px 16px;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-route-list strong {
  color: #080808;
  font-weight: 650;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-panel,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-form-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(8, 8, 8, 0.08);
  padding: 30px;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7,
body.page-id-3985 .sapex-partners-v2 .wpcf7 {
  color: #080808;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-grid,
body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-field,
body.page-id-3982 .sapex-contact-v2 .sapex-contact-acceptance,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-field,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-acceptance {
  color: #202020;
  display: block;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.35;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-field-wide,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-field-wide {
  grid-column: 1 / -1;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7-form-control-wrap,
body.page-id-3985 .sapex-partners-v2 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7 input[type="text"],
body.page-id-3982 .sapex-contact-v2 .wpcf7 input[type="email"],
body.page-id-3982 .sapex-contact-v2 .wpcf7 input[type="tel"],
body.page-id-3982 .sapex-contact-v2 .wpcf7 input[type="url"],
body.page-id-3982 .sapex-contact-v2 .wpcf7 select,
body.page-id-3982 .sapex-contact-v2 .wpcf7 textarea,
body.page-id-3985 .sapex-partners-v2 .wpcf7 input[type="text"],
body.page-id-3985 .sapex-partners-v2 .wpcf7 input[type="email"],
body.page-id-3985 .sapex-partners-v2 .wpcf7 input[type="tel"],
body.page-id-3985 .sapex-partners-v2 .wpcf7 input[type="url"],
body.page-id-3985 .sapex-partners-v2 .wpcf7 select,
body.page-id-3985 .sapex-partners-v2 .wpcf7 textarea {
  background: #fbfbfa !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  color: #080808 !important;
  font: inherit !important;
  font-size: 15px !important;
  min-height: 48px;
  outline: none;
  padding: 13px 15px !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
  width: 100%;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7 textarea,
body.page-id-3985 .sapex-partners-v2 .wpcf7 textarea {
  min-height: 136px;
  resize: vertical;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7 input::placeholder,
body.page-id-3982 .sapex-contact-v2 .wpcf7 textarea::placeholder,
body.page-id-3985 .sapex-partners-v2 .wpcf7 input::placeholder,
body.page-id-3985 .sapex-partners-v2 .wpcf7 textarea::placeholder {
  color: #8a8a8a !important;
  opacity: 1;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7 input:not([type="submit"]):focus,
body.page-id-3982 .sapex-contact-v2 .wpcf7 select:focus,
body.page-id-3982 .sapex-contact-v2 .wpcf7 textarea:focus,
body.page-id-3985 .sapex-partners-v2 .wpcf7 input:not([type="submit"]):focus,
body.page-id-3985 .sapex-partners-v2 .wpcf7 select:focus,
body.page-id-3985 .sapex-partners-v2 .wpcf7 textarea:focus {
  background: #ffffff !important;
  border-color: rgba(227, 6, 19, 0.42) !important;
  box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.08) !important;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-acceptance,
body.page-id-3982 .sapex-contact-v2 .sapex-contact-acceptance label,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-acceptance,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-acceptance label {
  color: #5f5f5f;
  font-size: 13px;
  font-weight: 450;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-acceptance input,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-acceptance input {
  margin-right: 8px;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7-list-item,
body.page-id-3985 .sapex-partners-v2 .wpcf7-list-item {
  margin: 8px 16px 0 0;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7-list-item label,
body.page-id-3985 .sapex-partners-v2 .wpcf7-list-item label {
  align-items: center;
  color: #444;
  display: inline-flex;
  font-size: 14px;
  font-weight: 450;
  gap: 6px;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-submit-row,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-submit-row {
  margin-top: 2px;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7 .sapex-contact-submit,
body.page-id-3985 .sapex-partners-v2 .wpcf7 .sapex-contact-submit {
  align-items: center;
  background: #080808 !important;
  border: 1px solid #080808 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px !important;
  font-weight: 700 !important;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px !important;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7 .sapex-contact-submit:hover,
body.page-id-3982 .sapex-contact-v2 .wpcf7 .sapex-contact-submit:focus-visible,
body.page-id-3985 .sapex-partners-v2 .wpcf7 .sapex-contact-submit:hover,
body.page-id-3985 .sapex-partners-v2 .wpcf7 .sapex-contact-submit:focus-visible {
  background: #e30613 !important;
  border-color: #e30613 !important;
  transform: translateY(-1px);
}

body.page-id-3982 .sapex-contact-v2 .wpcf7-not-valid-tip,
body.page-id-3985 .sapex-partners-v2 .wpcf7-not-valid-tip {
  color: #e30613;
  font-size: 12px;
  margin-top: 6px;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7 form .wpcf7-response-output,
body.page-id-3985 .sapex-partners-v2 .wpcf7 form .wpcf7-response-output {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  color: #333333;
  font-size: 14px;
  margin: 18px 0 0;
  padding: 12px 14px;
}

@media (max-width: 860px) {
  body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-layout,
  body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-layout {
    grid-template-columns: 1fr;
  }

  body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-copy,
  body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-copy {
    max-width: none;
  }
}

@media (max-width: 620px) {
  body.page-id-3982 .sapex-contact-form-page .sapex-contact-clean-hero {
    min-height: 50vh;
    padding-bottom: 58px;
    padding-top: 124px;
  }

  body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-panel,
  body.page-id-3985 .sapex-partners-v2 .sapex-contact-form-panel {
    border-radius: 18px;
    padding: 20px;
  }

  body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-grid,
  body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-grid {
    grid-template-columns: 1fr;
  }

  body.page-id-3982 .sapex-contact-v2 .wpcf7 .sapex-contact-submit,
  body.page-id-3985 .sapex-partners-v2 .wpcf7 .sapex-contact-submit {
    width: 100%;
  }
}
/* Codex SmartAPEX contact partner forms polish end */

/* Codex SmartAPEX CF7 form layout final polish start */
body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-panel,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-form-panel {
  overflow: hidden;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7-form,
body.page-id-3985 .sapex-partners-v2 .wpcf7-form {
  margin: 0 !important;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-grid,
body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-grid {
  align-items: start;
  column-gap: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 18px;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-grid &gt; p,
body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-grid &gt; p,
body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-grid .sapex-contact-acceptance p,
body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-grid .sapex-contact-acceptance p,
body.page-id-3982 .sapex-contact-v2 .sapex-contact-submit-row p,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-submit-row p {
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-grid br,
body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-grid br {
  display: none !important;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-grid &gt; p:has(.sapex-contact-field-wide),
body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-grid &gt; p:has(.sapex-contact-field-wide),
body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-grid &gt; .sapex-contact-field-wide,
body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-grid &gt; .sapex-contact-field-wide,
body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-grid &gt; .sapex-contact-acceptance,
body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-grid &gt; .sapex-contact-acceptance,
body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-grid &gt; .sapex-contact-submit-row,
body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-grid &gt; .sapex-contact-submit-row {
  grid-column: 1 / -1;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-field,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-field {
  margin: 0 !important;
  min-width: 0;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7-form-control-wrap,
body.page-id-3985 .sapex-partners-v2 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px !important;
  width: 100%;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7 input[type="text"],
body.page-id-3982 .sapex-contact-v2 .wpcf7 input[type="email"],
body.page-id-3982 .sapex-contact-v2 .wpcf7 input[type="tel"],
body.page-id-3982 .sapex-contact-v2 .wpcf7 input[type="url"],
body.page-id-3982 .sapex-contact-v2 .wpcf7 select,
body.page-id-3982 .sapex-contact-v2 .wpcf7 textarea,
body.page-id-3985 .sapex-partners-v2 .wpcf7 input[type="text"],
body.page-id-3985 .sapex-partners-v2 .wpcf7 input[type="email"],
body.page-id-3985 .sapex-partners-v2 .wpcf7 input[type="tel"],
body.page-id-3985 .sapex-partners-v2 .wpcf7 input[type="url"],
body.page-id-3985 .sapex-partners-v2 .wpcf7 select,
body.page-id-3985 .sapex-partners-v2 .wpcf7 textarea {
  height: auto !important;
  line-height: 1.35 !important;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7 select,
body.page-id-3985 .sapex-partners-v2 .wpcf7 select {
  appearance: auto;
  cursor: pointer;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7 textarea,
body.page-id-3985 .sapex-partners-v2 .wpcf7 textarea {
  display: block;
  min-height: 118px !important;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-acceptance,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-acceptance {
  background: #fbfbfa;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 13px 15px;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-acceptance .wpcf7-form-control-wrap,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-acceptance .wpcf7-form-control-wrap {
  margin-top: 0 !important;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-acceptance .wpcf7-list-item,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-acceptance .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-acceptance label,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-acceptance label {
  align-items: flex-start !important;
  display: flex !important;
  gap: 10px;
  line-height: 1.45 !important;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7 input[type="checkbox"],
body.page-id-3985 .sapex-partners-v2 .wpcf7 input[type="checkbox"] {
  appearance: auto !important;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.28) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  flex: 0 0 18px !important;
  height: 18px !important;
  margin: 1px 0 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  width: 18px !important;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7-checkbox,
body.page-id-3985 .sapex-partners-v2 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 10px;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7-checkbox .wpcf7-list-item,
body.page-id-3985 .sapex-partners-v2 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 !important;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7-checkbox label,
body.page-id-3985 .sapex-partners-v2 .wpcf7-checkbox label {
  align-items: center !important;
  background: #fbfbfa;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  display: inline-flex !important;
  gap: 8px;
  padding: 8px 12px;
}

body.page-id-3982 .sapex-contact-v2 .sapex-contact-submit-row,
body.page-id-3985 .sapex-partners-v2 .sapex-contact-submit-row {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7 .sapex-contact-submit,
body.page-id-3985 .sapex-partners-v2 .wpcf7 .sapex-contact-submit {
  width: auto !important;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7-spinner,
body.page-id-3985 .sapex-partners-v2 .wpcf7-spinner {
  margin: 0 0 0 10px !important;
}

@media (max-width: 620px) {
  body.page-id-3982 .sapex-contact-v2 .sapex-contact-form-grid,
  body.page-id-3985 .sapex-partners-v2 .sapex-partner-form-grid {
    grid-template-columns: 1fr;
  }

  body.page-id-3982 .sapex-contact-v2 .wpcf7 .sapex-contact-submit,
  body.page-id-3985 .sapex-partners-v2 .wpcf7 .sapex-contact-submit {
    width: 100% !important;
  }
}
/* Codex SmartAPEX CF7 form layout final polish end */

/* Codex SmartAPEX CF7 select placeholder polish start */
body.page-id-3982 .sapex-contact-v2 .wpcf7 select,
body.page-id-3985 .sapex-partners-v2 .wpcf7 select {
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: #fbfbfa !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #202020 50%),
    linear-gradient(135deg, #202020 50%, transparent 50%) !important;
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50% !important;
  background-repeat: no-repeat !important;
  background-size: 6px 6px, 6px 6px !important;
  color: #202020 !important;
  font-weight: 500 !important;
  padding-right: 44px !important;
  text-decoration: none !important;
}

body.page-id-3982 .sapex-contact-v2 .wpcf7 select option,
body.page-id-3985 .sapex-partners-v2 .wpcf7 select option {
  color: #202020;
  text-decoration: none;
}
/* Codex SmartAPEX CF7 select placeholder polish end */

/* SmartAPEX product manuals 20260718 */
.sapex-tax-v3 .sapex-manual-heading {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  margin-bottom: 28px;
}
.sapex-tax-v3 .sapex-manual-heading h2 { margin-bottom: 0; }
.sapex-tax-v3 .sapex-manual-heading &gt; p {
  color: #656565;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  max-width: 680px;
}
.sapex-tax-v3 .sapex-product-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.sapex-tax-v3 .sapex-product-facts span {
  background: #fff;
  border: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: 999px;
  color: #262626;
  font-size: 13px;
  line-height: 1.25;
  padding: 9px 13px;
}
.sapex-tax-v3 .sapex-manual-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sapex-tax-v3 .sapex-manual-grid-din {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sapex-tax-v3 .sapex-manual-card {
  background: #fff;
  border: 1px solid rgba(7, 7, 7, 0.11);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}
.sapex-tax-v3 .sapex-manual-card:hover {
  border-color: rgba(227, 6, 19, 0.38);
  box-shadow: 0 16px 34px rgba(7, 7, 7, 0.07);
  transform: translateY(-2px);
}
.sapex-tax-v3 .sapex-manual-label {
  color: #e30613;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.sapex-tax-v3 .sapex-manual-card h3 {
  color: #0b0b0b;
  font-size: 25px;
  line-height: 1.15;
  margin: 0 0 11px;
}
.sapex-tax-v3 .sapex-manual-card &gt; p:not(.sapex-manual-label) {
  color: #5f5f5f;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 16px;
}
.sapex-tax-v3 .sapex-manual-card ul {
  color: #303030;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 22px;
  padding-left: 18px;
}
.sapex-tax-v3 .sapex-manual-link {
  align-items: center;
  border-top: 1px solid rgba(7, 7, 7, 0.1);
  color: #090909;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
}
.sapex-tax-v3 .sapex-manual-link:hover { color: #e30613; }
.sapex-tax-v3 .sapex-manual-note {
  border-left: 3px solid #e30613;
  color: #5d5d5d;
  font-size: 13px;
  line-height: 1.55;
  margin: 24px 0 0;
  max-width: 920px;
  padding: 4px 0 4px 15px;
}
.sapex-tax-v3 .sapex-manual-family-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sapex-tax-v3 .sapex-manual-family-grid &gt; a {
  background: #fff;
  border: 1px solid rgba(7, 7, 7, 0.11);
  border-radius: 8px;
  color: #0b0b0b;
  padding: 24px;
  transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}
.sapex-tax-v3 .sapex-manual-family-grid &gt; a:hover {
  border-color: rgba(227, 6, 19, 0.38);
  box-shadow: 0 16px 34px rgba(7, 7, 7, 0.07);
  transform: translateY(-2px);
}
.sapex-tax-v3 .sapex-manual-family-grid span {
  color: #e30613;
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.sapex-tax-v3 .sapex-manual-family-grid h3 {
  color: #0b0b0b !important;
  font-size: 25px;
  line-height: 1.15;
  margin: 0 0 11px;
}
.sapex-tax-v3 .sapex-manual-family-grid p {
  color: #5f5f5f;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 18px;
}
.sapex-tax-v3 .sapex-manual-family-grid em {
  color: #0b0b0b;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 980px) {
  .sapex-tax-v3 .sapex-manual-heading { grid-template-columns: 1fr; }
  .sapex-tax-v3 .sapex-manual-grid-din { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .sapex-tax-v3 .sapex-manual-grid,
  .sapex-tax-v3 .sapex-manual-grid-din,
  .sapex-tax-v3 .sapex-manual-family-grid { grid-template-columns: 1fr; }
  .sapex-tax-v3 .sapex-manual-heading { gap: 14px; margin-bottom: 22px; }
  .sapex-tax-v3 .sapex-manual-heading &gt; p { font-size: 15px; }
  .sapex-tax-v3 .sapex-manual-card,
  .sapex-tax-v3 .sapex-manual-family-grid &gt; a { padding: 20px; }
}




/* =============================================== */
/* === UNIFIED HEADER (copy of Home) === */
/* Applies Home's exact header appearance to every page, unconditionally. */
/* =============================================== */

header.classic-menu {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.40) 72%, rgba(0, 0, 0, 0)) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

header.classic-menu #logo img.black-logo {
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 0 !important;
}

header.classic-menu #logo img.white-logo {
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

header.classic-menu .flexnav li a,
header.classic-menu .flexnav li a span {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

header.classic-menu .flexnav:hover li a,
header.classic-menu .flexnav li:hover a {
  color: #ffffff !important;
}

header.classic-menu .flexnav li a {
  position: relative;
}

header.classic-menu .flexnav li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms ease, opacity 220ms ease;
}

header.classic-menu .flexnav li:hover a::after,
header.classic-menu .flexnav li.current-menu-item a::after,
header.classic-menu .flexnav li.current_page_item a::after {
  opacity: 0.7 !important;
  transform: scaleX(1) !important;
}

header.classic-menu #menu-burger span {
  background: #ffffff !important;
}

/* === END UNIFIED HEADER (copy of Home) === */

/* SmartAPEX product-detail inherited-colour fix start */
/* theme forces .light-content b/strong/li/h1-h6/... to #fff|#ccc; restore mockup inheritance */
.sapex-pd-can-keypad h1,
.sapex-pd-can-keypad h2,
.sapex-pd-can-keypad h3,
.sapex-pd-can-keypad h4,
.sapex-pd-can-keypad h5,
.sapex-pd-can-keypad h6,
.sapex-pd-can-keypad b,
.sapex-pd-can-keypad strong,
.sapex-pd-can-keypad li,
.sapex-pd-can-keypad blockquote,
.sapex-pd-can-keypad cite,
.sapex-pd-can-keypad small,
.sapex-pd-can-keypad dt,
.sapex-pd-can-keypad dd,
.sapex-pd-can-keypad th,
.sapex-pd-can-keypad td,
.sapex-pd-can-keypad figcaption { color:inherit !important; }
.sapex-pd-zwave-keypad h1,
.sapex-pd-zwave-keypad h2,
.sapex-pd-zwave-keypad h3,
.sapex-pd-zwave-keypad h4,
.sapex-pd-zwave-keypad h5,
.sapex-pd-zwave-keypad h6,
.sapex-pd-zwave-keypad b,
.sapex-pd-zwave-keypad strong,
.sapex-pd-zwave-keypad li,
.sapex-pd-zwave-keypad blockquote,
.sapex-pd-zwave-keypad cite,
.sapex-pd-zwave-keypad small,
.sapex-pd-zwave-keypad dt,
.sapex-pd-zwave-keypad dd,
.sapex-pd-zwave-keypad th,
.sapex-pd-zwave-keypad td,
.sapex-pd-zwave-keypad figcaption { color:inherit !important; }
.sapex-pd-can-thermostat h1,
.sapex-pd-can-thermostat h2,
.sapex-pd-can-thermostat h3,
.sapex-pd-can-thermostat h4,
.sapex-pd-can-thermostat h5,
.sapex-pd-can-thermostat h6,
.sapex-pd-can-thermostat b,
.sapex-pd-can-thermostat strong,
.sapex-pd-can-thermostat li,
.sapex-pd-can-thermostat blockquote,
.sapex-pd-can-thermostat cite,
.sapex-pd-can-thermostat small,
.sapex-pd-can-thermostat dt,
.sapex-pd-can-thermostat dd,
.sapex-pd-can-thermostat th,
.sapex-pd-can-thermostat td,
.sapex-pd-can-thermostat figcaption { color:inherit !important; }
.sapex-pd-zwave-thermostat h1,
.sapex-pd-zwave-thermostat h2,
.sapex-pd-zwave-thermostat h3,
.sapex-pd-zwave-thermostat h4,
.sapex-pd-zwave-thermostat h5,
.sapex-pd-zwave-thermostat h6,
.sapex-pd-zwave-thermostat b,
.sapex-pd-zwave-thermostat strong,
.sapex-pd-zwave-thermostat li,
.sapex-pd-zwave-thermostat blockquote,
.sapex-pd-zwave-thermostat cite,
.sapex-pd-zwave-thermostat small,
.sapex-pd-zwave-thermostat dt,
.sapex-pd-zwave-thermostat dd,
.sapex-pd-zwave-thermostat th,
.sapex-pd-zwave-thermostat td,
.sapex-pd-zwave-thermostat figcaption { color:inherit !important; }
.sapex-pd-relay-module h1,
.sapex-pd-relay-module h2,
.sapex-pd-relay-module h3,
.sapex-pd-relay-module h4,
.sapex-pd-relay-module h5,
.sapex-pd-relay-module h6,
.sapex-pd-relay-module b,
.sapex-pd-relay-module strong,
.sapex-pd-relay-module li,
.sapex-pd-relay-module blockquote,
.sapex-pd-relay-module cite,
.sapex-pd-relay-module small,
.sapex-pd-relay-module dt,
.sapex-pd-relay-module dd,
.sapex-pd-relay-module th,
.sapex-pd-relay-module td,
.sapex-pd-relay-module figcaption { color:inherit !important; }
.sapex-pd-dali-gateway h1,
.sapex-pd-dali-gateway h2,
.sapex-pd-dali-gateway h3,
.sapex-pd-dali-gateway h4,
.sapex-pd-dali-gateway h5,
.sapex-pd-dali-gateway h6,
.sapex-pd-dali-gateway b,
.sapex-pd-dali-gateway strong,
.sapex-pd-dali-gateway li,
.sapex-pd-dali-gateway blockquote,
.sapex-pd-dali-gateway cite,
.sapex-pd-dali-gateway small,
.sapex-pd-dali-gateway dt,
.sapex-pd-dali-gateway dd,
.sapex-pd-dali-gateway th,
.sapex-pd-dali-gateway td,
.sapex-pd-dali-gateway figcaption { color:inherit !important; }
.sapex-pd-digital-input-16ch h1,
.sapex-pd-digital-input-16ch h2,
.sapex-pd-digital-input-16ch h3,
.sapex-pd-digital-input-16ch h4,
.sapex-pd-digital-input-16ch h5,
.sapex-pd-digital-input-16ch h6,
.sapex-pd-digital-input-16ch b,
.sapex-pd-digital-input-16ch strong,
.sapex-pd-digital-input-16ch li,
.sapex-pd-digital-input-16ch blockquote,
.sapex-pd-digital-input-16ch cite,
.sapex-pd-digital-input-16ch small,
.sapex-pd-digital-input-16ch dt,
.sapex-pd-digital-input-16ch dd,
.sapex-pd-digital-input-16ch th,
.sapex-pd-digital-input-16ch td,
.sapex-pd-digital-input-16ch figcaption { color:inherit !important; }
.sapex-pd-mini-ip-gateway h1,
.sapex-pd-mini-ip-gateway h2,
.sapex-pd-mini-ip-gateway h3,
.sapex-pd-mini-ip-gateway h4,
.sapex-pd-mini-ip-gateway h5,
.sapex-pd-mini-ip-gateway h6,
.sapex-pd-mini-ip-gateway b,
.sapex-pd-mini-ip-gateway strong,
.sapex-pd-mini-ip-gateway li,
.sapex-pd-mini-ip-gateway blockquote,
.sapex-pd-mini-ip-gateway cite,
.sapex-pd-mini-ip-gateway small,
.sapex-pd-mini-ip-gateway dt,
.sapex-pd-mini-ip-gateway dd,
.sapex-pd-mini-ip-gateway th,
.sapex-pd-mini-ip-gateway td,
.sapex-pd-mini-ip-gateway figcaption { color:inherit !important; }
/* SmartAPEX product-detail inherited-colour fix end */

/* SmartAPEX product-detail pages (Codex build) start */
/* == can-keypad == */
.sapex-pd-can-keypad { margin:0; background:#fff; color:#0a0a0b !important; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:300; }
.sapex-pd-can-keypad * { box-sizing:border-box; letter-spacing:0; }
.sapex-pd-can-keypad a { color:inherit !important; text-decoration:none; }
.sapex-pd-can-keypad img { display:block; max-width:100%; }
.sapex-pd-can-keypad h1, .sapex-pd-can-keypad h2, .sapex-pd-can-keypad h3, .sapex-pd-can-keypad p { margin-top:0; }
.sapex-pd-can-keypad h1, .sapex-pd-can-keypad h2, .sapex-pd-can-keypad h3 { font-weight:300; }
.sapex-pd-can-keypad h1 { margin-bottom:24px; font-size:clamp(46px,4.8vw,68px); line-height:1.02; }
.sapex-pd-can-keypad h2 { max-width:760px; margin-bottom:24px; font-size:clamp(34px,3.6vw,52px); line-height:1.08; }
.sapex-pd-can-keypad h3 { margin-bottom:12px; font-size:23px; line-height:1.18; }
.sapex-pd-can-keypad p { color:#6a6a70 !important; font-size:17px; line-height:1.62; }
.sapex-pd-can-keypad svg { display:block; }
.sapex-pd-can-keypad .shell { overflow:hidden; }
.sapex-pd-can-keypad .container { width:min(1240px,calc(100% - 64px)); margin:0 auto; }
.sapex-pd-can-keypad .eyebrow { display:flex; align-items:center; gap:8px; margin-bottom:18px; color:#e30613 !important; font-size:12px; font-weight:600; text-transform:uppercase; }
.sapex-pd-can-keypad .eyebrow .code { border:1px solid currentColor; border-radius:4px; padding:2px 6px; font-size:10px; letter-spacing:.04em; }
.sapex-pd-can-keypad .button { display:inline-flex; min-height:48px; align-items:center; justify-content:center; gap:8px; border:1px solid transparent; border-radius:999px; padding:0 24px; font-size:14px; font-weight:600; transition:transform 160ms ease,border-color 160ms ease,background 160ms ease; }
.sapex-pd-can-keypad .button:hover { transform:translateY(-2px); }
.sapex-pd-can-keypad .button-light { background:#fff; color:#050505 !important; }
.sapex-pd-can-keypad .button-line { border-color:rgba(255,255,255,.34); color:#fff !important; }
.sapex-pd-can-keypad .button-dark { background:#080808; color:#fff !important; }
.sapex-pd-can-keypad .button-outline { border-color:rgba(10,10,11,.12); background:#fff; }
.sapex-pd-can-keypad .header { position:absolute; z-index:10; top:0; left:0; width:100%; height:104px; border-bottom:1px solid rgba(255,255,255,.12); }
.sapex-pd-can-keypad .header-inner { display:flex; height:100%; align-items:center; justify-content:space-between; }
.sapex-pd-can-keypad .logo { width:154px; }
.sapex-pd-can-keypad .nav { display:flex; align-items:center; gap:44px; color:rgba(255,255,255,.9) !important; font-size:14px; font-weight:400; }
.sapex-pd-can-keypad .nav a { position:relative; padding:12px 0; }
.sapex-pd-can-keypad .nav a[aria-current="page"]::after { position:absolute; right:0; bottom:2px; left:0; height:1px; background:#fff; content:""; }
.sapex-pd-can-keypad .hero { min-height:720px; padding:150px 0 72px; background:#050506; color:#fff !important; }
.sapex-pd-can-keypad .hero-grid { display:grid; min-height:500px; grid-template-columns:minmax(0,.8fr) minmax(500px,1.2fr); align-items:center; gap:66px; }
.sapex-pd-can-keypad .hero-copy p:not(.eyebrow) { max-width:580px; color:rgba(255,255,255,.7) !important; font-size:20px; line-height:1.55; }
.sapex-pd-can-keypad .hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.sapex-pd-can-keypad .hero-facts { display:flex; flex-wrap:wrap; gap:14px 24px; margin-top:40px; color:rgba(255,255,255,.62) !important; font-size:13px; }
.sapex-pd-can-keypad .hero-facts span { display:inline-flex; align-items:center; gap:9px; }
.sapex-pd-can-keypad .hero-facts i { width:7px; height:7px; border-radius:50%; background:#1688ff; }
.sapex-pd-can-keypad .hero-photo { position:relative; overflow:hidden; min-height:460px; border:1px solid rgba(255,255,255,.14); border-radius:8px; background:#181818; }
.sapex-pd-can-keypad .hero-photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:60% center; }
.sapex-pd-can-keypad .hero-tag { position:absolute; z-index:2; bottom:20px; left:20px; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(4,4,4,.62); padding:9px 14px; color:rgba(255,255,255,.9) !important; font-size:12px; backdrop-filter:blur(10px); }
.sapex-pd-can-keypad .architecture { padding:108px 0 96px; }
.sapex-pd-can-keypad .architecture h2, .sapex-pd-can-keypad .architecture>div>p { margin-right:auto; margin-left:auto; }
.sapex-pd-can-keypad .architecture>div>p { max-width:780px; }
.sapex-pd-can-keypad .arch-grid { position:relative; display:grid; margin-top:60px; grid-template-columns:1fr auto 1fr; align-items:stretch; gap:0; border:1px solid rgba(10,10,11,.12); border-radius:8px; overflow:hidden; }
.sapex-pd-can-keypad .arch-block { padding:36px 38px; transition:background 200ms ease; }
.sapex-pd-can-keypad .arch-block:hover { background:#f5f5f3; }
.sapex-pd-can-keypad .arch-block small { display:block; margin-bottom:20px; color:#e30613 !important; font-size:11px; font-weight:600; text-transform:uppercase; }
.sapex-pd-can-keypad .arch-block ul { margin:0; padding:0; list-style:none; }
.sapex-pd-can-keypad .arch-block li { display:flex; align-items:flex-start; gap:14px; margin-top:16px; color:#3f3f43 !important; font-size:14px; line-height:1.5; }
.sapex-pd-can-keypad .arch-icon { flex:none; display:flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:50%; background:rgba(22,136,255,.1); }
.sapex-pd-can-keypad .arch-block li svg { flex:none; width:17px; height:17px; color:#1688ff !important; }
.sapex-pd-can-keypad .arch-divider { display:flex; align-items:center; justify-content:center; width:64px; background:#f5f5f3; }
.sapex-pd-can-keypad .arch-divider span { display:flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%; border:1px solid rgba(10,10,11,.12); background:#fff; color:#e30613 !important; font-size:17px; font-weight:600; box-shadow:0 6px 16px rgba(10,10,11,.08); }
@media (max-width:900px) {.sapex-pd-can-keypad .arch-grid { grid-template-columns:1fr; }
.sapex-pd-can-keypad .arch-divider { width:100%; padding:14px 0; }
 }.sapex-pd-can-keypad .gallery { padding:0 0 108px; }
.sapex-pd-can-keypad .gallery-head { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; margin-bottom:44px; }
.sapex-pd-can-keypad .gallery-head p { margin-bottom:0; max-width:480px; }
.sapex-pd-can-keypad .gallery-cards { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; max-width:640px; margin:0 auto; }
.sapex-pd-can-keypad .gallery-card { border:1px solid rgba(10,10,11,.12); border-radius:8px; overflow:hidden; background:#f5f5f3; }
.sapex-pd-can-keypad .gallery-card-photo { position:relative; aspect-ratio:4/5; overflow:hidden; background:#e7e7e4; }
.sapex-pd-can-keypad .gallery-card-photo img { width:100%; height:100%; object-fit:cover; }
.sapex-pd-can-keypad .gallery-card-body { padding:24px 26px 28px; }
.sapex-pd-can-keypad .gallery-card-body h3 { margin-bottom:6px; font-size:21px; }
.sapex-pd-can-keypad .gallery-card-body > p { margin-bottom:20px; font-size:14px; }
.sapex-pd-can-keypad .finish-row { display:flex; align-items:center; gap:10px; margin-bottom:10px; }
.sapex-pd-can-keypad .finish-dot { width:26px; height:26px; border-radius:50%; border:1px solid rgba(10,10,11,.16); }
.sapex-pd-can-keypad .finish-dot.current { box-shadow:0 0 0 2px #fff, 0 0 0 4px #0a0a0b; }
.sapex-pd-can-keypad .finish-names { display:block; color:#6a6a70 !important; font-size:12.5px; }
@media (max-width:900px) {.sapex-pd-can-keypad .gallery-cards { grid-template-columns:1fr; }
 }.sapex-pd-can-keypad .advantages { background:#f5f5f3; padding:104px 0; }
.sapex-pd-can-keypad .adv-head { display:grid; grid-template-columns:1fr .76fr; align-items:end; gap:80px; }
.sapex-pd-can-keypad .adv-head p { margin-bottom:0; }
.sapex-pd-can-keypad .adv-grid { display:grid; margin-top:58px; grid-template-columns:repeat(3,1fr); gap:16px; }
.sapex-pd-can-keypad .adv-card { min-height:216px; border:1px solid rgba(10,10,11,.12); border-radius:8px; background:rgba(255,255,255,.82); padding:30px; }
.sapex-pd-can-keypad .adv-mark { display:grid; width:42px; height:42px; margin-bottom:34px; place-items:center; border:1px solid rgba(10,10,11,.12); border-radius:50%; color:#1688ff !important; }
.sapex-pd-can-keypad .adv-mark svg { width:20px; height:20px; }
.sapex-pd-can-keypad .adv-card p { margin-bottom:0; font-size:14.5px; line-height:1.55; }
@media (max-width:900px) {.sapex-pd-can-keypad .adv-head { grid-template-columns:1fr; gap:20px; }
.sapex-pd-can-keypad .adv-grid { grid-template-columns:1fr; }
 }.sapex-pd-can-keypad .icons { padding:108px 0; background:#f5f5f3; }
.sapex-pd-can-keypad .icons-grid { display:grid; grid-template-columns:.8fr 1.2fr; align-items:start; gap:90px; }
@media (max-width:900px) {.sapex-pd-can-keypad .icons-grid { grid-template-columns:1fr; gap:44px; }
 }.sapex-pd-can-keypad .icp-kp { position:relative; width:100%; max-width:320px; aspect-ratio:1/1; margin:0 auto; border:1px solid rgba(10,10,11,.12); border-radius:8px; background:#fbfaf7; box-shadow:0 2px 14px rgba(10,10,11,.07); }
.sapex-pd-can-keypad .icp-pos { position:absolute; width:27%; text-align:center; }
.sapex-pd-can-keypad .icp-pos img { display:block; width:30px; height:30px; margin:0 auto 6px; }
.sapex-pd-can-keypad .icp-pos span { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9px; letter-spacing:.08em; text-transform:uppercase; color:#8d8d93 !important; }
.sapex-pd-can-keypad .icp-pos.tl { left:11%; top:16%; }
.sapex-pd-can-keypad .icp-pos.tr { right:11%; top:16%; }
.sapex-pd-can-keypad .icp-pos.c { left:50%; top:42%; transform:translateX(-50%); }
.sapex-pd-can-keypad .icp-pos.bl { left:11%; bottom:16%; }
.sapex-pd-can-keypad .icp-pos.br { right:11%; bottom:16%; }
.sapex-pd-can-keypad .icp-brand { position:absolute; right:16px; bottom:12px; font-size:9.5px; letter-spacing:.13em; color:#a9a9af !important; }
.sapex-pd-can-keypad .icp-kp-cap { margin-top:14px; text-align:center; font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9.5px; letter-spacing:.1em; text-transform:uppercase; color:#6a6a70 !important; }
.sapex-pd-can-keypad .icons-copy p { max-width:560px; }
.sapex-pd-can-keypad .icons-copy p strong { color:#0a0a0b !important; font-weight:500; }
.sapex-pd-can-keypad .icons-note { margin-top:26px; border-left:2px solid #e30613; padding-left:18px; color:#44444a !important; font-size:13.5px; line-height:1.55; }
.sapex-pd-can-keypad .icp-cat-head { margin:30px 0 0; padding-top:22px; border-top:1px solid rgba(10,10,11,.12); display:flex; justify-content:space-between; align-items:baseline; }
.sapex-pd-can-keypad .icp-cat-head .t { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9.5px; letter-spacing:.13em; text-transform:uppercase; color:#e30613 !important; }
.sapex-pd-can-keypad .icp-cat-head .n { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9.5px; letter-spacing:.1em; color:#6a6a70 !important; }
.sapex-pd-can-keypad .icp-row { display:flex; flex-wrap:wrap; margin:16px 0 4px; }
.sapex-pd-can-keypad .icp-ic { width:88px; text-align:center; margin:0 6px 18px 0; }
.sapex-pd-can-keypad .icp-ic .box { width:46px; height:46px; margin:0 auto 8px; border:1px solid rgba(10,10,11,.12); border-radius:6px; background:#fff; display:flex; align-items:center; justify-content:center; }
.sapex-pd-can-keypad .icp-ic .box img { width:26px; height:26px; }
.sapex-pd-can-keypad .icp-ic em { font-style:normal; font-size:10.5px; line-height:1.35; color:#6a6a70 !important; display:block; }
@media (max-width:680px) {.sapex-pd-can-keypad .icp-ic { width:30%; margin-right:3%; }
 }.sapex-pd-can-keypad .layouts { padding:0 0 108px; }
.sapex-pd-can-keypad .layout-grid { display:grid; margin-top:52px; grid-template-columns:repeat(5,1fr); gap:14px; }
.sapex-pd-can-keypad .layout-card { border:1px solid rgba(10,10,11,.12); border-radius:8px; padding:20px 16px 24px; text-align:center; }
.sapex-pd-can-keypad .layout-card strong { display:block; margin-bottom:16px; font-size:13px; font-weight:500; }
.sapex-pd-can-keypad /* single glass panel outline, .sapex-pd-can-keypad four small touch zones near the corners + one centre zone — not four separate switch caps like the metal faceplate */
    .layout-map { position:relative; width:96px; height:96px; margin:0 auto; border:1px solid rgba(10,10,11,.12); border-radius:10px; background:#fff; }
.sapex-pd-can-keypad .layout-btn { position:absolute; width:28px; height:28px; border-radius:50%; background:#f5f5f3; border:1.5px solid rgba(10,10,11,.12); display:flex; align-items:center; justify-content:center; font-size:10px; color:#6a6a70 !important; }
.sapex-pd-can-keypad .layout-btn.on { background:#fdeceb; border-color:#e30613; color:#e30613 !important; font-weight:600; }
.sapex-pd-can-keypad .layout-btn.tl { top:10px; left:10px; }
.sapex-pd-can-keypad .layout-btn.tr { top:10px; right:10px; }
.sapex-pd-can-keypad .layout-btn.bl { bottom:10px; left:10px; }
.sapex-pd-can-keypad .layout-btn.br { bottom:10px; right:10px; }
.sapex-pd-can-keypad .layout-center { position:absolute; top:50%; left:50%; width:28px; height:28px; border-radius:50%; transform:translate(-50%,-50%); background:#f5f5f3; border:1.5px solid rgba(10,10,11,.12); display:flex; align-items:center; justify-content:center; font-size:10px; color:#6a6a70 !important; }
.sapex-pd-can-keypad .layout-center.on { background:#fdeceb; border-color:#e30613; color:#e30613 !important; font-weight:600; }
.sapex-pd-can-keypad .layout-card span { display:block; margin-top:14px; color:#6a6a70 !important; font-size:11.5px; }
@media (max-width:820px) {.sapex-pd-can-keypad .layout-grid { grid-template-columns:repeat(3,1fr); }
 }.sapex-pd-can-keypad .back-units { padding:104px 0; background:#090909; color:#fff !important; }
.sapex-pd-can-keypad .back-units .eyebrow { color:#2bc98b !important; }
.sapex-pd-can-keypad .back-units>div>p { max-width:760px; color:rgba(255,255,255,.64) !important; }
.sapex-pd-can-keypad .back-grid { display:grid; margin-top:56px; grid-template-columns:1fr 1fr; gap:16px; }
.sapex-pd-can-keypad .back-card { border:1px solid rgba(255,255,255,.14); border-radius:8px; background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)); padding:32px; }
.sapex-pd-can-keypad .back-card-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.sapex-pd-can-keypad .back-card small { display:block; color:rgba(255,255,255,.54) !important; font-size:11px; text-transform:uppercase; }
.sapex-pd-can-keypad .back-card .code { border:1px solid rgba(255,255,255,.24); border-radius:4px; padding:3px 8px; color:rgba(255,255,255,.7) !important; font-size:11px; }
.sapex-pd-can-keypad .back-card h3 { margin-top:14px; font-size:27px; }
.sapex-pd-can-keypad .back-card p { color:rgba(255,255,255,.64) !important; font-size:14.5px; }
.sapex-pd-can-keypad .spec-list { display:grid; margin-top:20px; grid-template-columns:1fr 1fr; gap:10px; }
.sapex-pd-can-keypad .spec-list span { border-top:1px solid rgba(255,255,255,.12); padding-top:12px; color:rgba(255,255,255,.76) !important; font-size:12.5px; }
.sapex-pd-can-keypad .safety { display:flex; align-items:flex-start; gap:10px; margin-top:26px; color:rgba(255,255,255,.5) !important; font-size:13px; line-height:1.5; }
.sapex-pd-can-keypad .safety svg { flex:none; margin-top:2px; width:16px; height:16px; color:#e39a1a !important; }
@media (max-width:820px) {.sapex-pd-can-keypad .back-grid { grid-template-columns:1fr; }
 }.sapex-pd-can-keypad .install { padding:104px 0; }
.sapex-pd-can-keypad .install-grid { display:grid; margin-top:54px; grid-template-columns:1.15fr .85fr; align-items:start; gap:70px; }
.sapex-pd-can-keypad .steps { counter-reset:step; }
.sapex-pd-can-keypad .step { position:relative; display:grid; grid-template-columns:34px 1fr; gap:16px; padding:18px 0; border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-can-keypad .step:first-child { border-top:1px solid #0a0a0b; }
.sapex-pd-can-keypad .step-num { display:flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:50%; background:#0a0a0b; color:#fff !important; font-size:12px; font-weight:600; }
.sapex-pd-can-keypad .step strong { display:block; margin-bottom:4px; font-size:14.5px; font-weight:500; }
.sapex-pd-can-keypad .step span { color:#6a6a70 !important; font-size:13.5px; line-height:1.5; }
.sapex-pd-can-keypad .kit-card { display:flex; flex-direction:column; border:1px solid rgba(10,10,11,.12); border-radius:8px; padding:30px; background:#f5f5f3; }
.sapex-pd-can-keypad .kit-card h3 { font-size:19px; }
.sapex-pd-can-keypad .kit-tray { display:table; width:100%; margin-top:24px; border-top:1px solid rgba(10,10,11,.12); border-bottom:1px solid rgba(10,10,11,.12); border-collapse:collapse; }
.sapex-pd-can-keypad .kit-group { display:table-cell; width:33.33%; text-align:center; vertical-align:bottom; padding:26px 0 20px; border-left:1px solid rgba(10,10,11,.12); }
.sapex-pd-can-keypad .kit-group:first-child { border-left:0; }
.sapex-pd-can-keypad .kit-stack { display:table; height:223px; margin:0 auto; }
.sapex-pd-can-keypad .kit-stack-inner { display:table-cell; vertical-align:middle; }
.sapex-pd-can-keypad .kit-pc { width:56px; height:38px; border-radius:5px; margin-bottom:8px; }
.sapex-pd-can-keypad .kit-pc:last-child { margin-bottom:0; }
.sapex-pd-can-keypad .kit-pc.diffuser { background:#fdfcfa; border:1px solid rgba(10,10,11,.18); box-shadow:0 1px 2px rgba(10,10,11,.09); }
.sapex-pd-can-keypad .kit-pc.blank { background:#151517; box-shadow:0 1px 2px rgba(10,10,11,.26); }
.sapex-pd-can-keypad .kit-pc.icon-piece { background:#151517; box-shadow:0 1px 2px rgba(10,10,11,.26); position:relative; }
.sapex-pd-can-keypad .kit-pc.icon-piece span { position:absolute; left:50%; top:50%; width:15px; height:15px; margin:-8px 0 0 -8px; border:1.4px solid rgba(255,255,255,.85); border-radius:3px; }
.sapex-pd-can-keypad .kit-g-count { font-family:Georgia,serif; font-size:21px; color:#0a0a0b !important; display:block; margin:16px 0 4px; line-height:1; }
.sapex-pd-can-keypad .kit-g-label { font-family:"Courier New",monospace; font-size:10px; letter-spacing:.1em; text-transform:uppercase; color:#6a6a70 !important; }
.sapex-pd-can-keypad .kit-total { margin-top:16px; display:flex; justify-content:space-between; align-items:baseline; }
.sapex-pd-can-keypad .kit-total .l { font-family:"Courier New",monospace; font-size:10.5px; letter-spacing:.09em; text-transform:uppercase; color:#6a6a70 !important; }
.sapex-pd-can-keypad .kit-total .r { font-family:Georgia,serif; font-size:16px; color:#0a0a0b !important; }
.sapex-pd-can-keypad .removal-note { display:flex; gap:10px; margin-top:26px; padding-top:20px; border-top:1px solid rgba(10,10,11,.12); color:#6a6a70 !important; font-size:12.5px; line-height:1.55; }
.sapex-pd-can-keypad .removal-note svg { flex:none; width:16px; height:16px; color:#e30613 !important; margin-top:1px; }
@media (max-width:900px) {.sapex-pd-can-keypad .install-grid { grid-template-columns:1fr; gap:40px; }
 }.sapex-pd-can-keypad .details { padding:0 0 104px; }
.sapex-pd-can-keypad .detail-grid { display:grid; margin-top:54px; grid-template-columns:repeat(2,1fr); border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-can-keypad .detail { display:grid; min-height:80px; grid-template-columns:.42fr 1fr; align-items:center; gap:20px; border-bottom:1px solid rgba(10,10,11,.12); padding:16px 22px 16px 0; }
.sapex-pd-can-keypad .detail:nth-child(odd) { border-right:1px solid rgba(10,10,11,.12); }
.sapex-pd-can-keypad .detail:nth-child(even) { padding-left:26px; }
.sapex-pd-can-keypad .detail strong { font-size:13px; font-weight:500; }
.sapex-pd-can-keypad .detail span { color:#6a6a70 !important; font-size:13.5px; line-height:1.45; }
@media (max-width:820px) {.sapex-pd-can-keypad .detail-grid { grid-template-columns:1fr; }
.sapex-pd-can-keypad .detail:nth-child(odd) { border-right:0; }
.sapex-pd-can-keypad .detail:nth-child(even) { padding-left:0; }
 }.sapex-pd-can-keypad .manual { padding:100px 0 116px; background:#f5f5f3; }
.sapex-pd-can-keypad .manual-layout { display:grid; grid-template-columns:.82fr 1.18fr; align-items:center; gap:90px; }
.sapex-pd-can-keypad .manual-cover { position:relative; min-height:340px; border-radius:16px; overflow:hidden; background:#e7e7e4; }
.sapex-pd-can-keypad .manual-cover img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.sapex-pd-can-keypad .manual-copy p { max-width:560px; }
.sapex-pd-can-keypad .manual-downloads { display:flex; flex-wrap:wrap; gap:12px; margin-top:20px; }
.sapex-pd-can-keypad .button-manual { background:#6b6b6b; color:#fff !important; }
.sapex-pd-can-keypad .button-manual .accent { color:#e39a1a !important; }
@media (max-width:900px) {.sapex-pd-can-keypad .manual-layout { grid-template-columns:1fr; gap:40px; }
 }.sapex-pd-can-keypad /* matches the real site's actual footer (single copyright line + social row) instead of inventing a nav/brand block */
    .footer { padding:34px 0; background:#050505; color:#fff !important; text-align:center; }
.sapex-pd-can-keypad .footer-copyright { font-size:14px; font-weight:500; color:#fff !important; }
.sapex-pd-can-keypad .footer-copyright a { text-decoration:underline; }
.sapex-pd-can-keypad .footer-socials { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:16px; }
.sapex-pd-can-keypad .footer-socials span { font-size:12px; letter-spacing:.04em; color:rgba(255,255,255,.55) !important; }
.sapex-pd-can-keypad .footer-socials ul { display:flex; gap:8px; margin:0; padding:0; list-style:none; }
.sapex-pd-can-keypad .footer-socials li { width:34px; height:34px; border:1px solid rgba(255,255,255,.18); border-radius:50%; }
.sapex-pd-can-keypad .footer-socials li a { display:flex; width:100%; height:100%; align-items:center; justify-content:center; color:#fff !important; }
.sapex-pd-can-keypad .footer-socials svg { width:14px; height:14px; }
@media (max-width:980px) {.sapex-pd-can-keypad .container { width:min(100% - 40px,740px); }
.sapex-pd-can-keypad .nav { gap:22px; }
.sapex-pd-can-keypad .hero { min-height:auto; padding-top:132px; }
.sapex-pd-can-keypad .hero-grid { grid-template-columns:1fr; gap:44px; }
.sapex-pd-can-keypad .hero-photo { min-height:380px; }
.sapex-pd-can-keypad .swatches { grid-template-columns:repeat(2,1fr); }

    }@media (max-width:680px) {.sapex-pd-can-keypad .container { width:min(100% - 32px,520px); }
.sapex-pd-can-keypad .header { height:84px; }
.sapex-pd-can-keypad .logo { width:122px; }
.sapex-pd-can-keypad .nav a:not([aria-current="page"]) { display:none; }
.sapex-pd-can-keypad h1 { font-size:42px; }
.sapex-pd-can-keypad h2 { font-size:33px; }
.sapex-pd-can-keypad .hero { padding:112px 0 50px; }
.sapex-pd-can-keypad .hero-copy p:not(.eyebrow) { font-size:17px; }
.sapex-pd-can-keypad .hero-actions .button { width:100%; }
.sapex-pd-can-keypad .architecture, .sapex-pd-can-keypad .gallery, .sapex-pd-can-keypad .advantages, .sapex-pd-can-keypad .icons, .sapex-pd-can-keypad .layouts, .sapex-pd-can-keypad .back-units, .sapex-pd-can-keypad .install, .sapex-pd-can-keypad .details, .sapex-pd-can-keypad .manual { padding-top:64px; padding-bottom:64px; }
.sapex-pd-can-keypad .gallery { padding-top:0; }
.sapex-pd-can-keypad .layouts, .sapex-pd-can-keypad .details { padding-top:0; }
.sapex-pd-can-keypad .gallery-head { flex-direction:column; align-items:flex-start; gap:16px; }
.sapex-pd-can-keypad .layout-grid { grid-template-columns:repeat(2,1fr); }
.sapex-pd-can-keypad .kit-card { padding:24px; }
.sapex-pd-can-keypad .manual-cover { min-height:280px; }
.sapex-pd-can-keypad .footer-top, .sapex-pd-can-keypad .footer-bottom { display:block; }
.sapex-pd-can-keypad .footer-nav { margin-top:34px; gap:20px; }
.sapex-pd-can-keypad .footer-bottom span { display:block; margin-top:10px; }

    }
  
/* == zwave-keypad == */
.sapex-pd-zwave-keypad { margin:0; background:#fff; color:#0a0a0b !important; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:300; }
.sapex-pd-zwave-keypad * { box-sizing:border-box; letter-spacing:0; }
.sapex-pd-zwave-keypad a { color:inherit !important; text-decoration:none; }
.sapex-pd-zwave-keypad img { display:block; max-width:100%; }
.sapex-pd-zwave-keypad h1, .sapex-pd-zwave-keypad h2, .sapex-pd-zwave-keypad h3, .sapex-pd-zwave-keypad p { margin-top:0; }
.sapex-pd-zwave-keypad h1, .sapex-pd-zwave-keypad h2, .sapex-pd-zwave-keypad h3 { font-weight:300; }
.sapex-pd-zwave-keypad h1 { margin-bottom:24px; font-size:clamp(46px,4.8vw,68px); line-height:1.02; }
.sapex-pd-zwave-keypad h2 { max-width:760px; margin-bottom:24px; font-size:clamp(34px,3.6vw,52px); line-height:1.08; }
.sapex-pd-zwave-keypad h3 { margin-bottom:12px; font-size:23px; line-height:1.18; }
.sapex-pd-zwave-keypad p { color:#6a6a70 !important; font-size:17px; line-height:1.62; }
.sapex-pd-zwave-keypad svg { display:block; }
.sapex-pd-zwave-keypad .shell { overflow:hidden; }
.sapex-pd-zwave-keypad .container { width:min(1240px,calc(100% - 64px)); margin:0 auto; }
.sapex-pd-zwave-keypad .eyebrow { display:flex; align-items:center; gap:8px; margin-bottom:18px; color:#e30613 !important; font-size:12px; font-weight:600; text-transform:uppercase; }
.sapex-pd-zwave-keypad .eyebrow .code { border:1px solid currentColor; border-radius:4px; padding:2px 6px; font-size:10px; letter-spacing:.04em; }
.sapex-pd-zwave-keypad .button { display:inline-flex; min-height:48px; align-items:center; justify-content:center; gap:8px; border:1px solid transparent; border-radius:999px; padding:0 24px; font-size:14px; font-weight:600; transition:transform 160ms ease,border-color 160ms ease,background 160ms ease; }
.sapex-pd-zwave-keypad .button:hover { transform:translateY(-2px); }
.sapex-pd-zwave-keypad .button-light { background:#fff; color:#050505 !important; }
.sapex-pd-zwave-keypad .button-line { border-color:rgba(255,255,255,.34); color:#fff !important; }
.sapex-pd-zwave-keypad .button-dark { background:#080808; color:#fff !important; }
.sapex-pd-zwave-keypad .button-outline { border-color:rgba(10,10,11,.12); background:#fff; }
.sapex-pd-zwave-keypad .header { position:absolute; z-index:10; top:0; left:0; width:100%; height:104px; border-bottom:1px solid rgba(255,255,255,.12); }
.sapex-pd-zwave-keypad .header-inner { display:flex; height:100%; align-items:center; justify-content:space-between; }
.sapex-pd-zwave-keypad .logo { width:154px; }
.sapex-pd-zwave-keypad .nav { display:flex; align-items:center; gap:44px; color:rgba(255,255,255,.9) !important; font-size:14px; font-weight:400; }
.sapex-pd-zwave-keypad .nav a { position:relative; padding:12px 0; }
.sapex-pd-zwave-keypad .nav a[aria-current="page"]::after { position:absolute; right:0; bottom:2px; left:0; height:1px; background:#fff; content:""; }
.sapex-pd-zwave-keypad .hero { min-height:720px; padding:150px 0 72px; background:#050506; color:#fff !important; }
.sapex-pd-zwave-keypad .hero-grid { display:grid; min-height:500px; grid-template-columns:minmax(0,.8fr) minmax(500px,1.2fr); align-items:center; gap:66px; }
.sapex-pd-zwave-keypad .hero-copy p:not(.eyebrow) { max-width:580px; color:rgba(255,255,255,.7) !important; font-size:20px; line-height:1.55; }
.sapex-pd-zwave-keypad .hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.sapex-pd-zwave-keypad .hero-facts { display:flex; flex-wrap:wrap; gap:14px 24px; margin-top:40px; color:rgba(255,255,255,.62) !important; font-size:13px; }
.sapex-pd-zwave-keypad .hero-facts span { display:inline-flex; align-items:center; gap:9px; }
.sapex-pd-zwave-keypad .hero-facts i { width:7px; height:7px; border-radius:50%; background:#1688ff; }
.sapex-pd-zwave-keypad .hero-photo { position:relative; overflow:hidden; min-height:460px; border:1px solid rgba(255,255,255,.14); border-radius:8px; background:#181818; }
.sapex-pd-zwave-keypad .hero-photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:60% center; }
.sapex-pd-zwave-keypad .hero-tag { position:absolute; z-index:2; bottom:20px; left:20px; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(4,4,4,.62); padding:9px 14px; color:rgba(255,255,255,.9) !important; font-size:12px; backdrop-filter:blur(10px); }
.sapex-pd-zwave-keypad .architecture { padding:108px 0 96px; }
.sapex-pd-zwave-keypad .architecture h2, .sapex-pd-zwave-keypad .architecture>div>p { margin-right:auto; margin-left:auto; }
.sapex-pd-zwave-keypad .architecture>div>p { max-width:780px; }
.sapex-pd-zwave-keypad .arch-grid { position:relative; display:grid; margin-top:60px; grid-template-columns:1fr auto 1fr; align-items:stretch; gap:0; border:1px solid rgba(10,10,11,.12); border-radius:8px; overflow:hidden; }
.sapex-pd-zwave-keypad .arch-block { padding:36px 38px; transition:background 200ms ease; }
.sapex-pd-zwave-keypad .arch-block:hover { background:#f5f5f3; }
.sapex-pd-zwave-keypad .arch-block small { display:block; margin-bottom:20px; color:#e30613 !important; font-size:11px; font-weight:600; text-transform:uppercase; }
.sapex-pd-zwave-keypad .arch-block ul { margin:0; padding:0; list-style:none; }
.sapex-pd-zwave-keypad .arch-block li { display:flex; align-items:flex-start; gap:14px; margin-top:16px; color:#3f3f43 !important; font-size:14px; line-height:1.5; }
.sapex-pd-zwave-keypad .arch-icon { flex:none; display:flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:50%; background:rgba(22,136,255,.1); }
.sapex-pd-zwave-keypad .arch-block li svg { flex:none; width:17px; height:17px; color:#1688ff !important; }
.sapex-pd-zwave-keypad .arch-divider { display:flex; align-items:center; justify-content:center; width:64px; background:#f5f5f3; }
.sapex-pd-zwave-keypad .arch-divider span { display:flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%; border:1px solid rgba(10,10,11,.12); background:#fff; color:#e30613 !important; font-size:17px; font-weight:600; box-shadow:0 6px 16px rgba(10,10,11,.08); }
@media (max-width:900px) {.sapex-pd-zwave-keypad .arch-grid { grid-template-columns:1fr; }
.sapex-pd-zwave-keypad .arch-divider { width:100%; padding:14px 0; }
 }.sapex-pd-zwave-keypad .gallery { padding:0 0 108px; }
.sapex-pd-zwave-keypad .gallery-head { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; margin-bottom:44px; }
.sapex-pd-zwave-keypad .gallery-head p { margin-bottom:0; max-width:480px; }
.sapex-pd-zwave-keypad .gallery-cards { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; max-width:640px; margin:0 auto; }
.sapex-pd-zwave-keypad .gallery-card { border:1px solid rgba(10,10,11,.12); border-radius:8px; overflow:hidden; background:#f5f5f3; }
.sapex-pd-zwave-keypad .gallery-card-photo { position:relative; aspect-ratio:4/5; overflow:hidden; background:#e7e7e4; }
.sapex-pd-zwave-keypad .gallery-card-photo img { width:100%; height:100%; object-fit:cover; }
.sapex-pd-zwave-keypad .gallery-card-body { padding:24px 26px 28px; }
.sapex-pd-zwave-keypad .gallery-card-body h3 { margin-bottom:6px; font-size:21px; }
.sapex-pd-zwave-keypad .gallery-card-body > p { margin-bottom:20px; font-size:14px; }
.sapex-pd-zwave-keypad .finish-row { display:flex; align-items:center; gap:10px; margin-bottom:10px; }
.sapex-pd-zwave-keypad .finish-dot { width:26px; height:26px; border-radius:50%; border:1px solid rgba(10,10,11,.16); }
.sapex-pd-zwave-keypad .finish-dot.current { box-shadow:0 0 0 2px #fff, 0 0 0 4px #0a0a0b; }
.sapex-pd-zwave-keypad .finish-names { display:block; color:#6a6a70 !important; font-size:12.5px; }
@media (max-width:900px) {.sapex-pd-zwave-keypad .gallery-cards { grid-template-columns:1fr; }
 }.sapex-pd-zwave-keypad .advantages { background:#f5f5f3; padding:104px 0; }
.sapex-pd-zwave-keypad .adv-head { display:grid; grid-template-columns:1fr .76fr; align-items:end; gap:80px; }
.sapex-pd-zwave-keypad .adv-head p { margin-bottom:0; }
.sapex-pd-zwave-keypad .adv-grid { display:grid; margin-top:58px; grid-template-columns:repeat(3,1fr); gap:16px; }
.sapex-pd-zwave-keypad .adv-card { min-height:216px; border:1px solid rgba(10,10,11,.12); border-radius:8px; background:rgba(255,255,255,.82); padding:30px; }
.sapex-pd-zwave-keypad .adv-mark { display:grid; width:42px; height:42px; margin-bottom:34px; place-items:center; border:1px solid rgba(10,10,11,.12); border-radius:50%; color:#1688ff !important; }
.sapex-pd-zwave-keypad .adv-mark svg { width:20px; height:20px; }
.sapex-pd-zwave-keypad .adv-card p { margin-bottom:0; font-size:14.5px; line-height:1.55; }
@media (max-width:900px) {.sapex-pd-zwave-keypad .adv-head { grid-template-columns:1fr; gap:20px; }
.sapex-pd-zwave-keypad .adv-grid { grid-template-columns:1fr; }
 }.sapex-pd-zwave-keypad .icons { padding:108px 0; background:#f5f5f3; }
.sapex-pd-zwave-keypad .icons-grid { display:grid; grid-template-columns:.8fr 1.2fr; align-items:start; gap:90px; }
@media (max-width:900px) {.sapex-pd-zwave-keypad .icons-grid { grid-template-columns:1fr; gap:44px; }
 }.sapex-pd-zwave-keypad .icp-kp { position:relative; width:100%; max-width:320px; aspect-ratio:1/1; margin:0 auto; border:1px solid rgba(10,10,11,.12); border-radius:8px; background:#fbfaf7; box-shadow:0 2px 14px rgba(10,10,11,.07); }
.sapex-pd-zwave-keypad .icp-pos { position:absolute; width:27%; text-align:center; }
.sapex-pd-zwave-keypad .icp-pos img { display:block; width:30px; height:30px; margin:0 auto 6px; }
.sapex-pd-zwave-keypad .icp-pos span { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9px; letter-spacing:.08em; text-transform:uppercase; color:#8d8d93 !important; }
.sapex-pd-zwave-keypad .icp-pos.tl { left:11%; top:16%; }
.sapex-pd-zwave-keypad .icp-pos.tr { right:11%; top:16%; }
.sapex-pd-zwave-keypad .icp-pos.c { left:50%; top:42%; transform:translateX(-50%); }
.sapex-pd-zwave-keypad .icp-pos.bl { left:11%; bottom:16%; }
.sapex-pd-zwave-keypad .icp-pos.br { right:11%; bottom:16%; }
.sapex-pd-zwave-keypad .icp-brand { position:absolute; right:16px; bottom:12px; font-size:9.5px; letter-spacing:.13em; color:#a9a9af !important; }
.sapex-pd-zwave-keypad .icp-kp-cap { margin-top:14px; text-align:center; font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9.5px; letter-spacing:.1em; text-transform:uppercase; color:#6a6a70 !important; }
.sapex-pd-zwave-keypad .icons-copy p { max-width:560px; }
.sapex-pd-zwave-keypad .icons-copy p strong { color:#0a0a0b !important; font-weight:500; }
.sapex-pd-zwave-keypad .icons-note { margin-top:26px; border-left:2px solid #e30613; padding-left:18px; color:#44444a !important; font-size:13.5px; line-height:1.55; }
.sapex-pd-zwave-keypad .icp-cat-head { margin:30px 0 0; padding-top:22px; border-top:1px solid rgba(10,10,11,.12); display:flex; justify-content:space-between; align-items:baseline; }
.sapex-pd-zwave-keypad .icp-cat-head .t { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9.5px; letter-spacing:.13em; text-transform:uppercase; color:#e30613 !important; }
.sapex-pd-zwave-keypad .icp-cat-head .n { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9.5px; letter-spacing:.1em; color:#6a6a70 !important; }
.sapex-pd-zwave-keypad .icp-row { display:flex; flex-wrap:wrap; margin:16px 0 4px; }
.sapex-pd-zwave-keypad .icp-ic { width:88px; text-align:center; margin:0 6px 18px 0; }
.sapex-pd-zwave-keypad .icp-ic .box { width:46px; height:46px; margin:0 auto 8px; border:1px solid rgba(10,10,11,.12); border-radius:6px; background:#fff; display:flex; align-items:center; justify-content:center; }
.sapex-pd-zwave-keypad .icp-ic .box img { width:26px; height:26px; }
.sapex-pd-zwave-keypad .icp-ic em { font-style:normal; font-size:10.5px; line-height:1.35; color:#6a6a70 !important; display:block; }
@media (max-width:680px) {.sapex-pd-zwave-keypad .icp-ic { width:30%; margin-right:3%; }
 }.sapex-pd-zwave-keypad .layouts { padding:0 0 108px; }
.sapex-pd-zwave-keypad .layout-grid { display:grid; margin-top:52px; grid-template-columns:repeat(5,1fr); gap:14px; }
.sapex-pd-zwave-keypad .layout-card { border:1px solid rgba(10,10,11,.12); border-radius:8px; padding:20px 16px 24px; text-align:center; }
.sapex-pd-zwave-keypad .layout-card strong { display:block; margin-bottom:16px; font-size:13px; font-weight:500; }
.sapex-pd-zwave-keypad /* single glass panel outline, .sapex-pd-zwave-keypad four small touch zones near the corners + one centre zone — not four separate switch caps like the metal faceplate */
    .layout-map { position:relative; width:96px; height:96px; margin:0 auto; border:1px solid rgba(10,10,11,.12); border-radius:10px; background:#fff; }
.sapex-pd-zwave-keypad .layout-btn { position:absolute; width:28px; height:28px; border-radius:50%; background:#f5f5f3; border:1.5px solid rgba(10,10,11,.12); display:flex; align-items:center; justify-content:center; font-size:10px; color:#6a6a70 !important; }
.sapex-pd-zwave-keypad .layout-btn.on { background:#fdeceb; border-color:#e30613; color:#e30613 !important; font-weight:600; }
.sapex-pd-zwave-keypad .layout-btn.tl { top:10px; left:10px; }
.sapex-pd-zwave-keypad .layout-btn.tr { top:10px; right:10px; }
.sapex-pd-zwave-keypad .layout-btn.bl { bottom:10px; left:10px; }
.sapex-pd-zwave-keypad .layout-btn.br { bottom:10px; right:10px; }
.sapex-pd-zwave-keypad .layout-center { position:absolute; top:50%; left:50%; width:28px; height:28px; border-radius:50%; transform:translate(-50%,-50%); background:#f5f5f3; border:1.5px solid rgba(10,10,11,.12); display:flex; align-items:center; justify-content:center; font-size:10px; color:#6a6a70 !important; }
.sapex-pd-zwave-keypad .layout-center.on { background:#fdeceb; border-color:#e30613; color:#e30613 !important; font-weight:600; }
.sapex-pd-zwave-keypad .layout-card span { display:block; margin-top:14px; color:#6a6a70 !important; font-size:11.5px; }
@media (max-width:820px) {.sapex-pd-zwave-keypad .layout-grid { grid-template-columns:repeat(3,1fr); }
 }.sapex-pd-zwave-keypad .back-units { padding:104px 0; background:#090909; color:#fff !important; }
.sapex-pd-zwave-keypad .back-units .eyebrow { color:#2bc98b !important; }
.sapex-pd-zwave-keypad .back-units>div>p { max-width:760px; color:rgba(255,255,255,.64) !important; }
.sapex-pd-zwave-keypad .back-grid { display:grid; margin-top:56px; grid-template-columns:1fr 1fr; gap:16px; }
.sapex-pd-zwave-keypad .back-card { border:1px solid rgba(255,255,255,.14); border-radius:8px; background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)); padding:32px; }
.sapex-pd-zwave-keypad .back-card-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.sapex-pd-zwave-keypad .back-card small { display:block; color:rgba(255,255,255,.54) !important; font-size:11px; text-transform:uppercase; }
.sapex-pd-zwave-keypad .back-card .code { border:1px solid rgba(255,255,255,.24); border-radius:4px; padding:3px 8px; color:rgba(255,255,255,.7) !important; font-size:11px; }
.sapex-pd-zwave-keypad .back-card h3 { margin-top:14px; font-size:27px; }
.sapex-pd-zwave-keypad .back-card p { color:rgba(255,255,255,.64) !important; font-size:14.5px; }
.sapex-pd-zwave-keypad .spec-list { display:grid; margin-top:20px; grid-template-columns:1fr 1fr; gap:10px; }
.sapex-pd-zwave-keypad .spec-list span { border-top:1px solid rgba(255,255,255,.12); padding-top:12px; color:rgba(255,255,255,.76) !important; font-size:12.5px; }
.sapex-pd-zwave-keypad .safety { display:flex; align-items:flex-start; gap:10px; margin-top:26px; color:rgba(255,255,255,.5) !important; font-size:13px; line-height:1.5; }
.sapex-pd-zwave-keypad .safety svg { flex:none; margin-top:2px; width:16px; height:16px; color:#e39a1a !important; }
@media (max-width:820px) {.sapex-pd-zwave-keypad .back-grid { grid-template-columns:1fr; }
 }.sapex-pd-zwave-keypad .install { padding:104px 0; }
.sapex-pd-zwave-keypad .install-grid { display:grid; margin-top:54px; grid-template-columns:1.15fr .85fr; align-items:start; gap:70px; }
.sapex-pd-zwave-keypad .steps { counter-reset:step; }
.sapex-pd-zwave-keypad .step { position:relative; display:grid; grid-template-columns:34px 1fr; gap:16px; padding:18px 0; border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-zwave-keypad .step:first-child { border-top:1px solid #0a0a0b; }
.sapex-pd-zwave-keypad .step-num { display:flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:50%; background:#0a0a0b; color:#fff !important; font-size:12px; font-weight:600; }
.sapex-pd-zwave-keypad .step strong { display:block; margin-bottom:4px; font-size:14.5px; font-weight:500; }
.sapex-pd-zwave-keypad .step span { color:#6a6a70 !important; font-size:13.5px; line-height:1.5; }
.sapex-pd-zwave-keypad .kit-card { display:flex; flex-direction:column; border:1px solid rgba(10,10,11,.12); border-radius:8px; padding:30px; background:#f5f5f3; }
.sapex-pd-zwave-keypad .kit-card h3 { font-size:19px; }
.sapex-pd-zwave-keypad .kit-tray { display:table; width:100%; margin-top:24px; border-top:1px solid rgba(10,10,11,.12); border-bottom:1px solid rgba(10,10,11,.12); border-collapse:collapse; }
.sapex-pd-zwave-keypad .kit-group { display:table-cell; width:33.33%; text-align:center; vertical-align:bottom; padding:26px 0 20px; border-left:1px solid rgba(10,10,11,.12); }
.sapex-pd-zwave-keypad .kit-group:first-child { border-left:0; }
.sapex-pd-zwave-keypad .kit-stack { display:table; height:223px; margin:0 auto; }
.sapex-pd-zwave-keypad .kit-stack-inner { display:table-cell; vertical-align:middle; }
.sapex-pd-zwave-keypad .kit-pc { width:56px; height:38px; border-radius:5px; margin-bottom:8px; }
.sapex-pd-zwave-keypad .kit-pc:last-child { margin-bottom:0; }
.sapex-pd-zwave-keypad .kit-pc.diffuser { background:#fdfcfa; border:1px solid rgba(10,10,11,.18); box-shadow:0 1px 2px rgba(10,10,11,.09); }
.sapex-pd-zwave-keypad .kit-pc.blank { background:#151517; box-shadow:0 1px 2px rgba(10,10,11,.26); }
.sapex-pd-zwave-keypad .kit-pc.icon-piece { background:#151517; box-shadow:0 1px 2px rgba(10,10,11,.26); position:relative; }
.sapex-pd-zwave-keypad .kit-pc.icon-piece span { position:absolute; left:50%; top:50%; width:15px; height:15px; margin:-8px 0 0 -8px; border:1.4px solid rgba(255,255,255,.85); border-radius:3px; }
.sapex-pd-zwave-keypad .kit-g-count { font-family:Georgia,serif; font-size:21px; color:#0a0a0b !important; display:block; margin:16px 0 4px; line-height:1; }
.sapex-pd-zwave-keypad .kit-g-label { font-family:"Courier New",monospace; font-size:10px; letter-spacing:.1em; text-transform:uppercase; color:#6a6a70 !important; }
.sapex-pd-zwave-keypad .kit-total { margin-top:16px; display:flex; justify-content:space-between; align-items:baseline; }
.sapex-pd-zwave-keypad .kit-total .l { font-family:"Courier New",monospace; font-size:10.5px; letter-spacing:.09em; text-transform:uppercase; color:#6a6a70 !important; }
.sapex-pd-zwave-keypad .kit-total .r { font-family:Georgia,serif; font-size:16px; color:#0a0a0b !important; }
.sapex-pd-zwave-keypad .removal-note { display:flex; gap:10px; margin-top:26px; padding-top:20px; border-top:1px solid rgba(10,10,11,.12); color:#6a6a70 !important; font-size:12.5px; line-height:1.55; }
.sapex-pd-zwave-keypad .removal-note svg { flex:none; width:16px; height:16px; color:#e30613 !important; margin-top:1px; }
@media (max-width:900px) {.sapex-pd-zwave-keypad .install-grid { grid-template-columns:1fr; gap:40px; }
 }.sapex-pd-zwave-keypad .details { padding:0 0 104px; }
.sapex-pd-zwave-keypad .detail-grid { display:grid; margin-top:54px; grid-template-columns:repeat(2,1fr); border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-zwave-keypad .detail { display:grid; min-height:80px; grid-template-columns:.42fr 1fr; align-items:center; gap:20px; border-bottom:1px solid rgba(10,10,11,.12); padding:16px 22px 16px 0; }
.sapex-pd-zwave-keypad .detail:nth-child(odd) { border-right:1px solid rgba(10,10,11,.12); }
.sapex-pd-zwave-keypad .detail:nth-child(even) { padding-left:26px; }
.sapex-pd-zwave-keypad .detail strong { font-size:13px; font-weight:500; }
.sapex-pd-zwave-keypad .detail span { color:#6a6a70 !important; font-size:13.5px; line-height:1.45; }
@media (max-width:820px) {.sapex-pd-zwave-keypad .detail-grid { grid-template-columns:1fr; }
.sapex-pd-zwave-keypad .detail:nth-child(odd) { border-right:0; }
.sapex-pd-zwave-keypad .detail:nth-child(even) { padding-left:0; }
 }.sapex-pd-zwave-keypad .manual { padding:100px 0 116px; background:#f5f5f3; }
.sapex-pd-zwave-keypad .manual-layout { display:grid; grid-template-columns:.82fr 1.18fr; align-items:center; gap:90px; }
.sapex-pd-zwave-keypad .manual-cover { position:relative; min-height:340px; border-radius:16px; overflow:hidden; background:#e7e7e4; }
.sapex-pd-zwave-keypad .manual-cover img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.sapex-pd-zwave-keypad .manual-copy p { max-width:560px; }
.sapex-pd-zwave-keypad .manual-downloads { display:flex; flex-wrap:wrap; gap:12px; margin-top:20px; }
.sapex-pd-zwave-keypad .button-manual { background:#6b6b6b; color:#fff !important; }
.sapex-pd-zwave-keypad .button-manual .accent { color:#e39a1a !important; }
@media (max-width:900px) {.sapex-pd-zwave-keypad .manual-layout { grid-template-columns:1fr; gap:40px; }
 }.sapex-pd-zwave-keypad /* matches the real site's actual footer (single copyright line + social row) instead of inventing a nav/brand block */
    .footer { padding:34px 0; background:#050505; color:#fff !important; text-align:center; }
.sapex-pd-zwave-keypad .footer-copyright { font-size:14px; font-weight:500; color:#fff !important; }
.sapex-pd-zwave-keypad .footer-copyright a { text-decoration:underline; }
.sapex-pd-zwave-keypad .footer-socials { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:16px; }
.sapex-pd-zwave-keypad .footer-socials span { font-size:12px; letter-spacing:.04em; color:rgba(255,255,255,.55) !important; }
.sapex-pd-zwave-keypad .footer-socials ul { display:flex; gap:8px; margin:0; padding:0; list-style:none; }
.sapex-pd-zwave-keypad .footer-socials li { width:34px; height:34px; border:1px solid rgba(255,255,255,.18); border-radius:50%; }
.sapex-pd-zwave-keypad .footer-socials li a { display:flex; width:100%; height:100%; align-items:center; justify-content:center; color:#fff !important; }
.sapex-pd-zwave-keypad .footer-socials svg { width:14px; height:14px; }
@media (max-width:980px) {.sapex-pd-zwave-keypad .container { width:min(100% - 40px,740px); }
.sapex-pd-zwave-keypad .nav { gap:22px; }
.sapex-pd-zwave-keypad .hero { min-height:auto; padding-top:132px; }
.sapex-pd-zwave-keypad .hero-grid { grid-template-columns:1fr; gap:44px; }
.sapex-pd-zwave-keypad .hero-photo { min-height:380px; }
.sapex-pd-zwave-keypad .swatches { grid-template-columns:repeat(2,1fr); }

    }@media (max-width:680px) {.sapex-pd-zwave-keypad .container { width:min(100% - 32px,520px); }
.sapex-pd-zwave-keypad .header { height:84px; }
.sapex-pd-zwave-keypad .logo { width:122px; }
.sapex-pd-zwave-keypad .nav a:not([aria-current="page"]) { display:none; }
.sapex-pd-zwave-keypad h1 { font-size:42px; }
.sapex-pd-zwave-keypad h2 { font-size:33px; }
.sapex-pd-zwave-keypad .hero { padding:112px 0 50px; }
.sapex-pd-zwave-keypad .hero-copy p:not(.eyebrow) { font-size:17px; }
.sapex-pd-zwave-keypad .hero-actions .button { width:100%; }
.sapex-pd-zwave-keypad .architecture, .sapex-pd-zwave-keypad .gallery, .sapex-pd-zwave-keypad .advantages, .sapex-pd-zwave-keypad .icons, .sapex-pd-zwave-keypad .layouts, .sapex-pd-zwave-keypad .back-units, .sapex-pd-zwave-keypad .install, .sapex-pd-zwave-keypad .details, .sapex-pd-zwave-keypad .manual { padding-top:64px; padding-bottom:64px; }
.sapex-pd-zwave-keypad .gallery { padding-top:0; }
.sapex-pd-zwave-keypad .layouts, .sapex-pd-zwave-keypad .details { padding-top:0; }
.sapex-pd-zwave-keypad .gallery-head { flex-direction:column; align-items:flex-start; gap:16px; }
.sapex-pd-zwave-keypad .layout-grid { grid-template-columns:repeat(2,1fr); }
.sapex-pd-zwave-keypad .kit-card { padding:24px; }
.sapex-pd-zwave-keypad .manual-cover { min-height:280px; }
.sapex-pd-zwave-keypad .footer-top, .sapex-pd-zwave-keypad .footer-bottom { display:block; }
.sapex-pd-zwave-keypad .footer-nav { margin-top:34px; gap:20px; }
.sapex-pd-zwave-keypad .footer-bottom span { display:block; margin-top:10px; }

    }
  
/* == can-thermostat == */
.sapex-pd-can-thermostat { margin:0; background:#fff; color:#0a0a0b !important; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:300; }
.sapex-pd-can-thermostat * { box-sizing:border-box; letter-spacing:0; }
.sapex-pd-can-thermostat a { color:inherit !important; text-decoration:none; }
.sapex-pd-can-thermostat img { display:block; max-width:100%; }
.sapex-pd-can-thermostat h1, .sapex-pd-can-thermostat h2, .sapex-pd-can-thermostat h3, .sapex-pd-can-thermostat p { margin-top:0; }
.sapex-pd-can-thermostat h1, .sapex-pd-can-thermostat h2, .sapex-pd-can-thermostat h3 { font-weight:300; }
.sapex-pd-can-thermostat h1 { margin-bottom:24px; font-size:clamp(46px,4.8vw,68px); line-height:1.02; }
.sapex-pd-can-thermostat h2 { max-width:760px; margin-bottom:24px; font-size:clamp(34px,3.6vw,52px); line-height:1.08; }
.sapex-pd-can-thermostat h3 { margin-bottom:12px; font-size:23px; line-height:1.18; }
.sapex-pd-can-thermostat p { color:#6a6a70 !important; font-size:17px; line-height:1.62; }
.sapex-pd-can-thermostat svg { display:block; }
.sapex-pd-can-thermostat .shell { overflow:hidden; }
.sapex-pd-can-thermostat .container { width:min(1240px,calc(100% - 64px)); margin:0 auto; }
.sapex-pd-can-thermostat .eyebrow { display:flex; align-items:center; gap:8px; margin-bottom:18px; color:#e30613 !important; font-size:12px; font-weight:600; text-transform:uppercase; }
.sapex-pd-can-thermostat .eyebrow .code { border:1px solid currentColor; border-radius:4px; padding:2px 6px; font-size:10px; letter-spacing:.04em; }
.sapex-pd-can-thermostat .button { display:inline-flex; min-height:48px; align-items:center; justify-content:center; gap:8px; border:1px solid transparent; border-radius:999px; padding:0 24px; font-size:14px; font-weight:600; transition:transform 160ms ease,border-color 160ms ease,background 160ms ease; }
.sapex-pd-can-thermostat .button:hover { transform:translateY(-2px); }
.sapex-pd-can-thermostat .button-light { background:#fff; color:#050505 !important; }
.sapex-pd-can-thermostat .button-line { border-color:rgba(255,255,255,.34); color:#fff !important; }
.sapex-pd-can-thermostat .button-dark { background:#080808; color:#fff !important; }
.sapex-pd-can-thermostat .button-outline { border-color:rgba(10,10,11,.12); background:#fff; }
.sapex-pd-can-thermostat .header { position:absolute; z-index:10; top:0; left:0; width:100%; height:104px; border-bottom:1px solid rgba(255,255,255,.12); }
.sapex-pd-can-thermostat .header-inner { display:flex; height:100%; align-items:center; justify-content:space-between; }
.sapex-pd-can-thermostat .logo { width:154px; }
.sapex-pd-can-thermostat .nav { display:flex; align-items:center; gap:44px; color:rgba(255,255,255,.9) !important; font-size:14px; font-weight:400; }
.sapex-pd-can-thermostat .nav a { position:relative; padding:12px 0; }
.sapex-pd-can-thermostat .nav a[aria-current="page"]::after { position:absolute; right:0; bottom:2px; left:0; height:1px; background:#fff; content:""; }
.sapex-pd-can-thermostat .hero { min-height:720px; padding:150px 0 72px; background:#050506; color:#fff !important; }
.sapex-pd-can-thermostat .hero-grid { display:grid; min-height:500px; grid-template-columns:minmax(0,.8fr) minmax(500px,1.2fr); align-items:center; gap:66px; }
.sapex-pd-can-thermostat .hero-copy p:not(.eyebrow) { max-width:580px; color:rgba(255,255,255,.7) !important; font-size:20px; line-height:1.55; }
.sapex-pd-can-thermostat .hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.sapex-pd-can-thermostat .hero-facts { display:flex; flex-wrap:wrap; gap:14px 24px; margin-top:40px; color:rgba(255,255,255,.62) !important; font-size:13px; }
.sapex-pd-can-thermostat .hero-facts span { display:inline-flex; align-items:center; gap:9px; }
.sapex-pd-can-thermostat .hero-facts i { width:7px; height:7px; border-radius:50%; background:#1688ff; }
.sapex-pd-can-thermostat .hero-photo { position:relative; overflow:hidden; min-height:460px; border:1px solid rgba(255,255,255,.14); border-radius:8px; background:#181818; }
.sapex-pd-can-thermostat .hero-photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:78% center; }
.sapex-pd-can-thermostat .hero-tag { position:absolute; z-index:2; bottom:20px; left:20px; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(4,4,4,.62); padding:9px 14px; color:rgba(255,255,255,.9) !important; font-size:12px; backdrop-filter:blur(10px); }
.sapex-pd-can-thermostat .architecture { padding:108px 0 96px; }
.sapex-pd-can-thermostat .architecture h2, .sapex-pd-can-thermostat .architecture>div>p { margin-right:auto; margin-left:auto; }
.sapex-pd-can-thermostat .architecture>div>p { max-width:780px; }
.sapex-pd-can-thermostat .arch-grid { position:relative; display:grid; margin-top:60px; grid-template-columns:1fr auto 1fr; align-items:stretch; gap:0; border:1px solid rgba(10,10,11,.12); border-radius:8px; overflow:hidden; }
.sapex-pd-can-thermostat .arch-block { padding:36px 38px; transition:background 200ms ease; }
.sapex-pd-can-thermostat .arch-block:hover { background:#f5f5f3; }
.sapex-pd-can-thermostat .arch-block small { display:block; margin-bottom:20px; color:#e30613 !important; font-size:11px; font-weight:600; text-transform:uppercase; }
.sapex-pd-can-thermostat .arch-block ul { margin:0; padding:0; list-style:none; }
.sapex-pd-can-thermostat .arch-block li { display:flex; align-items:flex-start; gap:14px; margin-top:16px; color:#3f3f43 !important; font-size:14px; line-height:1.5; }
.sapex-pd-can-thermostat .arch-icon { flex:none; display:flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:50%; background:rgba(22,136,255,.1); }
.sapex-pd-can-thermostat .arch-block li svg { flex:none; width:17px; height:17px; color:#1688ff !important; }
.sapex-pd-can-thermostat .arch-divider { display:flex; align-items:center; justify-content:center; width:64px; background:#f5f5f3; }
.sapex-pd-can-thermostat .arch-divider span { display:flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%; border:1px solid rgba(10,10,11,.12); background:#fff; color:#e30613 !important; font-size:17px; font-weight:600; box-shadow:0 6px 16px rgba(10,10,11,.08); }
@media (max-width:900px) {.sapex-pd-can-thermostat .arch-grid { grid-template-columns:1fr; }
.sapex-pd-can-thermostat .arch-divider { width:100%; padding:14px 0; }
 }.sapex-pd-can-thermostat .gallery { padding:0 0 108px; }
.sapex-pd-can-thermostat .gallery-head { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; margin-bottom:44px; }
.sapex-pd-can-thermostat .gallery-head p { margin-bottom:0; max-width:480px; }
.sapex-pd-can-thermostat .gallery-cards { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; max-width:640px; margin:0 auto; }
.sapex-pd-can-thermostat .gallery-card { border:1px solid rgba(10,10,11,.12); border-radius:8px; overflow:hidden; background:#f5f5f3; }
.sapex-pd-can-thermostat .gallery-card-photo { position:relative; aspect-ratio:4/5; overflow:hidden; background:#e7e7e4; }
.sapex-pd-can-thermostat .gallery-card-photo img { width:100%; height:100%; object-fit:cover; }
.sapex-pd-can-thermostat .gallery-card-body { padding:24px 26px 28px; }
.sapex-pd-can-thermostat .gallery-card-body h3 { margin-bottom:6px; font-size:21px; }
.sapex-pd-can-thermostat .gallery-card-body > p { margin-bottom:20px; font-size:14px; }
.sapex-pd-can-thermostat .finish-row { display:flex; align-items:center; gap:10px; margin-bottom:10px; }
.sapex-pd-can-thermostat .finish-dot { width:26px; height:26px; border-radius:50%; border:1px solid rgba(10,10,11,.16); }
.sapex-pd-can-thermostat .finish-dot.current { box-shadow:0 0 0 2px #fff, 0 0 0 4px #0a0a0b; }
.sapex-pd-can-thermostat .finish-names { display:block; color:#6a6a70 !important; font-size:12.5px; }
@media (max-width:900px) {.sapex-pd-can-thermostat .gallery-cards { grid-template-columns:1fr; }
 }.sapex-pd-can-thermostat .advantages { background:#f5f5f3; padding:104px 0; }
.sapex-pd-can-thermostat .adv-head { display:grid; grid-template-columns:1fr .76fr; align-items:end; gap:80px; }
.sapex-pd-can-thermostat .adv-head p { margin-bottom:0; }
.sapex-pd-can-thermostat .adv-grid { display:grid; margin-top:58px; grid-template-columns:repeat(3,1fr); gap:16px; }
.sapex-pd-can-thermostat .adv-card { min-height:216px; border:1px solid rgba(10,10,11,.12); border-radius:8px; background:rgba(255,255,255,.82); padding:30px; }
.sapex-pd-can-thermostat .adv-mark { display:grid; width:42px; height:42px; margin-bottom:34px; place-items:center; border:1px solid rgba(10,10,11,.12); border-radius:50%; color:#1688ff !important; }
.sapex-pd-can-thermostat .adv-mark svg { width:20px; height:20px; }
.sapex-pd-can-thermostat .adv-card p { margin-bottom:0; font-size:14.5px; line-height:1.55; }
@media (max-width:900px) {.sapex-pd-can-thermostat .adv-head { grid-template-columns:1fr; gap:20px; }
.sapex-pd-can-thermostat .adv-grid { grid-template-columns:1fr; }
 }.sapex-pd-can-thermostat .icons { padding:108px 0; background:#f5f5f3; }
.sapex-pd-can-thermostat .icons-grid { display:grid; grid-template-columns:.8fr 1.2fr; align-items:start; gap:90px; }
@media (max-width:900px) {.sapex-pd-can-thermostat .icons-grid { grid-template-columns:1fr; gap:44px; }
 }.sapex-pd-can-thermostat .icp-kp { position:relative; width:100%; max-width:320px; aspect-ratio:1/1; margin:0 auto; border:1px solid rgba(10,10,11,.12); border-radius:8px; background:#fbfaf7; box-shadow:0 2px 14px rgba(10,10,11,.07); }
.sapex-pd-can-thermostat .icp-pos { position:absolute; width:27%; text-align:center; }
.sapex-pd-can-thermostat .icp-pos img { display:block; width:30px; height:30px; margin:0 auto 6px; }
.sapex-pd-can-thermostat .icp-pos span { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9px; letter-spacing:.08em; text-transform:uppercase; color:#8d8d93 !important; }
.sapex-pd-can-thermostat .icp-pos.tl { left:11%; top:16%; }
.sapex-pd-can-thermostat .icp-pos.tr { right:11%; top:16%; }
.sapex-pd-can-thermostat .icp-pos.bl { left:11%; bottom:16%; }
.sapex-pd-can-thermostat .icp-pos.br { right:11%; bottom:16%; }
.sapex-pd-can-thermostat .icp-display-frame { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:48%; aspect-ratio:3/2; padding:4%; background:linear-gradient(160deg,#fbfaf7,#e4e2dc); border-radius:8px; box-shadow:0 2px 10px rgba(10,10,11,.1); }
.sapex-pd-can-thermostat .icp-display { position:relative; width:100%; height:100%; background:#0c0d10; border-radius:4px; box-shadow:0 0 0 1px rgba(255,255,255,.05) inset,0 0 10px rgba(79,184,255,.35); display:flex; flex-direction:column; align-items:center; justify-content:space-between; padding:9% 8%; }
.sapex-pd-can-thermostat .icp-display-top { display:flex; align-items:center; justify-content:center; gap:16%; width:100%; }
.sapex-pd-can-thermostat .icp-display-top svg { width:11%; height:auto; color:#4fb8ff !important; flex:none; opacity:.85; }
.sapex-pd-can-thermostat .icp-display-main { display:flex; align-items:center; justify-content:center; gap:10%; width:100%; }
.sapex-pd-can-thermostat .icp-display-main > svg { width:15%; height:auto; color:#4fb8ff !important; flex:none; }
.sapex-pd-can-thermostat .icp-display-temp { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-weight:600; font-size:clamp(15px,6vw,22px); color:#fff !important; line-height:1; display:flex; align-items:flex-start; }
.sapex-pd-can-thermostat .icp-display-temp i { font-style:normal; font-size:.4em; margin-left:2px; color:#c7cbd1 !important; }
.sapex-pd-can-thermostat .icp-display-arrows { display:flex; flex-direction:column; gap:18%; }
.sapex-pd-can-thermostat .icp-display-arrows svg { width:9px; height:9px; color:#4fb8ff !important; }
.sapex-pd-can-thermostat .icp-display-bottom { display:flex; align-items:center; justify-content:center; gap:6%; }
.sapex-pd-can-thermostat .icp-display-bottom svg { width:11px; height:8px; color:#4fb8ff !important; }
.sapex-pd-can-thermostat .icp-display-bottom span { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:6.5px; letter-spacing:.06em; text-transform:uppercase; color:#8b92a0 !important; }
.sapex-pd-can-thermostat .icp-brand { position:absolute; right:16px; bottom:12px; font-size:9.5px; letter-spacing:.13em; color:#a9a9af !important; }
.sapex-pd-can-thermostat .icp-kp-cap { margin-top:14px; text-align:center; font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9.5px; letter-spacing:.1em; text-transform:uppercase; color:#6a6a70 !important; }
.sapex-pd-can-thermostat .icons-copy p { max-width:560px; }
.sapex-pd-can-thermostat .icons-copy p strong { color:#0a0a0b !important; font-weight:500; }
.sapex-pd-can-thermostat .icons-note { margin-top:26px; border-left:2px solid #e30613; padding-left:18px; color:#44444a !important; font-size:13.5px; line-height:1.55; }
.sapex-pd-can-thermostat .icp-cat-head { margin:30px 0 0; padding-top:22px; border-top:1px solid rgba(10,10,11,.12); display:flex; justify-content:space-between; align-items:baseline; }
.sapex-pd-can-thermostat .icp-cat-head .t { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9.5px; letter-spacing:.13em; text-transform:uppercase; color:#e30613 !important; }
.sapex-pd-can-thermostat .icp-cat-head .n { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9.5px; letter-spacing:.1em; color:#6a6a70 !important; }
.sapex-pd-can-thermostat .icp-row { display:flex; flex-wrap:wrap; margin:16px 0 4px; }
.sapex-pd-can-thermostat .icp-ic { width:88px; text-align:center; margin:0 6px 18px 0; }
.sapex-pd-can-thermostat .icp-ic .box { width:46px; height:46px; margin:0 auto 8px; border:1px solid rgba(10,10,11,.12); border-radius:6px; background:#fff; display:flex; align-items:center; justify-content:center; }
.sapex-pd-can-thermostat .icp-ic .box img { width:26px; height:26px; }
.sapex-pd-can-thermostat .icp-ic em { font-style:normal; font-size:10.5px; line-height:1.35; color:#6a6a70 !important; display:block; }
@media (max-width:680px) {.sapex-pd-can-thermostat .icp-ic { width:30%; margin-right:3%; }
 }.sapex-pd-can-thermostat .back-units { padding:104px 0; background:#090909; color:#fff !important; }
.sapex-pd-can-thermostat .back-units .eyebrow { color:#2bc98b !important; }
.sapex-pd-can-thermostat .back-units>div>p { max-width:760px; color:rgba(255,255,255,.64) !important; }
.sapex-pd-can-thermostat .back-grid { display:grid; margin-top:56px; grid-template-columns:1fr 1fr; gap:16px; }
.sapex-pd-can-thermostat .back-card { border:1px solid rgba(255,255,255,.14); border-radius:8px; background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)); padding:32px; }
.sapex-pd-can-thermostat .back-card-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.sapex-pd-can-thermostat .back-card small { display:block; color:rgba(255,255,255,.54) !important; font-size:11px; text-transform:uppercase; }
.sapex-pd-can-thermostat .back-card .code { border:1px solid rgba(255,255,255,.24); border-radius:4px; padding:3px 8px; color:rgba(255,255,255,.7) !important; font-size:11px; }
.sapex-pd-can-thermostat .back-card h3 { margin-top:14px; font-size:27px; }
.sapex-pd-can-thermostat .back-card p { color:rgba(255,255,255,.64) !important; font-size:14.5px; }
.sapex-pd-can-thermostat .spec-list { display:grid; margin-top:20px; grid-template-columns:1fr 1fr; gap:10px; }
.sapex-pd-can-thermostat .spec-list span { border-top:1px solid rgba(255,255,255,.12); padding-top:12px; color:rgba(255,255,255,.76) !important; font-size:12.5px; }
.sapex-pd-can-thermostat .safety { display:flex; align-items:flex-start; gap:10px; margin-top:26px; color:rgba(255,255,255,.5) !important; font-size:13px; line-height:1.5; }
.sapex-pd-can-thermostat .safety svg { flex:none; margin-top:2px; width:16px; height:16px; color:#e39a1a !important; }
@media (max-width:820px) {.sapex-pd-can-thermostat .back-grid { grid-template-columns:1fr; }
 }.sapex-pd-can-thermostat .install { padding:104px 0; }
.sapex-pd-can-thermostat .install-grid { display:grid; margin-top:54px; grid-template-columns:1.15fr .85fr; align-items:start; gap:70px; }
.sapex-pd-can-thermostat .steps { counter-reset:step; }
.sapex-pd-can-thermostat .step { position:relative; display:grid; grid-template-columns:34px 1fr; gap:16px; padding:18px 0; border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-can-thermostat .step:first-child { border-top:1px solid #0a0a0b; }
.sapex-pd-can-thermostat .step-num { display:flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:50%; background:#0a0a0b; color:#fff !important; font-size:12px; font-weight:600; }
.sapex-pd-can-thermostat .step strong { display:block; margin-bottom:4px; font-size:14.5px; font-weight:500; }
.sapex-pd-can-thermostat .step span { color:#6a6a70 !important; font-size:13.5px; line-height:1.5; }
.sapex-pd-can-thermostat .kit-card { display:flex; flex-direction:column; border:1px solid rgba(10,10,11,.12); border-radius:8px; padding:30px; background:#f5f5f3; }
.sapex-pd-can-thermostat .kit-card h3 { font-size:19px; }
.sapex-pd-can-thermostat .kit-tray { display:table; width:100%; margin-top:24px; border-top:1px solid rgba(10,10,11,.12); border-bottom:1px solid rgba(10,10,11,.12); border-collapse:collapse; }
.sapex-pd-can-thermostat .kit-group { display:table-cell; width:50%; text-align:center; vertical-align:bottom; padding:26px 0 20px; border-left:1px solid rgba(10,10,11,.12); }
.sapex-pd-can-thermostat .kit-group:first-child { border-left:0; }
.sapex-pd-can-thermostat .kit-stack { display:table; height:223px; margin:0 auto; }
.sapex-pd-can-thermostat .kit-stack-inner { display:table-cell; vertical-align:middle; }
.sapex-pd-can-thermostat .kit-pc { width:56px; height:38px; border-radius:5px; margin-bottom:8px; }
.sapex-pd-can-thermostat .kit-pc:last-child { margin-bottom:0; }
.sapex-pd-can-thermostat .kit-pc.diffuser { background:#fdfcfa; border:1px solid rgba(10,10,11,.18); box-shadow:0 1px 2px rgba(10,10,11,.09); }
.sapex-pd-can-thermostat .kit-pc.blank { background:#151517; box-shadow:0 1px 2px rgba(10,10,11,.26); }
.sapex-pd-can-thermostat .kit-pc.icon-piece { background:#151517; box-shadow:0 1px 2px rgba(10,10,11,.26); position:relative; }
.sapex-pd-can-thermostat .kit-pc.icon-piece span { position:absolute; left:50%; top:50%; width:15px; height:15px; margin:-8px 0 0 -8px; border:1.4px solid rgba(255,255,255,.85); border-radius:3px; }
.sapex-pd-can-thermostat .kit-g-count { font-family:Georgia,serif; font-size:21px; color:#0a0a0b !important; display:block; margin:16px 0 4px; line-height:1; }
.sapex-pd-can-thermostat .kit-g-label { font-family:"Courier New",monospace; font-size:10px; letter-spacing:.1em; text-transform:uppercase; color:#6a6a70 !important; }
.sapex-pd-can-thermostat .kit-total { margin-top:16px; display:flex; justify-content:space-between; align-items:baseline; }
.sapex-pd-can-thermostat .kit-total .l { font-family:"Courier New",monospace; font-size:10.5px; letter-spacing:.09em; text-transform:uppercase; color:#6a6a70 !important; }
.sapex-pd-can-thermostat .kit-total .r { font-family:Georgia,serif; font-size:16px; color:#0a0a0b !important; }
.sapex-pd-can-thermostat .removal-note { display:flex; gap:10px; margin-top:26px; padding-top:20px; border-top:1px solid rgba(10,10,11,.12); color:#6a6a70 !important; font-size:12.5px; line-height:1.55; }
.sapex-pd-can-thermostat .removal-note svg { flex:none; width:16px; height:16px; color:#e30613 !important; margin-top:1px; }
@media (max-width:900px) {.sapex-pd-can-thermostat .install-grid { grid-template-columns:1fr; gap:40px; }
 }.sapex-pd-can-thermostat .details { padding:0 0 104px; }
.sapex-pd-can-thermostat .detail-grid { display:grid; margin-top:54px; grid-template-columns:repeat(2,1fr); border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-can-thermostat .detail { display:grid; min-height:80px; grid-template-columns:.42fr 1fr; align-items:center; gap:20px; border-bottom:1px solid rgba(10,10,11,.12); padding:16px 22px 16px 0; }
.sapex-pd-can-thermostat .detail:nth-child(odd) { border-right:1px solid rgba(10,10,11,.12); }
.sapex-pd-can-thermostat .detail:nth-child(even) { padding-left:26px; }
.sapex-pd-can-thermostat .detail strong { font-size:13px; font-weight:500; }
.sapex-pd-can-thermostat .detail span { color:#6a6a70 !important; font-size:13.5px; line-height:1.45; }
@media (max-width:820px) {.sapex-pd-can-thermostat .detail-grid { grid-template-columns:1fr; }
.sapex-pd-can-thermostat .detail:nth-child(odd) { border-right:0; }
.sapex-pd-can-thermostat .detail:nth-child(even) { padding-left:0; }
 }.sapex-pd-can-thermostat .manual { padding:100px 0 116px; background:#f5f5f3; }
.sapex-pd-can-thermostat .manual-layout { display:grid; grid-template-columns:.82fr 1.18fr; align-items:center; gap:90px; }
.sapex-pd-can-thermostat .manual-cover { position:relative; min-height:340px; border-radius:16px; overflow:hidden; background:#e7e7e4; }
.sapex-pd-can-thermostat .manual-cover img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.sapex-pd-can-thermostat .manual-copy p { max-width:560px; }
.sapex-pd-can-thermostat .manual-downloads { display:flex; flex-wrap:wrap; gap:12px; margin-top:20px; }
.sapex-pd-can-thermostat .button-manual { background:#6b6b6b; color:#fff !important; }
.sapex-pd-can-thermostat .button-manual .accent { color:#e39a1a !important; }
@media (max-width:900px) {.sapex-pd-can-thermostat .manual-layout { grid-template-columns:1fr; gap:40px; }
 }.sapex-pd-can-thermostat /* matches the real site's actual footer (single copyright line + social row) instead of inventing a nav/brand block */
    .footer { padding:34px 0; background:#050505; color:#fff !important; text-align:center; }
.sapex-pd-can-thermostat .footer-copyright { font-size:14px; font-weight:500; color:#fff !important; }
.sapex-pd-can-thermostat .footer-copyright a { text-decoration:underline; }
.sapex-pd-can-thermostat .footer-socials { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:16px; }
.sapex-pd-can-thermostat .footer-socials span { font-size:12px; letter-spacing:.04em; color:rgba(255,255,255,.55) !important; }
.sapex-pd-can-thermostat .footer-socials ul { display:flex; gap:8px; margin:0; padding:0; list-style:none; }
.sapex-pd-can-thermostat .footer-socials li { width:34px; height:34px; border:1px solid rgba(255,255,255,.18); border-radius:50%; }
.sapex-pd-can-thermostat .footer-socials li a { display:flex; width:100%; height:100%; align-items:center; justify-content:center; color:#fff !important; }
.sapex-pd-can-thermostat .footer-socials svg { width:14px; height:14px; }
@media (max-width:980px) {.sapex-pd-can-thermostat .container { width:min(100% - 40px,740px); }
.sapex-pd-can-thermostat .nav { gap:22px; }
.sapex-pd-can-thermostat .hero { min-height:auto; padding-top:132px; }
.sapex-pd-can-thermostat .hero-grid { grid-template-columns:1fr; gap:44px; }
.sapex-pd-can-thermostat .hero-photo { min-height:380px; }
.sapex-pd-can-thermostat .swatches { grid-template-columns:repeat(2,1fr); }

    }@media (max-width:680px) {.sapex-pd-can-thermostat .container { width:min(100% - 32px,520px); }
.sapex-pd-can-thermostat .header { height:84px; }
.sapex-pd-can-thermostat .logo { width:122px; }
.sapex-pd-can-thermostat .nav a:not([aria-current="page"]) { display:none; }
.sapex-pd-can-thermostat h1 { font-size:42px; }
.sapex-pd-can-thermostat h2 { font-size:33px; }
.sapex-pd-can-thermostat .hero { padding:112px 0 50px; }
.sapex-pd-can-thermostat .hero-copy p:not(.eyebrow) { font-size:17px; }
.sapex-pd-can-thermostat .hero-actions .button { width:100%; }
.sapex-pd-can-thermostat .architecture, .sapex-pd-can-thermostat .gallery, .sapex-pd-can-thermostat .advantages, .sapex-pd-can-thermostat .icons, .sapex-pd-can-thermostat .back-units, .sapex-pd-can-thermostat .install, .sapex-pd-can-thermostat .details, .sapex-pd-can-thermostat .manual { padding-top:64px; padding-bottom:64px; }
.sapex-pd-can-thermostat .gallery { padding-top:0; }
.sapex-pd-can-thermostat .details { padding-top:0; }
.sapex-pd-can-thermostat .gallery-head { flex-direction:column; align-items:flex-start; gap:16px; }
.sapex-pd-can-thermostat .kit-card { padding:24px; }
.sapex-pd-can-thermostat .manual-cover { min-height:280px; }
.sapex-pd-can-thermostat .footer-top, .sapex-pd-can-thermostat .footer-bottom { display:block; }
.sapex-pd-can-thermostat .footer-nav { margin-top:34px; gap:20px; }
.sapex-pd-can-thermostat .footer-bottom span { display:block; margin-top:10px; }

    }
  
/* == zwave-thermostat == */
.sapex-pd-zwave-thermostat { margin:0; background:#fff; color:#0a0a0b !important; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:300; }
.sapex-pd-zwave-thermostat * { box-sizing:border-box; letter-spacing:0; }
.sapex-pd-zwave-thermostat a { color:inherit !important; text-decoration:none; }
.sapex-pd-zwave-thermostat img { display:block; max-width:100%; }
.sapex-pd-zwave-thermostat h1, .sapex-pd-zwave-thermostat h2, .sapex-pd-zwave-thermostat h3, .sapex-pd-zwave-thermostat p { margin-top:0; }
.sapex-pd-zwave-thermostat h1, .sapex-pd-zwave-thermostat h2, .sapex-pd-zwave-thermostat h3 { font-weight:300; }
.sapex-pd-zwave-thermostat h1 { margin-bottom:24px; font-size:clamp(46px,4.8vw,68px); line-height:1.02; }
.sapex-pd-zwave-thermostat h2 { max-width:760px; margin-bottom:24px; font-size:clamp(34px,3.6vw,52px); line-height:1.08; }
.sapex-pd-zwave-thermostat h3 { margin-bottom:12px; font-size:23px; line-height:1.18; }
.sapex-pd-zwave-thermostat p { color:#6a6a70 !important; font-size:17px; line-height:1.62; }
.sapex-pd-zwave-thermostat svg { display:block; }
.sapex-pd-zwave-thermostat .shell { overflow:hidden; }
.sapex-pd-zwave-thermostat .container { width:min(1240px,calc(100% - 64px)); margin:0 auto; }
.sapex-pd-zwave-thermostat .eyebrow { display:flex; align-items:center; gap:8px; margin-bottom:18px; color:#e30613 !important; font-size:12px; font-weight:600; text-transform:uppercase; }
.sapex-pd-zwave-thermostat .eyebrow .code { border:1px solid currentColor; border-radius:4px; padding:2px 6px; font-size:10px; letter-spacing:.04em; }
.sapex-pd-zwave-thermostat .button { display:inline-flex; min-height:48px; align-items:center; justify-content:center; gap:8px; border:1px solid transparent; border-radius:999px; padding:0 24px; font-size:14px; font-weight:600; transition:transform 160ms ease,border-color 160ms ease,background 160ms ease; }
.sapex-pd-zwave-thermostat .button:hover { transform:translateY(-2px); }
.sapex-pd-zwave-thermostat .button-light { background:#fff; color:#050505 !important; }
.sapex-pd-zwave-thermostat .button-line { border-color:rgba(255,255,255,.34); color:#fff !important; }
.sapex-pd-zwave-thermostat .button-dark { background:#080808; color:#fff !important; }
.sapex-pd-zwave-thermostat .button-outline { border-color:rgba(10,10,11,.12); background:#fff; }
.sapex-pd-zwave-thermostat .header { position:absolute; z-index:10; top:0; left:0; width:100%; height:104px; border-bottom:1px solid rgba(255,255,255,.12); }
.sapex-pd-zwave-thermostat .header-inner { display:flex; height:100%; align-items:center; justify-content:space-between; }
.sapex-pd-zwave-thermostat .logo { width:154px; }
.sapex-pd-zwave-thermostat .nav { display:flex; align-items:center; gap:44px; color:rgba(255,255,255,.9) !important; font-size:14px; font-weight:400; }
.sapex-pd-zwave-thermostat .nav a { position:relative; padding:12px 0; }
.sapex-pd-zwave-thermostat .nav a[aria-current="page"]::after { position:absolute; right:0; bottom:2px; left:0; height:1px; background:#fff; content:""; }
.sapex-pd-zwave-thermostat .hero { min-height:720px; padding:150px 0 72px; background:#050506; color:#fff !important; }
.sapex-pd-zwave-thermostat .hero-grid { display:grid; min-height:500px; grid-template-columns:minmax(0,.8fr) minmax(500px,1.2fr); align-items:center; gap:66px; }
.sapex-pd-zwave-thermostat .hero-copy p:not(.eyebrow) { max-width:580px; color:rgba(255,255,255,.7) !important; font-size:20px; line-height:1.55; }
.sapex-pd-zwave-thermostat .hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.sapex-pd-zwave-thermostat .hero-facts { display:flex; flex-wrap:wrap; gap:14px 24px; margin-top:40px; color:rgba(255,255,255,.62) !important; font-size:13px; }
.sapex-pd-zwave-thermostat .hero-facts span { display:inline-flex; align-items:center; gap:9px; }
.sapex-pd-zwave-thermostat .hero-facts i { width:7px; height:7px; border-radius:50%; background:#1688ff; }
.sapex-pd-zwave-thermostat .hero-photo { position:relative; overflow:hidden; min-height:460px; border:1px solid rgba(255,255,255,.14); border-radius:8px; background:#181818; }
.sapex-pd-zwave-thermostat .hero-photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:78% center; }
.sapex-pd-zwave-thermostat .hero-tag { position:absolute; z-index:2; bottom:20px; left:20px; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(4,4,4,.62); padding:9px 14px; color:rgba(255,255,255,.9) !important; font-size:12px; backdrop-filter:blur(10px); }
.sapex-pd-zwave-thermostat .architecture { padding:108px 0 96px; }
.sapex-pd-zwave-thermostat .architecture h2, .sapex-pd-zwave-thermostat .architecture>div>p { margin-right:auto; margin-left:auto; }
.sapex-pd-zwave-thermostat .architecture>div>p { max-width:780px; }
.sapex-pd-zwave-thermostat .arch-grid { position:relative; display:grid; margin-top:60px; grid-template-columns:1fr auto 1fr; align-items:stretch; gap:0; border:1px solid rgba(10,10,11,.12); border-radius:8px; overflow:hidden; }
.sapex-pd-zwave-thermostat .arch-block { padding:36px 38px; transition:background 200ms ease; }
.sapex-pd-zwave-thermostat .arch-block:hover { background:#f5f5f3; }
.sapex-pd-zwave-thermostat .arch-block small { display:block; margin-bottom:20px; color:#e30613 !important; font-size:11px; font-weight:600; text-transform:uppercase; }
.sapex-pd-zwave-thermostat .arch-block ul { margin:0; padding:0; list-style:none; }
.sapex-pd-zwave-thermostat .arch-block li { display:flex; align-items:flex-start; gap:14px; margin-top:16px; color:#3f3f43 !important; font-size:14px; line-height:1.5; }
.sapex-pd-zwave-thermostat .arch-icon { flex:none; display:flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:50%; background:rgba(22,136,255,.1); }
.sapex-pd-zwave-thermostat .arch-block li svg { flex:none; width:17px; height:17px; color:#1688ff !important; }
.sapex-pd-zwave-thermostat .arch-divider { display:flex; align-items:center; justify-content:center; width:64px; background:#f5f5f3; }
.sapex-pd-zwave-thermostat .arch-divider span { display:flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%; border:1px solid rgba(10,10,11,.12); background:#fff; color:#e30613 !important; font-size:17px; font-weight:600; box-shadow:0 6px 16px rgba(10,10,11,.08); }
@media (max-width:900px) {.sapex-pd-zwave-thermostat .arch-grid { grid-template-columns:1fr; }
.sapex-pd-zwave-thermostat .arch-divider { width:100%; padding:14px 0; }
 }.sapex-pd-zwave-thermostat .gallery { padding:0 0 108px; }
.sapex-pd-zwave-thermostat .gallery-head { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; margin-bottom:44px; }
.sapex-pd-zwave-thermostat .gallery-head p { margin-bottom:0; max-width:480px; }
.sapex-pd-zwave-thermostat .gallery-cards { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; max-width:640px; margin:0 auto; }
.sapex-pd-zwave-thermostat .gallery-card { border:1px solid rgba(10,10,11,.12); border-radius:8px; overflow:hidden; background:#f5f5f3; }
.sapex-pd-zwave-thermostat .gallery-card-photo { position:relative; aspect-ratio:4/5; overflow:hidden; background:#e7e7e4; }
.sapex-pd-zwave-thermostat .gallery-card-photo img { width:100%; height:100%; object-fit:cover; }
.sapex-pd-zwave-thermostat .gallery-card-body { padding:24px 26px 28px; }
.sapex-pd-zwave-thermostat .gallery-card-body h3 { margin-bottom:6px; font-size:21px; }
.sapex-pd-zwave-thermostat .gallery-card-body > p { margin-bottom:20px; font-size:14px; }
.sapex-pd-zwave-thermostat .finish-row { display:flex; align-items:center; gap:10px; margin-bottom:10px; }
.sapex-pd-zwave-thermostat .finish-dot { width:26px; height:26px; border-radius:50%; border:1px solid rgba(10,10,11,.16); }
.sapex-pd-zwave-thermostat .finish-dot.current { box-shadow:0 0 0 2px #fff, 0 0 0 4px #0a0a0b; }
.sapex-pd-zwave-thermostat .finish-names { display:block; color:#6a6a70 !important; font-size:12.5px; }
@media (max-width:900px) {.sapex-pd-zwave-thermostat .gallery-cards { grid-template-columns:1fr; }
 }.sapex-pd-zwave-thermostat .advantages { background:#f5f5f3; padding:104px 0; }
.sapex-pd-zwave-thermostat .adv-head { display:grid; grid-template-columns:1fr .76fr; align-items:end; gap:80px; }
.sapex-pd-zwave-thermostat .adv-head p { margin-bottom:0; }
.sapex-pd-zwave-thermostat .adv-grid { display:grid; margin-top:58px; grid-template-columns:repeat(3,1fr); gap:16px; }
.sapex-pd-zwave-thermostat .adv-card { min-height:216px; border:1px solid rgba(10,10,11,.12); border-radius:8px; background:rgba(255,255,255,.82); padding:30px; }
.sapex-pd-zwave-thermostat .adv-mark { display:grid; width:42px; height:42px; margin-bottom:34px; place-items:center; border:1px solid rgba(10,10,11,.12); border-radius:50%; color:#1688ff !important; }
.sapex-pd-zwave-thermostat .adv-mark svg { width:20px; height:20px; }
.sapex-pd-zwave-thermostat .adv-card p { margin-bottom:0; font-size:14.5px; line-height:1.55; }
@media (max-width:900px) {.sapex-pd-zwave-thermostat .adv-head { grid-template-columns:1fr; gap:20px; }
.sapex-pd-zwave-thermostat .adv-grid { grid-template-columns:1fr; }
 }.sapex-pd-zwave-thermostat .icons { padding:108px 0; background:#f5f5f3; }
.sapex-pd-zwave-thermostat .icons-grid { display:grid; grid-template-columns:.8fr 1.2fr; align-items:start; gap:90px; }
@media (max-width:900px) {.sapex-pd-zwave-thermostat .icons-grid { grid-template-columns:1fr; gap:44px; }
 }.sapex-pd-zwave-thermostat .icp-kp { position:relative; width:100%; max-width:320px; aspect-ratio:1/1; margin:0 auto; border:1px solid rgba(10,10,11,.12); border-radius:8px; background:#fbfaf7; box-shadow:0 2px 14px rgba(10,10,11,.07); }
.sapex-pd-zwave-thermostat .icp-pos { position:absolute; width:27%; text-align:center; }
.sapex-pd-zwave-thermostat .icp-pos img { display:block; width:30px; height:30px; margin:0 auto 6px; }
.sapex-pd-zwave-thermostat .icp-pos span { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9px; letter-spacing:.08em; text-transform:uppercase; color:#8d8d93 !important; }
.sapex-pd-zwave-thermostat .icp-pos.tl { left:11%; top:16%; }
.sapex-pd-zwave-thermostat .icp-pos.tr { right:11%; top:16%; }
.sapex-pd-zwave-thermostat .icp-pos.bl { left:11%; bottom:16%; }
.sapex-pd-zwave-thermostat .icp-pos.br { right:11%; bottom:16%; }
.sapex-pd-zwave-thermostat .icp-display-frame { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:48%; aspect-ratio:3/2; padding:4%; background:linear-gradient(160deg,#fbfaf7,#e4e2dc); border-radius:8px; box-shadow:0 2px 10px rgba(10,10,11,.1); }
.sapex-pd-zwave-thermostat .icp-display { position:relative; width:100%; height:100%; background:#0c0d10; border-radius:4px; box-shadow:0 0 0 1px rgba(255,255,255,.05) inset,0 0 10px rgba(79,184,255,.35); display:flex; flex-direction:column; align-items:center; justify-content:space-between; padding:9% 8%; }
.sapex-pd-zwave-thermostat .icp-display-top { display:flex; align-items:center; justify-content:center; gap:16%; width:100%; }
.sapex-pd-zwave-thermostat .icp-display-top svg { width:11%; height:auto; color:#4fb8ff !important; flex:none; opacity:.85; }
.sapex-pd-zwave-thermostat .icp-display-main { display:flex; align-items:center; justify-content:center; gap:10%; width:100%; }
.sapex-pd-zwave-thermostat .icp-display-main > svg { width:15%; height:auto; color:#4fb8ff !important; flex:none; }
.sapex-pd-zwave-thermostat .icp-display-temp { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-weight:600; font-size:clamp(15px,6vw,22px); color:#fff !important; line-height:1; display:flex; align-items:flex-start; }
.sapex-pd-zwave-thermostat .icp-display-temp i { font-style:normal; font-size:.4em; margin-left:2px; color:#c7cbd1 !important; }
.sapex-pd-zwave-thermostat .icp-display-arrows { display:flex; flex-direction:column; gap:18%; }
.sapex-pd-zwave-thermostat .icp-display-arrows svg { width:9px; height:9px; color:#4fb8ff !important; }
.sapex-pd-zwave-thermostat .icp-display-bottom { display:flex; align-items:center; justify-content:center; gap:6%; }
.sapex-pd-zwave-thermostat .icp-display-bottom svg { width:11px; height:8px; color:#4fb8ff !important; }
.sapex-pd-zwave-thermostat .icp-display-bottom span { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:6.5px; letter-spacing:.06em; text-transform:uppercase; color:#8b92a0 !important; }
.sapex-pd-zwave-thermostat .icp-brand { position:absolute; right:16px; bottom:12px; font-size:9.5px; letter-spacing:.13em; color:#a9a9af !important; }
.sapex-pd-zwave-thermostat .icp-kp-cap { margin-top:14px; text-align:center; font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9.5px; letter-spacing:.1em; text-transform:uppercase; color:#6a6a70 !important; }
.sapex-pd-zwave-thermostat .icons-copy p { max-width:560px; }
.sapex-pd-zwave-thermostat .icons-copy p strong { color:#0a0a0b !important; font-weight:500; }
.sapex-pd-zwave-thermostat .icons-note { margin-top:26px; border-left:2px solid #e30613; padding-left:18px; color:#44444a !important; font-size:13.5px; line-height:1.55; }
.sapex-pd-zwave-thermostat .icp-cat-head { margin:30px 0 0; padding-top:22px; border-top:1px solid rgba(10,10,11,.12); display:flex; justify-content:space-between; align-items:baseline; }
.sapex-pd-zwave-thermostat .icp-cat-head .t { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9.5px; letter-spacing:.13em; text-transform:uppercase; color:#e30613 !important; }
.sapex-pd-zwave-thermostat .icp-cat-head .n { font-family:"SFMono-Regular",Menlo,Consolas,monospace; font-size:9.5px; letter-spacing:.1em; color:#6a6a70 !important; }
.sapex-pd-zwave-thermostat .icp-row { display:flex; flex-wrap:wrap; margin:16px 0 4px; }
.sapex-pd-zwave-thermostat .icp-ic { width:88px; text-align:center; margin:0 6px 18px 0; }
.sapex-pd-zwave-thermostat .icp-ic .box { width:46px; height:46px; margin:0 auto 8px; border:1px solid rgba(10,10,11,.12); border-radius:6px; background:#fff; display:flex; align-items:center; justify-content:center; }
.sapex-pd-zwave-thermostat .icp-ic .box img { width:26px; height:26px; }
.sapex-pd-zwave-thermostat .icp-ic em { font-style:normal; font-size:10.5px; line-height:1.35; color:#6a6a70 !important; display:block; }
@media (max-width:680px) {.sapex-pd-zwave-thermostat .icp-ic { width:30%; margin-right:3%; }
 }.sapex-pd-zwave-thermostat .back-units { padding:104px 0; background:#090909; color:#fff !important; }
.sapex-pd-zwave-thermostat .back-units .eyebrow { color:#2bc98b !important; }
.sapex-pd-zwave-thermostat .back-units>div>p { max-width:760px; color:rgba(255,255,255,.64) !important; }
.sapex-pd-zwave-thermostat .back-grid { display:grid; margin-top:56px; grid-template-columns:1fr 1fr; gap:16px; }
.sapex-pd-zwave-thermostat .back-card { border:1px solid rgba(255,255,255,.14); border-radius:8px; background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)); padding:32px; }
.sapex-pd-zwave-thermostat .back-card-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.sapex-pd-zwave-thermostat .back-card small { display:block; color:rgba(255,255,255,.54) !important; font-size:11px; text-transform:uppercase; }
.sapex-pd-zwave-thermostat .back-card .code { border:1px solid rgba(255,255,255,.24); border-radius:4px; padding:3px 8px; color:rgba(255,255,255,.7) !important; font-size:11px; }
.sapex-pd-zwave-thermostat .back-card h3 { margin-top:14px; font-size:27px; }
.sapex-pd-zwave-thermostat .back-card p { color:rgba(255,255,255,.64) !important; font-size:14.5px; }
.sapex-pd-zwave-thermostat .spec-list { display:grid; margin-top:20px; grid-template-columns:1fr 1fr; gap:10px; }
.sapex-pd-zwave-thermostat .spec-list span { border-top:1px solid rgba(255,255,255,.12); padding-top:12px; color:rgba(255,255,255,.76) !important; font-size:12.5px; }
.sapex-pd-zwave-thermostat .safety { display:flex; align-items:flex-start; gap:10px; margin-top:26px; color:rgba(255,255,255,.5) !important; font-size:13px; line-height:1.5; }
.sapex-pd-zwave-thermostat .safety svg { flex:none; margin-top:2px; width:16px; height:16px; color:#e39a1a !important; }
@media (max-width:820px) {.sapex-pd-zwave-thermostat .back-grid { grid-template-columns:1fr; }
 }.sapex-pd-zwave-thermostat .install { padding:104px 0; }
.sapex-pd-zwave-thermostat .install-grid { display:grid; margin-top:54px; grid-template-columns:1.15fr .85fr; align-items:start; gap:70px; }
.sapex-pd-zwave-thermostat .steps { counter-reset:step; }
.sapex-pd-zwave-thermostat .step { position:relative; display:grid; grid-template-columns:34px 1fr; gap:16px; padding:18px 0; border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-zwave-thermostat .step:first-child { border-top:1px solid #0a0a0b; }
.sapex-pd-zwave-thermostat .step-num { display:flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:50%; background:#0a0a0b; color:#fff !important; font-size:12px; font-weight:600; }
.sapex-pd-zwave-thermostat .step strong { display:block; margin-bottom:4px; font-size:14.5px; font-weight:500; }
.sapex-pd-zwave-thermostat .step span { color:#6a6a70 !important; font-size:13.5px; line-height:1.5; }
.sapex-pd-zwave-thermostat .kit-card { display:flex; flex-direction:column; border:1px solid rgba(10,10,11,.12); border-radius:8px; padding:30px; background:#f5f5f3; }
.sapex-pd-zwave-thermostat .kit-card h3 { font-size:19px; }
.sapex-pd-zwave-thermostat .kit-tray { display:table; width:100%; margin-top:24px; border-top:1px solid rgba(10,10,11,.12); border-bottom:1px solid rgba(10,10,11,.12); border-collapse:collapse; }
.sapex-pd-zwave-thermostat .kit-group { display:table-cell; width:50%; text-align:center; vertical-align:bottom; padding:26px 0 20px; border-left:1px solid rgba(10,10,11,.12); }
.sapex-pd-zwave-thermostat .kit-group:first-child { border-left:0; }
.sapex-pd-zwave-thermostat .kit-stack { display:table; height:223px; margin:0 auto; }
.sapex-pd-zwave-thermostat .kit-stack-inner { display:table-cell; vertical-align:middle; }
.sapex-pd-zwave-thermostat .kit-pc { width:56px; height:38px; border-radius:5px; margin-bottom:8px; }
.sapex-pd-zwave-thermostat .kit-pc:last-child { margin-bottom:0; }
.sapex-pd-zwave-thermostat .kit-pc.diffuser { background:#fdfcfa; border:1px solid rgba(10,10,11,.18); box-shadow:0 1px 2px rgba(10,10,11,.09); }
.sapex-pd-zwave-thermostat .kit-pc.blank { background:#151517; box-shadow:0 1px 2px rgba(10,10,11,.26); }
.sapex-pd-zwave-thermostat .kit-pc.icon-piece { background:#151517; box-shadow:0 1px 2px rgba(10,10,11,.26); position:relative; }
.sapex-pd-zwave-thermostat .kit-pc.icon-piece span { position:absolute; left:50%; top:50%; width:15px; height:15px; margin:-8px 0 0 -8px; border:1.4px solid rgba(255,255,255,.85); border-radius:3px; }
.sapex-pd-zwave-thermostat .kit-g-count { font-family:Georgia,serif; font-size:21px; color:#0a0a0b !important; display:block; margin:16px 0 4px; line-height:1; }
.sapex-pd-zwave-thermostat .kit-g-label { font-family:"Courier New",monospace; font-size:10px; letter-spacing:.1em; text-transform:uppercase; color:#6a6a70 !important; }
.sapex-pd-zwave-thermostat .kit-total { margin-top:16px; display:flex; justify-content:space-between; align-items:baseline; }
.sapex-pd-zwave-thermostat .kit-total .l { font-family:"Courier New",monospace; font-size:10.5px; letter-spacing:.09em; text-transform:uppercase; color:#6a6a70 !important; }
.sapex-pd-zwave-thermostat .kit-total .r { font-family:Georgia,serif; font-size:16px; color:#0a0a0b !important; }
.sapex-pd-zwave-thermostat .removal-note { display:flex; gap:10px; margin-top:26px; padding-top:20px; border-top:1px solid rgba(10,10,11,.12); color:#6a6a70 !important; font-size:12.5px; line-height:1.55; }
.sapex-pd-zwave-thermostat .removal-note svg { flex:none; width:16px; height:16px; color:#e30613 !important; margin-top:1px; }
@media (max-width:900px) {.sapex-pd-zwave-thermostat .install-grid { grid-template-columns:1fr; gap:40px; }
 }.sapex-pd-zwave-thermostat .details { padding:0 0 104px; }
.sapex-pd-zwave-thermostat .detail-grid { display:grid; margin-top:54px; grid-template-columns:repeat(2,1fr); border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-zwave-thermostat .detail { display:grid; min-height:80px; grid-template-columns:.42fr 1fr; align-items:center; gap:20px; border-bottom:1px solid rgba(10,10,11,.12); padding:16px 22px 16px 0; }
.sapex-pd-zwave-thermostat .detail:nth-child(odd) { border-right:1px solid rgba(10,10,11,.12); }
.sapex-pd-zwave-thermostat .detail:nth-child(even) { padding-left:26px; }
.sapex-pd-zwave-thermostat .detail strong { font-size:13px; font-weight:500; }
.sapex-pd-zwave-thermostat .detail span { color:#6a6a70 !important; font-size:13.5px; line-height:1.45; }
@media (max-width:820px) {.sapex-pd-zwave-thermostat .detail-grid { grid-template-columns:1fr; }
.sapex-pd-zwave-thermostat .detail:nth-child(odd) { border-right:0; }
.sapex-pd-zwave-thermostat .detail:nth-child(even) { padding-left:0; }
 }.sapex-pd-zwave-thermostat .manual { padding:100px 0 116px; background:#f5f5f3; }
.sapex-pd-zwave-thermostat .manual-layout { display:grid; grid-template-columns:.82fr 1.18fr; align-items:center; gap:90px; }
.sapex-pd-zwave-thermostat .manual-cover { position:relative; min-height:340px; border-radius:16px; overflow:hidden; background:#e7e7e4; }
.sapex-pd-zwave-thermostat .manual-cover img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.sapex-pd-zwave-thermostat .manual-copy p { max-width:560px; }
.sapex-pd-zwave-thermostat .manual-downloads { display:flex; flex-wrap:wrap; gap:12px; margin-top:20px; }
.sapex-pd-zwave-thermostat .button-manual { background:#6b6b6b; color:#fff !important; }
.sapex-pd-zwave-thermostat .button-manual .accent { color:#e39a1a !important; }
@media (max-width:900px) {.sapex-pd-zwave-thermostat .manual-layout { grid-template-columns:1fr; gap:40px; }
 }.sapex-pd-zwave-thermostat /* matches the real site's actual footer (single copyright line + social row) instead of inventing a nav/brand block */
    .footer { padding:34px 0; background:#050505; color:#fff !important; text-align:center; }
.sapex-pd-zwave-thermostat .footer-copyright { font-size:14px; font-weight:500; color:#fff !important; }
.sapex-pd-zwave-thermostat .footer-copyright a { text-decoration:underline; }
.sapex-pd-zwave-thermostat .footer-socials { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:16px; }
.sapex-pd-zwave-thermostat .footer-socials span { font-size:12px; letter-spacing:.04em; color:rgba(255,255,255,.55) !important; }
.sapex-pd-zwave-thermostat .footer-socials ul { display:flex; gap:8px; margin:0; padding:0; list-style:none; }
.sapex-pd-zwave-thermostat .footer-socials li { width:34px; height:34px; border:1px solid rgba(255,255,255,.18); border-radius:50%; }
.sapex-pd-zwave-thermostat .footer-socials li a { display:flex; width:100%; height:100%; align-items:center; justify-content:center; color:#fff !important; }
.sapex-pd-zwave-thermostat .footer-socials svg { width:14px; height:14px; }
@media (max-width:980px) {.sapex-pd-zwave-thermostat .container { width:min(100% - 40px,740px); }
.sapex-pd-zwave-thermostat .nav { gap:22px; }
.sapex-pd-zwave-thermostat .hero { min-height:auto; padding-top:132px; }
.sapex-pd-zwave-thermostat .hero-grid { grid-template-columns:1fr; gap:44px; }
.sapex-pd-zwave-thermostat .hero-photo { min-height:380px; }
.sapex-pd-zwave-thermostat .swatches { grid-template-columns:repeat(2,1fr); }

    }@media (max-width:680px) {.sapex-pd-zwave-thermostat .container { width:min(100% - 32px,520px); }
.sapex-pd-zwave-thermostat .header { height:84px; }
.sapex-pd-zwave-thermostat .logo { width:122px; }
.sapex-pd-zwave-thermostat .nav a:not([aria-current="page"]) { display:none; }
.sapex-pd-zwave-thermostat h1 { font-size:42px; }
.sapex-pd-zwave-thermostat h2 { font-size:33px; }
.sapex-pd-zwave-thermostat .hero { padding:112px 0 50px; }
.sapex-pd-zwave-thermostat .hero-copy p:not(.eyebrow) { font-size:17px; }
.sapex-pd-zwave-thermostat .hero-actions .button { width:100%; }
.sapex-pd-zwave-thermostat .architecture, .sapex-pd-zwave-thermostat .gallery, .sapex-pd-zwave-thermostat .advantages, .sapex-pd-zwave-thermostat .icons, .sapex-pd-zwave-thermostat .back-units, .sapex-pd-zwave-thermostat .install, .sapex-pd-zwave-thermostat .details, .sapex-pd-zwave-thermostat .manual { padding-top:64px; padding-bottom:64px; }
.sapex-pd-zwave-thermostat .gallery { padding-top:0; }
.sapex-pd-zwave-thermostat .details { padding-top:0; }
.sapex-pd-zwave-thermostat .gallery-head { flex-direction:column; align-items:flex-start; gap:16px; }
.sapex-pd-zwave-thermostat .kit-card { padding:24px; }
.sapex-pd-zwave-thermostat .manual-cover { min-height:280px; }
.sapex-pd-zwave-thermostat .footer-top, .sapex-pd-zwave-thermostat .footer-bottom { display:block; }
.sapex-pd-zwave-thermostat .footer-nav { margin-top:34px; gap:20px; }
.sapex-pd-zwave-thermostat .footer-bottom span { display:block; margin-top:10px; }

    }
  
/* == relay-module == */
.sapex-pd-relay-module { margin:0; background:#fff; color:#0a0a0b !important; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:300; }
.sapex-pd-relay-module * { box-sizing:border-box; letter-spacing:0; }
.sapex-pd-relay-module a { color:inherit !important; text-decoration:none; }
.sapex-pd-relay-module img { display:block; max-width:100%; }
.sapex-pd-relay-module h1, .sapex-pd-relay-module h2, .sapex-pd-relay-module h3, .sapex-pd-relay-module p { margin-top:0; }
.sapex-pd-relay-module h1, .sapex-pd-relay-module h2, .sapex-pd-relay-module h3 { font-weight:300; }
.sapex-pd-relay-module h1 { margin-bottom:24px; font-size:clamp(46px,4.8vw,68px); line-height:1.02; }
.sapex-pd-relay-module h2 { max-width:760px; margin-bottom:24px; font-size:clamp(34px,3.6vw,52px); line-height:1.08; }
.sapex-pd-relay-module h3 { margin-bottom:12px; font-size:23px; line-height:1.18; }
.sapex-pd-relay-module p { color:#6a6a70 !important; font-size:17px; line-height:1.62; }
.sapex-pd-relay-module svg { display:block; }
.sapex-pd-relay-module .shell { overflow:hidden; }
.sapex-pd-relay-module .container { width:min(1240px,calc(100% - 64px)); margin:0 auto; }
.sapex-pd-relay-module .eyebrow { display:flex; align-items:center; gap:8px; margin-bottom:18px; color:#e30613 !important; font-size:12px; font-weight:600; text-transform:uppercase; }
.sapex-pd-relay-module .eyebrow .code { border:1px solid currentColor; border-radius:4px; padding:2px 6px; font-size:10px; letter-spacing:.04em; }
.sapex-pd-relay-module .button { display:inline-flex; min-height:48px; align-items:center; justify-content:center; gap:8px; border:1px solid transparent; border-radius:999px; padding:0 24px; font-size:14px; font-weight:600; transition:transform 160ms ease,border-color 160ms ease,background 160ms ease; }
.sapex-pd-relay-module .button:hover { transform:translateY(-2px); }
.sapex-pd-relay-module .button-light { background:#fff; color:#050505 !important; }
.sapex-pd-relay-module .button-line { border-color:rgba(255,255,255,.34); color:#fff !important; }
.sapex-pd-relay-module .button-dark { background:#080808; color:#fff !important; }
.sapex-pd-relay-module .button-outline { border-color:rgba(10,10,11,.12); background:#fff; }
.sapex-pd-relay-module .button-manual { background:#6b6b6b; color:#fff !important; }
.sapex-pd-relay-module .button-manual .accent { color:#e39a1a !important; }
.sapex-pd-relay-module .header { position:absolute; z-index:10; top:0; left:0; width:100%; height:104px; border-bottom:1px solid rgba(255,255,255,.12); }
.sapex-pd-relay-module .header-inner { display:flex; height:100%; align-items:center; justify-content:space-between; }
.sapex-pd-relay-module .logo { width:154px; }
.sapex-pd-relay-module .nav { display:flex; align-items:center; gap:44px; color:rgba(255,255,255,.9) !important; font-size:14px; font-weight:400; }
.sapex-pd-relay-module .nav a { position:relative; padding:12px 0; }
.sapex-pd-relay-module .nav a[aria-current="page"]::after { position:absolute; right:0; bottom:2px; left:0; height:1px; background:#fff; content:""; }
.sapex-pd-relay-module .hero { min-height:680px; padding:150px 0 72px; background:#050506; color:#fff !important; }
.sapex-pd-relay-module .hero-grid { display:grid; min-height:460px; grid-template-columns:minmax(0,.86fr) minmax(500px,1.14fr); align-items:center; gap:66px; }
.sapex-pd-relay-module .hero-copy p:not(.eyebrow) { max-width:580px; color:rgba(255,255,255,.7) !important; font-size:20px; line-height:1.55; }
.sapex-pd-relay-module .hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.sapex-pd-relay-module .hero-facts { display:flex; flex-wrap:wrap; gap:14px 24px; margin-top:40px; color:rgba(255,255,255,.62) !important; font-size:13px; }
.sapex-pd-relay-module .hero-facts span { display:inline-flex; align-items:center; gap:9px; }
.sapex-pd-relay-module .hero-facts i { width:7px; height:7px; border-radius:50%; background:#1688ff; }
.sapex-pd-relay-module .hero-photo { position:relative; overflow:hidden; min-height:440px; border:1px solid rgba(255,255,255,.14); border-radius:8px; background:#181818; }
.sapex-pd-relay-module .hero-photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.sapex-pd-relay-module .hero-tag { position:absolute; z-index:2; bottom:20px; left:20px; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(4,4,4,.62); padding:9px 14px; color:rgba(255,255,255,.9) !important; font-size:12px; backdrop-filter:blur(10px); }
.sapex-pd-relay-module /* channel picker */
    .channels { padding:104px 0; }
.sapex-pd-relay-module .channel-grid { display:grid; margin-top:54px; grid-template-columns:repeat(2,1fr); gap:20px; }
.sapex-pd-relay-module .channel-card { border:1px solid rgba(10,10,11,.12); border-radius:8px; padding:32px; background:#f5f5f3; }
.sapex-pd-relay-module .channel-card-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:6px; }
.sapex-pd-relay-module .channel-card-head .code { border:1px solid rgba(10,10,11,.12); border-radius:4px; padding:3px 8px; font-size:11px; color:#6a6a70 !important; }
.sapex-pd-relay-module .channel-count { font-size:44px; font-weight:500; color:#0a0a0b !important; line-height:1; }
.sapex-pd-relay-module .channel-count span { margin-left:6px; font-size:14px; font-weight:400; color:#6a6a70 !important; text-transform:uppercase; letter-spacing:.06em; }
.sapex-pd-relay-module .channel-photo { position:relative; margin:22px 0; overflow:hidden; border:1px solid rgba(10,10,11,.12); border-radius:6px; background:#fff; aspect-ratio:15/8; }
.sapex-pd-relay-module .channel-photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; }
.sapex-pd-relay-module .channel-shared { margin-top:20px; padding-top:20px; border-top:1px solid rgba(10,10,11,.12); font-size:13px; color:#6a6a70 !important; line-height:1.5; }
.sapex-pd-relay-module .channel-shared b { color:#0a0a0b !important; font-weight:500; }
@media (max-width:820px) {.sapex-pd-relay-module .channel-grid { grid-template-columns:1fr; }
 }.sapex-pd-relay-module /* hardware highlights */
    .highlights { background:#f5f5f3; padding:104px 0; }
.sapex-pd-relay-module .hl-grid { display:grid; margin-top:54px; grid-template-columns:repeat(4,1fr); gap:16px; }
.sapex-pd-relay-module .hl-card { position:relative; border:1px solid rgba(10,10,11,.12); border-radius:8px; background:#fff; padding:28px; }
.sapex-pd-relay-module .hl-mark { display:flex; align-items:center; justify-content:center; width:40px; height:40px; margin-bottom:20px; border-radius:50%; background:rgba(22,136,255,.1); color:#1688ff !important; }
.sapex-pd-relay-module .hl-mark svg { width:19px; height:19px; }
.sapex-pd-relay-module .hl-card h3 { font-size:16px; margin-bottom:8px; }
.sapex-pd-relay-module .hl-card p { font-size:13px; line-height:1.55; margin-bottom:0; }
.sapex-pd-relay-module .hl-card.is-roadmap { background:#f5f5f3; border-style:dashed; }
.sapex-pd-relay-module .hl-card.is-roadmap .hl-mark { background:rgba(227,154,26,.12); color:#e39a1a !important; }
.sapex-pd-relay-module .hl-badge { display:inline-flex; align-items:center; gap:6px; margin-bottom:10px; border-radius:999px; background:rgba(227,154,26,.14); padding:4px 10px; font-size:10.5px; font-weight:500; letter-spacing:.04em; text-transform:uppercase; color:#8a621c !important; }
.sapex-pd-relay-module .hl-badge i { width:5px; height:5px; border-radius:50%; background:#e39a1a; }
@media (max-width:980px) {.sapex-pd-relay-module .hl-grid { grid-template-columns:1fr 1fr; }
 }@media (max-width:560px) {.sapex-pd-relay-module .hl-grid { grid-template-columns:1fr; }
 }.sapex-pd-relay-module /* product position */
    .position { background:#f5f5f3; padding:104px 0; }
.sapex-pd-relay-module .position-head p { max-width:760px; }
.sapex-pd-relay-module .pos-grid { display:grid; margin-top:54px; grid-template-columns:repeat(3,1fr); gap:16px; }
.sapex-pd-relay-module .pos-card { border:1px solid rgba(10,10,11,.12); border-radius:8px; background:#fff; padding:28px; }
.sapex-pd-relay-module .pos-mark { display:flex; align-items:center; justify-content:center; width:40px; height:40px; margin-bottom:20px; border-radius:50%; background:rgba(22,136,255,.1); color:#1688ff !important; }
.sapex-pd-relay-module .pos-mark svg { width:19px; height:19px; }
.sapex-pd-relay-module .pos-card h3 { font-size:17px; margin-bottom:8px; }
.sapex-pd-relay-module .pos-card p { font-size:13.5px; line-height:1.55; margin-bottom:0; }
@media (max-width:900px) {.sapex-pd-relay-module .pos-grid { grid-template-columns:1fr 1fr; }
 }@media (max-width:640px) {.sapex-pd-relay-module .pos-grid { grid-template-columns:1fr; }
 }.sapex-pd-relay-module /* application map */
    .apps { padding:104px 0; }
.sapex-pd-relay-module .app-grid { display:grid; margin-top:54px; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(10,10,11,.12); border-left:1px solid rgba(10,10,11,.12); }
.sapex-pd-relay-module .app-card { border-right:1px solid rgba(10,10,11,.12); border-bottom:1px solid rgba(10,10,11,.12); padding:26px 24px; }
.sapex-pd-relay-module .app-card h3 { font-size:16px; margin-bottom:8px; }
.sapex-pd-relay-module .app-card p { font-size:13px; line-height:1.55; margin-bottom:0; }
@media (max-width:900px) {.sapex-pd-relay-module .app-grid { grid-template-columns:1fr 1fr; }
 }@media (max-width:560px) {.sapex-pd-relay-module .app-grid { grid-template-columns:1fr; }
 }.sapex-pd-relay-module /* specifications */
    .specs { background:#f5f5f3; padding:104px 0; }
.sapex-pd-relay-module .spec-table { margin-top:54px; border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-relay-module .spec-row { display:grid; grid-template-columns:.32fr 1fr; gap:24px; padding:16px 0; border-bottom:1px solid rgba(10,10,11,.12); }
.sapex-pd-relay-module .spec-row strong { font-size:13px; font-weight:500; }
.sapex-pd-relay-module .spec-row span { color:#6a6a70 !important; font-size:14px; line-height:1.55; }
.sapex-pd-relay-module .rating-note { display:flex; gap:12px; margin-top:30px; padding:20px 22px; border:1px solid rgba(227,154,26,.35); border-radius:8px; background:rgba(227,154,26,.07); }
.sapex-pd-relay-module .rating-note svg { flex:none; width:18px; height:18px; color:#e39a1a !important; margin-top:2px; }
.sapex-pd-relay-module .rating-note div { font-size:13.5px; line-height:1.6; color:#5c4c1f !important; }
.sapex-pd-relay-module .rating-note div p { margin:0 0 6px; color:inherit !important; font-size:inherit; }
.sapex-pd-relay-module .rating-note div p:last-child { margin-bottom:0; }
@media (max-width:680px) {.sapex-pd-relay-module .spec-row { grid-template-columns:1fr; gap:4px; }
 }.sapex-pd-relay-module /* LED status + PRG */
    .commissioning { padding:104px 0; }
.sapex-pd-relay-module .comm-grid { display:grid; margin-top:54px; grid-template-columns:1.2fr .8fr; gap:70px; align-items:start; }
.sapex-pd-relay-module .led-table { width:100%; border-collapse:collapse; }
.sapex-pd-relay-module .led-table th { text-align:left; font-size:11px; text-transform:uppercase; letter-spacing:.06em; color:#6a6a70 !important; font-weight:500; padding:0 0 12px; border-bottom:1px solid #0a0a0b; }
.sapex-pd-relay-module .led-table td { padding:12px 10px 12px 0; border-bottom:1px solid rgba(10,10,11,.12); font-size:13.5px; color:#3f3f43 !important; vertical-align:top; }
.sapex-pd-relay-module .led-dot { display:inline-flex; align-items:center; gap:7px; white-space:nowrap; }
.sapex-pd-relay-module .led-dot i { width:9px; height:9px; border-radius:50%; flex:none; }
.sapex-pd-relay-module .prg-list { margin:0; padding:0; list-style:none; }
.sapex-pd-relay-module .prg-list li { padding:18px 0; border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-relay-module .prg-list li:first-child { border-top:1px solid #0a0a0b; }
.sapex-pd-relay-module .prg-list strong { display:block; margin-bottom:4px; font-size:14.5px; font-weight:500; }
.sapex-pd-relay-module .prg-list span { color:#6a6a70 !important; font-size:13.5px; line-height:1.5; }
@media (max-width:900px) {.sapex-pd-relay-module .comm-grid { grid-template-columns:1fr; gap:44px; }
 }.sapex-pd-relay-module /* binding & integration */
    .binding { background:#090909; padding:104px 0; color:#fff !important; }
.sapex-pd-relay-module .binding .eyebrow { color:#2bc98b !important; }
.sapex-pd-relay-module .binding>div>p { max-width:760px; color:rgba(255,255,255,.64) !important; }
.sapex-pd-relay-module .bind-grid { display:grid; margin-top:56px; grid-template-columns:1fr 1fr; gap:16px; }
.sapex-pd-relay-module .bind-card { border:1px solid rgba(255,255,255,.14); border-radius:8px; background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)); padding:30px; }
.sapex-pd-relay-module .bind-card h3 { font-size:19px; }
.sapex-pd-relay-module .bind-card p { color:rgba(255,255,255,.64) !important; font-size:14px; line-height:1.55; margin-bottom:0; }
.sapex-pd-relay-module .protocol-list { display:flex; flex-wrap:wrap; gap:12px; margin-top:40px; }
.sapex-pd-relay-module .protocol-list span { display:inline-flex; align-items:center; gap:8px; border:1px solid rgba(255,255,255,.18); border-radius:999px; padding:8px 16px; font-size:12.5px; color:rgba(255,255,255,.82) !important; }
.sapex-pd-relay-module .protocol-list i { width:6px; height:6px; border-radius:50%; background:#2bc98b; }
@media (max-width:820px) {.sapex-pd-relay-module .bind-grid { grid-template-columns:1fr; }
 }.sapex-pd-relay-module /* manual */
    .manual { padding:100px 0 116px; }
.sapex-pd-relay-module .manual-inner { text-align:center; max-width:640px; margin:0 auto; }
.sapex-pd-relay-module .manual-inner p { margin:0 auto 28px; }
.sapex-pd-relay-module .manual-downloads { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }
.sapex-pd-relay-module .footer { padding:34px 0; background:#050505; color:#fff !important; text-align:center; }
.sapex-pd-relay-module .footer-copyright { font-size:14px; font-weight:500; color:#fff !important; }
.sapex-pd-relay-module .footer-copyright a { text-decoration:underline; }
.sapex-pd-relay-module .footer-socials { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:16px; }
.sapex-pd-relay-module .footer-socials span { font-size:12px; letter-spacing:.04em; color:rgba(255,255,255,.55) !important; }
.sapex-pd-relay-module .footer-socials ul { display:flex; gap:8px; margin:0; padding:0; list-style:none; }
.sapex-pd-relay-module .footer-socials li { width:34px; height:34px; border:1px solid rgba(255,255,255,.18); border-radius:50%; }
.sapex-pd-relay-module .footer-socials li a { display:flex; width:100%; height:100%; align-items:center; justify-content:center; color:#fff !important; }
.sapex-pd-relay-module .footer-socials svg { width:14px; height:14px; }
@media (max-width:980px) {.sapex-pd-relay-module .container { width:min(100% - 40px,740px); }
.sapex-pd-relay-module .nav { gap:22px; }
.sapex-pd-relay-module .hero { min-height:auto; padding-top:132px; }
.sapex-pd-relay-module .hero-grid { grid-template-columns:1fr; gap:44px; }
.sapex-pd-relay-module .hero-photo { min-height:340px; }

    }@media (max-width:680px) {.sapex-pd-relay-module .container { width:min(100% - 32px,520px); }
.sapex-pd-relay-module .header { height:84px; }
.sapex-pd-relay-module .logo { width:122px; }
.sapex-pd-relay-module .nav a:not([aria-current="page"]) { display:none; }
.sapex-pd-relay-module h1 { font-size:38px; }
.sapex-pd-relay-module h2 { font-size:30px; }
.sapex-pd-relay-module .hero { padding:112px 0 50px; }
.sapex-pd-relay-module .hero-copy p:not(.eyebrow) { font-size:17px; }
.sapex-pd-relay-module .hero-actions .button { width:100%; }
.sapex-pd-relay-module .channels, .sapex-pd-relay-module .highlights, .sapex-pd-relay-module .position, .sapex-pd-relay-module .apps, .sapex-pd-relay-module .specs, .sapex-pd-relay-module .commissioning, .sapex-pd-relay-module .binding, .sapex-pd-relay-module .manual { padding-top:64px; padding-bottom:64px; }

    }
  
/* == dali-gateway == */
.sapex-pd-dali-gateway { margin:0; background:#fff; color:#0a0a0b !important; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:300; }
.sapex-pd-dali-gateway * { box-sizing:border-box; letter-spacing:0; }
.sapex-pd-dali-gateway a { color:inherit !important; text-decoration:none; }
.sapex-pd-dali-gateway img { display:block; max-width:100%; }
.sapex-pd-dali-gateway h1, .sapex-pd-dali-gateway h2, .sapex-pd-dali-gateway h3, .sapex-pd-dali-gateway p { margin-top:0; }
.sapex-pd-dali-gateway h1, .sapex-pd-dali-gateway h2, .sapex-pd-dali-gateway h3 { font-weight:300; }
.sapex-pd-dali-gateway h1 { margin-bottom:24px; font-size:clamp(46px,4.8vw,68px); line-height:1.02; }
.sapex-pd-dali-gateway h2 { max-width:760px; margin-bottom:24px; font-size:clamp(34px,3.6vw,52px); line-height:1.08; }
.sapex-pd-dali-gateway h3 { margin-bottom:12px; font-size:23px; line-height:1.18; }
.sapex-pd-dali-gateway p { color:#6a6a70 !important; font-size:17px; line-height:1.62; }
.sapex-pd-dali-gateway svg { display:block; }
.sapex-pd-dali-gateway .shell { overflow:hidden; }
.sapex-pd-dali-gateway .container { width:min(1240px,calc(100% - 64px)); margin:0 auto; }
.sapex-pd-dali-gateway .eyebrow { display:flex; align-items:center; gap:8px; margin-bottom:18px; color:#e30613 !important; font-size:12px; font-weight:600; text-transform:uppercase; }
.sapex-pd-dali-gateway .eyebrow .code { border:1px solid currentColor; border-radius:4px; padding:2px 6px; font-size:10px; letter-spacing:.04em; }
.sapex-pd-dali-gateway .button { display:inline-flex; min-height:48px; align-items:center; justify-content:center; gap:8px; border:1px solid transparent; border-radius:999px; padding:0 24px; font-size:14px; font-weight:600; transition:transform 160ms ease,border-color 160ms ease,background 160ms ease; }
.sapex-pd-dali-gateway .button:hover { transform:translateY(-2px); }
.sapex-pd-dali-gateway .button-light { background:#fff; color:#050505 !important; }
.sapex-pd-dali-gateway .button-line { border-color:rgba(255,255,255,.34); color:#fff !important; }
.sapex-pd-dali-gateway .button-dark { background:#080808; color:#fff !important; }
.sapex-pd-dali-gateway .button-outline { border-color:rgba(10,10,11,.12); background:#fff; }
.sapex-pd-dali-gateway .button-manual { background:#6b6b6b; color:#fff !important; }
.sapex-pd-dali-gateway .button-manual .accent { color:#e39a1a !important; }
.sapex-pd-dali-gateway .header { position:absolute; z-index:10; top:0; left:0; width:100%; height:104px; border-bottom:1px solid rgba(255,255,255,.12); }
.sapex-pd-dali-gateway .header-inner { display:flex; height:100%; align-items:center; justify-content:space-between; }
.sapex-pd-dali-gateway .logo { width:154px; }
.sapex-pd-dali-gateway .nav { display:flex; align-items:center; gap:44px; color:rgba(255,255,255,.9) !important; font-size:14px; font-weight:400; }
.sapex-pd-dali-gateway .nav a { position:relative; padding:12px 0; }
.sapex-pd-dali-gateway .nav a[aria-current="page"]::after { position:absolute; right:0; bottom:2px; left:0; height:1px; background:#fff; content:""; }
.sapex-pd-dali-gateway .hero { min-height:680px; padding:150px 0 72px; background:#050506; color:#fff !important; }
.sapex-pd-dali-gateway .hero-grid { display:grid; min-height:460px; grid-template-columns:minmax(0,.86fr) minmax(460px,1.02fr); align-items:center; gap:66px; }
.sapex-pd-dali-gateway .hero-copy p:not(.eyebrow) { max-width:580px; color:rgba(255,255,255,.7) !important; font-size:20px; line-height:1.55; }
.sapex-pd-dali-gateway .hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.sapex-pd-dali-gateway .hero-facts { display:flex; flex-wrap:wrap; gap:14px 24px; margin-top:40px; color:rgba(255,255,255,.62) !important; font-size:13px; }
.sapex-pd-dali-gateway .hero-facts span { display:inline-flex; align-items:center; gap:9px; }
.sapex-pd-dali-gateway .hero-facts i { width:7px; height:7px; border-radius:50%; background:#1688ff; }
.sapex-pd-dali-gateway .hero-photo { position:relative; overflow:hidden; min-height:440px; border:1px solid rgba(255,255,255,.14); border-radius:8px; background:#fff; }
.sapex-pd-dali-gateway .hero-photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; padding:14px; }
.sapex-pd-dali-gateway .hero-tag { position:absolute; z-index:2; bottom:20px; left:20px; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(4,4,4,.68); padding:9px 14px; color:rgba(255,255,255,.9) !important; font-size:12px; backdrop-filter:blur(10px); }
.sapex-pd-dali-gateway /* stats strip */
    .stats { padding:64px 0 0; }
.sapex-pd-dali-gateway .stats-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid rgba(10,10,11,.12); border-radius:8px; overflow:hidden; }
.sapex-pd-dali-gateway .stat-card { padding:30px 24px; text-align:center; border-right:1px solid rgba(10,10,11,.12); }
.sapex-pd-dali-gateway .stat-card:last-child { border-right:none; }
.sapex-pd-dali-gateway .stat-num { font-size:38px; font-weight:500; color:#0a0a0b !important; line-height:1; margin-bottom:8px; }
.sapex-pd-dali-gateway .stat-card p { margin-bottom:0; font-size:12.5px; color:#6a6a70 !important; text-transform:uppercase; letter-spacing:.05em; }
@media (max-width:820px) {.sapex-pd-dali-gateway .stats-grid { grid-template-columns:1fr 1fr; }
.sapex-pd-dali-gateway .stat-card { border-bottom:1px solid rgba(10,10,11,.12); }
 }.sapex-pd-dali-gateway /* highlights */
    .highlights { padding:104px 0; }
.sapex-pd-dali-gateway .hl-grid { display:grid; margin-top:54px; grid-template-columns:repeat(4,1fr); gap:16px; }
.sapex-pd-dali-gateway .hl-card { position:relative; border:1px solid rgba(10,10,11,.12); border-radius:8px; background:#f5f5f3; padding:28px; }
.sapex-pd-dali-gateway .hl-mark { display:flex; align-items:center; justify-content:center; width:40px; height:40px; margin-bottom:20px; border-radius:50%; background:rgba(22,136,255,.1); color:#1688ff !important; }
.sapex-pd-dali-gateway .hl-mark svg { width:19px; height:19px; }
.sapex-pd-dali-gateway .hl-card h3 { font-size:16px; margin-bottom:8px; }
.sapex-pd-dali-gateway .hl-card p { font-size:13px; line-height:1.55; margin-bottom:0; }
@media (max-width:980px) {.sapex-pd-dali-gateway .hl-grid { grid-template-columns:1fr 1fr; }
 }@media (max-width:560px) {.sapex-pd-dali-gateway .hl-grid { grid-template-columns:1fr; }
 }.sapex-pd-dali-gateway /* architecture / overview */
    .architecture { background:#f5f5f3; padding:104px 0; }
.sapex-pd-dali-gateway .architecture>.container>p { max-width:780px; }
.sapex-pd-dali-gateway .pos-grid { display:grid; margin-top:54px; grid-template-columns:repeat(3,1fr); gap:16px; }
.sapex-pd-dali-gateway .pos-card { border:1px solid rgba(10,10,11,.12); border-radius:8px; background:#fff; padding:28px; }
.sapex-pd-dali-gateway .pos-mark { display:flex; align-items:center; justify-content:center; width:40px; height:40px; margin-bottom:20px; border-radius:50%; background:rgba(227,6,19,.08); color:#e30613 !important; }
.sapex-pd-dali-gateway .pos-mark svg { width:19px; height:19px; }
.sapex-pd-dali-gateway .pos-card h3 { font-size:17px; margin-bottom:8px; }
.sapex-pd-dali-gateway .pos-card p { font-size:13.5px; line-height:1.55; margin-bottom:0; }
@media (max-width:900px) {.sapex-pd-dali-gateway .pos-grid { grid-template-columns:1fr 1fr; }
 }@media (max-width:640px) {.sapex-pd-dali-gateway .pos-grid { grid-template-columns:1fr; }
 }.sapex-pd-dali-gateway .arch-grid { display:grid; margin-top:64px; grid-template-columns:1.05fr .95fr; gap:60px; align-items:start; }
.sapex-pd-dali-gateway .data-table { width:100%; border-collapse:collapse; margin-top:20px; }
.sapex-pd-dali-gateway .data-table th { text-align:left; font-size:11px; text-transform:uppercase; letter-spacing:.06em; color:#6a6a70 !important; font-weight:500; padding:0 0 12px; border-bottom:1px solid #0a0a0b; }
.sapex-pd-dali-gateway .data-table td { padding:12px 10px 12px 0; border-bottom:1px solid rgba(10,10,11,.12); font-size:13.5px; color:#3f3f43 !important; vertical-align:top; }
.sapex-pd-dali-gateway .data-table td:first-child { font-weight:500; color:#0a0a0b !important; white-space:nowrap; }
.sapex-pd-dali-gateway .info-note, .sapex-pd-dali-gateway .rating-note { display:flex; gap:12px; margin-top:26px; padding:20px 22px; border-radius:8px; }
.sapex-pd-dali-gateway .rating-note { border:1px solid rgba(227,154,26,.35); background:rgba(227,154,26,.07); }
.sapex-pd-dali-gateway .info-note { border:1px solid rgba(22,136,255,.3); background:rgba(22,136,255,.06); }
.sapex-pd-dali-gateway .info-note svg, .sapex-pd-dali-gateway .rating-note svg { flex:none; width:18px; height:18px; margin-top:2px; }
.sapex-pd-dali-gateway .rating-note svg { color:#e39a1a !important; }
.sapex-pd-dali-gateway .info-note svg { color:#1688ff !important; }
.sapex-pd-dali-gateway .info-note div, .sapex-pd-dali-gateway .rating-note div { font-size:13.5px; line-height:1.6; }
.sapex-pd-dali-gateway .rating-note div { color:#5c4c1f !important; }
.sapex-pd-dali-gateway .info-note div { color:#1c3b5c !important; }
.sapex-pd-dali-gateway .info-note div p, .sapex-pd-dali-gateway .rating-note div p { margin:0 0 6px; color:inherit !important; font-size:inherit; }
.sapex-pd-dali-gateway .info-note div p:last-child, .sapex-pd-dali-gateway .rating-note div p:last-child { margin-bottom:0; }
.sapex-pd-dali-gateway .safety-list { margin:22px 0 0; padding:0; list-style:none; }
.sapex-pd-dali-gateway .safety-list li { position:relative; padding:0 0 10px 18px; font-size:13.5px; line-height:1.55; color:#6a6a70 !important; }
.sapex-pd-dali-gateway .safety-list li::before { content:""; position:absolute; left:0; top:7px; width:5px; height:5px; border-radius:50%; background:#e30613; }
.sapex-pd-dali-gateway .arch-figure { border:1px solid rgba(10,10,11,.12); border-radius:8px; overflow:hidden; background:#fff; }
.sapex-pd-dali-gateway .arch-figure img { width:100%; }
.sapex-pd-dali-gateway .arch-figure figcaption { padding:14px 18px; border-top:1px solid rgba(10,10,11,.12); font-size:12.5px; color:#6a6a70 !important; }
@media (max-width:900px) {.sapex-pd-dali-gateway .arch-grid { grid-template-columns:1fr; gap:44px; }
 }.sapex-pd-dali-gateway /* gateway status indicators */
    .status { padding:104px 0; }
.sapex-pd-dali-gateway .status>.container>p { max-width:780px; }
.sapex-pd-dali-gateway .status-table-wrap { max-width:840px; margin-top:54px; }
.sapex-pd-dali-gateway /* commissioning */
    .commissioning { background:#f5f5f3; padding:104px 0; }
.sapex-pd-dali-gateway .commissioning>.container>p { max-width:780px; }
.sapex-pd-dali-gateway .action-grid { display:grid; margin-top:54px; grid-template-columns:1fr 1fr; gap:16px; }
.sapex-pd-dali-gateway .action-card { border:1px solid rgba(10,10,11,.12); border-radius:8px; background:#fff; padding:28px; }
.sapex-pd-dali-gateway .action-card h3 { font-size:17px; margin-bottom:8px; }
.sapex-pd-dali-gateway .action-card p { font-size:13.5px; line-height:1.55; margin-bottom:0; }
@media (max-width:680px) {.sapex-pd-dali-gateway .action-grid { grid-template-columns:1fr; }
 }.sapex-pd-dali-gateway .path-row { display:flex; align-items:stretch; gap:12px; margin-top:40px; }
.sapex-pd-dali-gateway .path-step { flex:1; border-radius:8px; background:#0a0a0b; color:#fff !important; padding:18px 20px; text-align:center; }
.sapex-pd-dali-gateway .path-step strong { display:block; font-size:14px; font-weight:500; margin-bottom:4px; }
.sapex-pd-dali-gateway .path-step span { font-size:12px; color:rgba(255,255,255,.6) !important; }
.sapex-pd-dali-gateway .path-arrow { flex:none; display:flex; align-items:center; color:#6a6a70 !important; }
.sapex-pd-dali-gateway .path-arrow svg { width:18px; height:18px; }
@media (max-width:680px) {.sapex-pd-dali-gateway .path-row { flex-direction:column; }
.sapex-pd-dali-gateway .path-arrow { transform:rotate(90deg); align-self:center; }
 }.sapex-pd-dali-gateway .maint-list { margin:22px 0 0; padding:0; list-style:none; max-width:780px; }
.sapex-pd-dali-gateway .maint-list li { position:relative; padding:0 0 12px 18px; font-size:14px; line-height:1.6; color:#6a6a70 !important; }
.sapex-pd-dali-gateway .maint-list li::before { content:""; position:absolute; left:0; top:8px; width:5px; height:5px; border-radius:50%; background:#0a0a0b; }
.sapex-pd-dali-gateway .maint-list b { color:#0a0a0b !important; font-weight:500; }
.sapex-pd-dali-gateway /* control & integration */
    .integration { background:#090909; padding:104px 0; color:#fff !important; }
.sapex-pd-dali-gateway .integration .eyebrow { color:#2bc98b !important; }
.sapex-pd-dali-gateway .integration>.container>p { max-width:760px; color:rgba(255,255,255,.64) !important; }
.sapex-pd-dali-gateway .integration .data-table th { color:rgba(255,255,255,.5) !important; border-bottom-color:rgba(255,255,255,.7); }
.sapex-pd-dali-gateway .integration .data-table td { color:rgba(255,255,255,.78) !important; border-bottom-color:rgba(255,255,255,.12); }
.sapex-pd-dali-gateway .integration .data-table td:first-child { color:#fff !important; }
.sapex-pd-dali-gateway .integration .info-note { border-color:rgba(22,136,255,.4); background:rgba(22,136,255,.1); }
.sapex-pd-dali-gateway .integration .info-note div { color:rgba(255,255,255,.78) !important; }
.sapex-pd-dali-gateway .integration .info-note div strong { color:#fff !important; }
.sapex-pd-dali-gateway .bind-grid { display:grid; margin-top:56px; grid-template-columns:1fr 1fr 1fr; gap:16px; }
.sapex-pd-dali-gateway .bind-card { border:1px solid rgba(255,255,255,.14); border-radius:8px; background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)); padding:30px; }
.sapex-pd-dali-gateway .bind-card h3 { font-size:19px; }
.sapex-pd-dali-gateway .bind-card p { color:rgba(255,255,255,.64) !important; font-size:14px; line-height:1.55; margin-bottom:0; }
.sapex-pd-dali-gateway .protocol-list { display:flex; flex-wrap:wrap; gap:12px; margin-top:40px; }
.sapex-pd-dali-gateway .protocol-list span { display:inline-flex; align-items:center; gap:8px; border:1px solid rgba(255,255,255,.18); border-radius:999px; padding:8px 16px; font-size:12.5px; color:rgba(255,255,255,.82) !important; }
.sapex-pd-dali-gateway .protocol-list i { width:6px; height:6px; border-radius:50%; background:#2bc98b; }
@media (max-width:900px) {.sapex-pd-dali-gateway .bind-grid { grid-template-columns:1fr; }
 }.sapex-pd-dali-gateway /* specifications */
    .specs { padding:104px 0; }
.sapex-pd-dali-gateway .spec-table { margin-top:54px; border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-dali-gateway .spec-row { display:grid; grid-template-columns:.32fr 1fr; gap:24px; padding:16px 0; border-bottom:1px solid rgba(10,10,11,.12); }
.sapex-pd-dali-gateway .spec-row strong { font-size:13px; font-weight:500; }
.sapex-pd-dali-gateway .spec-row span { color:#6a6a70 !important; font-size:14px; line-height:1.55; }
@media (max-width:680px) {.sapex-pd-dali-gateway .spec-row { grid-template-columns:1fr; gap:4px; }
 }.sapex-pd-dali-gateway /* initial installation */
    .install { background:#f5f5f3; padding:104px 0; }
.sapex-pd-dali-gateway .install-grid { display:grid; margin-top:54px; grid-template-columns:1.15fr .85fr; gap:70px; align-items:start; }
.sapex-pd-dali-gateway .steps { counter-reset:step; }
.sapex-pd-dali-gateway .step { position:relative; display:grid; grid-template-columns:34px 1fr; gap:16px; padding:18px 0; border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-dali-gateway .step:first-child { border-top:1px solid #0a0a0b; }
.sapex-pd-dali-gateway .step-num { display:flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:50%; background:#0a0a0b; color:#fff !important; font-size:12px; font-weight:600; }
.sapex-pd-dali-gateway .step strong { display:block; margin-bottom:4px; font-size:14.5px; font-weight:500; }
.sapex-pd-dali-gateway .step span { color:#6a6a70 !important; font-size:13.5px; line-height:1.5; }
@media (max-width:900px) {.sapex-pd-dali-gateway .install-grid { grid-template-columns:1fr; gap:44px; }
 }.sapex-pd-dali-gateway /* manual */
    .manual { padding:100px 0 116px; }
.sapex-pd-dali-gateway .manual-inner { text-align:center; max-width:640px; margin:0 auto; }
.sapex-pd-dali-gateway .manual-inner p { margin:0 auto 28px; }
.sapex-pd-dali-gateway .manual-downloads { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }
.sapex-pd-dali-gateway .footer { padding:34px 0; background:#050505; color:#fff !important; text-align:center; }
.sapex-pd-dali-gateway .footer-copyright { font-size:14px; font-weight:500; color:#fff !important; }
.sapex-pd-dali-gateway .footer-copyright a { text-decoration:underline; }
.sapex-pd-dali-gateway .footer-socials { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:16px; }
.sapex-pd-dali-gateway .footer-socials span { font-size:12px; letter-spacing:.04em; color:rgba(255,255,255,.55) !important; }
.sapex-pd-dali-gateway .footer-socials ul { display:flex; gap:8px; margin:0; padding:0; list-style:none; }
.sapex-pd-dali-gateway .footer-socials li { width:34px; height:34px; border:1px solid rgba(255,255,255,.18); border-radius:50%; }
.sapex-pd-dali-gateway .footer-socials li a { display:flex; width:100%; height:100%; align-items:center; justify-content:center; color:#fff !important; }
.sapex-pd-dali-gateway .footer-socials svg { width:14px; height:14px; }
@media (max-width:980px) {.sapex-pd-dali-gateway .container { width:min(100% - 40px,740px); }
.sapex-pd-dali-gateway .nav { gap:22px; }
.sapex-pd-dali-gateway .hero { min-height:auto; padding-top:132px; }
.sapex-pd-dali-gateway .hero-grid { grid-template-columns:1fr; gap:44px; }
.sapex-pd-dali-gateway .hero-photo { min-height:340px; }

    }@media (max-width:680px) {.sapex-pd-dali-gateway .container { width:min(100% - 32px,520px); }
.sapex-pd-dali-gateway .header { height:84px; }
.sapex-pd-dali-gateway .logo { width:122px; }
.sapex-pd-dali-gateway .nav a:not([aria-current="page"]) { display:none; }
.sapex-pd-dali-gateway h1 { font-size:38px; }
.sapex-pd-dali-gateway h2 { font-size:30px; }
.sapex-pd-dali-gateway .hero { padding:112px 0 50px; }
.sapex-pd-dali-gateway .hero-copy p:not(.eyebrow) { font-size:17px; }
.sapex-pd-dali-gateway .hero-actions .button { width:100%; }
.sapex-pd-dali-gateway .stats, .sapex-pd-dali-gateway .highlights, .sapex-pd-dali-gateway .architecture, .sapex-pd-dali-gateway .status, .sapex-pd-dali-gateway .commissioning, .sapex-pd-dali-gateway .integration, .sapex-pd-dali-gateway .specs, .sapex-pd-dali-gateway .install, .sapex-pd-dali-gateway .manual { padding-top:64px; padding-bottom:64px; }

    }
  
/* == digital-input-16ch == */
.sapex-pd-digital-input-16ch { margin:0; background:#fff; color:#0a0a0b !important; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:300; }
.sapex-pd-digital-input-16ch * { box-sizing:border-box; letter-spacing:0; }
.sapex-pd-digital-input-16ch a { color:inherit !important; text-decoration:none; }
.sapex-pd-digital-input-16ch img { display:block; max-width:100%; }
.sapex-pd-digital-input-16ch h1, .sapex-pd-digital-input-16ch h2, .sapex-pd-digital-input-16ch h3, .sapex-pd-digital-input-16ch p { margin-top:0; }
.sapex-pd-digital-input-16ch h1, .sapex-pd-digital-input-16ch h2, .sapex-pd-digital-input-16ch h3 { font-weight:300; }
.sapex-pd-digital-input-16ch h1 { margin-bottom:24px; font-size:clamp(46px,4.8vw,68px); line-height:1.02; }
.sapex-pd-digital-input-16ch h2 { max-width:760px; margin-bottom:24px; font-size:clamp(34px,3.6vw,52px); line-height:1.08; }
.sapex-pd-digital-input-16ch h3 { margin-bottom:12px; font-size:23px; line-height:1.18; }
.sapex-pd-digital-input-16ch p { color:#6a6a70 !important; font-size:17px; line-height:1.62; }
.sapex-pd-digital-input-16ch svg { display:block; }
.sapex-pd-digital-input-16ch .shell { overflow:hidden; }
.sapex-pd-digital-input-16ch .container { width:min(1240px,calc(100% - 64px)); margin:0 auto; }
.sapex-pd-digital-input-16ch .eyebrow { display:flex; align-items:center; gap:8px; margin-bottom:18px; color:#e30613 !important; font-size:12px; font-weight:600; text-transform:uppercase; }
.sapex-pd-digital-input-16ch .eyebrow .code { border:1px solid currentColor; border-radius:4px; padding:2px 6px; font-size:10px; letter-spacing:.04em; }
.sapex-pd-digital-input-16ch .button { display:inline-flex; min-height:48px; align-items:center; justify-content:center; gap:8px; border:1px solid transparent; border-radius:999px; padding:0 24px; font-size:14px; font-weight:600; transition:transform 160ms ease,border-color 160ms ease,background 160ms ease; }
.sapex-pd-digital-input-16ch .button:hover { transform:translateY(-2px); }
.sapex-pd-digital-input-16ch .button-light { background:#fff; color:#050505 !important; }
.sapex-pd-digital-input-16ch .button-line { border-color:rgba(255,255,255,.34); color:#fff !important; }
.sapex-pd-digital-input-16ch .button-manual { background:#6b6b6b; color:#fff !important; }
.sapex-pd-digital-input-16ch .button-manual .accent { color:#e39a1a !important; }
.sapex-pd-digital-input-16ch .header { position:absolute; z-index:10; top:0; left:0; width:100%; height:104px; border-bottom:1px solid rgba(255,255,255,.12); }
.sapex-pd-digital-input-16ch .header-inner { display:flex; height:100%; align-items:center; justify-content:space-between; }
.sapex-pd-digital-input-16ch .logo { width:154px; }
.sapex-pd-digital-input-16ch .nav { display:flex; align-items:center; gap:44px; color:rgba(255,255,255,.9) !important; font-size:14px; font-weight:400; }
.sapex-pd-digital-input-16ch .nav a { position:relative; padding:12px 0; }
.sapex-pd-digital-input-16ch .nav a[aria-current="page"]::after { position:absolute; right:0; bottom:2px; left:0; height:1px; background:#fff; content:""; }
.sapex-pd-digital-input-16ch .hero { min-height:640px; padding:150px 0 72px; background:#050506; color:#fff !important; }
.sapex-pd-digital-input-16ch .hero-grid { display:grid; min-height:420px; grid-template-columns:minmax(0,.9fr) minmax(420px,.98fr); align-items:center; gap:66px; }
.sapex-pd-digital-input-16ch .hero-copy p:not(.eyebrow) { max-width:580px; color:rgba(255,255,255,.7) !important; font-size:20px; line-height:1.55; }
.sapex-pd-digital-input-16ch .hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.sapex-pd-digital-input-16ch .hero-facts { display:flex; flex-wrap:wrap; gap:14px 24px; margin-top:40px; color:rgba(255,255,255,.62) !important; font-size:13px; }
.sapex-pd-digital-input-16ch .hero-facts span { display:inline-flex; align-items:center; gap:9px; }
.sapex-pd-digital-input-16ch .hero-facts i { width:7px; height:7px; border-radius:50%; background:#1688ff; }
.sapex-pd-digital-input-16ch .hero-photo { position:relative; overflow:hidden; min-height:400px; border:1px solid rgba(255,255,255,.14); border-radius:8px; background:#fff; }
.sapex-pd-digital-input-16ch .hero-photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; padding:16px; }
.sapex-pd-digital-input-16ch .hero-tag { position:absolute; z-index:2; bottom:20px; left:20px; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(4,4,4,.68); padding:9px 14px; color:rgba(255,255,255,.9) !important; font-size:12px; backdrop-filter:blur(10px); }
.sapex-pd-digital-input-16ch /* stats + applications */
    .stats { padding:64px 0 0; }
.sapex-pd-digital-input-16ch .stats-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid rgba(10,10,11,.12); border-radius:8px; overflow:hidden; }
.sapex-pd-digital-input-16ch .stat-card { padding:30px 24px; text-align:center; border-right:1px solid rgba(10,10,11,.12); }
.sapex-pd-digital-input-16ch .stat-card:last-child { border-right:none; }
.sapex-pd-digital-input-16ch .stat-num { font-size:34px; font-weight:500; color:#0a0a0b !important; line-height:1; margin-bottom:8px; }
.sapex-pd-digital-input-16ch .stat-card p { margin-bottom:0; font-size:12.5px; color:#6a6a70 !important; text-transform:uppercase; letter-spacing:.05em; }
@media (max-width:820px) {.sapex-pd-digital-input-16ch .stats-grid { grid-template-columns:1fr 1fr; }
.sapex-pd-digital-input-16ch .stat-card { border-bottom:1px solid rgba(10,10,11,.12); }
 }.sapex-pd-digital-input-16ch .apps-row { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-top:22px; }
.sapex-pd-digital-input-16ch .apps-row b { font-size:11px; text-transform:uppercase; letter-spacing:.06em; color:#6a6a70 !important; margin-right:4px; }
.sapex-pd-digital-input-16ch .apps-row span { border:1px solid rgba(10,10,11,.12); border-radius:999px; padding:7px 16px; font-size:13px; color:#0a0a0b !important; }
.sapex-pd-digital-input-16ch /* highlights */
    .highlights { padding:104px 0; }
.sapex-pd-digital-input-16ch .hl-grid { display:grid; margin-top:54px; grid-template-columns:repeat(4,1fr); gap:16px; }
.sapex-pd-digital-input-16ch .hl-card { position:relative; border:1px solid rgba(10,10,11,.12); border-radius:8px; background:#f5f5f3; padding:28px; }
.sapex-pd-digital-input-16ch .hl-mark { display:flex; align-items:center; justify-content:center; width:40px; height:40px; margin-bottom:20px; border-radius:50%; background:rgba(22,136,255,.1); color:#1688ff !important; }
.sapex-pd-digital-input-16ch .hl-mark svg { width:19px; height:19px; }
.sapex-pd-digital-input-16ch .hl-card h3 { font-size:16px; margin-bottom:8px; }
.sapex-pd-digital-input-16ch .hl-card p { font-size:13px; line-height:1.55; margin-bottom:0; }
@media (max-width:900px) {.sapex-pd-digital-input-16ch .hl-grid { grid-template-columns:1fr 1fr; }
 }@media (max-width:560px) {.sapex-pd-digital-input-16ch .hl-grid { grid-template-columns:1fr; }
 }.sapex-pd-digital-input-16ch /* product overview */
    .overview { background:#f5f5f3; padding:104px 0; }
.sapex-pd-digital-input-16ch .overview>.container>p { max-width:780px; }
.sapex-pd-digital-input-16ch .pos-grid { display:grid; margin-top:54px; grid-template-columns:repeat(3,1fr); gap:16px; }
.sapex-pd-digital-input-16ch .pos-card { border:1px solid rgba(10,10,11,.12); border-radius:8px; background:#fff; padding:28px; }
.sapex-pd-digital-input-16ch .pos-mark { display:flex; align-items:center; justify-content:center; width:40px; height:40px; margin-bottom:20px; border-radius:50%; background:rgba(227,6,19,.08); color:#e30613 !important; }
.sapex-pd-digital-input-16ch .pos-mark svg { width:19px; height:19px; }
.sapex-pd-digital-input-16ch .pos-card h3 { font-size:17px; margin-bottom:8px; }
.sapex-pd-digital-input-16ch .pos-card p { font-size:13.5px; line-height:1.55; margin-bottom:0; }
@media (max-width:900px) {.sapex-pd-digital-input-16ch .pos-grid { grid-template-columns:1fr 1fr; }
 }@media (max-width:640px) {.sapex-pd-digital-input-16ch .pos-grid { grid-template-columns:1fr; }
 }.sapex-pd-digital-input-16ch /* application map */
    .apps { padding:104px 0; }
.sapex-pd-digital-input-16ch .app-grid { display:grid; margin-top:54px; grid-template-columns:repeat(2,1fr); border-top:1px solid rgba(10,10,11,.12); border-left:1px solid rgba(10,10,11,.12); }
.sapex-pd-digital-input-16ch .app-card { border-right:1px solid rgba(10,10,11,.12); border-bottom:1px solid rgba(10,10,11,.12); padding:26px 24px; }
.sapex-pd-digital-input-16ch .app-card h3 { font-size:16px; margin-bottom:8px; }
.sapex-pd-digital-input-16ch .app-card p { font-size:13px; line-height:1.55; margin-bottom:0; }
@media (max-width:560px) {.sapex-pd-digital-input-16ch .app-grid { grid-template-columns:1fr; }
 }.sapex-pd-digital-input-16ch .use-case { display:flex; gap:14px; margin-top:24px; padding:22px 24px; border:1px solid rgba(10,10,11,.12); border-radius:8px; background:#f5f5f3; }
.sapex-pd-digital-input-16ch .use-case svg { flex:none; width:18px; height:18px; margin-top:2px; color:#e30613 !important; }
.sapex-pd-digital-input-16ch .use-case div strong { display:block; margin-bottom:4px; font-size:13px; text-transform:uppercase; letter-spacing:.05em; }
.sapex-pd-digital-input-16ch .use-case div span { font-size:14px; color:#6a6a70 !important; line-height:1.55; }
.sapex-pd-digital-input-16ch /* schematic reference figure */
    .schematic { padding:104px 0; }
.sapex-pd-digital-input-16ch .ref-grid { display:grid; margin-top:54px; grid-template-columns:1.1fr .9fr; gap:60px; align-items:start; }
.sapex-pd-digital-input-16ch .ref-figure { border:1px solid rgba(10,10,11,.12); border-radius:8px; overflow:hidden; background:#fff; }
.sapex-pd-digital-input-16ch .ref-figure img { width:100%; }
.sapex-pd-digital-input-16ch .ref-figure figcaption { padding:14px 18px; border-top:1px solid rgba(10,10,11,.12); font-size:12.5px; color:#6a6a70 !important; }
.sapex-pd-digital-input-16ch .blurb-list { margin:0; padding:0; list-style:none; }
.sapex-pd-digital-input-16ch .blurb-list li { padding:16px 0; border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-digital-input-16ch .blurb-list li:first-child { border-top:1px solid #0a0a0b; }
.sapex-pd-digital-input-16ch .blurb-list strong { display:block; margin-bottom:4px; font-size:14.5px; font-weight:500; }
.sapex-pd-digital-input-16ch .blurb-list span { color:#6a6a70 !important; font-size:13.5px; line-height:1.5; }
.sapex-pd-digital-input-16ch .rating-note { display:flex; gap:12px; margin-top:26px; padding:20px 22px; border-radius:8px; border:1px solid rgba(227,154,26,.35); background:rgba(227,154,26,.07); }
.sapex-pd-digital-input-16ch .rating-note svg { flex:none; width:18px; height:18px; margin-top:2px; color:#e39a1a !important; }
.sapex-pd-digital-input-16ch .rating-note div { font-size:13.5px; line-height:1.6; color:#5c4c1f !important; }
@media (max-width:900px) {.sapex-pd-digital-input-16ch .ref-grid { grid-template-columns:1fr; gap:44px; }
 }.sapex-pd-digital-input-16ch /* integration (dark) */
    .integration { background:#090909; padding:104px 0; color:#fff !important; }
.sapex-pd-digital-input-16ch .integration .eyebrow { color:#2bc98b !important; }
.sapex-pd-digital-input-16ch .integration>.container>p { max-width:760px; color:rgba(255,255,255,.64) !important; }
.sapex-pd-digital-input-16ch .bind-grid { display:grid; margin-top:56px; grid-template-columns:1fr 1fr 1fr; gap:16px; }
.sapex-pd-digital-input-16ch .bind-card { border:1px solid rgba(255,255,255,.14); border-radius:8px; background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)); padding:30px; }
.sapex-pd-digital-input-16ch .bind-card h3 { font-size:19px; }
.sapex-pd-digital-input-16ch .bind-card p { color:rgba(255,255,255,.64) !important; font-size:14px; line-height:1.55; margin-bottom:0; }
.sapex-pd-digital-input-16ch .note-grid { display:grid; margin-top:16px; grid-template-columns:1fr 1fr; gap:16px; }
.sapex-pd-digital-input-16ch .note-grid div { border-top:1px solid rgba(255,255,255,.16); padding-top:16px; }
.sapex-pd-digital-input-16ch .note-grid strong { display:block; margin-bottom:6px; font-size:13px; text-transform:uppercase; letter-spacing:.05em; color:rgba(255,255,255,.9) !important; }
.sapex-pd-digital-input-16ch .note-grid span { font-size:13.5px; line-height:1.55; color:rgba(255,255,255,.6) !important; }
@media (max-width:820px) {.sapex-pd-digital-input-16ch .bind-grid, .sapex-pd-digital-input-16ch .note-grid { grid-template-columns:1fr; }
 }.sapex-pd-digital-input-16ch /* specifications */
    .specs { padding:104px 0; }
.sapex-pd-digital-input-16ch .spec-table { margin-top:54px; border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-digital-input-16ch .spec-row { display:grid; grid-template-columns:.32fr 1fr; gap:24px; padding:16px 0; border-bottom:1px solid rgba(10,10,11,.12); }
.sapex-pd-digital-input-16ch .spec-row strong { font-size:13px; font-weight:500; }
.sapex-pd-digital-input-16ch .spec-row span { color:#6a6a70 !important; font-size:14px; line-height:1.55; }
@media (max-width:680px) {.sapex-pd-digital-input-16ch .spec-row { grid-template-columns:1fr; gap:4px; }
 }.sapex-pd-digital-input-16ch /* manual */
    .manual { padding:100px 0 116px; }
.sapex-pd-digital-input-16ch .manual-inner { text-align:center; max-width:640px; margin:0 auto; }
.sapex-pd-digital-input-16ch .manual-inner p { margin:0 auto 28px; }
.sapex-pd-digital-input-16ch .manual-downloads { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }
.sapex-pd-digital-input-16ch .footer { padding:34px 0; background:#050505; color:#fff !important; text-align:center; }
.sapex-pd-digital-input-16ch .footer-copyright { font-size:14px; font-weight:500; color:#fff !important; }
.sapex-pd-digital-input-16ch .footer-copyright a { text-decoration:underline; }
.sapex-pd-digital-input-16ch .footer-socials { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:16px; }
.sapex-pd-digital-input-16ch .footer-socials span { font-size:12px; letter-spacing:.04em; color:rgba(255,255,255,.55) !important; }
.sapex-pd-digital-input-16ch .footer-socials ul { display:flex; gap:8px; margin:0; padding:0; list-style:none; }
.sapex-pd-digital-input-16ch .footer-socials li { width:34px; height:34px; border:1px solid rgba(255,255,255,.18); border-radius:50%; }
.sapex-pd-digital-input-16ch .footer-socials li a { display:flex; width:100%; height:100%; align-items:center; justify-content:center; color:#fff !important; }
.sapex-pd-digital-input-16ch .footer-socials svg { width:14px; height:14px; }
@media (max-width:980px) {.sapex-pd-digital-input-16ch .container { width:min(100% - 40px,740px); }
.sapex-pd-digital-input-16ch .nav { gap:22px; }
.sapex-pd-digital-input-16ch .hero { min-height:auto; padding-top:132px; }
.sapex-pd-digital-input-16ch .hero-grid { grid-template-columns:1fr; gap:44px; }
.sapex-pd-digital-input-16ch .hero-photo { min-height:320px; }

    }@media (max-width:680px) {.sapex-pd-digital-input-16ch .container { width:min(100% - 32px,520px); }
.sapex-pd-digital-input-16ch .header { height:84px; }
.sapex-pd-digital-input-16ch .logo { width:122px; }
.sapex-pd-digital-input-16ch .nav a:not([aria-current="page"]) { display:none; }
.sapex-pd-digital-input-16ch h1 { font-size:38px; }
.sapex-pd-digital-input-16ch h2 { font-size:30px; }
.sapex-pd-digital-input-16ch .hero { padding:112px 0 50px; }
.sapex-pd-digital-input-16ch .hero-copy p:not(.eyebrow) { font-size:17px; }
.sapex-pd-digital-input-16ch .hero-actions .button { width:100%; }
.sapex-pd-digital-input-16ch .stats, .sapex-pd-digital-input-16ch .highlights, .sapex-pd-digital-input-16ch .overview, .sapex-pd-digital-input-16ch .apps, .sapex-pd-digital-input-16ch .schematic, .sapex-pd-digital-input-16ch .integration, .sapex-pd-digital-input-16ch .specs, .sapex-pd-digital-input-16ch .manual { padding-top:64px; padding-bottom:64px; }

    }
  
/* == mini-ip-gateway == */
.sapex-pd-mini-ip-gateway { margin:0; background:#fff; color:#0a0a0b !important; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:300; }
.sapex-pd-mini-ip-gateway * { box-sizing:border-box; letter-spacing:0; }
.sapex-pd-mini-ip-gateway a { color:inherit !important; text-decoration:none; }
.sapex-pd-mini-ip-gateway img { display:block; max-width:100%; }
.sapex-pd-mini-ip-gateway h1, .sapex-pd-mini-ip-gateway h2, .sapex-pd-mini-ip-gateway h3, .sapex-pd-mini-ip-gateway p { margin-top:0; }
.sapex-pd-mini-ip-gateway h1, .sapex-pd-mini-ip-gateway h2, .sapex-pd-mini-ip-gateway h3 { font-weight:300; }
.sapex-pd-mini-ip-gateway h1 { margin-bottom:24px; font-size:clamp(46px,4.8vw,68px); line-height:1.02; }
.sapex-pd-mini-ip-gateway h2 { max-width:760px; margin-bottom:24px; font-size:clamp(32px,3.4vw,48px); line-height:1.1; }
.sapex-pd-mini-ip-gateway h3 { margin-bottom:12px; font-size:22px; line-height:1.18; }
.sapex-pd-mini-ip-gateway p { color:#6a6a70 !important; font-size:17px; line-height:1.62; }
.sapex-pd-mini-ip-gateway svg { display:block; }
.sapex-pd-mini-ip-gateway code, .sapex-pd-mini-ip-gateway .code-block code { font-family:"SFMono-Regular",Menlo,Consolas,monospace; }
.sapex-pd-mini-ip-gateway .shell { overflow:hidden; }
.sapex-pd-mini-ip-gateway .container { width:min(1240px,calc(100% - 64px)); margin:0 auto; }
.sapex-pd-mini-ip-gateway .eyebrow { display:flex; align-items:center; gap:8px; margin-bottom:18px; color:#e30613 !important; font-size:12px; font-weight:600; text-transform:uppercase; }
.sapex-pd-mini-ip-gateway .eyebrow .code { border:1px solid currentColor; border-radius:4px; padding:2px 6px; font-size:10px; letter-spacing:.04em; }
.sapex-pd-mini-ip-gateway .button { display:inline-flex; min-height:48px; align-items:center; justify-content:center; gap:8px; border:1px solid transparent; border-radius:999px; padding:0 24px; font-size:14px; font-weight:600; transition:transform 160ms ease,border-color 160ms ease,background 160ms ease; }
.sapex-pd-mini-ip-gateway .button:hover { transform:translateY(-2px); }
.sapex-pd-mini-ip-gateway .button-light { background:#fff; color:#050505 !important; }
.sapex-pd-mini-ip-gateway .button-line { border-color:rgba(255,255,255,.34); color:#fff !important; }
.sapex-pd-mini-ip-gateway .button-manual { background:#6b6b6b; color:#fff !important; }
.sapex-pd-mini-ip-gateway .button-manual .accent { color:#e39a1a !important; }
.sapex-pd-mini-ip-gateway .header { position:absolute; z-index:10; top:0; left:0; width:100%; height:104px; border-bottom:1px solid rgba(255,255,255,.12); }
.sapex-pd-mini-ip-gateway .header-inner { display:flex; height:100%; align-items:center; justify-content:space-between; }
.sapex-pd-mini-ip-gateway .logo { width:154px; }
.sapex-pd-mini-ip-gateway .nav { display:flex; align-items:center; gap:44px; color:rgba(255,255,255,.9) !important; font-size:14px; font-weight:400; }
.sapex-pd-mini-ip-gateway .nav a { position:relative; padding:12px 0; }
.sapex-pd-mini-ip-gateway .nav a[aria-current="page"]::after { position:absolute; right:0; bottom:2px; left:0; height:1px; background:#fff; content:""; }
.sapex-pd-mini-ip-gateway .hero { min-height:620px; padding:150px 0 72px; background:#050506; color:#fff !important; }
.sapex-pd-mini-ip-gateway .hero-grid { display:grid; min-height:400px; grid-template-columns:minmax(0,.94fr) minmax(400px,.94fr); align-items:center; gap:66px; }
.sapex-pd-mini-ip-gateway .hero-copy p:not(.eyebrow) { max-width:580px; color:rgba(255,255,255,.7) !important; font-size:20px; line-height:1.55; }
.sapex-pd-mini-ip-gateway .hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.sapex-pd-mini-ip-gateway .hero-facts { display:flex; flex-wrap:wrap; gap:14px 24px; margin-top:40px; color:rgba(255,255,255,.62) !important; font-size:13px; }
.sapex-pd-mini-ip-gateway .hero-facts span { display:inline-flex; align-items:center; gap:9px; }
.sapex-pd-mini-ip-gateway .hero-facts i { width:7px; height:7px; border-radius:50%; background:#1688ff; }
.sapex-pd-mini-ip-gateway .hero-photo { position:relative; overflow:hidden; min-height:340px; border:1px solid rgba(255,255,255,.14); border-radius:8px; background:#fff; }
.sapex-pd-mini-ip-gateway .hero-photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; padding:22px; }
.sapex-pd-mini-ip-gateway .hero-tag { position:absolute; z-index:2; bottom:20px; left:20px; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(4,4,4,.68); padding:9px 14px; color:rgba(255,255,255,.9) !important; font-size:12px; backdrop-filter:blur(10px); }
.sapex-pd-mini-ip-gateway /* stats */
    .stats { padding:64px 0 0; }
.sapex-pd-mini-ip-gateway .stats-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid rgba(10,10,11,.12); border-radius:8px; overflow:hidden; }
.sapex-pd-mini-ip-gateway .stat-card { padding:30px 24px; text-align:center; border-right:1px solid rgba(10,10,11,.12); }
.sapex-pd-mini-ip-gateway .stat-card:last-child { border-right:none; }
.sapex-pd-mini-ip-gateway .stat-num { font-size:32px; font-weight:500; color:#0a0a0b !important; line-height:1; margin-bottom:8px; }
.sapex-pd-mini-ip-gateway .stat-card p { margin-bottom:0; font-size:12.5px; color:#6a6a70 !important; text-transform:uppercase; letter-spacing:.05em; }
.sapex-pd-mini-ip-gateway .stats-footnote { margin-top:14px; font-size:12px; color:#6a6a70 !important; }
@media (max-width:820px) {.sapex-pd-mini-ip-gateway .stats-grid { grid-template-columns:1fr 1fr; }
.sapex-pd-mini-ip-gateway .stat-card { border-bottom:1px solid rgba(10,10,11,.12); }
 }.sapex-pd-mini-ip-gateway /* role selector */
    .roles { padding:104px 0; }
.sapex-pd-mini-ip-gateway .role-grid { display:grid; margin-top:54px; grid-template-columns:repeat(3,1fr); gap:16px; }
.sapex-pd-mini-ip-gateway .role-card { border:1px solid rgba(10,10,11,.12); border-radius:8px; background:#f5f5f3; padding:30px; }
.sapex-pd-mini-ip-gateway .role-card .tag { display:inline-block; margin-bottom:16px; border-radius:999px; background:rgba(227,6,19,.08); color:#e30613 !important; font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:.05em; padding:5px 12px; }
.sapex-pd-mini-ip-gateway .role-card h3 { font-size:19px; margin-bottom:10px; }
.sapex-pd-mini-ip-gateway .role-card p { font-size:13.5px; line-height:1.55; margin-bottom:10px; }
.sapex-pd-mini-ip-gateway .role-card .use-when { font-size:12.5px; color:#0a0a0b !important; line-height:1.5; padding-top:10px; border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-mini-ip-gateway .role-card .use-when b { font-weight:500; }
@media (max-width:900px) {.sapex-pd-mini-ip-gateway .role-grid { grid-template-columns:1fr; }
 }.sapex-pd-mini-ip-gateway .info-note, .sapex-pd-mini-ip-gateway .rating-note { display:flex; gap:12px; margin-top:26px; padding:20px 22px; border-radius:8px; }
.sapex-pd-mini-ip-gateway .rating-note { border:1px solid rgba(227,154,26,.35); background:rgba(227,154,26,.07); }
.sapex-pd-mini-ip-gateway .info-note { border:1px solid rgba(22,136,255,.3); background:rgba(22,136,255,.06); }
.sapex-pd-mini-ip-gateway .info-note svg, .sapex-pd-mini-ip-gateway .rating-note svg { flex:none; width:18px; height:18px; margin-top:2px; }
.sapex-pd-mini-ip-gateway .rating-note svg { color:#e39a1a !important; }
.sapex-pd-mini-ip-gateway .info-note svg { color:#1688ff !important; }
.sapex-pd-mini-ip-gateway .info-note div, .sapex-pd-mini-ip-gateway .rating-note div { font-size:13.5px; line-height:1.6; }
.sapex-pd-mini-ip-gateway .rating-note div { color:#5c4c1f !important; }
.sapex-pd-mini-ip-gateway .info-note div { color:#1c3b5c !important; }
.sapex-pd-mini-ip-gateway .info-note div p, .sapex-pd-mini-ip-gateway .rating-note div p { margin:0 0 6px; color:inherit !important; font-size:inherit; }
.sapex-pd-mini-ip-gateway .info-note div p:last-child, .sapex-pd-mini-ip-gateway .rating-note div p:last-child { margin-bottom:0; }
.sapex-pd-mini-ip-gateway .rating-note ul, .sapex-pd-mini-ip-gateway .info-note ul { margin:0; padding-left:18px; }
.sapex-pd-mini-ip-gateway .rating-note li, .sapex-pd-mini-ip-gateway .info-note li { margin-bottom:6px; }
.sapex-pd-mini-ip-gateway .rating-note li:last-child, .sapex-pd-mini-ip-gateway .info-note li:last-child { margin-bottom:0; }
.sapex-pd-mini-ip-gateway .data-table { width:100%; border-collapse:collapse; margin-top:20px; }
.sapex-pd-mini-ip-gateway .data-table th { text-align:left; font-size:11px; text-transform:uppercase; letter-spacing:.06em; color:#6a6a70 !important; font-weight:500; padding:0 0 12px; border-bottom:1px solid #0a0a0b; }
.sapex-pd-mini-ip-gateway .data-table td { padding:12px 10px 12px 0; border-bottom:1px solid rgba(10,10,11,.12); font-size:13.5px; color:#3f3f43 !important; vertical-align:top; }
.sapex-pd-mini-ip-gateway .data-table td:first-child { font-weight:500; color:#0a0a0b !important; }
.sapex-pd-mini-ip-gateway /* role detail sections */
    .role-detail { padding:100px 0; }
.sapex-pd-mini-ip-gateway .role-detail.is-soft { background:#f5f5f3; }
.sapex-pd-mini-ip-gateway .role-detail .fw-tag { display:inline-flex; gap:8px; align-items:center; margin-bottom:18px; font-size:12.5px; color:#6a6a70 !important; }
.sapex-pd-mini-ip-gateway .role-detail .fw-tag code { border:1px solid rgba(10,10,11,.12); border-radius:4px; padding:3px 8px; font-size:11.5px; }
.sapex-pd-mini-ip-gateway .role-two-col { display:grid; margin-top:44px; grid-template-columns:1fr 1fr; gap:16px; }
.sapex-pd-mini-ip-gateway .blurb-list { margin:0; padding:0; list-style:none; }
.sapex-pd-mini-ip-gateway .blurb-list li { padding:14px 0; border-top:1px solid rgba(10,10,11,.12); font-size:13.5px; line-height:1.55; color:#6a6a70 !important; }
.sapex-pd-mini-ip-gateway .blurb-list li:first-child { border-top:1px solid #0a0a0b; }
.sapex-pd-mini-ip-gateway .blurb-list b { color:#0a0a0b !important; font-weight:500; }
.sapex-pd-mini-ip-gateway .flow-row { display:flex; align-items:stretch; gap:12px; margin-top:44px; }
.sapex-pd-mini-ip-gateway .flow-step { flex:1; border-radius:8px; background:#0a0a0b; color:#fff !important; padding:20px 18px; text-align:center; }
.sapex-pd-mini-ip-gateway .flow-step strong { display:block; font-size:14px; font-weight:500; }
.sapex-pd-mini-ip-gateway .flow-arrow { flex:none; display:flex; align-items:center; color:#6a6a70 !important; }
.sapex-pd-mini-ip-gateway .flow-arrow svg { width:18px; height:18px; }
@media (max-width:680px) {.sapex-pd-mini-ip-gateway .flow-row { flex-direction:column; }
.sapex-pd-mini-ip-gateway .flow-arrow { transform:rotate(90deg); align-self:center; }
 }@media (max-width:900px) {.sapex-pd-mini-ip-gateway .role-two-col { grid-template-columns:1fr; }
 }.sapex-pd-mini-ip-gateway /* where it fits */
    .fits { padding:104px 0; background:#f5f5f3; }
.sapex-pd-mini-ip-gateway .pos-grid { display:grid; margin-top:54px; grid-template-columns:repeat(4,1fr); gap:16px; }
.sapex-pd-mini-ip-gateway .pos-card { border:1px solid rgba(10,10,11,.12); border-radius:8px; background:#fff; padding:28px; }
.sapex-pd-mini-ip-gateway .pos-mark { display:flex; align-items:center; justify-content:center; width:40px; height:40px; margin-bottom:20px; border-radius:50%; background:rgba(227,6,19,.08); color:#e30613 !important; }
.sapex-pd-mini-ip-gateway .pos-mark svg { width:19px; height:19px; }
.sapex-pd-mini-ip-gateway .pos-card h3 { font-size:16px; margin-bottom:8px; }
.sapex-pd-mini-ip-gateway .pos-card p { font-size:13px; line-height:1.55; margin-bottom:0; }
@media (max-width:980px) {.sapex-pd-mini-ip-gateway .pos-grid { grid-template-columns:1fr 1fr; }
 }@media (max-width:560px) {.sapex-pd-mini-ip-gateway .pos-grid { grid-template-columns:1fr; }
 }.sapex-pd-mini-ip-gateway /* network & role switching */
    .network { background:#f5f5f3; padding:104px 0; }
.sapex-pd-mini-ip-gateway .network-grid { display:grid; margin-top:54px; grid-template-columns:1fr 1fr; gap:60px; align-items:start; }
.sapex-pd-mini-ip-gateway .steps { counter-reset:step; }
.sapex-pd-mini-ip-gateway .step { position:relative; display:grid; grid-template-columns:34px 1fr; gap:16px; padding:16px 0; border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-mini-ip-gateway .step:first-child { border-top:1px solid #0a0a0b; }
.sapex-pd-mini-ip-gateway .step-num { display:flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:50%; background:#0a0a0b; color:#fff !important; font-size:12px; font-weight:600; }
.sapex-pd-mini-ip-gateway .step strong { display:block; margin-bottom:4px; font-size:14.5px; font-weight:500; }
.sapex-pd-mini-ip-gateway .step span { color:#6a6a70 !important; font-size:13.5px; line-height:1.5; }
@media (max-width:900px) {.sapex-pd-mini-ip-gateway .network-grid { grid-template-columns:1fr; gap:44px; }
 }.sapex-pd-mini-ip-gateway /* specifications */
    .specs { padding:104px 0; }
.sapex-pd-mini-ip-gateway .spec-table { margin-top:54px; border-top:1px solid rgba(10,10,11,.12); }
.sapex-pd-mini-ip-gateway .spec-row { display:grid; grid-template-columns:.32fr 1fr; gap:24px; padding:16px 0; border-bottom:1px solid rgba(10,10,11,.12); }
.sapex-pd-mini-ip-gateway .spec-row strong { font-size:13px; font-weight:500; }
.sapex-pd-mini-ip-gateway .spec-row span { color:#6a6a70 !important; font-size:14px; line-height:1.55; }
@media (max-width:680px) {.sapex-pd-mini-ip-gateway .spec-row { grid-template-columns:1fr; gap:4px; }
 }.sapex-pd-mini-ip-gateway /* manual */
    .manual { padding:100px 0 116px; }
.sapex-pd-mini-ip-gateway .manual-inner { text-align:center; max-width:640px; margin:0 auto; }
.sapex-pd-mini-ip-gateway .manual-inner p { margin:0 auto 28px; }
.sapex-pd-mini-ip-gateway .manual-downloads { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }
.sapex-pd-mini-ip-gateway .footer { padding:34px 0; background:#050505; color:#fff !important; text-align:center; }
.sapex-pd-mini-ip-gateway .footer-copyright { font-size:14px; font-weight:500; color:#fff !important; }
.sapex-pd-mini-ip-gateway .footer-copyright a { text-decoration:underline; }
.sapex-pd-mini-ip-gateway .footer-socials { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:16px; }
.sapex-pd-mini-ip-gateway .footer-socials span { font-size:12px; letter-spacing:.04em; color:rgba(255,255,255,.55) !important; }
.sapex-pd-mini-ip-gateway .footer-socials ul { display:flex; gap:8px; margin:0; padding:0; list-style:none; }
.sapex-pd-mini-ip-gateway .footer-socials li { width:34px; height:34px; border:1px solid rgba(255,255,255,.18); border-radius:50%; }
.sapex-pd-mini-ip-gateway .footer-socials li a { display:flex; width:100%; height:100%; align-items:center; justify-content:center; color:#fff !important; }
.sapex-pd-mini-ip-gateway .footer-socials svg { width:14px; height:14px; }
@media (max-width:980px) {.sapex-pd-mini-ip-gateway .container { width:min(100% - 40px,740px); }
.sapex-pd-mini-ip-gateway .nav { gap:22px; }
.sapex-pd-mini-ip-gateway .hero { min-height:auto; padding-top:132px; }
.sapex-pd-mini-ip-gateway .hero-grid { grid-template-columns:1fr; gap:44px; }
.sapex-pd-mini-ip-gateway .hero-photo { min-height:300px; }

    }@media (max-width:680px) {.sapex-pd-mini-ip-gateway .container { width:min(100% - 32px,520px); }
.sapex-pd-mini-ip-gateway .header { height:84px; }
.sapex-pd-mini-ip-gateway .logo { width:122px; }
.sapex-pd-mini-ip-gateway .nav a:not([aria-current="page"]) { display:none; }
.sapex-pd-mini-ip-gateway h1 { font-size:38px; }
.sapex-pd-mini-ip-gateway h2 { font-size:28px; }
.sapex-pd-mini-ip-gateway .hero { padding:112px 0 50px; }
.sapex-pd-mini-ip-gateway .hero-copy p:not(.eyebrow) { font-size:17px; }
.sapex-pd-mini-ip-gateway .hero-actions .button { width:100%; }
.sapex-pd-mini-ip-gateway .stats, .sapex-pd-mini-ip-gateway .fits, .sapex-pd-mini-ip-gateway .roles, .sapex-pd-mini-ip-gateway .role-detail, .sapex-pd-mini-ip-gateway .network, .sapex-pd-mini-ip-gateway .specs, .sapex-pd-mini-ip-gateway .manual { padding-top:64px; padding-bottom:64px; }

    }
  
/* SmartAPEX product-detail pages (Codex build) end */

/* SmartAPEX product-detail main-background fix start */
/* theme JS (gsap.to("main")) paints <main> #0c0c0c inline; !important restores the white page surface */
main.sapex-pd-can-keypad,
main.sapex-pd-zwave-keypad,
main.sapex-pd-can-thermostat,
main.sapex-pd-zwave-thermostat,
main.sapex-pd-relay-module,
main.sapex-pd-dali-gateway,
main.sapex-pd-digital-input-16ch,
main.sapex-pd-mini-ip-gateway { background:#fff !important; }
/* SmartAPEX product-detail main-background fix end */

/* SmartAPEX minimal menu hover start */
/* cancel the theme's vertical text-roll ("jump") on the main menu */
header.classic-menu .flexnav > li > a { overflow: visible !important; }
header.classic-menu .flexnav > li > a span { transform: none !important; }
header.classic-menu .flexnav > li:hover > a span { transform: none !important; }
header.classic-menu .flexnav > li > a span::before { content: none !important; display: none !important; }

/* minimal replacement: 1px underline growing from the left */
header.classic-menu .flexnav > li > a { position: relative; }
header.classic-menu .flexnav > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
  pointer-events: none;
}
header.classic-menu .flexnav > li:hover > a::after,
header.classic-menu .flexnav > li.current-menu-item > a::after,
header.classic-menu .flexnav > li.current_page_item > a::after,
header.classic-menu .flexnav > li.current-menu-ancestor > a::after {
  transform: scaleX(1);
}
/* SmartAPEX minimal menu hover end */
/* SmartAPEX signed-in account chip start */
header.classic-menu .flexnav > li.sapex-public-account-menu > a {
  position: relative;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 7px 16px 7px 31px;
  line-height: 1.2;
}
/* green dot = signed in */
header.classic-menu .flexnav > li.sapex-public-account-menu > a::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2bc98b;
  box-shadow: 0 0 0 3px rgba(43, 201, 139, 0.22);
}
/* the hover/current underline is for nav links, not for the chip */
header.classic-menu .flexnav > li.sapex-public-account-menu > a::after {
  display: none !important;
}
header.classic-menu .flexnav > li.sapex-public-account-menu > a:hover {
  background: rgba(255, 255, 255, 0.1);
}
header.classic-menu.white-header .flexnav > li.sapex-public-account-menu > a:hover,
.light-content header.classic-menu.white-header .flexnav > li.sapex-public-account-menu > a:hover {
  background: rgba(0, 0, 0, 0.06);
}
@media (max-width: 1024px) {
  header.classic-menu .flexnav > li.sapex-public-account-menu > a {
    border: 0;
    padding-left: 20px;
  }
  header.classic-menu .flexnav > li.sapex-public-account-menu > a::before { left: 2px; }
}
/* SmartAPEX signed-in account chip end */
/* SmartAPEX footer socials start */
/* keep the footer clickable - nothing should float over it */
.sapex-site-footer { position: relative; z-index: 3; }
.sapex-social-row { position: relative; z-index: 4; }
.sapex-social-row a { pointer-events: auto !important; cursor: pointer; }

.sapex-social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color .22s ease, background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}
html body .sapex-social-row a:hover,
html body .sapex-home-v2 .sapex-site-footer .sapex-social-row a:hover { color: #fff !important; }
html body .sapex-social-row a:hover i,
html body .sapex-home-v2 .sapex-site-footer .sapex-social-row a:hover i { color: #fff !important; }

/* brand colours, matched from the aria-label already on each link */
html body .sapex-social-row a[aria-label*="Facebook"]:hover,
html body .sapex-home-v2 .sapex-site-footer .sapex-social-row a[aria-label*="Facebook"]:hover {
  background: #1877F2 !important;
  border-color: #1877F2 !important;
}
html body .sapex-social-row a[aria-label*="LinkedIn"]:hover,
html body .sapex-home-v2 .sapex-site-footer .sapex-social-row a[aria-label*="LinkedIn"]:hover {
  background: #0A66C2 !important;
  border-color: #0A66C2 !important;
}
html body .sapex-social-row a[aria-label*="WhatsApp"]:hover,
html body .sapex-home-v2 .sapex-site-footer .sapex-social-row a[aria-label*="WhatsApp"]:hover {
  background: #25D366 !important;
  border-color: #25D366 !important;
}
html body .sapex-social-row a[aria-label*="Instagram"]:hover,
html body .sapex-home-v2 .sapex-site-footer .sapex-social-row a[aria-label*="Instagram"]:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
  border-color: #d6249f !important;
}
/* SmartAPEX footer socials end */

/* SmartAPEX prelaunch fixes start */
/* 1. Downloads hero was capped at 760px and auto-centred, so it sat further right
      than every other page (which uses the 1180px container). */
/* 2. --sapex-accent is only declared on .sapex-v2; the Downloads root is
      .sapex-downloads-v2, so `background: var(--sapex-accent)` on :hover was invalid
      -> transparent -> looked solid black over the dark section. */
.sapex-downloads-v2 {
  --sapex-accent: #53d6a5;
  --sapex-accent-dark: #2fa87f;
}
.sapex-downloads-v2 .sapex-button-primary:hover,
.sapex-downloads-v2 .sapex-button-primary:focus-visible {
  background: #53d6a5 !important;
  border-color: #53d6a5 !important;
  color: #052b20 !important;
}

/* 3. montoya sets `.light-content thead { background-color:#fff }`; on the dark
      integration tables that produced a white bar with white text on it. */
.sapex-pd-can-keypad thead,
.sapex-pd-zwave-keypad thead,
.sapex-pd-can-thermostat thead,
.sapex-pd-zwave-thermostat thead,
.sapex-pd-relay-module thead,
.sapex-pd-dali-gateway thead,
.sapex-pd-digital-input-16ch thead,
.sapex-pd-mini-ip-gateway thead {
  background-color: transparent !important;
}
/* SmartAPEX prelaunch fixes end */

/* SmartAPEX unified hero start */
/* canonical geometry taken from .sapex-tax-container / .sapex-tax-hero */
/* the .sapex-hero wrapper carries its own 24px side padding; zero it so the inner
   container alone controls the gutter, exactly like the tax system */
html body .sapex-downloads-v2 .sapex-hero,
html body .sapex-about-contact-v2 .sapex-hero {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html body .sapex-downloads-v2 .sapex-hero .sapex-hero-inner,
html body .sapex-about-contact-v2 .sapex-hero .sapex-hero-inner,
html body .sapex-v2:not(.sapex-home-v2) .sapex-hero .sapex-hero-inner,
html body .sapex-pd-can-keypad .hero .container,
html body .sapex-pd-zwave-keypad .hero .container,
html body .sapex-pd-can-thermostat .hero .container,
html body .sapex-pd-zwave-thermostat .hero .container,
html body .sapex-pd-relay-module .hero .container,
html body .sapex-pd-dali-gateway .hero .container,
html body .sapex-pd-digital-input-16ch .hero .container,
html body .sapex-pd-mini-ip-gateway .hero .container {
  max-width: 1320px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 34px !important;
  padding-right: 34px !important;
}

html body .sapex-downloads-v2 .sapex-hero h1,
html body .sapex-about-contact-v2 .sapex-hero h1,
html body .sapex-v2:not(.sapex-home-v2) .sapex-hero h1,
html body .sapex-pd-can-keypad .hero h1,
html body .sapex-pd-zwave-keypad .hero h1,
html body .sapex-pd-can-thermostat .hero h1,
html body .sapex-pd-zwave-thermostat .hero h1,
html body .sapex-pd-relay-module .hero h1,
html body .sapex-pd-dali-gateway .hero h1,
html body .sapex-pd-digital-input-16ch .hero h1,
html body .sapex-pd-mini-ip-gateway .hero h1 {
  font-size: clamp(44px, 4.4vw, 68px) !important;
  font-weight: 300 !important;
  line-height: 1.08 !important;
  max-width: 900px !important;
}

html body .sapex-downloads-v2 .sapex-hero p:not(.sapex-hero-eyebrow),
html body .sapex-about-contact-v2 .sapex-hero p:not(.sapex-hero-eyebrow),
html body .sapex-pd-can-keypad .hero .hero-copy p:not(.eyebrow),
html body .sapex-pd-zwave-keypad .hero .hero-copy p:not(.eyebrow),
html body .sapex-pd-can-thermostat .hero .hero-copy p:not(.eyebrow),
html body .sapex-pd-zwave-thermostat .hero .hero-copy p:not(.eyebrow),
html body .sapex-pd-relay-module .hero .hero-copy p:not(.eyebrow),
html body .sapex-pd-dali-gateway .hero .hero-copy p:not(.eyebrow),
html body .sapex-pd-digital-input-16ch .hero .hero-copy p:not(.eyebrow),
html body .sapex-pd-mini-ip-gateway .hero .hero-copy p:not(.eyebrow) {
  font-size: clamp(20px, 1.6vw, 23px) !important;
  font-weight: 300 !important;
  line-height: 1.62 !important;
  max-width: 780px !important;
}

@media (max-width: 640px) {
html body .sapex-downloads-v2 .sapex-hero .sapex-hero-inner,
html body .sapex-about-contact-v2 .sapex-hero .sapex-hero-inner,
html body .sapex-v2:not(.sapex-home-v2) .sapex-hero .sapex-hero-inner,
html body .sapex-pd-can-keypad .hero .container,
html body .sapex-pd-zwave-keypad .hero .container,
html body .sapex-pd-can-thermostat .hero .container,
html body .sapex-pd-zwave-thermostat .hero .container,
html body .sapex-pd-relay-module .hero .container,
html body .sapex-pd-dali-gateway .hero .container,
html body .sapex-pd-digital-input-16ch .hero .container,
html body .sapex-pd-mini-ip-gateway .hero .container {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
html body .sapex-downloads-v2 .sapex-hero h1,
html body .sapex-about-contact-v2 .sapex-hero h1,
html body .sapex-v2:not(.sapex-home-v2) .sapex-hero h1,
html body .sapex-pd-can-keypad .hero h1,
html body .sapex-pd-zwave-keypad .hero h1,
html body .sapex-pd-can-thermostat .hero h1,
html body .sapex-pd-zwave-thermostat .hero h1,
html body .sapex-pd-relay-module .hero h1,
html body .sapex-pd-dali-gateway .hero h1,
html body .sapex-pd-digital-input-16ch .hero h1,
html body .sapex-pd-mini-ip-gateway .hero h1 {
    font-size: clamp(38px, 10vw, 50px) !important;
    line-height: 1.1 !important;
  }
html body .sapex-downloads-v2 .sapex-hero p:not(.sapex-hero-eyebrow),
html body .sapex-about-contact-v2 .sapex-hero p:not(.sapex-hero-eyebrow),
html body .sapex-pd-can-keypad .hero .hero-copy p:not(.eyebrow),
html body .sapex-pd-zwave-keypad .hero .hero-copy p:not(.eyebrow),
html body .sapex-pd-can-thermostat .hero .hero-copy p:not(.eyebrow),
html body .sapex-pd-zwave-thermostat .hero .hero-copy p:not(.eyebrow),
html body .sapex-pd-relay-module .hero .hero-copy p:not(.eyebrow),
html body .sapex-pd-dali-gateway .hero .hero-copy p:not(.eyebrow),
html body .sapex-pd-digital-input-16ch .hero .hero-copy p:not(.eyebrow),
html body .sapex-pd-mini-ip-gateway .hero .hero-copy p:not(.eyebrow) {
    font-size: 16px !important;
    line-height: 1.58 !important;
  }
}
/* SmartAPEX unified hero end */

/* SmartAPEX hero vertical alignment start */
/* top-align hero copy so every page starts at the same height, regardless of how
   much content the hero carries (bottom alignment made this impossible) */
html body .sapex-downloads-v2 .sapex-hero,
html body .sapex-about-contact-v2 .sapex-hero,
html body .sapex-v2:not(.sapex-home-v2) .sapex-hero {
  align-items: flex-start !important;
  padding-top: 190px !important;
  padding-bottom: 90px !important;
}

@media (max-width: 900px) {
  html body .sapex-downloads-v2 .sapex-hero,
  html body .sapex-about-contact-v2 .sapex-hero,
  html body .sapex-v2:not(.sapex-home-v2) .sapex-hero {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}
/* SmartAPEX hero vertical alignment end */

/* SmartAPEX type scale start */
/* --- hero --- */
html body .sapex-downloads-v2 .sapex-hero h1,
html body .sapex-about-contact-v2 .sapex-hero h1,
html body .sapex-v2 .sapex-hero h1,
html body .sapex-tax-v3 .sapex-hero h1,
html body .sapex-tax-v3 .sapex-tax-hero h1 {
  font-size: clamp(44px, 4.4vw, 68px) !important;
  font-weight: 300 !important;
  line-height: 1.08 !important;
}

html body .sapex-downloads-v2 .sapex-hero-eyebrow,
html body .sapex-about-contact-v2 .sapex-hero-eyebrow,
html body .sapex-v2 .sapex-hero-eyebrow,
html body .sapex-tax-v3 .sapex-hero-eyebrow,
html body .sapex-tax-v3 .sapex-tax-eyebrow {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
}

html body .sapex-downloads-v2 .sapex-hero p:not(.sapex-hero-eyebrow),
html body .sapex-about-contact-v2 .sapex-hero p:not(.sapex-hero-eyebrow),
html body .sapex-v2 .sapex-hero p:not(.sapex-hero-eyebrow),
html body .sapex-tax-v3 .sapex-hero p:not(.sapex-hero-eyebrow),
html body .sapex-tax-v3 .sapex-tax-lead {
  font-size: clamp(20px, 1.6vw, 23px) !important;
  font-weight: 300 !important;
  line-height: 1.62 !important;
}

/* --- sections --- */
html body .sapex-downloads-v2 .sapex-section-title,
html body .sapex-about-contact-v2 .sapex-section-title,
html body .sapex-v2 .sapex-section-title,
html body .sapex-tax-v3 .sapex-section-title,
html body .sapex-tax-v3 .sapex-tax-section h2 {
  font-size: clamp(32px, 3.2vw, 48px) !important;
  font-weight: 300 !important;
  line-height: 1.12 !important;
}

html body .sapex-downloads-v2 .sapex-kicker,
html body .sapex-about-contact-v2 .sapex-kicker,
html body .sapex-v2 .sapex-kicker,
html body .sapex-tax-v3 .sapex-kicker,
html body .sapex-tax-v3 .sapex-tax-section-eyebrow {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
}

html body .sapex-downloads-v2 .sapex-section-copy,
html body .sapex-about-contact-v2 .sapex-section-copy,
html body .sapex-v2 .sapex-section-copy,
html body .sapex-tax-v3 .sapex-section-copy,
html body .sapex-tax-v3 .sapex-tax-section-lead {
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 1.65 !important;
}

@media (max-width: 640px) {
html body .sapex-downloads-v2 .sapex-hero h1,
html body .sapex-about-contact-v2 .sapex-hero h1,
html body .sapex-v2 .sapex-hero h1,
html body .sapex-tax-v3 .sapex-hero h1,
  html body .sapex-tax-v3 .sapex-tax-hero h1 {
    font-size: clamp(38px, 10vw, 50px) !important;
    line-height: 1.1 !important;
  }
html body .sapex-downloads-v2 .sapex-section-title,
html body .sapex-about-contact-v2 .sapex-section-title,
html body .sapex-v2 .sapex-section-title,
html body .sapex-tax-v3 .sapex-section-title,
  html body .sapex-tax-v3 .sapex-tax-section h2 {
    font-size: clamp(28px, 8vw, 34px) !important;
  }
}
/* SmartAPEX type scale end */

/* SmartAPEX type scale - short-page override start */
/* About/Contact use a deliberate "short page" variant at clamp(48,5vw,78) with
   specificity (0,4,1); adding html+body reaches (0,4,3) so the shared scale wins. */
html body:is(.page-id-3981, .page-id-3982) .sapex-about-contact-v2.sapex-short-page .sapex-hero h1 {
  font-size: clamp(44px, 4.4vw, 68px) !important;
  font-weight: 300 !important;
  line-height: 1.08 !important;
}
@media (max-width: 640px) {
  html body:is(.page-id-3981, .page-id-3982) .sapex-about-contact-v2.sapex-short-page .sapex-hero h1 {
    font-size: clamp(38px, 10vw, 50px) !important;
  }
}
/* SmartAPEX type scale - short-page override end */

/* SmartAPEX responsive guard start */
/* the shared hero rule sets width:100% plus 34px side padding; without border-box those
   add up and push the page wider than the viewport on small screens */
html body .sapex-downloads-v2 .sapex-hero .sapex-hero-inner,
html body .sapex-about-contact-v2 .sapex-hero .sapex-hero-inner,
html body .sapex-v2 .sapex-hero .sapex-hero-inner,
html body .sapex-hero > .sapex-container,
html body .sapex-pd-can-keypad .hero .container,
html body .sapex-pd-zwave-keypad .hero .container,
html body .sapex-pd-can-thermostat .hero .container,
html body .sapex-pd-zwave-thermostat .hero .container,
html body .sapex-pd-relay-module .hero .container,
html body .sapex-pd-dali-gateway .hero .container,
html body .sapex-pd-digital-input-16ch .hero .container,
html body .sapex-pd-mini-ip-gateway .hero .container {
  box-sizing: border-box !important;
}

/* nothing on the page may exceed the viewport */
html body .sapex-downloads-v2,
html body .sapex-about-contact-v2,
html body .sapex-tax-v3,
html body .sapex-v2 {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* long product names must wrap rather than run off the edge */
html body .sapex-hero h1, html body .sapex-tax-hero h1,
html body .sapex-section-title, html body .sapex-tax-section h2,
html body .sapex-hero p, html body .sapex-tax-lead {
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

/* hero buttons must not overflow on narrow screens */
@media (max-width: 640px) {
  html body .sapex-hero .sapex-actions,
  html body .sapex-tax-hero .sapex-tax-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
  }
  html body .sapex-hero .sapex-actions .sapex-button,
  html body .sapex-tax-hero .sapex-tax-actions .sapex-tax-button {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }
}
/* SmartAPEX responsive guard end */

/* SmartAPEX mobile menu fix start */
@media only screen and (max-width: 1024px) {

  /* The overlay must receive the taps, otherwise they fall through to the hero
     underneath and the links do nothing.
     The theme gates this on nav.open, but common.js:1723 toggles `open` on
     #menu-burger AND nav together, while common.js:1690 removes it from
     #menu-burger only. After following one menu link the two are out of sync,
     so the next time the menu is opened it is drawn but completely dead.
     Tie interactivity to the burger instead - that is the flag the theme's own
     open/close animation reads, so it is always right. */
  html body header.classic-menu:has(#menu-burger.open) nav,
  html body header.classic-menu:has(#menu-burger.open) nav .nav-height,
  html body header.classic-menu:has(#menu-burger.open) nav .outer,
  html body header.classic-menu:has(#menu-burger.open) nav .inner,
  html body header.classic-menu:has(#menu-burger.open) nav .flexnav,
  html body header.classic-menu:has(#menu-burger.open) nav .flexnav li,
  html body header.classic-menu:has(#menu-burger.open) nav .flexnav li a,
  html body header.classic-menu:has(#menu-burger.open) nav .flexnav li a span {
    pointer-events: auto !important;
  }

  /* ...and the mirror image: a closed menu must never sit invisibly over the
     page swallowing taps, even if nav kept a stale `open` class. */
  html body header.classic-menu:not(:has(#menu-burger.open)) nav {
    pointer-events: none !important;
  }

  /* Long menus must scroll rather than run off the bottom of the phone. */
  html body header.classic-menu:has(#menu-burger.open) nav {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  /* Top-level items. The desktop rule that pins the nav to 14px/24px has no
     media query, so on a phone it produced 24px-tall rows - far below the 44px
     a finger needs. */
  html body header.classic-menu .flexnav > li > a,
  html body header.classic-menu .flexnav > li > a span {
    font-size: 28px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    padding: 8px 0 !important;
    display: block !important;
  }

  /* Sub-items were 14px at 0.4 opacity: barely legible and barely hittable. */
  html body header.classic-menu .flexnav li ul li a,
  html body header.classic-menu .flexnav li ul li a span {
    font-size: 17px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    opacity: 0.85 !important;
    padding: 10px 0 !important;
    display: block !important;
  }

  html body header.classic-menu .flexnav li ul {
    padding: 2px 0 10px !important;
    /* The theme slides the submenu in from 30px below. Taps made while it is
       still moving land on whatever row happens to be under the finger, which
       is why "Z-Wave Keypad" opened /downloads/. Place it once, no travel. */
    transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
  }

  /* The expand arrow is a 60x60 absolutely-positioned box. Once the submenu is
     open it spills over the first rows underneath and swallows their taps, so
     confine it to its own row. */
  html body header.classic-menu .flexnav > li > .touch-button {
    height: 52px !important;
    width: 64px !important;
    top: 0 !important;
    z-index: 4 !important;
  }

  /* Each link sits above any absolutely-positioned sibling in the same row. */
  html body header.classic-menu .flexnav li a {
    position: relative !important;
    z-index: 3 !important;
  }

  /* The underline used on desktop hover is noise at this size. */
  html body header.classic-menu .flexnav > li > a::after {
    display: none !important;
  }
}
/* SmartAPEX mobile menu fix end */


/* --- Codex theme-footer global suppression start ---------------------------------------
 * The theme prints its own <footer class="hidden"> after the custom
 * SmartAPEX footer. It was being suppressed by a growing list of
 * body.page-id-NNNN rules, so it stayed visible on every page nobody
 * remembered to add - and on every page created since. One rule instead:
 * the theme's own class name already says what it wants to be.
 * The custom footer is <footer class="sapex-site-footer"> and is not
 * matched here. */
footer.hidden { display: none !important; }
/* --- Codex theme-footer global suppression end ----------------------------------------- */