:root {
	--af-orange: #ff4b18;
	--af-orange-dark: #df360b;
	--af-yellow: #ffb51f;
	--af-ink: #111111;
	--af-muted: #5f646d;
	--af-line: #e8e8e8;
	--af-soft: #f7f7f6;
	--af-shadow: 0 10px 24px rgba(17, 24, 39, 0.13);
}

.page-id-10 #header,
.page-id-10 .hero-section,
.page-id-10 .entry-header,
.page-id-10 .page-title,
.page-id-10 h1.entry-title {
	display: none;
}

.page-id-10 .ct-container-full[data-vertical-spacing] {
	padding-bottom: 0;
	padding-top: 0;
}

.page-id-10 .entry-content.is-layout-constrained {
	margin: 0;
	max-width: none;
	padding: 0;
}

.page-id-10 .entry-content.is-layout-constrained > * {
	max-width: none !important;
}

.af-landing {
	background: #fff;
	color: var(--af-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	margin-inline: calc(50% - 50vw) !important;
	max-width: none !important;
	position: relative;
	width: 100vw;
}

.af-landing > * {
	max-width: none !important;
}

.af-landing * {
	box-sizing: border-box;
	overflow-wrap: normal;
	word-break: normal;
}

.af-landing a {
	color: inherit;
	text-decoration: none;
}

.af-topbar {
	align-items: center !important;
	backdrop-filter: none;
	background: transparent;
	border-bottom: 0;
	box-shadow: none;
	display: grid !important;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 28px;
	justify-content: space-between !important;
	left: 0;
	margin-inline: calc(50% - 50vw) !important;
	max-width: none !important;
	min-height: 86px;
	padding: 18px max(28px, calc((100vw - 1180px) / 2));
	position: absolute;
	top: 0;
	transition: background 180ms ease, box-shadow 180ms ease, min-height 180ms ease, padding 180ms ease;
	width: 100vw !important;
	z-index: 100;
}

.af-topbar.is-scrolled {
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
	min-height: 74px;
	padding-bottom: 12px;
	padding-top: 12px;
	position: fixed;
}

.af-topbar-logo {
	margin: 0 !important;
	order: 0;
}

.af-topbar-logo img {
	display: block;
	height: auto;
	max-height: 56px;
	object-fit: contain;
}

.af-topbar-nav {
	align-items: center !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: clamp(16px, 2vw, 28px);
	justify-content: flex-end !important;
	margin: 0;
	min-width: 0;
	order: 1;
}

.af-topbar-nav p {
	color: #142238;
	font-size: clamp(0.96rem, 0.9vw, 1.06rem);
	font-weight: 650;
	margin: 0;
	text-shadow: 0 2px 14px rgba(255, 255, 255, 0.82);
	white-space: nowrap;
}

.af-menu-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(255, 75, 24, 0.24);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 4px;
	height: 42px;
	justify-content: center;
	padding: 0;
	width: 42px;
}

.af-menu-toggle span {
	background: var(--af-orange);
	border-radius: 999px;
	display: block;
	height: 2px;
	transition: transform 180ms ease, opacity 180ms ease;
	width: 18px;
}

.af-topbar.is-menu-open .af-menu-toggle span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.af-topbar.is-menu-open .af-menu-toggle span:nth-child(2) {
	opacity: 0;
}

.af-topbar.is-menu-open .af-menu-toggle span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.af-topbar-actions {
	align-items: center;
	display: flex !important;
	flex: 0 0 auto;
	flex-wrap: nowrap !important;
	gap: 8px;
	margin: 0 0 0 4px;
}

.af-topbar-social {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	margin-left: -8px;
}

.af-social-link {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(255, 75, 24, 0.24);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
	color: var(--af-orange);
	display: inline-flex;
	font-size: 1rem;
	font-weight: 950;
	height: 34px;
	justify-content: center;
	line-height: 1;
	position: relative;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
	width: 34px;
}

.af-social-link svg {
	display: block;
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.af-social-link.whatsapp {
	color: #25d366;
}

.af-social-link.whatsapp svg {
	height: 20px;
	width: 20px;
}

.af-social-link:hover,
.af-social-link:focus-visible {
	background: var(--af-orange);
	box-shadow: 0 12px 22px rgba(255, 75, 24, 0.26);
	color: #fff;
	transform: translateY(-2px);
}

.af-social-link.whatsapp:hover,
.af-social-link.whatsapp:focus-visible {
	background: #25d366;
	box-shadow: 0 12px 22px rgba(37, 211, 102, 0.24);
	color: #fff;
}

.af-topbar-actions .wp-block-button,
.af-topbar-actions .wp-block-button__link {
	flex: 0 0 auto;
	width: auto !important;
}

.af-button-primary .wp-block-button__link,
.af-button-outline .wp-block-button__link {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-weight: 850;
	justify-content: center;
	letter-spacing: 0;
	min-height: 48px;
	min-width: max-content;
	padding: 13px 22px;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
	white-space: normal;
}

.af-button-primary .wp-block-button__link {
	background: var(--af-orange);
	box-shadow: 0 10px 18px rgba(255, 75, 24, 0.24);
	color: #fff;
}

.af-button-primary .wp-block-button__link:hover {
	background: var(--af-orange-dark);
	transform: translateY(-1px);
}

.af-button-outline .wp-block-button__link {
	background: #fff;
	border: 2px solid var(--af-orange);
	color: var(--af-orange);
}

.af-button-small .wp-block-button__link {
	font-size: 0.84rem;
	min-height: 42px;
	padding: 10px 16px;
}

.af-topbar-reserve-action .wp-block-button__link {
	box-shadow: 0 10px 18px rgba(255, 75, 24, 0.22);
}

.af-hero {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.88) 33%, rgba(255,255,255,0.26) 62%, rgba(255,255,255,0) 100%),
		url("../../../../uploads/2026/06/fondo_hero_inicial.png") center right / cover no-repeat;
	border-bottom: 1px solid var(--af-line);
	margin-inline: calc(50% - 50vw) !important;
	max-width: none !important;
	min-height: 100svh;
	padding: clamp(118px, 13vh, 168px) max(28px, calc((100vw - 1180px) / 2)) clamp(24px, 5vh, 48px);
	position: relative;
	width: 100vw !important;
}

.af-hero-grid {
	align-items: center !important;
	display: grid !important;
	grid-template-columns: minmax(390px, 540px) minmax(430px, 480px);
	gap: clamp(28px, 4vw, 58px);
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1240px !important;
	min-height: calc(100svh - 250px);
	width: 100%;
}

.af-hero-copy {
	flex: none !important;
	margin: 0 !important;
	max-width: 560px;
	min-width: 420px;
	text-align: left !important;
	transform: translateY(clamp(-74px, -8vh, -44px));
	transition: transform 360ms ease;
	width: 100% !important;
}

.af-hero.is-booking-open .af-hero-copy {
	transform: translateY(clamp(-116px, -12vh, -72px));
}

.af-hero.is-booking-open .af-hero-trust {
	animation: none;
	margin-top: clamp(72px, 8vh, 108px);
	transform: translateY(clamp(18px, 3vh, 38px));
	transition: transform 360ms ease;
}

.af-hero-grid > .wp-block-column {
	margin: 0 !important;
	min-width: 0 !important;
	width: auto !important;
}

.af-hero-title {
	animation: af-hero-rise 720ms ease-out 120ms both;
	font-size: clamp(2.25rem, 4.3vw, 4.2rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.99;
	margin: 0 0 24px;
	max-width: 590px;
	overflow-wrap: normal;
	text-align: left !important;
	word-break: normal;
}

.af-hero-lead {
	animation: af-hero-rise 720ms ease-out 260ms both;
	color: #292929;
	font-size: clamp(1rem, 1.35vw, 1.25rem);
	line-height: 1.55;
	margin: 0 0 30px;
	max-width: 450px;
	overflow-wrap: normal;
	text-align: left !important;
	word-break: normal;
}

.af-hero-actions {
	animation: af-hero-rise 720ms ease-out 420ms both;
	gap: 14px;
	justify-content: flex-start;
	margin: 0;
}

.af-reserva-column {
	align-items: flex-end;
	animation: af-hero-card-in 780ms ease-out 520ms both;
	display: flex;
	flex: none !important;
	flex-direction: column;
	gap: 14px;
	justify-content: flex-end;
	min-width: 430px;
	width: min(480px, 100%) !important;
}

.af-hero.is-booking-open .af-reserva-column {
	transform: translateY(clamp(-44px, -5vh, -24px));
	transition: transform 360ms ease;
}

.af-booking-toggle {
	align-items: center;
	background: var(--af-orange);
	border: 0;
	border-radius: 10px;
	box-shadow: 0 14px 24px rgba(255, 75, 24, 0.28);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 900;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
	width: 100%;
}

.af-reserva-column > .af-booking-toggle {
	display: none;
}

.af-booking-toggle:hover {
	background: var(--af-orange-dark);
	box-shadow: 0 18px 30px rgba(255, 75, 24, 0.32);
	transform: translateY(-2px);
}

.af-booking-toggle::before {
	content: "▣";
	font-size: 1rem;
	margin-right: 10px;
}

.af-booking-card,
.af-mini-card,
.af-fleet-card,
.af-testimonial,
.af-contact-card,
.af-map-placeholder,
.af-faq details {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--af-line);
	border-radius: 12px;
	box-shadow: var(--af-shadow);
}

.af-booking-card {
	flex: 0 0 auto;
	margin: 0 !important;
	max-width: 480px;
	min-width: 430px;
	opacity: 0;
	overflow: hidden;
	padding: 20px;
	pointer-events: none;
	position: relative;
	transform: translateY(-8px) scale(0.97);
	transition: opacity 220ms ease, transform 220ms ease, max-height 260ms ease, padding 220ms ease, border-width 220ms ease;
	width: 100%;
}

