.hb-search-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 24px 16px 40px;
}

.hb-experiences-public {
	width: min(1180px, calc(100% - 36px));
	margin: 34px auto;
	padding: 28px;
	border: 1px solid rgba(201,169,110,.34);
	border-radius: 24px;
	background: linear-gradient(135deg, #ffffff 0%, #fbf7ee 100%);
	box-shadow: 0 22px 54px rgba(10,22,40,.1);
}

.hb-experience-public-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 22px;
}

.hb-experience-public-card {
	overflow: hidden;
	border: 1px solid rgba(201,169,110,.32);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(10,22,40,.08);
}

.hb-experience-public-card > img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
}

.hb-experience-public-body {
	display: grid;
	gap: 14px;
	padding: 20px;
}

.hb-experience-public-body h3 {
	margin: 0;
	color: #0a1628;
	font-family: Georgia, Times, serif;
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.05;
}

.hb-experience-public-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hb-experience-public-meta span {
	padding: 8px 10px;
	border-radius: 999px;
	background: #f4efe5;
	color: #0a1628;
	font-size: .82rem;
	font-weight: 800;
}

.hb-experience-desc-scroll {
	max-height: 140px;
	overflow: auto;
	padding-right: 8px;
	color: #465466;
	line-height: 1.65;
}

.hb-experience-book-form {
	display: grid;
	gap: 14px;
	margin-top: 8px;
	padding: 16px;
	border-radius: 18px;
	background: #0a1628;
	color: #fff;
}

.hb-experience-book-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.hb-experience-book-grid label {
	display: grid;
	gap: 6px;
}

.hb-experience-book-grid .wide {
	grid-column: 1 / -1;
}

.hb-experience-book-form input,
.hb-experience-book-form textarea {
	width: 100%;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 12px;
	padding: 11px 12px;
}

.hb-experience-total {
	color: #d5aa5f;
}

.hb-experience-book-form button {
	border: 0;
	border-radius: 999px;
	padding: 13px 20px;
	background: #d5aa5f;
	color: #0a1628;
	font-weight: 900;
	cursor: pointer;
}

.hb-experience-book-form button:disabled {
	opacity: .45;
	cursor: not-allowed;
}

.hb-luxury-product-page {
	color: #0a1628;
}

.hb-luxury-product-page .hb-product-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .85fr);
	gap: 26px;
	width: min(1180px, calc(100% - 36px));
	margin: 30px auto;
	padding: 24px;
	border: 1px solid rgba(201,169,110,.38);
	border-radius: 24px;
	background: linear-gradient(135deg, #fff 0%, #fbf7ef 100%);
	box-shadow: 0 24px 64px rgba(10,22,40,.12);
}

.hb-luxury-product-page .hb-product-media img {
	display: block;
	width: 100%;
	height: clamp(300px, 42vw, 520px);
	object-fit: cover;
	border-radius: 20px;
}

.hb-luxury-product-page .hb-product-summary {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
	padding: clamp(24px, 4vw, 42px);
	border-radius: 22px;
	background: linear-gradient(145deg, #071426 0%, #102842 100%);
	color: #fff;
	box-shadow: inset 0 0 0 1px rgba(201,169,110,.22);
}

.hb-luxury-product-page .hb-product-summary h1 {
	margin: 0;
	color: #fff;
	font-family: Georgia, Times, serif;
	font-size: clamp(2.2rem, 5vw, 4.8rem);
	line-height: .98;
}

.hb-luxury-product-page .hb-product-summary p,
.hb-luxury-product-page .hb-product-summary span {
	color: rgba(255,255,255,.82);
}

.hb-luxury-product-page .hb-section-kicker {
	margin: 0;
	color: #d5aa5f;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .26em;
	text-transform: uppercase;
}

.hb-luxury-product-page .hb-public-details {
	width: min(1180px, calc(100% - 36px));
	margin-left: auto;
	margin-right: auto;
}

.hb-luxury-product-page .hb-experience-book-form input.hb-field-invalid {
	border-color: #d94b4b;
	box-shadow: 0 0 0 3px rgba(217,75,75,.18);
}

.hero .hb-home-module .section-title,
.hero .hb-home-module .section-desc {
	color: #0a1628 !important;
	text-shadow: 0 1px 22px rgba(255,255,255,.86);
}

.hero .hb-home-module .section-title .gold,
.hero .hb-home-module .section-label {
	color: #c9a96e !important;
	text-shadow: 0 1px 16px rgba(255,255,255,.75);
}

@media (max-width: 720px) {
	.hb-experiences-public {
		width: min(100% - 20px, 720px);
		padding: 18px;
	}

	.hb-experience-book-grid {
		grid-template-columns: 1fr;
	}

	.hb-luxury-product-page .hb-product-hero {
		grid-template-columns: 1fr;
		width: min(100% - 20px, 720px);
		padding: 14px;
	}

	.hb-luxury-product-page .hb-product-summary {
		padding: 22px;
	}
}

.hb-payment-frame {
	width: min(980px, 100%);
	margin: 24px auto;
	padding: 24px;
	border: 1px solid #d6ae61;
	border-radius: 14px;
	background: linear-gradient(135deg, #ffffff 0%, #fbf8f0 100%);
	box-shadow: 0 18px 50px rgba(7, 20, 38, .10);
	color: #0a1628;
}

.hb-payment-frame-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(214, 174, 97, .35);
}

.hb-payment-frame-head span {
	display: block;
	margin-bottom: 6px;
	color: #b88a34;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.hb-payment-frame-head h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	color: #0a1628;
}

.hb-payment-frame-head p {
	max-width: 680px;
	margin: 8px 0 0;
	color: #526071;
	line-height: 1.55;
}

.hb-payment-frame-head strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	padding: 12px 16px;
	border-radius: 999px;
	background: #0a1628;
	color: #d6ae61;
	letter-spacing: .08em;
}

.hb-payment-frame-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.hb-payment-frame-grid span {
	display: grid;
	gap: 6px;
	padding: 14px;
	border: 1px solid #eadcc1;
	border-radius: 10px;
	background: rgba(255,255,255,.78);
	color: #647084;
	font-size: .82rem;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.hb-payment-frame-grid strong {
	color: #0a1628;
	font-size: .96rem;
	text-transform: none;
	letter-spacing: 0;
	word-break: break-word;
}

.hb-payment-log-note {
	margin: 16px 0 0;
	color: #526071;
	font-size: .9rem;
}

.hb-payment-log-note code {
	padding: 3px 7px;
	border-radius: 6px;
	background: #0a1628;
	color: #d6ae61;
}

@media (max-width: 760px) {
	.hb-payment-frame {
		padding: 18px;
	}

	.hb-payment-frame-head {
		flex-direction: column;
	}

	.hb-payment-frame-grid {
		grid-template-columns: 1fr;
	}
}

.hb-search-form {
	display: grid;
	grid-template-columns: repeat(5, minmax(120px, 1fr));
	gap: 10px;
	align-items: end;
	background: #fff;
	padding: 14px;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(12, 27, 45, 0.12);
}

.hb-search-form label span {
	display: block;
	font-size: .82rem;
	margin-bottom: 5px;
}

.hb-search-form input,
.hb-search-form select {
	width: 100%;
	padding: 9px;
	border: 1px solid #cfd8e2;
	border-radius: 6px;
}

.hb-upload-zone {
	position: relative;
	grid-column: 1 / -1;
	display: flex;
	min-height: 132px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 18px;
	border: 2px dashed #8eb7c9;
	border-radius: 8px;
	background: #f4fbfd;
	color: #173b4a;
	text-align: center;
	cursor: pointer;
}

.hb-upload-zone input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.hb-upload-zone strong {
	font-size: 1rem;
}

.hb-upload-zone small {
	color: #526a76;
}

.hb-photo-preview {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(5, minmax(64px, 1fr));
	gap: 8px;
}

.hb-photo-preview img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(12, 27, 45, 0.14);
}

.hb-owner-panel {
	margin: 0 0 22px;
}

.hb-payment-box {
	grid-column: 1 / -1;
	display: grid;
	gap: 5px;
	padding: 12px;
	border: 1px solid #d8e2ef;
	border-radius: 8px;
	background: #fff;
	color: #415564;
}

.hb-payment-box strong {
	color: #152b38;
}

.hb-payment-box span,
.hb-payment-box small {
	display: block;
}

.hb-payment-box p {
	margin: 4px 0 0;
}

.hb-unavailable {
	margin-top: 18px;
	padding: 14px 16px;
	border-left: 4px solid #9a3412;
	border-radius: 8px;
	background: #fff7ed;
	color: #7c2d12;
	font-weight: 700;
}

.hb-edit-boat {
	border: 1px solid #d8e2ef;
	border-radius: 8px;
	background: #f8fbff;
	padding: 10px;
}

.hb-edit-boat summary {
	cursor: pointer;
	color: #0f7a65;
	font-weight: 800;
}

.hb-edit-boat form {
	margin-top: 10px;
}

.hb-search-form button,
.hb-room-card button {
	background: #0f7a65;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 10px 14px;
	font-weight: 600;
	cursor: pointer;
}

.hb-date-display {
	display: block;
	min-height: 18px;
	margin-top: 5px;
	color: #0f7a65;
	font-weight: 700;
}

.hb-date-visible {
	width: 100%;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid #d8e2ef;
	border-radius: 6px;
	background: #fff;
	color: #0a1628;
	font-weight: 700;
	cursor: pointer;
}

.hb-date-calendar {
	grid-column: 1 / -1;
	margin-top: 4px;
	padding: 16px;
	border: 1px solid #d8e2ef;
	border-radius: 8px;
	background: #f8fbff;
}

.hb-picker-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.hb-picker-head strong {
	color: #152b38;
	text-transform: capitalize;
}

.hb-picker-head button {
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 50%;
	background: #fff;
	color: #12313f;
	border: 1px solid #d8e2ef;
	font-size: 1.4rem;
	line-height: 1;
}

.hb-picker-weekdays,
.hb-picker-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(34px, 1fr));
	gap: 6px;
}

.hb-picker-weekdays {
	margin-bottom: 6px;
	color: #607186;
	font-size: .74rem;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.hb-picker-grid button {
	display: flex;
	min-height: 44px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 8px;
	background: #fff;
	color: #173b4a;
}

.hb-picker-grid button span {
	font-weight: 800;
}

.hb-picker-grid button.available {
	border-color: #c8ead3;
	background: #f6fbf7;
	cursor: pointer;
}

.hb-picker-grid button.available:hover,
.hb-picker-grid button.selected {
	background: #0f7a65;
	color: #fff;
}

.hb-picker-grid button.in-range:not(.booked):not(.blocked),
.hb-picker-grid button.available.in-range {
	border-color: #0f7a65;
	background: #0f7a65;
	color: #fff;
	text-decoration: none;
}

.hb-picker-grid button.in-range:not(.booked):not(.blocked) span,
.hb-picker-grid button.available.in-range span,
.hb-picker-grid button.selected span {
	color: #fff;
}

.hb-picker-grid button.range-start,
.hb-picker-grid button.range-end,
.hb-picker-grid button.in-range:not(.selected) {
	border-radius: 8px;
}

.hb-picker-grid button.booked {
	background: #17202a;
	color: #fff;
}

.hb-picker-grid button.blocked {
	background: #eef1f4;
	color: #7a8791;
	text-decoration: line-through;
}

.hb-results {
	display: grid;
	grid-template-columns: repeat(3, minmax(240px, 1fr));
	gap: 24px;
	margin-top: 28px;
}

.hb-results-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 28px;
}

.hb-sale-mode-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0 4px;
}

.hb-sale-mode-filter a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	border: 1px solid #d7c19a;
	border-radius: 999px;
	background: #fff;
	color: #132235;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(12, 27, 45, .06);
}

.hb-sale-mode-filter a.active,
.hb-sale-mode-filter a:hover {
	background: #132235;
	border-color: #132235;
	color: #d8b46a;
}

.hb-search-seo-intro {
	max-width: 880px;
	margin: 14px 0 8px;
	padding: 14px 18px;
	border-left: 3px solid #c9a96e;
	background: #fff;
	box-shadow: 0 12px 30px rgba(10,22,40,.08);
}

.hb-search-seo-intro p {
	margin: 0;
	color: #314252;
	line-height: 1.65;
}

.hb-results-toolbar h2 {
	margin: 0;
	color: #152b38;
	font-size: 1.35rem;
}

.hb-layout-switch {
	display: inline-flex;
	overflow: hidden;
	border: 1px solid #d8e2ef;
	border-radius: 8px;
	background: #fff;
}

.hb-layout-switch a {
	padding: 9px 13px;
	color: #415564;
	font-weight: 800;
	text-decoration: none;
}

.hb-layout-switch a.active {
	background: #0f7a65;
	color: #fff;
}

