:root {
	--khp-blue: #2759bf;
	--khp-blue-dark: #172b73;
	--khp-lime: #d5e629;
	--khp-red: #d60808;
	--khp-orange: #ff3b12;
	--khp-purple: #9900f5;
	--khp-cyan: #05a6df;
	--khp-ink: #252536;
	--khp-white: #ffffff;
	--khp-muted: #bfc6d4;
	--khp-panel-shadow: 0 18px 48px rgba(24, 43, 105, 0.16);
	--khp-deep-shadow: 0 26px 70px rgba(7, 21, 39, 0.28);
}

body {
	background: #fff;
	color: #4d5260;
	font-family: Roboto, Arial, sans-serif;
}

body.page-template-home-custom {
	background: #e9eef9;
}

.khp-promo-strip {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	min-height: 44px;
	padding: 8px 18px;
	background: var(--khp-red);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: uppercase;
}

.khp-promo-strip a {
	padding: 8px 16px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.24);
	color: #fff !important;
	text-decoration: none;
	transition: background 160ms ease, transform 160ms ease;
}

.khp-promo-strip a:hover {
	background: rgba(0, 0, 0, 0.34);
	transform: translateY(-1px);
}

#header {
	position: relative;
	z-index: 20;
	background: var(--khp-blue);
	padding-bottom: 0;
}

.page-template-home-custom #header,
.single #header,
.page-template-default #header {
	padding-bottom: 0;
}

#header::after,
.page-template-home-custom #header::after,
.single #header::after,
.page-template-default #header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 62px;
	background: #fff;
}

.header-box,
.page-template-home-custom .header-box,
.single .header-box,
.page-template-default .header-box {
	position: relative;
	z-index: 99;
	top: auto;
	left: auto;
	width: 100%;
	min-height: 118px;
	background: #fff;
	border-radius: 0 0 0 64px;
	box-shadow: 0 16px 38px rgba(19, 42, 92, 0.08);
}

.logo {
	margin-top: 0;
	padding: 20px 14px !important;
	text-align: center;
}

.kps-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 110px;
}

.kps-branding-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.kps-branding-logo img {
	display: block;
	width: min(210px, 100%);
	max-height: 116px;
	object-fit: contain;
}

.logo h1,
.logo p.site-title {
	font-size: 25px;
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.logo h1 a,
.logo p.site-title a {
	color: #222 !important;
}

.logo p.site-description {
	color: #777 !important;
	font-size: 11px;
	line-height: 1.3;
}

.top-header {
	padding: 15px 0 10px;
}

.top-header p,
p.topbar-text,
.social-icons i {
	color: #466ad4 !important;
	font-size: 16px;
	font-weight: 500;
}

.social-icons {
	border-left: 1px solid #466ad4;
}

.top-header .topbar-text a {
	color: inherit;
	text-decoration: none;
}

.menu-section {
	margin-top: 0;
	padding: 0 26px;
	background: linear-gradient(90deg, #213d9e 0%, #3468cf 100%);
	border-radius: 54px 0 54px 0;
	box-shadow: 0 14px 30px rgba(28, 67, 166, 0.2);
}

.primary-navigation a {
	padding: 18px 24px;
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	transition: color 160ms ease, transform 160ms ease;
}

.primary-navigation a:hover {
	transform: translateY(-1px);
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a {
	color: var(--khp-lime) !important;
}

.inner-head {
	display: none;
}

.khp-home-main {
	margin-top: 0;
}

.khp-home-main > .wp-block-html,
.entry-content > .wp-block-html {
	margin: 0;
}

.kps-demo-hero {
	position: relative;
	overflow: hidden;
	min-height: 580px;
	margin-top: -1px;
	background:
		linear-gradient(90deg, rgba(30, 36, 57, 0.72), rgba(30, 36, 57, 0.26)),
		url("../img/print-floor-hero.png") center / cover;
}

.kps-demo-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(43, 76, 142, 0.18), rgba(26, 36, 62, 0.28)),
		rgba(65, 79, 105, 0.28);
}

.kps-demo-hero-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(280px, 640px) minmax(120px, 1fr);
	align-items: center;
	width: min(100% - 48px, 1240px);
	min-height: 580px;
	margin: 0 auto;
}

.kps-printer-frame {
	position: relative;
	max-width: 620px;
	padding: clamp(36px, 5vw, 62px) clamp(28px, 4vw, 58px);
	border: 5px solid rgba(255, 255, 255, 0.92);
	border-radius: 46px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 32%),
		rgba(27, 28, 43, 0.84);
	text-align: center;
	box-shadow: var(--khp-deep-shadow);
	backdrop-filter: blur(1px);
}

.kps-printer-frame::before,
.kps-printer-frame::after {
	content: "";
	position: absolute;
	border: 5px solid rgba(255, 255, 255, 0.92);
	pointer-events: none;
}

.kps-printer-frame::before {
	top: -86px;
	left: 18%;
	width: 64%;
	height: 88px;
	border-bottom: 0;
	border-radius: 36px 36px 0 0;
}

.kps-printer-frame::after {
	left: 13%;
	right: 13%;
	bottom: -92px;
	height: 90px;
	border-top: 0;
	border-radius: 0 0 12px 12px;
	box-shadow: inset 0 20px 0 rgba(255, 255, 255, 0.92);
}

.kps-printer-frame h1 {
	margin: 0;
	color: #fff;
	font-family: Poppins, Roboto, sans-serif;
	font-size: clamp(2.4rem, 4.2vw, 4.6rem);
	font-weight: 900;
	letter-spacing: 0.18em;
	line-height: 1.2;
}

.kps-printer-frame p {
	max-width: 520px;
	margin: 28px auto 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.12rem, 1.7vw, 1.5rem);
	font-weight: 800;
	line-height: 1.35;
}

.kps-demo-actions {
	display: flex;
	justify-content: center;
	gap: 18px;
	margin-top: 34px;
}

.kps-demo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 178px;
	min-height: 62px;
	padding: 14px 26px;
	border: 2px solid #fff;
	border-radius: 999px;
	color: #fff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.28rem;
	font-weight: 900;
	text-decoration: none !important;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.kps-demo-button:hover {
	background: #fff;
	color: var(--khp-blue-dark) !important;
	transform: translateY(-2px);
}

.kps-demo-dots {
	position: absolute;
	right: 34px;
	bottom: 32px;
	display: flex;
	gap: 14px;
}

.kps-demo-dots span {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #fff;
}

.kps-demo-arrows {
	position: absolute;
	right: 30px;
	bottom: 128px;
	z-index: 3;
	display: flex;
	gap: 10px;
}

.kps-demo-arrows span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 6px;
	background: var(--khp-lime);
	color: #fff;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 12px 26px rgba(51, 67, 15, 0.2);
}

.kps-feature-stage {
	position: relative;
	overflow: hidden;
	padding: clamp(70px, 8vw, 110px) 0;
	background:
		linear-gradient(90deg, rgba(9, 17, 30, 0.82), rgba(9, 17, 30, 0.7)),
		url("../img/print-floor-hero.png") center / cover;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
}

.kps-feature-inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.85fr) minmax(420px, 1.15fr);
	gap: clamp(34px, 6vw, 80px);
	width: min(100% - 48px, 1240px);
	margin: 0 auto;
}

.kps-feature-copy {
	color: #d8dde9;
}

.kps-feature-label {
	position: relative;
	display: inline-grid;
	grid-template-columns: auto auto;
	gap: 0 18px;
	align-items: end;
	margin-bottom: 32px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

.kps-feature-label small {
	grid-column: 2;
	font-size: 1.34rem;
	letter-spacing: 0.45em;
}

.kps-feature-label strong {
	grid-column: 2;
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 0.9;
}

.kps-feature-label::before,
.kps-feature-label::after {
	content: "";
	grid-row: 1 / span 2;
	width: 36px;
	height: 92px;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
}

.kps-feature-label::before {
	border-left: 8px solid #fff;
}

.kps-feature-label::after {
	position: absolute;
	right: -48px;
	bottom: 20px;
	width: 54px;
	height: 54px;
	border: 0;
	border-radius: 999px;
	background: var(--khp-red);
}

.kps-feature-copy p {
	max-width: 580px;
	color: #d4d8e0;
	font-size: clamp(1rem, 1.55vw, 1.28rem);
	line-height: 1.55;
}

.kps-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.kps-feature-card {
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.26);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.kps-feature-card:hover,
.kps-demo-service-grid article:hover,
.kps-news-grid article:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 58px rgba(24, 43, 105, 0.2);
}

.kps-feature-card::before {
	content: "";
	display: block;
	height: 58px;
	background: var(--card-color, var(--khp-orange));
}

.kps-feature-card:nth-child(2) {
	--card-color: var(--khp-purple);
	margin-top: 32px;
}

.kps-feature-card:nth-child(3) {
	--card-color: var(--khp-cyan);
	margin-top: -6px;
}

.kps-feature-card:nth-child(4) {
	--card-color: var(--khp-lime);
	margin-top: 26px;
}

.kps-feature-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	margin: -30px 0 0 30px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 12px 24px rgba(16, 31, 80, 0.12);
	color: var(--khp-blue);
	font-size: 2.85rem;
}

.kps-feature-card h3 {
	margin: 22px 30px 0;
	color: #08258a;
	font-size: 1.35rem;
	font-weight: 900;
}

.kps-feature-card p {
	margin: 12px 30px 30px;
	color: #6a80dd;
	line-height: 1.45;
}

.kps-section,
.kps-paper-section,
.kps-press-section,
.kps-sample-wall,
.kps-production-strip {
	padding: clamp(52px, 6vw, 88px) 0;
	background: #f5f7ff;
}

.kps-container {
	width: min(100% - 48px, 1240px);
	margin: 0 auto;
}

.kps-section-title {
	max-width: 860px;
	color: #173ba9;
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 900;
	line-height: 1;
}

.kps-section-lead {
	max-width: 720px;
	margin-top: 18px;
	color: #637099;
}

.kps-service-grid,
.kps-gallery-grid,
.kps-contact-band,
.kps-checklist {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 32px;
}

.kps-checklist {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-left: 0;
}

.kps-service-card,
.kps-gallery-grid article,
.kps-contact-band article,
.kps-checklist li {
	padding: 24px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(38, 74, 150, 0.1);
	list-style: none;
}

.kps-dark-cta {
	padding: clamp(54px, 7vw, 92px) 0;
	background: #172b73;
	color: #fff;
}

.kps-dark-cta .kps-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
}

.kps-dark-cta h2 {
	color: #fff;
	font-size: clamp(2rem, 4vw, 4rem);
}

.kps-dark-cta p {
	color: rgba(255, 255, 255, 0.76);
}

.kps-button,
.kps-button-primary,
.kps-button-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 24px;
	border-radius: 999px;
	background: var(--khp-blue);
	color: #fff !important;
	font-weight: 900;
	text-decoration: none !important;
}

.kps-button-secondary {
	background: var(--khp-lime);
	color: #172b73 !important;
}

.kps-services-showcase,
.kps-testimonial-demo,
.kps-gallery-demo,
.kps-faq-demo,
.kps-news-demo {
	padding: clamp(54px, 7vw, 88px) 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0)),
		#e9eef9;
}

.kps-bracket-title {
	position: relative;
	display: table;
	margin: 0 auto 38px;
	color: var(--khp-blue);
	text-align: center;
	text-transform: uppercase;
}

.kps-bracket-title small {
	display: block;
	color: #676f98;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.42em;
	line-height: 1;
}

.kps-bracket-title strong {
	display: block;
	color: var(--khp-blue);
	font-size: clamp(1.45rem, 2.4vw, 2.3rem);
	font-weight: 950;
	line-height: 1;
}

.kps-bracket-title::before,
.kps-bracket-title::after {
	content: "";
	position: absolute;
	top: 12px;
	bottom: -8px;
	width: 18px;
	border-top: 5px solid var(--khp-blue);
	border-bottom: 5px solid var(--khp-blue);
}

.kps-bracket-title::before {
	left: -22px;
	border-left: 5px solid var(--khp-blue);
}

.kps-bracket-title::after {
	right: -22px;
	border-right: 5px solid var(--khp-blue);
}

.kps-bracket-title strong::after {
	content: "";
	position: absolute;
	right: -34px;
	bottom: 4px;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: var(--khp-lime);
}

.kps-demo-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.kps-demo-service-grid article {
	position: relative;
	overflow: hidden;
	min-height: 190px;
	border-radius: 5px;
	background: var(--khp-ink);
	box-shadow: 0 12px 28px rgba(30, 43, 85, 0.14);
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.kps-demo-service-grid article:focus-visible {
	outline: 4px solid var(--khp-lime);
	outline-offset: 4px;
}

.kps-service-photo,
.kps-product-img,
.kps-gallery-mosaic span,
.kps-news-grid article > span {
	display: block;
	background:
		linear-gradient(180deg, transparent 0%, rgba(12, 21, 52, 0.22) 100%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0)),
		url("../img/print-floor-hero.png") center / cover;
}

.kps-service-photo {
	height: 132px;
	filter: saturate(0.88);
}

.kps-photo-gift,
.kps-product-mag,
.kps-gallery-mosaic span:nth-child(2) {
	background-position: 64% 32%;
	filter: hue-rotate(320deg) saturate(1.2);
}

.kps-photo-label,
.kps-product-cup,
.kps-gallery-mosaic span:nth-child(3) {
	background-position: 70% 70%;
	filter: hue-rotate(180deg) saturate(1.1);
}

.kps-photo-cloth,
.kps-product-mug,
.kps-gallery-mosaic span:nth-child(4) {
	background-position: 88% 20%;
	filter: contrast(1.1) saturate(0.85);
}

.kps-photo-banner,
.kps-gallery-mosaic span:nth-child(5) {
	background-position: 36% 66%;
}

.kps-photo-wedding,
.kps-gallery-mosaic span:nth-child(6) {
	background-position: 48% 48%;
	filter: brightness(1.1) saturate(1.2);
}

.kps-demo-service-grid i {
	position: absolute;
	left: 13px;
	bottom: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.84);
	background: var(--khp-blue);
	color: #fff;
	font-size: 0.85rem;
}

.kps-demo-service-grid strong {
	display: block;
	padding: 16px 14px 16px 48px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.98rem;
	line-height: 1.18;
	min-height: 72px;
}

.kps-about-demo {
	position: relative;
	overflow: hidden;
	padding: clamp(72px, 8vw, 118px) 0;
	background:
		linear-gradient(135deg, rgba(239, 243, 254, 0.95) 0 48%, #fff 48.2% 100%),
		radial-gradient(circle at 12% 16%, rgba(47, 95, 190, 0.16), transparent 28%),
		radial-gradient(circle at 88% 82%, rgba(214, 8, 8, 0.09), transparent 20%),
		#fff;
}

.kps-about-demo::before {
	content: "";
	position: absolute;
	left: -120px;
	bottom: 24px;
	width: min(720px, 62vw);
	height: 190px;
	border-top: 4px solid rgba(47, 95, 190, 0.12);
	border-radius: 50%;
	transform: rotate(-7deg);
	pointer-events: none;
}

.kps-about-grid,
.kps-contact-grid,
.kps-faq-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
	gap: clamp(32px, 6vw, 80px);
	align-items: center;
}

.kps-mini-label {
	margin: 0 0 8px;
	color: var(--khp-red);
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.kps-about-demo h2,
.kps-contact-copy h2,
.kps-faq-demo h2 {
	color: #152a86;
	font-size: clamp(2rem, 4vw, 3.9rem);
	font-weight: 950;
	line-height: 0.96;
}

.kps-about-demo p,
.kps-contact-copy p {
	color: #7a849e;
	line-height: 1.7;
}

.kps-about-copy {
	position: relative;
	z-index: 1;
}

.kps-about-copy > p {
	max-width: 660px;
	font-size: 1.02rem;
	font-weight: 650;
}

.kps-about-service-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 26px 0 0;
}

.kps-about-service-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 14px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(23, 43, 115, 0.1);
	color: #172b73;
	font-size: 0.78rem;
	font-weight: 950;
	text-transform: uppercase;
}

.kps-about-points {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin-top: 28px;
}

