:root {
	--green: #2dbd6e;
	--green-dark: #1e9e57;
	--green-light: #e8f8ef;
	--navy: #1a2f5e;
	--gray: #f7f9fb;
	--muted: #6b7a99;
	--shadow-soft: 0 22px 60px rgba(17, 32, 67, 0.08);
	--shadow-card: 0 18px 40px rgba(17, 32, 67, 0.12);
	--shadow-green: 0 16px 34px rgba(45, 189, 110, 0.28);
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Poppins", sans-serif;
	color: var(--navy);
	background:
		radial-gradient(circle at top left, rgba(45, 189, 110, 0.08), transparent 28%),
		linear-gradient(180deg, #fdfefe 0%, #ffffff 28%, #f7f9fb 100%);
	overflow-x: hidden;
}

img {
	max-width: 100%;
	display: block;
}

a {
	color: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.admin-bar .pagadores-site-header {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .pagadores-site-header {
		top: 46px;
	}
}

body.pagadores-mobile-menu-open {
	overflow: hidden;
}

.pagadores-main {
	padding-top: 64px;
}

.pagadores-main--page {
	background: #fff;
}

.pagadores-site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	height: 64px;
	background: rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(15, 27, 58, 0.08);
	box-shadow: 0 10px 30px rgba(15, 27, 58, 0.06);
}

.pagadores-site-header__inner {
	max-width: 1320px;
	height: 100%;
	margin: 0 auto;
	padding: 0 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.nav-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	flex-shrink: 0;
}

.pagadores-brand-wordmark {
	display: block;
	width: auto;
	height: 42px;
	max-width: 220px;
	object-fit: contain;
}

.pagadores-brand-wordmark--footer {
	height: 38px;
	max-width: 210px;
}

.nav-tabs {
	display: flex;
	align-items: center;
	gap: 2px;
	flex: 1;
	justify-content: center;
}

.nav-tab {
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	color: var(--muted);
	text-decoration: none;
	transition: all 0.2s ease;
	position: relative;
	overflow: hidden;
}

.nav-tab:hover,
.nav-tab.active {
	color: var(--navy);
}

.nav-tab.active {
	background: rgba(26, 47, 94, 0.07);
	font-weight: 600;
}

.nav-tab::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 0;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(45, 189, 110, 0), rgba(45, 189, 110, 0.95), rgba(45, 189, 110, 0));
	transform: translateX(-50%);
	transition: width 0.25s ease;
}

.nav-tab:hover::after,
.nav-tab.active::after {
	width: 56%;
}

.nav-cta,
.btn-p,
.btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s ease;
	position: relative;
	overflow: hidden;
}

.nav-cta {
	background: var(--green);
	color: #fff;
	padding: 10px 22px;
	font-size: 13px;
	font-weight: 600;
	box-shadow: var(--shadow-green);
	flex-shrink: 0;
}

.nav-cta::before,
.btn-p::before,
.btn-primary::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, 0.22) 45%, transparent 70%);
	transform: translateX(-120%);
	transition: transform 0.65s ease;
}

.nav-cta:hover,
.btn-p:hover,
.btn-primary:hover {
	background: var(--green-dark);
	transform: translateY(-2px);
	box-shadow: 0 20px 36px rgba(30, 158, 87, 0.28);
}

.nav-cta:hover::before,
.btn-p:hover::before,
.btn-primary:hover::before {
	transform: translateX(120%);
}

.pagadores-mobile-toggle {
	display: none;
	background: transparent;
	border: 0;
	color: var(--navy);
	font-size: 28px;
	line-height: 1;
	padding: 0;
	cursor: pointer;
}

.pagadores-mobile-menu[hidden] {
	display: none;
}

.pagadores-mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 99;
}

.pagadores-mobile-menu__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(26, 47, 94, 0.18);
	backdrop-filter: blur(6px);
}

