/* BehzadKala native About page — 0.5.4
 * Original staging-first design; intentionally independent from the legacy Elementor page.
 */
.bk-about-page {
	padding-top: 34px;
	background:
		radial-gradient(circle at 9% 5%, rgba(23, 101, 220, .08), transparent 24%),
		linear-gradient(180deg, #f8fbff 0, #fff 720px);
}

.bk-about-hero {
	display: grid;
	grid-template-columns: minmax(410px, .86fr) minmax(0, 1.14fr);
	grid-template-areas: "hub content";
	gap: clamp(36px, 4vw, 68px);
	align-items: center;
	min-height: 535px;
	padding: clamp(42px, 4vw, 64px);
	overflow: hidden;
	border: 1px solid #e1eaf6;
	border-radius: 30px;
	background:
		radial-gradient(circle at 84% 20%, rgba(23, 101, 220, .08), transparent 34%),
		#fff;
	box-shadow: 0 20px 60px rgba(11, 40, 85, .055);
}

.bk-about-hero__content {
	grid-area: content;
	min-width: 0;
	max-width: 760px;
	justify-self: end;
}

.bk-about-eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 6px 15px;
	border: 1px solid #d8e7fb;
	border-radius: 999px;
	background: #eff6ff;
	color: var(--bk-blue);
	font-size: 12px;
	font-weight: 850;
}

.bk-about-hero__title {
	max-width: 730px;
	margin: 20px 0 0;
	color: var(--bk-navy);
	font-size: clamp(38px, 3vw, 54px);
	font-weight: 950;
	line-height: 1.46;
	letter-spacing: -.035em;
	text-wrap: balance;
}

.bk-about-hero__title span,
.bk-about-hero__title strong {
	display: block;
	max-width: 100%;
	white-space: normal;
}

.bk-about-hero__title strong {
	color: var(--bk-blue);
	font: inherit;
}

.bk-about-hero__text {
	max-width: 700px;
	margin: 18px 0 0;
	color: #60718a;
	font-size: clamp(14px, 1vw, 16px);
	line-height: 2.15;
}

.bk-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 25px;
}

.bk-about-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 9px 20px;
	border: 1px solid transparent;
	border-radius: 13px;
	font-size: 13px;
	font-weight: 850;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.bk-about-button > span {
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	transform: scaleX(-1);
}

.bk-about-button svg {
	width: 18px;
	height: 18px;
}

.bk-about-button--primary {
	background: var(--bk-blue);
	box-shadow: 0 10px 26px rgba(23, 101, 220, .2);
	color: #fff;
}

.bk-about-button--primary:hover,
.bk-about-button--primary:focus-visible {
	background: #0f59c5;
	box-shadow: 0 14px 32px rgba(23, 101, 220, .26);
	color: #fff;
	transform: translateY(-2px);
}

.bk-about-button--secondary {
	border-color: #d7e3f3;
	background: #fff;
	color: var(--bk-blue);
}

.bk-about-button--secondary:hover,
.bk-about-button--secondary:focus-visible {
	border-color: #b9d1f4;
	background: #f7faff;
	color: #0f59c5;
	transform: translateY(-2px);
}

.bk-about-hero__signals {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 18px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #e8eef6;
	color: #61728b;
	font-size: 11px;
	font-weight: 700;
}

.bk-about-hero__signals span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.bk-about-hero__signals svg {
	width: 18px;
	height: 18px;
	color: var(--bk-blue);
}

