body{

font-family:Poppins;

margin:0;

background:#f5f5f5;

text-align:center;

}

header{

background:black;

color:white;

padding:20px;

}

.tagline{

color:#ddd;

}

.hero{

background:#0F6B3A;

color:white;

padding:60px 20px;

}

.cta{

background:#FFD700;

color:black;

padding:15px 25px;

font-weight:bold;

text-decoration:none;

border-radius:6px;

}

.products{

padding:40px 20px;

}

.product-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:20px;

}

.product{

background:white;

padding:20px;

border-radius:10px;

}

.product img{

width:100%;

}

.price{

font-size:22px;

color:#0F6B3A;

font-weight:bold;

}

button{

background:#25D366;

color:white;

border:none;

padding:12px;

border-radius:6px;

cursor:pointer;

}

.bundle{

background:#FFD700;

padding:40px;

}

.bundle-price{

font-size:32px;

font-weight:bold;

}

.trust{

padding:40px;

}

.whatsapp{

position:fixed;

bottom:20px;

right:20px;

background:#25D366;

padding:15px;

border-radius:50px;

}

.whatsapp a{

color:white;

text-decoration:none;

font-weight:bold;

}

footer{

background:black;

color:white;

padding:15px;

}