.pagadores-mobile-menu__panel {
	position: absolute;
	top: 84px;
	left: 16px;
	right: 16px;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
	padding: 22px;
	border: 1px solid rgba(17, 32, 67, 0.08);
	transform: translateY(10px) scale(0.98);
	opacity: 0;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.pagadores-mobile-menu:not([hidden]) .pagadores-mobile-menu__panel {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.pagadores-mobile-menu__links {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pagadores-mobile-menu__link {
	display: block;
	padding: 12px 14px;
	border-radius: 14px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: var(--navy);
}

.pagadores-mobile-menu__link.is-active,
.pagadores-mobile-menu__link:hover {
	background: rgba(26, 47, 94, 0.07);
}

.pagadores-mobile-menu__cta {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.hero {
	min-height: calc(93vh - 64px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	padding: 0 0 0 48px;
	overflow: hidden;
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(circle at 20% 15%, rgba(45, 189, 110, 0.14), transparent 22%),
		radial-gradient(circle at 62% 54%, rgba(26, 47, 94, 0.08), transparent 26%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 251, 0.96) 100%);
}

.hero::before,
.hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	z-index: -1;
}

.hero::before {
	width: 42vw;
	height: 42vw;
	max-width: 720px;
	max-height: 720px;
	right: -15vw;
	top: 8%;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0) 72%);
}

.hero::after {
	width: 24vw;
	height: 24vw;
	max-width: 360px;
	max-height: 360px;
	left: 32%;
	top: -10%;
	background: radial-gradient(circle at center, rgba(45, 189, 110, 0.16) 0%, rgba(45, 189, 110, 0) 68%);
}

.hero-blob {
	position: absolute;
	top: -60px;
	right: 44%;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 35%, rgba(45, 189, 110, 0.26), rgba(45, 189, 110, 0.02));
	pointer-events: none;
	filter: blur(4px);
	animation: pagadores-float 9s ease-in-out infinite;
}

.hero-left {
	max-width: 480px;
	padding: 40px 0;
	position: relative;
	z-index: 2;
}

.hero-eyebrow,
.sec-tag,
.fbadge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: var(--green-light);
	color: var(--green-dark);
	border: 1px solid rgba(45, 189, 110, 0.2);
	padding: 5px 13px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.5px;
	box-shadow: 0 10px 24px rgba(45, 189, 110, 0.12);
}

.hero-eyebrow::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--green);
}

.hero h1 {
	font-size: 46px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -1.5px;
	margin: 0 0 16px;
	text-wrap: balance;
}

.hero h1 em,
.home-solution h2 em,
.casos .sec-header h2 span,
.academia .sec-header h2 span {
	font-style: normal;
	color: var(--green);
}

.hero-sub {
	font-size: 15.5px;
	color: var(--muted);
	line-height: 1.7;
	margin: 0 0 32px;
	max-width: 400px;
}

.hero-ctas {
	display: flex;
	gap: 12px;
	margin-bottom: 32px;
}

.btn-p,
.btn-primary {
	background: var(--green);
	color: #fff;
	padding: 14px 28px;
	font-size: 14px;
	font-weight: 700;
	box-shadow: var(--shadow-green);
}

.btn-wa {
	background: #25d366;
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.btn-wa:hover {
	background: #1fbe5d;
}

.btn-p--sm {
	font-size: 13px;
	padding: 10px 20px;
}

.hero-checks,
.card-stack {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.chk {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--muted);
	transform: translateX(0);
	transition: transform 0.2s ease;
}

.chk:hover {
	transform: translateX(4px);
}

.chk-dot {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--green-light);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--green-dark);
	font-size: 9px;
	font-weight: 800;
	flex-shrink: 0;
}

.hero-right {
	height: calc(93vh - 64px);
	position: relative;
	overflow: hidden;
	border-bottom-left-radius: 46px;
}

.hero-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transform: scale(1.02);
}

.hero-right-fade {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 120px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.98), transparent);
}

.hero-stat-badge {
	position: absolute;
	left: 32px;
	bottom: 28px;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 18px;
	padding: 16px 20px;
	box-shadow: var(--shadow-card);
	border: 1px solid rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(12px);
	animation: pagadores-float-card 5s ease-in-out infinite;
}

.hero-stat-badge__value {
	font-size: 22px;
	font-weight: 800;
	color: var(--navy);
	line-height: 1;
}

.hero-stat-badge__label {
	font-size: 12px;
	color: var(--muted);
	margin-top: 4px;
}

