.relogo-entropy-test {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow: visible;
  border: 0px solid rgba(43, 43, 43, 0.14);
  border-radius: 22px;
  background: transparent;
  color: #2b2b2b;
  font-family: "Space Grotesk", sans-serif;
  display: flex;
  flex-direction: column;
}

.relogo-entropy-test *,
.relogo-entropy-test *::before,
.relogo-entropy-test *::after {
  box-sizing: border-box;
  max-width: 100%;
}

.relogo-entropy-test button,
.relogo-entropy-test input,
.relogo-entropy-test select,
.relogo-entropy-test textarea,
.relogo-entropy-test a {
  font-family: "Space Grotesk", sans-serif !important;
}

.relogo-entropy-page {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(32px, 8vw, 58px) clamp(32px, 8vw, 58px);
  color: #2b2b2b;
  font-family: "Space Grotesk", sans-serif;
}

.relogo-entropy-page *,
.relogo-entropy-page *::before,
.relogo-entropy-page *::after {
  box-sizing: border-box;
}

.relogo-entropy-page__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin: 0 0 clamp(42px, 10vw, 72px);
}

.relogo-entropy-page__label,
.relogo-entropy-page__back {
  margin: 0;
  font-size: clamp(14px, 3.8vw, 18px);
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: rgba(43, 43, 43, 0.55);
}

.relogo-entropy-page__label {
  color: #E84048;
}

.relogo-entropy-page__back {
  display: inline-flex;
  text-align: right;
  white-space: nowrap;
  text-decoration: none !important;
}

.relogo-entropy-page__back:hover,
.relogo-entropy-page__back:focus {
  color: #E84048;
  outline: none;
}

.relogo-entropy-page__intro {
  margin: 0 0 clamp(34px, 8vw, 56px);
}

