.wvs-survey {
  --wvs-accent: #1f2937;
  --wvs-blue: currentColor;
  --wvs-blue-dark: currentColor;
  --wvs-cyan: currentColor;
  --wvs-ink: inherit;
  --wvs-muted: inherit;
  --wvs-line: rgba(0, 0, 0, 0.14);
  --wvs-surface: transparent;
  --wvs-soft: rgba(255, 255, 255, 0.5);
  --wvs-panel: rgba(255, 255, 255, 0.56);
  --wvs-panel-strong: rgba(255, 255, 255, 0.7);
  --wvs-panel-soft: rgba(255, 255, 255, 0.46);
  --wvs-border-soft: rgba(0, 0, 0, 0.1);
  --wvs-border-strong: rgba(0, 0, 0, 0.16);
  --wvs-success: #18794e;
  --wvs-error: #b42318;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  line-height: 1.58;
  margin: 1.5rem auto;
  max-width: 1040px;
  overflow: visible;
}

.wvs-survey *,
.wvs-survey *::before,
.wvs-survey *::after {
  box-sizing: border-box;
}

.wvs-survey [hidden] {
  display: none !important;
}

.wvs-language-switcher {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 0.45rem;
  justify-content: flex-end;
  margin: 0 0 1.25rem;
}

.wvs-language-switcher > span {
  font-weight: 700;
  margin-right: 0.2rem;
}

.wvs-language-switcher a {
  border: 1px solid var(--wvs-border-strong);
  border-radius: 999px;
  color: inherit;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}

.wvs-language-switcher a:hover,
.wvs-language-switcher a:focus-visible {
  border-color: currentColor;
  text-decoration: underline;
}

.wvs-language-switcher a[aria-current="page"] {
  border-color: currentColor;
  box-shadow: inset 0 0 0 1px currentColor;
  font-weight: 700;
}

.wvs-hero {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: block;
  min-height: 0;
  overflow: visible;
  padding: 0;
  position: static;
}

.wvs-hero__copy {
  max-width: none;
  position: static;
  z-index: auto;
}

.wvs-hero h2 {
  color: inherit;
  font-size: clamp(2rem, 5vw, 3.7rem);
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin: 0.2rem 0 0.9rem;
}

.wvs-hero p {
  color: inherit;
  font-size: 1rem;
  margin: 0.6rem 0;
}

.wvs-kicker {
  color: inherit !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.13em;
  opacity: 0.72;
  text-transform: uppercase;
}

.wvs-note {
  border-left: 3px solid rgba(0, 0, 0, 0.18);
  padding-left: 0.8rem;
}

.wvs-globe {
  display: none;
}

.wvs-globe::before,
.wvs-globe::after,
.wvs-globe span {
  display: none;
}

.wvs-globe::after {
  inset: 48px 16px;
}

.wvs-globe span {
  border-left: 0;
  border-right: 0;
  inset: 72px 0;
}

.wvs-alert {
  border-left: 5px solid;
  border-radius: 10px;
  box-shadow: none;
  margin: 2rem clamp(1rem, 5vw, 3.5rem) 0;
  padding: 1rem 1.2rem;
}

.wvs-alert:focus {
  outline: 3px solid rgba(33, 86, 201, 0.25);
  outline-offset: 2px;
}

.wvs-alert--success {
  background: #ecfdf3;
  border-color: var(--wvs-success);
  color: var(--wvs-success);
}

.wvs-alert--error {
  background: #fff0ee;
  border-color: var(--wvs-error);
  color: var(--wvs-error);
}

.wvs-form {
  margin-top: 1.35rem;
  padding: 0;
}