.hb-results-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

.hb-results-list .hb-room-card {
	display: grid;
	grid-template-columns: minmax(260px, 42%) 1fr;
	min-height: 260px;
}

.hb-results-list .hb-room-image {
	aspect-ratio: auto;
	height: 100%;
}

.hb-results-list .hb-room-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 26px 28px;
}

.hb-results-list .hb-room-desc {
	min-height: 0;
}

.hb-room-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(12, 27, 45, 0.13);
	transition: transform .2s ease, box-shadow .2s ease;
}

.hb-charter-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 54px rgba(12, 27, 45, 0.18);
}

.hb-room-image {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #d8e2e8;
}

.hb-room-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}

.hb-charter-card:hover .hb-room-image img {
	transform: scale(1.04);
}

.hb-card-gallery img {
	transition: transform .25s ease, opacity .2s ease;
}

.hb-gallery-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255,255,255,.75);
	border-radius: 50%;
	background: rgba(10,22,40,.72);
	color: #fff;
	font-size: 1.7rem;
	line-height: 1;
	display: grid;
	place-items: center;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-50%) scale(.94);
	transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.hb-gallery-prev {
	left: 12px;
}

.hb-gallery-next {
	right: 12px;
}

.hb-card-gallery:hover .hb-gallery-arrow,
.hb-card-gallery:focus-within .hb-gallery-arrow {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.hb-gallery-arrow:hover {
	background: rgba(201,169,110,.95);
	color: #0a1628;
}

.hb-gallery-count {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 2;
	padding: 4px 9px;
	border-radius: 999px;
	background: rgba(10,22,40,.72);
	color: #fff;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: 0;
}

.hb-room-image span {
	position: absolute;
	top: 14px;
	left: 14px;
	background: rgba(255, 255, 255, .92);
	color: #12313f;
	border-radius: 999px;
	padding: 6px 10px;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.hb-room-content {
	padding: 18px 18px 14px;
}

.hb-room-category {
	margin: 0 0 6px;
	color: #0f7a65;
	font-size: .78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.hb-room-mode-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 9px;
}

.hb-room-mode-badges span {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 4px 9px;
	border-radius: 999px;
	background: #eff8f4;
	color: #0f7a65;
	font-size: .72rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.hb-room-mode-badges .hb-mode-lastminute {
	background: #132235;
	color: #d8b46a;
}

.hb-room-mode-badges span.is-active,
.hb-home-mode-badges span.is-active {
	background: #0a1628;
	color: #d8b46a;
	border-color: #0a1628;
}

.hb-room-mode-badges .hb-mode-experience {
	background: #d8b46a;
	color: #0a1628;
	border-color: #d8b46a;
}

.hb-home-mode-badges .hb-home-mode-experience {
	background: #d8b46a;
	color: #0a1628;
	border-color: #d8b46a;
}

.hb-room-mode-badges .hb-mode-experience.is-active,
.hb-home-mode-badges .hb-home-mode-experience.is-active {
	background: #0a1628;
	color: #d8b46a;
	border-color: #0a1628;
}

.hb-home-experience-kicker {
	margin: -4px 0 8px;
	color: #c9a96e;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hb-cabin-departure-list {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

.hb-cabin-departure-card {
	display: grid;
	grid-template-columns: 1.4fr auto auto;
	gap: 14px;
	align-items: center;
	padding: 16px;
	border: 1px solid rgba(201, 169, 110, .32);
	border-radius: 12px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 14px 35px rgba(10, 22, 40, .08);
}

.hb-cabin-departure-card small {
	display: block;
	color: #c9a96e;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hb-cabin-departure-card strong,
.hb-cabin-departure-card b {
	color: #0a1628;
}

.hb-cabin-departure-card span {
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(15, 122, 101, .1);
	color: #0f7a65;
	font-weight: 800;
}

@media (max-width: 720px) {
	.hb-cabin-departure-card {
		grid-template-columns: 1fr;
	}
}

.hb-room-content h3 {
	margin: 0 0 10px;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #152b38;
}

.hb-room-desc {
	min-height: 68px;
	max-height: 7.5em;
	margin: 0 0 14px;
	color: #536775;
	line-height: 1.5;
	overflow-y: auto;
	padding-right: 6px;
	scrollbar-width: thin;
	scrollbar-color: rgba(201,169,110,.85) rgba(10,22,40,.08);
}

.hb-room-desc::-webkit-scrollbar {
	width: 5px;
}

.hb-room-desc::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(201,169,110,.85);
}

.hb-room-desc-wrap {
	position: relative;
	margin-bottom: 14px;
}

.hb-room-desc-wrap .hb-room-desc {
	display: block;
	min-height: 0;
	margin-bottom: 4px;
	overflow-y: auto;
}

.hb-room-desc-wrap.expanded .hb-room-desc {
	display: block;
	overflow-y: auto;
}

.hb-read-desc {
	display: none;
}

.hb-room-detail-desc-scroll {
	max-height: 7.5em;
	overflow-y: auto;
	padding-right: 8px;
	line-height: 1.55;
	scrollbar-width: thin;
	scrollbar-color: rgba(201,169,110,.85) rgba(10,22,40,.08);
}

.hb-room-detail-desc-scroll::-webkit-scrollbar {
	width: 5px;
}

.hb-room-detail-desc-scroll::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(201,169,110,.85);
}

.hb-results-pager {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin: 0 0 16px;
}

.hb-results-pager span {
	color: #536775;
	font-size: .9rem;
	font-weight: 700;
}

.hb-results-pager button {
	width: 40px;
	height: 40px;
	border: 1px solid #d8e2ef;
	border-radius: 50%;
	background: #fff;
	color: #11324d;
	cursor: pointer;
	font-size: 1.8rem;
	line-height: 1;
	box-shadow: 0 10px 24px rgba(12, 27, 45, .08);
}

.hb-results-pager button:disabled {
	cursor: not-allowed;
	opacity: .38;
}

.hb-room-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.hb-room-meta span {
	display: inline-flex;
	align-items: center;
	border: 1px solid #d8e2ef;
	border-radius: 999px;
	padding: 5px 9px;
	color: #415564;
	font-size: .82rem;
	background: #f8fbff;
}

.hb-room-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-top: 1px solid #ecf1f5;
	padding-top: 14px;
}

.hb-room-footer p {
	margin: 0;
}

.hb-room-prices {
	display: grid;
	gap: 4px;
}

.hb-room-footer strong {
	color: #152b38;
	font-size: 1.1rem;
}

.hb-room-footer small {
	color: #6a7c88;
}

.hb-room-footer a {
	color: #0f7a65;
	font-weight: 800;
	text-decoration: none;
}

.hb-room-card form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 0;
	padding: 16px 18px 18px;
	background: #f7fafc;
	border-top: 1px solid #e6edf3;
}

.hb-room-detail {
	max-width: 1120px;
	margin: 0 auto;
	padding: 22px 16px 44px;
}

.hb-back-link {
	display: inline-flex;
	margin-bottom: 16px;
	color: #0f7a65;
	font-weight: 800;
	text-decoration: none;
}

.hb-room-detail > .hb-back-link,
.hb-quote-page .hb-back-link,
.hb-payment-page .hb-back-link {
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: #c9a96e;
	color: #0a1628;
	padding: 0 22px;
	font-weight: 900;
	box-shadow: 0 14px 30px rgba(201, 169, 110, .22);
}

.hb-room-detail > .hb-back-link:hover,
.hb-room-detail > .hb-back-link:focus,
.hb-quote-page .hb-back-link:hover,
.hb-quote-page .hb-back-link:focus,
.hb-payment-page .hb-back-link:hover,
.hb-payment-page .hb-back-link:focus {
	background: #d8b979;
	color: #0a1628;
	text-decoration: none;
}

.hb-room-hero {
	display: grid;
	grid-template-columns: minmax(320px, 58%) 1fr;
	gap: 28px;
	align-items: stretch;
}

.hb-room-hero-media {
	position: relative;
	height: clamp(360px, 44vw, 520px);
	min-height: 420px;
	overflow: hidden;
	border-radius: 8px;
	background: #d8e2e8;
}

.hb-room-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hb-detail-gallery-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255,255,255,.78);
	border-radius: 50%;
	background: rgba(10,22,40,.74);
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	display: grid;
	place-items: center;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-50%) scale(.94);
	transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.hb-detail-gallery-prev {
	left: 16px;
}

.hb-detail-gallery-next {
	right: 16px;
}

.hb-detail-main-gallery:hover .hb-detail-gallery-arrow,
.hb-detail-main-gallery:focus-within .hb-detail-gallery-arrow {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.hb-detail-gallery-arrow:hover {
	background: rgba(201,169,110,.95);
	color: #0a1628;
}

.hb-detail-gallery-count {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 2;
	padding: 5px 11px;
	border-radius: 999px;
	background: rgba(10,22,40,.72);
	color: #fff;
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: 0;
}

.hb-room-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hb-room-hero-copy h1 {
	margin: 0 0 14px;
	color: #152b38;
	font-size: 2.35rem;
	line-height: 1.1;
}

.hb-room-hero-copy p {
	color: #536775;
	line-height: 1.65;
}

.hb-room-hero-feedback {
	display: grid;
	gap: 12px;
	margin: 6px 0 14px;
}

.hb-room-hero-feedback p {
	margin: 0;
	color: #536775;
}

.hb-room-hero-feedback blockquote {
	margin: 0;
	padding: 12px 14px;
	border-left: 3px solid #c9a96e;
	background: rgba(250,248,244,.86);
	color: #536775;
}

.hb-room-hero-feedback blockquote em {
	display: block;
	margin-top: 4px;
	font-style: normal;
	line-height: 1.45;
}

.hb-public-price-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.hb-public-price-strip span {
	display: grid;
	gap: 4px;
	padding: 12px;
	border: 1px solid rgba(201,169,110,.32);
	border-radius: 10px;
	background: #faf8f4;
}

.hb-public-price-strip small {
	color: #6f6f6f;
	font-size: .72rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.hb-public-price-strip strong {
	color: #0a1628;
	font-size: .98rem;
}

.hb-detail-gallery {
	display: grid;
	grid-template-columns: repeat(5, minmax(110px, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.hb-detail-gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border-color .2s ease, transform .2s ease;
}

.hb-detail-gallery img:hover,
.hb-detail-gallery img.active {
	border-color: #c9a96e;
	transform: translateY(-2px);
}

.hb-detail-booking {
	display: grid;
	grid-template-columns: minmax(320px, 1fr) minmax(320px, 420px);
	gap: 24px;
	margin-top: 30px;
	align-items: start;
}

.hb-detail-calendar,
.hb-detail-form {
	background: #fff;
	border: 1px solid #d8e2ef;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(12, 27, 45, 0.1);
}

.hb-detail-calendar {
	padding: 18px;
}

.hb-detail-calendar h2,
.hb-detail-form h2 {
	margin: 0 0 14px;
	color: #152b38;
	font-size: 1.2rem;
}

.hb-detail-calendar .hb-date-calendar {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.hb-detail-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding: 18px;
}

.hb-detail-form h2,
.hb-detail-form .hb-payment-box,
.hb-detail-form .hb-next-step-note,
.hb-detail-form button {
	grid-column: 1 / -1;
}

.hb-detail-form label span {
	display: block;
	margin-bottom: 5px;
	color: #415564;
	font-size: .84rem;
	font-weight: 700;
}

.hb-detail-form input,
.hb-detail-form select {
	width: 100%;
	padding: 9px;
	border: 1px solid #cfd8e2;
	border-radius: 6px;
}

.hb-next-step-note {
	margin: 0;
	color: #536775;
	font-size: .9rem;
	line-height: 1.45;
}

.hb-payment-page {
	max-width: 980px;
	margin: 0 auto;
	padding: 26px 16px 44px;
}

.hb-payment-summary,
.hb-online-payment-form,
.hb-payment-complete {
	background: #fff;
	border: 1px solid #d8e2ef;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(12, 27, 45, 0.1);
}

.hb-payment-summary {
	margin-bottom: 18px;
	padding: 24px;
}

.hb-payment-summary h1 {
	margin: 0 0 16px;
	color: #152b38;
	font-size: 2rem;
	line-height: 1.15;
}

.hb-payment-data {
	display: grid;
	grid-template-columns: repeat(2, minmax(220px, 1fr));
	gap: 10px;
	color: #536775;
}

.hb-online-payment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(180px, 1fr));
	gap: 12px;
	padding: 22px;
}

.hb-online-payment-form h2,
.hb-online-payment-form p,
.hb-online-payment-form .hb-payment-methods,
.hb-online-payment-form .hb-card-fields,
.hb-online-payment-form .hb-payment-option-panel,
.hb-online-payment-form .hb-payment-secure,
.hb-online-payment-form button {
	grid-column: 1 / -1;
}

.hb-online-payment-form h2,
.hb-payment-complete h2 {
	margin: 0;
	color: #152b38;
	font-size: 1.35rem;
}

.hb-online-payment-form p {
	margin: 0;
	color: #536775;
}

.hb-online-payment-form label span {
	display: block;
	margin-bottom: 5px;
	color: #415564;
	font-size: .84rem;
	font-weight: 700;
}

.hb-online-payment-form input {
	width: 100%;
	padding: 11px;
	border: 1px solid #cfd8e2;
	border-radius: 6px;
}

.hb-payment-secure {
	display: grid;
	gap: 4px;
	padding: 12px;
	border: 1px solid #c8ead3;
	border-radius: 8px;
	background: #f6fbf7;
	color: #17613f;
}

.hb-payment-panel[hidden] {
	display: none !important;
}

.hb-payment-methods {
	display: grid;
	grid-template-columns: repeat(4, minmax(120px, 1fr));
	gap: 10px;
}

.hb-payment-methods label {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px;
	border: 1px solid #d8e2ef;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
}

.hb-card-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(180px, 1fr));
	gap: 12px;
}

