.elementor-642 .elementor-element.elementor-element-9763dd6{--display:flex;}.elementor-642 .elementor-element.elementor-element-4759d16{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-4759d16 *//* Article Hero */
.article-hero {
    padding: 12rem 5% 4rem;
    background: linear-gradient(135deg, #0d1117 0%, #161b22 50%, #0d1117 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.article-hero::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(239, 184, 16, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.article-hero-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.article-category {
    display: inline-block;
    background: linear-gradient(135deg, rgba(239, 184, 16, 0.2) 0%, rgba(239, 184, 16, 0.1) 100%);
    color: #EFB810;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(239, 184, 16, 0.3);
    margin-bottom: 1.5rem;
}

.article-hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #fff;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    color: #888;
    font-size: 0.9rem;
}

.article-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.article-date::before {
    content: '📅';
    font-size: 0.85rem;
}

.article-read::before {
    content: '⏱';
    font-size: 0.85rem;
}

.article-author::before {
    content: '✍️';
    font-size: 0.85rem;
}

/* Article Content */
.article-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem 5%;
}

.article-featured-image {
    margin: -2rem 0 3rem;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.article-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.article-body {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.9;
}

.article-body h2 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 3rem 0 1.5rem;
    position: relative;
    padding-left: 1rem;
    border-left: 4px solid #EFB810;
}

.article-body p {
    margin-bottom: 1.5rem;
}

.article-intro {
    font-size: 1.25rem;
    color: #aaa;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.article-body blockquote {
    background: linear-gradient(135deg, rgba(239, 184, 16, 0.1) 0%, rgba(239, 184, 16, 0.02) 100%);
    border-left: 4px solid #EFB810;
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    font-size: 1.2rem;
    color: #EFB810;
}

.article-body ul {
    margin: 1.5rem 0;
    padding-left: 0;
    list-style: none;
}

.article-body ul li {
    padding: 0.75rem 0 0.75rem 2rem;
    position: relative;
    color: #bbb;
}

.article-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #EFB810;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(239, 184, 16, 0.5);
}

.article-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 2rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Article Footer */
.article-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    margin-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.article-tags {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.tag {
    background: #161b22;
    color: #888;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.tag:hover {
    border-color: #EFB810;
    color: #EFB810;
}

.article-share {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.article-share span {
    color: #888;
    font-size: 0.9rem;
}

.article-share a {
    color: #888;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.article-share a:hover {
    color: #EFB810;
}

/* Back to Blog */
.back-to-blog {
    display: inline-block;
    color: #EFB810;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    margin-top: 2rem;
    padding: 0.75rem 0;
    transition: all 0.3s ease;
}

.back-to-blog:hover {
    color: #fff;
    transform: translateX(-5px);
}

/* Responsive */
@media (max-width: 768px) {
    .article-hero {
        padding: 10rem 5% 3rem;
    }
    
    .article-hero h1 {
        font-size: 1.75rem;
    }
    
    .article-meta {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .article-content {
        padding: 2rem 5%;
    }
    
    .article-body {
        font-size: 1rem;
    }
    
    .article-body h2 {
        font-size: 1.4rem;
    }
    
    .article-footer {
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
    }
}/* End custom CSS */