/* Homepage director — Blocksy child */

.cc-homepage {
	--cc-home-bg: #0f172a;
	--cc-home-fg: #f8fafc;
	--cc-home-muted: #94a3b8;
	/* Aliniat la paleta globală din style.css (--cc-color-brand) */
	--cc-home-accent: var(--cc-color-brand, #23d3d3);
	--cc-home-accent-contrast: #0b1f24;
	--cc-home-card: #1e293b;
}

.cc-home-hero--single-col .cc-city-hub__hero-grid {
	grid-template-columns: 1fr;
}

/* Hero homepage: banner partener — întreaga imagine (contain), fără decupare. */
/* Când există fișier local / atașament, PHP injectează aspect-ratio = lățime/înălțime pixeli → cadrul e proporțional, contain umple tot cadrul fără tăiere. */
#cc-homepage.cc-city-hub .cc-home-hero--director-home.has-media {
	--cc-home-partner-bg-x: center;
	--cc-home-partner-bg-y: center;
}

#cc-homepage.cc-city-hub .cc-home-hero--director-home.has-media .cc-city-hub__hero-visual {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0.75rem;
}

#cc-homepage.cc-city-hub .cc-home-hero--director-home .cc-home-hero-banner-frame {
	position: relative;
	width: 100%;
	flex: 1 1 auto;
	min-height: clamp(260px, 48vw, 560px);
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
}

#cc-homepage.cc-city-hub .cc-home-hero--director-home.has-media .cc-home-hero-banner-frame {
	min-height: clamp(300px, 52vh, 720px);
	border-radius: 40px;
}

#cc-homepage.cc-city-hub .cc-home-hero--director-home.has-media .cc-home-hero-banner-frame .cc-city-hub__hero-image,
#cc-homepage.cc-city-hub .cc-home-hero--director-home.has-media .cc-home-hero-banner-frame a.cc-city-hub__hero-image {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	display: block;
	text-decoration: none;
	color: transparent;
	/* contain = afiș complet inclusiv tot textul; gradient pe stratul de dedesubt umple marginile goale */
	background-image: var(--cc-city-hero-image, none), linear-gradient(135deg, #e8f7f7 0%, #f0f9fb 50%, #e9f3f7 100%);
	background-size: contain, cover;
	background-position: var(--cc-home-partner-bg-x) var(--cc-home-partner-bg-y), center;
	background-repeat: no-repeat;
}

#cc-homepage.cc-city-hub .cc-home-hero--director-home.has-media .cc-home-hero-banner-frame .cc-city-hub__hero-image::after,
#cc-homepage.cc-city-hub .cc-home-hero--director-home.has-media .cc-home-hero-banner-frame a.cc-city-hub__hero-image::after {
	display: none;
}

/* Fără poză: cadru păstrează layoutul; imaginea rămâne ca în hub (gradient) */
#cc-homepage.cc-city-hub .cc-home-hero--director-home.no-media .cc-home-hero-banner-frame {
	position: relative;
}

#cc-homepage.cc-city-hub .cc-home-hero--director-home.no-media .cc-home-hero-banner-frame .cc-city-hub__hero-image {
	position: absolute;
	inset: 0;
	border-radius: inherit;
}

.cc-home-hero-partner-caption {
	margin: 0;
	padding: 0 0.25rem;
	text-align: center;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--cc-city-heading, #10232f);
}

