/* tpl/tools-dosha-quiz-217127af.css — page CSS shared by 1 page(s) of this template.
   Auto-extracted from inline <style> by scripts/refactor_css.py.
   Loaded after components.css; per-page :root{} stays inline. */

body { background: var(--color-base-bg); }
.tool-hero {
      border-top: 3px solid var(--section-accent);
      background: #FBF3EE;
      padding: 2.5rem 1.5rem 2rem;
      text-align: center;
    }
.badge {
      display: inline-block; background: var(--section-accent); color: #fff;
      font-family: 'DM Sans', sans-serif; font-size: 0.68rem; font-weight: 600;
      letter-spacing: 0.12em; text-transform: uppercase; padding: 0.28rem 0.8rem;
      border-radius: 2px; margin-bottom: 0.9rem;
    }
.tool-hero h1 {
      font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem, 4vw, 3rem);
      font-weight: 600; color: #1A1714; margin: 0 0 0.6rem;
    }
.tool-hero p {
      font-family: 'DM Sans', sans-serif; font-size: 1rem; color: #6B6560;
      max-width: 520px; margin: 0 auto; line-height: 1.65;
    }
.quiz-wrap {
      max-width: 680px; margin: 0 auto; padding: 2rem 1.5rem 3rem;
    }
.progress-bar-wrap {
      height: 4px; background: #E8E2D9; border-radius: 2px; margin-bottom: 2rem; overflow: hidden;
    }
.progress-bar-fill {
      height: 100%; background: var(--section-accent); border-radius: 2px;
      transition: width 0.3s ease;
    }
.progress-label {
      font-family: 'DM Sans', sans-serif; font-size: 0.78rem; color: #A09990;
      margin-bottom: 0.5rem; text-align: right;
    }
.question-card {
      background: #fff; border: 1px solid #E8E2D9; border-radius: 12px; padding: 1.75rem;
      margin-bottom: 1.5rem;
    }
.q-num {
      font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase; color: var(--section-accent);
      margin-bottom: 0.6rem;
    }
.q-text {
      font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 600;
      color: #1A1714; line-height: 1.4; margin-bottom: 1.25rem;
    }
.q-category {
      font-family: 'DM Sans', sans-serif; font-size: 0.75rem; color: #A09990;
      margin-bottom: 1rem;
    }
.options { display: flex; flex-direction: column; gap: 0.6rem; }
.option {
      display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.85rem 1rem;
      border: 1.5px solid #E8E2D9; border-radius: 8px; cursor: pointer;
      transition: border-color 0.15s, background 0.15s;
    }
