
body.bv-lock{overflow:hidden}
.bv-nojs{display:none;background:#8E1F55;color:#fff;font-weight:600;text-align:center;padding:1rem 1.4rem;margin:0}

.bv-head{position:sticky;top:0;z-index:40;background:transparent}
.bv-head__in{display:flex;align-items:center;justify-content:space-between;gap:1.4rem;padding-block:1.1rem}
.bv-logo{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.06);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}
.bv-logo img{width:50px;height:50px;object-fit:contain}

.bv-nav{display:flex;align-items:center;gap:.7rem}
.bv-nav__l{position:relative;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:var(--dim);background:rgba(255,255,255,.05);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);transition:color .2s,background .2s,box-shadow .25s}
.bv-nav__l:hover,.bv-nav__l:focus-visible{color:var(--text);background:rgba(255,255,255,.1)}
.bv-nav__l.is-active{color:#fff;background:var(--foil);box-shadow:0 8px 20px -8px rgba(200,54,127,.7)}
.bv-nav__l .bv-ic{width:22px;height:22px}
.bv-nav__tip{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%,6px);background:var(--magenta);color:#fff;font-size:.82rem;font-weight:700;line-height:1.1;white-space:nowrap;padding:.6rem 1rem;border-radius:var(--r-s);box-shadow:0 4px 0 #7d2158,0 14px 22px -10px rgba(200,54,127,.55);opacity:0;visibility:hidden;transition:opacity .2s,transform .2s;pointer-events:none;z-index:5}
.bv-nav__l:hover .bv-nav__tip,.bv-nav__l:focus-visible .bv-nav__tip{opacity:1;visibility:visible;transform:translate(-50%,0)}

.bv-burger{display:none;flex-direction:column;gap:5px;width:48px;height:48px;align-items:center;justify-content:center;background:rgba(255,255,255,.06);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);cursor:pointer}
.bv-burger span{width:24px;height:2.5px;background:var(--text);border-radius:2px;transition:transform .3s,opacity .2s}
.bv-burger.is-x span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.bv-burger.is-x span:nth-child(2){opacity:0}
.bv-burger.is-x span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}

.bv-drawer{position:fixed;inset:0;z-index:60;background:rgba(9,6,20,.62);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}
.bv-drawer.is-open{opacity:1;visibility:visible}
.bv-drawer__pan{position:absolute;top:0;right:0;height:100%;width:min(86vw,340px);background:linear-gradient(180deg,var(--dyed),var(--ink));padding:1.5rem 1.5rem 2rem;transform:translateX(100%);transition:transform .34s cubic-bezier(.3,.7,.4,1);display:flex;flex-direction:column}
.bv-drawer.is-open .bv-drawer__pan{transform:none}
.bv-drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.6rem}
.bv-drawer__brand{font-family:var(--serif);font-size:1.7rem}
.bv-drawer__x{width:42px;height:42px;display:grid;place-items:center;background:rgba(255,255,255,.07);border:none;border-radius:50%;color:var(--text);cursor:pointer}
.bv-drawer__x svg{width:20px;height:20px}
.bv-drawer__nav{display:flex;flex-direction:column}
.bv-drawer__nav a{font-family:var(--serif);font-size:1.5rem;padding:.7rem 0;color:var(--text);border-bottom:1px solid rgba(255,255,255,.08)}
.bv-drawer__nav a:last-child{border-bottom:none}

