.construction{position:relative;height:100vh;width:100%;background:url(https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1920&q=80) center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;font-family:Inter,sans-serif;overflow:hidden}.construction .overlay{position:absolute;inset:0;background:#0009}.construction .content{position:relative;z-index:2}.construction .logo{width:120px;margin-bottom:20px;filter:drop-shadow(0 0 15px rgba(250,204,21,.7))}.construction h1{font-size:2.8rem;font-weight:800;margin-bottom:14px;color:#facc15;text-shadow:0 4px 18px rgba(0,0,0,.8)}.construction p{font-size:1.2rem;margin-bottom:30px;color:#eee}.loader{border:6px solid rgba(255,255,255,.2);border-top:6px solid #facc15;border-radius:50%;width:60px;height:60px;margin:0 auto;animation:spin 1.2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-btn{display:inline-block;margin:20px 0;padding:12px 24px;background:linear-gradient(90deg,#7c3aed,#facc15);color:#000;font-weight:700;border-radius:8px;text-decoration:none;box-shadow:0 4px 14px #0006;transition:transform .2s ease,background .3s}.email{margin-bottom:18px;font-size:1.1rem;color:#facc15;text-shadow:0 2px 8px rgba(0,0,0,.7)}.contact-btn{display:inline-block;margin-bottom:30px;padding:12px 24px;background:linear-gradient(90deg,#7c3aed,#facc15);color:#000;font-weight:700;border-radius:8px;text-decoration:none;box-shadow:0 4px 14px #0006;transition:transform .2s ease,background .3s}.contact-btn:hover{transform:translateY(-3px) scale(1.05);background:linear-gradient(90deg,#facc15,#7c3aed)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:#0a0a0a;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
