/* ============================================
   article-panchayat.css
   DK Community - सभी आर्टिकल्स के लिए एक ही स्टाइल
   Version: 2.0 (Final)
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&family=Space+Grotesk:wght@500;700&display=swap');

* {  
    margin: 0;  
    padding: 0;  
    box-sizing: border-box;  
}  
  
body {  
    background: #fdf8f0;  
    font-family: 'Outfit', sans-serif;  
    color: #2c1a0e;  
    padding: 20px;  
    line-height: 1.7;  
}  
  
.container {  
    max-width: 820px;  
    margin: auto;  
}  

/* ===== TITLE & META ===== */
.title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.3rem;
    color: #8b2500;
    margin-bottom: 12px;
    text-align: left;
    font-weight: 700;
    line-height: 1.2;
}

.meta {
    font-size: 13px;
    color: #8a6e4b;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f5e5c8;
}

.meta span {
    margin-right: 15px;
}

/* ===== SECTION HEADINGS ===== */
.section-heading {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.6rem;
    color: #bf4a1a;
    margin: 40px 0 20px 0;
    font-weight: 700;
    line-height: 1.3;
}

/* ===== SECTION PARAGRAPHS ===== */
.section {
    margin-bottom: 30px;
    font-size: 1.08rem;
    color: #2a1f12;
}

/* ===== AUTO MARGIN FOR CONSECUTIVE PARAGRAPHS ===== */
.reason-card p + p,
.sanskar-box p + p,
.green-truth p + p,
.gold-truth p + p,
.section p + p,
.pilgrim-card p + p,
.checklist p + p {
    margin-top: 15px;
}

/* ===== PUNCH LINE BOX ===== */
.punch-line {
    background: linear-gradient(135deg, #8b2500 0%, #bf4a1a 100%);
    color: #fff;
    padding: 28px 25px;
    border-radius: 16px;
    margin: 30px 0;
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    font-family: 'Space Grotesk', sans-serif;
}

.punch-line::after {
    content: '👴';
    position: absolute;
    right: 25px;
    bottom: 20px;
    font-size: 2rem;
    opacity: 0.2;
}

/* ===== SANSKAR BOX ===== */
.sanskar-box {
    background: #fff5eb;
    border: 2px solid #e6ccb3;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.sanskar-box h3 {
    color: #8b2500;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== GREEN TRUTH BOX ===== */
.green-truth {
    background: #eef5ea;
    border: 2px solid #c8e6c9;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.green-truth h3 {
    color: #2e6732;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== GOLD TRUTH BOX ===== */
.gold-truth {
    background: #fff8e1;
    border: 2px solid #ffecb3;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.gold-truth h3 {
    color: #d4830a;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== HIGHLIGHTS ===== */
.highlight {
    background: #fdf0df;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 600;
    color: #8b2500;
}

.highlight-saffron {
    color: #bf4a1a;
    font-weight: 700;
}

.highlight-green {
    color: #2e7d32;
    font-weight: 700;
}

.highlight-red {
    color: #b83b2e;
    font-weight: 700;
}

/* ===== REASON CARD ===== */
.reason-card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    margin: 20px 0;
    border: 2px solid #f5e5c8;
    position: relative;
}

.reason-card::before {
    content: attr(data-num);
    position: absolute;
    top: -12px;
    left: 20px;
    background: #bf4a1a;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
}

.reason-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #8b2500;
    font-weight: 700;
}

/* ===== PILGRIM CARD ===== */
.pilgrim-card {
    background: #fff3e6;
    padding: 22px;
    border-radius: 14px;
    margin: 20px 0;
    border-left: 8px solid #bf4a1a;
}

.pilgrim-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: #8b2500;
}

/* ===== CHECKLIST ===== */
.checklist {
    background: #fef9e6;
    padding: 25px;
    border-radius: 16px;
    margin: 25px 0;
}

.checklist-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0e2d0;
    font-weight: 500;
}

/* ===== FINAL WARNING ===== */
.final-warning {
    background: #2c1a0e;
    color: #fff;
    padding: 35px 30px;
    border-radius: 18px;
    text-align: center;
    margin: 40px 0 30px 0;
    font-size: 1.15rem;
    font-weight: 600;
}