.kps-about-points article {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 6px 14px;
	padding: 18px 16px;
	border: 1px solid rgba(47, 95, 190, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 42px rgba(23, 43, 115, 0.09);
}

.kps-about-points i {
	grid-row: span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: var(--khp-blue);
	color: #fff;
}

.kps-about-points strong {
	color: #172b73;
	font-size: 0.96rem;
	line-height: 1.15;
}

.kps-about-points span {
	color: #7a849e;
	font-size: 0.86rem;
	line-height: 1.45;
}

.kps-about-visual {
	position: relative;
	z-index: 1;
}

.kps-about-image {
	position: relative;
	min-height: 500px;
	border: 10px solid #fff;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(9, 24, 74, 0.08), rgba(9, 24, 74, 0.42)),
		url("../img/print-floor-hero.png") center / cover;
	box-shadow: 0 30px 72px rgba(23, 43, 115, 0.22);
	overflow: hidden;
}

.kps-about-image::before {
	content: "";
	position: absolute;
	inset: 30px auto auto 30px;
	width: 132px;
	height: 132px;
	border-top: 7px solid #fff;
	border-left: 7px solid #fff;
}

.kps-about-image::after {
	content: "";
	position: absolute;
	right: 28px;
	bottom: 32px;
	width: 58px;
	height: 58px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ffcc00, #d60808 55%, #0aa6df);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.kps-about-image-badge {
	position: absolute;
	left: 46px;
	bottom: 44px;
	display: grid;
	gap: 5px;
	max-width: 310px;
	padding: 18px 22px;
	border-left: 6px solid #d60808;
	background: rgba(10, 22, 58, 0.86);
	color: #fff;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.kps-about-image-badge strong {
	font-size: 1.08rem;
	font-weight: 950;
	text-transform: uppercase;
}

.kps-about-image-badge span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.88rem;
	font-weight: 800;
}

.kps-about-stat-card {
	position: absolute;
	right: -22px;
	top: 44px;
	width: min(280px, 58%);
	padding: 20px 22px;
	border-radius: 8px;
	background: linear-gradient(135deg, #2f5fbe, #172b73);
	box-shadow: 0 22px 48px rgba(23, 43, 115, 0.24);
	color: #fff;
}

.kps-about-stat-card span {
	display: block;
	margin-bottom: 8px;
	color: #d7e128;
	font-size: 0.72rem;
	font-weight: 950;
	text-transform: uppercase;
}

.kps-about-stat-card strong {
	display: block;
	font-size: 1.2rem;
	font-weight: 950;
	line-height: 1.18;
}

.kps-about-ribbon {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
	overflow: hidden;
	border-radius: 8px;
	background: linear-gradient(90deg, #1555d8, #012b98);
	box-shadow: 0 18px 40px rgba(11, 49, 153, 0.2);
}

.kps-about-ribbon span {
	display: grid;
	justify-items: center;
	gap: 8px;
	padding: 18px 12px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	text-align: center;
}

.kps-about-ribbon i {
	font-size: 1.55rem;
}

.kps-about-process {
	padding: 70px 0 84px;
	background: #eef3ff;
}

.kps-about-process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 34px;
}

.kps-about-process-grid article {
	position: relative;
	min-height: 220px;
	padding: 30px 26px 26px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 46px rgba(23, 43, 115, 0.12);
	overflow: hidden;
}

.kps-about-process-grid article::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 7px;
	background: linear-gradient(90deg, #d60808, #ffcc00, #0aa6df, #2f5fbe);
}

.kps-about-process-grid i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 22px;
	border-radius: 999px;
	background: #f0f5ff;
	color: #2f5fbe;
	font-size: 1.35rem;
}

.kps-about-process-grid strong {
	display: block;
	color: #172b73;
	font-size: 1.18rem;
	font-weight: 950;
	line-height: 1.15;
}

.kps-about-process-grid p {
	margin: 12px 0 0;
	color: #6d7794;
	font-size: 0.94rem;
	font-weight: 650;
	line-height: 1.6;
}

.kps-product-strip {
	padding: 52px 0;
	background: #fff;
}

.kps-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}

.kps-product-grid article {
	text-align: center;
}

.kps-product-img {
	height: 170px;
	margin-bottom: 16px;
	border: 10px solid #fff;
	box-shadow: 0 12px 26px rgba(30, 43, 85, 0.12);
}

.kps-product-grid strong {
	display: block;
	color: #172b73;
	font-family: Georgia, "Times New Roman", serif;
}

.kps-product-grid small {
	color: var(--khp-red);
	font-weight: 800;
}

.kps-contact-demo {
	padding: clamp(54px, 7vw, 94px) 0;
	background:
		radial-gradient(circle at 12% 42%, rgba(65, 94, 197, 0.13), transparent 30%),
		linear-gradient(155deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0)),
		#e8edf8;
}

.kps-contact-copy h2 {
	text-transform: uppercase;
}

.kps-contact-cards {
	display: grid;
	gap: 24px;
}

.kps-contact-cards article {
	max-width: 360px;
	padding: 0 0 0 74px;
	border-radius: 6px;
	background: #1e3056;
	box-shadow: 0 10px 24px rgba(12, 27, 60, 0.24);
	color: #fff;
	justify-self: end;
}

.kps-contact-cards strong {
	position: relative;
	display: block;
	padding: 12px 18px;
	border-radius: 6px 6px 0 0;
	background: var(--khp-purple);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 950;
	text-transform: uppercase;
}

.kps-contact-phone strong {
	background: var(--khp-purple);
}

.kps-contact-email strong {
	background: #d50091;
}

.kps-contact-address strong {
	background: #0aa7c7;
}

.kps-contact-cards i {
	position: absolute;
	left: -58px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2rem;
}

.kps-contact-cards span {
	display: block;
	padding: 10px 18px 14px;
	color: #fff;
}

.kps-testimonial-card {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr) 140px 120px;
	gap: 24px;
	align-items: center;
	min-height: 210px;
	padding: 26px;
	background: #dbe3f3;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px rgba(39, 89, 191, 0.08);
}

.kps-testimonial-side {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 170px;
	background:
		linear-gradient(rgba(21, 42, 134, 0.48), rgba(21, 42, 134, 0.48)),
		url("../img/print-floor-hero.png") center / cover;
	color: #fff;
	font-weight: 900;
}

.kps-testimonial-card blockquote {
	margin: 0;
	color: #8a94af;
	font-size: 1.05rem;
	line-height: 1.6;
}

.kps-testimonial-card strong {
	color: #172b73;
}

.kps-gallery-mosaic {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.kps-gallery-mosaic span {
	min-height: 132px;
	border: 8px solid #fff;
	box-shadow: 0 14px 30px rgba(30, 43, 85, 0.12);
}

.kps-gallery-mosaic span:nth-child(5),
.kps-gallery-mosaic span:nth-child(6) {
	grid-column: span 2;
	min-height: 180px;
}

.kps-stats-demo {
	padding: 34px 0;
	background: #fff;
	box-shadow: 0 -1px 0 rgba(39, 89, 191, 0.08), 0 1px 0 rgba(39, 89, 191, 0.08);
}

.kps-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kps-demo-hero {
	position: relative;
	overflow: hidden;
	min-height: 680px;
	background: linear-gradient(180deg, rgba(23, 27, 74, 0.84), rgba(20, 22, 69, 0.84)), url("../img/print-floor-hero.png") center / cover no-repeat;
}

.kps-demo-hero-inner {
	height: 100%;
	display: grid;
	grid-template-columns: minmax(320px, 560px) minmax(280px, 1fr);
	align-items: center;
	gap: 40px;
	padding: clamp(40px, 6vw, 64px);
}

.kps-printer-frame {
	position: relative;
	padding: clamp(40px, 4vw, 60px);
	border-radius: 36px;
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 36px 80px rgba(0, 0, 0, 0.24);
}

.kps-hero-label {
	margin: 0 0 24px;
	display: inline-flex;
	padding: 12px 18px;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	border-radius: 999px;
}

.kps-printer-frame h1 {
	margin: 0;
	font-size: clamp(3rem, 4.2vw, 5rem);
	line-height: 1.01;
	color: #fff;
	font-weight: 900;
}

.kps-printer-frame p {
	margin: 26px 0 0;
	max-width: 520px;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.1rem, 1.5vw, 1.35rem);
	line-height: 1.75;
}

.kps-demo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 36px;
}

.kps-demo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 0 32px;
	border-radius: 999px;
	font-size: 1rem;
	font-weight: 900;
	text-decoration: none;
	color: #fff;
	background: linear-gradient(90deg, #58a1ff 0%, #ff61af 100%);
	box-shadow: 0 18px 30px rgba(41, 68, 142, 0.18);
	transition: transform 200ms ease, opacity 200ms ease;
}

.kps-demo-button:hover {
	transform: translateY(-2px);
	opacity: 0.96;
}

.kps-demo-button--ghost {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.38);
}

.kps-demo-hero-panel {
	display: grid;
	gap: 20px;
	padding: 28px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.16);
}

.kps-demo-hero-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 999px;
	background: var(--khp-lime);
	color: #172b73;
	font-size: 0.95rem;
	font-weight: 900;
}

.kps-demo-hero-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.kps-demo-hero-stats div {
	padding: 18px 20px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 18px;
}

.kps-demo-hero-stats strong {
	display: block;
	font-size: 2rem;
	color: #fff;
	font-weight: 900;
}

.kps-demo-hero-stats span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.92rem;
}

.kps-section {
	padding: clamp(80px, 8vw, 124px) 0;
}

.kps-section-heading {
	text-align: center;
	max-width: 860px;
	margin: 0 auto 56px;
}

.kps-section-heading small {
	display: block;
	color: var(--khp-red);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.kps-section-heading h2 {
	margin: 0;
	color: #172b73;
	font-size: clamp(2.4rem, 4vw, 4rem);
	font-weight: 900;
	line-height: 1.05;
}

.kps-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.kps-service-grid article {
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 25px 60px rgba(24, 43, 105, 0.12);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.kps-service-grid article:hover {
	transform: translateY(-6px);
	box-shadow: 0 32px 72px rgba(24, 43, 105, 0.18);
}

.kps-service-grid img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.kps-service-grid strong {
	display: block;
	padding: 18px;
	color: #172b73;
	font-size: 1rem;
	font-weight: 900;
}

.kps-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
	gap: 32px;
	align-items: center;
}

.kps-about-section p {
	max-width: 600px;
	margin: 24px 0 0;
	color: #5a5f7a;
	line-height: 1.8;
}

.kps-about-highlights {
	display: grid;
	gap: 18px;
	margin-top: 30px;
}

.kps-about-highlights div {
	padding: 24px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 20px 44px rgba(24, 43, 105, 0.08);
}

.kps-about-highlights strong {
	display: block;
	margin-bottom: 8px;
	color: #172b73;
	font-size: 1.08rem;
}

.kps-about-highlights p {
	margin: 0;
	color: #5a5f7a;
}

.kps-about-image img {
	display: block;
	width: 100%;
	border-radius: 24px;
	box-shadow: 0 30px 72px rgba(24, 43, 105, 0.16);
}

.kps-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.kps-feature-card {
	padding: 34px 24px 26px;
	border-radius: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #f5f7ff 100%);
	box-shadow: 0 26px 66px rgba(24, 43, 105, 0.12);
}

.kps-feature-icon {
	width: 62px;
	height: 62px;
	margin-bottom: 22px;
	border-radius: 18px;
	display: grid;
	place-items: center;
	background: #e5f0ff;
	color: var(--khp-blue);
	font-size: 1.8rem;
}

.kps-feature-card h3 {
	margin: 0 0 10px;
	color: #172b73;
	font-size: 1.15rem;
}

.kps-feature-card p {
	margin: 0;
	color: #5a5f7a;
	line-height: 1.75;
}

.kps-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
	gap: 32px;
	align-items: start;
}

.kps-contact-section h2 {
	margin: 0 0 18px;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.kps-contact-section p {
	max-width: 520px;
	margin: 0 0 28px;
	color: #5a5f7a;
	line-height: 1.8;
}

.kps-contact-card {
	padding: 24px 26px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 54px rgba(24, 43, 105, 0.12);
}

.kps-contact-card strong {
	display: block;
	margin-bottom: 10px;
	color: #172b73;
	font-size: 1rem;
}

.kps-contact-card span {
	color: #5a5f7a;
	line-height: 1.75;
}

.kps-contact-card--phone {
	background: linear-gradient(135deg, #5a7cfe, #1f3f9f);
	color: #fff;
}

.kps-contact-card--email {
	background: linear-gradient(135deg, #ff72b3, #7b2ad7);
	color: #fff;
}

.kps-contact-card--address {
	background: linear-gradient(135deg, #06b6dd, #0f4b8b);
	color: #fff;
}

.kps-contact-form-wrap {
	padding: 34px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 24px 60px rgba(24, 43, 105, 0.08);
}

.kps-contact-form-wrap .entry-content {
	margin: 0;
}

@media (max-width: 1100px) {
	.kps-demo-hero-inner,
	.kps-about-grid,
	.kps-feature-grid,
	.kps-contact-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.kps-demo-hero {
		min-height: auto;
		padding-top: 44px;
	}

	.kps-demo-hero-inner {
		padding: 28px;
	}

	.kps-demo-actions {
		flex-direction: column;
		align-items: stretch;
	}
}


.kps-stats-grid article {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 0 14px;
	align-items: center;
	padding: 18px 24px;
	border-right: 1px solid #d8ddec;
}

.kps-stats-grid article:last-child {
	border-right: 0;
}

.kps-stats-grid i {
	grid-row: span 2;
	color: #5c73e6;
	font-size: 2rem;
}

.kps-stats-grid strong {
	color: #172b73;
	font-size: 2rem;
	line-height: 1;
}

.kps-stats-grid span {
	color: #5c73e6;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.kps-register-form {
	display: grid;
	gap: 12px;
	max-width: 420px;
}

.kps-register-form input,
.kps-register-form textarea,
.kps-newsletter-demo input {
	width: 100%;
	border: 0;
	border-radius: 999px;
	background: #dce3f2;
	padding: 12px 18px;
}

.kps-register-form textarea {
	min-height: 96px;
	border-radius: 16px;
}

.kps-register-form button,
.kps-newsletter-demo button,
.kps-news-grid a {
	border: 0;
	border-radius: 999px;
	background: #4269d8;
	color: #fff;
	font-weight: 900;
	padding: 10px 22px;
	text-decoration: none;
}

.kps-faq-card {
	padding: 28px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(38, 74, 150, 0.12);
}

.kps-faq-card h3 {
	color: #172b73;
}

.kps-faq-card details {
	margin-top: 10px;
	border-radius: 8px;
	background: #e9eef9;
	padding: 10px 14px;
}

.kps-faq-card summary {
	color: #172b73;
	font-weight: 900;
	cursor: pointer;
}

.kps-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.kps-news-grid article {
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(38, 74, 150, 0.12);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.kps-news-grid article > span {
	height: 150px;
}

.kps-news-grid small,
.kps-news-grid h3,
.kps-news-grid p,
.kps-news-grid a {
	margin-right: 20px;
	margin-left: 20px;
}

.kps-news-grid small {
	display: block;
	margin-top: 16px;
	color: var(--khp-red);
}

.kps-news-grid h3 {
	color: #172b73;
}

.kps-news-grid p {
	color: #7a849e;
}

.kps-news-grid a {
	display: inline-flex;
	margin-bottom: 22px;
}

.kps-newsletter-demo {
	position: relative;
	z-index: 2;
	margin-bottom: -34px;
}

.kps-newsletter-demo .kps-container {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	padding: 16px 28px;
	border-radius: 999px;
	background: #dfe6f5;
	box-shadow: 0 18px 38px rgba(24, 43, 105, 0.14);
}

#footer-section {
	background-position: center;
}

#footer-section .footer-overlay {
	background: #071a56;
	opacity: 0.88;
}

.kps-newsletter-demo strong {
	color: #425ec5;
	font-size: 1.25rem;
	line-height: 1.05;
}

.kps-newsletter-demo form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 100px;
	gap: 12px;
}

.kps-quote-panel {
	margin-top: 34px;
	padding: clamp(22px, 4vw, 38px);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--khp-panel-shadow);
}

.kps-quote-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.56fr);
	gap: 24px;
	margin-bottom: 26px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e1e7f5;
}

.kps-quote-heading h2 {
	margin: 0;
	color: #172b73;
	font-size: clamp(1.8rem, 3vw, 3rem);
	line-height: 1;
}

.kps-quote-heading p {
	margin: 10px 0 0;
	color: #6d7898;
}

.kps-quote-heading ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 18px;
	border-radius: 12px;
	background: #eef2fb;
}

.kps-quote-heading li {
	position: relative;
	list-style: none;
	padding-left: 22px;
	color: #172b73;
	font-weight: 800;
	line-height: 1.35;
}

.kps-quote-heading li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--khp-lime);
}

.kps-form-notice {
	margin-bottom: 20px;
	padding: 14px 18px;
	border-radius: 10px;
	font-weight: 800;
}

