:root{--primary: #15803D;--secondary: #22C55E;--accent: #EC4899;--bg: #F0FDF4;--text: #14532D}body{font-family:Inter,sans-serif;color:var(--text);background-color:var(--bg);margin:0}h1,h2,h3{font-family:Playfair Display,serif}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:-1}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0f172a8c,#0f172acc);z-index:-1}.btn{background:var(--primary);color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:.5rem}.btn-secondary{background:var(--accent)}
