.ksp-active {
	--ksp-navy: #0d2f68;
	--ksp-blue: #155eef;
	--ksp-blue-dark: #0b46bc;
	--ksp-sky: #eaf3ff;
	--ksp-ink: #172033;
	--ksp-muted: #5f6b7a;
	--ksp-border: #dce3ec;
	--ksp-surface: #ffffff;
	--ksp-shadow: 0 18px 48px rgba(20, 45, 82, 0.09);
	padding-bottom: 78px;
	overflow-x: hidden;
	overflow-x: clip;
}

html:has(body.ksp-active) {
	scroll-behavior: smooth;
}

.ksp-active .site-content {
	padding-top: 20px;
}

.ksp-active.separate-containers .site-main {
	margin-top: 0;
}

.ksp-active.separate-containers .inside-article {
	padding: 0 !important;
	background: transparent;
}

.ksp-active .inside-article > .entry-header,
.ksp-active .inside-article > .featured-image,
.ksp-active .page-header-image-single {
	display: none !important;
}

.ksp-active .entry-content {
	margin-top: 0 !important;
}

.ksp-active .kcb-fixed {
	display: none !important;
}

.ksp-page,
.ksp-page * {
	box-sizing: border-box;
}

.ksp-page,
.ksp-sections,
.ksp-section,
.ksp-section__content {
	min-width: 0;
}

.ksp-page {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 44px;
	border: 1px solid var(--ksp-border);
	border-radius: 24px;
	background: var(--ksp-surface);
	box-shadow: var(--ksp-shadow);
	color: var(--ksp-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Pretendard", "Noto Sans KR", "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.72;
	letter-spacing: -0.01em;
	word-break: keep-all;
	overflow-wrap: break-word;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.ksp-page--media-below .ksp-hero {
	display: block;
	min-height: 0;
}

.ksp-page--app > .ksp-sections {
	margin-top: 22px;
}

.ksp-page--app .ksp-sections > .ksp-facts {
	margin: 0;
}

.ksp-section__actions {
	margin-top: 20px;
}

.ksp-page--media-below .ksp-hero__copy {
	min-height: 0;
	padding: 64px;
}

.ksp-hero-media-standalone {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(124, 161, 220, 0.25);
	border-radius: 24px;
	background: #071b42;
	box-shadow: 0 18px 44px rgba(11, 49, 111, 0.16);
}

.ksp-hero-media-standalone figure {
	margin: 0 !important;
}

.ksp-hero-media-standalone img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.ksp-page--app .ksp-hero-media-standalone {
	width: 100%;
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
	justify-self: center;
}

.ksp-page a {
	color: inherit;
}

.ksp-nowrap {
	white-space: nowrap;
}

.ksp-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
	min-height: 430px;
	overflow: hidden;
	border: 1px solid rgba(124, 161, 220, 0.25);
	border-radius: 28px;
	background:
		radial-gradient(circle at 14% 10%, rgba(70, 141, 255, 0.36), transparent 36%),
		linear-gradient(135deg, #071b42 0%, #0b3478 56%, #0d4fc0 100%);
	box-shadow: 0 24px 60px rgba(11, 49, 111, 0.2);
	color: #fff;
}

.ksp-page--golf .ksp-hero,
.ksp-page--daily .ksp-hero,
.ksp-page--app .ksp-hero,
.ksp-page--call-guide .ksp-hero,
.ksp-page--phone .ksp-hero,
.ksp-page--delivery-area .ksp-hero,
.ksp-page--service-types .ksp-hero {
	border: 0;
	border-radius: 24px;
	background: radial-gradient(circle at 90% 5%, #174da2 0, transparent 32%), linear-gradient(135deg, #071329, #112c59 62%, #154a9b);
	box-shadow: none;
}

.ksp-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px 54px;
}

.ksp-eyebrow {
	width: fit-content;
	margin: 0 0 14px !important;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #e7f1ff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.ksp-hero h1 {
	margin: 0 !important;
	color: #fff;
	font-size: clamp(40px, 4vw, 54px);
	font-weight: 800;
	line-height: 1.14;
	letter-spacing: -0.045em;
}

.ksp-hero__lead {
	max-width: 650px;
	margin: 22px 0 0 !important;
	color: rgba(255, 255, 255, 0.88);
	font-size: 18px;
	line-height: 1.72;
}

@media (min-width: 1024px) {
	.ksp-page--media-below .ksp-hero__lead {
		max-width: none;
		white-space: nowrap;
	}
}

.ksp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.ksp-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border: 1px solid rgba(255, 255, 255, 0.46);
	border-radius: 12px;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	transition: transform 0.18s ease, background-color 0.18s ease;
}

.ksp-button:hover,
.ksp-button:focus-visible {
	transform: translateY(-1px);
}

.ksp-button--primary {
	border-color: #ff6538;
	background: #ff6538;
	color: #fff !important;
}

.ksp-button--secondary {
	background: rgba(255, 255, 255, 0.08);
	color: #fff !important;
}

.ksp-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 22px 0 0 !important;
	padding: 0 !important;
	color: #dceaff;
	font-size: 14px;
	list-style: none !important;
}