.kps-form-success {
	background: rgba(213, 230, 41, 0.24);
	color: #172b73;
}

.kps-form-error {
	background: rgba(214, 8, 8, 0.12);
	color: #9c1111;
}

.kps-service-helper {
	display: grid;
	gap: 10px;
	margin: -4px 0 22px;
	padding: 18px 20px;
	border-left: 6px solid var(--khp-lime);
	border-radius: 12px;
	background: #f3f6ff;
	box-shadow: 0 12px 30px rgba(24, 43, 105, 0.08);
}

.kps-service-helper[hidden] {
	display: none;
}

.kps-service-helper strong {
	color: #172b73;
	font-size: 1.08rem;
	font-weight: 950;
}

.kps-service-helper p {
	margin: 0;
	color: #5f6d91;
	line-height: 1.5;
}

.kps-service-helper ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.kps-service-helper li {
	list-style: none;
	padding: 7px 10px;
	border-radius: 999px;
	background: #fff;
	color: #172b73;
	font-size: 0.82rem;
	font-weight: 850;
	box-shadow: 0 6px 16px rgba(24, 43, 105, 0.08);
}

.kps-quote-form {
	display: grid;
	gap: 18px;
}

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

.kps-quote-form label {
	display: grid;
	gap: 8px;
	margin: 0;
	color: #172b73;
	font-size: 0.88rem;
	font-weight: 900;
	text-transform: uppercase;
}

.kps-quote-form label > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.kps-quote-form em {
	display: inline-flex;
	padding: 3px 8px;
	border-radius: 999px;
	background: rgba(214, 8, 8, 0.1);
	color: var(--khp-red);
	font-size: 0.66rem;
	font-style: normal;
	letter-spacing: 0;
}

.kps-quote-form small {
	color: #7a849e;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.35;
	text-transform: none;
}

.kps-quote-form input,
.kps-quote-form select,
.kps-quote-form textarea {
	width: 100%;
	border: 1px solid #d5dcee;
	border-radius: 10px;
	background: #f5f7ff;
	color: #27324d;
	font-size: 1rem;
	padding: 13px 14px;
	text-transform: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.kps-quote-form input:focus,
.kps-quote-form select:focus,
.kps-quote-form textarea:focus {
	border-color: var(--khp-blue);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(39, 89, 191, 0.12);
	outline: none;
}

.kps-quote-form input[type="file"] {
	background: #fff;
}

.kps-form-wide {
	grid-column: 1 / -1;
}

.kps-quote-form button[type="submit"] {
	justify-self: start;
	min-height: 52px;
	border: 0;
	border-radius: 999px;
	background: var(--khp-blue);
	color: #fff;
	font-weight: 950;
	padding: 14px 26px;
	text-transform: uppercase;
	box-shadow: 0 14px 32px rgba(39, 89, 191, 0.22);
	transition: opacity 160ms ease, transform 160ms ease;
}

.kps-quote-form button[type="submit"]:hover {
	transform: translateY(-1px);
}

.kps-quote-form.is-submitting button[type="submit"] {
	opacity: 0.72;
	pointer-events: none;
}

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

.kps-service-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	margin-top: 34px;
}

.kps-service-guide-grid article {
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--khp-panel-shadow);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.kps-service-guide-grid article:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 58px rgba(24, 43, 105, 0.2);
}

.kps-service-guide-grid .kps-service-photo {
	height: 160px;
}

.kps-service-guide-grid h3,
.kps-service-guide-grid p,
.kps-service-guide-grid ul,
.kps-service-guide-grid a {
	margin-right: 22px;
	margin-left: 22px;
}

.kps-service-guide-grid h3 {
	margin-top: 22px;
	color: #172b73;
	font-size: 1.4rem;
	font-weight: 950;
	line-height: 1.12;
}

.kps-service-guide-grid p {
	color: #6d7898;
	line-height: 1.6;
}

.kps-service-guide-grid ul {
	display: grid;
	gap: 8px;
	margin-top: 14px;
	padding: 14px 16px;
	border-radius: 10px;
	background: #eef2fb;
}

.kps-service-guide-grid li {
	list-style: none;
	color: #172b73;
	font-size: 0.9rem;
	font-weight: 800;
}

.kps-service-guide-grid li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 9px;
	border-radius: 999px;
	background: var(--khp-lime);
}

.kps-service-guide-grid a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 18px;
	margin-bottom: 24px;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--khp-blue);
	color: #fff !important;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
	.header-box,
	.page-template-home-custom .header-box,
	.single .header-box,
	.page-template-default .header-box {
		border-radius: 0 0 34px 34px;
	}

	.menu-section {
		border-radius: 0 0 34px 34px;
	}

	.kps-demo-hero-inner,
	.kps-feature-inner,
	.kps-dark-cta .kps-container {
		grid-template-columns: 1fr;
	}

	.kps-feature-grid,
	.kps-service-grid,
	.kps-demo-service-grid,
	.kps-gallery-grid,
	.kps-contact-band,
	.kps-checklist,
	.kps-product-grid,
	.kps-gallery-mosaic,
	.kps-stats-grid,
	.kps-news-grid,
	.kps-service-guide-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kps-about-grid,
	.kps-contact-grid,
	.kps-faq-grid,
	.kps-testimonial-card {
		grid-template-columns: 1fr;
	}

	.kps-testimonial-side {
		min-height: 110px;
	}
}

@media screen and (max-width: 720px) {
	.khp-promo-strip {
		flex-direction: column;
		gap: 8px;
	}

	.kps-demo-hero-inner,
	.kps-feature-inner,
	.kps-container {
		width: min(100% - 32px, 1240px);
	}

	.kps-demo-hero,
	.kps-demo-hero-inner {
		min-height: auto;
	}

	.kps-demo-hero-inner {
		padding: 70px 0 84px;
	}

	.kps-printer-frame {
		border-radius: 28px;
	}

	.kps-printer-frame::before,
	.kps-printer-frame::after,
	.kps-demo-arrows {
		display: none;
	}

	.kps-printer-frame h1 {
		font-size: clamp(2rem, 12vw, 3.3rem);
		letter-spacing: 0.12em;
	}

	.kps-demo-actions {
		flex-direction: column;
	}

	.kps-demo-button,
	.kps-button {
		width: 100%;
	}

	.kps-feature-grid,
	.kps-service-grid,
	.kps-demo-service-grid,
	.kps-gallery-grid,
	.kps-contact-band,
	.kps-checklist,
	.kps-product-grid,
	.kps-gallery-mosaic,
	.kps-stats-grid,
	.kps-news-grid,
	.kps-service-guide-grid,
	.kps-dark-cta .kps-container {
		grid-template-columns: 1fr;
	}

	.kps-gallery-mosaic span:nth-child(5),
	.kps-gallery-mosaic span:nth-child(6) {
		grid-column: span 1;
	}

	.kps-about-ribbon,
	.kps-newsletter-demo .kps-container,
	.kps-newsletter-demo form,
	.kps-quote-heading,
	.kps-form-grid {
		grid-template-columns: 1fr;
		border-radius: 22px;
	}

	.kps-contact-cards article {
		padding-left: 0;
	}

	.kps-contact-cards i {
		position: static;
		transform: none;
		margin-right: 10px;
	}

	.kps-stats-grid article {
		border-right: 0;
		border-bottom: 1px solid #d8ddec;
	}

	.kps-feature-card,
	.kps-feature-card:nth-child(2),
	.kps-feature-card:nth-child(3),
	.kps-feature-card:nth-child(4) {
		margin-top: 0;
	}
}

/* Reference-theme polish pass */
body {
	-webkit-font-smoothing: antialiased;
}

.khp-promo-strip {
	min-height: 42px;
	padding: 7px 18px;
	font-size: 14px;
	letter-spacing: 0;
}

.khp-promo-strip a {
	border-radius: 4px;
	background: #a80000;
}

.header-box,
.page-template-home-custom .header-box,
.single .header-box,
.page-template-default .header-box {
	width: min(100% - 116px, 1250px);
	margin: 0 auto;
	min-height: 126px;
	border-radius: 0 0 0 84px;
}

.menu-section {
	margin-left: -8px;
	padding: 0 42px;
	border-radius: 54px 0 54px 0;
	background: #2d56ac;
}

.primary-navigation a {
	padding: 19px 26px;
	font-size: 14px;
}

.kps-demo-hero {
	min-height: 586px;
	background:
		linear-gradient(90deg, rgba(28, 34, 54, 0.62), rgba(39, 56, 91, 0.3)),
		url("../img/demo-ref/slide3.jpg") center / cover,
		url("../img/print-floor-hero.png") center / cover;
}

.kps-demo-hero-inner {
	min-height: 586px;
	width: min(100% - 44px, 1250px);
	grid-template-columns: minmax(300px, 640px) minmax(160px, 1fr);
}

.kps-printer-frame {
	display: grid;
	align-content: start;
	width: min(100%, 640px);
	min-height: 418px;
	padding: 118px 74px 80px;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(rgba(29, 29, 43, 0.04), rgba(29, 29, 43, 0.04)),
		url("../../../print-shop/assets/images/slider-contentbg.png") center / 100% 100% no-repeat;
	box-shadow: none;
	backdrop-filter: none;
}

.kps-printer-frame::before,
.kps-printer-frame::after {
	display: none;
}

.kps-printer-frame h1 {
	font-size: clamp(2.35rem, 3.75vw, 3.85rem);
	letter-spacing: 0.18em;
	line-height: 1.12;
}

.kps-printer-frame p {
	max-width: 510px;
	margin-top: 18px;
	font-size: clamp(0.92rem, 1.05vw, 1.05rem);
	line-height: 1.32;
}

.kps-demo-actions {
	margin-top: 14px;
	transform: translateY(-22px);
}

.kps-demo-button {
	min-width: 150px;
	min-height: 44px;
	padding: 10px 22px;
	font-size: 1rem;
}

.kps-demo-arrows {
	right: 48px;
	bottom: 126px;
}

.kps-demo-arrows span {
	width: 66px;
	height: 66px;
	background: #d0dd37;
}

.kps-services-showcase,
.kps-testimonial-demo,
.kps-gallery-demo,
.kps-faq-demo,
.kps-news-demo {
	background: #e5ebf8;
}

.kps-bracket-title {
	margin-bottom: 34px;
}

.kps-bracket-title small {
	color: #6d7699;
	font-size: 0.72rem;
	letter-spacing: 0.46em;
}

.kps-bracket-title strong {
	font-size: clamp(1.55rem, 2.2vw, 2.18rem);
}

.kps-demo-service-grid {
	gap: 30px;
}

.kps-demo-service-grid article {
	min-height: 194px;
	border-radius: 4px;
	background: #252536;
	box-shadow: 0 12px 30px rgba(32, 47, 92, 0.16);
}

.kps-service-photo {
	height: 132px;
	filter: none;
}

.kps-photo-catalog {
	background-image: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.18)), url("../img/demo-ref/catelog-print.jpeg");
	background-position: center 72%;
}

.kps-photo-gift {
	background-image: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.18)), url("../img/demo-ref/gift-printing.webp");
}

.kps-photo-label {
	background-image: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.18)), url("../img/demo-ref/label-pring.jpg");
}

.kps-photo-cloth {
	background-image: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.18)), url("../img/demo-ref/cloths-print.jpeg");
}

.kps-photo-banner {
	background-image: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.18)), url("../img/demo-ref/banner-printing.jpeg");
}

.kps-photo-wedding {
	background-image: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.18)), url("../img/demo-ref/wedding-card.jpeg");
}

.kps-photo-card {
	background-image: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.18)), url("../img/demo-ref/business-card.jpg");
}

.kps-photo-bag {
	background-image: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.18)), url("../img/demo-ref/paper-bags.jpeg");
}

.kps-demo-service-grid i {
	left: 14px;
	bottom: 45px;
	width: 31px;
	height: 31px;
	border: 2px solid #fff;
	background: #2d65c8;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
}

.kps-demo-service-grid strong {
	padding: 16px 14px 13px 48px;
	font-size: 0.94rem;
}

.kps-about-demo {
	padding: 62px 0 78px;
	background: #fff;
}

.kps-about-demo h2 {
	max-width: 650px;
	font-size: clamp(2rem, 3.75vw, 4rem);
	line-height: 0.98;
}

.kps-about-image {
	min-height: 438px;
	background-image:
		linear-gradient(90deg, rgba(7, 18, 43, 0.2), rgba(7, 18, 43, 0)),
		url("../img/demo-ref/about3.jpg");
	background-position: center;
}

.kps-feature-stage {
	padding: 70px 0 82px;
	background:
		linear-gradient(90deg, rgba(7, 15, 31, 0.82), rgba(7, 15, 31, 0.58)),
		url("../img/demo-ref/feature-bg.jpg") center / cover,
		url("../img/print-floor-hero.png") center / cover;
	border: 0;
}

.kps-feature-card {
	min-height: 264px;
}

.kps-product-strip {
	padding: 58px 0 64px;
	background: #fff;
}

.kps-product-grid {
	align-items: start;
}

.kps-product-img {
	height: 178px;
	border: 10px solid #fff;
	box-shadow: 0 14px 30px rgba(21, 43, 80, 0.14);
}

.kps-product-catalog {
	background-image: url("../img/demo-ref/catelog-print.jpeg");
	background-position: center 72%;
}

.kps-product-mag {
	background-image: url("../img/demo-ref/business-card.jpg");
	background-position: center 40%;
	filter: none;
}

.kps-product-cup {
	background-image: url("../img/demo-ref/gift-printing.webp");
	background-position: center;
	filter: none;
}

.kps-product-mug {
	background-image: url("../img/demo-ref/paper-bags.jpeg");
	background-position: center;
	filter: none;
}

.kps-contact-demo {
	padding: 74px 0 84px;
	background:
		linear-gradient(165deg, #e8edf8 0 78%, #fff 78% 100%);
}

.kps-contact-cards article {
	grid-template-columns: 74px minmax(0, 1fr);
	border-radius: 6px;
	background: #203966;
}

.kps-contact-cards strong {
	clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
	border-radius: 0;
}

.kps-testimonial-demo {
	padding-top: 70px;
	padding-bottom: 74px;
}

.kps-testimonial-card {
	position: relative;
	display: grid;
	grid-template-columns: 118px 150px minmax(0, 1fr) 130px;
	gap: 26px;
	align-items: center;
	min-height: 300px;
	padding: 34px 46px 34px 28px;
	border: 1px solid #d7deef;
	border-radius: 8px;
	background: #dfe6f5;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.kps-testimonial-card::before {
	content: "";
	display: block;
	width: 150px;
	height: 190px;
	background: url("../img/demo-ref/ts5-1.jpg") center / cover;
	box-shadow: 0 12px 28px rgba(42, 66, 112, 0.16);
}

.kps-testimonial-side {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 118px;
	height: 170px;
	background:
		linear-gradient(rgba(34, 55, 105, 0.52), rgba(34, 55, 105, 0.52)),
		url("../img/demo-ref/testimonial2.jpg") center / cover;
	color: #fff;
	font-weight: 900;
}

.kps-testimonial-side:last-child {
	background:
		linear-gradient(rgba(34, 55, 105, 0.52), rgba(34, 55, 105, 0.52)),
		url("../img/demo-ref/testimonial3.jpg") center / cover;
}

.kps-testimonial-card blockquote {
	position: relative;
	margin: 0;
	color: #8b91a4;
	font-size: 1rem;
	line-height: 1.65;
}

.kps-testimonial-card blockquote::before {
	content: "\201C";
	margin-right: 8px;
	color: #a2a8b8;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 0;
	vertical-align: -0.3em;
}

.kps-testimonial-card strong {
	color: #435fc3;
	font-weight: 900;
}

.kps-gallery-demo {
	padding-top: 68px;
	padding-bottom: 76px;
}

.kps-gallery-mosaic {
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.kps-gallery-mosaic span {
	border: 9px solid #fff;
	box-shadow: 0 12px 28px rgba(32, 54, 103, 0.16);
}

.kps-gallery-mosaic span:nth-child(1) {
	background-image: url("../img/demo-ref/gallery1.jpg");
}

.kps-gallery-mosaic span:nth-child(2) {
	background-image: url("../img/demo-ref/gallery2.jpg");
	filter: none;
}

.kps-gallery-mosaic span:nth-child(3) {
	background-image: url("../img/demo-ref/label-pring.jpg");
	filter: none;
}

.kps-gallery-mosaic span:nth-child(4) {
	background-image: url("../img/demo-ref/banner-printing.jpeg");
	filter: none;
}

.kps-gallery-mosaic span:nth-child(5) {
	grid-column: span 2;
	background-image: url("../img/demo-ref/feature-bg.jpg");
}

.kps-gallery-mosaic span:nth-child(6) {
	grid-column: span 2;
	background-image: url("../img/demo-ref/print-slide1.jpg");
	filter: none;
}

.kps-stats-demo {
	padding: 34px 0;
	background: #fff;
}

.kps-faq-demo {
	padding: 70px 0 82px;
}

.kps-register-form {
	padding-right: 36px;
}

.kps-register-form input,
.kps-register-form textarea {
	border: 0;
	border-radius: 12px;
	background: #dce4f4;
}

.kps-faq-card {
	border-radius: 8px;
}

.kps-news-demo {
	padding: 70px 0 112px;
}

.kps-news-grid article {
	border-radius: 7px;
	box-shadow: 0 18px 42px rgba(34, 57, 111, 0.14);
}

.kps-news-grid article > span {
	height: 190px;
}

.kps-news-grid article:nth-child(1) > span {
	background-image: url("../img/demo-ref/gallery1.jpg");
}

.kps-news-grid article:nth-child(2) > span {
	background-image: url("../img/demo-ref/label-pring.jpg");
}

.kps-news-grid article:nth-child(3) > span {
	background-image: url("../img/demo-ref/print-slide1.jpg");
}

.kps-newsletter-demo {
	position: relative;
	z-index: 4;
	margin-bottom: -34px;
}

.kps-newsletter-demo .kps-container {
	min-height: 78px;
	border-radius: 999px;
	background: #f0f4ff;
	box-shadow: 0 16px 42px rgba(31, 55, 110, 0.16);
}

.kps-site-footer {
	position: relative;
	background:
		linear-gradient(rgba(4, 23, 78, 0.88), rgba(4, 23, 78, 0.9)),
		url("../../../print-shop/assets/images/footerbg.png") center / cover no-repeat;
	color: #fff;
}

.kps-site-footer .footer-overlay {
	display: none;
}

.kps-footer-brand {
	padding: 88px 0 30px;
	text-align: center;
}

.kps-site-footer .logo {
	padding: 0 !important;
}

.kps-site-footer .kps-logo {
	min-height: auto;
}

.kps-site-footer .kps-branding-logo {
	padding: 8px 10px;
	border-radius: 10px;
	background: #fff;
}

.kps-site-footer .kps-branding-logo img {
	width: 180px;
	max-height: 104px;
}

.kps-site-footer .logo h1 a,
.kps-site-footer .logo p.site-title a,
.kps-site-footer .logo p.site-description {
	color: #fff !important;
}

.kps-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr repeat(3, 1fr);
	gap: 40px;
	padding: 34px 0 44px;
	border-top: 1px solid rgba(255, 255, 255, 0.36);
}

.kps-footer-grid h3 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 1rem;
	font-weight: 950;
}

