/** Shopify CDN: Minification failed

Line 246:8 Expected identifier but found whitespace
Line 246:10 Unexpected "{"
Line 246:19 Expected ":"
Line 1148:12 Expected ":"
Line 1148:22 Expected ":"

**/
  
  
  .cwqf-card-desc {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #3D3D3D;
}

  
  /* Footer */

  .cwqf-testimonial {
  margin-top: 40px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: Work Sans, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
  top: 250px;
  left: 30%;
  width: 50%;
}

.cwqf-testimonial-left {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 80%;
}

.cwqf-testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.cwqf-testimonial-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #3D3D3D !important;

}

.cwqf-testimonial-quote {
  font-size: 14px;
  line-height: 1.5;
  color: #1D1D1E;
  margin: 0;
}

.cwqf-testimonial-author-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cwqf-testimonial-verified svg {
  width: 16px;
  height: 16px;
}

.cwqf-testimonial-verified circle {
  fill: #00A5E4;
}

.cwqf-testimonial-verified path {
  stroke: #FFFFFF;
}

.cwqf-testimonial-name {
  font-weight: 700;
  font-size: 14px;
  color: #1D1D1E;
}

.cwqf-testimonial-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  position: relative;
  right: 15% !important;
}

.cw-swd-review{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  text-align: right;
  opacity: 1;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #3D3D3D !important;
}

.cwqf-testimonial-star {
  width: 16px;
  height: 16px;
  fill: #FFC94A;
}

/* Mobile tweak */
@media (max-width: 768px) {
  .cwqf-testimonial {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 18px;
  }

  .cwqf-testimonial-left {
    max-width: 100%;
  }

  .cwqf-testimonial-stars {
    margin-left: 0;
  }
  .cw-swd-review{
  font-size: 15px !important;
}

}

.cwqf-step.is-current,
.cwqf-step.is-complete {
  color: #fff !important; 
}

/* end of footer */

.gradient.template-page.template-quiz-funnel {
  background-color: #EEF8FD !important;
  position: relative !important;
  z-index: 0; /* garante contexto de empilhamento */
}

.gradient.template-page.template-quiz-funnel::before {
  content: "";
  position: absolute;
  inset: 0; /* top/right/bottom/left = 0 */
  background-image: url('/cdn/shop/files/07b780a7b608289148d0075f87ab8cb159eab547.png?v=1763504137');
  background-repeat: repeat;      
  background-size: auto;          
  opacity: 0.03;                 
  pointer-events: none;           
  z-index: -1; 
  transform: translateY(150px);
}



.cwqf-intro {
display: none;
}

.cwqf-title-icon svg{
position: relative; top: 25px !important;
margin-right: 8px !important;
}

.cwqf-title-icon{
display: flex !important;
justify-content: center;
position: relative;
bottom: 30px;
}
.cwqf-intro {
  width: 90%; 
  position: relative;
  bottom: 80px !important;
  left: 5%;
}

.cwqf-intro-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #00A5E4;
  color: #FFFFFF;
  padding: 10px 16px;
  border-radius: 14px;
}

.cwqf-intro-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.cwqf-intro-text {
font-family: Work Sans;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 140%;
letter-spacing: 0%;
}

.icon-next-step {
  margin-left: 5px;
  position: relative;
  top: 2px;
}


/* -------- RESET -------- */
.cwqf * {
  box-sizing: border-box;
  font-family: inherit;
}


/* -------- ROOT WRAPPER -------- */
#cw-quiz-funnel {
  width: 70%;
  padding: 40px 20px;
  background: #FFF;
  color: {{ section.settings.text_color }};
  position: relative;
  left: 15%;
  top: 200px;
  border-radius: 15px;
}

/* -------- PROGRESS BAR -------- */
.cwqf-progress {
  width: 40%;
  max-width: 780px;
  margin: 0 auto 40px;
}

.cwqf-progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(29, 29, 30, 0.15) !important;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 18px;
}

.cwqf-progress-fill {
  display: block !important;
  height: 100% !important;
  width: 0;
  background: #00A5E4 !important;
  border-radius: 30px;
  transition: width .3s ease;
}


.cwqf-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -35px;
}