.final-warning strong {
    display: block;
    font-size: 1.3rem;
    margin: 10px 0;
    color: #e8a070;
}

/* ===== SIGNATURE ===== */
.signature {
    margin-top: 40px;
    font-size: 13px;
    color: #a1825a;
    text-align: center;
    padding: 20px;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* ===== DISCLAIMER ===== */
.disclaimer {
    background: #faf6ef;
    padding: 20px 25px;
    border-radius: 12px;
    margin-top: 35px;
    font-size: 0.9rem;
    color: #6b4f2c;
    border-left: 4px solid #bf4a1a;
    font-style: italic;
    line-height: 1.6;
}

.disclaimer strong {
    color: #b83b2e;
    font-style: normal;
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
}

/* ===== ARTICLE IMAGE ===== */
/* पूरी article-image क्लास को ही छुपा दें */
.article-image {
    display: none;
}

/* ===== ARTICLE BUTTON BOX ===== */
.article-btn-box {
    margin: 20px 0;
    text-align: center;
}

.article-btn-box a {
    display: inline-block;
    background: #fff5eb;
    color: #8b2500;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #e6ccb3;
    transition: all 0.3s ease;
    font-size: 1.05rem;
}

.article-btn-box a:hover {
    background: #bf4a1a;
    color: #fff;
    border-color: #bf4a1a;
}

/* ===== SHARE BUTTON ===== */
.share-btn {
    background: #bf4a1a;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    margin: 20px 0;
    display: inline-block;
}

/* ===== ARTICLE DISCLAIMER (TOP) ===== */
.article-disclaimer {
    background: #fefce8;
    border: 2px solid #facc15;
    border-radius: 16px;
    padding: 20px 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(250, 204, 21, 0.15);
    font-family: 'Outfit', sans-serif;
    line-height: 1.6;
}

.article-disclaimer .disclaimer-icon {
    font-size: 1.8rem;
    margin-right: 12px;
    vertical-align: middle;
}

.article-disclaimer .disclaimer-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #854d0e;
    display: inline-block;
    vertical-align: middle;
}

.article-disclaimer .disclaimer-content {
    margin-top: 10px;
    color: #3b2a0a;
    font-size: 1rem;
}

.article-disclaimer .disclaimer-content strong {
    color: #b45309;
}

.article-disclaimer .disclaimer-content .highlight-dis {
    background: #fef08a;
    padding: 0 6px;
    border-radius: 4px;
    font-weight: 600;
}

/* ===== FOOTER ===== */
.footer {
    margin-top: 60px;
    padding: 35px 20px 25px;
    background: #111827;
    color: #d1d5db;
    text-align: center;
    border-top: 1px solid #e5e7eb;
    font-family: 'Outfit', sans-serif;
}

/* ===== FOOTER ===== */
.footer {
    margin-top: 60px;
    padding: 35px 20px 25px;
    background: #f7f3eb;
    color: #4b5563;
    text-align: center;
    border-top: 1px solid #e5ddd0;
    font-family: 'Outfit', sans-serif;
}

/* Footer Main Links */
.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-bottom: 22px;
}

.footer-links a {
    color: #374151;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #b45309;
    text-decoration: underline;
}

/* Footer Categories */
.footer-categories {
    max-width: 900px;
    margin: 0 auto 22px;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 2;
    border-top: 1px solid #e5ddd0;
    border-bottom: 1px solid #e5ddd0;
}

.footer-categories a {
    color: #4b5563;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-categories a:hover {
    color: #b45309;
    text-decoration: underline;
}

/* Copyright */
.footer p {
    margin: 8px auto;
    font-size: 13px;
    line-height: 1.7;
    color: #6b7280;
}

.footer p strong {
    color: #374151;
}

