/* Page 66 only: a durable presentation layer over the existing SEO page copy. */
body.sx-sitewide-v2--seo-page-66 {
  --sx-seo66-blue-wash: #edf4f7;
  --sx-seo66-rule: var(--sx-g-200);
  --sx-seo66-muted: var(--sx-g-600);
  --sx-seo66-dark: var(--sx-surface-dark);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-section-nav {
  border-top: 1px solid var(--sx-g-200);
  border-bottom: 1px solid var(--sx-g-200);
  background: var(--sx-surface);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-section-nav .sx-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem clamp(0.75rem, 1.5vw, 1.5rem);
  max-width: none;
  width: 100%;
  overflow: visible;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-section-nav a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  white-space: normal;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document-section {
  padding-top: clamp(2.75rem, 5vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 7rem);
  overflow: clip;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document-layout {
  display: block;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document-layout > .sx-sw-margin-note {
  display: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document {
  max-width: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document > * + * {
  margin-top: clamp(3rem, 7vw, 6.5rem);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section] {
  min-width: 0;
  scroll-margin-top: 1.5rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-heading] {
  scroll-margin-top: 1.5rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section] > span:first-child {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--sx-brand);
  font-family: var(--sx-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section] h2 {
  max-width: 19ch;
  margin-top: 0;
  margin-bottom: 1.1rem;
  color: var(--sx-ink) !important;
  font-size: clamp(2rem, 5.6vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section] > p {
  max-width: 66ch;
  color: var(--sx-g-600);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.7;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='intro-layout'] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin: 0;
  border: 0;
  background: transparent;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='intro-layout'] > * {
  padding: 0;
  background: transparent;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  isolation: isolate;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--sx-seo66-rule);
  background: var(--sx-surface);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] > span:first-child,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] > h2,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] > p {
  grid-column: 1;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] h2 {
  max-width: 13ch;
  font-size: clamp(2.35rem, 5.25vw, 4.35rem);
  line-height: 0.98;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='intro-accent'] {
  color: var(--sx-warning);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] > p {
  max-width: 34rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='intro-character'] {
  width: min(100%, 19rem);
  margin: 0.9rem auto 0;
  align-self: end;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='intro-character'] img {
  display: block;
  width: 100%;
  height: auto;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column: 1;
  gap: 0.65rem;
  margin-top: 1.75rem;
  background: transparent;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] > div {
  min-width: 0;
  min-height: 11.25rem;
  padding: 1.1rem;
  border: 1px solid var(--sx-seo66-rule);
  background: var(--sx-surface);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] > div::before {
  display: none;
  content: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillar-icon'] {
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  margin: -1.1rem 0 -0.8rem -0.95rem;
  object-fit: contain;
  transform: scale(1.18);
  transform-origin: center;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] h4 {
  margin: 0 0 0.5rem;
  color: var(--sx-ink);
  font-family: var(--sx-font-display);
  font-size: 1.05rem;
  line-height: 1.15;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] p {
  margin: 0;
  color: var(--sx-seo66-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] {
  position: relative;
  padding: clamp(1.65rem, 3.2vw, 3rem);
  border: 1px solid #283c4d;
  border-radius: 0.75rem;
  background: var(--sx-seo66-dark);
  color: #fff;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.35rem;
  align-items: center;
  margin: 0 0 1.45rem;
  color: #fff !important;
  font-family: var(--sx-font-display);
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
  line-height: 1.17;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-title-icon'] {
  flex: 0 0 3.3rem;
  width: 3.3rem;
  height: 3.3rem;
  margin: -0.75rem -0.45rem -0.75rem -0.75rem;
  object-fit: contain;
  transform: scale(2);
  transform-origin: center;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-accent'] {
  color: var(--sx-warning);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] [data-sx-v2~='timeline-item'] {
  position: relative;
  grid-template-columns: 4.3rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0.35rem 0.95rem;
  min-height: 6rem;
  padding: 1.15rem 0;
  border-bottom-color: rgba(255, 255, 255, 0.17);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] [data-sx-v2~='timeline-item']::before {
  content: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-icon'] {
  display: block;
  width: 4.3rem;
  height: 4.3rem;
  margin: -0.75rem;
  object-fit: contain;
  transform: scale(1.4);
  transform-origin: center;
  grid-column: 1;
  grid-row: 1 / span 2;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-timeline-icon='audit'] [data-sx-seo66='timeline-icon'] {
  transform: scale(1.5);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-timeline-icon='rankings'] [data-sx-seo66='timeline-icon'] {
  transform: scale(1.28);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-timeline-icon='traffic'] [data-sx-seo66='timeline-icon'] {
  transform: scale(1.47);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-timeline-icon='returns'] [data-sx-seo66='timeline-icon'] {
  transform: scale(1.65);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] [data-sx-v2~='timeline-item']::after {
  position: absolute;
  top: 4.7rem;
  bottom: -0.65rem;
  left: 2.15rem;
  border-left: 1px dotted color-mix(in srgb, var(--sx-warning) 75%, transparent);
  content: '';
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] [data-sx-v2~='timeline-item']:last-of-type::after {
  display: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-meta'] {
  align-self: center;
  color: var(--sx-warning);
  font-family: var(--sx-font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-transform: uppercase;
  grid-column: 2;
  grid-row: 1;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-copy'],
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-copy'] strong {
  color: rgba(255, 255, 255, 0.82);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-copy'] {
  grid-column: 2;
  grid-row: 2;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] [data-sx-v2~='timeline-item'] strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #fff !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-callout'] {
  display: grid;
  grid-template-columns: 3.8rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  margin-top: 1.4rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.035);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-callout-icon'] {
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  margin: -0.75rem;
  object-fit: contain;
  transform: scale(2);
  transform-origin: center;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-pillar='technical'] [data-sx-seo66='pillar-icon'] {
  transform: scale(1.45);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-pillar='on-page'] [data-sx-seo66='pillar-icon'] {
  transform: scale(1.55);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-pillar='local'] [data-sx-seo66='pillar-icon'] {
  transform: scale(1.8);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-pillar='off-page'] [data-sx-seo66='pillar-icon'] {
  transform: scale(1.4);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-callout'] p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.4;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-callout'] span {
  color: var(--sx-warning);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] {
  padding: clamp(1.5rem, 3vw, 3.25rem);
  border-top: 3px solid var(--sx-brand);
  background: var(--sx-seo66-blue-wash);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] {
  display: grid;
  gap: 1px;
  margin-top: 1.75rem;
  border: 1px solid var(--sx-g-200);
  background: var(--sx-g-200);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] > div {
  min-width: 0;
  padding: 1rem;
  background: var(--sx-surface);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] strong,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] b {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--sx-ink);
  font-family: var(--sx-font-display);
  font-size: 1.05rem;
  line-height: 1.22;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='ecommerce'] {
  padding: clamp(1.5rem, 4vw, 4rem);
  background: var(--sx-seo66-dark);
  color: rgba(255, 255, 255, 0.8);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='ecommerce'] h2,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='ecommerce'] h3,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='ecommerce'] h4,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='ecommerce'] strong {
  color: #fff !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='ecommerce'] > p,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='ecommerce'] p {
  color: rgba(255, 255, 255, 0.76);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='ecommerce'] > span:first-child {
  color: #9bd2ff;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-card'] {
  display: grid;
  gap: 0.9rem;
  max-width: 58rem;
  padding: clamp(1.3rem, 2.5vw, 2rem);
  border: 1px solid var(--sx-seo66-rule);
  border-left: 4px solid var(--sx-brand);
  background: var(--sx-surface);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-card'] > * {
  margin: 0 !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-card'] > :first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  color: var(--sx-brand);
  font-family: var(--sx-font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-card'] > :nth-child(2) {
  color: var(--sx-ink);
  font-family: var(--sx-font-display);
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.18;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-card'] > :nth-child(3),
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-card'] > :last-child {
  color: var(--sx-seo66-muted);
  line-height: 1.58;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='comparison'] {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  border-top: 1px solid var(--sx-g-200);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='table-scroll'] {
  max-width: 100%;
  margin-top: 1.65rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border: 1px solid var(--sx-seo66-rule);
  background: var(--sx-surface);
  scrollbar-color: var(--sx-brand) transparent;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='table-scroll']:focus-visible {
  outline: 3px solid var(--sx-brand);
  outline-offset: 3px;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='table-scroll'] table {
  display: table;
  width: 100%;
  min-width: 44rem;
  margin: 0;
  border: 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='table-scroll'] th,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='table-scroll'] td {
  min-width: 10rem;
  padding: 0.9rem 1rem;
  border-right: 1px solid var(--sx-g-200);
  border-bottom: 1px solid var(--sx-g-200);
  background: var(--sx-surface);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='table-scroll'] th {
  background: var(--sx-brand-tint);
  color: var(--sx-ink);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='table-scroll'] th:first-child,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='table-scroll'] td:first-child {
  min-width: 13.5rem;
  font-weight: 700;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] {
  padding: clamp(1.5rem, 3vw, 3.25rem);
  background: var(--sx-g-50);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='faq-list'] {
  margin-top: 1.75rem;
  border-top: 1px solid var(--sx-seo66-rule);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document details[data-sx-seo66='faq-item'] {
  border-bottom: 1px solid var(--sx-seo66-rule);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document details[data-sx-seo66='faq-item'] summary {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  color: var(--sx-ink);
  cursor: pointer;
  font-family: var(--sx-font-display);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document details[data-sx-seo66='faq-item'] summary::-webkit-details-marker {
  display: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document details[data-sx-seo66='faq-item'] summary::after {
  flex: 0 0 auto;
  color: var(--sx-brand);
  content: '+';
  font-family: var(--sx-font-mono);
  font-size: 1.35rem;
  font-weight: 400;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document details[data-sx-seo66='faq-item'][open] summary::after {
  content: '−';
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='faq-answer'] {
  max-width: 68ch;
  padding: 0 0 1.15rem;
  color: var(--sx-seo66-muted);
  line-height: 1.65;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='faq-answer'] > *:last-child {
  margin-bottom: 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] {
  padding: clamp(1.5rem, 3vw, 3.25rem);
  border: 1px solid var(--sx-seo66-rule);
  background: var(--sx-surface);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] {
  padding: clamp(1.5rem, 3vw, 3.25rem);
  border-top: 3px solid var(--sx-warning);
  background: var(--sx-surface);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] {
  padding: clamp(2rem, 4vw, 4rem);
  border-top: 3px solid var(--sx-warning);
  background: var(--sx-seo66-dark);
  color: rgba(255, 255, 255, 0.8);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] h2,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] h3,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] strong {
  color: #fff !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] > p,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] p {
  color: rgba(255, 255, 255, 0.76);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] > span:first-child {
  color: var(--sx-warning);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid #fff;
  color: #fff;
  font-family: var(--sx-font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document a:focus-visible,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-section-nav a:focus-visible,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document summary:focus-visible {
  outline: 3px solid var(--sx-brand);
  outline-offset: 3px;
}

@media (max-width: 639.98px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] {
    grid-template-columns: minmax(0, 1.18fr) minmax(6.1rem, 0.82fr);
    column-gap: 0.4rem;
    row-gap: 0.7rem;
    padding: 1.25rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] > span:first-child {
    margin-bottom: 0;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] h2 {
    max-width: 8.4ch;
    margin-bottom: 0;
    font-size: clamp(1.75rem, 8.7vw, 2.25rem);
    line-height: 1.01;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] > p {
    max-width: none;
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.58;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='intro-character'] {
    width: min(10.35rem, 158%);
    margin: 0;
    align-self: start;
    justify-self: end;
    grid-column: 2;
    grid-row: 2 / span 3;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column: 1 / -1;
    grid-row: 5;
    gap: 0.45rem;
    margin-top: 0.75rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] > div {
    min-height: 12.7rem;
    padding: 0.6rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillar-icon'] {
    width: 3.65rem;
    height: 3.65rem;
    margin: -0.85rem 0 -0.65rem -0.68rem;
    transform: scale(1.3);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] h4 {
    margin-bottom: 0.45rem;
    font-size: 0.79rem;
    line-height: 1.14;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] p {
    font-size: 0.66rem;
    line-height: 1.42;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] {
    padding: 1.35rem;
    border-radius: 0.9rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] h3 {
    max-width: none;
    margin-bottom: 1.25rem;
    font-size: 1.55rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-title-icon'] {
    flex-basis: 2.85rem;
    width: 2.85rem;
    height: 2.85rem;
    margin: -0.7rem -0.4rem -0.7rem -0.7rem;
    transform: scale(2);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] [data-sx-v2~='timeline-item'] {
    grid-template-columns: 3.8rem minmax(0, 1fr);
    gap: 0.3rem 0.72rem;
    min-height: 6.2rem;
    padding: 1rem 0;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-icon'] {
    width: 3.8rem;
    height: 3.8rem;
    margin: -0.65rem;
    transform: scale(1.4);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] [data-sx-v2~='timeline-item']::after {
    top: 4.15rem;
    bottom: -0.55rem;
    left: 1.9rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-meta'] {
    font-size: 0.65rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-callout'] {
    grid-template-columns: 3.4rem minmax(0, 1fr);
    gap: 0.7rem;
    margin-top: 1.1rem;
    padding: 0.9rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-callout-icon'] {
    width: 3.4rem;
    height: 3.4rem;
    margin: -0.65rem;
    transform: scale(2);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-callout'] p {
    font-size: 0.92rem;
  }
}

@media (min-width: 640px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] [data-sx-v2~='timeline-item'] {
    grid-template-columns: 4.3rem minmax(5.6rem, 0.48fr) minmax(0, 1.52fr);
    grid-template-rows: auto;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-icon'] {
    grid-column: 1;
    grid-row: 1;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-meta'] {
    grid-column: 2;
    grid-row: 1;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-copy'] {
    grid-column: 3;
    grid-row: 1;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'],
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='ecommerce'],
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'],
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'],
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'],
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] {
    padding: clamp(2.25rem, 5vw, 4.5rem);
  }
}

@media (min-width: 1024px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section] h2 {
    max-width: 18ch;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] h2 {
    max-width: 13ch;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='intro-layout'] {
    grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.92fr);
    align-items: start;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] {
    display: block;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] h2 {
    max-width: min(100%, 30rem);
    font-size: clamp(2.25rem, 3.6vw, 3.5rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] > p {
    max-width: 60%;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='intro-character'] {
    position: absolute;
    right: clamp(0.5rem, 1.4vw, 1.25rem);
    bottom: calc(11.25rem + 1rem);
    width: min(52%, 24rem);
    margin: 0;
    z-index: 0;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] {
    position: relative;
    z-index: 1;
  }
}

/*
 * Page 66 reference composition: keep the supplied copy and visual system,
 * but give the opening explanation and compounding timeline the full-width,
 * editorial treatment used in the approved desktop and mobile references.
 */
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document-layout {
  width: calc(100% - 1.5rem);
  max-width: 90rem;
  margin-inline: auto;
  padding-inline: 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='intro-layout'] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.15rem, 3vw, 1.7rem);
  padding: clamp(0.65rem, 2.6vw, 1.25rem);
  border-radius: clamp(1.25rem, 5vw, 2rem);
  background: var(--sx-surface);
  box-shadow: 0 1.25rem 3.25rem rgba(23, 38, 54, 0.055);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] {
  grid-template-columns: minmax(0, 1.35fr) minmax(8rem, 0.8fr);
  column-gap: 0.45rem;
  row-gap: 0.8rem;
  padding: clamp(1rem, 3vw, 1.75rem);
  border: 0;
  border-radius: 1.15rem;
  background: transparent;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] h2 {
  max-width: 25rem;
  margin-bottom: 0;
  font-size: clamp(2.05rem, 5.7vw, 3rem);
  line-height: 0.99;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] > span:first-child {
  margin-bottom: 0.95rem;
  color: var(--sx-warning);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] > span:first-child::after {
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: 0.7rem;
  background: var(--sx-warning);
  content: '';
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] > p {
  max-width: none;
  margin: 0;
  font-size: clamp(0.9rem, 1.75vw, 1.05rem);
  line-height: 1.58;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='intro-character'] {
  width: min(21rem, 145%);
  margin: 0;
  align-self: start;
  justify-self: end;
  grid-column: 2;
  grid-row: 2 / span 3;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column: 1 / -1;
  grid-row: 5;
  gap: clamp(0.45rem, 1.2vw, 0.75rem);
  margin-top: clamp(1rem, 2.5vw, 1.55rem);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] > div {
  min-height: clamp(12.25rem, 29vw, 15.25rem);
  padding: clamp(0.65rem, 1.6vw, 1rem);
  border-radius: 1rem;
  box-shadow: 0 0.8rem 1.8rem rgba(23, 38, 54, 0.035);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillar-icon'] {
  width: clamp(3.85rem, 6vw, 5.2rem);
  height: clamp(3.85rem, 6vw, 5.2rem);
  margin: -0.95rem 0 -0.72rem -0.78rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] h4 {
  margin-bottom: 0.45rem;
  font-size: clamp(0.78rem, 1.6vw, 0.98rem);
  line-height: 1.14;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] p {
  font-size: clamp(0.66rem, 1.4vw, 0.84rem);
  line-height: 1.46;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] {
  display: flex;
  flex-direction: column;
  padding: clamp(1.35rem, 4vw, 2.1rem);
  border-radius: 1.25rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] h3 {
  position: relative;
  display: block;
  padding-inline-start: clamp(4.5rem, 9vw, 5.5rem);
  margin-bottom: 1.3rem;
  font-size: clamp(1.55rem, 4.2vw, 2.1rem);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-title-icon'] {
  position: absolute;
  top: 0.05rem;
  left: 0.2rem;
  margin: 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-accent'] {
  display: block;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] [data-sx-v2~='timeline-item'] {
  grid-template-columns: clamp(3.9rem, 9.4vw, 5rem) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0.35rem clamp(0.8rem, 2.5vw, 1.1rem);
  min-height: clamp(6.75rem, 14vw, 8.5rem);
  padding: clamp(1rem, 2.2vw, 1.25rem) 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-icon'] {
  width: clamp(3.9rem, 9.4vw, 5rem);
  height: clamp(3.9rem, 9.4vw, 5rem);
  margin: -0.7rem;
  grid-column: 1;
  grid-row: 1 / span 2;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] [data-sx-v2~='timeline-item']::after {
  top: clamp(4.3rem, 11vw, 5.35rem);
  bottom: -0.6rem;
  left: clamp(1.95rem, 4.7vw, 2.5rem);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-meta'] {
  align-self: end;
  grid-column: 2;
  grid-row: 1;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-copy'] {
  grid-column: 2;
  grid-row: 2;
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  line-height: 1.48;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] [data-sx-v2~='timeline-item'] strong {
  font-size: clamp(1.1rem, 2.25vw, 1.35rem);
  line-height: 1.15;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-callout'] {
  grid-template-columns: clamp(3.5rem, 8vw, 4.25rem) minmax(0, 1fr);
  gap: clamp(0.7rem, 2vw, 1rem);
  margin-top: 1.25rem;
  padding: clamp(0.9rem, 2.2vw, 1.15rem);
  border-radius: 1rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-callout-icon'] {
  width: clamp(3.5rem, 8vw, 4.25rem);
  height: clamp(3.5rem, 8vw, 4.25rem);
  margin: -0.68rem;
}

