/* Тёмная тема — активируется через [data-theme="dark"] на <html> (см. main_template.php) */

:root[data-theme="dark"] {
    --primary-color: #5B9EE8;
    --secondary-color: #63B3ED;
    --accent-color: #4FD1C5;
    --danger-color: #FC8181;
    --success-color: #68D391;
    --warning-color: #F6AD55;
    --dark-color: #E2E8F0;
    --gray-color: #94A3B8;
    --shadow: 0 10px 25px rgba(0, 0, 0, 0.35);

    color-scheme: dark;
}

[data-theme="dark"] body {
    background-color: #0F1520;
    color: #E2E8F0;
}

/* Шапка / навигация */
[data-theme="dark"] .header,
[data-theme="dark"] .header-nav,
[data-theme="dark"] .header-theme-toggle,
[data-theme="dark"] .header-nav-toggle {
    background-color: #1A2233;
    border-color: #2D3748;
}
[data-theme="dark"] .header-nav-link:hover { background: #212B3D; }
[data-theme="dark"] .header-submenu { background-color: #1A2233; border-color: #2D3748; }
[data-theme="dark"] .header-submenu-item:hover { background-color: #212B3D; }

/* Левая колонка / сайдбар */
[data-theme="dark"] .main_menu,
[data-theme="dark"] .left-side-block,
[data-theme="dark"] .fast-links {
    background-color: #1A2233;
    border-color: #2D3748;
}
[data-theme="dark"] .left-menu-item { border-bottom-color: #2D3748; }
[data-theme="dark"] .left-menu-link:hover { background: #212B3D; }
[data-theme="dark"] .subcategory-dropdown { background: #1A2233; border-color: #2D3748; }
[data-theme="dark"] .subcategory-dropdown-title { border-bottom-color: #2D3748; }
[data-theme="dark"] .subcategory-dropdown-title a { color: #E2E8F0; }
[data-theme="dark"] .subcategory-item-link a { color: #94A3B8; }
[data-theme="dark"] .subcategory-item-link a:hover { background: #212B3D; }
[data-theme="dark"] .category-link:hover { background-color: #212B3D; }
[data-theme="dark"] .fast-link:hover { background-color: #212B3D; }
[data-theme="dark"] .left-side-title,
[data-theme="dark"] .cont-title { border-color: #2D3748; }
[data-theme="dark"] .blog-item { border-bottom-color: #2D3748; }

/* Карточки товаров/категорий */
[data-theme="dark"] .item-block {
    background-color: #1A2233;
    border-color: #2D3748;
}
[data-theme="dark"] .item-block:hover { box-shadow: 0 20px 40px rgba(0,0,0,0.45); }
[data-theme="dark"] .item-img-wrap,
[data-theme="dark"] .item-icon-wrap {
    background: linear-gradient(135deg, #212B3D, #1A2233);
}
[data-theme="dark"] .item-footer { border-top-color: #2D3748; }

/* Поиск / фильтры каталога */
[data-theme="dark"] .catalog-search-wrap input,
[data-theme="dark"] .catalog-sort-select,
[data-theme="dark"] .catalog-price-btn,
[data-theme="dark"] #search-suggest-box {
    background-color: #1A2233;
    border-color: #2D3748;
    color: #E2E8F0;
}
[data-theme="dark"] .catalog-reset-btn { background: #3B2530; }

/* Пагинация */
[data-theme="dark"] .pagination a {
    background-color: #1A2233;
    border-color: #2D3748;
    color: #E2E8F0;
}
[data-theme="dark"] .pagination a:hover { background-color: #212B3D; }
[data-theme="dark"] .pagination .disabled { background-color: #1A2233; color: #4A5568; }

/* ── Главная / категории (main.php) ── */
[data-theme="dark"] .trust-strip { background: #1A2233; border-bottom-color: #2D3748; }
[data-theme="dark"] .trust-icon { background: #212B3D; }
[data-theme="dark"] .trust-text span { color: #94A3B8; }

[data-theme="dark"] .pop-cat-card { background: #1A2233; border-color: #2D3748; }
[data-theme="dark"] .pop-cat-sub { color: #718096; }

[data-theme="dark"] .cat-header { background: #17233a; }
[data-theme="dark"] .cat-header-text { color: #94A3B8; }

[data-theme="dark"] .catalog-tag-check { color: #94A3B8; }

[data-theme="dark"] .faq-item { border-color: #2D3748; }
[data-theme="dark"] .faq-q { background: #1A2233; }
[data-theme="dark"] .faq-q:hover { background: #212B3D; }
[data-theme="dark"] .faq-q[aria-expanded="true"] { background: #17233a; }
[data-theme="dark"] .faq-a { background: #151D2C; color: #94A3B8; border-top-color: #2D3748; }

[data-theme="dark"] .home-lead-card { background: #1A2233; border-color: #2D3748; }
[data-theme="dark"] .home-lead-sub { color: #94A3B8; }
[data-theme="dark"] .lead-input,
[data-theme="dark"] .lead-textarea,
[data-theme="dark"] .lead-country-select {
    background-color: #212B3D;
    border-color: #2D3748;
    color: #E2E8F0;
}
[data-theme="dark"] .lead-type-btn { background-color: #212B3D; color: #94A3B8; }
[data-theme="dark"] .lead-type-btn.active { background-color: rgba(91,158,232,.18); }
[data-theme="dark"] .lead-consent-box { background-color: #212B3D; border-color: #2D3748; }

/* ── Страница товара (assets/css/styles.css .prod-*) ── */
[data-theme="dark"] .prod-breadcrumb { color: #94A3B8; }
[data-theme="dark"] .prod-bc-sep { color: #4A5568; }
[data-theme="dark"] .prod-h1 { color: #E2E8F0; }
[data-theme="dark"] .prod-badge--green  { background: #1c3a2a; color: #68D391; }
[data-theme="dark"] .prod-badge--blue   { background: #1a2c47; color: #90CDF4; }
[data-theme="dark"] .prod-badge--orange { background: #3a2a14; color: #F6AD55; }

[data-theme="dark"] .prod-gallery-main,
[data-theme="dark"] .prod-thumb,
[data-theme="dark"] .prod-icon {
    background: #1A2233;
    border-color: #2D3748;
}
[data-theme="dark"] .prod-gallery-nav { background: rgba(26,34,51,0.9); color: #E2E8F0; }
[data-theme="dark"] .prod-gallery-nav:hover { background: #1A2233; }

[data-theme="dark"] .prod-description,
[data-theme="dark"] .prod-price-card,
[data-theme="dark"] .prod-rating-card,
[data-theme="dark"] .prod-info-card,
[data-theme="dark"] .prod-order-form,
[data-theme="dark"] .related-item {
    background: #1A2233;
    border-color: #2D3748;
}
[data-theme="dark"] .prod-section-title,
[data-theme="dark"] .prod-price,
[data-theme="dark"] .prod-rating-num,
[data-theme="dark"] .prod-info-val {
    color: #E2E8F0;
}
[data-theme="dark"] .prod-section-title { border-bottom-color: #2D3748; }
[data-theme="dark"] .prod-desc-body { color: #94A3B8; }
[data-theme="dark"] .prod-desc-body strong,
[data-theme="dark"] .prod-desc-body h2,
[data-theme="dark"] .prod-desc-body h3 { color: #E2E8F0; }
[data-theme="dark"] .prod-desc-empty { background: #151D2C; border-left-color: #2D3748; color: #718096; }
[data-theme="dark"] .prod-rating-counts span,
[data-theme="dark"] .prod-info-label,
[data-theme="dark"] .prod-info-code,
[data-theme="dark"] .related-desc { color: #94A3B8; }
[data-theme="dark"] .prod-info-table tr { border-bottom-color: #2D3748; }
[data-theme="dark"] .prod-view-btn { background: #1a2c47; color: #90CDF4; }
[data-theme="dark"] .prod-view-btn:hover { background: #1f3557; }
[data-theme="dark"] .related-item:hover { border-color: var(--secondary-color); }

/* ── Страница WP-темы (views/wp_theme.php .wpt-*) ── */
[data-theme="dark"] .wpt-bc span { color: #4A5568; }
[data-theme="dark"] .wpt-bc-current { color: #94A3B8; }
[data-theme="dark"] .wpt-badge--green { background: #1c3a2a; color: #68D391; }
[data-theme="dark"] .wpt-badge--blue  { background: #1a2c47; color: #90CDF4; }
[data-theme="dark"] .wpt-badge--gray  { background: #212B3D; color: #94A3B8; }

[data-theme="dark"] .wpt-hero,
[data-theme="dark"] .wpt-stat,
[data-theme="dark"] .wpt-order-wrap,
[data-theme="dark"] .wpt-section,
[data-theme="dark"] .wpt-feature-item,
[data-theme="dark"] .wpt-price-card,
[data-theme="dark"] .wpt-sidebar-stats,
[data-theme="dark"] .wpt-sidebar-specs,
[data-theme="dark"] .wpt-rel-card,
[data-theme="dark"] .wpt-crosslinks,
[data-theme="dark"] .wpt-faq-q,
[data-theme="dark"] .wpt-dl-modal {
    background: #1A2233;
    border-color: #2D3748;
}
[data-theme="dark"] .wpt-btn--ghost { background: #212B3D; color: #CBD5E0; }
[data-theme="dark"] .wpt-btn--ghost:hover { background: #2D3748; }
[data-theme="dark"] .wpt-btn--outline:hover { background: #1a2c47; }
[data-theme="dark"] .wpt-feature-item:hover { background: #1a2c47; border-color: #2D3748; }
[data-theme="dark"] .wpt-faq-q:hover { background: #212B3D; }
[data-theme="dark"] .wpt-faq-q.open { background: #17233a; }
[data-theme="dark"] .wpt-faq-a { background: #151D2C; }
[data-theme="dark"] .wpt-faq-a p { color: #94A3B8; }

[data-theme="dark"] .wpt-stars-label,
[data-theme="dark"] .wpt-ss-row,
[data-theme="dark"] .wpt-rel-meta,
[data-theme="dark"] .wpt-howto-text,
[data-theme="dark"] .wpt-dl-sub { color: #94A3B8; }
[data-theme="dark"] .wpt-ss-installs,
[data-theme="dark"] .wpt-specs td:last-child,
[data-theme="dark"] .wpt-dl-field label { color: #CBD5E0; }
[data-theme="dark"] .wpt-desc-empty { color: #718096; }
[data-theme="dark"] .wpt-desc-body { color: #94A3B8; }
[data-theme="dark"] .wpt-specs tr { border-bottom-color: #2D3748; }

[data-theme="dark"] .wpt-dl-close { background: #212B3D; color: #94A3B8; }
[data-theme="dark"] .wpt-dl-close:hover { background: #2D3748; color: #E2E8F0; }
[data-theme="dark"] .wpt-dl-field input {
    background: #212B3D;
    border-color: #2D3748;
    color: #E2E8F0;
}
[data-theme="dark"] .wpt-dl-error { background: #3a1f1f; border-color: #5a2e2e; color: #FC8181; }
[data-theme="dark"] .wpt-price-tag { color: #E2E8F0; }

/* ── Список WP-тем / карточки товаров (общие .item-*) ── */
[data-theme="dark"] .item-desc { color: #94A3B8; }
[data-theme="dark"] .wp-thumb,
[data-theme="dark"] .wp-thumb-placeholder { background: #212B3D; }

/* ── Контакты / О нас / Политика (инлайновые стили — !important нужен, чтобы перебить их) ── */
[data-theme="dark"] .page-card {
    background: #1A2233 !important;
    border-color: #2D3748 !important;
}
[data-theme="dark"] .page-card-muted { color: #94A3B8 !important; }
[data-theme="dark"] .icon-badge { filter: brightness(0.35) saturate(1.3); }
[data-theme="dark"] .page-cta-banner { background: linear-gradient(135deg,#152a3a,#152f22) !important; }
[data-theme="dark"] .page-callout-green {
    background: #152f22 !important;
    border-color: #1f4a34 !important;
}
[data-theme="dark"] .page-callout-green-title { color: #68D391 !important; }
[data-theme="dark"] .page-callout-green-text { color: #94A3B8 !important; }
