/* Live ScopeX V2 page shell. */
body.sx-live-v2 {
  width: 100%;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--sx-surface);
  color: var(--sx-ink);
  overflow-x: clip;
}

body.sx-live-v2 .wp-site-blocks,
body.sx-live-v2 .entry-content,
body.sx-live-v2 .wp-block-post-content {
  margin: 0;
  padding: 0;
}

.sx-live,
.sx-live * {
  box-sizing: border-box;
}

.sx-live {
  background: var(--sx-surface);
  color: var(--sx-ink);
}

.sx-live h1,
.sx-live h2,
.sx-live h3,
.sx-live p,
.sx-live ol,
.sx-live ul,
.sx-live figure,
.sx-live dl,
.sx-live dd {
  margin-top: 0;
}

.sx-live h1,
.sx-live h2,
.sx-live h3 {
  letter-spacing: 0;
  color: var(--sx-ink) !important;
}

.sx-live .sx-eyebrow {
  color: var(--sx-brand) !important;
}

.sx-live .sx-eyebrow--light {
  color: #8cc7ff !important;
}

.sx-live h1,
.sx-live h2 {
  font-family: var(--sx-font-display);
  font-weight: 700;
}

.sx-live h1 {
  margin-bottom: var(--sx-s-5);
  font-size: clamp(2.45rem, 5vw, 5.2rem);
  line-height: 1.02;
}

.sx-live h2 {
  margin-bottom: var(--sx-s-4);
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 1.06;
}

.sx-live h3 {
  margin-bottom: var(--sx-s-3);
  font-family: var(--sx-font-display);
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 1.18;
}

.sx-live p {
  color: var(--sx-g-600);
  line-height: 1.65;
}

.sx-live a:focus-visible,
.sx-live button:focus-visible,
.sx-live input:focus-visible,
.sx-live textarea:focus-visible {
  outline: 3px solid var(--sx-brand);
  outline-offset: 3px;
}

.sx-live-hero {
  padding: var(--sx-s-8) 0 var(--sx-s-9);
  border-bottom: 1px solid var(--sx-g-200);
  background: var(--sx-surface);
}

.sx-live-contact-hero {
  background: #f4f7fa;
}

.sx-live-hero__copy {
  min-width: 0;
}

.sx-live-hero__lead {
  max-width: 720px;
  margin-bottom: var(--sx-s-6);
  font-size: 1.075rem;
}

.sx-live-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sx-s-4);
}

.sx-live-hero__actions .sx-btn,
.sx-live-cta-band .sx-btn {
  min-height: 48px;
}

.sx-live-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sx-brand);
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
}

.sx-live-link:hover,
.sx-live-link:focus-visible {
  color: var(--sx-brand-hover);
}

.sx-live-hero__note {
  margin: var(--sx-s-6) 0 0;
  font-family: var(--sx-font-mono);
  font-size: 0.75rem;
  color: var(--sx-g-600);
}

.sx-live-contact-hero__grid,
.sx-live-about-hero__grid {
  display: grid;
  gap: var(--sx-s-7);
}

.sx-live-contact-console,
.sx-live-metric-console {
  margin: 0;
  overflow: hidden;
  border: 1px solid #27303b;
  border-radius: 8px;
  background: var(--sx-surface-dark);
  color: var(--sx-surface);
}

.sx-live-contact-console__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sx-s-4);
  padding: var(--sx-s-4) var(--sx-s-5);
  border-bottom: 1px solid rgba(250, 250, 247, 0.14);
  font-family: var(--sx-font-mono);
  font-size: 0.75rem;
  color: rgba(250, 250, 247, 0.62);
  text-transform: uppercase;
}

.sx-live-contact-console__head b {
  color: #8cc7ff;
  font-weight: 500;
}

.sx-live-contact-console > a,
.sx-live-contact-console > div:not(.sx-live-contact-console__head) {
  display: grid;
  gap: 5px;
  padding: var(--sx-s-4) var(--sx-s-5);
  border-bottom: 1px solid rgba(250, 250, 247, 0.1);
  color: var(--sx-surface);
  text-decoration: none;
}

.sx-live-contact-console > div:last-child {
  border-bottom: 0;
}

.sx-live-contact-console span {
  font-family: var(--sx-font-mono);
  font-size: 0.72rem;
  color: rgba(250, 250, 247, 0.5);
}

