/* ══════════════════════════════════════════════════════════════
   SAFI BUSINESS — Premium Knowledge Hub (Blog)
   ══════════════════════════════════════════════════════════════ */

.blog-page .nav-logo,
.blog-post-page .nav-logo { height: 60px; }
.blog-page .navbar.scrolled .nav-logo,
.blog-post-page .navbar.scrolled .nav-logo { height: 50px; }
.blog-page .navbar,
.blog-post-page .navbar { padding: 0.55rem 1.4rem; }
.blog-page .nav-links a.active,
.blog-post-page .nav-links a.active {
    background: rgba(200,164,93,0.14);
    border: 1px solid rgba(200,164,93,0.28);
    box-shadow: 0 2px 12px rgba(200,164,93,0.15);
}
.blog-page footer,
.blog-post-page footer { padding-bottom: 5.5rem; }
.blog-page .whatsapp-float,
.blog-post-page .whatsapp-float { bottom: 5.5rem; }

/* ── Split Hero ────────────────────────────────────────────── */
.blog-hero {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: auto;
    padding: 6rem 0 0;
    overflow: hidden;
    background: linear-gradient(145deg, #0A1628 0%, #0f1f3a 45%, #132744 100%);
}
.blog-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../VE/of.jpeg') center 30% / cover no-repeat;
    opacity: 0.35;
    z-index: 0;
    will-change: transform;
}
.blog-hero-skyline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'%3E%3Cpath fill='%230A1628' fill-opacity='0.5' d='M0,120V105h12v-20h8v20h18v-35h6v-18h5v18h6v35h22v-48h5v-14h4v14h5v48h20v-32h8v32h24v-78h4v-28h6v-45h4v45h6v28h4v78h24v-40h8v40h26v-58h5v-16h4v16h5v58h32v-26h8v26h42v-68h4v-18h3v18h4v68h65V120z'/%3E%3C/svg%3E") center bottom/cover no-repeat;
    z-index: 1;
    pointer-events: none;
}
.blog-hero-pattern {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='72' height='72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 4 L40 16 L36 28 L32 16 Z M4 36 L16 32 L28 36 L16 40 Z M36 44 L40 56 L36 68 L32 56 Z M44 36 L56 32 L68 36 L56 40 Z' fill='rgba(200,164,93,0.03)'/%3E%3C/svg%3E") repeat;
    z-index: 1;
    pointer-events: none;
}
.blog-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(118deg, rgba(10,22,40,0.88) 0%, rgba(10,22,40,0.62) 45%, rgba(15,31,58,0.72) 100%);
    z-index: 2;
}
.blog-hero-glow {
    position: absolute;
    bottom: -8%;
    right: -4%;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200,164,93,0.18) 0%, transparent 68%);
    z-index: 2;
    pointer-events: none;
    animation: blogGlowPulse 8s ease-in-out infinite;
}
@keyframes blogGlowPulse {
    0%, 100% { opacity: 0.65; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
}
.blog-hero .particles-container,
.blog-hero .blog-doc-floats { z-index: 3; pointer-events: none; }
.blog-hero > .container {
    position: relative;
    z-index: 4;
    width: 100%;
    padding-top: clamp(1rem, 3vh, 2rem);
    padding-bottom: clamp(1rem, 2vh, 1.5rem);
}
.blog-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
}
.blog-hero-content { max-width: 600px; }
.blog-hero-content .hero-badge { margin-bottom: 1rem; }
.blog-hero-content h1 {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 1rem;
}
.blog-hero-content .hero-subtitle {
    font-size: clamp(1rem, 1.6vw, 1.12rem);
    color: rgba(255,255,255,0.82);
    line-height: 1.65;
    margin-bottom: 1.5rem;
    max-width: 560px;
}
.blog-hero-content .hero-btns { margin-bottom: 0; }

.blog-doc-floats { position: absolute; inset: 0; overflow: hidden; }
.blog-doc-float {
    position: absolute;
    color: rgba(200,164,93,0.16);
    font-size: 1rem;
    animation: blogDocFloat linear infinite;
}
@keyframes blogDocFloat {
    0% { transform: translateY(105vh) rotate(0deg); opacity: 0; }
    8% { opacity: 0.5; }
    92% { opacity: 0.5; }
    100% { transform: translateY(-8vh) rotate(150deg); opacity: 0; }
}

