/* Kost Blora FAQ page. */
.kfq-page,
.kfq-page * {
	box-sizing: border-box;
}

.kfq-page {
	--kfq-ink: #123e56;
	--kfq-deep: #073d5d;
	--kfq-muted: #637b8a;
	--kfq-line: #dce9ef;
	--kfq-soft: #f5f9fa;
	--kfq-coral: #f27689;
	--kfq-coral-dark: #df5d72;
	--kfq-yellow: #f6cd55;
	--kfq-green: #beda73;
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);
	overflow: clip;
	background: #fff;
	color: var(--kfq-ink);
	font-family: Inter, "Nunito Sans", "Segoe UI", Arial, sans-serif;
	letter-spacing: 0;
}

body.kbhs-faq-page {
	overflow-x: hidden;
	background: #fff !important;
}

body.kbhs-faq-page #page,
body.kbhs-faq-page .site,
body.kbhs-faq-page .site-content,
body.kbhs-faq-page .content-area,
body.kbhs-faq-page .ast-container,
body.kbhs-faq-page .entry-content,
body.kbhs-faq-page .elementor,
body.kbhs-faq-page .elementor-section,
body.kbhs-faq-page .elementor-container,
body.kbhs-faq-page .elementor-widget-container {
	background: #fff !important;
}

body.kbhs-faq-page .site-footer,
body.kbhs-faq-page footer#colophon,
body.kbhs-faq-page .ast-footer-copyright,
body.kbhs-faq-page #ast-scroll-top,
body.kbhs-faq-page .ast-scroll-top-icon {
	display: none !important;
}

.kfq-page a,
.kfq-page a:visited,
.kfq-page a:active,
.kfq-page a:focus {
	color: inherit;
	text-decoration: none;
}

.kfq-page button,
.kfq-page input {
	font: inherit;
	letter-spacing: 0;
}

.kfq-shell {
	width: min(100% - 40px, 1180px);
	margin: 0 auto;
}

.kfq-hero {
	position: relative;
	overflow: hidden;
	padding: 76px 0 64px;
	background:
		linear-gradient(135deg, rgba(190, 218, 115, 0.28), rgba(255, 255, 255, 0) 34%),
		linear-gradient(110deg, rgba(170, 222, 239, 0.45), rgba(242, 118, 137, 0.08) 58%, rgba(255, 255, 255, 0) 100%),
		#f8fbfc;
	border-bottom: 1px solid rgba(9, 60, 93, 0.08);
}

.kfq-hero::after {
	position: absolute;
	right: max(24px, calc((100vw - 1180px) / 2));
	bottom: -80px;
	width: 280px;
	height: 280px;
	border-radius: 999px;
	background: rgba(246, 205, 85, 0.24);
	content: "";
}

.kfq-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
	gap: 48px;
	align-items: end;
}

.kfq-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 22px;
	color: var(--kfq-deep);
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
}

.kfq-breadcrumb a {
	color: var(--kfq-deep);
}

.kfq-breadcrumb span {
	color: var(--kfq-muted);
}

.kfq-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--kfq-deep);
	font-size: clamp(48px, 7vw, 88px);
	font-weight: 950;
	line-height: 0.96;
	letter-spacing: 0;
}

.kfq-hero__copy p {
	max-width: 640px;
	margin: 24px 0 0;
	color: #526873;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.7;
}

.kfq-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.kfq-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--kfq-deep);
	border-radius: 999px;
	padding: 0 28px;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	transition:
		background 220ms ease,
		border-color 220ms ease,
		color 220ms ease,
		transform 220ms ease;
}

.kfq-button--primary {
	background: var(--kfq-deep);
	color: #fff !important;
}

.kfq-button--ghost {
	background: #fff;
	color: var(--kfq-deep) !important;
}

.kfq-hero__panel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 14px;
	border: 1px solid rgba(9, 60, 93, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 18px 48px rgba(9, 60, 93, 0.08);
	backdrop-filter: blur(10px);
}

.kfq-hero__panel div {
	display: grid;
	gap: 8px;
	min-height: 120px;
	align-content: center;
	border-radius: 6px;
	padding: 18px;
	background: #fff;
}

.kfq-hero__panel strong {
	color: var(--kfq-deep);
	font-size: 44px;
	font-weight: 950;
	line-height: 0.9;
}

