/* BRAÉ Friends LP — estilos globais (mu-plugin brae-lp) */
/* Galano Grotesque — self-hosted (mu-plugins/brae-lp/fonts) */
@font-face{font-family:'Galano Grotesque';font-weight:300;font-style:normal;font-display:swap;src:url(fonts/GalanoGrotesqueLight.woff) format('woff')}
@font-face{font-family:'Galano Grotesque';font-weight:400;font-style:normal;font-display:swap;src:url(fonts/GalanoGrotesqueRegular.woff) format('woff')}
@font-face{font-family:'Galano Grotesque';font-weight:500;font-style:normal;font-display:swap;src:url(fonts/GalanoGrotesqueMedium.woff) format('woff')}
@font-face{font-family:'Galano Grotesque';font-weight:600;font-style:normal;font-display:swap;src:url(fonts/GalanoGrotesqueSemiBold.woff) format('woff')}
@font-face{font-family:'Galano Grotesque';font-weight:700;font-style:normal;font-display:swap;src:url(fonts/GalanoGrotesqueBold.woff) format('woff')}
@font-face{font-family:'Galano Grotesque Alt';font-weight:500;font-style:normal;font-display:swap;src:url(fonts/GalanoGrotesqueAltMedium.woff) format('woff')}

:root{
  --bf-wine:#661D34; --bf-accent:#8C2743; --bf-accent2:#B04A60; --bf-club:#1F0A0F;
  --bf-ink:#0D0D0D; --bf-ink2:#2B1015; --bf-bg:#F7F4F2; --bf-off:#F4F0ED; --bf-rose:#D9A7AE; --bf-hero:#BEBEB6;
  --bf-font:'Outfit',system-ui,-apple-system,'Segoe UI',sans-serif;
  --bf-head:'Galano Grotesque','Outfit',system-ui,sans-serif;
  --bf-head-alt:'Galano Grotesque Alt','Galano Grotesque','Outfit',system-ui,sans-serif;
  --bf-grad:linear-gradient(147deg,#B04A60 0%,#8C2743 100%);
  --bf-max:1280px; --bf-pad:20px;
}
html{scroll-behavior:smooth;background:#661D34}
body.bf-page{font-family:var(--bf-font);color:var(--bf-ink);background:var(--bf-bg);-webkit-font-smoothing:antialiased;margin:0}
.bf-page .elementor-section-wrap>.elementor-element,.bf-page .e-con{--padding-top:0;--padding-bottom:0}
.bf-page .elementor-widget-html{width:100%}
.bf-page .elementor-widget-html .elementor-widget-container{width:100%}
.bf *,.bf *::before,.bf *::after{box-sizing:border-box}
.bf{font-family:var(--bf-font);line-height:1.3}
.bf p,.bf h1,.bf h2,.bf h3,.bf ul{margin:0}
.bf ul{padding:0;list-style:none}
.bf a{color:inherit;text-decoration:none}
.bf a.bf-btn,.bf .bf-btn,.bf a.bf-header__login{color:#fff}
.bf img{display:block;max-width:100%}
.bf-wrap{width:100%;max-width:var(--bf-max);margin:0 auto;padding:0 var(--bf-pad)}
.bf-eyebrow{font-size:16px;line-height:36px;color:var(--bf-accent)}
.bf-eyebrow--light{color:var(--bf-rose)}
.bf-h2{font-family:var(--bf-head);font-weight:500;font-size:52px;line-height:56px;color:var(--bf-ink);letter-spacing:0}
.bf-lead{font-size:18px;line-height:28px;color:rgba(13,13,13,.6)}
.bf-btn{font-family:var(--bf-head-alt);font-weight:500;display:inline-flex;align-items:center;justify-content:center;min-height:62px;padding:0 40px;border-radius:100px;background:var(--bf-grad);color:#fff;font-size:18px;font-weight:400;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;white-space:nowrap}
.bf-btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(102,29,52,.28);filter:saturate(1.1)}
.bf-center{text-align:center}
.bf-section{padding:120px 0}
@media (max-width:1024px){.bf-h2{font-size:40px;line-height:46px}.bf-section{padding:88px 0}}
@media (max-width:640px){.bf-h2{font-size:32px;line-height:38px}.bf-section{padding:64px 0}.bf-lead{font-size:17px;line-height:26px}.bf-btn{width:100%;min-height:56px;font-size:17px}}

/* HEADER */
.bf-header{position:fixed;top:0;left:0;right:0;z-index:50;background:var(--bf-hero);border-bottom:1px solid rgba(43,16,21,.1);transition:box-shadow .3s}
.bf-header{transition:background .12s linear,box-shadow .35s ease,border-color .35s ease}
.bf-header.is-scrolled{background:var(--bf-wine);border-color:rgba(255,255,255,.1);box-shadow:0 8px 24px -12px rgba(43,16,21,.35)}
.bf-header.is-scrolled .bf-header__logo svg path{fill:#fff}
.bf-header.is-scrolled .bf-nav a{color:rgba(255,255,255,.85)}
.bf-header.is-scrolled .bf-nav a:hover,.bf-header.is-scrolled .bf-nav a.is-active{color:var(--bf-rose)}
.bf-header.is-scrolled .bf-header__login{background:#fff;color:var(--bf-wine)}
.bf-header.is-scrolled .bf-burger span{background:#fff}
.bf-header.is-scrolled .bf-nav{background:var(--bf-wine)}
.bf-header__logo svg path{transition:fill .2s .1s}
.bf-nav a{transition:color .2s .1s}
.bf-header__login{transition-delay:.1s;height:44px}
.bf-page .bf-sec-header{height:80px;background:var(--bf-hero)}
@media (max-width:900px){.bf-page .bf-sec-header{height:72px}}
.bf-header__in{height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px;transition:height .35s ease}
.bf-header.is-scrolled .bf-header__in{height:64px}
.bf-header.is-scrolled .bf-header__logo svg{width:112px}
.bf-header.is-scrolled .bf-header__login{height:40px}
.bf-header__logo svg{width:132px;height:auto;transition:width .35s ease}
.bf-nav{display:flex;align-items:center;gap:8px}
.bf-nav a{font-family:var(--bf-head);padding:10px 12px;font-size:15px;font-weight:500;color:var(--bf-ink2);border-radius:8px;transition:color .2s}
.bf-nav a:hover,.bf-nav a.is-active{color:var(--bf-accent)}
.bf-header__login{transition:height .35s ease,background .35s,color .35s;font-family:var(--bf-head);display:inline-flex;align-items:center;justify-content:center;padding:0 24px;height:48px;border-radius:100px;background:var(--bf-accent);color:#fff;font-size:16px;font-weight:500;transition:background .2s}
.bf-header__login:hover{background:#7A1F35}
.bf-burger{display:none;width:44px;height:44px;border:0;background:transparent;cursor:pointer;padding:10px;flex-direction:column;gap:6px;justify-content:center}
.bf-burger span{display:block;height:2px;background:var(--bf-ink2);border-radius:2px;transition:transform .25s,opacity .25s}
@media (max-width:900px){
  .bf-header__in{height:72px}
  .bf-header__logo svg{width:118px}
  .bf-burger{display:flex}
  .bf-nav{position:absolute;left:0;right:0;top:72px;flex-direction:column;align-items:stretch;background:var(--bf-bg);padding:12px 20px 20px;border-bottom:1px solid rgba(43,16,21,.1);display:none}
  .bf-header.is-open .bf-nav{display:flex}
  .bf-header.is-open .bf-burger span:nth-child(1){transform:translateY(8px) rotate(45deg)}
  .bf-header.is-open .bf-burger span:nth-child(2){opacity:0}
  .bf-header.is-open .bf-burger span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .bf-nav a{font-size:17px;padding:12px 4px}
  .bf-header__login{height:42px;padding:0 18px;font-size:15px}
}

/* HERO */
.bf-hero{position:relative;background:var(--bf-hero);overflow:hidden;font-family:var(--bf-head)}
.bf-hero__wm{position:absolute;left:0;right:0;bottom:-60px;display:flex;white-space:nowrap;pointer-events:none;user-select:none;overflow:hidden}
.bf-hero__wm span{display:inline-block;flex:none;padding-right:.25em;font-size:280px;line-height:1;font-weight:500;text-transform:uppercase;color:rgba(210,210,203,.5);animation:bf-wm 28s linear infinite}
@keyframes bf-wm{from{transform:translateX(0)}to{transform:translateX(-100%)}}
@media (prefers-reduced-motion:reduce){.bf-hero__wm span{animation:none}}
.bf-hero__in{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:56px}
.bf-tag{font-family:var(--bf-head);display:inline-flex;align-items:center;padding:8px 15px;border:1px solid rgba(43,16,21,.1);border-radius:100px;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--bf-ink2);line-height:1}
.bf-hero h1{margin-top:24px;max-width:1000px;font-size:52px;line-height:60px;font-weight:500;color:var(--bf-ink2)}
.bf-hero h1 b{font-weight:600}
.bf-hero h1 em{font-style:normal;font-weight:600;color:var(--bf-accent)}
.bf-hero .bf-btn{margin-top:28px;min-width:280px;min-height:56px;font-size:17px}
.bf-hero__img{position:relative;margin-top:20px;width:min(1040px,100%);aspect-ratio:1370/636;overflow:hidden}
.bf-hero__img img{display:block;width:100%;height:100%;object-fit:fill}
@media (max-width:1024px){.bf-hero__in{padding-top:56px}.bf-hero h1{font-size:44px;line-height:52px}.bf-hero__wm span{font-size:22vw}}
@media (max-width:640px){.bf-hero h1{font-size:34px;line-height:40px;margin-top:24px}.bf-hero .bf-btn{margin-top:28px;min-width:0}.bf-hero__img{margin-top:24px;width:150vw;max-width:none;margin-left:calc(-25vw - var(--bf-pad));margin-right:calc(-25vw - var(--bf-pad));align-self:center}.bf-hero__in{padding-top:40px}.bf-hero__wm{bottom:-20px}}

/* FILETE / MARQUEE */
.bf-marquee{background:var(--bf-wine);height:72px;overflow:hidden;display:flex;align-items:center}
.bf-marquee__track{display:flex;align-items:center;gap:40px;white-space:nowrap;will-change:transform;animation:bf-marquee 38s linear infinite}
.bf-marquee:hover .bf-marquee__track{animation-play-state:paused}
.bf-marquee__item{display:flex;align-items:center;gap:40px;font-size:18px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.92)}
.bf-marquee__item svg{width:14px;height:14px;flex:none}
@keyframes bf-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.bf-marquee__track{animation:none}}
@media (max-width:640px){.bf-marquee{height:56px}.bf-marquee__item{font-size:14px;gap:24px}.bf-marquee__track{gap:24px}}

/* O QUE É */
.bf-about{position:relative;background:var(--bf-bg);overflow:hidden;height:878px}
.bf-about__in{position:relative;height:100%}
.bf-about__copy{position:absolute;left:0;top:50%;transform:translateY(-50%);width:486px;display:flex;flex-direction:column;gap:40px;align-items:flex-start}
.bf-about__copy .bf-h2{font-size:48px}
.bf-about__copy .bf-lead p+p{margin-top:28px}
.bf-about__copy .bf-btn{font-family:var(--bf-font);font-weight:400;font-size:20px;min-width:297px;min-height:84px}
.bf-about__img{position:absolute;left:calc(50% - 131px);top:79px;width:771px;height:799px;z-index:1;opacity:0;transform:translateX(40px);transition:opacity 1s ease .2s,transform 1s cubic-bezier(.2,.7,.2,1) .2s}
.bf-about.is-in .bf-about__img{opacity:1;transform:none}
/* animação do texto (stagger) */
.bf-about__copy>*{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}
.bf-about.is-in .bf-about__copy>*{opacity:1;transform:none}
.bf-about.is-in .bf-about__copy>*:nth-child(1){transition-delay:.05s}
.bf-about.is-in .bf-about__copy>*:nth-child(2){transition-delay:.18s}
.bf-about.is-in .bf-about__copy>*:nth-child(3){transition-delay:.32s}
.bf-about.is-in .bf-about__copy>*:nth-child(4){transition-delay:.48s}
@media (prefers-reduced-motion:reduce){.bf-about__copy>*,.bf-about__img{opacity:1!important;transform:none!important;transition:none!important}}
@media (max-width:1280px){.bf-about__img{left:auto;right:-60px;width:640px;height:auto}}
@media (max-width:1024px){.bf-about{height:auto}.bf-about__in{display:flex;flex-direction:column;gap:24px;padding:88px var(--bf-pad) 0}.bf-about__copy{position:static;transform:none;width:100%}.bf-about__copy .bf-h2{font-size:40px;line-height:46px}.bf-about__copy .bf-btn{min-height:62px}.bf-about__img{position:relative;left:auto;right:auto;top:auto;width:min(600px,100%);height:auto;margin:0 auto;display:block}}
@media (max-width:640px){.bf-about__in{padding:64px var(--bf-pad) 0;gap:24px}.bf-about__copy{gap:24px;align-items:center;text-align:center}.bf-about__copy .bf-h2{font-size:32px;line-height:38px}}

/* COMUNIDADE / CARROSSEL */
.bf-community{background:#fff;padding:120px 0 100px}
.bf-community__head{max-width:868px;margin:0 auto;display:flex;flex-direction:column;gap:24px}
.bf-carousel{position:relative;margin-top:56px}
.bf-carousel__track{display:flex;gap:25px;overflow-x:auto;scrollbar-width:none;padding:0;overscroll-behavior-x:contain}
.bf-carousel__track::-webkit-scrollbar{display:none}
.bf-carousel__item{flex:none;width:302px;height:570px;border-radius:20px;overflow:hidden;position:relative;background:#eee}
.bf-carousel__item img,.bf-carousel__item video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.bf-carousel__item video{opacity:0;transition:opacity .5s}
.bf-carousel__item video.is-playing{opacity:1}
.bf-carousel__item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 60%,rgba(43,16,21,.45) 100%);opacity:0;transition:opacity .3s}
.bf-carousel__item:hover::after{opacity:1}
.bf-carousel__ig{position:absolute;left:16px;bottom:16px;display:flex;align-items:center;gap:8px;color:#fff;font-size:14px;opacity:0;transform:translateY(6px);transition:opacity .3s,transform .3s;z-index:1}
.bf-carousel__item:hover .bf-carousel__ig{opacity:1;transform:none}
.bf-carousel__ig svg{width:18px;height:18px}
.bf-carousel__nav{position:absolute;left:50%;top:50%;width:1283px;max-width:100%;height:0;transform:translate(-50%,-50%);pointer-events:none}
.bf-carousel__btn{position:absolute;top:-18px;width:36px;height:36px;border-radius:50%;border:0;background:var(--bf-accent);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 6px 16px rgba(102,29,52,.3);pointer-events:auto;transition:background .2s,transform .2s}
.bf-carousel__btn:hover{background:#7A1F35;transform:scale(1.06)}
.bf-carousel__btn{padding:0;line-height:0;margin:0}
.bf-carousel__btn svg{display:block;width:16px;height:16px;margin:0}
.bf-carousel__btn--prev{left:-18px}
.bf-carousel__btn--next{right:-18px}
.bf .bf-community__tag{margin-top:56px;font-size:28px;line-height:30px;color:rgba(13,13,13,.55)}
.bf-community__tag b{font-weight:600}
@media (max-width:1320px){.bf-carousel__btn--prev{left:8px}.bf-carousel__btn--next{right:8px}}
@media (max-width:640px){.bf-community{padding:64px 0}.bf-carousel__item{width:240px;height:453px}.bf-carousel__btn{display:none}.bf .bf-community__tag{font-size:20px;line-height:26px;margin-top:36px}.bf-carousel{margin-top:36px}}

/* TIERS */
.bf-tiers{background:var(--bf-bg)}
.bf-tiers__head{display:flex;flex-direction:column;gap:24px;align-items:center;max-width:720px;margin:0 auto}
.bf-tiers__row{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}
.bf-tier{position:relative;display:flex;flex-direction:column;gap:10px;padding:32px 32px 36px;border-radius:20px;background:#fff;border:1px solid rgba(0,0,0,.1);color:var(--bf-ink)}
.bf-tier--2{background:var(--bf-grad);border-color:transparent;color:#fff}
.bf-tier--3{background:var(--bf-club);border-color:transparent;color:#fff}
.bf-tier__head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.bf-tier__eyebrow{font-size:14px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--bf-accent)}
.bf-tier--2 .bf-tier__eyebrow,.bf-tier--3 .bf-tier__eyebrow{color:var(--bf-rose)}
.bf-tier__icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(140,39,67,.08);color:var(--bf-accent)}
.bf-tier--2 .bf-tier__icon{background:rgba(255,255,255,.14);color:#fff}
.bf-tier--3 .bf-tier__icon{background:var(--bf-grad);color:#fff;box-shadow:0 6px 16px rgba(176,74,96,.45)}
.bf-tier__icon svg{width:24px;height:24px}
.bf-tier h3{font-family:var(--bf-head);font-size:28px;line-height:36px;font-weight:500}
.bf-tier__sub{font-size:18px;line-height:26px;font-weight:500}
.bf-tier__desc{font-size:16px;line-height:24px;opacity:.6}
.bf-tier--2 .bf-tier__desc,.bf-tier--3 .bf-tier__desc{opacity:.75}
.bf-tier hr{border:0;height:1px;background:rgba(0,0,0,.1);margin:0}
.bf-tier--2 hr,.bf-tier--3 hr{background:rgba(255,255,255,.2)}
.bf-tier ul{display:flex;flex-direction:column;gap:12px}
.bf-tier li{display:flex;align-items:center;gap:10px;font-size:16px;line-height:24px;opacity:.85}
.bf-tier li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--bf-accent);flex:none}
.bf-tier--2 li::before,.bf-tier--3 li::before{background:var(--bf-rose)}
.bf-tier__prog{margin-top:auto;padding-top:24px;display:flex;flex-direction:column;gap:10px}
.bf-tier__segs{display:flex;gap:6px}
.bf-tier__segs i{flex:1;height:4px;border-radius:2px;background:rgba(13,13,13,.1)}
.bf-tier__segs i.on{background:var(--bf-accent)}
.bf-tier--2 .bf-tier__segs i{background:rgba(255,255,255,.2)}.bf-tier--2 .bf-tier__segs i.on{background:#fff}
.bf-tier--3 .bf-tier__segs i{background:rgba(255,255,255,.2)}.bf-tier--3 .bf-tier__segs i.on{background:var(--bf-rose)}
.bf-tier__lvl{font-size:13px;line-height:18px;letter-spacing:.04em;text-transform:uppercase;opacity:.55}
.bf-tier--2 .bf-tier__lvl,.bf-tier--3 .bf-tier__lvl{opacity:.7}
.bf-tier__next{position:absolute;top:50%;right:-34px;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:#fff;z-index:2;box-shadow:0 6px 16px rgba(102,29,52,.25),0 0 0 4px var(--bf-bg)}
.bf-tier--1 .bf-tier__next{background:#AC465D}.bf-tier--2 .bf-tier__next{background:var(--bf-club)}
.bf-tier__next svg{width:16px;height:16px;display:block;animation:bf-nudge 1.6s ease-in-out infinite}
.bf-tier--2 .bf-tier__next svg{animation-delay:.8s}
.bf-tier__next::before{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid currentColor;opacity:0;animation:bf-ping 1.6s ease-out infinite}
.bf-tier--2 .bf-tier__next::before{animation-delay:.8s}
@keyframes bf-nudge{0%,100%{transform:translateX(0)}50%{transform:translateX(4px)}}
@keyframes bf-ping{0%{transform:scale(.8);opacity:.55}100%{transform:scale(1.6);opacity:0}}
@media (prefers-reduced-motion:reduce){.bf-tier__next svg,.bf-tier__next::before{animation:none}}
@media (max-width:1024px){.bf-tiers__row{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto}.bf-tier__next{right:auto;top:auto;bottom:-34px;left:50%;transform:translateX(-50%) rotate(90deg)}.bf-tier__next::before{display:none}}

/* JORNADA (clara) */
.bf-journey{background:#fff;color:var(--bf-club);padding:120px 0}
.bf-journey__in{display:grid;grid-template-columns:478px minmax(0,1fr);gap:96px;align-items:start}
.bf-journey__intro{display:flex;flex-direction:column;gap:24px;align-items:flex-start}
.bf-journey__intro .bf-eyebrow{font-size:16px;line-height:24px;letter-spacing:.08em;text-transform:uppercase;color:var(--bf-club)}
.bf-journey__intro .bf-h2{font-family:var(--bf-font);font-weight:500;color:var(--bf-club);font-size:52px;line-height:58px}
.bf-journey__intro .bf-lead{color:rgba(31,10,15,.8);font-size:18px;line-height:30px}
.bf-journey__intro .bf-btn{margin-top:8px;width:406px;min-height:62px;font-family:var(--bf-font);font-weight:400;font-size:20px}
.bf-steps{display:flex;flex-direction:column}
.bf-step{display:grid;grid-template-columns:44px minmax(0,1fr) 200px;gap:28px;align-items:center;min-height:172px}
.bf-step:last-child{min-height:148px}
.bf-step__rail{display:flex;flex-direction:column;align-items:center;height:100%;align-self:stretch}
.bf-step__chip{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:16px;font-weight:500;background:#fff;border:1px solid rgba(0,0,0,.1);color:#000;flex:none;transition:background .45s,color .45s,border-color .45s,transform .45s}
.bf-step__line{width:2px;flex:1;background:rgba(0,0,0,.1);position:relative;overflow:hidden}
.bf-step__line::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:var(--bf-accent);transform:scaleY(0);transform-origin:top;transition:transform 2.6s linear}
.bf-step:last-child .bf-step__line{display:none}
.bf-step__txt{padding:6px 0 24px;display:flex;flex-direction:column;gap:8px;max-width:410px}
.bf-step:last-child .bf-step__txt{padding-bottom:0}
.bf-step__txt h3{font-family:var(--bf-font);font-size:22px;line-height:30px;font-weight:500;color:var(--bf-club);transition:color .4s}
.bf-step__txt p{font-size:16px;line-height:26px;color:rgba(31,10,15,.78)}
.bf-illo{position:relative;width:200px;height:148px;border-radius:18px;background:#fff;border:1px solid rgba(0,0,0,.05);overflow:hidden;transition:box-shadow .5s,transform .5s,border-color .5s}
.bf-illo__glow{position:absolute;width:150px;height:150px;border-radius:50%;background:rgba(102,29,52,.04);left:103px;top:44px}
.bf-illo__ring{position:absolute;width:96px;height:96px;border-radius:50%;border:1px dashed rgba(102,29,52,.18);left:51px;top:24px}
.bf-illo__main{position:absolute;left:72px;top:44px;width:55px;height:55px;color:var(--bf-wine);transition:transform .5s}
.bf-illo__main svg{width:100%;height:100%}
.bf-illo__badge{position:absolute;left:117px;top:28px;width:41px;height:41px;border-radius:50%;background:var(--bf-grad);box-shadow:0 0 0 3.4px var(--bf-wine);display:grid;place-items:center;color:#fff;transition:transform .5s}
.bf-illo__badge svg{width:20px;height:20px}
.bf-illo__dot{position:absolute;border-radius:50%}
.bf-illo__dot.d1{width:7px;height:7px;background:var(--bf-rose);left:44px;top:104px}
.bf-illo__dot.d2{width:5px;height:5px;background:rgba(102,29,52,.25);left:58px;top:33px}
/* estado ativo (animação etapa a etapa) */
.bf-step.is-active .bf-step__chip{background:var(--bf-accent);border-color:var(--bf-accent);color:#fff;transform:scale(1.06)}
.bf-step.is-done .bf-step__chip{background:var(--bf-accent);border-color:var(--bf-accent);color:#fff}
.bf-step.is-active .bf-step__line::after,.bf-step.is-done .bf-step__line::after{transform:scaleY(1)}
.bf-step.is-done .bf-step__line::after{transition-duration:.3s}
.bf-step.is-active .bf-illo{box-shadow:0 18px 40px -18px rgba(102,29,52,.35);border-color:rgba(102,29,52,.18);transform:translateY(-3px)}
.bf-step.is-active .bf-illo__main{transform:scale(1.08)}
.bf-step.is-active .bf-illo__badge{transform:scale(1.1)}
.bf-step.is-active .bf-step__txt h3{color:var(--bf-accent)}
@media (prefers-reduced-motion:reduce){.bf-step *{transition:none!important}}
@media (max-width:1100px){.bf-journey__in{grid-template-columns:1fr;gap:56px}.bf-journey__intro .bf-btn{width:auto;min-width:0}}
@media (max-width:640px){.bf-journey{padding:64px 0}.bf-step{grid-template-columns:40px minmax(0,1fr);gap:16px;min-height:0}.bf-illo{display:none}.bf-journey__intro .bf-h2{font-size:32px;line-height:38px}.bf-step__chip{width:40px;height:40px}.bf-step__txt{padding-bottom:28px}.bf-journey__intro .bf-btn{width:100%}}

/* BENEFÍCIOS */
.bf-benefits{background:var(--bf-wine);color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.bf-benefits__head{display:flex;flex-direction:column;gap:28px;align-items:center;max-width:966px;margin:0 auto}
.bf-benefits__head .bf-h2{color:#fff}
.bf-benefits__head .bf-lead{color:rgba(255,255,255,.6);max-width:709px}
.bf-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:60px}
.bf-benefit{display:flex;flex-direction:column;gap:18px;padding:24px;min-height:293px;border-radius:24px;border:1px solid rgba(255,255,255,.2);transition:transform .25s,background .25s,border-color .25s}
.bf-benefit:hover{transform:translateY(-4px);background:var(--bf-accent);border-color:rgba(255,255,255,.1)}
.bf-benefit--hi{background:var(--bf-accent);border-color:rgba(255,255,255,.1)}
/* quando outro card está em hover, o 1º perde o destaque */
.bf-benefits__grid:hover .bf-benefit--hi:not(:hover){background:transparent;border-color:rgba(255,255,255,.2)}
.bf-benefit__icon{width:32px;height:32px;color:#fff;animation:bf-float 3.2s ease-in-out infinite;transition:transform .35s cubic-bezier(.2,.7,.2,1)}
.bf-benefit:nth-child(2) .bf-benefit__icon{animation-delay:.4s}.bf-benefit:nth-child(3) .bf-benefit__icon{animation-delay:.8s}.bf-benefit:nth-child(4) .bf-benefit__icon{animation-delay:1.2s}
.bf-benefit:hover .bf-benefit__icon{animation:bf-wiggle .6s ease-in-out;transform:scale(1.15)}
@keyframes bf-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes bf-wiggle{0%{transform:scale(1) rotate(0)}30%{transform:scale(1.2) rotate(-8deg)}60%{transform:scale(1.15) rotate(6deg)}100%{transform:scale(1.15) rotate(0)}}
@media (prefers-reduced-motion:reduce){.bf-benefit__icon{animation:none!important}}
.bf-benefit__icon svg{width:100%;height:100%}
.bf-benefit h3{font-family:var(--bf-head);font-size:20px;line-height:32px;font-weight:500}
.bf-benefit p{font-family:var(--bf-head);font-weight:400;font-size:16px;line-height:25px;color:rgba(255,255,255,.66)}
@media (max-width:1024px){.bf-benefits__grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.bf-benefits__grid{grid-template-columns:1fr;margin-top:40px}.bf-benefit{min-height:0}}

/* PRODUTOS (carrossel) */
.bf-products{background:var(--bf-bg);overflow:hidden;padding:128px 0 36px}
.bf-products__head{display:flex;flex-direction:column;gap:40px;align-items:center;max-width:1055px;margin:0 auto}
.bf-products__head .bf-lead{max-width:787px}
.bf-products .bf-carousel{margin-top:64px}
.bf-products .bf-carousel__track{gap:20px}
.bf-products .bf-carousel__item{width:302px;height:317px;border-radius:12px;background:var(--bf-accent)}
.bf-products .bf-carousel__item::after{display:none}
.bf-products .bf-carousel__item img{transition:transform .5s}
.bf-products .bf-carousel__item:hover img{transform:scale(1.04)}
.bf-products .bf-carousel__item.crop-low img{object-position:center 90%}
@media (max-width:640px){.bf-products{padding:64px 0 24px}.bf-products .bf-carousel{margin-top:40px}.bf-products .bf-carousel__item{width:240px;height:252px}.bf-products__head{gap:24px}}

/* FORMULÁRIO */
.bf-form-section{background:var(--bf-bg)}
.bf-form-copy{display:flex;flex-direction:column;gap:24px;max-width:502px}
.bf-form-copy .bf-h2{font-family:var(--bf-font);line-height:58px}
.bf-form-copy .bf-lead{color:rgba(13,13,13,.75)}
.bf-form-copy strong{font-size:16px;font-weight:500;color:var(--bf-ink)}
.bf-form-copy ul{display:flex;flex-direction:column;gap:12px}
.bf-form-copy li{display:flex;align-items:center;gap:10px;font-size:17px;line-height:26px;color:rgba(13,13,13,.85)}
.bf-form-copy li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--bf-accent);flex:none}
.bf-form-card{background:#fff;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 30px 60px -30px rgba(102,29,52,.18)}
.bf-form-card__title{font-size:24px;line-height:32px;font-weight:400;color:var(--bf-ink);padding:8px 0}
.bf-form-card__note{font-size:13px;line-height:20px;color:rgba(13,13,13,.55);text-align:center}
/* Elementor Pro form dentro do card */
.bf-form-card .elementor-form .elementor-field-group{margin-bottom:16px;padding:0}
.bf-form-card .elementor-form .elementor-form-fields-wrapper{margin:0}
.bf-form-card .elementor-field-group .elementor-field{background:var(--bf-bg);border:1px solid rgba(13,13,13,.07);border-radius:12px;padding:18px 20px;font-family:var(--bf-font);font-size:16px;line-height:20px;color:var(--bf-ink);transition:border-color .2s,background .2s}
.bf-form-card .elementor-field-group .elementor-field::placeholder{color:rgba(13,13,13,.45)}
.bf-form-card .elementor-field-group .elementor-field:focus{outline:0;border-color:var(--bf-accent2);background:#fff}
.bf-form-card textarea.elementor-field{min-height:140px;resize:vertical}
.bf-form-card .elementor-field-type-submit{margin-bottom:0}
.bf-page .bf-form-card .elementor-form .elementor-button,.bf-page .bf-form-card .elementor-button.elementor-size-md{width:100%;min-height:64px;border-radius:100px;background:var(--bf-grad)!important;background-color:#8C2743!important;font-family:var(--bf-font);font-size:20px;font-weight:400;color:#fff;border:0;transition:transform .2s,box-shadow .2s}
.bf-page .bf-form-card .elementor-form .elementor-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(102,29,52,.28)}
.bf-form-card .elementor-message{font-family:var(--bf-font);font-size:15px;text-align:center}
.bf-form-card .elementor-message-success{color:var(--bf-accent)}
@media (max-width:640px){.bf-form-copy{align-items:center;text-align:center;margin:0 auto}.bf-form-copy ul{align-items:center}.bf-form-copy .bf-h2{line-height:38px}.bf-form-card{padding:20px}.bf-form-card__title{text-align:center}}

/* FAQ */
.bf-faq{background:#fff}
.bf-faq__in{display:grid;grid-template-columns:511px minmax(0,660px);justify-content:space-between;gap:64px;align-items:start}
.bf-faq__head{display:flex;flex-direction:column;gap:46px}
.bf-faq__head .bf-eyebrow{color:var(--bf-ink2)}
.bf-faq__head .bf-h2{font-family:var(--bf-font);font-weight:400;line-height:64px;color:#000}
.bf-faq__head a{font-weight:700;text-decoration:underline;color:inherit}
.bf-faq__list{display:flex;flex-direction:column;gap:16px;overflow-anchor:none}
.bf-faq,.bf-footer{overflow-anchor:none}
.bf-faq details{border:1px solid rgba(213,216,220,.4);border-radius:16px;background:#fff;overflow:hidden;transition:background .25s}
.bf-faq details[open]{background:var(--bf-bg)}
.bf-faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 20px;font-size:20px;line-height:28px;color:#000}
.bf-faq summary::-webkit-details-marker{display:none}
.bf-faq summary i{flex:none;width:32px;height:24px;display:grid;place-items:center;color:var(--bf-accent)}
.bf-faq summary i svg{width:24px;height:24px;transition:transform .3s}
.bf-faq details[open] summary{border-bottom:1px solid rgba(213,216,220,.5)}
.bf-faq details[open] summary i svg{transform:rotate(180deg)}
.bf-faq__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}
.bf-faq details[open] .bf-faq__body{grid-template-rows:1fr}
.bf-faq__body>div{overflow:hidden;min-height:0}
.bf-faq__a{padding:18px 20px 24px;font-size:16px;line-height:24px;color:rgba(0,0,0,.6)}
.bf-faq details[open] summary{border-bottom-color:transparent}
.bf-faq details.is-open summary{border-bottom-color:rgba(213,216,220,.5)}
@media (max-width:1024px){.bf-faq__in{grid-template-columns:1fr;gap:40px}.bf-faq__head .bf-h2{line-height:46px}.bf-faq__head{gap:24px}}
@media (max-width:640px){.bf-faq__head .bf-h2{line-height:38px}.bf-faq summary{font-size:17px;line-height:24px;padding:18px 16px}}

/* FOOTER */
.bf-footer{background:var(--bf-wine);color:#fff;padding-top:64px}
.bf-footer__top{display:flex;align-items:center;justify-content:space-between;gap:24px}
.bf-footer__brand{display:inline-flex}
.bf-footer__brand svg{width:125px;height:auto}
.bf-footer__social{display:flex;justify-content:flex-end;gap:28px}
.bf-footer__social a{width:24px;height:24px;opacity:.75;transition:opacity .2s,transform .2s;color:#fff}
.bf-footer__social a:hover{opacity:1;transform:translateY(-2px)}
.bf-footer__social svg{width:100%;height:100%}
.bf-footer hr{border:0;height:1px;background:rgba(255,255,255,.12);margin:40px 0 0}
.bf-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:42px 0 32px}
.bf-footer__flip svg{width:36px;height:auto}
.bf-footer__by{display:flex;align-items:center;gap:10px;font-size:18px;line-height:20px}
.bf-footer__by b{font-weight:600}
.bf-footer__by svg{width:12px;height:auto}
@media (max-width:640px){.bf-footer{padding-top:56px}.bf-footer__top{flex-direction:column;gap:24px}.bf-footer__social{justify-content:center}.bf-footer__bottom{flex-direction:column;padding:28px 0 24px}.bf-footer__by{font-size:16px}}

/* reveal on scroll */
.bf-reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
.bf-reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.bf-reveal{opacity:1;transform:none;transition:none}}
