.ph-page-get-started .ph-main-shell {
  width: 100%;
}

.ph-page-get-started .ph-site-header,
.ph-page-get-started .ph-site-footer {
  display: none !important;
}

.ph-page-get-started .ph-site-footer .ph-element-f2c2c62,
.ph-page-get-started .ph-site-footer .ph-element-467f947 {
  display: none !important;
}

.ph-page-get-started {
  --ph-intake-brand-gold: #ffc53a;
  --ph-intake-brand-gold-deep: #f2b90d;
  --ph-intake-brand-green: #2fa36e;
  --ph-intake-brand-green-deep: #1f8557;
  background:
    radial-gradient(circle at 20% 12%, rgba(47, 163, 110, 0.08), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(255, 197, 58, 0.1), transparent 24%),
    linear-gradient(180deg, #fbfdff 0%, #f7fafc 100%);
}

.ph-page-get-started .ph-getstarted {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 100svh;
  padding: 0;
}

.ph-page-get-started .ph-getstarted__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(1180px, calc(100% - clamp(32px, 8vw, 140px)));
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(26px, 4vh, 46px) 0 clamp(20px, 3vh, 34px);
}

.ph-page-get-started .ph-getstarted__card {
  width: 100%;
  max-width: 950px;
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 14px;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  padding: 0;
}

.ph-page-get-started .ph-getstarted__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: clamp(14px, 1.9vh, 20px) clamp(32px, 5vw, 70px);
  border-bottom: 1px solid rgba(203, 213, 225, 0.82);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(14px);
  box-sizing: border-box;
}

.ph-page-get-started .ph-getstarted__brand {
  display: inline-flex;
  align-items: center;
  width: clamp(150px, 17vw, 150px);
  min-width: 0;
}

.ph-page-get-started .ph-getstarted__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.ph-page-get-started .ph-getstarted__exit {
  color: #64748b;
  font-size: clamp(0.92rem, 1vw, 1rem);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.18s ease;
}

.ph-page-get-started .ph-getstarted__exit:hover,
.ph-page-get-started .ph-getstarted__exit:focus-visible {
  color: #0f172a;
}

.ph-page-get-started .ph-getstarted__header {
  display: none;
}

.ph-page-get-started .ph-getstarted__eyebrow {
  margin: 0 0 8px;
  color: var(--ph-intake-brand-green-deep);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ph-page-get-started .ph-getstarted__title {
  margin: 0 0 8px;
  font-size: 2rem;
  line-height: 1.1;
}

.ph-page-get-started .ph-getstarted__subtitle {
  margin: 0;
  color: #52606d;
  font-size: 1rem;
  line-height: 1.5;
}

.ph-page-get-started .ph-getstarted__portal-shortcut {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid #f6e5ad;
  border-radius: 999px;
  background: #fffdf4;
  color: #475569;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
}

.ph-page-get-started .ph-getstarted__portal-shortcut span,
.ph-page-get-started .ph-getstarted__portal-shortcut a {
  display: inline-flex;
  align-items: center;
  min-height: 1em;
  line-height: 1;
}

.ph-page-get-started .ph-getstarted__portal-shortcut a {
  color: #0f172a;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 800;
}

.ph-page-get-started .ph-getstarted__portal-shortcut a:hover,
.ph-page-get-started .ph-getstarted__portal-shortcut a:focus-visible {
  color: #1d4ed8;
}

.ph-page-get-started .ph-getstarted__portal-shortcut--footer {
  align-self: center;
  width: fit-content;
  max-width: 100%;
  margin: clamp(16px, 2.2vh, 22px) auto 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  justify-content: center;
  gap: 6px;
  color: rgba(71, 85, 105, 0.92);
  font-size: clamp(0.96rem, 1.08vw, 1.06rem);
  line-height: 1.4;
}

.ph-page-get-started .ph-getstarted__portal-shortcut--footer span,
.ph-page-get-started .ph-getstarted__portal-shortcut--footer a {
  line-height: 1.35;
}

.ph-page-get-started .ph-getstarted__portal-shortcut--footer a {
  position: relative;
  color: #0b7a4b;
  text-decoration: none;
  font-weight: 800;
}

.ph-page-get-started .ph-getstarted__portal-shortcut--footer a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.35;
  transition: opacity 0.18s ease, transform 0.18s ease;
  transform-origin: left center;
}

.ph-page-get-started .ph-getstarted__portal-shortcut--footer a:hover,
.ph-page-get-started .ph-getstarted__portal-shortcut--footer a:focus-visible {
  color: #0b7a4b;
}

.ph-page-get-started .ph-getstarted__portal-shortcut--footer a:hover::after,
.ph-page-get-started .ph-getstarted__portal-shortcut--footer a:focus-visible::after {
  opacity: 0.8;
  transform: scaleX(1.04);
}

.ph-page-get-started .ph-getstarted__footer {
  width: 100%;
  border-top: 1px solid rgba(203, 213, 225, 0.82);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -12px 30px rgba(15, 23, 42, 0.035);
}

.ph-page-get-started .ph-getstarted__trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(1040px, calc(100% - clamp(32px, 8vw, 150px)));
  margin: 0 auto;
  padding: clamp(18px, 2.5vh, 26px) 0;
}

.ph-page-get-started .ph-getstarted__trust-row > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 0 30px;
  border-right: 1px solid #d9e2ec;
}

.ph-page-get-started .ph-getstarted__trust-row > div:last-child {
  border-right: 0;
}

.ph-page-get-started .ph-getstarted__trust-row span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #102a43;
}

.ph-page-get-started .ph-getstarted__trust-row svg {
  width: 42px;
  height: 42px;
}

.ph-page-get-started .ph-getstarted__trust-row p {
  display: grid;
  gap: 3px;
  margin: 0;
  min-width: 0;
}

.ph-page-get-started .ph-getstarted__trust-row strong {
  color: #102a43;
  font-size: 1rem;
  line-height: 1.2;
}

.ph-page-get-started .ph-getstarted__trust-row small {
  color: #52606d;
  font-size: 0.84rem;
  line-height: 1.35;
}

.ph-page-get-started .ph-getstarted__progress {
  display: none;
}

.ph-page-get-started .ph-getstarted__progress-track {
  position: relative;
  width: 100%;
  height: 10px;
  background: #e5edf5;
  border-radius: 999px;
  overflow: hidden;
}

.ph-page-get-started .ph-getstarted__progress-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(
    90deg,
    var(--ph-intake-brand-gold) 0%,
    #f7b733 45%,
    #f28a24 100%
  );
  transition: width 0.25s ease-in-out;
}

.ph-page-get-started .ph-getstarted__progress-label {
  margin: 8px 0 0;
  color: #334e68;
  font-size: 0.92rem;
  font-weight: 600;
}

.ph-page-get-started .ph-getstarted__account-found {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #bcccdc;
  border-radius: 10px;
  background: #f8fbff;
}

.ph-page-get-started .ph-getstarted__account-found-title {
  margin: 0;
  color: #102a43;
  font-size: 0.98rem;
  font-weight: 700;
}

.ph-page-get-started .ph-getstarted__account-found-copy {
  margin: 6px 0 10px;
  color: #334e68;
  font-size: 0.92rem;
}

.ph-page-get-started .ph-getstarted__form {
  display: block;
}

.ph-page-get-started .ph-getstarted__lab-upload {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin: 18px 0 0;
  padding: 16px;
  border: 1px solid rgba(14, 165, 99, 0.22);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.92), rgba(255, 251, 235, 0.72));
}

.ph-page-get-started .ph-getstarted__lab-upload.is-emphasized {
  border-color: rgba(14, 165, 99, 0.72);
  background: linear-gradient(135deg, rgba(220, 252, 231, 0.98), rgba(255, 247, 216, 0.96));
  box-shadow: 0 18px 42px rgba(14, 165, 99, 0.18), 0 0 0 4px rgba(14, 165, 99, 0.12);
}

.ph-page-get-started .ph-getstarted__lab-upload.is-emphasized .ph-getstarted__lab-upload-copy strong {
  color: #047857;
}

.ph-page-get-started .ph-getstarted__lab-upload.is-emphasized .ph-getstarted__lab-upload-control {
  border-color: rgba(14, 165, 99, 0.34);
  background: #ecfdf5;
  box-shadow: 0 14px 28px rgba(14, 165, 99, 0.16);
}

