:root {
	--rv-bg: #f6f4ef;
	--rv-surface: #ffffff;
	--rv-text: #183245;
	--rv-muted: #5f7280;
	--rv-accent: #ea6b2d;
	--rv-accent-dark: #c65018;
	--rv-border: #d8e1e6;
	--rv-shadow: 0 18px 40px rgba(24, 50, 69, 0.12);
	--rv-radius: 20px;
	--rv-font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--rv-font-regular: 400;
	--rv-font-medium: 500;
	--rv-font-bold: 700;
	--rv-font-black: 800;
}

.rv-excursion-shell,
.rv-excursiones-shortcode,
.rv-booking-ui,
.rv-mobile-booking-bar,
.rv-booking-modal,
.rv-flatpickr-calendar {
	font-family: var(--rv-font-family);
	font-weight: var(--rv-font-regular);
}

.rv-excursion-shell h1,
.rv-excursion-shell h2,
.rv-excursion-shell h3,
.rv-excursiones-shortcode h1,
.rv-excursiones-shortcode h2,
.rv-excursiones-shortcode h3,
.rv-booking-modal h1,
.rv-booking-modal h2,
.rv-booking-modal h3,
.rv-booking-card__top strong {
	font-weight: var(--rv-font-black);
	letter-spacing: -0.035em;
}

.rv-excursion-shell strong,
.rv-excursiones-shortcode strong,
.rv-booking-modal strong,
.rv-mobile-booking-bar strong {
	font-weight: var(--rv-font-bold);
}

.rv-excursion-shell button,
.rv-excursion-shell input,
.rv-excursion-shell select,
.rv-excursion-shell textarea,
.rv-excursiones-shortcode button,
.rv-excursiones-shortcode input,
.rv-excursiones-shortcode select,
.rv-excursiones-shortcode textarea,
.rv-booking-modal button,
.rv-booking-modal input,
.rv-booking-modal select,
.rv-booking-modal textarea,
.rv-mobile-booking-bar button,
.rv-mobile-booking-bar input,
.rv-mobile-booking-bar select,
.rv-mobile-booking-bar textarea {
	font-family: inherit;
}

.rv-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
	margin-right: 6px;
}

.rv-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.rv-excursion-shell {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 20px;
}

.rv-excursiones-shortcode {
	box-sizing: border-box;
	width: 100%;
}

.rv-excursiones-shortcode *,
.rv-excursiones-shortcode *::before,
.rv-excursiones-shortcode *::after {
	box-sizing: border-box;
}

.flatpickr-calendar {
	z-index: 2147483200;
}

.rv-flatpickr-calendar {
	border-radius: 14px;
	box-shadow: 0 18px 42px rgba(24, 50, 69, 0.2);
	font-size: 12px;
	width: 260px;
}

.rv-flatpickr-calendar .flatpickr-months .flatpickr-month {
	height: 34px;
}

.rv-flatpickr-calendar .flatpickr-current-month {
	font-size: 0.92rem;
	padding-top: 5px;
}

.rv-flatpickr-calendar .flatpickr-weekdays,
.rv-flatpickr-calendar .flatpickr-days {
	width: 252px;
}

.rv-flatpickr-calendar .dayContainer {
	max-width: 252px;
	min-width: 252px;
	width: 252px;
}

.rv-flatpickr-calendar .flatpickr-day {
	height: 32px;
	line-height: 32px;
	max-width: 36px;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
	background: var(--rv-accent);
	border-color: var(--rv-accent);
}

.flatpickr-day.today {
	border-color: var(--rv-accent);
}

.rv-excursion-single {
	background: linear-gradient(180deg, #eef5f7 0, var(--rv-bg) 220px, var(--rv-bg) 100%);
	color: var(--rv-text);
	padding-bottom: 64px;
}

.rv-excursion-hero {
	padding: 48px 0 32px;
}

.rv-excursion-hero__grid,
.rv-excursion-body__grid {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.8fr);
}

.rv-excursion-hero__image img,
.rv-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.rv-excursion-hero__image {
	position: relative;
	border-radius: calc(var(--rv-radius) + 8px);
	overflow: hidden;
	box-shadow: var(--rv-shadow);
}

.rv-excursion-hero__image--placeholder,
.rv-card__placeholder {
	align-items: center;
	background:
		radial-gradient(circle at top left, rgba(234, 107, 45, 0.2), transparent 35%),
		linear-gradient(135deg, #17384c, #285d78 55%, #4a89a8);
	color: #fff;
	display: flex;
	font-weight: 700;
	justify-content: center;
	padding: 24px;
	text-align: center;
}

.rv-excursion-hero__image--placeholder span {
	font-size: clamp(1.5rem, 3vw, 2.4rem);
	max-width: 14ch;
}

.rv-image-placeholder {
	display: grid;
	justify-items: center;
	gap: 10px;
	max-width: 20rem;
	padding: 20px;
	text-align: center;
	color: #fff;
}

.rv-image-placeholder__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.rv-image-placeholder__icon .rv-icon {
	margin-right: 0;
	width: 1.5rem;
	height: 1.5rem;
}

.rv-image-placeholder strong {
	font-size: 1rem;
	line-height: 1.2;
}

.rv-image-placeholder > span:last-child {
	font-size: 0.95rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.88);
}

.rv-image-placeholder--card {
	gap: 8px;
	max-width: 15rem;
	padding: 16px;
}

.rv-image-placeholder--card .rv-image-placeholder__icon {
	width: 48px;
	height: 48px;
}

.rv-image-placeholder--card strong {
	font-size: 0.95rem;
}

.rv-image-placeholder--card > span:last-child {
	font-size: 0.88rem;
}

.rv-excursion-hero__content,
.rv-booking-card,
.rv-excursion-block,
.rv-card,
.rv-search-form {
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
	box-shadow: var(--rv-shadow);
}

.rv-excursion-hero__content {
	padding: 32px;
	align-self: center;
}

.rv-excursion-hero__location-line {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: -4px 0 16px;
	color: var(--rv-muted);
	font-size: 0.95rem;
	font-weight: 600;
}

.rv-excursion-hero__location-line span {
	display: inline-flex;
	align-items: center;
}

.rv-excursion-kicker {
	color: var(--rv-accent);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.rv-excursion-hero__content h1,
.rv-excursion-block h2 {
	margin: 0 0 16px;
}

.rv-excursion-summary,
.rv-card__body p,
.rv-rich-text,
.rv-empty-state p {
	color: var(--rv-muted);
	line-height: 1.6;
}

.rv-excursion-meta-inline,
.rv-card__meta,
.rv-detail-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.rv-excursion-meta-inline span,
.rv-card__meta span,
.rv-card__meta strong,
.rv-detail-grid div {
	background: #f4f8fa;
	border-radius: 999px;
	padding: 8px 14px;
}

.rv-hero-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 18px;
}

.rv-hero-pill {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: #f3f7f9;
	border: 1px solid var(--rv-border);
	color: var(--rv-text);
	font-size: 0.9rem;
	font-weight: 600;
}

.rv-hero-pill--strong {
	background: #183245;
	border-color: #183245;
	color: #fff;
}

.rv-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rv-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #fff3eb;
	color: #9a4d1a;
	font-size: 0.85rem;
	font-weight: 600;
}

.rv-card__badges--detail {
	margin: 18px 0 4px;
}

.rv-card__promo,
.rv-promo-badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #183245;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.rv-media-pill-group {
	position: absolute;
	top: 14px;
	left: 14px;
	right: 14px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: flex-start;
	z-index: 2;
	pointer-events: none;
}

.rv-media-pill-group--hero {
	top: 18px;
	left: 18px;
	right: 18px;
}

.rv-media-pill {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 8px 20px rgba(11, 26, 36, 0.16);
	color: var(--rv-text);
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
}

.rv-media-pill--promo {
	background: rgba(24, 50, 69, 0.92);
	border-color: rgba(24, 50, 69, 0.92);
	color: #fff;
}

.rv-card__promo {
	margin: 2px 0 0;
	width: fit-content;
}

