@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

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

@keyframes float-delayed {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(8px);
	}
	100% {
		transform: translateY(0px);
	}
}

.homepage-container {
	font-family: 'Source Sans Pro', -apple-system, sans-serif;
	background-color: transparent;
	overflow-x: hidden;
}

.hero-section {
	animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.brands-strip-section {
	animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.services-section {
	animation: fadeInUp 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.courses-grid-section {
	animation: fadeInUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.split-testimonials-section {
	animation: fadeInUp 1.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.section-subtitle {
	font-size: 11.5px;
	text-transform: uppercase;
	font-weight: 800;
	color: #a855f7;
	letter-spacing: 0.12em;
	display: inline-block;
	margin-bottom: 8px;
}

.section-title {
	font-size: 32px;
	font-weight: 800;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 16px;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.section-desc {
	font-size: 15.5px;
	line-height: 1.6;
	color: #cbd5e1;
	margin: 0;
}

.hero-section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 70px;
	background: linear-gradient(180deg, rgba(30, 41, 59, 0.4) 0%, rgba(15, 23, 42, 0) 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-grid {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.hero-text-col {
	padding-right: 40px;
}

.hero-tag {
	background-color: rgba(168, 85, 247, 0.08);
	border: 1px solid rgba(168, 85, 247, 0.15);
	color: #a855f7;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 20px;
	display: inline-block;
	letter-spacing: 0.08em;
	margin-bottom: 22px;
}

.hero-title {
	font-size: 52px;
	font-weight: 900;
	color: #ffffff;
	line-height: 1.15;
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: -0.03em;
}

.text-blue-gradient {
	color: #154694;
	background: linear-gradient(135deg, #154694 0%, #3182ce 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-purple-gradient {
	color: #8b5cf6;
	background: linear-gradient(135deg, #6b46c1 0%, #805ad5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-description {
	font-size: 18px;
	line-height: 1.6;
	color: #cbd5e1;
	margin-bottom: 35px;
	font-weight: 400;
}

.hero-actions {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.btn-hero-primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #a855f7;
	color: #ffffff !important;
	padding: 14px 28px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 15px;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 4px 15px rgba(168, 85, 247, 0.25);
	text-decoration: none !important;
}

.btn-hero-primary:hover {
	background: #9333ea;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(168, 85, 247, 0.35);
}

.btn-hero-secondary {
	display: inline-flex;
	align-items: center;
	background: #1e293b;
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #cbd5e1 !important;
	padding: 14px 28px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 15px;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
	text-decoration: none !important;
}

.btn-hero-secondary:hover {
	background: #111827;
	border-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-2px);
}

.hero-stats {
	display: flex;
	align-items: center;
	gap: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 25px;
	flex-wrap: wrap;
}

.hero-stats-badge {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13.5px;
	font-weight: 600;
	color: #cbd5e1;
}

.hero-stats-badge i {
	color: #a855f7;
	font-size: 16px;
}

.hero-image-col {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-image-wrapper {
	position: relative;
	width: 100%;
	max-width: 520px;
	padding: 15px;
}

.hero-main-img {
	width: 100%;
	height: auto;
	border-radius: 24px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	border: 8px solid #1e293b;
	object-fit: cover;
	aspect-ratio: 4/3;
}

.floating-badge {
	position: absolute;
	background: rgba(30, 41, 59, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 16px;
	padding: 14px 20px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	gap: 12px;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.badge-top-left {
	top: 30px;
	left: -20px;
	animation: float 4s ease-in-out infinite;
}

.floating-badge .badge-icon {
	background: rgba(168, 85, 247, 0.08);
	color: #a855f7;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0;
}

.badge-top-left .badge-label {
	color: #a855f7;
}

.badge-bottom-right {
	bottom: 30px;
	right: -20px;
	animation: float-delayed 4s ease-in-out infinite;
}

.badge-bottom-right .badge-icon {
	background: rgba(139, 92, 246, 0.1);
	color: #6b46c1;
}

.badge-bottom-right .badge-label {
	color: #8b5cf6;
}

.badge-info {
	display: flex;
	flex-direction: column;
}

.badge-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.badge-value {
	font-size: 14px;
	font-weight: 800;
	color: #ffffff;
}

.stars-rating {
	color: #ecc94b;
	font-size: 12px;
	display: flex;
	gap: 2px;
}

.rating-text {
	font-size: 12.5px;
	line-height: 1.4;
	color: #cbd5e1;
	font-weight: 600;
	margin: 0;
	font-style: italic;
}

.brands-strip-section {
	background-color: #0b0f19;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.brands-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.brands-title {
	font-size: 11.5px;
	font-weight: 800;
	color: #94a3b8;
	letter-spacing: 0.15em;
}

.brands-grid {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
}

.brands-grid span {
	font-size: 12.5px;
	font-weight: 800;
	color: #cbd5e1;
	letter-spacing: 0.05em;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
	cursor: default;
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 6px 14px;
	border-radius: 6px;
}

.brands-grid span:hover {
	color: #a855f7;
	border-color: rgba(168, 85, 247, 0.3);
	background-color: rgba(168, 85, 247, 0.02);
	transform: scale(1.03);
}

.services-section {
	padding: 85px 0;
	background-color: #090d16;
}

.services-grid-layout {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.services-text-col {
	padding-right: 40px;
	margin-bottom: 40px;
}

.service-card-item {
	margin-bottom: 30px;
}

.service-card {
	display: block;
	padding: 35px 30px;
	border-radius: 16px;
	text-decoration: none !important;
	transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
	background: #161f30;
	border: 1px solid rgba(255, 255, 255, 0.08);
	height: 100%;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
	transform: translateY(-8px);
	border-color: #a855f7;
	box-shadow: 0 20px 25px -5px rgba(168, 85, 247, 0.1), 0 10px 10px -5px rgba(168, 85, 247, 0.04);
}

.card-icon {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 24px;
	background-color: rgba(168, 85, 247, 0.06);
	color: #a855f7;
	border: 1px solid rgba(168, 85, 247, 0.15);
	transition: all 0.3s ease;
}

.service-card:hover .card-icon {
	background-color: #a855f7;
	color: #ffffff;
	border-color: transparent;
	transform: scale(1.1);
}

.service-card .card-title {
	font-size: 18px;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 12px;
	color: #ffffff;
	transition: color 0.3s ease;
}

.service-card:hover .card-title {
	color: #a855f7;
}

.service-card .card-desc {
	font-size: 14.5px;
	line-height: 1.55;
	margin: 0;
	color: #cbd5e1;
}

.courses-grid-section {
	padding: 85px 0;
	background-color: #090d16;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.section-header-flex {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 45px;
	flex-wrap: wrap;
	gap: 20px;
}

.section-header-flex .section-title {
	margin-bottom: 0;
}

.filter-pills-row {
	display: flex;
	gap: 12px;
}

.filter-pill {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 20px;
	font-size: 13.5px;
	font-weight: 700;
	color: #cbd5e1 !important;
	background-color: #1e293b;
	border: 1px solid rgba(255, 255, 255, 0.15);
	transition: all 0.2s ease;
	text-decoration: none !important;
}

.filter-pill.active {
	background-color: #a855f7;
	color: #ffffff !important;
	border-color: #a855f7;
	box-shadow: 0 4px 12px rgba(168, 85, 247, 0.25);
}

.filter-pill:hover:not(.active) {
	background-color: #111827;
	border-color: rgba(255, 255, 255, 0.3);
}

.courses-carousel-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}

.courses-carousel-track-container {
	overflow: hidden;
	width: 100%;
	padding: 15px 5px; /* Margen para sombras en hover */
	margin: 0 -5px;
}

.courses-carousel-track {
	display: flex;
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	gap: 24px;
	width: 100%;
}

.courses-carousel-slide {
	flex: 0 0 calc((100% - 2 * 24px) / 3);
	box-sizing: border-box;
}

@media screen and (max-width: 992px) {
	.courses-carousel-slide {
		flex: 0 0 calc((100% - 1 * 24px) / 2);
	}
}

@media screen and (max-width: 600px) {
	.courses-carousel-slide {
		flex: 0 0 100%;
	}
}

.premium-course-card {
	background: #161f30;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.premium-course-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 30px rgba(168, 85, 247, 0.12);
	border-color: #cbd5e1;
}

.course-card-image-wrapper {
	position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden;
	background-color: #0f172a;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.course-cover-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.premium-course-card:hover .course-cover-img {
	transform: scale(1.04);
}

.course-card-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: rgba(30, 41, 59, 0.95);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	color: #a855f7;
	font-size: 10.5px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 8px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.08);
	z-index: 10;
}

.course-duration-badge {
	position: absolute;
	bottom: 14px;
	right: 14px;
	background: rgba(15, 23, 42, 0.7);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 5px;
	z-index: 10;
}

.course-card-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.course-meta-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.course-level-tag {
	font-size: 12px;
	font-weight: 600;
	color: #cbd5e1;
	display: flex;
	align-items: center;
	gap: 5px;
}

.course-price-tag {
	font-size: 12px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 20px;
}

.price-free {
	background-color: #ecfdf5;
	color: #059669;
	border: 1px solid #d1fae5;
}

.price-paid {
	background-color: #1e293b;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.course-title-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 44px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.course-title-text a {
	color: #ffffff;
	text-decoration: none !important;
	transition: color 0.15s ease;
}

.course-title-text a:hover {
	color: #a855f7;
}

.course-desc-text {
	font-size: 13px;
	line-height: 1.5;
	color: #cbd5e1;
	margin-top: 0;
	margin-bottom: 20px;
	height: 38px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.course-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 14px;
	margin-top: auto;
}

.instructor-profile {
	display: flex;
	align-items: center;
	gap: 10px;
}

.instructor-avatar-wrapper {
	width: 32px;
	height: 32px;
	position: relative;
	flex-shrink: 0;
}

.instructor-img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	border: 1.5px solid #1e293b;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	background-color: #0f172a;
}

.instructor-initials {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
	border: 1.5px solid #1e293b;
}

.instructor-name {
	font-size: 13px;
	font-weight: 600;
	color: #cbd5e1;
}

.btn-course-arrow {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #1e293b;
	color: #cbd5e1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.premium-course-card:hover .btn-course-arrow {
	background-color: #a855f7;
	color: #ffffff;
	transform: rotate(-45deg);
}

.split-testimonials-section {
	padding: 85px 0;
	background-color: #090d16;
}

.split-grid-row {
	display: flex;
	flex-wrap: wrap;
}

.requirements-col {
	padding-right: 50px;
	margin-bottom: 45px;
}

.split-section-title {
	font-size: 26px;
	font-weight: 800;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 8px;
}

.split-section-subtitle {
	font-size: 15.5px;
	color: #cbd5e1;
	margin-top: 0;
	margin-bottom: 35px;
}

.requirements-cards-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 35px;
}

.req-card-item {
	display: flex;
	align-items: flex-start;
	background: #161f30;
	border-radius: 12px;
	padding: 20px 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.05);
}

.req-card-item:hover {
	border-color: #a855f7;
	transform: translateX(6px);
	box-shadow: 0 10px 15px -3px rgba(168, 85, 247, 0.15);
}

.req-num {
	font-size: 16px;
	font-weight: 800;
	color: #ffffff;
	margin-right: 20px;
	line-height: 1;
	background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
	border-radius: 8px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 4px 10px rgba(168, 85, 247, 0.25);
}

.req-content {
	flex: 1;
}

.req-title {
	font-size: 15.5px;
	font-weight: 800;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 6px;
}

.req-desc {
	font-size: 13.5px;
	line-height: 1.5;
	color: #cbd5e1;
	margin: 0;
}

.btn-req-action {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #a855f7;
	color: #ffffff !important;
	font-weight: 700;
	font-size: 14.5px;
	padding: 12px 24px;
	border-radius: 8px;
	text-decoration: none !important;
	transition: background-color 0.2s ease;
}

.btn-req-action:hover {
	background-color: #9333ea;
}

.req-login-warning {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: #2c1d0f;
	border: 1px solid rgba(217, 119, 6, 0.25);
	color: #fbbf24;
	font-size: 13.5px;
	padding: 12px 18px;
	border-radius: 8px;
	font-weight: 600;
}

.testimonial-quote-col {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 30px;
}

.testimonial-bubble-card {
	background: linear-gradient(135deg, #111827 0%, #161f30 100%);
	border-radius: 24px;
	padding: 60px 45px;
	color: #ffffff;
	position: relative;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	max-width: 480px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.quote-symbol {
	font-size: 100px;
	font-family: Georgia, serif;
	line-height: 1;
	position: absolute;
	top: -10px;
	left: 35px;
	color: rgba(255, 255, 255, 0.08);
	user-select: none;
}

.testimonial-quote-text {
	font-size: 19px;
	line-height: 1.6;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.testimonial-author {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
}

.author-name {
	font-size: 16px;
	font-weight: 800;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 4px;
}

.author-title {
	font-size: 13px;
	color: #a0aec0;
	margin: 0;
	font-weight: 600;
}

.cta-banner-section {
	padding: 20px 0 85px 0;
	background-color: #090d16;
}

.cta-banner-card {
	background: linear-gradient(135deg, #111827 0%, #161f30 100%);
	border: none;
	border-radius: 24px;
	padding: 65px 40px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.cta-title {
	font-size: 36px;
	font-weight: 900;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 16px;
	letter-spacing: -0.02em;
}

.cta-subtitle {
	font-size: 16.5px;
	line-height: 1.6;
	color: #e2e8f0;
	max-width: 600px;
	margin: 0 auto 35px auto;
}

.cta-actions {
	display: flex;
	gap: 16px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.btn-cta-primary {
	background-color: #a855f7;
	color: #ffffff !important;
	padding: 13px 28px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 15px;
	box-shadow: 0 4px 12px rgba(168, 85, 247, 0.25);
	text-decoration: none !important;
	transition: all 0.25s ease;
}

.btn-cta-primary:hover {
	background-color: #9333ea;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(168, 85, 247, 0.35);
}

.btn-cta-secondary {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background-color: transparent;
	color: #ffffff !important;
	border: 1.5px solid rgba(255, 255, 255, 0.15);
	padding: 11.5px 28px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none !important;
	transition: all 0.25s ease;
}

.btn-cta-secondary:hover {
	background-color: rgba(255, 255, 255, 0.08);
	border-color: #ffffff;
	transform: translateY(-2px);
}

.announcements-section {
	padding: 85px 0;
	background-color: #090d16;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.section-center-header {
	text-align: center;
	margin-bottom: 50px;
}

.announcement-col-item {
	margin-bottom: 30px;
}

.announcement-card-node {
	background-color: #161f30;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.announcement-card-node:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
	border-color: #a855f7;
}

.announcement-cover {
	position: relative;
	width: 100%;
	aspect-ratio: 16/10;
	overflow: hidden;
	background-color: #edf2f7;
}

.announcement-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.announcement-card-node:hover .announcement-cover img {
	transform: scale(1.04);
}

.announcement-card-body {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.announcement-time {
	font-size: 11.5px;
	font-weight: 700;
	color: #a0aec0;
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 12px;
}

.announcement-card-title {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
	margin-top: 0;
	margin-bottom: 20px;
	height: 46px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.announcement-card-title a {
	color: #ffffff;
	text-decoration: none !important;
	transition: color 0.15s ease;
}

.announcement-card-title a:hover {
	color: #a855f7;
}

.btn-announcement-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13.5px;
	font-weight: 700;
	color: #a855f7 !important;
	text-decoration: none !important;
	transition: gap 0.2s ease;
	margin-top: auto;
}

.btn-announcement-link:hover {
	gap: 10px;
}

.section-action-footer {
	margin-top: 25px;
}

.btn-view-all-releases {
	display: inline-block;
	font-size: 14.5px;
	font-weight: 700;
	color: #a855f7;
	text-decoration: underline;
	transition: color 0.2s ease;
}

.btn-view-all-releases:hover {
	color: #9333ea;
}

.covenants-section {
	padding: 85px 0;
	background-color: #090d16;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.covenants-flex-grid {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 15px;
}

.covenant-logo-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 140px;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.covenant-logo-item:hover {
	transform: scale(1.05);
}

.covenant-logo-item img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background-color: #161f30;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.covenant-title {
	font-size: 12px;
	font-weight: 700;
	color: #cbd5e1;
	text-align: center;
	line-height: 1.3;
	height: 32px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.regulations-table-section {
	padding: 85px 0;
	background-color: #090d16;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.regulations-box-card {
	background-color: #161f30;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	padding: 10px 25px;
}

.regulations-custom-table {
	margin-bottom: 0;
}

.regulations-custom-table th {
	border-bottom: 2px solid rgba(255, 255, 255, 0.08) !important;
	color: #94a3b8;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.05em;
	padding: 18px 12px !important;
}

.regulations-custom-table td {
	padding: 20px 12px !important;
	vertical-align: middle !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.regulation-row-title {
	font-size: 15.5px;
	font-weight: 800;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.regulation-row-desc {
	font-size: 13.5px;
	color: #cbd5e1;
	margin: 0;
	line-height: 1.4;
}

.regulation-size {
	font-weight: 700;
	color: #cbd5e1;
	font-size: 13.5px;
}

.btn-download-regulation {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background-color: rgba(168, 85, 247, 0.15);
	color: #c084fc !important;
	font-weight: 700;
	font-size: 13px;
	padding: 8px 16px;
	border-radius: 6px;
	text-decoration: none !important;
	transition: all 0.25s ease;
}

.btn-download-regulation:hover {
	background-color: #a855f7;
	color: #ffffff !important;
	box-shadow: 0 4px 10px rgba(168, 85, 247, 0.25);
}

@media screen and (max-width: 992px) {
	.hero-text-col {
		padding-right: 0;
		margin-bottom: 50px;
		text-align: center;
	}
	.hero-title {
		font-size: 40px;
	}
	.hero-actions {
		justify-content: center;
	}
	.hero-stats {
		justify-content: center;
	}
	.services-text-col {
		padding-right: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.requirements-col {
		padding-right: 0;
	}
	.testimonial-quote-col {
		padding-left: 0;
		margin-top: 20px;
	}
	.premium-course-card {
		flex-direction: column;
	}
	.course-card-image-column {
		width: 100%;
	}
	.course-card-info-column {
		width: 100%;
		padding: 24px;
	}
}

@media screen and (max-width: 768px) {
	.hero-title {
		font-size: 32px;
	}
	.cta-title {
		font-size: 28px;
	}
	.section-title {
		font-size: 26px;
	}
}

.categories-strip-section {
	padding: 80px 0 64px 0;
	background: #090d16;
	animation: fadeInUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.cat-see-all-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13.5px;
	font-weight: 600;
	color: #a855f7;
	text-decoration: none;
	padding: 9px 18px;
	border: 1.5px solid rgba(168, 85, 247, 0.3);
	border-radius: 24px;
	transition: all 0.22s ease;
	white-space: nowrap;
}
.cat-see-all-link i {
	font-size: 11px;
	transition: transform 0.2s ease;
}
.cat-see-all-link:hover {
	background: #161f30;
	border-color: #a855f7;
	color: #a855f7;
}
.cat-see-all-link:hover i {
	transform: translateX(4px);
}

.specialties-carousel-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}

.specialties-carousel-track-container {
	overflow: hidden;
	width: 100%;
	padding: 15px 5px; /* Margen para sombras en hover */
	margin: 0 -5px;
}

.specialties-carousel-track {
	display: flex;
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	gap: 24px;
	width: 100%;
}

.specialties-carousel-slide {
	flex: 0 0 calc((100% - 3 * 24px) / 4);
	box-sizing: border-box;
}

.carousel-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(30, 41, 59, 0.85);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
	z-index: 20;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.carousel-nav-btn:hover {
	background: rgba(168, 85, 247, 0.25);
	border-color: #a855f7;
	color: #c084fc;
	box-shadow: 0 0 15px rgba(168, 85, 247, 0.35);
}

.carousel-nav-btn:active {
	transform: translateY(-50%) scale(0.95);
}

.carousel-nav-btn.prev {
	left: -24px;
}

.carousel-nav-btn.next {
	right: -24px;
}

.carousel-pagination-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 25px;
	width: 100%;
}

.carousel-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: all 0.25s ease;
}

.carousel-dot:hover {
	background: rgba(255, 255, 255, 0.4);
}

.carousel-dot.active {
	background: #a855f7;
	width: 24px;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(168, 85, 247, 0.5);
}

.cat-vertical-card {
	display: flex;
	flex-direction: column;
	background: #161f30;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-top: 4px solid var(--cat-accent, #a855f7);
	text-decoration: none !important;
	color: inherit;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	position: relative;
	height: 100%;
}

.cat-vertical-card:hover {
	transform: translateY(-8px);
	border-color: var(--cat-accent, #a855f7);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 20px rgba(var(--cat-accent-rgb, 168, 85, 247), 0.15);
}

.cat-vertical-card-visual {
	width: 100%;
	height: 160px;
	position: relative;
	overflow: hidden;
	background: #0f172a;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.cat-vertical-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cat-vertical-card:hover .cat-vertical-card-img {
	transform: scale(1.08);
}

.cat-vertical-card-icon-fallback {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(circle at center, rgba(var(--cat-accent-rgb, 168, 85, 247), 0.12) 0%, transparent 70%);
	position: relative;
}

.cat-vertical-card-icon-fallback i {
	font-size: 56px;
	color: var(--cat-accent, #a855f7);
	filter: drop-shadow(0 0 10px rgba(var(--cat-accent-rgb, 168, 85, 247), 0.4));
	transition: transform 0.3s ease;
}

.cat-vertical-card:hover .cat-vertical-card-icon-fallback i {
	transform: scale(1.1) rotate(5deg);
}

.cat-vertical-card-body {
	padding: 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cat-vertical-card-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 700;
	color: var(--cat-accent, #a855f7);
	background: rgba(var(--cat-accent-rgb, 168, 85, 247), 0.1);
	border: 1px solid rgba(var(--cat-accent-rgb, 168, 85, 247), 0.25);
	padding: 4px 12px;
	border-radius: 20px;
	letter-spacing: 0.03em;
	width: fit-content;
}

.cat-vertical-card-badge i {
	font-size: 10px;
}

.cat-vertical-card-name {
	font-size: 20px;
	font-weight: 800;
	color: #ffffff;
	margin: 0;
	line-height: 1.3;
}

.cat-vertical-card-tagline {
	font-size: 13.5px;
	color: #cbd5e1;
	margin: 0;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cat-vertical-card-footer {
	padding: 18px 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	background: #111827;
}

.cat-vertical-card-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	transition: all 0.2s ease;
}

.cat-vertical-card-cta i {
	font-size: 11px;
	color: var(--cat-accent, #a855f7);
	transition: transform 0.2s ease;
}

.cat-vertical-card:hover .cat-vertical-card-cta {
	color: var(--cat-accent, #a855f7);
}

.cat-vertical-card:hover .cat-vertical-card-cta i {
	transform: translateX(6px);
}

@media screen and (max-width: 1200px) {
	.specialties-carousel-slide {
		flex: 0 0 calc((100% - 2 * 24px) / 3);
	}
	.carousel-nav-btn.prev {
		left: -15px;
	}
	.carousel-nav-btn.next {
		right: -15px;
	}
}

@media screen and (max-width: 900px) {
	.specialties-carousel-slide {
		flex: 0 0 calc((100% - 1 * 24px) / 2);
	}
	.carousel-nav-btn.prev {
		left: -10px;
		width: 40px;
		height: 40px;
	}
	.carousel-nav-btn.next {
		right: -10px;
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 576px) {
	.specialties-carousel-slide {
		flex: 0 0 100%;
	}
	.carousel-nav-btn {
		display: none !important;
	}
	.categories-strip-section {
		padding: 50px 0 40px 0;
	}
	.cat-vertical-card-visual {
		height: 140px;
	}
}

.theme-light .hero-title,
.theme-light .section-title,
.theme-light .badge-value,
.theme-light .brands-title,
.theme-light .service-card .card-title,
.theme-light .course-card-title,
.theme-light .testimonial-name,
.theme-light .cat-title,
.theme-light .specialty-title,
.theme-light .testimonial-title,
.theme-light .hero-stats-badge strong {
	color: #0f172a !important;
}

.theme-light .hero-description,
.theme-light .section-desc,
.theme-light .rating-text,
.theme-light .service-card .card-desc,
.theme-light .course-card-desc,
.theme-light .testimonial-role,
.theme-light .testimonial-text,
.theme-light .cat-desc,
.theme-light .specialty-desc,
.theme-light .testimonial-desc,
.theme-light .hero-stats-badge {
	color: #475569 !important;
}

.theme-light .hero-section {
	background: linear-gradient(180deg, rgba(241, 245, 249, 0.8) 0%, rgba(241, 245, 249, 0) 100%) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme-light .brands-strip-section {
	background-color: #f1f5f9 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme-light .services-section,
.theme-light .specialties-section,
.theme-light .cta-banner-section,
.theme-light .covenants-section {
	background-color: #ffffff !important;
}

.theme-light .courses-grid-section,
.theme-light .categories-strip-section,
.theme-light .split-testimonials-section,
.theme-light .announcements-section,
.theme-light .regulations-table-section {
	background-color: #f8fafc !important;
	border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme-light .btn-hero-secondary {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	color: #475569 !important;
}

.theme-light .btn-hero-secondary:hover {
	background: #f1f5f9 !important;
	color: #0f172a !important;
}

.theme-light .floating-badge {
	background: rgba(255, 255, 255, 0.95) !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .hero-main-img {
	border: 8px solid #ffffff !important;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

.theme-light .brands-grid span {
	color: #475569 !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .brands-grid span:hover {
	color: #a855f7 !important;
	border-color: rgba(168, 85, 247, 0.3) !important;
	background-color: rgba(168, 85, 247, 0.02) !important;
}

.theme-light .service-card,
.theme-light .premium-course-card,
.theme-light .testimonial-card,
.theme-light .cat-vertical-card,
.theme-light .specialty-card,
.theme-light .testimonial-left-card,
.theme-light .testimonial-right-card {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .service-card:hover,
.theme-light .premium-course-card:hover,
.theme-light .testimonial-card:hover,
.theme-light .cat-vertical-card:hover,
.theme-light .specialty-card:hover {
	border-color: #a855f7 !important;
	box-shadow: 0 16px 30px rgba(168, 85, 247, 0.08) !important;
}

.theme-light .course-card-image-wrapper {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
	background-color: #f1f5f9 !important;
}

.theme-light .course-card-badge {
	background: rgba(255, 255, 255, 0.95) !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .filter-pill {
	background-color: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	color: #475569 !important;
}

.theme-light .filter-pill.active {
	background-color: #a855f7 !important;
	color: #ffffff !important;
	border-color: #a855f7 !important;
}

.theme-light .filter-pill:hover:not(.active) {
	background-color: #f1f5f9 !important;
	border-color: rgba(0, 0, 0, 0.3) !important;
}

.theme-light .hero-stats {
	border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .cat-vertical-card-visual {
	background: #f1f5f9 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .cat-vertical-card-name {
	color: #0f172a !important;
}

.theme-light .cat-vertical-card-tagline {
	color: #475569 !important;
}

.theme-light .cat-vertical-card-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
	background: #f8fafc !important;
}

.theme-light .cat-vertical-card-cta {
	color: #475569 !important;
}

.theme-light .cat-see-all-link:hover {
	background: rgba(168, 85, 247, 0.05) !important;
}

.theme-light .course-card-badge {
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .course-title-text a {
	color: #0f172a !important;
}

.theme-light .course-title-text a:hover {
	color: #a855f7 !important;
}

.theme-light .course-desc-text {
	color: #475569 !important;
}

.theme-light .course-card-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .instructor-name {
	color: #475569 !important;
}

.theme-light .instructor-initials,
.theme-light .instructor-img {
	border: 1.5px solid #ffffff !important;
}

.theme-light .btn-course-arrow {
	background-color: #f1f5f9 !important;
	color: #475569 !important;
}

.theme-light .btn-course-arrow:hover {
	background-color: #a855f7 !important;
	color: #ffffff !important;
}

.theme-light .req-card-item {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .req-card-item:hover {
	border-color: #a855f7 !important;
	box-shadow: 0 10px 15px -3px rgba(168, 85, 247, 0.08) !important;
}

.theme-light .req-title {
	color: #0f172a !important;
}

.theme-light .req-desc {
	color: #475569 !important;
}

.theme-light .split-section-title {
	color: #0f172a !important;
}

.theme-light .split-section-subtitle {
	color: #475569 !important;
}

.theme-light .req-login-warning {
	background-color: #fffbeb !important;
	border: 1px solid rgba(217, 119, 6, 0.15) !important;
	color: #b45309 !important;
}

.theme-light .testimonial-bubble-card {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	color: #334155 !important;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .testimonial-quote-text {
	color: #0f172a !important;
}

.theme-light .quote-symbol {
	color: rgba(0, 0, 0, 0.05) !important;
}

.theme-light .testimonial-author {
	border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .author-name {
	color: #0f172a !important;
}

.theme-light .author-title {
	color: #64748b !important;
}

.theme-light .cta-banner-card {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04) !important;
}

.theme-light .cta-title {
	color: #0f172a !important;
}

.theme-light .cta-subtitle {
	color: #475569 !important;
}

.theme-light .btn-cta-secondary {
	border: 1.5px solid rgba(0, 0, 0, 0.15) !important;
	color: #475569 !important;
}

.theme-light .btn-cta-secondary:hover {
	background-color: rgba(0, 0, 0, 0.05) !important;
	border-color: #0f172a !important;
	color: #0f172a !important;
}

.theme-light .announcement-card-node {
	background-color: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .announcement-card-node:hover {
	border-color: #a855f7 !important;
	box-shadow: 0 15px 30px rgba(168, 85, 247, 0.08) !important;
}

.theme-light .announcement-card-title a {
	color: #0f172a !important;
}

.theme-light .announcement-card-title a:hover {
	color: #a855f7 !important;
}

.theme-light .announcement-time {
	color: #64748b !important;
}

.theme-light .covenants-section {
	border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme-light .covenant-logo-item img {
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	background-color: #ffffff !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .covenant-title {
	color: #475569 !important;
}

.theme-light .regulations-box-card {
	background-color: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .regulations-custom-table th {
	border-bottom: 2px solid rgba(0, 0, 0, 0.08) !important;
	color: #64748b !important;
}

.theme-light .regulations-custom-table td {
	border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .regulation-row-title {
	color: #0f172a !important;
}

.theme-light .regulation-row-desc {
	color: #475569 !important;
}

.theme-light .regulation-size {
	color: #475569 !important;
}

.theme-light .btn-download-regulation {
	background-color: rgba(168, 85, 247, 0.08) !important;
	color: #a855f7 !important;
}

.theme-light .btn-download-regulation:hover {
	background-color: #a855f7 !important;
	color: #ffffff !important;
}


