/* =====================================================
   Kuwait CCTV — homepage styles
   Generated from the consolidated stylesheet during the
   0.5.0 maintenance split. Edit this file directly now.
   ===================================================== */

.kc-hero {
position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		linear-gradient(105deg,
			rgba(4, 20, 38, .99) 0%,
			rgba(7, 35, 62, .98) 56%,
			rgba(9, 52, 82, .96) 100%);
	color: var(--kc-white);
}
.kc-hero::before {
content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .025) 1px,
			transparent 1px),
		linear-gradient(90deg,
			rgba(255, 255, 255, .025) 1px,
			transparent 1px);
	background-size: 42px 42px;
	-webkit-mask-image: linear-gradient(to left, #000, transparent 70%);
	mask-image: linear-gradient(to left, #000, transparent 70%);
}
.kc-hero__glow {
position: absolute;
	z-index: -1;
	border-radius: 999px;
	filter: blur(2px);
	pointer-events: none;
}
.kc-hero__glow--one {
top: -180px;
	inset-inline-start: -180px;
	width: 520px;
	height: 520px;
	background:
		radial-gradient(circle,
			rgba(24, 182, 201, .2),
			transparent 67%);
}
.kc-hero__glow--two {
inset-inline-end: 5%;
	bottom: -230px;
	width: 590px;
	height: 590px;
	background:
		radial-gradient(circle,
			rgba(13, 120, 242, .22),
			transparent 66%);
}
.kc-hero__grid {
display: grid;
	grid-template-columns:
		minmax(0, 1.08fr) minmax(390px, .92fr);
	align-items: center;
	min-height: 660px;
	padding-block: 76px 84px;
	gap: clamp(42px, 7vw, 98px);
}
.kc-hero__content {
position: relative;
	z-index: 2;
}
.kc-hero .kc-eyebrow {
padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 999px;
	background: rgba(255, 255, 255, .07);
	color: #b8f3fa;
}
.kc-live-dot {
position: relative;
	width: 9px;
	height: 9px;
	flex: 0 0 9px;
	border-radius: 50%;
	background: #ff5d62;
	box-shadow: 0 0 0 4px rgba(255, 93, 98, .13);
}
.kc-live-dot::after {
content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: rgba(255, 93, 98, .62);
	animation: kc-pulse 2.2s ease-out infinite;
}
@keyframes kc-pulse {
from {
		opacity: .85;
		transform: scale(1);
	}

	to {
		opacity: 0;
		transform: scale(2.75);
	}
}
.kc-hero h1 {
max-width: 780px;
	margin: 0;
	color: var(--kc-white);
	font-size: clamp(39px, 4.55vw, 68px);
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1.25;
}
.kc-hero__lead {
max-width: 690px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, .76);
	font-size: clamp(17px, 1.35vw, 20px);
	line-height: 1.9;
}
.kc-hero__actions {
display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}
.kc-hero__checks {
display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin: 28px 0 0;
	padding: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	list-style: none;
}
.kc-hero__checks li {
display: flex;
	align-items: center;
	gap: 7px;
}
.kc-hero__checks .kc-icon {
width: 17px;
	height: 17px;
	color: var(--kc-cyan-500);
}
.kc-hero-visual {
position: relative;
	min-height: 490px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 36px;
	background:
		linear-gradient(145deg,
			rgba(255, 255, 255, .095),
			rgba(255, 255, 255, .025));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .12),
		0 32px 70px rgba(0, 0, 0, .25);
}
.kc-hero-visual::after {
content: "";
	position: absolute;
	inset: 21px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 27px;
	pointer-events: none;
}
.kc-hero-visual__grid {
position: absolute;
	inset: 22px;
	border-radius: 26px;
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px,
			transparent 1px),
		linear-gradient(90deg,
			rgba(255, 255, 255, .035) 1px,
			transparent 1px);
	background-size: 30px 30px;
	-webkit-mask-image:
		radial-gradient(circle, #000, transparent 72%);
	mask-image:
		radial-gradient(circle, #000, transparent 72%);
}
.kc-camera {
position: absolute;
	top: 108px;
	inset-inline-start: 50%;
	width: 330px;
	height: 180px;
	transform: translateX(50%) rotate(-8deg);
}
[dir="ltr"] .kc-camera {
transform: translateX(-50%) rotate(-8deg);
}
.kc-camera__arm {
position: absolute;
	top: -58px;
	inset-inline-end: 26px;
	width: 55px;
	height: 125px;
	border-radius: 16px;
	background:
		linear-gradient(90deg,
			#dcecf5,
			#94aaba);
	transform: rotate(20deg);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}
.kc-camera__arm::before {
content: "";
	position: absolute;
	top: -22px;
	inset-inline-start: -14px;
	width: 82px;
	height: 32px;
	border-radius: 12px;
	background:
		linear-gradient(#eef7fb,
			#a9bfcc);
}
.kc-camera__body {
position: relative;
	width: 100%;
	height: 142px;
	border-radius: 32px 44px 44px 32px;
	background:
		linear-gradient(160deg,
			#f9fdff 0%,
			#d8e8f1 45%,
			#9cb2c1 100%);
	box-shadow:
		inset 0 3px 2px rgba(255, 255, 255, .8),
		inset 0 -5px 15px rgba(7, 29, 53, .18),
		0 35px 55px rgba(0, 0, 0, .3);
}
.kc-camera__body::before {
content: "";
	position: absolute;
	inset-inline-start: 28px;
	bottom: -24px;
	width: 176px;
	height: 35px;
	border-radius: 0 0 26px 26px;
	background: #aebfca;
	filter: drop-shadow(0 12px 10px rgba(0, 0, 0, .2));
}
.kc-camera__lens {
position: absolute;
	top: 19px;
	inset-inline-start: 30px;
	display: grid;
	width: 104px;
	height: 104px;
	place-items: center;
	border: 11px solid #718795;
	border-radius: 50%;
	background: #10273b;
	box-shadow:
		inset 0 0 0 4px #d2e1e9,
		0 7px 16px rgba(0, 0, 0, .25);
}
.kc-camera__lens-inner {
position: relative;
	width: 63px;
	height: 63px;
	border: 9px solid #183c5a;
	border-radius: 50%;
	background:
		radial-gradient(circle at 38% 35%,
			#8deeff 0 7%,
			#1a91b2 8% 18%,
			#061829 40%,
			#02070e 70%);
	box-shadow:
		inset 0 0 18px #000,
		0 0 25px rgba(24, 182, 201, .3);
}
.kc-camera__lens-inner::after {
content: "";
	position: absolute;
	top: 8px;
	inset-inline-start: 13px;
	width: 13px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .72);
	transform: rotate(-28deg);
	filter: blur(.3px);
}
.kc-camera__status {
position: absolute;
	top: 30px;
	inset-inline-end: 38px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff555a;
	box-shadow:
		0 0 0 5px rgba(255, 85, 90, .12),
		0 0 12px rgba(255, 85, 90, .7);
}
.kc-monitor-card {
position: absolute;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 195px;
	padding: 12px 15px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 15px;
	background: rgba(4, 20, 38, .8);
	box-shadow: 0 16px 35px rgba(0, 0, 0, .25);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.kc-monitor-card>.kc-icon {
width: 27px;
	height: 27px;
	color: var(--kc-cyan-500);
}
.kc-monitor-card>span {
display: grid;
}
.kc-monitor-card strong {
color: var(--kc-white);
	font-size: 12px;
}
.kc-monitor-card small {
color: rgba(255, 255, 255, .62);
	font-size: 10px;
}
.kc-monitor-card--phone {
inset-inline-start: -30px;
	bottom: 76px;
}
.kc-monitor-card--recording {
top: 54px;
	inset-inline-end: -28px;
}
.kc-hero-visual__shield {
position: absolute;
	inset-inline-end: 56px;
	bottom: 44px;
	display: grid;
	width: 76px;
	height: 76px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 24px;
	background:
		linear-gradient(145deg,
			rgba(24, 182, 201, .28),
			rgba(13, 120, 242, .18));
	color: #c7fbff;
	box-shadow: 0 18px 36px rgba(0, 0, 0, .25);
	transform: rotate(8deg);
}
.kc-hero-visual__shield .kc-icon {
width: 39px;
	height: 39px;
}
.kc-trust-strip {
position: relative;
	z-index: 3;
	border-bottom: 1px solid var(--kc-border);
	background: var(--kc-white);
	box-shadow: 0 9px 30px rgba(7, 29, 53, .05);
}
.kc-trust-strip__grid {
display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.kc-trust-strip__grid>div {
display: flex;
	align-items: center;
	gap: 12px;
	min-height: 108px;
	padding: 22px 25px;
	border-inline-end: 1px solid var(--kc-border);
}
.kc-trust-strip__grid>div:last-child {
border-inline-end: 0;
}
.kc-trust-strip__grid>div>.kc-icon {
width: 30px;
	height: 30px;
	color: var(--kc-blue-600);
}
.kc-trust-strip__grid span {
display: grid;
	line-height: 1.55;
}
.kc-trust-strip__grid strong {
color: var(--kc-navy-900);
	font-size: 14px;
}
.kc-trust-strip__grid small {
color: var(--kc-muted);
	font-size: 11px;
}
.kc-section--soft {
background: var(--kc-soft);
}
.kc-section--dark {
overflow: hidden;
	background:
		radial-gradient(circle at 10% 10%,
			rgba(24, 182, 201, .12),
			transparent 30%),
		var(--kc-navy-950);
	color: var(--kc-white);
}
.kc-section-heading {
display: grid;
	grid-template-columns:
		minmax(0, 1.1fr) minmax(280px, .8fr);
	align-items: end;
	gap: 40px;
	margin-bottom: 42px;
}
.kc-section-heading--center {
grid-template-columns: 1fr;
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
}
.kc-section-heading .kc-eyebrow {
margin-bottom: 10px;
}
.kc-section-heading h2,
.kc-process h2,
.kc-faq h2,
.kc-brand-panel h2 {
max-width: 800px;
	margin: 0;
	color: var(--kc-navy-900);
	font-size: clamp(30px, 3.4vw, 48px);
	font-weight: 950;
	letter-spacing: -.025em;
	line-height: 1.35;
}
.kc-section--dark .kc-section-heading h2 {
color: var(--kc-white);
}
.kc-section-heading>p,
.kc-section-heading>div+p,
.kc-process__intro>p,
.kc-faq__intro>p,
.kc-brand-panel>div>p {
margin: 0;
	color: var(--kc-muted);
	font-size: 16px;
	line-height: 1.9;
}
.kc-section--dark .kc-section-heading>p {
color: rgba(255, 255, 255, .63);
}
.kc-solution-grid {
display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.kc-solution-card {
position: relative;
	display: flex;
	min-width: 0;
	min-height: 330px;
	flex-direction: column;
	padding: 28px;
	overflow: hidden;
	border: 1px solid var(--kc-border);
	border-radius: var(--kc-radius-md);
	background: var(--kc-white);
	box-shadow: var(--kc-shadow-sm);
	transition:
		transform .25s ease,
		border-color .25s ease,
		box-shadow .25s ease;
}
.kc-solution-card::after {
content: "";
	position: absolute;
	inset-inline-end: -40px;
	bottom: -65px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: var(--kc-soft);
	pointer-events: none;
	transition: transform .3s ease;
}
.kc-solution-card:hover {
border-color: rgba(13, 120, 242, .3);
	box-shadow: var(--kc-shadow-md);
	transform: translateY(-7px);
}
.kc-solution-card:hover::after {
transform: scale(1.18);
}
.kc-solution-card--featured {
border-color: rgba(13, 120, 242, .24);
	background:
		linear-gradient(150deg,
			#f5fbff,
			#ffffff);
}
.kc-solution-card__tag {
position: absolute;
	z-index: 2;
	top: 20px;
	inset-inline-end: 20px;
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--kc-cyan-100);
	color: #087a89;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.4;
}
.kc-solution-card__icon {
position: relative;
	z-index: 2;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	flex: 0 0 58px;
	margin-bottom: 26px;
	border-radius: 17px;
	background: var(--kc-soft);
	color: var(--kc-blue-600);
}
.kc-solution-card__icon .kc-icon {
width: 29px;
	height: 29px;
}
.kc-solution-card h3 {
position: relative;
	z-index: 2;
	margin: 0 0 11px;
	color: var(--kc-navy-900);
	font-size: 20px;
	line-height: 1.45;
}
.kc-solution-card p {
position: relative;
	z-index: 2;
	margin: 0 0 24px;
	color: var(--kc-muted);
	font-size: 14px;
	line-height: 1.85;
}
.kc-solution-card>a {
position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	margin-top: auto;
	color: var(--kc-blue-600);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}
.kc-solution-card>a:hover {
color: var(--kc-navy-900);
}
.kc-solution-card>a .kc-icon {
width: 17px;
	height: 17px;
	transform: scaleX(-1);
	transition: transform .2s ease;
}
[dir="ltr"] .kc-solution-card>a .kc-icon {
transform: scaleX(1);
}
.kc-solution-card>a:hover .kc-icon {
transform: scaleX(-1) translateX(-3px);
}
[dir="ltr"] .kc-solution-card>a:hover .kc-icon {
transform: translateX(3px);
}
.kc-service-grid {
display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.kc-service-card {
min-width: 0;
	padding: 30px;
	border: 1px solid rgba(7, 29, 53, .08);
	border-radius: var(--kc-radius-md);
	background: var(--kc-white);
	box-shadow: var(--kc-shadow-sm);
}
.kc-service-card__top {
display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
}
.kc-service-card__top>span {
display: grid;
	width: 60px;
	height: 60px;
	place-items: center;
	flex: 0 0 60px;
	border-radius: 18px;
	background: var(--kc-navy-900);
	color: var(--kc-white);
	box-shadow: 0 12px 24px rgba(7, 29, 53, .2);
}
.kc-service-card__top .kc-icon {
width: 29px;
	height: 29px;
}
.kc-service-card__top small {
color: #d8e1e9;
	font-size: 38px;
	font-weight: 950;
	line-height: 1;
}
.kc-service-card h3 {
margin: 0 0 10px;
	color: var(--kc-navy-900);
	font-size: 22px;
	line-height: 1.5;
}
.kc-service-card p {
min-height: 84px;
	margin: 0 0 22px;
	color: var(--kc-muted);
	font-size: 14px;
	line-height: 1.85;
}
.kc-process {
background: var(--kc-white);
}
.kc-process__grid {
display: grid;
	grid-template-columns:
		minmax(0, .8fr) minmax(0, 1.2fr);
	align-items: start;
	gap: clamp(48px, 8vw, 112px);
}
.kc-process__intro {
position: sticky;
	top: calc(var(--kc-header-height) + 50px);
}
.kc-process__intro>p {
margin: 20px 0 28px;
}
.kc-steps {
position: relative;
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}
.kc-steps::before {
content: "";
	position: absolute;
	top: 40px;
	bottom: 40px;
	inset-inline-start: 32px;
	width: 2px;
	background:
		linear-gradient(var(--kc-blue-500),
			var(--kc-cyan-500));
}
.kc-steps li {
position: relative;
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr);
	align-items: start;
	gap: 20px;
	padding: 0 0 35px;
}
.kc-steps li:last-child {
padding-bottom: 0;
}
.kc-steps li>span {
position: relative;
	z-index: 2;
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	border: 7px solid var(--kc-white);
	border-radius: 50%;
	background: var(--kc-navy-900);
	color: var(--kc-white);
	box-shadow:
		0 0 0 1px var(--kc-border),
		var(--kc-shadow-sm);
	font-weight: 950;
	line-height: 1;
}
.kc-steps li>div {
min-width: 0;
	padding: 5px 0 31px;
	border-bottom: 1px solid var(--kc-border);
}
.kc-steps li:last-child>div {
border-bottom: 0;
}
.kc-steps h3 {
margin: 0 0 5px;
	color: var(--kc-navy-900);
	font-size: 21px;
	line-height: 1.5;
}
.kc-steps p {
margin: 0;
	color: var(--kc-muted);
	font-size: 14px;
	line-height: 1.85;
}
.kc-table-hint {
display: none;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 12px;
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 13px;
	background: rgba(255, 255, 255, .06);
}
.kc-table-hint__gesture {
display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--kc-gold-500);
	font-size: 23px;
	font-weight: 900;
	animation: kc-swipe 1.8s ease-in-out infinite;
}
.kc-table-hint>span:last-child {
display: grid;
	line-height: 1.35;
}
.kc-table-hint strong {
font-size: 12px;
}
.kc-table-hint small {
color: rgba(255, 255, 255, .57);
	font-size: 10px;
}
@keyframes kc-swipe {
0%,
	100% {
		transform: translateX(-4px);
	}

	50% {
		transform: translateX(4px);
	}
}
.kc-table-scroll {
overflow-x: auto;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--kc-radius-md);
	background: rgba(255, 255, 255, .035);
	scrollbar-color:
		var(--kc-cyan-500) rgba(255, 255, 255, .08);
	scrollbar-width: thin;
}
.kc-table-scroll::-webkit-scrollbar {
height: 8px;
}
.kc-table-scroll::-webkit-scrollbar-track {
background: rgba(255, 255, 255, .07);
}
.kc-table-scroll::-webkit-scrollbar-thumb {
border-radius: 999px;
	background: var(--kc-cyan-500);
}
.kc-table-scroll table {
width: 100%;
	min-width: 790px;
	border-spacing: 0;
	border-collapse: separate;
	color: var(--kc-white);
}
.kc-table-scroll th,
.kc-table-scroll td {
padding: 21px 23px;
	border-inline-end: 1px solid rgba(255, 255, 255, .09);
	border-bottom: 1px solid rgba(255, 255, 255, .09);
	text-align: start;
	vertical-align: top;
}
.kc-table-scroll tr>*:last-child {
border-inline-end: 0;
}
.kc-table-scroll tbody tr:last-child>* {
border-bottom: 0;
}
.kc-table-scroll thead th {
background: rgba(255, 255, 255, .08);
	color: #c5f9ff;
	font-size: 13px;
	font-weight: 900;
}
.kc-table-scroll tbody th {
color: var(--kc-gold-500);
	font-size: 17px;
	font-weight: 900;
}
.kc-table-scroll td {
color: rgba(255, 255, 255, .72);
	font-size: 13px;
	line-height: 1.75;
}
.kc-brand-panel {
display: grid;
	grid-template-columns:
		minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(38px, 7vw, 90px);
	padding: clamp(32px, 5vw, 62px);
	border: 1px solid var(--kc-border);
	border-radius: var(--kc-radius-lg);
	background:
		radial-gradient(circle at 15% 10%,
			rgba(24, 182, 201, .09),
			transparent 37%),
		var(--kc-white);
	box-shadow: var(--kc-shadow-md);
}
.kc-brand-panel>div {
min-width: 0;
}
.kc-brand-panel>div>p {
margin-top: 17px;
}
.kc-brand-list {
display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.kc-brand-list li {
display: grid;
	min-width: 0;
	min-height: 76px;
	place-items: center;
	padding: 15px;
	border: 1px solid var(--kc-border);
	border-radius: 15px;
	background: var(--kc-soft);
	color: var(--kc-navy-900);
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: .01em;
}
.kc-faq__grid {
display: grid;
	grid-template-columns:
		minmax(0, .72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: clamp(45px, 8vw, 110px);
}
.kc-faq__intro {
position: sticky;
	top: calc(var(--kc-header-height) + 50px);
}
.kc-faq__intro>p {
margin: 18px 0 26px;
}
.kc-faq__items {
display: grid;
	gap: 12px;
}
.kc-faq details {
margin: 0;
	border: 1px solid var(--kc-border);
	border-radius: 16px;
	background: var(--kc-white);
	box-shadow: 0 7px 22px rgba(7, 29, 53, .045);
	transition:
		border-color .2s ease,
		box-shadow .2s ease;
}
.kc-faq details[open] {
border-color: rgba(13, 120, 242, .25);
	box-shadow: 0 12px 28px rgba(7, 29, 53, .075);
}
.kc-faq summary {
display: grid;
	grid-template-columns: minmax(0, 1fr) 38px;
	align-items: center;
	gap: 18px;
	min-height: 74px;
	padding: 15px 20px;
	color: var(--kc-navy-900);
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}
.kc-faq summary::-webkit-details-marker {
display: none;
}
.kc-faq summary::marker {
display: none;
	content: "";
}
@media (max-width: 1180px) {
.kc-hero__grid {
grid-template-columns:
			minmax(0, 1.05fr) minmax(350px, .95fr);
		gap: 48px;
}

.kc-solution-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kc-solution-card {
min-height: 290px;
}
}
@media (max-width: 1024px) {
.kc-hero__grid {
grid-template-columns: 1fr;
		padding-block: 66px 82px;
}

.kc-hero__content {
max-width: 800px;
}

.kc-hero-visual {
width: min(610px, 100%);
		min-height: 455px;
		margin-inline: auto;
}

.kc-trust-strip__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kc-trust-strip__grid>div:nth-child(2) {
border-inline-end: 0;
}

.kc-trust-strip__grid>div:nth-child(-n + 2) {
border-bottom: 1px solid var(--kc-border);
}

.kc-section-heading {
grid-template-columns: 1fr;
		align-items: start;
		gap: 15px;
}

.kc-service-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kc-service-card:last-child {
grid-column: 1 / -1;
}

.kc-process__grid,
.kc-faq__grid {
grid-template-columns: 1fr;
}

.kc-process__intro,
.kc-faq__intro {
position: static;
}

.kc-brand-panel {
grid-template-columns: 1fr;
}
}
@media (max-width: 767px) {
.kc-hero__grid {
min-height: 0;
		padding-block: 48px 62px;
		gap: 44px;
}

.kc-hero h1 {
font-size: clamp(35px, 10.5vw, 49px);
		line-height: 1.32;
}

.kc-hero__lead {
margin-top: 18px;
		font-size: 16px;
}

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

.kc-hero__checks {
display: grid;
		gap: 8px;
}

.kc-hero-visual {
min-height: 370px;
		border-radius: 25px;
}

.kc-camera {
top: 100px;
		width: 265px;
		height: 150px;
}

.kc-camera__body {
height: 115px;
}

.kc-camera__lens {
top: 15px;
		width: 84px;
		height: 84px;
		border-width: 9px;
}

.kc-camera__lens-inner {
width: 50px;
		height: 50px;
		border-width: 7px;
}

.kc-camera__arm {
top: -45px;
		width: 45px;
		height: 100px;
}

.kc-monitor-card {
min-width: 165px;
		padding: 10px 12px;
}

.kc-monitor-card--phone {
inset-inline-start: 15px;
		bottom: 38px;
}

.kc-monitor-card--recording {
top: 31px;
		inset-inline-end: 13px;
}

.kc-hero-visual__shield {
inset-inline-end: 24px;
		bottom: 32px;
		width: 58px;
		height: 58px;
		border-radius: 18px;
}

.kc-hero-visual__shield .kc-icon {
width: 30px;
		height: 30px;
}

.kc-trust-strip__grid {
grid-template-columns: 1fr;
}

.kc-trust-strip__grid>div {
min-height: 84px;
		padding: 17px 14px;
		border-inline-end: 0;
		border-bottom: 1px solid var(--kc-border);
}

.kc-trust-strip__grid>div:last-child {
border-bottom: 0;
}

.kc-section-heading {
margin-bottom: 30px;
}

.kc-section-heading h2,
.kc-process h2,
.kc-faq h2,
.kc-brand-panel h2 {
font-size: clamp(29px, 8vw, 39px);
}

.kc-solution-grid,
.kc-service-grid {
grid-template-columns: 1fr;
}

.kc-service-card:last-child {
grid-column: auto;
}

.kc-solution-card {
min-height: 0;
		padding: 24px;
}

.kc-service-card {
padding: 25px;
}

.kc-service-card p {
min-height: 0;
}

.kc-process__grid {
gap: 44px;
}

.kc-steps li {
grid-template-columns: 54px minmax(0, 1fr);
		gap: 13px;
}

.kc-steps li>span {
width: 54px;
		height: 54px;
		border-width: 5px;
}

.kc-steps::before {
inset-inline-start: 26px;
}

.kc-steps h3 {
font-size: 18px;
}

.kc-table-hint {
display: flex;
}

.kc-table-scroll table {
min-width: 720px;
}

.kc-table-scroll th,
.kc-table-scroll td {
padding: 16px;
}

.kc-brand-panel {
padding: 27px 21px;
		border-radius: 22px;
}

.kc-brand-list {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kc-brand-list li {
min-height: 62px;
		font-size: 14px;
}

.kc-faq__grid {
gap: 35px;
}

.kc-faq summary {
min-height: 68px;
		padding-inline: 15px;
		font-size: 14px;
}
}
@media (max-width: 480px) {
.kc-hero h1 {
font-size: 34px;
}

.kc-hero-visual {
min-height: 330px;
}

.kc-camera {
top: 94px;
		width: 230px;
}

.kc-camera__body {
height: 101px;
}

.kc-camera__lens {
width: 72px;
		height: 72px;
}

.kc-camera__lens-inner {
width: 42px;
		height: 42px;
}

.kc-monitor-card {
min-width: 0;
}

.kc-monitor-card strong {
font-size: 10px;
}

.kc-monitor-card small {
font-size: 8px;
}

.kc-monitor-card--phone {
inset-inline-start: 8px;
		bottom: 24px;
}

.kc-monitor-card--recording {
inset-inline-end: 7px;
}

.kc-hero-visual__shield {
display: none;
}
}
.kc-home-v2 {
background: var(--kc-white);
}
.kc-home-v2 .kc-section {
padding-block: clamp(72px, 7vw, 104px);
}
.kc2-hero__grid {
grid-template-columns:
		minmax(0, 1.06fr) minmax(400px, .94fr);
	min-height: 620px;
	padding-block: 68px 76px;
	gap: clamp(38px, 6vw, 84px);
}
.kc2-hero__content {
animation:
		kc2-enter-copy .62s cubic-bezier(.22, 1, .36, 1) both;
}
@keyframes kc2-enter-copy {
from {
		opacity: 0;
		transform: translateY(16px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.kc2-hero h1 {
max-width: 730px;
	font-size: clamp(42px, 4.65vw, 68px);
	font-weight: 850;
	letter-spacing: -.035em;
	line-height: 1.23;
}
.kc2-hero h1 span {
display: block;
	color: #bff7fb;
	font-size: .8em;
	font-weight: 720;
	letter-spacing: -.02em;
}
.kc2-hero .kc-hero__lead {
max-width: 670px;
	margin-top: 20px;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(16px, 1.25vw, 19px);
	line-height: 1.9;
}
.kc2-hero .kc-hero__actions {
margin-top: 27px;
}
.kc2-hero .kc-hero__checks {
margin-top: 24px;
}
.kc2-hero-visual {
min-height: 450px;
	overflow: visible;
	border-color: rgba(255, 255, 255, .11);
	background:
		radial-gradient(circle at 50% 48%,
			rgba(24, 182, 201, .14),
			transparent 48%),
		linear-gradient(145deg,
			rgba(255, 255, 255, .085),
			rgba(255, 255, 255, .025));
	isolation: isolate;
}
.kc2-camera-stage {
position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: min(94%, 500px);
	transform: translate(-50%, -49%);
}
.kc2-camera-halo {
position: absolute;
	z-index: -1;
	top: 48%;
	left: 50%;
	width: 78%;
	aspect-ratio: 1;
	border: 1px solid rgba(130, 235, 246, .13);
	border-radius: 50%;
	background:
		radial-gradient(circle,
			rgba(24, 182, 201, .17),
			rgba(13, 120, 242, .06) 48%,
			transparent 70%);
	box-shadow: 0 0 70px rgba(24, 182, 201, .11);
	transform: translate(-50%, -50%);
}
.kc2-camera-halo::before,
.kc2-camera-halo::after {
content: "";
	position: absolute;
	inset: 12%;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: inherit;
}
.kc2-camera-halo::after {
inset: 28%;
	border-color: rgba(24, 182, 201, .2);
}
.kc2-camera-image {
display: block;
	width: 100%;
	height: auto;
	filter:
		drop-shadow(0 34px 27px rgba(0, 0, 0, .34));
	transform: scaleX(-1);
	transform-origin: center;
}
@keyframes kc2-float-card-up {
0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, -6px, 0);
	}
}
@keyframes kc2-float-card-down {
0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, 5px, 0);
	}
}
.kc2-hero-visual .kc-monitor-card {
z-index: 3;
	will-change: transform;
}
.kc2-hero-visual .kc-monitor-card--phone {
inset-inline-start: -22px;
	bottom: 48px;
	animation:
		kc2-float-card-up 6.4s ease-in-out infinite;
}
.kc2-hero-visual .kc-monitor-card--recording {
top: 38px;
	inset-inline-end: -18px;
	animation:
		kc2-float-card-down 7.1s ease-in-out -1.8s infinite;
}
.kc2-trust-icon {
display: grid !important;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	border: 1px solid #d5e9f8;
	border-radius: 13px;
	background: #f2f9ff;
	color: var(--kc-blue-600);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .8);
}
.kc2-trust-icon .kc-icon {
width: 22px;
	height: 22px;
	stroke-width: 1.7;
}
.kc-home-v2 .kc-solution-card,
.kc-home-v2 .kc-service-card,
.kc2-proof-grid article {
transition:
		transform .24s ease,
		border-color .24s ease,
		box-shadow .24s ease;
}
.kc-home-v2 .kc-solution-card:hover,
.kc-home-v2 .kc-service-card:hover,
.kc2-proof-grid article:hover {
border-color: rgba(13, 120, 242, .24);
	box-shadow: var(--kc-shadow-md);
	transform: translateY(-5px);
}
.kc-home-v2 .kc-solution-card {
min-height: 300px;
}
.kc-home-v2 .kc-solution-card__icon {
background:
		linear-gradient(145deg,
			#f2f8ff,
			#e8f6fb);
	box-shadow:
		inset 0 0 0 1px rgba(13, 120, 242, .04);
}
.kc-home-v2 .kc-solution-card__icon .kc-icon {
width: 29px;
	height: 29px;
	stroke-width: 1.65;
}
.kc-home-v2 .kc-service-card {
position: relative;
	overflow: hidden;
}
.kc-home-v2 .kc-service-card::after {
content: "";
	position: absolute;
	inset-inline-end: -44px;
	bottom: -62px;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background:
		linear-gradient(145deg,
			rgba(13, 120, 242, .055),
			rgba(24, 182, 201, .035));
	pointer-events: none;
}
.kc-home-v2 .kc-service-card__top>span {
width: 62px;
	height: 62px;
	border-radius: 19px;
}
.kc-home-v2 .kc-service-card__top small {
padding: 6px 10px;
	border: 1px solid #d9e7f3;
	border-radius: 999px;
	background: #f6f9fc;
	color: var(--kc-blue-600);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}
.kc-home-v2 .kc-service-card p {
position: relative;
	z-index: 1;
}
.kc-home-v2 .kc-service-card:first-child .kc-service-card__top .kc-icon {
width: 30px;
	height: 30px;
}
.kc2-service-note {
display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	margin-top: 22px;
	padding: 20px 22px;
	border: 1px solid rgba(13, 120, 242, .14);
	border-radius: 18px;
	background:
		linear-gradient(135deg,
			rgba(255, 255, 255, .95),
			rgba(235, 247, 255, .82));
	box-shadow:
		0 10px 28px rgba(7, 29, 53, .055);
}
.kc2-service-note>div {
display: grid;
	gap: 3px;
}
.kc2-service-note strong {
color: var(--kc-navy-900);
	font-size: 16px;
}
.kc2-service-note span {
color: var(--kc-muted);
	font-size: 13px;
}
.kc2-service-note .kc-btn {
min-height: 44px;
	flex: 0 0 auto;
	font-size: 13px;
}
.kc2-why {
overflow: hidden;
	background:
		radial-gradient(circle at 8% 12%,
			rgba(24, 182, 201, .07),
			transparent 30%),
		var(--kc-white);
}
.kc2-proof-grid {
display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
}
.kc2-proof-grid article {
position: relative;
	min-height: 245px;
	padding: 26px 24px;
	overflow: hidden;
	border: 1px solid var(--kc-border);
	border-radius: var(--kc-radius-md);
	background: var(--kc-white);
	box-shadow: var(--kc-shadow-sm);
}
.kc2-proof-grid article>span {
display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-bottom: 27px;
	border-radius: 13px;
	background: var(--kc-navy-900);
	color: var(--kc-white);
	box-shadow:
		0 9px 20px rgba(7, 29, 53, .16);
}
.kc2-proof-grid article>span .kc-icon {
width: 22px;
	height: 22px;
	stroke-width: 1.7;
}
.kc2-proof-grid h3 {
margin: 0 0 10px;
	color: var(--kc-navy-900);
	font-size: 19px;
}
.kc2-proof-grid p {
margin: 0;
	color: var(--kc-muted);
	font-size: 14px;
	line-height: 1.85;
}
.kc2-dark-action {
display: flex;
	justify-content: center;
	margin-top: 24px;
}
.kc2-brand-panel {
position: relative;
	overflow: hidden;
}
.kc2-brand-panel::before {
content: "";
	position: absolute;
	inset-inline-start: -100px;
	bottom: -140px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background:
		radial-gradient(circle,
			rgba(24, 182, 201, .1),
			transparent 68%);
	pointer-events: none;
}
.kc2-brand-note {
display: block;
	margin-top: 14px;
	color: #7a8798;
	font-size: 11px;
}
.kc2-brand-list li {
min-height: 82px;
	padding: 12px 16px;
	background: rgba(248, 250, 252, .92);
}
.kc2-brand-list img {
display: block;
	width: min(100%, 170px);
	max-height: 46px;
	object-fit: contain;
	filter: saturate(.92);
	transition:
		filter .2s ease,
		transform .2s ease;
}
.kc2-brand-list li:hover img {
filter: saturate(1.08);
	transform: scale(1.025);
}
.kc-home-v2 .kc-faq details {
transition:
		border-color .2s ease,
		box-shadow .2s ease;
}
.kc-home-v2 .kc-faq details[open] {
box-shadow:
		0 12px 28px rgba(7, 29, 53, .075);
}
@media (max-width: 1180px) {
.kc2-hero__grid {
grid-template-columns:
			minmax(0, 1fr) minmax(360px, .9fr);
		gap: 42px;
}

.kc2-proof-grid {
grid-template-columns:
			repeat(2, minmax(0, 1fr));
}

.kc2-proof-grid article {
min-height: 220px;
}
}
@media (max-width: 1024px) {
.kc2-hero__grid {
grid-template-columns: 1fr;
		padding-block: 58px 74px;
}

.kc2-hero__content {
max-width: 760px;
}

.kc2-hero-visual {
width: min(650px, 100%);
		min-height: 450px;
}

.kc2-camera-stage {
width: min(92%, 510px);
}
}
@media (max-width: 767px) {
.kc-home-v2 .kc-section {
padding-block: 66px;
}

.kc2-hero__grid {
padding-block: 44px 57px;
		gap: 38px;
}

.kc2-hero h1 {
font-size: clamp(34px, 10vw, 46px);
		line-height: 1.28;
}

.kc2-hero h1 span {
margin-top: 4px;
		font-size: .74em;
}

.kc2-hero .kc-hero__lead {
font-size: 15px;
		line-height: 1.85;
}

.kc2-hero .kc-hero__actions {
grid-template-columns:
			repeat(2, minmax(0, 1fr));
}

.kc2-hero .kc-btn {
padding-inline: 12px;
		font-size: 13px;
}

.kc2-hero-visual {
min-height: 355px;
		overflow: hidden;
}

.kc2-camera-stage {
top: 49%;
		width: min(91%, 430px);
}

.kc2-hero-visual .kc-monitor-card--phone {
inset-inline-start: 11px;
		bottom: 24px;
}

.kc2-hero-visual .kc-monitor-card--recording {
top: 22px;
		inset-inline-end: 10px;
}

.kc2-service-note {
align-items: stretch;
		flex-direction: column;
}

.kc2-service-note .kc-btn {
width: 100%;
}

.kc2-proof-grid {
grid-template-columns: 1fr;
}

.kc2-proof-grid article {
min-height: 0;
}

.kc2-brand-list li {
min-height: 72px;
}

.kc2-brand-list img {
max-height: 40px;
}
}
@media (max-width: 480px) {
.kc2-hero-visual {
min-height: 315px;
}

.kc2-camera-stage {
width: 92%;
}

.kc2-hero-visual .kc-monitor-card {
padding: 9px 10px;
}

.kc2-hero-visual .kc-monitor-card--phone {
inset-inline-start: 7px;
		bottom: 16px;
}

.kc2-hero-visual .kc-monitor-card--recording {
top: 16px;
		inset-inline-end: 7px;
}
}
@media (max-width: 360px) {
.kc2-hero .kc-hero__actions {
grid-template-columns: 1fr;
}
}
@keyframes kc-shield-float {
0%,
	100% {
		transform:
			translateY(0) rotate(-4deg);
	}

	50% {
		transform:
			translateY(-6px) rotate(-4deg);
	}
}
.kc2-hero-visual .kc-hero-visual__shield {
position: absolute;
	z-index: 10;
	inset-inline-end: 42px;
	bottom: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	padding: 0;
	overflow: hidden;
	border:
		1px solid rgba(177, 249, 255, .55);
	border-radius: 18px;
	background:
		linear-gradient(145deg,
			rgba(93, 221, 227, .42),
			rgba(46, 148, 194, .34));
	color: #ffffff;
	box-shadow:
		0 14px 30px rgba(0, 22, 46, .32),
		0 0 0 6px rgba(83, 215, 225, .1),
		inset 0 1px 1px rgba(255, 255, 255, .32);
	filter: none;
	pointer-events: none;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	animation:
		kc-shield-float 5.5s ease-in-out infinite;
}
.kc2-hero-visual .kc-hero-visual__shield::before {
content: "";
	position: absolute;
	top: -14px;
	inset-inline-start: -12px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .18);
	pointer-events: none;
}
.kc2-hero-visual .kc-hero-visual__shield::after {
display: none;
}
.kc2-hero-visual .kc-hero-visual__shield .kc-icon {
position: relative;
	z-index: 2;
	display: block;
	width: 31px;
	height: 31px;
	color: #ffffff;
	fill: currentColor;
	stroke: none;
	filter:
		drop-shadow(0 2px 3px rgba(0, 34, 55, .35));
}
@media (max-width: 767px) {
.kc2-hero-visual .kc-hero-visual__shield {
inset-inline-end: 28px;
		bottom: 24px;
		width: 52px;
		height: 52px;
		border-radius: 16px;
}

.kc2-hero-visual .kc-hero-visual__shield .kc-icon {
width: 27px;
		height: 27px;
}
}
@media (prefers-reduced-motion: reduce) {
.kc2-hero-visual .kc-hero-visual__shield {
animation: none;
}
}
.kc5-brands-section {
padding-block: clamp(66px, 7vw, 96px);
	background: #ffffff;
}
.kc5-brands-panel {
position: relative;
	display: grid;
	grid-template-areas: "logos copy";
	grid-template-columns:
		minmax(520px, 1.15fr) minmax(350px, .85fr);
	align-items: center;
	gap: clamp(48px, 6vw, 82px);
	direction: ltr;
	overflow: hidden;
	padding: clamp(46px, 5vw, 66px);
	border: 1px solid #d9e6f0;
	border-radius: 30px;
	background:
		radial-gradient(circle at 8% 18%,
			rgba(70, 199, 222, .11),
			transparent 29%),
		linear-gradient(145deg,
			#ffffff 0%,
			#fbfdff 100%);
	box-shadow:
		0 24px 65px rgba(7, 35, 62, .08),
		inset 0 1px 0 rgba(255, 255, 255, .9);
}
.kc5-brands-panel::after {
content: "";
	position: absolute;
	top: 17%;
	bottom: 17%;
	left: 57%;
	width: 1px;
	background:
		linear-gradient(to bottom,
			transparent,
			#dce8f1 20%,
			#dce8f1 80%,
			transparent);
	pointer-events: none;
}
.kc5-brands-copy {
position: relative;
	z-index: 2;
	grid-area: copy;
	direction: rtl;
	text-align: right;
}
.kc5-brands-copy .kc-eyebrow {
margin-bottom: 13px;
}
.kc5-brands-copy h2 {
max-width: 510px;
	margin: 0 0 19px;
	color: #071d36;
	font-size: clamp(35px, 3.6vw, 50px);
	font-weight: 850;
	line-height: 1.24;
	letter-spacing: -.025em;
}
.kc5-brands-copy h2 span {
display: block;
}
.kc5-brands-copy p {
max-width: 520px;
	margin: 0;
	color: #62758c;
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.9;
}
.kc5-brands-note {
display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	padding: 8px 12px;
	border: 1px solid #dce8f1;
	border-radius: 11px;
	background: rgba(245, 249, 252, .9);
	color: #7d8da0;
	font-size: 12px;
}
.kc5-brands-note>span {
display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	flex: 0 0 20px;
	border-radius: 50%;
	background: #e1f6fb;
	color: #087f9e;
	font-size: 11px;
	font-weight: 900;
}
.kc5-brand-grid {
display: grid;
	grid-area: logos;
	grid-template-columns:
		repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	direction: ltr;
}
.kc5-brand-grid li {
display: flex;
	align-items: center;
	justify-content: center;
	height: 108px;
	min-width: 0;
	padding: 17px 20px;
	border: 1px solid #d9e5ef;
	border-radius: 18px;
	background:
		linear-gradient(145deg,
			rgba(255, 255, 255, .98),
			rgba(248, 251, 254, .96));
	box-shadow:
		0 10px 25px rgba(8, 35, 60, .055),
		inset 0 1px 0 rgba(255, 255, 255, .95);
	transition:
		transform .2s ease,
		border-color .2s ease,
		box-shadow .2s ease;
}
.kc5-brand-grid li:hover {
border-color: #acd2e6;
	box-shadow:
		0 16px 32px rgba(8, 35, 60, .1);
	transform: translateY(-4px);
}
.kc5-brand-grid img {
display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 46px;
	object-fit: contain;
}
.kc5-brand-grid img[alt="Hikvision"] {
width: 152px;
	max-height: 65px;
}
.kc5-brand-grid img[alt="Panasonic"] {
width: 140px;
	max-height: 65px;
}
.kc5-brand-grid img[alt="Commax"] {
width: 142px;
	max-height: 65px;
}
.kc5-brand-grid img[alt="Dahua Technology"] {
width: 138px;
	max-height: 60px;
}
.kc5-brand-grid img[alt="Imou"] {
width: 132px;
	max-height: 59px;
}
.kc5-brand-grid img[alt="Cisco"] {
width: 124px;
	max-height: 58px;
}
@media (max-width: 1050px) {
.kc5-brands-panel {
grid-template-areas:
			"copy"
			"logos";
		grid-template-columns: 1fr;
		gap: 36px;
		direction: rtl;
}

.kc5-brands-panel::after {
display: none;
}

.kc5-brands-copy {
max-width: 720px;
		margin-inline: auto;
		text-align: center;
}

.kc5-brands-copy h2,
.kc5-brands-copy p {
margin-inline: auto;
}

.kc5-brand-grid {
width: 100%;
		max-width: 800px;
		margin-inline: auto;
}
}
@media (max-width: 640px) {
.kc5-brands-section {
padding-block: 52px;
}

.kc5-brands-panel {
gap: 30px;
		padding: 32px 18px;
		border-radius: 23px;
}

.kc5-brands-copy h2 {
font-size: 31px;
		line-height: 1.3;
}

.kc5-brands-copy p {
font-size: 14px;
}

.kc5-brands-note {
justify-content: center;
		font-size: 11px;
}

.kc5-brand-grid {
grid-template-columns:
			repeat(2, minmax(0, 1fr));
		gap: 10px;
}

.kc5-brand-grid li {
height: 90px;
		padding: 13px;
		border-radius: 14px;
}

.kc5-brand-grid img {
max-width: 112px;
		max-height: 38px;
}
}
.kc-faq summary::marker {
display: none;
	content: "";
}
.kc-faq summary > span {
position: relative;

	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	flex: 0 0 36px;

	border-radius: 11px;
	background: var(--kc-soft);
	color: var(--kc-blue-600);

	box-shadow: inset 0 0 0 1px rgba(13, 120, 242, .025);

	font-size: 0;
	line-height: 0;

	transition:
		background-color .22s ease,
		color .22s ease,
		box-shadow .22s ease;
}
.kc-faq summary > span::before {
content: "";

	position: absolute;
	top: 50%;
	left: 50%;

	width: 14px;
	height: 2px;

	border-radius: 999px;
	background: currentColor;

	transform: translate(-50%, -50%);
}
.kc-faq summary > span::after {
content: "";

	position: absolute;
	top: 50%;
	left: 50%;

	width: 2px;
	height: 14px;

	border-radius: 999px;
	background: currentColor;

	opacity: 1;
	transform: translate(-50%, -50%) scaleY(1);
	transform-origin: center;

	transition:
		opacity .16s ease,
		transform .24s cubic-bezier(.22, 1, .36, 1);
}
.kc-faq summary:hover > span {
background: #e8f3ff;
	box-shadow: inset 0 0 0 1px rgba(13, 120, 242, .08);
}
.kc-faq details[open] summary {
color: var(--kc-blue-600);
}
.kc-faq details[open] summary > span {
background: var(--kc-blue-600);
	color: #ffffff;
	box-shadow: 0 7px 17px rgba(13, 103, 209, .2);
}
.kc-faq details[open] summary > span::after {
opacity: 0;
	transform: translate(-50%, -50%) scaleY(0);
}
.kc-faq details > p {
display: block;

	max-height: 0;
	margin: 0;
	padding: 0 20px;

	overflow: hidden;

	color: var(--kc-muted);
	font-size: 14px;
	line-height: 1.9;

	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px);

	transition:
		max-height .36s cubic-bezier(.22, 1, .36, 1),
		padding .36s cubic-bezier(.22, 1, .36, 1),
		opacity .18s ease,
		transform .28s cubic-bezier(.22, 1, .36, 1),
		visibility 0s linear .36s;
}
.kc-faq details[open] > p {
max-height: 420px;
	padding: 0 20px 22px;

	opacity: 1;
	visibility: visible;
	transform: translateY(0);

	transition:
		max-height .4s cubic-bezier(.22, 1, .36, 1),
		padding .4s cubic-bezier(.22, 1, .36, 1),
		opacity .2s ease .04s,
		transform .3s cubic-bezier(.22, 1, .36, 1),
		visibility 0s linear 0s;
}