.sx-live-contact-console strong {
  font-size: 1rem;
  line-height: 1.35;
}

.sx-live-contact-console > a:hover strong,
.sx-live-contact-console > a:focus-visible strong {
  color: #8cc7ff;
}

.sx-live-section {
  padding: var(--sx-s-9) 0;
}

.sx-live-section--muted {
  background: #edf3f7;
}

.sx-live-section-heading {
  max-width: 800px;
  margin-bottom: var(--sx-s-7);
}

.sx-live-section-heading > p:last-child {
  max-width: 690px;
  margin-bottom: 0;
  font-size: 1.05rem;
}

.sx-live-section-heading--compact {
  margin-bottom: var(--sx-s-6);
}

.sx-live-contact-form-section__grid {
  display: grid;
  gap: var(--sx-s-8);
}

.sx-live-section-copy > p {
  max-width: 570px;
  margin-bottom: var(--sx-s-6);
  font-size: 1.05rem;
}

.sx-live-next-steps {
  display: grid;
  gap: 0;
  max-width: 570px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--sx-g-200);
}

.sx-live-next-steps li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: var(--sx-s-4);
  padding: var(--sx-s-4) 0;
  border-bottom: 1px solid var(--sx-g-200);
}

.sx-live-next-steps > li > span,
.sx-live-principles > article > span,
.sx-live-values > li > span {
  padding-top: 3px;
  color: var(--sx-brand);
  font-family: var(--sx-font-mono);
  font-size: 0.75rem;
}

.sx-live-next-steps strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.9375rem;
}

.sx-live-next-steps p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.sx-live-form {
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--sx-g-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(14, 17, 22, 0.06);
}

.sx-live-form__grid {
  display: grid;
  gap: var(--sx-s-4);
}

.sx-live-form label,
.sx-live-fieldset,
.sx-live-form__message {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.sx-live-form label > span,
.sx-live-fieldset legend,
.sx-live-form__message > span {
  color: var(--sx-ink);
  font-size: 0.84rem;
  font-weight: 700;
}

.sx-live-form b,
.sx-live-fieldset b {
  color: var(--sx-brand);
}

.sx-live-form input:not([type="checkbox"]):not([type="radio"]),
.sx-live-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--sx-g-200);
  border-radius: 6px;
  background: var(--sx-surface);
  color: var(--sx-ink);
  font: inherit;
  line-height: 1.45;
  padding: 12px 13px;
}

.sx-live-form textarea {
  resize: vertical;
}

.sx-live-form input::placeholder,
.sx-live-form textarea::placeholder {
  color: var(--sx-g-400);
}

.sx-live-form input:not([type="checkbox"]):not([type="radio"]):focus,
.sx-live-form textarea:focus {
  border-color: var(--sx-brand);
  outline: none;
}

.sx-live-fieldset {
  margin: var(--sx-s-6) 0 0;
  padding: var(--sx-s-6) 0 0;
  border: 0;
  border-top: 1px solid var(--sx-g-200);
}

.sx-live-fieldset legend {
  float: left;
  width: 100%;
  margin-bottom: var(--sx-s-3);
}

.sx-live-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  clear: both;
}

.sx-live-choice {
  position: relative;
  display: flex !important;
  align-items: center;
  min-height: 48px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--sx-g-200);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: border-color var(--sx-d-fast) var(--sx-ease), background-color var(--sx-d-fast) var(--sx-ease), color var(--sx-d-fast) var(--sx-ease);
}

.sx-live-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.sx-live-choice span {
  color: var(--sx-g-600);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
}

.sx-live-choice:hover,
.sx-live-choice.is-selected {
  border-color: var(--sx-brand);
  background: var(--sx-brand-tint);
}

.sx-live-choice.is-selected span {
  color: var(--sx-brand-deep);
}

.sx-live-choice:has(input:focus-visible) {
  outline: 3px solid var(--sx-brand);
  outline-offset: 2px;
}

.sx-live-choice-grid--soft .sx-live-choice {
  background: var(--sx-g-50);
}

.sx-live-choice-grid--timeline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sx-live-form__message {
  margin-top: var(--sx-s-6);
}

.sx-live-consent {
  display: flex !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 10px !important;
  margin-top: var(--sx-s-5);
  color: var(--sx-g-600);
  font-size: 0.84rem;
  line-height: 1.45;
}

