.blog-container {
    width: min(1220px, 92%);
    margin: 0 auto;
}

.blog-hero {
    padding: 42px 0 90px;
    background:
        radial-gradient(circle at 18% 20%, rgba(124, 58, 237, 0.28), transparent 28%),
        linear-gradient(135deg, #111827 0%, #172554 48%, #1e1b4b 100%);
    color: #ffffff;
}

.blog-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 48px;
    color: rgba(255,255,255,0.72);
    font-size: 14px;
}

.blog-breadcrumb a {
    color: rgba(255,255,255,0.72);
    text-decoration: none;
}

.blog-breadcrumb strong {
    color: #ffffff;
}

.blog-hero-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 64px;
    align-items: center;
}

.blog-eyebrow {
    display: inline-flex;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #93c5fd;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.blog-hero-content h1,
.blog-detail-header h1 {
    margin: 0;
    font-size: clamp(44px, 6vw, 76px);
    line-height: 1.05;
    letter-spacing: -0.055em;
    font-weight: 950;
}

.blog-hero-content p,
.blog-detail-header p {
    margin: 24px 0 34px;
    color: rgba(255,255,255,0.76);
    font-size: 20px;
    line-height: 1.65;
}

.blog-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.blog-primary-btn,
.blog-secondary-btn {
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 950;
}

.blog-primary-btn {
    background: #ff4f1f;
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(255, 79, 31, 0.28);
}

.blog-secondary-btn {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.22);
    color: #ffffff;
}

.blog-featured-card {
    min-height: 430px;
    padding: 44px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 70% 30%, rgba(37, 99, 235, 0.55), transparent 32%),
        linear-gradient(135deg, #003bb8 0%, #071063 100%);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 30px 80px rgba(0,0,0,0.24);
    position: relative;
    overflow: hidden;
}

.blog-featured-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: 0.45;
}

.blog-featured-card > * {
    position: relative;
    z-index: 2;
}

.blog-featured-label {
    display: inline-flex;
    color: #bfdbfe;
    font-weight: 950;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 26px;
}

.blog-featured-card h2 {
    max-width: 620px;
    margin: 0 0 18px;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.blog-featured-card p {
    max-width: 620px;
    color: rgba(255,255,255,0.76);
    font-size: 18px;
    line-height: 1.6;
}

.blog-meta-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.blog-meta-tags.centered {
    justify-content: center;
}

.blog-meta-tags span {
    padding: 9px 14px;
    border-radius: 10px;
    background: rgba(255,255,255,0.14);
    color: #dbeafe;
    font-size: 13px;
    font-weight: 850;
}

.blog-read-button {
    margin-top: 42px;
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    padding: 0 20px;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    font-weight: 950;
}

.blog-list-section,
.blog-related {
    padding: 76px 0;
    background: #f6f8fc;
}

.blog-section-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 34px;
}

.blog-section-header h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(34px, 4vw, 54px);
    letter-spacing: -0.05em;
}

.blog-filter-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-filter-pills button {
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    padding: 0 20px;
    background: #ffffff;
    color: #475569;
    font-weight: 900;
    cursor: pointer;
}

.blog-filter-pills button.active {
    background: #ffede6;
    color: #ff4f1f;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-card {
    display: block;
    overflow: hidden;
    border-radius: 26px;
    background: #ffffff;
    color: #111827;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    transition: 0.22s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card-image {
    min-height: 190px;
    padding: 24px;
    background:
        radial-gradient(circle at 70% 30%, rgba(255, 79, 31, 0.35), transparent 34%),
        linear-gradient(135deg, #111827 0%, #1e3a8a 100%);
    display: flex;
    align-items: flex-start;
}

.blog-card-image span {
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
}

.blog-card-body {
    padding: 28px;
}

.blog-card-meta,
.blog-card-footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.blog-card-meta span,
.blog-card-meta strong,
.blog-card-footer span {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.blog-card h3 {
    margin: 24px 0 14px;
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.blog-card p {
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 26px;
}

.blog-card-footer {
    padding-top: 22px;
    border-top: 1px solid #e5e7eb;
}

.blog-card-footer strong {
    color: #ff4f1f;
}

.blog-cta {
    padding: 80px 0;
    background: #ffffff;
}

.blog-cta-box {
    padding: 64px 34px;
    border-radius: 32px;
    background: linear-gradient(135deg, #111827 0%, #172554 100%);
    color: #ffffff;
    text-align: center;
}

.blog-cta-box h2 {
    margin: 0 0 16px;
    font-size: clamp(36px, 4vw, 58px);
    letter-spacing: -0.05em;
}

.blog-cta-box p {
    max-width: 760px;
    margin: 0 auto 30px;
    color: rgba(255,255,255,0.72);
    font-size: 19px;
    line-height: 1.6;
}

.blog-detail-hero {
    padding: 42px 0 80px;
    background: linear-gradient(135deg, #111827 0%, #172554 100%);
    color: #ffffff;
}

.blog-detail-header {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
}

.blog-detail-body {
    padding: 70px 0;
    background: #ffffff;
}

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

.blog-sidebar {
    position: sticky;
    top: 110px;
    padding: 24px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.blog-sidebar h3 {
    margin: 0 0 18px;
}

.blog-sidebar a {
    display: block;
    padding: 13px 0;
    color: #475569;
    text-decoration: none;
    font-weight: 800;
    border-bottom: 1px solid #e5e7eb;
}

.blog-sidebar-cta {
    margin-top: 20px;
    text-align: center;
    border-radius: 999px;
    background: #ff4f1f;
    color: #ffffff !important;
    border-bottom: 0 !important;
}

.blog-article {
    max-width: 860px;
}

.blog-article section {
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #e5e7eb;
}

.blog-section-number {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #ff4f1f;
    color: #ffffff;
    font-weight: 950;
    margin-bottom: 20px;
}

.blog-article h2 {
    margin: 0 0 16px;
    font-size: clamp(32px, 4vw, 48px);
    letter-spacing: -0.05em;
}

.blog-article p {
    color: #475569;
    font-size: 20px;
    line-height: 1.75;
}

.blog-help-box {
    padding: 34px;
    border-radius: 26px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.blog-help-box h3 {
    margin: 0 0 12px;
    font-size: 28px;
}

.blog-help-box p {
    margin-bottom: 24px;
}

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

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-sidebar {
        position: static;
    }
}

@media (max-width: 700px) {
    .blog-breadcrumb {
        margin-bottom: 34px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .blog-hero-content h1,
    .blog-detail-header h1 {
        font-size: 40px;
    }

    .blog-hero-content p,
    .blog-detail-header p {
        font-size: 17px;
    }

    .blog-hero-actions,
    .blog-section-header {
        flex-direction: column;
        align-items: stretch;
    }

    .blog-primary-btn,
    .blog-secondary-btn {
        width: 100%;
    }

    .blog-featured-card {
        padding: 30px;
        min-height: 360px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }
}
