/* tpl/tools-vastu-check-675daeac.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: #FBF5ED;
      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;
    }
.tool-form {
      max-width: 640px; margin: 2.5rem auto; padding: 0 1.5rem;
    }
.form-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem;
    }
@media (max-width: 480px) { .form-grid { grid-template-columns: 1fr; } }
.form-group label {
      display: block; font-family: 'DM Sans', sans-serif; font-size: 0.78rem;
      font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
      color: #A09990; margin-bottom: 0.5rem;
    }
.form-group select {
      width: 100%; height: 48px; padding: 0 14px; border-radius: 8px;
      border: 1.5px solid #E8E2D9; background: #fff;
      font-family: 'DM Sans', sans-serif; font-size: 0.95rem; color: #1A1714;
      appearance: none; -webkit-appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A09990' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat; background-position: right 14px center;
    }
.form-group select:focus { outline: none; border-color: var(--section-accent); }
.check-btn {
      display: block; width: 100%; height: 50px; margin-top: 1.5rem;
      background: var(--section-accent); color: #fff; border: none; border-radius: 8px;
      font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600;
      cursor: pointer; transition: opacity 0.15s;
    }
.check-btn:hover { opacity: 0.88; }
.result-panel {
      max-width: 640px; margin: 0 auto 3rem; padding: 0 1.5rem;
      display: none;
    }
.result-panel.visible { display: block; }
.result-card {
      background: #fff; border: 1px solid #E8E2D9; border-radius: 12px;
      overflow: hidden;
    }
.result-header {
      background: var(--section-accent); color: #fff; padding: 1.25rem 1.5rem;
    }
.result-header h2 {
      font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600;
      margin: 0 0 0.2rem;
    }
.result-header p {
      font-family: 'DM Sans', sans-serif; font-size: 0.85rem; opacity: 0.85; margin: 0;
    }
.result-meta {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
      border-bottom: 1px solid #E8E2D9;
    }
@media (max-width: 500px) { .result-meta { grid-template-columns: 1fr 1fr; } }
.result-meta-item {
      padding: 1rem; border-right: 1px solid #E8E2D9; text-align: center;
    }
.result-meta-item:last-child { border-right: none; }
.meta-label {
      font-family: 'DM Sans', sans-serif; font-size: 0.65rem; font-weight: 700;
      letter-spacing: 0.08em; text-transform: uppercase; color: #A09990; margin-bottom: 0.3rem;
    }
.meta-value {
      font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: #1A1714;
    }
.result-body { padding: 1.5rem; }
.result-body h3 {
      font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600;
      color: #1A1714; margin: 0 0 0.5rem;
    }
.result-body p {
      font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: #4A4440;
      line-height: 1.7; margin: 0 0 1.25rem;
    }
.remedies-list {
      background: #FBF5ED; border-radius: 8px; padding: 1rem 1.25rem;
      margin-bottom: 1.25rem;
    }
.remedies-list h4 {
      font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 700;
      letter-spacing: 0.08em; text-transform: uppercase; color: var(--section-accent);
      margin: 0 0 0.6rem;
    }
.remedies-list ul {
      margin: 0; padding: 0 0 0 1.1rem;
      font-family: 'DM Sans', sans-serif; font-size: 0.85rem; color: #4A4440; line-height: 1.8;
    }
.vastu-links {
      padding-top: 1rem; border-top: 1px solid #E8E2D9;
      display: flex; flex-wrap: wrap; gap: 0.5rem;
    }
.vastu-link {
      font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 500;
      color: var(--section-accent); text-decoration: none;
    }
.vastu-link:hover { text-decoration: underline; }
.compass {
      max-width: 280px; margin: 1.5rem auto;
    }
.compass svg text { font-family: 'DM Sans', sans-serif; }
.related { max-width: 640px; 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); }
