/* Theme – Dual Energy override */
:root {
    --primary-blue: #2563eb;
    --eco-green:    #2563eb;
    --accent-orange:#d97706;
    --bg-white:     #ffffff;
    --text-dark:    #1e293b;
    --light-gray:   #f8fafc;
    --border:       #e2e8f0;
    --muted:        #64748b;
}
.content-section h2 { color: #2563eb; }
.legal-content h2   { color: #2563eb; }
.az-btn.active      { background: #2563eb; border-color: #2563eb; }
