/* ================================================
   curso.css — Doing Nutrition
   Template: DN — Curso (página individual)
   ================================================ */

/* ─── Divi resets ─────────────────────────────── */
#et-boc, #et-main-area, #main-content,
.et_pb_pagebuilder_layout,
.et_builder_inner_content {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	box-shadow: none !important;
	max-width: 100% !important;
}
#sidebar, .et_right_sidebar, .et_left_sidebar { display: none !important; }
#main-content, #content-area { width: 100% !important; float: none !important; }
html, body { overflow-x: hidden !important; }

/* ─── Keyframes ───────────────────────────────── */
@keyframes dnc-fade-up {
	from { opacity: 0; transform: translateY(28px); }
	to   { opacity: 1; transform: none; }
}
@keyframes dnc-fade-left {
	from { opacity: 0; transform: translateX(36px); }
	to   { opacity: 1; transform: none; }
}
@keyframes dnc-img-in {
	from { opacity: 0; transform: scale(.95) translateY(16px); }
	to   { opacity: 1; transform: none; }
}
@keyframes dnc-pop {
	0%   { opacity: 0; transform: scale(.5); }
	72%  { transform: scale(1.1); }
	100% { opacity: 1; transform: scale(1); }
}
@keyframes dnc-shimmer {
	from { background-position: -200% center; }
	to   { background-position:  200% center; }
}
@keyframes dnc-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(21,128,61,.35), 0 4px 14px rgba(21,128,61,.25); }
	50%       { box-shadow: 0 0 0 9px rgba(21,128,61,0),  0 4px 14px rgba(21,128,61,.25); }
}
@keyframes dnc-panel-in {
	from { opacity: 0; transform: translateY(16px); }
	to   { opacity: 1; transform: none; }
}
@keyframes dnc-bc-in {
	from { opacity: 0; transform: translateX(-12px); }
	to   { opacity: 1; transform: none; }
}

/* ─── Scope ───────────────────────────────────── */
.dn-curso {
	font-family: var(--dn-font-body);
	color: var(--dn-text-700);
	background: var(--dn-white);
}
.dn-curso *, .dn-curso *::before, .dn-curso *::after { box-sizing: border-box; }
.dn-curso :where(p)  { margin: 0; }
.dn-curso a  { text-decoration: none; }
.dn-curso img { max-width: 100%; height: auto; display: block; }
.dn-curso h1, .dn-curso h2, .dn-curso h3 { margin: 0; line-height: 1.15; }
.dn-curso ol, .dn-curso ul { list-style: none; margin: 0; padding: 0; }

/* ─── Container ───────────────────────────────── */
.dn-curso .dn-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* ─── Eyebrow ─────────────────────────────────── */
.dn-curso .dn-eyebrow {
	display: inline-block;
	font-size: .6875rem;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--dn-orange-500, #D97706);
	margin-bottom: .6rem;
}

/* ─── Section headings ────────────────────────── */
.dn-section-heading {
	font-family: var(--dn-font-heading);
	font-size: clamp(1.25rem, 2.5vw, 1.6rem);
	font-weight: 700;
	color: var(--dn-text-900);
	letter-spacing: -.02em;
	margin-bottom: 1.5rem;
}
.dn-section-heading--lg {
	font-family: var(--dn-font-heading);
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 700;
	color: var(--dn-text-900);
	letter-spacing: -.025em;
	margin-bottom: 2.5rem;
}

