/** Shopify CDN: Minification failed

Line 306:6 Unexpected "#02a76f\\]"
Line 550:19 Unexpected "#02a76f\\]\\/80"
Line 553:23 Unexpected "#4aa75e\\]\\/80"

**/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Lexend:wght@100..900&family=Montserrat:wght@100..900&display=swap");

/* ========================================
   QUIZ CSS - WEIGHT LOSS QUIZ STYLES
   ======================================== */

/* CSS Variables */
:root {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
}

/* ========================================
   UTILITY CLASSES (Tailwind Replacements)
   ======================================== */

/* Layout */
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.block {
  display: block;
}

/* Alignment */
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}

/* Sizing */
.w-full {
  width: 100%;
}
.w-6 {
  width: 1.5rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[1200px\] {
  width: 1200px;
}
.h-full {
  height: 100%;
}
.h-2 {
  height: 0.5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-14 {
  height: 3.5rem;
}
.h-48 {
  height: 12rem;
}
.h-64 {
  height: 16rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[400px\] {
  height: 400px;
}

/* Spacing - Margin */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}

/* Spacing - Padding */
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-\[5rem\] {
  padding-bottom: 5rem;
}

/* Gap */
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-15 {
  column-gap: 3.75rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}

/* Typography */
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-md {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[1\.05rem\] {
  font-size: 1.05rem;
}
.text-smxr {
  font-size: 0.8rem;
}

.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-\[500\] {
  font-weight: 500;
}

.text-center {
  text-align: center;
}
.text-white {
  color: white;
}
.text-black {
  color: black;
}
.text-gray-500 {
  color: #6b7280;
}
.text-gray-900 {
  color: #111827;
}
.text-red-300 {
  color: #fca5a5;
}

/* Background Colors */
.bg-white {
  background-color: white;
}
.bg-gray-50 {
  background-color: #f9fafb;
}
.bg-transparent {
  background-color: transparent;
}
.bg-\[#efefff\] {
  background-color: #efefff;
}
.bg-\[#02a76f\] {
  background-color: #02a76f;
}
.bg-white\/60 {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Borders */
.border {
  border-width: 1px;
}
.border-gray-200 {
  border-color: #e5e7eb;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-full {
  border-radius: 9999px;
}

/* Shadows */
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-none {
  box-shadow: none;
}

/* Positioning */
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-2\.5 {
  left: 0.625rem;
}
.top-4 {
  top: 1rem;
}

/* Z-Index */
.z-10 {
  z-index: 10;
}

/* Cursor */
.cursor-pointer {
  cursor: pointer;
}

/* Transitions */
.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
}
.transition-all {
  transition-property: all;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Transforms */
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.origin-0 {
  transform-origin: 0% 50%;
}

/* Form Elements */
.appearance-none {
  appearance: none;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

/* Peer Selectors */
.peer:focus ~ .peer-focus\:text-black {
  color: black;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:focus ~ .peer-focus\:scale-75 {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:focus ~ .peer-focus\:-translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Miscellaneous */
.object-contain {
  object-fit: contain;
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.text-balance {
  text-wrap: balance;
}

/* ========================================
   RESPONSIVE UTILITIES
   ======================================== */

@media (min-width: 640px) {
  .sm\:w-5\/6 {
    width: 83.333333%;
  }
  .sm\:max-w-sm {
    max-width: 24rem;
  }
}

@media (min-width: 768px) {
  .md\:w-2\/6 {
    width: 33.333333%;
  }
  .md\:w-\[500px\] {
    width: 500px;
  }
  .md\:w-96 {
    width: 24rem;
  }
  .md\:h-64 {
    height: 16rem;
  }
  .md\:h-\[400px\] {
    height: 400px;
  }
  .md\:max-w-md {
    max-width: 28rem;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mt-28 {
    margin-top: 7rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .md\:static {
    position: static;
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:shadow-none {
    box-shadow: none;
  }
  .md\:hover\:bg-\[#02a76f\]\/80:hover {
    background-color: rgba(1, 167, 111, 0.8);
  }
  .md\:hover\:border-\[#4aa75e\]\/80:hover {
    border-color: rgba(74, 167, 94, 0.8);
  }
}

/* ========================================
   QUIZ MAIN CONTAINER
   ======================================== */

.quiz-container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  max-width: 100vw;
  margin: 0 auto;
  position: relative !important;
  z-index: 1000 !important;
  background: transparent !important;
  font-family: "Montserrat", sans-serif !important;
}

/* ========================================
   QUIZ HEADER
   ======================================== */

.quiz-header {
  width: 100%;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0.2rem 0.5rem;
}

.quiz-header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

.quiz-back-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-weight: 400;
  color: #333;
}

.quiz-logo {
  width: 96px;
  height: 48px;
}

.quiz-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quiz-progress {
  font-weight: 400;
  color: #333;
}

.quiz-progress-bar {
  width: 100%;
  height: 4px;
  background-color: #384b48;
  margin: 0;
}

.progress-bar-fill {
  display: flex !important;
  height: 4px;
  background: #111917;
  transition: width 0.3s ease-in-out;
}

/* ========================================
   QUIZ CONTENT AREA
   ======================================== */

.quiz-content {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  position: relative;
}

.quiz-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-quad-gradient {
  background: radial-gradient(
    circle at top right,
    #69807c 10%,
    #39524e 40%,
    #69807c 90%
  );
  position: fixed;
  inset: 0;
  z-index: -20;
}

.question-container-wrapper {
  max-width: 800px;
  margin: 0.5em auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.question-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}

.question-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: white;
  margin: 2rem 0 1.5rem;
  text-align: center;
  max-width: 700px;
}

.question-subtitle {
  font-size: 1.1rem;
  color: white !important;
  margin: 0.5em auto 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 600px;
  padding: 0 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  word-wrap: break-word;
}

/* ========================================
   QUIZ OPTIONS
   ======================================== */

.options-wrapper {
  display: flex;
  flex-direction: column;
  margin: 10px auto;
  padding: 0 1rem;
  gap: 10px;
  padding-bottom: calc(5.5rem + env(safe-area-inset-bottom));
  max-width: 500px;
}

.option,
.option2 {
  position: relative;
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  margin-bottom: 0;
  color: #1d3d39;
  font-weight: 500;
  font-size: 1.5rem;
  transition: all 0.12s ease-out;
  background: white;
  border: none;
  box-shadow: 0 2px 8px rgba(90, 138, 118, 0.04);
  border-radius: 0.6rem;
  min-height: 35px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  user-select: none;
}

.option.selected,
.option2.selected {
  background: #111917 !important;
  color: white !important;
}

.option2 svg {
  margin-left: 4px;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}

/* ========================================
   QUIZ BUTTONS
   ======================================== */

.quiz-button {
  background: #02a76f;
  color: white;
  padding: 1.5rem 2rem;
  border-radius: 6px;
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  max-width: 500px;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-button:hover {
  background: #02a76f;
}

.quiz-button:disabled {
  background: #02a76f;
  opacity: 0.4;
  cursor: not-allowed;
}

.quiz-button svg {
  margin-left: 0.5rem;
}

.fixed-bottom-button {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: white;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  z-index: 10;
  display: flex;
  justify-content: center;
}

/* ========================================
   FORM INPUTS
   ======================================== */

.input-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.input-field {
  width: 100%;
  max-width: 500px;
  padding: 1rem;
  font-size: 1rem;
  border: none;
  border-radius: 0.5rem;
  background: white;
  margin-bottom: 1.5rem;
}

.input-field:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(74, 167, 94, 0.3);
}

.error-message {
  color: #fca5a5;
  font-size: 1.2rem;
  margin-top: 0.75rem;
  text-align: center;
  width: 100%;
}

/* ========================================
   INFO PAGE
   ======================================== */

.info-page-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  overflow-x: hidden;
}

.info-content {
  width: 100%;
  max-width: 500px;
  padding: 0 1rem;
}

.info-title {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.25;
}

.info-description {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.info-feature-list {
  margin-bottom: 0.75rem;
}

.info-feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.info-feature-icon {
  width: 1rem;
  height: 1rem;
}

.info-image-container {
  width: 100%;
  max-width: 300px;
  height: 300px;
  position: relative;
}

.info-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info-button-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  z-index: 10;
}

.info-button {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: #7ebf90;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.info-button:hover {
  transform: scale(1.05);
}

/* ========================================
   CALCULATION PAGE
   ======================================== */

.calculation-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.calculation-image {
  width: 220px;
  height: 220px;
  margin-bottom: 40px;
  position: relative;
}

.calculation-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.calculation-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.progress-bar {
  background-color: rgba(255, 255, 255, 0.6);
}

.progress-fill {
  background-color: rgba(255, 255, 255, 0.6);
}

/* ========================================
   WEIGHT/INPUT PAGES
   ======================================== */

.weight-page-wrapper,
.input-page-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
  margin: 0 auto;
}

.weight-page-content,
.input-page-content {
  text-align: center;
  width: 83.333333%;
}

.weight-page-title,
.input-page-title {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  font-size: 1.875rem;
  font-weight: 500;
}

.weight-unit-toggle {
  background: #efefff;
  color: black;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  padding: 0.25rem;
  border-radius: 6px;
  gap: 0.5rem;
  cursor: pointer;
}

.weight-unit-option {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 6px;
  transition: background-color 0.2s ease-in-out;
}

.weight-unit-option.active {
  background-color: white;
}

.weight-unit-option p {
  font-weight: 500;
  font-size: 0.875rem;
}

.weight-inputs-wrapper,
.input-container {
  width: 100%;
  max-width: 33.333333%;
  margin: 0 auto 1.25rem;
}

.weight-label,
.input-page-subtitle {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #585764;
  margin: 1.25rem 0;
}

.weight-input-container,
.input-field-container {
  position: relative;
  width: 100%;
  margin: 0.75rem 0;
}

.weight-input,
.input-field {
  display: block;
  width: 100%;
  padding: 1.25rem 0.625rem 0.625rem;
  font-size: 16px;
  color: #111827;
  background-color: #f9fafb;
  border: 0;
  border-radius: 0.375rem;
  appearance: none;
}

.weight-input:focus,
.input-field:focus {
  outline: none;
  ring: 0;
}

.weight-input-label,
.input-field-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 0.875rem;
  color: #6b7280;
  transform-origin: 0;
  transition: transform 0.3s;
  z-index: 10;
}

.weight-input:not(:placeholder-shown) + .weight-input-label,
.weight-input:focus + .weight-input-label,
.input-field:not(:placeholder-shown) + .input-field-label,
.input-field:focus + .input-field-label {
  transform: translateY(-1rem) scale(0.75);
}

.weight-error-message,
.input-error-message {
  font-size: 1.2rem;
  color: #ef4444;
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 900px) {
  .quiz-header-content {
    max-width: 95vw;
    padding: 0.25rem 0.5rem;
  }
}

@media (min-width: 768px) {
  .quiz-content-wrapper {
    min-height: 100%;
    height: 100%;
  }

  .options-wrapper {
    padding-bottom: 0;
  }

  .info-page-wrapper {
    flex-direction: row;
    gap: 2rem;
    padding: 2rem;
    margin-top: 4rem;
  }

  .info-content {
    width: 33.333%;
    padding: 0;
  }

  .info-title {
    margin-bottom: 2.5rem;
    font-size: 3rem;
  }

  .info-description {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }

  .info-feature-list {
    margin-bottom: 1.5rem;
  }

  .info-feature-item {
    margin-bottom: 0.75rem;
    font-size: 1rem;
  }

  .info-image-container {
    max-width: 500px;
    height: 400px;
  }

  .info-button-container {
    position: static;
    background: none;
    box-shadow: none;
    padding: 1rem 0;
    margin-top: 1rem;
  }

  .weight-page-wrapper,
  .input-page-wrapper {
    margin-top: 1rem;
  }

  .weight-inputs-wrapper,
  .input-container {
    max-width: 100%;
    padding: 0 1rem;
  }

  .weight-page-title,
  .input-page-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .quiz-container {
    padding: 0;
  }

  .quiz-header-content {
    padding: 0.25rem;
  }

  .quiz-logo {
    width: 80px;
    height: 40px;
  }

  .info-image {
    width: min(180px, 50vw);
    height: min(180px, 50vw);
    margin-bottom: 1.5rem;
  }

  .info-content {
    padding: 0 1rem;
  }

  .info-description {
    font-size: clamp(0.875rem, 2vw, 1rem);
  }

  .feature-item {
    font-size: clamp(0.875rem, 2vw, 1rem);
  }

  .option,
  .option2 {
    min-height: 35px;
    padding: 15px 15px;
  }

  .fixed-bottom-button {
    padding: 12px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .quiz-button {
    min-height: 50px;
  }

  .options-wrapper {
    gap: 12px;
    padding: 0 1rem;
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom));
  }
}

/* Option hover effects - ONLY for desktop */
@media (hover: hover) and (min-width: 769px) {
  .option:hover {
    background: #111917 !important;
    color: white !important;
  }

  .option2:hover {
    background: #111917;
    color: white;
  }

  .option2:hover svg path {
    fill: white;
  }
}

/* Mobile-specific styles - explicitly disable hover effects */
@media (max-width: 768px) {
  .option,
  .option2 {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    padding: 15px 20px;
    min-height: 48px;
  }

  /* Remove hover and active states on mobile */
  .option:hover,
  .option:active,
  .option2:hover,
  .option2:active {
    background: white !important;
    color: #111917 !important;
  }

  .option2:hover svg path,
  .option2:active svg path {
    fill: #121917 !important;
  }

  /* Keep selected state styles - these override the hover styles for selected items */
  .option.selected,
  .option.selected:hover,
  .option.selected:active,
  .option2.selected,
  .option2.selected:hover,
  .option2.selected:active {
    background: #111917 !important;
    color: white !important;
  }

  .option2.selected svg path,
  .option2.selected:hover svg path,
  .option2.selected:active svg path {
    fill: white !important;
  }
}

/* Safe Area Adjustments */
@supports (padding: max(0px)) {
  .fixed-bottom-button {
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
  }

  .options-wrapper {
    padding-bottom: max(5.5rem, calc(5.5rem + env(safe-area-inset-bottom)));
  }
}

/* Prevent text selection on mobile */
.option *,
.option2 * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

/* ========================================
   QUIZ-SPECIFIC OVERRIDES
   ======================================== */

/* Ensure quiz elements are not affected by theme styles */
.quiz-container * {
  box-sizing: border-box;
}
/* Ensure background gradient is visible */
.quiz-container .bg-quad-gradient {
  position: fixed !important;
  inset: 0 !important;
  z-index: -20 !important;
  background: radial-gradient(
    circle at top right,
    #69807c 10%,
    #39524e 40%,
    #69807c 90%
  ) !important;
}

/* Fix for any potential layout issues */
.quiz-container .quiz-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  background-color: white !important;
  width: 100% !important;
}

.quiz-container .quiz-progress-bar {
  width: 100% !important;
  height: 4px !important;
  background-color: #384b48 !important;
}

/* From the top {% style %} block */
#shopify-section-header,
.section-header,
#section-header,
sticky-header,
footer,
#shopify-section-footer,
#shopify-section-announcement-bar {
  display: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  width: 100%;
}

/* Fix for mobile Safari viewport height */
@supports (-webkit-touch-callout: none) {
  body {
    min-height: -webkit-fill-available;
  }
}

/* New class for active unit selection */
.unit-selector .unit-option {
  /* Default state, Tailwind likely handles this, but can be explicit if needed */
}
.unit-selector .unit-option.active-unit {
  background-color: white !important; /* Ensure this overrides Tailwind if necessary */
  color: #1d3d39 !important; /* Example text color for active */
}

/* Custom font sizes for readability */
.info-page-main-description,
.info-page-help-text,
.info-page-feature-item-text,
.info-page-next-steps {
  font-size: 14px !important; /* Overriding existing .text-sm, .text-md etc. */
  line-height: 1.6 !important;
  color: white !important; /* Ensuring text is white as per existing style */
}

.quiz-input-field-text {
  font-size: 16px !important; /* For the text user types */
  padding-top: 20px !important; /* Adjust padding if label is now larger */
  padding-bottom: 10px !important;
  font-family: "Montserrat", sans-serif;
}

.quiz-input-field-label {
  font-size: 15px !important; /* For the floating label */
  font-family: "Montserrat", sans-serif;
}

/* Adjusted styles for floating label with larger font */
.quiz-input-field-label.absolute {
  top: 18px !important; /* Adjust based on new input text size and padding */
}

.peer:focus ~ .quiz-input-field-label,
.peer:not(:placeholder-shown) ~ .quiz-input-field-label {
  transform: translateY(-10px) scale(0.85) !important; /* Adjust transform for new label size */
  top: 14px !important; /* Fine-tune position when floated */
}

.quiz-weight-static-label {
  font-size: 14px !important;
  color: white !important; /* Ensuring text is white */
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}

/* MISSING: Question container styling */
.question-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}

.question-header {
  text-align: center;
  margin-bottom: 2rem;
  width: 100%;
}

.question-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: white;
  margin: 2rem 0 1.5rem;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.question-description {
  font-size: 1.1rem;
  color: white !important;
  margin: 0.5em auto 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 600px;
  padding: 0 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  word-wrap: break-word;
}

/* MISSING: Options container styling */
.options-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 1rem;
  padding-bottom: calc(5.5rem + env(safe-area-inset-bottom));
}

