.llp-how-to-book-hero {
	align-items: center;
	background: linear-gradient(135deg, #f4f9fd 0%, #e8f4fc 100%);
	border: 1px solid #d4e6f5;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 0 28px;
	padding: 20px 24px;
}

.llp-how-to-book-hero img {
	border-radius: 8px;
	flex: 0 0 160px;
	max-width: 100%;
}

.llp-how-to-book-hero .llp-how-to-book-video {
	flex: 0 0 min(100%, 420px);
	max-width: 420px;
	width: 100%;
}

.llp-how-to-book-video {
	aspect-ratio: 16 / 9;
	background: #0f2744;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.llp-how-to-book-video iframe,
.llp-how-to-book-video video {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.llp-how-to-book-video-slideshow {
	height: 100%;
	position: relative;
	width: 100%;
}

.llp-how-to-book-video-slide {
	align-items: center;
	background: linear-gradient(180deg, #1a4a7a 0%, #0f2744 100%);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding: 16px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: opacity 0.6s ease;
	width: 100%;
}

.llp-how-to-book-video-slide.is-active {
	opacity: 1;
	z-index: 1;
}

.llp-how-to-book-video-slide img {
	flex: 0 0 auto;
	height: 72px;
	margin-bottom: 10px;
	width: 72px;
}

.llp-how-to-book-video-slide strong {
	color: #fff;
	display: block;
	font-size: 1rem;
	margin-bottom: 6px;
}

.llp-how-to-book-video-slide span {
	color: #d4e6f5;
	font-size: 0.85rem;
	line-height: 1.35;
}

.llp-how-to-book-video-badge {
	background: rgba(0, 0, 0, 0.55);
	border-radius: 4px;
	bottom: 10px;
	color: #fff;
	font-size: 11px;
	left: 10px;
	padding: 4px 8px;
	position: absolute;
	z-index: 2;
}

.llp-how-to-book-hero-text {
	flex: 1 1 220px;
}

.llp-how-to-book-hero-text h2 {
	margin: 0 0 8px;
}

.llp-how-to-book-steps {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin: 0 0 28px;
}

.llp-how-to-book-step {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	display: flex;
	gap: 16px;
	padding: 18px;
}

.llp-how-to-book-step img {
	flex: 0 0 72px;
	height: 72px;
	width: 72px;
}

.llp-how-to-book-step h3 {
	font-size: 1.1rem;
	margin: 0 0 6px;
}

.llp-how-to-book-step p {
	margin: 0;
}

.llp-how-to-book-cta {
	margin-top: 16px;
}

.llp-how-to-book-cta a.button,
.llp-how-to-book-cta .llp-how-to-book-calendar-btn {
	background: #1a4a7a;
	border: 2px solid #153a62;
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(15, 39, 68, 0.25);
	box-sizing: border-box;
	color: #fff !important;
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.35;
	margin: 0;
	padding: 18px 24px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
	width: 100%;
}

.llp-how-to-book-cta a.button:hover,
.llp-how-to-book-cta a.button:focus,
.llp-how-to-book-cta .llp-how-to-book-calendar-btn:hover,
.llp-how-to-book-cta .llp-how-to-book-calendar-btn:focus {
	background: #0f2744;
	border-color: #0a1f38;
	box-shadow: 0 6px 18px rgba(15, 39, 68, 0.35);
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-1px);
}

.llp-home-how-to-book {
	margin: 0 0 18px;
}

.llp-home-how-to-book-link {
	font-weight: 600;
	text-decoration: none;
}

.llp-home-how-to-book-link:hover {
	text-decoration: underline;
}