.wvs-trap {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.wvs-progress {
  background: var(--wvs-panel);
  border: 1px solid var(--wvs-border-soft);
  border-radius: 10px;
  box-shadow: none;
  color: inherit;
  margin-bottom: 2rem;
  padding: 0.9rem 1rem;
  position: sticky;
  top: 1rem;
  z-index: 5;
}

.wvs-progress > span:first-child {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.55rem;
}

.wvs-progress__bar {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  display: block;
  height: 8px;
  overflow: hidden;
}

.wvs-progress__bar > span {
  background: currentColor;
  display: block;
  height: 100%;
  transition: width 180ms ease;
  width: 0;
}

.wvs-progress p {
  color: inherit;
  font-size: 0.9rem;
  margin: 0.55rem 0 0;
  opacity: 0.82;
}

.wvs-branch-toast {
  align-items: center;
  background: rgba(255, 248, 223, 0.97);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid #e2cf7a;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: flex-start;
  left: 50%;
  max-width: min(720px, calc(100vw - 2rem));
  opacity: 0;
  pointer-events: none;
  padding: 0.85rem 0.95rem;
  position: fixed;
  bottom: max(1rem, env(safe-area-inset-bottom));
  transform: translate(-50%, 16px) scale(0.98);
  transition: opacity 240ms ease, transform 240ms ease;
  width: min(720px, calc(100vw - 2rem));
  z-index: 40;
}

.wvs-branch-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.wvs-branch-toast__text {
  color: #2f2410;
  flex: 1 1 260px;
  font-size: 0.96rem;
  font-weight: 620;
  line-height: 1.35;
  margin: 0;
}

.wvs-branch-toast__button {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #2f2410;
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  margin-inline-start: auto;
  min-height: 38px;
  padding: 0.45rem 0.85rem;
}

.wvs-branch-toast__button:focus-visible {
  outline: 3px solid rgba(33, 86, 201, 0.25);
  outline-offset: 3px;
}

.wvs-stage {
  margin-top: 2.5rem;
}

.wvs-stage__heading {
  margin-bottom: 1.2rem;
}

.wvs-stage__heading h3 {
  color: inherit;
  font-size: 1.65rem;
  margin: 0.15rem 0 0.35rem;
}

.wvs-stage__heading p {
  color: inherit;
  margin: 0.25rem 0;
  opacity: 0.82;
}

.wvs-stage__step {
  color: inherit !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.7;
  text-transform: uppercase;
}

.wvs-text-button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  margin-top: 0.4rem;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.wvs-text-button:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(33, 86, 201, 0.25);
  outline-offset: 3px;
}

.wvs-branch {
  background: var(--wvs-panel);
  border: 1px solid var(--wvs-border-soft);
  border-radius: 12px;
  box-shadow: none;
  margin-top: 1.25rem;
  padding: clamp(1rem, 3vw, 1.7rem);
}

.wvs-branch__heading {
  border-bottom: 1px solid var(--wvs-line);
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}

.wvs-branch__heading h4 {
  color: inherit;
  font-size: 1.25rem;
  margin: 0 0 0.25rem;
}

.wvs-branch__heading p {
  color: inherit;
  margin: 0;
  opacity: 0.82;
}

.wvs-subbranch {
  background: var(--wvs-panel-strong);
  border: 1px solid var(--wvs-border-soft);
  border-radius: 10px;
  margin-top: 1rem;
  padding: 1rem;
}

.wvs-subbranch__heading {
  border-bottom: 1px solid var(--wvs-line);
  margin-bottom: 0.9rem;
  padding-bottom: 0.7rem;
}

.wvs-subbranch__heading h5 {
  color: inherit;
  font-size: 1.02rem;
  margin: 0 0 0.2rem;
}

.wvs-subbranch__heading p {
  color: inherit;
  font-size: 0.95rem;
  margin: 0;
  opacity: 0.82;
}

.wvs-questions {
  display: grid;
  gap: 1rem;
}

.wvs-question {
  background: var(--wvs-panel-strong);
  border: 1px solid var(--wvs-border-soft);
  border-radius: 10px;
  box-shadow: none;
  margin: 0;
  min-width: 0;
  padding: clamp(0.9rem, 2.5vw, 1.2rem);
}

.wvs-question.has-error {
  border-color: var(--wvs-error);
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.08);
}

