/**
 * IGTrend.id Style for Single Blog Article
 * newblog/assets/css/blog-single.css
 * Diadaptasi persis sesuai https://igtrend.id/assets/css/blog-single.css
 */

:root {
    --navy: #06132d;
    --navy2: #0b1f45;
    --blue: #2563eb;
    --cyan: #19d3ff;
    --purple: #7c3aed;
    --ink: #0b1733;
    --muted: #64748b;
    --line: #e7edf6;
    --soft: #f6f9ff;
    --white: #fff;
    --shadow: 0 22px 70px rgba(15, 35, 75, 0.11);
}

body.single-post-page {
    margin: 0;
    color: var(--ink);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.single-post-page h1,
.single-post-page h2,
.single-post-page h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: -0.025em;
}

.single-post-page p {
    line-height: 1.8;
}

/* Container Matching IGTrend.id for Hero and Article Sections */
.single-post-page .article-hero .container,
.single-post-page .article-section .container {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

/* =========================================================
   NAVBAR & MEGA MENU (JasaBuzzer Styling)
========================================================= */
#navbar {
    background-color: #0c2d5d !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
    z-index: 1040 !important;
    padding: 12px 75px !important;
    transition: all 0.3s ease !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

#navbar .container {
    max-width: 1240px !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

#navbar .nav-link {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

#navbar .nav-link:hover {
    color: #a78bfa !important;
}

/* Dropdown Layanan - Desktop Fix */
@media screen and (min-width: 992px) {
    .dropdown- {
        position: static !important;
        overflow: visible !important;
    }

    #navbar .dropdown-content {
        position: fixed !important;
        top: 68px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 92vw !important;
        max-width: 1200px !important;
        margin: 0 !important;
        z-index: 99999 !important;
        background: #ffffff !important;
        border-radius: 18px !important;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25) !important;
        border: 1px solid #e2e8f0 !important;
        padding: 18px !important;
        box-sizing: border-box !important;
        display: none;
    }

    /* Invisible hover bridge */
    #navbar .dropdown-content::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        height: 20px;
        background: transparent;
    }

    .dropdown-:hover #layananDropdownContent,
    .dropdown-.show #layananDropdownContent,
    #layananDropdownContent.show {
        display: block !important;
    }

    /* 3-Column CSS Grid - Eliminates Float Snagging completely */
    #navbar .row-nav {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 16px !important;
        max-height: 70vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding: 6px !important;
        background: #ffffff !important;
        border-radius: 14px !important;
        box-sizing: border-box !important;
    }

    #navbar .row-nav::-webkit-scrollbar {
        width: 7px;
    }
    #navbar .row-nav::-webkit-scrollbar-track {
        background: #f1f5f9;
        border-radius: 10px;
    }
    #navbar .row-nav::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 10px;
    }
    #navbar .row-nav::-webkit-scrollbar-thumb:hover {
        background: #94a3b8;
    }

    #navbar .column {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        background-color: #f8fafc !important;
        border: 1px solid #eef2f6 !important;
        border-radius: 12px !important;
        padding: 16px 18px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
    }

    #navbar .column:hover {
        border-color: #0048B7 !important;
        box-shadow: 0 8px 24px rgba(0, 72, 183, 0.08) !important;
        transform: translateY(-2px) !important;
        background-color: #ffffff !important;
    }

    #navbar .column a.dropdown-item {
        color: #334155 !important;
        font-size: 13.5px !important;
        font-weight: 500 !important;
        padding: 7px 10px !important;
        border-radius: 6px !important;
        display: block !important;
        text-decoration: none !important;
        transition: all 0.15s ease !important;
        white-space: normal !important;
        line-height: 1.4 !important;
    }

    #navbar .column a.dropdown-item:hover {
        background-color: #eff6ff !important;
        color: #0048B7 !important;
        padding-left: 14px !important;
    }

    #navbar .mega-nav-sosmed {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        letter-spacing: 0.5px !important;
        text-transform: uppercase !important;
        vertical-align: middle !important;
    }

    #navbar .icon-float {
        width: 20px !important;
        height: 20px !important;
        object-fit: contain !important;
        margin-right: 8px !important;
        vertical-align: middle !important;
        float: none !important;
        display: inline-block !important;
    }

    #navbar .hr-mega-nav {
        border: 0 !important;
        height: 1px !important;
        background: #e2e8f0 !important;
        margin: 10px 0 12px 0 !important;
    }
}

