.hoc-how-page {
  --how-max: 1160px;
  background: #fffaf2;
}

.hoc-how-page,
.hoc-how-page :where(p, span, small, strong, a, button) {
  font-family: Ftbase, Arial, sans-serif;
}

.hoc-how-engine {
  padding: clamp(84px, 9vw, 126px) var(--hoc-page-pad) clamp(88px, 9vw, 128px);
  border-bottom: 1px solid var(--hoc-line);
}

.hoc-how-engine__header {
  max-width: var(--how-max);
  margin: 0 auto;
  text-align: center;
}

.hoc-how-engine__eyebrow {
  width: max-content;
  margin: 0 auto 26px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--hoc-rust);
  color: var(--hoc-ink);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hoc-how-engine h1 {
  max-width: 1020px;
  margin: 0 auto;
  color: var(--hoc-ink);
  font-family: "Financier Display", "Times New Roman", serif;
  font-size: clamp(58px, 7vw, 94px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: .98;
}

.hoc-how-engine h1 em {
  color: var(--hoc-rust);
  font-family: inherit;
  font-weight: inherit;
}

.hoc-how-engine__lede {
  max-width: 800px;
  margin: 30px auto 0;
  color: var(--hoc-muted);
  font-size: 18px;
  line-height: 1.65;
}

.hoc-how-engine__map {
  max-width: var(--how-max);
  margin: clamp(76px, 8vw, 104px) auto 0;
}

.hoc-how-engine__row,
.hoc-how-engine__connector {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .72fr);
  column-gap: clamp(64px, 8vw, 116px);
}

.hoc-how-engine__row {
  align-items: center;
}

.hoc-how-engine__stage {
  position: relative;
  box-shadow: 0 18px 50px rgba(38, 50, 45, .07);
}

.hoc-how-engine__stage-label {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 150px;
  padding: 8px 15px;
  transform: translate(-50%, -50%);
  border: 1px solid currentColor;
  border-radius: 999px;
  background: #fffaf2;
  color: var(--hoc-rust-dark);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .07em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.hoc-how-engine__stage--plan {
  display: grid;
  min-height: 470px;
  padding: 38px;
  place-items: center;
  border: 1px solid rgba(185, 86, 49, .28);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 12%, rgba(239, 161, 125, .17), transparent 30%),
    linear-gradient(135deg, #fffdf9, #f9eee8);
}

.hoc-how-engine__stage--plan .hoc-how-engine__stage-label {
  border-color: var(--hoc-rust);
  background: var(--hoc-rust);
  color: #fff;
}

.hoc-how-plan-ui {
  position: relative;
  width: min(100%, 470px);
  overflow: hidden;
  border: 1px solid rgba(38, 50, 45, .18);
  border-radius: 14px;
  background: #fffdf8;
  box-shadow: 0 18px 34px rgba(38, 50, 45, .1);
}

.hoc-how-plan-ui::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: linear-gradient(225deg, #e7ecdf 50%, #d3dccb 51%);
  content: "";
}

.hoc-how-plan-ui__header {
  display: flex;
  padding: 20px 22px 17px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(38, 50, 45, .13);
}

.hoc-how-plan-ui__header > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #64715f;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
}

.hoc-how-plan-ui__header div {
  min-width: 0;
  flex: 1;
}

.hoc-how-plan-ui__header small,
.hoc-how-plan-ui__header strong {
  display: block;
}