.option:hover { border-color: var(--section-accent); background: #FBF3EE; }
.option.selected { border-color: var(--section-accent); background: #FBF3EE; }
.option input[type="radio"] { margin-top: 2px; accent-color: var(--section-accent); flex-shrink: 0; }
.option-label {
      font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: #1A1714; line-height: 1.5;
    }
.option-dosha {
      font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
      padding: 0.1rem 0.45rem; border-radius: 3px; margin-left: auto; flex-shrink: 0;
      align-self: center;
    }
.dosha-v { background: #EBF4FF; color: #2980B9; }
.dosha-p { background: #FEF0E6; color: #C0392B; }
.dosha-k { background: #E9F5E9; color: #27AE60; }
.quiz-nav { display: flex; gap: 1rem; justify-content: space-between; margin-top: 1.5rem; }
.nav-btn {
      height: 46px; padding: 0 1.75rem; border-radius: 8px; font-family: 'DM Sans', sans-serif;
      font-size: 0.9rem; font-weight: 600; cursor: pointer; border: none;
      transition: opacity 0.15s, background 0.15s;
    }
.nav-btn--back { background: #F5F1EA; color: #6B6560; }
.nav-btn--back:hover { background: #E8E2D9; }
.nav-btn--next { background: var(--section-accent); color: #fff; margin-left: auto; }
.nav-btn--next:hover { opacity: 0.88; }
.nav-btn--next:disabled { opacity: 0.4; cursor: not-allowed; }
.result-wrap { display: none; }
.result-wrap.visible { display: block; }
.dosha-bars { margin-bottom: 2rem; }
.dosha-bar-row {
      display: grid; grid-template-columns: 80px 1fr 50px; gap: 0.75rem;
      align-items: center; margin-bottom: 0.75rem;
    }
.dosha-bar-label {
      font-family: 'DM Sans', sans-serif; font-size: 0.85rem; font-weight: 600; color: #1A1714;
    }
.dosha-bar-track { height: 10px; background: #E8E2D9; border-radius: 5px; overflow: hidden; }
.dosha-bar-fill { height: 100%; border-radius: 5px; transition: width 0.8s ease; }
.bar-v { background: #2980B9; }
.bar-p { background: #C0392B; }
.bar-k { background: #27AE60; }
.dosha-bar-pct { font-family: 'DM Sans', sans-serif; font-size: 0.82rem; font-weight: 600; color: #6B6560; text-align: right; }
.result-card {
      background: #fff; border: 1px solid #E8E2D9; border-radius: 12px; overflow: hidden;
      margin-bottom: 1.5rem;
    }
.result-header {
      padding: 1.5rem; border-bottom: 1px solid #E8E2D9;
    }
.prakriti-label {
      font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase; color: var(--section-accent);
      margin-bottom: 0.4rem;
    }
.prakriti-name {
      font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 600; color: #1A1714;
      margin-bottom: 0.5rem;
    }
.prakriti-tagline {
      font-family: 'DM Sans', sans-serif; font-size: 0.95rem; color: #6B6560; line-height: 1.6;
    }
.result-traits {
      padding: 1.25rem 1.5rem;
      display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
    }
@media (max-width: 480px) { .result-traits { grid-template-columns: 1fr; } }
.trait-block h4 {
      font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.08em; text-transform: uppercase; color: #A09990; margin-bottom: 0.6rem;
    }
.trait-block ul {
      margin: 0; padding: 0 0 0 1rem;
      font-family: 'DM Sans', sans-serif; font-size: 0.85rem; color: #4A4440; line-height: 1.8;
    }
.result-guidance {
      padding: 1.25rem 1.5rem; border-top: 1px solid #E8E2D9;
      background: #FBF3EE;
    }
.result-guidance h4 {
      font-family: 'DM Sans', sans-serif; font-size: 0.78rem; font-weight: 700;
      letter-spacing: 0.08em; text-transform: uppercase; color: var(--section-accent); margin-bottom: 0.75rem;
    }
.result-guidance p {
      font-family: 'DM Sans', sans-serif; font-size: 0.88rem; color: #4A4440; line-height: 1.7; margin: 0;
    }
.restart-btn {
      display: block; width: 100%; height: 48px; border-radius: 8px;
      background: #F5F1EA; border: 1px solid #E8E2D9;
      font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 600; color: #6B6560;
      cursor: pointer; margin-top: 1rem; transition: background 0.15s;
    }
.restart-btn:hover { background: #E8E2D9; }
.related { border-top: 1px solid #E8E2D9; padding-top: 2rem; margin-top: 1rem; }
.related h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; color: #1A1714; margin-bottom: 0.75rem; }
.related-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.related-chip { background: #F5F1EA; border: 1px solid #E8E2D9; border-radius: 20px; padding: 0.35rem 0.9rem; font-family: 'DM Sans', sans-serif; font-size: 0.82rem; color: #444; text-decoration: none; }
.related-chip:hover { background: #E8E2D9; }
.tool-content { max-width: 760px; margin: 3.5rem auto 1rem; padding: 0 1.5rem; }
.tool-content h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.6rem, 3.5vw, 2.1rem); font-weight: 600; color: var(--color-text-primary); margin: 2.5rem 0 0.9rem; }
.tool-content h2:first-child { margin-top: 0; }
.tool-content h3 { font-size: 1.02rem; font-weight: 600; color: var(--color-text-primary); margin: 1.6rem 0 0.45rem; }
.tool-content p { font-size: 0.95rem; line-height: 1.75; color: var(--color-text-primary); margin-bottom: 0.95rem; }
.tool-content .tc-lead { font-size: 1.05rem; color: var(--color-text-secondary); }
.tool-content ul { margin: 0 0 1.1rem 1.15rem; }
.tool-content li { font-size: 0.95rem; line-height: 1.7; color: var(--color-text-primary); margin-bottom: 0.45rem; }
.tool-content a { color: var(--section-accent); text-decoration: none; font-weight: 600; }
.tool-content a:hover { text-decoration: underline; }
.faq-item { border-top: 1px solid var(--color-base-border); padding: 1.05rem 0; }
.faq-item:last-of-type { border-bottom: 1px solid var(--color-base-border); }
.faq-q { font-weight: 600; color: var(--color-text-primary); font-size: 0.97rem; margin-bottom: 0.4rem; }
.faq-a { font-size: 0.93rem; line-height: 1.7; color: var(--color-text-secondary); margin: 0; }
.xlinks { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1rem 0 0; }
.xlinks a { padding: 0.5rem 0.95rem; border: 1px solid var(--color-base-border); border-radius: 999px; background: var(--color-base-surface); font-size: 0.85rem; font-weight: 600; color: var(--section-accent); text-decoration: none; transition: border-color .15s, transform .15s; }
.xlinks a:hover { border-color: var(--section-accent); transform: translateY(-1px); }
