/* Story #20260808 | 2026-08-08 | George | Present DevsOff as governed continuous delivery for growing businesses. */
/* Story #20260809 | 2026-08-09 | George | Delegate the page frame and responsive gutters to the shared public shell. */
:root {
  --solutions-navy: #08143d;
  --solutions-ink: #17213d;
  --solutions-copy: #4d5b78;
  --solutions-blue: #1458ff;
  --solutions-cyan: #087487;
  --solutions-mint: #11784c;
  --solutions-amber: #b36a00;
  --solutions-risk: #a13d48;
  --solutions-line: #dbe2ef;
  --solutions-soft: #f5f7fb;
  --solutions-blue-soft: #edf3ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.solutions-page {
  margin: 0;
  min-height: 100vh;
  color: var(--solutions-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body.solutions-page *,
body.solutions-page *::before,
body.solutions-page *::after {
  letter-spacing: 0;
}

.solutions-page a {
  text-decoration: none;
}

.solutions-page a:focus-visible,
.solutions-page summary:focus-visible,
.solutions-page button:focus-visible {
  outline: 3px solid rgba(20, 88, 255, 0.38);
  outline-offset: 3px;
}

.solutions-page main {
  padding: 0;
}

.solutions-page main section {
  scroll-margin-top: 108px;
}

.solutions-page main h1,
.solutions-page main h2,
.solutions-page main h3,
.solutions-page main p {
  margin-top: 0;
}

body.solutions-page main h1 {
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 24px;
  color: var(--solutions-navy);
  font-size: 58px;
  font-weight: 760;
  line-height: 1.08;
}

.solutions-page main h2 {
  margin-bottom: 16px;
  color: var(--solutions-navy);
  font-size: 38px;
  font-weight: 750;
  line-height: 1.16;
}

.solutions-page main h3 {
  margin-bottom: 10px;
  color: var(--solutions-navy);
  font-size: 20px;
  font-weight: 750;
  line-height: 1.25;
}

.solutions-page main p {
  margin-bottom: 0;
  color: var(--solutions-copy);
  font-size: 16px;
  line-height: 1.62;
}

.solutions-page .eyebrow {
  margin-bottom: 16px;
  color: var(--solutions-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 40px;
}

.button-primary,
.button-secondary,
.button-on-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
}

.button-primary {
  color: #fff;
  background: var(--solutions-blue);
  box-shadow: 0 12px 24px rgba(20, 88, 255, 0.18);
}

.button-primary:hover {
  background: #0d48da;
}

.button-secondary {
  border-color: var(--solutions-line);
  color: var(--solutions-navy);
  background: #fff;
}

.button-secondary:hover {
  border-color: #aab9d5;
  background: var(--solutions-soft);
}

.button-on-dark {
  border-color: #fff;
  color: var(--solutions-navy);
  background: #fff;
}

.icon {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solutions-icons {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* Story #20260808 | 2026-08-08 | George | Keep the shared header quiet on this sales-led page and protect the mobile action row. */
.solutions-page .site-header-action--ghost,
.solutions-page .site-header-action--secondary {
  display: none;
}

/* Story #20260808 | 2026-08-08 | George | State the managed-team category and handoff boundary in a compact first viewport. */
.solutions-hero {
  padding: 82px 0 72px;
  text-align: center;
  background: #fff;
}

.solutions-hero__inner {
  max-width: 980px;
  margin-inline: auto;
}

.solutions-hero__lead {
  max-width: 760px;
  margin-inline: auto;
  font-size: 19px !important;
  line-height: 1.62 !important;
}

.solutions-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.solutions-hero__note {
  margin-top: 22px !important;
  color: #64718c !important;
  font-size: 14px !important;
}

/* Story #20260808 | 2026-08-08 | George | Qualify operational fit before visitors enter the delivery and pricing detail. */
.fit-strip {
  padding: 0;
  color: #fff;
  background: var(--solutions-navy);
}

.fit-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fit-strip__item {
  min-width: 0;
  padding: 24px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.fit-strip__item:first-child {
  border-left: 0;
}

.fit-strip__label {
  display: block;
  margin-bottom: 5px;
  color: #8ce3ed;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.fit-strip__value {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

/* Story #20260808 | 2026-08-08 | George | Contrast the business cost of delayed adoption with the risk of ungoverned AI. */
.risk-section {
  padding: 76px 0;
  background: #fff9f7;
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #eadbd8;
  border-bottom: 1px solid #eadbd8;
}

.risk-path {
  min-width: 0;
  padding: 32px 36px 34px 0;
}

.risk-path + .risk-path {
  padding-right: 0;
  padding-left: 36px;
  border-left: 1px solid #eadbd8;
}

.risk-path__signal {
  margin-bottom: 10px !important;
  color: var(--solutions-amber) !important;
  font-size: 12px !important;
  font-weight: 850;
  text-transform: uppercase;
}

.risk-path--rush .risk-path__signal {
  color: var(--solutions-risk) !important;
}

.risk-path > p:not(.risk-path__signal) {
  max-width: 520px;
}

.risk-path ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.risk-path li {
  position: relative;
  padding: 10px 0 10px 24px;
  border-top: 1px solid #eadbd8;
  color: var(--solutions-copy);
  font-size: 14px;
  line-height: 1.45;
}

.risk-path li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--solutions-amber);
}

.risk-path--rush li::before {
  background: var(--solutions-risk);
}

.risk-answer {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 22px;
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 4px solid var(--solutions-mint);
  background: #f0f8f4;
}

.risk-answer strong {
  color: var(--solutions-navy);
  font-size: 15px;
  line-height: 1.5;
}

.risk-answer p {
  max-width: 800px;
  font-size: 14px !important;
}

/* Story #20260808 | 2026-08-08 | George | Make the business-story-to-production cycle explicit and repeatable. */
.delivery-section {
  padding: 76px 0;
  background: #fff;
}

.delivery-cycle {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--solutions-line);
  border-bottom: 1px solid var(--solutions-line);
}

.delivery-cycle__step {
  position: relative;
  min-width: 0;
  padding: 28px 18px 30px;
  border-left: 1px solid var(--solutions-line);
}

.delivery-cycle__step:first-child {
  border-left: 0;
}

.delivery-cycle__number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  border: 1px solid #b8c8e6;
  border-radius: 50%;
  color: var(--solutions-blue);
  background: #fff;
  font-size: 13px;
  font-weight: 850;
}

.delivery-cycle__step:nth-child(3n + 2) .delivery-cycle__number {
  border-color: #8ed8e1;
  color: var(--solutions-cyan);
}

.delivery-cycle__step:nth-child(3n) .delivery-cycle__number {
  border-color: #98d8b8;
  color: var(--solutions-mint);
}

.delivery-cycle__owner {
  display: block;
  margin-bottom: 8px;
  color: #62708b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.delivery-cycle__step h3 {
  font-size: 18px !important;
}

.delivery-cycle__step p {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.delivery-cycle__note {
  max-width: 940px;
  margin-top: 24px !important;
  color: #596780 !important;
  font-size: 14px !important;
}

.delivery-cycle__note strong {
  color: var(--solutions-navy);
}

/* Story #20260808 | 2026-08-08 | George | Make client and DevsOff ownership scannable without another decorative node graph. */
.accountability-section {
  padding: 72px 0;
  background: var(--solutions-soft);
}

.accountability-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--solutions-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.accountability-column {
  min-width: 0;
  padding: 30px;
}

.accountability-column + .accountability-column {
  border-left: 1px solid var(--solutions-line);
  background: #f2fbf7;
}

.accountability-column__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--solutions-navy);
  font-size: 18px;
  font-weight: 780;
}

.accountability-column__label .icon {
  color: var(--solutions-blue);
}

.accountability-column + .accountability-column .icon {
  color: var(--solutions-mint);
}

.responsibility-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.responsibility-list li {
  padding: 13px 0;
  border-top: 1px solid var(--solutions-line);
  color: var(--solutions-copy);
  font-size: 15px;
  line-height: 1.45;
}

.responsibility-list li:first-child {
  border-top: 0;
}

.accountability-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--solutions-line);
}