/* ─── Buttons ─────────────────────────────────── */
.dn-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	font-family: var(--dn-font-body);
	font-size: .9375rem;
	font-weight: 600;
	letter-spacing: .01em;
	border-radius: 8px;
	padding: .8rem 1.5rem;
	cursor: pointer;
	border: 2px solid transparent;
	transition: background .22s ease, color .22s ease, border-color .22s ease, transform .18s ease;
	white-space: nowrap;
}
.dn-btn--full { width: 100%; }
.dn-btn--green {
	background: var(--dn-green-700, #15803D);
	color: #fff;
	border-color: var(--dn-green-700, #15803D);
}
.dn-btn--green:hover {
	background: var(--dn-green-800, #166534);
	border-color: var(--dn-green-800, #166534);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(21,128,61,.35);
}
.dn-price-card .dn-btn--green {
	animation: dnc-pulse 2.2s ease 2s 3;
}
.dn-btn--outline {
	background: transparent;
	color: var(--dn-green-700, #15803D);
	border-color: var(--dn-green-700, #15803D);
}
.dn-btn--outline:hover {
	background: var(--dn-green-700, #15803D);
	color: #fff;
	transform: translateY(-1px);
}

/* ─── Social pills ────────────────────────────── */
.dn-social-btn {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	font-size: .78rem;
	font-weight: 500;
	color: var(--dn-text-700);
	border: 1px solid #DEDAD2;
	border-radius: 100px;
	padding: .35rem .85rem;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
	white-space: nowrap;
}
.dn-social-btn:hover {
	background: var(--dn-green-700, #15803D);
	color: #fff;
	border-color: var(--dn-green-700, #15803D);
}

/* ─── Empty state ─────────────────────────────── */
.dn-empty-state {
	text-align: center;
	color: var(--dn-text-500);
	padding: 3rem 0;
	font-size: .9375rem;
}


/* ================================================
   BREADCRUMB
   ================================================ */
.dn-curso-breadcrumb {
	background: var(--dn-bg-soft, #F8F5EE);
	border-bottom: 1px solid #EEEAE0;
	padding: .75rem 0;
	animation: dnc-bc-in .5s ease .05s both;
}
.dn-bc-list {
	display: flex;
	align-items: center;
	gap: .4rem;
	flex-wrap: wrap;
	font-size: .8125rem;
	color: var(--dn-text-500);
}
.dn-bc-list a {
	color: var(--dn-text-500);
	transition: color .2s ease;
}
.dn-bc-list a:hover { color: var(--dn-green-700, #15803D); }
.dn-bc-list [aria-current="page"] { color: var(--dn-text-900); font-weight: 500; }


/* ================================================
   HERO
   ================================================ */
.dn-curso-hero {
	background: var(--dn-bg-soft, #F8F5EE);
	padding: 3rem 0 3.5rem;
	position: relative;
	overflow: hidden;
}

/* 3-column grid: media | info | price-card */
.dn-hero-grid {
	display: grid;
	grid-template-columns: 380px 1fr 300px;
	grid-template-rows: auto;
	gap: 2.25rem;
	align-items: start;
}

/* ─── Media ───────────────────────────────────── */
.dn-hero-media {
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #DDD;
	animation: dnc-img-in 1s cubic-bezier(.25,.46,.45,.94) .1s both;
}
.dn-hero-media__img,
.dn-hero-media__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dn-hero-media__placeholder {
	background: linear-gradient(135deg, #C8DFC8, #E8F5E8);
}

/* ─── Info ────────────────────────────────────── */
.dn-hero-info { padding-top: .25rem; animation: dnc-fade-up .75s ease .3s both; }

.dn-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	background: var(--dn-green-700, #15803D);
	color: #fff;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: .3rem .8rem;
	border-radius: 100px;
	margin-bottom: 1rem;
	animation: dnc-pop .55s cubic-bezier(.34,1.56,.64,1) .45s both;
}

.dn-hero-title {
	font-family: var(--dn-font-heading);
	font-size: clamp(1.8rem, 3.5vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -.03em;
	color: var(--dn-text-900);
	line-height: 1.1;
	margin-bottom: .9rem;
	animation: dnc-fade-up .7s ease .55s both;
}

.dn-hero-info .dn-hero-desc {
	font-size: 1rem;
	color: var(--dn-text-500);
	line-height: 1.7;
	margin-bottom: 2.25rem;
	max-width: 420px;
	animation: dnc-fade-up .7s ease .68s both;
}

/* Props badges */
.dn-curso-props {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .6rem .75rem;
	max-width: 380px;
}
.dn-prop {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-size: .875rem;
	font-weight: 500;
	color: var(--dn-text-700);
	background: #fff;
	border: 1px solid #EEEAE0;
	border-radius: 8px;
	padding: .5rem .75rem;
	animation: dnc-fade-up .55s ease both;
	transition: transform .2s ease, box-shadow .2s ease;
}
.dn-prop:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.08); }
.dn-prop:nth-child(1) { animation-delay: .78s; }
.dn-prop:nth-child(2) { animation-delay: .86s; }
.dn-prop:nth-child(3) { animation-delay: .94s; }
.dn-prop:nth-child(4) { animation-delay: 1.02s; }
.dn-prop svg { color: var(--dn-green-700, #15803D); flex-shrink: 0; }

/* ─── Price card ──────────────────────────────── */
.dn-price-card {
	background: #fff;
	border: 1px solid #EEEAE0;
	border-radius: 16px;
	padding: 1.5rem;
	box-shadow: 0 4px 24px rgba(0,0,0,.07);
	position: sticky;
	top: 80px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	animation: dnc-fade-left .85s cubic-bezier(.25,.46,.45,.94) .35s both;
}

.dn-price-card__sale {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FFF7ED;
	border-radius: 8px;
	padding: .5rem .75rem;
	overflow: hidden;
	position: relative;
}
.dn-price-card__sale::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.6) 50%, transparent 100%);
	background-size: 200% auto;
	animation: dnc-shimmer 2.2s ease 1.4s 2;
	pointer-events: none;
}
.dn-sale-tag {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--dn-orange-500, #D97706);
}
.dn-sale-dcto {
	font-size: .8rem;
	font-weight: 700;
	color: var(--dn-orange-500, #D97706);
}
/* Bloque de precios: orig + current + badge transferencia + cuotas, con
   ritmo propio (más apretado que el gap entre secciones del price card) */
.dn-price-block {
	display: flex;
	flex-direction: column;
}
.dn-price-card__orig {
	font-size: .875rem;
	color: var(--dn-text-400, #9CA3AF);
	text-decoration: line-through;
	margin-bottom: .15rem;
}
.dn-price-card__current {
	font-family: var(--dn-font-heading);
	font-size: clamp(1.6rem, 3vw, 2rem);
	font-weight: 700;
	color: var(--dn-orange-500, #D97706);
	letter-spacing: -.02em;
	line-height: 1;
	margin-bottom: .3rem;
}
.dn-price-card__dolar {
	font-size: .975rem;
	color: var(--dn-text-500);
	font-weight: 500;
}
.dn-price-card__cuotas {
	font-size: .8125rem;
	color: var(--dn-green-700, #15803D);
	font-weight: 500;
	margin-top: .45rem;
}
.dn-price-card__note {
	display: flex;
	align-items: flex-start;
	gap: .4rem;
	font-size: .775rem;
	color: var(--dn-text-500);
	line-height: 1.3;
}
.dn-price-card__note svg { color: var(--dn-green-700, #15803D); flex-shrink: 0; margin-top: 1px; }
.dn-price-card__note a {
	color: var(--dn-green-700, #15803D);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}
/* Nota del PayPal: texto corrido en una sola columna (sin el flex de arriba,
   que trata el link como un item aparte y "parte" el párrafo en dos). */
.dn-price-card__note--paypal {
	display: block;
	color: var(--dn-text-500);
}
.dn-price-card__note--paypal a { color: var(--dn-green-700, #15803D); }

/* ─── Nota de descuento por transferencia (debajo del precio) ─── */
.dn-transfer-badge {
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--dn-green-700, #15803D) !important;
}

/* ─── Botón PayPal (outline: fondo blanco, borde y letras azules) ─── */
.dn-btn--paypal {
	background: #fff !important;
	color: #0070BA !important;
	border-color: #0070BA !important;
	box-shadow: none;
}
.dn-btn--paypal svg { color: #0070BA !important; }
.dn-btn--paypal:hover {
	background: #EAF4FB !important;
	border-color: #005A96 !important;
	color: #005A96 !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0,112,186,.18);
}
.dn-btn--paypal:hover svg { color: #005A96 !important; }


/* ================================================
   FEATURES BAR
   ================================================ */
.dn-curso-features {
	background: #fff;
	border-top: 2px solid var(--dn-bg-soft, #EDE9E0);
	border-bottom: 2px solid var(--dn-bg-soft, #EDE9E0);
	padding: 1.25rem 0;
}
.dn-features-list {
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.dn-feature-item {
	display: flex;
	align-items: center;
	gap: .75rem;
	flex: 1;
	transition: background .2s ease;
	padding: .75rem 1.5rem;
	border-right: 1px solid #DDD9CF;
}
.dn-feature-item:first-child { border-left: 1px solid #DDD9CF; }
.dn-feature-item:hover { background: rgba(21,128,61,.04); }
.dn-feature-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	color: var(--dn-green-700, #15803D);
	flex-shrink: 0;
}
.dn-feature-txt {
	font-size: .82rem;
	font-weight: 500;
	color: var(--dn-text-700);
	line-height: 1.35;
}


/* ================================================
   TAB NAV
   ================================================ */
@keyframes dnc-scroll-hint {
	0%, 100% { opacity: 1; transform: translateY(-50%) translateX(0); }
	50%       { opacity: .5; transform: translateY(-50%) translateX(4px); }
}

.dn-tab-nav-wrap {
	background: #fff;
	border-bottom: 2px solid #EEEAE0;
	position: sticky;
	top: 68px;
	z-index: 20;
	transition: box-shadow .25s ease;
}
.dn-tab-nav-wrap.is-stuck {
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
}
.dn-tab-nav {
	display: flex;
	gap: 0;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.dn-tab-nav::-webkit-scrollbar { display: none; }


.dn-tab-btn {
	flex-shrink: 0;
	background: none;
	border: none;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	padding: 1rem 1.25rem;
	font-family: var(--dn-font-body);
	font-size: .875rem;
	font-weight: 500;
	color: var(--dn-text-500);
	cursor: pointer;
	white-space: nowrap;
	transition: color .2s ease, border-color .2s ease;
}
.dn-tab-btn:hover  { color: var(--dn-text-900); }
.dn-tab-btn.active {
	color: var(--dn-green-700, #15803D);
	border-bottom-color: var(--dn-green-700, #15803D);
	font-weight: 600;
}


/* ================================================
   TAB PANELS — base
   ================================================ */
.dn-tab-panel {
	padding: 3.5rem 0 4rem;
}
.dn-tab-panel:not(.active) { display: none; }
.dn-tab-panel.dn-panel-in {
	animation: dnc-panel-in .38s cubic-bezier(.25,.46,.45,.94) both;
}


/* ── Video embed ───────────────────────────────── */
.dn-video-wrap {
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 2rem;
	background: #000;
}
.dn-video-wrap iframe,
.dn-video-wrap video,
.dn-video-wrap embed,
.dn-video-wrap object {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

/* ── Descripción: 2 columnas ───────────────────── */
.dn-desc-grid {
	display: grid;
	grid-template-columns: 55fr 45fr;
	gap: 3.5rem;
	align-items: start;
}

/* Left: prose + checklist + cert */
.dn-prose {
	font-size: .9625rem;
	line-height: 1.8;
	color: var(--dn-text-700);
	margin-bottom: 1.5rem;
}
.dn-prose p + p { margin-top: .85em; }

.dn-check-list { display: flex; flex-direction: column; gap: .65rem; margin-bottom: 2rem; }
.dn-check-list li {
	display: flex;
	align-items: flex-start;
	gap: .6rem;
	font-size: .9375rem;
	color: var(--dn-text-700);
}
.dn-check-list li svg { color: var(--dn-green-700, #15803D); flex-shrink: 0; margin-top: .1rem; }

.dn-cert-badge {
	display: flex;
	align-items: center;
	gap: 1rem;
	background: var(--dn-bg-soft, #F8F5EE);
	border: 1px solid #EEEAE0;
	border-radius: 12px;
	padding: 1.1rem 1.25rem;
	margin-top: .5rem;
}
.dn-cert-badge svg { color: var(--dn-green-700, #15803D); flex-shrink: 0; }
.dn-cert-badge p { font-size: .875rem; color: var(--dn-text-700); line-height: 1.5; }

/* Right: módulos */
.dn-modulos-list { display: flex; flex-direction: column; gap: .5rem; }

.dn-modulo-item { border: 1px solid #EEEAE0; border-radius: 10px; overflow: hidden; background: #fff; }
.dn-modulo-item.open { border-color: var(--dn-green-200, #BBF7D0); }

.dn-modulo-header {
	width: 100%;
	display: flex;
	align-items: center;
	gap: .75rem;
	padding: .9rem 1rem;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	transition: background .18s ease;
}
.dn-modulo-header:hover { background: var(--dn-bg-soft, #F8F5EE); }

.dn-modulo-num {
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .1em;
	color: var(--dn-orange-500, #D97706);
	white-space: nowrap;
	min-width: 56px;
}
.dn-modulo-titulo {
	flex: 1;
	font-size: .9rem;
	font-weight: 600;
	color: var(--dn-text-900);
	line-height: 1.35;
}
.dn-modulo-meta {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-size: .775rem;
	color: var(--dn-text-500);
	white-space: nowrap;
	flex-shrink: 0;
}
.dn-modulo-chevron {
	color: var(--dn-text-400, #9CA3AF);
	transition: transform .25s ease;
}
.dn-modulo-item.open .dn-modulo-chevron { transform: rotate(180deg); }

.dn-modulo-body {
	padding: 0 1rem .9rem 1rem;
}
.dn-modulo-body p {
	font-size: .875rem;
	color: var(--dn-text-500);
	line-height: 1.7;
	border-top: 1px solid #EEEAE0;
	padding-top: .75rem;
}


/* ── Objetivos ─────────────────────────────────── */
.dn-objetivos-header { margin-bottom: 2.5rem; }
.dn-objetivos-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
.dn-objetivo-card {
	display: flex;
	flex-direction: column;
	gap: .75rem;
	background: var(--dn-bg-soft, #F8F5EE);
	border: 1px solid #EEEAE0;
	border-radius: 12px;
	padding: 1.25rem;
	transition: border-color .25s ease, transform .25s ease;
}
.dn-objetivo-card:hover {
	border-color: var(--dn-green-300, #86EFAC);
	transform: translateY(-3px);
}
.dn-objetivo-icon {
	display: flex;
	color: var(--dn-green-700, #15803D);
}
.dn-objetivo-card p {
	font-size: .9rem;
	color: var(--dn-text-700);
	line-height: 1.6;
}


/* ── Docentes ──────────────────────────────────── */
.dn-docentes-section { margin-bottom: 3rem; }

/* Especialidad label compartido */
.dn-doc-esp {
	font-size: .65rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--dn-orange-500, #D97706);
}

/* ── Docente principal ─── */
.dn-doc-principal {
	display: flex;
	gap: 2.5rem;
	align-items: flex-start;
	background: #fff;
	border: 1px solid #EEEAE0;
	border-radius: 20px;
	overflow: hidden;
	padding: 2rem;
}
.dn-doc-principal__foto {
	width: 240px;
	flex-shrink: 0;
	aspect-ratio: 1 / 1;
	border-radius: 14px;
	overflow: hidden;
	background: var(--dn-green-100, #D1FAE5);
	position: relative;
}
.dn-doc-principal__foto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}
.dn-doc-principal__ini {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--dn-font-heading);
	font-size: 3.5rem;
	font-weight: 700;
	color: var(--dn-green-700, #15803D);
}
.dn-doc-principal__info {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	flex: 1;
	justify-content: center;
}
.dn-doc-principal__nombre {
	font-family: var(--dn-font-heading);
	font-size: clamp(1.5rem, 2.5vw, 1.9rem);
	font-weight: 700;
	color: var(--dn-text-900);
}
.dn-doc-principal__pais {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	font-size: .85rem;
	color: var(--dn-text-500);
}
.dn-doc-principal__pais img { border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.12); }
.dn-doc-principal__bio {
	font-size: .9375rem;
	color: var(--dn-text-500);
	line-height: 1.75;
	margin-top: .25rem;
}
.dn-doc-principal__social {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: .75rem;
	padding-top: 1rem;
	border-top: 1px solid #F0ECE4;
}

/* ── Docentes adjuntos ─── */
.dn-docentes-section--adj { margin-top: 2.5rem; }
.dn-docentes-section--adj .dn-section-heading { margin-bottom: 1.25rem; }
.dn-adj-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .75rem;
}
.dn-doc-adj {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	background: var(--dn-bg-soft, #F8F5EE);
	border-radius: 12px;
	padding: .875rem 1.25rem;
}
.dn-doc-adj__foto {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--dn-green-100, #D1FAE5);
	flex-shrink: 0;
	position: relative;
}
.dn-doc-adj__foto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}
.dn-doc-adj__ini {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--dn-font-heading);
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--dn-green-700, #15803D);
}
.dn-doc-adj__info {
	display: flex;
	flex-direction: column;
	gap: .2rem;
}
.dn-doc-adj__nombre {
	font-family: var(--dn-font-heading);
	font-size: 1rem;
	font-weight: 600;
	color: var(--dn-text-900);
}
.dn-doc-adj__pais {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	font-size: .78rem;
	color: var(--dn-text-500);
}
.dn-doc-adj__pais img { border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.12); }

.dn-docentes-cta {
	margin-top: 3rem;
	text-align: center;
}


/* ── Testimonios ───────────────────────────────── */
.dn-testimonios-header { margin-bottom: 3rem; }
.dn-testimonios-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
	align-items: start;
}
.dn-testi-card {
	background: var(--dn-bg-soft, #F8F5EE);
	border: 1px solid #EEEAE0;
	border-radius: 16px;
	padding: 1.75rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	transition: transform .3s ease, box-shadow .3s ease;
}
.dn-testi-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(0,0,0,.07);
}
.dn-testi-quote { color: #9BBBA6; }
.dn-testi-txt {
	font-size: .9375rem;
	line-height: 1.75;
	color: var(--dn-text-700);
	flex: 1;
}
.dn-testi-author {
	display: flex;
	align-items: center;
	gap: .75rem;
	padding-top: 1rem;
	border-top: 1px solid #EEEAE0;
}
.dn-testi-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.dn-testi-avatar--ini {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--dn-green-100, #D1FAE5);
	color: var(--dn-green-700, #15803D);
	font-weight: 700;
	font-size: 1rem;
}
.dn-testi-nombre {
	display: block;
	font-size: .875rem;
	font-weight: 700;
	color: var(--dn-text-900);
}
.dn-testi-cargo {
	display: block;
	font-size: .775rem;
	color: var(--dn-text-500);
	margin-top: .1rem;
}


/* ── FAQ ───────────────────────────────────────── */
.dn-faq-layout {
	display: grid;
	grid-template-columns: 30fr 70fr;
	gap: 4rem;
	align-items: start;
}
.dn-faq-header {
	position: sticky;
	top: 110px;
}
.dn-faq-list {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}
.dn-faq-item {
	border: 1px solid #EEEAE0;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	transition: border-color .2s ease;
}
.dn-faq-item.open { border-color: var(--dn-green-200, #BBF7D0); }

.dn-faq-q {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.1rem 1.25rem;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-family: var(--dn-font-body);
	font-size: .9375rem;
	font-weight: 600;
	color: var(--dn-text-900);
	transition: background .18s ease;
}
.dn-faq-q:hover { background: var(--dn-bg-soft, #F8F5EE); }
.dn-faq-chevron {
	color: var(--dn-text-400, #9CA3AF);
	flex-shrink: 0;
	transition: transform .25s ease;
}
.dn-faq-item.open .dn-faq-chevron { transform: rotate(180deg); }
.dn-faq-a {
	padding: 0 1.25rem 1.1rem 1.25rem;
	border-top: 1px solid #EEEAE0;
	overflow: hidden;
	transition: max-height .32s cubic-bezier(.25,.46,.45,.94);
}
.dn-faq-a p {
	font-size: .9rem;
	color: var(--dn-text-500);
	line-height: 1.75;
	padding-top: .85rem;
}


/* ================================================
   MOBILE CTA BAR
   ================================================ */
.dn-mobile-cta {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: #fff;
	border-top: 1px solid #EEEAE0;
	box-shadow: 0 -4px 20px rgba(0,0,0,.1);
	padding: .75rem 1rem;
	transform: translateY(100%);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.dn-mobile-cta.visible { transform: translateY(0); }

.dn-mobile-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	max-width: 480px;
	margin: 0 auto;
}
.dn-mobile-cta__price {
	font-family: var(--dn-font-heading);
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--dn-text-900);
	white-space: nowrap;
}


/* ================================================
   RESPONSIVE
   ================================================ */

/* — 1100px: ajustar columnas del hero — */
@media (max-width: 1100px) {
	.dn-hero-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"media info"
			"price price";
	}
	.dn-hero-media { grid-area: media; }
	.dn-hero-info  { grid-area: info; }
	.dn-price-card {
		grid-area: price;
		position: static;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: .75rem 1.5rem;
		align-items: center;
	}
	.dn-price-card__note,
	.dn-price-block,
	.dn-price-card .dn-btn--full { grid-column: 1 / -1; }
}

/* — 860px: tablet — */
@media (max-width: 860px) {
	.dn-hero-grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"media"
			"info"
			"price";
	}
	.dn-desc-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
	.dn-objetivos-grid { grid-template-columns: repeat(2, 1fr); }
	.dn-testimonios-grid { grid-template-columns: repeat(2, 1fr); }
	.dn-dcard--featured {
		flex-direction: column;
	}
	.dn-dcard--featured .dn-dcard__foto {
		width: 100%;
		min-height: auto;
		aspect-ratio: 16 / 7;
	}
}

/* — 680px: móvil — */
@media (max-width: 680px) {
	.dn-curso .dn-container { padding: 0 1.25rem; }
	.dn-tab-panel { padding: 2.5rem 0 3rem; }

	.dn-price-card { display: none; }                    /* Ocultar en hero */
	.dn-mobile-cta { display: block; }                   /* Mostrar bar sticky */

	.dn-curso-props {
		grid-template-columns: 1fr 1fr;
		max-width: 100%;
	}

	.dn-objetivos-grid { grid-template-columns: 1fr; }
	.dn-testimonios-grid { grid-template-columns: 1fr; }
	.dn-doc-principal { flex-direction: column; }
	.dn-doc-principal__foto { width: 100%; aspect-ratio: 1 / 1; border-radius: 10px; }
	.dn-adj-grid { grid-template-columns: 1fr; }

	.dn-tab-nav-wrap { top: 0; }
	.dn-tab-btn { padding: .85rem 1rem; font-size: .8125rem; }

	/* Fade derecho para indicar scroll */
	.dn-tab-nav-wrap { position: relative; }
	.dn-tab-nav-wrap::after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 40px;
		background: linear-gradient(to right, transparent, #fff);
		pointer-events: none;
		z-index: 2;
	}

	.dn-faq-layout { grid-template-columns: 1fr; gap: 2rem; }
	.dn-faq-header { position: static; }
}

/* — 480px — */
@media (max-width: 480px) {
	.dn-hero-title { font-size: 1.65rem; }
	.dn-features-list { flex-wrap: wrap; }
	.dn-feature-item { flex: 1 1 calc(50% - 1px); border-left: 1px solid #DDD9CF; }
}