.cc-home-hero-partner-caption a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.cc-home-hero-partner-caption a:hover,
.cc-home-hero-partner-caption a:focus {
	color: var(--cc-color-brand, #23d3d3);
	border-bottom-color: rgba(35, 211, 211, 0.45);
}

.cc-home-hero--director-home .cc-homepage-dir-search-form {
	width: 100%;
	display: block;
}

/* Aliniat la cc-city-hub: același container .cc-search + .cc-search__results */
.cc-home-hero--director-home .cc-search.cc-home-search {
	position: relative;
	z-index: 130;
}

.cc-home-hero--director-home .cc-search__item.cc-home-search__more .cc-search__item-title {
	color: var(--cc-city-accent, #23d3d3);
}

.cc-home-hero--director-home .cc-search__item-excerpt {
	display: block;
	margin-top: 4px;
	color: var(--cc-city-text, #526274);
	font-size: 13px;
	line-height: 1.35;
}

/* Homepage director: umbră buton primar = turcoaz site, nu albastru */
.cc-home-hero--director-home .cc-city-hub__btn--primary {
	box-shadow: 0 16px 32px rgba(35, 211, 211, 0.26);
}

.cc-home-hero--director-home .cc-city-hub__btn--primary:hover,
.cc-home-hero--director-home .cc-city-hub__btn--primary:focus {
	box-shadow: 0 18px 36px rgba(35, 211, 211, 0.32);
}

@media (min-width: 961px) {
	.cc-city-hub__hero.cc-home-hero--director-home {
		padding-top: clamp(7.5rem, 12vh, 10.5rem);
		padding-bottom: clamp(4.5rem, 9vh, 7rem);
		min-height: min(90vh, 980px);
	}

	#cc-homepage.cc-city-hub .cc-home-hero--director-home.has-media .cc-city-hub__hero-visual {
		min-height: clamp(520px, 58vh, 820px);
	}

	#cc-homepage.cc-city-hub .cc-home-hero--director-home.has-media .cc-home-hero-banner-frame {
		min-height: clamp(440px, 50vh, 680px);
		border-radius: 44px;
	}
}

/* Tablete & mobil: același contain (banner integral) */
@media (max-width: 1199.98px) {
	#cc-homepage.cc-city-hub .cc-home-hero--director-home.has-media .cc-city-hub__hero-visual {
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		min-height: 0 !important;
		margin-top: 0.35rem;
	}

	#cc-homepage.cc-city-hub .cc-home-hero--director-home.has-media .cc-home-hero-banner-frame {
		width: 100%;
		max-width: 100%;
		min-height: clamp(300px, 72vw, 520px);
	}

	#cc-homepage.cc-city-hub .cc-home-hero--director-home.has-media .cc-home-hero-banner-frame .cc-city-hub__hero-image,
	#cc-homepage.cc-city-hub .cc-home-hero--director-home.has-media .cc-home-hero-banner-frame a.cc-city-hub__hero-image {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		aspect-ratio: unset !important;
		background-size: contain, cover !important;
		background-position: center center, center !important;
		background-repeat: no-repeat !important;
	}
}

@media (max-width: 767.98px) {
	#cc-homepage.cc-city-hub .cc-home-hero--director-home.has-media .cc-home-hero-banner-frame {
		min-height: clamp(320px, 95vw, 520px);
		border-radius: 22px;
	}

	#cc-homepage.cc-city-hub .cc-home-hero-partner-caption {
		font-size: 0.86rem;
	}
}

.cc-home-section-title {
	font-size: 1.35rem;
	margin: 0 0 1.25rem;
}

.cc-home-shortcuts {
	padding: 2rem 0;
	background: #fff;
}

.cc-home-shortcuts__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.cc-home-shortcuts__btn {
	display: inline-block;
	padding: 0.6rem 1.1rem;
	border-radius: 999px;
	background: #f1f5f9;
	color: #0f172a;
	text-decoration: none;
	font-weight: 600;
	border: 1px solid #e2e8f0;
}

.cc-home-shortcuts__btn:hover {
	background: #e2e8f0;
}

.cc-home-recommended {
	padding: 2.5rem 0 3rem;
	background: #f8fafc;
}

.cc-home-recommended--activitati {
	background: #fff;
}

.cc-home-recommended__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.cc-home-recommended__head .cc-home-section-title,
.cc-home-recommended__head .cc-city-hub__section-title,
.cc-home-recommended__head .cc-home-showcase__title {
	margin-bottom: 0;
}

