/* ══════════════════════════════════════════
   MYE Asesorías · Bootstrap override + brand
   ══════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');

/* ── Variables ── */
:root {
	--mye-pink: #e8186d;
	--mye-pink-light: #fde8f2;
	--mye-pink-mid: #f590be;
	--mye-navy: #12244a;
	--mye-navy-mid: #1e3a6e;
	--mye-cream: #fff9f6;
	--mye-gray: #f4f4f0;
	--mye-text: #1a1a2e;
	--mye-muted: #6b7399;
	--mye-border: #ede8e8;
	--bs-primary: #e8186d;
	--bs-font-sans-serif: 'DM Sans', system-ui, sans-serif;
}

/* ── Base ── */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html,
body {
	overflow-x: hidden;
}
body {
	font-family: 'DM Sans', system-ui, sans-serif;
	background: var(--mye-cream);
	color: var(--mye-text);
	overflow-x: hidden;
}

/* ── Navbar ── */
.navbar {
	background: #fff !important;
	border-bottom: 1px solid var(--mye-border);
	padding: 0 0;
	min-height: 68px;
}
.navbar-brand {
	padding: 12px 0;
}
.navbar-collapse {
	padding-bottom: 15px !important;
}
.logo-mark {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid var(--mye-pink);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	font-weight: 700;
	color: var(--mye-pink);
	line-height: 1;
	letter-spacing: -1px;
	flex-shrink: 0;
}
.logo-name {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 700;
	color: var(--mye-navy);
	line-height: 1;
}
.logo-sub {
	font-size: 11px;
	color: var(--mye-muted);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.nav-link {
	font-size: 14px;
	font-weight: 500;
	color: var(--mye-muted) !important;
	padding: 8px 14px !important;
	transition: color 0.2s;
}
.nav-link:hover,
.nav-link.active {
	color: var(--mye-pink) !important;
}
.nav-link.btn {
	color: #fff !important;
}

/* ── Hero ── */
.hero {
	background: var(--mye-navy);
	padding: 80px 0 0;
	overflow: hidden;
	position: relative;
}
.hero::before {
	content: '';
	position: absolute;
	top: -100px;
	right: 35%;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: var(--mye-pink);
	opacity: 0.07;
	pointer-events: none;
}
.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	/* background: rgba(232, 24, 109, 0.18); */
	/* border: 1px solid rgba(232, 24, 109, 0.4); */
	color: var(--mye-pink-mid);
	font-size: 14px;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 100px;
	margin-bottom: -4px;
	/* letter-spacing: 0.06em; */
	text-transform: uppercase;
}
/* .hero-badge::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--mye-pink);
	animation: blink 2s infinite;
} */
@keyframes blink {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
}

.hero h1 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(36px, 5vw, 56px);
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 18px;
}
.hero h1 em {
	color: var(--mye-pink);
	font-style: normal;
}

.hero-sub {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.7;
	margin-bottom: 36px;
	max-width: 460px;
}

.hero-photo {
	position: relative;
	align-self: flex-end;
}
.hero-photo-frame {
	width: 300px;
	height: 360px;
	background: linear-gradient(
		160deg,
		rgba(232, 24, 109, 0.1),
		rgba(18, 36, 74, 0.9)
	);
	border-radius: 20px 20px 0 0;
	border: 1px solid rgba(232, 24, 109, 0.25);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	color: rgba(255, 255, 255, 0.35);
	font-size: 13px;
}
.hero-photo-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.hero-stats {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px 14px 0 0;
	padding: 14px 24px;
	display: flex;
	gap: 28px;
	white-space: nowrap;
}
.stat-n {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}
.stat-l {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.45);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

/* ── Trust bar ── */
.trust-bar {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 16px 0;
	overflow-x: auto;
}
.trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--mye-muted);
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
}
.trust-icon {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: var(--mye-pink-light);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0;
}