.cwqf-step {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(29, 29, 30, 0.60) !important; 
  background: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #1D1D1E !important; 
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.cwqf-step.is-current,
.cwqf-step.is-complete {
  background: #00A5E4 !important;
  border-color: #00A5E4 !important;
  color: #FFFFFF !important; 
}



.cwqf-step.is-current {
  background: #00A5E4;
  border-color: #00A5E4;
  color: #ffffff;
}

.cwqf-step.is-complete {
  background: #00A5E4;
  border-color: #00A5E4;
  color: #ffffff;
}

.cwqf-step.active {
}


/* -------- QUIZ VIEWPORT -------- */
.cwqf-viewport {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

/* -------- TITLE -------- */
.cwqf-title {
font-family: Work Sans;
font-weight: 700;
font-style: Bold;
font-size: 30px;
color: #1D1D1E !important
line-height: 120%;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
margin-bottom: 10px;
}

/* -------- SUBTITLE -------- */
.cwqf-subtitle {
font-family: Work Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
letter-spacing: 0%;
text-transform: capitalize;
color: #3D3D3D !important;
margin-bottom: 30px;
  
}
#cwqf-question-sub {
  position: relative;
  top: 3px;
}

/* -------- OPTIONS GRID -------- */
.cwqf-options {
  display: grid;
  gap: 16px;
  margin-bottom: 30px;
}
#cwqf-options{
    margin-top: 30px !important;
}
.cwqf-testimonial-verified{
  position: relative;
  top: 2px;
}
.cwqf-testimonial-quote{
  font-family: Work Sans;
font-weight: 400;
font-style: Regular;
font-size: 14px;
color: #3D3D3D !important;
line-height: 140%;
letter-spacing: 0%;

}
@media (min-width: 700px) {

.cwqf-is-result {
  position: relative;
  top: 250px !important;
}

   #MainContent {
  position: relative;
  bottom: 100px !important;
}

.cwqf-result-products.cwqf-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px !important;
  width: 100% !important;
  justify-content: center !important;
  position: relative;
    bottom: 80px;
}

.cwqf-result.cwqf-multi .cwqf-card {
  display: block !important;
}

.cwqf-card {
  cursor: pointer !important;
  padding: 34px 24px !important;
  border: none !important;
  box-shadow: none !important;
  background: #ffffff !important;
  border-radius: 18px !important;
  transition: transform .15s ease, opacity .15s ease;
}

.cwqf-card:hover {
  transform: translateY(-3px) !important;
  opacity: .9 !important;
}

.cwqf-card-image {
  width: 210px !important;
  margin: 0 auto 22px !important;
}

.cwqf-card-title {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.cwqf-card-desc {
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.cwqf-card-cta {
  padding: 16px 38px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  .cwqf-result-products.cwqf-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  .cwqf-card {
    padding: 22px 14px !important;
  }

  .cwqf-card-image {
    width: 150px !important;
  }
 
}



  .cw-swd-bottom{
  position: relative;
  top: 20px;
  }
  #cwqf-options{
    grid-template-columns: repeat(3, 1fr) !important;
  }

 .cwqf-options {
    grid-template-columns: repeat(, 1fr);
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="4"])
    ~ .cwqf-viewport .cwqf-options {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    max-width: 900px;
    margin: 0 auto;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="4"])
    ~ .cwqf-viewport .cwqf-options .cwqf-option-card:nth-child(4) {
    grid-column: 2 / span 1;
    position: relative;
    right: 150px;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="4"])
    ~ .cwqf-viewport .cwqf-options .cwqf-option-card:nth-child(5) {
    grid-column: 3 / span 1;
    position: relative;
    right: 150px;
  }
  .cw-swd-review{
    position: relative; left: 10% !important;
  }
  .cw-swd-logo-wrap{
    position: relative;
  right: 10% !important; 
  }
}


/* -------- OPTION CARD -------- */
.cwqf-option-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 165, 228, 0.3); /* #00A5E4, opacity 30% */
  border-radius: 16px;
  padding: 18px 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  transition:
    border-color .25s ease,
    background-color .25s ease,
    transform .2s ease;
  flex-direction: column !important;
}

.cwqf-option-card {
  display: flex;
  flex-direction: column;
  align-items: center !important; 
  justify-content: center !important; 
  text-align: center !important;
  height: auto;
}


