.vioser-teste-shell {
  display: grid;
  gap: 24px;
}

.vioser-test [hidden] {
  display: none !important;
}

.vioser-teste-shell a {
  text-decoration: none;
}

.vioser-teste-archive {
  gap: 44px;
  padding: 8px 0 24px;
}

.vioser-test__start-panel,
.vioser-test__runner,
.vioser-test__result {
  border-radius: 24px;
  box-shadow: 0 18px 60px rgba(10, 25, 47, 0.08);
}

.vioser-test__start-panel,
.vioser-test__runner,
.vioser-test__result {
  border: 1px solid #dce4f0;
  background: linear-gradient(180deg, #f7f9fd 0%, #eef3fb 100%);
}

.vioser-test__start-panel,
.vioser-test__result {
  padding: 32px;
}

.vioser-teste-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(6, 41, 90, 0.08);
  color: #06295a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vioser-test__hero h1 {
  margin: 0;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.05;
}

.vioser-teste-archive__intro {
  display: grid;
  gap: 24px;
  padding: 38px 40px 44px;
  border: 0;
  border-radius: 30px;
  background: linear-gradient(135deg, #103676 0%, #0b2f6b 100%);
  box-shadow: 0 26px 60px rgba(11, 47, 107, 0.18);
}

.vioser-teste-archive__intro h1,
.vioser-teste-archive__intro h2 {
  margin: 0;
  font-size: clamp(48px, 7vw, 64px);
  font-weight: 400;
  line-height: 0.95;
  color: #fff;
}

.vioser-teste-archive__intro p {
  max-width: 860px;
  margin: 0;
  font-size: clamp(20px, 2.5vw, 24px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.vioser-teste-archive__intro .vioser-teste-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.vioser-test__start-panel p,
.vioser-test__lead p,
.vioser-test__description,
.vioser-test__recommendation,
.vioser-test__result-body p {
  color: #475569;
}

.vioser-teste-archive__contacts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.vioser-teste-archive__contact.elementor-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ef564b;
  box-shadow: 0 12px 24px rgba(239, 86, 75, 0.24);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.vioser-teste-archive__contact i,
.vioser-teste-archive__contact i::before {
  color: #fff !important;
}

.vioser-teste-archive__contact i {
  font-size: 20px;
  line-height: 1;
}

.vioser-teste-archive__contact:hover,
.vioser-teste-archive__contact:focus {
  color: #fff;
  transform: translateY(-1px);
}

.vioser-teste-archive__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: start;
}

.vioser-teste-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #dce4f0;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.vioser-teste-card h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
}

.vioser-teste-card__meta,
.vioser-test__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vioser-teste-card__meta span,
.vioser-test__meta span,
.vioser-test__band {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #e8eef9;
  color: #0f172a;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
}

.vioser-teste-poster {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.vioser-teste-poster__media {
  display: block;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #f3efe9;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.vioser-teste-poster__media img,
.vioser-teste-poster__fallback {
  display: block;
  width: 100%;
  aspect-ratio: 512 / 367;
}

.vioser-teste-poster__media img {
  object-fit: cover;
}

.vioser-teste-poster__fallback {
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 28px;
  background: linear-gradient(180deg, #fbf8f3 0%, #f0ece6 100%);
}

.vioser-teste-poster__fallback h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 0.98;
  color: #3876b8;
}

.vioser-teste-poster__fallback p {
  margin: 0;
  color: #24446d;
}

.vioser-teste-poster__actions {
  display: flex;
  justify-content: center;
  width: 100%;
}

.vioser-teste-poster__button.rezbtn.rezbtn--pri {
  min-width: 182px;
  border: 0;
  border-radius: 999px;
  background: #47c16f;
  box-shadow: 0 12px 24px rgba(71, 193, 111, 0.22);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.vioser-teste-poster__button.rezbtn.rezbtn--pri:hover,
.vioser-teste-poster__button.rezbtn.rezbtn--pri:focus {
  background: #39b462;
  color: #fff;
}

.vioser-teste-testimonials {
  display: grid;
  gap: 24px;
  padding: 34px 32px 40px;
  border-radius: 30px;
  border: 1px solid #dce4f0;
  background: linear-gradient(180deg, #f9fbff 0%, #eef3fb 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.vioser-teste-testimonials__header {
  display: grid;
  gap: 12px;
  max-width: 720px;
}

.vioser-teste-testimonials__header .vioser-teste-eyebrow {
  width: fit-content;
}

.vioser-teste-testimonials__header h2 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 52px);
  line-height: 1.02;
  color: #0f172a;
}

.vioser-teste-testimonials__slider {
  display: grid;
  gap: 18px;
}

.vioser-teste-testimonials__nav {
  display: flex;
  justify-content: center;
}

.vioser-teste-testimonials__viewport {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.vioser-teste-testimonials__track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.vioser-teste-testimonials__viewport.is-dragging {
  cursor: grabbing;
}

.vioser-teste-testimonials__viewport.is-dragging .vioser-teste-testimonial {
  user-select: none;
}

.vioser-teste-testimonials__slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.vioser-teste-testimonial {
  display: grid;
  gap: 24px;
  padding: 32px;
  border-radius: 20px;
  background: #eff2f9;
  min-height: 100%;
}

.vioser-teste-testimonial__text {
  color: #24324a;
  font-size: 14px;
  line-height: 1.6;
}

.vioser-teste-testimonial__text::before {
  content: "\201C";
  display: block;
  margin-bottom: 10px;
  color: #103676;
  font-size: 52px;
  line-height: 0.8;
  font-weight: 700;
}

.vioser-teste-testimonial__text p {
  margin: 0 0 14px;
}

.vioser-teste-testimonial__text p:last-child {
  margin-bottom: 0;
}

.vioser-teste-testimonial__footer {
  display: flex;
  align-items: center;
  gap: 16px;
}

.vioser-teste-testimonial__image {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  padding: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.vioser-teste-testimonial__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.vioser-teste-testimonial__cite {
  display: grid;
  gap: 4px;
  font-style: normal;
}

.vioser-teste-testimonial__name {
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.vioser-teste-testimonial__title {
  color: #959595;
  font-size: 16px;
  line-height: 1.35;
}

.vioser-teste-testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.vioser-teste-testimonials__dot {
  appearance: none;
  width: 12px;
  height: 12px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(16, 54, 118, 0.18) !important;
  box-shadow: none;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.vioser-teste-testimonials__dot.is-active {
  background: #103676 !important;
  transform: scale(1.15);
}

.vioser-teste-google-shortcode {
  width: 100%;
}

.vioser-teste-google-shortcode > * {
  width: 100%;
}

.vioser-teste-share {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr);
  gap: 18px 28px;
  align-items: center;
  padding: 26px 32px;
  border-radius: 28px;
  border: 1px solid #dce4f0;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fc 100%);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
}

.vioser-teste-share__heading h5 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.vioser-teste-share__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.vioser-teste-share__button {
  --share-start: #1d4ed8;
  --share-end: #2563eb;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--share-start) 0%, var(--share-end) 100%);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vioser-teste-share__button:hover,
.vioser-teste-share__button:focus {
  color: #fff;
  transform: translateY(-1px);
}

.vioser-teste-share__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 14px;
}

.vioser-teste-share__button--facebook {
  --share-start: #1877f2;
  --share-end: #255fd6;
}

.vioser-teste-share__button--twitter {
  --share-start: #1da1f2;
  --share-end: #1481cf;
}

.vioser-teste-share__button--linkedin {
  --share-start: #0a66c2;
  --share-end: #084f97;
}

.vioser-teste-share__button--telegram {
  --share-start: #2aabee;
  --share-end: #1b8dc9;
}

.vioser-teste-share__button--whatsapp {
  --share-start: #25d366;
  --share-end: #1ca950;
}

.vioser-teste-card .rezbtn,
.vioser-test .rezbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vioser-test {
  --vioser-test-scroll-offset: 118px;
  display: grid;
  gap: 24px;
}

.vioser-test,
.vioser-test__start-panel,
.vioser-test__runner,
.vioser-test__question,
.vioser-test__lead,
.vioser-test__result {
  scroll-margin-top: var(--vioser-test-scroll-offset);
}

.vioser-test__template-tail {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50.5vw);
  margin-right: calc(50% - 50vw);
}

.vioser-test__template-tail .elementor {
  width: 100%;
}

.vioser-test__intro {
  position: relative;
  display: grid;
  gap: 20px;
  justify-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  background: linear-gradient(135deg, #103676 0%, #0b2f6b 100%);
  box-shadow: 0 26px 60px rgba(11, 47, 107, 0.2);
  color: #fff;
  padding: 42px 32px 34px;
  text-align: center;
}

.vioser-test__intro > * {
  position: relative;
  z-index: 1;
}

.vioser-test__intro::before,
.vioser-test__intro::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.vioser-test__intro::before {
  width: 320px;
  height: 320px;
  top: -140px;
  right: -120px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 72%);
}

.vioser-test__intro::after {
  width: 280px;
  height: 280px;
  bottom: -160px;
  left: -90px;
  background: radial-gradient(circle, rgba(239, 86, 75, 0.18) 0%, rgba(239, 86, 75, 0) 72%);
}

.vioser-test__intro .vioser-teste-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.vioser-test__hero-copy {
  display: grid;
  gap: 14px;
  max-width: 860px;
}

.vioser-test__start-panel {
  display: grid;
  gap: 18px;
}

.vioser-test__start-panel h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.08;
  color: #0f172a;
}

.vioser-test__notice {
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(6, 41, 90, 0.08);
  color: #06295a;
  font-weight: 600;
  max-width: 760px;
}

.vioser-test__intro h1 {
  font-size: clamp(40px, 6vw, 66px);
  text-transform: uppercase;
}

.vioser-test__intro-subtitle {
  max-width: 760px;
  margin: 0;
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.vioser-test__hero-description {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.vioser-test__hero-description,
.vioser-test__hero-description p,
.vioser-test__hero-description li,
.vioser-test__hero-description strong {
  color: #475569;
}

.vioser-test__hero-description p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}

.vioser-test__start-panel .vioser-test__meta {
  justify-content: flex-start;
}

.vioser-test__start-panel .vioser-test__meta span {
  background: #e8eef9;
  color: #0f172a;
  border: 0;
}

.vioser-test__intro-contacts {
  justify-content: center;
}

.vioser-test__hero-actions {
  display: flex;
  justify-content: flex-start;
}

.vioser-test__hero-start.rezbtn.rezbtn--pri {
  min-width: 210px;
  border: 0;
  border-radius: 999px;
  background: #47c16f;
  box-shadow: 0 12px 24px rgba(71, 193, 111, 0.22);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.vioser-test__hero-start.rezbtn.rezbtn--pri:hover,
.vioser-test__hero-start.rezbtn.rezbtn--pri:focus {
  background: #39b462;
  color: #fff;
}

.vioser-test__intro-arrow {
  appearance: none;
  border: 0;
  background: transparent !important;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}

.vioser-test__intro-arrow:hover,
.vioser-test__intro-arrow:focus,
.vioser-test__intro-arrow:active {
  background: transparent !important;
}

.vioser-test__intro-arrow-ring {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(8, 26, 57, 0.18);
  animation: vioser-test-arrow-bounce 1.8s ease-in-out infinite;
}

.vioser-test__intro-arrow svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes vioser-test-arrow-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(6px);
  }

  60% {
    transform: translateY(3px);
  }
}

.vioser-test__runner {
  padding: 28px;
}

.vioser-test__progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.vioser-test__progress-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vioser-test__dots {
  display: flex;
  gap: 6px;
  flex: 1 1 280px;
}

.vioser-test__dot {
  flex: 1 1 auto;
  height: 6px;
  border-radius: 999px;
  background: #d9e4f4;
}

.vioser-test__dot.is-active {
  background: #06295a;
}

.vioser-test__question {
  display: grid;
  gap: 18px;
}

.vioser-test__question h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}

.vioser-test__choices {
  display: grid;
  gap: 14px;
}

.vioser-test__choice {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid #d9e4f4;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.vioser-test__choice:hover {
  transform: translateY(-1px);
  border-color: #94a3b8;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.vioser-test__question.has-validation-error .vioser-test__choice {
  border-color: rgba(220, 38, 38, 0.3);
}

.vioser-test__question.has-validation-error .vioser-test__choice:hover {
  border-color: rgba(220, 38, 38, 0.45);
}

.vioser-test__choice-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.vioser-test__choice-badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eff4fb;
  color: #06295a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.vioser-test__choice-input:checked + .vioser-test__choice-badge {
  background: #06295a;
  color: #fff;
}

.vioser-test__choice-text {
  color: #0f172a;
  font-size: 16px;
  line-height: 1.5;
}

.vioser-test__validation {
  margin: 4px 0 0;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(220, 38, 38, 0.16);
  background: rgba(254, 242, 242, 0.95);
  color: #b91c1c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.vioser-test__nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap;
  align-items: stretch;
}

.vioser-test__nav-right {
  display: flex;
  gap: 12px;
  flex: 0 1 auto;
}

.vioser-test__nav .rezbtn {
  gap: 10px;
  min-width: 154px;
  white-space: nowrap;
}

.vioser-test__nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1;
  transform: translateY(-1px);
}

.vioser-test__nav-icon--left {
  margin-right: 2px;
}

.vioser-test__nav-icon--right {
  margin-left: 2px;
}

.vioser-test__nav-label {
  display: inline-flex;
  align-items: center;
}

.vioser-test__result {
  display: grid;
  gap: 24px;
}

.vioser-test__result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
}

