/*
Theme Name: ALT Produtos do Mundo
Theme URI: https://altprodutosdomundo.com.br/
Description: Tema institucional da ALT, otimizado para edição com Elementor.
Author: ALT Produtos do Mundo
Template: hello-elementor
Version: 1.3.0
Text Domain: alt-elementor
*/

:root {
	--alt-ink: #29271f;
	--alt-gold: #b79258;
	--alt-sand: #f2efe8;
	--alt-cream: #faf8f4;
	--alt-white: #ffffff;
	--alt-muted: #706d64;
	--alt-line: rgba(69, 65, 51, 0.14);
	--alt-radius: 24px;
	--alt-shadow: 0 24px 70px rgba(41, 39, 31, 0.12);
	--alt-wrap: min(1180px, calc(100% - 40px));
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 96px;
}

body {
	margin: 0;
	color: var(--alt-ink);
	background: var(--alt-cream);
	font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

/* Neutraliza wrappers do Elementor que quebravam o layout */
.alt-page .elementor-widget:not(:last-child) {
	margin-block-end: 0 !important;
}

.alt-page .elementor-element {
	--widgets-spacing: 0px 0px !important;
	--widgets-spacing-row: 0px !important;
	--widgets-spacing-column: 0px !important;
	--kit-widget-spacing: 0px !important;
}

.alt-page .e-con,
.alt-page .e-con-inner,
.alt-page .elementor-widget-container,
.alt-page .elementor-widget-html {
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
}

.alt-page .e-con.e-flex {
	--padding-top: 0px !important;
	--padding-right: 0px !important;
	--padding-bottom: 0px !important;
	--padding-left: 0px !important;
	--gap: 0px !important;
}

.alt-page .page-header,
.alt-page .entry-title,
.alt-page h1.entry-title {
	display: none !important;
}

.alt-page-content {
	width: 100%;
}

/* Header / Footer */
.alt-header {
	position: sticky;
	z-index: 999;
	top: 0;
	border-bottom: 1px solid var(--alt-line);
	background: rgba(250, 248, 244, 0.94);
	backdrop-filter: blur(16px);
}

.alt-header__inner,
.alt-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: var(--alt-wrap);
	margin: 0 auto;
}

.alt-header__inner {
	min-height: 78px;
}

