/* ============================================================
           BLOG & SINGLE POST OVERRIDES — B2B Premium Theme
           ============================================================ */

        .sp-blog-wrap {
            background-color: #ffffff;
            font-family: 'Inter', sans-serif;
            color: #1e293b;
        }

        /* ---------- Blog Hero Section ---------- */
        .blog-hero {
            background: linear-gradient(135deg, #001f5c 0%, #003087 100%);
            border-bottom: 4px solid #0057d9;
            padding: clamp(60px, 8vw, 90px) 0;
            color: #ffffff;
            text-align: center;
        }

        .blog-hero .section-tag {
            color: #f0a500;
            background: rgba(240, 165, 0, 0.12);
            border: 1px solid rgba(240, 165, 0, 0.25);
            padding: 6px 16px;
            border-radius: 999px;
            display: inline-block;
            margin-bottom: 16px;
        }

        .blog-hero__title {
            font-size: clamp(2rem, 5vw, 3.2rem);
            font-weight: 900;
            line-height: 1.15;
            color: #ffffff;
            margin-bottom: 16px;
            letter-spacing: -0.03em;
        }

        .blog-hero__title span {
            color: #f0a500;
            background: linear-gradient(135deg, #f0a500 0%, #ffc107 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .blog-hero__sub {
            font-size: clamp(1rem, 2vw, 1.15rem);
            color: rgba(255, 255, 255, 0.85);
            max-width: 720px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* ---------- Main Section Layout ---------- */
        .blog-section {
            padding: clamp(60px, 6vw, 80px) 0;
            background: #ffffff;
        }

        /* ---------- Blog Cards Grid ---------- */
        .blog-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
            margin-top: 24px;
        }

        .blog-card {
            background: #ffffff;
            border: 1.5px solid #e2e8f0;
            border-radius: 14px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 4px 16px rgba(0, 31, 92, 0.02);
            height: 100%;
        }

        .blog-card__thumb {
            width: 100%;
            aspect-ratio: 16/10;
            overflow: hidden;
            background-color: #f1f5f9;
            border-bottom: 1px solid #e2e8f0;
            position: relative;
        }

        .blog-card__thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .blog-card__thumb-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            color: #94a3b8;
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        /* Hover States */
        .blog-card:hover {
            transform: translateY(-6px);
            border-color: rgba(0, 48, 135, 0.2);
            box-shadow: 0 12px 32px rgba(0, 48, 135, 0.07);
        }

        .blog-card:hover .blog-card__thumb img {
            transform: scale(1.04);
        }

        .blog-card:hover .blog-card__title a {
            color: #003087;
        }

        /* Card Content Inner */
        .blog-card__content {
            padding: 24px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .blog-card__meta {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 0.82rem;
            font-weight: 600;
            color: #64748b;
            margin-bottom: 12px;
        }

        .blog-card__meta-divider {
            color: #cbd5e1;
        }

        .blog-card__title {
            font-size: 1.15rem;
            font-weight: 800;
            color: #001f5c;
            line-height: 1.45;
            margin: 0 0 12px 0;
            height: 2.8em;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .blog-card__title a {
            color: #001f5c;
            text-decoration: none;
            transition: color 0.2s;
        }

        .blog-card__excerpt {
            font-size: 0.92rem;
            color: #475569;
            line-height: 1.65;
            margin: 0 0 24px 0;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            flex-grow: 1;
        }

        .blog-card__link {
            font-size: 0.85rem;
            font-weight: 750;
            color: #003087;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: color 0.2s;
            margin-top: auto;
        }

        .blog-card__link:hover {
            color: #f0a500;
        }

        /* ---------- Custom Styled Pagination ---------- */
        .pagination {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 56px;
        }

        .pagination .page-numbers {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 42px;
            height: 42px;
            padding: 0 8px;
            font-size: 0.92rem;
            font-weight: 700;
            color: #475569;
            border: 1.5px solid #e2e8f0;
            border-radius: 8px;
            background: #ffffff;
            text-decoration: none;
            transition: all 0.2s ease;
        }

        .pagination .page-numbers:hover {
            border-color: #003087;
            color: #003087;
        }

        .pagination .page-numbers.current {
            background-color: #003087;
            border-color: #003087;
            color: #ffffff;
        }

        /* ---------- Single Post Layout ---------- */
        .single-post-wrap {
            background-color: #ffffff;
            padding: clamp(40px, 6vw, 70px) 0 clamp(60px, 8vw, 100px);
        }

        .post-back-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
            font-weight: 700;
            color: #003087;
            text-decoration: none;
            margin-bottom: 32px;
            transition: color 0.2s;
        }

        .post-back-link:hover {
            color: #f0a500;
        }

        .post-header {
            max-width: 800px;
            margin: 0 auto;
            border-bottom: 1.5px solid #e2e8f0;
            padding-bottom: 24px;
            margin-bottom: 36px;
        }

        .post-title {
            font-size: clamp(1.8rem, 4.5vw, 2.75rem);
            font-weight: 850;
            color: #001f5c;
            line-height: 1.2;
            margin: 0 0 20px 0;
            letter-spacing: -0.02em;
        }

        .post-meta {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 16px;
            font-size: 0.88rem;
            font-weight: 600;
            color: #64748b;
        }

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

        .post-meta-divider {
            color: #cbd5e1;
        }

        .post-featured-img {
            max-width: 800px;
            margin: 0 auto 40px auto;
            border-radius: 12px;
            overflow: hidden;
            border: 1.5px solid #cbd5e1;
            box-shadow: 0 10px 30px rgba(0, 31, 92, 0.04);
        }

        .post-featured-img img {
            width: 100%;
            height: auto;
            max-height: 480px;
            object-fit: cover;
        }

        .post-content-container {
            max-width: 780px;
            margin: 0 auto;
            padding: 0 24px;
            box-sizing: border-box;
        }

        /* ---------- Premium Typographic Styles ---------- */
        .post-body {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #1e293b;
        }

        .post-body p {
            margin: 0 0 24px 0;
        }

        .post-body h2 {
            font-size: 1.75rem;
            font-weight: 800;
            color: #001f5c;
            margin: 44px 0 16px 0;
            letter-spacing: -0.02em;
            line-height: 1.3;
        }

        .post-body h3 {
            font-size: 1.35rem;
            font-weight: 750;
            color: #001f5c;
            margin: 36px 0 12px 0;
            line-height: 1.35;
        }

        .post-body h4 {
            font-size: 1.15rem;
            font-weight: 700;
            color: #001f5c;
            margin: 28px 0 10px 0;
        }

        .post-body ul, 
        .post-body ol {
            margin: 0 0 24px 0;
            padding-left: 24px;
        }

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

        .post-body blockquote {
            border-left: 4px solid #f0a500;
            background: #f8fafc;
            padding: 20px 24px;
            margin: 36px 0;
            border-radius: 0 8px 8px 0;
            font-style: italic;
            color: #475569;
            font-size: 1.08rem;
        }

        .post-body blockquote p:last-child {
            margin-bottom: 0;
        }

        .post-body img {
            border-radius: 10px;
            max-width: 100%;
            height: auto;
            margin: 32px auto;
            display: block;
            border: 1px solid #cbd5e1;
            box-shadow: 0 6px 18px rgba(0, 31, 92, 0.03);
        }

        .post-body table {
            width: 100%;
            border-collapse: collapse;
            margin: 36px 0;
            font-size: 0.95rem;
        }

        .post-body th, 
        .post-body td {
            border: 1.5px solid #cbd5e1;
            padding: 12px 16px;
            text-align: left;
        }

        .post-body th {
            background: #f8fafc;
            font-weight: 700;
            color: #001f5c;
        }

        .post-body tr:nth-child(even) {
            background: #f8fafc;
        }

        /* ---------- B2B Conversion Box (CTA) ---------- */
        .post-cta-box {
            background: linear-gradient(135deg, #001f5c 0%, #003087 100%);
            border: 2.5px solid #0057d9;
            border-radius: 16px;
            padding: 44px 36px;
            text-align: center;
            color: #ffffff;
            margin: 64px auto 0 auto;
            box-shadow: 0 16px 40px rgba(0, 48, 135, 0.15);
            max-width: 100%;
            box-sizing: border-box;
        }

        .post-cta-title {
            font-size: 1.68rem;
            font-weight: 900;
            color: #ffffff;
            margin: 0 0 12px 0;
            letter-spacing: -0.01em;
        }

        .post-cta-desc {
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.88);
            margin: 0 0 32px 0;
            line-height: 1.65;
            max-width: 600px;
            margin-inline: auto;
        }

        .post-cta-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 36px;
            background: linear-gradient(135deg, #f0a500 0%, #e8920a 100%);
            color: #001135 !important;
            font-weight: 800;
            border-radius: 8px;
            border: none;
            font-size: 1.02rem;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 6px 16px rgba(240, 165, 0, 0.3);
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .post-cta-btn:hover {
            background: linear-gradient(135deg, #ffc107 0%, #f0a500 100%);
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(240, 165, 0, 0.45);
        }

        .post-cta-btn:active {
            transform: translateY(0);
        }

        /* ---------- Next / Prev Post Links ---------- */
        .post-nav-links {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            border-top: 1.5px solid #e2e8f0;
            padding-top: 32px;
            margin-top: 56px;
        }

        .post-nav-item {
            display: flex;
            flex-direction: column;
            text-decoration: none;
            transition: opacity 0.2s;
        }

        .post-nav-item--next {
            text-align: right;
        }

        .post-nav-label {
            font-size: 0.78rem;
            font-weight: 700;
            color: #94a3b8;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 6px;
        }

        .post-nav-title {
            font-size: 0.95rem;
            font-weight: 700;
            color: #003087;
            line-height: 1.4;
            transition: color 0.2s;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .post-nav-item:hover .post-nav-title {
            color: #f0a500;
        }

        /* ---------- RESPONSIVE MEDIA QUERIES ---------- */
        @media (max-width: 992px) {
            .blog-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
            }
            .blog-card__title {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 768px) {
            .blog-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .blog-hero {
                padding: 48px 0;
            }
            .post-nav-links {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .post-nav-item--next {
                text-align: left;
            }
            .post-cta-box {
                padding: 32px 20px;
            }
        }