@media (max-width: 639.98px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] {
    grid-template-columns: minmax(0, 1.8fr) minmax(5.35rem, 0.55fr);
    column-gap: 0.2rem;
    padding: 1rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] h2 {
    font-size: clamp(1.7rem, 7.15vw, 2rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] > p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='intro-character'] {
    width: min(10.8rem, 190%);
    transform: translateX(3rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] > div {
    min-height: 12.1rem;
    padding: 0.62rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document-layout {
    width: min(calc(100% - 6.5rem), 90rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='intro-layout'] {
    grid-template-columns: minmax(0, 1.12fr) minmax(26rem, 0.88fr);
    gap: clamp(2.75rem, 5.2vw, 5rem);
    align-items: stretch;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(15.5rem, 0.78fr);
    column-gap: clamp(1rem, 2.25vw, 1.75rem);
    row-gap: 0.75rem;
    min-height: 100%;
    padding: clamp(1.6rem, 3.2vw, 2.5rem) 0 0;
    border: 0;
    background: transparent;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] h2 {
    max-width: 31rem;
    margin-bottom: 1.1rem;
    font-size: clamp(2.45rem, 3.6vw, 3.55rem);
    letter-spacing: -0.06em;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='intro'] > p {
    max-width: 27rem;
    margin: 0 0 1.45rem;
    font-size: clamp(1rem, 1.25vw, 1.15rem);
    line-height: 1.68;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='intro-character'] {
    position: static;
    width: min(100%, 28rem);
    margin: 0;
    align-self: start;
    justify-self: end;
    grid-column: 2;
    grid-row: 1 / span 4;
    transform: scale(1.12);
    transform-origin: bottom right;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] {
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column: 1 / -1;
    grid-row: 5;
    gap: 0.75rem;
    margin-top: clamp(1.7rem, 2.6vw, 2.25rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] > div {
    min-height: 16.8rem;
    padding: 1.25rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillar-icon'] {
    width: 5.8rem;
    height: 5.8rem;
    margin: -1.15rem 0 -0.86rem -0.95rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] h4 {
    font-size: 1.1rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] {
    min-height: 100%;
    padding: clamp(2.25rem, 3vw, 3rem);
    border-radius: 1.35rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] h3 {
    padding-inline-start: 5.5rem;
    margin-bottom: 1.65rem;
    font-size: clamp(1.75rem, 2.2vw, 2.2rem);
    line-height: 1.08;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-title-icon'] {
    top: 0.15rem;
    left: 0.25rem;
    width: 3.8rem;
    height: 3.8rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] [data-sx-v2~='timeline-item'] {
    grid-template-columns: 5rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 0.42rem 1.1rem;
    min-height: 9.7rem;
    padding: 1.28rem 0;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-icon'] {
    width: 5rem;
    height: 5rem;
    margin: -0.78rem;
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] [data-sx-v2~='timeline-item']::after {
    top: 5.35rem;
    bottom: -0.75rem;
    left: 2.5rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-meta'] {
    grid-column: 2;
    grid-row: 1;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-copy'] {
    grid-column: 2;
    grid-row: 2;
    font-size: 1.05rem;
    line-height: 1.5;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='timeline'] [data-sx-v2~='timeline-item'] strong {
    font-size: 1.34rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-callout'] {
    grid-template-columns: 4.8rem minmax(0, 1fr);
    gap: 1rem;
    min-height: 5.5rem;
    margin-top: auto;
    padding: 1.2rem 1.3rem;
    border-radius: 1rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='timeline-callout-icon'] {
    width: 4.8rem;
    height: 4.8rem;
    margin: -0.78rem;
  }
}

/* The supplied strategist artwork has a roomy SVG canvas. On large screens,
 * scale and place the visible character within the editorial column so it
 * reaches the pillar row without intruding into the adjacent timeline. */
@media (min-width: 1280px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='intro-character'] {
    width: min(220%, 52rem);
    transform: translate(13rem, 2rem) scale(1.12);
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes sx-seo66-enter {
    from {
      opacity: 0;
      transform: translateY(1rem);
    }

    to {
      opacity: 1;
      transform: none;
    }
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section].sx-seo66--entered {
    animation: sx-seo66-enter 460ms var(--sx-ease) both;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section] {
    transition: none !important;
  }
}

/* Keep the supplied pillar artwork visually prominent while reserving enough
 * room for its transformed SVG canvas. This gives every card a consistent
 * icon → heading → copy rhythm at phone, tablet, and desktop widths. */
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] {
  gap: clamp(0.75rem, 1vw, 0.85rem);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillars'] > div {
  padding: clamp(1rem, 1.7vw, 1.4rem) clamp(0.8rem, 1.25vw, 1.2rem);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='pillar-icon'] {
  margin: 0 0 clamp(0.6rem, 1.25vw, 0.9rem) 0;
}

/* Page 66 hero: preserve the live service copy while giving the supplied
 * local-search artwork a dedicated, responsive stage. */
body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(2.6rem, 7vw, 5.5rem) 0 clamp(3rem, 8vw, 6rem);
  background: linear-gradient(135deg, #f8fbff 0%, #f7faff 50%, #eef5ff 100%);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(250, 252, 255, 0.2) 0%, rgba(247, 250, 255, 0.06) 55%, rgba(247, 250, 255, 0.28) 100%),
    url('../images/seo-page66-hero-skyline.png');
  background-repeat: no-repeat;
  background-position: center center, center bottom;
  background-size: 100% 100%, cover;
  pointer-events: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__inner {
  position: relative;
  z-index: 0;
  display: grid;
  gap: clamp(2rem, 6vw, 4.5rem);
  width: min(calc(100% - 2rem), 90rem);
  max-width: 90rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero .sx-sw-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
  margin: 0 0 1.2rem;
  color: var(--sx-brand);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero .sx-sw-kicker::after {
  width: 3.5rem;
  margin-inline-start: 0.85rem;
  border-top: 0.18rem solid var(--sx-warning);
  content: '';
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero h1 {
  max-width: 14ch;
  margin: 0;
  color: var(--sx-ink);
  font-family: var(--sx-font-display);
  font-size: clamp(2.55rem, 9.25vw, 4.55rem);
  font-weight: 700;
  letter-spacing: -0.066em;
  line-height: 0.98;
  text-wrap: balance;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero .sx-sw-lead {
  max-width: 38rem;
  margin: clamp(1.25rem, 3vw, 1.75rem) 0 0;
  color: #44536b;
  font-size: clamp(1rem, 2.5vw, 1.18rem);
  line-height: 1.68;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero .sx-sw-actions {
  display: grid;
  gap: 0.7rem;
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero .sx-sw-button,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__secondary-action {
  width: 100%;
  min-height: 3.25rem;
  justify-content: center;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__secondary-action {
  display: inline-flex;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--sx-brand) 72%, white);
  border-radius: 0.45rem;
  color: var(--sx-brand);
  font-weight: 700;
  text-decoration: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__secondary-action:hover,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__secondary-action:focus-visible {
  background: rgba(255, 255, 255, 0.78);
  color: var(--sx-brand);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__system {
  margin: clamp(1.75rem, 4vw, 2.5rem) 0 0;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(12, 74, 184, 0.15);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__system-summary p {
  margin: 0 0 0.35rem;
  color: var(--sx-brand);
  font-family: var(--sx-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__system-summary strong,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__system-summary span {
  display: block;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__system-summary strong {
  color: var(--sx-ink);
  font-family: var(--sx-font-display);
  font-size: 1.05rem;
  line-height: 1.2;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__system-summary span,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__system small {
  color: var(--sx-seo66-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__system-summary span {
  margin-top: 0.35rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__signals li {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
  padding: 0.65rem 0.5rem;
  border-left: 1px solid rgba(12, 74, 184, 0.14);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__signals b {
  color: var(--sx-warning);
  font-family: var(--sx-font-mono);
  font-size: 0.67rem;
  letter-spacing: 0.05em;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__signals span {
  color: var(--sx-ink);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__system small {
  display: block;
  max-width: 36rem;
  margin-top: 0.5rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__visual {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  gap: 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__results {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 879 / 621;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__map,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__ranking,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__traffic,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__character-animation {
  display: block;
  max-width: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 1.3rem 1.85rem rgba(24, 59, 108, 0.12));
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__ranking {
  position: absolute;
  z-index: 2;
  bottom: -5%;
  left: -4%;
  width: 74%;
  height: auto;
  filter: drop-shadow(0 1rem 1.35rem rgba(24, 59, 108, 0.16));
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__traffic {
  position: relative;
  z-index: 3;
  width: 86%;
  height: auto;
  margin: -0.1rem 0 0 auto;
  filter: drop-shadow(0 1rem 1.25rem rgba(24, 59, 108, 0.16));
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__character {
  position: relative;
  z-index: 4;
  width: min(100%, 21.5rem);
  aspect-ratio: 1;
  margin: -3.25rem auto 0;
  pointer-events: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__character > picture {
  display: block;
  width: 100%;
  height: 100%;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__character-animation {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 640px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__inner {
    width: min(calc(100% - 3rem), 90rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero .sx-sw-actions {
    display: flex;
    flex-wrap: wrap;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero .sx-sw-button,
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__secondary-action {
    width: auto;
    min-width: 12.5rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__visual {
    width: min(100%, 40rem);
    margin-inline: auto;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__character {
    width: min(100%, 23rem);
  }
}

@media (min-width: 1280px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero {
    padding-top: clamp(3.4rem, 7vw, 5.5rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(31rem, 1.08fr);
    align-items: center;
    gap: clamp(2.5rem, 5vw, 5rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero h1 {
    font-size: clamp(3.2rem, 5.7vw, 4.55rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__visual {
    display: block;
    width: auto;
    min-height: clamp(35rem, 48vw, 40rem);
    margin: 0;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__results {
    position: absolute;
    top: 2rem;
    right: 1rem;
    width: min(76%, 35rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__ranking {
    bottom: -8%;
    left: -8%;
    width: 78%;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__traffic {
    position: absolute;
    z-index: 3;
    bottom: 0.25rem;
    left: 0;
    width: min(56%, 24rem);
    margin: 0;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__character {
    position: absolute;
    right: -1.8rem;
    bottom: -1.25rem;
    width: min(48%, 23rem);
    margin: 0;
  }
}

@media (min-width: 1280px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__inner {
    grid-template-columns: minmax(0, 0.88fr) minmax(38rem, 1.12fr);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__visual {
    min-height: 40rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__results {
    top: 1.25rem;
    right: 0.4rem;
    width: min(79%, 39rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__ranking {
    bottom: -2%;
    left: -19%;
    width: 70%;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__traffic {
    bottom: -3.75rem;
    left: 0.15rem;
    width: min(58%, 27rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-hero__character {
    right: -7rem;
    bottom: -7.5rem;
    width: min(73.5%, 38.25rem);
  }
}

/* Page 66 local-market section: a Canada + U.S. editorial treatment that
 * keeps the existing page's pale surface, blue action colour, and orange
 * detail rule without relying on legacy inline styles or emoji glyphs. */
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.1rem;
  padding: clamp(1.35rem, 3.4vw, 3.75rem);
  border: 1px solid var(--sx-seo66-rule);
  border-top: 3px solid var(--sx-brand);
  border-radius: clamp(0.9rem, 2vw, 1.35rem);
  background: linear-gradient(132deg, #f5f9ff 0%, var(--sx-surface) 54%, #f8fbff 100%);
  box-shadow: 0 1.15rem 3rem rgba(23, 38, 54, 0.055);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] > span:first-child {
  display: block;
  margin: 0;
  color: var(--sx-brand);
  font-family: var(--sx-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] > span:first-child::after {
  display: block;
  width: 2.55rem;
  height: 2px;
  margin-top: 0.7rem;
  background: var(--sx-warning);
  content: '';
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] > h2 {
  max-width: 13.5ch;
  margin: 0;
  color: var(--sx-ink) !important;
  font-size: clamp(2.1rem, 5.1vw, 3.7rem);
  line-height: 1.01;
  letter-spacing: -0.052em;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] > h2 > span {
  display: block;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] > h2 em {
  color: var(--sx-warning);
  font-style: normal;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] > p {
  max-width: none;
  margin: 0;
  color: var(--sx-g-600);
  font-size: clamp(0.98rem, 1.25vw, 1.1rem);
  line-height: 1.68;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin: 0.25rem 0 0;
  overflow: hidden;
  border: 1px solid var(--sx-seo66-rule);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1rem 2.35rem rgba(23, 38, 54, 0.055);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] > div {
  display: grid;
  grid-template-columns: 2.85rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0.3rem 0.95rem;
  min-width: 0;
  padding: clamp(1rem, 2.1vw, 1.35rem);
  background: transparent;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] > div + div {
  border-top: 1px solid var(--sx-seo66-rule);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signal-icon'] {
  display: block;
  grid-column: 1;
  grid-row: 1 / span 2;
  box-sizing: border-box;
  width: 2.85rem;
  height: 2.85rem;
  padding: 0.68rem;
  border: 1px solid #d9e6f7;
  border-radius: 0.78rem;
  background: #eef5ff;
  color: var(--sx-brand);
  object-fit: contain;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] > div h4 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: var(--sx-ink) !important;
  font-family: var(--sx-font-display);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.18;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] > div h4::after {
  display: block;
  width: 1.8rem;
  height: 2px;
  margin-top: 0.55rem;
  background: var(--sx-warning);
  content: '';
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] > div p {
  grid-column: 2;
  grid-row: 2;
  margin: 0.6rem 0 0;
  color: var(--sx-seo66-muted);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.55;
}

@media (max-width: 639.98px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] {
    padding: 1.2rem;
    border-radius: 0.85rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] {
    gap: 0.9rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] > h2 {
    max-width: 12.25ch;
    font-size: clamp(1.82rem, 8.4vw, 2.35rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] > p {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] > div {
    grid-template-columns: 2.55rem minmax(0, 1fr);
    gap: 0.28rem 0.8rem;
    padding: 1rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signal-icon'] {
    width: 2.55rem;
    height: 2.55rem;
    padding: 0.58rem;
    border-radius: 0.7rem;
  }
}

@media (min-width: 1024px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] {
    padding: clamp(2.25rem, 4vw, 4.25rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] {
    grid-template-columns: minmax(0, 0.88fr) minmax(25rem, 1.12fr);
    column-gap: clamp(2.25rem, 5vw, 5rem);
    row-gap: 1.25rem;
    align-items: start;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] > span:first-child,
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] > h2,
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] > p {
    grid-column: 1;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'] > h2 {
    max-width: 12ch;
    font-size: clamp(2.5rem, 3.55vw, 3.7rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: stretch;
    margin: 0;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] > div {
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0.35rem 1.05rem;
    padding: clamp(1.2rem, 2vw, 1.55rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signal-icon'] {
    width: 3rem;
    height: 3rem;
    padding: 0.7rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes sx-seo66-local-signal-enter {
    from {
      opacity: 0;
      transform: translateY(0.5rem);
    }

    to {
      opacity: 1;
      transform: none;
    }
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'].sx-seo66--entered [data-sx-seo66='local-signals'] > div {
    animation: sx-seo66-local-signal-enter 420ms var(--sx-ease) both;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'].sx-seo66--entered [data-sx-seo66='local-signals'] > div:nth-child(2) {
    animation-delay: 70ms;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'].sx-seo66--entered [data-sx-seo66='local-signals'] > div:nth-child(3) {
    animation-delay: 140ms;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='local'].sx-seo66--entered [data-sx-seo66='local-signals'] > div:nth-child(4) {
    animation-delay: 210ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='local-signals'] > div {
    animation: none !important;
  }
}

/*
 * Page 66: the five closing content sections use the same editorial system as
 * the rest of the route, with ScopeX blue carrying surfaces, hierarchy, and
 * actions. Orange is intentionally limited to short status/detail rules.
 */
body.sx-sitewide-v2--seo-page-66 {
  --sx-seo66-system-blue: #004aad;
  --sx-seo66-system-blue-deep: #002f6d;
  --sx-seo66-system-blue-soft: #eef5ff;
  --sx-seo66-system-blue-line: rgba(0, 74, 173, 0.2);
  --sx-seo66-system-blue-pale: #dcecff;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section],
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-heading] {
  scroll-margin-top: clamp(6rem, 9vw, 8rem);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='commerce-unit'],
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='expertise-unit'],
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='comparison'],
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] {
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
}

/* Foundation and ecommerce read as one continuous capability system. */
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='commerce-unit'] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--sx-seo66-system-blue-line);
  border-radius: clamp(1.15rem, 2.5vw, 1.7rem);
  background: var(--sx-seo66-system-blue);
  box-shadow: 0 1.35rem 3.35rem rgba(10, 39, 82, 0.1);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='commerce-unit'] [data-sx-seo66='tier-card'] {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  max-width: none;
  margin: 0;
  padding: clamp(1.3rem, 3.5vw, 2.2rem);
  border: 0;
  border-left: 0;
  background: var(--sx-seo66-system-blue-soft);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='commerce-unit'] [data-sx-seo66='tier-card'] > * {
  margin: 0 !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='commerce-unit'] [data-sx-seo66='tier-card'] > :first-child {
  color: var(--sx-seo66-system-blue);
  font-family: var(--sx-font-mono);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='commerce-unit'] [data-sx-seo66='tier-card'] > :first-child::after,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='comparison'] > span:first-child::after,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] > span:first-child::after,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] > span:first-child::after {
  display: block;
  width: 1.75rem;
  height: 2px;
  margin-top: 0.55rem;
  background: var(--sx-warning);
  content: '';
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='commerce-unit'] [data-sx-seo66='tier-card'] > :nth-child(2) {
  color: var(--sx-ink);
  font-family: var(--sx-font-display);
  font-size: clamp(1.3rem, 2.25vw, 1.8rem);
  font-weight: 700;
  line-height: 1.1;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='commerce-unit'] [data-sx-seo66='tier-card'] > :nth-child(n + 3) {
  color: var(--sx-seo66-muted);
  font-size: 0.91rem;
  line-height: 1.58;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='ecommerce'] {
  margin: 0 !important;
  padding: 0;
  border: 0;
  background: var(--sx-seo66-system-blue-deep);
  color: rgba(255, 255, 255, 0.86);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-shell'] {
  padding: clamp(1.5rem, 4.5vw, 4.15rem);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-shell'] > span:first-child {
  display: block;
  margin-bottom: 0.8rem;
  color: #b9d7ff;
  font-family: var(--sx-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-layout'] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.6rem, 4vw, 3.6rem);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-copy'] h2 {
  max-width: 13ch;
  margin: 0 0 1.2rem;
  color: #fff !important;
  font-size: clamp(2.05rem, 5vw, 3.9rem);
  line-height: 1.01;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-copy'] h2 span {
  color: #b9d7ff !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-copy'] p {
  max-width: 63ch;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.79);
  font-size: clamp(0.96rem, 1.2vw, 1.08rem);
  line-height: 1.72;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-copy'] strong,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] strong {
  color: #fff !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capabilities'] {
  display: grid;
  align-content: start;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] {
  display: grid;
  grid-template-columns: 2.65rem minmax(0, 1fr);
  gap: 0.2rem 0.85rem;
  padding: 1.05rem 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] + [data-sx-seo66='ecommerce-capability'] {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability']::before,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability']::before {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  color: #9bc7ff;
  content: attr(data-sx-seo66-index);
  font-family: var(--sx-font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.55;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] h4 {
  grid-column: 2;
  margin: 0;
  color: #fff !important;
  font-family: var(--sx-font-display);
  font-size: 1.05rem;
  line-height: 1.24;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] h4::after,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability'] h4::after {
  display: block;
  width: 1.15rem;
  height: 1px;
  margin-top: 0.45rem;
  background: var(--sx-warning);
  content: '';
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] p {
  grid-column: 2;
  margin: 0.2rem 0 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 0.91rem;
  line-height: 1.62;
}

/* The comparison stays a real table; the blue ledger surface makes choices legible. */
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='comparison'] {
  padding: clamp(1.5rem, 4.5vw, 4rem);
  border: 1px solid var(--sx-seo66-system-blue-line);
  border-top: 1px solid var(--sx-seo66-system-blue-line);
  border-radius: clamp(1.15rem, 2.5vw, 1.7rem);
  background: var(--sx-seo66-system-blue-soft);
  box-shadow: 0 1rem 2.75rem rgba(10, 39, 82, 0.05);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='comparison'] > span:first-child {
  color: var(--sx-seo66-system-blue);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='comparison'] h2 {
  max-width: 14ch;
  color: var(--sx-seo66-system-blue-deep) !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='comparison'] > p {
  max-width: 58ch;
  color: #35577f;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-table='comparison'] {
  position: relative;
  margin-top: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid var(--sx-seo66-system-blue-line);
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 0.85rem 1.8rem rgba(10, 39, 82, 0.06);
  scrollbar-color: var(--sx-seo66-system-blue) transparent;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='table-scroll-hint'] {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: flex-end;
  padding: 0.45rem 0.85rem;
  color: var(--sx-seo66-system-blue);
  font-family: var(--sx-font-mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='table-scroll-hint']::after {
  margin-left: 0.5rem;
  color: var(--sx-warning);
  content: '→';
  font-size: 1rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] {
  min-width: 44rem;
  border-collapse: separate;
  border-spacing: 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] th,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] td {
  padding: 0.82rem 0.95rem;
  border-color: rgba(0, 74, 173, 0.14);
  font-size: 0.84rem;
  line-height: 1.45;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] th {
  color: #fff !important;
  background: var(--sx-seo66-system-blue);
  font-family: var(--sx-font-mono);
  font-size: 0.69rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] th:first-child {
  color: var(--sx-ink) !important;
  background: var(--sx-seo66-system-blue-pale);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] th:nth-child(3) {
  background: var(--sx-seo66-system-blue-deep);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] td {
  background: #fff;
  color: var(--sx-ink);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] td:nth-child(3) {
  background: #f0f6ff;
  box-shadow: inset 1px 0 0 var(--sx-seo66-system-blue-line), inset -1px 0 0 var(--sx-seo66-system-blue-line);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] th:first-child,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 12.35rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] th:first-child {
  z-index: 3;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] tbody tr:hover td {
  background: #f6faff;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] tbody tr:hover td:first-child {
  background: var(--sx-seo66-system-blue-pale);
}

/* FAQ becomes a blue decision panel while retaining its native details behavior. */
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding: clamp(1.5rem, 4.5vw, 4rem);
  border: 0;
  border-radius: clamp(1.15rem, 2.5vw, 1.7rem);
  background: var(--sx-seo66-system-blue-deep);
  box-shadow: 0 1.35rem 3.35rem rgba(10, 39, 82, 0.13);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] > span:first-child {
  margin-bottom: 0;
  color: #b9d7ff;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] h2 {
  max-width: 10ch;
  margin-bottom: 0;
  color: #fff !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] > p {
  max-width: 28rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] [data-sx-seo66='faq-list'] {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.85rem;
  background: #fff;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] details[data-sx-seo66='faq-item'] {
  border-color: rgba(0, 74, 173, 0.15);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] details[data-sx-seo66='faq-item'] summary {
  min-height: 3.5rem;
  padding: 0.9rem 1rem;
  color: var(--sx-seo66-system-blue-deep);
  font-size: 1rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] details[data-sx-seo66='faq-item'] summary::after {
  display: inline-grid;
  width: 1.85rem;
  height: 1.85rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sx-seo66-system-blue);
  font-size: 1.2rem;
  line-height: 1;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] details[data-sx-seo66='faq-item'][open] summary {
  background: var(--sx-seo66-system-blue-soft);
  box-shadow: inset 3px 0 0 var(--sx-seo66-system-blue);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] details[data-sx-seo66='faq-item'][open] summary::after {
  color: var(--sx-seo66-system-blue);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--sx-seo66-system-blue-line);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] [data-sx-seo66='faq-answer'] {
  max-width: none;
  padding: 0.15rem 1rem 1.15rem;
  color: #365879;
  font-size: 0.97rem;
  line-height: 1.66;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] summary:focus-visible {
  outline-color: var(--sx-warning);
  outline-offset: -3px;
}

/* Specialists and small-business sections share a single wide, blue-led field. */
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='expertise-unit'] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--sx-seo66-system-blue-line);
  border-radius: clamp(1.15rem, 2.5vw, 1.7rem);
  background: #fff;
  box-shadow: 0 1.35rem 3.35rem rgba(10, 39, 82, 0.08);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'],
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] {
  margin: 0 !important;
  border: 0;
  border-radius: 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  padding: clamp(1.5rem, 4.5vw, 4rem);
  background: var(--sx-seo66-system-blue-deep);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] > span:first-child {
  margin-bottom: 0;
  color: #b9d7ff;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] h2 {
  max-width: 12ch;
  margin-bottom: 0;
  color: #fff !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] > p {
  max-width: 35rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.79);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] strong {
  color: #fff !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capabilities'] {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability'] {
  display: grid;
  grid-template-columns: 2.65rem minmax(0, 1fr);
  gap: 0.2rem 0.85rem;
  padding: 1.05rem 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability'] + [data-sx-seo66='specialist-capability'] {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability'] h4 {
  grid-column: 2;
  margin: 0;
  color: #fff !important;
  font-family: var(--sx-font-display);
  font-size: 1.05rem;
  line-height: 1.24;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability'] p {
  grid-column: 2;
  margin: 0.2rem 0 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 0.91rem;
  line-height: 1.62;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  padding: clamp(1.5rem, 4.5vw, 4rem);
  background: var(--sx-seo66-system-blue-soft);
  box-shadow: inset 0 3px 0 var(--sx-seo66-system-blue);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] > span:first-child {
  margin-bottom: 0;
  color: var(--sx-seo66-system-blue);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] h2 {
  max-width: 14ch;
  margin-bottom: 0;
  color: var(--sx-seo66-system-blue-deep) !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] > p {
  max-width: 37rem;
  margin: 0;
  color: #365879;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='small-business-package'] {
  display: grid;
  gap: 1rem;
  margin-top: clamp(0.65rem, 2vw, 1.25rem);
  padding: clamp(1.2rem, 3vw, 1.7rem);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.85rem;
  background: var(--sx-seo66-system-blue);
  box-shadow: 0 0.9rem 1.8rem rgba(0, 47, 109, 0.14);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='small-business-package-copy'] p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.94rem;
  line-height: 1.62;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='small-business-package-copy'] p + p {
  margin-top: 0.5rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='small-business-package-copy'] p:first-child,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='small-business-package-copy'] strong {
  color: #fff !important;
  font-weight: 700;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document a[data-sx-seo66='small-business-package-cta'] {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border: 1px solid #fff;
  border-radius: 0.55rem;
  color: var(--sx-seo66-system-blue) !important;
  background: #fff;
  font-family: var(--sx-font-mono);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document a[data-sx-seo66='small-business-package-cta']:hover {
  color: #fff !important;
  background: var(--sx-seo66-system-blue-deep);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document a[data-sx-seo66='small-business-package-cta']:focus-visible {
  outline-color: var(--sx-warning);
}

@media (min-width: 640px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='table-scroll-hint'] {
    display: none;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='small-business-package'] {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 768px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    align-items: start;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] > span:first-child,
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] > h2,
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] > p {
    grid-column: 1;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] [data-sx-seo66='faq-list'] {
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    column-gap: clamp(1.5rem, 3vw, 3rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] > span:first-child,
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] > h2,
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] > p {
    grid-column: 1;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capabilities'] {
    grid-column: 2;
    grid-row: 1 / span 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: stretch;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability'] {
    padding: 1.05rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability'] + [data-sx-seo66='specialist-capability'] {
    border-top: 0;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability']:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability']:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.9fr);
    column-gap: clamp(1.5rem, 3vw, 3rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] > span:first-child,
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] > h2,
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] > p {
    grid-column: 1;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='small-business-package'] {
    grid-column: 2;
    grid-row: 1 / span 4;
    align-self: center;
  }
}

@media (min-width: 1024px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='commerce-unit'] {
    grid-template-columns: minmax(15.5rem, 0.32fr) minmax(0, 1fr);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='commerce-unit'] [data-sx-seo66='tier-card'] {
    border-right: 1px solid var(--sx-seo66-system-blue-line);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-layout'] {
    grid-template-columns: minmax(0, 0.88fr) minmax(19rem, 1.12fr);
    align-items: start;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capabilities'] {
    margin-top: 0.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document details[data-sx-seo66='faq-item'] summary,
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document a[data-sx-seo66='small-business-package-cta'] {
    transition: none !important;
  }
}

/*
 * Homepage palette alignment:
 * Keep the page predominantly white and ink, with ScopeX blue driving action,
 * hierarchy, selection, and data emphasis. Orange remains a small secondary
 * rule only; it never becomes the dominant panel or headline treatment here.
 */
body.sx-sitewide-v2--seo-page-66 {
  --sx-seo66-system-blue: var(--sx-brand, #004aad);
  --sx-seo66-system-blue-deep: var(--sx-surface-dark, #11141a);
  --sx-seo66-system-blue-soft: var(--sx-brand-tint, #e6f0fa);
  --sx-seo66-system-blue-line: rgba(0, 74, 173, 0.18);
  --sx-seo66-system-blue-pale: var(--sx-brand-tint, #e6f0fa);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='commerce-unit'],
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='expertise-unit'],
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='comparison'],
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] {
  border-color: var(--sx-g-200);
  box-shadow: none;
}

/* Foundation plus ecommerce: a white editorial field, not a blue wall. */
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='commerce-unit'] {
  background: #fff;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='commerce-unit'] [data-sx-seo66='tier-card'] {
  background: var(--sx-seo66-system-blue-soft);
  box-shadow: inset 4px 0 0 var(--sx-seo66-system-blue);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='ecommerce'] {
  background: #fff;
  color: var(--sx-ink);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-shell'] {
  background: #fff;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-shell'] > span:first-child {
  color: var(--sx-seo66-system-blue);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-copy'] h2 {
  max-width: 12.5ch;
  color: var(--sx-ink) !important;
  font-size: clamp(2rem, 3.9vw, 3.3rem);
  line-height: 1.04;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-copy'] h2 span {
  color: var(--sx-seo66-system-blue) !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-copy'] p,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-summary'] {
  color: var(--sx-g-600);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='ecommerce'] p {
  color: var(--sx-g-600);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-copy'] strong,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] strong,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='ecommerce'] strong {
  color: var(--sx-ink) !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capabilities'] {
  border: 1px solid var(--sx-g-200);
  border-left: 3px solid var(--sx-seo66-system-blue);
  border-radius: 0.75rem;
  background: var(--sx-surface);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] + [data-sx-seo66='ecommerce-capability'],
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-summary'] {
  border-top-color: var(--sx-g-200);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability']::before,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability']::before {
  color: var(--sx-seo66-system-blue);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] h4,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability'] h4 {
  color: var(--sx-ink) !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] p {
  color: var(--sx-g-600);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-summary'] {
  display: block;
  margin: 0;
  padding: 1rem 1.05rem 1.1rem 3.5rem;
  background: var(--sx-seo66-system-blue-soft);
  font-size: 0.91rem;
  line-height: 1.62;
}

/* Tier comparison follows the homepage's structured data treatment. */
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='comparison'] {
  background: #fff;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='comparison'] > span:first-child,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] > span:first-child,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] > span:first-child,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] > span:first-child {
  color: var(--sx-seo66-system-blue);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='comparison'] h2,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] h2,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] h2,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] h2 {
  color: var(--sx-ink) !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='table-scroll'] {
  border-color: var(--sx-g-200);
  box-shadow: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] th {
  background: var(--sx-seo66-system-blue);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] th:first-child {
  color: #fff !important;
  background: var(--sx-seo66-system-blue);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] th:nth-child(3) {
  background: var(--sx-brand-hover);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] td:nth-child(3) {
  background: var(--sx-seo66-system-blue-soft);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] tbody tr:hover td,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] tbody tr:hover td:first-child {
  background: var(--sx-g-50);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-comparison-table'] tbody tr:hover td:nth-child(3) {
  background: var(--sx-seo66-system-blue-soft);
}

/* FAQ stays light and legible, with blue signalling interaction and state. */
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] {
  background: var(--sx-g-50);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] > p,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] > p,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] > p {
  color: var(--sx-g-600);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] [data-sx-seo66='faq-list'] {
  border-color: var(--sx-g-200);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] details[data-sx-seo66='faq-item'] {
  border-color: var(--sx-g-200);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] details[data-sx-seo66='faq-item'] summary {
  color: var(--sx-ink);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='faq'] [data-sx-seo66='faq-answer'] {
  color: var(--sx-g-600);
}

/* Expertise uses the same white canvas; the blue package is the action anchor. */
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='expertise-unit'] {
  background: #fff;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] {
  background: #fff;
  box-shadow: inset 4px 0 0 var(--sx-seo66-system-blue);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='specialists'] strong {
  color: var(--sx-ink) !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capabilities'] {
  border: 1px solid var(--sx-g-200);
  border-left: 3px solid var(--sx-seo66-system-blue);
  border-radius: 0.75rem;
  background: var(--sx-g-50);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability'] + [data-sx-seo66='specialist-capability'] {
  border-top-color: var(--sx-g-200);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability'] p {
  color: var(--sx-g-600);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='small-business'] {
  background: var(--sx-seo66-system-blue-soft);
  box-shadow: inset 4px 0 0 var(--sx-seo66-system-blue);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='small-business-package'] {
  border-color: var(--sx-seo66-system-blue);
  background: var(--sx-seo66-system-blue);
  box-shadow: none;
}

@media (min-width: 768px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capabilities'] {
    border-right-color: var(--sx-g-200);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability']:nth-child(even),
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='specialist-capability']:nth-child(n + 3) {
    border-color: var(--sx-g-200);
  }
}

/* Final CTA: a clear conversion directory, not an oversized empty endcap. */
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 5vw, 4.5rem);
  border-top: 2px solid var(--sx-warning);
  background: var(--sx-surface-dark);
  box-shadow: inset 4px 0 0 var(--sx-brand);
  scroll-margin-top: 7rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] > div {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] > div > span:first-child {
  display: block;
  margin: 0;
  color: #b9d7ff;
  font-family: var(--sx-font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] h2 {
  max-width: 11ch;
  margin: 0;
  color: #fff !important;
  font-size: clamp(2.35rem, 7vw, 4.7rem);
  line-height: 0.98;
  scroll-margin-top: clamp(9.25rem, 12vw, 11rem);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] h2 span {
  color: #b9d7ff !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] > div > p:first-of-type {
  max-width: 40rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.65;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  min-width: 0;
  margin: 0.5rem 0 0;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid rgba(185, 215, 255, 0.28);
  border-left: 3px solid var(--sx-brand);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] > :first-child {
  display: grid;
  align-content: start;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] > :first-child > div {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 0.8rem;
  align-items: center;
  min-width: 0;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] > :first-child > div > div:first-child {
  display: grid;
  grid-column: 1;
  grid-row: 1 / span 2;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  color: transparent;
  border: 1px solid rgba(185, 215, 255, 0.34);
  border-radius: 999px;
  background: rgba(0, 74, 173, 0.3);
  font-size: 0;
  line-height: 1;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] > :first-child > div > div:first-child::after {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  background: #b9d7ff;
  content: '';
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] > :first-child > div:nth-child(1) > div:first-child::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.8 3.5h2.9l1.4 3.9-2 1.5a12.6 12.6 0 0 0 6 6l1.5-2 3.9 1.4v2.9c0 1-.8 1.9-1.9 1.8C10.9 18.4 5.6 13.1 5 5.4c-.1-1 .8-1.9 1.8-1.9z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.8 3.5h2.9l1.4 3.9-2 1.5a12.6 12.6 0 0 0 6 6l1.5-2 3.9 1.4v2.9c0 1-.8 1.9-1.9 1.8C10.9 18.4 5.6 13.1 5 5.4c-.1-1 .8-1.9 1.8-1.9z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] > :first-child > div:nth-child(2) > div:first-child::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='m4.5 7 7.5 6 7.5-6' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='m4.5 7 7.5 6 7.5-6' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] > :first-child > div:nth-child(3) > div:first-child::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='5.5' width='16' height='15' rx='2' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M4 10h16M8.5 3v4M15.5 3v4M8.5 14h2M13.5 14h2' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='5.5' width='16' height='15' rx='2' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M4 10h16M8.5 3v4M15.5 3v4M8.5 14h2M13.5 14h2' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] h4 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: #fff !important;
  font-family: var(--sx-font-display);
  font-size: 1.06rem;
  line-height: 1.2;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] > :first-child a {
  display: inline-flex;
  grid-column: 2;
  grid-row: 2;
  align-items: center;
  justify-self: start;
  min-height: 2.75rem;
  margin: 0;
  padding: 0;
  color: #b9d7ff;
  border: 0;
  background: transparent;
  font-family: var(--sx-font-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  transition: color 160ms ease;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] > :first-child a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] > :last-child {
  display: grid;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] > :last-child a {
  display: inline-flex;
  width: 100%;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.8rem 1rem;
  color: #fff;
  border: 1px solid var(--sx-brand);
  border-radius: 0.35rem;
  background: var(--sx-brand);
  font-family: var(--sx-font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: background-color 160ms ease, border-color 160ms ease;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] > :last-child a:hover {
  color: #fff;
  border-color: var(--sx-brand-hover);
  background: var(--sx-brand-hover);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] > div > p:last-child {
  max-width: 44rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--sx-font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.55;
}

@media (min-width: 1280px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] > div {
    grid-template-columns: minmax(0, 0.86fr) minmax(22rem, 1.14fr);
    grid-template-areas:
      'eyebrow contacts'
      'heading contacts'
      'copy contacts'
      'note contacts';
    column-gap: clamp(2.5rem, 6vw, 6rem);
    row-gap: 1rem;
    align-items: start;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] > div > span:first-child {
    grid-area: eyebrow;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] h2 {
    grid-area: heading;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] > div > p:first-of-type {
    grid-area: copy;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] [data-sx-v2~='card'] {
    grid-area: contacts;
    align-self: stretch;
    margin: 0;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] > div > p:last-child {
    grid-area: note;
    align-self: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='final-cta'] a {
    transition: none !important;
  }
}

/*
 * Ecommerce SEO showcase:
 * A full-width, white conversion surface inspired by the approved reference.
 * It keeps the real Page-66 copy and client roster, uses ScopeX blue for the
 * active system cues, and reserves orange for the existing global detail only.
 */
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66-section='ecommerce'] {
  position: relative;
  isolation: isolate;
  overflow: visible;
  scroll-margin-top: 5.25rem;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: var(--sx-ink);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-shell'] {
  position: relative;
  overflow: hidden;
  max-width: none;
  padding: clamp(1.35rem, 4vw, 3.75rem) !important;
  border: 1px solid var(--sx-g-200);
  border-radius: clamp(1rem, 2vw, 1.45rem);
  background:
    radial-gradient(circle at 92% 16%, rgba(0, 74, 173, 0.08), transparent 23rem),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 1.45rem 3.4rem rgba(14, 17, 22, 0.07);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-shell']::before {
  position: absolute;
  z-index: -1;
  top: 4.35rem;
  right: clamp(-7rem, -6vw, -2rem);
  width: min(34vw, 27rem);
  height: min(34vw, 27rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 74, 173, 0.1) 0 1px, transparent 1.5px);
  background-size: 0.75rem 0.75rem;
  content: '';
  opacity: 0.58;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-shell'] > span:first-child {
  display: inline-flex;
  min-height: 1.65rem;
  align-items: center;
  margin: 0 0 1.05rem;
  padding: 0.25rem 0.58rem;
  border: 1px solid rgba(0, 74, 173, 0.11);
  border-radius: 0.32rem;
  color: var(--sx-brand) !important;
  background: var(--sx-brand-tint);
  font-family: var(--sx-font-mono);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-layout'] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    'copy'
    'stage'
    'trust'
    'services'
    'detail';
  gap: clamp(1.4rem, 3.5vw, 3.25rem);
  align-items: start;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-copy'] {
  display: grid;
  grid-area: copy;
  align-content: start;
  gap: 1rem;
  min-width: 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-copy'] h2 {
  max-width: 11.5ch;
  margin: 0 !important;
  scroll-margin-top: clamp(10rem, 13vw, 12rem);
  color: var(--sx-ink) !important;
  font-size: clamp(2.35rem, 8.5vw, 4.55rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-copy'] h2 span {
  color: var(--sx-brand) !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-lead'] {
  max-width: 37rem;
  margin: 0 !important;
  color: var(--sx-g-600) !important;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.66;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-benefits'] {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.15rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-benefit'] {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  column-gap: 0.8rem;
  align-items: center;
  min-width: 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-benefit-icon'] {
  display: grid;
  grid-row: 1 / span 2;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 1px solid rgba(0, 74, 173, 0.1);
  border-radius: 50%;
  background: #f1f6ff;
  box-shadow: 0 0.45rem 1rem rgba(0, 74, 173, 0.08);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-benefit-icon']::after {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: var(--sx-brand);
  content: '';
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-benefit']:nth-child(1) [data-sx-seo66='ecommerce-benefit-icon']::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='5.4' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m15 15 4.4 4.4' fill='none' stroke='black' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='5.4' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m15 15 4.4 4.4' fill='none' stroke='black' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-benefit']:nth-child(2) [data-sx-seo66='ecommerce-benefit-icon']::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19V12M10 19V8M15 19V5M20 19v-9' fill='none' stroke='black' stroke-linecap='round' stroke-width='2.4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19V12M10 19V8M15 19V5M20 19v-9' fill='none' stroke='black' stroke-linecap='round' stroke-width='2.4'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-benefit']:nth-child(3) [data-sx-seo66='ecommerce-benefit-icon']::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5h2l1.4 9.1h9.7l1.5-6.3H7.1M9 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM16 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.9'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5h2l1.4 9.1h9.7l1.5-6.3H7.1M9 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM16 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.9'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-benefit'] h3 {
  margin: 0 !important;
  color: var(--sx-ink) !important;
  font-family: var(--sx-font-display);
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-benefit'] p {
  grid-column: 2;
  margin: 0.25rem 0 0 !important;
  color: var(--sx-g-600) !important;
  font-size: 0.83rem;
  line-height: 1.45;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-actions'] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.7rem;
  margin-top: 0.2rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-actions'] a {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.78rem 1rem;
  border-radius: 0.38rem;
  font-family: var(--sx-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document a[data-sx-seo66='ecommerce-primary-action'] {
  color: #fff !important;
  border: 1px solid var(--sx-brand);
  background: var(--sx-brand);
  box-shadow: 0 0.65rem 1.35rem rgba(0, 74, 173, 0.16);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document a[data-sx-seo66='ecommerce-primary-action'] span {
  margin-left: 0.35rem;
  font-size: 1.08rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document a[data-sx-seo66='ecommerce-secondary-action'] {
  color: var(--sx-brand) !important;
  border: 1px solid var(--sx-brand);
  background: #fff;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-actions'] a:hover {
  transform: translateY(-1px);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document a[data-sx-seo66='ecommerce-primary-action']:hover {
  color: #fff !important;
  border-color: var(--sx-brand-hover);
  background: var(--sx-brand-hover);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document a[data-sx-seo66='ecommerce-secondary-action']:hover {
  color: #fff !important;
  background: var(--sx-brand);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage'] {
  position: relative;
  display: grid;
  grid-area: stage;
  gap: 0.9rem;
  min-width: 0;
  padding: clamp(1rem, 2.4vw, 1.45rem);
  border: 1px solid rgba(0, 74, 173, 0.14);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1.25rem 2.6rem rgba(0, 47, 109, 0.12);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage']::before {
  position: absolute;
  z-index: -1;
  top: -1.5rem;
  right: -1.2rem;
  bottom: -1.5rem;
  left: -1.2rem;
  border-radius: 1.3rem;
  background: radial-gradient(circle at 50% 45%, rgba(0, 74, 173, 0.1), transparent 65%);
  content: '';
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-metrics'] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.7rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-metric'] {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
  padding: 0.9rem;
  border: 1px solid var(--sx-g-100);
  border-radius: 0.65rem;
  background: #fff;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-metric'] span {
  color: var(--sx-g-600);
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.3;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-metric'] strong {
  color: var(--sx-ink) !important;
  font-family: var(--sx-font-display);
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-chart'] {
  display: block;
  width: 100%;
  height: auto;
  margin: 0.1rem 0 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-work'] {
  display: none;
  overflow: hidden;
  border: 1px solid var(--sx-g-100);
  border-radius: 0.65rem;
  background: #fff;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-work'] > p {
  margin: 0 !important;
  padding: 0.75rem 0.9rem;
  color: var(--sx-g-600) !important;
  border-bottom: 1px solid var(--sx-g-100);
  font-family: var(--sx-font-mono);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-work'] > div {
  display: flex;
  min-height: 2.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.9rem;
  color: var(--sx-ink);
  border-bottom: 1px solid var(--sx-g-100);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.25;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-work'] > div:last-child {
  border-bottom: 0;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-work'] > div span {
  flex: 0 0 auto;
  color: var(--sx-brand);
  font-family: var(--sx-font-mono);
  font-size: 0.75rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-note'] {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 !important;
  padding: 0.72rem 0.85rem;
  color: var(--sx-ink) !important;
  border: 1px solid rgba(0, 74, 173, 0.1);
  border-radius: 0.6rem;
  background: var(--sx-brand-tint);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.36;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-note'] span {
  display: grid;
  flex: 0 0 auto;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--sx-brand);
  font-size: 0.78rem;
  line-height: 1;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-note'] span::before {
  content: '\2713';
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-trust'] {
  display: grid;
  grid-area: trust;
  gap: 0.65rem;
  padding-top: 0.2rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-trust'] > p {
  margin: 0 !important;
  color: var(--sx-g-500) !important;
  font-family: var(--sx-font-mono);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-client-logos'] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-client-logos'] a {
  display: grid;
  min-height: 4.35rem;
  place-items: center;
  padding: 0.5rem 0.6rem;
  border: 1px solid var(--sx-g-100);
  border-radius: 0.5rem;
  background: #fff;
  opacity: 1;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-client-logos'] a:hover,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-client-logos'] a:focus-visible {
  border-color: rgba(0, 74, 173, 0.35);
  box-shadow: 0 0.55rem 1.2rem rgba(0, 74, 173, 0.08);
  transform: translateY(-1px);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-client-logos'] img {
  display: block;
  width: 100%;
  max-width: 9rem;
  height: 3.1rem;
  object-fit: contain;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-ecommerce-logo-shape='square'],
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-ecommerce-logo-shape='portrait'] {
  min-height: 5.45rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-ecommerce-logo-shape='square'] img,
body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-ecommerce-logo-shape='portrait'] img {
  width: 5rem;
  max-width: 5rem;
  height: 4.35rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-client-logos'] a[href='https://erplumbingnheating.ca'] {
  min-height: 7.35rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document img[src*='logo-erplumbingnheating-ca.png'] {
  width: 6.75rem;
  max-width: 6.75rem;
  height: 6.75rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-client-logos'] a[href='https://melismaid.com'] {
  overflow: hidden;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document img[src*='logo-melismaid-com.png'] {
  transform: scale(1.15);
  transform-origin: center;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capabilities'] {
  display: grid;
  grid-area: services;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-core'] {
  display: grid;
  gap: 0.6rem;
  padding-top: clamp(0.7rem, 2vw, 1.15rem);
  margin-bottom: 0.25rem;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-core'] span {
  color: var(--sx-brand);
  font-family: var(--sx-font-mono);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-core'] h3 {
  max-width: 20ch;
  margin: 0 !important;
  color: var(--sx-ink) !important;
  font-family: var(--sx-font-display);
  font-size: clamp(1.55rem, 3.3vw, 2.25rem);
  letter-spacing: -0.045em;
  line-height: 1.06;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-core'] p {
  max-width: 43rem;
  margin: 0 !important;
  color: var(--sx-g-600) !important;
  font-size: 0.92rem;
  line-height: 1.55;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  min-width: 0;
  padding: 1.2rem !important;
  border: 1px solid var(--sx-g-200) !important;
  border-radius: 0.65rem;
  background: #fff;
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] + [data-sx-seo66='ecommerce-capability'] {
  border-top: 1px solid var(--sx-g-200) !important;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability']::before {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  margin: 0 0 0.25rem;
  color: transparent;
  border: 1px solid rgba(0, 74, 173, 0.09);
  border-radius: 50%;
  background-color: #f1f6ff;
  content: '';
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability']::after {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
  width: 1.25rem;
  height: 1.25rem;
  background: var(--sx-brand);
  content: '';
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'][data-sx-seo66-index='01']::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 8.4 10.7 3h6.4l2.4 2.4v6.4L13.1 18l-8.6-8.6V8.4Z' fill='none' stroke='black' stroke-linejoin='round' stroke-width='1.9'/%3E%3Ccircle cx='15.3' cy='7.1' r='1.15' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 8.4 10.7 3h6.4l2.4 2.4v6.4L13.1 18l-8.6-8.6V8.4Z' fill='none' stroke='black' stroke-linejoin='round' stroke-width='1.9'/%3E%3Ccircle cx='15.3' cy='7.1' r='1.15' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'][data-sx-seo66-index='02']::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='5' width='16' height='14' rx='2' fill='none' stroke='black' stroke-width='1.9'/%3E%3Cpath d='M8 9.5h8M9.5 13h2M13.5 13h1M9.5 16h5' fill='none' stroke='black' stroke-linecap='round' stroke-width='1.9'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='5' width='16' height='14' rx='2' fill='none' stroke='black' stroke-width='1.9'/%3E%3Cpath d='M8 9.5h8M9.5 13h2M13.5 13h1M9.5 16h5' fill='none' stroke='black' stroke-linecap='round' stroke-width='1.9'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'][data-sx-seo66-index='03']::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 5.2h6l3.8 3.8v9.7H7.5A2.5 2.5 0 0 1 5 16.2V7.7a2.5 2.5 0 0 1 2.5-2.5Z' fill='none' stroke='black' stroke-width='1.9'/%3E%3Cpath d='M13.5 5.2V9h3.8M8.5 13h5.8M8.5 16h4.2' fill='none' stroke='black' stroke-linecap='round' stroke-width='1.9'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 5.2h6l3.8 3.8v9.7H7.5A2.5 2.5 0 0 1 5 16.2V7.7a2.5 2.5 0 0 1 2.5-2.5Z' fill='none' stroke='black' stroke-width='1.9'/%3E%3Cpath d='M13.5 5.2V9h3.8M8.5 13h5.8M8.5 16h4.2' fill='none' stroke='black' stroke-linecap='round' stroke-width='1.9'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'][data-sx-seo66-index='04']::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14 14 10M8.2 16.7l-1.6 1.6a3.5 3.5 0 1 1-5-5L5.8 9M14.2 15l4.2-4.2a3.5 3.5 0 1 0-5-5L11.8 7.4' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.9'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14 14 10M8.2 16.7l-1.6 1.6a3.5 3.5 0 1 1-5-5L5.8 9M14.2 15l4.2-4.2a3.5 3.5 0 1 0-5-5L11.8 7.4' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.9'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] h4 {
  grid-column: auto;
  grid-row: auto;
  margin: 0 !important;
  color: var(--sx-ink) !important;
  font-family: var(--sx-font-display);
  font-size: 1.06rem;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] h4::after {
  display: none;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] p {
  grid-column: auto;
  grid-row: auto;
  margin: 0 !important;
  color: var(--sx-g-600) !important;
  font-size: 0.88rem;
  line-height: 1.52;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability']:hover {
  border-color: rgba(0, 74, 173, 0.3) !important;
  box-shadow: 0 0.75rem 1.4rem rgba(0, 74, 173, 0.07);
  transform: translateY(-2px);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-summary'] {
  grid-column: 1 / -1;
  margin: 0.25rem 0 0 !important;
  padding: 0.95rem 1rem !important;
  color: var(--sx-g-600) !important;
  border: 1px solid var(--sx-g-200);
  border-left: 3px solid var(--sx-brand);
  border-radius: 0.5rem;
  background: var(--sx-g-50);
  font-size: 0.9rem;
  line-height: 1.58;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-summary'] > p {
  margin: 0 !important;
  color: inherit !important;
  font: inherit;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-detail-copy'] {
  display: grid;
  grid-area: detail;
  gap: 0.9rem;
  padding-top: 0.15rem;
  border-top: 1px solid var(--sx-g-200);
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-detail'] {
  max-width: 72ch;
  margin: 0 !important;
  color: var(--sx-g-600) !important;
  font-size: 0.94rem;
  line-height: 1.65;
}

body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-detail'] strong {
  color: var(--sx-ink) !important;
}

@media (min-width: 640px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-actions'] {
    grid-template-columns: repeat(2, minmax(0, max-content));
    justify-content: start;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-actions'] a {
    min-width: 11.5rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-metrics'] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage-work'] {
    display: block;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-client-logos'] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capabilities'] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-core'],
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-summary'] {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='tier-card'] {
    max-width: none;
    margin: 0 0 clamp(1.15rem, 2.5vw, 1.75rem) !important;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-layout'] {
    grid-template-columns: minmax(0, 1fr) minmax(24rem, 1fr);
    grid-template-areas:
      'copy stage'
      'trust trust'
      'services services'
      'detail detail';
    column-gap: clamp(2.2rem, 4.8vw, 5.25rem);
    row-gap: clamp(1.75rem, 3.25vw, 2.8rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-copy'] {
    padding-top: clamp(0.3rem, 1.6vw, 1.25rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-copy'] h2 {
    max-width: none;
    font-size: clamp(2.7rem, 4vw, 4rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-benefits'] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.4vw, 1.25rem);
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-benefit'] {
    grid-template-columns: 2.4rem minmax(0, 1fr);
    column-gap: 0.55rem;
    align-items: start;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-benefit-icon'] {
    width: 2.25rem;
    height: 2.25rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-benefit'] h3 {
    padding-top: 0.2rem;
    font-size: 0.9rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-benefit'] p {
    grid-column: 1 / -1;
    margin-top: 0.45rem !important;
    font-size: 0.75rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-stage'] {
    min-height: 100%;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-trust'] {
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: center;
    gap: clamp(1.2rem, 2.5vw, 2.2rem);
    padding-top: 0.35rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-client-logos'] {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-client-logos'] a {
    min-height: 4.5rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capabilities'] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-core'] {
    grid-template-columns: minmax(0, 0.85fr) minmax(16rem, 1.15fr);
    column-gap: clamp(1.5rem, 4vw, 4.5rem);
    align-items: end;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-core'] span {
    grid-column: 1;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-core'] h3 {
    grid-column: 1;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-core'] p {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-detail-copy'] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.25rem, 3vw, 3rem);
    padding-top: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-actions'] a,
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-client-logos'] a,
  body.sx-sitewide-v2--seo-page-66 .sx-seo66-document [data-sx-seo66='ecommerce-capability'] {
    transition: none !important;
  }
}
