/* Tepoz Presential Courses 1.0.0 — N1, N2, N3 landing pages. */

/* ----------------------------------------------------------------
   Hero
   ---------------------------------------------------------------- */
.tpc-hero {
	position: relative;
	display: grid;
	min-height: min(820px, calc(100svh - 92px));
	align-items: end;
	isolation: isolate;
	overflow: hidden;
	color: #fff;
	background: var(--tep-ink-deep);
}

.tpc-hero__media,
.tpc-hero__veil {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.tpc-hero__media {
	background-image: var(--tpc-hero-img);
	background-position: center 46%;
	background-size: cover;
	transform: scale(1.015);
}

.tpc-hero__veil {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(8, 32, 26, .92) 0%, rgba(8, 32, 26, .64) 48%, rgba(8, 32, 26, .14) 82%),
		linear-gradient(0deg, rgba(8, 32, 26, .72), transparent 55%);
}

.tpc-hero__content {
	padding-block: clamp(78px, 10vh, 130px) clamp(74px, 9vh, 118px);
}

.tpc-hero .tep-eyebrow { color: var(--tep-sand); }

.tpc-hero h1 {
	max-width: 800px;
	margin-bottom: 26px;
	color: #fffdfa;
	font-family: var(--tc-display);
	font-size: clamp(4rem, 8vw, 7.5rem);
	font-weight: 400;
	letter-spacing: -.06em;
	line-height: .85;
	text-wrap: balance;
}

.tpc-hero__lead {
	max-width: 620px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, .83);
	font-size: clamp(1.04rem, 1.7vw, 1.25rem);
	line-height: 1.7;
}

/* ----------------------------------------------------------------
   Stats bar — reuses .tep-trust from editorial
   ---------------------------------------------------------------- */
.tpc-stats .tep-trust__grid > div strong {
	font-size: 1.1rem;
	font-family: var(--tc-body);
	font-weight: 800;
}

/* ----------------------------------------------------------------
   Intro (image + copy)
   ---------------------------------------------------------------- */
.tpc-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
	align-items: center;
	gap: clamp(48px, 8vw, 110px);
}

.tpc-intro-media {
	min-height: 580px;
	border-radius: 240px 240px 28px 28px;
	background-position: center;
	background-size: cover;
	box-shadow: var(--tep-shadow);
}

.tpc-intro-copy h2 {
	margin-bottom: 0;
	color: var(--tep-ink);
	font-family: var(--tc-display);
	font-size: clamp(2.6rem, 4.8vw, 4.4rem);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .98;
}

.tpc-intro-lead {
	max-width: 620px;
	margin: 26px 0 32px;
	color: var(--tep-muted);
	font-size: 1.05rem;
	line-height: 1.75;
}

/* ----------------------------------------------------------------
   Audience
   ---------------------------------------------------------------- */
.tpc-audience-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
	align-items: start;
	gap: clamp(40px, 8vw, 110px);
}

.tpc-audience-grid h2 {
	margin-bottom: 0;
	color: var(--tep-ink);
	font-family: var(--tc-display);
	font-size: clamp(2.6rem, 4.8vw, 4.4rem);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .98;
}

.tpc-audience-grid .tep-lead {
	margin: 22px 0 0;
	color: var(--tep-muted);
	font-size: 1.05rem;
	line-height: 1.75;
}

.tpc-audience-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--tep-line);
}

.tpc-audience-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 20px 0;
	border-bottom: 1px solid var(--tep-line);
	color: var(--tep-ink-deep);
	font-size: .95rem;
	line-height: 1.6;
}

.tpc-audience-list .tep-icon {
	width: 20px;
	height: 20px;
	margin-top: 3px;
	flex: 0 0 auto;
	color: var(--tep-gold);
}

/* ----------------------------------------------------------------
   Agenda (dynamic course grid)
   ---------------------------------------------------------------- */
.tpc-agenda-section { background: var(--tep-cream); }

.tpc-agenda-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.tpc-agenda-card {
	display: grid;
	overflow: hidden;
	border: 1px solid var(--tep-line);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(31, 47, 38, .055);
}

.tpc-agenda-card__media {
	position: relative;
	min-height: 250px;
	background: linear-gradient(145deg, var(--tep-sage), var(--tep-ink));
	background-position: center;
	background-size: cover;
}

