.ThemeToggle-module-scss-module__hKZf5q__toggle{border:1.5px solid var(--line);background:var(--white);width:42px;height:42px;color:var(--ink-2);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:50%;flex:none;place-items:center;transition:transform .2s,border-color .2s,box-shadow .25s,background .2s,color .2s;display:grid}.ThemeToggle-module-scss-module__hKZf5q__toggle:hover{border-color:var(--ink-3);box-shadow:var(--shadow-md);color:var(--coral-deep);transform:translateY(-2px)}.ThemeToggle-module-scss-module__hKZf5q__toggle:active{transform:translateY(0)}.ThemeToggle-module-scss-module__hKZf5q__icon{width:20px;height:20px;position:relative}.ThemeToggle-module-scss-module__hKZf5q__icon svg{width:20px;height:20px;transition:opacity .3s,transform .45s cubic-bezier(.16,.84,.3,1);position:absolute;inset:0}.ThemeToggle-module-scss-module__hKZf5q__moon{opacity:1;transform:rotate(0)scale(1)}.ThemeToggle-module-scss-module__hKZf5q__sun{opacity:0;transform:rotate(-90deg)scale(.5)}.ThemeToggle-module-scss-module__hKZf5q__isDark .ThemeToggle-module-scss-module__hKZf5q__moon{opacity:0;transform:rotate(90deg)scale(.5)}.ThemeToggle-module-scss-module__hKZf5q__isDark .ThemeToggle-module-scss-module__hKZf5q__sun{opacity:1;transform:rotate(0)scale(1)}.ThemeToggle-module-scss-module__hKZf5q__pending .ThemeToggle-module-scss-module__hKZf5q__moon,.ThemeToggle-module-scss-module__hKZf5q__pending .ThemeToggle-module-scss-module__hKZf5q__sun{opacity:0;transition:none}@media (prefers-reduced-motion:reduce){.ThemeToggle-module-scss-module__hKZf5q__toggle,.ThemeToggle-module-scss-module__hKZf5q__icon svg{transition:opacity .15s}}
.Header-module-scss-module__P7cjuG__header{z-index:50;background:color-mix(in srgb, var(--cream) 88%, transparent);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid #0000;transition:border-color .25s,background .25s;position:sticky;top:0}.Header-module-scss-module__P7cjuG__header.Header-module-scss-module__P7cjuG__isStuck{border-color:var(--line);background:color-mix(in srgb, var(--cream) 94%, transparent)}.Header-module-scss-module__P7cjuG__header.Header-module-scss-module__P7cjuG__headerOpen{background:var(--cream);border-color:var(--line)}.Header-module-scss-module__P7cjuG__header__inner{justify-content:space-between;align-items:center;height:84px;transition:height .25s;display:flex}.Header-module-scss-module__P7cjuG__isStuck .Header-module-scss-module__P7cjuG__header__inner{height:64px}.Header-module-scss-module__P7cjuG__brand{align-items:baseline;gap:9px;display:flex}.Header-module-scss-module__P7cjuG__brand img{width:auto;height:40px;transition:height .25s}.Header-module-scss-module__P7cjuG__isStuck .Header-module-scss-module__P7cjuG__brand img{height:26px}.Header-module-scss-module__P7cjuG__logoForDark{display:none}html[data-theme=dark] .Header-module-scss-module__P7cjuG__logoForLight{display:none}html[data-theme=dark] .Header-module-scss-module__P7cjuG__logoForDark{display:block}.Header-module-scss-module__P7cjuG__nav{align-items:center;gap:34px;display:flex}.Header-module-scss-module__P7cjuG__nav a{color:var(--ink-2);font-size:15px;font-weight:500;transition:color .15s}.Header-module-scss-module__P7cjuG__nav a:hover{color:var(--coral-deep)}.Header-module-scss-module__P7cjuG__header__cta{align-items:center;gap:14px;display:flex}.Header-module-scss-module__P7cjuG__burger{cursor:pointer;background:0 0;border:none;width:44px;height:44px;padding:0;display:none;position:relative}.Header-module-scss-module__P7cjuG__burger span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:transform .28s cubic-bezier(.16,.84,.3,1),opacity .2s;position:absolute;left:11px}.Header-module-scss-module__P7cjuG__burger span:first-child{top:15px}.Header-module-scss-module__P7cjuG__burger span:nth-child(2){top:21px}.Header-module-scss-module__P7cjuG__burger span:nth-child(3){top:27px}.Header-module-scss-module__P7cjuG__menuOpen .Header-module-scss-module__P7cjuG__burger span:first-child{transform:translateY(6px)rotate(45deg)}.Header-module-scss-module__P7cjuG__menuOpen .Header-module-scss-module__P7cjuG__burger span:nth-child(2){opacity:0}.Header-module-scss-module__P7cjuG__menuOpen .Header-module-scss-module__P7cjuG__burger span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.Header-module-scss-module__P7cjuG__scrim{z-index:44;opacity:0;visibility:hidden;background:#0a0e1680;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.Header-module-scss-module__P7cjuG__sheet{z-index:48;background:var(--cream);border-bottom:1px solid var(--line);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;flex-direction:column;gap:2px;padding:84px 24px 28px;transition:transform .32s cubic-bezier(.16,.84,.3,1),opacity .28s,visibility .32s;display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-16px)}.Header-module-scss-module__P7cjuG__sheet a:not([class]){font-family:var(--font-display);color:var(--ink);border-bottom:1px solid var(--line-2);padding:13px 4px;font-size:18px;font-weight:600}.Header-module-scss-module__P7cjuG__sheet a:not([class]):active{color:var(--coral-deep)}.Header-module-scss-module__P7cjuG__sheet .Header-module-scss-module__P7cjuG__btn{margin-top:18px}.Header-module-scss-module__P7cjuG__menuOpen .Header-module-scss-module__P7cjuG__scrim{opacity:1;visibility:visible}.Header-module-scss-module__P7cjuG__menuOpen .Header-module-scss-module__P7cjuG__sheet{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width:980px){.Header-module-scss-module__P7cjuG__nav,.Header-module-scss-module__P7cjuG__headerWa{display:none}.Header-module-scss-module__P7cjuG__burger{display:block}}@media (min-width:981px){.Header-module-scss-module__P7cjuG__sheet,.Header-module-scss-module__P7cjuG__scrim{display:none}}
.Hero-module-scss-module__rtoUUG__hero{padding:clamp(40px,4.5vw,54px) 0 clamp(70px,9vw,120px);position:relative;overflow:hidden}.Hero-module-scss-module__rtoUUG__hero:before{content:"";z-index:0;background:radial-gradient(70% 60% at 88% 0%, var(--coral-wash) 0%, transparent 60%),radial-gradient(50% 50% at 0% 8%, var(--coral-wash) 0%, transparent 55%);position:absolute;inset:0}.Hero-module-scss-module__rtoUUG__hero__grid{z-index:1;grid-template-columns:1.02fr 1fr;align-items:center;gap:56px;display:grid;position:relative}.Hero-module-scss-module__rtoUUG__hero__badges{flex-wrap:wrap;gap:10px;margin-bottom:26px;display:flex}.Hero-module-scss-module__rtoUUG__hero__sub{color:var(--ink-3);max-width:520px;margin-top:16px;margin-bottom:34px;font-size:clamp(17px,1.9vw,21px)}.Hero-module-scss-module__rtoUUG__hero__actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.Hero-module-scss-module__rtoUUG__hero__trust{color:var(--ink-3);align-items:center;gap:12px;margin-top:28px;font-size:14px;display:flex}.Hero-module-scss-module__rtoUUG__hero__trust strong{color:var(--ink)}.Hero-module-scss-module__rtoUUG__hero__trustText{font-family:var(--font-open-sans),system-ui,sans-serif}.Hero-module-scss-module__rtoUUG__mockup{position:relative}html[data-theme=dark] .Hero-module-scss-module__rtoUUG__mockup{--ink:#181818;--ink-2:#3c3631;--ink-3:#756c63;--line:#d3e2f6;--line-2:#dce8f8;--white:#fff}.Hero-module-scss-module__rtoUUG__swap{transition:opacity .38s,transform .38s cubic-bezier(.16,.84,.3,1)}.Hero-module-scss-module__rtoUUG__swapOut{opacity:0;transform:translateY(7px)}.Hero-module-scss-module__rtoUUG__browser{border:1px solid var(--line-2);box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;overflow:hidden;transform:rotate(-1deg)}.Hero-module-scss-module__rtoUUG__browser__bar{border-bottom:1px solid var(--line-2);background:#f3ede4;align-items:center;gap:7px;padding:12px 14px;display:flex}.Hero-module-scss-module__rtoUUG__browser__dot{background:#d8cdbd;border-radius:50%;width:10px;height:10px}.Hero-module-scss-module__rtoUUG__browser__url{border:1px solid var(--line-2);height:22px;color:var(--ink-3);font-size:11px;font-family:var(--font-body);background:#fff;border-radius:6px;flex:1;align-items:center;margin-left:10px;padding:0 10px;display:flex}.Hero-module-scss-module__rtoUUG__browser__url svg{width:11px;height:11px;color:var(--coral);margin-right:6px;transition:color .55s}.Hero-module-scss-module__rtoUUG__site{background:#fff}.Hero-module-scss-module__rtoUUG__site__nav{border-bottom:1px solid #f0ece6;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.Hero-module-scss-module__rtoUUG__site__logo{font-family:var(--font-display);color:var(--ink);font-size:15px;font-weight:800}.Hero-module-scss-module__rtoUUG__site__logo b{color:var(--coral);transition:color .55s}.Hero-module-scss-module__rtoUUG__site__menu{gap:14px;display:flex}.Hero-module-scss-module__rtoUUG__site__menu i{background:#ece6dd;border-radius:4px;width:28px;height:7px;display:block}.Hero-module-scss-module__rtoUUG__site__hero{background:linear-gradient(135deg, var(--coral-wash), #fff);padding:30px 24px 34px;position:relative}.Hero-module-scss-module__rtoUUG__site__hero h4{color:var(--ink);margin-bottom:10px;font-size:24px;line-height:1.08}.Hero-module-scss-module__rtoUUG__site__hero h4 em{color:var(--coral);font-style:normal;transition:color .55s}.Hero-module-scss-module__rtoUUG__site__hero p{color:var(--ink-3);max-width:230px;margin-bottom:16px;font-size:12px;line-height:1.5}.Hero-module-scss-module__rtoUUG__site__btn{background:var(--coral);color:#fff;font-family:var(--font-open-sans);border-radius:999px;align-items:center;gap:6px;padding:9px 15px;font-size:11.5px;font-weight:700;transition:background-color .55s;display:inline-flex}.Hero-module-scss-module__rtoUUG__site__btn svg{width:12px;height:12px}.Hero-module-scss-module__rtoUUG__site__photo{background:radial-gradient(80% 120% at 20% 0%, #ffffff73, transparent 60%),var(--m-photo,linear-gradient(135deg, #e9c39c 0%, #d98a5e 55%, #c06b43 100%));border-radius:12px;justify-content:center;align-items:center;height:92px;margin-top:22px;display:flex;position:relative;overflow:hidden}@media (prefers-reduced-motion:no-preference){.Hero-module-scss-module__rtoUUG__site__photo:after{content:"";background:linear-gradient(100deg,#0000 25%,#ffffff80 50%,#0000 75%);animation:2.6s ease-in-out infinite Hero-module-scss-module__rtoUUG__photoShimmer;position:absolute;inset:0;transform:translate(-100%)}}@keyframes Hero-module-scss-module__rtoUUG__photoShimmer{0%{transform:translate(-100%)}60%,to{transform:translate(100%)}}.Hero-module-scss-module__rtoUUG__site__cards{grid-template-columns:repeat(3,1fr);gap:10px;padding:18px 24px 26px;display:grid}.Hero-module-scss-module__rtoUUG__site__card{border:1px solid #f0ece6;border-radius:10px;padding:12px}.Hero-module-scss-module__rtoUUG__site__card .Hero-module-scss-module__rtoUUG__ic{background:var(--coral-wash);border-radius:8px;place-items:center;width:26px;height:26px;margin-bottom:8px;transition:background-color .55s;display:grid}.Hero-module-scss-module__rtoUUG__site__card .Hero-module-scss-module__rtoUUG__ic svg{width:14px;height:14px;color:var(--coral-deep);transition:color .55s}.Hero-module-scss-module__rtoUUG__site__card i{background:#ece6dd;border-radius:3px;height:6px;margin-bottom:5px;display:block}.Hero-module-scss-module__rtoUUG__site__card i.Hero-module-scss-module__rtoUUG__w1{width:80%}.Hero-module-scss-module__rtoUUG__site__card i.Hero-module-scss-module__rtoUUG__w2{width:55%}.Hero-module-scss-module__rtoUUG__phone{width:188px;box-shadow:var(--shadow-lg);background:#181818;border:1px solid #2a2a2a;border-radius:32px;padding:8px;position:absolute;bottom:-36px;right:-14px;transform:rotate(4deg)}.Hero-module-scss-module__rtoUUG__phone .Hero-module-scss-module__rtoUUG__site__nav{padding:16px 14px 10px}.Hero-module-scss-module__rtoUUG__phone .Hero-module-scss-module__rtoUUG__site__hero{padding:18px 14px}.Hero-module-scss-module__rtoUUG__phone .Hero-module-scss-module__rtoUUG__site__hero h4{font-size:17px}.Hero-module-scss-module__rtoUUG__phone .Hero-module-scss-module__rtoUUG__site__hero p{max-width:none;font-size:10px}.Hero-module-scss-module__rtoUUG__phone .Hero-module-scss-module__rtoUUG__site__photo{height:64px;margin-top:14px}.Hero-module-scss-module__rtoUUG__phone .Hero-module-scss-module__rtoUUG__site__photo:after{animation-delay:.9s}.Hero-module-scss-module__rtoUUG__phone .Hero-module-scss-module__rtoUUG__site__cards{grid-template-columns:1fr 1fr;padding:12px 14px 18px}.Hero-module-scss-module__rtoUUG__phone__screen{background:#fff;border-radius:25px;overflow:hidden}.Hero-module-scss-module__rtoUUG__phone__notch{z-index:2;background:#2f2f2f;border-radius:3px;width:54px;height:5px;position:absolute;top:16px;left:50%;transform:translate(-50%)}@media (max-width:980px){.Hero-module-scss-module__rtoUUG__hero__grid{grid-template-columns:1fr;gap:64px}.Hero-module-scss-module__rtoUUG__hero__visual{max-width:460px}}@media (max-width:620px){.Hero-module-scss-module__rtoUUG__browser{transform:none}.Hero-module-scss-module__rtoUUG__phone{display:none}.Hero-module-scss-module__rtoUUG__hero__actions .btn{width:100%}}@media (min-width:981px){.Hero-module-scss-module__rtoUUG__hero__title{font-size:3.5rem}}
.LogoBanner-module-scss-module__7dU7Zq__logoBanner{position:relative;overflow:hidden}.LogoBanner-module-scss-module__7dU7Zq__logoBanner:before{content:"";z-index:0;background:radial-gradient(60% 80% at 50% 0%, var(--coral-wash) 0%, transparent 65%);position:absolute;inset:0}.LogoBanner-module-scss-module__7dU7Zq__logoBanner:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle 420px at calc(var(--glow-x,50%) + 120px) calc(var(--glow-y,50%) + 120px), var(--glow-color,transparent) 0%, transparent 72%);filter:blur(80px);opacity:0;transition:opacity 1s;position:absolute;inset:-120px}.LogoBanner-module-scss-module__7dU7Zq__logoBanner.LogoBanner-module-scss-module__7dU7Zq__glowing:after{opacity:1}.LogoBanner-module-scss-module__7dU7Zq__logoBanner__inner{z-index:1;text-align:center;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;display:flex;position:relative}.LogoBanner-module-scss-module__7dU7Zq__logo{width:clamp(230px,38vw,460px);display:inline-block;position:relative}.LogoBanner-module-scss-module__7dU7Zq__logo img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:auto;display:block}.LogoBanner-module-scss-module__7dU7Zq__logo .LogoBanner-module-scss-module__7dU7Zq__logoForDark{display:none}html[data-theme=dark] .LogoBanner-module-scss-module__7dU7Zq__logo .LogoBanner-module-scss-module__7dU7Zq__logoForLight{display:none}html[data-theme=dark] .LogoBanner-module-scss-module__7dU7Zq__logo .LogoBanner-module-scss-module__7dU7Zq__logoForDark{display:block}.LogoBanner-module-scss-module__7dU7Zq__shine{pointer-events:none;position:absolute;inset:0;overflow:hidden;-webkit-mask:url(/images/logo/feitosa-logo.png) 50%/contain no-repeat;mask:url(/images/logo/feitosa-logo.png) 50%/contain no-repeat}@media (prefers-reduced-motion:no-preference){.LogoBanner-module-scss-module__7dU7Zq__shine:before{content:"";background:linear-gradient(100deg,#0000 35%,#fffc 50%,#0000 65%);animation:3.2s ease-in-out infinite LogoBanner-module-scss-module__7dU7Zq__logoShimmer;position:absolute;inset:0;transform:translate(-100%)}.LogoBanner-module-scss-module__7dU7Zq__logo.LogoBanner-module-scss-module__7dU7Zq__tracking .LogoBanner-module-scss-module__7dU7Zq__shine:before{transform:translateX(var(--shine-x,0%));transition:transform .12s ease-out;animation:none}}@keyframes LogoBanner-module-scss-module__7dU7Zq__logoShimmer{0%{transform:translate(-100%)}60%,to{transform:translate(100%)}}.LogoBanner-module-scss-module__7dU7Zq__tagline{font-family:var(--font-display);letter-spacing:.42em;text-transform:uppercase;color:var(--ink-2);margin-top:clamp(2px,.6vw,6px);padding-left:.42em;font-size:clamp(11px,1.5vw,16px);font-weight:700}@media (max-width:620px){.LogoBanner-module-scss-module__7dU7Zq__tagline{letter-spacing:.3em;padding-left:.3em}}
.Dores-module-scss-module__BEzA4a__dores{background:var(--cream-2)}.Dores-module-scss-module__BEzA4a__layout{grid-template-columns:.82fr 1.18fr;align-items:start;gap:clamp(36px,6vw,84px);display:grid}.Dores-module-scss-module__BEzA4a__head{position:sticky;top:104px}.Dores-module-scss-module__BEzA4a__head h2{margin:16px 0;font-size:clamp(28px,3.6vw,44px)}.Dores-module-scss-module__BEzA4a__head p{color:var(--ink-3);max-width:34ch;font-size:clamp(16px,1.6vw,19px)}.Dores-module-scss-module__BEzA4a__list{list-style:none}.Dores-module-scss-module__BEzA4a__pain{border-bottom:1px solid var(--line);align-items:flex-start;gap:22px;padding:26px 6px;display:flex}.Dores-module-scss-module__BEzA4a__pain:first-child{border-top:1px solid var(--line)}.Dores-module-scss-module__BEzA4a__pain h3{font-family:var(--font-open-sans);margin-bottom:6px;font-size:clamp(18px,2vw,21px)}.Dores-module-scss-module__BEzA4a__pain p{color:var(--ink-3);max-width:52ch;font-size:15.5px;line-height:1.55}.Dores-module-scss-module__BEzA4a__pain__ic{background:var(--cream);border:1px solid var(--line);border-radius:14px;flex:none;place-items:center;width:50px;height:50px;display:grid}.Dores-module-scss-module__BEzA4a__pain__ic svg{width:23px;height:23px;color:var(--coral-deep)}@media (max-width:980px){.Dores-module-scss-module__BEzA4a__layout{grid-template-columns:1fr;gap:32px}.Dores-module-scss-module__BEzA4a__head{position:static}}@media (max-width:620px){.Dores-module-scss-module__BEzA4a__pain{gap:16px;padding:22px 2px}.Dores-module-scss-module__BEzA4a__pain__ic{width:42px;height:42px}}
.Solucao-module-scss-module__tdrRMG__split{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.Solucao-module-scss-module__tdrRMG__split h2{margin-bottom:20px;font-size:clamp(30px,4.2vw,48px)}.Solucao-module-scss-module__tdrRMG__checklist{gap:16px;margin-top:26px;list-style:none;display:grid}.Solucao-module-scss-module__tdrRMG__checklist li{color:var(--ink-2);align-items:flex-start;gap:14px;font-size:17px;display:flex}.Solucao-module-scss-module__tdrRMG__ck{background:var(--coral);color:#fff;border-radius:50%;flex:none;place-items:center;width:26px;height:26px;margin-top:1px;display:grid}.Solucao-module-scss-module__tdrRMG__ck svg{width:14px;height:14px}.Solucao-module-scss-module__tdrRMG__solucao__visual{position:relative}.Solucao-module-scss-module__tdrRMG__note__card{background:var(--invert-bg);color:var(--invert-fg);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:30px}.Solucao-module-scss-module__tdrRMG__note__card h3{font-family:var(--font-open-sans);color:#fff;margin-bottom:10px;font-size:22px}.Solucao-module-scss-module__tdrRMG__note__card p{color:#faf6f1c7;font-size:15.5px}.Solucao-module-scss-module__tdrRMG__solucao__visual .card h3{font-family:var(--font-open-sans)}.Solucao-module-scss-module__tdrRMG__key{color:var(--coral);font-weight:700}@media (max-width:980px){.Solucao-module-scss-module__tdrRMG__split{grid-template-columns:1fr;gap:40px}}
.ComoFunciona-module-scss-module__rSrEXa__pin,.ComoFunciona-module-scss-module__rSrEXa__flat{background:var(--cream-2)}.ComoFunciona-module-scss-module__rSrEXa__pin{min-height:284vh;position:relative}.ComoFunciona-module-scss-module__rSrEXa__pin .ComoFunciona-module-scss-module__rSrEXa__stage{flex-direction:column;justify-content:center;align-items:center;gap:clamp(28px,4vh,52px);height:100vh;min-height:560px;padding:clamp(64px,9vh,96px) 24px;display:flex;position:sticky;top:0;overflow:hidden}.ComoFunciona-module-scss-module__rSrEXa__flat{padding:clamp(64px,9vw,124px) 0}.ComoFunciona-module-scss-module__rSrEXa__flat .ComoFunciona-module-scss-module__rSrEXa__stage{width:100%;max-width:var(--maxw);flex-direction:column;align-items:center;gap:clamp(36px,5vw,56px);margin:0 auto;padding:0 24px;display:flex}.ComoFunciona-module-scss-module__rSrEXa__head{text-align:center;max-width:720px}.ComoFunciona-module-scss-module__rSrEXa__head .ComoFunciona-module-scss-module__rSrEXa__eyebrow{justify-content:center}.ComoFunciona-module-scss-module__rSrEXa__head h2{margin:18px 0 16px;font-size:clamp(30px,4.4vw,50px)}.ComoFunciona-module-scss-module__rSrEXa__head p{color:var(--ink-3);font-size:clamp(16px,1.6vw,19px)}.ComoFunciona-module-scss-module__rSrEXa__rail{justify-content:space-between;align-items:center;width:min(380px,100%);display:flex;position:relative}.ComoFunciona-module-scss-module__rSrEXa__railTrack{background:var(--line);border-radius:2px;height:2px;position:absolute;top:50%;left:22px;right:22px;overflow:hidden;transform:translateY(-50%)}.ComoFunciona-module-scss-module__rSrEXa__railFill{background:var(--coral);transform-origin:0;height:100%;display:block;transform:scaleX(0)}.ComoFunciona-module-scss-module__rSrEXa__flat .ComoFunciona-module-scss-module__rSrEXa__railFill{transform:scaleX(1)}.ComoFunciona-module-scss-module__rSrEXa__node{z-index:1;width:44px;height:44px;font-family:var(--font-display);cursor:pointer;border:2px solid var(--line);background:var(--white);color:var(--ink-3);border-radius:50%;place-items:center;font-size:15px;font-weight:800;transition:transform .45s cubic-bezier(.16,.84,.3,1),background .35s,color .35s,border-color .35s,box-shadow .35s;display:grid;position:relative}.ComoFunciona-module-scss-module__rSrEXa__node[data-state=done]{background:var(--coral);border-color:var(--coral);color:#fff}.ComoFunciona-module-scss-module__rSrEXa__node[data-state=active]{background:var(--coral);border-color:var(--coral);color:#fff;box-shadow:0 0 0 6px var(--coral-wash);transform:scale(1.18)}.ComoFunciona-module-scss-module__rSrEXa__flat .ComoFunciona-module-scss-module__rSrEXa__node{background:var(--coral);border-color:var(--coral);color:#fff}.ComoFunciona-module-scss-module__rSrEXa__deck{width:100%;max-width:640px;min-height:clamp(280px,40vh,360px);position:relative}.ComoFunciona-module-scss-module__rSrEXa__card{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:0 8px;display:flex;position:absolute;inset:0}.ComoFunciona-module-scss-module__rSrEXa__pin .ComoFunciona-module-scss-module__rSrEXa__card{opacity:0;will-change:transform,opacity;transition:none}.ComoFunciona-module-scss-module__rSrEXa__ghost{z-index:0;font-family:var(--font-display);letter-spacing:-.04em;color:var(--coral);opacity:.07;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(150px,26vw,300px);font-weight:800;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-54%)}.ComoFunciona-module-scss-module__rSrEXa__ic{z-index:1;background:var(--coral-wash);border-radius:19px;place-items:center;width:66px;height:66px;margin-bottom:22px;display:grid;position:relative}.ComoFunciona-module-scss-module__rSrEXa__ic svg{width:30px;height:30px;color:var(--coral-deep)}.ComoFunciona-module-scss-module__rSrEXa__kicker{z-index:1;font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--coral-deep);margin-bottom:14px;font-size:13px;font-weight:700;position:relative}.ComoFunciona-module-scss-module__rSrEXa__card h3{z-index:1;max-width:16ch;margin-bottom:16px;font-size:clamp(27px,4vw,42px);line-height:1.06;position:relative}.ComoFunciona-module-scss-module__rSrEXa__card p{z-index:1;color:var(--ink-3);max-width:32ch;font-size:clamp(17px,1.9vw,21px);position:relative}.ComoFunciona-module-scss-module__rSrEXa__flat .ComoFunciona-module-scss-module__rSrEXa__deck{flex-direction:column;gap:clamp(48px,7vw,80px);max-width:560px;min-height:0;display:flex}.ComoFunciona-module-scss-module__rSrEXa__flat .ComoFunciona-module-scss-module__rSrEXa__card{opacity:1;position:static;inset:auto}.ComoFunciona-module-scss-module__rSrEXa__counter{font-family:var(--font-display);letter-spacing:.04em;color:var(--ink-3);font-size:15px;font-weight:800}.ComoFunciona-module-scss-module__rSrEXa__counter span{color:var(--coral-deep)}.ComoFunciona-module-scss-module__rSrEXa__flat .ComoFunciona-module-scss-module__rSrEXa__counter{display:none}@media (max-width:620px){.ComoFunciona-module-scss-module__rSrEXa__pin .ComoFunciona-module-scss-module__rSrEXa__stage{gap:clamp(24px,4vh,40px);padding:72px 18px}.ComoFunciona-module-scss-module__rSrEXa__brk{display:none}.ComoFunciona-module-scss-module__rSrEXa__ghost{opacity:.06}}
.Incluso-module-scss-module__ru7cgW__bento{grid-template-columns:.9fr 1.1fr;align-items:stretch;gap:22px;display:grid}.Incluso-module-scss-module__ru7cgW__feature{background:var(--coral);color:#fff;border-radius:var(--radius);cursor:default;-webkit-user-select:none;user-select:none;flex-direction:column;padding:clamp(30px,3.4vw,42px);display:flex;position:relative;overflow:hidden;box-shadow:0 28px 56px -28px #25d366b3}.Incluso-module-scss-module__ru7cgW__feature .Incluso-module-scss-module__ru7cgW__feature__ic,.Incluso-module-scss-module__ru7cgW__feature .Incluso-module-scss-module__ru7cgW__feature__tag{z-index:1;position:relative}.Incluso-module-scss-module__ru7cgW__feature h3{z-index:1;color:#fff;margin-bottom:12px;font-size:clamp(22px,2.6vw,28px);position:relative}.Incluso-module-scss-module__ru7cgW__feature p{z-index:1;color:#ffffffeb;max-width:34ch;font-size:16px;line-height:1.55;position:relative}.Incluso-module-scss-module__ru7cgW__feature__orb{pointer-events:none;z-index:0;background:#ffffff14;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-40px;right:-40px}@media (prefers-reduced-motion:no-preference){.Incluso-module-scss-module__ru7cgW__feature__orb{will-change:transform;animation:24s ease-in-out infinite Incluso-module-scss-module__ru7cgW__feature-wander}}.Incluso-module-scss-module__ru7cgW__feature__orb.Incluso-module-scss-module__ru7cgW__jsDriven{will-change:auto;animation:none}@keyframes Incluso-module-scss-module__ru7cgW__feature-wander{0%{transform:translate(0)scale(1)}20%{transform:translate(-360px,-40px)scale(1.1)}40%{transform:translate(-440px,-360px)scale(.9)}60%{transform:translate(-120px,-300px)scale(1.15)}80%{transform:translate(-280px,-120px)scale(1)}to{transform:translate(0)scale(1)}}.Incluso-module-scss-module__ru7cgW__feature__ic{-webkit-backdrop-filter:blur(12px);background:#ffffff2e;border:1px solid #ffffff40;border-radius:17px;place-items:center;width:60px;height:60px;margin-bottom:auto;display:grid}.Incluso-module-scss-module__ru7cgW__feature__ic svg{color:#fff;width:30px;height:30px}.Incluso-module-scss-module__ru7cgW__feature__ic+h3{margin-top:26px}.Incluso-module-scss-module__ru7cgW__feature__tag{font-family:var(--font-open-sans);color:#ffffffe6;border-top:1px solid #ffffff38;margin-top:22px;padding-top:18px;font-size:13.5px;font-weight:600;position:relative}.Incluso-module-scss-module__ru7cgW__rest{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:6px clamp(22px,2.4vw,32px);list-style:none}.Incluso-module-scss-module__ru7cgW__rest li{align-items:center;gap:18px;padding:clamp(16px,1.7vw,21px) 0;display:flex}.Incluso-module-scss-module__ru7cgW__rest li+li{border-top:1px solid var(--line-2)}.Incluso-module-scss-module__ru7cgW__rest h3{font-family:var(--font-open-sans);margin-bottom:3px;font-size:17px}.Incluso-module-scss-module__ru7cgW__rest p{color:var(--ink-3);font-size:14px;line-height:1.45}.Incluso-module-scss-module__ru7cgW__rest__ic{background:var(--coral-wash);border-radius:13px;flex:none;place-items:center;width:48px;height:48px;display:grid}.Incluso-module-scss-module__ru7cgW__rest__ic svg{width:23px;height:23px;color:var(--coral-deep)}@media (max-width:860px){.Incluso-module-scss-module__ru7cgW__bento{grid-template-columns:1fr}}@media (max-width:620px){.Incluso-module-scss-module__ru7cgW__rest__ic{width:42px;height:42px}}
.Metodo-module-scss-module__KxZZZG__dark{background:var(--invert-bg);color:var(--invert-fg);position:relative}.Metodo-module-scss-module__KxZZZG__dark .section-head h2{color:#fff}.Metodo-module-scss-module__KxZZZG__dark .section-head p{color:#faf6f1b8}.Metodo-module-scss-module__KxZZZG__dark .eyebrow{color:var(--coral)}.Metodo-module-scss-module__KxZZZG__dark .wrap{z-index:1;position:relative}.Metodo-module-scss-module__KxZZZG__bg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.Metodo-module-scss-module__KxZZZG__bars{align-items:flex-end;gap:1.1%;height:88%;padding:0 3%;display:flex;position:absolute;bottom:0;left:0;right:0}.Metodo-module-scss-module__KxZZZG__bar{transform-origin:bottom;transform:scaleY(clamp(0, (var(--p,1) - var(--i,0) * .03) / .5, 1));background:linear-gradient(#ffffff09,#ffffff29);border-radius:6px 6px 0 0;flex:1}.Metodo-module-scss-module__KxZZZG__lupa{color:#ffffff14;will-change:transform;position:absolute}.Metodo-module-scss-module__KxZZZG__lupa svg{width:100%;height:100%}.Metodo-module-scss-module__KxZZZG__lupa1{width:82px;height:82px;transform:translate3d(0, calc(var(--p,0) * -190px), 0);top:58%;left:5%}.Metodo-module-scss-module__KxZZZG__lupa2{width:52px;height:52px;transform:translate3d(calc(var(--p,0) * 34px), calc(var(--p,0) * -90px), 0);color:#ffffff0f;top:20%;left:15%}.Metodo-module-scss-module__KxZZZG__lupa3{width:66px;height:66px;transform:translate3d(0, calc(var(--p,0) * -250px), 0);top:72%;left:39%}.Metodo-module-scss-module__KxZZZG__lupa4{width:46px;height:46px;transform:translate3d(calc(var(--p,0) * -28px), calc(var(--p,0) * -120px), 0);color:#ffffff0f;top:26%;left:61%}.Metodo-module-scss-module__KxZZZG__lupa5{width:94px;height:94px;transform:translate3d(0, calc(var(--p,0) * -210px), 0);top:56%;left:82%}.Metodo-module-scss-module__KxZZZG__lupa6{width:40px;height:40px;transform:translate3d(0, calc(var(--p,0) * -70px), 0);color:#ffffff0d;top:18%;left:90%}@media (prefers-reduced-motion:no-preference){.Metodo-module-scss-module__KxZZZG__lupa1{animation:7s ease-in-out infinite Metodo-module-scss-module__KxZZZG__floatA}.Metodo-module-scss-module__KxZZZG__lupa2{animation:9s ease-in-out infinite Metodo-module-scss-module__KxZZZG__floatB}.Metodo-module-scss-module__KxZZZG__lupa3{animation:8.4s ease-in-out infinite Metodo-module-scss-module__KxZZZG__floatA}.Metodo-module-scss-module__KxZZZG__lupa4{animation:10.5s ease-in-out infinite Metodo-module-scss-module__KxZZZG__floatB}.Metodo-module-scss-module__KxZZZG__lupa5{animation:7.8s ease-in-out infinite Metodo-module-scss-module__KxZZZG__floatA}.Metodo-module-scss-module__KxZZZG__lupa6{animation:11s ease-in-out infinite Metodo-module-scss-module__KxZZZG__floatB}}@keyframes Metodo-module-scss-module__KxZZZG__floatA{0%,to{translate:0}50%{translate:0 -16px}}@keyframes Metodo-module-scss-module__KxZZZG__floatB{0%,to{translate:0}50%{translate:14px -10px}}.Metodo-module-scss-module__KxZZZG__titleStack{display:inline-block;position:relative}.Metodo-module-scss-module__KxZZZG__titleBase{position:relative}.Metodo-module-scss-module__KxZZZG__googleWord{letter-spacing:.04em}.Metodo-module-scss-module__KxZZZG__titleCaret{vertical-align:-.1em;background:currentColor;border-radius:1px;width:.055em;height:.92em;margin-left:.04em;display:inline-block}@media (prefers-reduced-motion:no-preference){.Metodo-module-scss-module__KxZZZG__titleCaret{animation:1.05s step-end infinite Metodo-module-scss-module__KxZZZG__caret}}.Metodo-module-scss-module__KxZZZG__titleShine{pointer-events:none;color:#0000;position:absolute;inset:0}@supports ((-webkit-background-clip:text) or (background-clip:text)){@media (prefers-reduced-motion:no-preference){.Metodo-module-scss-module__KxZZZG__titleShine{background:linear-gradient(100deg,#0000 38%,#ffffffe6 50%,#0000 62%) 180% 0/220% 100%;-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;animation:1.25s cubic-bezier(.22,.61,.36,1) forwards Metodo-module-scss-module__KxZZZG__titleSheen}}}@keyframes Metodo-module-scss-module__KxZZZG__titleSheen{0%{background-position:180% 0}to{background-position:-80% 0}}.Metodo-module-scss-module__KxZZZG__serp{color:#202124;text-align:left;background:#fff;border-radius:16px;max-width:940px;margin:0 auto clamp(44px,5.5vw,68px);font-family:Arial,Helvetica Neue,Segoe UI,sans-serif;overflow:hidden;box-shadow:0 50px 110px -50px #000000b3,0 8px 24px -12px #00000080}.Metodo-module-scss-module__KxZZZG__serp__top{align-items:center;gap:20px;padding:18px 22px 16px;display:flex}.Metodo-module-scss-module__KxZZZG__serp__logo{flex:none;width:auto;height:26px}.Metodo-module-scss-module__KxZZZG__serp__search{color:#202124;border:1px solid #dfe1e5;border-radius:24px;flex:1;align-items:center;gap:12px;min-width:0;height:46px;padding:0 16px;font-size:16px;display:flex;box-shadow:0 1px 6px #2021241f}.Metodo-module-scss-module__KxZZZG__serp__searchIc{flex:none;width:20px;height:20px}.Metodo-module-scss-module__KxZZZG__serp__q{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.Metodo-module-scss-module__KxZZZG__serp__caret{vertical-align:-4px;background:#4285f4;width:1.5px;height:19px;margin-left:1px;display:inline-block}.Metodo-module-scss-module__KxZZZG__serp__mic{flex:none;width:22px;height:22px}.Metodo-module-scss-module__KxZZZG__serp__lens{flex:none;width:21px;height:21px}@media (prefers-reduced-motion:no-preference){.Metodo-module-scss-module__KxZZZG__serp__caret{animation:1.1s step-end infinite Metodo-module-scss-module__KxZZZG__caret}}@keyframes Metodo-module-scss-module__KxZZZG__caret{0%,50%{opacity:1}51%,to{opacity:0}}.Metodo-module-scss-module__KxZZZG__serp__tabs{color:#5f6368;border-bottom:1px solid #ebebeb;align-items:center;gap:26px;padding:4px 24px 0;font-size:13px;display:flex}.Metodo-module-scss-module__KxZZZG__serp__tab{border-bottom:3px solid #0000;margin-bottom:-1px;padding:10px 0 12px}.Metodo-module-scss-module__KxZZZG__serp__tab--active{color:#1a73e8;border-bottom-color:#1a73e8;font-weight:500}.Metodo-module-scss-module__KxZZZG__serp__tabsMeta{color:#70757a;margin-left:auto;font-size:12px}.Metodo-module-scss-module__KxZZZG__serp__body{grid-template-columns:1.18fr .92fr;align-items:start;gap:30px;padding:22px 24px 28px;display:grid}.Metodo-module-scss-module__KxZZZG__results{flex-direction:column;gap:4px;min-width:0;display:flex}.Metodo-module-scss-module__KxZZZG__result{appearance:none;text-align:left;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;width:100%;padding:14px 16px;transition:background .18s,border-color .18s,box-shadow .18s;display:block}.Metodo-module-scss-module__KxZZZG__result:hover,.Metodo-module-scss-module__KxZZZG__result--active{background:#f4f8ff;border-color:#d6e4fe}.Metodo-module-scss-module__KxZZZG__result--active{box-shadow:0 1px 3px #1a73e824}.Metodo-module-scss-module__KxZZZG__result:focus-visible{outline-offset:2px;outline:2px solid #1a73e8}.Metodo-module-scss-module__KxZZZG__result__head{align-items:center;gap:10px;margin-bottom:6px;display:flex}.Metodo-module-scss-module__KxZZZG__result__fav{background:#f1f3f4;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;display:grid}.Metodo-module-scss-module__KxZZZG__result__fav svg{width:15px;height:15px}.Metodo-module-scss-module__KxZZZG__result__crumb{min-width:0;line-height:1.25}.Metodo-module-scss-module__KxZZZG__result__site{color:#202124;font-size:13px;display:block}.Metodo-module-scss-module__KxZZZG__result__path{color:#5f6368;white-space:nowrap;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.Metodo-module-scss-module__KxZZZG__result__title{color:#1a0dab;margin-bottom:3px;font-family:Arial,sans-serif;font-size:19px;line-height:1.3;display:block}.Metodo-module-scss-module__KxZZZG__result:hover .Metodo-module-scss-module__KxZZZG__result__title{text-decoration:underline}.Metodo-module-scss-module__KxZZZG__result__snip{color:#4d5156;font-size:14px;line-height:1.55;display:block}.Metodo-module-scss-module__KxZZZG__panel{border:1px solid #dadce0;border-radius:14px;position:sticky;top:24px;overflow:hidden;box-shadow:0 1px 4px #2021241f}.Metodo-module-scss-module__KxZZZG__panel__cover{place-items:center;height:124px;display:grid;position:relative}.Metodo-module-scss-module__KxZZZG__panel__coverImg{object-fit:cover;width:100%;height:100%;display:block}.Metodo-module-scss-module__KxZZZG__panel__num{color:#3c4043;background:#fff;border-radius:999px;padding:5px 12px;font-size:11.5px;font-weight:600;position:absolute;bottom:12px;left:12px;box-shadow:0 1px 3px #00000038}.Metodo-module-scss-module__KxZZZG__panel__pad{padding:16px 18px 18px}.Metodo-module-scss-module__KxZZZG__panel__title{color:#202124;margin-bottom:5px;font-family:Google Sans,Segoe UI,Arial,sans-serif;font-size:22px;font-weight:400;line-height:1.2}.Metodo-module-scss-module__KxZZZG__panel__stars{color:#fbbc04;gap:2px;margin-bottom:8px;display:flex}.Metodo-module-scss-module__KxZZZG__panel__stars svg{width:17px;height:17px;display:block}.Metodo-module-scss-module__KxZZZG__panel__cat{color:#70757a;margin-bottom:8px;font-size:14px}.Metodo-module-scss-module__KxZZZG__panel__status{color:#188038;align-items:center;gap:7px;margin-bottom:6px;font-size:14px;font-weight:500;display:flex}.Metodo-module-scss-module__KxZZZG__dot{border-radius:50%;width:7px;height:7px;display:inline-block}.Metodo-module-scss-module__KxZZZG__panel__row{color:#3c4043;border-top:1px solid #f1f1f1;align-items:flex-start;gap:11px;padding:9px 0;font-size:14px;line-height:1.45;display:flex}.Metodo-module-scss-module__KxZZZG__panel__rowIc{flex:none;margin-top:1px}.Metodo-module-scss-module__KxZZZG__panel__rowIc svg{width:17px;height:17px}.Metodo-module-scss-module__KxZZZG__panel__desc{color:#5f6368;border-top:1px solid #f1f1f1;margin-top:12px;padding-top:13px;font-size:13.5px;line-height:1.6}@media (prefers-reduced-motion:no-preference){.Metodo-module-scss-module__KxZZZG__panel__inner{animation:.32s cubic-bezier(.16,.84,.3,1) Metodo-module-scss-module__KxZZZG__panelIn}}@keyframes Metodo-module-scss-module__KxZZZG__panelIn{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:none}}.Metodo-module-scss-module__KxZZZG__honest{background:#20201f;border:1px solid #2e2d2b;border-radius:18px;align-items:center;gap:20px;max-width:820px;margin:0 auto;padding:26px 30px;display:flex}.Metodo-module-scss-module__KxZZZG__honest p{color:#faf6f1d1;font-size:16px;line-height:1.55}.Metodo-module-scss-module__KxZZZG__honest strong{color:#fff;font-weight:700}.Metodo-module-scss-module__KxZZZG__honest__badge{background:var(--coral);border-radius:50%;flex:none;place-items:center;width:46px;height:46px;display:grid}.Metodo-module-scss-module__KxZZZG__honest__badge svg{color:#fff;width:23px;height:23px}@media (max-width:860px){.Metodo-module-scss-module__KxZZZG__serp__body{grid-template-columns:1fr;gap:22px}.Metodo-module-scss-module__KxZZZG__serp__logo{display:none}.Metodo-module-scss-module__KxZZZG__panel{position:static}}@media (max-width:620px){.Metodo-module-scss-module__KxZZZG__serp__top{gap:12px;padding:14px 16px}.Metodo-module-scss-module__KxZZZG__serp__search{gap:9px;height:44px}.Metodo-module-scss-module__KxZZZG__serp__tabs{gap:18px;padding:4px 16px 0}.Metodo-module-scss-module__KxZZZG__serp__tabsMeta{display:none}.Metodo-module-scss-module__KxZZZG__serp__body{padding:18px 16px 22px}.Metodo-module-scss-module__KxZZZG__result{padding:12px}.Metodo-module-scss-module__KxZZZG__result__title{font-size:18px}.Metodo-module-scss-module__KxZZZG__honest{align-items:flex-start;gap:16px;padding:22px}}
.PorQueAFeitosa-module-scss-module__o5-TKG__why{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.PorQueAFeitosa-module-scss-module__o5-TKG__why__item{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);align-items:flex-start;gap:18px;padding:28px;display:flex}.PorQueAFeitosa-module-scss-module__o5-TKG__why__ic{background:var(--coral-wash);border-radius:14px;flex:none;place-items:center;width:50px;height:50px;display:grid}.PorQueAFeitosa-module-scss-module__o5-TKG__why__ic svg{width:24px;height:24px;color:var(--coral-deep)}.PorQueAFeitosa-module-scss-module__o5-TKG__why__item h3{font-family:var(--font-open-sans);margin-bottom:6px;font-size:19px}.PorQueAFeitosa-module-scss-module__o5-TKG__why__item p{color:var(--ink-3);font-size:15px}@media (max-width:980px){.PorQueAFeitosa-module-scss-module__o5-TKG__why{grid-template-columns:1fr}}
.Portfolio-module-scss-module__LMIoKa__portfolioSection{background:var(--cream-2)}.Portfolio-module-scss-module__LMIoKa__portfolio{grid-template-columns:repeat(auto-fit,minmax(258px,1fr));gap:24px;display:grid}.Portfolio-module-scss-module__LMIoKa__work{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .25s;overflow:hidden}.Portfolio-module-scss-module__LMIoKa__work:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.Portfolio-module-scss-module__LMIoKa__work__shot{background:radial-gradient(125% 100% at 50% 0%, var(--coral-wash), #dceafb);border-bottom:1px solid var(--line);justify-content:center;height:196px;padding:24px 24px 0;display:flex;overflow:hidden}.Portfolio-module-scss-module__LMIoKa__mock{border:1px solid var(--line-2);background:#fff;border-radius:11px 11px 0 0;width:100%;max-width:270px;overflow:hidden;box-shadow:0 22px 40px -24px #18181873}.Portfolio-module-scss-module__LMIoKa__mock__bar{border-bottom:1px solid var(--line-2);background:#f3ede4;align-items:center;gap:5px;padding:9px 11px;display:flex}.Portfolio-module-scss-module__LMIoKa__mock__bar span{background:#d8cdbd;border-radius:50%;width:7px;height:7px}.Portfolio-module-scss-module__LMIoKa__mock__nav{border-bottom:1px solid #f0ece6;justify-content:space-between;align-items:center;padding:11px 14px;display:flex}.Portfolio-module-scss-module__LMIoKa__mock__logo{background:var(--ink);opacity:.82;border-radius:3px;width:44px;height:9px}.Portfolio-module-scss-module__LMIoKa__mock__menu{gap:5px;display:flex}.Portfolio-module-scss-module__LMIoKa__mock__menu i{background:#e6ddd0;border-radius:2px;width:13px;height:5px}.Portfolio-module-scss-module__LMIoKa__mock__hero{background:linear-gradient(135deg,#fbf1ea,#fff);flex-direction:column;align-items:flex-start;gap:8px;padding:18px 16px 26px;display:flex}.Portfolio-module-scss-module__LMIoKa__mock__icon{background:var(--coral-wash);border-radius:11px;place-items:center;width:40px;height:40px;margin-bottom:5px;display:grid}.Portfolio-module-scss-module__LMIoKa__mock__icon svg{width:21px;height:21px;color:var(--coral-deep)}.Portfolio-module-scss-module__LMIoKa__mock__line{background:#ece6dd;border-radius:4px;height:7px;display:block}.Portfolio-module-scss-module__LMIoKa__mock__btn{color:#fff;background:var(--coral);border-radius:999px;margin-top:7px;padding:7px 14px;font-size:10.5px;font-weight:700}.Portfolio-module-scss-module__LMIoKa__work__body{padding:20px 24px 26px}.Portfolio-module-scss-module__LMIoKa__work__tag{letter-spacing:.06em;text-transform:uppercase;color:var(--coral-deep);margin-bottom:9px;font-size:12px;font-weight:700;display:inline-block}.Portfolio-module-scss-module__LMIoKa__work__body p{color:var(--ink-3);font-size:15px;line-height:1.5}.Portfolio-module-scss-module__LMIoKa__testi{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:56px;display:grid}.Portfolio-module-scss-module__LMIoKa__quote{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;padding:30px;display:flex}.Portfolio-module-scss-module__LMIoKa__quote .stars{margin-bottom:14px}.Portfolio-module-scss-module__LMIoKa__quote blockquote{color:var(--ink-2);flex:1;font-size:16px;line-height:1.55}.Portfolio-module-scss-module__LMIoKa__quote__who{align-items:center;gap:12px;margin-top:22px;display:flex}.Portfolio-module-scss-module__LMIoKa__quote__av{background:var(--coral-wash);width:44px;height:44px;color:var(--coral-deep);font-family:var(--font-display);border-radius:50%;place-items:center;font-weight:800;display:grid}.Portfolio-module-scss-module__LMIoKa__quote__who b{color:var(--ink);font-size:15px;font-family:var(--font-body);display:block}.Portfolio-module-scss-module__LMIoKa__quote__who>span>span{color:var(--ink-3);font-size:13px}
.ClientsCarousel-module-scss-module__39X8mW__carousel{--card-w:clamp(258px, 42vw, 500px);--ease:cubic-bezier(.16, 1, .3, 1);position:relative}.ClientsCarousel-module-scss-module__39X8mW__glow{width:min(820px,92%);height:calc(var(--card-w)*2/3 + 96px);z-index:0;pointer-events:none;filter:blur(72px)saturate(1.35);will-change:filter;position:absolute;top:0%;left:50%;transform:translate(-50%)}.ClientsCarousel-module-scss-module__39X8mW__glowA,.ClientsCarousel-module-scss-module__39X8mW__glowB{background:var(--glow);transition:background-color .7s var(--ease);border-radius:50%;margin:auto;position:absolute;inset:0}.ClientsCarousel-module-scss-module__39X8mW__glowA{opacity:.5;width:66%;height:72%}.ClientsCarousel-module-scss-module__39X8mW__glowB{opacity:.42;width:40%;height:96%}@media (prefers-reduced-motion:no-preference){.ClientsCarousel-module-scss-module__39X8mW__glowA{animation:ClientsCarousel-module-scss-module__39X8mW__drift1 15s var(--ease) infinite}.ClientsCarousel-module-scss-module__39X8mW__glowB{animation:ClientsCarousel-module-scss-module__39X8mW__drift2 19s var(--ease) infinite}}.ClientsCarousel-module-scss-module__39X8mW__viewport{z-index:1;touch-action:pan-y;position:relative;overflow-x:clip}.ClientsCarousel-module-scss-module__39X8mW__carousel:before,.ClientsCarousel-module-scss-module__39X8mW__carousel:after{content:"";z-index:110;pointer-events:none;width:clamp(20px,4%,56px);position:absolute;top:0;bottom:0}.ClientsCarousel-module-scss-module__39X8mW__carousel:before{background:linear-gradient(to right, var(--cream-2), transparent);left:0}.ClientsCarousel-module-scss-module__39X8mW__carousel:after{background:linear-gradient(to left, var(--cream-2), transparent);right:0}.ClientsCarousel-module-scss-module__39X8mW__stage{height:calc(var(--card-w)*2/3);perspective:1700px;margin-bottom:clamp(34px,5vw,52px);position:relative}.ClientsCarousel-module-scss-module__39X8mW__track{transform-style:preserve-3d;position:absolute;inset:0}.ClientsCarousel-module-scss-module__39X8mW__slide{width:var(--card-w);height:calc(var(--card-w)*2/3);cursor:pointer;transform-origin:50%;transform:translateX(var(--tx)) translateZ(var(--tz)) rotateY(var(--ry)) translateY(0px) scale(var(--s));transition:transform .55s var(--ease),opacity .55s var(--ease),filter .55s var(--ease);-webkit-box-reflect:below 8px linear-gradient(transparent 58%, #18181829);background:0 0;border:0;margin:auto;padding:0;position:absolute;inset:0}.ClientsCarousel-module-scss-module__39X8mW__slide img{object-fit:cover;border:1px solid var(--line);background:var(--cream-2);width:100%;height:100%;box-shadow:var(--shadow-lg);-webkit-user-select:none;user-select:none;transition:box-shadow .4s var(--ease);border-radius:18px;display:block}.ClientsCarousel-module-scss-module__39X8mW__activeSlide:hover{transform:translateX(var(--tx)) translateZ(var(--tz)) rotateY(var(--ry)) translateY(-10px) scale(calc(var(--s) * 1.03))}.ClientsCarousel-module-scss-module__39X8mW__activeSlide:hover img{box-shadow:0 55px 110px -42px #1818188c}.ClientsCarousel-module-scss-module__39X8mW__caption{z-index:1;text-align:center;max-width:60ch;animation:ClientsCarousel-module-scss-module__39X8mW__capIn .55s var(--ease) both;flex-direction:column;align-items:center;margin:0 auto;display:flex;position:relative}.ClientsCarousel-module-scss-module__39X8mW__name{font-family:var(--font-open-sans);color:var(--ink);letter-spacing:-.01em;font-size:clamp(20px,2.4vw,27px);font-weight:700}.ClientsCarousel-module-scss-module__39X8mW__tag{letter-spacing:.08em;text-transform:uppercase;color:var(--coral-deep);margin-top:3px;font-size:13px;font-weight:700}.ClientsCarousel-module-scss-module__39X8mW__desc{color:var(--ink-3);margin-top:14px;font-size:15.5px;line-height:1.62}.ClientsCarousel-module-scss-module__39X8mW__seo{color:var(--coral-deep);text-underline-offset:2px;font-weight:700;-webkit-text-decoration:underline #bf5d3b66;text-decoration:underline #bf5d3b66;transition:text-decoration-color .2s,color .2s}.ClientsCarousel-module-scss-module__39X8mW__seo:hover{color:var(--coral);text-decoration-color:currentColor}.ClientsCarousel-module-scss-module__39X8mW__link{font-family:var(--font-open-sans);color:var(--coral-deep);align-items:center;gap:6px;margin-top:16px;font-size:14px;font-weight:700;display:inline-flex}.ClientsCarousel-module-scss-module__39X8mW__link svg{width:16px;height:16px;transition:transform .2s var(--ease)}.ClientsCarousel-module-scss-module__39X8mW__link:hover svg{transform:translate(2px,-2px)}.ClientsCarousel-module-scss-module__39X8mW__controls{justify-content:center;align-items:center;gap:20px;margin-top:clamp(26px,4vw,38px);display:flex}.ClientsCarousel-module-scss-module__39X8mW__arrow{border:1px solid var(--line);background:var(--white);width:46px;height:46px;color:var(--ink);cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .2s var(--ease),box-shadow .25s var(--ease),border-color .2s,opacity .2s;border-radius:50%;place-items:center;display:grid}.ClientsCarousel-module-scss-module__39X8mW__arrow svg{width:20px;height:20px}.ClientsCarousel-module-scss-module__39X8mW__arrow:hover:not(:disabled){box-shadow:var(--shadow-md);border-color:var(--ink);transform:translateY(-2px)}.ClientsCarousel-module-scss-module__39X8mW__arrow:disabled{opacity:.35;cursor:not-allowed}.ClientsCarousel-module-scss-module__39X8mW__dots{align-items:center;gap:9px;display:flex}.ClientsCarousel-module-scss-module__39X8mW__dot{background:var(--line);cursor:pointer;width:8px;height:8px;transition:width .35s var(--ease),background .25s ease;border:0;border-radius:999px;padding:0}.ClientsCarousel-module-scss-module__39X8mW__dot:hover{background:#d8c8b4}.ClientsCarousel-module-scss-module__39X8mW__dotActive{background:var(--coral);width:26px}.ClientsCarousel-module-scss-module__39X8mW__dotActive:hover{background:var(--coral)}@media (min-width:760px){.ClientsCarousel-module-scss-module__39X8mW__carousel{--card-w:clamp(380px, 46vw, 620px)}.ClientsCarousel-module-scss-module__39X8mW__arrow{top:calc(var(--card-w)/3);z-index:120;width:52px;height:52px;position:absolute;transform:translateY(-50%)}.ClientsCarousel-module-scss-module__39X8mW__prev{left:clamp(0px,2vw,30px)}.ClientsCarousel-module-scss-module__39X8mW__next{right:clamp(0px,2vw,30px)}.ClientsCarousel-module-scss-module__39X8mW__arrow:hover:not(:disabled){transform:translateY(calc(-50% - 2px))}}@media (prefers-reduced-motion:reduce){.ClientsCarousel-module-scss-module__39X8mW__slide{-webkit-box-reflect:none;transition:none}.ClientsCarousel-module-scss-module__39X8mW__slide img{transition:none}.ClientsCarousel-module-scss-module__39X8mW__caption{animation:none}.ClientsCarousel-module-scss-module__39X8mW__dot{transition:none}}@keyframes ClientsCarousel-module-scss-module__39X8mW__capIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes ClientsCarousel-module-scss-module__39X8mW__drift1{0%,to{transform:translate(-5%,-4%)scale(1)}50%{transform:translate(5%,4%)scale(1.06)}}@keyframes ClientsCarousel-module-scss-module__39X8mW__drift2{0%,to{transform:translate(4%,3%)scale(1.04)}50%{transform:translate(-4%,-3%)scale(.96)}}
.FAQ-module-scss-module__IklhGW__faq{max-width:820px;margin:0 auto}.FAQ-module-scss-module__IklhGW__qa{border-bottom:1px solid var(--line)}.FAQ-module-scss-module__IklhGW__qa__q{text-align:left;cursor:pointer;width:100%;font-family:var(--font-display);color:var(--ink);background:0 0;border:none;justify-content:space-between;align-items:center;gap:18px;padding:26px 4px;font-size:19px;font-weight:700;display:flex}.FAQ-module-scss-module__IklhGW__qa__sign{border:1.5px solid var(--line);border-radius:50%;flex:none;place-items:center;width:30px;height:30px;transition:all .2s;display:grid;position:relative}.FAQ-module-scss-module__IklhGW__qa__sign:before,.FAQ-module-scss-module__IklhGW__qa__sign:after{content:"";background:var(--ink);border-radius:2px;position:absolute}.FAQ-module-scss-module__IklhGW__qa__sign:before{width:13px;height:2px}.FAQ-module-scss-module__IklhGW__qa__sign:after{width:2px;height:13px;transition:transform .25s}.FAQ-module-scss-module__IklhGW__open .FAQ-module-scss-module__IklhGW__qa__sign{background:var(--coral);border-color:var(--coral)}.FAQ-module-scss-module__IklhGW__open .FAQ-module-scss-module__IklhGW__qa__sign:before,.FAQ-module-scss-module__IklhGW__open .FAQ-module-scss-module__IklhGW__qa__sign:after{background:#fff}.FAQ-module-scss-module__IklhGW__open .FAQ-module-scss-module__IklhGW__qa__sign:after{transform:scaleY(0)}.FAQ-module-scss-module__IklhGW__qa__a{grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.16,.84,.3,1);display:grid}.FAQ-module-scss-module__IklhGW__open .FAQ-module-scss-module__IklhGW__qa__a{grid-template-rows:1fr}.FAQ-module-scss-module__IklhGW__qa__inner{min-height:0;overflow:hidden}.FAQ-module-scss-module__IklhGW__qa__inner p{color:var(--ink-3);padding:2px 4px 26px;font-size:16px;line-height:1.6}
.CtaFinal-module-scss-module__j6bGNa__cta__final{background:var(--coral);color:#fff;text-align:center}.CtaFinal-module-scss-module__j6bGNa__cta__final h2{color:#fff;margin-bottom:18px;font-size:clamp(32px,5vw,56px)}.CtaFinal-module-scss-module__j6bGNa__cta__final p{color:#ffffffe6;max-width:600px;margin:0 auto 36px;font-size:clamp(17px,1.9vw,21px)}.CtaFinal-module-scss-module__j6bGNa__cta__final .btn--light{box-shadow:0 20px 44px -16px #00000059}.CtaFinal-module-scss-module__j6bGNa__sub__note{color:#ffffffc7;margin-top:20px;font-size:14px}
.Footer-module-scss-module__kQc2fa__footer{background:var(--invert-bg);color:#faf6f1b3;padding:64px 0 36px}.Footer-module-scss-module__kQc2fa__footer__top{border-bottom:1px solid #2c2b29;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}.Footer-module-scss-module__kQc2fa__footer__brand img{height:28px;margin-bottom:18px}.Footer-module-scss-module__kQc2fa__footer__brand p{color:#faf6f199;max-width:320px;font-size:15px}.Footer-module-scss-module__kQc2fa__footer h4{color:#fff;letter-spacing:.08em;text-transform:uppercase;font-size:14px;font-family:var(--font-body);margin-bottom:18px;font-weight:700}.Footer-module-scss-module__kQc2fa__footer ul{gap:12px;list-style:none;display:grid}.Footer-module-scss-module__kQc2fa__footer ul a{color:#faf6f1b3;align-items:center;gap:9px;font-size:15px;transition:color .15s;display:inline-flex}.Footer-module-scss-module__kQc2fa__footer ul a:hover{color:var(--coral)}.Footer-module-scss-module__kQc2fa__footer ul svg{width:16px;height:16px}.Footer-module-scss-module__kQc2fa__footer__bottom{color:#faf6f180;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:26px;font-size:13px;display:flex}.Footer-module-scss-module__kQc2fa__made{align-items:center;gap:7px;display:inline-flex}.Footer-module-scss-module__kQc2fa__made b{color:var(--coral)}@media (max-width:980px){.Footer-module-scss-module__kQc2fa__footer__top{grid-template-columns:1fr 1fr}.Footer-module-scss-module__kQc2fa__footer__brand{grid-column:1/-1}}@media (max-width:620px){.Footer-module-scss-module__kQc2fa__footer__top{grid-template-columns:1fr}.Footer-module-scss-module__kQc2fa__footer__bottom{flex-direction:column;align-items:flex-start}}
.WhatsAppFloat-module-scss-module__334hPG__wa__float{z-index:60;background:var(--wa);color:#fff;border-radius:50%;place-items:center;width:60px;height:60px;transition:transform .2s;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:0 14px 30px -8px #25d36699}.WhatsAppFloat-module-scss-module__334hPG__wa__float:hover{transform:scale(1.07)}.WhatsAppFloat-module-scss-module__334hPG__wa__float svg{width:30px;height:30px}@media (max-width:620px){.WhatsAppFloat-module-scss-module__334hPG__wa__float{width:54px;height:54px;bottom:48px;right:16px}}
