.svt-home-banner {
	--svt-blue: #0068b3;
	--svt-blue-dark: #004f8a;
	--svt-orange: #ff8a00;
	position: relative;
	isolation: isolate;
	min-height: 498px;
	overflow: hidden;
	background: #073e68;
	color: #fff;
}

.svt-home-banner::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 32, 61, 0.78) 0%, rgba(0, 32, 61, 0.42) 48%, rgba(0, 32, 61, 0.1) 100%);
	content: "";
}

.svt-home-banner__media,
.svt-home-banner__media img {
	position: absolute;
	z-index: -2;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.svt-home-banner__media img {
	object-fit: cover;
	object-position: center;
}

.svt-home-banner__container {
	width: min(1200px, calc(100% - 40px));
	min-height: 498px;
	margin-inline: auto;
}

.svt-home-banner__content {
	display: flex;
	min-height: 498px;
	flex-direction: column;
	justify-content: center;
	padding-block: 52px 42px;
}

.svt-home-banner__intro {
	max-width: 900px;
}

.svt-home-banner__title-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 16px;
}

.svt-home-banner__title {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 3.3vw, 48px);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.15;
	text-wrap: balance;
}

.svt-home-banner__subtitle {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.96);
	font-size: clamp(16px, 1.7vw, 21px);
	font-weight: 500;
	line-height: 1.45;
}

.svt-home-banner__notice {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 34px;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.24);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	backdrop-filter: blur(5px);
}

.svt-home-banner__notice svg {
	flex: 0 0 auto;
	color: #ffd24a;
}

.svt-tour-search-panel {
	margin-top: 30px;
}

.svt-tour-search {
	display: grid;
	grid-template-columns: minmax(240px, 1.45fr) minmax(180px, 1fr) minmax(180px, 1fr) auto;
	gap: 1px;
	max-width: 1120px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.64);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 16px 42px rgba(0, 34, 63, 0.26);
}

.svt-search-field {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 68px;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 10px 16px;
	background: #fff;
	color: #1d2939;
	cursor: text;
}

.svt-search-field--select {
	cursor: pointer;
}

.svt-search-field__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	color: var(--svt-blue);
}

.svt-search-field__group {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	gap: 3px;
}

.svt-search-field__label {
	color: #667085;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.svt-search-field input,
.svt-search-field select {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	color: #17212b;
	font: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.svt-search-field input {
	height: 44px;
}

.svt-search-field input::placeholder {
	color: #667085;
	opacity: 1;
}

.svt-search-field select {
	padding-right: 24px;
	cursor: pointer;
}

.svt-search-field:focus-within {
	z-index: 1;
	box-shadow: inset 0 0 0 2px var(--svt-blue);
}

.svt-tour-search__submit {
	min-width: 126px;
	min-height: 68px;
	margin: 0;
	padding: 14px 24px;
	border: 0;
	border-radius: 0;
	background: var(--svt-blue);
	color: #fff;
	font: inherit;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.svt-tour-search__submit:hover {
	background: var(--svt-blue-dark);
}

.svt-tour-search__submit:focus-visible {
	position: relative;
	z-index: 2;
	outline: 3px solid #ffd24a;
	outline-offset: -4px;
}

.svt-tour-search__submit:active {
	transform: translateY(1px);
}

.svt-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

@media (max-width: 900px) {
	.svt-home-banner {
		min-height: 620px;
	}

	.svt-home-banner::after {
		background: linear-gradient(180deg, rgba(0, 31, 56, 0.36) 0%, rgba(0, 31, 56, 0.64) 48%, rgba(0, 31, 56, 0.88) 100%);
	}

	.svt-home-banner__container,
	.svt-home-banner__content {
		min-height: 620px;
	}

	.svt-home-banner__content {
		justify-content: flex-end;
		padding-block: 48px 32px;
	}

	.svt-tour-search {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		overflow: visible;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.svt-search-field,
	.svt-tour-search__submit {
		border-radius: 12px;
	}

	.svt-search-field--keyword {
		grid-column: 1 / -1;
	}

	.svt-tour-search__submit {
		grid-column: 1 / -1;
		min-height: 54px;
	}
}

@media (max-width: 600px) {
	.svt-home-banner {
		min-height: 700px;
	}

	.svt-home-banner__media img {
		object-position: center top;
	}

	.svt-home-banner__container {
		width: min(100% - 28px, 560px);
		min-height: 700px;
	}

	.svt-home-banner__content {
		min-height: 700px;
		padding-block: 44px 24px;
	}

	.svt-home-banner__title-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.svt-home-banner__title {
		font-size: clamp(27px, 8vw, 36px);
	}

	.svt-home-banner__subtitle {
		margin-top: 10px;
		font-size: 16px;
	}

	.svt-tour-search-panel {
		margin-top: 22px;
	}

	.svt-tour-search {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.svt-search-field,
	.svt-search-field--keyword,
	.svt-tour-search__submit {
		grid-column: 1;
	}

	.svt-search-field {
		min-height: 58px;
		padding: 8px 13px;
	}

	.svt-search-field input {
		height: 40px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.svt-tour-search__submit {
		transition: none;
	}
}
