#utha-quiz { 
  width: 100%; 
  margin: auto; 
  font-family: "Helvetica Neue", Arial, sans-serif; 
  text-align: center;
}
.noUi-target {
    background: #333 !important;
    border-radius: 50px !important;
    border: 1px solid #000000  !important;
    box-shadow: inset 0 1px 1px #000000, 0 3px 6px -5px #000000 !important;
}
.noUi-handle.noUi-handle-lower {
    border-radius: 50px;
    height: 34px !important;
    top: -8px !important;
}
.question, 
.results, 
.start-screen { 
  display: none; 
  text-align: center; 
}#utha-quiz

.question.active, 
.results.active, 
.start-screen.active { 
  display: block; 
  background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
    min-height:600px;
        background-position: center bottom 80%;
        padding:80px 0px  0px 0;
  }
.noUi-handle:before {
    background: #E8E7E6;
    left: 13px !important;
    top: 9px !important;
}
#utha-quiz .question.active::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: -2;
}
#utha-quiz .question.active {
  position: relative;
  z-index: 0;
}

#utha-quiz .results.active::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
181deg, rgba(0, 0, 0, 1) 25%
, rgba(0, 0, 0, 0.2) 100%);
  z-index: -2;
}
#utha-quiz .results.active {
  position: relative;
  z-index: 0;
  padding-bottom:30px;
}

