/* tpl/tools-life-path-0dae879e.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: #EEF6FB;
      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;
    }
.calc-wrap {
      max-width: 560px; margin: 2.5rem auto; padding: 0 1.5rem;
    }
.calc-card {
      background: #fff; border: 1px solid #E8E2D9; border-radius: 12px; padding: 2rem;
    }
.calc-label {
      font-family: 'DM Sans', sans-serif; font-size: 0.78rem; font-weight: 700;
      letter-spacing: 0.08em; text-transform: uppercase; color: #A09990; margin-bottom: 0.6rem;
      display: block;
    }
.date-row {
      display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 0.75rem; margin-bottom: 1.5rem;
    }
.date-field {
      display: flex; flex-direction: column; gap: 0.35rem;
    }
.date-field label {
      font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 600;
      letter-spacing: 0.06em; text-transform: uppercase; color: #A09990;
    }
.date-field input, .date-field select {
      height: 50px; padding: 0 14px; border-radius: 8px;
      border: 1.5px solid #E8E2D9; background: #F9F7F4;
      font-family: 'DM Sans', sans-serif; font-size: 1rem; color: #1A1714;
      text-align: center;
      appearance: none; -webkit-appearance: none;
    }
.date-field input:focus, .date-field select:focus {
      outline: none; border-color: var(--section-accent); background: #fff;
    }
.date-field input[type="number"] { -moz-appearance: textfield; }
.date-field input::-webkit-outer-spin-button,
    .date-field input::-webkit-inner-spin-button { -webkit-appearance: none; }
.calc-btn {
      display: block; width: 100%; height: 52px; background: var(--section-accent);
      color: #fff; border: none; border-radius: 8px;
      font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 700;
      cursor: pointer; letter-spacing: 0.02em;
      transition: opacity 0.15s;
    }
.calc-btn:hover { opacity: 0.88; }
.reduction-steps {
      margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid #E8E2D9;
      display: none;
    }
.reduction-steps.visible { display: block; }
.steps-label {
      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.75rem;
    }
.steps-math {
      font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: #6B6560;
      line-height: 1.9; background: #F5F1EA; padding: 0.85rem 1rem; border-radius: 6px;
    }
.steps-math strong { color: var(--section-accent); }
.result-wrap {
      max-width: 560px; margin: 0 auto 1rem; padding: 0 1.5rem;
      display: none;
    }
.result-wrap.visible { display: block; }
.result-numeral {
      font-family: 'Cormorant Garamond', serif; font-weight: 300;
      font-size: clamp(6rem, 18vw, 10rem);
      line-height: 0.9; color: var(--section-accent);
      text-align: center; padding: 2rem 0 1rem;
    }
.result-card {
      background: #fff; border: 1px solid #E8E2D9; border-radius: 12px; overflow: hidden;
    }
.result-header {
      padding: 1.5rem; border-bottom: 1px solid #E8E2D9; text-align: center;
    }
.lp-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.3rem;
    }
.lp-name {
      font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 600; color: #1A1714;
      margin-bottom: 0.4rem;
    }
.lp-tagline {
      font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: #6B6560; line-height: 1.6;
      font-style: italic;
    }
.result-sections {
      padding: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem;
    }
@media (max-width: 480px) { .result-sections { grid-template-columns: 1fr; } }
.result-section 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;
    }
.result-section ul {
      margin: 0; padding: 0 0 0 1rem;
      font-family: 'DM Sans', sans-serif; font-size: 0.85rem; color: #4A4440; line-height: 1.9;
    }
.result-body {
      padding: 0 1.5rem 1.5rem; border-top: 1px solid #E8E2D9;
    }
.result-body p {
      font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: #4A4440;
      line-height: 1.75; margin: 1.25rem 0 0;
    }
.master-badge {
      display: inline-block; background: #FEF3DC; color: #C4973B;
      font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 700;
      letter-spacing: 0.08em; text-transform: uppercase; padding: 0.2rem 0.6rem;
      border-radius: 3px; margin-left: 0.5rem; vertical-align: middle;
    }
.share-row {
      padding: 1.25rem 1.5rem; border-top: 1px solid #E8E2D9;
      display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: center;
    }
.share-label {
      font-family: 'DM Sans', sans-serif; font-size: 0.78rem; font-weight: 600;
      color: #A09990; letter-spacing: 0.06em; text-transform: uppercase;
    }
.share-btn {
      height: 36px; padding: 0 1rem; border-radius: 6px; border: 1.5px solid #E8E2D9;
      font-family: 'DM Sans', sans-serif; font-size: 0.82rem; font-weight: 500;
      color: #1A1714; background: #fff; cursor: pointer; transition: background 0.15s;
    }
.share-btn:hover { background: #F5F1EA; }
.share-btn.whatsapp { background: #25D366; color: #fff; border-color: #25D366; }
.share-btn.whatsapp:hover { opacity: 0.88; }
.recalc-btn {
      display: block; width: 100%; height: 44px; margin: 1rem 0;
      background: #F5F1EA; border: 1px solid #E8E2D9; border-radius: 8px;
      font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 600;
      color: #6B6560; cursor: pointer; transition: background 0.15s;
    }
.recalc-btn:hover { background: #E8E2D9; }
.related { max-width: 560px; margin: 0 auto; padding: 0 1.5rem 2rem; }
.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); }
