:root {
  --deep-plum: #120130;
  --midnight-violet: #210249;
  --electric-purple: #681b93;
  --neon-pink: #e961f1;
  --burgundy-glow: #5d1832;
  --warm-orange: #f66d0e;
  --golden-orange: #f8a009;
  --bright-yellow: #fbce13;
  --text-primary: #ffffff;
  --text-secondary: #d8d2e2;
  --container-width: 1440px;
  --container-gutter: 20px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  min-width: 320px;
  background: var(--deep-plum);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--text-primary);
  font-family: "Bebas Neue", sans-serif;
  background: var(--deep-plum);
}

body.modal-open {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

button,
input,
select {
  font: inherit;
}

.sound-hint {
  --sound-hint-x: 50vw;
  --sound-hint-y: 24px;

  position: fixed;
  z-index: 100;
  top: var(--sound-hint-y);
  left: var(--sound-hint-x);
  max-width: min(340px, calc(100vw - 32px));
  padding: 10px 16px;
  border: 1px solid rgba(233, 97, 241, 0.9);
  border-radius: 999px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(14px, 1.2vw, 18px);
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: center;
  background: rgba(18, 1, 48, 0.94);
  box-shadow:
    0 0 8px rgba(233, 97, 241, 0.85),
    0 0 24px rgba(104, 27, 147, 0.75);
  opacity: 1;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.sound-hint--following {
  transform: translate(18px, 18px);
}

.sound-hint--hidden {
  opacity: 0;
  transform: translate(-50%, -8px) scale(0.96);
}

.sound-hint--following.sound-hint--hidden {
  transform: translate(18px, 10px) scale(0.96);
}

.radio {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 34%, rgba(104, 27, 147, 0.2), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(93, 24, 50, 0.24), transparent 42%),
    linear-gradient(135deg, #090018 0%, var(--deep-plum) 48%, #090018 100%);
}

.site-footer {
  padding: 12px var(--container-gutter) 20px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: rgba(233, 97, 241, 0.82);
  text-decoration: none;
  transition:
    color 180ms ease,
    text-shadow 180ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ffffff;
  text-shadow:
    0 0 8px rgba(233, 97, 241, 0.9),
    0 0 18px rgba(104, 27, 147, 0.8);
}

.radio::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.container {
  width: min(100%, var(--container-width));
  min-width: 0;
  margin-inline: auto;
  padding-inline: var(--container-gutter);
}

.hero {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-block: clamp(28px, 4vh, 54px) 38px;
  text-align: center;
}

.hero--expanded {
  justify-content: flex-start;
}

.hero__logo {
  display: block;
  width: clamp(310px, 38vw, 540px);
  height: auto;
  margin-bottom: clamp(-34px, -2.4vw, -18px);
  filter:
    drop-shadow(0 0 18px rgba(104, 27, 147, 0.3))
    drop-shadow(0 20px 32px rgba(0, 0, 0, 0.32));
  user-select: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, 900px);
}

.hero__eyebrow {
  margin: 0;
  color: var(--neon-pink);
  font-family: "Oswald", sans-serif;
  font-size: clamp(25px, 2.45vw, 40px);
  font-weight: 400;
  letter-spacing: clamp(5px, 0.65vw, 10px);
  line-height: 1.18;
  text-transform: uppercase;
  text-shadow:
    0 0 8px rgba(233, 97, 241, 0.75),
    0 0 22px rgba(104, 27, 147, 0.68);
}

.hero__description {
  margin: clamp(14px, 1.25vw, 20px) auto 0;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  opacity: 0.7;
}

.player-shell {
  position: relative;
  width: min(100%, 1040px);
  margin-top: clamp(30px, 4vw, 54px);
  padding: 14px 26px;
  overflow: hidden;
  border: 1px solid rgba(233, 97, 241, 0.72);
  border-radius: 24px;
  background:
    linear-gradient(110deg, rgba(104, 27, 147, 0.13), transparent 40%),
    rgba(18, 1, 48, 0.7);
  box-shadow:
    0 0 0 1px rgba(104, 27, 147, 0.3) inset,
    0 0 18px rgba(233, 97, 241, 0.3),
    0 0 46px rgba(104, 27, 147, 0.2);
  backdrop-filter: blur(16px);
}

.player-shell__shine {
  position: absolute;
  top: 0;
  left: 12%;
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffffff, var(--neon-pink), transparent);
  opacity: 0.7;
  filter: blur(0.3px);
}

