body {
    font-family: "Poppins", "Noto Sans Devanagari", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f7f7f8;
    color: #28313f;
}

a {
    color: #c2185b;
}

a:hover {
    color: #8f1242;
}

.navbar {
    background: #c2185b;
}

.navbar-brand,
.navbar-brand span,
.navbar .nav-link {
    color: #fff;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-weight: 800;
}

.navbar-brand img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.breadcrumb-nav {
    background: #fff;
    border-bottom: 1px solid #ece8ea;
    padding: .75rem 0;
}

.article-hero {
    background: linear-gradient(135deg, #9f1239 0%, #c2185b 46%, #f59e0b 100%);
    color: #fff;
    padding: 3.5rem 0 2.5rem;
}

.hero-grid {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
}

.article-hero h1 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 1rem;
}

.hero-summary {
    font-size: 1.08rem;
    line-height: 1.85;
    margin-bottom: 1.25rem;
    max-width: 820px;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1.4rem;
}

.hero-meta span,
.intent-pill,
.keyword-pill {
    align-items: center;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    display: inline-flex;
    font-size: .9rem;
    gap: .4rem;
    padding: .45rem .75rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.primary-btn,
.secondary-btn,
.whatsapp-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 800;
    gap: .45rem;
    min-height: 44px;
    padding: .85rem 1.2rem;
    text-decoration: none;
}

.primary-btn {
    background: #fff;
    color: #c2185b;
}

.secondary-btn {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
}

.whatsapp-btn {
    background: #128c7e;
    color: #fff;
}

.hero-media {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    padding: .75rem;
}

.hero-media img {
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.hero-caption {
    color: rgba(255, 255, 255, .88);
    font-size: .85rem;
    margin: .65rem .2rem 0;
}

.page-shell {
    padding: 2rem 0 3rem;
}

.content-layout {
    align-items: start;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) 320px;
}

.toc {
    background: #fff;
    border: 1px solid #ece8ea;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(40, 49, 63, .06);
    max-height: calc(100vh - 1.5rem);
    overflow: auto;
    padding: 1.1rem;
    position: sticky;
    top: .75rem;
}

.toc h2,
.sidebar-card h2 {
    color: #28313f;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: .85rem;
}

.toc ol {
    counter-reset: toc;
    list-style: none;
    margin: 0;
    padding: 0;
}

.toc li {
    border-top: 1px solid #f0edf0;
    counter-increment: toc;
}

.toc li:first-child {
    border-top: 0;
}

.toc a {
    color: #384252;
    display: grid;
    font-size: .9rem;
    gap: .55rem;
    grid-template-columns: 1.65rem 1fr;
    line-height: 1.45;
    padding: .55rem 0;
    text-decoration: none;
}

.toc a::before {
    color: #c2185b;
    content: counter(toc, decimal-leading-zero);
    font-weight: 800;
}

.article-card {
    background: #fff;
    border: 1px solid #ece8ea;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(40, 49, 63, .06);
    padding: clamp(1.1rem, 2.5vw, 2.25rem);
}

.article-card h2 {
    border-bottom: 2px solid #f5d4e0;
    color: #b0164f;
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 800;
    line-height: 1.35;
    margin: 2.4rem 0 1rem;
    padding-bottom: .55rem;
}

.article-card h2:first-child {
    margin-top: 0;
}

.article-card h3 {
    color: #28313f;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.45;
    margin: 1.35rem 0 .55rem;
}

.article-card p {
    color: #435064;
    font-size: 1rem;
    line-height: 1.88;
    margin-bottom: 1rem;
}

.article-card ul,
.article-card ol {
    color: #435064;
    line-height: 1.85;
    margin-bottom: 1.15rem;
    padding-left: 1.35rem;
}

.lead-box,
.expert-note,
.pro-tip,
.mistake-box,
.download-box,
.mobile-guide,
.share-guide,
.cta-panel,
.sample-box {
    border-radius: 8px;
    margin: 1.1rem 0;
    padding: 1.1rem 1.25rem;
}

.lead-box {
    background: #fff7fa;
    border-left: 4px solid #c2185b;
}

.expert-note {
    background: #f1f8ff;
    border-left: 4px solid #0f6fed;
}

.pro-tip {
    background: #f7fff4;
    border-left: 4px solid #2f8f2f;
}

