body{margin:0;background:#fff}body:has([data-ref-page]) main{max-width:none;padding:0}body:has([data-ref-page]) [data-quiz-step]{padding:0;margin:0;max-width:none}


.ve-align-left{text-align:left!important;justify-content:flex-start!important}
.ve-align-left [class*="text-center"],.ve-align-left [class*="text-right"]{text-align:left!important}
.ve-align-left [class*="justify-center"],.ve-align-left [class*="justify-end"]{justify-content:flex-start!important}
.ve-align-center{text-align:center!important;justify-content:center!important}
.ve-align-center [class*="text-left"],.ve-align-center [class*="text-right"]{text-align:center!important}
.ve-align-center [class*="justify-start"],.ve-align-center [class*="justify-end"]{justify-content:center!important}
.ve-align-right{text-align:right!important;justify-content:flex-end!important}
.ve-align-right [class*="text-center"],.ve-align-right [class*="text-left"]{text-align:right!important}
.ve-align-right [class*="justify-center"],.ve-align-right [class*="justify-start"]{justify-content:flex-end!important}
.ve-align-justify{text-align:justify!important}
.ve-align-justify [class*="text-center"],.ve-align-justify [class*="text-left"]{text-align:justify!important}
@media (min-width:1025px){.ve-hide-desktop{display:none!important}}
@media (min-width:768px) and (max-width:1024px){.ve-hide-tablet{display:none!important}}
@media (max-width:767px){.ve-hide-mobile{display:none!important}}
.ve-hover-glow:hover{transform:translateY(-3px);filter:drop-shadow(0 0 12px rgba(180,255,58,.75))}
.ve-hover-bright:hover{filter:brightness(1.12)}
.ve-hover-lift:hover{transform:translateY(-4px)}
.ve-hover-pop:hover{transform:scale(1.04)}
.ve-hover-off:hover,.ve-hover-off:hover *{transform:none!important;filter:none!important}
.ve-anim{animation-duration:var(--ve-anim-dur,1s);animation-iteration-count:var(--ve-anim-count,1);animation-fill-mode:both}
@keyframes ve-fadeIn{from{opacity:0}to{opacity:1}}
@keyframes ve-fadeInUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@keyframes ve-fadeInDown{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:none}}
@keyframes ve-fadeInLeft{from{opacity:0;transform:translateX(-16px)}to{opacity:1;transform:none}}
@keyframes ve-fadeInRight{from{opacity:0;transform:translateX(16px)}to{opacity:1;transform:none}}
@keyframes ve-zoomIn{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(var(--ve-anim-zoom,1))}}
@keyframes ve-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}
@keyframes ve-bounce{0%,20%,53%,to{transform:translateY(0)}40%,43%{transform:translateY(-18px)}}
@keyframes ve-shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}
@keyframes ve-tada{0%{transform:scale(1)}10%,20%{transform:scale(.95) rotate(-3deg)}30%,50%,70%{transform:scale(1.05) rotate(3deg)}to{transform:scale(1)}}
.ve-anim-fadeIn,.ve-anim-fadeInOut{animation-name:ve-fadeIn}
.ve-anim-fadeInUp{animation-name:ve-fadeInUp}
.ve-anim-fadeInDown{animation-name:ve-fadeInDown}
.ve-anim-fadeInLeft{animation-name:ve-fadeInLeft}
.ve-anim-fadeInRight{animation-name:ve-fadeInRight}
.ve-anim-zoomIn,.ve-anim-zoomInDown,.ve-anim-zoomInLeft,.ve-anim-zoomInRight,.ve-anim-zoomInUp{animation-name:ve-zoomIn}
.ve-anim-pulse{animation-name:ve-pulse}
.ve-anim-bounce,.ve-anim-bounceIn,.ve-anim-bounceInDown,.ve-anim-bounceInLeft,.ve-anim-bounceInRight{animation-name:ve-bounce}
.ve-anim-shake,.ve-anim-headShake{animation-name:ve-shake}
.ve-anim-tada,.ve-anim-jello,.ve-anim-wobble,.ve-anim-swing,.ve-anim-rubberBand,.ve-anim-flash{animation-name:ve-tada}
.ve-anim-slideInDown{animation-name:ve-fadeInDown}
.ve-anim-slideInUp{animation-name:ve-fadeInUp}
.ve-anim-slideInLeft{animation-name:ve-fadeInLeft}
.ve-anim-slideInRight{animation-name:ve-fadeInRight}
.ve-anim-rotate,.ve-anim-rotateIn,.ve-anim-rotateInDownLeft,.ve-anim-rotateInDownRight,.ve-anim-rotateInUpLeft,.ve-anim-rotateInUpRight,.ve-anim-lightSpeedIn,.ve-anim-rollIn{animation-name:ve-fadeIn}


