.quiz-icon,
.industry-option > span {
  color: #c84e38;
  font-size: 0;
}

.quiz-icon svg,
.industry-option > span svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quiz-icon img {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.industry-option > span img {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.auth-email-preview {
  min-height: 56px;
  border: 1px solid #e1e1e1;
  border-radius: 9px;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 12px;
  text-align: left;
}

.auth-email-preview span {
  color: #999;
  font-size: 11px;
}

.auth-email-preview b {
  grid-column: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.auth-email-preview button {
  grid-column: 2;
  grid-row: 1 / 3;
  border: 0;
  background: none;
  color: #ff6f54;
  cursor: pointer;
  font-weight: 700;
}

.password-field {
  display: block;
  position: relative;
  margin-top: 12px;
}

.password-field .quiz-input {
  padding-right: 65px;
}

.password-field button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  cursor: pointer;
  color: #666;
}

.auth-message {
  min-height: 18px;
  margin: 12px 4px 0;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.auth-message.error { color: #c9362a; }
.auth-message.success { color: #21854a; }

.auth-mode-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4px;
  margin-bottom: 14px;
  border-radius: 9px;
  background: #f2f2f2;
}

.auth-mode-tabs button {
  height: 38px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #777;
  cursor: pointer;
  font-weight: 700;
}

.auth-mode-tabs button.active {
  background: #fff;
  color: #111;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.auth-name-field {
  display: block;
  margin-top: 12px;
}

.register-only[hidden] {
  display: none;
}

.post-auth-button {
  margin-top: 24px;
  background: #050505;
}

.benefits-card {
  width: 456px;
  max-height: calc(100vh - 95px);
  overflow: auto;
  padding: 28px 12px 30px;
  border-radius: 24px;
  background: #fff;
  color: #080808;
  position: relative;
}

.benefits-card::-webkit-scrollbar { width: 0; }

.benefits-card > h1 {
  margin: 0 0 26px;
  font-size: 29px;
  line-height: 1.15;
  text-align: left;
}

.benefit-list {
  display: grid;
  gap: 16px;
}

.benefit-list article {
  min-height: 136px;
  display: grid;
  grid-template-columns: 40px 1fr 142px;
  align-items: center;
  overflow: hidden;
  padding: 15px 14px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  text-align: left;
}

.benefit-icon {
  align-self: start;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ff6f54;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.benefit-list h3 {
  margin: 38px 0 5px -40px;
  font-size: 16px;
}

.benefit-list p {
  margin: 0 0 0 -40px;
  color: #8a8d96;
  font-size: 14px;
  line-height: 1.3;
}

.benefit-list video {
  width: 136px;
  height: 105px;
  border-radius: 8px;
  object-fit: cover;
}

.benefits-continue {
  position: sticky;
  bottom: 0;
  margin-top: 14px;
  background: #050505;
  box-shadow: 0 -14px 20px #fff;
}

.pricing-stage-compact {
  width: 464px;
  padding: 38px 20px 30px;
  border-radius: 24px;
  background: #fff;
  color: #080808;
  text-align: left;
}

.pricing-stage-compact > h1 {
  margin: 0 0 26px;
  font-size: 34px;
  line-height: 1.2;
}

.limited-time-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -10px 0 18px;
  padding: 9px 12px;
  border-radius: 8px;
  background: #fff0ec;
  color: #d6533d;
  font-size: 12px;
  font-weight: 700;
}

.limited-time-offer strong {
  color: #b93827;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .4px;
}

.pricing-stage-compact > h1 em {
  color: #ff6f54;
  font-style: normal;
}

.pricing-stage-compact .funnel-pricing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.compact-plan {
  min-height: 92px;
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 6px;
  padding: 20px 18px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  color: #111;
  text-align: left;
  cursor: pointer;
}

.compact-plan.recommended {
  padding-top: 31px;
}

.compact-plan-badge {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 11px 11px 0 0;
  background: #ff6f54;
  color: #fff;
  font-size: 11px;
}

.compact-plan > i {
  width: 18px;
  height: 18px;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
}

.compact-plan.selected > i {
  border: 5px solid #4476ff;
}

.compact-plan h2 {
  margin: 0 0 5px;
  font-size: 16px;
}

.compact-plan p {
  margin: 0;
  color: #787d87;
  font-size: 13px;
}

.compact-plan p s {
  position: relative;
  color: #a0a4ad;
  text-decoration: none;
}

.compact-plan p s::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: 50%;
  height: 1.25px;
  background: #e26565;
  transform: translateY(-50%);
  pointer-events: none;
}

.compact-plan p b {
  color: #525862;
  font-size: 13px;
  font-weight: 500;
}

.compact-plan p .price-arrow {
  width: 18px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  margin: 0 5px;
  color: #a0a4ad;
  vertical-align: -1px;
}

.compact-plan p .price-arrow svg {
  width: 18px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.compact-plan.selected p b { color: #333; }

.compact-plan aside {
  display: grid;
  justify-items: end;
}

.compact-plan aside strong {
  color: #a0a4ad;
  font-size: 22px;
}

.compact-plan aside s {
  position: relative;
  color: #b2b5bc;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
}

.compact-plan aside s::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: 50%;
  height: 1.25px;
  background: currentColor;
  transform: translateY(-50%);
  pointer-events: none;
}

.compact-plan aside small {
  color: #a0a4ad;
  font-size: 10px;
}

.compact-plan.selected aside strong {
  color: #111;
}

.compact-plan.selected aside s {
  color: #969ba5;
}

.compact-plan.selected aside small {
  color: #555b64;
}

.pricing-renewal {
  margin: 13px 0 20px;
  color: #858a94;
  font-size: 11px;
}

.pricing-renewal span {
  width: 15px;
  height: 15px;
  display: inline-grid;
  place-items: center;
  margin-left: 3px;
  border: 1px solid #aeb2ba;
  border-radius: 50%;
  font-size: 9px;
  cursor: help;
}

.get-plan-button {
  width: 100%;
  border: 0;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 32px;
  background: #050505;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.get-plan-button span {
  color: #ff6f54;
  font-size: 24px;
}

.get-plan-button:disabled {
  cursor: wait;
  opacity: .72;
}

.checkout-message {
  min-height: 16px;
  margin: 10px 6px 0;
  text-align: center;
  font-size: 12px;
}

.checkout-message.error { color: #c9362a; }

.flow-brand {
  cursor: default;
  user-select: none;
  text-decoration: none;
}

.flow-brand img {
  filter: none;
}

.flow-back {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: background-color .18s ease;
}

.flow-back:hover {
  background: rgba(255, 255, 255, .1);
}

.flow-back svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
