:root {
	--tbm-yellow: #fdb813;
	--tbm-black: #111111;
	--tbm-white: #ffffff;
	--tbm-accent: #f5f5f5;
	--tbm-text: #242424;
	--tbm-muted: #666666;
	--tbm-border: #e7e7e7;
	--tbm-radius: 8px;
	--tbm-shadow: 0 18px 50px rgba(17, 17, 17, 0.12);
}

.tbm-hero,
.tbm-page-hero {
	background:
		linear-gradient(90deg, rgba(17, 17, 17, 0.94), rgba(17, 17, 17, 0.72)),
		url("https://images.unsplash.com/photo-1523482580672-f109ba8cb9be?auto=format&fit=crop&w=1800&q=85") center/cover;
	color: var(--tbm-white);
	padding: clamp(96px, 12vw, 170px) max(22px, calc((100vw - 1180px) / 2)) clamp(64px, 8vw, 120px);
}

.tbm-page-hero {
	padding-top: clamp(86px, 10vw, 130px);
	padding-bottom: clamp(54px, 7vw, 88px);
}

.tbm-hero h1,
.tbm-page-hero h1 {
	color: var(--tbm-white);
	font-size: clamp(42px, 6vw, 78px);
	line-height: 1.02;
	max-width: 860px;
}

.tbm-hero p,
.tbm-page-hero p {
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(18px, 2.2vw, 24px);
	line-height: 1.55;
	max-width: 760px;
}

.tbm-hero img {
	border: 4px solid rgba(253, 184, 19, 0.55);
	border-radius: var(--tbm-radius);
	box-shadow: var(--tbm-shadow);
	min-height: 340px;
	object-fit: cover;
}

.elementor-button,
.tbm-submit {
	align-items: center;
	background: var(--tbm-yellow) !important;
	border: 2px solid var(--tbm-yellow) !important;
	border-radius: var(--tbm-radius) !important;
	color: var(--tbm-black) !important;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 14px 22px !important;
	text-decoration: none !important;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.elementor-button:hover,
.tbm-submit:hover {
	background: var(--tbm-black) !important;
	border-color: var(--tbm-black) !important;
	color: var(--tbm-white) !important;
	transform: translateY(-1px);
}

.tbm-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.tbm-badges span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: var(--tbm-white);
	font-size: 14px;
	font-weight: 800;
	padding: 10px 14px;
}

.tbm-section,
.tbm-booking-panel,
.tbm-content-band,
.tbm-contact,
.tbm-cta,
.tbm-stats {
	padding: clamp(56px, 7vw, 96px) max(22px, calc((100vw - 1180px) / 2));
}

.tbm-section h2,
.tbm-booking-panel h2,
.tbm-content-band h2,
.tbm-contact h2,
.tbm-cta h2 {
	color: var(--tbm-black);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.1;
	margin-bottom: 14px;
}

.tbm-section > .elementor-container,
.tbm-booking-panel > .elementor-container,
.tbm-content-band > .elementor-container,
.tbm-contact > .elementor-container,
.tbm-cta > .elementor-container,
.tbm-stats > .elementor-container {
	max-width: 1180px;
}

.tbm-booking-panel,
.tbm-content-band,
.tbm-stats {
	background: var(--tbm-accent);
}

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

.tbm-booking-grid input,
.tbm-booking-grid select,
.tbm-booking-grid textarea {
	background: var(--tbm-white);
	border: 1px solid var(--tbm-border);
	border-radius: var(--tbm-radius);
	color: var(--tbm-black);
	font: inherit;
	min-height: 48px;
	padding: 13px 14px;
	width: 100%;
}

.tbm-booking-grid textarea,
.tbm-consent,
.tbm-submit,
.wpcf7-response-output {
	grid-column: 1 / -1;
}

.tbm-booking-grid textarea {
	min-height: 118px;
	resize: vertical;
}

.tbm-consent {
	color: var(--tbm-muted);
	font-size: 14px;
}

.tbm-card-grid,
.tbm-review-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 32px;
}

.tbm-card,
.tbm-review-grid blockquote {
	background: var(--tbm-white);
	border: 1px solid var(--tbm-border);
	border-radius: var(--tbm-radius);
	box-shadow: 0 10px 30px rgba(17, 17, 17, 0.06);
	margin: 0;
	padding: 24px;
}

.tbm-card-icon {
	background: var(--tbm-yellow);
	border-radius: 4px;
	display: block;
	height: 28px;
	margin-bottom: 16px;
	width: 28px;
}

.tbm-card h3 {
	font-size: 21px;
	margin: 0 0 10px;
}

.tbm-card p {
	color: var(--tbm-muted);
	line-height: 1.6;
	margin-bottom: 18px;
}

.tbm-card a {
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: var(--tbm-yellow);
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
}

.tbm-stat-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	text-align: center;
}

.tbm-stat-grid div {
	background: var(--tbm-black);
	border-radius: var(--tbm-radius);
	color: var(--tbm-white);
	padding: 30px 18px;
}

.tbm-stat-grid strong {
	color: var(--tbm-yellow);
	display: block;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1;
	margin-bottom: 8px;
}

.tbm-faq {
	display: grid;
	gap: 12px;
	margin-top: 26px;
}

.tbm-faq details {
	background: var(--tbm-white);
	border: 1px solid var(--tbm-border);
	border-radius: var(--tbm-radius);
	padding: 18px 20px;
}

.tbm-faq summary {
	cursor: pointer;
	font-weight: 800;
	min-height: 48px;
}

.tbm-cta {
	background: var(--tbm-black);
	color: var(--tbm-white);
}

.tbm-cta h2,
.tbm-cta p {
	color: var(--tbm-white);
}

.tbm-floating-actions {
	align-items: flex-end;
	bottom: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: fixed;
	right: 18px;
	z-index: 9999;
}

.tbm-float {
	align-items: center;
	background: var(--tbm-yellow);
	border: 0;
	border-radius: 999px;
	box-shadow: var(--tbm-shadow);
	color: var(--tbm-black);
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	min-width: 48px;
	padding: 0 16px;
	text-decoration: none;
}

.tbm-float:hover {
	background: var(--tbm-black);
	color: var(--tbm-white);
}

@media (max-width: 1024px) {
	.tbm-card-grid,
	.tbm-review-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 767px) {
	.tbm-hero,
	.tbm-page-hero,
	.tbm-section,
	.tbm-booking-panel,
	.tbm-content-band,
	.tbm-contact,
	.tbm-cta,
	.tbm-stats {
		padding-left: 18px;
		padding-right: 18px;
	}

	.tbm-booking-grid,
	.tbm-card-grid,
	.tbm-review-grid,
	.tbm-stat-grid {
		grid-template-columns: 1fr;
	}

	.elementor-button,
	.tbm-submit {
		width: 100%;
	}

	.tbm-floating-actions {
		align-items: stretch;
		background: rgba(255, 255, 255, 0.94);
		border-top: 1px solid var(--tbm-border);
		bottom: 0;
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(4, 1fr);
		left: 0;
		padding: 8px;
		right: 0;
	}

	.tbm-float {
		border-radius: var(--tbm-radius);
		font-size: 12px;
		padding: 0 8px;
	}
}