.accountability-note strong {
  color: var(--solutions-navy);
}

.accountability-note p {
  max-width: 800px;
  font-size: 14px !important;
}

/* Story #20260808 | 2026-08-08 | George | Replace repeated capability cards with verifiable operating commitments. */
.commitments-section {
  padding: 72px 0;
  background: #fff;
}

.commitments-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--solutions-line);
}

.commitment {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 24px 24px 24px 0;
  border-bottom: 1px solid var(--solutions-line);
}

.commitment:nth-child(3n + 2),
.commitment:nth-child(3n + 3) {
  padding-left: 24px;
  border-left: 1px solid var(--solutions-line);
}

.commitment .icon {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  color: var(--solutions-blue);
}

.commitment strong {
  display: block;
  margin-bottom: 5px;
  color: var(--solutions-navy);
  font-size: 15px;
  line-height: 1.35;
}

.commitment p {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* Story #20260808 | 2026-08-08 | George | Present direct and partner-led acquisition as equal routes into one delivery operation. */
.partner-section {
  padding: 72px 0;
  color: #fff;
  background: #101d3e;
}

.partner-section h2,
.partner-section h3 {
  color: #fff !important;
}

.partner-section p {
  color: #d7dff0 !important;
}

.partner-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 58px;
  align-items: start;
}