/* Dropdown Layanan - Mobile Overflow Fix */
@media screen and (max-width: 991.98px) {
    #navbar {
        padding: 10px 16px !important;
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        overflow-x: clip !important;
    }

    #navbar > .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }

    #navbar .navbar-collapse {
        background-color: #081d3b !important;
        padding: 16px 14px !important;
        border-radius: 12px !important;
        margin-top: 12px !important;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45) !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    /* Reset 50px left margin to prevent horizontal overflow */
    #navbar .navbar-nav {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #navbar .nav-item,
    #navbar .dropdown- {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        float: none !important;
        position: static !important;
        margin: 4px 0 !important;
    }

    #navbar .nav-link {
        margin-right: 0 !important;
        padding: 10px 12px !important;
        display: block !important;
        color: #ffffff !important;
        font-size: 15px !important;
        border-radius: 8px !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    #navbar .nav-link:hover {
        background: rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
    }

    #navbar .dropdown-content {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin: 10px 0 !important;
        padding: 10px 8px !important;
        background: #ffffff !important;
        border-radius: 12px !important;
        box-shadow: none !important;
        border: none !important;
        overflow-x: hidden !important;
        display: none;
    }

    #navbar .dropdown-.show .dropdown-content,
    #navbar .dropdown-content.show {
        display: block !important;
    }

    #navbar .row-nav {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        height: auto !important;
        max-height: 55vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding: 2px !important;
        background: transparent !important;
    }

    #navbar .column {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin: 0 !important;
        padding: 14px 12px !important;
        box-sizing: border-box !important;
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 10px !important;
    }

    #navbar .column a.dropdown-item {
        color: #0F2E5D !important;
        font-size: 13.5px !important;
        padding: 8px 10px !important;
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-break: break-word !important;
        border-radius: 6px !important;
        line-height: 1.4 !important;
    }

    #navbar .column a.dropdown-item:active,
    #navbar .column a.dropdown-item:hover {
        background-color: #eff6ff !important;
        color: #0048B7 !important;
    }

    #navbar .mega-nav-sosmed {
        font-size: 13px !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        letter-spacing: 0.5px !important;
    }

    #navbar .icon-float {
        width: 18px !important;
        height: 18px !important;
        object-fit: contain !important;
        margin-right: 8px !important;
        vertical-align: middle !important;
        float: none !important;
        display: inline-block !important;
    }

    #navbar .hr-mega-nav {
        border: 0 !important;
        height: 1px !important;
        background: #e2e8f0 !important;
        margin: 8px 0 10px 0 !important;
    }
}

/* Footer & Row Fixes */
.single-post-page footer,
.single-post-page section.bg-biru {
    background: #000b1d !important;
    position: relative;
    z-index: 10;
}

.single-post-page .row-::after,
.single-post-page .pad-footer::after {
    content: "";
    display: table;
    clear: both;
}


/* =========================================================
   ARTICLE HERO (IGTrend.id Exact)
========================================================= */
.article-hero {
    padding: 165px 0 85px !important;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(200, 217, 255, 0.14),
            transparent 32%
        ),
        #0c2d64 !important;
    position: relative;
    overflow: hidden;
}

.article-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 38px;
    font-size: 13px;
    color: #cccdce;
}

.article-breadcrumb a {
    color: #5a8eff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.article-breadcrumb a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.article-breadcrumb i {
    font-size: 10px;
    color: #cfd7e4;
}

.article-breadcrumb span[aria-current="page"] {
    color: #e2e8f0;
}

.article-category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #60a5fa;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-category i {
    font-size: 14px;
    color: #60a5fa;
}