.kps-footer-grid p,
.kps-footer-grid li,
.kps-footer-grid a {
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 0.88rem;
	line-height: 1.65;
	text-decoration: none;
}

.kps-footer-grid ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.kps-footer-grid li {
	list-style: none;
}

.kps-footer-grid li::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 9px;
	border-radius: 999px;
	background: #d0dd37;
	vertical-align: middle;
}

.kps-footer-contact li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 10px;
}

#footer-section .kps-footer-contact li::before,
.kps-footer-contact li::before {
	content: none !important;
	display: none;
}

.kps-footer-contact i {
	color: #d0dd37;
}

.kps-site-footer .copyright {
	margin: 0;
	padding: 18px;
	background: rgba(255, 255, 255, 0.24);
}

.kps-site-footer .copyright p {
	margin: 0;
	color: #fff;
}

@media screen and (max-width: 1000px) {
	.header-box,
	.page-template-home-custom .header-box,
	.single .header-box,
	.page-template-default .header-box {
		width: min(100% - 24px, 720px);
	}

	.kps-printer-frame {
		min-height: 360px;
		padding: 96px 48px 70px;
	}

	.kps-testimonial-card,
	.kps-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 720px) {
	.khp-promo-strip {
		font-size: 13px;
	}

	.header-box,
	.page-template-home-custom .header-box,
	.single .header-box,
	.page-template-default .header-box {
		border-radius: 0 0 0 42px;
	}

	.kps-demo-hero {
		min-height: 610px;
	}

	.kps-demo-hero-inner {
		min-height: 610px;
		align-items: start;
		padding-top: 56px;
	}

	.kps-printer-frame {
		min-height: 428px;
		padding: 102px 36px 74px;
		background-size: 112% 100%;
	}

	.kps-printer-frame h1 {
		font-size: clamp(2rem, 12vw, 3rem);
		letter-spacing: 0.12em;
	}

	.kps-printer-frame p {
		margin-top: 18px;
		font-size: 1rem;
	}

	.kps-demo-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin-top: 16px;
		transform: none;
	}

	.kps-demo-button {
		min-width: 0;
		min-height: 40px;
		padding: 8px 12px;
		font-size: 0.88rem;
	}

	.kps-demo-arrows,
	.kps-demo-dots {
		display: none;
	}

	.kps-about-demo h2 {
		font-size: 2.25rem;
	}

	.kps-testimonial-card {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.kps-testimonial-side,
	.kps-testimonial-card::before {
		width: 100%;
		height: 140px;
	}

	.kps-gallery-mosaic {
		grid-template-columns: 1fr;
	}

	.kps-gallery-mosaic span:nth-child(5),
	.kps-gallery-mosaic span:nth-child(6) {
		grid-column: span 1;
	}

	.kps-newsletter-demo .kps-container,
	.kps-newsletter-demo form,
	.kps-footer-grid {
		grid-template-columns: 1fr;
		border-radius: 20px;
	}
}

/* Cleanup after reference pass: keep the print-shop mood, remove messy overlaps. */
.kps-demo-hero {
	min-height: 600px;
	background:
		linear-gradient(90deg, rgba(24, 31, 54, 0.72), rgba(44, 61, 94, 0.34)),
		url("../img/demo-ref/slide3.jpg") center / cover,
		url("../img/print-floor-hero.png") center / cover;
}

.kps-demo-hero-inner {
	min-height: 600px;
	align-items: center;
}

.kps-printer-frame {
	position: relative;
	display: block;
	width: min(100%, 620px);
	min-height: auto;
	padding: clamp(42px, 5vw, 60px) clamp(30px, 4vw, 56px);
	border: 5px solid rgba(255, 255, 255, 0.94);
	border-radius: 46px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 34%),
		rgba(27, 28, 43, 0.84);
	box-shadow: 0 26px 70px rgba(7, 21, 39, 0.28);
	text-align: center;
}

.kps-printer-frame::before,
.kps-printer-frame::after {
	content: "";
	position: absolute;
	display: block;
	border: 5px solid rgba(255, 255, 255, 0.94);
	pointer-events: none;
}

.kps-printer-frame::before {
	top: -86px;
	left: 18%;
	width: 64%;
	height: 88px;
	border-bottom: 0;
	border-radius: 36px 36px 0 0;
}

.kps-printer-frame::after {
	left: 13%;
	right: 13%;
	bottom: -92px;
	height: 90px;
	border-top: 0;
	border-radius: 0 0 12px 12px;
	box-shadow: inset 0 20px 0 rgba(255, 255, 255, 0.94);
}

.kps-printer-frame h1 {
	font-size: clamp(2.5rem, 4vw, 4.4rem);
	letter-spacing: 0.17em;
	line-height: 1.15;
}

.kps-printer-frame p {
	max-width: 520px;
	margin: 26px auto 0;
	font-size: clamp(1rem, 1.4vw, 1.32rem);
	line-height: 1.35;
}

.kps-demo-actions {
	display: flex;
	justify-content: center;
	gap: 18px;
	margin-top: 32px;
	transform: none;
}

.kps-demo-button {
	min-width: 168px;
	min-height: 54px;
	padding: 12px 24px;
	font-size: 1.12rem;
}

.kps-photo-catalog,
.kps-product-catalog {
	background-position: center bottom;
}

.kps-testimonial-card {
	grid-template-columns: 118px 150px minmax(0, 1fr) 120px;
	align-items: center;
	min-height: 260px;
	padding: 28px;
}

.kps-testimonial-card small {
	color: #6d7898;
}

@media screen and (max-width: 720px) {
	.kps-demo-hero {
		min-height: auto;
	}

	.kps-demo-hero-inner {
		min-height: auto;
		padding: 58px 0 82px;
	}

	.kps-printer-frame {
		width: 100%;
		padding: 34px 26px;
		border-radius: 30px;
	}

	.kps-printer-frame::before,
	.kps-printer-frame::after {
		display: none;
	}

	.kps-printer-frame h1 {
		font-size: clamp(2.1rem, 11vw, 3rem);
		letter-spacing: 0.12em;
	}

	.kps-printer-frame p {
		margin-top: 18px;
		font-size: 1rem;
	}

	.kps-demo-actions {
		grid-template-columns: 1fr;
		display: grid;
		gap: 12px;
		margin-top: 22px;
	}

	.kps-demo-button {
		width: 100%;
		min-width: 0;
		min-height: 46px;
		font-size: 1rem;
	}

	html,
	body {
		overflow-x: hidden;
	}

	.kps-testimonial-card {
		display: grid;
		grid-template-columns: 1fr !important;
	}

	.kps-testimonial-card > *,
	.kps-testimonial-card::before {
		grid-column: 1 !important;
	}

	.kps-testimonial-card strong,
	.kps-testimonial-card small {
		justify-self: start;
	}

	#menu-sidebar {
		max-width: 100vw;
		overflow-x: hidden;
	}
}

/* Compact footer repair */
.kps-newsletter-demo {
	margin-bottom: 0;
}

.kps-site-footer#footer-section {
	min-height: 0;
	padding: 0;
	background:
		linear-gradient(rgba(4, 23, 78, 0.9), rgba(4, 23, 78, 0.92)),
		url("../../../print-shop/assets/images/footerbg.png") center / cover no-repeat;
	background-attachment: scroll;
}

.kps-site-footer .container {
	position: relative;
	z-index: 2;
}

.kps-footer-brand {
	padding: 48px 0 22px;
	text-align: center;
}

.kps-site-footer .logo {
	margin: 0;
	padding: 0 0 22px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.kps-footer-grid {
	align-items: start;
	gap: 28px;
	padding: 28px 0 34px;
}

.kps-footer-item {
	min-height: 0;
}

.kps-footer-mini-logo {
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 0 12px;
	border-radius: 8px;
	background: #fff;
	object-fit: contain;
}

.kps-footer-item h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.2;
}

.kps-footer-item p {
	margin: 0;
}

.kps-footer-item ul {
	gap: 6px;
}

.kps-footer-item li {
	min-height: 0;
	height: auto !important;
}

#footer-section .kps-footer-contact li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	height: auto !important;
	line-height: 1.5;
}

.kps-site-footer .copyright {
	margin-top: 0;
	padding: 14px 18px;
}

@media screen and (max-width: 720px) {
	.kps-footer-brand {
		padding: 36px 0 18px;
	}

	.kps-footer-grid {
		gap: 22px;
		padding: 24px 0 30px;
	}
}

/* Demo-style header and navigation repair */
.khp-promo-strip {
	min-height: 43px;
	height: 43px;
	padding: 0 18px;
	background: #d50808;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
}

.khp-promo-strip a {
	padding: 7px 15px;
	border-radius: 3px;
	background: #a70000;
	font-size: 13px;
	font-weight: 700;
	text-transform: none;
}

#header {
	background: #2d56ac;
}

#header::after,
.page-template-home-custom #header::after,
.single #header::after,
.page-template-default #header::after {
	height: 62px;
	background: #fff;
}

#header > .container {
	max-width: 1250px;
	padding-right: 0;
	padding-left: 0;
}

.header-box,
.page-template-home-custom .header-box,
.single .header-box,
.page-template-default .header-box {
	width: 100%;
	min-height: 126px;
	margin: 0 auto;
	border-radius: 0 0 0 64px;
	background: #fff;
	box-shadow: none;
}

.header-box > .row {
	min-height: 126px;
	align-items: stretch;
}

.header-box > .row > [class*="col-"] {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header-box > .row > [class*="col-"]:first-child {
	border-radius: 0 0 0 64px;
	background: #fff;
}

.kps-logo {
	min-height: 126px;
	padding: 12px 20px !important;
}

.kps-branding-logo img {
	width: 168px;
	max-height: 96px;
}

.kps-top-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 34px auto;
	align-items: center;
	min-height: 62px;
	padding: 0 46px 0 18px;
	background: #fff;
}

.kps-topbar-time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	color: #466ad4;
	font-size: 15px;
	font-weight: 600;
	white-space: nowrap;
}

.kps-topbar-time i,
.kps-topbar-social i {
	color: #466ad4;
}

.kps-topbar-divider {
	justify-self: center;
	width: 1px;
	height: 24px;
	background: #466ad4;
}

.kps-topbar-social {
	display: inline-flex;
	align-items: center;
	gap: 22px;
}

.kps-topbar-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 24px;
	color: #466ad4 !important;
	text-decoration: none;
}

.menu-section {
	position: relative;
	z-index: 4;
	min-height: 64px;
	margin: 0 -2px 0 0;
	padding: 0 46px;
	border-radius: 58px 0 58px 0;
	background: #2d56ac;
	box-shadow: none;
}

.header,
.menubox,
#menu-sidebar,
.primary-navigation,
.main-menu-navigation,
.primary-navigation ul {
	height: 100%;
}

.primary-navigation ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	margin: 0;
	padding: 0;
}

.primary-navigation li {
	list-style: none;
}

.primary-navigation a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	padding: 0 15px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a {
	color: #d0dd36 !important;
}

.toggle-menu {
	display: none;
}

.closebtn.responsive-menu {
	display: none !important;
}

@media screen and (max-width: 1100px) {
	#header > .container {
		max-width: calc(100% - 24px);
	}

	.menu-section {
		padding: 0 28px;
	}

	.primary-navigation ul {
		gap: 6px;
	}

	.primary-navigation a {
		padding: 0 10px;
		font-size: 13px;
	}
}

@media screen and (max-width: 720px) {
	#header > .container {
		max-width: calc(100% - 24px);
	}

	.header-box,
	.page-template-home-custom .header-box,
	.single .header-box,
	.page-template-default .header-box {
		min-height: auto;
		border-radius: 0 0 0 42px;
	}

	.header-box > .row {
		min-height: auto;
	}

	.kps-logo {
		min-height: 130px;
		padding: 14px 20px !important;
	}

	.kps-branding-logo img {
		width: 142px;
		max-height: 96px;
	}

	.kps-top-header {
		grid-template-columns: 1fr;
		min-height: 54px;
		padding: 0 16px 16px;
		text-align: center;
	}

	.kps-topbar-spacer,
	.kps-topbar-divider,
	.kps-topbar-social {
		display: none;
	}

	.menu-section {
		display: flex;
		justify-content: flex-end;
		min-height: 78px;
		padding: 16px 28px;
		border-radius: 0 0 42px 0;
	}

	.toggle-menu {
		display: block;
	}

	.resToggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		border: 0;
		border-radius: 0;
		background: #fff;
		color: #2d56ac;
		font-size: 1.5rem;
	}

	#menu-sidebar {
		position: fixed;
		top: 0;
		right: -100vw;
		z-index: 9999;
		width: min(320px, 88vw);
		height: 100vh;
		background: #2d56ac;
		transition: right 180ms ease;
	}

	.closebtn.responsive-menu {
		position: absolute;
		top: 18px;
		right: 22px;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		color: #fff !important;
		text-decoration: none;
	}

	#menu-sidebar.show,
	#menu-sidebar.menuopen,
	body.mobilemenu-open #menu-sidebar,
	body.show-main-menu #menu-sidebar {
		right: 0;
	}

	.primary-navigation ul {
		display: grid;
		gap: 0;
		align-content: start;
		padding: 70px 24px 24px;
	}

	.primary-navigation a {
		justify-content: flex-start;
		min-height: 48px;
		padding: 0;
	}
}

/* Final demo-style logo lockup: wide, low, and built for the curved nav header. */
.header-box .kps-logo {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 126px;
	padding: 18px 18px 18px !important;
}

.kps-branding-logo.kps-branding-lockup {
	display: inline-grid;
	grid-template-columns: 74px max-content;
	align-items: center;
	gap: 12px;
	width: auto;
	max-width: 100%;
	text-align: left;
	text-decoration: none;
}

.kps-brand-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 72px;
	overflow: hidden;
}