.ksp-trust li::before {
	content: "\2713";
	margin-right: 6px;
	color: #72d8ff;
	font-weight: 800;
}

.ksp-hero__media {
	min-height: 430px;
	background: #071b42;
}

.ksp-hero__media figure {
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.ksp-hero__media img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 430px;
	object-fit: cover;
	object-position: center;
}

.ksp-page--app .ksp-hero__media img {
	object-position: center 58%;
}

.ksp-hero__fallback {
	display: flex;
	height: 100%;
	min-height: 430px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #0c2d70, #1266f1);
	color: #fff;
	font-size: 44px;
	font-weight: 800;
}

.ksp-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 22px 0 30px;
}

.ksp-fact {
	padding: 23px 24px;
	border: 1px solid var(--ksp-border);
	border-radius: 18px;
	background: var(--ksp-surface);
	box-shadow: 0 10px 30px rgba(30, 57, 96, 0.06);
}

.ksp-fact strong,
.ksp-fact span {
	display: block;
}

.ksp-fact strong {
	color: var(--ksp-blue-dark);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.ksp-fact span {
	margin-top: 7px;
	color: var(--ksp-muted);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

.ksp-sections {
	display: grid;
	gap: 22px;
}

.ksp-section {
	padding: 38px 42px;
	border: 1px solid var(--ksp-border);
	border-radius: 22px;
	background: var(--ksp-surface);
	box-shadow: var(--ksp-shadow);
}

.ksp-section > h2 {
	margin: 0 0 22px !important;
	scroll-margin-top: 118px;
	color: var(--ksp-ink);
	font-size: clamp(25px, 4.5vw, 36px);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.035em;
}

.ksp-section__content > :first-child {
	margin-top: 0 !important;
}

.ksp-section__content > :last-child {
	margin-bottom: 0 !important;
}

.ksp-section p,
.ksp-section li {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.72;
	letter-spacing: -0.01em;
}

.ksp-section p {
	color: var(--ksp-muted);
}

.ksp-section li {
	color: var(--ksp-ink);
}

.ksp-section strong {
	font-weight: 700;
}

.ksp-section p {
	margin: 0 0 18px;
}

.ksp-section ul,
.ksp-section ol {
	margin: 0 0 20px;
}

.ksp-section figure {
	margin: 24px 0 !important;
	text-align: center;
}

.ksp-section figure img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
}

.ksp-page--golf .ksp-section a.kservice-btn-strong,
.ksp-page--daily .ksp-section a.kservice-btn-strong,
.ksp-page--phone .ksp-section a.kservice-btn-strong {
	display: flex !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 300px !important;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	margin: 22px auto 0 !important;
	padding: 13px 18px !important;
	border: 1px solid var(--ksp-blue) !important;
	border-radius: 12px !important;
	background: var(--ksp-blue) !important;
	box-shadow: 0 10px 24px rgba(21, 94, 239, 0.2) !important;
	color: #fff !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ksp-page--golf .ksp-section a.kservice-btn-strong:hover,
.ksp-page--golf .ksp-section a.kservice-btn-strong:focus,
.ksp-page--golf .ksp-section a.kservice-btn-strong:focus-visible,
.ksp-page--daily .ksp-section a.kservice-btn-strong:hover,
.ksp-page--daily .ksp-section a.kservice-btn-strong:focus,
.ksp-page--daily .ksp-section a.kservice-btn-strong:focus-visible,
.ksp-page--phone .ksp-section a.kservice-btn-strong:hover,
.ksp-page--phone .ksp-section a.kservice-btn-strong:focus,
.ksp-page--phone .ksp-section a.kservice-btn-strong:focus-visible {
	border-color: var(--ksp-blue-dark) !important;
	background: var(--ksp-blue-dark) !important;
	box-shadow: 0 14px 30px rgba(21, 94, 239, 0.28) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.ksp-section--overview {
	border-left: 5px solid var(--ksp-blue);
	background: linear-gradient(135deg, #fff 0%, #f4f8ff 100%);
}

.ksp-section .ai-summary {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.ksp-section--pricing {
	background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.ksp-data-table {
	width: 100% !important;
	margin: 20px 0 !important;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid #cbd9eb;
	border-radius: 14px;
	background: #fff;
}

.ksp-table-scroll {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
}

.ksp-data-table th,
.ksp-data-table td {
	padding: 13px 12px !important;
	border: 0 !important;
	border-right: 1px solid #dce6f2 !important;
	border-bottom: 1px solid #dce6f2 !important;
	color: var(--ksp-ink);
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	letter-spacing: -0.01em;
	text-align: left;
	vertical-align: middle;
}

.ksp-data-table th {
	background: #edf3fb !important;
	color: #334155;
	font-weight: 400 !important;
	white-space: nowrap;
}

.ksp-data-table strong,
.ksp-data-table b {
	font-weight: 400 !important;
}

.ksp-data-table tr:last-child td,
.ksp-data-table tr:last-child th {
	border-bottom: 0 !important;
}

.ksp-data-table th:last-child,
.ksp-data-table td:last-child {
	border-right: 0 !important;
}

.ksp-faq {
	display: grid;
	gap: 10px;
}

.ksp-faq details {
	overflow: hidden;
	border: 1px solid var(--ksp-border);
	border-radius: 13px;
	background: #fff;
}

.ksp-faq summary {
	padding: 16px 18px;
	color: var(--ksp-ink);
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
}

.ksp-faq__answer {
	padding: 0 18px 18px;
	color: var(--ksp-muted);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.72;
	letter-spacing: -0.01em;
}

.ksp-faq__answer p {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

.ksp-faq__answer > :last-child {
	margin-bottom: 0;
}

.ksp-section--screens .ksp-section__content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	align-items: start;
}

.ksp-section--screens .ksp-section__content > p,
.ksp-section--screens .ksp-section__content > h3,
.ksp-section--screens .ksp-section__content > ul,
.ksp-section--screens .ksp-section__content > ol {
	grid-column: 1 / -1;
}

.ksp-section--screens figure {
	margin: 0 !important;
}

.ksp-section--screens figure img {
	width: auto;
	max-height: 680px;
}

.ksp-section .k-region-nav ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ksp-section .k-region-nav li {
	margin: 0;
}

.ksp-section .k-region-nav a {
	display: block;
	padding: 12px 14px;
	border: 1px solid var(--ksp-border);
	border-radius: 11px;
	background: #f7faff;
	color: var(--ksp-blue-dark);
	font-weight: 700;
	text-decoration: none;
}

.ksp-section .k-region-nav a:hover,
.ksp-section .k-region-nav a:focus-visible {
	border-color: #9eb7da;
	background: var(--ksp-sky);
}

.ksp-section .k-region-hub {
	margin: 0;
}

.ksp-section .region-block {
	margin: 32px 0 0;
	padding-top: 28px;
	border-top: 1px solid var(--ksp-border);
}

.ksp-section .region-block > h2 {
	margin: 0 0 18px !important;
	color: var(--ksp-ink);
	font-size: clamp(24px, 3vw, 31px);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.03em;
}

.ksp-page--delivery-area .region-block[id] {
	scroll-margin-top: 118px;
}

.ksp-section .region-columns {
	display: block;
	margin: 0;
	padding: 0;
}

.ksp-section .region-col {
	margin: 0;
	padding: 18px 0;
	border-top: 1px solid var(--ksp-border);
}

.ksp-section .region-col:first-child {
	padding-top: 0;
	border-top: 0;
}

.ksp-section .region-col:last-child {
	padding-bottom: 0;
}

.ksp-section .region-col h3 {
	margin: 0 0 8px;
	color: var(--ksp-navy);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.ksp-section .region-list {
	margin: 0;
	padding-left: 20px;
}

.ksp-section .region-list li {
	margin-bottom: 3px;
}

.ksp-section .k-map-desc {
	margin: 10px 0 0;
}

.ksp-section .k-region-bottom-cta {
	margin-top: 24px;
	text-align: left;
}

.ksp-call-dock {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap: 8px;
}

.ksp-call-dock .ksp-button {
	box-sizing: border-box;
	height: 48px;
	min-height: 48px;
	padding: 0 28px;
	border: 1px solid #155eef;
	border-radius: 11px;
	background: #155eef;
	box-shadow: 0 10px 24px rgba(7, 95, 228, 0.2);
	color: #fff !important;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.ksp-call-dock .ksp-button:hover,
.ksp-call-dock .ksp-button:focus,
.ksp-call-dock .ksp-button:focus-visible,
.ksp-call-dock .ksp-button:active {
	border-color: #064fbf;
	background: #064fbf;
	box-shadow: 0 14px 30px rgba(7, 95, 228, 0.3);
	color: #fff !important;
	transform: translateY(-2px);
}

.ksp-call-dock .ksp-button--secondary {
	border-color: #cbd9ee;
	background: #fff;
	color: var(--ksp-navy) !important;
}

.ksp-call-dock .ksp-button--secondary:hover,
.ksp-call-dock .ksp-button--secondary:focus,
.ksp-call-dock .ksp-button--secondary:focus-visible,
.ksp-call-dock .ksp-button--secondary:active {
	border-color: #9eb7da;
	background: #eef4fc;
	color: var(--ksp-navy) !important;
}

@media (max-width: 768px) {
	.ksp-active {
		padding-bottom: 72px;
	}

	.ksp-active .site-content {
		padding: 0 10px 22px;
	}

	.ksp-active.separate-containers .inside-article {
		border-radius: 0;
	}

	.ksp-page {
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		font-size: 16px;
		overflow: visible;
	}

	.ksp-hero {
		display: flex;
		min-height: 0;
		flex-direction: column;
		border-radius: 20px;
	}

	.ksp-hero__copy {
		padding: 29px 20px 24px;
	}

	.ksp-page--media-below .ksp-hero__copy {
		min-height: 0;
		padding: 24px 18px;
	}

	.ksp-hero-media-standalone {
		margin: 0;
		border-radius: 20px;
	}

	.ksp-eyebrow {
		margin-bottom: 12px !important;
		padding: 6px 10px;
		font-size: 13px;
	}

	.ksp-hero h1 {
		font-size: 32px;
		line-height: 1.18;
	}

	.ksp-hero__lead {
		margin-top: 16px !important;
		font-size: 16px;
		line-height: 1.65;
	}

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

	.ksp-hero__actions .ksp-button {
		min-height: 48px;
		padding: 11px 10px;
		font-size: 15px;
	}

	.ksp-trust {
		gap: 5px 10px;
		margin-top: 17px !important;
		font-size: 12px;
	}

	.ksp-trust li {
		white-space: nowrap;
	}

	.ksp-hero__media,
	.ksp-hero__media img,
	.ksp-hero__fallback {
		min-height: 210px;
		height: 210px !important;
	}

	.ksp-page--app .ksp-hero__media,
	.ksp-page--app .ksp-hero__media img {
		min-height: 230px;
		height: 230px !important;
	}

	.ksp-facts {
		grid-template-columns: 1fr;
		gap: 10px;
		margin: 14px 0 18px;
	}

	.ksp-fact {
		display: grid;
		grid-template-columns: minmax(105px, 0.85fr) minmax(0, 1.6fr);
		gap: 12px;
		align-items: center;
		padding: 15px 17px;
		border-radius: 14px;
	}

	.ksp-fact strong {
		font-size: 16px;
	}

	.ksp-fact span {
		margin-top: 0;
		font-size: 16px;
		line-height: 1.6;
	}

	.ksp-sections {
		gap: 14px;
	}

	.ksp-section {
		padding: 24px 18px;
		border-radius: 17px;
	}

	.ksp-section > h2 {
		margin-bottom: 17px !important;
		scroll-margin-top: 96px;
		font-size: 25px;
		line-height: 1.35;
	}

	.ksp-section p,
	.ksp-section li {
		font-size: 16px;
		line-height: 1.72;
	}

	.ksp-section figure {
		margin: 18px 0 !important;
	}

	.ksp-section figure img {
		border-radius: 12px;
	}

	.ksp-page--golf .ksp-section a.kservice-btn-strong,
	.ksp-page--daily .ksp-section a.kservice-btn-strong,
	.ksp-page--phone .ksp-section a.kservice-btn-strong {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 300px !important;
		min-height: 48px;
		padding: 11px 14px !important;
		font-size: 15px !important;
	}

	.ksp-data-table {
		display: table !important;
		width: 540px !important;
		min-width: 540px;
		table-layout: fixed;
		margin: 0 !important;
		overflow: visible;
		border: 1px solid #cbd9eb;
		background: #fff;
	}

	.ksp-table-scroll {
		width: 100%;
		margin: 20px 0;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 0 9px;
		scrollbar-color: #9db5d7 #eaf0f8;
		scrollbar-width: thin;
		-webkit-overflow-scrolling: touch;
	}

	.ksp-table-scroll::-webkit-scrollbar {
		height: 7px;
	}

	.ksp-table-scroll::-webkit-scrollbar-track {
		border-radius: 999px;
		background: #eaf0f8;
	}

	.ksp-table-scroll::-webkit-scrollbar-thumb {
		border-radius: 999px;
		background: #9db5d7;
	}

	.ksp-data-table thead {
		display: table-header-group !important;
	}

	.ksp-data-table tbody {
		display: table-row-group !important;
	}

	.ksp-data-table tr {
		display: table-row !important;
	}

	.ksp-data-table th,
	.ksp-data-table td {
		display: table-cell !important;
		width: auto !important;
		padding: 10px 7px !important;
		font-size: 14px !important;
		line-height: 1.5 !important;
	}

	.ksp-data-table td {
		white-space: normal;
	}

	.ksp-data-table th:nth-child(1),
	.ksp-data-table td:nth-child(1) {
		width: 30% !important;
	}

	.ksp-data-table th:nth-child(2),
	.ksp-data-table td:nth-child(2) {
		width: 38% !important;
	}

	.ksp-data-table th:nth-child(3),
	.ksp-data-table td:nth-child(3) {
		width: 32% !important;
	}

	.ksp-page--call-guide .ksp-data-table th:nth-child(1),
	.ksp-page--call-guide .ksp-data-table td:nth-child(1) {
		width: 15% !important;
	}

	.ksp-page--call-guide .ksp-data-table th:nth-child(2),
	.ksp-page--call-guide .ksp-data-table td:nth-child(2) {
		width: 35% !important;
	}

	.ksp-page--call-guide .ksp-data-table th:nth-child(3),
	.ksp-page--call-guide .ksp-data-table td:nth-child(3) {
		width: 50% !important;
	}

	.ksp-faq summary {
		padding: 18px;
		font-size: 18px;
	}

	.ksp-faq__answer {
		padding: 0 18px 18px;
	}

	.ksp-section--screens .ksp-section__content {
		gap: 10px;
	}

	.ksp-section--screens figure img {
		width: 100%;
		max-height: none;
	}

	.ksp-section .k-region-nav ul {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.ksp-section .k-region-nav a {
		padding: 11px 12px;
	}

	.ksp-section .region-block {
		margin-top: 24px;
		padding-top: 20px;
	}

	.ksp-section .region-block > h2 {
		margin-bottom: 14px !important;
		font-size: 24px;
	}

	.ksp-page--delivery-area .region-block[id] {
		scroll-margin-top: 96px;
	}

	.ksp-call-dock {
		right: 8px;
		bottom: calc(8px + env(safe-area-inset-bottom));
		left: 8px;
		grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
		gap: 8px;
	}

	.ksp-active.ksp-page-app .ksp-call-dock {
		grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	}

	.ksp-call-dock .ksp-button {
		min-width: 0;
		height: 52px;
		min-height: 52px;
		padding: 0 4px;
		font-size: 15px;
		white-space: nowrap;
	}

	.ksp-active:has(#site-navigation.toggled) .ksp-call-dock {
		display: none;
	}
}

@media (max-width: 380px) {
	.ksp-hero__actions {
		grid-template-columns: 1fr;
	}

	.ksp-trust {
		gap: 5px 7px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html:has(body.ksp-active),
	.ksp-page *,
	.ksp-call-dock * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
