@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#1f2937;overflow-x:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.animate-fadeIn{animation:fadeIn .6s ease-out}.animate-fadeInUp{animation:fadeInUp .8s ease-out}.animate-slideInLeft{animation:slideInLeft .8s ease-out}.animate-slideInRight{animation:slideInRight .8s ease-out}.delay-100{animation-delay:.1s;animation-fill-mode:both}.delay-200{animation-delay:.2s;animation-fill-mode:both}.delay-300{animation-delay:.3s;animation-fill-mode:both}.delay-500{animation-delay:.5s;animation-fill-mode:both}.delay-700{animation-delay:.7s;animation-fill-mode:both}.delay-1000{animation-delay:1s;animation-fill-mode:both}.delay-1500{animation-delay:1.5s;animation-fill-mode:both}.delay-2000{animation-delay:2s;animation-fill-mode:both}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f59e0b,#ea580c);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#d97706,#dc2626)}.btn-vintage{position:relative;overflow:hidden;transition:all .3s ease}.btn-vintage:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-vintage:hover:before{left:100%}.service-card{position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#f59e0b1a,#ea580c1a);opacity:0;transition:opacity .3s ease;z-index:1}.service-card:hover:before{opacity:1}.service-card>*{position:relative;z-index:2}@media (max-width: 640px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}.form-input{transition:all .3s ease}.form-input:focus{transform:translateY(-2px);box-shadow:0 4px 15px #f59e0b4d}.loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nav-link{position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,#f59e0b,#ea580c);transition:width .3s ease}.nav-link:hover:after{width:100%}.social-icon{transition:all .3s ease}.social-icon:hover{transform:translateY(-3px) scale(1.1)}.parallax{background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}@media (max-width: 768px){.parallax{background-attachment:scroll}}