.kps-brand-mark img,
.header-box .kps-brand-mark img,
.kps-site-footer .kps-brand-mark img {
	width: 90px;
	max-width: none;
	height: auto;
	max-height: none;
	object-fit: contain;
	transform: translateY(-2px);
}

.kps-brand-text {
	display: grid;
	align-content: center;
	gap: 4px;
	min-width: 0;
	line-height: 1;
}

.kps-brand-text strong {
	color: #151515;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: .03em;
	line-height: .95;
	text-transform: uppercase;
}

.kps-brand-text small {
	color: #616161;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .22em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.kps-site-footer .kps-branding-logo.kps-branding-lockup {
	display: inline-grid;
	width: fit-content;
	padding: 10px 14px;
	border-radius: 6px;
	background: #fff;
}

@media screen and (min-width: 721px) {
	#header > .container {
		max-width: 1270px;
	}

	#header .col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	#header .col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.menu-section {
		padding-right: 42px;
		padding-left: 90px;
	}
}

@media screen and (max-width: 1100px) and (min-width: 721px) {
	.kps-branding-logo.kps-branding-lockup {
		grid-template-columns: 60px max-content;
		gap: 9px;
	}

	.kps-brand-mark {
		width: 60px;
		height: 58px;
	}

	.kps-brand-mark img,
	.header-box .kps-brand-mark img,
	.kps-site-footer .kps-brand-mark img {
		width: 74px;
	}

	.kps-brand-text strong {
		font-size: 19px;
	}

	.kps-brand-text small {
		font-size: 8px;
		letter-spacing: .18em;
	}

	.menu-section {
		padding-right: 24px;
		padding-left: 52px;
	}
}

@media screen and (max-width: 720px) {
	.header-box .kps-logo {
		min-height: 116px;
		padding: 16px 18px !important;
	}

	.kps-branding-logo.kps-branding-lockup {
		grid-template-columns: 60px max-content;
		gap: 10px;
	}

	.kps-brand-mark {
		width: 60px;
		height: 56px;
	}

	.kps-brand-mark img,
	.header-box .kps-brand-mark img,
	.kps-site-footer .kps-brand-mark img {
		width: 74px;
	}

	.kps-brand-text strong {
		font-size: 20px;
	}

	.kps-brand-text small {
		font-size: 8px;
		letter-spacing: .17em;
	}
}

/* Restore the parent-style header base after the close-reference pass. */
#header,
.page-template-home-custom #header,
.single #header,
.page-template-default #header {
	background: #2d56ac;
}

#header::after,
.page-template-home-custom #header::after,
.single #header::after,
.page-template-default #header::after {
	display: block;
	height: 62px;
	background: #fff;
}

@media screen and (min-width: 721px) {
	.header-box,
	.page-template-home-custom .header-box,
	.single .header-box,
	.page-template-default .header-box {
		background: #fff;
	}
}

/* Clean reference header rebuild. Keeps the demo shape from one controlled layout. */
#header.kps-reference-header {
	position: relative;
	z-index: 30;
	padding: 0;
	background: #2d56ac;
}

#header.kps-reference-header::after,
.page-template-home-custom #header.kps-reference-header::after,
.single #header.kps-reference-header::after,
.page-template-default #header.kps-reference-header::after {
	display: none;
}

.kps-reference-frame {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	width: min(1270px, calc(100% - 24px));
	margin: 0 auto;
}

.kps-reference-brand {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 116px;
	background: #fff;
	border-radius: 0 0 0 42px;
}

.kps-reference-panel {
	display: grid;
	grid-template-rows: auto auto;
	min-width: 0;
	background: #2d56ac;
	border-radius: 0 0 42px 0;
}

.kps-reference-header .kps-top-header {
	min-height: 62px;
	background: #fff;
}

.kps-reference-header .menu-section {
	width: 100%;
	margin: 0;
}

@media screen and (min-width: 721px) {
	body.home .khp-promo-strip {
		position: relative;
		z-index: 80;
	}

	body.home header[role="banner"] {
		position: absolute;
		top: 43px;
		right: 0;
		left: 0;
		z-index: 70;
	}

	body.home #header.kps-reference-header {
		background: transparent;
	}

	.kps-reference-frame {
		grid-template-columns: 320px minmax(0, 1fr);
		height: 126px;
	}

	.kps-reference-brand {
		min-height: 126px;
		border-radius: 0 0 0 64px;
	}

	.kps-reference-panel {
		grid-template-rows: 62px 64px;
		background: transparent;
		border-radius: 0;
	}

	.kps-reference-header .kps-top-header {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto 34px auto;
		min-height: 62px;
		padding: 0 46px 0 18px;
	}

	.kps-reference-header .menu-section {
		height: 64px;
		min-height: 64px;
		padding-right: 42px;
		padding-left: 90px;
		border-radius: 58px 0 58px 0;
		background: #2d56ac;
	}

	.kps-reference-header .kps-logo {
		min-height: 126px;
		padding: 18px 18px 18px !important;
	}
}

@media screen and (max-width: 720px) {
	.khp-promo-strip {
		flex-direction: column;
		height: auto;
		min-height: 92px;
		gap: 7px;
		padding: 9px 16px;
		font-size: 12px;
		line-height: 1.25;
	}

	.kps-reference-frame {
		width: min(353px, calc(100% - 24px));
	}

	.kps-reference-panel {
		min-height: 150px;
	}
}

/* Final hero placement: compact demo-style printer card with arrows on the right. */
.kps-demo-hero {
	min-height: 684px;
	background:
		linear-gradient(90deg, rgba(37, 43, 61, 0.54), rgba(53, 69, 99, 0.24)),
		url("../img/demo-ref/slide3.jpg") center / cover no-repeat;
}

.kps-demo-hero-inner {
	position: relative;
	display: block;
	width: min(1270px, calc(100% - 24px));
	min-height: 684px;
	margin: 0 auto;
	padding: 215px 0 56px;
}

.kps-printer-frame {
	width: 590px;
	min-height: 394px;
	margin: 0;
	padding: 58px 62px 42px;
	border: 5px solid rgba(255, 255, 255, 0.95);
	border-radius: 48px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 34%),
		rgba(32, 32, 47, 0.84);
	box-shadow: none;
	backdrop-filter: none;
	text-align: center;
}

.kps-printer-frame::before,
.kps-printer-frame::after {
	content: "";
	position: absolute;
	display: block;
	border: 5px solid rgba(255, 255, 255, 0.95);
	pointer-events: none;
}

.kps-printer-frame::before {
	top: -92px;
	left: 17%;
	width: 66%;
	height: 94px;
	border-bottom: 0;
	border-radius: 36px 36px 0 0;
}

.kps-printer-frame::after {
	right: 15%;
	bottom: -96px;
	left: 15%;
	height: 94px;
	border-top: 0;
	border-radius: 0 0 12px 12px;
	box-shadow: inset 0 22px 0 rgba(255, 255, 255, 0.95);
}

.kps-printer-frame h1 {
	margin: 0;
	color: #fff;
	font-size: 3.78rem;
	font-family: "Cooper Black", "Arial Black", "Arial Rounded MT Bold", Impact, sans-serif;
	font-weight: 900;
	letter-spacing: 0.07em;
	line-height: 1.1;
	text-shadow:
		0.6px 0 0 #fff,
		0 0.6px 0 #fff,
		0 2px 0 rgba(0, 0, 0, 0.1);
}

.kps-printer-frame p {
	max-width: 460px;
	margin: 22px auto 0;
	color: #fff;
	font-size: 1.08rem;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 900;
	line-height: 1.25;
	text-shadow: 0.45px 0 0 #fff;
}

.kps-demo-actions {
	justify-content: center;
	gap: 18px;
	margin-top: 24px;
	transform: none;
}

.kps-demo-button {
	min-width: 166px;
	min-height: 50px;
	padding: 12px 24px;
	border: 3px solid rgba(255, 255, 255, 0.95);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.02);
	box-shadow: none;
	color: #fff;
	font-size: 1.12rem;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 950;
	letter-spacing: 0.01em;
	text-shadow: 0.4px 0 0 #fff;
}

.kps-demo-button--ghost {
	background: rgba(255, 255, 255, 0.02);
}

.kps-demo-arrows {
	position: absolute;
	right: 70px;
	bottom: 108px;
	display: inline-flex;
	gap: 14px;
}

.kps-demo-arrows span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border-radius: 7px;
	background: #d2df28;
	color: #fff;
	font-size: 2.2rem;
}

@media screen and (max-width: 1100px) and (min-width: 721px) {
	.kps-demo-hero-inner {
		padding-top: 220px;
	}

	.kps-printer-frame {
		width: 540px;
	}

	.kps-printer-frame h1 {
		font-size: 3.4rem;
	}
}

@media screen and (max-width: 720px) {
	.kps-demo-hero {
		min-height: auto;
	}

	.kps-demo-hero-inner {
		width: min(353px, calc(100% - 24px));
		min-height: auto;
		padding: 58px 0 74px;
	}

	.kps-printer-frame {
		width: 100%;
		min-height: auto;
		padding: 44px 24px 38px;
		border-radius: 30px;
	}

	.kps-printer-frame::before,
	.kps-printer-frame::after {
		display: none;
	}

	.kps-printer-frame h1 {
		font-size: 2.45rem;
		letter-spacing: 0.13em;
	}

	.kps-printer-frame p {
		margin-top: 18px;
		font-size: 0.98rem;
	}

	.kps-demo-actions {
		display: grid;
		gap: 12px;
		margin-top: 24px;
	}

	.kps-demo-button {
		min-height: 50px;
	}

	.kps-demo-arrows {
		display: none;
	}
}

/* Whole-home polish pass: keep section layouts close to the reference. */
.kps-feature-stage .kps-feature-inner {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(520px, 1fr);
	gap: 46px;
	align-items: center;
}

.kps-feature-stage .kps-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.kps-feature-stage .kps-feature-card {
	min-height: 214px;
	padding: 38px 30px 28px;
	border-radius: 8px;
}

.kps-feature-stage .kps-feature-card h3 {
	margin-top: 22px;
	font-size: 1.42rem;
	line-height: 1.05;
}

.kps-feature-stage .kps-feature-card p {
	font-size: 0.95rem;
	line-height: 1.45;
}

.kps-testimonial-card {
	grid-template-columns: 118px 150px minmax(0, 1fr) 110px 118px;
	min-height: 258px;
}

.kps-testimonial-card::before {
	display: none;
}

.kps-testimonial-portrait {
	display: block;
	width: 150px;
	height: 190px;
	background: url("../img/demo-ref/ts5-1.jpg") center / cover;
	box-shadow: 0 12px 28px rgba(42, 66, 112, 0.16);
}

.kps-testimonial-card blockquote {
	align-self: center;
}

.kps-stats-grid > div {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-areas:
		"icon number"
		"icon label";
	justify-content: center;
	align-items: center;
	gap: 0 8px;
	min-height: 82px;
	padding: 8px 16px;
	border-right: 1px solid #e0e7f6;
}

.kps-stats-grid > div:last-child {
	border-right: 0;
}

.kps-stats-grid i {
	grid-area: icon;
	margin-right: 2px;
}

.kps-stats-grid strong {
	grid-area: number;
	line-height: 1;
}

.kps-stats-grid span {
	grid-area: label;
	line-height: 1.1;
}

@media screen and (max-width: 900px) {
	.kps-feature-stage .kps-feature-inner,
	.kps-about-grid,
	.kps-contact-grid,
	.kps-faq-grid {
		grid-template-columns: 1fr;
	}

	.kps-feature-stage .kps-feature-grid,
	.kps-about-process-grid,
	.kps-product-grid,
	.kps-stats-grid,
	.kps-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kps-about-visual {
		max-width: 720px;
		margin: 0 auto;
	}

	.kps-testimonial-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.kps-testimonial-side,
	.kps-testimonial-portrait {
		margin: 0 auto;
	}
}

@media screen and (max-width: 560px) {
	.kps-feature-stage .kps-feature-grid,
	.kps-about-process-grid,
	.kps-product-grid,
	.kps-stats-grid,
	.kps-news-grid {
		grid-template-columns: 1fr;
	}

	.kps-about-demo {
		padding: 58px 0 68px;
	}

	.kps-about-copy > p {
		font-size: 0.96rem;
	}

	.kps-about-service-tags span {
		min-height: 32px;
		padding: 7px 12px;
		font-size: 0.72rem;
	}

	.kps-about-image {
		min-height: 380px;
		border-width: 7px;
	}

	.kps-about-image::before {
		inset: 22px auto auto 22px;
		width: 92px;
		height: 92px;
		border-top-width: 5px;
		border-left-width: 5px;
	}

	.kps-about-image-badge {
		left: 22px;
		right: 22px;
		bottom: 24px;
		max-width: none;
	}

	.kps-about-stat-card {
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		margin: -22px 18px 0;
	}

	.kps-about-ribbon {
		grid-template-columns: 1fr;
		border-radius: 8px;
	}

	.kps-about-process {
		padding: 54px 0 64px;
	}
}

/* Contact section: large demo-style info layout with slanted labels. */
.kps-contact-demo {
	position: relative;
	overflow: hidden;
	min-height: 720px;
	padding: 92px 0 104px;
	background:
		radial-gradient(circle at 24% 88%, rgba(87, 112, 211, 0.14), transparent 9%),
		linear-gradient(165deg, transparent 0 72%, rgba(255, 255, 255, 0.82) 72.2% 100%),
		#e8edf8;
}

.kps-contact-demo::before {
	content: "";
	position: absolute;
	right: -110px;
	bottom: 112px;
	width: 86%;
	height: 210px;
	border-top: 4px solid rgba(255, 255, 255, 0.9);
	border-radius: 50% 0 0 0;
	transform: rotate(-7deg);
	pointer-events: none;
}

.kps-contact-grid {
	grid-template-columns: minmax(360px, 0.86fr) minmax(560px, 1fr);
	gap: clamp(56px, 8vw, 118px);
	align-items: center;
}

.kps-contact-copy {
	position: relative;
	align-self: start;
	padding-top: 34px;
}