.rv-promo-badge--hero {
	margin-bottom: 8px;
	width: fit-content;
}

.rv-excursion-body__grid {
	align-items: start;
}

.rv-excursion-body__grid > * {
	min-width: 0;
}

.rv-excursion-highlights {
	margin: 0 0 28px;
}

.rv-excursion-quick-stats {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 22px;
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: calc(var(--rv-radius) + 4px);
	box-shadow: var(--rv-shadow);
}

.rv-excursion-quick-stat {
	display: grid;
	gap: 8px;
	padding: 6px 2px;
	min-width: 0;
}

.rv-excursion-quick-stat__icon {
	color: var(--rv-accent);
}

.rv-excursion-quick-stat small {
	color: var(--rv-muted);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rv-excursion-quick-stat strong {
	font-size: 1rem;
	line-height: 1.45;
	word-break: break-word;
}

.rv-excursion-content {
	display: grid;
	gap: 20px;
	min-width: 0;
}

/* Unificar todos los bloques como cards */
.rv-excursion-single .rv-excursion-layout__content {
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
	box-shadow: var(--rv-shadow);
	padding: 32px;
}

.rv-excursion-single .rv-quick-stats,
.rv-excursion-single .rv-related-journeys {
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
}

.rv-excursion-single .rv-quick-stats {
	margin-bottom: 24px;
}

.rv-excursion-single .rv-related-journeys {
	margin-top: 32px;
}

/* Separador entre secciones */
.rv-excursion-single .rv-section-divider {
	border: 0;
	border-top: 1px solid var(--rv-border);
	margin: 24px 0;
	display: none;
}

.rv-excursion-block {
	padding: 28px;
	min-width: 0;
}

.rv-excursion-block--gallery,
.rv-excursion-block--content,
.rv-excursion-block--map {
	overflow: hidden;
}

.rv-excursion-block--checklist {
	overflow: visible;
}

.rv-excursion-block--map h3,
.rv-excursion-block--content h3,
.rv-excursion-block--checklist h3 {
	margin: 0 0 14px;
}

/* Checklist styles moved to unified section */

.rv-rich-text > *:first-child {
	margin-top: 0;
}

.rv-rich-text > *:last-child {
	margin-bottom: 0;
}

.rv-rich-text {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	overflow-wrap: anywhere;
	word-break: break-word;
	box-sizing: border-box;
}

.rv-excursion-single .rv-excursion-block > .rv-rich-text {
	clear: both;
	line-height: 1.7;
}

.rv-excursion-single .rv-excursion-block > .rv-rich-text p {
	margin-bottom: 1em;
}

.rv-excursion-single .rv-excursion-block > .rv-rich-text p:last-child {
	margin-bottom: 0;
}

.rv-rich-text h3,
.rv-rich-text p,
.rv-rich-text ul,
.rv-rich-text ol,
.rv-rich-text div {
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.rv-rich-text img,
.rv-rich-text iframe,
.rv-rich-text video,
.rv-rich-text .rv-excursion-gallery,
.rv-rich-text .rv-leaflet-map {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.rv-excursion-sidebar {
	position: sticky;
	top: 32px;
	z-index: 4;
}

.rv-booking-launcher,
.rv-booking-card {
	background: linear-gradient(180deg, #ffffff 0, #f9fcfd 100%);
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
	box-shadow: var(--rv-shadow);
}

.rv-booking-launcher {
	display: grid;
	gap: 18px;
	padding: 24px;
}

.rv-booking-launcher__price {
	display: grid;
	gap: 4px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--rv-border);
}

.rv-booking-launcher__price strong {
	font-size: 2rem;
	line-height: 1;
}

.rv-booking-launcher__price small {
	color: var(--rv-muted);
}

.rv-booking-launcher__microcopy {
	display: grid;
	gap: 4px;
	padding: 14px 16px;
	background: #f6fafb;
	border: 1px solid var(--rv-border);
	border-radius: 16px;
}

.rv-booking-launcher__microcopy strong {
	font-size: 0.92rem;
	line-height: 1.2;
}

.rv-booking-launcher__microcopy span {
	color: var(--rv-muted);
	font-size: 0.9rem;
	line-height: 1.45;
}

.rv-booking-launcher__summary,
.rv-booking-launcher__actions {
	display: grid;
	gap: 10px;
}

.rv-booking-launcher__schedule {
	display: grid;
	gap: 12px;
	padding: 16px;
	background: #f7fbfc;
	border: 1px solid var(--rv-border);
	border-radius: 16px;
}

.rv-booking-launcher__schedule-head h3 {
	margin: 0 0 6px;
	font-size: 1rem;
}

.rv-booking-launcher__schedule-head p {
	margin: 0;
	font-size: 0.92rem;
	color: var(--rv-muted);
}

.rv-departure-days {
	margin-top: 10px !important;
	padding: 10px 14px;
	background: #e7f6ec;
	border: 1px solid #87d3a5;
	border-radius: 8px;
	font-size: 0.88rem;
}

.rv-departure-days strong {
	color: #1d6b3a;
	font-weight: 700;
}

.rv-capacity-box {
	margin-top: 10px;
	display: grid;
	gap: 6px;
	padding: 10px 14px;
	background: #fff8e8;
	border: 1px solid #f3d37a;
	border-radius: 8px;
	font-size: 0.88rem;
	color: #8a5a00;
}

.rv-capacity-box strong {
	font-weight: 700;
}

.rv-capacity-box span {
	font-size: 1rem;
	font-weight: 700;
	color: #183245;
}

.rv-capacity-box small {
	font-size: 0.82rem;
	line-height: 1.45;
}

.rv-low-availability-pill {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 6px 10px;
	border-radius: 999px;
	background: #fff1f2;
	color: #b42318;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.rv-low-availability-pill--soldout {
	background: #183245;
	color: #fff;
}

.rv-booking-launcher__travelers {
	display: grid;
	gap: 12px;
	padding-top: 6px;
	border-top: 1px dashed #d6e2e8;
}

.rv-booking-launcher__travelers-head {
	display: grid;
	gap: 4px;
}

.rv-booking-launcher__travelers-head h4 {
	margin: 0;
	font-size: 0.95rem;
}

.rv-booking-launcher__travelers-head p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--rv-muted);
}

.rv-booking-launcher__actions .rv-button {
	width: 100%;
}

.rv-mobile-booking-bar {
	display: none;
}

.rv-debug-panel {
	padding: 12px;
	background: #0f1720;
	border-radius: 12px;
	color: #d7e1ea;
	font-size: 12px;
	overflow: auto;
}

.rv-debug-panel pre {
	margin: 8px 0 0;
	white-space: pre-wrap;
	word-break: break-word;
}

.rv-booking-launcher__total {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 16px;
	background: #183245;
}

.rv-booking-launcher__total strong {
	color: #fff;
	font-size: 1.35rem;
	line-height: 1;
}

.rv-booking-launcher__total span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
	font-weight: 600;
}

.rv-booking-modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	z-index: 2147483000;
}

.rv-booking-modal.is-open {
	display: flex !important;
}

.rv-booking-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 24, 34, 0.58);
	backdrop-filter: blur(5px);
}

.rv-booking-modal__dialog {
	position: relative;
	width: min(960px, calc(100vw - 32px));
	max-height: calc(100vh - 32px);
	overflow: auto;
	background: linear-gradient(180deg, #ffffff 0, #f8fbfc 100%);
	border-radius: 24px;
	border: 1px solid rgba(216, 225, 230, 0.9);
	box-shadow: 0 32px 70px rgba(8, 22, 34, 0.24);
	z-index: 1;
}

.rv-modal-open {
	overflow: hidden;
}

.rv-booking-card {
	padding: 28px;
}

.rv-booking-card__top {
	display: grid;
	gap: 8px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--rv-border);
}

.rv-booking-card__top--modal {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
}

.rv-booking-modal__close {
	appearance: none;
	background: #ffffff;
	border: 1px solid var(--rv-border);
	border-radius: 999px;
	color: var(--rv-text);
	cursor: pointer;
	font-size: 1.75rem;
	line-height: 1;
	padding: 8px 12px;
	box-shadow: 0 10px 24px rgba(24, 50, 69, 0.08);
}

