.page-shell--home {
	padding-top: 0;
}

.hero-home {
	padding: 1.25rem 0 4rem;
	background: #f6f2ee;
}

.hero-home__frame {
	display: block;
}

.hero-home__content,
.hero-home__media {
	min-width: 0;
}

.hero-home__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem;
	border: 1px solid rgba(197, 203, 212, 0.75);
	border-radius: 1.6rem;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 25px 55px rgba(29, 28, 28, 0.08);
}

.hero-home__eyebrow {
	margin: 0 0 0.85rem;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #168048;
}

.hero-home__title {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3.15rem);
	line-height: 1.02;
	color: var(--supramel-color-secondary);
	text-wrap: balance;
}

.hero-home__text {
	margin: 1rem 0 0;
	max-width: 34rem;
	font-size: 1rem;
	color: var(--supramel-color-text-soft);
}

.hero-home__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.4rem;
}

.hero-home__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0.85rem 1.2rem;
	border-radius: 999px;
	font-size: 0.94rem;
	font-weight: 800;
}

.hero-home__button--primary {
	background: #168048;
	color: #ffffff;
}

.hero-home__button--primary:hover {
	background: #015e2d;
	color: #ffffff;
}

.hero-home__button--secondary {
	border: 1px solid rgba(45, 51, 61, 0.2);
	background: rgba(255, 255, 255, 0.82);
	color: var(--supramel-color-secondary);
}

.hero-home__button--secondary:hover {
	border-color: #168048;
	color: #015e2d;
}

.hero-home__media {
	position: relative;
}

.hero-slider,
.hero-home__mobile {
	position: relative;
	border: 1px solid rgba(197, 203, 212, 0.75);
	border-radius: 1.6rem;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 25px 55px rgba(29, 28, 28, 0.08);
	overflow: hidden;
}

.hero-slider {
	display: block;
}

.hero-slider__track {
	position: relative;
	aspect-ratio: 16 / 5;
	min-height: 320px;
}

.hero-slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.35s ease;
}

.hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.hero-slide img,
.hero-home__mobile img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-slider__controls {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.hero-slider__arrow,
.hero-slider__dot {
	border: 0;
}

.hero-slider__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--supramel-color-secondary);
	box-shadow: 0 10px 28px rgba(29, 28, 28, 0.1);
}

.hero-slider__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	flex: 1;
}

.hero-slider__dot {
	width: 11px;
	height: 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: inset 0 0 0 1px rgba(45, 51, 61, 0.14);
}

.hero-slider__dot.is-active {
	width: 32px;
	background: #168048;
}

.hero-home__mobile {
	display: none;
}

.trust-bar {
	padding: 0.5rem 0 0.6rem;
	background: #f6f2ee;
}

.trust-bar__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.trust-card {
	display: flex;
	flex-direction: row;
	gap: 0.75rem;
	align-items: center;
	padding: 0.75rem 1rem;
	border: 1.5px solid rgba(22, 128, 72, 0.22);
	border-radius: 0.75rem;
	background: #fff;
	box-shadow: 0 2px 8px rgba(22, 128, 72, 0.08);
}

.trust-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	flex-shrink: 0;
	border-radius: 0.5rem;
	background: rgba(22, 128, 72, 0.1);
	color: #168048;
}

.trust-card__icon svg {
	width: 1.9rem;
	height: 1.9rem;
}

.trust-card .trust-card__title {
	margin: 0 0 0.2rem;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	color: #65360D;
}

.trust-card__text {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.4;
	color: #3d4451;
}

/* ── Category grid ─────────────────────────────────────────── */

.cat-grid-section {
	padding: 3rem 0 1.4rem;
}

.cat-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem 2.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cat-grid__item {
	flex: 0 0 auto;
	width: 120px;
}

.cat-grid__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
	text-decoration: none;
	color: var(--supramel-color-secondary);
}

.cat-grid__link:hover .cat-grid__thumb {
	border-color: #168048;
	box-shadow: 0 8px 24px rgba(22, 128, 72, 0.2);
}

.cat-grid__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1.5px solid rgba(221, 212, 193, 0.7);
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cat-grid__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cat-grid__name {
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	background-color: #168048;
	padding: 0.35rem 0.65rem;
	margin-top: -0.45rem;
	border-radius: 2rem;
	letter-spacing: 0.01em;
	transition: background-color 0.2s ease;
	position: relative;
	z-index: 1;
}

