/* Theme: 28 Scuola */
:root { --primary: #1e40af; --accent: #f59e0b; --bg: #f8fafc; --text: #1e293b; }
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: 15px 0; border-bottom: 4px solid var(--primary); box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.logo a { font-size: 24px; font-weight: 800; color: var(--primary); text-decoration: none; display: flex; align-items: center; gap: 8px; }
.main-nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 20px; }
.main-nav a { color: #475569; text-decoration: none; font-weight: 600; font-size: 14px; padding: 8px 12px; border-radius: 6px; transition: all 0.2s; }
.main-nav a:hover { background: #f1f5f9; color: var(--primary); }
.hero-section { height: 300px; background-size: cover; background-position: center; position: relative; display: flex; justify-content: center; align-items: center; }
.hero-overlay { position: absolute; inset: 0; background: rgba(30, 64, 175, 0.8); }
.hero-content { position: relative; z-index: 1; text-align: center; }
.hero-title { color: #fff; font-size: 38px; font-weight: 800; }
.site-content { padding: 50px 0; min-height: 50vh; }
.site-content h1, .site-content h2 { color: var(--primary); font-weight: 700; }
.site-footer { background: #1e293b; color: #cbd5e1; padding: 40px 0; font-size: 14px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-links a { color: #cbd5e1; text-decoration: none; margin-left: 15px; }
.footer-links a:hover { color: var(--accent); }
.widget-box { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.widget-title { color: var(--primary); border-bottom: 2px solid #e2e8f0; }