.hoc-how-plan-ui__header small,
.hoc-how-plan-ui__goal small,
.hoc-how-plan-ui__assignment small {
  color: var(--hoc-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hoc-how-plan-ui__header strong {
  margin-top: 3px;
  color: var(--hoc-ink);
  font-size: 15px;
}

.hoc-how-plan-ui__header b {
  margin-right: 30px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #dfe8d9;
  color: #4f5d4b;
  font-size: 9px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hoc-how-plan-ui__goal {
  padding: 18px 22px 17px;
}

.hoc-how-plan-ui__goal strong {
  display: block;
  margin-top: 6px;
  color: var(--hoc-ink);
  font-size: 14px;
  line-height: 1.35;
}

.hoc-how-plan-ui__goal > span {
  display: block;
  height: 5px;
  margin-top: 13px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e3dc;
}

.hoc-how-plan-ui__goal > span i {
  display: block;
  width: 64%;
  height: 100%;
  border-radius: inherit;
  background: var(--hoc-rust);
}

.hoc-how-plan-ui__assignment {
  display: flex;
  margin: 0 22px 18px;
  padding: 14px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(38, 50, 45, .14);
  border-radius: 10px;
  background: #f5efe6;
}

.hoc-how-plan-ui__assignment > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: #f1c9b8;
  color: var(--hoc-rust-dark);
  font-weight: 800;
}

.hoc-how-plan-ui__assignment div {
  min-width: 0;
  flex: 1;
}

.hoc-how-plan-ui__assignment strong {
  display: block;
  margin-top: 3px;
  color: var(--hoc-ink);
  font-size: 13px;
}

.hoc-how-plan-ui__assignment em {
  display: block;
  margin-top: 3px;
  color: var(--hoc-rust-dark);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.hoc-how-plan-ui__footer {
  display: flex;
  padding: 12px 22px;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(38, 50, 45, .12);
  color: var(--hoc-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hoc-how-engine__stage--client {
  display: grid;
  min-height: 450px;
  padding: 38px;
  place-items: center;
  border: 1px solid rgba(185, 86, 49, .28);
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 87%, rgba(239, 161, 125, .13), transparent 32%),
    linear-gradient(135deg, #fffdf9, #f9eee8);
}

.hoc-how-engine__stage--client .hoc-how-engine__stage-label {
  border-color: var(--hoc-rust);
  background: var(--hoc-rust);
  color: #fff;
}

.hoc-how-client-collage {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(38, 50, 45, .2);
  border-radius: 19px;
  background: #26322d;
  box-shadow: 0 24px 46px rgba(38, 50, 45, .22);
}

.hoc-how-client-collage img {
  display: block;
  width: 100%;
  height: auto;
}

.hoc-how-client-phone {
  position: relative;
  z-index: 2;
  width: 244px;
  min-height: 392px;
  padding: 15px 9px 9px;
  border: 3px solid #101713;
  border-radius: 34px;
  background: #101713;
  box-shadow: 0 26px 48px rgba(0, 0, 0, .32);
}

.hoc-how-client-phone__speaker {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 48px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #3b4540;
}

.hoc-how-client-phone__screen {
  min-height: 365px;
  padding: 18px 14px 14px;
  overflow: hidden;
  border-radius: 24px;
  background: #fffaf2;
}

.hoc-how-client-phone__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hoc-how-client-phone__top strong {
  color: #26322d;
  font-family: "Financier Display", "Times New Roman", serif;
  font-size: 15px;
  font-weight: 400;
}

.hoc-how-client-phone__top strong em {
  color: var(--hoc-rust);
  font-family: inherit;
  font-style: normal;
}

.hoc-how-client-phone__top > span {
  color: var(--hoc-muted);
  font-size: 9px;
  font-weight: 700;
}

.hoc-how-client-phone__progress {
  display: flex;
  margin-top: 18px;
  padding: 13px;
  align-items: center;
  gap: 11px;
  border-radius: 13px;
  background: #e7ecdf;
}

.hoc-how-client-phone__progress > span {
  display: grid;
  width: 47px;
  height: 47px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--hoc-rust) 66%, rgba(38, 50, 45, .12) 0);
  color: #26322d;
  font-size: 10px;
  font-weight: 800;
  box-shadow: inset 0 0 0 7px #e7ecdf;
}

.hoc-how-client-phone__progress small,
.hoc-how-client-phone__progress strong {
  display: block;
}

.hoc-how-client-phone__progress small {
  color: var(--hoc-muted);
  font-size: 9px;
}

.hoc-how-client-phone__progress strong {
  margin-top: 3px;
  color: #26322d;
  font-size: 12px;
}

.hoc-how-client-phone__task {
  margin-top: 12px;
  padding: 13px;
  border: 1px solid rgba(38, 50, 45, .13);
  border-radius: 12px;
  background: #fff;
}

.hoc-how-client-phone__task small,
.hoc-how-client-phone__task strong,
.hoc-how-client-phone__task > span {
  display: block;
}

.hoc-how-client-phone__task small {
  color: var(--hoc-rust-dark);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.hoc-how-client-phone__task strong {
  margin-top: 5px;
  color: #26322d;
  font-size: 12px;
  line-height: 1.25;
}

.hoc-how-client-phone__task > span {
  margin-top: 8px;
  color: var(--hoc-muted);
  font-size: 9px;
}

.hoc-how-client-phone__task > span b {
  float: right;
  color: var(--hoc-rust-dark);
}

.hoc-how-client-phone__checkin {
  display: flex;
  margin-top: 11px;
  padding: 10px 2px;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(38, 50, 45, .12);
  color: #26322d;
  font-size: 9px;
  font-weight: 700;
}

.hoc-how-client-phone__checkin b {
  color: #64715f;
}

.hoc-how-client-phone__button {
  margin-top: 13px;
  padding: 10px;
  border-radius: 9px;
  background: var(--hoc-rust);
  color: #fff;
  font-size: 10px;
  font-weight: 750;
  text-align: center;
}

.hoc-how-client-ui__notice,
.hoc-how-client-ui__streak {
  position: absolute;
  z-index: 3;
  padding: 9px 12px;
  border-radius: 999px;
  background: #fffaf2;
  color: #26322d;
  font-size: 9px;
  font-weight: 750;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
  text-transform: uppercase;
}

.hoc-how-client-ui__notice {
  top: 105px;
  left: 28px;
}

.hoc-how-client-ui__streak {
  right: 26px;
  bottom: 78px;
  background: #d9dfd0;
}

/* Product-faithful provider workspace */
.hoc-how-plan-workspace {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  transform: rotate(-.55deg);
  overflow: hidden;
  border: 1px solid rgba(41, 43, 44, .16);
  border-radius: 15px;
  background: #fffdf8;
  box-shadow: 0 18px 38px rgba(46, 40, 33, .12);
}

.hoc-how-plan-spark {
  position: absolute;
  right: 30px;
  bottom: -17px;
  z-index: 3;
  display: flex;
  padding: 10px 13px 10px 10px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(185, 86, 49, .24);
  border-radius: 999px;
  background: #fffaf2;
  box-shadow: 0 12px 24px rgba(77, 47, 32, .13);
  transform: rotate(2deg);
}

.hoc-how-plan-spark > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--hoc-rust);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
}

.hoc-how-plan-spark strong,
.hoc-how-plan-spark small {
  display: block;
}

.hoc-how-plan-agent {
  position: absolute;
  z-index: 3;
  display: flex;
  padding: 9px 12px 9px 9px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(38, 50, 45, .16);
  border-radius: 12px;
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 13px 24px rgba(46, 40, 33, .15);
}

.hoc-how-plan-agent > span {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.hoc-how-plan-agent small,
.hoc-how-plan-agent strong,
.hoc-how-plan-agent em {
  display: block;
}

.hoc-how-plan-agent small {
  color: #6b6a64;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.hoc-how-plan-agent strong {
  margin-top: 2px;
  color: #292b2c;
  font-size: 10px;
}

.hoc-how-plan-agent em {
  margin-top: 2px;
  color: #6b6a64;
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
}

.hoc-how-plan-agent--autopilot {
  top: 43px;
  right: 13px;
  transform: rotate(2deg);
}

.hoc-how-plan-agent--autopilot > span {
  background: #b95631;
}

.hoc-how-plan-agent--cbt {
  bottom: 30px;
  left: 18px;
  transform: rotate(-2deg);
}

.hoc-how-plan-agent--cbt > span {
  background: #64715f;
}

.hoc-how-plan-spark strong {
  color: #292b2c;
  font-size: 10px;
}

.hoc-how-plan-spark small {
  margin-top: 1px;
  color: #934021;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hoc-how-plan-workspace__builder > header small,
.hoc-how-plan-workspace__focus small {
  color: #934021;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hoc-how-plan-workspace__builder {
  padding: 14px;
  background: #f6f2e9;
}

.hoc-how-plan-workspace__builder > header {
  display: grid;
  padding-bottom: 11px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
  border-bottom: 1px solid rgba(41, 43, 44, .13);
}

.hoc-how-plan-workspace__builder > header small,
.hoc-how-plan-workspace__builder > header strong,
.hoc-how-plan-workspace__builder > header span {
  display: block;
}

.hoc-how-plan-workspace__builder > header strong {
  margin-top: 3px;
  color: #292b2c;
  font-size: 15px;
  line-height: 1.15;
}

.hoc-how-plan-workspace__builder > header span {
  margin-top: 3px;
  color: #6b6a64;
  font-size: 8px;
  line-height: 1.35;
}

.hoc-how-plan-workspace__builder > header > b {
  padding: 8px 10px;
  border-radius: 999px;
  background: #b95631;
  color: #fff;
  font-size: 7px;
  white-space: nowrap;
}

.hoc-how-plan-workspace__focus {
  margin-top: 11px;
  padding: 12px;
  border: 1px solid rgba(41, 43, 44, .13);
  border-radius: 13px;
  background: #fffdf8;
  box-shadow: 0 7px 18px rgba(46, 40, 33, .055);
}

.hoc-how-plan-workspace__focus-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hoc-how-plan-workspace__focus-heading small,
.hoc-how-plan-workspace__focus-heading strong {
  display: block;
}

.hoc-how-plan-workspace__focus-heading strong {
  margin-top: 3px;
  color: #292b2c;
  font-size: 13px;
}

.hoc-how-plan-workspace__focus-heading > span {
  color: #6b6a64;
  font-size: 9px;
}

.hoc-how-plan-workspace__strategy {
  margin-top: 9px;
  padding: 10px;
  border: 1px solid rgba(41, 43, 44, .1);
  border-radius: 10px;
  background: #fbf8f1;
}

.hoc-how-plan-workspace__strategy > strong {
  display: block;
  margin-top: 3px;
  color: #292b2c;
  font-size: 11px;
}

.hoc-how-plan-workspace__assignments {
  display: grid;
  margin: 9px 0 0;
  padding: 0;
  gap: 5px;
  list-style: none;
}

.hoc-how-plan-workspace__assignment {
  display: flex;
  min-height: 39px;
  margin: 0;
  padding: 6px 8px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(41, 43, 44, .11);
  border-radius: 9px;
  background: #fffdf8;
}

.hoc-how-plan-workspace__assignment > span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: #f1c9b8;
  color: #934021;
  font-size: 7px;
  font-weight: 850;
}

.hoc-how-plan-workspace__assignment div {
  min-width: 0;
  flex: 1;
}

.hoc-how-plan-workspace__assignment strong,
.hoc-how-plan-workspace__assignment em {
  display: block;
}

.hoc-how-plan-workspace__assignment strong {
  margin-top: 1px;
  color: #292b2c;
  font-size: 9px;
}

.hoc-how-plan-workspace__assignment em {
  margin-left: auto;
  color: #934021;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.hoc-how-plan-workspace__assignment--sage {
  background: #f4f7ef;
}

.hoc-how-plan-workspace__assignment--sage > span {
  background: #dce7d5;
  color: #4f5d4b;
}

.hoc-how-plan-workspace__assignment--sage em {
  color: #4f5d4b;
}

.hoc-how-plan-workspace__assignment--lilac {
  background: #f6f1f7;
}

.hoc-how-plan-workspace__assignment--lilac > span {
  background: #e4d8e7;
  color: #725477;
}

.hoc-how-plan-workspace__assignment--lilac em {
  color: #725477;
}

.hoc-how-plan-workspace__path {
  display: flex;
  margin: 11px 0 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  list-style: none;
}

.hoc-how-plan-workspace__path li {
  color: #6b6a64;
  font-size: 7px;
  font-weight: 800;
  white-space: nowrap;
}

.hoc-how-plan-workspace__path li:not(:last-child)::after {
  margin-left: 5px;
  color: #b95631;
  content: "→";
}

/* Client-facing workflow diagram, kept native so it stays accurate and responsive. */
.hoc-how-client-dashboard {
  position: relative;
  z-index: 2;
  width: min(100%, 418px);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 22px;
  background: #fffdf8;
  box-shadow: 0 24px 46px rgba(0, 0, 0, .28);
}

.hoc-how-client-dashboard__header,
.hoc-how-client-dashboard__intro,
.hoc-how-client-dashboard__tasks li,
.hoc-how-client-dashboard__footer {
  display: flex;
  align-items: center;
}

.hoc-how-client-dashboard__header {
  justify-content: space-between;
  gap: 12px;
}

.hoc-how-client-dashboard__header small,
.hoc-how-client-dashboard__header strong,
.hoc-how-client-dashboard__intro small,
.hoc-how-client-dashboard__intro strong,
.hoc-how-client-dashboard__intro span,
.hoc-how-client-dashboard__tasks small,
.hoc-how-client-dashboard__tasks strong,
.hoc-how-client-dashboard__tasks em {
  display: block;
}

.hoc-how-client-dashboard__header small,
.hoc-how-client-dashboard__tasks small {
  color: #a94b2e;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hoc-how-client-dashboard__header strong {
  margin-top: 3px;
  color: #26322d;
  font-size: 15px;
}

.hoc-how-client-dashboard__header > b {
  padding: 7px 10px;
  border-radius: 999px;
  background: #e7ecdf;
  color: #4f5d4b;
  font-size: 9px;
  white-space: nowrap;
}

.hoc-how-client-dashboard__intro {
  margin-top: 14px;
  padding: 13px;
  gap: 10px;
  border-radius: 14px;
  background: #f2e5dc;
}

.hoc-how-client-dashboard__avatar {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #b95631;
  color: #fff;
  font-size: 10px;
  font-weight: 850;
}

.hoc-how-client-dashboard__intro div {
  min-width: 0;
}

.hoc-how-client-dashboard__intro small {
  color: #7d321c;
  font-size: 8px;
  font-weight: 800;
}

.hoc-how-client-dashboard__intro strong {
  margin-top: 2px;
  color: #26322d;
  font-size: 13px;
}

.hoc-how-client-dashboard__intro span:last-child {
  margin-top: 2px;
  color: #6a7068;
  font-size: 8px;
}

.hoc-how-client-dashboard__tasks {
  display: grid;
  margin: 12px 0 0;
  padding: 0;
  gap: 7px;
  list-style: none;
}

.hoc-how-client-dashboard__tasks li {
  min-height: 54px;
  padding: 9px;
  gap: 9px;
  border: 1px solid rgba(38, 50, 45, .12);
  border-radius: 12px;
  background: #fff;
}

.hoc-how-client-dashboard__tasks li.is-active {
  border-color: rgba(185, 86, 49, .44);
  background: #fff9f4;
}

.hoc-how-client-dashboard__tasks li > div {
  min-width: 0;
  flex: 1;
}

.hoc-how-client-dashboard__task-icon {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: #f2e5dc;
  color: #934021;
  font-size: 9px;
  font-weight: 850;
}

.hoc-how-client-dashboard__tasks li.is-done .hoc-how-client-dashboard__task-icon {
  background: #dfe8d9;
  color: #4f5d4b;
}

.hoc-how-client-dashboard__tasks strong {
  margin-top: 2px;
  color: #26322d;
  font-size: 11px;
}

.hoc-how-client-dashboard__tasks em {
  margin-top: 2px;
  color: #6a7068;
  font-size: 8px;
  font-style: normal;
}

.hoc-how-client-dashboard__tasks li > b {
  color: #a94b2e;
  font-size: 10px;
}

.hoc-how-client-dashboard__tasks li.is-done > b {
  color: #4f5d4b;
  font-size: 8px;
}

.hoc-how-client-dashboard__footer {
  margin-top: 11px;
  padding: 12px 4px 0;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(38, 50, 45, .12);
  color: #6a7068;
  font-size: 9px;
}

.hoc-how-client-dashboard__footer b,
.hoc-how-client-dashboard__footer strong {
  color: #26322d;
  font-weight: 850;
}

.hoc-how-client-dashboard__footer strong {
  color: #a94b2e;
  white-space: nowrap;
}

.hoc-how-client-dashboard__note {
  position: absolute;
  right: 22px;
  bottom: 25px;
  z-index: 4;
  padding: 8px 11px;
  border-radius: 999px;
  background: #d9dfd0;
  color: #26322d;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .05em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .18);
  text-transform: uppercase;
}

.hoc-how-engine__stage--revenue {
  min-height: 450px;
  padding: 38px;
  border: 1px solid rgba(185, 86, 49, .28);
  border-radius: 30px;
  background:
    linear-gradient(135deg, #fffdf9, #f9eee8);
}

.hoc-how-engine__stage--revenue .hoc-how-engine__stage-label {
  border-color: var(--hoc-rust);
  background: var(--hoc-rust);
  color: #fff;
}

.hoc-how-revenue-ui {
  padding: 24px 26px 22px;
  border-radius: 19px;
  background: #26322d;
  box-shadow: 0 24px 46px rgba(38, 50, 45, .22);
}

.hoc-how-revenue-ui__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hoc-how-revenue-ui__header span {
  color: rgba(255, 250, 242, .72);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hoc-how-revenue-ui__header b {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 250, 242, .1);
  color: #fffaf2;
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hoc-how-revenue-ui__amount {
  display: flex;
  margin-top: 14px;
  align-items: baseline;
  gap: 8px;
}

.hoc-how-revenue-ui__amount strong {
  color: #fffaf2;
  font-family: "Financier Display", "Times New Roman", serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
}

.hoc-how-revenue-ui__amount span {
  color: #efa17d;
  font-size: 11px;
  font-weight: 750;
}

.hoc-how-revenue-ui__formula {
  margin: 7px 0 0;
  color: rgba(255, 250, 242, .68);
  font-size: 11px;
}

.hoc-how-revenue-ui__formula b {
  padding: 0 4px;
  color: #efa17d;
}

.hoc-how-revenue-ui__chart {
  display: grid;
  height: 142px;
  margin-top: 18px;
  padding: 0 8px 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  border-bottom: 1px solid rgba(255, 250, 242, .2);
}

.hoc-how-revenue-ui__chart > span {
  position: relative;
  height: 100%;
}

.hoc-how-revenue-ui__chart > span::before {
  position: absolute;
  right: 7px;
  bottom: 21px;
  left: 7px;
  height: var(--bar-height);
  border-radius: 7px 7px 0 0;
  background: linear-gradient(to top, #a94b2e, #efa17d);
  content: "";
}

.hoc-how-revenue-ui__chart i {
  position: absolute;
  right: 0;
  bottom: calc(25px + var(--bar-height));
  left: 0;
  color: #fffaf2;
  font-size: 8px;
  font-style: normal;
  font-weight: 750;
  text-align: center;
}

.hoc-how-revenue-ui__chart b {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  color: rgba(255, 250, 242, .62);
  font-size: 8px;
  text-align: center;
}

.hoc-how-revenue-ui__legend {
  display: flex;
  margin-top: 8px;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 250, 242, .56);
  font-size: 8px;
}

.hoc-how-revenue-ui__legend strong {
  max-width: 180px;
  color: rgba(255, 250, 242, .56);
  font-weight: 500;
  text-align: right;
}

.hoc-how-revenue-ui__status {
  display: flex;
  margin-top: 16px;
  padding-top: 13px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(255, 250, 242, .15);
}

.hoc-how-revenue-ui__status span {
  color: rgba(255, 250, 242, .66);
  font-size: 9px;
}

.hoc-how-revenue-ui__status b {
  color: #efa17d;
  font-size: 9px;
  text-align: right;
}

.hoc-how-engine__detail {
  position: relative;
  max-width: 430px;
}

.hoc-how-engine__number {
  display: flex;
  margin: 0 0 8px;
  align-items: center;
  gap: 16px;
}

.hoc-how-engine__number span {
  width: 54px;
  height: 1px;
  margin-left: -70px;
  background: var(--hoc-rust);
}

.hoc-how-engine__number b {
  color: var(--hoc-rust);
  font-size: 17px;
  font-weight: 750;
  letter-spacing: .06em;
}

.hoc-how-engine__role {
  margin: 0 0 8px;
  color: var(--hoc-muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hoc-how-engine__detail h2 {
  margin: 0;
  color: var(--hoc-ink);
  font-family: Ftbase, Arial, sans-serif;
  font-size: clamp(25px, 2.5vw, 32px);
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.hoc-how-engine__detail > p:last-child {
  margin: 16px 0 0;
  color: var(--hoc-muted);
  font-size: 15px;
  line-height: 1.65;
}

.hoc-how-engine__connector {
  height: 54px;
}

.hoc-how-engine__connector span {
  display: none;
}

.hoc-how-engine__actions {
  display: flex;
  margin-top: clamp(70px, 8vw, 96px);
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.hoc-how-page .hoc-how-faq {
  border-top: 0;
  background: #f1eadd;
}

@media (max-width: 980px) {
  .hoc-how-engine__row,
  .hoc-how-engine__connector {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
    column-gap: 54px;
  }

  .hoc-how-engine__number span {
    width: 34px;
    margin-left: -46px;
  }
}

@media (max-width: 780px) {
  .hoc-how-engine__row {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hoc-how-engine__connector {
    height: 54px;
    grid-template-columns: 1fr;
  }

  .hoc-how-engine__stage {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
  }

  .hoc-how-engine__detail {
    max-width: 590px;
    margin: 0 auto;
  }

  .hoc-how-engine__number span {
    width: 44px;
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .hoc-how-engine {
    padding: 72px 20px 86px;
  }

  .hoc-how-engine h1 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .hoc-how-engine__lede {
    font-size: 17px;
  }

  .hoc-how-engine__map {
    margin-top: 72px;
  }

  .hoc-how-engine__stage {
    width: 100%;
  }

  .hoc-how-engine__stage--plan {
    min-height: 470px;
    padding: 28px 14px;
    border-radius: 24px;
  }

  .hoc-how-plan-ui__header,
  .hoc-how-plan-ui__goal {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hoc-how-plan-ui__assignment {
    margin-right: 16px;
    margin-left: 16px;
  }

  .hoc-how-plan-ui__footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hoc-how-engine__stage--client {
    min-height: 0;
    padding: 28px 14px;
    border-radius: 24px;
  }

  .hoc-how-client-ui__notice {
    top: 82px;
    left: 12px;
  }

  .hoc-how-client-ui__streak {
    right: 10px;
    bottom: 62px;
  }

  .hoc-how-client-phone {
    width: 226px;
    transform: scale(.94);
  }

  .hoc-how-engine__stage--revenue {
    min-height: 430px;
    padding: 28px 14px;
    border-radius: 24px;
  }

  .hoc-how-revenue-ui {
    padding: 20px 16px 18px;
  }

  .hoc-how-revenue-ui__amount strong {
    font-size: 42px;
  }

  .hoc-how-revenue-ui__chart {
    gap: 8px;
  }

  .hoc-how-revenue-ui__legend {
    align-items: flex-start;
    flex-direction: column;
  }

  .hoc-how-revenue-ui__legend strong {
    text-align: left;
  }

  .hoc-how-engine__detail h2 {
    font-size: 29px;
  }

  .hoc-how-engine__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hoc-how-engine__actions .hoc-fn-button {
    justify-content: center;
  }

  .hoc-how-plan-spark {
    right: 15px;
  }

  .hoc-how-plan-agent--autopilot {
    top: 39px;
    right: 8px;
  }

  .hoc-how-plan-agent--cbt {
    bottom: 27px;
    left: 8px;
  }

  .hoc-how-plan-agent {
    padding: 7px 9px 7px 7px;
    gap: 6px;
  }

  .hoc-how-plan-agent > span {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }

  .hoc-how-plan-agent small {
    font-size: 6px;
  }

  .hoc-how-plan-agent strong {
    font-size: 9px;
  }

  .hoc-how-plan-agent em {
    font-size: 6px;
  }

  .hoc-how-plan-workspace__builder {
    padding: 11px;
  }

  .hoc-how-plan-workspace__path {
    gap: 3px;
  }

  .hoc-how-plan-workspace__path li {
    font-size: 6px;
  }

  .hoc-how-plan-workspace__path li:not(:last-child)::after {
    margin-left: 3px;
  }

  .hoc-how-client-dashboard {
    padding: 13px;
    border-radius: 18px;
  }

  .hoc-how-client-dashboard__header strong {
    font-size: 14px;
  }

  .hoc-how-client-dashboard__intro,
  .hoc-how-client-dashboard__tasks li {
    padding: 10px;
  }

  .hoc-how-client-dashboard__note {
    right: 12px;
    bottom: 17px;
  }
}
