:root {
	--amt-background: #ffffff;
	--amt-surface: #f7f5f0;
	--amt-text: #17201c;
	--amt-muted: #667069;
	--amt-primary: #F6530B;
	--amt-primary-hover: #d94508;
	--amt-accent: #F6530B;
	--amt-border: #e6e4df;
	--amt-radius: 8px;
	--amt-container: 1280px;
	--amt-shadow: 0 16px 40px rgba(19, 42, 35, 0.09);
	--amt-header-height: 86px;
	--amt-font-display: "Montserrat", sans-serif;
	--amt-font-body: "Montserrat", sans-serif;
	--e-global-typography-primary-font-family: "Montserrat";
	--e-global-typography-secondary-font-family: "Montserrat";
	--e-global-typography-text-font-family: "Montserrat";
	--e-global-typography-accent-font-family: "Montserrat";
	--amt-weight-light: 300;
	--amt-weight-regular: 400;
	--amt-weight-medium: 500;
	--amt-weight-semibold: 600;
	--amt-weight-bold: 700;
}

html,
body,
body :where(*):not(.fa):not(.fas):not(.far):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-brands):not([class^="fa-"]):not([class*=" fa-"]):not(.ab-icon):not(.dashicons),
button,
input,
optgroup,
select,
textarea {
	font-family: var(--amt-font-body) !important;
}

body,
button,
input,
optgroup,
select,
textarea {
	font-weight: var(--amt-weight-regular);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.amt-btn {
	font-family: var(--amt-font-display) !important;
}

.amt-header,
.amt-header *,
.amt-mobile-menu,
.amt-mobile-menu *,
.amt-hero,
.amt-hero *,
.amt-section,
.amt-section *,
.amt-card,
.amt-card *,
.amt-footer,
.amt-footer *,
.amt-tour-detail,
.amt-tour-detail *,
.amt-info-page,
.amt-info-page *,
.amt-proof,
.amt-proof *,
.amt-quote-section,
.amt-quote-section *,
.amt-private-cta,
.amt-private-cta *,
.amt-review-band,
.amt-review-band * {
	font-family: var(--amt-font-body) !important;
}

body:has(.amt-info-page) .entry-title,
body:has(.amt-faq-home) .entry-title,
body:has(.amt-about-contact) .entry-title,
body:has(.amt-contact-form-section) .entry-title,
body:has(.amt-vehicle-fleet) .entry-title,
body:has(.amt-archive) .entry-title,
body:has(.amt-tour-detail) .entry-title {
	display: none !important;
}

.custom-social-icons .fa-brands,
.custom-social-icons [class^="fa-"],
.custom-social-icons [class*=" fa-"] {
	font-family: "Font Awesome 6 Brands" !important;
}

.fa-brands {
	font-family: "Font Awesome 6 Brands" !important;
}

.fa,
.fas,
.fa-solid,
.fa::before,
.fas::before,
.fa-solid::before {
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900;
}

.amt-container {
	max-width: var(--amt-container);
	margin: 0 auto;
	padding: 0 20px;
}

.amt-section {
	padding: 56px 0;
	background: var(--amt-background);
	color: var(--amt-text);
}

.amt-section h2,
.amt-final-cta h2 {
	margin: 0 0 24px;
	font-size: 32px;
	line-height: 1.2;
	color: var(--amt-text);
}

.amt-section__head {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
	margin-bottom: 22px;
}

.amt-section__head h2 {
	margin: 0;
}

.amt-tour-section {
	padding: 76px 0;
	border-top: 1px solid #fff;
	background: #f2f5f2;
}

.amt-tour-section .amt-section__head {
	margin-bottom: 28px;
}

.amt-tour-section .amt-section__head h2 {
	font-size: clamp(30px, 3vw, 42px);
	font-weight: var(--amt-weight-semibold);
	letter-spacing: 0;
}

.amt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border: 0;
	border-radius: 8px;
	background: var(--amt-primary);
	color: #fff;
	font-weight: var(--amt-weight-semibold);
	text-decoration: none;
	cursor: pointer;
}

.amt-btn:hover,
.amt-btn:focus {
	background: var(--amt-primary-hover);
	color: #fff;
}

.amt-btn--whatsapp {
	background: #1f8f4d;
}

.amt-btn--small {
	min-height: 40px;
	padding: 10px 14px;
	font-size: 14px;
}

.amt-btn--secondary {
	background: var(--amt-accent);
	color: var(--amt-text);
}

.amt-btn--secondary:hover,
.amt-btn--secondary:focus {
	background: #c98729;
	color: var(--amt-text);
}

.amt-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.amt-review-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 18px;
}

.amt-grid,
.amt-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
}

.amt-card {
	min-width: 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
	font-family: var(--amt-font-body);
	overflow: visible;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.amt-card:hover,
.amt-card:focus-within {
	border-color: rgba(246, 83, 11, 0.42);
	box-shadow: none;
	transform: translateY(-2px);
}

.amt-card > .amt-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: var(--amt-text);
	text-decoration: none !important;
}

.amt-card > .amt-card__link * {
	text-decoration: none;
}

.amt-card__link:focus-visible {
	outline: 3px solid rgba(246, 83, 11, 0.35);
	outline-offset: -3px;
}

.amt-trust-item {
	border: 1px solid var(--amt-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--amt-shadow);
	overflow: hidden;
}

.amt-carousel {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 72px) / 4);
	gap: 18px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
	padding-bottom: 8px;
}

.amt-carousel::-webkit-scrollbar {
	display: none;
}

.amt-carousel .amt-card {
	scroll-snap-align: start;
	min-width: 0;
}

.amt-carousel__controls {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 18px;
}