.vioser-test__result-score {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 16px;
}

.vioser-test__result-score strong {
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1;
  color: #06295a;
}

.vioser-test__result h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}

.vioser-test__answers {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.vioser-test__scale {
  display: grid;
  gap: 12px;
}

.vioser-test__band {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid #dce4f0;
  background: #fff;
}

.vioser-test__band.is-active {
  border-color: #06295a;
  box-shadow: inset 0 0 0 1px #06295a;
}

.vioser-test__lead {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #dce4f0;
}

.vioser-test__lead-gate {
  display: grid;
  gap: 20px;
}

.vioser-test__lead-copy {
  display: grid;
  gap: 10px;
}

.vioser-test__lead h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.vioser-test__lead h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.08;
}

.vioser-test__lead .wpcf7 form {
  margin-top: 18px;
}

.vioser-test__lead .wpcf7-submit {
  position: relative;
  z-index: 2;
}

.vioser-test__lead .wpcf7 form.is-submitting .wpcf7-submit,
.vioser-test__lead .wpcf7-submit.is-submitting,
.vioser-test__lead .wpcf7-submit:disabled {
  opacity: 0.78;
  cursor: progress;
}

.vioser-test__lead .wpcf7 p {
  margin-bottom: 14px;
}

.vioser-test__lead input,
.vioser-test__lead textarea,
.vioser-test__lead select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
}

