.Hero-module__ZARIfG__hero{background:linear-gradient(135deg,#f35a23 0%,#d97a0d 25%,#e66f25 50%,#ce6114 75%,sienna 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroContent{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.Hero-module__ZARIfG__heroText{animation:1s ease-out Hero-module__ZARIfG__fadeInLeft}.Hero-module__ZARIfG__heroTitle{color:#fff;font-size:3.5rem;font-weight:800;line-height:1.1;font-family:var(--font-poppins),"Poppins",system-ui,sans-serif;letter-spacing:-.02em;text-shadow:2px 2px 8px rgba(0,0,0,.3);margin-bottom:1rem}.Hero-module__ZARIfG__brandName{color:#ffe135;text-shadow:2px 2px 8px rgba(0,0,0,.4);position:relative}.Hero-module__ZARIfG__brandName:after{content:"";background:linear-gradient(90deg,var(--harina-gold),transparent);border-radius:2px;width:100%;height:4px;position:absolute;bottom:0;left:0}.Hero-module__ZARIfG__heroSubtitle{color:#fff;letter-spacing:.5px;text-shadow:1px 1px 4px rgba(0,0,0,.3);margin-bottom:1rem;font-size:1.8rem;font-style:italic;font-weight:600}.Hero-module__ZARIfG__bestInTaste{margin-bottom:2rem}.Hero-module__ZARIfG__bestBadge{color:#8b4513;background:linear-gradient(135deg,gold,orange);border:2px solid gold;border-radius:25px;padding:.8rem 1.5rem;font-size:1.1rem;font-weight:700;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse;display:inline-block;box-shadow:0 4px 15px rgba(255,215,0,.4)}.Hero-module__ZARIfG__heroDescription{color:#fff;opacity:.95;text-shadow:1px 1px 3px rgba(0,0,0,.3);margin-bottom:3rem;font-size:1.2rem;line-height:1.8}.Hero-module__ZARIfG__heroButtons{flex-wrap:wrap;gap:1.5rem;display:flex}.Hero-module__ZARIfG__primaryButton{background:linear-gradient(135deg,var(--harina-maroon),var(--harina-deep-maroon));color:var(--harina-cream);cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px rgba(165,42,42,.3)}.Hero-module__ZARIfG__primaryButton:hover{background:linear-gradient(135deg,var(--harina-deep-maroon),var(--harina-maroon));transform:translateY(-3px);box-shadow:0 8px 25px rgba(165,42,42,.4)}.Hero-module__ZARIfG__secondaryButton{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;text-shadow:none;background:0 0;border:2px solid #fff;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s}.Hero-module__ZARIfG__secondaryButton:hover{color:var(--harina-maroon);background:#fff;transform:translateY(-3px);box-shadow:0 8px 25px rgba(255,255,255,.3)}.Hero-module__ZARIfG__heroVisual{flex-direction:column;justify-content:center;align-items:center;gap:2rem;animation:1s ease-out Hero-module__ZARIfG__fadeInRight;display:flex}.Hero-module__ZARIfG__logoDisplay{flex-direction:column;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__logoContainer{justify-content:center;align-items:center;width:300px;height:300px;animation:3s ease-in-out infinite Hero-module__ZARIfG__float;display:flex;position:relative}.Hero-module__ZARIfG__logoContainer:before{content:"";border:4px solid var(--harina-gold);opacity:.6;z-index:1;border-radius:50%;position:absolute;top:-10px;bottom:-10px;left:-10px;right:-10px}.Hero-module__ZARIfG__logoImage{z-index:2;border-radius:50%;transition:transform .3s;position:relative;box-shadow:0 20px 60px rgba(165,42,42,.3)}.Hero-module__ZARIfG__registeredMark{color:#fff;border:2px solid var(--harina-gold);z-index:3;background:rgba(165,42,42,.8);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.5rem;font-weight:700;display:flex;position:absolute;top:40px;right:60px}.Hero-module__ZARIfG__logoAccent{background:var(--harina-gold);border-radius:50%;width:60px;height:60px;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse;position:absolute;bottom:40px;right:40px}.Hero-module__ZARIfG__chefMascot{background:#fff;border-radius:50px;align-items:center;gap:1rem;padding:1rem 2rem;animation:2s ease-in-out infinite Hero-module__ZARIfG__bounce;display:flex;box-shadow:0 10px 30px rgba(0,0,0,.2)}.Hero-module__ZARIfG__chefEmoji{font-size:2.5rem}.Hero-module__ZARIfG__tasteBadge{color:#8b4513;text-shadow:none;background:linear-gradient(135deg,gold,orange);border-radius:20px;padding:.5rem 1rem;font-size:1rem;font-weight:700}.Hero-module__ZARIfG__decorativeElements{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.Hero-module__ZARIfG__floatingElement1,.Hero-module__ZARIfG__floatingElement2,.Hero-module__ZARIfG__floatingElement3{opacity:.1;border-radius:50%;position:absolute}.Hero-module__ZARIfG__floatingElement1{background:var(--harina-maroon);width:200px;height:200px;animation:4s ease-in-out infinite Hero-module__ZARIfG__float;top:10%;right:10%}.Hero-module__ZARIfG__floatingElement2{background:var(--harina-gold);width:150px;height:150px;animation:5s ease-in-out infinite reverse Hero-module__ZARIfG__float;bottom:20%;left:5%}.Hero-module__ZARIfG__floatingElement3{background:var(--harina-deep-maroon);width:100px;height:100px;animation:3.5s ease-in-out infinite Hero-module__ZARIfG__float;top:60%;right:20%}@keyframes Hero-module__ZARIfG__fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes Hero-module__ZARIfG__fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes Hero-module__ZARIfG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:90vh}.Hero-module__ZARIfG__heroContent{text-align:center;grid-template-columns:1fr;gap:2rem;padding:0 1rem}.Hero-module__ZARIfG__heroTitle{font-size:2.5rem}.Hero-module__ZARIfG__heroSubtitle{font-size:1.3rem}.Hero-module__ZARIfG__heroDescription{font-size:1.1rem}.Hero-module__ZARIfG__heroButtons{justify-content:center}.Hero-module__ZARIfG__logoContainer,.Hero-module__ZARIfG__logoImage{width:200px;height:200px}.Hero-module__ZARIfG__chefMascot{padding:.8rem 1.5rem}.Hero-module__ZARIfG__chefEmoji{font-size:2rem}}@media (max-width:480px){.Hero-module__ZARIfG__heroTitle{font-size:2rem}.Hero-module__ZARIfG__heroSubtitle{font-size:1.1rem}.Hero-module__ZARIfG__heroButtons{flex-direction:column;align-items:center}.Hero-module__ZARIfG__primaryButton,.Hero-module__ZARIfG__secondaryButton{padding:.8rem 2rem;font-size:1rem}.Hero-module__ZARIfG__logoContainer,.Hero-module__ZARIfG__logoImage{width:150px;height:150px}}
