/* ===== ESTILOS PERSONALIZADOS ===== */
:root {
	--primary-color: #4f46e5;
	--secondary-color: #374151;
	--accent-color: #218838;
}

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #0f172a;
	line-height: 1.45;
	background: #f8fafc;
}

.navbar {
	background: #fff;
	box-shadow: 0 2px 12px rgba(2, 6, 23, 0.06);
}

.navbar-brand {
	color: #374151;
	font-weight: 700;
	font-size: 1.2rem;
}

.nav-link {
	color: #374151;
	font-weight: 600;
	transition: all 0.2s;
}

.nav-link:hover {
	text-shadow: 0 0 8px rgba(79, 70, 229, 0.6);
	transform: translateY(-2px);
}

.btn-primary-custom {
	background: var(--primary-color);
	color: white;
	padding: 10px 16px;
	border-radius: 8px;
	font-weight: 700;
	transition: all 0.3s;
	border: none;
}

.btn-primary-custom:hover {
	box-shadow: 0 4px 14px rgba(79, 70, 229, 0.4);
	transform: translateY(-2px);
}

.btn-accede {
	background: var(--accent-color);
	color: white;
	padding: 10px 16px;
	border-radius: 8px;
	font-weight: 700;
	transition: all 0.3s;
	border: none;
}

.btn-accede:hover {
	box-shadow: 0 4px 14px rgba(79, 70, 229, 0.4);
	transform: translateY(-2px);
}

.hero-section {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 60px 0;
}

.eyebrow {
	font-weight: 700;
	color: #e9e9ff;
	margin-bottom: 8px;
}

.kpi-card {
	background: rgba(255, 255, 255, 0.08);
	padding: 12px 16px;
	border-radius: 10px;
	text-align: center;
}

.feature-card {
	background: #fff;
	border-radius: 12px;
	padding: 22px;
	box-shadow: 0 6px 18px rgba(2, 6, 23, 0.04);
	transition: all 0.3s;
	height: 100%;
}

.feature-card:hover {
	box-shadow: 0 12px 24px rgba(79, 70, 229, 0.15);
	transform: translateY(-4px);
}

.plan-card {
	background: #fff;
	border-radius: 12px;
	padding: 28px;
	box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06);
	transition: all 0.3s;
	height: 100%;
}

.plan-card:hover {
	box-shadow: 0 12px 24px rgba(79, 70, 229, 0.15);
	transform: translateY(-4px);
}

.plan-card.popular {
	border: 2px solid var(--primary-color);
	transform: translateY(-6px);
}

.price {
	font-size: 1.8rem;
	font-weight: 800;
	color: #111827;
	margin: 8px 0;
}

.testimonials-section {
	background: linear-gradient(135deg, #eef2ff, #f0f7ff);
	padding: 64px 0;
	border-radius: 12px 12px 0 0;
}

.testimonial-card {
	background: #fff;
	padding: 22px;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
	height: 100%;
	margin: 0 10px;
}

.trial-form-container {
	background: #fff;
	border-radius: 12px;
	padding: 32px;
	box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06);
}

.trial-form-title {
	color: var(--primary-color);
	font-size: 2rem;
	margin-bottom: 8px;
}

.showcase-image img {
	width: 100%;
	max-width: 650px;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(2, 6, 23, 0.12);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.showcase-image img:hover {
	transform: scale(1.02);
	box-shadow: 0 10px 30px rgba(2, 6, 23, 0.15);
}

.showcase-features-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
	font-size: 1.05rem;
	color: #1e293b;
}

.dashboard-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 12px;
}

.success-message {
	background: #ecfdf5;
	color: #065f46;
	border-left: 4px solid #10b981;
	padding: 12px 14px;
	border-radius: 8px;
	margin-bottom: 14px;
}

.faq-question {
	background: none;
	border: none;
	font-weight: 600;
	cursor: pointer;
	text-align: left;
	width: 100%;
	font-size: 1rem;
	color: #0f172a;
	padding: 0;
	margin-bottom: 10px;
}

.faq-question::before {
	content: "▼ ";
	color: var(--primary-color);
	font-weight: bold;
}

.faq-answer {
	display: none;
	margin-top: 6px;
	color: #64748b;
}

footer {
	background: #1e293b;
	color: #cbd5e1;
	padding: 48px 0;
	border-top: 4px solid var(--primary-color);
}

footer strong {
	color: white;
	margin-bottom: 6px;
	display: block;
	font-size: 1.1rem;
}