.negotiation-band {
	padding: 72px 48px;
	background: linear-gradient(135deg, var(--navy), #253d7a);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.negotiation-band::before,
.negotiation-band::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.negotiation-band::before {
	width: 320px;
	height: 320px;
	left: -140px;
	top: -110px;
	background: radial-gradient(circle, rgba(45, 189, 110, 0.14), rgba(45, 189, 110, 0));
}

.negotiation-band::after {
	width: 260px;
	height: 260px;
	right: -80px;
	bottom: -120px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}

.negotiation-band__inner {
	max-width: 680px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.negotiation-band__tag {
	display: inline-block;
	background: rgba(255, 255, 255, 0.08);
	color: #c7ffd8;
	border: 1px solid rgba(255, 255, 255, 0.16);
	padding: 6px 16px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	box-shadow: 0 16px 36px rgba(8, 15, 35, 0.15);
}

.negotiation-band h2 {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	line-height: 1.3;
	letter-spacing: -0.5px;
	margin: 0 0 20px;
}

.negotiation-band h2 span {
	color: var(--green);
}

.negotiation-band p {
	font-size: 15.5px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.8;
	margin: 0 0 32px;
}

.trust {
	background: var(--navy);
	padding: 24px 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 56px;
	position: relative;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.tstat .tv {
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	text-shadow: 0 10px 28px rgba(7, 16, 40, 0.28);
}

.tstat .tv em {
	font-style: normal;
	color: var(--green);
}

.tstat .tl {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 2px;
}

.tdiv {
	width: 1px;
	height: 32px;
	background: rgba(255, 255, 255, 0.1);
}

.home-solution,
.casos,
.academia,
.ayuda,
.como,
.quienes {
	padding: 72px 48px;
	background:
		radial-gradient(circle at top left, rgba(45, 189, 110, 0.07), transparent 20%),
		linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.home-solution__grid {
	max-width: 860px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}

.home-solution h2 {
	font-size: 28px;
	font-weight: 800;
	color: var(--navy);
	line-height: 1.3;
	margin: 0 0 20px;
}

.problem-card,
.solution-card {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px;
	border-radius: 12px;
	box-shadow: 0 12px 26px rgba(17, 32, 67, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.9);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.problem-card {
	background: #fff5f5;
	border-left: 3px solid #e05555;
}

.solution-card {
	background: var(--green-light);
	border-left: 3px solid var(--green);
}

.problem-card:hover,
.solution-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-card);
}

.problem-card__icon,
.solution-card__icon {
	font-size: 18px;
	line-height: 1;
}

.problem-card p,
.solution-card p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
}

.problem-card p {
	color: #666;
}

.solution-card p {
	color: var(--navy);
}

.home-solution__cta {
	margin-top: 24px;
}

.sec-header {
	text-align: center;
	margin-bottom: 48px;
}

.sec-header h2 {
	font-size: 30px;
	font-weight: 800;
	color: var(--navy);
	letter-spacing: -0.6px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.sec-header p {
	font-size: 14.5px;
	color: var(--muted);
	margin: 0;
}

.steps,
.faq {
	max-width: 620px;
	margin: 0 auto;
}

.step {
	display: flex;
	gap: 20px;
	padding: 22px 0;
	border-bottom: 1px solid #f0f2f5;
	transition: transform 0.22s ease;
}

.step:last-child {
	border-bottom: 0;
}

.step:hover {
	transform: translateX(6px);
}

.step-l {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
}

.snum {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--green-light);
	color: var(--green-dark);
	font-size: 13px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid rgba(45, 189, 110, 0.15);
}

.step.feat .snum {
	background: var(--green);
	color: #fff;
	border: 0;
	box-shadow: 0 4px 14px rgba(45, 189, 110, 0.4);
}

.sline {
	width: 2px;
	flex: 1;
	min-height: 12px;
	background: linear-gradient(to bottom, rgba(45, 189, 110, 0.2), transparent);
	margin-top: 6px;
}

.step-body {
	padding-top: 8px;
}

.step-body h3 {
	font-size: 14.5px;
	font-weight: 700;
	color: var(--navy);
	margin: 0 0 4px;
}

.step.feat .step-body h3 {
	color: var(--green-dark);
}

.step-body p {
	font-size: 13px;
	color: var(--muted);
	line-height: 1.65;
	margin: 0;
}

.step-icon {
	width: 36px;
	height: 36px;
	object-fit: contain;
	flex-shrink: 0;
	opacity: 0.85;
}

.sbadge {
	display: inline-block;
	background: var(--green);
	color: #fff;
	padding: 2px 9px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}

.q-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	max-width: 860px;
	margin: 0 auto 56px;
	align-items: center;
}

.q-text h2 {
	font-size: 30px;
	font-weight: 800;
	color: var(--navy);
	letter-spacing: -0.6px;
	line-height: 1.2;
	margin: 0 0 16px;
}

.q-text h2 span {
	color: var(--green);
}

.q-text p {
	font-size: 13.5px;
	color: var(--muted);
	line-height: 1.75;
	margin: 0 0 12px;
}

.q-text .fbadge {
	margin-top: 8px;
}

.q-img {
	height: 340px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: var(--shadow-soft);
}

.q-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.benefits-shell,
.reason-shell {
	max-width: 860px;
	margin: 0 auto 48px;
}

.quienes-intro {
	font-size: 14px;
	color: var(--muted);
	line-height: 1.75;
	margin: 0 0 24px;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.benefit-card {
	background: var(--gray);
	border-radius: 14px;
	padding: 22px;
	border-top: 3px solid var(--green);
	box-shadow: 0 18px 36px rgba(17, 32, 67, 0.06);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.benefit-card:hover,
.valor:hover,
.contact-card:hover,
.video-card:hover,
.academy-card:hover,
.academy-article:hover,
.academy-video:hover,
.mv-card:hover,
.tcard:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-card);
}

.benefit-card--navy {
	border-top-color: var(--navy);
}

.benefit-card__emoji {
	font-size: 24px;
	margin-bottom: 10px;
}

.benefit-card h4 {
	font-size: 13px;
	font-weight: 700;
	color: var(--navy);
	margin: 0 0 6px;
}

.benefit-card p {
	font-size: 12.5px;
	color: var(--muted);
	line-height: 1.65;
	margin: 0;
}

.reason-shell {
	text-align: center;
	margin-bottom: 32px;
}

.reason-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--green-light);
	color: var(--green-dark);
	border: 2px solid rgba(45, 189, 110, 0.3);
	padding: 12px 28px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 28px;
}

