/*
Theme Name: Hello Elementor Child
Description: Дочерняя тема для Hello Elementor  
Template: hello-elementor
Version: 1.0.1  // ← поменять тут если что то изменил на сайте
*/

/* ===== СБРОС СТИЛЕЙ WORDPRESS ===== */
.true-arts-gallery * {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ===== ГЛАВНЫЕ СТИЛИ ГАЛЕРЕИ ===== */
body .true-arts-gallery {
    max-width: 1400px !important;
    margin: 60px auto !important;
    padding: 0 20px !important;
    background: #f8f9fa !important;
    border-radius: 20px !important;
}

body .true-gallery-title {
    text-align: center !important;
    font-size: 3rem !important;
    color: #2c3e50 !important;
    margin-bottom: 60px !important;
    font-weight: 300 !important;
    padding-top: 40px !important;
}

body .true-arts-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 40px !important;
    margin: 0 auto !important;
    padding: 0 20px 60px 20px !important;
}

/* ===== СТИЛИ КАРТОЧЕК ===== */
body .true-art-item {
    background: #ffffff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.4s ease !important;
    border: none !important;
}

body .true-art-item:hover {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15) !important;
}

body .true-art-link {
    display: block !important;
    text-decoration: none !important;
    color: inherit !important;
    height: 100% !important;
}

body .true-art-image {
    width: 100% !important;
    height: 300px !important;
    overflow: hidden !important;
    position: relative !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

body .true-art-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease !important;
}

body .true-art-item:hover .true-art-image img {
    transform: scale(1.1) !important;
}

body .true-no-image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 18px !important;
}

body .true-art-title {
    padding: 25px 30px !important;
    margin: 0 !important;
    font-size: 1.4rem !important;
    text-align: center !important;
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

/* ===== КИБЕРПАНК СТИЛИ ДЛЯ СТРАНИЦЫ АРТА ===== */
.cyber-frame {
    position: relative;
    padding: 25px;
    background: rgba(255, 140, 0, 0.05);
    border: 2px solid #c6c6c6ff;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(32, 32, 32, 0.3),
                inset 0 0 20px rgba(255, 140, 0, 0.1);
}

.cyber-frame::before,
.cyber-frame::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border: 3px solid #b0b0b0ff;
}

.cyber-frame::before {
    top:

/* ===== КИБЕРПАНК СТИЛИ ДЛЯ СТРАНИЦЫ АРТА ===== */
.cyber-frame {
    position: relative;
    padding: 25px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    margin-bottom: 20px;
}

.cyber-frame::before,
.cyber-frame::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.cyber-frame::before {
    top: -1px;
    left: -1px;
    border-right: none;
    border-bottom: none;
}

.cyber-frame::after {
    bottom: -1px;
    right: -1px;
    border-left: none;
    border-top: none;
}

/* Остальные ваши стили для артов... */
.art-page-title {
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    font-size: 2.5rem;
    font-weight: 300;
}

.art-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.art-image-container h3 {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-bottom: 20px !important;
}

.art-image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    cursor: pointer;
}

.no-content-message {
    background: rgba(255, 255, 255, 0.05);
    padding: 60px;
    text-align: center;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.5);
    border: 2px dashed rgba(255, 255, 255, 0.2);
}

.description-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}

.description-box h3 {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px !important;
}

.description-content {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.navigation-art {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-button {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.nav-button:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}


/* СТИЛИ ДЛЯ СТРАНИЦЫ СТАТЬИ */
.single-article-page {
    background: #0a0a0a;
    min-height: 100vh;
    color: rgba(255, 255, 255, 0.9);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Хлебные крошки */
.article-breadcrumbs {
    background: rgba(255, 255, 255, 0.03);
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.article-breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-breadcrumbs a:hover {
    color: rgba(255, 140, 0, 0.8);
}

.article-breadcrumbs .separator {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 10px;
}

.article-breadcrumbs .current {
    color: rgba(255, 140, 0, 0.8);
}

/* Заголовок статьи */
.article-header {
    padding: 60px 0 30px;
    text-align: center;
}

.article-title {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.2;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 30px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

/* Обложка статьи */
.article-featured-image {
    margin-bottom: 50px;
}

.featured-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Основной контент */
.article-content {
    padding: 50px 0;
}

.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 1.1rem;
}

.content-wrapper h2 {
    color: #ffffff;
    font-size: 2rem;
    margin: 40px 0 20px;
    border-left: 4px solid rgba(255, 140, 0, 0.6);
    padding-left: 15px;
}

.content-wrapper h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin: 30px 0 15px;
}

.content-wrapper p {
    margin-bottom: 25px;
}

.content-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.content-wrapper code {
    background: rgba(255, 140, 0, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    color: rgba(255, 140, 0, 0.9);
}

.content-wrapper pre {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 10px;
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Навигация между статьями */
.article-navigation {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.article-navigation .container {
    display: flex;
    justify-content: space-between;
}

.nav-previous, .nav-next {
    flex: 1;
}

.nav-next {
    text-align: right;
}

.article-navigation a {
    display: inline-block;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    max-width: 300px;
}

.article-navigation a:hover {
    background: rgba(255, 140, 0, 0.1);
    color: #ffffff;
    border-color: rgba(255, 140, 0, 0.3);
    transform: translateY(-2px);
}

/* Похожие статьи */
.related-articles {
    padding: 60px 0;
}

.related-title {
    text-align: center;
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 40px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.related-article-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.related-article-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 140, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.related-article-card a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.related-image {
    height: 200px;
    overflow: hidden;
}

.related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-article-card:hover .related-image img {
    transform: scale(1.05);
}

.related-article-title {
    padding: 20px 20px 10px;
    color: #ffffff;
    font-size: 1.2rem;
    margin: 0;
}

.related-excerpt {
    padding: 0 20px 20px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* АДАПТИВНОСТЬ */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .article-title {
        font-size: 2.2rem;
    }
    
    .article-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .featured-img {
        height: 300px;
    }
    
    .article-navigation .container {
        flex-direction: column;
        gap: 15px;
    }
    
    .nav-previous, .nav-next {
        text-align: center;
    }
    
    .related-grid {
        grid-template-columns: 1fr;
    }
    
    .content-wrapper {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .article-title {
        font-size: 1.8rem;
    }
    
    .article-header {
        padding: 40px 0 20px;
    }
    
    .featured-img {
        height: 200px;
    }
}

/* Альтернативный вариант - тёмный градиент */
body {
    background: 
        radial-gradient(circle at 20% 50%, #2a0c0c 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, #0c2a1a 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, #1a0c2a 0%, transparent 50%),
        #0a0a0a !important;
    background-attachment: fixed !important;
}