.mistake-box {
    background: #fff5f5;
    border-left: 4px solid #dc2626;
}

.download-box {
    background: #fff8ed;
    border-left: 4px solid #f59e0b;
}

.mobile-guide {
    background: #f4f7ff;
    border-left: 4px solid #4f46e5;
}

.share-guide {
    background: #eefcf6;
    border-left: 4px solid #128c7e;
}

.table-wrap {
    border: 1px solid #e6e1e4;
    border-radius: 8px;
    margin: 1.2rem 0;
    overflow-x: auto;
}

.article-table {
    border-collapse: collapse;
    min-width: 760px;
    width: 100%;
}

.article-table th,
.article-table td {
    border-bottom: 1px solid #ece8ea;
    padding: .8rem .9rem;
    text-align: left;
    vertical-align: top;
}

.article-table th {
    background: #fff1f6;
    color: #8f1242;
    font-weight: 800;
}

.article-table tr:last-child td {
    border-bottom: 0;
}

.step-list {
    counter-reset: steps;
    display: grid;
    gap: .85rem;
    list-style: none;
    padding: 0;
}

.step-list li {
    background: #fbfbfc;
    border: 1px solid #ece8ea;
    border-radius: 8px;
    counter-increment: steps;
    display: grid;
    gap: .75rem;
    grid-template-columns: 2.25rem 1fr;
    padding: 1rem;
}

.step-list li::before {
    align-items: center;
    background: #c2185b;
    border-radius: 999px;
    color: #fff;
    content: counter(steps);
    display: inline-flex;
    font-weight: 800;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.checklist {
    background: #fbfbfc;
    border: 1px solid #ece8ea;
    border-radius: 8px;
    display: grid;
    gap: .35rem;
    list-style: none;
    padding: 1rem;
}

.checklist li {
    padding-left: 1.55rem;
    position: relative;
}

.checklist li::before {
    color: #15803d;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}

.faq-item {
    border-bottom: 1px solid #ece8ea;
    padding: 1rem 0;
}

.faq-item:last-child {
    border-bottom: 0;
}

.cta-panel {
    background: linear-gradient(135deg, #c2185b, #9f1239);
    color: #fff;
    text-align: center;
}

.cta-panel h2,
.cta-panel h3,
.cta-panel p {
    border: 0;
    color: #fff;
}

.cta-panel .primary-btn {
    margin-top: .25rem;
}

.related-grid,
.image-grid,
.keyword-grid {
    display: grid;
    gap: .85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.related-card,
.image-card,
.sidebar-card {
    background: #fbfbfc;
    border: 1px solid #ece8ea;
    border-radius: 8px;
    padding: 1rem;
}

.related-card h3,
.image-card h3 {
    margin-top: 0;
}

.sidebar-stack {
    display: grid;
    gap: 1rem;
}

.sidebar-card {
    background: #fff;
}

.sidebar-cta {
    background: linear-gradient(135deg, #c2185b, #9f1239);
    color: #fff;
    text-align: center;
}

.sidebar-cta h2,
.sidebar-cta p {
    color: #fff;
}

.keyword-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.keyword-grid span {
    background: #fff7fa;
    border: 1px solid #f5d4e0;
    border-radius: 999px;
    color: #8f1242;
    font-size: .86rem;
    padding: .42rem .65rem;
}

.site-footer {
    background: #28313f;
    color: #fff;
    padding: 2rem 0;
}

.site-footer a {
    color: rgba(255, 255, 255, .84);
    text-decoration: none;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer li {
    margin-bottom: .45rem;
}

@media (max-width: 991px) {
    .hero-grid,
    .content-layout {
        grid-template-columns: 1fr;
    }

    .toc {
        max-height: none;
        position: static;
    }
}

@media (max-width: 640px) {
    .article-hero {
        padding: 2.5rem 0 1.75rem;
    }

    .hero-actions,
    .primary-btn,
    .secondary-btn,
    .whatsapp-btn {
        width: 100%;
    }

    .primary-btn,
    .secondary-btn,
    .whatsapp-btn {
        justify-content: center;
    }

    .related-grid,
    .image-grid,
    .keyword-grid {
        grid-template-columns: 1fr;
    }

    .step-list li {
        grid-template-columns: 1fr;
    }
}
