/* Pricing page – Variant B dark theme overrides */

body { background-color: #0f172a; color: #e2e8f0; }
.tab-active { background: #facc15; color: #0f172a; border-color: #facc15; }

/* Dark header */
header { background-color: rgba(15,23,42,0.85) !important; border-color: #334155 !important; }
header nav a, header nav button, header .font-semibold { color: #e2e8f0 !important; }
header nav button.bg-slate-100 { background-color: #334155 !important; color: #e2e8f0 !important; }
header nav button.bg-slate-100:hover { background-color: #475569 !important; }
header a.border-slate-300 { border-color: #475569 !important; color: #e2e8f0 !important; }
header a.border-slate-300:hover { background-color: #1e293b !important; }

/* Dark footer */
footer { background-color: #0f172a !important; border-color: #334155 !important; }
footer h3 { color: #e2e8f0 !important; }
footer a { color: #94a3b8 !important; }
footer a:hover { color: #e2e8f0 !important; }
footer .border-slate-200 { border-color: #334155 !important; }
footer .text-slate-500 { color: #64748b !important; }