.reason-pill span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--green);
	display: inline-block;
}

.mv-grid,
.video-grid,
.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	max-width: 860px;
	margin: 0 auto;
}

.mv-card {
	border-radius: 16px;
	padding: 28px;
	box-shadow: var(--shadow-soft);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mv-card.mission {
	background: linear-gradient(135deg, var(--navy), #253d7a);
}

.mv-card.vision {
	background: var(--gray);
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.mv-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.mv-card.mission .mv-label {
	color: var(--green);
}

.mv-card.vision .mv-label {
	color: var(--green-dark);
}

.mv-card p {
	font-size: 13.5px;
	line-height: 1.75;
	font-style: italic;
	margin: 0;
}

.mv-card.mission p {
	color: rgba(255, 255, 255, 0.8);
}

.mv-card.vision p {
	color: var(--muted);
}

.valores {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	max-width: 860px;
	margin: 0 auto;
}

.valor {
	background: var(--gray);
	border-radius: 14px;
	padding: 20px;
	text-align: center;
	box-shadow: 0 18px 36px rgba(17, 32, 67, 0.05);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.valor .vi {
	font-size: 26px;
	margin-bottom: 8px;
}

.valor h4 {
	font-size: 13px;
	font-weight: 700;
	color: var(--navy);
	margin: 0 0 4px;
}

.valor p {
	font-size: 12px;
	color: var(--muted);
	line-height: 1.55;
	margin: 0;
}

.casos .sec-header h2 span {
	display: inline-block;
}

.tgrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	max-width: 860px;
	margin: 0 auto;
}

.tcard {
	background: var(--gray);
	border-radius: 18px;
	padding: 28px 28px 22px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(17, 32, 67, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tcard::before {
	content: '"';
	position: absolute;
	top: -12px;
	right: 18px;
	font-size: 100px;
	color: rgba(45, 189, 110, 0.12);
	font-weight: 800;
	line-height: 1;
}

.tcard blockquote {
	font-size: 13.5px;
	line-height: 1.75;
	color: #444;
	font-style: italic;
	margin: 0 0 20px;
	position: relative;
	z-index: 1;
}

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

.tavatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--green), var(--navy));
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 800;
	font-size: 14px;
	flex-shrink: 0;
}

.tname {
	font-size: 13px;
	font-weight: 700;
	color: var(--navy);
}

.trole {
	font-size: 11.5px;
	color: var(--muted);
}

.tstars {
	color: #f4a261;
	font-size: 11px;
	margin-top: 1px;
}

.video-shell {
	max-width: 860px;
	margin: 48px auto 0;
}

.video-shell h3,
.academy-section h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--navy);
	margin: 0 0 24px;
	text-align: center;
}