.bv-age{display:none;position:fixed;inset:0;z-index:80;background:rgba(9,6,20,.8);backdrop-filter:blur(5px);align-items:center;justify-content:center;padding:1.4rem}
html.bv-age-ask .bv-age{display:flex}
html.bv-age-ask body{overflow:hidden}
html.bv-age-deny .bv-age,html.bv-age-deny .bv-head,html.bv-age-deny .bv-drawer,html.bv-age-deny main,html.bv-age-deny .bv-foot,html.bv-age-deny .bv-cc{display:none!important}
.bv-age__card{background:url('/assets/images/paper.webp') center/100% 100% no-repeat;color:var(--on-paper);max-width:460px;padding:2.8rem 2.7rem 2.6rem;text-align:center}
.bv-age__card h2{color:var(--on-paper)}
.bv-age__badge{width:82px;height:82px;margin:0 auto 1.3rem;border-radius:50%;display:grid;place-items:center;background:var(--foil);font-family:var(--serif);color:#fff;position:relative;box-shadow:0 12px 26px -12px rgba(200,54,127,.8)}
.bv-age__badge span{font-size:2.2rem;line-height:1}
.bv-age__badge i{position:absolute;top:1.15rem;right:1.1rem;font-style:normal;font-size:1rem;font-weight:700}
.bv-age__card p{color:var(--on-paper-dim);margin-top:.7rem}
.bv-age__btns{margin-top:1.6rem;display:flex;flex-direction:column;align-items:center;gap:.85rem}
.bv-age__no{background:transparent;border:none;cursor:pointer;font-family:inherit;color:var(--on-paper-dim);font-size:.95rem;text-decoration:underline;text-underline-offset:3px}
.bv-age__no:hover{color:var(--magenta)}
.bv-deny{display:none;position:fixed;inset:0;z-index:85;background:rgba(9,6,20,.82);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);align-items:center;justify-content:center;padding:1.4rem}
.bv-deny.is-open{display:flex}
.bv-deny .bv-age__card{padding:2.8rem 2.7rem}
.bv-deny__t{color:#A32E24;margin-bottom:.6rem}
.bv-deny__help{margin-top:1.2rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.14);font-size:.95rem;color:var(--on-paper-dim)}
.bv-deny__help a{color:#A32E24;text-decoration:underline;text-underline-offset:3px;font-weight:600}

/* Consentimento — Lei n.º 41/2004 art. 5.º · EDPB Cookie Banner Taskforce Report */
.bv-cc{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:60;background:linear-gradient(165deg,var(--dyed),var(--ink-2));border-radius:var(--r);padding:1.3rem 1.4rem;box-shadow:var(--shadow);max-width:640px;margin-inline:auto;transform:translateY(140%);transition:transform .4s cubic-bezier(.3,.7,.4,1);max-height:calc(100vh - 2rem);overflow-y:auto}
.bv-cc.is-open{transform:none}
.bv-cc__t{font-family:var(--serif);font-weight:400;font-size:1.25rem;color:var(--text);margin:0 0 .5rem}
.bv-cc__intro p{font-size:.92rem;line-height:1.5;color:var(--dim);margin:0 0 .6rem}
.bv-cc__intro b{color:var(--text)}
.bv-cc__intro a{color:var(--coral);text-decoration:underline;text-underline-offset:2px}
.bv-cc__panel{display:none;margin:.9rem 0 .2rem;padding-top:.9rem;border-top:1px solid rgba(255,255,255,.12)}
.bv-cc.is-panel .bv-cc__panel{display:block}
.bv-cc__opt{display:flex;gap:.7rem;align-items:flex-start;padding:.6rem 0;cursor:pointer}
.bv-cc__opt input{margin-top:.25rem;width:18px;height:18px;flex:none;accent-color:var(--magenta);cursor:pointer}
.bv-cc__opt--fixed{opacity:.65;cursor:default}
.bv-cc__opt--fixed input{cursor:default}
.bv-cc__optxt{display:block;font-size:.88rem;line-height:1.45}
.bv-cc__optxt b{display:block;color:var(--text);font-weight:700}
.bv-cc__optxt em{font-style:normal;color:var(--dim)}
.bv-cc__save{margin-top:.7rem;background:transparent;border:1px solid rgba(255,255,255,.28);color:var(--text);font-family:inherit;font-weight:600;font-size:.9rem;border-radius:999px;padding:.55rem 1.2rem;cursor:pointer}
.bv-cc__save:hover{border-color:var(--text)}
.bv-cc__btns{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;margin-top:1rem}
.bv-cc__b{flex:1 1 160px;font-family:inherit;font-size:.95rem;font-weight:700;border-radius:999px;padding:.72rem 1.2rem;cursor:pointer;border:1px solid transparent;transition:filter .2s}
.bv-cc__b:hover{filter:brightness(1.12)}
.bv-cc__b--yes{background:var(--foil);color:#fff}
.bv-cc__b--no{background:transparent;color:var(--text);border-color:rgba(255,255,255,.42)}
.bv-cc__more{background:transparent;border:none;color:var(--dim);font-family:inherit;font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px;padding:.4rem}
.bv-cc__more:hover{color:var(--text)}
@media (max-width:520px){.bv-cc__b{flex:1 1 100%}}
.bv-push--sm .bv-push__front{padding:.6rem 1.1rem;font-size:.92rem}


.bv-hero{--head-h:92px;position:relative;margin-top:calc(-1 * var(--head-h));padding-top:calc(var(--head-h) + clamp(2.4rem,6vw,4.4rem));padding-bottom:clamp(3.6rem,7vw,6rem);overflow:hidden;min-height:clamp(480px,76vh,700px);display:flex;align-items:center;text-align:center}
.bv-hero__bg{position:absolute;inset:0;z-index:0}
.bv-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.bv-hero__bg::after{content:"";position:absolute;inset:0;background:radial-gradient(90% 90% at 50% 45%,rgba(15,10,34,.42),rgba(15,10,34,.72) 78%)}
.bv-hero__in{position:relative;z-index:2;display:flex;justify-content:center}
.bv-hero__panel{max-width:720px;background:rgba(18,12,42,.4);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:var(--r);padding:clamp(2rem,4vw,3rem) clamp(1.9rem,4vw,3.4rem)}
.bv-hero__title{margin:0 auto}
.bv-hero__sub{margin-top:1.1rem;font-family:var(--serif);font-weight:400;font-size:clamp(1.15rem,2.1vw,1.6rem);letter-spacing:.05em;color:#e7dff9}


.bv-sec-title{font-family:var(--serif);font-weight:400;font-size:clamp(2.15rem,3.8vw,3.1rem);line-height:1.03;-webkit-text-stroke:.45px currentColor}
.bv-sec-head--wide{max-width:60ch}
.bv-oplist{display:flex;flex-direction:column;gap:1.2rem;margin-top:clamp(1.7rem,3vw,2.4rem)}
.bv-op{position:relative;overflow:hidden;border-radius:var(--r);background:linear-gradient(160deg,#1f1348,#130b2a);box-shadow:0 20px 40px -24px rgba(18,8,38,.85);padding:1.5rem 1.6rem;transition:transform .25s,box-shadow .25s}
.bv-op:hover{transform:translateY(-3px);box-shadow:0 30px 54px -24px rgba(18,8,38,.92)}
.bv-op__row{display:grid;grid-template-columns:128px minmax(0,1fr) auto;gap:1.5rem;align-items:start}
.bv-op__brand{border-radius:var(--r-s);overflow:hidden}
.bv-op__brand img{width:100%;height:auto;display:block;border-radius:var(--r-s)}
.bv-op__name{font-size:1.6rem;color:var(--text)}
.bv-op__desc{margin-top:.4rem;color:var(--dim);max-width:52ch}
.bv-op__tags{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:.85rem 0 0;padding:0}
.bv-op__tags li{font-size:.8rem;font-weight:600;letter-spacing:.02em;color:#e7dbc5;border:1px solid rgba(231,219,197,.34);border-radius:999px;padding:.34rem .85rem}
.bv-op__bonus{margin:.9rem 0 0;font-weight:600;color:var(--text);display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}
.bv-op__bonus-l{font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--foil);border-radius:999px;padding:.32rem .7rem}
.bv-op__lic{align-self:start;display:flex;flex-direction:column;align-items:center;gap:.14rem;line-height:1;color:var(--on-paper);background:var(--paper);border-radius:14px;padding:.6rem .8rem .55rem;box-shadow:inset 3px 3px 5px rgba(120,47,166,.24),inset -2px -2px 4px rgba(255,255,255,.6);text-align:center}
.bv-op__lic i{font-style:normal;font-family:var(--sans);font-size:.7rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#8E1F55;white-space:nowrap}
.bv-op__lic b{font-family:var(--serif);font-weight:400;font-size:1.5rem;white-space:nowrap}
.bv-op__foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.25rem}
.bv-op__terms{font-size:.78rem;color:#9184b6;margin:0}

@media (max-width:860px){
  .bv-nav{display:none}
  .bv-burger{display:flex}
}
@media (max-width:760px){
  .bv-op__row{grid-template-columns:84px minmax(0,1fr);grid-template-areas:"brand score" "main main";align-items:center;gap:.85rem 1.2rem}
  .bv-op__brand{grid-area:brand}
  .bv-op__lic{grid-area:score;justify-self:end;align-self:center}
  .bv-op__lic b{font-size:1.3rem}
  .bv-op__main{grid-area:main}
}
@media (max-width:520px){
  .bv-op__foot{flex-direction:column;align-items:stretch;gap:.9rem}
  .bv-op__foot .bv-push,.bv-op__foot .bv-push__front{width:100%}
  .bv-op__foot .bv-push__front{justify-content:center}
}


.bv-method{display:grid;grid-template-columns:1fr 1fr;border-radius:var(--r);overflow:hidden;box-shadow:0 26px 60px -30px rgba(0,0,0,.8)}
.bv-method__img{position:relative;min-height:360px}
.bv-method__img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.bv-method__panel{background:linear-gradient(155deg,var(--grape),var(--violet) 68%,var(--dyed));padding:clamp(2rem,4vw,3.4rem);color:var(--text)}
.bv-method__panel .bv-sec-title{color:#fff}
.bv-method__lead{margin:.9rem 0 1.4rem;font-family:var(--serif);font-size:clamp(1.15rem,1.7vw,1.35rem);color:#f1eaff}
.bv-method__panel p{margin-top:.9rem;color:#e4dcf7}
.bv-method__panel b{color:#fff}
@media (max-width:760px){
  .bv-method{grid-template-columns:1fr}
  .bv-method__img{min-height:220px}
}


.bv-faq{max-width:880px;margin-top:clamp(1.6rem,3vw,2.4rem);display:flex;flex-direction:column;gap:.9rem}
.bv-faq__q{width:100%;display:flex;align-items:center;gap:1rem;background:transparent;border:none;cursor:pointer;text-align:left;padding:0}
.bv-faq__num{flex:none;width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:var(--dyed);color:var(--paper);transition:background .25s,color .25s}
.bv-faq__num .bv-ic{width:34px;height:34px}
.bv-faq__pill{flex:1;min-height:68px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:linear-gradient(160deg,#1f1348,#130b2a);border-radius:999px;padding:1rem 2rem;color:var(--text);transition:box-shadow .25s,transform .25s}
.bv-faq__txt{font-weight:700;font-size:1.18rem;line-height:1.25}
.bv-faq__q:hover .bv-faq__pill{transform:translateX(3px);box-shadow:0 12px 26px -14px rgba(18,8,38,.75)}
.bv-faq__i.is-open .bv-faq__num{background:var(--foil);color:#fff}
.bv-faq__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s ease;margin-left:calc(68px + 1rem)}
.bv-faq__i.is-open .bv-faq__a{grid-template-rows:1fr}
.bv-faq__a>div{overflow:hidden}
.bv-faq__a p{margin-top:.55rem;background:linear-gradient(180deg,#211550,#130b2b);border-radius:32px;padding:1.4rem 2rem;color:#d3cbee;max-width:74ch}
.bv-faq__a a{color:#f2a9cf;text-decoration:underline;text-underline-offset:2px}
@media (max-width:560px){
  .bv-faq__num{width:54px;height:54px}
  .bv-faq__num .bv-ic{width:28px;height:28px}
  .bv-faq__pill{min-height:54px;padding:.8rem 1.3rem}
  .bv-faq__txt{font-size:1.02rem}
  .bv-faq__a{margin-left:0}
  .bv-faq__a p{padding:1rem 1.3rem}
}


.bv-rg{max-width:1040px;margin:0 auto;text-align:center}
.bv-rg__head{display:flex;flex-direction:column;align-items:center;margin-bottom:clamp(2rem,4vw,3rem)}
.bv-rg__badge{width:104px;height:104px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--foil);font-family:var(--serif);color:#fff;font-size:2.7rem;line-height:1;box-shadow:0 18px 40px -16px rgba(200,54,127,.85);margin-bottom:1.4rem}
.bv-rg__badge i{font-style:normal;font-size:1.15rem;font-weight:700;align-self:flex-start;margin-top:.85rem}
.bv-rg__intro .bv-sec-title{color:#fff}
.bv-rg__lead{margin:.9rem auto 0;color:var(--dim);max-width:68ch}
.bv-rg__res{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.bv-rg__card{position:relative;text-align:left;display:flex;flex-direction:column;min-height:210px;background:linear-gradient(160deg,#241556,#140b2c);border-radius:var(--r);padding:1.7rem;transition:transform .2s,box-shadow .2s}
.bv-rg__card:hover{transform:translateY(-3px);box-shadow:0 26px 50px -24px rgba(18,8,38,.9)}
.bv-rg__ic{position:absolute;top:1.5rem;right:1.5rem;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:rgba(200,54,127,.16);color:#f2a9cf}
.bv-rg__ic .bv-ic{width:26px;height:26px}
.bv-rg__card h3{font-size:1.5rem;color:var(--text);max-width:72%;margin-top:.1rem}
.bv-rg__card p{font-size:.98rem;color:var(--dim);margin:auto 0 0}
.bv-rg__card:nth-child(2) .bv-rg__ic{background:rgba(124,47,166,.22);color:#c9a9ec}
.bv-rg__card:nth-child(3) .bv-rg__ic{background:rgba(232,92,80,.18);color:#f0a79c}
.bv-rg__disc{margin:clamp(2rem,4vw,2.6rem) auto 0;font-size:.92rem;color:#8f83b8;max-width:92ch}
@media (max-width:760px){
  .bv-rg__res{grid-template-columns:1fr}
  .bv-rg__card{min-height:0}
}


.bv-foot{background:var(--ink);padding-top:clamp(2.8rem,5vw,4.2rem)}
.bv-foot__top{display:grid;grid-template-columns:1.5fr 1fr;gap:2.5rem;align-items:center}
.bv-foot__logo{height:44px;width:auto;margin-bottom:1rem}
.bv-foot__brand>p{color:var(--dim);max-width:44ch;margin:0 0 1.4rem}
.bv-foot__res{display:flex;flex-direction:column;gap:.3rem;max-width:52ch}
.bv-foot__res p{color:var(--dim);font-size:1rem;margin:0}
.bv-foot__res-t{font-weight:700;color:var(--text);margin-bottom:.25rem}
.bv-foot__res a{text-decoration:underline;text-underline-offset:3px;color:var(--text);transition:color .2s}
.bv-foot__res a:hover{color:var(--magenta)}
.bv-foot__res-n{font-size:.88rem;color:#8f84b0;margin-top:.5rem}
.bv-foot__note{position:relative;justify-self:end;max-width:360px;background:url('/assets/images/paper.webp') center/100% 100% no-repeat;color:var(--on-paper);padding:2rem 2.1rem 1.9rem;transform:rotate(-1.4deg)}
.bv-foot__badge{position:absolute;top:-22px;left:-16px;width:64px;height:64px;border-radius:50%;background:var(--foil);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1.6rem;line-height:1;box-shadow:0 12px 26px -12px rgba(200,54,127,.8)}
.bv-foot__badge i{font-style:normal;font-size:.8rem;font-weight:700;align-self:flex-start;margin-top:.5rem}
.bv-foot__note p{font-weight:600;color:var(--on-paper);max-width:32ch;margin:.3rem 0 0}
.bv-foot__links{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem 1.6rem;margin-top:clamp(2.2rem,4vw,3rem);padding:1.6rem 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.bv-foot__links a{color:var(--dim);font-size:1.1rem;transition:color .2s}
.bv-foot__links a:hover{color:var(--text)}
.bv-foot__disc{margin-top:1.6rem;font-size:1rem;color:#8f84b0}
.bv-foot__disc a{text-decoration:underline;text-underline-offset:3px;color:var(--dim)}
.bv-foot__disc a:hover{color:var(--text)}
.bv-foot__excl b{color:var(--text)}
.bv-adnote{display:flex;flex-wrap:wrap;gap:.4rem;align-items:baseline;font-size:.95rem;color:var(--dim);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--r-s);padding:.85rem 1.1rem;margin:0 0 1.4rem}
.bv-adnote b{color:var(--text);font-weight:700}
.bv-adnote a{text-decoration:underline;text-underline-offset:3px;color:var(--text)}
.bv-adnote a:hover{color:var(--magenta)}
.bv-band--paper .bv-adnote{background:rgba(0,0,0,.045);border-color:rgba(0,0,0,.13);color:var(--on-paper-dim)}
.bv-band--paper .bv-adnote b,.bv-band--paper .bv-adnote a{color:var(--on-paper)}
.bv-foot__base{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem 1.4rem;padding-block:1.6rem}
.bv-foot__base p{font-size:.95rem;color:#8177a3;margin:0}
@media (max-width:760px){
  .bv-foot__top{grid-template-columns:1fr;gap:2.6rem}
  .bv-foot__note{justify-self:stretch;max-width:none;margin-left:16px}
}