.kps-contact-copy h2 {
	max-width: none;
	margin: 0 0 36px;
	color: #3c3784;
	font-size: clamp(4rem, 6vw, 5.45rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.18;
	text-transform: uppercase;
}

.kps-contact-copy h2 span {
	display: block;
	white-space: nowrap;
}

.kps-contact-copy h2::after {
	content: "";
	position: absolute;
	top: 224px;
	left: 300px;
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 999px;
	background: repeating-linear-gradient(-24deg, #5874e5 0 4px, transparent 4px 11px);
}

.kps-contact-copy::before {
	content: "\25B6\00A0\25B7\00A0\25B6";
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 36px 0;
	background: none;
	clip-path: none;
	color: #b116b2;
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
}

.kps-contact-copy p {
	max-width: 620px;
	margin: 0;
	color: #7d84b4;
	font-size: 1.32rem;
	font-weight: 800;
	line-height: 1.92;
}

.kps-contact-cards {
	gap: 62px;
	align-self: start;
	padding-top: 6px;
}

.kps-contact-cards article {
	position: relative;
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	align-items: center;
	width: min(100%, 625px);
	max-width: none;
	min-height: 132px;
	margin-left: auto;
	padding: 50px 36px 20px 0;
	border-radius: 9px;
	background: #223654;
	box-shadow: 0 18px 42px rgba(16, 30, 55, 0.28);
	color: #fff;
	justify-self: end;
}

.kps-contact-cards article::before {
	position: absolute;
	top: 50%;
	left: 28px;
	width: 98px;
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-size: 4.25rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	transform: translateY(-26%);
	z-index: 1;
}

.kps-contact-phone::before {
	content: "\f095";
}

.kps-contact-email::before {
	content: "\f0e0";
	font-weight: 400;
}

.kps-contact-address::before {
	content: "\f3c5";
}

.kps-contact-cards strong {
	position: absolute;
	top: -32px;
	right: -32px;
	left: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 92px;
	padding: 12px 32px;
	border-radius: 9px;
	background: linear-gradient(90deg, #a526e8, #5b00ff);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
	color: #fff;
	font-size: clamp(2.25rem, 3.55vw, 3.95rem);
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
	z-index: 2;
}

.kps-contact-phone strong {
	background: linear-gradient(90deg, #a526e8, #5b00ff);
}

.kps-contact-email strong {
	background: linear-gradient(90deg, #df11b6, #b6008a);
}

.kps-contact-address strong {
	background: linear-gradient(90deg, #10d2ac, #087eaa);
}

.kps-contact-cards strong i {
	display: none;
}

.kps-contact-cards span {
	grid-column: 2;
	display: block;
	padding: 0;
	color: #fff;
	font-size: clamp(1.35rem, 1.85vw, 2rem);
	font-weight: 900;
	line-height: 1.24;
	text-align: center;
	overflow-wrap: anywhere;
}

.kps-contact-phone span {
	font-size: clamp(1.5rem, 1.95vw, 2.1rem);
}

.kps-contact-email span {
	font-size: clamp(1.12rem, 1.28vw, 1.36rem);
	letter-spacing: -0.01em;
}

.kps-contact-address span {
	font-size: clamp(1.2rem, 1.52vw, 1.62rem);
}

@media screen and (max-width: 1100px) {
	.kps-contact-grid {
		grid-template-columns: 1fr;
	}

	.kps-contact-copy {
		padding-top: 0;
	}

	.kps-contact-copy h2 {
		font-size: clamp(3.4rem, 11vw, 5.2rem);
	}

	.kps-contact-cards article {
		margin-right: auto;
	}
}

@media screen and (max-width: 720px) {
	.kps-contact-demo {
		min-height: 0;
		padding: 62px 0 72px;
	}

	.kps-contact-copy h2::after,
	.kps-contact-copy::before {
		display: none;
	}

	.kps-contact-copy p {
		font-size: 1rem;
		line-height: 1.7;
	}

	.kps-contact-cards {
		gap: 46px;
		padding-top: 22px;
	}

	.kps-contact-cards article {
		grid-template-columns: 86px minmax(0, 1fr);
		min-height: 112px;
		padding: 50px 16px 18px 0;
	}

	.kps-contact-cards strong {
		top: -24px;
		right: -8px;
		left: 48px;
		min-height: 64px;
		font-size: 1.75rem;
	}

	.kps-contact-cards article::before {
		top: 50%;
		left: 16px;
		width: 56px;
		font-size: 2.45rem;
		transform: translateY(-18%);
	}

	.kps-contact-cards span {
		font-size: 1.05rem;
		line-height: 1.25;
	}

	.kps-contact-phone span,
	.kps-contact-email span,
	.kps-contact-address span {
		font-size: 0.86rem;
	}
}

/* Header handoff: let the parent theme Customizer control the top/navigation area. */
#header,
.page-template-home-custom #header,
.single #header,
.page-template-default #header {
	position: relative;
	z-index: 20;
	padding: 0;
	background: transparent;
}

#header::after,
.page-template-home-custom #header::after,
.single #header::after,
.page-template-default #header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	display: block;
	width: 100%;
	height: 60px;
	background: #fff;
}

#header > .container {
	max-width: 1140px;
	padding-right: 12px;
	padding-left: 12px;
}

.header-box,
.page-template-home-custom .header-box,
.single .header-box,
.page-template-default .header-box {
	position: relative;
	top: auto;
	left: auto;
	z-index: 99;
	width: 100%;
	min-height: 0;
	margin: 0 auto;
	border-radius: 0 0 60px 60px;
	background: #fff;
	box-shadow: none;
}

.header-box > .row {
	min-height: 0;
	align-items: stretch;
}

.header-box > .row > [class*="col-"],
.header-box > .row > [class*="col-"]:first-child,
.header-box > .row > [class*="col-"]:last-child {
	display: block;
	flex-direction: initial;
	justify-content: initial;
	border-radius: 0;
	background: transparent;
}

.top-header,
.kps-top-header {
	display: block;
	min-height: 0;
	padding: 15px 0 10px;
	background: transparent;
}

.menu-section {
	min-height: 0;
	margin: 0;
	padding: 0 20px;
	border-radius: 50px 0 50px 0;
	background: linear-gradient(0deg, #212f63 0%, #2f5fbe 100%);
	box-shadow: none;
}

.primary-navigation ul {
	display: block;
	height: auto;
	gap: 0;
	margin: 0;
	padding: 0;
}

.primary-navigation ul li {
	display: inline-block;
}

.primary-navigation a {
	min-height: 0;
	padding: 19px 16px;
	font-size: 14px;
}

.logo,
.kps-logo {
	display: block;
	min-height: 0;
	margin-top: 0;
	padding: 20px 14px !important;
}

.logo img,
.site-logo img,
.custom-logo {
	width: auto;
	max-width: 193px;
	max-height: 80px;
}

body.home header[role="banner"] {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	z-index: 20;
}

body.home .kps-demo-hero {
	margin-top: -58px;
}

body.home .kps-demo-hero-inner {
	padding-top: 168px;
}

.khp-page-main .kps-standalone-section {
	padding-top: 82px;
	padding-bottom: 82px;
}

@media screen and (max-width: 720px) {
	#header > .container {
		max-width: calc(100% - 24px);
	}

	.menu-section {
		display: block;
		min-height: 0;
		padding: 14px 18px;
	}

	.primary-navigation ul {
		display: grid;
		padding: 70px 24px 24px;
	}

	body.home .kps-demo-hero {
		margin-top: 0;
	}

	body.home .kps-demo-hero-inner {
		padding-top: 58px;
	}

	.khp-page-main .kps-standalone-section {
		padding-top: 52px;
		padding-bottom: 52px;
	}
}

/* Final logo seating: keep the symbol/text smooth inside the curved white header. */
.header-box .logo.kps-logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 118px;
	margin: 0;
	padding: 14px 8px 18px 28px !important;
	text-align: left;
}

.header-box .kps-branding-logo.kps-branding-lockup {
	display: inline-grid;
	grid-template-columns: 58px max-content;
	align-items: center;
	gap: 10px;
	width: auto;
	max-width: 100%;
	text-decoration: none;
	transform: translateY(-2px);
}

.header-box .kps-brand-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 64px;
	overflow: hidden;
	border-radius: 14px;
}

.header-box .kps-brand-mark img {
	display: block;
	width: 58px;
	max-width: none;
	height: auto;
	max-height: none;
	object-fit: contain;
	transform: translateY(0);
}

.header-box .kps-brand-text {
	display: grid;
	align-content: center;
	gap: 3px;
	line-height: 1;
}

.header-box .kps-brand-text strong {
	color: #111827;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 0.9;
	text-transform: uppercase;
}

.header-box .kps-brand-text small {
	color: #555d68;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.28em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

@media screen and (max-width: 1100px) and (min-width: 721px) {
	.header-box .logo.kps-logo {
		padding-left: 18px !important;
	}

	.header-box .kps-branding-logo.kps-branding-lockup {
		grid-template-columns: 50px max-content;
		gap: 8px;
	}

	.header-box .kps-brand-mark {
		width: 50px;
		height: 56px;
	}

	.header-box .kps-brand-mark img {
		width: 52px;
	}

	.header-box .kps-brand-text strong {
		font-size: 20px;
	}

	.header-box .kps-brand-text small {
		font-size: 8px;
		letter-spacing: 0.23em;
	}
}

@media screen and (max-width: 720px) {
	.header-box .logo.kps-logo {
		justify-content: center;
		min-height: 90px;
		padding: 14px 16px !important;
	}
}

/* Menu anchors point to the current homepage sections, but only Home should look active. */
.primary-navigation .menu-item-type-custom.current-menu-item > a,
.primary-navigation .menu-item-type-custom.current_page_item > a {
	color: #fff !important;
}

.primary-navigation .menu-item-type-custom > a:hover {
	color: var(--khp-lime) !important;
}

@media screen and (min-width: 721px) {
	.primary-navigation ul {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
	}

	.primary-navigation ul li {
		display: block;
		flex: 0 0 auto;
	}

	.primary-navigation a {
		padding-right: 12px;
		padding-left: 12px;
		font-size: 13px;
		white-space: nowrap;
	}
}

/* Lightweight merch/order flow until a full payment gateway is connected. */
.kps-shop-page {
	background: #e9eef9;
}

.kps-shop-hero,
.kps-cart-section,
.kps-checkout-section,
.kps-account-section {
	background: #e9eef9;
}

.kps-shop-hero h1,
.kps-cart-section h1,
.kps-checkout-section h1,
.kps-account-section h1 {
	max-width: 760px;
	margin: 0;
	color: #293487;
	font-size: clamp(2.25rem, 5vw, 4rem);
	font-weight: 950;
	line-height: 1;
}

.kps-shop-hero p,
.kps-checkout-section > .kps-container > div > p,
.kps-account-section p {
	max-width: 700px;
	color: #68729b;
	font-weight: 700;
	line-height: 1.7;
}

.kps-flow-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 28px;
}

.kps-flow-steps span {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	padding: 14px;
	border-radius: 6px;
	background: #fff;
	color: #293487;
	font-weight: 900;
	box-shadow: 0 16px 34px rgba(28, 54, 130, 0.1);
}

.kps-flow-steps i {
	color: #2f5fbe;
	font-size: 1.2rem;
}

.kps-shop-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.kps-shop-card {
	display: grid;
	gap: 12px;
	padding: 14px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(28, 54, 130, 0.14);
}

.kps-shop-card .kps-product-img {
	height: 180px;
	border-radius: 6px;
}

.kps-shop-card h2 {
	margin: 0;
	color: #0f2876;
	font-size: 1.1rem;
	font-weight: 950;
}

.kps-shop-card p {
	margin: 0;
	color: #667198;
	font-size: 0.92rem;
	line-height: 1.55;
}

.kps-shop-card strong {
	color: #d60808;
	font-size: 1rem;
}

.kps-shop-card button,
.kps-shop-button,
.kps-checkout-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 18px;
	border: 0;
	border-radius: 6px;
	background: #2f5fbe;
	color: #fff !important;
	font-weight: 950;
	text-decoration: none;
	cursor: pointer;
}

.kps-shop-button--ghost {
	background: #18245f;
}

.kps-shop-actions {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}

.kps-cart-items,
.kps-checkout-summary {
	display: grid;
	gap: 12px;
}

.kps-cart-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 100px 96px 120px;
	align-items: center;
	gap: 14px;
	padding: 18px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(28, 54, 130, 0.1);
}

.kps-cart-row span {
	display: block;
	color: #697399;
	font-size: 0.9rem;
}

.kps-cart-row input,
.kps-checkout-form input,
.kps-checkout-form select,
.kps-checkout-form textarea {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #d8def0;
	border-radius: 6px;
	background: #f7f9ff;
}

.kps-cart-row button {
	min-height: 40px;
	border: 0;
	border-radius: 6px;
	background: #e6ebfa;
	color: #293487;
	font-weight: 900;
}

.kps-cart-summary,
.kps-cart-empty,
.kps-checkout-form,
.kps-payment-note,
.kps-account-card {
	margin-top: 22px;
	padding: 24px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(28, 54, 130, 0.12);
}

.kps-cart-summary span,
.kps-payment-note strong,
.kps-checkout-summary strong,
.kps-account-card h2 {
	color: #293487;
	font-weight: 950;
}

.kps-cart-summary > strong {
	display: block;
	margin: 4px 0 8px;
	color: #d60808;
	font-size: 1.8rem;
}

.kps-checkout-grid,
.kps-account-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	gap: 32px;
	align-items: start;
}

.kps-checkout-form {
	display: grid;
	gap: 14px;
	margin-top: 0;
}

.kps-checkout-form label {
	display: grid;
	gap: 7px;
	color: #293487;
	font-weight: 900;
}

.kps-checkout-summary ul,
.kps-payment-note ol {
	margin: 10px 0;
	padding-left: 20px;
	color: #667198;
	line-height: 1.65;
}

.kps-checkout-disclaimer {
	margin: 0;
	color: #697399;
	font-size: 0.9rem;
	line-height: 1.55;
}

.kps-account-card {
	display: grid;
	gap: 12px;
	margin-top: 0;
}

.kps-mini-cart {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9999;
}

.kps-mini-cart-toggle {
	position: relative;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 0;
	border-radius: 999px;
	background: #d60808;
	box-shadow: 0 16px 40px rgba(18, 31, 72, 0.28);
	color: #fff;
	font-size: 1.28rem;
	cursor: pointer;
}

.kps-mini-cart-toggle b {
	position: absolute;
	top: -7px;
	right: -6px;
	display: grid;
	place-items: center;
	min-width: 24px;
	height: 24px;
	padding: 0 6px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #d0dd36;
	color: #10256d;
	font-size: 0.78rem;
	font-weight: 950;
	line-height: 1;
}

.kps-mini-cart-panel {
	position: absolute;
	right: 0;
	bottom: 72px;
	width: min(340px, calc(100vw - 32px));
	padding: 16px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 22px 56px rgba(18, 31, 72, 0.34);
	color: #293487;
}

.kps-mini-cart-head,
.kps-mini-cart-total,
.kps-mini-cart-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.kps-mini-cart-head {
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e7f4;
}

.kps-mini-cart-head strong,
.kps-mini-cart-total strong,
.kps-mini-cart-row strong {
	color: #172b73;
	font-weight: 950;
}

.kps-mini-cart-head button {
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 999px;
	background: #eef2fb;
	color: #172b73;
	font-size: 1.2rem;
	font-weight: 900;
	cursor: pointer;
}

.kps-mini-cart-items {
	display: grid;
	gap: 10px;
	max-height: 260px;
	overflow: auto;
	padding: 12px 0;
}

.kps-mini-cart .widget_shopping_cart_content {
	max-height: 370px;
	overflow: auto;
	padding-top: 12px;
}

.kps-mini-cart .woocommerce-mini-cart {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.kps-mini-cart .woocommerce-mini-cart li {
	position: relative;
	min-height: 0;
	padding: 10px 10px 10px 30px !important;
	border-radius: 6px;
	background: #f4f7ff;
	color: #293487;
	list-style: none;
}

.kps-mini-cart .woocommerce-mini-cart li::before {
	content: none !important;
}

.kps-mini-cart .woocommerce-mini-cart a {
	color: #172b73 !important;
	font-weight: 950;
	text-decoration: none;
}

.kps-mini-cart .woocommerce-mini-cart img {
	display: none;
}

.kps-mini-cart .remove_from_cart_button {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #d60808 !important;
	font-size: 1rem;
}

.kps-mini-cart .quantity {
	display: block;
	margin-top: 4px;
	color: #68729b;
	font-size: 0.86rem;
	font-weight: 800;
}

.kps-mini-cart .woocommerce-mini-cart__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 12px 0 0;
	padding-top: 12px;
	border-top: 1px solid #e2e7f4;
	color: #293487;
}

.kps-mini-cart .woocommerce-mini-cart__total strong,
.kps-mini-cart .woocommerce-Price-amount {
	color: #d60808;
	font-weight: 950;
}

.kps-mini-cart .woocommerce-mini-cart__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin: 12px 0 0;
}

.kps-mini-cart .woocommerce-mini-cart__buttons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border-radius: 6px;
	background: #2f5fbe;
	color: #fff !important;
	font-weight: 950;
	text-decoration: none;
}

.kps-mini-cart .woocommerce-mini-cart__buttons a:last-child {
	background: #172b73;
}

.kps-mini-cart-items p {
	margin: 0;
	color: #68729b;
}

.kps-mini-cart-row {
	padding: 10px;
	border-radius: 6px;
	background: #f4f7ff;
}

.kps-mini-cart-row span {
	display: block;
	margin-top: 3px;
	color: #68729b;
	font-size: 0.85rem;
}

.kps-mini-cart-row b {
	flex: 0 0 auto;
	color: #d60808;
	font-size: 0.92rem;
}

.kps-mini-cart-total {
	padding-top: 10px;
	border-top: 1px solid #e2e7f4;
}

.kps-mini-cart-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 12px;
}

.kps-mini-cart-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border-radius: 6px;
	background: #2f5fbe;
	color: #fff !important;
	font-weight: 950;
	text-decoration: none;
}

.kps-mini-cart-actions a:last-child {
	background: #172b73;
}

.kps-partner-brands {
	padding: 70px 0 78px;
	background:
		linear-gradient(180deg, #ffffff 0%, #f3f6ff 100%);
}

.kps-partner-brands .kps-bracket-title {
	margin-bottom: 36px;
}

.kps-partner-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.kps-partner-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 112px;
	padding: 20px 14px;
	border: 1px solid #e1e7f6;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(23, 43, 115, 0.09);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.kps-partner-card:hover {
	transform: translateY(-3px);
	border-color: rgba(47, 95, 190, 0.34);
	box-shadow: 0 24px 54px rgba(23, 43, 115, 0.15);
}

.kps-partner-logo {
	display: block;
	width: min(132px, 100%);
	max-height: 58px;
	object-fit: contain;
}

.kps-partner-epson {
	max-height: 36px;
}

.kps-partner-brother {
	max-height: 34px;
}

.kps-partner-quaff {
	max-height: 50px;
}

.kps-partner-deli {
	max-height: 50px;
}

.kps-partner-maped {
	max-height: 42px;
}