.rv-booking-card__kicker {
	color: var(--rv-accent);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rv-booking-card__top-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rv-booking-card__top-meta small {
	display: inline-flex;
	align-items: center;
	padding: 7px 11px;
	border-radius: 999px;
	background: #f3f7f9;
	border: 1px solid var(--rv-border);
	color: var(--rv-text);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
}

.rv-booking-card__top-meta .rv-booking-card__top-meta--promo {
	background: #183245;
	border-color: #183245;
	color: #fff;
}

.rv-booking-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 18px;
	padding: 6px;
	background: #eef5f7;
	border-radius: 18px;
}

.rv-booking-step {
	appearance: none;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 14px;
	color: var(--rv-text);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px;
	font-weight: 600;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.rv-booking-step span {
	background: #fff;
	border-radius: 999px;
	display: inline-flex;
	height: 26px;
	width: 26px;
	align-items: center;
	justify-content: center;
}

.rv-booking-step.is-active {
	background: #183245;
	border-color: #183245;
	color: #fff;
	box-shadow: 0 14px 30px rgba(24, 50, 69, 0.18);
}

.rv-booking-step.is-active span,
.rv-booking-step.is-done span {
	color: #183245;
}

.rv-booking-step.is-done {
	background: rgba(255, 255, 255, 0.78);
	border-color: rgba(24, 50, 69, 0.12);
}

.rv-booking-modal-date {
	display: none;
}

.rv-booking-step:focus-visible,
.rv-button:focus-visible,
.rv-stepper__button:focus-visible,
.rv-booking-modal__close:focus-visible {
	outline: 2px solid #183245;
	outline-offset: 2px;
}

.rv-booking-card__top strong {
	font-size: clamp(1.32rem, 2.1vw, 1.65rem);
	line-height: 1.08;
}

.rv-booking-card form,
.rv-search-form__fields {
	display: grid;
	gap: 14px;
}

.rv-booking-card label,
.rv-booking-card__extras {
	display: grid;
	gap: 8px;
}

.rv-booking-card__group,
.rv-booking-card__travelers {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rv-booking-card__travelers--schedule {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rv-booking-section {
	display: grid;
	gap: 16px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid #e5edf1;
	border-radius: 18px;
	box-shadow: 0 16px 32px rgba(24, 50, 69, 0.06);
}

.rv-booking-section[hidden] {
	display: none !important;
}

.rv-booking-section__head {
	display: grid;
	gap: 6px;
}

.rv-booking-section__head h3 {
	font-size: 0.96rem;
	font-weight: var(--rv-font-bold);
	letter-spacing: -0.02em;
	margin: 0;
}

.rv-booking-section__head p {
	color: var(--rv-muted);
	font-size: 0.92rem;
	line-height: 1.5;
	margin: 0;
}

.rv-booking-section__actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 6px;
}

.rv-booking-section__actions--between,
.rv-booking-card__actions--modal {
	justify-content: space-between;
}

.rv-excursion-gallery {
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	max-width: 100%;
}

.rv-excursion-gallery.swiper,
.rv-excursion-gallery .swiper-wrapper,
.rv-excursion-gallery .swiper-slide,
.rv-excursion-gallery__slide {
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.rv-excursion-gallery .swiper-wrapper {
	align-items: stretch;
}

.rv-excursion-gallery .swiper-slide,
.rv-excursion-gallery__slide {
	overflow: hidden;
	border-radius: 18px;
}

.rv-excursion-gallery__slide img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 18px;
}

.rv-leaflet-map {
	height: 320px;
	border-radius: 18px;
	overflow: hidden;
	margin-top: 0;
	border: 1px solid var(--rv-border);
	position: relative;
	z-index: 1;
	max-width: 100%;
	min-width: 0;
}

.rv-leaflet-map.leaflet-container {
	width: 100% !important;
	max-width: 100% !important;
}

.rv-leaflet-map .leaflet-pane,
.rv-leaflet-map .leaflet-top,
.rv-leaflet-map .leaflet-bottom,
.rv-leaflet-map .leaflet-control {
	z-index: 1 !important;
}

/* Bajar z-index del mapa cuando el modal está abierto */
body.rv-modal-open .rv-leaflet-map,
body.rv-modal-open .rv-leaflet-map *,
body.rv-modal-open .rv-leaflet-map .leaflet-pane,
body.rv-modal-open .rv-leaflet-map .leaflet-top,
body.rv-modal-open .rv-leaflet-map .leaflet-bottom,
body.rv-modal-open .rv-leaflet-map .leaflet-control,
body.rv-modal-open .rv-leaflet-map .leaflet-map-pane,
body.rv-modal-open .rv-leaflet-map .leaflet-tile-pane,
body.rv-modal-open .rv-leaflet-map .leaflet-overlay-pane,
body.rv-modal-open .rv-leaflet-map .leaflet-shadow-pane,
body.rv-modal-open .rv-leaflet-map .leaflet-marker-pane,
body.rv-modal-open .rv-leaflet-map .leaflet-tooltip-pane,
body.rv-modal-open .rv-leaflet-map .leaflet-popup-pane {
	z-index: 1 !important;
}

.rv-leaflet-map .leaflet-container,
.rv-leaflet-map .leaflet-pane-container,
.rv-leaflet-map .leaflet-map-pane,
.rv-leaflet-map .leaflet-tile-pane,
.rv-leaflet-map .leaflet-overlay-pane,
.rv-leaflet-map .leaflet-shadow-pane,
.rv-leaflet-map .leaflet-marker-pane,
.rv-leaflet-map .leaflet-tooltip-pane,
.rv-leaflet-map .leaflet-popup-pane {
	max-width: 100%;
}

.rv-inline-error,
.rv-field-error {
	color: #b42318;
	font-size: 0.92rem;
	line-height: 1.45;
}

.rv-inline-info,
.rv-inline-warning {
	border-radius: 12px;
	padding: 12px 14px;
	font-size: 0.92rem;
	line-height: 1.45;
}

.rv-inline-info {
	background: #eef6ff;
	border: 1px solid #bfd8ff;
	color: #1b4b91;
}

.rv-inline-warning {
	background: #fff8e8;
	border: 1px solid #f3d37a;
	color: #8a5a00;
}

.rv-inline-warning--block {
	display: grid;
	gap: 6px;
	margin: 18px 0 8px;
}

/* FAQ styles moved to unified section below */

.rv-inline-error {
	background: #fff1f2;
	border: 1px solid #fecdd3;
	border-radius: 12px;
	padding: 12px 14px;
}

.rv-inline-error--general {
	margin-bottom: 4px;
}

.rv-booking-card__group label:first-child {
	grid-column: 1 / -1;
}

.rv-booking-card input::placeholder,
.rv-booking-card textarea::placeholder {
	color: #8ea0ab;
}

.rv-booking-card input,
.rv-booking-card textarea,
.rv-booking-card select,
.rv-search-form input,
.rv-search-form select {
	border: 1px solid var(--rv-border);
	border-radius: 12px;
	padding: 12px 14px;
	width: 100%;
}

.rv-booking-card input[aria-invalid="true"],
.rv-booking-card textarea[aria-invalid="true"],
.rv-booking-card select[aria-invalid="true"] {
	border-color: #f04438;
	box-shadow: 0 0 0 3px rgba(240, 68, 56, 0.12);
}

.rv-stepper {
	align-items: center;
	background: #fff;
	border: 1px solid var(--rv-border);
	border-radius: 12px;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	overflow: hidden;
}

.rv-stepper__button {
	appearance: none;
	background: #f5f8fa;
	border: 0;
	color: var(--rv-text);
	cursor: pointer;
	font-size: 1.2rem;
	height: 100%;
	padding: 0;
}

.rv-stepper__button:hover {
	background: #eaf1f4;
}

.rv-stepper input {
	border: 0;
	border-left: 1px solid var(--rv-border);
	border-radius: 0;
	border-right: 1px solid var(--rv-border);
	box-shadow: none;
	text-align: center;
}

.rv-booking-extra {
	align-items: center;
	display: flex;
	gap: 10px;
	padding: 12px 14px;
	background: #ffffff;
	border: 1px solid #e2ebef;
	border-radius: 14px;
}

.rv-booking-extra--select {
	align-items: stretch;
	flex-direction: column;
}

.rv-booking-extra input {
	width: auto;
}

.rv-booking-card__total {
	align-items: center;
	background: linear-gradient(135deg, #183245, #285d78);
	border-radius: 18px;
	display: flex;
	justify-content: space-between;
	padding: 16px 18px;
	color: rgba(255, 255, 255, 0.84);
}

.rv-booking-card__total strong {
	color: #fff;
	font-size: 1.35rem;
	line-height: 1;
}

.rv-booking-summary {
	display: grid;
	gap: 10px;
}

.rv-booking-summary__row {
	display: flex;
	gap: 12px;
	justify-content: space-between;
	align-items: baseline;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d6e2e8;
}

.rv-booking-summary__row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.rv-booking-summary__row.is-hidden {
	display: none;
}

.rv-booking-card__actions {
	display: grid;
	gap: 10px;
}

.rv-button,
.rv-search-form button {
	appearance: none;
	background: var(--rv-accent);
	border: 0;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	padding: 14px 18px;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.rv-button--ghost {
	background: #eef5f7;
	color: var(--rv-text);
	border: 1px solid var(--rv-border);
}

.rv-button:hover,
.rv-search-form button:hover {
	background: var(--rv-accent-dark);
	transform: translateY(-1px);
}

.rv-button--ghost:hover {
	background: #dde9ee;
}

.rv-button--ghost.is-done {
	background: #dff5e8;
	border-color: #87d3a5;
	color: #1d6b3a;
}

.rv-button--disabled {
	opacity: 0.5;
	cursor: not-allowed !important;
	pointer-events: none;
}

/* Loader de verificación */
.rv-loader {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: rv-spin 0.8s ease-in-out infinite;
	margin-right: 8px;
	vertical-align: middle;
}

@keyframes rv-spin {
	to {
		transform: rotate(360deg);
	}
}

.rv-button--whatsapp {
	background: #1fa855;
}

.rv-button--whatsapp:hover {
	background: #168244;
}

.rv-excursiones-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rv-excursiones-grid--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rv-excursiones-grid--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rv-card {
	overflow: hidden;
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
	box-shadow: var(--rv-shadow);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rv-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 48px rgba(24, 50, 69, 0.16);
}

.rv-card__image {
	position: relative;
	aspect-ratio: 4 / 3;
	display: block;
	overflow: hidden;
}

.rv-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.rv-card:hover .rv-card__image img {
	transform: scale(1.05);
}

.rv-card__placeholder {
	height: 100%;
	min-height: 240px;
}

/* Badges superiores */
.rv-card__badges-top {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	display: flex;
	gap: 6px;
}

.rv-card__badge-top {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 6px;
	background: rgba(24, 50, 69, 0.92);
	backdrop-filter: blur(6px);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
}

.rv-card__badge-top--promo {
	background: var(--rv-accent);
}

/* Botón de favoritos */
.rv-card__wishlist {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: var(--rv-text);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.rv-card__wishlist:hover {
	background: #fff;
	color: var(--rv-accent);
	transform: scale(1.1);
}

.rv-card__wishlist svg {
	width: 18px;
	height: 18px;
}

.rv-card__body {
	display: grid;
	gap: 8px;
	padding: 16px;
}

.rv-card__payment-pills {
	margin: 4px 0;
}

.rv-card__payment-pills .rv-payment-pills {
	margin: 0;
	gap: 6px;
}

.rv-card__payment-pills .rv-payment-pill {
	font-size: 0.75rem;
	padding: 6px 10px;
}

.rv-card__category {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--rv-muted);
	line-height: 1;
}

.rv-card__body h3 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rv-card__duration {
	margin: 0;
	font-size: 0.88rem;
	color: var(--rv-muted);
	line-height: 1;
}

.rv-card__footer {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	margin-top: 4px;
	padding-top: 12px;
	border-top: 1px solid var(--rv-border);
}

.rv-card__price-label {
	font-size: 0.82rem;
	color: var(--rv-muted);
	font-weight: 500;
}

.rv-card__price {
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--rv-accent);
	line-height: 1;
}

.rv-card__quick-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rv-card__quick-pill {
	display: inline-flex;
	align-items: center;
	padding: 7px 11px;
	border-radius: 999px;
	background: #f5f8fa;
	border: 1px solid var(--rv-border);
	color: var(--rv-text);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
}

.rv-card__quick-pill--price {
	background: #183245;
	border-color: #183245;
	color: #fff;
}

.rv-card__body h3 {
	margin: 0;
}

.rv-card__eyebrow {
	color: var(--rv-accent);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.rv-card__body h3 a {
	color: inherit;
	text-decoration: none;
}

.rv-card__body h3 a:hover {
	color: var(--rv-accent-dark);
}

.rv-card__meta {
	align-items: center;
}

.rv-card__meta strong {
	background: #fff3eb;
	color: #8f461a;
}

.rv-card--list {
	display: grid;
	grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
	gap: 0;
}

.rv-excursiones-list,
.rv-excursion-content {
	display: grid;
	gap: 24px;
}

.rv-excursiones-carousel__track {
	display: grid;
	gap: 20px;
	grid-auto-columns: minmax(280px, 1fr);
	grid-auto-flow: column;
	overflow-x: auto;
	padding-bottom: 8px;
	scroll-snap-type: x proximity;
}

.rv-excursiones-carousel__swiper {
	overflow: hidden;
	padding-bottom: 18px;
}

.rv-excursiones-carousel .swiper-pagination-bullet-active,
.rv-excursion-gallery .swiper-pagination-bullet-active {
	background: var(--rv-accent);
}

.rv-carousel-card {
	scroll-snap-align: start;
}

.rv-search-form {
	padding: 20px;
}

.rv-search-form__select {
	appearance: none;
}

.rv-archive-layout,
.rv-archive-loop {
	display: grid;
	gap: 24px;
}

.rv-archive-loop__head {
	align-items: end;
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.rv-archive-loop__head h2 {
	margin: 0;
}

.rv-excursion-archive-hero__content {
	max-width: 760px;
}

.rv-pagination {
	display: flex;
	justify-content: center;
}

.rv-pagination .page-numbers {
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: 999px;
	color: var(--rv-text);
	margin: 0 4px;
	padding: 10px 14px;
	text-decoration: none;
}

.rv-pagination .current {
	background: var(--rv-accent);
	border-color: var(--rv-accent);
	color: #fff;
}

.rv-excursiones-shortcode--grid {
	scroll-margin-top: 110px;
}

.rv-excursiones-shortcode--grid.is-loading {
	pointer-events: none;
}

.rv-excursiones-shortcode--grid.is-loading .rv-excursion-shell {
	opacity: 0.45;
	transition: opacity 0.18s ease;
}

.rv-category-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
}

.rv-category-tabs__item {
	background: #fff;
	border: 1px solid var(--rv-border);
	border-radius: 999px;
	color: var(--rv-text);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1;
	padding: 11px 16px;
	text-decoration: none;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.rv-category-tabs__item:hover,
.rv-category-tabs__item:focus {
	border-color: var(--rv-accent);
	color: var(--rv-accent);
	transform: translateY(-1px);
}

.rv-category-tabs__item.is-active {
	background: var(--rv-accent);
	border-color: var(--rv-accent);
	color: #fff;
}

.rv-search-form__fields {
	grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr) auto;
	align-items: center;
}

.rv-empty-state {
	background: #fff;
	border: 1px dashed var(--rv-border);
	border-radius: var(--rv-radius);
	padding: 24px;
	text-align: center;
}

@media (max-width: 1024px) {
	.rv-excursion-hero__grid,
	.rv-excursion-body__grid,
	.rv-excursion-quick-stats,
	.rv-excursion-checklist-grid,
	.rv-excursiones-grid,
	.rv-excursiones-grid--cols-2,
	.rv-excursiones-grid--cols-4,
	.rv-booking-steps,
	.rv-booking-card__group,
	.rv-booking-card__travelers,
	.rv-search-form__fields,
	.rv-card--list {
		grid-template-columns: 1fr;
	}

	.rv-booking-modal {
		padding: 12px;
	}

	.rv-booking-modal__dialog {
		width: 100%;
		max-height: calc(100vh - 24px);
	}

	.rv-booking-section__actions,
	.rv-booking-section__actions--between,
	.rv-booking-card__actions--modal {
		flex-direction: column-reverse;
	}

	.rv-excursion-sidebar {
		position: static;
	}

	.rv-card--list .rv-card__image {
		max-height: 280px;
	}
}

@media (max-width: 768px) {
	.rv-excursiones-shortcode .rv-excursion-shell {
		padding: 0 12px;
	}

	.rv-excursiones-shortcode .rv-excursiones-grid,
	.rv-excursiones-shortcode .rv-excursiones-grid--cols-2,
	.rv-excursiones-shortcode .rv-excursiones-grid--cols-3,
	.rv-excursiones-shortcode .rv-excursiones-grid--cols-4 {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rv-excursiones-shortcode .rv-empty-state {
		grid-column: 1 / -1;
	}

	.rv-excursiones-shortcode .rv-card--grid {
		border-radius: 12px;
		box-shadow: 0 10px 24px rgba(24, 50, 69, 0.08);
	}

	.rv-excursiones-shortcode .rv-card--grid:hover {
		transform: none;
	}

	.rv-excursiones-shortcode .rv-card--grid .rv-card__image {
		aspect-ratio: 1.18 / 1;
	}

	.rv-excursiones-shortcode .rv-card--grid .rv-card__body {
		gap: 6px;
		padding: 10px;
	}

	.rv-excursiones-shortcode .rv-card--grid .rv-card__category,
	.rv-excursiones-shortcode .rv-card--grid .rv-card__badge-top {
		display: none;
	}

	.rv-excursiones-shortcode .rv-card--grid .rv-card__wishlist {
		top: 6px;
		right: 6px;
		width: 28px;
		height: 28px;
	}

	.rv-excursiones-shortcode .rv-card--grid .rv-card__wishlist svg {
		width: 15px;
		height: 15px;
	}

	.rv-excursiones-shortcode .rv-card--grid .rv-card__body h3 {
		font-size: 0.86rem;
		letter-spacing: -0.02em;
		line-height: 1.18;
	}

	.rv-excursiones-shortcode .rv-card--grid .rv-card__duration {
		font-size: 0.68rem;
		line-height: 1.2;
	}

	.rv-excursiones-shortcode .rv-card--grid .rv-card__footer {
		display: grid;
		gap: 2px;
		justify-items: start;
		margin-top: 2px;
		padding-top: 8px;
	}

	.rv-excursiones-shortcode .rv-card--grid .rv-card__price-label {
		font-size: 0.62rem;
		text-transform: uppercase;
	}

	.rv-excursiones-shortcode .rv-card--grid .rv-card__price {
		font-size: 1.12rem;
		font-weight: 800;
	}

	.rv-excursiones-shortcode .rv-card--grid .rv-card__payment-pills {
		display: none;
	}

	.rv-excursiones-shortcode .rv-pagination {
		align-items: center;
		gap: 7px;
		justify-content: flex-start;
		margin: 20px -4px 0;
		overflow-x: auto;
		padding: 2px 4px 8px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.rv-excursiones-shortcode .rv-pagination::-webkit-scrollbar {
		display: none;
	}

	.rv-excursiones-shortcode .rv-pagination .page-numbers {
		align-items: center;
		display: inline-flex;
		flex: 0 0 auto;
		font-size: 0.9rem;
		font-weight: 700;
		height: 40px;
		justify-content: center;
		line-height: 1;
		margin: 0;
		min-width: 40px;
		padding: 0 12px;
	}

	.rv-excursiones-shortcode .rv-pagination .page-numbers:not(.next):not(.prev) {
		padding: 0;
		width: 40px;
	}

	.rv-excursiones-shortcode .rv-pagination .next,
	.rv-excursiones-shortcode .rv-pagination .prev {
		min-width: auto;
		padding: 0 16px;
		white-space: nowrap;
	}

	.rv-excursiones-shortcode .rv-pagination .dots {
		background: #fff;
		color: var(--rv-muted);
	}

	.rv-booking-launcher,
	.rv-payment-methods-info {
		border-radius: 18px;
		box-shadow: 0 14px 32px rgba(24, 50, 69, 0.1);
	}

	.rv-booking-launcher {
		gap: 14px;
		padding: 18px;
	}

	.rv-booking-launcher__price {
		padding-bottom: 14px;
	}

	.rv-booking-launcher__price strong {
		font-size: 1.5rem;
	}

	.rv-booking-launcher__price span,
	.rv-booking-launcher__price small {
		font-size: 0.82rem;
	}

	.rv-booking-launcher__microcopy strong,
	.rv-booking-launcher__schedule-head h3,
	.rv-booking-launcher__travelers-head h4 {
		font-size: 0.9rem;
	}

	.rv-booking-launcher__microcopy span,
	.rv-booking-launcher__schedule-head p,
	.rv-booking-launcher__travelers-head p,
	.rv-departure-days,
	.rv-inline-info,
	.rv-inline-warning,
	.rv-inline-error {
		font-size: 0.84rem;
		line-height: 1.45;
	}

	.rv-booking-launcher__schedule,
	.rv-booking-launcher__microcopy {
		padding: 14px;
		border-radius: 14px;
	}

	.rv-booking-launcher__total {
		align-items: flex-start;
		flex-direction: column;
		padding: 14px;
	}

	.rv-booking-launcher__total strong {
		font-size: 1.28rem;
	}

	.rv-booking-launcher__total span {
		font-size: 0.82rem;
	}

	.rv-booking-modal {
		align-items: flex-end;
		padding: 0;
	}

	.rv-booking-modal__dialog {
		width: 100vw;
		max-height: 96dvh;
		border-radius: 22px 22px 0 0;
		border-bottom: 0;
	}

	.rv-booking-card {
		padding: 18px;
	}

	.rv-booking-card__top {
		margin-bottom: 14px;
		padding-bottom: 14px;
	}

	.rv-booking-card__top strong {
		font-size: 1.08rem;
		line-height: 1.2;
	}

	.rv-booking-card__top-meta small {
		font-size: 0.76rem;
		padding: 6px 9px;
	}

	.rv-booking-modal__close {
		min-width: 44px;
		min-height: 44px;
		padding: 6px 10px;
	}

	.rv-booking-steps {
		gap: 6px;
		margin-bottom: 14px;
		padding: 5px;
	}

	.rv-booking-step {
		gap: 6px;
		padding: 10px 8px;
		font-size: 0.9rem;
	}

	.rv-booking-section {
		gap: 14px;
		padding: 16px;
		border-radius: 16px;
	}

	.rv-booking-modal-date {
		display: grid;
		gap: 12px;
		padding: 14px;
		border: 1px solid var(--rv-border);
		border-radius: 16px;
		background: #eef5f7;
	}

	.rv-booking-modal-date .rv-booking-section__head {
		margin: 0;
	}

	.rv-booking-modal-date label {
		margin: 0;
	}

	.rv-booking-section__head h3 {
		font-size: 0.9rem;
	}

	.rv-booking-section__head p,
	.rv-booking-card label,
	.rv-booking-card__extras,
	.rv-booking-summary__row {
		font-size: 0.86rem;
	}

	.rv-booking-card input,
	.rv-booking-card textarea,
	.rv-booking-card select,
	.rv-search-form input,
	.rv-search-form select {
		min-height: 48px;
		font-size: 16px;
	}

	.rv-stepper {
		grid-template-columns: 48px minmax(0, 1fr) 48px;
		min-height: 48px;
	}

	.rv-stepper__button {
		font-size: 1.35rem;
	}

	.rv-booking-extra {
		align-items: flex-start;
		padding: 13px;
	}

	.rv-booking-summary__row,
	.rv-booking-card__total {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.rv-booking-card__total strong {
		font-size: 1.18rem;
	}

	.rv-payment-methods-info h4 {
		font-size: 0.78rem;
	}

	.rv-payment-methods-info__item strong,
	.rv-payment-methods-info__foreign strong {
		font-size: 0.82rem;
	}

	.rv-payment-methods-info__item span,
	.rv-payment-methods-info__foreign span {
		font-size: 0.75rem;
	}

	.rv-booking-section__actions .rv-button,
	.rv-booking-card__actions .rv-button {
		width: 100%;
	}

	.rv-button,
	.rv-search-form button {
		min-height: 48px;
		align-items: center;
		font-weight: 700;
	}
}

@media (max-width: 480px) {
	.rv-booking-launcher__actions {
		gap: 8px;
	}

	.rv-booking-card {
		padding: 16px 14px 18px;
	}

	.rv-booking-section {
		padding: 14px;
	}

	.rv-payment-methods-info {
		padding: 14px;
	}

	.rv-payment-methods-info__item,
	.rv-payment-methods-info__foreign {
		padding: 10px;
	}
}

/* ============================================
   NUEVO LAYOUT - BENTO GALLERY + 2 COLUMNAS
   ============================================ */

.rv-excursion-single .rv-excursion-header {
	padding: 32px 0 16px;
}

.rv-excursion-single .rv-excursion-header__title {
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 700;
	margin: 0 0 8px;
	line-height: 1.2;
}

.rv-excursion-single .rv-excursion-header__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--rv-muted);
	font-size: 0.95rem;
	font-weight: 600;
	flex-wrap: wrap;
}

.rv-excursion-single .rv-excursion-header__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.rv-excursion-single .rv-excursion-header__meta-item .rv-icon {
	width: 18px;
	height: 18px;
}

.rv-excursion-single .rv-excursion-header__meta-divider {
	opacity: 0.5;
}

.rv-excursion-single .rv-excursion-header__meta-category {
	color: var(--rv-accent);
	font-weight: 700;
}

/* Bento Gallery Grid */
.rv-excursion-single .rv-bento-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 200px);
	gap: 8px;
	margin: 24px 0 32px;
	border-radius: var(--rv-radius);
	overflow: hidden;
}

.rv-excursion-single .rv-bento-gallery__main {
	grid-column: span 2;
	grid-row: span 2;
	overflow: hidden;
}

.rv-excursion-single .rv-bento-gallery__main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.rv-excursion-single .rv-bento-gallery__main:hover img {
	transform: scale(1.05);
}

.rv-excursion-single .rv-bento-gallery__item {
	overflow: hidden;
}

.rv-excursion-single .rv-bento-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.rv-excursion-single .rv-bento-gallery__item:hover img {
	transform: scale(1.05);
}

.rv-excursion-single .rv-bento-gallery--count-1 {
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	height: clamp(280px, 42vw, 460px);
}

.rv-excursion-single .rv-bento-gallery--count-1 .rv-bento-gallery__main {
	grid-column: 1;
	grid-row: 1;
	border-radius: var(--rv-radius);
}

.rv-excursion-single .rv-bento-gallery--count-2 {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 380px;
}

.rv-excursion-single .rv-bento-gallery--count-2 .rv-bento-gallery__main,
.rv-excursion-single .rv-bento-gallery--count-2 .rv-bento-gallery__item {
	grid-column: auto;
	grid-row: auto;
}

.rv-excursion-single .rv-bento-gallery--count-3 {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 190px);
}

.rv-excursion-single .rv-bento-gallery--count-3 .rv-bento-gallery__item {
	grid-column: span 2;
}

.rv-excursion-single .rv-bento-gallery--count-4 {
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(2, 190px);
}

.rv-excursion-single .rv-bento-gallery--count-4 .rv-bento-gallery__main {
	grid-column: span 2;
	grid-row: span 2;
}

.rv-excursion-single .rv-bento-gallery--count-4 .rv-bento-gallery__item {
	grid-column: span 1;
	grid-row: span 2;
}

@media (max-width: 768px) {
	.rv-excursion-shell {
		padding: 0 14px;
	}

	.rv-excursion-single {
		padding-bottom: 36px;
	}

	.rv-excursion-single .rv-excursion-header {
		padding: 22px 0 10px;
	}

	.rv-excursion-single .rv-excursion-header__title {
		font-size: clamp(1.65rem, 8vw, 2rem);
		line-height: 1.12;
	}

	.rv-excursion-single .rv-excursion-header__meta {
		font-size: 0.88rem;
	}

	.rv-excursion-single {
		font-size: 0.94rem;
	}

	.rv-excursion-single h2 {
		font-size: 1.22rem;
		line-height: 1.25;
	}

	.rv-excursion-single h3 {
		font-size: 1.05rem;
		line-height: 1.3;
	}

	.rv-excursion-single .rv-detail-item strong,
	.rv-excursion-single .rv-detail-grid strong,
	.rv-excursion-single .rv-checklist-item strong,
	.rv-excursion-single .rv-faq-item__question {
		font-size: 0.9rem;
	}

	.rv-excursion-single .rv-detail-item span,
	.rv-excursion-single .rv-detail-grid span,
	.rv-excursion-single .rv-checklist-item span,
	.rv-excursion-single .rv-faq-item__answer,
	.rv-excursion-single .rv-related-card__body p {
		font-size: 0.86rem;
	}

	.rv-excursion-single .rv-faq-item__summary {
		padding: 14px 16px;
	}

	.rv-excursion-single .rv-faq-item__answer {
		padding: 0 16px 16px 48px;
	}

	.rv-excursion-single .rv-related-journeys__head h2 {
		font-size: 1.15rem;
	}

	.rv-excursion-single .rv-related-card {
		flex-basis: 280px;
	}

	.rv-excursion-single .rv-related-card__body h3 {
		font-size: 0.98rem;
	}

	.rv-excursion-single p,
	.rv-excursion-single li,
	.rv-excursion-single .rv-rich-text {
		font-size: 0.93rem;
		line-height: 1.55;
	}

	.rv-excursion-single .rv-bento-gallery {
		display: flex;
		gap: 10px;
		margin: 16px -14px 20px;
		padding: 0 14px 6px;
		overflow-x: auto;
		border-radius: 0;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.rv-excursion-single .rv-bento-gallery::-webkit-scrollbar {
		display: none;
	}

	.rv-excursion-single .rv-bento-gallery__main {
		flex: 0 0 84vw;
		height: 230px;
		border-radius: 18px;
		scroll-snap-align: start;
	}

	.rv-excursion-single .rv-bento-gallery__item {
		flex: 0 0 44vw;
		height: 230px;
		border-radius: 18px;
		scroll-snap-align: start;
	}

	.rv-excursion-single .rv-bento-gallery--count-1 .rv-bento-gallery__main {
		flex-basis: calc(100vw - 28px);
		height: clamp(220px, 58vw, 310px);
	}
}

@media (max-width: 480px) {
	.rv-excursion-single .rv-bento-gallery__main,
	.rv-excursion-single .rv-bento-gallery__item {
		height: 205px;
	}

	.rv-excursion-single .rv-bento-gallery__item {
		flex-basis: 58vw;
	}

	.rv-excursion-single .rv-bento-gallery--count-1 .rv-bento-gallery__main {
		height: 230px;
	}
}

/* Layout 2 columnas */
.rv-excursion-single .rv-excursion-layout {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 32px;
	align-items: start;
	padding-top: 16px;
	padding-bottom: 48px;
}

.rv-excursion-single .rv-excursion-layout__content {
	min-width: 0;
}

.rv-excursion-single .rv-excursion-layout__sidebar {
	position: sticky;
	top: 24px;
}

@media (max-width: 1024px) {
	.rv-excursion-single .rv-excursion-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.rv-excursion-single .rv-excursion-layout__sidebar {
		position: static;
	}
}

@media (max-width: 768px) {
	.rv-excursion-single .rv-excursion-layout {
		gap: 18px;
		padding-top: 0;
		padding-bottom: 32px;
	}

	.rv-excursion-single .rv-excursion-layout__sidebar {
		order: initial;
	}

	.rv-excursion-single .rv-excursion-layout__content {
		padding: 16px;
		border-radius: 18px;
	}

	.rv-excursion-block {
		padding: 16px;
		border-radius: 18px;
	}
}

@media (max-width: 768px) {
	.rv-mobile-booking-bar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2147482500;
		display: grid;
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
		gap: 10px;
		align-items: center;
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
		background: rgba(255, 255, 255, 0.96);
		border-top: 1px solid var(--rv-border);
		box-shadow: 0 -14px 34px rgba(24, 50, 69, 0.16);
		backdrop-filter: blur(12px);
	}

	.rv-mobile-booking-bar__price {
		display: grid;
		gap: 2px;
		min-width: 0;
	}

	.rv-mobile-booking-bar__price span {
		color: var(--rv-muted);
		font-size: 0.72rem;
		font-weight: 700;
		letter-spacing: 0.02em;
		line-height: 1;
		text-transform: uppercase;
	}

	.rv-mobile-booking-bar__price strong {
		color: var(--rv-text);
		font-size: 1.05rem;
		line-height: 1.1;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.rv-mobile-booking-bar__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}

	.rv-mobile-booking-bar .rv-button {
		min-height: 44px;
		padding: 10px 12px;
		font-size: 0.86rem;
	}

	.rv-excursion-single {
		padding-bottom: 104px;
	}

	body.rv-modal-open .rv-mobile-booking-bar {
		display: none;
	}
}

@media (max-width: 380px) {
	.rv-mobile-booking-bar {
		grid-template-columns: 1fr;
	}
}

/* Quick Stats */
.rv-excursion-single .rv-quick-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	padding: 20px;
	background: #f4f8fa;
	border: 1px solid var(--rv-border);
	border-radius: 14px;
	margin-bottom: 28px;
}

.rv-excursion-single .rv-quick-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-align: center;
	padding: 8px 4px;
}

