.entrepreneur-hero {
  min-height: auto;
  padding-block: 132px 82px;
}

.entrepreneur-hero .hero-grid {
  align-items: end;
}

.entrepreneur-hero .hero-lead {
  max-width: 62ch;
}

.entrepreneur-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
  color: var(--paper-muted);
  font-size: 13px;
  list-style: none;
}

.entrepreneur-signals li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.entrepreneur-signals li::before {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lila-bright);
  content: "";
}

.entrepreneur-trust {
  border-bottom: 1px solid var(--line);
  background: var(--bg-raised);
}

.entrepreneur-trust__inner {
  display: grid;
  align-items: center;
  gap: 30px;
  padding-block: 28px;
  grid-template-columns: minmax(240px, 1.3fr) minmax(0, 1.7fr);
}

.entrepreneur-trust__statement {
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.08;
  text-wrap: balance;
}

.entrepreneur-trust__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.entrepreneur-trust__facts div {
  min-width: 0;
  padding-inline: 24px;
  border-left: 1px solid var(--line);
}

.entrepreneur-trust__facts dt {
  color: var(--paper-faint);
  font-size: 11px;
}

.entrepreneur-trust__facts dd {
  margin-top: 4px;
  color: var(--paper);
  font-size: 14px;
}

.moment-routes {
  border-top: 1px solid var(--line);
  counter-reset: moment;
}

.moment-route {
  display: grid;
  align-items: center;
  gap: clamp(24px, 5vw, 66px);
  padding-block: clamp(34px, 5vw, 54px);
  border-bottom: 1px solid var(--line);
  counter-increment: moment;
  grid-template-columns: 64px minmax(190px, 0.72fr) minmax(0, 1fr) auto;
}

.moment-route::before {
  align-self: start;
  color: var(--lila-bright);
  content: "0" counter(moment);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.moment-route h3 {
  font-family: var(--serif);
  font-size: clamp(30px, 4.4vw, 48px);
  font-weight: 400;
  line-height: 1;
  text-wrap: balance;
}

.moment-route p {
  max-width: 56ch;
  color: var(--paper-muted);
  font-size: 15px;
  text-wrap: pretty;
}

.moment-route .text-link {
  min-height: 44px;
  margin-top: 0;
  white-space: nowrap;
}

.entrepreneur-case {
  display: grid;
  align-items: center;
  gap: clamp(46px, 8vw, 100px);
  grid-template-columns: minmax(420px, 1.12fr) minmax(0, 0.88fr);
}

.entrepreneur-case__media {
  overflow: hidden;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0e0e10;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
}

.entrepreneur-case__media img {
  width: 100%;
  border-radius: 5px;
}

.entrepreneur-case__copy h2 {
  margin-top: 14px;
  font-family: var(--serif);
  font-size: clamp(40px, 5.4vw, 66px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.02;
  text-wrap: balance;
}

.entrepreneur-case__copy > p:not(.section-kicker) {
  max-width: 60ch;
  margin-top: 20px;
  color: var(--paper-muted);
}

.entrepreneur-case__result {
  margin-top: 28px;
  padding: 4px 0 4px 22px;
  border-left: 2px solid var(--lila);
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(23px, 2.8vw, 31px);
  line-height: 1.25;
  text-wrap: pretty;
}

.solution-paths,
.price-paths {
  border-top: 1px solid var(--line);
}

.solution-path,
.price-path {
  display: grid;
  gap: clamp(24px, 5vw, 64px);
  padding-block: 32px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(200px, 0.66fr) minmax(0, 1.34fr);
}

.solution-path h3,
.price-path h3 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.8vw, 42px);
  font-weight: 400;
  line-height: 1.06;
}

.solution-path__body > p,
.price-path__body > p {
  max-width: 64ch;
  color: var(--paper-muted);
}

.solution-path__body ul {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  color: var(--paper-muted);
  list-style: none;
}

.solution-path__body li {
  position: relative;
  padding-left: 18px;
}

.solution-path__body li::before {
  position: absolute;
  top: 0.73em;
  left: 0;
  width: 5px;
  height: 1px;
  background: var(--lila-bright);
  content: "";
}

.price-path__price {
  margin-bottom: 10px;
  color: var(--paper);
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.ai-principle {
  max-width: 920px;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(168, 159, 240, 0.3);
  border-radius: var(--radius);
  background: rgba(139, 125, 245, 0.06);
}

.ai-principle h3 {
  max-width: 26ch;
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.08;
}

.ai-principle p {
  max-width: 70ch;
  margin-top: 18px;
  color: var(--paper-muted);
}

.contact-brief-section {
  scroll-margin-top: 88px;
  background: var(--bg-raised);
}

.contact-brief-layout {
  display: grid;
  align-items: start;
  gap: clamp(48px, 8vw, 100px);
  grid-template-columns: minmax(260px, 0.72fr) minmax(440px, 1.28fr);
}

.contact-brief-intro {
  position: sticky;
  top: 116px;
}

.contact-brief-intro h2 {
  margin-top: 14px;
  font-family: var(--serif);
  font-size: clamp(42px, 5.8vw, 68px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.99;
  text-wrap: balance;
}

.contact-brief-intro > p:not(.section-kicker) {
  max-width: 52ch;
  margin-top: 22px;
  color: var(--paper-muted);
}

.contact-brief__promise {
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--paper) !important;
  font-size: 14px;
  font-weight: 500;
}

.contact-brief {
  min-width: 0;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0d0d0f;
}

.contact-brief [hidden] {
  display: none !important;
}

.contact-brief__progress {
  margin-bottom: 34px;
}

.contact-brief__progress-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 11px;
  color: var(--paper-muted);
  font-size: 12px;
}