/* Blog dashboard */
.blog-dashboard { position: relative; animation: fadeUp 1s ease-out 0.25s both; }
.blog-dash-glow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 300px; height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200,164,93,0.1) 0%, transparent 65%);
    z-index: 0;
    animation: hubPulse 5s ease-in-out infinite;
}
.blog-dash-cluster { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 0.7rem; }
.blog-dash-card {
    display: flex; align-items: center; gap: 0.85rem;
    padding: 0.9rem 1.1rem;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-lg);
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
    animation: cardFloat 7s ease-in-out infinite;
}
.blog-dash-card:nth-child(1) { margin-left: 0; }
.blog-dash-card:nth-child(2) { margin-left: 1.2rem; animation-delay: 0.5s; }
.blog-dash-card:nth-child(3) { margin-left: 0.3rem; animation-delay: 1s; }
.blog-dash-card:nth-child(4) { margin-left: 1.5rem; animation-delay: 1.5s; }
.blog-dash-card:nth-child(5) { margin-left: 0.8rem; animation-delay: 2s; }
.blog-dash-card:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: rgba(200,164,93,0.35);
    background: rgba(255,255,255,0.09);
}
.blog-dash-icon {
    width: 40px; height: 40px; min-width: 40px;
    border-radius: var(--radius-sm);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.95rem;
    background: rgba(200,164,93,0.14);
    color: var(--gold);
}
.blog-dash-icon.wa { background: rgba(37,211,102,0.15); color: var(--whatsapp); }
.blog-dash-body { flex: 1; min-width: 0; }
.blog-dash-body strong { display: block; font-size: 0.82rem; font-weight: 700; margin-bottom: 0.12rem; }
.blog-dash-body span { font-size: 0.74rem; color: rgba(255,255,255,0.58); line-height: 1.35; }
.blog-dash-search {
    display: flex; align-items: center; gap: 0.5rem;
    margin-top: 0.35rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 30px;
    padding: 0.45rem 0.85rem;
}
.blog-dash-search i { color: var(--gold); font-size: 0.75rem; }
.blog-dash-search input {
    background: none; border: none; outline: none;
    color: var(--white); font-size: 0.72rem; width: 100%;
    font-family: inherit;
}
.blog-dash-search input::placeholder { color: rgba(255,255,255,0.45); }
.blog-topic-pills { display: flex; flex-wrap: wrap; gap: 0.3rem; margin-top: 0.3rem; }
.blog-topic-pill {
    font-size: 0.65rem; font-weight: 600;
    padding: 0.22rem 0.5rem; border-radius: 20px;
    background: rgba(200,164,93,0.12);
    color: var(--gold);
    border: 1px solid rgba(200,164,93,0.22);
}

/* ── Search & Filters ──────────────────────────────────────── */
.blog-toolbar {
    background: linear-gradient(180deg, var(--navy-mid) 0%, var(--sand) 8%, var(--sand) 100%);
    padding: 1.25rem 0 2rem;
    position: relative;
    z-index: 5;
}
.blog-search-wrap {
    position: relative;
    max-width: 720px;
    margin: 0 auto 1.25rem;
}
.blog-search-wrap i {
    position: absolute;
    left: 1.15rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold);
    font-size: 0.95rem;
}
.blog-search-input {
    width: 100%;
    padding: 0.95rem 1.15rem 0.95rem 3rem;
    border: 1px solid rgba(200,164,93,0.2);
    border-radius: 50px;
    background: var(--white);
    font-size: 0.92rem;
    font-family: inherit;
    box-shadow: 0 4px 20px rgba(10,22,40,0.06);
    transition: var(--transition);
}
.blog-search-input:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(200,164,93,0.15);
}
.blog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}
.blog-filter-btn {
    padding: 0.55rem 1.1rem;
    border-radius: 50px;
    background: var(--white);
    border: 1.5px solid rgba(200,164,93,0.18);
    color: var(--text);
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
    transition: var(--transition);
    font-family: inherit;
    text-decoration: none;
}
.blog-filter-btn:hover,
.blog-filter-btn.active {
    background: var(--gradient-gold);
    color: var(--navy);
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
}

/* ── Main Layout ─────────────────────────────────────────────── */
.blog-main-section { background: var(--sand); padding: 0 0 clamp(3rem, 6vw, 5rem); }
.blog-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2rem;
    align-items: start;
}
.blog-content-col { min-width: 0; }

/* Sample notice */
.blog-sample-notice {
    background: linear-gradient(135deg, rgba(200,164,93,0.12), rgba(255,255,255,0.9));
    border: 1px solid rgba(200,164,93,0.25);
    border-radius: var(--radius-xl);
    padding: 1.5rem 1.75rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    flex-wrap: wrap;
}
.blog-sample-notice-icon {
    width: 52px; height: 52px; min-width: 52px;
    border-radius: 50%;
    background: rgba(200,164,93,0.15);
    color: var(--gold-dark);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
}
.blog-sample-notice h3 { font-size: 1.1rem; color: var(--navy); margin-bottom: 0.35rem; }
.blog-sample-notice p { font-size: 0.88rem; color: var(--text-light); line-height: 1.55; margin-bottom: 0.75rem; }
.blog-sample-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--gold-dark);
    background: rgba(200,164,93,0.15);
    padding: 0.25rem 0.6rem;
    border-radius: 20px;
    margin-bottom: 0.5rem;
}

