*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#fff5e6 0%,#ffe4cc 100%)}header{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 20px #0000001a}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 5%}.logo{font-size:1.5rem;font-weight:700;color:#ff6b35}nav ul{display:flex;list-style:none;gap:2rem}nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}nav a:hover{color:#ff6b35}main{margin-top:80px}.hero{display:flex;align-items:center;justify-content:space-between;padding:4rem 5%;min-height:100vh;background:linear-gradient(135deg,#ff9a56 0%,#ff6b35 100%);color:#fff}.hero-content h1{font-size:3.5rem;margin-bottom:1rem}.hero-content p{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.cta-button{background:white;color:#ff6b35;border:none;padding:1rem 2rem;font-size:1.2rem;border-radius:50px;cursor:pointer;transition:transform .3s}.cta-button:hover{transform:translateY(-2px)}.mango-bottle{font-size:15rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.about,.products,.contact{padding:4rem 5%}.about{background:white}h2{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:#ff6b35}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature{text-align:center;padding:2rem;background:#fff5e6;border-radius:20px;transition:transform .3s}.feature:hover{transform:translateY(-5px)}.icon{font-size:3rem;display:block;margin-bottom:1rem}.products{background:#fff5e6}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.product-card{background:white;padding:2rem;border-radius:20px;text-align:center;box-shadow:0 5px 15px #0000001a;transition:transform .3s}.product-card:hover{transform:translateY(-5px)}.product-image{font-size:5rem;margin-bottom:1rem}.price{display:block;font-size:1.5rem;color:#ff6b35;font-weight:700;margin-top:1rem}.contact-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:1rem;border:2px solid #ffe4cc;border-radius:10px;font-family:inherit}.contact-form button{background:#ff6b35;color:#fff;border:none;padding:1rem 2rem;border-radius:10px;cursor:pointer;font-size:1.1rem;transition:background .3s}.contact-form button:hover{background:#e55a2b}footer{background:#333;color:#fff;text-align:center;padding:2rem}@media (max-width: 768px){.hero{flex-direction:column;text-align:center}.hero-content h1{font-size:2.5rem}nav ul{gap:1rem;font-size:.9rem}}
