* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

html, body {
	overflow-x: hidden;
	max-width: 100%;
}

main#container {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow-x: hidden;
}

/* ── HEADER ── */
.red-header {
  background-color: #a70c0c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  height: auto;
  border-bottom: 3px solid #7a0808;
}

header h1 {
	font-weight: 700;
	letter-spacing: 4px;
	color: #fff;
	margin: 0;
	flex-grow: 1;
	text-align: center;
	font-size: 2rem;
	font-family: 'Georgia', serif;
}

header img {
	width: 23px;
}

/* ── TICKER ── */
marquee {
	background-color: #810505;
	color: white;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 5px 0;
	font-weight: 600;
	font-size: 11px;
	border-bottom: 2px solid #5a0303;
}

/* ── SECTION PRINCIPAL ── */
.principal {
	max-width: 760px;
	margin: 0 auto;
	padding: 12px 16px 20px;
}

/* ── CATEGORIA BADGE ── */
.categoria-badge {
	display: inline-block;
	background-color: #a70c0c;
	color: white;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}

/* ── HEADLINE ── */
.principal h1 {
	font-size: 28px;
	font-weight: 800;
	line-height: 1.25;
	color: #111;
	text-align: left;
	margin-bottom: 10px;
	font-family: 'Georgia', serif;
}

.principal h1 .destaque {
	color: #a70c0c;
}

/* ── DIVISOR ARTIGO ── */
.divisor-artigo {
	height: 3px;
	background: linear-gradient(to right, #a70c0c, #d41212, transparent);
	margin: 10px 0 12px;
	border: none;
}

/* ── BYLINE ── */
.txt_info_noticia {
	text-align: left;
	color: #555;
	font-size: 12px;
	padding: 0;
	line-height: 1.6;
}

.txt_info_noticia b {
	color: #111;
	font-size: 13px;
	font-weight: 700;
}

.byline-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 6px;
}

.author-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: linear-gradient(135deg, #a70c0c, #d41212);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 700;
	font-size: 16px;
	flex-shrink: 0;
}

.byline-info {
	display: flex;
	flex-direction: column;
}

.byline-info .author-name {
	font-weight: 700;
	font-size: 13px;
	color: #111;
}

.byline-info .author-title {
	font-size: 11px;
	color: #777;
}

.verified-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: #eaf7ea;
	border: 1px solid #4caf50;
	color: #2e7d32;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 7px;
	border-radius: 12px;
}

/* ── SOCIAL PROOF BAR ── */
.social-proof-mobile {
	display: none;
}

.social-proof-bar {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 7px 12px;
	margin: 10px 0 14px;
	font-size: 12px;
	color: #555;
}

.social-proof-bar span {
	display: flex;
	align-items: center;
	gap: 4px;
}

.social-proof-bar .rating-stars {
	color: #f5a623;
	letter-spacing: -1px;
}


/* ── FRAME DO VÍDEO ── */
.video-frame {
	margin: 14px 0 0;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #d0d0d0;
	box-shadow: 0 4px 20px rgba(0,0,0,.12);
	background: #000;
}

.video-frame-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	background: #1a1a1a;
	padding: 7px 14px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .4px;
}

.video-frame-live {
	color: #ff4444;
	white-space: nowrap;
	font-weight: 700;
}

.video-frame-title {
	color: rgba(255,255,255,.75);
	flex: 1;
	text-align: center;
	font-size: 11px;
}

.video-frame-secure {
	color: rgba(255,255,255,.5);
	white-space: nowrap;
	font-size: 10px;
}

.video_vturb {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	line-height: 0;
}

.video-frame-footer {
	background: #f8f8f8;
	border-top: 1px solid #e5e5e5;
	padding: 12px 16px 10px;
}

.video-frame-footer .byline-row {
	margin-bottom: 0;
}

.video-caption {
	text-align: center;
	font-size: 11px;
	color: #999;
	font-style: italic;
	margin: 0;
}

/* ── AS SEEN IN ── */
.as-seen-in {
	text-align: center;
	margin-top: 20px;
}

.as-seen-in-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #bbb;
	margin-bottom: 6px;
}

.img_adv {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	display: block;
}

/* ── URGÊNCIA — CONTADOR ── */
.section-urgencia {
	margin: 20px 0 !important;
	padding: 16px 10px !important;
	background: linear-gradient(135deg, #c0392b, #d41212) !important;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(164,12,12,.35);
}

.urgencia-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255,255,255,.8);
	margin-bottom: 4px;
}

