/* AUTO BV – tmavá téma (prepína sa cez html[data-theme="dark"]) */

/* Prepínač – plávajúce tlačidlo vľavo dole */
.theme-toggle {
  position: fixed; left: 22px; bottom: 22px; z-index: 1290;
  width: 48px; height: 48px; border-radius: 50%; border: 0; cursor: pointer;
  background: #1c2931; color: #ffd34d; font-size: 20px;
  box-shadow: 0 12px 28px -10px rgba(0,0,0,.45); transition: transform .2s, background .2s;
  display: flex; align-items: center; justify-content: center;
}
.theme-toggle:hover { transform: scale(1.07); }
.theme-toggle .tt-sun { display: none; }
.theme-toggle .tt-moon { display: block; }
html[data-theme="dark"] .theme-toggle { background: #f5f7f9; color: #c98a00; }
html[data-theme="dark"] .theme-toggle .tt-sun { display: block; }
html[data-theme="dark"] .theme-toggle .tt-moon { display: none; }
@media (max-width: 480px) { .theme-toggle { width: 42px; height: 42px; left: 16px; bottom: 76px; } }

/* ===== Premenné pre tmavý režim (modern.css ich preberie automaticky) ===== */
html[data-theme="dark"] {
  --bg: #0f171c; --bg-soft: #141e24; --bg-softer: #1a262d;
  --ink: #e7eef1; --muted: #9fb0b8; --line: #26333b;
}
html[data-theme="dark"] body { background: #0f171c; color: #e7eef1; }

/* Biele karty/panely → tmavé */
html[data-theme="dark"] .car-card,
html[data-theme="dark"] .home-featured .car-card,
html[data-theme="dark"] .filter-box,
html[data-theme="dark"] .calc-box,
html[data-theme="dark"] .tool-form,
html[data-theme="dark"] .contact-form-wrap,
html[data-theme="dark"] .spec-card,
html[data-theme="dark"] .history-card,
html[data-theme="dark"] .cert-card,
html[data-theme="dark"] .compare-table,
html[data-theme="dark"] .report,
html[data-theme="dark"] .quote-card,
html[data-theme="dark"] .ci-card,
html[data-theme="dark"] .reward-card,
html[data-theme="dark"] .service-card,
html[data-theme="dark"] .why-card,
html[data-theme="dark"] .faq-item,
html[data-theme="dark"] .modal-box,
html[data-theme="dark"] .report-section,
html[data-theme="dark"] .has-drop .drop {
  background: #16222a !important; border-color: #26333b !important; color: #e7eef1;
}
html[data-theme="dark"] .price-insight,
html[data-theme="dark"] .ci-card,
html[data-theme="dark"] .advisor-reasons { background: #1a262d !important; }

/* Texty a odkazy */
html[data-theme="dark"] .car-card-title a,
html[data-theme="dark"] .car-card-specs li,
html[data-theme="dark"] .spec-list strong,
html[data-theme="dark"] .compare-table,
html[data-theme="dark"] .block-title,
html[data-theme="dark"] .hf-title,
html[data-theme="dark"] .faq-q,
html[data-theme="dark"] h1, html[data-theme="dark"] h2,
html[data-theme="dark"] h3, html[data-theme="dark"] h4 { color: #e7eef1; }
html[data-theme="dark"] .compare-table td:first-child,
html[data-theme="dark"] .compare-table th:first-child { background: #1a262d; color: #9fb0b8; }
html[data-theme="dark"] .compare-table th, html[data-theme="dark"] .compare-table td { border-color: #26333b; }
html[data-theme="dark"] .faq-q i { color: #ff4d4d; }

/* Polia formulárov */
html[data-theme="dark"] .form-field input,
html[data-theme="dark"] .form-field textarea,
html[data-theme="dark"] .filter-field input,
html[data-theme="dark"] .filter-field select,
html[data-theme="dark"] .listing-sort select {
  background: #0f171c; border-color: #2c3a43; color: #e7eef1;
}

/* Listing/detail svetlé pozadia */
html[data-theme="dark"] .empty-state,
html[data-theme="dark"] .price-insight,
html[data-theme="dark"] .detail-disclaimer p,
html[data-theme="dark"] .report-disclaimer { background: #141e24; }

/* ===== Landing (šablóna) – základné stmavenie sekcií ===== */
html[data-theme="dark"] #intro,
html[data-theme="dark"] #best,
html[data-theme="dark"] .home-featured-wrap,
html[data-theme="dark"] body.front { background: #0f171c; }
html[data-theme="dark"] .title1 span,
html[data-theme="dark"] .tabs1_tabs a,
html[data-theme="dark"] .thumb2 .caption .txt2 a,
html[data-theme="dark"] .hf-title { color: #e7eef1 !important; }
html[data-theme="dark"] .thumb1 .thumbnail,
html[data-theme="dark"] .thumb2 .thumbnail { background: #16222a; }
html[data-theme="dark"] .thumb2 .caption { border-bottom-color: #26333b; }
html[data-theme="dark"] .ul1 li a { color: #9fb0b8; }
html[data-theme="dark"] .hf-all { border-color: #3a4a54; color: #e7eef1; }
html[data-theme="dark"] .hf-all:hover { background: #e7eef1; color: #16222a; }
html[data-theme="dark"] .booking { background: rgba(22,34,42,.92) !important; border-color: rgba(255,255,255,.12) !important; }
html[data-theme="dark"] .booking .select2-selection--single { background: #0f171c !important; border-color: #2c3a43 !important; }
html[data-theme="dark"] .booking .select2-selection__rendered { color: #e7eef1 !important; }

/* Hlavička v tmavom režime (zjednotená biela lišta → tmavá) */
html[data-theme="dark"] .site-header { background: #0f171c !important; border-bottom-color: #26333b !important; }
html[data-theme="dark"] .main-nav a { color: #e7eef1; }
html[data-theme="dark"] .main-nav a:hover,
html[data-theme="dark"] .main-nav a.active { color: #ff4d4d; }
html[data-theme="dark"] .nav-toggle span { background: #e7eef1; }