.ph-page-get-started .ph-getstarted__lab-upload-copy {
  display: grid;
  gap: 4px;
  color: #17324d;
}

.ph-page-get-started .ph-getstarted__lab-upload-copy strong {
  font-size: 0.98rem;
  line-height: 1.25;
}

.ph-page-get-started .ph-getstarted__lab-upload-copy span {
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.45;
}

.ph-page-get-started .ph-getstarted__lab-upload-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 12px;
  background: #fff;
  color: #0f2740;
  cursor: pointer;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.ph-page-get-started .ph-getstarted__lab-upload-control input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.ph-page-get-started .ph-getstarted__step {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-inline-size: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.ph-page-get-started .ph-getstarted__step[hidden] {
  display: none !important;
}

.ph-page-get-started .ph-getstarted__lead-panel {
  margin-top: 16px;
}

.ph-page-get-started .ph-getstarted.is-lead-step {
  padding: 0;
}

.ph-page-get-started .ph-getstarted.is-lead-step .ph-getstarted__container {
  max-width: 1180px;
}

.ph-page-get-started .ph-getstarted.is-lead-step .ph-getstarted__card {
  padding: 0;
  overflow: hidden;
}

.ph-page-get-started .ph-getstarted.is-lead-step .ph-getstarted__header,
.ph-page-get-started .ph-getstarted.is-lead-step > .ph-getstarted__progress,
.ph-page-get-started .ph-getstarted.is-lead-step .ph-getstarted__card > .ph-getstarted__progress {
  display: none;
}

.ph-page-get-started .ph-getstarted__lead-panel[hidden] {
  display: none !important;
}

.ph-page-get-started .ph-getstarted__quiz-shell[hidden] {
  display: none !important;
}

.ph-page-get-started .ph-getstarted__quiz-shell {
  display: flex;
  flex-direction: column;
  min-height: clamp(460px, 62vh, 560px);
  background: #ffffff;
}

.ph-page-get-started .ph-getstarted__quiz-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(20px, 3vh, 32px);
  min-width: 0;
  padding: clamp(22px, 3vw, 38px) clamp(20px, 2.4vw, 30px);
  background:
    radial-gradient(circle at 50% 13%, rgba(47, 163, 110, 0.16), transparent 22%),
    linear-gradient(180deg, #f4fbf7 0%, #f9fcfb 100%);
}

.ph-page-get-started .ph-getstarted__quiz-aside-main {
  display: grid;
  justify-items: center;
  gap: clamp(10px, 1.6vh, 16px);
  text-align: center;
}

.ph-page-get-started .ph-getstarted__quiz-aside-icon {
  display: inline-grid;
  place-items: center;
  width: clamp(64px, 8vh, 82px);
  height: clamp(64px, 8vh, 82px);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.92), transparent 45%),
    linear-gradient(135deg, rgba(47, 163, 110, 0.18), rgba(47, 163, 110, 0.08));
  color: var(--ph-intake-brand-green-deep);
  box-shadow: inset 0 0 0 1px rgba(47, 163, 110, 0.1);
}

.ph-page-get-started .ph-getstarted__quiz-aside-icon svg {
  width: 42px;
  height: 42px;
}

.ph-page-get-started .ph-getstarted__quiz-aside h2 {
  margin: 0;
  color: #08733d;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.2;
}

.ph-page-get-started .ph-getstarted__quiz-aside-rule {
  width: 62px;
  height: 1px;
  background: #cbd5e1;
}

.ph-page-get-started .ph-getstarted__quiz-aside p {
  margin: 0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.62;
}

.ph-page-get-started .ph-getstarted__quiz-aside-secure {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.ph-page-get-started .ph-getstarted__quiz-aside-secure span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--ph-intake-brand-green-deep);
}

.ph-page-get-started .ph-getstarted__quiz-aside-secure svg {
  width: 24px;
  height: 24px;
}

.ph-page-get-started .ph-getstarted__quiz-aside-secure p {
  max-width: 18ch;
  font-size: 0.88rem;
  line-height: 1.45;
}

.ph-page-get-started .ph-getstarted__quiz-main {
  --ph-getstarted-quiz-pad-x: clamp(26px, 3.2vw, 32px);
  display: grid;
  flex: 1 1 auto;
  grid-template-rows: auto minmax(0, 1fr);
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: inherit;
  min-width: 0;
  box-sizing: border-box;
  padding: 0 var(--ph-getstarted-quiz-pad-x) clamp(22px, 3vw, 34px);
}

.ph-page-get-started .ph-getstarted__quiz-shell .ph-getstarted__step.is-active {
  display: grid;
  flex: 1 1 auto;
  grid-template-rows: auto auto minmax(0, 1fr);
  min-height: 0;
}

