/* หน้าแรก — เน้นการจอง */

.home-booking .home-main {
	padding-bottom: 48px;
}

.home-booking-strip {
	background: var(--pac-bg, #f1f5f9);
	padding: 28px 0 36px;
	border-bottom: 1px solid var(--pac-border, #e2e8f0);
}

.home-booking-strip__inner {
	background: var(--pac-surface, #fff);
	border-radius: var(--pac-radius, 12px);
	box-shadow: var(--pac-shadow, 0 8px 30px rgba(15, 23, 42, 0.08));
	padding: 24px 20px 20px;
}

.home-booking-strip__title {
	margin: 0 0 8px;
	font-size: clamp(1.25rem, 2.5vw, 1.6rem);
	color: var(--pac-text, #0f172a);
}

.home-booking-strip__lead {
	margin: 0 0 16px;
	color: var(--pac-muted, #475569);
	font-size: 15px;
}

.home-section__head {
	text-align: center;
	margin-bottom: 28px;
}

.home-section__title {
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	margin: 0 0 10px;
}

.home-section__lead {
	margin: 0 auto;
	max-width: 640px;
	color: var(--pac-muted, #475569);
}

.home-fleet {
	padding: 40px 0 24px;
}

.home-fleet__grid {
	margin-bottom: 24px;
}

.home-fleet__more {
	margin-top: 8px;
}

.home-trust {
	margin-top: 32px;
}

.home-about {
	padding: 40px 0;
	background: var(--pac-surface, #fff);
}

.home-about__body {
	font-size: 15px;
	line-height: 1.7;
}

.home-contact-card {
	background: var(--pac-bg, #f8fafc);
	border: 1px solid var(--pac-border, #e2e8f0);
	border-radius: var(--pac-radius, 12px);
	padding: 20px;
	position: sticky;
	top: 88px;
}

.home-contact-card__title {
	margin: 0 0 12px;
	font-size: 1.15rem;
}

.home-contact-card__channels a {
	font-weight: 600;
}

.home-contact-card__docs {
	padding-left: 18px;
	margin: 0 0 12px;
	font-size: 14px;
}

.home-contact-card__tags {
	font-size: 12px;
	line-height: 1.5;
}

.home-contact-card__cta {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.home-reviews {
	padding: 48px 0;
	background: var(--pac-bg, #f1f5f9);
}

.home-reviews .review-card {
	background: var(--pac-surface, #fff);
	border-radius: var(--pac-radius, 12px);
	padding: 20px;
	height: 100%;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
	border: 1px solid var(--pac-border, #e2e8f0);
}

.home-reviews .review-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

@media (max-width: 991px) {
	.home-contact-card {
		position: static;
		margin-top: 24px;
	}
}

@media (max-width: 768px) {
	.home-booking-strip__inner {
		padding: 16px 12px;
	}
}

/* Hero หน้าแรก EN */
body.home--en-hero .site-header-wrapper {
	box-shadow: 0 1px 0 var(--pac-border, #e2e8f0);
}

.pac-hero-en {
	background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 50%, #075985 100%);
	padding: clamp(40px, 6vw, 72px) 0;
	color: #fff;
	overflow: hidden;
}

.pac-hero-en__eyebrow {
	margin: 0 0 10px;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fde047;
}

.pac-hero-en__title {
	margin: 0 0 14px;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.pac-hero-en__highlight {
	color: #fde047;
}

.pac-hero-en__subtitle {
	margin: 0 0 18px;
	max-width: 36em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #e2e8f0;
}

.pac-hero-en__features {
	margin: 0 0 20px;
}

.pac-hero-en__features li {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin-bottom: 0.6rem;
	font-size: 0.98rem;
	color: #f8fafc;
}

.pac-hero-en__features .fa {
	color: #4ade80;
	margin-top: 3px;
}

.pac-hero-en__price {
	display: inline-flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-bottom: 20px;
	padding: 10px 16px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.pac-hero-en__price-label {
	font-size: 0.9rem;
	color: #e2e8f0;
}

.pac-hero-en__price-value {
	font-size: 1.35rem;
	color: #fde047;
}

.pac-hero-en__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-bottom: 24px;
}

.pac-hero-en__btn {
	border-radius: 999px !important;
	padding: 12px 20px !important;
	font-weight: 600 !important;
}

.pac-hero-en__btn--whatsapp {
	background: #25d366 !important;
	border-color: #1da851 !important;
	color: #fff !important;
}

.pac-hero-en__btn--whatsapp:hover,
.pac-hero-en__btn--whatsapp:focus {
	background: #1ebe57 !important;
	color: #fff !important;
}

.pac-hero-en__btn--outline {
	background: transparent !important;
	border: 2px solid #fff !important;
	color: #fff !important;
}

.pac-hero-en__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.pac-hero-en__stat strong {
	display: block;
	font-size: 1.6rem;
	color: #fde047;
	line-height: 1.2;
}

.pac-hero-en__stat span {
	font-size: 0.85rem;
	color: #cbd5e1;
}

.pac-hero-en__media {
	position: relative;
	margin-top: 0.5rem;
}

.pac-hero-en__promo-link {
	display: block;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
	line-height: 0;
	background: #fff;
}

.pac-hero-en__promo-img {
	display: block;
	width: 100%;
	height: auto;
}

.pac-hero-en__media-frame {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.pac-hero-en__media-frame img {
	width: 100%;
	height: auto;
}

.pac-hero-en__badge {
	position: absolute;
	background: #fff;
	color: #0f172a;
	border-radius: 12px;
	padding: 10px 14px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	font-size: 0.85rem;
}

.pac-hero-en__badge--review {
	bottom: 16px;
	left: 16px;
}

.pac-hero-en__badge strong {
	display: block;
	font-size: 1rem;
}

@media (max-width: 991px) {
	.pac-hero-en__row { text-align: center; }
	.pac-hero-en__subtitle { margin-left: auto; margin-right: auto; }
	.pac-hero-en__features { text-align: left; display: inline-block; }
	.pac-hero-en__cta { justify-content: center; }
	.pac-hero-en__stats { justify-content: center; }
	.pac-hero-en__badge { position: static; display: inline-block; margin-top: 12px; }
	.pac-hero-en__media { margin-top: 24px; }
}