/* ── Section labels ── */
.section-label {
	font-size: 11px;
	font-weight: 700;
	color: var(--mye-pink);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.section-title {
	font-family: 'Playfair Display', serif;
	font-size: clamp(28px, 4vw, 38px);
	font-weight: 700;
	color: var(--mye-navy);
	line-height: 1.2;
	margin-bottom: 12px;
}
.section-sub {
	font-size: 16px;
	color: var(--mye-muted);
	line-height: 1.7;
}

/* ── About ── */
.about-img-wrap {
	border-radius: 24px;
	overflow: hidden;
	background: var(--mye-pink-light);
	aspect-ratio: 4/5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	position: relative;
	color: var(--mye-pink);
	font-size: 13px;
}
.about-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	background: var(--mye-navy);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 100px;
}
.about-name-tag {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: var(--mye-pink);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 100px;
}
.about-quote {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	color: var(--mye-navy);
	line-height: 1.55;
	font-style: italic;
	border-left: 3px solid var(--mye-pink);
	padding-left: 20px;
}
.check-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
}
.check-item::before {
	content: '✓';
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--mye-pink-light);
	color: var(--mye-pink);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	flex-shrink: 0;
	line-height: 22px;
	text-align: center;
}

/* ── Services section ── */
.services-wrap {
	background: var(--mye-gray);
	border-radius: 32px;
	margin: 0 16px;
	padding: 48px 32px;
}
@media (max-width: 768px) {
	.services-wrap {
		margin: 0;
		border-radius: 0;
		padding: 40px 16px;
	}
}

/* Filter tabs */
.filter-tabs {
	background: #fff;
	padding: 4px;
	border-radius: 100px;
	border: 1px solid #eee;
	display: inline-flex;
}
@media (max-width: 767px) {
	.filter-tabs {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		flex-wrap: nowrap;
		justify-content: flex-start;
		scrollbar-width: none;
	}
	.filter-tabs::-webkit-scrollbar {
		display: none;
	}
	.filter-btn {
		padding: 6px 12px;
		font-size: 11px;
		white-space: nowrap;
		flex-shrink: 0;
	}
}
.filter-btn {
	padding: 8px 20px;
	border-radius: 100px;
	border: none;
	background: transparent;
	font-family: 'DM Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	color: var(--mye-muted);
	transition: all 0.2s;
}
.filter-btn.active {
	background: var(--mye-navy);
	color: #fff;
}
.filter-btn:hover:not(.active) {
	color: var(--mye-text);
}

/* Service cards */
.service-card {
	background: #fff;
	border-radius: 18px;
	padding: 28px;
	border: 1px solid var(--mye-border);
	display: flex;
	flex-direction: column;
	gap: 14px;
	position: relative;
	transition:
		transform 0.2s,
		box-shadow 0.2s;
	height: 100%;
}
.service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(232, 24, 109, 0.1);
}
.service-card.featured {
	border-color: var(--mye-pink);
	background: linear-gradient(140deg, #fff 55%, #fde8f2);
}
.popular-badge {
	position: absolute;
	top: -13px;
	right: 20px;
	background: var(--mye-pink);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 14px;
	border-radius: 100px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	#servicios .d-flex.flex-column {
		align-items: flex-start !important;
	}
	#servicios .filter-tabs {
		align-self: stretch;
	}
}

/* Pills */
.pill {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 100px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	width: fit-content;
}
.pill-mensual {
	background: #e8f4fd;
	color: #1565c0;
}
.pill-asesoria {
	background: var(--mye-pink-light);
	color: #a0186d;
}
.pill-descargable {
	background: #e8fdf0;
	color: #1a7a3c;
}

.card-title-s {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	font-weight: 700;
	color: var(--mye-navy);
	line-height: 1.2;
}
.card-desc-s {
	font-size: 13px;
	color: var(--mye-muted);
	line-height: 1.7;
	flex: 1;
}
.card-features {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.card-features li {
	font-size: 12px;
	color: var(--mye-muted);
	display: flex;
	align-items: center;
	gap: 7px;
}
.card-features li::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--mye-pink);
	flex-shrink: 0;
}
.card-price {
	font-size: 18px;
	font-weight: 700;
	color: var(--mye-navy);
}
.card-price small {
	font-size: 13px;
	font-weight: 400;
	color: var(--mye-muted);
}

/* Buttons */
.btn-pink {
	background: var(--mye-pink);
	border: none;
	color: #fff;
	border-radius: 100px;
	font-weight: 600;
	transition: opacity 0.2s;
}
.btn-pink:hover {
	opacity: 0.88;
	background: var(--mye-pink);
	color: #fff;
}
.btn-navy {
	background: var(--mye-navy);
	border: none;
	color: #fff;
	border-radius: 100px;
	font-weight: 600;
	transition: background 0.2s;
}
.btn-navy:hover {
	background: var(--mye-navy-mid);
	color: #fff;
}
.btn-wa {
	background: #25d366;
	border: none;
	color: #fff;
	border-radius: 100px;
	font-weight: 700;
}
.btn-wa:hover {
	opacity: 0.9;
	background: #25d366;
	color: #fff;
}
.btn-dl {
	background: transparent;
	border: 1.5px solid #1a7a3c;
	color: #1a7a3c;
	border-radius: 100px;
	font-weight: 600;
}
.btn-dl:hover {
	background: #e8fdf0;
	color: #1a7a3c;
	border-color: #1a7a3c;
}
.btn-pago {
	background: transparent;
	border: 1.5px solid var(--mye-pink);
	color: var(--mye-pink);
	border-radius: 100px;
	font-weight: 600;
}
.btn-pago:hover {
	background: var(--mye-pink-light);
	color: var(--mye-pink);
	border-color: var(--mye-pink);
}

