/**
 * Renta ANDAFACIL v1.0.1— carousel overlay arrows + pause + category order.
 */

.af-rent-catalog,
.af-rent-catalog * {
	box-sizing: border-box;
	font-family: inherit;
}

.af-rent-catalog {
	--af-navy: #0a2540;
	--af-ppt-navy: #004080;
	--af-navy-deep: #061829;
	--af-blue: #0563c1;
	--af-blue-soft: #dceaf8;
	--af-sky: #5b9bd5;
	--af-light: #f0f5fb;
	--af-page: #ffffff;
	--af-sale: #c0392b;
	--af-highlight: #ffe08a;
	--af-highlight-text: #5c4200;
	--af-radius: 18px;
	--af-text: 1.125rem;
	--af-text-lg: 1.35rem;
	--af-touch: 54px;
	--af-shadow: 0 8px 24px rgba(10, 37, 64, 0.1);
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 12px 12px 96px;
	color: var(--af-navy);
	font-size: var(--af-text);
	line-height: 1.55;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	isolation: isolate;
}

/* Theme isolation */
.af-rent-catalog a.af-rent-btn,
.af-rent-catalog button.af-rent-btn,
.af-rent-catalog .af-rent-gallery__arrow,
.af-rent-catalog .af-rent-gallery__pause,
.af-rent-catalog .af-rent-gallery__thumb,
.af-rent-catalog .af-rent-card {
	appearance: none;
	-webkit-appearance: none;
	text-transform: none;
	letter-spacing: normal;
	margin: 0;
}

.af-rent-catalog img {
	max-width: 100%;
	vertical-align: middle;
}

.af-rent-catalog .af-rent-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.af-rent-error {
	padding: 18px;
	border: 2px solid #ddd;
	border-radius: var(--af-radius);
	font-size: var(--af-text-lg);
}

/* ── Toolbar ── */
.af-rent-toolbar {
	position: sticky;
	top: 0;
	z-index: 60;
	margin-bottom: 16px;
	padding: 14px;
	background: #fff;
	border: 2px solid var(--af-blue-soft);
	border-radius: var(--af-radius);
	box-shadow: var(--af-shadow);
}

.af-rent-toolbar__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	min-width: 0;
}

.af-rent-toolbar__logo {
	width: auto;
	height: 38px;
	max-width: 150px;
	object-fit: contain;
	flex-shrink: 0;
}

.af-rent-toolbar__brand strong {
	display: block;
	font-size: 1.05rem;
	line-height: 1.2;
}

.af-rent-toolbar__brand span {
	display: block;
	font-size: 0.95rem;
	color: var(--af-blue);
	font-weight: 700;
}

.af-rent-toolbar__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.af-rent-toolbar__meta {
	margin: 10px 0 0;
	font-size: 0.95rem;
	color: rgba(10, 37, 64, 0.72);
	text-align: center;
}

/* ── Buttons (PDF / PPTX style) ── */
.af-rent-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: var(--af-touch);
	padding: 15px 22px;
	border-radius: 999px;
	border: 2px solid transparent;
	background: var(--af-page);
	color: var(--af-navy);
	text-decoration: none;
	font-weight: 800;
	font-size: 1.08rem;
	line-height: 1.2;
	cursor: pointer;
	text-align: center;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	box-shadow: 0 4px 14px rgba(10, 37, 64, 0.1);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.af-rent-btn:active {
	transform: scale(0.98);
}

.af-rent-btn__icon {
	font-size: 1.1rem;
	line-height: 1;
}

