:root{--primary-color:#001f3f;--secondary-color:#c5a059;--accent-color:#d4af37;--bg-dark:#050a14;--bg-card:#ffffff08;--text-light:#f8f9fa;--text-muted:#a0a0a0;--transition:all .3s ease;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-dark);color:var(--text-light);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{z-index:1000;width:100%;transition:var(--transition);background:0 0;padding:1.5rem 0;position:fixed;top:0;left:0}header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050a14f2;border-bottom:1px solid #c5a05933;padding:1rem 0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo img{width:auto;height:50px}.nav-links{gap:2.5rem;display:flex}.nav-links a{letter-spacing:1px;text-transform:uppercase;color:var(--text-light);font-size:.9rem;font-weight:500}.nav-links a:hover{color:var(--secondary-color)}.cta-button{background:var(--secondary-color);color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;border:1px solid var(--secondary-color);border-radius:4px;padding:.8rem 1.5rem;font-size:.85rem;font-weight:600}.cta-button:hover{color:var(--secondary-color);background:0 0}.hero{height:100vh;padding-top:80px;position:relative;overflow:hidden}.hero-slider{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.slide{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1.5s ease-in-out;position:absolute;top:0;left:0}.slide.active{opacity:1}.slide:after{content:"";background:linear-gradient(#001f3fb3,#050a14e6);width:100%;height:100%;position:absolute;top:0;left:0}.hero .container{z-index:1;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.hero-content{text-align:center;max-width:900px}.hero h1{background:linear-gradient(to right, #fff, var(--secondary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:4.5rem;animation:1s forwards fadeInUp}.hero p{color:var(--text-muted);opacity:0;margin-bottom:2.5rem;font-size:1.2rem;animation:1s .2s forwards fadeInUp}.hero-btns{opacity:0;justify-content:center;gap:1.5rem;animation:1s .4s forwards fadeInUp;display:flex}.slider-controls{z-index:2;gap:10px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.slider-dot{cursor:pointer;width:12px;height:12px;transition:var(--transition);background:#ffffff4d;border-radius:50%}.slider-dot.active{background:var(--secondary-color);transform:scale(1.2)}section{padding:8rem 0}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem;display:inline-block;position:relative}.section-header h2:after{content:"";background:var(--secondary-color);width:60px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.section-header p{color:var(--text-muted);max-width:600px;margin:1.5rem auto 0}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{background:var(--bg-card);transition:var(--transition);border:1px solid #ffffff0d;border-radius:12px;padding:3rem 2rem;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--secondary-color);transform-origin:0;width:100%;height:2px;transition:var(--transition);position:absolute;top:0;left:0;transform:scaleX(0)}.service-card:hover{background:#ffffff0d;border-color:#c5a0594d;transform:translateY(-10px)}.service-card:hover:before{transform:scaleX(1)}.service-icon{color:var(--secondary-color);margin-bottom:1.5rem;font-size:2.5rem}.service-card h3{margin-bottom:1rem;font-size:1.5rem}.service-card p{color:var(--text-muted);font-size:.95rem}.about-split{align-items:center;gap:4rem;display:flex}.about-image{flex:1;position:relative}.about-image img{border-radius:12px;box-shadow:0 20px 40px #0006}.about-image:after{content:"";border-top:5px solid var(--secondary-color);border-left:5px solid var(--secondary-color);z-index:-1;width:100px;height:100px;position:absolute;top:-20px;left:-20px}.about-content{flex:1}.about-content h2{margin-bottom:1.5rem;font-size:2.5rem}.about-content p{color:var(--text-muted);margin-bottom:2rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.stat-item h4{color:var(--secondary-color);margin-bottom:.5rem;font-size:2.5rem}.stat-item p{text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.contact-container{grid-template-columns:1fr 2fr;gap:4rem;display:grid}.contact-info h3{margin-bottom:2rem}.info-item{gap:1.5rem;margin-bottom:2rem;display:flex}.info-icon{color:var(--secondary-color);font-size:1.5rem}.info-text h4{margin-bottom:.3rem;font-size:1rem}.info-text p{color:var(--text-muted)}.contact-form{background:var(--bg-card);border-radius:12px;padding:3rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem;display:block}.form-group input,.form-group textarea,.form-group select{color:#fff;width:100%;transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus{border-color:var(--secondary-color);background:#ffffff14;outline:none}footer{background:#02050a;border-top:1px solid #ffffff0d;padding:5rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-logo img{height:40px;margin-bottom:1.5rem}.footer-logo p{color:var(--text-muted);font-size:.9rem}.footer-col h4{margin-bottom:1.5rem;font-size:1.1rem}.footer-col ul li{margin-bottom:.8rem}.footer-col ul li a{color:var(--text-muted);font-size:.9rem}.footer-col ul li a:hover{color:var(--secondary-color)}.footer-bottom{text-align:center;color:var(--text-muted);border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.8rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.hero h1{font-size:3.5rem}.about-split,.contact-container{flex-direction:column;grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.nav-links{display:none}.hero h1{font-size:2.8rem}.section-header h2{font-size:2rem}}
