body {
  background: var(--hubpro-navy);
}

.st-page {
  padding-top: 72px;
}

.st-main {
  padding: 24px 0 80px;
}

.st-container {
  width: min(1260px, 94%);
}

.st-countdown {
  margin-bottom: 40px;
  background: linear-gradient(to right, rgba(255, 106, 0, 0.2), rgba(255, 106, 0, 0.1), rgba(255, 106, 0, 0.2));
  border: 1px solid rgba(255, 106, 0, 0.2);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.st-countdown-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.st-countdown-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 106, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.st-countdown-icon svg {
  color: var(--hubpro-orange);
  width: 20px;
  height: 20px;
}

.st-countdown-left p:first-child {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0;
}

.st-countdown-left p:last-child {
  color: var(--hubpro-steel);
  font-size: 12px;
  margin: 0;
}

.st-countdown-right {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.st-countdown-right > svg {
  width: 14px;
  height: 14px;
  color: var(--hubpro-orange);
}

.st-countdown-right > span {
  color: var(--hubpro-steel);
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
}

.st-timer {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.st-timer strong {
  background: rgba(18, 43, 74, 0.85);
  color: var(--hubpro-orange);
  border-radius: 4px;
  padding: 4px 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  line-height: 1;
}

.st-timer b {
  color: var(--hubpro-orange);
  font-size: 16px;
}

.st-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: flex-start;
}

.st-left {
  position: sticky;
  top: 112px;
}

.st-eyebrow {
  color: var(--hubpro-orange);
  text-transform: uppercase;
  letter-spacing: 2.8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  margin: 0px 0px 16px;
}

.st-left h1 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin: 0px 0px 24px;
}

.st-left h1 span {
  color: var(--hubpro-orange);
}

.st-left > p {
  color: oklch(0.872 0.01 258.338);
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 29.25px;
  margin: 0px 0px 32px;
}

.st-benefits {
  display: grid;
  gap: 20px;
  margin-bottom: 34px;
}

.st-benefits article {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.st-benefits .icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 106, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.st-benefits .icon svg {
  color: var(--hubpro-orange);
  width: 20px;
  height: 20px;
}

.st-benefits h3 {
  margin: 0 0 2px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.st-benefits p {
  margin: 0;
  color: var(--hubpro-steel);
  font-size: 14px;
}

.st-quote {
  background: rgba(33, 71, 110, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 24px;
}

.st-quote p:first-child {
  color: var(--hubpro-steel);
  font-size: 14px;
  line-height: 1.65;
  font-style: italic;
  margin: 0;
}

.st-quote p:last-child {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  margin: 10px 0 0;
}

.st-form-card {
  background: var(--hubpro-navy-light);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px 36px;
}

.st-steps {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}

.st-step-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.st-step-dot {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.st-step-dot svg {
  width: 16px;
  height: 16px;
}

.st-step-item .st-step-line {
  flex: 1;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.st-step-item:last-child {
  flex: 0;
}

.st-step-item:last-child .st-step-line {
  display: none;
}

.st-step-item.done .st-step-dot {
  background: var(--hubpro-green);
  color: #fff;
}

.st-step-item.active .st-step-dot {
  background: var(--hubpro-orange);
  color: #fff;
}

.st-step-item.idle .st-step-dot {
  background: rgba(255, 255, 255, 0.1);
  color: var(--hubpro-steel);
}

.st-step-line.done {
  background: var(--hubpro-green);
}

.st-panel h2 {
  margin: 0 0 2px;
  color: #fff;
  font-size: 44px;
  line-height: 1;
}

.st-success h2 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0px 0px 12px;
  text-align: center;
}

.st-panel > p {
  margin: 0 0 20px;
  color: var(--hubpro-steel);
  font-size: 14px;
}

.st-field,
.st-two-col > div {
  margin: 0;
}

.st-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.st-panel label {
  display: block;
  color: #d1d9e2;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.st-panel input,
.st-panel select {
  width: 100%;
  padding: 12px 16px;
  background-color: oklab(0.342288 -0.0220913 -0.0674109 / 0.6);
  border-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.1);
  border-style: solid;
  border-width: 0.666667px;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 24px;
  outline: none;
  transition: border-color 0.2s ease;
}

.st-panel input::placeholder {
  color: rgba(160, 179, 200, 0.5);
}

.st-panel select {
  appearance: none;
  cursor: pointer;
}

.st-panel input:focus,
.st-panel select:focus {
  border-color: rgba(255, 106, 0, 0.5);
}

.st-panel input.invalid,
.st-panel select.invalid {
  border-color: #ef4444;
}

.st-error {
  min-height: 16px;
  margin-top: 4px;
  display: block;
  color: #f87171;
  font-size: 12px;
  font-style: normal;
}

.st-plans {
  display: grid;
  gap: 18px;
}

.st-panel .st-plan {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(18, 43, 74, 0.35);
  padding: 24px;
  margin-bottom: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.st-plan input {
  display: none;
}

.st-plan.active {
  align-items: center;
  background-color: oklab(0.700932 0.142874 0.141699 / 0.05);
  border-color: #ff6a00;
  border-radius: 12px;
  border-style: solid;
  border-width: 0.666667px;
  color: oklch(0.96 0.005 250);
  display: flex;
  font-family: "Source Sans 3", sans-serif;
  gap: 16px;
  line-height: 24px;
  padding: 24px;
}

.st-radio {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 4px solid rgba(160, 179, 200, 0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
}

.st-radio > span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: transparent;
}

.st-plan.active .st-radio {
  align-items: center;
  border-color: #ff6a00;
  border-radius: 2.23696e+07px;
  border-style: solid;
  border-width: 2px;
  color: oklch(0.96 0.005 250);
  display: flex;
  justify-content: center;
  line-height: 24px;
}

.st-plan.active .st-radio > span {
  background: var(--hubpro-orange);
}

.st-plan-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  flex: 1;
}

.st-plan-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}

.st-plan-row b {
  color: #fff;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
}

.st-plan-row strong {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  line-height: 1.2;
}

.st-plan-row strong.orange {
  color: var(--hubpro-orange);
}

.st-plan-row strong.green {
  color: var(--hubpro-green);
}

.st-plan-content small {
  display: block;
  color: var(--hubpro-steel);
  font-size: 14px;
  line-height: 1.25;
}

.st-trial-hint {
  color: var(--hubpro-steel);
  font-size: 12px;
  text-align: center;
  margin: 12px 0 0;
}

.st-actions {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#backBtn {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: var(--hubpro-steel);
  border-radius: 8px;
  padding: 12px 24px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

#backBtn:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

#nextBtn {
  flex: 1;
  border: 0;
  border-radius: 8px;
  padding: 12px 24px;
  background: var(--hubpro-orange);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

#nextBtn:hover {
  background: var(--hubpro-orange-dark);
  box-shadow: 0 12px 24px rgba(255, 106, 0, 0.2);
}

#nextBtn svg {
  width: 18px;
  height: 18px;
}

.st-terms {
  margin: 16px 0 0;
  color: var(--hubpro-steel);
  font-size: 12px;
  text-align: center;
}

.st-success {
  text-align: center;
  padding: 14px 0;
}

.st-success .done-icon {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

.st-success .done-icon svg {
  width: 40px;
  height: 40px;
  color: var(--hubpro-green);
}

.st-success > p {
  color: #a0b3c8;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin: 0px 0px 24px;
  text-align: center;
}

.st-success > p strong {
  color: #fff;
  font-weight: 700;
}

.st-next {
  background-color: oklab(0.342288 -0.0220913 -0.0674109 / 0.6);
  border-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.05);
  border-style: solid;
  border-width: 0.666667px;
  border-radius: 12px;
  color: oklch(0.96 0.005 250);
  line-height: 24px;
  margin: 0px 0px 32px;
  padding: 24px;
  text-align: left;
}

.st-next h3 {
  color: #fff;
  font-size: 21px;
  margin: 0 0 10px;
}

.st-next div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d1d9e2;
  font-size: 14px;
  margin-bottom: 8px;
}

.st-next div:last-child {
  margin-bottom: 0;
}

.st-next svg {
  width: 14px;
  height: 14px;
  color: var(--hubpro-green);
  flex-shrink: 0;
}

.st-home-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  background: var(--hubpro-orange);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.st-home-btn:hover {
  background: var(--hubpro-orange-dark);
}

.st-home-btn svg {
  width: 18px;
  height: 18px;
}

.st-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.st-toast.success {
  background: rgba(34, 197, 94, 0.2);
  border: 1px solid rgba(34, 197, 94, 0.4);
}

.st-toast.error {
  background: rgba(239, 68, 68, 0.2);
  border: 1px solid rgba(239, 68, 68, 0.45);
}

.st-toast.info {
  background: rgba(160, 179, 200, 0.2);
  border: 1px solid rgba(160, 179, 200, 0.4);
}

@media (max-width: 1120px) {
  .st-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .st-left {
    position: static;
  }
}

@media (max-width: 760px) {
  .st-main {
    padding-top: 18px;
  }

  .st-form-card {
    padding: 20px;
  }

  .st-two-col {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .st-countdown {
    padding: 14px;
  }

  .st-countdown-right {
    margin-left: 0;
  }

  .st-left > p {
    font-size: 21px;
    line-height: 33px;
  }

  .st-panel h2,
  .st-success h2 {
    font-size: 34px;
  }

  .st-home-btn {
    font-size: 18px;
  }
}
