/* ==========================================================================
   NPE - Método EPV para Elementor
   Estilos de estrutura/layout. Cores, fontes e espaçamentos finos ficam
   a cargo dos controles do Elementor (Estilo) em cada widget.
   ========================================================================== */

.npe-epv-section * {
	box-sizing: border-box;
}

.npe-epv-container {
	width: 100%;
	max-width: 1152px;
	margin: 0 auto;
	padding: 0 20px;
}

.npe-epv-section {
	padding: 72px 0;
	font-family: "Inter", system-ui, sans-serif;
	overflow: hidden;
}

.npe-epv-section h1,
.npe-epv-section h2,
.npe-epv-section h3,
.npe-epv-section h4 {
	font-family: "Archivo", "Inter", system-ui, sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0;
	line-height: 1.15;
}

.npe-epv-section p {
	margin: 0;
}

.npe-epv-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Eyebrow / etiqueta ------------------------------------------------------ */
.npe-epv-eyebrow {
	display: inline-block;
	font-weight: 700;
	font-size: 0.78rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
.npe-epv-eyebrow.is-badge {
	padding: 0.4rem 0.85rem;
	border-radius: 6px;
	background-color: #D1036F;
	color: #fff;
}
.npe-epv-eyebrow.is-ghost {
	background: none;
	padding: 0;
}

/* Botão CTA ---------------------------------------------------------------*/
.npe-epv-btn-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	background-color: #D1036F;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size: 1rem;
	padding: 1.1rem 2rem;
	border-radius: 999px;
	text-decoration: none;
	box-shadow: 0 12px 30px -10px rgba(209, 3, 111, 0.55);
	transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
	border: none;
	cursor: pointer;
}
.npe-epv-btn-cta:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
	color: #fff;
}

/* ===================== HERO ===================== */
.npe-epv-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
}
.npe-epv-hero__heading {
	margin-top: 20px;
	font-size: 2.25rem;
}
.npe-epv-hero__heading .is-strike {
	text-decoration: line-through;
	display: inline;
}
.npe-epv-hero__desc {
	margin-top: 24px;
	font-size: 1.125rem;
	line-height: 1.7;
}
.npe-epv-hero__cta {
	/* O espaçamento acima do botão e o alinhamento são controlados pela
	   aba Estilo do widget (Espaçamento do Botão), para dar liberdade de
	   ajuste sem precisar editar este arquivo. */
	margin-top: 40px;
}
.npe-epv-hero__badge {
	margin-top: 16px;
	font-size: 0.875rem;
	text-align: left;
}
.npe-epv-hero__col-image {
	position: relative;
}
.npe-epv-hero__image-backdrop {
	position: absolute;
	inset: -24px;
	border-radius: 2rem;
	transform: rotate(-3deg);
	background-color: rgba(229, 9, 127, 0.1);
}
.npe-epv-hero__image {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	border-radius: 24px;
	box-shadow: 0 25px 60px -15px rgba(0,0,0,0.35);
}

@media (min-width: 900px) {
	.npe-epv-hero__grid { grid-template-columns: 1fr 1fr; gap: 60px; }
	.npe-epv-hero__heading { font-size: 3.5rem; }
}