/* Featured article */
.blog-featured {
    background: var(--white);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(200,164,93,0.15);
    box-shadow: 0 8px 40px rgba(10,22,40,0.1);
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    transition: var(--transition);
    position: relative;
}
.blog-featured::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--gradient-gold);
    z-index: 1;
}
.blog-featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(10,22,40,0.14);
}
.blog-featured-visual {
    min-height: 280px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.blog-featured-visual i {
    font-size: 4rem;
    color: var(--gold);
    opacity: 0.35;
    z-index: 1;
}
.blog-featured-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}
.blog-featured-body { padding: 2rem 1.75rem; display: flex; flex-direction: column; justify-content: center; }
.blog-featured-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 0.65rem;
}
.blog-featured-body h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    color: var(--navy);
    margin-bottom: 0.75rem;
    line-height: 1.25;
}
.blog-featured-body h2 a { color: inherit; transition: var(--transition); }
.blog-featured-body h2 a:hover { color: var(--gold-dark); }
.blog-featured-body p {
    font-size: 0.92rem;
    color: var(--text-light);
    line-height: 1.65;
    margin-bottom: 1.25rem;
}
.blog-featured-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.8rem;
    color: var(--text-light);
    margin-bottom: 1.25rem;
}
.blog-featured-meta i { color: var(--gold); margin-right: 0.3rem; }

/* Blog grid cards */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}
.blog-card {
    background: var(--white);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(200,164,93,0.12);
    box-shadow: 0 4px 24px rgba(10,22,40,0.06);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    position: relative;
}
.blog-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gradient-gold);
    opacity: 0;
    transition: var(--transition);
}
.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(10,22,40,0.12);
    border-color: rgba(200,164,93,0.3);
}
.blog-card:hover::before { opacity: 1; }
.blog-card-visual {
    height: 160px;
    background: linear-gradient(145deg, var(--navy-light), var(--navy-mid));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.blog-card-visual i { font-size: 2.2rem; color: var(--gold); opacity: 0.4; z-index: 1; }
.blog-card-visual img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.blog-card-body { padding: 1.35rem 1.35rem 1.25rem; flex-grow: 1; display: flex; flex-direction: column; }
.blog-cat-label {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--gold-dark);
    background: rgba(200,164,93,0.12);
    padding: 0.28rem 0.65rem;
    border-radius: 20px;
    margin-bottom: 0.65rem;
    align-self: flex-start;
}
.blog-card-body h3 {
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--navy);
    line-height: 1.35;
    margin-bottom: 0.5rem;
}
.blog-card-body h3 a { color: inherit; transition: var(--transition); }
.blog-card-body h3 a:hover { color: var(--gold-dark); }
.blog-card-excerpt {
    font-size: 0.84rem;
    color: var(--text-light);
    line-height: 1.55;
    flex-grow: 1;
    margin-bottom: 0.85rem;
}
.blog-card-meta {
    display: flex;
    gap: 0.85rem;
    font-size: 0.75rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}
