@layer utilities{.btn-primary{@apply inline-flex items-center justify-center bg-amber-600 text-white font-semibold py-3 px-6 rounded-full shadow-lg shadow-amber-600/30 hover:bg-amber-700 hover:shadow-amber-500/50 transition-all duration-300 transform hover:scale-[1.03];}.btn-secondary{@apply inline-flex items-center justify-center bg-white border-2 border-amber-600 text-amber-600 font-semibold py-3 px-6 rounded-full hover:bg-amber-50 hover:shadow-amber-500/20 hover:shadow-lg transition-all duration-300 transform hover:scale-[1.03];}.section-title{@apply font-serif text-4xl md:text-5xl font-bold mb-6 text-slate-900;}.glass-card{@apply bg-white border border-slate-200 shadow-md rounded-2xl transition-all duration-300 hover:shadow-xl hover:shadow-amber-500/10 hover:scale-[1.02];}.form-input{@apply w-full bg-slate-50 border border-slate-200 rounded-lg px-4 py-3 text-slate-800 focus:outline-none focus:border-amber-500 focus:ring-2 focus:ring-amber-500/50 transition-all hover:border-amber-400 hover:shadow-md placeholder:text-slate-400;}.category-card{@apply relative bg-white border border-slate-100 p-8 flex flex-col items-center text-center rounded-2xl cursor-pointer shadow-sm hover:shadow-2xl hover:shadow-amber-500/20 transition-all duration-300 transform hover:scale-[1.03];}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards;opacity:0}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f8fafc}::-webkit-scrollbar-thumb{background:#d97706;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#b45309}.scroll-hidden{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.scroll-visible{opacity:1;transform:translateY(0)}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.animate-marquee{display:inline-block;white-space:nowrap;animation:marquee 25s linear infinite;padding-left:100%}.animate-marquee:hover{animation-play-state:paused}*,:before,:after{box-sizing:border-box}html,body{width:100%;max-width:100vw;overflow-x:hidden;margin:0;padding:0}img{max-width:100%;height:auto;display:block}#home{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}@media (min-width: 769px){#home{background-image:url(../image/new_hero.webp)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#1e1b4b!important}.desktop-hero{display:flex!important}.mobile-hero{display:none!important}}@media (max-width: 768px){#home{background-color:#0f172a!important;background-image:none!important;padding-top:1.5rem!important;padding-bottom:2.5rem!important}.desktop-hero{display:none!important}.mobile-hero{display:block!important}}.hero-title{font-size:clamp(1.75rem,5.5vw,3.5rem);line-height:1.25}.hero-subtitle{font-size:clamp(.875rem,2.5vw,1.25rem)}.floating-whatsapp{position:fixed;bottom:20px!important;right:20px!important;z-index:50}