.ph-page-get-started .ph-getstarted__quiz-progress {
  position: relative;
  overflow: hidden;
  display: grid;
  width: auto;
  max-width: none;
  box-sizing: border-box;
  gap: 0;
  margin: 0 calc(var(--ph-getstarted-quiz-pad-x) * -1) 0;
  padding: clamp(20px, 2.6vw, 30px) var(--ph-getstarted-quiz-pad-x) clamp(18px, 2.2vw, 24px);
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0 calc(100% - clamp(36px, 4.2vw, 48px)), #ffffff calc(100% - clamp(36px, 4.2vw, 48px)) 100%),
    linear-gradient(102deg, #eefbf4 0%, #f8fff9 28%, #fffdf3 58%, #fff1c9 100%);
  box-shadow: none;
}

.ph-page-get-started .ph-getstarted__quiz-progress::after {
  content: none;
}

@supports not (margin: calc(var(--ph-getstarted-quiz-pad-x) * -1)) {
  .ph-page-get-started .ph-getstarted__quiz-progress {
    margin-left: -42px;
    margin-right: -42px;
  }
}

.ph-page-get-started .ph-getstarted__quiz-wave {
  position: absolute;
  top: clamp(10px, 1.6vw, 18px);
  right: 0;
  width: min(88%, 950px);
  height: clamp(104px, 9.6vw, 132px);
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='132' viewBox='0 0 1200 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='waveStroke' x1='0' y1='128' x2='1200' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232FA36E' stop-opacity='0'/%3E%3Cstop offset='0.2' stop-color='%23F0C84B' stop-opacity='0.2'/%3E%3Cstop offset='0.68' stop-color='%23E7A51A' stop-opacity='0.74'/%3E%3Cstop offset='1' stop-color='%232FA36E' stop-opacity='0.22'/%3E%3C/linearGradient%3E%3ClinearGradient id='whiteLift' x1='0' y1='130' x2='1200' y2='68' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFFFF' stop-opacity='0.98'/%3E%3Cstop offset='0.28' stop-color='%23FFFFFF' stop-opacity='1'/%3E%3Cstop offset='1' stop-color='%23FFFFFF' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 128C230 122 372 76 575 52C782 24 1006 44 1200 86V132H0V128Z' fill='url(%23whiteLift)'/%3E%3Cpath d='M0 128C230 122 372 76 575 52C782 24 1006 44 1200 86' stroke='url(%23waveStroke)' stroke-width='1.55' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
  opacity: 0.92;
  pointer-events: none;
}

.ph-page-get-started .ph-getstarted__quiz-progress-head {
  position: relative;
  z-index: 1;
  order: 1;
  display: flex;
  align-items: end;
  justify-content: flex-start;
}

.ph-page-get-started .ph-getstarted__quiz-progress .ph-getstarted__eyebrow {
  margin: 0;
  color: #08733d;
  font-size: 0.82rem;
  font-weight: 800;
}

.ph-page-get-started .ph-getstarted__quiz-context-title {
  margin: 6px 0 0;
  color: #102a43;
  font-size: clamp(1.08rem, 1.45vw, 1.34rem);
  font-weight: 800;
  line-height: 1.16;
}

.ph-page-get-started .ph-getstarted__quiz-context-row {
  position: relative;
  z-index: 3;
  order: 2;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  margin-top: clamp(8px, 1.2vh, 12px);
}

.ph-page-get-started .ph-getstarted__quiz-context-copy {
  position: relative;
  z-index: 3;
  order: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  max-width: 78ch;
  margin: clamp(10px, 1.5vh, 14px) 0 0;
  padding-top: 0;
  border-top: 0;
  color: #52606d;
  font-size: clamp(0.94rem, 1.05vw, 1.02rem);
  line-height: 1.36;
}

.ph-page-get-started .ph-getstarted__quiz-context-copy::before {
  content: "";
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-top: 0;
  background: var(--ph-intake-brand-green);
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.4 20 5.8v5.9c0 5-3.2 8.7-8 10-4.8-1.3-8-5-8-10V5.8l8-3.4Zm0 2.2L6 7.1v4.6c0 3.8 2.2 6.6 6 7.8 3.8-1.2 6-4 6-7.8V7.1l-6-2.5Zm3.8 5.4 1.4 1.4-5.8 5.8-3.3-3.3 1.4-1.4 1.9 1.9 4.4-4.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.4 20 5.8v5.9c0 5-3.2 8.7-8 10-4.8-1.3-8-5-8-10V5.8l8-3.4Zm0 2.2L6 7.1v4.6c0 3.8 2.2 6.6 6 7.8 3.8-1.2 6-4 6-7.8V7.1l-6-2.5Zm3.8 5.4 1.4 1.4-5.8 5.8-3.3-3.3 1.4-1.4 1.9 1.9 4.4-4.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  pointer-events: none;
}

.ph-page-get-started .ph-getstarted__actions > .ph-getstarted__quiz-context-copy {
  order: 0;
  grid-column: 2;
  justify-self: center;
  max-width: 74ch;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.32;
}

.ph-page-get-started .ph-getstarted__actions > .ph-getstarted__quiz-context-copy::before {
  width: 22px;
  height: 22px;
}

.ph-page-get-started .ph-getstarted__quiz-progress-row {
  position: relative;
  z-index: 2;
  order: 3;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding-top: clamp(10px, 1.7vh, 18px);
}

.ph-page-get-started .ph-getstarted__quiz-progress-row::before {
  content: "";
  position: absolute;
  top: 0;
  right: -999px;
  bottom: calc(clamp(12px, 1.5vh, 18px) * -1);
  left: -999px;
  z-index: 0;
  background: #ffffff;
  pointer-events: none;
}

.ph-page-get-started .ph-getstarted__quiz-progress-bars {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(18px, 1fr);
  gap: clamp(7px, 1vw, 10px);
  flex: 1;
  min-width: 0;
}

.ph-page-get-started .ph-getstarted__quiz-progress-bars span {
  position: relative;
  height: 7px;
  border-radius: 999px;
  background: #dbe3eb;
}

.ph-page-get-started .ph-getstarted__quiz-progress-bars span.is-complete {
  background: linear-gradient(90deg, #149453, #08733d);
}

.ph-page-get-started .ph-getstarted__quiz-progress-bars span.is-active {
  background: linear-gradient(90deg, #e7a51a 0 100%);
}

.ph-page-get-started .ph-getstarted__quiz-progress-bars span.is-active::after {
  content: none;
}

.ph-page-get-started [data-quiz-progress-label] {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin: 0;
  color: #102a43;
  font-size: 0.94rem;
  font-weight: 800;
  white-space: nowrap;
  transform: translateY(4px);
}

.ph-page-get-started .ph-getstarted__lead-panel {
  border: 0;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
}

.ph-page-get-started .ph-getstarted__lead-shell {
  display: grid;
  grid-template-columns: minmax(389px, 0.86fr) minmax(0, 1.34fr);
  min-height: clamp(560px, calc(100svh - 185px), 690px);
  background: #ffffff;
}

.ph-page-get-started .ph-getstarted__lead-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: clamp(8px, 0.95vw, 12px);
  min-width: 0;
  padding: clamp(18px, 2.1vw, 26px);
  background:
    radial-gradient(circle at 16% 14%, rgba(47, 163, 110, 0.12), transparent 30%),
    radial-gradient(circle at 92% 2%, rgba(231, 165, 26, 0.18), transparent 34%),
    linear-gradient(135deg, #f0fbf5 0%, #fafffb 48%, #fff7df 100%);
  color: #102a43;
  overflow: hidden;
}

.ph-page-get-started .ph-getstarted__lead-aside::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(125deg, rgba(8, 115, 61, 0.035) 0 1px, transparent 1px 12px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.34), transparent 38%);
  opacity: 0.68;
  pointer-events: none;
}

.ph-page-get-started .ph-getstarted__lead-aside > * {
  position: relative;
  z-index: 1;
}

.ph-page-get-started .ph-getstarted__lead-logo {
  display: none;
}

.ph-page-get-started .ph-getstarted__lead-eyebrow,
.ph-page-get-started .ph-getstarted__lead-next-label {
  margin: 0;
  color: #08733d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ph-page-get-started .ph-getstarted__lead-title {
  margin: 0;
  color: #102a43;
  font-size: clamp(2rem, 2.45vw, 2.35rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.ph-page-get-started .ph-getstarted__lead-success {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 2px;
  padding: clamp(10px, 1vw, 13px);
  border: 1px solid rgba(47, 163, 110, 0.32);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48), 0 14px 28px rgba(15, 23, 42, 0.08);
}

.ph-page-get-started .ph-getstarted__lead-success-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #15985a 0%, #08733d 100%);
  color: #ffffff;
  box-shadow: 0 12px 20px rgba(8, 115, 61, 0.2);
}

.ph-page-get-started .ph-getstarted__lead-success-icon svg {
  width: 25px;
  height: 25px;
}

.ph-page-get-started .ph-getstarted__lead-success strong {
  display: block;
  color: #08733d;
  font-size: 0.94rem;
  line-height: 1.2;
}

.ph-page-get-started .ph-getstarted__lead-success p {
  margin: 4px 0 0;
  color: #334e68;
  font-size: 0.82rem;
  line-height: 1.34;
}

.ph-page-get-started .ph-getstarted__lead-next-label {
  margin-top: clamp(0px, 0.45vw, 5px);
  padding-top: clamp(8px, 0.85vw, 11px);
  border-top: 1px solid rgba(231, 165, 26, 0.42);
  color: #08733d;
}

.ph-page-get-started .ph-getstarted__lead-steps {
  display: grid;
  flex: 1 1 auto;
  align-content: stretch;
  gap: clamp(7px, 0.75vw, 9px);
  grid-auto-rows: minmax(70px, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ph-page-get-started .ph-getstarted__lead-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 0;
  padding: clamp(9px, 0.9vw, 11px);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.68)),
    linear-gradient(135deg, rgba(240, 251, 245, 0.58), rgba(255, 247, 224, 0.34));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 10px 24px rgba(15, 23, 42, 0.045);
}

.ph-page-get-started .ph-getstarted__lead-steps li::before {
  content: "";
  position: absolute;
  inset: 12px auto 12px 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(47, 163, 110, 0.72), rgba(231, 165, 26, 0.54));
  opacity: 0.42;
}

.ph-page-get-started .ph-getstarted__lead-steps li.is-active {
  border-color: rgba(8, 115, 61, 0.42);
  background:
    linear-gradient(180deg, rgba(240, 251, 245, 0.98), rgba(250, 255, 252, 0.9)),
    linear-gradient(135deg, rgba(8, 115, 61, 0.14), rgba(246, 184, 58, 0.1));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 13px 26px rgba(8, 115, 61, 0.08);
}

.ph-page-get-started .ph-getstarted__lead-steps li.is-active::before {
  opacity: 1;
}

.ph-page-get-started .ph-getstarted__lead-step-number {
  display: inline-grid;
  place-items: center;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  justify-self: start;
  z-index: 2;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #08733d;
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 7px 14px rgba(15, 23, 42, 0.12);
}

.ph-page-get-started .ph-getstarted__lead-steps li.is-active .ph-getstarted__lead-step-number {
  background: linear-gradient(135deg, #15985a 0%, #08733d 100%);
  color: #ffffff;
}

.ph-page-get-started .ph-getstarted__lead-step-icon {
  display: inline-grid;
  place-items: center;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(98, 125, 152, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 249, 252, 0.82));
  color: #627d98;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.ph-page-get-started .ph-getstarted__lead-steps li.is-active .ph-getstarted__lead-step-icon {
  border-color: rgba(8, 115, 61, 0.2);
  background:
    linear-gradient(180deg, rgba(238, 251, 244, 0.98), rgba(255, 255, 255, 0.9));
  color: #08733d;
}

.ph-page-get-started .ph-getstarted__lead-step-icon svg {
  width: 28px;
  height: 28px;
}

