.boat-archive {
	margin: 24px 0;
}

.boat-archive-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
}

.boat-card {
	border: 1px solid #e6e8ec;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
}

.boat-card__thumb {
	display: block;
	background: #f8fafc;
}

.boat-card__thumb img {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.boat-card__placeholder {
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #94a3b8;
	font-size: 14px;
}

.boat-card__body {
	padding: 16px;
	display: grid;
	gap: 10px;
}

.boat-card__title {
	margin: 0;
	font-size: 18px;
	color: #0f172a;
}

.boat-card__title a {
	color: inherit;
	text-decoration: none;
}

.boat-card__excerpt {
	margin: 0;
	color: #475569;
	font-size: 14px;
}

.boat-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid #0f172a;
	color: #0f172a;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	width: fit-content;
}

.boat-card__cta:hover {
	background: #0f172a;
	color: #fff;
}

.boat-archive-pagination {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.boat-archive-page a,
.boat-archive-page span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 10px;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	text-decoration: none;
	color: #0f172a;
	font-size: 13px;
}

.boat-archive-page .current {
	background: #0f172a;
	color: #fff;
	border-color: #0f172a;
}

.boat-hero {
	background: #0b0f14;
	color: #fff;
	padding: 60px 0 40px;
}

.boat-hero__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

.boat-breadcrumbs {
	font-size: 13px;
	color: rgba(255,255,255,0.6);
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.boat-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.boat-hero__title {
	margin: 12px 0 0;
	font-size: 36px;
	line-height: 1.1;
	max-width: 700px;
}

.boat-hero__schedule {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 10px;
	margin-top: 6px;
	padding: 14px 18px;
	border-radius: 16px;
	border: 1px solid rgba(56, 189, 248, 0.24);
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(8, 17, 34, 0.98)),
		linear-gradient(135deg, rgba(56, 189, 248, 0.08), rgba(59, 130, 246, 0.04));
	color: #e0f2fe;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 14px 28px rgba(2, 6, 23, 0.18);
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.boat-hero__schedule-icon {
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: currentColor;
	flex: 0 0 auto;
}

.boat-hero__schedule-icon svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: currentColor;
}

.boat-hero__schedule:hover {
	transform: translateY(-1px);
	border-color: rgba(56, 189, 248, 0.6);
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(8, 17, 34, 1)),
		linear-gradient(135deg, rgba(56, 189, 248, 0.16), rgba(59, 130, 246, 0.08));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 18px 36px rgba(2, 6, 23, 0.24);
	color: #f8fafc;
}

.boat-schedule-modal {
	position: fixed;
	inset: 0;
	z-index: 100001;
	display: none;
}

.boat-schedule-modal.is-open {
	display: block;
}

.boat-schedule-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 23, 0.78);
	backdrop-filter: blur(8px);
}

.boat-schedule-modal__dialog {
	position: absolute;
	inset: 64px 28px;
	max-width: min(1220px, calc(100vw - 36px));
	max-height: calc(100vh - 128px);
	margin: 0 auto;
	background: linear-gradient(180deg, #f8fbff, #eef6ff);
	border-radius: 24px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24);
	padding: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.boat-schedule-modal__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
	position: sticky;
	top: 0;
	z-index: 4;
	padding-bottom: 10px;
	background: linear-gradient(180deg, #f8fbff 0%, #f8fbff 88%, rgba(248, 251, 255, 0) 100%);
}

.boat-schedule-modal__header h3 {
	margin: 0;
	font-size: 24px;
	line-height: 1.05;
	color: #0f172a;
}

.boat-schedule-modal__header p {
	margin: 6px 0 0;
	font-size: 14px;
	color: #475569;
}

.boat-schedule-modal__close,
.boat-schedule-modal__month-nav {
	border: 0;
	cursor: pointer;
}

.boat-schedule-modal__close {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.06);
	color: #0f172a;
	font-size: 28px;
	line-height: 1;
}

.boat-schedule-modal__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 12px;
	padding: 12px 14px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(8, 17, 34, 0.98));
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
	position: sticky;
	top: 62px;
	z-index: 3;
}

.boat-schedule-modal__month {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #f8fafc;
	text-align: center;
}

