/*
Theme Name: Digital Lions V4
Theme URI: https://dlions.co.il
Author: Digital Lions Israel
Author URI: https://dlions.co.il
Description: Complete, Fast, and SEO-optimized WordPress Theme for Digital Lions (dlions.co.il). Includes interactive live cost calculator, accessibility features, full mobile navigation drawer, and 360° specification forms.
Version: 4.0.0
Requires at least: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: digital-lions-v4
Domain Path: /languages
Tags: rtl-language-support, custom-menu, featured-images, custom-logo, translation-ready, e-commerce, portfolio, grid-layout, custom-colors
*/

:root {
  --primary-blue: #1d4ed8;
  --dark-navy: #0f172a;
  --accent-amber: #f59e0b;
  --success-green: #059669;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Heebo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  direction: rtl;
  text-align: right;
  background-color: #f8fafc;
  color: #0f172a;
  margin: 0;
  padding: 0;
}

/* Accessibility Modes */
body.a11y-high-contrast {
  filter: contrast(140%) !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}

body.a11y-high-contrast * {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #fbbf24 !important;
}

body.a11y-underline-links a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px !important;
}

/* FAQ Accordion Styling */
.dl-faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 12px;
  transition: all 0.2s ease;
}

.dl-faq-header {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-weight: 800;
}

.dl-faq-header:hover {
  background-color: #f1f5f9;
}

.dl-faq-body {
  padding: 0 20px 16px;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
  display: none;
}

.dl-faq-item.active .dl-faq-body {
  display: block;
}

.dl-faq-item.active .dl-faq-icon {
  transform: rotate(180deg);
}

.dl-faq-icon {
  transition: transform 0.3s ease;
}

/* Single Article Typography */
.prose h2 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #0f172a;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.prose h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1e293b;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
}

.prose p {
  margin-bottom: 1.2em;
  line-height: 1.75;
}

.prose ul, .prose ol {
  padding-right: 1.5rem;
  margin-bottom: 1.2em;
}

.prose li {
  margin-bottom: 0.4em;
}

.prose a {
  color: #1d4ed8;
  text-decoration: underline;
  font-weight: 700;
}