.cwqf-option-card:hover {
  transform: translateY(-2px);
}

.cwqf-option-card.selected {
  border: 3px solid #00A5E4 !important;
  background-color: #E6F6FE; 
}
.cwqf-option-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cwqf-option-sub {
  line-height: 180%;
  display: flex;
  gap: 1px !important;
  flex-direction: column;
  color: #1D1D1E !important;
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  letter-spacing: 0%;
  text-align: center;
  position: relative;
  bottom: 10px;
}
.cwqf-progress:has(.cwqf-step.is-current[data-step="4"])
  ~ .cwqf-viewport .cwqf-option-label {
    font-weight: 800 !important;
}
.cwqf-progress:has(.cwqf-step.is-current[data-step="4"])
  ~ .cwqf-viewport .cwqf-option-icon {
    height: auto !important;
}
.cwqf-progress:has(.cwqf-step.is-current[data-step="5"])
  ~ .cwqf-viewport .cwqf-option-icon {
    height: auto !important;
}

.cwqf-option-card:hover {
  transform: translateY(-2px);
}


.cwqf-option-icon {
  width: auto;
  height: 58px;
  object-fit: contain;
  margin: 0 auto !important; 
}

.cwqf-option-label {
font-family: Work Sans;
font-weight: 500;
font-style: Medium;
font-size: 18px;
line-height: 120%;
letter-spacing: 0%;
color: #1D1D1E !important;

}


/* -------- INPUT FIELD -------- */
.cwqf-input-wrapper {
  width: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 25px !important;
}

.cwqf-input {
  width: 100%;
  max-width: 445px;
  padding: 14px 18px;
  border-radius: 12px;
  border: 2px solid #ccc;
  font-size: 18px;
}

.cwqf-buttons {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
  gap: 10px;
}

.cwqf-progress:has(.cwqf-step.is-current[data-step="1"]) 
  ~ .cwqf-viewport .cwqf-buttons {
    position: relative; right: 8% !important;
  }

.cwqf-btn {
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  border: none;
  font-weight: 700;
}

.cwqf-btn-next {
  background: #FF752D;
  color: white;
  width: 266px !important;
  height: 56px !important;
}

.cwqf-btn-back {
  color: #222;
  background: transparent;
}

/* -------- LOADING SCREEN -------- */
.cwqf-loading {
  text-align: center;
  padding-top: 40px;
}

.cwqf-loading-box {
  max-width: 380px;
  margin: 0 auto;
}


.cwqf-loader-spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ddd;
  border-top-color: #00A5E4;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}

.cwqf-progress:has(.cwqf-step.is-current[data-step="6"]) ~ .cwqf-viewport .cwqf-title-icon {
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -99999 !important;
  position: absolute !important;
}



@keyframes spin {
  to { transform: rotate(360deg); }
}

.cwqf-loading-text {
  font-size: 20px;
  margin-bottom: 14px;
}

.cwqf-loading-bar {
  width: 100%;
  background: #ddd;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.cwqf-loading-fill {
  width: 0%;
  height: 100%;
  background: #00A5E4;
  transition: width .4s ease;
}

/* -------- RESULT VIEW -------- */
.cwqf-result {
  text-align: center;
}

.cwqf-result-title {
  display: inline-block;
  padding: 8px 60px;
  border-radius: 8px;
  background: #00A5E4;
  color: #FFF !important;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: Work Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  position: relative;
  bottom: 80px;
}

.cwqf-result-sub {
  font-size: 16px;
  text-align: center;
  margin-bottom: 32px;
  color: #555;
}

.cwqf-result-products {
  display: grid;
  gap: 20px;
}


@media (min-width: 780px) {
  .cwqf-result-products:not(.cwqf-single) {
    grid-template-columns: repeat(3, 1fr);
  }
 #shopify-section-template--27217150869841__cw_quiz_funnel_MJUcXX {
  position: relative;
  bottom: 120px;
}
.cwqf-testimonial-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  position: relative;
  right: 20% !important;
  bottom: 15px !important;
}
.cwqf-testimonial-left{
  position: relative;
  bottom: 50px;
}
}