.boat-schedule-modal__month-nav {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
	color: #f8fafc;
	font-size: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.boat-schedule-modal__weekdays,
.boat-schedule-modal__body {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px;
}

.boat-schedule-modal__weekdays {
	margin-bottom: 12px;
	position: sticky;
	top: 128px;
	z-index: 2;
	background: linear-gradient(180deg, #eef6ff 0%, #eef6ff 88%, rgba(238, 246, 255, 0) 100%);
	padding-bottom: 8px;
	flex: 0 0 auto;
}

.boat-schedule-modal__body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	align-content: start;
	padding-right: 4px;
	-webkit-overflow-scrolling: touch;
}

.boat-schedule-modal__weekday {
	padding: 10px 8px;
	border-radius: 12px;
	background: #d8ebff;
	color: #0f172a;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.boat-schedule-modal__cell {
	min-height: 124px;
	height: 124px;
	padding: 8px;
	border-radius: 14px;
	background: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: 0 10px 22px rgba(148, 163, 184, 0.08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.boat-schedule-modal__cell.is-empty {
	min-height: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.boat-schedule-modal__cell.is-today {
	border-color: rgba(59, 130, 246, 0.34);
	box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.12), 0 12px 28px rgba(148, 163, 184, 0.08);
}

.boat-schedule-modal__date {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #0f172a;
	margin-bottom: 4px;
	flex: 0 0 auto;
}

.boat-schedule-modal__slots {
	display: grid;
	gap: 4px;
	align-content: start;
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	padding-right: 2px;
	scrollbar-width: thin;
}

.boat-schedule-modal__slot {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 5px 7px;
	border-radius: 10px;
	background: linear-gradient(135deg, #eff6ff, #dbeafe);
	border: 1px solid rgba(96, 165, 250, 0.18);
}

.boat-schedule-modal__slot.is-full {
	background: linear-gradient(135deg, #fff1f2, #ffe4e6);
	border-color: rgba(244, 63, 94, 0.16);
}

.boat-schedule-modal__slot-time {
	font-size: 10px;
	font-weight: 800;
	line-height: 1.05;
	color: #0f172a;
	margin: 0;
}

.boat-schedule-modal__slot-price {
	margin-top: 1px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.05;
	color: #0f766e;
}

.boat-schedule-modal__slot-meta {
	margin-top: 1px;
	font-size: 9px;
	line-height: 1.05;
	color: #475569;
}

.boat-schedule-modal__note,
.boat-schedule-modal__status {
	padding: 14px;
	border-radius: 14px;
	background: rgba(15, 23, 42, 0.04);
	color: #475569;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

.boat-schedule-modal__slots::-webkit-scrollbar {
	width: 6px;
}

.boat-schedule-modal__slots::-webkit-scrollbar-thumb {
	background: rgba(148, 163, 184, 0.5);
	border-radius: 999px;
}

.boat-schedule-modal__body::-webkit-scrollbar {
	width: 8px;
}

.boat-schedule-modal__body::-webkit-scrollbar-thumb {
	background: rgba(148, 163, 184, 0.55);
	border-radius: 999px;
}

.boat-schedule-modal__note.is-closed {
	background: linear-gradient(135deg, #fff1f2, #ffe4e6);
	color: #9f1239;
}

@media (max-width: 1400px) {
	.boat-schedule-modal__dialog {
		inset: 42px 18px;
		max-width: calc(100vw - 36px);
		max-height: calc(100vh - 84px);
	}

	.boat-schedule-modal__weekdays,
	.boat-schedule-modal__body {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (max-width: 1180px) {
	.boat-schedule-modal__dialog {
		inset: 34px 14px;
		max-width: calc(100vw - 28px);
		max-height: calc(100vh - 68px);
	}

	.boat-schedule-modal__weekdays,
	.boat-schedule-modal__body {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
	}

	.boat-schedule-modal__cell {
		height: 116px;
	}
}

@media (max-width: 980px) {
	.boat-schedule-modal__weekdays,
	.boat-schedule-modal__body {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.boat-schedule-modal__cell {
		height: 108px;
	}
}

.boat-single__container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 20px 60px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 30px;
}

.boat-single__media img {
	width: 100%;
	border-radius: 14px;
	object-fit: cover;
}

.boat-meta-tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 12px;
}

.boat-meta-tags span {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #0f172a;
	font-size: 12px;
	font-weight: 600;
}

.boat-section {
	margin-top: 24px;
}

.boat-section h2 {
	font-size: 20px;
	margin: 0 0 8px;
	color: #0f172a;
}

.boat-richtext {
	color: #475569;
	line-height: 1.7;
}

.boat-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 10px;
}

.boat-gallery img {
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
	height: 100px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.boat-gallery img:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.24);
}

body.boat-lightbox-open {
	overflow: hidden;
}

.boat-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
}

.boat-lightbox.is-open {
	display: block;
}

.boat-lightbox__overlay {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 23, 0.85);
}

.boat-lightbox__content {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
}

.boat-lightbox__image {
	max-width: min(1100px, 90vw);
	max-height: 88vh;
	width: auto;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.boat-lightbox__close,
.boat-lightbox__nav {
	position: absolute;
	border: 0;
	background: rgba(15, 23, 42, 0.72);
	color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.boat-lightbox__close {
	top: 22px;
	right: 22px;
}

.boat-lightbox__nav--prev {
	left: 22px;
}

.boat-lightbox__nav--next {
	right: 22px;
}

.boat-lightbox__close:hover,
.boat-lightbox__nav:hover {
	background: rgba(30, 41, 59, 0.9);
}

.boat-single__sidebar {
	position: relative;
}

.boat-booking-card {
	position: sticky;
	top: 160px;
	background: #213565;
	color: #fff;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(2, 6, 23, 0.35);
}

.boat-booking-widget .boat-booking-card {
	position: static;
	top: auto;
}

.boat-booking-card__header h3 {
	margin: 0 0 6px;
	font-size: 18px;
	color: #ffffff;
}

.boat-booking-card .boat-booking-card__header h3 {
	color: #ffffff !important;
}

.boat-booking-card__header p {
	margin: 0;
	color: rgba(255,255,255,0.7);
	font-size: 13px;
}

.boat-booking-card__body {
	margin-top: 16px;
	display: grid;
	gap: 14px;
}

.boat-booking-wizard {
	display: grid;
	gap: 14px;
}

.boat-booking-steps {
	margin-bottom: 4px;
}

.boat-booking-stepper {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	text-align: center;
}

.boat-booking-stepper__dot {
	position: relative;
	height: 10px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.25);
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.2);
	overflow: hidden;
}

.boat-booking-stepper__dot::after {
	content: attr(data-step-label);
	position: absolute;
	top: -26px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: rgba(226, 232, 240, 0.7);
}

.boat-booking-stepper__dot.is-active,
.boat-booking-stepper__dot.is-complete {
	background: linear-gradient(90deg, #38bdf8, #60a5fa);
	box-shadow: 0 8px 18px rgba(56, 189, 248, 0.35);
}

.boat-booking-stepper__dot.is-active::after {
	color: #e0f2fe;
	font-weight: 600;
}

.boat-booking-stepper__dot.is-complete::after {
	color: rgba(226, 232, 240, 0.45);
}

.boat-booking-step {
	display: none;
}

.boat-booking-step.is-active {
	display: block;
}

.boat-booking-wizard__nav {
	display: flex;
	gap: 14px;
	margin-top: 4px;
}

.boat-booking-nav {
	flex: 1;
	border: 1px solid rgba(148, 163, 184, 0.25);
	background: rgba(15, 23, 42, 0.35);
	color: #e2e8f0;
	padding: 12px 16px;
	border-radius: 16px;
	font-weight: 700;
	font-size: 15px;
	cursor: pointer;
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.15);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.boat-booking-nav:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.boat-booking-nav--next {
	background: linear-gradient(135deg, #38bdf8, #0ea5e9);
	color: #0f172a;
	border-color: transparent;
	box-shadow: 0 10px 24px rgba(14, 165, 233, 0.35);
}

.boat-booking-credits {
	border-radius: 18px;
	padding: 14px 16px;
	background: linear-gradient(135deg, rgba(30, 58, 138, 0.65), rgba(15, 23, 42, 0.95));
	border: 1px solid rgba(59, 130, 246, 0.35);
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.1);
}

.boat-booking-credits strong {
	font-size: 20px;
}

.boat-booking-card__body {
	align-items: center;
}

.boat-booking-step,
.boat-booking-credits,
.boat-calendar,
.boat-booking-wizard__nav {
	width: 100%;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.boat-calendar__header {
	justify-content: center;
}

.boat-calendar__title {
	text-align: center;
}

.boat-calendar__dow,
.boat-calendar__cell {
	text-align: center;
}

.boat-calendar {
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(2, 6, 23, 0.95));
	border: 1px solid rgba(148, 163, 184, 0.2);
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.1);
}

.boat-calendar__header {
	gap: 12px;
}

.boat-calendar__nav {
	background: rgba(15, 23, 42, 0.6);
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: 14px;
}

.boat-calendar__cell {
	border-radius: 12px;
}

.boat-calendar__cell.is-selected {
	box-shadow: 0 8px 20px rgba(59, 130, 246, 0.35);
}

.boat-booking-card label span {
	font-size: 12px;
	color: rgba(255,255,255,0.7);
}

.boat-booking-card input[type="date"] {
	width: 100%;
	margin-top: 6px;
	border-radius: 10px;
	border: 1px solid rgba(148,163,184,0.4);
	padding: 8px 10px;
	background: #111827;
	color: #fff;
}

.boat-booking-card select {
	width: 100%;
	margin-top: 8px;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.35);
	padding: 12px 14px;
	background: rgba(15, 23, 42, 0.65);
	color: #e2e8f0;
	font-weight: 600;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l6 6 6-6' stroke='%2394A3B8' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 14px 10px;
}

.boat-booking-card select:focus {
	outline: none;
	border-color: #38bdf8;
	box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.25);
}

.boat-booking-slots h4 {
	margin: 0 0 8px;
	font-size: 14px;
}

.boat-slot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(15, 23, 42, 0.7);
	border: 1px solid rgba(148,163,184,0.2);
	margin-bottom: 8px;
}

.boat-slot strong {
	display: block;
	font-size: 13px;
}

.boat-slot span {
	font-size: 11px;
	color: rgba(255,255,255,0.6);
}

.boat-slot button {
	background: #22c55e;
	border: none;
	color: #0b1220;
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

@media (max-width: 980px) {
	.boat-single__container {
		grid-template-columns: 1fr;
	}
	.boat-booking-card {
		position: static;
	}
}

.boat-calendar {
	background: #0f172a;
	border-radius: 16px;
	padding: 16px;
	border: 1px solid rgba(148,163,184,0.2);
}

.boat-calendar__header {
	display: grid;
	grid-template-columns: 36px 1fr 36px;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.boat-calendar__title {
	text-align: center;
	font-weight: 600;
	color: #e2e8f0;
}

.boat-calendar__nav {
	width: 36px;
	height: 36px;
	border-radius: 12px;
	border: 1px solid rgba(148,163,184,0.2);
	background: rgba(15,23,42,0.6);
	color: #e2e8f0;
	cursor: pointer;
}

.boat-calendar__nav:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.boat-calendar__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 6px;
}

.boat-calendar__dow {
	text-align: center;
	font-size: 12px;
	color: rgba(226,232,240,0.7);
	padding: 6px 0;
	border-bottom: 1px solid rgba(148,163,184,0.2);
}

.boat-calendar__cell,
.boat-calendar__empty {
	height: 36px;
	border-radius: 8px;
	border: 1px solid rgba(148,163,184,0.2);
	background: rgba(15,23,42,0.6);
	color: #e2e8f0;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.boat-calendar__cell {
	cursor: pointer;
}

.boat-calendar__cell.is-selected {
	background: #1d4ed8;
	border-color: #1d4ed8;
	color: #fff;
	box-shadow: 0 6px 14px rgba(29,78,216,0.35);
}

.boat-calendar__cell.is-disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.boat-calendar__empty {
	border: 1px solid transparent;
	background: transparent;
}

.boat-slots-title {
	background: #fef3c7;
	color: #1f2937;
	padding: 10px 12px;
	border-radius: 12px;
	font-weight: 600;
	font-size: 13px;
}

.boat-slots-title span {
	margin-left: 6px;
	font-weight: 700;
}

.boat-booking-message {
	margin-top: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(239, 68, 68, 0.15);
	color: #fecaca;
	border: 1px solid rgba(239, 68, 68, 0.4);
	font-size: 13px;
}

.boat-slot__meta {
	margin-top: 6px;
	display: flex;
	gap: 8px;
	font-size: 11px;
	color: rgba(255,255,255,0.7);
}

.boat-no-slots {
	margin: 10px 0 0;
	color: rgba(255,255,255,0.6);
	font-size: 13px;
}

#boat-booking-slots-list {
	display: block;
}

.boat-slot-card {
	width: 100%;
	display: grid;
	gap: 4px;
	justify-items: center;
	border-radius: 16px;
	border: 1px solid rgba(56, 189, 248, 0.16);
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(8, 17, 34, 0.98)),
		linear-gradient(135deg, rgba(56, 189, 248, 0.08), rgba(34, 197, 94, 0.04));
	color: #e2e8f0;
	padding: 12px 14px;
	cursor: pointer;
	margin-top: 8px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 10px 22px rgba(2, 6, 23, 0.2);
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.boat-slot-card__time {
	font-size: 15px;
	line-height: 1.05;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #f8fafc;
}

.boat-slot-card__seats {
	font-size: 10px;
	color: rgba(226, 232, 240, 0.76);
}

.boat-slot-card__base {
	font-size: 10px;
	color: rgba(191, 219, 254, 0.78);
	font-weight: 600;
}

.boat-slot-card__points {
	font-size: 10px;
	color: rgba(125, 211, 252, 0.84);
	font-weight: 600;
}

.boat-slot-card__boats {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 8px;
	border-radius: 999px;
	background: rgba(30, 41, 59, 0.8);
	border: 1px solid rgba(148, 163, 184, 0.18);
	font-size: 9px;
	color: rgba(226, 232, 240, 0.82);
}

.boat-slot-card__price {
	font-size: 16px;
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: #22c55e;
	text-shadow: 0 0 14px rgba(34, 197, 94, 0.14);
	word-break: break-word;
}

.boat-slot-card:hover:not(.is-disabled) {
	transform: translateY(-2px);
	border-color: rgba(56, 189, 248, 0.34);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 18px 38px rgba(2, 6, 23, 0.28);
}

.boat-slot-card.is-selected {
	border-color: rgba(244, 63, 94, 0.9);
	background:
		linear-gradient(180deg, rgba(68, 11, 33, 0.96), rgba(50, 8, 27, 0.98)),
		linear-gradient(135deg, rgba(244, 63, 94, 0.12), rgba(251, 191, 36, 0.04));
	box-shadow:
		0 0 0 2px rgba(244, 63, 94, 0.45),
		0 14px 28px rgba(76, 5, 25, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.boat-slot-card.is-disabled {
	opacity: 0.42;
	cursor: not-allowed;
}

.boat-booking-summary {
	margin-top: 14px;
	padding: 16px;
	border-radius: 14px;
	background: #fff7ed;
	color: #111827;
	display: grid;
	gap: 12px;
}

.boat-booking-summary__details {
	display: grid;
	gap: 8px;
}

.boat-booking-summary__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.72);
	color: #5b6575;
	font-size: 13px;
	font-weight: 700;
}

.boat-booking-summary__row strong {
	color: #213565;
	font-weight: 900;
	text-align: right;
}

.boat-booking-credits {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 12px;
	border-radius: 12px;
	background: #0f172a;
	color: #e2e8f0;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 12px;
}

.boat-booking-credits strong {
	font-size: 16px;
	color: #38bdf8;
}

.boat-booking-summary__price {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 12px;
	background: #213565;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}

.boat-booking-summary__points {
	font-size: 13px;
	color: #475569;
	text-align: center;
	order: 2;
}

.boat-booking-pay {
	display: grid;
	gap: 12px;
	padding: 12px 12px 14px;
	border-radius: 16px;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	font-size: 13px;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
	margin-top: 8px;
}

.boat-booking-pay label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: #0f172a;
	padding: 12px 14px;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.boat-booking-pay input[type="radio"] {
	transform: scale(1.05);
}

.boat-booking-pay label:has(input[type="radio"]:checked) {
	border-color: #38bdf8;
	box-shadow: 0 8px 18px rgba(56, 189, 248, 0.18);
}

.boat-booking-pay__hint {
	font-size: 12px;
	color: #64748b;
	text-align: center;
}

.boat-booking-pay__hint.is-error {
	color: #dc2626;
}

.boat-thankyou {
	margin: 24px 0 10px;
	padding: 24px;
	border-radius: 20px;
	background: #0b1220;
	color: #e2e8f0;
	box-shadow: 0 18px 40px rgba(2, 6, 23, 0.35);
}

.boat-thankyou h2 {
	margin: 0 0 6px;
	font-size: 24px;
	color: #f8fafc;
}

.boat-thankyou p {
	margin: 0 0 16px;
	color: rgba(226, 232, 240, 0.7);
}

.boat-thankyou__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}

.boat-thankyou__card {
	background: rgba(15, 23, 42, 0.7);
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: 16px;
	padding: 14px;
}

.boat-thankyou__card h3 {
	margin: 0 0 8px;
	color: #e0f2fe;
	font-size: 16px;
}

.boat-thankyou__card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 6px;
	font-size: 13px;
}

