.page-beneficio-negado .hero-beneficio-negado {
	background:
		linear-gradient(90deg, #020202 0%, rgba(2, 2, 2, 0.92) 36%, rgba(2, 2, 2, 0.66) 52%, rgba(2, 2, 2, 0.4) 64%, rgba(2, 2, 2, 0.2) 74%, rgba(2, 2, 2, 0.08) 84%, rgba(2, 2, 2, 0) 93%),
		radial-gradient(90% 130% at 83% 52%, rgba(2, 2, 2, 0.22) 0%, rgba(2, 2, 2, 0.12) 26%, rgba(2, 2, 2, 0.05) 44%, rgba(2, 2, 2, 0) 62%),
		url("../../assets/img/beneficio-negado-imgs/header-negado.jpg") 132% center / contain no-repeat,
		linear-gradient(180deg, #020202 0%, #0b0b0b 100%);
	min-height: 100vh;
	min-height: 100svh;
	padding: 98px 0 42px;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.page-beneficio-negado .hero-content {
	max-width: 1240px;
	width: 100%;
	place-items: stretch;
	gap: 0;
	box-sizing: border-box;
}

.page-beneficio-negado .negado-hero-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}

.page-beneficio-negado .negado-hero-title {
	font-size: clamp(2.1rem, 5.6vw, 4.2rem);
	text-align: left;
	max-width: 18ch;
	width: 100%;
	box-sizing: border-box;
}

.page-beneficio-negado .negado-hero-copy {
	display: grid;
	gap: 12px;
	text-align: left;
	max-width: 760px;
	width: 100%;
	box-sizing: border-box;
}

.page-beneficio-negado .negado-hero-copy p {
	max-width: 64ch;
	width: 100%;
	text-align: left;
	color: rgba(247, 244, 238, 0.92);
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(4px);
	box-sizing: border-box;
}

.page-beneficio-negado .negado-hero-copy p:first-of-type {
	border-color: rgba(255, 255, 255, 0.26);
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
}

.page-beneficio-negado .negado-hero-copy .primary-cta {
	justify-self: start;
	margin-top: 6px;
}

.page-beneficio-negado .negado-hero-image {
	display: none;
}

.page-beneficio-negado .negado-hero-image img {
	display: none;
}

.page-beneficio-negado .negado-authority-start {
	background: linear-gradient(180deg, #f8f9fb 0%, #eef2f6 100%);
}

.page-beneficio-negado .negado-authority-start .section-heading {
	max-width: 920px;
	display: grid;
	gap: 14px;
	margin: 0 auto;
	text-align: center;
}

.page-beneficio-negado .negado-authority-start .section-heading .eyebrow {
	justify-self: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(10, 24, 42, 0.06);
	border: 1px solid rgba(10, 24, 42, 0.14);
	letter-spacing: 0.09em;
	font-weight: 700;
}

.page-beneficio-negado .negado-authority-start .section-heading h2 {
	font-size: clamp(2rem, 4.1vw, 2.9rem);
	line-height: 1.06;
	letter-spacing: 0.01em;
	color: #17212b;
	max-width: 24ch;
	margin-bottom: 2px;
	justify-self: center;
}

.page-beneficio-negado .negado-authority-start .section-heading .typing-title {
	max-width: none;
	width: 100%;
	text-align: center;
}

.page-beneficio-negado .negado-authority-start .section-heading .typing-title__text {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	width: 0;
	max-width: 100%;
	border-right: 2px solid #17212b;
	padding-right: 3px;
	animation: negadoTyping 2.3s steps(46, end) 0.1s forwards, negadoCaretBlink 1.1s step-end infinite;
}

@keyframes negadoTyping {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@keyframes negadoCaretBlink {
	0%,
	45% {
		border-right-color: #17212b;
	}

	46%,
	100% {
		border-right-color: transparent;
	}
}

@keyframes topLinePulse {
	0%,
	100% {
		opacity: 0.14;
		transform: scaleX(0.94);
	}

	50% {
		opacity: 0.34;
		transform: scaleX(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.page-beneficio-negado .negado-authority-start .section-heading .typing-title__text {
		animation: none;
		width: auto;
		border-right: 0;
		padding-right: 0;
	}
}

.page-beneficio-negado .negado-authority-start .section-heading p {
	max-width: 76ch;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(4px);
	line-height: 1.72;
	color: #213141;
	justify-self: center;
	text-align: center;
}

.page-beneficio-negado .negado-not-end .section-heading,
.page-beneficio-negado .negado-authority .section-heading {
	max-width: 900px;
}

.page-beneficio-negado .negado-benefits-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-beneficio-negado .negado-benefits .section-heading {
	max-width: none;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 0;
	position: relative;
}

.page-beneficio-negado .negado-benefits .section-heading::after {
	content: "";
	display: block;
	width: min(180px, 40vw);
	height: 2px;
	margin: 22px auto 0;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 999px;
}

.page-beneficio-negado .negado-benefits-grid .service-card {
	grid-column: auto;
	min-height: 0;
}

.page-beneficio-negado .negado-benefits-grid .service-card h3 {
	font-size: clamp(1.2rem, 1.9vw, 1.5rem);
	margin-bottom: 12px;
}

.page-beneficio-negado .negado-reasons-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.page-beneficio-negado .negado-reason-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 290px;
	padding: 24px 22px 22px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 245, 245, 0.98) 100%);
	box-shadow: 0 18px 40px rgba(12, 12, 12, 0.16);
	overflow: hidden;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
	border: 2px solid rgba(0, 0, 0, 0.58);
	backdrop-filter: blur(10px);
	cursor: pointer;
}

.page-beneficio-negado .negado-reason-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.05), transparent 44%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.32s ease;
}

.page-beneficio-negado .negado-reason-card::after {
	content: "";
	position: absolute;
	left: 22px;
	right: 22px;
	top: 0;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #111111 0%, #5e5e5e 100%);
	opacity: 0.14;
	pointer-events: none;
	transition: opacity 0.32s ease, transform 0.32s ease;
	animation: topLinePulse 5.8s ease-in-out infinite;
}

.page-beneficio-negado .negado-reason-card:hover {
	transform: translateY(-14px) scale(1.01);
	box-shadow: 0 34px 70px rgba(12, 12, 12, 0.16);
	border-color: rgba(0, 0, 0, 0.72);
}

.page-beneficio-negado .negado-reason-card:hover::before {
	opacity: 1;
}

.page-beneficio-negado .negado-reason-card:hover::after {
	opacity: 1;
	transform: scaleX(1.02);
}

.page-beneficio-negado .negado-reason-card h3 {
	font-size: clamp(1.22rem, 1.8vw, 1.42rem);
	line-height: 1.2;
	color: #1f1b18;
	margin-bottom: 10px;
}

.page-beneficio-negado .negado-reason-card .card-icon {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	margin-bottom: 18px;
	background: linear-gradient(145deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.04));
	color: #202020;
	font-size: 1.15rem;
	transition: transform 0.3s ease, background 0.3s ease;
}