.af-rent-btn--primary {
	background: linear-gradient(180deg, #0670d6 0%, var(--af-blue) 100%);
	border-color: #045aa3;
	color: #fff;
	box-shadow: 0 6px 18px rgba(5, 99, 193, 0.35);
}

.af-rent-btn--soft {
	background: linear-gradient(180deg, #fff 0%, var(--af-light) 100%);
	border-color: #c5daf2;
	color: var(--af-navy);
}

/* Toolbar — always dark blue + white (beats WP theme button styles) */
.af-rent-toolbar .af-rent-btn,
.af-rent-toolbar a.af-rent-btn,
.af-rent-toolbar button.af-rent-btn {
	background: var(--af-ppt-navy) !important;
	border: 2px solid #003366 !important;
	color: #ffffff !important;
	box-shadow: 0 4px 14px rgba(0, 64, 128, 0.28) !important;
}

.af-rent-toolbar .af-rent-btn .af-rent-btn__icon,
.af-rent-toolbar .af-rent-btn:visited,
.af-rent-toolbar .af-rent-btn:hover,
.af-rent-toolbar .af-rent-btn:focus,
.af-rent-toolbar .af-rent-btn:focus-visible {
	color: #ffffff !important;
}

.af-rent-toolbar .af-rent-btn--primary {
	background: linear-gradient(180deg, #0670d6 0%, var(--af-ppt-navy) 100%) !important;
	border-color: #004080 !important;
	box-shadow: 0 6px 18px rgba(0, 64, 128, 0.38) !important;
}

.af-rent-toolbar .af-rent-btn:hover,
.af-rent-toolbar .af-rent-btn:focus-visible {
	background: #003366 !important;
	border-color: #002952 !important;
}

.af-rent-toolbar .af-rent-btn--primary:hover,
.af-rent-toolbar .af-rent-btn--primary:focus-visible {
	background: linear-gradient(180deg, #0563c1 0%, #003366 100%) !important;
}

.af-rent-btn--cta {
	background: linear-gradient(180deg, #123d66 0%, var(--af-navy) 55%, var(--af-navy-deep) 100%);
	border-color: var(--af-navy-deep);
	color: #fff;
	box-shadow: 0 8px 22px rgba(10, 37, 64, 0.32);
	font-size: 1.12rem;
	padding-top: 16px;
	padding-bottom: 16px;
}

.af-rent-btn--outline {
	background: #fff;
	border-color: var(--af-blue);
	color: var(--af-blue);
	box-shadow: 0 2px 10px rgba(5, 99, 193, 0.12);
}

/* ── Visual index ── */
.af-rent-index {
	margin-bottom: 20px;
	padding: 18px 14px;
	border-radius: var(--af-radius);
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	border: 2px solid var(--af-blue-soft);
}

.af-rent-index__title {
	margin: 0 0 6px;
	font-size: clamp(1.45rem, 5vw, 1.85rem);
	line-height: 1.15;
}

.af-rent-index__hint {
	margin: 0 0 16px;
	font-size: 1rem;
	color: rgba(10, 37, 64, 0.78);
}

.af-rent-index__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.af-rent-index__grid--intro {
	margin-bottom: 14px;
}

.af-rent-card {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 14px;
	padding: 14px;
	border-radius: 16px;
	background: #fff;
	border: 2px solid var(--af-blue-soft);
	box-shadow: 0 3px 12px rgba(10, 37, 64, 0.06);
	text-decoration: none;
	color: var(--af-navy);
	min-height: var(--af-touch);
	min-width: 0;
}

.af-rent-card--intro {
	grid-template-columns: 52px 1fr auto;
}

.af-rent-card--category {
	grid-template-columns: 76px 1fr auto;
}

.af-rent-card__emoji {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	font-size: 1.75rem;
	background: var(--af-light);
	border-radius: 14px;
	flex-shrink: 0;
}

.af-rent-card__media {
	width: 76px;
	height: 76px;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--af-blue-soft);
	flex-shrink: 0;
}

.af-rent-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	background: var(--af-light);
}

.af-rent-card__body {
	min-width: 0;
	overflow: hidden;
}

.af-rent-card__label {
	display: block;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.25;
	word-wrap: break-word;
	overflow-wrap: anywhere;
}

.af-rent-card__count {
	display: block;
	margin-top: 4px;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--af-blue);
}

.af-rent-card__arrow {
	font-size: 1.75rem;
	line-height: 1;
	color: var(--af-blue);
	font-weight: 700;
	flex-shrink: 0;
}

/* ── Pages ── */
.af-rent-pages {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 100%;
}

.af-rent-page {
	border-radius: var(--af-radius);
	background: var(--af-page);
	border: 2px solid var(--af-blue-soft);
	box-shadow: var(--af-shadow);
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.af-rent-page--product {
	overflow: visible;
}

.af-rent-page--cover {
	background: linear-gradient(145deg, var(--af-navy) 0%, #123d66 55%, var(--af-blue) 100%);
	color: #fff;
	min-height: 340px;
	display: grid;
	place-items: center;
	text-align: center;
	border: 0;
}

.af-rent-cover {
	padding: 28px 20px;
	max-width: 100%;
}

.af-rent-cover__logo {
	max-width: min(260px, 78vw);
	height: auto;
	margin-bottom: 20px;
	filter: brightness(0) invert(1);
}

.af-rent-cover__tagline {
	margin: 0 0 10px;
	font-size: 0.9rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0.92;
}

.af-rent-cover__title {
	margin: 0;
	font-size: clamp(1.75rem, 6vw, 2.5rem);
	line-height: 1.1;
}

.af-rent-cover__sub {
	margin: 14px 0 0;
	font-size: 1.05rem;
	opacity: 0.9;
}

.af-rent-page--info {
	padding: 22px 18px;
}

.af-rent-kicker {
	margin: 0 0 8px;
	color: var(--af-blue);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 0.92rem;
}

.af-rent-info h2 {
	margin: 0 0 14px;
	font-size: clamp(1.45rem, 4.5vw, 2rem);
	line-height: 1.15;
}

.af-rent-lead {
	margin: 0;
	font-size: var(--af-text-lg);
	line-height: 1.6;
}

.af-rent-stats {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 20px;
}

.af-rent-stat {
	padding: 16px;
	border-radius: 14px;
	background: var(--af-light);
	text-align: center;
	border: 1px solid var(--af-blue-soft);
}

.af-rent-stat strong {
	display: block;
	font-size: 2rem;
	color: var(--af-blue);
	line-height: 1;
}

.af-rent-stat span {
	display: block;
	margin-top: 6px;
	font-size: 1rem;
	font-weight: 700;
}

.af-rent-features {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 20px;
}

.af-rent-feature {
	padding: 16px;
	border-radius: 14px;
	border: 1px solid var(--af-blue-soft);
	background: #fafcff;
}

.af-rent-feature h3 {
	margin: 0 0 8px;
	font-size: 1.1rem;
	color: var(--af-blue);
}

.af-rent-feature p {
	margin: 0;
	line-height: 1.55;
}

.af-rent-page--divider {
	background: linear-gradient(135deg, var(--af-navy), #174a7a);
	color: #fff;
	min-height: 200px;
	display: grid;
	place-items: center;
	text-align: center;
	border: 0;
	scroll-margin-top: 88px;
}

.af-rent-divider {
	padding: 28px 18px;
}

.af-rent-divider__tagline {
	margin: 0 0 8px;
	font-size: 0.85rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0.88;
}

.af-rent-divider__title {
	margin: 0;
	font-size: clamp(1.55rem, 5vw, 2.35rem);
	line-height: 1.12;
}

.af-rent-divider__desc {
	margin: 12px auto 0;
	max-width: 36ch;
	font-size: 1.05rem;
	opacity: 0.92;
}

/* ── Product sheet ── */
.af-rent-page--product {
	padding: 16px;
}

.af-rent-product {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-areas:
		"media"
		"content";
	gap: 20px;
	width: 100%;
	align-items: start;
}

.af-rent-product__media {
	grid-area: media;
	min-width: 0;
	width: 100%;
	max-width: 100%;
}

.af-rent-product__content {
	grid-area: content;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-wrap: break-word;
}

.af-rent-gallery {
	display: grid;
	gap: 10px;
	width: 100%;
	max-width: 100%;
}

.af-rent-gallery__stage {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 16px;
	background: #f4f7fb;
	border: 2px solid var(--af-blue-soft);
	overflow: hidden;
}

.af-rent-gallery__slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
	z-index: 0;
}

.af-rent-gallery__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.af-rent-gallery__slide img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain;
	padding: 12px;
	display: block !important;
}

.af-rent-gallery__progress {
	height: 5px;
	border-radius: 999px;
	background: #dceaf8;
	overflow: hidden;
}

.af-rent-gallery__progress-bar {
	display: block;
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, var(--af-blue), var(--af-sky));
	border-radius: inherit;
}

.af-rent-gallery__controls {
	display: none;
}

.af-rent-gallery__arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-top: -26px;
	padding: 0;
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	background: var(--af-ppt-navy);
	color: #fff;
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	touch-action: manipulation;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

.af-rent-gallery__arrow span {
	display: block;
	color: #fff;
	line-height: 1;
	margin-top: -2px;
}

.af-rent-gallery__arrow--prev {
	left: 10px;
}

.af-rent-gallery__arrow--next {
	right: 10px;
}

.af-rent-gallery__arrow:active {
	transform: scale(0.96);
}

.af-rent-gallery__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
}

.af-rent-gallery__pause {
	flex: 1 1 auto;
	min-height: 48px;
	padding: 10px 18px;
	border: 2px solid var(--af-ppt-navy);
	border-radius: 999px;
	background: var(--af-ppt-navy);
	color: #fff;
	font-weight: 800;
	font-size: 0.95rem;
	cursor: pointer;
	touch-action: manipulation;
	box-shadow: 0 4px 12px rgba(0, 64, 128, 0.28);
}

.af-rent-gallery__pause[aria-pressed="true"] {
	background: #fff;
	color: var(--af-ppt-navy);
}

.af-rent-gallery__navbtn {
	display: none;
}

.af-rent-gallery__counter {
	flex: 0 0 auto;
	text-align: center;
	font-weight: 800;
	color: var(--af-navy);
	font-size: 0.95rem;
	min-width: 4.5em;
}

.af-rent-gallery__thumbs {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 4px;
	width: 100%;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
}

.af-rent-gallery__thumb {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	padding: 0;
	border: 3px solid #d8e2ee;
	border-radius: 12px;
	overflow: hidden;
	background: #fff !important;
	cursor: pointer;
	scroll-snap-align: start;
	line-height: 0;
}

.af-rent-gallery__thumb.is-active {
	border-color: var(--af-blue);
	box-shadow: 0 0 0 2px rgba(5, 99, 193, 0.25);
}

.af-rent-gallery__thumb img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}