.article-hero h1 {
    max-width: 900px;
    margin: 0;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.article-intro {
    max-width: 780px;
    margin: 28px 0 25px;
    color: #cacfd6;
    font-size: 18px;
    line-height: 1.8;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    color: #e7e7e7;
    font-size: 13px;
}

.article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.article-meta i {
    color: #2563eb;
    font-size: 14px;
}


/* ==========================================
   ARTICLE SECTION & 2-COLUMN LAYOUT
========================================== */
.article-section {
    padding: 90px 0 110px;
    background: #ffffff;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
    gap: 55px;
    align-items: start;
    width: 100%;
}

.article-content {
    min-width: 0;
}

.article-featured-image {
    margin: 0 0 42px;
    overflow: hidden;
    border-radius: 24px;
    background: #e2e8f0;
}

.article-featured-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

.article-body {
    max-width: 850px;
}

.article-body p {
    margin: 0 0 22px;
    color: #475569;
    font-size: 16px;
    line-height: 1.9;
}

.article-body h2 {
    margin: 55px 0 20px;
    color: #07152f;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.025em;
    scroll-margin-top: 100px;
}

.article-body h3 {
    margin: 35px 0 14px;
    color: #0f172a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.025em;
    scroll-margin-top: 100px;
}

.article-body a {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s ease;
}

.article-body a:hover {
    color: #1d4ed8;
}

.article-body ul,
.article-body ol {
    margin: 0 0 24px;
    padding-left: 24px;
    color: #475569;
    font-size: 16px;
    line-height: 1.85;
}

.article-body li {
    margin-bottom: 8px;
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 24px 0;
}


/* ==========================================
   TABLE OF CONTENTS (TOC)
========================================== */
.article-toc {
    margin: 35px 0 40px;
    padding: 24px 28px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #2563eb;
    border-radius: 16px;
}

.article-toc .toc-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #07152f;
    font-size: 17px;
    font-weight: 800;
}

.article-toc .toc-header i {
    color: #2563eb;
    font-size: 20px;
}

.article-toc .toc-list {
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-toc .toc-list li {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

.article-toc .toc-list li a {
    color: #1e293b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.article-toc .toc-list li a:hover {
    color: #2563eb;
    transform: translateX(4px);
}


/* ==========================================
   ARTICLE VIDEO (IGTrend.id Component)
========================================== */
.article-video {
    margin: 40px 0;
    padding: 20px;
    background: #f8fafc;
    border: 1px solid #e5eaf2;
    border-radius: 18px;
}

.article-video-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
}

.article-video-label i {
    font-size: 18px;
}

.article-video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
    background: #06132d;
}

.article-video-wrapper video,
.article-video-wrapper iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 0;
    object-fit: cover;
    background: #06132d;
}

.article-video-caption {
    margin: 14px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
}

/* Vertical video support (TikTok / Shorts 9:16) */
.article-video.is-vertical {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.article-video.is-vertical .article-video-wrapper iframe {
    aspect-ratio: 9 / 16;
}


/* ==========================================
   HIGHLIGHT BOX
========================================== */
.article-highlight {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin: 35px 0;
    padding: 24px;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    background: #eff6ff;
}

.highlight-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    border-radius: 14px;
    background: #2563eb;
    color: #ffffff;
    font-size: 20px;
}

.article-highlight strong {
    display: block;
    margin-bottom: 5px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
}

.article-highlight p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #3b82f6;
}


/* ==========================================
   POINT BOX
========================================== */
.article-point-box {
    margin: 24px 0;
    padding: 20px 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.article-point-box:hover {
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

.article-point-box h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    color: #07152f;
    font-size: 18px;
    font-weight: 700;
}

.article-point-box h3 i {
    color: #2563eb;
    font-size: 20px;
}

.article-point-box p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.8;
}


/* ==========================================
   ARTICLE CTA (IGTrend.id Exact)
========================================== */
.article-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 50px 0;
    padding: 32px;
    overflow: hidden;
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(25, 211, 255, 0.3),
            transparent 35%
        ),
        #07152f;
}

