/**
 * Úvodná stránka (front-page.php): odznaky pri fotke, postup spolupráce,
 * články z blogu, časté otázky a kontakt. Načítava sa len na úvodnej stránke
 * (jh_uvod_assets vo functions.php). Návrh: navrhy/uvod-nahlad.html.
 */

/* Úvod: "Ahoj!" a meno nie sú nadpisy, H1 je riadok s popisom. Vzhľad ostáva rovnaký. */
.hero-single .hero-content div.hero-sub-title {
	font-family: quicksand, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
}

.hero-single .hero-content div.hero-title {
	font-family: quicksand, sans-serif;
	font-weight: 700;
	line-height: 1.2;
}

.hero-single .hero-content h1.hero-popis {
	font-family: roboto, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	color: #fff;
	margin: 0 0 20px;
	text-transform: none;
	letter-spacing: normal;
}

/* Odznaky pri fotke */
.hero-odznak {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border-radius: 14px;
	padding: 10px 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.hero-odznak strong {
	font-family: quicksand, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #1e214e;
}

.hero-odznak strong span {
	color: #419f70;
}

.hero-odznak-text {
	font-family: quicksand, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	color: #419f70;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.hero-odznak-1 {
	left: -8%;
	top: 62%;
}

.hero-odznak-2 {
	right: -12%;
	bottom: 6%;
}

@media (max-width: 575px) {
	.hero-odznak {
		padding: 8px 12px;
	}

	.hero-odznak strong {
		font-size: 24px;
	}

	.hero-odznak-text {
		font-size: 11px;
	}

	.hero-odznak-1 {
		left: 0;
		top: 64%;
	}

	.hero-odznak-2 {
		right: 0;
		bottom: 4%;
	}
}

/* Ako to prebieha */
.jh-krok {
	position: relative;
	height: 100%;
	background: #252734;
	border-radius: 8px;
	padding: 28px 20px;
	text-align: center;
}

.jh-krok-ikona {
	position: relative;
	display: inline-block;
	margin-bottom: 16px;
}

.jh-krok-ikona i {
	font-size: 24px;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: linear-gradient(to left, #5adb9a 0%, #419f70 100%);
}

.jh-krok-ikona span {
	position: absolute;
	top: -6px;
	right: -10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	color: #1e214e;
	font: 700 14px/26px quicksand, sans-serif;
}

.jh-krok h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 8px;
}

.jh-krok p {
	color: #fff;
	opacity: .85;
	margin: 0;
}

/* Články z blogu */
.jh-clanok {
	height: 100%;
	background: #252734;
	border-radius: 8px;
	overflow: hidden;
}

.jh-clanok .blog-item-img {
	margin: 0;
}

.jh-clanok .blog-item-img img {
	width: 100%;
	height: auto;
	aspect-ratio: 1200 / 630;
	object-fit: cover;
	display: block;
}

.jh-clanok .blog-item-info {
	padding: 20px;
}

.jh-clanok-kategoria {
	display: inline-block;
	color: #64f4ab;
	font: 700 13px/1.2 quicksand, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.jh-clanok .blog-title {
	font-size: 21px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.jh-clanok .blog-title a {
	color: #fff;
}

.jh-clanok-uryvok {
	color: #fff;
	opacity: .85;
	margin-bottom: 16px;
}

.jh-clanok-dole {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	color: #bdbdbd;
}

.jh-clanok-dole a {
	color: #64f4ab;
	font-weight: 700;
}

/* Časté otázky */
.jh-faq .accordion-item {
	background: #252734;
	border: 0;
	border-radius: 8px !important;
	margin-bottom: 12px;
	overflow: hidden;
}

.jh-faq .accordion-button {
	background: #252734;
	color: #fff;
	font: 700 19px/1.3 quicksand, sans-serif;
	padding: 20px 24px;
	box-shadow: none;
}

.jh-faq .accordion-button:not(.collapsed) {
	color: #64f4ab;
}

.jh-faq .accordion-button::after {
	filter: invert(1) brightness(2);
}

.jh-faq .accordion-button:not(.collapsed)::after {
	filter: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2364f4ab'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.jh-faq .accordion-body {
	color: #fff;
	opacity: .9;
	padding: 0 24px 22px;
}

.jh-faq .accordion-body a {
	color: #64f4ab;
	text-decoration: underline;
}

/* Kontakt */
.jh-kontakt {
	border-radius: 10px;
	padding: 50px;
}

.jh-kontakt-text {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}

.jh-kontakt-tlacidla {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.jh-kontakt-udaje {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jh-kontakt-udaje li {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #252734;
	border-radius: 8px;
	padding: 16px 20px;
	margin-bottom: 14px;
	color: #fff;
}

.jh-kontakt-udaje li i {
	flex: 0 0 50px;
	font-size: 20px;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background: linear-gradient(to left, #5adb9a 0%, #419f70 100%);
}

.jh-kontakt-udaje li span {
	display: block;
	color: #bdbdbd;
	font-size: 14px;
}

.jh-kontakt-udaje li a {
	color: #fff;
	font: 700 18px/1.3 quicksand, sans-serif;
}

@media (max-width: 575px) {
	.jh-kontakt {
		padding: 30px 20px;
	}
}
