/* Easy Português — frontend (escopo .ep-*) */

:root {
	--ep-forest: #022F2A;
	--ep-forest-deep: #01211D;
	--ep-forest-mid: #1F503F;
	--ep-forest-brand: #009C3B;
	--ep-paper: #FFF6D6;
	--ep-paper-soft: #FFFBEB;
	--ep-paper-deep: #F7EBBC;
	--ep-sun: #FFDF00;
	--ep-sun-soft: #FFE74D;
	--ep-brblue: #002776;
	--ep-brblue-soft: #1D4ED8;
	--ep-radius: 10px;
}

::selection {
	background: #FFDF00;
	color: #022F2A;
}

/* ---------- base ---------- */

.ep-section,
.ep-hero,
.ep-page-hero,
.ep-course-hero {
	font-family: 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	line-height: 1.6;
}

.ep-section {
	position: relative;
	padding: 96px 0;
}

.ep-container {
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
	z-index: 2;
}

.ep-section--dark {
	background: var(--ep-forest);
	color: var(--ep-paper);
}

.ep-section--paper {
	background: var(--ep-paper-soft);
	color: var(--ep-forest);
}

.ep-eyebrow {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .3em;
	margin: 0 0 16px;
}

.ep-section--dark .ep-eyebrow,
.ep-hero .ep-eyebrow,
.ep-course-hero .ep-eyebrow,
.ep-cta-final .ep-eyebrow,
.ep-course-testimonials .ep-eyebrow {
	color: rgba(255, 246, 214, .7);
}

.ep-section--paper .ep-eyebrow,
.ep-courses .ep-eyebrow {
	color: var(--ep-brblue-soft);
}

.ep-btn {
	display: inline-block;
	padding: 14px 32px;
	border-radius: 999px;
	font-family: 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	transition: background .25s ease, box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}

.ep-btn--primary {
	background: var(--ep-sun);
	color: var(--ep-forest-deep);
	box-shadow: 0 12px 40px -8px rgba(255, 223, 0, .45);
}

.ep-btn--primary:hover,
.ep-btn--primary:focus-visible {
	background: var(--ep-sun-soft);
	color: var(--ep-forest-deep);
	box-shadow: 0 16px 52px -8px rgba(255, 223, 0, .6);
}

.ep-btn--ghost {
	background: transparent;
	border: 1px solid rgba(255, 246, 214, .25);
	color: var(--ep-paper);
}

.ep-btn--ghost:hover,
.ep-btn--ghost:focus-visible {
	border-color: rgba(255, 246, 214, .6);
	background: rgba(255, 246, 214, .05);
	color: var(--ep-paper);
}

.ep-card {
	border-radius: 24px;
	border: 1px solid rgba(255, 246, 214, .15);
	background: rgba(255, 246, 214, .05);
	backdrop-filter: blur(8px);
	transition: transform .3s ease;
}

.ep-card:hover {
	transform: translateY(-6px);
}

/* grain em seções escuras */

.ep-section--dark::before,
.ep-hero::before,
.ep-page-hero::before,
.ep-course-hero::before,
.ep-cta-final::before,
.ep-testimonials::before,
.ep-tiktok::before,
.ep-course-testimonials::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='epn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23epn)' opacity='0.6'/%3E%3C/svg%3E");
	opacity: .05;
	pointer-events: none;
	z-index: 1;
}

/* ---------- hero ---------- */

.ep-hero {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 100svh;
	padding: 140px 0 120px;
	background:
		radial-gradient(45% 45% at 8% 85%, rgba(29, 78, 216, .35), transparent 70%),
		radial-gradient(120% 90% at 80% 0%, #1F503F 0%, #022F2A 55%, #01211D 100%);
	color: var(--ep-paper);
	text-align: left;
}

.ep-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: .08;
	pointer-events: none;
	z-index: 0;
}

.ep-hero__inner {
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 80rem;
}

.ep-hero__badge {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 999px;
	border: 1px solid rgba(255, 246, 214, .25);
	background: rgba(255, 246, 214, .06);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .3em;
	color: rgba(255, 246, 214, .7);
	margin: 0 0 24px;
}

.ep-hero__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.9rem, 4vw, 3.3rem);
	line-height: 1.04;
	margin: 0 0 20px;
	color: var(--ep-paper);
}

.ep-rotator {
	display: inline-block;
	color: var(--ep-sun);
	transition: opacity .25s ease, transform .25s ease;
}

.ep-rotator.is-out {
	opacity: 0;
	transform: translateY(-.35em);
}

.ep-hero__text {
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	color: rgba(255, 246, 214, .75);
	max-width: 32rem;
	margin: 0 0 32px;
}

.ep-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin: 0 0 28px;
}

.ep-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 24px;
}

.ep-hero__chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: rgba(255, 246, 214, .6);
}

.ep-hero__chip > svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	color: var(--ep-sun);
}

.ep-hero__chip + .ep-hero__chip {
	border-left: 1px solid rgba(255, 246, 214, .2);
	padding-left: 24px;
}

.ep-hero__chip-swap {
	color: var(--ep-sun);
}

.ep-flag {
	display: inline-block;
	width: 18px;
	height: 12px;
	border-radius: 3px;
	overflow: hidden;
	flex-shrink: 0;
}

.ep-flag--es {
	background: linear-gradient(to bottom, #C60B1E 0%, #C60B1E 25%, #FFDF00 25%, #FFDF00 75%, #C60B1E 75%, #C60B1E 100%);
}

.ep-flag--br {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #009C3B;
}

.ep-flag__diamond {
	position: relative;
	width: 8px;
	height: 8px;
	background: var(--ep-sun);
	transform: rotate(45deg);
}

.ep-flag__diamond::after {
	content: "";
	position: absolute;
	inset: 2px;
	border-radius: 50%;
	background: var(--ep-brblue);
}

.ep-hero__mascot {
	position: absolute;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
	animation: ep-float 5s ease-in-out infinite;
}

.ep-hero__mascot--left {
	left: 0;
}

.ep-hero__mascot--right {
	right: 0;
	animation-delay: -2.5s;
}

.ep-hero .ep-hero__mascot img {
	display: block;
	width: auto;
	max-width: none;
	height: clamp(280px, 32vw, 460px);
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .4));
	transform: scaleX(-1);
}

.ep-hero__bubble {
	position: absolute;
	top: -12px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 16px;
	border-radius: 16px;
	box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .4);
}

.ep-hero__bubble::after {
	content: "";
	position: absolute;
	bottom: -6px;
	border: 6px solid transparent;
	border-bottom: 0;
}

.ep-hero__bubble--left {
	left: 55%;
	background: var(--ep-paper-soft);
	color: var(--ep-forest);
}

.ep-hero__bubble--left::after {
	left: 20px;
	border-top-color: var(--ep-paper-soft);
}

.ep-hero__bubble--right {
	right: 55%;
	background: var(--ep-sun);
	color: var(--ep-forest-deep);
}

.ep-hero__bubble--right::after {
	right: 20px;
	border-top-color: var(--ep-sun);
}

.ep-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 48px;
	align-items: center;
}

.ep-hero__ctas .ep-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ep-hero__ctas .ep-btn svg {
	width: 16px;
	height: 16px;
}

/* card de amostra do quiz */

.ep-hero__quiz {
	border: 1px solid rgba(255, 246, 214, .15);
	background: rgba(255, 246, 214, .05);
	backdrop-filter: blur(8px);
	border-radius: 24px;
	padding: 28px;
}

.ep-hero__quiz-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.ep-hero__quiz-badge {
	border-radius: 999px;
	background: rgba(255, 223, 0, .2);
	color: var(--ep-sun);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .18em;
	padding: 5px 12px;
}

.ep-hero__quiz-label {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: rgba(255, 246, 214, .4);
}

.ep-hero__quiz-question {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--ep-paper);
	margin: 18px 0 0;
}

.ep-hero__quiz-options {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.ep-hero__quiz-option {
	border: 1px solid rgba(255, 246, 214, .15);
	border-radius: 12px;
	padding: 10px 16px;
	font-size: .875rem;
	font-weight: 500;
	color: rgba(255, 246, 214, .8);
}

.ep-hero__quiz-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 999px;
	background: var(--ep-paper);
	color: var(--ep-forest);
	padding: 12px 24px;
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-decoration: none;
	transition: background .25s ease;
}

.ep-hero__quiz-btn:hover,
.ep-hero__quiz-btn:focus-visible {
	background: #fff;
	color: var(--ep-forest);
}

.ep-hero__quiz-btn svg {
	width: 15px;
	height: 15px;
}

.ep-hero__quiz-note {
	margin: 12px 0 0;
	text-align: center;
	font-size: 11px;
	color: rgba(255, 246, 214, .5);
}

/* vídeo reels no lugar da amostra do quiz */
.ep-hero__video-wrap {
	position: relative;
	width: min(300px, 100%);
	margin: 0 auto;
	border-radius: 24px;
	border: 1px solid rgba(255, 246, 214, .15);
	box-shadow:
		0 40px 90px -24px rgba(0, 0, 0, .7),
		0 0 80px -16px rgba(255, 223, 0, .28);
}