.rv-excursion-single .rv-quick-stat .rv-icon {
	color: var(--rv-accent);
	width: 24px;
	height: 24px;
	margin: 0;
}

.rv-excursion-single .rv-quick-stat__label {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--rv-muted);
}

.rv-excursion-single .rv-quick-stat__value {
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.4;
	word-break: break-word;
}

@media (max-width: 768px) {
	.rv-excursion-single .rv-quick-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		padding: 14px;
	}

	.rv-excursion-single .rv-quick-stat {
		padding: 6px 2px;
	}

	.rv-excursion-single .rv-quick-stat__label {
		font-size: 0.68rem;
	}

	.rv-excursion-single .rv-quick-stat__value {
		font-size: 0.88rem;
	}
}

@media (max-width: 480px) {
	.rv-excursion-single .rv-quick-stats {
		gap: 10px;
	}

	.rv-excursion-single .rv-quick-stat {
		align-items: flex-start;
		text-align: left;
	}

	.rv-excursion-single .rv-quick-stat__value {
		font-size: 0.86rem;
	}
}

/* ============================================
   RELATED JOURNEYS - CAROUSEL HORIZONTAL
   ============================================ */

.rv-excursion-single .rv-related-journeys {
	margin-top: 32px;
	padding-top: 28px;
	border-top: 1px solid var(--rv-border);
}