.af-rent-product__name {
	margin: 0 0 8px;
	font-size: clamp(1.4rem, 4.5vw, 1.9rem);
	line-height: 1.18;
	font-weight: 900;
}

.af-rent-product__sku {
	margin: 0 0 14px;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--af-blue);
	letter-spacing: 0.04em;
}

.af-rent-product__pricebox {
	display: block;
	width: 100%;
	padding: 16px 18px;
	margin-bottom: 16px;
	border-radius: 16px;
	background: #eef2f7;
	border: 1px solid #d8e2ee;
}

.af-rent-product__iva {
	display: block;
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
	color: rgba(10, 37, 64, 0.62);
	margin-bottom: 6px;
	letter-spacing: 0.06em;
}

.af-rent-product__prices {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 12px;
}

.af-rent-price-current,
.af-rent-price-sale {
	font-size: clamp(2rem, 7vw, 2.55rem);
	font-weight: 900;
	line-height: 1;
}

.af-rent-price-sale {
	color: var(--af-sale);
}

.af-rent-price-regular {
	font-size: clamp(1.15rem, 4vw, 1.4rem);
	color: rgba(10, 37, 64, 0.5);
	text-decoration: line-through;
	font-weight: 700;
}

.af-rent-product__tagline {
	margin: 0 0 12px;
	font-size: var(--af-text-lg);
	font-weight: 800;
	color: var(--af-blue);
	line-height: 1.45;
}