footer a {
	color: #60a5fa;
	transition: all 0.3s;
}

footer a:hover {
	text-decoration: underline;
}

.section-head h2, .section-head h3 {
	color: var(--primary-color);
	margin-bottom: 6px;
}

.section-head p {
	color: #6b7280;
	font-size: 1rem;
}

.no-bullets {
	list-style: none;
	padding: 0;
}

.no-bullets li {
	display: inline-block;
	margin-right: 24px;
	font-weight: bold;
}

/* Estilos mejorados para el navbar en móvil */
.navbar-nav .nav-link.btn-accede, .navbar-nav .nav-link.btn-primary-custom
	{
	display: inline-block;
	width: auto;
	margin: 5px 0;
	text-align: center;
}

.navbar-collapse .navbar-nav {
	align-items: flex-start;
}

.navbar-collapse .nav-item {
	width: 100%;
}

.navbar-collapse .nav-link {
	padding: 8px 0;
}

.btn-group-mobile {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	margin-top: 10px;
}

.btn-group-mobile .btn {
	text-align: center;
	width: 100%;
}

/* Estilos para el carrusel de Bootstrap */
.testimonials-carousel {
	margin: 0 auto;
	max-width: 1200px;
}

.carousel-item {
	padding: 20px 0;
}

.carousel-indicators {
	bottom: -50px;
}

.carousel-indicators button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #cbd5e1;
	border: none;
}

.carousel-indicators button.active {
	background-color: var(--primary-color);
}

.carousel-control-prev, .carousel-control-next {
	width: 50px;
	height: 50px;
	background: var(--primary-color);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	margin: 0 20px;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
	background: #4338ca;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 1.5rem;
	height: 1.5rem;
}

/* Estilos para la sección de videos */
.video-card {
	background: #fff;
	border-radius: 12px;
	padding: 22px;
	box-shadow: 0 6px 18px rgba(2, 6, 23, 0.04);
	transition: all 0.3s;
	height: 100%;
}

.video-card:hover {
	box-shadow: 0 12px 24px rgba(79, 70, 229, 0.15);
	transform: translateY(-4px);
}

.video-thumbnail {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.video-thumbnail img {
	transition: transform 0.3s ease;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.video-thumbnail:hover img {
	transform: scale(1.05);
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 3rem;
	opacity: 0.9;
	transition: all 0.3s ease;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.video-thumbnail:hover .play-button {
	color: #ff0000;
	transform: translate(-50%, -50%) scale(1.1);
}

/* Ajustes responsivos para videos */
@media ( max-width : 768px) {
	.video-card {
		margin-bottom: 20px;
	}
	.video-thumbnail img {
		height: 180px;
	}
	.play-button {
		font-size: 2.5rem;
	}
}

/* Ajustes para móviles */
@media ( max-width : 768px) {
	.hero-section {
		padding: 40px 0;
	}
	.hero-section h1 {
		font-size: 1.9rem;
	}
	.no-bullets li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.kpi-card {
		margin-bottom: 15px;
	}
	.navbar-nav {
		padding: 10px 0;
	}
	.carousel-control-prev, .carousel-control-next {
		width: 40px;
		height: 40px;
		margin: 0 10px;
	}
	.testimonial-card {
		margin: 0 5px;
	}
}

/* Ajustes específicos para escritorio */
@media ( min-width : 992px) {
	.plans-row {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.plan-col {
		flex: 1;
		min-width: 0;
	}
	.navbar-nav .btn-accede, .navbar-nav .btn-primary-custom {
		margin-left: 10px;
		white-space: nowrap;
	}
}

/* Ajustes para tablets */
@media ( max-width : 991px) and (min-width: 768px) {
	.plan-col {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* Estilos para el botón flotante de WhatsApp */
.whatsapp-float {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 1000;
}

.whatsapp-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #25D366;
	color: white;
	border-radius: 50%;
	text-decoration: none;
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	transition: all 0.3s ease;
	animation: pulse-whatsapp 2s infinite;
}

.whatsapp-link:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
	color: white;
}

.whatsapp-link i {
	font-size: 28px;
}

/* Animación de pulso */
@keyframes pulse-whatsapp { 
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% { /* Corregido */
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% { /* Corregido */
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Responsive para móviles */
@media ( max-width : 768px) {
	.whatsapp-float {
		bottom: 20px;
		right: 20px;
	}
	.whatsapp-link {
		width: 55px;
		height: 55px;
	}
	.whatsapp-link i {
		font-size: 24px;
	}
}