.boat-thankyou__card strong {
	color: #93c5fd;
}

.boat-thankyou__actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin: 12px 0 18px;
}

.boat-thankyou__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 12px;
	background: #38bdf8;
	color: #0f172a;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 20px rgba(56, 189, 248, 0.25);
}

.boat-thankyou__button--ghost {
	background: transparent;
	color: #e2e8f0;
	border: 1px solid rgba(148, 163, 184, 0.35);
	box-shadow: none;
}

.boat-subscription-plans {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.boat-subscription-card {
	background: #0b1220;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 16px;
	padding: 16px;
	color: #e2e8f0;
	box-shadow: 0 10px 30px rgba(2, 6, 23, 0.25);
	display: grid;
	gap: 8px;
}

.boat-subscription-card h3 {
	margin: 0;
	font-size: 18px;
	color: #f8fafc;
}

.boat-subscription-price {
	font-size: 20px;
	font-weight: 700;
	color: #38bdf8;
}

.boat-subscription-desc {
	font-size: 13px;
	color: rgba(226, 232, 240, 0.7);
}

.boat-subscription-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 12px;
	background: #38bdf8;
	color: #0f172a;
	font-weight: 700;
	text-decoration: none;
}

.boat-subscription-button--ghost {
	background: transparent;
	color: #e2e8f0;
	border: 1px solid rgba(148, 163, 184, 0.35);
}

