:root {
	--bup-black: #090a0a;
	--bup-ink: #121212;
	--bup-charcoal: #171817;
	--bup-gold: #e99324;
	--bup-gold-light: #ffc56f;
	--bup-cream: #fff8ee;
	--bup-white: #ffffff;
	--bup-muted: #a8a8a8;
	--bup-success: #39b96b;
	--bup-radius: 24px;
	--bup-shadow: 0 22px 70px rgba(0, 0, 0, .22);
}

.semente-abobora-vitamina-e-page .site-content,
.semente-abobora-vitamina-e-page .content-area,
.semente-abobora-vitamina-e-page .site-main,
.semente-abobora-vitamina-e-page article,
.semente-abobora-vitamina-e-page .inside-article {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.semente-abobora-vitamina-e-page .entry-header,
.semente-abobora-vitamina-e-page .entry-meta,
.semente-abobora-vitamina-e-page .comments-area,
.semente-abobora-vitamina-e-page .post-navigation {
	display: none !important;
}

.bup-page,
.bup-page * {
	box-sizing: border-box;
}

.bup-page {
	background: var(--bup-black);
	color: var(--bup-white);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.72;
	overflow: hidden;
}

.bup-page h1,
.bup-page h2,
.bup-page h3,
.bup-page h4 {
	color: inherit;
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.08;
	margin: 0 0 22px;
}

.bup-page h1 { font-size: clamp(2.55rem, 6vw, 5.4rem); }
.bup-page h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.bup-page h3 { font-size: clamp(1.3rem, 2.5vw, 1.75rem); }
.bup-page p { margin: 0 0 22px; }
.bup-page a { color: inherit; }
.bup-page strong { color: inherit; }
.bup-page img { display: block; max-width: 100%; height: auto; }

.bup-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.bup-narrow { width: min(790px, calc(100% - 40px)); }
.bup-section { padding: clamp(72px, 9vw, 128px) 0; position: relative; }
.bup-section--light { background: var(--bup-cream); color: var(--bup-ink); }
.bup-section--white { background: var(--bup-white); color: var(--bup-ink); }
.bup-section--gold { background: linear-gradient(135deg, #c59538, #f0d98a); color: #121212; }
.bup-section--border { border-top: 1px solid rgba(213, 173, 88, .2); }

.bup-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 22px;
	color: var(--bup-gold-light);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.bup-section--light .bup-kicker,
.bup-section--white .bup-kicker { color: #9b5412; }

.bup-kicker::before {
	content: "";
	width: 34px;
	height: 2px;
	background: currentColor;
}

.bup-lead {
	color: #dedede;
	font-size: clamp(1.08rem, 2vw, 1.32rem);
	max-width: 780px;
}

.bup-section--light .bup-lead,
.bup-section--white .bup-lead { color: #4e4e4e; }

.bup-hero {
	min-height: 840px;
	display: grid;
	align-items: center;
	background:
		radial-gradient(circle at 78% 45%, rgba(213, 173, 88, .15), transparent 29%),
		linear-gradient(115deg, #080909 0%, #0e0f0f 64%, #15130d 100%);
	padding: 86px 0 80px;
	position: relative;
}

.bup-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--bup-gold), transparent);
}

.bup-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
	gap: clamp(36px, 7vw, 90px);
	align-items: center;
}

.bup-logo { width: 126px; margin-bottom: 34px; }
.bup-hero__copy { position: relative; z-index: 2; }
.bup-hero__copy h1 span { color: var(--bup-gold-light); }
.bup-hero__visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.bup-hero__visual::before {
	content: "";
	position: absolute;
	width: 76%;
	aspect-ratio: 1;
	border: 1px solid rgba(213, 173, 88, .22);
	border-radius: 50%;
	box-shadow: 0 0 90px rgba(213, 173, 88, .12), inset 0 0 90px rgba(213, 173, 88, .07);
}
.bup-hero__visual img { width: min(100%, 570px); max-height: 680px; object-fit: contain; position: relative; z-index: 1; filter: drop-shadow(0 34px 42px rgba(0, 0, 0, .45)); }

.bup-proof-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin: 30px 0;
	font-size: .92rem;
	color: #d6d6d6;
}
.bup-proof-row span::before { content: "✓"; color: var(--bup-gold-light); font-weight: 900; margin-right: 7px; }

.bup-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 60px;
	padding: 16px 30px;
	border: 1px solid #f0d98a;
	border-radius: 999px;
	background: linear-gradient(135deg, #e06b14, #ffc56f 52%, #dc6b14);
	box-shadow: 0 14px 36px rgba(211, 169, 77, .22);
	color: #111 !important;
	font-size: .96rem;
	font-weight: 900;
	letter-spacing: .025em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.bup-btn:hover,
.bup-btn:focus { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(211, 169, 77, .32); filter: brightness(1.06); }
.bup-btn--dark { background: #111; border-color: #111; color: #fff !important; }
.bup-btn--wide { width: 100%; }

.bup-trust-note { margin-top: 15px; color: #aaa; font-size: .78rem; }
.bup-trust-note::before { content: "🔒"; margin-right: 6px; }

.bup-toc {
	background: #111212;
	border: 1px solid rgba(213, 173, 88, .25);
	border-radius: var(--bup-radius);
	box-shadow: var(--bup-shadow);
	padding: clamp(28px, 4vw, 48px);
}
.bup-toc h2 { font-size: 1.55rem; }
.bup-toc ol { margin: 0; padding-left: 24px; columns: 2; column-gap: 42px; }
.bup-toc li { break-inside: avoid; margin: 0 0 10px; color: #ccc; }
.bup-toc a { text-decoration-color: rgba(213, 173, 88, .45); text-underline-offset: 4px; }

.bup-grid { display: grid; gap: 24px; }
.bup-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bup-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bup-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.bup-card {
	background: #151616;
	border: 1px solid rgba(213, 173, 88, .16);
	border-radius: var(--bup-radius);
	padding: 30px;
}
.bup-section--light .bup-card,
.bup-section--white .bup-card { background: #fff; border-color: #e8dfcc; box-shadow: 0 16px 40px rgba(41, 32, 16, .08); }
.bup-card h3 { margin-bottom: 12px; }
.bup-card p:last-child { margin-bottom: 0; }

.bup-benefit { overflow: hidden; padding: 0; }
.bup-benefit img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.bup-benefit__body { padding: 26px; }

.bup-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 7vw, 92px); align-items: center; }
.bup-split--reverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.bup-split__image { border-radius: 34px; overflow: hidden; box-shadow: var(--bup-shadow); }
.bup-split__image img { width: 100%; }

.bup-checklist { list-style: none; margin: 28px 0; padding: 0; }
.bup-checklist li { position: relative; margin: 0 0 14px; padding-left: 34px; }
.bup-checklist li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 1px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(57, 185, 107, .14);
	color: var(--bup-success);
	display: grid;
	place-items: center;
	font-size: .8rem;
	font-weight: 900;
}

.bup-callout {
	margin: 34px 0;
	padding: 25px 28px;
	border-left: 4px solid var(--bup-gold);
	border-radius: 0 18px 18px 0;
	background: rgba(213, 173, 88, .1);
}
.bup-callout p:last-child { margin-bottom: 0; }
.bup-callout--safe { border-color: var(--bup-success); background: rgba(57, 185, 107, .09); }

.bup-table-wrap { overflow-x: auto; margin: 34px 0; border: 1px solid #e6dcc7; border-radius: 20px; }
.bup-table { width: 100%; border-collapse: collapse; min-width: 680px; background: #fff; }
.bup-table th,
.bup-table td { padding: 18px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid #eee5d5; }
.bup-table th { background: #151515; color: var(--bup-gold-light); font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; }
.bup-table tr:last-child td { border-bottom: 0; }

.bup-author-box {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 22px;
	align-items: center;
	margin-top: 40px;
	padding: 26px;
	border: 1px solid #ded3bd;
	border-radius: 20px;
	background: #fff;
}
.bup-author-box__seal { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; background: #151515; color: var(--bup-gold-light); font-size: 1.6rem; }
.bup-author-box p { margin: 0; color: #555; font-size: .9rem; }

.bup-offers { align-items: stretch; margin-top: 46px; }
.bup-offer {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #141515;
	border: 1px solid rgba(213, 173, 88, .2);
	border-radius: 28px;
	padding: 30px;
	text-align: center;
}
.bup-offer--featured { border: 2px solid var(--bup-gold); transform: translateY(-12px); box-shadow: 0 24px 70px rgba(213, 173, 88, .16); }
.bup-offer__badge { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); background: var(--bup-gold-light); color: #111; border-radius: 999px; padding: 7px 16px; font-size: .72rem; font-weight: 900; white-space: nowrap; text-transform: uppercase; }
.bup-offer img { height: 230px; width: 100%; object-fit: contain; margin: 16px 0 20px; }
.bup-offer__old { color: #929292; font-size: .9rem; }
.bup-offer__price { margin: 6px 0; font-size: 2.7rem; line-height: 1; font-weight: 900; color: var(--bup-gold-light); }
.bup-offer__cash { margin-bottom: 24px; color: #d1d1d1; }
.bup-offer .bup-btn { margin-top: auto; }

.bup-guarantee { display: grid; grid-template-columns: 220px 1fr; gap: 42px; align-items: center; }
.bup-guarantee img { width: 220px; margin-inline: auto; }

.bup-faq { display: grid; gap: 12px; }
.bup-faq details { border: 1px solid #dfd6c4; border-radius: 16px; background: #fff; overflow: hidden; }
.bup-faq summary { cursor: pointer; list-style: none; padding: 22px 60px 22px 24px; font-weight: 800; position: relative; }
.bup-faq summary::-webkit-details-marker { display: none; }
.bup-faq summary::after { content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); color: #a55210; font-size: 1.6rem; }
.bup-faq details[open] summary::after { content: "−"; }
.bup-faq details p { padding: 0 24px 24px; margin: 0; color: #555; }

.bup-source-list { padding-left: 22px; }
.bup-source-list li { margin-bottom: 10px; }
.bup-source-list a { color: #934b0d; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.bup-final { text-align: center; background: radial-gradient(circle at 50% 25%, rgba(213, 173, 88, .16), transparent 32%), #080909; }
.bup-final .bup-lead { margin-inline: auto; }
.bup-final .bup-btn { margin-top: 20px; }

.bup-disclaimer { background: #050606; border-top: 1px solid #232323; padding: 30px 0 100px; color: #8f8f8f; font-size: .76rem; }
.bup-disclaimer p { margin-bottom: 10px; }

.bup-sticky {
	position: fixed;
	left: 50%;
	bottom: 18px;
	transform: translate(-50%, 150%);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	width: min(720px, calc(100% - 24px));
	padding: 12px 14px 12px 22px;
	border: 1px solid rgba(213, 173, 88, .5);
	border-radius: 999px;
	background: rgba(10, 11, 11, .94);
	box-shadow: 0 20px 55px rgba(0, 0, 0, .45);
	backdrop-filter: blur(16px);
	transition: transform .35s ease;
}
.bup-sticky.is-visible { transform: translate(-50%, 0); }
.bup-sticky strong { font-size: .92rem; }
.bup-sticky .bup-btn { min-height: 46px; padding: 10px 20px; font-size: .75rem; }

[data-bup-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
[data-bup-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 940px) {
	.bup-hero { min-height: auto; }
	.bup-hero__grid,
	.bup-split,
	.bup-split--reverse { grid-template-columns: 1fr; }
	.bup-hero__visual { min-height: 460px; order: -1; }
	.bup-logo { margin-inline: auto; }
	.bup-hero__copy { text-align: center; }
	.bup-hero__copy .bup-lead { margin-inline: auto; }
	.bup-proof-row { justify-content: center; }
	.bup-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bup-grid--3 { grid-template-columns: 1fr; }
	.bup-offer--featured { transform: none; }
}

@media (max-width: 680px) {
	.bup-page { font-size: 16px; }
	.bup-container,
	.bup-narrow { width: min(100% - 28px, 1180px); }
	.bup-section { padding: 66px 0; }
	.bup-hero { padding-top: 42px; }
	.bup-hero__visual { min-height: 330px; }
	.bup-grid--2,
	.bup-grid--4 { grid-template-columns: 1fr; }
	.bup-toc ol { columns: 1; }
	.bup-guarantee { grid-template-columns: 1fr; text-align: center; }
	.bup-author-box { grid-template-columns: 1fr; }
	.bup-author-box__seal { margin-inline: auto; }
	.bup-sticky strong { display: none; }
	.bup-sticky { justify-content: center; padding: 10px; border-radius: 18px; }
	.bup-sticky .bup-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	[data-bup-reveal] { opacity: 1; transform: none; transition: none; }
	.bup-btn,
	.bup-sticky { transition: none; }
}