.cwqf-result-products.cwqf-single {
  max-width: 760px;
  margin: 0 auto;
}

/* card base */
.cwqf-product-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 32px 28px;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.cwqf-result-products.cwqf-single .cwqf-product-card {
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* imagem */
.cwqf-product-image {
  width: 100%;
  max-width: 260px;
  margin: 0 auto 24px;
}

.cwqf-product-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
}

.cwqf-product-price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.cwqf-price-original {
  text-decoration: line-through;
  opacity: .5;
  font-size: 16px;
}


.cwqf-price-final {
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.cwqf-price-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #00A5E4;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.cwqf-product-btn {
  margin-top: 12px;
  padding: 14px 32px;
  border-radius: 999px;
  background: #ff6a2b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

/* SINGLE PRODUCT */
.cwqf-single-product {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  bottom: 70px;
}

.cwqf-sp-title {
margin-bottom: 16px;
  font-family: Work Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}

.cwqf-sp-image {
  width: 500px;
  margin: 20px auto;
  display: block;
}

.cwqf-sp-price-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin: 15px 0;
  position: relative;
  bottom: 20px;
}

.cwqf-sp-compare {
  text-decoration: line-through;
  opacity: 0.6;
}

.cwqf-sp-final {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #1D1D1E;
}

.cwqf-sp-badge {
  background: #00A5E4;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.cwqf-sp-desc {
  margin: 16px 0;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #1D1D1E;
}

.cwqf-sp-cta {
  margin-top: 20px;
  background: #FF7A21;
  color: #fff;
  display: inline-block;
  padding: 14px 32px;
  font-weight: 700;
  border-radius: 44px;
  text-decoration: none;
  font-family: Work Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 100px;
}

/* MULTI PRODUCTS */
.cwqf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 30px;
}

.cwqf-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  text-align: center;
}

.cwqf-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.cwqf-card-image {
  width: 200px;
  display: block;
  margin: 0 auto 16px;
}

.cwqf-card-price-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}

.cwqf-card-compare {
  text-decoration: line-through;
  opacity: 0.6;
}

.cwqf-card-final {
  font-weight: 700;
}

.cwqf-card-badge {
  background: #00A5E4;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.cwqf-card-cta {
  background: #FF7A21;
  color: #fff;
  padding: 12px 44px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.cwqf-progress:has(.cwqf-step.is-current[data-step="6"])
  ~ .cwqf-viewport .cwqf-title-icon {
    display: none !important;
}

.cwqf-progress:has(.cwqf-step.is-current[data-step="1"])
  ~ .cwqf-viewport #cwqf-options {
    display: none !important;
}