.contact-brief__progress-track {
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  border: 0;
  appearance: none;
  background: var(--line);
}

.contact-brief__progress-track::-webkit-progress-bar {
  background: var(--line);
}

.contact-brief__progress-track::-webkit-progress-value {
  background: var(--lila-bright);
  transition: none;
}

.contact-brief__progress-track::-moz-progress-bar {
  background: var(--lila-bright);
  transition: none;
}

.contact-brief__progress-track > [data-brief-progressbar] {
  display: block;
  width: var(--brief-progress, 25%);
  height: 100%;
  background: var(--lila-bright);
  transition: none;
}

.contact-brief__errors {
  min-height: 0;
  margin-bottom: 0;
  color: #f4b7b7;
  font-size: 13px;
  font-weight: 500;
}

.contact-brief__errors:not(:empty) {
  margin-bottom: 22px;
  padding: 12px 14px;
  border-left: 2px solid #d88787;
  background: rgba(216, 135, 135, 0.08);
}

.contact-brief__step + .contact-brief__step {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.contact-brief--enhanced .contact-brief__step + .contact-brief__step {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.contact-brief__step-label {
  margin-bottom: 22px;
  color: var(--lila-bright);
  font-size: 12px;
  font-weight: 500;
}

.contact-brief fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-brief fieldset + fieldset,
.contact-brief__field + .contact-brief__field {
  margin-top: 34px;
}

.contact-brief legend,
.contact-brief__label,
.contact-brief__field > label {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(26px, 3.3vw, 36px);
  line-height: 1.12;
  text-wrap: balance;
}

.contact-brief__choices,
.contact-brief__options {
  display: grid;
  border-top: 1px solid var(--line);
}

.contact-brief__choice,
.contact-brief__option {
  display: grid;
  min-height: 54px;
  align-items: center;
  gap: 14px;
  padding: 13px 4px;
  border-bottom: 1px solid var(--line);
  color: var(--paper-muted);
  cursor: pointer;
  font-size: 14px;
  grid-template-columns: 20px minmax(0, 1fr);
  transition: color 180ms ease, background 180ms ease;
}

.contact-brief__choice:hover,
.contact-brief__option:hover {
  padding-inline: 10px;
  background: rgba(245, 241, 232, 0.025);
  color: var(--paper);
}

.contact-brief__choice:has(input:checked),
.contact-brief__option:has(input:checked) {
  color: var(--paper);
}

.contact-brief__choice:has(input:focus-visible),
.contact-brief__option:has(input:focus-visible) {
  outline: 2px solid var(--lila-bright);
  outline-offset: 3px;
}

.contact-brief__choice input,
.contact-brief__option input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--lila-bright);
}

.contact-brief__microcopy,
.contact-brief__help {
  margin: -7px 0 17px;
  color: var(--paper-faint);
  font-size: 12px;
}

.contact-brief__input,
.contact-brief__textarea,
.contact-brief__field input,
.contact-brief__field textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--bg);
  color: var(--paper);
  font: inherit;
  line-height: 1.55;
  transition: border-color 180ms ease, background 180ms ease;
}

.contact-brief__input,
.contact-brief__field input {
  min-height: 52px;
  padding: 12px 14px;
}

.contact-brief__textarea,
.contact-brief__field textarea {
  min-height: 154px;
  padding: 14px;
  resize: vertical;
}

.contact-brief__input:hover,
.contact-brief__textarea:hover,
.contact-brief__field input:hover,
.contact-brief__field textarea:hover {
  border-color: rgba(245, 241, 232, 0.34);
}

.contact-brief__input::placeholder,
.contact-brief__textarea::placeholder,
.contact-brief__field input::placeholder,
.contact-brief__field textarea::placeholder {
  color: var(--paper-faint);
}

.contact-brief__count {
  display: block;
  margin-top: 7px;
  color: var(--paper-faint);
  font-size: 11px;
  text-align: right;
}

.contact-brief .has-error .contact-brief__input,
.contact-brief .has-error .contact-brief__textarea,
.contact-brief .has-error .contact-brief__choices,
.contact-brief .has-error .contact-brief__options,
.contact-brief .has-error input,
.contact-brief .has-error textarea {
  border-color: rgba(216, 135, 135, 0.7);
}

