:root{--primary-green: #2f5d3a;--accent-copper: #c77c4a;--text-dark: #1c1c1c;--text-muted: #6b6b6b;--bg-light: #fafafa;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%;width:100%;overflow-x:hidden}body{font-family:Poppins,sans-serif;background:var(--bg-light);color:var(--text-dark);line-height:1.6;margin:0;-webkit-text-size-adjust:100%}app-root{min-height:100vh;min-height:-webkit-fill-available;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}.container{width:90%;max-width:1200px;margin:auto}@media (max-width: 768px){body{font-size:15px}.container{width:92%}}.fade-section{opacity:0;transform:translateY(14px);transition:opacity .9s ease,transform .9s ease}.fade-section.visible{opacity:1;transform:translateY(0)}.whatsapp-float{position:fixed;right:18px;bottom:22px;width:46px;height:46px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #00000040;z-index:3000;transition:transform .25s ease,box-shadow .25s ease}.whatsapp-float img{width:30px;height:30px}.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 10px 22px #0000004d}@media (max-width: 768px){.whatsapp-float{right:14px;bottom:18px;width:44px;height:44px}}
