*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;font-family:Arial,sans-serif}.hero-media{width:100%}.mobile-img{display:block;width:100%;height:100dvh;object-fit:cover}.desktop-img{display:none}@media(min-width:768px)and (max-width:1024px){.mobile-img{display:block;width:100%;height:100dvh;object-fit:contain;background-color:#5b1b5f}.desktop-img{display:none}}@media(min-width:1025px){.desktop-img{display:block;width:100%;height:100vh;object-fit:cover}.mobile-img{display:none}}.hero-media img{animation:heroZoom 1.2s ease-out forwards}@keyframes heroZoom{0%{opacity:0;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}.count-box{animation:countPulse 1s infinite}@keyframes countPulse{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}.cta-breathe{animation:breathe 2s infinite}@keyframes breathe{0%{transform:scale(1);box-shadow:0 0 #0000}50%{transform:scale(1.06);box-shadow:0 14px 35px #00000040}to{transform:scale(1)}}.modal-animate{animation:modalIn .4s ease-out forwards}@keyframes modalIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}body{cursor:none}.custom-cursor{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;font-size:12px;font-weight:600;color:#fff;background:#800080e6;padding:6px 10px;border-radius:999px;transform:translate(-50%,-50%);transition:transform .15s ease,background .2s ease;white-space:nowrap}.cursor-hover{transform:translate(-50%,-50%) scale(1.2);background:#000}@media(max-width:1024px){.custom-cursor{display:none}body{cursor:auto}}@media(max-height:700px){.mobile-img{height:auto;min-height:100vh;object-fit:contain;background-color:#5b1b5f}}@media(max-height:640px){.mobile-img{padding-bottom:40px}}
