:root {
  --ink: #121126;
  --navy: #111831;
  --navy-2: #182348;
  --paper: #fffefa;
  --lilac: #ebe5ff;
  --purple: #7147ff;
  --purple-dark: #5631d9;
  --lime: #b5ec43;
  --orange: #ffb543;
  --coral: #ff6b7d;
  --muted: #5f6982;
  --line: #18162b;
  --softline: #d9d7e5;
  --shadow: 7px 8px 0 rgba(17, 16, 37, 0.72);
  --max: 1120px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #edf0fb;
  color: var(--ink);
  font-family:
    "DM Sans",
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
}
button,
input,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
}
.skip-link {
  position: fixed;
  left: 12px;
  top: -70px;
  z-index: 50;
  padding: 12px 16px;
  border: 2px solid var(--line);
  background: #fff;
  border-radius: 10px;
  font-weight: 800;
}
.skip-link:focus {
  top: 12px;
}
.plan-header {
  width: min(var(--max), calc(100% - 40px));
  margin: auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.plan-brand {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.05em;
}
.plan-brand img {
  display: block;
  border-radius: 10px;
}
.back-home {
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  color: #3d4362;
}
.back-home:hover {
  text-decoration: underline;
}
.plan-hero {
  position: relative;
  overflow: hidden;
  min-height: 472px;
  padding: 56px max(20px, calc((100vw - var(--max)) / 2)) 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.93fr);
  gap: 46px;
  align-items: center;
  background:
    radial-gradient(
      450px 380px at 86% 38%,
      rgba(117, 76, 255, 0.65),
      transparent 68%
    ),
    radial-gradient(
      560px 390px at 5% -10%,
      rgba(104, 163, 255, 0.23),
      transparent 70%
    ),
    var(--navy);
  color: #fff;
}
.plan-hero:before,
.form-zone:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(175, 191, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(175, 191, 255, 0.11) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000, transparent 96%);
}
.hero-copy,
.plan-builder {
  position: relative;
  z-index: 1;
}
.eyebrow {
  margin: 0 0 12px;
  color: #8ab4ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.plan-hero .eyebrow,
.final-cta .eyebrow {
  color: #b7a5ff;
}
.plan-hero h1,
.form-intro h2,
.section h2,
.final-cta h2 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.06em;
  line-height: 1.04;
  margin: 0;
}
.plan-hero h1 {
  max-width: 700px;
  font-size: clamp(42px, 5vw, 70px);
}
em {
  font-style: normal;
  display: inline;
  color: inherit;
  background: linear-gradient(transparent 58%, var(--lime) 58%);
  padding: 0 0.05em;
}
.plan-hero h1 em {
  color: var(--ink);
  background: var(--lime);
  border-radius: 0.18em;
  padding: 0.02em 0.14em;
  white-space: nowrap;
}
.hero-lede {
  max-width: 620px;
  margin: 23px 0 0;
  color: #d6daf0;
  font-size: 18px;
  line-height: 1.6;
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 17px;
  margin-top: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.hero-proof span:before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-weight: 900;
}
.plan-builder {
  margin: 0;
  max-width: 600px;
}
.builder-svg {
  display: block;
  width: 100%;
  height: auto;
}
.plan-builder figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 11px;
  margin: 7px auto 0;
  color: #e4e1ff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.plan-builder figcaption b {
  color: var(--lime);
  font-size: 16px;
}
.pbf-answer,
.pbf-doc,
.pbf-gap,
.pbf-plan {
  transform-box: fill-box;
  transform-origin: center;
}
.pbf-answer-one {
  animation: pbfIn 5.5s ease-in-out 0s 2 both;
}
.pbf-answer-two {
  animation: pbfIn 5.5s ease-in-out 0.35s 2 both;
}
.pbf-answer-three {
  animation: pbfIn 5.5s ease-in-out 0.7s 2 both;
}
.pbf-doc-one {
  animation: pbfDoc 5.5s ease-in-out 1.15s 2 both;
}
.pbf-doc-two {
  animation: pbfDoc 5.5s ease-in-out 1.4s 2 both;
}
.pbf-doc-three {
  animation: pbfDoc 5.5s ease-in-out 1.65s 2 both;
}
.pbf-gap {
  animation: pbfGap 5.5s ease-in-out 2.15s 2 both;
}
.pbf-plan {
  animation: pbfPlan 5.5s ease-in-out 2.6s 2 both;
}
@keyframes pbfIn {
  0%,
  8% {
    opacity: 0;
    transform: translateX(-18px);
  }
  18%,
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pbfDoc {
  0%,
  16% {
    opacity: 0;
    transform: translateY(18px) scale(0.92);
  }
  28%,
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pbfGap {
  0%,
  35% {
    opacity: 0;
    transform: scale(0.68);
  }
  45%,
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pbfPlan {
  0%,
  44% {
    opacity: 0;
    transform: translateX(20px) rotate(4deg);
  }
  55%,
  100% {
    opacity: 1;
    transform: none;
  }
}
.form-zone {
  position: relative;
  padding: 86px 20px 96px;
  background: linear-gradient(135deg, #edf0ff, #f9f8ff 42%, #ede9ff);
}
.form-shell {
  position: relative;
  z-index: 1;
  width: min(970px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: start;
  gap: 45px;
}
.form-intro {
  position: sticky;
  top: 26px;
  padding-top: 31px;
}
.form-intro .eyebrow,
.section .eyebrow {
  color: #6540e5;
}
.form-intro h2,
.section h2 {
  font-size: clamp(30px, 3.6vw, 48px);
}
.form-intro h2 em,
.section h2 em {
  background: linear-gradient(transparent 61%, #cbbdff 61%);
}
.form-intro p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
  font-size: 16px;
}
.plan-form {
  position: relative;
  background: var(--paper);
  border: 3px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.form-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.form-step {
  flex: none;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.progress {
  height: 8px;
  flex: 1;
  overflow: hidden;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: #e4e1ef;
}
.progress i {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--purple);
  transition: width 0.28s ease;
}
.plan-step {
  border: 0;
  padding: 0;
  margin: 0;
}
.plan-step[hidden] {
  display: none;
}
.plan-step legend {
  padding: 0;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.1;
}
.field-hint {
  margin: 10px 0 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.choice-grid label,
.choice-row label {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  border: 2px solid var(--line);
  border-radius: 13px;
  background: #fff;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  box-shadow: 3px 3px 0 rgba(18, 17, 38, 0.18);
  cursor: pointer;
  transition:
    transform 0.16s ease,
    background 0.16s ease,
    box-shadow 0.16s ease;
}
.choice-grid label:hover,
.choice-row label:hover {
  transform: translateY(-2px);
  background: #f6f3ff;
}
.choice-grid input,
.choice-row input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
}
.choice-grid label:has(input:checked),
.choice-row label:has(input:checked) {
  border-color: var(--purple);
  background: #ece7ff;
  box-shadow: 4px 5px 0 var(--purple);
}
.choice-grid label:has(input:checked):after,
.choice-row label:has(input:checked):after {
  content: "✓";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-left: auto;
  border: 2px solid var(--line);
  border-radius: 50%;
  background: var(--lime);
  font-weight: 900;
}
.choice-grid label:has(input:focus-visible),
.choice-row label:has(input:focus-visible) {
  outline: 4px solid rgba(113, 71, 255, 0.3);
  outline-offset: 2px;
}
.one-choice label:last-child {
  grid-column: span 2;
}
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.field-grid label,
.website-field,
.details-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
  color: #343851;
}
.field-grid label.wide {
  grid-column: 1/-1;
}
.field-grid input,
.website-field input,
.details-field textarea {
  width: 100%;
  min-height: 49px;
  border: 2px solid var(--line);
  border-radius: 11px;
  background: #fff;
  padding: 12px 13px;
  color: var(--ink);
  font-size: 16px;
  outline: 0;
}
.field-grid input:focus,
.website-field input:focus,
.details-field textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(113, 71, 255, 0.15);
}
small {
  font-size: 0.81em;
  font-weight: 700;
  color: var(--muted);
}
.site-status,
.investment {
  margin: 20px 0 0;
  padding: 0;
  border: 0;
}
.site-status legend,
.investment legend {
  padding: 0;
  font-size: 14px;
  font-weight: 900;
  color: #343851;
}
.choice-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}
.website-field {
  margin-top: 14px;
}
.native-current-system {
  display: none;
  flex-direction: column;
  gap: 7px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 800;
  color: #343851;
}
.native-current-system select {
  min-height: 49px;
  border: 2px solid var(--line);
  border-radius: 11px;
  background: #fff;
  padding: 10px 12px;
  color: var(--ink);
  font: inherit;
}
.field-context-error {
  margin: 10px 0 0;
  padding: 9px 11px;
  border: 2px solid #cf3658;
  border-radius: 9px;
  background: #fff0f3;
  color: #8c1d3a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
[aria-invalid="true"] {
  border-color: #cf3658 !important;
  box-shadow: 0 0 0 4px rgba(207, 54, 88, 0.14);
}
.multi-choice label {
  min-height: 54px;
}
.multi-choice label:has(input:checked):after {
  content: "✓";
  background: #dfff91;
}
.investment {
  padding-top: 22px;
  margin-top: 24px;
  border-top: 2px dashed #c7c3d8;
}
.investment .field-hint {
  font-size: 13px;
  margin-bottom: 14px;
}
.compact {
  grid-template-columns: repeat(2, 1fr);
}
.compact label {
  min-height: 49px;
  font-size: 13px;
}
.intent-note {
  display: flex;
  justify-content: space-between;
  gap: 13px;
  align-items: center;
  margin: 0 0 18px;
  padding: 11px 12px;
  border: 2px solid #a899ff;
  border-radius: 11px;
  background: #f0edff;
  font-size: 13px;
}
.intent-note button,
.details-toggle,
.back-button {
  border: 0;
  background: transparent;
  padding: 4px;
  color: #4e2ed1;
  font-weight: 900;
  text-decoration: underline;
}
.details-toggle {
  margin: 19px 0 0;
  padding: 0;
  color: #40337d;
  font-size: 14px;
}
.details-field {
  margin-top: 11px;
}
.details-field textarea {
  min-height: 90px;
  resize: vertical;
}
.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 22px;
  color: #535d75;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.consent input {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  accent-color: var(--purple);
}
.consent a {
  font-weight: 900;
}
.microcopy {
  margin: 16px 0 0;
  color: #65708c;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.form-error {
  margin: 17px 0 0;
  padding: 11px 12px;
  border: 2px solid #c34259;
  border-radius: 10px;
  background: #ffedf0;
  color: #9e283e;
  font-size: 14px;
  font-weight: 800;
}
.form-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}
.form-next,
.final-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  border: 3px solid var(--line);
  border-radius: 13px;
  background: var(--orange);
  box-shadow: 5px 5px 0 rgba(18, 17, 38, 0.75);
  padding: 13px 17px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.form-next {
  flex: 1;
}
.form-next:hover,
.final-button:hover,
.orange-link:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 rgba(18, 17, 38, 0.75);
}
.form-next:disabled {
  opacity: 0.65;
  cursor: wait;
}
.back-button {
  min-height: 48px;
  text-decoration: none;
  color: #333952;
}
.form-complete {
  padding: 8px 0;
  text-align: center;
}
.complete-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 3px solid var(--line);
  border-radius: 50%;
  margin: 0 auto 17px;
  background: var(--lime);
  font-size: 32px;
  font-weight: 900;
  box-shadow: 5px 5px 0 rgba(18, 17, 38, 0.72);
}
.form-complete h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 31px;
  letter-spacing: -0.05em;
}
.form-complete > p {
  color: var(--muted);
  line-height: 1.55;
}
.request-summary {
  margin: 21px 0;
  padding: 15px;
  border: 2px solid var(--line);
  border-radius: 13px;
  background: #f4f1ff;
  text-align: left;
}
.request-summary p {
  margin: 7px 0;
  color: #454b61;
  font-size: 14px;
}
.request-summary b {
  color: var(--ink);
}
.review-steps {
  padding-left: 20px;
  text-align: left;
  color: #414a61;
  font-size: 14px;
  line-height: 1.55;
}
.review-steps li + li {
  margin-top: 5px;
}
.schedule-link {
  margin-top: 18px;
}
.choose-later {
  display: inline-block;
  margin-top: 15px;
  color: #4b3cad;
  font-size: 13px;
  font-weight: 800;
}
.section {
  padding: 92px 20px;
}
.content-wrap {
  width: min(var(--max), 100%);
  margin: auto;
}
.section-lede {
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.includes {
  background: var(--paper);
}
.include-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 33px;
}
.include-grid article {
  min-height: 222px;
  padding: 22px;
  border: 3px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 6px 7px 0 rgba(18, 17, 38, 0.68);
}
.include-grid article:nth-child(2) {
  background: #eeebff;
}
.include-grid article:nth-child(3) {
  background: #f4ffd9;
}
.include-grid article:nth-child(4) {
  background: #fff1d5;
}
.include-grid span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid var(--line);
  border-radius: 10px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}
