/* ==========================================================================
   Augustinas Sokolenko – Custom header & footer (Kadence)
   ========================================================================== */

/* ---- Header ---- */
.augustinas-custom-header {
	background: #fff;
	padding: 1rem 0;
	position: relative;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.augustinas-header-inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.augustinas-header-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	row-gap: 0.75rem;
}

.augustinas-btn-linkedin {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 1rem;
	background: #0a66c2;
	color: #fff !important;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.95rem;
	border-radius: 0.25rem;
	transition: background 0.2s;
}

.augustinas-btn-linkedin:hover {
	background: #004182;
	color: #fff !important;
}

.augustinas-icon-linkedin {
	flex-shrink: 0;
}

.augustinas-stars-wrap {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.95rem;
	color: #333;
}

.augustinas-stars {
	color: #f59e0b;
	letter-spacing: 0.05em;
}

.augustinas-rating {
	font-weight: 600;
}

.augustinas-see-reviews {
	color: #0a66c2;
	text-decoration: none;
	font-weight: 500;
}

.augustinas-see-reviews:hover {
	text-decoration: underline;
}

.augustinas-lang-switcher {
	display: flex;
	align-items: center;
	border-radius: 9999px;
	background: #f1f5f9;
	padding: 2px;
	gap: 0;
}

.augustinas-lang-btn {
	display: inline-block;
	padding: 0.35rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	color: #64748b;
	border-radius: 9999px;
	transition: color 0.2s, background 0.2s;
}

.augustinas-lang-btn:hover {
	color: #0a66c2;
}

.augustinas-lang-btn.active {
	background: #0a66c2;
	color: #fff !important;
	border: 1px solid #0a66c2;
}

/* ---- Footer ---- */
.augustinas-custom-footer {
	margin-top: 0;
	padding: 0;
}

.augustinas-footer-bar {
	background: #0f172a;
	color: #fff;
	padding: 2rem 1.5rem;
	text-align: center;
}

.augustinas-footer-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.25rem;
	flex-wrap: wrap;
}

.augustinas-footer-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #1e40af;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.2s, transform 0.2s;
}

.augustinas-footer-icon:hover {
	background: #2563eb;
	color: #fff;
	transform: translateY(-2px);
}

.augustinas-footer-icon svg {
	width: 22px;
	height: 22px;
}

.augustinas-footer-copyright {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
	.augustinas-header-inner {
		padding: 0 1rem;
	}

	.augustinas-header-right {
		gap: 0.75rem;
	}

	.augustinas-btn-linkedin span {
		display: none;
	}

	.augustinas-btn-linkedin {
		padding: 0.5rem 0.65rem;
	}

	.augustinas-footer-bar {
		padding: 1.5rem 1rem;
	}

	.augustinas-footer-copyright {
		font-size: 0.75rem;
	}
}