.af-reserva-column:not(.is-open) .af-booking-card {
	border-width: 0;
	box-shadow: none;
	max-height: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.af-reserva-column.is-open .af-booking-card {
	max-height: 860px;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.af-reserva-column.is-open .af-booking-toggle::before {
	content: "×";
	font-size: 1.25rem;
}

.af-booking-card-close {
	align-items: center;
	background: var(--af-orange);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 800;
	height: 34px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 34px;
	z-index: 2;
}

.af-booking-card h2 {
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 48px 5px 0;
}

.af-booking-card > p {
	color: var(--af-muted);
	font-size: 0.86rem;
	margin: 0 0 14px;
}

.af-karve-iframe-wrap {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.1);
	border-radius: 10px;
	margin: 0 0 12px;
	overflow: hidden;
}

.af-karve-iframe-wrap iframe {
	border: 0;
	display: block;
	height: 600px;
	width: 100%;
}

.af-fleet-card .wp-block-button,
.af-fleet-card .wp-block-button__link {
	width: 100%;
}

.af-secure-note {
	color: var(--af-muted);
	font-size: 0.78rem;
	margin: 12px 0 0;
	text-align: center;
}

.af-hero-trust {
	animation: af-hero-rise 720ms ease-out 650ms both;
	align-items: flex-start;
	gap: clamp(22px, 4vw, 46px);
	justify-content: center;
	margin: clamp(24px, 5vh, 52px) auto 0;
	max-width: 1180px !important;
}

@keyframes af-hero-rise {
	0% {
		opacity: 0;
		transform: translateY(24px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes af-hero-card-in {
	0% {
		opacity: 0;
		transform: translateX(28px) scale(0.98);
	}
	100% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

.af-trust-item {
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(255, 75, 24, 0.18);
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(17, 24, 39, 0.1);
	font-size: 0.9rem;
	line-height: 1.32;
	margin: 0;
	min-height: 78px;
	min-width: 220px;
	padding: 16px 18px 16px 54px;
	position: relative;
	transition: box-shadow 180ms ease, transform 180ms ease;
	width: min(30%, 290px);
}

.af-trust-item[open] {
	box-shadow: 0 18px 34px rgba(17, 24, 39, 0.14);
	transform: translateY(-3px);
}

.af-trust-item::before {
	align-items: center;
	background: var(--af-orange);
	border: 0;
	border-radius: 50%;
	color: #fff;
	content: "✓";
	display: flex;
	font-size: 0.9rem;
	font-weight: 950;
	height: 28px;
	justify-content: center;
	left: 18px;
	position: absolute;
	top: 18px;
	width: 28px;
}

.af-trust-item strong {
	display: block;
	font-size: 0.98rem;
	margin-bottom: 3px;
}

.af-trust-item summary {
	cursor: pointer;
	display: block;
	list-style: none;
	padding-right: 22px;
	position: relative;
}

.af-trust-item summary::-webkit-details-marker {
	display: none;
}

.af-trust-item summary::after {
	color: var(--af-orange);
	content: "+";
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 2px;
}

.af-trust-item[open] summary::after {
	content: "-";
}

.af-trust-item span {
	display: block;
}

.af-trust-item ul {
	color: #3f3f3f;
	font-size: 0.82rem;
	line-height: 1.42;
	margin: 14px 0 0;
	padding-left: 18px;
}

.af-trust-item li + li {
	margin-top: 7px;
}

.af-section {
	margin-inline: calc(50% - 50vw) !important;
	max-width: none !important;
	padding: 26px max(28px, calc((100vw - 1080px) / 2)) 0;
	width: 100vw !important;
}

.af-section-title {
	font-size: clamp(1.45rem, 2.4vw, 2.05rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 0 34px;
	position: relative;
}

.af-section-title small {
	font-size: 0.68em;
	font-weight: 800;
}

.af-section-title::after {
	background: var(--af-yellow);
	border-radius: 999px;
	bottom: -12px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 38px;
}

.af-section-title.left::after {
	left: 0;
	transform: none;
}

.af-benefits {
	background:
		linear-gradient(116deg, rgba(255,181,31,0.22) 0 9%, transparent 9% 100%),
		linear-gradient(296deg, rgba(255,181,31,0.22) 0 9%, transparent 9% 100%),
		#fff;
	padding-bottom: 28px;
	padding-top: 26px;
}

.af-card-grid,
.af-fleet-grid,
.af-step-grid,
.af-review-grid,
.af-faq-grid,
.af-contact-grid {
	gap: 24px;
	margin: 0;
	width: 100%;
}

.af-card-grid > .wp-block-column,
.af-fleet-grid > .wp-block-column,
.af-step-grid > .wp-block-column,
.af-review-grid > .wp-block-column,
.af-faq-grid > .wp-block-column,
.af-contact-grid > .wp-block-column {
	min-width: 0;
}

.af-benefit-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 24px;
}

.af-benefits > .wp-block-buttons {
	opacity: 0;
	transform: translateY(16px);
}

.af-benefits.is-visible > .wp-block-buttons {
	animation: af-benefit-cta-in 520ms ease-out 0.78s forwards;
}

@keyframes af-benefit-cta-in {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.af-benefit-grid > .wp-block-column {
	min-width: 0;
	overflow: visible;
	width: auto;
}

.af-mini-card {
	display: grid;
	grid-template-columns: 58px 1fr;
	grid-template-rows: auto auto;
	min-height: 128px;
	opacity: 0;
	padding: 26px 24px;
	position: relative;
	text-align: left;
	transform: translateY(26px) scale(0.98);
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
	width: 100%;
}

.af-mini-card::before {
	align-items: center;
	border: 2px solid var(--af-orange);
	border-radius: 18px;
	color: var(--af-orange);
	content: "";
	display: flex;
	font-size: 1.85rem;
	font-weight: 900;
	grid-row: 1 / span 2;
	height: 48px;
	justify-content: center;
	margin-top: 2px;
	opacity: 0;
	transform: scale(0.62) rotate(-8deg);
	width: 48px;
}

.af-mini-card:hover {
	border-color: rgba(255, 75, 24, 0.38);
	box-shadow: 0 22px 44px rgba(17, 24, 39, 0.18);
	transform: translateY(-8px) scale(1.055);
	z-index: 3;
}

.af-benefits.is-visible .af-mini-card:hover {
	animation: none;
	opacity: 1;
	transform: translateY(-8px) scale(1.055);
}

.af-mini-card.icon-stopwatch::before { content: "⏱"; }
.af-mini-card.icon-pin::before { content: "⌖"; }
.af-mini-card.icon-van::before { content: "▭"; }
.af-mini-card.icon-shield::before { content: "⌂"; }
.af-mini-card.icon-headset::before { content: "☏"; }
.af-mini-card.icon-like::before { content: "✓"; }

.af-benefits.is-visible .af-mini-card {
	animation: af-benefit-card-in 620ms ease-out forwards;
}

.af-benefits.is-visible .af-mini-card::before {
	animation: af-benefit-icon-pop 620ms cubic-bezier(.2, .9, .28, 1.28) forwards;
}

.af-benefits.is-visible .af-benefit-grid > .wp-block-column:nth-child(1) .af-mini-card,
.af-benefits.is-visible .af-benefit-grid > .wp-block-column:nth-child(1) .af-mini-card::before {
	animation-delay: 0.08s;
}

.af-benefits.is-visible .af-benefit-grid > .wp-block-column:nth-child(2) .af-mini-card,
.af-benefits.is-visible .af-benefit-grid > .wp-block-column:nth-child(2) .af-mini-card::before {
	animation-delay: 0.18s;
}

.af-benefits.is-visible .af-benefit-grid > .wp-block-column:nth-child(3) .af-mini-card,
.af-benefits.is-visible .af-benefit-grid > .wp-block-column:nth-child(3) .af-mini-card::before {
	animation-delay: 0.28s;
}

.af-benefits.is-visible .af-benefit-grid > .wp-block-column:nth-child(4) .af-mini-card,
.af-benefits.is-visible .af-benefit-grid > .wp-block-column:nth-child(4) .af-mini-card::before {
	animation-delay: 0.38s;
}

.af-benefits.is-visible .af-benefit-grid > .wp-block-column:nth-child(5) .af-mini-card,
.af-benefits.is-visible .af-benefit-grid > .wp-block-column:nth-child(5) .af-mini-card::before {
	animation-delay: 0.48s;
}

.af-benefits.is-visible .af-benefit-grid > .wp-block-column:nth-child(6) .af-mini-card,
.af-benefits.is-visible .af-benefit-grid > .wp-block-column:nth-child(6) .af-mini-card::before {
	animation-delay: 0.58s;
}

@keyframes af-benefit-card-in {
	0% {
		opacity: 0;
		transform: translateY(26px) scale(0.98);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes af-benefit-icon-pop {
	0% {
		opacity: 0;
		transform: scale(0.62) rotate(-8deg);
	}
	70% {
		opacity: 1;
		transform: scale(1.16) rotate(3deg);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

.af-mini-card h3,
.af-fleet-card h3,
.af-step h3,
.af-testimonial h3 {
	grid-column: 2;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 8px;
}

.af-mini-card p,
.af-fleet-card p,
.af-step p,
.af-testimonial p {
	color: #333;
	font-size: 0.88rem;
	grid-column: 2;
	line-height: 1.45;
	margin: 0;
}

.af-fleet-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.af-step-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.af-review-grid {
	align-items: center;
	display: grid !important;
	grid-template-columns: 280px 1fr 1fr;
}

.af-faq-grid,
.af-contact-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.af-contact-grid {
	grid-template-columns: 340px minmax(0, 1fr);
}

.af-fleet-section {
	background: linear-gradient(180deg, #fff 0%, #fbfbfa 100%);
	padding-bottom: 24px;
	padding-top: 28px;
}

.af-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin: -12px auto 22px;
	opacity: 0;
	transform: translateY(16px);
}

.af-tabs button {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	color: #444;
	cursor: pointer;
	font-size: 0.88rem;
	font-weight: 750;
	margin: 0;
	min-width: 112px;
	padding: 8px 18px;
	text-align: center;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.af-tabs button:hover {
	border-color: var(--af-orange);
	color: var(--af-orange);
	transform: translateY(-1px);
}

.af-tabs button.active {
	background: var(--af-orange);
	border-color: var(--af-orange);
	color: #fff;
}

.af-fleet-item.is-hidden {
	display: none !important;
}

.af-fleet-section.is-visible .af-fleet-item:not(.is-hidden) .af-fleet-card {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.af-fleet-card {
	height: 100%;
	min-width: 0;
	opacity: 0;
	padding: 18px;
	transform: translateY(30px) scale(0.98);
}

.af-fleet-card img {
	height: auto;
	object-fit: contain;
	width: 100%;
}

.af-van-360 {
	align-items: center;
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	margin: 0 0 16px;
	overflow: hidden;
	position: relative;
}

.af-van-360::before {
	background: radial-gradient(ellipse at center, rgba(17, 24, 39, 0.24), rgba(17, 24, 39, 0) 66%);
	bottom: 10%;
	content: "";
	height: 20%;
	left: 18%;
	pointer-events: none;
	position: absolute;
	right: 18%;
	transform: scaleX(0.94);
	transform-origin: center;
	z-index: 0;
}

.af-van-360::after {
	background: linear-gradient(90deg, rgba(255, 75, 24, 0), rgba(255, 75, 24, 0.12), rgba(255, 181, 31, 0));
	bottom: 7%;
	content: "";
	height: 2px;
	left: 18%;
	position: absolute;
	right: 18%;
	z-index: 0;
}

.af-van-360 img {
	backface-visibility: visible;
	display: block;
	filter: drop-shadow(0 18px 16px rgba(17, 24, 39, 0.18));
	max-height: 92%;
	object-fit: contain;
	position: relative;
	transform-origin: 50% 58%;
	transition: transform 240ms ease, filter 240ms ease;
	width: 105%;
	z-index: 1;
}

.af-fleet-section.is-visible .af-tabs {
	animation: af-fleet-tabs-in 520ms ease-out forwards;
}

.af-fleet-section.is-visible .af-fleet-card {
	animation: af-fleet-card-in 680ms ease-out forwards;
}

.af-fleet-section.is-visible .af-fleet-item:nth-child(1) .af-fleet-card {
	animation-delay: 0.12s;
}

.af-fleet-section.is-visible .af-fleet-item:nth-child(2) .af-fleet-card {
	animation-delay: 0.26s;
}

.af-fleet-section.is-visible .af-fleet-item:nth-child(3) .af-fleet-card {
	animation-delay: 0.4s;
}

.af-fleet-section.is-visible .af-van-360 img {
	animation: af-fleet-van-focus 820ms ease-out both;
}

.af-fleet-section.is-visible .af-fleet-item:nth-child(1) .af-van-360 img {
	animation-delay: 0.24s;
}

.af-fleet-section.is-visible .af-fleet-item:nth-child(2) .af-van-360 img {
	animation-delay: 0.38s;
}

.af-fleet-section.is-visible .af-fleet-item:nth-child(3) .af-van-360 img {
	animation-delay: 0.52s;
}

@keyframes af-fleet-tabs-in {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes af-fleet-card-in {
	0% {
		opacity: 0;
		transform: translateY(30px) scale(0.98);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes af-fleet-van-focus {
	0% {
		filter: drop-shadow(0 8px 10px rgba(17, 24, 39, 0.1));
		transform: translateX(-8px) scale(0.94);
	}
	65% {
		transform: translateX(0) scale(1.04);
	}
	100% {
		filter: drop-shadow(0 18px 16px rgba(17, 24, 39, 0.18));
		transform: translateX(0) scale(1);
	}
}

.af-van-360:hover img {
	filter: drop-shadow(0 24px 20px rgba(17, 24, 39, 0.22));
	transform: translateY(-8px) scale(1.045);
}

.af-fleet-card ul {
	color: #222;
	font-size: 0.9rem;
	line-height: 1.75;
	list-style: none;
	margin: 8px 0 12px;
	padding: 0;
}

.af-fleet-card li::before {
	color: var(--af-orange);
	content: "⊙ ";
	font-weight: 900;
}

.af-fleet-card .wp-block-button__link {
	background: #fff;
}

.af-steps {
	padding-bottom: clamp(72px, 7vw, 108px);
	padding-top: 26px;
}

.af-steps-lead {
	color: var(--af-muted);
	font-size: clamp(0.98rem, 1.25vw, 1.12rem);
	font-weight: 600;
	line-height: 1.55;
	margin: -10px auto 34px;
	max-width: 760px;
}

.af-step-grid {
	position: relative;
}

.af-step-grid::before {
	border-top: 2px dashed #e2b7a8;
	content: "";
	left: 10%;
	position: absolute;
	right: 10%;
	top: 112px;
	z-index: 0;
}

.af-step-grid::after {
	background: linear-gradient(90deg, var(--af-orange), var(--af-yellow));
	border-radius: 999px;
	content: "";
	height: 4px;
	left: 10%;
	position: absolute;
	top: 110px;
	transform: scaleX(0);
	transform-origin: left center;
	width: 80%;
	z-index: 0;
}

.af-step {
	min-width: 0;
	opacity: 0;
	padding-top: 86px;
	position: relative;
	text-align: center;
	transform: translateY(22px);
	z-index: 1;
}

.af-step::before {
	align-items: center;
	background: linear-gradient(135deg, #fff 0%, #fff5ee 100%);
	border: 3px solid rgba(255, 75, 24, 0.28);
	border-radius: 24px;
	box-shadow: 0 18px 34px rgba(17, 24, 39, 0.14);
	color: var(--af-orange);
	content: "\260E";
	display: flex;
	font-size: 2.25rem;
	font-weight: 950;
	height: 68px;
	justify-content: center;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 68px;
}

.af-step-number {
	align-items: center;
	background: var(--af-orange);
	border: 4px solid #fff;
	border-radius: 999px;
	box-shadow: 0 16px 30px rgba(255, 75, 24, 0.28), 0 0 0 8px rgba(255, 75, 24, 0.14);
	color: #fff;
	display: inline-flex;
	font-size: 1.35rem;
	font-weight: 950;
	height: 62px;
	justify-content: center;
	margin: 0 auto 22px;
	position: relative;
	width: 62px;
}

.af-step-number::after {
	border: 2px solid rgba(255, 75, 24, 0.32);
	border-radius: 999px;
	content: "";
	inset: -9px;
	opacity: 0;
	position: absolute;
	transform: scale(0.72);
}

.af-step-number::before {
	color: var(--af-orange);
	content: "▣";
	font-size: 1.05rem;
	font-weight: 950;
	left: 50%;
	line-height: 1;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	z-index: 2;
}

.af-step-grid > .wp-block-column:nth-child(2) .af-step-number::before {
	content: "⌖";
}

.af-step-grid > .wp-block-column:nth-child(3) .af-step-number::before {
	content: "◉";
}

.af-step-grid > .wp-block-column:nth-child(4) .af-step-number::before {
	content: "↩";
}

.af-step-number::before {
	content: "" !important;
}

.af-step-grid > .wp-block-column:nth-child(1) .af-step::before {
	animation: af-phone-ring 1.25s ease-in-out infinite;
	content: "\260E";
}

.af-step-grid > .wp-block-column:nth-child(2) .af-step::before {
	animation: af-keys-hand 1.55s ease-in-out infinite;
	content: "\1F932  \1F511";
	font-size: 1.9rem;
}

.af-step-grid > .wp-block-column:nth-child(3) .af-step::before {
	animation: af-steering-hands 1.45s ease-in-out infinite;
	content: "\1F932  \25EF";
	font-size: 1.9rem;
}

.af-step-grid > .wp-block-column:nth-child(4) .af-step::before {
	animation: af-return-soft 1.8s ease-in-out infinite;
	content: "\21A9";
}

.af-steps.is-visible .af-step-grid::after {
	animation: af-progress-line 5.4s ease-in-out 0.25s forwards;
}

.af-steps.is-visible .af-step {
	animation: af-step-enter 760ms ease-out forwards;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(1) .af-step {
	animation-delay: 0.2s;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(2) .af-step {
	animation-delay: 1.55s;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(3) .af-step {
	animation-delay: 2.9s;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(4) .af-step {
	animation-delay: 4.25s;
}

.af-steps.is-visible .af-step-number {
	animation: af-step-complete 900ms ease-out both;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(1) .af-step-number {
	animation-delay: 0.95s;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(2) .af-step-number {
	animation-delay: 2.3s;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(3) .af-step-number {
	animation-delay: 3.65s;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(4) .af-step-number {
	animation-delay: 5s;
}

.af-steps.is-visible .af-step-number::before {
	animation: af-step-icon-out 860ms ease-out forwards;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(1) .af-step-number::before,
.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(1) .af-step-number::after {
	animation-delay: 0.95s;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(2) .af-step-number::before,
.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(2) .af-step-number::after {
	animation-delay: 2.3s;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(3) .af-step-number::before,
.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(3) .af-step-number::after {
	animation-delay: 3.65s;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(4) .af-step-number::before,
.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(4) .af-step-number::after {
	animation-delay: 5s;
}

.af-steps.is-visible .af-step-number::after {
	animation: af-step-pulse 1100ms ease-out forwards;
}

.af-step-grid::before {
	top: 42px;
}

.af-step-grid::after {
	top: 40px;
}

.af-step {
	padding-top: 0;
}

.af-step::before {
	display: none;
}

.af-step-number {
	align-items: flex-end;
	cursor: pointer;
	flex-direction: column;
	font-size: 1.05rem;
	height: 96px;
	justify-content: flex-end;
	padding-bottom: 15px;
	scale: 1;
	text-align: center;
	transform-origin: center;
	transition: box-shadow 180ms ease, scale 180ms ease, transform 180ms ease;
	width: 96px;
	z-index: 4;
}

.af-step-number::before {
	color: #fff;
	display: block;
	font-size: 1.62rem;
	left: 50%;
	opacity: 1 !important;
	top: 34px;
	transform: translate(-50%, -50%) scale(1);
	transition: transform 180ms ease, filter 180ms ease;
	z-index: 2;
}

.af-step:hover .af-step-number::before,
.af-step:focus-within .af-step-number::before {
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.22));
}

.af-step:hover .af-step-number,
.af-step:focus-within .af-step-number,
.af-step-number:hover {
	animation: none !important;
	box-shadow: 0 20px 38px rgba(255, 75, 24, 0.34), 0 0 0 10px rgba(255, 75, 24, 0.18);
	scale: 1.28;
	transform: scale(1.28) !important;
}

.af-step-grid > .wp-block-column:nth-child(1) .af-step-number::before {
	content: "\260E" !important;
}

.af-step-grid > .wp-block-column:nth-child(2) .af-step-number::before {
	background: url("../img/icon-keys-hand-white.png") center / contain no-repeat;
	content: "" !important;
	font-size: 0;
	height: 38px;
	top: 33px;
	width: 38px;
}

.af-step-grid > .wp-block-column:nth-child(3) .af-step-number::before {
	background: url("../img/icon-steering-hands-white.png") center / contain no-repeat;
	content: "" !important;
	font-size: 0;
	height: 40px;
	top: 33px;
	width: 40px;
}

.af-step-grid > .wp-block-column:nth-child(4) .af-step-number::before {
	content: "\21A9" !important;
	font-size: 1.72rem;
}

.af-steps.is-visible .af-step-number::before {
	animation: none;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(1) .af-step-number::before {
	animation: af-phone-ring-in-circle 1.1s ease-in-out 2 both;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(2) .af-step-number::before {
	animation: af-keys-in-circle 1.1s ease-in-out 2 both;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(3) .af-step-number::before {
	animation: af-wheel-in-circle 1.1s ease-in-out 2 both;
}

.af-steps.is-visible .af-step-grid > .wp-block-column:nth-child(4) .af-step-number::before {
	animation: af-return-in-circle 1.1s ease-in-out 2 both;
}

@media (min-width: 781px) {
	.af-step-number {
		align-items: center;
	}

	.af-step h3,
	.af-step > p:not(.af-step-number) {
		background: #fff;
		box-shadow: 0 22px 44px rgba(17, 24, 39, 0.16);
		left: 50%;
		margin: 0;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		transform: translate(-50%, 12px) scale(0.96);
		transition: opacity 180ms ease, transform 180ms ease;
		width: min(240px, 80vw);
		z-index: 8;
	}

	.af-step h3 {
		border: 1px solid rgba(255, 75, 24, 0.18);
		border-bottom: 0;
		border-radius: 12px 12px 0 0;
		color: #111;
		font-size: 1rem;
		padding: 15px 18px 4px;
		top: 104px;
	}

	.af-step > p:not(.af-step-number) {
		border: 1px solid rgba(255, 75, 24, 0.18);
		border-radius: 0 0 12px 12px;
		border-top: 0;
		color: #333;
		font-size: 0.86rem;
		line-height: 1.45;
		padding: 4px 18px 16px;
		top: 142px;
	}

	.af-step h3::before {
		background: #fff;
		border-left: 1px solid rgba(255, 75, 24, 0.18);
		border-top: 1px solid rgba(255, 75, 24, 0.18);
		content: "";
		height: 12px;
		left: 50%;
		position: absolute;
		top: -7px;
		transform: translateX(-50%) rotate(45deg);
		width: 12px;
	}

	.af-step:hover h3,
	.af-step:hover > p:not(.af-step-number),
	.af-step:focus-within h3,
	.af-step:focus-within > p:not(.af-step-number) {
		opacity: 1;
		transform: translate(-50%, 0) scale(1);
	}
}

@keyframes af-progress-line {
	0% {
		transform: scaleX(0);
	}
	32% {
		transform: scaleX(0.33);
	}
	64% {
		transform: scaleX(0.66);
	}
	100% {
		transform: scaleX(1);
	}
}

@keyframes af-progress-line-mobile {
	0% {
		transform: translateX(-50%) scaleY(0);
	}
	32% {
		transform: translateX(-50%) scaleY(0.33);
	}
	64% {
		transform: translateX(-50%) scaleY(0.66);
	}
	100% {
		transform: translateX(-50%) scaleY(1);
	}
}

@keyframes af-step-enter {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes af-step-complete {
	0% {
		background: var(--af-orange);
		color: #fff;
		transform: scale(1);
	}
	45% {
		background: var(--af-orange);
		color: #fff;
		transform: scale(1.18);
	}
	70% {
		background: var(--af-orange);
		color: #fff;
		transform: scale(1.08);
	}
	100% {
		background: var(--af-orange);
		color: #fff;
		transform: scale(1);
	}
}

@keyframes af-phone-ring {
	0%, 100% {
		transform: translateX(-50%) rotate(0deg);
	}
	18% {
		transform: translateX(-50%) rotate(-12deg);
	}
	36% {
		transform: translateX(-50%) rotate(12deg);
	}
	54% {
		transform: translateX(-50%) rotate(-8deg);
	}
	72% {
		transform: translateX(-50%) rotate(7deg);
	}
}

@keyframes af-phone-ring-in-circle {
	0%, 100% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	18% {
		transform: translate(-50%, -50%) rotate(-12deg);
	}
	36% {
		transform: translate(-50%, -50%) rotate(12deg);
	}
	54% {
		transform: translate(-50%, -50%) rotate(-8deg);
	}
	72% {
		transform: translate(-50%, -50%) rotate(7deg);
	}
}

@keyframes af-keys-in-circle {
	0%, 100% {
		transform: translate(-50%, -50%) translateY(0) rotate(0deg);
	}
	38% {
		transform: translate(-50%, -50%) translateY(-3px) rotate(-7deg);
	}
	72% {
		transform: translate(-50%, -50%) translateY(2px) rotate(8deg);
	}
}

@keyframes af-wheel-in-circle {
	0%, 100% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	35% {
		transform: translate(-50%, -50%) rotate(-9deg);
	}
	70% {
		transform: translate(-50%, -50%) rotate(9deg);
	}
}

@keyframes af-return-in-circle {
	0%, 100% {
		transform: translate(-50%, -50%) translateX(0);
	}
	50% {
		transform: translate(-50%, -50%) translateX(-5px);
	}
}

@keyframes af-keys-hand {
	0%, 100% {
		transform: translateX(-50%) translateY(0) rotate(0deg);
	}
	35% {
		transform: translateX(-50%) translateY(-5px) rotate(-7deg);
	}
	70% {
		transform: translateX(-50%) translateY(2px) rotate(8deg);
	}
}

@keyframes af-steering-hands {
	0%, 100% {
		transform: translateX(-50%) rotate(0deg);
	}
	33% {
		transform: translateX(-50%) rotate(-9deg);
	}
	66% {
		transform: translateX(-50%) rotate(9deg);
	}
}

@keyframes af-return-soft {
	0%, 100% {
		transform: translateX(-50%) translateX(0);
	}
	50% {
		transform: translateX(-50%) translateX(-6px);
	}
}

@keyframes af-step-icon-out {
	0% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.48) rotate(-18deg);
	}
}

@keyframes af-step-pulse {
	0% {
		opacity: 0;
		transform: scale(0.72);
	}
	35% {
		opacity: 1;
		transform: scale(1.18);
	}
	100% {
		opacity: 0;
		transform: scale(1.75);
	}
}

@keyframes af-soft-rise {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes af-rating-pop {
	0% {
		opacity: 0;
		transform: translateY(26px) scale(0.92);
	}
	62% {
		opacity: 1;
		transform: translateY(-4px) scale(1.04);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes af-review-card-in {
	0% {
		opacity: 0;
		transform: translateY(34px) rotate(-1.5deg);
	}
	100% {
		opacity: 1;
		transform: translateY(0) rotate(0deg);
	}
}

@keyframes af-stars-shine {
	0%, 100% {
		filter: drop-shadow(0 0 0 rgba(255, 181, 31, 0));
		transform: scale(1);
	}
	45% {
		filter: drop-shadow(0 0 10px rgba(255, 181, 31, 0.55));
		transform: scale(1.08);
	}
}

@keyframes af-faq-item-in {
	0% {
		opacity: 0;
		transform: translateX(-18px) translateY(18px);
	}
	100% {
		opacity: 1;
		transform: translateX(0) translateY(0);
	}
}

.af-locations {
	background:
		radial-gradient(circle at 12% 16%, rgba(255, 181, 31, 0.24), rgba(255, 181, 31, 0) 28%),
		radial-gradient(circle at 88% 84%, rgba(255, 75, 24, 0.28), rgba(255, 75, 24, 0) 30%),
		linear-gradient(135deg, #151515 0%, #252525 100%);
	color: #fff;
	overflow: hidden;
	padding-bottom: 62px;
	padding-top: 58px;
	position: relative;
}

.af-locations::before,
.af-locations::after {
	background: rgba(255, 255, 255, 0.06);
	content: "";
	height: 190px;
	position: absolute;
	transform: rotate(-24deg);
	width: 48px;
}

.af-locations::before {
	left: 7%;
	top: -40px;
}

.af-locations::after {
	bottom: -40px;
	right: 9%;
}

.af-about-intro,
.af-locations-intro {
	gap: 32px;
	margin: 0 auto 32px;
	max-width: 860px !important;
	position: relative;
	text-align: center;
	z-index: 1;
}

.af-section-kicker {
	color: var(--af-yellow);
	font-size: 0.82rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.af-locations-title {
	color: #fff;
	font-size: clamp(1.9rem, 3vw, 2.85rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 auto;
	max-width: 820px;
}

.af-locations-lead {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(0.98rem, 1.28vw, 1.12rem);
	font-weight: 600;
	line-height: 1.55;
	margin: 18px auto 0;
	max-width: 760px;
}

.af-about-grid {
	display: grid !important;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 30px 0 44px;
	position: relative;
	z-index: 1;
}

.af-about-card {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
	min-height: 170px;
	padding: 26px;
	position: relative;
}

.af-about-card::before {
	background: linear-gradient(135deg, var(--af-yellow), var(--af-orange));
	border-radius: 999px;
	content: "";
	display: block;
	height: 4px;
	margin: 0 0 20px;
	width: 44px;
}

.af-about-card h3 {
	color: #fff;
	font-size: 1.12rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 10px;
}

.af-about-card p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.95rem;
	font-weight: 550;
	line-height: 1.55;
	margin: 0;
}

.af-locations-heading {
	margin: 0 auto 24px;
	max-width: 760px !important;
	position: relative;
	text-align: center;
	z-index: 1;
}

.af-locations-heading h3 {
	color: #fff;
	font-size: clamp(1.45rem, 2.4vw, 2.15rem);
	font-weight: 950;
	line-height: 1.08;
	margin: 0 0 10px;
}

.af-locations-heading p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
}

.af-location-grid {
	display: grid !important;
	align-items: stretch;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	position: relative;
	z-index: 1;
}

.af-location-grid > .wp-block-column {
	display: flex;
	min-width: 0;
}

.af-location-card {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.26);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 320px;
	overflow: hidden;
	padding: clamp(28px, 4vw, 42px);
	position: relative;
	width: 100%;
}

.af-location-card::before {
	background:
		linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0)),
		repeating-linear-gradient(35deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 18px);
	content: "";
	inset: 0;
	opacity: 0.7;
	position: absolute;
}

.af-location-card::after {
	background: linear-gradient(135deg, var(--af-yellow), var(--af-orange));
	bottom: 24px;
	content: "";
	height: 96px;
	position: absolute;
	right: 28px;
	transform: skewX(-28deg);
	width: 34px;
}

.af-location-card > * {
	position: relative;
	z-index: 1;
}

.af-location-card.albacete {
	background:
		linear-gradient(135deg, rgba(255, 75, 24, 0.88), rgba(255, 99, 35, 0.62)),
		#1d1d1d;
}

.af-location-card.alicante {
	background:
		linear-gradient(135deg, rgba(255, 181, 31, 0.86), rgba(255, 75, 24, 0.58)),
		#1d1d1d;
}

.af-location-kicker {
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.af-location-card h3 {
	color: #fff;
	font-size: clamp(2.1rem, 5vw, 4.2rem);
	font-weight: 950;
	line-height: 0.95;
	margin: 0 0 20px;
}

.af-location-card p:not(.af-location-kicker) {
	color: rgba(255, 255, 255, 0.9);
	flex: 1 1 auto;
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.55;
	margin: 0 0 28px;
	max-width: 480px;
}

.af-location-card .wp-block-buttons {
	margin-top: auto;
}

.af-location-card .af-button-outline .wp-block-button__link {
	background: rgba(255, 255, 255, 0.96);
}

.af-reviews {
	background: #f4f3f1;
	overflow: hidden;
	padding-bottom: 54px;
	padding-top: 42px;
}

.af-reviews .af-section-title,
.af-rating-summary,
.af-testimonial {
	opacity: 0;
	transform: translateY(26px);
}

.af-reviews.is-visible .af-section-title {
	animation: af-soft-rise 620ms ease-out forwards;
}

.af-reviews.is-visible .af-rating-summary {
	animation: af-rating-pop 760ms ease-out 160ms forwards;
}

.af-reviews.is-visible .af-testimonial {
	animation: af-review-card-in 720ms ease-out forwards;
}

.af-reviews.is-visible .af-review-grid > .wp-block-column:nth-child(2) .af-testimonial {
	animation-delay: 320ms;
}

.af-reviews.is-visible .af-review-grid > .wp-block-column:nth-child(3) .af-testimonial {
	animation-delay: 500ms;
}

.af-rating-summary h3 {
	color: var(--af-orange);
	font-size: clamp(2.8rem, 5vw, 4rem);
	line-height: 1;
	margin: 0;
}

.af-rating-summary h3 small {
	color: #111;
	font-size: 0.48em;
}

.af-rating-summary p:nth-of-type(1),
.af-testimonial > p {
	color: var(--af-yellow);
	font-size: 1.35rem;
	letter-spacing: 0;
}

.af-reviews.is-visible .af-rating-summary p:nth-of-type(1),
.af-reviews.is-visible .af-testimonial > p {
	animation: af-stars-shine 1.45s ease-in-out 760ms both;
}

.af-testimonial {
	min-width: 0;
	min-height: 210px;
	padding: 28px;
	transition: transform 240ms ease, box-shadow 240ms ease;
}

.af-reviews.is-visible .af-testimonial:hover {
	box-shadow: 0 22px 42px rgba(17, 24, 39, 0.14);
	transform: translateY(-6px);
}

.af-testimonial blockquote {
	border: 0;
	margin: 14px 0 0;
	padding: 0;
}

.af-testimonial blockquote p {
	color: #222;
	font-size: 0.96rem;
	line-height: 1.55;
}

.af-faq {
	overflow: hidden;
	padding-bottom: 34px;
	padding-top: 30px;
}

.af-faq .af-section-title,
.af-faq details {
	opacity: 0;
	transform: translateY(24px);
}

.af-faq.is-visible .af-section-title {
	animation: af-soft-rise 620ms ease-out forwards;
}

.af-faq.is-visible details {
	animation: af-faq-item-in 620ms ease-out forwards;
}

.af-faq.is-visible .af-faq-grid > .wp-block-column:nth-child(1) details:nth-child(1) {
	animation-delay: 120ms;
}

.af-faq.is-visible .af-faq-grid > .wp-block-column:nth-child(1) details:nth-child(2) {
	animation-delay: 240ms;
}

.af-faq.is-visible .af-faq-grid > .wp-block-column:nth-child(1) details:nth-child(3) {
	animation-delay: 360ms;
}

.af-faq.is-visible .af-faq-grid > .wp-block-column:nth-child(2) details:nth-child(1) {
	animation-delay: 220ms;
}

.af-faq.is-visible .af-faq-grid > .wp-block-column:nth-child(2) details:nth-child(2) {
	animation-delay: 340ms;
}

.af-faq.is-visible .af-faq-grid > .wp-block-column:nth-child(2) details:nth-child(3) {
	animation-delay: 460ms;
}

.af-faq details {
	margin-bottom: 14px;
	padding: 18px 22px;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.af-faq details[open],
.af-faq details:hover {
	border-color: rgba(255, 75, 24, 0.34);
	box-shadow: 0 16px 34px rgba(17, 24, 39, 0.1);
}

.af-faq summary {
	cursor: pointer;
	font-weight: 900;
	list-style: none;
	padding-right: 30px;
	position: relative;
}

.af-faq summary::-webkit-details-marker {
	display: none;
}

.af-faq summary::after {
	align-items: center;
	background: rgba(255, 75, 24, 0.1);
	border-radius: 999px;
	color: var(--af-orange);
	content: "+";
	display: inline-flex;
	font-size: 1.1rem;
	font-weight: 950;
	height: 24px;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 220ms ease, background 220ms ease;
	width: 24px;
}

.af-faq details[open] summary::after {
	background: var(--af-orange);
	color: #fff;
	content: "-";
	transform: translateY(-50%) rotate(180deg);
}

.af-faq details p {
	color: #333;
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 12px 0 0;
}

.af-contact {
	padding-bottom: 34px;
	padding-top: 24px;
}

.af-contact-lead {
	color: var(--af-muted);
	font-size: clamp(0.98rem, 1.25vw, 1.12rem);
	font-weight: 600;
	line-height: 1.55;
	margin: -12px auto 30px;
	max-width: 760px;
}

.af-contact-grid {
	align-items: stretch !important;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.af-branch-card {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.1);
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(17, 24, 39, 0.1);
	display: grid;
	gap: 24px;
	height: 100%;
	overflow: hidden;
	padding: clamp(26px, 3vw, 34px);
	position: relative;
}

.af-branch-card::before {
	background: linear-gradient(90deg, var(--af-orange), var(--af-yellow));
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.af-branch-card h3 {
	color: var(--af-ink);
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	font-weight: 950;
	line-height: 1.1;
	margin: 4px 0 0;
}

.af-contact-card {
	display: grid;
	gap: 16px 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: auto;
	padding: 0;
}

.af-contact-card p {
	background: rgba(247, 247, 246, 0.78);
	border: 1px solid rgba(17, 24, 39, 0.06);
	border-radius: 14px;
	font-size: 0.92rem;
	line-height: 1.5;
	margin: 0;
	min-height: 82px;
	padding: 16px 16px 16px 58px;
	position: relative;
}

.af-contact-card p:last-child {
	grid-column: 1 / -1;
	min-height: 92px;
}

.af-contact-card p::before {
	align-items: center;
	background: linear-gradient(135deg, var(--af-orange), var(--af-yellow));
	border-radius: 50%;
	box-shadow: 0 10px 20px rgba(255, 75, 24, 0.18);
	color: var(--af-orange);
	color: #fff;
	content: "";
	display: flex;
	font-size: 1.02rem;
	font-weight: 950;
	height: 34px;
	justify-content: center;
	left: 16px;
	position: absolute;
	top: 17px;
	width: 34px;
}

.af-contact-card p:nth-child(1)::before {
	content: "☎";
}

.af-contact-card p:nth-child(2)::before {
	content: "W";
}

.af-contact-card p:nth-child(3)::before {
	content: "✉";
}

.af-contact-card p:nth-child(4)::before {
	content: "◷";
}

.af-contact-card p:nth-child(5)::before {
	content: "⌖";
}

.af-contact-card strong {
	color: var(--af-ink);
	display: block;
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.03em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.af-map-placeholder,
.af-map-embed {
	align-items: center;
	background:
		linear-gradient(35deg, rgba(255,255,255,0.2), rgba(255,255,255,0.65)),
		repeating-linear-gradient(30deg, #e7e2d7 0 2px, transparent 2px 34px),
		repeating-linear-gradient(120deg, #e7e2d7 0 2px, #f6f0e8 2px 38px);
	display: flex;
	border-radius: 14px;
	min-height: 284px;
	overflow: hidden;
	padding: 0;
}

.af-map-embed iframe {
	border: 0;
	display: block;
	height: 310px;
	width: 100%;
}

.af-map-placeholder p {
	background: #fff;
	border-radius: 12px;
	box-shadow: var(--af-shadow);
	color: #111;
	font-size: 1.35rem;
	font-weight: 900;
	margin: auto;
	padding: 24px 46px;
}

.af-map-placeholder p::before {
	color: var(--af-orange);
	content: "⌖ ";
}

.af-service-note {
	font-size: 1rem;
	font-weight: 900;
	margin: 18px 0 0;
}

.af-service-note::before {
	color: var(--af-orange);
	content: "⌖ ";
}

.af-footer {
	border-top: 1px solid var(--af-line);
	margin-inline: calc(50% - 50vw) !important;
	max-width: none !important;
	padding: 26px max(28px, calc((100vw - 1080px) / 2)) 24px;
	width: 100vw !important;
}

.af-footer p {
	color: #222;
	font-size: 0.84rem;
	line-height: 1.75;
	margin: 0;
}

.af-footer a {
	color: #222;
	text-decoration: none;
	transition: color 160ms ease, text-decoration-color 160ms ease;
}

.af-footer a:hover,
.af-footer a:focus-visible {
	color: var(--af-orange);
	text-decoration: underline;
	text-decoration-color: rgba(255, 75, 24, 0.55);
	text-underline-offset: 4px;
}

.af-footer-brand {
	text-align: right;
}

.af-footer-brand figure {
	margin-left: auto;
}

.af-footer-social-icons {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
}

.af-footer-social-icons a {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(255, 75, 24, 0.2);
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
	color: var(--af-orange);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.af-footer-social-icons a:hover,
.af-footer-social-icons a:focus-visible {
	background: var(--af-orange);
	color: #fff;
	text-decoration: none;
}

.af-footer-social-icons svg {
	display: block;
	fill: currentColor;
	height: 20px;
	width: 20px;
}

.af-copyright {
	color: var(--af-muted) !important;
	margin-top: 18px !important;
}

.af-mobile-sticky {
	align-items: center;
	background: #fff8eb;
	border: 1px solid #ffd79a;
	border-radius: 16px;
	bottom: 14px;
	box-shadow: var(--af-shadow);
	display: none !important;
	gap: 8px;
	left: 18px;
	opacity: 0;
	padding: 10px;
	pointer-events: none;
	position: fixed;
	right: 18px;
	transform: translateY(18px);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 40;
}

.af-mobile-sticky.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.af-mobile-sticky-icon,
.af-mobile-sticky-reserve {
	align-items: center;
	border-radius: 12px;
	display: inline-flex;
	justify-content: center;
	text-decoration: none;
}

.af-mobile-sticky-icon {
	background: #fff;
	border: 1px solid rgba(255, 75, 24, 0.24);
	box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
	color: var(--af-orange);
	flex: 0 0 46px;
	height: 46px;
	width: 46px;
}

.af-mobile-sticky-icon svg {
	display: block;
	fill: currentColor;
	height: 23px;
	width: 23px;
}

.af-mobile-sticky-whatsapp {
	background: #25d366;
	border-color: rgba(37, 211, 102, 0.55);
	color: #fff;
}

.af-mobile-sticky-whatsapp svg {
	height: 29px;
	width: 29px;
}

.af-mobile-sticky-phone {
	color: var(--af-orange);
}

.af-mobile-sticky-reserve {
	background: var(--af-orange);
	box-shadow: 0 12px 22px rgba(255, 75, 24, 0.28);
	color: #fff !important;
	flex: 1 1 auto;
	font-size: 1rem;
	font-weight: 950;
	min-height: 48px;
	padding: 13px 16px;
	text-shadow: 0 1px 1px rgba(17, 24, 39, 0.2);
	white-space: nowrap;
}

.af-booking-modal-open {
	overflow: hidden;
}

.af-floating-booking {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 90px max(24px, calc((100vw - 1180px) / 2)) 24px;
	pointer-events: none;
	position: fixed;
	transition: opacity 180ms ease;
	z-index: 250;
}

.af-floating-booking.is-open {
	opacity: 1;
	pointer-events: auto;
}

.af-floating-booking__backdrop {
	backdrop-filter: blur(4px);
	background: rgba(20, 34, 56, 0.38);
	inset: 0;
	position: absolute;
}

.af-floating-booking__panel {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(17, 24, 39, 0.1);
	border-radius: 14px;
	box-shadow: 0 24px 60px rgba(17, 24, 39, 0.24);
	max-height: calc(100svh - 120px);
	max-width: 760px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	transform: translateY(16px) scale(0.98);
	transition: transform 180ms ease;
	width: min(760px, 100%);
	z-index: 1;
}

.af-floating-booking.is-open .af-floating-booking__panel {
	transform: translateY(0) scale(1);
}

.af-floating-booking__panel h2 {
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 52px 5px 0;
}

.af-floating-booking__panel > p:not(.af-secure-note) {
	color: var(--af-muted);
	font-size: 0.86rem;
	margin: 0 0 14px;
}

.af-floating-booking__close {
	align-items: center;
	background: var(--af-orange);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.35rem;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 38px;
	z-index: 2;
}

.af-floating-booking .af-karve-iframe-wrap iframe {
	height: min(620px, calc(100svh - 250px));
}

@media (max-width: 1120px) {
	.af-topbar-nav p {
		display: none;
	}

	.af-topbar-social {
		margin-left: 0;
	}

	.af-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.af-topbar {
		background: rgba(255, 255, 255, 0.72);
		backdrop-filter: blur(12px);
		min-height: 72px;
		padding: 10px 18px;
	}

	.af-topbar-logo img {
		max-height: 48px;
		width: 180px !important;
	}

	.af-topbar-actions .af-button-outline {
		display: none;
	}

	.af-topbar-actions .wp-block-button__link {
		font-size: 0.76rem;
		min-height: 38px;
		padding: 9px 12px;
	}

	.af-social-link {
		height: 32px;
		width: 32px;
	}

	.af-hero {
		background:
			linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.8) 58%, rgba(255,255,255,0.96) 100%),
			url("../../../../uploads/2026/06/fondo_hero_inicial.png") center top / cover no-repeat;
		min-height: 100svh;
		padding: 112px 20px 26px;
	}

	.af-floating-booking {
		align-items: center;
		padding: 18px 12px;
	}

	.af-floating-booking__panel {
		border-radius: 14px;
		max-height: calc(100svh - 36px);
		max-width: none;
		padding: 18px;
		width: 100%;
	}

	.af-floating-booking .af-karve-iframe-wrap iframe {
		height: min(620px, calc(100svh - 206px));
	}

	.af-hero-grid,
	.af-fleet-grid,
	.af-step-grid,
	.af-review-grid,
	.af-faq-grid,
	.af-contact-grid,
	.af-location-grid,
	.af-about-grid,
	.af-about-intro,
	.af-locations-intro {
		display: block;
	}

	.af-hero-grid {
		display: block !important;
	}

	.af-hero-copy,
	.af-reserva-column {
		min-width: 0;
		width: 100% !important;
	}

	.af-hero-copy {
		transform: translateY(-28px);
	}

	.af-hero-title {
		font-size: clamp(2.15rem, 11vw, 3.2rem);
	}

	.af-booking-card {
		margin-top: 28px !important;
		max-width: none;
		min-width: 0;
	}

	.af-karve-iframe-wrap iframe {
		height: 620px;
	}

	.af-reserva-column {
		align-items: stretch;
		gap: 12px;
		margin-top: 28px !important;
	}

	.af-hero.is-booking-open .af-hero-copy,
	.af-hero.is-booking-open .af-hero-trust,
	.af-hero.is-booking-open .af-reserva-column {
		transform: translateY(-18px);
	}

	.af-hero.is-booking-open .af-hero-copy {
		transform: translateY(-42px);
	}

	.af-hero-trust {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 24px;
	}

	.af-trust-item {
		min-width: 0;
		width: 100%;
	}

	.af-benefit-grid {
		grid-template-columns: 1fr;
	}

	.af-section {
		padding-left: 20px;
		padding-right: 20px;
	}

	.af-fleet-card,
	.af-step,
	.af-testimonial,
	.af-contact-card,
	.af-map-placeholder,
	.af-about-card,
	.af-branch-card,
	.af-location-card {
		margin-bottom: 18px;
	}

	.af-contact-card {
		gap: 12px;
		grid-template-columns: 1fr;
	}

	.af-contact-grid {
		display: grid !important;
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.af-contact-grid > .wp-block-column {
		flex-basis: auto !important;
		width: 100%;
	}

	.af-branch-card {
		height: auto;
		margin-bottom: 0;
		padding: 24px 20px;
		width: 100%;
	}

	.af-branch-card h3 {
		text-align: center;
	}

	.af-contact-card p {
		align-items: center;
		display: flex;
		flex-direction: column;
		min-height: 0;
		overflow-wrap: anywhere;
		padding: 22px 18px 24px;
		text-align: center;
	}

	.af-contact-card p::before {
		font-size: 1.35rem;
		height: 58px;
		left: auto;
		margin: 0 0 14px;
		position: static;
		top: auto;
		width: 58px;
	}

	.af-contact-card strong {
		font-size: 0.86rem;
		margin-bottom: 12px;
		text-align: center;
	}

	.af-locations {
		padding-bottom: 42px;
		padding-top: 42px;
	}

	.af-location-card {
		min-height: 260px;
	}

	.af-about-grid {
		display: grid !important;
		gap: 16px;
		grid-template-columns: 1fr;
		margin: 28px 0 34px;
	}

	.af-locations-heading {
		margin-bottom: 20px;
		text-align: left;
	}

	.af-step-grid::before {
		display: none;
	}

	.af-step-grid::after {
		display: none;
	}

	.af-step-number {
		height: 78px;
		margin-bottom: 20px;
		width: 78px;
	}

	.af-step-number::before {
		top: 28px;
	}

	.af-footer-brand {
		text-align: center;
	}

	.af-footer-brand figure {
		margin-left: auto;
		margin-right: auto;
	}

	.af-mobile-sticky {
		display: flex !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.af-step,
	.af-step::before,
	.af-step-number,
	.af-step-number::before,
	.af-step-grid::after,
	.af-mini-card,
	.af-mini-card::before,
	.af-benefits > .wp-block-buttons,
	.af-tabs,
	.af-fleet-card,
	.af-van-360 img,
	.af-reviews .af-section-title,
	.af-rating-summary,
	.af-testimonial,
	.af-faq .af-section-title,
	.af-faq details,
	.af-reviews.is-visible .af-rating-summary p:nth-of-type(1),
	.af-reviews.is-visible .af-testimonial > p {
		animation: none !important;
		opacity: 1;
		transform: none;
	}

	.af-step-grid::after {
		transform: scaleX(1);
	}
}

@media (max-width: 520px) {
	.af-topbar {
		align-items: center;
	}

	.af-topbar-social {
		display: none;
	}

	.af-topbar-actions {
		display: none;
	}

	.af-hero-actions .wp-block-button,
	.af-hero-actions .wp-block-button__link {
		width: 100%;
	}

	.af-mini-card {
		display: block;
		padding: 24px 18px;
	}
}

@media (max-width: 780px) {
	body {
		padding-bottom: 86px;
	}

	.af-topbar {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 12px;
		min-height: 64px;
		padding: 8px 16px;
	}

	.af-topbar-logo img {
		max-height: 42px;
		width: 158px !important;
	}

	.af-topbar-nav {
		gap: 8px;
		justify-content: flex-end !important;
	}

	.af-topbar-actions {
		margin-left: 0;
	}

	.af-topbar-actions .wp-block-button__link {
		border-radius: 999px;
		min-height: 36px;
		padding: 8px 12px;
	}

	.af-hero {
		background:
			linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.34) 42%, rgba(255,255,255,0.96) 64%, rgba(255,255,255,0.98) 100%),
			url("../../../../uploads/2026/06/fondo_hero_inicial.png") center 8px / min(860px, 178vw) auto no-repeat;
		min-height: 760px;
		padding-top: clamp(280px, 58vw, 380px);
	}

	.af-hero-grid {
		min-height: 0;
	}

	.af-hero-copy {
		margin-bottom: 20px !important;
		max-width: none;
		text-align: center !important;
		transform: none;
	}

	.af-hero-title,
	.af-hero-lead {
		margin-left: auto;
		margin-right: auto;
		text-align: center !important;
	}

	.af-hero-title {
		font-size: clamp(2rem, 10vw, 3rem);
		line-height: 1.03;
		margin-bottom: 16px;
	}

	.af-hero-lead {
		font-size: 1rem;
		line-height: 1.48;
		margin-bottom: 22px;
		max-width: 330px;
	}

	.af-hero-actions {
		justify-content: center;
	}

	.af-hero.is-booking-open .af-hero-copy,
	.af-hero.is-booking-open .af-hero-trust,
	.af-hero.is-booking-open .af-reserva-column {
		transform: none;
	}

	.af-reserva-column {
		margin-top: 18px !important;
	}

	.af-booking-toggle {
		display: none;
	}

	.af-reserva-column > .af-booking-toggle {
		display: none;
	}

	.af-booking-card {
		border-radius: 14px;
		margin-top: 14px !important;
		min-width: 0;
		padding: 20px;
	}

	.af-hero-trust {
		gap: 12px;
	}

	.af-trust-item {
		border-radius: 14px;
		padding: 15px 16px 15px 52px;
	}

	.af-mini-card {
		display: block;
		min-height: 0;
		padding: 24px 22px;
		text-align: center;
	}

	.af-mini-card::before {
		display: flex;
		height: 54px;
		margin: 0 auto 14px;
		position: static;
		transform: none;
		width: 54px;
	}

	.af-mini-card h3,
	.af-mini-card p {
		grid-column: auto;
		text-align: center;
	}

	.af-mini-card h3 {
		font-size: 1.02rem;
		margin-bottom: 8px;
	}

	.af-mini-card p {
		font-size: 0.9rem;
		line-height: 1.5;
		margin-left: auto;
		margin-right: auto;
		max-width: 260px;
	}

	.af-section {
		padding-top: 34px;
	}

	.af-section-title {
		margin-bottom: 22px;
	}

	.af-tabs {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: -6px 0 20px;
		overflow: visible;
		padding-bottom: 0;
	}

	.af-tabs button {
		font-size: 0.78rem;
		min-width: 0;
		padding: 9px 10px;
		width: 100%;
	}

	.af-fleet-grid {
		display: grid !important;
		gap: 16px;
		grid-template-columns: 1fr !important;
	}

	.af-fleet-card {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 10px 16px;
		padding: 20px;
		text-align: left;
	}

	.af-van-360 {
		grid-row: span 4;
		margin: 0;
		min-height: 124px;
	}

	.af-fleet-card h3,
	.af-fleet-card p,
	.af-fleet-card ul,
	.af-fleet-card .wp-block-buttons {
		grid-column: 2;
	}

	.af-fleet-card h3 {
		margin-top: 0;
	}

	.af-fleet-card ul {
		font-size: 0.84rem;
		line-height: 1.5;
		margin: 0;
	}

	.af-fleet-card p {
		font-size: 0.84rem;
	}

	.af-fleet-card .wp-block-button__link {
		min-height: 38px;
		padding: 9px 12px;
		width: 100%;
	}

	.af-steps {
		padding-bottom: 54px;
		padding-top: 34px;
	}

	.af-step-grid {
		display: grid !important;
		gap: 34px;
		grid-template-columns: 1fr !important;
		margin-left: auto;
		margin-right: auto;
		max-width: 360px;
		position: relative;
	}

	.af-step-grid::before {
		background: #e2b7a8;
		border: 0;
		display: block;
		height: calc(100% - 108px);
		left: 50%;
		position: absolute;
		right: auto;
		top: 54px;
		transform: translateX(-50%);
		width: 2px;
		z-index: 0;
	}

	.af-step-grid::after {
		background: linear-gradient(180deg, var(--af-orange), var(--af-yellow));
		border-radius: 999px;
		display: block;
		height: calc(100% - 108px);
		left: 50%;
		position: absolute;
		right: auto;
		top: 54px;
		transform: translateX(-50%) scaleY(0);
		transform-origin: top center;
		width: 4px;
		z-index: 0;
	}

	.af-steps.is-visible .af-step-grid::after {
		animation: af-progress-line-mobile 4.8s ease-in-out 0.25s forwards;
	}

	.af-step {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: block;
		margin: 0 auto;
		max-width: 320px;
		opacity: 0;
		padding: 0 10px 2px;
		text-align: center;
		transform: translateY(18px);
		z-index: 1;
	}

	.af-step-number {
		align-items: center;
		flex-direction: column;
		font-size: 1rem;
		grid-row: auto;
		height: 108px;
		justify-content: flex-end;
		margin: 0 auto 18px;
		padding-bottom: 17px;
		position: relative;
		text-align: center;
		width: 108px;
		z-index: 3;
	}

	.af-step-number::before {
		font-size: 1.42rem;
		top: 37px;
	}

	.af-step-grid > .wp-block-column:nth-child(2) .af-step-number::before {
		height: 36px;
		top: 37px;
		width: 36px;
	}

	.af-step-grid > .wp-block-column:nth-child(3) .af-step-number::before {
		height: 38px;
		top: 37px;
		width: 38px;
	}

	.af-step:hover .af-step-number,
	.af-step:focus-within .af-step-number,
	.af-step-number:hover {
		scale: 1;
		transform: none !important;
	}

	.af-step h3,
	.af-step > p:not(.af-step-number) {
		background: transparent;
		border: 0;
		box-shadow: none;
		grid-column: auto;
		opacity: 1;
		pointer-events: auto;
		position: static;
		text-align: center;
		transform: none;
		width: fit-content;
	}

	.af-step h3::before {
		display: none;
	}

	.af-step h3 {
		align-self: auto;
		background: #fff;
		border-radius: 999px;
		margin: 0 auto 8px;
		padding: 0 10px;
	}

	.af-step > p:not(.af-step-number) {
		background: #fff;
		border-radius: 12px;
		line-height: 1.45;
		margin-left: auto;
		margin-right: auto;
		max-width: 292px;
		padding: 0 10px;
	}

	.af-reviews,
	.af-faq {
		padding-bottom: 38px;
		padding-top: 34px;
	}

	.af-review-grid {
		display: grid !important;
		gap: 18px;
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.af-review-grid > .wp-block-column {
		flex-basis: auto !important;
		width: 100%;
	}

	.af-reviews .af-section-title.left {
		text-align: center;
	}

	.af-reviews .af-section-title.left::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.af-rating-summary {
		margin: 0 auto 18px;
		max-width: 320px;
		text-align: center;
	}

	.af-testimonial {
		margin: 0 auto;
		max-width: 340px;
		min-height: 0;
		padding: 22px;
		text-align: center;
		width: 100%;
	}

	.af-testimonial,
	.af-faq details {
		border-radius: 14px;
	}

	.af-testimonial h3,
	.af-testimonial p {
		grid-column: auto;
		text-align: center;
	}

	.af-testimonial blockquote p {
		font-size: 0.94rem;
		line-height: 1.5;
		text-align: center;
	}

	.af-faq details {
		padding: 16px 18px;
	}

	.af-faq-grid {
		column-count: 2;
		column-gap: 18px;
		display: block !important;
	}

	.af-faq-grid > .wp-block-column {
		display: contents;
	}

	.af-faq details {
		break-inside: avoid;
		display: inline-block;
		margin: 0 0 18px;
		width: 100%;
	}

	.af-faq .af-faq-bail {
		grid-column: auto;
		margin-bottom: 18px;
	}

	.af-contact {
		padding-bottom: 34px;
	}

	.af-map-placeholder {
		min-height: 210px;
		padding: 18px;
	}

	.af-map-placeholder p {
		font-size: 1rem;
		padding: 18px 26px;
	}

	.af-locations-intro {
		margin-bottom: 22px;
		text-align: center;
	}

	.af-locations-title,
	.af-locations-lead {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.af-location-grid {
		display: grid !important;
		gap: 16px;
		grid-template-columns: 1fr;
	}

	.af-location-card {
		border-radius: 16px;
		height: auto;
		margin-bottom: 0;
		min-height: 0;
		padding: 24px 20px;
	}

	.af-location-card h3 {
		font-size: clamp(2rem, 12vw, 3rem);
		margin-bottom: 14px;
	}

	.af-location-card p:not(.af-location-kicker) {
		font-size: 0.94rem;
		margin-bottom: 20px;
	}

	.af-location-card .wp-block-button,
	.af-location-card .wp-block-button__link {
		width: 100%;
	}

	.af-footer {
		padding-bottom: 58px;
		padding-left: 24px;
		padding-right: 24px;
	}

	.af-footer .wp-block-columns {
		display: grid !important;
		gap: 22px 28px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.af-footer .wp-block-column {
		min-width: 0;
		text-align: left;
	}

	.af-footer-brand {
		grid-column: 1 / -1;
		padding-top: 8px;
		text-align: center !important;
	}

	.af-footer-brand figure {
		margin: 0 auto 16px !important;
	}

	.af-footer-brand p {
		text-align: center;
	}

	.af-footer-social-icons {
		margin-top: 2px;
	}

	.af-copyright {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 320px;
		text-align: center !important;
	}

	.af-mobile-sticky {
		align-items: center;
		bottom: 10px;
		left: 12px;
		right: 12px;
		z-index: 120;
	}
}

@media (max-width: 420px) {
	.af-topbar-logo img {
		max-height: 46px;
		width: 174px !important;
	}

	.af-topbar-actions .wp-block-button__link {
		font-size: 0.72rem;
		padding-left: 10px;
		padding-right: 10px;
	}

	.af-hero-title {
		font-size: clamp(1.85rem, 10.5vw, 2.55rem);
	}

	.af-hero {
		background:
			linear-gradient(180deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.34) 40%, rgba(255,255,255,0.96) 63%, rgba(255,255,255,0.98) 100%),
			url("../../../../uploads/2026/06/fondo_hero_inicial.png") center 4px / min(780px, 188vw) auto no-repeat;
		min-height: 720px;
		padding-top: clamp(245px, 64vw, 330px);
	}

	.af-step {
		padding: 0 10px 2px;
	}

	.af-step-grid::before {
		height: calc(100% - 104px);
		left: 50%;
		top: 52px;
	}

	.af-step-grid::after {
		height: calc(100% - 104px);
		left: 50%;
		top: 52px;
	}

	.af-fleet-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.af-van-360,
	.af-fleet-card h3,
	.af-fleet-card p,
	.af-fleet-card ul,
	.af-fleet-card .wp-block-buttons {
		grid-column: 1;
	}

	.af-van-360 {
		grid-row: auto;
		min-height: 150px;
	}

	.af-fleet-card ul {
		text-align: left;
	}

	.af-step-number {
		height: 104px;
		padding-bottom: 16px;
		width: 104px;
	}

	.af-step-number::before {
		top: 36px;
	}
}

@media (max-width: 780px) {
	.af-hero {
		background:
			linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.16) 39%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 72%, rgba(255,255,255,0.9) 92%, rgba(255,255,255,1) 100%),
			url("../../../../uploads/2026/06/fondo_hero_inicial_movil.png") center top / 100% auto no-repeat;
		min-height: auto;
		padding-top: 108px;
	}

	.af-hero-copy {
		margin-bottom: 0 !important;
	}

	.af-hero-title {
		max-width: 360px;
	}

	.af-hero-lead {
		max-width: 340px;
	}

	.af-hero-actions {
		margin-top: clamp(228px, 55vw, 330px);
	}

	.af-reserva-column {
		margin-top: 18px !important;
	}

	.af-hero-trust {
		margin-top: 18px;
	}
}

@media (max-width: 420px) {
	.af-hero {
		background:
			linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.16) 39%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 72%, rgba(255,255,255,0.9) 92%, rgba(255,255,255,1) 100%),
			url("../../../../uploads/2026/06/fondo_hero_inicial_movil.png") center top / 100% auto no-repeat;
		padding-top: 110px;
	}

	.af-hero-actions {
		margin-top: clamp(210px, 54vw, 292px);
	}

	.af-footer .wp-block-columns {
		grid-template-columns: 1fr;
	}

	.af-footer .wp-block-column {
		text-align: center;
	}
}

@media (max-width: 780px) {
	.af-topbar {
		grid-template-columns: 42px minmax(0, 1fr) 42px;
		overflow: visible;
	}

	.af-topbar-logo {
		grid-column: 2;
		justify-self: center;
	}

	.af-topbar-logo img {
		max-height: 70px;
		width: clamp(220px, 69vw, 269px) !important;
	}

	.af-menu-toggle {
		grid-column: 3;
		display: inline-flex;
		justify-self: end;
	}

	.af-topbar-nav {
		background: rgba(255, 255, 255, 0.98);
		border: 1px solid rgba(255, 75, 24, 0.12);
		border-radius: 16px;
		box-shadow: 0 22px 44px rgba(17, 24, 39, 0.14);
		display: grid !important;
		gap: 0;
		grid-column: 1 / -1;
		grid-template-columns: 1fr;
		justify-content: stretch !important;
		margin-top: 8px;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		padding: 0 16px;
		pointer-events: none;
		transform: translateY(-8px);
		transition: max-height 240ms ease, opacity 180ms ease, padding 180ms ease, transform 180ms ease;
		width: 100%;
	}

	.af-topbar.is-menu-open .af-topbar-nav {
		max-height: 520px;
		opacity: 1;
		padding-bottom: 16px;
		padding-top: 12px;
		pointer-events: auto;
		transform: translateY(0);
	}

	.af-topbar-nav p {
		border-bottom: 1px solid rgba(17, 24, 39, 0.08);
		display: block;
		font-size: 0.96rem;
		margin: 0;
		text-align: left;
		text-shadow: none;
	}

	.af-topbar-nav p a {
		display: block;
		padding: 11px 2px;
	}

	.af-topbar-social {
		border-bottom: 1px solid rgba(17, 24, 39, 0.08);
		display: flex;
		justify-content: flex-start;
		margin: 0;
		padding: 12px 0;
	}

	.af-topbar-actions {
		display: grid !important;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
		margin: 14px 0 0;
		width: 100%;
	}

	.af-topbar-reserve-action {
		grid-column: 1 / -1;
	}

	.af-topbar-actions .af-button-outline {
		display: block;
	}

	.af-topbar-actions .wp-block-button,
	.af-topbar-actions .wp-block-button__link {
		width: 100% !important;
	}
}

@media (max-width: 520px) {
	.af-topbar-actions {
		display: grid !important;
	}

	.af-topbar-social {
		display: flex;
	}
}