.blog-card-meta i { color: var(--gold); margin-right: 0.25rem; }
.blog-card-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.blog-card-actions .btn-read {
    flex: 1;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.6rem 0.85rem;
    border-radius: 50px;
    background: var(--navy);
    color: var(--white);
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
}
.blog-card-actions .btn-read:hover { background: var(--navy-mid); transform: translateY(-2px); }
.blog-card-actions .btn-wa-mini {
    padding: 0.6rem 0.75rem;
    border-radius: 50px;
    background: var(--whatsapp);
    color: var(--white);
    font-size: 0.78rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    transition: var(--transition);
}
.blog-card-actions .btn-wa-mini:hover { background: #20bd5a; }
.blog-card.hidden { display: none; }

/* Sidebar */
.blog-sidebar { position: sticky; top: 80px; }
.sidebar-widget {
    background: var(--white);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(200,164,93,0.12);
    padding: 1.35rem;
    margin-bottom: 1.15rem;
    box-shadow: 0 4px 20px rgba(10,22,40,0.05);
}
.sidebar-widget h4 {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.85rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(200,164,93,0.15);
}
.sidebar-search input {
    width: 100%;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(200,164,93,0.2);
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-family: inherit;
}
.sidebar-cats { list-style: none; }
.sidebar-cats li { margin-bottom: 0.35rem; }
.sidebar-cats a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.65rem;
    border-radius: var(--radius-sm);
    font-size: 0.84rem;
    color: var(--text);
    text-decoration: none;
    transition: var(--transition);
}
.sidebar-cats a:hover { background: var(--sand-light); color: var(--gold-dark); }
.sidebar-cats a span { font-size: 0.72rem; color: var(--text-light); }
.sidebar-recent { list-style: none; }
.sidebar-recent li {
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(10,22,40,0.06);
}
.sidebar-recent li:last-child { border-bottom: none; }
.sidebar-recent a {
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--navy);
    text-decoration: none;
    line-height: 1.4;
    transition: var(--transition);
}
.sidebar-recent a:hover { color: var(--gold-dark); }
.sidebar-recent .date { font-size: 0.72rem; color: var(--text-light); margin-top: 0.2rem; display: block; }
.sidebar-wa {
    background: linear-gradient(135deg, rgba(37,211,102,0.08), rgba(200,164,93,0.08));
    border-color: rgba(37,211,102,0.2);
    text-align: center;
}
.sidebar-wa p { font-size: 0.84rem; color: var(--text-light); margin-bottom: 1rem; line-height: 1.5; }
.sidebar-links { list-style: none; }
.sidebar-links li { margin-bottom: 0.4rem; }
.sidebar-links a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.84rem;
    color: var(--navy);
    text-decoration: none;
    padding: 0.45rem 0;
    transition: var(--transition);
}
.sidebar-links a i { color: var(--gold); width: 18px; }
.sidebar-links a:hover { color: var(--gold-dark); transform: translateX(4px); }

/* Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}
.blog-page-link {
    width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    border-radius: var(--radius-sm);
    background: var(--white);
    color: var(--text);
    font-weight: 600;
    font-size: 0.88rem;
    border: 1.5px solid rgba(200,164,93,0.18);
    text-decoration: none;
    transition: var(--transition);
}
.blog-page-link:hover,
.blog-page-link.active {
    background: var(--gradient-gold);
    color: var(--navy);
    border-color: var(--gold);
}

/* ── Blog Post Page ────────────────────────────────────────── */
.post-hero {
    position: relative;
    padding: 6.5rem 0 3rem;
    overflow: hidden;
    background: linear-gradient(145deg, #0A1628, #132744);
}
.post-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(10,22,40,0.75), rgba(10,22,40,0.9));
    z-index: 1;
}
.post-hero > .container { position: relative; z-index: 2; }
.post-breadcrumb {
    display: flex; align-items: center; gap: 0.5rem;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.55);
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}
.post-breadcrumb a { color: rgba(255,255,255,0.7); text-decoration: none; }
.post-breadcrumb a:hover { color: var(--gold); }
.post-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
    max-width: 820px;
}
.post-hero-meta {
    display: flex; flex-wrap: wrap; gap: 1.25rem;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.65);
}
.post-hero-meta i { color: var(--gold); margin-right: 0.35rem; }

.post-layout-section { background: var(--sand); padding: 0 0 4rem; }
.post-layout {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 2rem;
    align-items: start;
    margin-top: -2rem;
    position: relative;
    z-index: 3;
}
.post-article-card {
    background: var(--white);
    border-radius: 24px;
    box-shadow: 0 8px 40px rgba(10,22,40,0.1);
    overflow: hidden;
    border: 1px solid rgba(200,164,93,0.12);
}
.post-featured-img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}
.post-featured-placeholder {
    height: 220px;
    background: linear-gradient(135deg, var(--navy-light), var(--navy-mid));
    display: flex; align-items: center; justify-content: center;
}
.post-featured-placeholder i { font-size: 3.5rem; color: var(--gold); opacity: 0.35; }
.post-article-inner { padding: clamp(1.5rem, 4vw, 2.5rem); }
.post-toc {
    background: var(--sand-light);
    border: 1px solid rgba(200,164,93,0.15);
    border-radius: var(--radius-lg);
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
}
.post-toc h4 {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.75rem;
}
.post-toc ol {
    margin: 0;
    padding-left: 1.2rem;
    font-size: 0.86rem;
    color: var(--text);
    line-height: 1.8;
}
.post-toc a { color: var(--navy); text-decoration: none; }
.post-toc a:hover { color: var(--gold-dark); }
.article-content {
    font-size: 1.02rem;
    line-height: 1.85;
    color: var(--text);
}
.article-content h2 {
    font-size: 1.45rem;
    color: var(--navy);
    margin: 2rem 0 1rem;
    padding-top: 0.5rem;
}
.article-content h3 {
    font-size: 1.15rem;
    color: var(--navy);
    margin: 1.5rem 0 0.75rem;
}
.article-content p { margin-bottom: 1.15rem; }
.article-content ul, .article-content ol {
    margin-bottom: 1.15rem;
    padding-left: 1.4rem;
}
.article-content li { margin-bottom: 0.45rem; }
.article-content a { color: var(--gold-dark); font-weight: 600; }
.article-content a:hover { text-decoration: underline; }
.article-content blockquote {
    border-left: 3px solid var(--gold);
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    background: var(--sand-light);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    font-style: italic;
}