.cc-home-recommended__all {
	font-weight: 800;
	color: var(--cc-city-accent, var(--cc-color-brand, #23d3d3));
	text-decoration: none;
	white-space: nowrap;
	font-size: 16px;
}

.cc-home-recommended__all:hover,
.cc-home-recommended__all:focus-visible {
	color: color-mix(in srgb, var(--cc-city-accent, var(--cc-color-brand, #23d3d3)) 88%, #0f172a);
	text-decoration: underline;
}

.cc-home-recommended__grid {
	margin-top: 0.5rem;
}

.cc-home-empty {
	color: #64748b;
	margin: 0;
}

.cc-home-cities {
	padding: 2.5rem 0;
	background: #fff;
}

.cc-home-cities__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
	gap: 0.75rem;
}

.cc-home-cities__card {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 1rem;
	border-radius: 0.5rem;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	text-decoration: none;
	color: #0f172a;
	min-height: 100%;
}

.cc-home-cities__card:hover {
	border-color: #38bdf8;
}

.cc-home-cities__name {
	font-weight: 700;
}

.cc-home-cities__count {
	font-size: 0.85rem;
	color: #64748b;
}

.cc-home-blog {
	padding: 2.5rem 0;
	background: #f8fafc;
}

.cc-home-blog__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.cc-home-blog__all {
	font-weight: 600;
	color: #0284c7;
	text-decoration: none;
}

.cc-home-blog__all:hover {
	text-decoration: underline;
}

.cc-home-blog__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.cc-home-blog__item {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.85rem 1rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 0.5rem;
}

.cc-home-blog__item a {
	font-weight: 600;
	color: #0f172a;
	text-decoration: none;
}

.cc-home-blog__item a:hover {
	color: var(--cc-color-brand-dark, #18b9b9);
}

.cc-home-blog__item time {
	font-size: 0.8rem;
	color: #64748b;
}

/* Blog — aceeași grilă ca hub oraș */
.cc-home-blog-wrap .cc-city-hub__posts-grid {
	margin-top: 0.35rem;
}

@media (min-width: 900px) {
	.cc-home-blog-wrap .cc-city-hub__posts-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.cc-home-blog__head {
	margin-bottom: 0.15rem;
}

.cc-home-blog__meta {
	margin: 0.35rem 0 0;
	font-size: 0.85rem;
	color: var(--cc-city-text, #64748b);
}

/* Pachete — card deschis (stil director / hub), nu bandă întunecată */
.cc-home-pachete {
	padding-bottom: 2.75rem;
}

.cc-home-pachete-wrap {
	width: 100%;
}

.cc-home-pachete__card {
	max-width: none;
	width: 100%;
	margin: 0;
}

.cc-home-pachete__inner {
	padding: clamp(1.75rem, 3vw, 2.65rem);
	border-radius: var(--cc-city-radius-lg, 28px);
	background: #fff;
	border: 1px solid var(--cc-show-line, rgba(15, 23, 42, 0.08));
	box-shadow: var(--cc-city-shadow-soft, 0 10px 28px rgba(15, 23, 42, 0.07));
}

.cc-home-pachete__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.25rem 2rem;
}

.cc-home-pachete__copy {
	flex: 1 1 16rem;
	min-width: 0;
}

.cc-home-pachete__actions {
	flex: 0 0 auto;
	align-self: flex-end;
}

/* Titlul hub e foarte mare pe oraș; pe homepage îl aliniem la celelalte secțiuni */
.cc-home-pachete .cc-city-hub__section-title {
	margin: 0.35rem 0 0;
	font-size: clamp(1.45rem, 2.6vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.cc-home-pachete .cc-city-hub__section-intro {
	margin: 0.65rem 0 0;
	max-width: 38rem;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--cc-show-text, #526274);
}

.cc-home-pachete .cc-home-showcase__eyebrow {
	margin-bottom: 0.35rem;
}

.cc-home-pachete__copy .cc-city-hub__section-title {
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.cc-home-pachete__row {
		flex-direction: column;
		align-items: stretch;
	}

	.cc-home-pachete__actions {
		align-self: stretch;
	}

	.cc-home-pachete__actions .cc-city-hub__btn {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
}

/* --- Aliniere cu hub oraș (aceeași familie vizuală, layout propriu) --- */

.cc-home-showcase-root {
	--cc-show-accent: #23d3d3;
	--cc-show-heading: #10232f;
	--cc-show-text: #526274;
	--cc-show-line: rgba(15, 23, 42, 0.08);
	position: relative;
	background: linear-gradient(180deg, #fbfefe 0%, #f1f7f8 42%, #ffffff 100%);
	color: var(--cc-show-heading);
}

.cc-home-showcase-root__glow {
	position: absolute;
	inset: 0 0 auto 0;
	height: min(220px, 32vw);
	background: radial-gradient(ellipse 85% 75% at 50% 0%, rgba(35, 211, 211, 0.14), transparent 70%);
	pointer-events: none;
}

.cc-home-showcase {
	position: relative;
	z-index: 1;
	padding: clamp(1.75rem, 4vw, 2.75rem) 0;
}

.cc-home-showcase--stripe {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(241, 247, 248, 0.9));
}

.cc-home-showcase__header {
	max-width: 46rem;
	margin-bottom: 1.25rem;
}

.cc-home-showcase__header--row {
	max-width: none;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.cc-home-showcase__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0 0.85rem;
	margin-bottom: 0.5rem;
	border-radius: 999px;
	background: rgba(35, 211, 211, 0.12);
	border: 1px solid rgba(35, 211, 211, 0.28);
	color: #1a6c74;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.cc-home-showcase__title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.45rem, 2.6vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--cc-show-heading);
}

.cc-home-showcase__title--sm {
	font-size: 1.2rem;
}

.cc-home-showcase__intro {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.55;
	color: var(--cc-show-text);
	max-width: 42rem;
}

.cc-home-showcase__cta {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	min-height: 2.65rem;
	padding: 0 1.1rem;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.92rem;
	text-decoration: none;
	color: var(--cc-show-heading);
	background: #fff;
	border: 1px solid var(--cc-show-line);
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.cc-home-showcase__cta:hover {
	border-color: rgba(35, 211, 211, 0.45);
	color: #0b4f5c;
}

/* Mosaic top căutări */
.cc-home-topmosaic {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 0.25rem;
}

.cc-home-topmosaic__item {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-width: 7.5rem;
	min-height: 5.5rem;
	padding: 0.65rem 0.75rem;
	border-radius: 18px;
	text-decoration: none;
	color: #fff;
	font-weight: 800;
	font-size: 0.88rem;
	line-height: 1.2;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.08);
	background: linear-gradient(145deg, #0f766e, #0d9488);
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.1);
	transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.cc-home-topmosaic__item:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
}

.cc-home-topmosaic__item--photo {
	background: #0f172a;
}

.cc-home-topmosaic__media {
	position: absolute;
	inset: 0;
	background-image: var(--cc-topmosaic-img, none);
	background-size: cover;
	background-position: center;
}

.cc-home-topmosaic__item--photo .cc-home-topmosaic__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.72) 100%);
}

.cc-home-topmosaic__label {
	position: relative;
	z-index: 1;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* Carduri cu poză (orașe / categorii) */
.cc-home-vgrid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 13.5rem), 1fr));
	gap: 1rem;
}

.cc-home-vgrid--cities {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem 1.1rem;
}

/* Carduri oraș: layout orizontal (poză stânga, text dreapta) — ca homepage-ul vechi */
.cc-home-vgrid--cities .cc-home-vcard {
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	min-height: 7.5rem;
	border-radius: 18px;
	overflow: hidden;
	color: var(--cc-show-heading, #10232f);
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

.cc-home-vgrid--cities .cc-home-vcard:hover {
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.cc-home-vgrid--cities .cc-home-vcard__media {
	position: relative;
	inset: auto;
	flex: 0 0 clamp(6.5rem, 38%, 13.5rem);
	width: clamp(6.5rem, 38%, 13.5rem);
	min-height: 7.25rem;
	align-self: stretch;
	border-radius: 0;
}

.cc-home-vgrid--cities .cc-home-vcard--photo .cc-home-vcard__media::after {
	background: linear-gradient(90deg, rgba(15, 23, 42, 0.18), transparent 55%);
}

.cc-home-vgrid--cities .cc-home-vcard--nophoto .cc-home-vcard__media {
	border-radius: 0;
}

.cc-home-vgrid--cities .cc-home-vcard__body {
	flex: 1;
	justify-content: center;
	padding: 0.85rem 1rem 0.85rem 0.25rem;
	background: #fff;
	color: var(--cc-show-heading, #10232f);
}

.cc-home-vgrid--cities .cc-home-vcard__title {
	color: var(--cc-show-heading, #10232f);
	text-shadow: none;
}

.cc-home-vgrid--cities .cc-home-vcard__counts .cc-home-vcard__count {
	color: var(--cc-show-text, #64748b);
	opacity: 1;
	font-weight: 600;
}

.cc-home-vgrid--cities .cc-home-vcard__counts {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.cc-home-vgrid--cities .cc-home-vcard__count--activities {
	font-weight: 600;
	opacity: 0.88;
}

@media (max-width: 960px) {
	.cc-home-vgrid--cities {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.cc-home-vgrid--cities {
		grid-template-columns: 1fr;
	}
}

.cc-home-showcase-root .cc-home-vgrid--tip-locatie .cc-home-vcard,
.cc-home-showcase-root .cc-home-vgrid--tip-activitate .cc-home-vcard,
.cc-home-showcase-root .cc-home-vgrid--domeniu .cc-home-vcard {
	border-top: 3px solid rgba(35, 211, 211, 0.82);
}

.cc-home-vcard {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 11.5rem;
	padding: 0;
	border-radius: 22px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cc-home-vcard:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
}

.cc-home-vcard__media {
	position: absolute;
	inset: 0;
	background-image: var(--cc-vcard-img, none);
	background-size: cover;
	background-position: center;
}

/* Carduri categorii în zona showcase: accent turcoaz + poziție mai „sus” pe poză */
.cc-home-showcase-root .cc-home-vgrid:not(.cc-home-vgrid--cities) .cc-home-vcard__media {
	background-position: center top;
}

.cc-home-showcase-root .cc-home-vcard--nophoto .cc-home-vcard__media {
	background-image: none;
	background: linear-gradient(145deg, #178f94 0%, var(--cc-color-brand, #23d3d3) 42%, #1a9ba0 100%);
}

.cc-home-showcase-root .cc-home-vgrid:not(.cc-home-vgrid--cities) .cc-home-vcard--photo .cc-home-vcard__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(35, 211, 211, 0.14) 0%, rgba(15, 23, 42, 0.74) 100%);
}

.cc-home-vcard--nophoto .cc-home-vcard__media {
	background-image: none;
	background: linear-gradient(145deg, #1e3a5f 0%, #0f172a 55%, #134e4a 100%);
}

.cc-home-vcard--photo .cc-home-vcard__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.78) 100%);
}

.cc-home-vcard__body {
	position: relative;
	z-index: 1;
	padding: 1rem 1rem 0.95rem;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.cc-home-vcard__title {
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.cc-home-vcard__sub {
	font-size: 0.78rem;
	font-weight: 600;
	opacity: 0.92;
}

.cc-home-vcard__count {
	font-size: 0.78rem;
	font-weight: 600;
	opacity: 0.88;
}

.cc-home-showcase-root .cc-home-shortcuts {
	background: transparent;
	padding-top: 0.5rem;
}

.cc-home-showcase-root .cc-home-blog {
	background: transparent;
}

.cc-home-recommended__head .cc-home-showcase__title {
	margin-bottom: 0;
}

.cc-home-blog__head .cc-home-showcase__title {
	margin-bottom: 0;
}