.wvs-branch.is-newly-opened,
.wvs-subbranch.is-newly-opened,
.wvs-question.is-newly-opened {
  animation: wvs-newly-opened 1.8s ease;
}

@keyframes wvs-newly-opened {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 86, 201, 0);
    transform: translateY(0);
  }
  30% {
    box-shadow: 0 0 0 4px rgba(33, 86, 201, 0.14);
    transform: translateY(-1px);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(33, 86, 201, 0);
    transform: translateY(0);
  }
}

.wvs-question legend {
  align-items: start;
  color: inherit;
  display: grid;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.65rem;
  grid-template-columns: 1.85rem minmax(0, 1fr);
  line-height: 1.4;
  padding: 0;
  width: 100%;
}

.wvs-question__text {
  display: block;
  max-width: 68ch;
}

.wvs-number {
  align-items: center;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  color: inherit;
  display: inline-flex;
  font-size: 0.78rem;
  height: 1.85rem;
  justify-content: center;
  width: 1.85rem;
}

.wvs-scale {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 0.85rem;
}

.wvs-scale__option {
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--wvs-border-soft);
  border-radius: 9px;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  justify-content: center;
  min-height: 62px;
  padding: 0.45rem 0.3rem 0.5rem;
  position: relative;
  text-align: center;
  transition: background 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.wvs-scale__option:hover {
  background: rgba(255, 255, 255, 0.76);
  border-color: var(--wvs-border-strong);
  transform: translateY(-1px);
}

.wvs-scale__option:has(input:checked) {
  background: rgba(255, 255, 255, 0.9);
  border-color: currentColor;
  color: inherit;
}

.wvs-scale__option input {
  cursor: pointer;
  height: 100%;
  inset: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.wvs-scale__mark {
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  height: 16px;
  position: relative;
  width: 16px;
}

.wvs-scale__option input:checked + .wvs-scale__mark {
  border-color: currentColor;
}

.wvs-scale__option input:checked + .wvs-scale__mark::after {
  background: currentColor;
  border-radius: 50%;
  content: "";
  inset: 2px;
  position: absolute;
}

.wvs-scale__option input:focus-visible + .wvs-scale__mark {
  outline: 3px solid rgba(33, 86, 201, 0.28);
  outline-offset: 3px;
}

.wvs-scale__value {
  color: inherit;
  font-size: 0.7rem;
  font-weight: 700;
}

.wvs-scale__short {
  font-size: 0.73rem;
  font-weight: 720;
  line-height: 1.15;
}

.wvs-scale__long {
  display: none;
}

.wvs-field-error {
  color: var(--wvs-error);
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0.8rem 0 0;
}

.wvs-identity {
  background: var(--wvs-panel);
  border: 1px solid var(--wvs-border-soft);
  border-radius: 10px;
  box-shadow: none;
  margin-top: 2rem;
  padding: 1.2rem;
}

.wvs-identity legend {
  color: inherit;
  font-weight: 700;
}

.wvs-identity legend span {
  color: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0.72;
}

.wvs-fields {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wvs-fields label {
  color: inherit;
  display: grid;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.4rem;
}

.wvs-fields input {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--wvs-border-strong);
  border-radius: 9px;
  color: inherit;
  font: inherit;
  min-height: 46px;
  padding: 0.65rem 0.75rem;
  width: 100%;
}

.wvs-fields input:focus {
  border-color: currentColor;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
  outline: none;
}

.wvs-email-copy .wvs-fields {
  grid-template-columns: 1fr;
}

.wvs-copy-choice {
  margin-top: 1rem;
}

.wvs-copy-choice label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-weight: 720;
  gap: 0.65rem;
}

.wvs-copy-choice input {
  accent-color: var(--wvs-blue);
  flex: 0 0 auto;
  height: 20px;
  margin-top: 0.15rem;
  width: 20px;
}

.wvs-consent {
  border-top: 1px solid var(--wvs-line);
  margin-top: 2rem;
  padding-top: 1.25rem;
}

.wvs-consent label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-weight: 720;
  gap: 0.65rem;
}

