
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}
body{font-family:Poppins,sans-serif;background:#f7fbf5;color:#2f3b2f;line-height:1.7}
header{position:fixed;top:0;width:100%;background:#ffffffee;backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.08);z-index:10}
.container{max-width:1200px;margin:auto;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}
.logo h2{color:#2e7d32}.logo span{font-size:12px;color:#666}
nav{display:flex;gap:24px;flex-wrap:wrap}nav a{text-decoration:none;color:#333}
.hero{min-height:100vh;padding:140px 20px 80px;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),url('https://images.unsplash.com/photo-1500937386664-56d1dfef3854?auto=format&fit=crop&w=1600&q=80') center/cover;color:#fff}
.hero-content{max-width:850px}.hero h1{font-size:3.5rem}.hero h1 span{color:#98ff98}.btn{display:inline-block;margin-top:24px;background:#43a047;color:#fff;padding:14px 30px;border-radius:30px;text-decoration:none}
.section{max-width:1200px;margin:auto;padding:80px 20px}.light{background:#eef8ec}.section h2{text-align:center;color:#2e7d32;margin-bottom:25px}
.section-text{text-align:center;max-width:900px;margin:auto}
.product-card{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.product-image{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}.coconut-img{width:230px;border-radius:12px}.bottle-img{width:170px}.badge{background:#2e7d32;color:#fff;padding:8px 14px;border-radius:20px}
.features{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.features span{background:#dff3df;padding:8px 14px;border-radius:20px;color:#2e7d32}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.card{background:#fff;padding:25px;border-radius:14px;box-shadow:0 5px 15px rgba(0,0,0,.08)}
.quote{padding:80px 20px;background:#2e7d32;color:#fff;text-align:center}
footer{background:#1b5e20;color:#fff;text-align:center;padding:40px 20px}
@media(max-width:900px){.container{flex-direction:column}.hero h1{font-size:2.2rem}.product-card{grid-template-columns:1fr;text-align:center}}
@media(max-width:480px){nav{justify-content:center;gap:12px}.hero{padding-top:180px}.hero h1{font-size:1.8rem}.coconut-img{width:160px}.bottle-img{width:120px}}