.partner-copy .eyebrow {
  color: #8ce3ed;
}

.partner-copy .button-on-dark {
  margin-top: 26px;
}

.partner-routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.partner-route {
  min-width: 0;
  padding: 24px 22px 24px 0;
}

.partner-route + .partner-route {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.partner-route p {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

/* Story #20260808 | 2026-08-08 | George | Present two engagement paths without turning price into the visual decision anchor. */
.pricing-section {
  padding: 80px 0 72px;
  background: #fff;
}

.pricing-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.55fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 40px;
}

.pricing-heading-row .section-intro {
  margin-bottom: 0;
}

.pricing-principle {
  padding-left: 22px;
  border-left: 3px solid var(--solutions-cyan);
  color: var(--solutions-copy);
  font-size: 14px;
  line-height: 1.55;
}

.pricing-principle strong {
  display: block;
  margin-bottom: 4px;
  color: var(--solutions-navy);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.offer-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--solutions-line);
  border-radius: 8px;
  background: #fff;
}

.offer-card--managed {
  padding: 27px 30px 30px;
  border-color: #a9bfff;
  border-top: 4px solid var(--solutions-blue);
  background: #fbfcff;
}

.offer-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--solutions-blue);
  font-size: 13px;
  font-weight: 830;
  text-transform: uppercase;
}

.offer-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 4px;
  color: #fff;
  background: var(--solutions-blue);
  font-size: 11px;
  font-weight: 780;
  text-transform: none;
  white-space: nowrap;
}

.offer-path {
  margin: 14px 0 5px !important;
  color: var(--solutions-navy) !important;
  font-size: 18px !important;
  font-weight: 800;
  line-height: 1.3 !important;
}

.offer-path-context {
  min-height: 42px;
  margin-bottom: 24px !important;
  color: #64718c !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.offer-facts {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--solutions-line);
}

.offer-facts li {
  display: grid;
  grid-template-columns: minmax(120px, 0.38fr) minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--solutions-line);
  color: var(--solutions-copy);
  font-size: 14px;
  line-height: 1.48;
}

.offer-facts strong {
  color: var(--solutions-navy);
}

.offer-card .button-secondary,
.offer-card .button-primary {
  width: 100%;
  margin-top: auto;
}

.commercial-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--solutions-line);
  border-bottom: 1px solid var(--solutions-line);
}

.commercial-option {
  padding: 22px 22px 22px 0;
}

.commercial-option + .commercial-option {
  padding-left: 22px;
  border-left: 1px solid var(--solutions-line);
}

.commercial-option p {
  font-size: 14px !important;
}

/* Story #20260809 | 2026-08-09 | George | Expose the consulting-firm route without changing the growing-business offer. */
.commercial-option__link {
  display: inline-flex;
  gap: 7px;
  margin-top: 12px;
  color: var(--solutions-blue);
  font-size: 14px;
  font-weight: 760;
}

.commercial-option__link:hover {
  color: #0d48da;
}