.ep-hero .ep-hero__video {
	display: block;
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 9 / 16;
	background: #000;
	clip-path: inset(5px 0 5px 0 round 24px);
}

.ep-hero .ep-hero__video-play {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--ep-sun);
	color: var(--ep-forest-deep);
	cursor: pointer;
	box-shadow: 0 12px 40px -8px rgba(255, 223, 0, .5);
	animation: ep-play-pulse 2.4s ease-out infinite;
	transition: transform .2s ease;
}

.ep-hero .ep-hero__video-play svg {
	width: 30px;
	height: 30px;
	margin-left: 4px;
	display: block;
}

.ep-hero .ep-hero__video-play:hover,
.ep-hero .ep-hero__video-play:focus-visible {
	animation: ep-play-wiggle .5s ease-in-out infinite;
}

@keyframes ep-play-pulse {
	0% {
		box-shadow: 0 12px 40px -8px rgba(255, 223, 0, .5), 0 0 0 0 rgba(255, 223, 0, .45);
	}
	70% {
		box-shadow: 0 12px 40px -8px rgba(255, 223, 0, .5), 0 0 0 18px rgba(255, 223, 0, 0);
	}
	100% {
		box-shadow: 0 12px 40px -8px rgba(255, 223, 0, .5), 0 0 0 0 rgba(255, 223, 0, 0);
	}
}

@keyframes ep-play-wiggle {
	0%, 100% { transform: translate(-50%, -50%) rotate(0deg) scale(1.08); }
	25% { transform: translate(-50%, -50%) rotate(-6deg) scale(1.08); }
	75% { transform: translate(-50%, -50%) rotate(6deg) scale(1.08); }
}

.ep-hero__video-bubble {
	position: absolute;
	top: -16px;
	right: -16px;
	z-index: 2;
	padding: 9px 16px;
	border-radius: 16px;
	background: var(--ep-sun);
	color: var(--ep-forest-deep);
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .4);
	animation: ep-float 5s ease-in-out infinite;
	pointer-events: none;
}

.ep-hero__video-bubble::after {
	content: "";
	position: absolute;
	bottom: -6px;
	right: 28px;
	border: 6px solid transparent;
	border-top-color: var(--ep-sun);
	border-bottom: 0;
}

.ep-hero__video-wrap.is-playing .ep-hero__video-play,
.ep-hero__video-wrap.is-playing .ep-hero__video-bubble {
	display: none;
}

/* scroll cue */

.ep-hero__scroll-cue {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	color: rgba(255, 246, 214, .5);
}

.ep-hero__scroll-cue svg {
	width: 13px;
	height: 13px;
}

.ep-hero__scroll-mouse {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	width: 20px;
	height: 28px;
	border: 1px solid rgba(255, 246, 214, .25);
	border-radius: 999px;
	padding: 4px;
}

.ep-hero__scroll-dot {
	width: 4px;
	height: 6px;
	border-radius: 999px;
	background: var(--ep-sun);
	animation: ep-scroll-dot 1.8s ease-in-out infinite;
}

@keyframes ep-scroll-dot {
	0% { transform: translateY(0); opacity: 1; }
	70% { transform: translateY(10px); opacity: 0; }
	100% { transform: translateY(0); opacity: 0; }
}

@media (min-width: 1025px) {
	.ep-hero__grid {
		padding: 0 clamp(150px, 16vw, 250px);
	}
}

@keyframes ep-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-14px); }
}

/* ---------- marquee ---------- */

.ep-marquee-wrap {
	overflow: clip;
	max-width: 100%;
	padding: 10px 0;
	position: relative;
	z-index: 3;
}

.ep-marquee {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: var(--ep-sun);
	border-top: 4px solid var(--ep-forest-deep);
	border-bottom: 4px solid var(--ep-forest-deep);
	transform: rotate(-1deg);
	overflow: hidden;
	padding: 14px 0;
	margin: 12px 0;
}

.ep-marquee__track {
	display: flex;
	width: max-content;
	animation: marquee-x 28s linear infinite;
}

.ep-marquee__group {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.ep-marquee__item {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 1.05rem;
	color: var(--ep-forest-deep);
	white-space: nowrap;
	padding: 0 24px;
}

.ep-marquee__sep {
	color: var(--ep-forest-deep);
	font-size: .9rem;
}

@keyframes marquee-x {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* ---------- stats ---------- */

.ep-stats {
	background: var(--ep-paper-soft);
	color: var(--ep-forest);
	border-bottom: 1px solid rgba(2, 47, 42, .1);
	padding: 64px 0;
}

.ep-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	text-align: center;
}

.ep-stats__number {
	display: block;
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(2.5rem, 5vw, 4rem);
	line-height: 1;
	color: var(--ep-forest);
}

.ep-stats__suffix {
	color: var(--ep-brblue-soft);
}

.ep-stats__label {
	display: block;
	margin-top: 12px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: rgba(2, 47, 42, .5);
}

/* ---------- método (mosaico) ---------- */

.ep-method {
	background: var(--ep-paper);
	color: var(--ep-forest);
}

.ep-method .ep-eyebrow {
	color: var(--ep-brblue);
}

.ep-method__eyebrow {
	text-align: center;
}

.ep-method__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(2rem, 4.5vw, 3.5rem);
	line-height: 1.15;
	margin: 0 auto 64px;
	max-width: 46rem;
	text-align: center;
	color: var(--ep-forest);
}

.ep-method__mosaic {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.ep-method__img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 24px;
	box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .25);
}

.ep-method__cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 16px 8px;
}

.ep-method__cell-num {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: .95rem;
	color: var(--ep-brblue);
	margin-bottom: 10px;
}

.ep-method__cell-title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	font-size: 1.5rem;
	line-height: 1.15;
	margin: 0 0 12px;
	color: var(--ep-forest);
}

.ep-method__cell-text {
	color: rgba(2, 47, 42, .7);
	font-size: .95rem;
	margin: 0;
}

/* Anel tracejado indicando o ciclo (somente desktop — definido em min-width abaixo) */
.ep-method__arrow-mobile {
	display: none;
	width: 28px;
	height: 28px;
	color: var(--ep-brblue-soft);
}

@media (min-width: 769px) {
	.ep-method__mosaic::before {
		content: "";
		position: absolute;
		inset: -40px;
		border: 2px dashed rgba(29, 78, 216, .35);
		border-radius: 48px;
		pointer-events: none;
	}

	.ep-method__cycle-arrow {
		position: absolute;
		right: -56px;
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
		display: flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		background: var(--ep-paper);
		color: var(--ep-brblue-soft);
		pointer-events: none;
	}

	.ep-method__cycle-arrow svg {
		width: 18px;
		height: 18px;
		display: block;
	}
}

.ep-method__cta {
	text-align: center;
	margin-top: 56px;
}

/* ---------- cursos grid ---------- */

.ep-courses {
	position: relative;
	background: linear-gradient(180deg, #1F503F 0%, #022F2A 45%, #01211D 100%);
	color: var(--ep-paper);
	overflow: hidden;
}

.ep-courses__wire-globe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(800px, 90vw);
	opacity: .08;
	pointer-events: none;
	z-index: 1;
}

.ep-wire-globe__spin {
	transform-origin: 200px 200px;
	animation: ep-wire-globe-rotate 60s linear infinite;
}

.ep-wire-globe__ring {
	fill: none;
	stroke: var(--ep-paper);
	stroke-width: 1;
}

@keyframes ep-wire-globe-rotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.ep-courses__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	margin: 0 0 12px;
	color: var(--ep-paper);
}

.ep-courses__text {
	color: rgba(255, 246, 214, .8);
	margin: 0 0 48px;
}

.ep-courses__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	align-items: stretch;
}

.ep-courses__grid--4 {
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.ep-courses__grid--4 .ep-course-card__title {
	font-size: 1.2rem;
}

.ep-courses__grid--2 {
	grid-template-columns: repeat(2, 1fr);
	max-width: 56rem;
	margin: 0 auto;
}

.ep-course-card {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	border: 1px solid rgba(255, 246, 214, .15);
	background: rgba(255, 246, 214, .05);
	backdrop-filter: blur(8px);
	padding: 28px;
	transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
	z-index: 2;
}

.ep-course-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 56px -20px rgba(0, 0, 0, .45);
	background: rgba(255, 246, 214, .08);
}

.ep-course-card--featured {
	background: var(--ep-paper);
	color: var(--ep-forest);
	border-color: var(--ep-paper);
	box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .5);
}

.ep-course-card--featured:hover {
	background: #fffbed;
}

.ep-course-card__badge {
	display: inline-flex;
	align-self: flex-start;
	background: var(--ep-sun);
	color: var(--ep-forest-deep);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .12em;
	padding: 5px 14px;
	border-radius: 999px;
	margin: 0 0 12px;
}

.ep-course-card__tag {
	display: inline-block;
	align-self: flex-start;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 5px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 223, 0, .5);
	color: var(--ep-sun);
	margin-bottom: 16px;
}