#utha-quiz .start-screen.active::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: -2;
}
#utha-quiz .start-screen.active {
  position: relative;
  z-index: 0;
}
.quiz-questions {
    font-family: 'Montserrat';
}
.quiz-questions h2 {
    font-family: 'Industry';
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 30px;
}
h2 { font-size: 1.5rem; margin-bottom: 15px; color:#ffffff !important;}
.product-info h3 {color:#ffffff !important;}

button { 
  padding: 12px 24px; 
  margin: 8px; 
  cursor: pointer; 
  border: none; 
  background: #333; 
  color: #fff; 
  border-radius: 5px; 
  font-size: 16px; 
  transition: background 0.3s;
}
button:hover { background: #555; }
button.disabled { opacity: 0.5; pointer-events: none; }

.progress {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  gap: 4px;
  width:50%;
      margin: 0 auto;
}

.progress .step {
  flex: 1;
  height: 12px;
  background: #eee;
  border-radius: 3px;
  transition: background 0.3s;
}

.progress .step.active {
  background: #f6871f;
}

.noUi-connect {
    background: #f6871f !important;
}

.slider-wrap {
    width: 50%;
    margin: 0 auto;
}


label { display: block; margin: 8px 0; cursor: pointer; color:#fff;}

.slider-value { margin-top: 70px; font-weight: 500; font-family: 'Industry'; color:#fff;
    opacity: .9;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.noUi-value.noUi-value-horizontal.noUi-value-large {
    opacity: .4;
}

.results h2 { 
    margin-bottom: 20px;
    font-weight: 900;
    color:#fff;
	    font-family: 'Industry';
    text-transform: uppercase;
    font-size: 80px;
    letter-spacing: 3px;
    line-height: 1.5em;
   

}
 

.results .btn { 
  display: inline-block; 
  background: #f7941d; 
  color: #fff; 
  padding: 10px 20px; 
  border-radius: 5px; 
  text-decoration: none; 
  margin-top: 10px; 
}

.start-screen { 
  padding: 50px 20px; 
}
.start-screen h1 { 
	font-family: 'Industry';
  margin-bottom: 20px; 
  color:#ffffff;
	font-weight:bold;
	text-transform: uppercase;
  font-size: 80px;
  letter-spacing: 3px;
  line-height: 1.5em;
}
.start-screen p { 
  font-size: 1.3rem; 
  margin-bottom: 30px; 
  color: #D1D1D1; 
	font-family: 'Montserrat';
}
.start-screen button { 
  font-size: 18px; 
      border-color: #F7941D;
    font-family: 'Industry';
    font-weight: 500 !important;
    background-color: #F7941D;
   color: #fff !important;
	letter-spacing: 3px;
}

.product-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 20px auto;
  /*max-width: 700px;*/
  padding: 20px;
  border: 0px solid #eee;
  border-radius: 12px;
 
}
#main-result {
   /* width: 60%;*/
    width:1024px;
    margin: 0 auto;
	font-family: 'Montserrat';
}
.product-card .product-image {
  flex: 1;
  max-width: 45%;
}

.product-card .product-image img {
  width: 100%;
  border-radius: 10px;
}

.product-card .product-info {
  flex: 2;
  text-align: left;
}

.product-card .product-info h3 {
  margin-top: 0;
   font-size: 2rem;
    font-family: 'Industry';
}

.product-card .price {
  color: #f7941d;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 10px 0;
	font-family: 'Industry';
    line-height: 2.5rem;
}

.product-card .desc {
  margin: 10px 0 20px;
  color: #dddddd;
}

.product-card .btn {
  display: inline-block;
  background: #f7941d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s;
}

.product-card .btn:hover {
  background: #f7941d;
}

.completion-screen {
  display: none;
  text-align: center;
  padding: 50px 20px;
  min-height:600px;
}

.checkmark {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  position: relative;
}

.checkmark-circle {
  stroke: #f7941d;
  stroke-width: 4;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-linecap: round;
  animation: stroke 0.6s cubic-bezier(.65,.00,.45,1) forwards;
}

.checkmark-check {
  stroke: #f7941df;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.4s cubic-bezier(.65,.00,.45,1) 0.7s forwards;
}

@keyframes stroke {
  to { stroke-dashoffset: 0; }
}

.completion-screen p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 15px;
}

#utha-quiz {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.5s ease-in-out;
  border-radius: 8px;
  padding: 30px 0px 0 0;
      background: rgba(0, 0, 0, 1);
}

.btn-multi-wrap { display:flex; flex-wrap:wrap; gap:10px; width:50%; margin:0 auto; justify-content: center; /* centers horizontally */
  align-items: center;      /* centers vertically */}
.answer-multi {
  border:1px solid #ccc; padding:12px 14px; border-radius:5px; background:#333; cursor:pointer;
}

button.answer-multi {
    border: 1px solid #f6871f;
    color: #f6871f;
}
button.answer-multi:hover {
  background:#555; color:#fff; border-color:#f6871f; color: #f6871f;
}
.answer-multi.selected {
  background:#f6871f; color:#fff; border-color:#f6871f;
}
.controls {
    margin-top: 50px;
    gap: 10px;
    display: flex;
    justify-content: center;
	    font-family: 'Industry';
}

.progress-text {
    color: white;
    padding-top: 15px;
}
button.answer {
    margin: 0px 7px;
    border: 1px solid #f6871f;
    color:#f6871f;
}
button.answer.selected{
    color:#fff;
    background-color:#f6871f;
}

button.next, button.back {
    border: 1px solid #f6871f;
    color: #f6871f;
}


button.start-quiz {
    background-color: #f6871f;
    color: #fff;
    text-decoration: none;
}

button.start-quiz:focus, button.start-quiz:hover {
    background-color: #f6871f;
    color: #fff;
    text-decoration: none;
}

button.next:focus, button.next:hover {
    background-color: #f6871f !important;
    color: #fff;
    text-decoration: none;
}

button.back:focus, button.back:hover, {
    background-color: #f6871f !important;
    color: #fff;
    text-decoration: none;
}
button.restart {
    margin-bottom: 30px;
    border: 1px solid #fff;
    color: #fff;
}
button.restart:hover {
    border: 1px solid #f6871f;
    background-color: #f6871f !important;
    color: #fff;
}

/* Ensure the quiz can host an in-bounds overlay */
#utha-quiz { position: relative; }

/* Full-quiz overlay (covers the quiz container) */
#utha-quiz .lead-overlay {
  position: absolute;       /* stays within the quiz container */
  inset: 0;                 /* cover the whole quiz */
  display: none;            /* hidden by default */
  align-items: center;      /* center dialog */
  justify-content: center;  /* center dialog */
  background: rgba(0,0,0,0.7); /* 70% black scrim */
  z-index: 9999;            /* above step bar, questions, etc. */
}

