.sc-growth,
.sc-growth * {
  box-sizing: border-box;
}

.sc-growth {
  --sc-ink: #102033;
  --sc-muted: #566579;
  --sc-line: #d8e0e9;
  --sc-panel: #f5f8fb;
  --sc-gold: #b8860b;
  --sc-gold-dark: #7a5800;
  --sc-cyan: #087ea4;
  --sc-green: #13795b;
  --sc-coral: #b5473e;
  width: min(1160px, calc(100% - 32px));
  margin: 28px auto;
  overflow: hidden;
  border: 1px solid var(--sc-line);
  border-top: 4px solid var(--sc-gold);
  border-radius: 8px;
  background: #fff;
  color: var(--sc-ink);
  box-shadow: 0 14px 36px rgba(16, 32, 51, 0.12);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  scroll-margin-top: 104px;
  text-align: left;
}

.sc-growth [hidden] {
  display: none !important;
}

.sc-growth__head {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  background: #102033;
  color: #fff;
}

.sc-growth__portrait {
  display: block;
  width: 72px;
  height: 72px;
  border: 2px solid #d6b85a;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

.sc-growth__heading {
  min-width: 0;
}

.sc-growth__eyebrow {
  display: block;
  margin: 0 0 4px;
  color: #b8860b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sc-growth__head .sc-growth__eyebrow {
  color: #f4d675;
}

.sc-growth h2,
.sc-growth h3,
.sc-growth h4,
.sc-growth p {
  letter-spacing: 0;
}

.sc-growth__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.16;
}

.sc-growth__heading p {
  max-width: 720px;
  margin: 6px 0 0;
  color: #cbd7e5;
  font-size: 15px;
  line-height: 1.5;
}

.sc-growth__steps {
  display: flex;
  min-width: 255px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sc-growth__steps li {
  position: relative;
  display: grid;
  flex: 1 1 0;
  min-width: 78px;
  gap: 5px;
  justify-items: center;
  color: #93a4b8;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}

.sc-growth__steps li:not(:last-child)::after {
  position: absolute;
  top: 15px;
  left: calc(50% + 18px);
  width: calc(100% - 36px);
  height: 1px;
  background: #486078;
  content: "";
}

.sc-growth__steps span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #64788f;
  border-radius: 50%;
  background: #172b41;
  color: #c8d3df;
  font-weight: 800;
}

.sc-growth__steps .is-active,
.sc-growth__steps .is-done {
  color: #fff;
}

.sc-growth__steps .is-active span {
  border-color: #f4d675;
  background: #f4d675;
  color: #102033;
}

.sc-growth__steps .is-done span {
  border-color: #34a37d;
  background: #13795b;
  color: #fff;
}

.sc-growth__form,
.sc-growth__contact {
  padding: 24px;
}

.sc-growth__quick-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.sc-growth__advanced {
  margin-top: 14px;
  border-top: 1px solid var(--sc-line);
}

.sc-growth__advanced summary {
  width: fit-content;
  padding: 12px 0 0;
  color: #41556b;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.sc-growth__advanced summary span {
  color: var(--sc-muted);
  font-weight: 500;
}

.sc-growth__advanced-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid var(--sc-line);
  border-radius: 6px;
  background: var(--sc-panel);
}

.sc-growth__advanced:not([open]) .sc-growth__advanced-fields {
  display: none;
}

.sc-growth__advanced-fields .sc-growth__duration {
  grid-column: span 2;
}

.sc-growth label {
  min-width: 0;
  color: #33465b;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.sc-growth label > span {
  color: var(--sc-muted);
  font-weight: 500;
}

.sc-growth input,
.sc-growth select {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 46px;
  margin-top: 7px;
  border: 1px solid #b9c5d2;
  border-radius: 6px;
  background: #fff;
  color: var(--sc-ink);
  font: inherit;
  font-size: 16px;
  letter-spacing: 0;
}

.sc-growth input {
  padding: 10px 12px;
}

.sc-growth select {
  padding: 10px 34px 10px 12px;
}

.sc-growth input:focus,
.sc-growth select:focus,
.sc-growth button:focus-visible,
.sc-growth a:focus-visible {
  outline: 3px solid rgba(8, 126, 164, 0.28);
  outline-offset: 2px;
  border-color: var(--sc-cyan);
}