.rv-excursion-single .rv-related-journeys__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.rv-excursion-single .rv-related-journeys__head h2 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
}

.rv-excursion-single .rv-related-journeys__nav {
	display: flex;
	gap: 8px;
}

.rv-excursion-single .rv-related-journeys__nav-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--rv-border);
	background: var(--rv-surface);
	color: var(--rv-text);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.rv-excursion-single .rv-related-journeys__nav-btn:hover {
	background: var(--rv-accent);
	border-color: var(--rv-accent);
	color: #fff;
}

.rv-excursion-single .rv-related-journeys__track {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding-bottom: 16px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.rv-excursion-single .rv-related-journeys__track::-webkit-scrollbar {
	display: none;
}

.rv-excursion-single .rv-related-card {
	flex: 0 0 320px;
	scroll-snap-align: start;
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
	overflow: hidden;
	box-shadow: var(--rv-shadow);
	transition: transform 0.3s ease;
}

.rv-excursion-single .rv-related-card:hover {
	transform: translateY(-4px);
}

.rv-excursion-single .rv-related-card__image {
	display: block;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.rv-excursion-single .rv-related-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.rv-excursion-single .rv-related-card__image:hover img {
	transform: scale(1.05);
}

.rv-excursion-single .rv-related-card__pill {
	position: absolute;
	top: 12px;
	left: 12px;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--rv-text);
}

.rv-excursion-single .rv-related-card__body {
	padding: 16px;
	display: grid;
	gap: 8px;
}

.rv-excursion-single .rv-related-card__body h3 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
}