.sx-live-consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--sx-brand);
}

.sx-live-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.sx-live-form__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sx-s-4);
  margin-top: var(--sx-s-5);
}

.sx-live-form__footer .sx-btn {
  min-height: 48px;
}

.sx-live-form__footer p,
.sx-live-form__status {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
}

.sx-live-form__footer p {
  max-width: 380px;
  color: var(--sx-g-600);
}

.sx-live-form__footer a {
  color: var(--sx-brand);
}

.sx-live-form__status {
  min-height: 1.4em;
  margin-top: var(--sx-s-4);
  color: var(--sx-success);
}

.sx-live-form__status.is-error {
  color: var(--sx-error);
}

.sx-live-form [type="submit"][disabled] {
  cursor: wait;
  opacity: 0.72;
}

.sx-live-principles {
  display: grid;
  border-top: 1px solid var(--sx-g-200);
}

.sx-live-principles article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: var(--sx-s-3);
  padding: var(--sx-s-5) 0;
  border-bottom: 1px solid var(--sx-g-200);
}

.sx-live-principles h3,
.sx-live-principles p {
  grid-column: 2;
  margin-bottom: 0;
}

.sx-live-principles p {
  margin-top: 7px;
  font-size: 0.92rem;
}

.sx-live-cta-band {
  padding: var(--sx-s-8) 0;
  background: var(--sx-surface-dark);
  color: var(--sx-surface);
}

.sx-live-cta-band__inner {
  display: grid;
  gap: var(--sx-s-6);
  align-items: center;
}

.sx-live-cta-band h2 {
  max-width: 800px;
  margin-bottom: var(--sx-s-4);
  color: var(--sx-surface) !important;
}

.sx-live-cta-band p:not(.sx-eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(250, 250, 247, 0.68);
}

.sx-live-links-section {
  padding-bottom: calc(var(--sx-s-9) + var(--sx-s-3));
}

.sx-live-resource-links {
  display: grid;
  border-top: 1px solid var(--sx-g-200);
}

.sx-live-resource-links a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px var(--sx-s-4);
  padding: var(--sx-s-5) 0;
  border-bottom: 1px solid var(--sx-g-200);
  color: var(--sx-ink);
  text-decoration: none;
}

.sx-live-resource-links a::after {
  align-self: center;
  color: var(--sx-brand);
  content: '->';
  font-weight: 700;
}

.sx-live-resource-links strong {
  font-family: var(--sx-font-display);
  font-size: 1.1rem;
}

.sx-live-resource-links span {
  grid-column: 1;
  color: var(--sx-g-600);
  font-size: 0.9rem;
}

.sx-live-resource-links a:hover strong,
.sx-live-resource-links a:focus-visible strong {
  color: var(--sx-brand);
}

/* About */
.sx-live-about-hero {
  background: var(--sx-surface);
}

.sx-live-metric-console {
  display: grid;
}

.sx-live-metric-console > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px var(--sx-s-4);
  align-items: end;
  padding: var(--sx-s-4) var(--sx-s-5);
  border-bottom: 1px solid rgba(250, 250, 247, 0.12);
}

.sx-live-metric-console > div:last-child {
  border-bottom: 0;
}

