/* Custom Blog Page Styles */
.blog-wrapper {
    background: #050813;
    color: #f8fafc;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}

/* Category Filters */
.blog-filters-container {
    margin-bottom: 50px;
    text-align: center;
}

.blog-filters {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 6px;
    border-radius: 40px;
}

.blog-filters .filter-btn {
    background: transparent;
    border: none;
    outline: none;
    color: #64748b;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-filters .filter-btn:hover {
    color: #0f172a;
    background: rgba(15, 23, 42, 0.04);
}

.blog-filters .filter-btn.active {
    background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.2);
}

.blog-filters .filter-btn:focus-visible,
.featured-title a:focus-visible,
.blog-card-title a:focus-visible,
.read-more-btn:focus-visible {
    outline: 2px solid #60a5fa;
    outline-offset: 3px;
}

/* Featured Post Card (Light Theme) */
.featured-post-wrapper {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.featured-post-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.featured-post-card:hover {
    transform: translateY(-4px);
    border-color: rgba(124, 58, 237, 0.25);
    box-shadow: 0 20px 50px rgba(124, 58, 237, 0.08);
}

.featured-img-col {
    padding-right: 0;
}

.featured-img-wrap {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #0d1422;
}

/* CSS-based High-Tech Illustrations */
.tech-illustration {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-card:hover .tech-illustration, .featured-post-card:hover .tech-illustration {
    transform: scale(1.05);
}

.ill-featured {
    background: linear-gradient(135deg, #1e1b4b 0%, #090d16 100%);
}

.ill-seo {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
}

.ill-sys {
    background: linear-gradient(135deg, #090d16 0%, #111827 100%);
}

.ill-ai {
    background: linear-gradient(135deg, #1f1235 0%, #0f172a 100%);
}

.ill-dev {
    background: linear-gradient(135deg, #0f172a 0%, #062f4f 100%);
}

.ill-http3 {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.tech-grid-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(124, 58, 237, 0.08) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(124, 58, 237, 0.08) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 80%);
}

.tech-grid-overlay-blue {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(59, 130, 246, 0.08) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(59, 130, 246, 0.08) 1px, transparent 1px);
    background-size: 20px 20px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 80%);
}

.tech-glow-circle {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.28) 0%, transparent 70%);
    filter: blur(30px);
    animation: floatGlow 8s infinite alternate ease-in-out;
}

.tech-glow-circle-blue {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.25) 0%, transparent 70%);
    filter: blur(25px);
    animation: floatGlow 6s infinite alternate-reverse ease-in-out;
}

.ill-featured .tech-glow-circle-blue {
    top: 20%;
    right: 20%;
}

/* Card Glow Overrides */
.glow-purple {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.2) 0%, transparent 70%);
}

.glow-pink {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.15) 0%, transparent 70%);
}

.glow-red {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(239, 68, 68, 0.15) 0%, transparent 70%);
}

@keyframes floatGlow {
    0% { transform: scale(1) translate(-20px, -20px); opacity: 0.7; }
    100% { transform: scale(1.15) translate(20px, 20px); opacity: 0.95; }
}

.vector-graphic-wrap {
    position: relative;
    z-index: 3;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 25px rgba(124, 58, 237, 0.6));
}

.vector-graphic-wrap-blue {
    filter: drop-shadow(0 0 20px rgba(59, 130, 246, 0.5));
}

.vector-graphic-wrap-purple {
    filter: drop-shadow(0 0 20px rgba(139, 92, 246, 0.5));
}

.vector-pink {
    filter: drop-shadow(0 0 15px rgba(236, 72, 153, 0.4));
}

.vector-red {
    filter: drop-shadow(0 0 15px rgba(239, 68, 68, 0.4));
}

/* SVG Size Standardization */
.tech-illustration svg {
    width: 60px;
    height: 60px;
}
.ill-featured svg {
    width: 80px;
    height: 80px;
}

.blog-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(124, 58, 237, 0.9);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 5;
}

.badge-hot {
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
}

.blog-post-date {
    display: block;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 12px;
    font-weight: 500;
}

.featured-content-col {
    padding: 40px !important;
}

