/* Blog pages isolated styles: keep landing pages unaffected */

body.blog-page main {
    background: #f8fafc;
}

.lblog-hero {
    padding: 138px 0 64px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
}

.lblog-hero--detail {
    padding-bottom: 52px;
}

.lblog-shell {
    max-width: 900px;
    margin: 0 auto;
}

.lblog-shell--left {
    max-width: 860px;
    margin: 0;
}

.lblog-badge {
    display: inline-block;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffd5d9;
    background: rgba(230, 57, 70, 0.2);
}

.lblog-title {
    margin: 12px 0 10px;
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.lblog-subtitle {
    margin: 0 auto;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.72;
    font-size: 1rem;
}

.lblog-shell--left .lblog-subtitle {
    margin-left: 0;
}

.lblog-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.75);
}

.lblog-breadcrumbs a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
}

.lblog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.84rem;
}

.lblog-keyword {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.73rem;
    font-weight: 700;
    padding: 4px 11px;
}

.lblog-hero-ctas {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lblog-share {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.lblog-share--end {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
}

.lblog-share__label {
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.lblog-share--end .lblog-share__label {
    color: #334155;
}

.lblog-share__btn {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.76rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}

.lblog-share__btn:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.lblog-share--end .lblog-share__btn {
    background: #f8fafc;
    color: #0f172a;
    border-color: #cbd5e1;
}

.lblog-share--end .lblog-share__btn:hover {
    background: #edf2f7;
    border-color: #94a3b8;
    color: #0f172a;
}

.lblog-list {
    padding: 44px 0 52px;
}

.lblog-grid > [class*='col-'] {
    display: flex;
}

.lblog-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.lblog-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 10px;
    color: #64748b;
    font-size: 0.8rem;
}

.lblog-card__keyword {
    border-radius: 999px;
    background: #e8f1ff;
    color: #1d4ed8;
    font-size: 0.73rem;
    font-weight: 700;
    padding: 4px 11px;
}

.lblog-card__title {
    margin: 0 0 12px;
    min-height: 3.3em;
    font-size: 1.24rem;
    line-height: 1.34;
}

.lblog-card__title a {
    color: #0f172a;
    text-decoration: none;
}

.lblog-card__desc {
    margin: 0 0 18px;
    color: #475569;
    line-height: 1.72;
    flex: 1;
}

.lblog-card__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
}

.lblog-empty {
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    background: #fff;
    color: #64748b;
    text-align: center;
    padding: 24px;
}

.lblog-article-wrap {
    padding: 48px 0 16px;
    background: #fff;
}

.lblog-article {
    max-width: 860px;
    margin: 0 auto;
    color: #1f2937;
}

.lblog-article p,
.lblog-article li {
    font-size: 1rem;
    line-height: 1.82;
}

.lblog-article .lead {
    font-size: 1.08rem;
    color: #334155;
}

.lblog-article h2 {
    margin: 36px 0 12px;
    font-size: 1.45rem;
    line-height: 1.35;
    color: #0f172a;
}

.lblog-article ul,
.lblog-article ol {
    padding-left: 1.3rem;
    margin: 0;
}

.lblog-timeline {
    display: grid;
    gap: 12px;
}

.lblog-timeline__item {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 14px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 14px;
    background: #f8fafc;
}

.lblog-timeline__date {
    font-weight: 700;
    color: #1e40af;
}

.lblog-compare-wrap {
    margin-top: 8px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    overflow-x: auto;
    background: #fff;
}

.lblog-compare-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.lblog-compare-table th,
.lblog-compare-table td {
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
}

.lblog-compare-table th {
    background: #f8fafc;
    font-size: 0.87rem;
    font-weight: 800;
    color: #0f172a;
}

.lblog-compare-table td {
    font-size: 0.95rem;
    line-height: 1.62;
    color: #334155;
}

.lblog-compare-table tbody tr td:first-child {
    font-weight: 700;
    color: #0f172a;
    width: 25%;
}

.lblog-compare-table tbody tr td:last-child {
    color: #14532d;
}

.lblog-cta-box {
    margin: 28px 0;
    border-radius: 14px;
    padding: 22px;
    background: #0f172a;
    color: #fff;
}

.lblog-cta-box h3 {
    margin: 0 0 8px;
    font-size: 1.16rem;
}

.lblog-cta-box p {
    color: rgba(255, 255, 255, 0.8);
}

.lblog-cta-box--soft {
    background: #f1f5f9;
    border: 1px solid #dbe4ef;
    color: #0f172a;
}

.lblog-cta-box--soft p {
    color: #475569;
}

.lblog-cta-box--final {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.lblog-legal {
    margin-top: 20px;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #fed7aa;
    background: #fff7ed;
    color: #9a3412;
}

.lblog-related-links {
    display: grid;
    gap: 10px;
}

.lblog-related-link {
    display: block;
    text-decoration: none;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    padding: 12px;
    color: #0f172a;
    background: #f8fafc;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.lblog-related-link strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.96rem;
}

.lblog-related-link span {
    display: block;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.55;
}

.lblog-related-link:hover {
    border-color: #94a3b8;
    background: #f1f5f9;
}

.lblog-faq {
    display: grid;
    gap: 10px;
}

.lblog-faq__item {
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
}

.lblog-faq__item summary {
    cursor: pointer;
    font-weight: 700;
    color: #0f172a;
    list-style: none;
}

.lblog-faq__item summary::-webkit-details-marker {
    display: none;
}

.lblog-faq__item p {
    margin: 10px 0 2px;
    color: #475569;
}

.lblog-pricing {
    border-top: 1px solid #e2e8f0;
    padding: 46px 0 56px;
}

.lblog-pricing__head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.lblog-pricing__badge {
    display: inline-block;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c71f2d;
    background: #ffe9eb;
}

.lblog-pricing__title {
    margin: 12px 0 8px;
    font-size: 2rem;
    line-height: 1.25;
    color: #0f172a;
}

.lblog-pricing__subtitle {
    margin: 0 auto;
    max-width: 650px;
    color: #475569;
    line-height: 1.75;
}

.lblog-period-btn {
    min-width: 118px;
}

@media (max-width: 991px) {
    .lblog-title {
        font-size: 2rem;
    }

    .lblog-timeline__item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .lblog-pricing__title {
        font-size: 1.82rem;
    }
}

@media (max-width: 768px) {
    .lblog-hero {
        padding: 118px 0 50px;
    }

    .lblog-title {
        font-size: 1.72rem;
    }

    .lblog-subtitle {
        font-size: 0.95rem;
    }

    .lblog-card {
        padding: 20px;
    }

    .lblog-card__title {
        min-height: 0;
        font-size: 1.14rem;
    }

    .lblog-share__btn {
        font-size: 0.72rem;
    }

    .lblog-article h2 {
        font-size: 1.26rem;
    }

    .lblog-cta-box {
        padding: 18px;
    }

    .lblog-pricing {
        padding-top: 38px;
    }

    .lblog-pricing__title {
        font-size: 1.62rem;
    }

    .lblog-compare-table {
        min-width: 600px;
    }
}
