/* =============================================================
   VitalBio — HOME (page-pagina-inicial.php) — REDESIGN
   Direção: "Organic Premium Apothecary".
   Namespace isolado (vbx-) para não conflitar com a home legada.
   Reaproveita tokens de :root e o sistema de botões (.vb-btn).
   ============================================================= */

.vbx {
	--vbx-cream:    #FBFCF8;
	--vbx-cream-2:  #F3F7EC;
	--vbx-leaf:     var(--vb-brand);
	--vbx-leaf-d:   var(--vb-brand-700);
	--vbx-ink:      var(--vb-primary);
	--vbx-gold:     var(--vb-gold);
	--vbx-glass:    rgba(255,255,255,.72);
	--vbx-radius-xl: 28px;
	--vbx-radius-lg: 20px;
	--vbx-shadow-soft: 0 18px 50px -24px rgba(0,17,38,.28);
	--vbx-shadow-card: 0 24px 60px -30px rgba(0,17,38,.45);
}

.vbx { overflow-x: clip; }
.vbx * { box-sizing: border-box; }
/* Âncoras do menu one-page não ficam atrás do header fixo. */
.vbx [id], #consultor, #sobre, #objetivos, #biblioteca, #faq { scroll-margin-top: 92px; }

/* ---------- Helpers de seção ---------- */
.vbx-section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.vbx-section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.vbx-head { max-width: 680px; margin: 0 auto clamp(36px, 5vw, 56px); text-align: center; }
.vbx-eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--vb-font-head); text-transform: uppercase;
	letter-spacing: .16em; font-size: 12px; font-weight: 700;
	color: var(--vbx-leaf-d); margin: 0 0 14px;
}
.vbx-eyebrow::before { content: ""; width: 22px; height: 15px; background: url("../images/icon-vitalbio.png") left center/contain no-repeat; }
.vbx-eyebrow--center { justify-content: center; }
.vbx-eyebrow--gold { color: var(--vbx-gold); }
.vbx-title {
	font-family: var(--vb-font-head); font-weight: 800;
	font-size: clamp(28px, 4.2vw, 46px); line-height: 1.08;
	letter-spacing: -.02em; color: var(--vbx-ink); margin: 0 0 14px;
}
.vbx-title em { font-style: normal; color: var(--vbx-leaf-d); position: relative; isolation: isolate; }
.vbx-title em::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: .04em; height: .34em;
	background: linear-gradient(90deg, rgba(162,192,55,.28), rgba(239,196,20,.32));
	border-radius: 6px; z-index: -1;
}
.vbx-sub { font-size: clamp(16px, 2vw, 19px); color: var(--vb-muted); margin: 0; line-height: 1.6; }

/* ---------- Animações de reveal ---------- */
/* Estados ocultos SÓ quando o JS está ativo (html.vbx-js). Sem JS, tudo visível. */
.vbx-js .vbx-reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--vb-ease), transform .8s var(--vb-ease); transition-delay: var(--d, 0ms); }
.vbx-js .vbx-reveal--left  { transform: translateX(-36px); }
.vbx-js .vbx-reveal--right { transform: translateX(36px); }
.vbx-js .vbx-reveal--scale { transform: scale(.94); }
.vbx-reveal.is-in { opacity: 1 !important; transform: none !important; }

@media (prefers-reduced-motion: reduce) {
	.vbx-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
	.vbx-marquee__track { animation: none !important; }
	.vbx-hero__blob, .vbx-float { animation: none !important; }
}

/* =============================================================
   HERO
   ============================================================= */
.vbx-hero {
	position: relative; overflow: hidden;
	background:
		radial-gradient(120% 120% at 85% -10%, rgba(239,196,20,.10), transparent 45%),
		radial-gradient(100% 100% at 0% 0%, rgba(162,192,55,.12), transparent 50%),
		linear-gradient(180deg, var(--vbx-cream) 0%, var(--vbx-cream-2) 100%);
}
.vbx-hero__bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.vbx-hero__blob { position: absolute; border-radius: 50%; filter: blur(8px); opacity: .5; }
.vbx-hero__blob--1 { width: 420px; height: 420px; right: -120px; top: -120px; background: radial-gradient(circle, rgba(162,192,55,.30), transparent 70%); animation: vbx-float 14s ease-in-out infinite; }
.vbx-hero__blob--2 { width: 320px; height: 320px; left: -100px; bottom: -120px; background: radial-gradient(circle, rgba(239,196,20,.22), transparent 70%); animation: vbx-float 18s ease-in-out infinite reverse; }
.vbx-hero__inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items: center; padding-block: clamp(56px, 8vw, 116px) clamp(64px, 8vw, 110px); }