.vioser-test__result-actions {
  display: grid;
  gap: 12px;
  justify-items: start;
  margin-top: 20px;
  margin-bottom: 18px;
}

.vioser-test__result-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.vioser-test__result-links[hidden] {
  display: none;
}

.vioser-test__result-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vioser-test__result-link::after {
  content: "→";
  font-size: 1.05em;
  line-height: 1;
}

.vioser-test__result-actions .rezbtn {
  border: 1px solid #cbd5e1;
}

.vioser-test__result-actions .rezbtn--pri {
  border-color: #06295a;
}

.vioser-test__result-actions .rezbtn--sec {
  border-color: #cbd5e1;
}

.vioser-test__lead-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .vioser-test {
    --vioser-test-scroll-offset: 84px;
  }

  .vioser-test__start-panel,
  .vioser-test__runner,
  .vioser-test__result {
    padding: 24px;
  }

  .vioser-test__lead {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 28px);
  }

  .vioser-test__lead .wpcf7 form {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 24px);
  }

  .vioser-test__lead .wpcf7-submit {
    width: 100%;
    margin-top: 8px;
  }

  .vioser-teste-archive {
    padding: 12px 14px 30px;
    gap: 28px;
  }

  .vioser-teste-archive__intro {
    gap: 18px;
    padding: 30px 24px 34px;
    border-radius: 24px;
  }

  .vioser-teste-archive__intro p {
    font-size: 18px;
  }

  .vioser-teste-archive__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vioser-teste-testimonials {
    gap: 20px;
    padding: 28px 24px 32px;
    border-radius: 24px;
  }

  .vioser-teste-testimonial {
    gap: 18px;
    padding: 24px;
  }

  .vioser-teste-testimonial__image {
    width: 40px;
    height: 40px;
    padding: 4px;
  }

  .vioser-teste-testimonial__name {
    font-size: 14px;
  }

  .vioser-teste-testimonial__title {
    font-size: 12px;
  }

  .vioser-teste-share {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
    border-radius: 24px;
  }

  .vioser-teste-share__buttons {
    gap: 10px;
  }

  .vioser-teste-share__button {
    width: 100%;
    justify-content: center;
  }

  .vioser-test__result-grid {
    grid-template-columns: 1fr;
  }

  .vioser-test__nav {
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .vioser-test__nav-right {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    justify-content: stretch;
  }

  .vioser-test__nav .rezbtn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }

  .vioser-test__nav-right .rezbtn {
    flex: 1 1 0;
  }

  .vioser-test__nav-icon {
    font-size: 14px;
  }

  .vioser-test__intro {
    border-radius: 0;
    padding: 34px 22px 28px;
  }

  .vioser-test__intro h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .vioser-test__intro-subtitle,
  .vioser-test__hero-description p {
    font-size: 18px;
  }

  .vioser-test__runner .vioser-test__question h2 {
    font-size: 18px;
    line-height: 1.3;
  }

  .vioser-test__hero-actions {
    width: 100%;
  }

  .vioser-test__hero-start.rezbtn.rezbtn--pri {
    width: 100%;
  }
}


.vioser-test__intro .vioser-teste-eyebrow{
	display:none;
}

.vioser-test__result-links a{
	background: #47c16f;
    box-shadow: 0 12px 24px rgba(71, 193, 111, 0.22);
    border: none !important;
}