.post-author-box {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1.25rem;
    background: var(--sand-light);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(200,164,93,0.15);
    margin: 2rem 0;
}
.post-author-logo {
    width: 56px; height: 56px;
    border-radius: var(--radius-md);
    object-fit: contain;
    background: var(--white);
    padding: 0.35rem;
    border: 1px solid rgba(200,164,93,0.2);
}
.post-author-box h4 { font-size: 0.95rem; color: var(--navy); margin-bottom: 0.25rem; }
.post-author-box p { font-size: 0.82rem; color: var(--text-light); line-height: 1.5; margin: 0; }

.post-service-cta {
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    border-radius: var(--radius-xl);
    padding: 1.75rem;
    margin: 2rem 0;
    color: var(--white);
}
.post-service-cta h4 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.post-service-cta p { font-size: 0.88rem; color: rgba(255,255,255,0.7); margin-bottom: 1rem; line-height: 1.55; }
.post-service-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.post-service-links a {
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.45rem 0.85rem;
    border-radius: 30px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(200,164,93,0.25);
    color: var(--gold);
    text-decoration: none;
    transition: var(--transition);
}
.post-service-links a:hover { background: rgba(200,164,93,0.15); }

.post-wa-box {
    background: linear-gradient(135deg, rgba(37,211,102,0.1), rgba(200,164,93,0.08));
    border: 1px solid rgba(37,211,102,0.25);
    border-radius: var(--radius-xl);
    padding: 1.75rem;
    text-align: center;
    margin: 2rem 0;
}
.post-wa-box h4 { font-size: 1.05rem; color: var(--navy); margin-bottom: 0.5rem; }
.post-wa-box p { font-size: 0.88rem; color: var(--text-light); margin-bottom: 1rem; }

.post-sidebar { position: sticky; top: 80px; }
.post-toc-sidebar .post-toc { margin-bottom: 0; }

.post-related { background: var(--white); padding: clamp(3rem, 6vw, 4rem) 0; }
.post-related .blog-grid { grid-template-columns: repeat(3, 1fr); }

.post-faq { background: var(--navy-light); padding: clamp(3rem, 6vw, 4rem) 0; }

/* Footer blog categories */
.footer-blog-cats { list-style: none; }
.footer-blog-cats li { margin-bottom: 0.45rem; }
.footer-blog-cats a {
    color: var(--text-muted);
    font-size: 0.88rem;
    text-decoration: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.footer-blog-cats a::before { content: '›'; color: var(--gold); font-weight: 700; }
.footer-blog-cats a:hover { color: var(--gold); transform: translateX(4px); }

/* Responsive */
@media (max-width: 1100px) {
    .blog-layout { grid-template-columns: 1fr; }
    .blog-sidebar { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .blog-sidebar .sidebar-widget { margin-bottom: 0; }
    .post-layout { grid-template-columns: 1fr; }
    .post-sidebar { position: static; }
    .post-related .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1024px) {
    .blog-hero-grid { grid-template-columns: 1fr; text-align: center; }
    .blog-hero-content { max-width: none; margin: 0 auto; }
    .blog-hero-content .hero-subtitle { margin-left: auto; margin-right: auto; }
    .blog-hero-content .hero-btns { justify-content: center; }
    .blog-dashboard { max-width: 440px; margin: 0 auto; }
    .blog-dash-card:nth-child(2),
    .blog-dash-card:nth-child(4) { margin-left: 0; }
    .blog-featured { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .blog-hero { padding: 5.5rem 0 0; }
    .blog-grid { grid-template-columns: 1fr; }
    .blog-sidebar { grid-template-columns: 1fr; }
    .blog-page .whatsapp-float,
    .blog-post-page .whatsapp-float { bottom: 4.5rem; }
    .post-related .blog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .blog-hero-content .hero-btns { flex-direction: column; }
    .blog-hero-content .hero-btns .btn { width: 100%; }
    .blog-card-actions { flex-direction: column; }
}