.hb-card-fields .hb-payment-secure,
.hb-card-fields label:first-child,
.hb-card-fields label:nth-child(2) {
	grid-column: 1 / -1;
}

.hb-payment-option-panel,
.hb-paypal-fields {
	display: grid;
	gap: 6px;
	padding: 14px;
	border: 1px solid #d8e2ef;
	border-radius: 8px;
	background: #f8fbff;
	color: #415564;
}

.hb-payment-option-panel strong,
.hb-paypal-fields strong {
	color: #152b38;
}

.hb-paypal-fields label {
	margin-top: 8px;
}

.hb-paypal-button {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	padding: 11px 28px;
	border-radius: 999px;
	background: #ffc439;
	color: #003087;
	font-weight: 900;
	letter-spacing: .2px;
}

.hb-online-payment-form button {
	background: #0f7a65;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 12px 16px;
	font-weight: 800;
	cursor: pointer;
}

.hb-payment-complete {
	padding: 24px;
	border-color: #c8ead3;
	background: #f6fbf7;
}

.hb-payment-complete a {
	color: #0f7a65;
	font-weight: 800;
	text-decoration: none;
}

.hb-quote-page {
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px 16px 44px;
}

.hb-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-bottom: 18px;
}

.hb-steps span,
.hb-steps a,
.hb-steps button {
	padding: 12px;
	background: #f8fbff;
	border: 1px solid #d8e2ef;
	color: #536775;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	font: inherit;
	cursor: pointer;
}

.hb-steps .active,
.hb-steps .done {
	background: #0f7a65;
	border-color: #0f7a65;
	color: #fff;
}

.hb-steps button.disabled,
.hb-steps button:disabled {
	cursor: not-allowed;
	opacity: .62;
}

.hb-quote-layout {
	display: grid;
	grid-template-columns: 330px 1fr;
	gap: 24px;
	align-items: start;
}

.hb-quote-summary,
.hb-quote-form {
	background: #fff;
	border: 1px solid #d8e2ef;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(12, 27, 45, 0.1);
}

.hb-quote-summary {
	padding: 18px;
}

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

.hb-quote-summary h1 {
	margin: 14px 0;
	color: #152b38;
	font-size: 1.45rem;
}

.hb-quote-form {
	display: grid;
	gap: 18px;
	padding: 20px;
}

.hb-quote-form h2 {
	margin: 0;
	color: #152b38;
	font-size: 1.2rem;
}

.hb-rate-options,
.hb-extra-options {
	display: grid;
	gap: 10px;
}

.hb-rate-options label,
.hb-extra-options label {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 14px;
	border: 1px solid #d8e2ef;
	border-radius: 8px;
	background: #f8fbff;
}

.hb-rate-options em {
	display: block;
	margin-top: 3px;
	color: #536775;
	font-style: normal;
	font-size: .88rem;
}

.hb-quote-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(180px, 1fr));
	gap: 12px;
}

.hb-quote-fields label span {
	display: block;
	margin-bottom: 5px;
	color: #415564;
	font-size: .84rem;
	font-weight: 700;
}

.hb-quote-fields input,
.hb-quote-fields select {
	width: 100%;
	padding: 10px;
	border: 1px solid #cfd8e2;
	border-radius: 6px;
}

.hb-quote-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px;
	border-radius: 8px;
	background: #f6fbf7;
	color: #17613f;
	font-weight: 800;
}

.hb-quote-total strong {
	font-size: 1.4rem;
}

.hb-quote-form button {
	background: #0f7a65;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 12px 16px;
	font-weight: 800;
	cursor: pointer;
}

.hb-booking-panel h4 {
	grid-column: 1 / -1;
	margin: 0 0 2px;
	color: #152b38;
	font-size: 1rem;
}

.hb-room-card form label:first-child,
.hb-room-card form label:nth-child(2),
.hb-room-card form button {
	grid-column: 1 / -1;
}

.hb-gallery {
	display: grid;
	grid-template-columns: repeat(5, minmax(56px, 1fr));
	gap: 6px;
	margin-bottom: 8px;
}

.hb-gallery img {
	width: 100%;
	height: 56px;
	object-fit: cover;
	border-radius: 4px;
}

.hb-calendar {
	margin-top: 10px;
	background: #fff;
	border: 1px solid #d8e2ef;
	border-radius: 8px;
	padding: 14px;
	box-shadow: 0 12px 30px rgba(12, 27, 45, 0.08);
}

.hb-calendar-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 14px;
	color: #0a1628;
}

.hb-calendar-head button {
	width: 40px;
	height: 40px;
	border: 1px solid #d8e2ef;
	border-radius: 999px;
	background: #fff;
	color: #0a1628;
	font-size: 1.35rem;
	font-weight: 900;
	cursor: pointer;
}

.hb-calendar-head strong {
	text-transform: capitalize;
}

.hb-weekdays,
.hb-days {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 7px;
}

.hb-weekdays {
	margin-bottom: 8px;
	color: #536775;
	font-size: .72rem;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

.hb-cal-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.hb-cal-title span {
	color: #536775;
	font-size: .9rem;
}

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

.hb-cal-head {
	font-size: .74rem;
	text-align: center;
	color: #607186;
}

.hb-day {
	border: 1px solid transparent;
	border-radius: 8px;
	height: 38px;
	font-size: .78rem;
	font-weight: 700;
}

.hb-day.available {
	background: #f6fbf7;
	color: #17613f;
	border-color: #c8ead3;
	cursor: pointer;
}

.hb-day.available:hover {
	background: #17613f;
	color: #fff;
}

.hb-day.blocked {
	background: #eef1f4;
	color: #7a8791;
	text-decoration: line-through;
}

.hb-day.booked {
	background: #17202a;
	color: #fff;
}

.hb-owner-test-page {
	color: #0a1628;
}

.hb-owner-test-hero {
	padding: 28px;
	margin-bottom: 18px;
	background: #fff;
	border: 1px solid rgba(201, 169, 110, .28);
	box-shadow: 0 18px 44px rgba(10, 22, 40, .12);
}

.hb-owner-test-label {
	margin: 0 0 8px;
	color: #c9a96e;
	font-size: .78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.hb-owner-test-hero h1 {
	margin: 0 0 10px;
	font-family: "Playfair Display", serif;
	color: #0a1628;
}

.hb-owner-test-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 10px;
	padding: 0 18px;
	background: #c9a96e;
	color: #0a1628;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .8px;
}

.hb-owner-test-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(180px, 1fr));
	gap: 14px;
}

.hb-owner-test-grid section {
	padding: 20px;
	background: #fff;
	border: 1px solid rgba(201, 169, 110, .22);
	box-shadow: 0 12px 28px rgba(10, 22, 40, .08);
}

.hb-owner-test-grid h2 {
	margin: 0 0 8px;
	font-size: 1.1rem;
	color: #0a1628;
}

.hb-owner-payments-list {
	display: grid;
	gap: 14px;
}

.hb-owner-payment-card {
	padding: 20px;
	background: #fff;
	border: 1px solid rgba(201, 169, 110, .24);
	box-shadow: 0 14px 34px rgba(10, 22, 40, .08);
}

.hb-owner-payment-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 14px;
}

.hb-owner-payment-head small {
	display: block;
	margin-bottom: 5px;
	color: #6f6f6f;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .8px;
}

.hb-owner-payment-head h2 {
	margin: 0;
	color: #0a1628;
	font-size: 1.25rem;
}

.hb-payment-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 10px;
	background: #eef1f4;
	color: #17202a;
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .8px;
}

.hb-payment-status.paid {
	background: #17613f;
	color: #fff;
}

.hb-payment-status.unpaid,
.hb-payment-status.pending {
	background: #3e4756;
	color: #fff;
}

.hb-owner-card-gallery {
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
	background: #eef1f4;
	aspect-ratio: 16 / 10;
}

.hb-owner-card-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hb-owner-card-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 10px 0 14px;
}

.hb-owner-status {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 6px 11px;
	border-radius: 999px;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.hb-owner-status.published {
	background: rgba(15,122,101,.12);
	color: #0f7a65;
}

.hb-owner-status.unpublished {
	background: rgba(130,88,13,.12);
	color: #82580d;
}

.hb-owner-preview-link {
	width: 38px;
	height: 38px;
	display: inline-grid;
	place-items: center;
	border: 1px solid rgba(201,169,110,.55);
	border-radius: 999px;
	background: #fff;
	color: #0a1628;
	text-decoration: none;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.hb-owner-preview-link:hover {
	background: #c9a96e;
	color: #0a1628;
	transform: translateY(-1px);
}

.hb-owner-delete-inline {
	margin: 0;
	display: inline-flex;
}

.hb-owner-delete-icon {
	width: 38px;
	height: 38px;
	display: inline-grid;
	place-items: center;
	border: 1px solid rgba(190, 45, 45, .35);
	border-radius: 999px;
	background: #fff;
	color: #be2d2d;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.hb-owner-delete-icon:hover {
	background: #be2d2d;
	color: #fff;
	transform: translateY(-1px);
}

.hb-owner-edit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	width: 100%;
	padding: 10px 16px;
	border: 1px solid rgba(201,169,110,.9);
	border-radius: 999px;
	background: #c9a96e;
	color: #0a1628;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.hb-owner-edit-button:hover {
	background: #d8bb80;
	color: #0a1628;
	box-shadow: 0 12px 24px rgba(201,169,110,.25);
	transform: translateY(-1px);
}

.hb-owner-gallery-arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 50%;
	background: rgba(10, 22, 40, .72);
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	display: grid;
	place-items: center;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-50%) scale(.94);
	transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.hb-owner-gallery-prev {
	left: 10px;
}

.hb-owner-gallery-next {
	right: 10px;
}

.hb-owner-card-gallery:hover .hb-owner-gallery-arrow,
.hb-owner-card-gallery:focus-within .hb-owner-gallery-arrow {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.hb-owner-gallery-arrow:hover {
	background: rgba(201, 169, 110, .95);
	color: #0a1628;
}

.hb-owner-gallery-count {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 3;
	padding: 3px 8px;
	border-radius: 999px;
	background: rgba(10, 22, 40, .72);
	color: #fff;
	font-size: .72rem;
	font-weight: 800;
}

.hb-cal-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
	font-size: .82rem;
	color: #536775;
}

.hb-cal-legend span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.hb-cal-legend i {
	width: 12px;
	height: 12px;
	border-radius: 3px;
	display: inline-block;
}

.hb-cal-legend i.available {
	background: #c8ead3;
}

.hb-cal-legend i.booked {
	background: #17202a;
}

.hb-cal-legend i.blocked {
	background: #cfd6dd;
}

.hb-owner-extra-prices {
	grid-column: 1 / -1;
	background: #f7fafc;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	padding: 14px;
}

.hb-extra-editor-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.hb-extra-editor-head h4 {
	margin: 0;
}

.hb-add-extra,
.hb-remove-extra {
	border: 0;
	border-radius: 6px;
	background: #11324d;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 9px 12px;
}

.hb-remove-extra {
	align-self: end;
	background: #c23b3b;
	min-width: 38px;
}

.hb-extra-rows {
	display: grid;
	gap: 10px;
}

.hb-extra-row {
	display: grid;
	grid-template-columns: minmax(180px, 1.5fr) minmax(120px, .8fr) minmax(120px, .7fr) auto;
	gap: 10px;
	align-items: end;
}

.hb-extra-check {
	display: flex;
	align-items: center;
	gap: 8px;
}

.hb-room-feedback,
.hb-feedback-page {
	margin: 26px 0;
}

.hb-feedback-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.hb-feedback-heading h2,
.hb-feedback-card h2 {
	margin: 0;
}

.hb-feedback-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(180px, 1fr));
	gap: 14px;
}