.urgencia-count {
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	font-weight: 900;
	color: white;
}

.urgencia-count .numero {
	color: #FFE44D;
	font-size: 2.4rem;
}

.urgencia-sub {
	font-size: 11px;
	color: rgba(255,255,255,.75);
	margin-top: 4px;
}

/* ── BLOCO CTA ── */
.cta-heading {
	text-align: center;
	font-family: 'Georgia', serif;
	font-size: 22px;
	font-weight: 800;
	color: #111;
	margin: 10px 0 6px;
}

.cta-subheading {
	text-align: center;
	font-size: 13px;
	color: #555;
	margin-bottom: 18px;
}

/* ── CARDS DE POTES ── */
.cards-potes-wrap {
	margin-top: 4px;
	overflow: hidden;
}

.card-pote {
	border-radius: 12px;
	padding: 24px 20px;
	text-align: center;
	position: relative;
	transition: transform .2s;
}

.card-pote:hover {
	transform: translateY(-3px);
}

.card-pote-standard {
	border: 2px solid #ddd;
	background: #fafafa;
}

.card-pote-destaque {
	border: 2px solid #d41212;
	background: white;
	box-shadow: 0 4px 24px rgba(164,12,12,.15);
}

.card-title {
	font-size: 18px;
	font-weight: 800;
	color: #111;
	margin-bottom: 2px;
}

.card-subtitle {
	font-size: 12px;
	color: #777;
	margin-bottom: 0;
}

/* ribbon */
.ribbon-wrap {
	position: absolute;
	top: -1px;
	right: -1px;
	overflow: hidden;
	width: 90px;
	height: 90px;
	border-radius: 0 12px 0 0;
}

