.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-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 {
	font-size: 22px;
	font-weight: 700;
	color: #0f172a;
	text-align: center;
	margin-bottom: 4px;
}

.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-wallet-card {
	margin: 12px 0;
	padding: 16px;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	display: grid;
	gap: 8px;
}