.cat-grid__link:hover .cat-grid__name {
	background-color: #026b58;
}

@media (max-width: 767px) {
	.cat-grid-section {
		padding: 2rem 0 1.6rem;
		padding-left: 0;
		padding-right: 0;
	}

	.cat-grid {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding: 0.5rem 1.25rem 1rem;
		gap: 1.25rem;
		scrollbar-width: none;
	}

	.cat-grid::-webkit-scrollbar {
		display: none;
	}

	.cat-grid__item {
		flex: 0 0 auto;
		width: 130px;
		scroll-snap-align: start;
	}

	.cat-grid__thumb {
		width: 130px;
		height: 130px;
	}

	.cat-grid__name {
		font-size: 0.8125rem;
		padding: 0.3rem 0.6rem;
		margin-top: 0.2rem;
	}
}

/* ── End category grid ──────────────────────────────────────── */

/* ── Best Sellers ─────────────────────────────────────────── */

.bestsellers-section {
	padding: 1.6rem 0 5rem;
	background: var(--supramel-color-bg);
}

.bestsellers-section__header {
	text-align: center;
	margin-bottom: 2rem;
}

.bestsellers-section__eyebrow {
	display: block;
	margin-bottom: 0.5rem;
	font-family: var(--supramel-font-heading);
	font-size: var(--supramel-text-micro-size);
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--supramel-color-primary);
}

.bestsellers-section__title {
	margin: 0;
	font-family: var(--supramel-font-heading);
	font-size: var(--supramel-text-h2-size);
	font-weight: var(--supramel-text-h2-weight);
	line-height: var(--supramel-text-h2-line-height);
	color: var(--supramel-color-secondary);
}

.bestsellers-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bestsellers-card {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--supramel-color-border); /* #ddd4c1 */
	border-radius: 1rem;
	background: var(--supramel-color-surface);
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

/* image-wrap ocupa tudo acima do body; body + footer crescem juntos pelo flex */

.bestsellers-card:hover {
	box-shadow: var(--supramel-shadow-soft);
	transform: translateY(-4px);
}

.bestsellers-card__image-wrap {
	position: relative;
	display: block;
	background: #ffffff;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.bestsellers-card__img {
	width: 85%;
	height: 85%;
	object-fit: contain;
	position: absolute;
	bottom: 0;        /* ancora a base do produto na linha inferior */
	left: 50%;
	transform: translateX(-50%);
	transition: transform 0.3s ease;
}

.bestsellers-card:hover .bestsellers-card__img {
	transform: translateX(-50%) scale(1.05);
}