.ph-page-get-started .ph-getstarted__lead-step-copy {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  gap: 4px;
  min-width: 0;
}

.ph-page-get-started .ph-getstarted__lead-step-copy strong {
  color: #102a43;
  font-size: 0.89rem;
  line-height: 1.16;
}

.ph-page-get-started .ph-getstarted__lead-step-copy small {
  color: #52606d;
  font-size: 0.76rem;
  line-height: 1.28;
}

.ph-page-get-started .ph-getstarted__lead-form-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: clamp(22px, 3vw, 38px);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.ph-page-get-started .ph-getstarted__lead-progress {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: clamp(14px, 1.9vh, 22px);
}

.ph-page-get-started .ph-getstarted__lead-progress-bars {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(34px, 1fr);
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.ph-page-get-started .ph-getstarted__lead-progress-bars span {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: #d9e2ec;
}

.ph-page-get-started .ph-getstarted__lead-progress-bars span.is-complete {
  background: linear-gradient(90deg, #2fa36e, #1f8557);
}

.ph-page-get-started .ph-getstarted__lead-progress-bars span.is-complete:last-child::after {
  content: "\2713";
  position: absolute;
  top: 50%;
  right: -28px;
  display: inline-grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  background: #2fa36e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  transform: translateY(-50%);
}

.ph-page-get-started .ph-getstarted__lead-progress p {
  margin: 0;
  color: #102a43;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.ph-page-get-started .ph-getstarted__lead-heading {
  display: none;
}

.ph-page-get-started .ph-getstarted__lead-heading h2 {
  margin: 0 0 6px;
  color: #102a43;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 800;
  line-height: 1.14;
}

.ph-page-get-started .ph-getstarted__lead-heading p {
  max-width: 64ch;
  margin: 0;
  color: #52606d;
  font-size: 0.95rem;
  line-height: 1.5;
}

.ph-page-get-started .ph-getstarted__lead-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(11px, 1.4vh, 15px) 18px;
}

.ph-page-get-started .ph-getstarted__field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.ph-page-get-started .ph-getstarted__field--full {
  grid-column: 1 / -1;
}

.ph-page-get-started .ph-getstarted__field .c-form-label {
  margin: 0;
  color: #102a43;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.25;
}

.ph-page-get-started .ph-getstarted__input-wrap {
  position: relative;
  display: block;
}

.ph-page-get-started .ph-getstarted__input-wrap .c-form-input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background-color: #ffffff;
  color: #102a43;
  font-size: 0.9rem;
  padding: 10px 14px 10px 46px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.035);
}

.ph-page-get-started .ph-getstarted__input-wrap select.c-form-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #52606d 50%), linear-gradient(135deg, #52606d 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.ph-page-get-started .ph-getstarted__input-icon {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 50%;
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #52606d;
  transform: translateY(-50%);
  pointer-events: none;
}

.ph-page-get-started .ph-getstarted__input-icon svg {
  width: 19px;
  height: 19px;
}

.ph-page-get-started .ph-getstarted__field-note {
  color: #627d98;
  font-size: 0.78rem;
  line-height: 1.35;
}

.ph-page-get-started .ph-getstarted__question-title {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: #102a43;
  font-size: clamp(1.35rem, 1.75vw, 1.32rem);
  font-weight: 800;
  line-height: 1.34;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}

.ph-page-get-started .ph-getstarted__options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: clamp(8px, 1.2vh, 11px);
  margin-top: clamp(13px, 1.8vh, 18px);
}

.ph-page-get-started .ph-getstarted__options-grid .ph-getstarted__option:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.ph-page-get-started .ph-getstarted__options-grid:has(.ph-getstarted__option:nth-child(3):last-child) {
  grid-template-columns: 1fr;
}

.ph-page-get-started .ph-getstarted__option {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 14px;
  min-height: clamp(48px, 5.8vh, 58px);
  padding: clamp(9px, 1.25vh, 12px) 17px;
  border: 2px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.025);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.ph-page-get-started .ph-getstarted__option:hover {
  border-color: var(--ph-intake-brand-green);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.ph-page-get-started .ph-getstarted__option input[type="radio"] {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: var(--ph-intake-brand-green);
  flex-shrink: 0;
}

.ph-page-get-started .ph-getstarted__option span {
  min-width: 0;
  color: #1e293b;
  font-size: clamp(1rem, 1.05vw, 1.02rem);
  font-weight: 600;
  line-height: 1.36;
  overflow-wrap: anywhere;
}

.ph-page-get-started .ph-getstarted__option:has(input[type="radio"]:checked) {
  border-color: var(--ph-intake-brand-green);
  background: linear-gradient(180deg, #f7fffb 0%, #f3fcf8 100%);
  box-shadow: 0 12px 28px rgba(47, 163, 110, 0.08);
}

.ph-page-get-started .ph-getstarted__option:has(input[type="radio"]:checked) span {
  color: #08733d;
}

.ph-page-get-started .ph-getstarted__option:focus-within {
  outline: 0;
}

.ph-page-get-started .ph-getstarted__lead-copy {
  margin: 14px 0 16px;
  color: #334e68;
  line-height: 1.55;
}

.ph-page-get-started .ph-getstarted__consent-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin: clamp(12px, 1.6vh, 16px) 0 0;
  padding: 12px 14px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fbff 0%, #f4f8fc 100%);
  color: #334e68;
  font-size: 0.76rem;
  line-height: 1.42;
}

.ph-page-get-started .ph-getstarted__consent-note p {
  margin: 0;
}

.ph-page-get-started .ph-getstarted__consent-note strong {
  color: #102a43;
}

.ph-page-get-started .ph-getstarted__consent-icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #102a43;
  color: #ffffff;
}

.ph-page-get-started .ph-getstarted__consent-icon svg {
  width: 20px;
  height: 20px;
}

.ph-page-get-started .ph-getstarted__lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.ph-page-get-started .ph-getstarted__lead-grid .c-form-label {
  align-self: center;
  margin-top: 0;
}

.ph-page-get-started .ph-getstarted__lead-grid .c-form-input {
  border: 1px solid #334e68;
  border-radius: 8px;
}

.ph-page-get-started .ph-getstarted__sex-field {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  align-content: stretch;
}

.ph-page-get-started .ph-getstarted__sex-field .c-form-label {
  display: block;
  margin: 0 0 7px;
}

.ph-page-get-started .ph-getstarted__sex-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 44px;
}

.ph-page-get-started .ph-getstarted__sex-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-sizing: border-box;
  min-height: 44px;
  height: 44px;
  border: 1px solid rgba(203, 213, 225, 0.95);
  border-radius: 7px;
  background: #fff;
  padding: 6px 9px;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.ph-page-get-started .ph-getstarted__sex-card:hover {
  border-color: rgba(51, 78, 104, 0.48);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.ph-page-get-started .ph-getstarted__sex-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ph-page-get-started .ph-getstarted__sex-card::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 7px;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 160ms ease, transform 160ms ease;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 11.4 3.1 7.9l1.3-1.3 2.2 2.2 5-5 1.3 1.3-6.3 6.3Z'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 11.4 3.1 7.9l1.3-1.3 2.2 2.2 5-5 1.3 1.3-6.3 6.3Z'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
  pointer-events: none;
}

.ph-page-get-started .ph-getstarted__sex-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  flex: 0 0 auto;
}

.ph-page-get-started .ph-getstarted__sex-icon svg {
  width: 16px;
  height: 16px;
}

.ph-page-get-started .ph-getstarted__sex-card--female .ph-getstarted__sex-icon {
  color: #f43f7b;
  background: transparent;
}

.ph-page-get-started .ph-getstarted__sex-card--male .ph-getstarted__sex-icon {
  color: #2f7cf6;
  background: transparent;
}

.ph-page-get-started .ph-getstarted__sex-card--female {
  border-color: rgba(244, 63, 123, 0.3);
  background: #fff9fb;
}

.ph-page-get-started .ph-getstarted__sex-card--male {
  border-color: rgba(47, 124, 246, 0.3);
  background: #f8fbff;
}

.ph-page-get-started .ph-getstarted__sex-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
  overflow: hidden;
  text-align: left;
}

.ph-page-get-started .ph-getstarted__sex-copy strong {
  color: #102a43;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.15;
}

