:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only;--sm-white:#fff;--sm-off:#f7f5f0;--sm-gray-50:#f9fafb;--sm-ink:#000018;--sm-navy:#010632;--sm-blue:#becfd9;--sm-green:#8db669;--sm-muted:#0106329e;--sm-border:#01063214;--sm-shadow:0 18px 50px -24px #01063259;--sm-radius:16px;--sm-radius-sm:12px;--sm-ease-out:cubic-bezier(.22, 1, .36, 1);--sm-tap-duration:.2s;--font-heading:"Plus Jakarta Sans", system-ui, sans-serif;--font-sans:"Inter", system-ui, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--sm-muted);background:var(--sm-off);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}#root{min-height:100svh}img{max-width:100%;height:auto;display:block}a{color:inherit}button{cursor:pointer;font-family:inherit}:focus-visible{outline:2px solid var(--sm-green);outline-offset:3px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.sm-page{overflow-x:clip}.sm-skip-link{z-index:100;color:var(--sm-white);background:var(--sm-navy);border-radius:0 0 var(--sm-radius-sm) 0;transition:transform .2s var(--sm-ease-out), box-shadow .2s ease;padding:.65rem 1.1rem;font-size:.875rem;font-weight:600;text-decoration:none;position:absolute;top:0;left:0;transform:translateY(-120%)}.sm-skip-link:focus{outline:none;transform:translateY(0);box-shadow:0 8px 24px #01063259}.sm-skip-link:focus-visible{outline:2px solid var(--sm-green);outline-offset:2px}.sm-main{outline:none}.sm-main:focus-visible{outline:2px solid var(--sm-green);outline-offset:-2px}.sm-container{width:100%;max-width:1120px;padding-inline:max(1rem, env(safe-area-inset-left), env(safe-area-inset-right));box-sizing:border-box;margin-inline:auto}.sm-section{padding-block:clamp(3.5rem,8vw,6rem)}.sm-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--sm-green);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.sm-eyebrow:before{content:"";background:linear-gradient(90deg, var(--sm-green), var(--sm-blue));border-radius:2px;width:28px;height:2px}.sm-h1{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--sm-ink);text-wrap:balance;margin:0 0 1rem;font-size:clamp(1.65rem,5vw,2.75rem);font-weight:700;line-height:1.12}.sm-h2{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--sm-navy);text-wrap:balance;margin:0 0 .75rem;font-size:clamp(1.35rem,4vw,2.125rem);font-weight:700;line-height:1.2}.sm-lead{max-width:min(36rem,100%);margin:0;font-size:clamp(1rem,2.8vw,1.0625rem);line-height:1.65}.sm-section__lead{margin-top:.85rem}.sm-btn{border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,color .2s;display:inline-flex}.sm-btn--primary{background:linear-gradient(135deg, var(--sm-navy) 0%, #0a1a4a 100%);color:var(--sm-white);box-shadow:0 12px 28px -12px #0106328c}.sm-btn--primary:not(.sm-btn--fluid-hover):hover{transform:translateY(-2px);box-shadow:0 16px 36px -14px #01063280}.sm-btn:active{transform:scale(.98)}.sm-btn--primary:hover:active{transform:scale(.98)translateY(-1px)}@media (prefers-reduced-motion:reduce){.sm-btn:active,.sm-btn--primary:hover:active{transform:none}}.sm-btn--ghost{color:var(--sm-navy);border:1.5px solid var(--sm-border);background:0 0}.sm-btn--ghost:not(.sm-btn--fluid-hover):hover{border-color:var(--sm-blue);background:#becfd933}.sm-nav{z-index:50;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--sm-border);height:auto;min-height:0;transition:box-shadow .35s var(--sm-ease-out), background .35s ease, border-color .35s ease;background:#ffffffe0;position:sticky;top:0}.sm-nav--elevated{background:#fffffff5;border-bottom-color:#0106320f;box-shadow:0 10px 40px -18px #0106322e}.sm-nav__inner{padding-top:max(2rem, env(safe-area-inset-top));padding-bottom:2rem;padding-inline:max(1rem, env(safe-area-inset-left), env(safe-area-inset-right));box-sizing:border-box;justify-content:space-between;align-items:center;gap:.75rem;width:100%;max-width:1120px;margin-inline:auto;display:flex}.sm-nav__brand{min-width:0;color:var(--sm-navy);flex-shrink:0;align-items:center;text-decoration:none;display:flex}.sm-nav__brand .sm-nav__logo{object-fit:contain;object-position:left center;max-width:min(100%,32rem);display:block}.sm-nav__cta{white-space:nowrap;flex-shrink:0;padding:.7rem 1.1rem;font-size:.8125rem}@media (width>=420px){.sm-nav__cta{padding:.875rem 1.5rem;font-size:.9375rem}}.sm-nav__cta-label--short{display:none}@media (width<=419px){.sm-nav__cta-label--full{display:none}.sm-nav__cta-label--short{display:inline}.sm-nav__cta{white-space:nowrap}}.sm-hero--dark{background:var(--sm-navy);color:#ffffffe0;padding-block:clamp(2.75rem,7vw,4.5rem) clamp(3.25rem,8vw,5.5rem);position:relative;overflow-x:clip}.sm-hero__title{color:var(--sm-white)}.sm-hero__lead{color:var(--sm-blue);max-width:min(40rem,100%)}.sm-hero__eyebrow{color:var(--sm-green)}.sm-hero__eyebrow:before{background:linear-gradient(90deg, var(--sm-green), #becfd9d9)}.sm-hero__cta-primary{box-shadow:0 10px 32px -12px #8db6698c;background:var(--sm-green)!important;color:var(--sm-navy)!important}.sm-hero__cta-ghost{color:var(--sm-white)!important;background:0 0!important;border:1.5px solid #ffffff59!important}.sm-hero__grid{z-index:1;align-items:start;gap:clamp(2rem,5vw,3.5rem);display:grid;position:relative}@media (width>=900px){.sm-hero__grid{grid-template-columns:1fr min(400px,40%);align-items:start}}.sm-hero__aside{flex-direction:column;align-self:start;width:100%;display:flex}.sm-hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}@media (width<=479px){.sm-hero__actions{flex-direction:column;align-items:stretch}.sm-hero__actions .sm-btn{justify-content:center;width:100%;min-height:44px}}.sm-hero-dashboard{border-radius:var(--sm-radius);-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1f;padding:clamp(1rem,2.5vw,1.35rem)}.sm-hero-dashboard__grid{grid-template-columns:1fr 1fr;gap:0;display:grid}.sm-hero-dashboard__cell{flex-direction:column;gap:.4rem;min-width:0;padding:clamp(.85rem,2.2vw,1.2rem);display:flex}.sm-hero-dashboard__cell:nth-child(odd){border-right:1px solid #ffffff1a}.sm-hero-dashboard__cell:nth-child(-n+2){border-bottom:1px solid #ffffff1a}.sm-hero-dashboard__value{font-family:var(--font-heading);letter-spacing:-.03em;font-size:clamp(1.5rem,4.2vw,2rem);font-weight:700;line-height:1.1}.sm-hero-dashboard__value--green{color:var(--sm-green)}.sm-hero-dashboard__value--white{color:var(--sm-white)}.sm-hero-dashboard__label{color:#becfd9e0;overflow-wrap:break-word;margin:0;font-size:.75rem;line-height:1.45}.sm-problem{background:var(--sm-green);color:var(--sm-white);position:relative;overflow:hidden}.sm-problem__watermark{z-index:0;opacity:.05;pointer-events:none;width:min(500px,92vw);height:min(500px,92vw);position:absolute;bottom:-2.5rem;right:-2.5rem}.sm-problem__watermark img{object-fit:contain;object-position:right bottom;filter:brightness(0)invert();width:100%;height:100%}.sm-problem>.sm-container{z-index:1;position:relative}.sm-problem .sm-h2{color:var(--sm-white)}.sm-problem .sm-lead{color:#ffffffeb}.sm-problem-bento{grid-template-columns:1fr;gap:1rem;margin-top:2.25rem;display:grid}.sm-problem-bento__cell{min-width:0;display:flex}.sm-problem-bento__cell>*{flex:1;width:100%;min-width:0}.sm-problem-bento__compact-rail{flex-direction:column;gap:1rem;min-width:0;display:flex}.sm-problem-bento__compact-rail>.sm-problem-bento__cell{min-width:0;display:flex}.sm-problem-bento__compact-rail>.sm-problem-bento__cell>*{flex:1;width:100%;min-width:0}@media (width>=640px) and (width<=899px){.sm-problem-bento{grid-template-columns:1fr 1fr}.sm-problem-bento__cell--featured{grid-column:1/-1}.sm-problem-bento__compact-rail{flex-direction:row;grid-column:1/-1;align-items:stretch}.sm-problem-bento__compact-rail>.sm-problem-bento__cell{flex:1;min-width:0}}@media (width>=900px){.sm-problem-bento{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);align-items:stretch}.sm-problem-bento__cell--featured{grid-area:1/1/span 2/3}.sm-problem-bento__compact-rail{grid-area:1/3/span 2;align-self:stretch}}.sm-problem-card{border-radius:var(--sm-radius);margin:0}.sm-problem-card--featured{background:#fdfcf7;border:1px solid #01063214;flex-direction:column;min-height:100%;padding:clamp(1.75rem,4vw,2.5rem);display:flex;box-shadow:0 4px 6px -1px #0106321a,0 2px 4px -2px #0106320f}.sm-problem-card__featured-body{flex-direction:column;flex:1;justify-content:center;gap:clamp(.65rem,2vw,.85rem);min-height:0;display:flex}.sm-problem-card__featured-body .sm-problem-card__stat,.sm-problem-card__featured-body .sm-problem-card__stat--xl{margin-bottom:0}.sm-problem-card--compact{background:#fdfcf7;border:1px solid #01063214;flex-direction:column;padding:clamp(1.15rem,3vw,1.45rem);display:flex;box-shadow:0 4px 6px -1px #0106321a,0 2px 4px -2px #0106320f}.sm-problem-card__stat{font-family:var(--font-heading);color:var(--sm-navy);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.5rem,3.5vw,1.85rem);font-weight:700;line-height:1.1}.sm-problem-card__stat--compact{letter-spacing:-.045em;color:var(--sm-navy);font-size:clamp(2.85rem,7.5vw,3.85rem);font-weight:800;line-height:1}.sm-problem-card__stat--xl{color:var(--sm-navy);letter-spacing:-.04em;margin-bottom:.65rem;font-size:clamp(2.75rem,8vw,4.25rem);font-weight:700;line-height:.95}.sm-problem-card__text{color:#010632cc;margin:0;font-size:.9375rem;line-height:1.55}.sm-audience{background:#fff}.sm-audience__grid{gap:1rem;margin-top:clamp(2.75rem,6vw,4rem);display:grid}.sm-audience__grid>*{min-width:0;display:flex}.sm-audience__grid>*>*{flex-direction:column;flex:1;width:100%;min-width:0;display:flex}@media (width>=768px){.sm-audience__grid{grid-template-columns:1fr 1fr}}.sm-audience-card{border-radius:var(--sm-radius);background:var(--sm-gray-50);border:1px solid #01063217;flex:auto;margin:0;padding:clamp(1.2rem,3.5vw,1.6rem);box-shadow:0 1px 2px #0106320a}.sm-audience-card__icon{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;display:inline-flex}.sm-audience-card__icon--privado{color:var(--sm-navy);background:#f5f0e8}.sm-audience-card__icon--publico{color:var(--sm-green);background:#dcfce7}.sm-audience-card__icon-glyph{flex-shrink:0;width:1.375rem;height:1.375rem}.sm-audience-card__title{color:var(--sm-navy);margin:0 0 .85rem;font-size:1.0625rem;font-weight:700;line-height:1.3}.sm-audience-card__list{flex-direction:column;gap:.5rem;margin:0;padding:0;font-size:.9375rem;line-height:1.55;list-style:none;display:flex}.sm-audience-card__list li{align-items:flex-start;gap:.5rem;margin:0;display:flex}.sm-audience-card__check{color:var(--sm-green);flex-shrink:0;margin-top:.15rem}.sm-tabs__body{font-size:.9375rem;line-height:1.65}.sm-tabs__body p{margin:0 0 .85rem}.sm-tabs__body p:last-child{margin-bottom:0}.sm-tabs__body ul{margin:0 0 .85rem}.sm-list--check{flex-direction:column;gap:.5rem;margin:0 0 .85rem;padding:0;list-style:none;display:flex}.sm-list--check li{align-items:flex-start;gap:.5rem;margin:0;display:flex}.sm-list--check__icon{color:var(--sm-green);flex-shrink:0;margin-top:.15rem}.sm-tabs-section{background:var(--sm-off)}.sm-tabs-section__shell{position:relative;overflow:hidden}.sm-tabs-section__watermark{z-index:0;opacity:.12;pointer-events:none;width:min(500px,92vw);height:min(500px,92vw);position:absolute;bottom:-2.5rem;right:-2.5rem}.sm-tabs-section__watermark img{object-fit:contain;object-position:right bottom;width:100%;height:100%}.sm-tabs-section__inner{z-index:1;position:relative}.sm-tabs{margin-top:2rem}.sm-tabs__panel-title{font-family:var(--font-heading);color:var(--sm-navy);letter-spacing:-.02em;margin:0 0 .85rem;font-size:1.2rem;font-weight:700;line-height:1.25}.sm-tabs__list{background:var(--sm-off);border-radius:999px;flex-wrap:wrap;gap:.5rem;width:fit-content;max-width:100%;margin-bottom:1.5rem;padding:.35rem;display:flex}@media (width<=640px){.sm-tabs__list{border-radius:var(--sm-radius);grid-template-columns:1fr 1fr;width:100%;display:grid}.sm-tabs__tab{justify-content:center;width:100%;min-height:44px}}.sm-tabs__tab{z-index:0;color:var(--sm-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;transition:color .2s;position:relative;overflow:hidden}.sm-tabs__pill-bg{background:var(--sm-white);z-index:0;pointer-events:none;border-radius:999px;position:absolute;inset:0;box-shadow:0 4px 14px -6px #01063240}.sm-tabs__tab-label{z-index:1;display:inline;position:relative}.sm-tabs__tab--active{color:var(--sm-navy)}.sm-tabs__tab-desktop{display:inline}.sm-tabs__tab-mobile{display:none}@media (width<=520px){.sm-tabs__tab-desktop{display:none}.sm-tabs__tab-mobile{display:inline-flex}}.sm-tabs__panel{background:var(--sm-white);border:1px solid var(--sm-border);border-left:4px solid var(--sm-green);border-radius:var(--sm-radius);box-shadow:var(--sm-shadow);padding:clamp(1.25rem,3vw,2rem)}.sm-tabs__panel ul{margin:0 0 .85rem;padding-left:1.25rem}.sm-tabs__panel li{margin-bottom:.5rem}.sm-highlight{color:var(--sm-green);font-weight:600}.sm-journey{background:var(--sm-navy);color:#fff;position:relative;overflow-x:clip}.sm-journey__heading{color:#fff}.sm-journey__lead{color:#ffffffe0}.sm-journey__list{grid-template-columns:1fr;gap:clamp(1.5rem,4vw,2rem);margin:clamp(2rem,5vw,2.85rem) 0 0;padding:0;list-style:none;display:grid;position:relative}.sm-journey__list:before{content:"";display:none}.sm-journey__step{border-bottom:1px solid #ffffff14;flex-direction:column;align-items:flex-start;min-width:0;padding-bottom:clamp(1.35rem,3vw,1.75rem);display:flex;position:relative}.sm-journey__step:last-child{border-bottom:none;padding-bottom:0}.sm-journey__step-top{z-index:1;justify-content:flex-start;align-items:center;min-height:2.75rem;margin-bottom:.65rem;display:flex;position:relative}.sm-journey__num{width:2.75rem;height:2.75rem;font-family:var(--font-heading);letter-spacing:.02em;color:#8db669;background:var(--sm-navy);box-shadow:0 0 0 3px var(--sm-navy);border:1px solid #8db66959;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;line-height:1;display:inline-flex}.sm-journey__title{font-family:var(--font-heading);color:#fff;margin:0 0 .5rem;font-size:clamp(1.05rem,2.2vw,1.15rem);font-weight:700;line-height:1.3}.sm-journey__desc{color:#f7f5f0d1;max-width:none;margin:0;font-size:.9375rem;line-height:1.62}@media (width>=900px){.sm-journey__list{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:clamp(1rem,2.5vw,1.75rem);padding-top:.5rem}.sm-journey__list:before{z-index:0;pointer-events:none;background:linear-gradient(90deg,#fff0 0%,#becfd959 8% 92%,#fff0 100%);height:1px;display:block;position:absolute;top:1.875rem;left:0;right:0}.sm-journey__step{border-bottom:none;padding-top:0;padding-bottom:0}.sm-journey__step-top{justify-content:center;width:100%;margin-bottom:.85rem}.sm-journey__title{text-align:center;width:100%;margin-bottom:.55rem}.sm-journey__desc{text-align:center;color:#f7f5f0c7;width:100%}}.sm-pricing{background:var(--sm-off)}.sm-pricing.sm-section,.sm-audience.sm-section{padding-block:clamp(5rem,11vw,7.5rem)}.sm-pricing__grid{align-items:stretch;gap:1.75rem;margin-top:2.25rem;padding-block:1.25rem;display:grid;overflow:visible}.sm-pricing__cell{align-items:stretch;min-width:0;display:flex}.sm-pricing__cell>*{flex:1;align-self:stretch;width:100%;min-width:0}@media (width>=768px){.sm-pricing__grid{grid-template-columns:1fr 1fr;gap:clamp(1.25rem,3vw,2rem)}.sm-pricing__cell--featured{z-index:2}}.sm-price-card{border-radius:var(--sm-radius);transform-origin:50%;flex-direction:column;height:100%;min-height:0;display:flex;position:relative}.sm-price-card--essential{background:var(--sm-white);border:1px solid #01063214;padding:clamp(1.5rem,3vw,2rem);box-shadow:0 1px 3px #0106320d}.sm-price-card--featured-dark{background:var(--sm-navy);padding-block:clamp(1.25rem,2.4vw,1.55rem);padding-inline:clamp(1.35rem,2.8vw,1.85rem);border:none;padding-top:clamp(1.6rem,2.8vw,1.95rem);box-shadow:0 32px 64px -14px #0106328c,0 24px 48px -18px #00000061,0 0 0 1px #ffffff0d}.sm-price-card__ribbon--top{text-transform:uppercase;letter-spacing:.06em;background:var(--sm-green);color:var(--sm-navy);border-radius:999px;padding:.4rem .85rem;font-size:.6875rem;font-weight:700;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 14px -4px #8db669a6}.sm-price-card__price-block{flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem;margin:0 0 .5rem;display:flex}.sm-price-card--essential .sm-price-card__name{color:var(--sm-navy);min-height:2.75rem;margin:0 0 .5rem;font-size:1.125rem;font-weight:700;line-height:1.25}.sm-price-card--essential .sm-price-card__price{color:var(--sm-navy);letter-spacing:-.02em;margin:0;font-size:clamp(2rem,2.4vw,2.25rem);font-weight:700;line-height:1}.sm-price-card--essential .sm-price-card__unit{color:var(--sm-muted);margin:0;font-size:.8125rem;font-weight:500;line-height:1.2}.sm-price-card--essential .sm-price-card__blurb{color:var(--sm-muted);margin:0 0 1rem;font-size:.9rem;line-height:1.5}.sm-price-card--featured-dark .sm-price-card__name{color:#fff;min-height:2.75rem;margin:0 0 .5rem;font-size:1.125rem;font-weight:700;line-height:1.25}.sm-price-card--featured-dark .sm-price-card__price{color:#fff;letter-spacing:-.02em;margin:0;font-size:clamp(2.125rem,2.55vw,2.4rem);font-weight:700;line-height:1}.sm-price-card--featured-dark .sm-price-card__unit{color:#ffffffe0;margin:0;font-size:.8125rem;font-weight:500;line-height:1.2}.sm-price-card--featured-dark .sm-price-card__blurb{color:#ffffffb8;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.sm-price-card__list{flex-direction:column;flex:auto;gap:.625rem;min-height:0;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.sm-price-card__list li{align-items:flex-start;gap:.5rem;margin:0;font-size:.9rem;display:flex}.sm-price-card--essential .sm-price-card__list li{color:var(--sm-muted)}.sm-price-card--featured-dark .sm-price-card__list li{color:#ffffffe0}.sm-price-card__check{color:var(--sm-green);flex-shrink:0;margin-top:.15rem}.sm-price-card__btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:44px;margin-top:auto;font-size:.9375rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.sm-price-card--essential .sm-price-card__btn{background:linear-gradient(135deg, var(--sm-navy) 0%, #0a1a4a 100%);color:var(--sm-white);box-shadow:0 12px 28px -12px #0106328c}.sm-price-card__btn--featured{box-shadow:0 10px 28px -10px #8db6698c;background:var(--sm-green)!important;color:var(--sm-navy)!important}.sm-footer-cta{background:var(--sm-navy);color:#ffffffd9;padding-top:clamp(3rem,8vw,5rem);padding-bottom:calc(clamp(3rem, 8vw, 5rem) + env(safe-area-inset-bottom));position:relative;overflow:hidden}.sm-footer-cta__pattern{pointer-events:none;opacity:.05;background-color:#0000;background-image:radial-gradient(circle at 1px 1px,#fff 1px,#0000 0),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='0.6' d='M14 0l12.1 7v14l-12.1 7L1.9 21V7L14 0zm0 49l12.1-7V28l-12.1-7L1.9 28v14L14 49z'/%3E%3C/svg%3E");background-position:0 0,14px 24px;background-size:24px 24px,28px 49px;position:absolute;inset:0}.sm-footer-cta__inner{z-index:1;text-align:center;max-width:36rem;margin-inline:auto;position:relative}.sm-footer-cta h2{font-family:var(--font-heading);color:var(--sm-white);margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.sm-footer-cta p{margin:0 0 1.5rem;font-size:1rem}.sm-footer-cta__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.sm-btn--footer-cta{background:var(--sm-green);min-height:44px;color:var(--sm-navy);box-shadow:0 10px 28px -10px #8db6698c}.sm-btn--footer-cta--outline{color:#fffffff2;box-shadow:none;background:0 0;border:1.5px solid #ffffff61}.sm-btn--footer-cta:not(.sm-btn--footer-cta--outline):hover{filter:brightness(1.06);transform:none;box-shadow:0 14px 36px -12px #8db66994}.sm-btn--footer-cta--outline:hover{filter:brightness(1.04);box-shadow:none;background:#ffffff0f;border-color:#ffffff8c}@media (prefers-reduced-motion:reduce){.sm-btn--footer-cta:not(.sm-btn--footer-cta--outline):hover{filter:brightness(1.05)}.sm-btn--footer-cta--outline:hover{filter:brightness(1.02)}}.sm-footer-meta{padding:1.5rem 0 max(2rem, calc(1.25rem + env(safe-area-inset-bottom)));color:#64748b;background:var(--sm-off);font-size:.875rem;line-height:1.55}.sm-footer-meta__bar{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.sm-footer-meta__left{flex-direction:column;align-items:flex-start;gap:.65rem;max-width:26rem;display:flex}.sm-footer-meta__brand{line-height:0;display:inline-flex}.sm-footer-meta__brand img{object-fit:contain;object-position:left center;max-width:min(100%,18rem);display:block}.sm-footer-meta__tagline,.sm-footer-meta__copy,.sm-footer-meta__cnpj{margin:0}.sm-footer-meta__copy{color:#94a3b8;font-size:.8125rem}.sm-footer-meta__contact{margin:0;font-size:.8125rem;line-height:1.5}.sm-footer-meta__contact a{color:var(--sm-navy);font-weight:600;text-decoration:none}.sm-footer-meta__contact a:hover{text-decoration:underline}.sm-footer-meta__contact-sep{color:#94a3b8;font-weight:400}.sm-footer-meta__right{flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.sm-footer-meta__site{color:var(--sm-navy);font-weight:600;text-decoration:none}.sm-footer-meta__site:hover{text-decoration:underline}@media (width>=768px){.sm-footer-meta__bar{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}.sm-footer-meta__right{text-align:right;flex-shrink:0;align-items:flex-end}}.h-10{height:2.5rem}.w-auto{width:auto}