/* MOBILE */
/* MOBILE */
@media (max-width: 768px) {
   .cwqf-grid{
    position: relative;
    bottom: 60px !important;
    margin-top: 0 !important;
  }
  
.cwqf-testimonial-quote{
  font-size: 12px !important;
}
.cw-swd-logo{
  position: relative !important;
  left: 25% !important;
}

  #cw-quiz-funnel {
    width: 92% !important;
    left: 4% !important;
    top: 30px !important;
    padding: 24px 16px !important;
    border-radius: 18px !important;
    z-index: 4;
  }

  .cwqf-intro {
    width: 100% !important;
    left: 0 !important;
    bottom: 60px !important;
  }

  .cwqf-intro-inner {
    padding: 1px 14px !important;
  }

  .cwqf-intro-avatar {
    width: 50px !important;
    height: 50px !important;
  }

  .cwqf-intro-text {
    font-size: 14px !important; 
  }

  /* Linha clock + texto */
  .cwqf-title-icon {
    bottom: 20px;
  }

  .cwqf-title-icon svg {
    top: 20px !important;
  }

  /* Barra de progresso + bolinhas */
  .cwqf-progress {
    width: 100% !important;
    margin: 0 auto 24px !important;
  }

  .cwqf-step {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  /* Títulos e textos gerais (-2px) */
  .cwqf-title {
    font-size: 28px !important;
  }

  .cwqf-subtitle {
    font-size: 14px !important; 
    margin-bottom: 24px;
  }

  .cwqf-option-label {
    font-size: 16px !important; 
    position: relative;
    right: 40px;
  }

  .cwqf-option-sub {
    font-size: 12px !important; 
  }

  .cwqf-input {
    font-size: 16px !important; 
  }

  .cwqf-btn {
    font-size: 16px !important; 
  }

  .cwqf-loading-text {
    font-size: 18px !important; 
  }

  .cwqf-result-title {
    font-size: 14px !important;
    padding: 8px 20px !important;
  }

  .cwqf-result-sub {
    font-size: 14px !important; 
  }

  .cwqf-product-title {
    font-size: 24px !important;
  }

  .cwqf-price-final {
    font-size: 20px !important; 
  }

  .cwqf-price-original {
    font-size: 14px !important; 
  }

  .cwqf-product-btn {
    font-size: 14px !important; 
  }

  .cwqf-options {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .cwqf-option-card {
    padding: 14px 14px;
  }

  .cwqf-option-icon {
    width: auto;
    height: 52px;
    position; relative;
    right: 20px;
  }

  .cwqf-buttons {
    margin-top: 24px;
    gap: 12px;
  }

  .cwqf-btn-next {
    width: 100% !important;
    position: relative;
    left: 26px;
  }

  .cwqf-buttons {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
  }

  /* Inverte ordem dos botões */
  #cwqf-back {
    order: 2 !important;
  }

  #cwqf-next {
    order: 1 !important;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="2"]) ~ .cwqf-viewport .cwqf-buttons,
  .cwqf-progress:has(.cwqf-step.is-current[data-step="3"]) ~ .cwqf-viewport .cwqf-buttons,
  .cwqf-progress:has(.cwqf-step.is-current[data-step="4"]) ~ .cwqf-viewport .cwqf-buttons,
  .cwqf-progress:has(.cwqf-step.is-current[data-step="5"]) ~ .cwqf-viewport .cwqf-buttons,
  .cwqf-progress:has(.cwqf-step.is-current[data-step="6"]) ~ .cwqf-viewport .cwqf-buttons {
    position: relative;
    right: 30px !important;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="1"])
    ~ .cwqf-viewport .cwqf-buttons {
      justify-content: center !important;
  }

  .cwqf-testimonial {
    position: relative !important;
    width: 92% !important;
    left: auto !important;
    top: auto !important;
    margin: 32px auto 0 !important;
    padding: 16px 14px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .cwqf-testimonial-left {
    max-width: 100% !important;
    position: relative;
  }

  .cwqf-testimonial-avatar {
    width: 60px !important;
    height: 60px !important;
  }

  .cwqf-testimonial-text {
    font-size: 12px !important; 
  }

  .cwqf-testimonial-name {
    font-size: 12px !important; 
  }

  .cwqf-testimonial-stars {
    margin-left: 0 !important;
    margin-top: 8px;
    position: relative;
    left: 250px;
    bottom: 37px;
  }

  /* Base layout: opções em linha (ícone + texto) */
  .cwqf-option-card {
    flex-direction: row !important;
    height: 90px !important;
  }

  /* ===== TARTAR BUILDUP – STEP 4 (opções ricas) ===== */

  .cwqf-progress:has(.cwqf-step.is-current[data-step="4"])
    ~ .cwqf-viewport .cwqf-option-card {
      flex-direction: row !important;
      align-items: flex-start !important;
      justify-content: flex-start !important;
      height: auto !important;
      padding: 16px 14px !important;
      gap: 14px !important;
      position: relative;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="4"])
    ~ .cwqf-viewport .cwqf-option-card .cwqf-option-icon {
      width: auto !important;
      height: auto !important;
      flex-shrink: 0 !important;
      margin: 0 !important;
      position: relative;
      top: 35px !important;
      left: 0;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="4"])
    ~ .cwqf-viewport .cwqf-option-card .cwqf-option-text {
      display: flex !important;
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 4px !important;
      text-align: left !important;
      position: static;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="4"])
    ~ .cwqf-viewport .cwqf-option-card .cwqf-option-label {
      font-weight: 800 !important;
      font-size: 17px !important;
      margin-bottom: 4px !important;
      right: 0 !important;
      text-align: left !important;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="4"])
    ~ .cwqf-viewport .cwqf-option-card .cwqf-option-sub {
      font-size: 13px !important;
      line-height: 1.45 !important;
      text-align: left !important;
  }

  .cwqf-tartar-medium-icon { position: relative; top: -2px !important; }
  .cwqf-tartar-medium-label { position: relative; top: 1px !important; }

  .cwqf-tartar-heavy-icon { position: relative; top: -2px !important; }
  .cwqf-tartar-heavy-label { position: relative; top: 1px !important; }

  #cwqf-options[data-tartar-step="true"] .cwqf-option-card {
    align-items: flex-start !important;
    height: auto !important;
  }

  #cwqf-options[data-tartar-step="true"] .cwqf-option-text {
    align-items: flex-start !important;
    text-align: left !important;
  }

  /* Mantém seu ajuste específico de label no step 3 */
  .cwqf-progress:has(.cwqf-step.is-current[data-step="3"])
    ~ .cwqf-viewport .cwqf-option-card .cwqf-option-label {
      position: relative;
      right: 30px !important;
  }

  /* ===== HYPERTHYROIDISM – STEP 5 (Yes / No / Don't know) ===== */

  .cwqf-progress:has(.cwqf-step.is-current[data-step="5"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-card {
      align-items: center !important;
      height: 90px !important;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="5"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-icon {
      position: relative;
      right: 0 !important;
      margin: 0 0 0 4px !important;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="5"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-text {
      align-items: flex-start !important;
      text-align: left !important;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="5"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-label {
      right: 0 !important;
      text-align: left !important;
  }

}

/* MOBILE – RESULT SINGLE CARD REFINEMENT */
@media (max-width: 767px) {

  #cw-quiz-funnel {
    padding: 24px 12px 40px;
  }

  .cwqf-viewport {
    padding: 0;
  }

  .cwqf-result {
    padding: 24px 8px 32px;
  }

  .cwqf-result-products.cwqf-single {
    display: flex;
    justify-content: center;
  }

  .cwqf-single-product {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
  }

  .cwqf-sp-title {
    font-size: 22px;
    line-height: 1.25;
    margin: 20px auto 18px;
    word-break: break-word;
    padding: 0 4px;
  }

  .cwqf-sp-image {
    display: block;
    max-width: 220px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }

  .cwqf-sp-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
  }

  .cwqf-sp-compare {
    font-size: 14px;
  }

  .cwqf-sp-final {
    font-size: 18px;
  }

  .cwqf-sp-badge {
    font-size: 11px;
    padding: 4px 8px;
  }

  .cwqf-sp-desc {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 24px;
    max-width: 320px;
    padding: 0 4px;
  }

  .cwqf-sp-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
  }
    /* Fix Hyperthyroidism (step 5) on mobile */
  .cwqf-progress:has(.cwqf-step.is-current[data-step="5"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-card {
      display: flex !important;
      flex-direction: row !important;
      align-items: center !important;
      justify-content: flex-start !important;
      gap: 12px !important;
      height: auto !important;
      padding: 16px 18px !important;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="5"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-icon {
      width: 40px !important;
      height: 40px !important;
      margin: 0 !important;
      position: static !important;
      flex-shrink: 0 !important;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="5"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-text {
      display: flex !important;
      flex-direction: row !important;
      align-items: center !important;
      text-align: left !important;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="5"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-label {
      position: static !important;
      right: auto !important;
      text-align: left !important;
      font-size: 16px !important;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="5"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-sub {
      display: none !important;
  }
 .cwqf-progress:has(.cwqf-step.is-current[data-step="2"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-card,
  .cwqf-progress:has(.cwqf-step.is-current[data-step="3"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-card {
      display: flex !important;
      flex-direction: row !important;
      align-items: center !important;
      justify-content: flex-start !important;
      gap: 12px !important;
      height: auto !important;
      padding: 16px 18px !important;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="2"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-icon,
  .cwqf-progress:has(.cwqf-step.is-current[data-step="3"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-icon {
      width: 48px !important;
      height: 48px !important;
      margin: 0 !important;
      position: static !important;
      flex-shrink: 0 !important;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="2"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-text,
  .cwqf-progress:has(.cwqf-step.is-current[data-step="3"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-text {
      display: flex !important;
      flex-direction: column !important;
      align-items: flex-start !important;
      text-align: left !important;
      gap: 2px !important;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="2"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-label,
  .cwqf-progress:has(.cwqf-step.is-current[data-step="3"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-label {
      position: static !important;
      right: 0 !important;
      text-align: left !important;
      font-size: 16px !important;
  }

  .cwqf-progress:has(.cwqf-step.is-current[data-step="2"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-sub,
  .cwqf-progress:has(.cwqf-step.is-current[data-step="3"])
    ~ .cwqf-viewport #cwqf-options .cwqf-option-sub {
      font-size: 13px !important;
      text-align: left !important;
  }
}

/* ===== NEW LOADING SCREEN ===== */


.cwqf-loading-circle {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00A5E4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cwqf-loading-icon {
  width: 85px;
  height: auto;
  z-index: 3;
}

/* outer animated ring */
.cwqf-loading-ring {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 8px solid rgba(255,255,255,0.3);
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  animation: cwqf-spin 1.6s linear infinite;
  z-index: 2;
}

/* inner rotating stroke */
.cwqf-loading-spinner {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 6px solid rgba(255,255,255,0.2);
  border-bottom-color: #ffffff;
  animation: cwqf-spin-rev 1.3s linear infinite;
  z-index: 1;
}

@keyframes cwqf-spin {
  to { transform: rotate(360deg); }
}

@keyframes cwqf-spin-rev {
  to { transform: rotate(-360deg); }
}


.cwqf-progress:has(.cwqf-step.is-current[data-step="6"]),
.cwqf-viewport:has(#cwqf-loading[style*="block"]) #cwqf-step-container,
.cwqf-progress:has(.cwqf-step.is-current[data-step="6"]) ~ .cwqf-viewport .cwqf-buttons,
.cwqf-progress:has(.cwqf-step.is-current[data-step="6"]) ~ .cwqf-viewport h2#cwqf-question-title,
.cwqf-progress:has(.cwqf-step.is-current[data-step="6"]) ~ .cwqf-viewport #cwqf-question-sub,
.cwqf-progress:has(.cwqf-step.is-current[data-step="6"]) ~ .cwqf-viewport .cwqf-title-icon {
    display: none !important;
}

.cwqf-progress:has(.cwqf-step.is-current[data-step="6"]) {
    display: none !important;
}

.cwqf-progress:has(.cwqf-step.is-current[data-step="6"])
  ~ .cwqf-viewport .cwqf-result-title svg {
    display: none !important;
}

.cwqf-progress:has(.cwqf-step.is-current[data-step="6"])
  ~ .cwqf-viewport .cwqf-result-title::before,
.cwqf-progress:has(.cwqf-step.is-current[data-step="6"])
  ~ .cwqf-viewport .cwqf-result-title::after {
    display: none !important;
}

#cwqf-loading {
    display: none;
    text-align: center !important;
    padding-top: 40px;
    width: 100%;
}

.cwqf-loading-center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cwqf-loading-circle {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00A5E4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.cwqf-loading-icon {
  width: 85px;
  height: auto;
  z-index: 3;
}

.cwqf-loading-ring {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 8px solid rgba(255,255,255,0.3);
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  animation: cwqf-spin 1.6s linear infinite;
  z-index: 2;
}

.cwqf-loading-spinner {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 6px solid rgba(255,255,255,0.2);
  border-bottom-color: #1D1D1E;
  animation: cwqf-spin-rev 1.3s linear infinite;
  z-index: 1;
}

@keyframes cwqf-spin {
  to { transform: rotate(360deg); }
}

@keyframes cwqf-spin-rev {
  to { transform: rotate(-360deg); }
}

.cwqf-loading-percent {
  font-size: 22px;
  font-weight: 700;
  margin-top: 18px;
  color: #1D1D1E;
}

.cwqf-loading-small {
  margin: 10px 0 15px;
  color: #777;
}

.cwqf-loading-bar {
  width: 70%;
  height: 10px;
  margin: 0 auto;
  background: #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.cwqf-loading-fill {
  background: #00A5E4;
  width: 0%;
  height: 100%;
  transition: width .3s linear;
}


.cwqf-viewport:has(*:contains("Loading")) .cwqf-title-icon,
.cwqf-viewport:has(*:contains("loading")) .cwqf-title-icon {
  display: none !important;
}