.sc-growth__duration {
  display: flex;
  width: fit-content;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #b9c5d2;
  border-radius: 6px;
}

.sc-growth__duration legend {
  margin-bottom: 8px;
  color: #33465b;
  font-size: 13px;
  font-weight: 750;
}

.sc-growth__duration label {
  position: relative;
  display: block;
  margin: 0;
}

.sc-growth__duration label + label {
  border-left: 1px solid #b9c5d2;
}

.sc-growth__duration input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: 0;
  opacity: 0;
}

.sc-growth__duration span {
  display: block;
  min-width: 82px;
  padding: 10px 14px;
  background: #fff;
  color: #33465b;
  font-size: 14px;
  font-weight: 750;
  text-align: center;
  cursor: pointer;
}

.sc-growth__duration input:checked + span {
  background: var(--sc-ink);
  color: #fff;
}

.sc-growth__action,
.sc-growth__contact-action {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
}

.sc-growth__primary,
.sc-growth__secondary {
  min-height: 46px;
  border-radius: 6px;
  padding: 11px 18px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
  cursor: pointer;
}

.sc-growth__primary {
  border: 1px solid #8a6300;
  background: #d6aa35;
  color: #102033;
}

.sc-growth__secondary {
  flex: 0 0 auto;
  border: 1px solid #176a8a;
  background: #087ea4;
  color: #fff;
}

.sc-growth__primary:hover,
.sc-growth__secondary:hover {
  filter: brightness(0.96);
}

.sc-growth button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.sc-growth__action > p,
.sc-growth__contact-action > p {
  margin: 0;
  color: var(--sc-muted);
  font-size: 13px;
  line-height: 1.45;
}

.sc-growth__status {
  margin: 14px 0 0;
  padding: 10px 12px;
  border: 1px solid #c7d4e1;
  border-radius: 6px;
  background: #edf4f8;
  color: #294358;
  font-size: 14px;
  line-height: 1.45;
}

.sc-growth__status[data-kind="error"] {
  border-color: #e4b4af;
  background: #fff1ef;
  color: #842f28;
}

.sc-growth__form.is-complete {
  border-bottom: 1px solid var(--sc-line);
  background: var(--sc-panel);
}

.sc-growth__result {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 18px 22px;
  padding: 24px;
  border-bottom: 1px solid var(--sc-line);
}