.kps-partner-cuyi {
	max-height: 52px;
}

.woocommerce-shop main#main,
.woocommerce-page main#main {
	width: min(1180px, calc(100% - 32px));
	margin: 36px auto 58px;
}

.woocommerce-shop main#main > .row,
.woocommerce-page main#main > .row {
	align-items: flex-start;
}

.woocommerce-shop main#main .col-lg-8,
.woocommerce-shop main#main .col-md-8 {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
}

.woocommerce-shop main#main .col-lg-4,
.woocommerce-shop main#main .col-md-4 {
	display: none;
}

.woocommerce-shop .woocommerce-products-header {
	position: relative;
	margin: 0 0 26px;
	padding: 28px 32px;
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(47, 95, 190, 0.12), rgba(226, 0, 123, 0.08));
	overflow: hidden;
}

.woocommerce-shop .woocommerce-products-header::after {
	content: "";
	position: absolute;
	right: -42px;
	bottom: -58px;
	width: 180px;
	height: 180px;
	border: 18px solid rgba(47, 95, 190, 0.14);
	border-radius: 50%;
}

.woocommerce-shop .woocommerce-products-header__title {
	position: relative;
	margin: 0;
	color: #172b73;
	font-size: clamp(2rem, 4vw, 3.8rem);
	font-weight: 950;
	line-height: 0.95;
	text-transform: uppercase;
}

.woocommerce-shop .woocommerce-notices-wrapper .woocommerce-message {
	margin: 0 0 22px;
	border: 0;
	border-left: 6px solid #d8ea18;
	border-radius: 8px;
	background: #f4f7ff;
	color: #172b73;
	font-weight: 800;
	box-shadow: 0 14px 34px rgba(23, 43, 115, 0.12);
}

.woocommerce-shop .woocommerce-message .button,
.woocommerce-shop a.added_to_cart {
	border-radius: 999px;
	background: #172b73 !important;
	color: #fff !important;
	font-weight: 950;
	text-transform: uppercase;
	text-decoration: none;
}

.woocommerce-shop .woocommerce-result-count {
	margin: 0 0 18px;
	color: #6d75a8;
	font-weight: 800;
}

.woocommerce-shop .woocommerce-ordering {
	margin: 0 0 24px;
}

.woocommerce-shop .woocommerce-ordering select {
	min-height: 44px;
	border: 1px solid #dfe5f5;
	border-radius: 8px;
	background: #fff;
	color: #172b73;
	font-weight: 800;
}

.woocommerce-shop ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce-shop ul.products::before,
.woocommerce-shop ul.products::after {
	content: none !important;
}

.woocommerce-shop ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 18px !important;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(23, 43, 115, 0.12);
	overflow: hidden;
	text-align: center;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.woocommerce-shop ul.products li.product:hover {
	transform: translateY(-3px);
	box-shadow: 0 24px 58px rgba(23, 43, 115, 0.18);
}

.woocommerce-shop ul.products li.product a img {
	width: 100%;
	height: 220px;
	margin: 0 0 16px;
	object-fit: cover;
	background: #eef2fb;
}

.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
	min-height: 48px;
	padding: 0 16px;
	color: #172b73;
	font-size: 1.04rem;
	font-weight: 950;
	line-height: 1.15;
}

.woocommerce-shop ul.products li.product .price {
	display: block;
	margin: 4px 0 14px;
	color: #d60808 !important;
	font-size: 1rem;
	font-weight: 950;
}

.woocommerce-shop ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 40px;
	margin: 0 12px;
	padding: 10px 20px;
	border-radius: 999px;
	background: #2f5fbe;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 950;
	letter-spacing: 0;
	text-transform: uppercase;
}

.woocommerce-shop ul.products li.product .button:hover,
.woocommerce-shop ul.products li.product .button.added,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button.added {
	background: #172b73;
	color: #fff;
}

.woocommerce-shop a.added_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin: 10px 12px 0;
	padding: 7px 15px;
	font-size: 0.76rem;
}

@media screen and (max-width: 1000px) {
	.kps-partner-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.woocommerce-shop ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kps-shop-grid,
	.kps-flow-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kps-checkout-grid,
	.kps-account-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 720px) {
	.kps-partner-brands {
		padding: 52px 0 58px;
	}

	.kps-partner-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.kps-partner-card {
		min-height: 92px;
		padding: 16px 10px;
	}

	.kps-partner-logo {
		width: min(118px, 100%);
		max-height: 48px;
	}

	.woocommerce-shop main#main,
	.woocommerce-page main#main {
		width: min(100% - 22px, 1180px);
		margin-top: 24px;
	}

	.woocommerce-shop .woocommerce-products-header {
		padding: 22px 20px;
	}

	.woocommerce-shop ul.products {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.woocommerce-shop ul.products li.product a img {
		height: 240px;
	}

	.kps-shop-grid,
	.kps-flow-steps,
	.kps-cart-row {
		grid-template-columns: 1fr;
	}

	.kps-shop-actions {
		flex-direction: column;
	}

	.kps-mini-cart {
		right: 16px;
		bottom: 16px;
	}
}

/* Services section revamp */
.kps-services-showcase {
	position: relative;
	padding: 70px 0 76px;
	background:
		linear-gradient(135deg, rgba(47, 95, 190, 0.08), rgba(0, 166, 223, 0.05) 42%, rgba(226, 0, 123, 0.06)),
		#e8eef9;
	overflow: hidden;
}

.kps-services-showcase::before {
	content: "";
	position: absolute;
	inset: 22px auto auto 7%;
	width: 190px;
	height: 190px;
	border: 22px solid rgba(47, 95, 190, 0.09);
	border-radius: 50%;
	pointer-events: none;
}

.kps-services-showcase::after {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -130px;
	width: 360px;
	height: 360px;
	background:
		repeating-linear-gradient(135deg, rgba(47, 95, 190, 0.12) 0 5px, transparent 5px 14px);
	border-radius: 50%;
	pointer-events: none;
}

.kps-services-showcase .kps-container {
	position: relative;
	z-index: 1;
}

.kps-services-showcase .kps-bracket-title {
	margin-bottom: 38px;
}

.kps-services-showcase .kps-bracket-title small {
	color: #6d78a7;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.42em;
}

.kps-services-showcase .kps-bracket-title strong {
	color: #2457bd;
	font-size: clamp(1.85rem, 2.4vw, 2.55rem);
	font-weight: 950;
	text-shadow: 0 9px 18px rgba(36, 87, 189, 0.1);
}

.kps-demo-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.kps-demo-service-grid article {
	position: relative;
	display: block;
	min-height: 315px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-radius: 8px;
	background: #111827;
	box-shadow: 0 22px 48px rgba(24, 43, 91, 0.17);
	overflow: hidden;
	isolation: isolate;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.kps-demo-service-grid article::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(8, 16, 38, 0.02) 0%, rgba(8, 16, 38, 0.26) 38%, rgba(8, 16, 38, 0.9) 100%),
		linear-gradient(135deg, rgba(0, 166, 223, 0.16), transparent 42%, rgba(226, 0, 123, 0.18));
	pointer-events: none;
}

.kps-demo-service-grid article::after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 3;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #00a6df, #e2007b 55%, #d8ea18);
	opacity: 0.92;
}

.kps-demo-service-grid article:hover,
.kps-demo-service-grid article:focus-visible {
	transform: translateY(-6px);
	border-color: rgba(216, 234, 24, 0.85);
	box-shadow: 0 30px 68px rgba(24, 43, 91, 0.24);
}

.kps-demo-service-grid article:focus-visible {
	outline: 3px solid rgba(216, 234, 24, 0.85);
	outline-offset: 4px;
}

.kps-demo-service-grid .kps-service-photo {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center;
	filter: saturate(0.98) contrast(1.06);
	transform: scale(1.02);
	transition: transform 260ms ease, filter 260ms ease;
}

.kps-demo-service-grid article:hover .kps-service-photo,
.kps-demo-service-grid article:focus-visible .kps-service-photo {
	filter: saturate(1.12) contrast(1.08);
	transform: scale(1.08);
}

.kps-demo-service-grid .kps-service-icon {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 2px solid rgba(255, 255, 255, 0.85);
	border-radius: 8px;
	background: linear-gradient(135deg, #315fd0, #009fdb);
	box-shadow: 0 14px 28px rgba(6, 15, 38, 0.3);
}

.kps-demo-service-grid .kps-service-icon i,
.kps-demo-service-grid article > i {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
}

.kps-demo-service-grid .kps-service-content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 154px;
	padding: 0 22px 34px;
}

.kps-demo-service-grid strong {
	display: block;
	width: 100%;
	margin: 0 0 9px;
	padding: 0;
	color: #fff;
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: clamp(1.02rem, 1.04vw, 1.18rem);
	font-weight: 950;
	line-height: 1.12;
	letter-spacing: 0;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.34);
}

.kps-demo-service-grid p {
	display: -webkit-box;
	min-height: 42px;
	margin: 0 0 16px;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.45;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.kps-demo-service-grid .kps-service-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	padding: 8px 13px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: #172b73;
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.kps-demo-service-grid .kps-service-cta i {
	position: static;
	width: auto;
	height: auto;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #e2007b;
	font-size: 0.72rem;
	line-height: 1;
	transform: translateX(0);
	transition: transform 180ms ease;
}

.kps-demo-service-grid article:hover .kps-service-cta i,
.kps-demo-service-grid article:focus-visible .kps-service-cta i {
	transform: translateX(3px);
}

.kps-demo-service-grid article:nth-child(2n) .kps-service-icon {
	background: linear-gradient(135deg, #e2007b, #7a2bff);
}

.kps-demo-service-grid article:nth-child(3n) .kps-service-icon {
	background: linear-gradient(135deg, #10cbb0, #0087bf);
}

.kps-demo-service-grid article:nth-child(4n) .kps-service-icon {
	background: linear-gradient(135deg, #d8ea18, #2f5fbe);
}

@media screen and (max-width: 1100px) {
	.kps-demo-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 640px) {
	.kps-services-showcase {
		padding: 54px 0 58px;
	}

	.kps-demo-service-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.kps-demo-service-grid article {
		min-height: 300px;
	}
}

/* Hero slider polish */
.kps-demo-hero {
	position: relative;
	overflow: hidden;
	background: #20263d;
}

.kps-hero-slides,
.kps-hero-slide {
	position: absolute;
	inset: 0;
}

.kps-hero-slide {
	z-index: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transform: scale(1.03);
	transition: opacity 700ms ease, transform 5200ms ease;
}

.kps-hero-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(31, 35, 52, 0.7), rgba(42, 56, 84, 0.3) 58%, rgba(18, 25, 42, 0.28)),
		linear-gradient(180deg, rgba(12, 18, 36, 0.16), rgba(12, 18, 36, 0.12));
}

.kps-hero-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.kps-hero-slide--press {
	background-image: url("../img/demo-ref/slide3.jpg");
}

.kps-hero-slide--merch {
	background-image: url("../img/demo-ref/print-slide1.jpg");
	background-position: center 38%;
}

.kps-hero-slide--rush {
	background-image: url("../img/demo-ref/banner-printing.jpeg");
	background-position: center;
}

.kps-demo-hero-inner {
	z-index: 2;
}

.kps-printer-frame h1,
.kps-printer-frame p {
	transition: opacity 180ms ease;
}

.kps-demo-arrows {
	z-index: 4;
}

.kps-demo-arrows button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border: 0;
	border-radius: 7px;
	background: #d2df28;
	color: #fff;
	font-size: 2.2rem;
	box-shadow: 0 12px 28px rgba(10, 21, 43, 0.18);
	cursor: pointer;
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.kps-demo-arrows button:hover,
.kps-demo-arrows button:focus-visible {
	background: #c4d516;
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(10, 21, 43, 0.24);
}

.kps-demo-arrows button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.kps-demo-arrows span {
	display: none;
}

.kps-demo-dots {
	position: absolute;
	right: auto;
	bottom: 140px;
	left: 430px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: auto;
}

.kps-demo-dots button {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	box-shadow: 0 6px 14px rgba(8, 18, 39, 0.24);
	cursor: pointer;
	transition: width 160ms ease, background 160ms ease;
}

.kps-demo-dots button.is-active {
	width: 31px;
	background: #d2df28;
}

@media screen and (max-width: 1100px) and (min-width: 721px) {
	.kps-demo-dots {
		right: auto;
		left: 360px;
		bottom: 132px;
	}
}

@media screen and (max-width: 720px) {
	.kps-demo-dots {
		right: 0;
		bottom: 34px;
		left: 0;
		justify-content: center;
	}
}

/* Feature cards: match demo icon/card proportions */
.kps-feature-stage .kps-feature-card {
	position: relative;
	min-height: 255px;
	padding: 0 0 28px;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 54px rgba(6, 15, 38, 0.22);
}

.kps-feature-stage .kps-feature-card::before {
	display: block;
	width: 100%;
	height: 88px;
	background: var(--card-color, var(--khp-orange));
}

.kps-feature-stage .kps-feature-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	margin: -43px 0 0 30px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(16, 31, 80, 0.16);
	color: #0b39b6;
	font-size: 2.9rem;
	line-height: 1;
}

.kps-feature-stage .kps-feature-card h3 {
	margin: 24px 30px 0;
	color: #08258a;
	font-size: 1.42rem;
	font-weight: 950;
	line-height: 1.08;
}

.kps-feature-stage .kps-feature-card p {
	margin: 11px 30px 0;
	color: #6a80dd;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.42;
}

@media screen and (max-width: 720px) {
	.kps-feature-stage .kps-feature-card {
		min-height: 235px;
	}

	.kps-feature-stage .kps-feature-card::before {
		height: 78px;
	}

	.kps-feature-stage .kps-feature-icon {
		width: 88px;
		height: 88px;
		margin: -38px 0 0 24px;
		font-size: 2.45rem;
	}

	.kps-feature-stage .kps-feature-card h3 {
		margin: 20px 24px 0;
		font-size: 1.26rem;
	}

	.kps-feature-stage .kps-feature-card p {
		margin: 10px 24px 0;
	}
}

/* Product gallery title scale */
.kps-gallery-demo .kps-bracket-title {
	margin-bottom: 46px;
}

.kps-gallery-demo .kps-bracket-title small {
	font-size: 0.88rem;
	letter-spacing: 0.5em;
}

.kps-gallery-demo .kps-bracket-title strong {
	font-size: clamp(2.05rem, 3.3vw, 3.1rem);
}

.kps-gallery-demo .kps-bracket-title::before,
.kps-gallery-demo .kps-bracket-title::after {
	top: 14px;
	bottom: -12px;
	width: 24px;
	border-top-width: 6px;
	border-bottom-width: 6px;
}

.kps-gallery-demo .kps-bracket-title::before {
	left: -32px;
	border-left-width: 6px;
}

.kps-gallery-demo .kps-bracket-title::after {
	right: -32px;
	border-right-width: 6px;
}

.kps-gallery-demo .kps-bracket-title strong::after {
	right: -46px;
	bottom: 5px;
	width: 29px;
	height: 29px;
}

@media screen and (max-width: 720px) {
	.kps-gallery-demo .kps-bracket-title small {
		font-size: 0.74rem;
	}

	.kps-gallery-demo .kps-bracket-title strong {
		font-size: clamp(1.7rem, 8vw, 2.2rem);
	}

	.kps-gallery-demo .kps-bracket-title::before {
		left: -24px;
	}

	.kps-gallery-demo .kps-bracket-title::after {
		right: -24px;
	}

	.kps-gallery-demo .kps-bracket-title strong::after {
		right: -34px;
		width: 22px;
		height: 22px;
	}
}

/* Final usability polish pass */
.kps-product-strip {
	padding: 64px 0 70px;
	background: #fff;
}

.kps-product-grid article {
	border-radius: 8px;
	transition: transform 180ms ease;
}

.kps-product-grid article:hover {
	transform: translateY(-4px);
}

.kps-product-grid article a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.kps-product-grid strong {
	display: block;
	margin-top: 16px;
	color: #172b73;
	font-size: 1.02rem;
	font-weight: 950;
	line-height: 1.2;
}

.kps-product-grid small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	margin-top: 7px;
	padding: 5px 12px;
	border-radius: 999px;
	background: #eef3ff;
	color: #d60808;
	font-size: 0.78rem;
	font-weight: 950;
	text-transform: uppercase;
}