.wvs-consent input {
  accent-color: var(--wvs-blue);
  flex: 0 0 auto;
  height: 20px;
  margin-top: 0.15rem;
  width: 20px;
}

.wvs-consent p {
  color: inherit;
  font-size: 0.85rem;
  margin: 0.6rem 0 0 1.85rem;
  opacity: 0.8;
}

.wvs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.wvs-button {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.15rem;
  text-decoration: none !important;
}

.wvs-button:focus-visible {
  outline: 3px solid rgba(33, 86, 201, 0.28);
  outline-offset: 3px;
}

.wvs-survey .wvs-button--primary,
.wvs-survey a.wvs-button--primary,
.wvs-survey button.wvs-button--primary {
  background: var(--wvs-accent) !important;
  background-color: var(--wvs-accent) !important;
  border-color: var(--wvs-accent) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.wvs-survey .wvs-button--primary:hover,
.wvs-survey a.wvs-button--primary:hover,
.wvs-survey button.wvs-button--primary:hover {
  background: #111827 !important;
  background-color: #111827 !important;
  border-color: #111827 !important;
}

.wvs-button--secondary {
  background: transparent;
  color: inherit;
}

.wvs-credit {
  background: var(--wvs-panel-soft);
  border: 1px solid var(--wvs-border-soft);
  border-radius: 10px;
  box-shadow: none;
  color: inherit;
  font-size: 0.78rem;
  margin-top: 1.15rem;
  padding: 1rem clamp(1rem, 5vw, 3.5rem);
  opacity: 0.8;
}

.wvs-credit p {
  margin: 0.25rem 0;
}

.wvs-result {
  margin-top: 1.15rem;
  padding: 0;
}

.wvs-result__hero {
  background: var(--wvs-panel);
  border: 1px solid var(--wvs-border-soft);
  border-radius: 10px;
  box-shadow: none;
  margin-bottom: 2rem;
  padding: clamp(1.2rem, 4vw, 2rem);
}

.wvs-result__hero .wvs-kicker {
  color: inherit;
  margin: 0;
}

.wvs-result__hero h3 {
  color: inherit;
  font-size: clamp(1.65rem, 4vw, 2.5rem);
  line-height: 1.15;
  margin: 0.3rem 0 0.6rem;
}

.wvs-result__notice {
  background: rgba(255, 248, 223, 0.72);
  border: 1px solid #e2cf7a;
  border-radius: 10px;
  color: inherit;
  margin: -0.75rem 0 1.5rem;
  padding: 1rem 1.15rem;
}

.wvs-result__notice p {
  margin: 0.35rem 0 0;
}

.wvs-result__notice p:first-child {
  margin-top: 0;
}

.wvs-result h4 {
  color: inherit;
  font-size: 1.25rem;
  margin: 2rem 0 0.4rem;
}

.wvs-result__subtle-note {
  color: inherit;
  font-size: 0.9rem;
  margin: 0.45rem 0 0;
  opacity: 0.76;
}

.wvs-track {
  margin-top: 1.4rem;
}

.wvs-track__header {
  margin-bottom: 0.85rem;
}

.wvs-track__header h4 {
  margin-top: 0.2rem;
}

.wvs-track__header p {
  color: inherit;
  font-size: 0.92rem;
  margin: 0.45rem 0 0;
  opacity: 0.86;
}

.wvs-track__note {
  font-weight: 700;
  opacity: 1 !important;
}

.wvs-results-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.wvs-other-results {
  background: var(--wvs-panel-soft);
  border: 1px solid var(--wvs-border-soft);
  border-radius: 10px;
  margin-top: 1.5rem;
  padding: 1rem 1.05rem;
}

.wvs-other-results summary {
  cursor: pointer;
  font-weight: 700;
}

.wvs-other-results p {
  color: inherit;
  font-size: 0.88rem;
  margin: 0.75rem 0 0;
  opacity: 0.86;
}

.wvs-other-results__list {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
}

.wvs-other-results__list li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.wvs-other-results__list span {
  color: inherit;
  font-size: 0.84rem;
  opacity: 0.8;
}

.wvs-other-results__reason {
  font-size: 0.84rem;
  margin-top: 0.15rem;
  opacity: 0.86;
}

.wvs-result-card {
  background: var(--wvs-panel-strong);
  border: 1px solid var(--wvs-border-soft);
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
}

.wvs-result-card[open] {
  background: var(--wvs-panel);
}

.wvs-result-card.is-leading {
  border-color: currentColor;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.wvs-result-card__summary {
  cursor: pointer;
  display: block;
  list-style: none;
  padding: 1rem;
}

.wvs-result-card__summary::-webkit-details-marker {
  display: none;
}

.wvs-result-card__summary::marker {
  content: "";
}

.wvs-result-card__heading {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.wvs-result-card__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.wvs-result-card__title {
  color: inherit;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.wvs-result-card__hint {
  color: inherit;
  display: block;
  font-size: 0.76rem;
  opacity: 0.72;
}

.wvs-result-card__heading strong {
  color: inherit;
  font-size: 1.2rem;
  white-space: nowrap;
}

.wvs-score-bar {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  display: block;
  height: 8px;
  margin-top: 0.7rem;
  overflow: hidden;
}

.wvs-score-bar span {
  background: currentColor;
  display: block;
  height: 100%;
}

.wvs-result-card__description,
.wvs-result-card__details-intro,
.wvs-result-card__empty {
  color: inherit;
  display: block;
  font-size: 0.87rem;
  margin: 0.65rem 0 0;
  opacity: 0.86;
}

.wvs-result-card__coverage {
  color: inherit !important;
  display: block;
  font-size: 0.78rem !important;
  font-weight: 700;
  margin-top: 0.65rem;
  opacity: 0.76 !important;
}

.wvs-result-card__details {
  background: rgba(255, 255, 255, 0.18);
  border-top: 1px solid var(--wvs-border-soft);
  padding: 0.95rem 1rem 1rem;
}

.wvs-result-card__details-intro,
.wvs-result-card__empty {
  margin-top: 0;
}

.wvs-result-card__detail-list {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
}

.wvs-result-card__detail-item {
  background: var(--wvs-panel-soft);
  border: 1px solid var(--wvs-border-soft);
  border-left: 4px solid rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
}

.wvs-result-card__detail-item.is-support {
  border-left-color: var(--wvs-success);
}

.wvs-result-card__detail-item.is-opposed {
  border-left-color: var(--wvs-error);
}

.wvs-result-card__detail-text {
  color: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}

.wvs-result-card__detail-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.6rem;
  justify-content: space-between;
  margin-top: 0.55rem;
}

.wvs-result-card__detail-answer {
  color: inherit;
  font-size: 0.8rem;
  opacity: 0.82;
}

.wvs-result-card__detail-badge {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  color: inherit;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.45rem 0.7rem;
}

.wvs-result-card__detail-item.is-support .wvs-result-card__detail-badge {
  background: rgba(24, 121, 78, 0.12);
  color: var(--wvs-success);
}

.wvs-result-card__detail-item.is-opposed .wvs-result-card__detail-badge {
  background: rgba(180, 35, 24, 0.12);
  color: var(--wvs-error);
}

.wvs-primary-profile {
  background: var(--wvs-panel);
  border: 1px solid var(--wvs-border-soft);
  border-top: 5px solid var(--wvs-accent);
  border-radius: 12px;
  margin: 1.5rem 0 2rem;
  padding: clamp(1.2rem, 4vw, 2rem);
}

.wvs-primary-profile h4 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin: 0.25rem 0 0;
}

.wvs-primary-profile__description {
  font-size: 1.05rem;
  margin: 0.75rem 0 0;
  max-width: 68ch;
}

.wvs-primary-profile__evidence {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0.9rem 0 0;
}

.wvs-primary-profile__why {
  margin-top: 1.4rem;
}

.wvs-primary-profile__why h5 {
  margin: 0;
}

.wvs-primary-profile__alternative {
  background: var(--wvs-panel-soft);
  border-left: 4px solid rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  margin-top: 1.4rem;
  padding: 0.9rem 1rem;
}

.wvs-primary-profile__alternative p {
  margin: 0.35rem 0 0;
}

.wvs-dimensions {
  margin: 2rem 0;
}

.wvs-dimensions > h4 {
  margin-bottom: 0.45rem;
}

.wvs-dimensions > p {
  margin-top: 0;
  max-width: 72ch;
}

.wvs-dimensions__grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.2rem;
}

.wvs-dimension {
  background: var(--wvs-panel);
  border: 1px solid var(--wvs-border-soft);
  border-radius: 10px;
  padding: 1rem 1.1rem;
}

.wvs-dimension__question {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  margin: 0;
  opacity: 0.72;
  text-transform: uppercase;
}

.wvs-dimension h5 {
  font-size: 1rem;
  margin: 0.35rem 0 0;
}

.wvs-dimension__value {
  color: inherit;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0.55rem 0 0;
}

.wvs-result__method {
  background: var(--wvs-panel-soft);
  border: 1px solid var(--wvs-border-soft);
  border-left: 4px solid rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  box-shadow: none;
  margin: 2rem 0 1.5rem;
  padding: 0;
}

.wvs-result__method > summary {
  cursor: pointer;
  font-weight: 750;
  padding: 1rem 1.2rem;
}

.wvs-result__method-body {
  border-top: 1px solid var(--wvs-border-soft);
  padding: 0.2rem 1.2rem 1rem;
}

.wvs-result__method:not(details) {
  padding: 0.5rem 1.2rem 1rem;
}

.wvs-result__method h4,
.wvs-result__method h5 {
  margin-top: 0.9rem;
}

.wvs-result__method li,
.wvs-result__method p {
  font-size: 0.9rem;
}

.wvs-alpha {
  background: var(--wvs-panel);
  border: 1px solid var(--wvs-border-soft);
  border-radius: 10px;
  box-shadow: none;
  margin: 2rem 0 0;
  padding: clamp(1.2rem, 4vw, 2rem);
}

.wvs-alpha__kicker {
  margin: 0;
}

.wvs-alpha h4 {
  margin-top: 0.35rem;
}

.wvs-alpha p {
  color: inherit;
  margin: 0.7rem 0 0;
  opacity: 0.86;
}

.wvs-alpha__personal {
  color: inherit !important;
  font-weight: 700;
  opacity: 1 !important;
}

.wvs-alpha__humor {
  font-style: italic;
}

.wvs-actions--result {
  margin-top: 1.25rem;
}

.wvs-result__reset {
  display: inline-block;
  margin-top: 0.95rem;
}

@media (min-width: 761px) {
  .wvs-scale {
    grid-template-columns: repeat(5, minmax(78px, 96px));
    justify-content: start;
  }
}

@media (max-width: 760px) {
  .wvs-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .wvs-globe {
    display: none;
  }

  .wvs-progress {
    position: static;
  }

  .wvs-scale {
    gap: 0.3rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .wvs-scale__option {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 64px;
    padding: 0.4rem 0.15rem;
    text-align: center;
  }

  .wvs-scale__short {
    display: inline;
    font-size: 0.66rem;
  }

  .wvs-scale__long {
    display: none;
  }

  .wvs-fields,
  .wvs-results-grid,
  .wvs-dimensions__grid {
    grid-template-columns: 1fr;
  }

  .wvs-actions {
    display: grid;
  }

  .wvs-branch-toast {
    align-items: flex-start;
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    width: calc(100vw - 1rem);
  }

  .wvs-branch-toast__button {
    margin-inline-start: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wvs-survey *,
  .wvs-survey *::before,
  .wvs-survey *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .wvs-branch-toast {
    transition: none !important;
  }

  .wvs-branch.is-newly-opened,
  .wvs-subbranch.is-newly-opened,
  .wvs-question.is-newly-opened {
    animation: none !important;
  }
}