.ph-page-get-started .ph-getstarted__sex-copy small {
  color: #627d98;
  font-size: 9.5px;
  line-height: 1.15;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ph-page-get-started .ph-getstarted__sex-card:has(input:checked) {
  border-width: 2px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.ph-page-get-started .ph-getstarted__sex-card:has(input:checked)::after {
  opacity: 1;
  transform: scale(1);
}

.ph-page-get-started .ph-getstarted__sex-card--female:has(input:checked) {
  border-color: #f43f7b;
  background: linear-gradient(180deg, #fff7fa 0%, #ffeaf1 100%);
  color: #f43f7b;
}

.ph-page-get-started .ph-getstarted__sex-card--male:has(input:checked) {
  border-color: #2f7cf6;
  background: linear-gradient(180deg, #f8fbff 0%, #e9f2ff 100%);
  color: #2f7cf6;
}

.ph-page-get-started .ph-getstarted__sex-card:focus-within {
  outline: none;
}

.ph-page-get-started .ph-getstarted__email-status {
  grid-column: 1 / -1;
  margin: -2px 0 2px;
  font-size: 12px;
  line-height: 1.35;
}

.ph-page-get-started .ph-getstarted__email-status.is-success {
  color: #166534;
}

.ph-page-get-started .ph-getstarted__email-status.is-warning,
.ph-page-get-started .ph-getstarted__email-status.is-error {
  color: #92400e;
}

.ph-page-get-started .ph-getstarted__lead-grid select.c-form-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, transparent 50%, #334e68 50%), linear-gradient(135deg, #334e68 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.ph-page-get-started .ph-getstarted__actions {
  display: flex;
  align-items: center;
  align-self: end;
  grid-row: 3;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: clamp(16px, 2.2vh, 22px);
  border-top: 1px solid #cbd5e1;
}

.ph-page-get-started .ph-getstarted__actions:has(> .ph-getstarted__quiz-context-copy) {
  display: grid;
  grid-template-columns: minmax(118px, 0.58fr) minmax(520px, 2.4fr) minmax(118px, 0.58fr);
  align-items: center;
  column-gap: clamp(14px, 2vw, 28px);
  justify-content: stretch;
}

.ph-page-get-started .ph-getstarted__actions:has(> .ph-getstarted__quiz-context-copy) > .c-button {
  order: 0;
  justify-self: start;
}

.ph-page-get-started .ph-getstarted__actions:has(> .ph-getstarted__quiz-context-copy) > .c-button:first-of-type {
  grid-column: 1;
}

.ph-page-get-started .ph-getstarted__actions:has(> .ph-getstarted__quiz-context-copy) > .c-button:last-of-type {
  grid-column: 3;
  justify-self: end;
}

.ph-page-get-started .ph-getstarted__quiz-context-copy + .ph-getstarted__actions {
  margin-top: clamp(12px, 1.8vh, 18px);
  padding-top: 0;
  border-top: 0;
}

.ph-page-get-started .ph-getstarted__lead-actions {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 18px;
}

.ph-page-get-started .ph-getstarted__lead-actions .c-button {
  width: min(100%, 420px);
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
}

.ph-page-get-started .ph-getstarted__actions .c-button {
  margin-top: 0;
  min-height: var(--ph-gold-button-min-height);
}

.ph-page-get-started .ph-getstarted__actions .c-button.c-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--ph-gold-button-padding-block) var(--ph-gold-button-padding-inline);
  border: 1px solid rgba(27, 43, 60, 0.14);
  border-radius: var(--ph-gold-button-radius);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  color: #1b2b3c;
  font-family: var(--ph-gold-button-font-family);
  font-size: var(--ph-gold-button-font-size);
  font-weight: var(--ph-gold-button-font-weight);
  line-height: var(--ph-gold-button-line-height);
  letter-spacing: 0.035em;
  text-transform: none;
}

.ph-page-get-started .ph-getstarted__actions .c-button.c-button-secondary::before {
  content: "\2190";
  margin-right: 10px;
  font-size: 1.25em;
  line-height: 1;
}

.ph-page-get-started .ph-getstarted__actions .c-button.c-button-secondary:hover,
.ph-page-get-started .ph-getstarted__actions .c-button.c-button-secondary:focus-visible {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 247, 250, 1) 100%);
  border-color: rgba(27, 43, 60, 0.22);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.1);
  color: #17283a;
  transform: translateY(-1px);
}

.ph-page-get-started .ph-getstarted__actions .c-button:last-child {
  margin-left: auto;
}

.ph-page-get-started .ph-getstarted__actions:has(> .ph-getstarted__quiz-context-copy) .c-button:last-child {
  margin-left: 0;
}

.ph-getstarted-modal-open {
  overflow: hidden;
}

.ph-page-get-started .ph-getstarted__auth-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.ph-page-get-started .ph-getstarted__auth-modal[hidden] {
  display: none !important;
}

.ph-page-get-started .ph-getstarted__auth-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
}

.ph-page-get-started .ph-getstarted__auth-modal-dialog {
  position: relative;
  width: min(520px, 100%);
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(2, 8, 23, 0.24);
  padding: 22px;
}

.ph-page-get-started .ph-getstarted__auth-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f0f4f8;
  color: #102a43;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.ph-page-get-started .ph-getstarted__auth-modal-title {
  margin: 0 0 8px;
  color: #102a43;
  font-size: 1.28rem;
  font-weight: 800;
}

.ph-page-get-started .ph-getstarted__auth-modal-copy {
  margin: 0 0 14px;
  color: #334e68;
  line-height: 1.5;
}

.ph-page-get-started .ph-getstarted__auth-form {
  display: grid;
  gap: 8px;
}

.ph-page-get-started .ph-getstarted__auth-form .c-button {
  margin-top: 10px;
  width: 100%;
}

.ph-page-get-started .ph-getstarted__auth-modal-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.ph-page-get-started .ph-getstarted__auth-alt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
  color: #334155;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  padding: 10px 14px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ph-page-get-started .ph-getstarted__auth-alt-button:hover,
.ph-page-get-started .ph-getstarted__auth-alt-button:focus-visible {
  background: #eef2f7;
  border-color: #9aa5b1;
  color: #1f2933;
  text-decoration: none;
  transform: translateY(-1px);
}

.ph-page-get-started .ph-getstarted__auth-alt-button:active {
  transform: translateY(0);
}

.ph-page-get-started .ph-getstarted__auth-modal-help {
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 0.86rem;
  line-height: 1.4;
}

.ph-page-get-started .ph-getstarted__auth-modal-status {
  min-height: 20px;
  margin: 10px 0 0;
  color: #334e68;
  font-size: 0.9rem;
}

.ph-page-get-started .ph-getstarted__auth-modal-status.is-success {
  color: #1f8557;
}

.ph-page-get-started .ph-getstarted__auth-modal-status.is-error {
  color: #b42318;
}

.ph-page-get-started .ph-getstarted__bridge {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  background:
    radial-gradient(circle at 50% 34%, rgba(8, 115, 61, 0.1), rgba(8, 115, 61, 0) 34%),
    radial-gradient(circle at 50% 72%, rgba(246, 184, 58, 0.11), rgba(246, 184, 58, 0) 31%),
    linear-gradient(135deg, rgba(248, 252, 250, 0.92), rgba(255, 255, 255, 0.96) 52%, rgba(249, 252, 250, 0.92));
  backdrop-filter: blur(10px) saturate(1.02);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.ph-page-get-started .ph-getstarted__bridge[hidden] {
  display: none !important;
}

.ph-page-get-started .ph-getstarted__bridge-card {
  position: relative;
  width: min(420px, 100%);
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  padding: clamp(24px, 4vw, 32px) clamp(22px, 4vw, 30px);
  box-shadow:
    0 24px 64px rgba(15, 23, 42, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;
  text-align: center;
}

.ph-page-get-started .ph-getstarted__bridge-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(238, 251, 244, 0.72), rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 50% 0%, rgba(246, 184, 58, 0.12), rgba(246, 184, 58, 0) 46%);
  opacity: 0.9;
  pointer-events: none;
}

.ph-page-get-started .ph-getstarted__bridge-card > * {
  position: relative;
  z-index: 1;
}

