/*
Theme Name: Huedin Municipal
Theme URI: https://primariahuedin.ro
Author: Primăria Orașului Huedin
Description: Temă municipală modernă pentru administrație publică locală.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.2
Text Domain: huedin-municipal
License: GPL-2.0-or-later
*/

:root{
  --hm-blue:#123f66;
  --hm-blue-dark:#0b2e4c;
  --hm-gold:#d4aa47;
  --hm-bg:#f4f6f8;
  --hm-text:#1f2a33;
  --hm-white:#ffffff;
  --hm-border:#dfe5ea;
}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--hm-bg);color:var(--hm-text);line-height:1.65}
a{color:var(--hm-blue)}
.site-header{background:var(--hm-blue-dark);color:#fff;padding:18px 24px;position:sticky;top:0;z-index:30}
.header-inner{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-branding a{color:#fff;text-decoration:none;font-weight:800;font-size:20px}
.primary-menu ul{display:flex;gap:18px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.primary-menu a{color:#fff;text-decoration:none}
.hero{min-height:460px;display:grid;place-items:center;text-align:center;color:#fff;padding:70px 24px;background:linear-gradient(rgba(11,46,76,.78),rgba(11,46,76,.78)),linear-gradient(135deg,#123f66,#0b2e4c)}
.hero h1{font-size:clamp(38px,6vw,72px);margin:0 0 18px}
.hero p{max-width:760px;font-size:19px;margin:auto}
.container{max-width:1200px;margin:auto;padding:50px 24px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:22px}
.card{background:#fff;border:1px solid var(--hm-border);border-radius:18px;padding:26px;box-shadow:0 10px 30px rgba(0,0,0,.05)}
.card h2,.card h1{margin-top:0;color:var(--hm-blue-dark)}
.site-footer{background:var(--hm-blue-dark);color:#fff;padding:38px 24px;margin-top:60px}
.site-footer a{color:#fff}
.footer-inner{max-width:1200px;margin:auto}
@media(max-width:800px){.header-inner{align-items:flex-start;flex-direction:column}.primary-menu ul{flex-direction:column}}
