/* tpl/muhurat-89167c0e.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. */

.hero-muhurat {
      background: #FAF6EE;
      border-top: 3px solid var(--section-accent);
      padding: 3rem 1.5rem 2.5rem;
      text-align: center;
    }
.badge {
      display: inline-block;
      background: var(--section-accent);
      color: #fff;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 0.3rem 0.85rem;
      border-radius: 2px;
      margin-bottom: 1rem;
    }
.hero-muhurat h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 5vw, 3.2rem);
      font-weight: 600;
      color: #2C2C2C;
      margin: 0 0 0.75rem;
    }
.hero-muhurat p {
      font-family: 'DM Sans', sans-serif;
      font-size: 1.05rem;
      color: #555;
      max-width: 600px;
      margin: 0 auto;
      line-height: 1.65;
    }
.panchangam-strip {
      max-width: 1080px;
      margin: 2.5rem auto;
      padding: 0 1.5rem;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 1rem;
    }
@media (max-width: 700px) { .panchangam-strip { grid-template-columns: 1fr 1fr; } }
.pancha-card {
      background: #fff;
      border: 1.5px solid #EDE8DF;
      border-top: 3px solid var(--section-accent);
      border-radius: 8px;
      padding: 1.25rem 1rem;
      text-align: center;
      text-decoration: none;
      transition: box-shadow 0.2s, transform 0.2s;
    }
.pancha-card:hover {
      box-shadow: 0 4px 16px rgba(196,151,59,0.12);
      transform: translateY(-2px);
    }
.pancha-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem;
      font-weight: 700;
      color: var(--section-accent);
      line-height: 1;
      margin-bottom: 0.3rem;
    }
.pancha-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      font-weight: 600;
      color: #2C2C2C;
      margin-bottom: 0.3rem;
    }
.pancha-desc {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.78rem;
      color: #777;
      line-height: 1.45;
    }
.muhurat-section {
      max-width: 1080px;
      margin: 0 auto 3rem;
      padding: 0 1.5rem;
    }
.muhurat-section-header {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      margin-bottom: 1.5rem;
      padding-bottom: 0.75rem;
      border-bottom: 2px solid #EDE8DF;
    }
.muhurat-section-header h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.6rem;
      font-weight: 600;
      color: #2C2C2C;
      margin: 0;
    }
.muhurat-section-header span {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.82rem;
      color: #888;
    }
.muhurat-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 1.25rem;
    }
.muhurat-card {
      background: #fff;
      border: 1px solid #EDE8DF;
      border-radius: 8px;
      padding: 1.25rem;
      text-decoration: none;
      transition: box-shadow 0.2s, transform 0.2s;
    }
.muhurat-card:hover {
      box-shadow: 0 4px 16px rgba(196,151,59,0.1);
      transform: translateY(-2px);
    }
.muhurat-card.inauspicious {
      border-left: 3px solid #C0392B;
    }
.muhurat-icon {
      font-size: 1.8rem;
      margin-bottom: 0.5rem;
      line-height: 1;
      display: block;
    }
.muhurat-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.15rem;
      font-weight: 600;
      color: #2C2C2C;
      margin: 0 0 0.25rem;
    }
.muhurat-tag {
      display: inline-block;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 0.15rem 0.55rem;
      border-radius: 2px;
      margin-bottom: 0.5rem;
      background: #FEF3DC;
      color: var(--section-accent);
    }
.muhurat-card.inauspicious .muhurat-tag {
      background: #FDE8E8;
      color: #C0392B;
    }
.muhurat-desc {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.82rem;
      color: #666;
      line-height: 1.5;
    }
.hora-explainer {
      max-width: 1080px;
      margin: 0 auto 2.5rem;
      padding: 0 1.5rem;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
      align-items: center;
    }
@media (max-width: 640px) { .hora-explainer { grid-template-columns: 1fr; } }
.hora-text h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.6rem;
      font-weight: 600;
      color: #2C2C2C;
      margin: 0 0 0.75rem;
    }
.hora-text p {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.9rem;
      color: #555;
      line-height: 1.65;
      margin: 0 0 1rem;
    }
.hora-table {
      background: #FAF6EE;
      border-radius: 8px;
      padding: 1.25rem;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.82rem;
    }
.hora-table h4 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.05rem;
      font-weight: 600;
      color: #2C2C2C;
      margin: 0 0 0.75rem;
    }
.hora-row {
      display: flex;
      justify-content: space-between;
      padding: 0.3rem 0;
      border-bottom: 1px solid #EDE8DF;
      color: #444;
    }
.hora-row:last-child { border-bottom: none; }
.hora-planet { font-weight: 500; }
.hora-quality { color: #888; font-size: 0.78rem; }
.small-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 1rem;
    }
.small-card {
      background: #FAF6EE;
      border-radius: 8px;
      padding: 1rem;
      text-decoration: none;
    }
.small-card:hover { background: #F0E8D8; }
.small-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.05rem;
      font-weight: 600;
      color: #2C2C2C;
      margin: 0 0 0.3rem;
    }
.small-card p {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.8rem;
      color: #666;
      margin: 0;
      line-height: 1.45;
    }
.related-row {
      max-width: 1080px;
      margin: 2rem auto 0;
      padding: 0 1.5rem 3rem;
    }
.related-row h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem;
      font-weight: 600;
      color: #2C2C2C;
      margin-bottom: 1rem;
    }
.related-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 0.6rem;
    }
.related-chip {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      background: #FAF6EE;
      border: 1px solid #EDE8DF;
      border-radius: 20px;
      padding: 0.4rem 1rem;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.85rem;
      color: #444;
      text-decoration: none;
      transition: background 0.2s;
    }
.related-chip:hover { background: #EDE8DF; }
.section-intro {
      max-width: 760px;
      margin: 0 auto 2.5rem;
      padding: 0 1.5rem;
      text-align: center;
    }
.section-intro p {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.95rem;
      color: #555;
      line-height: 1.7;
    }