/* MISSING: Option styling improvements */
.multiple-choice-option,
.single-choice-option {
  position: relative;
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  margin-bottom: 0;
  color: #1d3d39;
  font-weight: 500;
  font-size: 1.5rem;
  transition: all 0.12s ease-out;
  background: white;
  border: none;
  box-shadow: 0 2px 8px rgba(90, 138, 118, 0.04);
  border-radius: 0.6rem;
  min-height: 35px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  user-select: none;
}

.multiple-choice-option.selected,
.single-choice-option.selected {
  background: #111917 !important;
  color: white !important;
}

.multiple-choice-option.selecting,
.single-choice-option.selecting {
  transform: scale(0.98);
}

/* MISSING: Option content styling */
.option-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.option-text {
  flex-grow: 1;
}

.option-checkbox,
.option-radio {
  flex-shrink: 0;
  margin-left: 1rem;
}

.radio-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
}

/* MISSING: Question actions styling */
.question-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.next-button {
  background: #02a76f;
  color: white;
  padding: 1.5rem 2rem;
  border-radius: 6px;
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  max-width: 500px;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.next-button:hover {
  background: #02a76f;
}

.next-button:disabled {
  background: #02a76f;
  opacity: 0.4;
  cursor: not-allowed;
}

/* MISSING: Unit toggle styling */
.unit-toggle {
  display: flex;
  background: #efefff;
  border-radius: 8px;
  padding: 4px;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.unit-button {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-weight: 500;
  font-size: 1.3rem;
}

.unit-button.active {
  background: white;
  color: #1d3d39;
}

/* MISSING: Input group styling */
.input-group {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.input-group label {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.height-input,
.weight-input {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 1rem;
  background: white;
}

.height-input:focus,
.weight-input:focus {
  outline: none;
  border-color: #02a76f;
  box-shadow: 0 0 0 2px rgba(2, 167, 111, 0.1);
}

.imperial-inputs,
.metric-inputs {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.metric-inputs {
  flex-direction: column;
}

/* MISSING: Info page styling */
.info-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
}

.info-content {
  max-width: 600px;
  width: 100%;
}

.info-title {
  font-size: 3rem;
  font-weight: 600;
  color: white;
  margin-bottom: 2rem;
}

.info-description {
  font-size: 1.125rem;
  color: white;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.info-features {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.info-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: white;
  font-size: 1rem;
}

.info-features li::before {
  content: "✓";
  background: #02a76f;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

.info-image {
  width: 100%;
  max-width: 400px;
  margin: 2rem 0;
}

.info-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.info-help-text,
.info-next-steps {
  color: white;
  margin: 1rem 0;
  line-height: 1.6;
}

/* MISSING: Calculation page styling */
.calculation-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
  min-height: 60vh;
  justify-content: center;
}

.calculation-content {
  max-width: 600px;
  width: 100%;
}

.calculation-title {
  font-size: 2rem;
  font-weight: 600;
  color: white;
  margin-bottom: 2rem;
}

.calculation-image {
  width: 200px;
  height: 200px;
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calculation-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: pulse 2s ease-in-out infinite;
}

.calculation-steps {
  margin: 2rem 0;
}

.calculation-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  color: white;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.calculation-step.active {
  opacity: 1;
}

.step-number {
  background: #02a76f;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.step-text {
  flex-grow: 1;
  text-align: left;
}

.step-progress {
  width: 20px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}

.step-progress::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background: white;
  transition: width 0.5s ease;
}

.calculation-step.active .step-progress::after {
  width: 100%;
}

.calculation-progress-bar {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 2rem;
}

.progress-fill {
  height: 100%;
  background: white;
  width: 0%;
  transition: width 0.3s ease;
}

/* MISSING: Animation classes */
.animate-fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
