.app-modern-blog-header {
    position: relative;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 140px 0 100px;
    overflow: hidden;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

/* Background Elements */
.blog-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(
            circle at 20% 50%,
            rgba(102, 126, 234, 0.15) 0%,
            transparent 50%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgba(118, 75, 162, 0.15) 0%,
            transparent 50%
        );
    pointer-events: none;
}

.blog-header-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.5;
    pointer-events: none;
}

/* ─── Breadcrumb Navigation ──────────────────────────────── */
.blog-breadcrumb {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.breadcrumb-item a:hover {
    color: #667eea;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* ─── Header Content ──────────────────────────────────────── */
.blog-header-content {
    position: relative;
    z-index: 2;
}

.blog-header-text {
    padding-right: 20px;
}

/* Category Badge */
.blog-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(102, 126, 234, 0.2);
    border: 1px solid rgba(102, 126, 234, 0.4);
    color: #a78bfa;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-category-badge i {
    font-size: 14px;
}

/* Main Title */
.blog-main-title {
    font-family: "gilroy-bold", "Inter", sans-serif;
    font-size: 38px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

/* Description */
.blog-description {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    max-width: 580px;
}

/* Meta Row */
.blog-meta-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.blog-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
}

.blog-meta-item i {
    color: #667eea;
    font-size: 15px;
}

/* ─── Author Card ──────────────────────────────────────────── */
.blog-author-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 16px 20px;
    max-width: 580px;
}

.author-avatar-wrap {
    position: relative;
    flex-shrink: 0;
}

.author-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(102, 126, 234, 0.4);
}

.author-verified-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1a1a2e;
}

.author-verified-badge i {
    font-size: 10px;
    color: #fff;
}

.author-info {
    flex: 1;
}

.author-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 4px;
}

.author-name {
    font-family: "gilroy-semibold", sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 2px 0;
}

.author-designation {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.author-social-links {
    display: flex;
    gap: 6px;
    margin-left: auto;
}

.author-social-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.author-social-btn:hover {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-color: transparent;
    color: #fff !important;
    transform: translateY(-2px);
    text-decoration: none;
}

/* ─── Featured Image ──────────────────────────────────────── */
.blog-header-image {
    position: relative;
    padding: 20px;
}

.image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.blog-featured-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    transition: transform 0.6s ease;
}

.image-wrapper:hover .blog-featured-img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(102, 126, 234, 0.2),
        rgba(118, 75, 162, 0.2)
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 20px;
}

.image-wrapper:hover .image-overlay {
    opacity: 1;
}

.image-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    background: radial-gradient(
        circle,
        rgba(102, 126, 234, 0.3) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.image-wrapper:hover .image-glow {
    opacity: 1;
}

/* Floating Stats Card */
.floating-stats-card {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: floatStats 3s ease-in-out infinite;
}

@keyframes floatStats {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1a1a2e;
    font-weight: 600;
    font-size: 14px;
}

.stat-item i {
    color: #667eea;
    font-size: 16px;
}

.stat-divider {
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.1);
}

/* ─── Scroll Indicator ───────────────────────────────────── */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0.7;
}

.scroll-mouse {
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    position: relative;
    animation: scrollBounce 2s ease-in-out infinite;
}

.scroll-wheel {
    width: 4px;
    height: 8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollWheel 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes scrollWheel {
    0% {
        opacity: 1;
        top: 6px;
    }
    100% {
        opacity: 0;
        top: 20px;
    }
}

.scroll-text {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ─── Responsive Design ──────────────────────────────────── */
@media (max-width: 991px) {
    .app-modern-blog-header {
        padding: 100px 0 60px;
        min-height: auto;
    }

    .blog-header-text {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .blog-description {
        max-width: 100%;
    }

    .blog-author-card {
        max-width: 100%;
    }

    .author-social-links {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .floating-stats-card {
        position: static;
        margin-top: 20px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .app-modern-blog-header {
        padding: 80px 0 50px;
    }

    .blog-main-title {
        font-size: 28px;
    }

    .blog-meta-row {
        gap: 12px;
    }

    .blog-meta-item {
        font-size: 12px;
    }

    .blog-author-card {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .author-social-links {
        flex-direction: row;
    }

    .scroll-indicator {
        display: none;
    }
}
.breadcrumb-item + .breadcrumb-item,
.breadcrumb-item + .breadcrumb-item::before {
    padding-left: 0;
    margin-right: 0;
}
