/* Homepage-only spacing and hierarchy refinements. */
body.home .hero,
body.page-template-page-home-php .hero,
body.page-template-page-home .hero,
body.page-id-6 .hero {
  padding-top: clamp(76px, 6.5vw, 104px) !important;
  padding-bottom: clamp(92px, 8vw, 124px) !important;
}

/* Final correction for industry alternating rows: prevent text/image overlap. */
body.home section.home-services-focus .industry-card,
body.page-template-page-home-php section.home-services-focus .industry-card,
body.page-template-page-home section.home-services-focus .industry-card,
body.page-id-6 section.home-services-focus .industry-card {
  grid-template-columns: minmax(260px, 0.44fr) minmax(0, 0.56fr) !important;
  column-gap: clamp(42px, 5vw, 76px) !important;
}

body.home section.home-services-focus .industry-media-placeholder,
body.page-template-page-home-php section.home-services-focus .industry-media-placeholder,
body.page-template-page-home section.home-services-focus .industry-media-placeholder,
body.page-id-6 section.home-services-focus .industry-media-placeholder {
  width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

body.home section.home-services-focus .industry-media-image,
body.page-template-page-home-php section.home-services-focus .industry-media-image,
body.page-template-page-home section.home-services-focus .industry-media-image,
body.page-id-6 section.home-services-focus .industry-media-image {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

body.home section.home-services-focus .industry-content,
body.page-template-page-home-php section.home-services-focus .industry-content,
body.page-template-page-home section.home-services-focus .industry-content,
body.page-id-6 section.home-services-focus .industry-content {
  width: 100% !important;
  min-width: 0 !important;
  overflow-wrap: normal !important;
}

@media (max-width: 860px) {
  body.home section.home-services-focus .industry-card,
  body.page-template-page-home-php section.home-services-focus .industry-card,
  body.page-template-page-home section.home-services-focus .industry-card,
  body.page-id-6 section.home-services-focus .industry-card {
    grid-template-columns: 1fr !important;
    row-gap: 24px !important;
  }
}

/* In-house versus specialist partner progression. */
body.home .inhouse-partner,
body.page-template-page-home-php .inhouse-partner,
body.page-template-page-home .inhouse-partner,
body.page-id-6 .inhouse-partner {
  background: #3a5068;
  color: #f7f5f0;
  padding: clamp(84px, 8vw, 124px) 0;
}

body.home .inhouse-partner-header,
body.page-template-page-home-php .inhouse-partner-header,
body.page-template-page-home .inhouse-partner-header,
body.page-id-6 .inhouse-partner-header {
  max-width: 840px;
  margin: 0 auto clamp(44px, 5vw, 70px);
  text-align: center;
}

body.home .inhouse-partner-kicker,
body.page-template-page-home-php .inhouse-partner-kicker,
body.page-template-page-home .inhouse-partner-kicker,
body.page-id-6 .inhouse-partner-kicker {
  margin: 0 0 14px;
  color: #c9a14a;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.home .inhouse-partner-header h2,
body.page-template-page-home-php .inhouse-partner-header h2,
body.page-template-page-home .inhouse-partner-header h2,
body.page-id-6 .inhouse-partner-header h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #ffffff;
  font-size: clamp(34px, 4.9vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

body.home .inhouse-partner-header p:not(.inhouse-partner-kicker),
body.page-template-page-home-php .inhouse-partner-header p:not(.inhouse-partner-kicker),
body.page-template-page-home .inhouse-partner-header p:not(.inhouse-partner-kicker),
body.page-id-6 .inhouse-partner-header p:not(.inhouse-partner-kicker) {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(247, 245, 240, 0.78);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
}

body.home .inhouse-partner-flow,
body.page-template-page-home-php .inhouse-partner-flow,
body.page-template-page-home .inhouse-partner-flow,
body.page-id-6 .inhouse-partner-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.8vw, 36px);
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
}

body.home .inhouse-partner-option,
body.page-template-page-home-php .inhouse-partner-option,
body.page-template-page-home .inhouse-partner-option,
body.page-id-6 .inhouse-partner-option {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  min-width: 0;
}

body.home .inhouse-partner-visual,
body.page-template-page-home-php .inhouse-partner-visual,
body.page-template-page-home .inhouse-partner-visual,
body.page-id-6 .inhouse-partner-visual {
  min-height: 0;
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid rgba(247, 245, 240, 0.18);
  background: rgba(247, 245, 240, 0.08);
  overflow: hidden;
}

body.home .inhouse-partner-image,
body.page-template-page-home-php .inhouse-partner-image,
body.page-template-page-home .inhouse-partner-image,
body.page-id-6 .inhouse-partner-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

body.home .inhouse-partner-visual span,
body.page-template-page-home-php .inhouse-partner-visual span,
body.page-template-page-home .inhouse-partner-visual span,
body.page-id-6 .inhouse-partner-visual span {
  color: rgba(247, 245, 240, 0.62);
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home .inhouse-partner-option h3,
body.page-template-page-home-php .inhouse-partner-option h3,
body.page-template-page-home .inhouse-partner-option h3,
body.page-id-6 .inhouse-partner-option h3 {
  min-height: 2.34em;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(21px, 1.85vw, 26px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

body.home .inhouse-partner-option p,
body.page-template-page-home-php .inhouse-partner-option p,
body.page-template-page-home .inhouse-partner-option p,
body.page-id-6 .inhouse-partner-option p {
  margin: 0;
  color: rgba(247, 245, 240, 0.78);
  font-size: 15px;
  line-height: 1.62;
  max-width: 31rem;
}

body.home .inhouse-partner-cta,
body.page-template-page-home-php .inhouse-partner-cta,
body.page-template-page-home .inhouse-partner-cta,
body.page-id-6 .inhouse-partner-cta {
  margin-top: clamp(38px, 5vw, 62px);
  text-align: center;
}

body.home .inhouse-partner-cta .btn-primary,
body.page-template-page-home-php .inhouse-partner-cta .btn-primary,
body.page-template-page-home .inhouse-partner-cta .btn-primary,
body.page-id-6 .inhouse-partner-cta .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 920px) {
  body.home .inhouse-partner-flow,
  body.page-template-page-home-php .inhouse-partner-flow,
  body.page-template-page-home .inhouse-partner-flow,
  body.page-id-6 .inhouse-partner-flow {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.home .inhouse-partner-visual,
  body.page-template-page-home-php .inhouse-partner-visual,
  body.page-template-page-home .inhouse-partner-visual,
  body.page-id-6 .inhouse-partner-visual {
    aspect-ratio: 16 / 8;
  }
}

/* Fit check conversion close. */
body.home .fit-check-cta,
body.page-template-page-home-php .fit-check-cta,
body.page-template-page-home .fit-check-cta,
body.page-id-6 .fit-check-cta {
  margin-top: clamp(28px, 4vw, 44px);
  text-align: center;
}

body.home .fit-check-cta p,
body.page-template-page-home-php .fit-check-cta p,
body.page-template-page-home .fit-check-cta p,
body.page-id-6 .fit-check-cta p {
  margin: 0 0 18px;
  color: var(--navy);
  font-weight: 700;
}

body.home .fit-check-cta .btn-primary,
body.page-template-page-home-php .fit-check-cta .btn-primary,
body.page-template-page-home .fit-check-cta .btn-primary,
body.page-id-6 .fit-check-cta .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Homepage specialist comparison block. */
body.home .seo-specialist,
body.page-template-page-home-php .seo-specialist,
body.page-template-page-home .seo-specialist,
body.page-id-6 .seo-specialist {
  background: var(--offwhite);
  padding: clamp(82px, 8vw, 118px) 0 clamp(64px, 7vw, 96px);
}

body.home .seo-specialist-header,
body.page-template-page-home-php .seo-specialist-header,
body.page-template-page-home .seo-specialist-header,
body.page-id-6 .seo-specialist-header {
  max-width: 850px;
  margin: 0 auto clamp(46px, 6vw, 72px);
  text-align: center;
}

body.home .seo-specialist-kicker,
body.page-template-page-home-php .seo-specialist-kicker,
body.page-template-page-home .seo-specialist-kicker,
body.page-id-6 .seo-specialist-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.home .seo-specialist-header h2,
body.page-template-page-home-php .seo-specialist-header h2,
body.page-template-page-home .seo-specialist-header h2,
body.page-id-6 .seo-specialist-header h2 {
  margin: 0 auto 20px;
  max-width: 760px;
  color: var(--navy);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

body.home .seo-specialist-header p:not(.seo-specialist-kicker),
body.page-template-page-home-php .seo-specialist-header p:not(.seo-specialist-kicker),
body.page-template-page-home .seo-specialist-header p:not(.seo-specialist-kicker),
body.page-id-6 .seo-specialist-header p:not(.seo-specialist-kicker) {
  margin: 0 auto;
  max-width: 780px;
  color: var(--charcoal);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.7;
}

body.home .seo-specialist-system,
body.page-template-page-home-php .seo-specialist-system,
body.page-template-page-home .seo-specialist-system,
body.page-id-6 .seo-specialist-system {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.82fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: clamp(24px, 3.4vw, 42px);
  row-gap: clamp(18px, 2.2vw, 26px);
  align-items: center;
  max-width: 1050px;
  margin: 0 auto;
}

body.home .seo-specialist-hub,
body.page-template-page-home-php .seo-specialist-hub,
body.page-template-page-home .seo-specialist-hub,
body.page-id-6 .seo-specialist-hub {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  z-index: 2;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(221, 229, 236, 0.95);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(58, 80, 104, 0.12);
  text-align: center;
}

body.home .seo-specialist-mark,
body.page-template-page-home-php .seo-specialist-mark,
body.page-template-page-home .seo-specialist-mark,
body.page-id-6 .seo-specialist-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 161, 74, 0.55);
  border-radius: 8px;
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

body.home .seo-specialist-hub p,
body.page-template-page-home-php .seo-specialist-hub p,
body.page-template-page-home .seo-specialist-hub p,
body.page-id-6 .seo-specialist-hub p {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-head);
  font-size: clamp(21px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

body.home .seo-specialist-card,
body.page-template-page-home-php .seo-specialist-card,
body.page-template-page-home .seo-specialist-card,
body.page-id-6 .seo-specialist-card {
  position: relative;
  z-index: 1;
  min-height: 190px;
  padding: 28px;
  border: 1px solid #dde5ec;
  border-radius: 10px;
  box-shadow: 0 16px 38px rgba(58, 80, 104, 0.1);
}

body.home .seo-specialist-card h3,
body.page-template-page-home-php .seo-specialist-card h3,
body.page-template-page-home .seo-specialist-card h3,
body.page-id-6 .seo-specialist-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.18;
}

body.home .seo-specialist-card p,
body.page-template-page-home-php .seo-specialist-card p,
body.page-template-page-home .seo-specialist-card p,
body.page-id-6 .seo-specialist-card p {
  margin: 0;
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.62;
}

body.home .seo-specialist-card-1,
body.page-template-page-home-php .seo-specialist-card-1,
body.page-template-page-home .seo-specialist-card-1,
body.page-id-6 .seo-specialist-card-1 {
  grid-column: 1;
  grid-row: 1;
  background: #f8efe1;
  transform: rotate(-2deg);
}

body.home .seo-specialist-card-2,
body.page-template-page-home-php .seo-specialist-card-2,
body.page-template-page-home .seo-specialist-card-2,
body.page-id-6 .seo-specialist-card-2 {
  grid-column: 3;
  grid-row: 1;
  background: #eaf1f6;
  transform: rotate(2deg);
}

body.home .seo-specialist-card-3,
body.page-template-page-home-php .seo-specialist-card-3,
body.page-template-page-home .seo-specialist-card-3,
body.page-id-6 .seo-specialist-card-3 {
  grid-column: 1;
  grid-row: 2;
  background: #f1ead8;
  transform: rotate(2deg);
}

body.home .seo-specialist-card-4,
body.page-template-page-home-php .seo-specialist-card-4,
body.page-template-page-home .seo-specialist-card-4,
body.page-id-6 .seo-specialist-card-4 {
  grid-column: 3;
  grid-row: 2;
  background: #edf3ec;
  transform: rotate(-2deg);
}

body.home .comparison,
body.page-template-page-home-php .comparison,
body.page-template-page-home .comparison,
body.page-id-6 .comparison {
  padding-top: clamp(62px, 7vw, 92px);
}

body.home .comparison-table thead th:first-child,
body.page-template-page-home-php .comparison-table thead th:first-child,
body.page-template-page-home .comparison-table thead th:first-child,
body.page-id-6 .comparison-table thead th:first-child {
  background: #ebe7dd;
  color: #8c8f92;
}

body.home .comparison-table tbody td:first-child,
body.page-template-page-home-php .comparison-table tbody td:first-child,
body.page-template-page-home .comparison-table tbody td:first-child,
body.page-id-6 .comparison-table tbody td:first-child {
  background: #fbfaf7;
  color: #8b8f92;
}

body.home .comparison-table tbody td:last-child,
body.page-template-page-home-php .comparison-table tbody td:last-child,
body.page-template-page-home .comparison-table tbody td:last-child,
body.page-id-6 .comparison-table tbody td:last-child {
  background: #ffffff;
  color: var(--navy);
  font-weight: 700;
}

@media (max-width: 880px) {
  body.home .seo-specialist-system,
  body.page-template-page-home-php .seo-specialist-system,
  body.page-template-page-home .seo-specialist-system,
  body.page-id-6 .seo-specialist-system {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.home .seo-specialist-hub,
  body.page-template-page-home-php .seo-specialist-hub,
  body.page-template-page-home .seo-specialist-hub,
  body.page-id-6 .seo-specialist-hub,
  body.home .seo-specialist-card,
  body.page-template-page-home-php .seo-specialist-card,
  body.page-template-page-home .seo-specialist-card,
  body.page-id-6 .seo-specialist-card {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    transform: none;
    text-align: left;
  }
}

/* Final homepage industry section: clean alternating media/text layout. */
body.home section.home-services-focus,
body.page-template-page-home-php section.home-services-focus,
body.page-template-page-home section.home-services-focus,
body.page-id-6 section.home-services-focus {
  background: #f5f1e8 !important;
  padding: clamp(82px, 8vw, 124px) 0 !important;
}

body.home section.home-services-focus > .container,
body.page-template-page-home-php section.home-services-focus > .container,
body.page-template-page-home section.home-services-focus > .container,
body.page-id-6 section.home-services-focus > .container {
  max-width: min(1180px, calc(100vw - 48px)) !important;
}

body.home section.home-services-focus .section-pill,
body.page-template-page-home-php section.home-services-focus .section-pill,
body.page-template-page-home section.home-services-focus .section-pill,
body.page-id-6 section.home-services-focus .section-pill {
  display: none !important;
}

body.home section.home-services-focus h2,
body.page-template-page-home-php section.home-services-focus h2,
body.page-template-page-home section.home-services-focus h2,
body.page-id-6 section.home-services-focus h2 {
  max-width: 860px !important;
  margin: 0 auto 18px !important;
  color: var(--navy) !important;
  text-align: center !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
}

body.home section.home-services-focus .intro,
body.page-template-page-home-php section.home-services-focus .intro,
body.page-template-page-home section.home-services-focus .intro,
body.page-id-6 section.home-services-focus .intro {
  max-width: 760px !important;
  margin: 0 auto clamp(44px, 5vw, 72px) !important;
  color: #4a5563 !important;
  text-align: center !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

body.home section.home-services-focus .home-service-list,
body.page-template-page-home-php section.home-services-focus .home-service-list,
body.page-template-page-home section.home-services-focus .home-service-list,
body.page-id-6 section.home-services-focus .home-service-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(28px, 4vw, 46px) !important;
  max-width: none !important;
  margin: 0 0 clamp(36px, 4vw, 54px) !important;
}

body.home section.home-services-focus .industry-card,
body.page-template-page-home-php section.home-services-focus .industry-card,
body.page-template-page-home section.home-services-focus .industry-card,
body.page-id-6 section.home-services-focus .industry-card {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 0.54fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: center !important;
  min-height: 0 !important;
  padding: clamp(24px, 3vw, 38px) !important;
  background: #fff !important;
  border: 1px solid #dde5ec !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 44px rgba(18, 42, 64, 0.07) !important;
  color: inherit !important;
  text-align: left !important;
  overflow: hidden !important;
}

body.home section.home-services-focus .industry-card::before,
body.home section.home-services-focus .industry-card::after,
body.page-template-page-home-php section.home-services-focus .industry-card::before,
body.page-template-page-home-php section.home-services-focus .industry-card::after,
body.page-template-page-home section.home-services-focus .industry-card::before,
body.page-template-page-home section.home-services-focus .industry-card::after,
body.page-id-6 section.home-services-focus .industry-card::before,
body.page-id-6 section.home-services-focus .industry-card::after {
  content: none !important;
  display: none !important;
}

body.home section.home-services-focus .industry-card-reverse .industry-media-placeholder,
body.page-template-page-home-php section.home-services-focus .industry-card-reverse .industry-media-placeholder,
body.page-template-page-home section.home-services-focus .industry-card-reverse .industry-media-placeholder,
body.page-id-6 section.home-services-focus .industry-card-reverse .industry-media-placeholder {
  order: 2 !important;
}

body.home section.home-services-focus .industry-card-reverse .industry-content,
body.page-template-page-home-php section.home-services-focus .industry-card-reverse .industry-content,
body.page-template-page-home section.home-services-focus .industry-card-reverse .industry-content,
body.page-id-6 section.home-services-focus .industry-card-reverse .industry-content {
  order: 1 !important;
}

body.home section.home-services-focus .industry-media-placeholder,
body.page-template-page-home-php section.home-services-focus .industry-media-placeholder,
body.page-template-page-home section.home-services-focus .industry-media-placeholder,
body.page-id-6 section.home-services-focus .industry-media-placeholder {
  display: grid !important;
  place-items: center !important;
  min-height: clamp(260px, 28vw, 390px) !important;
  aspect-ratio: 4 / 3 !important;
  background: linear-gradient(135deg, #e8edf2, #f7f4ee) !important;
  border: 1px solid #dde5ec !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

body.home section.home-services-focus .industry-media-placeholder span,
body.page-template-page-home-php section.home-services-focus .industry-media-placeholder span,
body.page-template-page-home section.home-services-focus .industry-media-placeholder span,
body.page-id-6 section.home-services-focus .industry-media-placeholder span {
  max-width: 240px !important;
  color: #6a7785 !important;
  text-align: center !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.45 !important;
  text-transform: uppercase !important;
}

body.home section.home-services-focus .industry-content,
body.page-template-page-home-php section.home-services-focus .industry-content,
body.page-template-page-home section.home-services-focus .industry-content,
body.page-id-6 section.home-services-focus .industry-content {
  min-width: 0 !important;
}

body.home section.home-services-focus .industry-number,
body.page-template-page-home-php section.home-services-focus .industry-number,
body.page-template-page-home section.home-services-focus .industry-number,
body.page-id-6 section.home-services-focus .industry-number {
  display: none !important;
}

body.home section.home-services-focus .industry-card h3,
body.page-template-page-home-php section.home-services-focus .industry-card h3,
body.page-template-page-home section.home-services-focus .industry-card h3,
body.page-id-6 section.home-services-focus .industry-card h3 {
  margin: 0 0 16px !important;
  color: var(--navy) !important;
  font-size: clamp(30px, 3vw, 46px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

body.home section.home-services-focus .industry-card p,
body.page-template-page-home-php section.home-services-focus .industry-card p,
body.page-template-page-home section.home-services-focus .industry-card p,
body.page-id-6 section.home-services-focus .industry-card p {
  max-width: 620px !important;
  margin: 0 0 20px !important;
  color: #4a5563 !important;
  font-size: clamp(17px, 1.25vw, 19px) !important;
  line-height: 1.72 !important;
}

body.home section.home-services-focus .industry-tag-row,
body.page-template-page-home-php section.home-services-focus .industry-tag-row,
body.page-template-page-home section.home-services-focus .industry-tag-row,
body.page-id-6 section.home-services-focus .industry-tag-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 16px !important;
  margin: 0 0 22px !important;
}

body.home section.home-services-focus .industry-tag-row span,
body.page-template-page-home-php section.home-services-focus .industry-tag-row span,
body.page-template-page-home section.home-services-focus .industry-tag-row span,
body.page-id-6 section.home-services-focus .industry-tag-row span {
  color: #3a5068 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.home section.home-services-focus .industry-tag-row span:not(:last-child)::after,
body.page-template-page-home-php section.home-services-focus .industry-tag-row span:not(:last-child)::after,
body.page-template-page-home section.home-services-focus .industry-tag-row span:not(:last-child)::after,
body.page-id-6 section.home-services-focus .industry-tag-row span:not(:last-child)::after {
  content: "·" !important;
  margin-left: 16px !important;
  color: #c9a14a !important;
}

body.home section.home-services-focus .industry-card-link,
body.page-template-page-home-php section.home-services-focus .industry-card-link,
body.page-template-page-home section.home-services-focus .industry-card-link,
body.page-id-6 section.home-services-focus .industry-card-link {
  display: inline-flex !important;
  justify-self: start !important;
  align-self: start !important;
  margin: 0 !important;
  color: #c9a14a !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-decoration: none !important;
}

body.home section.home-services-focus .industry-card-link::after,
body.page-template-page-home-php section.home-services-focus .industry-card-link::after,
body.page-template-page-home section.home-services-focus .industry-card-link::after,
body.page-id-6 section.home-services-focus .industry-card-link::after {
  content: "→" !important;
  margin-left: 8px !important;
}

body.home section.home-services-focus .cta-center,
body.page-template-page-home-php section.home-services-focus .cta-center,
body.page-template-page-home section.home-services-focus .cta-center,
body.page-id-6 section.home-services-focus .cta-center {
  display: flex !important;
  justify-content: center !important;
  margin-top: 0 !important;
}

@media (max-width: 860px) {
  body.home section.home-services-focus .industry-card,
  body.page-template-page-home-php section.home-services-focus .industry-card,
  body.page-template-page-home section.home-services-focus .industry-card,
  body.page-id-6 section.home-services-focus .industry-card {
    grid-template-columns: 1fr !important;
  }

  body.home section.home-services-focus .industry-card-reverse .industry-media-placeholder,
  body.page-template-page-home-php section.home-services-focus .industry-card-reverse .industry-media-placeholder,
  body.page-template-page-home section.home-services-focus .industry-card-reverse .industry-media-placeholder,
  body.page-id-6 section.home-services-focus .industry-card-reverse .industry-media-placeholder,
  body.home section.home-services-focus .industry-card-reverse .industry-content,
  body.page-template-page-home-php section.home-services-focus .industry-card-reverse .industry-content,
  body.page-template-page-home section.home-services-focus .industry-card-reverse .industry-content,
  body.page-id-6 section.home-services-focus .industry-card-reverse .industry-content {
    order: initial !important;
  }
}

/* Homepage industry service bands: no capsules, two primary market links only. */
body.home .home-services-focus,
body.page-template-page-home-php .home-services-focus,
body.page-template-page-home .home-services-focus,
body.page-id-6 .home-services-focus {
  background: var(--navy) !important;
  padding: clamp(82px, 8vw, 124px) 0 !important;
}

body.home .home-services-focus > .container,
body.page-template-page-home-php .home-services-focus > .container,
body.page-template-page-home .home-services-focus > .container,
body.page-id-6 .home-services-focus > .container {
  max-width: min(1160px, calc(100vw - 48px)) !important;
}

body.home .home-services-focus .section-pill,
body.page-template-page-home-php .home-services-focus .section-pill,
body.page-template-page-home .home-services-focus .section-pill,
body.page-id-6 .home-services-focus .section-pill {
  display: table !important;
  margin: 0 auto 18px !important;
}

body.home .home-services-focus h2,
body.page-template-page-home-php .home-services-focus h2,
body.page-template-page-home .home-services-focus h2,
body.page-id-6 .home-services-focus h2 {
  max-width: 900px !important;
  margin: 0 auto 18px !important;
  color: #fff !important;
  text-align: center !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
}

body.home .home-services-focus .intro,
body.page-template-page-home-php .home-services-focus .intro,
body.page-template-page-home .home-services-focus .intro,
body.page-id-6 .home-services-focus .intro {
  max-width: 760px !important;
  margin: 0 auto clamp(46px, 5vw, 74px) !important;
  color: rgba(255, 255, 255, 0.84) !important;
  text-align: center !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

body.home .home-service-list,
body.page-template-page-home-php .home-service-list,
body.page-template-page-home .home-service-list,
body.page-id-6 .home-service-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  max-width: none !important;
  margin: 0 0 clamp(38px, 4vw, 58px) !important;
}

body.home .home-service-list .industry-card,
body.page-template-page-home-php .home-service-list .industry-card,
body.page-template-page-home .home-service-list .industry-card,
body.page-id-6 .home-service-list .industry-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(220px, 0.4fr) minmax(0, 0.6fr) !important;
  gap: clamp(30px, 5vw, 76px) !important;
  align-items: center !important;
  min-height: 0 !important;
  padding: clamp(34px, 4.5vw, 58px) 0 clamp(34px, 4.5vw, 58px) clamp(24px, 3vw, 42px) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  text-align: left !important;
  overflow: visible !important;
}

body.home .home-service-list .industry-card + .industry-card,
body.page-template-page-home-php .home-service-list .industry-card + .industry-card,
body.page-template-page-home .home-service-list .industry-card + .industry-card,
body.page-id-6 .home-service-list .industry-card + .industry-card {
  border-top: 1px solid rgba(221, 229, 236, 0.26) !important;
}

body.home .home-service-list .industry-card::before,
body.page-template-page-home-php .home-service-list .industry-card::before,
body.page-template-page-home .home-service-list .industry-card::before,
body.page-id-6 .home-service-list .industry-card::before {
  content: "" !important;
  position: absolute !important;
  top: clamp(34px, 4.5vw, 58px) !important;
  bottom: clamp(34px, 4.5vw, 58px) !important;
  left: 0 !important;
  width: 4px !important;
  background: #c47a54 !important;
  border-radius: 0 !important;
}

body.home .home-service-list .industry-card:nth-child(2)::before,
body.page-template-page-home-php .home-service-list .industry-card:nth-child(2)::before,
body.page-template-page-home .home-service-list .industry-card:nth-child(2)::before,
body.page-id-6 .home-service-list .industry-card:nth-child(2)::before {
  background: #f5f1e8 !important;
  opacity: 0.7 !important;
}

body.home .industry-band-left,
body.page-template-page-home-php .industry-band-left,
body.page-template-page-home .industry-band-left,
body.page-id-6 .industry-band-left {
  min-width: 0 !important;
}

body.home .home-service-list .industry-number,
body.page-template-page-home-php .home-service-list .industry-number,
body.page-template-page-home .home-service-list .industry-number,
body.page-id-6 .home-service-list .industry-number {
  display: block !important;
  margin: 0 0 6px !important;
  color: rgba(245, 241, 232, 0.12) !important;
  font-size: clamp(76px, 8vw, 124px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.08em !important;
  line-height: 0.9 !important;
}

body.home .home-service-list .industry-card h3,
body.page-template-page-home-php .home-service-list .industry-card h3,
body.page-template-page-home .home-service-list .industry-card h3,
body.page-id-6 .home-service-list .industry-card h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(30px, 3.2vw, 48px) !important;
  line-height: 1.06 !important;
  font-weight: 900 !important;
}

body.home .industry-band-right,
body.page-template-page-home-php .industry-band-right,
body.page-template-page-home .industry-band-right,
body.page-id-6 .industry-band-right {
  min-width: 0 !important;
}

body.home .home-service-list .industry-card p,
body.page-template-page-home-php .home-service-list .industry-card p,
body.page-template-page-home .home-service-list .industry-card p,
body.page-id-6 .home-service-list .industry-card p {
  max-width: 720px !important;
  margin: 0 0 20px !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: clamp(17px, 1.35vw, 20px) !important;
  line-height: 1.7 !important;
}

body.home .industry-tag-row,
body.page-template-page-home-php .industry-tag-row,
body.page-template-page-home .industry-tag-row,
body.page-id-6 .industry-tag-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 18px !important;
  margin: 0 0 20px !important;
}

body.home .industry-tag-row span,
body.page-template-page-home-php .industry-tag-row span,
body.page-template-page-home .industry-tag-row span,
body.page-id-6 .industry-tag-row span {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.home .industry-tag-row span:not(:last-child)::after,
body.page-template-page-home-php .industry-tag-row span:not(:last-child)::after,
body.page-template-page-home .industry-tag-row span:not(:last-child)::after,
body.page-id-6 .industry-tag-row span:not(:last-child)::after {
  content: "·" !important;
  margin-left: 18px !important;
  color: #c9a14a !important;
}

body.home .home-service-list .industry-card-link,
body.page-template-page-home-php .home-service-list .industry-card-link,
body.page-template-page-home .home-service-list .industry-card-link,
body.page-id-6 .home-service-list .industry-card-link {
  display: inline-flex !important;
  justify-self: start !important;
  align-self: start !important;
  margin: 0 !important;
  color: #c9a14a !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-decoration: none !important;
}

body.home .home-service-list .industry-card-link::after,
body.page-template-page-home-php .home-service-list .industry-card-link::after,
body.page-template-page-home .home-service-list .industry-card-link::after,
body.page-id-6 .home-service-list .industry-card-link::after {
  content: "→" !important;
  margin-left: 8px !important;
}

body.home .home-services-focus .cta-center,
body.page-template-page-home-php .home-services-focus .cta-center,
body.page-template-page-home .home-services-focus .cta-center,
body.page-id-6 .home-services-focus .cta-center {
  display: flex !important;
  justify-content: center !important;
  margin-top: 0 !important;
}

body.home .home-services-focus .cta-center .btn-primary,
body.page-template-page-home-php .home-services-focus .cta-center .btn-primary,
body.page-template-page-home .home-services-focus .cta-center .btn-primary,
body.page-id-6 .home-services-focus .cta-center .btn-primary {
  text-align: center !important;
}

@media (max-width: 820px) {
  body.home .home-service-list .industry-card,
  body.page-template-page-home-php .home-service-list .industry-card,
  body.page-template-page-home .home-service-list .industry-card,
  body.page-id-6 .home-service-list .industry-card {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding-left: 24px !important;
  }
}

/* Homepage pain diagnosis section */
body.home .problems,
body.page-template-page-home-php .problems,
body.page-template-page-home .problems,
body.page-id-6 .problems {
  padding: clamp(72px, 8vw, 118px) 0 !important;
  background: #f5f1e8 !important;
}

body.home .problems .container,
body.page-template-page-home-php .problems .container,
body.page-template-page-home .problems .container,
body.page-id-6 .problems .container {
  max-width: min(1180px, calc(100vw - 48px)) !important;
}

body.home .problems-intro-band,
body.page-template-page-home-php .problems-intro-band,
body.page-template-page-home .problems-intro-band,
body.page-id-6 .problems-intro-band {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr) !important;
  gap: clamp(28px, 4vw, 56px) !important;
  align-items: center !important;
  padding: clamp(34px, 5vw, 68px) !important;
  margin: 0 0 clamp(48px, 6vw, 76px) !important;
  background: #3a5068 !important;
  border-radius: 28px !important;
  box-shadow: 0 28px 70px rgba(12, 35, 56, 0.16) !important;
}

body.home .problems-intro-copy,
body.page-template-page-home-php .problems-intro-copy,
body.page-template-page-home .problems-intro-copy,
body.page-id-6 .problems-intro-copy {
  text-align: left !important;
}

body.home .problems-intro-copy .section-pill,
body.page-template-page-home-php .problems-intro-copy .section-pill,
body.page-template-page-home .problems-intro-copy .section-pill,
body.page-id-6 .problems-intro-copy .section-pill {
  margin: 0 0 18px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #f1c66a !important;
}

body.home .problems-intro-copy h2,
body.page-template-page-home-php .problems-intro-copy h2,
body.page-template-page-home .problems-intro-copy h2,
body.page-id-6 .problems-intro-copy h2 {
  max-width: 680px !important;
  margin: 0 0 24px !important;
  color: #fff !important;
  text-align: left !important;
  font-size: clamp(34px, 4.2vw, 62px) !important;
  line-height: 0.98 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.home .problems-intro-copy p,
body.page-template-page-home-php .problems-intro-copy p,
body.page-template-page-home .problems-intro-copy p,
body.page-id-6 .problems-intro-copy p {
  max-width: 620px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: clamp(17px, 1.35vw, 20px) !important;
  line-height: 1.65 !important;
}

body.home .problems-image-slot,
body.page-template-page-home-php .problems-image-slot,
body.page-template-page-home .problems-image-slot,
body.page-id-6 .problems-image-slot {
  display: grid !important;
  place-items: center !important;
  aspect-ratio: 4 / 5.2 !important;
  min-height: clamp(380px, 38vw, 490px) !important;
  padding: 0 !important;
  background: #f7f4ee !important;
  border: 1px solid #dde5ec !important;
  border-radius: 22px !important;
  box-shadow: 0 22px 48px rgba(14, 37, 56, 0.16) !important;
  text-align: center !important;
  overflow: hidden !important;
}

body.home .problems-image,
body.page-template-page-home-php .problems-image,
body.page-template-page-home .problems-image,
body.page-id-6 .problems-image {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

body.home .problems-image-slot span,
body.page-template-page-home-php .problems-image-slot span,
body.page-template-page-home .problems-image-slot span,
body.page-id-6 .problems-image-slot span {
  max-width: 320px !important;
  color: #6a7785 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.5 !important;
  text-transform: uppercase !important;
}

body.home .problem-diagnosis-grid,
body.page-template-page-home-php .problem-diagnosis-grid,
body.page-template-page-home .problem-diagnosis-grid,
body.page-id-6 .problem-diagnosis-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: clamp(34px, 5vw, 72px) !important;
  align-items: start !important;
  margin: 0 0 clamp(42px, 5vw, 66px) !important;
}

body.home .problem-market-column + .problem-market-column,
body.page-template-page-home-php .problem-market-column + .problem-market-column,
body.page-template-page-home .problem-market-column + .problem-market-column,
body.page-id-6 .problem-market-column + .problem-market-column {
  border-left: 1px solid #dde5ec !important;
  padding-left: clamp(34px, 5vw, 72px) !important;
}

body.home .problem-market-label,
body.page-template-page-home-php .problem-market-label,
body.page-template-page-home .problem-market-label,
body.page-id-6 .problem-market-label {
  display: block !important;
  margin-bottom: 22px !important;
  color: #3a5068 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

body.home .problem-sequence-list,
body.page-template-page-home-php .problem-sequence-list,
body.page-template-page-home .problem-sequence-list,
body.page-id-6 .problem-sequence-list {
  display: grid !important;
  gap: 0 !important;
}

body.home .problem-sequence-item,
body.page-template-page-home-php .problem-sequence-item,
body.page-template-page-home .problem-sequence-item,
body.page-id-6 .problem-sequence-item {
  display: grid !important;
  grid-template-columns: 13px minmax(0, 1fr) !important;
  gap: 18px !important;
  padding: 24px 0 !important;
  border-bottom: 1px solid #dde5ec !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .problem-sequence-item:first-child,
body.page-template-page-home-php .problem-sequence-item:first-child,
body.page-template-page-home .problem-sequence-item:first-child,
body.page-id-6 .problem-sequence-item:first-child {
  padding-top: 0 !important;
}

body.home .problem-sequence-item:last-child,
body.page-template-page-home-php .problem-sequence-item:last-child,
body.page-template-page-home .problem-sequence-item:last-child,
body.page-id-6 .problem-sequence-item:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.home .problem-marker,
body.page-template-page-home-php .problem-marker,
body.page-template-page-home .problem-marker,
body.page-id-6 .problem-marker {
  width: 10px !important;
  height: 10px !important;
  margin-top: 8px !important;
  border-radius: 50% !important;
  background: #c47a54 !important;
  box-shadow: 0 0 0 5px rgba(196, 122, 84, 0.13) !important;
}

body.home .problem-sequence-item h3,
body.page-template-page-home-php .problem-sequence-item h3,
body.page-template-page-home .problem-sequence-item h3,
body.page-id-6 .problem-sequence-item h3 {
  margin: 0 0 9px !important;
  color: var(--navy) !important;
  font-size: clamp(20px, 1.55vw, 26px) !important;
  line-height: 1.16 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.home .problem-sequence-item p,
body.page-template-page-home-php .problem-sequence-item p,
body.page-template-page-home .problem-sequence-item p,
body.page-id-6 .problem-sequence-item p {
  max-width: 520px !important;
  margin: 0 !important;
  color: #4a5563 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

body.home .problems-transition-line,
body.page-template-page-home-php .problems-transition-line,
body.page-template-page-home .problems-transition-line,
body.page-id-6 .problems-transition-line {
  max-width: 900px !important;
  margin: 0 auto !important;
  color: var(--navy) !important;
  text-align: center !important;
  font-size: clamp(22px, 2.2vw, 34px) !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
}

@media (max-width: 900px) {
  body.home .problems-intro-band,
  body.page-template-page-home-php .problems-intro-band,
  body.page-template-page-home .problems-intro-band,
  body.page-id-6 .problems-intro-band,
  body.home .problem-diagnosis-grid,
  body.page-template-page-home-php .problem-diagnosis-grid,
  body.page-template-page-home .problem-diagnosis-grid,
  body.page-id-6 .problem-diagnosis-grid {
    grid-template-columns: 1fr !important;
  }

  body.home .problem-market-column + .problem-market-column,
  body.page-template-page-home-php .problem-market-column + .problem-market-column,
  body.page-template-page-home .problem-market-column + .problem-market-column,
  body.page-id-6 .problem-market-column + .problem-market-column {
    border-left: 0 !important;
    padding-left: 0 !important;
    padding-top: 12px !important;
  }
}

@media (max-width: 640px) {
  body.home .problems .container,
  body.page-template-page-home-php .problems .container,
  body.page-template-page-home .problems .container,
  body.page-id-6 .problems .container {
    max-width: calc(100vw - 28px) !important;
  }

  body.home .problems-intro-band,
  body.page-template-page-home-php .problems-intro-band,
  body.page-template-page-home .problems-intro-band,
  body.page-id-6 .problems-intro-band {
    border-radius: 22px !important;
    padding: 28px !important;
  }

  body.home .problems-image-slot,
  body.page-template-page-home-php .problems-image-slot,
  body.page-template-page-home .problems-image-slot,
  body.page-id-6 .problems-image-slot {
    min-height: 220px !important;
  }
}

/* First 90 days: full-width horizontal tracks */
body.home .first-90-days-tracks,
body.page-template-page-home-php .first-90-days-tracks,
body.page-template-page-home .first-90-days-tracks,
body.page-id-6 .first-90-days-tracks {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(26px, 3.2vw, 42px) !important;
  margin-top: clamp(42px, 5vw, 70px) !important;
}

body.home .first-90-days-track,
body.page-template-page-home-php .first-90-days-track,
body.page-template-page-home .first-90-days-track,
body.page-id-6 .first-90-days-track {
  padding: clamp(24px, 3vw, 36px) !important;
  background: #fff !important;
  border: 1px solid rgba(200, 164, 90, 0.28) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 62px rgba(15, 45, 82, 0.12) !important;
}

body.home .first-90-days-track-label,
body.page-template-page-home-php .first-90-days-track-label,
body.page-template-page-home .first-90-days-track-label,
body.page-id-6 .first-90-days-track-label {
  margin: 0 0 22px !important;
  color: var(--navy) !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
}

body.home .first-90-days-track .first-90-days-timeline,
body.page-template-page-home-php .first-90-days-track .first-90-days-timeline,
body.page-template-page-home .first-90-days-track .first-90-days-timeline,
body.page-id-6 .first-90-days-track .first-90-days-timeline {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 26px) !important;
  align-items: stretch !important;
}

body.home .first-90-days-row,
body.page-template-page-home-php .first-90-days-row,
body.page-template-page-home .first-90-days-row,
body.page-id-6 .first-90-days-row {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  min-width: 0 !important;
}

body.home .first-90-days-row:not(:last-child)::after,
body.page-template-page-home-php .first-90-days-row:not(:last-child)::after,
body.page-template-page-home .first-90-days-row:not(:last-child)::after,
body.page-id-6 .first-90-days-row:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  top: 19px !important;
  right: -22px !important;
  width: 34px !important;
  height: 2px !important;
  background: rgba(200, 164, 90, 0.52) !important;
}

body.home .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-template-page-home-php .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-template-page-home .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-id-6 .first-90-days-row:not(:last-child) .first-90-days-marker::after {
  content: ">" !important;
  position: absolute !important;
  top: 5px !important;
  right: -28px !important;
  color: var(--gold) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

body.home .first-90-days-marker,
body.page-template-page-home-php .first-90-days-marker,
body.page-template-page-home .first-90-days-marker,
body.page-id-6 .first-90-days-marker {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-height: 0 !important;
  border: 0 !important;
}

body.home .first-90-days-marker span,
body.page-template-page-home-php .first-90-days-marker span,
body.page-template-page-home .first-90-days-marker span,
body.page-id-6 .first-90-days-marker span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 92px !important;
  min-height: 34px !important;
  padding: 8px 18px !important;
  color: var(--navy) !important;
  background: var(--gold) !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 26px rgba(200, 164, 90, 0.22) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.home .first-90-days-card,
body.page-template-page-home-php .first-90-days-card,
body.page-template-page-home .first-90-days-card,
body.page-id-6 .first-90-days-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-width: 0 !important;
  padding: clamp(22px, 2.2vw, 30px) !important;
  background: rgba(250, 247, 241, 0.72) !important;
  border: 1px solid rgba(200, 164, 90, 0.26) !important;
  border-left: 4px solid var(--gold) !important;
  border-radius: 18px !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

body.home .first-90-days-card h3,
body.page-template-page-home-php .first-90-days-card h3,
body.page-template-page-home .first-90-days-card h3,
body.page-id-6 .first-90-days-card h3 {
  margin: 0 0 18px !important;
  color: var(--navy) !important;
  font-size: clamp(21px, 1.75vw, 28px) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

body.home .first-90-days-list,
body.page-template-page-home-php .first-90-days-list,
body.page-template-page-home .first-90-days-list,
body.page-id-6 .first-90-days-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 18px !important;
  row-gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.home .first-90-days-list li,
body.page-template-page-home-php .first-90-days-list li,
body.page-template-page-home .first-90-days-list li,
body.page-id-6 .first-90-days-list li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 0 18px !important;
  color: #4f5f70 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

body.home .first-90-days-list li::before,
body.page-template-page-home-php .first-90-days-list li::before,
body.page-template-page-home .first-90-days-list li::before,
body.page-id-6 .first-90-days-list li::before {
  content: "" !important;
  position: absolute !important;
  top: 0.58em !important;
  left: 0 !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: var(--gold) !important;
  box-shadow: 0 0 0 4px rgba(200, 164, 90, 0.16) !important;
}

body.home .first-90-days-disclaimer,
body.page-template-page-home-php .first-90-days-disclaimer,
body.page-template-page-home .first-90-days-disclaimer,
body.page-id-6 .first-90-days-disclaimer {
  max-width: 780px !important;
  margin: clamp(30px, 3.5vw, 48px) auto 0 !important;
  padding: 24px 28px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 18px !important;
  text-align: center !important;
}

body.home .first-90-days-disclaimer p,
body.page-template-page-home-php .first-90-days-disclaimer p,
body.page-template-page-home .first-90-days-disclaimer p,
body.page-id-6 .first-90-days-disclaimer p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(17px, 1.45vw, 21px) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

@media (max-width: 980px) {
  body.home .first-90-days-track .first-90-days-timeline,
  body.page-template-page-home-php .first-90-days-track .first-90-days-timeline,
  body.page-template-page-home .first-90-days-track .first-90-days-timeline,
  body.page-id-6 .first-90-days-track .first-90-days-timeline {
    grid-template-columns: 1fr !important;
  }

  body.home .first-90-days-row:not(:last-child)::after,
  body.page-template-page-home-php .first-90-days-row:not(:last-child)::after,
  body.page-template-page-home .first-90-days-row:not(:last-child)::after,
  body.page-id-6 .first-90-days-row:not(:last-child)::after,
  body.home .first-90-days-row:not(:last-child) .first-90-days-marker::after,
  body.page-template-page-home-php .first-90-days-row:not(:last-child) .first-90-days-marker::after,
  body.page-template-page-home .first-90-days-row:not(:last-child) .first-90-days-marker::after,
  body.page-id-6 .first-90-days-row:not(:last-child) .first-90-days-marker::after {
    display: none !important;
  }
}

@media (max-width: 640px) {
  body.home .first-90-days-list,
  body.page-template-page-home-php .first-90-days-list,
  body.page-template-page-home .first-90-days-list,
  body.page-id-6 .first-90-days-list {
    grid-template-columns: 1fr !important;
  }
}

/* Absolute final pass: remove inner cards and reserve gold for timeline only. */
body.home .first-90-days-card,
body.page-template-page-home-php .first-90-days-card,
body.page-template-page-home .first-90-days-card,
body.page-id-6 .first-90-days-card {
  padding: clamp(18px, 1.8vw, 26px) 0 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body.home .first-90-days-card::before,
body.page-template-page-home-php .first-90-days-card::before,
body.page-template-page-home .first-90-days-card::before,
body.page-id-6 .first-90-days-card::before {
  display: block !important;
}

body.home .first-90-days-list li,
body.page-template-page-home-php .first-90-days-list li,
body.page-template-page-home .first-90-days-list li,
body.page-id-6 .first-90-days-list li {
  color: #435161 !important;
  padding-left: 14px !important;
}

body.home .first-90-days-list li::before,
body.page-template-page-home-php .first-90-days-list li::before,
body.page-template-page-home .first-90-days-list li::before,
body.page-id-6 .first-90-days-list li::before {
  width: 5px !important;
  height: 5px !important;
  background: var(--navy) !important;
  box-shadow: none !important;
}

body.home .first-90-days-track .first-90-days-timeline::before,
body.page-template-page-home-php .first-90-days-track .first-90-days-timeline::before,
body.page-template-page-home .first-90-days-track .first-90-days-timeline::before,
body.page-id-6 .first-90-days-track .first-90-days-timeline::before {
  display: block !important;
}

body.home .first-90-days-row:not(:last-child)::after,
body.page-template-page-home-php .first-90-days-row:not(:last-child)::after,
body.page-template-page-home .first-90-days-row:not(:last-child)::after,
body.page-id-6 .first-90-days-row:not(:last-child)::after,
body.home .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-template-page-home-php .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-template-page-home .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-id-6 .first-90-days-row:not(:last-child) .first-90-days-marker::after {
  display: none !important;
}

@media (max-width: 980px) {
  body.home .first-90-days-track .first-90-days-timeline::before,
  body.page-template-page-home-php .first-90-days-track .first-90-days-timeline::before,
  body.page-template-page-home .first-90-days-track .first-90-days-timeline::before,
  body.page-id-6 .first-90-days-track .first-90-days-timeline::before {
    display: none !important;
  }
}

/* First 90 days: premium open timeline refinement */
body.home .first-90-days-track,
body.page-template-page-home-php .first-90-days-track,
body.page-template-page-home .first-90-days-track,
body.page-id-6 .first-90-days-track {
  padding: clamp(30px, 3.4vw, 46px) !important;
}

body.home .first-90-days-track .first-90-days-timeline,
body.page-template-page-home-php .first-90-days-track .first-90-days-timeline,
body.page-template-page-home .first-90-days-track .first-90-days-timeline,
body.page-id-6 .first-90-days-track .first-90-days-timeline {
  position: relative !important;
  padding-top: 4px !important;
}

body.home .first-90-days-track .first-90-days-timeline::before,
body.page-template-page-home-php .first-90-days-track .first-90-days-timeline::before,
body.page-template-page-home .first-90-days-track .first-90-days-timeline::before,
body.page-id-6 .first-90-days-track .first-90-days-timeline::before {
  content: "" !important;
  position: absolute !important;
  top: 21px !important;
  left: 46px !important;
  right: 46px !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgba(200, 164, 90, 0.28), var(--gold), rgba(200, 164, 90, 0.28)) !important;
  z-index: 0 !important;
}

body.home .first-90-days-row,
body.page-template-page-home-php .first-90-days-row,
body.page-template-page-home .first-90-days-row,
body.page-id-6 .first-90-days-row {
  gap: clamp(18px, 2vw, 26px) !important;
  z-index: 1 !important;
}

body.home .first-90-days-row:not(:last-child)::after,
body.page-template-page-home-php .first-90-days-row:not(:last-child)::after,
body.page-template-page-home .first-90-days-row:not(:last-child)::after,
body.page-id-6 .first-90-days-row:not(:last-child)::after,
body.home .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-template-page-home-php .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-template-page-home .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-id-6 .first-90-days-row:not(:last-child) .first-90-days-marker::after {
  display: none !important;
}

body.home .first-90-days-marker,
body.page-template-page-home-php .first-90-days-marker,
body.page-template-page-home .first-90-days-marker,
body.page-id-6 .first-90-days-marker {
  justify-content: center !important;
  z-index: 2 !important;
}

body.home .first-90-days-marker span,
body.page-template-page-home-php .first-90-days-marker span,
body.page-template-page-home .first-90-days-marker span,
body.page-id-6 .first-90-days-marker span {
  min-width: 104px !important;
  min-height: 40px !important;
  background: var(--gold) !important;
  border: 3px solid #fff !important;
  box-shadow: 0 14px 30px rgba(200, 164, 90, 0.28) !important;
}

body.home .first-90-days-card,
body.page-template-page-home-php .first-90-days-card,
body.page-template-page-home .first-90-days-card,
body.page-id-6 .first-90-days-card {
  position: relative !important;
  padding: clamp(14px, 1.4vw, 20px) 0 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.home .first-90-days-card::before,
body.page-template-page-home-php .first-90-days-card::before,
body.page-template-page-home .first-90-days-card::before,
body.page-id-6 .first-90-days-card::before {
  position: absolute !important;
  top: -4px !important;
  right: 0 !important;
  color: rgba(15, 45, 82, 0.065) !important;
  font-size: clamp(58px, 6vw, 94px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.08em !important;
  line-height: 0.8 !important;
  pointer-events: none !important;
}

body.home .first-90-days-row:nth-child(1) .first-90-days-card::before,
body.page-template-page-home-php .first-90-days-row:nth-child(1) .first-90-days-card::before,
body.page-template-page-home .first-90-days-row:nth-child(1) .first-90-days-card::before,
body.page-id-6 .first-90-days-row:nth-child(1) .first-90-days-card::before {
  content: "01" !important;
}

body.home .first-90-days-row:nth-child(2) .first-90-days-card::before,
body.page-template-page-home-php .first-90-days-row:nth-child(2) .first-90-days-card::before,
body.page-template-page-home .first-90-days-row:nth-child(2) .first-90-days-card::before,
body.page-id-6 .first-90-days-row:nth-child(2) .first-90-days-card::before {
  content: "02" !important;
}

body.home .first-90-days-row:nth-child(3) .first-90-days-card::before,
body.page-template-page-home-php .first-90-days-row:nth-child(3) .first-90-days-card::before,
body.page-template-page-home .first-90-days-row:nth-child(3) .first-90-days-card::before,
body.page-id-6 .first-90-days-row:nth-child(3) .first-90-days-card::before {
  content: "03" !important;
}

body.home .first-90-days-card h3,
body.page-template-page-home-php .first-90-days-card h3,
body.page-template-page-home .first-90-days-card h3,
body.page-id-6 .first-90-days-card h3 {
  position: relative !important;
  z-index: 1 !important;
  margin-bottom: 18px !important;
  max-width: 90% !important;
}

body.home .first-90-days-list li,
body.page-template-page-home-php .first-90-days-list li,
body.page-template-page-home .first-90-days-list li,
body.page-id-6 .first-90-days-list li {
  color: #3f4a56 !important;
  padding-left: 14px !important;
  font-weight: 700 !important;
}

body.home .first-90-days-list li::before,
body.page-template-page-home-php .first-90-days-list li::before,
body.page-template-page-home .first-90-days-list li::before,
body.page-id-6 .first-90-days-list li::before {
  top: 0.62em !important;
  width: 5px !important;
  height: 5px !important;
  background: var(--navy) !important;
  box-shadow: none !important;
}

@media (max-width: 980px) {
  body.home .first-90-days-track .first-90-days-timeline::before,
  body.page-template-page-home-php .first-90-days-track .first-90-days-timeline::before,
  body.page-template-page-home .first-90-days-track .first-90-days-timeline::before,
  body.page-id-6 .first-90-days-track .first-90-days-timeline::before {
    display: none !important;
  }

  body.home .first-90-days-marker,
  body.page-template-page-home-php .first-90-days-marker,
  body.page-template-page-home .first-90-days-marker,
  body.page-id-6 .first-90-days-marker {
    justify-content: flex-start !important;
  }
}

/* Homepage stability pass: remove overlapping legacy geometry and rebalance cards. */
body.home .audience-bento .container,
body.page-template-page-home-php .audience-bento .container,
body.page-template-page-home .audience-bento .container,
body.page-id-6 .audience-bento .container {
  max-width: 1180px !important;
}

body.home .audience-bento-grid,
body.page-template-page-home-php .audience-bento-grid,
body.page-template-page-home .audience-bento-grid,
body.page-id-6 .audience-bento-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
  gap: clamp(24px, 3vw, 38px) !important;
  align-items: stretch !important;
}

body.home .audience-bento-intro,
body.page-template-page-home-php .audience-bento-intro,
body.page-template-page-home .audience-bento-intro,
body.page-id-6 .audience-bento-intro,
body.home .audience-card,
body.page-template-page-home-php .audience-card,
body.page-template-page-home .audience-card,
body.page-id-6 .audience-card {
  min-width: 0 !important;
}

body.home .audience-card,
body.page-template-page-home-php .audience-card,
body.page-template-page-home .audience-card,
body.page-id-6 .audience-card {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  padding: clamp(24px, 3vw, 34px) !important;
}

body.home .audience-image-placeholder,
body.page-template-page-home-php .audience-image-placeholder,
body.page-template-page-home .audience-image-placeholder,
body.page-id-6 .audience-image-placeholder {
  width: 100% !important;
  min-height: 220px !important;
  aspect-ratio: 16 / 7 !important;
  margin: 0 0 24px !important;
  padding: 28px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

body.home .audience-card-copy,
body.page-template-page-home-php .audience-card-copy,
body.page-template-page-home .audience-card-copy,
body.page-id-6 .audience-card-copy {
  min-width: 0 !important;
}

body.home .audience-card h3,
body.page-template-page-home-php .audience-card h3,
body.page-template-page-home .audience-card h3,
body.page-id-6 .audience-card h3,
body.home .audience-card p,
body.page-template-page-home-php .audience-card p,
body.page-template-page-home .audience-card p,
body.page-id-6 .audience-card p {
  overflow-wrap: anywhere !important;
}

body.home .proof-orbit-system,
body.page-template-page-home-php .proof-orbit-system,
body.page-template-page-home .proof-orbit-system,
body.page-id-6 .proof-orbit-system {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(20px, 2vw, 28px) !important;
  width: min(100%, 1180px) !important;
  margin-inline: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body.home .proof-orbit-core,
body.page-template-page-home-php .proof-orbit-core,
body.page-template-page-home .proof-orbit-core,
body.page-id-6 .proof-orbit-core {
  grid-column: 1 / -1 !important;
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: clamp(30px, 4vw, 52px) !important;
  clip-path: none !important;
  border-radius: 24px !important;
  transform: none !important;
  text-align: left !important;
}

body.home .proof-orbit-core p,
body.page-template-page-home-php .proof-orbit-core p,
body.page-template-page-home .proof-orbit-core p,
body.page-id-6 .proof-orbit-core p {
  max-width: 780px !important;
  margin: 0 !important;
  font-size: clamp(26px, 3vw, 42px) !important;
  line-height: 1.13 !important;
}

body.home .proof-orbit-node,
body.page-template-page-home-php .proof-orbit-node,
body.page-template-page-home .proof-orbit-node,
body.page-id-6 .proof-orbit-node {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  transform: none !important;
}

body.home .proof-orbit-node-link,
body.page-template-page-home-php .proof-orbit-node-link,
body.page-template-page-home .proof-orbit-node-link,
body.page-id-6 .proof-orbit-node-link {
  min-height: 100% !important;
  height: 100% !important;
  padding: clamp(22px, 2.4vw, 30px) !important;
}

body.home .proof-orbit-ring,
body.home .proof-orbit-axis,
body.home .proof-orbit-system::before,
body.home .proof-orbit-core::before,
body.home .proof-orbit-node::before,
body.page-template-page-home-php .proof-orbit-ring,
body.page-template-page-home-php .proof-orbit-axis,
body.page-template-page-home-php .proof-orbit-system::before,
body.page-template-page-home-php .proof-orbit-core::before,
body.page-template-page-home-php .proof-orbit-node::before,
body.page-template-page-home .proof-orbit-ring,
body.page-template-page-home .proof-orbit-axis,
body.page-template-page-home .proof-orbit-system::before,
body.page-template-page-home .proof-orbit-core::before,
body.page-template-page-home .proof-orbit-node::before,
body.page-id-6 .proof-orbit-ring,
body.page-id-6 .proof-orbit-axis,
body.page-id-6 .proof-orbit-system::before,
body.page-id-6 .proof-orbit-core::before,
body.page-id-6 .proof-orbit-node::before {
  display: none !important;
  content: none !important;
}

body.home .home-service-list,
body.page-template-page-home-php .home-service-list,
body.page-template-page-home .home-service-list,
body.page-id-6 .home-service-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 24px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

body.home .home-service-list .industry-card,
body.page-template-page-home-php .home-service-list .industry-card,
body.page-template-page-home .home-service-list .industry-card,
body.page-id-6 .home-service-list .industry-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-width: 0 !important;
  min-height: 300px !important;
  padding: clamp(24px, 2.6vw, 34px) !important;
  border-radius: 24px !important;
}

body.home .home-service-list .industry-card-link,
body.page-template-page-home-php .home-service-list .industry-card-link,
body.page-template-page-home .home-service-list .industry-card-link,
body.page-id-6 .home-service-list .industry-card-link {
  margin-top: auto !important;
  text-align: left !important;
  align-self: flex-start !important;
}

body.home .first-90-days-card,
body.home .problem-card,
body.home .growth-equation-card,
body.home .service-card,
body.page-template-page-home-php .first-90-days-card,
body.page-template-page-home-php .problem-card,
body.page-template-page-home-php .growth-equation-card,
body.page-template-page-home-php .service-card,
body.page-template-page-home .first-90-days-card,
body.page-template-page-home .problem-card,
body.page-template-page-home .growth-equation-card,
body.page-template-page-home .service-card,
body.page-id-6 .first-90-days-card,
body.page-id-6 .problem-card,
body.page-id-6 .growth-equation-card,
body.page-id-6 .service-card {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 980px) {
  body.home .audience-bento-grid,
  body.page-template-page-home-php .audience-bento-grid,
  body.page-template-page-home .audience-bento-grid,
  body.page-id-6 .audience-bento-grid,
  body.home .proof-orbit-system,
  body.page-template-page-home-php .proof-orbit-system,
  body.page-template-page-home .proof-orbit-system,
  body.page-id-6 .proof-orbit-system,
  body.home .home-service-list,
  body.page-template-page-home-php .home-service-list,
  body.page-template-page-home .home-service-list,
  body.page-id-6 .home-service-list {
    grid-template-columns: 1fr !important;
  }

  body.home .audience-image-placeholder,
  body.page-template-page-home-php .audience-image-placeholder,
  body.page-template-page-home .audience-image-placeholder,
  body.page-id-6 .audience-image-placeholder {
    min-height: 180px !important;
    aspect-ratio: 16 / 8 !important;
  }

  body.home .home-service-list .industry-card,
  body.page-template-page-home-php .home-service-list .industry-card,
  body.page-template-page-home .home-service-list .industry-card,
  body.page-id-6 .home-service-list .industry-card {
    min-height: 0 !important;
  }
}

/* Organic growth equation: make the output read like the result. */
body.home .growth-equation-closing,
body.page-template-page-home-php .growth-equation-closing,
body.page-template-page-home .growth-equation-closing,
body.page-id-6 .growth-equation-closing {
  max-width: 980px !important;
  margin: clamp(34px, 4vw, 54px) auto 0 !important;
  padding: clamp(22px, 2.4vw, 32px) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.home .growth-equation-closing p,
body.page-template-page-home-php .growth-equation-closing p,
body.page-template-page-home .growth-equation-closing p,
body.page-id-6 .growth-equation-closing p {
  margin: 0 !important;
  font-size: clamp(21px, 2vw, 30px) !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
  text-align: center !important;
}

body.home .powerful-copy-note,
body.page-template-page-home-php .powerful-copy-note,
body.page-template-page-home .powerful-copy-note,
body.page-id-6 .powerful-copy-note {
  margin: 14px 0 0 !important;
  color: #56616d !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
}

@media (max-width: 560px) {
  body.home .audience-image-placeholder,
  body.page-template-page-home-php .audience-image-placeholder,
  body.page-template-page-home .audience-image-placeholder,
  body.page-id-6 .audience-image-placeholder {
    min-height: 155px !important;
    aspect-ratio: auto !important;
  }
}

/* Homepage positioning refactor: home services + lean B2B. */
body.home .hero-supporting-line,
body.page-template-page-home-php .hero-supporting-line,
body.page-template-page-home .hero-supporting-line,
body.page-id-6 .hero-supporting-line {
  max-width: 740px !important;
  margin-top: 18px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(17px, 1.35vw, 20px) !important;
  line-height: 1.7 !important;
}

body.home .section-pill,
body.page-template-page-home-php .section-pill,
body.page-template-page-home .section-pill,
body.page-id-6 .section-pill {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  margin-bottom: 18px !important;
  padding: 9px 18px !important;
  color: var(--gold) !important;
  background: rgba(200, 164, 90, 0.12) !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 2px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.home .audience-bento,
body.page-template-page-home-php .audience-bento,
body.page-template-page-home .audience-bento,
body.page-id-6 .audience-bento {
  padding: clamp(86px, 8vw, 128px) 0 !important;
  background: #f8f5ee !important;
}

body.home .audience-bento .container,
body.page-template-page-home-php .audience-bento .container,
body.page-template-page-home .audience-bento .container,
body.page-id-6 .audience-bento .container {
  max-width: 1240px !important;
}

body.home .audience-bento-grid,
body.page-template-page-home-php .audience-bento-grid,
body.page-template-page-home .audience-bento-grid,
body.page-id-6 .audience-bento-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

body.home .audience-bento-intro,
body.page-template-page-home-php .audience-bento-intro,
body.page-template-page-home .audience-bento-intro,
body.page-id-6 .audience-bento-intro {
  grid-row: span 2 !important;
  padding: clamp(36px, 4vw, 54px) !important;
  background: #fff !important;
  border: 1px solid rgba(200, 164, 90, 0.28) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 58px rgba(15, 45, 82, 0.08) !important;
}

body.home .audience-bento-intro h2,
body.page-template-page-home-php .audience-bento-intro h2,
body.page-template-page-home .audience-bento-intro h2,
body.page-id-6 .audience-bento-intro h2 {
  margin: 0 0 24px !important;
  color: var(--navy) !important;
  font-size: clamp(38px, 4.8vw, 64px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.04 !important;
}

body.home .audience-bento-intro p,
body.page-template-page-home-php .audience-bento-intro p,
body.page-template-page-home .audience-bento-intro p,
body.page-id-6 .audience-bento-intro p,
body.home .audience-card p,
body.page-template-page-home-php .audience-card p,
body.page-template-page-home .audience-card p,
body.page-id-6 .audience-card p {
  color: #4c5b6b !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
}

body.home .audience-card,
body.page-template-page-home-php .audience-card,
body.page-template-page-home .audience-card,
body.page-id-6 .audience-card {
  display: grid !important;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1fr) !important;
  gap: 24px !important;
  padding: 24px !important;
  background: #fff !important;
  border: 1px solid rgba(15, 45, 82, 0.12) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 44px rgba(15, 45, 82, 0.08) !important;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease !important;
}

body.home .audience-card:hover,
body.page-template-page-home-php .audience-card:hover,
body.page-template-page-home .audience-card:hover,
body.page-id-6 .audience-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(200, 164, 90, 0.55) !important;
  box-shadow: 0 26px 62px rgba(15, 45, 82, 0.13) !important;
}

body.home .audience-image-placeholder,
body.page-template-page-home-php .audience-image-placeholder,
body.page-template-page-home .audience-image-placeholder,
body.page-id-6 .audience-image-placeholder {
  display: grid !important;
  min-height: 100% !important;
  place-items: center !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  text-align: center !important;
  background:
    linear-gradient(135deg, rgba(15, 45, 82, 0.92), rgba(28, 68, 108, 0.78)),
    radial-gradient(circle at 30% 20%, rgba(200, 164, 90, 0.35), transparent 36%) !important;
  border-radius: 18px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  overflow: hidden !important;
}

body.home .audience-image,
body.page-template-page-home-php .audience-image,
body.page-template-page-home .audience-image,
body.page-id-6 .audience-image {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

body.home .audience-card-home .audience-image,
body.page-template-page-home-php .audience-card-home .audience-image,
body.page-template-page-home .audience-card-home .audience-image,
body.page-id-6 .audience-card-home .audience-image,
body.home .audience-card-b2b .audience-image,
body.page-template-page-home-php .audience-card-b2b .audience-image,
body.page-template-page-home .audience-card-b2b .audience-image,
body.page-id-6 .audience-card-b2b .audience-image {
  object-position: 28% center !important;
}

body.home .audience-card h3,
body.page-template-page-home-php .audience-card h3,
body.page-template-page-home .audience-card h3,
body.page-id-6 .audience-card h3 {
  margin: 0 0 12px !important;
  color: var(--navy) !important;
  font-size: clamp(27px, 2.6vw, 38px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
}

body.home .audience-card ul,
body.page-template-page-home-php .audience-card ul,
body.page-template-page-home .audience-card ul,
body.page-id-6 .audience-card ul {
  display: grid !important;
  gap: 9px !important;
  margin: 18px 0 22px !important;
  padding: 0 !important;
  list-style: none !important;
}

body.home .audience-card li,
body.page-template-page-home-php .audience-card li,
body.page-template-page-home .audience-card li,
body.page-id-6 .audience-card li {
  position: relative !important;
  padding-left: 22px !important;
  color: #233f5e !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

body.home .audience-card li::before,
body.page-template-page-home-php .audience-card li::before,
body.page-template-page-home .audience-card li::before,
body.page-id-6 .audience-card li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.58em !important;
  width: 8px !important;
  height: 8px !important;
  background: var(--gold) !important;
  border-radius: 999px !important;
}

body.home .audience-link,
body.page-template-page-home-php .audience-link,
body.page-template-page-home .audience-link,
body.page-id-6 .audience-link {
  color: var(--gold) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

body.home .proof-orbit-system,
body.page-template-page-home-php .proof-orbit-system,
body.page-template-page-home .proof-orbit-system,
body.page-id-6 .proof-orbit-system {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  min-height: 0 !important;
  max-width: 1180px !important;
}

body.home .proof-orbit-ring,
body.home .proof-orbit-axis,
body.page-template-page-home-php .proof-orbit-ring,
body.page-template-page-home-php .proof-orbit-axis,
body.page-template-page-home .proof-orbit-ring,
body.page-template-page-home .proof-orbit-axis,
body.page-id-6 .proof-orbit-ring,
body.page-id-6 .proof-orbit-axis {
  display: none !important;
}

body.home .proof-orbit-core,
body.page-template-page-home-php .proof-orbit-core,
body.page-template-page-home .proof-orbit-core,
body.page-id-6 .proof-orbit-core {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  grid-column: span 1 !important;
  width: auto !important;
  min-height: 250px !important;
  clip-path: none !important;
  border-radius: 22px !important;
  transform: none !important;
}

body.home .proof-orbit-node,
body.page-template-page-home-php .proof-orbit-node,
body.page-template-page-home .proof-orbit-node,
body.page-id-6 .proof-orbit-node {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  transform: none !important;
}

body.home .proof-orbit-node-link,
body.page-template-page-home-php .proof-orbit-node-link,
body.page-template-page-home .proof-orbit-node-link,
body.page-id-6 .proof-orbit-node-link {
  min-height: 250px !important;
}

body.home .proof-orbit-node-5 .proof-orbit-node-link,
body.page-template-page-home-php .proof-orbit-node-5 .proof-orbit-node-link,
body.page-template-page-home .proof-orbit-node-5 .proof-orbit-node-link,
body.page-id-6 .proof-orbit-node-5 .proof-orbit-node-link {
  background: var(--navy) !important;
  color: #fff !important;
}

body.home .proof-orbit-node-5 .proof-orbit-metric,
body.home .proof-orbit-node-5 .proof-orbit-label,
body.home .proof-orbit-node-5 .proof-orbit-secondary,
body.home .proof-orbit-node-5 .proof-orbit-support,
body.page-template-page-home-php .proof-orbit-node-5 .proof-orbit-metric,
body.page-template-page-home-php .proof-orbit-node-5 .proof-orbit-label,
body.page-template-page-home-php .proof-orbit-node-5 .proof-orbit-secondary,
body.page-template-page-home-php .proof-orbit-node-5 .proof-orbit-support,
body.page-template-page-home .proof-orbit-node-5 .proof-orbit-metric,
body.page-template-page-home .proof-orbit-node-5 .proof-orbit-label,
body.page-template-page-home .proof-orbit-node-5 .proof-orbit-secondary,
body.page-template-page-home .proof-orbit-node-5 .proof-orbit-support,
body.page-id-6 .proof-orbit-node-5 .proof-orbit-metric,
body.page-id-6 .proof-orbit-node-5 .proof-orbit-label,
body.page-id-6 .proof-orbit-node-5 .proof-orbit-secondary,
body.page-id-6 .proof-orbit-node-5 .proof-orbit-support {
  color: #fff !important;
}

body.home .growth-equation .container,
body.page-template-page-home-php .growth-equation .container,
body.page-template-page-home .growth-equation .container,
body.page-id-6 .growth-equation .container {
  padding: clamp(42px, 5vw, 72px) !important;
  background: var(--navy) !important;
  border-radius: 30px !important;
}

body.home .growth-equation-intro,
body.page-template-page-home-php .growth-equation-intro,
body.page-template-page-home .growth-equation-intro,
body.page-id-6 .growth-equation-intro {
  max-width: 780px !important;
}

body.home .growth-equation-intro h2,
body.home .growth-equation-intro p,
body.home .growth-equation-card h3,
body.home .growth-equation-card p,
body.home .growth-equation-closing p,
body.page-template-page-home-php .growth-equation-intro h2,
body.page-template-page-home-php .growth-equation-intro p,
body.page-template-page-home-php .growth-equation-card h3,
body.page-template-page-home-php .growth-equation-card p,
body.page-template-page-home-php .growth-equation-closing p,
body.page-template-page-home .growth-equation-intro h2,
body.page-template-page-home .growth-equation-intro p,
body.page-template-page-home .growth-equation-card h3,
body.page-template-page-home .growth-equation-card p,
body.page-template-page-home .growth-equation-closing p,
body.page-id-6 .growth-equation-intro h2,
body.page-id-6 .growth-equation-intro p,
body.page-id-6 .growth-equation-card h3,
body.page-id-6 .growth-equation-card p,
body.page-id-6 .growth-equation-closing p {
  color: #fff !important;
}

body.home .growth-equation-card,
body.page-template-page-home-php .growth-equation-card,
body.page-template-page-home .growth-equation-card,
body.page-id-6 .growth-equation-card {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body.home .first-90-days-tracks,
body.page-template-page-home-php .first-90-days-tracks,
body.page-template-page-home .first-90-days-tracks,
body.page-id-6 .first-90-days-tracks {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: start !important;
}

body.home .first-90-days-track,
body.page-template-page-home-php .first-90-days-track,
body.page-template-page-home .first-90-days-track,
body.page-id-6 .first-90-days-track {
  padding: clamp(24px, 3vw, 34px) !important;
  background: #fff !important;
  border: 1px solid rgba(200, 164, 90, 0.26) !important;
  border-radius: 22px !important;
}

body.home .first-90-days-track-label,
body.page-template-page-home-php .first-90-days-track-label,
body.page-template-page-home .first-90-days-track-label,
body.page-id-6 .first-90-days-track-label {
  margin-bottom: 24px !important;
  color: var(--navy) !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
}

body.home .first-90-days-track .first-90-days-timeline,
body.page-template-page-home-php .first-90-days-track .first-90-days-timeline,
body.page-template-page-home .first-90-days-track .first-90-days-timeline,
body.page-id-6 .first-90-days-track .first-90-days-timeline {
  display: grid !important;
  gap: 18px !important;
}

body.home .problems-heading-card,
body.page-template-page-home-php .problems-heading-card,
body.page-template-page-home .problems-heading-card,
body.page-id-6 .problems-heading-card {
  margin-bottom: 28px !important;
  padding: clamp(32px, 4vw, 52px) !important;
  background: var(--navy) !important;
  border-radius: 26px !important;
}

body.home .problems-heading-card h2,
body.home .problems-heading-card p,
body.page-template-page-home-php .problems-heading-card h2,
body.page-template-page-home-php .problems-heading-card p,
body.page-template-page-home .problems-heading-card h2,
body.page-template-page-home .problems-heading-card p,
body.page-id-6 .problems-heading-card h2,
body.page-id-6 .problems-heading-card p {
  color: #fff !important;
}

body.home .problem-kicker,
body.page-template-page-home-php .problem-kicker,
body.page-template-page-home .problem-kicker,
body.page-id-6 .problem-kicker {
  display: block !important;
  margin-bottom: 14px !important;
  color: var(--gold) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
}

body.home .home-services-focus,
body.page-template-page-home-php .home-services-focus,
body.page-template-page-home .home-services-focus,
body.page-id-6 .home-services-focus {
  background: var(--navy) !important;
}

body.home .home-services-focus h2,
body.home .home-services-focus .intro,
body.page-template-page-home-php .home-services-focus h2,
body.page-template-page-home-php .home-services-focus .intro,
body.page-template-page-home .home-services-focus h2,
body.page-template-page-home .home-services-focus .intro,
body.page-id-6 .home-services-focus h2,
body.page-id-6 .home-services-focus .intro {
  color: #fff !important;
}

body.home .home-service-list,
body.page-template-page-home-php .home-service-list,
body.page-template-page-home .home-service-list,
body.page-id-6 .home-service-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
  max-width: 980px !important;
  margin: 48px auto 0 !important;
}

body.home .home-service-list .industry-card,
body.page-template-page-home-php .home-service-list .industry-card,
body.page-template-page-home .home-service-list .industry-card,
body.page-id-6 .home-service-list .industry-card {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) auto !important;
  gap: 24px !important;
  align-items: center !important;
  padding: 26px 28px !important;
  text-align: left !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 999px !important;
}

body.home .industry-number,
body.page-template-page-home-php .industry-number,
body.page-template-page-home .industry-number,
body.page-id-6 .industry-number {
  color: var(--gold) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

body.home .home-service-list .industry-card h3,
body.home .home-service-list .industry-card p,
body.page-template-page-home-php .home-service-list .industry-card h3,
body.page-template-page-home-php .home-service-list .industry-card p,
body.page-template-page-home .home-service-list .industry-card h3,
body.page-template-page-home .home-service-list .industry-card p,
body.page-id-6 .home-service-list .industry-card h3,
body.page-id-6 .home-service-list .industry-card p {
  margin: 0 !important;
  color: #fff !important;
}

body.home .home-service-list .industry-card-link,
body.page-template-page-home-php .home-service-list .industry-card-link,
body.page-template-page-home .home-service-list .industry-card-link,
body.page-id-6 .home-service-list .industry-card-link {
  justify-self: end !important;
  color: var(--gold) !important;
  font-weight: 900 !important;
  text-align: center !important;
}

body.home .final-cta-actions,
body.page-template-page-home-php .final-cta-actions,
body.page-template-page-home .final-cta-actions,
body.page-id-6 .final-cta-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 16px !important;
}

body.home .final-cta-actions .btn-secondary,
body.page-template-page-home-php .final-cta-actions .btn-secondary,
body.page-template-page-home .final-cta-actions .btn-secondary,
body.page-id-6 .final-cta-actions .btn-secondary {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.68) !important;
  background: transparent !important;
}

body.home .final-cta-actions .btn-secondary:hover,
body.page-template-page-home-php .final-cta-actions .btn-secondary:hover,
body.page-template-page-home .final-cta-actions .btn-secondary:hover,
body.page-id-6 .final-cta-actions .btn-secondary:hover {
  color: var(--navy) !important;
  background: #fff !important;
}

@media (max-width: 980px) {
  body.home .audience-bento-grid,
  body.page-template-page-home-php .audience-bento-grid,
  body.page-template-page-home .audience-bento-grid,
  body.page-id-6 .audience-bento-grid,
  body.home .first-90-days-tracks,
  body.page-template-page-home-php .first-90-days-tracks,
  body.page-template-page-home .first-90-days-tracks,
  body.page-id-6 .first-90-days-tracks {
    grid-template-columns: 1fr !important;
  }

  body.home .audience-bento-intro,
  body.page-template-page-home-php .audience-bento-intro,
  body.page-template-page-home .audience-bento-intro,
  body.page-id-6 .audience-bento-intro {
    grid-row: auto !important;
  }

  body.home .proof-orbit-system,
  body.page-template-page-home-php .proof-orbit-system,
  body.page-template-page-home .proof-orbit-system,
  body.page-id-6 .proof-orbit-system {
    grid-template-columns: 1fr !important;
    padding-left: 0 !important;
  }

  body.home .home-service-list .industry-card,
  body.page-template-page-home-php .home-service-list .industry-card,
  body.page-template-page-home .home-service-list .industry-card,
  body.page-id-6 .home-service-list .industry-card {
    grid-template-columns: 1fr !important;
    border-radius: 22px !important;
  }

  body.home .home-service-list .industry-card-link,
  body.page-template-page-home-php .home-service-list .industry-card-link,
  body.page-template-page-home .home-service-list .industry-card-link,
  body.page-id-6 .home-service-list .industry-card-link {
    justify-self: start !important;
  }
}

@media (max-width: 680px) {
  body.home .audience-card,
  body.page-template-page-home-php .audience-card,
  body.page-template-page-home .audience-card,
  body.page-id-6 .audience-card {
    grid-template-columns: 1fr !important;
  }

  body.home .audience-image-placeholder,
  body.page-template-page-home-php .audience-image-placeholder,
  body.page-template-page-home .audience-image-placeholder,
  body.page-id-6 .audience-image-placeholder {
    min-height: 180px !important;
  }
}

body.home .hero .container,
body.page-template-page-home-php .hero .container,
body.page-template-page-home .hero .container,
body.page-id-6 .hero .container {
  max-width: 1320px !important;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.88fr) !important;
  gap: clamp(72px, 7vw, 118px) !important;
  align-items: center !important;
}

body.home .hero-content,
body.page-template-page-home-php .hero-content,
body.page-template-page-home .hero-content,
body.page-id-6 .hero-content {
  text-align: center !important;
}

body.home .hero h1,
body.page-template-page-home-php .hero h1,
body.page-template-page-home .hero h1,
body.page-id-6 .hero h1 {
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: clamp(52px, 4.75vw, 68px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

body.home .hero p,
body.page-template-page-home-php .hero p,
body.page-template-page-home .hero p,
body.page-id-6 .hero p {
  max-width: 690px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home .hero-ctas,
body.page-template-page-home-php .hero-ctas,
body.page-template-page-home .hero-ctas,
body.page-id-6 .hero-ctas {
  justify-content: center !important;
  align-items: center !important;
  max-width: 690px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  gap: 16px !important;
}

body.home .hero-ctas .btn-primary,
body.home .hero-ctas .btn-secondary,
body.page-template-page-home-php .hero-ctas .btn-primary,
body.page-template-page-home-php .hero-ctas .btn-secondary,
body.page-template-page-home .hero-ctas .btn-primary,
body.page-template-page-home .hero-ctas .btn-secondary,
body.page-id-6 .hero-ctas .btn-primary,
body.page-id-6 .hero-ctas .btn-secondary {
  min-width: 210px !important;
  text-align: center !important;
}

body.home .hero-visual,
body.page-template-page-home-php .hero-visual,
body.page-template-page-home .hero-visual,
body.page-id-6 .hero-visual {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 14px !important;
}

body.home .hero-visual-img,
body.page-template-page-home-php .hero-visual-img,
body.page-template-page-home .hero-visual-img,
body.page-id-6 .hero-visual-img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: inherit !important;
}

body.home .proof-orbit,
body.page-template-page-home-php .proof-orbit,
body.page-template-page-home .proof-orbit,
body.page-id-6 .proof-orbit {
  position: relative !important;
  padding: clamp(88px, 8vw, 128px) 0 clamp(44px, 4vw, 64px) !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(215, 179, 114, 0.14), transparent 28%),
    linear-gradient(180deg, #f8f5ee 0%, #ffffff 100%) !important;
  overflow: hidden !important;
}

body.home .proof-orbit .container,
body.page-template-page-home-php .proof-orbit .container,
body.page-template-page-home .proof-orbit .container,
body.page-id-6 .proof-orbit .container {
  max-width: 1280px !important;
}

body.home .proof-orbit-header,
body.page-template-page-home-php .proof-orbit-header,
body.page-template-page-home .proof-orbit-header,
body.page-id-6 .proof-orbit-header {
  max-width: 920px !important;
  margin: 0 auto clamp(58px, 6vw, 78px) !important;
  text-align: center !important;
}

body.home .proof-orbit-kicker,
body.page-template-page-home-php .proof-orbit-kicker,
body.page-template-page-home .proof-orbit-kicker,
body.page-id-6 .proof-orbit-kicker {
  margin: 0 0 18px !important;
  color: var(--gold) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 2.8px !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

body.home .proof-orbit-header h2,
body.page-template-page-home-php .proof-orbit-header h2,
body.page-template-page-home .proof-orbit-header h2,
body.page-id-6 .proof-orbit-header h2 {
  margin: 0 auto 24px !important;
  max-width: 900px !important;
  color: var(--navy) !important;
  font-size: clamp(40px, 5vw, 68px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.05 !important;
}

body.home .proof-orbit-header p,
body.page-template-page-home-php .proof-orbit-header p,
body.page-template-page-home .proof-orbit-header p,
body.page-id-6 .proof-orbit-header p {
  max-width: 850px !important;
  margin: 0 auto !important;
  color: #4c5b6b !important;
  font-size: 18px !important;
  line-height: 1.78 !important;
}

body.home .proof-orbit-header a,
body.page-template-page-home-php .proof-orbit-header a,
body.page-template-page-home .proof-orbit-header a,
body.page-id-6 .proof-orbit-header a {
  color: var(--navy) !important;
  font-weight: 800 !important;
  text-decoration-color: rgba(215, 179, 114, 0.62) !important;
  text-underline-offset: 4px !important;
}

body.home .proof-orbit-system,
body.page-template-page-home-php .proof-orbit-system,
body.page-template-page-home .proof-orbit-system,
body.page-id-6 .proof-orbit-system {
  position: relative !important;
  width: min(100%, 1280px) !important;
  min-height: 930px !important;
  margin: 0 auto !important;
}

body.home .proof-orbit-ring,
body.page-template-page-home-php .proof-orbit-ring,
body.page-template-page-home .proof-orbit-ring,
body.page-id-6 .proof-orbit-ring {
  position: absolute !important;
  inset: 112px 160px !important;
  border: 1px dashed rgba(15, 45, 82, 0.22) !important;
  border-radius: 999px !important;
  pointer-events: none !important;
}

body.home .proof-orbit-ring::before,
body.page-template-page-home-php .proof-orbit-ring::before,
body.page-template-page-home .proof-orbit-ring::before,
body.page-id-6 .proof-orbit-ring::before {
  content: "" !important;
  position: absolute !important;
  inset: 58px 132px !important;
  border: 1px solid rgba(215, 179, 114, 0.22) !important;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%) !important;
}

body.home .proof-orbit-axis,
body.page-template-page-home-php .proof-orbit-axis,
body.page-template-page-home .proof-orbit-axis,
body.page-id-6 .proof-orbit-axis {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  background: rgba(15, 45, 82, 0.12) !important;
  transform: translate(-50%, -50%) !important;
  pointer-events: none !important;
}

body.home .proof-orbit-axis-horizontal,
body.page-template-page-home-php .proof-orbit-axis-horizontal,
body.page-template-page-home .proof-orbit-axis-horizontal,
body.page-id-6 .proof-orbit-axis-horizontal {
  width: min(70%, 820px) !important;
  height: 1px !important;
}

body.home .proof-orbit-axis-vertical,
body.page-template-page-home-php .proof-orbit-axis-vertical,
body.page-template-page-home .proof-orbit-axis-vertical,
body.page-id-6 .proof-orbit-axis-vertical {
  width: 1px !important;
  height: min(64%, 530px) !important;
}

body.home .proof-orbit-core,
body.page-template-page-home-php .proof-orbit-core,
body.page-template-page-home .proof-orbit-core,
body.page-id-6 .proof-orbit-core {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 5 !important;
  display: grid !important;
  place-items: center !important;
  width: 330px !important;
  min-height: 286px !important;
  padding: 34px !important;
  color: #fff !important;
  text-align: center !important;
  background:
    linear-gradient(135deg, rgba(15, 45, 82, 0.96), rgba(24, 64, 105, 0.94)) !important;
  border: 1px solid rgba(215, 179, 114, 0.54) !important;
  box-shadow: 0 34px 80px rgba(15, 45, 82, 0.34) !important;
  clip-path: polygon(50% 0, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%) !important;
  transform: translate(-50%, -50%) !important;
}

body.home .proof-orbit-core p,
body.page-template-page-home-php .proof-orbit-core p,
body.page-template-page-home .proof-orbit-core p,
body.page-id-6 .proof-orbit-core p {
  margin: 0 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

body.home .proof-orbit-node,
body.page-template-page-home-php .proof-orbit-node,
body.page-template-page-home .proof-orbit-node,
body.page-id-6 .proof-orbit-node {
  position: absolute !important;
  z-index: 3 !important;
  width: 258px !important;
}

body.home .proof-orbit-node-1,
body.page-template-page-home-php .proof-orbit-node-1,
body.page-template-page-home .proof-orbit-node-1,
body.page-id-6 .proof-orbit-node-1 {
  left: 50% !important;
  top: 0 !important;
  transform: translateX(-50%) !important;
}

body.home .proof-orbit-node-2,
body.page-template-page-home-php .proof-orbit-node-2,
body.page-template-page-home .proof-orbit-node-2,
body.page-id-6 .proof-orbit-node-2 {
  right: 12px !important;
  top: 196px !important;
}

body.home .proof-orbit-node-3,
body.page-template-page-home-php .proof-orbit-node-3,
body.page-template-page-home .proof-orbit-node-3,
body.page-id-6 .proof-orbit-node-3 {
  right: 108px !important;
  bottom: 82px !important;
}

body.home .proof-orbit-node-4,
body.page-template-page-home-php .proof-orbit-node-4,
body.page-template-page-home .proof-orbit-node-4,
body.page-id-6 .proof-orbit-node-4 {
  left: 108px !important;
  bottom: 82px !important;
}

body.home .proof-orbit-node-5,
body.page-template-page-home-php .proof-orbit-node-5,
body.page-template-page-home .proof-orbit-node-5,
body.page-id-6 .proof-orbit-node-5 {
  left: 12px !important;
  top: 196px !important;
}

body.home .proof-orbit-node-6,
body.page-template-page-home-php .proof-orbit-node-6,
body.page-template-page-home .proof-orbit-node-6,
body.page-id-6 .proof-orbit-node-6 {
  left: 50% !important;
  bottom: 0 !important;
  transform: translateX(-50%) !important;
}

body.home .proof-orbit-node-link,
body.page-template-page-home-php .proof-orbit-node-link,
body.page-template-page-home .proof-orbit-node-link,
body.page-id-6 .proof-orbit-node-link {
  display: flex !important;
  min-height: 214px !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 22px !important;
  color: var(--navy) !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(215, 179, 114, 0.42) !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 48px rgba(15, 45, 82, 0.11) !important;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease !important;
}

body.home .proof-orbit-node-link:hover,
body.page-template-page-home-php .proof-orbit-node-link:hover,
body.page-template-page-home .proof-orbit-node-link:hover,
body.page-id-6 .proof-orbit-node-link:hover {
  transform: translateY(-8px) !important;
  background: #fff !important;
  border-color: rgba(215, 179, 114, 0.86) !important;
  box-shadow: 0 28px 64px rgba(15, 45, 82, 0.18) !important;
}

body.home .proof-orbit-category,
body.page-template-page-home-php .proof-orbit-category,
body.page-template-page-home .proof-orbit-category,
body.page-id-6 .proof-orbit-category {
  color: var(--gold) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 1.6px !important;
  text-transform: uppercase !important;
}

body.home .proof-orbit-metric,
body.page-template-page-home-php .proof-orbit-metric,
body.page-template-page-home .proof-orbit-metric,
body.page-id-6 .proof-orbit-metric {
  color: var(--navy) !important;
  font-size: 38px !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
  line-height: 0.98 !important;
}

body.home .proof-orbit-label,
body.page-template-page-home-php .proof-orbit-label,
body.page-template-page-home .proof-orbit-label,
body.page-id-6 .proof-orbit-label {
  color: #122f52 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.28 !important;
}

body.home .proof-orbit-support,
body.page-template-page-home-php .proof-orbit-support,
body.page-template-page-home .proof-orbit-support,
body.page-id-6 .proof-orbit-support {
  color: #566272 !important;
  font-size: 13px !important;
  line-height: 1.48 !important;
}

body.home .proof-orbit-secondary,
body.page-template-page-home-php .proof-orbit-secondary,
body.page-template-page-home .proof-orbit-secondary,
body.page-id-6 .proof-orbit-secondary {
  margin-top: auto !important;
  color: #233f5e !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.home .proof-orbit-cta,
body.page-template-page-home-php .proof-orbit-cta,
body.page-template-page-home .proof-orbit-cta,
body.page-id-6 .proof-orbit-cta {
  color: var(--gold) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.home .proof-orbit-actions,
body.page-template-page-home-php .proof-orbit-actions,
body.page-template-page-home .proof-orbit-actions,
body.page-id-6 .proof-orbit-actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  width: 100% !important;
  margin-top: clamp(36px, 5vw, 62px) !important;
  text-align: center !important;
}

body.home .proof-orbit-actions .btn-primary,
body.home .proof-orbit-actions .btn-secondary,
body.page-template-page-home-php .proof-orbit-actions .btn-primary,
body.page-template-page-home-php .proof-orbit-actions .btn-secondary,
body.page-template-page-home .proof-orbit-actions .btn-primary,
body.page-template-page-home .proof-orbit-actions .btn-secondary,
body.page-id-6 .proof-orbit-actions .btn-primary,
body.page-id-6 .proof-orbit-actions .btn-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 230px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center !important;
}

body.home .proof-orbit-actions .btn-secondary,
body.page-template-page-home-php .proof-orbit-actions .btn-secondary,
body.page-template-page-home .proof-orbit-actions .btn-secondary,
body.page-id-6 .proof-orbit-actions .btn-secondary {
  color: var(--navy) !important;
  background: #fff !important;
  border: 1.5px solid var(--navy) !important;
  box-shadow: 0 12px 28px rgba(15, 45, 82, 0.1) !important;
}

body.home .proof-orbit-actions .btn-secondary:hover,
body.page-template-page-home-php .proof-orbit-actions .btn-secondary:hover,
body.page-template-page-home .proof-orbit-actions .btn-secondary:hover,
body.page-id-6 .proof-orbit-actions .btn-secondary:hover {
  color: #fff !important;
  background: var(--navy) !important;
  border-color: var(--navy) !important;
  box-shadow: 0 16px 34px rgba(15, 45, 82, 0.2) !important;
}

body.home .growth-equation,
body.page-template-page-home-php .growth-equation,
body.page-template-page-home .growth-equation,
body.page-id-6 .growth-equation {
  padding-top: clamp(48px, 4vw, 64px) !important;
}

body.home .first-90-days-intro-copy h2,
body.page-template-page-home-php .first-90-days-intro-copy h2,
body.page-template-page-home .first-90-days-intro-copy h2,
body.page-id-6 .first-90-days-intro-copy h2 {
  font-weight: 900 !important;
  letter-spacing: -0.035em !important;
}

body.home .services,
body.page-template-page-home-php .services,
body.page-template-page-home .services,
body.page-id-6 .services {
  padding-top: 148px !important;
  padding-bottom: 150px !important;
}

body.home .services-model,
body.page-template-page-home-php .services-model,
body.page-template-page-home .services-model,
body.page-id-6 .services-model {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr) !important;
  gap: clamp(54px, 6vw, 88px) !important;
  max-width: 1180px !important;
  margin-bottom: 0 !important;
  padding: clamp(56px, 5.2vw, 78px) !important;
}

body.home .services-model-copy,
body.page-template-page-home-php .services-model-copy,
body.page-template-page-home .services-model-copy,
body.page-id-6 .services-model-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

body.home .services-model-copy h3,
body.page-template-page-home-php .services-model-copy h3,
body.page-template-page-home .services-model-copy h3,
body.page-id-6 .services-model-copy h3 {
  color: var(--navy) !important;
  font-size: clamp(38px, 4.25vw, 58px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.04 !important;
  margin: 42px 0 24px !important;
  max-width: 680px !important;
}

body.home .services-model-copy h3:first-child,
body.page-template-page-home-php .services-model-copy h3:first-child,
body.page-template-page-home .services-model-copy h3:first-child,
body.page-id-6 .services-model-copy h3:first-child {
  margin-top: 0 !important;
}

body.home .services-model-copy p,
body.page-template-page-home-php .services-model-copy p,
body.page-template-page-home .services-model-copy p,
body.page-id-6 .services-model-copy p {
  max-width: 700px !important;
}

body.home .services-model-copy .services-model-bridge,
body.page-template-page-home-php .services-model-copy .services-model-bridge,
body.page-template-page-home .services-model-copy .services-model-bridge,
body.page-id-6 .services-model-copy .services-model-bridge {
  color: var(--navy) !important;
  font-weight: 900 !important;
}

body.home .services-plan-proof,
body.page-template-page-home-php .services-plan-proof,
body.page-template-page-home .services-plan-proof,
body.page-id-6 .services-plan-proof {
  align-self: center !important;
  padding: clamp(32px, 3.8vw, 48px) !important;
  background: #fff !important;
  border: 1px solid rgba(200, 164, 90, 0.3) !important;
  border-radius: 18px !important;
  box-shadow: 0 26px 70px rgba(15, 45, 82, 0.1) !important;
}

body.home .services-plan-proof-label,
body.page-template-page-home-php .services-plan-proof-label,
body.page-template-page-home .services-plan-proof-label,
body.page-id-6 .services-plan-proof-label {
  margin-bottom: 18px !important;
  color: var(--gold) !important;
  font-family: var(--font-head) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

body.home .services-plan-proof p,
body.page-template-page-home-php .services-plan-proof p,
body.page-template-page-home .services-plan-proof p,
body.page-id-6 .services-plan-proof p {
  margin: 0 0 18px !important;
  color: var(--navy) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

body.home .services-plan-proof ul,
body.page-template-page-home-php .services-plan-proof ul,
body.page-template-page-home .services-plan-proof ul,
body.page-id-6 .services-plan-proof ul {
  display: grid !important;
  gap: 14px !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  list-style: none !important;
}

body.home .services-plan-proof li,
body.page-template-page-home-php .services-plan-proof li,
body.page-template-page-home .services-plan-proof li,
body.page-id-6 .services-plan-proof li {
  position: relative !important;
  padding-left: 26px !important;
  color: #40464f !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

body.home .services-plan-proof li::before,
body.page-template-page-home-php .services-plan-proof li::before,
body.page-template-page-home .services-plan-proof li::before,
body.page-id-6 .services-plan-proof li::before {
  content: "" !important;
  position: absolute !important;
  top: 0.7em !important;
  left: 0 !important;
  width: 8px !important;
  height: 8px !important;
  background: var(--gold) !important;
  border-radius: 50% !important;
}

body.home .services-plan-proof .btn-primary,
body.page-template-page-home-php .services-plan-proof .btn-primary,
body.page-template-page-home .services-plan-proof .btn-primary,
body.page-id-6 .services-plan-proof .btn-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body.home .full-system-build,
body.page-template-page-home-php .full-system-build,
body.page-template-page-home .full-system-build,
body.page-id-6 .full-system-build {
  background: #3a5068 !important;
  color: #f7f5f0 !important;
  padding: clamp(86px, 8vw, 126px) 0 !important;
}

body.home .full-system-build-header,
body.page-template-page-home-php .full-system-build-header,
body.page-template-page-home .full-system-build-header,
body.page-id-6 .full-system-build-header {
  max-width: 860px !important;
  margin: 0 auto clamp(38px, 5vw, 62px) !important;
  text-align: center !important;
}

body.home .full-system-build-kicker,
body.page-template-page-home-php .full-system-build-kicker,
body.page-template-page-home .full-system-build-kicker,
body.page-id-6 .full-system-build-kicker {
  margin: 0 0 14px !important;
  color: var(--gold) !important;
  font-family: var(--font-head) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

body.home .full-system-build-header h2,
body.page-template-page-home-php .full-system-build-header h2,
body.page-template-page-home .full-system-build-header h2,
body.page-id-6 .full-system-build-header h2 {
  margin: 0 auto 18px !important;
  color: #fff !important;
  font-size: clamp(42px, 5.4vw, 72px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  line-height: 0.98 !important;
}

body.home .full-system-build-header p:not(.full-system-build-kicker),
body.page-template-page-home-php .full-system-build-header p:not(.full-system-build-kicker),
body.page-template-page-home .full-system-build-header p:not(.full-system-build-kicker),
body.page-id-6 .full-system-build-header p:not(.full-system-build-kicker) {
  margin: 0 auto !important;
  max-width: 720px !important;
  color: rgba(247, 245, 240, 0.8) !important;
  font-size: clamp(17px, 1.5vw, 20px) !important;
  line-height: 1.65 !important;
}

body.home .full-system-capabilities,
body.page-template-page-home-php .full-system-capabilities,
body.page-template-page-home .full-system-capabilities,
body.page-id-6 .full-system-capabilities {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  max-width: 1040px !important;
  margin: 0 auto 28px !important;
}

body.home .full-system-capability,
body.page-template-page-home-php .full-system-capability,
body.page-template-page-home .full-system-capability,
body.page-id-6 .full-system-capability {
  display: flex !important;
  min-height: 92px !important;
  align-items: center !important;
  padding: 22px !important;
  border: 1px solid rgba(247, 245, 240, 0.16) !important;
  background: rgba(247, 245, 240, 0.06) !important;
  color: #fff !important;
  font-family: var(--font-head) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

body.home .full-system-reinforcement,
body.home .full-system-best-for,
body.page-template-page-home-php .full-system-reinforcement,
body.page-template-page-home-php .full-system-best-for,
body.page-template-page-home .full-system-reinforcement,
body.page-template-page-home .full-system-best-for,
body.page-id-6 .full-system-reinforcement,
body.page-id-6 .full-system-best-for {
  max-width: 880px !important;
  margin: 0 auto !important;
  color: rgba(247, 245, 240, 0.82) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

body.home .full-system-best-for,
body.page-template-page-home-php .full-system-best-for,
body.page-template-page-home .full-system-best-for,
body.page-id-6 .full-system-best-for {
  margin-top: 12px !important;
  color: #fff !important;
  font-weight: 800 !important;
}

body.home .full-system-timeline,
body.page-template-page-home-php .full-system-timeline,
body.page-template-page-home .full-system-timeline,
body.page-id-6 .full-system-timeline {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  max-width: 1080px !important;
  margin: clamp(44px, 6vw, 72px) auto 0 !important;
}

body.home .full-system-phase,
body.page-template-page-home-php .full-system-phase,
body.page-template-page-home .full-system-phase,
body.page-id-6 .full-system-phase {
  padding: clamp(30px, 4vw, 48px) !important;
  border: 1px solid rgba(247, 245, 240, 0.18) !important;
  background: rgba(247, 245, 240, 0.07) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease !important;
  will-change: transform;
}

body.home .full-system-phase-after,
body.page-template-page-home-php .full-system-phase-after,
body.page-template-page-home .full-system-phase-after,
body.page-id-6 .full-system-phase-after {
  background: rgba(201, 161, 74, 0.16) !important;
  border-color: rgba(201, 161, 74, 0.42) !important;
}

body.home .full-system-phase:hover,
body.page-template-page-home-php .full-system-phase:hover,
body.page-template-page-home .full-system-phase:hover,
body.page-id-6 .full-system-phase:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(201, 161, 74, 0.58) !important;
  background: rgba(247, 245, 240, 0.11) !important;
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.22) !important;
}

body.home .full-system-phase-after:hover,
body.page-template-page-home-php .full-system-phase-after:hover,
body.page-template-page-home .full-system-phase-after:hover,
body.page-id-6 .full-system-phase-after:hover {
  background: rgba(201, 161, 74, 0.22) !important;
}

body.home .full-system-phase-label,
body.page-template-page-home-php .full-system-phase-label,
body.page-template-page-home .full-system-phase-label,
body.page-id-6 .full-system-phase-label {
  display: block !important;
  margin-bottom: 14px !important;
  color: var(--gold) !important;
  font-family: var(--font-head) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

body.home .full-system-phase h3,
body.page-template-page-home-php .full-system-phase h3,
body.page-template-page-home .full-system-phase h3,
body.page-id-6 .full-system-phase h3 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: clamp(26px, 2.8vw, 38px) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
}

body.home .full-system-phase p,
body.page-template-page-home-php .full-system-phase p,
body.page-template-page-home .full-system-phase p,
body.page-id-6 .full-system-phase p {
  margin: 0 !important;
  color: rgba(247, 245, 240, 0.78) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

body.home .full-system-timeline-cue,
body.page-template-page-home-php .full-system-timeline-cue,
body.page-template-page-home .full-system-timeline-cue,
body.page-id-6 .full-system-timeline-cue {
  position: relative !important;
  align-self: center !important;
  height: 1px !important;
  background: rgba(201, 161, 74, 0.58) !important;
}

body.home .full-system-timeline-cue::after,
body.page-template-page-home-php .full-system-timeline-cue::after,
body.page-template-page-home .full-system-timeline-cue::after,
body.page-id-6 .full-system-timeline-cue::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: -1px !important;
  width: 10px !important;
  height: 10px !important;
  border-top: 2px solid rgba(201, 161, 74, 0.9) !important;
  border-right: 2px solid rgba(201, 161, 74, 0.9) !important;
  transform: translateY(-50%) rotate(45deg) !important;
}

body.home .full-system-build-cta,
body.page-template-page-home-php .full-system-build-cta,
body.page-template-page-home .full-system-build-cta,
body.page-id-6 .full-system-build-cta {
  margin-top: clamp(36px, 5vw, 58px) !important;
  text-align: center !important;
}

body.home .full-system-build-cta .btn-primary,
body.page-template-page-home-php .full-system-build-cta .btn-primary,
body.page-template-page-home .full-system-build-cta .btn-primary,
body.page-id-6 .full-system-build-cta .btn-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body.home .faq,
body.page-template-page-home-php .faq,
body.page-template-page-home .faq,
body.page-id-6 .faq {
  background: var(--offwhite) !important;
  padding: clamp(78px, 8vw, 112px) 0 !important;
}

body.home .faq h2,
body.page-template-page-home-php .faq h2,
body.page-template-page-home .faq h2,
body.page-id-6 .faq h2 {
  max-width: 760px !important;
  margin: 0 auto clamp(34px, 5vw, 54px) !important;
  color: var(--navy) !important;
  font-size: clamp(34px, 4.8vw, 58px) !important;
  font-weight: 900 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.035em !important;
  text-align: center !important;
}

body.home .faq-list,
body.page-template-page-home-php .faq-list,
body.page-template-page-home .faq-list,
body.page-id-6 .faq-list {
  max-width: 920px !important;
  margin: 0 auto !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.home .faq-item,
body.page-template-page-home-php .faq-item,
body.page-template-page-home .faq-item,
body.page-id-6 .faq-item {
  border-bottom: 1px solid #dde5ec !important;
  background: transparent !important;
}

body.home .faq-item:first-child,
body.page-template-page-home-php .faq-item:first-child,
body.page-template-page-home .faq-item:first-child,
body.page-id-6 .faq-item:first-child {
  border-top: 1px solid #dde5ec !important;
}

body.home .faq-item:hover,
body.page-template-page-home-php .faq-item:hover,
body.page-template-page-home .faq-item:hover,
body.page-id-6 .faq-item:hover {
  background: rgba(255, 255, 255, 0.42) !important;
}

body.home .faq-question,
body.page-template-page-home-php .faq-question,
body.page-template-page-home .faq-question,
body.page-id-6 .faq-question {
  padding: 26px 8px !important;
  color: var(--navy) !important;
  font-size: clamp(18px, 1.6vw, 22px) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  gap: 26px !important;
}

body.home .faq-question::after,
body.page-template-page-home-php .faq-question::after,
body.page-template-page-home .faq-question::after,
body.page-id-6 .faq-question::after {
  flex: 0 0 auto !important;
  color: var(--gold) !important;
  font-family: var(--font-head) !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.home .faq-answer,
body.page-template-page-home-php .faq-answer,
body.page-template-page-home .faq-answer,
body.page-id-6 .faq-answer {
  max-width: 760px !important;
  padding: 0 58px 30px 8px !important;
  color: var(--charcoal) !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

body.home .risk-reversal-card,
body.page-template-page-home-php .risk-reversal-card,
body.page-template-page-home .risk-reversal-card,
body.page-id-6 .risk-reversal-card {
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease !important;
  will-change: transform;
}

body.home .risk-reversal-card:hover,
body.page-template-page-home-php .risk-reversal-card:hover,
body.page-template-page-home .risk-reversal-card:hover,
body.page-id-6 .risk-reversal-card:hover {
  transform: translateY(-10px) !important;
  border-color: rgba(215, 179, 114, 0.68) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 34px 72px rgba(0, 0, 0, 0.32) !important;
}

body.home .risk-reversal-number,
body.page-template-page-home-php .risk-reversal-number,
body.page-template-page-home .risk-reversal-number,
body.page-id-6 .risk-reversal-number {
  transition: transform 0.25s ease, background 0.25s ease !important;
}

body.home .risk-reversal-card:hover .risk-reversal-number,
body.page-template-page-home-php .risk-reversal-card:hover .risk-reversal-number,
body.page-template-page-home .risk-reversal-card:hover .risk-reversal-number,
body.page-id-6 .risk-reversal-card:hover .risk-reversal-number {
  transform: translateY(-4px) !important;
  background: #f0c979 !important;
}

body.home .final-cta,
body.page-template-page-home-php .final-cta,
body.page-template-page-home .final-cta,
body.page-id-6 .final-cta {
  padding-top: 168px !important;
  padding-bottom: 176px !important;
}

body.home .final-cta .container,
body.page-template-page-home-php .final-cta .container,
body.page-template-page-home .final-cta .container,
body.page-id-6 .final-cta .container {
  max-width: 1020px !important;
}

body.home .final-cta h2,
body.page-template-page-home-php .final-cta h2,
body.page-template-page-home .final-cta h2,
body.page-id-6 .final-cta h2 {
  max-width: 940px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 34px !important;
  font-size: clamp(42px, 4.5vw, 60px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.06 !important;
}

body.home .final-cta p,
body.page-template-page-home-php .final-cta p,
body.page-template-page-home .final-cta p,
body.page-id-6 .final-cta p {
  max-width: 840px !important;
  margin-bottom: 56px !important;
  font-size: 19px !important;
  line-height: 1.82 !important;
}

@media (max-width: 980px) {
  body.home .hero,
  body.page-template-page-home-php .hero,
  body.page-template-page-home .hero,
  body.page-id-6 .hero {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  body.home .hero .container,
  body.page-template-page-home-php .hero .container,
  body.page-template-page-home .hero .container,
  body.page-id-6 .hero .container {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
    max-width: 760px !important;
  }

  body.home .hero h1,
  body.page-template-page-home-php .hero h1,
  body.page-template-page-home .hero h1,
  body.page-id-6 .hero h1 {
    max-width: 680px !important;
    font-size: clamp(42px, 7.4vw, 58px) !important;
    line-height: 1.1 !important;
  }

  body.home .hero p,
  body.page-template-page-home-php .hero p,
  body.page-template-page-home .hero p,
  body.page-id-6 .hero p {
    max-width: 640px !important;
    margin-bottom: 30px !important;
    font-size: 18px !important;
  }

  body.home .hero-ctas,
  body.page-template-page-home-php .hero-ctas,
  body.page-template-page-home .hero-ctas,
  body.page-id-6 .hero-ctas {
    max-width: 440px !important;
    margin-bottom: 0 !important;
  }

  body.home .hero-visual,
  body.page-template-page-home-php .hero-visual,
  body.page-template-page-home .hero-visual,
  body.page-id-6 .hero-visual {
    max-width: 560px !important;
    margin: 6px auto 0 !important;
    aspect-ratio: 1.12 / 1 !important;
  }

  body.home .proof-orbit,
  body.page-template-page-home-php .proof-orbit,
  body.page-template-page-home .proof-orbit,
  body.page-id-6 .proof-orbit {
    padding-top: 78px !important;
    padding-bottom: 52px !important;
  }

  body.home .proof-orbit-header,
  body.page-template-page-home-php .proof-orbit-header,
  body.page-template-page-home .proof-orbit-header,
  body.page-id-6 .proof-orbit-header {
    margin-bottom: 44px !important;
  }

  body.home .proof-orbit-header h2,
  body.page-template-page-home-php .proof-orbit-header h2,
  body.page-template-page-home .proof-orbit-header h2,
  body.page-id-6 .proof-orbit-header h2 {
    font-size: clamp(34px, 7vw, 50px) !important;
  }

  body.home .proof-orbit-system,
  body.page-template-page-home-php .proof-orbit-system,
  body.page-template-page-home .proof-orbit-system,
  body.page-id-6 .proof-orbit-system {
    display: grid !important;
    width: min(100%, 760px) !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding-left: 34px !important;
  }

  body.home .proof-orbit-system::before,
  body.page-template-page-home-php .proof-orbit-system::before,
  body.page-template-page-home .proof-orbit-system::before,
  body.page-id-6 .proof-orbit-system::before {
    content: "" !important;
    position: absolute !important;
    left: 14px !important;
    top: 12px !important;
    bottom: 12px !important;
    width: 2px !important;
    background: linear-gradient(180deg, rgba(215, 179, 114, 0), rgba(215, 179, 114, 0.74), rgba(215, 179, 114, 0)) !important;
  }

  body.home .proof-orbit-ring,
  body.home .proof-orbit-axis,
  body.page-template-page-home-php .proof-orbit-ring,
  body.page-template-page-home-php .proof-orbit-axis,
  body.page-template-page-home .proof-orbit-ring,
  body.page-template-page-home .proof-orbit-axis,
  body.page-id-6 .proof-orbit-ring,
  body.page-id-6 .proof-orbit-axis {
    display: none !important;
  }

  body.home .proof-orbit-core,
  body.page-template-page-home-php .proof-orbit-core,
  body.page-template-page-home .proof-orbit-core,
  body.page-id-6 .proof-orbit-core {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 28px !important;
    text-align: left !important;
    clip-path: none !important;
    border-radius: 18px !important;
    transform: none !important;
  }

  body.home .proof-orbit-core::before,
  body.page-template-page-home-php .proof-orbit-core::before,
  body.page-template-page-home .proof-orbit-core::before,
  body.page-id-6 .proof-orbit-core::before,
  body.home .proof-orbit-node::before,
  body.page-template-page-home-php .proof-orbit-node::before,
  body.page-template-page-home .proof-orbit-node::before,
  body.page-id-6 .proof-orbit-node::before {
    content: "" !important;
    position: absolute !important;
    left: -26px !important;
    top: 32px !important;
    width: 14px !important;
    height: 14px !important;
    background: var(--gold) !important;
    border: 4px solid #fff !important;
    border-radius: 999px !important;
    box-shadow: 0 0 0 1px rgba(15, 45, 82, 0.16) !important;
  }

  body.home .proof-orbit-node,
  body.page-template-page-home-php .proof-orbit-node,
  body.page-template-page-home .proof-orbit-node,
  body.page-id-6 .proof-orbit-node {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    transform: none !important;
  }

  body.home .proof-orbit-node-link,
  body.page-template-page-home-php .proof-orbit-node-link,
  body.page-template-page-home .proof-orbit-node-link,
  body.page-id-6 .proof-orbit-node-link {
    min-height: 0 !important;
    padding: 24px !important;
  }

  body.home .services-model,
  body.page-template-page-home-php .services-model,
  body.page-template-page-home .services-model,
  body.page-id-6 .services-model {
    grid-template-columns: 1fr !important;
    gap: 46px !important;
  }

  body.home .services,
  body.page-template-page-home-php .services,
  body.page-template-page-home .services,
  body.page-id-6 .services {
    padding-top: 96px !important;
    padding-bottom: 104px !important;
  }

  body.home .services-model,
  body.page-template-page-home-php .services-model,
  body.page-template-page-home .services-model,
  body.page-id-6 .services-model {
    margin-bottom: 78px !important;
    padding: 36px 24px !important;
  }

  body.home .services-model-copy h3,
  body.page-template-page-home-php .services-model-copy h3,
  body.page-template-page-home .services-model-copy h3,
  body.page-id-6 .services-model-copy h3 {
    font-size: 34px !important;
    letter-spacing: -0.025em !important;
  }

  body.home .services-plan-proof,
  body.page-template-page-home-php .services-plan-proof,
  body.page-template-page-home .services-plan-proof,
  body.page-id-6 .services-plan-proof {
    padding: 28px 22px !important;
  }

  body.home .services-plan-proof .btn-primary,
  body.page-template-page-home-php .services-plan-proof .btn-primary,
  body.page-template-page-home .services-plan-proof .btn-primary,
  body.page-id-6 .services-plan-proof .btn-primary {
    width: 100% !important;
  }

  body.home .full-system-capabilities,
  body.page-template-page-home-php .full-system-capabilities,
  body.page-template-page-home .full-system-capabilities,
  body.page-id-6 .full-system-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home .full-system-timeline,
  body.page-template-page-home-php .full-system-timeline,
  body.page-template-page-home .full-system-timeline,
  body.page-id-6 .full-system-timeline {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.home .full-system-timeline-cue,
  body.page-template-page-home-php .full-system-timeline-cue,
  body.page-template-page-home .full-system-timeline-cue,
  body.page-id-6 .full-system-timeline-cue {
    justify-self: center !important;
    width: 1px !important;
    height: 34px !important;
  }

  body.home .full-system-timeline-cue::after,
  body.page-template-page-home-php .full-system-timeline-cue::after,
  body.page-template-page-home .full-system-timeline-cue::after,
  body.page-id-6 .full-system-timeline-cue::after {
    top: auto !important;
    right: auto !important;
    bottom: -1px !important;
    left: 50% !important;
    transform: translateX(-50%) rotate(135deg) !important;
  }

  body.home .final-cta,
  body.page-template-page-home-php .final-cta,
  body.page-template-page-home .final-cta,
  body.page-id-6 .final-cta {
    padding-top: 104px !important;
    padding-bottom: 116px !important;
  }
}

@media (max-width: 600px) {
  body.home .full-system-capabilities,
  body.page-template-page-home-php .full-system-capabilities,
  body.page-template-page-home .full-system-capabilities,
  body.page-id-6 .full-system-capabilities {
    grid-template-columns: 1fr !important;
  }

  body.home .hero,
  body.page-template-page-home-php .hero,
  body.page-template-page-home .hero,
  body.page-id-6 .hero {
    padding-top: 64px !important;
    padding-bottom: 58px !important;
  }

  body.home .hero .container,
  body.page-template-page-home-php .hero .container,
  body.page-template-page-home .hero .container,
  body.page-id-6 .hero .container {
    gap: 30px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  body.home .hero-label,
  body.page-template-page-home-php .hero-label,
  body.page-template-page-home .hero-label,
  body.page-id-6 .hero-label {
    margin-bottom: 18px !important;
    font-size: 11px !important;
    letter-spacing: 2.4px !important;
  }

  body.home .hero h1,
  body.page-template-page-home-php .hero h1,
  body.page-template-page-home .hero h1,
  body.page-id-6 .hero h1 {
    font-size: clamp(36px, 10.2vw, 44px) !important;
    line-height: 1.12 !important;
    margin-bottom: 24px !important;
  }

  body.home .hero p,
  body.page-template-page-home-php .hero p,
  body.page-template-page-home .hero p,
  body.page-id-6 .hero p {
    font-size: 17px !important;
    line-height: 1.68 !important;
    margin-bottom: 28px !important;
  }

  body.home .hero-ctas,
  body.page-template-page-home-php .hero-ctas,
  body.page-template-page-home .hero-ctas,
  body.page-id-6 .hero-ctas {
    width: 100% !important;
    max-width: 420px !important;
    gap: 12px !important;
  }

  body.home .hero-ctas .btn-primary,
  body.home .hero-ctas .btn-secondary,
  body.page-template-page-home-php .hero-ctas .btn-primary,
  body.page-template-page-home-php .hero-ctas .btn-secondary,
  body.page-template-page-home .hero-ctas .btn-primary,
  body.page-template-page-home .hero-ctas .btn-secondary,
  body.page-id-6 .hero-ctas .btn-primary,
  body.page-id-6 .hero-ctas .btn-secondary {
    width: 100% !important;
    min-width: 0 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.home .hero-visual,
  body.page-template-page-home-php .hero-visual,
  body.page-template-page-home .hero-visual,
  body.page-id-6 .hero-visual {
    width: 100% !important;
    max-width: 430px !important;
    margin-top: 4px !important;
    aspect-ratio: 1.05 / 1 !important;
  }

  body.home .proof-orbit .container,
  body.page-template-page-home-php .proof-orbit .container,
  body.page-template-page-home .proof-orbit .container,
  body.page-id-6 .proof-orbit .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  body.home .proof-orbit-header,
  body.page-template-page-home-php .proof-orbit-header,
  body.page-template-page-home .proof-orbit-header,
  body.page-id-6 .proof-orbit-header {
    text-align: left !important;
  }

  body.home .proof-orbit-header h2,
  body.page-template-page-home-php .proof-orbit-header h2,
  body.page-template-page-home .proof-orbit-header h2,
  body.page-id-6 .proof-orbit-header h2 {
    font-size: clamp(32px, 9vw, 42px) !important;
  }

  body.home .proof-orbit-header p,
  body.page-template-page-home-php .proof-orbit-header p,
  body.page-template-page-home .proof-orbit-header p,
  body.page-id-6 .proof-orbit-header p {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  body.home .proof-orbit-system,
  body.page-template-page-home-php .proof-orbit-system,
  body.page-template-page-home .proof-orbit-system,
  body.page-id-6 .proof-orbit-system {
    padding-left: 28px !important;
  }

  body.home .proof-orbit-core p,
  body.page-template-page-home-php .proof-orbit-core p,
  body.page-template-page-home .proof-orbit-core p,
  body.page-id-6 .proof-orbit-core p {
    font-size: 19px !important;
  }

  body.home .proof-orbit-metric,
  body.page-template-page-home-php .proof-orbit-metric,
  body.page-template-page-home .proof-orbit-metric,
  body.page-id-6 .proof-orbit-metric {
    font-size: 36px !important;
  }

  body.home .proof-orbit-actions,
  body.page-template-page-home-php .proof-orbit-actions,
  body.page-template-page-home .proof-orbit-actions,
  body.page-id-6 .proof-orbit-actions {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  body.home .proof-orbit-actions .btn-primary,
  body.home .proof-orbit-actions .btn-secondary,
  body.page-template-page-home-php .proof-orbit-actions .btn-primary,
  body.page-template-page-home-php .proof-orbit-actions .btn-secondary,
  body.page-template-page-home .proof-orbit-actions .btn-primary,
  body.page-template-page-home .proof-orbit-actions .btn-secondary,
  body.page-id-6 .proof-orbit-actions .btn-primary,
  body.page-id-6 .proof-orbit-actions .btn-secondary {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* Conservative homepage type scale adjustment. */
body.home .hero h1,
body.page-template-page-home-php .hero h1,
body.page-template-page-home .hero h1,
body.page-id-6 .hero h1 {
  font-size: clamp(44px, 4.35vw, 66px) !important;
  line-height: 1.04 !important;
}

body.home .section-title,
body.home section h2,
body.page-template-page-home-php .section-title,
body.page-template-page-home-php section h2,
body.page-template-page-home .section-title,
body.page-template-page-home section h2,
body.page-id-6 .section-title,
body.page-id-6 section h2 {
  font-size: clamp(38px, 4vw, 58px) !important;
  line-height: 1.02 !important;
}

@media (max-width: 768px) {
  body.home .hero h1,
  body.page-template-page-home-php .hero h1,
  body.page-template-page-home .hero h1,
  body.page-id-6 .hero h1 {
    font-size: clamp(36px, 10vw, 50px) !important;
  }

  body.home .section-title,
  body.home section h2,
  body.page-template-page-home-php .section-title,
  body.page-template-page-home-php section h2,
  body.page-template-page-home .section-title,
  body.page-template-page-home section h2,
  body.page-id-6 .section-title,
  body.page-id-6 section h2 {
    font-size: clamp(32px, 9vw, 46px) !important;
  }
}

/* Proof section spacing and headline scale. */
@media (min-width: 981px) {
  body.home .audience-bento,
  body.page-template-page-home-php .audience-bento,
  body.page-template-page-home .audience-bento,
  body.page-id-6 .audience-bento {
    padding-bottom: clamp(48px, 5vw, 76px) !important;
  }

  body.home .proof-orbit,
  body.page-template-page-home-php .proof-orbit,
  body.page-template-page-home .proof-orbit,
  body.page-id-6 .proof-orbit {
    padding-top: clamp(48px, 5vw, 72px) !important;
  }

  body.home .proof-orbit-header,
  body.page-template-page-home-php .proof-orbit-header,
  body.page-template-page-home .proof-orbit-header,
  body.page-id-6 .proof-orbit-header {
    margin-bottom: clamp(42px, 4vw, 64px) !important;
  }

  body.home .proof-orbit-header h2,
  body.page-template-page-home-php .proof-orbit-header h2,
  body.page-template-page-home .proof-orbit-header h2,
  body.page-id-6 .proof-orbit-header h2 {
    max-width: 980px !important;
    font-size: clamp(44px, 4.4vw, 68px) !important;
    line-height: 1.03 !important;
  }

  body.home .proof-orbit-core p,
  body.page-template-page-home-php .proof-orbit-core p,
  body.page-template-page-home .proof-orbit-core p,
  body.page-id-6 .proof-orbit-core p {
    font-size: clamp(19px, 1.55vw, 26px) !important;
    line-height: 1.22 !important;
  }
}

/* Audience section desktop balance pass. */
@media (min-width: 981px) {
  body.home .audience-bento .container,
  body.page-template-page-home-php .audience-bento .container,
  body.page-template-page-home .audience-bento .container,
  body.page-id-6 .audience-bento .container {
    max-width: min(92vw, 1480px) !important;
  }

  body.home .audience-bento-grid,
  body.page-template-page-home-php .audience-bento-grid,
  body.page-template-page-home .audience-bento-grid,
  body.page-id-6 .audience-bento-grid {
    grid-template-columns: minmax(360px, 0.72fr) minmax(760px, 1.28fr) !important;
    gap: clamp(28px, 3vw, 48px) !important;
  }

  body.home .audience-card,
  body.page-template-page-home-php .audience-card,
  body.page-template-page-home .audience-card,
  body.page-id-6 .audience-card {
    grid-template-columns: minmax(250px, 0.82fr) minmax(360px, 1fr) !important;
    gap: clamp(28px, 2.4vw, 40px) !important;
    padding: clamp(28px, 2.6vw, 42px) !important;
  }

  body.home .audience-image-placeholder,
  body.page-template-page-home-php .audience-image-placeholder,
  body.page-template-page-home .audience-image-placeholder,
  body.page-id-6 .audience-image-placeholder {
    min-width: 250px !important;
    min-height: 100% !important;
    aspect-ratio: auto !important;
  }

  body.home .audience-bento-intro h2,
  body.page-template-page-home-php .audience-bento-intro h2,
  body.page-template-page-home .audience-bento-intro h2,
  body.page-id-6 .audience-bento-intro h2 {
    font-size: clamp(42px, 4.1vw, 62px) !important;
  }

  body.home .audience-bento-intro,
  body.page-template-page-home-php .audience-bento-intro,
  body.page-template-page-home .audience-bento-intro,
  body.page-id-6 .audience-bento-intro {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
}

/* Final override: First 90 days full-width horizontal tracks */
body.home .first-90-days-tracks,
body.page-template-page-home-php .first-90-days-tracks,
body.page-template-page-home .first-90-days-tracks,
body.page-id-6 .first-90-days-tracks {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(26px, 3.2vw, 42px) !important;
  margin-top: clamp(42px, 5vw, 70px) !important;
}

body.home .first-90-days-track,
body.page-template-page-home-php .first-90-days-track,
body.page-template-page-home .first-90-days-track,
body.page-id-6 .first-90-days-track {
  padding: clamp(24px, 3vw, 36px) !important;
  background: #fff !important;
  border: 1px solid rgba(200, 164, 90, 0.28) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 62px rgba(15, 45, 82, 0.12) !important;
}

body.home .first-90-days-track-label,
body.page-template-page-home-php .first-90-days-track-label,
body.page-template-page-home .first-90-days-track-label,
body.page-id-6 .first-90-days-track-label {
  margin: 0 0 22px !important;
  color: var(--navy) !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}

body.home .first-90-days-track .first-90-days-timeline,
body.page-template-page-home-php .first-90-days-track .first-90-days-timeline,
body.page-template-page-home .first-90-days-track .first-90-days-timeline,
body.page-id-6 .first-90-days-track .first-90-days-timeline {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 26px) !important;
  align-items: stretch !important;
}

body.home .first-90-days-row,
body.page-template-page-home-php .first-90-days-row,
body.page-template-page-home .first-90-days-row,
body.page-id-6 .first-90-days-row {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  min-width: 0 !important;
}

body.home .first-90-days-row:not(:last-child)::after,
body.page-template-page-home-php .first-90-days-row:not(:last-child)::after,
body.page-template-page-home .first-90-days-row:not(:last-child)::after,
body.page-id-6 .first-90-days-row:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  top: 19px !important;
  right: -22px !important;
  width: 34px !important;
  height: 2px !important;
  background: rgba(200, 164, 90, 0.52) !important;
}

body.home .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-template-page-home-php .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-template-page-home .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-id-6 .first-90-days-row:not(:last-child) .first-90-days-marker::after {
  content: ">" !important;
  position: absolute !important;
  top: 5px !important;
  right: -28px !important;
  color: var(--gold) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

body.home .first-90-days-marker,
body.page-template-page-home-php .first-90-days-marker,
body.page-template-page-home .first-90-days-marker,
body.page-id-6 .first-90-days-marker {
  position: relative !important;
  display: inline-flex !important;
  width: auto !important;
  min-height: 0 !important;
  border: 0 !important;
}

body.home .first-90-days-marker span,
body.page-template-page-home-php .first-90-days-marker span,
body.page-template-page-home .first-90-days-marker span,
body.page-id-6 .first-90-days-marker span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 92px !important;
  min-height: 34px !important;
  padding: 8px 18px !important;
  color: var(--navy) !important;
  background: var(--gold) !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 26px rgba(200, 164, 90, 0.22) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.home .first-90-days-card,
body.page-template-page-home-php .first-90-days-card,
body.page-template-page-home .first-90-days-card,
body.page-id-6 .first-90-days-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-width: 0 !important;
  padding: clamp(22px, 2.2vw, 30px) !important;
  background: rgba(250, 247, 241, 0.72) !important;
  border: 1px solid rgba(200, 164, 90, 0.26) !important;
  border-left: 4px solid var(--gold) !important;
  border-radius: 18px !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

body.home .first-90-days-card h3,
body.page-template-page-home-php .first-90-days-card h3,
body.page-template-page-home .first-90-days-card h3,
body.page-id-6 .first-90-days-card h3 {
  margin: 0 0 18px !important;
  color: var(--navy) !important;
  font-size: clamp(21px, 1.75vw, 28px) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

body.home .first-90-days-list,
body.page-template-page-home-php .first-90-days-list,
body.page-template-page-home .first-90-days-list,
body.page-id-6 .first-90-days-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 18px !important;
  row-gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.home .first-90-days-list li,
body.page-template-page-home-php .first-90-days-list li,
body.page-template-page-home .first-90-days-list li,
body.page-id-6 .first-90-days-list li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 0 18px !important;
  color: #4f5f70 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

body.home .first-90-days-list li::before,
body.page-template-page-home-php .first-90-days-list li::before,
body.page-template-page-home .first-90-days-list li::before,
body.page-id-6 .first-90-days-list li::before {
  content: "" !important;
  position: absolute !important;
  top: 0.58em !important;
  left: 0 !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: var(--gold) !important;
  box-shadow: 0 0 0 4px rgba(200, 164, 90, 0.16) !important;
}

body.home .first-90-days-disclaimer,
body.page-template-page-home-php .first-90-days-disclaimer,
body.page-template-page-home .first-90-days-disclaimer,
body.page-id-6 .first-90-days-disclaimer {
  max-width: 780px !important;
  margin: clamp(30px, 3.5vw, 48px) auto 0 !important;
  padding: 24px 28px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 18px !important;
  text-align: center !important;
}

body.home .first-90-days-disclaimer p,
body.page-template-page-home-php .first-90-days-disclaimer p,
body.page-template-page-home .first-90-days-disclaimer p,
body.page-id-6 .first-90-days-disclaimer p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(17px, 1.45vw, 21px) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

@media (max-width: 980px) {
  body.home .first-90-days-track .first-90-days-timeline,
  body.page-template-page-home-php .first-90-days-track .first-90-days-timeline,
  body.page-template-page-home .first-90-days-track .first-90-days-timeline,
  body.page-id-6 .first-90-days-track .first-90-days-timeline {
    grid-template-columns: 1fr !important;
  }

  body.home .first-90-days-row:not(:last-child)::after,
  body.page-template-page-home-php .first-90-days-row:not(:last-child)::after,
  body.page-template-page-home .first-90-days-row:not(:last-child)::after,
  body.page-id-6 .first-90-days-row:not(:last-child)::after,
  body.home .first-90-days-row:not(:last-child) .first-90-days-marker::after,
  body.page-template-page-home-php .first-90-days-row:not(:last-child) .first-90-days-marker::after,
  body.page-template-page-home .first-90-days-row:not(:last-child) .first-90-days-marker::after,
  body.page-id-6 .first-90-days-row:not(:last-child) .first-90-days-marker::after {
    display: none !important;
  }
}

@media (max-width: 640px) {
  body.home .first-90-days-list,
  body.page-template-page-home-php .first-90-days-list,
  body.page-template-page-home .first-90-days-list,
  body.page-id-6 .first-90-days-list {
    grid-template-columns: 1fr !important;
  }
}

/* Absolute final pass: remove inner cards and reserve gold for timeline only. */
body.home .first-90-days-card,
body.page-template-page-home-php .first-90-days-card,
body.page-template-page-home .first-90-days-card,
body.page-id-6 .first-90-days-card {
  padding: clamp(18px, 1.8vw, 26px) 0 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body.home .first-90-days-list li,
body.page-template-page-home-php .first-90-days-list li,
body.page-template-page-home .first-90-days-list li,
body.page-id-6 .first-90-days-list li {
  color: #435161 !important;
  padding-left: 14px !important;
}

body.home .first-90-days-list li::before,
body.page-template-page-home-php .first-90-days-list li::before,
body.page-template-page-home .first-90-days-list li::before,
body.page-id-6 .first-90-days-list li::before {
  width: 5px !important;
  height: 5px !important;
  background: var(--navy) !important;
  box-shadow: none !important;
}

body.home .first-90-days-track .first-90-days-timeline::before,
body.page-template-page-home-php .first-90-days-track .first-90-days-timeline::before,
body.page-template-page-home .first-90-days-track .first-90-days-timeline::before,
body.page-id-6 .first-90-days-track .first-90-days-timeline::before {
  display: block !important;
}

body.home .first-90-days-row:not(:last-child)::after,
body.page-template-page-home-php .first-90-days-row:not(:last-child)::after,
body.page-template-page-home .first-90-days-row:not(:last-child)::after,
body.page-id-6 .first-90-days-row:not(:last-child)::after,
body.home .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-template-page-home-php .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-template-page-home .first-90-days-row:not(:last-child) .first-90-days-marker::after,
body.page-id-6 .first-90-days-row:not(:last-child) .first-90-days-marker::after {
  display: none !important;
}

@media (max-width: 980px) {
  body.home .first-90-days-track .first-90-days-timeline::before,
  body.page-template-page-home-php .first-90-days-track .first-90-days-timeline::before,
  body.page-template-page-home .first-90-days-track .first-90-days-timeline::before,
  body.page-id-6 .first-90-days-track .first-90-days-timeline::before {
    display: none !important;
  }
}

/* Final 90-day timeline correction: no left rails, balanced width, clean progress line. */
body.home section.first-90-days > .container,
body.page-template-page-home-php section.first-90-days > .container,
body.page-template-page-home section.first-90-days > .container,
body.page-id-6 section.first-90-days > .container {
  max-width: min(92vw, 1500px) !important;
}

body.home section.first-90-days .first-90-days-track,
body.page-template-page-home-php section.first-90-days .first-90-days-track,
body.page-template-page-home section.first-90-days .first-90-days-track,
body.page-id-6 section.first-90-days .first-90-days-track {
  padding-inline: clamp(34px, 4vw, 62px) !important;
}

body.home section.first-90-days .first-90-days-track .first-90-days-timeline,
body.page-template-page-home-php section.first-90-days .first-90-days-track .first-90-days-timeline,
body.page-template-page-home section.first-90-days .first-90-days-track .first-90-days-timeline,
body.page-id-6 section.first-90-days .first-90-days-track .first-90-days-timeline {
  position: relative !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(36px, 4vw, 70px) !important;
  padding-top: 8px !important;
}

body.home section.first-90-days .first-90-days-track .first-90-days-timeline::before,
body.page-template-page-home-php section.first-90-days .first-90-days-track .first-90-days-timeline::before,
body.page-template-page-home section.first-90-days .first-90-days-track .first-90-days-timeline::before,
body.page-id-6 section.first-90-days .first-90-days-track .first-90-days-timeline::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 29px !important;
  left: 10% !important;
  right: 10% !important;
  height: 2px !important;
  background: var(--gold) !important;
  opacity: 0.7 !important;
  z-index: 0 !important;
}

body.home section.first-90-days .first-90-days-row,
body.page-template-page-home-php section.first-90-days .first-90-days-row,
body.page-template-page-home section.first-90-days .first-90-days-row,
body.page-id-6 section.first-90-days .first-90-days-row {
  position: relative !important;
  z-index: 1 !important;
}

body.home section.first-90-days .first-90-days-row::after,
body.page-template-page-home-php section.first-90-days .first-90-days-row::after,
body.page-template-page-home section.first-90-days .first-90-days-row::after,
body.page-id-6 section.first-90-days .first-90-days-row::after,
body.home section.first-90-days .first-90-days-marker::after,
body.page-template-page-home-php section.first-90-days .first-90-days-marker::after,
body.page-template-page-home section.first-90-days .first-90-days-marker::after,
body.page-id-6 section.first-90-days .first-90-days-marker::after {
  content: none !important;
  display: none !important;
}

body.home section.first-90-days .first-90-days-row:nth-child(1)::before,
body.home section.first-90-days .first-90-days-row:nth-child(2)::before,
body.page-template-page-home-php section.first-90-days .first-90-days-row:nth-child(1)::before,
body.page-template-page-home-php section.first-90-days .first-90-days-row:nth-child(2)::before,
body.page-template-page-home section.first-90-days .first-90-days-row:nth-child(1)::before,
body.page-template-page-home section.first-90-days .first-90-days-row:nth-child(2)::before,
body.page-id-6 section.first-90-days .first-90-days-row:nth-child(1)::before,
body.page-id-6 section.first-90-days .first-90-days-row:nth-child(2)::before {
  content: "" !important;
  position: absolute !important;
  top: 21px !important;
  right: calc(clamp(36px, 4vw, 70px) / -2 - 5px) !important;
  width: 10px !important;
  height: 10px !important;
  border-top: 2px solid var(--gold) !important;
  border-right: 2px solid var(--gold) !important;
  transform: rotate(45deg) !important;
  z-index: 3 !important;
}

body.home section.first-90-days .first-90-days-marker,
body.page-template-page-home-php section.first-90-days .first-90-days-marker,
body.page-template-page-home section.first-90-days .first-90-days-marker,
body.page-id-6 section.first-90-days .first-90-days-marker {
  justify-content: center !important;
  z-index: 4 !important;
}

body.home section.first-90-days .first-90-days-marker span,
body.page-template-page-home-php section.first-90-days .first-90-days-marker span,
body.page-template-page-home section.first-90-days .first-90-days-marker span,
body.page-id-6 section.first-90-days .first-90-days-marker span {
  position: relative !important;
  z-index: 5 !important;
}

body.home section.first-90-days .first-90-days-card,
body.page-template-page-home-php section.first-90-days .first-90-days-card,
body.page-template-page-home section.first-90-days .first-90-days-card,
body.page-id-6 section.first-90-days .first-90-days-card {
  display: block !important;
  padding: clamp(22px, 2.2vw, 34px) 0 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 0 !important;
  border-inline-start: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body.home section.first-90-days .first-90-days-list,
body.page-template-page-home-php section.first-90-days .first-90-days-list,
body.page-template-page-home section.first-90-days .first-90-days-list,
body.page-id-6 section.first-90-days .first-90-days-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  row-gap: 12px !important;
  column-gap: clamp(18px, 2.2vw, 34px) !important;
}

body.home section.first-90-days .first-90-days-list li,
body.page-template-page-home-php section.first-90-days .first-90-days-list li,
body.page-template-page-home section.first-90-days .first-90-days-list li,
body.page-id-6 section.first-90-days .first-90-days-list li {
  padding-left: 14px !important;
  color: #435161 !important;
}

body.home section.first-90-days .first-90-days-list li::before,
body.page-template-page-home-php section.first-90-days .first-90-days-list li::before,
body.page-template-page-home section.first-90-days .first-90-days-list li::before,
body.page-id-6 section.first-90-days .first-90-days-list li::before {
  width: 5px !important;
  height: 5px !important;
  background: var(--navy) !important;
  box-shadow: none !important;
}

@media (max-width: 980px) {
  body.home section.first-90-days .first-90-days-track .first-90-days-timeline,
  body.page-template-page-home-php section.first-90-days .first-90-days-track .first-90-days-timeline,
  body.page-template-page-home section.first-90-days .first-90-days-track .first-90-days-timeline,
  body.page-id-6 section.first-90-days .first-90-days-track .first-90-days-timeline {
    grid-template-columns: 1fr !important;
  }

  body.home section.first-90-days .first-90-days-track .first-90-days-timeline::before,
  body.page-template-page-home-php section.first-90-days .first-90-days-track .first-90-days-timeline::before,
  body.page-template-page-home section.first-90-days .first-90-days-track .first-90-days-timeline::before,
  body.page-id-6 section.first-90-days .first-90-days-track .first-90-days-timeline::before,
  body.home section.first-90-days .first-90-days-row::before,
  body.page-template-page-home-php section.first-90-days .first-90-days-row::before,
  body.page-template-page-home section.first-90-days .first-90-days-row::before,
  body.page-id-6 section.first-90-days .first-90-days-row::before {
    display: none !important;
  }
}

/* Hard stop: remove legacy gold rail and broken arrows from first-90 month blocks. */
body.home section.first-90-days .first-90-days-card::before,
body.page-template-page-home-php section.first-90-days .first-90-days-card::before,
body.page-template-page-home section.first-90-days .first-90-days-card::before,
body.page-id-6 section.first-90-days .first-90-days-card::before {
  left: auto !important;
  right: 0 !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  border-radius: 0 !important;
}

body.home section.first-90-days .first-90-days-row::before,
body.page-template-page-home-php section.first-90-days .first-90-days-row::before,
body.page-template-page-home section.first-90-days .first-90-days-row::before,
body.page-id-6 section.first-90-days .first-90-days-row::before,
body.home section.first-90-days .first-90-days-row::after,
body.page-template-page-home-php section.first-90-days .first-90-days-row::after,
body.page-template-page-home section.first-90-days .first-90-days-row::after,
body.page-id-6 section.first-90-days .first-90-days-row::after,
body.home section.first-90-days .first-90-days-marker::before,
body.page-template-page-home-php section.first-90-days .first-90-days-marker::before,
body.page-template-page-home section.first-90-days .first-90-days-marker::before,
body.page-id-6 section.first-90-days .first-90-days-marker::before,
body.home section.first-90-days .first-90-days-marker::after,
body.page-template-page-home-php section.first-90-days .first-90-days-marker::after,
body.page-template-page-home section.first-90-days .first-90-days-marker::after,
body.page-id-6 section.first-90-days .first-90-days-marker::after,
body.home section.first-90-days .first-90-days-marker span::after,
body.page-template-page-home-php section.first-90-days .first-90-days-marker span::after,
body.page-template-page-home section.first-90-days .first-90-days-marker span::after,
body.page-id-6 section.first-90-days .first-90-days-marker span::after {
  content: none !important;
  display: none !important;
}

/* First 90 days alignment polish: left ghost numbers and steadier vertical rhythm. */
body.home section.first-90-days .first-90-days-track .first-90-days-timeline,
body.page-template-page-home-php section.first-90-days .first-90-days-track .first-90-days-timeline,
body.page-template-page-home section.first-90-days .first-90-days-track .first-90-days-timeline,
body.page-id-6 section.first-90-days .first-90-days-track .first-90-days-timeline {
  align-items: start !important;
}

body.home section.first-90-days .first-90-days-row,
body.page-template-page-home-php section.first-90-days .first-90-days-row,
body.page-template-page-home section.first-90-days .first-90-days-row,
body.page-id-6 section.first-90-days .first-90-days-row {
  grid-template-rows: 48px minmax(0, auto) !important;
  gap: clamp(34px, 3.2vw, 48px) !important;
}

body.home section.first-90-days .first-90-days-marker,
body.page-template-page-home-php section.first-90-days .first-90-days-marker,
body.page-template-page-home section.first-90-days .first-90-days-marker,
body.page-id-6 section.first-90-days .first-90-days-marker {
  align-self: start !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding-top: 0 !important;
}

body.home section.first-90-days .first-90-days-card,
body.page-template-page-home-php section.first-90-days .first-90-days-card,
body.page-template-page-home section.first-90-days .first-90-days-card,
body.page-id-6 section.first-90-days .first-90-days-card {
  position: relative !important;
  padding-top: 0 !important;
}

body.home section.first-90-days .first-90-days-card::before,
body.page-template-page-home-php section.first-90-days .first-90-days-card::before,
body.page-template-page-home section.first-90-days .first-90-days-card::before,
body.page-id-6 section.first-90-days .first-90-days-card::before {
  top: -34px !important;
  left: -8px !important;
  right: auto !important;
  width: auto !important;
  height: auto !important;
  color: rgba(15, 45, 82, 0.06) !important;
  font-size: clamp(88px, 8.5vw, 134px) !important;
  font-weight: 900 !important;
  line-height: 0.85 !important;
  letter-spacing: -0.08em !important;
  text-align: left !important;
  background: transparent !important;
  z-index: 0 !important;
}

body.home section.first-90-days .first-90-days-card h3,
body.page-template-page-home-php section.first-90-days .first-90-days-card h3,
body.page-template-page-home section.first-90-days .first-90-days-card h3,
body.page-id-6 section.first-90-days .first-90-days-card h3 {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: flex-end !important;
  min-height: 82px !important;
  max-width: 96% !important;
  margin: 0 0 clamp(20px, 2vw, 28px) !important;
  font-size: clamp(28px, 2.45vw, 38px) !important;
  line-height: 1.02 !important;
}

body.home section.first-90-days .first-90-days-list,
body.page-template-page-home-php section.first-90-days .first-90-days-list,
body.page-template-page-home section.first-90-days .first-90-days-list,
body.page-id-6 section.first-90-days .first-90-days-list {
  position: relative !important;
  z-index: 1 !important;
  align-items: start !important;
}

@media (max-width: 980px) {
  body.home section.first-90-days .first-90-days-row,
  body.page-template-page-home-php section.first-90-days .first-90-days-row,
  body.page-template-page-home section.first-90-days .first-90-days-row,
  body.page-id-6 section.first-90-days .first-90-days-row {
    grid-template-rows: auto auto !important;
    gap: 18px !important;
  }

  body.home section.first-90-days .first-90-days-marker,
  body.page-template-page-home-php section.first-90-days .first-90-days-marker,
  body.page-template-page-home section.first-90-days .first-90-days-marker,
  body.page-id-6 section.first-90-days .first-90-days-marker {
    justify-content: flex-start !important;
  }

  body.home section.first-90-days .first-90-days-card::before,
  body.page-template-page-home-php section.first-90-days .first-90-days-card::before,
  body.page-template-page-home section.first-90-days .first-90-days-card::before,
  body.page-id-6 section.first-90-days .first-90-days-card::before {
    top: -18px !important;
    left: -4px !important;
    font-size: clamp(72px, 18vw, 104px) !important;
  }

  body.home section.first-90-days .first-90-days-card h3,
  body.page-template-page-home-php section.first-90-days .first-90-days-card h3,
  body.page-template-page-home section.first-90-days .first-90-days-card h3,
  body.page-id-6 section.first-90-days .first-90-days-card h3 {
    min-height: 0 !important;
    font-size: clamp(26px, 8vw, 34px) !important;
  }
}

/* Final correction for industry alternating rows: prevent text/image overlap. */
body.home section.home-services-focus .industry-card,
body.page-template-page-home-php section.home-services-focus .industry-card,
body.page-template-page-home section.home-services-focus .industry-card,
body.page-id-6 section.home-services-focus .industry-card {
  grid-template-columns: minmax(260px, 0.44fr) minmax(0, 0.56fr) !important;
  column-gap: clamp(42px, 5vw, 76px) !important;
}

body.home section.home-services-focus .industry-media-placeholder,
body.page-template-page-home-php section.home-services-focus .industry-media-placeholder,
body.page-template-page-home section.home-services-focus .industry-media-placeholder,
body.page-id-6 section.home-services-focus .industry-media-placeholder {
  width: 100% !important;
  min-width: 0 !important;
}

body.home section.home-services-focus .industry-content,
body.page-template-page-home-php section.home-services-focus .industry-content,
body.page-template-page-home section.home-services-focus .industry-content,
body.page-id-6 section.home-services-focus .industry-content {
  width: 100% !important;
  min-width: 0 !important;
  overflow-wrap: normal !important;
}

@media (max-width: 860px) {
  body.home section.home-services-focus .industry-card,
  body.page-template-page-home-php section.home-services-focus .industry-card,
  body.page-template-page-home section.home-services-focus .industry-card,
  body.page-id-6 section.home-services-focus .industry-card {
    grid-template-columns: 1fr !important;
    row-gap: 24px !important;
  }
}
/* Homepage semantic hierarchy: keep the established visual treatment when heading levels change. */
body.home .process > .container > .intro,
body.page-template-page-home-php .process > .container > .intro,
body.page-template-page-home .process > .container > .intro,
body.page-id-6 .process > .container > .intro {
  max-width: 760px;
  margin: -24px auto 48px;
  text-align: center;
}

body.home .powerful-copy-section .copy-content a,
body.page-template-page-home-php .powerful-copy-section .copy-content a,
body.page-template-page-home .powerful-copy-section .copy-content a,
body.page-id-6 .powerful-copy-section .copy-content a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

body.home .services-model-copy h2,
body.page-template-page-home-php .services-model-copy h2,
body.page-template-page-home .services-model-copy h2,
body.page-id-6 .services-model-copy h2 {
  color: var(--navy) !important;
  font-size: clamp(38px, 4.25vw, 58px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.04 !important;
  margin: 0 0 24px !important;
  max-width: 680px !important;
}

body.home .home-decision-cluster-header,
body.page-template-page-home-php .home-decision-cluster-header,
body.page-template-page-home .home-decision-cluster-header,
body.page-id-6 .home-decision-cluster-header {
  box-sizing: border-box;
  max-width: none;
  padding: 96px max(24px, calc((100vw - 1200px) / 2)) 0;
  text-align: center;
  background: var(--offwhite);
}

body.home .home-decision-cluster-header h2,
body.page-template-page-home-php .home-decision-cluster-header h2,
body.page-template-page-home .home-decision-cluster-header h2,
body.page-id-6 .home-decision-cluster-header h2 {
  max-width: 820px;
  margin: 16px auto 0;
  color: var(--navy);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

body.home .home-decision-cluster .seo-specialist,
body.page-template-page-home-php .home-decision-cluster .seo-specialist,
body.page-template-page-home .home-decision-cluster .seo-specialist,
body.page-id-6 .home-decision-cluster .seo-specialist {
  padding-top: 44px;
}

body.home .seo-specialist-header h3,
body.page-template-page-home-php .seo-specialist-header h3,
body.page-template-page-home .seo-specialist-header h3,
body.page-id-6 .seo-specialist-header h3 {
  margin: 0 auto 20px;
  max-width: 760px;
  color: var(--navy);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

body.home .comparison > .container > h3,
body.page-template-page-home-php .comparison > .container > h3,
body.page-template-page-home .comparison > .container > h3,
body.page-id-6 .comparison > .container > h3 {
  margin-bottom: 48px;
  color: var(--navy);
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

body.home .inhouse-partner-header h3,
body.page-template-page-home-php .inhouse-partner-header h3,
body.page-template-page-home .inhouse-partner-header h3,
body.page-id-6 .inhouse-partner-header h3 {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #ffffff;
  font-size: clamp(34px, 4.9vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

body.home .risk-reversal-intro > h3,
body.page-template-page-home-php .risk-reversal-intro > h3,
body.page-template-page-home .risk-reversal-intro > h3,
body.page-id-6 .risk-reversal-intro > h3 {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.12;
}

@media (max-width: 767px) {
  body.home .home-decision-cluster-header,
  body.page-template-page-home-php .home-decision-cluster-header,
  body.page-template-page-home .home-decision-cluster-header,
  body.page-id-6 .home-decision-cluster-header {
    padding-top: 72px;
  }

  body.home .risk-reversal-intro > h3,
  body.page-template-page-home-php .risk-reversal-intro > h3,
  body.page-template-page-home .risk-reversal-intro > h3,
  body.page-id-6 .risk-reversal-intro > h3 {
    font-size: 32px;
  }
}

/* Homepage hierarchy and spacing refinements, August 2026. */
body.home .problems-transition-line,
body.page-template-page-home-php .problems-transition-line,
body.page-template-page-home .problems-transition-line,
body.page-id-6 .problems-transition-line {
  font-size: clamp(18px, 1.5vw, 23px) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

body.home .growth-equation-closing p,
body.page-template-page-home-php .growth-equation-closing p,
body.page-template-page-home .growth-equation-closing p,
body.page-id-6 .growth-equation-closing p {
  font-size: clamp(17px, 1.35vw, 21px) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

body.home section.first-90-days .first-90-days-card h3,
body.page-template-page-home-php section.first-90-days .first-90-days-card h3,
body.page-template-page-home section.first-90-days .first-90-days-card h3,
body.page-id-6 section.first-90-days .first-90-days-card h3 {
  min-height: 68px !important;
  font-size: clamp(24px, 1.9vw, 30px) !important;
  line-height: 1.12 !important;
}

body.home .seo-specialist-header h3,
body.page-template-page-home-php .seo-specialist-header h3,
body.page-template-page-home .seo-specialist-header h3,
body.page-id-6 .seo-specialist-header h3,
body.home .inhouse-partner-header h3,
body.page-template-page-home-php .inhouse-partner-header h3,
body.page-template-page-home .inhouse-partner-header h3,
body.page-id-6 .inhouse-partner-header h3 {
  font-size: clamp(30px, 3.6vw, 46px) !important;
  line-height: 1.08 !important;
}

body.home .comparison > .container > h3,
body.page-template-page-home-php .comparison > .container > h3,
body.page-template-page-home .comparison > .container > h3,
body.page-id-6 .comparison > .container > h3,
body.home .risk-reversal-intro > h3,
body.page-template-page-home-php .risk-reversal-intro > h3,
body.page-template-page-home .risk-reversal-intro > h3,
body.page-id-6 .risk-reversal-intro > h3 {
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.12 !important;
}

body.home .faq-item,
body.page-template-page-home-php .faq-item,
body.page-template-page-home .faq-item,
body.page-id-6 .faq-item {
  margin-bottom: 0 !important;
}

body.home .faq-question,
body.page-template-page-home-php .faq-question,
body.page-template-page-home .faq-question,
body.page-id-6 .faq-question {
  padding: 18px 8px !important;
}

body.home .faq-answer,
body.page-template-page-home-php .faq-answer,
body.page-template-page-home .faq-answer,
body.page-id-6 .faq-answer {
  padding: 0 58px 22px 8px !important;
}

body.home .final-cta,
body.page-template-page-home-php .final-cta,
body.page-template-page-home .final-cta,
body.page-id-6 .final-cta {
  padding-bottom: clamp(72px, 8vw, 104px) !important;
}

@media (max-width: 980px) {
  body.home section.first-90-days .first-90-days-card h3,
  body.page-template-page-home-php section.first-90-days .first-90-days-card h3,
  body.page-template-page-home section.first-90-days .first-90-days-card h3,
  body.page-id-6 section.first-90-days .first-90-days-card h3 {
    min-height: 0 !important;
    font-size: clamp(23px, 6.5vw, 29px) !important;
  }
}