.boat-subscription-active {
	font-size: 12px;
	color: #94a3b8;
}

.boat-booking-summary label span {
	font-size: 12px;
	color: #374151;
}

.boat-booking-summary select {
	width: 100%;
	margin-top: 6px;
	border-radius: 10px;
	border: 1px solid #d1d5db;
	padding: 8px 10px;
	background: #fff;
}

.boat-booking-button {
	margin-top: 14px;
	width: 100%;
	border: none;
	border-radius: 14px;
	padding: 12px 16px;
	background: #f43f5e;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.boat-booking-button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

@media (max-width: 768px) {
	.boat-hero {
		padding: 40px 0 24px;
	}

	.boat-hero__title {
		font-size: 28px;
	}

	.boat-hero__schedule {
		margin-top: 6px;
		padding: 13px 16px;
		font-size: 13px;
	}

	.boat-schedule-modal__dialog {
		inset: 36px 12px;
		max-width: calc(100vw - 20px);
		max-height: calc(100vh - 72px);
		padding: 12px;
		border-radius: 18px;
	}

	.boat-schedule-modal__header {
		margin-bottom: 10px;
		padding-bottom: 8px;
	}

	.boat-schedule-modal__header h3 {
		font-size: 20px;
	}

	.boat-schedule-modal__nav {
		padding: 10px;
		margin-bottom: 10px;
		top: 54px;
	}

	.boat-schedule-modal__month {
		font-size: 16px;
	}

	.boat-schedule-modal__month-nav {
		width: 34px;
		height: 34px;
		font-size: 20px;
	}

	.boat-schedule-modal__weekdays,
	.boat-schedule-modal__body {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.boat-schedule-modal__weekday {
		display: none;
	}

	.boat-schedule-modal__cell {
		min-height: 0;
		height: 110px;
		padding: 8px;
	}

	.boat-schedule-modal__date {
		font-size: 15px;
	}

	.boat-single__container {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 20px 16px 40px;
	}

	.boat-single__sidebar {
		order: -1;
	}

	.boat-booking-card {
		border-radius: 20px;
		padding: 16px;
		box-shadow: 0 16px 40px rgba(2, 6, 23, 0.45);
	}

	.boat-calendar {
		border-radius: 20px;
		padding: 14px;
	}

	.boat-calendar__cell,
	.boat-calendar__empty {
		height: 34px;
		font-size: 12px;
	}

	.boat-slot-card {
		border-radius: 18px;
		padding: 12px 14px;
		gap: 4px;
	}

	.boat-slot-card__time {
		font-size: 14px;
	}

	.boat-slot-card__seats,
	.boat-slot-card__base,
	.boat-slot-card__points {
		font-size: 10px;
	}

	.boat-slot-card__price {
		font-size: 15px;
	}

	.boat-booking-summary {
		border-radius: 16px;
		padding: 12px;
	}

	.boat-booking-button {
		font-size: 18px;
		padding: 14px 16px;
		border-radius: 16px;
	}

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

@media (max-width: 520px) {
	.boat-schedule-modal__body {
		grid-template-columns: 1fr;
	}

	.boat-schedule-modal__weekdays {
		display: none;
	}

	.boat-schedule-modal__header h3 {
		font-size: 18px;
	}

	.boat-schedule-modal__header p {
		font-size: 12px;
	}

	.boat-schedule-modal__cell {
		height: 98px;
	}

	.boat-schedule-modal__cell.is-empty {
		display: none;
	}

	.boat-schedule-modal__slot-time {
		font-size: 10px;
	}

	.boat-schedule-modal__slot-price {
		font-size: 10px;
	}

	.boat-schedule-modal__slot-meta {
		font-size: 10px;
	}
}


.my_account_bookings .boat-booking-cancel-info {
	font-size: 12px;
	color: #475569;
	margin-bottom: 6px;
}

.my_account_bookings {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.my_account_bookings thead th {
	background: #0f172a;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 14px 16px;
	border-bottom: 1px solid #e2e8f0;
	border-radius: 0;
}

.my_account_bookings thead th:first-child {
	border-top-left-radius: 14px;
}

.my_account_bookings thead th:last-child {
	border-top-right-radius: 14px;
}

.my_account_bookings tbody td {
	padding: 14px 16px;
	border-bottom: 1px solid #eef2f7;
	color: #1f2937;
	font-size: 14px;
}

.my_account_bookings tbody tr:nth-child(even) {
	background: #fcfdff;
}

.my_account_bookings tbody tr:hover {
	background: #f1f5f9;
}

.my_account_bookings td .button {
	background: #0ea5e9;
	border: none;
	color: #fff;
	padding: 8px 14px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 84px;
	box-shadow: none;
}

.my_account_bookings td .button:hover {
	background: #0284c7;
	color: #fff;
}

.boat-booking-price {
	font-weight: 700;
	color: #0f172a;
}

.boat-booking-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
	background: #e2e8f0;
	color: #1f2937;
}

.boat-booking-status--completed {
	background: #dcfce7;
	color: #166534;
}

.boat-booking-status--processing {
	background: #dbeafe;
	color: #1d4ed8;
}

.boat-booking-status--cancelled {
	background: #fee2e2;
	color: #b91c1c;
}

@media (max-width: 768px) {
	.my_account_bookings thead {
		display: none;
	}

	.my_account_bookings,
	.my_account_bookings tbody,
	.my_account_bookings tr,
	.my_account_bookings td {
		display: block;
		width: 100%;
	}

	.my_account_bookings tr {
		border-bottom: 1px solid #e2e8f0;
		padding: 8px 0;
	}

	.my_account_bookings tbody td {
		border-bottom: none;
		display: flex;
		justify-content: space-between;
		gap: 16px;
		padding: 10px 16px;
	}

	.my_account_bookings tbody td::before {
		content: attr(data-title);
		font-weight: 600;
		color: #475569;
	}
}

.boat-my-bookings-title {
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #0f172a;
	position: relative;
	padding-bottom: 10px;
}

.boat-my-bookings-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 72px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #0ea5e9, #38bdf8);
}

.woocommerce-MyAccount-navigation-link--my-bookings a {
	font-weight: 600;
	color: #0f172a;
	border-radius: 10px;
	padding: 8px 12px;
}

.woocommerce-MyAccount-navigation-link--my-bookings.is-active a,
.woocommerce-MyAccount-navigation-link--my-bookings a:hover {
	background: #e0f2fe;
	color: #0369a1;
}

.boat-booking-modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.boat-booking-modal.is-open {
	display: flex;
}

.boat-booking-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.55);
}

