html{scroll-behavior:smooth}:root{--brand-dark:#124920;--brand:#38b457;--brand-accent:#43ac5d;--bg:#d3dad8;--text:#333;--text-light:#555;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background-color:var(--bg);flex-direction:column;min-height:100vh;font-family:system-ui,-apple-system,sans-serif;line-height:1.5;display:flex}main{flex:1}header{background:linear-gradient(135deg,var(--brand-dark),var(--brand));color:var(--white);padding:1.2rem 1rem;box-shadow:0 2px 8px #0006}.header-container{flex-direction:column;align-items:center;gap:.8rem;max-width:1200px;margin:0 auto;display:flex}.site-title{letter-spacing:2px;text-transform:uppercase;font-size:1.8rem;font-weight:800}.nav-sticky-wrapper{background:linear-gradient(135deg,var(--brand-dark),var(--brand));z-index:999;width:100%;position:sticky;top:0;box-shadow:0 4px 12px #0000004d}.nav-links{flex-wrap:wrap;justify-content:center;gap:1.8rem;max-width:1200px;margin:0 auto;padding:1rem;display:flex}.nav-links a{color:#e2e8f0;padding-bottom:6px;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--brand-accent)}.nav-links a.active:after{content:"";background:var(--brand-accent);width:100%;height:3px;position:absolute;bottom:0;left:0}.hero{text-align:center;height:20vh;min-height:200px;color:var(--white);background-image:linear-gradient(#0f172ab3,#0f172ab3),url(https://images.unsplash.com/photo-1542601906990-b4d3fb778b09?w=2000&auto=format&fit=crop);background-position:50%;background-size:cover;justify-content:center;align-items:center;display:flex}.hero-content{max-width:800px;padding:0 1.5rem}.hero-title{text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.6rem;font-size:1.2rem;font-weight:600}.hero-subtitle{opacity:.95;margin-bottom:2rem;font-size:.9rem}.hero-btn{background:var(--brand);color:var(--white);border-radius:30px;padding:.4rem 1.8rem;font-size:.8rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 6px 20px #4b8d6766}.hero-btn:hover{background:var(--brand-accent);transform:translateY(-4px)}.cards,.news-grid{flex-wrap:wrap;justify-content:center;gap:1.8rem;max-width:1200px;margin:0 auto;padding:3rem 1rem;display:flex}.card{background:var(--white);border-radius:9px;flex:290px;max-width:360px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 4px 12px #00000014}.card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001f}.card-img-wrapper{height:200px;position:relative;overflow:hidden}.card-img{object-fit:cover;width:100%;height:200px}.card-content{padding:1.5rem}.card-title{margin-bottom:.8rem;font-size:1.2rem;line-height:1.35}footer{background:linear-gradient(130deg,var(--brand-dark),var(--brand));color:#cbd5e1;text-align:center;margin-top:auto;padding:1rem}.footer-container{max-width:1200px;margin:0 auto}.social-icons{flex-wrap:wrap;justify-content:center;gap:1.8rem;margin-bottom:1.5rem;display:flex}footer a{color:#fdfeff;text-decoration:none;transition:color .2s}footer a:hover{color:var(--brand-accent)}.copyright{opacity:.85;font-size:.95rem}.news-meta{justify-content:space-between;align-items:center;margin-bottom:.95rem;font-size:.85rem;display:flex}.news-source{color:var(--brand);text-transform:uppercase;font-weight:600}.news-date{color:#777}.read-more{color:var(--brand);font-weight:600;text-decoration:none;display:inline-block}.no-news{text-align:center;color:var(--text-light);padding:3rem;font-size:1.1rem}
