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

.kcw-contact-page {
	--kcw-accent: #e30613;
	--kcw-dark: #111827;
	--kcw-text: #536174;
	--kcw-line: #e7e9ee;
	--kcw-soft: #f7f9fc;
	width: 100%;
	background: #fff;
	color: var(--kcw-text);
	font-family: "Poppins", "Segoe UI", Arial, sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.kcw-contact-page a {
	color: inherit;
	text-decoration: none;
}

.kcw-contact-page h1,
.kcw-contact-page h2,
.kcw-contact-page h3,
.kcw-contact-page p {
	margin: 0;
}

.kcw-container {
	width: 100%;
	max-width: 1360px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 24px;
}

.kcw-hero {
	--kcw-hero-left: #f7fbff;
	--kcw-hero-right: rgba(247, 251, 255, 0.02);
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	min-height: 330px;
	overflow: hidden;
	background: var(--kcw-hero-left);
}

.kcw-hero::before {
	position: absolute;
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 41%;
	background-image: var(--kcw-hero-image);
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
}

.kcw-hero::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(90deg, var(--kcw-hero-left) 0%, var(--kcw-hero-left) 39%, rgba(247, 251, 255, .96) 49%, rgba(247, 251, 255, .62) 61%, var(--kcw-hero-right) 78%);
	content: "";
}

.kcw-hero__inner {
	display: flex;
	align-items: center;
	min-height: inherit;
}

.kcw-hero__content {
	max-width: 520px;
	padding: 42px 0;
}

.kcw-hero__eyebrow {
	margin-bottom: 7px;
	color: var(--kcw-accent);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .02em;
}

.kcw-hero__title {
	color: #07162f;
	font-size: clamp(40px, 4vw, 60px);
	font-weight: 600;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.kcw-hero__description {
	max-width: 470px;
	margin-top: 16px !important;
	color: #526074;
	font-size: 16px;
	line-height: 1.62;
}

.kcw-main {
	padding: 42px 0;
}

.kcw-main__grid {
	display: grid;
	grid-template-columns: minmax(220px, .88fr) minmax(330px, 1.37fr) minmax(390px, 1.56fr);
	gap: 34px;
	align-items: start;
}

.kcw-section-title {
	position: relative;
	margin-bottom: 30px !important;
	padding-bottom: 12px;
	color: var(--kcw-accent);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
}

.kcw-section-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 32px;
	height: 2px;
	background: currentColor;
	content: "";
}

.kcw-contact-list {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.kcw-contact-item {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	min-width: 0;
	color: var(--kcw-text);
	transition: transform .2s ease, color .2s ease;
}

.kcw-contact-item[href]:hover {
	color: var(--kcw-accent);
	transform: translateX(3px);
}

.kcw-contact-item__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(14, 31, 53, .045);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 7px 18px rgba(16, 31, 48, .09);
	color: var(--kcw-accent);
}

.kcw-contact-item__icon svg,
.kcw-contact-item__icon i {
	width: 20px;
	height: 20px;
	font-size: 20px;
	fill: currentColor;
}

.kcw-contact-item__body {
	display: block;
	min-width: 0;
	padding-top: 2px;
}

.kcw-contact-item__title {
	display: block;
	margin-bottom: 3px;
	color: var(--kcw-dark);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.kcw-contact-item__text {
	display: block;
	color: inherit;
	font-size: 13.5px;
	line-height: 1.55;
	word-break: break-word;
}

.kcw-social {
	margin-top: 30px;
	padding-top: 26px;
	border-top: 1px solid var(--kcw-line);
}

.kcw-social__title {
	margin-bottom: 14px !important;
	color: var(--kcw-accent);
	font-size: 15px;
	font-weight: 600;
}

.kcw-social__list {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
}

.kcw-social__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #edf0f4;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 5px 14px rgba(15, 28, 44, .08);
	color: var(--kcw-accent);
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.kcw-social__link:hover,
.kcw-social__link:focus-visible {
	background: var(--kcw-accent);
	color: #fff;
	transform: translateY(-3px);
}

.kcw-social__link svg,
.kcw-social__link i {
	width: 16px;
	height: 16px;
	font-size: 16px;
	fill: currentColor;
}

.kcw-location-column {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
}

.kcw-map {
	height: 350px;
	overflow: hidden;
	border: 1px solid #edf0f4;
	border-radius: 12px;
	background: #eef1f5;
	box-shadow: 0 8px 22px rgba(15, 28, 44, .09);
}

.kcw-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.kcw-directions {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 25px 24px;
	border: 1px solid #edf0f4;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(15, 28, 44, .09);
}

.kcw-directions__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: #fff2f2;
	color: var(--kcw-accent);
}

.kcw-directions__icon svg,
.kcw-directions__icon i {
	width: 21px;
	height: 21px;
	font-size: 21px;
	fill: currentColor;
}

