:root{--color-purple-50:#faf5ff;--color-purple-100:#f3e8ff;--color-purple-600:#9333ea;--color-purple-700:#7e22ce;--color-purple-800:#6b21a8;--color-purple-900:#581c87;--color-indigo-50:#eef2ff;--color-gray-50:#f9fafb;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-yellow-400:#facc15;--font-family:'Poppins',sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);line-height:1.5;color:var(--color-gray-900)}.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li.menu-shop-link,.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li.menu-shop-link{background:#9333ea;border-radius:20px;margin-top:-1px;padding:8px 10px 0;font-weight:500;line-height:1}.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li.menu-shop-link a,.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li.menu-shop-link a{color:#fff!important;padding-bottom:4px}.container{max-width:80rem;margin:0 auto;padding:0 1rem}#home-header{box-shadow:none}.header{position:fixed;width:100%;z-index:50;transition:all 0.3s;padding:1rem 0}.header.scrolled{background-color:white;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:0.5rem;color:var(--color-purple-800);font-weight:bold;font-size:1.25rem}.nav{display:none}@media (min-width:768px){.nav{display:flex;gap:2rem}}.nav-link{color:var(--color-gray-700);text-decoration:none;font-size:0.875rem;font-weight:500;transition:color 0.3s}.nav-link:hover{color:var(--color-purple-600)}.btn{display:inline-flex;align-items:center;padding:0.5rem 1rem;border-radius:9999px;font-weight:500;transition:all 0.3s;cursor:pointer;border:none}.btn-primary{background-color:var(--color-purple-600);color:white}.btn-primary:hover{background-color:var(--color-purple-700)}.hero{padding-top:5rem;background:linear-gradient(to right,var(--color-purple-50),var(--color-indigo-50));overflow:hidden}.hero-content{display:grid;gap:2rem;padding:3rem 0}@media (min-width:1024px){.hero-content{grid-template-columns:repeat(2,1fr);align-items:center}}.hero-title{font-size:2.25rem;font-weight:bold;color:var(--color-purple-900);line-height:1.2}@media (min-width:640px){.hero-title{font-size:3rem}}.hero-description{margin-top:1.5rem;font-size:1.125rem;color:var(--color-gray-600)}.products{padding:4rem 0;background:linear-gradient(to bottom,white,var(--color-purple-50))}.product-grid{display:grid;gap:2rem;margin-top:3rem}@media (min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:white;border-radius:0.75rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.1);transition:all 0.3s}.product-card:hover{transform:translateY(-0.25rem);box-shadow:0 10px 15px rgba(0,0,0,0.1)}.benefits{padding:4rem 0;background:linear-gradient(to bottom,var(--color-purple-50),white)}.benefits-grid{display:grid;gap:2rem;margin-top:3rem}@media (min-width:768px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}.benefit-card{background:white;padding:1.5rem;border-radius:0.75rem;box-shadow:0 4px 6px rgba(0,0,0,0.1);transition:all 0.3s}.benefit-card:hover{transform:translateY(-0.25rem);box-shadow:0 10px 15px rgba(0,0,0,0.1)}.newsletter{padding:4rem 0;background-color:var(--color-purple-100)}.newsletter-container{background:linear-gradient(to right,var(--color-purple-600),#4f46e5);border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1)}.newsletter-content{padding:2rem}@media (min-width:768px){.newsletter-content{display:grid;grid-template-columns:repeat(2,1fr)}}.footer{background-color:var(--color-gray-900);color:white;padding:3rem 0}.footer-grid{display:grid;gap:2rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn 0.5s ease-out forwards}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:0.5rem}.rounded-full{border-radius:9999px}