.ep-course-card--featured .ep-course-card__tag {
	border-color: var(--ep-brblue-soft);
	color: var(--ep-brblue-soft);
}

.ep-course-card__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: 1.35rem;
	margin: 0 0 12px;
	color: inherit;
}

.ep-course-card__price {
	margin: 0 0 20px;
}

.ep-course-card__price strong {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	font-size: 1.75rem;
	letter-spacing: -0.02em;
}

.ep-course-card__price span {
	font-size: .9rem;
	opacity: .75;
	margin-left: 6px;
}

.ep-course-card__includes {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	display: grid;
	gap: 10px;
}

.ep-course-card__includes li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: .92rem;
}

.ep-course-card__includes svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin-top: 3px;
	color: var(--ep-sun);
}

.ep-course-card--featured .ep-course-card__includes svg {
	color: var(--ep-forest-brand);
}

.ep-course-card__btn {
	margin-top: auto;
	text-align: center;
	width: 100%;
	justify-content: center;
}

/* ---------- jornada ---------- */

.ep-journey {
	background: var(--ep-paper);
	color: var(--ep-forest);
}

.ep-journey__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	margin: 0 0 64px;
	text-align: center;
	color: var(--ep-forest);
}

.ep-journey__steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.ep-journey__step {
	position: relative;
	text-align: left;
}

.ep-journey__step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 30px;
	right: -40px;
	width: 40px;
	border-top: 1px dashed rgba(2, 47, 42, .25);
}

.ep-journey__step-head {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}

.ep-journey__num {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	font-size: 3.5rem;
	line-height: 1;
	letter-spacing: -0.02em;
	color: rgba(2, 47, 42, .12);
}

.ep-journey__icon {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	color: var(--ep-brblue);
}

.ep-journey__step-title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
	margin: 0 0 8px;
	color: var(--ep-forest);
}

.ep-journey__step-text {
	font-size: .92rem;
	color: rgba(2, 47, 42, .7);
	margin: 0;
}

/* ---------- depoimentos (home) ---------- */

.ep-testimonials {
	background: var(--ep-forest-mid);
	color: var(--ep-paper);
}

.ep-testimonials__inner {
	max-width: 48rem;
	text-align: center;
}

.ep-testimonials__image {
	display: block;
	width: 100%;
	max-width: 42rem;
	height: auto;
	margin: 0 auto 48px;
	border-radius: 24px;
}

/* Placeholder de vídeo (quando nenhum vídeo foi selecionado) */
.ep-testimonials__placeholder {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 42rem;
	margin: 0 auto 48px;
	aspect-ratio: 16 / 9;
	border-radius: 24px;
	overflow: hidden;
	background: rgba(1, 33, 29, .55);
	border: 1px solid rgba(255, 246, 214, .15);
}

.ep-testimonials__placeholder-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .55;
}

.ep-testimonials__play {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--ep-sun);
	color: var(--ep-forest-deep);
	box-shadow: 0 12px 40px -8px rgba(255, 223, 0, .45);
}

.ep-testimonials__play svg {
	width: 30px;
	height: 30px;
	margin-left: 4px;
	display: block;
}

.ep-testimonials--video .ep-testimonials__inner {
	max-width: 64rem;
}

.ep-testimonials__lead {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 48px;
	align-items: center;
	text-align: left;
	margin: 0 auto 72px;
}

/* Vídeo em formato reels (vertical 9:16) */
.ep-testimonials .ep-testimonials__video {
	display: block;
	width: min(300px, 100%);
	margin: 0 auto;
	aspect-ratio: 9 / 16;
	background: #000;
	border-radius: 24px;
	box-shadow: 0 32px 80px -24px rgba(0, 0, 0, .6);
}

.ep-testimonials__lead .ep-testimonials__text {
	margin: 0;
}

.ep-testimonials .ep-eyebrow {
	color: rgba(255, 246, 214, .6);
}

.ep-testimonials__text {
	max-width: 34rem;
	margin: 0 auto 40px;
	font-size: .95rem;
	color: rgba(255, 246, 214, .6);
}

.ep-testimonials__slides {
	display: grid;
}

.ep-testimonials__slide {
	grid-area: 1 / 1;
	opacity: 0;
	transition: opacity .6s ease;
	margin: 0;
	pointer-events: none;
}

.ep-testimonials__slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.ep-testimonials__quote {
	width: 40px;
	height: 40px;
	color: var(--ep-sun);
	margin: 0 auto 24px;
	transform: rotate(180deg);
}

.ep-testimonials__slide-text {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-size: clamp(1.3rem, 2.5vw, 1.9rem);
	font-weight: 500;
	font-style: italic;
	line-height: 1.5;
	color: var(--ep-paper);
	margin: 0 0 28px;
}

.ep-testimonials__slide-author {
	font-size: 1rem;
	color: rgba(255, 246, 214, .6);
}

.ep-testimonials__slide-author strong {
	color: var(--ep-paper);
	font-weight: 700;
}

.ep-testimonials__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 44px;
}

.ep-testimonials .ep-testimonials__arrow {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	border: 1px solid rgba(255, 246, 214, .25);
	background: transparent;
	box-shadow: none;
	color: var(--ep-paper);
	cursor: pointer;
	transition: border-color .25s ease, background .25s ease;
}

.ep-testimonials .ep-testimonials__arrow:hover,
.ep-testimonials .ep-testimonials__arrow:focus-visible {
	border-color: rgba(255, 246, 214, .6);
	background: rgba(255, 246, 214, .1);
	color: var(--ep-paper);
}

.ep-testimonials__arrow svg {
	width: 16px;
	height: 16px;
}

.ep-testimonials__dots {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ep-testimonials .ep-testimonials__dot {
	appearance: none;
	-webkit-appearance: none;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: none;
	background: rgba(255, 246, 214, .3);
	cursor: pointer;
	transition: width .25s ease, background .25s ease;
}

.ep-testimonials .ep-testimonials__dot:hover {
	background: rgba(255, 246, 214, .5);
}

.ep-testimonials .ep-testimonials__dot.is-active {
	width: 28px;
	background: var(--ep-sun);
}

/* ---------- sobre ---------- */

.ep-about__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 56px;
	align-items: center;
}

.ep-about__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	margin: 0 0 20px;
	color: var(--ep-forest);
}

.ep-about__text {
	color: rgba(2, 47, 42, .8);
}

.ep-about__text p {
	margin: 0 0 1em;
}

.ep-about__card {
	position: relative;
	background:
		radial-gradient(45% 45% at 8% 85%, rgba(29, 78, 216, .35), transparent 70%),
		radial-gradient(120% 90% at 80% 0%, #1F503F 0%, #022F2A 55%, #01211D 100%);
	border-radius: 24px;
	padding: 44px 36px;
	color: var(--ep-paper);
	box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .35);
}

.ep-about__quote-icon {
	width: 36px;
	height: 36px;
	color: var(--ep-sun);
	margin-bottom: 20px;
}

.ep-about__quote {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.4;
	margin: 0 0 20px;
}

.ep-about__quote-author {
	font-size: .9rem;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: rgba(255, 246, 214, .7);
	margin: 0;
}

/* ---------- FAQ ---------- */

.ep-faq-section {
	background: var(--ep-paper);
	color: var(--ep-forest);
}

.ep-faq-section__grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 56px;
	align-items: start;
}

.ep-faq-section__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	margin: 0 0 20px;
	color: var(--ep-forest);
}

.ep-faq-section__email {
	color: rgba(2, 47, 42, .7);
	margin: 0;
}

.ep-faq-section__email a {
	color: var(--ep-forest);
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-color: var(--ep-brblue);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.ep-faq-section__email a:hover {
	color: var(--ep-brblue);
}

.ep-faq__item {
	border-bottom: 1px solid rgba(2, 47, 42, .15);
}

.ep-faq .ep-faq__question {
	appearance: none;
	-webkit-appearance: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 18px 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	text-align: left;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: none;
	color: var(--ep-forest);
	transition: color .25s ease;
}

.ep-faq .ep-faq__question:hover,
.ep-faq .ep-faq__question:focus,
.ep-faq .ep-faq__question:focus-visible {
	background: transparent;
	color: var(--ep-forest);
	box-shadow: none;
}

.ep-faq .ep-faq__item.is-open .ep-faq__question,
.ep-faq .ep-faq__item.is-open .ep-faq__question:hover {
	color: var(--ep-brblue-soft);
}

.ep-faq__chevron {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	transition: transform .3s ease;
}

.ep-faq__item.is-open .ep-faq__chevron {
	transform: rotate(180deg);
}

.ep-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease;
}

.ep-faq__answer p {
	margin: 0;
	padding: 0 0 18px;
	color: rgba(2, 47, 42, .7);
}

/* ---------- CTA final ---------- */

.ep-cta-final {
	position: relative;
	background:
		radial-gradient(45% 45% at 50% 100%, rgba(29, 78, 216, .4), transparent 70%),
		radial-gradient(120% 90% at 80% 0%, #1F503F 0%, #022F2A 55%, #01211D 100%);
	color: var(--ep-paper);
	text-align: center;
}

.ep-cta-final__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(2rem, 4.5vw, 3.5rem);
	margin: 0 0 16px;
	color: var(--ep-paper);
}