.sx-live-metric-console dt,
.sx-live-metric-console small {
  color: rgba(250, 250, 247, 0.5);
  font-family: var(--sx-font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.sx-live-metric-console dd {
  margin: 0;
  color: var(--sx-surface);
  font-family: var(--sx-font-display);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.sx-live-metric-console small {
  grid-column: 1 / -1;
  font-size: 0.65rem;
  text-transform: none;
}

.sx-live-story-grid {
  display: grid;
  gap: var(--sx-s-7);
}

.sx-live-story-copy {
  max-width: 700px;
}

.sx-live-story-copy p {
  font-size: 1.05rem;
}

.sx-live-story-copy p:last-child {
  margin-bottom: 0;
}

.sx-live-founder-section {
  padding: var(--sx-s-9) 0;
  background: var(--sx-surface-dark);
  color: var(--sx-surface);
}

.sx-live-founder-section__grid {
  display: grid;
  gap: var(--sx-s-7);
  align-items: center;
}

.sx-live-founder-photo {
  max-width: 510px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(250, 250, 247, 0.14);
  border-radius: 8px;
  background: #20252d;
  aspect-ratio: 3 / 4;
}

.sx-live-founder-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.sx-live-founder-copy h2 {
  margin-bottom: 6px;
  color: var(--sx-surface) !important;
}

.sx-live-founder-copy > p:not(.sx-eyebrow) {
  max-width: 680px;
  color: rgba(250, 250, 247, 0.72);
  font-size: 1.03rem;
}

.sx-live-founder-role {
  margin-bottom: var(--sx-s-6) !important;
  color: #8cc7ff !important;
  font-family: var(--sx-font-mono);
  font-size: 0.75rem !important;
  text-transform: uppercase;
}

.sx-live-link--light {
  margin-top: var(--sx-s-3);
  color: #8cc7ff;
}

.sx-live-link--light:hover,
.sx-live-link--light:focus-visible {
  color: var(--sx-surface);
}

.sx-live-dual-statement {
  display: grid;
  border-top: 1px solid var(--sx-g-200);
}

.sx-live-dual-statement article {
  padding: var(--sx-s-6) 0;
  border-bottom: 1px solid var(--sx-g-200);
}

.sx-live-dual-statement p {
  margin-bottom: var(--sx-s-3);
  color: var(--sx-brand);
  font-family: var(--sx-font-mono);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.sx-live-dual-statement h3 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  line-height: 1.35;
}

.sx-live-values {
  display: grid;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--sx-g-200);
}

.sx-live-values li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: var(--sx-s-4);
  padding: var(--sx-s-5) 0;
  border-bottom: 1px solid var(--sx-g-200);
}

.sx-live-values h3,
.sx-live-values p {
  margin-bottom: 0;
}

.sx-live-values p {
  margin-top: 8px;
}

.sx-live-service-lines {
  display: grid;
  border-top: 1px solid var(--sx-g-200);
}

.sx-live-service-lines a {
  position: relative;
  display: block;
  min-height: 142px;
  padding: var(--sx-s-5) var(--sx-s-7) var(--sx-s-5) 0;
  border-bottom: 1px solid var(--sx-g-200);
  color: var(--sx-ink);
  text-decoration: none;
}

.sx-live-service-lines h3,
.sx-live-service-lines p {
  max-width: 430px;
  margin-bottom: 0;
}

.sx-live-service-lines p {
  margin-top: 8px;
  font-size: 0.9rem;
}

.sx-live-service-lines a > span {
  position: absolute;
  top: var(--sx-s-5);
  right: 0;
  color: var(--sx-brand);
  font-weight: 700;
}

.sx-live-service-lines a:hover h3,
.sx-live-service-lines a:focus-visible h3 {
  color: var(--sx-brand);
}

@media (min-width: 640px) {
  .sx-live-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sx-live-form__full {
    grid-column: 1 / -1;
  }

  .sx-live-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sx-live-principles article:nth-child(odd) {
    padding-right: var(--sx-s-6);
    border-right: 1px solid var(--sx-g-200);
  }

  .sx-live-principles article:nth-child(even) {
    padding-left: var(--sx-s-6);
  }

  .sx-live-resource-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: var(--sx-s-7);
  }

  .sx-live-dual-statement {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--sx-s-7);
  }

  .sx-live-dual-statement article:first-child {
    border-right: 1px solid var(--sx-g-200);
    padding-right: var(--sx-s-7);
  }

  .sx-live-service-lines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: var(--sx-s-7);
  }
}

@media (min-width: 900px) {
  .sx-live-contact-hero__grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr);
    align-items: end;
  }

  .sx-live-contact-form-section__grid {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
  }

  .sx-live-cta-band__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .sx-live-about-hero__grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
    align-items: end;
  }

  .sx-live-story-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }

  .sx-live-founder-section__grid {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: var(--sx-s-10);
  }

  .sx-live-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: var(--sx-s-8);
  }

  .sx-live-values li:nth-child(odd) {
    padding-right: var(--sx-s-6);
    border-right: 1px solid var(--sx-g-200);
  }

  .sx-live-values li:nth-child(even) {
    padding-left: var(--sx-s-6);
  }
}

@media (min-width: 1120px) {
  .sx-live-service-lines {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: var(--sx-s-6);
  }

  .sx-live-service-lines a {
    min-height: 178px;
  }
}

