/* PCA hero search */
.pca-ais-results {
	display: none;
	max-width: 1180px;
	margin: 26px auto 60px;
	padding: 0 22px;
	font-family: Inter, system-ui, -apple-system, sans-serif;
}
.pca-ais-results.is-open { display: block; }

.pca-ais-intent { margin: 4px 4px 24px; }
.pca-ais-pill {
	display: inline-flex; align-items: center; gap: 6px;
	margin-bottom: 12px;
	padding: 5px 12px 5px 10px;
	border-radius: 999px;
	background: rgba(11, 180, 166, .14);
	color: #0a7d74;
	font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
	font-weight: 700; font-size: 12px; letter-spacing: .01em;
}

.pca-ais-spark {
	display: inline; width: auto; height: auto;
	background: none; border-radius: 0; color: inherit;
	font-size: 12px; line-height: 1;
}
.pca-ais-intent h1 {
	margin: 0;
	font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
	font-weight: 800;
	font-size: 27px;
	letter-spacing: -.4px;
	color: #0d1b2a;
	line-height: 1.2;
}
.pca-ais-intent p {
	margin: 9px 0 0; font-size: 13.5px; line-height: 1.5; color: #5b6b7b;
	font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif; font-weight: 500;
}

.pca-ais-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	align-items: start; 
}
.pca-ais-cardwrap { display: flex; flex-direction: column; gap: 6px; min-width: 0; }

.pca-ais-grid .pca-tour-card-v2--featured { width: 100%; flex: 0 1 auto; }

@keyframes pca-ai-card-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.pca-ais-cardwrap { animation: pca-ai-card-in .45s cubic-bezier(.22, .7, .2, 1) both; }
.pca-ais-cardwrap:nth-child(1) { animation-delay: .05s; }
.pca-ais-cardwrap:nth-child(2) { animation-delay: .11s; }
.pca-ais-cardwrap:nth-child(3) { animation-delay: .17s; }
.pca-ais-cardwrap:nth-child(4) { animation-delay: .23s; }
.pca-ais-cardwrap:nth-child(5) { animation-delay: .29s; }
.pca-ais-cardwrap:nth-child(6) { animation-delay: .35s; }
@media (prefers-reduced-motion: reduce) { .pca-ais-cardwrap { animation: none; } }