.player-shell .plyr {
  --plyr-audio-controls-background: transparent;
  --plyr-audio-control-color: #ffffff;
  --plyr-audio-control-color-hover: #ffffff;
  --plyr-color-main: var(--neon-pink);
  --plyr-control-icon-size: 22px;
  --plyr-control-radius: 50%;
  --plyr-control-spacing: 13px;
  --plyr-font-family: "Bebas Neue", sans-serif;
  --plyr-font-size-time: 16px;
  --plyr-range-fill-background: linear-gradient(90deg, var(--neon-pink), #a20ee2);
  --plyr-range-thumb-background: #ffffff;
  --plyr-range-thumb-height: 14px;
  --plyr-range-track-height: 6px;
  --plyr-tooltip-background: var(--midnight-violet);
  --plyr-tooltip-color: #ffffff;
  width: 100%;
}

.player-shell .plyr__controls {
  gap: clamp(3px, 0.65vw, 8px);
  padding: 8px 0;
}

.player-shell .plyr__control {
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.player-shell .plyr__control:hover,
.player-shell .plyr__control:focus-visible {
  background: rgba(233, 97, 241, 0.16);
  transform: scale(1.06);
}

.player-shell .plyr__control[data-plyr="play"] {
  width: clamp(40px, 4vw, 48px);
  height: clamp(40px, 4vw, 48px);
  margin-right: clamp(0px, 0.65vw, 8px);
  background: transparent;
}

.player-shell .plyr__control[data-plyr="play"] svg {
  width: clamp(25px, 2.5vw, 30px);
  height: clamp(25px, 2.5vw, 30px);
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.35));
}

.player-shell .plyr__time {
  min-width: 56px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
}

.player-shell .plyr__progress input[type="range"] {
  color: var(--neon-pink);
}

.player-shell .plyr__volume {
  flex: 0 1 180px;
  min-width: 100px;
}

.player-shell input[type="range"]::-webkit-slider-runnable-track {
  box-shadow: 0 0 8px rgba(233, 97, 241, 0.22);
}

.action-buttons {
  display: flex;
  width: min(100%, 720px);
  flex-direction: column;
  gap: clamp(14px, 1.8vw, 24px);
  margin-top: clamp(24px, 3vw, 40px);
}

.action-button {
  position: relative;
  width: 100%;
  min-height: clamp(64px, 7vw, 94px);
  padding: 14px 28px;
  overflow: hidden;
  border: 2px solid var(--neon-pink);
  border-radius: 22px;
  color: var(--bright-yellow);
  font-family: "Oswald", sans-serif;
  font-size: clamp(24px, 2.7vw, 42px);
  font-weight: 400;
  letter-spacing: clamp(2px, 0.4vw, 6px);
  line-height: 1;
  text-transform: uppercase;
  background:
    linear-gradient(110deg, rgba(104, 27, 147, 0.22), transparent 42%),
    rgba(18, 1, 48, 0.82);
  box-shadow:
    0 0 0 1px rgba(104, 27, 147, 0.42) inset,
    0 0 9px rgba(255, 255, 255, 0.24),
    0 0 20px rgba(233, 97, 241, 0.68),
    0 0 48px rgba(104, 27, 147, 0.4);
  text-shadow:
    0 2px 0 rgba(93, 24, 50, 0.9),
    0 0 12px rgba(248, 160, 9, 0.48);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.action-button::before {
  position: absolute;
  top: 0;
  left: 8%;
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffffff, var(--neon-pink), transparent);
  content: "";
  opacity: 0.9;
}

.action-button:hover,
.action-button:focus-visible {
  border-color: #f58cff;
  color: #ffe15a;
  box-shadow:
    0 0 0 1px rgba(233, 97, 241, 0.5) inset,
    0 0 12px rgba(255, 255, 255, 0.3),
    0 0 28px rgba(233, 97, 241, 0.82),
    0 0 62px rgba(104, 27, 147, 0.5);
  outline: none;
  transform: translateY(-2px);
}