.rv-excursion-single .rv-related-card__body h3 a {
	color: inherit;
	text-decoration: none;
}

.rv-excursion-single .rv-related-card__body h3 a:hover {
	color: var(--rv-accent);
}

.rv-excursion-single .rv-related-card__body p {
	margin: 0;
	font-size: 0.88rem;
	color: var(--rv-muted);
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rv-excursion-single .rv-related-card__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 4px;
}

.rv-excursion-single .rv-related-card__price {
	font-size: 1rem;
	font-weight: 700;
	color: var(--rv-accent);
}

.rv-excursion-single .rv-related-card__location {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 0.82rem;
	color: var(--rv-muted);
}

.rv-excursion-single .rv-related-card__location .rv-icon {
	width: 14px;
	height: 14px;
}

@media (max-width: 768px) {
	.rv-excursion-single .rv-related-card {
		flex: 0 0 280px;
	}
}

/* ============================================
   BLOQUES INTERNOS UNIFICADOS
   ============================================ */

.rv-excursion-single .rv-excursion-block {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.rv-excursion-single .rv-excursion-block + .rv-excursion-block,
.rv-excursion-single .rv-section-divider + .rv-excursion-block,
.rv-excursion-single .rv-quick-stats + .rv-excursion-block {
	margin-top: 28px;
}

.rv-excursion-single .rv-excursion-block h2,
.rv-excursion-single .rv-excursion-block h3 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
}

