:root{--text-light: #6b7280;--border-light: #e5e7eb}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg-light);color:var(--text-dark)}h1,h2,h3,p{margin:0}section{padding:70px 20px}section:nth-child(2n){background:#f8fafc}.container{max-width:1100px;margin:0 auto;padding:0 20px}.cta-btn{background:var(--green-primary);color:#fff;padding:14px 22px;border-radius:10px;text-decoration:none;font-weight:600;transition:.2s ease}.cta-btn:hover{background:var(--green-dark)}.floating-cta{position:fixed;bottom:20px;right:20px;background:#16a34a;color:#fff;padding:14px 18px;border-radius:50px;box-shadow:0 10px 25px #00000026;z-index:999;text-decoration:none;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.floating-cta:hover{background:#15803d;transform:translateY(-1px)}.card:hover{transform:translateY(-5px)}@media (max-width: 768px){section{padding:60px 15px}.hero h1{font-size:28px}}
