/* === ULTRA-PREMIUM BLOG PAGE STYLES === */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

/* Blog Root Variables */
:root {
    --blog-primary-orange: #ff7a00;
    --blog-orange-light: #ff9533;
    --blog-orange-dark: #e66a00;
    --blog-white: #ffffff;
    --blog-cream: #f5e7da;
    --blog-dark: #0f0f0f;
    --blog-dark-light: #1a1a1a;
    --blog-dark-medium: #262626;
    --blog-dark-card: #1e1e1e;
    --blog-gradient-primary: linear-gradient(135deg, #ff7a00, #ff9533);
    --blog-gradient-secondary: linear-gradient(135deg, #1a1a1a, #333333);
    --blog-gradient-glass: linear-gradient(135deg, rgba(255, 122, 0, 0.08), rgba(255, 149, 51, 0.03));
    --blog-shadow-primary: 0 25px 70px rgba(255, 122, 0, 0.35);
    --blog-shadow-secondary: 0 15px 50px rgba(0, 0, 0, 0.6);
    --blog-shadow-card: 0 10px 30px rgba(0, 0, 0, 0.4);
    --blog-blur-glass: blur(25px);
    --blog-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Global Blog Styles */
.blog-page-wrapper {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a, #0f0f0f);
    color: var(--blog-white);
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

/* Advanced Particle System */
.blog-particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.blog-particle-layer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.blog-particles-orange .blog-particle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, var(--blog-primary-orange), transparent);
    opacity: 0.3;
    animation: blogFloatOrbit linear infinite;
}

.blog-particles-cream .blog-particle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, var(--blog-cream), transparent);
    opacity: 0.2;
    animation: blogFloatOrbit linear infinite reverse;
}

.blog-particles-glow .blog-glow-orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.15), transparent);
    filter: blur(50px);
    animation: blogPulse 5s ease-in-out infinite;
}

/* Particle Definitions */
.blog-particles-orange .blog-particle-1 { width: 3px; height: 3px; left: 15%; top: 25%; animation-duration: 22s; animation-delay: 0s; }
.blog-particles-orange .blog-particle-2 { width: 5px; height: 5px; left: 85%; top: 20%; animation-duration: 28s; animation-delay: -3s; }
.blog-particles-orange .blog-particle-3 { width: 2px; height: 2px; left: 65%; top: 75%; animation-duration: 20s; animation-delay: -6s; }
.blog-particles-orange .blog-particle-4 { width: 4px; height: 4px; left: 35%; top: 85%; animation-duration: 25s; animation-delay: -9s; }
.blog-particles-orange .blog-particle-5 { width: 3px; height: 3px; left: 90%; top: 55%; animation-duration: 18s; animation-delay: -12s; }
.blog-particles-orange .blog-particle-6 { width: 5px; height: 5px; left: 25%; top: 65%; animation-duration: 26s; animation-delay: -2s; }
.blog-particles-orange .blog-particle-7 { width: 2px; height: 2px; left: 75%; top: 35%; animation-duration: 21s; animation-delay: -5s; }
.blog-particles-orange .blog-particle-8 { width: 4px; height: 4px; left: 45%; top: 95%; animation-duration: 23s; animation-delay: -8s; }
.blog-particles-orange .blog-particle-9 { width: 3px; height: 3px; left: 80%; top: 30%; animation-duration: 19s; animation-delay: -11s; }
.blog-particles-orange .blog-particle-10 { width: 6px; height: 6px; left: 20%; top: 45%; animation-duration: 27s; animation-delay: -1s; }
.blog-particles-orange .blog-particle-11 { width: 2px; height: 2px; left: 60%; top: 15%; animation-duration: 24s; animation-delay: -4s; }
.blog-particles-orange .blog-particle-12 { width: 4px; height: 4px; left: 70%; top: 90%; animation-duration: 20s; animation-delay: -7s; }
.blog-particles-orange .blog-particle-13 { width: 3px; height: 3px; left: 10%; top: 70%; animation-duration: 22s; animation-delay: -10s; }
.blog-particles-orange .blog-particle-14 { width: 5px; height: 5px; left: 95%; top: 40%; animation-duration: 25s; animation-delay: -13s; }
.blog-particles-orange .blog-particle-15 { width: 2px; height: 2px; left: 40%; top: 10%; animation-duration: 18s; animation-delay: -15s; }

