.Header-module__KHjLKa__header{z-index:100;background-color:var(--bg-header);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);width:100%;padding:1.2rem 0;transition:background-color .3s,border-color .3s;position:fixed;top:0;left:0}.Header-module__KHjLKa__nav{justify-content:space-between;align-items:center;max-width:1320px;margin:0 auto;padding:0 5%;display:flex}.Header-module__KHjLKa__logo{align-items:center;gap:12px;text-decoration:none;display:flex}.Header-module__KHjLKa__logoImg{width:auto;height:28px;filter:var(--logo-filter);transition:filter .3s}.Header-module__KHjLKa__logoBadge{color:#fff;letter-spacing:.5px;background-color:#ffffff1a;border-radius:4px;padding:3px 6px;font-size:.6rem}.Header-module__KHjLKa__rightNav{align-items:center;gap:2rem;display:flex}.Header-module__KHjLKa__menu{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__KHjLKa__link{color:var(--text-secondary);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.Header-module__KHjLKa__link:hover{color:var(--text-primary)}.Header-module__KHjLKa__themeToggle,.Header-module__KHjLKa__mobileBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.2rem;transition:color .3s;display:flex}.Header-module__KHjLKa__mobileBtn{display:none}@media (max-width:991px){.Header-module__KHjLKa__menu{background-color:var(--bg-deep);border-bottom:1px solid var(--color-border);flex-direction:column;width:100%;padding:2rem;display:none;position:absolute;top:100%;left:0}.Header-module__KHjLKa__menuOpen{display:flex}.Header-module__KHjLKa__mobileBtn{display:block}}
.Hero-module__ejOdHG__hero{background-color:var(--bg-deep);color:var(--text-primary);background-image:linear-gradient(#ff6b0005 1px,#0000 1px),linear-gradient(90deg,#ff6b0005 1px,#0000 1px);background-position:top;background-size:50px 50px;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 72px);padding:9rem 0 5rem;transition:background-color .3s,color .3s;display:flex;position:relative;overflow:hidden}.Hero-module__ejOdHG__visualContainer{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__ejOdHG__visualContainer:before{content:"";opacity:.28;mix-blend-mode:screen;z-index:0;background-image:url(/assets/images/hero-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity .3s,filter .3s;position:absolute;top:0;left:0}[data-theme=light] .Hero-module__ejOdHG__visualContainer:before{opacity:.09;filter:invert()brightness(1.15)contrast(.9);mix-blend-mode:multiply}.Hero-module__ejOdHG__ambientGlowOrange{filter:blur(100px);pointer-events:none;background:radial-gradient(circle,#ff6b0026 0%,#0000 70%);width:50%;height:60%;animation:8s ease-in-out infinite alternate Hero-module__ejOdHG__glowPulse;position:absolute;top:-10%;left:5%}.Hero-module__ejOdHG__ambientGlowPurple{filter:blur(120px);pointer-events:none;background:radial-gradient(circle,#8b5cf60f 0%,#0000 70%);width:60%;height:60%;animation:12s ease-in-out infinite alternate-reverse Hero-module__ejOdHG__glowPulse;position:absolute;bottom:0%;right:5%}@keyframes Hero-module__ejOdHG__glowPulse{0%{opacity:.7;transform:scale(.9)translate(0)}to{opacity:1;transform:scale(1.1)translate(20px,-20px)}}.Hero-module__ejOdHG__mascotWatermark{opacity:.025;mix-blend-mode:plus-lighter;filter:grayscale()brightness(.6)contrast(1.2);pointer-events:none;z-index:1;background-image:url(/assets/images/mascote/mascote-transparente.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:650px;height:650px;animation:25s ease-in-out infinite alternate Hero-module__ejOdHG__slowFloat;position:absolute;top:10%;right:5%}.Hero-module__ejOdHG__overlayGradient{background:radial-gradient(circle at 50% 50%, transparent 20%, var(--bg-deep) 95%);pointer-events:none;z-index:2;width:100%;height:100%;transition:background-color .3s;position:absolute;top:0;left:0}@keyframes Hero-module__ejOdHG__slowFloat{0%{transform:translateY(0)rotate(0)scale(1)}50%{transform:translateY(-15px)rotate(1deg)scale(1.02)}to{transform:translateY(15px)rotate(-1deg)scale(.98)}}.Hero-module__ejOdHG__container{z-index:10;width:100%;max-width:1320px;margin:0 auto;padding:0 5%;position:relative}.Hero-module__ejOdHG__grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:2.5rem;width:100%;display:grid}.Hero-module__ejOdHG__left{flex-direction:column;align-items:flex-start;width:100%;display:flex}.Hero-module__ejOdHG__right{perspective:1200px;justify-content:center;align-items:center;width:100%;display:flex}.Hero-module__ejOdHG__rightScene{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:480px;height:520px;display:flex;position:relative}.Hero-module__ejOdHG__badge{color:#ff6b00;letter-spacing:1.5px;text-transform:uppercase;background:#ff6b001a;border:1px solid #ff6b0026;border-radius:100px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:8px 16px;font-size:.75rem;font-weight:700;display:inline-flex}.Hero-module__ejOdHG__badgeDot{background-color:#10b981;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #10b981}.Hero-module__ejOdHG__title{letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:4.2rem;font-weight:800;line-height:1.08}.Hero-module__ejOdHG__textGradient{background:linear-gradient(135deg,#ff6b00,#ff8c00);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.Hero-module__ejOdHG__subtitle{color:var(--text-secondary);max-width:90%;margin-bottom:2rem;font-size:1.1rem;line-height:1.6;transition:color .3s}.Hero-module__ejOdHG__proofList{flex-direction:column;gap:12px;margin:0 0 2rem;padding:0;list-style:none;display:flex}.Hero-module__ejOdHG__proofList li{color:var(--text-primary);align-items:center;gap:10px;font-size:.95rem;font-weight:500;transition:color .3s;display:flex}.Hero-module__ejOdHG__actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__ejOdHG__button{border-radius:100px;align-items:center;gap:8px;padding:14px 28px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.Hero-module__ejOdHG__button:hover{transform:translateY(-2px)}.Hero-module__ejOdHG__primaryBtn{color:#fff;background:linear-gradient(135deg,#ff6b00,#f97316);box-shadow:0 10px 25px -5px #ff6b0066}.Hero-module__ejOdHG__secondaryBtn{background:var(--bg-field);color:var(--text-primary);border:1px solid var(--color-border);transition:background-color .3s,color .3s,border-color .3s}.Hero-module__ejOdHG__partners{flex-direction:column;gap:8px;display:flex}.Hero-module__ejOdHG__partnerText{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.75rem;transition:color .3s}.Hero-module__ejOdHG__partnerLogos{color:var(--text-secondary);gap:1.2rem;font-size:.8rem;font-weight:600;transition:color .3s;display:flex}.Hero-module__ejOdHG__mascotWrapper{z-index:10;width:100%;max-width:320px;transform-style:preserve-3d;flex-direction:column;align-items:center;transition:transform .15s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative}.Hero-module__ejOdHG__mascotImg{object-fit:contain;filter:drop-shadow(0 20px 30px #00000040);pointer-events:none;width:100%;height:auto;transform:translateZ(10px)}.Hero-module__ejOdHG__mascotSpeech{background:var(--bg-card);border:1px solid var(--color-border);color:var(--text-primary);white-space:nowrap;-webkit-backdrop-filter:blur(10px);opacity:0;pointer-events:none;border-radius:16px;padding:10px 16px;font-size:.8rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:-35px;transform:translateY(10px)scale(.9)translateZ(30px);box-shadow:0 10px 20px #00000026}.Hero-module__ejOdHG__mascotSpeech:after{content:"";background:var(--bg-card);border-bottom:1px solid var(--color-border);border-right:1px solid var(--color-border);width:10px;height:10px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.Hero-module__ejOdHG__mascotWrapper:hover .Hero-module__ejOdHG__mascotSpeech{opacity:1;transform:translateY(0)scale(1)translateZ(30px)}.Hero-module__ejOdHG__portalContainer{width:260px;height:60px;transform-style:preserve-3d;pointer-events:none;z-index:5;justify-content:center;align-items:center;display:flex;position:absolute;bottom:20px;transform:rotateX(75deg)}.Hero-module__ejOdHG__portalRing{border:3px solid #ff6b0073;border-radius:50%;width:100%;height:100%;animation:12s linear infinite Hero-module__ejOdHG__rotatePortal;position:absolute;box-shadow:0 0 25px #ff6b0099,inset 0 0 25px #ff6b0066}.Hero-module__ejOdHG__portalGlow{background:radial-gradient(circle,#ff6b0066 0%,#0000 75%);border-radius:50%;width:80%;height:80%;animation:3s ease-in-out infinite alternate Hero-module__ejOdHG__pulsePortal;position:absolute}.Hero-module__ejOdHG__portalShadow{filter:blur(5px);z-index:4;background:#00000059;border-radius:50%;width:130px;height:16px;position:absolute;bottom:45px}.Hero-module__ejOdHG__portalParticles{width:100%;height:100%;transform-style:preserve-3d;position:absolute}.Hero-module__ejOdHG__particle{opacity:0;background:#ff8c00;border-radius:50%;width:5px;height:5px;position:absolute;box-shadow:0 0 8px #ff6b00}.Hero-module__ejOdHG__p1{animation:4s .2s infinite Hero-module__ejOdHG__floatParticle;top:30%;left:20%}.Hero-module__ejOdHG__p2{animation:3.5s 1.2s infinite Hero-module__ejOdHG__floatParticle;top:50%;left:45%}.Hero-module__ejOdHG__p3{animation:4.5s .7s infinite Hero-module__ejOdHG__floatParticle;top:20%;left:75%}.Hero-module__ejOdHG__p4{animation:3.8s 1.8s infinite Hero-module__ejOdHG__floatParticle;top:60%;left:30%}.Hero-module__ejOdHG__p5{animation:4.2s .4s infinite Hero-module__ejOdHG__floatParticle;top:40%;left:60%}@keyframes Hero-module__ejOdHG__rotatePortal{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Hero-module__ejOdHG__pulsePortal{0%{opacity:.3;transform:scale(.9)}to{opacity:.8;transform:scale(1.1)}}@keyframes Hero-module__ejOdHG__floatParticle{0%{opacity:0;transform:translateY(0)translateZ(0)scale(.5)}50%{opacity:1}to{opacity:0;transform:translateY(-160px)translateZ(50px)scale(1.3)}}@media (max-width:991px){.Hero-module__ejOdHG__hero{padding:7rem 0 3rem}.Hero-module__ejOdHG__grid{grid-template-columns:1fr;gap:2.5rem}.Hero-module__ejOdHG__left{text-align:center;z-index:5;align-items:center}.Hero-module__ejOdHG__subtitle{max-width:100%}.Hero-module__ejOdHG__proofList{align-items:center}.Hero-module__ejOdHG__actions,.Hero-module__ejOdHG__button{justify-content:center;width:100%}.Hero-module__ejOdHG__partners{align-items:center}.Hero-module__ejOdHG__partnerLogos{justify-content:center}.Hero-module__ejOdHG__mobileMascotBg{display:none}@media (max-width:991px){.Hero-module__ejOdHG__hero{padding:7rem 0 3rem}.Hero-module__ejOdHG__grid{grid-template-columns:1fr;gap:2.5rem}.Hero-module__ejOdHG__right{display:none}.Hero-module__ejOdHG__mobileMascotBg{z-index:3;pointer-events:none;flex-direction:column;align-items:center;width:170px;display:flex;position:absolute;bottom:24%;right:5%}.Hero-module__ejOdHG__mobileMascotImg{opacity:.15;filter:brightness(.7)contrast(1.1)drop-shadow(0 10px 20px #0006);width:100%;height:auto;animation:4s ease-in-out infinite alternate Hero-module__ejOdHG__subtleFloatMobile}.Hero-module__ejOdHG__mobileMascotBubble{background:var(--bg-card);border:1.5px solid var(--color-secondary);color:var(--color-secondary);letter-spacing:.5px;white-space:nowrap;border-radius:12px;padding:6px 12px;font-size:.65rem;font-weight:800;animation:2s infinite alternate Hero-module__ejOdHG__subtlePulseMobile;position:absolute;top:-20px;left:-70px;transform:rotate(-6deg);box-shadow:0 0 15px #ff6b0040}@keyframes Hero-module__ejOdHG__subtleFloatMobile{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-8px)rotate(-1.5deg)}}@keyframes Hero-module__ejOdHG__subtlePulseMobile{0%{transform:scale(.98)rotate(-6deg);box-shadow:0 0 10px #ff6b0026}to{transform:scale(1.02)rotate(-6deg);box-shadow:0 0 20px #ff6b0059}}.Hero-module__ejOdHG__left{text-align:center;z-index:5;align-items:center;position:relative}.Hero-module__ejOdHG__left:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#ff6b000d 0%,#0000 70%);width:140%;height:140%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ejOdHG__portalContainer{width:200px;height:46px;bottom:10px}.Hero-module__ejOdHG__portalShadow{width:100px;bottom:28px}.Hero-module__ejOdHG__mascotSpeech{opacity:1;top:-25px;transform:translateY(0)scale(1)translateZ(0)}}@media (max-width:576px){.Hero-module__ejOdHG__hero{background-image:linear-gradient(#ff6b0009 1px,#0000 1px),linear-gradient(90deg,#ff6b0009 1px,#0000 1px);background-size:40px 40px;padding:6rem 0 2rem}.Hero-module__ejOdHG__ambientGlowOrange{width:70%;height:40%;top:-5%;left:-10%}.Hero-module__ejOdHG__ambientGlowPurple{width:80%;height:50%;bottom:10%;right:-20%}.Hero-module__ejOdHG__title{letter-spacing:-1px;font-size:2.5rem}.Hero-module__ejOdHG__rightScene{height:320px}.Hero-module__ejOdHG__mascotWrapper{max-width:170px}.Hero-module__ejOdHG__portalContainer{width:160px;height:38px;bottom:5px}.Hero-module__ejOdHG__portalShadow{width:80px;bottom:20px}.Hero-module__ejOdHG__mascotSpeech{padding:8px 12px;font-size:.72rem;top:-20px}.Hero-module__ejOdHG__mobileMascotBg{width:130px;bottom:25%;right:2%}.Hero-module__ejOdHG__mobileMascotBubble{padding:4px 8px;font-size:.58rem;left:-50px}}}
.ServicesBento-module__gW0xCa__section{background-color:var(--bg-deep);color:var(--text-primary);padding:6rem 0;transition:background-color .3s,color .3s}.ServicesBento-module__gW0xCa__container{width:100%;max-width:1320px;margin:0 auto;padding:0 5%}.ServicesBento-module__gW0xCa__header{text-align:center;margin-bottom:4rem}.ServicesBento-module__gW0xCa__title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.ServicesBento-module__gW0xCa__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6;transition:color .3s}.ServicesBento-module__gW0xCa__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:350px;gap:1.5rem;display:grid}.ServicesBento-module__gW0xCa__item{background:var(--bg-card);border:1px solid var(--color-border);border-radius:24px;flex-direction:column;padding:2.5rem;transition:transform .3s,border-color .3s,background-color .3s;display:flex;position:relative;overflow:hidden}.ServicesBento-module__gW0xCa__item:hover{border-color:#ff6b004d;transform:translateY(-5px)}.ServicesBento-module__gW0xCa__itemLarge{flex-direction:row;grid-area:span 2/span 2;justify-content:space-between}.ServicesBento-module__gW0xCa__itemMedium{flex-direction:row;grid-column:span 2;justify-content:space-between;align-items:center}.ServicesBento-module__gW0xCa__itemContent{z-index:10;flex-direction:column;gap:1rem;max-width:500px;display:flex;position:relative}.ServicesBento-module__gW0xCa__tag{color:#ff6b00;text-transform:uppercase;letter-spacing:1px;background:#ff6b0026;border-radius:100px;align-self:flex-start;padding:6px 12px;font-size:.75rem;font-weight:700}.ServicesBento-module__gW0xCa__itemTitle{font-size:1.75rem;font-weight:700}.ServicesBento-module__gW0xCa__itemText{color:var(--text-secondary);font-size:1rem;line-height:1.6;transition:color .3s}.ServicesBento-module__gW0xCa__list{color:var(--text-secondary);flex-direction:column;gap:10px;margin-top:1rem;padding:0;font-size:.95rem;font-weight:500;list-style:none;transition:color .3s;display:flex}.ServicesBento-module__gW0xCa__itemVisual{justify-content:center;align-items:center;width:100%;display:flex}.ServicesBento-module__gW0xCa__mockupAd{background:var(--bg-field);border:1px solid var(--color-border);border-radius:12px;width:300px;padding:1.5rem;transition:background-color .3s,border-color .3s}.ServicesBento-module__gW0xCa__mockupAdHeader{align-items:center;gap:12px;margin-bottom:1rem;display:flex}.ServicesBento-module__gW0xCa__mockupAvatar{background:linear-gradient(135deg,#ff6b00,#f97316);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.ServicesBento-module__gW0xCa__mockupName{font-size:.9rem;font-weight:600}.ServicesBento-module__gW0xCa__mockupSub{color:var(--text-muted);font-size:.75rem;transition:color .3s}.ServicesBento-module__gW0xCa__mockupBody{color:var(--text-secondary);margin-bottom:1rem;font-size:.85rem;transition:color .3s}.ServicesBento-module__gW0xCa__mockupBadge{color:#10b981;background:#10b9811a;border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:700;display:inline-block}.ServicesBento-module__gW0xCa__mockupCode{background:var(--bg-deep);border:1px solid var(--color-border);color:var(--text-primary);border-radius:8px;margin-top:1.5rem;padding:1rem;font-family:monospace;font-size:.85rem;transition:background-color .3s,border-color .3s,color .3s}.ServicesBento-module__gW0xCa__codeTitle{color:var(--text-dim);margin-bottom:.5rem;transition:color .3s}.ServicesBento-module__gW0xCa__mascotFloating{object-fit:contain;filter:drop-shadow(0 10px 20px #00000080);height:250px}@media (max-width:991px){.ServicesBento-module__gW0xCa__grid{grid-template-columns:1fr;grid-auto-rows:auto}.ServicesBento-module__gW0xCa__itemLarge,.ServicesBento-module__gW0xCa__itemMedium{flex-direction:column;grid-area:span 1/span 1}.ServicesBento-module__gW0xCa__itemVisual{margin-top:2rem}.ServicesBento-module__gW0xCa__mascotFloating{height:200px;margin-top:2rem}}
.ProcessTimeline-module__7qN15q__section{background-color:var(--bg-deep);color:var(--text-primary);padding:8rem 0;transition:background-color .3s,color .3s;position:relative}.ProcessTimeline-module__7qN15q__container{width:100%;max-width:1320px;margin:0 auto;padding:0 5%}.ProcessTimeline-module__7qN15q__layout{grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;display:grid}.ProcessTimeline-module__7qN15q__left{position:sticky;top:100px}.ProcessTimeline-module__7qN15q__tag{color:#ff6b00;text-transform:uppercase;letter-spacing:1px;background:#ff6b0026;border-radius:100px;margin-bottom:1.5rem;padding:6px 12px;font-size:.75rem;font-weight:700;display:inline-block}.ProcessTimeline-module__7qN15q__title{margin-bottom:1.5rem;font-size:2.8rem;font-weight:700;line-height:1.2}.ProcessTimeline-module__7qN15q__subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6;transition:color .3s}.ProcessTimeline-module__7qN15q__button{color:#fff;background:linear-gradient(135deg,#ff6b00,#f97316);border-radius:100px;margin-bottom:3rem;padding:14px 28px;font-weight:600;text-decoration:none;transition:transform .2s;display:inline-block;box-shadow:0 10px 25px -5px #ff6b0066}.ProcessTimeline-module__7qN15q__button:hover{transform:translateY(-2px)}.ProcessTimeline-module__7qN15q__mascotContainer{width:100%;max-width:300px;margin-top:2rem;position:relative}.ProcessTimeline-module__7qN15q__mascotImg{object-fit:contain;filter:drop-shadow(0 15px 30px #0000004d);width:100%;height:auto}.ProcessTimeline-module__7qN15q__right{flex-direction:column;gap:2.5rem;display:flex}.ProcessTimeline-module__7qN15q__step{gap:2rem;display:flex}.ProcessTimeline-module__7qN15q__timelineConnector{flex-direction:column;align-items:center;display:flex}.ProcessTimeline-module__7qN15q__stepNumber{background:var(--bg-card);border:2px solid var(--color-border);color:#ff6b00;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.1rem;font-weight:700;transition:background-color .3s,border-color .3s;display:flex;position:relative}.ProcessTimeline-module__7qN15q__stepLine{background:var(--color-border);flex-grow:1;width:2px;margin-top:10px;transition:background-color .3s}.ProcessTimeline-module__7qN15q__stepContent{background:var(--bg-card);border:1px solid var(--color-border);border-radius:16px;flex-grow:1;padding:2rem;transition:border-color .3s,background-color .3s}.ProcessTimeline-module__7qN15q__stepContent:hover{border-color:#ff6b004d}.ProcessTimeline-module__7qN15q__stepContent h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.4rem;transition:color .3s}.ProcessTimeline-module__7qN15q__stepContent p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6;transition:color .3s}.ProcessTimeline-module__7qN15q__stepMetric{background:var(--bg-field);color:var(--text-secondary);border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:500;transition:background-color .3s,color .3s;display:inline-block}@media (max-width:991px){.ProcessTimeline-module__7qN15q__layout{grid-template-columns:1fr;gap:3rem}.ProcessTimeline-module__7qN15q__left{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative;top:0}.ProcessTimeline-module__7qN15q__mascotContainer{display:none}.ProcessTimeline-module__7qN15q__title{font-size:2.2rem}}@media (max-width:576px){.ProcessTimeline-module__7qN15q__step{flex-direction:column;gap:1rem}.ProcessTimeline-module__7qN15q__timelineConnector{flex-direction:row;align-items:center;gap:1rem}.ProcessTimeline-module__7qN15q__stepLine{flex-grow:1;width:auto;height:2px;margin-top:0}}
.About-module__zLAUoW__section{background-color:var(--bg-card);color:var(--text-primary);border-top:1px solid var(--color-border);padding:8rem 0;transition:background-color .3s,color .3s,border-color .3s}.About-module__zLAUoW__container{width:100%;max-width:1320px;margin:0 auto;padding:0 5%}.About-module__zLAUoW__title{text-align:center;margin-bottom:4rem;font-size:2.5rem;font-weight:700}.About-module__zLAUoW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__zLAUoW__imageWrapper{justify-content:center;display:flex}.About-module__zLAUoW__image{object-fit:contain;filter:drop-shadow(0 20px 40px #0006);width:100%;max-width:450px;height:auto}.About-module__zLAUoW__textWrapper{flex-direction:column;display:flex}.About-module__zLAUoW__subtitle{color:#ff6b00;margin-bottom:1.5rem;font-size:1.8rem;font-weight:700}.About-module__zLAUoW__paragraph{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7;transition:color .3s}.About-module__zLAUoW__badges{flex-wrap:wrap;gap:1.5rem;margin-top:1rem;display:flex}.About-module__zLAUoW__badge{background:var(--bg-field);color:var(--text-primary);border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:background-color .3s,color .3s;display:flex}.About-module__zLAUoW__icon{color:#ff6b00}@media (max-width:991px){.About-module__zLAUoW__grid{grid-template-columns:1fr;gap:3rem}.About-module__zLAUoW__image{max-width:350px}.About-module__zLAUoW__textWrapper{text-align:center}.About-module__zLAUoW__badges{justify-content:center}.About-module__zLAUoW__title{margin-bottom:2rem;font-size:2.2rem}}
.Testimonials-module__L9Y4ma__section{background-color:var(--bg-deep);color:var(--text-primary);padding:8rem 0;transition:background-color .3s,color .3s}.Testimonials-module__L9Y4ma__container{width:100%;max-width:1320px;margin:0 auto;padding:0 5%}.Testimonials-module__L9Y4ma__header{text-align:center;margin-bottom:4rem}.Testimonials-module__L9Y4ma__title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Testimonials-module__L9Y4ma__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6;transition:color .3s}.Testimonials-module__L9Y4ma__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Testimonials-module__L9Y4ma__card{background:var(--bg-card);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;padding:2.5rem;transition:transform .3s,background-color .3s,border-color .3s;display:flex}.Testimonials-module__L9Y4ma__card:hover{border-color:#ff6b004d;transform:translateY(-5px)}.Testimonials-module__L9Y4ma__stars{letter-spacing:2px;margin-bottom:1.5rem}.Testimonials-module__L9Y4ma__text{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;font-style:italic;line-height:1.7;transition:color .3s}.Testimonials-module__L9Y4ma__profile{border-top:1px solid var(--color-border);align-items:center;gap:1rem;padding-top:1.5rem;transition:border-color .3s;display:flex}.Testimonials-module__L9Y4ma__avatar{object-fit:cover;border:2px solid var(--color-border);border-radius:50%;width:50px;height:50px;transition:border-color .3s}.Testimonials-module__L9Y4ma__info{flex-direction:column;display:flex}.Testimonials-module__L9Y4ma__name{margin-bottom:2px;font-size:1rem;font-weight:700}.Testimonials-module__L9Y4ma__role{color:var(--text-secondary);font-size:.85rem;transition:color .3s}@media (max-width:991px){.Testimonials-module__L9Y4ma__grid{grid-template-columns:1fr}}
.Contact-module__3sykWa__section{background-color:var(--bg-deep);color:var(--text-primary);border-top:1px solid var(--color-border);padding:8rem 0;transition:background-color .3s,color .3s,border-color .3s}.Contact-module__3sykWa__container{width:100%;max-width:1320px;margin:0 auto;padding:0 5%}.Contact-module__3sykWa__header{text-align:center;margin-bottom:3rem}.Contact-module__3sykWa__title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Contact-module__3sykWa__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6;transition:color .3s}.Contact-module__3sykWa__whatsappDirect{justify-content:center;margin-bottom:2rem;display:flex}.Contact-module__3sykWa__btnWhatsapp{color:#fff;background:#10b981;border-radius:100px;padding:16px 32px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 25px -5px #10b98166}.Contact-module__3sykWa__btnWhatsapp:hover{transform:translateY(-2px)}.Contact-module__3sykWa__separator{text-align:center;color:var(--text-dim);text-transform:uppercase;letter-spacing:2px;margin-bottom:3rem;font-size:.8rem;transition:color .3s;position:relative}.Contact-module__3sykWa__separator:before,.Contact-module__3sykWa__separator:after{content:"";background:var(--color-border);width:100px;height:1px;transition:background-color .3s;position:absolute;top:50%}.Contact-module__3sykWa__separator:before{margin-left:-120px}.Contact-module__3sykWa__separator:after{margin-left:20px}.Contact-module__3sykWa__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Contact-module__3sykWa__form{background:var(--bg-card);border:1px solid var(--color-border);border-radius:24px;padding:3rem;transition:background-color .3s,border-color .3s}.Contact-module__3sykWa__formGroup{margin-bottom:1.5rem}.Contact-module__3sykWa__input,.Contact-module__3sykWa__textarea{background:var(--bg-field);border:1px solid var(--color-border);width:100%;color:var(--text-primary);border-radius:8px;padding:16px;font-family:inherit;font-size:1rem;transition:border-color .3s,background-color .3s,color .3s}.Contact-module__3sykWa__input:focus,.Contact-module__3sykWa__textarea:focus{border-color:#ff6b00;outline:none}.Contact-module__3sykWa__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b00,#f97316);border:none;border-radius:8px;width:100%;padding:16px;font-size:1.1rem;font-weight:700;transition:transform .2s}.Contact-module__3sykWa__submitBtn:hover{transform:translateY(-2px)}.Contact-module__3sykWa__infoWrapper{justify-content:center;display:flex}.Contact-module__3sykWa__mascotCard{position:relative}.Contact-module__3sykWa__mascotImg{object-fit:contain;filter:drop-shadow(0 15px 30px #0000004d);width:100%;max-width:350px;height:auto}.Contact-module__3sykWa__bubble{background:var(--bg-card);border:1px solid var(--color-border);max-width:200px;color:var(--text-primary);border-radius:12px;padding:15px;font-size:.9rem;transition:background-color .3s,border-color .3s,color .3s;position:absolute;top:-20px;right:-50px;box-shadow:0 10px 20px #0000004d}@media (max-width:991px){.Contact-module__3sykWa__grid{grid-template-columns:1fr}.Contact-module__3sykWa__form{padding:2rem}.Contact-module__3sykWa__bubble{text-align:center;max-width:100%;margin-top:1rem;position:relative;top:0;right:0}}
.Footer-module__yg9ahW__footer{background-color:var(--bg-deep);color:var(--text-secondary);border-top:1px solid var(--color-border);padding:6rem 0 2rem;transition:background-color .3s,color .3s,border-color .3s}.Footer-module__yg9ahW__container{width:100%;max-width:1320px;margin:0 auto;padding:0 5%}.Footer-module__yg9ahW__grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__yg9ahW__brand{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__yg9ahW__logoImg{width:auto;height:30px;filter:var(--logo-filter);transition:filter .3s}.Footer-module__yg9ahW__description{max-width:400px;line-height:1.7}.Footer-module__yg9ahW__socials{gap:1rem;display:flex}.Footer-module__yg9ahW__socialIcon{background:var(--bg-field);width:40px;height:40px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;transition:background .3s,color .3s;display:flex}.Footer-module__yg9ahW__socialIcon:hover{color:#fff;background:#ff6b00}.Footer-module__yg9ahW__title{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700;transition:color .3s}.Footer-module__yg9ahW__list{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.Footer-module__yg9ahW__list a{color:var(--text-secondary);transition:color .3s}.Footer-module__yg9ahW__list a:hover{color:#ff6b00}.Footer-module__yg9ahW__bottom{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;transition:border-color .3s;display:flex}.Footer-module__yg9ahW__bottom span{margin-top:.5rem;display:block}.Footer-module__yg9ahW__legalLinks{gap:2rem;display:flex}.Footer-module__yg9ahW__legalLinks a{color:var(--text-secondary);transition:color .3s}.Footer-module__yg9ahW__legalLinks a:hover{color:var(--text-primary)}@media (max-width:991px){.Footer-module__yg9ahW__grid{grid-template-columns:1fr;gap:3rem}.Footer-module__yg9ahW__bottom{text-align:center;flex-direction:column;gap:1.5rem}}