.ep-cta-final__text {
	color: rgba(255, 246, 214, .8);
	max-width: 36rem;
	margin: 0 auto 36px;
}

/* ---------- tiktok ---------- */

.ep-tiktok {
	background: var(--ep-forest-deep);
	color: var(--ep-paper);
	overflow: hidden;
}

.ep-tiktok__grid {
	display: grid;
	grid-template-columns: 45fr 55fr;
	gap: 56px;
	align-items: center;
}

.ep-tiktok__icon {
	display: block;
	width: 56px;
	height: 56px;
	color: var(--ep-paper);
	margin-bottom: 20px;
}

.ep-tiktok__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.ep-tiktok__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.75rem, 3.2vw, 2.6rem);
	line-height: 1.2;
	margin: 0 0 8px;
	color: var(--ep-paper);
}

.ep-tiktok .ep-hl {
	color: var(--ep-sun);
}

.ep-tiktok__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 48px;
	margin: 32px 0 36px;
}

.ep-tiktok__stat-num {
	display: block;
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: 2.5rem;
	line-height: 1.1;
	color: var(--ep-paper);
}

.ep-tiktok__stat-label {
	display: block;
	margin-top: 4px;
	font-size: .9rem;
	color: rgba(255, 246, 214, .6);
}

.ep-tiktok__collage {
	display: flex;
	flex-direction: column;
}

.ep-tiktok__comment {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: #fff;
	color: var(--ep-forest);
	border-radius: 16px;
	padding: 14px 18px;
	box-shadow: 0 18px 40px -18px rgba(0, 0, 0, .45);
	transition: transform .3s ease;
}

.ep-tiktok__comment + .ep-tiktok__comment {
	margin-top: -10px;
}

.ep-tiktok__comment:nth-child(odd) {
	transform: rotate(-2deg);
	margin-right: 9%;
}

.ep-tiktok__comment:nth-child(even) {
	transform: rotate(1.5deg);
	margin-left: 9%;
}

.ep-tiktok__comment:nth-child(3n) {
	transform: rotate(-1deg);
}

.ep-tiktok__comment:hover {
	transform: rotate(0) translateY(-4px);
	z-index: 2;
}

.ep-tiktok__comment-avatar {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--ep-brblue-soft);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: .9rem;
	text-transform: uppercase;
}

.ep-tiktok__comment-body {
	flex: 1;
	min-width: 0;
}

.ep-tiktok__comment-name {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: var(--ep-forest);
}

.ep-tiktok__comment-text {
	margin: 2px 0 0;
	font-size: 14px;
	line-height: 1.45;
	color: rgba(2, 47, 42, .8);
}

.ep-tiktok__comment-likes {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	font-size: 12px;
	color: rgba(2, 47, 42, .6);
}

.ep-tiktok__comment-likes svg {
	width: 16px;
	height: 16px;
	color: #FE2C55;
}

/* ---------- contato ---------- */

.ep-contact__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(2rem, 4.5vw, 3.5rem);
	margin: 0 0 12px;
	color: var(--ep-paper);
}

.ep-contact .ep-eyebrow {
	color: var(--ep-sun);
	margin-bottom: 48px;
}

.ep-contact__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 48px;
}

.ep-contact__card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-radius: 24px;
	border: 1px solid rgba(255, 246, 214, .15);
	background: rgba(255, 246, 214, .05);
	backdrop-filter: blur(8px);
	padding: 32px 28px;
	text-decoration: none;
	color: var(--ep-paper);
	transition: transform .3s ease;
}

.ep-contact__card:hover {
	transform: translateY(-6px);
	color: var(--ep-paper);
}

.ep-contact__card svg {
	width: 28px;
	height: 28px;
	color: var(--ep-sun);
	margin-bottom: 8px;
}

.ep-contact__card-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .3em;
	color: rgba(255, 246, 214, .6);
}

.ep-contact__card-value {
	font-weight: 700;
	font-size: 1.05rem;
}

.ep-contact__social {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.ep-contact__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid rgba(255, 246, 214, .25);
	color: var(--ep-paper);
	transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.ep-contact__social-link svg {
	width: 22px;
	height: 22px;
}

/* ---------- página de contato ---------- */
.ep-contact-hero {
	position: relative;
	overflow: hidden;
	padding: 132px 0 140px;
	background:
		radial-gradient(45% 45% at 8% 85%, rgba(29, 78, 216, .3), transparent 70%),
		radial-gradient(120% 90% at 80% 0%, #1F503F 0%, #022F2A 55%, #01211D 100%);
	color: var(--ep-paper);
	text-align: center;
}

.ep-contact-hero__breadcrumb {
	margin: 0 0 20px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: rgba(255, 246, 214, .6);
}

.ep-contact-hero__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(2.2rem, 5.5vw, 3.75rem);
	line-height: 1.08;
	margin: 0 0 14px;
	color: var(--ep-paper);
}

.ep-contact-hero__sub {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--ep-sun);
	margin: 0 0 12px;
}

.ep-contact-hero__texto {
	max-width: 36rem;
	margin: 0 auto;
	font-size: 1.1rem;
	line-height: 1.7;
	color: rgba(255, 246, 214, .85);
}

.ep-contact-body {
	background: var(--ep-forest);
	color: var(--ep-paper);
	padding: 0 0 72px;
}

.ep-contact-body .ep-contact__cards {
	margin: 0 0 40px;
}

/* ---------- formulário de contato (MetForm) ---------- */
.ep-contact-form-wrap {
	max-width: 880px;
	margin: -76px auto 48px;
	position: relative;
	z-index: 3;
}

.ep-contact-form {
	background: var(--ep-paper);
	border-radius: 28px;
	padding: 48px 52px;
	box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .35);
	color: var(--ep-forest-deep);
}

.ep-contact-form__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-size: clamp(1.6rem, 3.2vw, 2.2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--ep-forest-deep);
	margin: 0 0 28px;
}

/* Título e textos do próprio formulário Elementor/MetForm */
.ep-contact-form .elementor-heading-title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
	font-size: clamp(1.5rem, 3vw, 2.1rem) !important;
	font-weight: 800 !important;
	letter-spacing: -0.02em;
	color: var(--ep-forest-deep) !important;
	margin: 0 0 26px;
}

.ep-contact-form .mf-input-label,
.ep-contact-form label {
	display: block;
	font-size: .9rem;
	font-weight: 700;
	color: var(--ep-forest-deep);
	margin: 0 0 6px;
}

.ep-contact-form input[type="text"],
.ep-contact-form input[type="email"],
.ep-contact-form input[type="tel"],
.ep-contact-form input[type="number"],
.ep-contact-form input[type="password"],
.ep-contact-form select,
.ep-contact-form textarea {
	width: 100% !important;
	border: 1.5px solid rgba(2, 47, 42, .18) !important;
	border-radius: 12px !important;
	background: #fff !important;
	padding: 12px 16px !important;
	font-size: .95rem !important;
	font-family: inherit !important;
	color: var(--ep-forest-deep) !important;
	transition: border-color .25s ease, box-shadow .25s ease !important;
}

.ep-contact-form input:focus,
.ep-contact-form select:focus,
.ep-contact-form textarea:focus {
	border-color: var(--ep-sun) !important;
	box-shadow: 0 0 0 4px rgba(255, 223, 0, .25) !important;
	outline: none !important;
}

.ep-contact-form textarea {
	min-height: 130px;
	resize: vertical;
}

.ep-contact-form button[type="submit"],
.ep-contact-form input[type="submit"],
.ep-contact-form .metform-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--ep-sun) !important;
	color: var(--ep-forest-deep) !important;
	font-weight: 800 !important;
	font-size: 1rem !important;
	font-family: inherit !important;
	border: none !important;
	border-radius: 999px !important;
	padding: 14px 40px !important;
	cursor: pointer !important;
	box-shadow: 0 12px 30px -10px rgba(255, 223, 0, .6);
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease !important;
}

.ep-contact-form button[type="submit"]:hover,
.ep-contact-form input[type="submit"]:hover,
.ep-contact-form .metform-btn:hover {
	background: var(--ep-sun-soft) !important;
	transform: translateY(-2px);
	box-shadow: 0 18px 40px -10px rgba(255, 223, 0, .7);
}

@media (max-width: 700px) {
	.ep-contact-form {
		padding: 30px 24px;
	}

	.ep-contact-hero {
		padding: 96px 0 110px;
	}

	.ep-contact-form-wrap {
		margin-top: -64px;
	}
}

.ep-contact__social-link:hover {
	background: var(--ep-sun);
	border-color: var(--ep-sun);
	color: var(--ep-forest-deep);
}

/* ---------- página de curso ---------- */