.vbx-hero__pill {
	display: inline-flex; align-items: center; gap: 10px;
	background: var(--vbx-glass); backdrop-filter: blur(8px);
	border: 1px solid rgba(162,192,55,.30); border-radius: 999px;
	padding: 8px 16px 8px 10px; font-size: 13px; font-weight: 600; color: var(--vbx-ink);
	box-shadow: var(--vbx-shadow-soft);
}
.vbx-hero__pill b { color: var(--vbx-leaf-d); }
.vbx-hero__pill-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--vbx-leaf); box-shadow: 0 0 0 4px rgba(162,192,55,.20); }
.vbx-hero__title { font-family: var(--vb-font-head); font-weight: 800; font-size: clamp(34px, 5.4vw, 60px); line-height: 1.04; letter-spacing: -.025em; color: var(--vbx-ink); margin: 22px 0 18px; }
.vbx-hero__title em { font-style: normal; color: var(--vbx-leaf-d); position: relative; isolation: isolate; }
.vbx-hero__title em::after { content: ""; position: absolute; left: -2px; right: -2px; bottom: .06em; height: .26em; background: linear-gradient(90deg, rgba(162,192,55,.30), rgba(239,196,20,.40)); border-radius: 6px; z-index: -1; }
.vbx-hero__lead { font-size: clamp(16px, 1.4vw, 19px); color: var(--vb-body); max-width: 540px; margin: 0 0 28px; line-height: 1.65; }
.vbx-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.vbx-hero__usps { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 30px 0 0; }
.vbx-hero__usps li { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--vbx-ink); }
.vbx-hero__usps svg { width: 18px; height: 18px; color: var(--vbx-leaf); flex: 0 0 auto; }

/* Media do hero */
.vbx-hero__media { position: relative; }
.vbx-hero__frame {
	position: relative; border-radius: var(--vbx-radius-xl); overflow: hidden;
	box-shadow: var(--vbx-shadow-card); aspect-ratio: 4 / 4.4;
	background: linear-gradient(160deg, #16324a, var(--vbx-ink));
}
.vbx-hero__frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vbx-hero__ring { position: absolute; inset: -1px; border-radius: var(--vbx-radius-xl); box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); pointer-events: none; }

/* Cartões flutuantes sobre o hero */
.vbx-float { position: absolute; background: #fff; border-radius: 16px; box-shadow: var(--vbx-shadow-card); padding: 14px 16px; display: flex; align-items: center; gap: 12px; }
.vbx-float--rating { left: -28px; top: 38px; animation: vbx-float 6s ease-in-out infinite; }
.vbx-float--ship { right: -22px; bottom: 56px; animation: vbx-float 7s ease-in-out infinite .6s; }
.vbx-float__ico { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--vb-brand-050); color: var(--vbx-leaf-d); flex: 0 0 auto; }
.vbx-float__ico svg { width: 22px; height: 22px; }
.vbx-float__big { font-family: var(--vb-font-head); font-weight: 800; font-size: 18px; color: var(--vbx-ink); line-height: 1; }
.vbx-float__small { font-size: 12px; color: var(--vb-muted); }
.vbx-float__stars { color: var(--vbx-gold); font-size: 13px; letter-spacing: 1px; }

/* =============================================================
   MARQUEE (faixa de valores)
   ============================================================= */
