*{margin:0;padding:0;box-sizing:border-box}.scroll-fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-fade-in.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.scroll-fade-in{opacity:1;transform:none;transition:none}}html{scroll-behavior:smooth;overscroll-behavior:none;overflow-x:hidden}:root{--bg-color:#000;--text-white:#fff;--text-section:#e4e4e4;--text-body:#bbb;--button-bg-primary:#fff;--button-bg-inverted:#1a1a1a;--max-width-wide:1400px;--max-width-content:1200px;--max-width-text:800px;--max-width-narrow:600px;--spacing-section:8rem;--spacing-component:4rem;--spacing-element:2rem;--spacing-small:1rem;--padding-page:3rem;--padding-mobile:1.5rem}body{font-family:Suisse,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-color);color:var(--text-body);line-height:1.5;min-height:100vh;overscroll-behavior:none;overflow-x:hidden}header{position:absolute;top:0;left:0;width:100%;z-index:100}.header-container{max-width:var(--max-width-content);margin:0 auto;padding:2rem;justify-content:space-between}.header-container,.logo-link{display:flex;align-items:center}.logo-link{gap:.75rem;text-decoration:none;color:inherit;transition:opacity .2s ease}.logo-link:hover{opacity:.8}.logo{height:1.2rem;width:auto;display:block}.logo-text{font-size:.9375rem;font-weight:400;line-height:1.5;letter-spacing:normal;color:var(--text-white)}.header-nav{display:flex;align-items:center;gap:1.5rem}.header-nav a{font-size:.8125rem;color:hsla(0,0%,100%,.7);font-family:Suisse,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-decoration:none;transition:color .2s ease}.header-nav a:hover{color:var(--text-white)}.language-toggle{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:.5rem;transition:opacity .2s ease}.language-toggle:hover{opacity:.8}.lang-icon{width:1.4rem;height:1.8rem;display:block}main{max-width:var(--max-width-content);margin:0 auto;padding:6rem 2rem 4rem;overscroll-behavior:none}.hero-section{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overscroll-behavior:none}.hero-section,.hero-video-background{overflow:hidden;background-color:#000}.hero-video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-video-background video{position:absolute;top:50%;left:58%;min-height:100%;width:100%;height:auto;transform:translate(-50%,-50%);object-fit:cover;opacity:0;transition:opacity 1s ease-in-out}.hero-video-background video.loaded{opacity:1}.hero-video-phone{display:none}.hero-content{position:relative;z-index:2;max-width:var(--max-width-content);width:100%;margin:0 auto;padding:0;text-align:left}.hero-content h1{font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.2;letter-spacing:-.02em;color:var(--text-white);padding-top:0;margin-bottom:2rem;max-width:700px}.hero-credibility{font-size:.875rem;font-weight:500;letter-spacing:.02em;color:var(--text-section);margin-bottom:1rem;padding:.5rem 0;max-width:500px;opacity:.9}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.7;letter-spacing:normal;color:var(--text-body);margin-bottom:3rem;max-width:650px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-secondary-button{background:transparent;border-color:hsla(0,0%,100%,.2)}h1{font-size:clamp(1.875rem,4.5vw,2.25rem);font-weight:300;line-height:1.2;letter-spacing:-.01em;color:var(--text-white);padding-top:7rem;margin-bottom:1.5rem}.button-h1{padding:.5rem 1.25rem;background:linear-gradient(hsla(0,0%,100%,.25),hsla(0,0%,100%,.15));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:50px;border:1px solid hsla(0,0%,78%,.3);color:#fff;font-weight:400;font-size:.8125rem;display:inline-flex;align-items:center;justify-content:center;line-height:1;font-family:Suisse,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-decoration:none;transition:background .3s ease,border-color .3s ease;margin-bottom:0}.button-h1:hover{background:linear-gradient(hsla(0,0%,100%,.35),hsla(0,0%,100%,.25));border-color:hsla(0,0%,78%,.5)}section{padding-top:7rem;padding-bottom:7rem;margin-bottom:0}.halve-section{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:var(--spacing-component);gap:var(--spacing-component);align-items:center;margin-top:var(--spacing-section);margin-bottom:var(--spacing-section)}.halve-content{display:flex;flex-direction:column;gap:1.5rem}.halve-content h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:300;line-height:1.2;letter-spacing:-.01em;color:var(--text-white);margin-bottom:1.5rem}.halve-content p{font-size:.9375rem;font-weight:400;line-height:1.6;letter-spacing:normal;color:var(--text-body);margin-bottom:0}.halve-button{align-self:flex-start}.halve-image{display:flex;align-items:center;justify-content:end}.halve-image img{max-width:100%;height:auto;max-height:325px;border-radius:12px;display:block;object-fit:contain}h2{font-weight:500;letter-spacing:-.01em;color:var(--text-section);margin-bottom:1rem}h2,p{font-size:1.125rem;line-height:1.5}p{font-weight:400;letter-spacing:normal;color:var(--text-body);margin-bottom:1.5rem}.button-group{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}button{font-family:inherit;font-size:.75rem;font-weight:400;line-height:1;letter-spacing:normal;padding:.75rem 1.5rem;border:1px solid transparent;cursor:pointer;transition:all .2s ease}.button-primary{color:var(--bg-color);background-color:var(--button-bg-primary)}.button-inverted,.button-primary:hover{background-color:var(--button-bg-inverted);color:var(--text-white)}.button-inverted:hover{background-color:var(--button-bg-primary);color:var(--bg-color)}.testimonials-section{padding-top:var(--spacing-section);padding-bottom:var(--spacing-section);margin-bottom:0;max-width:var(--max-width-wide);margin-left:auto;margin-right:auto}.testimonials-section h2{margin-bottom:3rem}.testimonials-scroll{display:flex;gap:1.5rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.2) transparent}.testimonials-scroll::-webkit-scrollbar{height:6px}.testimonials-scroll::-webkit-scrollbar-track{background:transparent}.testimonials-scroll::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border-radius:3px}.testimonials-scroll::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,100%,.3)}.testimonial-card{flex:0 0 auto;width:320px;min-width:320px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px}.testimonial-header{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-avatar-initial{background:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.2);color:var(--text-white);font-size:1.25rem;font-weight:500;font-family:Suisse,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.testimonial-info{display:flex;flex-direction:column;gap:.25rem}.testimonial-name{font-size:.9375rem;font-weight:500;color:var(--text-white);line-height:1.5}.testimonial-location{font-size:.8125rem;color:var(--text-body);line-height:1.5}.testimonial-text{font-size:.9375rem;font-weight:400;line-height:1.5;color:var(--text-body);margin:0}.process-section{padding-top:2rem;padding-bottom:0;margin-bottom:0}.process-section,.process-video-background{position:relative;overflow:hidden;background-color:#000}.process-video-background{width:100%;min-height:370px;z-index:0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:2rem}.process-video-background video{position:absolute;top:0;left:50%;width:100%;height:auto;transform:translateX(-50%);object-fit:contain;opacity:0;transition:opacity 1s ease-in-out}.process-video-background video.loaded{opacity:1}.process-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1}.process-section-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-component);max-width:var(--max-width-content);margin:0 auto;padding:var(--spacing-component) 2rem}.process-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:300;line-height:1.2;letter-spacing:-.01em;color:var(--text-white);margin:0;text-align:left}.process-steps-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--spacing-element);gap:var(--spacing-element);width:100%}.process-step{flex:1 1;text-align:left}.process-section-button{position:relative;z-index:2;margin-top:0}.process-step h3{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:300;line-height:1.4;letter-spacing:-.01em;color:var(--text-white);margin:0 0 1rem}.process-step p{font-size:.9375rem;font-weight:400;line-height:1.6;letter-spacing:normal;color:var(--text-body);margin:0;text-align:left}.cta-section{position:relative;padding-top:7rem;padding-bottom:7rem;margin-bottom:0;text-align:center;background-image:url(/mars-horizon.png);background-size:contain;background-position:bottom;background-repeat:no-repeat;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:0}.cta-section-content{position:relative;z-index:1}.cta-section h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:300;line-height:1.2;letter-spacing:-.01em;color:var(--text-white);margin-bottom:1.5rem;min-height:1.2em}.cta-subtitle{font-size:.9375rem;font-weight:400;line-height:1.6;letter-spacing:normal;color:var(--text-body);max-width:700px;margin:0 auto 2.5rem}.typewriter-cursor{display:inline-block;margin-left:2px;animation:blink 1s infinite;color:var(--text-white)}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-buttons .button-h1{margin-bottom:0}footer{width:100%;display:flex;justify-content:center;align-items:center;padding:0;position:relative}.footer-text{position:absolute;top:2rem;left:50%;transform:translateX(-50%);z-index:10;width:100%;max-width:950px;text-align:center;padding:0 2rem}.footer-text p{font-size:clamp(.9375rem,2vw,1.125rem);font-weight:300;line-height:1.6;letter-spacing:normal;color:var(--text-body);margin:0;font-family:Suisse,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.footer-container{max-width:950px;margin:0 auto;padding:2rem 2rem 4rem;width:100%;position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:10;display:flex;justify-content:space-between;align-items:center}.footer-brand{font-size:.9375rem;font-weight:400;color:#fff;font-family:Suisse,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.footer-brand-gradient{background:linear-gradient(90deg,#34d399,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-copyright{display:inline-block}.footer-copyright p{font-size:.8125rem;color:#fff;font-family:Suisse,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}.earth-desktop{width:100%;height:auto;display:block}.earth-phone{width:100%;height:auto;display:none}.projects-page{overflow-x:hidden}.projects-main,.projects-page{position:relative;overscroll-behavior:none}.projects-main{z-index:1;max-width:var(--max-width-content);margin:0 auto;padding:var(--spacing-component) 0}.projects-page h1{font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.2;letter-spacing:-.02em;color:var(--text-white);margin-bottom:var(--spacing-component);padding-top:0}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--spacing-element);gap:var(--spacing-element)}.project-section{padding-top:7rem;padding-bottom:7rem;margin-bottom:0}.project-content{max-width:100%}.project-content h2{font-size:.9375rem;font-weight:500;line-height:1.5;letter-spacing:-.01em;color:var(--text-section);margin-bottom:1rem}.project-content p{font-size:.9375rem;font-weight:400;line-height:1.5;letter-spacing:normal;color:var(--text-body)}.project-content p,.project-description{margin-bottom:1.5rem}.project-description p{margin-bottom:1rem}.project-description p:last-child{margin-bottom:0}.project-description strong{color:var(--text-section);font-weight:500}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.project-tag{font-size:.75rem;font-weight:400;line-height:1;letter-spacing:normal;color:var(--text-body);padding:.375rem .75rem;border:1px solid hsla(0,0%,100%,.1);border-radius:4px;background-color:hsla(0,0%,100%,.03)}.project-card{display:flex;flex-direction:column;background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:0;overflow:hidden;transition:all .3s ease}.project-card:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.2);transform:translateY(-4px)}.project-card-image{width:100%;height:250px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.02)}.project-card-image img{width:100%;height:100%;object-fit:cover;display:block}.project-card-content{display:flex;flex-direction:column;gap:1rem;padding:var(--spacing-element)}.project-card-content h2{font-size:1.25rem;font-weight:500;line-height:1.5;letter-spacing:-.01em;color:var(--text-white);margin-bottom:.5rem}.project-card-content p{font-size:.9375rem;font-weight:400;line-height:1.6;letter-spacing:normal;color:var(--text-body);margin-bottom:1rem}.project-case-study-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:var(--text-white);text-decoration:none;font-size:.9375rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:-moz-fit-content;width:fit-content;margin-top:.5rem}.project-case-study-button:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.3);transform:translateX(4px)}.contact-page{position:relative;overflow:hidden;overscroll-behavior:none}.video-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;background-color:#000}.video-background video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;opacity:0;transition:opacity 1s ease-in-out}.video-background video.loaded{opacity:1}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:1}.contact-main{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:var(--spacing-component) 0;overscroll-behavior:none;max-width:var(--max-width-content);margin:0 auto;width:100%;box-sizing:border-box}.contact-main .scroll-fade-in{width:100%}.contact-container{max-width:100%;width:100%;overflow-y:auto;background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:2.5rem;box-sizing:border-box}.contact-methods{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:3rem}.contact-method-button{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:0;text-decoration:none}.contact-method-button img,.contact-method-button svg{width:20px;height:20px;flex-shrink:0}.contact-method-button span{font-size:.8125rem}.contact-info{display:flex;flex-direction:column;gap:2.5rem;margin-top:3rem}.contact-info-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem}.contact-info-item{display:flex;flex-direction:column;gap:.75rem}.contact-info-header{display:flex;align-items:center;gap:.75rem}.contact-info-header svg{width:20px;height:20px;color:var(--text-section);flex-shrink:0}.contact-info-item h3{font-size:.9375rem;font-weight:500;line-height:1.5;letter-spacing:-.01em;color:var(--text-section);margin:0}.contact-link{font-size:1.125rem;font-weight:400;line-height:1.5;color:var(--text-white);text-decoration:none;transition:opacity .2s ease}.contact-link:hover{opacity:.8}.contact-expect{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}.contact-expect h3{font-size:.9375rem;font-weight:500;line-height:1.5;letter-spacing:-.01em;color:var(--text-section);margin:0}.contact-expect-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.contact-expect-list li{font-size:.9375rem;font-weight:400;line-height:1.6;color:var(--text-body);padding-left:1.5rem;position:relative}.contact-expect-list li:before{content:"•";position:absolute;left:0;color:var(--text-section);font-size:1.5rem;line-height:1}.contact-map{margin-top:2rem;overflow:hidden;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03)}.contact-map iframe{display:block;width:100%;min-height:300px}.contact-page h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:400;line-height:1.2;letter-spacing:-.01em;color:var(--text-white);margin-bottom:1rem;padding-top:0;min-height:1.2em}.contact-subtitle{font-size:.9375rem;font-weight:400;line-height:1.5;letter-spacing:normal;color:var(--text-body);margin-bottom:2.5rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-size:.8125rem;font-weight:500;color:var(--text-section);letter-spacing:-.01em}.form-group input,.form-group textarea{font-family:Suisse,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.5;color:var(--text-white);background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;padding:.75rem 1rem;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:hsla(0,0%,100%,.3);background-color:hsla(0,0%,100%,.08)}.form-group input::placeholder,.form-group textarea::placeholder{color:hsla(0,0%,100%,.3)}.form-group textarea{resize:vertical;min-height:120px}.contact-form .button-h1{margin-top:.5rem;margin-bottom:0;width:100%;justify-content:center}@media (max-width:1023px) and (min-width:768px){:root{--padding-page:2rem;--spacing-section:6rem;--spacing-component:3rem}.featured-content{gap:2rem;padding:2rem}.process-steps-container{grid-template-columns:1fr;gap:2rem}.halve-section{gap:2rem}.services-grid{gap:var(--spacing-element)}.projects-grid{grid-template-columns:1fr}}@media (max-width:768px){:root{--spacing-section:4rem;--spacing-component:2rem;--spacing-element:1.5rem;--padding-page:1.5rem}.footer-text{top:1.5rem;padding:0 var(--padding-page)}.footer-text p{font-size:.875rem}.footer-container{padding:var(--padding-page);flex-direction:column;gap:1rem;align-items:center}.footer-copyright p{font-size:.75rem}.header-container{padding:1.5rem}.header-nav{gap:1rem}.header-nav a{font-size:.75rem}.lang-icon{width:1.25rem}.lang-icon,.logo{height:1.25rem}.hero-section{min-height:auto;flex-direction:column;align-items:stretch;padding-top:0}.hero-video-background{display:none}.hero-video-phone{display:block;position:relative;width:100%;height:350px;object-fit:cover;margin-bottom:0;z-index:1}.hero-content{position:relative;padding:0 0 var(--spacing-element);z-index:2;background-color:#000}.hero-content h1{padding-top:0;margin-bottom:1.25rem}.hero-subtitle{margin-bottom:1.5rem}.hero-buttons{flex-direction:column;align-items:flex-start}.hero-video-desktop{display:none}main{padding:5rem 1.5rem var(--spacing-component)}h1{padding-top:var(--spacing-element);margin-bottom:var(--spacing-element)}.testimonials-section,section{padding-top:var(--spacing-component);padding-bottom:var(--spacing-component)}.testimonials-section h2{margin-bottom:var(--spacing-element)}.process-section{padding-top:2rem;padding-bottom:0}.process-video-background{min-height:22vh;padding-bottom:0;width:100%;margin:0;align-items:flex-end}.process-section-button{padding-bottom:1rem;margin-bottom:0}.process-steps-container{grid-template-columns:1fr;gap:var(--spacing-element)}.process-section-content{flex-direction:column;gap:2rem;padding:0;align-items:flex-start;max-width:100%}.process-section-title{font-size:1.5rem;padding:0 .5rem}.process-steps-container{flex-direction:column;gap:1rem;width:100%;padding:0 .5rem}.process-step{padding:1.5rem 1.5rem 1.5rem 0}.process-step h3{font-size:1.25rem;margin-bottom:.75rem}.process-step p{font-size:.875rem;text-align:left}.cta-section{padding:3rem 1.5rem}.cta-section h2{margin-bottom:2rem;font-size:1.5rem}.cta-section .cta-section-content{max-width:100%;width:100%}.cta-buttons{flex-direction:column;gap:1rem;width:100%;max-width:200px;margin:0 auto}.cta-buttons .button-h1{width:100%}.testimonial-card{width:280px;min-width:280px;padding:1.25rem}.testimonials-scroll{gap:1rem}.featured-project-section{margin:var(--spacing-component) auto;padding:0}.featured-content{grid-template-columns:1fr;gap:var(--spacing-element);padding:var(--spacing-element)}.featured-stats{grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem}.featured-stat-value{font-size:1.25rem}.featured-stat-label{font-size:.625rem}.featured-buttons{flex-direction:column}.featured-buttons .button-h1{width:100%;text-align:center;justify-content:center}.halve-section{grid-template-columns:1fr;gap:var(--spacing-element);padding:var(--spacing-element) 0;margin-top:var(--spacing-component);margin-bottom:var(--spacing-component)}.halve-content h2{font-size:1.5rem;margin-bottom:1.25rem}.halve-content p{font-size:.875rem}.halve-image{display:none}.services-section{margin:var(--spacing-component) auto}.services-title{margin-bottom:var(--spacing-element);font-size:1.5rem}.services-grid{grid-template-columns:1fr;gap:var(--spacing-element)}.service-card{padding:var(--spacing-element)}.service-card h3{font-size:1.125rem}.service-icon{width:28px;height:28px}.earth-desktop{display:none}.earth-phone{display:block}.projects-page{height:auto;overflow:auto}.projects-main{height:auto;padding:var(--spacing-element) 0}.projects-page h1{margin-bottom:var(--spacing-element)}.projects-grid{grid-template-columns:1fr;gap:var(--spacing-element)}.project-card-content h2{font-size:1.125rem}.project-card-image{height:200px}.project-section{padding-top:3rem;padding-bottom:3rem}.contact-page{height:auto;overflow:auto}.contact-main{height:auto;padding:var(--spacing-component) 0}.contact-container{max-height:none;overflow-y:visible;padding:var(--spacing-small)}.contact-methods{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1.5rem}.contact-method-button{padding:.5rem .75rem;gap:.5rem;font-size:.75rem}.contact-method-button img{width:18px;height:18px}.contact-info{gap:1.5rem;margin-top:1.5rem}.contact-info-row{grid-template-columns:1fr;gap:2rem}.contact-expect{padding-top:1.5rem}.contact-link{font-size:1rem}.contact-expect-list li{font-size:.875rem}.contact-page h1{margin-bottom:.5rem}.contact-subtitle{margin-bottom:1.5rem}.contact-form{gap:1.25rem}}@media (prefers-reduced-motion:reduce){.hero-video-background video,.video-background video{display:none}}@media (max-width:425px){.logo-text{width:120px}}@media (max-width:370px){.logo-text{display:none}}.services-section{max-width:var(--max-width-content);margin:var(--spacing-section) auto;padding:0}.services-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:300;line-height:1.2;letter-spacing:-.01em;color:var(--text-white);margin-bottom:var(--spacing-component);text-align:center}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--spacing-element);gap:var(--spacing-element)}@media (max-width:1023px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-grid{grid-template-columns:1fr}}.service-card{padding:var(--spacing-element);background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.service-card:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.2);transform:translateY(-4px)}.service-icon{width:32px;height:32px;color:var(--text-white);opacity:.9}.service-card h3{font-size:1.25rem;font-weight:500;color:var(--text-white);margin:0;line-height:1.3}.service-card p{font-size:.9375rem;line-height:1.6;color:var(--text-body);margin:0}.featured-project-section{max-width:var(--max-width-content);margin:var(--spacing-section) auto;padding:0}.featured-badge{display:inline-block;padding:.5rem 1rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;font-size:.75rem;font-weight:600;color:var(--text-white);letter-spacing:.05em;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.featured-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--spacing-component);gap:var(--spacing-component);align-items:center;padding:var(--spacing-component);background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.featured-text h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:300;margin-bottom:1rem;color:var(--text-white);line-height:1.2}.featured-subtitle{font-size:1rem;color:var(--text-body);margin-bottom:1rem;font-weight:500}.featured-description{font-size:.9375rem;line-height:1.6;color:var(--text-body);margin-bottom:2rem}.featured-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:12px}.featured-stat{text-align:center}.featured-stat-value{font-size:1.75rem;font-weight:700;color:var(--text-white);margin-bottom:.25rem}.featured-stat-label{font-size:.75rem;color:var(--text-body);text-transform:uppercase;letter-spacing:.05em}.featured-buttons{display:flex;gap:1rem;flex-wrap:wrap}.featured-image{border-radius:12px;overflow:hidden;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1)}.featured-screenshot{width:100%;height:auto;display:block}@media (max-width:768px){.featured-project-section{margin:4rem auto 3rem;padding:0}.featured-content{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.featured-text h2{font-size:1.5rem}.featured-stats{grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem}.featured-stat-value{font-size:1.25rem}.featured-stat-label{font-size:.625rem}.featured-buttons{flex-direction:column}.featured-buttons .button-h1{width:100%;text-align:center;justify-content:center}}.evolve-page{position:relative;min-height:100vh;color:var(--text-white)}.evolve-main{position:relative;z-index:2;max-width:var(--max-width-content);margin:0 auto;padding:var(--spacing-component) 0 var(--spacing-section)}.evolve-back-link{margin-bottom:2rem}.evolve-back-link a{color:var(--text-body);text-decoration:none;font-size:.9375rem;transition:color .2s ease}.evolve-back-link a:hover{color:var(--text-white)}.evolve-hero{text-align:center;margin-bottom:var(--spacing-component)}.evolve-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.evolve-subtitle{font-size:1.125rem;color:var(--text-body);margin-bottom:1rem}.evolve-meta{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.9375rem;color:var(--text-body)}.evolve-separator{opacity:.5}.evolve-images{margin:0 0 2rem;display:flex;justify-content:center;width:100%}.evolve-image-container{border-radius:16px;overflow:hidden;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);max-width:600px;width:100%}.evolve-screenshot{width:100%;height:auto;display:block}.evolve-section{margin:4rem 0}.evolve-section h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:1.5rem;color:var(--text-section)}.evolve-section h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-section)}.evolve-section h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--text-white)}.evolve-section-intro{font-size:1rem;color:var(--text-body);margin-bottom:1.5rem;line-height:1.6}.evolve-list{list-style:none;padding:0;margin:0}.evolve-list li{position:relative;padding-left:1.5rem;margin-bottom:1rem;color:var(--text-body);line-height:1.6}.evolve-list li:before{content:"→";position:absolute;left:0;color:var(--text-white)}.evolve-component{margin-bottom:2rem;padding:1.5rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.evolve-feature-list{list-style:none;padding:0;margin:0}.evolve-feature-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:var(--text-body);font-size:.9375rem;line-height:1.6}.evolve-feature-list li:before{content:"•";position:absolute;left:.5rem;color:var(--text-white)}.evolve-pipeline{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.evolve-pipeline-step{display:flex;gap:1rem;padding:1.5rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.evolve-pipeline-number{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.1);border-radius:50%;font-weight:700;font-size:1.125rem}.evolve-pipeline-content p{color:var(--text-body);font-size:.9375rem;line-height:1.6;margin:0}.evolve-innovations{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.evolve-innovation-card{padding:1.5rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.evolve-innovation-card h3{margin-bottom:.75rem}.evolve-innovation-card p{color:var(--text-body);font-size:.9375rem;line-height:1.6;margin:0}.evolve-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.evolve-metric-card{padding:2rem 1.5rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.evolve-metric-value{font-size:2.5rem;font-weight:700;color:var(--text-white);margin-bottom:.5rem}.evolve-metric-label{font-size:1rem;font-weight:600;color:var(--text-section);margin-bottom:.5rem}.evolve-metric-description{font-size:.875rem;color:var(--text-body)}.evolve-testimonial{padding:2rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.evolve-testimonial-quote{font-size:1.125rem;font-style:italic;color:var(--text-section);line-height:1.6;margin-bottom:1rem}.evolve-testimonial-author{font-size:.9375rem;color:var(--text-body);font-weight:600}.evolve-tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.evolve-tech-category h3{margin-bottom:1rem;font-size:1.125rem}.evolve-tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.evolve-tech-tag{padding:.5rem 1rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;font-size:.875rem;color:var(--text-body)}.evolve-cta{text-align:center;padding:3rem 2rem;margin-top:4rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.evolve-cta h2{margin-bottom:1rem}.evolve-cta p{color:var(--text-body);margin-bottom:2rem;font-size:1rem}.evolve-heatmap-section{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:3rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.evolve-heatmap-container{margin:2rem 0}.evolve-heatmap-image{border-radius:12px;overflow:hidden;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);margin-bottom:1.5rem}.evolve-heatmap-description{font-size:1rem;line-height:1.6;color:var(--text-body);margin-bottom:2rem}.evolve-heatmap-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.evolve-heatmap-feature{padding:1.5rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:12px}.evolve-heatmap-feature h3{font-size:1.125rem;margin-bottom:.75rem;color:var(--text-section)}.evolve-heatmap-feature p{margin:0}.evolve-heatmap-feature p,.evolve-tech-note{font-size:.9375rem;line-height:1.6;color:var(--text-body)}.evolve-tech-note{padding:1.5rem;background:hsla(0,0%,100%,.05);border-left:3px solid hsla(0,0%,100%,.2);border-radius:8px}.evolve-tech-note strong{color:var(--text-section)}@media (max-width:768px){.evolve-heatmap-section{padding:var(--spacing-element) 1.5rem}.evolve-heatmap-features{grid-template-columns:1fr}.evolve-main{padding:var(--spacing-component) 0}.evolve-hero h1{font-size:clamp(1.75rem,5vw,2.5rem)}.evolve-meta{flex-direction:column;gap:.5rem}.evolve-separator{display:none}.evolve-pipeline-step{flex-direction:column}.evolve-innovations{grid-template-columns:1fr;gap:var(--spacing-small)}.evolve-metrics{grid-template-columns:repeat(2,1fr);gap:var(--spacing-small)}.evolve-tech-grid{grid-template-columns:1fr;gap:var(--spacing-small)}.evolve-section{margin:var(--spacing-component) 0}}