.ep-course-hero {
	position: relative;
	overflow: hidden;
	padding: 140px 0 96px;
	background:
		radial-gradient(45% 45% at 8% 85%, rgba(29, 78, 216, .35), transparent 70%),
		radial-gradient(120% 90% at 80% 0%, #1F503F 0%, #022F2A 55%, #01211D 100%);
	color: var(--ep-paper);
}

.ep-course-hero__grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 56px;
	align-items: center;
}

.ep-course-hero__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(2.25rem, 5vw, 4rem);
	line-height: 1.05;
	margin: 0 0 20px;
	color: var(--ep-paper);
}

.ep-course-price {
	margin: 0 0 28px;
}

.ep-course-price__value {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(2rem, 4vw, 3rem);
	color: var(--ep-sun);
}

.ep-course-price__suffix {
	font-size: 1rem;
	color: rgba(255, 246, 214, .7);
	margin-left: 8px;
}

.ep-course-includes {
	list-style: none;
	margin: 0 0 36px;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 24px;
}

.ep-course-includes li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: .95rem;
}

.ep-course-includes__check {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin-top: 4px;
	color: var(--ep-sun);
}

.ep-course-hero__media {
	position: relative;
}

.ep-course-hero__media img {
	width: 100%;
	height: auto;
	border-radius: 24px;
	display: block;
	box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .5);
}

.ep-course-hero__badge {
	position: absolute;
	top: -12px;
	left: 24px;
	background: var(--ep-sun);
	color: var(--ep-forest-deep);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .12em;
	padding: 6px 16px;
	border-radius: 999px;
}

.ep-course-testimonials {
	background: var(--ep-forest-mid);
	color: var(--ep-paper);
}

.ep-course-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.ep-course-testimonial {
	margin: 0;
	border-radius: 24px;
	border: 1px solid rgba(255, 246, 214, .15);
	background: rgba(255, 246, 214, .05);
	backdrop-filter: blur(8px);
	padding: 32px 28px;
}

.ep-course-testimonial__quote {
	width: 28px;
	height: 28px;
	color: var(--ep-sun);
	margin-bottom: 16px;
}

.ep-course-testimonial__text {
	font-style: italic;
	line-height: 1.7;
	margin: 0 0 20px;
}

.ep-course-testimonial__author {
	font-size: .9rem;
	color: rgba(255, 246, 214, .75);
}

.ep-course-testimonial__author strong {
	color: var(--ep-sun);
}

.ep-course-structure__heading,
.ep-course-faq__heading {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	margin: 0 0 24px;
	color: var(--ep-forest);
}

.ep-course-structure__intro {
	max-width: 44rem;
	color: rgba(2, 47, 42, .8);
	margin-bottom: 56px;
}

.ep-course-structure__intro p {
	margin: 0 0 1em;
}

.ep-course-blocks {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.ep-course-block {
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .12);
	display: flex;
	flex-direction: column;
}

.ep-course-block__media {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.ep-course-block__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ep-course-block__body {
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	flex: 1;
}

.ep-course-block__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
	margin: 0;
	color: var(--ep-forest);
}

.ep-course-block__text {
	color: rgba(2, 47, 42, .75);
	margin: 0;
	line-height: 1.6;
	flex: 1;
}

.ep-course-block__more {
	align-self: flex-start;
	background: #fff !important;
	border: 2px solid var(--ep-forest-mid) !important;
	color: var(--ep-forest-mid) !important;
	padding: 12px 26px;
	border-radius: 999px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: .78rem;
	cursor: pointer;
	transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
	box-shadow: 0 4px 12px -4px rgba(0, 0, 0, .08);
}

.ep-course-block__more:hover,
.ep-course-block__more:focus-visible {
	background: var(--ep-forest) !important;
	border-color: var(--ep-forest) !important;
	color: var(--ep-paper) !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px -8px rgba(0, 0, 0, .2);
}

.ep-block-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(1, 33, 29, .72);
	backdrop-filter: blur(6px);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s;
}

.ep-block-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.ep-block-modal__dialog {
	position: relative;
	width: min(720px, 100%);
	max-height: min(84vh, 800px);
	background: var(--ep-paper-soft);
	border-radius: 24px;
	padding: 40px;
	overflow-y: auto;
	box-shadow: 0 40px 100px -20px rgba(0, 0, 0, .5);
	transform: translateY(40px) scale(.96);
	transition: transform .35s cubic-bezier(.22, 1.2, .36, 1), opacity .3s ease;
}

.ep-block-modal.is-open .ep-block-modal__dialog {
	transform: translateY(0) scale(1);
}

.ep-block-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid rgba(2, 47, 42, .2);
	border-radius: 50%;
	background: transparent;
	color: var(--ep-forest);
	cursor: pointer;
	transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.ep-block-modal__close svg {
	width: 18px;
	height: 18px;
}

.ep-block-modal__close:hover,
.ep-block-modal__close:focus-visible {
	background: var(--ep-forest);
	border-color: var(--ep-forest);
	color: var(--ep-paper);
}

.ep-block-modal__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin: 0 0 16px;
	padding-right: 40px;
	color: var(--ep-forest);
}

.ep-block-modal__content {
	color: rgba(2, 47, 42, .8);
	line-height: 1.7;
	font-size: 1.05rem;
}

.ep-course-reach {
	position: relative;
	background: var(--ep-forest);
	color: var(--ep-paper);
	text-align: center;
	overflow: hidden;
	padding: 32px 0 8px;
}

.ep-course-reach::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='epn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23epn)' opacity='0.6'/%3E%3C/svg%3E");
	opacity: .04;
	pointer-events: none;
	z-index: 1;
}

.ep-course-reach .ep-container {
	position: relative;
	z-index: 2;
}

.ep-course-reach__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	margin: 0 0 16px;
	color: var(--ep-paper);
}

.ep-course-reach__text {
	max-width: 40rem;
	margin: 0 auto;
	color: rgba(255, 246, 214, .75);
}

.ep-course-note-section {
	padding-top: 0;
}

.ep-course-note {
	background: var(--ep-paper-deep);
	border: 1px solid rgba(255, 223, 0, .6);
	border-radius: 24px;
	padding: 28px 32px;
}

.ep-course-note p {
	margin: 0;
	color: var(--ep-forest);
	font-weight: 500;
}

.ep-course-faq .ep-faq {
	max-width: 48rem;
}

/* Vídeos de testimonios en páginas de curso */
.ep-course-videos__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.ep-course-video {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ep-course-video__embed {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .4);
	background: #000;
}

.ep-course-video__embed::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.ep-course-video__embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.ep-course-video__meta {
	font-size: .95rem;
	color: rgba(255, 246, 214, .75);
}

.ep-course-video__meta strong {
	color: var(--ep-sun);
}

.ep-course-video__text {
	margin: 0;
	font-size: .95rem;
	line-height: 1.6;
	color: rgba(255, 246, 214, .85);
}

/* Sellos de curso (material didáctico / garantía) */
.ep-course-seals {
	padding-top: 0;
	background: var(--ep-paper);
}

.ep-course-seals__heading {
	text-align: center;
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(2.2rem, 5vw, 3.6rem);
	margin: 0 0 64px;
	color: var(--ep-forest);
}

.ep-course-seals__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	max-width: 1200px;
	margin: 0 auto;
}

.ep-course-seal {
	background: #fff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .15);
	display: flex;
	flex-direction: column;
}

.ep-course-seal__media {
	aspect-ratio: 1;
	overflow: hidden;
}

.ep-course-seal__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: transform .4s ease;
}

.ep-course-seal:hover .ep-course-seal__media img {
	transform: scale(1.04);
}

.ep-course-seal__body {
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	flex: 1;
}

.ep-course-seal__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	margin: 0;
	color: var(--ep-forest);
}

.ep-course-seal__text {
	color: rgba(2, 47, 42, .75);
	margin: 0;
	line-height: 1.7;
	font-size: 1.05rem;
	flex: 1;
}

.ep-course-seal__more {
	align-self: flex-start;
	background: var(--ep-sun) !important;
	border: none !important;
	color: var(--ep-forest-deep) !important;
	padding: 14px 30px;
	border-radius: 999px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: .8rem;
	cursor: pointer;
	transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
	box-shadow: 0 12px 30px -8px rgba(255, 223, 0, .5);
}

.ep-course-seal__more:hover,
.ep-course-seal__more:focus-visible {
	background: var(--ep-sun-soft) !important;
	transform: translateY(-2px);
	box-shadow: 0 16px 40px -8px rgba(255, 223, 0, .6);
}

/* Alcance / globo interactivo */
.ep-course-reach__grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 32px;
	align-items: center;
	padding-bottom: 40px;
}

.ep-course-reach__content {
	text-align: left;
}

.ep-course-reach__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(2.4rem, 5vw, 4rem);
	line-height: 1.05;
	margin: 0 0 20px;
	color: var(--ep-paper);
}

.ep-course-reach__text {
	max-width: 40rem;
	margin: 0 0 32px;
	color: rgba(255, 246, 214, .75);
	font-size: 1.1rem;
	line-height: 1.7;
}