.ribbon {
	position: absolute;
	top: 18px;
	right: -22px;
	width: 110px;
	background: #d41212;
	color: white;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 4px 0;
	transform: rotate(45deg);
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.card-preco-per-bottle {
	font-family: 'Roboto', sans-serif;
	font-size: 2.6rem;
	font-weight: 900;
	color: #111;
	line-height: 1;
}

.card-preco-label {
	font-size: 11px;
	color: #777;
	line-height: 1.3;
}

.card-saving {
	display: inline-block;
	background: #fff3cd;
	color: #856404;
	border: 1px solid #ffc107;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 12px;
	margin-bottom: 6px;
}

.card-extras {
	font-size: 12px;
	color: #27ae60;
	font-weight: 600;
	margin-bottom: 4px;
}

/* ── BOTÃO CTA ── */
.cta {
	font-family: 'Roboto', sans-serif;
	width: 95%;
	margin: 12px auto 0;
	display: block;
	font-weight: 800;
	background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
	box-shadow: 0 4px 14px rgba(22,163,74,.45);
	text-decoration: none;
	color: white;
	font-size: 18px;
	line-height: 1.2em;
	border-radius: 8px;
	border: none;
	padding: 13px 8px;
	animation: 1s ease-in-out infinite alternate pulsar;
	cursor: pointer;
	letter-spacing: .3px;
}

.cta-arrow {
	font-size: 20px;
}

@keyframes pulsar {
	0%   { transform: scale(1); box-shadow: 0 4px 14px rgba(22,163,74,.45); }
	100% { transform: scale(1.05); box-shadow: 0 6px 20px rgba(22,163,74,.6); }
}

/* ── GARANTIA ── */
.garantia-linha {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 11px;
	color: #27ae60;
	font-weight: 700;
	margin-top: 8px;
}

.garantia-icon {
	font-size: 16px;
}

/* ── TOTAL / PREÇO FINAL ── */
.card-total-linha {
	font-size: 16px;
	font-weight: 700;
	color: #111;
	margin-top: 10px;
}

.card-total-linha .text-decoration-line-through {
	font-size: 14px;
	font-weight: 400;
}

.card-total-linha strong {
	font-size: 20px;
	color: #d41212;
}

.card-frete {
	font-size: 13px;
	font-weight: 700;
	color: #27ae60;
	margin-top: 4px;
}

/* ── SEÇÃO DE REFERÊNCIAS ── */
.referencias-secao {
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 20px 18px;
	margin-top: 28px;
	overflow: hidden;
}

.referencias-secao h2 {
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #444 !important;
	margin-bottom: 14px !important;
	letter-spacing: .5px;
}

.refs-logos-img {
	display: block;
	width: 100%;
	max-width: 480px;
	height: auto;
	margin: 0 auto 16px;
}

.refs-lista {
	display: flex;
	flex-direction: row;
	gap: 24px;
	width: 100%;
	list-style: decimal inside;
	text-align: left;
	padding: 0;
	margin: 0;
}

.refs-coluna {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.refs-coluna li {
	font-size: 11px;
	color: #7a7a7a;
	line-height: 1.5;
	word-break: break-word;
}

/* ── FOOTER ── */
footer {
	background-color: #a70c0c;
	padding: 18px 0 0;
}

footer a {
	color: rgba(255,255,255,.85);
	text-decoration: none;
	padding: 0 20px;
	font-weight: 500;
	font-size: 13px;
}

footer a:hover {
	color: white;
	text-decoration: underline;
}

.footer-links {
	display: flex;
	gap: 8px;
	padding: 0 20px 12px;
	flex-wrap: wrap;
	justify-content: center;
}

footer h3 {
	background-color: #111;
	color: rgba(255,255,255,.7);
	font-size: 11px;
	font-weight: 400;
	padding: 10px 20px;
	line-height: 1.5;
	text-align: center;
}

/* ════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════ */

/* ── Tablet (≤ 992px) ── */
@media (max-width: 992px) {
	.principal {
		max-width: 100%;
	}

	/* Cards: 2 por linha no tablet */
	.cards-potes-wrap .col-md-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	/* Best Value fica em destaque no topo, largura total no tablet */
	.cards-potes-wrap .order-1 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* ── Mobile largo (≤ 768px) ── */
@media (max-width: 768px) {
	/* Header */
	header h1 {
		font-size: 1.5rem !important;
		letter-spacing: 2px;
	}

	/* Principal */
	.principal {
		padding: 10px 12px 16px;
	}

	.principal h1 {
		font-size: 21px;
		line-height: 1.3;
	}

	/* Social proof: desktop oculta, mobile aparece abaixo do vídeo */
	.social-proof-desktop {
		display: none;
	}

	.social-proof-mobile {
		display: flex;
		justify-content: center;
		gap: 8px 16px;
		font-size: 11px;
		margin-top: 8px;
		margin-bottom: 0;
	}

	/* Frame do vídeo: ocultar título central (muito longo) */
	.video-frame-title {
		display: none;
	}

	.video-frame-bar {
		justify-content: space-between;
		padding: 6px 10px;
	}

	/* Rodapé do frame: byline em coluna */
	.video-frame-footer {
		padding: 10px 12px 8px;
	}

	.video-frame-footer .byline-row {
		flex-wrap: wrap;
		gap: 8px;
	}

	.verified-badge {
		font-size: 9px;
		padding: 2px 6px;
	}

	/* Cards: 1 por linha, todos full-width */
	.cards-potes-wrap .col-md-4,
	.cards-potes-wrap .order-1,
	.cards-potes-wrap [class*="col-"] {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.card-pote {
		padding: 20px 16px;
	}

	.card-preco-per-bottle {
		font-size: 2.2rem;
	}

	.cta {
		font-size: 17px;
		padding: 13px 10px;
		width: 100%;
	}

	/* Urgência */
	.urgencia-count {
		font-size: 1.6rem;
	}

	.urgencia-count .numero {
		font-size: 2rem;
	}

	/* Referências: coluna única */
	.refs-lista {
		flex-direction: column;
		gap: 10px;
	}

	/* "As seen in" */
	.img_adv {
		width: 90%;
	}

	/* CTA heading */
	.cta-heading {
		font-size: 19px;
	}
}

/* ── Mobile pequeno (≤ 480px) ── */
@media (max-width: 480px) {
	header h1 {
		font-size: 1.25rem !important;
		letter-spacing: 1px;
	}

	.principal h1 {
		font-size: 19px;
	}

	/* Social proof mobile: grid 2×2 */
	.social-proof-mobile {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 6px 0;
		font-size: 11px;
	}

	.social-proof-mobile span {
		justify-content: center;
	}

	/* Frame: ocultar "Secure" tb, apenas o EXCLUSIVE */
	.video-frame-secure {
		display: none;
	}

	.video-frame-bar {
		padding: 5px 10px;
	}

	/* Byline compacta */
	.byline-info .author-title {
		font-size: 10px;
	}

	.card-preco-per-bottle {
		font-size: 2rem;
	}

	.cta {
		font-size: 15px;
	}

	.garantia-linha {
		font-size: 10px;
	}

	.card-total-linha,
	.card-frete {
		font-size: 11px;
	}

	.ribbon {
		font-size: 8px;
		top: 16px;
	}
}
