.kbtv-contact-page {
	--kbtv-contact-bg: #05050a;
	--kbtv-contact-panel: rgba(16, 18, 30, 0.78);
	--kbtv-contact-line: rgba(255, 255, 255, 0.12);
	--kbtv-contact-text: #ffffff;
	--kbtv-contact-muted: rgba(255, 255, 255, 0.68);
	--kbtv-contact-dim: rgba(255, 255, 255, 0.46);
	--kbtv-contact-teal: #2dd4bf;
	--kbtv-contact-violet: #8b5cf6;
	--kbtv-contact-pink: #ec4899;
	position: relative;
	overflow: hidden;
	min-height: 860px;
	padding: clamp(56px, 8vw, 112px) 22px;
	background: var(--kbtv-contact-bg);
	color: var(--kbtv-contact-text);
	color-scheme: dark;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.kbtv-contact-page * {
	box-sizing: border-box;
}

.kbtv-contact-page__bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(120deg, rgba(139, 92, 246, 0.2) 0%, rgba(139, 92, 246, 0) 38%),
		linear-gradient(245deg, rgba(45, 212, 191, 0.15) 0%, rgba(45, 212, 191, 0) 34%),
		linear-gradient(135deg, rgba(236, 72, 153, 0.08), rgba(236, 72, 153, 0) 40%),
		linear-gradient(180deg, #090911 0%, #05050a 70%);
	pointer-events: none;
}

.kbtv-contact-page__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 82%);
}

.kbtv-contact-page__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	gap: clamp(32px, 5vw, 72px);
	width: min(1180px, 100%);
	margin: 0 auto;
	align-items: center;
}

.kbtv-contact-brand {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 36px;
	color: #ffffff;
	text-decoration: none;
}

.kbtv-contact-brand span {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(45, 212, 191, 0.32);
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(139, 92, 246, 0.7), rgba(45, 212, 191, 0.34));
	font-weight: 900;
}

.kbtv-contact-brand strong {
	font-size: 0.98rem;
	letter-spacing: 0;
}

.kbtv-contact-intro h1 {
	margin: 0;
	max-width: 640px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 7vw, 6.8rem);
	line-height: 0.95;
	letter-spacing: 0;
}

.kbtv-contact-lede {
	max-width: 620px;
	margin: 28px 0 0;
	color: var(--kbtv-contact-muted);
	font-size: clamp(1rem, 1.3vw, 1.16rem);
	line-height: 1.75;
}

.kbtv-contact-highlights {
	display: grid;
	gap: 14px;
	margin-top: 42px;
	max-width: 640px;
}

.kbtv-contact-highlights div {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 8px 16px;
	padding: 18px 0;
	border-top: 1px solid var(--kbtv-contact-line);
}

.kbtv-contact-highlights span {
	grid-row: span 2;
	color: var(--kbtv-contact-teal);
	font-size: 0.78rem;
	font-weight: 800;
}

.kbtv-contact-highlights strong {
	color: #ffffff;
	font-size: 1rem;
}

.kbtv-contact-highlights small {
	color: var(--kbtv-contact-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.kbtv-contact-card {
	border: 1px solid var(--kbtv-contact-line);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(18, 18, 30, 0.86), rgba(10, 10, 18, 0.88));
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
	backdrop-filter: blur(16px);
	padding: clamp(24px, 4vw, 40px);
}

.kbtv-contact-card__heading h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	line-height: 1.14;
	letter-spacing: 0;
}

.kbtv-contact-card__heading p {
	margin: 10px 0 28px;
	color: var(--kbtv-contact-muted);
	line-height: 1.55;
}

.kbtv-contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.kbtv-contact-field {
	position: relative;
	display: block;
	min-width: 0;
}

.kbtv-contact-field--full,
.kbtv-contact-submit {
	grid-column: 1 / -1;
}