.ph-page-get-started .ph-getstarted__bridge-loader {
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  border: 1px solid rgba(8, 115, 61, 0.14);
  border-radius: 18px;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(240, 251, 245, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow:
    0 12px 28px rgba(8, 115, 61, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ph-page-get-started .ph-getstarted__bridge-loader::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 22px;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(8, 115, 61, 0.12), rgba(246, 184, 58, 0.12));
  opacity: 0.7;
}

.ph-page-get-started .ph-getstarted__bridge-loader::after {
  content: "";
  position: absolute;
  inset: auto 16px 11px;
  height: 3px;
  border-radius: 999px;
  background: rgba(8, 115, 61, 0.18);
  animation: ph-getstarted-loader-breathe 2.6s ease-in-out infinite;
}

.ph-page-get-started .ph-getstarted__bridge-vial {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  object-fit: contain;
  transform-origin: 50% 50%;
  animation: ph-getstarted-vial-hourglass 6.4s cubic-bezier(0.55, 0, 0.2, 1) infinite;
  filter: drop-shadow(0 10px 16px rgba(15, 23, 42, 0.16));
}

.ph-page-get-started .ph-getstarted__bridge-title {
  margin: 0 0 5px;
  color: #102a43;
  font-size: clamp(1.12rem, 1.9vw, 1.28rem);
  font-weight: 800;
  line-height: 1.2;
}

.ph-page-get-started .ph-getstarted__bridge-pulse {
  position: relative;
  width: min(285px, 100%);
  height: 26px;
  margin: 12px auto 17px;
  overflow: hidden;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(226, 232, 240, 0), rgba(226, 232, 240, 0.76) 18%, rgba(226, 232, 240, 0.76) 82%, rgba(226, 232, 240, 0));
}

.ph-page-get-started .ph-getstarted__bridge-pulse::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(8, 115, 61, 0.18) 8% 16%, transparent 16% 25%, rgba(8, 115, 61, 0.52) 25% 28%, transparent 28% 37%, rgba(246, 184, 58, 0.5) 37% 41%, transparent 41% 100%);
  transform: translateX(-36%);
  animation: ph-getstarted-pulse-scan 2.9s ease-in-out infinite;
}

.ph-page-get-started .ph-getstarted__bridge-pulse::after {
  content: "";
  position: absolute;
  inset: 13px 0 auto;
  height: 2px;
  border-radius: 999px;
  background: rgba(8, 115, 61, 0.14);
}

.ph-page-get-started .ph-getstarted__bridge-line {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  width: min(285px, 100%);
  margin: 0 auto;
  color: #486581;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.32;
  text-align: left;
}

.ph-page-get-started .ph-getstarted__bridge-line::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(8, 115, 61, 0.42);
  animation: ph-getstarted-loader-dot 2.4s ease-in-out infinite;
}

.ph-page-get-started .ph-getstarted__bridge-line + .ph-getstarted__bridge-line {
  margin-top: 8px;
}

.ph-page-get-started .ph-getstarted__bridge-line:nth-of-type(2)::before {
  animation-delay: 0.18s;
}

.ph-page-get-started .ph-getstarted__bridge-line:nth-of-type(3)::before {
  animation-delay: 0.36s;
}