.blog-particles-cream .blog-particle-1 { width: 2px; height: 2px; left: 30%; top: 35%; animation-duration: 24s; animation-delay: -1s; }
.blog-particles-cream .blog-particle-2 { width: 4px; height: 4px; left: 70%; top: 25%; animation-duration: 21s; animation-delay: -4s; }
.blog-particles-cream .blog-particle-3 { width: 3px; height: 3px; left: 40%; top: 80%; animation-duration: 28s; animation-delay: -7s; }
.blog-particles-cream .blog-particle-4 { width: 5px; height: 5px; left: 85%; top: 65%; animation-duration: 19s; animation-delay: -10s; }
.blog-particles-cream .blog-particle-5 { width: 2px; height: 2px; left: 55%; top: 50%; animation-duration: 26s; animation-delay: -2s; }
.blog-particles-cream .blog-particle-6 { width: 4px; height: 4px; left: 90%; top: 40%; animation-duration: 23s; animation-delay: -5s; }
.blog-particles-cream .blog-particle-7 { width: 3px; height: 3px; left: 50%; top: 20%; animation-duration: 25s; animation-delay: -8s; }
.blog-particles-cream .blog-particle-8 { width: 2px; height: 2px; left: 80%; top: 95%; animation-duration: 22s; animation-delay: -3s; }
.blog-particles-cream .blog-particle-9 { width: 4px; height: 4px; left: 10%; top: 75%; animation-duration: 20s; animation-delay: -6s; }
.blog-particles-cream .blog-particle-10 { width: 3px; height: 3px; left: 65%; top: 60%; animation-duration: 27s; animation-delay: -9s; }

.blog-particles-glow .blog-glow-1 { width: 250px; height: 250px; left: 25%; top: 35%; animation-delay: 0s; }
.blog-particles-glow .blog-glow-2 { width: 350px; height: 350px; left: 75%; top: 65%; animation-delay: -2.5s; }
.blog-particles-glow .blog-glow-3 { width: 180px; height: 180px; left: 55%; top: 15%; animation-delay: -5s; }
.blog-particles-glow .blog-glow-4 { width: 280px; height: 280px; left: 10%; top: 80%; animation-delay: -7.5s; }

/* Gradient Overlay */
.blog-gradient-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 35% 60%, rgba(255, 122, 0, 0.04), transparent),
                radial-gradient(circle at 75% 85%, rgba(245, 231, 218, 0.02), transparent);
    pointer-events: none;
    z-index: 1;
}

/* Container */
.blog-container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Hero Section */
.blog-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 120px 0 80px;
    text-align: center;
    z-index: 3;
}

.blog-hero-background {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 70%;
    background: radial-gradient(ellipse, rgba(255, 122, 0, 0.08), transparent);
    border-radius: 50%;
    filter: blur(120px);
    z-index: -1;
}

.blog-hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.blog-hero-badge {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    background: rgba(26, 26, 26, 0.8);
    backdrop-filter: var(--blog-blur-glass);
    border: 1px solid rgba(255, 122, 0, 0.3);
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-badge-text {
    color: var(--blog-primary-orange);
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.blog-badge-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--blog-gradient-glass);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.blog-hero-badge:hover .blog-badge-glow {
    opacity: 1;
}

.blog-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
}

.blog-title-main {
    display: inline-block;
    color: var(--blog-white);
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
}

.blog-title-highlight {
    display: inline-block;
    background: var(--blog-gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    /* margin-left: 20px; */
}

.blog-hero-subtitle {
    font-size: 1.3rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Search Container */
.blog-hero-search {
    margin-bottom: 60px;
}

.blog-search-container {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    background: rgba(26, 26, 26, 0.9);
    backdrop-filter: var(--blog-blur-glass);
    border-radius: 60px;
    padding: 8px;
    border: 1px solid rgba(255, 122, 0, 0.2);
    box-shadow: var(--blog-shadow-card);
}

.blog-search-input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 18px 25px;
    color: var(--blog-white);
    font-size: 1rem;
    outline: none;
}

.blog-search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.blog-search-btn {
    position: relative;
    padding: 18px 30px;
    background: var(--blog-gradient-primary);
    border: none;
    border-radius: 50px;
    color: var(--blog-white);
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--blog-transition);
    overflow: hidden;
}