.relogo-entropy-page__title {
  max-width: 720px;
  margin: 0;
  font-size: clamp(42px, 12.2vw, 72px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 700;
  color: #2b2b2b;
}

.relogo-entropy-page__title span {
  color: #E84048;
}

.relogo-entropy-page__copy {
  max-width: 620px;
  margin: clamp(24px, 5.5vw, 34px) 0 0;
  font-size: clamp(14px, 4vw, 18px);
  line-height: 1.34;
  font-weight: 700;
  color: rgba(43, 43, 43, 0.65);
}

.relogo-entropy-test.is-direct {
  border: 0;
  border-radius: 0;
  padding: 0;
  min-height: 0;
}

.relogo-entropy-test.is-direct .ret-screen.is-active {
  flex: none;
}

.relogo-entropy-test.is-direct .ret-options {
  margin-top: 0;
}

.relogo-entropy-test.is-direct .ret-entry-card {
  grid-template-columns: minmax(0, 1fr) 32px;
  gap: 18px;
  align-items: center;
  padding: 22px 28px !important;
  overflow: visible !important;
}

.relogo-entropy-test.is-direct .ret-code {
  display: none;
}

.relogo-entropy-test.is-direct .ret-entry-content {
  overflow: visible;
}

.relogo-entropy-test.is-direct .ret-entry-content strong,
.relogo-entropy-test.is-direct .ret-duration {
  font-size: clamp(24px, 4.8vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.relogo-entropy-test.is-direct .ret-duration {
  display: block;
  margin-top: 2px;
  color: #E84048;
  font-style: normal;
}

.relogo-entropy-test.is-direct .ret-entry-content small {
  margin-top: 6px;
  font-size: clamp(15px, 2.8vw, 22px);
  line-height: 1.25;
}

.relogo-entropy-test.is-direct .ret-arrow {
  width: 32px;
  min-width: 32px;
  justify-self: end;
  text-align: right;
}

.ret-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
  min-width: 0;
}

.ret-top-inline {
  display: none;
}

.relogo-entropy-test.is-direct .ret-top-inline {
  display: flex;
}

.ret-label,
.ret-status {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #323232;
  font-family: 'Figtree';
}

.ret-status {
  white-space: nowrap;
}

.ret-progress {
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: rgba(43, 43, 43, 0.08);
  overflow: hidden;
  margin-bottom: 20px;
}

.ret-progress-fill {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: #E84048;
  transition: width 0.35s ease;
}

.ret-screen {
  display: none;
  min-width: 0;
  max-width: 100%;
}

.ret-screen.is-active {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  max-width: 100%;
}

.ret-title {
  margin: 0 0 12px;
  font-size: clamp(25px, 2vw, 34px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 700;
  color: #2b2b2b;
}

.ret-title span,
.ret-title em,
.ret-entry-content em {
  color: #E84048;
  font-style: normal;
}

.ret-title-small {
  font-size: clamp(24px, 1.9vw, 32px);
}

.ret-copy {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.32;
  color: rgba(43, 43, 43, 0.65);
  font-weight: 600;
}

.ret-options {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  min-width: 0;
}

.ret-entry-card {
  width: 100%;
  min-width: 0;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 1px solid rgba(43, 43, 43, 0.14) !important;
  border-radius: 15px !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 12px !important;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  text-align: left;
  color: #2b2b2b !important;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.ret-entry-card:hover,
.ret-entry-card:focus {
  border-color: rgba(232, 64, 72, 0.5) !important;
  background: rgba(255, 255, 255, 0.24) !important;
  transform: translateY(-1px);
  color: #2b2b2b !important;
  outline: none !important;
}

.ret-code {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(43, 43, 43, 0.14);
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #2b2b2b;
}

.ret-entry-card:hover .ret-code,
.ret-entry-card:focus .ret-code,
.ret-entry-card:hover .ret-arrow,
.ret-entry-card:focus .ret-arrow {
  color: #E84048;
}

.ret-entry-content {
  min-width: 0;
}

.ret-entry-content strong {
  display: block;
  margin-bottom: 3px;
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #2b2b2b;
}

.ret-entry-content small {
  display: block;
  font-size: 13px;
  line-height: 1.25;
  color: rgba(43, 43, 43, 0.6);
  font-weight: 500;
}

.ret-arrow {
  font-size: 28px;
  line-height: 1;
  color: rgba(43, 43, 43, 0.38);
  transition: transform 0.2s ease, color 0.2s ease;
}

.ret-entry-card:hover .ret-arrow,
.ret-entry-card:focus .ret-arrow {
  transform: translateX(4px);
}

.ret-note {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.3;
  color: rgba(43, 43, 43, 0.55);
  font-weight: 500;
}

.ret-question-title {
  margin: 0 0 18px;
  font-size: clamp(21px, 1.45vw, 27px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 700;
  color: #2b2b2b;
}

.ret-answer-list {
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
  overflow: visible;
}

.ret-answer {
  width: 100%;
  min-width: 0;
  height: auto;
  appearance: none !important;
  -webkit-appearance: none !important;
  display: grid !important;
  grid-template-columns: 26px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 12px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(43, 43, 43, 0.14) !important;
  border-radius: 14px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #2b2b2b !important;
  text-align: left !important;
  overflow: visible !important;
  white-space: normal !important;
  cursor: pointer !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.ret-answer:hover,
.ret-answer:focus {
  border-color: rgba(232, 64, 72, 0.5) !important;
  background: rgba(232, 64, 72, 0.035) !important;
  color: #2b2b2b !important;
  outline: none !important;
}

.ret-answer-letter {
  width: 26px;
  min-width: 26px;
  display: block;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  color: rgba(43, 43, 43, 0.45);
}

.ret-answer:hover .ret-answer-letter,
.ret-answer:focus .ret-answer-letter {
  color: #E84048;
}

.ret-answer-text {
  display: block;
  width: 100%;
  min-width: 0;
  overflow: visible;
  text-overflow: unset;
  white-space: normal !important;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
  font-size: clamp(12px, 0.85vw, 14px) !important;
  line-height: 1.34;
  font-weight: 800;
  color: #2b2b2b !important;
}

.ret-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
  margin-top: auto;
  min-width: 0;
}

.ret-nav button,
.ret-back-link {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  color: rgba(43, 43, 43, 0.55) !important;
  cursor: pointer;
}

.ret-nav button:hover,
.ret-back-link:hover {
  color: #E84048 !important;
  background: transparent !important;
}

.ret-form {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 9px;
  margin-top: 18px;
  min-width: 0;
}

.ret-form--lead {
  gap: 8px 10px;
}

.relogo-entropy-test .ret-deep-only,
.relogo-entropy-test .ret-quick-only {
  display: none !important;
}

.relogo-entropy-test.is-deep-flow .ret-deep-only,
.relogo-entropy-test.is-quick-flow .ret-quick-only {
  display: grid !important;
}

.relogo-entropy-test__field {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 6px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.relogo-entropy-test__field > span,
.relogo-entropy-test__field legend {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 800;
  color: rgba(43, 43, 43, 0.58);
}

.relogo-entropy-test__hint {
  display: inline;
  margin-left: 8px;
  font-weight: 600;
  color: rgba(43, 43, 43, 0.46);
}

.relogo-entropy-test__microcopy,
.relogo-entropy-test__field small {
  display: block;
  margin: 0;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(43, 43, 43, 0.52);
}

.ret-form input,
.ret-form select,
.ret-form textarea,
.relogo-entropy-test__input,
.relogo-entropy-test__select,
.relogo-entropy-test__textarea {
  width: 100%;
  border: 1px solid rgba(43, 43, 43, 0.14);
  border-radius: 13px;
  background: transparent;
  padding: 11px 14px;
  font-family: inherit;
  font-size: 13px;
  color: #2b2b2b;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.ret-form select,
.relogo-entropy-test__select {
  min-height: 43px;
  background-image: linear-gradient(45deg, transparent 50%, rgba(43, 43, 43, 0.55) 50%), linear-gradient(135deg, rgba(43, 43, 43, 0.55) 50%, transparent 50%);
  background-position: calc(100% - 18px) 18px, calc(100% - 12px) 18px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.ret-form textarea,
.relogo-entropy-test__textarea {
  min-height: 96px;
  resize: vertical;
  line-height: 1.35;
}

.relogo-entropy-test__checkboxes {
  gap: 7px;
}

.relogo-entropy-test__checkboxes label,
.relogo-entropy-test__consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(43, 43, 43, 0.68);
  cursor: pointer;
}

.relogo-entropy-test__checkboxes input,
.relogo-entropy-test__consent input,
.relogo-entropy-test__checkboxes input[type="checkbox"],
.relogo-entropy-test__consent input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  accent-color: #E84048;
}

.relogo-entropy-test__checkboxes input[disabled] + span {
  opacity: 0.42;
}

.relogo-entropy-test__notice,
.relogo-entropy-test__error {
  width: 100%;
  border: 1px solid rgba(232, 64, 72, 0.35);
  border-radius: 13px;
  background: rgba(232, 64, 72, 0.035);
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
  color: #E84048;
}

.relogo-entropy-test__notice[hidden],
.relogo-entropy-test__error[hidden] {
  display: none;
}

.ret-context-label {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(43, 43, 43, 0.72);
}

.ret-form input::placeholder,
.ret-form textarea::placeholder {
  color: rgba(43, 43, 43, 0.35);
}

.ret-form input:focus,
.ret-form select:focus,
.ret-form textarea:focus {
  border-color: #E84048;
}

.ret-submit {
  width: 100%;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: #2b2b2b !important;
  color: #ffffff !important;
  box-shadow: none !important;
  padding: 12px 14px !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ret-submit:hover {
  background: #E84048 !important;
  color: #ffffff !important;
}

.ret-back-link {
  display: block;
  margin: 12px auto 0;
  text-align: center;
}

.ret-score-wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 12px;
  min-width: 0;
}

.ret-score {
  font-size: clamp(52px, 4.2vw, 72px);
  line-height: 0.82;
  letter-spacing: -0.07em;
  font-weight: 700;
  color: #E84048;
}

.ret-score-wrap span {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(43, 43, 43, 0.45);
}

.ret-result-title {
  margin: 0 0 12px;
  font-size: clamp(23px, 1.8vw, 31px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  font-weight: 700;
  color: #2b2b2b;
}

.ret-result-copy {
  margin: 0 0 18px;
  font-size: clamp(14px, 1.35vw, 16px);
  line-height: 1.38;
  font-weight: 700;
  color: rgba(43, 43, 43, 0.65);
}

.ret-confirmation-copy {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(43, 43, 43, 0.68);
}

.ret-core-link {
  display: block;
  width: 100%;
  border-radius: 13px;
  background: #E84048 !important;
  color: #ffffff !important;
  padding: 12px 14px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s ease;
  margin-top: auto;
}

.ret-core-link:hover {
  background: #2b2b2b !important;
  color: #ffffff !important;
}

.ret-retake {
  display: block;
  width: 100%;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 1px solid rgba(43, 43, 43, 0.14) !important;
  border-radius: 13px !important;
  background: transparent !important;
  color: rgba(43, 43, 43, 0.62) !important;
  box-shadow: none !important;
  padding: 12px 14px !important;
  margin-top: 9px;
  text-align: center;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.ret-retake:hover,
.ret-retake:focus {
  border-color: rgba(232, 64, 72, 0.5) !important;
  background: transparent !important;
  color: #E84048 !important;
  outline: none !important;
}

@media (min-width: 680px) {
  .relogo-entropy-test .ret-form--lead {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: start;
  }

  .relogo-entropy-test .ret-form--lead .relogo-entropy-test__field--wide,
  .relogo-entropy-test .ret-form--lead .relogo-entropy-test__notice,
  .relogo-entropy-test .ret-form--lead .ret-submit,
  .relogo-entropy-test .ret-form--lead .relogo-entropy-test__consent {
    grid-column: 1 / -1;
  }

  .relogo-entropy-test .ret-form--lead .relogo-entropy-test__checkboxes {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px 12px;
  }

  .relogo-entropy-test .ret-form--lead .relogo-entropy-test__checkboxes legend {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .relogo-entropy-test {
    padding: clamp(20px, 4vw, 28px);
  }

  .ret-top {
    gap: 14px;
    margin-bottom: 12px;
  }

  .ret-label,
  .ret-status {
    font-size: clamp(15px, 2.4vw, 18px);
  }

  .ret-progress {
    margin-bottom: 16px;
  }

  .ret-title {
    font-size: clamp(28px, 5vw, 42px);
    line-height: 0.96;
    margin-bottom: 10px;
  }

  .ret-copy {
    margin-bottom: 14px;
    font-size: clamp(13px, 2vw, 15px);
  }

  .ret-options {
    gap: 9px;
    margin-top: 16px;
  }

  .ret-entry-card {
    padding: 12px 14px !important;
  }
}

@media (max-width: 768px) {
  .relogo-entropy-test {
    width: 100%;
    min-height: 0;
    padding: clamp(18px, 5vw, 24px);
    border-radius: 18px;
    overflow: visible;
  }

  .ret-screen.is-active {
    display: block;
    flex: none;
  }

  .ret-top {
    gap: 12px;
    margin-bottom: 11px;
  }

  .ret-label,
  .ret-status {
    font-size: clamp(14px, 4vw, 17px);
  }

  .ret-status {
    text-align: right;
  }

  .ret-progress {
    height: 3px;
    margin-bottom: 14px;
  }

  .ret-title {
    font-size: clamp(27px, 7.6vw, 38px);
    line-height: 0.96;
    margin-bottom: 10px;
  }

  .ret-title-small {
    font-size: clamp(27px, 7.4vw, 36px);
  }

  .ret-copy {
    font-size: 14px;
    line-height: 1.32;
    margin-bottom: 13px;
  }

  .ret-options {
    gap: 8px;
    margin-top: 14px;
  }

  .ret-entry-card {
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    gap: 12px;
    padding: 12px !important;
  }

  .ret-code {
    width: 38px;
    height: 38px;
  }

  .ret-entry-content strong {
    font-size: clamp(18px, 5.2vw, 24px);
    white-space: normal;
    overflow-wrap: break-word;
  }

  .ret-entry-content small {
    font-size: 12px;
  }

  .ret-arrow {
    width: 24px;
    min-width: 24px;
    font-size: 22px;
    text-align: right;
  }

  .ret-note {
    font-size: 12px;
    line-height: 1.35;
  }

  .ret-question-title {
    font-size: clamp(25px, 7.2vw, 34px);
    line-height: 0.98;
    margin: 0 0 18px;
  }

  .ret-answer-list {
    gap: 10px;
  }

  .ret-answer {
    grid-template-columns: 24px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 13px 14px !important;
  }

  .ret-answer-letter {
    width: 24px;
    min-width: 24px;
    font-size: 14px;
  }

  .ret-answer-text {
    font-size: 14px !important;
    line-height: 1.34;
  }

  .ret-nav {
    padding-top: 16px;
    margin-top: 0;
  }

  .ret-form {
    gap: 10px;
  }

  .ret-form input,
  .ret-form select,
  .ret-form textarea,
  .ret-submit,
  .ret-core-link,
  .ret-retake {
    padding: 13px 14px !important;
    font-size: 14px;
    border-radius: 14px !important;
  }

  .ret-score {
    font-size: clamp(68px, 20vw, 96px);
  }

  .ret-result-title {
    font-size: clamp(28px, 8vw, 38px);
  }

  .ret-result-copy {
    font-size: clamp(13px, 3.4vw, 15px);
    line-height: 1.36;
  }
}

@media (max-width: 480px) {
  .relogo-entropy-test {
    padding: 16px;
  }

  .ret-top {
    gap: 10px;
  }

  .ret-label,
  .ret-status {
    font-size: 14px;
  }

  .ret-title {
    font-size: clamp(25px, 7.8vw, 32px);
    line-height: 0.98;
  }

  .ret-copy {
    font-size: 13px;
  }

  .ret-entry-card {
    grid-template-columns: 38px minmax(0, 1fr) 20px;
    gap: 10px;
    padding: 11px !important;
  }

  .ret-code {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }

  .ret-entry-content strong {
    font-size: clamp(17px, 5.4vw, 21px);
  }

  .ret-entry-content small {
    font-size: 11px;
  }

  .ret-arrow {
    font-size: 20px;
  }
}