/* Detalles - grid de información */
.rv-excursion-single .rv-detail-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
	padding: 20px;
	background: #f8fafb;
	border: 1px solid var(--rv-border);
	border-radius: 12px;
	margin-bottom: 0;
}

.rv-excursion-single .rv-detail-grid div {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 8px 0;
}

.rv-excursion-single .rv-detail-grid strong {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--rv-muted);
}

.rv-excursion-single .rv-detail-grid span {
	font-size: 0.95rem;
	font-weight: 600;
}

/* Badges de idiomas */
.rv-excursion-single .rv-card__badges--detail {
	margin: 0 0 20px;
}

/* Galería swiper */
.rv-excursion-single .rv-excursion-block--gallery {
	overflow: visible;
}

.rv-excursion-single .rv-excursion-gallery {
	margin: 0;
}

/* Checklist incluye/no incluye */
.rv-excursion-single .rv-excursion-checklist-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.rv-excursion-single .rv-excursion-checklist {
	padding: 20px;
	background: #f0f9f4;
	border: 1px solid #d1e8da;
	border-radius: 12px;
}

.rv-excursion-single .rv-excursion-checklist--excluded {
	background: #fef3f4;
	border-color: #fecdd3;
}

.rv-excursion-single .rv-excursion-checklist h3 {
	margin: 0 0 12px;
	font-size: 0.88rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.rv-excursion-single .rv-excursion-checklist ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.rv-excursion-single .rv-excursion-checklist li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.92rem;
}

.rv-excursion-single .rv-excursion-checklist__icon {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.88rem;
	font-weight: 700;
	flex-shrink: 0;
}

.rv-excursion-single .rv-excursion-checklist__icon--included {
	background: #e7f6ec;
	color: #1d6b3a;
}

