body {
	font-family: Poppins, Arial, sans-serif;
}

.klinik-header {
	background: #fff;
	border-bottom: 1px solid rgba(17, 24, 39, 0.08);
	position: sticky;
	top: 0;
	z-index: 20;
}

.klinik-apper-header {
	background: #fff4f5;
	border-bottom: 0;
}

.klinik-header__inner,
.klinik-footer__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 78px;
	gap: 28px;
}

.klinik-logo {
	display: inline-flex;
	width: 190px;
	font-weight: 800;
	text-decoration: none;
}

.klinik-logo::before {
	content: none;
}

.klinik-logo img {
	display: block;
	max-height: 46px;
	width: 100%;
}

.klinik-menu,
.klinik-footer-menu {
	display: flex;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.klinik-menu a,
.klinik-footer-menu a {
	color: #3f1b20;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.klinik-header-cta {
	background: #e7333f;
	border-radius: 999px;
	box-shadow: 0 14px 28px rgba(231, 51, 63, 0.25);
	color: #fff;
	font-weight: 800;
	min-width: 150px;
	padding: 14px 26px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.klinik-front-page {
	background: #fff;
	overflow: hidden;
}

.klinik-builder-content > *:first-child {
	margin-top: 0;
}

.klinik-hero {
	background: #fff4f5;
	min-height: 760px;
	padding: 96px 0 150px;
	position: relative;
}

.klinik-hero__inner {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
	position: relative;
	z-index: 2;
}

.klinik-hero__content {
	max-width: 690px;
}

.klinik-eyebrow {
	color: #5a2028;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.klinik-hero h1 {
	color: #231215;
	font-size: 56px;
	font-weight: 800;
	line-height: 1.08;
	margin: 0 0 24px;
}

.klinik-hero h1 strong,
.klinik-hero h1 em {
	color: #e7333f;
	font-style: normal;
}

.klinik-hero p {
	color: #5f454a;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 32px;
	max-width: 660px;
}

.klinik-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 24px;
}

.klinik-store-button {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(231, 51, 63, 0.28);
	border-radius: 8px;
	box-shadow: 0 10px 22px rgba(231, 51, 63, 0.08);
	color: #e7333f;
	display: grid;
	gap: 0 12px;
	grid-template-columns: 30px 1fr;
	min-width: 188px;
	padding: 13px 20px;
	text-decoration: none;
}

.klinik-store-button .fa {
	font-size: 28px;
	grid-row: span 2;
}

.klinik-store-button small {
	color: #7a4b51;
	display: block;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.klinik-store-button strong {
	color: #e7333f;
	font-size: 18px;
	line-height: 1.2;
}

.klinik-hero-checks {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
}

.klinik-hero-checks span {
	color: #5a2028;
	font-size: 14px;
	font-weight: 600;
}

.klinik-hero-checks span::before {
	border: 1px solid #e7333f;
	border-radius: 50%;
	color: #e7333f;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 9px;
	margin-right: 8px;
	padding: 2px;
}

.klinik-hero__visual {
	display: flex;
	justify-content: center;
	min-height: 520px;
	position: relative;
}

.klinik-purple-orbit {
	background: #e7333f;
	border-radius: 50%;
	height: 360px;
	position: absolute;
	right: 52px;
	top: 145px;
	width: 360px;
}

.klinik-phone {
	background: #3d465e;
	border-radius: 40px;
	box-shadow: 0 28px 54px rgba(47, 34, 109, 0.22);
	height: 540px;
	padding: 16px;
	position: relative;
	width: 292px;
	z-index: 3;
}

.klinik-phone::before {
	background: #fff4f5;
	border-radius: 0 0 18px 18px;
	content: "";
	height: 22px;
	left: 86px;
	position: absolute;
	top: 16px;
	width: 120px;
	z-index: 5;
}

.klinik-phone__speaker {
	background: #fff;
	border-radius: 999px;
	height: 5px;
	left: 134px;
	position: absolute;
	top: 24px;
	width: 42px;
	z-index: 6;
}

.klinik-phone__screen {
	background: #fbfbff;
	border-radius: 28px;
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.klinik-phone-slider {
	display: flex;
	height: 100%;
	width: 300%;
	animation: klinik-phone-slider 10s infinite;
}

.klinik-phone-slider img {
	display: block;
	flex: 0 0 33.3333%;
	height: 100%;
	object-fit: cover;
	width: 33.3333%;
}

.klinik-phone-dots {
	bottom: -48px;
	display: flex;
	gap: 9px;
	justify-content: center;
	left: 0;
	position: absolute;
	width: 100%;
}

.klinik-phone-dots span {
	background: #d7d3dd;
	border-radius: 50%;
	height: 12px;
	width: 12px;
}

.klinik-phone-dots span:nth-child(3) {
	background: #e7333f;
}

@keyframes klinik-phone-slider {
	0%, 28% {
		transform: translateX(0);
	}

	34%, 62% {
		transform: translateX(-33.3333%);
	}

	68%, 96% {
		transform: translateX(-66.6666%);
	}

	100% {
		transform: translateX(0);
	}
}

.klinik-phone__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.klinik-phone__menu,
.klinik-phone__menu::before,
.klinik-phone__menu::after {
	background: #3d465e;
	border-radius: 999px;
	display: block;
	height: 2px;
	width: 13px;
}

.klinik-phone__menu::before,
.klinik-phone__menu::after {
	content: "";
	margin-top: 4px;
}

.klinik-phone__avatar {
	background: #e7333f;
	border-radius: 50%;
	color: #fff;
	display: grid;
	height: 36px;
	place-items: center;
	width: 36px;
}

.klinik-phone h3 {
	color: #25213d;
	font-size: 22px;
	margin: 0 0 6px;
}

.klinik-phone p {
	color: #9691a8;
	font-size: 13px;
	line-height: 1.4;
	margin: 0 0 22px;
}

.klinik-phone-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 18px;
}

.klinik-phone-tabs span {
	background: #fff;
	border-radius: 999px;
	color: #9b95b0;
	font-size: 10px;
	font-weight: 700;
	padding: 8px 13px;
}

.klinik-phone-cards {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 22px;
}

.klinik-phone-cards div {
	background: linear-gradient(145deg, #e7333f, #ff6b74);
	border-radius: 18px;
	box-shadow: inset 0 0 42px rgba(255,255,255,0.14);
	color: #fff;
	min-height: 150px;
	padding: 18px 14px;
}

.klinik-phone-cards .fa {
	background: rgba(255,255,255,0.18);
	border-radius: 8px;
	display: grid;
	height: 30px;
	margin-bottom: 18px;
	place-items: center;
	width: 30px;
}

.klinik-phone-cards strong,
.klinik-phone-cards small,
.klinik-phone-progress strong,
.klinik-phone-progress small {
	display: block;
}

.klinik-phone-cards strong {
	font-size: 13px;
	margin-bottom: 8px;
}

.klinik-phone-cards small {
	color: rgba(255,255,255,0.78);
	font-size: 11px;
}

.klinik-phone-progress {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 14px 32px rgba(47, 34, 109, 0.08);
	display: grid;
	grid-template-columns: 34px 1fr;
	padding: 14px;
}

.klinik-phone-progress span {
	background: #e7333f;
	border-radius: 10px;
	grid-row: span 2;
	height: 34px;
	width: 34px;
}

.klinik-phone-progress strong {
	color: #5a2028;
	font-size: 12px;
}

.klinik-phone-progress small {
	color: #9b95b0;
	font-size: 10px;
	margin-top: 2px;
}

.klinik-floating-badge {
	background: rgba(255,255,255,0.76);
	border-radius: 50%;
	box-shadow: 0 14px 34px rgba(231, 51, 63, 0.22);
	color: #e7333f;
	display: grid;
	height: 76px;
	place-items: center;
	position: absolute;
	width: 76px;
	z-index: 4;
}

.klinik-floating-badge::before {
	border: 8px solid rgba(231, 51, 63, 0.08);
	border-radius: 50%;
	content: "";
	inset: -10px;
	position: absolute;
}

.klinik-floating-badge--top {
	right: 22px;
	top: 120px;
}

.klinik-floating-badge--bottom {
	bottom: 72px;
	left: 42px;
}

.klinik-shape {
	position: absolute;
	z-index: 1;
}

.klinik-shape--triangle {
	border-bottom: 16px solid #e7333f;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	left: 23%;
	opacity: 0.85;
	top: 170px;
}

.klinik-shape--circle {
	border: 6px solid rgba(231, 51, 63, 0.18);
	border-radius: 50%;
	height: 22px;
	right: 7%;
	top: 420px;
	width: 22px;
}

.klinik-shape--dot {
	border: 4px solid #5a2028;
	border-radius: 50%;
	bottom: 210px;
	height: 16px;
	left: 1%;
	width: 16px;
}

.klinik-hero-wave {
	background: #fff;
	border-radius: 50% 50% 0 0 / 80% 80% 0 0;
	bottom: -72px;
	height: 150px;
	left: -5%;
	position: absolute;
	width: 110%;
}

.klinik-trusted {
	padding: 70px 0 20px;
	text-align: center;
}

.klinik-trusted h2 {
	color: #5a2028;
	font-size: 34px;
	font-weight: 800;
	margin: 0 0 12px;
}

.klinik-trusted h2 strong {
	color: #e7333f;
}

.klinik-trusted p {
	color: #625d78;
	margin: 0 auto;
	max-width: 680px;
}

.klinik-feature-showcase {
	background: #fff;
	padding: 76px 0 64px;
}

.klinik-feature-showcase__grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(220px, 0.78fr) minmax(260px, 0.72fr) minmax(320px, 1fr);
}

.klinik-feature-showcase__left {
	display: grid;
	gap: 54px;
}

.klinik-feature-item--center {
	text-align: center;
}

.klinik-feature-icon {
	align-items: center;
	background: #e7333f;
	border-radius: 50%;
	box-shadow: 0 14px 30px rgba(231, 51, 63, 0.18);
	color: #fff !important;
	display: inline-flex;
	font-size: 26px;
	height: 58px;
	justify-content: center;
	line-height: 1;
	margin-bottom: 18px;
	width: 58px;
}

.klinik-feature-item h3,
.klinik-feature-list-item h3 {
	color: #3f1b20;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 10px;
}

.klinik-feature-item p,
.klinik-feature-list-item p,
.klinik-feature-lead {
	color: #5f454a;
	font-size: 15px;
	line-height: 1.72;
	margin: 0;
}

.klinik-feature-phone-wrap {
	display: flex;
	justify-content: center;
}

.klinik-feature-phone {
	background: #2f2830;
	border: 4px solid rgba(231, 51, 63, 0.32);
	border-radius: 38px;
	box-shadow: 0 24px 46px rgba(63, 27, 32, 0.22);
	height: 470px;
	overflow: hidden;
	padding: 12px;
	position: relative;
	width: 252px;
}

.klinik-feature-phone::before {
	background: #2f2830;
	border-radius: 0 0 17px 17px;
	content: "";
	height: 24px;
	left: 64px;
	position: absolute;
	top: 12px;
	width: 122px;
	z-index: 2;
}

.klinik-feature-phone__speaker {
	background: #fff;
	border-radius: 999px;
	height: 4px;
	left: 106px;
	position: absolute;
	top: 22px;
	width: 38px;
	z-index: 3;
}

.klinik-feature-phone img {
	border-radius: 27px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.klinik-feature-showcase__right h2 {
	color: #3f1b20;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.16;
	margin: 0 0 16px;
}

.klinik-feature-showcase__right h2::first-line {
	color: #e7333f;
}

.klinik-feature-lead {
	margin-bottom: 30px;
	max-width: 500px;
}

.klinik-feature-list-item {
	align-items: flex-start;
	display: grid;
	gap: 18px;
	grid-template-columns: 58px 1fr;
	margin-top: 28px;
}

.klinik-feature-list-item .klinik-feature-icon {
	margin: 0;
}

.klinik-services {
	padding: 50px 0 90px;
}

.klinik-services__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.klinik-services__grid > a {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.1);
	border-radius: 8px;
	color: inherit;
	padding: 30px;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.klinik-services__grid > a:hover {
	box-shadow: 0 20px 46px rgba(17, 24, 39, 0.12);
	transform: translateY(-4px);
}

.klinik-services .fa {
	color: #e7333f;
	font-size: 34px;
	margin-bottom: 18px;
}

.klinik-services h2 {
	color: #111827;
	font-size: 22px;
	margin: 0 0 12px;
}

.klinik-services p {
	color: #4b5563;
	line-height: 1.7;
	margin: 0;
}

.klinik-process {
	background: #fff4f5;
	padding: 78px 0;
}

.klinik-process__header {
	margin: 0 auto 38px;
	max-width: 680px;
	text-align: center;
}

.klinik-process__header h2 {
	color: #5a2028;
	font-size: 36px;
	font-weight: 800;
	margin: 0 0 12px;
}

.klinik-process__header p {
	color: #5f454a;
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
}

.klinik-process__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.klinik-process__grid > div {
	background: #fff;
	border: 1px solid rgba(231, 51, 63, 0.14);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(63, 27, 32, 0.06);
	padding: 32px;
}

.klinik-process__grid span {
	align-items: center;
	background: #e7333f;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 18px;
	font-weight: 800;
	height: 46px;
	justify-content: center;
	margin-bottom: 20px;
	width: 46px;
}

.klinik-process__grid h3 {
	color: #3f1b20;
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 10px;
}

.klinik-process__grid p {
	color: #5f454a;
	line-height: 1.7;
	margin: 0;
}

.klinik-network {
	background: #fff4f5;
	padding: 90px 0;
}

.klinik-network__grid {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1fr);
}

.klinik-network__visual {
	min-height: 520px;
	position: relative;
}

.klinik-network-orbit {
	background: #fff;
	border-radius: 50%;
	height: 340px;
	left: 70px;
	position: absolute;
	top: 78px;
	width: 340px;
}

.klinik-network-phone {
	background: #211719;
	border-radius: 38px;
	box-shadow: 0 26px 60px rgba(63, 27, 32, 0.22);
	height: 470px;
	left: 138px;
	padding: 13px;
	position: absolute;
	top: 16px;
	width: 230px;
	z-index: 2;
}

.klinik-network-phone::before {
	background: #211719;
	border-radius: 0 0 16px 16px;
	content: "";
	height: 24px;
	left: 58px;
	position: absolute;
	top: 13px;
	width: 112px;
	z-index: 4;
}

.klinik-network-phone__speaker {
	background: #fff;
	border-radius: 999px;
	height: 4px;
	left: 94px;
	position: absolute;
	top: 23px;
	width: 40px;
	z-index: 5;
}

.klinik-network-phone__screen {
	background: linear-gradient(145deg, #e7333f, #ff6b74);
	border-radius: 28px;
	color: #fff;
	height: 100%;
	overflow: hidden;
	padding: 58px 20px 24px;
}

.klinik-network-phone__screen h3 {
	color: #fff;
	font-size: 22px;
	margin: 0 0 6px;
}

.klinik-network-phone__screen p {
	color: rgba(255,255,255,0.82);
	font-size: 12px;
	margin: 0 0 28px;
}

.klinik-network-form-line {
	background: rgba(255,255,255,0.36);
	border-radius: 999px;
	height: 10px;
	margin-bottom: 14px;
	width: 100%;
}

.klinik-network-form-line.short {
	width: 70%;
}

.klinik-network-chips {
	display: flex;
	gap: 8px;
	margin: 38px 0 22px;
}

.klinik-network-chips span {
	background: rgba(255,255,255,0.18);
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 8px 11px;
}

.klinik-network-phone__screen button {
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: #e7333f;
	font-weight: 800;
	padding: 13px 22px;
	width: 100%;
}

.klinik-network-floating {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 22px 44px rgba(63, 27, 32, 0.16);
	display: grid;
	padding: 26px 34px;
	position: absolute;
	right: 24px;
	top: 250px;
	z-index: 3;
}

.klinik-network-floating strong {
	color: #e7333f;
	font-size: 34px;
	line-height: 1;
}

.klinik-network-floating span {
	color: #5f454a;
	font-size: 13px;
	font-weight: 700;
	margin-top: 8px;
}

.klinik-network__content h2 {
	color: #3f1b20;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 16px;
}

.klinik-network__content h2::first-line {
	color: #e7333f;
}

.klinik-network__content > p {
	color: #5f454a;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 30px;
	max-width: 620px;
}

.klinik-stat-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.klinik-stat-card {
	align-items: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(63, 27, 32, 0.07);
	display: grid;
	gap: 18px;
	grid-template-columns: 58px 1fr;
	padding: 24px;
}

.klinik-stat-icon {
	align-items: center;
	background: #e7333f;
	border-radius: 50%;
	color: #fff !important;
	display: inline-flex;
	font-size: 23px;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.klinik-stat-card h3 {
	color: #3f1b20;
	font-size: 29px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 3px;
}

.klinik-stat-card strong {
	color: #e7333f;
	display: block;
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 5px;
}

.klinik-stat-card small {
	color: #5f454a;
	display: block;
	font-size: 12px;
	line-height: 1.45;
}

.klinik-screenshots {
	background: #fff;
	padding: 86px 0 96px;
	overflow: hidden;
}

.klinik-screenshots__header {
	margin: 0 auto 58px;
	max-width: 760px;
	text-align: center;
}

.klinik-screenshots__header h2 {
	color: #3f1b20;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 18px;
}

.klinik-screenshots__header p {
	color: #5f454a;
	font-size: 17px;
	line-height: 1.8;
	margin: 0;
}

.klinik-screenshots__stage {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 280px 1fr;
	margin: 0 auto;
	max-width: 1000px;
	min-height: 540px;
	position: relative;
}

.klinik-screenshot-card {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 26px 55px rgba(63, 27, 32, 0.18);
	height: 360px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.klinik-screenshot-card--left {
	transform: translateX(48px);
}

.klinik-screenshot-card--right {
	transform: translateX(-48px);
}

.klinik-screenshot-card::after {
	background: rgba(255, 255, 255, 0.36);
	content: "";
	inset: 0;
	position: absolute;
}

.klinik-screenshot-card img,
.klinik-screenshot-slider img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	width: 100%;
}

.klinik-screenshot-phone {
	background: #2f2830;
	border: 5px solid rgba(231, 51, 63, 0.24);
	border-radius: 42px;
	box-shadow: 0 30px 70px rgba(63, 27, 32, 0.22);
	height: 520px;
	overflow: hidden;
	padding: 14px;
	position: relative;
	z-index: 3;
}

.klinik-screenshot-phone::before {
	background: #2f2830;
	border-radius: 0 0 18px 18px;
	content: "";
	height: 26px;
	left: 74px;
	position: absolute;
	top: 14px;
	width: 124px;
	z-index: 5;
}

.klinik-screenshot-phone__speaker {
	background: #fff;
	border-radius: 999px;
	height: 4px;
	left: 114px;
	position: absolute;
	top: 25px;
	width: 45px;
	z-index: 6;
}

.klinik-screenshot-slider {
	animation: klinik-screenshot-slider 12s infinite;
	border-radius: 30px;
	display: flex;
	height: 100%;
	overflow: hidden;
	width: 300%;
}

.klinik-screenshot-slider img {
	flex: 0 0 33.3333%;
	width: 33.3333%;
}

.klinik-screenshots__controls {
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-top: 28px;
}

.klinik-screenshots__controls span {
	align-items: center;
	background: #fff4f5;
	border-radius: 50%;
	color: #e7333f;
	display: inline-flex;
	height: 52px;
	justify-content: center;
	width: 52px;
}

@keyframes klinik-screenshot-slider {
	0%, 27% {
		transform: translateX(0);
	}

	34%, 61% {
		transform: translateX(-33.3333%);
	}

	68%, 94% {
		transform: translateX(-66.6666%);
	}

	100% {
		transform: translateX(0);
	}
}

.klinik-simple-section {
	padding: 74px 0;
	text-align: center;
}

.klinik-simple-section--soft {
	background: #fff4f5;
}

.klinik-simple-section h2 {
	color: #5a2028;
	font-size: 34px;
	font-weight: 800;
	margin: 0 0 14px;
}

.klinik-simple-section p {
	color: #5f454a;
	font-size: 17px;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 760px;
}

.klinik-footer {
	background: linear-gradient(135deg, #b61622 0%, #e7333f 100%);
	color: #fff;
}

.klinik-footer__top {
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(280px, 0.9fr) minmax(620px, 1.4fr);
	padding: 68px 0 52px;
}

.klinik-footer__info h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 800;
	margin: 0 0 18px;
}

.klinik-footer__info p {
	color: rgba(255,255,255,0.86);
	font-size: 15px;
	line-height: 1.75;
	margin: 0 0 16px;
	max-width: 520px;
}

.klinik-footer__developer {
	font-weight: 800;
}

.klinik-footer__stores {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.klinik-footer__stores a {
	align-items: center;
	background: rgba(255,255,255,0.14);
	border: 1px solid rgba(255,255,255,0.32);
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 0 10px;
	grid-template-columns: 28px 1fr;
	min-width: 164px;
	padding: 12px 15px;
	text-decoration: none;
}

.klinik-footer__stores .fa {
	color: #fff;
	font-size: 26px;
	grid-row: span 2;
}

.klinik-footer__stores small {
	color: rgba(255,255,255,0.78);
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.klinik-footer__stores strong {
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}

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

.klinik-footer__links h3 {
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	margin: 0 0 16px;
}

.klinik-footer__links a {
	color: rgba(255,255,255,0.84);
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	margin-bottom: 11px;
	text-decoration: none;
}

.klinik-footer__links a:hover {
	color: #fff;
}

.klinik-footer__bottom {
	background: rgba(63, 27, 32, 0.22);
	padding: 18px 0;
}

.klinik-footer__bottom .container {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.klinik-footer__bottom p {
	color: rgba(255,255,255,0.9);
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
}

.klinik-index {
	padding-bottom: 72px;
	padding-top: 72px;
}

.klinik-post-card {
	border-bottom: 1px solid rgba(17, 24, 39, 0.1);
	padding: 24px 0;
}

@media (max-width: 768px) {
	.klinik-header__inner,
	.klinik-footer__inner,
	.klinik-menu,
	.klinik-footer-menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.klinik-header__inner,
	.klinik-footer__inner {
		padding-bottom: 18px;
		padding-top: 18px;
	}

	.klinik-hero {
		min-height: auto;
		padding: 72px 0 120px;
	}

	.klinik-hero__inner {
		grid-template-columns: 1fr;
	}

	.klinik-hero h1 {
		font-size: 38px;
	}

	.klinik-hero__visual {
		min-height: 500px;
	}

	.klinik-purple-orbit {
		right: auto;
		top: 120px;
	}

	.klinik-services__grid {
		grid-template-columns: 1fr;
	}

	.klinik-feature-showcase__grid {
		grid-template-columns: 1fr;
	}

	.klinik-feature-showcase__left {
		gap: 30px;
	}

	.klinik-feature-showcase__right h2 {
		font-size: 30px;
	}

	.klinik-process__grid {
		grid-template-columns: 1fr;
	}

	.klinik-network__grid {
		grid-template-columns: 1fr;
	}

	.klinik-network__visual {
		min-height: 500px;
	}

	.klinik-network-phone {
		left: 50%;
		transform: translateX(-50%);
	}

	.klinik-network-floating {
		right: 6%;
	}

	.klinik-stat-grid {
		grid-template-columns: 1fr;
	}

	.klinik-screenshots__stage {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.klinik-screenshot-card {
		display: none;
	}

	.klinik-screenshot-phone {
		margin: 0 auto;
		max-width: 280px;
		width: 100%;
	}

	.klinik-footer__top,
	.klinik-footer__links {
		grid-template-columns: 1fr;
	}

	.klinik-footer__bottom .container {
		align-items: flex-start;
		flex-direction: column;
	}
}
