*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bb-verde:#21426a;--bb-sage:#c2e0f8;--bb-creme:#f5efeb;--bb-preto:#14283e;--bb-dourado:#c29f67;--bb-azul:#4976a9;--bb-petroleo:#567c8d;--verde-profundo:#14283e;--verde-escuro:#15293f;--preto:#14283e;--bege:#f5efeb;--cinza-verde:#c2e0f8;--verde-medio:#4976a9;--verde-suave:#567c8d;--branco:#fff;--offwhite:#faf9f6;--texto:#14283e;--texto-light:#f5efeb;--font-display:"Poppins",-apple-system,BlinkMacSystemFont,sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-serif:"Cardo",Georgia,serif;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--container:1200px;--header-h:60px;--ease:cubic-bezier(0.16,1,0.3,1)}html{scroll-behavior:smooth;font-size:16px;scroll-padding-top:calc(var(--header-h) + 1rem)}body{font-family:var(--font-body);color:var(--texto);background:var(--bege);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--container);margin:0 auto;padding:0 2rem}.btn{display:inline-block;font-family:var(--font-sans);font-weight:600;font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;padding:1rem 2.25rem;border-radius:0;transition:all .4s var(--ease);cursor:pointer;border:none;position:relative}.btn--primary{background:var(--preto);color:var(--branco)}.btn--primary:hover{background:var(--verde-escuro);transform:translateY(-2px);box-shadow:0 8px 32px hsla(0,0%,7%,.25)}.btn--white{background:var(--branco);color:var(--preto)}.btn--white:hover{background:var(--bege);transform:translateY(-2px);box-shadow:0 8px 32px hsla(0,0%,100%,.15)}.btn--lg{padding:1.125rem 2.75rem;font-size:.875rem}.topbar{position:fixed;top:0;left:0;right:0;height:26px;background:linear-gradient(90deg,#14283e,#101923 55%,#080d13);display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;z-index:1001;gap:.625rem}.topbar,.topbar em{color:var(--bb-sage)}.topbar em{font-style:normal;font-weight:400;opacity:.85}.topbar__logo{height:11px;width:auto;display:block;opacity:.95}body{padding-top:26px}@media (max-width:600px){.topbar{height:32px;font-size:.75rem;letter-spacing:.18em;gap:.625rem}.topbar__logo{height:13px}body{padding-top:32px}}.header{position:fixed;top:26px;left:0;right:0;height:var(--header-h);background:hsla(40,31%,94%,.9);-webkit-backdrop-filter:blur(20px) saturate(1.2);backdrop-filter:blur(20px) saturate(1.2);z-index:1000;transition:all .4s var(--ease)}@media (max-width:600px){.header{top:32px}}.header__inner{justify-content:space-between;height:100%}.header__inner,.header__logo{display:flex;align-items:center}.header__logo-img{height:23px;width:auto}.header__nav{display:flex;align-items:center;gap:2.25rem}.header__link{font-size:.8125rem;font-weight:500;color:var(--preto);opacity:.45;transition:opacity .3s;letter-spacing:.01em;line-height:1}.header__link:hover{opacity:1}.header__dropdown{position:relative;display:inline-block}.header__link--dropdown{display:inline-flex;align-items:center;gap:.3rem;background:none;border:none;cursor:pointer;font-family:inherit;padding:0;line-height:1;height:auto}.header__link--dropdown svg{width:10px;height:10px;transition:transform .3s ease}.header__dropdown:focus-within .header__link--dropdown svg,.header__dropdown:hover .header__link--dropdown svg{transform:rotate(180deg)}.header__dropdown-menu{position:absolute;top:calc(100% + .75rem);left:50%;transform:translateX(-50%) translateY(-4px);min-width:200px;background:var(--bb-creme,#f5efeb);border:1px solid rgba(33,66,106,.12);border-radius:6px;box-shadow:0 12px 32px -12px rgba(33,66,106,.2);padding:.4rem;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility .25s;z-index:100}.header__dropdown-menu:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}.header__dropdown:focus-within .header__dropdown-menu,.header__dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.header__dropdown-link{display:block;padding:.55rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--bb-verde,#21426a);opacity:.75;text-decoration:none;border-radius:4px;letter-spacing:.01em;transition:background .2s,opacity .2s,color .2s}.header__dropdown-link:hover{background:rgba(194,224,248,.15);opacity:1;color:var(--bb-verde,#21426a)}.header__dropdown-link--active{opacity:1;background:rgba(194,224,248,.1)}.header__cta{margin-left:2rem}.header__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.header__hamburger span{display:block;width:22px;height:1.5px;background:var(--preto);transition:all .3s}.mobile-nav{display:none;position:fixed;top:var(--header-h);left:0;right:0;bottom:0;background:var(--bege);padding:2rem 2rem calc(2rem + env(safe-area-inset-bottom, 0px));z-index:999;flex-direction:column;gap:1.25rem;border-bottom:1px solid hsla(0,0%,7%,.06);overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-nav.active{display:flex}.mobile-nav__group{display:flex;flex-direction:column;gap:.25rem}.mobile-nav__sublink{display:flex;align-items:center;gap:.5rem;padding:.25rem 0 .25rem 1rem;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--bb-verde,#21426a);opacity:.6;text-decoration:none;min-height:36px;letter-spacing:.01em;border-left:1px solid rgba(33,66,106,.15);margin-left:.25rem;transition:opacity .2s,color .2s,border-color .2s}.mobile-nav__sublink--active,.mobile-nav__sublink:hover{opacity:1;border-left-color:var(--bb-dourado,#c29f67);color:var(--bb-verde,#21426a)}.mobile-nav__link{font-size:1.125rem;font-weight:500;padding:.25rem 0}.mobile-nav__link,.section__headline{color:var(--preto);font-family:var(--font-display)}.section__headline{font-size:2rem;font-weight:600;text-align:center;margin-bottom:1.25rem;line-height:1.2;letter-spacing:-.02em}.section__headline--light{color:var(--branco)}.footer{background:radial-gradient(circle at 80% 110%,hsla(37,43%,58%,.18) 0,transparent 50%),radial-gradient(circle at 12% 0,rgba(194,224,248,.12) 0,transparent 55%),radial-gradient(ellipse 90% 140% at top left,#2c5687 0,#21426a 22%,#15293f 60%,#14283e 95%)!important;background-color:#14283e!important;color:var(--texto-light);padding:4rem 0 2rem;border-top:1px solid hsla(37,43%,58%,.25);position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(194,224,248,.1) 0,transparent 65%);border-radius:50%;pointer-events:none}.footer>*{position:relative;z-index:1}.footer__brand{margin-bottom:2.5rem}.footer__logo-img{height:40px;width:auto;opacity:1}.footer__tagline{font-size:.8125rem;color:var(--bb-creme);opacity:.85;margin-top:.75rem;line-height:1.5}.footer__links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:3rem}.footer__col h4{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--bb-dourado);margin-bottom:1rem;opacity:1}.footer__col a{display:block;font-size:.8125rem;color:var(--bb-creme);opacity:.78;margin-bottom:.5rem;transition:color .3s,opacity .3s}.footer__col a:hover{color:var(--bb-dourado);opacity:1}.footer__bottom{border-top:1px solid hsla(37,43%,58%,.15);padding-top:1.5rem}.footer__bottom p{font-size:.6875rem;color:var(--bb-sage);opacity:.65;letter-spacing:.02em}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--verde-suave);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.fade-in{opacity:1;transform:none}}.btn{min-height:44px}.header__link{padding:.5rem 0}.mobile-nav__link{min-height:44px;display:flex;align-items:center}.quiz-option,[role=button],a,button{cursor:pointer}.btn,a,button{transition:all .2s var(--ease)}::selection{background:var(--verde-suave);color:var(--branco)}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--preto);color:var(--branco);padding:.5rem 1rem;z-index:10000;font-size:.8125rem}.skip-link:focus{top:.5rem}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.section__headline{font-size:1.75rem}.header__nav{display:none}.header__hamburger{display:flex}.header__cta{display:inline-flex;align-items:center;justify-content:center;margin-left:0;padding:.625rem 1rem;font-size:.6875rem;letter-spacing:.1em;white-space:nowrap}}@media (max-width:768px){:root{--header-h:46px}.header__nav{display:none}.header__cta{display:inline-flex;align-items:center;justify-content:center;margin-left:0;padding:.4rem .75rem;font-size:.5625rem;letter-spacing:.1em;white-space:nowrap;height:auto;min-height:0;line-height:1}.header__logo-img{height:18px}.header__hamburger{display:flex}.container{padding:0 1.5rem}.section__headline{font-size:1.5rem}.footer__inner{display:flex;flex-direction:column}.footer__links{grid-template-columns:repeat(3,1fr);gap:1.5rem}.footer__col a,.footer__links{font-size:.75rem}.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center}.btn--lg{padding:1rem 2rem;font-size:.8125rem}}@media (max-width:480px){.container{padding:0 1.25rem}.section__headline{font-size:1.25rem}.footer__links{grid-template-columns:1fr 1fr;gap:1.25rem}.footer__col:last-child{grid-column:1/-1}.footer{padding:3rem 0 1.5rem}.footer__brand{margin-bottom:2rem}.mobile-nav__link{font-size:1rem;padding:.5rem 0}}:root{--bb-verde:#033b25;--bb-dourado:#c9952a;--bb-sage:#7fa88c;--bb-azul:#1f6747;--bb-petroleo:#3a6b50;--bb-creme:#f5f2ec;--bb-preto:#121212;--verde-profundo:#033b25;--verde-escuro:#022a1a;--preto:#121212;--bege:#f5f2ec;--cinza-verde:#7fa88c;--verde-medio:#1f6747;--verde-suave:#3a6b50;--texto:#121212;--texto-light:#f5f2ec;--header-h:0px}.lp-brand{position:fixed;top:1.25rem;left:1.25rem;z-index:100;display:inline-flex;align-items:center;text-decoration:none;padding:.5rem .75rem;background:rgba(3,59,37,.65);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:8px;transition:background .3s ease}.lp-brand:hover{background:rgba(3,59,37,.85)}.lp-brand__img{height:28px;width:auto;display:block}@media (min-width:769px){.lp-brand{top:1.5rem;left:2rem;padding:.6rem 1rem}.lp-brand__img{height:34px}}.header,.header__hamburger,.mobile-nav,.topbar{display:none!important}.lp-form{background:linear-gradient(135deg,#033b25,#022a1a 60%,#011a10);padding:5rem 1.25rem;color:#f5f2ec}.lp-form__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:start}.lp-form__kicker{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.28em;color:#c9952a;margin-bottom:1rem}.lp-form__title{font-family:Cardo,Georgia,serif;font-size:clamp(1.875rem,4.5vw,2.75rem);font-weight:700;color:#f5f2ec;line-height:1.1;letter-spacing:-.02em;margin:0 0 1.25rem}.lp-form__title em{font-style:italic;font-weight:400;color:#7fa88c}.lp-form__lede{font-family:Inter,sans-serif;font-size:1rem;line-height:1.7;color:hsla(40,31%,94%,.85);margin:0 0 1.75rem;max-width:480px}.lp-form__pillars{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.lp-form__pillars li{font-family:Inter,sans-serif;font-size:.9375rem;color:hsla(40,31%,94%,.92);display:flex;align-items:center;gap:.625rem}.lp-form__pillars span{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:#c9952a;color:#033b25;border-radius:50%;font-weight:700;font-size:.75rem;flex-shrink:0}.lp-form__card{background:#f5f2ec;padding:2rem 1.5rem;border-radius:12px;box-shadow:0 30px 80px -20px rgba(0,0,0,.5);display:flex;flex-direction:column;gap:1.125rem;border-top:4px solid #c9952a}.lp-form__card-head{text-align:center;padding-bottom:.25rem;margin-bottom:.25rem}.lp-form__card-title{font-family:Cardo,Georgia,serif;font-size:1.5rem;font-weight:700;color:#033b25;margin:0 0 .25rem;line-height:1.15}.lp-form__card-sub{font-family:Inter,sans-serif;font-size:.8125rem;color:hsla(0,0%,7%,.6);margin:0;letter-spacing:.04em}.lp-form__field{display:flex;flex-direction:column;gap:.5rem}.lp-form__label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#033b25}.lp-form__input{font-family:Inter,sans-serif;font-size:1rem;padding:.875rem 1rem;border:1.5px solid rgba(3,59,37,.2);border-radius:8px;background:#fff;color:#121212;transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.lp-form__input:focus{outline:none;border-color:#033b25;box-shadow:0 0 0 3px rgba(127,168,140,.25)}.lp-form__input::placeholder{color:hsla(0,0%,7%,.4)}.lp-form__submit{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#033b25;background:linear-gradient(135deg,#d6ad4d,#c9952a 55%,#a07a1f);border:none;padding:1rem 1.25rem;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 10px 28px -10px rgba(201,149,42,.6);margin-top:.5rem}.lp-form__submit:hover{transform:translateY(-2px);box-shadow:0 14px 32px -10px rgba(201,149,42,.75)}.lp-form__submit:active{transform:translateY(0)}.lp-form__legal{font-family:Inter,sans-serif;font-size:.75rem;line-height:1.55;color:hsla(0,0%,7%,.55);margin:0;text-align:center}@media (min-width:769px){.lp-form{padding:6.5rem 2rem}.lp-form__inner{grid-template-columns:1.05fr 1fr;gap:4.5rem;align-items:center}.lp-form__card{padding:2.5rem 2.25rem}}.lp-footer{background:#121212;color:hsla(40,31%,94%,.7);padding:2.5rem 1.25rem;text-align:center}.lp-footer__inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.lp-footer__logo{height:44px;width:auto;opacity:.9}.lp-footer__tagline{font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.6;color:hsla(40,31%,94%,.75);margin:0}.lp-footer__contact{display:flex;align-items:center;gap:.625rem;font-family:Inter,sans-serif;font-size:.875rem;flex-wrap:wrap;justify-content:center}.lp-footer__contact a{color:#c9952a;text-decoration:none;transition:color .2s ease}.lp-footer__contact a:hover{color:#d6ad4d}.lp-footer__copy{font-family:Inter,sans-serif;font-size:.6875rem;color:hsla(40,31%,94%,.45);margin:.5rem 0 0;letter-spacing:.04em}.hp-hero{min-height:65vh;background:linear-gradient(135deg,var(--bb-verde) 0,#022a1a 12%,#022a1a 26%,#011a10 45%,#000d07 75%);display:flex;align-items:center;padding:calc(var(--header-h) + 2rem) 0 2.5rem;position:relative;overflow:hidden}.hp-hero:before{content:none}.hp-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 5%,rgba(127,168,140,.5) 50%,transparent 95%)}.hp-hero__inner{max-width:1200px;margin:0 auto;padding:0 1.25rem;position:relative;z-index:1;width:100%}.hp-hero__layout{display:block;position:relative;min-height:480px}.hp-hero__content{display:block;position:relative;z-index:3;max-width:78%}.hp-hero__founder{position:absolute;top:calc(var(--header-h) - 1rem);right:-1rem;bottom:0;width:60%;max-width:280px;z-index:1;pointer-events:none}.hp-hero__founder:after{content:none}.hp-hero__tag{display:inline-flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.28em;color:var(--bb-sage);margin-bottom:1rem;opacity:0;animation:fadeUp .8s .2s forwards}.hp-hero__tag:before{content:"";width:16px;height:1px;background:var(--bb-sage);opacity:.6;flex-shrink:0}.hp-hero__title{font-family:Poppins,sans-serif;font-size:2.125rem;font-weight:700;color:var(--bb-creme);line-height:1.05;letter-spacing:-.04em;margin:0 0 2.5rem;text-align:left;text-shadow:0 2px 24px rgba(2,20,12,.85),0 1px 3px rgba(2,20,12,.6);opacity:0;animation:fadeUp .8s .4s forwards}.hp-hero__line{display:block;white-space:normal}.hp-hero__title em{font-family:Cardo,Georgia,serif;font-style:italic;font-weight:400;color:var(--bb-sage);letter-spacing:-.01em}.hp-hero__title .hp-underline{color:var(--bb-sage);position:relative;white-space:nowrap;z-index:1}.hp-hero__title .hp-underline:after{content:"";position:absolute;left:-.05em;right:-.05em;bottom:.04em;height:.28em;background:rgba(127,168,140,.32);z-index:-1}.hp-hero__sub{font-family:Inter,sans-serif;font-size:.8125rem;color:var(--bb-creme);margin:0 0 2rem;line-height:1.75;max-width:62%;text-shadow:0 1px 12px rgba(2,20,12,.7);opacity:0;animation:fadeUp .8s .6s forwards}.hp-frame{position:relative;display:inline-block;padding:.08em .5em;margin:0 .1em;background:rgba(127,168,140,.09);color:var(--bb-creme);font-weight:500;border:1px solid rgba(127,168,140,.28)}.hp-frame:after,.hp-frame:before{content:"";position:absolute;width:6px;height:6px;border:1.5px solid var(--bb-sage)}.hp-frame:before{top:-3px;left:-3px;border-right:none;border-bottom:none}.hp-frame:after{bottom:-3px;right:-3px;border-left:none;border-top:none}.hp-hero__cta{display:flex;flex-direction:column;align-items:stretch;gap:.625rem;margin-top:1rem;max-width:100%;width:100%;opacity:0;animation:fadeUp .8s .8s forwards}.btn--gold{background:linear-gradient(135deg,#d4b079 0,var(--bb-dourado) 55%,#a98449 100%);color:var(--bb-preto);border:1px solid var(--bb-dourado);padding:1rem .5rem;font-family:Poppins,sans-serif;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-align:center;line-height:1;white-space:nowrap;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer;text-decoration:none;position:relative;overflow:hidden;box-shadow:0 10px 28px -10px rgba(201,149,42,.55)}.btn--gold:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,hsla(0,0%,100%,.25) 50%,transparent 70%);transform:translateX(-100%);transition:transform .6s ease;pointer-events:none}.btn__line1,.btn__line2{display:inline;white-space:normal;position:relative;z-index:1}.btn__line1:after{content:"\00a0";white-space:pre}.btn--gold:hover{background:linear-gradient(135deg,#e0bd86 0,#d4b079 55%,var(--bb-dourado) 100%);color:var(--bb-preto);border-color:#d4b079;transform:translateY(-2px);box-shadow:0 16px 36px -8px rgba(201,149,42,.7)}.btn--gold:hover:after{transform:translateX(100%)}.hp-hero__link{font-family:Inter,sans-serif;font-size:.75rem;color:var(--bb-sage);opacity:.85;text-align:center;transition:opacity .3s;text-decoration:none}.hp-hero__link:hover{opacity:1}.hp-hero__founder{opacity:0;animation:fadeUp .8s .6s forwards}.hp-hero__photo-frame{position:relative;width:100%;height:100%}.hp-hero__photo{height:100%;background:transparent;overflow:visible;position:relative}.hp-hero__photo img,.hp-hero__photo picture{width:100%;height:100%;object-fit:contain;object-position:bottom right;display:block}.hp-cue{display:block;background:#022a1a;border-top:1px solid rgba(127,168,140,.15);border-bottom:1px solid rgba(127,168,140,.15);padding:1.25rem 1rem;text-decoration:none;position:relative;overflow:hidden;transition:background .4s ease}.hp-cue:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:1px;background:linear-gradient(90deg,transparent,rgba(127,168,140,.5),transparent);animation:hpCueShimmer 4.5s ease-in-out infinite}.hp-cue:hover{background:#055638}.hp-cue__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.hp-cue__line{display:none}.hp-cue__text{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;color:var(--bb-creme);margin:0;letter-spacing:-.005em;line-height:1.4}.hp-cue__text em{font-style:italic;font-weight:600;color:var(--bb-sage)}.hp-cue__hint{display:block;font-family:Inter,sans-serif;font-size:.625rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--bb-sage);opacity:.7;margin-top:.5rem}.hp-cue__arrow{width:22px;height:22px;color:var(--bb-sage);animation:hpCueBounce 1.8s ease-in-out infinite;margin-top:.25rem}@keyframes hpCueBounce{0%,to{transform:translateY(0);opacity:.7}50%{transform:translateY(6px);opacity:1}}@keyframes hpCueShimmer{0%{left:-60%}50%{left:100%}to{left:100%}}@media (min-width:600px){.hp-hero__inner{padding:0 2rem}.hp-hero__layout{min-height:540px}.hp-hero__content{max-width:70%}.hp-hero__founder{right:-2.5rem;max-width:440px;width:65%}.hp-hero__tag{font-size:.625rem;letter-spacing:.25em;margin-bottom:1rem}.hp-hero__title{font-size:3rem;margin-bottom:2.25rem}.hp-hero__sub{font-size:.9375rem;max-width:480px;margin-bottom:1.5rem}.hp-hero__cta{gap:1.25rem;margin-top:1.75rem;max-width:380px}.btn--gold{padding:1.1rem 1.75rem}.btn--gold,.hp-hero__link{font-size:.8125rem}}@media (min-width:769px){.hp-cue{padding:1rem 2rem}.hp-cue__inner{flex-direction:row;gap:1.5rem;text-align:left}.hp-cue__line{display:block;flex:0 0 60px;height:1px;background:rgba(127,168,140,.4)}.hp-cue__text{font-size:.9375rem;flex:1 1;max-width:640px}.hp-cue__hint{display:inline;margin-top:0;margin-left:.75rem;vertical-align:middle}.hp-cue__arrow{width:22px;height:22px;flex-shrink:0}}@media (min-width:1180px){.hp-carousel{padding:0!important}.hp-carousel__nav{display:none!important}.hp-carousel__track{display:grid!important;grid-template-columns:repeat(6,1fr)!important;grid-gap:.75rem!important;gap:.75rem!important;overflow:visible!important;scroll-snap-type:none!important;padding-bottom:0!important}.hp-carousel__slide{flex:none!important;width:auto!important;scroll-snap-align:none!important}.hp-slide__img{padding:.625rem;aspect-ratio:3/4}.hp-slide__label{font-size:.5625rem;letter-spacing:.2em}.hp-slide__text{font-size:.625rem;line-height:1.3;font-weight:500;letter-spacing:-.01em;padding:.4375rem .625rem;margin:0 0 .5rem}}@media (min-width:769px){.hp-hero{min-height:calc(100svh - 160px);padding:calc(var(--header-h) + .25rem) 0 .75rem}.hp-hero:before{content:"";position:absolute;top:15%;left:-15%;width:560px;height:560px;background:radial-gradient(circle,rgba(127,168,140,.32) 0,rgba(31,103,71,.18) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.hp-hero__layout{display:grid;grid-template-columns:1.5fr 1fr;grid-template-areas:"content photo";grid-gap:3rem;gap:3rem;align-items:center;min-height:0;position:static}.hp-hero__content{display:block;grid-area:content;min-width:0}.hp-hero__content,.hp-hero__founder{max-width:none;position:static;z-index:auto}.hp-hero__founder{grid-area:photo;width:auto;right:auto}.hp-hero__founder:after{display:none}.hp-hero__cta,.hp-hero__sub,.hp-hero__tag,.hp-hero__title{grid-area:auto}.hp-hero__title{text-shadow:none}.hp-hero__tag{font-size:.6875rem;letter-spacing:.28em;gap:.75rem;margin-bottom:1rem}.hp-hero__tag:before{width:24px}.hp-hero__title{font-size:clamp(2.5rem,4.5vw,4rem);margin:0 0 1.5rem;letter-spacing:-.035em}.hp-hero__line:first-child,.hp-hero__line:nth-child(2){display:inline;white-space:nowrap}.hp-hero__line:first-child:after{content:" "}.hp-hero__line:nth-child(3){display:block;white-space:nowrap}.hp-hero__sub{font-size:.9375rem;max-width:560px;margin:0 0 1.5rem;line-height:1.7;text-shadow:none}.hp-hero__cta{flex-direction:row;align-items:center;gap:1.75rem;margin-top:0;max-width:none}.btn--gold{padding:1rem 2rem;white-space:nowrap;font-size:.75rem;letter-spacing:.16em;width:auto}.hp-hero__founder{align-self:center}.hp-hero__photo-frame{max-width:170px;margin:0 auto;height:auto;min-height:0}.hp-hero__photo{aspect-ratio:5/8;height:auto}.hp-hero__photo img{object-fit:contain;object-position:bottom center}}@media (min-width:1100px){.hp-hero__layout{gap:4rem}.hp-hero__title{font-size:clamp(3.25rem,5vw,4.75rem)}.hp-hero__photo-frame{max-width:360px}}.hp-stats{background:var(--verde-escuro);padding:2.5rem 0;border-bottom:1px solid rgba(58,107,80,.1)}.hp-stats__inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;gap:4rem}.hp-stat{text-align:center}.hp-stat__num{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--branco);letter-spacing:-.03em;line-height:1}.hp-stat__label{font-size:.6875rem;color:var(--cinza-verde);opacity:.5;margin-top:.375rem;text-transform:uppercase;letter-spacing:.08em}.hp-intent{background:var(--bb-creme);padding:5rem 0 3rem;position:relative}.hp-intent__inner{max-width:1200px;margin:0 auto;padding:0 2rem}.hp-intent__header{text-align:center;max-width:720px;margin:0 auto}.hp-intent__title{font-family:Poppins,sans-serif;font-size:clamp(1.375rem,2.4vw,2rem);font-weight:700;color:var(--bb-verde);line-height:1.2;letter-spacing:-.025em;margin:0}.hp-intent__title em{font-family:Cardo,Georgia,serif;font-style:italic;font-weight:400;font-size:1.2em;color:var(--bb-azul);letter-spacing:-.01em}.hp-intent__sub{font-family:Inter,sans-serif;font-size:clamp(.875rem,1.4vw,.9375rem);color:var(--bb-preto);line-height:1.7;margin-top:1rem;display:flex;flex-direction:column;gap:.625rem;align-items:center}.hp-intent__sub-line{margin:0;display:inline-flex;align-items:flex-start;gap:.625rem;opacity:.78;text-align:left}.hp-intent__sub-text{display:inline-block}.hp-intent__sub em{font-style:italic;font-weight:500;color:var(--bb-verde);opacity:1}.hp-intent__sub strong{font-weight:600;color:var(--bb-verde);opacity:1}.hp-intent__indicator{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;flex-shrink:0}.hp-intent__indicator svg{width:14px;height:14px}.hp-intent__indicator--red{background:#dc2626;color:#fff;box-shadow:0 0 0 0 rgba(220,38,38,.7);animation:hpIndicatorBlinkRed 1.4s ease-in-out infinite}.hp-intent__indicator--green{background:#16a34a;color:#fff;box-shadow:0 0 0 0 rgba(22,163,74,.65);animation:hpIndicatorBlinkGreen 1.4s ease-in-out infinite;animation-delay:.7s}@keyframes hpIndicatorBlinkRed{0%,to{box-shadow:0 0 0 0 rgba(220,38,38,.7);opacity:1}50%{box-shadow:0 0 0 8px rgba(220,38,38,0);opacity:.7}}@keyframes hpIndicatorBlinkGreen{0%,to{box-shadow:0 0 0 0 rgba(22,163,74,.65);opacity:1}50%{box-shadow:0 0 0 8px rgba(22,163,74,0);opacity:.7}}.hp-tabs{margin-top:3rem}.hp-tabs__nav{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;margin-bottom:2rem}.hp-tab,.hp-tabs__nav{gap:.5rem;position:relative}.hp-tab{background:rgba(3,59,37,.04);border:1px solid rgba(3,59,37,.12);border-left:4px solid rgba(3,59,37,.18);padding:1.25rem 1rem 2rem 1.25rem;cursor:pointer;text-align:center;transition:all .35s ease;font-family:inherit;overflow:hidden;display:flex;flex-direction:column;align-items:center}.hp-tab:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--bb-sage);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.hp-tab__cta{position:absolute;bottom:.5rem;right:.875rem;display:flex;align-items:center;gap:.4rem;font-family:Inter,sans-serif;font-size:.5625rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--bb-sage);opacity:.8;transition:opacity .3s,transform .3s}.hp-tab__cta svg{width:14px;height:14px;transition:transform .3s}.hp-tab:hover .hp-tab__cta{opacity:1}.hp-tab:hover .hp-tab__cta svg{transform:translateX(3px)}.hp-tab.is-active{background:linear-gradient(135deg,var(--bb-verde) 0,#022a1a 100%);border-color:var(--bb-verde);border-left:4px solid var(--bb-azul);box-shadow:0 18px 40px -12px rgba(3,59,37,.55),0 0 0 1px rgba(31,103,71,.18);transform:translateY(-3px) scale(1.015)}.hp-tab.is-active:after{transform:scaleX(1);height:3px;background:var(--bb-azul)}.hp-tab.is-active .hp-tab__num{color:var(--bb-azul);opacity:1}.hp-tab.is-active .hp-tab__label{color:var(--bb-sage);opacity:1}.hp-tab.is-active .hp-tab__hint{color:var(--bb-creme);opacity:1}.hp-tab.is-active .hp-tab__cta{display:none}.hp-tab:not(.is-active){opacity:.78}.hp-tab:not(.is-active):hover{opacity:1;border-left-color:var(--bb-azul);background:rgba(31,103,71,.06)}.hp-tab:not(.is-active) .hp-tab__hint{color:var(--bb-preto);opacity:.6;font-weight:600}.hp-tab:not(.is-active) .hp-tab__num{color:var(--bb-dourado);opacity:.55}.hp-tab:not(.is-active) .hp-tab__label{color:var(--bb-preto);opacity:.45}.hp-tab-frame{position:relative;display:inline-block;padding:.08em .45em;margin:0 .1em;background:rgba(3,59,37,.08);color:inherit;font-weight:700;border:1px solid rgba(3,59,37,.35)}.hp-tab-frame:after,.hp-tab-frame:before{content:"";position:absolute;width:6px;height:6px;border:1.5px solid var(--bb-azul)}.hp-tab-frame:before{top:-3px;left:-3px;border-right:none;border-bottom:none}.hp-tab-frame:after{bottom:-3px;right:-3px;border-left:none;border-top:none}.hp-tab.is-active .hp-tab-frame{background:rgba(127,168,140,.12);border-color:rgba(127,168,140,.45)}.hp-tab.is-active .hp-tab-frame:after,.hp-tab.is-active .hp-tab-frame:before{border-color:var(--bb-sage)}.hp-tab__arrow{display:inline-flex;align-items:center;justify-content:center;align-self:center;margin-top:.875rem;width:44px;height:44px;border-radius:50%;background:rgba(31,103,71,.14);border:1.5px solid rgba(31,103,71,.35);color:var(--bb-azul);box-shadow:0 0 0 0 rgba(31,103,71,.5)}.hp-tab:not(.is-active) .hp-tab__arrow{animation:hpTabArrowBounce 1.3s ease-in-out infinite}.hp-tab__arrow svg{width:26px;height:26px;stroke-width:2.75}.hp-tab.is-active .hp-tab__arrow{background:rgba(127,168,140,.18);border-color:rgba(127,168,140,.55);color:var(--bb-sage)}@keyframes hpTabArrowBounce{0%,to{transform:translateY(0);box-shadow:0 0 0 0 rgba(31,103,71,.45)}50%{transform:translateY(8px);box-shadow:0 0 0 8px rgba(31,103,71,0)}}.hp-tab__cta{display:none!important}.hp-tab__num{font-family:Poppins,sans-serif;color:var(--bb-dourado);letter-spacing:.2em}.hp-tab__label,.hp-tab__num{font-size:.625rem;font-weight:600}.hp-tab__label{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.22em;color:var(--bb-sage);opacity:.8;line-height:1.2}.hp-tab__hint{font-family:Poppins,sans-serif;font-size:clamp(1.125rem,2.1vw,1.625rem);font-weight:700;color:var(--bb-verde);letter-spacing:-.025em;line-height:1.2;opacity:1}.hp-tab:hover:not(.is-active){border-color:var(--bb-sage);background:rgba(127,168,140,.06)}.hp-tabs__panels{position:relative}.hp-tab-panel{animation:hpPanelIn .4s ease}.hp-tab-panel[hidden]{display:none}@keyframes hpPanelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hp-tab-panel__desc{font-family:Inter,sans-serif;font-size:clamp(.875rem,1.4vw,.9375rem);color:var(--bb-preto);opacity:.78;line-height:1.7;margin:0 auto .75rem;max-width:640px;text-align:center}.hp-tab-panel__desc em{font-style:italic;font-weight:500;color:var(--bb-verde);opacity:1}.hp-tab-panel__desc strong{font-weight:600;color:var(--bb-verde);opacity:1}.hp-areas-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem}.hp-area-card{background:linear-gradient(135deg,var(--bb-verde) 0,#022a1a 55%,#011a10 100%);color:var(--bb-creme);padding:1.5rem 1.25rem;position:relative;overflow:hidden;transition:transform .3s ease,filter .3s ease}.hp-area-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--bb-dourado),transparent);transform:scaleX(.3);transform-origin:left;transition:transform .4s ease;z-index:2}.hp-area-card:after{content:"";position:absolute;top:-60px;right:-60px;width:180px;height:180px;background:radial-gradient(circle,rgba(127,168,140,.08) 0,transparent 65%);border-radius:50%;pointer-events:none}.hp-area-card:hover{filter:brightness(1.15);transform:translateY(-2px)}.hp-area-card:hover:before{transform:scaleX(1)}.hp-area-card>*{position:relative;z-index:1}.hp-area-card__num{font-size:.625rem;letter-spacing:.2em;color:var(--bb-dourado);display:block;margin-bottom:.875rem}.hp-area-card__num,.hp-area-card__title{font-family:Poppins,sans-serif;font-weight:600}.hp-area-card__title{font-size:1rem;color:var(--bb-creme);margin:0 0 .5rem;letter-spacing:-.01em;line-height:1.25}.hp-area-card__desc{font-family:Inter,sans-serif;font-size:.8125rem;color:var(--bb-creme);opacity:.7;margin:0;line-height:1.5}.hp-areas-bento{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:.5rem;gap:.5rem}.hp-area-bento{grid-column:span var(--span,2);background:linear-gradient(135deg,var(--bb-verde) 0,#022a1a 55%,#011a10 100%);color:var(--bb-creme);padding:1.125rem 1.125rem 1rem;position:relative;overflow:hidden;transition:transform .3s ease,filter .3s ease,border-color .3s ease;border:1px solid rgba(201,149,42,.16);min-height:110px;display:flex;flex-direction:column;justify-content:flex-end}.hp-area-bento:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--bb-dourado),transparent);transform:scaleX(.3);transform-origin:left;transition:transform .4s ease;z-index:4}.hp-area-bento:hover{filter:brightness(1.18);transform:translateY(-2px);border-color:rgba(201,149,42,.4)}.hp-area-bento:hover:before{transform:scaleX(1)}.hp-area-bento__title{font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:700;margin:0;letter-spacing:-.01em;line-height:1.25}.hp-area-bento__desc,.hp-area-bento__title{color:var(--bb-creme);position:relative;z-index:3}.hp-area-bento__desc{font-family:Inter,sans-serif;font-size:.75rem;line-height:1.5;opacity:.72;margin:.25rem 0 0}.hp-area-bento__desc em{font-style:italic;color:var(--bb-sage);opacity:.95;font-weight:500}.hp-area-bento--tree .hp-area-bento__visual{position:absolute;top:.75rem;right:.75rem;width:72px;height:54px;color:var(--bb-dourado);opacity:.58;pointer-events:none}.hp-area-bento--tree .hp-area-bento__visual circle{fill:currentColor}.hp-area-bento--tree .hp-area-bento__visual path{stroke:currentColor;fill:none;stroke-width:.8}.hp-area-bento--bars .hp-area-bento__visual{position:absolute;bottom:.75rem;right:.875rem;width:56px;height:44px;color:var(--bb-dourado);opacity:.55;pointer-events:none}.hp-area-bento--bars .hp-area-bento__visual rect{fill:currentColor}.hp-area-bento--shield .hp-area-bento__visual{position:absolute;top:50%;right:-1.125rem;transform:translateY(-50%);width:110px;height:110px;color:var(--bb-sage);opacity:.24;pointer-events:none}.hp-area-bento--card .hp-area-bento__visual{position:absolute;top:50%;right:.75rem;transform:translateY(-50%) rotate(-12deg);width:74px;height:48px;color:var(--bb-dourado);opacity:.55;pointer-events:none}.hp-area-bento--card .hp-area-bento__visual line,.hp-area-bento--card .hp-area-bento__visual rect{stroke:currentColor;fill:none}.hp-area-bento--chart .hp-area-bento__visual{position:absolute;top:.875rem;right:.875rem;width:80px;height:42px;color:var(--bb-dourado);opacity:.6;pointer-events:none}.hp-area-bento--chart .hp-area-bento__visual path:first-of-type{stroke:currentColor;stroke-width:1.6;fill:none}.hp-area-bento--chart .hp-area-bento__visual path:nth-of-type(2){fill:currentColor;opacity:.14;stroke:none}.hp-area-bento--chart .hp-area-bento__visual circle{fill:currentColor}.hp-area-bento--base{min-height:100px;padding:1.25rem 1.5rem 1.625rem}.hp-area-bento--base .hp-area-bento__visual{position:absolute;bottom:0;left:0;right:0;height:18px;pointer-events:none}.hp-area-bento--base .hp-area-bento__visual:after{content:"";position:absolute;inset:auto 0 0 0;height:3px;background:linear-gradient(90deg,transparent,rgba(201,149,42,.6) 28%,rgba(201,149,42,.9) 50%,rgba(201,149,42,.6) 72%,transparent)}.hp-area-bento--base .hp-area-bento__cols{position:absolute;bottom:3px;left:50%;transform:translateX(-50%);display:flex;gap:1rem;pointer-events:none}.hp-area-bento--base .hp-area-bento__col{width:12px;background:linear-gradient(0deg,rgba(201,149,42,.45),transparent)}.hp-area-bento--base .hp-area-bento__col:first-of-type{height:8px}.hp-area-bento--base .hp-area-bento__col:nth-of-type(2){height:12px}.hp-area-bento--base .hp-area-bento__col:nth-of-type(3){height:6px}.hp-area-bento--base .hp-area-bento__col:nth-of-type(4){height:14px}.hp-area-bento--base .hp-area-bento__col:nth-of-type(5){height:7px}.hp-area-bento--base .hp-area-bento__title{font-size:1.0625rem}.hp-area-bento--base .hp-area-bento__desc{font-size:.8125rem;max-width:620px}.hp-area-bento--icon .hp-area-bento__visual{position:absolute;top:.875rem;right:.875rem;width:38px;height:38px;color:var(--bb-dourado);opacity:.62;pointer-events:none}.hp-area-bento--icon:hover .hp-area-bento__visual{opacity:.88}.hp-area-bento--wide{min-height:100px;padding:1.25rem 1.5rem 1.5rem;flex-direction:row;align-items:center;gap:1.5rem}.hp-area-bento--wide .hp-area-bento__visual{position:static;width:48px;height:48px;color:var(--bb-dourado);opacity:.68;flex-shrink:0}.hp-area-bento--wide .hp-area-bento__body{flex:1 1;display:flex;flex-direction:column}.hp-area-bento--wide .hp-area-bento__title{font-size:1.0625rem;margin:0 0 .25rem}.hp-area-bento--wide .hp-area-bento__desc{font-size:.8125rem;max-width:640px;margin:0}.hp-area-bento--wide:hover .hp-area-bento__visual{opacity:.95}@media (max-width:768px){.hp-areas-bento{grid-template-columns:repeat(4,1fr);gap:.4rem}.hp-area-bento{grid-column:span 2!important;min-height:96px;padding:.875rem .875rem .75rem}.hp-area-bento--icon .hp-area-bento__visual{width:30px;height:30px;top:.65rem;right:.65rem}.hp-area-bento--wide{grid-column:span 4!important;flex-direction:row;gap:1rem;padding:1rem 1.125rem}.hp-area-bento--wide .hp-area-bento__visual{width:36px;height:36px}.hp-area-bento__title{font-size:.875rem}.hp-area-bento__desc{font-size:.6875rem}.hp-area-bento--tree .hp-area-bento__visual{width:56px;height:42px;top:.625rem;right:.625rem}.hp-area-bento--bars .hp-area-bento__visual{width:44px;height:36px;bottom:.5rem;right:.625rem}.hp-area-bento--shield .hp-area-bento__visual{width:100px;height:100px;right:-.75rem}.hp-area-bento--card .hp-area-bento__visual{width:58px;height:38px;right:.5rem}.hp-area-bento--chart .hp-area-bento__visual{width:60px;height:34px;top:.625rem;right:.625rem}.hp-area-bento--base{padding:1.125rem 1.25rem 1.625rem}.hp-area-bento--base .hp-area-bento__title{font-size:.9375rem}.hp-area-bento--base .hp-area-bento__desc{font-size:.75rem}}.hp-tabs-footer{margin:1.5rem calc(50% - 50vw) -3rem;padding:2.75rem 2rem;background:linear-gradient(135deg,var(--bb-verde) 0,#022a1a 55%,#011a10 100%);display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.hp-tabs-footer__lead{font-family:Poppins,sans-serif;font-size:clamp(1.125rem,1.9vw,1.4375rem);font-weight:600;color:var(--bb-creme);letter-spacing:-.02em;line-height:1.5}.hp-tabs-footer__cats{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:.25rem}.hp-tabs-footer__chip{display:inline-flex;align-items:center;padding:.4375rem .875rem;border:1px solid rgba(127,168,140,.32);background:rgba(127,168,140,.08);color:var(--bb-sage);border-radius:3px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;transition:background .3s ease,border-color .3s ease}.hp-tabs-footer__chip:hover{background:rgba(127,168,140,.16);border-color:var(--bb-sage);color:var(--bb-creme)}@media (max-width:768px){.hp-tabs-footer__cats{flex-wrap:nowrap;gap:.3125rem;width:100%;justify-content:center}.hp-tabs-footer__chip{padding:.3125rem .5rem;font-size:.5625rem;letter-spacing:.08em;white-space:nowrap;flex-shrink:1}}.hp-intent__questions{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:2rem;gap:2rem;align-items:center;margin:4rem 0 2rem}.hp-intent__q{text-align:center}.hp-intent__q:first-child{text-align:right}.hp-intent__q:last-child{text-align:left}.hp-intent__q-label{display:inline-block;font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--bb-sage);margin-bottom:.875rem}.hp-intent__q-title{font-family:Poppins,sans-serif;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:500;color:var(--bb-verde);line-height:1.3;margin:0 0 .75rem;letter-spacing:-.015em}.hp-intent__q-desc{font-family:Inter,sans-serif;font-size:clamp(.75rem,1.2vw,.875rem);color:var(--bb-preto);opacity:.75;line-height:1.65;margin:0;max-width:360px}.hp-intent__q-desc em{font-style:italic;font-weight:500;color:var(--bb-verde);opacity:1}.hp-intent__q-desc strong{font-weight:600;color:var(--bb-verde);opacity:1}.hp-intent__q:first-child .hp-intent__q-desc{margin-left:auto}.hp-intent__q:last-child .hp-intent__q-desc{margin-right:auto}.hp-intent__or{width:56px;height:56px;border:1px solid rgba(3,59,37,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bb-creme);flex-shrink:0}.hp-intent__or span{font-family:Poppins,sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--bb-verde)}.hp-intent__bridge{text-align:center;max-width:640px;margin:0 auto 3rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--bb-preto);opacity:.78;line-height:1.75}.hp-intent__bridge strong{color:var(--bb-verde);font-weight:600}.hp-intent__grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start;margin-top:2rem}.hp-intent__col{min-width:0}.hp-carousel{position:relative;min-width:0;max-width:100%}.hp-carousel__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;scroll-behavior:smooth;padding-bottom:.5rem;scrollbar-width:none;-ms-overflow-style:none}.hp-carousel__track::-webkit-scrollbar{display:none}.hp-carousel__slide{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 0.5rem);scroll-snap-align:start}@media (min-width:768px) and (max-width:1179.98px){.hp-carousel__slide{flex-grow:0;flex-shrink:0;flex-basis:calc(33.333% - 0.667rem)}}.hp-slide__img{aspect-ratio:4/5;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;padding:1rem;position:relative;overflow:hidden}.hp-slide__img .hp-slide__label{position:absolute;top:1rem;left:1rem}.hp-slide__img:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,42,26,.6),rgba(2,42,26,.2) 35%,rgba(3,59,37,.2) 65%,rgba(2,42,26,.45)),linear-gradient(135deg,rgba(3,59,37,.6),rgba(2,42,26,.65))}.hp-slide__img:after{content:"";position:absolute;inset:10px;border:1px solid rgba(201,149,42,.32);pointer-events:none}.hp-slide__img--imovel{background:#022a1a url(/objetivos/imovel.png) 50%/cover no-repeat}.hp-slide__img--carro{background:#022a1a url(/objetivos/carro.png) 50%/cover no-repeat}.hp-slide__img--viagem{background:#022a1a url(/objetivos/viagem.png) 50%/cover no-repeat}.hp-slide__img--familia{background:#022a1a url(/objetivos/casamento.png) 50%/cover no-repeat}.hp-slide__img--aposentadoria{background:#022a1a url(/objetivos/aposentadoria.png) 50%/cover no-repeat}.hp-slide__img--negocio{background:#022a1a url(/objetivos/negocio.png) 50%/cover no-repeat}.hp-slide__label{font-family:Inter,sans-serif;font-size:.5625rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;background:hsla(0,0%,7%,.55);border:1px solid hsla(40,31%,94%,.18);padding:.3125rem .5rem;border-radius:3px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);align-self:flex-start}.hp-slide__label,.hp-slide__text{color:var(--bb-creme);position:relative;z-index:1}.hp-slide__text{font-family:Poppins,sans-serif;font-size:.8125rem;line-height:1.3;margin:0 0 .75rem;font-weight:600;letter-spacing:-.015em;text-align:center;align-self:center;max-width:calc(100% - .5rem);background:rgba(2,42,26,.88);padding:.625rem .875rem;border-radius:4px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}@media (min-width:1180px){.hp-slide__text{font-size:.625rem;font-weight:500;letter-spacing:-.01em;line-height:1.3}}.hp-carousel__nav{position:absolute;top:auto;bottom:8%;transform:none;width:40px;height:40px;background:var(--bb-verde);color:var(--bb-dourado);border:none;font-size:1.5rem;cursor:pointer;z-index:2;transition:all .25s ease;font-family:Cardo,Georgia,serif;line-height:1;display:flex;align-items:center;justify-content:center}.hp-carousel__nav:hover{background:var(--bb-dourado);color:var(--bb-verde)}.hp-carousel__nav--prev{left:-16px}.hp-carousel__nav--next{right:-16px}.hp-gallery{position:relative;width:100%;height:480px;display:flex;align-items:center;justify-content:center;perspective:1200px;overflow:hidden}.hp-gallery__stage{position:relative;width:100%;height:100%}.hp-gallery__slide{position:absolute;left:50%;top:50%;width:280px;height:400px;margin-left:-140px;margin-top:-200px;border-radius:16px;overflow:hidden;border:1px solid rgba(201,149,42,.32);box-shadow:0 22px 50px -18px rgba(2,42,26,.75);background:var(--bb-preto);visibility:hidden;opacity:0;transform:translateX(0) scale(.7) rotateY(0deg);transition:transform .55s cubic-bezier(.4,0,.2,1),opacity .55s ease,filter .55s ease;will-change:transform,opacity,filter}.hp-gallery__slide.is-center{visibility:visible;opacity:1;transform:translateX(0) scale(1) rotateY(0deg);filter:blur(0);z-index:10}.hp-gallery__slide.is-left{visibility:visible;opacity:1;transform:translateX(-58%) scale(.85) rotateY(10deg);filter:blur(0);z-index:5}.hp-gallery__slide.is-right{visibility:visible;opacity:1;transform:translateX(58%) scale(.85) rotateY(-10deg);filter:blur(0);z-index:5}.hp-gallery__slide.is-far-left{visibility:visible;opacity:.4;transform:translateX(-115%) scale(.7) rotateY(15deg);filter:blur(5px);z-index:2}.hp-gallery__slide.is-far-right{visibility:visible;opacity:.4;transform:translateX(115%) scale(.7) rotateY(-15deg);filter:blur(5px);z-index:2}.hp-gallery__img{width:100%;height:100%;object-fit:cover}.hp-gallery__img,.hp-gallery__slide:before{position:absolute;inset:0;pointer-events:none}.hp-gallery__slide:before{content:"";background:linear-gradient(180deg,rgba(2,42,26,.55),rgba(2,42,26,.1) 35%,rgba(2,42,26,.15) 65%,rgba(2,42,26,.88));z-index:1}.hp-gallery__slide:after{content:"";position:absolute;inset:10px;border:1px solid rgba(201,149,42,.32);z-index:2;pointer-events:none}.hp-gallery__label{top:1rem;left:1rem;font-family:Inter,sans-serif;font-size:.5625rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;background:hsla(0,0%,7%,.55);border:1px solid hsla(40,31%,94%,.18);padding:.3125rem .5rem;border-radius:3px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hp-gallery__label,.hp-gallery__text{position:absolute;z-index:3;color:var(--bb-creme)}.hp-gallery__text{left:50%;bottom:1.25rem;transform:translateX(-50%);width:calc(100% - 1.5rem);margin:0;text-align:center;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;line-height:1.3;letter-spacing:-.015em;background:rgba(2,42,26,.88);padding:.625rem .875rem;border-radius:4px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.hp-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(201,149,42,.4);background:rgba(2,42,26,.55);color:var(--bb-creme);cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .25s ease,color .25s ease,border-color .25s ease}.hp-gallery__nav svg{width:20px;height:20px}.hp-gallery__nav:hover{background:var(--bb-dourado);color:var(--bb-preto);border-color:var(--bb-dourado)}.hp-gallery__nav--prev{left:2.5%}.hp-gallery__nav--next{right:2.5%}@media (prefers-reduced-motion:reduce){.hp-gallery__slide{transition:opacity .3s ease}}.hp-intent__col--areas{background:var(--bb-verde);padding:2.5rem 2rem;color:var(--bb-creme);align-self:stretch}.hp-intent__col--areas .hp-intent__col-label{font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--bb-sage);margin-bottom:1.25rem;display:block}.hp-intent__list{list-style:none;padding:0;margin:0}.hp-intent__list li{padding:.9rem 0;font-family:Inter,sans-serif;font-size:.9375rem;display:flex;align-items:center;gap:.875rem;border-bottom:1px solid rgba(127,168,140,.18);color:var(--bb-creme);opacity:.88}.hp-intent__list li:last-child{border-bottom:none}.hp-intent__list li:before{content:"";width:10px;height:1px;background:var(--bb-dourado);flex-shrink:0}.hp-intent__note{text-align:center;max-width:680px;margin:3rem auto 0;font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:400;color:var(--bb-preto);opacity:.7;line-height:1.7}.hp-duo{background:var(--bb-creme);padding:5rem 0;position:relative}.hp-duo__inner{max-width:1200px;margin:0 auto;padding:0 2rem}.hp-duo__header{text-align:center;max-width:760px;margin:0 auto 3rem}.hp-duo__header-kicker{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--bb-azul);margin-bottom:1rem}.hp-duo__header-title{font-family:Poppins,sans-serif;font-size:clamp(1.375rem,2.4vw,2rem);font-weight:700;color:var(--bb-verde);line-height:1.2;letter-spacing:-.025em;margin:0 0 1rem}.hp-duo__header-title em{font-family:Cardo,Georgia,serif;font-style:italic;font-weight:400;font-size:1.2em;color:var(--bb-azul)}.hp-duo__lead{font-family:Inter,sans-serif;font-size:clamp(.9375rem,1.5vw,1.0625rem);color:var(--bb-preto);opacity:.82;line-height:1.6;margin:0}.hp-duo__lead strong{color:var(--bb-azul);font-weight:700;opacity:1}.hp-duo__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;align-items:stretch;position:relative}.hp-duo__block--process{grid-column:1/-1}.hp-duo__connector{position:absolute;top:50%;left:calc(61.5% - .75rem);transform:translate(-50%,-50%);width:32px;height:32px;border-radius:50%;background:var(--bb-creme);border:1.5px solid var(--bb-azul);display:flex;align-items:center;justify-content:center;color:var(--bb-azul);z-index:2;font-family:Inter,sans-serif;font-size:.625rem;font-weight:700;letter-spacing:.05em}.hp-duo__block{padding:3rem 2.5rem;position:relative;display:flex;flex-direction:column}.hp-duo__block--method{padding:2.25rem 1.75rem}.hp-duo__block--tool{background:#fff;border:1px solid rgba(3,59,37,.1)}.hp-duo__block--method{background:linear-gradient(135deg,#dfece2,#7fa88c 55%,#5e8a72);color:var(--bb-preto);position:relative;overflow:hidden;border:1px solid rgba(3,59,37,.12)}.hp-duo__block--method:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(127,168,140,.4) 0,transparent 65%);border-radius:50%}.hp-duo__block--method>*{position:relative;z-index:1}.hp-duo__block--process{padding:2.25rem 1.5rem;background:var(--bb-creme);border:1px solid rgba(3,59,37,.12);position:relative;overflow:hidden}.hp-stairs{list-style:none;padding:.5rem 0 1rem;margin:.75rem 0 0;display:grid;grid-template-columns:repeat(3,1fr);align-items:end;grid-gap:.5rem;gap:.5rem;counter-reset:stair;position:relative}.hp-stairs__step{position:relative;padding:1rem 1.125rem;color:var(--bb-creme);transition:transform .3s ease;box-shadow:4px 4px 0 rgba(2,42,26,.28),8px 8px 0 rgba(2,42,26,.14)}.hp-stairs__step:first-child{background:var(--bb-petroleo);min-height:8rem;z-index:1}.hp-stairs__step:nth-child(2){background:var(--bb-azul);min-height:10rem;z-index:2}.hp-stairs__step:nth-child(3){background:var(--bb-verde);min-height:12rem;z-index:3}.hp-stairs__step:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 rgba(2,42,26,.3),12px 12px 0 rgba(2,42,26,.15)}.hp-stairs__num{display:block;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:800;color:hsla(24,33%,94%,.45);letter-spacing:-.03em;line-height:1;margin-bottom:.375rem}.hp-stairs__step:nth-child(3) .hp-stairs__num{color:var(--bb-dourado)}.hp-stairs__title{font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;color:var(--bb-creme);margin:0 0 .25rem;letter-spacing:-.01em}.hp-stairs__step:nth-child(3) .hp-stairs__title{color:var(--bb-dourado)}.hp-stairs__desc{font-family:Inter,sans-serif;font-size:.75rem;color:var(--bb-creme);opacity:.85;line-height:1.5;margin:0}.hp-stairs__desc em{font-style:italic;opacity:1}.hp-duo__kicker,.hp-stairs__desc em{font-weight:600;color:var(--bb-sage)}.hp-duo__kicker{font-family:Inter,sans-serif;font-size:.625rem;letter-spacing:.28em;text-transform:uppercase;margin-bottom:1.25rem}.hp-duo__title{font-family:Poppins,sans-serif;font-size:clamp(1.375rem,2.4vw,2rem);font-weight:700;color:var(--bb-verde);line-height:1.2;letter-spacing:-.025em;margin:0 0 1.5rem}.hp-duo__title em{font-family:Cardo,Georgia,serif;font-style:italic;font-weight:400;font-size:1.2em;color:var(--bb-azul);letter-spacing:-.01em}.hp-duo__title--light{color:var(--bb-verde)}.hp-duo__text{font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.7;color:var(--bb-preto);opacity:.8;margin:0 0 1.5rem}.hp-duo__text strong{color:var(--bb-verde);font-weight:600}.hp-duo__text--light{color:var(--bb-preto);opacity:.78}.hp-duo__text--light strong{color:var(--bb-verde);opacity:1}.hp-duo__link{display:inline-block;margin-top:auto;padding-top:.75rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:var(--bb-verde);text-decoration:none;letter-spacing:.15em;text-transform:uppercase;transition:color .3s;align-self:flex-start;border-bottom:1px solid var(--bb-sage);padding-bottom:.3rem}.hp-duo__link:hover{color:var(--bb-sage)}.hp-duo__link--light{color:var(--bb-verde)}.hp-duo__link--light:hover{color:var(--bb-sage)}.hp-duo__cols{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.75rem;gap:1.75rem;max-width:1200px;margin:0 auto}.hp-duo__col{background:var(--bb-creme);border:1px solid rgba(3,59,37,.1);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;gap:0;box-shadow:0 12px 32px -16px rgba(2,42,26,.18);transition:transform .4s ease,box-shadow .4s ease}.hp-duo__col-head{padding:1.125rem 1rem;text-align:center;background:linear-gradient(135deg,var(--bb-verde) 0,#022a1a 100%)}.hp-duo__col-head .hp-duo__col-title{font-size:clamp(.9375rem,1.3vw,1.25rem);color:var(--bb-creme);white-space:nowrap;letter-spacing:-.015em;margin:0}.hp-duo__col-head .hp-duo__col-title em{color:var(--bb-dourado)}.hp-duo__col:hover{transform:translateY(-4px);box-shadow:0 22px 50px -18px rgba(2,42,26,.32)}.hp-duo__col-img{width:clamp(200px,80%,320px);aspect-ratio:3/4;object-fit:cover;object-position:center;display:block;margin:1rem auto;border-radius:20px;border:1px solid rgba(3,59,37,.12);box-shadow:0 12px 28px -12px rgba(2,42,26,.32)}.hp-duo__col-body{padding:1.5rem 1.5rem 1.75rem;display:flex;flex-direction:column;gap:.625rem;flex:1 1}.hp-duo__col-kicker{font-family:Inter,sans-serif;font-size:.625rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--bb-azul)}.hp-duo__col-title{font-family:Poppins,sans-serif;font-size:clamp(1.125rem,1.6vw,1.375rem);font-weight:700;color:var(--bb-verde);line-height:1.2;letter-spacing:-.02em;margin:0}.hp-duo__col-title em{font-family:Cardo,serif;font-style:italic;font-weight:400;color:var(--bb-azul)}.hp-duo__col-text{font-family:Inter,sans-serif;font-size:.875rem;color:var(--bb-preto);opacity:.78;line-height:1.55;margin:0}.hp-duo__col-text strong{color:var(--bb-azul);font-weight:600;opacity:1}.hp-duo__col-steps{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:column;gap:.5rem}.hp-duo__col-step{display:flex;gap:.625rem;font-family:Inter,sans-serif;font-size:.8125rem;color:var(--bb-preto);line-height:1.45}.hp-duo__col-step-num{font-family:Poppins,sans-serif;font-size:.6875rem;font-weight:700;color:var(--bb-dourado);letter-spacing:.08em;flex-shrink:0;padding-top:.125rem}.hp-duo__col-link,.hp-duo__col-step strong{color:var(--bb-azul);font-weight:600}.hp-duo__col-link{margin-top:auto;padding-top:.5rem;font-family:Inter,sans-serif;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s ease,color .3s ease}.hp-duo__col-link:after{content:"→";transition:transform .3s ease}.hp-duo__col-link:hover{color:var(--bb-sage);gap:.75rem}.hp-duo__col-link:hover:after{transform:translateX(3px)}@media (max-width:880px){.hp-duo__cols{grid-template-columns:1fr;gap:1.25rem}.hp-duo__col-body{padding:1.25rem 1.25rem 1.5rem}.hp-duo__col-head{padding:1.25rem 1rem}.hp-duo__col-head .hp-duo__col-title{font-size:clamp(1.25rem,4.5vw,1.625rem);white-space:normal;line-height:1.2}}.hp-duo__carousel{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;max-width:1100px;margin:0 auto;align-items:center}@media (min-width:880px){.hp-duo__carousel{grid-template-columns:1.05fr 1fr;gap:4rem}}.hp-duo__media{display:flex;flex-direction:column;align-items:center;gap:1rem}.hp-duo__images{position:relative;width:100%;aspect-ratio:4/5;perspective:1100px;max-width:400px;margin:0 auto}.hp-duo__image-card{position:absolute;inset:0;border-radius:1.5rem;overflow:hidden;box-shadow:0 22px 50px -18px rgba(2,42,26,.6);border:6px solid var(--bb-preto);opacity:0;pointer-events:none;transform:translateX(0) translateY(0) scale(.7) rotateY(0deg);transition:transform .8s cubic-bezier(.4,2,.3,1),opacity .6s ease,filter .6s ease;will-change:transform,opacity,filter;background:var(--bb-preto)}.hp-duo__image-card img{display:block;width:100%;height:100%;object-fit:cover}.hp-duo__image-card.is-center{opacity:1;z-index:3;pointer-events:auto;transform:translateX(0) translateY(0) scale(1) rotateY(0deg)}.hp-duo__image-card.is-left{opacity:.85;z-index:2;filter:blur(4px);transform:translateX(-15%) translateY(-9%) scale(.85) rotateY(15deg)}.hp-duo__image-card.is-right{opacity:.85;z-index:2;filter:blur(4px);transform:translateX(15%) translateY(-9%) scale(.85) rotateY(-15deg)}.hp-duo__image-card.is-center{filter:blur(0)}.hp-duo__content{display:flex;flex-direction:column;gap:0;position:relative;min-height:0}.hp-duo__slide{display:none;flex-direction:column}.hp-duo__slide.is-active{display:flex}.hp-duo__slide .hp-duo__kicker{color:var(--bb-azul);margin-bottom:.75rem;font-size:.6875rem}.hp-duo__slide .hp-duo__title{margin-bottom:1.25rem;font-size:clamp(1.5rem,2.6vw,2.125rem);color:var(--bb-verde)}.hp-duo__quote{font-family:Inter,sans-serif;font-size:clamp(.9375rem,1.5vw,1.0625rem);line-height:1.7;color:var(--bb-preto);opacity:.85;margin:0 0 1.5rem}.hp-duo__quote strong{color:var(--bb-azul);font-weight:600}.hp-duo__quote em{font-family:Cardo,Georgia,serif;font-style:italic;color:var(--bb-verde)}.hp-duo__quote .hp-word{display:inline-block;opacity:0;filter:blur(8px);transform:translateY(5px)}.hp-duo__quote.is-animating .hp-word{animation:hpDuoWord .4s ease forwards}@keyframes hpDuoWord{to{opacity:1;filter:blur(0);transform:translateY(0)}}.hp-duo__steps{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.875rem}.hp-duo__step{display:grid;grid-template-columns:auto 1fr;grid-gap:.875rem;gap:.875rem;align-items:baseline}.hp-duo__step-num{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:700;color:var(--bb-dourado);letter-spacing:-.02em;line-height:1}.hp-duo__step-text{font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.55;color:var(--bb-preto);opacity:.85}.hp-duo__step-text strong{color:var(--bb-verde);font-weight:700}.hp-duo__nav{display:flex;gap:1rem;margin-top:1.25rem}.hp-duo__btn{width:46px;height:46px;border-radius:50%;border:none;background:var(--bb-verde);color:var(--bb-creme);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .25s,color .25s,transform .25s}.hp-duo__btn:hover{background:var(--bb-dourado);color:var(--bb-preto);transform:translateY(-2px)}.hp-duo__btn svg{width:18px;height:18px}.hp-duo__nav-mobile{display:none}@media (max-width:879px){.hp-duo__images{max-width:260px;aspect-ratio:4/4.5}.hp-duo__image-card{border-width:4px}.hp-duo__nav{display:none}.hp-duo__nav-mobile{display:flex;position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:40px;height:40px;background:rgba(2,42,26,.65);color:var(--bb-creme);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid hsla(40,31%,94%,.18);margin-top:0}.hp-duo__nav-mobile:hover{background:var(--bb-dourado);color:var(--bb-preto);transform:translateY(-50%) scale(1.05)}.hp-duo__nav-mobile--prev{left:-1.25rem}.hp-duo__nav-mobile--next{right:-1.25rem}.hp-duo__nav-mobile svg{width:16px;height:16px}}.hp-duo__dots{display:flex;gap:.5rem;margin-top:1rem}.hp-duo__dot{width:8px;height:8px;border-radius:50%;background:rgba(3,59,37,.2);border:none;cursor:pointer;transition:background .25s,transform .25s,width .25s;padding:0}.hp-duo__dot.is-active{background:var(--bb-dourado);width:22px;border-radius:4px}@media (prefers-reduced-motion:reduce){.hp-duo__image-card{transition:opacity .3s ease}.hp-duo__quote .hp-word{animation:none!important;opacity:1;filter:blur(0);transform:none}}.hp-duo__timeline{gap:.5rem;margin-top:2rem;padding-top:1.75rem;border-top:1px solid rgba(127,168,140,.2)}.hp-duo__timeline,.hp-tl__step{display:flex;align-items:center}.hp-tl__step{flex-direction:column;gap:.45rem;flex:0 0 auto;text-align:center}.hp-tl__num{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;color:var(--bb-dourado);letter-spacing:.15em}.hp-tl__label{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:600;color:var(--bb-creme);text-transform:uppercase;letter-spacing:.18em}.hp-tl__line{flex:1 1;height:1px;background:linear-gradient(90deg,rgba(201,149,42,.6),rgba(127,168,140,.25))}.hp-mapa{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5rem;gap:.5rem;margin:1.25rem 0 1rem}.hp-mapa__card{background:rgba(3,59,37,.03);border:1px solid rgba(3,59,37,.08);border-radius:3px;padding:.5rem .625rem;display:flex;flex-direction:column;gap:.25rem;position:relative}.hp-mapa__card--main{grid-column:span 2;background:linear-gradient(135deg,rgba(3,59,37,.05),rgba(3,59,37,.015));padding:.625rem .75rem .75rem;border-color:rgba(3,59,37,.12)}.hp-mapa__row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.hp-mapa__label{font-family:Inter,sans-serif;font-size:.5rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--bb-verde);opacity:.65}.hp-mapa__aside{font-family:Cardo,Georgia,serif;font-style:italic;font-size:.6875rem;color:var(--bb-dourado);opacity:.85}.hp-mapa__value{font-family:Poppins,sans-serif;font-weight:600;font-size:.9375rem;color:var(--bb-verde);letter-spacing:-.015em;line-height:1}.hp-mapa__value--lg{font-size:1.375rem;font-weight:700;letter-spacing:-.03em}.hp-mapa__value--sm{font-size:.8125rem;font-weight:500;letter-spacing:-.005em}.hp-mapa__rs{font-size:.6em;font-weight:500;color:var(--bb-dourado);margin-right:.1em;vertical-align:.15em}.hp-mapa__meta{font-size:.55em;font-weight:400;color:var(--bb-verde);opacity:.45;margin-left:.3em}.hp-mapa__bar{height:1.5px;background:rgba(3,59,37,.07);border-radius:2px;overflow:hidden;margin-top:.2rem}.hp-mapa__bar span{display:block;height:100%;background:var(--bb-dourado);opacity:.7}.hp-mp{width:100%;max-width:320px;margin:1.25rem auto 1rem}.hp-mp__svg{display:block;width:100%;height:auto;overflow:visible}.hp-mp__piece{opacity:0;transform-box:fill-box;transform-origin:center;animation:hpMpFadeIn 5.5s ease-in-out infinite}.hp-mp__piece text{font-family:Inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;fill:var(--bb-preto);pointer-events:none}.hp-mp__piece--1{animation-delay:0s}.hp-mp__piece--2{animation-delay:.4s}.hp-mp__piece--3{animation-delay:.8s}.hp-mp__piece--4{animation-delay:1.2s}@keyframes hpMpFadeIn{0%{opacity:0;transform:translateY(-14px) scale(.85)}18%{opacity:1;transform:translateY(0) scale(1)}75%{opacity:1;transform:translateY(0) scale(1)}80%{opacity:1;transform:translateY(0) scale(1.04)}88%,to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:600px){.hp-mp__piece text{font-size:10px}}.hp-orbit{position:relative;width:100%;max-width:420px;aspect-ratio:1;margin:.5rem auto 1.5rem}.hp-orbit__svg{display:block;width:100%;height:100%}.hp-orbit__ring{fill:none;stroke:rgba(31,103,71,.18);stroke-width:1;stroke-dasharray:2 5;transform-origin:220px 220px;animation:hpOrbitRingPulse 6s ease-in-out infinite}.hp-orbit__ring--1{animation-delay:0s}.hp-orbit__ring--2{animation-delay:2s;stroke:rgba(3,59,37,.22)}.hp-orbit__ring--3{animation-delay:4s;stroke:rgba(201,149,42,.28)}@keyframes hpOrbitRingPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.05);opacity:1}}.hp-orbit__dot{opacity:0;transform-box:fill-box;transform-origin:center;animation:hpOrbitDot 5s ease-out infinite;animation-delay:calc(var(--i, 0) * .04s)}.hp-orbit__dot,.hp-orbit__outer .hp-orbit__dot{fill:var(--bb-azul)}.hp-orbit__inner .hp-orbit__dot{fill:var(--bb-verde)}@keyframes hpOrbitDot{0%{opacity:0;transform:scale(0)}30%{opacity:.85;transform:scale(1)}55%{opacity:.6;transform:scale(.95)}80%,to{opacity:.5;transform:scale(1)}}.hp-orbit__core{fill:var(--bb-verde);filter:drop-shadow(0 6px 18px rgba(3,59,37,.35))}.hp-orbit__core-pulse{fill:none;stroke:var(--bb-azul);stroke-width:2;transform-origin:220px 220px;opacity:.6;animation:hpOrbitCorePulse 2.4s ease-out infinite}@keyframes hpOrbitCorePulse{0%{transform:scale(1);opacity:.6;stroke-width:2}to{transform:scale(2.6);opacity:0;stroke-width:.5}}.hp-orbit__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.hp-orbit__label{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--bb-creme);opacity:.85}.hp-orbit__value{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:var(--bb-creme);line-height:1;margin-top:.25rem}.hp-orbit__value em{font-family:Cardo,Georgia,serif;font-style:italic;font-weight:400;font-size:1.2em;color:var(--bb-sage)}.hp-orbit__cat{position:absolute;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--bb-verde);white-space:nowrap;animation:hpOrbitCatFade 4s ease-in-out infinite}.hp-orbit__cat--top{top:0;left:50%;transform:translateX(-50%);animation-delay:0s}.hp-orbit__cat--right{top:50%;right:-.5rem;transform:translateY(-50%);animation-delay:.6s}.hp-orbit__cat--bottom{bottom:0;left:50%;transform:translateX(-50%);animation-delay:1.2s}.hp-orbit__cat--left{top:50%;left:-.5rem;transform:translateY(-50%);animation-delay:1.8s}.hp-orbit__cat--tr{top:16%;right:8%;animation-delay:.3s;color:var(--bb-dourado)}.hp-orbit__cat--bl{bottom:16%;left:8%;animation-delay:1.5s;color:var(--bb-dourado)}@keyframes hpOrbitCatFade{0%,to{opacity:.7}50%{opacity:1}}@media (max-width:600px){.hp-orbit{max-width:320px}.hp-orbit__cat{font-size:.5625rem;letter-spacing:.15em}.hp-orbit__value{font-size:1.25rem}}.hp-mapa__quote{font-family:Inter,sans-serif;font-style:italic;font-size:.75rem;color:var(--bb-verde);opacity:.7;text-align:center;margin:0 0 1.25rem;padding:.5rem 0 0}.hp-mapa__quote strong{font-style:normal;font-weight:600;color:var(--bb-dourado);opacity:1}.hp-modular{display:flex;flex-direction:column;gap:1rem;margin:1.25rem 0;padding:1.125rem 0 .875rem;border-top:1px solid rgba(3,59,37,.15);border-bottom:1px solid rgba(3,59,37,.15);position:relative}.hp-modular__step{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto;grid-column-gap:.75rem;column-gap:.75rem;grid-row-gap:.2rem;row-gap:.2rem;position:relative}.hp-modular__step:not(:last-child):after{content:"";position:absolute;left:4px;top:1.25rem;bottom:-1rem;width:1px;background-image:linear-gradient(180deg,rgba(201,149,42,.35) 50%,transparent 0);background-size:1px 5px;background-repeat:repeat-y}.hp-modular__kicker{grid-column:2;grid-row:1;font-family:Cardo,Georgia,serif;font-style:italic;font-size:.625rem;color:var(--bb-dourado);opacity:.8;letter-spacing:.04em}.hp-modular__dot{grid-column:1;grid-row:1/span 3;width:9px;height:9px;border-radius:50%;background:var(--bb-dourado);margin-top:.375rem;box-shadow:0 0 0 2px rgba(201,149,42,.12)}.hp-modular__title{grid-column:2;grid-row:2;font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;color:var(--bb-verde);margin:0;letter-spacing:-.01em}.hp-modular__desc{grid-column:2;grid-row:3;font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.65;color:var(--bb-preto);opacity:.7;margin:.125rem 0 0}.hp-modular__desc em{font-style:italic;font-weight:500;color:var(--bb-verde);opacity:1}.hp-versus{background:linear-gradient(135deg,#011a10,#050a08 50%,#000);padding:4.5rem 0;position:relative;overflow:clip}.hp-versus:before{content:"";position:absolute;top:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(127,168,140,.07) 0,transparent 65%);border-radius:50%;pointer-events:none}.hp-versus__inner{max-width:960px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.hp-versus__header{text-align:center;max-width:720px;margin:0 auto 3rem}.hp-versus__kicker{font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--bb-sage);margin-bottom:1.25rem}.hp-versus__title{font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(1.375rem,2.4vw,2rem);color:var(--bb-creme);line-height:1.2;letter-spacing:-.025em;margin:0}.hp-versus__title em{font-family:Cardo,Georgia,serif;font-style:italic;font-weight:400;font-size:1.2em;color:var(--bb-sage);letter-spacing:-.01em}.hp-versus__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.hp-versus__card{background:rgba(127,168,140,.04);border:1px solid rgba(127,168,140,.15);border-radius:6px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.875rem;transition:border-color .3s,background .3s}.hp-versus__card:hover{border-color:rgba(201,149,42,.35);background:rgba(127,168,140,.06)}.hp-versus__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--bb-sage);background:rgba(127,168,140,.1);border-radius:50%}.hp-versus__icon svg{width:24px;height:24px}.hp-versus__card-title{font-family:Poppins,sans-serif;font-weight:600;font-size:1.125rem;color:var(--bb-creme);line-height:1.3;letter-spacing:-.01em;margin:.25rem 0 0}.hp-versus__card-title em{font-family:Cardo,Georgia,serif;font-style:italic;font-weight:400;font-size:1.2em;color:var(--bb-sage)}.hp-versus__card-old{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--bb-creme);opacity:.35;line-height:1.5;margin:auto 0 0;padding-top:.75rem;border-top:1px dashed rgba(127,168,140,.15)}.hp-versus__card-old s{text-decoration:line-through;text-decoration-thickness:1px;-webkit-text-decoration-color:hsla(40,31%,94%,.35);text-decoration-color:hsla(40,31%,94%,.35)}.hp-versus__proof{margin-top:2.75rem;padding-top:2rem;border-top:1px solid rgba(127,168,140,.18);text-align:center}.hp-versus__proof-label{display:inline-block;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--bb-sage);opacity:.85;margin-bottom:1.5rem}.hp-versus__proof-label em{font-family:Cardo,Georgia,serif;font-style:italic;font-weight:400;font-size:1.55em;text-transform:none;letter-spacing:0;color:var(--bb-dourado);opacity:1;vertical-align:-.05em}.hp-versus__proof-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;text-align:left}.hp-versus__proof-card{padding:.875rem 1rem;background:rgba(127,168,140,.04);border-left:2px solid rgba(201,149,42,.35);border-radius:0 3px 3px 0;display:flex;flex-direction:column;gap:.35rem}.hp-versus__proof-meta{font-family:Inter,sans-serif;font-size:.5625rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--bb-sage);opacity:.7}.hp-versus__proof-result{font-family:Inter,sans-serif;font-size:.75rem;line-height:1.5;color:var(--bb-creme);opacity:.8;margin:0}.hp-versus__proof-result strong{color:var(--bb-dourado);font-weight:600;opacity:1}.hp-versus__proof-more{display:inline-block;margin-top:1.25rem;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--bb-sage);opacity:.7;text-decoration:none;transition:opacity .3s,color .3s}.hp-versus__proof-more:hover{opacity:1;color:var(--bb-dourado)}.hp-versus__cta{text-align:center;margin-top:2.5rem}.hp-versus__link{display:inline-block;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--bb-creme);text-decoration:none;padding-bottom:.3rem;border-bottom:1px solid var(--bb-sage);transition:color .3s}.hp-versus__link:hover{color:var(--bb-sage)}.hp-versus__lead{font-family:Inter,sans-serif;font-size:clamp(.875rem,1.4vw,.9375rem);color:var(--bb-creme);opacity:.72;line-height:1.65;margin:1rem auto 0;max-width:620px}.hp-versus__subtitle{margin:3rem auto 1.5rem;text-align:center;max-width:720px}.hp-versus__subtitle h3{font-family:Poppins,sans-serif;font-weight:600;font-size:clamp(1.0625rem,1.7vw,1.375rem);color:var(--bb-creme);letter-spacing:-.015em;line-height:1.3;margin:0}.hp-versus__subtitle h3 em{font-family:Cardo,Georgia,serif;font-style:italic;font-weight:400;font-size:1.25em;color:var(--bb-sage)}.hp-versus__card{padding:1.25rem 1.125rem;gap:.625rem}.hp-versus__icon{width:36px;height:36px}.hp-versus__icon svg{width:20px;height:20px}.hp-versus__card-title{font-size:1rem}.hp-versus__compare{display:flex;flex-direction:column;gap:0;margin-top:.25rem}.hp-versus__compare-side{display:flex;flex-direction:column;gap:.25rem;padding:.625rem 0}.hp-versus__compare-side--before{padding-top:0;padding-bottom:.625rem;border-bottom:1px dashed rgba(127,168,140,.2)}.hp-versus__compare-side--after{padding-bottom:0;padding-top:.625rem}.hp-versus__compare-label{font-family:Inter,sans-serif;font-size:.5625rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;display:inline-block;width:-moz-fit-content;width:fit-content}.hp-versus__compare-label--before{color:var(--bb-creme);opacity:.42}.hp-versus__compare-label--after{color:var(--bb-dourado);opacity:1;position:relative;padding-left:.875rem}.hp-versus__compare-label--after:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:1px;background:var(--bb-dourado)}.hp-versus__compare-text--before{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;line-height:1.5;color:var(--bb-creme);opacity:.45;margin:0}.hp-versus__compare-text--before s{text-decoration:line-through;text-decoration-thickness:1px;-webkit-text-decoration-color:hsla(40,31%,94%,.4);text-decoration-color:hsla(40,31%,94%,.4)}.hp-versus__compare-side--after .hp-versus__card-title{margin:0}.hp-versus__market-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem}.hp-versus__market-card{padding:1.125rem 1rem;background:rgba(127,168,140,.04);border:1px solid rgba(127,168,140,.15);border-radius:6px;display:flex;flex-direction:column;gap:.5rem;transition:border-color .3s,background .3s}.hp-versus__market-card:hover{border-color:rgba(201,149,42,.4);background:rgba(127,168,140,.07)}.hp-versus__market-card--finsave{background:linear-gradient(135deg,rgba(201,149,42,.18),rgba(201,149,42,.06));border-color:rgba(201,149,42,.55)}.hp-versus__market-role{font-family:Inter,sans-serif;font-size:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--bb-sage);opacity:.7}.hp-versus__market-card--finsave .hp-versus__market-role{color:var(--bb-dourado);opacity:1}.hp-versus__market-title{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:700;color:var(--bb-creme);line-height:1.25;letter-spacing:-.01em;margin:0}.hp-versus__market-card--finsave .hp-versus__market-title em{font-family:Cardo,Georgia,serif;font-style:italic;font-weight:400;font-size:1.18em;color:var(--bb-dourado)}.hp-versus__market-desc{font-family:Inter,sans-serif;font-size:.6875rem;line-height:1.5;color:var(--bb-creme);opacity:.65;margin:0}.hp-versus__market-scope{font-family:Inter,sans-serif;font-size:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--bb-dourado);padding-top:.5rem;margin-top:auto;border-top:1px dashed rgba(127,168,140,.15);opacity:.8}.hp-versus__market-card--finsave .hp-versus__market-scope{border-top-color:rgba(201,149,42,.3);opacity:1}.hp-versus__closing{text-align:center;max-width:680px;margin:2.25rem auto 0;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.65;color:var(--bb-creme);opacity:.72}.hp-versus__closing strong{color:var(--bb-dourado);opacity:1;font-weight:600}.hp-stack-layout{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin:5rem 0 0}@media (max-width:767px){.hp-stack-layout{margin-top:3.5rem}}@media (min-width:880px){.hp-stack-layout{grid-template-columns:1fr 1.15fr;gap:3.5rem}}.hp-stack-layout__left{align-self:start}@media (min-width:880px){.hp-stack-layout__left{position:-webkit-sticky;position:sticky;top:5.5rem;padding:1rem 0}}.hp-stack-layout__kicker{font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--bb-sage);opacity:.75;margin-bottom:1rem}.hp-stack-layout__title{font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(1.375rem,2.6vw,2rem);color:var(--bb-creme);line-height:1.22;letter-spacing:-.02em;margin:0 0 1rem}.hp-stack-layout__title em{font-family:Cardo,Georgia,serif;font-style:italic;font-weight:400;font-size:1.2em;color:var(--bb-dourado)}.hp-stack-layout__desc{font-family:Inter,sans-serif;font-size:clamp(.875rem,1.4vw,.9375rem);line-height:1.65;color:var(--bb-creme);opacity:.72;margin:0;max-width:420px}.hp-stack-layout__desc strong{color:var(--bb-dourado);font-weight:600;opacity:1}.hp-stack{display:flex;flex-direction:column;gap:7vh}.hp-stack-card{position:-webkit-sticky;position:sticky;padding:2rem 1.75rem;background:linear-gradient(135deg,rgba(2,42,26,.95),rgba(1,26,16,.98));border:1px solid rgba(127,168,140,.18);border-radius:14px;box-shadow:0 -6px 28px -10px rgba(0,0,0,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:grid;grid-template-columns:1fr auto;grid-gap:.5rem 1.5rem;gap:.5rem 1.5rem;align-items:start;min-height:280px}.hp-stack-card:first-of-type{top:5.5rem}.hp-stack-card:nth-of-type(2){top:6.5rem}.hp-stack-card:nth-of-type(3){top:7.5rem}.hp-stack-card:nth-of-type(4){top:8.5rem;background:linear-gradient(135deg,rgba(201,149,42,.24),rgba(2,42,26,.97));border-color:rgba(201,149,42,.55);box-shadow:0 -6px 32px -10px rgba(201,149,42,.28)}.hp-stack-card__role{font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.22em;color:var(--bb-sage);opacity:.6;grid-column:1;grid-row:1;margin:0}.hp-stack-card--finsave .hp-stack-card__role{color:var(--bb-dourado);opacity:1}.hp-stack-card__num{font-family:Cardo,Georgia,serif;font-style:italic;font-size:2.25rem;font-weight:400;color:var(--bb-dourado);line-height:.85;grid-row:1/span 2;grid-column:2;opacity:.45;align-self:start}.hp-stack-card--finsave .hp-stack-card__num{opacity:1}.hp-stack-card__title{font-family:Poppins,sans-serif;font-size:1.375rem;font-weight:700;color:var(--bb-creme);margin:.5rem 0 .625rem;letter-spacing:-.015em;line-height:1.25;grid-column:1;grid-row:2}.hp-stack-card--finsave .hp-stack-card__title em{font-family:Cardo,Georgia,serif;font-style:italic;font-weight:400;font-size:1.2em;color:var(--bb-dourado)}.hp-stack-card__desc{font-size:.9375rem;line-height:1.6;color:var(--bb-creme);opacity:.75;margin:0 0 .875rem;grid-row:3;max-width:580px}.hp-stack-card__desc,.hp-stack-card__scope{font-family:Inter,sans-serif;grid-column:1/-1}.hp-stack-card__scope{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--bb-dourado);padding-top:.75rem;border-top:1px dashed rgba(127,168,140,.2);grid-row:4}.hp-stack-card--finsave .hp-stack-card__scope{border-top-color:rgba(201,149,42,.32)}.hp-stack__spacer{display:none}@media (max-width:767px){.hp-stack{gap:3vh;margin-top:1rem}.hp-stack-card{padding:1.5rem 1.25rem;min-height:200px}.hp-stack-card:first-of-type{top:4.5rem}.hp-stack-card:nth-of-type(2){top:5.25rem}.hp-stack-card:nth-of-type(3){top:6rem}.hp-stack-card:nth-of-type(4){top:6.75rem}.hp-stack-card__title{font-size:1.125rem}.hp-stack-card__desc{font-size:.8125rem}.hp-stack-card__num{font-size:1.75rem}}@media (prefers-reduced-motion:reduce){.hp-stack-card{position:relative;top:auto!important}}@media (max-width:1024px){.hp-versus__market-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.hp-versus__market-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.hp-versus__market-card{padding:.875rem}.hp-versus__market-title{font-size:.8125rem}.hp-versus__market-desc{font-size:.6875rem}.hp-versus__market-scope{font-size:.5rem}.hp-versus__subtitle{margin:2rem auto 1.25rem}.hp-versus__subtitle h3{font-size:1rem}.hp-versus__closing{font-size:.8125rem;margin-top:1.5rem}}@media (max-width:860px){.hp-versus{padding:2.75rem 0}.hp-versus__inner{padding:0 1.25rem}.hp-versus__header{margin-bottom:1.5rem}.hp-versus__grid{grid-template-columns:1fr;gap:.5rem}.hp-versus__card{display:grid;grid-template-columns:36px 1fr;grid-column-gap:.875rem;column-gap:.875rem;align-items:center;padding:.75rem .875rem}.hp-versus__icon{grid-row:1/span 2;grid-column:1;align-self:center;width:36px;height:36px;margin-bottom:0}.hp-versus__icon svg{width:16px;height:16px}.hp-versus__card-title{grid-column:2;grid-row:1;font-size:.9375rem;margin-bottom:.15rem}.hp-versus__card-old{grid-column:2;grid-row:2;font-size:.625rem;letter-spacing:.08em;padding-top:0;border-top:none}.hp-versus__proof{margin-top:1.5rem;padding-top:1.25rem}.hp-versus__proof-label{font-size:.6875rem;letter-spacing:.14em;margin-bottom:.875rem}.hp-versus__proof-row{grid-template-columns:none;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:.625rem;margin:0 -1.25rem;padding:0 1.25rem .5rem;scrollbar-width:none}.hp-versus__proof-row::-webkit-scrollbar{display:none}.hp-versus__proof-card{flex:0 0 82%;scroll-snap-align:start;padding:.875rem 1rem}.hp-versus__proof-meta{font-size:.625rem;letter-spacing:.1em}.hp-versus__proof-result{font-size:.75rem;line-height:1.45;margin-top:.375rem}.hp-versus__proof-more{font-size:.6875rem;margin-top:1rem}}.hp-cases{background:var(--verde-escuro);padding:7rem 0;position:relative;overflow:hidden}.hp-cases:before{content:"";position:absolute;top:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(58,107,80,.1) 0,transparent 65%);border-radius:50%}.hp-cases__inner{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.hp-cases__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;margin-top:3rem}.hp-case{padding:2.5rem 2rem;border-right:1px solid rgba(58,107,80,.08)}.hp-case:last-child{border-right:none}.hp-case__profile{font-size:.6875rem;color:var(--cinza-verde);opacity:.4;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.hp-case__patrimony{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--branco);margin-bottom:1rem}.hp-case__divider{width:24px;height:1px;background:rgba(58,107,80,.3);margin-bottom:1rem}.hp-case__result{font-size:.8125rem;color:var(--texto-light);opacity:.6;line-height:1.6;margin-bottom:.5rem}.hp-case__result strong{color:var(--verde-suave);opacity:1;font-weight:600}.hp-case__highlight{font-family:var(--font-display);font-size:.8125rem;font-weight:600;color:var(--verde-suave)}.hp-depoimentos{background:var(--offwhite);padding:7rem 0}.hp-depoimentos__inner{max-width:1200px;margin:0 auto;padding:0 2rem}.hp-depoimentos__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.hp-depo{background:var(--bege);padding:2rem 1.75rem;border-top:3px solid var(--verde-medio)}.hp-depo__text{font-family:var(--font-display);font-size:.9375rem;color:var(--verde-profundo);line-height:1.55;margin-bottom:1.5rem;font-weight:300;letter-spacing:-.005em}.hp-depo__author{font-size:.75rem;font-weight:600;color:var(--verde-profundo)}.hp-depo__role{font-size:.625rem;text-transform:uppercase;letter-spacing:.08em;color:var(--verde-medio);opacity:.7;margin-top:.25rem}.hp-diff{background:var(--bege);padding:7rem 0}.hp-diff__inner{max-width:1200px;margin:0 auto;padding:0 2rem}.hp-diff__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.hp-diff-card{padding:2.5rem 2rem;background:var(--offwhite);border-top:3px solid var(--verde-profundo)}.hp-diff-card__num{font-size:2rem;font-weight:700;color:var(--preto);opacity:.06}.hp-diff-card__num,.hp-diff-card__title{font-family:var(--font-display);margin-bottom:.75rem}.hp-diff-card__title{font-size:1rem;font-weight:600;color:var(--verde-profundo)}.hp-diff-card__old{font-size:.75rem;line-height:1.5;opacity:.4;margin-bottom:.75rem;padding-left:.75rem;border-left:2px solid rgba(2,42,26,.08)}.hp-diff-card__new{font-size:.8125rem;line-height:1.6;opacity:.65}.hp-jornada{background:var(--preto);padding:7rem 0;position:relative;overflow:hidden}.hp-jornada:before{content:"";position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(58,107,80,.08) 0,transparent 65%);border-radius:50%}.hp-jornada__inner{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.hp-jornada__steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;margin-top:3rem}.hp-jstep{padding:2.5rem 1.5rem;border-right:1px solid rgba(58,107,80,.08)}.hp-jstep:last-child{border-right:none}.hp-jstep__duration{font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--verde-suave);opacity:.6;margin-bottom:.75rem}.hp-jstep__title{font-family:var(--font-display);font-size:.9375rem;font-weight:600;color:var(--branco);margin-bottom:.75rem}.hp-jstep__text{font-size:.75rem;color:var(--texto-light);opacity:.4;line-height:1.6}.hp-market{background:linear-gradient(180deg,var(--bb-creme) 0,#ebe0d3 100%);padding:5.5rem 0;position:relative;overflow:hidden}.hp-market:before{top:-160px;right:-140px;width:480px;height:480px;background:radial-gradient(circle,rgba(127,168,140,.18) 0,transparent 65%)}.hp-market:after,.hp-market:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.hp-market:after{bottom:-180px;left:-120px;width:420px;height:420px;background:radial-gradient(circle,rgba(201,149,42,.12) 0,transparent 65%)}.hp-market__inner{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.hp-market__header{text-align:center;max-width:680px;margin:0 auto 2.5rem}.hp-market__kicker{display:inline-flex;align-items:center;gap:.875rem;font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.28em;color:var(--bb-verde);opacity:.75;margin-bottom:1rem}.hp-market__kicker:after,.hp-market__kicker:before{content:"";width:24px;height:1px;background:rgba(3,59,37,.35)}.hp-market__title{font-family:Poppins,sans-serif;font-size:clamp(1.375rem,2.4vw,2rem);font-weight:700;color:var(--bb-verde);line-height:1.2;letter-spacing:-.025em;margin:0 0 .875rem}.hp-market__title em{font-family:Cardo,Georgia,serif;font-style:italic;font-weight:400;font-size:1.2em;color:var(--bb-verde);opacity:.72}.hp-market__lead{font-family:Inter,sans-serif;font-size:clamp(.875rem,1.4vw,.9375rem);color:var(--bb-preto);opacity:.68;line-height:1.7;margin:0}.hp-market__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.875rem;gap:.875rem}.hp-market__card{padding:1.75rem 1.5rem;background:hsla(0,0%,100%,.6);border:1px solid rgba(3,59,37,.12);border-radius:6px;transition:border-color .3s,transform .3s}.hp-market__card:hover{border-color:rgba(3,59,37,.25);transform:translateY(-3px)}.hp-market__card--finsave{background:linear-gradient(135deg,#011a10,#050a08 50%,#000);border-color:rgba(201,149,42,.4);box-shadow:0 12px 32px -14px rgba(3,59,37,.35)}.hp-market__role{font-family:Inter,sans-serif;font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--bb-verde);opacity:.55;margin-bottom:.75rem}.hp-market__card--finsave .hp-market__role{color:var(--bb-dourado);opacity:1}.hp-market__card-title{font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;color:var(--bb-verde);line-height:1.25;letter-spacing:-.015em;margin:0 0 .75rem}.hp-market__card--finsave .hp-market__card-title{color:var(--bb-creme)}.hp-market__card--finsave .hp-market__card-title em{font-family:Cardo,Georgia,serif;font-style:italic;font-size:1.15em;color:var(--bb-sage)}.hp-market__desc{font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.55;color:var(--bb-preto);opacity:.7;margin:0 0 1rem}.hp-market__card--finsave .hp-market__desc{color:var(--bb-creme);opacity:.7}.hp-market__scope{font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--bb-dourado);padding-top:.75rem;border-top:1px dashed rgba(3,59,37,.18)}.hp-market__card--finsave .hp-market__scope{border-top-color:rgba(127,168,140,.25)}.hp-market__closing{text-align:center;max-width:680px;margin:2.25rem auto 0;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.7;color:var(--bb-preto);opacity:.72}.hp-market__closing strong{color:var(--bb-verde);opacity:1;font-weight:600}@media (max-width:1024px){.hp-market__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.hp-market{padding:2.75rem 0}.hp-market__inner{padding:0 1.25rem}.hp-market__header{margin-bottom:1.5rem}.hp-market__grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.hp-market__card{padding:.875rem;display:flex;flex-direction:column}.hp-market__role{font-size:.5rem;letter-spacing:.14em;margin-bottom:.4rem}.hp-market__card-title{font-size:.8125rem;line-height:1.2;margin-bottom:.4rem}.hp-market__desc{font-size:.6875rem;line-height:1.4;margin-bottom:.5rem;flex:1 1}.hp-market__scope{font-size:.5rem;letter-spacing:.1em;padding-top:.4rem}.hp-market__closing{font-size:.8125rem;line-height:1.55;margin-top:1.25rem}}.hp-sobre{background:var(--bb-creme);padding:5.5rem 0;position:relative;overflow:hidden}.hp-sobre:before{top:-160px;left:-120px;width:420px;height:420px;background:radial-gradient(circle,rgba(127,168,140,.22) 0,transparent 65%)}.hp-sobre:after,.hp-sobre:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.hp-sobre:after{bottom:-180px;right:-140px;width:460px;height:460px;background:radial-gradient(circle,rgba(3,59,37,.09) 0,transparent 65%)}.hp-sobre__inner{max-width:720px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}.hp-sobre__kicker{font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#1f6747;margin-bottom:1.75rem;display:inline-flex;align-items:center;gap:.875rem}.hp-sobre__kicker:after,.hp-sobre__kicker:before{content:"";width:28px;height:1px;background:rgba(127,168,140,.5)}.hp-sobre__title{font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(1.375rem,2.4vw,2rem);color:var(--bb-verde);line-height:1.2;letter-spacing:-.025em;margin:0 0 1.25rem}.hp-sobre__title em{font-weight:400;font-size:1.25em;color:var(--bb-dourado);letter-spacing:-.01em}.hp-sobre__lede,.hp-sobre__title em{font-family:Cardo,Georgia,serif;font-style:italic}.hp-sobre__lede{font-size:clamp(1rem,2vw,1.25rem);line-height:1.5;color:var(--bb-verde);opacity:.82;margin:0 auto 2rem;max-width:540px}.hp-sobre__pillars{display:inline-flex;align-items:center;gap:.875rem;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--bb-verde);margin-bottom:2.25rem;padding:.625rem 1.25rem;border:1px solid rgba(3,59,37,.18);border-radius:999px;background:rgba(127,168,140,.06)}.hp-sobre__pillars span[aria-hidden=true]{color:var(--bb-dourado);font-weight:400;opacity:.8}.hp-sobre__link{display:inline-block;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--bb-verde);text-decoration:none;padding-bottom:.3rem;border-bottom:1px solid var(--bb-sage);transition:color .3s}.hp-sobre__link:hover{color:var(--bb-sage)}@media (max-width:768px){.hp-sobre{padding:4rem 0}.hp-sobre__inner{padding:0 1.5rem}.hp-sobre__pillars{gap:.625rem;letter-spacing:.18em;font-size:.625rem;padding:.5rem 1rem}}.hp-cta{background:linear-gradient(180deg,#dfece2,#7fa88c);padding:6rem 0;text-align:center;position:relative;overflow:hidden}.hp-cta:before{top:-180px;right:-180px;width:520px;height:520px;background:radial-gradient(circle,rgba(127,168,140,.35) 0,transparent 60%)}.hp-cta:after,.hp-cta:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.hp-cta:after{bottom:-200px;left:-140px;width:460px;height:460px;background:radial-gradient(circle,rgba(3,59,37,.15) 0,transparent 65%)}.hp-cta__inner{max-width:720px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.hp-cta__kicker{font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--bb-preto);opacity:.7;margin-bottom:1.25rem}.hp-cta__title{font-family:Poppins,sans-serif;font-size:clamp(1.375rem,2.4vw,2rem);font-weight:700;color:var(--bb-verde);letter-spacing:-.025em;margin:0 0 1rem;line-height:1.25}.hp-cta__title em{font-family:Cardo,Georgia,serif;font-style:italic;font-weight:400;font-size:1.2em;color:var(--bb-preto);letter-spacing:-.01em}.hp-cta__sub{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--bb-verde);opacity:.7;margin:0 0 2.5rem;line-height:1.6}.hp-cta__sub strong{font-weight:600;color:var(--bb-preto);opacity:1}.hp-cta__buttons{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.hp-cta .btn--white{background:var(--bb-verde);color:var(--bb-creme);border:1px solid var(--bb-verde)}.hp-cta .btn--white:hover{background:var(--bb-preto);border-color:var(--bb-preto);color:var(--bb-creme)}.hp-cta__secondary{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:var(--bb-verde);opacity:.75;transition:opacity .3s;text-decoration:none;border-bottom:1px solid rgba(3,59,37,.3);padding-bottom:.25rem}.hp-cta__secondary:hover{opacity:1}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.6}}@media (max-width:768px){.hp-stats__inner{gap:1.5rem;flex-wrap:wrap;justify-content:center;padding:0 1rem}.hp-stat{flex-grow:0;flex-shrink:0;flex-basis:calc(33% - 1rem)}.hp-stat__num{font-size:1.5rem}.hp-stat__label{font-size:.5625rem}.hp-intent{padding:3rem 0 1.5rem}.hp-intent__inner{padding:0 1.5rem}.hp-tabs{margin-top:2.25rem}.hp-tabs__nav{gap:.4rem;margin-bottom:1.5rem}.hp-tab{padding:.875rem .75rem 1.75rem;gap:.25rem}.hp-tab__label{font-size:.5625rem;letter-spacing:.18em}.hp-tab__hint{font-size:.9375rem;line-height:1.25}.hp-areas-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.hp-area-card{padding:1.125rem .875rem}.hp-area-card__title{font-size:.9375rem}.hp-area-card__desc{font-size:.75rem}.hp-intent__questions{grid-template-columns:1fr;gap:1.25rem;margin:3rem 0 1.5rem}.hp-intent__q:first-child,.hp-intent__q:last-child{text-align:center}.hp-intent__or{margin:0 auto}.hp-intent__grid{grid-template-columns:1fr;gap:1.5rem}.hp-intent__col--areas{padding:2rem 1.5rem}.hp-carousel__nav--prev{left:4px}.hp-carousel__nav--next{right:4px}.hp-gallery{height:380px;perspective:900px}.hp-gallery__slide{width:190px;height:290px;margin-left:-95px;margin-top:-145px;border-radius:14px}.hp-gallery__slide.is-left{transform:translateX(-52%) scale(.82) rotateY(10deg);filter:blur(4px);opacity:.55}.hp-gallery__slide.is-right{transform:translateX(52%) scale(.82) rotateY(-10deg);filter:blur(4px);opacity:.55}.hp-gallery__slide.is-far-left,.hp-gallery__slide.is-far-right{visibility:hidden;opacity:0}.hp-gallery__text{font-size:.75rem;padding:.5rem .625rem;bottom:.875rem}.hp-gallery__label{font-size:.5rem;padding:.25rem .4375rem;top:.75rem;left:.75rem}.hp-gallery__nav{width:38px;height:38px}.hp-gallery__nav svg{width:16px;height:16px}.hp-gallery__nav--prev{left:.5rem}.hp-gallery__nav--next{right:.5rem}.hp-depoimentos{padding:4rem 0}.hp-depoimentos__inner{padding:0 1.5rem}.hp-depoimentos__grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.hp-duo{padding:3rem 0}.hp-duo__inner{padding:0 1.5rem}.hp-duo__header{margin-bottom:2rem}.hp-duo__grid{grid-template-columns:1fr;gap:1.25rem}.hp-duo__block,.hp-duo__block--method,.hp-duo__block--process{padding:2rem 1.5rem}.hp-duo__connector{display:none}.hp-stairs{grid-template-columns:1fr;gap:.75rem;padding:1rem 0}.hp-stairs__step:first-child,.hp-stairs__step:nth-child(2),.hp-stairs__step:nth-child(3){min-height:0}.hp-cases{padding:4rem 0}.hp-cases__inner{padding:0 1.5rem}.hp-cases__grid{grid-template-columns:1fr}.hp-case{border-right:none;border-bottom:1px solid rgba(58,107,80,.08)}.hp-diff{padding:4rem 0}.hp-diff__inner{padding:0 1.5rem}.hp-diff__grid{grid-template-columns:1fr}.hp-jornada{padding:4rem 0}.hp-jornada__inner{padding:0 1.5rem}.hp-jornada__steps{grid-template-columns:1fr 1fr}.hp-jstep{border-bottom:1px solid rgba(58,107,80,.08)}.hp-iara{padding:4rem 0}.hp-iara__inner{padding:0 1.5rem}.hp-iara__grid{grid-template-columns:1fr}.hp-iara__phone{margin:0 auto}.hp-iara__phone:before{inset:-6px}.hp-cta{padding:4rem 0}.hp-cta__inner{padding:0 1.5rem}.hp-cta__buttons{flex-direction:column;gap:1rem}}@media (max-width:480px){.hp-stats{padding:1.5rem 0}.hp-stats__inner{gap:1rem}.hp-stat__num{font-size:1.25rem}.hp-carousel__slide{flex-grow:0;flex-shrink:0;flex-basis:calc(60% - 0.5rem)}.hp-slide__text{font-size:.875rem}.hp-jornada__steps{grid-template-columns:1fr}.hp-jstep{border-right:none}.hp-iara__features{grid-template-columns:1fr}.hp-cta__title{font-size:1.375rem}.hp-cases__inner,.hp-cta__inner,.hp-depoimentos__inner,.hp-diff__inner,.hp-duo__inner,.hp-iara__inner,.hp-intent__inner,.hp-jornada__inner{padding:0 1.25rem}}.header__cta.btn--primary{background:var(--bb-verde)!important;color:var(--bb-creme)!important;padding:.5rem 1rem;font-size:.625rem;font-weight:600;letter-spacing:.16em;border-radius:3px;border:1px solid var(--bb-verde);box-shadow:none;transition:background .3s ease,border-color .3s ease;display:inline-flex;align-items:center;justify-content:center;text-align:center}.header__cta.btn--primary:hover{background:var(--bb-azul)!important;border-color:var(--bb-azul);transform:none;box-shadow:0 4px 14px -6px rgba(3,59,37,.45)}.footer{background:radial-gradient(circle at 80% 110%,rgba(201,149,42,.18) 0,transparent 50%),radial-gradient(circle at 12% 0,rgba(127,168,140,.12) 0,transparent 55%),radial-gradient(ellipse 90% 140% at top left,#1f6747 0,#033b25 22%,#022a1a 60%,#022a1a 95%)!important;background-color:#022a1a!important;border-top:1px solid rgba(201,149,42,.25)}.footer:before{background:radial-gradient(circle,rgba(127,168,140,.08) 0,transparent 65%)!important}.footer__bottom{border-top:1px solid rgba(201,149,42,.25)}.footer__logo-img{opacity:1!important}.footer__tagline{color:var(--bb-creme)!important;opacity:.85!important}.footer__col h4{color:var(--bb-dourado)!important;opacity:1!important;font-weight:700!important;letter-spacing:.18em!important}.footer__col a{color:var(--bb-creme)!important;opacity:.78!important}.footer__col a:hover{color:var(--bb-dourado)!important;opacity:1!important}.footer__bottom p{color:var(--bb-sage)!important;opacity:.65!important}