/* Theme: 47 Fotovoltaico */
:root { --primary: #ea580c; --accent: #16a34a; --bg: #f8fafc; --text: #0f172a; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; margin: 0; padding: 0; }
.container { max-width: 1000px; margin: 0 auto; padding: 0 20px; }
.site-header { background: #fff; padding: 20px 0; border-bottom: 3px solid var(--accent); box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02); }
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.logo a { font-size: 26px; font-weight: 800; color: var(--primary); text-decoration: none; display: flex; align-items: center; gap: 8px; }
.logo a span { color: var(--accent); }
.main-nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 20px; }
.main-nav a { color: #475569; text-decoration: none; font-weight: 700; font-size: 14px; text-transform: uppercase; transition: color 0.2s; }
.main-nav a:hover { color: var(--primary); }
.hero-section { height: 350px; background-size: cover; background-position: center; position: relative; display: flex; justify-content: center; align-items: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(234, 88, 12, 0.7) 0%, rgba(22, 163, 74, 0.5) 100%); }
.hero-content { position: relative; z-index: 1; text-align: center; }
.hero-title { color: #fff; font-size: 42px; font-weight: 800; text-shadow: 0 2px 10px rgba(0,0,0,0.4); }
.site-content { padding: 60px 0; min-height: 50vh; }
.site-content h1, .site-content h2 { color: var(--primary); font-weight: 800; border-bottom: 2px solid #e2e8f0; padding-bottom: 8px; }
.site-footer { background: #0f172a; color: #94a3b8; padding: 50px 0; font-size: 14px; border-top: 3px solid var(--accent); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-links a { color: #94a3b8; text-decoration: none; margin-left: 15px; }
.footer-links a:hover { color: var(--primary); }
.widget-box { background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.01); }
.widget-title { color: var(--accent); border-bottom: 2px solid #e2e8f0; }