.action-button:active {
  transform: translateY(0);
}

.rules-modal {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3vw, 36px);
  overflow: auto;
  background: rgba(5, 0, 18, 0.82);
  backdrop-filter: blur(8px);
}

.rules-modal__dialog {
  position: relative;
  display: flex;
  width: min(100%, 820px);
  max-height: calc(100dvh - clamp(28px, 6vw, 72px));
  padding: clamp(46px, 5vw, 64px) clamp(8px, 1.5vw, 14px) clamp(8px, 1.5vw, 14px);
  border: 2px solid rgba(233, 97, 241, 0.88);
  border-radius: clamp(18px, 2vw, 28px);
  background: rgba(18, 1, 48, 0.96);
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.2),
    0 0 34px rgba(233, 97, 241, 0.72),
    0 0 80px rgba(104, 27, 147, 0.5);
}

.rules-modal__close {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 10px;
  padding: 7px 12px;
  border: 1px solid var(--neon-pink);
  border-radius: 999px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(33, 2, 73, 0.94);
  box-shadow: 0 0 12px rgba(233, 97, 241, 0.55);
  cursor: pointer;
}

.rules-modal__close:hover,
.rules-modal__close:focus-visible {
  color: var(--bright-yellow);
  outline: none;
  box-shadow: 0 0 20px rgba(233, 97, 241, 0.85);
}

.rules-modal__poster {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100dvh - clamp(94px, 12vw, 150px));
  border-radius: clamp(10px, 1.2vw, 16px);
  object-fit: contain;
}

.registration-info {
  width: min(100%, 900px);
  margin-top: clamp(22px, 2.5vw, 34px);
  color: rgba(255, 255, 255, 0.72);
  font-family: "Oswald", sans-serif;
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 400;
  line-height: 1.45;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.registration-info p {
  margin: 0;
}

.registration-info p + p {
  margin-top: 7px;
}

.registration-info strong {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
}

.questionnaire,
.success-card {
  width: min(100%, 1120px);
  margin-top: clamp(42px, 6vw, 84px);
  font-family: "Oswald", sans-serif;
  text-align: left;
}

.questionnaire__header {
  margin-bottom: clamp(24px, 3vw, 38px);
  text-align: center;
}

.questionnaire__title {
  margin: 0;
  color: var(--neon-pink);
  font-size: clamp(54px, 7vw, 96px);
  font-weight: 400;
  letter-spacing: clamp(5px, 0.8vw, 12px);
  line-height: 1;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(233, 97, 241, 0.58),
    0 0 28px rgba(104, 27, 147, 0.5);
}

.questionnaire__subtitle {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.35;
}

.questionnaire__form,
.success-card {
  position: relative;
  padding: clamp(24px, 4vw, 54px);
  border: 2px solid rgba(233, 97, 241, 0.82);
  border-radius: 28px;
  background:
    linear-gradient(130deg, rgba(104, 27, 147, 0.12), transparent 45%),
    rgba(18, 1, 48, 0.76);
  box-shadow:
    0 0 0 1px rgba(104, 27, 147, 0.32) inset,
    0 0 20px rgba(233, 97, 241, 0.38),
    0 0 58px rgba(104, 27, 147, 0.24);
  backdrop-filter: blur(18px);
}

.questionnaire__form::before,
.success-card::before {
  position: absolute;
  top: 0;
  left: 8%;
  width: 72%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffffff, var(--neon-pink), transparent);
  content: "";
  opacity: 0.82;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 42px;
}

.form-field {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  flex-direction: column;
  text-align: left;
}

.form-field--wide {
  grid-column: 1 / -1;
}

.form-field__label {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: clamp(18px, 1.7vw, 23px);
  font-weight: 400;
  line-height: 1.2;
}

