:root{--teal: #3b888f;--pink: #f675c6;--yellow: #fbca07;--cream: #fefefe;--text: #1a2e32;--text-muted: #3d5a62;--hero-mono: var(--teal);--font: "Nunito", system-ui, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--max: 72rem;--header-h: 4.25rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:1.0625rem;line-height:1.6;color:var(--text);background:var(--cream)}img{max-width:100%;height:auto;display:block}a{color:var(--teal);text-decoration-thickness:2px;text-underline-offset:3px}a:hover{color:var(--text)}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;padding:var(--space-sm) var(--space-md);background:var(--yellow);color:var(--text);font-weight:700;text-decoration:none}.skip-link:focus{left:var(--space-sm);top:var(--space-sm)}.wrap{width:min(100% - var(--space-md) * 2,var(--max));margin-inline:auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;min-height:var(--header-h);background:transparent;transition:background-color .2s ease,color .2s ease}.site-header.header--solid{background:var(--cream)}.site-header.header--solid.header--teal{background:var(--hero-mono)}.site-header.header--solid.header--teal .logo{color:var(--cream)}.site-header.header--solid.header--teal .logo:hover{color:var(--yellow)}.site-header.header--solid.header--teal .nav-toggle{background:var(--yellow)}.site-header.header--solid.header--teal .nav-toggle-bar{background:var(--text)}@media(min-width:52.0625rem){.site-header.header--solid.header--teal .nav-list a{color:#fefefeeb}.site-header.header--solid.header--teal .nav-list a:hover{color:var(--yellow)}.site-header.header--solid.header--teal .nav-list a[aria-current=page]{color:var(--yellow);font-weight:800}.site-header.header--solid.header--teal .nav-cta{background:var(--cream);color:var(--text)!important}.site-header.header--solid.header--teal .nav-cta:hover{background:var(--yellow);color:var(--text)!important}}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding-block:var(--space-sm);min-height:var(--header-h)}.logo{display:inline-flex;align-items:center;gap:.65rem;color:var(--text);text-decoration:none;font-weight:800;font-size:1.35rem;letter-spacing:-.02em}.site-header:not(.header--solid) .logo{color:var(--cream)}.logo:hover{color:var(--teal)}.site-header:not(.header--solid) .logo:hover{color:var(--yellow)}.logo-icon{height:2.5rem;width:auto;max-width:2.75rem;flex-shrink:0;object-fit:contain;display:block}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.75rem;height:2.75rem;padding:0;background:var(--yellow);border:none;cursor:pointer}.site-header.header--solid .nav-toggle{background:var(--teal)}.nav-toggle-bar{display:block;width:1.25rem;height:3px;margin-inline:auto;background:var(--teal)}.site-header.header--solid .nav-toggle-bar{background:var(--cream)}.nav-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm) var(--space-lg)}.nav-list a{color:var(--text);font-weight:600;text-decoration:none}.site-header:not(.header--solid) .nav-list a{color:var(--cream)}.nav-list a:hover{color:var(--teal)}.site-header:not(.header--solid) .nav-list a:hover{color:var(--yellow)}.nav-cta{display:inline-block;padding:.5rem 1rem;background:var(--pink);color:var(--text)!important}.site-header:not(.header--solid) .nav-cta{background:var(--cream);color:var(--text)!important}.nav-cta:hover{background:var(--yellow);color:var(--text)!important}.site-header:not(.header--solid) .nav-cta:hover{background:var(--yellow)}@media(max-width:52rem){.nav-toggle{display:flex}.nav{position:absolute;left:0;right:0;top:100%;background:var(--cream);max-height:0;overflow:hidden;transition:max-height .25s ease}.nav.is-open{max-height:20rem}.site-header:not(.header--solid) .nav.is-open{background:var(--cream)}.site-header:not(.header--solid) .nav.is-open .nav-list a{color:var(--text)}.site-header:not(.header--solid) .nav.is-open .nav-list a:hover{color:var(--teal)}.nav-list{flex-direction:column;align-items:stretch;padding:var(--space-md);gap:var(--space-sm)}.nav-cta{text-align:center}}.hero{position:relative;min-height:100vh;min-height:100dvh;background:var(--hero-mono);color:var(--cream)}.hero-screen{position:relative;min-height:inherit;display:flex;flex-direction:column;padding-top:var(--header-h);padding-bottom:var(--space-lg)}.hero-fx{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.hero-shape{position:absolute}.hero-shape-a{width:min(42vw,15rem);aspect-ratio:1;background:var(--pink);top:12%;right:-5%;animation:hero-drift-a 14s ease-in-out infinite alternate}.hero-shape-b{width:min(28vw,10rem);aspect-ratio:1;background:var(--yellow);bottom:18%;left:-3%;animation:hero-drift-b 11s ease-in-out infinite alternate}.hero-shape-c{width:min(18vw,6.5rem);aspect-ratio:1;background:var(--cream);opacity:.35;top:38%;right:18%;animation:hero-drift-c 9s ease-in-out infinite alternate}.hero-shape-d{width:min(55vw,20rem);height:.65rem;background:var(--yellow);bottom:32%;right:8%;transform:rotate(-8deg);animation:hero-slide 18s linear infinite}@keyframes hero-drift-a{0%{transform:translate(0)}to{transform:translate(-1.25rem,1.5rem)}}@keyframes hero-drift-b{0%{transform:translate(0) rotate(0)}to{transform:translate(1.5rem,-1rem) rotate(12deg)}}@keyframes hero-drift-c{0%{transform:translate(0) scale(1)}to{transform:translate(-.75rem,1.25rem) scale(1.08)}}@keyframes hero-slide{0%{transform:rotate(-8deg) translate(0)}to{transform:rotate(-8deg) translate(-2rem)}}.hero-main{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:center;min-height:0}.hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.18fr);gap:clamp(var(--space-md),4vw,var(--space-xl));align-items:center}@media(max-width:52rem){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-actions{justify-content:center}.hero-brand-img{margin-inline:auto;max-width:min(100%,30rem)}}.hero-brand-img{width:100%;max-width:min(100%,40rem);height:auto;display:block;margin-left:auto;object-fit:contain;animation:gfx-brand-logo 7s ease-in-out infinite alternate}.hero-tag{margin:0 0 var(--space-xs);font-weight:800;font-size:.8125rem;text-transform:uppercase;letter-spacing:.14em;color:var(--yellow)}.hero h1{margin:0 0 var(--space-md);font-size:clamp(2.15rem,5.5vw,3.5rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:var(--cream)}.hero-lead{margin:0 0 var(--space-lg);color:#fefefee0;max-width:36ch}@media(max-width:52rem){.hero-lead{margin-inline:auto;max-width:42ch}}.hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.btn{display:inline-block;padding:.85rem 1.5rem;font-family:inherit;font-weight:700;font-size:1rem;text-align:center;text-decoration:none;cursor:pointer;border:none}.btn-primary{background:var(--teal);color:var(--cream)}.btn-primary:hover{background:var(--text);color:var(--cream)}.btn-ghost{background:var(--yellow);color:var(--text)}.btn-ghost:hover{background:var(--pink);color:var(--text)}.btn-hero-primary{background:var(--yellow);color:var(--text)}.btn-hero-primary:hover{background:var(--pink);color:var(--text)}.btn-hero-secondary{background:var(--cream);color:var(--text)}.btn-hero-secondary:hover{background:var(--pink);color:var(--text)}.btn-block{width:100%}.hero-visual{position:relative;display:flex;align-items:center;justify-content:flex-end;min-height:min(52vh,26rem)}@media(max-width:52rem){.hero-visual{justify-content:center;min-height:min(38vh,20rem);margin-top:var(--space-md)}.hero-shape-d{display:none}}.hero-scroll{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);margin-top:auto;padding-top:var(--space-md);color:var(--cream);text-decoration:none;font-weight:700;font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase}.hero-scroll:hover{color:var(--yellow)}.hero-scroll-label{opacity:.9}.hero-scroll-bar{width:2px;height:2.5rem;background:var(--yellow);transform-origin:top center;animation:hero-nudge 1.5s ease-in-out infinite}@keyframes hero-nudge{0%,to{transform:scaleY(1);opacity:1}50%{transform:scaleY(.5);opacity:.55}}@keyframes gfx-brand-logo{0%{transform:translate(0)}to{transform:translateY(-.35rem)}}@keyframes gfx-topbar{0%,to{left:0;width:22%}50%{left:58%;width:40%}}@keyframes gfx-fam-a{0%{transform:translate(0)}to{transform:translate(-.65rem,.45rem)}}@keyframes gfx-fam-b{0%{transform:translate(0)}to{transform:translate(.7rem,-.4rem)}}@keyframes gfx-corner{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}@keyframes gfx-footer-dots{0%,to{opacity:.4;transform:translate(0)}50%{opacity:1;transform:translate(5px)}}@media(prefers-reduced-motion:reduce){.hero-shape,.hero-scroll-bar,.hero-brand-img{animation:none!important}[data-motion],.familias-blocks[data-motion]{opacity:1!important;transform:none!important;transition:none!important}.checklist li[data-motion]:before{transform:scale(1)!important;transition:none!important}.service-card:after,.fam-block-1,.fam-block-2,.contato-card:before,.contato-card:after,.site-footer:before,.section-gfx .gfx-blk,.section-gfx .gfx-bar,.footer-gfx .gfx-blk,.footer-gfx .gfx-bar,.page-equipe-gfx .gfx-blk,.page-equipe-gfx .gfx-bar,.page-edf-gfx .gfx-blk,.page-edf-gfx .gfx-bar{animation:none!important}}.section{padding-block:var(--space-xl)}.section--gfx{position:relative;overflow:hidden}.section--gfx>.wrap{position:relative;z-index:1}.section-gfx{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.gfx-blk,.gfx-bar{position:absolute;display:block}.gfx-sobre-1{width:clamp(2.5rem,8vw,4rem);aspect-ratio:1;background:var(--pink);top:6%;right:2%;animation:gfx-sec-drift-a 11s ease-in-out infinite alternate}.gfx-sobre-2{width:clamp(1.75rem,5vw,2.75rem);aspect-ratio:1;background:var(--yellow);bottom:18%;left:1%;animation:gfx-sec-drift-b 9s ease-in-out infinite alternate}.gfx-sobre-3{width:clamp(1.5rem,4vw,2.25rem);aspect-ratio:1;background:var(--teal);top:42%;left:6%;opacity:.45;animation:gfx-sec-drift-c 8s ease-in-out infinite alternate-reverse}.gfx-sobre-4{width:clamp(1.25rem,3.5vw,2rem);aspect-ratio:1;background:var(--cream);bottom:10%;right:14%;opacity:.55;animation:gfx-sec-drift-a 13s ease-in-out infinite alternate-reverse}.gfx-sobre-bar{width:min(42%,14rem);height:.5rem;background:var(--yellow);bottom:28%;right:-4%;animation:gfx-slide-sobre 16s linear infinite}.gfx-serv-1{width:clamp(3rem,10vw,5rem);aspect-ratio:1;background:var(--teal);top:4%;left:-1.25rem;opacity:.35;animation:gfx-sec-drift-b 12s ease-in-out infinite alternate}.gfx-serv-2{width:clamp(2rem,6vw,3.25rem);aspect-ratio:1;background:var(--pink);top:22%;right:4%;animation:gfx-sec-drift-a 10s ease-in-out infinite alternate-reverse}.gfx-serv-3{width:clamp(1.75rem,5vw,2.75rem);aspect-ratio:1;background:var(--yellow);bottom:8%;left:12%;animation:gfx-sec-drift-c 11s ease-in-out infinite alternate}.gfx-serv-bar-v{width:.45rem;height:clamp(4rem,12vh,7rem);background:var(--pink);top:35%;left:3%;animation:gfx-sec-drift-c 14s ease-in-out infinite alternate-reverse}.gfx-serv-bar-h{width:min(36%,11rem);height:.45rem;background:var(--teal);bottom:14%;right:8%;opacity:.5;animation:gfx-slide-serv-h 20s linear infinite reverse}.gfx-famsec-1{width:clamp(2.25rem,7vw,3.5rem);aspect-ratio:1;background:var(--yellow);top:5%;left:3%;animation:gfx-sec-drift-a 9s ease-in-out infinite alternate}.gfx-famsec-2{width:clamp(1.5rem,4vw,2.25rem);aspect-ratio:1;background:var(--pink);top:18%;right:6%;animation:gfx-sec-drift-b 11s ease-in-out infinite alternate-reverse}.gfx-famsec-3{width:clamp(2rem,6vw,3rem);aspect-ratio:1;background:var(--teal);bottom:10%;right:2%;opacity:.4;animation:gfx-sec-drift-c 10s ease-in-out infinite alternate}.gfx-famsec-4{width:clamp(1.25rem,3.5vw,1.85rem);aspect-ratio:1;background:var(--cream);bottom:22%;left:8%;opacity:.65;animation:gfx-sec-drift-a 15s ease-in-out infinite alternate-reverse}.gfx-famsec-bar{width:.5rem;height:min(45%,9rem);background:var(--yellow);top:30%;right:1.5%;transform:rotate(3deg);animation:gfx-sec-drift-b 13s ease-in-out infinite alternate}.gfx-tdl-1{width:clamp(2rem,6vw,3.25rem);aspect-ratio:1;background:var(--teal);top:8%;left:2%;opacity:.35;animation:gfx-sec-drift-c 11s ease-in-out infinite alternate}.gfx-tdl-2{width:clamp(1.5rem,4.5vw,2.35rem);aspect-ratio:1;background:var(--pink);top:22%;right:5%;animation:gfx-sec-drift-a 10s ease-in-out infinite alternate-reverse}.gfx-tdl-3{width:clamp(1.75rem,5vw,2.75rem);aspect-ratio:1;background:var(--yellow);bottom:14%;right:8%;animation:gfx-sec-drift-b 12s ease-in-out infinite alternate}.gfx-tdl-bar{width:min(40%,13rem);height:.45rem;background:var(--teal);bottom:28%;left:4%;opacity:.4;transform:rotate(-5deg);animation:gfx-slide-serv-h 18s linear infinite reverse}.gfx-unit-1{width:clamp(2rem,6vw,3rem);aspect-ratio:1;background:var(--teal);top:8%;left:4%;opacity:.35;animation:gfx-sec-drift-c 10s ease-in-out infinite alternate}.gfx-unit-2{width:clamp(1.75rem,5vw,2.5rem);aspect-ratio:1;background:var(--pink);bottom:12%;right:5%;animation:gfx-sec-drift-a 12s ease-in-out infinite alternate-reverse}.gfx-unit-3{width:clamp(1.35rem,4vw,2rem);aspect-ratio:1;background:var(--yellow);top:40%;right:10%;animation:gfx-sec-drift-b 9s ease-in-out infinite alternate}.gfx-unit-bar{width:min(38%,12rem);height:.45rem;background:var(--teal);bottom:22%;left:6%;opacity:.45;animation:gfx-slide-serv-h 19s linear infinite reverse}.gfx-cta-1{width:clamp(2.5rem,8vw,3.75rem);aspect-ratio:1;background:var(--pink);top:12%;left:4%;animation:gfx-sec-drift-b 10s ease-in-out infinite alternate}.gfx-cta-2{width:clamp(2rem,6vw,3rem);aspect-ratio:1;background:var(--yellow);top:25%;right:5%;animation:gfx-sec-drift-a 12s ease-in-out infinite alternate-reverse}.gfx-cta-3{width:clamp(1.75rem,5vw,2.5rem);aspect-ratio:1;background:var(--teal);bottom:15%;left:6%;opacity:.5;animation:gfx-sec-drift-c 9s ease-in-out infinite alternate}.gfx-cta-4{width:clamp(1.35rem,4vw,2rem);aspect-ratio:1;background:var(--cream);bottom:20%;right:10%;opacity:.35;animation:gfx-sec-drift-a 14s ease-in-out infinite alternate}.gfx-cta-bar{width:min(52%,15rem);height:.55rem;background:var(--pink);top:7%;left:10%;opacity:.55;animation:gfx-slide-cta 18s linear infinite}.site-footer--gfx .footer-inner{position:relative;z-index:1}.footer-gfx{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.gfx-foot-1{width:2rem;aspect-ratio:1;background:var(--teal);top:18%;left:8%;opacity:.35;animation:gfx-sec-drift-c 11s ease-in-out infinite alternate}.gfx-foot-2{width:1.5rem;aspect-ratio:1;background:var(--pink);bottom:22%;right:10%;animation:gfx-sec-drift-a 9s ease-in-out infinite alternate-reverse}.gfx-foot-3{width:1.25rem;aspect-ratio:1;background:var(--yellow);top:35%;right:6%;animation:gfx-sec-drift-b 10s ease-in-out infinite alternate}.gfx-foot-bar{width:5rem;height:.4rem;background:var(--teal);bottom:12%;left:12%;opacity:.4;animation:gfx-slide-foot 22s linear infinite reverse}@keyframes gfx-sec-drift-a{0%{transform:translate(0)}to{transform:translate(-.5rem,.65rem)}}@keyframes gfx-sec-drift-b{0%{transform:translate(0) rotate(0)}to{transform:translate(.55rem,-.45rem) rotate(8deg)}}@keyframes gfx-sec-drift-c{0%{transform:translate(0) scale(1)}to{transform:translate(-.35rem,.5rem) scale(1.06)}}@keyframes gfx-slide-sobre{0%{transform:rotate(-7deg) translate(0)}to{transform:rotate(-7deg) translate(-1.75rem)}}@keyframes gfx-slide-serv-h{0%{transform:translate(0)}to{transform:translate(-2rem)}}@keyframes gfx-slide-cta{0%{transform:rotate(-4deg) translate(0)}to{transform:rotate(-4deg) translate(-2.25rem)}}@keyframes gfx-slide-foot{0%{transform:translate(0)}to{transform:translate(-1.5rem)}}@media(max-width:36rem){.gfx-sobre-4,.gfx-famsec-4,.gfx-cta-4{display:none}.gfx-cta-bar{opacity:.35}.gfx-eq-5,.gfx-eq-6{display:none}.gfx-eq-bar-2{opacity:.5}.gfx-tdl-3{display:none}}.section-head{max-width:40rem;margin-bottom:var(--space-lg)}.section-head-inline{max-width:none}.section h2{margin:0 0 var(--space-sm);font-size:clamp(1.65rem,3vw,2.25rem);font-weight:800;letter-spacing:-.02em;color:var(--text)}.section-intro{margin:0;color:var(--text-muted)}.section-head-servicos{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(1.25rem,4vw,2.25rem);margin-bottom:var(--space-lg)}.servicos-head-copy{flex:1;min-width:min(100%,17rem)}.servicos-head-copy .section-intro+.section-intro{margin-top:var(--space-md);max-width:42rem}.servicos-head-visual{display:grid;grid-template-columns:2.65rem 2.65rem;gap:.4rem;transform:rotate(-5deg);flex-shrink:0}.servicos-head-bento{display:block;border-radius:.5rem}.servicos-head-bento--teal{height:2.75rem;background:var(--teal);opacity:.92}.servicos-head-bento--pink{height:2.75rem;background:var(--pink);opacity:.95}.servicos-head-bento--yellow{height:1.45rem;background:var(--yellow)}.servicos-head-bento--bar{height:1.45rem;background:color-mix(in srgb,var(--cream) 55%,var(--teal));box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--teal) 28%,transparent)}@media(max-width:28rem){.section-head-servicos{flex-direction:column;align-items:flex-start}.servicos-head-visual{order:-1}}[data-motion]:not(.familias-blocks){opacity:0;transform:translateY(1.35rem);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);transition-delay:var(--motion-delay, 0ms)}[data-motion].is-visible{opacity:1;transform:none}.familias-blocks[data-motion]{opacity:0;transform:translateY(1rem);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.familias-blocks[data-motion].is-visible{opacity:1;transform:none}.pillars .pillar[data-motion]:nth-child(1){--motion-delay: 0ms}.pillars .pillar[data-motion]:nth-child(2){--motion-delay: 90ms}.pillars .pillar[data-motion]:nth-child(3){--motion-delay: .18s}.services-grid .service-card[data-motion]:nth-child(1){--motion-delay: 0ms}.services-grid .service-card[data-motion]:nth-child(2){--motion-delay: 75ms}.services-grid .service-card[data-motion]:nth-child(3){--motion-delay: .15s}.services-grid .service-card[data-motion]:nth-child(4){--motion-delay: 225ms}.services-grid .service-card[data-motion]:nth-child(5){--motion-delay: .3s}.units-matrix .unit-column[data-motion]:nth-child(1){--motion-delay: 0ms}.units-matrix .unit-column[data-motion]:nth-child(2){--motion-delay: .1s}.units-matrix .unit-column[data-motion]:nth-child(3){--motion-delay: .2s}.checklist li[data-motion]:nth-child(1){--motion-delay: 0ms}.checklist li[data-motion]:nth-child(2){--motion-delay: .11s}.checklist li[data-motion]:nth-child(3){--motion-delay: .22s}.checklist li[data-motion]:before{transform:scale(0);transition:transform .45s cubic-bezier(.34,1.56,.64,1);transition-delay:var(--motion-delay, 0ms)}.checklist li[data-motion].is-visible:before{transform:scale(1)}.pillars{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}@media(max-width:52rem){.pillars{grid-template-columns:1fr}}.pillar{padding:var(--space-lg);min-height:100%}.pillar h3{margin:0 0 var(--space-sm);font-size:1.2rem;font-weight:800}.pillar p{margin:0;color:var(--text)}.pillar-teal{background:var(--teal);color:var(--cream)}.pillar-teal h3,.pillar-teal p{color:var(--cream)}.pillar-pink{background:var(--pink)}.pillar-yellow{background:var(--yellow)}.section-servicos{background:var(--cream)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}@media(max-width:40rem){.services-grid{grid-template-columns:1fr}}.service-card{position:relative;padding:var(--space-lg);overflow:hidden}.service-card>*{position:relative;z-index:1}.service-card-icon-wrap{width:3.35rem;height:3.35rem;border-radius:.85rem;display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-md)}.service-card-icon{display:block;flex-shrink:0}.service-teal .service-card-icon-wrap{background:color-mix(in srgb,var(--teal) 22%,#fff);color:var(--teal)}.service-pink .service-card-icon-wrap{background:color-mix(in srgb,var(--pink) 24%,#fff);color:color-mix(in srgb,var(--pink) 65%,#9a1a5c)}.service-yellow .service-card-icon-wrap{background:color-mix(in srgb,var(--yellow) 42%,#fff);color:color-mix(in srgb,var(--yellow) 50%,#5c4a00)}.service-mix .service-card-icon-wrap{background:#fefefe61;color:var(--cream);box-shadow:inset 0 0 0 1.5px #ffffff80}.service-edf .service-card-icon-wrap{background:color-mix(in srgb,var(--teal) 26%,var(--cream));color:var(--teal)}.service-card:after{content:"";position:absolute;top:0;left:0;height:6px;width:28%;z-index:0;animation:gfx-topbar 5s ease-in-out infinite}.service-teal:after{background:var(--teal)}.service-pink:after{background:var(--pink)}.service-yellow:after{background:var(--yellow)}.service-mix:after{background:var(--yellow)}.service-edf:after{background:var(--teal)}.service-edf{background:color-mix(in srgb,var(--teal) 16%,var(--cream));grid-column:1 / -1}.service-edf h3{color:var(--teal)}.service-card-link-wrap{margin-top:var(--space-md)}.service-card-link-wrap:last-child{margin-bottom:0}.service-card-more{font-weight:800;font-size:.9375rem;color:var(--teal);text-decoration:underline;text-underline-offset:.2em}.service-card-more:hover{color:var(--pink)}@media(max-width:40rem){.service-edf{grid-column:auto}}.service-card h3{margin:0 0 var(--space-sm);font-size:1.15rem;font-weight:800}.service-card p{margin:0;color:var(--text);font-size:1rem}.service-grupo{margin-top:var(--space-md);padding:var(--space-lg);background:#fde8f5;border-top:6px solid var(--pink)}.service-grupo-title{margin:0 0 var(--space-md);font-size:clamp(1.2rem,2.5vw,1.45rem);font-weight:800;letter-spacing:-.02em;color:color-mix(in srgb,var(--pink) 70%,#6b1240)}.service-grupo-text p{margin:0 0 var(--space-md);max-width:70ch;color:var(--text);font-size:1rem;line-height:1.6}.service-grupo-text p:last-child{margin-bottom:0}.service-pratica{margin-top:var(--space-md);padding:var(--space-lg);background:#d4e8ea;border-top:6px solid var(--teal)}.service-pratica-kicker{margin:0 0 var(--space-xs);font-size:.8125rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--teal)}.service-pratica-title{margin:0 0 var(--space-sm);font-size:clamp(1.2rem,2.5vw,1.45rem);font-weight:800;letter-spacing:-.02em;color:var(--teal)}.service-pratica-lead{margin:0 0 var(--space-md);font-size:1.05rem;font-weight:800;line-height:1.45;color:var(--text)}.service-pratica p:not(.service-pratica-kicker):not(.service-pratica-lead):not(.service-pratica-cta){margin:0 0 var(--space-md);max-width:70ch;color:var(--text);font-size:1rem;line-height:1.6}.service-pratica-cta{margin:var(--space-md) 0 0}.service-teal{background:#d4e8ea}.service-teal h3{color:var(--teal)}.service-pink{background:#fde8f5}.service-yellow{background:#fff3c2}.service-mix{background:var(--pink);grid-column:1 / -1}@media(max-width:40rem){.service-mix{grid-column:auto}}.section-tdl{background:#e4f1f2;background:color-mix(in srgb,var(--teal) 12%,var(--cream))}.tdl-wrap{max-width:58rem}.tdl-header{text-align:center;max-width:38rem;margin-inline:auto;margin-bottom:var(--space-xl)}.tdl-eyebrow{margin:0 0 var(--space-sm);font-weight:800;font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;color:var(--teal)}.tdl-header h2{margin:0 0 var(--space-md);font-size:clamp(1.85rem,4.2vw,2.65rem);font-weight:800;letter-spacing:-.03em;line-height:1.12;color:var(--text)}.tdl-header h2:after{content:"";display:block;width:3.5rem;height:.35rem;margin:var(--space-md) auto 0;background:var(--pink)}.tdl-deck{margin:0;font-size:1.0625rem;line-height:1.55;color:var(--text-muted);font-weight:600}.tdl-content{max-width:none}.tdl-lead-panel{position:relative;background:var(--cream);padding:var(--space-lg) var(--space-lg) var(--space-lg) calc(var(--space-lg) + 14px)}.tdl-lead-panel:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--yellow)}.tdl-lead-panel:after{content:"";position:absolute;left:6px;top:0;bottom:0;width:4px;background:var(--teal)}@media(min-width:40rem){.tdl-lead-panel{padding:var(--space-xl) var(--space-xl) var(--space-xl) calc(var(--space-xl) + 18px)}}.tdl-prose p{margin:0 0 var(--space-md);color:var(--text-muted);line-height:1.68;font-size:1.0625rem}.tdl-prose-lead{font-size:1.125rem!important;font-weight:600;color:var(--text)!important;line-height:1.62!important}.tdl-prose p:last-child{margin-bottom:0}.tdl-block{margin-top:var(--space-xl)}.tdl-block-chars{margin-top:calc(var(--space-xl) + var(--space-sm))}.tdl-block-title{display:flex;align-items:center;gap:var(--space-sm);margin:0 0 var(--space-lg);font-size:clamp(1.2rem,2.2vw,1.5rem);font-weight:800;letter-spacing:-.02em;color:var(--text)}.tdl-block-title-icon{flex-shrink:0;width:1.35rem;height:1.35rem;background:var(--yellow);outline:2px solid var(--pink);outline-offset:2px}.tdl-block-title-icon--compare{background:var(--teal);outline-color:var(--yellow)}.tdl-char-list{margin:0;padding:0;list-style:none;display:grid;gap:var(--space-md)}.tdl-char-item{position:relative;margin:0;padding:var(--space-lg) var(--space-lg) var(--space-lg) calc(var(--space-lg) + .65rem);background:var(--cream);border-left:4px solid var(--teal)}.tdl-char-item:nth-child(2){border-left-color:var(--pink)}.tdl-char-item:nth-child(3){border-left-color:var(--yellow)}.tdl-char-item:nth-child(4){border-left-color:var(--teal)}.tdl-char-item:nth-child(5){border-left-color:var(--pink)}.tdl-char-title{margin:0 0 var(--space-sm);font-size:1.05rem;font-weight:800;line-height:1.35;letter-spacing:-.02em;color:var(--text)}.tdl-char-item p{margin:0;font-size:1rem;font-weight:400;line-height:1.6;color:var(--text);max-width:65ch}.tdl-compare-intro{margin:calc(-1 * var(--space-sm)) 0 var(--space-lg);text-align:center;font-size:.9375rem;color:var(--text-muted);line-height:1.5;max-width:36rem;margin-left:auto;margin-right:auto}.tdl-block-title-compare{justify-content:center;text-align:center;flex-wrap:wrap}.tdl-block-compare .tdl-block-title-compare{margin-bottom:var(--space-sm)}.tdl-compare{display:grid;grid-template-columns:repeat(2,minmax(0,22rem));justify-content:center;gap:var(--space-md);margin-top:var(--space-md)}@media(max-width:48rem){.tdl-compare{grid-template-columns:1fr;max-width:24rem;margin-inline:auto}}.tdl-compare-card{position:relative;padding:var(--space-lg);padding-top:calc(var(--space-lg) + .35rem)}.tdl-compare-card:before{content:"";position:absolute;top:0;left:0;right:0;height:.45rem}.tdl-compare-atraso:before{background:var(--teal)}.tdl-compare-tdl:before{background:var(--pink)}.tdl-compare-atraso{background:#d4e8ea}.tdl-compare-tdl{background:#fde8f5}.tdl-compare-tag{margin:0 0 var(--space-xs);font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.tdl-compare-heading{margin:0 0 var(--space-md);font-size:1.15rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.tdl-rows{margin:0;display:flex;flex-direction:column;gap:var(--space-md)}.tdl-row{display:grid;grid-template-columns:minmax(5.5rem,32%) minmax(0,1fr);gap:var(--space-sm) var(--space-md)}.tdl-row dt{margin:0;font-size:.8125rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--teal);line-height:1.4}.tdl-compare-tdl .tdl-row dt{color:#a34d7a;color:color-mix(in srgb,var(--pink) 55%,var(--text))}.tdl-row dd{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.5}.familias-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);align-items:center}@media(max-width:52rem){.familias-layout{grid-template-columns:1fr}}.familias-copy h2{margin:0 0 var(--space-md);font-size:clamp(1.65rem,3vw,2.25rem);font-weight:800}.familias-copy>p{margin:0 0 var(--space-md);color:var(--text-muted)}.checklist{margin:0;padding:0;list-style:none}.checklist li{position:relative;padding-left:1.75rem;margin-bottom:var(--space-sm);font-weight:600}.checklist li:before{content:"";position:absolute;left:0;top:.35em;width:.85rem;height:.85rem;background:var(--yellow)}.familias-blocks{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md);min-height:12rem}.fam-block-1{background:var(--teal);min-height:10rem;animation:gfx-fam-a 10s ease-in-out infinite alternate}.fam-block-2{background:var(--yellow);align-self:end;min-height:7rem;animation:gfx-fam-b 12s ease-in-out infinite alternate}@media(max-width:52rem){.familias-blocks{order:-1;min-height:8rem}}.section.section-unidades{min-height:100vh;min-height:100dvh;padding-block:0;background:var(--cream);display:flex;flex-direction:column;box-sizing:border-box}.section-unidades>.wrap{flex:1;display:flex;flex-direction:column;justify-content:center;gap:var(--space-lg);padding-block:var(--space-xl);min-height:0}.units-matrix{flex:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto auto minmax(12.5rem,1fr) auto;gap:0 var(--space-md);align-items:stretch;min-height:0}.unit-column{display:grid;grid-template-rows:subgrid;grid-row:1 / -1;gap:var(--space-sm) 0;padding:var(--space-md) var(--space-lg);min-height:0;background:var(--cream)}.unit-m-head{display:flex;align-items:flex-start;gap:var(--space-sm)}.unit-rj-flag{flex-shrink:0;width:3.5rem;height:2.35rem;display:flex;align-items:center;justify-content:center}.unit-rj-flag img{width:100%;height:100%;object-fit:contain;object-position:left center;display:block}.unit-m-head-text{min-width:0;padding-top:.1rem}.unit-ref{display:block;font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--teal);margin-bottom:.2rem}.unit-column:nth-child(2) .unit-ref{color:var(--pink)}.unit-column:nth-child(3) .unit-ref{color:var(--text);opacity:.75}.unit-m-head h3{margin:0;font-size:1.15rem;font-weight:800;color:var(--text);line-height:1.2;letter-spacing:-.02em}.unit-m-copy{min-height:0}.unit-address{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.5}.unit-dom-note{margin:var(--space-sm) 0 0;font-size:.875rem;color:var(--text-muted);line-height:1.55}.unit-map{position:relative;width:100%;min-height:0;height:100%;background:#d4e8ea}.unit-map iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.unit-map-link{display:inline-flex;align-items:center;gap:.35rem;font-weight:700;font-size:.9375rem;color:var(--teal);text-decoration:none}.unit-link-icon{font-size:1rem;line-height:1;opacity:.85}.unit-map-link:hover{color:var(--text);text-decoration:underline;text-underline-offset:3px}.unit-map-link:hover .unit-link-icon{opacity:1}@supports not (grid-template-rows: subgrid){.units-matrix{grid-template-rows:none;grid-auto-flow:row}.unit-column{display:flex;flex-direction:column;grid-row:auto;gap:var(--space-sm);margin-bottom:var(--space-lg)}.units-matrix .unit-column:last-child{margin-bottom:0}.unit-map{aspect-ratio:4 / 3;height:auto;min-height:14rem}}@media(max-width:60rem){.units-matrix{grid-template-columns:1fr;grid-template-rows:none;flex:none;gap:0}.unit-column{display:flex;flex-direction:column;grid-row:auto;margin-bottom:var(--space-lg);padding:var(--space-lg)}.units-matrix .unit-column:last-child{margin-bottom:0}.unit-map{aspect-ratio:4 / 3;height:auto;min-height:13rem;flex-shrink:0}}.section-contato{padding-block:var(--space-xl)}.contato-inner{display:flex;justify-content:center}.contato-card{position:relative;width:min(100%,28rem);padding:var(--space-lg);background:var(--teal);color:var(--cream)}.contato-card>*{position:relative;z-index:1}.contato-card:before{content:"";position:absolute;width:1.35rem;height:1.35rem;top:-.5rem;left:-.5rem;background:var(--yellow);z-index:0;animation:gfx-corner 3.2s ease-in-out infinite}.contato-card:after{content:"";position:absolute;width:1.1rem;height:1.1rem;bottom:-.4rem;right:-.4rem;background:var(--pink);z-index:0;animation:gfx-corner 3.2s ease-in-out infinite reverse}.contato-card h2{margin:0 0 var(--space-sm);color:var(--cream);font-size:1.75rem;font-weight:800}.contato-card>p{margin:0 0 var(--space-lg);opacity:.95}.contato-dados{font-style:normal;margin:0 0 var(--space-lg)}.contato-dados p{margin:0 0 var(--space-md)}.contato-dados strong{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.contato-dados a{color:var(--cream);text-decoration:none;font-weight:700}.contato-dados a:hover{text-decoration:underline;color:var(--yellow)}.contato-card .btn-primary{background:var(--yellow);color:var(--text)}.contato-card .btn-primary:hover{background:var(--pink);color:var(--text)}.site-footer{position:relative;padding-block:var(--space-lg);padding-top:calc(var(--space-lg) + .85rem);background:var(--text);color:var(--cream)}.site-footer:before{content:"";position:absolute;top:var(--space-md);left:50%;width:.5rem;height:.5rem;margin-left:-2.5rem;background:var(--yellow);box-shadow:1.5rem 0 0 var(--pink),3rem 0 0 var(--teal);animation:gfx-footer-dots 3s ease-in-out infinite}.footer-inner{text-align:center}.footer-brand-row{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-xs)}.footer-logo{width:2.25rem;height:2.25rem;object-fit:contain;flex-shrink:0}.footer-brand{margin:0;font-weight:800;font-size:1.125rem}.footer-social{margin:var(--space-sm) 0 0}.footer-instagram{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;font-size:.9375rem}.footer-instagram-icon{flex-shrink:0}.footer-note{margin:0;font-size:.875rem;opacity:.85}.footer-credits{margin:var(--space-md) 0 0;font-size:.8125rem;line-height:1.55;opacity:.9}.footer-rights{margin:var(--space-sm) 0 0;font-size:.75rem;line-height:1.5;opacity:.75}.site-footer a{color:var(--yellow);font-weight:700;text-decoration:none}.site-footer a:hover{color:var(--pink);text-decoration:underline}.wa-float{position:fixed;bottom:max(1.25rem,env(safe-area-inset-bottom,0px));right:max(1.25rem,env(safe-area-inset-right,0px));z-index:60;width:3.625rem;height:3.625rem;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none}.wa-float:hover{background:#1ebe57;color:#fff}.wa-float:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}@media(prefers-reduced-motion:no-preference){.wa-float{transition:background-color .2s ease}}.section-equipe-teaser{padding-block:var(--space-xl);background:#fde8f5}.equipe-teaser-inner{text-align:center;max-width:40rem;margin-inline:auto}.equipe-teaser-inner h2{margin:0 0 var(--space-sm);font-size:clamp(1.65rem,3vw,2.1rem);font-weight:800;letter-spacing:-.02em;color:var(--text)}.equipe-teaser-text{margin:0 0 var(--space-lg);color:var(--text-muted);line-height:1.6}.page-equipe{position:relative;overflow:hidden;background:var(--hero-mono)}.page-equipe-gfx{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.page-equipe-main{position:relative;z-index:1;padding-top:calc(var(--header-h) + clamp(1.75rem,5vw,3.75rem));padding-bottom:var(--space-xl)}.gfx-eq-1{width:clamp(2.75rem,9vw,4.5rem);aspect-ratio:1;background:var(--pink);top:5%;right:4%;animation:gfx-sec-drift-a 12s ease-in-out infinite alternate}.gfx-eq-2{width:clamp(2rem,6vw,3.25rem);aspect-ratio:1;background:var(--yellow);top:18%;left:-1%;animation:gfx-sec-drift-b 10s ease-in-out infinite alternate}.gfx-eq-3{width:clamp(1.5rem,4.5vw,2.5rem);aspect-ratio:1;background:var(--cream);opacity:.32;top:38%;right:12%;animation:gfx-sec-drift-c 9s ease-in-out infinite alternate-reverse}.gfx-eq-4{width:clamp(2.25rem,7vw,3.75rem);aspect-ratio:1;background:var(--yellow);top:52%;left:3%;animation:gfx-sec-drift-a 14s ease-in-out infinite alternate-reverse}.gfx-eq-5{width:clamp(1.35rem,4vw,2rem);aspect-ratio:1;background:var(--pink);opacity:.85;top:68%;right:6%;animation:gfx-sec-drift-b 11s ease-in-out infinite alternate-reverse}.gfx-eq-6{width:clamp(1.75rem,5vw,2.85rem);aspect-ratio:1;background:var(--cream);opacity:.4;bottom:14%;left:8%;animation:gfx-sec-drift-c 13s ease-in-out infinite alternate}.gfx-eq-bar{width:min(48%,17rem);height:.45rem;background:var(--yellow);top:28%;left:-6%;transform:rotate(-7deg);animation:gfx-slide-equipe 17s linear infinite}.gfx-eq-bar-2{width:min(38%,12rem);height:.4rem;background:var(--pink);bottom:42%;right:-4%;transform:rotate(5deg);animation:gfx-slide-equipe-2 19s linear infinite reverse}@keyframes gfx-slide-equipe{0%{transform:rotate(-7deg) translate(0)}to{transform:rotate(-7deg) translate(-2rem)}}@keyframes gfx-slide-equipe-2{0%{transform:rotate(5deg) translate(0)}to{transform:rotate(5deg) translate(-1.75rem)}}.page-equipe-intro{display:flex;flex-direction:column;gap:var(--space-lg);margin-bottom:calc(var(--space-xl) + var(--space-sm));padding-bottom:var(--space-md)}.page-equipe-intro-head{min-width:0}.page-equipe-kicker{margin:0 0 var(--space-sm);font-weight:800;font-size:.8125rem;text-transform:uppercase;letter-spacing:.14em;color:var(--yellow)}.page-equipe-intro h1{margin:0;font-size:clamp(2.1rem,5vw,3.15rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--cream)}.page-equipe-intro h1:after{content:"";display:block;width:3.25rem;height:.3rem;margin-top:var(--space-md);background:var(--pink)}.page-equipe-lead{margin:0;color:#fefefee6;font-size:clamp(1.02rem,1.35vw,1.2rem);line-height:1.65;max-width:38rem}@media(min-width:52rem){.page-equipe-intro{flex-direction:row;align-items:center;gap:clamp(2rem,4vw,3.5rem)}.page-equipe-intro-head{flex:0 1 min(38%,22rem)}.page-equipe-lead{flex:1;max-width:none;padding-bottom:.2rem}}.team-category{margin-bottom:var(--space-xl)}.team-category-title{margin:0 0 var(--space-md);font-size:1.05rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--teal)}.page-equipe .team-category-title{color:var(--yellow)}.page-equipe .page-equipe-back .unit-map-link{color:var(--cream)}.page-equipe .page-equipe-back .unit-map-link:hover{color:var(--yellow)}.prof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-md)}@media(max-width:52rem){.prof-grid{grid-template-columns:1fr}}.prof-card{display:grid;grid-template-columns:minmax(10.5rem,13rem) minmax(0,1fr);gap:var(--space-md);align-items:start;padding:var(--space-lg);background:var(--cream)}.page-equipe .prof-card{background:var(--hero-mono)}.page-equipe .prof-card .prof-name{color:var(--cream)}.page-equipe .prof-card .prof-reg{color:var(--yellow)}.page-equipe .prof-card .prof-bio p{color:#fefefee0}.page-equipe .prof-card .prof-tag{color:var(--pink)}.page-equipe .team-category--edf .prof-tag{color:var(--yellow)}@media(max-width:40rem){.prof-card{grid-template-columns:1fr}}.prof-photo{position:relative;aspect-ratio:4 / 5;background:transparent;display:flex;align-items:center;justify-content:center;text-align:center;padding:var(--space-sm)}.prof-photo--placeholder{background:#d4e8ea}.page-equipe .prof-photo--placeholder{background:#fefefe38}.prof-photo--placeholder .prof-photo-msg{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--teal);line-height:1.35}.page-equipe .prof-photo--placeholder .prof-photo-msg{color:var(--cream)}.prof-photo-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;display:block}.prof-photo:has(.prof-photo-img){padding:var(--space-xs)}.prof-photo:has(.prof-photo-img) .prof-photo-msg{display:none}.prof-tag{margin:0 0 var(--space-xs);font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--pink)}.team-category--edf .prof-tag{color:var(--teal)}.prof-name{margin:0 0 var(--space-xs);font-size:1.25rem;font-weight:800;color:var(--text);letter-spacing:-.02em;line-height:1.2}.prof-reg{margin:0 0 var(--space-sm);font-size:.875rem;font-weight:700;color:var(--teal)}.prof-bio p{margin:0 0 var(--space-sm);font-size:.9375rem;color:var(--text-muted);line-height:1.58}.prof-bio p:last-child{margin-bottom:0}.page-equipe-back{margin-top:var(--space-xl)}.prof-grid .prof-card[data-motion]:nth-child(1){--motion-delay: 0ms}.prof-grid .prof-card[data-motion]:nth-child(2){--motion-delay: 60ms}.prof-grid .prof-card[data-motion]:nth-child(3){--motion-delay: .12s}.prof-grid .prof-card[data-motion]:nth-child(4){--motion-delay: .18s}.prof-grid .prof-card[data-motion]:nth-child(5){--motion-delay: .24s}.prof-grid .prof-card[data-motion]:nth-child(6){--motion-delay: .3s}.prof-grid .prof-card[data-motion]:nth-child(7){--motion-delay: .36s}.prof-grid .prof-card[data-motion]:nth-child(8){--motion-delay: .42s}.page-edf{position:relative;overflow:hidden;background:var(--hero-mono)}.page-edf-gfx{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.page-edf-main{position:relative;z-index:1;padding-top:calc(var(--header-h) + clamp(1.75rem,5vw,3.75rem));padding-bottom:var(--space-xl)}.gfx-edf-1{width:clamp(2.5rem,8vw,4rem);aspect-ratio:1;background:var(--pink);top:6%;right:5%;animation:gfx-sec-drift-a 11s ease-in-out infinite alternate}.gfx-edf-2{width:clamp(1.85rem,5.5vw,3rem);aspect-ratio:1;background:var(--yellow);top:22%;left:-1%;animation:gfx-sec-drift-b 9s ease-in-out infinite alternate}.gfx-edf-3{width:clamp(1.4rem,4vw,2.35rem);aspect-ratio:1;background:var(--cream);opacity:.4;top:48%;right:10%;animation:gfx-sec-drift-c 10s ease-in-out infinite alternate-reverse}.gfx-edf-4{width:clamp(2rem,6vw,3.25rem);aspect-ratio:1;background:var(--teal);bottom:18%;left:6%;animation:gfx-sec-drift-a 13s ease-in-out infinite alternate-reverse}.gfx-edf-bar{width:min(42%,15rem);height:.42rem;background:var(--yellow);top:32%;left:-5%;transform:rotate(-6deg);animation:gfx-slide-equipe 16s linear infinite}.gfx-edf-bar-2{width:min(36%,11rem);height:.38rem;background:var(--pink);bottom:38%;right:-3%;transform:rotate(6deg);animation:gfx-slide-equipe-2 18s linear infinite reverse}.page-edf-intro{display:flex;flex-direction:column;gap:var(--space-lg);margin-bottom:var(--space-lg);padding-bottom:var(--space-md)}.page-edf-intro-head{min-width:0}.page-edf-kicker{margin:0 0 var(--space-sm);font-weight:800;font-size:.8125rem;text-transform:uppercase;letter-spacing:.14em;color:var(--yellow)}.page-edf-intro h1{margin:0;font-size:clamp(1.95rem,4.8vw,3rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:var(--cream)}.page-edf-intro h1:after{content:"";display:block;width:3.25rem;height:.3rem;margin-top:var(--space-md);background:var(--pink)}.page-edf-lead-block{display:flex;flex-direction:column;gap:var(--space-md)}.page-edf-lead{margin:0;color:#fefefeeb;font-size:clamp(1.02rem,1.35vw,1.15rem);line-height:1.65;max-width:40rem}@media(min-width:52rem){.page-edf-intro{flex-direction:row;align-items:flex-start;gap:clamp(2rem,4vw,3.5rem)}.page-edf-intro-head{flex:0 1 min(42%,24rem)}.page-edf-lead-block{flex:1;max-width:none;padding-top:.15rem}.page-edf-lead{max-width:none}}.page-edf-quote{margin:0 0 var(--space-xl);padding:var(--space-lg);background:#fefefe1a;border-left:.35rem solid var(--yellow);border-radius:0}.page-edf-quote p{margin:0;font-size:1.05rem;font-weight:700;line-height:1.55;color:var(--cream)}.edf-block{margin-bottom:var(--space-xl)}.edf-block-title{margin:0 0 var(--space-md);font-size:clamp(1.2rem,2.2vw,1.45rem);font-weight:800;letter-spacing:-.02em;color:var(--cream)}.edf-block-title--on-dark{color:var(--teal)}.edf-block-intro{margin:0 0 var(--space-md);color:#fefefee6;font-size:1rem;line-height:1.62;max-width:42rem}.edf-block-outro{margin:var(--space-md) 0 0;color:#fefefee6;font-size:1rem;line-height:1.62;max-width:42rem}.edf-educator-section{margin-bottom:var(--space-xl)}.edf-educator-shell{position:relative;padding:clamp(1.5rem,4.5vw,2.5rem);border-radius:0;background:#d4e8ea;border:none;box-shadow:none}.edf-educator-head{margin-bottom:clamp(1.25rem,3vw,2rem);max-width:40rem}.edf-educator-kicker{margin:0 0 var(--space-sm);font-weight:800;font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;color:var(--teal)}.edf-educator-title{margin:0 0 var(--space-md);font-size:clamp(1.55rem,3.2vw,2.1rem);font-weight:800;letter-spacing:-.03em;line-height:1.12;color:var(--teal)}.edf-educator-title:after{content:"";display:block;width:3.5rem;height:.3rem;margin-top:var(--space-md);background:var(--pink);border-radius:0}.edf-educator-deck{margin:0;font-size:clamp(1rem,1.2vw,1.08rem);line-height:1.62;color:var(--text)}.edf-educator-deck strong{font-weight:800;color:var(--teal)}.edf-educator-layout{display:grid;grid-template-columns:minmax(12.5rem,17rem) minmax(0,1fr);gap:clamp(1.25rem,3vw,2.25rem);align-items:center}@media(max-width:48rem){.edf-educator-layout{grid-template-columns:1fr;justify-items:center;text-align:center}.edf-educator-focus-wrap{width:100%;max-width:22rem}.edf-focus-grid{text-align:left}.edf-focus-card{justify-content:flex-start}}.edf-educator-card{position:relative;margin:0;width:100%;max-width:17rem}.edf-educator-img-wrap{position:relative;z-index:1;padding:var(--space-sm) var(--space-sm) 0}.edf-educator-img-wrap img{width:100%;max-width:15rem;height:auto;display:block;margin-inline:auto;object-fit:contain}.edf-educator-meta{position:relative;z-index:1;margin:var(--space-md) 0 0;padding:var(--space-md);background:var(--pink);border-radius:0;border:none;display:flex;flex-direction:column;gap:.2rem;text-align:center}.edf-educator-name{font-size:1.15rem;font-weight:800;letter-spacing:-.02em;color:var(--cream)}.edf-educator-role{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fefefeeb}.edf-educator-cta{margin-top:var(--space-sm);display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-size:.9rem;font-weight:800;color:var(--yellow);text-decoration:underline;text-underline-offset:.18em;transition:color .2s ease}.edf-educator-cta:hover{color:var(--cream)}.edf-educator-cta-arrow{text-decoration:none}.edf-educator-focus-wrap{min-width:0}.edf-educator-focus-label{margin:0 0 var(--space-sm);font-size:.8125rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--teal)}@media(max-width:48rem){.edf-educator-focus-label{text-align:center}}.edf-focus-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-sm)}@media(max-width:40rem){.edf-focus-grid{grid-template-columns:1fr}}.edf-focus-card{margin:0;padding:var(--space-md) var(--space-md) var(--space-md) var(--space-sm);border-radius:0;min-height:4.75rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--space-sm);text-align:left;box-shadow:none;border:none}.edf-focus-icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:0}.edf-focus-teal .edf-focus-icon{background:#bcd9dc;color:var(--teal)}.edf-focus-pink .edf-focus-icon{background:#f9c5e8;color:color-mix(in srgb,var(--pink) 70%,#6b1245)}.edf-focus-yellow .edf-focus-icon{background:#ffe566;color:var(--text)}.edf-focus-mix .edf-focus-icon{background:#d4e8ea;color:var(--teal)}.edf-focus-card h3{margin:0;font-size:clamp(.98rem,1.1vw,1.05rem);font-weight:800;letter-spacing:-.02em;line-height:1.25}.edf-focus-teal{background:#d4e8ea}.edf-focus-teal h3{color:var(--teal)}.edf-focus-pink{background:#fde8f5}.edf-focus-pink h3{color:color-mix(in srgb,var(--pink) 55%,var(--text))}.edf-focus-yellow{background:#fff3c2}.edf-focus-yellow h3{color:var(--text)}.edf-focus-mix{background:var(--cream)}.edf-focus-mix h3{color:var(--teal)}.edf-block--space{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:var(--space-xl);padding-inline:var(--space-sm)}.edf-block--space .edf-space-panel{width:100%;max-width:min(36rem,100%);margin-inline:auto;padding:clamp(1.5rem,4vw,2.25rem);background:var(--cream);border-radius:0;border:none;border-top:.35rem solid var(--yellow);box-shadow:none;text-align:center}.edf-space-kicker{margin:0 0 var(--space-sm);font-weight:800;font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;color:var(--teal)}.edf-space-title{margin:0 0 var(--space-md);font-size:clamp(1.35rem,2.8vw,1.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--teal)}.edf-space-title:after{content:"";display:block;width:3rem;height:.28rem;margin:var(--space-md) auto 0;background:var(--pink);border-radius:0}.edf-block--space .edf-space-lead{margin:var(--space-md) auto var(--space-md);max-width:32rem;color:var(--text);font-size:1rem;line-height:1.62;text-align:center;text-wrap:balance}.edf-space-lead strong{font-weight:800;color:var(--text)}.edf-block--space .edf-address{margin:0 auto var(--space-md);max-width:22rem;font-size:1.02rem;font-weight:700;font-style:normal;line-height:1.55;color:var(--teal);text-align:center}.edf-space-map-wrap{width:100%;max-width:28rem;margin:var(--space-md) auto var(--space-sm)}.edf-space-map{margin:0;border-radius:0;overflow:hidden;aspect-ratio:16 / 10;min-height:13rem;height:auto;border:.25rem solid var(--teal);box-shadow:none}.edf-space-map-link{display:inline-flex;margin-bottom:0;justify-content:center}.edf-space-footnote{margin:var(--space-lg) auto 0;max-width:26rem;font-size:.9375rem;color:var(--text-muted);line-height:1.55;text-align:center}.edf-inline-link{font-weight:800;color:var(--teal);text-decoration:underline;text-underline-offset:.2em}.edf-inline-link:hover{color:var(--pink)}.edf-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(var(--space-md),3vw,var(--space-xl));align-items:start;margin-bottom:var(--space-xl)}@media(max-width:52rem){.edf-two-col{grid-template-columns:1fr}}.edf-two-col-pane{margin:0;padding:var(--space-lg);border-radius:0;border:none;box-shadow:none}.edf-two-col-pane:nth-child(1){background:#d4e8ea}.edf-two-col-pane:nth-child(2){background:#fff3c2}.edf-two-col-pane .edf-block-title{margin-top:0;color:var(--teal)}.edf-two-col-pane .edf-block-intro,.edf-two-col-pane .edf-checklist,.edf-two-col-pane .edf-block-outro{max-width:none;color:var(--text)}.edf-two-col-pane .edf-checklist li{color:var(--text)}.edf-checklist{list-style:none;margin:0;padding:0;max-width:38rem}.edf-checklist li{position:relative;margin:0 0 var(--space-sm);padding-left:1.75rem;color:#fefefeeb;font-size:1rem;line-height:1.55}.edf-checklist li:before{content:"";position:absolute;left:0;top:.35em;width:.65rem;height:.65rem;border-radius:0;background:var(--pink);box-shadow:none}.edf-checklist li:last-child{margin-bottom:0}.edf-cta{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-md);margin-top:var(--space-xl)}.edf-back{color:var(--cream)!important}.edf-back:hover{color:var(--yellow)!important}
