body,html{width:100%;min-height:100vh;background:#0a0a0a;color:#fff;line-height:1.6;overflow-x:hidden}*,:after,:before,body,html{margin:0;padding:0;font-family:Helvetica,sans-serif}*,:after,:before{box-sizing:border-box;background:none}.page-wrapper{background:#0a0a0a;min-height:100vh;display:flex;flex-direction:column;margin:0}.page-wrapper,main{width:100%;max-width:100vw;overflow-x:hidden}main{flex:1 1}.container{max-width:1200px;margin:0 auto;padding:0;overflow-x:hidden;overflow:hidden}.container,header{width:100%;box-sizing:border-box}header{position:fixed;top:0;max-width:100vw;background:hsla(0,0%,4%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;border-bottom:1px solid #333;overflow-x:hidden}nav{justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.logo,nav{display:flex;align-items:center}.logo{font-size:1.6rem;font-weight:700;color:#fff;text-decoration:none;gap:10px}.logo-image{height:2rem;width:auto;display:block}.cta-button{background:linear-gradient(135deg,#00f,#00f);color:#fff;padding:.8rem 2rem;border:none;border-radius:50px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,255,.3)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,255,.4)}.cta-button-large{font-size:1.1rem;padding:1rem 2.5rem}.hero{padding-top:80px;min-height:calc(100vh - 80px);display:flex;background:radial-gradient(circle at 50% 50%,rgba(0,0,255,.1) 0,transparent 70%);max-width:100vw;margin:0;overflow-x:hidden;overflow:hidden;contain:layout}.hero,.hero-content{align-items:center;width:100%}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}.hero-text h1{font-family:Helvetica,sans-serif;font-size:2rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}.hero-text p{font-size:1.2rem;color:#ccc;margin-bottom:1.8rem;max-width:500px}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.hero-checklist{margin-top:2rem;color:#888;font-size:.9rem}.secondary-button{background:transparent;color:#fff;padding:.8rem 2rem;border:2px solid #333;border-radius:50px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease}.secondary-button:hover{border-color:#00f;color:#00f}.hero-visual{position:relative;height:500px;width:100%;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-radius:20px;overflow:hidden;border:1px solid #333;box-sizing:border-box;contain:layout}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:20px;display:block}.services-section{padding:6rem 0;background:#0a0a0a;width:100%;max-width:100vw;margin:0;overflow-x:hidden}.services-section h2{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#fff}.services-content{display:flex;flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.service-item{background:#1a1a1a;padding:1.5rem;border-radius:10px;border:1px solid #333;transition:transform .3s ease,box-shadow .3s ease}.service-item:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,255,.2)}.service-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.service-header h3{font-size:1.1rem;font-weight:600;color:#fff}.toggle-icon{font-size:1rem;color:#ccc;transition:transform .3s ease}.toggle-icon.expanded{transform:rotate(180deg)}.service-content{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}.service-content.expanded{max-height:500px;opacity:1;padding-top:1rem}.service-content ul{list-style:none}.service-content ul li{font-size:1rem;color:#ccc;margin-bottom:.8rem;line-height:1.4}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);text-align:center;width:100%;max-width:100vw;margin:0;overflow-x:hidden}.cta-content{max-width:600px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.cta-content h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.cta-content p{font-size:1.2rem;color:#ccc;margin-bottom:2rem}.image-carousel{display:flex;width:max-content;animation:scroll 20s linear infinite;margin-bottom:2rem}.carousel-image{width:100px;height:100px;object-fit:contain;margin-right:1rem}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}footer{background:#111;padding:3rem 0 1rem;border-top:1px solid #333;margin-top:auto;width:100%;max-width:100vw;overflow-x:hidden}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,16rem));grid-gap:2rem;gap:2rem;margin-bottom:2rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 20px;width:100%;box-sizing:border-box}.footer-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#aaa;max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px;width:100%;box-sizing:border-box}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .6s ease-out}.scroll-reveal{opacity:0;transform:translateY(50px);transition:all .6s ease;will-change:transform,opacity;min-height:50px;visibility:hidden;contain:layout}.scroll-reveal.revealed{opacity:1;transform:translateY(0);visibility:visible}.world-image-section{width:100%;max-width:100vw;margin:0;padding:0;overflow:hidden;contain:layout}.world-image{width:100%;height:auto;display:block;object-fit:cover;object-position:center}@media (max-width:768px){header{padding:1rem 20px}nav{padding:0 40px}.hero{padding-top:120px}.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2rem}.hero-text p{font-size:1.2rem}.hero-buttons{justify-content:center}.hero-visual{height:300px}.hero-image{border-radius:15px}.services-section{padding:4rem 0}.services-section h2{font-size:2rem}.services-content{padding:0 20px}.service-item{padding:1.5rem}.service-header h3{font-size:1rem}.service-content ul li{font-size:.9rem}.world-image-section{padding:0}.world-image{width:100%;height:300px;object-fit:cover;object-position:center}.carousel-image{width:80px;height:80px}.cta-content h2{font-size:1.8rem}}:focus,a,button,input,select,textarea{outline:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent;-webkit-focus-ring-color:transparent}