.tpc-agenda-card__media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(0deg, rgba(10, 31, 25, .45), transparent 55%);
}

.tpc-agenda-card__media > span {
	position: absolute;
	z-index: 1;
	left: 18px;
	bottom: 18px;
	padding: 7px 10px;
	border-radius: 999px;
	color: #fff;
	background: rgba(15, 53, 43, .85);
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.tpc-agenda-card__body {
	display: flex;
	min-height: 300px;
	flex-direction: column;
	padding: 28px;
}

.tpc-agenda-card h3 {
	margin-bottom: 18px;
	color: var(--tep-ink);
	font-family: var(--tc-display);
	font-size: clamp(1.55rem, 2.4vw, 2.15rem);
	font-weight: 400;
	line-height: 1.06;
}

.tpc-agenda-card ul {
	display: grid;
	gap: 9px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.tpc-agenda-card li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: var(--tep-muted);
	font-size: .78rem;
}

.tpc-agenda-card li .tep-icon {
	width: 16px;
	height: 16px;
	margin-top: 2px;
}

.tpc-presale-price span strong {
	color: var(--tep-gold);
	font-weight: 800;
}

.tpc-agenda-card .tep-button {
	width: 100%;
	margin-top: auto;
}

/* ----------------------------------------------------------------
   Coming soon (N3)
   ---------------------------------------------------------------- */
.tpc-coming-section { background: var(--tep-cream); }

.tpc-coming-card {
	max-width: 760px;
	margin: 0 auto;
	padding: clamp(48px, 7vw, 86px);
	border: 1px solid var(--tep-line);
	border-radius: 28px;
	background: #fff;
	text-align: center;
	box-shadow: 0 22px 65px rgba(26, 42, 34, .06);
}

.tpc-coming-icon {
	display: inline-grid;
	width: 64px;
	height: 64px;
	place-items: center;
	margin-bottom: 22px;
	border-radius: 50%;
	background: var(--tep-cream);
}

.tpc-coming-icon .tep-icon {
	width: 28px;
	height: 28px;
	color: var(--tep-gold);
}

.tpc-coming-card h2 {
	margin-bottom: 18px;
	color: var(--tep-ink);
	font-family: var(--tc-display);
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 400;
	letter-spacing: -.04em;
	line-height: .98;
}

.tpc-coming-card > p {
	max-width: 560px;
	margin: 0 auto 28px;
	color: var(--tep-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.tpc-coming-sedes {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
	padding: 16px 22px;
	border-radius: 14px;
	background: var(--tep-cream);
	font-size: .85rem;
}

.tpc-coming-sedes strong {
	color: var(--tep-ink);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.tpc-coming-sedes span { color: var(--tep-muted); }

/* ----------------------------------------------------------------
   Program — day cards (N1/N2)
   ---------------------------------------------------------------- */
.tpc-program-days {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.tpc-day-card {
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid var(--tep-line);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(34, 48, 40, .04);
}

.tpc-day-card__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--tep-line);
}

.tpc-day-card__header h3 {
	margin: 0;
	color: var(--tep-ink);
	font-family: var(--tc-display);
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	font-weight: 400;
	line-height: 1;
}

.tpc-day-card__header span {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--tep-muted);
	font-size: .75rem;
	font-weight: 700;
	white-space: nowrap;
}

.tpc-day-card__header .tep-icon {
	width: 15px;
	height: 15px;
}

.tpc-day-card__topics {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: topic;
}

.tpc-day-card__topics li {
	counter-increment: topic;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(52, 62, 43, .08);
	color: var(--tep-ink-deep);
	font-size: .88rem;
	line-height: 1.55;
}

.tpc-day-card__topics li:last-child { border-bottom: 0; }

.tpc-day-card__topics li::before {
	content: counter(topic, decimal-leading-zero);
	display: block;
	flex: 0 0 auto;
	margin-top: 1px;
	color: var(--tep-gold);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .04em;
}

/* ----------------------------------------------------------------
   Program — themes (N3)
   ---------------------------------------------------------------- */
.tpc-themes-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.tpc-theme-card {
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid var(--tep-line);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(34, 48, 40, .04);
}

.tpc-theme-card__number {
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
	margin-bottom: 22px;
	border: 1px solid var(--tep-line);
	border-radius: 50%;
	color: var(--tep-gold);
	font-size: .72rem;
	font-weight: 800;
}

.tpc-theme-card h3 {
	margin-bottom: 12px;
	color: var(--tep-ink);
	font-family: var(--tc-display);
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	font-weight: 400;
	line-height: 1.06;
}

.tpc-theme-card p {
	margin: 0;
	color: var(--tep-muted);
	font-size: .9rem;
	line-height: 1.7;
}

.tpc-other-themes {
	margin-top: 48px;
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid var(--tep-line);
	border-radius: 28px;
	background: #fff;
}

.tpc-other-themes h3 {
	margin-bottom: 24px;
	color: var(--tep-ink);
	font-family: var(--tc-display);
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	font-weight: 400;
	line-height: 1.06;
}

.tpc-other-themes ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tpc-other-themes li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 0;
	border-top: 1px solid rgba(52, 62, 43, .08);
	color: var(--tep-ink-deep);
	font-size: .9rem;
	line-height: 1.6;
}

.tpc-other-themes .tep-icon {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	flex: 0 0 auto;
	color: var(--tep-gold);
}

/* ----------------------------------------------------------------
   Includes
   ---------------------------------------------------------------- */
.tpc-includes-section { background: var(--tep-cream); }

.tpc-includes-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
	align-items: start;
	gap: clamp(40px, 8vw, 110px);
}

