/*============================================================================
   05-footer.css — patička (widget areas nj-footer-1…4 + spodní lišta)
   Markup: template-parts/site-footer.php přes [nj_site_footer]
============================================================================*/

/* Divi sekce ve footer layoutu — bez výplní */
.nj-footer-section.et_pb_section {
	padding: 0 !important;
	background: transparent !important;
	gap: 0 !important;
	row-gap: 0 !important;
	z-index: 1;
}
.nj-footer-section > .et_pb_row {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.site-footer {
	background: var(--navy-deep);
	color: #d9e1e6;
	padding: 70px 0 20px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1fr;
	gap: 40px;
}

/* nadpisy sloupců — h4 z widget title i fallbacku */
.site-footer .footer-title,
.site-footer h4 {
	color: #fff;
	font-family: var(--font-sans);
	font-size: .9rem;
	letter-spacing: .15em;
	text-transform: uppercase;
	margin-bottom: 1.2rem;
}

/* odkazy ve sloupcích (fallback <a> i widgetové <ul>) */
.footer-col a {
	display: block;
	padding: .25rem 0;
	font-size: .92rem;
	color: inherit;
	opacity: .85;
	transition: opacity .2s, color .2s;
	text-decoration: none;
}
.footer-col a:hover { opacity: 1; color: var(--accent); }
.footer-col ul { list-style: none; margin: 0; padding: 0 !important; }
.footer-col li { margin: 0; }

/* 1. sloupec — brand */
.footer-col-1 .logo { color: #fff; margin-bottom: 1rem; display: inline-flex; }
.footer-col-1 .logo-text strong { color: #fff; }
.footer-col-1 .logo-text small { color: #a7b6c2; }
.footer-col-1 p { font-size: .92rem; opacity: .8; margin-bottom: 1rem; }

.socials { display: flex; gap: .6rem; }
.socials a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	display: grid;
	place-items: center;
	padding: 0;
	opacity: 1;
}
.socials a:hover { background: var(--accent); color: #fff; }

/* 4. sloupec — kontakt */
.footer-contact strong {
	display: block;
	color: #fff;
	font-weight: 500;
	margin-top: .6rem;
}
.footer-contact a.phone {
	color: var(--accent);
	font-weight: 600;
	font-size: 1.1rem;
	opacity: 1;
}

/* spodní lišta */
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
	margin-top: 40px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: .82rem;
	opacity: .7;
}
.footer-bottom nav { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: var(--accent); }
.footer-bottom ul { list-style: none; display: flex; gap: 1.2rem; margin: 0; padding: 0 !important; flex-wrap: wrap; }