@media (max-width: 639px) {
  .sx-live-hero {
    padding-top: var(--sx-s-7);
    padding-bottom: var(--sx-s-8);
  }

  .sx-live-choice-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sx-live-form__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .sx-live-form__footer .sx-btn {
    width: 100%;
  }

  .sx-live-resource-links {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sx-live-v2 *,
  body.sx-live-v2 *::before,
  body.sx-live-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Small Business Growth System */
.sx-growth {
  overflow: hidden;
}

.sx-growth-hero {
  padding: var(--sx-s-9) 0 var(--sx-s-10);
  border-bottom: 1px solid var(--sx-g-200);
  background: #f4f7fa;
}

.sx-growth-hero__grid,
.sx-growth-intro__grid,
.sx-growth-region__grid,
.sx-growth-scope__grid {
  display: grid;
  gap: var(--sx-s-8);
}

.sx-growth-hero h1 {
  max-width: 800px;
  margin-bottom: var(--sx-s-5);
  font-size: 3.25rem;
}

.sx-growth-hero__lead {
  max-width: 690px;
  margin-bottom: var(--sx-s-6);
  font-size: 1.075rem;
}

.sx-growth-hero__signals {
  display: grid;
  gap: 0;
  margin: var(--sx-s-8) 0 0;
  border-top: 1px solid var(--sx-g-200);
}

.sx-growth-hero__signals div {
  padding: var(--sx-s-4) 0;
  border-bottom: 1px solid var(--sx-g-200);
}

.sx-growth-hero__signals dt,
.sx-growth-console__head,
.sx-growth-console__layers > li > span,
.sx-growth-problems > article > span,
.sx-growth-model__steps > li > span,
.sx-growth-channels > a > span {
  font-family: var(--sx-font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sx-growth-hero__signals dt {
  margin-bottom: 5px;
  color: var(--sx-brand);
}

.sx-growth-hero__signals dd {
  margin: 0;
  color: var(--sx-g-600);
  font-size: 0.9rem;
  line-height: 1.55;
}

.sx-growth-console {
  margin: 0;
  overflow: hidden;
  border: 1px solid #27303b;
  border-radius: 8px;
  background: var(--sx-surface-dark);
  color: var(--sx-surface);
  box-shadow: var(--sx-sh-3);
}

.sx-growth-console__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sx-s-4);
  padding: var(--sx-s-5);
  border-bottom: 1px solid rgba(250, 250, 247, 0.14);
  color: rgba(250, 250, 247, 0.58);
}

.sx-growth-console__head h2 {
  margin: 0;
  color: var(--sx-surface) !important;
  font-family: var(--sx-font-display);
  font-size: 1.05rem;
  line-height: 1.2;
  text-transform: none;
}

.sx-growth-console__head span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #a6e0bd;
  white-space: nowrap;
}

.sx-growth-console__head span::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #27c56a;
  content: '';
}

.sx-growth-console__layers {
  display: grid;
  gap: var(--sx-s-3);
  margin: 0;
  padding: var(--sx-s-5);
  list-style: none;
}

.sx-growth-console__layers li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: var(--sx-s-3);
  padding: var(--sx-s-4);
  border: 1px solid rgba(250, 250, 247, 0.12);
  border-radius: 6px;
  background: rgba(250, 250, 247, 0.04);
}

.sx-growth-console__layers li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 6px;
  background: rgba(25, 118, 210, 0.22);
  color: #9dceff;
}

.sx-growth-console__layers strong,
.sx-growth-console__layers p,
.sx-growth-console__layers b {
  margin: 0;
}

.sx-growth-console__layers strong {
  display: block;
  margin-bottom: 4px;
  color: var(--sx-surface);
  font-size: 0.98rem;
}

.sx-growth-console__layers p {
  color: rgba(250, 250, 247, 0.62);
  font-size: 0.83rem;
  line-height: 1.45;
}