@media (min-width: 992px) {
    .featured-post-card .row {
        align-items: stretch;
    }

    .featured-img-col {
        display: flex;
    }

    .featured-img-wrap {
        height: auto;
        min-height: 400px;
        flex: 1;
    }
}

.featured-title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 16px;
    font-weight: 700;
}

.featured-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-title a:hover {
    color: #7c3aed;
}

.featured-excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 24px;
}

.featured-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
}

.blog-author {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.read-more-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(124,58,237,0.15), rgba(59,130,246,0.15));
    border: 1px solid rgba(255,255,255,0.08);
    color: #a78bfa;
    text-decoration: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.read-more-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #7c3aed, #3b82f6);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.read-more-btn:hover,
.featured-post-card:hover .read-more-btn,
.blog-card:hover .read-more-btn {
    color: #fff;
    border-color: transparent;
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.35);
}

.read-more-btn:hover::before,
.featured-post-card:hover .read-more-btn::before,
.blog-card:hover .read-more-btn::before {
    opacity: 1;
}

.read-more-btn .arrow-icon {
    display: block;
    width: 18px;
    height: 18px;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: center center;
}

.read-more-btn:hover .arrow-icon,
.featured-post-card:hover .read-more-btn .arrow-icon,
.blog-card:hover .read-more-btn .arrow-icon {
    transform: scale(1.2);
}

/* Blog Grid — Modern Asymmetric Masonry */
.blog-grid-section {
    position: relative;
    z-index: 10;
    background: #ffffff;
    color: #0f172a;
}

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

/* Default: each card occupies 2 of 6 columns (= 3 per row) */
.blog-card-wrapper {
    grid-column: span 2;
    opacity: 0;
    transform: translateY(32px);
    animation: cardReveal 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

/* Stagger entrance */
.blog-card-wrapper:nth-child(1) { animation-delay: 0.05s; }
.blog-card-wrapper:nth-child(2) { animation-delay: 0.12s; }
.blog-card-wrapper:nth-child(3) { animation-delay: 0.19s; }
.blog-card-wrapper:nth-child(4) { animation-delay: 0.26s; }
.blog-card-wrapper:nth-child(5) { animation-delay: 0.33s; }
.blog-card-wrapper:nth-child(6) { animation-delay: 0.40s; }
.blog-card-wrapper:nth-child(7) { animation-delay: 0.47s; }

@keyframes cardReveal {
    to { opacity: 1; transform: translateY(0); }
}

/* Wide card — first card spans 4 of 6 columns */
.blog-card-wrapper.card-wide {
    grid-column: span 4;
}
.blog-card-wrapper.card-wide .blog-card {
    flex-direction: row;
}
.blog-card-wrapper.card-wide .blog-card-image {
    width: 45%;
    min-width: 45%;
    height: auto;
    min-height: 280px;
}
.blog-card-wrapper.card-wide .blog-card-body {
    padding: 32px 36px;
}
.blog-card-wrapper.card-wide .blog-card-title {
    font-size: 22px;
}
.blog-card-wrapper.card-wide .blog-card-excerpt {
    font-size: 15px;
}

/* Card core styles */
.blog-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1),
                border-color 0.45s ease,
                box-shadow 0.45s ease;
}

/* Gradient border glow on hover */
.blog-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 21px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(124,58,237,0.35), rgba(59,130,246,0.35));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
    z-index: 1;
}

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

.blog-card:hover {
    transform: translateY(-8px) scale(1.012);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05),
                0 0 30px rgba(124, 58, 237, 0.03);
}

.blog-card-image {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.blog-card-body {
    padding: 26px 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: left;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 14px;
}

.blog-category-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(135deg, #3b82f6 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.8px;
}

.blog-card-title {
    font-size: 19px;
    line-height: 1.35;
    margin-bottom: 12px;
    font-weight: 600;
}

.blog-card-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-title a:hover {
    color: #7c3aed;
}

.blog-card-excerpt {
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 20px;
    flex-grow: 1;
}

.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
    margin-top: auto;
}

