/* ═══════════════════════════════════════════════
   BLOG STYLES — Avenoir Premium
   ═══════════════════════════════════════════════ */

/* ─── Hero ─── */
.blog-hero {
    position: relative;
    padding: 10rem 0 5rem;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 60%, #f0f9ff 100%);
    overflow: hidden;
}

.blog-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.blog-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: blogOrbFloat 18s ease-in-out infinite;
}

.blog-hero__orb--1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.12), transparent 70%);
    top: -15%;
    right: -5%;
}

.blog-hero__orb--2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.08), transparent 70%);
    bottom: -10%;
    left: -8%;
    animation-delay: -8s;
}

.blog-hero__orb--3 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.10), transparent 70%);
    top: 30%;
    left: 40%;
    animation-delay: -4s;
}

@keyframes blogOrbFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-30px) scale(1.05); }
}

.blog-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}

.blog-hero__breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 2rem;
}

.blog-hero__breadcrumb a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}

.blog-hero__breadcrumb a:hover {
    color: #0066cc;
}

.blog-hero__breadcrumb svg {
    width: 14px;
    height: 14px;
    stroke: #94a3b8;
}

.blog-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #0ea5e9;
    background: rgba(14, 165, 233, 0.08);
    border: 1px solid rgba(14, 165, 233, 0.15);
    border-radius: 50px;
    margin-bottom: 1.5rem;
}

.blog-hero__title {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 1rem;
}

.blog-hero__title-gradient {
    background: linear-gradient(135deg, #0ea5e9, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.blog-hero__desc {
    font-size: 1.125rem;
    color: #475569;
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto 2rem;
}

.blog-hero__stats {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.blog-hero__stat {
    text-align: center;
}

.blog-hero__stat-value {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #0ea5e9;
    line-height: 1;
}

.blog-hero__stat-label {
    font-size: 0.8rem;
    color: #64748b;
    margin-top: 0.3rem;
}

/* ─── Subscribe Banner ─── */
.blog-subscribe {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
    padding: 3.5rem 0;
    position: relative;
    overflow: hidden;
}

.blog-subscribe__glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15;
    pointer-events: none;
}

.blog-subscribe__glow--1 {
    background: #0ea5e9;
    top: -50%;
    left: -10%;
}

.blog-subscribe__glow--2 {
    background: #8b5cf6;
    bottom: -50%;
    right: -10%;
}

.blog-subscribe__inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}

.blog-subscribe__title {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.blog-subscribe__subtitle {
    font-size: 0.95rem;
    color: #94a3b8;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.blog-subscribe__form {
    display: flex;
    gap: 0.75rem;
    max-width: 500px;
    margin: 0 auto;
}

.blog-subscribe__input {
    flex: 1;
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
    backdrop-filter: blur(10px);
    transition: all 0.3s;
    outline: none;
}

.blog-subscribe__input::placeholder {
    color: #64748b;
}

.blog-subscribe__input:focus {
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

.blog-subscribe__btn {
    padding: 0.75rem 1.75rem;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.blog-subscribe__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(14, 165, 233, 0.3);
}

/* ─── Filters ─── */
.blog-filters {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 72px;
    z-index: 50;
}

.blog-filters__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.blog-filter-btn {
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.3s;
}

.blog-filter-btn:hover {
    border-color: #0ea5e9;
    color: #0ea5e9;
    background: rgba(14, 165, 233, 0.04);
}

.blog-filter-btn.active {
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.25);
}

.blog-filters__search {
    margin-left: auto;
    position: relative;
}

.blog-filters__search-input {
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 0.85rem;
    font-family: 'Inter', sans-serif;
    color: #0f172a;
    width: 220px;
    transition: all 0.3s;
    outline: none;
}

.blog-filters__search-input:focus {
    border-color: #0ea5e9;
    background: #fff;
    width: 280px;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}

.blog-filters__search-icon {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    color: #94a3b8;
    pointer-events: none;
}

/* ─── Blog Grid ─── */
.blog-listing {
    padding: 3rem 0 6rem;
    background: #f8fafc;
}

.blog-listing__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 1.75rem;
}

/* ─── Blog Card ─── */
.blog-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.blog-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0ea5e9, #8b5cf6);
    opacity: 0;
    transition: opacity 0.3s;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.blog-card:hover::before {
    opacity: 1;
}

.blog-card__image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: linear-gradient(135deg, #1e3a8a, #0ea5e9);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.blog-card__image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    position: relative;
}

.blog-card__image-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.15), rgba(139, 92, 246, 0.15));
    z-index: 1;
}