.alt-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.alt-brand__mark {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	color: var(--alt-white);
	background: var(--alt-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.alt-brand__name {
	display: grid;
	line-height: 1;
}

.alt-brand__name strong {
	font-size: 24px;
	letter-spacing: 0.12em;
}

.alt-brand__name small {
	margin-top: 6px;
	color: var(--alt-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.alt-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px 22px;
}

.alt-nav a {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.alt-nav a:not(.alt-nav__cta):hover {
	color: var(--alt-gold);
}

.alt-nav__cta,
.alt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 999px;
	color: var(--alt-white) !important;
	background: var(--alt-ink);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	transition: background 0.2s ease, transform 0.2s ease;
}

.alt-nav__cta:hover,
.alt-btn:hover {
	background: var(--alt-gold);
}

.alt-btn--ghost {
	color: var(--alt-ink) !important;
	background: transparent;
	border: 1px solid rgba(41, 39, 31, 0.2);
}

.alt-btn--ghost:hover {
	color: var(--alt-white) !important;
	background: var(--alt-ink);
}

.alt-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.alt-menu-toggle {
	display: none;
	border: 0;
	color: var(--alt-ink);
	background: transparent;
	font-size: 25px;
	cursor: pointer;
}

.alt-btn--ghost-light {
	color: var(--alt-white) !important;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.alt-btn--ghost-light:hover {
	color: var(--alt-ink) !important;
	background: var(--alt-white);
	border-color: var(--alt-white);
}

.alt-footer {
	padding: 64px 0 28px;
	color: var(--alt-white);
	background: #1f1d18;
}

.alt-footer .alt-brand__mark {
	color: var(--alt-ink);
	background: var(--alt-white);
}

.alt-footer .alt-brand__name small,
.alt-footer__copy {
	color: rgba(255, 255, 255, 0.52);
}

.alt-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 40px;
	align-items: start;
	width: var(--alt-wrap);
	margin: 0 auto;
}

.alt-footer__brand-text {
	margin: 16px 0 0;
	max-width: 280px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 14px;
	line-height: 1.6;
}

.alt-footer__col h3 {
	margin: 0 0 16px;
	color: var(--alt-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.alt-footer__col a {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	text-decoration: none;
}

.alt-footer__col a:hover {
	color: var(--alt-white);
}

.alt-footer__copy {
	width: var(--alt-wrap);
	margin: 48px auto 0;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 12px;
}

/* Page sections */
.alt-wrap {
	width: var(--alt-wrap);
	margin-inline: auto;
}

.alt-section {
	padding: 96px 0;
}

.alt-section--tight {
	padding-top: 72px;
	padding-bottom: 72px;
}

.alt-kicker {
	margin: 0;
	color: var(--alt-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.alt-title,
.alt-section-title {
	margin: 0;
	color: var(--alt-ink);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.alt-title {
	font-size: clamp(36px, 5vw, 68px);
}

.alt-title strong,
.alt-section-title strong {
	font-weight: 800;
}

.alt-section-title {
	font-size: clamp(30px, 4vw, 50px);
}

.alt-lead,
.alt-body {
	margin: 0;
	max-width: 640px;
	color: var(--alt-muted);
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.65;
}

.alt-body {
	font-size: 16px;
}

.alt-stack {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.alt-stack--center {
	align-items: center;
	text-align: center;
	margin-bottom: 48px;
}

.alt-stack--center .alt-lead {
	margin-inline: auto;
}

.alt-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 56px;
}

.alt-media {
	margin: 0;
	overflow: hidden;
	min-height: 420px;
	border-radius: var(--alt-radius);
	background: linear-gradient(160deg, #f7f3ec 0%, #ebe5da 100%);
	box-shadow: var(--alt-shadow);
}

.alt-media img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	object-position: center;
	transition: transform 0.55s ease;
}

.alt-media:hover img {
	transform: scale(1.03);
}

.alt-hero__image {
	background: linear-gradient(160deg, #efe9df 0%, #ddd4c5 100%);
}

.alt-hero__image img {
	object-position: center 40%;
}

/* Hero */
.alt-hero {
	position: relative;
	overflow: hidden;
	padding: 72px 0 64px;
	background: var(--alt-sand);
}

.alt-hero::before {
	position: absolute;
	top: -220px;
	right: -160px;
	width: 560px;
	height: 560px;
	border: 1px solid rgba(183, 146, 88, 0.24);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.alt-hero__grid {
	display: grid;
	position: relative;
	z-index: 1;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: center;
	gap: 48px;
}

.alt-hero__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.alt-hero__visual {
	position: relative;
	min-height: 520px;
}

.alt-hero__image {
	position: absolute;
	inset: 0 0 48px 0;
	overflow: hidden;
	border-radius: 160px 160px 24px 24px;
	box-shadow: var(--alt-shadow);
}

.alt-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.alt-hero__badge {
	position: absolute;
	right: 0;
	bottom: 0;
	width: min(200px, 46%);
	padding: 20px;
	border: 8px solid var(--alt-sand);
	border-radius: 22px;
	color: var(--alt-white);
	background: var(--alt-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.alt-hero__badge strong {
	display: block;
	margin-bottom: 6px;
	color: var(--alt-gold);
	font-size: 28px;
	line-height: 1;
}

/* Proof strip */
.alt-proof {
	border-top: 1px solid var(--alt-line);
	border-bottom: 1px solid var(--alt-line);
	background: var(--alt-cream);
}

.alt-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alt-proof__item {
	padding: 28px 18px;
	border-right: 1px solid var(--alt-line);
	text-align: center;
}

.alt-proof__item:last-child {
	border-right: 0;
}

.alt-proof__item strong {
	display: block;
	font-size: 20px;
}

.alt-proof__item span {
	color: var(--alt-muted);
	font-size: 13px;
}

/* Cards / steps / benefits */
.alt-cards,
.alt-steps,
.alt-benefits,
.alt-audiences {
	display: grid;
	gap: 18px;
}

.alt-cards,
.alt-steps,
.alt-benefits {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alt-audiences {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alt-card,
.alt-audience {
	padding: 28px;
	border: 1px solid var(--alt-line);
	border-radius: var(--alt-radius);
	background: var(--alt-white);
}

.alt-card {
	min-height: 100%;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.alt-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(41, 39, 31, 0.08);
}

.alt-card__number {
	display: inline-block;
	margin-bottom: 28px;
	color: var(--alt-gold);
	font-size: 13px;
	font-weight: 800;
}

.alt-card h3,
.alt-step h3,
.alt-benefit h3,
.alt-audience h3 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.2;
}

.alt-card p,
.alt-step p,
.alt-benefit p,
.alt-audience p {
	margin: 0;
	color: var(--alt-muted);
	font-size: 15px;
	line-height: 1.6;
}

.alt-dark {
	color: var(--alt-white);
	background: var(--alt-ink);
}

.alt-dark .alt-section-title,
.alt-dark .alt-title {
	color: var(--alt-white);
}

.alt-dark .alt-lead,
.alt-dark .alt-step p {
	color: rgba(255, 255, 255, 0.66);
}

.alt-step {
	position: relative;
	padding-top: 56px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.alt-step__number {
	position: absolute;
	top: 12px;
	left: 0;
	color: var(--alt-gold);
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
}

.alt-tint {
	background: var(--alt-sand);
}

.alt-benefits {
	overflow: hidden;
	gap: 1px;
	border: 1px solid var(--alt-line);
	border-radius: var(--alt-radius);
	background: var(--alt-line);
}

.alt-benefit {
	padding: 36px;
	background: var(--alt-cream);
}

.alt-benefit__icon {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 28px;
	place-items: center;
	border-radius: 14px;
	color: var(--alt-white);
	background: var(--alt-gold);
	font-size: 22px;
}

.alt-audience {
	background: var(--alt-sand);
	border: 0;
}

.alt-contact {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 18%, rgba(183, 146, 88, 0.22), transparent 34%),
		radial-gradient(circle at 8% 88%, rgba(183, 146, 88, 0.12), transparent 28%),
		var(--alt-ink);
}

.alt-contact .alt-section-title,
.alt-contact .alt-lead,
.alt-contact .alt-kicker {
	color: var(--alt-white);
}

.alt-contact .alt-kicker {
	color: var(--alt-gold);
	opacity: 1;
}

.alt-contact .alt-lead {
	color: rgba(255, 255, 255, 0.68);
}

.alt-contact__panel {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 48px;
	align-items: stretch;
	padding: 48px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(8px);
}

.alt-contact__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.alt-contact__channels {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.alt-contact__channel {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 22px 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	background: rgba(250, 248, 244, 0.96);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.alt-contact__channel:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.alt-contact__label {
	color: var(--alt-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.alt-contact__channel strong {
	color: var(--alt-ink);
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 700;
	letter-spacing: -0.02em;
}

.alt-contact__hint {
	color: var(--alt-muted);
	font-size: 13px;
}

.alt-contact__note {
	margin-top: 4px;
	padding: 0 6px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
	line-height: 1.55;
}

@media (max-width: 980px) {
	.alt-nav {
		display: none;
		position: absolute;
		top: 78px;
		right: 20px;
		left: 20px;
		flex-direction: column;
		align-items: stretch;
		padding: 20px;
		border-radius: 18px;
		background: var(--alt-cream);
		box-shadow: var(--alt-shadow);
	}

	.alt-nav.is-open {
		display: flex;
	}

	.alt-menu-toggle {
		display: block;
	}

	.alt-hero__grid,
	.alt-split,
	.alt-contact__panel {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.alt-contact__panel {
		padding: 32px 24px;
	}

	.alt-hero__visual {
		min-height: 420px;
	}

	.alt-cards,
	.alt-steps,
	.alt-benefits,
	.alt-audiences,
	.alt-proof__grid {
		grid-template-columns: 1fr 1fr;
	}

	.alt-proof__item:nth-child(2) {
		border-right: 0;
	}

	.alt-proof__item:nth-child(-n + 2) {
		border-bottom: 1px solid var(--alt-line);
	}
}

@media (max-width: 640px) {
	:root {
		--alt-wrap: min(100% - 32px, 1180px);
	}

	.alt-section {
		padding: 64px 0;
	}

	.alt-hero {
		padding: 48px 0 56px;
	}

	.alt-hero__visual {
		min-height: 340px;
	}

	.alt-hero__image {
		border-radius: 120px 120px 20px 20px;
	}

	.alt-brand__name small {
		display: none;
	}

	.alt-cards,
	.alt-steps,
	.alt-benefits,
	.alt-audiences,
	.alt-proof__grid {
		grid-template-columns: 1fr;
	}

	.alt-proof__item {
		border-right: 0;
		border-bottom: 1px solid var(--alt-line);
	}

	.alt-proof__item:last-child {
		border-bottom: 0;
	}

	.alt-media,
	.alt-media img {
		min-height: 280px;
	}

	.alt-footer__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}