.contact-brief__field-error {
  margin-top: 10px;
  color: #f4b7b7;
  font-size: 12px;
}

.contact-brief__navigation,
.contact-brief__actions,
.contact-brief__channels {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 32px;
}

.contact-brief__navigation {
  justify-content: space-between;
}

.contact-brief button {
  min-height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: var(--pill);
  padding: 11px 20px;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 500;
  transition: transform 180ms var(--ease), border-color 180ms ease, background 180ms ease;
}

.contact-brief button:hover {
  transform: translateY(-2px);
  border-color: var(--paper-muted);
  background: rgba(245, 241, 232, 0.05);
}

.contact-brief button[data-brief-next] {
  margin-left: auto;
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.contact-brief button[data-brief-next]:hover {
  border-color: var(--lila-bright);
  background: var(--lila-bright);
}

.contact-brief__actions .button,
.contact-brief__channels .button {
  flex: 1 1 210px;
  white-space: normal;
  text-align: center;
}

.contact-brief__actions button.button-primary,
.contact-brief__channels .button-primary {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.contact-brief__actions button.button-primary:hover,
.contact-brief__channels .button-primary:hover {
  border-color: var(--lila-bright);
  background: var(--lila-bright);
}

.contact-brief__privacy {
  margin-top: 18px;
  color: var(--paper-faint);
  font-size: 11.5px;
  line-height: 1.6;
}

.contact-brief__privacy a {
  color: var(--paper-muted);
  text-decoration: underline;
  text-decoration-color: rgba(168, 159, 240, 0.5);
  text-underline-offset: 3px;
}

.contact-brief__fallback-note {
  margin-top: 24px;
  color: var(--paper-faint);
  font-size: 12px;
}

.contact-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact-direct a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--paper-muted);
  font-size: 13px;
  text-decoration: underline;
  text-decoration-color: rgba(168, 159, 240, 0.38);
  text-underline-offset: 4px;
}

.contact-direct a:hover {
  color: var(--paper);
  text-decoration-color: var(--lila-bright);
}

.entrepreneur-lower {
  display: grid;
  gap: clamp(44px, 8vw, 92px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
}

.entrepreneur-lower h2 {
  font-family: var(--serif);
  font-size: clamp(36px, 4.8vw, 54px);
  font-weight: 400;
  line-height: 1.05;
}

.entrepreneur-lower p {
  max-width: 65ch;
  margin-top: 18px;
  color: var(--paper-muted);
}

.entrepreneur-lower__links {
  display: grid;
  align-content: start;
  border-top: 1px solid var(--line);
}

.entrepreneur-lower__links a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--paper-muted);
  font-size: 14px;
  transition: color 180ms ease;
}

.entrepreneur-lower__links a:hover {
  padding-inline: 8px;
  color: var(--paper);
}

@media (max-width: 980px) {
  .entrepreneur-trust__inner,
  .entrepreneur-case,
  .contact-brief-layout,
  .entrepreneur-lower {
    grid-template-columns: 1fr;
  }

  .entrepreneur-trust__facts div:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .contact-brief-intro {
    position: static;
  }

  .entrepreneur-case__media {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .entrepreneur-hero {
    padding-block: 108px 68px;
  }

  .entrepreneur-signals {
    display: grid;
    gap: 8px;
  }

  .entrepreneur-trust__facts {
    grid-template-columns: 1fr;
  }

  .entrepreneur-trust__facts div,
  .entrepreneur-trust__facts div:first-child {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .entrepreneur-trust__facts div:last-child {
    border-bottom: 0;
  }

  .moment-route {
    gap: 10px 18px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .moment-route h3,
  .moment-route p,
  .moment-route .text-link {
    grid-column: 2;
  }

  .moment-route::before {
    grid-row: 1;
  }

  .solution-path,
  .price-path {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .contact-brief {
    padding: 24px 20px;
  }

  .contact-brief__choice:hover {
    padding-inline: 4px;
    background: transparent;
  }
}

@media (max-width: 520px) {
  .contact-brief__navigation,
  .contact-brief__actions,
  .contact-brief__channels {
    flex-direction: column;
  }

  .contact-brief button,
  .contact-brief__actions .button,
  .contact-brief__channels .button {
    width: 100%;
    flex-basis: auto;
  }

  .contact-brief button[data-brief-next] {
    margin-left: 0;
  }

  .contact-direct {
    display: grid;
    gap: 0;
  }

  .contact-direct a {
    border-bottom: 1px solid var(--line);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-brief__progress-track > [data-brief-progressbar],
  .contact-brief__progress-track::-webkit-progress-value,
  .contact-brief__progress-track::-moz-progress-bar {
    transition: none;
  }

  .contact-brief__progress-track::after,
  .contact-brief__choice,
  .contact-brief__option,
  .contact-brief button,
  .entrepreneur-lower__links a {
    transition: none;
  }
}