/* ===================== STATS ===================== */
.npe-epv-stats__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.npe-epv-stat { text-align: center; padding: 0 12px; }
.npe-epv-stat__value {
	font-family: "Archivo", sans-serif;
	font-size: 2.5rem;
	font-weight: 800;
}
.npe-epv-stat__label {
	margin-top: 8px;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
@media (min-width: 900px) {
	.npe-epv-stats__grid { grid-template-columns: repeat(4, 1fr); }
	.npe-epv-stat__value { font-size: 3rem; }
}

/* ===================== HEAD (comum a várias seções) ===================== */
.npe-epv-problem__head,
.npe-epv-comparison__head,
.npe-epv-pillars__head,
.npe-epv-testimonial__head,
.npe-epv-fit__head,
.npe-epv-modules__head,
.npe-epv-package__head {
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}
.npe-epv-problem__heading,
.npe-epv-comparison__heading,
.npe-epv-pillars__heading,
.npe-epv-testimonial__heading,
.npe-epv-fit__heading,
.npe-epv-modules__heading,
.npe-epv-package__heading,
.npe-epv-offer__heading,
.npe-epv-faq__heading {
	margin-top: 16px;
	font-size: 1.9rem;
}
.npe-epv-problem__subtext,
.npe-epv-comparison__subtext {
	margin-top: 20px;
	font-size: 1.125rem;
	line-height: 1.6;
}
@media (min-width: 900px) {
	.npe-epv-problem__heading,
	.npe-epv-comparison__heading,
	.npe-epv-pillars__heading,
	.npe-epv-testimonial__heading,
	.npe-epv-fit__heading,
	.npe-epv-modules__heading,
	.npe-epv-package__heading,
	.npe-epv-offer__heading,
	.npe-epv-faq__heading { font-size: 3rem; }
}

/* ===================== PROBLEM ===================== */
.npe-epv-problem__grid {
	margin-top: 48px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}
.npe-epv-problem__card {
	background: #fff;
	border: 1px solid #E7E5F0;
	border-radius: 20px;
	padding: 28px;
	transition: box-shadow 0.2s ease;
}
.npe-epv-problem__card:hover { box-shadow: 0 12px 30px -18px rgba(46,42,94,0.25); }
.npe-epv-problem__card-title { font-size: 1.25rem; }
.npe-epv-problem__card-body { margin-top: 12px; line-height: 1.7; }
.npe-epv-problem__quote {
	margin: 56px auto 0;
	max-width: 760px;
	text-align: center;
	font-size: 1.3rem;
	font-family: "Archivo", sans-serif;
	font-style: italic;
	border-left: 4px solid #D1036F;
	padding-left: 24px;
}
@media (min-width: 900px) {
	.npe-epv-problem__grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===================== COMPARISON ===================== */
.npe-epv-compare__grid {
	margin-top: 48px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}
.npe-epv-compare__col { border-radius: 20px; padding: 32px; }
.npe-epv-compare__col-bad { border: 1px solid #E7E5F0; }
.npe-epv-compare__tag { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; }
.npe-epv-compare__title { margin-top: 12px; font-size: 1.6rem; }
.npe-epv-compare__col ul { margin-top: 24px; }
.npe-epv-compare__col li { display: flex; gap: 12px; padding: 6px 0; align-items: flex-start; }
.npe-epv-compare__icon { font-weight: 800; }
@media (min-width: 900px) {
	.npe-epv-compare__grid { grid-template-columns: 1fr 1fr; }
}

/* ===================== PILLARS ===================== */
.npe-epv-pillars__grid {
	margin-top: 56px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}
.npe-epv-pillar {
	position: relative;
	border: 1px solid #E7E5F0;
	border-radius: 20px;
	padding: 32px;
	transition: transform 0.2s ease;
}
.npe-epv-pillar:hover { transform: translateY(-4px); }
.npe-epv-pillar__number { font-family: "Archivo", sans-serif; font-size: 3rem; font-weight: 800; }
.npe-epv-pillar__title { margin-top: 8px; font-size: 1.5rem; }
.npe-epv-pillar__subtitle { margin-top: 8px; font-style: italic; font-weight: 600; }
.npe-epv-pillar__body { margin-top: 16px; font-style: italic; line-height: 1.7; }
.npe-epv-pillars__cta { margin-top: 48px; text-align: center; }
@media (min-width: 900px) {
	.npe-epv-pillars__grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===================== TESTIMONIAL ===================== */
.npe-epv-testimonial__eyebrow { font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.85rem; }
.npe-epv-testimonial__grid {
	margin-top: 56px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
}
.npe-epv-testimonial__video {
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 25px 60px -15px rgba(0,0,0,0.45);
}
.npe-epv-testimonial__video img { width: 100%; display: block; }
.npe-epv-testimonial__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.25);
	transition: background 0.2s ease;
}
.npe-epv-testimonial__video:hover .npe-epv-testimonial__play { background: rgba(0,0,0,0.1); }
.npe-epv-testimonial__play-icon {
	width: 80px; height: 80px; border-radius: 999px;
	background: #FF66B2;
	display: flex; align-items: center; justify-content: center;
	position: relative;
}
.npe-epv-testimonial__play-icon::before {
	content: "";
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 22px solid #fff;
	margin-left: 6px;
}
.npe-epv-testimonial__name { font-size: 1.8rem; }
.npe-epv-testimonial__intro { margin-top: 12px; line-height: 1.7; }
.npe-epv-testimonial__stats {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	text-align: center;
}
.npe-epv-testimonial__stat {
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 14px;
	padding: 14px;
}
.npe-epv-testimonial__stat-value { font-size: 1.4rem; font-weight: 800; }
.npe-epv-testimonial__stat-label { margin-top: 4px; font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase; }
.npe-epv-testimonial__quote { margin-top: 24px; font-style: italic; border-left: 4px solid #FF66B2; padding-left: 20px; line-height: 1.6; }
.npe-epv-testimonial__author { margin-top: 12px; font-weight: 700; }
.npe-epv-testimonial__cta { margin-top: 32px; }
@media (min-width: 900px) {
	.npe-epv-testimonial__grid { grid-template-columns: 1fr 1fr; }
}

/* ===================== FIT (para quem é) ===================== */
.npe-epv-fit__grid {
	margin-top: 48px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}
.npe-epv-fit__col { border-radius: 20px; padding: 32px; border: 2px solid; }
.npe-epv-fit__title { font-size: 1.5rem; }
.npe-epv-fit__col ul { margin-top: 24px; }
.npe-epv-fit__col li { display: flex; gap: 12px; padding: 8px 0; align-items: flex-start; }
.npe-epv-fit__icon { font-weight: 800; margin-top: 2px; }
.npe-epv-fit__cta { margin-top: 48px; text-align: center; }
@media (min-width: 900px) {
	.npe-epv-fit__grid { grid-template-columns: 1fr 1fr; }
}

/* ===================== MODULES ===================== */
.npe-epv-modules__grid {
	margin-top: 56px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}
.npe-epv-module { background: #fff; border: 1px solid #E7E5F0; border-radius: 20px; padding: 32px; display: flex; flex-direction: column; }
.npe-epv-module__number { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.npe-epv-module__title { margin-top: 8px; font-size: 1.4rem; text-transform: uppercase; }
.npe-epv-module__desc { margin-top: 16px; line-height: 1.7; }
.npe-epv-module__lessons-wrap { margin-top: 24px; padding-top: 24px; border-top: 1px solid #E7E5F0; }
.npe-epv-module__lessons-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.npe-epv-module__lessons { margin-top: 12px; }
.npe-epv-module__lessons li { display: flex; gap: 8px; padding: 4px 0; font-size: 0.9rem; }
.npe-epv-module__lessons li::before { content: "▸"; color: #D1036F; }
@media (min-width: 1024px) {
	.npe-epv-modules__grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===================== PACKAGE ===================== */
.npe-epv-package__grid {
	margin-top: 56px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}
.npe-epv-package__item { background: #fff; border: 1px solid #E7E5F0; border-radius: 20px; padding: 28px; transition: box-shadow 0.2s ease; }
.npe-epv-package__item:hover { box-shadow: 0 14px 35px -20px rgba(46,42,94,0.35); }
.npe-epv-package__item-head { display: flex; align-items: flex-start; justify-content: space-between; }
.npe-epv-package__icon { font-size: 2.25rem; line-height: 1; }
.npe-epv-package__tag { font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em; padding: 4px 10px; border-radius: 999px; }
.npe-epv-package__item-title { margin-top: 16px; font-size: 1.25rem; }
.npe-epv-package__item-body { margin-top: 12px; line-height: 1.7; }
@media (min-width: 700px) {
	.npe-epv-package__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
	.npe-epv-package__grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===================== OFFER ===================== */
.npe-epv-offer__container { max-width: 720px; }
.npe-epv-offer__card {
	border: 2px solid;
	border-radius: 28px;
	padding: 32px;
	text-align: center;
	box-shadow: 0 30px 70px -30px rgba(46,42,94,0.4);
}
.npe-epv-offer__desc { margin-top: 20px; line-height: 1.7; }
.npe-epv-offer__price-box {
	margin-top: 32px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	padding: 24px 40px;
}
.npe-epv-offer__price-affix { font-size: 0.9rem; }
.npe-epv-offer__price-value {
	font-family: "Archivo", sans-serif;
	font-weight: 800;
	font-size: 2.75rem;
}
.npe-epv-offer__cta { margin-top: 32px; }
.npe-epv-offer__badges {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	justify-content: center;
	font-size: 0.9rem;
}
@media (min-width: 700px) {
	.npe-epv-offer__card { padding: 48px; }
	.npe-epv-offer__price-value { font-size: 3.5rem; }
}

/* ===================== FAQ ===================== */
.npe-epv-faq__container { max-width: 720px; }
.npe-epv-faq__heading { text-align: center; }
.npe-epv-faq__list { margin-top: 48px; display: flex; flex-direction: column; gap: 16px; }
.npe-epv-faq__item { border: 1px solid #E7E5F0; border-radius: 18px; overflow: hidden; }
.npe-epv-faq__question {
	width: 100%;
	background: none;
	border: none;
	text-align: left;
	padding: 20px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	cursor: pointer;
	font-weight: 700;
	font-size: 1rem;
	font-family: inherit;
	transition: background-color 0.2s ease;
}
.npe-epv-faq__question:hover { background-color: rgba(0,0,0,0.02); }
.npe-epv-faq__icon { font-size: 1.5rem; transition: transform 0.2s ease; flex: none; }
.npe-epv-faq__item.is-open .npe-epv-faq__icon { transform: rotate(45deg); }
.npe-epv-faq__answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 24px;
	line-height: 1.7;
	transition: max-height 0.25s ease, padding 0.25s ease;
}
.npe-epv-faq__item.is-open .npe-epv-faq__answer {
	max-height: 600px;
	padding: 0 24px 24px;
}
.npe-epv-faq__contact-wrap { margin-top: 48px; text-align: center; }
.npe-epv-faq__contact { font-weight: 700; text-decoration: none; }
.npe-epv-faq__contact:hover { text-decoration: underline; }

/* Garante que o accordion funcione mesmo sem JS (editor do Elementor)  */
.elementor-editor-active .npe-epv-faq__item .npe-epv-faq__answer {
	max-height: none;
	padding: 0 24px 24px;
}

/* ===================== FOOTER ===================== */
.npe-epv-footer__container { text-align: center; }
.npe-epv-footer__text { font-size: 0.9rem; line-height: 1.7; }
.npe-epv-footer__link { display: inline-block; margin-top: 16px; text-decoration: none; font-weight: 600; }
.npe-epv-footer__link:hover { text-decoration: underline; }

/* ===================== Utilidades ===================== */
.npe-epv-hl { font-weight: 600; }

@media (max-width: 599px) {
	.npe-epv-section { padding: 48px 0; }
}