.blog-card__image-title {
    position: relative;
    z-index: 2;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card__body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card__meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.blog-card__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.blog-card__meta-info {
    display: flex;
    flex-direction: column;
}

.blog-card__author {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1e293b;
}

.blog-card__date-read {
    font-size: 0.75rem;
    color: #94a3b8;
}

.blog-card__categories {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.blog-card__category {
    display: inline-flex;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
    background: rgba(14, 165, 233, 0.08);
    color: #0ea5e9;
    border: 1px solid rgba(14, 165, 233, 0.15);
}

.blog-card__category--admin {
    background: rgba(139, 92, 246, 0.08);
    color: #8b5cf6;
    border-color: rgba(139, 92, 246, 0.15);
}

/* Per-category badge colors */
.blog-card__category--lwc              { background: rgba(37, 99, 235, 0.08);  color: #2563eb; border-color: rgba(37, 99, 235, 0.18); }
.blog-card__category--apex             { background: rgba(234, 88, 12, 0.09);  color: #ea580c; border-color: rgba(234, 88, 12, 0.18); }
.blog-card__category--flow             { background: rgba(22, 163, 74, 0.09);  color: #16a34a; border-color: rgba(22, 163, 74, 0.18); }
.blog-card__category--integration-api  { background: rgba(139, 92, 246, 0.09); color: #7c3aed; border-color: rgba(139, 92, 246, 0.18); }
.blog-card__category--superbadge       { background: rgba(217, 119, 6, 0.10);  color: #b45309; border-color: rgba(217, 119, 6, 0.20); }
.blog-card__category--experience-cloud { background: rgba(13, 148, 136, 0.09); color: #0d9488; border-color: rgba(13, 148, 136, 0.18); }
.blog-card__category--salesforce       { background: rgba(2, 132, 199, 0.08);  color: #0284c7; border-color: rgba(2, 132, 199, 0.16); }

.blog-card__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    transition: color 0.3s;
}

.blog-card:hover .blog-card__title {
    color: #0ea5e9;
}

.blog-card__excerpt {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 1.25rem;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0ea5e9;
    transition: all 0.3s;
}

.blog-card__cta svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s;
}

.blog-card:hover .blog-card__cta svg {
    transform: translateX(4px);
}

/* ─── Featured Card ─── */
.blog-card--featured {
    grid-column: 1 / -1;
    flex-direction: row;
}

.blog-card--featured .blog-card__image {
    width: 45%;
    height: auto;
    min-height: 340px;
    flex-shrink: 0;
}

.blog-card--featured .blog-card__body {
    padding: 2rem;
    justify-content: center;
}

.blog-card--featured .blog-card__title {
    font-size: 1.5rem;
}

.blog-card--featured .blog-card__excerpt {
    -webkit-line-clamp: 4;
    font-size: 0.95rem;
}

.blog-card--featured .blog-card__badge-featured {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.8rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 50px;
    margin-bottom: 1rem;
    width: fit-content;
}

.blog-card--featured .blog-card__badge-featured svg {
    width: 12px;
    height: 12px;
}

/* ─── No Results ─── */
.blog-no-results {
    text-align: center;
    padding: 4rem 2rem;
    color: #94a3b8;
    font-size: 1.1rem;
    display: none;
}

.blog-no-results.visible {
    display: block;
}

/* ═══════════════════════════════════════════════
   BLOG POST / ARTICLE VIEW
   ═══════════════════════════════════════════════ */

.blog-article {
    padding: 0 0 6rem;
    background: #fff;
}

.blog-article__hero {
    position: relative;
    padding: 10rem 0 4rem;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 60%, #f0f9ff 100%);
    overflow: hidden;
}

.blog-article__hero-inner {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.blog-article__categories {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.blog-article__category {
    display: inline-flex;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    background: rgba(14, 165, 233, 0.08);
    color: #0ea5e9;
    border: 1px solid rgba(14, 165, 233, 0.15);
}

.blog-article__category--admin {
    background: rgba(139, 92, 246, 0.08);
    color: #8b5cf6;
    border-color: rgba(139, 92, 246, 0.15);
}

.blog-article__title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.blog-article__meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2e8f0;
}

.blog-article__author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    flex-shrink: 0;
}

.blog-article__author-info {
    display: flex;
    flex-direction: column;
}

.blog-article__author-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
}

.blog-article__author-role {
    font-size: 0.8rem;
    color: #64748b;
}

.blog-article__meta-divider {
    width: 1px;
    height: 28px;
    background: #e2e8f0;
}

.blog-article__meta-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: #64748b;
}

.blog-article__meta-item svg {
    width: 16px;
    height: 16px;
    color: #94a3b8;
}

/* ─── Article Content ─── */
.blog-article__content {
    max-width: 820px;
    margin: 0 auto;
    padding: 3rem 1.5rem 0;
}

.blog-article__content h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin: 2.5rem 0 1rem;
    line-height: 1.3;
}

.blog-article__content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin: 2rem 0 0.75rem;
    line-height: 1.3;
}

.blog-article__content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 1.5rem 0 0.5rem;
}

.blog-article__content p {
    font-size: 1.05rem;
    color: #334155;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.blog-article__content ul,
.blog-article__content ol {
    margin: 0.75rem 0 1.25rem 1.5rem;
}

.blog-article__content li {
    font-size: 1rem;
    color: #334155;
    line-height: 1.75;
    margin-bottom: 0.4rem;
}

.blog-article__content pre {
    background: #0f172a;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    overflow-x: auto;
    margin: 1.25rem 0;
    border: 1px solid #1e293b;
}

.blog-article__content code {
    font-family: 'Fira Code', 'JetBrains Mono', monospace;
    font-size: 0.875rem;
    color: #e2e8f0;
    line-height: 1.6;
}

.blog-article__content p code {
    background: #f1f5f9;
    color: #0f172a;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    font-size: 0.9rem;
    border: 1px solid #e2e8f0;
}

.blog-article__content a {
    color: #0ea5e9;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.blog-article__content a:hover {
    color: #0066cc;
}

.blog-article__content blockquote {
    border-left: 4px solid #0ea5e9;
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    background: #f0f9ff;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #475569;
}

.blog-article__content img {
    max-width: 100%;
    border-radius: 12px;
    margin: 1.5rem 0;
    border: 1px solid #e2e8f0;
}

/* ─── Author Credit ─── */
.blog-article__credit {
    max-width: 820px;
    margin: 3rem auto 0;
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, #f0f9ff, #eef2ff);
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.blog-article__credit-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.blog-article__credit-name {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.blog-article__credit-role {
    font-size: 0.85rem;
    color: #64748b;
}

.blog-article__credit-company {
    font-size: 0.85rem;
    color: #64748b;
}

.blog-article__credit-company a {
    color: #0ea5e9;
    text-decoration: none;
}

/* ─── Tags ─── */
.blog-article__tags {
    max-width: 820px;
    margin: 2rem auto 0;
    padding: 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.blog-article__tag {
    display: inline-flex;
    padding: 0.3rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s;
}

.blog-article__tag:hover {
    background: rgba(14, 165, 233, 0.08);
    border-color: #0ea5e9;
    color: #0ea5e9;
}

/* ─── References ─── */
.blog-article__references {
    max-width: 820px;
    margin: 2.5rem auto 0;
    padding: 0 1.5rem;
}

.blog-article__references h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
}

.blog-article__references ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-article__references li {
    margin-bottom: 0.5rem;
}

.blog-article__references a {
    font-size: 0.875rem;
    color: #0ea5e9;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: color 0.2s;
    word-break: break-all;
}

.blog-article__references a:hover {
    color: #0066cc;
    text-decoration: underline;
}

.blog-article__references a::before {
    content: '→';
    flex-shrink: 0;
    font-size: 0.8rem;
}

/* ─── Related Posts ─── */
.blog-related {
    padding: 5rem 0;
    background: linear-gradient(180deg, #f8fafc, #eef2ff);
}

.blog-related__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.blog-related__header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.blog-related__eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #0ea5e9;
    background: rgba(14, 165, 233, 0.06);
    border: 1px solid rgba(14, 165, 233, 0.12);
    padding: 0.35rem 1rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.blog-related__title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #0f172a;
}

.blog-related__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 1.5rem;
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
    .blog-card--featured {
        flex-direction: column;
    }

    .blog-card--featured .blog-card__image {
        width: 100%;
        min-height: 220px;
    }

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

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

@media (max-width: 768px) {
    .blog-hero {
        padding: 8rem 0 3rem;
    }

    .blog-hero__stats {
        gap: 1.5rem;
    }

    .blog-filters__inner {
        flex-wrap: wrap;
    }

    .blog-filters__search {
        margin-left: 0;
        width: 100%;
    }

    .blog-filters__search-input {
        width: 100%;
    }

    .blog-filters__search-input:focus {
        width: 100%;
    }

    .blog-subscribe__form {
        flex-direction: column;
    }

    .blog-article__hero {
        padding: 8rem 0 3rem;
    }

    .blog-article__credit {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .blog-hero__title {
        font-size: 1.75rem;
    }

    .blog-hero__desc {
        font-size: 0.95rem;
    }

    .blog-hero__stat-value {
        font-size: 1.6rem;
    }

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

    .blog-card--featured {
        flex-direction: column;
    }

    .blog-card--featured .blog-card__image {
        width: 100%;
        min-height: 200px;
    }

    .blog-card--featured .blog-card__title {
        font-size: 1.15rem;
    }

    .blog-subscribe__title {
        font-size: 1.2rem;
    }

    .blog-article__title {
        font-size: 1.5rem;
    }
}

@media (max-width: 360px) {
    .blog-hero__title {
        font-size: 1.5rem;
    }

    .blog-hero__stats {
        flex-direction: column;
        gap: 1rem;
    }

    .blog-card__title {
        font-size: 1rem;
    }

    .blog-filter-btn {
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
    }
}

@keyframes industryOrbFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-30px) scale(1.05); }
}