.boat-booking-modal__content {
	position: relative;
	background: #fff;
	border-radius: 14px;
	padding: 20px;
	max-width: 420px;
	width: calc(100% - 32px);
	box-shadow: 0 16px 40px rgba(2, 6, 23, 0.3);
	z-index: 1;
}

.boat-booking-modal__content h3 {
	margin: 0 0 8px;
	font-size: 18px;
}

.boat-booking-modal__content p {
	margin: 0 0 16px;
	color: #475569;
}

.boat-booking-modal__actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

#boat-booking-login-modal.boat-booking-modal {
	z-index: 999999;
}

#boat-booking-login-modal.boat-booking-modal .boat-booking-modal__content {
	max-width: 760px;
	width: min(760px, calc(100vw - 36px));
	padding: 34px 38px 38px;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.34);
}

#boat-booking-login-modal.boat-booking-modal .boat-booking-modal__content h3 {
	margin: 0 0 24px;
	color: #213565;
	font-family: inherit;
	font-size: 30px;
	line-height: 1.15;
	font-weight: 500;
}

#boat-booking-login-modal.boat-booking-modal #loginform {
	display: grid;
	gap: 18px;
	margin: 0;
}

#boat-booking-login-modal.boat-booking-modal #loginform p {
	margin: 0;
}

#boat-booking-login-modal.boat-booking-modal #loginform .login-username,
#boat-booking-login-modal.boat-booking-modal #loginform .login-password {
	display: grid;
	gap: 8px;
}

#boat-booking-login-modal.boat-booking-modal #loginform label {
	display: block;
	margin: 0;
	color: #5f6b7d;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 600;
}

#boat-booking-login-modal.boat-booking-modal #loginform .input {
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #cfd7e5;
	border-radius: 12px;
	background: #ffffff;
	color: #213565;
	font-size: 18px;
	line-height: 1.2;
	box-shadow: none;
	outline: none;
}

#boat-booking-login-modal.boat-booking-modal #loginform .input:focus {
	border-color: #213565;
	box-shadow: 0 0 0 3px rgba(33, 53, 101, 0.14);
}

#boat-booking-login-modal.boat-booking-modal #loginform .login-remember label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #5f6b7d;
	font-size: 18px;
	font-weight: 600;
}

#boat-booking-login-modal.boat-booking-modal #loginform input[type="checkbox"] {
	width: 22px;
	height: 22px;
	margin: 0;
	border: 1px solid #9aa6b8;
	border-radius: 5px;
	accent-color: #213565;
}

#boat-booking-login-modal.boat-booking-modal #loginform .login-submit {
	margin-top: 4px;
}

#boat-booking-login-modal.boat-booking-modal #loginform #wp-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 28px;
	border: 0;
	border-radius: 12px;
	background: #101b33;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 12px 24px rgba(16, 27, 51, 0.22);
}

#boat-booking-login-modal.boat-booking-modal #loginform #wp-submit:hover,
#boat-booking-login-modal.boat-booking-modal #loginform #wp-submit:focus {
	background: #213565;
	color: #ffffff;
}

@media (max-width: 640px) {
	#boat-booking-login-modal.boat-booking-modal .boat-booking-modal__content {
		padding: 28px 22px 30px;
	}

	#boat-booking-login-modal.boat-booking-modal .boat-booking-modal__content h3 {
		font-size: 25px;
	}
}

.boat-booking-wallet-card {
	margin: 12px 0;
	padding: 16px;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	display: grid;
	gap: 8px;
}

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

.boat-booking-login-modal.is-open {
	display: flex;
}