.hb-feedback-item,
.hb-feedback-card,
.hb-feedback-lookup {
	background: #fff;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(17, 50, 77, .08);
	padding: 18px;
}

.hb-feedback-item h3 {
	font-size: 1rem;
	margin: 8px 0;
}

.hb-stars {
	color: #d99a21;
	font-size: 1.05rem;
	letter-spacing: 0;
}

.hb-card-rating,
.hb-home-rating {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 4px 0 10px;
	color: #536775;
	font-size: .9rem;
}

.hb-card-rating strong,
.hb-home-rating strong {
	color: #17202a;
}

.hb-card-rating .hb-stars,
.hb-home-rating .hb-stars {
	font-size: 1rem;
	line-height: 1;
}

.hb-feedback-form,
.hb-feedback-lookup {
	display: grid;
	grid-template-columns: repeat(2, minmax(180px, 1fr));
	gap: 14px;
}

.hb-feedback-comment,
.hb-feedback-lookup p,
.hb-feedback-form button,
.hb-feedback-lookup button {
	grid-column: 1 / -1;
}

.hb-feedback-form textarea {
	min-height: 130px;
	resize: vertical;
}

.hb-feedback-status {
	background: #f4f8fb;
	border-radius: 8px;
	color: #11324d;
	font-weight: 700;
	padding: 12px;
}

.hb-owner-tool-page {
	background: rgba(255,255,255,.96);
	border: 1px solid rgba(201,169,110,.25);
	box-shadow: 0 18px 44px rgba(0,0,0,.18);
	margin: 0 auto;
	max-width: 1180px;
	padding: 24px;
}

.hb-owner-tool-page .hb-owner-area-button,
.hb-owner-tool-page .hb-owner-login-button {
	align-items: center;
	background: #c9a96e;
	border: 1px solid rgba(201,169,110,.85);
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(201,169,110,.24);
	color: #0a1628 !important;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	margin: 0 0 18px;
	min-height: 44px;
	padding: 11px 20px;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease;
	width: fit-content;
}

.hb-owner-tool-page .hb-owner-area-button:hover,
.hb-owner-tool-page .hb-owner-login-button:hover {
	box-shadow: 0 16px 34px rgba(201,169,110,.32);
	transform: translateY(-1px);
}

.hb-owner-toolbar {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.hb-owner-toolbar p {
	margin: 0;
	max-width: 720px;
}

.hb-owner-myboats-page .hb-room-card {
	overflow: hidden;
}

.hb-room-image-link {
	display: block;
	aspect-ratio: 16 / 10;
	background: #eef3f6;
	overflow: hidden;
}

.hb-room-image-link img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
	transition: transform .2s ease;
}

.hb-room-image-link:hover img {
	transform: scale(1.03);
}

.hb-owner-newboat-page .hb-search-form,
.hb-owner-payout-page .hb-search-form {
	margin-top: 16px;
}

@media (max-width: 900px) {
	.hb-search-form {
		grid-template-columns: repeat(2, minmax(120px, 1fr));
	}
	.hb-results {
		grid-template-columns: repeat(2, minmax(220px, 1fr));
	}
	.hb-room-card form {
		grid-template-columns: 1fr;
	}
	.hb-results-list .hb-room-card,
	.hb-room-hero,
	.hb-detail-booking {
		grid-template-columns: 1fr;
	}
	.hb-room-hero-media {
		height: 320px;
		min-height: 320px;
	}
	.hb-public-price-strip {
		grid-template-columns: 1fr;
	}
	.hb-quote-layout {
		grid-template-columns: 1fr;
	}
	.hb-photo-preview {
		grid-template-columns: repeat(2, minmax(80px, 1fr));
	}
	.hb-extra-row {
		grid-template-columns: 1fr 1fr;
	}
	.hb-feedback-list {
		grid-template-columns: 1fr 1fr;
	}
	.hb-owner-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}
	.hb-owner-test-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.hb-results {
		grid-template-columns: 1fr;
	}
	.hb-room-footer {
		align-items: flex-start;
		flex-direction: column;
	}
	.hb-results-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}
	.hb-detail-gallery {
		grid-template-columns: repeat(2, minmax(120px, 1fr));
	}
	.hb-detail-form {
		grid-template-columns: 1fr;
	}
	.hb-payment-data,
	.hb-online-payment-form,
	.hb-payment-methods,
	.hb-card-fields,
	.hb-quote-fields,
	.hb-steps {
		grid-template-columns: 1fr;
	}
	.hb-extra-row {
		grid-template-columns: 1fr;
	}
	.hb-extra-editor-head {
		align-items: flex-start;
		flex-direction: column;
	}
	.hb-feedback-heading {
		align-items: flex-start;
		flex-direction: column;
	}
	.hb-feedback-list,
	.hb-feedback-form,
	.hb-feedback-lookup {
		grid-template-columns: 1fr;
	}
}
.hb-owner-listing-test-page {
	padding: 118px 0 44px;
}

.hb-listing-test-shell {
	display: grid;
	grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
	gap: 22px;
	width: min(1180px, calc(100% - 28px));
	margin: 0 auto;
	align-items: start;
}

.hb-listing-test-steps {
	position: sticky;
	top: 96px;
	background: #0a1628;
	color: #fff;
	border-radius: 18px;
	padding: 22px;
	box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

.hb-listing-test-steps .hb-back-link {
	color: #c9a96e;
	margin-bottom: 14px;
	display: inline-flex;
}

.hb-listing-test-steps h1 {
	margin: 0 0 8px;
	font-size: 1.7rem;
}

.hb-listing-test-steps p {
	color: rgba(255,255,255,.72);
	margin: 0 0 20px;
}

.hb-listing-test-steps nav {
	display: grid;
	gap: 8px;
}

.hb-listing-test-steps nav a {
	color: rgba(255,255,255,.82);
	text-decoration: none;
	padding: 11px 12px;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,.12);
}

.hb-listing-test-steps nav a.active,
.hb-listing-test-steps nav a:hover {
	background: #c9a96e;
	color: #0a1628;
}

.hb-listing-test-main {
	display: grid;
	gap: 18px;
}

.hb-listing-test-cover,
.hb-listing-test-card {
	background: rgba(255,255,255,.97);
	border: 1px solid rgba(201,169,110,.24);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(0,0,0,.12);
}

.hb-listing-test-cover {
	display: grid;
	grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
	gap: 20px;
	padding: 18px;
	align-items: center;
}

.hb-listing-test-cover-image {
	aspect-ratio: 4 / 3;
	border-radius: 14px;
	overflow: hidden;
	background: #eef3f6;
}

.hb-listing-test-cover-image img,
.hb-listing-test-thumbs img,
.hb-photo-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hb-listing-test-cover h2 {
	margin: 4px 0 8px;
	color: #0a1628;
	font-size: 2rem;
}

.hb-listing-test-status {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 12px;
}

.hb-listing-test-status span,
.hb-listing-test-status strong {
	display: inline-flex;
	border-radius: 999px;
	padding: 8px 12px;
	background: #e9f7f0;
	color: #0b7a58;
}

.hb-listing-test-status strong {
	background: #0a1628;
	color: #fff;
}

.hb-listing-test-form {
	display: grid;
	gap: 18px;
}

.hb-listing-test-card {
	padding: 22px;
	scroll-margin-top: 110px;
}

.hb-listing-test-card-head {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	margin-bottom: 18px;
}

.hb-listing-test-card-head > span {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #0a1628;
	color: #fff;
	font-weight: 800;
	flex: 0 0 34px;
}

.hb-listing-test-card h2 {
	margin: 0;
	color: #0a1628;
}

.hb-listing-test-card p {
	margin: 4px 0 0;
	color: #5d6978;
}

.hb-listing-test-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.hb-listing-test-grid label,
.hb-listing-test-card label {
	display: grid;
	gap: 7px;
	font-weight: 700;
	color: #0a1628;
}

.hb-listing-test-grid .wide {
	grid-column: 1 / -1;
}

.hb-listing-test-grid input,
.hb-listing-test-grid textarea,
.hb-listing-test-card select {
	width: 100%;
	border: 1px solid #d7e0ea;
	border-radius: 11px;
	padding: 12px 13px;
	font: inherit;
	background: #fff;
	color: #0a1628;
}

.hb-listing-test-thumbs,
.hb-photo-preview {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.hb-listing-test-thumbs img,
.hb-photo-preview img {
	aspect-ratio: 4 / 3;
	border-radius: 12px;
	border: 1px solid #d7e0ea;
}

.hb-listing-test-check {
	margin-top: 12px;
	display: flex !important;
	grid-template-columns: none !important;
	align-items: center;
	gap: 8px !important;
}

.hb-listing-test-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.hb-listing-test-options div {
	border: 1px solid #d7e0ea;
	border-radius: 14px;
	padding: 14px;
	background: #f8fafc;
	display: grid;
	gap: 6px;
}

.hb-listing-test-options span {
	color: #5d6978;
}

.hb-listing-test-calendar {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 8px;
}

.hb-listing-test-calendar span {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #e9f7f0;
	color: #0a1628;
	font-weight: 800;
}

.hb-listing-test-calendar span.blocked {
	background: #0a1628;
	color: #fff;
}

.hb-listing-test-actions {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	margin-top: 16px;
}

.hb-listing-test-actions a,
.hb-listing-test-actions button {
	border: 0;
	border-radius: 999px;
	padding: 12px 18px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.hb-listing-test-actions a {
	background: #eef3f6;
	color: #0a1628;
}

.hb-listing-test-actions button {
	background: #c9a96e;
	color: #0a1628;
}

@media (max-width: 860px) {
	.hb-owner-listing-test-page {
		padding-top: 96px;
	}

	.hb-listing-test-shell,
	.hb-listing-test-cover,
	.hb-listing-test-grid {
		grid-template-columns: 1fr;
	}

	.hb-listing-test-steps {
		position: relative;
		top: auto;
	}

	.hb-listing-test-steps nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-listing-test-options {
		grid-template-columns: 1fr;
	}
}
.hb-owner-editor-page {
	padding-top: 112px;
}

.hb-owner-editor-head {
	width: min(1180px, calc(100% - 28px));
	margin: 0 auto 20px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(160px, 260px);
	gap: 18px;
	align-items: center;
	background: rgba(255,255,255,.97);
	border: 1px solid rgba(201,169,110,.24);
	border-radius: 18px;
	padding: 18px;
	box-shadow: 0 18px 44px rgba(0,0,0,.12);
}

.hb-owner-editor-head h1 {
	margin: 4px 0 8px;
	color: #0a1628;
}

.hb-owner-editor-head p {
	margin: 0;
	color: #5d6978;
}

.hb-owner-editor-head img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 14px;
}

.hb-owner-editor-cover {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 14px;
	background: linear-gradient(135deg, #0a1628, #18334d);
	border: 1px solid rgba(201,169,110,.34);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
	color: #fff;
	display: grid;
	place-items: center;
	text-align: center;
	padding: 18px;
	overflow: hidden;
}

.hb-owner-editor-cover span {
	width: 72px;
	height: 72px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: #c9a96e;
	color: #0a1628;
	font-size: 1.9rem;
	margin-bottom: 10px;
}

.hb-owner-editor-cover strong {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.hb-owner-editor-form {
	width: min(1180px, calc(100% - 28px));
	margin: 0 auto 46px;
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: 20px;
	align-items: start;
}

.hb-owner-editor-menu {
	position: sticky;
	top: 104px;
	display: grid;
	gap: 8px;
	background: #0a1628;
	border-radius: 18px;
	padding: 16px;
	box-shadow: 0 18px 44px rgba(0,0,0,.18);
	align-self: start;
	max-height: calc(100vh - 128px);
	overflow-y: auto;
	z-index: 6;
}

.hb-owner-editor-menu a {
	color: rgba(255,255,255,.82);
	text-decoration: none;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 10px;
	padding: 10px 12px;
	font-weight: 800;
}

.hb-owner-editor-menu a:hover,
.hb-owner-editor-menu a.active {
	background: #c9a96e;
	color: #0a1628;
}

.hb-owner-editor-content {
	display: grid;
	gap: 18px;
}

.hb-owner-gallery-mainlink {
	display: block;
	color: inherit;
	text-decoration: none;
}

.hb-owner-editor-section {
	background: rgba(255,255,255,.98);
	border: 1px solid rgba(201,169,110,.24);
	border-radius: 18px;
	padding: 22px;
	box-shadow: 0 18px 44px rgba(0,0,0,.10);
	scroll-margin-top: 110px;
}

.hb-owner-editor-section h2 {
	margin: 0 0 16px;
	color: #0a1628;
}

.hb-owner-editor-section h3 {
	margin: 18px 0 12px;
	color: #0a1628;
}

.hb-owner-editor-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.hb-owner-editor-grid .wide {
	grid-column: 1 / -1;
}

.hb-owner-editor-section label {
	display: grid;
	gap: 7px;
	color: #0a1628;
	font-weight: 800;
}

.hb-owner-editor-section input,
.hb-owner-editor-section select,
.hb-owner-editor-section textarea {
	width: 100%;
	border: 1px solid #d7e0ea;
	border-radius: 11px;
	background: #fff;
	color: #0a1628;
	padding: 12px 13px;
	font: inherit;
}

.hb-owner-check {
	margin-top: 12px;
	display: flex !important;
	grid-template-columns: none !important;
	align-items: center;
	gap: 8px !important;
}

.hb-owner-check input,
.hb-equipment-grid input {
	width: auto;
}

.hb-owner-photo-grid,
.hb-photo-preview {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.hb-owner-photo-grid img,
.hb-photo-preview img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid #d7e0ea;
}

.hb-cover-choice {
	position: relative;
	display: block !important;
	cursor: pointer;
	font-weight: 800;
}

.hb-cover-choice > input[type="radio"] {
	appearance: none !important;
	-webkit-appearance: none !important;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	box-sizing: border-box;
	width: 22px !important;
	height: 22px !important;
	min-width: 22px !important;
	min-height: 22px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(10,22,40,.58);
	box-shadow: 0 2px 8px rgba(10,22,40,.25);
	accent-color: #c9a96e;
}

.hb-cover-choice > input[type="radio"]:checked {
	background: #c9a96e;
	box-shadow: inset 0 0 0 5px #0a1628, 0 2px 8px rgba(10,22,40,.25);
}

.hb-cover-choice > input[type="radio"]:checked + img {
	border-color: #c9a96e;
	box-shadow: 0 0 0 3px rgba(201,169,110,.22);
}

.hb-photo-delete-button {
	all: unset !important;
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 3;
	width: 18px;
	height: 18px;
	min-width: 0;
	min-height: 0;
	padding: 0 !important;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	color: rgba(255,255,255,.95);
	cursor: pointer;
	opacity: .95;
	filter: drop-shadow(0 1px 2px rgba(10,22,40,.75));
	box-shadow: none !important;
	outline: 0;
	transition: opacity .2s ease, transform .2s ease, color .2s ease;
}

.hb-photo-delete-button::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 5px;
	width: 10px;
	height: 11px;
	border: 1.6px solid currentColor;
	border-top: 0;
}

.hb-photo-delete-button::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 2px;
	width: 12px;
	height: 3px;
	border-top: 1.6px solid currentColor;
	border-radius: 2px;
	box-shadow: 4px -2px 0 -2px currentColor;
}

.hb-photo-delete-button:hover {
	color: #fff;
	opacity: 1;
	transform: translateY(-1px) scale(1.05);
}

.hb-owner-dynamic-list {
	border: 1px solid #d7e0ea;
	background: #f8fafc;
	border-radius: 14px;
	padding: 14px;
	margin: 14px 0;
}

.hb-owner-dynamic-list p {
	margin: 0 0 12px;
	color: #5d6978;
}

.hb-owner-dynamic-rows {
	display: grid;
	gap: 10px;
}

.hb-owner-dynamic-rows > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}