/* Marquee infinito de bandeiras */
.ep-flags-marquee {
	overflow: hidden;
	padding: 14px 0;
	margin: -28px 0 16px;
	position: relative;
	z-index: 3;
	background: var(--ep-sun);
	border-top: 4px solid var(--ep-forest-deep);
	border-bottom: 4px solid var(--ep-forest-deep);
	transform: rotate(-1deg);
}

.ep-flags-marquee__track {
	display: flex;
	width: max-content;
	animation: ep-flags-marquee-x 28s linear infinite;
}

.ep-flags-marquee__group {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.ep-flags-marquee__item {
	font-size: clamp(3.5rem, 7vw, 5rem);
	line-height: 1;
	padding: 0 28px;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .35));
}

@keyframes ep-flags-marquee-x {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.ep-globe__fallback {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(4rem, 10vw, 7rem);
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .35));
}

/* Globo interativo (globe.gl) */
.ep-globe-container {
	position: relative;
	width: min(560px, 100%);
	margin: 0 auto;
	aspect-ratio: 1 / 1;
}

.ep-globe-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ep-globe-canvas canvas {
	border-radius: 50%;
}

.ep-globe__count {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	font-size: clamp(3.5rem, 9vw, 6rem);
	color: var(--ep-paper);
	text-shadow: 0 6px 24px rgba(0, 0, 0, .5);
	pointer-events: none;
	z-index: 2;
}

@media (max-width: 1100px) {
	.ep-course-blocks {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	.ep-course-videos__grid {
		grid-template-columns: 1fr;
	}

	.ep-course-blocks {
		grid-template-columns: 1fr;
	}

	.ep-course-seals__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.ep-course-seal__body {
		padding: 28px;
	}

	.ep-course-reach__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ep-course-reach__content {
		text-align: center;
	}

	.ep-course-reach__text {
		margin-left: auto;
		margin-right: auto;
	}

	.ep-globe-container {
		width: min(420px, 100%);
	}

	.ep-flags-marquee {
		transform: rotate(-2deg);
		margin-top: -20px;
	}

	.ep-block-modal__dialog {
		padding: 28px;
	}
}

/* ---------- hero de página interna ---------- */

.ep-page-hero {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 160px 0 20px;
	background:
		radial-gradient(45% 45% at 8% 85%, rgba(29, 78, 216, .35), transparent 70%),
		radial-gradient(120% 90% at 80% 0%, #1F503F 0%, #022F2A 55%, #01211D 100%);
	color: var(--ep-paper);
}

/* Header em fluxo nas páginas internas: compensa o padding pensado para o header fixo */
body.ep-not-home .ep-page-hero {
	padding-top: 20px;
}

body.ep-not-home .ep-course-hero {
	padding-top: 72px;
}

.ep-page-hero__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 20px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: rgba(255, 246, 214, .5);
}

.ep-page-hero__breadcrumb a {
	color: rgba(255, 246, 214, .7);
	text-decoration: none;
}

.ep-page-hero__breadcrumb a:hover {
	color: var(--ep-sun);
}

.ep-page-hero__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(2.25rem, 5vw, 4rem);
	line-height: 1.05;
	margin: 0;
	color: var(--ep-paper);
}

.ep-page-hero__subtitle {
	margin: 16px 0 0;
	font-size: 1.1rem;
	color: rgba(255, 246, 214, .7);
	max-width: 40rem;
}

/* ---------- página Ver cursos ---------- */

.ep-vc__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	margin: 0 0 48px;
	color: var(--ep-forest);
}

.ep-programa-card {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 48px;
	align-items: center;
	background: #fff;
	border: 1px solid rgba(2, 47, 42, .12);
	border-radius: 24px;
	padding: 44px 40px;
}

.ep-programa-card__tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 5px 12px;
	border-radius: 999px;
	border: 1px solid var(--ep-brblue-soft);
	color: var(--ep-brblue-soft);
	margin-bottom: 16px;
}

.ep-programa-card__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	margin: 0 0 16px;
	color: var(--ep-forest);
}

.ep-programa-card__text {
	color: rgba(2, 47, 42, .75);
	margin: 0 0 28px;
}

.ep-programa-card__media img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	display: block;
}

/* Tutoría Personalizada — destaque */
.ep-tutoria-hero {
	background: linear-gradient(135deg, #002776 0%, #001B4D 50%, #002776 100%);
	color: var(--ep-paper);
	position: relative;
	overflow: hidden;
}

.ep-tutoria-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='epn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23epn)' opacity='0.6'/%3E%3C/svg%3E"),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cg fill='none' stroke='%23D4AF37' stroke-opacity='0.12' stroke-width='1'%3E%3Cpath d='M0 50h100M50 0v100'/%3E%3C/g%3E%3C/svg%3E");
	background-size: auto, 100px 100px;
	opacity: .5;
	pointer-events: none;
	z-index: 1;
}

.ep-tutoria-hero::after {
	content: "";
	position: absolute;
	top: 10%;
	right: -5%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(212, 175, 55, .15) 0%, transparent 70%);
	pointer-events: none;
	z-index: 1;
}

.ep-tutoria-hero .ep-container {
	position: relative;
	z-index: 2;
}

.ep-tutoria-hero__section-title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	margin: 0 0 40px;
	color: var(--ep-paper);
	text-align: center;
}

.ep-tutoria-card {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 48px;
	align-items: center;
	background: rgba(255, 255, 255, .06);
	border: 2px solid #D4AF37;
	border-radius: 28px;
	padding: 48px 40px;
	box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .5);
	position: relative;
	overflow: hidden;
}

.ep-tutoria-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 80% 20%, rgba(212, 175, 55, .12), transparent 50%);
	pointer-events: none;
}

.ep-tutoria-card__tag {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 6px 16px;
	border-radius: 999px;
	border: 1px solid #D4AF37;
	color: #D4AF37;
	margin-bottom: 20px;
}

.ep-tutoria-card__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
	margin: 0 0 20px;
	color: #D4AF37;
	text-transform: uppercase;
}

.ep-tutoria-card__text {
	color: rgba(255, 246, 214, .85);
	margin: 0 0 32px;
	font-size: 1.05rem;
	line-height: 1.7;
}

.ep-tutoria-card__btn {
	display: inline-block;
	padding: 16px 36px;
	border-radius: 999px;
	background: #D4AF37;
	color: #002776;
	font-weight: 700;
	font-size: .9rem;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-decoration: none;
	transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
	box-shadow: 0 12px 32px -8px rgba(212, 175, 55, .5);
}

.ep-tutoria-card__btn:hover,
.ep-tutoria-card__btn:focus-visible {
	background: #E6C86E;
	color: #002776;
	transform: translateY(-2px);
	box-shadow: 0 16px 40px -8px rgba(212, 175, 55, .6);
}

.ep-tutoria-card__media {
	position: relative;
	z-index: 2;
}

.ep-tutoria-card__media img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	display: block;
	box-shadow: 0 24px 60px -16px rgba(0, 0, 0, .4);
}

@media (max-width: 900px) {
	.ep-tutoria-card {
		grid-template-columns: 1fr;
		padding: 32px;
		gap: 32px;
	}

	.ep-tutoria-card__media {
		order: -1;
	}
}

.ep-course-card__media {
	aspect-ratio: 1;
	overflow: hidden;
}

.ep-course-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0;
	margin: 0;
	transition: transform .4s ease;
}

.ep-course-card:hover .ep-course-card__img {
	transform: scale(1.05);
}

.ep-course-card__body {
	padding: 28px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.ep-course-card__text {
	font-size: .92rem;
	color: rgba(255, 246, 214, .8);
	margin: 0 0 24px;
}

.ep-vc__libros {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: stretch;
}

/* ---------- cards de livros (Ver cursos + Libros) ---------- */

.ep-libro-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid rgba(2, 47, 42, .12);
	border-radius: 24px;
	padding: 32px 28px;
	transition: transform .3s ease;
}

.ep-libro-card:hover {
	transform: translateY(-6px);
}

.ep-libro-card__img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	display: block;
	margin: 0 0 20px;
}

.ep-libro-card__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: 1.25rem;
	margin: 0 0 12px;
	color: var(--ep-forest);
}

.ep-libro-card__text {
	font-size: .92rem;
	color: rgba(2, 47, 42, .7);
	margin: 0 0 24px;
}

.ep-libro-card .ep-btn {
	margin-top: auto;
	text-align: center;
}

.ep-libro-card--combo {
	background: var(--ep-sun);
	border-color: var(--ep-sun);
	box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .35);
}

.ep-libro-card--combo .ep-libro-card__title,
.ep-libro-card--combo .ep-libro-card__text {
	color: var(--ep-forest-deep);
}

.ep-libro-card__btn-combo {
	background: var(--ep-forest-deep);
	color: var(--ep-paper);
}

.ep-libro-card__btn-combo:hover,
.ep-libro-card__btn-combo:focus-visible {
	background: var(--ep-forest);
	color: var(--ep-paper);
}

/* ---------- página Libros ---------- */

.ep-libros__intro {
	max-width: 44rem;
	color: rgba(2, 47, 42, .8);
	font-size: 1.05rem;
	margin: 0 0 48px;
}

