/** Shopify CDN: Minification failed

Line 186:0 Unexpected "{"

**/
/* Steady Freddy Enhanced Quiz - Compact & On-Brand
   Overrides sf-ed-funnel.css quiz styles with Steady Freddy branding
*/

/* ══════ Progress Bar - Continuous Pink Bar ══════ */
.sf-edq-progress__track {
  display: none; /* Hide individual segment bubbles */
}
.sf-edq-progress .quiz-progress__bar {
  display: block; /* Show continuous bar */
  height: 6px;
  background: var(--sf-rose-02);
  border-radius: 999px;
  overflow: hidden;
  margin: 0 12px;
  flex: 1;
}
.sf-edq-progress .quiz-progress__fill {
  height: 100%;
  background: var(--sf-pink);
  border-radius: 999px;
  transition: width 0.4s ease-out;
}

/* ══════ More Compact Layout ══════ */
.sf-edq-main {
  padding: 18px 20px 64px;
}
.sf-edq-shell {
  width: min(100%, 580px); /* Narrower for more focus */
}
.sf-edq-visual {
  margin-bottom: 20px;
  border-radius: 12px;
}
.sf-edq-visual--hero {
  margin-bottom: 28px;
}

/* ══════ Smaller, More Compact Text ══════ */
.sf-edq-kicker {
  margin-bottom: 10px;
  padding: 6px 10px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--sf-rose-02);
  color: var(--sf-pink);
  border-radius: 6px;
}
.sf-edq-step h1 {
  font-size: clamp(1.6rem, 3.8vw, 2.4rem);
  line-height: 1.08;
  margin-bottom: 10px;
  color: var(--sf-navy);
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.sf-edq-help {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: var(--fg-2);
}

/* ══════ Steady Freddy Pink Accents on Options ══════ */
.sf-edq-option {
  min-height: 64px;
  padding: 14px 16px;
  border-radius: 10px;
  gap: 14px;
  border-color: var(--border);
}
.sf-edq-option:hover {
  border-color: var(--sf-pink);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(252, 0, 79, 0.15);
}
.sf-edq-option.is-selected {
  border-color: var(--sf-pink);
  background: var(--sf-rose-03);
  box-shadow: 0 8px 24px rgba(252, 0, 79, 0.2);
}
.sf-edq-option__icon {
  width: 38px;
  height: 38px;
}
.sf-edq-option__icon svg {
  width: 18px;
  height: 18px;
}

/* Update colour tones to match Steady Freddy palette */
.sf-edq-option__icon.tone-green { background: var(--sf-rose-02); color: var(--sf-navy); }
.sf-edq-option__icon.tone-blue { background: var(--sf-blue-02); color: var(--sf-blue-04); }
.sf-edq-option__icon.tone-pink { background: rgba(252, 0, 79, 0.1); color: var(--sf-pink); }
.sf-edq-option__icon.tone-purple { background: var(--sf-rose-02); color: var(--sf-navy); }
.sf-edq-option__icon.tone-orange { background: var(--sf-yellow-02); color: #d97706; }

.sf-edq-option__title {
  font-size: 15px;
  line-height: 1.3;
  color: var(--fg-1);
}
.sf-edq-option__desc {
  font-size: 12.5px;
  color: var(--fg-3);
  margin-top: 3px;
}

/* ══════ Input Fields ══════ */
.sf-edq-input {
  min-height: 56px;
  padding: 14px 16px;
  font-size: 16px;
  border-color: var(--border);
  color: var(--fg-1);
  border-radius: 10px;
}
.sf-edq-input:focus {
  border-color: var(--sf-pink);
  box-shadow: 0 0 0 3px rgba(252, 0, 79, 0.1);
  outline: none;
}

/* ══════ Next Button - Pink ══════ */
.sf-edq-next {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--sf-pink);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--dur-fast) var(--ease-out);
  box-shadow: 0 6px 20px rgba(252, 0, 79, 0.3);
  margin-top: 24px;
}
.sf-edq-next:hover {
  background: #d9004a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(252, 0, 79, 0.4);
}
.sf-edq-next:active {
  transform: scale(0.98);
}

/* ══════ Secure Badge ══════ */
.sf-edq-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 12px;
  color: var(--fg-3);
}
.sf-edq-secure svg {
  width: 14px;
  height: 14px;
  color: var(--sf-blue-04);
}

/* ══════ INTERSTITIAL CONTENT BLOCKS ══════ */
/* These make educational/testimonial content stand out */

.sf-edq-step[data-step="3"], /* ED education */
.sf-edq-step[data-step="7"], /* Testimonial 1 */
.sf-edq-step[data-step="10"], /* How it works */
.sf-edq-step[data-step="14"], /* Benefits */
.sf-edq-step[data-step="18"], /* Testimonial 2 */
{
  background: var(--sf-rose-01);
  border-radius: 16px;
  padding: 32px 24px;
  margin: 0 -12px;
}

/* Stat Card */
.sf-edq-statcard {
  background: linear-gradient(135deg, var(--sf-navy), #1a2747);
  color: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(0, 16, 41, 0.2);
}
.sf-edq-statcard p {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sf-pink);
  margin: 0 0 8px;
}
.sf-edq-statcard strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: #fff;
  margin: 0 0 6px;
}
.sf-edq-statcard em {
  display: block;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255,255,255,0.8);
  max-width: 340px;
  margin: 0 auto;
}