.hb-owner-dynamic-list button,
.hb-owner-save-button {
	border: 0;
	border-radius: 999px;
	background: #c9a96e;
	color: #0a1628;
	padding: 11px 16px;
	font-weight: 900;
	cursor: pointer;
}

.hb-owner-dynamic-rows button,
.hb-remove-extra {
	background: #0a1628 !important;
	color: #fff !important;
	min-width: 42px;
}

.hb-equipment-group {
	border-top: 1px solid #e5edf4;
	padding-top: 14px;
	margin-top: 14px;
}

.hb-equipment-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.hb-equipment-grid label {
	display: flex !important;
	grid-template-columns: none !important;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	padding: 10px;
	border-radius: 10px;
	background: #f8fafc;
	font-weight: 700;
}

.hb-owner-save-button {
	margin-top: 16px;
}

@media (max-width: 900px) {
	.hb-owner-editor-page {
		padding-top: 96px;
	}

	.hb-owner-editor-head,
	.hb-owner-editor-form,
	.hb-owner-editor-grid {
		grid-template-columns: 1fr;
	}

	.hb-owner-editor-menu {
		position: relative;
		top: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-equipment-grid {
		grid-template-columns: 1fr;
	}
}
.hb-marketplace-page {
	padding: 112px 0 46px;
	width: min(1180px, calc(100% - 28px));
	margin: 0 auto;
}

.hb-marketplace-page.hb-owner-editor-page {
	width: 100%;
	padding: 0;
}

.hb-customer-register-box {
	margin: 18px 0;
	padding: 18px;
	background: linear-gradient(135deg, rgba(10,22,40,.98), rgba(25,50,74,.96));
	border: 1px solid rgba(201,169,110,.35);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(0,0,0,.14);
	color: #fff;
}

.hb-unified-auth-module.hb-auth {
	width: 100%;
	max-width: 520px;
	margin: 18px 0;
	padding: 20px;
	background: linear-gradient(135deg, #0a1628 0%, #1d3a55 100%) !important;
	border: 1px solid rgba(201,169,110,.34) !important;
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(0,0,0,.18);
	color: #fff !important;
}

.hb-unified-auth-module.hb-auth * {
	box-sizing: border-box;
}

.hb-customer-register-head span {
	display: inline-block;
	margin-bottom: 6px;
	color: #c9a96e;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.hb-customer-register-head h3 {
	margin: 0 0 6px;
	color: #fff;
}

.hb-unified-auth-module.hb-auth .hb-customer-register-head h3 {
	color: #fff !important;
}

.hb-customer-register-head p {
	margin: 0 0 14px;
	color: rgba(255,255,255,.78);
}

.hb-unified-auth-module.hb-auth .hb-customer-register-head p,
.hb-unified-auth-module.hb-auth .hb-customer-register-fields label span,
.hb-unified-auth-module.hb-auth .hb-customer-login-fields label span {
	color: rgba(255,255,255,.84) !important;
}

.hb-unified-auth-module.hb-auth .hb-quote-fields {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.hb-unified-auth-module.hb-auth .hb-quote-fields label {
	display: grid;
	gap: 8px;
	margin: 0;
	min-width: 0;
}

.hb-unified-auth-module.hb-auth input,
.hb-unified-auth-module.hb-auth select {
	width: 100%;
	min-height: 46px;
	border: 1px solid rgba(203,215,232,.85);
	border-radius: 6px;
	padding: 10px 12px;
	background: #fffbc7 !important;
	color: #0a1628 !important;
	box-shadow: none;
}

.hb-unified-auth-module.hb-auth .hb-auth-password-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.hb-unified-auth-module.hb-auth .hb-auth-password-wrap input {
	padding-right: 52px;
}

.hb-unified-auth-module.hb-auth .hb-auth-password-toggle {
	position: absolute;
	top: 50%;
	right: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #0a1628;
	cursor: pointer;
	transition: transform .18s ease, background .18s ease, color .18s ease;
	transform: translateY(-50%);
}

.hb-unified-auth-module.hb-auth .hb-auth-password-toggle:hover,
.hb-unified-auth-module.hb-auth .hb-auth-password-toggle[aria-pressed="true"] {
	background: rgba(201,169,110,.22);
	color: #0a1628;
}

.hb-unified-auth-module.hb-auth .hb-auth-password-toggle[aria-pressed="true"] {
	transform: translateY(-50%) rotate(8deg) scale(1.04);
}

.hb-unified-auth-module.hb-auth .hb-auth-password-toggle svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
}

.hb-unified-auth-module.hb-auth .hb-auth-message {
	margin: 14px 0 0;
	padding: 12px 14px;
	border: 1px solid rgba(201,169,110,.35);
	border-radius: 12px;
	background: rgba(201,169,110,.12);
	color: rgba(255,255,255,.9);
	font-weight: 800;
	line-height: 1.45;
	animation: hbAuthFade .2s ease both;
}

.hb-unified-auth-module.hb-auth .hb-auth-message.is-error {
	border-color: rgba(239,68,68,.45);
	background: rgba(239,68,68,.13);
}

.hb-unified-auth-module.hb-auth .hb-auth-message.is-success {
	border-color: rgba(34,197,94,.42);
	background: rgba(34,197,94,.13);
}

.hb-unified-auth-module.hb-auth .hb-auth-field-error input,
.hb-unified-auth-module.hb-auth .hb-auth-field-error select {
	border-color: #ef4444 !important;
	background: #fff6f6 !important;
	box-shadow: 0 0 0 3px rgba(239,68,68,.16);
}

.hb-unified-auth-module.hb-auth .hb-auth-shake {
	animation: hbAuthShake .34s ease both;
}

.hb-unified-auth-module.hb-auth .hb-auth-submit,
.hb-unified-auth-module.hb-auth .hb-auth-switch,
.hb-unified-auth-module.hb-auth .hb-send-code-button,
.hb-unified-auth-module.hb-auth .hb-activate-account-button {
	position: relative;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
	transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}

.hb-unified-auth-module.hb-auth .hb-auth-submit:active,
.hb-unified-auth-module.hb-auth .hb-auth-switch:active,
.hb-unified-auth-module.hb-auth .hb-send-code-button:active,
.hb-unified-auth-module.hb-auth .hb-activate-account-button:active {
	transform: translateY(1px) scale(.99);
}

.hb-unified-auth-module.hb-auth .hb-auth-ripple {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: rgba(255,255,255,.46);
	pointer-events: none;
	transform: translate(-50%,-50%) scale(1);
	animation: hbAuthRipple .52s ease-out forwards;
}

.hb-unified-auth-module.hb-auth button.is-loading {
	color: transparent !important;
	pointer-events: none;
}

.hb-unified-auth-module.hb-auth button.is-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	border: 2px solid rgba(10,22,40,.28);
	border-top-color: #0a1628;
	border-radius: 999px;
	animation: hbAuthSpin .7s linear infinite;
}

.hb-unified-auth-module.hb-auth .hb-auth-switch.is-loading::after,
.hb-unified-auth-module.hb-auth .hb-send-code-button.is-loading::after {
	border-color: rgba(255,255,255,.32);
	border-top-color: #fff;
}

@keyframes hbAuthFade {
	from { opacity: 0; transform: translateY(-4px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes hbAuthShake {
	0%,100% { transform: translateX(0); }
	20% { transform: translateX(-7px); }
	40% { transform: translateX(6px); }
	60% { transform: translateX(-4px); }
	80% { transform: translateX(3px); }
}

@keyframes hbAuthRipple {
	to { opacity: 0; transform: translate(-50%,-50%) scale(22); }
}

@keyframes hbAuthSpin {
	to { transform: rotate(360deg); }
}

.hb-unified-auth-module.hb-auth select {
	background: #eef4ff !important;
}

.hb-unified-auth-module.hb-auth [hidden] {
	display: none !important;
}

.hb-customer-register-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	padding: 11px 12px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 12px;
	font-weight: 800;
}

.hb-customer-register-toggle input {
	width: auto;
}

.hb-customer-register-fields label span {
	color: rgba(255,255,255,.82);
}

.hb-phone-inline {
	display: grid;
	grid-template-columns: minmax(108px, 132px) minmax(0, 1fr);
	gap: 12px;
	align-items: end;
}

.hb-unified-auth-module.hb-auth .hb-phone-inline {
	grid-template-columns: minmax(112px, 132px) minmax(0, 1fr);
}

.hb-phone-inline label {
	min-width: 0;
}

.hb-phone-inline .hb-prefix-field select {
	width: 100%;
	min-width: 0;
	white-space: nowrap;
}

.hb-verification-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 12px;
}

.hb-verification-actions.has-activation {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	column-gap: 14px;
	row-gap: 12px;
}

.hb-verification-actions .hb-activate-account-button {
	order: 1;
	margin-left: auto;
}

.hb-verification-actions.has-activation .hb-activate-account-button {
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
}

.hb-verification-actions .hb-send-code-button {
	order: 2;
	margin-left: 0;
}

.hb-verification-actions.has-activation .hb-send-code-button {
	grid-column: 1;
	grid-row: 2;
	justify-self: start;
}

.hb-verification-actions small {
	order: 3;
	flex: 1 1 260px;
	min-width: 220px;
}

.hb-verification-actions.has-activation small {
	grid-column: 2;
	grid-row: 2;
	min-width: 0;
}

.hb-unified-verification-panel {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,.14);
}

.hb-unified-verification-panel .hb-customer-register-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.hb-unified-verification-panel .hb-customer-register-fields label {
	display: grid;
	gap: 7px;
	min-width: 0;
	margin: 0;
}

.hb-unified-verification-panel .hb-customer-register-fields label span {
	display: block;
	color: rgba(255,255,255,.82);
	font-size: .86rem;
	font-weight: 800;
}

.hb-unified-verification-panel select,
.hb-unified-verification-panel input {
	width: 100%;
	min-height: 46px;
	border: 1px solid rgba(203,215,232,.9);
	border-radius: 12px;
	padding: 10px 12px;
	background: #eef4ff;
	color: #0a1628;
}

.hb-unified-verification-panel .hb-verification-actions.has-activation {
	grid-template-columns: minmax(0, 1fr) auto;
}

.hb-unified-verification-panel .hb-verification-actions.has-activation .hb-activate-account-button {
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
	margin-left: 0;
}

.hb-unified-verification-panel .hb-verification-actions.has-activation .hb-send-code-button {
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
	margin-left: auto;
}

.hb-unified-verification-panel .hb-verification-actions.has-activation small {
	grid-column: 1 / -1;
	grid-row: 2;
}

@media (max-width: 640px) {
	.hb-unified-verification-panel .hb-customer-register-fields,
	.hb-unified-verification-panel .hb-verification-actions.has-activation {
		grid-template-columns: 1fr;
	}

	.hb-unified-verification-panel .hb-verification-actions.has-activation .hb-activate-account-button,
	.hb-unified-verification-panel .hb-verification-actions.has-activation .hb-send-code-button,
	.hb-unified-verification-panel .hb-verification-actions.has-activation small {
		grid-column: 1;
		justify-self: stretch;
		width: 100%;
	}
}

.hb-customer-auth-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.hb-unified-auth-module.hb-auth .hb-customer-auth-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 16px;
}