.blog-search-btn:hover {
    transform: scale(1.05);
    box-shadow: var(--blog-shadow-primary);
}

.blog-search-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

/* Hero Stats */
.blog-hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.blog-stat-item {
    text-align: center;
    background: rgba(30, 30, 30, 0.8);
    backdrop-filter: var(--blog-blur-glass);
    padding: 25px 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 122, 0, 0.2);
    box-shadow: var(--blog-shadow-card);
    transition: var(--blog-transition);
}

.blog-stat-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--blog-shadow-primary);
}

.blog-stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--blog-primary-orange);
    margin-bottom: 8px;
}

.blog-stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Section Headers */
.blog-section-header {
    text-align: center;
    margin-bottom: 80px;
    padding: 60px 0 0;
}

.blog-section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    color: var(--blog-primary-orange);
    margin-bottom: 20px;
    text-shadow: 0 0 30px rgba(255, 122, 0, 0.3);
}

.blog-section-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.blog-section-divider {
    width: 100px;
    height: 4px;
    background: var(--blog-gradient-primary);
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0 0 25px rgba(255, 122, 0, 0.5);
}

/* Categories Section */
.blog-categories-section {
    padding: 40px 0 80px;
}

.blog-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.blog-category-card {
    position: relative;
    padding: 40px 30px;
    border-radius: 25px;
    background: rgba(30, 30, 30, 0.8);
    backdrop-filter: var(--blog-blur-glass);
    border: 1px solid rgba(255, 122, 0, 0.15);
    text-align: center;
    transition: var(--blog-transition);
    cursor: pointer;
    overflow: hidden;
    box-shadow: var(--blog-shadow-card);
}

.blog-category-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: var(--blog-shadow-primary);
}

.blog-category-icon {
    position: relative;
    display: inline-block;
    font-size: 2.8rem;
    color: var(--blog-primary-orange);
    margin-bottom: 25px;
    z-index: 2;
}

.blog-category-icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: rgba(255, 122, 0, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: blogPulse 2s infinite;
}

.blog-category-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--blog-white);
}

.blog-category-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    line-height: 1.5;
}

.blog-category-count {
    font-size: 0.85rem;
    color: var(--blog-primary-orange);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--blog-gradient-glass);
    opacity: 0;
    transition: opacity 0.6s ease;
    border-radius: 25px;
    z-index: 1;
}

.blog-category-card:hover .blog-category-overlay {
    opacity: 1;
}

/* Featured Articles Section */
.blog-featured-section {
    padding: 60px 0 80px;
    background: linear-gradient(135deg, rgba(255, 122, 0, 0.03), transparent);
}

.blog-featured-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
}

.blog-featured-main {
    position: relative;
    background: rgba(30, 30, 30, 0.9);
    backdrop-filter: var(--blog-blur-glass);
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 122, 0, 0.15);
    box-shadow: var(--blog-shadow-card);
    transition: var(--blog-transition);
}

.blog-featured-main:hover {
    transform: translateY(-10px);
    box-shadow: var(--blog-shadow-primary);
}

.blog-featured-image {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.blog-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.blog-featured-main:hover .blog-featured-image img {
    transform: scale(1.1);
}

.blog-featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
}

.blog-featured-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 8px 20px;
    background: var(--blog-gradient-primary);
    color: var(--blog-white);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-featured-content {
    padding: 30px;
}

.blog-featured-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.blog-meta-category {
    padding: 5px 15px;
    background: rgba(255, 122, 0, 0.2);
    color: var(--blog-primary-orange);
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}

.blog-meta-date, .blog-meta-read {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

.blog-featured-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: var(--blog-white);
}

.blog-featured-excerpt {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.blog-featured-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-author-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--blog-primary-orange);
}

.blog-author-details {
    display: flex;
    flex-direction: column;
}

.blog-author-name {
    font-weight: 600;
    color: var(--blog-white);
    font-size: 0.95rem;
}

.blog-author-role {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}

.blog-read-more {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--blog-primary-orange);
    text-decoration: none;
    font-weight: 500;
    transition: var(--blog-transition);
}

.blog-read-more:hover {
    gap: 12px;
    transform: translateX(5px);
}