.bk-about-hub {
	grid-area: hub;
	min-width: 0;
	padding: 27px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 26px;
	background:
		radial-gradient(circle at 15% 8%, rgba(72, 143, 255, .36), transparent 28%),
		linear-gradient(145deg, #0b2855 0%, #10366d 58%, #1553a7 100%);
	box-shadow: 0 22px 52px rgba(11, 40, 85, .18);
	color: #fff;
}

.bk-about-hub__head {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.bk-about-hub__brand {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 17px;
	background: rgba(255, 255, 255, .11);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -.08em;
}

.bk-about-hub__head span {
	display: block;
	color: #9ec6ff;
	font-size: 11px;
	font-weight: 800;
}

.bk-about-hub__head h2 {
	margin: 3px 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.7;
}

.bk-about-hub__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.bk-about-hub-link {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 18px;
	gap: 10px;
	align-items: center;
	min-height: 84px;
	padding: 11px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 16px;
	background: rgba(255, 255, 255, .075);
	color: #fff;
	transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.bk-about-hub-link:hover,
.bk-about-hub-link:focus-visible {
	border-color: rgba(255, 255, 255, .25);
	background: rgba(255, 255, 255, .13);
	color: #fff;
	transform: translateY(-2px);
}

.bk-about-hub-link__icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	background: rgba(255, 255, 255, .12);
	color: #bcd7ff;
}

.bk-about-hub-link__icon svg {
	width: 22px;
	height: 22px;
}

.bk-about-hub-link__copy {
	min-width: 0;
}

.bk-about-hub-link__copy strong,
.bk-about-hub-link__copy small {
	display: block;
}

.bk-about-hub-link__copy strong {
	font-size: 12px;
	font-weight: 850;
	line-height: 1.7;
}

.bk-about-hub-link__copy small {
	margin-top: 2px;
	overflow: hidden;
	color: rgba(255, 255, 255, .62);
	font-size: 9px;
	line-height: 1.6;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bk-about-hub-link__arrow {
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	color: rgba(255, 255, 255, .55);
	transform: scaleX(-1);
}

.bk-about-hub-link__arrow svg {
	width: 16px;
	height: 16px;
}

.bk-about-hub__meta {
	display: grid;
	gap: 8px;
	margin-top: 18px;
}

.bk-about-hub-meta {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 14px;
	background: rgba(4, 22, 52, .18);
}

.bk-about-hub-meta > span {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 10px;
	background: rgba(255, 255, 255, .1);
	color: #b9d6ff;
}

.bk-about-hub-meta svg {
	width: 19px;
	height: 19px;
}

.bk-about-hub-meta small,
.bk-about-hub-meta strong {
	display: block;
}

.bk-about-hub-meta small {
	color: rgba(255, 255, 255, .55);
	font-size: 9px;
}

.bk-about-hub-meta strong {
	margin-top: 1px;
	color: #fff;
	font-size: 10px;
	font-weight: 750;
	line-height: 1.7;
}

@media (max-width: 1260px) and (min-width: 981px) {
	.bk-about-hero {
		grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
		gap: 34px;
		padding: 42px;
	}

	.bk-about-hero__title {
		font-size: 42px;
	}

	.bk-about-hub {
		padding: 22px;
	}

	.bk-about-hub__links {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 980px) {
	.bk-about-hero {
		grid-template-columns: 1fr;
		grid-template-areas: "content" "hub";
		gap: 30px;
		min-height: 0;
	}

	.bk-about-hero__content {
		max-width: none;
		justify-self: stretch;
	}

	.bk-about-hub {
		width: min(100%, 700px);
		margin-inline: auto;
	}
}

@media (max-width: 767px) {
	.bk-about-page {
		padding-top: 18px;
	}

	.bk-about-hero {
		gap: 25px;
		padding: 26px 18px;
		border-radius: 23px;
	}

	.bk-about-hero__title {
		margin-top: 16px;
		font-size: clamp(31px, 9.3vw, 42px);
		line-height: 1.5;
	}

	.bk-about-hero__text {
		margin-top: 14px;
		font-size: 13px;
		line-height: 2.05;
	}

	.bk-about-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 21px;
	}

	.bk-about-button {
		width: 100%;
	}

	.bk-about-hero__signals {
		display: grid;
		gap: 9px;
	}

	.bk-about-hub {
		padding: 19px;
		border-radius: 21px;
	}

	.bk-about-hub__links {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.bk-about-hub__head {
		grid-template-columns: 50px minmax(0, 1fr);
	}

	.bk-about-hub__brand {
		width: 50px;
		height: 50px;
	}

	.bk-about-hub__head h2 {
		font-size: 16px;
	}
}

/* About introduction / brand principles. */
.bk-about-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
	gap: clamp(34px, 4vw, 70px);
	align-items: stretch;
	margin-top: 26px;
	padding: clamp(44px, 5vw, 76px);
	border: 1px solid #e4ecf7;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(11, 40, 85, .045);
}

.bk-about-intro__story {
	align-self: center;
	min-width: 0;
}

.bk-about-section-eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 14px;
	border: 1px solid #dbe8f9;
	border-radius: 999px;
	background: #f3f8ff;
	color: var(--bk-blue);
	font-size: 11px;
	font-weight: 850;
}

.bk-about-section-title {
	margin: 17px 0 0;
	color: var(--bk-navy);
	font-size: clamp(31px, 2.45vw, 44px);
	font-weight: 950;
	line-height: 1.55;
	letter-spacing: -.025em;
}

.bk-about-section-title span,
.bk-about-section-title strong {
	display: inline;
}

.bk-about-section-title strong {
	margin-inline-start: 7px;
	color: var(--bk-blue);
	font: inherit;
}

.bk-about-intro__lead {
	max-width: 710px;
	margin: 20px 0 0;
	color: #29496f;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.05;
}

.bk-about-intro__text {
	max-width: 710px;
	margin: 12px 0 0;
	color: #728198;
	font-size: 14px;
	line-height: 2.1;
}

.bk-about-intro__markers {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 25px;
}

.bk-about-intro__markers span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding: 7px 12px;
	border: 1px solid #e1eaf6;
	border-radius: 11px;
	background: #fbfdff;
	color: #526a89;
	font-size: 11px;
	font-weight: 780;
}

.bk-about-intro__markers span::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--bk-blue);
	box-shadow: 0 0 0 4px rgba(23, 101, 220, .09);
	content: "";
}

