.Header-module__ldgnoG__header{z-index:100;background:#fff;padding:15px 60px;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.Header-module__ldgnoG__nav{justify-content:space-between;align-items:center;max-width:100%;margin:0 auto;padding:0 100px;display:flex}.Header-module__ldgnoG__brand{color:var(--green);letter-spacing:1px;align-items:center;gap:8px;font-size:20px;font-weight:700;transition:color .3s;display:flex}.Header-module__ldgnoG__brand a{cursor:pointer;transition:opacity .3s;display:inline-block}.Header-module__ldgnoG__brand a:hover{opacity:.8}.Header-module__ldgnoG__brandImg{width:148px;height:auto;transition:filter .3s;display:block}@media (max-width:480px){.Header-module__ldgnoG__brandImg{width:120px}}.Header-module__ldgnoG__links{align-items:center;gap:22px;display:flex}.Header-module__ldgnoG__links a{font-size:16px;font-family:var(--font-family);color:var(--brand-green);font-weight:500;text-decoration:none;transition:color .25s,opacity .25s}.Header-module__ldgnoG__links a:hover{opacity:.72}.Header-module__ldgnoG__loginBtn{border:1.5px solid var(--brand-green);font-family:var(--font-display);letter-spacing:.02em;text-transform:none;background:0 0;border-radius:999px;justify-content:center;align-items:center;margin-left:4px;padding:10px 18px;font-size:13px;font-weight:600;line-height:1.2;transition:background .25s,color .25s,border-color .25s,box-shadow .25s;display:inline-flex;color:var(--brand-green)!important}.Header-module__ldgnoG__loginBtn:hover{background:var(--brand-green);border-color:var(--brand-green);opacity:1;box-shadow:0 4px 14px #0c44382e;color:#fff!important}.Header-module__ldgnoG__mobileLoginBtn{border:1.5px solid var(--brand-green);font-family:var(--font-display);letter-spacing:.02em;text-transform:none;background:0 0;border-radius:999px;justify-content:center;align-items:center;margin-top:12px;padding:14px 20px;font-size:15px;font-weight:600;transition:background .25s,color .25s;display:inline-flex;color:var(--brand-green)!important}.Header-module__ldgnoG__mobileLoginBtn:hover{background:var(--brand-green);color:#fff!important}.Header-module__ldgnoG__hamburgerBtn{cursor:pointer;z-index:50;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Header-module__ldgnoG__hamburgerBtn span{background-color:var(--green);border-radius:2px;width:28px;height:3px;transition:all .3s}.Header-module__ldgnoG__mobileSidebar{z-index:100;background:#fff;width:280px;height:100vh;padding:80px 30px 30px;transition:right .3s;position:fixed;top:0;right:-280px;box-shadow:-2px 0 10px #0000001a}.Header-module__ldgnoG__mobileSidebar.Header-module__ldgnoG__open{right:0}.Header-module__ldgnoG__closeBtn{color:var(--green);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:40px;line-height:1;display:flex;position:absolute;top:20px;right:20px}.Header-module__ldgnoG__mobileLinks{flex-direction:column;gap:25px;display:flex}.Header-module__ldgnoG__mobileLinks a{color:var(--green);border-bottom:1px solid #377a631a;padding:10px 0;font-size:20px;font-weight:600;text-decoration:none;transition:opacity .3s}.Header-module__ldgnoG__mobileLinks a:hover{opacity:.7}.Header-module__ldgnoG__sidebarOverlay{z-index:90;background:#00000080;animation:.3s Header-module__ldgnoG__fadeIn;position:fixed;inset:0}.Header-module__ldgnoG__dropdown{z-index:100;display:inline-block;position:relative}.Header-module__ldgnoG__dropdownTrigger{cursor:pointer;color:var(--brand-green);background:0 0;border:none;align-items:center;gap:5px;padding:0;font-family:inherit;font-size:16px;font-weight:500;transition:opacity .3s;display:flex}.Header-module__ldgnoG__dropdownTrigger:hover{opacity:.7}.Header-module__ldgnoG__dropdownArrow{font-size:14px;transition:transform .3s;display:inline-block}.Header-module__ldgnoG__dropdownArrow.Header-module__ldgnoG__open{transform:rotate(180deg)}.Header-module__ldgnoG__dropdownOverlay{z-index:45;cursor:default;background:0 0;position:fixed;inset:0}.Header-module__ldgnoG__dropdownMenu{z-index:100;background:#fff;border-radius:16px;min-width:320px;padding:0;animation:.3s Header-module__ldgnoG__slideDown;position:absolute;top:calc(100% + 20px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 10px 40px #0003}.Header-module__ldgnoG__dropdownMenu:before{content:"";z-index:-1;background:#fff;width:16px;height:16px;position:absolute;top:-8px;left:50%;transform:translate(-50%)rotate(45deg);box-shadow:-3px -3px 8px #00000014}.Header-module__ldgnoG__dropdownHeader{background:linear-gradient(135deg,var(--brand-green-mid)0%,var(--brand-green)100%);border-bottom:1px solid #e0e0e0;padding:20px 24px 16px}.Header-module__ldgnoG__dropdownHeader h3{color:#fff;margin:0;font-size:18px;font-weight:600}.Header-module__ldgnoG__dropdownItem{color:var(--green);border-left:3px solid #0000;padding:16px 24px;font-size:16px;text-decoration:none;transition:all .2s;display:block}.Header-module__ldgnoG__dropdownItem:hover{border-left-color:var(--green);background:#f8f9fa;padding-left:28px}.Header-module__ldgnoG__dropdownItem strong{color:var(--green);font-size:15px}.Header-module__ldgnoG__dropdownDivider{background:#e8e8e8;height:1px;margin:8px 0}.Header-module__ldgnoG__dropdownItemContent{flex-direction:column;gap:4px;display:flex}.Header-module__ldgnoG__produtoNome{color:var(--green);margin-bottom:4px;font-size:16px;font-weight:600}.Header-module__ldgnoG__produtoDesc{color:#777;font-size:14px;font-weight:400;line-height:1.4}.Header-module__ldgnoG__mobileDropdown{flex-direction:column;display:flex}.Header-module__ldgnoG__mobileDropdownTrigger{width:100%;color:var(--green);cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #377a631a;justify-content:space-between;align-items:center;padding:10px 0;font-size:20px;font-weight:600;transition:opacity .3s;display:flex}.Header-module__ldgnoG__mobileDropdownTrigger:active{opacity:.7}.Header-module__ldgnoG__mobileDropdownArrow{font-size:16px;transition:transform .3s}.Header-module__ldgnoG__mobileDropdownArrow.Header-module__ldgnoG__open{transform:rotate(180deg)}.Header-module__ldgnoG__mobileDropdownMenu{border-left:3px solid var(--green);background:#377a6308;border-radius:0 8px 8px 0;flex-direction:column;gap:8px;margin-top:8px;margin-bottom:8px;padding:12px 20px;animation:.3s Header-module__ldgnoG__expandDown;display:flex}.Header-module__ldgnoG__mobileDropdownItem{color:#555;border-radius:4px;padding:10px 8px;font-size:17px;text-decoration:none;transition:all .2s}.Header-module__ldgnoG__mobileDropdownItem:hover{color:var(--green);background:#377a6314;padding-left:12px}.Header-module__ldgnoG__mobileDropdownItem strong{color:var(--green);font-size:18px}@keyframes Header-module__ldgnoG__slideDown{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes Header-module__ldgnoG__expandDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}@keyframes Header-module__ldgnoG__fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:769px){.Header-module__ldgnoG__hamburgerBtn,.Header-module__ldgnoG__mobileSidebar,.Header-module__ldgnoG__sidebarOverlay{display:none!important}}@media (max-width:768px){.Header-module__ldgnoG__desktopLinks{display:none!important}.Header-module__ldgnoG__hamburgerBtn{display:flex}.Header-module__ldgnoG__header{padding:15px 30px}.Header-module__ldgnoG__scrolled{padding:12px 30px}.Header-module__ldgnoG__nav{padding:0 20px}.Header-module__ldgnoG__brand{font-size:24px}}@media (max-width:480px){.Header-module__ldgnoG__header{padding:15px 20px}.Header-module__ldgnoG__scrolled{padding:12px 20px}.Header-module__ldgnoG__nav{padding:0 10px}.Header-module__ldgnoG__brand{font-size:20px}.Header-module__ldgnoG__mobileSidebar{width:260px;right:-260px}}
.Footer-module__Grjkva__footer{background:var(--green);color:#fff;padding:48px 0 24px}.Footer-module__Grjkva__footer a{color:#fff;text-decoration:none;transition:opacity .2s}.Footer-module__Grjkva__footer a:hover{opacity:.75}.Footer-module__Grjkva__footerTop{border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;gap:20px;margin-bottom:36px;padding-bottom:28px;display:flex}.Footer-module__Grjkva__footerLogo a{transition:opacity .3s;display:inline-block}.Footer-module__Grjkva__footerLogo a:hover{opacity:.8}.Footer-module__Grjkva__footerLogoImg{width:160px;height:auto;display:block}.Footer-module__Grjkva__socialIcon{opacity:.9;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__socialIcon:hover{opacity:1}.Footer-module__Grjkva__footerGrid{border-bottom:1px solid #fff3;grid-template-columns:1fr 1fr 1.4fr;gap:40px 48px;margin-bottom:32px;padding-bottom:32px;display:grid}.Footer-module__Grjkva__footerCol{min-width:0}.Footer-module__Grjkva__colTitle{font-family:var(--font-accent);letter-spacing:2px;text-transform:uppercase;opacity:.9;margin:0 0 18px;font-size:11px;font-weight:700}.Footer-module__Grjkva__contactLinks{font-family:var(--font-body);flex-direction:column;align-items:flex-start;gap:10px;font-size:14px;font-weight:400;line-height:1.5;display:flex}.Footer-module__Grjkva__sitemap{flex-direction:column;gap:10px;display:flex}.Footer-module__Grjkva__sitemap a{font-family:var(--font-body);letter-spacing:.3px;font-size:14px;font-weight:400;line-height:1.4}.Footer-module__Grjkva__companyInfo{grid-template-columns:1fr 1fr;gap:14px 28px;margin:0;display:grid}.Footer-module__Grjkva__infoItem{margin:0}.Footer-module__Grjkva__infoItem dt{font-family:var(--font-accent);letter-spacing:.8px;text-transform:uppercase;opacity:.75;margin-bottom:4px;font-size:11px;font-weight:700}.Footer-module__Grjkva__infoItem dd{font-family:var(--font-body);margin:0;font-size:13.5px;font-weight:300;line-height:1.55}.Footer-module__Grjkva__infoItemWide{grid-column:1/-1}.Footer-module__Grjkva__footerBottom{text-align:center}.Footer-module__Grjkva__footerCopyright{font-family:var(--font-body);opacity:.85;margin:0;font-size:12px;line-height:1.6}@media (max-width:980px){.Footer-module__Grjkva__footerGrid{grid-template-columns:1fr 1fr}.Footer-module__Grjkva__footerColWide{grid-column:1/-1}.Footer-module__Grjkva__companyInfo{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__Grjkva__footer{padding:40px 0 24px}.Footer-module__Grjkva__footerGrid{grid-template-columns:1fr;gap:32px}.Footer-module__Grjkva__footerColWide{grid-column:auto}.Footer-module__Grjkva__companyInfo{grid-template-columns:1fr;gap:12px}.Footer-module__Grjkva__contactLinks{align-items:flex-start}.Footer-module__Grjkva__footerCopyright{font-size:11px}}
.WhatsAppDuvidaForm-module__9c4FPW__form{background:#fff;border-radius:12px;max-width:640px;margin:0 auto;padding:48px 40px;box-shadow:0 12px 40px #0c44381a}.WhatsAppDuvidaForm-module__9c4FPW__head{text-align:center;margin-bottom:32px}.WhatsAppDuvidaForm-module__9c4FPW__eyebrow{font-family:var(--font-accent);letter-spacing:.14em;text-transform:uppercase;color:var(--brand-green-mid);margin:0 0 12px;font-size:12px;font-weight:700}.WhatsAppDuvidaForm-module__9c4FPW__title{font-family:var(--font-display);color:var(--brand-green);margin:0 0 14px;font-size:28px;font-weight:700;line-height:1.25}.WhatsAppDuvidaForm-module__9c4FPW__lead{font-family:var(--font-body);font-size:var(--font-size-body);color:#444;margin:0;line-height:1.7}.WhatsAppDuvidaForm-module__9c4FPW__grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.WhatsAppDuvidaForm-module__9c4FPW__field{flex-direction:column;gap:8px;display:flex}.WhatsAppDuvidaForm-module__9c4FPW__field span{font-family:var(--font-accent);letter-spacing:.08em;text-transform:uppercase;color:var(--brand-green);font-size:12px;font-weight:600}.WhatsAppDuvidaForm-module__9c4FPW__field input,.WhatsAppDuvidaForm-module__9c4FPW__field select,.WhatsAppDuvidaForm-module__9c4FPW__field textarea{font-family:var(--font-body);font-size:var(--font-size-body-sm);color:#222;resize:vertical;background:#fafdfb;border:1.5px solid #0c44382e;border-radius:8px;padding:12px 14px}.WhatsAppDuvidaForm-module__9c4FPW__field input:focus,.WhatsAppDuvidaForm-module__9c4FPW__field select:focus,.WhatsAppDuvidaForm-module__9c4FPW__field textarea:focus{border-color:var(--brand-green-mid);outline:none;box-shadow:0 0 0 3px #38a88126}.WhatsAppDuvidaForm-module__9c4FPW__full{grid-column:1/-1}.WhatsAppDuvidaForm-module__9c4FPW__error{color:#c0392b;font-size:var(--font-size-body-sm);margin:14px 0 0}.WhatsAppDuvidaForm-module__9c4FPW__submit{background:var(--brand-green);color:#fff;width:100%;font-family:var(--font-accent);letter-spacing:.04em;cursor:pointer;border:none;border-radius:8px;margin-top:22px;padding:16px 24px;font-size:15px;font-weight:700;transition:background .2s;display:block}.WhatsAppDuvidaForm-module__9c4FPW__submit:hover{background:var(--brand-green-mid)}.WhatsAppDuvidaForm-module__9c4FPW__hint{text-align:center;font-size:var(--font-size-caption);color:#0c44388c;margin:14px 0 0;line-height:1.5}@media (max-width:640px){.WhatsAppDuvidaForm-module__9c4FPW__form{padding:36px 22px}.WhatsAppDuvidaForm-module__9c4FPW__grid{grid-template-columns:1fr}.WhatsAppDuvidaForm-module__9c4FPW__title{font-size:24px}}
.Hero-module__JgYmMq__hero{background-position:50%;background-size:cover;align-items:center;height:100vh;min-height:500px;display:flex;position:relative}.Hero-module__JgYmMq__hero:before{content:"";background:#0003;position:absolute;inset:0}.Hero-module__JgYmMq__heroGrid{grid-template-columns:1fr 1fr;width:100%;height:100%;display:grid}.Hero-module__JgYmMq__heroContentWrapper{text-align:left;z-index:1;flex-direction:column;justify-content:center;width:100%;height:100%;margin:0 auto;padding:0 10rem;display:flex;position:relative}.Hero-module__JgYmMq__heroTitle{letter-spacing:4px;color:#fff;font-size:60px;font-weight:300;line-height:1.2;font-family:var(--font-display);margin:0 0 40px}.Hero-module__JgYmMq__heroTitle strong{font-weight:700}.Hero-module__JgYmMq__heroCta{background:var(--brand-green);color:#fff;font-family:var(--font-accent);letter-spacing:1.5px;border-radius:4px;padding:20px 48px;font-size:16px;font-weight:400;text-decoration:none;transition:background .2s;display:inline-block}.Hero-module__JgYmMq__heroCta:hover{background:var(--brand-green-mid)}@media (max-width:1024px){.Hero-module__JgYmMq__heroContentWrapper{padding:0 5rem!important}.Hero-module__JgYmMq__heroTitle{font-size:48px!important}.Hero-module__JgYmMq__heroCta{padding:18px 40px!important;font-size:15px!important}}@media (max-width:768px){.Hero-module__JgYmMq__heroGrid{grid-template-columns:1fr!important}.Hero-module__JgYmMq__heroGrid>div:last-child{display:none}.Hero-module__JgYmMq__heroContentWrapper{padding:0 3rem!important}.Hero-module__JgYmMq__heroTitle{letter-spacing:2px!important;margin:0 0 30px!important;font-size:40px!important}.Hero-module__JgYmMq__heroCta{padding:16px 32px!important;font-size:14px!important}}@media (max-width:640px){.Hero-module__JgYmMq__heroContentWrapper{text-align:center!important;padding:0 20px!important}.Hero-module__JgYmMq__heroTitle{letter-spacing:1.5px!important;font-size:32px!important}.Hero-module__JgYmMq__heroCta{padding:14px 28px!important;font-size:13px!important}}@media (max-width:480px){.Hero-module__JgYmMq__hero{min-height:450px}.Hero-module__JgYmMq__heroTitle{letter-spacing:1px!important;font-size:28px!important}.Hero-module__JgYmMq__heroCta{padding:12px 24px!important;font-size:12px!important}}
.History-module__1FVtCq__history{width:100%;min-height:600px}.History-module__1FVtCq__container{grid-template-columns:1fr 1fr;height:100%;min-height:600px;display:grid}.History-module__1FVtCq__imageSection{background-color:#e0e0e0;width:100%;height:100%;min-height:600px;position:relative}.History-module__1FVtCq__divText{width:70%}.History-module__1FVtCq__contentSection{background:linear-gradient(135deg,var(--brand-mint)0%,color-mix(in srgb,var(--brand-green-mid)45%,var(--brand-mint))100%);flex-direction:column;justify-content:center;align-items:flex-start;padding:80px 100px;display:flex}.History-module__1FVtCq__title{font-family:var(--font-display);color:var(--brand-green);margin-bottom:30px;font-size:42px;font-weight:400;line-height:1.2}.History-module__1FVtCq__title strong{font-weight:700;display:block}.History-module__1FVtCq__divider{background-color:var(--brand-coral);width:60px;height:4px;margin-bottom:40px}.History-module__1FVtCq__text{font-family:var(--font-body);color:#2d2d2d;margin-bottom:25px;font-size:20px;line-height:1.8}.History-module__1FVtCq__text strong{color:var(--brand-green);font-weight:700}.History-module__1FVtCq__btn{background-color:var(--brand-green);color:#fff;font-family:var(--font-accent);cursor:pointer;border:none;border-radius:4px;margin-top:20px;padding:16px 40px;font-size:16px;font-weight:400;text-decoration:none;transition:background .2s;display:inline-block}.History-module__1FVtCq__btn:hover{background:var(--brand-green-mid)}@media (max-width:1024px){.History-module__1FVtCq__contentSection{padding:60px 50px}.History-module__1FVtCq__title{font-size:36px}}@media (max-width:768px){.History-module__1FVtCq__container{grid-template-columns:1fr}.History-module__1FVtCq__imageSection{min-height:400px}.History-module__1FVtCq__contentSection{padding:50px 30px}.History-module__1FVtCq__title{font-size:32px}.History-module__1FVtCq__text{font-size:16px}.History-module__1FVtCq__divText{width:100%}}@media (max-width:480px){.History-module__1FVtCq__imageSection{min-height:300px}.History-module__1FVtCq__contentSection{padding:40px 20px}.History-module__1FVtCq__title{font-size:28px}}
.ProductHeroBanner-module__Z8ZBSW__banner{background:var(--brand-green,#0c4438);isolation:isolate;width:100%;height:clamp(220px,34vw,440px);position:relative;overflow:hidden}.ProductHeroBanner-module__Z8ZBSW__image{object-fit:cover;z-index:0}.ProductHeroBanner-module__Z8ZBSW__veil{z-index:1;pointer-events:none;position:absolute;inset:0}.ProductHeroBanner-module__Z8ZBSW__veilDark .ProductHeroBanner-module__Z8ZBSW__veil{background:linear-gradient(105deg,#0c4438d1 0%,#0c44388c 32%,#0c44381f 58%,#0000 74%)}.ProductHeroBanner-module__Z8ZBSW__veilLight .ProductHeroBanner-module__Z8ZBSW__veil{background:linear-gradient(105deg,#f4f2eaeb 0%,#f4f2ea9e 34%,#f4f2ea1a 58%,#0000 74%)}.ProductHeroBanner-module__Z8ZBSW__content{z-index:2;flex-direction:column;justify-content:flex-end;width:100%;max-width:1000px;height:100%;margin:0 auto;padding:0 24px clamp(28px,4.5vw,48px);display:flex;position:relative}.ProductHeroBanner-module__Z8ZBSW__regTag{font-family:var(--font-accent);letter-spacing:.06em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0c443873;border:1px solid #ffffff59;border-radius:999px;align-self:flex-start;margin-bottom:14px;padding:5px 12px;font-size:10px;font-weight:600}.ProductHeroBanner-module__Z8ZBSW__veilLight .ProductHeroBanner-module__Z8ZBSW__regTag{color:var(--brand-green,#0c4438);background:#ffffffb8;border-color:#0c443838}.ProductHeroBanner-module__Z8ZBSW__eyebrow{font-family:var(--font-accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px;font-size:10.5px;font-weight:600}.ProductHeroBanner-module__Z8ZBSW__veilDark .ProductHeroBanner-module__Z8ZBSW__eyebrow{color:#ffffffb8}.ProductHeroBanner-module__Z8ZBSW__veilLight .ProductHeroBanner-module__Z8ZBSW__eyebrow{color:var(--brand-green-mid,#488874)}.ProductHeroBanner-module__Z8ZBSW__tagline{font-family:var(--font-display);letter-spacing:-.025em;flex-wrap:wrap;align-items:baseline;gap:.15em 0;max-width:16ch;margin:0;font-size:clamp(1.75rem,4.2vw,3rem);font-weight:800;line-height:1.05;display:flex}.ProductHeroBanner-module__Z8ZBSW__veilDark .ProductHeroBanner-module__Z8ZBSW__tagline{color:#fff}.ProductHeroBanner-module__Z8ZBSW__veilLight .ProductHeroBanner-module__Z8ZBSW__tagline{color:var(--brand-green,#0c4438)}.ProductHeroBanner-module__Z8ZBSW__word{opacity:0;align-items:baseline;animation:.52s cubic-bezier(.2,.6,.2,1) forwards ProductHeroBanner-module__Z8ZBSW__wordIn;display:inline-flex;transform:translateY(10px)}.ProductHeroBanner-module__Z8ZBSW__wordText{display:inline-block}.ProductHeroBanner-module__Z8ZBSW__sep{opacity:.55;margin:0 .28em;font-weight:400;display:inline-block}@keyframes ProductHeroBanner-module__Z8ZBSW__wordIn{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ProductHeroBanner-module__Z8ZBSW__word{opacity:1;animation:none;transform:none}}@media (max-width:600px){.ProductHeroBanner-module__Z8ZBSW__banner{height:clamp(200px,52vw,300px)}.ProductHeroBanner-module__Z8ZBSW__content{padding:0 18px 24px}.ProductHeroBanner-module__Z8ZBSW__tagline{max-width:12ch}}
.BlogPostFaq-module__fN7fLW__section{border-top:1px solid #0c44381f;margin-top:64px;padding-top:48px}.BlogPostFaq-module__fN7fLW__eyebrow{font-family:var(--font-accent);letter-spacing:.14em;text-transform:uppercase;color:var(--brand-green-mid);margin:0 0 12px;font-size:12px;font-weight:700}.BlogPostFaq-module__fN7fLW__heading{font-family:var(--font-display);color:var(--brand-green);margin:0 0 12px;font-size:clamp(24px,3vw,30px);font-weight:700;line-height:1.2}.BlogPostFaq-module__fN7fLW__lead{font-family:var(--font-body);font-size:var(--font-size-body);color:#555;margin:0 0 28px;line-height:1.7}.BlogPostFaq-module__fN7fLW__list{flex-direction:column;gap:10px;display:flex}.BlogPostFaq-module__fN7fLW__item{background:#fff;border:1px solid #0c44381f;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0c44380a}.BlogPostFaq-module__fN7fLW__qWrap{font-size:inherit;font-weight:inherit;margin:0}.BlogPostFaq-module__fN7fLW__question{cursor:pointer;text-align:left;width:100%;font-family:var(--font-display);color:var(--brand-green);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;font-size:17px;font-weight:600;line-height:1.4;display:flex}.BlogPostFaq-module__fN7fLW__question:hover{background:color-mix(in srgb,var(--brand-mint)28%,#fff)}.BlogPostFaq-module__fN7fLW__chevron{color:var(--brand-green-mid);flex-shrink:0;font-size:14px;transition:transform .2s}.BlogPostFaq-module__fN7fLW__open{transform:rotate(180deg)}.BlogPostFaq-module__fN7fLW__answer{border-top:1px solid #0c443814;padding:0 20px 20px}.BlogPostFaq-module__fN7fLW__answer p{font-family:var(--font-body);font-size:var(--font-size-body);color:#444;margin:14px 0 0;line-height:1.75}
.AssistenteChat-module__oF2ZYa__wrap{max-width:420px;margin:12px 0 20px;position:relative}.AssistenteChat-module__oF2ZYa__fab{cursor:pointer;background:var(--bc-green-900);color:#fff;font-family:var(--bc-font-display);border:none;border-radius:999px;align-items:center;gap:10px;padding:12px 18px 12px 12px;font-size:14px;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 8px 24px #0c443838}.AssistenteChat-module__oF2ZYa__fab:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0c443847}.AssistenteChat-module__oF2ZYa__fabIcon{background:var(--bc-green-200);border-radius:50%;flex:none;place-items:center;width:40px;height:40px;display:grid}.AssistenteChat-module__oF2ZYa__fabIcon svg{width:18px;height:18px;stroke:var(--bc-green-950);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.AssistenteChat-module__oF2ZYa__soonCard{background:linear-gradient(135deg,var(--bc-green-950),var(--bc-green-900));color:#fff;border-radius:24px;padding:22px 24px}.AssistenteChat-module__oF2ZYa__soonCard p{color:#ffffffc7;margin:8px 0 0;font-size:13.5px;line-height:1.55}.AssistenteChat-module__oF2ZYa__panel{background:#fff;border:1px solid #0c44381a;border-radius:24px;flex-direction:column;min-height:420px;max-height:560px;display:flex;overflow:hidden;box-shadow:0 16px 40px #0c44382e}.AssistenteChat-module__oF2ZYa__panelWelcome{color:#fff;background:linear-gradient(160deg,#082e26 0%,#0c4438 70%);min-height:380px}.AssistenteChat-module__oF2ZYa__header{background:var(--bc-green-900);color:#fff;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px 12px;display:flex}.AssistenteChat-module__oF2ZYa__panelWelcome .AssistenteChat-module__oF2ZYa__header{background:0 0;padding-bottom:4px}.AssistenteChat-module__oF2ZYa__headerLeft{flex-direction:column;gap:8px;min-width:0;display:flex}.AssistenteChat-module__oF2ZYa__brandRow{align-items:center;gap:8px;display:flex}.AssistenteChat-module__oF2ZYa__logo{width:auto;height:36px;display:block}.AssistenteChat-module__oF2ZYa__badge{font-family:var(--bc-font-accent);letter-spacing:.06em;text-transform:uppercase;color:#fff;background:#acccac38;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:600}.AssistenteChat-module__oF2ZYa__title{font-family:var(--bc-font-display);letter-spacing:-.01em;color:#fff;margin:0;font-size:18px;font-weight:600}.AssistenteChat-module__oF2ZYa__headerActions{flex:none;gap:4px;display:flex}.AssistenteChat-module__oF2ZYa__iconBtn{color:#ffffffd9;cursor:pointer;background:0 0;border:none;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.AssistenteChat-module__oF2ZYa__iconBtn:hover{background:#ffffff1a}.AssistenteChat-module__oF2ZYa__iconBtn svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.AssistenteChat-module__oF2ZYa__welcomeBody{flex-direction:column;flex:1;gap:14px;padding:8px 18px 18px;display:flex}.AssistenteChat-module__oF2ZYa__lead{font-family:var(--bc-font-body);color:#ffffffd1;max-width:34ch;margin:0;font-size:14px;line-height:1.55}.AssistenteChat-module__oF2ZYa__chips{flex-wrap:wrap;gap:8px;display:flex}.AssistenteChat-module__oF2ZYa__chip{color:#fff;font-family:var(--bc-font-body);cursor:pointer;background:#0000001f;border:1px solid #ffffff47;border-radius:999px;padding:8px 14px;font-size:12.5px;transition:background .15s}.AssistenteChat-module__oF2ZYa__chip:hover{background:#ffffff1f}.AssistenteChat-module__oF2ZYa__chip:disabled{opacity:.6;cursor:not-allowed}.AssistenteChat-module__oF2ZYa__messages{background:#fafafa;flex-direction:column;flex:1;gap:14px;padding:16px 14px;display:flex;overflow-y:auto}.AssistenteChat-module__oF2ZYa__rowAsst,.AssistenteChat-module__oF2ZYa__rowUser{align-items:flex-start;gap:8px;max-width:100%;display:flex}.AssistenteChat-module__oF2ZYa__rowUser{flex-direction:row-reverse}.AssistenteChat-module__oF2ZYa__avatar{background:var(--bc-green-900);border-radius:50%;flex:none;place-items:center;width:28px;height:28px;display:grid;overflow:hidden}.AssistenteChat-module__oF2ZYa__avatar img{width:16px;height:auto}.AssistenteChat-module__oF2ZYa__avatarMark{font-family:var(--bc-font-display);color:#fff;font-size:12px;font-weight:700;line-height:1}.AssistenteChat-module__oF2ZYa__avatarUser{background:var(--bc-green-100);width:28px;height:28px;color:var(--bc-green-900);font-family:var(--bc-font-display);border-radius:8px;flex:none;place-items:center;font-size:11px;font-weight:600;display:grid}.AssistenteChat-module__oF2ZYa__bubbleAsst,.AssistenteChat-module__oF2ZYa__bubbleUser{max-width:min(100%,280px);font-family:var(--bc-font-body);white-space:pre-wrap;border-radius:14px;padding:11px 13px;font-size:13.5px;line-height:1.5}.AssistenteChat-module__oF2ZYa__bubbleAsst{color:var(--bc-ink);background:#f4f2ea;box-shadow:0 1px 2px #0c44380f}.AssistenteChat-module__oF2ZYa__bubbleUser{background:var(--bc-green-900);color:#fff}.AssistenteChat-module__oF2ZYa__meta{font-family:var(--bc-font-body);color:#8a9390;margin-top:4px;padding-left:2px;font-size:11px}.AssistenteChat-module__oF2ZYa__sources{flex-wrap:wrap;gap:6px;margin:6px 0 0;padding:0;list-style:none;display:flex}.AssistenteChat-module__oF2ZYa__sourceBtn{color:var(--bc-green-900);cursor:pointer;background:#fff;border:1px solid #0c44382e;border-radius:999px;padding:2px 9px;font-size:11px}.AssistenteChat-module__oF2ZYa__sourceBtn:hover{background:var(--bc-green-50)}.AssistenteChat-module__oF2ZYa__error{font-family:var(--bc-font-body);color:#801c1c;background:#fbe2e0;border-radius:10px;margin:0 14px 8px;padding:8px 10px;font-size:12.5px}.AssistenteChat-module__oF2ZYa__footer{background:#fff;border-top:1px solid #0c44381a;padding:12px 14px 10px}.AssistenteChat-module__oF2ZYa__panelWelcome .AssistenteChat-module__oF2ZYa__footer{background:0 0;border-top:none;padding:0 18px 18px}.AssistenteChat-module__oF2ZYa__form{align-items:center;gap:8px;display:flex}.AssistenteChat-module__oF2ZYa__input{min-width:0;font-family:var(--bc-font-body);color:var(--bc-ink);background:#f4f2ea;border:none;border-radius:999px;flex:1;padding:12px 16px;font-size:14px}.AssistenteChat-module__oF2ZYa__panelWelcome .AssistenteChat-module__oF2ZYa__input{background:#fff}.AssistenteChat-module__oF2ZYa__input:focus{outline:none;box-shadow:0 0 0 3px #48887447}.AssistenteChat-module__oF2ZYa__input:disabled{opacity:.7}.AssistenteChat-module__oF2ZYa__send{background:var(--bc-green-900);color:#fff;cursor:pointer;border:none;border-radius:50%;flex:none;place-items:center;width:44px;height:44px;transition:opacity .15s,transform .15s;display:grid}.AssistenteChat-module__oF2ZYa__panelWelcome .AssistenteChat-module__oF2ZYa__send{background:var(--bc-green-200);color:var(--bc-green-950)}.AssistenteChat-module__oF2ZYa__send:hover:not(:disabled){transform:translateY(-1px)}.AssistenteChat-module__oF2ZYa__send:disabled{opacity:.5;cursor:not-allowed}.AssistenteChat-module__oF2ZYa__send svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.AssistenteChat-module__oF2ZYa__disclaimer{font-family:var(--bc-font-body);color:#8a9390;text-align:center;margin:8px 2px 0;font-size:10.5px;line-height:1.4}.AssistenteChat-module__oF2ZYa__panelWelcome .AssistenteChat-module__oF2ZYa__disclaimer{color:#ffffff73}.AssistenteChat-module__oF2ZYa__faqHighlight{outline:2px solid var(--bc-green-500);outline-offset:4px;border-radius:6px}@media (max-width:520px){.AssistenteChat-module__oF2ZYa__wrap{max-width:100%}.AssistenteChat-module__oF2ZYa__panel{max-height:70vh}}.AssistenteChat-module__oF2ZYa__v_horizontal{flex-direction:column;justify-content:flex-end;width:100%;max-width:none;height:100%;min-height:0;max-height:100%;margin:0;display:flex}.AssistenteChat-module__oF2ZYa__panelHorizontal{width:100%;min-height:0;max-height:100%;box-shadow:none;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#082e2659;border:1px solid #ffffff2e;padding-bottom:4px;overflow:hidden}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__header{background:0 0;align-items:center;padding:18px 20px 0}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__titleHorizontal{font-family:var(--font-display,var(--bc-font-display));color:#fff;letter-spacing:-.015em;margin:0;font-size:22px;font-weight:700;line-height:1.15}.AssistenteChat-module__oF2ZYa__horizontalBody{flex-direction:column;gap:14px;padding:10px 20px 14px;display:flex}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__lead{color:#ffffffc7;font-family:var(--font-body,var(--bc-font-body));max-width:36ch;margin:0;font-size:14px;line-height:1.55}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__chips{flex-wrap:wrap;gap:8px;margin:0;display:flex}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__chip{color:#fff;background:0 0;border-color:#ffffff52;padding:8px 14px;font-size:12.5px;line-height:1.3}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__chip:hover:not(:disabled){background:#ffffff1a}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__footer{background:0 0;border-top:1px solid #ffffff1f;padding:12px 20px 14px}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__form{gap:10px}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__input{color:#1c2422;background:#fff;height:44px;font-size:13.5px}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__disclaimer{color:#ffffff7a;text-align:left;max-width:52ch;margin-top:10px;font-size:10px;line-height:1.45}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__messages{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#ffffff47 transparent;background:0 0;flex:auto;min-height:0;max-height:none;padding:12px 16px 8px;overflow:hidden auto}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__messages::-webkit-scrollbar{width:6px}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__messages::-webkit-scrollbar-thumb{background:#ffffff47;border-radius:999px}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__header,.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__footer,.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__horizontalBody{flex:none}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__bubbleAsst{color:#fff;box-shadow:none;background:#ffffff1f}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__bubbleUser{color:#fff;background:#082e26b8}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__meta{color:#ffffff8c}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__avatarUser{background:#ffffff29}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__sourceBtn{color:#ffffffe0;background:0 0;border-color:#ffffff47}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__sourceBtn:hover{background:#ffffff1a}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__iconBtn{color:#fff}.AssistenteChat-module__oF2ZYa__panelHorizontal .AssistenteChat-module__oF2ZYa__send{color:#fff;background:#082e26d9}.AssistenteChat-module__oF2ZYa__v_minimal{z-index:5;flex-direction:column;align-items:stretch;width:100%;max-width:none;margin:0;display:flex;position:relative}.AssistenteChat-module__oF2ZYa__minimalOpen{z-index:40}.AssistenteChat-module__oF2ZYa__minimalStack{min-width:0;max-height:var(--minimal-float-max,min(240px,36vh));pointer-events:auto;flex-direction:column;gap:8px;display:flex;position:absolute;bottom:calc(100% + 10px);left:0;right:0;overflow:hidden}.AssistenteChat-module__oF2ZYa__minimalAnswerCard{border:1.5px solid var(--bc-green-900,#0c4438);background:#fff;border-radius:18px;flex-direction:column;flex:auto;min-width:0;min-height:0;padding:12px 14px;display:flex;box-shadow:0 12px 40px #0c443829,0 2px 8px #0c443814}.AssistenteChat-module__oF2ZYa__minimalAnswerScroll{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:transparent transparent;flex:auto;min-height:0;overflow-y:auto}.AssistenteChat-module__oF2ZYa__minimalAnswerScroll:hover{scrollbar-color:#0c443847 transparent}.AssistenteChat-module__oF2ZYa__minimalAnswerScroll::-webkit-scrollbar{width:6px}.AssistenteChat-module__oF2ZYa__minimalAnswerScroll::-webkit-scrollbar-track{background:0 0}.AssistenteChat-module__oF2ZYa__minimalAnswerScroll::-webkit-scrollbar-thumb{background:0 0;border-radius:999px}.AssistenteChat-module__oF2ZYa__minimalAnswerScroll:hover::-webkit-scrollbar-thumb{background:#0c443847}.AssistenteChat-module__oF2ZYa__minimalAnswerText{font-family:var(--bc-font-body);color:var(--bc-ink,#1c2422);margin:0;font-size:13.5px;line-height:1.55}.AssistenteChat-module__oF2ZYa__minimalAnswerText p{margin:0 0 .85em}.AssistenteChat-module__oF2ZYa__minimalAnswerText p:last-child{margin-bottom:0}.AssistenteChat-module__oF2ZYa__minimalAnswerText strong{color:var(--bc-green-900,#0c4438);font-weight:700}.AssistenteChat-module__oF2ZYa__minimalAnswerPlaceholder{font-family:var(--bc-font-body);color:var(--bc-muted);margin:0;font-size:13px}.AssistenteChat-module__oF2ZYa__minimalError{font-family:var(--bc-font-body);color:#801c1c;margin:0;font-size:13px}.AssistenteChat-module__oF2ZYa__minimalForm{align-items:center;gap:8px;width:100%;display:flex}.AssistenteChat-module__oF2ZYa__minimalInput{border:1.5px solid var(--bc-green-900,#0c4438);min-width:0;height:44px;font-family:var(--bc-font-body);color:var(--bc-green-900,#0c4438);background:#fff;border-radius:999px;outline:none;flex:1;padding:0 16px;font-size:13.5px;transition:box-shadow .15s,border-color .15s}.AssistenteChat-module__oF2ZYa__minimalInput::placeholder{color:#0c443873}.AssistenteChat-module__oF2ZYa__minimalInput:focus{box-shadow:0 0 0 3px #48887438}.AssistenteChat-module__oF2ZYa__minimalSend{border:1.5px solid var(--bc-green-900,#0c4438);width:44px;height:44px;color:var(--bc-green-900,#0c4438);cursor:pointer;background:#fff;border-radius:50%;flex:none;place-items:center;display:grid}.AssistenteChat-module__oF2ZYa__minimalSend:hover:not(:disabled){background:var(--bc-green-50,#eef5ef)}.AssistenteChat-module__oF2ZYa__minimalSend:disabled{opacity:.45;cursor:not-allowed}.AssistenteChat-module__oF2ZYa__minimalSend svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}
.contato-module__yYwB5W__contatoPage{min-height:100vh}.contato-module__yYwB5W__hero{background:linear-gradient(155deg,var(--brand-green)0%,var(--brand-green-mid)100%);color:#fff;margin-top:60px;padding:80px 0}.contato-module__yYwB5W__heroContent{text-align:center;max-width:1200px;margin:0 auto;padding:0 40px}.contato-module__yYwB5W__heroEyebrow{letter-spacing:4px;color:#ffffffa6;text-transform:uppercase;margin:0 0 16px;font-size:11px;font-weight:700}.contato-module__yYwB5W__heroTitle{font-family:var(--font-display);letter-spacing:2px;margin-bottom:30px;font-size:56px;font-weight:700}.contato-module__yYwB5W__heroDivider{background-color:var(--brand-coral);width:80px;height:4px;margin:0 auto 30px}.contato-module__yYwB5W__heroSubtitle{font-family:var(--font-body);opacity:.95;max-width:700px;margin:0 auto;font-size:20px;line-height:1.6}.contato-module__yYwB5W__container{max-width:1100px;margin:0 auto;padding:0 40px}.contato-module__yYwB5W__sectionTitle{font-family:var(--font-display);color:var(--green);text-align:center;margin-bottom:56px;padding-bottom:20px;font-size:34px;font-weight:700;position:relative}.contato-module__yYwB5W__sectionTitle:after{content:"";background:var(--green);border-radius:2px;width:56px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.contato-module__yYwB5W__infoSection{background:#fff;padding:90px 0}.contato-module__yYwB5W__infoGrid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.contato-module__yYwB5W__infoCard{text-align:center;background:#f7fdf9;border:1px solid #0c44391a;border-radius:14px;padding:48px 32px;transition:box-shadow .25s,transform .25s}.contato-module__yYwB5W__infoCard:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0c44391a}.contato-module__yYwB5W__iconWrapper{justify-content:center;margin-bottom:24px;display:flex}.contato-module__yYwB5W__icon{color:var(--green);width:48px;height:48px}.contato-module__yYwB5W__cardTitle{color:var(--green);margin:0 0 8px;font-size:20px;font-weight:700}.contato-module__yYwB5W__cardSubtitle{color:#666;margin:0 0 20px;font-size:14px}.contato-module__yYwB5W__contactLink{color:var(--green);border-bottom:2px solid var(--green);padding-bottom:4px;font-size:16px;font-weight:600;text-decoration:none;transition:opacity .25s;display:inline-block}.contato-module__yYwB5W__contactLink:hover{opacity:.8}.contato-module__yYwB5W__hours{color:#555;font-size:16px;line-height:1.8}.contato-module__yYwB5W__hours p{margin:0}@media (max-width:1024px){.contato-module__yYwB5W__heroTitle{font-size:46px}.contato-module__yYwB5W__sectionTitle{font-size:34px}.contato-module__yYwB5W__infoGrid{grid-template-columns:1fr;gap:30px}}@media (max-width:768px){.contato-module__yYwB5W__hero{padding:100px 0 60px}.contato-module__yYwB5W__heroTitle{font-size:38px}.contato-module__yYwB5W__heroSubtitle{font-size:18px}.contato-module__yYwB5W__infoSection{padding:60px 0}.contato-module__yYwB5W__container{padding:0 30px}.contato-module__yYwB5W__sectionTitle{margin-bottom:40px;font-size:30px}.contato-module__yYwB5W__infoGrid{grid-template-columns:1fr;gap:20px}.contato-module__yYwB5W__infoCard{padding:36px 24px}}@media (max-width:480px){.contato-module__yYwB5W__hero{padding:80px 0 50px}.contato-module__yYwB5W__heroTitle{font-size:32px}.contato-module__yYwB5W__heroSubtitle{font-size:16px}.contato-module__yYwB5W__container{padding:0 20px}.contato-module__yYwB5W__sectionTitle{font-size:26px}.contato-module__yYwB5W__infoCard{padding:24px}}
.historia-module__Lqnk-W__historiaPage{min-height:100vh}.historia-module__Lqnk-W__hero{background:linear-gradient(155deg,var(--brand-green)0%,var(--brand-green-mid)100%);color:#fff;margin-top:60px;padding:80px 0}.historia-module__Lqnk-W__heroContent{text-align:center;max-width:1200px;margin:0 auto;padding:0 40px}.historia-module__Lqnk-W__heroTitle{font-family:var(--font-display);letter-spacing:2px;margin-bottom:30px;font-size:56px;font-weight:700}.historia-module__Lqnk-W__heroDivider{background-color:var(--brand-coral);width:80px;height:4px;margin:0 auto 30px}.historia-module__Lqnk-W__heroSubtitle{font-family:var(--font-body);opacity:.95;max-width:700px;margin:0 auto;font-size:20px;line-height:1.6}.historia-module__Lqnk-W__section{background-color:#fff;padding:80px 0}.historia-module__Lqnk-W__sectionAlt{background-color:#f9f9f9;padding:80px 0}.historia-module__Lqnk-W__sectionDark{background:color-mix(in srgb,var(--brand-mint)40%,#fff);padding:90px 0}.historia-module__Lqnk-W__foundersSection{background:#fff;padding:90px 0;padding-bottom:90px!important}.historia-module__Lqnk-W__container{max-width:1000px;margin:0 auto;padding:0 40px}.historia-module__Lqnk-W__sectionTitle{font-family:var(--font-display);color:var(--green);text-align:center;margin-bottom:40px;padding-bottom:20px;font-size:38px;font-weight:700;position:relative}.historia-module__Lqnk-W__sectionTitle:after{content:"";background-color:var(--green);width:60px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.historia-module__Lqnk-W__eyebrowLight{letter-spacing:4px;text-transform:uppercase;color:var(--green);opacity:.7;text-align:center;margin:0 0 12px;font-size:11px;font-weight:700}.historia-module__Lqnk-W__sectionTitleLight{font-family:var(--font-display);color:var(--green);text-align:center;margin:0 0 56px;padding-bottom:20px;font-size:34px;font-weight:700;position:relative}.historia-module__Lqnk-W__sectionTitleLight:after{content:"";background:var(--green);border-radius:2px;width:56px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.historia-module__Lqnk-W__textContent{font-family:var(--font-body);font-size:var(--font-size-body);color:#333;line-height:1.75}.historia-module__Lqnk-W__textContent p{font-family:var(--font-body);margin-bottom:25px}.historia-module__Lqnk-W__textContent strong{color:var(--green);font-weight:700}.historia-module__Lqnk-W__teamGrid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.historia-module__Lqnk-W__teamCard{text-align:center;background:#f7fdf9;border:1px solid #0c44391a;border-radius:14px;flex-direction:column;align-items:center;padding:48px 32px;transition:background .25s,box-shadow .25s,transform .25s;display:flex}.historia-module__Lqnk-W__teamCard:hover{background:#f1fbf5;transform:translateY(-4px);box-shadow:0 10px 28px #0c443914}.historia-module__Lqnk-W__avatarWrapper{margin-bottom:24px}.historia-module__Lqnk-W__avatar{object-fit:cover;border:3px solid #0c44391f;border-radius:50%;width:110px;height:110px}.historia-module__Lqnk-W__initialsAvatar{width:110px;height:110px;color:var(--green);letter-spacing:2px;background:#d9f7ea;border:3px solid #0c44391f;border-radius:50%;justify-content:center;align-items:center;font-size:32px;font-weight:700;display:flex}.historia-module__Lqnk-W__memberName{color:var(--green);margin:0 0 6px;font-size:18px;font-weight:700}.historia-module__Lqnk-W__memberRole{letter-spacing:2px;text-transform:uppercase;color:var(--brand-green-mid);margin:0 0 20px;font-size:12px;font-weight:700}.historia-module__Lqnk-W__memberDivider{background:#0c44392e;width:40px;height:2px;margin:0 auto 20px}.historia-module__Lqnk-W__memberDesc{color:#49615a;margin:0;font-size:14px;line-height:1.75}@media (max-width:1024px){.historia-module__Lqnk-W__heroTitle{font-size:46px}.historia-module__Lqnk-W__sectionTitle,.historia-module__Lqnk-W__sectionTitleLight{font-size:34px}}@media (max-width:768px){.historia-module__Lqnk-W__hero{padding:100px 0 60px}.historia-module__Lqnk-W__heroTitle{font-size:38px}.historia-module__Lqnk-W__heroSubtitle{font-size:18px}.historia-module__Lqnk-W__section,.historia-module__Lqnk-W__sectionAlt,.historia-module__Lqnk-W__sectionDark,.historia-module__Lqnk-W__foundersSection{padding:60px 0}.historia-module__Lqnk-W__foundersSection{padding-bottom:100px!important}.historia-module__Lqnk-W__container{padding:0 30px}.historia-module__Lqnk-W__sectionTitle{font-size:30px}.historia-module__Lqnk-W__sectionTitleLight{margin-bottom:40px;font-size:30px}.historia-module__Lqnk-W__textContent{font-size:16px}.historia-module__Lqnk-W__teamGrid{grid-template-columns:1fr;gap:30px}}@media (max-width:480px){.historia-module__Lqnk-W__hero{padding:80px 0 50px}.historia-module__Lqnk-W__heroTitle{font-size:32px}.historia-module__Lqnk-W__heroSubtitle{font-size:16px}.historia-module__Lqnk-W__container{padding:0 20px}.historia-module__Lqnk-W__sectionTitle,.historia-module__Lqnk-W__sectionTitleLight{font-size:26px}.historia-module__Lqnk-W__teamCard{padding:30px 25px}}
.cannaviva-module__VJ9-PG__container{font-family:var(--font-body);max-width:1200px;min-height:100vh;margin:0 auto;padding:120px 20px 80px}.cannaviva-module__VJ9-PG__heroCover{background:var(--brand-cream-soft);border-radius:8px;margin-bottom:32px;overflow:hidden}.cannaviva-module__VJ9-PG__heroTop{align-items:center;gap:24px;padding:36px 28px;display:flex}.cannaviva-module__VJ9-PG__heroLeftPattern{background:linear-gradient(180deg,var(--brand-green)0%,var(--brand-green-mid)100%);border-right:1px solid #0000000f;border-radius:4px;width:84px;height:160px;box-shadow:inset 0 0 0 6px #ffffff05}.cannaviva-module__VJ9-PG__heroText{flex:1}.cannaviva-module__VJ9-PG__heroTitle{font-family:var(--font-display);color:var(--brand-green);margin:0 0 8px;font-size:3.2rem;font-weight:800}.cannaviva-module__VJ9-PG__heroHighlight{color:var(--brand-mint);letter-spacing:.06em;font-size:3.2rem;font-weight:800;display:block}.cannaviva-module__VJ9-PG__heroLead{font-family:var(--font-body);color:#394f44;margin:0;font-size:1.05rem}.cannaviva-module__VJ9-PG__heroImageWrap{background:#dfeadf;width:100%;height:420px;overflow:hidden}.cannaviva-module__VJ9-PG__heroImage{object-fit:cover;width:100%;height:100%;display:block}.cannaviva-module__VJ9-PG__voltar{color:var(--brand-green-mid);align-items:center;gap:8px;margin-bottom:30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cannaviva-module__VJ9-PG__voltar:hover{color:var(--brand-green);gap:12px}.cannaviva-module__VJ9-PG__produtoHeader{background:#fff;border-radius:20px;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px;padding:40px;display:grid;box-shadow:0 4px 20px #00000014}.cannaviva-module__VJ9-PG__imagemPrincipal{background:radial-gradient(circle at top left,#4caf502e,transparent 35%),linear-gradient(135deg,#f5f5f5 0%,color-mix(in srgb,var(--brand-mint)45%,#fff)100%);border-radius:16px;justify-content:center;align-items:center;min-height:400px;padding:40px;display:flex}.cannaviva-module__VJ9-PG__visualCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffc7;border:1px solid #2c5f2d1f;border-radius:24px;flex-direction:column;justify-content:center;width:100%;min-height:320px;padding:32px;display:flex;box-shadow:0 18px 40px #2c5f2d1f}.cannaviva-module__VJ9-PG__visualEyebrow{width:fit-content;color:var(--brand-green-mid);letter-spacing:.08em;text-transform:uppercase;background:#2c5f2d14;border-radius:999px;margin-bottom:18px;padding:8px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.cannaviva-module__VJ9-PG__visualCrystal{letter-spacing:-.05em;color:var(--brand-green);margin-bottom:18px;font-size:clamp(3.8rem,8vw,6rem);font-weight:800;line-height:.95}.cannaviva-module__VJ9-PG__visualLead{max-width:28rem;font-family:var(--font-body);color:#48624c;margin:0 0 24px;font-size:1.05rem;line-height:1.7}.cannaviva-module__VJ9-PG__visualSpecs{flex-wrap:wrap;gap:12px;display:flex}.cannaviva-module__VJ9-PG__visualSpecs span{color:var(--brand-green-mid);background:#fff;border-radius:999px;padding:10px 14px;font-size:.95rem;font-weight:700;box-shadow:0 8px 18px #2c5f2d14}.cannaviva-module__VJ9-PG__headerInfo{flex-direction:column;justify-content:center;display:flex}.cannaviva-module__VJ9-PG__categoria{background:color-mix(in srgb,var(--brand-mint)45%,#fff);color:var(--brand-green-mid);border-radius:20px;width:fit-content;margin-bottom:16px;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-block}.cannaviva-module__VJ9-PG__headerInfo h1{color:var(--brand-green-mid);margin-bottom:16px;font-size:3rem;line-height:1.2}.cannaviva-module__VJ9-PG__subtitulo{font-family:var(--font-body);color:#666;margin-bottom:24px;font-size:1.3rem}.cannaviva-module__VJ9-PG__destaque{gap:16px;margin-top:20px;display:flex}.cannaviva-module__VJ9-PG__pureza,.cannaviva-module__VJ9-PG__disponibilidade{background:var(--brand-green-mid);color:#fff;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600}.cannaviva-module__VJ9-PG__conteudo{flex-direction:column;gap:50px;display:flex}.cannaviva-module__VJ9-PG__catalogoSpotlight{background:linear-gradient(135deg,#f3f8f1 0%,#fff 100%);border-radius:24px;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:center;gap:28px;padding:24px;display:grid;box-shadow:0 10px 30px #2c5f2d14}.cannaviva-module__VJ9-PG__catalogoImageWrap{background:#dfeadf;border-radius:20px;min-height:320px;position:relative;overflow:hidden}.cannaviva-module__VJ9-PG__catalogoImage{object-fit:cover;width:100%;height:100%;display:block}.cannaviva-module__VJ9-PG__catalogoContent{padding:8px 8px 8px 0}.cannaviva-module__VJ9-PG__catalogoTag{background:var(--brand-green-mid);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;margin-bottom:14px;padding:8px 12px;font-size:.82rem;font-weight:700;display:inline-flex}.cannaviva-module__VJ9-PG__catalogoContent h2{color:#214824;margin:0 0 14px;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.1}.cannaviva-module__VJ9-PG__catalogoContent p{font-family:var(--font-body);color:#516651;margin:0 0 14px;font-size:1.02rem;line-height:1.8}.cannaviva-module__VJ9-PG__secao{background:#fff;border-radius:16px;padding:40px;box-shadow:0 2px 10px #0000000d}.cannaviva-module__VJ9-PG__secao h2{color:var(--brand-green-mid);border-bottom:3px solid color-mix(in srgb,var(--brand-mint)45%,#fff);margin-bottom:24px;padding-bottom:16px;font-size:2rem}.cannaviva-module__VJ9-PG__secao p{font-family:var(--font-body);color:#555;font-size:1.1rem;line-height:1.8}.cannaviva-module__VJ9-PG__especificacoes{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.cannaviva-module__VJ9-PG__especItem{border-left:4px solid var(--brand-green-mid);background:#f9f9f9;border-radius:12px;flex-direction:column;gap:8px;padding:20px;display:flex}.cannaviva-module__VJ9-PG__especItem .cannaviva-module__VJ9-PG__label{color:var(--brand-green-mid);text-transform:uppercase;font-size:.9rem;font-weight:600}.cannaviva-module__VJ9-PG__especItem .cannaviva-module__VJ9-PG__valor{font-family:var(--font-body);color:#333;font-size:1.1rem}.cannaviva-module__VJ9-PG__aplicacoes{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-top:20px;display:grid}.cannaviva-module__VJ9-PG__aplicacaoCard{background:linear-gradient(135deg,#f5f5f5 0%,color-mix(in srgb,var(--brand-mint)45%,#fff)100%);border-radius:16px;padding:30px;transition:transform .3s}.cannaviva-module__VJ9-PG__aplicacaoCard:hover{transform:translateY(-4px)}.cannaviva-module__VJ9-PG__aplicacaoCard h3{color:var(--brand-green-mid);margin-bottom:12px;font-size:1.3rem}.cannaviva-module__VJ9-PG__aplicacaoCard p{font-family:var(--font-body);color:#666;line-height:1.6}.cannaviva-module__VJ9-PG__beneficios,.cannaviva-module__VJ9-PG__controleQualidade{margin-top:20px;padding:0;list-style:none}.cannaviva-module__VJ9-PG__beneficios li,.cannaviva-module__VJ9-PG__controleQualidade li{color:#555;background:#f9f9f9;border-radius:8px;margin-bottom:12px;padding:16px 20px 16px 50px;line-height:1.6;position:relative}.cannaviva-module__VJ9-PG__beneficios li:before,.cannaviva-module__VJ9-PG__controleQualidade li:before{content:"✓";color:var(--brand-green-mid);font-size:1.2rem;font-weight:700;position:absolute;left:20px}.cannaviva-module__VJ9-PG__infoBox{flex-direction:column;gap:24px;margin-top:20px;display:flex}.cannaviva-module__VJ9-PG__infoItem{background:#f9f9f9;border-radius:12px;padding:24px}.cannaviva-module__VJ9-PG__infoItem strong{color:var(--brand-green-mid);margin-bottom:8px;font-size:1.1rem;display:block}.cannaviva-module__VJ9-PG__infoItem p{color:#666;margin:0}.cannaviva-module__VJ9-PG__cta{text-align:center;background:linear-gradient(135deg,var(--brand-green-mid)0%,var(--brand-green)100%);color:#fff;border-radius:20px;padding:60px 40px}.cannaviva-module__VJ9-PG__cta h2{color:#fff;border:none;margin-bottom:16px}.cannaviva-module__VJ9-PG__cta p{font-family:var(--font-body);color:#ffffffe6;margin-bottom:30px;font-size:1.2rem}.cannaviva-module__VJ9-PG__ctaButtons{flex-wrap:wrap;justify-content:center;gap:20px;padding-bottom:30px;display:flex}.cannaviva-module__VJ9-PG__btnPrimary,.cannaviva-module__VJ9-PG__btnSecondary{border-radius:8px;padding:16px 32px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s}.cannaviva-module__VJ9-PG__btnPrimary{color:var(--brand-green-mid);background:#fff}.cannaviva-module__VJ9-PG__btnPrimary:hover{background:#f0f0f0;transform:translateY(-2px)}.cannaviva-module__VJ9-PG__btnSecondary{color:#fff;background:0 0;border:2px solid #fff}.cannaviva-module__VJ9-PG__btnSecondary:hover{background:#ffffff1a;transform:translateY(-2px)}@media (max-width:968px){.cannaviva-module__VJ9-PG__container{padding:100px 15px 60px}.cannaviva-module__VJ9-PG__produtoHeader{grid-template-columns:1fr;gap:30px;padding:30px}.cannaviva-module__VJ9-PG__headerInfo h1{font-size:2rem}.cannaviva-module__VJ9-PG__imagemPrincipal{min-height:300px;padding:24px}.cannaviva-module__VJ9-PG__visualCard{min-height:auto;padding:24px}.cannaviva-module__VJ9-PG__visualCrystal{font-size:3.6rem}.cannaviva-module__VJ9-PG__catalogoSpotlight{grid-template-columns:1fr;padding:18px}.cannaviva-module__VJ9-PG__catalogoImageWrap{min-height:240px}.cannaviva-module__VJ9-PG__catalogoContent{padding:0}.cannaviva-module__VJ9-PG__secao{padding:24px}.cannaviva-module__VJ9-PG__secao h2{font-size:1.5rem}.cannaviva-module__VJ9-PG__aplicacoes{grid-template-columns:1fr}.cannaviva-module__VJ9-PG__ctaButtons{flex-direction:column;align-items:center}.cannaviva-module__VJ9-PG__btnPrimary,.cannaviva-module__VJ9-PG__btnSecondary{width:auto;max-width:360px;display:inline-block}}.cannaviva-module__VJ9-PG__produtosGrid{grid-template-columns:1fr;gap:32px;max-width:900px;margin-bottom:50px;margin-left:auto;margin-right:auto;display:grid}.cannaviva-module__VJ9-PG__produtoCard{background:#fff;border:1px solid #2c5f2d14;border-radius:20px;flex-direction:column;gap:0;padding:0;transition:all .4s;display:flex;overflow:hidden;box-shadow:0 8px 24px #2c5f2d1f}.cannaviva-module__VJ9-PG__produtoCard:hover{transform:translateY(-6px);box-shadow:0 16px 40px #2c5f2d2e}.cannaviva-module__VJ9-PG__produtoImageWrap{background:linear-gradient(135deg,#f3f8f1 0%,#fff 100%);width:100%;height:280px;position:relative;overflow:hidden}.cannaviva-module__VJ9-PG__produtoImage{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.cannaviva-module__VJ9-PG__produtoCard:hover .cannaviva-module__VJ9-PG__produtoImage{transform:scale(1.05)}.cannaviva-module__VJ9-PG__produtoHeader{text-align:center;border-bottom:2px solid color-mix(in srgb,var(--brand-mint)45%,#fff);padding:32px 36px 24px}.cannaviva-module__VJ9-PG__produtoBadge{background:linear-gradient(135deg,var(--brand-green-mid)0%,var(--brand-green)100%);color:#fff;letter-spacing:.1em;text-transform:uppercase;border-radius:20px;margin-bottom:16px;padding:8px 18px;font-size:.75rem;font-weight:700;display:inline-block}.cannaviva-module__VJ9-PG__badgeEquilibrado{background:linear-gradient(135deg,var(--brand-green-mid)0%,var(--brand-green-mid)100%)}.cannaviva-module__VJ9-PG__produtoNome{color:var(--brand-green);margin:0 0 12px;font-size:2rem;font-weight:800;line-height:1.2}.cannaviva-module__VJ9-PG__produtoConcentracao{color:var(--brand-green-mid);margin:8px 0 4px;font-size:1.15rem;font-weight:700}.cannaviva-module__VJ9-PG__produtoVolume{color:#666;font-size:.95rem;font-weight:600}.cannaviva-module__VJ9-PG__produtoDescricao{flex-direction:column;gap:14px;padding:0 36px;display:flex}.cannaviva-module__VJ9-PG__produtoDescricao p{color:#555;margin:0;font-size:1rem;line-height:1.7}.cannaviva-module__VJ9-PG__produtoIndicacoes{border-left:4px solid var(--brand-green-mid);background:linear-gradient(135deg,#f9f9f9 0%,#f0f8f0 100%);border-radius:12px;margin:0 36px;padding:24px}.cannaviva-module__VJ9-PG__produtoIndicacoes h4{color:var(--brand-green-mid);text-transform:uppercase;letter-spacing:.05em;margin:0 0 14px;font-size:1.1rem;font-weight:700}.cannaviva-module__VJ9-PG__produtoIndicacoes ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.cannaviva-module__VJ9-PG__produtoIndicacoes li{color:#555;padding-left:24px;font-size:.95rem;line-height:1.5;position:relative}.cannaviva-module__VJ9-PG__produtoIndicacoes li:before{content:"●";color:var(--brand-green-mid);font-size:1rem;position:absolute;left:0}.cannaviva-module__VJ9-PG__produtoDestaque{background:linear-gradient(135deg,var(--brand-green-mid)0%,var(--brand-green)100%);color:#fff;border-radius:12px;align-items:center;gap:16px;margin:0 36px 36px;padding:20px 24px;display:flex;box-shadow:0 4px 12px #2c5f2d40}.cannaviva-module__VJ9-PG__destaqueIcon{color:var(--brand-mint);flex-shrink:0;font-size:2rem}.cannaviva-module__VJ9-PG__produtoDestaque p{margin:0;font-size:.95rem;font-weight:500;line-height:1.6}.cannaviva-module__VJ9-PG__certificacoesGrid{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.cannaviva-module__VJ9-PG__certBadge{border:2px solid var(--brand-green-mid);color:var(--brand-green-mid);background:#fff;border-radius:8px;padding:12px 20px;font-size:.9rem;font-weight:700;transition:all .3s;box-shadow:0 2px 8px #2c5f2d1a}.cannaviva-module__VJ9-PG__certBadge:hover{background:var(--brand-green-mid);color:#fff;transform:translateY(-2px)}@media (max-width:968px){.cannaviva-module__VJ9-PG__produtosGrid{grid-template-columns:1fr;gap:24px}.cannaviva-module__VJ9-PG__produtoCard{padding:0}.cannaviva-module__VJ9-PG__produtoImageWrap{height:220px}.cannaviva-module__VJ9-PG__produtoHeader{padding:24px 28px 20px}.cannaviva-module__VJ9-PG__produtoDescricao{padding:0 28px}.cannaviva-module__VJ9-PG__produtoIndicacoes{margin:0 28px}.cannaviva-module__VJ9-PG__produtoDestaque{margin:0 28px 28px}.cannaviva-module__VJ9-PG__produtoNome{font-size:1.6rem}.cannaviva-module__VJ9-PG__produtoConcentracao{font-size:1rem}.cannaviva-module__VJ9-PG__certificacoesGrid{justify-content:center}}.cannaviva-module__VJ9-PG__parceria{background:linear-gradient(180deg,var(--brand-cream-soft)0%,#f6f8f5 100%);border-radius:12px;margin-bottom:40px;padding:36px 20px}.cannaviva-module__VJ9-PG__parceriaInner{justify-content:center;align-items:center;gap:100px;max-width:1100px;margin:0 auto;display:flex}.cannaviva-module__VJ9-PG__parceriaItem{text-align:center;flex:48%}.cannaviva-module__VJ9-PG__parceriaLogoWrap{justify-content:center;align-items:center;margin-bottom:18px;display:flex}.cannaviva-module__VJ9-PG__parceriaLogo{object-fit:contain;max-width:320px;height:auto}.cannaviva-module__VJ9-PG__parceriaText{color:#111;max-width:520px;margin:0 auto;font-size:1.6rem;line-height:1.35}@media (max-width:968px){.cannaviva-module__VJ9-PG__parceriaInner{flex-direction:column;gap:18px}.cannaviva-module__VJ9-PG__parceriaItem{text-align:center}}
.cbd-isolado-module__a1LGja__page{--natureza:var(--brand-green-mid);--natureza-deep:var(--brand-green);--cream-soft:var(--brand-cream-soft);--mint-soft:#dce8dc;--mint:var(--brand-mint);--coragem:var(--brand-coral);--ink:#1c2422;--border:#0c443824;--border-strong:#0c44383d;--r-sm:8px;--r-md:12px;--r-lg:18px;--r-pill:999px;--sh1:0 1px 4px #0c443814,0 0 0 1px #0c44380a;color:var(--ink);background:#fff}.cbd-isolado-module__a1LGja__wrap{max-width:1000px;margin:0 auto;padding:0 24px}.cbd-isolado-module__a1LGja__hero{padding:36px 0 48px}.cbd-isolado-module__a1LGja__crumb{font-family:var(--font-body);color:var(--muted);margin-bottom:12px;font-size:12px}.cbd-isolado-module__a1LGja__crumb a{color:var(--muted);text-decoration:none}.cbd-isolado-module__a1LGja__crumb a:hover{color:var(--natureza-deep)}.cbd-isolado-module__a1LGja__heroGrid{grid-template-columns:1.15fr .85fr;align-items:start;gap:48px;margin-top:16px;display:grid}.cbd-isolado-module__a1LGja__heroTitle{font-family:var(--font-display);letter-spacing:-.02em;color:var(--natureza-deep);margin-top:16px;font-size:clamp(1.85rem,4vw,2.375rem);font-weight:800;line-height:1.08}.cbd-isolado-module__a1LGja__hIntro{font-family:var(--font-display);letter-spacing:.34em;color:var(--coragem);text-transform:uppercase;margin:16px 0 14px;font-size:12.5px;font-style:italic;font-weight:400}.cbd-isolado-module__a1LGja__heroLead{font-family:var(--font-body);color:var(--muted);max-width:52ch;margin:0;font-size:15px;line-height:1.65}.cbd-isolado-module__a1LGja__ctaRow{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.cbd-isolado-module__a1LGja__heroNote{font-family:var(--font-body);color:var(--muted);max-width:48ch;margin-top:16px;font-size:12px}.cbd-isolado-module__a1LGja__loteCard{background:var(--cream-soft);border-radius:var(--r-lg);box-shadow:var(--sh1);padding:26px 24px}.cbd-isolado-module__a1LGja__loteLabel{font-size:11px;font-family:var(--font-accent);letter-spacing:.1em;text-transform:uppercase;color:var(--natureza);margin:0 0 18px;font-weight:600}.cbd-isolado-module__a1LGja__purityWrap{flex-direction:column;align-items:center;gap:12px;padding:6px 0 4px;display:flex}.cbd-isolado-module__a1LGja__purityGauge{background:conic-gradient(var(--natureza-deep)0 99.3%,var(--mint-soft)99.3% 100%);border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:relative}.cbd-isolado-module__a1LGja__purityGauge:before{content:"";background:#fff;border-radius:50%;width:114px;height:114px;position:absolute}.cbd-isolado-module__a1LGja__purityVal{z-index:1;text-align:center;position:relative}.cbd-isolado-module__a1LGja__purityVal b{font-family:var(--font-display);color:var(--natureza-deep);letter-spacing:-.01em;font-size:23px;font-weight:800;display:block}.cbd-isolado-module__a1LGja__purityVal span{font-family:var(--font-accent);letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-top:2px;font-size:8.5px;display:block}.cbd-isolado-module__a1LGja__purityNote{font-family:var(--font-body);color:var(--muted);text-align:center;max-width:26ch;margin:0;font-size:11.5px}.cbd-isolado-module__a1LGja__loteList{flex-direction:column;gap:8px;margin:18px 0 0;padding:0;list-style:none;display:flex}.cbd-isolado-module__a1LGja__loteList li{font-family:var(--font-body);color:var(--ink);padding-left:14px;font-size:13px;line-height:1.4;position:relative}.cbd-isolado-module__a1LGja__loteList li:before{content:"";background:var(--natureza);border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.cbd-isolado-module__a1LGja__loteList span{font-family:var(--font-display);color:var(--natureza-deep);margin-right:6px;font-weight:600}.cbd-isolado-module__a1LGja__loteList span:after{content:" ·";color:var(--muted);font-weight:400}.cbd-isolado-module__a1LGja__btn{font-family:var(--font-display);border-radius:var(--r-pill);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:7px;padding:10px 22px;font-size:13.5px;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.cbd-isolado-module__a1LGja__btnPrimary{background:var(--natureza-deep);color:#fff}.cbd-isolado-module__a1LGja__btnPrimary:hover{background:var(--natureza);color:#fff}.cbd-isolado-module__a1LGja__btnSecondary{color:var(--natureza-deep);border:1.5px solid var(--border-strong);background:0 0}.cbd-isolado-module__a1LGja__btnSecondary:hover{background:var(--cream-soft);color:var(--natureza-deep)}.cbd-isolado-module__a1LGja__btnSm{padding:8px 17px;font-size:12.5px}.cbd-isolado-module__a1LGja__badge{font-family:var(--font-accent);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--r-pill);align-items:center;gap:4px;padding:3px 10px;font-size:10px;font-weight:600;display:inline-flex}.cbd-isolado-module__a1LGja__badgeDef{background:var(--mint-soft);color:var(--natureza-deep)}.cbd-isolado-module__a1LGja__badgeAct{background:var(--natureza);color:#fff}.cbd-isolado-module__a1LGja__badgeReg{background:color-mix(in srgb,var(--coragem)12%,#fff);color:var(--coragem);border:1px solid color-mix(in srgb,var(--coragem)28%,transparent)}.cbd-isolado-module__a1LGja__badgeRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cbd-isolado-module__a1LGja__trustBar{background:var(--natureza-deep)}.cbd-isolado-module__a1LGja__trustList{flex-wrap:wrap;align-items:center;gap:8px 28px;margin:0;padding:14px 0;list-style:none;display:flex}.cbd-isolado-module__a1LGja__trustList li{font-family:var(--font-body);color:#ffffffb8;padding-left:12px;font-size:13px;line-height:1.35;position:relative}.cbd-isolado-module__a1LGja__trustList li:before{content:"";background:var(--mint);border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.cbd-isolado-module__a1LGja__trustList b{font-family:var(--font-display);color:#fff;margin-right:4px;font-weight:700}.cbd-isolado-module__a1LGja__sec{padding:56px 0}.cbd-isolado-module__a1LGja__secAlt{background:var(--cream-soft)}.cbd-isolado-module__a1LGja__ovl{font-family:var(--font-accent);letter-spacing:.1em;text-transform:uppercase;color:var(--natureza);margin-bottom:10px;font-size:10.5px;font-weight:600;display:block}.cbd-isolado-module__a1LGja__sec h2{font-family:var(--font-display);letter-spacing:-.01em;color:var(--natureza-deep);max-width:22ch;margin:0;font-size:26px;font-weight:700;line-height:1.15}.cbd-isolado-module__a1LGja__h2Sm{margin-bottom:0;font-size:22px!important}.cbd-isolado-module__a1LGja__sub{font-family:var(--font-body);color:var(--muted);max-width:56ch;margin-top:12px;font-size:14px;line-height:1.6}.cbd-isolado-module__a1LGja__coaGrid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px;display:grid}.cbd-isolado-module__a1LGja__coaCard{border-radius:var(--r-lg);box-shadow:var(--sh1);background:#fff;flex-direction:column;gap:7px;padding:20px 20px 18px;display:flex}.cbd-isolado-module__a1LGja__coaTop{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.cbd-isolado-module__a1LGja__coaIco{background:var(--mint-soft);width:30px;height:30px;color:var(--natureza-deep);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.cbd-isolado-module__a1LGja__coaIco svg{stroke:currentColor;fill:none;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.cbd-isolado-module__a1LGja__coaCard h3{font-family:var(--font-display);color:var(--natureza-deep);margin:0;font-size:14.5px;font-weight:700}.cbd-isolado-module__a1LGja__coaN{font-family:var(--font-accent);color:var(--muted);letter-spacing:.02em;font-size:10px}.cbd-isolado-module__a1LGja__coaRes{font-family:var(--font-body);color:var(--natureza-deep);margin:2px 0 0;font-size:12.5px;font-weight:700}.cbd-isolado-module__a1LGja__coaCard p{font-family:var(--font-body);color:var(--muted);margin:2px 0 0;font-size:12px;line-height:1.55}.cbd-isolado-module__a1LGja__coaFoot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:22px;display:flex}.cbd-isolado-module__a1LGja__coaFoot p{font-family:var(--font-body);color:var(--muted);max-width:56ch;margin:0;font-size:12px}.cbd-isolado-module__a1LGja__steps{gap:0;margin-top:36px;display:flex}.cbd-isolado-module__a1LGja__step{flex:1;padding:0 16px 0 0;position:relative}.cbd-isolado-module__a1LGja__step:not(:last-child):after{content:"";background:var(--border-strong);height:1px;position:absolute;top:19px;left:50px;right:-8px}.cbd-isolado-module__a1LGja__stepN{background:var(--natureza-deep);color:#fff;width:38px;height:38px;font-family:var(--font-display);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:14px;font-weight:700;display:flex;position:relative}.cbd-isolado-module__a1LGja__step h3{font-family:var(--font-display);color:var(--natureza-deep);margin:0 0 6px;font-size:13.5px;font-weight:700}.cbd-isolado-module__a1LGja__step p{font-family:var(--font-body);color:var(--muted);max-width:22ch;margin:0;font-size:12px;line-height:1.55}.cbd-isolado-module__a1LGja__sheetGrid{grid-template-columns:1fr 1fr;align-items:stretch;gap:40px;display:grid}.cbd-isolado-module__a1LGja__sheetCol{flex-direction:column;gap:20px;min-height:100%;display:flex}.cbd-isolado-module__a1LGja__sheetColHead{flex:auto}.cbd-isolado-module__a1LGja__colVisual{border-radius:var(--r-lg);box-shadow:var(--sh1);aspect-ratio:1;background:var(--cream-soft);justify-content:center;align-items:center;margin-top:auto;display:flex;overflow:hidden}.cbd-isolado-module__a1LGja__colVisualContain{background:#fff;padding:18px}.cbd-isolado-module__a1LGja__colVisualImg{object-fit:cover;width:100%;height:100%;display:block}.cbd-isolado-module__a1LGja__colVisualContain .cbd-isolado-module__a1LGja__colVisualImg{object-fit:contain}.cbd-isolado-module__a1LGja__dt{border-collapse:collapse;width:100%;font-family:var(--font-body);margin-top:18px;font-size:12.5px}.cbd-isolado-module__a1LGja__dtSheet{margin-top:22px}.cbd-isolado-module__a1LGja__dt td{border-bottom:1px solid var(--border);color:var(--ink);padding:11px 0}.cbd-isolado-module__a1LGja__dt td:last-child{text-align:right}.cbd-isolado-module__a1LGja__dt td b{font-family:var(--font-display);color:var(--natureza-deep);font-weight:600}.cbd-isolado-module__a1LGja__dtLast{border-bottom:none!important}.cbd-isolado-module__a1LGja__stabGrid{grid-template-columns:1fr 1fr;gap:12px;margin-top:22px;display:grid}.cbd-isolado-module__a1LGja__cardSoft{background:var(--cream-soft);border-radius:var(--r-lg);box-shadow:var(--sh1);padding:22px}.cbd-isolado-module__a1LGja__cardSoft h3{font-family:var(--font-display);color:var(--natureza-deep);margin:0;font-size:14px;font-weight:700}.cbd-isolado-module__a1LGja__statNum{font-size:22px;font-family:var(--font-display);color:var(--natureza-deep);margin:4px 0 6px;font-weight:800}.cbd-isolado-module__a1LGja__cardSoft p{font-family:var(--font-body);color:var(--muted);margin:0;font-size:13px;line-height:1.6}.cbd-isolado-module__a1LGja__cardWide{grid-column:1/-1}.cbd-isolado-module__a1LGja__editorial{max-width:68ch;font-family:var(--font-body);color:var(--ink);font-size:15.5px;line-height:1.75}.cbd-isolado-module__a1LGja__editorial h2{max-width:28ch;margin-bottom:14px}.cbd-isolado-module__a1LGja__editorial h3{font-family:var(--font-display);color:var(--natureza-deep);margin:26px 0 10px;font-size:19px;font-weight:700}.cbd-isolado-module__a1LGja__editorial p{color:#1c2422db;margin:0 0 14px}.cbd-isolado-module__a1LGja__formGrid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:36px;display:grid}.cbd-isolado-module__a1LGja__formCard{border-radius:var(--r-lg);box-shadow:var(--sh1);background:#fff;padding:22px}.cbd-isolado-module__a1LGja__formCard h3{font-family:var(--font-display);color:var(--natureza-deep);margin:0 0 7px;font-size:15.5px;font-weight:700}.cbd-isolado-module__a1LGja__formCard p{font-family:var(--font-body);color:var(--muted);margin:0;font-size:13px;line-height:1.6}.cbd-isolado-module__a1LGja__cIco{border-radius:var(--r-md);background:var(--mint-soft);width:34px;height:34px;color:var(--natureza);justify-content:center;align-items:center;margin-bottom:14px;display:flex}.cbd-isolado-module__a1LGja__cIco svg{stroke:currentColor;fill:none;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.cbd-isolado-module__a1LGja__formNote{font-family:var(--font-body);color:var(--muted);margin-top:18px;font-size:12.5px}.cbd-isolado-module__a1LGja__formNote a{color:var(--natureza-deep);font-weight:600}.cbd-isolado-module__a1LGja__chips{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.cbd-isolado-module__a1LGja__chip{background:var(--cream-soft);border-radius:var(--r-pill);font-family:var(--font-display);color:var(--natureza-deep);align-items:center;gap:8px;padding:9px 18px 9px 14px;font-size:13px;font-weight:600;display:inline-flex}.cbd-isolado-module__a1LGja__secAlt .cbd-isolado-module__a1LGja__chip{background:#fff}.cbd-isolado-module__a1LGja__dot{background:var(--natureza);border-radius:50%;flex:none;width:6px;height:6px}.cbd-isolado-module__a1LGja__drow{border-radius:var(--r-md);box-shadow:var(--sh1);background:#fff;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;padding:11px 14px;display:flex}.cbd-isolado-module__a1LGja__fico{border-radius:var(--r-sm);background:var(--mint-soft);width:30px;height:30px;font-family:var(--font-accent);color:var(--natureza);flex:none;justify-content:center;align-items:center;font-size:8.5px;font-weight:600;display:flex}.cbd-isolado-module__a1LGja__drowIn{flex:1;min-width:180px}.cbd-isolado-module__a1LGja__drowIn b{font-family:var(--font-display);color:var(--natureza-deep);font-size:12.5px;font-weight:600;display:block}.cbd-isolado-module__a1LGja__drowIn span{font-family:var(--font-body);color:var(--muted);font-size:11.5px}.cbd-isolado-module__a1LGja__drowMeta{font-family:var(--font-body);color:var(--muted);white-space:nowrap;font-size:11.5px}.cbd-isolado-module__a1LGja__disc{font-family:var(--font-body);color:var(--muted);border-top:1px solid var(--border);margin-top:34px;padding-top:14px;font-size:11.5px;line-height:1.65}@media (max-width:900px){.cbd-isolado-module__a1LGja__heroGrid,.cbd-isolado-module__a1LGja__sheetGrid{grid-template-columns:1fr;gap:28px}.cbd-isolado-module__a1LGja__coaGrid,.cbd-isolado-module__a1LGja__formGrid{grid-template-columns:1fr 1fr}.cbd-isolado-module__a1LGja__steps{flex-direction:column;gap:22px}.cbd-isolado-module__a1LGja__step:not(:last-child):after{display:none}.cbd-isolado-module__a1LGja__step p{max-width:none}.cbd-isolado-module__a1LGja__colVisual{width:100%;max-width:420px;margin-inline:auto}}@media (max-width:600px){.cbd-isolado-module__a1LGja__wrap{padding:0 18px}.cbd-isolado-module__a1LGja__hero{padding:28px 0 40px}.cbd-isolado-module__a1LGja__trustList{flex-direction:column;align-items:flex-start;gap:8px;padding:16px 0}.cbd-isolado-module__a1LGja__sec{padding:44px 0}.cbd-isolado-module__a1LGja__coaGrid,.cbd-isolado-module__a1LGja__formGrid,.cbd-isolado-module__a1LGja__stabGrid{grid-template-columns:1fr}.cbd-isolado-module__a1LGja__ctaRow{flex-direction:column;align-items:stretch}.cbd-isolado-module__a1LGja__btn{width:100%}.cbd-isolado-module__a1LGja__drowMeta{display:none}.cbd-isolado-module__a1LGja__coaFoot{flex-direction:column;align-items:stretch}}
.juba-de-leao-module__rDko-a__container{font-family:var(--font-body);max-width:1200px;min-height:100vh;margin:0 auto;padding:120px 20px 80px}.juba-de-leao-module__rDko-a__heroCover{background:var(--brand-cream-soft);border-radius:8px;margin-bottom:32px;overflow:hidden}.juba-de-leao-module__rDko-a__heroTop{align-items:center;gap:24px;padding:36px 28px;display:flex}.juba-de-leao-module__rDko-a__heroLeftPattern{background:linear-gradient(180deg,var(--brand-green)0%,var(--brand-green-mid)100%);border-right:1px solid #0000000f;border-radius:4px;width:84px;height:160px;box-shadow:inset 0 0 0 6px #ffffff05}.juba-de-leao-module__rDko-a__heroText{flex:1}.juba-de-leao-module__rDko-a__heroTitle{font-family:var(--font-display);color:var(--brand-green);margin:0 0 8px;font-size:3.2rem;font-weight:800}.juba-de-leao-module__rDko-a__heroHighlight{color:var(--brand-mint);letter-spacing:.06em;font-size:3.2rem;font-weight:800;display:block}.juba-de-leao-module__rDko-a__heroLead{font-family:var(--font-body);color:#394f44;margin:0;font-size:1.05rem}.juba-de-leao-module__rDko-a__heroImageWrap{background:#dfeadf;width:100%;height:420px;overflow:hidden}.juba-de-leao-module__rDko-a__heroImage{object-fit:cover;width:100%;height:100%;display:block}.juba-de-leao-module__rDko-a__voltar{color:var(--brand-green-mid);align-items:center;gap:8px;margin-bottom:30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.juba-de-leao-module__rDko-a__voltar:hover{color:var(--brand-green);gap:12px}.juba-de-leao-module__rDko-a__produtoHeader{background:#fff;border-radius:20px;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px;padding:40px;display:grid;box-shadow:0 4px 20px #00000014}.juba-de-leao-module__rDko-a__imagemPrincipal{background:radial-gradient(circle at top left,#4caf502e,transparent 35%),linear-gradient(135deg,#f5f5f5 0%,color-mix(in srgb,var(--brand-mint)45%,#fff)100%);border-radius:16px;justify-content:center;align-items:center;min-height:400px;padding:40px;display:flex}.juba-de-leao-module__rDko-a__visualCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffc7;border:1px solid #2c5f2d1f;border-radius:24px;flex-direction:column;justify-content:center;width:100%;min-height:320px;padding:32px;display:flex;box-shadow:0 18px 40px #2c5f2d1f}.juba-de-leao-module__rDko-a__visualEyebrow{width:fit-content;color:var(--brand-green-mid);letter-spacing:.08em;text-transform:uppercase;background:#2c5f2d14;border-radius:999px;margin-bottom:18px;padding:8px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.juba-de-leao-module__rDko-a__visualCrystal{letter-spacing:-.05em;color:var(--brand-green);margin-bottom:18px;font-size:clamp(3.8rem,8vw,6rem);font-weight:800;line-height:.95}.juba-de-leao-module__rDko-a__visualLead{max-width:28rem;font-family:var(--font-body);color:#48624c;margin:0 0 24px;font-size:1.05rem;line-height:1.7}.juba-de-leao-module__rDko-a__visualSpecs{flex-wrap:wrap;gap:12px;display:flex}.juba-de-leao-module__rDko-a__visualSpecs span{color:var(--brand-green-mid);background:#fff;border-radius:999px;padding:10px 14px;font-size:.95rem;font-weight:700;box-shadow:0 8px 18px #2c5f2d14}.juba-de-leao-module__rDko-a__headerInfo{flex-direction:column;justify-content:center;display:flex}.juba-de-leao-module__rDko-a__categoria{background:color-mix(in srgb,var(--brand-mint)45%,#fff);color:var(--brand-green-mid);border-radius:20px;width:fit-content;margin-bottom:16px;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-block}.juba-de-leao-module__rDko-a__headerInfo h1{color:var(--brand-green-mid);margin-bottom:16px;font-size:3rem;line-height:1.2}.juba-de-leao-module__rDko-a__subtitulo{font-family:var(--font-body);color:#666;margin-bottom:24px;font-size:1.3rem}.juba-de-leao-module__rDko-a__destaque{gap:16px;margin-top:20px;display:flex}.juba-de-leao-module__rDko-a__pureza,.juba-de-leao-module__rDko-a__disponibilidade{background:var(--brand-green-mid);color:#fff;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600}.juba-de-leao-module__rDko-a__conteudo{flex-direction:column;gap:50px;display:flex}.juba-de-leao-module__rDko-a__catalogoSpotlight{background:linear-gradient(135deg,#f3f8f1 0%,#fff 100%);border-radius:24px;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:center;gap:28px;padding:24px;display:grid;box-shadow:0 10px 30px #2c5f2d14}.juba-de-leao-module__rDko-a__catalogoImageWrap{background:#dfeadf;border-radius:20px;min-height:320px;position:relative;overflow:hidden}.juba-de-leao-module__rDko-a__catalogoImage{object-fit:cover;width:100%;height:100%;display:block}.juba-de-leao-module__rDko-a__catalogoContent{padding:8px 8px 8px 0}.juba-de-leao-module__rDko-a__catalogoTag{background:var(--brand-green-mid);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;margin-bottom:14px;padding:8px 12px;font-size:.82rem;font-weight:700;display:inline-flex}.juba-de-leao-module__rDko-a__catalogoContent h2{color:#214824;margin:0 0 14px;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.1}.juba-de-leao-module__rDko-a__catalogoContent p{font-family:var(--font-body);color:#516651;margin:0 0 14px;font-size:1.02rem;line-height:1.8}.juba-de-leao-module__rDko-a__secao{background:#fff;border-radius:16px;padding:40px;box-shadow:0 2px 10px #0000000d}.juba-de-leao-module__rDko-a__secao h2{color:var(--brand-green-mid);border-bottom:3px solid color-mix(in srgb,var(--brand-mint)45%,#fff);margin-bottom:24px;padding-bottom:16px;font-size:2rem}.juba-de-leao-module__rDko-a__secao p{font-family:var(--font-body);color:#555;font-size:1.1rem;line-height:1.8}.juba-de-leao-module__rDko-a__especificacoes{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.juba-de-leao-module__rDko-a__especItem{border-left:4px solid var(--brand-green-mid);background:#f9f9f9;border-radius:12px;flex-direction:column;gap:8px;padding:20px;display:flex}.juba-de-leao-module__rDko-a__especItem .juba-de-leao-module__rDko-a__label{color:var(--brand-green-mid);text-transform:uppercase;font-size:.9rem;font-weight:600}.juba-de-leao-module__rDko-a__especItem .juba-de-leao-module__rDko-a__valor{font-family:var(--font-body);color:#333;font-size:1.1rem}.juba-de-leao-module__rDko-a__aplicacoes{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-top:20px;display:grid}.juba-de-leao-module__rDko-a__aplicacaoCard{background:linear-gradient(135deg,#f5f5f5 0%,color-mix(in srgb,var(--brand-mint)45%,#fff)100%);border-radius:16px;padding:30px;transition:transform .3s}.juba-de-leao-module__rDko-a__aplicacaoCard:hover{transform:translateY(-4px)}.juba-de-leao-module__rDko-a__aplicacaoCard h3{color:var(--brand-green-mid);margin-bottom:12px;font-size:1.3rem}.juba-de-leao-module__rDko-a__aplicacaoCard p{font-family:var(--font-body);color:#666;line-height:1.6}.juba-de-leao-module__rDko-a__beneficios,.juba-de-leao-module__rDko-a__controleQualidade{margin-top:20px;padding:0;list-style:none}.juba-de-leao-module__rDko-a__beneficios li,.juba-de-leao-module__rDko-a__controleQualidade li{color:#555;background:#f9f9f9;border-radius:8px;margin-bottom:12px;padding:16px 20px 16px 50px;line-height:1.6;position:relative}.juba-de-leao-module__rDko-a__beneficios li:before,.juba-de-leao-module__rDko-a__controleQualidade li:before{content:"✓";color:var(--brand-green-mid);font-size:1.2rem;font-weight:700;position:absolute;left:20px}.juba-de-leao-module__rDko-a__infoBox{flex-direction:column;gap:24px;margin-top:20px;display:flex}.juba-de-leao-module__rDko-a__infoItem{background:#f9f9f9;border-radius:12px;padding:24px}.juba-de-leao-module__rDko-a__infoItem strong{color:var(--brand-green-mid);margin-bottom:8px;font-size:1.1rem;display:block}.juba-de-leao-module__rDko-a__infoItem p{color:#666;margin:0}.juba-de-leao-module__rDko-a__cta{text-align:center;background:linear-gradient(135deg,var(--brand-green-mid)0%,var(--brand-green)100%);color:#fff;border-radius:20px;padding:60px 40px}.juba-de-leao-module__rDko-a__cta h2{color:#fff;border:none;margin-bottom:16px}.juba-de-leao-module__rDko-a__cta p{font-family:var(--font-body);color:#ffffffe6;margin-bottom:30px;font-size:1.2rem}.juba-de-leao-module__rDko-a__ctaButtons{flex-wrap:wrap;justify-content:center;gap:20px;padding-bottom:30px;display:flex}.juba-de-leao-module__rDko-a__btnPrimary,.juba-de-leao-module__rDko-a__btnSecondary{border-radius:8px;padding:16px 32px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s}.juba-de-leao-module__rDko-a__btnPrimary{color:var(--brand-green-mid);background:#fff}.juba-de-leao-module__rDko-a__btnPrimary:hover{background:#f0f0f0;transform:translateY(-2px)}.juba-de-leao-module__rDko-a__btnSecondary{color:#fff;background:0 0;border:2px solid #fff}.juba-de-leao-module__rDko-a__btnSecondary:hover{background:#ffffff1a;transform:translateY(-2px)}@media (max-width:968px){.juba-de-leao-module__rDko-a__container{padding:100px 15px 60px}.juba-de-leao-module__rDko-a__produtoHeader{grid-template-columns:1fr;gap:30px;padding:30px}.juba-de-leao-module__rDko-a__headerInfo h1{font-size:2rem}.juba-de-leao-module__rDko-a__imagemPrincipal{min-height:300px;padding:24px}.juba-de-leao-module__rDko-a__visualCard{min-height:auto;padding:24px}.juba-de-leao-module__rDko-a__visualCrystal{font-size:3.6rem}.juba-de-leao-module__rDko-a__catalogoSpotlight{grid-template-columns:1fr;padding:18px}.juba-de-leao-module__rDko-a__catalogoImageWrap{min-height:240px}.juba-de-leao-module__rDko-a__catalogoContent{padding:0}.juba-de-leao-module__rDko-a__secao{padding:24px}.juba-de-leao-module__rDko-a__secao h2{font-size:1.5rem}.juba-de-leao-module__rDko-a__aplicacoes{grid-template-columns:1fr}.juba-de-leao-module__rDko-a__ctaButtons{flex-direction:column;align-items:center}.juba-de-leao-module__rDko-a__btnPrimary,.juba-de-leao-module__rDko-a__btnSecondary{width:auto;max-width:360px;display:inline-block}}
.About-module__S-Ka5a__aboutSection{padding:80px 0}.About-module__S-Ka5a__aboutCardsGrid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.About-module__S-Ka5a__aboutCard{background:var(--brand-cream-soft);text-align:center;border-radius:12px;flex-direction:column;align-items:center;padding:60px 40px;display:flex}.About-module__S-Ka5a__aboutCardTitle{font-family:var(--font-accent);letter-spacing:.12em;text-transform:uppercase;color:var(--brand-green);margin:0 0 35px;font-size:13px;font-weight:600}.About-module__S-Ka5a__aboutCardIconWrapper{width:85px;height:85px;margin:0 auto 30px;position:relative}.About-module__S-Ka5a__aboutCardDescription{font-family:var(--font-body);font-size:var(--font-size-body);color:#111;margin:0;font-weight:400;line-height:1.7}.About-module__S-Ka5a__aboutCardHighlight{font-family:var(--font-body);color:var(--green);font-weight:700}@media (max-width:980px){.About-module__S-Ka5a__aboutCardsGrid{grid-template-columns:repeat(2,1fr);gap:20px}.About-module__S-Ka5a__aboutCard{padding:40px 30px}}@media (max-width:768px){.About-module__S-Ka5a__aboutCardsGrid{grid-template-columns:1fr;gap:20px}.About-module__S-Ka5a__aboutCard{padding:35px 25px}}@media (max-width:640px){.About-module__S-Ka5a__aboutCard{padding:30px 20px}.About-module__S-Ka5a__aboutCardTitle{letter-spacing:.1em;font-size:12px}.About-module__S-Ka5a__aboutCardIconWrapper{width:70px;height:70px}.About-module__S-Ka5a__aboutCardDescription{font-size:var(--font-size-body-sm)}}@media (max-width:480px){.About-module__S-Ka5a__aboutCard{padding:25px 18px}}
.FAQ-module__YTKPaG__page{color:#111;background:#fff;padding-top:88px}.FAQ-module__YTKPaG__container{max-width:1100px;margin:0 auto;padding:0 24px}.FAQ-module__YTKPaG__containerNarrow{max-width:760px;margin:0 auto;padding:0 24px}.FAQ-module__YTKPaG__hero{background:linear-gradient(155deg,var(--brand-green)0%,var(--brand-green-mid)100%);color:#fff;padding:72px 0 80px}.FAQ-module__YTKPaG__heroGrid{grid-template-columns:1.05fr .95fr;align-items:start;gap:40px;max-width:1100px;margin:0 auto;padding:0 24px;display:grid}.FAQ-module__YTKPaG__heroCopy{min-width:0}.FAQ-module__YTKPaG__heroAgent{min-width:0;height:var(--hero-agent-max,auto);max-height:var(--hero-agent-max,none);flex-direction:column;justify-content:flex-end;display:flex;overflow:hidden}@media (max-width:900px){.FAQ-module__YTKPaG__heroGrid{grid-template-columns:1fr;align-items:stretch;gap:28px}.FAQ-module__YTKPaG__heroAgent{height:auto;max-height:none;overflow:visible}}.FAQ-module__YTKPaG__eyebrow{font-family:var(--font-accent);letter-spacing:.16em;text-transform:uppercase;opacity:.85;margin:0 0 18px;font-size:12px;font-weight:700}.FAQ-module__YTKPaG__hero .FAQ-module__YTKPaG__eyebrow{color:#ffffffbf}.FAQ-module__YTKPaG__heroTitle{font-family:var(--font-display);letter-spacing:-.01em;color:#fff;margin:0 0 22px;font-size:clamp(32px,4.5vw,44px);font-weight:700;line-height:1.15}.FAQ-module__YTKPaG__heroLead{font-family:var(--font-body);font-size:var(--font-size-body);opacity:.95;max-width:640px;margin:0;line-height:1.75}.FAQ-module__YTKPaG__section{background:#fff;padding:72px 0}.FAQ-module__YTKPaG__sectionAlt{background:var(--brand-cream-soft,#f4f2ea)}.FAQ-module__YTKPaG__sectionTitle{font-family:var(--font-display);color:var(--brand-green);margin:0 0 24px;font-size:clamp(26px,3vw,32px);font-weight:700;line-height:1.2}.FAQ-module__YTKPaG__prose{font-family:var(--font-body);font-size:var(--font-size-body);color:#333;margin:0 0 20px;line-height:1.75}.FAQ-module__YTKPaG__prose:last-child{margin-bottom:0}.FAQ-module__YTKPaG__split{grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;display:grid}.FAQ-module__YTKPaG__splitReverse{direction:rtl}.FAQ-module__YTKPaG__splitReverse>*{direction:ltr}.FAQ-module__YTKPaG__splitText .FAQ-module__YTKPaG__sectionTitle{margin-top:0}.FAQ-module__YTKPaG__splitFigure{border-radius:12px;margin:0;overflow:hidden;box-shadow:0 16px 40px #0c44381f}.FAQ-module__YTKPaG__splitImage{object-fit:cover;aspect-ratio:4/3;width:100%;height:auto;display:block}.FAQ-module__YTKPaG__accordion{flex-direction:column;gap:12px;margin-top:40px;display:flex}.FAQ-module__YTKPaG__item{background:#fff;border:1px solid #0c44381f;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0c44380a}.FAQ-module__YTKPaG__questionHeading{font-size:inherit;font-weight:inherit;margin:0}.FAQ-module__YTKPaG__questionBtn{cursor:pointer;text-align:left;width:100%;font-family:var(--font-display);color:var(--brand-green);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;font-size:17px;font-weight:600;line-height:1.4;display:flex}.FAQ-module__YTKPaG__questionBtn:hover{background:color-mix(in srgb,var(--brand-mint)28%,#fff)}.FAQ-module__YTKPaG__chevron{color:var(--brand-green-mid);flex-shrink:0;font-size:14px;transition:transform .2s}.FAQ-module__YTKPaG__chevronOpen{transform:rotate(180deg)}.FAQ-module__YTKPaG__answer{border-top:1px solid #0c443814;padding:0 22px 22px}.FAQ-module__YTKPaG__answer p{font-family:var(--font-body);font-size:var(--font-size-body);color:#444;margin:16px 0 0;line-height:1.75}.FAQ-module__YTKPaG__ctaSection{background:linear-gradient(155deg,var(--brand-green-mid)0%,var(--brand-green)100%);padding:80px 0 96px}@media (max-width:900px){.FAQ-module__YTKPaG__split,.FAQ-module__YTKPaG__splitReverse{direction:ltr;grid-template-columns:1fr;gap:28px}.FAQ-module__YTKPaG__hero{padding:56px 0 64px}.FAQ-module__YTKPaG__section{padding:56px 0}}@media (max-width:640px){.FAQ-module__YTKPaG__page{padding-top:72px}.FAQ-module__YTKPaG__questionBtn{padding:16px 18px;font-size:16px}.FAQ-module__YTKPaG__ctaSection{padding:56px 0 72px}}
.BlogIndex-module__aBSPJG__page{background:#fff;min-height:70vh;padding-top:88px}.BlogIndex-module__aBSPJG__container{max-width:1100px;margin:0 auto;padding:0 24px}.BlogIndex-module__aBSPJG__hero{background:linear-gradient(155deg,var(--brand-green)0%,var(--brand-green-mid)100%);color:#fff;padding:80px 0}.BlogIndex-module__aBSPJG__heroContent{text-align:center;max-width:1200px;margin:0 auto;padding:0 40px}.BlogIndex-module__aBSPJG__eyebrow{font-family:var(--font-accent);letter-spacing:4px;text-transform:uppercase;color:#ffffffa6;margin:0 0 16px;font-size:11px;font-weight:700}.BlogIndex-module__aBSPJG__title{font-family:var(--font-display);letter-spacing:.02em;color:#fff;margin:0 0 30px;font-size:clamp(36px,5vw,56px);font-weight:700;line-height:1.12}.BlogIndex-module__aBSPJG__heroDivider{background-color:var(--brand-coral);width:80px;height:4px;margin:0 auto 30px}.BlogIndex-module__aBSPJG__lead{font-family:var(--font-body);opacity:.95;max-width:700px;margin:0 auto;font-size:clamp(17px,2vw,20px);line-height:1.6}.BlogIndex-module__aBSPJG__listSection{background:var(--brand-cream-soft,#f4f2ea);padding:64px 0 96px}.BlogIndex-module__aBSPJG__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px;margin:0;padding:0;list-style:none;display:grid}.BlogIndex-module__aBSPJG__card{background:#fff;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 8px 28px #0c443814}.BlogIndex-module__aBSPJG__card:hover{transform:translateY(-4px);box-shadow:0 14px 36px #0c44381f}.BlogIndex-module__aBSPJG__cardLink{color:inherit;height:100%;text-decoration:none;display:block}.BlogIndex-module__aBSPJG__thumbWrap{aspect-ratio:16/10;background:color-mix(in srgb,var(--brand-mint)40%,#fff);overflow:hidden}.BlogIndex-module__aBSPJG__thumb{object-fit:cover;width:100%;height:100%;display:block}.BlogIndex-module__aBSPJG__cardBody{padding:24px 22px 28px}.BlogIndex-module__aBSPJG__cardCategory{font-family:var(--font-accent);letter-spacing:.12em;text-transform:uppercase;color:var(--brand-green-mid);font-size:11px;font-weight:700}.BlogIndex-module__aBSPJG__cardTitle{font-family:var(--font-display);color:var(--brand-green);margin:10px 0 12px;font-size:22px;font-weight:700;line-height:1.25}.BlogIndex-module__aBSPJG__cardExcerpt{font-family:var(--font-body);font-size:var(--font-size-body-sm);color:#555;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 16px;line-height:1.65;display:-webkit-box;overflow:hidden}.BlogIndex-module__aBSPJG__cardMeta{font-size:var(--font-size-caption);color:#0c44388c;flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.BlogIndex-module__aBSPJG__readMore{font-family:var(--font-accent);color:var(--brand-green);font-size:13px;font-weight:700}.BlogIndex-module__aBSPJG__empty{text-align:center;color:#666;font-size:var(--font-size-body)}@media (max-width:640px){.BlogIndex-module__aBSPJG__page{padding-top:72px}.BlogIndex-module__aBSPJG__hero{padding:56px 0}.BlogIndex-module__aBSPJG__heroContent{padding:0 24px}.BlogIndex-module__aBSPJG__title,.BlogIndex-module__aBSPJG__heroDivider{margin-bottom:22px}.BlogIndex-module__aBSPJG__grid{grid-template-columns:1fr}}
.BlogPost-module__LuJ2Da__article{background:#fff;padding-top:88px}.BlogPost-module__LuJ2Da__container{max-width:1100px;margin:0 auto;padding:0 24px}.BlogPost-module__LuJ2Da__containerNarrow{max-width:720px;margin:0 auto;padding:0 24px}.BlogPost-module__LuJ2Da__header{background:#fff;padding:48px 0 28px}.BlogPost-module__LuJ2Da__breadcrumb{font-family:var(--font-body);font-size:var(--font-size-caption);color:#0c44388c;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:28px;display:flex}.BlogPost-module__LuJ2Da__breadcrumb a{color:var(--brand-green-mid);text-decoration:none}.BlogPost-module__LuJ2Da__breadcrumb a:hover{text-decoration:underline}.BlogPost-module__LuJ2Da__category{font-family:var(--font-accent);letter-spacing:.14em;text-transform:uppercase;color:var(--brand-green-mid);margin:0 0 14px;font-size:12px;font-weight:700}.BlogPost-module__LuJ2Da__title{font-family:var(--font-display);color:var(--brand-green);letter-spacing:-.015em;max-width:900px;margin:0 0 18px;font-size:clamp(32px,4.5vw,46px);font-weight:700;line-height:1.15}.BlogPost-module__LuJ2Da__excerpt{font-family:var(--font-body);font-size:var(--font-size-body);color:#444;max-width:680px;margin:0 0 22px;line-height:1.7}.BlogPost-module__LuJ2Da__meta{font-family:var(--font-body);font-size:var(--font-size-caption);color:#0c4438a6;flex-wrap:wrap;align-items:center;gap:6px 4px;display:flex}.BlogPost-module__LuJ2Da__metaMuted{color:#0c443880}.BlogPost-module__LuJ2Da__metaDot{opacity:.5;margin:0 6px}.BlogPost-module__LuJ2Da__coverWrap{margin-bottom:40px}.BlogPost-module__LuJ2Da__cover{border-radius:12px;margin:0;overflow:hidden;box-shadow:0 16px 40px #0c44381a}.BlogPost-module__LuJ2Da__coverImage{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;display:block}.BlogPost-module__LuJ2Da__body{padding-bottom:80px}.BlogPost-module__LuJ2Da__p{font-family:var(--font-body);font-size:var(--font-size-body);color:#333;margin:0 0 22px;line-height:1.8}.BlogPost-module__LuJ2Da__h2{font-family:var(--font-display);color:var(--brand-green);margin:44px 0 16px;scroll-margin-top:100px;font-size:28px;font-weight:700;line-height:1.25}.BlogPost-module__LuJ2Da__h3{font-family:var(--font-display);color:var(--brand-green);margin:32px 0 12px;scroll-margin-top:100px;font-size:22px;font-weight:600;line-height:1.3}.BlogPost-module__LuJ2Da__ul,.BlogPost-module__LuJ2Da__ol{font-family:var(--font-body);font-size:var(--font-size-body);color:#333;margin:0 0 24px;padding-left:1.35em;line-height:1.75}.BlogPost-module__LuJ2Da__ul li,.BlogPost-module__LuJ2Da__ol li{margin-bottom:10px}.BlogPost-module__LuJ2Da__figure{margin:36px 0}.BlogPost-module__LuJ2Da__figureImage{border-radius:10px;width:100%;height:auto;display:block}.BlogPost-module__LuJ2Da__caption{font-family:var(--font-body);font-size:var(--font-size-caption);color:#0c443899;text-align:left;margin-top:12px;line-height:1.5}.BlogPost-module__LuJ2Da__postFooter{border-top:1px solid #0c44381a;margin-top:48px;padding-top:28px}.BlogPost-module__LuJ2Da__tags{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.BlogPost-module__LuJ2Da__tag{font-family:var(--font-accent);letter-spacing:.06em;text-transform:uppercase;color:var(--brand-green);background:color-mix(in srgb,var(--brand-mint)35%,#fff);border-radius:999px;padding:6px 12px;font-size:11px;font-weight:600}.BlogPost-module__LuJ2Da__disclaimer{font-size:var(--font-size-caption);color:#0c44388c;margin:0 0 24px;line-height:1.6}.BlogPost-module__LuJ2Da__back{font-family:var(--font-accent);color:var(--brand-green);font-size:14px;font-weight:700;text-decoration:none}.BlogPost-module__LuJ2Da__back:hover{text-decoration:underline}@media (max-width:640px){.BlogPost-module__LuJ2Da__article{padding-top:72px}.BlogPost-module__LuJ2Da__header{padding:36px 0 20px}.BlogPost-module__LuJ2Da__h2{font-size:24px}}
.ClientesWelcome-module__o4AFyW__page{max-width:980px}.ClientesWelcome-module__o4AFyW__homeHead{border-bottom:1px solid #0c44381f;grid-template-columns:minmax(0,1.15fr) minmax(240px,.95fr);align-items:end;gap:20px 28px;min-height:168px;margin-bottom:8px;padding-top:12px;padding-bottom:36px;display:grid;position:relative}.ClientesWelcome-module__o4AFyW__homeHeadMain{min-width:0}.ClientesWelcome-module__o4AFyW__homeHeadAgent{z-index:5;flex-direction:column;justify-content:flex-end;align-items:stretch;min-width:0;display:flex;position:relative}@media (max-width:820px){.ClientesWelcome-module__o4AFyW__homeHead{grid-template-columns:1fr;align-items:start;gap:14px}}.ClientesWelcome-module__o4AFyW__homeTitle{font-family:var(--bc-font-display);letter-spacing:-.02em;color:var(--bc-green-900);margin:0 0 6px;font-size:clamp(24px,3.2vw,30px);font-weight:700;line-height:1.15}.ClientesWelcome-module__o4AFyW__homeLead{font-family:var(--bc-font-body);color:var(--bc-muted);max-width:540px;margin:0;font-size:15px;line-height:1.6}.ClientesWelcome-module__o4AFyW__statsRow{align-items:baseline;gap:18px;margin-top:12px;display:flex}.ClientesWelcome-module__o4AFyW__statN{font-family:var(--bc-font-display);letter-spacing:-.01em;color:var(--bc-green-900);font-size:20px;font-weight:700;line-height:1}.ClientesWelcome-module__o4AFyW__statL{font-family:var(--bc-font-body);color:var(--bc-muted);margin-left:4px;font-size:12px;font-weight:500}.ClientesWelcome-module__o4AFyW__statSep{background:#0c443826;align-self:center;width:1px;height:16px}.ClientesWelcome-module__o4AFyW__sec{font-family:var(--bc-font-accent);letter-spacing:.1em;text-transform:uppercase;color:var(--bc-muted);align-items:center;gap:12px;margin:30px 0 14px;font-size:11px;font-weight:600;display:flex}.ClientesWelcome-module__o4AFyW__sec:after{content:"";background:#0c44381f;flex:1;height:1px}.ClientesWelcome-module__o4AFyW__actionGrid{grid-template-columns:1.35fr 1fr 1fr;gap:12px;margin-bottom:8px;display:grid}.ClientesWelcome-module__o4AFyW__tile{background:var(--bc-paper);border-radius:var(--bc-r-lg);box-shadow:var(--bc-shadow-1);color:inherit;transition:transform .2s var(--bc-ease),box-shadow .2s var(--bc-ease);flex-direction:column;gap:7px;padding:22px 22px 20px;text-decoration:none;display:flex}.ClientesWelcome-module__o4AFyW__tile:hover{box-shadow:var(--bc-shadow-2);transform:translateY(-2px)}.ClientesWelcome-module__o4AFyW__tile:focus-visible{box-shadow:var(--bc-focus-ring);outline:none}.ClientesWelcome-module__o4AFyW__tilePrimary{background:var(--bc-green-900)}.ClientesWelcome-module__o4AFyW__tileIcon{border-radius:var(--bc-r-md);background:var(--bc-green-100);width:32px;height:32px;color:var(--bc-green-700);flex:none;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.ClientesWelcome-module__o4AFyW__tilePrimary .ClientesWelcome-module__o4AFyW__tileIcon{color:var(--bc-green-200);background:#e8e5d424}.ClientesWelcome-module__o4AFyW__tileSvg{stroke:currentColor;fill:none;stroke-width:1.8px;width:16px;height:16px}.ClientesWelcome-module__o4AFyW__tile h3{font-family:var(--bc-font-display);color:var(--bc-green-900);margin:0;font-size:14.5px;font-weight:600;line-height:1.2}.ClientesWelcome-module__o4AFyW__tilePrimary h3{color:#fff}.ClientesWelcome-module__o4AFyW__tile p{font-family:var(--bc-font-body);color:var(--bc-muted);flex:1;margin:0;font-size:12.5px;line-height:1.5}.ClientesWelcome-module__o4AFyW__tilePrimary p{color:#e8e5d4ad}.ClientesWelcome-module__o4AFyW__tileCta{font-family:var(--bc-font-accent);transition:gap .15s var(--bc-ease);color:var(--bc-green-700);align-items:center;gap:4px;margin-top:4px;font-size:12px;font-weight:600;display:flex}.ClientesWelcome-module__o4AFyW__tile:hover .ClientesWelcome-module__o4AFyW__tileCta{gap:7px}.ClientesWelcome-module__o4AFyW__tilePrimary .ClientesWelcome-module__o4AFyW__tileCta{color:var(--bc-green-200)}.ClientesWelcome-module__o4AFyW__docList{flex-direction:column;gap:2px;display:flex}.ClientesWelcome-module__o4AFyW__drow{background:var(--bc-paper);border-radius:var(--bc-r-md);color:inherit;transition:box-shadow .15s var(--bc-ease),transform .15s var(--bc-ease);align-items:center;gap:14px;padding:13px 16px;text-decoration:none;display:flex;box-shadow:0 1px 2px #0c44380a}.ClientesWelcome-module__o4AFyW__drow:hover{box-shadow:var(--bc-shadow-1);transform:translate(2px)}.ClientesWelcome-module__o4AFyW__drowLink .ClientesWelcome-module__o4AFyW__drowIn b{color:var(--bc-green-700)}.ClientesWelcome-module__o4AFyW__fico{font-family:var(--bc-font-accent);letter-spacing:.04em;background:var(--bc-green-100);width:34px;height:34px;color:var(--bc-green-700);border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:9px;font-weight:600;display:flex}.ClientesWelcome-module__o4AFyW__ficoArrow{font-size:14px;font-family:var(--bc-font-display);font-weight:700}.ClientesWelcome-module__o4AFyW__drowIn{flex:1;min-width:0}.ClientesWelcome-module__o4AFyW__drowIn b{font-family:var(--bc-font-display);color:var(--bc-green-900);font-size:13.5px;font-weight:600;line-height:1.3;display:block}.ClientesWelcome-module__o4AFyW__drowIn span{font-family:var(--bc-font-body);color:var(--bc-muted);margin-top:1px;font-size:12.5px;line-height:1.4;display:block}.ClientesWelcome-module__o4AFyW__meta{font-family:var(--bc-font-accent);color:var(--bc-muted);white-space:nowrap;opacity:.7;font-size:10.5px}.ClientesWelcome-module__o4AFyW__btnSec{font-family:var(--bc-font-display);color:var(--bc-green-900);border-radius:var(--bc-r-md);white-space:nowrap;transition:all .15s var(--bc-ease);background:0 0;border:1.5px solid #0c443840;align-items:center;padding:8px 14px;font-size:12.5px;font-weight:600;text-decoration:none;display:inline-flex}.ClientesWelcome-module__o4AFyW__btnSec:hover{border-color:var(--bc-green-900);background:var(--bc-green-100)}.ClientesWelcome-module__o4AFyW__grid3{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.ClientesWelcome-module__o4AFyW__card{background:var(--bc-paper);border-radius:var(--bc-r-lg);box-shadow:var(--bc-shadow-1);transition:transform .2s var(--bc-ease),box-shadow .2s var(--bc-ease);color:inherit;cursor:pointer;flex-direction:column;gap:6px;padding:20px 22px;text-decoration:none;display:flex}.ClientesWelcome-module__o4AFyW__card:hover{box-shadow:var(--bc-shadow-2);transform:translateY(-2px)}.ClientesWelcome-module__o4AFyW__card h3{font-family:var(--bc-font-display);color:var(--bc-green-900);margin:0;font-size:15px;font-weight:600;line-height:1.3}.ClientesWelcome-module__o4AFyW__card p{font-family:var(--bc-font-body);color:var(--bc-muted);flex:1;margin:0;font-size:13px;line-height:1.55}.ClientesWelcome-module__o4AFyW__go{font-family:var(--bc-font-display);color:var(--bc-green-700);margin-top:auto;padding-top:10px;font-size:13px;font-weight:600;transition:color .15s}.ClientesWelcome-module__o4AFyW__card:hover .ClientesWelcome-module__o4AFyW__go{color:var(--bc-coral-500)}.ClientesWelcome-module__o4AFyW__disc{font-family:var(--bc-font-body);color:var(--bc-muted);border-top:1px solid #0c44381f;max-width:800px;margin-top:30px;padding-top:12px;font-size:11.5px;line-height:1.6}@media (max-width:860px){.ClientesWelcome-module__o4AFyW__actionGrid,.ClientesWelcome-module__o4AFyW__grid3{grid-template-columns:1fr}.ClientesWelcome-module__o4AFyW__homeTitle{font-size:28px}.ClientesWelcome-module__o4AFyW__statsRow{flex-wrap:wrap;gap:16px}.ClientesWelcome-module__o4AFyW__drow{flex-wrap:wrap}.ClientesWelcome-module__o4AFyW__meta{order:3;margin-left:48px}.ClientesWelcome-module__o4AFyW__btnSec{margin-left:auto}}