.hb-auth-submit,
.hb-auth-switch {
	min-height: 42px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 999px;
	padding: 0 16px;
	font-weight: 900;
	cursor: pointer;
}

.hb-unified-auth-module.hb-auth .hb-auth-submit,
.hb-unified-auth-module.hb-auth .hb-auth-switch,
.hb-unified-auth-module.hb-auth .hb-send-code-button,
.hb-unified-auth-module.hb-auth .hb-activate-account-button {
	width: 100%;
	min-height: 46px;
	border-radius: 999px;
	font-weight: 900;
}

.hb-auth-submit {
	background: #c9a96e;
	color: #0a1628;
	border-color: #c9a96e;
}

.hb-register-submit:not([hidden]) {
	margin-left: auto;
}

.hb-auth-switch {
	background: rgba(255,255,255,.08);
	color: #fff;
}

.hb-unified-auth-module.hb-auth .hb-auth-submit,
.hb-unified-auth-module.hb-auth .hb-auth-switch.active,
.hb-unified-auth-module.hb-auth .hb-activate-account-button {
	background: #d3b16b !important;
	border-color: #d3b16b !important;
	color: #071425 !important;
}

.hb-unified-auth-module.hb-auth .hb-auth-switch {
	background: rgba(255,255,255,.08) !important;
	border-color: #d3b16b !important;
	color: #fff !important;
}

.hb-auth-submit.active,
.hb-auth-switch.active,
.hb-auth-switch:hover {
	background: #fff;
	color: #0a1628;
}

.hb-customer-register-panel {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgba(255,255,255,.12);
}

.hb-unified-auth-module.hb-auth .hb-customer-register-panel {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,.14);
}

.hb-unified-auth-module.hb-auth .hb-account-recovery-link {
	color: #d3b16b !important;
	font-weight: 800;
	text-decoration: none;
}

.hb-customer-register-panel[hidden] {
	display: none !important;
}

.hb-payment-method-guest-hidden {
	display: none !important;
}

.hb-login-required-note {
	margin: 12px 0;
	padding: 12px 14px;
	background: #fff8e8;
	border: 1px solid rgba(201,169,110,.35);
	border-radius: 12px;
	color: #5d6978;
	font-weight: 800;
}

.hb-quote-summary .hb-quote-account-slot {
	margin-top: 18px;
	width: 100%;
}

.hb-quote-summary .hb-quote-account-slot .hb-unified-auth-module.hb-auth {
	max-width: none;
	margin: 14px 0 0;
}

.hb-account-reset-page {
	min-height: 520px;
	display: grid;
	place-items: start center;
	padding-top: 90px;
}

.hb-account-reset-box {
	width: min(680px, calc(100% - 28px));
}

.hb-account-reset-form {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

.hb-account-reset-form label {
	display: grid;
	gap: 7px;
	color: rgba(255,255,255,.84);
	font-weight: 900;
}

.hb-account-reset-form input {
	min-height: 46px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 12px;
	padding: 10px 12px;
}

.hb-account-reset-form button {
	min-height: 46px;
	border: 0;
	border-radius: 999px;
	background: #c9a96e;
	color: #0a1628;
	font-weight: 900;
	cursor: pointer;
}

.hb-account-reset-success {
	display: grid;
	gap: 10px;
	margin-top: 18px;
	padding: 18px;
	border: 1px solid rgba(34,197,94,.28);
	border-radius: 16px;
	background: rgba(34,197,94,.11);
	color: rgba(255,255,255,.88);
}

.hb-account-reset-success strong {
	color: #fff;
	font-size: 1.08rem;
}

.hb-account-reset-success p {
	margin: 0;
	line-height: 1.55;
}

.hb-account-reset-success a {
	justify-self: start;
	margin-top: 6px;
	padding: 10px 16px;
	border-radius: 999px;
	background: #c9a96e;
	color: #0a1628;
	font-weight: 900;
	text-decoration: none;
}

.hb-account-inline-notice {
	display: grid;
	gap: 8px;
	margin: 14px 0;
	padding: 14px;
	border: 1px solid rgba(201,169,110,.42);
	border-radius: 14px;
	background: rgba(201,169,110,.13);
	color: rgba(255,255,255,.9);
}

.hb-account-inline-notice strong {
	color: #fff;
}

.hb-account-inline-notice p {
	margin: 0;
	line-height: 1.45;
}

.hb-account-inline-notice a {
	justify-self: start;
	color: #0a1628;
	background: #c9a96e;
	border-radius: 999px;
	padding: 8px 13px;
	font-weight: 900;
	text-decoration: none;
}

.hb-send-code-button {
	border: 0;
	border-radius: 999px;
	background: #c9a96e;
	color: #0a1628;
	padding: 11px 17px;
	font-weight: 900;
	cursor: pointer;
}

.hb-send-code-button:disabled {
	opacity: .62;
	cursor: wait;
}

.hb-verification-actions small {
	color: rgba(255,255,255,.78);
}

@media (max-width: 640px) {
	.hb-phone-inline {
		grid-template-columns: minmax(96px, 120px) minmax(0, 1fr);
	}

	.hb-verification-actions.has-activation {
		grid-template-columns: 1fr;
	}

	.hb-verification-actions.has-activation .hb-activate-account-button,
	.hb-verification-actions.has-activation .hb-send-code-button,
	.hb-verification-actions.has-activation small {
		grid-column: 1;
		justify-self: stretch;
	}

	.hb-verification-actions.has-activation .hb-activate-account-button {
		grid-row: 1;
	}

	.hb-verification-actions.has-activation .hb-send-code-button {
		grid-row: 2;
	}

	.hb-verification-actions.has-activation small {
		grid-row: 3;
	}

	.hb-verification-actions .hb-activate-account-button,
	.hb-verification-actions .hb-send-code-button {
		width: 100%;
		margin-left: 0;
		justify-content: center;
	}

	.hb-verification-actions small {
		order: 4;
		min-width: 100%;
	}
}

.hb-account-recovery-link {
	display: inline-flex;
	margin-top: 12px;
	color: #c9a96e;
	font-weight: 900;
	text-decoration: none;
}

.hb-account-recovery-link:hover {
	text-decoration: underline;
}

.hb-guest-contact-hidden > label:nth-child(-n+3) {
	display: none;
}

.hb-customer-logged-box {
	background: #f7fbf9;
	color: #0a1628;
}

.hb-customer-logged-box .hb-customer-register-head h3 {
	color: #0a1628;
}

.hb-customer-logged-box .hb-customer-register-head p {
	color: #5d6978;
}

.hb-auth-logout-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 999px;
	background: #0a1628;
	color: #fff;
	font-weight: 900;
	text-decoration: none;
}

.hb-auth-logout-link:hover {
	background: #0f7a65;
	color: #fff;
	text-decoration: none;
}

.hb-booking-status-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
	gap: 12px;
	align-items: end;
	margin-top: 18px;
}

.hb-booking-status-form label {
	display: grid;
	gap: 7px;
	color: #0a1628;
	font-weight: 800;
}

.hb-booking-status-form input {
	min-height: 44px;
	border: 1px solid #d7e0ea;
	border-radius: 12px;
	padding: 10px 12px;
}

.hb-booking-status-form button {
	min-height: 44px;
	border: 0;
	border-radius: 999px;
	background: #c9a96e;
	color: #0a1628;
	padding: 0 18px;
	font-weight: 900;
	cursor: pointer;
}

.hb-booking-status-page .hb-pay-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 18px;
	border: 0;
	border-radius: 999px;
	background: #c9a96e;
	color: #0a1628;
	padding: 0 22px;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(201, 169, 110, .24);
}

.hb-booking-status-page .hb-pay-button:hover,
.hb-booking-status-page .hb-pay-button:focus {
	background: #d8b979;
	color: #0a1628;
	text-decoration: none;
}

@media (max-width: 760px) {
	.hb-booking-status-form {
		grid-template-columns: 1fr;
	}
}

.hb-public-details {
	width: min(1180px, calc(100% - 28px));
	margin: 24px auto;
	display: grid;
	grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 18px;
	border: 1px solid rgba(201,169,110,.28);
	border-radius: 22px;
	background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
	box-shadow: 0 24px 62px rgba(10,22,40,.10);
}

.hb-amenities-style {
	grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
	margin-top: 34px;
}

.hb-skipper-application-panel {
	margin-top: 28px;
	border: 1px solid rgba(201, 169, 110, .28);
	box-shadow: 0 18px 44px rgba(0,0,0,.12);
	background: rgba(255,255,255,.98);
}

.hb-skipper-application-panel .hb-market-editor-form {
	display: grid;
	gap: 18px;
}