@keyframes ph-getstarted-loader-breathe {
  0%,
  100% {
    opacity: 0.78;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes ph-getstarted-vial-hourglass {
  0%,
  28% {
    transform: rotate(0deg) translateY(0) scale(1);
  }
  35% {
    transform: rotate(18deg) translateY(-1px) scale(1.01);
  }
  44%,
  74% {
    transform: rotate(180deg) translateY(0) scale(1);
  }
  82% {
    transform: rotate(198deg) translateY(-1px) scale(1.01);
  }
  92%,
  100% {
    transform: rotate(360deg) translateY(0) scale(1);
  }
}

@keyframes ph-getstarted-loader-dot {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.86);
  }
  45% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes ph-getstarted-pulse-scan {
  0%,
  100% {
    opacity: 0.58;
    transform: translateX(-38%);
  }
  52% {
    opacity: 1;
    transform: translateX(38%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ph-page-get-started .ph-getstarted__bridge-loader::after,
  .ph-page-get-started .ph-getstarted__bridge-vial,
  .ph-page-get-started .ph-getstarted__bridge-pulse::before,
  .ph-page-get-started .ph-getstarted__bridge-line::before {
    animation: none;
  }
}

@media (min-width: 901px) {
  .ph-page-get-started .ph-getstarted__quiz-progress {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0 calc(100% - 62px), #ffffff calc(100% - 62px) 100%),
      linear-gradient(102deg, #eefbf4 0%, #f8fff9 28%, #fffdf3 58%, #fff1c9 100%);
  }

  .ph-page-get-started .ph-getstarted__quiz-wave {
    right: auto;
    left: -18%;
    width: 136%;
    background-position: left top;
    background-image: url("data:image/svg+xml,%3Csvg width='1200' height='132' viewBox='0 0 1200 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='waveStroke' x1='0' y1='122' x2='1200' y2='72' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232FA36E' stop-opacity='0'/%3E%3Cstop offset='0.2' stop-color='%23F0C84B' stop-opacity='0.18'/%3E%3Cstop offset='0.68' stop-color='%23E7A51A' stop-opacity='0.72'/%3E%3Cstop offset='1' stop-color='%232FA36E' stop-opacity='0.22'/%3E%3C/linearGradient%3E%3ClinearGradient id='whiteLift' x1='0' y1='132' x2='1200' y2='70' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFFFF' stop-opacity='0.99'/%3E%3Cstop offset='0.3' stop-color='%23FFFFFF' stop-opacity='1'/%3E%3Cstop offset='1' stop-color='%23FFFFFF' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 122C250 118 394 78 592 54C796 30 1006 42 1200 72V132H0V122Z' fill='url(%23whiteLift)'/%3E%3Cpath d='M0 122C250 118 394 78 592 54C796 30 1006 42 1200 72' stroke='url(%23waveStroke)' stroke-width='1.55' stroke-linecap='round'/%3E%3C/svg%3E");
  }

}

@media (max-width: 900px) {
  .ph-page-get-started .ph-getstarted__card {
    padding: 0;
  }

  .ph-page-get-started .ph-getstarted__quiz-shell {
    grid-template-columns: 1fr;
  }

  .ph-page-get-started .ph-getstarted__quiz-aside {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
  }

  .ph-page-get-started .ph-getstarted__quiz-aside-main {
    justify-items: start;
    text-align: left;
  }

  .ph-page-get-started .ph-getstarted__quiz-aside-icon {
    width: 64px;
    height: 64px;
  }

  .ph-page-get-started .ph-getstarted__quiz-aside-icon svg {
    width: 34px;
    height: 34px;
  }

  .ph-page-get-started .ph-getstarted__quiz-aside-secure {
    justify-items: end;
    text-align: right;
  }

  .ph-page-get-started .ph-getstarted__quiz-main {
    --ph-getstarted-quiz-pad-x: 22px;
    padding: 0 var(--ph-getstarted-quiz-pad-x) 22px;
  }

  .ph-page-get-started .ph-getstarted__quiz-progress {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0 calc(100% - 72px), #ffffff calc(100% - 72px) 100%),
      linear-gradient(102deg, #eefbf4 0%, #f8fff9 28%, #fffdf3 58%, #fff1c9 100%);
  }

  .ph-page-get-started .ph-getstarted__quiz-wave {
    right: -180px;
    width: calc(100% + 340px);
    background-image: url("data:image/svg+xml,%3Csvg width='1200' height='132' viewBox='0 0 1200 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='waveStroke' x1='0' y1='130' x2='1200' y2='94' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232FA36E' stop-opacity='0'/%3E%3Cstop offset='0.22' stop-color='%23F0C84B' stop-opacity='0.16'/%3E%3Cstop offset='0.68' stop-color='%23E7A51A' stop-opacity='0.68'/%3E%3Cstop offset='1' stop-color='%232FA36E' stop-opacity='0.2'/%3E%3C/linearGradient%3E%3ClinearGradient id='whiteLift' x1='0' y1='132' x2='1200' y2='80' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFFFF' stop-opacity='0.99'/%3E%3Cstop offset='0.28' stop-color='%23FFFFFF' stop-opacity='1'/%3E%3Cstop offset='1' stop-color='%23FFFFFF' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 130C230 126 380 84 584 58C784 34 1000 52 1200 94V132H0V130Z' fill='url(%23whiteLift)'/%3E%3Cpath d='M0 130C230 126 380 84 584 58C784 34 1000 52 1200 94' stroke='url(%23waveStroke)' stroke-width='1.55' stroke-linecap='round'/%3E%3C/svg%3E");
  }

  .ph-page-get-started .ph-getstarted__trust-row {
    width: min(720px, 92%);
  }

  .ph-page-get-started .ph-getstarted__trust-row > div {
    padding: 0 18px;
  }

  .ph-page-get-started .ph-getstarted.is-lead-step .ph-getstarted__card {
    padding: 0;
  }

  .ph-page-get-started .ph-getstarted__lead-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ph-page-get-started .ph-getstarted__lead-aside {
    padding: 24px;
  }

  .ph-page-get-started .ph-getstarted__lead-logo {
    margin-bottom: 8px;
  }

  .ph-page-get-started .ph-getstarted__lead-title {
    max-width: none;
  }

  .ph-page-get-started .ph-getstarted__lead-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ph-page-get-started .ph-getstarted__lead-form-panel {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-height: 780px) {
  .ph-page-get-started .ph-getstarted {
    padding: 0;
  }

  .ph-page-get-started .ph-getstarted__container {
    padding-top: 16px;
    padding-bottom: 14px;
  }

  .ph-page-get-started .ph-getstarted__topbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ph-page-get-started .ph-getstarted__quiz-shell {
    min-height: 0;
  }

  .ph-page-get-started .ph-getstarted__quiz-main {
    padding-bottom: 16px;
  }

  .ph-page-get-started .ph-getstarted__quiz-progress {
    gap: 0;
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 10px;
  }

  .ph-page-get-started .ph-getstarted__quiz-wave {
    top: 5px;
    height: 92px;
  }

  .ph-page-get-started .ph-getstarted__quiz-context-title {
    margin-top: 3px;
    font-size: 1.18rem;
  }

  .ph-page-get-started .ph-getstarted__quiz-context-copy {
    justify-content: center;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 0.94rem;
    line-height: 1.25;
  }

  .ph-page-get-started [data-quiz-progress-label] {
    font-size: 0.9rem;
  }

  .ph-page-get-started .ph-getstarted__question-title {
    font-size: 1.38rem;
    line-height: 1.22;
  }

  .ph-page-get-started .ph-getstarted__options-grid {
    gap: 7px;
    margin-top: 11px;
  }

  .ph-page-get-started .ph-getstarted__option {
    min-height: 40px;
    padding: 7px 14px;
  }

  .ph-page-get-started .ph-getstarted__actions {
    margin-top: auto;
    padding-top: 12px;
  }

  .ph-page-get-started .ph-getstarted__actions .c-button {
    min-height: 44px;
    padding: 10px 20px;
  }

  .ph-page-get-started .ph-getstarted__portal-shortcut--footer {
    margin-top: 8px;
  }

  .ph-page-get-started .ph-getstarted__trust-row {
    margin-top: 8px;
  }

  .ph-page-get-started .ph-getstarted__trust-row > div {
    gap: 10px;
    padding: 0 20px;
  }

  .ph-page-get-started .ph-getstarted__trust-row svg {
    width: 34px;
    height: 34px;
  }

  .ph-page-get-started .ph-getstarted__trust-row strong {
    font-size: 0.92rem;
  }

  .ph-page-get-started .ph-getstarted__trust-row small {
    font-size: 0.76rem;
  }
}

@media (max-width: 767px) {
  .ph-page-get-started,
  .ph-page-get-started .ph-main-shell,
  .ph-page-get-started .ph-getstarted,
  .ph-page-get-started .ph-getstarted__container,
  .ph-page-get-started .ph-getstarted__card,
  .ph-page-get-started .ph-getstarted__form,
  .ph-page-get-started .ph-getstarted__quiz-main,
  .ph-page-get-started .ph-getstarted__step {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .ph-page-get-started .ph-getstarted {
    padding: 0;
  }

  .ph-page-get-started .ph-getstarted__container {
    width: 100%;
    padding: 18px 0 16px;
  }

  .ph-page-get-started .ph-getstarted__topbar {
    width: 100%;
    margin-bottom: 0;
    padding: 12px 14px;
  }

  .ph-page-get-started .ph-getstarted__card {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    border-radius: 10px;
    padding: 0;
  }

  .ph-page-get-started .ph-getstarted__quiz-shell {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-height: 0;
  }

  .ph-page-get-started .ph-getstarted__quiz-aside {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .ph-page-get-started .ph-getstarted__quiz-aside-main,
  .ph-page-get-started .ph-getstarted__quiz-aside-secure {
    justify-items: center;
    text-align: center;
  }

  .ph-page-get-started .ph-getstarted__quiz-aside-secure p {
    max-width: 28ch;
  }

  .ph-page-get-started .ph-getstarted__quiz-main {
    --ph-getstarted-quiz-pad-x: 14px;
    padding: 0 var(--ph-getstarted-quiz-pad-x) 18px;
  }

  .ph-page-get-started .ph-getstarted__quiz-progress {
    gap: 0;
    margin-bottom: 0;
    padding: 16px var(--ph-getstarted-quiz-pad-x);
    background: linear-gradient(102deg, #eefbf4 0%, #f8fff9 28%, #fffdf3 58%, #fff1c9 100%);
  }

  .ph-page-get-started .ph-getstarted__quiz-progress::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #ffffff;
    clip-path: polygon(0 86px, 18% 84px, 34% 78px, 48% 62px, 62% 52px, 78% 50px, 100% 62px, 100% 100%, 0 100%);
    pointer-events: none;
  }

  .ph-page-get-started .ph-getstarted__quiz-wave {
    top: 54px;
    right: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background: transparent;
    background-image: none;
    opacity: 1;
  }

  .ph-page-get-started .ph-getstarted__quiz-wave::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='480' height='44' viewBox='0 0 480 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 32C86 31 164 27 230 14C306 -2 384 -1 480 8' stroke='%23e7b342' stroke-opacity='0.46' stroke-width='1.35' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat left top / 100% 44px;
    pointer-events: none;
  }

  .ph-page-get-started .ph-getstarted__quiz-progress-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .ph-page-get-started .ph-getstarted__quiz-context-row {
    position: relative;
    align-items: end;
    justify-content: flex-end;
  }

  .ph-page-get-started .ph-getstarted__quiz-progress-row::before {
    content: "";
    position: absolute;
    top: 0;
    right: -999px;
    bottom: calc(clamp(12px, 1.5vh, 18px) * -1);
    left: -999px;
    z-index: 0;
    background: #ffffff;
    pointer-events: none;
  }

  .ph-page-get-started [data-quiz-progress-label] {
    font-size: 0.82rem;
  }

  .ph-page-get-started [data-quiz-progress-label]::before {
    content: "";
    position: absolute;
    inset: -8px calc(var(--ph-getstarted-quiz-pad-x) * -1) -8px -14px;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff 18px, #ffffff 100%);
    pointer-events: none;
  }

  .ph-page-get-started .ph-getstarted__question-title {
    max-width: calc(100vw - 56px);
    white-space: normal;
  }

  .ph-page-get-started .ph-getstarted__quiz-progress-bars {
    width: 100%;
    grid-auto-columns: minmax(18px, 1fr);
    gap: 7px;
  }

  .ph-page-get-started .ph-getstarted__question-title {
    font-size: 1.22rem;
    line-height: 1.35;
  }

  .ph-page-get-started .ph-getstarted__options-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 13px;
    max-width: calc(100vw - 56px);
  }

  .ph-page-get-started .ph-getstarted__options-grid .ph-getstarted__option:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .ph-page-get-started .ph-getstarted__option {
    min-height: 50px;
  }

  .ph-page-get-started .ph-getstarted.is-lead-step .ph-getstarted__card {
    border-radius: 12px;
    padding: 0;
  }

  .ph-page-get-started .ph-getstarted__title {
    font-size: 1.7rem;
  }

  .ph-page-get-started .ph-getstarted__portal-shortcut {
    margin-top: 12px;
    border-radius: 12px;
    padding: 9px 10px;
  }

  .ph-page-get-started .ph-getstarted__portal-shortcut--footer {
    margin-top: 14px;
    width: fit-content;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    justify-content: center;
  }

  .ph-page-get-started .ph-getstarted__lead-grid {
    grid-template-columns: 1fr;
  }

  .ph-page-get-started .ph-getstarted__lead-aside,
  .ph-page-get-started .ph-getstarted__lead-form-panel {
    padding: 20px;
  }

  .ph-page-get-started .ph-getstarted__lead-logo {
    width: 150px;
  }

  .ph-page-get-started .ph-getstarted__lead-title {
    font-size: 1.95rem;
  }

  .ph-page-get-started .ph-getstarted__lead-success {
    gap: 12px;
    padding: 12px;
  }

  .ph-page-get-started .ph-getstarted__lead-success-icon {
    width: 46px;
    height: 46px;
  }

  .ph-page-get-started .ph-getstarted__lead-steps {
    grid-template-columns: 1fr;
  }

  .ph-page-get-started .ph-getstarted__lead-progress {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
  }

  .ph-page-get-started .ph-getstarted__lead-progress-bars {
    width: 100%;
  }

  .ph-page-get-started .ph-getstarted__lead-form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ph-page-get-started .ph-getstarted__field--half,
  .ph-page-get-started .ph-getstarted__field--full {
    grid-column: 1 / -1;
  }

  .ph-page-get-started .ph-getstarted__actions {
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
  }

  .ph-page-get-started .ph-getstarted__actions .c-button {
    width: auto;
  }

  .ph-page-get-started .ph-getstarted__actions .c-button:last-child {
    flex: 1 1 auto;
    margin-left: 0;
  }

  .ph-page-get-started .ph-getstarted__actions .c-button:first-child:last-child {
    width: 100%;
    flex-basis: 100%;
  }

  .ph-page-get-started .ph-getstarted__actions .c-button.c-button-secondary {
    flex: 0 0 54px;
    width: 54px;
    min-width: 54px;
    padding: 0;
    font-size: 0;
  }

  .ph-page-get-started .ph-getstarted__actions .c-button.c-button-secondary::before {
    margin-right: 0;
    font-size: 1.35rem;
  }

  .ph-page-get-started .ph-getstarted__lead-actions .c-button:last-child,
  .ph-page-get-started .ph-getstarted__lead-actions .c-button:first-child {
    min-width: 0;
  }

  .ph-page-get-started .ph-getstarted__auth-modal-dialog {
    padding: 18px 14px;
  }

  .ph-page-get-started .ph-getstarted__auth-modal-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ph-page-get-started .ph-getstarted__option {
    padding: 10px 13px;
  }

  .ph-page-get-started .ph-getstarted__quiz-context-copy {
    justify-content: center;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 0.96rem;
    line-height: 1.38;
  }

  .ph-page-get-started .ph-getstarted__trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: min(100% - 28px, 420px);
    margin-top: 0;
    padding: 12px 0 14px;
  }

  .ph-page-get-started .ph-getstarted__trust-row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    min-width: 0;
    padding: 0 8px;
    border-right: 1px solid rgba(203, 213, 225, 0.78);
    text-align: center;
  }

  .ph-page-get-started .ph-getstarted__trust-row > div:last-child {
    border-right: 0;
  }

  .ph-page-get-started .ph-getstarted__trust-row span {
    width: 28px;
    height: 28px;
    color: #08733d;
  }

  .ph-page-get-started .ph-getstarted__trust-row svg {
    width: 26px;
    height: 26px;
  }

  .ph-page-get-started .ph-getstarted__trust-row p {
    display: block;
  }

  .ph-page-get-started .ph-getstarted__trust-row strong {
    display: block;
    font-size: 0.78rem;
    line-height: 1.15;
  }

  .ph-page-get-started .ph-getstarted__trust-row small {
    display: none;
  }

  .ph-page-get-started .ph-getstarted__sex-card {
    min-height: 44px;
    height: 44px;
    padding: 6px 9px;
  }

  .ph-page-get-started .ph-getstarted__sex-icon {
    width: 22px;
    height: 22px;
  }

  .ph-page-get-started .ph-getstarted__sex-copy strong {
    font-size: 12px;
  }

  .ph-page-get-started .ph-getstarted__bridge-loader {
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 900px) {
  .ph-page-get-started .ph-getstarted__quiz-progress {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0 calc(100% - 42px), #ffffff calc(100% - 42px) 100%),
      linear-gradient(102deg, #eefbf4 0%, #f8fff9 28%, #fffdf3 58%, #fff1c9 100%);
  }

  .ph-page-get-started .ph-getstarted__quiz-progress::before {
    content: "";
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #ffffff;
    pointer-events: none;
  }

  .ph-page-get-started .ph-getstarted__quiz-progress::after {
    content: none;
  }

  .ph-page-get-started .ph-getstarted__quiz-wave {
    display: block;
    top: 8px;
    right: 0;
    left: 0;
    width: 100%;
    height: 104px;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='1200' height='132' viewBox='0 0 1200 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='waveStroke' x1='0' y1='124' x2='1200' y2='74' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23e7b342' stop-opacity='0.5'/%3E%3Cstop offset='0.34' stop-color='%23e7b342' stop-opacity='0.66'/%3E%3Cstop offset='0.68' stop-color='%23d99a16' stop-opacity='0.72'/%3E%3Cstop offset='1' stop-color='%23b6c878' stop-opacity='0.42'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 124C236 122 396 96 594 68C798 40 1012 48 1200 74V132H0V124Z' fill='%23ffffff'/%3E%3Cpath d='M0 124C236 122 396 96 594 68C798 40 1012 48 1200 74' stroke='url(%23waveStroke)' stroke-width='1.55' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    box-shadow: 0 34px 0 #ffffff;
    opacity: 0.96;
  }

  .ph-page-get-started .ph-getstarted__quiz-wave::before {
    content: none;
  }

  .ph-page-get-started .ph-getstarted__quiz-progress-row::before {
    content: none;
  }

  .ph-page-get-started [data-quiz-progress-label]::before {
    content: none;
  }
}

@media (max-width: 640px) {
  .ph-page-get-started .ph-getstarted__lab-upload {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .ph-page-get-started .ph-getstarted__lab-upload-control {
    width: 100%;
  }

  .ph-page-get-started .ph-getstarted__quiz-progress {
    background: linear-gradient(102deg, #eefbf4 0%, #f8fff9 28%, #fffdf3 58%, #fff1c9 100%);
  }

  .ph-page-get-started .ph-getstarted__quiz-wave {
    background-image: url("data:image/svg+xml,%3Csvg width='1200' height='132' viewBox='0 0 1200 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='waveStroke' x1='0' y1='128' x2='1200' y2='78' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23e7b342' stop-opacity='0.5'/%3E%3Cstop offset='0.34' stop-color='%23e7b342' stop-opacity='0.66'/%3E%3Cstop offset='0.68' stop-color='%23d99a16' stop-opacity='0.72'/%3E%3Cstop offset='1' stop-color='%23b6c878' stop-opacity='0.42'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 128C250 128 414 108 612 78C812 48 1024 52 1200 78V132H0V128Z' fill='%23ffffff'/%3E%3Cpath d='M0 128C250 128 414 108 612 78C812 48 1024 52 1200 78' stroke='url(%23waveStroke)' stroke-width='1.55' stroke-linecap='round'/%3E%3C/svg%3E");
    box-shadow: 0 40px 0 #ffffff;
  }

  .ph-page-get-started .ph-getstarted__quiz-progress::before {
    top: 0;
    clip-path: polygon(0 114px, 28% 112px, 52% 104px, 72% 94px, 88% 82px, 100% 76px, 100% 100%, 0 100%);
  }
}

@media (max-width: 767px) {
  .ph-page-get-started .ph-getstarted__quiz-progress-row::before {
    content: "";
    position: absolute;
    top: -12px;
    right: -999px;
    bottom: -10px;
    left: -999px;
    z-index: 0;
    background: #ffffff;
    pointer-events: none;
  }
}

@media (max-width: 420px) {
  .ph-page-get-started .ph-getstarted__sex-options {
    gap: 8px;
  }

  .ph-page-get-started .ph-getstarted__sex-card {
    gap: 5px;
    padding-inline: 7px;
  }

  .ph-page-get-started .ph-getstarted__sex-icon {
    width: 18px;
    height: 18px;
  }

  .ph-page-get-started .ph-getstarted__sex-icon svg {
    width: 14px;
    height: 14px;
  }

  .ph-page-get-started .ph-getstarted__sex-copy {
    gap: 1px;
  }

  .ph-page-get-started .ph-getstarted__sex-copy strong {
    font-size: 11.5px;
  }

  .ph-page-get-started .ph-getstarted__sex-copy small {
    display: block;
    font-size: 8.5px;
  }
}
