/*
Theme Name: RDA Business
Theme URI: https://rdabusiness.ro
Author: RDA Business Solution / Bogdan Gălan
Description: Tema WordPress independenta, landing modern, bilingv RO/EN, slider încadrat.
Version: 1.0
Text Domain: rda-business
Tags: consulting, landing, dark-mode, responsive
*/
:root{--blue:#1f5f9e;--red:#c8102e;--muted:#6b7280;--card-bg:#fbfbfd;}
@media (prefers-color-scheme:dark){:root{--card-bg:#071425;--muted:#b6c4d6}body{background:#071022;color:#e6eef9;}}
body{margin:0;font-family:Inter,system-ui,-apple-system,'Segoe UI',Roboto,Arial;background:linear-gradient(180deg,#fcfdff 0%,#f7f9fb 100%);color:#0e2030}
.container{max-width:1100px;margin:0 auto;padding:28px}
.logo{width:56px;height:56px;border-radius:10px;background:linear-gradient(135deg,var(--red),var(--blue));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}
.card{background:var(--card-bg);padding:18px;border-radius:12px;box-shadow:0 8px 30px rgba(16,24,40,0.04)}
.rda-slider{overflow:hidden;border-radius:12px}
.rda-slides{display:flex;transition:transform 0.6s ease}
.rda-slides > div{min-width:100%;position:relative}
.rda-slides img{width:100%;height:420px;object-fit:cover;display:block}
.caption{position:absolute;left:28px;bottom:28px;color:#fff;background:rgba(0,0,0,0.36);padding:12px;border-radius:8px;max-width:60%}
@media(max-width:900px){.rda-slides img{height:260px}}