.hb-skipper-application-panel .hb-owner-editor-section {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.hb-skipper-application-panel input,
.hb-skipper-application-panel select,
.hb-skipper-application-panel textarea {
	width: 100%;
	min-height: 44px;
	border: 1px solid #e2ddcf;
	background: #fff;
	padding: 10px 12px;
	box-sizing: border-box;
}

.hb-amenities-head {
	grid-column: 1 / -1;
	max-width: 780px;
	margin-bottom: 4px;
}

.hb-amenities-head h2 {
	margin: 6px 0 10px;
	color: #0a1628;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1;
	font-family: "Playfair Display", serif;
}

.hb-amenities-head p:last-child {
	margin: 0;
	color: #5d6978;
	line-height: 1.7;
}

.hb-public-details-menu {
	position: sticky;
	top: 96px;
	display: grid;
	gap: 8px;
	padding: 16px;
	background: linear-gradient(145deg, #071426 0%, #0d2138 100%);
	border: 1px solid rgba(201,169,110,.24);
	border-radius: 16px;
	box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

.hb-public-details-menu a {
	color: rgba(255,255,255,.82);
	text-decoration: none;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 10px;
	padding: 12px 13px;
	font-weight: 800;
	transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.hb-public-details-menu a:hover,
.hb-public-details-menu a.active {
	background: #c9a96e;
	color: #0a1628;
	border-color: #c9a96e;
	transform: translateX(2px);
}

.hb-public-details-content {
	display: grid;
	gap: 18px;
}

.hb-public-detail-section {
	background: rgba(255,255,255,.98);
	border: 1px solid rgba(201,169,110,.42);
	border-radius: 20px;
	box-shadow: 0 20px 50px rgba(10,22,40,.08);
	padding: clamp(20px, 3vw, 32px);
	scroll-margin-top: 110px;
}

.hb-public-detail-section[hidden] {
	display: none !important;
}

.hb-public-detail-section.is-active {
	display: block;
}

.hb-public-detail-section h2 {
	margin: 0 0 14px;
	color: #0a1628;
	font-family: "Playfair Display", serif;
	font-size: clamp(1.45rem, 2.5vw, 2.2rem);
}

.hb-public-detail-section h3 {
	margin: 14px 0 8px;
	color: #0a1628;
}

.hb-public-detail-section p {
	color: #5d6978;
	line-height: 1.65;
}

.hb-section-kicker {
	margin: 0 0 8px !important;
	color: #c9a96e !important;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

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

.hb-public-detail-grid span {
	display: grid;
	gap: 7px;
	padding: 16px;
	background: linear-gradient(135deg, #ffffff 0%, #fbf7ee 100%);
	border: 1px solid rgba(201,169,110,.24);
	border-radius: 14px;
	min-height: 118px;
}

.hb-info-card i {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	margin-bottom: 4px;
	background: #0a1628;
	color: #c9a96e;
}

.hb-public-detail-grid small {
	color: #6f6f6f;
	font-size: .76rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .8px;
}

.hb-public-detail-grid strong {
	color: #0a1628;
}

.hb-public-equipment {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.hb-public-equipment div {
	padding: 14px;
	background: #f8fafc;
	border: 1px solid #e5edf4;
	border-radius: 14px;
}

.hb-public-equipment ul {
	margin: 0;
	padding-left: 18px;
	color: #5d6978;
	line-height: 1.7;
}

.hb-amenity-section {
	background: #0a1628;
	color: #fff;
	border-color: rgba(201,169,110,.36);
}

.hb-amenity-section h2 {
	color: #fff;
}

.hb-amenity-section > p:not(.hb-section-kicker) {
	color: rgba(255,255,255,.72);
}

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

.hb-amenity-card {
	min-height: 132px;
	padding: 18px;
	border: 1px solid rgba(255,255,255,.13);
	background: rgba(255,255,255,.06);
	display: grid;
	align-content: start;
	gap: 12px;
	transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.hb-amenity-card:hover {
	transform: translateY(-3px);
	background: rgba(255,255,255,.10);
	border-color: rgba(201,169,110,.6);
}

.hb-amenity-card span {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	background: #c9a96e;
	color: #0a1628;
	font-size: 1.1rem;
}

.hb-amenity-card h3 {
	margin: 0;
	color: #fff;
	font-size: 1rem;
	line-height: 1.35;
}

.hb-experiences-panel {
	background: linear-gradient(135deg, #ffffff 0%, #fbf7ee 100%);
}

.hb-experiences-panel .hb-experience-public-grid {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin-top: 18px;
}

.hb-experiences-panel .hb-experience-public-card {
	border-radius: 18px;
	border-color: rgba(201,169,110,.38);
	box-shadow: 0 18px 42px rgba(10,22,40,.10);
}

.hb-experiences-panel .hb-experience-public-card > img {
	aspect-ratio: 16 / 9;
	background: #eef3f7;
}

.hb-experiences-panel .hb-experience-public-body {
	padding: 18px;
}

.hb-experiences-panel .hb-experience-book-form {
	background: linear-gradient(145deg, #071426 0%, #102842 100%);
	border: 1px solid rgba(201,169,110,.22);
}

.hb-experiences-panel .hb-experience-book-form label span,
.hb-experiences-panel .hb-experience-book-form textarea,
.hb-experiences-panel .hb-experience-book-form input {
	font-weight: 700;
}

@media (max-width: 860px) {
	.hb-public-details {
		grid-template-columns: 1fr;
	}

	.hb-public-details-menu {
		position: relative;
		top: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-public-detail-grid,
	.hb-public-equipment,
	.hb-amenity-grid {
		grid-template-columns: 1fr;
	}
}

.hb-market-hero-module {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto 34px;
	color: #0a1628;
}

.hb-market-component-hero {
	margin-bottom: 24px;
}

.hb-market-hero-module .section-header {
	margin-bottom: 18px;
	text-align: left;
}

.hb-market-hero-module .section-label {
	color: #c9a96e;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.7px;
}

.hb-market-hero-module .section-title {
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.2rem);
	margin: 8px 0;
}

.hb-market-hero-module .section-desc {
	max-width: 760px;
	color: rgba(255,255,255,.78);
}

.hero.hb-component-hero .hb-market-hero-module .section-title {
	color: #0a1628;
}

.hero.hb-component-hero .hb-market-hero-module .section-desc {
	color: #5d6978;
}

.hb-market-shell {
	display: grid;
	grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.45fr);
	gap: 16px;
	align-items: stretch;
}

.hb-market-panel,
.hb-market-action {
	background: rgba(255,255,255,.96);
	border: 1px solid rgba(201,169,110,.28);
	box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

.hb-market-panel {
	padding: 22px;
}

.hb-market-kicker {
	margin: 0 0 10px;
	color: #6f6f6f;
	font-size: .82rem;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-weight: 800;
}

.hb-market-panel h3,
.hb-market-action h3 {
	margin: 0 0 10px;
	font-family: "Playfair Display", serif;
	color: #0a1628;
}

.hb-market-panel p,
.hb-market-action p {
	color: #6f6f6f;
	line-height: 1.55;
}

.hb-market-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(120px, 1fr));
	gap: 10px;
	margin: 18px 0 0;
}

.hb-market-stat {
	padding: 14px;
	background: #faf8f4;
	border: 1px solid #eee7da;
}

.hb-market-stat strong {
	display: block;
	color: #0a1628;
	font-size: 1.55rem;
	line-height: 1;
}

.hb-market-stat span {
	display: block;
	margin-top: 7px;
	color: #6f6f6f;
	font-size: .78rem;
	text-transform: uppercase;
	letter-spacing: .8px;
	font-weight: 700;
}

.hb-market-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(150px, 1fr));
	gap: 12px;
}

.hb-market-action {
	display: flex;
	flex-direction: column;
	min-height: 190px;
	padding: 20px;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.hb-market-action:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 50px rgba(0,0,0,.22);
}

.hb-market-icon {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	margin-bottom: 14px;
	background: #0a1628;
	color: #c9a96e;
	font-size: 1.25rem;
}

.hb-market-link {
	margin-top: auto;
	color: #c9a96e;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .9px;
	font-size: .8rem;
}

.hb-market-register-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
	margin-top: 16px;
	padding: 14px;
	background: #faf8f4;
	border: 1px solid #eee7da;
}

.hb-market-register-form h4 {
	margin: 0;
	color: #0a1628;
	font-family: "Playfair Display", serif;
}

.hb-market-register-form label {
	display: grid;
	gap: 5px;
	margin: 0;
}

.hb-market-register-form span {
	color: #6f6f6f;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.hb-market-register-form input {
	min-height: 42px;
	border: 1px solid #e2ddcf;
	padding: 8px 10px;
}

.hb-market-register-form button {
	min-height: 42px;
	border: 0;
	background: #0a1628;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .8px;
}

.hb-market-auth-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.hb-market-auth-grid .hb-market-register-form {
	margin-top: 0;
}

.hb-market-login-form {
	background: #fff;
	border-color: rgba(201,169,110,.45);
}

.hb-market-login-form button {
	background: #c9a96e;
	color: #0a1628;
}

.hb-market-session-box p {
	margin: 0;
	color: #6f6f6f;
}

.hb-market-hero,
.hb-market-card {
	background: rgba(255,255,255,.98);
	border: 1px solid rgba(201,169,110,.24);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(0,0,0,.11);
}

.hb-market-hero {
	padding: 28px;
	margin-bottom: 20px;
}

.hb-market-hero h1 {
	max-width: 860px;
	margin: 4px 0 10px;
	color: #0a1628;
	font-size: clamp(2rem, 4vw, 3.4rem);
}

.hb-market-hero p {
	max-width: 820px;
	color: #5d6978;
}

.hb-market-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 18px;
}

.hb-market-card {
	padding: 22px;
}

.hb-market-card h2 {
	margin: 0 0 8px;
	color: #0a1628;
}

.hb-market-card p {
	color: #5d6978;
}

.hb-market-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
	margin-top: 16px;
}

.hb-market-form label {
	display: grid;
	gap: 7px;
	font-weight: 800;
	color: #0a1628;
}

.hb-market-form .wide,
.hb-market-checks {
	grid-column: 1 / -1;
}

.hb-market-form input,
.hb-market-form textarea {
	width: 100%;
	border: 1px solid #d7e0ea;
	border-radius: 11px;
	background: #fff;
	color: #0a1628;
	padding: 12px 13px;
	font: inherit;
}

.hb-market-form button {
	grid-column: 1 / -1;
	justify-self: start;
	border: 0;
	border-radius: 999px;
	background: #c9a96e;
	color: #0a1628;
	padding: 12px 18px;
	font-weight: 900;
	cursor: pointer;
}

.hb-market-checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	border: 1px solid #d7e0ea;
	border-radius: 14px;
	padding: 14px;
	background: #f8fafc;
}

.hb-market-checks strong {
	grid-column: 1 / -1;
	color: #0a1628;
}

.hb-market-checks label {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	font-weight: 700;
}

.hb-market-checks input {
	width: auto;
}

.hb-market-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 14px;
	margin-top: 14px;
}

.hb-market-list article {
	border: 1px solid #d7e0ea;
	border-radius: 14px;
	padding: 14px;
	background: #f8fafc;
}

.hb-market-list h3 {
	margin: 0 0 6px;
	color: #0a1628;
}

.hb-market-list strong {
	color: #0b7a58;
}

.hb-market-head-badge {
	align-self: stretch;
	display: grid;
	align-content: center;
	gap: 8px;
	border-radius: 16px;
	background: #0a1628;
	color: #fff;
	padding: 18px;
}

.hb-market-head-badge strong {
	color: #c9a96e;
	font-size: 1.2rem;
}

.hb-market-head-badge span {
	color: rgba(255,255,255,.78);
}

.hb-market-editor-form {
	display: grid;
	gap: 18px;
}

.hb-owner-editboat-page.hb-owner-tool-page {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 118px 0 54px;
	background: #f6f8fb;
	border: 0;
	box-shadow: none;
}

.hb-owner-editboat-page > .hb-back-link {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto 16px;
	display: inline-flex;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.hb-owner-editboat-page .hb-owner-editor-head,
.hb-owner-editboat-page .hb-owner-editor-form {
	width: min(1180px, calc(100% - 40px));
}

.hb-owner-editboat-page .hb-owner-editor-head {
	margin: 0 auto 22px;
}

.hb-owner-editboat-page .hb-owner-editor-form {
	margin: 0 auto 46px;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 22px;
}

/* Skipper and berth operational pages: fixed editor layout matching the owner edit visual mockup. */
.hb-skipper-edit-page.hb-owner-tool-page,
.hb-berth-edit-page.hb-owner-tool-page {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 118px 0 54px;
	background: #f6f8fb;
	border: 0;
	box-shadow: none;
}

.hb-skipper-edit-page .hb-owner-editor-head,
.hb-berth-edit-page .hb-owner-editor-head,
.hb-skipper-edit-page .hb-owner-editor-form,
.hb-berth-edit-page .hb-owner-editor-form {
	width: min(1180px, calc(100% - 40px));
}

.hb-skipper-edit-page .hb-owner-editor-head,
.hb-berth-edit-page .hb-owner-editor-head {
	margin: 0 auto 22px;
	grid-template-columns: minmax(0, 1fr) minmax(210px, 280px);
	gap: 20px;
	padding: 20px;
	background: rgba(255,255,255,.98);
	border: 1px solid rgba(201,169,110,.32);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(10,22,40,.13);
}

.hb-skipper-edit-page .hb-room-category,
.hb-berth-edit-page .hb-room-category {
	margin: 0 0 8px;
	color: #c9a96e;
	font-size: .8rem;
	font-weight: 900;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.hb-skipper-edit-page .hb-owner-editor-head h1,
.hb-berth-edit-page .hb-owner-editor-head h1 {
	margin: 0 0 8px;
	color: #0a1628;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.05;
}

.hb-skipper-edit-page .hb-owner-editor-head p,
.hb-berth-edit-page .hb-owner-editor-head p {
	max-width: 760px;
	color: #5d6978;
	font-size: 1rem;
	line-height: 1.55;
}

.hb-skipper-edit-page .hb-owner-editor-cover,
.hb-berth-edit-page .hb-owner-editor-cover {
	min-height: 190px;
	background:
		linear-gradient(135deg, rgba(10,22,40,.96), rgba(24,51,77,.95)),
		radial-gradient(circle at top right, rgba(201,169,110,.25), transparent 40%);
}

.hb-skipper-edit-page .hb-owner-editor-form,
.hb-berth-edit-page .hb-owner-editor-form {
	margin: 0 auto 46px;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

.hb-skipper-edit-page .hb-owner-editor-menu,
.hb-berth-edit-page .hb-owner-editor-menu {
	top: 116px;
	background: #0a1628;
	border: 1px solid rgba(201,169,110,.22);
	border-radius: 18px;
	padding: 16px;
	box-shadow: 0 18px 44px rgba(10,22,40,.26);
}

.hb-skipper-edit-page .hb-owner-editor-menu a,
.hb-berth-edit-page .hb-owner-editor-menu a {
	min-height: 44px;
	display: flex;
	align-items: center;
	color: rgba(255,255,255,.84);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 10px;
	background: transparent;
}

.hb-skipper-edit-page .hb-owner-editor-menu a:hover,
.hb-skipper-edit-page .hb-owner-editor-menu a.active,
.hb-berth-edit-page .hb-owner-editor-menu a:hover,
.hb-berth-edit-page .hb-owner-editor-menu a.active {
	background: #c9a96e;
	color: #0a1628;
	border-color: #c9a96e;
}

.hb-skipper-edit-page .hb-owner-editor-section,
.hb-berth-edit-page .hb-owner-editor-section {
	padding: 24px;
	background: rgba(255,255,255,.99);
	border: 1px solid rgba(201,169,110,.28);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(10,22,40,.10);
}

.hb-skipper-edit-page .hb-owner-editor-section h2,
.hb-berth-edit-page .hb-owner-editor-section h2 {
	margin: 0 0 18px;
	color: #0a1628;
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.15;
}

.hb-skipper-edit-page .hb-owner-editor-section p,
.hb-berth-edit-page .hb-owner-editor-section p {
	color: #5d6978;
	line-height: 1.55;
}

.hb-skipper-edit-page .hb-owner-editor-grid,
.hb-berth-edit-page .hb-owner-editor-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.hb-skipper-edit-page .hb-owner-editor-section label,
.hb-berth-edit-page .hb-owner-editor-section label {
	color: #0a1628;
	font-weight: 800;
}

.hb-skipper-edit-page .hb-owner-editor-section label span,
.hb-berth-edit-page .hb-owner-editor-section label span {
	font-size: .88rem;
}

.hb-skipper-edit-page .hb-owner-editor-section input,
.hb-skipper-edit-page .hb-owner-editor-section select,
.hb-skipper-edit-page .hb-owner-editor-section textarea,
.hb-berth-edit-page .hb-owner-editor-section input,
.hb-berth-edit-page .hb-owner-editor-section select,
.hb-berth-edit-page .hb-owner-editor-section textarea {
	min-height: 46px;
	border: 1px solid #d7e0ea;
	border-radius: 11px;
	background: #fff;
	color: #0a1628;
	box-shadow: 0 1px 0 rgba(10,22,40,.03);
}

.hb-skipper-edit-page .hb-owner-save-button,
.hb-berth-edit-page .hb-owner-save-button {
	justify-self: start;
	margin-top: 2px;
	min-height: 46px;
	padding: 12px 20px;
	background: #c9a96e;
	color: #0a1628;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(201,169,110,.22);
}

@media (max-width: 900px) {
	.hb-owner-editboat-page.hb-owner-tool-page {
		padding-top: 96px;
	}

	.hb-owner-editboat-page .hb-owner-editor-head,
	.hb-owner-editboat-page .hb-owner-editor-form,
	.hb-owner-editboat-page .hb-owner-editor-grid {
		grid-template-columns: 1fr;
	}

	.hb-owner-editboat-page .hb-owner-editor-menu {
		position: relative;
		top: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-skipper-edit-page.hb-owner-tool-page,
	.hb-berth-edit-page.hb-owner-tool-page {
		padding-top: 96px;
	}

	.hb-skipper-edit-page .hb-owner-editor-head,
	.hb-berth-edit-page .hb-owner-editor-head,
	.hb-skipper-edit-page .hb-owner-editor-form,
	.hb-berth-edit-page .hb-owner-editor-form,
	.hb-skipper-edit-page .hb-owner-editor-grid,
	.hb-berth-edit-page .hb-owner-editor-grid {
		grid-template-columns: 1fr;
	}

	.hb-skipper-edit-page .hb-owner-editor-menu,
	.hb-berth-edit-page .hb-owner-editor-menu {
		position: relative;
		top: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 880px) {
	.hb-marketplace-page {
		padding-top: 96px;
	}

	.hb-market-grid,
	.hb-market-form,
	.hb-market-checks,
	.hb-market-shell,
	.hb-market-actions {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.hb-market-hero-module {
		width: min(100% - 20px, 620px);
	}

	.hb-market-hero-module .section-title {
		font-size: 1.8rem;
	}

	.hb-market-stats {
		grid-template-columns: 1fr;
	}
}

/* Production mobile hardening: keep HB Booking usable inside the fixed hero/navigation layout. */
@media (max-width: 760px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	#hbbooking-main,
	#hbbooking-main *,
	.hb-market-hero-module,
	.hb-market-hero-module * {
		box-sizing: border-box;
	}

	#hbbooking-main {
		width: min(100% - 20px, 620px) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.hero.hb-component-hero,
	.hero.hb-home-hero,
	#hero:has(#hbbooking-main),
	#hero:has(.hb-market-hero-module) {
		height: auto !important;
		min-height: auto !important;
		padding-top: 150px !important;
		padding-bottom: 28px !important;
		overflow: visible !important;
	}

	.hb-search-wrap,
	.hb-room-detail,
	.hb-quote-page,
	.hb-payment-page,
	.hb-feedback-page,
	.hb-conversation-page,
	.hb-owner-tool-page,
	.hb-marketplace-page {
		padding: 22px 0 !important;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.hb-search-form,
	.hb-results,
	.hb-room-hero,
	.hb-room-body,
	.hb-quote-layout,
	.hb-payment-layout,
	.hb-owner-editor-head,
	.hb-owner-editor-form,
	.hb-owner-editor-grid,
	.hb-market-shell,
	.hb-market-actions {
		display: grid !important;
		grid-template-columns: 1fr !important;
		width: 100% !important;
		max-width: 100% !important;
		gap: 14px !important;
	}

	.hb-search-form,
	.hb-room-card,
	.hb-room-hero,
	.hb-room-section,
	.hb-quote-summary,
	.hb-payment-summary,
	.hb-owner-editor-head,
	.hb-owner-editor-section,
	.hb-market-panel,
	.hb-market-action {
		padding: 16px !important;
		border-radius: 14px !important;
	}

	.hb-room-card,
	.hb-charter-card {
		grid-template-columns: 1fr !important;
		min-width: 0 !important;
	}

	.hb-room-image,
	.hb-room-hero-media,
	.hb-owner-card-gallery {
		width: 100% !important;
		min-height: 220px !important;
		aspect-ratio: 4 / 3 !important;
	}

	.hb-room-image img,
	.hb-room-hero-media img,
	.hb-owner-card-gallery img,
	.hb-owner-editor-head img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}

	.hb-sale-mode-filter,
	.hb-layout-switch,
	.hb-results-pager,
	.hb-room-mode-badges,
	.hb-home-mode-badges,
	.hb-owner-head-actions,
	.hb-cabin-promo-actions {
		display: flex !important;
		flex-wrap: nowrap !important;
		justify-content: flex-start !important;
		gap: 8px !important;
		overflow-x: auto !important;
		padding-bottom: 4px !important;
		-webkit-overflow-scrolling: touch;
	}

	.hb-sale-mode-filter a,
	.hb-layout-switch a,
	.hb-results-pager button,
	.hb-room-mode-badges span,
	.hb-home-mode-badges span {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.hb-owner-editor-menu {
		position: sticky !important;
		top: 86px !important;
		z-index: 5 !important;
		display: flex !important;
		grid-template-columns: none !important;
		width: 100% !important;
		max-height: none !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		gap: 8px !important;
		padding: 10px !important;
		border-radius: 14px !important;
		-webkit-overflow-scrolling: touch;
	}

	.hb-owner-editor-menu a {
		flex: 0 0 auto;
		min-height: 40px !important;
		padding: 9px 12px !important;
		white-space: nowrap;
	}

	.hb-owner-editboat-page.hb-owner-tool-page,
	.hb-skipper-edit-page.hb-owner-tool-page,
	.hb-berth-edit-page.hb-owner-tool-page {
		padding-top: 112px !important;
	}

	.hb-owner-editboat-page .hb-owner-editor-head,
	.hb-owner-editboat-page .hb-owner-editor-form,
	.hb-skipper-edit-page .hb-owner-editor-head,
	.hb-skipper-edit-page .hb-owner-editor-form,
	.hb-berth-edit-page .hb-owner-editor-head,
	.hb-berth-edit-page .hb-owner-editor-form,
	.hb-owner-editboat-page > .hb-back-link {
		width: min(100% - 20px, 620px) !important;
	}

	.hb-owner-editboat-page > .hb-back-link {
		left: auto !important;
		transform: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.hb-owner-dynamic-rows > div,
	.hb-extra-row,
	.hb-cabin-row,
	.hb-departure-row,
	.hb-owner-flag-grid,
	.hb-equipment-grid,
	.hb-photo-preview,
	.hb-owner-photo-grid {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	.hb-owner-photo-grid,
	.hb-photo-preview {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.hb-cover-choice,
	.hb-owner-photo-grid img,
	.hb-photo-preview img {
		width: 100% !important;
		aspect-ratio: 1 / 1 !important;
	}

	.hb-search-form input,
	.hb-search-form select,
	.hb-search-form textarea,
	.hb-owner-editor-section input,
	.hb-owner-editor-section select,
	.hb-owner-editor-section textarea,
	.hb-quote-page input,
	.hb-quote-page select,
	.hb-quote-page textarea,
	.hb-payment-page input,
	.hb-payment-page select,
	.hb-payment-page textarea {
		width: 100% !important;
		min-width: 0 !important;
		font-size: 16px !important;
	}

	.hb-owner-save-button,
	.hb-pay-button,
	.hb-search-form button,
	.hb-add-extra,
	.hb-market-link {
		width: 100% !important;
		justify-content: center !important;
		text-align: center !important;
	}
}

@media (max-width: 420px) {
	#hbbooking-main {
		width: min(100% - 14px, 420px) !important;
	}

	.hero.hb-component-hero,
	.hero.hb-home-hero,
	#hero:has(#hbbooking-main),
	#hero:has(.hb-market-hero-module) {
		padding-top: 164px !important;
	}

	.hb-room-image,
	.hb-room-hero-media,
	.hb-owner-card-gallery {
		min-height: 190px !important;
	}

	.hb-owner-photo-grid,
	.hb-photo-preview {
		grid-template-columns: 1fr !important;
	}
}

/* Pulsanti social del modulo HB Auth: isolati per poterli attivare da backend. */
.hb-auth-social-login {
	display: grid;
	gap: 10px;
	margin: 0 0 16px;
}

.hb-auth-social-button {
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(201, 169, 110, .45);
	border-radius: 999px;
	background: #fff;
	color: #0a1628;
	font-weight: 900;
	letter-spacing: .02em;
	text-decoration: none;
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.hb-auth-social-button:hover,
.hb-auth-social-button:focus-visible {
	border-color: #c9a96e;
	background: #f8f4ec;
	color: #0a1628;
	transform: translateY(-1px);
}

.hb-auth-social-button.is-disabled {
	cursor: not-allowed;
	opacity: .55;
}

.hb-auth-social-google span::before,
.hb-auth-social-facebook span::before,
.hb-auth-social-microsoft span::before {
	display: inline-block;
	margin-right: 8px;
	font-weight: 900;
}

.hb-auth-social-google span::before { content: "G"; color: #4285f4; }
.hb-auth-social-facebook span::before { content: "f"; color: #1877f2; }
.hb-auth-social-microsoft span::before { content: "M"; color: #737373; }

/* Area owner: pannelli sintetici per chat, prenotazioni e azioni rapide sulle barche. */
.hb-owner-command-center {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 22px 0;
}

.hb-owner-command-panel {
	border: 1px solid rgba(201,169,110,.28);
	background: linear-gradient(135deg, #ffffff 0%, #fbf8f1 100%);
	border-radius: 18px;
	padding: 18px;
	box-shadow: 0 16px 45px rgba(10,22,40,.08);
}

.hb-owner-command-panel h2 {
	margin: 0 0 14px;
	font-size: 20px;
	color: #0a1628;
}

.hb-owner-mini-list,
.hb-owner-booking-lines {
	display: grid;
	gap: 10px;
}

.hb-owner-mini-row,
.hb-owner-booking-line {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 12px 14px;
	border: 1px solid #e7d8bb;
	border-radius: 14px;
	background: #fff;
	text-decoration: none;
	color: #0a1628;
}

.hb-owner-mini-row.is-unread {
	border-color: rgba(8,129,101,.42);
	background: #eefbf6;
}

.hb-owner-mini-row strong,
.hb-owner-booking-line strong {
	display: block;
	font-weight: 900;
}

.hb-owner-mini-row small,
.hb-owner-booking-line span {
	display: block;
	color: #59677a;
	font-size: 13px;
}

.hb-owner-mini-row em,
.hb-owner-booking-line em {
	padding: 5px 9px;
	border-radius: 999px;
	background: #0a1628;
	color: #d6ae61;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.hb-owner-utility-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(201,169,110,.7);
	border-radius: 999px;
	background: #fff;
	color: #0a1628;
	cursor: pointer;
}

.hb-owner-utility-icon:hover {
	background: #d6ae61;
	border-color: #d6ae61;
	color: #0a1628;
}

@media (max-width: 760px) {
	.hb-owner-command-center {
		grid-template-columns: 1fr;
	}
}
