/* =====================================================
   Margaret Beauty Care – Blog Stylesheet
   /blog/blog.css
   Matches main site: Playfair Display + Lato
   Palette: purple #7b2d8e, gold #e8940a, dark #2d1b3e
   ===================================================== */

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.blog-page {
    font-family: 'Lato', sans-serif;
    color: #333;
    background: #faf8ff;
    line-height: 1.65;
}

/* ── Blog Header ── */
header#main-header.blog-header {
    position: sticky !important;
    top: 0;
    z-index: 1000;
    background: rgba(45, 27, 62, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 64px;
    gap: 16px;
    /* Override style.css absolute children */
    left: auto !important;
    width: auto !important;
    pointer-events: auto !important;
}

/* Override style.css position:absolute on child elements */
header#main-header.blog-header .top-utility {
    position: static !important;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    margin-left: auto;
    text-shadow: none !important;
}

header#main-header.blog-header .brand-overlay {
    position: static !important;
    display: flex;
    align-items: center;
}

.blog-header .hotline {
    color: #f0a830;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: opacity .2s;
    min-height: auto !important;
    padding: 0 !important;
}
.blog-header .hotline:hover { opacity: .8; }

.blog-header .lang-switcher { display: flex; gap: 10px; }
.blog-header .lang-link {
    color: rgba(255,255,255,.6);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color .2s;
    min-width: auto !important;
    min-height: auto !important;
}
.blog-header .lang-link.active,
.blog-header .lang-link:hover { color: #fff; }

.blog-header .brand-overlay a {
    display: flex;
    align-items: center;
}
.blog-header .brand-overlay img {
    height: 40px;
    width: auto;
    object-fit: contain;
    filter: none !important;
}

/* ── Breadcrumb ── */
.blog-breadcrumb {
    background: #f3edf8;
    border-bottom: 1px solid rgba(123,45,142,.1);
    padding: 10px 0;
    font-size: 13px;
}
.blog-breadcrumb-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}
.breadcrumb-list {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}
.breadcrumb-item a {
    color: #7b2d8e;
    text-decoration: none;
    font-weight: 500;
    transition: color .2s;
}
.breadcrumb-item a:hover { color: #5a1d6a; text-decoration: underline; }
.breadcrumb-sep { color: #bbb; margin: 0 4px; font-size: 14px; }
.breadcrumb-current { color: #555; font-weight: 400; }

/* ── Blog Hero ── */
.blog-hero {
    background: linear-gradient(135deg, #2d1b3e 0%, #4a1060 50%, #7b2d8e 100%);
    padding: 72px 24px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.blog-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    pointer-events: none;
}
.blog-hero-inner { position: relative; max-width: 760px; margin: 0 auto; }

.blog-section-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f0a830;
    margin-bottom: 16px;
    background: rgba(240,168,48,.12);
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid rgba(240,168,48,.25);
}
.blog-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 16px;
}
.blog-hero-subtitle {
    font-size: 17px;
    color: rgba(255,255,255,.75);
    font-weight: 300;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ── Main & Container ── */
.blog-main {
    padding: 60px 0 80px;
}
.blog-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Category Filter ── */
.blog-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 44px;
}
.blog-filter-btn {
    padding: 9px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    border: 2px solid rgba(123,45,142,.2);
    color: #7b2d8e;
    background: #fff;
    transition: all .22s ease;
}
.blog-filter-btn:hover,
.blog-filter-btn.active {
    background: #7b2d8e;
    color: #fff;
    border-color: #7b2d8e;
    box-shadow: 0 4px 14px rgba(123,45,142,.3);
    transform: translateY(-1px);
}

/* ── Blog Grid ── */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 32px;
}

/* ── Blog Card ── */
.blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(45,27,62,.07);
    border: 1px solid rgba(123,45,142,.06);
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}
.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(45,27,62,.14);
}

