.idc-rt2026-home-banner {
	position: relative;
	z-index: 61;
	border-block: 1px solid rgba(128, 42, 12, .25);
	background: linear-gradient(100deg, #d94e1b 0%, #e85a22 52%, #f06a32 100%);
	color: #fff;
	box-shadow: 0 2px 8px rgba(71, 32, 18, .12);
	font-family: inherit;
}

.idc-rt2026-home-banner__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	max-width: var(--maxw, 1180px);
	min-height: 40px;
	margin: 0 auto;
	padding: 3px 26px;
}

.idc-rt2026-home-banner__copy {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 10px;
	min-width: 0;
}

.idc-rt2026-home-banner__copy strong {
	flex: none;
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: -.01em;
}

.idc-rt2026-home-banner__copy span {
	overflow: hidden;
	color: rgba(255, 255, 255, .88);
	font-size: 10.5px;
	font-weight: 650;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.idc-rt2026-home-banner__copy span::before {
	margin-right: 10px;
	content: "—";
	color: rgba(255, 255, 255, .65);
}

.idc-rt2026-home-banner__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 30px;
	padding: 5px 12px;
	border: 1px solid #5d4a64;
	border-radius: 6px;
	background: #5d4a64;
	color: #fff !important;
	box-shadow: 0 3px 9px rgba(60, 46, 66, .24);
	font-size: 10.5px;
	font-weight: 800;
	text-decoration: none !important;
	transition: background .18s ease, transform .18s ease;
}

.idc-rt2026-home-banner__signal {
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #4fcb74;
	box-shadow: 0 0 0 2px rgba(79, 203, 116, .16);
	animation: idc-rt2026-signal-pulse 1.8s ease-in-out infinite;
}

.idc-rt2026-home-banner__arrow { transition: transform .18s ease; }
.idc-rt2026-home-banner__cta:hover {
	background: #49394f;
	color: #fff !important;
	text-decoration: none !important;
	transform: translateY(-1px);
}
.idc-rt2026-home-banner__cta:hover .idc-rt2026-home-banner__arrow { transform: translateX(2px); }
.idc-rt2026-home-banner__cta:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }

@keyframes idc-rt2026-signal-pulse {
	0%, 100% { opacity: .48; box-shadow: 0 0 0 2px rgba(79, 203, 116, .10); }
	50% { opacity: 1; box-shadow: 0 0 0 4px rgba(79, 203, 116, .24); }
}

@media (max-width: 700px) {
	.idc-rt2026-home-banner__inner {
		gap: 10px;
		min-height: 40px;
		padding-inline: 14px;
	}
	.idc-rt2026-home-banner__copy { display: block; }
	.idc-rt2026-home-banner__copy strong { font-size: 12px; }
	.idc-rt2026-home-banner__copy span { display: block; margin-top: 1px; font-size: 10px; }
	.idc-rt2026-home-banner__copy span::before { display: none; }
	.idc-rt2026-home-banner__cta { min-height: 30px; padding: 5px 10px; font-size: 0; }
	.idc-rt2026-home-banner__cta::before { content: "Ver ahora"; font-size: 10.5px; }
	.idc-rt2026-home-banner__cta span { font-size: 10.5px; }
}

@media (max-width: 390px) {
	.idc-rt2026-home-banner__copy span { display: none; }
	.idc-rt2026-home-banner__cta::before { content: "Ver"; }
}

@media (prefers-reduced-motion: reduce) {
	.idc-rt2026-home-banner__cta,
	.idc-rt2026-home-banner__arrow { transition: none; }
	.idc-rt2026-home-banner__signal { animation: none; opacity: 1; }
}
