/* HOBBYTEC Core — O nás hero [hbtc_about_hero] */

.hbtc-abh {
	--abh-green: #78b956;
	--abh-yellow: #f1bb41;
	--abh-dark: #221f20;
	--abh-soft: #f4f4f4;
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Gilroy-Regular", system-ui, sans-serif;
	color: #221f20 !important;
}

.hbtc-abh *,
.hbtc-abh *::before,
.hbtc-abh *::after {
	box-sizing: border-box;
}

.hbtc-abh__inner {
	display: flex;
	flex-direction: column;
	gap: clamp(28px, 4vw, 52px);
	width: 100%;
	margin: 0 auto;
	padding: clamp(34px, 5vw, 76px) clamp(16px, 2.4vw, 36px) 0;
}

/* ---------- Reveal ---------- */

.hbtc-abh [data-hbtc-abh-reveal] {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.hbtc-abh [data-hbtc-abh-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ---------- Head ---------- */

.hbtc-abh__head {
	max-width: 940px;
}

.hbtc-abh__kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	font-family: "Gilroy-Medium", "Gilroy-Regular", system-ui, sans-serif;
	font-size: 15px;
	line-height: 1;
	color: var(--abh-green) !important;
}

.hbtc-abh__kicker::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--abh-green);
}

.hbtc-abh__title {
	margin: 0 0 clamp(20px, 2.6vw, 32px) !important;
	font-family: "Gilroy-ExtraBold", "Gilroy-Regular", system-ui, sans-serif;
	font-size: clamp(40px, 6.4vw, 88px) !important;
	font-weight: 800 !important;
	line-height: 0.93;
	letter-spacing: -0.04em;
	color: var(--abh-dark) !important;
}

.hbtc-abh__title em {
	font-style: normal;
	color: var(--abh-green) !important;
}

.hbtc-abh__lead {
	margin: 0;
	max-width: 66ch;
	font-family: "Gilroy-Medium", "Gilroy-Regular", system-ui, sans-serif;
	font-size: 18px;
	line-height: 1.55;
	color: rgba(34, 31, 32, 0.76) !important;
}

/* ---------- Krajiny ---------- */

.hbtc-abh__countries {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(14px, 1.8vw, 24px);
}

.hbtc-abh__country {
	display: flex;
	flex-direction: column;
	gap: clamp(18px, 2.2vw, 28px);
	padding: clamp(24px, 3vw, 40px);
	border-radius: clamp(20px, 2.6vw, 32px);
	background: var(--abh-soft) !important;
	transition: transform 0.35s ease;
}

.hbtc-abh__country--alt {
	background: var(--abh-dark) !important;
}

.hbtc-abh__country:hover {
	transform: translateY(-4px);
}

.hbtc-abh [data-hbtc-abh-reveal].is-visible .hbtc-abh__country,
.hbtc-abh [data-hbtc-abh-reveal].is-visible .hbtc-abh__card {
	animation: hbtc-abh-in 0.6s ease both;
	animation-delay: calc(var(--i, 0) * 90ms);
}

@keyframes hbtc-abh-in {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hbtc-abh__country-head {
	display: flex;
	align-items: center;
	gap: 14px;
}

.hbtc-abh__country-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 14px 10px;
	border-radius: 12px;
	background: var(--abh-green) !important;
	font-family: "Gilroy-ExtraBold", "Gilroy-Regular", system-ui, sans-serif;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	color: #ffffff !important;
}

.hbtc-abh__country--alt .hbtc-abh__country-badge {
	background: var(--abh-yellow) !important;
	color: var(--abh-dark) !important;
}

.hbtc-abh__country-name {
	margin: 0 !important;
	font-family: "Gilroy-ExtraBold", "Gilroy-Regular", system-ui, sans-serif;
	font-size: clamp(22px, 2.6vw, 32px) !important;
	font-weight: 800 !important;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--abh-dark) !important;
}

.hbtc-abh__country--alt .hbtc-abh__country-name {
	color: #ffffff !important;
}

.hbtc-abh__country-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(12px, 1.6vw, 22px);
}

.hbtc-abh__stat {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.hbtc-abh__stat-num {
	font-family: "Gilroy-ExtraBold", "Gilroy-Regular", system-ui, sans-serif;
	font-size: clamp(28px, 3.6vw, 48px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--abh-green) !important;
}

.hbtc-abh__country--alt .hbtc-abh__stat-num {
	color: var(--abh-yellow) !important;
}

.hbtc-abh__stat-label {
	font-family: "Gilroy-Medium", "Gilroy-Regular", system-ui, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: rgba(34, 31, 32, 0.62) !important;
}

.hbtc-abh__country--alt .hbtc-abh__stat-label {
	color: rgba(255, 255, 255, 0.66) !important;
}

/* ---------- Highlight karty ---------- */

.hbtc-abh__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(14px, 1.8vw, 24px);
}

.hbtc-abh__card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: clamp(22px, 2.6vw, 32px);
	border-radius: clamp(18px, 2.2vw, 28px);
	transition: transform 0.35s ease;
}

.hbtc-abh__card:hover {
	transform: translateY(-4px);
}

.hbtc-abh__card--green {
	background: var(--abh-green) !important;
}

.hbtc-abh__card--yellow {
	background: var(--abh-yellow) !important;
}

.hbtc-abh__card--dark {
	background: var(--abh-dark) !important;
}

.hbtc-abh__card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.2) !important;
	color: #ffffff !important;
}

.hbtc-abh__card--yellow .hbtc-abh__card-icon {
	background: rgba(34, 31, 32, 0.12) !important;
	color: var(--abh-dark) !important;
}

.hbtc-abh__card-icon svg {
	width: 19px;
	height: 19px;
}

.hbtc-abh__card-title {
	margin: 4px 0 0 !important;
	font-family: "Gilroy-ExtraBold", "Gilroy-Regular", system-ui, sans-serif;
	font-size: 21px !important;
	font-weight: 800 !important;
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: #ffffff !important;
}

.hbtc-abh__card--yellow .hbtc-abh__card-title {
	color: var(--abh-dark) !important;
}

.hbtc-abh__card-text {
	margin: 0;
	font-family: "Gilroy-Medium", "Gilroy-Regular", system-ui, sans-serif;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88) !important;
}

.hbtc-abh__card--yellow .hbtc-abh__card-text {
	color: rgba(34, 31, 32, 0.78) !important;
}

/* ---------- Responzívne ---------- */

@media (max-width: 900px) {
	.hbtc-abh__countries {
		grid-template-columns: 1fr;
	}

	.hbtc-abh__cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.hbtc-abh__inner {
		padding-top: 24px;
	}

	.hbtc-abh__country-stats {
		gap: 10px;
	}
}
