.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--navy);transition:box-shadow .3s}.navbar--scrolled{box-shadow:0 2px 20px #0000004d}.navbar__inner{max-width:1280px;margin:0 auto;padding:0 2rem;height:90px;position:relative;display:flex;justify-content:space-between;align-items:center;gap:2rem}.navbar__logo{font-size:2rem;font-weight:900;color:var(--white);letter-spacing:-.5px;flex-shrink:0;display:flex;align-items:center;gap:0rem}.navbar__logo-img{width:auto;height:80px;margin-right:.5rem}.navbar__links{display:flex;align-items:center;gap:2rem;position:absolute;left:50%;transform:translate(-50%)}.navbar__link{color:#ffffffd9;font-size:.95rem;font-weight:500;transition:color .2s;position:relative;padding-bottom:2px}.navbar__link:hover{color:var(--white)}.navbar__link--active{color:var(--yellow)}.navbar__link--active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--yellow);border-radius:2px}.navbar__cta{margin-left:auto;background:var(--yellow);color:var(--navy);font-weight:700;font-size:.9rem;padding:.55rem 1.4rem;border-radius:999px;transition:background .2s,transform .15s;white-space:nowrap}.navbar__cta:hover{background:var(--yellow-dark);transform:translateY(-1px)}.navbar__burger{display:none;background:none;color:var(--white);margin-left:auto}@media (max-width: 768px){.navbar__burger{display:flex}.navbar__links{display:none;position:absolute;top:68px;left:0;right:0;background:var(--navy);flex-direction:column;padding:1.5rem 2rem;gap:1.2rem;border-top:1px solid rgba(255,255,255,.1);transform:none;align-items:flex-start}.navbar__links--open{display:flex}.navbar__cta{display:none}}.footer{background:var(--navy);color:#ffffffbf}.footer__inner{max-width:1280px;margin:0 auto;padding:4rem 2rem 3rem;display:grid;grid-template-columns:2fr 1fr 1.5fr 1.5fr;gap:3rem}.footer__logo{font-size:1.5rem;font-weight:900;color:var(--white);margin-bottom:1rem}.footer__logo span{color:var(--yellow)}.footer__brand p{font-size:.88rem;line-height:1.7;max-width:260px}.footer__col h4{color:var(--yellow);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.2rem}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__col ul li{font-size:.88rem;display:flex;align-items:flex-start;gap:.5rem}.footer__col ul li svg{flex-shrink:0;margin-top:2px;color:var(--yellow)}.footer__col ul a{color:#ffffffbf;transition:color .2s}.footer__col ul a:hover{color:var(--yellow)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.2rem 2rem;text-align:center;font-size:.82rem;color:#fff6}@media (max-width: 1024px){.footer__inner{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.footer__inner{grid-template-columns:1fr;gap:2rem}}.hero{position:relative;min-height:85vh;display:flex;align-items:center;background:url(https://images.unsplash.com/photo-1524074581290-667ba4ba11ea?q=80&w=2000) center/cover no-repeat;padding-top:40px}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0a1426e0 15%,#0a14268c)}.hero__content{position:relative;z-index:1;padding:5rem 2rem;max-width:680px;margin-left:1vw}.hero__badge{display:inline-block;background:#ffffff1f;color:#ffffffe6;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:.45rem 1.1rem;font-size:.82rem;font-weight:500;margin-bottom:.8rem}.hero__title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;color:var(--white);line-height:1.05;margin-bottom:1rem;letter-spacing:-2px}.hero__title--yellow{color:var(--yellow)}.hero__subtitle{color:#fffc;font-size:1rem;line-height:1.75;max-width:500px;margin-bottom:2.5rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:700;transition:all .2s}.btn--yellow{background:var(--yellow);color:var(--navy);box-shadow:0 0 15px #ffc800b3,0 0 30px #ffc80080}.btn--yellow:hover{background:var(--yellow-dark);transform:translateY(-2px);box-shadow:0 0 15px #ffc800e6,0 0 10px #ffc80099}.btn--outline{background:#ffffff1a;color:var(--white);border:1.5px solid rgba(255,255,255,.3)}.btn--outline:hover{background:#ffffff2e;transform:translateY(-2px)}@media (max-width: 600px){.hero__content{margin-left:0;padding:4rem 1.5rem}.hero__actions{flex-direction:column}.btn{justify-content:center}}.stats-section{background:var(--white);padding:6rem 2rem}.stats-section__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.stats-section__text h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:var(--navy);line-height:1.25;margin-bottom:1.5rem}.stats-section__text p{color:var(--gray-500);font-size:.95rem;line-height:1.8;margin-bottom:1rem}.stats-section__link{display:inline-block;color:var(--navy);font-weight:700;font-size:.95rem;margin-top:.5rem;border-bottom:2px solid var(--navy);padding-bottom:2px;transition:color .2s,border-color .2s}.stats-section__link:hover{color:var(--yellow-dark);border-color:var(--yellow-dark)}.stats-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat-card{background:var(--gray-100);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:.4rem}.stat-card__value{font-size:2.8rem;font-weight:900;color:var(--navy);line-height:1;letter-spacing:-1px}.stat-card__label{font-size:.88rem;color:var(--gray-500);font-weight:500}@media (max-width: 900px){.stats-section__inner{grid-template-columns:1fr;gap:3rem}}.services{background:var(--gray-100);padding:3rem 2rem}.services__inner{max-width:1280px;margin:0 auto}.services__header{text-align:center;margin-bottom:3.5rem}.services__header h2{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;color:var(--navy);margin-bottom:1rem}.services__header p{color:var(--gray-500);font-size:1rem;max-width:560px;margin:0 auto;line-height:1.7}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.service-card{background:var(--white);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .2s,transform .2s;border:none}.service-card:hover{box-shadow:0 8px 32px #00000014;transform:translateY(-3px)}.service-card--active{border-color:var(--yellow)}.service-card__icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--navy);color:var(--navy);margin-bottom:.5rem}.service-card--active .service-card__icon{background:var(--gray-200)}.service-card:not(.service-card--active) .service-card__icon{background:var(--gray-200);color:var(--gray-700)}.service-card h3{font-size:1.1rem;font-weight:700;color:var(--navy)}.service-card p{font-size:.88rem;color:var(--gray-500);line-height:1.7;flex:1}.service-card__link{font-size:.88rem;font-weight:600;color:var(--gray-500);margin-top:.5rem;transition:color .2s}.service-card__link--active{color:var(--gray-700)}.service-card__link:hover{color:var(--yellow-dark)}@media (max-width: 900px){.services__grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.services__grid{grid-template-columns:1fr}}.servicos-hero{padding:8rem 2rem 4rem;background:#0d1f3c;font-family:Inter,sans-serif}.servicos-hero__inner{max-width:1100px;margin:0 auto}.servicos-hero__eyebrow{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#e8a020;margin:0 0 .75rem}.servicos-hero__title{font-size:2.5rem;font-weight:800;color:#faf9df;line-height:1.15;margin:0 0 1rem}.servicos-hero__bar{width:36px;height:3px;background:#e8a020;border-radius:2px;margin-bottom:1.25rem}.servicos-hero__subtitle{font-size:16px;color:#8fa3c0;max-width:560px;line-height:1.75;margin:0}@media (max-width: 600px){.servicos-hero{padding:6rem 1.25rem 3rem}.servicos-hero__title{font-size:1.75rem}}.services--alt{background:#fff}.services__subtitulo{margin-bottom:2.5rem}.services__subtitulo-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#e8a020;margin:0 0 .5rem}.services__subtitulo-title{font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:800;color:var(--navy);margin:0 0 .75rem;line-height:1.2}.services__subtitulo-bar{width:36px;height:3px;background:#e8a020;border-radius:2px;margin-bottom:1rem}.services__subtitulo-desc{font-size:15px;color:var(--gray-500);max-width:520px;line-height:1.7;margin:0}.portfolio__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#00000073;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background .2s;z-index:2}.portfolio__arrow:hover{background:#000000b3}.portfolio__arrow--left{left:10px}.portfolio__arrow--right{right:10px}.portfolio__dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}.portfolio__dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background .2s}.portfolio__dot--active{background:#fff}.portfolio{background:var(--navy);padding:6rem 2rem}.portfolio__inner{max-width:1280px;margin:0 auto}.portfolio__header{text-align:center;margin-bottom:2.5rem}.portfolio__header h2{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;color:var(--white);margin-bottom:.75rem}.portfolio__header p{color:#fff9;font-size:1rem}.portfolio__filters{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.portfolio__filter{background:#ffffff12;color:#ffffffb3;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:.5rem 1.25rem;font-size:.82rem;font-weight:700;letter-spacing:.05em;transition:all .2s}.portfolio__filter:hover{background:#ffffff1f;color:var(--white)}.portfolio__filter--active{background:var(--yellow);color:var(--navy);border-color:var(--yellow)}.portfolio__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.portfolio__card{border-radius:16px;overflow:hidden;background:var(--navy-light);transition:transform .2s}.portfolio__card:hover{transform:translateY(-4px)}.portfolio__card-img{position:relative;height:200px;overflow:hidden}.portfolio__card-img img{width:100%;height:100%;object-fit:cover;filter:grayscale(30%);transition:transform .3s,filter .3s}.portfolio__card:hover .portfolio__card-img img{transform:scale(1.05);filter:grayscale(0%)}.portfolio__badge{position:absolute;bottom:12px;left:12px;background:var(--yellow);color:var(--navy);font-size:.7rem;font-weight:800;letter-spacing:.08em;padding:.3rem .75rem;border-radius:999px}.portfolio__card-body{padding:1.25rem 1.5rem 1.5rem}.portfolio__card-body h3{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.6rem;line-height:1.3}.portfolio__card-body p{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--yellow)}@media (max-width: 900px){.portfolio__grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.portfolio__grid{grid-template-columns:1fr}}.whyus{background:var(--navy);padding:6rem 2rem}.whyus__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:5rem;align-items:center}.whyus__text h2{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;color:var(--white);line-height:1.2;margin-bottom:1.2rem}.whyus__text p{color:#ffffffa6;font-size:.95rem;line-height:1.8}.whyus__grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.whyus__item{display:flex;align-items:center;gap:.75rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1rem 1.25rem;font-size:.9rem;font-weight:500;color:#ffffffe6;transition:background .2s}.whyus__item:hover{background:#ffffff1a}.whyus__icon{color:var(--yellow);flex-shrink:0}@media (max-width: 900px){.whyus__inner{grid-template-columns:1fr;gap:3rem}}@media (max-width: 600px){.whyus__grid{grid-template-columns:1fr}}.cta{background:var(--yellow);padding:6rem 2rem;position:relative;overflow:hidden}.cta:before{content:"HABITEC";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:14rem;font-weight:900;color:#0000000f;letter-spacing:-4px;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.cta__inner{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta__inner h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;color:var(--navy);margin-bottom:1rem;line-height:1.2}.cta__inner p{color:#0a1426b3;font-size:1rem;line-height:1.7;margin-bottom:2.5rem}.cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta__btn{display:inline-flex;align-items:center;padding:.9rem 2rem;border-radius:8px;font-size:.95rem;font-weight:700;transition:all .2s}.cta__btn--dark{background:var(--navy);color:var(--white)}.cta__btn--dark:hover{background:#0a1625;transform:translateY(-2px)}.cta__btn--white{background:var(--white);color:var(--navy);border:2px solid var(--navy)}.cta__btn--white:hover{background:var(--gray-100);transform:translateY(-2px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0f1c2e;--navy-light: #162236;--yellow: #f5c518;--yellow-dark: #e0b000;--white: #ffffff;--gray-100: #f4f5f7;--gray-200: #e8eaed;--gray-500: #6b7280;--gray-700: #374151;--text-dark: #111827}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--text-dark);background:var(--white);line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}