.blog-card-img-link { display: block; text-decoration: none; }
.blog-card-img-wrap {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: linear-gradient(135deg, #f3edf8, #e8d5f0);
}
.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.blog-card:hover .blog-card-img { transform: scale(1.05); }

.blog-card-category {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #7b2d8e;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
    pointer-events: none;
}

.blog-card-body {
    padding: 24px 26px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12.5px;
    color: #999;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.blog-card-reading { color: #bbb; }

.blog-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #2d1b3e;
    line-height: 1.3;
    margin-bottom: 12px;
}
.blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s;
}
.blog-card-title a:hover { color: #7b2d8e; }

.blog-card-excerpt {
    font-size: 14.5px;
    color: #666;
    line-height: 1.65;
    flex: 1;
    margin-bottom: 20px;
}

.blog-card-cta {
    display: inline-block;
    font-size: 13.5px;
    font-weight: 700;
    color: #7b2d8e;
    text-decoration: none;
    letter-spacing: .3px;
    transition: color .2s, gap .2s;
}
.blog-card-cta:hover { color: #5a1d6a; }

/* ── Blog Empty ── */
.blog-empty {
    padding: 60px;
    text-align: center;
    font-size: 16px;
    color: #888;
}
.blog-empty a { color: #7b2d8e; }

/* ── CTA Section ── */
.blog-cta-section {
    background: linear-gradient(135deg, #2d1b3e, #7b2d8e);
    padding: 64px 24px;
    text-align: center;
}
.blog-cta-inner { max-width: 600px; margin: 0 auto; }
.blog-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}
.blog-cta-sub { color: rgba(255,255,255,.75); font-size: 16px; margin-bottom: 28px; }
.blog-cta-btn {
    display: inline-block;
    padding: 15px 42px;
    background: linear-gradient(135deg, #e8940a, #f0a830);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .8px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(232,148,10,.35);
    transition: all .25s ease;
}
.blog-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(232,148,10,.45);
}

/* ── Footer ── */
.blog-footer {
    background: #1a0e2e;
    color: rgba(255,255,255,.5);
    text-align: center;
    padding: 28px 24px;
    font-size: 13px;
    line-height: 1.8;
}
.blog-footer a { color: rgba(255,255,255,.7); text-decoration: none; }
.blog-footer a:hover { color: #fff; }
.blog-footer-legal { font-size: 11px; margin-top: 4px; opacity: .6; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   ARTICLE PAGE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.blog-article-main { padding: 48px 0 80px; }
.blog-article-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Article Header */
.blog-article-header { max-width: 780px; margin-bottom: 32px; }

.blog-article-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7b2d8e;
    text-decoration: none;
    margin-bottom: 14px;
    padding: 5px 14px;
    background: rgba(123,45,142,.08);
    border-radius: 20px;
    border: 1px solid rgba(123,45,142,.15);
    transition: background .2s;
}
.blog-article-category:hover { background: rgba(123,45,142,.15); }

.blog-article-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 700;
    color: #2d1b3e;
    line-height: 1.2;
    margin-bottom: 18px;
}

.blog-article-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: #888;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.blog-article-sep { color: #ccc; }
.blog-article-date,
.blog-article-reading,
.blog-article-author { white-space: nowrap; }

.blog-article-lead {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    font-weight: 300;
    border-left: 4px solid #7b2d8e;
    padding-left: 18px;
    margin-top: 10px;
}

/* Hero Image */
.blog-article-hero-img {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 48px;
    aspect-ratio: 16/6;
    background: linear-gradient(135deg, #f3edf8, #e8d5f0);
}
.blog-article-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Two-column layout */
.blog-article-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
}

/* Article Content */
.blog-article-content {
    min-width: 0;
    font-size: 16.5px;
    line-height: 1.8;
    color: #333;
}
.blog-article-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    color: #2d1b3e;
    margin: 40px 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(123,45,142,.12);
}
.blog-article-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    color: #2d1b3e;
    margin: 30px 0 12px;
}
.blog-article-content p { margin-bottom: 18px; }
.blog-article-content ul,
.blog-article-content ol {
    padding-left: 22px;
    margin-bottom: 20px;
}
.blog-article-content li { margin-bottom: 8px; }
.blog-article-content a {
    color: #7b2d8e;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .2s;
}
.blog-article-content a:hover { color: #5a1d6a; }
.blog-article-content strong { color: #2d1b3e; font-weight: 700; }
.blog-article-content blockquote {
    border-left: 4px solid #e8940a;
    padding: 14px 20px;
    margin: 24px 0;
    background: #fffbf3;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #555;
}

/* Sidebar */
.blog-article-sidebar { position: sticky; top: 80px; }

.blog-sidebar-cta {
    background: linear-gradient(135deg, #2d1b3e, #4a1060);
    border-radius: 18px;
    padding: 28px 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
    box-shadow: 0 8px 30px rgba(45,27,62,.25);
}
.blog-sidebar-cta-icon { font-size: 32px; margin-bottom: 12px; }
.blog-sidebar-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.blog-sidebar-cta-text {
    font-size: 14px;
    color: rgba(255,255,255,.75);
    margin-bottom: 20px;
    line-height: 1.6;
}
.blog-sidebar-cta-btn {
    display: inline-block;
    width: 100%;
    padding: 13px 20px;
    background: linear-gradient(135deg, #e8940a, #f0a830);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    text-decoration: none;
    transition: all .25s;
    box-shadow: 0 4px 14px rgba(232,148,10,.35);
}
.blog-sidebar-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(232,148,10,.45); }
.blog-sidebar-cta-phone {
    font-size: 13px;
    color: rgba(255,255,255,.55);
    margin-top: 12px;
}
.blog-sidebar-cta-phone a { color: rgba(255,255,255,.8); }

.blog-sidebar-contact {
    background: #fff;
    border-radius: 16px;
    padding: 22px 20px;
    border: 1px solid rgba(123,45,142,.1);
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.8;
}
.blog-sidebar-contact h3 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #2d1b3e;
    margin-bottom: 12px;
    font-weight: 700;
}
.blog-sidebar-contact p { color: #555; }
.blog-sidebar-contact a { color: #7b2d8e; text-decoration: none; }
.blog-sidebar-contact a:hover { text-decoration: underline; }

.blog-sidebar-related {
    background: #fff;
    border-radius: 16px;
    padding: 22px 20px;
    border: 1px solid rgba(123,45,142,.1);
}
.blog-sidebar-related-title {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #2d1b3e;
    margin-bottom: 14px;
    font-weight: 700;
}
.blog-sidebar-related-list { list-style: none; }
.blog-sidebar-related-list li {
    border-bottom: 1px solid #f0ecf5;
    padding: 10px 0;
}
.blog-sidebar-related-list li:last-child { border-bottom: none; padding-bottom: 0; }
.blog-sidebar-related-list a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    transition: color .2s;
    display: block;
}
.blog-sidebar-related-list a:hover { color: #7b2d8e; }

/* Article Footer Bar */
.blog-article-footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 56px;
    padding-top: 24px;
    border-top: 1px solid rgba(123,45,142,.12);
}
.blog-back-link {
    color: #7b2d8e;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: color .2s;
}
.blog-back-link:hover { color: #5a1d6a; }

.blog-share {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: #aaa;
}
.blog-share-btn {
    display: inline-block;
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
}
.blog-share-fb { background: #1877f2; color: #fff; }
.blog-share-fb:hover { background: #1464d8; }
.blog-share-wa { background: #25d366; color: #fff; }
.blog-share-wa:hover { background: #1dba58; }

/* ── 404 Page ── */
.blog-404-main {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 24px;
}
.blog-404-inner { text-align: center; max-width: 480px; }
.blog-404-emoji { font-size: 64px; margin-bottom: 20px; }
.blog-404-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #2d1b3e;
    font-weight: 700;
    margin-bottom: 14px;
}
.blog-404-text { font-size: 16px; color: #666; margin-bottom: 32px; line-height: 1.7; }
.blog-404-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.blog-404-btn-primary {
    padding: 13px 30px;
    background: #7b2d8e;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all .2s;
}
.blog-404-btn-primary:hover { background: #5a1d6a; transform: translateY(-2px); }
.blog-404-btn-secondary {
    padding: 13px 30px;
    border: 2px solid #7b2d8e;
    color: #7b2d8e;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all .2s;
}
.blog-404-btn-secondary:hover { background: rgba(123,45,142,.07); }

/* ── Pagination ── */
.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 52px;
    flex-wrap: wrap;
}
.blog-page-btn {
    padding: 10px 22px;
    border-radius: 50px;
    background: #7b2d8e;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all .22s ease;
    box-shadow: 0 4px 14px rgba(123,45,142,.25);
}
.blog-page-btn:hover {
    background: #5a1d6a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(123,45,142,.35);
}
.blog-page-numbers { display: flex; gap: 6px; }
.blog-page-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #7b2d8e;
    text-decoration: none;
    border: 2px solid rgba(123,45,142,.2);
    transition: all .2s;
}
.blog-page-num:hover,
.blog-page-num.active {
    background: #7b2d8e;
    color: #fff;
    border-color: #7b2d8e;
}

/* ── FAQ Section ── */
.blog-faq-section {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 2px solid rgba(123,45,142,.12);
}
.blog-faq-title {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #1a0a2e;
    margin-bottom: 28px;
}
.blog-faq-list { display: flex; flex-direction: column; gap: 20px; }
.blog-faq-item {
    background: #faf8fc;
    border-left: 4px solid #7b2d8e;
    border-radius: 0 12px 12px 0;
    padding: 20px 24px;
    transition: background .2s;
}
.blog-faq-item:hover { background: #f3eef8; }
.blog-faq-question {
    font-size: 16px;
    font-weight: 700;
    color: #3d1a5e;
    margin: 0 0 8px;
    line-height: 1.4;
}
.blog-faq-answer {
    font-size: 15px;
    color: #4a4a5a;
    line-height: 1.7;
    margin: 0;
}

/* ── Category Service Banner ── */
.blog-category-service-banner {
    margin: 52px 0 32px;
    background: linear-gradient(135deg, #7b2d8e 0%, #3d1a5e 100%);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    color: #fff;
}
.blog-category-service-banner h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin: 8px 0 24px;
    color: #fff;
}
.blog-category-service-banner p {
    font-size: 14px;
    opacity: .8;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.blog-category-service-banner .blog-cta-btn { margin: 8px; }
.blog-cta-btn-secondary {
    background: rgba(255,255,255,.12);
    border: 2px solid rgba(255,255,255,.4);
    color: #fff;
}
.blog-cta-btn-secondary:hover { background: rgba(255,255,255,.22); }

/* ── Category Intro ── */
.blog-category-intro {
    max-width: 760px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #3a3a4a;
}
.blog-category-intro p { margin-bottom: 16px; }
.blog-category-intro strong { color: #3d1a5e; }
.blog-category-service-cta { margin-top: 24px; }
.blog-inline-cta {
    color: #7b2d8e;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .2s;
}
.blog-inline-cta:hover { color: #3d1a5e; }
.blog-category-count {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-bottom: 32px;
}

/* ── Sidebar Category CTA ── */
.blog-sidebar-cat-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}
.blog-sidebar-cat-btn {
    display: block;
    text-align: center;
    width: 100%;
    background: linear-gradient(135deg, #7b2d8e, #3d1a5e);
    color: #fff !important;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
}
.blog-sidebar-cat-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(123,45,142,.35); }
.blog-sidebar-cat-link {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #7b2d8e;
    text-decoration: none;
    font-weight: 600;
    transition: color .2s;
}
.blog-sidebar-cat-link:hover { color: #3d1a5e; }

/* ── In-article Category CTA ── */
.blog-article-cat-cta {
    margin-top: 32px;
    padding: 20px 24px;
    background: #f3eef8;
    border-radius: 12px;
    border-left: 4px solid #e8940a;
}
.blog-article-cat-cta p { margin: 0; font-size: 16px; }

/* ── Content Hub Category Cards ── */
.blog-hub-categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    margin: 40px 0 56px;
}
.blog-cat-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    text-decoration: none;
    border: 2px solid rgba(123,45,142,.1);
    transition: all .25s ease;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.blog-cat-card:hover {
    border-color: #7b2d8e;
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(123,45,142,.18);
}
.blog-cat-icon { font-size: 32px; line-height: 1; }
.blog-cat-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a0a2e;
    line-height: 1.3;
}
.blog-cat-desc { font-size: 13px; color: #666; line-height: 1.5; }
.blog-cat-link {
    font-size: 13px;
    color: #7b2d8e;
    font-weight: 600;
    margin-top: auto;
}

/* ── Content Hub Sections ── */
.blog-hub-intro {
    max-width: 760px;
    margin: 0 auto 48px;
    font-size: 16px;
    line-height: 1.8;
    color: #3a3a4a;
}
.blog-hub-intro p { margin-bottom: 16px; }
.blog-hub-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #1a0a2e;
    margin-bottom: 28px;
    text-align: center;
}
.blog-hub-section-title span {
    display: block;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #7b2d8e;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 6px;
}

/* ── Service Links Grid ── */
.blog-service-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
    margin: 24px 0 48px;
}
.blog-service-link {
    display: block;
    padding: 14px 18px;
    background: #f8f5fc;
    border-radius: 10px;
    text-decoration: none;
    color: #3d1a5e;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(123,45,142,.15);
    transition: all .2s;
    text-align: center;
}
.blog-service-link:hover {
    background: #7b2d8e;
    color: #fff;
    border-color: #7b2d8e;
}


/* ── Responsive ── */
@media (max-width: 900px) {
    .blog-article-layout {
        grid-template-columns: 1fr;
    }
    .blog-article-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .blog-sidebar-cta { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .blog-hero { padding: 52px 20px 44px; }
    .blog-grid { grid-template-columns: 1fr; }
    .blog-article-sidebar { grid-template-columns: 1fr; }
    .blog-article-footer-bar { flex-direction: column; align-items: flex-start; }
    .blog-header { padding: 0 16px; }
    .blog-article-lead { font-size: 16px; }
}

@media (max-width: 400px) {
    .blog-header .top-utility { gap: 12px; }
    .blog-header .hotline { font-size: 12px; }
}

/* ============================================================
   CRO SYSTEM v1 – CTA + TRUST + STICKY + TRACKING
   ============================================================ */

/* ── Top CTA Bar ───────────────────────────────────────────── */
.blog-top-cta-bar {
    background: linear-gradient(90deg, #1a0a2e 0%, #3d1560 100%);
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-top-cta-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
    width: 100%;
}
.blog-top-cta-urgency {
    color: #e0c97f;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.blog-top-cta-btn {
    background: #c9a227;
    color: #1a0a2e;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 22px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.15s;
    letter-spacing: 0.2px;
}
.blog-top-cta-btn:hover {
    background: #e8b82a;
    transform: translateY(-1px);
}

/* ── Gold Button Variant ───────────────────────────────────── */
.blog-cta-btn-gold {
    background: linear-gradient(135deg, #c9a227 0%, #e8b82a 100%) !important;
    color: #1a0a2e !important;
    font-weight: 700;
    border: none;
    box-shadow: 0 4px 20px rgba(201,162,39,0.35);
    font-size: 16px;
    padding: 16px 36px;
    border-radius: 50px;
    letter-spacing: 0.2px;
    transition: all 0.2s;
}
.blog-cta-btn-gold:hover {
    background: linear-gradient(135deg, #e8b82a 0%, #f5c842 100%) !important;
    box-shadow: 0 6px 28px rgba(201,162,39,0.5);
    transform: translateY(-2px);
    color: #1a0a2e !important;
}

/* ── WhatsApp Button ───────────────────────────────────────── */
.blog-cta-btn-wa {
    background: #25D366 !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    transition: all 0.2s;
    box-shadow: 0 4px 14px rgba(37,211,102,0.3);
}
.blog-cta-btn-wa:hover {
    background: #1fb855 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37,211,102,0.45);
}

/* ── Mid-Content CTA ────────────────────────────────────────── */
.blog-mid-cta {
    background: linear-gradient(135deg, #f8f4ff 0%, #fff9ec 100%);
    border: 1.5px solid #e0c97f;
    border-radius: 16px;
    padding: 28px 32px;
    margin: 36px 0;
    text-align: center;
    box-shadow: 0 4px 20px rgba(123,45,142,0.08);
}
.blog-mid-cta-label {
    font-size: 13px;
    color: #7b2d8e;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 14px;
}
.blog-mid-cta-phone {
    display: block;
    margin-top: 12px;
    font-size: 13px;
    color: #666;
}
.blog-mid-cta-phone a {
    color: #7b2d8e;
    font-weight: 600;
    text-decoration: none;
}
.blog-mid-cta-phone a:hover { text-decoration: underline; }

/* ── Trust Block ───────────────────────────────────────────── */
.blog-trust-block {
    background: #fff;
    border: 1px solid #e8e0f0;
    border-radius: 16px;
    padding: 32px 36px;
    margin: 36px 0 24px;
    box-shadow: 0 2px 16px rgba(123,45,142,0.07);
}
.blog-trust-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #1a0a2e;
    margin: 0 0 18px;
}
.blog-trust-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.blog-trust-list li {
    font-size: 15px;
    color: #444;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}
.blog-trust-check {
    color: #7b2d8e;
    font-weight: 800;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}
.blog-trust-cta-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}
.blog-trust-cta-btn {
    flex: 1;
    min-width: 220px;
    text-align: center;
}

/* ── Bottom CTA Premium Banner ─────────────────────────────── */
.blog-cta-section-premium {
    background: linear-gradient(135deg, #1a0a2e 0%, #3d1560 60%, #1a0a2e 100%);
    padding: 60px 24px;
    position: relative;
    overflow: hidden;
}
.blog-cta-section-premium::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(201,162,39,0.12) 0%, transparent 70%);
    pointer-events: none;
}
.blog-cta-urgency-badge {
    display: inline-block;
    background: rgba(201,162,39,0.15);
    color: #e0c97f;
    border: 1px solid rgba(201,162,39,0.4);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 50px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.blog-cta-section-premium .blog-cta-title {
    color: #fff;
    font-size: clamp(22px, 4vw, 32px);
    margin-bottom: 12px;
}
.blog-cta-section-premium .blog-cta-sub {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
}
.blog-cta-btn-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px 0 16px;
    align-items: center;
}
.blog-cta-contact {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin: 0;
}
.blog-cta-contact a {
    color: #e0c97f;
    text-decoration: none;
    font-weight: 600;
}
.blog-cta-contact a:hover { text-decoration: underline; }

/* ── Sticky Floating Button ─────────────────────────────────── */
.blog-sticky-btn {
    position: fixed;
    bottom: 28px;
    right: 24px;
    z-index: 9999;
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
}
.blog-sticky-btn.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.blog-sticky-btn a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #c9a227 0%, #e8b82a 100%);
    color: #1a0a2e;
    font-weight: 800;
    font-size: 14px;
    padding: 14px 26px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 28px rgba(201,162,39,0.5);
    white-space: nowrap;
    letter-spacing: 0.2px;
    transition: all 0.2s;
}
.blog-sticky-btn a:hover {
    background: linear-gradient(135deg, #e8b82a 0%, #f5c842 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 36px rgba(201,162,39,0.6);
}

/* ── Responsive CRO ─────────────────────────────────────────── */
@media (max-width: 640px) {
    .blog-top-cta-inner { gap: 10px; }
    .blog-top-cta-urgency { font-size: 12px; }
    .blog-top-cta-btn { font-size: 12px; padding: 7px 16px; }
    .blog-mid-cta { padding: 22px 20px; }
    .blog-trust-block { padding: 24px 20px; }
    .blog-trust-cta-row { flex-direction: column; }
    .blog-trust-cta-btn { min-width: unset; width: 100%; }
    .blog-cta-btn-gold { font-size: 15px; padding: 14px 28px; }
    .blog-cta-btn-wa { font-size: 14px; padding: 12px 22px; }
    .blog-cta-btn-row { flex-direction: column; align-items: stretch; }
    .blog-cta-btn-row .blog-cta-btn { text-align: center; }
    .blog-sticky-btn { bottom: 16px; right: 16px; }
    .blog-sticky-btn a { font-size: 13px; padding: 12px 20px; }
}

/* ── Author Bio (E-E-A-T) ──────────────────────────────────── */
.blog-author-bio {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #faf8fc;
    border: 1px solid rgba(123,45,142,.1);
    border-radius: 16px;
    padding: 24px;
    margin-top: 40px;
}
.blog-author-avatar img {
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(123,45,142,.2);
}
.blog-author-info {
    flex: 1;
}
.blog-author-name {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #2d1b3e;
    margin: 0 0 8px;
}
.blog-author-desc {
    font-size: 14px;
    color: #555;
    margin: 0 0 12px;
    line-height: 1.5;
}
.blog-author-link {
    font-size: 13px;
    color: #7b2d8e;
    font-weight: 600;
    text-decoration: none;
}
.blog-author-link:hover {
    text-decoration: underline;
}
@media (max-width: 640px) {
    .blog-author-bio {
        flex-direction: column;
        text-align: center;
    }
}