.video-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.video-card {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.07);
	background: #fff;
	box-shadow: 0 18px 36px rgba(17, 32, 67, 0.06);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.video-thumb {
	position: relative;
	background: #000;
}

.video-thumb__button {
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	cursor: pointer;
	background: transparent;
}

.video-thumb img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
	opacity: 0.85;
	transition: opacity 0.2s ease;
}

.video-thumb:hover img {
	opacity: 1;
}

.play-btn {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-btn span {
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.video-card__copy {
	padding: 14px;
}

.video-card__copy p {
	font-size: 13px;
	font-weight: 700;
	color: var(--navy);
	margin: 0;
}

.video-card__copy span {
	font-size: 12px;
	color: var(--muted);
}

.cases-cta,
.academy-cta {
	text-align: center;
	margin-top: 56px;
	padding: 48px;
	background: linear-gradient(135deg, var(--navy), #253d7a);
	border-radius: 24px;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 28px 60px rgba(17, 32, 67, 0.18);
	position: relative;
	overflow: hidden;
}

.cases-cta::before,
.academy-cta::before {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	right: -50px;
	top: -50px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(45, 189, 110, 0.24), rgba(45, 189, 110, 0));
	pointer-events: none;
}

.cases-cta h3,
.academy-cta h3 {
	font-size: 26px;
	font-weight: 800;
	color: #fff;
	margin: 0 0 10px;
}

.academy-cta h3 {
	font-size: 24px;
}

.cases-cta p,
.academy-cta p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.65);
	margin: 0 0 24px;
}

.academy-section {
	max-width: 900px;
	margin: 0 auto 64px;
}

.academy-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.academy-card,
.academy-article,
.academy-video {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.07);
	background: #fff;
	box-shadow: 0 18px 34px rgba(17, 32, 67, 0.06);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.academy-card {
	background: var(--gray);
	border-color: rgba(0, 0, 0, 0.05);
}