.form-field input,
.form-field select {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(233, 97, 241, 0.7);
  border-radius: 8px;
  outline: none;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  background-color: rgba(33, 2, 73, 0.6);
  box-shadow: 0 0 0 rgba(233, 97, 241, 0);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.form-field select {
  padding-right: 48px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 25px,
    calc(100% - 16px) 25px;
  background-repeat: no-repeat;
  background-size: 7px 7px;
}

.form-field input::placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.form-field input[type="date"] {
  color-scheme: dark;
}

.form-field input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(0);
  opacity: 0.9;
  cursor: pointer;
}

.form-field input:focus,
.form-field select:focus {
  border-color: #f58cff;
  background-color: rgba(33, 2, 73, 0.82);
  box-shadow:
    0 0 0 2px rgba(233, 97, 241, 0.16),
    0 0 16px rgba(233, 97, 241, 0.28);
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"] {
  border-color: #ff6d95;
  box-shadow: 0 0 12px rgba(255, 109, 149, 0.24);
}

.form-field__error {
  min-height: 19px;
  margin-top: 5px;
  color: #ff8bac;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

.form-field__hint {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.66);
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.segmented-control {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 12px;
}

.segmented-control label {
  cursor: pointer;
}

.segmented-control input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.segmented-control span {
  display: grid;
  height: 48px;
  border: 1px solid rgba(233, 97, 241, 0.7);
  color: rgba(255, 255, 255, 0.72);
  font-family: Arial, sans-serif;
  font-size: 16px;
  place-items: center;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.segmented-control label:first-child span {
  border-radius: 8px 0 0 8px;
}

.segmented-control label:last-child span {
  border-left: 0;
  border-radius: 0 8px 8px 0;
}

.segmented-control input:checked + span {
  color: #ffffff;
  background: rgba(104, 27, 147, 0.7);
  box-shadow: 0 0 16px rgba(233, 97, 241, 0.24) inset;
}

.segmented-control input:focus-visible + span {
  outline: 2px solid var(--neon-pink);
  outline-offset: 2px;
}

.consent-list {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-family: Arial, sans-serif;
  font-size: clamp(14px, 1.45vw, 18px);
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.consent__box {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 2px solid var(--neon-pink);
  border-radius: 5px;
  background: rgba(18, 1, 48, 0.7);
  box-shadow: 0 0 12px rgba(233, 97, 241, 0.18);
}

.consent input:checked + .consent__box::after {
  position: absolute;
  top: 4px;
  left: 8px;
  width: 7px;
  height: 13px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  content: "";
  transform: rotate(45deg);
}

.consent input:focus-visible + .consent__box {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.consent input[aria-invalid="true"] + .consent__box {
  border-color: #ff6d95;
  box-shadow: 0 0 14px rgba(255, 109, 149, 0.4);
}

.consent strong {
  color: #ff72c7;
  font-weight: 400;
}

.questionnaire__submit {
  width: 100%;
  min-height: 78px;
  margin-top: 34px;
  padding: 12px 24px;
  border: 2px solid var(--neon-pink);
  border-radius: 16px;
  color: var(--bright-yellow);
  font-family: "Oswald", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: clamp(3px, 0.55vw, 8px);
  line-height: 1;
  text-transform: uppercase;
  background: rgba(33, 2, 73, 0.68);
  box-shadow:
    0 0 8px rgba(255, 255, 255, 0.25),
    0 0 20px rgba(233, 97, 241, 0.72),
    0 0 36px rgba(104, 27, 147, 0.35);
  cursor: pointer;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}

.questionnaire__submit:hover,
.questionnaire__submit:focus-visible {
  box-shadow:
    0 0 10px rgba(255, 255, 255, 0.34),
    0 0 28px rgba(233, 97, 241, 0.9),
    0 0 52px rgba(104, 27, 147, 0.48);
  outline: none;
  transform: translateY(-2px);
}

.questionnaire__submit:disabled {
  opacity: 0.55;
  cursor: wait;
  transform: none;
}

.questionnaire__status {
  min-height: 24px;
  margin: 14px 0 0;
  color: #ff8bac;
  font-family: Arial, sans-serif;
  font-size: 15px;
  text-align: center;
}

.questionnaire__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: Arial, sans-serif;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.35;
  text-align: left;
}

.questionnaire__info {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 2px solid var(--neon-pink);
  border-radius: 50%;
  color: var(--neon-pink);
  font-weight: 700;
  place-items: center;
}

.success-card {
  display: flex;
  min-height: 720px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.success-card__check {
  position: relative;
  width: clamp(130px, 17vw, 220px);
  aspect-ratio: 1;
  border: 4px solid var(--neon-pink);
  border-radius: 50%;
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.25),
    0 0 24px rgba(233, 97, 241, 0.85),
    0 0 60px rgba(104, 27, 147, 0.58);
}

.success-card__check::after {
  position: absolute;
  top: 28%;
  left: 28%;
  width: 42%;
  height: 24%;
  border-bottom: 7px solid var(--neon-pink);
  border-left: 7px solid var(--neon-pink);
  content: "";
  filter: drop-shadow(0 0 8px rgba(233, 97, 241, 0.9));
  transform: rotate(-45deg);
}

.success-card__title {
  margin: 38px 0 0;
  color: var(--neon-pink);
  font-size: clamp(76px, 11vw, 150px);
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 0 22px rgba(233, 97, 241, 0.48);
}

.success-card__message {
  margin: 34px 0 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: clamp(24px, 3.7vw, 44px);
  line-height: 1.25;
}

.success-card__status {
  margin: 44px 0 0;
  color: var(--neon-pink);
  font-family: Arial, sans-serif;
  font-size: clamp(18px, 2.5vw, 30px);
}

.radio__glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
}

.radio__glow--top {
  top: -18%;
  left: 50%;
  width: 460px;
  height: 360px;
  background: rgba(104, 27, 147, 0.2);
  transform: translateX(-50%);
}

.radio__glow--bottom {
  bottom: -220px;
  left: 50%;
  width: 900px;
  height: 350px;
  background: rgba(93, 24, 50, 0.22);
  transform: translateX(-50%);
}

@media (max-width: 760px) {
  .hero {
    padding-block: 24px;
  }

  .hero__logo {
    width: min(105vw, 460px);
    max-width: none;
    margin-bottom: -18px;
  }

  .hero__eyebrow {
    font-size: clamp(19px, 5.5vw, 24px);
    letter-spacing: 2.5px;
  }

  .hero__description {
    max-width: 620px;
  }

  .player-shell {
    padding: 12px 14px;
    border-radius: 19px;
  }

  .action-button {
    border-radius: 18px;
  }

  .questionnaire,
  .success-card {
    margin-top: 42px;
  }

  .questionnaire__form,
  .success-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .form-field--wide {
    grid-column: auto;
  }

  .success-card {
    min-height: 560px;
  }

  .player-shell .plyr__volume {
    flex-basis: 120px;
    min-width: 80px;
  }
}

@media (max-width: 520px) {
  .sound-hint {
    top: auto;
    right: 16px;
    bottom: 18px;
    left: 16px;
    max-width: none;
    transform: none;
  }

  .sound-hint--following {
    transform: none;
  }

  .sound-hint--hidden,
  .sound-hint--following.sound-hint--hidden {
    transform: translateY(8px) scale(0.96);
  }

  .player-shell .plyr__controls {
    flex-wrap: wrap;
    gap: 4px;
  }

  .player-shell .plyr__progress__container {
    order: 5;
    flex-basis: 100%;
    margin: 4px 8px 0;
  }

  .hero__description {
    max-width: 340px;
  }

  .hero__description br {
    display: none;
  }

  .player-shell .plyr__volume {
    flex-basis: auto;
    min-width: auto;
    margin-left: auto;
  }

  .questionnaire__title {
    font-size: 52px;
  }

  .questionnaire__subtitle {
    font-size: 17px;
  }

  .form-field input,
  .form-field select {
    height: 54px;
    font-size: 16px;
  }

  .consent__box {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .consent input:checked + .consent__box::after {
    top: 3px;
    left: 7px;
    width: 6px;
    height: 12px;
  }

  .questionnaire__submit {
    min-height: 64px;
  }

  .questionnaire__note {
    align-items: flex-start;
  }
}

@media (max-width: 440px) {
  .player-shell .plyr__time--duration,
  .player-shell .plyr__volume input[type="range"] {
    display: none;
  }

}

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