/* Gobernanta — ficha venta (usa sistema lp-acreditados del child theme) */

.yf-gobernanta-sales-active .ms_plugin_loader_bg_ {
	display: none !important;
	pointer-events: none !important;
}

.yf-gobernanta-sales-active .stm-lms-wrapper > .container {
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.yf-gobernanta-sales-active .masterstudy-single-course {
	display: none !important;
}

.yf-gobernanta-sales {
	margin: 0;
	padding: 0;
}

/* Hero chips centrados */
.yf-gobernanta-hero .lp-hero h1 {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.yf-gobernanta-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.yf-gobernanta-hero__chips li {
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 600;
	padding: 6px 16px;
}

.yf-gobernanta-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.yf-gobernanta-hero__phone {
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 10px;
	color: #fff !important;
	font-weight: 700;
	padding: 12px 22px;
	text-decoration: none !important;
}

.yf-gobernanta-hero__phone:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
}

/* Barra CTA */
.yf-gobernanta-cta-bar {
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
	margin-top: -28px;
	position: relative;
	z-index: 2;
}

.yf-gobernanta-cta-bar__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 28px;
	justify-content: space-between;
	padding: 22px 24px;
}

.yf-gobernanta-cta-bar__rating {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.yf-gobernanta-cta-bar__rating strong {
	color: #582c82;
	font-size: 1.5rem;
}

.yf-gobernanta-cta-bar__reviews {
	color: #6b7280;
	font-size: 0.88rem;
}

.yf-gobernanta-cta-bar__price {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.yf-gobernanta-cta-bar__price-label {
	color: #6b7280;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
}

.yf-gobernanta-cta-bar__price strong {
	color: #111;
	font-size: 1.85rem;
	line-height: 1.1;
}

.yf-gobernanta-cta-bar__cert {
	color: #582c82;
	font-size: 0.82rem;
	font-weight: 600;
}

.yf-gobernanta-cta-bar__buy {
	flex: 1 1 200px;
	max-width: 320px;
	min-width: 200px;
}

.yf-gobernanta-cta-bar__buy .masterstudy-buy-button,
.yf-gobernanta-cta-bar__buy .masterstudy-buy-button__link {
	width: 100%;
}

.yf-gobernanta-cta-bar__buy .masterstudy-button {
	background: #582c82 !important;
	border-color: #582c82 !important;
	border-radius: 10px !important;
	font-weight: 700 !important;
	width: 100%;
}

.yf-gobernanta-cta-bar__buy .masterstudy-button:hover {
	background: #3d1d5c !important;
	border-color: #3d1d5c !important;
}

.yf-gobernanta-cta-bar__phone {
	color: #582c82 !important;
	font-weight: 700;
	white-space: nowrap;
}

/* Beneficios: iconos numéricos más pequeños */
.yf-gobernanta-beneficios .lp-beneficio-icon {
	font-size: 0.95rem;
}

/* Imagen destacada */
.yf-gobernanta-visual {
	padding: 0 24px 40px;
}

.yf-gobernanta-visual img {
	border-radius: 16px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	display: block;
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}

.yf-gobernanta-legal {
	margin-bottom: 8px;
}

.yf-gobernanta-legal p {
	background: #f9f5ff;
	border-left: 4px solid #682682;
	border-radius: 0 8px 8px 0;
	color: #374151;
	font-size: 0.88rem;
	line-height: 1.55;
	margin: 0;
	padding: 14px 18px;
}

/* Contenido y tabs */
.yf-gobernanta-content {
	padding: 48px 24px 64px;
}

.yf-gobernanta-tabs {
	border-bottom: 2px solid #e5e7eb;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 32px;
}

.yf-gobernanta-tabs__btn {
	background: none;
	border: none;
	border-bottom: 3px solid transparent;
	color: #6b7280;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: -2px;
	padding: 12px 18px;
}

.yf-gobernanta-tabs__btn.is-active,
.yf-gobernanta-tabs__btn:hover {
	border-bottom-color: #582c82;
	color: #582c82;
}

.yf-gobernanta-panel {
	display: none;
}

.yf-gobernanta-panel.is-active {
	display: block;
}

.yf-gobernanta-prose h2 {
	color: #1f2937;
	font-size: 1.35rem;
	font-weight: 800;
	margin: 2em 0 0.75em;
}

.yf-gobernanta-prose h2:first-child {
	margin-top: 0;
}

.yf-gobernanta-prose ul {
	margin: 0 0 1.25em;
	padding-left: 1.3em;
}

.yf-gobernanta-prose li {
	margin-bottom: 0.35em;
}

.yf-gobernanta-prose p {
	color: #374151;
	line-height: 1.7;
}

.yf-gobernanta-sales__faq-list,
.yf-gobernanta-sales .yf-gobernanta-sales__faq-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.yf-gobernanta-sales__faq-item {
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 0 16px;
}

.yf-gobernanta-sales__faq-item summary {
	cursor: pointer;
	font-weight: 600;
	padding: 16px 0;
}

.yf-gobernanta-sales__faq-answer {
	color: #4b5563;
	line-height: 1.65;
	padding-bottom: 16px;
}

.yf-gobernanta-related {
	padding-bottom: 80px;
}

.yf-gobernanta-related .masterstudy-related-courses__title {
	display: none;
}

/* Sticky móvil */
.yf-gobernanta-sticky {
	background: #fff;
	border-top: 1px solid #e5e7eb;
	bottom: 0;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 999;
}

.yf-gobernanta-sticky__inner {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 10px 24px;
}

.yf-gobernanta-sticky__price {
	color: #582c82;
	font-size: 1.2rem;
}

.yf-gobernanta-sticky .lp-hero-cta {
	font-size: 0.95rem;
	padding: 10px 20px;
}

@media (max-width: 900px) {
	.yf-gobernanta-cta-bar__inner {
		flex-direction: column;
		text-align: center;
	}

	.yf-gobernanta-cta-bar__buy {
		max-width: 100%;
		width: 100%;
	}

	.lp-beneficios-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.yf-gobernanta-sticky {
		display: block;
	}

	.yf-gobernanta-content {
		padding-bottom: 100px;
	}

	.lp-beneficios-grid {
		grid-template-columns: 1fr;
	}
}