.blog-featured-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(255, 122, 0, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.6s ease;
    border-radius: 30px;
    z-index: -1;
}

/* Featured Sidebar */
.blog-featured-sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.blog-featured-side {
    position: relative;
    background: rgba(30, 30, 30, 0.8);
    backdrop-filter: var(--blog-blur-glass);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 122, 0, 0.1);
    box-shadow: var(--blog-shadow-card);
    transition: var(--blog-transition);
    cursor: pointer;
}

.blog-featured-side:hover {
    transform: translateX(-10px);
    box-shadow: var(--blog-shadow-primary);
}

.blog-side-image {
    position: relative;
    height: 120px;
    overflow: hidden;
}

.blog-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-featured-side:hover .blog-side-image img {
    transform: scale(1.1);
}

.blog-side-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
}

.blog-side-content {
    padding: 20px;
}

.blog-side-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.blog-side-title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    color: var(--blog-white);
}

.blog-side-excerpt {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin-bottom: 15px;
}

.blog-side-link {
    color: var(--blog-primary-orange);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--blog-transition);
}

.blog-side-link:hover {
    text-decoration: underline;
}

/* Latest Articles Section */
.blog-latest-section {
    padding: 60px 0 80px;
}

.blog-latest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 35px;
    max-width: 1200px;
    margin: 0 auto;
}

.blog-article-card {
    position: relative;
    background: rgba(30, 30, 30, 0.8);
    backdrop-filter: var(--blog-blur-glass);
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid rgba(255, 122, 0, 0.1);
    box-shadow: var(--blog-shadow-card);
    transition: var(--blog-transition);
    cursor: pointer;
}

.blog-article-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--blog-shadow-primary);
}

.blog-card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.blog-article-card:hover .blog-card-image img {
    transform: scale(1.15);
}

.blog-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
}

.blog-card-category {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 16px;
    background: var(--blog-gradient-primary);
    color: var(--blog-white);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-card-content {
    padding: 25px;
}

.blog-card-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: center;
}

.blog-card-date, .blog-card-read {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    font-weight: 500;
}

.blog-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;
    color: var(--blog-white);
}

.blog-card-excerpt {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-card-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-card-author img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--blog-primary-orange);
}

.blog-card-author span {
    color: var(--blog-white);
    font-size: 0.85rem;
    font-weight: 500;
}

.blog-card-stats {
    display: flex;
    gap: 15px;
    align-items: center;
}

.blog-card-stats span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}

.blog-card-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(255, 122, 0, 0.08), transparent);
    opacity: 0;
    transition: opacity 0.6s ease;
    border-radius: 25px;
    z-index: -1;
}

/* Load More Button */
.blog-load-more {
    text-align: center;
    margin-top: 60px;
}

.blog-load-btn {
    position: relative;
    padding: 18px 50px;
    background: rgba(30, 30, 30, 0.8);
    backdrop-filter: var(--blog-blur-glass);
    border: 2px solid var(--blog-primary-orange);
    border-radius: 50px;
    color: var(--blog-primary-orange);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--blog-transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
}

.blog-load-btn:hover {
    background: var(--blog-primary-orange);
    color: var(--blog-white);
    transform: translateY(-5px) scale(1.05);
    box-shadow: var(--blog-shadow-primary);
}

.blog-load-btn span {
    position: relative;
    z-index: 2;
}

.blog-load-btn i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.blog-load-btn:hover i {
    transform: translateY(3px);
}

.blog-load-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Newsletter Section */
.blog-newsletter-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, var(--blog-dark), var(--blog-dark-light));
    text-align: center;
    overflow: hidden;
    margin-top: 60px;
}

.blog-newsletter-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 30%, rgba(255, 122, 0, 0.08), transparent),
        radial-gradient(circle at 75% 70%, rgba(245, 231, 218, 0.04), transparent);
}

.blog-newsletter-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.blog-newsletter-icon {
    position: relative;
    display: inline-block;
    font-size: 3.5rem;
    color: var(--blog-primary-orange);
    margin-bottom: 30px;
}

.blog-newsletter-icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: rgba(255, 122, 0, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: blogPulse 3s infinite;
}

.blog-newsletter-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    color: var(--blog-white);
    margin-bottom: 25px;
    text-shadow: 0 0 40px rgba(255, 122, 0, 0.3);
}

