*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:70px}body{font-family:var(--f-family);font-size:var(--f-base);color:var(--c-text);background:var(--c-white);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-webkit-text-size-adjust:100%}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color var(--t-fast)}ul{list-style:none}button{font-family:inherit}:root{--c-navy: #0c1a2a;--c-navy-mid: #132237;--c-text: #1a2332;--c-text-muted: #5c6a7a;--c-white: #ffffff;--c-off-white: #f7f8fa;--c-accent: #1d8a7a;--c-accent-hover: #167a6c;--c-accent-light: #e4f4f1;--c-border: #dfe3e8;--f-family: "Inter", system-ui, -apple-system, sans-serif;--f-base: .9375rem;--max-w: 1160px;--nav-h: 60px;--t-fast: .18s ease;--t-base: .28s ease;--t-slow: .45s cubic-bezier(.4,0,.2,1);--shadow-xs: 0 1px 2px rgba(0,0,0,.04);--shadow-sm: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 8px 30px rgba(0,0,0,.08);--shadow-lg: 0 16px 48px rgba(0,0,0,.1);--r-sm: 8px;--r-md: 14px;--r-lg: 22px;--r-full: 100px}@media(min-width:768px){:root{--f-base: 1rem;--nav-h: 72px}}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.container{padding:0 2rem}}@media(min-width:1200px){.container{padding:0 2.5rem}}.section-label{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--c-accent);margin-bottom:.5rem}@media(min-width:768px){.section-label{font-size:.8125rem;margin-bottom:.75rem}}h1,h2,h3,h4{color:var(--c-navy);line-height:1.15;letter-spacing:-.025em}h1{font-size:2rem;font-weight:800}h2{font-size:1.6rem;font-weight:700}h3{font-size:1.1rem;font-weight:600}@media(min-width:768px){h1{font-size:2.75rem}h2{font-size:2.1rem}h3{font-size:1.25rem}}@media(min-width:1024px){h1{font-size:3.25rem}h2{font-size:2.5rem}h3{font-size:1.3rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--f-family);font-size:.875rem;font-weight:600;padding:.75rem 1.25rem;border-radius:var(--r-sm);border:none;cursor:pointer;transition:all var(--t-base);text-decoration:none;line-height:1.4;min-height:48px}.btn--accent{background:var(--c-accent);color:var(--c-white)}.btn--accent:hover{background:var(--c-accent-hover);color:var(--c-white)}.btn--white{background:var(--c-white);color:var(--c-navy)}.btn--white:hover{background:var(--c-off-white);color:var(--c-navy)}.btn--outline{background:transparent;color:#fffc;border:1.5px solid rgba(255,255,255,.25)}.btn--outline:hover{background:#ffffff0f;border-color:#ffffff80;color:#fff}.btn--ghost{background:transparent;color:var(--c-white);border:1.5px solid rgba(255,255,255,.35)}.btn--ghost:hover{background:#ffffff14;border-color:#fff9;color:var(--c-white)}.btn--lg{padding:.85rem 1.5rem;font-size:.9375rem}.btn--full{width:100%}@media(min-width:768px){.btn{font-size:.9375rem;padding:.7rem 1.5rem}.btn--lg{padding:.85rem 1.75rem;font-size:1rem}.btn--accent:hover,.btn--white:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);background:var(--c-navy);transition:background var(--t-base),box-shadow var(--t-base)}.nav--scrolled{background:#0c1a2af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px #ffffff0f}.nav__container{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-w);margin:0 auto;padding:0 1.25rem;height:100%}.nav__logo{text-decoration:none;flex-shrink:0}.nav__logo-text{font-size:1.05rem;letter-spacing:.04em;color:var(--c-white)}.nav__logo-text strong{font-weight:800}.nav__links{display:none;gap:2rem}.nav__links a{color:#ffffffbf;font-size:.875rem;font-weight:500;letter-spacing:.01em;transition:color var(--t-fast)}.nav__links a:hover{color:#fff}.nav__cta{font-size:.8125rem;padding:.5rem 1rem;min-height:40px}.nav__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;width:44px;height:44px;margin-right:-8px}.nav__burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:all var(--t-base)}.nav--open{background:var(--c-navy)}.nav--open .nav__links{display:flex;flex-direction:column;position:fixed;top:var(--nav-h);left:0;right:0;bottom:0;background:var(--c-navy);padding:2rem 1.5rem;gap:0;align-items:stretch}.nav--open .nav__links a{font-size:1.1rem;color:#ffffffd9;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.nav--open .nav__cta{display:inline-flex;position:fixed;bottom:1.5rem;left:1.25rem;right:1.25rem;z-index:1001;justify-content:center;min-height:52px;font-size:.9375rem}.nav--open .nav__burger span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav--open .nav__burger span:nth-child(2){opacity:0}.nav--open .nav__burger span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(min-width:1024px){.nav__container{padding:0 2.5rem}.nav__logo-text{font-size:1.2rem}.nav__links{display:flex}.nav__burger{display:none}.nav{background:transparent}}.hero{background:var(--c-navy);padding-top:var(--nav-h);overflow:hidden}.hero__inner{display:flex;flex-direction:column}.hero__text{padding:2.5rem 0 2rem}.hero__label{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.1em;color:var(--c-accent);margin-bottom:1rem;text-transform:uppercase}.hero__text h1{color:#fff;margin-bottom:1rem;line-height:1.1}.hero__sub{color:#ffffff8c;font-size:.9rem;line-height:1.7;margin-bottom:1.75rem}.hero__actions{display:flex;flex-direction:column;gap:.625rem;margin-bottom:2rem}.hero__actions .btn{width:100%;justify-content:center}.hero__trust{display:flex;flex-direction:column;gap:.5rem}.hero__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;color:#ffffff73}.hero__trust-item svg{color:var(--c-accent);flex-shrink:0}.hero__image{display:none}@media(min-width:768px){.hero__text{padding:3rem 0 2.5rem}.hero__label{font-size:.78rem}.hero__sub{font-size:1rem;max-width:520px}.hero__actions{flex-direction:row}.hero__actions .btn{width:auto}.hero__trust{flex-direction:row;gap:1.25rem}.hero__image{display:block;margin:0 -2rem}.hero__image img{width:100%;aspect-ratio:21 / 9;object-fit:cover}}@media(min-width:1024px){.hero__inner{flex-direction:row;align-items:center;gap:3rem;min-height:calc(100vh - var(--nav-h));min-height:calc(100svh - var(--nav-h))}.hero__text{flex:1 1 50%;padding:4rem 0}.hero__sub{max-width:460px;font-size:1.05rem}.hero__actions{margin-bottom:2.5rem}.hero__trust{gap:1.5rem}.hero__image{flex:1 1 50%;align-self:stretch;margin:0;display:flex;align-items:center}.hero__image img{width:100%;height:100%;max-height:calc(100vh - var(--nav-h));object-fit:cover;border-radius:var(--r-lg) 0 0 var(--r-lg);aspect-ratio:auto}}.about{padding:3.5rem 0}.about__grid{display:flex;flex-direction:column;gap:2rem}.about__image{order:-1}.about__image img{border-radius:var(--r-md);width:100%;aspect-ratio:16 / 10;object-fit:cover;box-shadow:var(--shadow-md)}.about__content .section-label{margin-bottom:.5rem}.about__content h2{margin-bottom:1rem}.about__content p{color:var(--c-text-muted);margin-bottom:.75rem;line-height:1.75}.about__features{display:grid;grid-template-columns:1fr;gap:.6rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--c-border)}.about__feature{display:flex;align-items:center;gap:.6rem;font-size:.875rem;font-weight:500;color:var(--c-text)}.about__feature svg{width:18px;height:18px;color:var(--c-accent);flex-shrink:0}@media(min-width:768px){.about{padding:5rem 0}.about__grid{gap:3rem}.about__features{grid-template-columns:1fr 1fr;gap:.75rem 1.5rem}}@media(min-width:1024px){.about{padding:7rem 0}.about__grid{flex-direction:row;align-items:center;gap:4rem}.about__image{order:0;flex:0 0 42%}.about__image img{aspect-ratio:4 / 5}.about__content{flex:1}.about__content h2{margin-bottom:1.5rem}.about__content p{margin-bottom:1rem}.about__features{margin-top:2rem;padding-top:2rem}}.services{background:var(--c-off-white);padding:3.5rem 0}.services__header{text-align:center;margin-bottom:2rem}.services__header p{color:var(--c-text-muted);font-size:.95rem;margin-top:.5rem}.services__grid{display:flex;flex-direction:column;gap:1rem}.service-card{background:var(--c-white);border-radius:var(--r-md);padding:1.5rem 1.25rem;border:1px solid var(--c-border);transition:transform var(--t-slow),box-shadow var(--t-slow),border-color var(--t-slow);display:flex;flex-direction:column}.service-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.service-card__icon{width:36px;height:36px;color:var(--c-accent);flex-shrink:0}.service-card__icon svg{width:100%;height:100%}.service-card h3{margin-bottom:.75rem}.service-card__list{margin-bottom:1.25rem;flex-grow:1}.service-card__list li{padding:.4rem 0 .4rem 1.25rem;position:relative;color:var(--c-text-muted);font-size:.875rem}.service-card__list li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background:var(--c-accent);opacity:.5}.service-card__link{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;font-size:.875rem;color:var(--c-accent);padding:.5rem 0;transition:gap var(--t-base)}.service-card__link:hover{gap:.7rem;color:var(--c-accent-hover)}@media(min-width:768px){.services{padding:5rem 0}.services__header{margin-bottom:3rem}.services__header p{font-size:1.0625rem;max-width:480px;margin-left:auto;margin-right:auto}.services__grid{flex-direction:row;gap:1.25rem}.service-card{flex:1;padding:1.75rem 1.5rem}.service-card__icon{width:40px;height:40px}}@media(min-width:1024px){.services{padding:7rem 0}.services__header{margin-bottom:4rem}.services__grid{gap:1.5rem}.service-card{padding:2rem 1.75rem 1.75rem}.service-card__icon{width:42px;height:42px}.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:transparent}}.before-after{padding:3.5rem 0}.before-after__header{text-align:center;margin-bottom:2rem}.before-after__header p{color:var(--c-text-muted);font-size:.95rem;margin-top:.5rem}.ba-grid{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.ba-pair__caption{text-align:center;font-size:.8125rem;font-weight:500;color:var(--c-text-muted);margin-top:.5rem}.ba-slider{position:relative;overflow:hidden;border-radius:var(--r-md);cursor:ew-resize;aspect-ratio:4 / 5;user-select:none;-webkit-user-select:none;box-shadow:var(--shadow-sm);touch-action:pan-y}.ba-slider__after,.ba-slider__before{position:absolute;top:0;right:0;bottom:0;left:0}.ba-slider__after img,.ba-slider__before img{width:100%;height:100%;object-fit:cover}.ba-slider__before{z-index:1;clip-path:inset(0 50% 0 0)}.ba-slider__label{position:absolute;bottom:.6rem;padding:.25rem .65rem;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border-radius:var(--r-full);font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;z-index:5}.ba-slider__label--before{left:.6rem}.ba-slider__label--after{right:.6rem}.ba-slider__handle{position:absolute;top:0;bottom:0;left:50%;width:4px;transform:translate(-50%);z-index:10;display:flex;flex-direction:column;align-items:center}.ba-slider__line{flex:1;width:2px;background:#ffffffe6;box-shadow:0 0 6px #00000040}.ba-slider__circle{width:44px;height:44px;border-radius:50%;background:var(--c-white);box-shadow:0 2px 10px #0003;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ba-slider__circle svg path{stroke:var(--c-navy)}@media(min-width:768px){.before-after{padding:5rem 0}.before-after__header{margin-bottom:3rem}.before-after__header p{font-size:1.0625rem}.ba-grid{flex-direction:row;gap:1.25rem;margin-bottom:4rem}.ba-grid .ba-pair{flex:1}.ba-slider{aspect-ratio:3 / 4;touch-action:none}.ba-slider__label{font-size:.6875rem}}@media(min-width:1024px){.before-after{padding:7rem 0}.before-after__header{margin-bottom:4rem}.ba-grid{gap:1.5rem;margin-bottom:5rem}}.ba-probe{display:flex;flex-direction:column;background:var(--c-off-white);border-radius:var(--r-lg);overflow:hidden;margin-bottom:3rem;border:1px solid var(--c-border)}.ba-probe__image img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.ba-probe__text{padding:1.75rem 1.25rem}.ba-probe__text .section-label{margin-bottom:.25rem}.ba-probe__text h3{margin-bottom:.75rem}.ba-probe__text p{color:var(--c-text-muted);margin-bottom:1.5rem;line-height:1.7;font-size:.9rem}.ba-probe__text .btn{width:100%;justify-content:center}@media(min-width:768px){.ba-probe{flex-direction:row;margin-bottom:4rem}.ba-probe__image{flex:0 0 45%}.ba-probe__image img{aspect-ratio:auto;height:100%;min-height:300px}.ba-probe__text{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.ba-probe__text .btn{width:auto}}@media(min-width:1024px){.ba-probe{margin-bottom:5rem}.ba-probe__text{padding:3rem}}.ba-video{text-align:center}.ba-video h3{margin-bottom:1.5rem}.ba-video__wrapper{border-radius:var(--r-md);overflow:hidden;box-shadow:var(--shadow-md)}.ba-video__wrapper video{width:100%;display:block}@media(min-width:768px){.ba-video h3{margin-bottom:2rem}.ba-video__wrapper{max-width:720px;margin:0 auto;box-shadow:var(--shadow-lg)}}.process{background:var(--c-off-white);padding:3.5rem 0}.process__header{text-align:center;margin-bottom:2rem}.process__steps{display:flex;flex-direction:column;gap:1rem}.process__step{display:flex;gap:1rem;align-items:flex-start}.process__number-wrap{flex-shrink:0}.process__number{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:var(--c-white);color:var(--c-accent);font-size:1rem;font-weight:800;box-shadow:var(--shadow-xs);border:2px solid var(--c-accent-light)}.process__text{padding-top:.25rem}.process__text h3{font-size:.95rem;margin-bottom:.25rem}.process__text p{font-size:.8375rem;color:var(--c-text-muted);line-height:1.6}@media(min-width:768px){.process{padding:5rem 0}.process__header{margin-bottom:3rem}.process__steps{flex-direction:row;gap:1.25rem}.process__step{flex:1;flex-direction:column;align-items:center;text-align:center}.process__number{width:52px;height:52px;font-size:1.1rem}.process__number-wrap{margin-bottom:.5rem}.process__text{padding-top:0}.process__text p{max-width:200px;margin:0 auto}}@media(min-width:1024px){.process{padding:7rem 0}.process__header{margin-bottom:4rem}.process__steps{gap:1.5rem}}.cta-banner{background:var(--c-navy);padding:3rem 0;text-align:center}.cta-banner h2{color:var(--c-white);margin-bottom:.5rem;font-size:1.4rem}.cta-banner p{color:#ffffff8c;font-size:.9rem;margin-bottom:1.5rem;padding:0 1rem}.cta-banner__actions{display:flex;flex-direction:column;gap:.625rem;padding:0 1rem}.cta-banner__actions .btn{width:100%;justify-content:center}@media(min-width:768px){.cta-banner{padding:5rem 0}.cta-banner h2{font-size:2rem}.cta-banner p{font-size:1.0625rem;margin-bottom:2rem;padding:0}.cta-banner__actions{flex-direction:row;justify-content:center;padding:0}.cta-banner__actions .btn{width:auto}}.contact{padding:3.5rem 0}.contact__grid{display:flex;flex-direction:column;gap:2.5rem}.contact__info .section-label{margin-bottom:.25rem}.contact__info h2{margin-bottom:.5rem}.contact__info>p{color:var(--c-text-muted);margin-bottom:1.5rem;font-size:.9rem}.contact__methods{display:flex;flex-direction:column;gap:.625rem}.contact__method{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;background:var(--c-off-white);border-radius:var(--r-sm);transition:all var(--t-fast);border:1px solid transparent;min-height:56px}a.contact__method:hover{border-color:var(--c-accent-light);background:var(--c-accent-light)}.contact__method--whatsapp{background:#e8fae2}a.contact__method--whatsapp:hover{background:#d4f5cc;border-color:#b8eaab}.contact__icon-wrap{width:36px;height:36px;border-radius:8px;background:var(--c-white);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--c-accent);box-shadow:var(--shadow-xs)}.contact__icon-wrap svg{width:16px;height:16px}.contact__icon-wrap--wa{color:#25d366}.contact__method strong{display:block;font-size:.8rem;font-weight:600;color:var(--c-text);line-height:1.3}.contact__method span{font-size:.8rem;color:var(--c-text-muted)}.contact__form{background:var(--c-off-white);padding:1.5rem 1.25rem;border-radius:var(--r-lg);border:1px solid var(--c-border)}.contact__form-title{margin-bottom:1.25rem;font-size:1.1rem}.form-row{display:flex;flex-direction:column;gap:0}.form-group{margin-bottom:.85rem}.form-group label{display:block;font-size:.8rem;font-weight:600;color:var(--c-text);margin-bottom:.3rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem .85rem;border:1px solid var(--c-border);border-radius:var(--r-sm);font-family:var(--f-family);font-size:1rem;color:var(--c-text);background:var(--c-white);transition:border-color var(--t-fast),box-shadow var(--t-fast);-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%235c6a7a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.5rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0a8b4}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--c-accent);box-shadow:0 0 0 3px var(--c-accent-light)}.form-group textarea{resize:vertical;min-height:90px}.form-group--checkbox{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:1.25rem}.form-group--checkbox input{width:20px;height:20px;margin-top:1px;flex-shrink:0;accent-color:var(--c-accent)}.form-group--checkbox label{font-size:.75rem;font-weight:400;color:var(--c-text-muted);margin-bottom:0;line-height:1.5}.form-group--checkbox a{color:var(--c-accent);text-decoration:underline}.form-hint{text-align:center;font-size:.75rem;color:var(--c-text-muted);margin-top:.75rem}.form-message{margin-top:.75rem;padding:.85rem 1rem;border-radius:var(--r-sm);font-size:.875rem;font-weight:500;display:none}.form-message--success{display:block;background:var(--c-accent-light);color:var(--c-accent-hover)}.form-message--error{display:block;background:#fef2f2;color:#dc2626}@media(min-width:768px){.contact{padding:5rem 0}.contact__grid{gap:3rem}.contact__info>p{font-size:1rem;margin-bottom:2rem}.contact__form{padding:2rem}.contact__form-title{font-size:1.25rem;margin-bottom:1.5rem}.form-row{flex-direction:row;gap:1rem}.form-row .form-group{flex:1}}@media(min-width:1024px){.contact{padding:7rem 0}.contact__grid{flex-direction:row;gap:4rem;align-items:start}.contact__info{flex:0 0 40%}.contact__form{flex:1;padding:2.5rem}.contact__info>p{margin-bottom:2.5rem}}.footer{background:var(--c-navy);padding-top:2.5rem}.footer__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding-bottom:2rem}.footer__brand{grid-column:span 2;margin-bottom:.5rem}.footer__logo-text{display:block;font-size:1.05rem;letter-spacing:.04em;color:var(--c-white);margin-bottom:.75rem}.footer__logo-text strong{font-weight:800}.footer__brand p{color:#ffffff73;font-size:.8125rem;line-height:1.6;margin-bottom:1rem}.footer__contact-mini{display:flex;flex-direction:column;gap:.25rem}.footer__contact-mini a{color:#ffffff73;font-size:.8rem;transition:color var(--t-fast)}.footer__contact-mini a:hover{color:var(--c-white)}.footer__links h4{color:var(--c-white);font-size:.8125rem;font-weight:600;margin-bottom:.75rem;letter-spacing:.02em}.footer__links a{display:block;color:#ffffff73;font-size:.8rem;padding:.3rem 0;transition:color var(--t-fast);min-height:36px;display:flex;align-items:center}.footer__links a:hover{color:var(--c-white)}.footer__bottom{background:#0003;padding:1rem 0}.footer__bottom p{color:#ffffff40;font-size:.7rem;text-align:center;line-height:1.5}@media(min-width:768px){.footer{padding-top:3.5rem}.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem}.footer__brand{grid-column:auto}.footer__brand p{max-width:260px;font-size:.875rem}.footer__links h4{font-size:.875rem;margin-bottom:1rem}.footer__links a{font-size:.8125rem;min-height:auto}.footer__bottom p{font-size:.78rem}}@media(min-width:1024px){.footer{padding-top:4.5rem}.footer__grid{gap:3rem;padding-bottom:3rem}}.whatsapp-float{position:fixed;bottom:1.25rem;right:1.25rem;z-index:999;width:52px;height:52px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #25d36659;transition:transform var(--t-fast),box-shadow var(--t-fast)}.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 6px 20px #25d36673}.whatsapp-float svg{width:24px;height:24px}@media(min-width:768px){.whatsapp-float{width:54px;height:54px;bottom:1.5rem;right:1.5rem}.whatsapp-float svg{width:26px;height:26px}}[data-animate]{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}[data-animate].is-visible{opacity:1;transform:translateY(0)}@media(min-width:768px){.services__grid [data-animate]:nth-child(2){transition-delay:80ms}.services__grid [data-animate]:nth-child(3){transition-delay:.16s}.ba-grid [data-animate]:nth-child(2){transition-delay:80ms}.ba-grid [data-animate]:nth-child(3){transition-delay:.16s}.process__steps [data-animate]:nth-child(2){transition-delay:80ms}.process__steps [data-animate]:nth-child(3){transition-delay:.16s}.process__steps [data-animate]:nth-child(4){transition-delay:.24s}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-animate]{opacity:1;transform:none;transition:none}}
