.page-wrapper{background:#000;color:#fff;font-family:Inter,sans-serif;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero{position:relative;height:100vh;width:100%;display:flex;align-items:center;justify-content:center}.hero-media{position:absolute;top:0;left:0;width:100%;height:100%}.hero-video{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(0,0,0,.4) 0,rgba(0,0,0,.8) 100%)}.hero-content{position:relative;z-index:2;text-align:center;padding:0 1rem}.hero-content h1{font-size:5rem;font-weight:800;letter-spacing:.3em;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.animated-line{height:2px;background:#fff;margin:2rem auto;position:relative;overflow:hidden}.hero-content p{font-size:1.2rem;letter-spacing:.2em;font-weight:300}.about{padding:8rem 0;background:linear-gradient(45deg,#111,#000)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content h2{font-size:3rem;font-weight:700;letter-spacing:.2em;margin-bottom:2rem}.section-line{width:80px;height:2px;background:#fff;margin:2rem 0;position:relative}.about-content p{font-size:1.1rem;line-height:1.8;margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat-box{padding:2rem;text-align:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);transition:transform .3s ease}.stat-box:hover{transform:translateY(-10px);background:hsla(0,0%,100%,.1)}.stat-number{display:block;font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-text{font-size:.9rem;letter-spacing:.1em;color:#fff}.main-image{width:100%;height:auto;filter:grayscale(100%) contrast(1.1);transition:all .5s ease}.main-image:hover{filter:grayscale(50%)}.services{padding:8rem 0;background:#000}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:3rem;font-weight:700;letter-spacing:.2em}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.service-card{padding:3rem 2rem;text-align:center;background:linear-gradient(145deg,#111,#000);border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease}.service-card:hover{background:linear-gradient(145deg,#000,#111);border-color:hsla(0,0%,100%,.2)}.service-icon{font-size:2.5rem;margin-bottom:1.5rem;color:#fff;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.2)}.service-card h3{font-size:1.2rem;letter-spacing:.1em;margin-bottom:1rem}.service-card p{font-size:.9rem;line-height:1.6;color:hsla(0,0%,100%,.8)}.gallery{padding:8rem 0;background:linear-gradient(-45deg,#111,#000)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.gallery-item{position:relative;overflow:hidden;border:5px solid #fff}.gallery-image{width:100%;height:auto;filter:grayscale(100%) contrast(1.1);transition:all .5s ease}.gallery-item:hover .gallery-image{filter:grayscale(50%)}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}.hero-content h1{font-size:4rem}}@media (max-width:768px){.gallery-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.hero-content h1{font-size:3rem}}@media (max-width:480px){.gallery-grid,.services-grid,.stats-grid{grid-template-columns:1fr}.hero-content h1{font-size:2rem;letter-spacing:.2em}.section-header h2{font-size:2rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}