.atvb-pricecard[hidden] { display: none !important; }
/* 869 Bookings form, Trail Grit design contract */
.atvb-form-wrap {
	max-width: 680px;
	margin: 0 auto;
	font-family: Montserrat, sans-serif;
	color: #000000;
}
.atvb-heading {
	font-family: Montserrat, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	line-height: 1.05;
	color: #004530;
	margin: 0 0 8px;
	position: relative;
	padding-bottom: 10px;
}
.atvb-heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 72px;
	height: 4px;
	background: #F4D711;
}
.atvb-sub {
	margin: 0 0 28px;
	font-weight: 500;
}
.atvb-field {
	margin-bottom: 28px;
	border: 0;
	padding: 0;
}
.atvb-field > label,
.atvb-party legend {
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.82rem;
	letter-spacing: 0.06em;
	color: #004530;
	margin-bottom: 8px;
}
.atvb-form input[type="text"],
.atvb-form input[type="email"],
.atvb-form input[type="tel"],
.atvb-form input[type="date"],
.atvb-form input[type="time"],
.atvb-form input[type="number"],
.atvb-form select,
.atvb-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 2px solid #004530;
	border-radius: 8px;
	background: #FFFFFF;
	font-family: Montserrat, sans-serif;
	font-size: 1rem;
	color: #000000;
	box-sizing: border-box;
}
.atvb-form input:focus,
.atvb-form select:focus,
.atvb-form textarea:focus {
	outline: 3px solid #F4D711;
	outline-offset: 1px;
}
.atvb-agenote {
	margin: 8px 0 0;
	font-size: 0.85rem;
	color: #6B4A2F;
	font-weight: 600;
}
.atvb-slots {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.atvb-slots-hint {
	margin: 0;
	font-size: 0.9rem;
	color: #555;
}
.atvb-slot {
	border: 2px solid #004530;
	border-radius: 8px;
	background: #FFFFFF;
	color: #004530;
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	padding: 10px 16px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: transform 0.12s ease;
}
.atvb-slot small {
	display: block;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.75rem;
	color: #6B4A2F;
}
.atvb-slot:hover:not(:disabled) {
	transform: translateY(-2px);
}
.atvb-slot.is-selected {
	background: #004530;
	color: #F4D711;
	border-color: #F4D711;
}
.atvb-slot.is-selected small {
	color: #FFFFFF;
}
.atvb-slot:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	text-decoration: line-through;
}
.atvb-party-grid,
.atvb-contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 14px;
}
.atvb-party-grid label,
.atvb-contact-grid label,
.atvb-cruise-fields label {
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
}
.atvb-party-grid input,
.atvb-contact-grid input {
	margin-top: 6px;
}
.atvb-party-total {
	margin: 12px 0 0;
	font-size: 0.95rem;
}
.atvb-party-total strong {
	font-weight: 900;
	font-size: 1.3rem;
	color: #004530;
}
.atvb-check {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	cursor: pointer;
}
.atvb-check input {
	width: 20px;
	height: 20px;
	accent-color: #004530;
}
.atvb-radio-row {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
}
.atvb-cruise-fields {
	margin-top: 14px;
	padding: 16px;
	background: #F5EFE3;
	border-radius: 12px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 14px;
}
.atvb-cruise-fields input {
	margin-top: 6px;
}
.atvb-cruise-note {
	grid-column: 1 / -1;
	margin: 0;
	font-size: 0.85rem;
	font-weight: 600;
	color: #004530;
}
.atvb-hp {
	position: absolute;
	left: -9999px;
	height: 1px;
	overflow: hidden;
}
.atvb-cta {
	display: inline-block;
	background: #F4D711;
	color: #000000;
	border: 0;
	border-radius: 8px;
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	font-size: 1.05rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 16px 32px;
	cursor: pointer;
	transition: transform 0.12s ease;
}
.atvb-cta:hover {
	transform: translateY(-2px);
}
.atvb-cta:disabled {
	opacity: 0.6;
	cursor: wait;
	transform: none;
}
.atvb-finePrint {
	font-size: 0.82rem;
	color: #555;
	margin-top: 12px;
}
.atvb-finePrint a {
	color: #004530;
	font-weight: 800;
}
.atvb-msg {
	margin-top: 16px;
	padding: 12px 16px;
	border-radius: 8px;
	border: 2px solid #b32d2e;
	color: #b32d2e;
	font-weight: 600;
	background: #fff;
}
.atvb-success {
	background: #004530;
	border: 2px solid #F4D711;
	border-radius: 12px;
	padding: 32px;
	color: #FFFFFF;
}
.atvb-success .atvb-heading {
	color: #F4D711;
}
.atvb-success .atvb-heading::after {
	background: #F4D711;
}
.atvb-success-note {
	font-weight: 600;
}
@media (prefers-reduced-motion: reduce) {
	.atvb-slot,
	.atvb-cta {
		transition: none;
	}
	.atvb-slot:hover:not(:disabled),
	.atvb-cta:hover {
		transform: none;
	}
}
.atvb-pricecard { display: block; background: #F5EFE3; border-left: 4px solid #F4D711; border-radius: 8px; padding: 12px 16px; margin: 14px 0 4px; }
.atvb-pricecard__label { display: block; font-weight: 800; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: #004530; margin-bottom: 4px; }
.atvb-pricecard__note { display: block; font-weight: 800; font-size: 15px; color: #000; }
.atvb-pricecard__pay { display: block; font-size: 12px; color: #4A4A44; margin-top: 4px; }
.atvb-convoy[hidden] { display: none !important; }
.atvb-convoy { border: 2px solid #004530; border-radius: 10px; padding: 16px 18px; margin: 14px 0 4px; }
.atvb-convoy legend { font-weight: 900; color: #004530; text-transform: uppercase; letter-spacing: 1px; font-size: 13px; padding: 0 8px; }
.atvb-convoy__hint { margin: 2px 0 12px; font-size: 13px; color: #4A4A44; }
.atvb-convoy__row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 8px 0; border-bottom: 1px solid #EFEFE9; }
.atvb-convoy__row:last-of-type { border-bottom: 0; }
.atvb-convoy__name { font-weight: 700; font-size: 14px; }
.atvb-convoy__name em { font-style: normal; color: #004530; font-weight: 800; margin-left: 6px; }
.atvb-convoy__row input { width: 74px; border: 2px solid #004530; border-radius: 8px; padding: 8px 10px; font-family: inherit; font-size: 16px; text-align: center; }
.atvb-convoy__total { margin: 12px 0 0; padding: 10px 14px; background: #F5EFE3; border-left: 4px solid #F4D711; border-radius: 8px; font-size: 14px; }
.atvb-convoy__total strong { color: #004530; font-size: 17px; }
.atvb-convoy__total span { display: block; font-size: 12px; color: #4A4A44; }
.atvb-slot.is-limited small { opacity: .85; }