.vbx-marquee { background: var(--vbx-ink); color: #fff; overflow: hidden; border-block: 1px solid rgba(255,255,255,.08); }
.vbx-marquee__track { display: flex; gap: 0; width: max-content; animation: vbx-scroll 34s linear infinite; }
.vbx-marquee:hover .vbx-marquee__track { animation-play-state: paused; }
.vbx-marquee__item { display: inline-flex; align-items: center; gap: 12px; padding: 16px 30px; font-family: var(--vb-font-head); font-weight: 700; font-size: 15px; letter-spacing: .01em; white-space: nowrap; }
.vbx-marquee__item svg { width: 18px; height: 18px; color: var(--vbx-gold); }
.vbx-marquee__sep { width: 6px; height: 6px; border-radius: 50%; background: var(--vbx-leaf); align-self: center; }

/* =============================================================
   COMPRE POR OBJETIVO
   ============================================================= */
.vbx-obj { background: #fff; }
.vbx-obj__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.vbx-obj__card {
	position: relative; display: flex; flex-direction: column; justify-content: flex-end;
	min-height: 320px; border-radius: var(--vbx-radius-lg); overflow: hidden; isolation: isolate;
	color: #fff; background: linear-gradient(160deg, #1d3d57, var(--vbx-ink));
	box-shadow: var(--vbx-shadow-soft); transition: transform .4s var(--vb-ease), box-shadow .4s var(--vb-ease);
}
.vbx-obj__card:hover { transform: translateY(-6px); box-shadow: var(--vbx-shadow-card); color: #fff; }
.vbx-obj__img { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; transition: transform .6s var(--vb-ease); }
.vbx-obj__card:hover .vbx-obj__img { transform: scale(1.07); }
.vbx-obj__card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,17,38,.05) 25%, rgba(0,17,38,.55) 62%, rgba(0,17,38,.92) 100%); }
.vbx-obj__ico { position: absolute; top: 18px; left: 18px; width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: var(--vbx-glass); backdrop-filter: blur(6px); color: var(--vbx-leaf-d); }
.vbx-obj__ico svg { width: 24px; height: 24px; }
.vbx-obj__body { padding: 22px; }
.vbx-obj__name { font-family: var(--vb-font-head); font-weight: 700; font-size: 21px; margin: 0 0 4px; color: #fff; }
.vbx-obj__desc { font-size: 14px; color: #d6e0e8; margin: 0; }
.vbx-obj__link { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-family: var(--vb-font-head); font-weight: 700; font-size: 14px; color: var(--vbx-gold); }
.vbx-obj__link svg { width: 16px; height: 16px; transition: transform .25s var(--vb-ease); }
.vbx-obj__card:hover .vbx-obj__link svg { transform: translateX(5px); }

/* =============================================================
   MAIS VENDIDOS (wrapper Woo)
   ============================================================= */
.vbx-featured { background: linear-gradient(180deg, var(--vbx-cream-2), #fff); }
.vbx-featured__cta { text-align: center; margin-top: 44px; }

/* ---- Cards de produto premium (escopo: só "Mais vendidos") ---- */
.vbx-featured .woocommerce ul.products { gap: 26px; }
.vbx-featured .woocommerce ul.products li.product {
	position: relative; display: flex; flex-direction: column;
	padding: 0; text-align: center; overflow: hidden;
	border: 1px solid var(--vb-line); border-radius: var(--vbx-radius-lg);
	background: #fff; box-shadow: 0 2px 8px -3px rgba(0,17,38,.07);
	transition: transform .35s var(--vb-ease), box-shadow .35s var(--vb-ease), border-color .35s var(--vb-ease);
}
.vbx-featured .woocommerce ul.products li.product:hover {
	transform: translateY(-7px); box-shadow: var(--vbx-shadow-card); border-color: transparent;
}
/* Moldura suave da imagem */
.vbx-featured .woocommerce ul.products li.product a { display: block; }
.vbx-featured .woocommerce ul.products li.product img {
	width: 100%; aspect-ratio: 1 / 1; object-fit: contain;
	background: linear-gradient(160deg, #fff 0%, var(--vbx-cream-2) 100%);
	padding: 22px; margin: 0; border-radius: 0;
	transition: background .35s var(--vb-ease);
}
.vbx-featured .woocommerce ul.products li.product:hover img {
	background: linear-gradient(160deg, #fff 0%, #eaf2da 100%);
}
/* Selo de oferta */
.vbx-featured .woocommerce ul.products li.product .onsale {
	position: absolute; top: 14px; left: 14px; right: auto; margin: 0; z-index: 2;
}
/* Título — 2 linhas fixas para alinhar os cards */
.vbx-featured .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--vb-font-head); font-weight: 700; font-size: 15.5px;
	color: var(--vbx-ink); line-height: 1.35; padding: 18px 18px 0;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
	overflow: hidden; min-height: calc(1.35em * 2 + 18px);
}
/* Estrelas */
.vbx-featured .woocommerce ul.products li.product .star-rating {
	margin: 10px auto 0; font-size: .82em; color: var(--vb-brand);
}
/* Preço */
.vbx-featured .woocommerce ul.products li.product .price {
	font-family: var(--vb-font-head); font-weight: 800; font-size: 19px;
	color: var(--vbx-leaf-d); margin: 8px 0 0; padding: 0 18px;
}
.vbx-featured .woocommerce ul.products li.product .price del { color: var(--vb-muted); font-weight: 600; font-size: .78em; margin-right: 6px; }
.vbx-featured .woocommerce ul.products li.product .price ins { text-decoration: none; }
/* Botão "Comprar" — colado na base, largura total */
.vbx-featured .woocommerce ul.products li.product a.button {
	margin: 16px 18px 18px; margin-top: auto; width: calc(100% - 36px);
	padding: 13px 18px; border-radius: var(--vb-radius-sm); font-weight: 700;
}
/* Botão "Comprar" em estado adicionado + esconde o link "Ver carrinho" inline
   (o carrinho flutuante cuida do acesso ao carrinho). */
.vbx-featured .woocommerce ul.products li.product .added_to_cart { display: none !important; }
.vbx-featured .woocommerce ul.products li.product a.button.added { opacity: .85; }
.vbx-featured .woocommerce ul.products li.product a.button.loading { opacity: .7; }

/* =============================================================
   HISTÓRIA / DA PRODUÇÃO AO PRODUTO
   ============================================================= */
.vbx-story { background: #fff; overflow: hidden; }
.vbx-story__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
/* Collage editorial: principal grande à esquerda + card de produtos sobreposto à direita */
.vbx-story__media { position: relative; }
.vbx-story__img { border-radius: var(--vbx-radius-xl); overflow: hidden; box-shadow: var(--vbx-shadow-card); background: linear-gradient(160deg, var(--vb-brand-050), #dceec0); }
.vbx-story__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Imagem principal (origem) — ocupa ~84% à esquerda, alinhada ao topo */
.vbx-story__img--main { position: relative; z-index: 1; width: 84%; aspect-ratio: 4 / 3.2; }
/* Imagem secundária (produtos) — sobrepõe o canto inferior direito, com moldura branca */
.vbx-story__img--sub {
	position: absolute; right: 0; bottom: 0; z-index: 3;
	width: 52%; aspect-ratio: 3 / 3.4;
	border-radius: var(--vbx-radius-lg); border: 7px solid #fff;
	box-shadow: var(--vbx-shadow-card);
	animation: vbx-float 8s ease-in-out infinite .4s;
}
/* Anel decorativo no canto superior direito (espaço livre) */
.vbx-story__deco { position: absolute; top: 6px; right: 0; width: 116px; height: 116px; border-radius: 50%; border: 2px dashed rgba(162,192,55,.55); z-index: 0; }
.vbx-story__badge {
	position: absolute; left: -18px; bottom: 30px; z-index: 4; background: #fff;
	border-radius: 18px; box-shadow: var(--vbx-shadow-card); padding: 18px 22px; text-align: center;
	animation: vbx-float 7s ease-in-out infinite;
}
.vbx-story__badge b { display: block; font-family: var(--vb-font-head); font-weight: 800; font-size: 32px; line-height: 1; color: var(--vbx-leaf-d); }
.vbx-story__badge span { font-size: 12.5px; color: var(--vb-muted); }
.vbx-story__text h2 { font-family: var(--vb-font-head); font-weight: 800; font-size: clamp(26px, 3.6vw, 40px); letter-spacing: -.02em; margin: 14px 0 16px; color: var(--vbx-ink); }
.vbx-story__text > p { color: var(--vb-body); font-size: 17px; line-height: 1.7; margin: 0 0 24px; }
.vbx-check { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 14px; }
.vbx-check li { position: relative; padding-left: 38px; font-weight: 600; color: var(--vbx-ink); }
.vbx-check li::before {
	content: ""; position: absolute; left: 0; top: 1px; width: 24px; height: 24px; border-radius: 8px;
	background: var(--vb-brand-050);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2357741B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E");
	background-size: 16px; background-repeat: no-repeat; background-position: center;
}

/* =============================================================
   DIFERENCIAIS + ESTATÍSTICAS
   ============================================================= */
.vbx-why { background: var(--vbx-cream); }
.vbx-why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.vbx-feat {
	background: #fff; border: 1px solid var(--vb-line); border-radius: var(--vbx-radius-lg);
	padding: 30px 26px; transition: transform .3s var(--vb-ease), box-shadow .3s var(--vb-ease), border-color .3s var(--vb-ease);
}
.vbx-feat:hover { transform: translateY(-5px); box-shadow: var(--vbx-shadow-soft); border-color: transparent; }
.vbx-feat__ico { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(150deg, var(--vb-brand-050), #e6f3d2); color: var(--vbx-leaf-d); margin-bottom: 18px; }
.vbx-feat__ico svg { width: 28px; height: 28px; }
.vbx-feat h3 { font-family: var(--vb-font-head); font-weight: 700; font-size: 19px; margin: 0 0 8px; color: var(--vbx-ink); }
.vbx-feat p { margin: 0; color: var(--vb-muted); font-size: 15px; line-height: 1.6; }

.vbx-stats {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 52px; padding: 38px 16px;
	background: #fff; border: 1px solid var(--vb-line); border-radius: var(--vbx-radius-xl); box-shadow: var(--vbx-shadow-soft);
}
.vbx-stat { position: relative; text-align: center; padding: 6px 18px; }
.vbx-stat + .vbx-stat::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 58px; background: var(--vb-line); }
.vbx-stat__num { font-family: var(--vb-font-head); font-weight: 800; font-size: clamp(34px, 4vw, 48px); line-height: 1; color: var(--vbx-leaf-d); letter-spacing: -.02em; }
.vbx-stat__num span { color: var(--vbx-gold); }
.vbx-stat__label { margin-top: 8px; font-size: 14px; color: var(--vb-muted); font-weight: 600; }

/* =============================================================
   CONSULTOR (escura premium)
   ============================================================= */
.vbx-consultor {
	position: relative; overflow: hidden; color: #dbe6ee;
	background-color: var(--vbx-ink);
	background-image: linear-gradient(100deg, rgba(0,17,38,.96) 0%, rgba(0,17,38,.88) 36%, rgba(6,33,59,.62) 66%, rgba(8,24,42,.7) 100%), var(--vbx-consultor-bg, none);
	background-size: cover; background-position: center;
}
.vbx-consultor::before { content: ""; position: absolute; right: -140px; top: -140px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(162,192,55,.22), transparent 70%); pointer-events: none; }
.vbx-consultor::after { content: ""; position: absolute; left: -120px; bottom: -160px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(239,196,20,.12), transparent 70%); pointer-events: none; }
.vbx-consultor__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 64px); align-items: center; }
.vbx-consultor h2 { font-family: var(--vb-font-head); font-weight: 800; font-size: clamp(28px, 3.8vw, 44px); letter-spacing: -.02em; color: #fff; margin: 14px 0 16px; }
.vbx-consultor__hl { color: var(--vbx-gold); }
.vbx-consultor__lead { font-size: 18px; color: #aebfcb; max-width: 520px; margin: 0 0 28px; line-height: 1.65; }

/* Benefícios com ícone */
.vbx-consultor__benefits { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 18px; }
.vbx-consultor__benefits li { display: flex; gap: 14px; align-items: flex-start; }
.vbx-consultor__bico { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: rgba(239,196,20,.13); color: var(--vbx-gold); border: 1px solid rgba(239,196,20,.22); }
.vbx-consultor__bico svg { width: 22px; height: 22px; }
.vbx-consultor__benefits strong { display: block; color: #fff; font-family: var(--vb-font-head); font-size: 16px; margin-bottom: 2px; }
.vbx-consultor__benefits span { color: #9fb2c0; font-size: 14px; line-height: 1.5; }
.vbx-consultor__note { margin: 18px 0 0; color: #8aa0b0; font-size: 13.5px; }

/* Painel direito: destaque + card de passos */
.vbx-consultor__panel { display: grid; gap: 18px; align-content: center; }
.vbx-consultor__earn { display: flex; align-items: center; gap: 16px; padding: 20px 24px; border-radius: var(--vbx-radius-lg); background: linear-gradient(120deg, rgba(239,196,20,.18), rgba(239,196,20,.04)); border: 1px solid rgba(239,196,20,.32); }
.vbx-consultor__earn-ico { flex: 0 0 auto; width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; color: var(--vbx-ink); background: linear-gradient(150deg, var(--vbx-gold), #f6b300); box-shadow: 0 10px 24px -10px rgba(239,196,20,.8); }
.vbx-consultor__earn-ico svg { width: 26px; height: 26px; }
.vbx-consultor__earn b { display: block; font-family: var(--vb-font-head); font-weight: 800; font-size: 30px; line-height: 1; color: #fff; }
.vbx-consultor__earn span { color: #c9d6e0; font-size: 14px; }
.vbx-consultor__perks { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 14px; }
.vbx-consultor__perks li { position: relative; padding-left: 38px; color: #eaf1f6; font-weight: 600; }
.vbx-consultor__perks li::before {
	content: ""; position: absolute; left: 0; top: 1px; width: 24px; height: 24px; border-radius: 8px;
	background: rgba(239,196,20,.16);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23EFC414' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E");
	background-size: 16px; background-repeat: no-repeat; background-position: center;
}
.vbx-consultor__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.vbx-card-glass { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: var(--vbx-radius-xl); padding: clamp(26px, 3vw, 38px); backdrop-filter: blur(6px); }
.vbx-card-glass h3 { font-family: var(--vb-font-head); font-weight: 700; color: #fff; font-size: 20px; margin: 0 0 22px; }
.vbx-steps { list-style: none; counter-reset: step; padding: 0; margin: 0 0 22px; display: grid; gap: 22px; }
.vbx-steps li { position: relative; display: flex; gap: 16px; align-items: flex-start; }
/* Linha conectora vertical entre os números dos passos */
.vbx-steps li:not(:last-child)::before { content: ""; position: absolute; left: 19px; top: 46px; bottom: -22px; width: 2px; background: linear-gradient(rgba(239,196,20,.55), rgba(239,196,20,.04)); }
.vbx-steps__n { position: relative; z-index: 1; flex: 0 0 auto; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; font-family: var(--vb-font-head); font-weight: 800; color: var(--vbx-ink); background: linear-gradient(150deg, var(--vbx-gold), #f6b300); box-shadow: 0 8px 20px -8px rgba(239,196,20,.7); }
.vbx-steps strong { display: block; color: #fff; font-family: var(--vb-font-head); font-size: 16px; margin-bottom: 2px; }
.vbx-steps p { margin: 0; color: #9fb2c0; font-size: 14px; }
.vbx-consultor__help { display: inline-flex; align-items: center; gap: 9px; color: var(--vbx-gold); font-weight: 600; font-size: 14px; }
.vbx-consultor__help svg { width: 22px; height: 22px; }

/* =============================================================
   PROVA SOCIAL / DEPOIMENTOS
   ============================================================= */
.vbx-reviews { background: #fff; }

/* Carrossel */
.vbx-reviews__carousel { position: relative; }
.vbx-reviews__track {
	display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
	scroll-behavior: smooth; padding: 10px 4px 18px; margin: -10px -4px 0;
	-webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.vbx-reviews__track::-webkit-scrollbar { display: none; }
.vbx-reviews__track > .vbx-review { flex: 0 0 calc((100% - 48px) / 3); scroll-snap-align: start; }
/* Setas */
.vbx-carousel__arrow {
	position: absolute; top: 42%; transform: translateY(-50%); z-index: 5;
	width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--vb-line);
	background: #fff; color: var(--vbx-leaf-d); cursor: pointer; display: grid; place-items: center;
	box-shadow: var(--vbx-shadow-soft); transition: transform .2s var(--vb-ease), background .2s var(--vb-ease), color .2s var(--vb-ease), opacity .2s var(--vb-ease);
}
.vbx-carousel__arrow:hover { background: var(--vbx-leaf); color: #fff; border-color: var(--vbx-leaf); transform: translateY(-50%) scale(1.06); }
.vbx-carousel__arrow svg { width: 22px; height: 22px; }
.vbx-carousel__arrow--prev { left: -20px; }
.vbx-carousel__arrow--prev svg { transform: rotate(180deg); }
.vbx-carousel__arrow--next { right: -20px; }
.vbx-carousel__arrow[disabled] { opacity: .35; cursor: default; pointer-events: none; }
/* Bolinhas */
.vbx-carousel__dots { display: flex; justify-content: center; gap: 9px; margin-top: 24px; }
.vbx-carousel__dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: var(--vb-line); cursor: pointer; transition: width .25s var(--vb-ease), background .25s var(--vb-ease); }
.vbx-carousel__dot.is-active { width: 26px; background: var(--vbx-leaf); }

.vbx-review { position: relative; display: flex; flex-direction: column; background: var(--vbx-cream); border: 1px solid var(--vb-line); border-radius: var(--vbx-radius-lg); padding: 30px 28px; transition: transform .3s var(--vb-ease), box-shadow .3s var(--vb-ease), border-color .3s var(--vb-ease); }
.vbx-review:hover { transform: translateY(-4px); box-shadow: var(--vbx-shadow-soft); border-color: rgba(162,192,55,.4); }
.vbx-review__quote { position: absolute; top: 16px; right: 24px; font-family: var(--vb-font-head); font-size: 64px; line-height: 1; color: rgba(162,192,55,.16); }
.vbx-review__stars { color: var(--vbx-gold); letter-spacing: 2px; font-size: 15px; margin-bottom: 14px; }
.vbx-review p { font-size: 16px; color: var(--vbx-ink); line-height: 1.65; margin: 0 0 22px; position: relative; flex: 1; }
.vbx-review__who { display: flex; align-items: center; gap: 12px; }
.vbx-review__avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-family: var(--vb-font-head); font-weight: 800; color: #fff; background: linear-gradient(150deg, var(--vbx-leaf), var(--vbx-leaf-d)); }
.vbx-review__name { font-family: var(--vb-font-head); font-weight: 700; color: var(--vbx-ink); font-size: 15px; }
.vbx-review__role { font-size: 13px; color: var(--vb-muted); }

/* =============================================================
   BIBLIOTECA / BLOG
   ============================================================= */
.vbx-blog { background: var(--vbx-cream); }
.vbx-blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

/* ---- Cards de post premium (escopo: Biblioteca na home) ---- */
.vbx-blog .vb-postcard {
	display: flex; flex-direction: column; overflow: hidden;
	border: 1px solid var(--vb-line); border-radius: var(--vbx-radius-lg);
	background: #fff; box-shadow: 0 2px 8px -3px rgba(0,17,38,.07);
	transition: transform .35s var(--vb-ease), box-shadow .35s var(--vb-ease), border-color .35s var(--vb-ease);
}
.vbx-blog .vb-postcard:hover { transform: translateY(-7px); box-shadow: var(--vbx-shadow-card); border-color: transparent; }
.vbx-blog .vb-postcard__thumb { aspect-ratio: 16 / 10; }
.vbx-blog .vb-postcard__thumb img { transition: transform .55s var(--vb-ease); }
.vbx-blog .vb-postcard:hover .vb-postcard__thumb img { transform: scale(1.05); }
.vbx-blog .vb-postcard__ph svg { width: 58px; height: 58px; }
.vbx-blog .vb-postcard__body { display: flex; flex-direction: column; flex: 1; padding: 24px; }
.vbx-blog .vb-postcard__meta {
	order: -1; display: inline-flex; align-items: center; gap: 7px;
	text-transform: uppercase; letter-spacing: .1em; font-size: 11.5px; font-weight: 700;
	font-family: var(--vb-font-head); color: var(--vbx-leaf-d); margin: 0 0 12px;
}
.vbx-blog .vb-postcard__meta::before { content: ""; width: 14px; height: 2px; border-radius: 2px; background: var(--vbx-leaf); }
.vbx-blog .vb-postcard__title {
	font-family: var(--vb-font-head); font-weight: 700; font-size: 19px; line-height: 1.3; margin: 0;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.vbx-blog .vb-postcard__title a { color: var(--vbx-ink); transition: color .2s var(--vb-ease); }
.vbx-blog .vb-postcard:hover .vb-postcard__title a { color: var(--vbx-leaf-d); }
.vbx-blog .vb-postcard__excerpt {
	color: var(--vb-body); font-size: 15px; line-height: 1.65; margin: 12px 0 0;
	display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.vbx-blog .vb-postcard__excerpt p { margin: 0; }
.vbx-blog .vb-postcard__more {
	margin: 18px 0 0; padding-top: 16px; margin-top: auto;
	border-top: 1px solid var(--vb-line); color: var(--vbx-leaf-d);
}
.vbx-blog .vb-postcard__more svg { transition: transform .25s var(--vb-ease); }
.vbx-blog .vb-postcard:hover .vb-postcard__more svg { transform: translateX(4px); }

/* =============================================================
   FAQ
   ============================================================= */
.vbx-faq { background: #fff; }
.vbx-faq__wrap { max-width: 820px; margin: 0 auto; }
.vbx-faq__item { border: 1px solid var(--vb-line); border-radius: var(--vbx-radius-lg); margin-bottom: 14px; overflow: hidden; background: var(--vbx-cream); transition: border-color .25s var(--vb-ease), box-shadow .25s var(--vb-ease); }
.vbx-faq__item[open] { border-color: rgba(162,192,55,.45); box-shadow: var(--vbx-shadow-soft); background: #fff; }
.vbx-faq__item summary {
	cursor: pointer; list-style: none; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
	font-family: var(--vb-font-head); font-weight: 700; font-size: 17px; color: var(--vbx-ink);
}
.vbx-faq__item summary::-webkit-details-marker { display: none; }
.vbx-faq__item summary::after { content: ""; flex: 0 0 auto; width: 22px; height: 22px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2357741B' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; transition: transform .3s var(--vb-ease); }
.vbx-faq__item[open] summary::after { transform: rotate(135deg); }
.vbx-faq__item > p { margin: 0; padding: 0 24px 22px; color: var(--vb-body); line-height: 1.7; }
.vbx-faq__more { max-width: 820px; margin: 26px auto 0; text-align: center; color: var(--vb-muted); font-size: 15px; }
.vbx-faq__more a { display: inline-flex; align-items: center; gap: 8px; font-family: var(--vb-font-head); font-weight: 700; color: var(--vbx-leaf-d); }
.vbx-faq__more a svg { width: 20px; height: 20px; }

/* =============================================================
   CTA FINAL
   ============================================================= */
.vbx-cta { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--vbx-leaf-d) 0%, var(--vbx-leaf) 55%, #8cc626 100%); color: #fff; }
.vbx-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 120% at 100% 0%, rgba(255,255,255,.18), transparent 50%); pointer-events: none; }
.vbx-cta__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; padding-block: clamp(44px, 6vw, 72px); }
.vbx-cta__text h2 { font-family: var(--vb-font-head); font-weight: 800; font-size: clamp(26px, 3.4vw, 40px); letter-spacing: -.02em; color: #fff; margin: 0 0 8px; }
.vbx-cta__text p { margin: 0; color: rgba(255,255,255,.92); font-size: 18px; }
.vbx-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.vbx-btn-white { background: #fff !important; color: var(--vbx-leaf-d) !important; }
.vbx-btn-white:hover { background: var(--vbx-ink) !important; color: #fff !important; }
.vbx-btn-on-cta { background: transparent !important; color: #fff !important; box-shadow: inset 0 0 0 2px rgba(255,255,255,.6); }
.vbx-btn-on-cta:hover { box-shadow: inset 0 0 0 2px #fff; background: rgba(255,255,255,.12) !important; color: #fff !important; }

/* =============================================================
   KEYFRAMES
   ============================================================= */
@keyframes vbx-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes vbx-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* =============================================================
   RESPONSIVO
   ============================================================= */
@media (max-width: 1024px) {
	.vbx-obj__grid { grid-template-columns: repeat(2, 1fr); }
	.vbx-why__grid { grid-template-columns: repeat(2, 1fr); }
	.vbx-stats { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
	.vbx-stat:nth-child(odd)::before { display: none; }
	.vbx-reviews__track > .vbx-review { flex-basis: calc((100% - 24px) / 2); }
	.vbx-blog__grid { grid-template-columns: repeat(2, 1fr); }
	.vbx-hero__inner { grid-template-columns: 1fr; gap: 44px; }
	.vbx-hero__media { max-width: 460px; margin-inline: auto; order: -1; }
	.vbx-hero__frame { aspect-ratio: 16 / 11; }
	.vbx-story__grid { grid-template-columns: 1fr; }
	.vbx-story__media { max-width: 520px; margin-inline: auto; }
	.vbx-consultor__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
	.vbx-section { padding-top: 54px; padding-bottom: 54px; }
	.vbx-head { margin-bottom: 32px; }
	.vbx-obj__grid { grid-template-columns: 1fr; }
	.vbx-obj__card { min-height: 260px; }
	.vbx-why__grid { grid-template-columns: 1fr; }
	.vbx-blog__grid { grid-template-columns: 1fr; }
	.vbx-reviews__track > .vbx-review { flex-basis: 88%; }
	.vbx-carousel__arrow { display: none; }
	.vbx-carousel__dots { margin-top: 18px; }
	.vbx-cta__inner { flex-direction: column; align-items: stretch; text-align: left; }
	.vbx-hero__cta, .vbx-consultor__cta, .vbx-cta__actions { flex-direction: column; align-items: stretch; }
	.vbx-hero__cta .vb-btn, .vbx-consultor__cta .vb-btn, .vbx-cta__actions .vb-btn { width: 100%; }
	.vbx-float--rating { left: 8px; top: 12px; }
	.vbx-float--ship { right: 8px; bottom: 12px; }
	.vbx-hero__usps { gap: 10px 18px; }
	.vbx-story__badge { left: 4px; bottom: 22px; padding: 14px 18px; }
	.vbx-story__badge b { font-size: 26px; }
	.vbx-story__img--main { width: 86%; }
	.vbx-story__img--sub { width: 54%; border-width: 5px; }
	.vbx-story__deco { width: 88px; height: 88px; }
}
@media (max-width: 400px) {
	.vbx-float { display: none; }
}