.rv-excursion-single .rv-excursion-checklist__icon--excluded {
	background: #fff1f2;
	color: #b42318;
}

/* Información importante */
.rv-excursion-single .rv-excursion-block--content .rv-rich-text {
	margin-bottom: 16px;
	padding: 16px;
	background: #f8fafb;
	border: 1px solid var(--rv-border);
	border-radius: 12px;
}

.rv-excursion-single .rv-excursion-block--content .rv-rich-text:last-child {
	margin-bottom: 0;
}

.rv-excursion-single .rv-excursion-block--content h3 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 8px;
}

.rv-excursion-single .rv-excursion-block--content p {
	margin: 0;
	color: var(--rv-muted);
	line-height: 1.6;
}

/* Mapa */
.rv-excursion-single .rv-excursion-block--map h3 {
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 700;
}

.rv-excursion-single .rv-leaflet-map {
	height: 320px;
	border-radius: 12px;
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--rv-border);
}

/* FAQ */
.rv-excursion-single .rv-faq-accordion {
	display: grid;
	gap: 10px;
	margin: 0;
}

.rv-excursion-single .rv-faq-item {
	background: #f8fafb;
	border: 1px solid var(--rv-border);
	border-radius: 12px;
	overflow: hidden;
	transition: background-color 0.2s ease;
}

.rv-excursion-single .rv-faq-item:hover {
	background: #f4f8fa;
}

.rv-excursion-single .rv-faq-item__summary {
	padding: 16px 20px;
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 12px;
}

.rv-excursion-single .rv-faq-item__summary::-webkit-details-marker {
	display: none;
}

.rv-excursion-single .rv-faq-item__question-mark {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--rv-accent);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.88rem;
	font-weight: 700;
	flex-shrink: 0;
}

.rv-excursion-single .rv-faq-item__question {
	flex: 1;
	font-size: 0.95rem;
	font-weight: 600;
}

.rv-excursion-single .rv-faq-item__toggle {
	width: 24px;
	height: 24px;
	position: relative;
	flex-shrink: 0;
}

.rv-excursion-single .rv-faq-item__toggle::before,
.rv-excursion-single .rv-faq-item__toggle::after {
	content: "";
	position: absolute;
	background: var(--rv-text);
	transition: transform 0.2s ease;
}

.rv-excursion-single .rv-faq-item__toggle::before {
	width: 2px;
	height: 12px;
	left: 11px;
	top: 6px;
}

.rv-excursion-single .rv-faq-item__toggle::after {
	width: 12px;
	height: 2px;
	left: 6px;
	top: 11px;
}

.rv-excursion-single .rv-faq-item[open] .rv-faq-item__toggle::before {
	transform: rotate(90deg);
}

.rv-excursion-single .rv-faq-item__answer {
	padding: 0 20px 20px 56px;
	color: var(--rv-muted);
	line-height: 1.6;
}

.rv-excursion-single .rv-faq-item__answer p {
	margin: 0;
}

@media (max-width: 768px) {
	.rv-excursion-single .rv-excursion-checklist-grid {
		grid-template-columns: 1fr;
	}

	.rv-excursion-single .rv-detail-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.rv-excursion-single .rv-detail-grid {
		grid-template-columns: 1fr;
	}
}

/* ============================================
   PAYMENT METHODS INFO (Sidebar)
   ============================================ */

.rv-payment-methods-info {
	margin-top: 20px;
	padding: 16px;
	background: #f8fafb;
	border: 1px solid var(--rv-border);
	border-radius: 12px;
}

.rv-payment-methods-info h4 {
	margin: 0 0 12px;
	font-size: 0.88rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--rv-muted);
}

.rv-payment-methods-info__list {
	display: grid;
	gap: 10px;
}

.rv-payment-methods-info__item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid var(--rv-border);
}

.rv-payment-methods-info__icon {
	font-size: 1.2rem;
	width: 24px;
	text-align: center;
}

.rv-payment-methods-info__item div {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rv-payment-methods-info__item strong {
	font-size: 0.88rem;
	font-weight: 600;
}

.rv-payment-methods-info__item span {
	font-size: 0.78rem;
	color: var(--rv-muted);
}

.rv-payment-methods-info__foreign {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px;
	margin-top: 12px;
	background: linear-gradient(135deg, #e8f4fd 0%, #f0f7ff 100%);
	border: 1px solid #b8d4e8;
	border-radius: 8px;
}

.rv-payment-methods-info__foreign-icon {
	font-size: 1.1rem;
	width: 24px;
	text-align: center;
	flex-shrink: 0;
}

.rv-payment-methods-info__foreign div {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rv-payment-methods-info__foreign strong {
	font-size: 0.85rem;
	font-weight: 600;
	color: #1a5276;
}

.rv-payment-methods-info__foreign span {
	font-size: 0.78rem;
	color: #2c7bb6;
	line-height: 1.4;
}

/* ============================================
   PAYMENT PILLS & OPTIONS
   ============================================ */

.rv-payment-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0;
}

.rv-payment-pill {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1;
}

.rv-payment-pill--cash {
	background: #e7f6ec;
	color: #1d6b3a;
	border: 1px solid #87d3a5;
}

.rv-payment-pill--card {
	background: #fff3eb;
	color: #9a4d1a;
	border: 1px solid #f3d37a;
}

.rv-booking-launcher__payment-pills {
	padding: 0 24px;
}

.rv-booking-launcher__payment-pills .rv-payment-pills {
	margin: 0;
}

/* Payment Options Banner */
.rv-payment-options-banner {
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
	padding: 24px;
	margin: 24px 0;
}

.rv-payment-options-banner h3 {
	margin: 0 0 16px;
	font-size: 1.25rem;
}

.rv-payment-options-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.rv-payment-option-card {
	padding: 20px;
	border-radius: 12px;
	text-align: center;
}

.rv-payment-option-card--cash {
	background: #e7f6ec;
	border: 1px solid #87d3a5;
}

.rv-payment-option-card--card {
	background: #fff3eb;
	border: 1px solid #f3d37a;
}

.rv-payment-option-card__icon {
	font-size: 2rem;
	margin-bottom: 8px;
}

.rv-payment-option-card h4 {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 700;
}

.rv-payment-option-card__price {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 8px 0;
}

.rv-payment-option-card__desc {
	margin: 0;
	font-size: 0.88rem;
	color: var(--rv-muted);
}

/* Promo Banner */
.rv-promo-banner {
	background: linear-gradient(135deg, #1d6b3a, #2d8f4e);
	border-radius: var(--rv-radius);
	padding: 24px;
	margin: 24px 0;
	color: #fff;
}

.rv-promo-banner__content {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.rv-promo-banner__icon {
	font-size: 2rem;
}

.rv-promo-banner__message {
	flex: 1;
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0;
}

.rv-promo-banner__cta {
	background: #fff;
	color: #1d6b3a;
	padding: 12px 24px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	transition: transform 0.2s ease;
}

.rv-promo-banner__cta:hover {
	transform: translateY(-2px);
}

/* Payment Methods in Booking Form */
.rv-booking-card__payment-methods {
	display: grid;
	gap: 12px;
}

.rv-payment-option {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	background: #f8fafb;
	border: 2px solid var(--rv-border);
	border-radius: 12px;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.rv-payment-option:hover {
	border-color: var(--rv-accent);
	background: #f4f8fa;
}

.rv-payment-option input[type="radio"] {
	width: auto;
	margin: 0;
}

.rv-payment-option input[type="radio"]:checked + .rv-payment-option__label {
	color: var(--rv-text);
}

.rv-payment-option__label {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.rv-payment-option__label strong {
	font-size: 0.95rem;
	font-weight: 700;
}

.rv-payment-option__label span {
	font-size: 0.88rem;
	color: var(--rv-muted);
}

@media (max-width: 768px) {
	.rv-payment-options-grid {
		grid-template-columns: 1fr;
	}

	.rv-promo-banner__content {
		flex-direction: column;
		text-align: center;
	}

	.rv-payment-pills {
		justify-content: center;
	}
}