.sx-growth-console__layers b {
  grid-column: 2;
  color: #60c4ff;
  font-family: var(--sx-font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

.sx-growth-console__signals {
  display: grid;
  border-top: 1px solid rgba(250, 250, 247, 0.12);
}

.sx-growth-console__signals span {
  display: grid;
  gap: 4px;
  padding: var(--sx-s-4) var(--sx-s-5);
  border-bottom: 1px solid rgba(250, 250, 247, 0.12);
  color: rgba(250, 250, 247, 0.58);
  font-size: 0.8rem;
  line-height: 1.45;
}

.sx-growth-console__signals span:last-child {
  border-bottom: 0;
}

.sx-growth-console__signals b {
  color: var(--sx-surface);
  font-family: var(--sx-font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
}

.sx-growth-intro__grid p {
  max-width: 720px;
  margin: 0;
  font-size: 1.1rem;
}

.sx-growth-reasons {
  display: grid;
  margin-top: var(--sx-s-8);
  border-top: 1px solid var(--sx-g-200);
}

.sx-growth-reasons article {
  padding: var(--sx-s-6) 0;
  border-bottom: 1px solid var(--sx-g-200);
}

.sx-growth-reasons article > span {
  display: block;
  margin-bottom: var(--sx-s-4);
  color: var(--sx-brand);
  font-family: var(--sx-font-mono);
  font-size: 0.72rem;
  font-weight: 600;
}

.sx-growth-reasons h3,
.sx-growth-reasons p {
  margin-bottom: 0;
}

.sx-growth-reasons p {
  margin-top: 8px;
  font-size: 0.9rem;
}

.sx-growth-channels {
  display: grid;
  border-top: 1px solid var(--sx-g-200);
  border-left: 1px solid var(--sx-g-200);
}

.sx-growth-channels > a {
  position: relative;
  display: grid;
  min-height: 198px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: start;
  gap: var(--sx-s-5);
  padding: var(--sx-s-6);
  border-right: 1px solid var(--sx-g-200);
  border-bottom: 1px solid var(--sx-g-200);
  color: var(--sx-ink);
  text-decoration: none;
}

.sx-growth-channels > a > span {
  grid-column: 1 / -1;
  color: var(--sx-brand);
}

.sx-growth-channels h3,
.sx-growth-channels p {
  margin-bottom: 0;
}

.sx-growth-channels p {
  margin-top: 8px;
  font-size: 0.9rem;
}

.sx-growth-channels i {
  align-self: end;
  color: var(--sx-brand);
  font-style: normal;
  font-weight: 700;
}

.sx-growth-channels > a:hover,
.sx-growth-channels > a:focus-visible {
  background: var(--sx-surface);
}

.sx-growth-channels > a:hover h3,
.sx-growth-channels > a:focus-visible h3 {
  color: var(--sx-brand);
}

.sx-growth-problems {
  display: grid;
  border-top: 1px solid var(--sx-g-200);
}

.sx-growth-problems article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: var(--sx-s-4);
  padding: var(--sx-s-5) 0;
  border-bottom: 1px solid var(--sx-g-200);
}

.sx-growth-problems article > span {
  color: var(--sx-brand);
}

.sx-growth-problems h3,
.sx-growth-problems p {
  margin-bottom: 0;
}

.sx-growth-problems p {
  margin-top: 7px;
  font-size: 0.92rem;
}

.sx-growth-model {
  padding: var(--sx-s-10) 0;
  background: var(--sx-surface-dark);
  color: var(--sx-surface);
}

.sx-growth-model h2 {
  color: var(--sx-surface) !important;
}

.sx-growth-model__heading > p:not(.sx-eyebrow) {
  max-width: 680px;
  color: rgba(250, 250, 247, 0.68);
  font-size: 1.04rem;
}

.sx-growth-model__steps {
  display: grid;
  margin: var(--sx-s-8) 0 0;
  padding: 0;
  border-top: 1px solid rgba(250, 250, 247, 0.16);
  list-style: none;
}

.sx-growth-model__steps li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: var(--sx-s-4);
  padding: var(--sx-s-5) 0;
  border-bottom: 1px solid rgba(250, 250, 247, 0.16);
}

.sx-growth-model__steps li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(140, 199, 255, 0.45);
  border-radius: 50%;
  color: #8cc7ff;
}

.sx-growth-model__steps h3,
.sx-growth-model__steps p {
  margin-bottom: 0;
}

.sx-growth-model__steps h3 {
  color: var(--sx-surface) !important;
}

.sx-growth-model__steps p {
  margin-top: 7px;
  color: rgba(250, 250, 247, 0.66);
  font-size: 0.92rem;
}

