.bb-landing{--ink:#202020;--ink-2:#2a2a2a;--black:#000;--night:#212121;--yellow:#ffd900;--yellow-edge:#fffb7b;--gold:#e9bd16;--gold-deep:#c99700;--white:#fff;--paper:#f9faf9;--blue-1:#d1e2e6;--blue-2:#eff8fa;--muted:#7a7a7a;--muted-2:#999;--line:#e8e6e1;--green:#0a8a3d;--field:#202020;--field-line:#3a3a3a;--shadow-hard:0 4px 0 0 var(--black);--shadow-hard-sm:0 3px 0 0 var(--black);--r-pill:999px;--maxw:1240px;--f-display:"Clash Grotesk", system-ui, sans-serif;--f-body:"Sora", system-ui, sans-serif;--f-num:"Roboto", system-ui, sans-serif;font-family:var(--f-body);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:clip}.bb-landing *{box-sizing:border-box}.bb-landing img{max-width:100%;height:auto;display:block}.bb-landing a{color:inherit;text-decoration:none}.bb-landing .container{max-width:var(--maxw);margin:0 auto;padding:0 28px}.bb-landing .paper{background-image:url(/images/landing/barbeiro/textures/lined-paper.png);background-repeat:repeat;background-size:480px}.bb-landing .btn{font-family:var(--f-display);letter-spacing:.03em;cursor:pointer;white-space:nowrap;border:2px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:14px 26px;font-size:19px;font-weight:700;transition:transform 80ms,box-shadow 80ms;display:inline-flex}.bb-landing .btn svg{width:16px;height:22px}.bb-landing .btn-primary{background:var(--yellow);color:var(--ink);border-color:var(--yellow-edge);box-shadow:var(--shadow-hard)}.bb-landing .btn-primary:active{box-shadow:0 0 0 0 var(--black);transform:translateY(4px)}.bb-landing .btn-dark{background:var(--ink);color:#fff;box-shadow:var(--shadow-hard);border-color:#111}.bb-landing .btn-dark:active{box-shadow:0 0 0 0 var(--black);transform:translateY(4px)}.bb-landing .btn-outline{color:var(--ink);border-color:var(--ink);background:0 0}.bb-landing .btn-outline:hover{background:var(--ink);color:#fff}.bb-landing .btn-ghost-dark{color:#fff;box-shadow:var(--shadow-hard);background:#414141;border-color:#474747}.bb-landing .btn-ghost-dark:active{box-shadow:0 0 0 0 var(--black);transform:translateY(4px)}.bb-landing .btn-sm{box-shadow:var(--shadow-hard-sm);border-radius:11px;padding:10px 18px;font-size:15px}.bb-landing .btn-arrow{width:14px;height:20px}html[data-nav-locked]{overflow:hidden}.bb-landing .nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#ffffffe6;position:sticky;top:0}.bb-landing .nav-inner{align-items:center;gap:24px;height:74px;display:flex}.bb-landing .brand{font-family:var(--f-display);letter-spacing:-.01em;flex:none;align-items:center;gap:11px;font-size:24px;font-weight:700;display:flex}.bb-landing .brand-pole{border:2px solid var(--ink);width:40px;height:40px;box-shadow:var(--shadow-hard-sm);border-radius:11px;justify-content:center;align-items:center;transition:transform .12s,box-shadow .12s;display:flex;overflow:hidden}.bb-landing .brand:hover .brand-pole{box-shadow:0 5px 0 0 var(--black);transform:translate(-1px,-2px)}.bb-landing .brand:active .brand-pole{box-shadow:0 1px 0 0 var(--black);transform:translateY(1px)}.bb-landing .brand-pole img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.bb-landing .foot-mark{-o-object-fit:cover;object-fit:cover;border-radius:9px;width:34px;height:34px;display:block}.bb-landing .brand .dot{color:var(--gold-deep)}.bb-landing .nav-links{align-items:center;gap:4px;margin:0 auto;display:flex}.bb-landing .nav-link{font-family:var(--f-display);color:#3a3a3a;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:5px;padding:8px 12px;font-size:15px;font-weight:500;transition:color .12s,background .12s;display:inline-flex;position:relative}.bb-landing .nav-link:hover{color:var(--ink);background:var(--paper)}.bb-landing .nav-link:after{content:"";background:var(--yellow);border:1.5px solid var(--ink);transform-origin:0;border-radius:3px;height:3px;transition:transform .16s;position:absolute;bottom:1px;left:12px;right:12px;transform:scaleX(0)}.bb-landing .nav-link[data-active]{color:var(--ink);font-weight:600}.bb-landing .nav-link[data-active]:after{transform:scaleX(1)}.bb-landing .nav-link:hover:after{background:#ffd90080;border-color:#0000;transform:scaleX(1)}.bb-landing .nav-link[data-active]:hover:after{border-color:var(--ink);background:var(--yellow)}.bb-landing .nav-caret{color:currentColor;width:15px;height:15px;transition:transform .18s}.bb-landing .nav-mega[data-open] .nav-caret{transform:rotate(180deg)}.bb-landing .nav-mega{display:inline-flex;position:relative}.bb-landing .nav-mega-panel{border:2px solid var(--ink);width:min(620px,100vw - 48px);box-shadow:var(--shadow-hard);opacity:0;visibility:hidden;pointer-events:none;z-index:120;background:#fff;border-radius:20px;padding:16px;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%)translateY(-6px)}.bb-landing .nav-mega-panel:before{content:"";height:16px;position:absolute;top:-16px;left:0;right:0}.bb-landing .nav-mega-panel:after{content:"";border-left:2px solid var(--ink);border-top:2px solid var(--ink);background:#fff;width:12px;height:12px;position:absolute;top:-7px;left:50%;transform:translate(-50%)rotate(45deg)}.bb-landing .nav-mega[data-open] .nav-mega-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.bb-landing .nav-mega-grid{grid-template-columns:1fr 1fr;gap:4px 14px;display:grid}.bb-landing .nav-mega-cat{font-family:var(--f-num);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:8px 12px 4px;font-size:11px;font-weight:700}.bb-landing .nav-mega-item{color:inherit;border:2px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:9px 12px;transition:background .12s,border-color .12s,transform .12s;display:flex}.bb-landing .nav-mega-item:hover{background:var(--paper);border-color:var(--ink);transform:translate(-1px,-1px)}.bb-landing .nav-mega-item[data-active]{background:var(--paper);border-color:var(--ink)}.bb-landing .nav-mega-ic{background:var(--yellow);border:2px solid var(--ink);width:38px;height:38px;box-shadow:var(--shadow-hard-sm);border-radius:11px;flex:0 0 38px;justify-content:center;align-items:center;display:flex}.bb-landing .nav-mega-ic svg{width:19px;height:19px;color:var(--ink)}.bb-landing .nav-mega-label{font-family:var(--f-display);color:var(--ink);font-size:14.5px;font-weight:600;line-height:1.2}.bb-landing .nav-mega-foot{border-top:2px solid var(--ink);font-family:var(--f-display);color:var(--ink);justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:12px;font-size:14px;font-weight:600;transition:color .12s;display:flex}.bb-landing .nav-mega-foot svg{width:18px;height:18px;transition:transform .12s}.bb-landing .nav-mega-foot:hover{color:var(--gold-deep)}.bb-landing .nav-mega-foot:hover svg{transform:translate(4px)}.bb-landing .nav-cta{flex:none;align-items:center;gap:12px;display:flex}.bb-landing .nav-login{font-family:var(--f-display);color:var(--ink);border-radius:8px;padding:8px 6px;font-size:15px;font-weight:600;transition:color .12s}.bb-landing .nav-login:hover{color:var(--gold-deep)}.bb-landing .nav-divider{background:var(--line);flex:none;width:1px;height:24px}.bb-landing .nav-toggle{width:44px;height:44px;color:var(--ink);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:auto;margin-right:-8px;display:none}.bb-landing .nav-toggle svg{width:26px;height:26px}.bb-landing .nav-scrim,.bb-landing .nav-sheet{display:none}.bb-landing #recursos,.bb-landing #como,.bb-landing #planos,.bb-landing #faq{scroll-margin-top:90px}.bb-landing .nav-link:focus-visible,.bb-landing .nav-login:focus-visible,.bb-landing .nav-mega-item:focus-visible,.bb-landing .nav-mega-foot:focus-visible,.bb-landing .nav-toggle:focus-visible{outline:2px solid var(--ink);outline-offset:2px;border-radius:10px}@media (prefers-reduced-motion:reduce){.bb-landing .nav,.bb-landing .nav-inner,.bb-landing .nav-link,.bb-landing .nav-link:after,.bb-landing .nav-caret,.bb-landing .brand-pole,.bb-landing .nav-mega-panel,.bb-landing .nav-mega-item,.bb-landing .nav-mega-foot svg,.bb-landing .nav-scrim,.bb-landing .nav-sheet,.bb-landing .nav-sheet-chevron{transition:none}}.bb-landing .pole{flex:none;width:30px;height:32px}.bb-landing .hero{background:#1a1a1a;position:relative;overflow:hidden}.bb-landing .hero-card{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;min-height:760px;padding:84px 0;display:grid;position:relative}.bb-landing .hero>.hero-bg{-o-object-fit:cover;object-fit:cover;z-index:0;position:absolute;inset:0}.bb-landing .hero:before{content:"";z-index:1;background:linear-gradient(#21212100 0%,#212121bd 100%);position:absolute;inset:0}.bb-landing .hero-copy,.bb-landing .signup{z-index:2;position:relative}.bb-landing .hero-card>*{min-width:0}.bb-landing .signup,.bb-landing .signup-card{max-width:100%}.bb-landing .hero-headline{font-family:var(--f-display);color:#fff;letter-spacing:-.01em;max-width:660px;margin:0;font-size:64px;font-weight:700;line-height:1.12}.bb-landing .hero-sub{font-family:var(--f-body);color:#ffffffdb;max-width:560px;margin:26px 0 0;font-size:21px;font-weight:300;line-height:1.55}.bb-landing .hero-actions{flex-wrap:wrap;gap:16px;margin-top:38px;display:flex}.bb-landing .signup{position:relative}.bb-landing .signup-head{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.bb-landing .signup-head-text{align-items:center;gap:12px;display:flex}.bb-landing .signup-head .scissors{width:46px;height:46px;color:var(--gold)}.bb-landing .signup-arrow{width:38px;height:46px;color:var(--gold);flex:none}.bb-landing .signup-head h3{font-family:var(--f-display);color:#fff;margin:0;font-size:30px;font-weight:500;line-height:.95}.bb-landing .signup-mascot{filter:drop-shadow(0 8px 16px #00000059);flex:none;width:auto;height:118px;margin-bottom:-6px}.bb-landing .signup-card{background:#202020;border:4px solid #1b1c1b;border-radius:32px;flex-direction:column;padding:30px 26px;display:flex;box-shadow:0 30px 70px -30px #000000b3}.bb-landing .signup-meta{font-family:var(--f-body);color:#bdbdbd;justify-content:center;align-items:center;gap:8px;margin-bottom:18px;font-size:14px;display:flex}.bb-landing .signup-clock{flex:none;width:18px;height:18px}.bb-landing .signup .btn{width:100%;padding:16px;font-size:22px}.bb-landing .or-divider{color:#d2d2d2;align-items:center;gap:12px;margin:18px 0;font-size:18px;display:flex}.bb-landing .or-divider:before,.bb-landing .or-divider:after{content:"";background:#ffffff1f;flex:1;height:1px}.bb-landing .btn-google{color:#fff;width:100%;font-family:var(--f-display);cursor:pointer;background:#414141;border:2px solid #474747;border-radius:15px;justify-content:center;align-items:center;gap:14px;padding:14px;font-size:19px;display:flex;box-shadow:0 4px .6px #000}.bb-landing .btn-google:hover{background:#4a4a4a}.bb-landing .g-icon{width:26px;height:26px}.bb-landing .btn-apple{color:#fff;width:100%;font-family:var(--f-display);cursor:pointer;background:#000;border:2px solid #000;border-radius:15px;justify-content:center;align-items:center;gap:14px;padding:14px;font-size:19px;display:flex;box-shadow:0 4px .6px #000}.bb-landing .btn-apple:hover{background:#1a1a1a}.bb-landing .btn-google+.btn-apple{margin-top:12px}.bb-landing .apple-icon{fill:#fff;width:24px;height:24px}.bb-landing .signup-trust{font-family:var(--f-body);color:#9a9a9a;flex-wrap:wrap;justify-content:center;gap:8px 18px;margin-top:18px;font-size:13px;display:flex}.bb-landing .section{padding:96px 0}.bb-landing .eyebrow{font-family:var(--f-display);letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep);font-size:14px;font-weight:600}.bb-landing .h2{font-family:var(--f-display);letter-spacing:-.01em;margin:0;font-size:46px;font-weight:700;line-height:1.12}.bb-landing .lead{font-family:var(--f-body);color:#5d5d5d;font-size:19px;font-weight:300;line-height:1.55}.bb-landing .center{text-align:center}.bb-landing .center .lead{max-width:620px;margin-left:auto;margin-right:auto}.bb-landing .sec-head{margin-bottom:54px}.bb-landing .sec-head .h2{margin-top:12px}.bb-landing .sec-head .lead{margin-top:14px}.bb-landing .sobre>*,.bb-landing .destaques-inner>*,.bb-landing .como>*,.bb-landing .func>*,.bb-landing .news>*{min-width:0}.bb-landing .sobre{grid-template-columns:1fr 1.15fr;align-items:center;gap:64px;display:grid}.bb-landing .sobre p{font-family:var(--f-body);color:#3f3f3f;margin:0 0 20px;font-size:18px;font-weight:300;line-height:1.6}.bb-landing .sobre h2{margin-bottom:24px}.bb-landing .sobre-art{justify-content:center;align-items:center;min-height:460px;display:flex;position:relative}.bb-landing .phone-shot{background:#fff;border:6px solid #1d1d1d;border-radius:30px;overflow:hidden;box-shadow:0 30px 60px -24px #00000059}.bb-landing .phone-shot.a{z-index:2;width:268px;transform:rotate(-5deg)}.bb-landing .phone-shot.b{z-index:1;width:248px;position:absolute;bottom:0;right:26px;transform:rotate(6deg)}.bb-landing .destaques{background:linear-gradient(180deg,var(--blue-1),var(--blue-2));border-radius:40px;margin:0 16px;overflow:hidden}.bb-landing .destaques-inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:56px;padding:72px 64px;display:grid}.bb-landing .destaques h2{font-size:42px}.bb-landing .destaques .lead{color:#3a4a4d;margin:18px 0 30px}.bb-landing .mini-dash{border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:24px;padding:22px}.bb-landing .mini-dash h4{font-family:var(--f-display);margin:0 0 16px;font-size:18px;font-weight:600}.bb-landing .dash-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:13px 0;display:flex}.bb-landing .dash-row:first-of-type{border-top:none}.bb-landing .dash-row .name{color:#444;font-size:14px}.bb-landing .dash-row .val{font-family:var(--f-num);font-size:17px;font-weight:700}.bb-landing .dash-illus{justify-content:center;align-items:flex-end;display:flex;position:relative}.bb-landing .dash-illus img{filter:drop-shadow(0 18px 24px #0000002e);height:360px}.bb-landing #como .container{max-width:none;padding:0}.bb-landing .como{max-width:calc(var(--maxw) + 96px);grid-template-columns:1.1fr .9fr;align-items:center;gap:64px;margin-inline:auto;padding-inline:28px;display:grid}.bb-landing .como-art{justify-content:center;align-items:center;min-height:520px;margin-left:clamp(-64px,-3.5vw,0px);display:flex;position:relative}.bb-landing .como-arch{z-index:0;border:2px solid var(--line);pointer-events:none;background:radial-gradient(120% 90% at 50% 18%,#ffd9001a,#0000 60%);border-bottom:none;border-radius:170px 170px 0 0;width:330px;height:430px;position:absolute;top:46%;left:48%;transform:translate(-50%,-50%)}.bb-landing .como-char{z-index:2;filter:drop-shadow(0 22px 30px #00000029);width:clamp(300px,33vw,460px);height:auto;position:relative}.bb-landing .como-phone{z-index:1;border:2px solid var(--ink);width:clamp(170px,18vw,236px);box-shadow:var(--shadow-hard);background:#fff;border-radius:24px;padding:8px;position:absolute;top:6%;right:4%;overflow:hidden;transform:rotate(5deg)}.bb-landing .como-phone img{border-radius:15px;width:100%;height:auto;display:block}.bb-landing .como-toast{z-index:3;border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:18px;align-items:center;gap:12px;max-width:290px;padding:12px 14px;display:flex;position:absolute;bottom:13%;left:-2%;transform:rotate(-3deg)}.bb-landing .como-toast-ic{background:var(--yellow);border:2px solid var(--ink);width:40px;height:40px;box-shadow:var(--shadow-hard-sm);border-radius:11px;flex:0 0 40px;justify-content:center;align-items:center;display:flex}.bb-landing .como-toast-ic svg{width:20px;height:20px;color:var(--ink)}.bb-landing .como-toast-body{flex-direction:column;min-width:0;line-height:1.25;display:flex}.bb-landing .como-toast-body strong{font-family:var(--f-display);color:var(--ink);font-size:14.5px;font-weight:600}.bb-landing .como-toast-body span{font-family:var(--f-num);color:var(--muted);font-size:12.5px}.bb-landing .como-toast-cta{font-family:var(--f-display);color:var(--ink);background:var(--yellow);border:1.5px solid var(--ink);border-radius:10px;flex:none;padding:7px 12px;font-size:13px;font-weight:700}.bb-landing .como-steps{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.bb-landing .como-step{-moz-column-gap:26px;border-top:1px solid var(--line);grid-template-columns:auto 1fr;align-items:center;column-gap:26px;padding:28px 6px;display:grid}.bb-landing .como-step:first-child{border-top:none;padding-top:4px}.bb-landing .como-step:last-child{padding-bottom:4px}.bb-landing .como-step-num{font-family:var(--f-num);letter-spacing:-.02em;color:#0000;-webkit-text-stroke:2px var(--gold);-webkit-user-select:none;user-select:none;min-width:86px;font-size:72px;font-weight:700;line-height:.9}.bb-landing .como-step-body h3{font-family:var(--f-display);letter-spacing:-.01em;color:var(--ink);margin:0 0 6px;font-size:27px;font-weight:600;line-height:1.18}.bb-landing .como-step-body p{font-family:var(--f-body);color:#5d5d5d;max-width:46ch;margin:0;font-size:16px;font-weight:300;line-height:1.55}@media (prefers-reduced-motion:no-preference){.bb-landing .como-toast{animation:5s ease-in-out infinite como-float}.bb-landing .como-phone{animation:6s ease-in-out .4s infinite como-float}}@keyframes como-float{0%,to{translate:0}50%{translate:0 -8px}}.bb-landing .chips{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:50px;display:flex}.bb-landing .chip{border:1.5px solid var(--line);border-radius:var(--r-pill);font-family:var(--f-display);background:#fff;align-items:center;gap:9px;padding:11px 18px;font-size:15px;font-weight:500;display:inline-flex;box-shadow:0 2px 8px -5px #0003}.bb-landing .chip .ic{background:var(--ink);width:30px;height:30px;color:var(--yellow);border-radius:50%;justify-content:center;align-items:center;display:flex}.bb-landing .chip .ic svg{width:16px;height:16px}.bb-landing .rec-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.bb-landing .rec-card{border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:28px;flex-direction:column;display:flex;overflow:hidden}.bb-landing .rec-card .img{aspect-ratio:16/11;justify-content:center;align-items:flex-end;display:flex;position:relative;overflow:hidden}.bb-landing .rec-card .img.c1{background:linear-gradient(#fdf3cf,#fff7df)}.bb-landing .rec-card .img.c2{background:linear-gradient(#dce9fb,#eef4fe)}.bb-landing .rec-card .img.c3{background:linear-gradient(#e3f4e8,#f0faf2)}.bb-landing .rec-card .img.c4{background:linear-gradient(#fdf3cf,#fff7df);align-items:center}.bb-landing .rec-card .img.c5{background:linear-gradient(#dce9fb,#eef4fe);align-items:center}.bb-landing .rec-card .img.c6{background:linear-gradient(#e3f4e8,#f0faf2);align-items:center}.bb-landing .rec-card .img img{-o-object-fit:contain;object-fit:contain;width:auto;height:96%}.bb-landing .rec-ic{background:var(--ink);width:96px;height:96px;color:var(--yellow);box-shadow:var(--shadow-hard);border-radius:24px;justify-content:center;align-items:center;display:flex}.bb-landing .rec-ic svg{width:48px;height:48px}.bb-landing .benefit-tag{font-family:var(--f-display);letter-spacing:.1em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:8px;font-size:12.5px;font-weight:600;display:block}.bb-landing .rec-card .body{padding:24px}.bb-landing .rec-card h3{font-family:var(--f-display);margin:0 0 10px;font-size:21px;font-weight:600}.bb-landing .rec-card p{font-family:var(--f-body);color:#5d5d5d;margin:0;font-size:15px;font-weight:300;line-height:1.55}.bb-landing .rec-cta{justify-content:center;margin-top:48px;display:flex}.bb-landing .func{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.bb-landing .func-list{flex-direction:column;gap:18px;display:flex}.bb-landing .func-item{border:1.5px solid var(--line);background:#fff;border-radius:20px;align-items:flex-start;gap:18px;padding:22px;display:flex;box-shadow:0 6px 18px -12px #00000040}.bb-landing .func-item .ic{background:var(--yellow);border:2px solid var(--ink);border-radius:14px;flex:0 0 54px;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.bb-landing .func-item .ic svg{width:26px;height:26px}.bb-landing .func-item h3{font-family:var(--f-display);margin:0 0 6px;font-size:20px;font-weight:600}.bb-landing .func-item p{font-family:var(--f-body);color:#5d5d5d;margin:0;font-size:15px;font-weight:300;line-height:1.5}.bb-landing .func-art{justify-content:center;align-items:center;min-height:440px;display:flex;position:relative}.bb-landing .func-art .cal{border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:20px;max-width:440px;overflow:hidden}.bb-landing .func-art .person{z-index:3;height:230px;position:absolute;bottom:-30px;right:-10px}.bb-landing .band{background:var(--ink);color:#fff;border-radius:36px;margin:0 16px;position:relative;overflow:hidden}.bb-landing .band-inner{z-index:2;max-width:760px;padding:70px 64px;position:relative}.bb-landing .band .eyebrow{color:var(--yellow)}.bb-landing .band h2{color:#fff;margin:12px 0 22px;font-size:40px}.bb-landing .band p{color:#ffffffb3;max-width:560px;margin:0 0 30px;font-size:18px;font-weight:300;line-height:1.55}.bb-landing .band .mascot{opacity:.95;z-index:1;height:300px;position:absolute;bottom:0;right:48px}.bb-landing .quote-card{text-align:center;max-width:820px;margin:0 auto}.bb-landing .quote-stars{justify-content:center;gap:5px;margin-bottom:24px;display:flex}.bb-landing .quote-stars svg{width:24px;height:24px;color:var(--gold)}.bb-landing .quote-text{font-family:var(--f-display);letter-spacing:-.01em;margin:0 0 30px;font-size:30px;font-weight:500;line-height:1.4}.bb-landing .quote-author{justify-content:center;align-items:center;gap:14px;display:flex}.bb-landing .quote-author .av{border:2px solid var(--ink);background:var(--yellow);border-radius:50%;flex:0 0 54px;justify-content:center;align-items:center;width:54px;height:54px;display:flex;overflow:hidden}.bb-landing .quote-author .av img{-o-object-fit:cover;object-fit:cover;transform-origin:50%;width:100%;height:100%;transform:scale(1.5)translateY(6%)}.bb-landing .quote-author .meta{text-align:left}.bb-landing .quote-author .nm{font-family:var(--f-display);font-size:17px;font-weight:600}.bb-landing .quote-author .rl{color:var(--muted);font-size:14px}.bb-landing .dots{justify-content:center;gap:8px;margin-top:38px;display:flex}.bb-landing .dots i{background:var(--line);border-radius:50%;width:9px;height:9px}.bb-landing .dots i.on{background:var(--ink);border-radius:5px;width:26px}.bb-landing .planos{background:var(--paper)}.bb-landing .toggle{background:var(--ink);border-radius:var(--r-pill);gap:4px;margin:0 auto 44px;padding:5px;display:inline-flex}.bb-landing .toggle button{font-family:var(--f-display);color:#bdbdbd;border-radius:var(--r-pill);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:11px 26px;font-size:15px;font-weight:600}.bb-landing .toggle button.on{background:var(--yellow);color:var(--ink)}.bb-landing .plans{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:28px;display:grid}.bb-landing .plan{border:2px solid var(--ink);background:#fff;border-radius:34px;flex-direction:column;padding:42px 32px 32px;display:flex;position:relative}.bb-landing .plan.pop{box-shadow:var(--shadow-hard)}.bb-landing .plan .badge{background:var(--yellow);border:2px solid var(--ink);border-radius:var(--r-pill);font-family:var(--f-display);white-space:nowrap;padding:6px 16px;font-size:13px;font-weight:600;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.bb-landing .plan h3{font-family:var(--f-display);margin:0 0 8px;font-size:30px;font-weight:700}.bb-landing .plan .desc{font-family:var(--f-num);color:#444;min-height:66px;margin:0 0 22px;font-size:15px;line-height:1.5}.bb-landing .plan .price{border-top:1px solid #0000001f;align-items:flex-end;gap:9px;margin-bottom:24px;padding-top:24px;display:flex}.bb-landing .plan .price .v{font-family:var(--f-num);letter-spacing:-.02em;white-space:nowrap;font-size:52px;font-weight:700;line-height:1}.bb-landing .plan .price .per{font-family:var(--f-body);color:var(--muted);padding-bottom:9px;font-size:15px}.bb-landing .plan .btn{width:100%;margin-bottom:24px}.bb-landing .plan ul{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.bb-landing .plan li{font-family:var(--f-body);color:#333;align-items:center;gap:12px;font-size:15px;display:flex}.bb-landing .plan li .ck{background:var(--ink);width:22px;height:22px;color:var(--yellow);border-radius:50%;flex:0 0 22px;justify-content:center;align-items:center;display:flex}.bb-landing .plan li .ck svg{width:13px;height:13px}.bb-landing .faq{background:var(--ink);color:#fff}.bb-landing .faq .h2{color:#fff}.bb-landing .faq .lead{color:#fff9}.bb-landing .faq-list{max-width:860px;margin:0 auto}.bb-landing .acc{background:#262626;border:1.5px solid #3a3a3a;border-radius:18px;margin-bottom:14px;overflow:hidden}.bb-landing .acc-q{cursor:pointer;font-family:var(--f-display);justify-content:space-between;align-items:center;gap:16px;padding:24px 26px;font-size:19px;font-weight:500;display:flex}.bb-landing .acc-ic{border:2px solid var(--yellow);width:30px;height:30px;color:var(--yellow);border-radius:50%;flex:0 0 30px;justify-content:center;align-items:center;transition:transform .25s;display:flex}.bb-landing .acc-ic svg{width:15px;height:15px}.bb-landing .acc.open .acc-ic{transform:rotate(45deg)}.bb-landing .acc-a{max-height:0;transition:max-height .35s;overflow:hidden}.bb-landing .acc.open .acc-a{max-height:340px}.bb-landing .acc-a p{font-family:var(--f-body);color:#ffffffa6;margin:0;padding:0 64px 24px 26px;font-size:16px;font-weight:300;line-height:1.6}.bb-landing .final{padding:80px 0}.bb-landing .final-box{border:3px solid var(--ink);border-radius:40px;flex-direction:column;align-items:flex-start;min-height:340px;padding:64px;display:flex;position:relative;overflow:hidden}.bb-landing .final-logo{align-items:center;gap:14px;margin-bottom:auto;display:flex}.bb-landing .final-logo .wm{font-family:var(--f-display);letter-spacing:-.02em;font-size:42px;font-weight:700}.bb-landing .final-logo .wm .dot{color:var(--gold-deep);vertical-align:super;font-size:22px}.bb-landing .final h2{font-family:var(--f-display);max-width:660px;margin:38px 0 28px;font-size:40px;font-weight:700;line-height:1.15}.bb-landing .final-char{z-index:1;height:380px;position:absolute;top:50%;right:40px;transform:translateY(-50%)}.bb-landing .final-inner{z-index:2;position:relative}.bb-landing .footer{background:var(--ink);color:#fff;padding:72px 0 40px}.bb-landing .news{border-bottom:1px solid #333;grid-template-columns:1.2fr 1fr;align-items:center;gap:48px;padding-bottom:48px;display:grid}.bb-landing .news h3{font-family:var(--f-display);margin:0 0 12px;font-size:30px;font-weight:700}.bb-landing .news p{font-family:var(--f-body);color:#fff9;margin:0;font-size:16px;font-weight:300;line-height:1.55}.bb-landing .news-form{gap:12px;display:flex}.bb-landing .news-form input{color:#fff;min-width:0;height:56px;font-family:var(--f-body);background:#252525;border:1.5px solid #3a3a3a;border-radius:14px;outline:none;flex:1;padding:0 18px;font-size:15px}.bb-landing .news-form input::placeholder{color:#ffffff73}.bb-landing .news-form input:focus{border-color:var(--gold)}.bb-landing .news-form .btn{border-radius:14px;flex:none;height:56px;padding:0 26px;font-size:16px}.bb-landing .news-form input:-webkit-autofill{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:inset 0 0 0 1000px #252525}.bb-landing .news-form input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:inset 0 0 0 1000px #252525}.bb-landing .news-form input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:inset 0 0 0 1000px #252525}.bb-landing .foot-cols{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding:48px 0;display:grid}.bb-landing .foot-brand .brand{color:#fff;margin-bottom:16px}.bb-landing .foot-brand p{font-family:var(--f-body);color:#ffffff8c;max-width:280px;font-size:14px;font-weight:300;line-height:1.6}.bb-landing .foot-legal{font-family:var(--f-body);color:#ffffff75;max-width:280px;margin-top:16px;font-size:12px;font-weight:300;line-height:1.55}.bb-landing .foot-legal .legal-entity{margin-bottom:2px;display:block}.bb-landing .foot-legal .legal-cnpj{font-family:var(--f-num);letter-spacing:.01em}.bb-landing .foot-legal address{font-style:normal;display:block}.bb-landing .foot-col h5{font-family:var(--f-display);letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin:0 0 18px;font-size:14px;font-weight:600}.bb-landing .foot-col a{color:#fffc;margin-bottom:13px;font-size:15px;display:block}.bb-landing .foot-col a:hover{color:var(--yellow)}.bb-landing .foot-bottom{border-top:1px solid #333;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:30px;display:flex}.bb-landing .foot-bottom .links{gap:24px;display:flex}.bb-landing .foot-bottom a,.bb-landing .foot-bottom span{color:#ffffff80;font-size:13.5px}.bb-landing .socials{gap:12px;display:flex}.bb-landing .socials a{color:#fff;border:1px solid #3a3a3a;border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.bb-landing .socials a:hover{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}.bb-landing .socials svg{width:18px;height:18px}.bb-landing h1,.bb-landing h2,.bb-landing h3,.bb-landing h4{font-family:var(--f-display);letter-spacing:-.01em}.bb-landing .bg-card{border:2px solid var(--ink);box-shadow:var(--shadow-hard);border-radius:18px}.bb-landing .shadow,.bb-landing .shadow-sm,.bb-landing .shadow-md,.bb-landing .shadow-lg{box-shadow:none}.bb-landing .bg-card.shadow,.bb-landing .bg-card.shadow-sm,.bb-landing .bg-card.shadow-md,.bb-landing .bg-card.shadow-lg{box-shadow:var(--shadow-hard)}.bb-landing button.bg-primary,.bb-landing a .bg-primary,.bb-landing .bg-primary.shadow-sm{border:2px solid var(--ink);box-shadow:var(--shadow-hard-sm)}.bb-landing .rounded-lg{border-radius:14px}@media (max-width:1080px){.bb-landing .hero-card{grid-template-columns:1fr;min-height:0;padding:56px 0}.bb-landing .hero-headline{font-size:48px}.bb-landing .sobre,.bb-landing .destaques-inner,.bb-landing .como,.bb-landing .func,.bb-landing .news{grid-template-columns:1fr;gap:40px}.bb-landing #como .container{padding:0 28px}.bb-landing .como{max-width:none;padding-inline:0}.bb-landing .como-art{min-height:0;margin-left:0}.bb-landing .rec-grid,.bb-landing .plans{grid-template-columns:1fr}.bb-landing .chips{margin-bottom:36px}.bb-landing .h2{font-size:36px}.bb-landing .foot-cols{grid-template-columns:1fr 1fr;gap:32px}.bb-landing .final-char,.bb-landing .band .mascot{display:none}.bb-landing .final h2{font-size:30px}}@media (max-width:900px){.bb-landing .nav-links,.bb-landing .nav-cta{display:none}.bb-landing .nav-toggle{display:inline-flex}.bb-landing .nav-inner{height:64px}.bb-landing .nav-scrim{z-index:90;opacity:0;pointer-events:none;background:#20202052;transition:opacity .18s;display:block;position:fixed;inset:64px 0 0}.bb-landing .nav-scrim.is-open{opacity:1;pointer-events:auto}.bb-landing .nav-sheet{z-index:95;border-bottom:2px solid var(--ink);box-shadow:var(--shadow-hard);padding:10px 22px calc(20px + env(safe-area-inset-bottom,0px));opacity:0;pointer-events:none;background:#fff;max-height:calc(100dvh - 64px);transition:transform .2s,opacity .2s;display:block;position:fixed;top:64px;left:0;right:0;overflow-y:auto;transform:translateY(-12px)}.bb-landing .nav-sheet[data-open]{opacity:1;pointer-events:auto;transform:translateY(0)}.bb-landing .nav-sheet-row,.bb-landing .nav-sheet-group>summary{font-family:var(--f-display);color:var(--ink);border-bottom:1.5px solid var(--line);cursor:pointer;justify-content:space-between;align-items:center;min-height:44px;padding:17px 4px;font-size:18px;font-weight:600;list-style:none;display:flex}.bb-landing .nav-sheet-row:hover,.bb-landing .nav-sheet-row[data-active]{color:var(--gold-deep)}.bb-landing .nav-sheet-group>summary::-webkit-details-marker{display:none}.bb-landing .nav-sheet-chevron{border:2px solid var(--ink);border-radius:50%;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;transition:transform .2s,background .12s;display:flex}.bb-landing .nav-sheet-chevron svg{width:15px;height:15px;color:var(--ink)}.bb-landing .nav-sheet-group[open]>summary .nav-sheet-chevron{background:var(--yellow);transform:rotate(45deg)}.bb-landing .nav-sheet-sub{border-left:2px solid var(--ink);flex-direction:column;margin:4px 0 6px 8px;padding-left:14px;display:flex}.bb-landing .nav-sheet-sub a{font-family:var(--f-body);color:#444;border-bottom:1px solid var(--line);padding:11px 4px;font-size:15.5px;font-weight:400}.bb-landing .nav-sheet-sub a:last-child{border-bottom:none}.bb-landing .nav-sheet-sub a:hover{color:var(--ink)}.bb-landing .nav-sheet-sub .nav-sheet-all{font-family:var(--f-display);color:var(--gold-deep);font-weight:600}.bb-landing .nav-sheet-foot{flex-direction:column;gap:14px;padding-top:18px;display:flex}.bb-landing .nav-sheet-cta{justify-content:center;width:100%}.bb-landing .nav-sheet-login{text-align:center;font-family:var(--f-display);color:var(--gold-deep);padding:8px;font-size:16px;font-weight:600}.bb-landing .nav-sheet-row:focus-visible,.bb-landing .nav-sheet-sub a:focus-visible,.bb-landing .nav-sheet-group>summary:focus-visible{outline:2px solid var(--ink);outline-offset:2px;border-radius:8px}}@media (max-width:680px){.bb-landing .container{padding:0 18px}.bb-landing .foot-legal{max-width:100%}.bb-landing .hero-card{gap:32px;padding:40px 0}.bb-landing .hero-headline{font-size:34px;line-height:1.1}.bb-landing .hero-sub{margin-top:18px;font-size:17px}.bb-landing .hero-actions{gap:12px}.bb-landing .hero-actions .btn{width:100%}.bb-landing .signup-card{padding:20px}.bb-landing .h2{font-size:28px}.bb-landing .section{padding:56px 0}.bb-landing .sec-head{margin-bottom:36px}.bb-landing .lead{font-size:17px}.bb-landing .sobre-art{flex-direction:column;gap:18px;min-height:0}.bb-landing .phone-shot.a{transform:rotate(-3deg)}.bb-landing .phone-shot.b{width:228px;position:static;bottom:auto;right:auto;transform:rotate(3deg)}.bb-landing .destaques,.bb-landing .band{margin:0 4px}.bb-landing .destaques-inner{padding:40px 22px}.bb-landing .band-inner{max-width:none;padding:48px 24px}.bb-landing .destaques h2,.bb-landing .band h2{font-size:28px}.bb-landing .final{padding:48px 0}.bb-landing .final-box{border-radius:28px;padding:36px 24px}.bb-landing .final h2{margin:28px 0 24px;font-size:26px}.bb-landing .como-phone,.bb-landing .como-toast,.bb-landing .como-arch{display:none}.bb-landing .como-char{width:min(78vw,300px)}.bb-landing .como-art{min-height:0;margin-bottom:8px}.bb-landing .como-step{-moz-column-gap:18px;column-gap:18px;padding:22px 2px}.bb-landing .como-step-num{min-width:62px;font-size:52px}.bb-landing .como-step-body h3{font-size:22px}.bb-landing .como-step-body p{font-size:15px}.bb-landing .quote-text{font-size:21px}.bb-landing .plan{border-radius:28px;padding:36px 22px 28px}.bb-landing .plan .price .v{font-size:44px}.bb-landing .acc-q{padding:18px;font-size:17px}.bb-landing .acc-a p{padding:0 18px 20px}.bb-landing .footer{padding:56px 0 32px}.bb-landing .news{gap:20px;padding-bottom:36px}.bb-landing .news h3{font-size:24px}.bb-landing .news-form{flex-direction:column}.bb-landing .news-form input{flex:none;width:100%}.bb-landing .news-form .btn{width:100%}.bb-landing .foot-cols{grid-template-columns:1fr 1fr;gap:28px 20px;padding:36px 0}.bb-landing .foot-bottom{flex-direction:column;align-items:flex-start}}@media (max-width:400px){.bb-landing .hero-headline{font-size:30px}.bb-landing .h2{font-size:25px}.bb-landing .brand{font-size:21px}.bb-landing .signup-head h3{font-size:26px}.bb-landing .signup .btn{font-size:19px}.bb-landing .foot-cols{grid-template-columns:1fr}.bb-landing .btn{white-space:normal;text-align:center}}.bb-landing .hero-badge{font-family:var(--f-body);letter-spacing:.01em;color:var(--yellow);background:#ffd9001f;border:1px solid #ffd90066;border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:7px 15px;font-size:14px;font-weight:500;display:inline-flex}.bb-landing .hero-hl{color:var(--yellow)}.bb-landing .pillars-section{padding:64px 0}.bb-landing .pillars{grid-template-columns:1fr 1fr;gap:22px;display:grid}.bb-landing .pillar-card{border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:24px;align-items:flex-start;gap:18px;padding:28px;display:flex}.bb-landing .pillar-ic{background:var(--ink);width:56px;height:56px;color:var(--yellow);border-radius:14px;flex:none;justify-content:center;align-items:center;display:flex}.bb-landing .pillar-ic svg{width:30px;height:30px}.bb-landing .pillar-body h3{font-family:var(--f-display);color:var(--ink);margin:0 0 8px;font-size:24px;font-weight:700;line-height:1.2}.bb-landing .pillar-body p{font-family:var(--f-body);color:#444;margin:0;font-size:16px;line-height:1.5}@media (max-width:720px){.bb-landing .pillars{grid-template-columns:1fr;gap:16px}.bb-landing .pillar-card{padding:22px}}@media (min-width:981px){.bb-landing .hero-card{grid-template-columns:1.05fr .95fr;min-height:720px;padding:72px 0}.bb-landing .hero-headline{font-size:56px}.bb-landing .sobre{grid-template-columns:1fr 1.15fr;gap:56px}.bb-landing .destaques-inner{grid-template-columns:1.1fr .9fr;gap:48px}.bb-landing .como{grid-template-columns:1.1fr .9fr;gap:56px}.bb-landing .func{grid-template-columns:1fr 1fr;gap:56px}.bb-landing .news{grid-template-columns:1.2fr 1fr;gap:48px}.bb-landing .rec-grid,.bb-landing .plans{grid-template-columns:repeat(3,1fr)}.bb-landing .foot-cols{grid-template-columns:1.4fr 1fr 1fr 1fr}.bb-landing .h2{font-size:46px}.bb-landing .final-char,.bb-landing .band .mascot{display:block}.bb-landing .final h2{font-size:40px}.bb-landing .destaques,.bb-landing .band{max-width:calc(var(--maxw) + 32px);margin-left:auto;margin-right:auto}}@media (min-width:1081px){.bb-landing .hero-card{min-height:760px;padding:84px 0}.bb-landing .hero-headline{font-size:64px}.bb-landing .quote-text{font-size:32px}.bb-landing .plan.pop{transform:translateY(-12px)}}.bb-landing .toggle-savings{display:none}@media (min-width:981px){.bb-landing .toggle-wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:inline-flex}.bb-landing .toggle-savings{font-family:var(--f-display);letter-spacing:.02em;color:var(--green);border-radius:var(--r-pill);white-space:nowrap;background:#0a8a3d1a;border:1px solid #0a8a3d59;align-items:center;padding:7px 14px;font-size:13px;font-weight:600;display:inline-flex}.bb-desktop-cta{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border:2px solid #202020;border-radius:18px;align-items:center;gap:22px;width:min(700px,100% - 48px);padding:14px 18px 14px 24px;bottom:24px;left:50%;right:auto;box-shadow:0 18px 42px -18px #00000080;display:flex!important;transform:translate(-50%)translateY(0)!important}.bb-desktop-cta.bb-desktop-cta--hidden{opacity:0;pointer-events:none;transform:translate(-50%)translateY(160%)!important}.bb-desktop-cta .bb-desktop-cta__copy{flex-direction:column;flex:auto;order:1;gap:2px;min-width:0;display:flex}.bb-desktop-cta .bb-desktop-cta__title{color:#202020;font-family:Clash Grotesk,system-ui,sans-serif;font-size:17px;font-weight:700;line-height:1.2}.bb-desktop-cta .bb-desktop-cta__sub{text-align:left;color:#7a7a7a;margin:0;font-family:Sora,system-ui,sans-serif;font-size:13px}.bb-desktop-cta .bb-desktop-cta__action{flex:none;order:2;margin-left:auto}.bb-desktop-cta .bb-desktop-cta__action .btn,.bb-desktop-cta .bb-desktop-cta__action button{white-space:nowrap;width:auto}}.bb-desktop-cta .bb-desktop-cta__action .btn,.bb-desktop-cta .bb-desktop-cta__action button{color:#202020;letter-spacing:.03em;background:#ffd900;border:2px solid #fffb7b;border-radius:14px;font-family:Clash Grotesk,system-ui,sans-serif;font-weight:700;box-shadow:0 4px #000}.bb-desktop-cta .bb-desktop-cta__action .btn:hover,.bb-desktop-cta .bb-desktop-cta__action button:hover{background:#ffd900}.bb-desktop-cta .bb-desktop-cta__action .btn:active,.bb-desktop-cta .bb-desktop-cta__action button:active{transform:translateY(4px);box-shadow:0 0 #000}@media (max-width:980px){.bb-desktop-cta{padding:14px 16px calc(14px + env(safe-area-inset-bottom,0px));background:#fffffff7;border-top:2px solid #202020;box-shadow:0 -16px 38px -20px #00000073}.bb-desktop-cta .bb-desktop-cta__sub{color:#7a7a7a;font-family:Sora,system-ui,sans-serif}}.bb-landing .bb-content-card{border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:18px;height:100%}.bb-landing .x-mark{color:#c0392b;background:#fdecec;border-radius:50%;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.bb-landing .x-mark svg{width:12px;height:12px}.bb-landing .transform-col .ck,.bb-landing .compare-table .ck{background:var(--ink);width:22px;height:22px;color:var(--yellow);vertical-align:middle;border-radius:50%;flex:0 0 22px;justify-content:center;align-items:center;display:inline-flex}.bb-landing .transform-col .ck svg,.bb-landing .compare-table .ck svg{width:13px;height:13px}.bb-landing .trust-inline{font-family:var(--f-body);color:#5d5d5d;flex-wrap:wrap;justify-content:center;gap:8px 22px;margin-top:18px;font-size:13.5px;display:flex}.bb-landing .trust-row{font-family:var(--f-body);color:var(--muted);flex-wrap:wrap;justify-content:center;gap:8px 22px;margin-top:14px;font-size:13px;display:flex}.bb-landing .pain-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.bb-landing .pain-card{border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:20px;padding:24px}.bb-landing .pain-quote{font-family:var(--f-display);margin:14px 0 8px;font-size:17px;font-weight:600;line-height:1.35}.bb-landing .pain-cost{font-family:var(--f-body);color:#5d5d5d;margin:0;font-size:14px;font-weight:300;line-height:1.45}.bb-landing .transform-split{grid-template-columns:1fr 1fr;gap:22px;margin-bottom:26px;display:grid}.bb-landing .transform-col{border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:24px;padding:28px}.bb-landing .transform-col.after{background:var(--yellow)}.bb-landing .transform-col h3{font-family:var(--f-display);margin:0 0 18px;font-size:21px;font-weight:700}.bb-landing .transform-col ul{flex-direction:column;gap:13px;margin:0;padding:0;list-style:none;display:flex}.bb-landing .transform-col li{font-family:var(--f-body);align-items:center;gap:12px;font-size:15.5px;display:flex}.bb-landing .transform-col.before li{color:#5d5d5d}.bb-landing .compare-wrap{overflow-x:auto}.bb-landing .compare-table{border-collapse:separate;border-spacing:0;border:2px solid var(--ink);width:100%;box-shadow:var(--shadow-hard);background:#fff;border-radius:20px;overflow:hidden}.bb-landing .compare-table th,.bb-landing .compare-table td{text-align:left;font-family:var(--f-body);border-top:1px solid var(--line);padding:15px 20px;font-size:15px}.bb-landing .compare-table thead th{font-family:var(--f-display);border-top:none;font-size:15px;font-weight:600}.bb-landing .compare-table tbody th{color:#444;font-weight:500}.bb-landing .compare-table td{color:#5d5d5d}.bb-landing .compare-table .hl{color:var(--ink);background:#ffd90029;font-weight:500}.bb-landing .compare-table td.hl{display:table-cell}.bb-landing .compare-table td .ck{margin-right:10px}.bb-landing .stats-strip{text-align:center;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px;display:grid}.bb-landing .stat .v{font-family:var(--f-num);letter-spacing:-.02em;font-size:36px;font-weight:700;display:block}.bb-landing .stat .l{font-family:var(--f-body);color:#5d5d5d;margin-top:4px;font-size:14px;display:block}.bb-landing .stats-attr{text-align:center;color:var(--muted-2);margin:10px 0 0;font-size:12px}.bb-landing .showcase .container{position:relative}.bb-landing .showcase-rail{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:18px;padding:4px 4px 10px;display:flex;overflow-x:auto}.bb-landing .showcase-rail::-webkit-scrollbar{display:none}.bb-landing .bb-frame{scroll-snap-align:center;border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:20px;flex-direction:column;flex:0 0 85%;margin:0;display:flex;overflow:hidden}.bb-landing .bb-frame-bar{border-bottom:2px solid var(--ink);background:var(--paper);align-items:center;gap:6px;padding:10px 14px;display:flex}.bb-landing .bb-frame-bar i{background:#e3e1dc;border:1px solid #c9c7c2;border-radius:50%;width:10px;height:10px}.bb-landing .bb-frame-bar span{font-family:var(--f-num);color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-left:8px;font-size:12px;overflow:hidden}.bb-landing .bb-frame .shot{aspect-ratio:4/3;background:#fff;justify-content:center;align-items:flex-start;display:flex;overflow:hidden}.bb-landing .bb-frame .shot img{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%;height:100%}.bb-landing .bb-frame--phone .shot{aspect-ratio:4/3}.bb-landing .bb-frame figcaption{border-top:2px solid var(--ink);flex-direction:column;gap:3px;padding:14px 16px;display:flex}.bb-landing .bb-frame figcaption strong{font-family:var(--f-display);font-size:16px;font-weight:600}.bb-landing .bb-frame figcaption span{font-family:var(--f-body);color:#5d5d5d;font-size:13.5px;font-weight:300;line-height:1.45}.bb-landing .showcase-person{display:none}.bb-landing .testimonials .container{position:relative}.bb-landing .quote-mascot{display:none}.bb-landing .final-hl{color:var(--gold-deep)}.bb-landing .final-sub{font-family:var(--f-body);color:#5d5d5d;max-width:560px;margin:0 0 26px;font-size:17px;font-weight:300;line-height:1.55}.bb-landing .final .trust-inline{justify-content:flex-start}.bb-landing .final-char{width:auto}.bb-landing .faq-definition{background:#262626;border:1.5px solid #3a3a3a;border-radius:18px;max-width:860px;margin:0 auto 28px;padding:24px 26px}.bb-landing .faq-definition h3{font-family:var(--f-display);color:#fff;margin:0 0 10px;font-size:19px;font-weight:600}.bb-landing .faq-definition p{font-family:var(--f-body);color:#ffffffa6;margin:0;font-size:15px;font-weight:300;line-height:1.6}.bb-landing .faq-links{flex-wrap:wrap;gap:12px 28px;max-width:860px;margin:26px auto 0;display:flex}.bb-landing .faq-links a{font-family:var(--f-display);color:var(--yellow);text-underline-offset:4px;font-size:15px;font-weight:600;text-decoration:underline}.bb-landing .faq-links a:hover{color:var(--yellow-edge)}.bb-landing .plan-objections{color:var(--ink);margin-top:34px;font-size:14.5px}@media (max-width:1080px){.bb-landing .pain-grid{grid-template-columns:1fr 1fr;gap:14px}.bb-landing .transform-split{grid-template-columns:1fr;gap:16px}}@media (max-width:680px){.bb-landing .pain-grid{grid-template-columns:1fr}.bb-landing .pain-card{padding:20px}.bb-landing .stats-strip{grid-template-columns:1fr 1fr;gap:22px 12px}.bb-landing .stat .v{font-size:30px}.bb-landing .compare-table th,.bb-landing .compare-table td{padding:12px;font-size:13.5px}.bb-landing .transform-col{border-radius:20px;padding:22px}.bb-landing .faq-definition{padding:20px 18px}}@media (min-width:981px){.bb-landing .showcase-rail{grid-template-columns:repeat(4,1fr);padding:4px;display:grid;overflow:visible}.bb-landing .bb-frame{flex:none}}@media (min-width:1081px){.bb-landing .showcase-person{z-index:1;pointer-events:none;width:auto;height:200px;display:block;position:absolute;bottom:-64px;right:-8px}.bb-landing .quote-mascot{pointer-events:none;opacity:.95;width:auto;height:220px;display:block;position:absolute;bottom:-40px;right:24px}}.bb-landing .legal{--legal-measure:64ch;--legal-ink-soft:#3f3f3f;--legal-rule:var(--line);--legal-yellow-wash:#ffd90024;--legal-yellow-line:#ffd9008c;--legal-scroll-offset:98px;padding:40px 0 16px}.bb-landing{scroll-behavior:smooth}.bb-landing .legal [id]{scroll-margin-top:var(--legal-scroll-offset)}.bb-landing .legal-skip{z-index:200;background:var(--ink);color:#fff;font-family:var(--f-display);border-radius:0 0 12px;padding:12px 18px;font-weight:600;position:absolute;top:0;left:-9999px}.bb-landing .legal-skip:focus{left:0}.bb-landing .legal-header{max-width:760px;margin:0 0 36px}.bb-landing .legal-h1{font-family:var(--f-display);letter-spacing:-.02em;color:var(--ink);align-items:center;gap:16px;margin:14px 0 0;font-size:50px;font-weight:700;line-height:1.08;display:flex}.bb-landing .legal-hero-ic{background:var(--ink);width:52px;height:52px;color:var(--yellow);box-shadow:var(--shadow-hard-sm);border-radius:14px;flex:none;justify-content:center;align-items:center;display:flex}.bb-landing .legal-hero-ic svg{width:28px;height:28px}.bb-landing .legal-intro{font-family:var(--f-body);color:#5d5d5d;max-width:var(--legal-measure);margin:20px 0 0;font-size:19px;font-weight:300;line-height:1.6}.bb-landing .legal-stamp{font-family:var(--f-num);color:var(--ink);background:var(--yellow);border:2px solid var(--ink);border-radius:var(--r-pill);box-shadow:var(--shadow-hard-sm);align-items:center;gap:8px;margin-top:22px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.bb-landing .legal-stamp svg{width:15px;height:15px}.bb-landing .legal-identifiers{border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:18px;margin:0 0 8px;padding:26px 28px}.bb-landing .legal-identifiers h2{font-family:var(--f-display);letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 18px;font-size:15px;font-weight:600}.bb-landing .legal-id-grid{grid-template-columns:1fr 1fr;gap:14px 32px;display:grid}.bb-landing .legal-id-grid>div{font-family:var(--f-body);color:#3f3f3f;border-bottom:1px solid var(--line);padding-bottom:14px;font-size:14.5px;line-height:1.5}.bb-landing .legal-id-grid .full{grid-column:1/-1}.bb-landing .legal-id-grid .lbl{font-family:var(--f-num);letter-spacing:.08em;text-transform:uppercase;color:var(--ink);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.bb-landing .legal-id-grid a{color:var(--ink);text-decoration:underline;-webkit-text-decoration-color:var(--legal-yellow-line);text-decoration-color:var(--legal-yellow-line);text-underline-offset:3px;font-weight:500}.bb-landing .legal-shell{margin-top:40px;display:block}.bb-landing .legal-shell>*{min-width:0}.bb-landing .legal-toc{display:none}.bb-landing .legal-toc-title{font-family:var(--f-display);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0 0 14px;font-size:13px;font-weight:600}.bb-landing .legal-toc-list{margin:0;padding:0;list-style:none}.bb-landing .legal-toc-list a{font-family:var(--f-body);color:#5d5d5d;border-left:3px solid #0000;border-radius:8px;padding:8px 12px;font-size:14px;line-height:1.4;transition:color .12s,background .12s,border-color .12s;display:block}.bb-landing .legal-toc-list a:hover{color:var(--ink);background:var(--paper)}.bb-landing .legal-toc .legal-toc-list a.is-active{color:var(--ink);background:var(--legal-yellow-wash);border-left-color:var(--yellow);font-weight:500}.bb-landing .legal-toc-mobile{border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:16px;margin:0 0 32px;overflow:hidden}.bb-landing .legal-toc-mobile>summary{cursor:pointer;font-family:var(--f-display);color:var(--ink);justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;font-size:17px;font-weight:600;list-style:none;display:flex}.bb-landing .legal-toc-mobile>summary::-webkit-details-marker{display:none}.bb-landing .legal-toc-chevron{border:2px solid var(--ink);border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .25s;display:flex}.bb-landing .legal-toc-chevron svg{width:15px;height:15px}.bb-landing .legal-toc-mobile[open] .legal-toc-chevron{transform:rotate(45deg)}.bb-landing .legal-toc-mobile .legal-toc-list{border-top:2px solid var(--ink);padding:4px 8px 12px}.bb-landing .legal-toc-mobile .legal-toc-list a{font-family:var(--f-body);color:#444;border-bottom:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:15px;display:block}.bb-landing .legal-toc-mobile .legal-toc-list li:last-child a{border-bottom:none}.bb-landing .legal-section{scroll-margin-top:var(--legal-scroll-offset);border-top:1px solid var(--legal-rule);outline:none;padding:36px 0}.bb-landing .legal-section:first-of-type{border-top:none;padding-top:8px}.bb-landing .legal-sec-head{align-items:center;gap:16px;margin-bottom:20px;display:flex}.bb-landing .legal-num{background:var(--ink);width:48px;height:48px;color:var(--yellow);font-family:var(--f-num);border:2px solid var(--ink);box-shadow:var(--shadow-hard-sm);border-radius:12px;flex:none;justify-content:center;align-items:center;font-size:22px;font-weight:700;line-height:1;display:flex}.bb-landing .legal-sec-ic{width:22px;height:22px;color:var(--muted);flex:none}.bb-landing .legal-sec-ic svg{width:22px;height:22px}.bb-landing .legal-h2{font-family:var(--f-display);letter-spacing:-.01em;color:var(--ink);margin:0;font-size:25px;font-weight:600;line-height:1.2}.bb-landing .legal-prose{max-width:var(--legal-measure)}.bb-landing .legal-prose p{font-family:var(--f-body);color:var(--legal-ink-soft);margin:0 0 18px;font-size:16.5px;font-weight:300;line-height:1.72}.bb-landing .legal-prose p:last-child{margin-bottom:0}.bb-landing .legal-prose ul{flex-direction:column;gap:14px;margin:0 0 18px;padding:0;list-style:none;display:flex}.bb-landing .legal-prose li{font-family:var(--f-body);color:var(--legal-ink-soft);border-left:2px solid var(--legal-rule);padding-left:20px;font-size:16.5px;font-weight:300;line-height:1.7;position:relative}.bb-landing .legal-prose li:before{content:"";background:var(--ink);width:8px;height:2px;position:absolute;top:.7em;left:-2px}.bb-landing .legal-prose a,.bb-landing .legal-callout a{color:var(--ink);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:2px;-webkit-text-decoration-color:var(--legal-yellow-line);text-decoration-color:var(--legal-yellow-line);font-weight:500;transition:color .12s,text-decoration-color .12s}.bb-landing .legal-prose a:hover,.bb-landing .legal-callout a:hover{color:var(--gold-deep);-webkit-text-decoration-color:var(--gold-deep);text-decoration-color:var(--gold-deep)}.bb-landing .legal-callout{background:var(--legal-yellow-wash);border:2px solid var(--ink);box-shadow:var(--shadow-hard);border-radius:24px;align-items:flex-start;gap:20px;margin:48px 0 0;padding:32px;display:flex}.bb-landing .legal-callout-ic{background:var(--ink);width:54px;height:54px;color:var(--yellow);border-radius:14px;flex:none;justify-content:center;align-items:center;display:flex}.bb-landing .legal-callout-ic svg{width:28px;height:28px}.bb-landing .legal-callout-body{min-width:0}.bb-landing .legal-callout h2{font-family:var(--f-display);color:var(--ink);margin:0 0 8px;font-size:24px;font-weight:700}.bb-landing .legal-callout p{font-family:var(--f-body);color:#3f3f3f;max-width:60ch;margin:0 0 12px;font-size:16px;font-weight:300;line-height:1.6}.bb-landing .legal-contact-row{margin:0 0 6px;font-size:15px}.bb-landing .legal-contact-row .lbl{color:var(--ink);font-weight:600}.bb-landing .legal-contact-row a{font-family:var(--f-num);font-weight:500}.bb-landing .legal-anpd{margin-top:14px}.bb-landing .legal-footnav{border-top:2px solid var(--ink);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin:48px 0 0;padding:28px 0 0;display:flex}.bb-landing .legal-footnav-cross{font-family:var(--f-display);color:var(--ink);text-decoration:underline;-webkit-text-decoration-color:var(--legal-yellow-line);text-decoration-color:var(--legal-yellow-line);text-underline-offset:4px;font-size:15px;font-weight:600}.bb-landing .legal-footnav-cross:hover{color:var(--gold-deep)}.bb-landing .legal a:focus-visible,.bb-landing .legal summary:focus-visible,.bb-landing .legal .btn:focus-visible{outline:2px solid var(--ink);outline-offset:2px;border-radius:4px}.bb-landing .legal-section:target .legal-num{box-shadow:0 0 0 3px var(--legal-yellow-line),var(--shadow-hard-sm)}@media (min-width:901px){.bb-landing .legal-shell{grid-template-columns:248px minmax(0,1fr);align-items:start;gap:56px;display:grid}.bb-landing .legal-toc{border-left:2px solid var(--ink);scrollbar-width:thin;max-height:calc(100vh - 120px);padding:4px 0 4px 18px;display:block;position:sticky;top:96px;overflow-y:auto}.bb-landing .legal-toc-mobile{display:none}}@media (max-width:680px){.bb-landing .legal{padding:24px 0 8px}.bb-landing .legal-h1{gap:12px;font-size:30px}.bb-landing .legal-hero-ic{width:44px;height:44px}.bb-landing .legal-h2{font-size:21px}.bb-landing .legal-num{width:42px;height:42px;font-size:19px}.bb-landing .legal-id-grid{grid-template-columns:1fr}.bb-landing .legal-callout{flex-direction:column;gap:16px;padding:24px}.bb-landing .legal-footnav{flex-direction:column;align-items:stretch}.bb-landing .legal-footnav .btn{text-align:center;width:100%}}@media (max-width:400px){.bb-landing .legal-h1{font-size:26px}}@media (prefers-reduced-motion:reduce){.bb-landing{scroll-behavior:auto}.bb-landing .legal-toc-chevron{transition:none}}.bb-landing{--cat-gestao:#ffd900;--cat-marketing:#e0552e;--cat-tech:#2f6df0;--cat-compare:#1f9d72;--cat-legal:#6a4bc4;--cat-default:#202020}.bb-landing .bb-phead{max-width:760px;margin:0;padding:8px 0 0}.bb-landing .bb-phead-h1{font-family:var(--f-display);letter-spacing:-.02em;color:var(--ink);flex-wrap:wrap;align-items:center;gap:16px;margin:14px 0 0;font-size:50px;font-weight:700;line-height:1.08;display:flex}.bb-landing .bb-phead-ic{background:var(--ink);width:52px;height:52px;color:var(--yellow);box-shadow:var(--shadow-hard-sm);border-radius:14px;flex:none;justify-content:center;align-items:center;display:flex}.bb-landing .bb-phead-ic svg{width:28px;height:28px}.bb-landing .bb-hl{color:var(--gold-deep)}.bb-landing .bb-phead-intro{font-family:var(--f-body);color:#5d5d5d;max-width:var(--legal-measure,64ch);margin:20px 0 0;font-size:19px;font-weight:300;line-height:1.6}.bb-landing .bb-phead-meta{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.bb-landing .bb-chip-stamp{font-family:var(--f-num);color:var(--ink);background:var(--yellow);border:2px solid var(--ink);border-radius:var(--r-pill);box-shadow:var(--shadow-hard-sm);align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.bb-landing .bb-chip-stamp svg{width:15px;height:15px}.bb-landing .bb-chip-ghost{font-family:var(--f-num);color:var(--ink);border:2px solid var(--ink);border-radius:var(--r-pill);background:#fff;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.bb-landing .bb-chip-ghost svg{width:15px;height:15px}.bb-landing .addon-chips{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.bb-landing .bb-phead-cta{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.bb-landing .bb-sec-head{align-items:center;gap:14px;margin:0 0 20px;display:flex}.bb-landing .bb-sec-ic{width:22px;height:22px;color:var(--muted);flex:none}.bb-landing .bb-sec-ic svg{width:22px;height:22px}.bb-landing .bb-h2{font-family:var(--f-display);letter-spacing:-.01em;color:var(--ink);margin:0;font-size:25px;font-weight:600;line-height:1.2}.bb-landing .bb-prose{max-width:var(--legal-measure,64ch)}.bb-landing .bb-prose p{font-family:var(--f-body);color:var(--legal-ink-soft,#3f3f3f);margin:0 0 18px;font-size:16.5px;font-weight:300;line-height:1.72}.bb-landing .bb-prose p:last-child{margin-bottom:0}.bb-landing .bb-prose ul{flex-direction:column;gap:14px;margin:0 0 18px;padding:0;list-style:none;display:flex}.bb-landing .bb-prose li{border-left:2px solid var(--line);font-family:var(--f-body);color:var(--legal-ink-soft,#3f3f3f);padding-left:20px;font-size:16.5px;font-weight:300;line-height:1.7;position:relative}.bb-landing .bb-prose li:before{content:"";background:var(--ink);width:8px;height:2px;position:absolute;top:.7em;left:-2px}.bb-landing .bb-prose a{color:var(--ink);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:2px;-webkit-text-decoration-color:var(--legal-yellow-line,#ffd9008c);text-decoration-color:var(--legal-yellow-line,#ffd9008c);font-weight:500;transition:color .12s,text-decoration-color .12s}.bb-landing .bb-prose a:hover{color:var(--gold-deep);-webkit-text-decoration-color:var(--gold-deep);text-decoration-color:var(--gold-deep)}.bb-landing .bb-pullquote{border-left:4px solid var(--yellow);background:var(--legal-yellow-wash,#ffd90024);font-family:var(--f-display);color:var(--ink);border-radius:0 14px 14px 0;margin:26px 0;padding:18px 22px;font-size:23px;font-weight:500;line-height:1.35}.bb-landing .bb-sec{border-top:1px solid var(--line);padding:48px 0}.bb-landing .bb-sec:first-of-type{border-top:none}.bb-landing .bb-sec-title{font-family:var(--f-display);letter-spacing:-.01em;color:var(--ink);margin:0 0 24px;font-size:28px;font-weight:700}.bb-landing .bb-feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.bb-landing .bb-value-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.bb-landing .bb-post-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.bb-landing .bb-note-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.bb-landing .bb-feature{border:2px solid var(--ink);height:100%;box-shadow:var(--shadow-hard);color:inherit;background:#fff;border-radius:20px;flex-direction:column;padding:24px;text-decoration:none;transition:transform .12s,box-shadow .12s;display:flex;position:relative}.bb-landing .bb-feature:hover{box-shadow:0 6px 0 0 var(--black);transform:translate(-1px,-2px)}.bb-landing .bb-feature:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.bb-landing .bb-feature-ic{background:var(--yellow);border:2px solid var(--ink);border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:16px;display:flex}.bb-landing .bb-feature-ic svg{width:26px;height:26px;color:var(--ink)}.bb-landing .bb-feature-title{font-family:var(--f-display);color:var(--ink);margin:0 0 6px;font-size:19px;font-weight:600}.bb-landing .bb-feature-desc{font-family:var(--f-body);color:#5d5d5d;flex:1;margin:0;font-size:15px;font-weight:300;line-height:1.5}.bb-landing .bb-feature-arrow{color:var(--muted);align-self:flex-end;margin-top:14px;transition:transform .12s,color .12s}.bb-landing .bb-feature-arrow svg{width:20px;height:20px}.bb-landing .bb-feature:hover .bb-feature-arrow{color:var(--ink);transform:translate(4px)}.bb-landing .bb-stat{border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:20px;margin-bottom:22px;padding:28px 30px}.bb-landing .bb-stat-head{align-items:center;gap:16px;margin-bottom:20px;display:flex}.bb-landing .bb-stat-plate{background:var(--yellow);border:2px solid var(--ink);min-width:72px;height:52px;box-shadow:var(--shadow-hard-sm);font-family:var(--f-num);color:var(--ink);border-radius:12px;flex:none;justify-content:center;align-items:center;padding:0 14px;font-size:26px;font-weight:700;line-height:1;display:inline-flex}.bb-landing .bb-stat-claim{font-family:var(--f-display);color:var(--ink);margin:0;font-size:20px;font-weight:600;line-height:1.25}.bb-landing .bb-stat-grid{grid-template-columns:1fr 1fr;gap:18px 28px;margin:0;display:grid}.bb-landing .bb-stat-grid dt{font-family:var(--f-num);letter-spacing:.08em;text-transform:uppercase;color:var(--ink);margin:0 0 4px;font-size:11px;font-weight:700}.bb-landing .bb-stat-grid dd{font-family:var(--f-body);color:var(--legal-ink-soft,#3f3f3f);margin:0;font-size:15px;font-weight:300;line-height:1.6}.bb-landing .bb-stat-notes{border-top:1px solid var(--line);font-family:var(--f-body);color:var(--muted);margin:20px 0 0;padding-top:16px;font-size:13px;font-weight:300;line-height:1.55}.bb-landing .bb-stat-notes span{font-family:var(--f-num);letter-spacing:.06em;text-transform:uppercase;color:var(--ink);font-size:11px;font-weight:700}.bb-landing .bb-value{border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:22px;align-items:flex-start;gap:18px;padding:26px;display:flex}.bb-landing .bb-value-ic{background:var(--ink);width:52px;height:52px;color:var(--yellow);box-shadow:var(--shadow-hard-sm);border-radius:14px;flex:0 0 52px;justify-content:center;align-items:center;display:flex}.bb-landing .bb-value-ic svg{width:26px;height:26px}.bb-landing .bb-value-title{font-family:var(--f-display);color:var(--ink);margin:0 0 6px;font-size:20px;font-weight:600}.bb-landing .bb-value-desc{font-family:var(--f-body);color:#5d5d5d;margin:0;font-size:15.5px;font-weight:300;line-height:1.6}.bb-landing .bb-member{border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:22px;align-items:flex-start;gap:18px;padding:26px;display:flex}.bb-landing .bb-member-avatar{border:2px solid var(--ink);width:64px;height:64px;box-shadow:var(--shadow-hard-sm);background:var(--ink);color:var(--yellow);font-family:var(--f-display);border-radius:50%;flex:0 0 64px;justify-content:center;align-items:center;font-size:22px;font-weight:700;display:flex}.bb-landing .bb-member-name{font-family:var(--f-display);color:var(--ink);margin:0;font-size:20px;font-weight:600}.bb-landing .bb-member-role{font-family:var(--f-num);letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);margin:4px 0 10px;font-size:11px;font-weight:700}.bb-landing .bb-member-desc{font-family:var(--f-body);color:#5d5d5d;margin:0;font-size:15px;font-weight:300;line-height:1.62}.bb-landing .bb-note{border:2px solid var(--ink);box-shadow:var(--shadow-hard-sm);background:#fff;border-radius:18px;padding:24px}.bb-landing .bb-note-ic{width:26px;height:26px;color:var(--muted);margin-bottom:12px}.bb-landing .bb-note-ic svg{width:26px;height:26px}.bb-landing .bb-note h3{font-family:var(--f-display);color:var(--ink);margin:0 0 8px;font-size:17px;font-weight:600}.bb-landing .bb-note p{font-family:var(--f-body);color:#5d5d5d;margin:0;font-size:14px;font-weight:300;line-height:1.55}.bb-landing .bb-note a{color:var(--ink);text-decoration:underline;-webkit-text-decoration-color:var(--legal-yellow-line,#ffd9008c);text-decoration-color:var(--legal-yellow-line,#ffd9008c);text-underline-offset:3px}.bb-landing .bb-post{border:2px solid var(--ink);height:100%;box-shadow:var(--shadow-hard);color:inherit;--cat:var(--cat-default);background:#fff;border-radius:20px;flex-direction:column;text-decoration:none;transition:transform .12s,box-shadow .12s;display:flex;overflow:hidden}.bb-landing .bb-post:hover{box-shadow:0 6px 0 0 var(--black);transform:translate(-1px,-2px)}.bb-landing .bb-post:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.bb-landing .bb-post[data-cat=gestao]{--cat:var(--cat-gestao)}.bb-landing .bb-post[data-cat=marketing]{--cat:var(--cat-marketing)}.bb-landing .bb-post[data-cat=tech]{--cat:var(--cat-tech)}.bb-landing .bb-post[data-cat=compare]{--cat:var(--cat-compare)}.bb-landing .bb-post[data-cat=legal]{--cat:var(--cat-legal)}.bb-landing .bb-post-bar{background:var(--cat);border-bottom:2px solid var(--ink);height:8px}.bb-landing .bb-post-shot{aspect-ratio:16/9;border-bottom:2px solid var(--ink);background:var(--paper);position:relative;overflow:hidden}.bb-landing .bb-post-shot img{-o-object-fit:cover;object-fit:cover}.bb-landing .bb-post-body{flex-direction:column;flex:1;gap:10px;padding:22px;display:flex}.bb-landing .bb-post-meta{align-items:center;gap:10px;display:flex}.bb-landing .bb-post-badge{font-family:var(--f-num);letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--cat);border:2px solid var(--ink);border-radius:var(--r-pill);padding:4px 12px;font-size:11px;font-weight:700}.bb-landing .bb-post[data-cat=gestao] .bb-post-badge{color:var(--ink)}.bb-landing .bb-post-time{font-family:var(--f-num);color:var(--muted);font-size:13px}.bb-landing .bb-post-title{font-family:var(--f-display);color:var(--ink);margin:2px 0 0;font-size:21px;font-weight:600;line-height:1.25}.bb-landing .bb-post:hover .bb-post-title{color:var(--gold-deep)}.bb-landing .bb-post-desc{font-family:var(--f-body);color:#5d5d5d;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:14.5px;font-weight:300;line-height:1.55;display:-webkit-box;overflow:hidden}.bb-landing .bb-post-date{font-family:var(--f-num);color:var(--muted);margin-top:6px;font-size:12px}.bb-landing .bb-catnav{flex-wrap:wrap;gap:10px;margin:8px 0 0;display:flex}.bb-landing .bb-catnav a,.bb-landing .bb-filter button,.bb-landing .bb-filter a{font-family:var(--f-display);color:var(--ink);border:2px solid var(--ink);border-radius:var(--r-pill);cursor:pointer;background:#fff;align-items:center;min-height:44px;padding:10px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background .12s,color .12s;display:inline-flex}.bb-landing .bb-catnav a:hover,.bb-landing .bb-filter button:hover,.bb-landing .bb-filter a:hover{background:var(--paper)}.bb-landing .bb-filter{flex-wrap:wrap;gap:10px;display:flex}.bb-landing .bb-filter button[aria-pressed=true],.bb-landing .bb-filter a[aria-current=page]{background:var(--yellow);box-shadow:var(--shadow-hard-sm)}.bb-landing .bb-cta{background:var(--legal-yellow-wash,#ffd90024);border:2px solid var(--ink);box-shadow:var(--shadow-hard);text-align:center;border-radius:24px;margin:48px 0 0;padding:40px}.bb-landing .bb-cta h2{font-family:var(--f-display);color:var(--ink);margin:0 0 10px;font-size:30px;font-weight:700}.bb-landing .bb-cta p{font-family:var(--f-body);color:#3f3f3f;max-width:60ch;margin:0 auto 22px;font-size:17px;font-weight:300;line-height:1.55}@media (max-width:1080px){.bb-landing .bb-feature-grid,.bb-landing .bb-post-grid{grid-template-columns:1fr 1fr}}@media (max-width:680px){.bb-landing .bb-phead-h1{gap:12px;font-size:32px}.bb-landing .bb-phead-ic{width:44px;height:44px}.bb-landing .bb-phead-intro{font-size:17px}.bb-landing .bb-phead-cta .btn{text-align:center;justify-content:center;width:100%}.bb-landing .bb-h2{font-size:21px}.bb-landing .bb-sec-title{font-size:23px}.bb-landing .bb-pullquote{padding:16px 18px;font-size:19px}.bb-landing .bb-stat{padding:22px}.bb-landing .bb-stat-grid{grid-template-columns:1fr;gap:14px}.bb-landing .bb-cta{padding:28px 22px}.bb-landing .bb-cta h2{font-size:24px}.bb-landing .bb-feature-grid,.bb-landing .bb-value-grid,.bb-landing .bb-post-grid,.bb-landing .bb-note-grid{grid-template-columns:1fr}}@media (max-width:420px){.bb-landing .bb-phead-h1{font-size:27px}}@media (prefers-reduced-motion:reduce){.bb-landing .bb-feature,.bb-landing .bb-post{transition:none}.bb-landing .bb-feature:hover,.bb-landing .bb-post:hover{transform:none}}.bb-landing .bb-statpanel{border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:24px;padding:34px 30px}.bb-landing .bb-statpanel .stats-strip{margin-top:0}.bb-landing .bb-statpanel .stat .v{color:var(--ink)}.bb-landing .bb-statpanel .stat .v:after{content:"";background:var(--yellow);border:1.5px solid var(--ink);border-radius:3px;width:34px;height:6px;margin:8px auto 0;display:block}.bb-landing .bb-statpanel .stats-attr{margin-top:22px}.bb-landing .bb-mech{counter-reset:bb-mech;max-width:var(--legal-measure,64ch);flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.bb-landing .bb-mech li{counter-increment:bb-mech;border:2px solid var(--ink);box-shadow:var(--shadow-hard-sm);background:#fff;border-radius:18px;align-items:flex-start;gap:18px;padding:20px 22px;display:flex;position:relative}.bb-landing .bb-mech li:before{content:counter(bb-mech);background:var(--ink);width:40px;height:40px;color:var(--yellow);font-family:var(--f-num);border-radius:11px;flex:none;justify-content:center;align-items:center;font-size:19px;font-weight:700;display:flex}.bb-landing .bb-mech h3{font-family:var(--f-display);color:var(--ink);margin:0 0 4px;font-size:18px;font-weight:600}.bb-landing .bb-mech p{font-family:var(--f-body);color:#5d5d5d;margin:0;font-size:15px;font-weight:300;line-height:1.6}.bb-landing .bb-midcta{justify-content:center;margin:28px 0 0;display:flex}.bb-landing .bb-faq{max-width:var(--legal-measure,64ch);flex-direction:column;gap:14px;display:flex}.bb-landing .bb-faq-item{border:2px solid var(--ink);box-shadow:var(--shadow-hard-sm);background:#fff;border-radius:16px;overflow:hidden}.bb-landing .bb-faq-item>summary{cursor:pointer;min-height:44px;font-family:var(--f-display);color:var(--ink);justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;font-size:18px;font-weight:600;line-height:1.3;list-style:none;display:flex}.bb-landing .bb-faq-item>summary::-webkit-details-marker{display:none}.bb-landing .bb-faq-chevron{border:2px solid var(--ink);border-radius:50%;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;transition:transform .2s,background .12s;display:flex}.bb-landing .bb-faq-chevron svg{width:15px;height:15px;color:var(--ink)}.bb-landing .bb-faq-item[open] .bb-faq-chevron{background:var(--yellow);transform:rotate(45deg)}.bb-landing .bb-faq-item[open]>summary{border-bottom:2px solid var(--ink)}.bb-landing .bb-faq-a{padding:18px 22px 22px}.bb-landing .bb-faq-a p{font-family:var(--f-body);color:var(--legal-ink-soft,#3f3f3f);margin:0;font-size:16px;font-weight:300;line-height:1.7}.bb-landing .bb-faq-item summary:focus-visible{outline:2px solid var(--ink);outline-offset:-2px;border-radius:14px}.bb-landing .bb-define{max-width:var(--legal-measure,64ch);font-family:var(--f-body);color:#3f3f3f;border-left:4px solid var(--yellow);margin:0;padding:4px 0 4px 18px;font-size:18px;font-weight:300;line-height:1.6}.bb-landing .bb-define strong{color:var(--ink);font-weight:600}@media (max-width:680px){.bb-landing .bb-statpanel{padding:24px 20px}.bb-landing .bb-faq-item>summary{padding:18px;font-size:16px}}.bb-landing .bb-article-doc[data-cat=gestao]{--cat:var(--cat-gestao)}.bb-landing .bb-article-doc[data-cat=marketing]{--cat:var(--cat-marketing)}.bb-landing .bb-article-doc[data-cat=tech]{--cat:var(--cat-tech)}.bb-landing .bb-article-doc[data-cat=compare]{--cat:var(--cat-compare)}.bb-landing .bb-article-doc[data-cat=legal]{--cat:var(--cat-legal)}.bb-landing .bb-article-head{max-width:760px;margin:0 0 36px}.bb-landing .bb-article-back{font-family:var(--f-display);color:var(--muted);align-items:center;gap:8px;margin-bottom:18px;font-size:14px;font-weight:600;text-decoration:none;transition:color .12s;display:inline-flex}.bb-landing .bb-article-back:hover{color:var(--ink)}.bb-landing .bb-article-back svg{width:16px;height:16px}.bb-landing .bb-article-meta-top{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:14px;display:flex}.bb-landing .bb-article-cat{font-family:var(--f-num);letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--cat,var(--cat-default));border:2px solid var(--ink);border-radius:var(--r-pill);padding:4px 12px;font-size:11px;font-weight:700}.bb-landing .bb-article-doc[data-cat=gestao] .bb-article-cat{color:var(--ink)}.bb-landing .bb-article-time{font-family:var(--f-num);color:var(--muted);align-items:center;gap:6px;font-size:13px;display:inline-flex}.bb-landing .bb-article-time svg{width:14px;height:14px}.bb-landing .bb-article-h1{font-family:var(--f-display);letter-spacing:-.02em;color:var(--ink);margin:0;font-size:46px;font-weight:700;line-height:1.1}.bb-landing .bb-article-desc{font-family:var(--f-body);color:#5d5d5d;max-width:var(--legal-measure,64ch);margin:16px 0 0;font-size:19px;font-weight:300;line-height:1.6}.bb-landing .bb-article-byline{font-family:var(--f-body);color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px;font-size:14px;display:flex}.bb-landing .bb-article-byline time{font-family:var(--f-num)}.bb-landing .bb-article-hero{aspect-ratio:16/9;border:2px solid var(--ink);box-shadow:var(--shadow-hard);border-radius:20px;margin:28px 0 0;position:relative;overflow:hidden}.bb-landing .bb-article-hero img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.bb-landing .bb-article-shell{margin-top:8px;display:block}.bb-landing .bb-article-shell>*{min-width:0}.bb-landing .bb-article-toc{display:none}.bb-landing .bb-article-toc-title{font-family:var(--f-display);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0 0 14px;font-size:13px;font-weight:600}.bb-landing .bb-article-toc ol{margin:0;padding:0;list-style:none}.bb-landing .bb-article-toc a{font-family:var(--f-body);color:#5d5d5d;border-left:3px solid #0000;border-radius:8px;padding:8px 12px;font-size:14px;line-height:1.4;transition:color .12s,background .12s,border-color .12s;display:block}.bb-landing .bb-article-toc a:hover{color:var(--ink);background:var(--paper)}.bb-landing .bb-article-toc a.is-active{color:var(--ink);background:var(--legal-yellow-wash,#ffd90024);border-left-color:var(--cat,var(--yellow));font-weight:500}.bb-landing .bb-article-toc-mobile{border:2px solid var(--ink);box-shadow:var(--shadow-hard);background:#fff;border-radius:16px;margin:0 0 32px;overflow:hidden}.bb-landing .bb-article-toc-mobile>summary{cursor:pointer;font-family:var(--f-display);color:var(--ink);justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;font-size:17px;font-weight:600;list-style:none;display:flex}.bb-landing .bb-article-toc-mobile>summary::-webkit-details-marker{display:none}.bb-landing .bb-article-toc-chevron{border:2px solid var(--ink);border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .25s;display:flex}.bb-landing .bb-article-toc-chevron svg{width:15px;height:15px}.bb-landing .bb-article-toc-mobile[open] .bb-article-toc-chevron{transform:rotate(45deg)}.bb-landing .bb-article-toc-mobile ol{border-top:2px solid var(--ink);margin:0;padding:4px 8px 12px;list-style:none}.bb-landing .bb-article-toc-mobile a{font-family:var(--f-body);color:#444;border-bottom:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:15px;text-decoration:none;display:block}.bb-landing .bb-article-toc-mobile li:last-child a{border-bottom:none}.bb-landing .bb-article{max-width:var(--legal-measure,64ch)}.bb-landing .bb-article>:first-child{margin-top:0}.bb-landing .bb-article p{font-family:var(--f-body);color:var(--legal-ink-soft,#3f3f3f);margin:0 0 20px;font-size:16.5px;font-weight:300;line-height:1.72}.bb-landing .bb-article strong{color:var(--ink);font-weight:600}.bb-landing .bb-article em{font-style:italic}.bb-landing .bb-article h2,.bb-landing .bb-article h3,.bb-landing .bb-article h4{font-family:var(--f-display);color:var(--ink);letter-spacing:-.01em;scroll-margin-top:var(--legal-scroll-offset,98px)}.bb-landing .bb-article h2{border-top:1px solid var(--line);margin:44px 0 16px;padding-top:22px;font-size:28px;font-weight:700;line-height:1.2}.bb-landing .bb-article h2:first-of-type{border-top:none;margin-top:0;padding-top:0}.bb-landing .bb-article h2:before{content:"";background:var(--cat,var(--yellow));border:1.5px solid var(--ink);border-radius:3px;width:40px;height:6px;margin-bottom:14px;display:block}.bb-landing .bb-article h3{margin:32px 0 12px;font-size:21px;font-weight:600;line-height:1.25}.bb-landing .bb-article h4{margin:26px 0 10px;font-size:17px;font-weight:600}.bb-landing .bb-article ul,.bb-landing .bb-article ol{flex-direction:column;gap:13px;margin:0 0 20px;padding:0;display:flex}.bb-landing .bb-article ul{list-style:none}.bb-landing .bb-article ul li{border-left:2px solid var(--line);font-family:var(--f-body);color:var(--legal-ink-soft,#3f3f3f);padding-left:22px;font-size:16.5px;font-weight:300;line-height:1.7;position:relative}.bb-landing .bb-article ul li:before{content:"";background:var(--ink);width:9px;height:2px;position:absolute;top:.72em;left:-2px}.bb-landing .bb-article ol{counter-reset:bb-ol;list-style:none}.bb-landing .bb-article ol li{counter-increment:bb-ol;font-family:var(--f-body);color:var(--legal-ink-soft,#3f3f3f);align-items:center;min-height:28px;padding-left:42px;font-size:16.5px;font-weight:300;line-height:1.7;display:flex;position:relative}.bb-landing .bb-article ol li:before{content:counter(bb-ol);background:var(--ink);width:28px;height:28px;color:var(--yellow);font-family:var(--f-num);border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex;position:absolute;top:0;left:0}.bb-landing .bb-article li>ul,.bb-landing .bb-article li>ol{margin:13px 0 0}.bb-landing .bb-article a{color:var(--ink);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:2px;-webkit-text-decoration-color:var(--legal-yellow-line,#ffd9008c);text-decoration-color:var(--legal-yellow-line,#ffd9008c);font-weight:500;transition:color .12s,text-decoration-color .12s}.bb-landing .bb-article a:hover{color:var(--gold-deep);-webkit-text-decoration-color:var(--gold-deep);text-decoration-color:var(--gold-deep)}.bb-landing .bb-article blockquote{border-left:4px solid var(--cat,var(--yellow));background:var(--legal-yellow-wash,#ffd90024);border-radius:0 16px 16px 0;margin:28px 0;padding:20px 24px}.bb-landing .bb-article blockquote p{font-family:var(--f-display);color:var(--ink);margin:0;font-size:21px;font-weight:500;line-height:1.4}.bb-landing .bb-article blockquote p+p{margin-top:10px}.bb-landing .bb-article code{background:var(--paper);border:1px solid var(--line);color:var(--ink);border-radius:6px;padding:.12em .4em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}.bb-landing .bb-article pre{background:var(--ink);border:2px solid var(--ink);box-shadow:var(--shadow-hard);border-radius:16px;margin:24px 0;padding:20px 22px;overflow-x:auto}.bb-landing .bb-article pre code{color:#f3f3f3;background:0 0;border:none;padding:0;font-size:14px;line-height:1.65}.bb-landing .bb-article img{border:2px solid var(--ink);box-shadow:var(--shadow-hard);border-radius:16px;max-width:100%;height:auto;margin:28px 0}.bb-landing .bb-article figure{margin:28px 0}.bb-landing .bb-article figcaption{font-family:var(--f-body);color:var(--muted);text-align:center;margin-top:10px;font-size:13.5px}.bb-landing .bb-article table{border-collapse:separate;border-spacing:0;border:2px solid var(--ink);width:100%;box-shadow:var(--shadow-hard);background:#fff;border-radius:16px;margin:24px 0;overflow:hidden}.bb-landing .bb-article th,.bb-landing .bb-article td{text-align:left;font-family:var(--f-body);border-top:1px solid var(--line);color:var(--legal-ink-soft,#3f3f3f);padding:14px 18px;font-size:15px}.bb-landing .bb-article thead th{font-family:var(--f-display);color:var(--ink);background:var(--paper);border-top:none;font-size:15px;font-weight:600}.bb-landing .bb-article tbody tr:first-child td{border-top:none}.bb-landing .bb-article hr{background:var(--line);border:none;height:2px;margin:36px 0}.bb-landing .bb-article-solo{max-width:var(--legal-measure,64ch);margin:0 auto}.bb-landing .bb-article-related{border-top:2px solid var(--ink);margin-top:72px;padding-top:40px}.bb-landing .bb-article-doc .bb-cta{margin-top:64px}@media (min-width:901px){.bb-landing .bb-article-shell{grid-template-columns:248px minmax(0,1fr);align-items:start;gap:56px;display:grid}.bb-landing .bb-article-toc{border-left:2px solid var(--ink);scrollbar-width:thin;max-height:calc(100vh - 120px);padding:4px 0 4px 18px;display:block;position:sticky;top:96px;overflow-y:auto}.bb-landing .bb-article-toc-mobile{display:none}}@media (max-width:680px){.bb-landing .bb-article-h1{font-size:30px}.bb-landing .bb-article-desc{font-size:17px}.bb-landing .bb-article h2{margin-top:36px;font-size:23px}.bb-landing .bb-article h3,.bb-landing .bb-article blockquote p{font-size:19px}.bb-landing .bb-article pre{border-radius:12px;padding:16px}}@media (prefers-reduced-motion:reduce){.bb-landing .bb-article-toc-chevron{transition:none}}.bb-landing .bb-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2020208c;justify-content:center;align-items:center;padding:20px;animation:.18s bb-modal-fade;display:flex;position:fixed;inset:0}.bb-landing .bb-modal{border:2px solid var(--ink);width:100%;max-width:430px;box-shadow:var(--shadow-hard);text-align:center;background:#fff;border-radius:24px;padding:36px 28px 28px;animation:.2s bb-modal-pop;position:relative}.bb-landing .bb-modal-close{border:2px solid var(--ink);width:36px;height:36px;color:var(--ink);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:background .12s;display:inline-flex;position:absolute;top:14px;right:14px}.bb-landing .bb-modal-close:hover{background:var(--paper)}.bb-landing .bb-modal-close svg{width:18px;height:18px}.bb-landing .bb-modal-badge{background:var(--yellow);border:2px solid var(--ink);width:54px;height:54px;box-shadow:var(--shadow-hard-sm);border-radius:15px;justify-content:center;align-items:center;margin:0 auto 16px;display:inline-flex}.bb-landing .bb-modal-badge svg{width:28px;height:28px;color:var(--ink)}.bb-landing .bb-modal-title{font-family:var(--f-display);letter-spacing:-.01em;color:var(--ink);margin:0 0 12px;font-size:25px;font-weight:700;line-height:1.15}.bb-landing .bb-modal-desc{font-family:var(--f-body);color:#5d5d5d;max-width:34ch;margin:0 auto 22px;font-size:15.5px;font-weight:300;line-height:1.6}.bb-landing .bb-modal-list{text-align:left;flex-direction:column;gap:12px;margin:0 0 24px;padding:0;list-style:none;display:flex}.bb-landing .bb-modal-list li{font-family:var(--f-body);color:var(--ink);align-items:center;gap:11px;font-size:15px;display:flex}.bb-landing .bb-modal-ic{background:var(--yellow);border:2px solid var(--ink);border-radius:50%;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.bb-landing .bb-modal-ic svg{width:13px;height:13px;color:var(--ink)}.bb-landing .bb-modal-cta{justify-content:center;width:100%}.bb-landing .bb-modal-close:focus-visible,.bb-landing .bb-modal-cta:focus-visible{outline:2px solid var(--ink);outline-offset:2px}@keyframes bb-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes bb-modal-pop{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.bb-landing .bb-modal-overlay,.bb-landing .bb-modal{animation:none}}