*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(180deg,#f5f5f5 0%,#ffffff 100%);color:#333;line-height:1.6}header{background:linear-gradient(90deg,#0d3b66 0%,#1a5a8a 100%);color:#fff;padding:15px 0;text-align:center;box-shadow:0 4px 15px #00000026;position:sticky;top:0;z-index:100}nav{margin:0;padding:0}nav ul{list-style:none;display:flex;justify-content:center;gap:0}nav a{color:#fff;text-decoration:none;padding:15px 25px;transition:all .3s ease;font-weight:600;display:inline-block;position:relative}nav a:after{content:"";position:absolute;bottom:10px;left:25px;width:0;height:2px;background:#ff6b35;transition:width .3s ease}nav a:hover:after{width:calc(100% - 50px)}nav a:hover{color:#fff}.container{width:90%;max-width:1200px;margin:auto;overflow:hidden}.hero{background:linear-gradient(135deg,#0d3b66 0%,#1a5a8a 50%,#ff6b35 100%);height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;box-shadow:0 8px 25px #00000026;padding:50px 20px;margin:30px 0;border-radius:12px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:rgba(255,107,53,.1);border-radius:50%}.hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:rgba(255,255,255,.05);border-radius:50%}.hero h1{font-size:3.8rem;font-weight:700;margin-bottom:20px;text-shadow:3px 3px 6px rgba(0,0,0,.4);letter-spacing:-1px;position:relative;z-index:1;max-width:800px}.hero p{font-size:1.4rem;margin-bottom:35px;text-shadow:2px 2px 4px rgba(0,0,0,.3);position:relative;z-index:1;max-width:700px;font-weight:300}.cta-button,button{background:#ff6b35;color:#fff;border:none;padding:14px 45px;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:700;position:relative;z-index:1;box-shadow:0 4px 15px #ff6b3566}.cta-button:hover,button:hover{background:#e55a24;transform:translateY(-3px);box-shadow:0 8px 25px #ff6b3580}.services,.about,.contact{padding:50px;background:#ffffff;margin:40px auto;border-radius:12px;box-shadow:0 6px 20px #00000014;max-width:1100px;border-top:4px solid #ff6b35}h2{color:#0d3b66;font-size:2.5rem;border-bottom:3px solid #ff6b35;padding-bottom:15px;margin-bottom:30px;font-weight:700;letter-spacing:-.5px}h3{color:#1a5a8a;font-size:1.4rem;margin-top:25px;margin-bottom:12px;font-weight:600}h4{color:#0d3b66;font-size:1.2rem;font-weight:600}p{color:#555;line-height:1.8;font-size:1.05rem}ul{margin-left:25px}ul li{margin-bottom:12px;color:#555;line-height:1.7}footer{background:linear-gradient(90deg,#0d3b66 0%,#1a5a8a 100%);color:#fff;text-align:center;padding:30px 20px;position:relative;bottom:0;width:100%;margin-top:60px;box-shadow:0 -4px 15px #0000001a}footer a{color:#ff6b35;text-decoration:none;transition:all .3s ease;font-weight:600}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.services,.about,.contact,.gallery-container{animation:slideInUp .6s ease-out}footer a:hover{color:#fff;text-decoration:underline}