.page-beneficio-negado .negado-reason-card:hover .card-icon {
	transform: translateY(-4px) scale(1.12);
	background: linear-gradient(145deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.07));
}

.page-beneficio-negado .negado-reason-card p {
	color: #4f4b44;
	flex: 1;
	font-size: 0.9rem;
	line-height: 1.7;
	margin-bottom: 0;
}

.page-beneficio-negado .negado-not-end .section-heading > p:first-of-type,
.page-beneficio-negado .negado-not-end .negado-commercial-note {
	max-width: 78ch;
	margin: 0 auto;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.06);
	color: rgba(247, 244, 238, 0.94);
}

.page-beneficio-negado .negado-not-end .negado-commercial-note {
	margin-top: 18px;
}

.page-beneficio-negado .negado-not-end .primary-cta {
	margin-top: 18px;
}

.page-beneficio-negado .negado-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	counter-reset: negado-step;
}

.page-beneficio-negado .negado-step {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border-radius: 20px;
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.82), rgba(246, 242, 235, 0.68));
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 1px solid rgba(0, 0, 0, 0.18);
	outline-offset: -1px;
	box-shadow: 0 22px 46px rgba(0, 0, 0, 0.32), 0 8px 16px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.76) inset;
	backdrop-filter: blur(6px);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
	counter-increment: negado-step;
}