/* Number label on card */
.blog-card-number {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 13px;
    font-weight: 800;
    font-family: inherit;
    color: rgba(15, 23, 42, 0.04);
    letter-spacing: -0.5px;
    z-index: 5;
    pointer-events: none;
}

/* Animations for Filtering */
.blog-card-wrapper.is-hidden, .featured-post-wrapper.is-hidden {
    opacity: 0 !important;
    transform: scale(0.96) translateY(10px) !important;
    pointer-events: none;
    animation: none !important;
}

/* Call to Action audit block */
.blog-cta-section {
    background: linear-gradient(135deg, rgba(13, 20, 34, 0.8) 0%, rgba(20, 10, 40, 0.85) 100%);
    border: 1px solid rgba(124, 58, 237, 0.18);
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.blog-cta-bg-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, transparent 70%);
    top: -200px;
    left: -200px;
    filter: blur(45px);
}

.blog-cta-bg-glow-right {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.12) 0%, transparent 70%);
    bottom: -200px;
    right: -200px;
    filter: blur(45px);
}

.blog-cta-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
}

.blog-cta-desc {
    font-size: 17px;
    color: #cbd5e1;
    max-width: 720px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

/* Hero Section Style Overrides mapped from Inline HTML */
.blog-hero {
    min-height: 75vh;
}

.blog-kicker {
    color: #8b5cf6;
}

.blog-hero-title {
    background: linear-gradient(135deg, #ffffff 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: 0;
}

.blog-hero-lead {
    color: #cbd5e1;
    margin-bottom: 30px;
}

.blog-hero-actions {
    margin-bottom: 0;
}

.blog-expertise-row {
    margin-top: 62px;
}

.blog-expertise-row .cases-stat span {
    display: block;
    max-width: 245px;
    line-height: 1.6;
    letter-spacing: 0.8px;
}

/* Hero Style and Post Header */
.blog-post-header {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    border-bottom: none;
}

.blog-post-header::before {
    content: '';
    position: absolute;
    inset: -20px;
    background: url('/img/blog/speed_performance.webp') no-repeat center center;
    background-size: cover;
    filter: blur(8px) brightness(0.28);
    z-index: 1;
}

.blog-post-header::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(5, 8, 19, 0.5) 0%, rgba(5, 8, 19, 0.8) 100%);
    z-index: 1.5;
    pointer-events: none;
}

.blog-post-header .container {
    position: relative;
    z-index: 2;
}

.blog-post-meta-top {
    display: inline-block;
    font-size: 14px;
    color: #a78bfa;
    margin-bottom: 15px;
    font-weight: 500;
}

.blog-post-main-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Post Content Styles (Light Theme) */
.blog-post-content-section {
    background: #ffffff;
    color: #334155;
    line-height: 1.8;
    padding: 100px 0;
}

.blog-post-body p {
    font-size: 16px;
    margin-bottom: 24px;
    color: #334155;
}

.blog-post-body h2 {
    font-size: 28px;
    color: #0f172a;
    margin-top: 45px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.blog-post-body h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #7c3aed, #3b82f6);
    border-radius: 2px;
}

.blog-post-body h3 {
    font-size: 22px;
    color: #0f172a;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

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

.blog-post-body li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #334155;
    list-style-type: square;
}

.blog-post-body strong {
    color: #0f172a;
}

.blog-post-quote {
    background: #f8fafc;
    border-left: 4px solid #7c3aed;
    padding: 20px 25px;
    margin: 35px 0;
    border-radius: 0 12px 12px 0;
}

.blog-post-quote p {
    font-style: italic;
    font-size: 17px;
    color: #475569;
    margin-bottom: 0;
}

.blog-post-stat-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    margin: 35px 0;
}

.blog-post-stat-title {
    font-size: 20px;
    color: #0f172a;
    margin-bottom: 15px;
    font-weight: 600;
}

.blog-post-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.blog-post-stat-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.blog-post-stat-number {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
    line-height: 1;
}

.blog-post-stat-label {
    font-size: 14px;
    color: #64748b;
}

.blog-post-footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e2e8f0;
    padding-top: 30px;
    margin-top: 50px;
}