.boat-booking-login-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.62);
	backdrop-filter: blur(4px);
}

.boat-booking-login-modal__dialog {
	position: relative;
	width: min(560px, 100%);
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	border-radius: 8px;
	background: #fff;
	color: #1f2937;
	padding: 30px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
	text-align: center;
}

.boat-booking-login-modal__dialog h3 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.2;
}

.boat-booking-login-modal__dialog p {
	margin: 0 0 22px;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.6;
}

.boat-booking-login-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	border: 0;
	background: transparent;
	color: #6b7280;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.boat-booking-login-modal__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 6px;
	background: #0f172a;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.boat-booking-login-modal__button:hover,
.boat-booking-login-modal__button:focus {
	background: #1f2937;
	color: #fff;
}
.boat-booking-login-modal__forms {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin-top: 22px;
	text-align: left;
}

.boat-booking-login-modal__forms.has-register {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.boat-booking-login-modal__form {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 18px;
	background: #f9fafb;
}

.boat-booking-login-modal__form h4 {
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 1.25;
}

.boat-booking-login-modal__form .form-row {
	margin: 0 0 13px;
}

.boat-booking-login-modal__form label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #374151;
}

.boat-booking-login-modal__form input.input-text,
.boat-booking-login-modal__form input[type="text"],
.boat-booking-login-modal__form input[type="email"],
.boat-booking-login-modal__form input[type="password"] {
	width: 100%;
	min-height: 42px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	padding: 9px 11px;
	background: #fff;
	color: #111827;
}

.boat-booking-login-modal__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.boat-booking-login-modal__actions label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	font-weight: 500;
}

.boat-booking-login-modal__actions input[type="checkbox"] {
	width: auto;
	min-height: 0;
}

.boat-booking-login-modal .lost_password {
	margin: 8px 0 0;
	font-size: 13px;
}

.boat-booking-login-modal__button--ghost {
	background: #334155;
}

@media (max-width: 720px) {
	.boat-booking-login-modal__dialog {
		max-height: calc(100vh - 32px);
		overflow: auto;
		padding: 24px 18px;
	}

	.boat-booking-login-modal__forms.has-register {
		grid-template-columns: 1fr;
	}
}
.boat-booking-login-modal__register-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e5e7eb;
	color: #4b5563;
	font-size: 14px;
}

.boat-booking-login-modal__forms.has-login-only {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}
.boat-booking-login-modal__message {
	margin: 16px auto 0;
	max-width: 420px;
	border-radius: 6px;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.45;
	text-align: left;
}

.boat-booking-login-modal__message.is-error {
	border: 1px solid #fecaca;
	background: #fef2f2;
	color: #991b1b;
}

.boat-booking-login-modal__message.is-success {
	border: 1px solid #bbf7d0;
	background: #f0fdf4;
	color: #166534;
}

.boat-booking-login-modal__button:disabled {
	cursor: progress;
	opacity: 0.68;
}
/* Refined subscription plan cards. */
.boat-subscription-plans {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin: 28px auto;
	width: min(100%, 1180px);
	align-items: stretch;
}

.boat-subscription-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 24px;
	border: 1px solid rgba(100, 116, 139, 0.2);
	border-top: 5px solid #213565;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
	color: #213565;
	box-shadow: 0 16px 42px rgba(33, 53, 101, 0.12);
	overflow: hidden;
}

.boat-subscription-card::after {
	content: "";
	position: absolute;
	right: -58px;
	top: -62px;
	width: 150px;
	height: 150px;
	border-radius: 999px;
	background: rgba(33, 53, 101, 0.10);
	pointer-events: none;
}

.boat-subscription-card__top,
.boat-subscription-price,
.boat-subscription-points,
.boat-subscription-desc,
.boat-subscription-active,
.boat-subscription-button {
	position: relative;
	z-index: 1;
}

.boat-subscription-card__top {
	display: grid;
	gap: 8px;
	margin-bottom: 22px;
}

.boat-subscription-kicker {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	min-height: 24px;
	padding: 3px 9px;
	border: 1px solid rgba(33, 53, 101, 0.22);
	border-radius: 999px;
	background: rgba(33, 53, 101, 0.08);
	color: #213565;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
}

.boat-subscription-card h3 {
	margin: 0;
	color: #213565;
	font-size: 25px;
	line-height: 1.16;
	font-weight: 800;
	letter-spacing: 0;
}

.boat-subscription-price {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 18px;
	color: #213565;
	font-weight: 900;
	line-height: 1;
}

.boat-subscription-price .woocommerce-Price-amount {
	font-size: clamp(34px, 3.1vw, 50px);
	letter-spacing: 0;
	white-space: nowrap;
}

.boat-subscription-price .woocommerce-Price-currencySymbol {
	margin-right: 2px;
	font-size: 0.68em;
	vertical-align: super;
}

.boat-subscription-price .subscription-details {
	color: #5f6f86;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
}

.boat-subscription-points {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 18px;
	padding: 13px 14px;
	border: 1px solid rgba(33, 53, 101, 0.18);
	border-radius: 8px;
	background: rgba(33, 53, 101, 0.06);
	color: #213565;
}

.boat-subscription-points span {
	color: #5f6f86;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
}

