/* ======================================================================
   NPE Masterclass - Estilos base (estrutura/layout).
   Cores, fontes, espaçamentos e bordas específicas são controladas
   100% pelo Elementor (painel Estilo de cada widget). Este arquivo cuida
   apenas do layout/responsividade para o conjunto funcionar bem em
   qualquer combinação de cores/fontes escolhida pelo usuário.
   ====================================================================== */

.npe-mc-hero,
.npe-mc-ident,
.npe-mc-obj,
.npe-mc-cta {
	font-family: 'Inter', sans-serif;
	box-sizing: border-box;
}

.npe-mc-hero *,
.npe-mc-ident *,
.npe-mc-obj *,
.npe-mc-cta * {
	box-sizing: border-box;
}

/* ---------- DOBRA 1: HERO ---------- */
.npe-mc-hero {
	display: flex;
	align-items: center;
	width: 100%;
}

.npe-mc-hero__inner {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 60px;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.npe-mc-hero__eyebrow {
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.npe-mc-hero__badge {
	display: inline-block;
	padding: 8px 18px;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 22px;
}

.npe-mc-hero__heading-1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 14px;
}

.npe-mc-hero__heading-2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 22px;
}

.npe-mc-hero__intro {
	line-height: 1.7;
	margin: 0 0 28px;
}

.npe-mc-hero__benefits-title {
	font-weight: 700;
	margin: 0 0 16px;
}

.npe-mc-hero__benefit-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.npe-mc-hero__benefit-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.npe-mc-hero__benefit-icon {
	flex-shrink: 0;
	line-height: 1.6;
}

.npe-mc-hero__benefit-text {
	line-height: 1.6;
}

.npe-mc-hero__form-wrap {
	width: 100%;
}

.npe-mc-hero__form-card {
	width: 100%;
}

.npe-mc-hero__form-title {
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
}

.npe-mc-hero__form {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.npe-mc-hero__field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.npe-mc-hero__field input {
	width: 100%;
	display: block;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.npe-mc-hero__field input:focus {
	box-shadow: 0 0 0 3px rgba(233, 30, 140, 0.15);
}

.npe-mc-hero__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: none;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 0.3px;
	text-align: center;
	transition: background 0.25s ease, transform 0.15s ease;
	margin-top: 6px;
}

.npe-mc-hero__button:hover {
	transform: translateY(-2px);
}

.npe-mc-hero__button:disabled {
	opacity: 0.7;
	cursor: not-allowed;
	transform: none;
}

.npe-mc-hero__form-msg {
	text-align: center;
	font-size: 14px;
	min-height: 20px;
	margin: 10px 0 0;
}

.npe-mc-hero__form-msg.is-success {
	color: #2ED573;
}

.npe-mc-hero__form-msg.is-error {
	color: #E63950;
}

.npe-mc-hero__disclaimer {
	text-align: center;
	margin: 16px 0 0;
	font-size: 13px;
}

.npe-mc-hero__social-proof {
	text-align: center;
	margin: 18px 0 0;
	font-size: 14px;
}

/* ---------- DOBRA 2: IDENTIFICAÇÃO ---------- */
.npe-mc-ident__inner {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.npe-mc-ident__title {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin: 0 0 36px;
}

.npe-mc-ident__list {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: left;
	display: inline-block;
}

.npe-mc-ident__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.npe-mc-ident__icon {
	flex-shrink: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
}

.npe-mc-ident__text {
	line-height: 1.6;
}

.npe-mc-ident__footer {
	font-weight: 600;
	line-height: 1.6;
}

/* ---------- DOBRA 3: OBJEÇÃO ---------- */
.npe-mc-obj__inner {
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
}

.npe-mc-obj__title {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin: 0 0 18px;
}

.npe-mc-obj__subtitle {
	font-weight: 600;
	margin: 0 0 24px;
}

.npe-mc-obj__list {
	list-style: none;
	margin: 0 auto 30px;
	padding: 0;
	text-align: left;
	display: inline-block;
}

.npe-mc-obj__item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.npe-mc-obj__icon {
	flex-shrink: 0;
	line-height: 1.6;
}

.npe-mc-obj__item-text {
	line-height: 1.6;
}

.npe-mc-obj__transition {
	font-weight: 700;
	margin: 10px 0 18px;
}

.npe-mc-obj__closing {
	line-height: 1.7;
	margin: 0;
}

/* ---------- DOBRA 4: CTA FINAL ---------- */
.npe-mc-cta__inner {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.npe-mc-cta__main {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 16px;
}

.npe-mc-cta__secondary {
	line-height: 1.6;
	margin: 0 0 22px;
}

.npe-mc-cta__call {
	font-weight: 700;
	margin: 0 0 28px;
}

.npe-mc-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.3px;
	transition: background 0.25s ease, transform 0.15s ease;
}

.npe-mc-cta__button:hover {
	transform: translateY(-2px);
}

/* ---------- RESPONSIVO ---------- */
@media (max-width: 1024px) {
	.npe-mc-hero__inner {
		gap: 40px;
	}
}

@media (max-width: 767px) {
	.npe-mc-hero__inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.npe-mc-hero__text {
		text-align: center !important;
	}

	.npe-mc-ident__list,
	.npe-mc-obj__list {
		display: block;
	}
}