/* ── CTA Banner ── */
.cta-banner {
	background: var(--mye-navy);
	border-radius: 28px;
	margin: 0 16px;
	padding: 56px 8%;
	position: relative;
	overflow: hidden;
}
@media (max-width: 768px) {
	.cta-banner {
		margin: 0;
		border-radius: 0;
		padding: 48px 24px;
	}
}
.cta-banner::before {
	content: '';
	position: absolute;
	top: -80px;
	left: -80px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: var(--mye-pink);
	opacity: 0.1;
	pointer-events: none;
}
.cta-banner h2 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(24px, 4vw, 36px);
	font-weight: 700;
	color: #fff;
	margin-bottom: 12px;
}
.cta-banner p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
	line-height: 1.7;
}

/* ── Footer ── */
footer {
	background: #fff;
	border-top: 1px solid #eee;
	padding: 32px 0;
}
.footer-ig {
	background: var(--mye-pink-light);
	color: var(--mye-pink);
	font-size: 13px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 100px;
	text-decoration: none;
}
.footer-ig:hover {
	color: var(--mye-pink);
	opacity: 0.85;
}

/* ── Modals ── */
.modal-content {
	border-radius: 20px;
	border: none;
}
.modal-header {
	border-bottom: 1px solid #f0eae8;
	padding: 20px 24px;
}
.modal-body {
	padding: 24px;
}
.modal-title {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	color: var(--mye-navy);
}
.form-control {
	border-radius: 10px;
	font-size: 14px;
	border-color: var(--mye-border);
}
.form-control:focus {
	border-color: var(--mye-pink);
	box-shadow: 0 0 0 3px rgba(232, 24, 109, 0.12);
}
.form-label {
	font-size: 12px;
	font-weight: 600;
	color: var(--mye-muted);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* Servicios: dentro de container, sin márgenes laterales adicionales */
.container .services-wrap {
	margin: 0;
	border-radius: 24px;
}
/* Cards más compactas */
.service-card {
	padding: 22px !important;
	gap: 10px !important;
}
.card-title-s {
	font-size: 17px !important;
}
.card-desc-s {
	font-size: 12px !important;
}
.card-features li {
	font-size: 11px !important;
}

/* Equipo — foto featured (Paulina) */
.equipo-foto-featured {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #e8186d;
	background: #fde8f2;
}
.equipo-foto-featured img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
/* Equipo — fotos secundarias */
.equipo-foto {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #f0eae8;
	background: #fde8f2;
}
.equipo-foto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
/* Desktop: Paulina un poco más grande */
@media (min-width: 768px) {
	.equipo-foto-featured {
		width: 200px;
		height: 200px;
	}
	.equipo-foto {
		width: 150px;
		height: 150px;
	}
}
@media (max-width: 767px) {
	/* Igualar columnas de las 2 secundarias */
	.order-2,
	.order-3 {
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
	/* Evitar que el texto largo rompa el layout */
	.equipo-foto + div,
	.equipo-foto ~ div {
		word-break: break-word;
		hyphens: auto;
		font-size: 12px !important;
	}
}

@media (max-width: 767px) {
	.equipo-foto ~ div {
		font-size: 12px !important;
	}
	/* Igualar altura de nombre y rol entre columnas */
	.order-2,
	.order-3 {
		align-self: flex-start !important;
	}
}

/* ── Responsive ── */
@media (max-width: 991px) {
	.hero {
		padding: 60px 0 0;
	}
	.hero-photo {
		display: none;
	}
}
@media (max-width: 768px) {
	.hero h1 {
		font-size: 34px;
	}
	.hero-sub {
		font-size: 15px;
	}
	.trust-bar .container {
		flex-wrap: nowrap;
	}
	.section-title {
		font-size: 28px;
	}
}