.kfq-hero__panel span {
	color: var(--kfq-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.kfq-content {
	padding: 52px 0 96px;
	background: #fff;
}

.kfq-toolbar {
	display: block;
	max-width: 520px;
	margin-bottom: 30px;
}

.kfq-search {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.kfq-search span {
	color: var(--kfq-deep);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.kfq-search input {
	width: 100%;
	min-height: 54px;
	border: 2px solid var(--kfq-line);
	border-radius: 999px;
	padding: 0 20px;
	background: #fff;
	color: var(--kfq-ink);
	font-size: 15px;
	font-weight: 700;
	outline: none;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.kfq-search input::placeholder {
	color: #8aa0ab;
}

.kfq-search input:focus {
	border-color: var(--kfq-deep);
	box-shadow: 0 0 0 4px rgba(9, 60, 93, 0.08);
}

.kfq-aside__links button {
	border: 1px solid var(--kfq-line);
	border-radius: 999px;
	background: #fff;
	color: #526873;
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
	cursor: pointer;
	outline: none;
	transition:
		background 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.kfq-aside__links button.is-active {
	border-color: var(--kfq-deep);
	background: var(--kfq-deep);
	color: #fff;
}

.kfq-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

.kfq-aside {
	position: sticky;
	top: 120px;
	display: grid;
	gap: 16px;
	border-left: 4px solid var(--kfq-green);
	padding-left: 18px;
}

.kfq-aside strong {
	color: var(--kfq-deep);
	font-size: 14px;
	font-weight: 950;
	line-height: 1;
}

.kfq-aside__links {
	display: grid;
	gap: 8px;
}

.kfq-aside__links button {
	width: 100%;
	min-height: 40px;
	padding: 0 15px;
	text-align: left;
}

.kfq-list {
	border-top: 1px solid var(--kfq-line);
}

.kfq-item {
	border-bottom: 1px solid var(--kfq-line);
	background: transparent;
}

.kfq-item[hidden],
.kfq-empty[hidden] {
	display: none !important;
}

.kfq-item summary {
	display: grid;
	grid-template-columns: minmax(0, 150px) minmax(0, 1fr) 24px;
	gap: 22px;
	align-items: center;
	min-height: 88px;
	padding: 20px 0;
	color: var(--kfq-ink);
	cursor: pointer;
	list-style: none;
}

.kfq-item summary::-webkit-details-marker {
	display: none;
}

.kfq-item__category {
	display: inline-flex;
	width: fit-content;
	max-width: 100%;
	border-radius: 999px;
	padding: 7px 11px;
	background: var(--kfq-soft);
	color: var(--kfq-deep);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.kfq-item summary strong {
	min-width: 0;
	color: #334d5c;
	font-size: 18px;
	font-weight: 850;
	line-height: 1.45;
}

.kfq-item summary svg {
	width: 22px;
	height: 22px;
	color: var(--kfq-coral);
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
	transition: transform 180ms ease;
}

.kfq-item[open] summary svg {
	transform: rotate(180deg);
}

.kfq-item__answer {
	max-width: 820px;
	padding: 0 48px 26px 172px;
	color: #5f7380;
	font-size: 15px;
	font-weight: 550;
	line-height: 1.7;
}

.kfq-item__answer > * {
	margin-top: 0;
	margin-bottom: 14px;
}

.kfq-item__answer > *:last-child {
	margin-bottom: 0;
}

.kfq-item__answer a {
	color: var(--kfq-deep);
	font-weight: 850;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.kfq-empty {
	margin: 0;
	border: 1px solid var(--kfq-line);
	border-radius: 8px;
	padding: 28px;
	background: var(--kfq-soft);
	color: var(--kfq-muted);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
}

@media (hover: hover) and (pointer: fine) {
	.kfq-button:hover,
	.kfq-button:focus-visible,
	.kfq-aside__links button:hover,
	.kfq-aside__links button:focus-visible {
		outline: none;
		transform: translateY(-1px);
	}

	.kfq-button--ghost:hover,
	.kfq-button--ghost:focus-visible,
	.kfq-aside__links button:hover,
	.kfq-aside__links button:focus-visible {
		border-color: var(--kfq-deep);
		color: var(--kfq-deep);
	}

	.kfq-button--primary:hover,
	.kfq-button--primary:focus-visible,
	.kfq-aside__links button.is-active:hover,
	.kfq-aside__links button.is-active:focus-visible {
		background: var(--kfq-deep);
		color: #fff;
	}
}

@media (max-width: 1180px) {
	.kfq-shell {
		width: min(100% - 40px, 980px);
	}

	.kfq-hero {
		padding: 64px 0 54px;
	}

	.kfq-hero__grid,
	.kfq-layout {
		grid-template-columns: 1fr;
	}

	.kfq-hero__panel {
		max-width: 520px;
	}

	.kfq-aside {
		position: static;
		border-left: 0;
		padding-left: 0;
	}

	.kfq-aside__links {
		display: flex;
		flex-wrap: wrap;
	}

	.kfq-aside__links button {
		width: auto;
	}
}

@media (max-width: 760px) {
	.kfq-shell {
		width: min(100% - 32px, 520px);
	}

	.kfq-hero {
		padding: 36px 0 42px;
	}

	.kfq-breadcrumb {
		margin-bottom: 18px;
		font-size: 12px;
	}

	.kfq-hero h1 {
		font-size: 42px;
		line-height: 1;
	}

	.kfq-hero__copy p {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.65;
	}

	.kfq-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 24px;
	}

	.kfq-button {
		width: 100%;
		min-height: 46px;
	}

	.kfq-hero__panel {
		grid-template-columns: 1fr 1fr;
		padding: 10px;
	}

	.kfq-hero__panel div {
		min-height: 92px;
		padding: 14px;
	}

	.kfq-hero__panel strong {
		font-size: 34px;
	}

	.kfq-content {
		padding: 34px 0 64px;
	}

	.kfq-toolbar {
		gap: 16px;
		margin-bottom: 24px;
	}

	.kfq-search span {
		font-size: 12px;
	}

	.kfq-search input {
		min-height: 50px;
		font-size: 14px;
	}

	.kfq-aside__links {
		flex-wrap: nowrap;
		margin-right: -16px;
		margin-left: -16px;
		overflow-x: auto;
		padding: 0 16px 4px;
		scrollbar-width: none;
	}

	.kfq-aside__links::-webkit-scrollbar {
		display: none;
	}

	.kfq-aside__links button {
		flex: 0 0 auto;
	}

	.kfq-layout {
		gap: 22px;
	}

	.kfq-aside {
		gap: 12px;
	}

	.kfq-item summary {
		grid-template-columns: minmax(0, 1fr) 22px;
		gap: 14px;
		min-height: 0;
		padding: 19px 0;
	}

	.kfq-item__category {
		grid-column: 1 / -1;
	}

	.kfq-item summary strong {
		font-size: 16px;
		line-height: 1.45;
	}

	.kfq-item__answer {
		padding: 0 0 22px;
		font-size: 14px;
		line-height: 1.65;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kfq-button,
	.kfq-aside__links button,
	.kfq-search input,
	.kfq-item summary svg {
		transition-duration: 1ms !important;
	}
}
