.rkonik-hero {
	position: relative;
	isolation: isolate;
	color: #c7d2e0;
}

.rkonik-hero *,
.rkonik-hero *::before,
.rkonik-hero *::after {
	box-sizing: border-box;
}

.rkonik-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	gap: 48px;
	align-items: center;
}

.rkonik-hero__copy {
	min-width: 0;
	max-width: 720px;
}

.rkonik-hero__eyebrow {
	margin: 0 0 18px;
	color: #00d4ff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0;
}

.rkonik-hero__title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(40px, 5vw, 64px);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: 0;
}

.rkonik-hero__title span {
	display: inline;
}

.rkonik-hero__title-accent {
	color: #00d4ff;
}

.rkonik-hero__description {
	max-width: 620px;
	margin: 24px 0 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 0;
}

.rkonik-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 32px;
}

.rkonik-hero__button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 14px 24px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 800;
	text-decoration: none;
	transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, color 200ms ease, transform 200ms ease;
}

.rkonik-hero__button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rkonik-hero__button--primary {
	border: 1px solid #00d4ff;
	background: linear-gradient(180deg, #20d7ff 0%, #08b6eb 100%);
	color: #02121f;
}

.rkonik-hero__button--primary:hover,
.rkonik-hero__button--primary:focus {
	background: linear-gradient(180deg, #4ce2ff 0%, #10c8ff 100%);
	color: #02121f;
	box-shadow: 0 8px 22px rgba(0, 190, 245, 0.25);
	transform: translateY(-1px);
}

.rkonik-hero__button--secondary {
	border: 1px solid rgba(0, 212, 255, 0.7);
	background: rgba(7, 17, 31, 0.42);
	color: #ffffff;
}

.rkonik-hero__button--secondary:hover,
.rkonik-hero__button--secondary:focus {
	border-color: #33e0ff;
	color: #33e0ff;
	box-shadow: 0 0 24px rgba(0, 212, 255, 0.16);
}

.rkonik-hero__visual {
	position: relative;
	min-width: 0;
}

.rkonik-hero__visual::before {
	content: "";
	position: absolute;
	inset: 14% 10%;
	z-index: -1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 212, 255, 0.2), rgba(0, 212, 255, 0) 68%);
	filter: blur(4px);
}

.rkonik-hero__visual img {
	display: block;
	width: 100%;
	max-height: 420px;
	object-fit: contain;
}

.rkonik-hero__search {
	position: relative;
	margin-top: 48px;
}

.rkonik-hero__search-label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.rkonik-hero__search svg {
	position: absolute;
	top: 50%;
	left: 24px;
	width: 24px;
	height: 24px;
	color: #ffffff;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform: translateY(-50%);
	pointer-events: none;
}

.rkonik-hero__search input {
	width: 100%;
	min-height: 64px;
	padding: 18px 24px 18px 64px;
	border: 1px solid rgba(36, 50, 68, 0.86);
	border-radius: 5px;
	background: rgba(17, 24, 39, 0.72);
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	outline: 0;
}

.rkonik-hero__search input::placeholder {
	color: #8b9bb3;
}

.rkonik-hero__search input:focus {
	border-color: rgba(0, 212, 255, 0.72);
	box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.12);
}

.rkonik-hero__highlights {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: 48px;
	border: 1px solid rgba(36, 50, 68, 0.9);
	border-radius: 5px;
	background: rgba(17, 24, 39, 0.42);
}

.rkonik-hero__highlight {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 4px 16px;
	align-content: start;
	min-height: 108px;
	padding: 24px;
	border-right: 1px solid rgba(36, 50, 68, 0.82);
}

.rkonik-hero__highlight:last-child {
	border-right: 0;
}

.rkonik-hero__highlight-icon {
	grid-row: span 2;
	color: #00d4ff;
	font-size: 28px;
	line-height: 1;
}

.rkonik-hero__highlight strong {
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
}

.rkonik-hero__highlight span:not(.rkonik-hero__highlight-icon) {
	color: #c7d2e0;
	font-size: 13px;
	line-height: 19px;
}

.rkonik-hero--faq .rkonik-hero__layout,
.rkonik-hero--docs .rkonik-hero__layout,
.rkonik-hero--blog .rkonik-hero__layout {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
}

.rkonik-hero--docs .rkonik-hero__title,
.rkonik-hero--blog .rkonik-hero__title {
	font-size: clamp(38px, 4.2vw, 56px);
}

.rkonik-hero--contact .rkonik-hero__description {
	max-width: 560px;
}

@media (max-width: 991.98px) {
	.rkonik-hero__layout,
	.rkonik-hero--faq .rkonik-hero__layout,
	.rkonik-hero--docs .rkonik-hero__layout,
	.rkonik-hero--blog .rkonik-hero__layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.rkonik-hero__visual {
		order: -1;
	}

	.rkonik-hero__visual img {
		max-height: 320px;
	}

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

	.rkonik-hero__highlight:nth-child(2n) {
		border-right: 0;
	}
}

@media (max-width: 767.98px) {
	.rkonik-hero__title {
		font-size: 36px;
		line-height: 44px;
	}

	.rkonik-hero__description {
		margin-top: 18px;
		font-size: 16px;
		line-height: 26px;
	}

	.rkonik-hero__actions,
	.rkonik-hero__search,
	.rkonik-hero__highlights {
		margin-top: 24px;
	}

	.rkonik-hero__button {
		width: 100%;
	}

	.rkonik-hero__search input {
		min-height: 56px;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.rkonik-hero__highlights {
		grid-template-columns: 1fr;
	}

	.rkonik-hero__highlight,
	.rkonik-hero__highlight:nth-child(2n) {
		border-right: 0;
		border-bottom: 1px solid rgba(36, 50, 68, 0.82);
	}

	.rkonik-hero__highlight:last-child {
		border-bottom: 0;
	}
}