.amt-carousel__controls button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--amt-border);
	border-radius: 50%;
	background: #fff;
	color: var(--amt-primary);
	font-size: 28px;
	font-weight: var(--amt-weight-semibold);
	line-height: 1;
	cursor: pointer;
	box-shadow: var(--amt-shadow);
}

.amt-card__image {
	position: relative;
	aspect-ratio: 16 / 10.5;
	min-height: 0;
	border-radius: 14px;
	overflow: hidden;
	background: #dfe7e1;
}

.amt-card__image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.amt-card:hover .amt-card__image img,
.amt-card:focus-within .amt-card__image img {
	transform: scale(1.035);
}

.amt-card__image--empty {
	display: grid;
	place-items: center;
	padding: 24px;
	background: #181818;
	color: #fff;
	font-family: var(--amt-font-display);
	font-weight: var(--amt-weight-semibold);
	text-align: center;
}

.amt-card__badge {
	position: absolute;
	left: 10px;
	top: 10px;
	max-width: calc(100% - 20px);
	padding: 6px 8px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--amt-primary);
	font-size: 10px;
	font-weight: var(--amt-weight-semibold);
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.amt-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 13px 0 0;
}

.amt-card h3 {
	display: -webkit-box;
	min-height: 0;
	margin: 7px 0 8px;
	overflow: hidden;
	color: var(--amt-text);
	font-family: var(--amt-font-display);
	font-size: clamp(15px, 1.25vw, 18px);
	font-weight: var(--amt-weight-semibold);
	line-height: 1.3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.amt-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 14px;
	margin: 0;
	color: var(--amt-primary);
	font-size: 11px;
	font-weight: var(--amt-weight-semibold);
	letter-spacing: 0;
	text-transform: uppercase;
}

.amt-card__meta span + span {
	position: relative;
}

.amt-card__meta span + span::before {
	position: absolute;
	left: -10px;
	top: 50%;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #a9afa9;
	content: "";
	transform: translateY(-50%);
}

.amt-card__description {
	display: -webkit-box;
	margin: 0 0 11px;
	overflow: hidden;
	color: var(--amt-muted);
	font-size: 12px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.amt-card__footer {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 0;
	border-top: 0;
}

.amt-card__cta {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	min-height: 32px;
	padding: 7px 10px;
	border-radius: 4px;
	background: var(--amt-primary);
	color: #fff;
	font-family: var(--amt-font-display);
	font-size: 12px;
	font-weight: var(--amt-weight-semibold);
}

.amt-card__cta span {
	font-size: 15px;
	line-height: 1;
	transition: transform 180ms ease;
}

.amt-card:hover .amt-card__cta span,
.amt-card:focus-within .amt-card__cta span {
	transform: translateX(3px);
}

.amt-card__price {
	display: grid;
	justify-items: end;
	color: var(--amt-text);
	font-family: var(--amt-font-display);
	font-size: 13px;
	font-weight: var(--amt-weight-semibold);
	line-height: 1.15;
}

.amt-card__price small {
	color: var(--amt-muted);
	font-family: var(--amt-font-body);
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
}

.amt-trust-item {
	padding: 18px;
	font-weight: 700;
}

.amt-hero {
	position: relative;
	min-height: 620px;
	display: flex;
	align-items: center;
	background-color: #253a31;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.amt-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(10, 20, 16, 0.52);
}

.amt-hero__inner {
	position: relative;
	z-index: 1;
	width: min(var(--amt-container), calc(100% - 40px));
	margin: 0 auto;
	padding: 70px 0;
}

.amt-hero h1 {
	max-width: 820px;
	margin: 0 0 18px;
	font-size: 56px;
	line-height: 1.05;
	color: #fff;
}

.amt-hero p {
	max-width: 720px;
	font-size: 19px;
}

.amt-hero__trust {
	font-weight: 700;
	color: #f4d298;
}

.amt-tour-header {
	padding: 48px 0;
	background: var(--amt-surface);
}

.amt-tour-header .amt-container {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 32px;
	align-items: center;
}

.amt-tour-header__image {
	width: 100%;
	border-radius: 8px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.amt-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0;
}

.amt-badges span,
.amt-breadcrumbs {
	font-size: 14px;
	color: var(--amt-muted);
}

.amt-badges span {
	padding: 7px 10px;
	border: 1px solid var(--amt-border);
	border-radius: 999px;
	background: #fff;
}

.amt-rich-text {
	max-width: 850px;
}

.amt-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.amt-gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
}

.amt-faq__item {
	border-bottom: 1px solid var(--amt-border);
}

.amt-faq button {
	width: 100%;
	min-height: 48px;
	border: 0;
	background: transparent;
	color: var(--amt-text);
	font: inherit;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.amt-faq__item div {
	padding: 0 0 16px;
	color: var(--amt-muted);
}

.amt-final-cta {
	padding: 48px 0;
	background: var(--amt-primary);
	color: #fff;
}

.amt-final-cta h2 {
	color: #fff;
}

.amt-whatsapp--floating {
	position: fixed;
	right: 20px;
	bottom: 24px;
	z-index: 999;
	display: inline-grid;
	place-items: center;
	width: 56px;
	height: 56px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 50%;
	background: var(--amt-primary);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(246, 83, 11, 0.26);
	transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.amt-whatsapp--floating svg {
	display: block;
	width: 27px;
	height: 27px;
	fill: currentColor;
}

.amt-whatsapp--floating:hover,
.amt-whatsapp--floating:focus-visible {
	background: var(--amt-primary-hover);
	color: #fff;
	outline: 0;
	box-shadow: 0 20px 48px rgba(246, 83, 11, 0.34);
	transform: translateY(-2px);
}

.amt-mobile-contact-bar {
	display: none;
}

.amt-hp {
	position: absolute;
	left: -9999px;
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