.include-grid h3 {
  margin: 23px 0 8px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.include-grid p {
  margin: 0;
  color: #4e566d;
  line-height: 1.5;
  font-size: 14px;
}
.how {
  background: var(--navy);
  color: #fff;
}
.how .eyebrow {
  color: #a9c8ff;
}
.how h2 em {
  background: linear-gradient(transparent 60%, #805eff 60%);
}
.how ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  padding: 0;
  margin: 41px 0 0;
  list-style: none;
}
.how li {
  display: flex;
  gap: 14px;
}
.how li > b {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 39px;
  height: 39px;
  border: 2px solid #e6e2ff;
  border-radius: 50%;
  background: #703fff;
  color: #fff;
}
.how h3 {
  margin: 5px 0 7px;
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  letter-spacing: -0.04em;
}
.how p {
  margin: 0;
  color: #cbd1e6;
  line-height: 1.5;
  font-size: 14px;
}
.sample {
  background: linear-gradient(135deg, #f0edff, #fffefa);
}
.sample-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 65px;
  align-items: center;
}
.orange-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  border: 3px solid var(--line);
  border-radius: 12px;
  background: var(--orange);
  box-shadow: 5px 5px 0 rgba(18, 17, 38, 0.72);
  padding: 13px 17px;
  font-weight: 900;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.sample-card {
  border: 3px solid var(--line);
  border-radius: 20px;
  background: #fff;
  padding: 19px;
  box-shadow: 8px 9px 0 rgba(18, 17, 38, 0.72);
}
.sample-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--line);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.09em;
}
.sample-top span {
  padding: 7px 9px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
}
.score-row {
  display: flex;
  align-items: end;
  gap: 2px;
  margin: 20px 0;
}
.score-row strong {
  font-family: "Manrope", sans-serif;
  font-size: 55px;
  line-height: 0.85;
  color: var(--purple);
}
.score-row small {
  margin-bottom: 4px;
}
.score-row i {
  width: 72px;
  height: 72px;
  margin-left: auto;
  border: 10px solid var(--orange);
  border-top-color: var(--purple);
  border-radius: 50%;
}
.sample-item {
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 7px 10px;
  align-items: center;
  margin-top: 13px;
  font-size: 14px;
  font-weight: 900;
}
.sample-item i {
  grid-column: 1/-1;
  display: block;
  height: 11px;
  overflow: hidden;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: #efeff6;
}
.sample-item i:after {
  content: "";
  display: block;
  height: 100%;
  width: 85%;
  background: var(--purple);
}
.sample-item:nth-of-type(3) i:after {
  width: 72%;
  background: var(--orange);
}
.sample-item:nth-of-type(4) i:after {
  width: 79%;
  background: var(--orange);
}
.sample-item.active {
  padding: 9px;
  border: 2px solid var(--purple);
  border-radius: 10px;
  background: #f5f2ff;
}
.sample-card > p {
  margin: 19px 0 0;
  padding-top: 15px;
  border-top: 2px dashed #c8c3d9;
  color: #495169;
  font-size: 14px;
  line-height: 1.5;
}
.founder {
  background: #fff;
}
.founder-wrap {
  display: flex;
  align-items: center;
  gap: 28px;
}
.founder img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 3px solid var(--line);
  border-radius: 50%;
  box-shadow: 6px 7px 0 rgba(18, 17, 38, 0.62);
}
.founder h2 {
  max-width: 760px;
  font-size: clamp(28px, 3.5vw, 44px);
}
.founder > p {
  color: var(--muted);
}
.founder-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}
.founder-proof span {
  padding: 8px 10px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: #f5f2ff;
  font-size: 12px;
  font-weight: 800;
}
.faq {
  background: #f4f1ff;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 29px;
}
.faq details {
  border: 3px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 0 17px;
  box-shadow: 4px 5px 0 rgba(18, 17, 38, 0.5);
}
.faq summary {
  padding: 17px 24px 17px 0;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 23px;
  color: var(--purple);
}
.faq details[open] summary:after {
  content: "–";
}
.faq details p {
  margin: 0 0 17px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.final-cta {
  padding: 96px 20px;
  text-align: center;
  background:
    radial-gradient(
      470px 280px at 50% 45%,
      rgba(119, 80, 255, 0.46),
      transparent 75%
    ),
    var(--navy);
  color: #fff;
}
.final-cta > div {
  width: min(730px, 100%);
  margin: auto;
}
.final-cta h2 {
  font-size: clamp(36px, 5vw, 61px);
}
.final-cta h2 em {
  color: var(--ink);
  background: var(--lime);
  border-radius: 0.15em;
  padding: 0.04em 0.12em;
}
.final-button {
  margin-top: 26px;
  min-width: 280px;
}
.final-cta > div > p:last-child {
  margin: 18px 0 0;
  color: #cbd1e6;
  font-size: 13px;
  font-weight: 700;
}
.plan-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  width: min(var(--max), calc(100% - 40px));
  min-height: 100px;
  margin: auto;
  color: #58627b;
  font-size: 13px;
}
.plan-footer .plan-brand {
  margin-right: auto;
  color: var(--ink);
  font-size: 19px;
}
.plan-footer a:not(.plan-brand) {
  font-weight: 800;
  text-decoration: none;
}
.plan-footer a:not(.plan-brand):hover {
  text-decoration: underline;
}
.noscript-note {
  width: min(700px, calc(100% - 40px));
  margin: 20px auto;
  padding: 15px;
  border: 2px solid var(--line);
  background: #fff6cf;
  border-radius: 10px;
  font-weight: 700;
}
.noscript-submit {
  display: block;
  min-height: 54px;
  width: min(620px, calc(100% - 40px));
  margin: 0 auto 32px;
  border: 3px solid var(--line);
  border-radius: 13px;
  background: var(--orange);
  box-shadow: 5px 5px 0 rgba(18, 17, 38, 0.72);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 900;
}
@media (max-width: 860px) {
  .plan-hero {
    grid-template-columns: 1fr;
    padding-top: 40px;
    gap: 22px;
  }
  .plan-builder {
    max-width: 520px;
    margin: auto;
  }
  .form-shell {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .form-intro {
    position: static;
    padding-top: 0;
  }
  .include-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sample-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .how ol {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .founder-wrap {
    align-items: flex-start;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .plan-header {
    width: calc(100% - 30px);
    min-height: 69px;
  }
  .plan-brand {
    font-size: 19px;
  }
  .plan-brand img {
    width: 34px;
    height: 34px;
  }
  .back-home {
    font-size: 12px;
  }
  .plan-hero {
    padding: 38px 15px 48px;
  }
  .plan-hero h1 {
    font-size: clamp(38px, 11vw, 52px);
  }
  .plan-hero h1 em {
    display: block;
    max-width: 100%;
    white-space: normal;
  }
  .hero-lede {
    font-size: 16px;
  }
  .hero-proof {
    gap: 8px 12px;
    font-size: 12px;
  }
  .builder-svg {
    width: 112%;
    margin-left: -6%;
  }
  .plan-builder figcaption {
    font-size: 10px;
    gap: 5px;
  }
  .form-zone,
  .section {
    padding: 62px 15px;
  }
  .plan-form {
    padding: 20px 16px;
    border-radius: 18px;
  }
  .form-intro h2,
  .section h2 {
    font-size: 33px;
  }
  .choice-grid,
  .field-grid,
  .compact {
    grid-template-columns: 1fr;
  }
  .one-choice label:last-child {
    grid-column: auto;
  }
  .choice-grid label {
    min-height: 55px;
  }
  .field-grid label.wide {
    grid-column: auto;
  }
  .choice-row {
    grid-template-columns: 1fr;
  }
  .form-actions {
    position: sticky;
    bottom: 8px;
    padding-top: 12px;
    background: linear-gradient(transparent, #fffefa 25%);
  }
  .form-next {
    min-height: 56px;
  }
  .include-grid {
    grid-template-columns: 1fr;
  }
  .include-grid article {
    min-height: 0;
  }
  .founder-wrap {
    display: block;
  }
  .founder img {
    width: 104px;
    height: 104px;
    margin-bottom: 20px;
  }
  .founder-proof {
    display: grid;
  }
  .sample-card {
    padding: 14px;
  }
  .sample-top {
    font-size: 10px;
  }
  .score-row strong {
    font-size: 48px;
  }
  .plan-footer {
    width: calc(100% - 30px);
    padding: 23px 0;
    min-height: 0;
  }
  .plan-footer .plan-brand {
    margin-right: 0;
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .pbf-answer,
  .pbf-doc,
  .pbf-gap,
  .pbf-plan {
    animation: none;
  }
  .choice-grid label,
  .choice-row label,
  .form-next,
  .final-button,
  .orange-link {
    transition: none;
  }
}

/* Keep the first question within a normal desktop viewport and prevent the
   highlighted second line from running into the plan-builder illustration. */
@media (min-width: 861px) {
  .plan-hero {
    min-height: 405px;
    padding-top: 42px;
    padding-bottom: 44px;
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
    gap: 38px;
  }
  .plan-hero h1 {
    max-width: 680px;
    font-size: clamp(42px, 4.3vw, 61px);
  }
  .plan-hero h1 em {
    display: block;
    max-width: 100%;
    white-space: normal;
  }
  .hero-lede {
    max-width: 590px;
    margin-top: 17px;
    font-size: 17px;
    line-height: 1.55;
  }
  .hero-proof {
    margin-top: 19px;
  }
  .plan-builder {
    max-width: 535px;
  }
  .form-zone {
    padding-top: 46px;
  }
}

/* The request itself is the first experience. Keep the context useful, but
   never make a visitor scroll through a second hero to reach question one. */
body {
  background: #eef0f6;
}
.plan-header {
  min-height: 64px;
}
.plan-experience {
  padding: 0 20px 64px;
}
.plan-experience-wrap {
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr);
  width: min(var(--max), 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 3px solid var(--line);
  border-radius: 25px;
  background: #fff;
  box-shadow: 8px 9px 0 rgba(18, 17, 38, 0.72);
}
.plan-context {
  display: flex;
  min-height: 496px;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  padding: 34px 32px 30px;
  background-color: var(--navy);
  background-image:
    linear-gradient(rgba(175, 191, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(175, 191, 255, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  color: #fff;
}
.plan-context h1 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(35px, 3.35vw, 50px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.02;
}
.plan-context > div > p {
  max-width: 350px;
  margin: 18px 0 0;
  color: #d8dcef;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.52;
}
.compact-builder {
  width: min(100%, 430px);
  margin: auto 0 0;
}
.compact-builder svg {
  display: block;
  width: 100%;
  max-height: 120px;
}
.compact-builder figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 8px;
  margin-top: 7px;
  color: #e5e1ff;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.compact-builder figcaption b {
  color: var(--lime);
}
.plan-trust {
  margin: 0;
  color: #d9dded;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}
.pbc-answers,
.pbc-folder,
.pbc-plan,
.pbc-arrow-one,
.pbc-arrow-two {
  transform-box: fill-box;
  transform-origin: center;
}
.pbc-answers {
  animation: compactAnswers 5s ease-in-out 2 both;
}
.pbc-folder {
  animation: compactFolder 5s ease-in-out 2 both;
}
.pbc-plan {
  animation: compactPlan 5s ease-in-out 2 both;
}
.pbc-arrow-one,
.pbc-arrow-two {
  animation: compactArrow 5s ease-in-out 2 both;
}
@keyframes compactAnswers {
  0%, 7% { transform: translateX(-7px); }
  17%, 100% { transform: none; }
}
@keyframes compactFolder {
  0%, 20% { transform: translateY(5px) scale(.97); }
  31%, 100% { transform: none; }
}
@keyframes compactPlan {
  0%, 39% { transform: translateX(7px) scale(.97); }
  50%, 100% { transform: none; }
}
@keyframes compactArrow {
  0%, 18% { transform: translateX(-3px); }
  29%, 100% { transform: none; }
}
.form-zone {
  position: static;
  min-width: 0;
  padding: 28px 32px 25px;
  background: #fff;
}
.form-zone:before {
  display: none;
}
.plan-form {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.form-top {
  margin-bottom: 14px;
}
.form-step {
  font-size: 11px;
}
.plan-step legend {
  font-size: clamp(26px, 2.25vw, 32px);
}
.field-hint {
  margin: 8px 0 14px;
  font-size: 14px;
}
.choice-grid {
  gap: 10px;
}
.choice-grid label,
.choice-row label {
  min-height: 52px;
  border-color: #39384a;
  border-radius: 12px;
  background: #fff;
  box-shadow: 3px 3px 0 rgba(18, 17, 38, 0.17);
  padding: 10px 13px;
}
.choice-grid label:hover,
.choice-row label:hover {
  background: #f6f4ff;
}
.choice-grid label:has(input:checked),
.choice-row label:has(input:checked) {
  border-color: var(--purple);
  background: #efebff;
  box-shadow: 3px 4px 0 rgba(113, 71, 255, 0.35);
}
.choice-grid label:has(input:checked):after,
.choice-row label:has(input:checked):after,
.multi-choice label:has(input:checked):after {
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  background: var(--purple);
  color: #fff;
  box-shadow: 1px 2px 0 rgba(18, 17, 38, 0.25);
}
.multi-choice label {
  min-height: 52px;
}
.investment {
  margin-top: 20px;
  padding-top: 18px;
}
.form-actions {
  margin-top: 20px;
}
.form-next {
  min-height: 52px;
}
.section {
  padding-top: 74px;
  padding-bottom: 74px;
}
.how,
.founder {
  padding-top: 58px;
  padding-bottom: 58px;
}
.how ol {
  margin-top: 27px;
}
.founder-wrap {
  gap: 23px;
}

@media (max-width: 760px) {
  .plan-header {
    width: calc(100% - 30px);
    min-height: 62px;
  }
  .plan-experience {
    padding: 0 14px 40px;
  }
  .plan-experience-wrap {
    grid-template-columns: 1fr;
    border-radius: 19px;
  }
  .form-zone {
    order: 1;
    padding: 23px 18px 21px;
  }
  .plan-context {
    order: 2;
    min-height: 0;
    gap: 21px;
    padding: 28px 20px 23px;
  }
  .plan-context h1 {
    font-size: clamp(31px, 9.2vw, 43px);
  }
  .plan-context > div > p {
    margin-top: 12px;
    font-size: 15px;
  }
  .compact-builder {
    max-width: 390px;
  }
  .compact-builder svg {
    max-height: 104px;
  }
  .plan-trust {
    font-size: 11px;
  }
  .plan-step legend {
    font-size: clamp(25px, 7vw, 31px);
  }
  .field-hint {
    margin-bottom: 13px;
  }
  .one-choice,
  .choice-grid,
  .field-grid,
  .compact {
    grid-template-columns: 1fr;
  }
  .one-choice label:last-child,
  .field-grid label.wide {
    grid-column: auto;
  }
  .choice-grid label {
    min-height: 54px;
  }
  .section {
    padding: 58px 15px;
  }
  .how,
  .founder {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (max-width: 560px) {
  .plan-header {
    min-height: 60px;
  }
  .plan-brand img {
    width: 32px;
    height: 32px;
  }
  .form-zone {
    padding: 20px 15px 18px;
  }
  .form-actions {
    bottom: 7px;
    margin-top: 17px;
    padding-top: 10px;
    background: linear-gradient(transparent, #fff 25%);
  }
  .plan-context {
    padding: 25px 18px 21px;
  }
  .compact-builder figcaption {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pbc-answers,
  .pbc-folder,
  .pbc-plan,
  .pbc-arrow-one,
  .pbc-arrow-two {
    animation: none;
  }
}