.kps-product-img {
	display: block;
	width: 100%;
	height: 188px;
	border-radius: 6px;
	background-size: cover;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.kps-product-grid article:hover .kps-product-img {
	box-shadow: 0 18px 42px rgba(23, 43, 115, 0.18);
	transform: translateY(-2px);
}

.kps-product-catalog {
	background-image: url("../img/demo-ref/cloths-print.jpeg");
	background-position: center;
}

.kps-product-mag {
	background-image: url("../img/demo-ref/label-pring.jpg");
	background-position: center;
}

.kps-product-cup {
	background-image: url("../img/demo-ref/gift-printing.webp");
	background-position: center;
}

.kps-product-mug {
	background-image: url("../img/demo-ref/paper-bags.jpeg");
	background-position: center;
}

.kps-faq-demo {
	position: relative;
	padding: 78px 0 88px;
	background:
		linear-gradient(135deg, rgba(47, 95, 190, 0.06), rgba(226, 0, 123, 0.04)),
		#e8edf8;
}

.kps-flow-panel {
	position: relative;
	padding: 36px 36px 34px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 54px rgba(23, 43, 115, 0.12);
	overflow: hidden;
}

.kps-flow-panel::after {
	content: "";
	position: absolute;
	top: -52px;
	right: -54px;
	width: 150px;
	height: 150px;
	border: 16px solid rgba(47, 95, 190, 0.13);
	border-radius: 50%;
}

.kps-flow-panel h2 {
	max-width: 520px;
	margin: 0 0 14px;
	color: #172b73;
	font-size: clamp(2.2rem, 4vw, 3.9rem);
	font-weight: 950;
	line-height: 0.98;
}

.kps-flow-panel > p {
	max-width: 560px;
	margin: 0 0 24px;
	color: #6c74a2;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.65;
}

.kps-flow-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	counter-reset: flow;
}

.kps-flow-list li {
	position: relative;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 64px;
	padding: 12px 16px;
	border-radius: 8px;
	background: #f3f6ff;
	list-style: none;
}

.kps-flow-list li::before {
	counter-increment: flow;
	content: counter(flow);
	grid-row: 1 / span 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: linear-gradient(135deg, #2f5fbe, #00a6df);
	color: #fff;
	font-size: 1rem;
	font-weight: 950;
}

.kps-flow-list strong,
.kps-flow-list span {
	display: block;
	grid-column: 2;
}

.kps-flow-list strong {
	color: #172b73;
	font-size: 0.98rem;
	font-weight: 950;
	line-height: 1.2;
}

.kps-flow-list span {
	margin-top: 3px;
	color: #67719c;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.35;
}

.kps-flow-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.kps-flow-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 18px;
	border-radius: 999px;
	background: #2f5fbe;
	color: #fff !important;
	font-size: 0.82rem;
	font-weight: 950;
	text-decoration: none;
	text-transform: uppercase;
}

.kps-flow-actions a:last-child {
	background: #172b73;
}

.kps-faq-card {
	align-self: center;
	padding: 34px 30px;
	box-shadow: 0 20px 54px rgba(23, 43, 115, 0.12);
}

.kps-faq-card details {
	border-radius: 8px;
	overflow: hidden;
}

.kps-faq-card summary {
	min-height: 46px;
	padding: 12px 16px;
}

.kps-faq-card details p {
	margin: 0;
	padding: 0 16px 16px 31px;
	color: #667198;
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1.55;
}

.kps-partner-card {
	min-height: 118px;
}

.kps-partner-quaff,
.kps-partner-cuyi {
	width: min(136px, 100%);
	max-height: 58px;
	transform: scale(1.12);
	filter: contrast(1.18) saturate(1.08);
}

.kps-partner-cuyi {
	transform: scale(1.18);
}

.kps-site-footer .container {
	padding-right: 86px;
}

#footer-section .kps-footer-contact li {
	color: rgba(255, 255, 255, 0.88);
	word-break: break-word;
}

.kps-site-footer .copyright p {
	letter-spacing: 0;
}

.kps-mini-cart-toggle {
	width: 52px;
	height: 52px;
	font-size: 1.12rem;
}

.kps-mini-cart-toggle b {
	top: -8px;
	right: -7px;
}

@media screen and (max-width: 900px) {
	.kps-site-footer .container {
		padding-right: 0;
	}
}

@media screen and (max-width: 720px) {
	.kps-product-strip {
		padding: 52px 0 58px;
	}

	.kps-product-img {
		height: 220px;
	}

	.kps-flow-panel,
	.kps-faq-card {
		padding: 26px 22px;
	}

	.kps-flow-panel h2 {
		font-size: clamp(2rem, 10vw, 2.7rem);
	}

	.kps-flow-list li {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 12px;
	}

	.kps-flow-list li::before {
		width: 38px;
		height: 38px;
	}

	.kps-flow-actions {
		flex-direction: column;
	}

	.kps-partner-quaff {
		transform: scale(1.12);
	}

	.kps-partner-cuyi {
		transform: scale(1.18);
	}

	.kps-mini-cart-toggle {
		width: 48px;
		height: 48px;
	}
}

.page-template-contact-info-page .kps-mini-cart {
	display: none;
}

/* WooCommerce order flow polish */
.kps-woo-guidance {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin: 0 0 24px;
	padding: 20px 22px;
	border-left: 6px solid #d8ea18;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(47, 95, 190, 0.11), rgba(0, 166, 223, 0.06)),
		#fff;
	box-shadow: 0 18px 46px rgba(23, 43, 115, 0.12);
	color: #172b73;
}

.kps-woo-guidance strong {
	display: block;
	margin: 0 0 5px;
	color: #172b73;
	font-size: 1.1rem;
	font-weight: 950;
	line-height: 1.2;
}

.kps-woo-guidance p {
	max-width: 760px;
	margin: 0;
	color: #667198;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.55;
}

.kps-woo-guidance ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kps-woo-guidance li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #172b73;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 950;
	text-transform: uppercase;
}

.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
	border: 0;
	border-left: 6px solid #d8ea18;
	border-radius: 8px;
	background: #f4f7ff;
	color: #172b73;
	font-weight: 850;
	box-shadow: 0 14px 34px rgba(23, 43, 115, 0.1);
}

.woocommerce-page .button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 999px !important;
	background: #2f5fbe !important;
	color: #fff !important;
	font-size: 0.82rem;
	font-weight: 950 !important;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none !important;
}

.woocommerce-shop ul.products li.product .button.add_to_cart_button,
.woocommerce-page ul.products li.product .button.add_to_cart_button,
.single-product div.product button.single_add_to_cart_button {
	gap: 10px;
	white-space: nowrap;
}

.woocommerce-shop ul.products li.product .button.add_to_cart_button::before,
.woocommerce-page ul.products li.product .button.add_to_cart_button::before,
.single-product div.product button.single_add_to_cart_button::before {
	content: "\f07a";
	flex: 0 0 16px;
	display: inline-block;
	width: 16px;
	font-family: "Font Awesome 5 Free";
	font-size: 0.86em;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	transform: translateY(1px);
}

.woocommerce-shop ul.products li.product .button.product_type_variable::before,
.woocommerce-page ul.products li.product .button.product_type_variable::before {
	content: none;
}

.woocommerce-page .button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover {
	background: #172b73 !important;
	color: #fff !important;
}

.woocommerce-cart main#main .col-lg-8,
.woocommerce-cart main#main .col-md-8,
.woocommerce-checkout main#main .col-lg-8,
.woocommerce-checkout main#main .col-md-8,
.single-product main#main .col-lg-8,
.single-product main#main .col-md-8 {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
}

.woocommerce-cart main#main .col-lg-4,
.woocommerce-cart main#main .col-md-4,
.woocommerce-checkout main#main .col-lg-4,
.woocommerce-checkout main#main .col-md-4,
.single-product main#main .col-lg-4,
.single-product main#main .col-md-4 {
	display: none;
}

.single-product div.product {
	display: grid;
	grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
	gap: 38px;
	align-items: start;
	padding: 28px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 22px 58px rgba(23, 43, 115, 0.12);
}

.single-product div.product::before,
.single-product div.product::after {
	content: none !important;
}

.single-product div.product div.images,
.single-product div.product div.summary {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.single-product div.product div.images img {
	border-radius: 8px;
	background: #eef2fb;
	box-shadow: 0 18px 42px rgba(23, 43, 115, 0.12);
}

.single-product div.product .product_title {
	margin: 0 0 12px;
	color: #172b73;
	font-size: clamp(2rem, 4vw, 3.55rem);
	font-weight: 950;
	line-height: 0.98;
	text-transform: uppercase;
}

.single-product div.product p.price,
.single-product div.product span.price {
	color: #d60808;
	font-size: 1.45rem;
	font-weight: 950;
}

.single-product div.product .woocommerce-product-details__short-description {
	margin: 16px 0 20px;
	color: #667198;
	font-weight: 800;
	line-height: 1.65;
}

.single-product div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin: 0;
}

.single-product div.product form.variations_form {
	display: grid;
	gap: 16px;
	padding: 18px;
	border: 1px solid #e1e7f6;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(47, 95, 190, 0.08), rgba(0, 166, 223, 0.05)),
		#f7f9ff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.single-product div.product table.variations {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0 12px;
}

.single-product div.product table.variations tbody,
.single-product div.product table.variations tr,
.single-product div.product table.variations th,
.single-product div.product table.variations td {
	display: block;
	width: 100%;
	border: 0;
	padding: 0;
	background: transparent;
	text-align: left;
}

.single-product div.product table.variations tr {
	position: relative;
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 10px 12px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(23, 43, 115, 0.08);
}

.single-product div.product table.variations th.label {
	margin: 0;
	color: #172b73;
	font-size: 0.82rem;
	font-weight: 950;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.single-product div.product table.variations th.label label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0;
}

.single-product div.product table.variations th.label label::before {
	content: "\f02c";
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #eef3ff;
	color: #2f5fbe;
	font-family: "Font Awesome 5 Free";
	font-size: 0.72rem;
	font-weight: 900;
}

.single-product div.product table.variations select {
	width: 100%;
	min-height: 46px;
	padding: 10px 46px 10px 14px;
	border: 1px solid #d8def0;
	border-radius: 8px;
	background-color: #f7f9ff;
	background-image:
		linear-gradient(45deg, transparent 50%, #172b73 50%),
		linear-gradient(135deg, #172b73 50%, transparent 50%);
	background-position:
		calc(100% - 18px) 50%,
		calc(100% - 12px) 50%;
	background-repeat: no-repeat;
	background-size: 6px 6px;
	color: #172b73;
	font-size: 0.96rem;
	font-weight: 900;
	letter-spacing: 0;
	appearance: none;
	cursor: pointer;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.single-product div.product table.variations select:hover {
	border-color: rgba(47, 95, 190, 0.55);
	background-color: #fff;
}

.single-product div.product table.variations select:focus {
	outline: none;
	border-color: #2f5fbe;
	box-shadow: 0 0 0 4px rgba(47, 95, 190, 0.13);
	background-color: #fff;
}

.single-product div.product table.variations .reset_variations {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	margin-top: 10px;
	padding: 5px 11px;
	border-radius: 999px;
	background: #eef3ff;
	color: #d60808 !important;
	font-size: 0.72rem;
	font-weight: 950;
	text-decoration: none;
	text-transform: uppercase;
}

.single-product div.product .single_variation_wrap {
	display: grid;
	gap: 12px;
}

.single-product div.product .woocommerce-variation {
	min-height: 34px;
}

.single-product div.product .woocommerce-variation-price {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(23, 43, 115, 0.09);
}

.single-product div.product .woocommerce-variation-price .price {
	margin: 0;
	color: #d60808;
	font-size: 1.08rem;
	font-weight: 950;
}

.single-product div.product .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.single-product div.product form.cart div.quantity {
	margin: 0 !important;
}

.single-product div.product form.cart input.qty,
.woocommerce-cart table.cart input.qty {
	min-height: 42px;
	border: 1px solid #dfe5f5;
	border-radius: 8px;
	background: #f7f9ff;
	color: #172b73;
	font-weight: 950;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
	border: 0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(23, 43, 115, 0.1);
	overflow: hidden;
}

.woocommerce-cart table.shop_table th,
.woocommerce-checkout table.shop_table th {
	background: #172b73;
	color: #fff;
	font-weight: 950;
	text-transform: uppercase;
}

.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table td {
	border-color: #e4e9f5;
	color: #293487;
	font-weight: 800;
}

.woocommerce-cart table.cart img {
	width: 72px;
	border-radius: 6px;
}

.woocommerce-cart .product-name a,
.woocommerce-checkout .product-name {
	color: #172b73;
	font-weight: 950;
	text-decoration: none;
}

.woocommerce-cart .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
	padding: 24px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 54px rgba(23, 43, 115, 0.12);
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #order_review_heading {
	margin: 0 0 18px;
	color: #172b73;
	font-size: 1.35rem;
	font-weight: 950;
	text-transform: uppercase;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	width: 100%;
	min-height: 50px;
	background: #d60808 !important;
}

.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
	gap: 24px;
	align-items: start;
}

.woocommerce-checkout form.checkout > #customer_details {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: grid;
	gap: 24px;
}

.woocommerce-checkout form.checkout > #order_review_heading,
.woocommerce-checkout form.checkout > #order_review {
	grid-column: 2;
}

.woocommerce-checkout form.checkout > #order_review_heading {
	grid-row: 1;
	margin-top: 0;
}

.woocommerce-checkout form.checkout > #order_review {
	grid-row: 1;
	align-self: start;
	margin-top: 66px;
}

.woocommerce-checkout #customer_details::before,
.woocommerce-checkout #customer_details::after {
	content: none !important;
}

.woocommerce-checkout #customer_details > .row {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 24px;
	margin: 0;
}

.woocommerce-checkout #customer_details > .row > [class*="col-"] {
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

.woocommerce-checkout .form-row label {
	color: #293487;
	font-weight: 900;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single {
	min-height: 44px;
	border: 1px solid #d8def0;
	border-radius: 8px;
	background: #f7f9ff;
	color: #172b73;
	font-weight: 800;
}

.woocommerce-checkout .form-row textarea {
	min-height: 116px;
	padding: 12px;
}

.woocommerce-checkout #payment {
	border-radius: 8px;
	background: #f4f7ff;
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.form-row {
	padding: 18px;
}

.woocommerce-checkout #payment div.payment_box {
	border-radius: 8px;
	background: #fff;
	color: #667198;
	font-weight: 800;
	line-height: 1.55;
}

.woocommerce-checkout #place_order {
	width: 100%;
	min-height: 50px;
	background: #d60808 !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-terms-and-conditions-wrapper {
	color: #667198;
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1.55;
}

.woocommerce-account .woocommerce h2 {
	margin: 0 0 18px;
	color: #172b73;
	font-size: 1.35rem;
	font-weight: 950;
	text-transform: uppercase;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	border: 0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 54px rgba(23, 43, 115, 0.12);
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
	min-height: 100%;
	padding: 24px;
}

.woocommerce-account .woocommerce .u-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.woocommerce-account .woocommerce .u-column1,
.woocommerce-account .woocommerce .u-column2 {
	float: none;
	width: auto;
}

.woocommerce-account .woocommerce form .form-row label {
	color: #293487;
	font-weight: 900;
}

.woocommerce-account .woocommerce form input.input-text {
	min-height: 44px;
	border: 1px solid #d8def0;
	border-radius: 8px;
	background: #f7f9ff;
	color: #172b73;
	font-weight: 800;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	padding: 18px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 11px 13px;
	border-radius: 8px;
	background: #f4f7ff;
	color: #172b73;
	font-weight: 950;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: #2f5fbe;
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding: 24px;
	color: #667198;
	font-weight: 800;
	line-height: 1.65;
}

@media screen and (max-width: 900px) {
	.kps-woo-guidance,
	.single-product div.product,
	.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	.woocommerce-checkout form.checkout > #customer_details,
	.woocommerce-checkout form.checkout > #order_review_heading,
	.woocommerce-checkout form.checkout > #order_review {
		grid-column: auto;
		grid-row: auto;
	}

	.woocommerce-checkout form.checkout > #order_review {
		margin-top: 0;
	}

	.woocommerce-account .woocommerce .u-columns {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 720px) {
	.kps-woo-guidance {
		padding: 18px;
	}

	.kps-woo-guidance ul {
		display: grid;
		grid-template-columns: 1fr;
	}

	.single-product div.product,
	.woocommerce-cart .cart_totals,
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review {
		padding: 18px;
	}

	.single-product div.product table.variations tr {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.woocommerce-cart table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 12px 30px rgba(23, 43, 115, 0.08);
	}

	.top-header .row {
		gap: 8px;
	}

	.top-header p,
	p.topbar-text {
		margin: 0;
	}

	.top-header .social-icons {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 18px;
		border-left: 0;
	}

	.top-header .social-icons a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
}