.kcw-directions__title {
	margin-bottom: 5px !important;
	color: var(--kcw-dark);
	font-size: 17px;
	font-weight: 600;
}

.kcw-directions__text {
	color: var(--kcw-text);
	font-size: 13px;
	line-height: 1.6;
}

.kcw-directions__link {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	margin-top: 10px;
	color: var(--kcw-accent) !important;
	font-size: 13px;
	font-weight: 600;
}

.kcw-directions__link span {
	transition: transform .2s ease;
}

.kcw-directions__link:hover span {
	transform: translateX(4px);
}

.kcw-form-card {
	min-width: 0;
	padding: 28px;
	border: 1px solid #edf0f4;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(15, 28, 44, .09);
}

.kcw-form-card .kcw-section-title {
	margin-bottom: 10px !important;
}

.kcw-form-card__description {
	margin: 0 0 19px !important;
	color: var(--kcw-text);
	font-size: 13px;
	line-height: 1.55;
}

.kcw-form {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.kcw-form__row {
	display: grid;
	gap: 13px;
}

.kcw-form__row--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kcw-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.kcw-field__label {
	color: #253348;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}

.kcw-field__label em {
	color: var(--kcw-accent);
	font-style: normal;
}

.kcw-field input,
.kcw-field select,
.kcw-field textarea {
	width: 100%;
	min-height: 43px;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #dfe4ea;
	border-radius: 6px;
	outline: 0;
	background: #fff;
	box-shadow: none;
	color: var(--kcw-dark);
	font: inherit;
	font-size: 12px;
	line-height: 1.5;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.kcw-field textarea {
	min-height: 112px;
	resize: vertical;
}

.kcw-field input::placeholder,
.kcw-field textarea::placeholder {
	color: #98a1af;
	opacity: 1;
}

.kcw-field input:focus,
.kcw-field select:focus,
.kcw-field textarea:focus {
	border-color: var(--kcw-accent);
	box-shadow: 0 0 0 3px rgba(227, 6, 19, .09);
}

.kcw-field input[aria-invalid="true"],
.kcw-field select[aria-invalid="true"],
.kcw-field textarea[aria-invalid="true"] {
	border-color: #d7263d;
}

.kcw-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin: 1px 0 0;
	padding: 11px 18px;
	border: 0;
	border-radius: 6px;
	outline: 0;
	background: var(--kcw-accent);
	box-shadow: none;
	color: #fff;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease, opacity .2s ease;
}

.kcw-submit:hover,
.kcw-submit:focus-visible {
	background: #bf0711;
	color: #fff;
	transform: translateY(-1px);
}

.kcw-submit:disabled {
	cursor: wait;
	opacity: .72;
	transform: none;
}

.kcw-submit__icon {
	display: inline-flex;
	margin-right: 8px;
}

.kcw-submit__icon svg,
.kcw-submit__icon i {
	width: 14px;
	height: 14px;
	font-size: 14px;
	fill: currentColor;
}

.kcw-submit__spinner {
	display: none;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	border: 2px solid rgba(255, 255, 255, .45);
	border-top-color: #fff;
	border-radius: 50%;
	animation: kcw-spin .75s linear infinite;
}

.kcw-form.is-loading .kcw-submit__spinner {
	display: inline-block;
}

.kcw-form.is-loading .kcw-submit__icon {
	display: none;
}

@keyframes kcw-spin {
	to { transform: rotate(360deg); }
}

.kcw-form__status {
	display: none;
	padding: 10px 12px;
	border-radius: 6px;
	font-size: 12px;
	line-height: 1.5;
}

.kcw-form__status.is-success {
	display: block;
	background: #ecf9f0;
	color: #17763a;
}

.kcw-form__status.is-error {
	display: block;
	background: #fff0f1;
	color: #b41f2c;
}

.kcw-privacy {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-top: 16px;
	padding: 14px 15px;
	border-radius: 7px;
	background: #fff1f1;
}

.kcw-privacy__icon {
	flex: 0 0 auto;
	display: inline-flex;
	margin-top: 1px;
	color: var(--kcw-accent);
}

.kcw-privacy__icon svg,
.kcw-privacy__icon i {
	width: 24px;
	height: 24px;
	font-size: 24px;
	fill: currentColor;
}

.kcw-privacy__title {
	display: block;
	margin-bottom: 2px;
	color: var(--kcw-dark);
	font-size: 12px;
	font-weight: 600;
}

.kcw-privacy__text {
	color: #6b7280;
	font-size: 10.5px;
	line-height: 1.5;
}

.kcw-honeypot {
	position: absolute !important;
	left: -99999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.kcw-features {
	padding: 34px 0;
	border-top: 1px solid #f0f1f3;
	background: #fafafa;
}

.kcw-features__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.kcw-feature {
	display: flex;
	gap: 16px;
	align-items: center;
	min-width: 0;
	padding: 4px 30px;
	border-right: 1px solid #e5e7eb;
}

.kcw-feature:first-child {
	padding-left: 0;
}

.kcw-feature:last-child {
	padding-right: 0;
	border-right: 0;
}

.kcw-feature__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff3f3;
	box-shadow: 0 5px 15px rgba(24, 37, 53, .06);
	color: var(--kcw-accent);
}

.kcw-feature__icon svg,
.kcw-feature__icon i {
	width: 23px;
	height: 23px;
	font-size: 23px;
	fill: currentColor;
}

.kcw-feature__body {
	min-width: 0;
}

.kcw-feature__title {
	margin-bottom: 4px !important;
	color: var(--kcw-dark);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.kcw-feature__text {
	color: var(--kcw-text);
	font-size: 11.5px;
	line-height: 1.55;
}

@media (max-width: 1199px) {
	.kcw-main__grid {
		grid-template-columns: minmax(220px, .85fr) minmax(330px, 1.22fr);
	}

	.kcw-form-card {
		grid-column: 1 / -1;
	}

	.kcw-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px 0;
	}

	.kcw-feature:nth-child(2n) {
		border-right: 0;
	}

	.kcw-feature:nth-child(3) {
		padding-left: 0;
	}
}

@media (max-width: 1024px) {
	.kcw-container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.kcw-hero::before {
		left: 47%;
	}

	.kcw-hero::after {
		background: linear-gradient(90deg, var(--kcw-hero-left) 0%, var(--kcw-hero-left) 42%, rgba(247, 251, 255, .94) 55%, rgba(247, 251, 255, .38) 75%, var(--kcw-hero-right) 100%);
	}
}

@media (max-width: 767px) {
	.kcw-container {
		padding-right: 16px;
		padding-left: 16px;
	}

	.kcw-hero {
		min-height: 280px;
	}

	.kcw-hero::before {
		left: 26%;
		opacity: .54;
	}

	.kcw-hero::after {
		background: linear-gradient(90deg, var(--kcw-hero-left) 0%, rgba(247, 251, 255, .96) 42%, rgba(247, 251, 255, .7) 76%, rgba(247, 251, 255, .35) 100%);
	}

	.kcw-hero__content {
		max-width: 85%;
		padding: 36px 0;
	}

	.kcw-hero__eyebrow {
		font-size: 13px;
	}

	.kcw-hero__title {
		font-size: clamp(34px, 11vw, 48px);
	}

	.kcw-hero__description {
		font-size: 14px;
	}

	.kcw-main {
		padding: 32px 0;
	}

	.kcw-main__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	.kcw-info-column,
	.kcw-location-column,
	.kcw-form-card {
		min-width: 0;
	}

	.kcw-section-title {
		margin-bottom: 23px !important;
		font-size: 19px;
	}

	.kcw-contact-list {
		gap: 18px;
	}

	.kcw-contact-item {
		gap: 14px;
	}

	.kcw-contact-item__icon {
		width: 50px;
		height: 50px;
		border-radius: 12px;
	}

	.kcw-social {
		margin-top: 25px;
		padding-top: 22px;
	}

	.kcw-map {
		height: 270px;
	}

	.kcw-directions {
		padding: 20px 18px;
	}

	.kcw-form-card {
		grid-column: auto;
		padding: 20px 18px;
	}

	.kcw-form__row--two {
		grid-template-columns: minmax(0, 1fr);
	}

	.kcw-field input,
	.kcw-field select,
	.kcw-field textarea {
		min-height: 46px;
		font-size: 13px;
	}

	.kcw-field textarea {
		min-height: 120px;
	}

	.kcw-submit {
		min-height: 47px;
	}

	.kcw-features {
		padding: 28px 0;
	}

	.kcw-features__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	.kcw-feature,
	.kcw-feature:first-child,
	.kcw-feature:nth-child(3),
	.kcw-feature:last-child {
		padding: 18px 0;
		border-right: 0;
		border-bottom: 1px solid #e7e9ee;
	}

	.kcw-feature:first-child {
		padding-top: 0;
	}

	.kcw-feature:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.kcw-feature__icon {
		width: 54px;
		height: 54px;
	}
}

@media (max-width: 420px) {
	.kcw-hero__content {
		max-width: 94%;
	}

	.kcw-contact-item__text {
		font-size: 13px;
	}

	.kcw-directions {
		gap: 13px;
	}

	.kcw-directions__icon {
		width: 44px;
		height: 44px;
	}

	.kcw-privacy {
		padding: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kcw-contact-page *,
	.kcw-contact-page *::before,
	.kcw-contact-page *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