/* Timeline / How It Works */
.sf-edq-timeline {
  background: var(--sf-white);
  border: 2px solid var(--sf-pink);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 8px 24px rgba(252, 0, 79, 0.15);
  display: flex;
  gap: 20px;
}
.sf-edq-timeline__step {
  flex: 1;
  text-align: center;
}
.sf-edq-timeline__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--sf-pink);
  color: #fff;
  border-radius: 50%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 12px;
}
.sf-edq-timeline__step h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 6px;
  color: var(--sf-navy);
}
.sf-edq-timeline__step p {
  font-size: 12px;
  line-height: 1.4;
  color: var(--fg-2);
  margin: 0;
}

/* Testimonial / Proof */
.sf-edq-proof {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.sf-edq-proof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sf-edq-proof .shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,16,41,0.85) 0%, rgba(0,16,41,0.3) 50%, transparent 100%);
}
.sf-edq-proof .quote {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}
.sf-edq-proof .quote span {
  display: block;
  color: var(--sf-pink);
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.sf-edq-proof .quote strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  font-style: italic;
}
.sf-edq-proof-grid {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  z-index: 2;
}
.sf-edq-proof-grid article {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 14px 12px;
}
.sf-edq-proof-grid b {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sf-pink);
  margin-bottom: 6px;
}
.sf-edq-proof-grid i {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 8px;
}
.sf-edq-proof-grid p {
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}

/* ══════ Error States ══════ */
.quiz-error {
  font-size: 13px;
  color: var(--sf-pink);
  margin: 12px 0 0;
  display: none;
}
.quiz-error.is-shown {
  display: block;
}
.sf-edq-input.is-invalid {
  border-color: var(--sf-pink);
}

/* ══════ Loading State ══════ */
.quiz-loading {
  display: none;
  text-align: center;
  padding: 48px 24px;
}
.quiz-loading.is-active {
  display: block;
}
.quiz-spinner {
  width: 56px;
  height: 56px;
  margin: 0 auto 28px;
  border: 4px solid var(--sf-rose-02);
  border-top-color: var(--sf-pink);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.quiz-loading h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin: 0 0 12px;
  color: var(--sf-navy);
}
.quiz-loading p {
  font-size: 16px;
  color: var(--fg-2);
  margin: 0 0 32px;
}
.quiz-loading__proof {
  background: var(--sf-rose-01);
  border-left: 3px solid var(--sf-pink);
  border-radius: 10px;
  padding: 20px 22px;
  max-width: 440px;
  margin: 0 auto;
  text-align: left;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s, transform 0.6s;
}
.quiz-loading__proof.is-shown {
  opacity: 1;
  transform: translateY(0);
}
.quiz-loading__proof p {
  font-style: italic;
  font-size: 15px;
  line-height: 1.5;
  color: var(--fg-1);
  margin: 0 0 10px;
}
.quiz-loading__proof footer {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fg-2);
}

/* ══════ Animations ══════ */
@keyframes quizIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ══════ Responsive ══════ */
@media (max-width: 640px) {
  .sf-edq-main {
    padding: 16px 16px 64px;
  }
  .sf-edq-shell {
    width: 100%;
  }
  .sf-edq-kicker {
    font-size: 10px;
    padding: 5px 9px;
  }
  .sf-edq-step h1 {
    font-size: clamp(1.4rem, 5vw, 1.75rem);
    margin-bottom: 8px;
  }
  .sf-edq-help {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .sf-edq-option {
    min-height: 60px;
    padding: 14px 16px;
    gap: 12px;
  }
  .sf-edq-option__icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }
  .sf-edq-option__icon svg {
    width: 17px;
    height: 17px;
  }
  .sf-edq-option__title {
    font-size: 15px;
    line-height: 1.35;
  }
  .sf-edq-option__desc {
    font-size: 12px;
  }
  .sf-edq-input {
    min-height: 52px;
    font-size: 16px; /* Prevents iOS zoom on focus */
  }
  .sf-edq-next {
    min-height: 52px;
    font-size: 13px;
    margin-top: 20px;
  }
  .sf-edq-statcard {
    padding: 28px 20px;
  }
  .sf-edq-statcard strong {
    font-size: 52px;
  }
  .sf-edq-timeline {
    padding: 24px 18px;
    flex-direction: column;
    gap: 16px;
  }
  .sf-edq-timeline__num {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .sf-edq-timeline__step h4 {
    font-size: 13px;
  }
  .sf-edq-timeline__step p {
    font-size: 11px;
  }
  .sf-edq-proof-grid {
    grid-template-columns: 1fr;
  }
  .sf-edq-step[data-step="2"],
  .sf-edq-step[data-step="7"],
  .sf-edq-step[data-step="12"],
  .sf-edq-step[data-step="16"],
  .sf-edq-step[data-step="24"] {
    padding: 24px 18px;
    margin: 0 -8px;
  }
}

/* ══════ Multi-field Groups ══════ */
.sf-edq-field-group {
  margin-bottom: 16px;
}
.sf-edq-field-group:last-child {
  margin-bottom: 0;
}
.sf-edq-label {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fg-2);
  margin-bottom: 8px;
}

/* ══════ Testimonial Card ══════ */
.sf-edq-testimonial {
  background: var(--sf-rose-01);
  border-left: 4px solid var(--sf-pink);
  border-radius: 12px;
  padding: 32px 28px;
  margin-bottom: 32px;
  text-align: center;
}
.sf-edq-testimonial__stars {
  font-size: 24px;
  color: var(--sf-pink);
  margin-bottom: 16px;
  letter-spacing: 4px;
}
