.ThemeToggle-module__ZxUHoG__themeToggle{padding:var(--space-2);background:var(--bg-elevated);border:1px solid var(--border-base);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-smooth);box-shadow:var(--shadow-xs);justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.ThemeToggle-module__ZxUHoG__themeToggle:before{content:"";background:var(--gradient-primary);opacity:0;border-radius:var(--radius-full);transition:opacity var(--transition-smooth);z-index:0;position:absolute;inset:0}.ThemeToggle-module__ZxUHoG__themeToggle:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:scale(1.05)}.ThemeToggle-module__ZxUHoG__themeToggle:hover:before{opacity:.15}.ThemeToggle-module__ZxUHoG__themeToggle:active{transform:scale(.95)}.ThemeToggle-module__ZxUHoG__iconContainer{z-index:1;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:relative}.ThemeToggle-module__ZxUHoG__icon{filter:grayscale(0);justify-content:center;align-items:center;font-size:1.5rem;line-height:1;display:flex}@media (max-width:768px){.ThemeToggle-module__ZxUHoG__themeToggle{width:40px;height:40px}.ThemeToggle-module__ZxUHoG__iconContainer{width:24px;height:24px}.ThemeToggle-module__ZxUHoG__icon{font-size:1.35rem}}@media (max-width:320px){.ThemeToggle-module__ZxUHoG__themeToggle{width:36px;height:36px}.ThemeToggle-module__ZxUHoG__iconContainer{width:20px;height:20px}.ThemeToggle-module__ZxUHoG__icon{font-size:1.2rem}}
.Header-module__zzAW0a__header{z-index:50;background-color:var(--bg-primary);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--card-border);width:100%;padding:1rem 0;transition:all .3s;top:0}.Header-module__zzAW0a__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module__zzAW0a__logoContainer{flex-shrink:0;align-items:center;display:flex}.Header-module__zzAW0a__logo{width:180px;height:auto;transition:opacity .3s}.Header-module__zzAW0a__logo:hover{opacity:.8}.Header-module__zzAW0a__nav{align-items:center;gap:2rem;display:flex}.Header-module__zzAW0a__navList{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__zzAW0a__navLink{color:var(--text-secondary);padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Header-module__zzAW0a__navLink:after{content:"";background-color:var(--accent-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__zzAW0a__navLink:hover{color:var(--text-primary)}.Header-module__zzAW0a__navLink:hover:after{width:100%}.Header-module__zzAW0a__actions{border-left:1px solid var(--card-border);align-items:center;margin-left:1.5rem;padding-left:1.5rem;display:flex}@media (max-width:1110px){.Header-module__zzAW0a__container{flex-direction:column;gap:1rem}.Header-module__zzAW0a__nav,.Header-module__zzAW0a__navList{flex-direction:column;gap:1rem;width:100%}.Header-module__zzAW0a__actions{border:none;margin:0;padding:0}}
.Footer-module__ohuHQq__footer{background-color:var(--bg-primary);width:100%;color:var(--text-secondary);border-top:1px solid var(--border-subtle);padding:4rem 1.5rem 2rem;overflow:hidden}.Footer-module__ohuHQq__footerContent{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto;display:grid}.Footer-module__ohuHQq__footerSection{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__ohuHQq__footerTitle{color:var(--text-primary);letter-spacing:-.02em;background:linear-gradient(to right, var(--text-primary), var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;width:fit-content;font-size:1.5rem;font-weight:800}.Footer-module__ohuHQq__footerSubtitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.Footer-module__ohuHQq__footerDescription{font-size:.95rem;line-height:1.6}.Footer-module__ohuHQq__footerLinks{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__ohuHQq__footerLinks a{color:var(--text-secondary);align-items:center;width:fit-content;text-decoration:none;transition:all .3s;display:flex}.Footer-module__ohuHQq__footerLinks a:hover{color:var(--accent-color);transform:translate(5px)}.Footer-module__ohuHQq__socialLinks{gap:1rem;display:flex}.Footer-module__ohuHQq__socialLink{background:var(--surface-muted);border:1px solid var(--border-subtle);width:45px;height:45px;color:var(--text-secondary);border-radius:12px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.Footer-module__ohuHQq__socialLink:hover{background:var(--accent-color);border-color:var(--accent-color);color:var(--text-primary);box-shadow:0 10px 20px -5px var(--accent-glow);transform:translateY(-5px)}.Footer-module__ohuHQq__footerBottom{border-top:1px solid var(--border-subtle);text-align:center;flex-direction:column;align-items:center;gap:.5rem;max-width:1200px;margin:4rem auto 0;padding-top:2rem;font-size:.875rem;display:flex}.Footer-module__ohuHQq__copyright{color:var(--text-secondary)}.Footer-module__ohuHQq__madeBy{color:var(--text-secondary);opacity:.8}@media (max-width:768px){.Footer-module__ohuHQq__footerContent{grid-template-columns:1fr;gap:2.5rem}.Footer-module__ohuHQq__footerSection{text-align:center;align-items:center}.Footer-module__ohuHQq__footerLinks a{justify-content:center}.Footer-module__ohuHQq__footerLinks a:hover{color:var(--accent-color);transform:none}}
.LoadingScreen-module__pKLE0G__logoText{color:var(--text-primary);margin-top:var(--spacing-md);font-size:2.5rem;font-weight:700}.LoadingScreen-module__pKLE0G__loadingScreen{background:var(--bg-primary);justify-content:center;align-items:center;gap:var(--spacing-xl);width:100vw;height:100vh;z-index:var(--z-toast);transition:opacity var(--transition-slow);text-align:center;flex-direction:column;display:flex;position:fixed;top:0;left:0}.LoadingScreen-module__pKLE0G__loadingScreen.LoadingScreen-module__pKLE0G__fadeOut{opacity:0;pointer-events:none}.LoadingScreen-module__pKLE0G__loadingLogo{width:200px;height:auto;animation:2s ease-in-out infinite LoadingScreen-module__pKLE0G__pulse}.LoadingScreen-module__pKLE0G__loadingSpinner{border:4px solid var(--border-secondary);border-top-color:var(--accent-primary);border-radius:50%;width:60px;height:60px;animation:1s linear infinite LoadingScreen-module__pKLE0G__spin}.LoadingScreen-module__pKLE0G__loadingText{color:var(--text-secondary);font-size:1.125rem;font-weight:600;animation:2s ease-in-out infinite LoadingScreen-module__pKLE0G__pulse}@media (max-width:768px){.LoadingScreen-module__pKLE0G__loadingLogo{width:160px}.LoadingScreen-module__pKLE0G__loadingSpinner{width:50px;height:50px}.LoadingScreen-module__pKLE0G__loadingText{font-size:1rem}}@media (max-width:320px){.LoadingScreen-module__pKLE0G__loadingLogo{width:140px}.LoadingScreen-module__pKLE0G__loadingSpinner{border-width:3px;width:40px;height:40px}.LoadingScreen-module__pKLE0G__loadingText{font-size:.9rem}}
.main-module__SB4U6a__section{--whatsapp-green:#25d366;--whatsapp-dark:#128c7e;justify-content:center;width:100%;padding:1.5rem 1rem;display:flex}.main-module__SB4U6a__card{background:var(--surface-muted);border:1px solid var(--border-subtle);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:400px;max-height:700px;padding:1.25rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.main-module__SB4U6a__card:hover{border-color:var(--accent-color);box-shadow:0 0 30px -10px var(--accent-glow)}.main-module__SB4U6a__title{color:var(--text-primary);max-width:600px;font-size:1.25rem;font-weight:700;line-height:1.2}.main-module__SB4U6a__imageWrapper{border-radius:16px;width:100%;max-width:600px;overflow:hidden;box-shadow:0 20px 40px -20px #00000080}.main-module__SB4U6a__image{object-fit:cover;width:100%;height:auto;display:block}.main-module__SB4U6a__description{color:var(--text-secondary);max-width:700px;font-size:.85rem;line-height:1.5}.main-module__SB4U6a__actions{flex-wrap:wrap;gap:.75rem;width:100%;display:flex}.main-module__SB4U6a__primaryLink,.main-module__SB4U6a__secondaryLink{border-radius:12px;flex:180px;justify-content:center;align-items:center;gap:.75rem;min-height:48px;padding:.85rem 1.1rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.main-module__SB4U6a__primaryLink{background-color:var(--whatsapp-green);color:var(--text-primary);box-shadow:0 4px 15px #25d36633}.main-module__SB4U6a__primaryLink:hover{background-color:var(--whatsapp-dark);color:var(--text-primary);transform:translateY(-2px);box-shadow:0 8px 25px #25d36666}.main-module__SB4U6a__secondaryLink{border:1px solid var(--border-subtle);color:var(--text-primary);background:0 0}.main-module__SB4U6a__secondaryLink:hover{border-color:var(--accent-color);color:var(--accent-color);box-shadow:0 8px 25px -18px var(--accent-glow);transform:translateY(-2px)}.main-module__SB4U6a__icon{width:20px;height:20px}@media (max-width:768px){.main-module__SB4U6a__card{gap:1.5rem;padding:2rem 1.5rem}.main-module__SB4U6a__title{font-size:1.5rem}.main-module__SB4U6a__description{font-size:1rem}.main-module__SB4U6a__primaryLink,.main-module__SB4U6a__secondaryLink{justify-content:center;width:100%}}
.Introduction-module__g-kKsq__container{width:100%;max-width:1200px;color:var(--text-primary);margin:4rem auto}.Introduction-module__g-kKsq__mainTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.Introduction-module__g-kKsq__subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.7}.Introduction-module__g-kKsq__grid{flex-direction:column;justify-content:center;gap:2rem;width:100%;display:flex}.Introduction-module__g-kKsq__imageContainer{border-radius:12px;width:100%;height:200px;position:relative;overflow:hidden}.Introduction-module__g-kKsq__image{object-fit:cover;transition:transform .5s}.Introduction-module__g-kKsq__card:hover .Introduction-module__g-kKsq__image{transform:scale(1.05)}.Introduction-module__g-kKsq__card.Introduction-module__g-kKsq__cardComingSoon{opacity:.7;pointer-events:none;position:relative}.Introduction-module__g-kKsq__comingSoonOverlay{z-index:10;background:#12c05226;border-radius:16px;justify-content:center;align-items:center;padding:1rem;display:flex;position:absolute;inset:0}.Introduction-module__g-kKsq__comingSoonText{background:var(--surface-muted);color:var(--text-primary);text-align:center;border:1px solid var(--border-subtle);border-radius:8px;padding:1rem;font-size:.9rem;font-weight:600}.Introduction-module__g-kKsq__content{flex-direction:column;gap:.75rem;display:flex}.Introduction-module__g-kKsq__cardHeader{align-items:center;gap:.75rem;display:flex}.Introduction-module__g-kKsq__icon{font-size:1.5rem}.Introduction-module__g-kKsq__title{color:var(--text-primary);font-size:1.25rem;font-weight:700}.Introduction-module__g-kKsq__description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Introduction-module__g-kKsq__areasContainer{flex-direction:column;gap:3rem;width:100%;display:flex}.Introduction-module__g-kKsq__groupSection{background:var(--bg-elevated);border:2px solid var(--border-subtle);border-radius:18px;padding:1.5rem 1.5rem 0;transition:all .3s;overflow:hidden}.Introduction-module__g-kKsq__groupSection:hover{border-color:var(--accent-color);box-shadow:0 4px 20px var(--accent-glow)}.Introduction-module__g-kKsq__groupTitle{color:var(--accent-color);letter-spacing:-.02em;margin:0 0 1.25rem;font-size:1.8rem;font-weight:800}.Introduction-module__g-kKsq__areaSection{background:var(--bg-elevated);border:2px solid var(--border-subtle);border-radius:16px;transition:all .3s;overflow:hidden}.Introduction-module__g-kKsq__areaCard{border:1px solid var(--border-subtle);background:#ffffff05;border-radius:14px;margin:1.25rem 1.25rem 1.5rem;overflow:hidden}.Introduction-module__g-kKsq__areaCard:last-child{margin-bottom:1.25rem}.Introduction-module__g-kKsq__areaHeader{cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--border-subtle);background:linear-gradient(135deg,#12c0520d,#12c05205);flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .3s;display:flex}.Introduction-module__g-kKsq__areaHeader:hover{background:linear-gradient(135deg,#12c0521a,#12c0520d)}.Introduction-module__g-kKsq__areaTitle{color:var(--accent-color);margin:0;font-size:1.5rem;font-weight:700}.Introduction-module__g-kKsq__expandButton{border:2px solid var(--accent-color);width:40px;min-width:40px;height:40px;min-height:40px;color:var(--accent-color);cursor:pointer;background:0 0;border-radius:9999px;flex:0 0 40px;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;line-height:1;transition:all .3s;display:flex}.Introduction-module__g-kKsq__expandButton:hover{background:var(--accent-color);color:#fff}.Introduction-module__g-kKsq__areaHeader{flex-wrap:nowrap;gap:1rem}.Introduction-module__g-kKsq__servicesGrid{flex-direction:column;justify-content:center;gap:1.5rem;padding:1.5rem;animation:.3s Introduction-module__g-kKsq__slideDown;display:flex}@keyframes Introduction-module__g-kKsq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Introduction-module__g-kKsq__card{background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:16px;flex-direction:column;gap:1rem;height:100%;padding:1.5rem;transition:all .3s;display:flex}.Introduction-module__g-kKsq__card:hover{border-color:var(--accent-color);background:var(--surface-soft);box-shadow:0 8px 20px -5px var(--accent-glow);transform:translateY(-3px)}.Introduction-module__g-kKsq__sectionTitle{color:var(--text-primary);text-align:center;width:100%;margin-bottom:3rem;font-size:2rem;font-weight:700;display:inline-block;position:relative}.Introduction-module__g-kKsq__sectionTitle:after{content:"";background:var(--accent-color);border-radius:2px;width:60px;height:4px;margin:1rem auto 0;display:block}@media (max-width:768px){.Introduction-module__g-kKsq__container{margin:3rem auto}.Introduction-module__g-kKsq__mainTitle{font-size:2rem}.Introduction-module__g-kKsq__grid{grid-template-columns:1fr;gap:1.5rem}.Introduction-module__g-kKsq__card{padding:1.5rem}}.Introduction-module__g-kKsq__container{background-color:var(--bg-primary);width:100%;min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.Introduction-module__g-kKsq__main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.Introduction-module__g-kKsq__header{text-align:center;max-width:800px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.Introduction-module__g-kKsq__title{background:linear-gradient(to right, var(--text-primary), var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.Introduction-module__g-kKsq__description{color:var(--text-secondary);margin-bottom:1rem;font-size:1.1rem;line-height:1.7}.Introduction-module__g-kKsq__grid{flex-direction:column;gap:2rem;margin-bottom:4rem;display:flex}.Introduction-module__g-kKsq__ctaSection{flex-direction:column;align-items:center;gap:2rem;margin:4rem 0;display:flex}.Introduction-module__g-kKsq__linkCta{width:fit-content;text-decoration:none}.Introduction-module__g-kKsq__buttonSeeAll{color:var(--text-primary);background:var(--accent-color);cursor:pointer;box-shadow:0 4px 15px var(--accent-glow);border:none;border-radius:12px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s}.Introduction-module__g-kKsq__buttonSeeAll:hover{background:var(--accent-hover);box-shadow:0 8px 25px var(--accent-glow);transform:translateY(-2px)}.Introduction-module__g-kKsq__areaSection{border:2px solid var(--border-subtle);background:var(--bg-elevated);border-radius:16px;margin-bottom:2.5rem;transition:all .3s;overflow:hidden}.Introduction-module__g-kKsq__areaSection:hover{border-color:var(--accent-color);box-shadow:0 4px 20px var(--accent-glow)}.Introduction-module__g-kKsq__areaHeader{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--border-subtle);background:linear-gradient(135deg,#12c0520d,#12c05205);flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1.75rem;display:flex}@media (max-width:436px){.Introduction-module__g-kKsq__areaHeader{flex-direction:column;gap:1rem}}.Introduction-module__g-kKsq__areaName{color:var(--accent-color);margin:0;font-size:1.5rem;font-weight:700}.Introduction-module__g-kKsq__servicesGrid{gap:1.5rem;padding:1.75rem;animation:.3s Introduction-module__g-kKsq__slideDown}.Introduction-module__g-kKsq__serviceWrapper{border:2px solid var(--border-color);background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:12px;flex-direction:column;align-items:stretch;width:100%;max-width:100%;margin-bottom:2rem;transition:all .3s;display:flex;overflow:hidden}.Introduction-module__g-kKsq__serviceWrapper:hover{border-color:var(--accent-color);box-shadow:0 4px 20px #0000001a}.Introduction-module__g-kKsq__serviceComingSoon{opacity:.7}.Introduction-module__g-kKsq__serviceHeader{cursor:pointer;-webkit-user-select:none;user-select:none;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;max-width:100%;padding:1.5rem;display:flex}.Introduction-module__g-kKsq__serviceHeaderContent{flex-wrap:nowrap;flex:1;justify-content:flex-start;align-items:center;gap:1rem;min-width:0;display:flex}.Introduction-module__g-kKsq__serviceEmoji{font-size:1.5rem}.Introduction-module__g-kKsq__serviceName{color:var(--text-primary);text-align:center;overflow-wrap:anywhere;margin:0;font-size:1.1rem;font-weight:700}.Introduction-module__g-kKsq__comingSoonBadge{border:1px solid var(--accent-color);color:var(--accent-color);background:#12c0521a;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.Introduction-module__g-kKsq__toggleButton{border:2px solid var(--accent-color);width:40px;height:40px;color:var(--accent-color);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex}.Introduction-module__g-kKsq__toggleButton:hover{background:var(--accent-color);color:#fff}.Introduction-module__g-kKsq__serviceContent{width:100%;padding:0 1.5rem 1.5rem;animation:.3s Introduction-module__g-kKsq__slideDown}@media (max-width:768px){.Introduction-module__g-kKsq__title{font-size:2.5rem}.Introduction-module__g-kKsq__main{padding:2rem 1rem}.Introduction-module__g-kKsq__grid{grid-template-columns:1fr;gap:1.5rem}}
.Servicos-module__dL1yAa__container{background-color:var(--bg-primary);width:100%;min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.Servicos-module__dL1yAa__main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.Servicos-module__dL1yAa__header{text-align:center;max-width:800px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.Servicos-module__dL1yAa__title{background:linear-gradient(to right, var(--text-primary), var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.Servicos-module__dL1yAa__description{color:var(--text-secondary);margin:2rem 0;font-size:1.1rem;line-height:1.7}.Servicos-module__dL1yAa__areaGrid{flex-direction:column;gap:2rem;margin-bottom:4rem;display:flex}.Servicos-module__dL1yAa__servicesGrid{flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;padding:1.5rem;animation:.3s Servicos-module__dL1yAa__slideDown;display:flex}.Servicos-module__dL1yAa__ctaSection{flex-direction:column;align-items:center;gap:2rem;margin:4rem 0;display:flex}.Servicos-module__dL1yAa__linkCta{width:fit-content;text-decoration:none}.Servicos-module__dL1yAa__buttonSeeAll{color:var(--text-primary);background:var(--accent-color);cursor:pointer;box-shadow:0 4px 15px var(--accent-glow);border:none;border-radius:12px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s}.Servicos-module__dL1yAa__buttonSeeAll:hover{background:var(--accent-hover);box-shadow:0 8px 25px var(--accent-glow);transform:translateY(-2px)}.Servicos-module__dL1yAa__groupSection{border:2px solid var(--border-subtle);background:var(--bg-elevated);border-radius:18px;margin-bottom:3rem;padding:1.5rem 1.5rem 0;transition:all .3s;overflow:hidden}.Servicos-module__dL1yAa__groupSection:hover{border-color:var(--accent-color);box-shadow:0 4px 20px var(--accent-glow)}.Servicos-module__dL1yAa__groupTitle{color:var(--accent-color);letter-spacing:-.02em;margin:0 0 1.25rem;font-size:1.8rem;font-weight:800}.Servicos-module__dL1yAa__areaCard{border:1px solid var(--border-subtle);background:var(--bg-secondary);box-sizing:border-box;border-radius:14px;margin:1.25rem;transition:all .3s;overflow:hidden}.Servicos-module__dL1yAa__areaCard:hover{border-color:var(--accent-color);box-shadow:0 4px 20px #00000014}.Servicos-module__dL1yAa__areaHeader{cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--border-subtle);background:linear-gradient(135deg,#12c0520d,#12c05205);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Servicos-module__dL1yAa__areaHeader:hover{background:linear-gradient(135deg,#12c0521a,#12c0520d)}.Servicos-module__dL1yAa__areaName{color:var(--accent-color);margin:0;font-size:1.5rem;font-weight:700}.Servicos-module__dL1yAa__serviceWrapper{border:2px solid var(--border-color);background:var(--bg-secondary);box-sizing:border-box;border-radius:12px;flex-direction:column;align-items:stretch;width:100%;margin-bottom:2rem;transition:all .3s;display:flex;overflow:hidden}.Servicos-module__dL1yAa__serviceHeader{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;display:flex}.Servicos-module__dL1yAa__serviceHeaderContent{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.Servicos-module__dL1yAa__serviceName{color:var(--text-primary);overflow-wrap:anywhere;margin:0;font-size:1.1rem;font-weight:700}.Servicos-module__dL1yAa__comingSoonBadge{border:1px solid var(--accent-color);color:var(--accent-color);background:#12c0521a;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.Servicos-module__dL1yAa__toggleButton{border:2px solid var(--accent-color);width:40px;min-width:40px;height:40px;min-height:40px;color:var(--accent-color);cursor:pointer;background:0 0;border-radius:9999px;flex:0 0 40px;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;line-height:1;transition:all .3s;display:flex}.Servicos-module__dL1yAa__toggleButton:hover{background:var(--accent-color);color:#fff}.Servicos-module__dL1yAa__serviceContent{box-sizing:border-box;width:100%;padding:0 1.25rem 1.25rem;animation:.3s Servicos-module__dL1yAa__slideDown}.Servicos-module__dL1yAa__serviceComingSoon{opacity:.7}.Servicos-module__dL1yAa__serviceEmoji{font-size:1.5rem}@keyframes Servicos-module__dL1yAa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Servicos-module__dL1yAa__title{font-size:2.5rem}.Servicos-module__dL1yAa__main{padding:2rem 1rem}.Servicos-module__dL1yAa__grid{grid-template-columns:1fr;gap:1.5rem}.Servicos-module__dL1yAa__groupSection{border-radius:14px;margin-bottom:2rem;padding:1.25rem 1.25rem 0}.Servicos-module__dL1yAa__areaCard{border-radius:12px;margin:1rem}.Servicos-module__dL1yAa__areaHeader{padding:1.25rem}.Servicos-module__dL1yAa__servicesGrid{gap:1rem;padding:1.25rem}.Servicos-module__dL1yAa__serviceWrapper{border-radius:10px;margin-bottom:1rem}.Servicos-module__dL1yAa__serviceHeader{padding:1.25rem}.Servicos-module__dL1yAa__serviceHeaderContent{gap:.75rem}.Servicos-module__dL1yAa__serviceName{font-size:1rem}}@media (max-width:480px){.Servicos-module__dL1yAa__container{min-height:auto}.Servicos-module__dL1yAa__main{max-width:100%;padding:1.5rem 1rem}.Servicos-module__dL1yAa__header{margin-bottom:2.5rem;padding:0 .5rem}.Servicos-module__dL1yAa__title{margin-bottom:1rem;font-size:1.75rem}.Servicos-module__dL1yAa__description{margin-bottom:.75rem;font-size:.95rem;line-height:1.6}.Servicos-module__dL1yAa__grid{grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem}.Servicos-module__dL1yAa__groupSection{border-width:1px;border-radius:10px;margin-bottom:1.25rem;padding:1rem 1rem 0}.Servicos-module__dL1yAa__areaCard{border-radius:10px;margin:.75rem}.Servicos-module__dL1yAa__areaHeader{border-radius:12px;padding:1.25rem}.Servicos-module__dL1yAa__areaName{font-size:1.2rem}.Servicos-module__dL1yAa__servicesGrid{gap:1rem;padding:1.25rem}.Servicos-module__dL1yAa__serviceWrapper{border-radius:10px;margin-bottom:1rem}.Servicos-module__dL1yAa__serviceHeader{padding:1.25rem}.Servicos-module__dL1yAa__serviceHeaderContent{gap:.75rem}.Servicos-module__dL1yAa__serviceEmoji{min-width:1.3rem;font-size:1.3rem}.Servicos-module__dL1yAa__serviceName{font-size:1rem}.Servicos-module__dL1yAa__comingSoonBadge{padding:.4rem .8rem;font-size:.75rem}.Servicos-module__dL1yAa__toggleButton{border-radius:50%;width:36px;height:36px;font-size:1.3rem}.Servicos-module__dL1yAa__serviceContent{padding:0 1.25rem 1.25rem}.Servicos-module__dL1yAa__ctaSection{gap:1.5rem;margin:2rem 0}.Servicos-module__dL1yAa__buttonSeeAll{padding:.85rem 2rem;font-size:1rem}}@media (max-width:320px){.Servicos-module__dL1yAa__container{min-height:auto}.Servicos-module__dL1yAa__main{max-width:100%;padding:1rem .75rem}.Servicos-module__dL1yAa__header{margin-bottom:2rem;padding:0 .5rem}.Servicos-module__dL1yAa__title{margin-bottom:.75rem;font-size:1.4rem}.Servicos-module__dL1yAa__description{margin-bottom:.5rem;font-size:.85rem;line-height:1.5}.Servicos-module__dL1yAa__grid{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.Servicos-module__dL1yAa__groupSection{border-width:1px;border-radius:10px;margin-bottom:1.25rem}.Servicos-module__dL1yAa__areaCard{border-radius:10px;margin:.75rem}.Servicos-module__dL1yAa__areaHeader{border-radius:10px;padding:1rem}.Servicos-module__dL1yAa__areaName{font-size:1rem}.Servicos-module__dL1yAa__servicesGrid{gap:.75rem;padding:1rem}.Servicos-module__dL1yAa__serviceWrapper{border-width:1px;border-radius:8px;margin-bottom:.75rem}.Servicos-module__dL1yAa__serviceHeader{padding:1rem}.Servicos-module__dL1yAa__serviceHeaderContent{flex:1;gap:.5rem;min-width:0}.Servicos-module__dL1yAa__serviceEmoji{flex-shrink:0;min-width:1.1rem;font-size:1.1rem}.Servicos-module__dL1yAa__serviceName{word-break:break-word;font-size:.9rem}.Servicos-module__dL1yAa__comingSoonBadge{border-radius:999px;flex-shrink:0;padding:.3rem .6rem;font-size:.65rem}.Servicos-module__dL1yAa__toggleButton{border-width:1.5px;border-radius:50%;flex-shrink:0;width:32px;height:32px;font-size:1.1rem}.Servicos-module__dL1yAa__serviceContent{padding:0 1rem 1rem;overflow-x:hidden}.Servicos-module__dL1yAa__ctaSection{gap:1rem;margin:1.5rem 0}.Servicos-module__dL1yAa__linkCta{width:100%}.Servicos-module__dL1yAa__buttonSeeAll{width:100%;max-width:100%;padding:.75rem 1.5rem;font-size:.9rem}}
.solutions-module__mfmPMW__container{--success-color:#25d366;background:var(--surface-muted);border:1px solid var(--border-subtle);color:var(--text-primary);box-sizing:border-box;border-radius:24px;width:100%;max-width:100%;margin:0 auto;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.solutions-module__mfmPMW__container:hover{border-color:var(--accent-color);box-shadow:0 10px 40px -10px var(--accent-glow)}.solutions-module__mfmPMW__header{text-align:center;margin-bottom:2.5rem}.solutions-module__mfmPMW__title{color:var(--text-primary);overflow-wrap:anywhere;margin-bottom:1.5rem;font-size:clamp(1.35rem,2vw,1.75rem);font-weight:700}.solutions-module__mfmPMW__tierSelector{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem;display:grid}.solutions-module__mfmPMW__tierButton{background:var(--surface-muted);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;min-width:0;padding:1rem 1.5rem;transition:all .3s;display:flex}.solutions-module__mfmPMW__tierButton span{font-size:1.1rem;font-weight:700}.solutions-module__mfmPMW__tierButton small{opacity:.8;font-size:.9rem}.solutions-module__mfmPMW__tierButton:hover{background:var(--surface-soft);transform:translateY(-2px)}.solutions-module__mfmPMW__tierButtonSelected{box-shadow:0 0 20px var(--accent-glow);background:var(--accent-color)!important;color:var(--text-primary)!important;border-color:var(--accent-color)!important}.solutions-module__mfmPMW__tierButtonSelected:hover{background:var(--accent-hover)!important}.solutions-module__mfmPMW__details{border-bottom:1px solid var(--border-subtle);margin-bottom:2.5rem;padding-bottom:2.5rem}.solutions-module__mfmPMW__details h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem}.solutions-module__mfmPMW__description{color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.solutions-module__mfmPMW__skillsGrid{flex-wrap:wrap;gap:2rem;display:flex}.solutions-module__mfmPMW__skillBox h3{color:var(--accent-color);margin-bottom:.75rem;font-size:1.1rem}.solutions-module__mfmPMW__skillBox p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.solutions-module__mfmPMW__tierCard{background:var(--surface-glass);border:1px solid var(--border-subtle);box-sizing:border-box;border-radius:20px;width:100%;padding:1.5rem;overflow:hidden}.solutions-module__mfmPMW__tierTitle{color:var(--text-primary);overflow-wrap:anywhere;margin-bottom:.5rem;font-size:clamp(1.2rem,1.8vw,1.5rem)}.solutions-module__mfmPMW__tierDescription{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem}.solutions-module__mfmPMW__infoGrid{background:var(--surface-muted);border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem;padding:1.25rem;display:grid}.solutions-module__mfmPMW__infoItem{overflow-wrap:anywhere;min-width:0}.solutions-module__mfmPMW__infoItem strong{color:var(--accent-color);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.9rem;display:block}.solutions-module__mfmPMW__infoItem span{color:var(--text-primary);font-weight:500}.solutions-module__mfmPMW__featuresSection{width:100%;margin-bottom:2rem;overflow:hidden}.solutions-module__mfmPMW__featuresTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem;font-weight:700;display:block}.solutions-module__mfmPMW__featuresList{flex-direction:column;gap:1rem;width:100%;padding:0;list-style:none;display:flex}.solutions-module__mfmPMW__featureItem{color:var(--text-secondary);background:var(--surface-muted);box-sizing:border-box;word-break:normal;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;border-radius:8px;align-items:flex-start;gap:.75rem;width:100%;padding:.7rem;font-size:.9rem;display:flex}.solutions-module__mfmPMW__featureItem span.solutions-module__mfmPMW__icon{flex-shrink:0}.solutions-module__mfmPMW__check{color:#25d366;font-weight:700}.solutions-module__mfmPMW__cross{color:#ef4444;font-weight:700}.solutions-module__mfmPMW__alert{color:#fbbf24;background:#eab3081a;border:1px solid #eab30833;border-radius:12px;align-items:flex-start;gap:.75rem;margin-bottom:2rem;padding:1rem;font-size:.9rem;line-height:1.5;display:flex}.solutions-module__mfmPMW__whatsappButton{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;max-width:100%;padding:1.25rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #25d36633;color:#fff!important;background-color:#25d366!important}@media (max-width:768px){.solutions-module__mfmPMW__whatsappButton{padding:1rem;font-size:1rem}}@media (max-width:480px){.solutions-module__mfmPMW__whatsappButton{width:100%;padding:.75rem;font-size:.9rem}}.solutions-module__mfmPMW__whatsappButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #25d36666;background-color:#128c7e!important}.solutions-module__mfmPMW__ctaActions{flex-direction:column;gap:.85rem;width:100%;display:flex}.solutions-module__mfmPMW__secondaryButton{border:1px solid var(--border-subtle);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;color:var(--text-primary)!important}@media (max-width:768px){.solutions-module__mfmPMW__secondaryButton{padding:1rem;font-size:1rem}}@media (max-width:480px){.solutions-module__mfmPMW__secondaryButton{width:100%;padding:.75rem;font-size:.9rem}}.solutions-module__mfmPMW__secondaryButton:hover{border-color:var(--accent-color);box-shadow:0 8px 25px -18px var(--accent-glow);transform:translateY(-2px);color:var(--accent-color)!important}.solutions-module__mfmPMW__buttonLoja{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;background-color:var(--accent-color)!important;color:#fff!important}@media (max-width:768px){.solutions-module__mfmPMW__container{max-width:100%;padding:1.5rem}.solutions-module__mfmPMW__header{max-width:100%}.solutions-module__mfmPMW__title{text-align:center;overflow-wrap:anywhere;max-width:100%;margin:0 auto 1.5rem;font-size:1.25rem}.solutions-module__mfmPMW__tierSelector{grid-template-columns:1fr;gap:1rem;width:100%;margin:0 auto}.solutions-module__mfmPMW__tierButton{width:100%;min-width:0;padding:1rem}.solutions-module__mfmPMW__details{text-align:center;max-width:100%;margin:0 auto}.solutions-module__mfmPMW__infoGrid{grid-template-columns:1fr;gap:1rem}.solutions-module__mfmPMW__featuresList,.solutions-module__mfmPMW__ctaActions{grid-template-columns:1fr}.solutions-module__mfmPMW__tierCard{padding:1.5rem}}@media (max-width:1200px){.solutions-module__mfmPMW__featuresList{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.solutions-module__mfmPMW__container{padding:1rem}.solutions-module__mfmPMW__header{margin-bottom:2rem}.solutions-module__mfmPMW__title{font-size:1.05rem;line-height:1.25}.solutions-module__mfmPMW__details{text-align:left}.solutions-module__mfmPMW__details h2{font-size:1.2rem}.solutions-module__mfmPMW__tierCard{padding:1rem}.solutions-module__mfmPMW__tierTitle{font-size:1.15rem}.solutions-module__mfmPMW__tierDescription{font-size:.95rem}.solutions-module__mfmPMW__infoGrid{gap:.75rem;padding:1rem}.solutions-module__mfmPMW__featuresList{grid-template-columns:1fr;gap:.75rem}.solutions-module__mfmPMW__featureItem{padding:.7rem;font-size:.9rem}.solutions-module__mfmPMW__ctaActions{flex-direction:column}.solutions-module__mfmPMW__whatsappButton,.solutions-module__mfmPMW__secondaryButton,.solutions-module__mfmPMW__buttonLoja{width:100%;padding:.9rem;font-size:.95rem}}
.Sobre-module__TAaT3a__container{background-color:var(--bg-primary);width:100%;min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.Sobre-module__TAaT3a__main{flex-direction:column;flex:1;gap:3rem;width:100%;max-width:900px;margin:0 auto;padding:4rem 1.5rem;display:flex}.Sobre-module__TAaT3a__header{text-align:center}.Sobre-module__TAaT3a__title{background:linear-gradient(to right, var(--text-primary), var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:3rem;font-weight:800}.Sobre-module__TAaT3a__profileSection{justify-content:center;margin-bottom:2rem;display:flex}.Sobre-module__TAaT3a__teamSection{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:600px;margin:0 auto;padding:0 1rem;display:grid}.Sobre-module__TAaT3a__teamCard{background:var(--surface-muted);border:2px solid var(--border-subtle);cursor:pointer;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.Sobre-module__TAaT3a__teamCard:hover{border-color:var(--accent-color);box-shadow:0 10px 30px var(--accent-glow);transform:translateY(-5px)}.Sobre-module__TAaT3a__cardImageWrapper{border:3px solid var(--border-subtle);width:180px;height:180px;box-shadow:0 0 20px var(--accent-glow);border-radius:50%;transition:all .3s;position:relative;overflow:hidden}.Sobre-module__TAaT3a__teamCard:hover .Sobre-module__TAaT3a__cardImageWrapper{border-color:var(--accent-color);box-shadow:0 0 30px var(--accent-glow)}.Sobre-module__TAaT3a__cardImage{object-fit:cover}.Sobre-module__TAaT3a__memberName{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.Sobre-module__TAaT3a__cardContent{width:100%;overflow:hidden}.Sobre-module__TAaT3a__memberText{color:var(--text-secondary);text-align:center;margin:0;padding:.5rem 0;font-size:.95rem;line-height:1.6}.Sobre-module__TAaT3a__expandIcon{color:var(--accent-color);justify-content:center;align-items:center;margin-top:.5rem;display:flex}.Sobre-module__TAaT3a__content{flex-direction:column;gap:1.5rem;display:flex}.Sobre-module__TAaT3a__text{color:var(--text-secondary);text-align:justify;font-size:1.1rem;line-height:1.8}.Sobre-module__TAaT3a__highlight{color:var(--accent-color);font-weight:600}.Sobre-module__TAaT3a__socialSection{flex-direction:column;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.Sobre-module__TAaT3a__hashtag{color:var(--text-primary);letter-spacing:2px;font-size:2rem;font-weight:800}.Sobre-module__TAaT3a__socialGrid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Sobre-module__TAaT3a__socialLink{background:var(--surface-muted);width:50px;height:50px;color:var(--text-secondary);border:1px solid var(--border-subtle);border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.Sobre-module__TAaT3a__socialLink:hover{background:var(--accent-color);color:var(--text-primary);box-shadow:0 5px 15px var(--accent-glow);border-color:var(--accent-color);transform:translateY(-5px)rotate(5deg)}@media (max-width:768px){.Sobre-module__TAaT3a__title{font-size:2.5rem}.Sobre-module__TAaT3a__teamSection{grid-template-columns:1fr;gap:1.5rem;max-width:400px}.Sobre-module__TAaT3a__cardImageWrapper{width:160px;height:160px}.Sobre-module__TAaT3a__main{padding:2rem 1rem}}@media (max-width:480px){.Sobre-module__TAaT3a__title{font-size:2rem}.Sobre-module__TAaT3a__teamCard{padding:1.25rem}.Sobre-module__TAaT3a__cardImageWrapper{width:150px;height:150px}.Sobre-module__TAaT3a__memberName{font-size:1.3rem}.Sobre-module__TAaT3a__memberText{font-size:.9rem}.Sobre-module__TAaT3a__text{font-size:1rem}}@media (max-width:360px){.Sobre-module__TAaT3a__title{font-size:1.75rem}.Sobre-module__TAaT3a__main{padding:1.5rem .75rem}.Sobre-module__TAaT3a__teamSection{gap:1.25rem;padding:0 .5rem}.Sobre-module__TAaT3a__teamCard{padding:1rem}.Sobre-module__TAaT3a__cardImageWrapper{width:130px;height:130px}.Sobre-module__TAaT3a__memberName{font-size:1.2rem}.Sobre-module__TAaT3a__memberText{font-size:.85rem}.Sobre-module__TAaT3a__text{font-size:.95rem}.Sobre-module__TAaT3a__hashtag{font-size:1.5rem}}
.home-module__Hx0lNG__container{background-color:var(--bg-primary);width:100%;min-height:100vh;color:var(--text-primary);padding-bottom:4rem}.home-module__Hx0lNG__divider{background:var(--border-subtle);width:100%;height:1px;margin:4rem 0}.home-module__Hx0lNG__heroSection{text-align:center;flex-direction:column;align-items:center;gap:2rem;padding:3rem 1.5rem;display:flex}.home-module__Hx0lNG__heroImageWrapper{justify-content:center;width:100%;max-width:800px;display:flex}.home-module__Hx0lNG__heroImage{object-fit:contain;width:100%;height:auto}.home-module__Hx0lNG__heroTagline{color:var(--text-secondary);font-size:1.25rem;font-style:italic}.home-module__Hx0lNG__gridSection{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.home-module__Hx0lNG__card{background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:16px;padding:2rem;transition:all .3s}.home-module__Hx0lNG__card:hover{border-color:var(--accent-color);box-shadow:0 10px 30px -10px var(--accent-glow);transform:translateY(-5px)}.home-module__Hx0lNG__cardTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.home-module__Hx0lNG__icon{font-size:1.4rem;line-height:1}.home-module__Hx0lNG__cardText{color:var(--text-secondary);line-height:1.6}.home-module__Hx0lNG__solutionsSection{max-width:1200px;margin:4rem auto;padding:0 1.5rem}.home-module__Hx0lNG__solutionsHeader{text-align:center;margin-bottom:3rem}.home-module__Hx0lNG__sectionSubtitle{color:var(--text-secondary);margin-top:.5rem;font-size:1rem}.home-module__Hx0lNG__solutionsGrid{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.home-module__Hx0lNG__solutionCard{background:var(--surface-muted);border:1px solid var(--border-subtle);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;max-width:100%;padding:2rem;transition:all .3s;display:flex}.home-module__Hx0lNG__solutionCard:hover{border-color:var(--accent-color);box-shadow:0 10px 30px -10px var(--accent-glow);transform:translateY(-8px)}.home-module__Hx0lNG__solutionIcon{font-size:2.5rem}.home-module__Hx0lNG__solutionTitle{color:var(--text-primary);font-size:1.25rem;font-weight:600}.home-module__Hx0lNG__solutionDescription{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.home-module__Hx0lNG__solutionsButtonWrapper{justify-content:center;margin-top:2rem;display:flex}.home-module__Hx0lNG__expandButton{background:var(--accent-color);color:var(--text-inverse);cursor:pointer;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.home-module__Hx0lNG__expandButton:hover{color:var(--text-inverse);background:var(--accent-hover);transform:translateY(-2px)}.home-module__Hx0lNG__phraseSection{text-align:center;max-width:900px;margin:6rem auto;padding:0 1.5rem}.home-module__Hx0lNG__sectionTitle{background:linear-gradient(to right, var(--text-primary), var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.home-module__Hx0lNG__phraseContent{background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:20px;justify-content:center;align-items:center;min-height:300px;padding:3rem 2rem;display:flex}.home-module__Hx0lNG__phraseAnimator{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.home-module__Hx0lNG__phraseIcon{font-size:3rem}.home-module__Hx0lNG__phraseText{max-width:600px;font-size:1.25rem;font-style:italic;line-height:1.6}.home-module__Hx0lNG__phraseAuthor{color:var(--accent-color);font-style:normal;font-weight:600}.home-module__Hx0lNG__buttonWrapper,.home-module__Hx0lNG__buttonGroup{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.home-module__Hx0lNG__linkButton{background:var(--accent-color);color:var(--text-primary);text-align:center;border-radius:8px;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .2s}.home-module__Hx0lNG__linkButton:hover{background:var(--accent-hover);color:#fff;box-shadow:0 4px 12px var(--accent-glow);transform:translateY(-2px)}.home-module__Hx0lNG__testimonialsSection{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.home-module__Hx0lNG__headerCentered{text-align:center;margin-bottom:3rem}.home-module__Hx0lNG__sectionSubtitle{color:var(--text-secondary)}.home-module__Hx0lNG__testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.home-module__Hx0lNG__testimonialCard{background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.home-module__Hx0lNG__testimonialHeader{justify-content:space-between;align-items:center;display:flex}.home-module__Hx0lNG__clientName{color:var(--text-primary);font-size:1.1rem}.home-module__Hx0lNG__testimonialText{color:var(--text-secondary);flex-grow:1;font-size:.95rem;font-style:italic;line-height:1.5}.home-module__Hx0lNG__testimonialDate{color:var(--text-secondary);opacity:.6;text-align:right;font-size:.8rem}.home-module__Hx0lNG__projectsPreview{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.home-module__Hx0lNG__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin:3rem 0;display:grid}.home-module__Hx0lNG__projectCard{background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.home-module__Hx0lNG__projectCard:hover{border-color:var(--accent-color);box-shadow:0 20px 40px -10px var(--accent-glow);transform:translateY(-8px)}.home-module__Hx0lNG__projectImageWrapper{background:#0000004d;width:100%;height:200px;position:relative;overflow:hidden}.home-module__Hx0lNG__projectImage{object-fit:cover;transition:transform .3s}.home-module__Hx0lNG__projectCard:hover .home-module__Hx0lNG__projectImage{transform:scale(1.05)}.home-module__Hx0lNG__projectContent{flex-direction:column;flex-grow:1;gap:.75rem;padding:1.5rem;display:flex}.home-module__Hx0lNG__projectHeader{align-items:center;gap:.75rem;display:flex}.home-module__Hx0lNG__projectLogo{object-fit:contain;border-radius:8px;width:40px;height:40px}.home-module__Hx0lNG__projectTitle{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700}.home-module__Hx0lNG__projectSubtitle{color:var(--accent-color);margin:0;font-size:.9rem;font-weight:500}.home-module__Hx0lNG__projectDescription{color:var(--text-secondary);flex-grow:1;font-size:.95rem;line-height:1.5}.home-module__Hx0lNG__projectActions{gap:.5rem;margin-top:auto;display:flex}.home-module__Hx0lNG__projectButton{background:var(--accent-color);color:var(--text-primary);cursor:pointer;text-align:center;border:none;border-radius:8px;flex:1;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.home-module__Hx0lNG__projectButton:hover{background:var(--accent-hover);color:#fff;box-shadow:0 5px 15px var(--accent-glow);transform:translateY(-2px)}@media (max-width:992px){.home-module__Hx0lNG__heroSection{padding:4rem 1rem}.home-module__Hx0lNG__phraseText{font-size:1.1rem}.home-module__Hx0lNG__gridSection,.home-module__Hx0lNG__testimonialsGrid,.home-module__Hx0lNG__projectsGrid{grid-template-columns:1fr}.home-module__Hx0lNG__buttonWrapper{flex-direction:column;align-items:stretch}.home-module__Hx0lNG__linkButton{width:100%}}@media (max-width:480px){.home-module__Hx0lNG__container{padding-bottom:2rem}.home-module__Hx0lNG__heroSection{gap:1.5rem;padding:2rem 1rem}.home-module__Hx0lNG__heroImageWrapper{max-width:100%}.home-module__Hx0lNG__heroTagline{font-size:1rem}.home-module__Hx0lNG__gridSection{grid-template-columns:1fr;gap:1.25rem;padding:0 1rem}.home-module__Hx0lNG__card{border-radius:12px;padding:1.25rem}.home-module__Hx0lNG__cardTitle{margin-bottom:.75rem;font-size:1.2rem}.home-module__Hx0lNG__cardText{font-size:.9rem}.home-module__Hx0lNG__solutionsSection{margin:3rem auto;padding:0 1rem}.home-module__Hx0lNG__solutionsGrid{gap:1.25rem;margin-bottom:1.5rem}.home-module__Hx0lNG__solutionCard{border-radius:12px;padding:1.25rem}.home-module__Hx0lNG__solutionIcon{font-size:2rem}.home-module__Hx0lNG__solutionTitle{font-size:1.1rem}.home-module__Hx0lNG__solutionDescription{font-size:.85rem}.home-module__Hx0lNG__phraseSection{margin:4rem auto;padding:0 1rem}.home-module__Hx0lNG__sectionTitle{margin-bottom:1.5rem;font-size:1.3rem}.home-module__Hx0lNG__phraseContent{border-radius:16px;min-height:200px;padding:2rem 1.5rem}.home-module__Hx0lNG__phraseText{max-width:100%;font-size:1rem}.home-module__Hx0lNG__phraseIcon{font-size:2.5rem}.home-module__Hx0lNG__testimonialsSection{padding:1.5rem 1rem}.home-module__Hx0lNG__testimonialsGrid{gap:1rem}.home-module__Hx0lNG__testimonialCard{border-radius:12px;padding:1rem}.home-module__Hx0lNG__clientName{font-size:1rem}.home-module__Hx0lNG__testimonialText{font-size:.85rem}.home-module__Hx0lNG__projectsPreview{padding:2rem 1rem}.home-module__Hx0lNG__projectsGrid{grid-template-columns:1fr;gap:1.25rem;margin:2rem 0}.home-module__Hx0lNG__projectCard{border-radius:12px}.home-module__Hx0lNG__projectImageWrapper{height:150px}.home-module__Hx0lNG__projectContent{gap:.5rem;padding:1rem}.home-module__Hx0lNG__projectLogo{width:32px;height:32px}.home-module__Hx0lNG__projectTitle{font-size:1.1rem}.home-module__Hx0lNG__projectSubtitle{font-size:.8rem}.home-module__Hx0lNG__projectDescription{font-size:.85rem}.home-module__Hx0lNG__projectButton{border-radius:6px;padding:.6rem 1rem;font-size:.9rem}.home-module__Hx0lNG__buttonWrapper{gap:.75rem}.home-module__Hx0lNG__linkButton{border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem}.home-module__Hx0lNG__expandButton{padding:.6rem 1.5rem;font-size:.95rem}.home-module__Hx0lNG__divider{margin:2rem 0}}@media (max-width:320px){.home-module__Hx0lNG__container{padding-bottom:1.5rem}.home-module__Hx0lNG__heroSection{gap:1rem;padding:1.5rem .75rem}.home-module__Hx0lNG__heroTagline{font-size:.9rem}.home-module__Hx0lNG__gridSection{grid-template-columns:1fr;gap:1rem;padding:0 .75rem}.home-module__Hx0lNG__card{border-radius:10px;gap:.75rem;padding:1rem}.home-module__Hx0lNG__cardTitle{margin-bottom:.5rem;font-size:1rem}.home-module__Hx0lNG__icon{font-size:1.2rem;line-height:1}.home-module__Hx0lNG__cardText{font-size:.8rem;line-height:1.5}.home-module__Hx0lNG__solutionsSection{margin:2rem auto;padding:0 .75rem}.home-module__Hx0lNG__solutionsHeader{margin-bottom:2rem}.home-module__Hx0lNG__solutionsGrid{flex-direction:column;gap:1rem;margin-bottom:1rem}.home-module__Hx0lNG__solutionCard{border-radius:10px;gap:.75rem;padding:1rem}.home-module__Hx0lNG__solutionIcon{font-size:1.75rem}.home-module__Hx0lNG__solutionTitle{font-size:1rem}.home-module__Hx0lNG__solutionDescription{font-size:.8rem;line-height:1.4}.home-module__Hx0lNG__phraseSection{margin:2.5rem auto;padding:0 .75rem}.home-module__Hx0lNG__sectionTitle{margin-bottom:1rem;font-size:1.1rem}.home-module__Hx0lNG__phraseContent{border-radius:12px;min-height:150px;padding:1.5rem 1rem}.home-module__Hx0lNG__phraseAnimator{gap:1rem}.home-module__Hx0lNG__phraseIcon{font-size:2rem}.home-module__Hx0lNG__phraseText{max-width:100%;font-size:.85rem;line-height:1.5}.home-module__Hx0lNG__phraseAuthor{font-size:.75rem}.home-module__Hx0lNG__testimonialsSection{margin:0 auto;padding:1.5rem .75rem}.home-module__Hx0lNG__headerCentered{margin-bottom:2rem}.home-module__Hx0lNG__testimonialsGrid{gap:.75rem}.home-module__Hx0lNG__testimonialCard{border-radius:10px;gap:.5rem;padding:.9rem}.home-module__Hx0lNG__testimonialHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.home-module__Hx0lNG__clientName{font-size:.9rem}.home-module__Hx0lNG__testimonialText{font-size:.75rem;line-height:1.4}.home-module__Hx0lNG__testimonialDate{text-align:left;font-size:.65rem}.home-module__Hx0lNG__projectsPreview{padding:1.5rem .75rem}.home-module__Hx0lNG__projectsGrid{grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}.home-module__Hx0lNG__projectCard{border-radius:10px}.home-module__Hx0lNG__projectImageWrapper{height:120px}.home-module__Hx0lNG__projectContent{gap:.4rem;padding:.9rem}.home-module__Hx0lNG__projectHeader{gap:.5rem}.home-module__Hx0lNG__projectLogo{width:28px;min-width:28px;height:28px;min-height:28px}.home-module__Hx0lNG__projectTitle{font-size:.95rem}.home-module__Hx0lNG__projectSubtitle{font-size:.7rem}.home-module__Hx0lNG__projectDescription{font-size:.75rem;line-height:1.4}.home-module__Hx0lNG__projectActions{gap:.4rem;margin-top:.5rem}.home-module__Hx0lNG__projectButton{border-radius:5px;padding:.5rem .8rem;font-size:.8rem}.home-module__Hx0lNG__buttonWrapper,.home-module__Hx0lNG__buttonGroup{flex-direction:column;gap:.5rem;margin-top:1rem}.home-module__Hx0lNG__linkButton{border-radius:6px;width:100%;padding:.65rem 1.25rem;font-size:.85rem}.home-module__Hx0lNG__expandButton{padding:.6rem 1.25rem;font-size:.85rem}.home-module__Hx0lNG__divider{margin:1.5rem 0}.home-module__Hx0lNG__sectionSubtitle{font-size:.85rem}}
.Privacidade-module__jM4tMW__container{background-color:var(--bg-primary);width:100%;min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.Privacidade-module__jM4tMW__main{flex:1;width:100%;max-width:900px;margin:0 auto;padding:4rem 1.5rem}.Privacidade-module__jM4tMW__header{text-align:center;margin-bottom:4rem}.Privacidade-module__jM4tMW__title{background:linear-gradient(to right, var(--text-primary), var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Privacidade-module__jM4tMW__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.Privacidade-module__jM4tMW__content{flex-direction:column;gap:2rem;display:flex}.Privacidade-module__jM4tMW__section{background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:20px;padding:2rem;transition:all .3s}.Privacidade-module__jM4tMW__section:hover{border-color:var(--accent-color);background:var(--surface-soft);box-shadow:0 10px 30px -10px var(--accent-glow)}.Privacidade-module__jM4tMW__sectionTitle{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.Privacidade-module__jM4tMW__icon{color:var(--accent-color);font-size:1.25rem}.Privacidade-module__jM4tMW__text{color:var(--text-secondary);font-size:1rem;line-height:1.7}@media (max-width:768px){.Privacidade-module__jM4tMW__title{font-size:2rem}.Privacidade-module__jM4tMW__main{padding:2rem 1rem}.Privacidade-module__jM4tMW__section{padding:1.5rem}}
