.mfs-blog-hero {
    padding: 120px 0 80px;
    background: radial-gradient(circle at top right, rgba(22, 163, 74, 0.18), transparent 35%), linear-gradient(135deg, #f7fff8 0%, #eefaf1 48%, #ffffff 100%);
    overflow: hidden;
}

.mfs-blog-hero-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 40px;
    align-items: center;
}

.mfs-blog-hero-content {
    max-width: 900px;
}

.mfs-blog-badge {
    display: inline-flex;
    padding: 9px 18px;
    border-radius: 100px;
    background: #e7f8ec;
    color: #12813a;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 18px;
}

.mfs-blog-hero h1 {
    font-size: 58px;
    line-height: 1.08;
    font-weight: 900;
    color: #10251a;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.mfs-blog-hero p {
    font-size: 18px;
    line-height: 1.85;
    color: #59675f;
    max-width: 880px;
}

.mfs-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.mfs-blog-meta span {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #dcefe3;
    color: #314138;
    padding: 10px 14px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
}

.mfs-blog-hero-card {
    background: #fff;
    border: 1px solid #dff3e5;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 24px 70px rgba(22, 163, 74, 0.16);
}

.mfs-blog-hero-card span {
    display: inline-flex;
    background: #e7f8ec;
    color: #12813a;
    padding: 8px 14px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 14px;
}

.mfs-blog-hero-card h2 {
    font-size: 28px;
    font-weight: 900;
    color: #10251a;
    margin-bottom: 12px;
}

.mfs-blog-hero-card p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.mfs-blog-hero-card a {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    background: #16a34a;
    color: #fff;
    padding: 14px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 900;
}

.mfs-blog-section {
    padding: 70px 0;
    background: #fff;
}

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

.mfs-blog-article {
    background: #fff;
    border: 1px solid #e7eee9;
    border-radius: 28px;
    box-shadow: 0 18px 55px rgba(0,0,0,0.06);
    padding: 36px;
}

.mfs-featured-image {
    border-radius: 24px;
    overflow: hidden;
    background: #eef8f0;
    margin-bottom: 34px;
}

.mfs-featured-image img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    display: block;
}

.mfs-blog-article h2 {
    font-size: 32px;
    font-weight: 900;
    color: #10251a;
    margin: 42px 0 16px;
    line-height: 1.25;
}

.mfs-blog-article h3 {
    color: #10251a;
    font-weight: 900;
}

.mfs-blog-article p {
    font-size: 16px;
    line-height: 1.9;
    color: #526158;
    margin-bottom: 16px;
}

.mfs-intro-box {
    background: #f8fffa;
    border: 1px solid #dff3e5;
    border-radius: 24px;
    padding: 28px;
}

.mfs-intro-box h2 {
    margin-top: 0;
}

.mfs-highlight-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    background: linear-gradient(135deg, #0f7a35, #16a34a);
    color: #fff;
    border-radius: 26px;
    padding: 32px;
    margin: 36px 0;
}

.mfs-highlight-box span {
    display: inline-flex;
    background: rgba(255,255,255,0.18);
    padding: 7px 14px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 12px;
}

.mfs-highlight-box h2 {
    color: #fff;
    margin: 0 0 10px;
}

.mfs-highlight-box p {
    color: rgba(255,255,255,0.92);
    margin: 0;
}

.mfs-highlight-box a {
    background: #fff;
    color: #12813a;
    padding: 14px 22px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 900;
    white-space: nowrap;
}

.mfs-table-wrap {
    overflow-x: auto;
    border-radius: 20px;
    border: 1px solid #e
    margin: 24px 0 10px;
}

.mfs-comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 850px;
}

.mfs-comparison-table th {
    background: #10251a;
    color: #fff;
    padding: 16px;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
}

.mfs-comparison-table td {
    border-bottom: 1px solid #e6eee8;
    padding: 16px;
    color: #4b5d52;
    font-size: 15px;
    vertical-align: top;
}

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

.mfs-comparison-table .mfs-featured-row td {
    background: #f0fff4;
    color: #10251a;
    font-weight: 800;
}

.mfs-company-list {
    display: grid;
    gap: 22px;
    margin-top: 26px;
}

.mfs-company-card {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 22px;
    border: 1px solid #e4eee7;
    border-radius: 24px;
    padding: 26px;
    background: #fff;
    transition: all 0.25s ease;
}

.mfs-company-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}

.mfs-company-featured {
    background: linear-gradient(180deg, #f7fff9, #ffffff);
    border: 2px solid #16a34a;
}

.mfs-rank {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: #10251a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.mfs-company-featured .mfs-rank {
    background: #16a34a;
}

.mfs-company-content h3 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 10px;
}

.mfs-company-content ul,
.mfs-why-box ul,
.mfs-check-list,
.mfs-warning-list {
    margin: 16px 0 0;
    padding-left: 20px;
}

.mfs-company-content li,
.mfs-why-box li,
.mfs-check-list li,
.mfs-warning-list li {
    color: #526158;
    line-height: 1.85;
    margin-bottom: 7px;
}

.mfs-seo-grid,
.mfs-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.mfs-seo-grid div,
.mfs-benefit-card {
    background: #f8fffa;
    border: 1px solid #e0f2e5;
    border-radius: 22px;
    padding: 24px;
}