/* Show overlay */
#utha-quiz .lead-overlay.active { display: flex; }

/* The modal card */
#utha-quiz .lead-dialog {
  width: min(560px, 92vw);
  
  padding: 22px 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  position: relative;
  max-height: 90vh;
  overflow: auto;
  background: rgba(133,133,133,.5); border-radius:10px; backdrop-filter: blur(2px); 
  border: 2px solid rgba(255, 255, 255, 0.15);
  color:white;
}

#utha-quiz .lead-dialog h3 { margin: 0 0 8px; }
#utha-quiz .lead-dialog p  { margin: 0 0 12px; line-height: 1.45; font-family: 'Montserrat';}
span.lead-consent-text {
    font-family: 'Montserrat';
}

#utha-quiz .lead-row { display: grid; gap: 10px; margin: 12px 0; }
#utha-quiz .lead-row input[type="text"],
#utha-quiz .lead-row input[type="email"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(20,20,20,.5); border-radius:10px; backdrop-filter: blur(2px); 
  color:#ffffff;
}

#utha-quiz .lead-actions {
  display: flex; gap: 10px; margin-top: 10px; justify-content: flex-end; text-transform: uppercase;
}
#utha-quiz .lead-submit,
#utha-quiz .lead-cancel {
  padding: 10px 14px; border-radius: 8px; border: 0; cursor: pointer;
}
#utha-quiz .lead-submit { background:#f6871f; color:#fff;     }
#utha-quiz .lead-cancel { background:#e9eef3; color:#333; }

#utha-quiz .lead-error { color:#b32d2e; font-size: 13px; display:none; margin-top: 6px; }


.variants-wrap { margin-top: 18px; }
.variants-wrap h4 { margin: 0 0 10px; font-size: 1.5rem; font-family: 'Industry';
    letter-spacing: 2px;}
