*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}:root{--bg: #ffffff;--bg-soft: #f6f6f6;--bg-alt: #fafafa;--line: #e5e5e5;--line-strong: #d4d4d4;--text: #1a1a1a;--text-muted: #4a4a4a;--text-soft: #6b6b6b;--text-light: #9a9a9a;--accent: #2b2b2b;--accent-dark: #111111;--concrete: #b8b8b8;--concrete-light: #d6d6d6;--concrete-dark: #8a8a8a;--whatsapp: #25d366;--whatsapp-dark: #128c7e;--radius-sm: 4px;--radius: 8px;--radius-lg: 14px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow: 0 6px 24px rgba(0, 0, 0, .06);--shadow-lg: 0 16px 40px rgba(0, 0, 0, .1);--container: 1200px;--header-h: 72px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.section{padding:96px 0}.section--alt{background:var(--bg-alt)}.eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);margin-bottom:16px}.section-title{font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--text);margin-bottom:16px}.section-subtitle{font-size:17px;color:var(--text-muted);max-width:640px;line-height:1.6}.section-header{margin-bottom:56px}.section-header.center{text-align:center}.section-header.center .section-subtitle{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:600;border-radius:var(--radius);transition:transform .15s ease,background .2s ease,color .2s ease,box-shadow .2s ease;white-space:nowrap;border:1px solid transparent}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent-dark);color:#fff}.btn--primary:hover{background:#000;box-shadow:var(--shadow)}.btn--ghost{background:transparent;color:var(--text);border-color:var(--line-strong)}.btn--ghost:hover{border-color:var(--text);background:var(--bg-soft)}.btn--whatsapp{background:var(--whatsapp);color:#fff}.btn--whatsapp:hover{background:var(--whatsapp-dark);box-shadow:0 8px 24px #25d36640}.btn--lg{padding:16px 34px;font-size:16px}.header{position:fixed;top:0;left:0;right:0;height:var(--header-h);background:#fffffff2;backdrop-filter:saturate(180%) blur(10px);-webkit-backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid transparent;z-index:100;transition:border-color .2s ease,box-shadow .2s ease}.header.scrolled{border-bottom-color:var(--line)}.header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px;letter-spacing:-.01em;color:var(--text)}.logo__mark{height:36px;width:auto;max-width:60px}.nav{display:flex;gap:32px}.nav a{font-size:14px;font-weight:500;color:var(--text-muted);transition:color .15s ease}.nav a:hover{color:var(--text)}.header__cta{display:flex;align-items:center;gap:12px}.header__menu-btn{display:none;width:40px;height:40px;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text)}.header__menu-btn:hover{background:var(--bg-soft)}.mobile-nav{display:none;position:fixed;top:var(--header-h);left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:16px 24px 24px;flex-direction:column;gap:4px;box-shadow:var(--shadow);z-index:99}.mobile-nav.open{display:flex}.mobile-nav a{padding:14px 8px;font-size:16px;font-weight:500;color:var(--text);border-bottom:1px solid var(--line)}.mobile-nav a:last-of-type{border-bottom:none}.mobile-nav .btn{margin-top:12px;width:100%}.hero{padding:calc(var(--header-h) + 80px) 0 80px;position:relative;overflow:hidden}.hero__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}.hero__content{max-width:580px}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:var(--bg-soft);border:1px solid var(--line);border-radius:999px;font-size:12px;font-weight:500;color:var(--text-muted);margin-bottom:24px}.hero__eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-dark)}.hero__title{font-size:clamp(36px,5.2vw,60px);line-height:1.05;font-weight:700;letter-spacing:-.03em;color:var(--text);margin-bottom:24px}.hero__title em{color:var(--text-muted);font-style:normal;font-weight:700}.hero__subtitle{font-size:18px;line-height:1.6;color:var(--text-muted);margin-bottom:36px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px}.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-top:28px;border-top:1px solid var(--line)}.hero__stat strong{display:block;font-size:28px;font-weight:700;color:var(--text);letter-spacing:-.02em}.hero__stat span{font-size:13px;color:var(--text-soft);line-height:1.4}.hero__visual{position:relative;width:100%;max-width:520px;margin-left:auto}.hero__visual svg{width:100%;height:auto}.carousel{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--radius-lg);background:#0e0e0e;outline:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;isolation:isolate;box-shadow:var(--shadow-lg)}.carousel:focus-visible{box-shadow:var(--shadow-lg),0 0 0 3px #0000002e}.carousel--empty{background:var(--bg-soft);border:1px dashed var(--line-strong)}.carousel__track{display:flex;height:100%;width:100%;will-change:transform}.carousel__slide{flex:0 0 100%;height:100%;position:relative;overflow:hidden}.carousel__slide img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-user-drag:none}.carousel__btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#ffffffeb;color:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px #0000002e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;transition:opacity .25s ease,background .2s ease,transform .18s ease;z-index:2}.carousel:hover .carousel__btn,.carousel:focus-within .carousel__btn{opacity:1}.carousel__btn:hover{background:#fff;transform:translateY(-50%) scale(1.06)}.carousel__btn:active{transform:translateY(-50%) scale(.94)}.carousel__btn--prev{left:14px}.carousel__btn--next{right:14px}.carousel__dots{position:absolute;bottom:18px;left:50%;transform:translate(-50%);display:flex;gap:8px;padding:8px 14px;background:#0000006b;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:999px;z-index:2}.carousel__dot{width:7px;height:7px;padding:0;border-radius:50%;background:#ffffff73;transition:background .2s ease,transform .2s ease,width .25s ease;cursor:pointer}.carousel__dot:hover{background:#ffffffb3}.carousel__dot.is-active{background:#fff;width:22px;border-radius:4px}.carousel__progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff2e;z-index:2;pointer-events:none}.carousel__progress-bar{height:100%;width:0%;background:#fff;transform-origin:left center;animation-name:carouselProgress;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:1}.carousel__progress-bar.is-paused{animation-play-state:paused}@keyframes carouselProgress{0%{width:0%}to{width:100%}}@media (max-width: 720px){.carousel__btn{opacity:1;width:38px;height:38px;background:#ffffffd9}.carousel__btn--prev{left:10px}.carousel__btn--next{right:10px}.carousel__dots{bottom:14px;padding:6px 12px}}@media (prefers-reduced-motion: reduce){.carousel__track{transition:none!important}.carousel__progress-bar{animation:none;width:0}}.faq__container{display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start}.faq__intro{position:sticky;top:calc(var(--header-h) + 24px)}.faq__intro .eyebrow,.faq__intro .section-title{margin-bottom:14px}.faq__intro .section-subtitle{margin-bottom:28px}.faq__list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 4px;text-align:left;font-family:inherit;color:var(--text);font-size:17px;font-weight:600;letter-spacing:-.01em;cursor:pointer;transition:color .2s ease}.faq-item__trigger:hover{color:var(--text-muted)}.faq-item__q{flex:1;line-height:1.4}.faq-item__icon{flex-shrink:0;width:32px;height:32px;border:1px solid var(--line-strong);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text);transition:transform .3s cubic-bezier(.22,1,.36,1),background .2s ease,border-color .2s ease}.faq-item.is-open .faq-item__icon{transform:rotate(45deg);background:var(--text);color:#fff;border-color:var(--text)}.faq-item__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.22,1,.36,1)}.faq-item.is-open .faq-item__content{grid-template-rows:1fr}.faq-item__inner{overflow:hidden;min-height:0}.faq-item__inner p{font-size:15px;line-height:1.7;color:var(--text-muted);padding:0 4px 24px;max-width:640px}@media (max-width: 980px){.faq__container{grid-template-columns:1fr;gap:32px}.faq__intro{position:static}}@media (max-width: 720px){.faq-item__trigger{font-size:15px;padding:18px 4px;gap:16px}.faq-item__inner p{font-size:14px}}.scroll-anim{padding:96px 0;background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.scroll-anim__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.scroll-anim__content h2{font-size:clamp(28px,4vw,40px);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin-bottom:16px}.scroll-anim__content p{font-size:17px;color:var(--text-muted);margin-bottom:24px}.scroll-anim__steps{display:flex;flex-direction:column;gap:16px}.scroll-anim__step{display:flex;gap:14px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);transition:border-color .3s ease,transform .3s ease}.scroll-anim__step.active{border-color:var(--text);transform:translate(4px)}.scroll-anim__step-num{width:28px;height:28px;flex-shrink:0;border-radius:50%;background:var(--accent-dark);color:#fff;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center}.scroll-anim__step h4{font-size:15px;font-weight:600;margin-bottom:4px}.scroll-anim__step p{font-size:14px;color:var(--text-soft);margin:0}.scroll-anim__stage{position:sticky;top:calc(var(--header-h) + 24px);aspect-ratio:1 / 1;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px;display:flex;align-items:center;justify-content:center}.scroll-anim__stage svg{width:100%;height:100%}.sobre__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.sobre__visual{aspect-ratio:4 / 3;background:var(--bg-soft);border-radius:var(--radius-lg);overflow:hidden;position:relative}.sobre__visual img{width:100%;height:100%;object-fit:cover;display:block}.sobre__features{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:32px}.sobre__feature{padding:20px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.sobre__feature h4{font-size:15px;font-weight:600;margin-bottom:6px}.sobre__feature p{font-size:14px;color:var(--text-soft);line-height:1.5}.produtos__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.produtos__grid--two{grid-template-columns:repeat(2,1fr);max-width:920px;margin:0 auto}.produto-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;gap:16px}.produto-card:hover{border-color:var(--text);transform:translateY(-4px);box-shadow:var(--shadow)}.produto-card__visual{aspect-ratio:4 / 3;width:100%;background:var(--bg-soft);border-radius:var(--radius);overflow:hidden;position:relative}.produto-card__visual img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.22,1,.36,1)}.produto-card:hover .produto-card__visual img{transform:scale(1.04)}.produto-card h3{font-size:19px;font-weight:600;letter-spacing:-.01em}.produto-card p{font-size:14px;color:var(--text-muted);line-height:1.6;flex:1}.produto-card ul{display:flex;flex-direction:column;gap:8px;font-size:13px;color:var(--text-soft)}.produto-card ul li{position:relative;padding-left:18px}.produto-card ul li:before{content:"";position:absolute;left:0;top:7px;width:8px;height:8px;border-radius:50%;border:1.5px solid var(--text)}.servicos__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.servico-item{padding:28px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;transition:border-color .2s ease,background .2s ease}.servico-item:hover{border-color:var(--text);background:var(--bg-alt)}.servico-item__icon{width:44px;height:44px;border-radius:var(--radius);background:var(--accent-dark);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.servico-item h3{font-size:17px;font-weight:600;margin-bottom:8px}.servico-item p{font-size:14px;color:var(--text-soft);line-height:1.6}.contato__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:stretch}.contato__info{display:flex;flex-direction:column;gap:20px}.contato__item{display:flex;gap:16px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.contato__item-icon{width:40px;height:40px;flex-shrink:0;border-radius:var(--radius-sm);background:var(--bg-soft);display:flex;align-items:center;justify-content:center;color:var(--text)}.contato__item h4{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-soft);margin-bottom:4px}.contato__item p,.contato__item a{font-size:16px;color:var(--text);line-height:1.5}.contato__item a:hover{text-decoration:underline}.contato__areas{margin-top:8px;padding:28px;background:var(--accent-dark);color:#fff;border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:14px;align-items:flex-start}.contato__areas h3{font-size:22px;font-weight:600;letter-spacing:-.01em}.contato__areas p{font-size:15px;color:#ffffffc7;line-height:1.6}.contato__areas-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.contato__areas-list li{padding:6px 12px;border:1px solid rgba(255,255,255,.16);background:#ffffff0a;border-radius:999px;font-size:13px;font-weight:500;color:#ffffffeb;letter-spacing:-.005em}.contato__areas-note{margin-top:4px;font-size:12px;color:#ffffff80;letter-spacing:.02em}.contato__map{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);min-height:460px}.contato__map iframe{width:100%;height:100%;min-height:460px;border:0;display:block}.cta-central{padding:80px 0;text-align:center;background:var(--accent-dark);color:#fff}.cta-central h2{font-size:clamp(26px,3.6vw,38px);font-weight:700;letter-spacing:-.02em;margin-bottom:14px}.cta-central p{font-size:17px;color:#ffffffbf;max-width:540px;margin:0 auto 32px}.footer{background:#0e0e0e;color:#cfcfcf;padding:64px 0 32px}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer__col h5{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:20px}.footer__col p,.footer__col a{font-size:14px;color:#a8a8a8;line-height:1.7;display:block}.footer__col a:hover{color:#fff}.footer__brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#fff;margin-bottom:14px}.footer__about{font-size:14px;line-height:1.6;color:#a8a8a8;margin-bottom:20px}.footer__legal{font-size:12px;color:#6e6e6e;line-height:1.6}.footer__bottom{border-top:1px solid #232323;padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:#6e6e6e}.wa-float{position:fixed;right:20px;bottom:20px;width:60px;height:60px;background:var(--whatsapp);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #25d36659;z-index:200;opacity:0;transform:translateY(20px);pointer-events:none;transition:opacity .3s ease,transform .3s ease,background .2s ease}.wa-float.visible{opacity:1;transform:translateY(0);pointer-events:auto}.wa-float:hover{background:var(--whatsapp-dark)}.wa-float:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--whatsapp);opacity:.6;animation:wa-pulse 2s ease-out infinite}@keyframes wa-pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.5);opacity:0}}@media (max-width: 980px){.hero__grid,.scroll-anim__grid,.sobre__grid,.contato__grid{grid-template-columns:1fr;gap:40px}.hero{padding:calc(var(--header-h) + 48px) 0 60px}.hero__visual{max-width:380px;margin:0 auto}.scroll-anim__stage{position:static;aspect-ratio:16 / 10}.produtos__grid,.servicos__grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 720px){.section{padding:64px 0}.nav,.header__cta .btn{display:none}.header__menu-btn{display:flex}.hero__stats{grid-template-columns:1fr 1fr;gap:16px}.hero__stat:last-child{grid-column:1 / -1}.hero__actions{flex-wrap:nowrap;gap:8px}.hero__actions .btn{flex:1 1 0;min-width:0;padding:14px 10px;font-size:13px;line-height:1.25;white-space:normal;text-align:center}.sobre__features,.produtos__grid,.servicos__grid,.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;text-align:center}.wa-float{width:56px;height:56px;right:16px;bottom:16px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}