.sx-growth-region__grid > div > p:not(.sx-eyebrow) {
  max-width: 660px;
  font-size: 1.04rem;
}

.sx-growth-region__signals {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--sx-g-200);
}

.sx-growth-region__signals div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--sx-s-4);
  padding: var(--sx-s-5) 0;
  border-bottom: 1px solid var(--sx-g-200);
}

.sx-growth-region__signals dt {
  color: var(--sx-ink);
  font-family: var(--sx-font-display);
  font-size: 1.06rem;
  font-weight: 700;
}

.sx-growth-region__signals dd {
  margin: 0;
  color: var(--sx-brand);
  font-family: var(--sx-font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.sx-growth-scope__grid > div > p:not(.sx-eyebrow) {
  max-width: 650px;
}

.sx-growth-scope__grid > div:last-child {
  align-self: end;
  padding-top: var(--sx-s-6);
  border-top: 1px solid var(--sx-g-200);
}

.sx-growth-scope h3 {
  margin-bottom: var(--sx-s-5);
}

.sx-growth-scope ul {
  display: grid;
  gap: var(--sx-s-4);
  margin: 0;
  padding: 0;
  list-style: none;
}

.sx-growth-scope li {
  position: relative;
  padding-left: 24px;
  color: var(--sx-g-600);
  line-height: 1.5;
}

.sx-growth-scope li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  color: var(--sx-brand);
  content: '+';
  font-family: var(--sx-font-mono);
  font-weight: 700;
}

.sx-growth-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sx-s-3);
}

.sx-growth-final .sx-btn--ghost-light {
  border-color: rgba(250, 250, 247, 0.38);
  color: var(--sx-surface);
}

.sx-growth-final .sx-btn--ghost-light:hover,
.sx-growth-final .sx-btn--ghost-light:focus-visible {
  border-color: var(--sx-surface);
  background: rgba(250, 250, 247, 0.1);
  color: var(--sx-surface);
}

@media (min-width: 640px) {
  .sx-growth-hero__signals,
  .sx-growth-console__signals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sx-growth-reasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sx-growth-hero__signals div {
    min-height: 126px;
    padding: var(--sx-s-4) var(--sx-s-5) var(--sx-s-4) 0;
    border-bottom: 0;
    border-right: 1px solid var(--sx-g-200);
  }

  .sx-growth-hero__signals div + div {
    padding-left: var(--sx-s-5);
  }

  .sx-growth-hero__signals div:last-child {
    border-right: 0;
  }

  .sx-growth-reasons article {
    min-height: 208px;
    padding: var(--sx-s-6);
    border-right: 1px solid var(--sx-g-200);
  }

  .sx-growth-reasons article:nth-child(odd) {
    padding-left: 0;
  }

  .sx-growth-reasons article:nth-child(even) {
    border-right: 0;
    padding-right: 0;
  }

  .sx-growth-console__signals span {
    min-height: 96px;
    border-right: 1px solid rgba(250, 250, 247, 0.12);
    border-bottom: 0;
  }

  .sx-growth-console__signals span:last-child {
    border-right: 0;
  }

  .sx-growth-channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sx-growth-problems {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: var(--sx-s-8);
  }
}

@media (min-width: 900px) {
  .sx-growth-hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    align-items: center;
  }

  .sx-growth-hero h1 {
    font-size: 4.9rem;
  }

  .sx-growth-intro__grid,
  .sx-growth-region__grid,
  .sx-growth-scope__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: end;
  }

  .sx-growth-model > .sx-wrap {
    display: grid;
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
    gap: var(--sx-s-10);
    align-items: start;
  }

  .sx-growth-model__steps {
    margin-top: 0;
  }
}

@media (min-width: 1120px) {
  .sx-growth-channels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .sx-growth-hero,
  .sx-growth-model {
    padding-top: var(--sx-s-8);
    padding-bottom: var(--sx-s-8);
  }

  .sx-growth-hero h1 {
    font-size: 2.7rem;
  }

  .sx-growth-console__head,
  .sx-growth-console__layers,
  .sx-growth-console__signals span,
  .sx-growth-channels > a {
    padding: var(--sx-s-4);
  }

  .sx-growth-region__signals div {
    align-items: flex-start;
    flex-direction: column;
  }

  .sx-growth-region__signals dd {
    text-align: left;
  }
}
