@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Dancing+Script:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;width:100%;overflow-x:hidden;font-size:clamp(14px,.875rem + .25vw,16px)}body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;min-width:320px;overflow-x:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%}#root{width:100%;overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto}button{font-family:inherit}video,iframe,input,select,textarea,button{max-width:100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ff7a00;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#571381}::selection{background:#ff7a00;color:#fff}.header{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;transition:all .3s ease;border:none!important;box-shadow:none!important}.header.dark-bg{background:#000;border-bottom:none!important;box-shadow:none!important}.header.scrolled{background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.3rem 0;box-shadow:0 4px 20px #0003}.header-container{max-width:none;margin:0;padding:8px 2rem 0;display:flex;justify-content:space-between;align-items:center;height:68px;transition:height .3s ease}.header.dark-bg .header-container,.header.scrolled .header-container{height:68px}.logo{text-decoration:none;display:flex;align-items:center;transition:transform .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));position:relative;width:auto;flex-shrink:0}.logo-img{height:180px;width:auto;transition:all .3s ease;position:relative;top:auto;transform:none;left:auto}.header.dark-bg .logo-img,.header.scrolled .logo-img{height:180px}.nav{display:flex;align-items:center;margin-left:auto}.nav-list{display:flex;list-style:none;gap:clamp(1rem,2vw,3rem);margin:0;padding:0;align-items:center;justify-content:center}.nav-link{color:#fff!important;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;letter-spacing:.5px;text-transform:uppercase;text-shadow:0 2px 4px rgba(0,0,0,.5);display:inline-flex;align-items:center;justify-content:center;height:fit-content;line-height:1.2}.nav-link:hover,.nav-link.active{color:#ff7a00!important}.menu-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;z-index:1002}.nav-overlay{display:none}@media(max-width:1200px){.header-container{padding:8px 1.2rem 0}.nav-link{font-size:.88rem}}@media(max-width:992px){.header-container{height:74px;padding:.6rem 1rem}.logo-img{height:90px}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.nav-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.nav{position:fixed;top:74px;left:1rem;right:1rem;background:#000000f5;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:1rem;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;margin-left:0;z-index:1001;max-height:calc(100vh - 90px);overflow-y:auto;-webkit-overflow-scrolling:touch}.nav.nav-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav-list{width:100%;flex-direction:column;gap:.35rem}.nav-link{display:block;width:100%;padding:.75rem 1rem;border-radius:10px;font-size:.95rem;text-shadow:none}.nav-link:hover,.nav-link.active{background:#ff7a001f}}@media(max-width:768px){.header-container{padding:.5rem .9rem;height:100px}.nav{top:100px;left:.75rem;right:.75rem}.logo-img{height:140px}}@media(max-width:480px){.header-container{padding:.4rem .6rem;height:90px}.nav{top:90px;left:.5rem;right:.5rem;border-radius:12px}.logo-img{height:130px}.nav-link{font-size:.88rem;padding:.65rem .8rem}}.nav-link-special{position:relative;background-color:#ff7a00!important;color:#fff!important;border-radius:25px;padding:8px 16px!important;font-weight:700!important;font-size:.9rem!important;text-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 4px 15px #ff7a004d;transition:all .3s ease!important;overflow:hidden;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;height:fit-content;margin:0;letter-spacing:.3px;line-height:1}.nav-link-special:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease;pointer-events:none}.nav-link-special:hover:before{left:100%}.nav-link-special:hover{background-color:#e66e00!important;transform:translateY(-2px);box-shadow:0 6px 20px #ff7a0066;color:#fff!important}.nav-link-special:active{transform:translateY(0);transition:transform .1s ease}@media(max-width:768px){.nav-link-special{padding:8px 14px!important;font-size:.8rem!important;border-radius:20px;margin:0}}@media(max-width:480px){.nav-link-special{padding:7px 12px!important;font-size:.75rem!important;border-radius:18px;margin:0}}.footer{background:linear-gradient(to bottom,#fff 40%,#d3d3d3);color:#272727;padding:4rem 0 0;border-top:1px solid #f0f0f0;position:relative;z-index:100;overflow-x:hidden}.footer-container{width:min(100%,1400px);margin:0 auto;padding:0 2rem 0rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:clamp(2rem,5vw,8rem)}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logos-wrapper{display:flex;align-items:center;gap:4rem;width:fit-content}.footer-logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.footer-logo-img{height:100px!important;width:auto!important;flex-shrink:0}.footer-vivo-img{height:120px;width:auto;object-fit:contain;flex-shrink:0}.brand-description{color:#666;font-size:.95rem;line-height:1.6;max-width:320px}.footer-social-section{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.social-title{font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#666}.social-icons{display:flex;gap:1.5rem}.social-icon-btn{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:transparent;color:#999;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid #e0e0e0}.social-icon-btn:hover{transform:translateY(-3px);color:#ff7a00;border-color:#ff7a00;background:transparent}.social-icon-btn.instagram:hover,.social-icon-btn.linkedin:hover{background:transparent}.footer-nav h5,.footer-contact-info h5{font-size:1.1rem;font-weight:700;margin-bottom:2rem;color:#000;position:relative}.footer-nav h5:after,.footer-contact-info h5:after{content:"";position:absolute;bottom:-8px;left:0;width:25px;height:2px;background:#ff7a00}.footer-links{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.footer-links a{color:#555;text-decoration:none;font-size:1.05rem;font-weight:500;transition:all .2s ease}.footer-links a:hover{color:#ff7a00;padding-left:8px}.contact-info-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.icon-box{width:38px;height:38px;background:#fff8f2;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#ff7a00;flex-shrink:0}.text-content{display:flex;flex-direction:column;gap:.2rem}.text-content small{font-size:.75rem;text-transform:uppercase;font-weight:700;color:#aaa;letter-spacing:.5px}.text-content a,.text-content span{color:#444;text-decoration:none;font-size:1.05rem;font-weight:500;line-height:1.4}.text-content a:hover{color:#ff7a00}.footer-bottom{border-top:none;padding:.8rem 0;background:transparent}.footer-bottom-content{width:100%;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center}.footer-bottom p{color:#999;font-size:.8rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#999;text-decoration:none;font-size:.85rem}.footer-bottom-links a:hover{color:#ff7a00}@media(max-width:1024px){.footer-container{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:768px){.footer{padding-top:3rem}.footer-container{grid-template-columns:1fr;text-align:left;gap:2.2rem;padding:0 1rem}.footer-logos-wrapper{justify-content:flex-start}.footer-logo-img{height:84px!important}.footer-vivo-img{height:96px}.brand-description{margin:0;max-width:100%}.footer-social-section,.contact-item{align-items:flex-start}.footer-nav h5:after,.footer-contact-info h5:after{left:0;transform:none}.footer-bottom-content{flex-direction:column;gap:1rem;padding:0 1rem}}@media(max-width:480px){.social-icons{gap:1rem}.social-icon-btn{width:42px;height:42px}.text-content a,.text-content span{font-size:.95rem}}.home{padding-top:0;font-family:Montserrat,sans-serif}.hero{min-height:100vh;height:100vh;display:flex;align-items:center;justify-content:flex-start;position:relative;overflow:hidden;background:transparent;padding:0}@media(max-width:1024px){.hero{min-height:80vh;height:80vh}}@media(max-width:768px){.hero{min-height:60vh;height:60vh}}@media(max-width:480px){.hero{min-height:50vh;height:50vh}}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1;opacity:1!important;filter:none!important;background:transparent!important}@media(max-width:1024px){.hero-video{object-position:center}}@media(max-width:768px){.hero-video{object-position:center}}@media(max-width:480px){.hero-video{object-position:center}}.scroll-indicator{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:3;display:none}.scroll-arrow-refined{display:flex;flex-direction:column;align-items:center}.scroll-arrow-refined span{display:block;width:20px;height:20px;border-bottom:2px solid #ff7a00;border-right:2px solid #ff7a00;transform:rotate(45deg);margin:-10px;animation:arrowScroll 2s infinite}.scroll-arrow-refined span:nth-child(2){animation-delay:-.2s}.scroll-arrow-refined span:nth-child(3){animation-delay:-.4s}@keyframes arrowScroll{0%{opacity:0;transform:rotate(45deg) translate(-20px,-20px)}50%{opacity:1}to{opacity:0;transform:rotate(45deg) translate(20px,20px)}}.store-connection-section{padding:6rem 2rem;background:#fff;overflow-x:hidden}.connection-header{text-align:left;margin-bottom:4rem}.connection-header h2{font-size:clamp(1.8rem,4vw,3rem);color:#000;font-weight:800;line-height:1.2;margin:0;max-width:500px}.stores-photo-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:2rem;margin-bottom:4rem;align-items:start}.photo-left{display:flex;flex-direction:column;gap:2rem;align-items:flex-start;justify-content:flex-start}.photo-large{width:100%;height:auto;border-radius:30px;object-fit:cover;box-shadow:0 10px 40px #00000026}.photo-right{display:grid;grid-template-rows:auto auto;gap:2rem}.photo-top-section{display:grid;gap:1.5rem}.photo-info{display:flex;flex-direction:column;gap:1rem}.photo-info-left h3{font-size:2.5rem;color:#000;font-weight:800;margin:0 0 1.5rem;line-height:1.2}.photo-info-left p{font-size:1.1rem;color:#333;margin:0;line-height:1.6}.photo-info h3{font-size:2.2rem;color:#000;font-weight:800;margin:0;line-height:1.2}.photo-info p{font-size:1.1rem;color:#333;margin:1.5rem 0 0;line-height:1.6}.photo-grid-top{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.photo-small{width:100%;height:180px;border-radius:20px;object-fit:cover;box-shadow:0 10px 40px #0000001a}.photo-bottom-section{display:flex;align-items:center}.photo-medium{width:100%;height:200px;border-radius:20px;object-fit:cover;box-shadow:0 10px 40px #0000001a}.stats-section{display:flex;justify-content:space-around;gap:2rem;padding:2rem 0 .5rem;margin-top:2rem;margin-bottom:0}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-number{font-size:3.5rem;font-weight:800;color:#000;line-height:1;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:1px}@media(max-width:1024px){.stores-photo-grid{grid-template-columns:1fr}.photo-grid-top{grid-template-columns:1fr 1fr}.stats-section{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.connection-header h2{font-size:2rem}.photo-small,.photo-medium{height:150px}.stats-section{grid-template-columns:repeat(3,1fr);gap:1rem}.stat-number{font-size:2rem}.stat-label{font-size:.9rem}}@media(max-width:576px){.connection-header h2{font-size:1.5rem}.photo-info h3{font-size:1.2rem}.photo-grid-top{grid-template-columns:1fr}.stats-section{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:992px){.hero-content-wrapper{flex-direction:column;gap:2rem;margin-left:0;padding:0 1.5rem}.hero-content{max-width:100%;text-align:center}.hero-buttons{justify-content:center}.hero-image{min-height:400px}.gallery-grid,.highlights-grid{grid-template-columns:repeat(2,1fr)}.cta-section h2{font-size:1.5rem}.about-text-image{grid-template-columns:1fr;gap:2rem}.about-image img{min-height:280px}}.hero-content-wrapper{display:flex;gap:4rem;align-items:center;justify-content:flex-start;max-width:1400px;margin:0 auto;padding:0 2rem;width:100%;position:relative;z-index:3;margin-left:2rem}.hero-content{flex:0 0 auto;text-align:left;max-width:600px;padding:0}.hero-image{flex:1;display:none;align-items:center;justify-content:center;min-height:500px}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;color:#fff;cursor:pointer;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0);opacity:1}50%{transform:translate(-50%) translateY(-10px);opacity:.7}}.hero-badge{display:inline-block;background:#571381;color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:2rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2}.hero h1 .highlight{background:#ff7a00;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:clamp(1rem,2vw,1.25rem);color:#a0a0a0;margin-bottom:2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{border-color:#ff7a00;color:#ff7a00}.btn-outline{background:transparent;color:#ff7a00;border:2px solid #ff7a00}.btn-outline:hover{background:#ff7a00;color:#fff}.stats{background:#fff;padding:4rem 0;margin-top:-80px;position:relative;z-index:10}.stat-card{text-align:center;padding:1.5rem}.stat-icon{color:#ff7a00;margin-bottom:1rem}.stat-number{font-size:2.5rem;font-weight:800;color:#1a1a2e;margin-bottom:.5rem}.stat-label{color:#666;font-weight:500}.section-header h2{font-size:3rem;font-weight:800;color:#000!important;margin-bottom:2rem}.services{padding:6rem 0;background:#f8f9fa}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:#fff;padding:3rem 2rem;border-radius:20px;text-align:center;transition:all .3s ease;box-shadow:0 10px 40px #0000000d}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #ff7a0026}.service-icon{color:#ff7a00;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;color:#1a1a2e;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6}.cta{padding:6rem 0;background:#fff}.cta-content{text-align:center;color:#272727}.cta h2{font-size:2.5rem;margin-bottom:1rem;color:#272727}.cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto;color:#666}.cta .btn-primary{background:#571381;color:#fff}.cta .btn-primary:hover{box-shadow:0 10px 30px #5713814d}.about-preview{padding:6rem 0;background:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.image-placeholder{background:linear-gradient(135deg,#1a1a2e,#16213e);height:400px;border-radius:20px;display:flex;align-items:center;justify-content:center}.logo-large{font-size:2.5rem;font-weight:700}.logo-large .logo-rede{color:#fff}.logo-large .logo-confianca{color:#ff7a00}.about-content h2{font-size:2rem;color:#1a1a2e;margin-bottom:2rem}.benefits-list{list-style:none;padding:0;margin-bottom:2rem}.benefits-list li{padding:.75rem 0;color:#444;font-size:1.1rem;border-bottom:1px solid #eee}.benefits-list li:last-child{border-bottom:none}@media(max-width:992px){.hero h1{font-size:2.5rem}.stats-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}.image-placeholder{height:300px}}@media(max-width:576px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.stats-grid{grid-template-columns:1fr;padding:2rem}.services-grid{grid-template-columns:1fr}.section-header h2,.cta h2{font-size:2rem}}.image-placeholder{width:100%;height:100%;background:#5713811a;border:2px dashed rgba(87,19,129,.3);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#571381}.image-placeholder svg{opacity:.5}.image-placeholder p{font-size:.9rem;color:#666}.gallery-section{padding:5rem 0;background:#fff}.about-content{max-width:1200px;margin:3rem auto 0}.about-text-image{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.about-text{text-align:justify}.about-image{display:flex;align-items:center;justify-content:center}.about-image img{width:100%;height:auto;min-height:400px;border-radius:12px;box-shadow:0 10px 40px #0000001a;object-fit:cover}.about-content p{font-size:clamp(1.1rem,2.2vw,1.5rem);line-height:1.8;color:#666;margin-bottom:2rem;text-align:justify}.about-content p:last-child{margin-bottom:0}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.gallery-card{background:#fff;border:1px solid rgba(87,19,129,.1);border-radius:12px;overflow:hidden;transition:all .3s ease}.gallery-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #57138126}.gallery-image{width:100%;height:250px;background:#5713810d;border-bottom:1px solid rgba(87,19,129,.1);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#571381}.gallery-image svg{opacity:.3}.gallery-image p{font-size:.85rem;color:#999}.gallery-card h3{color:#571381;padding:1.5rem 1.5rem .5rem;margin:0}.gallery-card p{color:#666;padding:0 1.5rem 1.5rem;margin:0;font-size:.95rem}.store-swiper .swiper-button-next,.store-swiper .swiper-button-prev{display:none}.store-swiper .swiper-pagination-bullet{width:12px;height:12px;background:#ccc;opacity:.5}.store-swiper .swiper-pagination-bullet-active{background:#ff7a00;opacity:1}.highlights-section{font-size:1.3rem;margin:1rem 0 .5rem}.highlight-item p{color:#666;font-size:.95rem}strong{color:#ff7a00;font-weight:800}.products-categories-section{background:#fff;padding:0 0 80px;position:relative;margin-top:-3px}.categories-container{margin-bottom:40px}.categories-title{text-align:center;font-size:2.2rem;font-weight:900;color:#1a1a1a;margin:0 0 40px;line-height:1.2}.categories-wrapper{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;margin:-60px auto 0;padding:50px 40px 60px;background:linear-gradient(180deg,#f5ede3 20%,#ffcd9b);border-radius:40px;box-shadow:0 20px 60px #ff7a004d;width:90%;max-width:1400px;box-sizing:border-box;justify-items:center;position:relative;z-index:10}.categories-title-inside{grid-column:1 / -1;text-align:center;font-size:2.8rem;font-weight:900;color:#1a1a1a;margin:0 0 15px;padding:0 20px;line-height:1.3;border-bottom:none;text-shadow:none}.category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.category-card:hover{transform:translateY(-8px)}.category-card img{width:90px;height:90px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));margin:0 auto;display:block}.category-card h1{font-size:1.4rem;font-weight:800;color:#1a1a1a;margin:0;line-height:1.4;letter-spacing:-.5px}.category-card h3{font-size:1.45rem;font-weight:800;color:#5d3a8a;margin:0;line-height:1.4;letter-spacing:-.5px}.categories-tagline{text-align:center;position:relative;z-index:10;max-width:1200px;margin:-45px auto 50px}.categories-tagline p{font-size:1.1rem;color:#555;margin:0 0 30px;font-weight:500;display:none}.categories-tagline:before{display:none}@media(max-width:480px){.categories-tagline:before{content:"";position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:100%;height:3px;background:#ff7a00;z-index:-1}}.whatsapp-button{background:#25d366;color:#fff;border:none;padding:20px 40px;border-radius:50px;font-size:1.4rem;font-weight:800;cursor:pointer;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;margin:0 auto;transition:all .3s ease;box-shadow:0 10px 30px #25d3664d;text-decoration:none;white-space:nowrap}.whatsapp-button:hover{background:#1fb34a;transform:translateY(-3px);box-shadow:0 15px 40px #25d36680}.whatsapp-button span:first-child{font-size:.95rem}.whatsapp-icon{width:40px;height:40px;object-fit:contain}.whatsapp-icon-circle{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:#fff;border-radius:50%;flex-shrink:0}.company-tagline-section{text-align:left;margin:100px auto -90px;padding:0;width:90%;max-width:1400px;box-sizing:border-box}.company-tagline-section h2{font-size:clamp(1.8rem,4vw,3rem);font-weight:900;color:#1a1a1a;margin:0 0 20px;line-height:1.3}.orange-line{width:160px;height:6px;background:#ff7a00;margin-bottom:30px;padding-left:40px}.company-tagline-section p{font-size:clamp(1.1rem,2.5vw,1.6rem);color:#666;margin:0;line-height:1.8}.company-tagline-section .highlight{color:#ff7a00;font-weight:700}.company-description{text-align:center;margin-top:0;padding:30px;background:transparent;border-radius:0}.company-description p{font-size:1.05rem;color:#666;margin:0;line-height:1.8}@media(max-width:768px){.products-categories-section{padding:50px 0}.categories-wrapper{grid-template-columns:repeat(3,1fr);gap:15px;padding:25px;border-radius:28px;margin-top:-40px}.categories-title-inside{font-size:1.8rem}.category-card img{width:50px;height:50px}.category-card h3{font-size:.8rem}.categories-tagline h2{font-size:1.8rem}.categories-tagline p{font-size:1rem}.company-description p{font-size:.95rem}.company-tagline-section{margin-top:70px;margin-bottom:-60px}.store-connection-section{padding:4rem 1.2rem}}@media(max-width:480px){.products-categories-section{padding:0 0 80px;margin-top:-3px}.categories-wrapper{grid-template-columns:1fr;gap:4px;padding:14px 10px 50px;border-radius:24px;margin-top:-35px;margin-left:auto;margin-right:auto}.categories-title-inside{font-size:1.4rem;margin-bottom:8px}.category-card{gap:4px;padding:6px 4px}.category-card img{width:50px;height:50px}.category-card h3{font-size:.78rem;line-height:1.2}.category-card h1{font-size:.85rem}.categories-tagline{margin-top:-32px;margin-bottom:40px}.categories-tagline h2{font-size:1.5rem;padding:0 10px}.whatsapp-button{display:flex;width:100%;max-width:190px;padding:8px 14px;font-size:.75rem;gap:6px;white-space:normal;text-align:center}.whatsapp-icon-circle{width:40px;height:40px;flex-shrink:0}.whatsapp-icon{width:22px;height:22px}.company-tagline-section{margin-top:80px;margin-bottom:-50px;padding:0 10px}.store-connection-section{padding:3rem 1rem}.hero-content-wrapper{padding:0 1rem}.hero-badge{font-size:.75rem;padding:.4rem 1rem;margin-bottom:1.5rem}}.results-section{padding:0 0 40px;background:#fff}.results-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:0px;align-items:center;width:90%;margin:0 auto}.results-left{display:flex;flex-direction:column;gap:20px}.results-left h2{font-size:3.2rem;font-weight:800;line-height:1.2;color:#000;margin:0;max-width:100%}.results-left .orange-line{width:160px;height:5px;background:#ff6b35;border-radius:2px;margin:0}.results-section h2{font-size:3.2rem;font-weight:800;line-height:1.2;color:#000;margin:0;max-width:100%}.results-section .orange-line{width:160px;height:5px;background:#ff6b35;border-radius:2px;margin:0}.results-content{display:flex;flex-direction:column;gap:60px;background:transparent;box-shadow:none}.stats-grid{display:flex;justify-content:flex-start;gap:50px;align-items:flex-start;margin-top:70px}.stat-block{display:flex;flex-direction:column;gap:15px;min-width:200px;background:transparent}.stat-value{font-size:4rem;font-weight:900;color:#000;line-height:1}.stat-description{font-size:.85rem;font-weight:600;color:#666;letter-spacing:1px;text-transform:uppercase}.results-right{display:flex;align-items:center;justify-content:center;position:relative;height:600px}.image-wrapper{position:relative;width:100%;max-width:600px;height:100%;display:flex;align-items:center;justify-content:center;margin-top:200px}.results-image{width:100%;height:100%;object-fit:cover;display:block}.hex-decoration{position:absolute;border:2px solid #ff6b35;z-index:1;clip-path:polygon(25% 0%,75% 0%,100% 25%,100% 75%,75% 100%,25% 100%,0% 75%,0% 25%)}.hex-1{width:80px;height:80px;top:-20px;right:-20px}.hex-2{width:60px;height:60px;bottom:20px;right:-30px}.hex-3{width:50px;height:50px;top:40px;left:-40px;border-color:#ff6b3580}.hex-4{width:70px;height:70px;bottom:-10px;left:20px;border-color:#ff6b354d}@media(max-width:1024px){.results-section{padding:60px 30px}.results-wrapper{grid-template-columns:1fr;gap:40px}.results-left h2,.stat-value{font-size:2.5rem}.image-wrapper{max-width:400px}.image-circle{width:480px;height:480px}.results-right{height:400px}}@media(max-width:768px){.results-section{padding:50px 20px}.results-wrapper{gap:30px}.results-left h2{font-size:2rem}.stats-grid{gap:60px;flex-wrap:wrap}.stat-value{font-size:2rem}.stat-description{font-size:.75rem}.image-wrapper{max-width:300px}.image-circle{width:400px;height:400px}.results-right{height:350px}.hex-1{width:60px;height:60px;top:-10px;right:-10px}.hex-2{width:50px;height:50px;bottom:10px;right:-20px}.hex-3{width:40px;height:40px;top:20px;left:-20px}.hex-4{width:55px;height:55px;bottom:-5px;left:10px}}@media(max-width:480px){.results-section{padding:40px 20px}.results-wrapper{grid-template-columns:1fr}.results-left h2{font-size:1.6rem;max-width:100%}.results-left .orange-line{width:60px}.stats-grid{gap:40px;flex-direction:column}.stat-value{font-size:1.8rem}.stat-description{font-size:.7rem}.image-wrapper{max-width:100%}.image-circle{width:250px;height:250px}.results-right{height:300px}.hex-1{width:50px;height:50px;top:-10px;right:-10px}.hex-2{width:40px;height:40px;bottom:10px;right:-20px}.hex-3{width:35px;height:35px;top:20px;left:-20px}.hex-4{width:45px;height:45px;bottom:-5px;left:10px}}.mvv-section{padding:10px 0 80px;background:#fff}.mvv-container{display:grid;grid-template-columns:1fr;gap:50px;width:90%;margin:0 auto}.mvv-card{display:flex;gap:30px;align-items:flex-start}.mvv-icon{flex-shrink:0;width:100px;height:100px;display:flex;align-items:center;justify-content:center}.mvv-icon img{width:100%;height:100%;object-fit:contain}.mvv-content{flex:1}.mvv-content h3{font-size:2rem;font-weight:900;color:#1a1a1a;margin:0 0 15px;position:relative;padding-bottom:15px}.mvv-content h3:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:4px;background:#ff7a00}.mvv-content p{font-size:1.15rem;color:#666;margin:0;line-height:1.7;text-align:justify}@media(max-width:1024px){.mvv-container{grid-template-columns:1fr;gap:30px}}@media(max-width:768px){.mvv-section{padding:60px 20px}.mvv-container{width:100%;gap:35px}.mvv-card{gap:20px}.mvv-icon{width:75px;height:75px}.mvv-content h3{font-size:1.5rem}.mvv-content p{font-size:1rem}}@media(max-width:480px){.mvv-section{padding:40px 15px}.mvv-card{gap:15px}.mvv-icon{width:65px;height:65px}.mvv-content h3{font-size:1.2rem}.mvv-content p{font-size:.9rem}}.nossa-historia{padding-top:0;overflow-x:hidden}.page-hero{display:none}.nossa-historia .hero{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-color:#000}.hero-img{display:none}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:2}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:4;display:flex;justify-content:center;align-items:center;flex-direction:column}.scroll-arrow-refined{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:8px}.scroll-arrow-refined span{display:block;width:2px;height:12px;background:#fff;border-radius:2px;animation:scroll-down 1.5s infinite}.scroll-arrow-refined span:nth-child(2){animation-delay:.2s}.scroll-arrow-refined span:nth-child(3){animation-delay:.4s}@keyframes scroll-down{0%{opacity:0;transform:translateY(-10px)}50%{opacity:1}to{opacity:0;transform:translateY(10px)}}.page-hero .hero-content{position:relative;z-index:3;text-align:center;padding:2rem}.page-hero h1{font-size:4rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.page-hero p{font-size:1.5rem;color:#fff;max-width:800px;margin:0 auto;text-shadow:0 2px 10px rgba(0,0,0,.3)}.nossa-historia .container{max-width:1200px;margin:0 auto;width:100%;padding:0}.story-section{min-height:100vh;padding:8rem 2rem 2rem;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.story-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:3.5rem;column-gap:6rem;align-items:flex-start;width:100%;max-width:1200px;margin:0 auto}.story-content{position:relative;display:contents}.story-content h2{font-size:clamp(2rem,5vw,3.5rem);color:#1a1a2e;margin-bottom:0;font-weight:900;line-height:1.1;grid-column:1 / -1;text-align:center}.story-text-wrapper{position:relative;padding-left:1.5rem;grid-column:1;margin-top:0}.story-text-wrapper:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(to bottom,#ff7a00,#ff7a00 60%,transparent);border-radius:3px}.story-content p{color:#333;line-height:1.8;margin-bottom:1.5rem;font-size:clamp(.95rem,1.8vw,1.1rem);text-align:justify}.story-image{display:flex;justify-content:center;align-items:flex-start;grid-column:2;grid-row:2}.story-section{min-height:100vh;padding:8rem 2rem 2rem;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;position:relative}.story-section:before{content:"";position:absolute;inset:0;background:#ffffffe6;z-index:1}.story-section>.container{position:relative;z-index:2}.story-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:3.5rem;column-gap:6rem;align-items:center;width:100%;max-width:1200px;margin:0 auto}.story-logo{max-width:600px;height:auto;object-fit:contain;animation:float 3s ease-in-out infinite}.image-box{display:none}.story-logo{max-width:400px;height:auto;object-fit:contain;animation:float 3s ease-in-out infinite}.years{font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1}.years-label{font-size:1.2rem;margin-top:.5rem}.timeline-section{padding:6rem 0;background:#fff}.section-header p{color:#666;font-size:1.1rem}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:4px;height:100%;background:#ff7a00;border-radius:2px}.timeline-item{padding:2rem 0;position:relative;width:50%}.timeline-item.left{padding-right:3rem;text-align:right}.timeline-item.right{left:50%;padding-left:3rem;text-align:left}.timeline-content{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 40px #0000001a;position:relative}.timeline-content:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:20px;height:20px;background:#ff7a00;border-radius:50%;border:4px solid white;box-shadow:0 0 0 4px #ff7a00}.timeline-item.left .timeline-content:before{right:-43px}.timeline-item.right .timeline-content:before{left:-43px}.timeline-year{display:inline-block;background:#571381;color:#fff;padding:.3rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;margin-bottom:1rem}.timeline-content h3{color:#1a1a2e;font-size:1.3rem;margin-bottom:.5rem}.timeline-content p{color:#666;line-height:1.6;margin:0}.trajectory-zigzag{display:flex;flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto}.trajectory-card{display:flex;align-items:center;gap:3rem}.trajectory-card.left .trajectory-card-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;width:100%}.trajectory-card.left .trajectory-content{order:2}.trajectory-card.left .trajectory-image-wrapper{order:1}.trajectory-card.right .trajectory-card-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;width:100%}.trajectory-card.right .trajectory-content{order:1}.trajectory-card.right .trajectory-image-wrapper{order:2}.trajectory-image-wrapper{position:relative;height:300px;border-radius:12px;overflow:hidden}.trajectory-image{width:100%;height:100%;object-fit:cover}.trajectory-overlay{position:absolute;inset:0;background:#5713811a}.trajectory-year-badge{position:absolute;top:1rem;right:1rem;background:#571381;color:#fff;padding:.5rem 1.2rem;border-radius:50px;font-weight:700;font-size:1.2rem}.trajectory-content{padding:0}.trajectory-title{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:#1a1a2e;margin-bottom:1.5rem}.trajectory-desc{color:#555;line-height:1.8;font-size:1rem}.trajectory-desc ul{margin:1rem 0;padding-left:1.5rem}.trajectory-desc li{margin-bottom:.5rem}.trajectory-connector{display:none}.values-section{padding:6rem 0;background:#fff}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.value-card:nth-child(n+5){grid-column:span 1}.value-card:nth-child(5){grid-column:2}.value-card:nth-child(6){grid-column:3}.value-card:nth-child(7){grid-column:2}.value-card{text-align:center;padding:2.5rem 1.5rem;border-radius:16px;background:#f8f9fa;transition:all .3s ease}.value-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #ff7a0026;background:#fff}.value-icon{color:#ff7a00;margin-bottom:1.5rem}.value-card h3{font-size:1.3rem;color:#1a1a2e;margin-bottom:1rem}.value-card p{color:#666;line-height:1.6}@media(max-width:992px){.story-grid,.culture-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:repeat(2,1fr)}.trajectory-card.left .trajectory-card-inner,.trajectory-card.right .trajectory-card-inner{grid-template-columns:1fr;gap:2rem}.trajectory-card.left .trajectory-content,.trajectory-card.left .trajectory-image-wrapper,.trajectory-card.right .trajectory-content,.trajectory-card.right .trajectory-image-wrapper{order:unset}.trajectory-image-wrapper{height:240px}}@media(max-width:768px){.page-hero h1{font-size:2.5rem}.timeline:before{left:0}.timeline-item{width:100%;padding-left:2rem!important;padding-right:0!important;text-align:left!important}.timeline-item.right{left:0}.timeline-content:before{left:-33px!important;right:auto!important}.image-box{width:250px;height:250px}.years{font-size:4rem}}@media(max-width:576px){.values-grid{grid-template-columns:1fr}.value-card:nth-child(n+5){grid-column:auto}.value-card:nth-child(5),.value-card:nth-child(6),.value-card:nth-child(7){grid-column:auto}.page-hero h1{font-size:2rem}}.story-logo{max-width:100%;height:auto;object-fit:contain;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.story-image{display:flex;justify-content:center;align-items:center}.story-content span.highlight{color:#ff7a00;font-weight:600}.culture-section{padding:0 2rem;background:#fff;display:flex;align-items:center;justify-content:center}.culture-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%;max-width:1200px;margin:0 auto}.culture-image{display:flex;justify-content:center;align-items:center}.culture-photo{width:100%;max-width:700px;height:auto;border-radius:20px;object-fit:cover}.culture-content{display:flex;flex-direction:column;gap:1.5rem;position:relative;padding-left:2rem}.culture-content:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(to bottom,#ff7a00,#ff7a00 60%,transparent);border-radius:3px}.culture-content p{font-size:clamp(1rem,2vw,1.3rem);line-height:1.8;color:#333;text-align:justify;margin:0}.culture-content strong{color:#ff7a00;font-weight:700}.culture-highlight{margin-top:3rem;margin-left:0;padding:0;background:transparent;border-left:none;border-radius:0;text-align:center;width:100%}.culture-highlight p{margin:0;font-size:clamp(1.3rem,3vw,2rem);font-weight:800;font-style:italic;line-height:1.4;text-align:center;color:#333;display:flex;flex-direction:column;gap:0}.culture-highlight .highlight-orange,.culture-highlight .highlight-dark{color:#ff7a00}.page-hero{background-attachment:fixed}.page-hero .hero-overlay{background:#ffffffd9}.trajectory-section{padding:4rem 2rem;background:#fff}.trajectory-header{text-align:center;margin-bottom:6rem;display:flex;flex-direction:column;align-items:center}.trajectory-header h2{font-size:clamp(2rem,5vw,3.8rem);font-weight:900;color:#1a1a2e;margin-bottom:1.5rem}.header-underline{width:150px;height:6px;background:#ff7a00;margin-bottom:2rem;border-radius:3px}.trajectory-header p{font-size:clamp(1rem,2.2vw,1.5rem);color:#333;font-weight:300}.trajectory-timeline{position:relative;max-width:1200px;margin:0 auto;padding:4rem 0;overflow:hidden}.trajectory-timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);top:calc(4rem + 25px);bottom:0;width:8px;background:#ff7a00;z-index:1}.timeline-row{display:flex;margin-bottom:-220px;position:relative;width:100%}.timeline-row:last-child{margin-bottom:0;padding-bottom:4rem}.timeline-row:last-child:after{content:"";position:absolute;left:50%;top:15px;transform:translate(-50%);width:20px;height:2000px;background:#fff;z-index:2;pointer-events:none}.timeline-row:first-child{margin-bottom:-260px}.timeline-node{position:absolute;left:50%;top:0;transform:translate(-50%);z-index:10}.timeline-row:first-child .timeline-node{top:0}.node-icon{width:50px;height:50px;background:#ffa149;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000001a;transition:all .3s ease}.timeline-row:not(:first-child) .node-icon{width:30px;height:30px}.node-logo{width:28px;height:28px;object-fit:contain}.node-dot{width:16px;height:16px;background:#ffa149;border-radius:50%}.timeline-connector-path{position:absolute;z-index:2}.timeline-row.left .timeline-connector-path{right:50%;top:-40px;width:330px;height:60px;border-top:4px dashed #ff7a00;border-right:4px dashed #ff7a00;border-left:4px dashed #ff7a00;border-top-right-radius:40px;border-top-left-radius:40px}.timeline-row.right .timeline-connector-path{left:50%;top:-30px;width:330px;height:85px;border-top:4px dashed #ff7a00;border-left:4px dashed #ff7a00;border-right:4px dashed #ff7a00;border-top-left-radius:40px;border-top-right-radius:40px}.timeline-box-container{width:45%;position:relative;display:flex;flex-direction:column}.timeline-row.left .timeline-box-container{margin-right:auto;align-items:center}.timeline-row.right .timeline-box-container{margin-left:auto;align-items:center;padding-top:30px}.timeline-year-badge{background:#ff7a00;color:#fff;font-size:3.2rem;font-weight:900;padding:10px 40px;border-radius:30px;z-index:10;line-height:1;box-shadow:0 10px 20px #ff7a004d;margin-bottom:-48px;align-self:center}.timeline-dashed-box{width:100%;max-width:450px;background:transparent;display:flex;flex-direction:column;position:relative;margin-top:10px}.timeline-image-wrapper-v3{height:280px;width:100%;padding:15px;position:relative;border:3px dashed #ff7a00;border-radius:40px;z-index:2;margin-bottom:-100px;pointer-events:none}.timeline-image-wrapper-v3 img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:20px;pointer-events:auto}.carousel-wrapper img[src*=vinicius],.carousel-wrapper img[src*=lucas]{object-position:center 25%}.carousel-wrapper img[src*=meninos]{object-position:top}.carousel-wrapper img[src*=equipe]{object-position:center}.image-label{position:absolute;bottom:15px;right:15px;background:linear-gradient(to right,#ed791a91 100%,#ed791a35 50%);color:#fff;padding:6px 15px;border-radius:6px;font-weight:500;font-size:.85rem;text-transform:none;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.timeline-card-v3{background:#fffaf2;border-radius:40px;padding:120px 35px 35px;margin:0 15px;position:relative;z-index:1;box-shadow:0 10px 30px #0000000d}.timeline-card-v3 h3{font-size:1.8rem;font-weight:900;color:#1a1a2e;margin-bottom:8px;text-transform:uppercase}.title-light{font-weight:300}.title-underline{width:50px;height:5px;background:#ff7a00;margin-bottom:20px;border-radius:3px}.card-description{font-size:1rem;color:#333;line-height:1.6;text-align:justify}.card-description ul{padding:15px 0 0 20px;margin:0}.card-description li{margin-bottom:2px;position:relative;list-style-type:disc}.description-centered{text-align:center;font-size:2.22rem;font-weight:600;line-height:1.3;color:#1a1a2e;padding:20px 10px}.timeline-card-v3 h3:empty,.timeline-card-v3 h3:empty+.title-underline,.timeline-image-wrapper-v3:has(img[src=""]){display:none}.timeline-card-v3:has(.description-centered){padding:60px 35px 35px;background:transparent;box-shadow:none;border:4px dashed #ff7a00;margin:0}.carousel-wrapper{position:relative;overflow:hidden}.carousel-wrapper img{position:absolute;top:15px;left:15px;width:calc(100% - 30px)!important;height:calc(100% - 30px)!important;opacity:0;transition:opacity .8s ease-in-out;z-index:1;object-fit:cover;object-position:center}.carousel-wrapper img.active{opacity:1;position:relative;z-index:2}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ff7a00b3;color:#fff;border:none;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;pointer-events:auto}.carousel-btn:hover{background:#ff7a00;transform:translateY(-50%) scale(1.1)}.carousel-btn.prev{left:25px}.carousel-btn.next{right:25px}.carousel-dots{position:absolute;bottom:25px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all 1.3s ease;pointer-events:auto}.dot.active{background:#ff7a00;transform:scale(1.3)}@media(max-width:1100px){.trajectory-timeline:before{left:40px;transform:none}.timeline-node{left:40px;transform:none}.timeline-row{flex-direction:column;padding-left:80px;margin-bottom:100px}.timeline-box-container{width:100%}.timeline-connector-path{display:none}.timeline-year-badge{margin-left:0!important;margin-right:auto!important;font-size:2.5rem}.timeline-dashed-box{margin:20px 0 0!important}.timeline-row:last-child:after{left:40px;transform:none;width:24px}}.trajectory-footer-quote{text-align:center;margin-top:-3rem;padding-bottom:2rem;position:relative;z-index:10}.trajectory-footer-quote p{font-size:clamp(1.5rem,5vw,3.5rem);font-weight:800;font-style:italic;color:#1a1a2e;letter-spacing:-1px;animation:fadeInDown 1s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.trajectory-footer-quote{margin-top:-2rem}.trajectory-footer-quote p{font-size:2.2rem;padding:0 1rem}}@media(max-width:1200px){.story-content h2,.trajectory-header h2{font-size:clamp(2rem,4.5vw,3rem)}.culture-content p,.trajectory-header p{font-size:clamp(1rem,2.2vw,1.25rem)}}@media(max-width:992px){.story-section,.culture-section,.trajectory-section,.values-section{padding-left:1rem;padding-right:1rem}.culture-grid{gap:2rem}.culture-highlight p{font-size:1.5rem}.trajectory-row{margin-bottom:50px}}@media(max-width:768px){.story-section,.culture-section,.trajectory-section{padding-top:5rem;padding-bottom:2.2rem}.trajectory-timeline:before,.timeline-node,.timeline-row:last-child:after{left:20px}.timeline-row{padding-left:48px;margin-bottom:60px}.timeline-year-badge{font-size:2rem;padding:8px 20px}.timeline-dashed-box{max-width:100%}.timeline-image-wrapper-v3{height:220px;margin-bottom:-80px;border-radius:24px}.timeline-card-v3{margin:0 8px;padding:100px 20px 24px;border-radius:24px}.trajectory-footer-quote p{font-size:1.7rem}}@media(max-width:576px){.story-content p,.card-description{font-size:.95rem;line-height:1.6}.timeline-row{padding-left:40px}.node-icon{width:40px;height:40px}.timeline-row:not(:first-child) .node-icon{width:24px;height:24px}.timeline-year-badge{font-size:1.6rem;padding:8px 16px;margin-bottom:-38px}.timeline-image-wrapper-v3{height:190px}.timeline-card-v3{padding:86px 16px 18px}}.sobre-nos{padding-top:0;overflow-x:hidden}.sobre-nos-hero-combined{position:relative;min-height:100vh;padding:6rem 2rem;background-position:center 360%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#fff}.sobre-nos-hero-combined:before{content:"";position:absolute;top:0;left:0;width:100%;height:1400px;background-image:url(/capa.png);background-size:cover;background-position:center bottom;background-repeat:no-repeat;z-index:1}.hero-overlay-combined{position:absolute;top:0;left:0;width:100%;height:1400px;background:linear-gradient(to bottom,#ffffffe6 0% 80%,#fffffff2 90%,#fff);z-index:1}.container-combined{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;margin-bottom:4rem}.hero-content .main-title{font-size:clamp(2rem,5vw,3.8rem);font-weight:800;color:#000;margin-bottom:2rem;text-transform:none;line-height:1.1;text-align:center;white-space:nowrap;letter-spacing:-2.5px}.title-underline-main{width:250px;height:6px;background:#ff7a00;margin-bottom:1rem;border-radius:0}.hero-content .subtitle{font-size:clamp(1rem,2vw,1.5rem);color:#1a1a1a;font-weight:300;max-width:none;margin:0;text-align:center;letter-spacing:-.5px}.units-layout-combined{width:100%;display:flex;flex-direction:column;gap:10px}.section-header-units{margin-bottom:0;text-align:left;padding-left:20px}.section-header-units h2{font-size:clamp(1.7rem,4vw,2.5rem);font-weight:800;color:#1a1a2e;line-height:.9;display:flex;flex-direction:column;letter-spacing:-1px}.section-header-units h2 span{font-weight:400;font-style:italic;font-size:clamp(1.2rem,3vw,2rem);color:#1a1a2e;letter-spacing:0;margin-top:10px}.title-underline-section{width:280px;height:6px;background:#ff7a00;margin-top:15px;border-radius:0}.units-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:10px 20px 40px;width:100%;box-sizing:border-box}.units-grid-v5{grid-template-columns:repeat(5,1fr)!important;gap:12px}.units-grid-v5 .unit-name-badge-v3{font-size:.85rem;padding:8px 12px;white-space:normal;width:90%;display:flex;align-items:center;justify-content:center;min-height:40px}@media(max-width:1400px){.units-grid-v5{grid-template-columns:repeat(5,1fr)!important}}@media(max-width:1200px){.units-grid-v5{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:900px){.units-grid-v5{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:600px){.units-grid-v5{grid-template-columns:1fr!important}}.unit-card-v3{width:100%;display:flex;flex-direction:column;position:relative;margin-top:25px}.unit-name-badge-v3{position:absolute;top:0;left:50%;transform:translate(-50%) translateY(-50%);background:#f08c3a;color:#fff;padding:10px 20px;border-radius:12px;font-weight:800;font-size:1.1rem;z-index:10;white-space:nowrap;box-shadow:0 4px 10px #0000001a;text-align:center;line-height:1}.unit-image-wrapper-v3{height:180px;width:100%;padding:8px;position:relative;border:2px dashed #ff7a00;border-radius:30px;z-index:2;margin-bottom:-70px;pointer-events:none}.unit-image-wrapper-v3 img{width:100%;height:100%;object-fit:cover;border-radius:22px;pointer-events:auto}.unit-carousel-container{position:relative;width:100%;height:100%;overflow:hidden;border-radius:22px}.unit-carousel-container img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out;z-index:1;object-fit:cover}.unit-carousel-container img.active{opacity:1;position:relative;z-index:2}.unit-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ff7a00b3;color:#fff;border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;pointer-events:auto}.unit-carousel-btn:hover{background:#ff7a00;transform:translateY(-50%) scale(1.1)}.unit-carousel-btn.prev{left:10px}.unit-carousel-btn.next{right:10px}.unit-carousel-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.unit-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease}.unit-dot.active{background:#ff7a00;transform:scale(1.2)}.unit-card-info-v3{background:#fffaf2;border-radius:30px;padding:85px 15px 20px;position:relative;z-index:1;box-shadow:0 10px 30px #0000000d;display:flex;flex-direction:column;flex-grow:1}.unit-details-v3{display:flex;flex-direction:column;flex-grow:1}.unit-address{font-size:.78rem;color:#333;text-align:center;margin-bottom:15px;line-height:1.4;min-height:50px}.unit-contact{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:15px;padding:12px 0;border-top:1px solid rgba(255,122,0,.1);border-bottom:1px solid rgba(255,122,0,.1)}.contact-row{display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;color:#1a1a2e}.icon-orange{color:#ff7a00}.unit-schedule{width:100%}.schedule-row{display:flex;justify-content:space-between;margin-bottom:3px;font-size:.75rem;padding:1px 0}.day-name{font-weight:700;color:#1a1a2e}.day-time{color:#555;font-weight:400}@media(max-width:1400px){.units-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){.units-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.units-grid{grid-template-columns:1fr;padding:20px}.unit-card-v3{max-width:450px;margin-left:auto;margin-right:auto}}.unit-logo-placeholder{display:flex;align-items:center;justify-content:center;padding:0;height:100%}.gv-placeholder{grid-column:span 2}.grid-logo-grande{width:100%;height:auto;max-height:500px;object-fit:contain;filter:none;transition:all .3s ease;margin-top:0}@media(max-width:1400px){.gv-placeholder{grid-column:3 / span 1}}@media(max-width:1100px){.gv-placeholder{grid-column:1 / -1;padding:40px}}.grid-logo-grande:hover{filter:none;transform:scale(1.05)}.stores-section{padding:8rem 0;background:#fff}.stores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.store-card:last-child{grid-column:2}.store-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000000d;border:1px solid #f0f0f0;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;flex-direction:column}.store-card:hover{transform:translateY(-12px);box-shadow:0 30px 60px #0000001a;border-color:#ff7a00}.store-image{position:relative;height:180px;overflow:hidden}.store-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.store-card:hover .store-image img{transform:scale(1.1)}.store-badge{position:absolute;top:1rem;right:1rem;background:#ff7a00;color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;box-shadow:0 4px 10px #ff7a004d}.store-info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.store-info h3{font-size:1.1rem;color:#1a1a2e;margin-bottom:1rem;font-weight:800}.store-detail{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;color:#555;font-size:.9rem}.store-detail svg{color:#ff7a00}.store-schedule{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:.8rem;color:#555;font-size:.85rem}.store-schedule svg{color:#ff7a00;flex-shrink:0;margin-top:.2rem;width:16px;height:16px}.schedule-list{display:flex;flex-direction:column;gap:.3rem}.schedule-item{display:flex;gap:.4rem;font-size:.8rem;line-height:1.2}.schedule-item .day{font-weight:600;color:#333;min-width:90px}.schedule-item .time{color:#666}.store-content{flex:1}.btn-directions{display:inline-block;width:100%;margin-top:auto;margin-bottom:0;padding:.8rem;background:#f8f8f8;border:1px solid #eee;border-radius:8px;color:#1a1a2e;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;box-sizing:border-box}.btn-directions:hover{background:#ff7a00;color:#fff;border-color:#ff7a00}@media(max-width:900px){.stores-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}}@media(max-width:600px){.section-header h2{font-size:2.2rem}.stores-grid{grid-template-columns:1fr;padding:0 1rem}.store-card:last-child{grid-column:auto}}@media(max-width:1200px){.sobre-nos-hero-combined:before,.hero-overlay-combined{height:1150px}.hero-content .main-title{white-space:normal;font-size:clamp(2.2rem,5vw,3.2rem);letter-spacing:-1px}.hero-content .subtitle{font-size:clamp(1.1rem,2.2vw,1.35rem)}}@media(max-width:992px){.sobre-nos-hero-combined{padding:5rem 1rem 4rem}.sobre-nos-hero-combined:before,.hero-overlay-combined{height:980px}.container-combined{max-width:100%}.section-header-units{padding-left:10px}.section-header-units h2{font-size:2rem}.section-header-units h2 span{font-size:1.4rem}}@media(max-width:768px){.sobre-nos-hero-combined:before,.hero-overlay-combined{height:860px}.units-grid{gap:16px;padding:16px 10px 22px}.unit-image-wrapper-v3{height:165px;margin-bottom:-56px}.unit-card-info-v3{padding:74px 12px 16px}.unit-name-badge-v3{font-size:.88rem;white-space:normal;width:82%}}@media(max-width:576px){.sobre-nos-hero-combined{padding-top:4.5rem}.sobre-nos-hero-combined:before,.hero-overlay-combined{height:780px}.hero-content{margin-bottom:2rem}.title-underline-main,.title-underline-section{width:140px;height:5px}.section-header-units h2{font-size:1.7rem;line-height:1}}.nossos-servicos{min-height:100vh;background-color:#fff;padding-top:0;overflow-x:hidden}.services-hero{background:linear-gradient(90deg,#d62185,#3c0e73);color:#fff;padding:80px 0 40px;position:relative;overflow:hidden;display:flex;align-items:center;height:50vh;min-height:400px;width:100%;margin:0;border:none}.services-hero-container{max-width:1400px;margin:0 auto;width:90%;padding:0;display:flex;justify-content:space-between;align-items:center;gap:40px}.services-hero-left{display:flex;align-items:flex-start;gap:20px;flex:1.2}.white-v-bar{width:4px;background-color:#fff;align-self:stretch;margin-top:5px;margin-bottom:5px}.pink-v-bar{width:4px;background-color:#d62185;align-self:stretch;margin-top:5px;margin-bottom:5px}.hero-text-content{display:flex;flex-direction:column;justify-content:center}.services-hero h1{font-size:clamp(2rem,5vw,2.8rem);font-weight:800;margin:0 0 15px;line-height:1.1;text-align:left;letter-spacing:-1px}.services-hero p{font-size:clamp(1rem,2vw,1.15rem);opacity:.95;line-height:1.4;max-width:500px;text-align:left;font-weight:400;margin:0}.services-hero-right{flex:.8;display:flex;justify-content:flex-end;align-items:center}.hero-logo-img{max-width:480px;width:100%;height:auto;object-fit:contain}.services-grid-container{max-width:1400px;width:90%;margin:-60px auto 80px;padding:0;position:relative;z-index:2}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(350px,100%),1fr));gap:30px}.service-card{background:#fff;border-radius:20px;padding:40px;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.service-header{display:flex;align-items:center;gap:15px;margin-bottom:25px}.service-icon{width:40px;height:40px;color:#639}.service-header h2{font-size:1.5rem;font-weight:700;color:#333;margin:0}.service-description{color:#666;line-height:1.6;margin-bottom:25px;flex-grow:1}.service-benefits{list-style:none;padding:0;margin:0 0 30px}.service-benefits li{display:flex;align-items:center;gap:10px;color:#444;margin-bottom:12px;font-size:.95rem}.check-icon{width:18px;height:18px;color:#28a745}.service-cta{display:block;text-align:center;background:#639;color:#fff;padding:15px;border-radius:12px;text-decoration:none;font-weight:600;transition:background .2s ease}.service-cta:hover{background:#52297a}.services-cta-section{padding:80px 20px;text-align:center;background:#fff}.cta-content h2{font-size:clamp(1.8rem,4vw,2.5rem);color:#333;margin-bottom:15px}.cta-content p{color:#666;font-size:1.1rem;margin-bottom:30px}.whatsapp-large-button{display:inline-block;background:#25d366;color:#fff;padding:18px 40px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:transform .2s ease,background .2s ease}.whatsapp-large-button:hover{transform:scale(1.05)}.highlights-section{padding:80px 0 60px;background:#fff;overflow-x:hidden;margin-top:-1px}.highlights-container{max-width:1400px;margin:0 auto;width:90%;padding:0;display:flex;justify-content:space-between;align-items:center;gap:60px}.highlights-left{flex:1.2;min-width:0;display:flex;gap:20px;align-items:stretch}.highlights-text{display:flex;flex-direction:column;gap:20px;justify-content:center}.highlights-text p{font-size:clamp(1.1rem,2.2vw,1.5rem);color:#333;line-height:1.4;margin:0;font-weight:400;max-width:800px}.highlights-right{flex:.8;min-width:0}.promo-banner{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;overflow:visible}.buy-now-btn{background:#571381;color:#fff;padding:12px 60px;border-radius:50px;font-weight:700;font-size:1.6rem;letter-spacing:.5px;text-decoration:none;box-shadow:0 4px 20px #0000004d;transition:transform .2s;z-index:20;position:relative;margin-bottom:-30px;align-self:center;display:inline-flex;justify-content:center;align-items:center;left:40%;transform:translate(-50%)}.promo-swiper-wrapper{width:100%;position:relative;background:linear-gradient(90deg,#2a0845,#d62185)}.promo-swiper-wrapper:after{content:"";position:absolute;top:0;left:100%;width:100vw;height:100%;background-color:#d62185;z-index:1}.promo-swiper{width:100%;position:relative;overflow:hidden;z-index:2}.promo-swiper .swiper-pagination{bottom:5px!important;z-index:25}.promo-swiper .swiper-pagination-bullet{background:#fff!important;opacity:.5}.promo-swiper .swiper-pagination-bullet-active{background:#fff!important;opacity:1}.promo-container{width:100%;background:transparent;display:flex;align-items:center;justify-content:flex-end;padding:50px 0;position:relative;border-radius:0;min-height:180px}.promo-container:after{display:none}.promo-device{display:none}.device-img{height:160px;width:auto;filter:drop-shadow(10px 10px 20px rgba(0,0,0,.4))}.promo-details-box{width:80%;background-color:#571381;display:flex;justify-content:flex-end;align-items:center;padding:35px 40px;z-index:2;border-radius:0;box-shadow:0 10px 30px #0000004d;margin-right:0}.promo-details-box h3{color:#fff;font-size:1.5rem;font-weight:800;text-align:center;line-height:1.2;margin:0;letter-spacing:-.5px}.promo-smart-img{height:170px;width:auto;z-index:5;margin-right:-30px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.4));transition:transform .3s ease}.promo-smart-img:hover{transform:scale(1.05)}.solutions-section{padding:60px 0 40px;background-color:#fff}.solutions-container{max-width:1400px;width:90%;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start}.solutions-title{font-size:clamp(2rem,5vw,3.8rem);font-weight:800;color:#222;margin:0;line-height:1.1;letter-spacing:-1.5px}.pink-h-bar{width:240px;height:8px;background-color:#d62185;margin:30px 0}.solutions-description{font-size:clamp(1.1rem,2.5vw,1.7rem);color:#444;line-height:1.4;margin:0;font-weight:300;max-width:90%}.solutions-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:60px;margin-bottom:60px;width:100%}.solution-card{background-color:#571381;padding:30px 20px 25px;display:flex;flex-direction:column;justify-content:flex-start;color:#fff;min-height:480px;position:relative;overflow:visible}.solution-card-image{height:140px;width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:5px}.solution-card-image img{max-width:115%;max-height:100%;object-fit:contain}.top-aligned-image{margin-top:-43px;margin-bottom:20px}.cara-image-wrapper{height:180px;margin:-83px 0 20px;display:flex;justify-content:center;align-items:center;overflow:visible}.cara-image-wrapper img{max-width:140%!important;height:auto;transform:scale(1.1);object-fit:contain}.recarga-image-wrapper{height:240px;margin:-145px 0 20px;display:flex;justify-content:center;align-items:center;overflow:visible}.recarga-image-wrapper img{max-width:130%;margin-bottom:-66px;height:auto;transform:scale(1);object-fit:contain}.eletronic-image-wrapper{height:240px;margin:-145px 0 20px;display:flex;justify-content:center;align-items:center;overflow:visible}.eletronic-image-wrapper img{max-width:130%!important;margin-bottom:-50px;height:auto;transform:scale(1);object-fit:contain}.solution-card-content h3{font-size:1.3rem;font-weight:800;line-height:1.1;margin-bottom:15px;letter-spacing:-.5px;text-align:center}.solution-card-content p{font-size:.95rem;line-height:1.4;opacity:.9;margin-bottom:12px;text-align:center;justify-content:left}.parcelamento-info{display:flex;align-items:flex-start;gap:15px;margin-top:20px}.parcelamento-col-left{display:flex;flex-direction:column;align-items:center;flex:.6}.badge-small-text{font-size:.55rem!important;opacity:.8!important;line-height:1.1!important;margin-top:5px!important;text-transform:none;font-weight:400;text-align:center!important}.parcelamento-col-right{flex:1;padding-top:10px}.badge-21x{font-size:3.5rem;font-weight:900;color:#fff;line-height:1;letter-spacing:-2px;-webkit-text-stroke:3px #d62185;paint-order:stroke fill}.parcelamento-info p{font-size:.85rem;margin:0;opacity:1;line-height:1.2;text-align:left}.solution-card-footer{text-align:center;margin-top:auto;padding:0;height:0}.saiba-mais-btn{display:inline-block;background:linear-gradient(145deg,#eff1f5,#cdd4d8);color:#571381;padding:10px 0;width:100%;max-width:180px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #0000004d;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);z-index:10}.saiba-mais-btn:hover{background:linear-gradient(145deg,#fff,#e6e9ef);transform:translate(-50%,50%) scale(1.05);box-shadow:0 6px 20px #0006}.digital-channel-section{padding:40px 0 100px;background-color:#fff}.digital-channel-container{max-width:1400px;width:90%;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start}.digital-channel-title{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:800;color:#222;margin:0;line-height:1.1;letter-spacing:-1px}.pink-h-bar-short{width:280px;height:8px;background-color:#d62185;margin-top:25px;margin-bottom:5px}.digital-channel-content{display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%}.digital-channel-left{flex:1}.digital-channel-left .main-description{font-size:clamp(1.1rem,2.5vw,1.6rem);line-height:1.4;color:#444;font-weight:300;margin-bottom:40px;max-width:650px}.highlight-points{margin-bottom:50px}.highlight-points p{font-size:clamp(1.1rem,2.5vw,1.6rem);line-height:1.3;color:#444;margin:10px 0;font-weight:300}.pink-text{color:#ff00ab;font-weight:700}.expert-btn{display:inline-block;background-color:#571381;color:#fff;padding:16px 40px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.3rem;transition:all .3s ease;box-shadow:0 4px 15px #0003}.expert-btn:hover{background-color:#430e63;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.digital-channel-right{flex:1;display:flex;justify-content:flex-end;position:relative}.hexagon-wrapper{position:relative;display:flex;justify-content:flex-end;align-items:center;max-width:100%}.digital-img{max-width:990px;width:100%;height:auto;object-fit:contain;z-index:2}@media(max-width:1200px){.promo-details-box h3{font-size:1.4rem}.buy-now-btn{font-size:1.2rem;padding:8px 30px}.buy-now-btn:hover{transform:translate(-50%) scale(1.05)}.device-img{height:180px}.highlights-container{flex-direction:column;gap:40px}.highlights-text p{font-size:1.3rem}.solutions-title{font-size:2.8rem}.pink-h-bar{width:100px;height:6px;margin:20px 0}.solutions-description{font-size:1.3rem}.solutions-cards-grid{grid-template-columns:repeat(2,1fr);gap:30px}.solution-card{min-height:480px}}@media(max-width:992px){.promo-banner{margin-right:0;padding-right:0}.buy-now-btn{left:50%;transform:translate(-50%)}.buy-now-btn:hover{transform:translate(-50%) scale(1.05)}.promo-container{width:100%;padding:30px 20px 20px;justify-content:center}.promo-details-box{width:100%;margin-left:0}.promo-device{position:relative;left:0;bottom:0;margin-bottom:20px}}@media(max-width:768px){.services-hero h1{font-size:2.2rem}.services-grid,.solutions-cards-grid{grid-template-columns:1fr}.promo-container{flex-direction:column;padding-top:40px}}@media(max-width:480px){.services-hero h1{font-size:1.8rem}.buy-now-btn{font-size:1.1rem;padding:8px 30px}}@media(max-width:1200px){.services-hero-container,.highlights-container,.solutions-container,.digital-channel-container{width:calc(100% - 2rem)}.services-hero h1,.solutions-title,.digital-channel-title{font-size:clamp(2rem,4.5vw,3rem)}.solutions-description,.digital-channel-left .main-description,.highlight-points p{font-size:clamp(1.1rem,2.4vw,1.4rem)}}@media(max-width:992px){.services-hero{height:auto;min-height:0;padding:90px 0 28px}.services-hero-container{flex-direction:column;align-items:flex-start;gap:22px}.services-hero-right{width:100%;justify-content:flex-start}.hero-logo-img{max-width:280px}.promo-details-box{width:100%;padding:22px 20px}.promo-smart-img{height:140px;margin-right:-10px}.digital-channel-content{flex-direction:column;align-items:flex-start;gap:30px}.digital-channel-right{width:100%;justify-content:center}}@media(max-width:768px){.services-grid-container,.highlights-container,.solutions-container,.digital-channel-container{width:calc(100% - 1.5rem)}.services-grid{grid-template-columns:1fr;gap:18px}.service-card{padding:22px 16px}.buy-now-btn{left:50%;font-size:1.1rem;padding:10px 24px}.buy-now-btn:hover{transform:translate(-50%) scale(1.05)}.promo-container{padding:30px 0 24px}.promo-details-box h3{font-size:1.1rem}.pink-h-bar,.pink-h-bar-short{width:140px;height:6px}.expert-btn{width:100%;text-align:center;font-size:1rem;padding:12px 20px}}@media(max-width:576px){.solutions-cards-grid{margin-top:38px;gap:26px}.solution-card{min-height:auto;padding:24px 14px 22px}.solution-card-image,.cara-image-wrapper,.recarga-image-wrapper,.eletronic-image-wrapper{height:130px;margin-top:0;margin-bottom:14px}.badge-21x{font-size:2.4rem;-webkit-text-stroke:2px #d62185}.parcelamento-info{flex-direction:column;gap:8px}.saiba-mais-btn{position:static;transform:none;margin-top:10px}.saiba-mais-btn:hover{transform:scale(1.03)}.services-hero-container{width:calc(100% - 1rem)}.highlights-container{flex-direction:column;gap:20px}.promo-details-box{padding:18px 14px}.promo-details-box h3{font-size:1rem}.buy-now-btn{font-size:1rem;padding:8px 22px;left:50%}.services-cta-section{padding:50px 1rem}.whatsapp-large-button{padding:14px 28px;font-size:1rem}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.trabalhe-conosco{padding-top:0;overflow-x:hidden}.page-hero{min-height:50vh;display:flex;align-items:center;justify-content:center;position:relative;background:#fff;overflow:hidden}.page-hero .hero-overlay{position:absolute;inset:0;background:transparent}.page-hero .hero-content{position:relative;z-index:1;text-align:center;padding:2rem}.page-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;margin-bottom:1rem}.page-hero p{font-size:1.25rem;color:#a0a0a0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#1a1a2e;margin-bottom:1rem}.section-header p{color:#666;font-size:1.1rem;max-width:600px;margin:0 auto}.why-work-section{padding:6rem 0;background:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.benefit-card{text-align:center;padding:2.5rem 1.5rem;background:#f8f9fa;border-radius:16px;transition:all .3s ease;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.benefit-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #ff7a0026;background:#fff}.benefit-icon{color:#ff7a00;margin-bottom:1.5rem}.benefit-card h3{color:#1a1a2e;margin-bottom:.5rem;font-size:1.2rem}.benefit-card p{color:#666;margin:0}.positions-section{padding:6rem 0;background:#f8f9fa}.positions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.position-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 40px #0000000d;transition:all .3s ease;border-left:4px solid #660099;width:100%;height:100%;display:flex;flex-direction:column}.position-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px #66009926}.position-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.position-icon{color:#609}.position-type{background:linear-gradient(135deg,#609,#8b00ff);color:#fff;padding:.3rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.position-card h3{color:#1a1a2e;margin-bottom:.5rem;font-size:1.3rem}.position-description{color:#666;margin-bottom:1.5rem;line-height:1.6}.position-meta{display:flex;gap:1.5rem}.position-meta span{display:flex;align-items:center;gap:.5rem;color:#888;font-size:.9rem}.position-meta svg{color:#ff7a00}.application-section{padding:6rem 0;background:#272727}.application-wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.application-info h2{color:#fff;font-size:clamp(1.5rem,3.5vw,2rem);margin-bottom:1rem}.application-info>p{color:#a0a0a0;line-height:1.8;margin-bottom:2rem}.process-list{list-style:none;padding:0;margin:0}.process-list li{display:flex;align-items:center;gap:1rem;color:#fff;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.process-list li svg{color:#ff7a00}.application-form-wrapper{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 20px 60px #0000004d}.application-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#1a1a2e;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ff7a00;box-shadow:0 0 0 4px #ff7a001a}.form-group textarea{resize:vertical;min-height:100px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:#571381;color:#fff}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #57138166}.success-message{display:flex;align-items:center;gap:.8rem;background:#d4edda;color:#155724;padding:1rem 1.5rem;border-radius:10px;margin-bottom:1.5rem;font-weight:500}@media(max-width:992px){.benefits-grid{grid-template-columns:repeat(2,1fr)}.positions-grid,.application-wrapper{grid-template-columns:1fr}}@media(max-width:576px){.page-hero h1{font-size:2rem}.benefits-grid,.form-row{grid-template-columns:1fr}.section-header h2{font-size:2rem}.application-form-wrapper{padding:1.5rem}}@media(max-width:992px){.why-work-section,.positions-section,.application-section{padding:4rem 0}.section-header h2{font-size:clamp(1.8rem,4.8vw,2.4rem)}.position-meta{flex-direction:column;gap:.7rem}}@media(max-width:768px){.container{padding:0 1rem}.benefit-card,.position-card,.application-form-wrapper{padding:1.25rem}.application-info h2{font-size:1.7rem}}@media(max-width:576px){.page-hero{min-height:40vh}.page-hero .hero-content{padding:1rem}.page-hero p,.section-header p,.application-info>p{font-size:.95rem;line-height:1.6}}.vagas-container{width:100%;min-height:100vh;overflow-x:hidden}@font-face{font-family:GentlemensScript;src:url(/fonts/GentlemensScript.woff2) format("woff2"),url(/fonts/GentlemensScript.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}.vagas-hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;background-color:#3c0e73}.alcides-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:1}.vagas-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000001a;z-index:1}.vagas-hero-content{position:relative;z-index:2;color:#fff;max-width:800px;padding:0 5%}.vagas-hero-content h1{font-size:clamp(2.5rem,7vw,5rem);font-weight:800;line-height:1;margin-bottom:2.5rem;letter-spacing:-1px}.vagas-hero-content p{font-size:clamp(1rem,2.2vw,1.5rem);line-height:1.4;font-weight:400;max-width:550px}.vagas-hero-content p strong{font-weight:700}.vagas-cultura{padding:40px 5% 60px;background-color:#fff}.vagas-cultura-container{max-width:100%;margin:0 auto}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#222;margin-bottom:15px}.title-underline{width:240px;height:5px;background-color:#ff7a00;margin-bottom:40px}.cultura-intro-text{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:#444;margin-bottom:60px;max-width:100%}.highlight-orange{color:#ff7a00;font-weight:500}.cultura-content-row{display:flex;gap:60px;align-items:flex-start}.cultura-image-side{flex:0 0 500px}.lucas-img-cultura{width:100%;height:auto;display:block;margin-top:-230px}.cultura-info-side{flex:1}.cultura-cards-container{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;margin-bottom:40px}.cultura-card{background-color:#ff7a00;color:#fff;padding:20px 15px;font-size:.9rem;font-weight:700;text-align:center;display:flex;align-items:center;justify-content:center;min-height:100px;line-height:1.3;width:100%;height:100%}.cultura-valorizacao{border-left:5px solid #ff7a00;padding-left:30px;margin-bottom:5px}.cultura-valorizacao p{font-size:1.2rem;line-height:1.5;color:#444;margin-bottom:10px}.hashtag-cultura{font-family:GentlemensScript,Dancing Script,cursive,Montserrat,sans-serif;font-size:3.5rem;color:#ff7a00;font-weight:400;margin-top:0}@media(max-width:1200px){.cultura-cards-container{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.cultura-content-row{flex-direction:column;align-items:center}.cultura-image-side{max-width:350px;margin-bottom:40px}}@media(max-width:768px){.vagas-cultura{padding:60px 5%}.section-title{font-size:2.5rem}.cultura-cards-container{grid-template-columns:repeat(2,1fr)}.hashtag-cultura{font-size:2.5rem}}@media(max-width:480px){.cultura-cards-container{grid-template-columns:1fr}}.vagas-form-section{max-width:900px;margin:0 auto;padding:50px 20px 80px}.vagas-intro{text-align:center;margin-bottom:50px}.vagas-intro h2{font-size:2rem;color:#333;margin-bottom:1rem}.vagas-intro p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.vagas-form{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #0000001a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-group{margin-bottom:20px}.form-group label{display:flex;align-items:center;gap:8px;font-weight:600;color:#333;margin-bottom:8px;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ff7a00;box-shadow:0 0 0 3px #ff7a001a}.form-group textarea{resize:vertical;min-height:120px}.file-input-wrapper{position:relative}.file-input-wrapper input[type=file]{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.file-input-label{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;background:#f5f5f5;border:2px dashed #d0d0d0;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#666}.file-input-label:hover{background:#ebebeb;border-color:#ff7a00;color:#ff7a00}.file-input-wrapper input[type=file]:focus+.file-input-label{border-color:#ff7a00;box-shadow:0 0 0 3px #ff7a001a}.btn-submit{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 32px;background:linear-gradient(135deg,#ff7a00,#f93);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:20px}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #ff7a004d}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.submit-message{padding:15px;border-radius:8px;margin-top:20px;text-align:center;font-weight:500}.submit-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.submit-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media(max-width:768px){.vagas-hero{height:70vh;justify-content:center;text-align:center}.vagas-hero-content{padding:0 40px;text-align:center;max-width:100%}.vagas-hero-content h1{font-size:2.8rem;margin-bottom:1.5rem}.vagas-hero-content p{font-size:1.1rem;margin:0 auto;max-width:100%}.vagas-form{padding:30px 20px}.form-row{grid-template-columns:1fr;gap:0}.vagas-intro h2{font-size:1.6rem}.vagas-intro p{font-size:1rem}}@media(max-width:480px){.vagas-hero{height:30vh}.vagas-form-section{padding:40px 15px}.btn-submit{font-size:1rem;padding:14px 24px}}@media(max-width:1200px){.vagas-hero-content h1{font-size:clamp(2.8rem,6vw,4.2rem)}.vagas-hero-content p{font-size:clamp(1rem,2.2vw,1.3rem)}.section-title{font-size:clamp(2rem,4.2vw,3rem)}}@media(max-width:992px){.vagas-cultura{padding:34px 1.2rem 44px}.vagas-form-section{width:calc(100% - 2rem);max-width:900px;padding-left:0;padding-right:0}.lucas-img-cultura{margin-top:-60px}.cultura-content-row{flex-direction:column;gap:30px}.cultura-image-side{flex:none;width:100%;max-width:400px;margin:0 auto}.cultura-cards-container{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.vagas-hero{min-height:68vh;height:auto}.vagas-hero-content{padding:0 1rem}.vagas-hero-content h1{font-size:clamp(2rem,9vw,2.8rem);margin-bottom:1rem}.cultura-intro-text,.cultura-valorizacao p{font-size:1rem;line-height:1.6}.hashtag-cultura{font-size:clamp(2rem,8vw,2.6rem);text-align:center}}@media(max-width:480px){.vagas-hero{min-height:56vh}.title-underline{width:120px}.vagas-form{padding:22px 14px;border-radius:10px}}.app{display:flex;flex-direction:column;min-height:100vh;font-family:Montserrat,sans-serif}.main-content{flex:1}.floating-trabalhe-conosco{position:fixed;bottom:2rem;right:2rem;background-color:#ff7a00;color:#fff;padding:.7rem 1.4rem;border-radius:50px;font-weight:700;font-size:.9rem;text-decoration:none;box-shadow:0 4px 15px #ff7a0066;z-index:9999;transition:transform .3s ease,background-color .3s ease;cursor:pointer}.floating-trabalhe-conosco:hover{transform:scale(1.05);background-color:#e66e00}@media(max-width:768px){.floating-trabalhe-conosco{bottom:1.5rem;right:1.5rem;padding:.8rem 1.5rem;font-size:.9rem}}@media(max-width:480px){.floating-trabalhe-conosco{right:1rem;left:auto;bottom:1.5rem;text-align:center;padding:.6rem 1.2rem;font-size:.8rem}}