.blog-newsletter-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 50px;
    line-height: 1.7;
}

.blog-newsletter-form {
    margin-bottom: 40px;
}

.blog-form-container {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    display: flex;
    background: rgba(26, 26, 26, 0.9);
    backdrop-filter: var(--blog-blur-glass);
    border-radius: 60px;
    padding: 8px;
    border: 1px solid rgba(255, 122, 0, 0.3);
    box-shadow: var(--blog-shadow-card);
}

.blog-newsletter-input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 18px 25px;
    color: var(--blog-white);
    font-size: 1rem;
    outline: none;
}

.blog-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.blog-newsletter-btn {
    position: relative;
    padding: 18px 35px;
    background: var(--blog-gradient-primary);
    border: none;
    border-radius: 50px;
    color: var(--blog-white);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--blog-transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    overflow: hidden;
}

.blog-newsletter-btn:hover {
    transform: scale(1.05);
    box-shadow: var(--blog-shadow-primary);
}

.blog-newsletter-btn i {
    margin-left: 8px;
}

.blog-newsletter-btn-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.8s;
}

.blog-newsletter-btn:hover .blog-newsletter-btn-glow {
    left: 100%;
}

.blog-newsletter-privacy {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 15px;
    font-style: italic;
}

.blog-newsletter-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.blog-newsletter-stat {
    text-align: center;
}

.blog-newsletter-stat-number {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--blog-primary-orange);
    margin-bottom: 8px;
}

.blog-newsletter-stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-newsletter-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.08), transparent);
    transform: translate(-50%, -50%);
    filter: blur(120px);
    animation: blogPulse 6s ease-in-out infinite;
}

/* Keyframe Animations */
@keyframes blogFloatOrbit {
    0% {
        transform: rotate(0deg) translateX(120px) rotate(0deg);
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
        opacity: 0.3;
    }
}

@keyframes blogPulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.3);
    }
}

@keyframes blogRipple {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

@keyframes blogGlow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(255, 122, 0, 0.3);
    }
    50% {
        box-shadow: 0 0 40px rgba(255, 122, 0, 0.6);
    }
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
    .blog-container {
        padding: 0 40px;
    }
    
    .blog-featured-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-latest-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
}

@media screen and (max-width: 992px) {
    .blog-hero {
        padding: 100px 0 60px;
    }
    
    .blog-hero-stats {
        gap: 30px;
    }
    
    .blog-categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    
    .blog-latest-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 25px;
    }
    
    .blog-newsletter-stats {
        gap: 40px;
    }
}

@media screen and (max-width: 768px) {
    .blog-container {
        padding: 0 20px;
    }
    
    .blog-hero {
        padding: 80px 0 50px;
    }
    
    .blog-hero-title {
        font-size: 2.5rem;
    }
    
    .blog-section-title {
        font-size: 2rem;
    }
    
    .blog-categories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .blog-latest-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-hero-stats {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .blog-newsletter-stats {
        flex-direction: column;
        gap: 25px;
    }
    
    .blog-form-container {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }
    
    .blog-newsletter-btn {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .blog-hero-title {
        font-size: 2rem;
    }
    
    .blog-section-title {
        font-size: 1.8rem;
    }
    
    .blog-hero-subtitle {
        font-size: 1.1rem;
    }
    
    .blog-search-container {
        flex-direction: column;
        gap: 10px;
        padding: 12px;
    }
    
    .blog-search-btn {
        width: 100%;
    }
    
    .blog-featured-main .blog-featured-content {
        padding: 20px;
    }
    
    .blog-featured-title {
        font-size: 1.5rem;
    }
    
    .blog-card-content {
        padding: 20px;
    }
    
    .blog-card-title {
        font-size: 1.2rem;
    }
}

/* High Performance Optimizations */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .blog-category-card:hover,
    .blog-article-card:hover,
    .blog-featured-main:hover,
    .blog-featured-side:hover {
        transform: none;
    }
    
    .blog-search-btn:hover,
    .blog-load-btn:hover,
    .blog-newsletter-btn:hover {
        transform: none;
    }
}

/* Print Styles */
@media print {
    .blog-particles-container,
    .blog-gradient-overlay,
    .blog-newsletter-section {
        display: none;
    }
    
    .blog-page-wrapper {
        background: white;
        color: black;
    }
}