.start-hero {
  align-items: center;
}

.start-assurance {
  max-width: 760px;
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 5px solid var(--yellow);
  color: #514c47;
  font-size: 14px;
}

.start-prompt-card {
  background: var(--yellow);
}

.start-prompt-card > strong {
  margin-bottom: 22px;
  color: var(--ink);
}

.start-prompt-card ol {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.start-prompt-card li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(23, 22, 22, 0.38);
}

.start-prompt-card li span:first-child {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.start-prompt-card li p {
  margin: 0;
  font-weight: 780;
}

.start-prompt-card > p:last-child {
  margin: 0;
  font-size: 13px;
}

.start-strip {
  margin-bottom: clamp(70px, 8vw, 116px);
}

.start-choice-section {
  padding-top: 0;
}

.start-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.start-choice-card {
  display: flex;
  min-height: 590px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(30px, 4vw, 52px);
  background: var(--surface);
  border: var(--line);
  border-radius: 26px 26px 0 26px;
}

.start-choice-primary {
  background: var(--coral);
}

.start-choice-card > span {
  display: block;
  margin-bottom: 56px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.start-choice-card h3 {
  margin-bottom: 16px;
  font-size: clamp(31px, 3vw, 48px);
}

.start-choice-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 34px;
  padding: 0;
  list-style: none;
}

.start-choice-card li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
}

.start-choice-card li::before {
  font-weight: 900;
  content: "\2713";
}

.start-choice-card .button {
  margin-top: auto;
}

.start-form-link {
  border-color: var(--ink);
}

.start-process {
  border-top-color: rgba(255, 255, 255, 0.4);
}

.start-process .core-step {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

.start-process .core-step > span {
  color: var(--yellow);
}

.start-boundary {
  padding-bottom: clamp(80px, 10vw, 150px);
}

.start-final-cta {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto clamp(34px, 5vw, 70px);
}

@media (max-width: 780px) {
  .start-choice-grid {
    grid-template-columns: 1fr;
  }

  .start-choice-card {
    min-height: 0;
  }

  .start-choice-card > span {
    margin-bottom: 32px;
  }

  .start-choice-card .button {
    margin-top: 12px;
  }

  .start-final-cta {
    width: min(calc(100% - 24px), var(--max));
  }
}