.sc-growth__score {
  display: grid;
  width: 86px;
  height: 86px;
  place-content: center;
  border: 8px solid #d8e8e3;
  border-top-color: var(--sc-green);
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

.sc-growth__score strong {
  color: var(--sc-ink);
  font-size: 27px;
  line-height: 1;
}

.sc-growth__score span {
  margin-top: 4px;
  color: var(--sc-muted);
  font-size: 11px;
}

.sc-growth__result-copy h3,
.sc-growth__contact-copy h3 {
  margin: 0;
  color: var(--sc-ink);
  font-size: 22px;
  line-height: 1.25;
}

.sc-growth__result-copy p,
.sc-growth__contact-copy p {
  margin: 6px 0 0;
  color: var(--sc-muted);
  font-size: 15px;
  line-height: 1.5;
}

.sc-growth__metrics {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-block: 1px solid var(--sc-line);
}

.sc-growth__metrics div {
  min-width: 0;
  padding: 15px 18px;
}

.sc-growth__metrics div + div {
  border-left: 1px solid var(--sc-line);
}

.sc-growth__metrics dt {
  color: var(--sc-muted);
  font-size: 12px;
  line-height: 1.4;
}

.sc-growth__metrics dd {
  margin: 4px 0 0;
  color: var(--sc-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
}

.sc-growth__signals {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.sc-growth__signals > div {
  min-width: 0;
  padding-left: 14px;
  border-left: 4px solid var(--sc-green);
}

.sc-growth__signals > div + div {
  border-left-color: var(--sc-coral);
}

.sc-growth__signals h4 {
  margin: 0 0 7px;
  color: var(--sc-ink);
  font-size: 15px;
}

.sc-growth__signals ul {
  margin: 0;
  padding-left: 18px;
  color: #46586c;
  font-size: 14px;
  line-height: 1.5;
}

.sc-growth__signals li + li {
  margin-top: 4px;
}

.sc-growth__disclaimer {
  grid-column: 1 / -1;
  margin: 0;
  color: #66788b;
  font-size: 12px;
  line-height: 1.5;
}

.sc-growth__handoff {
  display: flex;
  grid-column: 1 / -1;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-left: 4px solid var(--sc-cyan);
  background: #edf7fa;
}

.sc-growth__handoff strong {
  display: block;
  color: var(--sc-ink);
  font-size: 15px;
}

.sc-growth__handoff p {
  margin: 4px 0 0;
  color: var(--sc-muted);
  font-size: 13px;
  line-height: 1.45;
}

.sc-growth__contact {
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1.7fr);
  gap: 20px 28px;
  background: #fbfcfe;
}

.sc-growth__contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sc-growth__privacy {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--sc-muted);
  font-size: 12px;
  line-height: 1.45;
}

.sc-growth__privacy a {
  color: #075f7e;
}

.sc-growth__contact-action {
  grid-column: 1 / -1;
  margin-top: 0;
}

.sc-growth__contact-action .sc-growth__status {
  flex: 1 1 auto;
  margin: 0;
}

.sc-growth__success {
  padding: 22px 24px;
  border-left: 5px solid var(--sc-green);
  background: #ecf8f3;
  color: #174f40;
}

.sc-growth__success strong {
  display: block;
  font-size: 18px;
}

.sc-growth__success p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .sc-growth__head {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .sc-growth__portrait {
    width: 64px;
    height: 64px;
  }

  .sc-growth__steps {
    grid-column: 1 / -1;
    width: min(100%, 420px);
    min-width: 0;
    margin: 2px auto 0;
  }

  .sc-growth__quick-fields,
  .sc-growth__advanced-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-growth__contact {
    grid-template-columns: 1fr;
  }

  .sc-growth__contact-fields,
  .sc-growth__privacy,
  .sc-growth__contact-action {
    grid-column: 1;
  }
}

@media (max-width: 620px) {
  .sc-growth {
    width: calc(100% - 20px);
    margin: 20px auto;
    box-shadow: 0 8px 24px rgba(16, 32, 51, 0.11);
  }

  .sc-growth__head,
  .sc-growth__form,
  .sc-growth__result,
  .sc-growth__contact {
    padding: 18px 16px;
  }

  .sc-growth__head {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
  }

  .sc-growth__portrait {
    width: 54px;
    height: 54px;
  }

  .sc-growth__heading h2 {
    font-size: 21px;
  }

  .sc-growth__heading p {
    font-size: 14px;
  }

  .sc-growth__steps li {
    min-width: 0;
    font-size: 10px;
  }

  .sc-growth__steps span {
    width: 27px;
    height: 27px;
  }

  .sc-growth__steps li:not(:last-child)::after {
    top: 13px;
  }

  .sc-growth__metrics,
  .sc-growth__signals,
  .sc-growth__contact-fields {
    grid-template-columns: 1fr;
  }

  .sc-growth__quick-fields,
  .sc-growth__advanced-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .sc-growth__duration {
    width: 100%;
  }

  .sc-growth__duration label {
    flex: 1 1 0;
  }

  .sc-growth__duration span {
    min-width: 0;
    padding-inline: 8px;
  }

  .sc-growth__action,
  .sc-growth__contact-action,
  .sc-growth__handoff {
    align-items: stretch;
    flex-direction: column;
  }

  .sc-growth__primary,
  .sc-growth__secondary {
    width: 100%;
  }

  .sc-growth__result {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 14px;
  }

  .sc-growth__score {
    width: 68px;
    height: 68px;
    border-width: 6px;
  }

  .sc-growth__score strong {
    font-size: 22px;
  }

  .sc-growth__result-copy h3,
  .sc-growth__contact-copy h3 {
    font-size: 19px;
  }

  .sc-growth__metrics div {
    padding: 12px 0;
  }

  .sc-growth__metrics div + div {
    border-top: 1px solid var(--sc-line);
    border-left: 0;
  }
}