.article-cta span {
    color: #60a5fa;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.article-cta h3 {
    margin: 8px 0 8px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.article-cta p {
    max-width: 550px;
    margin: 0;
    color: #a9b9d0;
    font-size: 14px;
    line-height: 1.7;
}

.article-cta .btn {
    flex-shrink: 0;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 22px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    border: 1px solid transparent;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(37, 99, 235, 0.38);
    color: #ffffff;
}


/* ==========================================
   ARTICLE FAQ ACCORDION (IGTrend.id Exact)
========================================== */
.article-faq {
    margin: 45px 0;
}

.article-faq h2 {
    margin: 0 0 20px;
    color: #07152f;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-weight: 800;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 22px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 0 22px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover {
    border-color: #cbd5e1;
}

.faq-item[open] {
    border-color: #bfdbfe;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.06);
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    user-select: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary .faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eff6ff;
    color: #2563eb;
    font-size: 14px;
    transition: transform 0.25s ease, background 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
}

.faq-item[open] summary .faq-icon {
    transform: rotate(180deg);
    background: #2563eb;
    color: #ffffff;
}

.faq-item .faq-answer {
    padding-bottom: 20px;
    color: #475569;
    font-size: 14.5px;
    line-height: 1.8;
}

.faq-item .faq-answer p {
    margin: 0;
}


/* ==========================================
   TAGS (IGTrend.id Exact)
========================================== */
.article-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 55px;
    padding-top: 25px;
    border-top: 1px solid #e2e8f0;
}

.article-tags span {
    margin-right: 5px;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
}

.article-tags a {
    padding: 8px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
}

.article-tags a:hover {
    border-color: #2563eb;
    color: #2563eb;
    background: #eff6ff;
}


/* ==========================================
   SHARE (IGTrend.id Exact)
========================================== */
.article-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    padding: 20px 0;
    border-top: 1px solid #f1f5f9;
}

.article-share strong {
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
}

.article-share > div {
    display: flex;
    gap: 8px;
}

.article-share a,
.article-share button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #334155;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
}

.article-share a:hover,
.article-share button:hover {
    background: #2563eb;
    color: #ffffff;
}


/* ==========================================
   SIDEBAR 30% (IGTrend.id Exact)
========================================== */
.article-sidebar {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sidebar-box {
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #ffffff;
}

.sidebar-label {
    display: block;
    margin-bottom: 12px;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
}

.sidebar-ad {
    width: 100%;
}

.ad-placeholder {
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
}

.ad-placeholder a {
    display: block;
}

.ad-placeholder img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    border-radius: 14px;
    object-fit: cover;
}

.sidebar-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.sidebar-heading span {
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sidebar-heading i {
    color: #2563eb;
}

.latest-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.latest-item {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 13px;
    text-decoration: none;
}

.latest-image {
    overflow: hidden;
    border-radius: 10px;
    background: #e2e8f0;
}

.latest-image img {
    display: block;
    width: 100%;
    height: 78px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.latest-item:hover .latest-image img {
    transform: scale(1.06);
}

.latest-content h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 7px;
    color: #0f172a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: color 0.2s ease;
}

.latest-item:hover .latest-content h3 {
    color: #2563eb;
}

.latest-content span {
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
}

.latest-content span i {
    margin-left: 3px;
}

.category-list {
    display: flex;
    flex-direction: column;
}

.category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
}

.category-list a:last-child {
    border-bottom: 0;
}

.category-list a:hover {
    padding-left: 5px;
    color: #2563eb;
}

.category-list i {
    font-size: 11px;
}

.sidebar-contact {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 20px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(25, 211, 255, 0.25),
            transparent 35%
        ),
        #07152f;
}

.sidebar-contact > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.1);
    color: #60a5fa;
    font-size: 20px;
}

.sidebar-contact h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 21px;
    font-weight: 800;
}

.sidebar-contact p {
    margin: 0 0 20px;
    color: #a9b9d0;
    font-size: 13px;
    line-height: 1.7;
}

.sidebar-contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

/* ==========================================
   RELATED POSTS (Vertical List, IGTrend Style)
========================================== */
.related-posts-section {
    margin-top: 48px;
    padding-top: 35px;
    border-top: 1px solid #e2e8f0;
}

.related-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #07152f;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.related-title i {
    color: #2563eb;
    font-size: 20px;
}