/* Story #20260808 | 2026-08-08 | George | Explain proposal variables and ownership without exposing public rate anchors. */
.pricing-disclosures {
  padding: 70px 0;
  background: var(--solutions-blue-soft);
}

.pricing-factors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cbd8ef;
  border-bottom: 1px solid #cbd8ef;
}

.pricing-factor {
  min-width: 0;
  padding: 20px;
  border-left: 1px solid #cbd8ef;
}

.pricing-factor:first-child {
  border-left: 0;
}

.pricing-factor strong {
  display: block;
  margin-bottom: 5px;
  color: var(--solutions-navy);
  font-size: 14px;
}

.pricing-factor span {
  color: var(--solutions-copy);
  font-size: 13px;
  line-height: 1.45;
}

.pricing-notes {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
}

.pricing-notes p {
  max-width: 570px;
  color: #54627d !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

/* Story #20260808 | 2026-08-08 | George | Use native disclosure controls so objections do not lengthen the default reading path. */
.faq-section {
  padding: 72px 0;
  background: #fff;
}

.faq-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.faq-heading-row h2 {
  margin-bottom: 0 !important;
}

.faq-heading-row .button-secondary {
  flex: 0 0 auto;
}

.faq-list {
  max-width: 920px;
  margin-top: 32px;
  border-top: 1px solid var(--solutions-line);
}

.faq-list details {
  border-bottom: 1px solid var(--solutions-line);
}

.faq-list summary {
  position: relative;
  padding: 22px 48px 22px 0;
  color: var(--solutions-navy);
  font-size: 17px;
  font-weight: 740;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 28px;
  height: 28px;
  border: 1px solid #b8c5dc;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--solutions-blue);
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  max-width: 760px;
  padding: 0 48px 22px 0;
  font-size: 14px !important;
}

/* Story #20260808 | 2026-08-08 | George | End with one qualified conversion action and no competing plan language. */
.final-cta {
  padding: 72px 0;
  background: #eef3ff;
}

.final-cta__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.final-cta__copy {
  max-width: 760px;
}

.final-cta__copy p {
  max-width: 660px;
}

.solutions-page footer {
  position: relative;
  z-index: 1;
}

/* Story #20260808 | 2026-08-08 | George | Reflow the six-stage delivery cycle before its labels become cramped. */
@media (max-width: 1100px) {
  .delivery-cycle {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .delivery-cycle__step:nth-child(4) {
    border-left: 0;
  }

  .delivery-cycle__step:nth-child(n + 4) {
    border-top: 1px solid var(--solutions-line);
  }
}

/* Story #20260808 | 2026-08-08 | George | Collapse comparison and offer structures before text begins competing for width. */
@media (max-width: 980px) {
  .fit-strip__grid,
  .pricing-factors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fit-strip__item:nth-child(3),
  .pricing-factor:nth-child(3) {
    border-left: 0;
  }

  .fit-strip__item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .pricing-factor:nth-child(n + 3) {
    border-top: 1px solid #cbd8ef;
  }

  .partner-layout,
  .pricing-heading-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pricing-principle {
    max-width: 720px;
  }
}

@media (max-width: 820px) {
  body.solutions-page main h1 {
    font-size: 48px;
  }

  .solutions-page main h2 {
    font-size: 32px;
  }

  .delivery-cycle,
  .accountability-board,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivery-cycle__step:nth-child(n) {
    border-top: 1px solid var(--solutions-line);
    border-left: 1px solid var(--solutions-line);
  }

  .delivery-cycle__step:nth-child(odd) {
    border-left: 0;
  }

  .delivery-cycle__step:nth-child(1),
  .delivery-cycle__step:nth-child(2) {
    border-top: 0;
  }

  .risk-grid {
    grid-template-columns: 1fr;
  }

  .risk-path,
  .risk-path + .risk-path {
    padding: 28px 0;
    border-left: 0;
  }

  .risk-path + .risk-path {
    border-top: 1px solid var(--solutions-line);
  }

  .risk-answer {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .accountability-board,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .accountability-column + .accountability-column {
    border-top: 1px solid var(--solutions-line);
    border-left: 0;
  }

  .commitments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commitment:nth-child(n) {
    padding: 22px 20px 22px 0;
    border-left: 0;
  }

  .commitment:nth-child(even) {
    padding-left: 20px;
    border-left: 1px solid var(--solutions-line);
  }

  .final-cta__layout {
    display: grid;
    justify-items: start;
  }
}

/* Story #20260808 | 2026-08-08 | George | Keep mobile navigation, typography, and commercial content compact and overflow-safe. */
@media (max-width: 620px) {
  .solutions-page .site-auth-trigger {
    display: none !important;
  }

  .solutions-page .site-header .brand-logo {
    width: 108px !important;
    height: 34px !important;
  }

  body.solutions-page main h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  .solutions-page main h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .solutions-page main h3 {
    font-size: 18px;
  }

  .solutions-hero {
    padding: 38px 0 30px;
  }

  .solutions-hero__lead {
    font-size: 16px !important;
    line-height: 1.56 !important;
  }

  .solutions-hero__actions {
    display: grid;
    gap: 10px;
    margin-top: 26px;
  }

  .solutions-hero__actions a {
    width: 100%;
  }

  .fit-strip__item {
    padding: 18px 14px;
  }

  .fit-strip__value {
    font-size: 13px;
  }

  .delivery-section,
  .risk-section,
  .accountability-section,
  .commitments-section,
  .pricing-section,
  .faq-section {
    padding: 62px 0;
  }

  .partner-section,
  .pricing-disclosures,
  .final-cta {
    padding: 54px 0;
  }

  .section-intro {
    margin-bottom: 28px;
  }

  .delivery-cycle {
    grid-template-columns: 1fr;
  }

  .delivery-cycle__step:nth-child(n) {
    padding-block: 24px;
    padding-inline: 0;
    border-top: 1px solid var(--solutions-line);
    border-left: 0;
  }

  .delivery-cycle__step:first-child {
    border-top: 0;
  }

  .delivery-cycle__number {
    margin-bottom: 16px;
  }

  .accountability-column,
  .offer-card,
  .offer-card--managed {
    padding: 22px;
  }

  .accountability-note,
  .pricing-notes {
    display: grid;
  }

  .commitments-grid,
  .partner-routes,
  .commercial-options,
  .pricing-factors {
    grid-template-columns: 1fr;
  }

  .commitment:nth-child(n),
  .commitment:nth-child(even) {
    padding: 20px 0;
    border-left: 0;
  }

  .partner-route,
  .partner-route + .partner-route,
  .commercial-option,
  .commercial-option + .commercial-option,
  .pricing-factor,
  .pricing-factor:nth-child(n) {
    padding: 20px 0;
    border-left: 0;
  }

  .partner-route + .partner-route,
  .commercial-option + .commercial-option,
  .pricing-factor:nth-child(n + 2) {
    border-top: 1px solid currentColor;
  }

  .pricing-factor:nth-child(n + 2) {
    border-top-color: #cbd8ef;
  }

  .offer-facts li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .faq-list summary {
    padding-right: 42px;
    font-size: 16px;
  }

  .faq-list details p {
    padding-right: 0;
  }

  .faq-heading-row {
    display: grid;
    align-items: start;
  }

  .faq-heading-row .button-secondary {
    width: 100%;
  }

  .final-cta__layout .button-primary {
    width: 100%;
  }
}

/* Story #20260808 | 2026-08-08 | George | Keep the business-system promise and next-section signal visible on narrow phones. */
@media (max-width: 360px) {
  body.solutions-page main h1 {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 1.08;
  }

  .solutions-hero {
    padding: 24px 0 18px;
  }

  .solutions-page .eyebrow {
    margin-bottom: 12px;
  }

  .solutions-hero__actions {
    margin-top: 20px;
  }

  .solutions-hero__note {
    margin-top: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (forced-colors: active) {
  .fit-strip,
  .partner-section,
  .button-primary,
  .offer-tag {
    border: 1px solid CanvasText;
    color: CanvasText;
    background: Canvas;
    box-shadow: none;
  }

  .fit-strip__label,
  .fit-strip__value,
  .partner-section h2,
  .partner-section h3,
  .partner-section p {
    color: CanvasText !important;
  }
}
