@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-white:#fff;--color-bg-light:#fafafa;--color-border:#eaeaea;--color-text-main:#1a1a1a;--color-text-muted:#6b7280;--color-accent:#f59e0b;--color-accent-hover:#d97706;--color-accent-light:#fef3c7;--color-black:#000;--color-error:#ef4444;--font-heading:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:3rem;--spacing-xl:5rem;--spacing-xxl:8rem;--border-radius:12px;--border-radius-lg:24px;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--box-shadow:0 20px 40px #00000014}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-text-main);background-color:var(--color-white);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text-main);letter-spacing:-.02em;font-weight:700;line-height:1.2}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}button{cursor:pointer;transition:var(--transition);background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:1320px;padding:0 var(--spacing-md);margin:0 auto}.section{padding:var(--spacing-xxl) 0}.section-title{margin-bottom:var(--spacing-lg);font-size:3.5rem;font-weight:700}.section-subtitle{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:var(--spacing-sm);font-size:.85rem;font-weight:600;display:block}.form-input{border:1px solid var(--color-border);width:100%;font-family:var(--font-body);color:var(--color-text-main);transition:var(--transition);border-radius:30px;margin-bottom:1rem;padding:1rem 1.25rem;font-size:.95rem}.form-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-light);outline:none}.btn-primary{background-color:var(--color-accent);color:var(--color-white);border-radius:30px;justify-content:center;align-items:center;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary:hover{background-color:var(--color-accent-hover);transform:translateY(-2px)}.circle-btn{background-color:var(--color-text-main);width:120px;height:120px;color:var(--color-white);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.circle-btn:hover{background-color:var(--color-accent);transform:scale(1.05)}.fade-in{animation:.8s forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header{background-color:var(--color-white);border-bottom:1px solid var(--color-border);z-index:9999;width:100%;padding:15px 0;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000000d}.header-fluid{justify-content:space-between;align-items:center;width:100%;padding:0 4rem;display:flex}.logo-link{z-index:10001;align-items:center;display:flex}.logo-img{width:auto;height:65px;display:block}.header-right{align-items:center;gap:2.5rem;display:flex}.nav-menu ul{align-items:center;gap:2rem;display:flex}.nav-menu a{color:var(--color-text-main);align-items:center;gap:4px;font-size:.95rem;font-weight:500;display:flex}.nav-menu a:hover{color:var(--color-accent)}.social-icons{z-index:10001;align-items:center;gap:1.5rem;display:flex}.social-icons a{color:var(--color-text-main);transition:var(--transition);justify-content:center;align-items:center;display:flex}.social-icons a:hover{color:var(--color-accent)}.mobile-menu-btn{color:var(--color-text-main);cursor:pointer;z-index:10001;background:0 0;border:none;padding:.5rem;display:none}@media (width<=1200px){.header-fluid{padding:0 2rem}}@media (width<=992px){.header-right{gap:1rem}.mobile-menu-btn{justify-content:center;align-items:center;display:flex}.nav-menu{background-color:var(--color-white);z-index:10000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.nav-menu.active{transform:translateY(0)}.nav-menu ul{text-align:center;flex-direction:column;gap:2.5rem}.nav-menu a{font-size:1.5rem;font-weight:600}}@media (width<=576px){.header-fluid{padding:0 1rem}.logo-img{height:50px}}.footer{background-color:var(--color-text-main);color:var(--color-white);padding:var(--spacing-xxl) 0 var(--spacing-md)}.footer-top{gap:var(--spacing-xl);margin-bottom:var(--spacing-xxl);grid-template-columns:2fr 1fr 1.5fr 1fr;display:grid}.footer-logo{letter-spacing:-1px;margin-bottom:var(--spacing-md);color:var(--color-white);font-size:1.8rem}.footer-desc{color:#a1a1aa;line-height:1.6}.footer-col h3{color:var(--color-white);margin-bottom:var(--spacing-md);font-size:1.1rem}.footer-links{flex-direction:column;gap:12px;display:flex}.footer-links a{color:#a1a1aa}.footer-links a:hover{color:var(--color-accent)}.footer-contact{flex-direction:column;gap:16px;display:flex}.footer-contact li{color:#a1a1aa;align-items:flex-start;gap:12px;display:flex}.newsletter-desc{color:#a1a1aa;margin-bottom:1rem;font-size:.9rem}.newsletter-form{display:flex;position:relative}.newsletter-form input{width:100%;color:var(--color-white);background-color:#ffffff1a;border:1px solid #fff3;border-radius:30px;padding:.8rem 3rem .8rem 1rem}.newsletter-form button{background-color:var(--color-accent);width:32px;height:32px;color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.footer-bottom{padding-top:var(--spacing-md);color:#a1a1aa;border-top:1px solid #ffffff1a;justify-content:space-between;font-size:.85rem;display:flex}.footer-bottom-links{gap:var(--spacing-md);display:flex}@media (width<=992px){.footer-top{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.footer-top{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.hero{background-color:var(--color-white);padding:3rem 0 5rem;overflow:hidden}.hero-container{align-items:center;gap:2rem;width:96%;max-width:1700px;margin:0 auto;display:flex}.hero-left{flex:0 0 41%;padding-left:1.25rem;position:relative}.hero-title{margin-bottom:var(--spacing-md);letter-spacing:-.02em;font-size:50px;line-height:1.1}.hero-subtitle{color:var(--color-text-muted);margin-bottom:var(--spacing-lg);max-width:90%;font-size:1.15rem}.hero-right{flex:0 0 60%;position:relative;transform:translate(15px,-20px)}.hero-image-wrapper{width:100%;height:700px;position:relative}.hero-bg-img{object-fit:cover;border-radius:var(--border-radius-lg);width:100%;height:100%}.hero-form-card{background-color:var(--color-white);z-index:10;border-radius:var(--border-radius);width:420px;padding:2.5rem;position:absolute;bottom:40px;left:-12%;box-shadow:0 20px 50px #00000014}.hero-form-card h2{margin-bottom:.5rem;font-size:1.4rem}.form-subtitle{color:var(--color-text-muted);margin-bottom:2rem}.form-checkbox{color:var(--color-text-muted);align-items:flex-start;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.circle-btn-container{justify-content:center;align-items:center;width:160px;height:160px;margin-top:3rem;display:flex;position:relative}.circle-btn{background-color:var(--color-text-main);width:70px;height:70px;color:var(--color-white);z-index:2;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.circle-btn:hover{background-color:var(--color-accent)}.circular-text-wrapper{pointer-events:none;width:100%;height:100%;animation:15s linear infinite rotate;position:absolute;top:0;left:0}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1200px){.hero-container{width:95%;max-width:100%}.hero-left{flex:0 0 45%;padding-left:0}.hero-right{flex:0 0 55%;transform:none}.hero-form-card{left:-20%}}@media (width<=992px){.hero-container{flex-direction:column}.hero-left{max-width:100%;margin-bottom:var(--spacing-xl)}.hero-image-wrapper{height:450px}.hero-form-card{width:100%;margin-top:-50px;padding:2rem;position:relative;top:auto;bottom:auto;left:auto}}.photo-strip{width:100%;padding:0 var(--spacing-sm);gap:var(--spacing-sm);margin-top:-60px;margin-bottom:var(--spacing-xxl);display:flex}.strip-item{flex:1;height:250px}.strip-item img{object-fit:cover;width:100%;height:100%}@media (width<=992px){.photo-strip{margin-top:var(--spacing-xl);flex-wrap:wrap}.strip-item{flex:1 0 30%}}@media (width<=576px){.strip-item{flex:1 0 45%}}.services{background-color:var(--color-white)}.services-top{gap:var(--spacing-xl);margin-bottom:var(--spacing-xl);display:flex}.services-top-left{flex:1}.services-top-right{color:var(--color-text-muted);flex:1;padding-top:2rem;font-size:1.05rem;line-height:1.8}.services-top-right p{margin-bottom:var(--spacing-md)}.services-bottom{gap:var(--spacing-lg);margin-top:var(--spacing-xl);grid-template-columns:repeat(4,1fr);display:grid}.service-item{flex-direction:column;display:flex}.service-icon{color:var(--color-accent);margin-bottom:var(--spacing-md)}.service-item h3{margin-bottom:var(--spacing-sm);font-size:1.25rem;font-weight:600}.service-item p{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}@media (width<=992px){.services-top{gap:var(--spacing-md);flex-direction:column}.services-bottom{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.services-bottom{grid-template-columns:1fr}}.products-section{background-color:var(--color-white);padding:var(--spacing-xxl) 0}.products-grid{gap:var(--spacing-md);grid-template-columns:repeat(4,1fr);display:grid}.product-card-inner{flex-direction:column;height:100%;display:flex}.product-content,.product-image{flex:1;min-height:350px}.product-image img{object-fit:cover;width:100%;height:100%}.product-content{flex-direction:column;padding:3rem 2rem;display:flex}.product-content.bg-light{background-color:#f1f5f9}.product-content h3{margin-bottom:var(--spacing-lg);font-size:1.8rem;font-weight:500}.product-content p{color:var(--color-text-muted);flex-grow:1;font-size:.95rem}.learn-more{margin-top:var(--spacing-lg);color:var(--color-text-main);font-size:.9rem;font-weight:600}.learn-more:hover{color:var(--color-accent)}@media (width<=1200px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.products-grid{grid-template-columns:1fr}.product-content,.product-image{min-height:300px}}.map-section{background-color:var(--color-white);padding:4rem 0}.map-container{width:100%;max-width:1000px;margin:0 auto;position:relative}.world-map-img{opacity:1;width:100%;height:auto;display:block}.map-pin-container{cursor:pointer;z-index:10;position:absolute;transform:translate(-50%,-50%)}.map-pin-box{background-color:var(--color-white);border:1px solid var(--color-border);transition:var(--transition);border-radius:4px;align-items:center;gap:6px;padding:4px 8px;display:flex;box-shadow:0 4px 15px #0000001a}.map-pin-box:hover{border-color:var(--color-text-main);z-index:20;transform:translateY(-2px)}.pin-icon{color:var(--color-text-muted)}.pin-label{color:var(--color-text-main);white-space:nowrap;font-size:.7rem;font-weight:600}@media (width<=768px){.map-pin-box{padding:2px 4px}.pin-label{font-size:.6rem}.pin-icon{width:10px;height:10px}}.bg-light{background-color:var(--color-bg-light)}.text-center{text-align:center}.testimonials-grid{gap:var(--spacing-lg);grid-template-columns:repeat(3,1fr);display:grid}.testimonial-col{gap:var(--spacing-lg);flex-direction:column;display:flex}.testimonial-col.mt-large{margin-top:4rem}.testi-card{position:relative}.text-card{background-color:var(--color-white);padding:2.5rem 2rem;box-shadow:0 10px 30px #00000008}.testi-title{color:var(--color-text-main);margin-bottom:1rem;font-size:1.1rem;font-weight:600;line-height:1.4}.stars{gap:2px;margin-bottom:1rem;display:flex}.testi-text{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.95rem}.client-name{color:var(--color-text-main);font-size:.85rem;font-weight:600}.video-card{position:relative;overflow:hidden}.video-card img{object-fit:cover;width:100%;height:100%;display:block}.large-vid{height:500px}.medium-vid{height:300px}.play-btn-wrapper{background-color:var(--color-white);cursor:pointer;width:60px;height:60px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 15px #0000001a}.play-btn-wrapper:hover{transform:translate(-50%,-50%)scale(1.1)}.vid-caption{color:var(--color-white);font-size:.85rem;font-weight:500;position:absolute;bottom:1.5rem;left:1.5rem}@media (width<=992px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}.testimonial-col.mt-large{margin-top:0}}@media (width<=768px){.testimonials-grid{grid-template-columns:1fr}}