.tpc-includes-grid h2 {
	margin-bottom: 0;
	color: var(--tep-ink);
	font-family: var(--tc-display);
	font-size: clamp(2.6rem, 4.8vw, 4.4rem);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .98;
}

.tpc-includes-list {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--tep-line);
}

.tpc-include-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 0;
	border-bottom: 1px solid var(--tep-line);
	color: var(--tep-ink-deep);
	font-size: .92rem;
	line-height: 1.55;
}

.tpc-include-item .tep-icon {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	flex: 0 0 auto;
	color: var(--tep-gold);
}

/* ----------------------------------------------------------------
   Bring (what to bring)
   ---------------------------------------------------------------- */
.tpc-bring-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.tpc-bring-item {
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid var(--tep-line);
	border-radius: 20px;
	background: #fff;
}

.tpc-bring-item span {
	display: inline-grid;
	width: 36px;
	height: 36px;
	place-items: center;
	margin-bottom: 14px;
	border: 1px solid var(--tep-line);
	border-radius: 50%;
	color: var(--tep-gold);
	font-size: .66rem;
	font-weight: 800;
}

.tpc-bring-item p {
	margin: 0;
	color: var(--tep-ink-deep);
	font-size: .88rem;
	line-height: 1.6;
}

/* ----------------------------------------------------------------
   FAQ — reuses .tep-faq from editorial-pages.css
   We only add the presential-specific tweaks if any.
   ---------------------------------------------------------------- */

/* ----------------------------------------------------------------
   Responsive
   ---------------------------------------------------------------- */
@media (max-width: 1024px) {
	.tpc-intro-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.tpc-intro-media {
		min-height: 420px;
		border-radius: 180px 180px 22px 22px;
	}

	.tpc-audience-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

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

	.tpc-program-days {
		grid-template-columns: 1fr;
	}

	.tpc-themes-grid {
		grid-template-columns: 1fr;
	}

	.tpc-includes-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

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

@media (max-width: 760px) {
	.tpc-hero h1 {
		font-size: clamp(3rem, 10vw, 4.2rem);
	}

	.tpc-stats .tep-trust__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tpc-stats .tep-trust__grid > div:nth-child(2) { border-right: 0; }

	.tpc-intro-media {
		min-height: 340px;
		border-radius: 140px 140px 18px 18px;
	}

	.tpc-agenda-grid {
		grid-template-columns: 1fr;
	}

	.tpc-day-card__header {
		flex-direction: column;
		gap: 8px;
	}

	.tpc-bring-grid {
		grid-template-columns: 1fr;
	}

	.tpc-coming-card {
		padding: 36px 24px;
	}

	.tpc-coming-sedes {
		flex-direction: column;
		gap: 6px;
	}
}

@media (max-width: 420px) {
	.tpc-stats .tep-trust__grid {
		grid-template-columns: 1fr;
	}

	.tpc-stats .tep-trust__grid > div {
		border-right: 0;
		border-bottom: 1px solid var(--tep-line);
	}

	.tpc-stats .tep-trust__grid > div:last-child { border-bottom: 0; }
}