.af-rent-product__desc {
	margin: 0 0 14px;
	line-height: 1.6;
	color: rgba(10, 37, 64, 0.88);
}

.af-rent-product__highlight {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-radius: 14px;
	background: var(--af-highlight);
	color: var(--af-highlight-text);
	font-weight: 800;
	font-size: 1.05rem;
	line-height: 1.45;
	text-align: center;
}

.af-rent-product__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	width: 100%;
}

.af-rent-fab {
	position: fixed;
	right: 12px;
	bottom: 12px;
	z-index: 70;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--af-touch);
	padding: 0 22px;
	border-radius: 999px;
	background: linear-gradient(180deg, #123d66, var(--af-navy));
	color: #fff;
	font-weight: 800;
	font-size: 1rem;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(10, 37, 64, 0.35);
}

.af-rent-page--footer {
	padding: 24px 18px;
	text-align: center;
	background: var(--af-light);
}

.af-rent-footer__logo {
	max-width: 160px;
	height: auto;
	margin-bottom: 10px;
}

.af-rent-footer__title {
	margin: 0 0 8px;
	font-size: 1.2rem;
	font-weight: 900;
}

.af-rent-footer__note,
.af-rent-footer__url {
	margin: 8px 0 0;
	line-height: 1.55;
}

.af-rent-print-only {
	display: none;
}