/* Description */
.footer .copy {
    max-width: 850px;
    margin: 12px auto 0;
    font-size: 12px;
    line-height: 1.8;
    color: #6b7280;
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {

    .footer {
        margin-top: 40px;
        padding: 30px 15px 22px;
    }

    .footer-links {
        gap: 7px 14px;
        margin-bottom: 18px;
    }

    .footer-links a {
        font-size: 13px;
    }

    .footer-categories {
        padding: 13px 8px;
        font-size: 13px;
        line-height: 2.2;
    }

    .footer p {
        font-size: 12px;
        line-height: 1.7;
    }

    .footer .copy {
        font-size: 11.5px;
        line-height: 1.8;
    }
}
/* ===== RED FLAG BOX ===== */
.red-flag {
    background: #fff5f5;
    border: 2px solid #ffcccb;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.red-flag h3 {
    color: #c62828;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== GOLD HIGHLIGHT ===== */
.highlight-gold {
    color: #f57c00;
    font-weight: 700;
}

/* ===== TAGLINE ===== */
.tagline {
    font-size: 1.15rem;
    color: #5d4037;
    font-style: italic;
    margin-bottom: 20px;
    padding: 15px 20px;
    background: #fff3e0;
    border-radius: 12px;
    border-left: 4px solid #e65100;
}

/* ===== AMBER TRUTH BOX ===== */
.amber-truth {
    background: #fff3e0;
    border: 2px solid #ffe0b2;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.amber-truth h3 {
    color: #e65100;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== BLUE TRUTH BOX ===== */
.blue-truth {
    background: #e3f2fd;
    border: 2px solid #bbdefb;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.blue-truth h3 {
    color: #1565c0;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== STORY CARD ===== */
.story-card {
    background: #fff;
    padding: 28px;
    border-radius: 14px;
    margin: 25px 0;
    border: 2px solid #fff3e0;
}

.story-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #bf360c;
    font-weight: 700;
}

.story-card p {
    margin-bottom: 14px;
    font-size: 1.08rem;
    color: #2a2a2a;
}

/* ===== NOTE BOX ===== */
.note-box {
    background: #f5f5f5;
    border: 1px dashed #bdbdbd;
    padding: 16px 20px;
    border-radius: 12px;
    margin: 20px 0 30px 0;
    font-size: 0.95rem;
    color: #555;
    font-style: italic;
}

/* ===== ORANGE & BLUE HIGHLIGHTS ===== */
.highlight-orange {
    color: #e65100;
    font-weight: 700;
}

.highlight-blue {
    color: #1565c0;
    font-weight: 700;
}

.red-flag {
    background: #fff5f5;
    border: 2px solid #ffcccb;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.red-flag h3 {
    color: #c62828;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

.highlight-gold {
    color: #f57c00;
    font-weight: 700;
}

/* ===== RED TRUTH BOX ===== */
.red-truth {
    background: #fee2e2;
    border: 2px solid #fecaca;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.red-truth h3 {
    color: #b91c1c;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== GREY TRUTH BOX ===== */
.grey-truth {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.grey-truth h3 {
    color: #1f2937;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== DARK HIGHLIGHT ===== */
.highlight-dark {
    color: #111827;
    font-weight: 700;
}

/* ===== MOTHER BOX ===== */
.mother-box {
    background: #fce4ec;
    border: 2px solid #f8bbd0;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.mother-box h3 {
    color: #880e4f;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== FATHER BOX ===== */
.father-box {
    background: #e3f2fd;
    border: 2px solid #bbdefb;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.father-box h3 {
    color: #0d47a1;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== TRUTH BOX ===== */
.truth-box {
    background: #fff3e0;
    border: 2px solid #ffe0b2;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.truth-box h3 {
    color: #e65100;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== EMIS BOX ===== */
.emis-box {
    background: #e8f5e9;
    border: 2px solid #c8e6c9;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.emis-box h3 {
    color: #2e7d32;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== KIST CARD ===== */
.kist-card {
    background: #fff;
    padding: 20px 25px;
    border-radius: 14px;
    margin: 15px 0;
    border-left: 5px solid #2e7d32;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.kist-card h4 {
    font-family: 'Space Grotesk', sans-serif;
    color: #2e7d32;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

/* ===== FINAL BOX ===== */
.final-box {
    background: #4e342e;
    color: #ffccbc;
    padding: 35px 30px;
    border-radius: 18px;
    text-align: center;
    margin: 40px 0 30px 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.final-box strong {
    display: block;
    font-size: 1.4rem;
    margin: 10px 0;
    color: #ffd54f;
}

/* ===== PINK HIGHLIGHT ===== */
.highlight-pink {
    color: #880e4f;
    font-weight: 700;
/* ===== MOTHER BOX ===== */
.mother-box {
    background: #fce4ec;
    border: 2px solid #f8bbd0;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.mother-box h3 {
    color: #880e4f;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== FATHER BOX ===== */
.father-box {
    background: #e3f2fd;
    border: 2px solid #bbdefb;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.father-box h3 {
    color: #0d47a1;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== TRUTH BOX ===== */
.truth-box {
    background: #fff3e0;
    border: 2px solid #ffe0b2;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.truth-box h3 {
    color: #e65100;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== EMIS BOX ===== */
.emis-box {
    background: #e8f5e9;
    border: 2px solid #c8e6c9;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.emis-box h3 {
    color: #2e7d32;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== KIST CARD ===== */
.kist-card {
    background: #fff;
    padding: 20px 25px;
    border-radius: 14px;
    margin: 15px 0;
    border-left: 5px solid #2e7d32;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.kist-card h4 {
    font-family: 'Space Grotesk', sans-serif;
    color: #2e7d32;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

/* ===== FINAL BOX ===== */
.final-box {
    background: #4e342e;
    color: #ffccbc;
    padding: 35px 30px;
    border-radius: 18px;
    text-align: center;
    margin: 40px 0 30px 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.final-box strong {
    display: block;
    font-size: 1.4rem;
    margin: 10px 0;
    color: #ffd54f;
}

/* ===== PINK HIGHLIGHT ===== */
.highlight-pink {
    color: #880e4f;
    font-weight: 700;
}

/* ===== PURPLE TRUTH BOX ===== */
.purple-truth {
    background: #f3e5f5;
    border: 2px solid #e1bee7;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.purple-truth h3 {
    color: #6a1b9a;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== PURPLE HIGHLIGHT ===== */
.highlight-purple {
    color: #6a1b9a;
    font-weight: 700;
}

/* ===== PURPLE TRUTH BOX ===== */
.purple-truth {
    background: #f3e5f5;
    border: 2px solid #e1bee7;
    padding: 22px;
    border-radius: 14px;
    margin: 25px 0;
}

.purple-truth h3 {
    color: #6a1b9a;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

/* ===== PURPLE HIGHLIGHT ===== */
.highlight-purple {
    color: #6a1b9a;
    font-weight: 700;
}

/* ===== RULE CARD ===== */
.rule-card {
    background: #fff;
    padding: 28px;
    border-radius: 14px;
    margin: 25px 0;
    border: 2px solid #fed7aa;
    border-left: 6px solid #ea580c;
}

.rule-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #9a3412;
    font-weight: 700;
}

.rule-card p {
    margin-bottom: 12px;
    font-size: 1.08rem;
    color: #2a2a2a;
}


/* ===== RESPONSIVE (MOBILE) ===== */
@media (max-width: 600px) {
    body {
        padding: 12px;
    }
    
    .container {
        padding: 25px 20px;
        border-radius: 16px;
    }
    
    .title {
        font-size: 1.8rem;
    }
    
    .section-heading {
        font-size: 1.4rem;
    }
    
    .section {
        font-size: 1rem;
    }
    
    .punch-line {
        font-size: 1.1rem;
        padding: 22px 20px;
    }
    
    .article-disclaimer {
        padding: 16px 18px;
    }
    
    .article-disclaimer .disclaimer-title {
        font-size: 1rem;
    }
    
    .article-btn-box a {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
    
    .footer {
        padding: 25px 15px 20px;
        border-radius: 12px;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 6px;
    }
    
    .footer-links a {
        display: block;
        padding: 8px;
        background: #3d2514;
        border-radius: 8px;
    }
    
    .footer-categories a {
        display: inline-block;
        margin: 5px;
    }
}