.variants-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px,1fr));
  gap: 12px;
}
.variant-card { background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 12px; display: flex; gap: 12px; align-items: center; }
.variant-img img { width: 80px; height: auto; border-radius: 6px; display:block; }
.variant-info { flex: 1; }
.variant-label { font-weight: 600; margin-bottom: 4px; }
.variant-price { color:#0c7; margin-bottom: 6px; }
.variant-btn { display:inline-block; padding:8px 12px; border-radius:8px; background:#1a73e8; color:#fff; text-decoration:none; }


.variants-wrap { margin-top: 28px; margin-left: 35%;
    text-align: left;
    
}

.variants-title { margin: 0 0 12px; font-size: 24px; font-weight: 700; color: #fff; font-family: 'Industry';  letter-spacing: 2px;}
.variants-list { display: block; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 18px; }
.variant-thumb {    width: 20%;}
.variant-card { display:flex; gap:16px; background: rgba(0,0,0,.35); border-radius:10px; padding:16px; backdrop-filter: blur(2px); }
.variant-thumb img { height: auto; border-radius:8px; object-fit: cover; background:#111; }
.variant-body { display:block; flex-direction:column; gap:8px; width:80%;}
.variant-title { margin:0; font-size:18px; color:#fff; }
.variant-attrs { display:flex; flex-wrap:wrap; gap:6px; }
.variant-attrs .chip { background:#2b3a55; color:#fff; padding:2px 8px; border-radius:999px; font-size:12px; line-height:20px; }
.variant-price { font-weight:700; color:#f7941d; font-size:1.5rem; }
.variations-grid .variant-attrs{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}
.variations-grid .chip{background:#2b3a55;color:#fff;padding:2px 8px;border-radius:999px;font-size:12px;line-height:20px}
.variants-note{opacity:.85;margin:.5rem 0}


.variations-grid { display:grid; gap:18px; grid-template-columns: repeat(auto-fill,minmax(320px,1fr)); }
.variant-card { display:flex; gap:18px; padding:16px; border:1px solid rgba(255,255,255,.2); border-radius:8px; background:rgba(0,0,0,.25); }
.variant-thumb img { display:block; height:auto; border-radius:6px; }
.variant-attrs { display:flex; flex-wrap:wrap; gap:6px; margin:6px 0 10px; }
.chip { background:#2b3a55; color:#fff; padding:2px 8px; border-radius:999px; font-size:12px; line-height:20px; }
.variant-price { font-weight:600; margin-bottom:8px; }
.variations-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap:16px;
  margin-top:10px;
}
.variant-card{
  display:flex; gap:16px; align-items:flex-start;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.15);
  border-radius:10px; padding:14px;
  margin-bottom:20px;
}
.variant-thumb img{ height:auto; display:block; }
.variant-title{ margin:0 0 6px; }
.variant-attrs{ display:flex; flex-wrap:wrap; gap:6px; margin:6px 0 10px; }
.variant-attrs .chip{
  font-size:12px; padding:4px 8px; border-radius:999px;
  background:rgba(255,255,255,0.15); border:1px solid rgba(255,255,255,0.25);
  line-height:1; display:inline-block;
}
.variant-price{ font-weight:600; margin-bottom:8px; }


/* Bottom CTAs centered under RIGHT column */
#utha-quiz .results .result-ctas{
  display:flex;justify-content:center;gap:12px;margin-top:18px
}
#utha-quiz .results .result-ctas .btn{
  background:#000;color:#fff;border-radius:0px;padding:14px 25px;text-decoration:none; text-transform: uppercase;
}

/* Restart centered below CTAs */
#utha-quiz .results .restart{
  display:block;margin:12px auto 0;background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);color:#fff;padding:8px 12px;border-radius:4px; font-family: 'Industry Light Italic';
    font-size: 18px;
    letter-spacing: 2px;
}
/* Result CTAs */
.results .result-ctas .btn {
  background:#000; color:#fff; border-radius:0; 
  letter-spacing: 0.06em; /* ~1em tracking in CSS terms would be huge; this is practical */
  text-transform: uppercase;
  font-family: 'Montserrat'; font-size:16px;
}

/* Lead modal header typography */
.lead-overlay .lead-title {
  color:#fff;
  letter-spacing: 0.06em; /* ~1.3em requested => translating to reasonable CSS tracking */
  font-family:"Industry Bold", "Industry", sans-serif;
	font-size:30px
}

/* Orange submit button */
.lead-overlay .lead-actions .lead-submit {
  background:#ff7a00; color:#fff; border:none; border-radius:0;
  text-transform: uppercase;
  font-family:"Industry", sans-serif;
}


/*media query for mobile*/
@media screen and (min-width: 320px) and (max-width: 768px) {
    .progress {width:95%;}
  .product-card {display:block;}
    #main-result {
        width: 100%;
        margin: 0;
    }
    .product-card {
      gap: 10px;
      margin: 10px auto;
      padding: 5px;
    }
    .results h2 { 
        font-size: 35px;
   }
   .variants-wrap {    margin-left: 0%; width:99%;}
   .variant-card{
      display:flex; 
      gap:10px; 
      margin-bottom:20px;
      padding: 10px;
    }
    .slider-wrap {
        width: 95%;
        margin: 0 auto;
    }
    .btn-multi-wrap {width:95%;}
    .results.active {padding:30px 5px 30px 10px !important;}
}

/*media query for tab*/
@media screen and (min-width: 769px) and (max-width: 1100px) {
        #main-result {
          width:730px;
        }
}


.specs{list-style:none;margin:.5rem 0 0;padding:0; color:#fff;}
.specs li{display:flex;gap:.5rem;padding:.25rem 0;border-bottom:1px solid rgba(255,255,255,.1)}
.specs li span{opacity:.8;min-width:110px}