/* ── Tablet (640+) ── */
@media (min-width: 640px) {
	.af-rent-catalog {
		padding-left: 20px;
		padding-right: 20px;
	}

	.af-rent-toolbar__actions {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.af-rent-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.af-rent-features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.af-rent-gallery__arrow {
		width: 56px;
		height: 56px;
		margin-top: -28px;
		font-size: 1.75rem;
	}

	.af-rent-gallery__arrow--prev {
		left: 14px;
	}

	.af-rent-gallery__arrow--next {
		right: 14px;
	}

	.af-rent-gallery__stage {
		padding-bottom: min(100%, 420px);
		height: auto;
		max-height: 420px;
	}
}

/* ── Tablet landscape / small desktop (768+) ── */
@media (min-width: 768px) {
	.af-rent-index__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.af-rent-page--product {
		padding: 22px;
	}
}

/* ── Desktop (992+) — side-by-side product, no overlap ── */
@media (min-width: 992px) {
	.af-rent-catalog {
		padding-left: 24px;
		padding-right: 24px;
	}

	.af-rent-product {
		grid-template-columns: minmax(0, 44%) minmax(0, 56%);
		grid-template-areas: "media content";
		gap: 28px;
		align-items: start;
	}

	.af-rent-gallery__stage {
		padding-bottom: 100%;
		max-height: 400px;
		height: 0;
	}

	.af-rent-product__actions {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.af-rent-index__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* ── Large desktop (1200+) ── */
@media (min-width: 1200px) {
	.af-rent-index__grid:not(.af-rent-index__grid--intro) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.af-rent-gallery__stage {
		max-height: 440px;
	}
}

@media (hover: hover) {
	.af-rent-toolbar .af-rent-btn:hover {
		transform: translateY(-1px);
		box-shadow: 0 8px 22px rgba(0, 64, 128, 0.35) !important;
	}

	.af-rent-btn:hover {
		transform: translateY(-1px);
		box-shadow: 0 10px 26px rgba(10, 37, 64, 0.16);
	}

	.af-rent-btn--cta:hover {
		box-shadow: 0 10px 28px rgba(10, 37, 64, 0.38);
	}

	.af-rent-gallery__arrow:hover {
		background: #003366;
		box-shadow: 0 6px 20px rgba(0, 0, 0, 0.32);
	}

	.af-rent-gallery__pause:hover {
		background: #003366;
	}
}

/* ── Print / PDF ── */
@media print {
	@page {
		size: A4 portrait;
		margin: 10mm;
	}

	.no-print,
	.af-rent-fab {
		display: none !important;
	}

	.af-rent-catalog {
		max-width: none;
		padding: 0;
		font-size: 11pt;
		overflow: visible;
	}

	.af-rent-page {
		box-shadow: none;
		border: 0;
		border-radius: 0;
		overflow: visible;
	}

	.af-rent-break {
		break-after: page;
		page-break-after: always;
	}

	.af-rent-page--cover,
	.af-rent-page--divider {
		min-height: 255mm;
		display: flex;
		align-items: center;
		justify-content: center;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	.af-rent-page--cover {
		background: linear-gradient(145deg, #0a2540 0%, #123d66 55%, #0563c1 100%) !important;
		color: #fff !important;
	}

	.af-rent-page--divider {
		background: linear-gradient(135deg, #0a2540, #174a7a) !important;
		color: #fff !important;
	}

	.af-rent-cover__logo {
		filter: brightness(0) invert(1);
	}

	.af-rent-page--product {
		min-height: 255mm;
		padding: 8mm 6mm;
		break-inside: avoid;
		page-break-inside: avoid;
	}

	.af-rent-product {
		grid-template-columns: 46% 54%;
		grid-template-areas: "media content";
		gap: 6mm;
	}

	.af-rent-gallery__stage {
		padding-bottom: 0;
		height: 105mm;
		max-height: none;
	}

	.af-rent-gallery__slide {
		opacity: 1 !important;
	}

	.af-rent-gallery__slide:not(.is-active) {
		display: none;
	}

	.af-rent-product__name {
		font-size: 20pt;
	}

	.af-rent-price-current,
	.af-rent-price-sale {
		font-size: 26pt;
	}

	.af-rent-price-sale {
		color: #c0392b !important;
	}

	.af-rent-product__highlight {
		background: #ffe08a !important;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	.af-rent-print-only {
		display: block;
	}

	.af-rent-print-btn {
		display: inline-block;
		padding: 3mm 8mm;
		background: #0a2540 !important;
		color: #fff !important;
		font-weight: 800;
		border-radius: 999px;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	a[href]::after {
		content: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.af-rent-gallery__slide,
	.af-rent-btn,
	.af-rent-gallery__progress-bar {
		transition: none !important;
	}
}

/* ── Rental price grid (replaces catalog pricebox on product cards) ── */
.af-rent-prices {
	display: block;
	width: 100%;
	padding: 16px 18px;
	margin-bottom: 16px;
	border-radius: 16px;
	background: #eef2f7;
	border: 1px solid #d8e2ee;
}

.af-rent-prices__deposit {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px 16px;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #d8e2ee;
}

.af-rent-prices__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.af-rent-prices__cell {
	padding: 12px 14px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #d8e2ee;
}

.af-rent-prices__label {
	display: block;
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(10, 37, 64, 0.62);
	margin-bottom: 6px;
}

.af-rent-prices__value {
	display: block;
	font-size: clamp(1.35rem, 5vw, 1.75rem);
	font-weight: 900;
	color: var(--af-navy);
	line-height: 1.1;
}

.af-rent-prices__value--deposit {
	font-size: clamp(1.6rem, 6vw, 2.1rem);
	color: #28a745;
}

.af-rent-product__purchase {
	margin: 0 0 12px;
	font-size: 0.98rem;
	color: rgba(10, 37, 64, 0.75);
}

.af-rent-product__purchase strong {
	color: var(--af-navy);
	font-weight: 900;
}

.af-rent-product__purchase-regular {
	margin-left: 8px;
	text-decoration: line-through;
	opacity: 0.55;
	font-weight: 700;
}

.af-rent-product__note {
	margin: 0 0 16px;
	padding: 14px 16px;
	border-radius: 14px;
	background: var(--af-highlight);
	color: var(--af-highlight-text);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.af-rent-product__note a {
	color: var(--af-navy);
	font-weight: 900;
	text-decoration: underline;
}

.af-rent-btn--cta.af-rent-btn--wa {
	background: linear-gradient(180deg, #2ee06a 0%, #25d366 100%);
	border-color: #1fb65a;
	color: #fff !important;
	box-shadow: 0 8px 22px rgba(37, 211, 102, 0.32);
}

@media (min-width: 520px) {
	.af-rent-prices__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* ── Rental request modal ── */
body.af-rent-modal-open {
	overflow: hidden;
}

.af-rent-modal[hidden] {
	display: none !important;
}

.af-rent-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0;
}

.af-rent-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 37, 64, 0.55);
}

.af-rent-modal__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 520px;
	max-height: min(92vh, 720px);
	overflow: auto;
	margin: 0;
	padding: clamp(18px, 4vw, 24px);
	padding-bottom: max(18px, env(safe-area-inset-bottom));
	background: #fff;
	border-radius: 18px 18px 0 0;
	border: 2px solid var(--af-blue-soft);
	box-shadow: 0 -8px 40px rgba(10, 37, 64, 0.2);
}

@media (min-width: 640px) {
	.af-rent-modal {
		align-items: center;
		padding: 16px;
	}

	.af-rent-modal__dialog {
		border-radius: var(--af-radius);
		max-height: 90vh;
	}
}

.af-rent-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: var(--af-light);
	color: var(--af-navy);
	font-size: 1.75rem;
	line-height: 1;
	font-weight: 700;
	cursor: pointer;
}

.af-rent-modal__title {
	margin: 0 36px 8px 0;
	font-size: clamp(1.25rem, 4vw, 1.5rem);
	color: var(--af-ppt-navy);
}

.af-rent-modal__product {
	margin: 0 0 16px;
	font-size: 1rem;
	font-weight: 800;
	color: var(--af-navy);
	line-height: 1.35;
}

.af-rent-modal__form {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.af-rent-modal__row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

@media (min-width: 480px) {
	.af-rent-modal__row {
		grid-template-columns: 1fr 1fr;
	}
}

.af-rent-modal__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.af-rent-modal__label {
	font-size: 0.9rem;
	font-weight: 800;
	color: rgba(10, 37, 64, 0.72);
}

.af-rent-modal__field select,
.af-rent-modal__field input[type="text"],
.af-rent-modal__field input[type="date"] {
	width: 100%;
	min-height: 48px;
	padding: 10px 12px;
	border: 2px solid #d8e2ee;
	border-radius: 12px;
	font-size: 1rem;
	font-family: inherit;
	color: var(--af-navy);
	background: #fff;
}

.af-rent-modal__field select:focus-visible,
.af-rent-modal__field input:focus-visible {
	outline: 3px solid #004080;
	outline-offset: 2px;
}

.af-rent-modal__error {
	margin: 0;
	padding: 10px 12px;
	border-radius: 10px;
	background: #fff3f3;
	border: 1px solid #f5c2c7;
	color: #842029;
	font-size: 0.92rem;
	font-weight: 700;
}

.af-rent-modal__error[hidden] {
	display: none !important;
}

.af-rent-modal__summary {
	padding: 14px 16px;
	border-radius: 14px;
	background: #f8faff;
	border: 2px solid #004080;
}

.af-rent-modal__summary[hidden] {
	display: none !important;
}

.af-rent-modal__summary-title {
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: 900;
	color: var(--af-ppt-navy);
}

.af-rent-modal__dl {
	margin: 0;
	display: grid;
	gap: 8px;
}

.af-rent-modal__dl > div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: baseline;
}

.af-rent-modal__dl dt {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 700;
	color: rgba(10, 37, 64, 0.7);
}

.af-rent-modal__dl dd {
	margin: 0;
	font-size: 1rem;
	font-weight: 900;
	color: var(--af-navy);
	text-align: right;
}

.af-rent-modal__dl-total dd {
	font-size: 1.2rem;
	color: #28a745;
}

.af-rent-modal__buy-note {
	margin: 12px 0 0;
	padding: 12px 14px;
	border-radius: 12px;
	background: #e6a200;
	border: 2px solid #b45309;
	color: #fff;
	font-weight: 900;
	font-size: 0.95rem;
	text-align: center;
}

.af-rent-modal__buy-note[hidden] {
	display: none !important;
}

.af-rent-modal__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 4px;
}

@media (min-width: 480px) {
	.af-rent-modal__actions {
		grid-template-columns: 1fr 1fr;
	}
}

.af-rent-product__actions button.af-rent-btn {
	width: 100%;
	border: 2px solid transparent;
}