.boat-subscription-points strong {
	color: #213565;
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.boat-subscription-desc {
	margin-bottom: 20px;
	color: #5f6f86;
	font-size: 14px;
	line-height: 1.55;
}

.boat-subscription-desc p {
	margin: 0;
}

.boat-subscription-active {
	margin-top: auto;
	border-radius: 6px;
	background: rgba(33, 53, 101, 0.08);
	color: #213565;
	padding: 10px 12px;
	font-size: 13px;
	font-weight: 800;
}

.boat-subscription-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	width: 100%;
	margin-top: auto;
	padding: 0 18px;
	border: 1px solid #213565;
	border-radius: 7px;
	background: #213565;
	color: #ffffff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.boat-subscription-button:hover,
.boat-subscription-button:focus {
	background: #1f3775;
	border-color: #1f3775;
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(33, 53, 101, 0.22);
	transform: translateY(-1px);
}

.boat-subscription-button--ghost {
	background: #ffffff;
	color: #213565;
	border-color: rgba(33, 53, 101, 0.28);
}

.boat-subscription-button--ghost:hover,
.boat-subscription-button--ghost:focus {
	background: rgba(33, 53, 101, 0.08);
	border-color: #213565;
	color: #213565;
}

@media (max-width: 980px) {
	.boat-subscription-plans {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.boat-subscription-plans {
		grid-template-columns: 1fr;
		gap: 14px;
		margin: 20px auto;
	}

	.boat-subscription-card {
		min-height: 0;
		padding: 22px;
	}

	.boat-subscription-card h3 {
		font-size: 22px;
	}

	.boat-subscription-price {
		flex-wrap: wrap;
	}

	.boat-subscription-price .woocommerce-Price-amount {
		font-size: 38px;
	}
}
.boat-booking-login-modal__form--register .form-row-first,
.boat-booking-login-modal__form--register .form-row-last {
	display: inline-block;
	width: calc(50% - 6px);
	vertical-align: top;
}

.boat-booking-login-modal__form--register .form-row-first {
	margin-right: 8px;
}

.boat-booking-login-modal__register-cta button {
	cursor: pointer;
}

@media (max-width: 520px) {
	.boat-booking-login-modal__form--register .form-row-first,
	.boat-booking-login-modal__form--register .form-row-last {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}
.boat-booking-login-modal__forms.has-login-only .boat-booking-login-modal__form--register {
	max-width: 100%;
}

.boat-booking-login-modal__register-cta {
	position: relative;
	z-index: 2;
}
/* Refined auth form layout. */
.boat-booking-login-modal__form {
	background: #f8fafc;
	border: 1px solid rgba(33, 53, 101, 0.14);
	border-radius: 10px;
	box-shadow: none;
}

.boat-booking-login-modal__form h4 {
	margin: 0 0 18px;
	font-size: 24px;
	line-height: 1.25;
	color: #213565;
}

.boat-booking-login-modal__form .form-row {
	margin: 0 0 16px;
	padding: 0;
}

.boat-booking-login-modal__form label {
	display: block;
	margin: 0 0 7px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	color: #344052;
}

.boat-booking-login-modal__form input.input-text {
	width: 100%;
	height: 50px;
	min-height: 50px;
	padding: 10px 14px;
	border: 1px solid #cbd3dd;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: none;
	font-size: 16px;
	line-height: 1.25;
	color: #1f2a3a;
}

.boat-booking-login-modal__form input.input-text:focus {
	border-color: #213565;
	box-shadow: 0 0 0 3px rgba(33, 53, 101, 0.12);
	outline: none;
}

.boat-booking-login-modal.is-register-mode .boat-booking-login-modal__form--register {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 16px;
	row-gap: 0;
	padding: 24px;
}

.boat-booking-login-modal.is-register-mode .boat-booking-login-modal__form--register h4,
.boat-booking-login-modal.is-register-mode .boat-booking-login-modal__form--register .form-row-wide,
.boat-booking-login-modal.is-register-mode .boat-booking-login-modal__form--register .boat-booking-login-modal__actions {
	grid-column: 1 / -1;
}

.boat-booking-login-modal__form--register .form-row-first,
.boat-booking-login-modal__form--register .form-row-last {
	display: block;
	width: auto;
	margin-right: 0;
}

.boat-booking-login-modal__form--register .boat-booking-login-modal__actions {
	margin-top: 2px;
	margin-bottom: 0;
}

.boat-booking-login-modal__form--register .boat-booking-login-modal__button {
	min-height: 52px;
	padding: 13px 24px;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1.2;
}

.boat-booking-login-modal__register-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(33, 53, 101, 0.12);
}

.boat-booking-login-modal__register-cta span {
	font-size: 19px;
	line-height: 1.35;
	color: #556070;
}

.boat-booking-login-modal__button--ghost {
	min-width: 0;
	min-height: 46px;
	padding: 12px 22px;
	border: 1px solid rgba(33, 53, 101, 0.24);
	border-radius: 8px;
	background: #34465f;
	box-shadow: none;
	font-size: 16px;
	line-height: 1.2;
}

.boat-booking-login-modal__button--ghost:hover,
.boat-booking-login-modal__button--ghost:focus {
	background: #213565;
	border-color: #213565;
	box-shadow: none;
}

@media (max-width: 720px) {
	.boat-booking-login-modal.is-register-mode .boat-booking-login-modal__form--register {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.boat-booking-login-modal__register-cta {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.boat-booking-login-modal__register-cta span {
		text-align: center;
	}

	.boat-booking-login-modal__register-cta .boat-booking-login-modal__button {
		width: 100%;
	}
}
/* Stack register password fields. */
.boat-booking-login-modal.is-register-mode .boat-booking-login-modal__form--register .boat-booking-login-modal__password-row {
	grid-column: 1 / -1;
}
.boat-selected-slots {
	margin: 0 0 16px;
	padding: 14px;
	border: 1px solid rgba(29, 54, 105, 0.16);
	border-radius: 14px;
	background: #f7f9fc;
}

.boat-selected-slots__empty {
	font-size: 14px;
	font-weight: 700;
	color: #5b6575;
}

.boat-selected-slots__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1f376d;
}

.boat-selected-slots__head strong {
	font-size: 16px;
	letter-spacing: 0;
}

.boat-selected-slots__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.boat-selected-slots__chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border: 1px solid rgba(29, 54, 105, 0.18);
	border-radius: 999px;
	background: #ffffff;
	color: #1f376d;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.boat-selected-slots__chip strong {
	font-weight: 900;
}

.boat-selected-slots__chip em {
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	color: #5b6575;
}

.boat-slot-card__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
	padding: 9px 12px;
	border-radius: 10px;
	background: #1f376d;
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	text-align: center;
}

.boat-slot-card.is-selected .boat-slot-card__action {
	background: #33445d;
}
/* Slot tray polish v2 */
.boat-booking-card .boat-slots-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 12px 14px;
	border-radius: 14px;
	background: #fff4c7;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 800;
}

.boat-booking-card .boat-slots-title span {
	margin-left: 0;
	white-space: nowrap;
}

.boat-booking-card #boat-booking-slots-list {
	display: grid;
	gap: 10px;
}

.boat-booking-card .boat-selected-slots {
	margin: 0 0 6px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	background: rgba(248, 250, 252, 0.96);
	box-shadow: 0 10px 24px rgba(2, 6, 23, 0.16);
}

.boat-booking-card .boat-selected-slots__empty {
	font-size: 13px;
	line-height: 1.35;
	font-weight: 800;
	color: #536176;
}

.boat-booking-card .boat-selected-slots__head {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	column-gap: 12px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 1.25;
	letter-spacing: 0.06em;
	color: #213565;
}

.boat-booking-card .boat-selected-slots__head strong {
	font-size: 18px;
	line-height: 1;
	color: #213565;
	text-align: right;
}

.boat-booking-card .boat-selected-slots__discount {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 4px;
	width: 100%;
	margin-top: 4px;
	padding: 10px 12px;
	border: 1px solid #d8e0ec;
	border-radius: 14px;
	background: #ffffff;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 700;
	color: #607087;
	letter-spacing: 0;
	text-transform: none;
}

