@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap";:root{--blue: #0d9ee8;--blue-dark: #0786c5;--green: #4ade80;--green-dark: #22c55e;--charcoal: #0f172a;--charcoal-soft: #334155;--grey-50: #f8fafc;--grey-100: #f1f5f9;--grey-200: #e2e8f0;--grey-400: #94a3b8;--gold: #d4a853;--gold-soft: #faf6ee;--white: #ffffff;--shadow-sm: 0 1px 3px rgba(15, 23, 42, .08);--shadow-md: 0 10px 30px rgba(15, 23, 42, .08);--shadow-lg: 0 20px 50px rgba(15, 23, 42, .12);--radius: 12px;--radius-lg: 16px;--radius-xl: 24px;--max: 1200px;--header-h: 72px;--font: "Outfit", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@keyframes pageFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.page-transition{min-height:1px}body{margin:0;font-family:var(--font);font-size:1rem;line-height:1.65;color:var(--charcoal-soft);background:var(--white);-webkit-font-smoothing:antialiased;letter-spacing:normal;word-spacing:normal}button,input,textarea,select{letter-spacing:normal;word-spacing:normal}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{color:var(--charcoal);line-height:1.15;margin:0}.site{min-height:100vh;display:flex;flex-direction:column}.site>main{flex:1}.container{width:min(100% - 2rem,var(--max));margin-inline:auto}.text-green{color:var(--green)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.35rem;border-radius:999px;font-weight:600;font-size:.9375rem;border:1px solid transparent;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--lg{padding:.9rem 1.6rem;font-size:1rem}.btn--block{width:100%}.btn--primary{background:var(--blue);color:var(--white);box-shadow:0 4px 14px #0d9ee859}.btn--primary:hover{background:var(--blue-dark);color:var(--white);box-shadow:0 6px 20px #0d9ee866}.btn--outline-white{background:transparent;color:var(--white);border-color:#ffffff8c}.btn--outline-white:hover{background:#ffffff1a;color:var(--white);border-color:var(--white)}.btn--outline{background:var(--white);color:var(--charcoal);border-color:var(--grey-200)}.btn--outline:hover{border-color:var(--blue);color:var(--blue)}.btn--whatsapp{background:#25d366;color:var(--white)}.btn--whatsapp:hover{background:#1da851;color:var(--white)}.btn--ghost-link{padding:0;background:none;border:none;color:var(--blue);font-weight:600}.btn--ghost-link:hover{color:var(--blue-dark);transform:none}.brand-logo{height:38px;width:auto;max-width:180px;object-fit:contain;object-position:left center}.brand-logo--footer{height:42px;max-width:200px;filter:brightness(0) invert(1)}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid transparent;transition:box-shadow .3s ease,border-color .3s ease,background .3s ease}.site-header--scrolled{border-color:var(--grey-200);box-shadow:var(--shadow-sm)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-h);gap:1rem}.site-header__nav{display:none;align-items:center;gap:.1rem}.site-header__link{position:relative;padding:.45rem .6rem;font-size:.8125rem;font-weight:500;color:var(--charcoal-soft);border-radius:8px;transition:color .25s ease,background .25s ease}.site-header__link:after{content:"";position:absolute;left:.65rem;right:.65rem;bottom:.35rem;height:2px;border-radius:2px;background:var(--blue);transform:scaleX(0);transform-origin:center;transition:transform .28s ease}.site-header__link:hover{color:var(--blue);background:#0d9ee80f}.site-header__link--active{color:var(--blue);background:#0d9ee814}.site-header__link--active:after{transform:scaleX(1)}.site-header__actions{display:flex;align-items:center;gap:.65rem}.site-header__cta{display:none;font-size:.8125rem;padding:.55rem 1rem}.site-header__menu-btn{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--grey-200);border-radius:10px;background:var(--white);color:var(--charcoal);transition:background .2s ease,border-color .2s ease,transform .2s ease}.site-header__menu-btn:hover{border-color:var(--blue);background:#0d9ee80a}.site-header__mobile{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110}.site-header__mobile-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.site-header__mobile-panel{position:absolute;top:0;right:0;width:min(100%,320px);height:100%;background:var(--white);padding:calc(var(--header-h) + .75rem) 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.25rem;box-shadow:var(--shadow-lg);overflow-y:auto;will-change:transform}.site-header__mobile-link{padding:.85rem .5rem;font-weight:600;font-size:1rem;color:var(--charcoal);border-bottom:1px solid var(--grey-100);transition:color .25s ease,padding-left .25s ease,background .25s ease}.site-header__mobile-link:hover{color:var(--blue);padding-left:.75rem;background:#0d9ee80a}.site-header__mobile-link--active{color:var(--blue)}@media(min-width:1100px){.site-header__nav{display:flex}.site-header__cta{display:inline-flex}.site-header__menu-btn{display:none}}.badge{display:inline-block;padding:.35rem .85rem;border-radius:999px;font-size:.8125rem;font-weight:600;background:#0d9ee81a;color:var(--blue);margin-bottom:1rem}.hero-split{position:relative;color:var(--white);overflow:hidden;padding-bottom:0}.hero-split__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.hero-split__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#0f172aeb,#0f172ac7 42%,#0f172a8c)}.hero-split__main{position:relative;z-index:1;display:grid;gap:2rem;align-items:center;padding:calc(var(--header-h) + 2rem) 0 2rem}.hero-split__copy{max-width:36rem}.hero-split__pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);font-size:.8125rem;font-weight:500;margin-bottom:1.25rem}.hero-split__pill-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0}.hero-split__title{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;color:var(--white);line-height:1.12;margin-bottom:1rem}.hero-split__title-accent{color:var(--green)}.hero-split__lead{font-size:clamp(.975rem,1.8vw,1.0625rem);color:#ffffffe6;max-width:48ch;margin:0 0 1.75rem;line-height:1.7}.hero-split__actions{display:flex;flex-wrap:wrap;gap:.65rem}.hero-split__visual{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}.hero-split__tile{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:1;border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 24px #00000040}.hero-split__tile img{width:100%;height:100%;object-fit:cover}.hero-split__tile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 35%,rgba(15,23,42,.85) 100%)}.hero-split__tile-label{position:absolute;left:.5rem;right:.5rem;bottom:.5rem;z-index:1;font-size:.7rem;font-weight:600;line-height:1.25;color:var(--white)}.hero-split__stats{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.12);background:#0f172a80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-split__stats-grid{display:grid;grid-template-columns:repeat(2,1fr)}.hero-split__stat{padding:1.15rem 1rem;text-align:center;border-right:1px solid rgba(255,255,255,.08)}.hero-split__stat:nth-child(2n){border-right:none}.hero-split__stat-value{display:block;font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:800;color:var(--green);margin-bottom:.15rem}.hero-split__stat-label{font-size:.8125rem;color:#ffffffc7}@media(min-width:768px){.hero-split__stats-grid{grid-template-columns:repeat(4,1fr)}.hero-split__stat{border-right:1px solid rgba(255,255,255,.08)}.hero-split__stat:nth-child(2n){border-right:1px solid rgba(255,255,255,.08)}.hero-split__stat:last-child{border-right:none}}@media(min-width:1024px){.hero-split__main{grid-template-columns:1fr 1.05fr;gap:2.5rem;padding-bottom:2.5rem}.hero-split__tile-label{font-size:.75rem}}.page-hero{padding:calc(var(--header-h) + 2.75rem) 0 3rem;background:linear-gradient(160deg,var(--grey-50) 0%,var(--white) 55%);border-bottom:1px solid var(--grey-200)}.page-hero__inner{max-width:52rem}.page-hero__badge{margin-bottom:.85rem}.page-hero--dark{background:linear-gradient(135deg,#0c4a6e 0%,var(--charcoal) 100%);color:var(--white);border-bottom-color:#ffffff14}.page-hero--dark .page-hero__title,.page-hero--dark .page-hero__lead{color:var(--white)}.page-hero--dark .page-hero__lead{opacity:.9}.page-hero--dark .badge{background:#ffffff1f;color:var(--green)}.page-hero__title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;margin-bottom:.75rem;line-height:1.15}.page-hero__lead{font-size:1.0625rem;max-width:60ch;margin:0;line-height:1.65}.audience-strip{background:var(--grey-50);border-block:1px solid var(--grey-200);padding:1.25rem 0}.audience-strip__inner{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:center;align-items:center}.audience-strip__item{display:inline-flex;align-items:center;gap:.45rem;font-size:.875rem;font-weight:600;color:var(--charcoal)}.audience-strip__check{color:var(--blue);flex-shrink:0}.section{padding:clamp(3.5rem,7vw,5.5rem) 0}.section--grey{background:var(--grey-50)}.section-heading{margin-bottom:2.5rem}.section-heading--center{text-align:center;max-width:720px;margin-inline:auto;margin-bottom:2.5rem}.section-heading__title{font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:800;margin-bottom:.75rem;line-height:1.2}.section-heading--light .section-heading__title,.section-heading--light .section-heading__lead{color:var(--white)}.section-heading--light .section-heading__lead{opacity:.88}.section-heading--light .badge{background:#4ade8026;color:var(--green)}.section-heading__lead{margin:0;font-size:1.05rem;color:var(--charcoal-soft)}.section-heading--center .section-heading__lead{margin-inline:auto}.split{display:grid;gap:2.5rem;align-items:center}.split__text p{margin:0 0 1rem}.split__text p:last-of-type{margin-bottom:1.5rem}.split__text strong{color:var(--charcoal);font-weight:700}@media(min-width:960px){.split{grid-template-columns:1fr 1fr;gap:3rem}}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:.75rem}.about-grid__img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-lg);min-height:140px}.about-grid__img--c{grid-row:span 2;min-height:100%}@media(min-width:640px){.about-grid{grid-template-columns:1.1fr .9fr;grid-template-rows:1fr 1fr;min-height:380px}}.card-grid{display:grid;gap:1.25rem}.card-grid--3,.card-grid--2{grid-template-columns:1fr}@media(min-width:640px){.card-grid--2,.card-grid--3{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.card-grid--3{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease}.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border-color:#0d9ee84d}.service-card__media img{transition:transform .3s ease}.service-card:hover .service-card__media img{transform:scale(1.04)}.service-card__media{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:var(--grey-100)}.service-card__media img{width:100%;height:100%;object-fit:cover}.service-card__media--icon{display:grid;place-items:center;color:var(--blue);background:linear-gradient(135deg,rgba(13,158,232,.08) 0%,var(--grey-50) 100%)}.service-card__body{padding:1.25rem 1.35rem 1.35rem;display:flex;flex-direction:column;flex:1}.service-card__title{font-size:1.05rem;font-weight:700;margin-bottom:.45rem;line-height:1.3}.service-card__desc{margin:0 0 1rem;flex:1;font-size:.9rem;color:var(--charcoal-soft);line-height:1.55}.service-card__link{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;color:var(--blue);margin-top:auto}.service-card__link:hover{color:var(--blue-dark)}.why-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.why-grid{grid-template-columns:repeat(3,1fr)}}.why-card{padding:1.35rem;background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;gap:1rem;align-items:flex-start;transition:box-shadow .2s ease,transform .2s ease}.why-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.why-card__icon{flex-shrink:0;width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:var(--green);color:var(--white)}.why-card__title{font-size:.95rem;font-weight:700;margin-bottom:.25rem}.why-card__desc{margin:0;font-size:.875rem;color:var(--charcoal-soft)}.sustainability-band{background:linear-gradient(135deg,#064e3b,#0f172a);color:var(--white);padding:clamp(3.5rem,7vw,5rem) 0}.sustainability-band .section-heading__title,.sustainability-band .section-heading__lead{color:var(--white)}.sustainability-band .section-heading__lead{opacity:.88}.sustainability-band .badge{background:#4ade8026;color:var(--green)}.chip-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:768px){.chip-grid{grid-template-columns:repeat(3,1fr)}}.chip-card{padding:1rem;text-align:center;font-weight:600;font-size:.9rem;border-radius:var(--radius);background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:var(--white)}.chip-card--light{background:#ffffff1a}.sustainability-band__cta{text-align:center;margin:2rem 0 0}.section-cta{margin-top:2rem}.project-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:640px){.project-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.project-grid{grid-template-columns:repeat(4,1fr)}}.project-grid--portfolio{gap:1.35rem}@media(min-width:768px){.project-grid--portfolio{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.project-grid--portfolio{grid-template-columns:repeat(4,1fr)}}.project-card{border-radius:var(--radius-lg);overflow:hidden;background:var(--white);border:1px solid var(--grey-200);box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:block}.project-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#0d9ee847}.project-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden}.project-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-card__media img{transform:scale(1.04)}.project-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 25%,rgba(15,23,42,.82) 100%)}.project-card__content{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.1rem;z-index:1}.project-card__title{color:var(--white);font-size:1.05rem;font-weight:700;margin:0;line-height:1.25}.project-card__caption{margin:.35rem 0 0;font-size:.8125rem;line-height:1.4;color:#ffffffe0}.section-cta-note{margin-top:2rem;font-size:1rem;color:var(--charcoal-soft)}.section-cta-note a{color:var(--blue);font-weight:600}.section-cta-note a:hover{color:var(--blue-dark)}.material-grid{display:grid;gap:1.35rem;grid-template-columns:1fr}@media(min-width:768px){.material-grid{grid-template-columns:repeat(3,1fr)}}.material-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);overflow:hidden;height:100%;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.material-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#0d9ee847}.material-card__media{aspect-ratio:4 / 3;overflow:hidden;background:var(--grey-100)}.material-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.material-card:hover .material-card__media img{transform:scale(1.04)}.material-card__body{padding:1.25rem 1.35rem 1.35rem}.material-card__title{font-size:1.1rem;font-weight:700;margin:0 0 .5rem}.material-card__desc{margin:0;font-size:.9rem;color:var(--charcoal-soft);line-height:1.55}.chip-grid--sustainability{max-width:800px;margin-inline:auto}.chip-card--surface{background:var(--grey-50);border:1px solid var(--grey-200);color:var(--charcoal);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.chip-card--surface:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#0d9ee840}.product-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#0d9ee847}.product-card__media{aspect-ratio:16 / 10;overflow:hidden;background:var(--grey-100)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__body{padding:1.2rem 1.3rem 1.35rem;flex:1;display:flex;flex-direction:column}.product-card__title{font-size:1rem;font-weight:700;margin-bottom:.4rem;line-height:1.3}.product-card__desc{margin:0;flex:1;font-size:.875rem;color:var(--charcoal-soft);line-height:1.55}.card-grid--stagger{display:grid}.cta-banner{background:linear-gradient(135deg,var(--blue) 0%,#0369a1 100%);color:var(--white);padding:clamp(3rem,6vw,4.5rem) 0;text-align:center}.cta-banner__title{font-size:clamp(1.75rem,3vw,2.35rem);font-weight:800;color:var(--white);margin-bottom:.75rem}.cta-banner__lead{max-width:52ch;margin:0 auto 1.75rem;color:#ffffffeb;font-size:1.05rem}.cta-banner__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.vmv-grid{display:grid;gap:1.25rem}@media(min-width:768px){.vmv-grid{grid-template-columns:repeat(3,1fr)}}.vmv-card{padding:1.5rem;background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.vmv-card__icon{color:var(--blue);margin-bottom:.75rem}.vmv-card__title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.vmv-card__text{margin:0;font-size:.92rem}.leadership-grid{display:grid;gap:1rem}@media(min-width:640px){.leadership-grid{grid-template-columns:repeat(2,1fr)}}.leadership-card{padding:1.35rem;background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius)}.leadership-card__role{font-size:1rem;font-weight:700;margin-bottom:.35rem;color:var(--charcoal)}.leadership-card__focus{margin:0;font-size:.9rem}.contact-layout{display:grid;gap:2.5rem}@media(min-width:960px){.contact-layout{grid-template-columns:.85fr 1.15fr;align-items:start}}.contact-info{display:grid;gap:1rem}.contact-info__item{display:flex;gap:.75rem;align-items:flex-start;padding:1rem;background:var(--grey-50);border-radius:var(--radius);border:1px solid var(--grey-200)}.contact-info__item svg{color:var(--blue);flex-shrink:0;margin-top:.15rem}.contact-info__item a{font-weight:600;color:var(--charcoal)}.contact-info__item a:hover{color:var(--blue)}.contact-form-panel{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-md)}.contact-form__grid{display:grid;gap:1rem}@media(min-width:640px){.contact-form__grid{grid-template-columns:1fr 1fr}}.field--full{grid-column:1 / -1}.field__label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:.35rem;color:var(--charcoal)}.field__input{width:100%;padding:.7rem .85rem;border:1px solid var(--grey-200);border-radius:10px;font:inherit}.field__input:focus{outline:2px solid rgba(13,158,232,.3);border-color:var(--blue)}.field__textarea{resize:vertical;min-height:120px}.field__hint{display:block;margin-top:.35rem;font-size:.8rem;color:var(--grey-400)}.form-banner{padding:.75rem 1rem;border-radius:10px;margin-bottom:1rem;font-weight:500}.form-banner--success{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.form-banner--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.contact-form__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.check-list{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.check-list li{display:flex;align-items:flex-start;gap:.6rem;font-weight:500}.check-list svg{color:var(--green-dark);flex-shrink:0;margin-top:.15rem}.site-footer{background:var(--charcoal);color:#ffffffc7;padding-top:3.5rem}.site-footer a{color:#ffffffe0}.site-footer a:hover{color:var(--white)}.site-footer__grid{display:grid;gap:2rem;padding-bottom:2.5rem}.site-footer__desc{margin:1rem 0 0;font-size:.9rem;line-height:1.6;max-width:36ch}.site-footer__title{font-size:.9375rem;font-weight:700;color:var(--white);margin:0 0 .85rem}.site-footer__list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem;font-size:.875rem}.site-footer__bar{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 0}.site-footer__bar-inner{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:space-between;font-size:.85rem}.site-footer__bar p{margin:0}@media(min-width:900px){.site-footer__grid{grid-template-columns:1.5fr repeat(4,1fr)}}.text-center{text-align:center}.mb-0{margin-bottom:0}:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@keyframes whatsappGlow{0%,to{box-shadow:0 4px 16px #25d36673}50%{box-shadow:0 6px 22px #25d36680,0 0 0 6px #25d3661f}}.whatsapp-float{position:fixed;z-index:9999;bottom:18px;right:18px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;min-width:3rem;min-height:3rem;background:#25d366;color:#fff;border-radius:999px;box-shadow:0 4px 16px #25d36673;text-decoration:none;font-weight:600;font-size:.9375rem;transition:background .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease;animation:whatsappGlow 3.5s ease-in-out infinite}.whatsapp-float:hover{background:#1da851;color:#fff;transform:translateY(-3px);box-shadow:0 8px 24px #25d3668c;animation:none}.whatsapp-float__icon{width:1.35rem;height:1.35rem;flex-shrink:0}.whatsapp-float__label{display:none}@media(min-width:640px){.whatsapp-float{bottom:24px;right:24px;padding:.75rem 1.15rem}.whatsapp-float__label{display:inline}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.whatsapp-float{animation:none}}