.academy-card__media,
.academy-video__media {
	padding: 28px 20px;
	text-align: center;
	position: relative;
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.academy-card__media--navy {
	background: linear-gradient(135deg, var(--navy), #253d7a);
}

.academy-card__media--green {
	background: linear-gradient(135deg, #1e9e57, #2dbd6e);
}

.academy-card__media--slate {
	background: linear-gradient(135deg, #6b7a99, #1a2f5e);
}

.academy-card__emoji {
	font-size: 36px;
	margin-bottom: 8px;
}

.academy-card__status,
.academy-video__status {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	display: inline-block;
}

.academy-card__status {
	background: rgba(45, 189, 110, 0.2);
	color: var(--green);
}

.academy-card__media--green .academy-card__status {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.academy-card__body,
.academy-article__body,
.academy-video__body {
	padding: 20px 18px;
}

.academy-card__body h4,
.academy-article__body h4,
.academy-video__body h4 {
	font-size: 13.5px;
	font-weight: 700;
	color: var(--navy);
	margin: 0 0 6px;
	line-height: 1.4;
}

.academy-card__body p,
.academy-article__body p {
	font-size: 12px;
	color: var(--muted);
	line-height: 1.6;
	margin: 0 0 16px;
}

.academy-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.academy-card__meta span {
	font-size: 11px;
	color: var(--muted);
}

.academy-card__badge {
	background: var(--green-light);
	color: var(--green-dark);
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
}

.academy-article__icon {
	padding: 20px;
	font-size: 32px;
	text-align: center;
}

.academy-article__icon--emerald {
	background: var(--green-light);
}

.academy-article__icon--navy {
	background: #e8f0fe;
}

.academy-article__icon--amber {
	background: #fff5e8;
}

.academy-article__category {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.academy-article__category--emerald {
	color: var(--green-dark);
}

.academy-article__category--navy {
	color: var(--navy);
}

.academy-article__category--amber {
	color: #e07a00;
}

.academy-video__media {
	height: 120px;
}

.academy-video__play {
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
}

.academy-video__status {
	background: rgba(45, 189, 110, 0.9);
	color: #fff;
}

.academy-card__media--green .academy-video__status {
	background: rgba(26, 47, 94, 0.9);
}

.academy-video__body p {
	font-size: 11.5px;
	color: var(--muted);
	margin: 0;
}

.ayuda {
	background: var(--gray);
}

.help-list {
	list-style: none;
	max-width: 480px;
	margin: 16px auto 32px;
	padding: 0;
	text-align: left;
}

.help-list .chk {
	font-size: 14px;
	color: var(--navy);
	margin-bottom: 10px;
}

.contact-grid {
	max-width: 680px;
}

.contact-card {
	background: #fff;
	border-radius: 16px;
	padding: 28px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	text-align: center;
	box-shadow: 0 18px 36px rgba(17, 32, 67, 0.06);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.contact-card .ci {
	font-size: 32px;
	margin-bottom: 12px;
}

.contact-card h3 {
	font-size: 15px;
	font-weight: 700;
	color: var(--navy);
	margin: 0 0 6px;
}

.contact-card p {
	font-size: 13px;
	color: var(--muted);
	margin: 0 0 18px;
	line-height: 1.6;
}

.faq-item {
	background: #fff;
	border-radius: 12px;
	margin-bottom: 8px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(17, 32, 67, 0.05);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.faq-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(17, 32, 67, 0.08);
}

.faq-q {
	width: 100%;
	padding: 15px 18px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--navy);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 0;
	background: transparent;
	text-align: left;
	font-family: inherit;
}

.faq-q:hover {
	background: #fafafa;
}

.faq-q .arr {
	font-size: 14px;
	color: var(--muted);
	transition: transform 0.25s ease;
}

.faq-item.open .faq-q .arr {
	transform: rotate(180deg);
}

.faq-a {
	padding: 0 18px 14px;
	font-size: 13px;
	color: var(--muted);
	line-height: 1.7;
}

.pagadores-site-footer {
	background: #0f1e3d;
	color: rgba(255, 255, 255, 0.55);
	padding: 40px 48px 22px;
	position: relative;
	overflow: hidden;
}

.pagadores-site-footer::before {
	content: "";
	position: absolute;
	inset: -10% auto auto -8%;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(45, 189, 110, 0.14), rgba(45, 189, 110, 0));
	pointer-events: none;
}

.pagadores-site-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 32px;
	margin-bottom: 32px;
	position: relative;
	z-index: 1;
}

.pagadores-site-footer__brand p {
	font-size: 12px;
	line-height: 1.6;
	max-width: 220px;
	margin: 12px 0;
}

.pagadores-site-footer .fbadge {
	background: rgba(45, 189, 110, 0.1);
	color: var(--green);
	border-color: rgba(45, 189, 110, 0.2);
}

.pagadores-site-footer h4 {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
}

.pagadores-site-footer a,
.pagadores-site-footer span {
	display: block;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	text-decoration: none;
	margin-bottom: 6px;
	transition: color 0.2s ease;
}

.pagadores-site-footer a:hover {
	color: var(--green);
}

.pagadores-site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	padding-top: 18px;
	display: flex;
	justify-content: space-between;
	gap: 6px;
	flex-wrap: wrap;
	font-size: 11px;
}

.wa-float {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 999;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border-radius: 999px;
	padding: 9px 16px 9px 9px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(0, 0, 0, 0.06);
	cursor: pointer;
	text-decoration: none;
	transition: transform 0.2s ease;
	backdrop-filter: blur(12px);
	animation: pagadores-float-card 4.5s ease-in-out infinite;
}

.wa-float:hover {
	transform: translateY(-2px);
}

.wa-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #25d366;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 17px;
	flex-shrink: 0;
	box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
}

.wa-dot {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #25d366;
	border: 2px solid #fff;
	animation: pagadores-pulse 2.2s ease-in-out infinite;
}

.pagadores-reveal {
	opacity: 1;
	transform: none;
	animation: pagadores-enter 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
	animation-delay: var(--reveal-delay, 0ms);
}

.pagadores-reveal.is-visible {
	opacity: 1;
	transform: none;
}

@keyframes pagadores-enter {
	0% {
		opacity: 0;
		transform: translateY(26px) scale(0.985);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes pagadores-float {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, 16px, 0);
	}
}

@keyframes pagadores-float-card {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
}

@keyframes pagadores-pulse {
	0%,
	100% {
		opacity: 1;
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.34);
	}
	50% {
		opacity: 0.7;
		box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
	}
}

.wa-t1 {
	display: block;
	font-size: 11.5px;
	font-weight: 700;
	color: var(--navy);
}

.wa-t2 {
	font-size: 10.5px;
	color: var(--muted);
}

.page-shell,
.not-found-shell {
	min-height: 100vh;
	padding: 10rem 1.5rem 5rem;
	background: linear-gradient(180deg, var(--gray) 0%, #ffffff 100%);
}

.page-shell__container,
.not-found-card {
	max-width: 920px;
	margin: 0 auto;
}

.page-card,
.not-found-card {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 32px;
	padding: 2rem;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.page-card--compact {
	margin-bottom: 2rem;
}

.page-card__header {
	margin-bottom: 1.5rem;
}

.page-card__eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--green-dark);
}

.page-card__title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
	color: var(--navy);
}