.boat-booking-card .boat-selected-slots__discount span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.boat-booking-card .boat-selected-slots__discount strong {
	font-size: 12px;
	line-height: 1.25;
	color: #213565;
	text-align: right;
}

.boat-booking-card .boat-selected-slots__chips {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

	.boat-booking-card .boat-selected-slots__chip {
		width: 100%;
		min-height: 38px;
		justify-content: space-between;
		gap: 10px;
		padding: 8px 10px 8px 12px;
		border-color: #f4c95d;
		border-radius: 12px;
		background: #fff2c2;
		color: #213565;
		font-size: 13px;
		line-height: 1.1;
		box-shadow: 0 5px 14px rgba(244, 201, 93, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.55);
	}

.boat-booking-card .boat-selected-slots__chip span {
	min-width: 0;
	font-weight: 900;
	white-space: nowrap;
}

.boat-booking-card .boat-selected-slots__chip strong {
	margin-left: auto;
	font-weight: 900;
	white-space: nowrap;
	text-align: right;
}

	.boat-booking-card .boat-selected-slots__chip em {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		border-radius: 999px;
		background: rgba(33, 53, 101, 0.12);
		color: #213565;
		font-size: 15px;
		font-weight: 900;
	}

.boat-booking-card .boat-slot-card {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"time price"
		"meta action";
	align-items: center;
	justify-items: stretch;
	gap: 6px 12px;
	margin-top: 0;
	padding: 13px 14px;
	border: 1px solid rgba(226, 232, 240, 0.9) !important;
	border-radius: 14px;
	background: #ffffff !important;
	color: #213565 !important;
	box-shadow: 0 10px 22px rgba(2, 6, 23, 0.12) !important;
	text-align: left;
}

.boat-booking-card .boat-slot-card:hover:not(.is-disabled) {
	transform: translateY(-1px);
	border-color: #b9c4d8 !important;
	box-shadow: 0 14px 28px rgba(2, 6, 23, 0.16) !important;
}

.boat-booking-card .boat-slot-card.is-selected {
	border-color: #7fa0d8 !important;
	background: #f6f8fc !important;
	box-shadow: 0 0 0 2px rgba(127, 160, 216, 0.28), 0 12px 26px rgba(2, 6, 23, 0.14) !important;
}

.boat-booking-card .boat-slot-card__time {
	grid-area: time;
	font-size: 16px;
	line-height: 1.15;
	font-weight: 900;
	letter-spacing: 0;
	color: #213565 !important;
}

.boat-booking-card .boat-slot-card__seats,
.boat-booking-card .boat-slot-card__boats {
	grid-area: meta;
	justify-self: start;
}

.boat-booking-card .boat-slot-card__seats {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	color: #69758a !important;
}

.boat-booking-card .boat-slot-card__boats {
	margin-left: 54px;
	padding: 3px 8px;
	border-color: #d8deea;
	background: #edf1f7;
	font-size: 11px;
	line-height: 1.15;
	color: #536176;
}

.boat-booking-card .boat-slot-card__price {
	grid-area: price;
	justify-self: end;
	font-size: 18px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: 0;
	color: #213565 !important;
	text-shadow: none;
	white-space: nowrap;
}

.boat-booking-card .boat-slot-card__action {
	grid-area: action;
	justify-self: end;
	width: auto;
	min-width: 128px;
	margin-top: 0;
	padding: 8px 12px;
	border-radius: 999px;
	background: #213565;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.1;
	font-weight: 900;
}

.boat-booking-card .boat-slot-card.is-selected .boat-slot-card__action {
	background: #536176;
	color: #ffffff;
}

@media (max-width: 480px) {
	.boat-booking-card {
		padding: 16px;
	}

	.boat-booking-card .boat-slots-title {
		align-items: flex-start;
		flex-direction: column;
		font-size: 13px;
	}

	.boat-booking-card .boat-slot-card {
		grid-template-columns: 1fr;
		grid-template-areas:
			"time"
			"price"
			"meta"
			"action";
		text-align: center;
		justify-items: center;
	}

	.boat-booking-card .boat-slot-card__price,
	.boat-booking-card .boat-slot-card__action,
	.boat-booking-card .boat-slot-card__seats,
	.boat-booking-card .boat-slot-card__boats {
		justify-self: center;
	}

	.boat-booking-card .boat-slot-card__boats {
		margin-left: 0;
	}

	.boat-booking-card .boat-slot-card__action {
		width: 100%;
	}
}
/* Slot card layout fix v3 */
.boat-booking-card .boat-slot-card {
	grid-template-columns: minmax(0, 1fr) auto !important;
	grid-template-areas:
		"time price"
		"seats boats"
		"action action" !important;
	gap: 8px 12px !important;
	align-items: center !important;
	padding: 14px !important;
}

.boat-booking-card .boat-slot-card__time {
	grid-area: time !important;
	min-width: 0;
	font-size: 18px !important;
	line-height: 1.1 !important;
	white-space: nowrap;
}

.boat-booking-card .boat-slot-card__price {
	grid-area: price !important;
	align-self: start;
	font-size: 18px !important;
	white-space: nowrap;
}

.boat-booking-card .boat-slot-card__seats {
	grid-area: seats !important;
	justify-self: start !important;
	align-self: center;
	font-size: 13px !important;
}

.boat-booking-card .boat-slot-card__boats {
	grid-area: boats !important;
	justify-self: end !important;
	align-self: center;
	margin-left: 0 !important;
	max-width: 100%;
	white-space: nowrap;
}

.boat-booking-card .boat-slot-card__action {
	grid-area: action !important;
	justify-self: stretch !important;
	width: 100% !important;
	min-width: 0 !important;
	margin-top: 2px !important;
	padding: 10px 12px !important;
	white-space: nowrap;
}

@media (max-width: 420px) {
	.boat-booking-card .boat-slot-card {
		grid-template-columns: 1fr auto !important;
		grid-template-areas:
			"time price"
			"seats boats"
			"action action" !important;
	}

	.boat-booking-card .boat-slot-card__time {
		font-size: 16px !important;
	}

	.boat-booking-card .boat-slot-card__price {
		font-size: 16px !important;
	}

	.boat-booking-card .boat-slot-card__action {
		font-size: 12px !important;
	}
}
/* Hidden selected slots and spacing fix v4 */
.boat-booking-card .boat-slot-card[hidden],
.boat-booking-card .boat-slot-card.is-selected[hidden] {
	display: none !important;
}

.boat-booking-card .boat-slots-title {
	margin: 0 0 14px !important;
}

.boat-booking-card .boat-selected-slots {
	margin: 0 0 18px !important;
}

.boat-booking-card #boat-booking-slots-list {
	gap: 14px !important;
}