body .kbtv-contact-page .kbtv-contact-field input,
body .kbtv-contact-page .kbtv-contact-field select,
body .kbtv-contact-page .kbtv-contact-field textarea {
	width: 100%;
	min-height: 58px;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 14px;
	background-color: rgba(255, 255, 255, 0.045) !important;
	color: #ffffff !important;
	font: inherit !important;
	padding: 22px 16px 9px !important;
	outline: none !important;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body .kbtv-contact-page .kbtv-contact-field textarea {
	min-height: 154px;
	resize: vertical;
	line-height: 1.55;
}

body .kbtv-contact-page .kbtv-contact-field select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.76) 50%), linear-gradient(135deg, rgba(255,255,255,0.76) 50%, transparent 50%);
	background-position: calc(100% - 20px) 26px, calc(100% - 14px) 26px;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

body .kbtv-contact-page .kbtv-contact-field select option {
	background: #10121e;
	color: #ffffff;
}

.kbtv-contact-field span {
	position: absolute;
	top: 10px;
	left: 16px;
	color: var(--kbtv-contact-dim);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0;
	pointer-events: none;
	text-transform: uppercase;
	transition: color 180ms ease;
}

body .kbtv-contact-page .kbtv-contact-field input:focus,
body .kbtv-contact-page .kbtv-contact-field select:focus,
body .kbtv-contact-page .kbtv-contact-field textarea:focus {
	border-color: rgba(45, 212, 191, 0.72) !important;
	background-color: rgba(255, 255, 255, 0.07) !important;
	box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.1), 0 0 34px rgba(139, 92, 246, 0.12) !important;
}

.kbtv-contact-field input:focus + span,
.kbtv-contact-field select:focus + span,
.kbtv-contact-field textarea:focus + span {
	color: var(--kbtv-contact-teal);
}

.kbtv-contact-field small {
	display: block;
	margin-top: 8px;
	color: var(--kbtv-contact-dim);
	font-size: 0.84rem;
	line-height: 1.45;
}

.kbtv-contact-field.is-invalid input,
.kbtv-contact-field.is-invalid select,
.kbtv-contact-field.is-invalid textarea {
	border-color: rgba(248, 113, 113, 0.82) !important;
	box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.11) !important;
}

.kbtv-contact-schedule {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.035);
}

.kbtv-contact-schedule p {
	grid-column: 1 / -1;
	margin: 0;
	color: #ffffff;
	font-weight: 800;
}

.kbtv-contact-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.kbtv-contact-response {
	padding: 15px 16px;
	border-radius: 14px;
	background: rgba(45, 212, 191, 0.12);
	color: #d8fffa;
	border: 1px solid rgba(45, 212, 191, 0.28);
	line-height: 1.5;
}

.kbtv-contact-response.is-error {
	background: rgba(248, 113, 113, 0.12);
	color: #ffe3e3;
	border-color: rgba(248, 113, 113, 0.32);
}

.kbtv-contact-submit {
	position: relative;
	min-height: 58px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--kbtv-contact-violet), var(--kbtv-contact-pink));
	color: #ffffff;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 18px 40px rgba(236, 72, 153, 0.24);
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.kbtv-contact-submit:hover,
.kbtv-contact-submit:focus-visible {
	transform: translateY(-2px);
	filter: saturate(1.08);
	box-shadow: 0 24px 54px rgba(139, 92, 246, 0.34);
	outline: none;
}

.kbtv-contact-submit:disabled {
	cursor: wait;
	opacity: 0.68;
	transform: none;
}

@media (max-width: 980px) {
	.kbtv-contact-page__inner {
		grid-template-columns: 1fr;
	}

	.kbtv-contact-intro h1,
	.kbtv-contact-lede,
	.kbtv-contact-highlights {
		max-width: none;
	}
}

@media (max-width: 640px) {
	.kbtv-contact-page {
		padding: 36px 16px 64px;
	}

	.kbtv-contact-form,
	.kbtv-contact-schedule {
		grid-template-columns: 1fr;
	}

	.kbtv-contact-card {
		border-radius: 18px;
		padding: 20px;
	}

	.kbtv-contact-intro h1 {
		font-size: clamp(2.7rem, 15vw, 4.2rem);
	}
}