.related-vertical-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.related-list-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.related-list-item:hover {
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.related-item-thumb {
    width: 96px;
    min-width: 96px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    background: #06132d;
    flex-shrink: 0;
}

.related-item-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-list-item:hover .related-item-thumb img {
    transform: scale(1.06);
}

.related-item-info {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.related-item-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
}

.related-item-cat {
    background: #eff6ff;
    color: #2563eb;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.related-item-date {
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.related-item-title {
    font-size: 15px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #0f172a;
    margin: 0;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.related-list-item:hover .related-item-title {
    color: #2563eb;
}

.related-item-link {
    font-size: 12px;
    font-weight: 700;
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
}



/* ==========================================
   RESPONSIVE BREAKPOINTS (IGTrend.id Exact)
========================================== */
@media (max-width: 980px) {
    .article-layout {
        grid-template-columns: 1fr;
    }

    .article-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .sidebar-contact {
        grid-column: span 2;
    }
}

@media (max-width: 700px) {
    .article-hero {
        padding: 125px 0 65px !important;
    }

    .article-breadcrumb {
        margin-bottom: 28px;
    }

    .article-hero h1 {
        font-size: 32px;
    }

    .article-intro {
        font-size: 16px;
        line-height: 1.7;
    }

    .article-section {
        padding: 50px 0 70px;
    }

    .article-layout {
        gap: 40px;
    }

    .article-featured-image {
        margin-bottom: 30px;
        border-radius: 16px;
    }

    .article-body p {
        font-size: 15px;
        line-height: 1.8;
    }

    .article-body h2 {
        margin-top: 40px;
        font-size: 24px;
    }

    .article-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
    }

    .article-sidebar {
        display: flex;
    }

    .sidebar-contact {
        grid-column: auto;
    }
}

@media (max-width: 480px) {
    .article-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .article-body h2 {
        font-size: 22px;
    }

    .article-highlight {
        padding: 18px;
    }

    .article-share {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* =========================================================
   FOOTER (JasaBuzzer Exact Styling from Blog Index)
========================================================= */
section.bg-biru {
    background-color: #06132d !important;
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
}

section.bg-biru .container {
    max-width: 1240px !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

.pad-footer {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    padding: 70px 0 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.col-25-footer {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    width: 25% !important;
    float: none !important;
    padding: 0 15px 30px !important;
    box-sizing: border-box !important;
}

.col-25-footer .img-logo-footer {
    width: 130px !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.col-25-footer .menu-footer {
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    color: #ffffff !important;
    letter-spacing: 0.5px !important;
}

.col-25-footer p,
.col-25-footer p.putih {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin-bottom: 12px !important;
    opacity: 0.92 !important;
}

/* Vertical Stack for Footer Links */
.col-25-footer a {
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    margin-bottom: 2px !important;
}

.col-25-footer a p,
.col-25-footer a.putih {
    color: #ffffff !important;
    opacity: 0.88 !important;
    margin-bottom: 10px !important;
    display: block !important;
    transition: all 0.2s ease !important;
}

.col-25-footer a:hover p,
.col-25-footer a:hover,
.col-25-footer a.putih:hover {
    color: #60a5fa !important;
    opacity: 1 !important;
    transform: translateX(4px) !important;
}

.pad-copyright {
    margin-top: 20px !important;
    padding: 24px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
    text-align: center !important;
    width: 100% !important;
    clear: both !important;
}

.pad-copyright p,
.pad-copyright p.putih {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 13px !important;
    margin: 0 !important;
    text-align: center !important;
}

@media screen and (max-width: 991px) {
    .col-25-footer {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
}

@media screen and (max-width: 576px) {
    .col-25-footer {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-bottom: 25px !important;
    }
    .pad-footer {
        padding: 50px 0 10px !important;
    }
}

/* Floating Live Chat Button */
.live-chat {
    position: fixed !important;
    bottom: 25px !important;
    right: 25px !important;
    z-index: 99999 !important;
    width: 220px !important;
    max-width: 45vw !important;
    display: block !important;
}

.live-chat a {
    display: block !important;
    width: 100% !important;
    line-height: 0 !important;
}

.live-chat .img-live-chat {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35)) !important;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.live-chat:hover .img-live-chat {
    transform: translateY(-4px) scale(1.03) !important;
}