*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: #111;
  background: #fff;
}
body {
  margin: 0;
}
main {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 0 2rem;
}
.ad-kicker {
  margin: 0;
  padding: 12px 16px 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #707070;
  text-align: center;
}
h1.reveal {
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 0;
  padding: 8px 20px 6px;
}
.byline {
  margin: 0;
  padding: 0 20px 12px;
  color: #666;
  font-size: 13px;
}
.richtext {
  padding: 0 20px;
}
.richtext :first-child {
  margin-top: 0;
}
img.reveal {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0 20px;
}
.cta-box {
  margin: 16px 20px;
  padding: 20px 16px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-top: 5px solid #dd0000;
}
.cta-hint {
  margin: 0 0 11px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #495057;
}
.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  margin: 12px 20px;
  min-height: 54px;
  padding: 13px 20px;
  background: #dd0000;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 5px 0 #b80000;
}
.cta-box .cta {
  width: 100%;
  margin: 0;
}
.reveal {
  animation: reveal-in 0.45s ease both;
}
@keyframes reveal-in {
  from {
    transform: translateY(0.6rem);
  }
  to {
    transform: none;
  }
}
.news-ticker {
  display: flex;
  align-items: stretch;
  min-height: 42px;
  overflow: hidden;
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
.news-ticker-tag {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0 14px;
  background: #f56600;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.news-ticker-mask {
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: center;
}
.news-ticker-track {
  display: inline-flex;
  white-space: nowrap;
  animation: ticker-run 22s linear infinite;
}
.news-ticker-set {
  display: inline-flex;
  gap: 28px;
  padding: 8px 28px 8px 16px;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
}
@keyframes ticker-run {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.live-watch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px 12px;
  font-size: 15px;
  font-weight: 600;
}
.live-watch-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e30613;
  animation: live-pulse 1.4s ease-in-out infinite;
}
.live-watch-count {
  font-weight: 800;
  color: #e30613;
}
@keyframes live-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(0.85); }
}
.guarantee {
  margin: 16px 20px;
  padding: 16px;
  border: 1px solid #dee2e6;
  background: #fff8f0;
}
.guarantee strong {
  display: block;
  margin-bottom: 6px;
}
.guarantee p {
  margin: 0;
  color: #333;
  font-size: 14px;
}
.comments {
  margin: 20px 20px 0;
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
}
.comments h2 {
  margin: 0 0 8px;
  font-size: 15px;
}
.ticker {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ticker li {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
}
.legal-footer {
  margin-top: 32px;
  padding: 32px 20px 48px;
  background: #000;
  color: #eaeaea;
  text-align: center;
  font-size: 12px;
  line-height: 1.55;
}
.legal-footer a {
  color: inherit;
  text-decoration: none;
}
.legal-footer nav {
  margin-bottom: 16px;
}
.legal-footer .disc {
  margin: 16px 0 0;
  font-size: 11px;
  color: #bdbdbd;
}
.spacer-block {
  width: 100%;
}
vturb-smartplayer {
  display: block;
  width: 100%;
}
.quiz-chrome {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.quiz-chrome[hidden] {
  display: none !important;
}
.quiz-brand {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.quiz-progress {
  flex: 1;
  height: 8px;
  background: #eee;
  border-radius: 99px;
  overflow: hidden;
}
.quiz-progress > i {
  display: block;
  height: 100%;
  width: 8%;
  background: #dd0000;
}
.quiz-step {
  width: calc(100% - 24px);
  max-width: 620px;
  margin: 16px auto;
  padding: 22px 18px 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(33, 37, 41, 0.07);
}
[data-quiz-step][hidden] {
  display: none !important;
}
.quiz-question {
  margin: 0 0 8px;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.3;
}
.quiz-sub {
  margin: 0 0 8px;
  color: #6c757d;
  font-size: 14px;
}
.quiz-options {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}
.quiz-option {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border: 1px solid #dee2e6;
  border-left: 5px solid #dee2e6;
  background: #f8f9fa;
  color: #212529;
  font: 700 16px/1.25 Arial, sans-serif;
  cursor: pointer;
}
.quiz-option.on,
.quiz-option:hover {
  border-left-color: #dd0000;
  background: #fff;
}
.quiz-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: 18px;
  padding: 14px 18px;
  border: 0;
  background: #dd0000;
  color: #fff;
  font: 800 18px/1 Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 5px 0 #b80000;
  cursor: pointer;
}
.quiz-nav {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}
.quiz-nav button {
  font: inherit;
  padding: 0.5rem 0.9rem;
  cursor: pointer;
}
.quiz-cover {
  text-align: center;
}
.quiz-cover-art {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 12px;
}
.quiz-rules {
  list-style: decimal;
  margin: 16px 0 0;
  padding: 0 0 0 1.25rem;
  text-align: left;
  color: #626262;
  font-size: 17px;
  line-height: 24px;
}
.quiz-rules li + li {
  margin-top: 8px;
}
.quiz-rules strong {
  color: #111;
  font-weight: 700;
}
html:has(.quiz-iq),
body:has(.quiz-iq),
main:has(.quiz-iq) {
  background: #f2f3f5;
}
body:has(.quiz-iq) main {
  max-width: none;
  padding: 0;
}
.quiz-step.quiz-iq {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 12px 16px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-family: "Open Sans", ui-sans-serif, sans-serif;
}
.quiz-step.quiz-iq.quiz-cover {
  min-height: calc(100vh - 24px);
}
.quiz-step.quiz-iq.quiz-iq-ask {
  padding: 16px 16px 24px;
}
.quiz-iq-logo {
  margin: 8px 0 16px;
  text-align: center;
  color: #50ab64;
  font: 700 17px/24px "Open Sans", ui-sans-serif, sans-serif;
}
.quiz-iq-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 16px;
}
.quiz-iq-card .quiz-cover-art {
  margin-bottom: 12px;
}
.quiz-iq-card .quiz-question {
  margin: 0 0 12px;
  color: #50ab64;
  font: 700 24px/36px "Open Sans", ui-sans-serif, sans-serif;
  text-align: left;
}
.quiz-iq-ask .quiz-question {
  margin: 16px 0;
  color: #000;
  font: 700 24px/32px "Open Sans", ui-sans-serif, sans-serif;
  text-align: left;
}
.quiz-iq-live {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 8px 12px;
  background: #ebf7ff;
  border-radius: 24px;
  color: #333;
  font-size: 13px;
  line-height: 18px;
}
.quiz-iq-live i {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0091ff;
  animation: quiz-iq-pulse 1.4s ease-in-out infinite;
}
@keyframes quiz-iq-pulse {
  50% { transform: scale(0.65); }
}
.quiz-iq-cta {
  position: sticky;
  bottom: 0;
  margin-top: auto;
  padding: 16px 0 24px;
  background: #f2f3f5;
}
.quiz-iq .quiz-btn {
  margin-top: 0;
  background: #50ab64;
  box-shadow: none;
  text-transform: none;
  border-radius: 16px;
  font: 700 17px/1.5 "Open Sans", ui-sans-serif, sans-serif;
}
.quiz-iq-chrome {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  height: 52px;
  padding: 0 8px;
  background: #fff;
  border-bottom: 0;
}
.quiz-iq-back,
.quiz-iq-burger {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
  align-self: center;
}
.quiz-iq-back {
  width: 24px;
}
.quiz-iq-chrome-mid {
  position: relative;
  flex: 1;
  max-width: 375px;
  height: 52px;
  margin: 0 auto;
}
.quiz-iq-timer {
  position: absolute;
  left: 50%;
  top: 12px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 28px;
  padding: 0 8px 0 6px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font: 600 13px/16px "Open Sans", ui-sans-serif, sans-serif;
  transform: translateX(-50%);
}
.quiz-iq-count {
  position: absolute;
  top: 18px;
  right: 0;
  display: flex;
  font: 600 13px/16px "Open Sans", ui-sans-serif, sans-serif;
}
.quiz-iq-count b {
  color: #50ab64;
  font-weight: 600;
}
.quiz-iq-count span {
  color: #000;
}
.quiz-iq-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #edfff1;
  border-radius: 4px;
}
.quiz-iq-progress > i {
  width: 2.27273%;
  background: #50ab64;
}
.quiz-iq-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 8px 0 0;
}
.quiz-iq-option,
.quiz-iq-option:hover {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 16px 17px;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  background: #fff;
  color: #000;
  font: 600 17px/24px "Open Sans", ui-sans-serif, sans-serif;
  text-align: left;
  cursor: pointer;
}
.quiz-iq-option.on {
  border-color: #50ab64;
  background: #edfff1;
}
.quiz-iq-drawer {
  position: fixed;
  inset: 0;
  z-index: 30;
}
.quiz-iq-drawer[hidden] {
  display: none !important;
}
.quiz-iq-drawer-bg {
  position: absolute;
  inset: 0;
  border: 0;
  background: #00000080;
  cursor: pointer;
}
.quiz-iq-drawer nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(300px, 100%);
  height: 100%;
  padding: 88px 24px;
  background: #fff;
}
.quiz-iq-drawer-close {
  position: absolute;
  top: 16px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f2f3f5;
  cursor: pointer;
}
.quiz-iq-drawer a {
  color: #000;
  font: 400 17px/24px "Open Sans", ui-sans-serif, sans-serif;
  text-decoration: none;
}
.quiz-loading {
  text-align: center;
}
.quiz-ring {
  width: 108px;
  height: 108px;
  margin: 0 auto 22px;
  border-radius: 50%;
  border: 8px solid #f1f3f5;
  border-top-color: #dd0000;
  animation: quiz-spin 1s linear infinite;
}
@keyframes quiz-spin {
  to { transform: rotate(360deg); }
}
.quiz-list {
  list-style: none;
  padding: 0;
  margin: 18px auto 0;
  max-width: 320px;
  text-align: left;
}
.quiz-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 14px;
  margin: 0 0 8px;
  border: 1px solid #dee2e6;
  border-left: 4px solid #dd0000;
  background: #f8f9fa;
  font-size: 14.5px;
}
.quiz-imc {
  text-align: center;
  margin: 0 0 18px;
}
.quiz-imc .num {
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  color: #dd0000;
}
.quiz-imc small {
  display: block;
  margin-top: 6px;
  color: #6c757d;
  font-weight: 700;
}
.quiz-bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  height: 140px;
  margin: 8px 0 18px;
}
.quiz-bars span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #6c757d;
  font-weight: 700;
}
.quiz-bars i {
  display: block;
  width: 42px;
  border-radius: 6px 6px 0 0;
  background: #e9ecef;
}
.quiz-bars i.on {
  background: #dd0000;
}
.quiz-price {
  text-align: center;
  margin: 0 0 16px;
}
.quiz-price s {
  display: block;
  color: #6c757d;
}
.quiz-price b {
  font-size: 42px;
  color: #dd0000;
}
.quiz-quote {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 4px solid #dd0000;
  background: #fff5f5;
  font-size: 15px;
}
.quiz-quote small {
  display: block;
  margin-top: 8px;
  color: #6c757d;
  font-weight: 700;
}
.quiz-measure {
  text-align: center;
  margin: 22px 0 6px;
}
.quiz-measure .num {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #dd0000;
}
.quiz-measure .un {
  font-size: 20px;
  font-weight: 700;
  color: #6c757d;
}
.quiz-step input[type="range"] {
  width: 100%;
  margin: 8px 0 0;
}
.quiz-field {
  margin: 0 0 14px;
}
.quiz-field label {
  display: block;
  font-weight: 700;
  margin: 0 0 7px;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  color: #212529;
}
.quiz-field input {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1.5px solid #dee2e6;
  background: #fff;
  color: #212529;
}
.quiz-note {
  margin: 12px 0 0;
  text-align: center;
  color: #6c757d;
  font-size: 12px;
}


