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

.kca-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;
}
.kca-faq summary > span::before {
content: "";

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

	width: 14px;
	height: 2px;

	border-radius: 999px;
	background: currentColor;

	transform: translate(-50%, -50%);
}
.kca-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);
}
.kca-faq summary:hover > span {
background: #e8f3ff;
	box-shadow: inset 0 0 0 1px rgba(13, 120, 242, .08);
}
.kca-faq details[open] summary {
color: var(--kc-blue-600);
}
.kca-faq details[open] summary > span {
background: var(--kc-blue-600);
	color: #ffffff;
	box-shadow: 0 7px 17px rgba(13, 103, 209, .2);
}
.kca-faq details[open] summary > span::after {
opacity: 0;
	transform: translate(-50%, -50%) scaleY(0);
}
.kca-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;
}
.kca-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;
}
.kc-about-v1 {
width: 100%;
	background: #ffffff;
	color: var(--kc-text);
}
.kc-about-v1 h1,
.kc-about-v1 h2,
.kc-about-v1 h3,
.kc-about-v1 h4 {
clear: none;
	padding: 0;
	border: 0;
}
.kc-about-v1 p,
.kc-about-v1 ul {
margin-top: 0;
}
.kc-about-v1 img {
border-radius: 0;
}
.kca-story-hero {
position: relative;
	isolation: isolate;
	margin: 0;
	padding-block: 74px 62px;
	overflow: hidden;
	background:
		linear-gradient(180deg,
			#ffffff 0%,
			#f7fafc 58%,
			#f2f7fa 100%);
	color: var(--kc-text);
}
.kca-story-hero::before {
content: "من نحن";
	position: absolute;
	z-index: -1;
	top: 6px;
	inset-inline-end: 4%;
	color: rgba(7, 29, 53, .025);
	font-size: clamp(110px, 14vw, 220px);
	font-weight: 950;
	line-height: 1;
	white-space: nowrap;
	pointer-events: none;
}
.kca-story-hero::after {
content: "";
	position: absolute;
	z-index: -2;
	inset-inline-start: -180px;
	top: -230px;
	width: 620px;
	height: 620px;
	border-radius: 50%;
	background:
		radial-gradient(circle,
			rgba(24, 182, 201, .13),
			rgba(13, 120, 242, .04) 45%,
			transparent 70%);
	pointer-events: none;
}
.kca-story-hero__shape {
position: absolute;
	z-index: -1;
	inset-inline-start: 0;
	top: 0;
	width: 34%;
	height: 100%;
	border-inline-end: 1px solid rgba(7, 29, 53, .045);
	background:
		linear-gradient(145deg,
			rgba(223, 245, 249, .24),
			rgba(234, 242, 249, .08));
	pointer-events: none;
}
.kca-story-hero__grid {
position: relative;
	z-index: 2;
	display: grid;
	grid-template-areas: "brand copy";
	grid-template-columns:
		minmax(370px, .86fr) minmax(0, 1.14fr);
	align-items: center;
	gap: clamp(55px, 8vw, 120px);
	direction: ltr;
}
.kca-story-hero__copy {
grid-area: copy;
	max-width: 730px;
	direction: rtl;
	text-align: right;
}
.kca-story-hero__eyebrow {
display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--kc-blue-600);
	font-size: 13px;
	font-weight: 800;
}
.kca-story-hero__eyebrow>span {
display: block;
	width: 32px;
	height: 2px;
	border-radius: 999px;
	background:
		linear-gradient(90deg,
			var(--kc-blue-500),
			var(--kc-cyan-500));
}
.kca-story-hero h1 {
max-width: 720px;
	margin: 0;
	color: var(--kc-navy-900);
	font-size: clamp(40px, 4.1vw, 58px);
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1.34;
}
.kca-story-hero h1 span {
display: block;
	margin-top: 4px;
	color: var(--kc-blue-600);
	font-size: .77em;
	font-weight: 790;
	letter-spacing: -.025em;
}
.kca-story-hero__copy>p {
max-width: 670px;
	margin: 24px 0 0;
	color: var(--kc-muted);
	font-size: clamp(16px, 1.3vw, 19px);
	line-height: 2;
}
.kca-story-hero__promise {
display: inline-flex;
	align-items: center;
	gap: 13px;
	margin-top: 28px;
	padding: 12px 15px;
	border: 1px solid #d7e5ee;
	border-radius: 15px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 9px 26px rgba(7, 29, 53, .055);
}
.kca-story-hero__promise>span {
display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	flex: 0 0 38px;
	border-radius: 12px;
	background: #e8f8fb;
	color: #07869a;
	font-size: 17px;
	font-weight: 900;
}
.kca-story-hero__promise>div {
display: grid;
	line-height: 1.5;
}
.kca-story-hero__promise strong {
color: var(--kc-navy-900);
	font-size: 13px;
}
.kca-story-hero__promise small {
color: var(--kc-muted);
	font-size: 10px;
}
.kca-story-brand {
position: relative;
	grid-area: brand;
	display: flex;
	min-height: 390px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px 42px 35px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 38px 38px 115px 38px;
	background:
		linear-gradient(145deg,
			#061a30 0%,
			#0a3152 62%,
			#0c4765 100%);
	box-shadow:
		0 32px 80px rgba(7, 29, 53, .22),
		inset 0 1px 0 rgba(255, 255, 255, .1);
	direction: rtl;
}
.kca-story-brand::before {
content: "";
	position: absolute;
	inset-inline-start: 18px;
	top: 18px;
	width: 5px;
	height: 62px;
	border-radius: 999px;
	background:
		linear-gradient(var(--kc-cyan-500),
			var(--kc-blue-500));
	box-shadow: 0 0 24px rgba(24, 182, 201, .45);
}
.kca-story-brand::after {
content: "";
	position: absolute;
	inset-inline-end: -85px;
	bottom: -110px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(24, 182, 201, .08);
	pointer-events: none;
}
.kca-story-brand__grid {
position: absolute;
	inset: 0;
	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: 32px 32px;
	-webkit-mask-image:
		radial-gradient(circle, #000, transparent 77%);
	mask-image:
		radial-gradient(circle, #000, transparent 77%);
}
.kca-story-brand__ring {
position: absolute;
	top: 45%;
	left: 50%;
	border: 1px solid rgba(117, 230, 241, .12);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.kca-story-brand__ring--one {
width: 310px;
	height: 310px;
}
.kca-story-brand__ring--two {
width: 205px;
	height: 205px;
	border-color: rgba(117, 230, 241, .2);
}
.kca-story-brand__content {
position: relative;
	z-index: 2;
	display: grid;
	width: 100%;
	place-items: center;
	text-align: center;
}
.kca-story-brand__content img {
display: block;
	width: auto;
	max-width: 230px;
	height: auto;
	max-height: 105px;
	margin: 0;
	border: 0;
	border-radius: 0;
	object-fit: contain;
	filter: none;
}
.kca-story-brand__content p {
margin: 19px 0 0;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .01em;
}
.kca-story-brand__steps {
position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	margin: 35px 0 0;
	padding: 19px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	list-style: none;
}
.kca-story-brand__steps li {
display: grid;
	place-items: center;
	margin: 0;
	border-inline-end: 1px solid rgba(255, 255, 255, .09);
	line-height: 1.4;
}
.kca-story-brand__steps li:last-child {
border-inline-end: 0;
}
.kca-story-brand__steps span {
color: #77e5ef;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
}
.kca-story-brand__steps strong {
margin-top: 3px;
	color: #ffffff;
	font-size: 12px;
}
.kca-story-values {
position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	width: min(1140px, calc(100% - 48px));
	max-width: 1140px;
	margin: 48px auto 0;
	padding: 0;
	list-style: none;
}
.kca-story-values article {
position: relative;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	align-items: center;
	gap: 17px;
	min-width: 0;
	min-height: 126px;
	margin: 0;
	padding: 23px 24px;
	overflow: hidden;
	border: 1px solid #d9e5ef;
	border-radius: 19px;
	background:
		linear-gradient(145deg,
			#ffffff,
			#f8fcff);
	box-shadow:
		0 16px 38px rgba(7, 29, 53, .09),
		inset 0 1px 0 #ffffff;
	text-align: right;
	transition:
		transform .22s ease,
		border-color .22s ease,
		box-shadow .22s ease;
}
.kca-story-values article::before {
content: "";
	position: absolute;
	top: 0;
	inset-inline-start: 24px;
	width: 72px;
	height: 3px;
	border-radius: 0 0 999px 999px;
	background:
		linear-gradient(90deg,
			var(--kc-blue-500),
			var(--kc-cyan-500));
	opacity: .9;
}
.kca-story-values article:hover {
border-color: rgba(13, 120, 242, .28);
	box-shadow:
		0 22px 46px rgba(7, 29, 53, .13),
		inset 0 1px 0 #ffffff;
	transform: translateY(-4px);
}
.kca-story-values article>span {
display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 17px;
	background:
		linear-gradient(145deg,
			var(--kc-navy-900),
			var(--kc-navy-800));
	color: #ffffff;
	box-shadow: 0 11px 24px rgba(7, 29, 53, .2);
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}
.kca-story-values article>div {
min-width: 0;
}
.kca-story-values h2 {
margin: 0 0 5px;
	color: var(--kc-navy-900);
	font-size: 19px;
	font-weight: 900;
	letter-spacing: -.015em;
	line-height: 1.45;
}
.kca-story-values p {
max-width: 280px;
	margin: 0;
	color: var(--kc-muted);
	font-size: 12px;
	line-height: 1.75;
}
.kca-trust-strip {
position: relative;
	z-index: 3;
	border-bottom: 1px solid var(--kc-border);
	background: #ffffff;
	box-shadow: 0 9px 30px rgba(7, 29, 53, .05);
}
.kca-trust-strip__grid {
display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.kca-trust-strip__grid>div {
display: flex;
	align-items: center;
	min-height: 104px;
	padding: 20px 24px;
	border-inline-end: 1px solid var(--kc-border);
	gap: 12px;
}
.kca-trust-strip__grid>div:last-child {
border-inline-end: 0;
}
.kca-trust-strip__grid>div>span {
display: grid;
	width: 43px;
	height: 43px;
	place-items: center;
	flex: 0 0 43px;
	border: 1px solid #d5e9f8;
	border-radius: 13px;
	background: #f2f9ff;
	color: var(--kc-blue-600);
}
.kca-trust-strip__grid .kc-icon {
width: 23px;
	height: 23px;
}
.kca-trust-strip__grid>div>div {
display: grid;
	line-height: 1.55;
}
.kca-trust-strip__grid strong {
color: var(--kc-navy-900);
	font-size: 14px;
}
.kca-trust-strip__grid small {
color: var(--kc-muted);
	font-size: 11px;
}
.kc-about-v1>.kc-section {
width: 100%;
	max-width: none;
	margin: 0;
	padding-block: clamp(78px, 8vw, 112px);
}
.kc-about-v1 .kc-eyebrow {
margin-bottom: 12px;
}
.kc-about-v1 .kca-intro__content h2,
.kc-about-v1 .kca-section-heading h2,
.kc-about-v1 .kca-faq__intro h2 {
margin: 0;
	color: var(--kc-navy-900);
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 900;
	letter-spacing: -.025em;
	line-height: 1.42;
}
.kc-about-v1 .kca-why__heading h2 {
margin: 0;
	color: #ffffff;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 900;
	letter-spacing: -.025em;
	line-height: 1.42;
}
.kca-intro {
position: relative;
	overflow: hidden;
}
.kca-intro__grid {
display: grid;
	grid-template-columns:
		minmax(0, 1.08fr) minmax(350px, .92fr);
	align-items: center;
	gap: clamp(55px, 8vw, 110px);
}
.kca-intro__content {
min-width: 0;
}
.kca-intro__content>p {
max-width: 720px;
	margin: 20px 0 0;
	color: var(--kc-muted);
	font-size: 16px;
	line-height: 2;
}
.kca-intro__content>p+p {
margin-top: 14px;
}
.kca-text-link {
display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	margin-top: 24px;
	color: var(--kc-blue-600);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}
.kca-text-link:hover {
color: var(--kc-navy-900);
}
.kca-scope-card {
position: relative;
	overflow: hidden;
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid var(--kc-border);
	border-radius: 27px;
	background:
		linear-gradient(145deg,
			#ffffff,
			#f3faff);
	box-shadow: var(--kc-shadow-md);
}
.kca-scope-card::after {
content: "";
	position: absolute;
	inset-inline-end: -80px;
	bottom: -100px;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background:
		radial-gradient(circle,
			rgba(24, 182, 201, .13),
			transparent 68%);
	pointer-events: none;
}
.kca-scope-card__head {
position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 27px;
}
.kca-scope-card__head>span {
display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	flex: 0 0 58px;
	border-radius: 18px;
	background: var(--kc-navy-900);
	color: #ffffff;
	box-shadow: 0 12px 25px rgba(7, 29, 53, .19);
}
.kca-scope-card__head .kc-icon {
width: 29px;
	height: 29px;
}
.kca-scope-card__head>div {
display: grid;
}
.kca-scope-card__head small {
color: var(--kc-blue-600);
	font-size: 11px;
	font-weight: 800;
}
.kca-scope-card__head h3 {
margin: 2px 0 0;
	color: var(--kc-navy-900);
	font-size: 24px;
	line-height: 1.45;
}
.kca-scope-card ul {
position: relative;
	z-index: 2;
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.kca-scope-card li {
display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 13px 0;
	border-bottom: 1px solid var(--kc-border);
	color: var(--kc-text);
	font-size: 14px;
}
.kca-scope-card li:first-child {
padding-top: 0;
}
.kca-scope-card li:last-child {
padding-bottom: 0;
	border-bottom: 0;
}
.kca-scope-card li .kc-icon {
width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: var(--kc-cyan-500);
}
.kca-services {
background: var(--kc-soft);
}
.kca-section-heading {
max-width: 800px;
	margin: 0 auto 44px;
	text-align: center;
}
.kca-section-heading>p {
max-width: 700px;
	margin: 18px auto 0;
	color: var(--kc-muted);
	font-size: 16px;
	line-height: 1.9;
}
.kca-service-grid {
display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.kca-service-card {
position: relative;
	display: flex;
	min-width: 0;
	min-height: 330px;
	flex-direction: column;
	padding: 28px 25px;
	overflow: hidden;
	border: 1px solid rgba(7, 29, 53, .09);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: var(--kc-shadow-sm);
	transition:
		transform .22s ease,
		border-color .22s ease,
		box-shadow .22s ease;
}
.kca-service-card::after {
content: "";
	position: absolute;
	inset-inline-end: -48px;
	bottom: -68px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background:
		linear-gradient(145deg,
			rgba(13, 120, 242, .06),
			rgba(24, 182, 201, .04));
	pointer-events: none;
}
.kca-service-card:hover {
border-color: rgba(13, 120, 242, .27);
	box-shadow: var(--kc-shadow-md);
	transform: translateY(-6px);
}
.kca-service-card__icon {
position: relative;
	z-index: 2;
	display: grid;
	width: 60px;
	height: 60px;
	place-items: center;
	margin-bottom: 23px;
	border-radius: 18px;
	background: var(--kc-navy-900);
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(7, 29, 53, .2);
}
.kca-service-card__icon .kc-icon {
width: 29px;
	height: 29px;
}
.kca-service-card>small {
position: absolute;
	z-index: 2;
	top: 29px;
	inset-inline-end: 25px;
	padding: 5px 9px;
	border: 1px solid #d9e7f3;
	border-radius: 999px;
	background: #f6f9fc;
	color: var(--kc-blue-600);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.4;
}
.kca-service-card h3 {
position: relative;
	z-index: 2;
	margin: 0 0 10px;
	color: var(--kc-navy-900);
	font-size: 21px;
	line-height: 1.5;
}
.kca-service-card p {
position: relative;
	z-index: 2;
	margin: 0 0 22px;
	color: var(--kc-muted);
	font-size: 14px;
	line-height: 1.85;
}
.kca-service-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: 12px;
	font-weight: 800;
	text-decoration: none;
}
.kca-why {
position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 9% 8%,
			rgba(24, 182, 201, .14),
			transparent 29%),
		var(--kc-navy-950);
	color: #ffffff;
}
.kca-why__heading {
display: grid;
	grid-template-columns:
		minmax(0, 1.05fr) minmax(300px, .8fr);
	align-items: end;
	gap: 50px;
	margin-bottom: 43px;
}
.kca-why__heading>p {
margin: 0;
	color: rgba(255, 255, 255, .64);
	font-size: 16px;
	line-height: 1.9;
}
.kca-why-grid {
display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
}
.kca-why-grid article {
min-width: 0;
	min-height: 235px;
	padding: 26px 23px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 19px;
	background: rgba(255, 255, 255, .045);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .05);
	transition:
		transform .22s ease,
		background-color .22s ease,
		border-color .22s ease;
}
.kca-why-grid article:hover {
border-color: rgba(124, 230, 241, .27);
	background: rgba(255, 255, 255, .07);
	transform: translateY(-5px);
}
.kca-why-grid article>span {
display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin-bottom: 22px;
	border: 1px solid rgba(148, 239, 248, .22);
	border-radius: 15px;
	background: rgba(24, 182, 201, .12);
	color: #9af2fa;
}
.kca-why-grid article>span .kc-icon {
width: 25px;
	height: 25px;
}
.kca-why-grid h3 {
margin: 0 0 9px;
	color: #ffffff;
	font-size: 19px;
	line-height: 1.5;
}
.kca-why-grid p {
margin: 0;
	color: rgba(255, 255, 255, .63);
	font-size: 13px;
	line-height: 1.85;
}
.kca-faq {
background: var(--kc-soft);
}
.kca-faq__grid {
display: grid;
	grid-template-columns:
		minmax(0, .72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: clamp(48px, 8vw, 110px);
}
.kca-faq__intro {
position: sticky;
	top: calc(var(--kc-header-height) + 48px);
}
.kca-faq__intro>p {
margin: 18px 0 26px;
	color: var(--kc-muted);
	font-size: 15px;
	line-height: 1.9;
}
.kca-faq__items {
display: grid;
	gap: 12px;
}
.kca-faq details {
margin: 0;
	border: 1px solid var(--kc-border);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 7px 22px rgba(7, 29, 53, .045);
	transition:
		border-color .2s ease,
		box-shadow .2s ease;
}
.kca-faq details[open] {
border-color: rgba(13, 120, 242, .25);
	box-shadow: 0 12px 28px rgba(7, 29, 53, .075);
}
.kca-faq summary {
display: grid;
	grid-template-columns: 1fr 38px;
	align-items: center;
	gap: 18px;
	min-height: 72px;
	padding: 15px 20px;
	color: var(--kc-navy-900);
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}
.kca-faq summary::-webkit-details-marker {
display: none;
}
@media (max-width: 1100px) {
.kca-story-hero {
padding-top: 58px;
}

.kca-story-hero__grid {
grid-template-areas:
			"copy"
			"brand";
		grid-template-columns: 1fr;
		gap: 45px;
}

.kca-story-hero__copy {
max-width: 790px;
}

.kca-story-brand {
width: min(650px, 100%);
		min-height: 370px;
		margin-inline: auto;
}

.kca-story-values {
width: min(940px, calc(100% - 36px));
		gap: 11px;
}

.kca-story-values article {
grid-template-columns: 48px minmax(0, 1fr);
		gap: 12px;
		min-height: 120px;
		padding: 19px 17px;
}

.kca-story-values article>span {
width: 48px;
		height: 48px;
		border-radius: 15px;
}

.kca-story-values h2 {
font-size: 16px;
}

.kca-story-values p {
font-size: 11px;
}

.kca-intro__grid {
grid-template-columns: 1fr;
}

.kca-scope-card {
width: min(720px, 100%);
}

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

.kca-why__heading,
.kca-faq__grid {
grid-template-columns: 1fr;
}

.kca-faq__intro {
position: static;
}
}
@media (max-width: 1024px) {
.kca-trust-strip__grid {
grid-template-columns: repeat(2, 1fr);
}

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

.kca-trust-strip__grid>div:nth-child(-n + 2) {
border-bottom: 1px solid var(--kc-border);
}
}
@media (max-width: 767px) {
.kca-story-hero {
padding-block: 43px 45px;
}

.kca-story-hero::before {
top: 18px;
		inset-inline-end: 12px;
		font-size: 88px;
}

.kca-story-hero__shape {
display: none;
}

.kca-story-hero__grid {
gap: 34px;
}

.kca-story-hero h1 {
font-size: clamp(32px, 8.4vw, 40px);
		line-height: 1.36;
}

.kca-story-hero h1 span {
font-size: .79em;
}

.kca-story-hero__copy>p {
margin-top: 18px;
		font-size: 15px;
		line-height: 1.9;
}

.kca-story-hero__promise {
width: 100%;
		margin-top: 22px;
}

.kca-story-brand {
min-height: 315px;
		padding: 40px 25px 28px;
		border-radius: 28px 28px 75px 28px;
}

.kca-story-brand__ring--one {
width: 245px;
		height: 245px;
}

.kca-story-brand__ring--two {
width: 165px;
		height: 165px;
}

.kca-story-brand__content img {
max-width: 185px;
		max-height: 82px;
}

.kca-story-brand__content p {
margin-top: 14px;
		font-size: 11px;
}

.kca-story-brand__steps {
margin-top: 27px;
		padding-top: 16px;
}

.kca-story-values {
grid-template-columns: 1fr;
		width: min(540px, calc(100% - 28px));
		margin-top: 32px;
		gap: 11px;
}

.kca-story-values article {
grid-template-columns: 48px minmax(0, 1fr);
		min-height: 0;
		padding: 18px;
		border-radius: 16px;
}

.kca-story-values article::before {
inset-inline-start: 18px;
		width: 55px;
}

.kca-story-values h2 {
font-size: 17px;
}

.kca-story-values p {
max-width: none;
		font-size: 11px;
}

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

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

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

.kc-about-v1>.kc-section {
padding-block: 67px;
}

.kca-intro__grid {
gap: 38px;
}

.kca-intro__content h2,
.kca-section-heading h2,
.kca-why__heading h2,
.kca-faq__intro h2 {
font-size: clamp(27px, 7.2vw, 35px);
		line-height: 1.44;
}

.kca-intro__content>p,
.kca-section-heading>p,
.kca-why__heading>p {
font-size: 14px;
}

.kca-scope-card {
padding: 25px 20px;
		border-radius: 21px;
}

.kca-service-grid,
.kca-why-grid {
grid-template-columns: 1fr;
}

.kca-service-card,
.kca-why-grid article {
min-height: 0;
}

.kca-why__heading {
gap: 15px;
}

.kca-faq__grid {
gap: 35px;
}

.kca-faq summary {
min-height: 68px;
		padding-inline: 15px;
		font-size: 13px;
}
}
@media (max-width: 480px) {
.kca-story-hero h1 {
font-size: 30px;
	line-height: 1.38;
}

.kca-story-hero__eyebrow {
margin-bottom: 13px;
		font-size: 11px;
}

.kca-story-hero__promise {
align-items: flex-start;
}

.kca-story-brand {
min-height: 285px;
		padding-inline: 18px;
}

.kca-story-brand__content img {
max-width: 165px;
		max-height: 72px;
}

.kca-story-brand__steps strong {
font-size: 10px;
}

.kca-story-values article {
grid-template-columns: 47px minmax(0, 1fr);
		gap: 13px;
}

.kca-story-values article>span {
width: 47px;
		height: 47px;
		border-radius: 14px;
}
}
@media (prefers-reduced-motion: reduce) {
.kc-about-v1 *,
.kc-about-v1 *::before,
.kc-about-v1 *::after {
animation: none;
		transition-duration: .01ms;
}
}