.mfs-seo-grid h3,
.mfs-benefit-card h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 8px;
}

.mfs-seo-grid p,
.mfs-benefit-card p {
    margin: 0;
}

.mfs-benefit-card span {
    font-size: 34px;
    display: inline-flex;
    margin-bottom: 12px;
}

.mfs-why-box {
    background: #f8fffa;
    border-left: 5px solid #16a34a;
    padding: 24px;
    border-radius: 18px;
    margin-top: 20px;
}

.mfs-number-list {
    padding-left: 22px;
}

.mfs-number-list li {
    color: #526158;
    line-height: 1.9;
    margin-bottom: 14px;
}

.mfs-warning-list {
    background: #fffaf0;
    border: 1px solid #fde7b7;
    border-radius: 22px;
    padding: 24px 24px 24px 44px;
}

.mfs-faq-list {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.mfs-faq-item {
    background: #fff;
    border: 1px solid #e4eee7;
    border-radius: 20px;
    padding: 22px;
}

.mfs-faq-item h3 {
    font-size: 19px;
    font-weigh
    margin-bottom: 8px;
}

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

.mfs-final-cta {
    margin-top: 45px;
    background: linear-gradient(135deg, #10251a, #12813a);
    color: #fff;
    border-radius: 28px;
    padding: 38px;
    text-align: center;
}

.mfs-final-cta span {
    display: inline-flex;
    background: rgba(255,255,255,0.14);
    padding: 8px 15px;
    border-radius: 50px;
    font-weight: 900;
    margin-bottom: 14px;
}

.mfs-final-cta h2 {
    color: #fff;
    margin: 0 0 12px;
}

.mfs-final-cta p {
    color: rgba(255,255,255,0.88);
    max-width: 720px;
    margin: 0 auto 24px;
}

.mfs-cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.mfs-cta-primary,
.mfs-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 22px;
    border-radius: 50px;
    font-weight: 900;
    text-decoration: none;
}

.mfs-cta-primary {
    background: #fff;
    color: #12813a;
}

.mfs-cta-secondary {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}

.mfs-blog-sidebar {
    display: grid;
    gap: 22px;
}

.mfs-sidebar-card {
    border: 1px solid #e4eee7;
    border-radius: 24px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(0,0,0,0.05);
}

.mfs-sidebar-card h3 {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 14px;
    color: #10251a;
}

.mfs-sidebar-card ul {
    margin: 0;
    padding-left: 18px;
}

.mfs-sidebar-card li {
    color: #526158;
    line-height: 1.8;
    margin-bottom: 6px;
}

.mfs-sidebar-card p {
    color: #526158;
    line-height: 1.7;
}

.mfs-sidebar-card a {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    background: #16a34a;
    color: #fff;
    padding: 14px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 900;
    margin-top: 10px;
}

.mfs-sticky-card {
    position: sticky;
    top: 100px;
}

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

    .mfs-blog-hero h1 {
        font-size: 42px;
    }

    .mfs-highlight-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .mfs-sticky-card {
        position: static;
    }
}

@media (max-width: 575px) {
    .mfs-blog-hero {
        padding: 95px 0 55px;
    }

    .mfs-blog-hero h1 {
        font-size: 34px;
    }

    .mfs-blog-hero p {
        font-size: 16px;
    }

    .mfs-blog-section {
        padding: 40px 0;
    }

    .mfs-blog-article {
        padding: 20px;
        border-radius: 22px;
    }

    .mfs-blog-article h2 {
        font-size: 26px;
    }

    .mfs-company-card {
        grid-template-columns: 1fr;
    }

    .mfs-seo-grid,
    .mfs-benefit-grid {
        grid-template-columns: 1fr;
    }

    .mfs-highlight-box,
    .mfs-final-cta {
        padding: 24px;
    }
}

/* Full width blog detail layout */
.mfs-blog-section .container,
.mfs-blog-hero .container {
    max-width: 1480px !important;
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.mfs-blog-layout {
    display: block !important;
    width: 100% !important;
}

.mfs-blog-main {
    width: 100% !important;
    max-width: 100% !important;
}

.mfs-blog-article {
    width: 100% !important;
    max-width: 100% !important;
}

/* Hide right sidebar for full-width article */
.mfs-blog-sidebar {
    display: none !important;
}

/* Table full width */
.mfs-table-wrap {
    width: 100% !important;
    overflow-x: auto !important;
}

.mfs-comparison-table {
    width: 100% !important;
    min-width: 100% !important;
    table-layout: auto !important;
}

.mfs-comparison-table th,
.mfs-comparison-table td {
    white-space: normal !important;
    word-break: normal !important;
}

/* Hero also wider */
.mfs-blog-hero-wrap {
    grid-template-columns: minmax(0, 1fr) 390px !important;
    max-width: 100% !important;
}

/* Mobile spacing */
@media (max-width: 767px) {
    .mfs-blog-section .container,
    .mfs-blog-hero .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .mfs-blog-article {
        padding: 20px !important;
    }

    .mfs-comparison-table {
        min-width: 850px !important;
    }
}