.blog-back-link {
    color: #7c3aed;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.blog-back-link:hover {
    color: #3b82f6;
}

.blog-back-link svg {
    display: block;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.blog-back-link:hover svg {
    transform: scale(1.2);
}



/* Responsive queries */
@media (max-width: 991px) {
    .blog-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
    .blog-card-wrapper {
        grid-column: span 2;
    }
    .blog-card-wrapper.card-wide {
        grid-column: span 4;
    }
    .blog-card-wrapper.card-wide .blog-card {
        flex-direction: column;
    }
    .blog-card-wrapper.card-wide .blog-card-image {
        width: 100%;
        min-width: 100%;
        height: 220px;
        min-height: unset;
    }
    .blog-card-wrapper.card-wide .blog-card-body {
        padding: 26px 28px;
    }
    .blog-card-wrapper.card-wide .blog-card-title {
        font-size: 19px;
    }
    .featured-img-col {
        padding-right: 15px;
    }
    .featured-img-wrap {
        height: 300px;
    }
    .featured-content-col {
        padding: 30px;
        margin: 0 30px;
    }
    .featured-title {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .blog-post-header {
        padding: 80px 0 40px;
        height: 350px;
    }
    .blog-post-content-section {
        padding: 50px 0;
    }
    .blog-post-main-title {
        font-size: 28px;
    }
    .blog-post-body {
        padding: 0 15px;
    }
    .blog-post-body h2 {
        font-size: 24px;
        margin-top: 35px;
        margin-bottom: 15px;
    }
    .blog-post-body h3 {
        font-size: 19px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .blog-post-quote {
        margin: 25px 0;
        padding: 15px 20px;
    }
    .blog-post-stat-box {
        padding: 20px;
        margin: 25px 0;
    }
    .blog-post-stat-grid {
        grid-template-columns: 1fr;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .blog-card-wrapper,
    .blog-card-wrapper.card-wide {
        grid-column: span 1;
    }
    .blog-card-wrapper.card-wide .blog-card {
        flex-direction: column;
    }
    .blog-card-wrapper.card-wide .blog-card-image {
        width: 100%;
        min-width: 100%;
        height: 200px;
    }
    .featured-img-wrap {
        height: 220px;
    }
    .featured-img-col {
        padding-right: 0;
    }
    .blog-filters {
        border-radius: 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .blog-filters .filter-btn {
        padding: 8px 16px;
        font-size: 13px;
        flex-grow: 1;
        text-align: center;
    }
    .blog-cta-section {
        padding: 40px 20px;
    }
    .blog-cta-title {
        font-size: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tech-glow-circle,
    .tech-glow-circle-blue,
    .blog-card-wrapper {
        animation: none;
    }

    .blog-card-wrapper {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .featured-post-wrapper,
    .featured-post-card,
    .tech-illustration,
    .blog-card,
    .read-more-btn,
    .arrow-icon {
        transition: none;
    }

    .featured-post-card:hover,
    .blog-card:hover,
    .blog-card:hover .tech-illustration,
    .featured-post-card:hover .tech-illustration,
    .blog-card:hover .read-more-btn,
    .featured-post-card:hover .read-more-btn {
        transform: none;
    }
}

/* Article Intro block styles */
.blog-post-intro-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 25px;
}

.blog-post-intro-icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: rgba(124, 58, 237, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.blog-post-intro-icon svg {
    width: 32px;
    height: 32px;
}

.blog-post-intro-title {
    font-size: 24px;
    color: #0f172a;
    font-weight: 700;
    margin: 0 !important;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .blog-post-intro-header {
        gap: 15px;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    .blog-post-intro-title {
        font-size: 18px;
    }
    .blog-post-intro-icon {
        width: 46px;
        height: 46px;
        border-radius: 10px;
    }
    .blog-post-intro-icon svg {
        width: 26px;
        height: 26px;
    }
}

/* GPU Hardware Acceleration for smooth animations and transitions on elements with border-radius */
.blog-card,
.featured-post-card,
.tech-illustration,
.tech-glow-circle,
.tech-glow-circle-blue,
.read-more-btn,
.blog-filters,
.filter-btn {
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