.ep-libros__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	align-items: stretch;
}

/* ---------- página Tips ---------- */

.ep-tips__inner {
	text-align: center;
}

.ep-tips__text {
	font-size: 1.15rem;
	color: rgba(2, 47, 42, .8);
	margin: 0 auto 40px;
	max-width: 36rem;
}

.ep-tips__map {
	display: block;
	width: 100%;
	max-width: 520px;
	height: auto;
	margin: 0 auto;
}

/* Hero da Tips com chips flutuantes */
.ep-tips-hero {
	position: relative;
	overflow: hidden;
	padding: 160px 0 72px;
	background:
		radial-gradient(45% 45% at 8% 85%, rgba(29, 78, 216, .3), transparent 70%),
		radial-gradient(120% 90% at 80% 0%, #1F503F 0%, #022F2A 55%, #01211D 100%);
	color: var(--ep-paper);
}

body.ep-not-home .ep-tips-hero {
	padding-top: 20px;
}

.ep-tips-hero__inner {
	position: relative;
	z-index: 2;
}

.ep-tips-hero__breadcrumb {
	margin: 0 0 20px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: rgba(255, 246, 214, .6);
}

.ep-tips-hero__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(2.2rem, 5.5vw, 4rem);
	line-height: 1.08;
	margin: 0 0 20px;
	color: var(--ep-paper);
}

.ep-tips-hero__texto {
	max-width: 38rem;
	font-size: 1.15rem;
	line-height: 1.7;
	color: rgba(255, 246, 214, .85);
	margin: 0;
}

.ep-tips-hero__chips {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.ep-tips-hero__chip {
	position: absolute;
	padding: 8px 18px;
	border-radius: 999px;
	font-size: .95rem;
	font-weight: 700;
	white-space: nowrap;
	color: var(--ep-sun);
	border: 1.5px solid rgba(255, 223, 0, .45);
	background: rgba(255, 223, 0, .08);
	backdrop-filter: blur(2px);
	animation: ep-chip-float 7s ease-in-out infinite;
}

.ep-tips-hero__chip:nth-child(1) { left: 4%;  top: 18%; animation-delay: 0s;   transform: rotate(-6deg); }
.ep-tips-hero__chip:nth-child(2) { left: 78%; top: 12%; animation-delay: -1.2s; transform: rotate(5deg); }
.ep-tips-hero__chip:nth-child(3) { left: 12%; top: 52%; animation-delay: -2.4s; transform: rotate(4deg); }
.ep-tips-hero__chip:nth-child(4) { left: 84%; top: 46%; animation-delay: -3.1s; transform: rotate(-5deg); }
.ep-tips-hero__chip:nth-child(5) { left: 28%; top: 8%;  animation-delay: -4.2s; transform: rotate(3deg); }
.ep-tips-hero__chip:nth-child(6) { left: 62%; top: 66%; animation-delay: -1.8s; transform: rotate(-4deg); }
.ep-tips-hero__chip:nth-child(7) { left: 2%;  top: 80%; animation-delay: -5s;   transform: rotate(6deg); }
.ep-tips-hero__chip:nth-child(8) { left: 88%; top: 82%; animation-delay: -2.9s; transform: rotate(-3deg); }
.ep-tips-hero__chip:nth-child(9) { left: 46%; top: 84%; animation-delay: -3.7s; transform: rotate(5deg); }
.ep-tips-hero__chip:nth-child(10) { left: 36%; top: 66%; animation-delay: -5.6s; transform: rotate(-5deg); }

@keyframes ep-chip-float {
	0%, 100% { margin-top: 0; }
	50% { margin-top: -16px; }
}

/* Mapa interativo */
.ep-tips-map-section {
	background:
		radial-gradient(60% 60% at 50% 40%, rgba(29, 78, 216, .07), transparent 70%),
		var(--ep-paper);
}

.ep-tips-map {
	max-width: 620px;
	margin: 0 auto;
	perspective: 900px;
}

.ep-tips-map__tilt {
	position: relative;
	transition: transform .35s ease;
	animation: ep-map-levitate 6s ease-in-out infinite;
	will-change: transform;
}

@keyframes ep-map-levitate {
	0%, 100% { translate: 0 0; }
	50% { translate: 0 -10px; }
}

.ep-tips-map__img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 40px 50px rgba(2, 47, 42, .3));
}

.ep-tips-map__pin {
	position: absolute;
	transform: translate(-50%, -50%);
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	padding: 0;
	z-index: 2;
}

.ep-tips-map__pin-dot {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 2.5px solid var(--ep-sun);
	background: var(--ep-forest-deep);
	transition: transform .25s ease, background .25s ease;
}

.ep-tips-map__pin::before {
	content: "";
	position: absolute;
	inset: -8px;
	border-radius: 50%;
	border: 2px solid rgba(255, 223, 0, .7);
	animation: ep-pin-ping 2.2s ease-out infinite;
}

@keyframes ep-pin-ping {
	0% { transform: scale(.6); opacity: 1; }
	80%, 100% { transform: scale(1.5); opacity: 0; }
}

.ep-tips-map__pin:hover,
.ep-tips-map__pin:focus-visible,
.ep-tips-map__pin.is-active {
	z-index: 4;
	outline: none;
}

.ep-tips-map__pin:hover .ep-tips-map__pin-dot,
.ep-tips-map__pin:focus-visible .ep-tips-map__pin-dot,
.ep-tips-map__pin.is-active .ep-tips-map__pin-dot {
	background: var(--ep-sun);
	transform: scale(1.25);
}

.ep-tips-map__pin-card {
	position: absolute;
	bottom: calc(100% + 16px);
	left: 50%;
	transform: translate(-50%, 8px);
	width: 240px;
	max-width: calc(100vw - 48px);
	white-space: normal;
	overflow-wrap: break-word;
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: left;
	background: var(--ep-paper);
	border: 2px solid var(--ep-forest-deep);
	border-radius: 16px;
	padding: 14px 16px;
	box-shadow: 0 20px 44px -12px rgba(2, 47, 42, .4);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .25s ease, transform .25s ease, visibility .25s;
	z-index: 5;
}

.ep-tips-map__pin--below .ep-tips-map__pin-card {
	bottom: auto;
	top: calc(100% + 16px);
	transform: translate(-50%, -8px);
}

.ep-tips-map__pin--right .ep-tips-map__pin-card {
	left: auto;
	right: -10px;
	transform: translate(0, 8px);
}

.ep-tips-map__pin--left .ep-tips-map__pin-card {
	left: -10px;
	transform: translate(0, 8px);
}

.ep-tips-map__pin:hover .ep-tips-map__pin-card,
.ep-tips-map__pin:focus-visible .ep-tips-map__pin-card,
.ep-tips-map__pin.is-active .ep-tips-map__pin-card {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.ep-tips-map__pin--below:hover .ep-tips-map__pin-card,
.ep-tips-map__pin--below:focus-visible .ep-tips-map__pin-card,
.ep-tips-map__pin--below.is-active .ep-tips-map__pin-card {
	transform: translate(-50%, 0);
}

.ep-tips-map__pin--right:hover .ep-tips-map__pin-card,
.ep-tips-map__pin--right:focus-visible .ep-tips-map__pin-card,
.ep-tips-map__pin--right.is-active .ep-tips-map__pin-card,
.ep-tips-map__pin--left:hover .ep-tips-map__pin-card,
.ep-tips-map__pin--left:focus-visible .ep-tips-map__pin-card,
.ep-tips-map__pin--left.is-active .ep-tips-map__pin-card {
	transform: translate(0, 0);
}

.ep-tips-map__pin-card strong {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-size: 1.02rem;
	font-weight: 800;
	color: var(--ep-forest-deep);
}

.ep-tips-map__pin-card span {
	display: block;
	font-size: .88rem;
	line-height: 1.55;
	color: rgba(2, 47, 42, .8);
}

.ep-tips-map__hint {
	text-align: center;
	margin: 28px 0 0;
	font-size: .95rem;
	font-weight: 600;
	color: rgba(2, 47, 42, .6);
}

/* Cards de dicas */
.ep-tips-cards__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	text-align: center;
	margin: 0 0 40px;
	color: var(--ep-forest-deep);
}

.ep-tips-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 28px;
}

.ep-tips-card {
	position: relative;
	background: #fff;
	border: 1.5px solid rgba(2, 47, 42, .1);
	border-radius: 22px;
	padding: 30px 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.ep-tips-card:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 223, 0, .9);
	box-shadow: 0 24px 48px -16px rgba(2, 47, 42, .22);
}

.ep-tips-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: var(--ep-sun);
	color: var(--ep-forest-deep);
}

.ep-tips-card__icon svg {
	width: 26px;
	height: 26px;
}

.ep-tips-card__titulo {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
	color: var(--ep-forest-deep);
}

.ep-tips-card__texto {
	font-size: .95rem;
	line-height: 1.65;
	color: rgba(2, 47, 42, .75);
	margin: 0;
	flex: 1;
}

