:root{--navy:#04345e;--blue:#008bde;--orange:#ff9419;--ink:#102f47;--muted:#546777;--pale:#f3f7fa;--line:#dce5ec;--white:#fff;--radius:8px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:white;font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65;letter-spacing:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.15;font-weight:800;letter-spacing:0}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;display:block}svg{width:24px;height:24px;flex-shrink:0}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:5px}.container{width:min(1200px,calc(100% - 96px));margin:auto}.orange{color:var(--orange)}.header{height:100px;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #e5ebef}.header-inner{height:100%;display:flex;justify-content:space-between;align-items:center;gap:20px}.brand{display:block;width:140px;height:88px;overflow:hidden;position:relative;flex-shrink:0}.brand img{position:absolute;width:156px;max-width:none;height:156px;top:-35px;left:-8px}.header-actions{display:flex;align-items:center;gap:28px}.phone{font-size:14px;font-weight:700}.button{display:inline-flex;justify-content:center;align-items:center;gap:12px;min-height:56px;padding:15px 22px;border-radius:5px;background:var(--navy);color:white;font-size:14px;font-weight:700;border:1px solid transparent;transition:transform .2s,background .2s,box-shadow .2s;text-align:center;line-height:1.4}.button:hover{background:#075084;transform:translateY(-2px);box-shadow:0 8px 20px #00345820}.button-small{min-height:44px;padding:11px 17px}.wa-icon{display:inline-flex;flex-shrink:0}.wa-icon svg{width:22px;height:22px}.hero{position:relative;min-height:660px;overflow:hidden;background:#eff3f5}.hero-photo{position:absolute;inset:0;background-image:linear-gradient(90deg,#f4f7f9 0%,#f4f7f9ed 31%,#f4f7f965 58%,transparent 77%),url('../assets/images/hero.webp');background-position:center;background-size:cover}.hero-content{position:relative;padding-top:64px;padding-bottom:62px}.eyebrow{font-size:12px;font-weight:800;color:#227fae;display:flex;align-items:center;gap:12px;margin-bottom:22px;line-height:1.5}.accent-line{width:27px;height:2px;background:var(--orange)}h1{font-size:62px;color:var(--navy);max-width:660px;line-height:1.03}.hero-headline{font-size:28px;line-height:1.3;font-weight:600;margin-top:23px;color:var(--navy)}.hero-description{max-width:405px;color:var(--muted);margin:20px 0 28px;font-size:16px}.text-link{font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:18px;color:var(--navy);min-height:44px}.text-link:hover{color:var(--blue)}.hero-link{display:flex;width:max-content;margin-top:12px}.hero-experience{position:absolute;right:9%;bottom:60px;display:flex;gap:18px;align-items:center;background:white;border-left:3px solid var(--orange);padding:18px 24px;border-radius:4px;box-shadow:0 12px 28px #062e4012}.hero-experience strong{font-family:Manrope,sans-serif;font-size:52px;line-height:1.2;color:var(--navy)}.hero-experience strong span{color:var(--blue);font-size:30px}.hero-experience>span{font-size:13px;line-height:1.5;color:var(--muted)}.image-caption{position:absolute;right:20px;bottom:10px;font-size:11px;color:#3e5363;background:#ffffffcf;padding:1px 6px;border-radius:2px}.trust-strip{border-bottom:1px solid var(--line)}.trust-inner{display:flex;justify-content:space-between;gap:20px;padding:24px 0}.trust-inner span{display:flex;align-items:center;gap:11px;font-size:13px;font-weight:600}.trust-inner svg{color:var(--blue);width:21px;height:21px}.marquee{background:var(--navy);color:white;overflow:hidden;padding:15px 0}.marquee-track{display:flex;width:max-content;animation:marquee 55s linear infinite}.marquee-track span{font-size:12px;font-weight:600;white-space:nowrap;display:flex;align-items:center;gap:32px;padding-right:32px}.marquee b{color:var(--orange);font-size:19px}.marquee:hover .marquee-track{animation-play-state:paused}@keyframes marquee{to{transform:translateX(-50%)}}.section{padding:94px 0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:40px}.section-heading>p{max-width:355px;color:var(--muted);font-size:15px}.section-heading .eyebrow{margin-bottom:14px}h2{font-size:38px;color:var(--navy)}h3{font-size:24px;color:var(--navy)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{border:1px solid var(--line);border-radius:var(--radius);padding:30px;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;background:white}.service-card:hover{transform:translateY(-6px);box-shadow:0 16px 34px #0034580d;border-color:#8bc8ec}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:27px}.icon-box{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:5px;background:#eaf6fd;color:var(--blue)}.icon-box svg{width:26px;height:26px;transition:transform .25s}.service-card:hover .icon-box svg{transform:rotate(-8deg)}.card-number{font-size:13px;color:#8395a3}.service-card p{font-size:15px;color:var(--muted);margin:20px 0 22px}.service-card .text-link{border-top:1px solid var(--line);padding-top:19px;width:100%;justify-content:space-between}.floating-wa{position:fixed;bottom:24px;right:24px;width:58px;height:58px;display:flex;align-items:center;justify-content:center;background:#158548;color:white;border-radius:50%;z-index:30;box-shadow:0 4px 20px #002b3529;animation:arrival .7s ease-out}.floating-wa svg{width:29px;height:29px}.floating-tooltip{position:absolute;right:70px;white-space:nowrap;background:white;color:var(--navy);padding:8px 15px;font-size:13px;border-radius:4px;box-shadow:0 3px 18px #00345818;opacity:0;pointer-events:none;transition:opacity .2s}.floating-wa:hover .floating-tooltip,.floating-wa:focus-visible .floating-tooltip{opacity:1}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:10px}.skip:focus{top:10px}@keyframes arrival{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s,transform .7s}.js .reveal.visible{opacity:1;transform:none}
@media(min-width:1600px){.hero{min-height:720px}.hero-content{padding-top:90px}.hero-photo{background-position:center 55%}.hero-experience{right:17%}}
@media(max-width:1100px){.container{width:calc(100% - 64px)}h1{font-size:54px}h2{font-size:33px}.hero-experience{right:4%;padding:15px}.hero-experience strong{font-size:42px}.service-card{padding:24px}.hero-photo{background-position:60% center}.trust-inner span{font-size:12px}}
@media(max-width:767px){.container{width:calc(100% - 40px)}.header{height:80px}.brand{width:108px;height:70px}.brand img{width:124px;height:124px;top:-28px}.phone{display:none}.header-actions{gap:0}.button-small{font-size:12px;padding:10px 12px;gap:8px}.button-small .wa-icon svg{width:18px;height:18px}.hero{min-height:auto;padding-bottom:220px}.hero-content{padding:38px 0 22px}.hero-photo{background-image:linear-gradient(180deg,#f4f7f9 0%,#f4f7f9 52%,#f4f7f950 75%,transparent 100%),url('../assets/images/hero.webp');background-position:center,bottom right;background-size:cover,auto 460px;background-repeat:no-repeat}.eyebrow{font-size:10px;gap:8px;margin-bottom:19px}h1{font-size:43px;line-height:1.08}.hero-headline{font-size:23px;margin-top:18px}.hero-description{font-size:15px;margin:17px 0 22px;max-width:360px}.hero .button{width:100%;padding:14px 12px;font-size:13px;gap:8px}.hero-link{font-size:13px;margin-top:9px}.hero-experience{right:20px;bottom:30px;padding:12px 18px;gap:13px}.hero-experience strong{font-size:36px}.hero-experience>span{font-size:12px}.trust-inner{display:grid;gap:14px;padding:22px 0}.trust-inner span{font-size:13px}.section{padding:62px 0}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:20px}h2{font-size:29px}h3{font-size:23px}.services-grid{grid-template-columns:1fr;gap:18px}.service-card{padding:26px}.service-card p{margin:17px 0}.card-top{margin-bottom:21px}.floating-wa{right:17px;bottom:18px;width:54px;height:54px}.floating-tooltip{display:none}}
.environments{background:var(--pale)}.environment-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.environment-card{position:relative;overflow:hidden;border-radius:8px;background:var(--navy);min-width:0}.environment-card>img{width:100%;height:370px;object-fit:cover;transition:transform .6s}.environment-card:hover>img{transform:scale(1.025)}.environment-copy{position:relative;padding:25px 80px 27px 28px;color:white}.environment-copy h3{color:white;font-size:28px;margin:5px 0 9px}.environment-copy p{font-size:14px;color:#d8e5ef}.mini-label{font-size:10px;color:#89d7ff;font-weight:600}.round-link{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #ffffff66;border-radius:50%;position:absolute;right:25px;bottom:31px;transition:background .2s}.round-link:hover{background:var(--blue)}.photo-note{position:absolute;top:12px;right:12px;background:#ffffffde;color:#405567;font-size:10px;padding:2px 7px;border-radius:3px}.difference-layout,.region-layout,.faq-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.section-intro{margin:23px 0 16px;color:var(--muted);font-size:16px;max-width:350px}.benefits{display:grid;gap:0}.benefit{display:flex;align-items:flex-start;gap:20px;padding:23px 0;border-bottom:1px solid var(--line)}.benefit:first-child{padding-top:0}.benefit:last-child{border:0;padding-bottom:0}.benefit>svg{color:var(--blue);width:27px;height:27px}.benefit h3{font-size:18px;margin-bottom:8px}.benefit p{font-size:14px;color:var(--muted)}.impact{position:relative;background:var(--navy);padding:76px 0;overflow:hidden;color:white}.impact-inner{display:flex;align-items:center;justify-content:space-between;gap:50px;position:relative}.impact h2{font-size:42px;color:white}.impact .eyebrow{color:#90d6ff;margin-bottom:17px}.impact p:not(.eyebrow){max-width:490px;font-size:15px;color:#d1e0eb;margin-top:20px}.button-orange{background:var(--orange);color:#102f47}.button-orange:hover{background:#ffac45;color:#102f47}.air-lines{position:absolute;inset:0;overflow:hidden;pointer-events:none;opacity:.15}.air-lines span{position:absolute;width:1300px;height:400px;border-top:1px solid #91d7ff;border-radius:50%;right:-280px;top:70px;transform:rotate(-16deg);animation:airflow 12s ease-in-out infinite alternate}.air-lines span:nth-child(2){top:110px;animation-delay:-4s}.air-lines span:nth-child(3){top:150px;animation-delay:-8s}@keyframes airflow{to{transform:translateY(-28px) rotate(-12deg)}}.project-context{max-width:400px}.project-context p{font-size:14px;color:var(--muted)}.temporary-label{font-size:11px;color:#616b73;display:block;margin-top:9px}.carousel{overflow:hidden;touch-action:pan-y pinch-zoom;border-radius:8px}.carousel-track{display:flex;gap:20px}.project-slide{flex:0 0 38%;min-width:0;position:relative;border-radius:7px;overflow:hidden;margin:0;background:var(--pale)}.project-slide img{width:100%;aspect-ratio:4/3;object-fit:cover}.project-slide figcaption{padding:17px 20px;font-size:15px;font-weight:700}.project-slide figcaption small{display:block;font-size:11px;font-weight:400;color:var(--muted)}.carousel-controls{display:flex;justify-content:space-between;align-items:center;margin-top:24px}.carousel-arrows,.review-controls{display:flex;gap:9px}.icon-button{width:44px;height:44px;border:1px solid var(--line);background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--navy);transition:background .2s}.icon-button:hover{background:#e9f5fc}.icon-button svg{width:19px;height:19px}.carousel-dots{display:flex;gap:3px}.carousel-dots button{border:0;background:none;width:30px;height:40px;display:flex;align-items:center;justify-content:center;padding:0}.carousel-dots button:after{content:'';width:7px;height:7px;border-radius:50%;background:#c8d8e2;transition:width .3s}.carousel-dots button[aria-current=true]:after{width:23px;border-radius:5px;background:var(--blue)}.process{background:var(--pale)}.steps{padding:0;margin:44px 0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;list-style:none}.steps li{position:relative}.steps li:before{content:'';position:absolute;top:23px;left:70px;width:calc(100% - 46px);height:1px;background:#cbdce8}.steps li:last-child:before{display:none}.step-number{display:flex;align-items:center;justify-content:center;border:1px solid #bed7e8;width:48px;height:48px;border-radius:50%;background:#fff;color:var(--blue);font-size:14px;font-weight:700;margin-bottom:24px}.steps h3{font-size:17px;margin-bottom:11px}.steps p{font-size:14px;color:var(--muted);max-width:230px}.experience-grid{display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:center}.experience-number{padding:40px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.experience-number>span{font-size:11px;color:#5a7486;font-weight:700}.experience-number strong{display:block;font-family:Manrope,sans-serif;font-size:180px;color:var(--navy);line-height:1.2;font-weight:800}.experience-number strong span{font-size:100px;color:var(--blue)}.experience-number p{font-size:23px;line-height:1.3;color:var(--muted)}.experience-copy>p:not(.eyebrow){font-size:15px;color:var(--muted);margin-top:23px}.signature{font-size:14px;display:block;margin-top:27px;padding-left:15px;border-left:3px solid var(--orange);font-weight:700}.regions{padding-top:0}.region-layout{padding-top:55px;border-top:1px solid var(--line);align-items:center}.region-list>div{display:flex;align-items:center;gap:22px;padding:23px 0;border-bottom:1px solid var(--line)}.region-list>div>svg:first-child{color:var(--blue)}.region-list>div>svg:last-child{margin-left:auto;width:17px;color:#2d7d75}.region-list>div>span{font-size:23px;font-family:Manrope,sans-serif;font-weight:600}.region-list>p{display:flex;align-items:center;gap:9px;margin-top:18px;font-size:13px;color:var(--muted)}.region-list>p>svg{width:16px}.faq{background:var(--pale)}.faq-list details{border-bottom:1px solid #cfdfe9}.faq-list details:first-child{border-top:1px solid #cfdfe9}.faq-list summary{list-style:none;display:flex;gap:20px;justify-content:space-between;align-items:center;padding:22px 0;font-size:15px;font-weight:700;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:24px;font-weight:400;color:var(--blue);transition:transform .2s;flex-shrink:0}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-answer p{font-size:14px;color:var(--muted);padding:0 30px 23px 0}.faq-list details[open] .faq-answer{animation:arrival .25s ease-out}.final-cta{text-align:center;padding:80px 0;background:#e5f3fc}.final-cta .eyebrow{justify-content:center}.final-cta h2{font-size:48px}.final-cta p:not(.eyebrow){margin:22px 0 27px;color:var(--muted);font-size:16px}.final-phone{display:block;width:max-content;margin:18px auto 0;font-size:14px;font-weight:700}.footer{background:#062940;color:#d0dce5;padding:48px 0 22px}.footer-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:60px;align-items:start}.footer-brand{width:160px;height:101px;background:#d4dce6;border-radius:4px;margin-bottom:15px}.footer-brand img{width:176px;height:176px;top:-39px}.footer h3{color:white;font-size:14px;margin:18px 0}.footer p,.footer address,.footer a:not(.brand){font-size:13px;font-style:normal;overflow-wrap:anywhere}.footer-grid a:not(.brand){display:block;margin-bottom:9px}.footer-bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid #ffffff1c;margin-top:38px;padding-top:24px;color:#a8bccb}.footer-bottom p{font-size:11px}.reviews[hidden]{display:none}.review-carousel{overflow:hidden;margin-top:35px}.review-track{display:flex;gap:20px}.review-card{flex:0 0 calc((100% - 40px)/3);min-width:0;border:1px solid var(--line);border-radius:8px;padding:25px}.review-person{display:flex;align-items:center;gap:12px}.review-avatar{width:42px;height:42px;border-radius:50%;background:var(--pale);display:flex;align-items:center;justify-content:center;object-fit:cover}.review-stars{color:#946009;margin:12px 0}.review-card blockquote{margin:10px 0;font-size:14px}.review-card small{font-size:12px;color:var(--muted)}.review-controls{justify-content:flex-end;margin-top:20px}
@media(max-width:1100px){.difference-layout,.region-layout,.faq-layout{gap:50px}.experience-grid{gap:65px}.experience-number strong{font-size:150px}.environment-card>img{height:300px}.environment-copy{padding-left:22px}.impact h2{font-size:36px}.impact .button{flex-shrink:0}.footer-grid{gap:30px}.steps{gap:20px}}
@media(max-width:767px){.environment-grid{grid-template-columns:1fr;gap:22px}.environment-card>img{height:260px}.environment-copy{padding:22px 70px 24px 22px}.environment-copy h3{font-size:25px}.environment-copy p{font-size:13px}.environment-copy .round-link{right:18px;bottom:30px}.difference-layout,.region-layout,.faq-layout,.experience-grid{grid-template-columns:1fr;gap:35px}.benefit{gap:16px;padding:21px 0}.benefit h3{font-size:17px}.impact{padding:56px 0}.impact-inner{display:block}.impact h2{font-size:32px}.impact .button{margin-top:28px;font-size:13px}.project-context{margin-top:20px}.project-slide{flex-basis:100%}.carousel-track{gap:16px}.carousel-controls{margin-top:20px}.steps{grid-template-columns:1fr;gap:27px;margin-top:32px}.steps li{padding-left:73px;min-height:75px}.step-number{position:absolute;left:0;top:0;margin:0}.steps li:before{left:24px;top:57px;width:1px;height:calc(100% - 41px)}.steps h3{padding-top:4px}.steps p{max-width:100%}.experience-number{padding:25px 0}.experience-number strong{font-size:125px;line-height:1.2}.experience-number strong span{font-size:74px}.experience-number p{font-size:20px}.experience-copy h2 br{display:none}.regions{padding-top:0}.region-layout{padding-top:45px}.region-list>div{padding:20px 0}.region-list>div>span{font-size:21px}.faq-list summary{font-size:14px;padding:21px 0;gap:14px}.final-cta{padding:62px 0}.final-cta h2{font-size:33px}.final-cta .button{font-size:13px;padding:15px 12px;gap:9px;width:100%}.final-cta p:not(.eyebrow){font-size:15px}.footer-grid{grid-template-columns:1fr;gap:17px}.footer{padding:38px 0 85px}.footer-grid>div:first-child{margin-bottom:3px}.footer-bottom{display:block;margin-top:28px}.footer-bottom p+p{margin-top:9px}.review-card{flex-basis:100%}.review-track{gap:16px}}
.brand img{width:140px;height:140px;top:-30px;left:0}.footer-brand img{width:160px;height:160px;top:-34px;left:0}.hero-photo{background-position:center top}.hero{min-height:640px}
@media(min-width:1600px){.hero{min-height:700px}.hero-photo{background-position:center top}}
@media(max-width:767px){.brand img{width:108px;height:108px;top:-23px;left:0}.footer-brand img{width:160px;height:160px;top:-34px}.hero{min-height:auto}.hero-photo{background-size:cover,auto 300px;background-position:center,bottom right;background-image:linear-gradient(180deg,#f4f7f9 0%,#f4f7f9 51%,#f4f7f950 70%,transparent 82%),url('../assets/images/hero.webp')}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js .reveal{opacity:1;transform:none}}