.quiz-step{display:block!important}[data-quiz-step][hidden]{display:none!important}

.quiz-step:has([data-ref-page]){width:100%;max-width:none;margin:0;padding:0;border:0;border-radius:0;box-shadow:none;background:transparent}
.fq{--fq-accent:#176d62;--fq-paper:#fffdf7;--fq-ink:#162c34;box-sizing:border-box;max-width:660px;margin:20px auto;padding:clamp(22px,5vw,44px);border:1px solid #dddcd1;border-radius:24px;background:linear-gradient(145deg,var(--fq-paper),#f3f4e9);color:var(--fq-ink);font-family:"Avenir Next","Trebuchet MS",sans-serif;box-shadow:0 16px 45px #17332d0a;text-align:left;animation:fq-enter .22s ease-out}
.fq *{box-sizing:border-box}.fq h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(25px,4.7vw,37px);line-height:1.2;letter-spacing:-.025em;margin:0 0 16px;color:var(--fq-ink)}.fq h2{font-size:21px;line-height:1.3;margin:0 0 10px}.fq p{line-height:1.6}.fq-sub,.fq-body{font-size:16px;color:var(--fq-ink)}.fq-eyebrow{font-size:11px;font-weight:800;letter-spacing:.14em;margin:24px 0 16px}.fq-rules{list-style:disc;padding-left:22px;margin:24px 0;line-height:1.7}.fq-rules li{padding:5px 0}
.fq-options{display:grid;gap:12px;margin:24px 0}.fq-option{display:flex;gap:14px;align-items:center;width:100%;padding:17px;border:1px solid #c8d3ce;border-radius:12px;background:var(--fq-paper);color:var(--fq-ink);font:inherit;text-align:left;line-height:1.4;cursor:pointer}.fq-option-key{flex:none;display:grid;place-items:center;width:32px;height:32px;border:1px solid #c8d3ce;border-radius:8px;font-size:13px;font-weight:700}.fq-option[aria-pressed=true]{border:2px solid var(--fq-accent);padding:16px;background:#e6f1eb}.fq-option[aria-pressed=true] .fq-option-key{background:var(--fq-accent);color:white;border-color:var(--fq-accent)}.fq-option:hover{border-color:var(--fq-accent)}
.fq-primary{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%;margin-top:24px;padding:18px 20px;border:0;border-radius:12px;background:var(--fq-accent);color:#fff;font:inherit;font-weight:700;text-decoration:none;cursor:pointer}.fq-back{display:block;margin:24px auto 0;padding:10px 18px;background:transparent;border:0;color:var(--fq-ink);text-decoration:underline;font:inherit;cursor:pointer}.fq button:focus-visible,.fq a:focus-visible,.fq input:focus-visible{outline:3px solid #d69728;outline-offset:3px}.fq button:disabled{cursor:wait}
.fq-field{display:grid;gap:8px;margin:20px 0;font-weight:600}.fq-field input:not([type=range]){width:100%;padding:15px;border:1px solid #bacdc4;border-radius:10px;background:white;color:#162c34;font:inherit}.fq-field input[type=range]{width:100%;accent-color:var(--fq-accent)}.fq-caption{font-size:12px;line-height:1.6;color:var(--fq-ink)}.fq-error{padding:12px;border:1px solid #bd4c39;border-radius:8px;color:#8a3023;background:#fff0eb}.fq [hidden]{display:none!important}.fq-loader{display:flex;align-items:center;gap:18px;margin:32px 0}.fq-loader-track{height:12px;border-radius:20px;background:#dce5de;overflow:hidden;flex:1}.fq-loader-track span{display:block;height:100%;width:0;background:var(--fq-accent);border-radius:20px;transition:width .12s linear}.fq-loader strong{min-width:48px}.fq-checkpoint{padding-top:18px;border-top:1px solid #c8d3ce}.fq-score{display:grid;gap:6px;text-align:center;margin:28px 0}.fq-score strong{font-family:Georgia,serif;font-size:58px;line-height:1.1}.fq-score span{font-size:13px}.fq-price{font-family:Georgia,serif;font-size:40px;font-weight:700}
.fq-emblem{display:flex;align-items:center;width:max-content;margin:0 0 24px}.fq-emblem i{display:block;width:42px;height:42px;background:var(--fq-accent);border-radius:50%;margin-right:-8px}.fq-emblem i:nth-child(2){background:#d9a345;border-radius:10px;transform:rotate(25deg)}.fq-emblem i:nth-child(3){background:#b6caba;border-radius:50% 50% 0 0}
@keyframes fq-enter{from{transform:translateY(8px)}to{transform:translateY(0)}}@media(max-width:480px){.fq{margin:10px 0;border-radius:16px;padding:22px 18px}.fq h1{font-size:27px}.fq-option{padding:14px}.fq-option[aria-pressed=true]{padding:13px}}@media(prefers-reduced-motion:reduce){.fq{animation:none}.fq-loader-track span{transition:none}}