.ep-tips-card__botao {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	font-size: .92rem;
	color: var(--ep-forest-deep);
	text-decoration: none;
	border-bottom: 2px solid var(--ep-sun);
	padding-bottom: 2px;
	transition: gap .25s ease, border-color .25s ease;
}

.ep-tips-card__botao:hover {
	gap: 10px;
	border-color: var(--ep-forest-deep);
}

@media (max-width: 900px) {
	.ep-tips-hero {
		padding: 120px 0 56px;
	}

	.ep-tips-hero__chip:nth-child(n+7) {
		display: none;
	}

	.ep-tips-hero__chip {
		font-size: .8rem;
		padding: 6px 14px;
	}

	.ep-tips-map__pin-card {
		max-width: 200px;
	}
}

/* ---------- página Sobre ---------- */

.ep-sp__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: start;
}

.ep-sp__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	line-height: 1.15;
	margin: 0;
	color: var(--ep-forest);
}

.ep-sp__texts p {
	margin: 0 0 1em;
	color: rgba(2, 47, 42, .8);
}

.ep-sp__texts p:last-child {
	margin-bottom: 0;
}

.ep-sp--tight {
	padding-top: 0;
}

.ep-sp__section-title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	margin: 0 0 48px;
	text-align: center;
	color: var(--ep-forest);
}

.ep-founder-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.ep-founder-card {
	border-radius: 24px;
	padding: 36px 32px;
	color: var(--ep-paper);
	background:
		radial-gradient(45% 45% at 8% 85%, rgba(29, 78, 216, .35), transparent 70%),
		radial-gradient(120% 90% at 80% 0%, #1F503F 0%, #022F2A 55%, #01211D 100%);
	box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .35);
}

.ep-founder-card__head {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.ep-founder-card__photo {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255, 223, 0, .5);
}

.ep-founder-card__name {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	margin: 0 0 4px;
	color: var(--ep-paper);
}

.ep-founder-card__role {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: var(--ep-sun);
}

.ep-founder-card__quote {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-style: italic;
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.6;
	margin: 0;
	color: rgba(255, 246, 214, .9);
}

.ep-dif-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.ep-dif {
	background: #fff;
	border: 1px solid rgba(2, 47, 42, .12);
	border-radius: 24px;
	padding: 32px 28px;
}

.ep-dif__num {
	display: block;
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 800;
	font-size: 2rem;
	line-height: 1;
	color: rgba(2, 47, 42, .15);
	margin-bottom: 12px;
}

.ep-dif__title {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 700;
	font-size: 1.15rem;
	margin: 0 0 10px;
	color: var(--ep-forest);
}

.ep-dif__text {
	margin: 0;
	font-size: .92rem;
	color: rgba(2, 47, 42, .7);
}

.ep-team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.ep-team-card {
	background: #fff;
	border: 1px solid rgba(2, 47, 42, .12);
	border-radius: 24px;
	padding: 32px 28px;
	text-align: center;
}

.ep-team-card__photo {
	display: block;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 16px;
}

.ep-team-card__name {
	font-family: 'Bricolage Grotesque', 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
	margin: 0 0 4px;
	color: var(--ep-forest);
}

.ep-team-card__role {
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .18em;
	color: var(--ep-brblue-soft);
}

.ep-team-card__bio {
	margin: 0;
	font-size: .9rem;
	color: rgba(2, 47, 42, .7);
}

/* ---------- página Contacto ---------- */

.ep-contact-pagina__intro {
	color: rgba(255, 246, 214, .75);
	font-size: 1.05rem;
	margin: 0 0 40px;
}

.ep-contact__cards--3 {
	grid-template-columns: repeat(3, 1fr);
}

/* ---------- responsivo ---------- */

@media (max-width: 1024px) {
	.ep-hero .ep-hero__mascot img {
		height: clamp(150px, 22vw, 240px);
	}

	.ep-hero__mascot--left {
		left: -5vw;
	}

	.ep-hero__mascot--right {
		right: -5vw;
	}

	.ep-hero__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ep-hero__quiz {
		max-width: 30rem;
	}

	.ep-journey__step:not(:last-child)::after {
		display: none;
	}

	.ep-courses__grid,
	.ep-courses__grid--4 {
		grid-template-columns: repeat(2, 1fr);
	}

	.ep-courses__grid--2 {
		max-width: none;
	}

	.ep-course-testimonials__grid {
		grid-template-columns: 1fr 1fr;
	}

	.ep-libros__grid,
	.ep-dif-grid,
	.ep-team-grid,
	.ep-contact__cards--3 {
		grid-template-columns: 1fr 1fr;
	}

	.ep-programa-card,
	.ep-sp__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.ep-section {
		padding: 64px 0;
	}

	.ep-hero {
		min-height: 0;
		padding: 120px 0 96px;
		align-items: flex-start;
		text-align: center;
	}

	.ep-hero .ep-hero__mascot {
		display: none;
	}

	.ep-hero__inner {
		padding-left: 0;
	}

	.ep-hero__ctas {
		align-items: stretch;
	}

	.ep-hero__meta {
		justify-content: center;
	}

	.ep-hero__text {
		margin-left: auto;
		margin-right: auto;
	}

	.ep-hero__quiz {
		padding: 24px 20px;
		text-align: center;
	}

	.ep-hero__video-wrap {
		width: min(260px, 78vw);
	}

	.ep-hero__quiz-head {
		justify-content: center;
	}

	.ep-hero__quiz-btn {
		justify-content: center;
		white-space: nowrap;
		font-size: 12px;
		padding: 14px 16px;
	}

	.ep-hero__bubble,
	.ep-hero__scroll-cue {
		display: none;
	}

	.ep-page-hero {
		padding: 120px 0 64px;
	}

	.ep-stats__grid {
		grid-template-columns: 1fr 1fr;
		gap: 40px 24px;
	}

	.ep-method__title {
		margin-bottom: 48px;
	}

	.ep-method__mosaic {
		grid-template-columns: 1fr;
	}

	.ep-method__cycle-arrow {
		display: none;
	}

	.ep-method__arrow-mobile {
		display: block;
		margin: 4px auto;
	}

	.ep-method__cell {
		padding: 8px 4px;
	}

	.ep-testimonials__lead {
		grid-template-columns: 1fr;
		gap: 32px;
		margin-bottom: 56px;
		text-align: center;
	}

	.ep-testimonials__lead .ep-testimonials__text {
		margin: 0 auto;
	}

	.ep-testimonials .ep-testimonials__video {
		width: min(260px, 78vw);
	}

	.ep-tiktok__comment:nth-child(n) {
		transform: none;
		margin-left: 0;
		margin-right: 0;
	}

	.ep-tiktok__comment + .ep-tiktok__comment {
		margin-top: 12px;
	}

	.ep-tiktok__collage {
		margin-top: 8px;
	}

	.ep-courses__grid,
	.ep-courses__grid--4,
	.ep-courses__grid--2,
	.ep-course-testimonials__grid,
	.ep-about__grid,
	.ep-faq-section__grid,
	.ep-tiktok__grid,
	.ep-course-hero__grid,
	.ep-course-block,
	.ep-vc__libros,
	.ep-libros__grid,
	.ep-dif-grid,
	.ep-team-grid,
	.ep-founder-grid,
	.ep-contact__cards {
		grid-template-columns: 1fr;
	}

	.ep-journey__steps {
		grid-template-columns: 1fr 1fr;
		gap: 40px 24px;
	}

	.ep-course-block--reverse .ep-course-block__media {
		order: 0;
	}

	.ep-course-block--reverse .ep-course-block__body {
		order: 1;
	}

	.ep-course-hero__media {
		order: -1;
		margin-top: 24px;
	}
}

@media (max-width: 480px) {
	.ep-container {
		padding: 0 18px;
	}

	.ep-stats__grid {
		grid-template-columns: 1fr 1fr;
		gap: 32px 16px;
	}

	.ep-journey__steps,
	.ep-course-includes {
		grid-template-columns: 1fr;
	}

	.ep-tiktok__stat-num {
		font-size: 2rem;
	}

	.ep-btn {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}

	.ep-cta-final .ep-btn {
		width: auto;
	}

	.ep-hero__ctas {
		flex-direction: column;
		align-items: stretch;
	}

	.ep-hero__quiz-btn {
		white-space: normal;
	}
}

/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
	.ep-marquee__track {
		animation: none;
	}

	.ep-hero__mascot {
		animation: none;
	}

	.ep-hero__scroll-dot {
		animation: none;
	}

	.ep-hero .ep-hero__video-play,
	.ep-hero .ep-hero__video-play:hover,
	.ep-hero .ep-hero__video-play:focus-visible,
	.ep-hero__video-bubble {
		animation: none;
	}

	.ep-rotator,
	.ep-testimonials__slide,
	.ep-faq__answer,
	.ep-faq__chevron,
	.ep-btn,
	.ep-card,
	.ep-course-card,
	.ep-libro-card,
	.ep-contact__card,
	.ep-contact__social-link,
	.ep-tiktok__comment,
	.ep-testimonials__arrow,
	.ep-testimonials__dot {
		transition: none;
	}
}