.bestsellers-card__badge {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	background: var(--supramel-color-highlight);
	color: #ffffff !important;
	font-family: var(--supramel-font-heading);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bestsellers-card__body {
	padding: 1rem 1rem 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

/* Título: especificidade (0,2,0) supera o Kit Elementor (.elementor-kit-118 h3 = 0,1,1) */
.bestsellers-card .bestsellers-card__name {
	margin: 0;
	font-family: var(--supramel-font-heading);
	font-size: 1rem !important;   /* 16px — Kit força 31.5px no h3 */
	font-weight: 600 !important;
	line-height: 1.3 !important;
	height: 3.9em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* !important necessário: Kit Elementor (.elementor-kit-118 a) tem especificidade maior */
.bestsellers-card__name a,
.bestsellers-card__name a:visited {
	color: #1D1C1C !important;
	text-decoration: none;
}

.bestsellers-card__name a:hover {
	color: var(--supramel-color-primary) !important;
}

/* Preço: quase preto, Montserrat Bold */
.bestsellers-card__price,
.bestsellers-card__price .woocommerce-Price-amount,
.bestsellers-card__price .woocommerce-Price-amount bdi {
	font-family: var(--supramel-font-heading);
	font-size: 1.25rem;   /* 20px — maior que o título para hierarquia de decisão */
	font-weight: 700;
	color: #1D1C1C !important;
}

.bestsellers-card__footer {
	padding: 0.75rem 1rem 1rem;
	margin-top: auto; /* empurra o botão para a base do card */
}

/* Botão CTA: fundo dourado, texto quase preto — contraste seguro */
.bestsellers-card__btn,
.bestsellers-card__btn:visited {
	display: block;
	width: 100%;
	padding: 0.7rem 1rem;
	border-radius: 999px;
	background: var(--supramel-color-highlight);
	color: var(--supramel-color-on-highlight) !important;
	font-family: var(--supramel-font-heading);
	font-size: var(--supramel-text-btn-size);
	font-weight: var(--supramel-text-btn-weight);
	line-height: var(--supramel-text-btn-line-height);
	letter-spacing: var(--supramel-text-btn-letter-spacing);
	text-transform: var(--supramel-text-btn-transform);
	text-align: center;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(36, 50, 58, 0.06);
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bestsellers-card__btn:hover {
	background: var(--supramel-color-highlight-hover);
	color: var(--supramel-color-on-highlight) !important;
	box-shadow: var(--supramel-shadow-button-soft);
	transform: translateY(-1px);
}

.bestsellers-section__cta {
	text-align: center;
	margin-top: 2rem;
}

.bestsellers-section__link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-family: var(--supramel-font-heading);
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--supramel-color-primary);
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.bestsellers-section__link:hover {
	color: var(--supramel-color-accent);
	border-bottom-color: var(--supramel-color-accent);
}

@media (max-width: 767px) {
	.bestsellers-section {
		padding: 2rem 0 3rem;
	}

	.bestsellers-section__header {
		padding: 0 1.25rem;
		margin-bottom: 1.5rem;
	}

	.bestsellers-section__title {
		font-size: var(--supramel-text-h2-size);
	}

	.bestsellers-card .bestsellers-card__name {
		font-size: 0.9375rem !important; /* 15px no mobile */
		height: 3.9em;
	}

	/* Área de toque mínima de 44px (regra Apple/Google) */
	.bestsellers-card__btn,
	.bestsellers-card__btn:visited {
		min-height: 44px;
		padding: 0.75rem 1rem;
	}

	/* Carrossel lateral no mobile */
	.bestsellers-grid {
		grid-template-columns: unset;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding: 0.5rem 1.25rem 1rem;
		gap: 1rem;
		scrollbar-width: none;
	}

	.bestsellers-grid::-webkit-scrollbar {
		display: none;
	}

	.bestsellers-card {
		flex: 0 0 72vw;
		max-width: 280px;
		scroll-snap-align: start;
	}

	.bestsellers-section__cta {
		padding: 0 1.25rem;
	}
}

/* ── End Best Sellers ────────────────────────────────────── */

/* ── Health Feature ──────────────────────────────────────── */

.health-feature-section {
	padding: 0 0 3rem;
	background: #f7f4ec;
}

.health-feature-section__header {
	text-align: center;
	margin-bottom: 2rem;
}

.health-feature-section__eyebrow {
	display: block;
	margin-bottom: 0.5rem;
	color: #168048;
	font-family: var(--supramel-font-heading);
	font-size: var(--supramel-text-micro-size);
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.health-feature-section__title {
	margin: 0;
	color: #1d1c1c;
	font-family: var(--supramel-font-heading);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

.health-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 1.5rem;
	align-items: stretch;
}

.health-feature__media {
	position: relative;
	display: block;
	height: min(600px, 100%);
	max-height: 600px;
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: 0 22px 50px rgba(50, 40, 20, 0.12);
}

.health-feature__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.health-feature__overlay {
	position: absolute;
	inset: auto 0 0 0;
	padding: 2rem;
	background: linear-gradient(180deg, rgba(22, 128, 72, 0.04) 0%, rgba(18, 62, 37, 0.86) 68%, rgba(8, 28, 16, 0.94) 100%);
}

.health-feature__eyebrow {
	display: inline-block;
	margin-bottom: 0.85rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: rgba(246, 242, 238, 0.16);
	color: #f6f2ee;
	font-family: var(--supramel-font-heading);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.health-feature__title {
	margin: 0;
	color: #f6f2ee !important;
	font-family: var(--supramel-font-heading);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.12;
}

.health-feature__text {
	margin: 0.9rem 0 0;
	max-width: 28rem;
	color: rgba(246, 242, 238, 0.92);
	font-size: 1rem;
	line-height: 1.6;
}

.health-feature__shelf {
	display: flex;
	flex-direction: column;
	padding: 0.4rem 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.health-feature__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.health-feature-card {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	grid-template-areas:
		"image body"
		"image footer";
	gap: 0.8rem 1rem;
	align-items: center;
	border: 1px solid rgba(221, 212, 193, 0.92);
	border-radius: 1.2rem;
	background: #ffffff;
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.health-feature-card:hover {
	box-shadow: var(--supramel-shadow-soft);
	transform: translateY(-4px);
}

.health-feature-card__image-wrap {
	grid-area: image;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin-left: 0.9rem;
	background: #ffffff;
	overflow: hidden;
	border-radius: 1rem;
}

.health-feature-card__img {
	width: 85%;
	height: 85%;
	object-fit: contain;
}

.health-feature-card__badge {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	background: rgba(22, 128, 72, 0.92);
	color: #ffffff !important;
	font-family: var(--supramel-font-heading);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.health-feature-card__body {
	grid-area: body;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	min-width: 0;
	padding: 1rem 1rem 0 0;
}

.health-feature-card__name {
	margin: 0;
	color: var(--supramel-color-secondary);
	font-family: var(--supramel-font-heading);
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	line-height: 1.28 !important;
	height: 3.85em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.health-feature-card__name a,
.health-feature-card__name a:visited {
	color: #1d1c1c !important;
	text-decoration: none;
}

.health-feature-card__name a:hover {
	color: var(--supramel-color-primary) !important;
}

.health-feature-card__price,
.health-feature-card__price .woocommerce-Price-amount,
.health-feature-card__price .woocommerce-Price-amount bdi {
	color: #1d1c1c !important;
	font-family: var(--supramel-font-heading);
	font-size: 1.12rem;
	font-weight: 700;
}

.health-feature-card__footer {
	grid-area: footer;
	padding: 0 1rem 1rem 0;
}

.health-feature-card__btn,
.health-feature-card__btn:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.75rem 1.1rem;
	border-radius: 999px;
	background: var(--supramel-color-highlight);
	color: var(--supramel-color-on-highlight) !important;
	font-family: var(--supramel-font-heading);
	font-size: var(--supramel-text-btn-size);
	font-weight: var(--supramel-text-btn-weight);
	line-height: var(--supramel-text-btn-line-height);
	letter-spacing: var(--supramel-text-btn-letter-spacing);
	text-transform: var(--supramel-text-btn-transform);
	text-decoration: none;
	min-width: 150px;
	box-shadow: 0 8px 20px rgba(36, 50, 58, 0.06);
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.health-feature-card__btn:hover {
	background: var(--supramel-color-highlight-hover);
	color: var(--supramel-color-on-highlight) !important;
	box-shadow: var(--supramel-shadow-button-soft);
	transform: translateY(-1px);
}

@media (max-width: 980px) {
	.health-feature {
		grid-template-columns: 1fr;
	}

	.health-feature__media {
		height: 440px;
		max-height: 440px;
	}

	.health-feature__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.health-feature-section {
		padding: 2rem 0 2.4rem;
	}

	.health-feature-section__header {
		margin-bottom: 1.35rem;
		padding: 0 1rem;
	}

	.health-feature-section__title {
		font-size: 24px;
	}

	.health-feature {
		gap: 1rem;
	}

	.health-feature__media {
		height: 360px;
		max-height: 360px;
		border-radius: 1.5rem;
	}

	.health-feature__overlay {
		padding: 1.35rem;
	}

	.health-feature__title {
		font-size: 1.7rem;
	}

	.health-feature__text {
		font-size: 0.95rem;
	}

	.health-feature__shelf {
		padding: 0.2rem 0;
	}

	.health-feature__grid {
		grid-template-columns: 1fr;
	}

	.health-feature-card {
		grid-template-columns: 100px minmax(0, 1fr);
		border-radius: 1rem;
		gap: 0.5rem 0.75rem;
	}

	.health-feature-card__image-wrap {
		width: 100px;
		height: 100px;
		margin-left: 0.75rem;
	}

	.health-feature-card__body {
		padding: 0.9rem 0.9rem 0 0;
	}

	.health-feature-card__footer {
		padding: 0 0.9rem 0.9rem 0;
	}

	.health-feature-card__btn,
	.health-feature-card__btn:visited {
		width: 100%;
		min-width: unset;
		min-height: 44px;
	}
}

/* ── End Health Feature ──────────────────────────────────── */

/* ── B2B Banner ──────────────────────────────────────────── */

.b2b-banner-section {
	position: relative;
	padding: 0;
	background:
		radial-gradient(circle at top left, rgba(246, 242, 238, 0.1), transparent 24%),
		radial-gradient(circle at right center, rgba(210, 169, 63, 0.18), transparent 26%),
		linear-gradient(135deg, #015e2d 0%, #168048 58%, #0f6f3d 100%);
	overflow: hidden;
}

.b2b-banner-section::before,
.b2b-banner-section::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.b2b-banner-section::before {
	width: 320px;
	height: 320px;
	top: -120px;
	right: -110px;
	background: rgba(246, 242, 238, 0.07);
}

.b2b-banner-section::after {
	width: 420px;
	height: 420px;
	bottom: -210px;
	left: -160px;
	background: rgba(210, 169, 63, 0.12);
}

.b2b-banner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	align-items: center;
	gap: 3rem;
	padding: 4.5rem 0;
}

.b2b-banner__content {
	max-width: 36rem;
}

.b2b-banner__eyebrow {
	display: inline-block;
	margin-bottom: 0.85rem;
	padding: 0.4rem 0.8rem;
	border: 1px solid rgba(246, 242, 238, 0.28);
	border-radius: 999px;
	background: rgba(246, 242, 238, 0.08);
	color: #f6f2ee;
	font-family: var(--supramel-font-heading);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.b2b-banner__title {
	margin: 0;
	color: #f6f2ee !important;
	font-family: var(--supramel-font-heading);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.15;
}

.b2b-banner__text {
	margin: 1rem 0 0;
	color: rgba(246, 242, 238, 0.92);
	font-family: var(--supramel-font-body);
	font-size: 1rem;
	line-height: 1.65;
}

.b2b-banner__highlights {
	display: grid;
	gap: 0.65rem;
	margin: 1.4rem 0 0;
	padding: 0;
	list-style: none;
}

.b2b-banner__highlights li {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	color: #f6f2ee;
	font-weight: 600;
}

.b2b-banner__highlights li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d2a93f;
	box-shadow: 0 0 0 6px rgba(210, 169, 63, 0.14);
	flex-shrink: 0;
}

.b2b-banner__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	margin-top: 1.8rem;
	padding: 0.95rem 1.5rem;
	border-radius: 999px;
	background: var(--supramel-color-highlight);
	color: var(--supramel-color-on-highlight) !important;
	font-family: var(--supramel-font-heading);
	font-size: var(--supramel-text-btn-size);
	font-weight: var(--supramel-text-btn-weight);
	line-height: var(--supramel-text-btn-line-height);
	letter-spacing: var(--supramel-text-btn-letter-spacing);
	text-transform: var(--supramel-text-btn-transform);
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(36, 50, 58, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.b2b-banner__cta:hover {
	background: var(--supramel-color-highlight-hover);
	color: var(--supramel-color-on-highlight) !important;
	transform: translateY(-1px);
	box-shadow: var(--supramel-shadow-button-soft);
}

.b2b-banner__media {
	position: relative;
}

.b2b-banner__image-shell {
	position: relative;
	padding: 1.1rem;
	border: 1px solid rgba(246, 242, 238, 0.16);
	border-radius: 2rem;
	background: linear-gradient(180deg, rgba(246, 242, 238, 0.12), rgba(246, 242, 238, 0.05));
	box-shadow: 0 28px 60px rgba(10, 35, 21, 0.22);
	backdrop-filter: blur(3px);
}

.b2b-banner__image-shell::after {
	content: "";
	position: absolute;
	inset: auto 8% -18px 8%;
	height: 28px;
	border-radius: 50%;
	background: rgba(3, 23, 13, 0.25);
	filter: blur(12px);
}

.b2b-banner__image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1.35rem;
	object-fit: cover;
}

@media (max-width: 900px) {
	.b2b-banner {
		grid-template-columns: 1fr;
		gap: 2rem;
		padding: 3rem 0;
	}

	.b2b-banner__content {
		max-width: none;
	}

	.b2b-banner__title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.b2b-banner {
		padding: 2.5rem 0;
		gap: 1.5rem;
	}

	.b2b-banner__eyebrow {
		font-size: 0.72rem;
	}

	.b2b-banner__title {
		font-size: 24px;
	}

	.b2b-banner__text {
		font-size: 0.95rem;
	}

	.b2b-banner__cta {
		width: 100%;
	}

	.b2b-banner__image-shell {
		padding: 0.8rem;
		border-radius: 1.4rem;
	}

	.b2b-banner__image {
		border-radius: 1rem;
	}
}

/* ── End B2B Banner ──────────────────────────────────────── */

/* ── Premium Feature ─────────────────────────────────────── */

.premium-feature-section {
	padding: 3.5rem 0;
	background: #f6f2ee;
}

.premium-feature-section__header {
	text-align: center;
	margin-bottom: 2rem;
}

.premium-feature-section__eyebrow {
	display: block;
	margin-bottom: 0.5rem;
	color: #168048;
	font-family: var(--supramel-font-heading);
	font-size: var(--supramel-text-micro-size);
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.premium-feature-section__title {
	margin: 0;
	color: #1d1c1c;
	font-family: var(--supramel-font-heading);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

.premium-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 1.5rem;
	align-items: stretch;
}

.premium-feature__media {
	position: relative;
	display: block;
	min-height: 520px;
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: 0 22px 50px rgba(98, 64, 24, 0.14);
}

.premium-feature__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.02) contrast(1.03);
}

.premium-feature__overlay {
	position: absolute;
	inset: auto 0 0 0;
	padding: 2rem;
	background: linear-gradient(180deg, rgba(90, 54, 12, 0.04) 0%, rgba(71, 40, 10, 0.74) 65%, rgba(36, 21, 8, 0.9) 100%);
}

.premium-feature__kicker {
	display: inline-block;
	margin-bottom: 0.8rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: rgba(246, 242, 238, 0.2);
	color: #f6f2ee;
	font-family: var(--supramel-font-heading);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.premium-feature__headline {
	margin: 0;
	color: #f6f2ee !important;
	font-family: var(--supramel-font-heading);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.12;
}

.premium-feature__text {
	margin: 0.9rem 0 0;
	max-width: 30rem;
	color: rgba(246, 242, 238, 0.92);
	font-size: 1rem;
	line-height: 1.6;
}

.premium-feature__shelf {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.premium-feature__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.premium-feature-card {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	grid-template-areas:
		"image body"
		"image footer";
	gap: 0.8rem 1rem;
	align-items: center;
	border: 1px solid rgba(221, 212, 193, 0.95);
	border-radius: 1.2rem;
	background: #ffffff;
	box-shadow: 0 14px 32px rgba(98, 64, 24, 0.08);
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.premium-feature-card:hover {
	box-shadow: 0 20px 38px rgba(98, 64, 24, 0.12);
	transform: translateY(-4px);
}

.premium-feature-card__image-wrap {
	grid-area: image;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	margin-left: 0.9rem;
	border-radius: 1rem;
	background: #ffffff;
	overflow: hidden;
}

.premium-feature-card__img {
	width: 85%;
	height: 85%;
	object-fit: contain;
}

.premium-feature-card__body {
	grid-area: body;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	min-width: 0;
	padding: 1rem 1rem 0 0;
}

.premium-feature-card__name {
	margin: 0;
	color: var(--supramel-color-secondary);
	font-family: var(--supramel-font-heading);
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	line-height: 1.28 !important;
	height: 3.85em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.premium-feature-card__name a,
.premium-feature-card__name a:visited {
	color: #1d1c1c !important;
	text-decoration: none;
}

.premium-feature-card__name a:hover {
	color: #8a5c20 !important;
}

.premium-feature-card__price,
.premium-feature-card__price .woocommerce-Price-amount,
.premium-feature-card__price .woocommerce-Price-amount bdi {
	color: #1d1c1c !important;
	font-family: var(--supramel-font-heading);
	font-size: 1.12rem;
	font-weight: 700;
}

.premium-feature-card__footer {
	grid-area: footer;
	padding: 0 1rem 1rem 0;
}

.premium-feature-card__btn,
.premium-feature-card__btn:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.75rem 1.1rem;
	border-radius: 999px;
	background: var(--supramel-color-highlight);
	color: var(--supramel-color-on-highlight) !important;
	font-family: var(--supramel-font-heading);
	font-size: var(--supramel-text-btn-size);
	font-weight: var(--supramel-text-btn-weight);
	line-height: var(--supramel-text-btn-line-height);
	letter-spacing: var(--supramel-text-btn-letter-spacing);
	text-transform: var(--supramel-text-btn-transform);
	text-decoration: none;
	min-width: 150px;
	box-shadow: 0 8px 20px rgba(36, 50, 58, 0.06);
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.premium-feature-card__btn:hover {
	background: var(--supramel-color-highlight-hover);
	color: var(--supramel-color-on-highlight) !important;
	box-shadow: var(--supramel-shadow-button-soft);
	transform: translateY(-1px);
}

@media (max-width: 980px) {
	.premium-feature {
		grid-template-columns: 1fr;
	}

	.premium-feature__media {
		min-height: 420px;
	}
}

@media (max-width: 767px) {
	.premium-feature-section {
		padding: 2.6rem 0;
	}

	.premium-feature-section__header {
		margin-bottom: 1.4rem;
		padding: 0 1rem;
	}

	.premium-feature-section__title {
		font-size: 24px;
	}

	.premium-feature {
		gap: 1rem;
	}

	.premium-feature__media {
		min-height: 340px;
		border-radius: 1.5rem;
	}

	.premium-feature__overlay {
		padding: 1.35rem;
	}

	.premium-feature__headline {
		font-size: 1.65rem;
	}

	.premium-feature__text {
		font-size: 0.95rem;
	}

	.premium-feature-card {
		grid-template-columns: 100px minmax(0, 1fr);
		gap: 0.5rem 0.75rem;
		border-radius: 1rem;
	}

	.premium-feature-card__image-wrap {
		width: 100px;
		height: 100px;
		margin-left: 0.75rem;
	}

	.premium-feature-card__body {
		padding: 0.9rem 0.9rem 0 0;
	}

	.premium-feature-card__footer {
		padding: 0 0.9rem 0.9rem 0;
	}

	.premium-feature-card__btn,
	.premium-feature-card__btn:visited {
		width: 100%;
		min-width: unset;
		min-height: 44px;
	}
}

/* ── End Premium Feature ─────────────────────────────────── */

/* ── Video Highlight ─────────────────────────────────────── */

.video-hl-section {
	padding: 5rem 0 5.5rem;
	background: #f6f2ee;
}

.video-hl-section__header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 2.5rem;
}

.video-hl-section__title {
	margin: 0;
	font-family: var(--supramel-font-heading);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #1d1c1c;
	text-wrap: balance;
}

.video-hl-section__subtitle {
	margin: 0.85rem 0 0;
	font-family: var(--supramel-font-body);
	font-size: 1rem;
	line-height: 1.65;
	color: #2d333d;
}

/* Player container */
.video-hl__player {
	position: relative;
	max-width: 860px;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 20px 50px rgba(29, 28, 28, 0.14);
	background: #1d1c1c;
}

/* Thumbnail */
.video-hl__thumb {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.video-hl__player:hover .video-hl__thumb {
	transform: scale(1.03);
}

/* Overlay escuro sutil */
.video-hl__overlay {
	position: absolute;
	inset: 0;
	background: rgba(10, 10, 10, 0.28);
	transition: background 0.25s ease;
}

.video-hl__player:hover .video-hl__overlay {
	background: rgba(10, 10, 10, 0.18);
}

/* Botão play */
.video-hl__play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	transition: transform 0.2s ease;
	z-index: 2;
}

.video-hl__play-btn:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.video-hl__play-icon {
	width: 72px;
	height: 72px;
	filter: drop-shadow(0 6px 18px rgba(0,0,0,0.35));
}

/* Iframe após o play */
.video-hl__player.is-playing {
	cursor: default;
}

.video-hl__iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 767px) {
	.video-hl-section {
		padding: 3rem 0 3.5rem;
	}

	.video-hl-section__title {
		font-size: 24px;
	}

	.video-hl-section__subtitle {
		font-size: 0.94rem;
	}

	.video-hl__play-icon {
		width: 56px;
		height: 56px;
	}
}

/* ── End Video Highlight ──────────────────────────────────── */

/* ── FAQ ──────────────────────────────────────────────────── */

.page-shell--home .faq-section {
	padding: 4rem 0 5rem;
	background: #f7f4ec !important;
}

.page-shell--home .faq-section__title {
	margin: 0 0 2.5rem;
	font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
	font-weight: 700 !important;
	color: var(--supramel-color-secondary) !important;
	text-align: center;
	text-wrap: balance;
}

.page-shell--home .faq-list {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.page-shell--home .faq-item {
	border: 1px solid #c5cbd4 !important;
	border-radius: 0.875rem !important;
	background: #ffffff !important;
	overflow: hidden;
}

.page-shell--home .faq-item__question {
	margin: 0;
}

.page-shell--home .faq-item__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	padding: 1.1rem 1.4rem !important;
	background: none !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	text-align: left;
	font-family: var(--supramel-font-heading), sans-serif !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
	color: #1d1c1c !important;
	cursor: pointer;
	text-transform: none !important;
	box-shadow: none !important;
}

.page-shell--home .faq-item__toggle:hover {
	color: #168048 !important;
	background: none !important;
}

.page-shell--home .faq-item__icon {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background: rgba(22, 128, 72, 0.1) !important;
	position: relative;
}

.page-shell--home .faq-item__icon::before,
.page-shell--home .faq-item__icon::after {
	content: '';
	position: absolute;
	background: #168048;
	border-radius: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-shell--home .faq-item__icon::before {
	width: 10px;
	height: 2px;
}

.page-shell--home .faq-item__icon::after {
	width: 2px;
	height: 10px;
	transition: transform 0.2s ease;
}

.page-shell--home .faq-item__toggle[aria-expanded="true"] .faq-item__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.page-shell--home .faq-item__answer {
	margin: 0;
	padding: 0 1.4rem 1.2rem !important;
	font-size: 0.95rem !important;
	line-height: 1.7 !important;
	color: #5a6272 !important;
	background: #ffffff !important;
}

.page-shell--home .faq-item__answer p {
	margin: 0;
	font-size: 0.95rem !important;
	color: #5a6272 !important;
}

@media (max-width: 767px) {
	.page-shell--home .faq-section {
		padding: 3rem 0 4rem;
	}

	.page-shell--home .faq-item__toggle {
		font-size: 0.95rem !important;
		padding: 1rem 1.1rem !important;
	}

	.page-shell--home .faq-item__answer {
		padding: 0 1.1rem 1rem !important;
	}
}

/* ── End FAQ ────────────────────────────────────────────────── */

.page-content--home {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.page-content--home .elementor {
	background: transparent;
}

/* Hide Elementor blocks already migrated to the theme. */
.page-content--home .elementor-element.elementor-element-130b7ee,
.page-content--home .elementor-element.elementor-element-1b70ae6,
.page-content--home .elementor-element.elementor-element-5e44436 {
	display: none !important;
}

/* Active Elementor FAQ overrides */
.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a {
	padding: 0 !important;
	--n-accordion-title-normal-color: #1d1c1c !important;
	--n-accordion-title-hover-color: #168048 !important;
	--n-accordion-title-active-color: #1d1c1c !important;
	--n-accordion-border-radius: 12px !important;
}

.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a > .e-n-accordion {
	display: grid !important;
	gap: 0.75rem !important;
}

.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a > .e-n-accordion > .e-n-accordion-item {
	border: 1px solid #c5cbd4 !important;
	border-radius: 12px !important;
	background: #ffffff !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title,
.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title:hover,
.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
	background: #ffffff !important;
	background-image: none !important;
	border: 0 !important;
}

.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a .e-n-accordion-item-title-header {
	padding: 1.1rem 1.4rem !important;
}

.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a .e-n-accordion-item-title-text {
	font-family: "Montserrat", sans-serif !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: #1d1c1c !important;
}

.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a .e-n-accordion-item[open] .e-n-accordion-item-title-text,
.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a .e-n-accordion-item-title:hover .e-n-accordion-item-title-text {
	color: #168048 !important;
}

.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a .e-n-accordion-item-title-icon {
	color: #168048 !important;
}

.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a .e-n-accordion-item[open] .e-n-accordion-item-title-icon,
.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon {
	color: #168048 !important;
}

.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a .e-n-accordion-item > .e-con {
	padding: 0 1.4rem 1.2rem !important;
	background: #ffffff !important;
}

.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a .e-n-accordion-item > .e-con p,
.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a .elementor-widget-text-editor,
.page-content--home .elementor-4002 .elementor-element.elementor-element-d1fb80a .elementor-widget-text-editor p {
	color: #5a6272 !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.95rem !important;
	line-height: 1.7 !important;
	text-transform: none !important;
}


@media (max-width: 1080px) {
	.hero-home__frame {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.trust-bar__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.trust-bar {
		padding: 1.5rem 0;
	}
}

@media (max-width: 767px) {
	.hero-home {
		padding-top: 1rem;
	}

	.hero-home__content {
		padding: 1.4rem;
	}

	.hero-home__title {
		font-size: 1.8rem;
	}

	.hero-slider {
		display: none;
	}

	.hero-home__mobile {
		display: block;
	}
}