.page-beneficio-negado .negado-step::before {
	content: "0" counter(negado-step);
	position: absolute;
	right: 18px;
	top: 16px;
	font-family: "Cormorant Garamond", serif;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: -0.05em;
	color: rgba(17, 17, 17, 0.12);
	transition: transform 0.28s ease, color 0.28s ease;
}

.page-beneficio-negado .negado-step::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.26) 100%);
	opacity: 1;
}

.page-beneficio-negado .negado-step:hover {
	transform: translateY(-8px);
	box-shadow: 0 28px 56px rgba(0, 0, 0, 0.4), 0 10px 20px rgba(0, 0, 0, 0.26), 0 1px 0 rgba(255, 255, 255, 0.82) inset;
	border-color: rgba(0, 0, 0, 0.3);
}

.page-beneficio-negado .negado-step:hover::before {
	transform: translateY(-2px) scale(1.04);
	color: rgba(17, 17, 17, 0.18);
}

.page-beneficio-negado .negado-step h3 {
	max-width: none;
	font-size: clamp(1.12rem, 1.8vw, 1.44rem);
	line-height: 1.15;
	margin-bottom: 12px;
	padding-right: 60px;
	color: #181615;
}

.page-beneficio-negado .negado-step p {
	color: #4a433d;
	line-height: 1.7;
}

.page-beneficio-negado .negado-authority-logo {
	display: block;
	width: min(74vw, 300px);
	height: auto;
	margin: 0 auto 14px;
	object-fit: contain;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
}

.page-beneficio-negado .negado-authority-list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	max-width: 860px;
	margin: 0 auto;
}

.page-beneficio-negado .negado-authority-list li {
	padding: 14px 16px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(247, 244, 238, 0.94);
	text-align: center;
	font-weight: 600;
}

.page-beneficio-negado .negado-faq-list {
	display: grid;
	gap: 12px;
	max-width: 980px;
	margin: 0 auto;
}

.page-beneficio-negado .negado-faq-item {
	border-radius: 16px;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 239, 0.96));
	border: 1px solid rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.page-beneficio-negado .negado-faq-item summary {
	cursor: pointer;
	position: relative;
	padding: 16px 52px 16px 18px;
	font-weight: 600;
	color: #202020;
	list-style: none;
}

.page-beneficio-negado .negado-faq-item summary::after {
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 0.9rem;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.24s ease, opacity 0.24s ease;
	opacity: 0.8;
}

.page-beneficio-negado .negado-faq-item[open] summary::after {
	transform: translateY(-50%) rotate(180deg);
	opacity: 1;
}

.page-beneficio-negado .negado-faq-item summary::-webkit-details-marker {
	display: none;
}

.page-beneficio-negado .negado-faq-item p {
	padding: 0 18px 16px;
	color: #4f4a43;
	line-height: 1.7;
}

.page-beneficio-negado .negado-final-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.page-beneficio-negado .negado-final-cta-logo {
	margin-left: clamp(16px, 4vw, 64px);
	width: min(100%, 380px);
	height: auto;
	flex-shrink: 0;
}

.page-beneficio-negado .negado-final-cta .cta-strip__title {
	display: grid;
	gap: 8px;
	flex: 1;
	text-align: center;
	place-items: center;
}

.page-beneficio-negado .negado-final-cta .secondary-cta {
	flex-shrink: 0;
}