.page-card__description,
.entry-meta {
	margin-top: 1rem;
	color: var(--muted);
}

.page-card__content {
	color: #334155;
}

.page-card__featured-image {
	margin-bottom: 1.5rem;
}

.page-card__featured-image img {
	width: 100%;
	height: auto;
	border-radius: 24px;
}

.archive-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.25rem;
}

.entry-card {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	padding: 1.5rem;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.entry-card__meta {
	margin: 0 0 0.75rem;
	font-size: 0.85rem;
	color: var(--muted);
}

.entry-card__title {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
	line-height: 1.25;
}

.entry-card__title a {
	color: var(--navy);
	text-decoration: none;
}

.entry-card__title a:hover {
	color: var(--green-dark);
}

.entry-card__excerpt {
	color: var(--muted);
}

.pagination-shell {
	margin-top: 2rem;
}

.pagination-shell .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.pagination-shell .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	padding: 0.75rem 1rem;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	color: var(--navy);
	text-decoration: none;
}

.pagination-shell .page-numbers.current {
	background: var(--green);
	border-color: var(--green);
	color: #ffffff;
}

.not-found-shell {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1100px) {
	.nav-tabs,
	.pagadores-site-cta {
		display: none;
	}

	.pagadores-mobile-toggle {
		display: inline-flex;
	}

	.pagadores-site-header__inner {
		padding: 0 20px;
	}
}

@media (max-width: 900px) {
	.hero,
	.home-solution__grid,
	.q-grid,
	.benefits-grid,
	.tgrid,
	.video-grid,
	.academy-grid,
	.contact-grid,
	.pagadores-site-footer__grid,
	.mv-grid,
	.valores {
		grid-template-columns: 1fr;
	}

	.hero {
		padding: 24px 24px 0;
		min-height: auto;
	}

	.hero-right {
		height: auto;
		border-bottom-left-radius: 0;
	}

	.hero-right img {
		height: auto;
		max-height: 520px;
	}

	.hero-right-fade {
		display: none;
	}

	.hero-stat-badge {
		left: 16px;
		right: 16px;
		bottom: 16px;
		animation: none;
	}

	.home-solution,
	.casos,
	.academia,
	.ayuda,
	.como,
	.quienes,
	.negotiation-band {
		padding: 56px 24px;
	}

	.trust {
		flex-direction: column;
		gap: 20px;
		padding: 28px 24px;
	}

	.tdiv {
		width: 40px;
		height: 1px;
	}

	.pagadores-site-footer {
		padding: 40px 24px 22px;
	}
}

@media (max-width: 640px) {
	.pagadores-main {
		padding-top: 64px;
	}

	.hero,
	.home-solution,
	.casos,
	.academia,
	.ayuda,
	.como,
	.quienes,
	.negotiation-band {
		padding-left: 20px;
		padding-right: 20px;
	}

	.hero h1 {
		font-size: 34px;
	}

	.sec-header h2,
	.negotiation-band h2,
	.home-solution h2,
	.q-text h2 {
		font-size: 26px;
	}

	.pagadores-brand-wordmark {
		height: 36px;
		max-width: 180px;
	}

	.pagadores-brand-wordmark--footer {
		height: 34px;
		max-width: 180px;
	}

	.wa-float {
		right: 16px;
		left: 16px;
		bottom: 16px;
	}

	.pagadores-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