.bk-about-principles {
	position: relative;
	overflow: hidden;
	padding: clamp(25px, 3vw, 34px);
	border: 1px solid #dfe9f7;
	border-radius: 25px;
	background:
		radial-gradient(circle at 88% 2%, rgba(23, 101, 220, .1), transparent 29%),
		linear-gradient(145deg, #f7faff 0%, #eef5ff 100%);
}

.bk-about-principles::after {
	position: absolute;
	bottom: -86px;
	left: -72px;
	width: 210px;
	height: 210px;
	border: 28px solid rgba(23, 101, 220, .035);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.bk-about-principles__head {
	position: relative;
	z-index: 1;
	padding-bottom: 18px;
	border-bottom: 1px solid #dce7f5;
}

.bk-about-principles__head span {
	color: var(--bk-blue);
	font-size: 10px;
	font-weight: 850;
}

.bk-about-principles__head h3 {
	margin: 4px 0 0;
	color: var(--bk-navy);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.7;
}

.bk-about-principles__list {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.bk-about-principle {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 32px;
	gap: 12px;
	align-items: center;
	min-height: 92px;
	padding: 13px 14px;
	border: 1px solid #e0e9f5;
	border-radius: 16px;
	background: rgba(255, 255, 255, .84);
	box-shadow: 0 6px 20px rgba(11, 40, 85, .035);
}

.bk-about-principle__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 14px;
	background: #eaf3ff;
	color: var(--bk-blue);
}

.bk-about-principle__icon svg {
	width: 24px;
	height: 24px;
}

.bk-about-principle__copy {
	min-width: 0;
}

.bk-about-principle__copy strong {
	display: block;
	color: var(--bk-navy);
	font-size: 13px;
	font-weight: 900;
}

.bk-about-principle__copy p {
	margin: 3px 0 0;
	color: #76859a;
	font-size: 10px;
	line-height: 1.8;
}

.bk-about-principle__number {
	align-self: start;
	padding-top: 2px;
	color: rgba(23, 101, 220, .18);
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 900;
}

@media (max-width: 1100px) {
	.bk-about-intro {
		grid-template-columns: 1fr;
	}

	.bk-about-principles {
		width: min(100%, 760px);
	}
}

@media (max-width: 767px) {
	.bk-about-intro {
		gap: 28px;
		margin-top: 18px;
		padding: 30px 18px;
		border-radius: 23px;
	}

	.bk-about-section-title {
		font-size: clamp(28px, 8vw, 36px);
	}

	.bk-about-intro__lead {
		font-size: 14px;
	}

	.bk-about-intro__text {
		font-size: 13px;
	}

	.bk-about-intro__markers {
		display: grid;
		grid-template-columns: 1fr;
	}

	.bk-about-principles {
		padding: 20px 16px;
		border-radius: 20px;
	}

	.bk-about-principle {
		grid-template-columns: 44px minmax(0, 1fr);
		min-height: 0;
	}

	.bk-about-principle__icon {
		width: 44px;
		height: 44px;
	}

	.bk-about-principle__number {
		display: none;
	}
}


/* About purchase benefits. */
.bk-about-benefits {
	margin-top: 26px;
	padding: clamp(44px, 5vw, 72px);
	border: 1px solid #e4ecf7;
	border-radius: 30px;
	background:
		radial-gradient(circle at 90% 0%, rgba(23, 101, 220, .065), transparent 28%),
		#fff;
	box-shadow: 0 18px 55px rgba(11, 40, 85, .04);
}

.bk-about-benefits__head {
	max-width: 840px;
	margin-inline: auto;
	text-align: center;
}

.bk-about-benefits__title {
	margin-top: 15px;
}

.bk-about-benefits__head > p {
	max-width: 780px;
	margin: 13px auto 0;
	color: #718097;
	font-size: 14px;
	line-height: 2.05;
}

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

.bk-about-benefit {
	position: relative;
	min-height: 214px;
	padding: 22px;
	overflow: hidden;
	border: 1px solid #e1eaf6;
	border-radius: 20px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 8px 26px rgba(11, 40, 85, .035);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.bk-about-benefit::after {
	position: absolute;
	inset-inline-end: -42px;
	bottom: -56px;
	width: 138px;
	height: 138px;
	border: 22px solid rgba(23, 101, 220, .028);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.bk-about-benefit:hover {
	border-color: #cbdcf3;
	box-shadow: 0 15px 34px rgba(11, 40, 85, .07);
	transform: translateY(-3px);
}

.bk-about-benefit__top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.bk-about-benefit__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 16px;
	background: #eaf3ff;
	color: var(--bk-blue);
}

.bk-about-benefit__icon svg {
	width: 26px;
	height: 26px;
}

.bk-about-benefit__number {
	color: rgba(23, 101, 220, .14);
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -.04em;
}

.bk-about-benefit h3 {
	position: relative;
	z-index: 1;
	margin: 19px 0 0;
	color: var(--bk-navy);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.7;
}

.bk-about-benefit p {
	position: relative;
	z-index: 1;
	margin: 6px 0 0;
	color: #748399;
	font-size: 11px;
	line-height: 1.9;
}

@media (max-width: 1100px) {
	.bk-about-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.bk-about-benefits {
		margin-top: 18px;
		padding: 30px 18px;
		border-radius: 23px;
	}

	.bk-about-benefits__head {
		text-align: right;
	}

	.bk-about-benefits__head > p {
		margin-inline: 0;
		font-size: 13px;
	}

	.bk-about-benefits__grid {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 25px;
	}

	.bk-about-benefit {
		min-height: 0;
		padding: 18px;
		border-radius: 17px;
	}
}


/* About activities section. */
.bk-about-activities {
	margin-top: 26px;
	padding: clamp(44px, 5vw, 72px);
	border: 1px solid #e4ecf7;
	border-radius: 30px;
	background:
		radial-gradient(circle at 10% 0%, rgba(23, 101, 220, .05), transparent 26%),
		#fff;
	box-shadow: 0 18px 55px rgba(11, 40, 85, .04);
}

.bk-about-activities__head {
	max-width: 900px;
	margin-inline: auto;
	text-align: center;
}

.bk-about-activities__title {
	margin-top: 15px;
}

.bk-about-activities__head > p {
	max-width: 780px;
	margin: 13px auto 0;
	color: #718097;
	font-size: 14px;
	line-height: 2.05;
}

.bk-about-activities__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

.bk-about-activity-card {
	position: relative;
	overflow: hidden;
	min-height: 0;
	padding: 24px 24px 20px;
	border: 1px solid #e1eaf6;
	border-radius: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
	box-shadow: 0 10px 26px rgba(11, 40, 85, .035);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.bk-about-activity-card::after {
	position: absolute;
	inset-inline-start: -46px;
	bottom: -56px;
	width: 150px;
	height: 150px;
	border: 24px solid rgba(23, 101, 220, .028);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.bk-about-activity-card:hover {
	border-color: #cbdcf3;
	box-shadow: 0 16px 34px rgba(11, 40, 85, .07);
	transform: translateY(-3px);
}

.bk-about-activity-card__top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.bk-about-activity-card__number {
	color: rgba(23, 101, 220, .18);
	font-family: Arial, sans-serif;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: 1;
}

.bk-about-activity-card__icon {
	display: grid;
	width: 60px;
	height: 60px;
	place-items: center;
	border-radius: 18px;
	background: #eaf3ff;
	color: var(--bk-blue);
	box-shadow: inset 0 0 0 1px rgba(23, 101, 220, .07);
}

.bk-about-activity-card__icon svg {
	width: 28px;
	height: 28px;
}

.bk-about-activity-card h3 {
	position: relative;
	z-index: 1;
	margin: 18px 0 0;
	color: var(--bk-navy);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.8;
}

.bk-about-activity-card > p {
	position: relative;
	z-index: 1;
	margin: 8px 0 0;
	color: #6f7f96;
	font-size: 13px;
	line-height: 2.05;
}

.bk-about-activity-card__list {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.bk-about-activity-card__list li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #59708e;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.9;
}

.bk-about-activity-card__list li::before {
	width: 8px;
	height: 8px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--bk-blue);
	box-shadow: 0 0 0 5px rgba(23, 101, 220, .08);
	content: "";
}

.bk-about-activity-card__link {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
	color: var(--bk-blue);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.bk-about-activity-card__link i {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	font-style: normal;
	transform: scaleX(-1);
}

.bk-about-activity-card__link i svg {
	width: 18px;
	height: 18px;
}

.bk-about-activity-card__link:hover,
.bk-about-activity-card__link:focus-visible {
	color: var(--bk-navy);
}

@media (max-width: 1100px) {
	.bk-about-activities__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.bk-about-activities {
		margin-top: 18px;
		padding: 30px 18px;
		border-radius: 23px;
	}

	.bk-about-activities__head {
		text-align: right;
	}

	.bk-about-activities__head > p {
		margin-inline: 0;
		font-size: 13px;
	}

	.bk-about-activities__grid {
		gap: 12px;
		margin-top: 24px;
	}

	.bk-about-activity-card {
		padding: 20px 18px 18px;
		border-radius: 18px;
	}

	.bk-about-activity-card__number {
		font-size: 28px;
	}

	.bk-about-activity-card__icon {
		width: 52px;
		height: 52px;
		border-radius: 16px;
	}

	.bk-about-activity-card__icon svg {
		width: 24px;
		height: 24px;
	}

	.bk-about-activity-card h3 {
		font-size: 15px;
	}

	.bk-about-activity-card > p,
	.bk-about-activity-card__list li,
	.bk-about-activity-card__link {
		font-size: 12px;
	}
}


/* About shopping process. */
.bk-about-process {
	margin-top: 26px;
	padding: clamp(44px, 5vw, 72px);
	border: 1px solid #dfe9f7;
	border-radius: 30px;
	background:
		radial-gradient(circle at 88% 4%, rgba(23, 101, 220, .075), transparent 25%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 18px 55px rgba(11, 40, 85, .04);
}

.bk-about-process__head {
	max-width: 880px;
	margin-inline: auto;
	text-align: center;
}

.bk-about-process__title {
	margin-top: 15px;
}

.bk-about-process__head > p {
	max-width: 760px;
	margin: 13px auto 0;
	color: #718097;
	font-size: 14px;
	line-height: 2.05;
}

.bk-about-process__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 36px;
}

.bk-about-process__steps::before {
	position: absolute;
	top: 41px;
	inset-inline: 9%;
	height: 1px;
	background: repeating-linear-gradient(90deg, #c9d9ee 0 6px, transparent 6px 12px);
	content: "";
	pointer-events: none;
}

.bk-about-process-step {
	position: relative;
	z-index: 1;
	min-height: 230px;
	padding: 22px 20px;
	border: 1px solid #e0e9f5;
	border-radius: 20px;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 8px 24px rgba(11, 40, 85, .035);
}

.bk-about-process-step__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.bk-about-process-step__icon {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 7px solid #fff;
	border-radius: 18px;
	background: #eaf3ff;
	color: var(--bk-blue);
	box-shadow: 0 0 0 1px #dfebf9;
}

.bk-about-process-step__icon svg {
	width: 25px;
	height: 25px;
}

.bk-about-process-step__number {
	color: rgba(23, 101, 220, .16);
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: 900;
}

.bk-about-process-step h3 {
	margin: 22px 0 0;
	color: var(--bk-navy);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.8;
}

.bk-about-process-step p {
	margin: 7px 0 0;
	color: #738299;
	font-size: 11px;
	line-height: 2;
}

.bk-about-process__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 18px;
	padding: 14px 16px;
	border: 1px solid #dce8f7;
	border-radius: 17px;
	background: #eef5ff;
}

.bk-about-process__notice {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.bk-about-process__notice-icon {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 13px;
	background: #fff;
	color: var(--bk-blue);
	box-shadow: inset 0 0 0 1px #dfe9f6;
}

.bk-about-process__notice-icon svg {
	width: 22px;
	height: 22px;
}

.bk-about-process__notice strong,
.bk-about-process__notice small {
	display: block;
}

.bk-about-process__notice strong {
	color: var(--bk-navy);
	font-size: 12px;
	font-weight: 900;
}

.bk-about-process__notice small {
	margin-top: 2px;
	color: #74849a;
	font-size: 10px;
	line-height: 1.8;
}

@media (max-width: 1100px) {
	.bk-about-process__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bk-about-process__steps::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.bk-about-process {
		margin-top: 18px;
		padding: 30px 18px;
		border-radius: 23px;
	}

	.bk-about-process__head {
		text-align: right;
	}

	.bk-about-process__head > p {
		margin-inline: 0;
		font-size: 13px;
	}

	.bk-about-process__steps {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 25px;
	}

	.bk-about-process-step {
		min-height: 0;
		padding: 18px;
		border-radius: 17px;
	}

	.bk-about-process-step__icon {
		width: 52px;
		height: 52px;
		border-width: 6px;
		border-radius: 16px;
	}

	.bk-about-process-step h3 {
		margin-top: 16px;
	}

	.bk-about-process__footer {
		display: grid;
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.bk-about-process__footer .bk-about-button {
		width: 100%;
	}
}


/* About repair services. */
.bk-about-repair {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
	gap: clamp(28px, 4vw, 58px);
	align-items: center;
	margin-top: 26px;
	padding: clamp(44px, 5vw, 72px);
	border: 1px solid #e4ecf7;
	border-radius: 30px;
	background:
		radial-gradient(circle at 8% 95%, rgba(23, 101, 220, .07), transparent 28%),
		linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 18px 55px rgba(11, 40, 85, .04);
}

.bk-about-repair__content {
	min-width: 0;
}

.bk-about-repair__title {
	margin-top: 15px;
}

.bk-about-repair__lead {
	max-width: 700px;
	margin: 20px 0 0;
	color: #29496f;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.05;
}

.bk-about-repair__text {
	max-width: 700px;
	margin: 12px 0 0;
	color: #718097;
	font-size: 14px;
	line-height: 2.1;
}

.bk-about-repair__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.bk-about-repair__notice {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	margin-top: 24px;
	padding: 14px 16px;
	border: 1px solid #dce8f8;
	border-radius: 16px;
	background: #eef5ff;
}

.bk-about-repair__notice > span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 13px;
	background: #fff;
	color: var(--bk-blue);
}

.bk-about-repair__notice svg {
	width: 23px;
	height: 23px;
}

.bk-about-repair__notice strong {
	display: block;
	color: var(--bk-navy);
	font-size: 13px;
	font-weight: 900;
}

.bk-about-repair__notice p {
	margin: 3px 0 0;
	color: #718097;
	font-size: 11px;
	line-height: 1.9;
}

.bk-about-repair__services {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.bk-about-repair-card {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-height: 112px;
	padding: 16px;
	border: 1px solid #e1eaf6;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(11, 40, 85, .035);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.bk-about-repair-card:hover {
	border-color: #cbdcf3;
	box-shadow: 0 14px 30px rgba(11, 40, 85, .07);
	transform: translateY(-2px);
}

.bk-about-repair-card__icon {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border-radius: 15px;
	background: #eaf3ff;
	color: var(--bk-blue);
}

.bk-about-repair-card__icon svg {
	width: 24px;
	height: 24px;
}

.bk-about-repair-card h3 {
	margin: 0;
	color: var(--bk-navy);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.8;
}

.bk-about-repair-card p {
	margin: 4px 0 0;
	color: #75849a;
	font-size: 10px;
	line-height: 1.85;
}

@media (max-width: 1100px) {
	.bk-about-repair {
		grid-template-columns: 1fr;
	}

	.bk-about-repair__services {
		max-width: 820px;
	}
}

@media (max-width: 767px) {
	.bk-about-repair {
		gap: 26px;
		margin-top: 18px;
		padding: 30px 18px;
		border-radius: 23px;
	}

	.bk-about-repair__lead {
		font-size: 14px;
	}

	.bk-about-repair__text {
		font-size: 13px;
	}

	.bk-about-repair__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.bk-about-repair__services {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.bk-about-repair-card {
		min-height: 0;
		padding: 14px;
		border-radius: 16px;
	}

	.bk-about-repair__notice {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.bk-about-repair__notice > span {
		width: 40px;
		height: 40px;
	}
}