@media (max-width: 1240px) {
	.page-beneficio-negado .negado-benefits-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.page-beneficio-negado .hero-beneficio-negado {
		background-image:
			linear-gradient(90deg, #020202 0%, rgba(2, 2, 2, 0.92) 36%, rgba(2, 2, 2, 0.66) 52%, rgba(2, 2, 2, 0.4) 64%, rgba(2, 2, 2, 0.2) 74%, rgba(2, 2, 2, 0.08) 84%, rgba(2, 2, 2, 0) 93%),
			radial-gradient(90% 130% at 83% 52%, rgba(2, 2, 2, 0.22) 0%, rgba(2, 2, 2, 0.12) 26%, rgba(2, 2, 2, 0.05) 44%, rgba(2, 2, 2, 0) 62%),
			url("../../assets/img/beneficio-negado-imgs/header-negado.jpg") 176% center / auto 108% no-repeat,
			linear-gradient(180deg, #020202 0%, #0b0b0b 100%);
	}

	.page-beneficio-negado .negado-benefits-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-beneficio-negado .negado-reasons-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.page-beneficio-negado .negado-steps {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.page-beneficio-negado .hero-beneficio-negado {
		min-height: 0;
		background-image:
			linear-gradient(90deg, #020202 0%, rgba(2, 2, 2, 0.86) 58%, rgba(2, 2, 2, 0.25) 100%),
			linear-gradient(180deg, #020202 0%, #0b0b0b 100%);
		background-position: 0 0, 0 0;
		background-size: auto, auto;
		background-repeat: no-repeat;
		padding: 88px 0 34px;
		overflow: hidden;
	}

	.page-beneficio-negado .negado-hero-layout {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 0 16px;
		box-sizing: border-box;
	}

	.page-beneficio-negado .negado-hero-copy {
		text-align: left;
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}

	.page-beneficio-negado .negado-hero-copy h1,
	.page-beneficio-negado .negado-hero-copy p {
		text-align: left;
		width: 100%;
		box-sizing: border-box;
	}

	.page-beneficio-negado .negado-hero-title {
		max-width: 100%;
		width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
		box-sizing: border-box;
	}

	.page-beneficio-negado .negado-hero-copy p {
		max-width: 100%;
		font-size: 0.95rem;
		line-height: 1.62;
		padding: 12px 12px;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.page-beneficio-negado .negado-hero-copy .primary-cta {
		justify-self: stretch;
		justify-content: center;
	}

	.page-beneficio-negado .negado-hero-image {
		display: block;
		position: relative;
		overflow: hidden;
		justify-self: center;
		width: 100%;
		max-width: 420px;
		border-radius: 16px;
		background: #020202;
	}

	.page-beneficio-negado .negado-hero-image::after {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(90deg, rgba(2, 2, 2, 0.9) 0%, rgba(2, 2, 2, 0.66) 28%, rgba(2, 2, 2, 0.3) 52%, rgba(2, 2, 2, 0.07) 76%);
		pointer-events: none;
	}

	.page-beneficio-negado .negado-hero-image img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: contain;
		filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.35));
	}

	.page-beneficio-negado .negado-benefits-grid,
	.page-beneficio-negado .negado-reasons-grid,
	.page-beneficio-negado .negado-authority-list {
		grid-template-columns: 1fr;
	}

	.page-beneficio-negado .negado-reason-card {
		min-height: auto;
		padding: 18px 16px;
	}

	.page-beneficio-negado .negado-reason-card .card-icon {
		width: 48px;
		height: 48px;
		margin-bottom: 12px;
		font-size: 1rem;
	}

	.page-beneficio-negado .negado-reason-card h3 {
		font-size: clamp(1rem, 2vw, 1.22rem);
		margin-bottom: 8px;
	}

	.page-beneficio-negado .negado-reason-card p {
		font-size: 0.9rem;
		line-height: 1.6;
	}

	.page-beneficio-negado .negado-step {
		padding: 18px;
	}

	.page-beneficio-negado .negado-step h3 {
		font-size: clamp(1rem, 2vw, 1.22rem);
		padding-right: 40px;
	}

	.page-beneficio-negado .negado-step::before {
		font-size: 1.8rem;
		right: 12px;
		top: 10px;
	}

	.page-beneficio-negado .negado-authority-start .section-heading {
		max-width: 100%;
		gap: 10px;
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
		overflow: hidden;
	}

	.page-beneficio-negado .negado-authority-start .section-heading .typing-title {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
		overflow: hidden;
		padding: 0 6px;
	}

	.page-beneficio-negado .negado-authority-start .section-heading .typing-title__text {
		font-size: clamp(1.3rem, 4.9vw, 1.95rem);
		font-weight: 700;
		line-height: 1.08;
		letter-spacing: 0.01em;
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		width: 0;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
		border-right: 2px solid #17212b;
		padding-right: 3px;
		animation: negadoTyping 2.3s steps(46, end) 0.1s forwards, negadoCaretBlink 1.1s step-end infinite;
	}

	.page-beneficio-negado .negado-authority-start .section-heading p {
		font-size: 0.9rem;
		padding: 12px 14px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		overflow-wrap: anywhere;
		line-height: 1.7;
		border: 2px solid rgba(23, 33, 43, 0.3);
		background: linear-gradient(165deg, rgba(255, 255, 255, 0.9), rgba(245, 249, 253, 0.98));
		box-shadow: 0 18px 38px rgba(10, 24, 42, 0.24), 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
		backdrop-filter: blur(6px);
		border-radius: 14px;
	}

	.page-beneficio-negado .negado-final-cta {
		flex-direction: column;
		text-align: center;
		gap: 16px;
	}

	.page-beneficio-negado .negado-final-cta-logo {
		margin-left: 0;
		width: min(100%, 280px);
	}

	.page-beneficio-negado .negado-final-cta .cta-strip__title {
		max-width: 100%;
	}

	.page-beneficio-negado .negado-final-cta .secondary-cta {
		width: 100%;
		white-space: normal;
	}
}

@media (max-width: 480px) {
	body.page-beneficio-negado {
		overflow-x: hidden;
	}

	.page-beneficio-negado .hero-beneficio-negado {
		padding: 80px 0 28px;
		width: 100%;
		box-sizing: border-box;
	}

	.page-beneficio-negado .negado-hero-layout {
		padding: 0 14px;
		width: 100%;
		box-sizing: border-box;
	}

	.page-beneficio-negado .negado-hero-title {
		font-size: clamp(1.6rem, 5vw, 2.2rem);
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}

	.page-beneficio-negado .negado-hero-copy {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.page-beneficio-negado .negado-hero-copy p {
		max-width: 100%;
		width: 100%;
		font-size: 0.88rem;
		padding: 10px 10px;
		margin: 0;
		box-sizing: border-box;
	}

	.page-beneficio-negado .negado-hero-copy .primary-cta {
		font-size: 0.85rem;
		padding: 12px 16px;
	}

	.page-beneficio-negado .negado-authority-start .section-heading .typing-title__text {
		font-size: clamp(1.05rem, 4.6vw, 1.36rem);
	}
}

@media (max-width: 390px) {
	.page-beneficio-negado .hero-beneficio-negado {
		padding: 74px 0 24px;
	}

	.page-beneficio-negado .negado-hero-layout {
		padding: 0 10px;
		gap: 14px;
	}

	.page-beneficio-negado .negado-hero-title {
		font-size: clamp(1.45rem, 5.4vw, 1.95rem);
		max-width: 100%;
		line-height: 1.02;
	}

	.page-beneficio-negado .negado-hero-copy p {
		font-size: 0.84rem;
		line-height: 1.58;
		padding: 10px 10px;
	}

	.page-beneficio-negado .negado-authority-start .section-heading {
		gap: 8px;
		min-width: 0;
	}

	.page-beneficio-negado .negado-authority-start .section-heading h2 {
		font-size: clamp(1.65rem, 6vw, 2.05rem);
		max-width: 100%;
	}

	.page-beneficio-negado .negado-authority-start .section-heading .typing-title__text {
		font-size: clamp(0.98rem, 4.2vw, 1.18rem);
	}

	.page-beneficio-negado .negado-authority-start .section-heading p {
		font-size: 0.84rem;
		padding: 11px 12px;
	}

	.page-beneficio-negado .negado-benefits-grid .service-card,
	.page-beneficio-negado .negado-reason-card,
	.page-beneficio-negado .negado-step,
	.page-beneficio-negado .negado-faq-item summary,
	.page-beneficio-negado .negado-faq-item p,
	.page-beneficio-negado .negado-authority-list li {
		word-break: break-word;
		overflow-wrap: anywhere;
	}

	.page-beneficio-negado .negado-reason-card {
		padding: 16px 14px;
	}

	.page-beneficio-negado .negado-reason-card .card-icon {
		width: 44px;
		height: 44px;
		margin-bottom: 10px;
	}

	.page-beneficio-negado .negado-reason-card h3 {
		font-size: 1rem;
	}

	.page-beneficio-negado .negado-step {
		padding: 16px 14px;
	}

	.page-beneficio-negado .negado-step h3 {
		font-size: 0.98rem;
		padding-right: 34px;
	}

	.page-beneficio-negado .negado-step::before {
		font-size: 1.55rem;
		right: 10px;
		top: 10px;
	}

	.page-beneficio-negado .negado-authority-logo {
		width: min(78vw, 250px);
	}

	.page-beneficio-negado .negado-authority-list {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.page-beneficio-negado .negado-authority-list li {
		padding: 12px 14px;
		font-size: 0.9rem;
	}

	.page-beneficio-negado .negado-faq-item summary {
		padding: 14px 42px 14px 16px;
		font-size: 0.94rem;
	}

	.page-beneficio-negado .negado-faq-item p {
		padding: 0 16px 14px;
		font-size: 0.9rem;
	}

	.page-beneficio-negado .negado-final-cta {
		gap: 14px;
	}

	.page-beneficio-negado .negado-final-cta-logo {
		width: min(100%, 240px);
	}

	.page-beneficio-negado .negado-final-cta .cta-strip__title p {
		font-size: 0.92rem;
	}

	.page-beneficio-negado .negado-final-cta .secondary-cta {
		padding: 12px 14px;
		font-size: 0.88rem;
	}

	.page-beneficio-negado .site-footer .contact-list span {
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}

@media (max-width: 320px) {
	.page-beneficio-negado .hero-beneficio-negado {
		padding: 68px 0 20px;
	}

	.page-beneficio-negado .negado-hero-layout {
		padding: 0 8px;
		gap: 12px;
	}

	.page-beneficio-negado .negado-hero-title {
		font-size: clamp(1.28rem, 5.6vw, 1.6rem);
		line-height: 1.04;
	}

	.page-beneficio-negado .negado-hero-copy p {
		font-size: 0.78rem;
		line-height: 1.5;
		padding: 9px 9px;
	}

	.page-beneficio-negado .negado-authority-start .section-heading {
		gap: 6px;
		min-width: 0;
	}

	.page-beneficio-negado .negado-authority-start .section-heading h2 {
		font-size: clamp(1.4rem, 6vw, 1.72rem);
		line-height: 1.04;
	}

	.page-beneficio-negado .negado-authority-start .section-heading .typing-title {
		overflow: visible;
		padding: 0;
		min-width: 0;
	}

	.page-beneficio-negado .negado-authority-start .section-heading .typing-title__text {
		font-size: clamp(0.96rem, 4.2vw, 1.08rem);
		width: auto;
		max-width: 100%;
		min-width: 0;
		display: block;
		white-space: normal;
		overflow: visible;
		border-right: 0;
		padding-right: 0;
		animation: none;
		text-align: center;
	}

	.page-beneficio-negado .negado-authority-start .section-heading p {
		font-size: 0.78rem;
		padding: 10px 10px;
		line-height: 1.58;
	}
}