.pca-ais-msg {
	grid-column: 1 / -1;
	font-size: 14.5px; color: #5b6b7b;
	background: #f6f8f9; border: 1px solid #e7ecf1; border-radius: 12px;
	padding: 16px 18px;
}
.pca-ais-msg a { color: #0a7d74; font-weight: 700; }

.pca-ais-trust {
	margin: 8px 0 0; font-size: 13px; font-weight: 600; color: #5b6b7b;
	font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
}
.pca-ais-stars { color: #e8a400; font-weight: 700; }

.pca-ais-why {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 12px; line-height: 1.35; font-weight: 500;
	color: #5b6b7b;
	padding: 1px 2px 0;
}
.pca-ais-why span { color: #0a7d74; }
@media (max-width: 560px) { .pca-ais-why { display: none; } }

.pca-ais-skel {
	border-radius: 16px;
	min-height: 300px;
	background: linear-gradient(90deg, #eef2f5 25%, #e2e8ee 37%, #eef2f5 63%);
	background-size: 400% 100%;
	animation: pca-ais-shimmer 1.3s ease-in-out infinite;
}
@keyframes pca-ais-shimmer { 0% { background-position: 100% 0; } 100% { background-position: -100% 0; } }
@media (prefers-reduced-motion: reduce) { .pca-ais-skel { animation: none; } }

@media (max-width: 920px) {
	.pca-ais-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.pca-ais-grid { grid-template-columns: 1fr; }
	.pca-ais-intent h1 { font-size: 22px; }
}

.pca-ais-page { padding: 44px 22px 72px; min-height: 60vh; }
.pca-ais-browse {
	display: inline-block; margin: 28px 4px 0;
	font-family: 'Plus Jakarta Sans', Inter, sans-serif; font-weight: 700; font-size: 14px;
	color: #0a7d74; text-decoration: none;
}
.pca-ais-browse:hover { text-decoration: underline; }

.pca-ais-loadwrap { padding: 30px 22px 10px; }
.pca-ais-loadcard {
	max-width: 560px; margin: 0 auto; text-align: center;
	background: #fff; border: 1px solid #e7ecf1; border-radius: 18px;
	box-shadow: 0 10px 30px rgba(13, 27, 42, .06); padding: 42px 24px;
}
.pca-ais-spinner {
	display: inline-block; width: 42px; height: 42px; border-radius: 50%;
	border: 3px solid #e3efed; border-top-color: #0bb4a6;
	animation: pca-ais-spin .8s linear infinite;
}
@keyframes pca-ais-spin { to { transform: rotate(360deg); } }
.pca-ais-loadtitle {
	margin-top: 16px; font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
	font-weight: 700; font-size: 18px; color: #0d1b2a;
}
.pca-ais-loadsub { margin-top: 6px; font-size: 13.5px; color: #5b6b7b; }

.pca-ais-pop { animation: pca-ais-pop .38s cubic-bezier(.2, .7, .2, 1) both; }
@keyframes pca-ais-pop { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.pca-ais-prompt-form { background: transparent !important; border: 0 !important; box-shadow: none !important; padding: 0 !important; }

.pca-hero-search .pca-hero-search-form .pca-search-input-wrapper { display: none !important; }
.pca-hero-search .pca-hero-search-form { min-height: 188px; }

.pca-ais-hide-legacy { display: none !important; }

.pca-hero-search__module {
	max-width: 680px;
	margin: 0 auto;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 14px;
	animation: pca-ais-fadein .3s ease both;
}
@keyframes pca-ais-fadein { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.pca-hero-search__label {
	display: inline-flex; align-items: center; gap: 6px;
	align-self: flex-start;
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
	font-weight: 600; font-size: 12.5px; letter-spacing: .02em;
	color: rgba(255, 255, 255, .95);
	text-shadow: 0 1px 8px rgba(8, 30, 34, .42);
}
.pca-hero-search__label svg { color: rgba(255, 255, 255, .9); flex: none; }

.pca-hero-search__form {
	display: flex; align-items: center; gap: 6px;
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 14px;
	padding: 6px;
	box-shadow: 0 10px 28px rgba(8, 30, 34, .2);
	transition: box-shadow .2s ease, border-color .2s ease;
}
.pca-hero-search__form:focus-within {
	border-color: rgba(255, 255, 255, .9);
	box-shadow: 0 0 0 3px rgba(255, 107, 53, .35), 0 12px 30px rgba(8, 30, 34, .22);
}

.pca-hero-search__input {
	flex: 1 1 auto; min-width: 0;
	border: 0; outline: 0; background: transparent;
	font-family: inherit; font-size: 16px; line-height: 1.4; color: #11212b;
	padding: 0 12px;
	-webkit-appearance: none; appearance: none;
}
.pca-hero-search__input::placeholder { color: #5a727c; opacity: 1; }
.pca-hero-search__input::-webkit-search-cancel-button { -webkit-appearance: none; }

.pca-hero-search__button {
	position: relative;
	flex: none;
	display: inline-flex; align-items: center; justify-content: center;
	border: 0; cursor: pointer; border-radius: 10px;
	padding: 0 20px; height: 44px;
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif; font-weight: 700; font-size: 15px; letter-spacing: .005em;
	color: #fff; background: #ff6b35;
	box-shadow: 0 1px 2px rgba(120, 40, 0, .25);
	transition: background .15s ease, transform .12s ease;
	white-space: nowrap;
}
.pca-hero-search__button:hover { background: #e85d2a; }
.pca-hero-search__button:active { transform: scale(.985); }
.pca-hero-search__button.is-loading { pointer-events: none; color: transparent; }
.pca-hero-search__button.is-loading::after {
	content: ''; position: absolute; width: 16px; height: 16px; border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .55); border-top-color: #fff;
	animation: pca-ais-spin .7s linear infinite;
}

.pca-hero-search__examples { display: flex; flex-wrap: wrap; gap: 8px; }
.pca-hero-search__chip {
	border: 1px solid rgba(255, 255, 255, .55);
	background: rgba(255, 255, 255, .14);
	color: #fff;
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif; font-weight: 600; font-size: 12.5px;
	padding: 6px 13px; border-radius: 999px; cursor: pointer;
	text-shadow: 0 1px 4px rgba(8, 30, 34, .3);
	white-space: nowrap;
	transition: background .15s ease, border-color .15s ease;
}
.pca-hero-search__chip:hover { background: rgba(255, 255, 255, .26); border-color: #fff; }

.pca-hero-search__browse {
	align-self: flex-start;
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif; font-weight: 500; font-size: 13px;
	color: rgba(255, 255, 255, .9); text-decoration: none;
	text-shadow: 0 1px 5px rgba(8, 30, 34, .35);
	border-bottom: 1px solid rgba(255, 255, 255, .4); padding-bottom: 1px;
	transition: color .15s ease, border-color .15s ease;
}
.pca-hero-search__browse:hover { color: #fff; border-color: #fff; }

.pca-hero-search__input:focus-visible,
.pca-hero-search__chip:focus-visible,
.pca-hero-search__browse:focus-visible {
	outline: 3px solid rgba(255, 255, 255, .95);
	outline-offset: 2px;
}
.pca-hero-search__button:focus-visible {
	outline: 3px solid rgba(255, 107, 53, .65);
	outline-offset: 2px;
}

@media (max-width: 560px) {
	.pca-hero-search .pca-hero-search-form { min-height: 244px; }
	.pca-hero-search__module { max-width: 100%; gap: 12px; }
	.pca-hero-search__form { flex-direction: column; align-items: stretch; gap: 8px; padding: 8px; border-radius: 14px; }
	.pca-hero-search__input { width: 100%; font-size: 16px; padding: 10px 12px; } 
	.pca-hero-search__button { width: 100%; height: 50px; font-size: 16px; }
	.pca-hero-search__examples {
		flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
		scrollbar-width: none; margin: 0 -4px; padding: 0 4px 2px;
		-webkit-mask-image: linear-gradient(90deg, #000 86%, transparent);
		mask-image: linear-gradient(90deg, #000 86%, transparent);
	}
	.pca-hero-search__examples::-webkit-scrollbar { display: none; }
	.pca-hero-search__chip { flex: none; }
}
