*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Arial,Helvetica,sans-serif;background:#ffffff;color:#222}.container{width:90%;max-width:1200px;margin:auto}.hero{background:linear-gradient(135deg,#1b5e20,#2e7d32);color:white;text-align:center;padding:120px 20px}.hero h1{font-size:3rem;margin-bottom:20px}.subtitle{font-size:1.2rem;margin-bottom:30px}.btn{display:inline-block;background:#f9a825;color:#000;text-decoration:none;padding:12px 24px;border-radius:6px;font-weight:700}.section{padding:80px 0}.section h2{text-align:center;margin-bottom:25px;color:#1b5e20}.section p{text-align:center;max-width:800px;margin:auto;line-height:1.8}.light{background:#f8f9fa}.cards{display:flex;gap:20px;margin-top:40px;justify-content:center;flex-wrap:wrap}.card{background:white;padding:30px;width:300px;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.card h3{color:#1b5e20;margin-bottom:10px}.footer{padding:40px 20px}.footer h3{margin-bottom:10px}.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 8%;background:white;border-bottom:1px solid #eee;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.logo{font-weight:700;color:#1b5e20}.logo img{object-fit:cover}.navLinks{display:flex;gap:25px}.navLinks a{text-decoration:none;color:#222;font-weight:500}.navLinks a:hover{color:#1b5e20}.footer{background:#1b5e20;color:white;text-align:center;padding:50px 20px}.footer h3{margin-bottom:15px;font-size:1.8rem}.footer p{margin:8px 0;line-height:1.6}.footer hr{width:200px;margin:0 auto;border:0;border-top:1px solid rgba(255,255,255,.3)}@media (max-width:768px){.navbar{flex-direction:column;gap:12px}.logo img{width:120px;height:auto}.navLinks{justify-content:center}.hero{padding:70px 20px}.hero h1{font-size:2.2rem;line-height:1.2}.subtitle{font-size:1rem}.section{padding:50px 20px}.cards{flex-direction:column;align-items:center}.card{width:100%;max-width:320px}.footer{padding:30px 20px}.footer h3{font-size:1.4rem}}