@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";html,body,#root{height:100%}.app{width:100%;height:100vh;overflow:hidden;background:#fff;display:flex;flex-direction:column}.header{background:#fff;padding:15px 40px;box-shadow:0 2px 15px #0000000d;z-index:100;flex-shrink:0}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header-logo{height:40px;width:auto}.nav-btn{display:inline-block;padding:10px 28px;background:linear-gradient(135deg,#ff9f43,#ff6b35);color:#fff;text-decoration:none;border-radius:50px;font-size:.82rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #ff9f4359}.nav-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff9f4380}.main-content{flex:1;background:#fff;text-align:center;z-index:10;display:flex;align-items:center;justify-content:center;padding:40px 40px 0}.hero-wrapper{display:flex;flex-direction:column;align-items:center;gap:20px}.hero{max-width:550px}.hero-title{font-size:2.8rem;font-weight:800;letter-spacing:3px;margin-bottom:12px;background:linear-gradient(135deg,#ff9f43,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{font-size:.85rem;color:#999;line-height:1.7}.construction-scene{position:relative;width:480px;min-height:200px}.scene-item{position:absolute;animation:floatItem 3s ease-in-out infinite}.sign-item{left:2%;bottom:0;animation-delay:0s;transform:scale(.75)}.cone-left{left:18%;bottom:8px;animation-delay:.4s;transform:scale(.8)}.barricade-item{left:22%;bottom:5px;animation-delay:.7s;transform:scale(.7)}.cone-right{right:28%;bottom:8px;animation-delay:.5s;transform:scale(.7)}.ladder-item{right:10%;bottom:0;animation-delay:1s;transform:scale(.65)}.paint-item{right:0%;bottom:5px;animation-delay:1.3s;transform:scale(.7)}@keyframes floatItem{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.wave-section{flex-shrink:0;z-index:5;line-height:0}.wave-section svg{display:block;width:100%;height:180px}.contact-section{flex-shrink:0;background:linear-gradient(135deg,#ff9f43,#ff6b35);padding:14px 40px;display:flex;justify-content:center;gap:25px;flex-wrap:wrap;z-index:10}.contact-link{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:50px;color:#fff;text-decoration:none;font-size:.82rem;font-weight:600;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.contact-link:hover{background:#ffffff59;transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}@media (max-width: 768px){.app{height:100vh;height:100dvh}.header{padding:12px 16px}.header-inner{display:flex;align-items:center;justify-content:space-between}.header-logo{height:28px}.nav-btn{padding:8px 18px;font-size:.7rem}.main-content{padding:10px 16px 0}.hero-wrapper{gap:10px}.hero{max-width:100%}.hero-title{font-size:1.2rem;letter-spacing:1px;margin-bottom:6px}.hero-desc{font-size:.65rem;line-height:1.4}.construction-scene{width:100%;max-width:320px;min-height:100px;margin-top:30px}.scene-item{transform:scale(.4)!important}.sign-item{left:0%;bottom:0}.cone-left{left:15%;bottom:10px}.barricade-item{left:22%;bottom:5px}.cone-right{right:25%;bottom:10px}.ladder-item{right:8%;bottom:0}.paint-item{right:0%;bottom:8px}.wave-section svg{height:100px}.contact-section{padding:10px 16px}.contact-link{font-size:.65rem;padding:7px 14px;gap:6px}.contact-link svg{width:14px;height:14px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:#fff;color:#333;overflow-x:hidden}
