.contact-direct a,
a {
	text-decoration: none;
}
.btn,
.cookie-btn,
.hamb,
.scroll-arrow,
.theme-toggle {
	cursor: pointer;
}
#map,
.ba-stage,
.card,
.gallery,
.map-card,
header.hero {
	overflow: hidden;
}
.card-reveal,
.gal-stage,
.icon,
.scroll-arrow,
.theme-toggle,
header.hero {
	place-items: center;
}
#mapa,
.section {
	scroll-margin-top: 88px;
}
#kontakt,
.card-reveal,
.content-narrow {
	text-align: left;
}
.map-meta,
.socials,
footer,
header.hero {
	text-align: center;
}
.hamb,
.socials .links a i {
	font-size: 22px;
}
body,
html {
	height: 100%;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-family: "SF Pro Display", -apple-system, system-ui, Segoe UI, Roboto,
		Arial, sans-serif;
	background: radial-gradient(
			1200px 700px at 70% -20%,
			rgba(0, 229, 255, 0.1) 0,
			rgba(0, 229, 255, 0.06) 35%,
			rgba(0, 229, 255, 0.02) 60%,
			rgba(0, 0, 0, 0) 80%
		),
		radial-gradient(
			1000px 600px at 0 15%,
			rgba(0, 229, 255, 0.08) 0,
			rgba(0, 229, 255, 0.04) 40%,
			rgba(0, 0, 0, 0) 75%
		),
		linear-gradient(180deg, #0e1420 0, #0b101a 60%, #0f1420 100%);
	background-attachment: fixed, fixed, fixed;
	color: #e7eefc;
	line-height: 1.55;
	overflow-x: hidden;
	transition: background-color 0.3s, color 0.3s;
}
body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	opacity: 0.08;
	mix-blend-mode: overlay;
	background: repeating-linear-gradient(
		0deg,
		rgba(255, 255, 255, 0.02) 0 2px,
		rgba(0, 0, 0, 0.02) 2px 4px
	);
	z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
	body {
		background-attachment: scroll, scroll, scroll;
	}
	* {
		animation: none !important;
		transition: none !important;
	}
}
:root {
	--accent: #00e5ff;
	--ring: 0, 229, 255;
	--panel: #121a29;
	--panel2: #0e1523;
	--muted: #9fb0d3;
}
a {
	color: var(--accent);
}
img {
	max-width: 100%;
	display: block;
}
.navbar {
	position: fixed;
	inset: 0 0 auto 0;
	height: 64px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 0 16px;
	gap: 12px;
	background: rgba(10, 14, 22, 0.82);
	backdrop-filter: blur(10px);
	z-index: 1000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	transition: transform 0.28s, opacity 0.28s;
}
.navbar.hidden {
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
}
.nav-left {
	justify-self: start;
}
.nav-right {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 10px;
}
.nav-center {
	justify-self: center;
	display: flex;
	align-items: center;
	gap: 22px;
}
.brand {
	display: flex;
	align-items: center;
}
.brand img {
	height: 44px;
	width: auto;
	filter: drop-shadow(0 0 6px rgba(0, 229, 255, 0.15));
}
.brand:hover img {
	filter: drop-shadow(0 0 14px rgba(0, 229, 255, 0.45));
}
.nav-center a {
	color: #cff7ff;
	font-weight: 700;
	transition: color 0.2s, text-shadow 0.2s;
}
.card h3:hover,
.hero-title:hover,
.nav-center a:hover,
.section h2:hover,
.subtitle:hover,
a:not(.btn):hover {
	color: #eafaff;
	text-shadow: 0 0 10px rgba(0, 229, 255, 0.35);
}
.theme-toggle {
	display: grid;
	border: none;
}
.theme-toggle i {
	font-size: 18px;
	color: #ffffffd0;
	color: #ffffffd0;
}
.hamb {
	display: none;
	color: #dffaff;
	background: 0 0;
	border: none;
}
.theme-toggle {
	width: 38px;
	height: 38px;
	display: grid;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
}
a:focus-visible {
	outline: 3px solid var(--accent);
	border-radius: 8px;
}
@media (max-width: 860px) {
	.nav-center a,
	.nav-links,
	.navbar {
		display: none;
	}
	.hamb {
		display: block;
	}
	.mobile-menu {
		position: fixed;
		top: 64px;
		right: 12px;
		background: rgba(10, 14, 22, 0.96);
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 14px;
		overflow: hidden;
		transform-origin: top right;
		scale: 0.98;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.2s, scale 0.2s;
		z-index: 1000;
	}
	.mobile-menu a {
		display: block;
		padding: 14px 18px;
		color: #e8fbff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	}
	.mobile-menu a:last-child {
		border-bottom: 0;
	}
	.mobile-menu.show {
		opacity: 1;
		scale: 1;
		pointer-events: auto;
	}
}
.ba-img.hidden,
.btn.loading,
.icon img {
	pointer-events: none;
}
header.hero {
	min-height: 100svh;
	display: grid;
	padding-top: 0;
	position: relative;
}
.hero-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.hero-title {
	margin: 6px 0 4px;
	font-size: clamp(26px, 4.6vw, 52px);
	font-weight: 800;
	letter-spacing: 0.6px;
	color: #eafaff;
	text-shadow: 0 0 14px rgba(0, 229, 255, 0.25);
	opacity: 0;
	animation: 0.9s 0.25s both fadeUp;
}
.ba-nav,
.gal-nav {
	font-size: 28px;
	cursor: pointer;
}
.hero-socials {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 18px;
}
.hero-socials a {
	font-size: 32px;
	color: #e7eefc;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	opacity: 0;
	transform: translateY(6px) scale(0.98);
	animation: 0.6s both socialIn;
	transition: transform 0.25s, color 0.25s, text-shadow 0.25s, opacity 0.25s;
}
.hero-socials a i {
	font-size: 1em;
	line-height: 1;
}
.hero-socials a:first-child {
	animation-delay: 0.4s;
}
.hero-socials a:nth-child(2) {
	animation-delay: 0.52s;
}
.hero-socials a:nth-child(3) {
	animation-delay: 0.64s;
}
@keyframes socialIn {
	to {
		opacity: 1;
		transform: none;
	}
}
.hero-socials a:hover {
	transform: translateY(-2px) scale(1.08) rotate(-1deg);
	color: var(--accent);
	text-shadow: 0 0 14px rgba(0, 229, 255, 0.55);
}
.hero-socials a:focus-visible {
	outline: 3px solid var(--accent);
	border-radius: 8px;
}
.hero .logo {
	width: min(640px, 80vw);
	margin: 8px auto 6px;
	opacity: 0;
	transform: translateY(20px) scale(0.98);
	animation: 0.9s 0.15s both rise;
	transition: filter 0.3s, transform 0.3s;
}
.hero .logo:hover {
	filter: drop-shadow(0 0 16px rgba(0, 229, 255, 0.6));
	transform: scale(1.02);
}
.hero .subtitle {
	margin: 0;
	color: var(--muted);
	font-size: clamp(14px, 2.6vw, 18px);
	opacity: 0;
	animation: 0.9s 0.35s both fadeUp;
}
.scroll-arrow {
	position: absolute;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
	width: 54px;
	height: 54px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(0, 0, 0, 0.22);
	display: grid;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35),
		0 1px 0 rgba(255, 255, 255, 0.12) inset;
	animation: 2.2s ease-in-out 0.9s infinite float;
}
.card,
.section {
	position: relative;
}
.scroll-arrow i {
	font-size: 20px;
	color: #eaffff;
}
.scroll-arrow:focus-visible {
	outline: 3px solid var(--accent);
}
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes rise {
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes float {
	0%,
	100% {
		transform: translate(-50%, 0);
	}
	50% {
		transform: translate(-50%, -10px);
	}
}
.section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px;
}
.section h2 {
	font-size: clamp(24px, 3.2vw, 40px);
	margin: 0 0 8px;
	font-weight: 800;
}
.ba-title,
.form label,
.gal-title {
	font-weight: 700;
}
.section .lead {
	margin: 5px 0 0;
	color: var(--muted);
}
.reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.6s, transform 0.6s;
}
.card.show,
.gal-duo img.show,
.reveal.show {
	opacity: 1;
	transform: none;
}
.uslugi-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
}
@media (max-width: 980px) {
	.uslugi-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 620px) {
	.uslugi-grid {
		grid-template-columns: 1fr;
	}
}
.card {
	background: linear-gradient(180deg, var(--panel), var(--panel2));
	border-radius: 22px;
	padding: 26px 24px 24px;
	border: 1px solid rgba(255, 255, 255, 0.04);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset,
		0 8px 24px rgba(0, 0, 0, 0.35);
	transform: translateY(8px);
	opacity: 0;
	transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.6s,
		box-shadow 0.2s;
}
.card-reveal,
.card::before {
	position: absolute;
	border-radius: inherit;
	opacity: 0;
	pointer-events: none;
}
.card::before {
	content: "";
	inset: -2px;
	background: radial-gradient(
		180px 120px at var(--mx, 50%) var(--my, 20%),
		rgba(var(--ring), 0.25),
		transparent 60%
	);
	filter: blur(30px);
	transition: opacity 0.25s;
}
.card:hover {
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45),
		0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}
.card:hover::before,
.card[data-soon]:hover {
	opacity: 1;
}
.card-reveal {
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(14, 21, 35, 0.96),
		rgba(10, 14, 22, 0.96)
	);
	backdrop-filter: blur(4px);
	display: grid;
	padding: 22px;
	transform: translateY(12px) scale(0.98);
	transition: opacity 0.25s, transform 0.25s;
	color: #e7eefc;
}
.card-reveal h4 {
	margin: 0 0 6px;
	font-size: 18px;
}
.card-reveal p {
	margin: 0;
	color: #c1d2ea;
}
.card h3,
.map-meta h3 {
	margin: 0 0 6px;
}
.card.active .card-reveal,
.card:focus-within .card-reveal {
	opacity: 1;
	transform: none;
	pointer-events: auto;
}
#uslugiGrid .card:hover {
	transform: translateY(-2px);
}
.icon {
	width: 56px;
	height: 56px;
	display: grid;
	border-radius: 16px;
	background: rgba(var(--ring), 0.12);
	box-shadow: 0 8px 24px rgba(var(--ring), 0.15) inset,
		0 1px 0 rgba(255, 255, 255, 0.08);
	margin-bottom: 14px;
}
.icon svg,
.touch-hint {
	display: none;
}
.icon img {
	width: 60%;
	height: auto;
	display: block;
	image-rendering: auto;
	filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.card h3 {
	font-size: 20px;
}
.sub {
	margin: 0 0 14px;
	color: var(--muted);
}
#map,
.list,
.map-meta .lead {
	margin: 0;
}
.list {
	list-style: none;
	padding: 0;
	display: grid;
	gap: 8px;
}
.list li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #d8faff;
}
.dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--accent);
	box-shadow: 0 0 0 4px rgba(var(--ring), 0.12);
	margin-top: 6px;
}
.gallery {
	background: linear-gradient(180deg, var(--panel), var(--panel2));
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
	padding: clamp(12px, 4vw, 65px);
	position: relative;
}
.gal-stage {
	position: relative;
	width: 100%;
	height: clamp(360px, 56vw, 560px);
	overflow: visible;
	display: grid;
}
.gal-title {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	padding: 8px 16px;
	border-radius: 8px;
	z-index: 5;
}
.gal-duo {
	position: relative;
	width: min(100%, 980px);
	height: 122%;
	padding: 6px 8px;
}
.gal-duo img {
	position: absolute;
	width: 48%;
	height: auto;
	object-fit: cover;
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
	transition: transform 0.35s, opacity 0.35s;
}
.gal-img-left {
	left: 2.5%;
	top: 6%;
	transform: rotate(-2deg);
}
.gal-img-right {
	right: 2.5%;
	bottom: 6%;
	transform: rotate(2deg);
}
.gal-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.56);
	color: #fff;
	border: none;
	padding: 6px 14px;
	border-radius: 10px;
	z-index: 7;
}
.ba-prev,
.gal-prev {
	left: 10px;
}
.ba-next,
.gal-next {
	right: 10px;
}
.gal-nav:hover {
	background: rgba(255, 255, 255, 0.22);
}
.gal-duo img.enter {
	opacity: 0;
	transform: translateY(8px) scale(0.98);
}
@media (max-width: 700px) {
	:root {
		--m-img-h: 45svh;
		--m-gap: 10px;
	}
	.gallery {
		padding: clamp(10px, 3.5vw, 18px);
	}
	.gal-stage {
		height: auto;
		min-height: calc(2 * var(--m-img-h) + var(--m-gap) + 4px);
		place-items: start center;
	}
	.gal-duo {
		display: grid;
		gap: var(--m-gap);
		padding: 0;
		width: 100%;
		height: 90%;
	}
	.gal-duo img {
		position: static !important;
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: var(--m-img-h) !important;
		object-fit: contain !important;
		margin-inline: auto;
		border-radius: 14px;
		transform: none !important;
		box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
	}
	.gal-title {
		top: 6px;
		font-size: 14px;
		padding: 6px 10px;
	}
	.gal-nav {
		top: 50%;
		transform: translateY(-50%);
	}
}
.ba-slider,
.ba-title {
	transform: translateX(-50%);
}
.ba-stage {
	position: relative;
	width: 100%;
	height: 480px;
	background: #000;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ba-img,
.ba-nav,
.ba-slider,
.ba-title,
.btn.loading::after {
	position: absolute;
}
.ba-img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	transition: opacity 0.4s, transform 0.4s;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}
.ba-img.before {
	transform: translateX(-40px) rotate(-2deg);
	z-index: 1;
}
.ba-img.after {
	transform: translateX(40px) rotate(2deg);
	z-index: 2;
}
.contact-pill:hover,
.socials .links a:hover {
	transform: translateY(-1px);
	color: var(--accent);
}
.ba-img.hidden {
	opacity: 0;
}
.ba-title {
	top: 12px;
	left: 50%;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	padding: 8px 16px;
	border-radius: 8px;
	z-index: 3;
}
#kontakt .form {
	margin: 0;
	max-width: 100%;
}
#kontakt .lead {
	margin-top: 4px;
}
@media (min-width: 901px) {
	#map.align-map-top {
		margin-top: 12px;
	}
}
@media (max-width: 900px) {
	.contact-grid {
		grid-template-columns: 1fr !important;
		gap: 16px;
	}
	#map.align-map-top {
		margin-top: 0 !important;
	}
}
*,
::after,
::before {
	box-sizing: border-box;
}
.ba-slider {
	left: 50%;
	bottom: 12px;
	width: min(86%, 740px);
	z-index: 6;
}
.ba-nav {
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.56);
	color: #fff;
	border: none;
	padding: 4px 12px;
	border-radius: 10px;
	z-index: 7;
}
.ba-nav:hover {
	background: rgba(255, 255, 255, 0.2);
}
.form {
	background: linear-gradient(180deg, var(--panel), var(--panel2));
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
	max-width: 780px;
	margin: 0 auto;
}
.content-narrow {
	max-width: 900px;
	margin: 18px auto 0;
}
.input,
.textarea {
	display: block;
	width: 100%;
	margin-top: 6px;
	margin-bottom: 12px;
	border: none;
	border-radius: 10px;
	background: #1f2a3a;
	color: #e7eefc;
	padding: 12px 14px;
	font-size: 16px;
	outline: transparent solid 2px;
	transition: outline 0.2s;
}
.btn,
.socials .links a {
	display: inline-flex;
	gap: 10px;
}
.error,
.hint {
	font-size: 0.92rem;
}
.input:focus,
.textarea:focus {
	outline: 2px solid var(--accent);
}
.textarea {
	min-height: 120px;
	resize: vertical;
}
.btn {
	align-items: center;
	padding: 12px 18px;
	border-radius: 12px;
	border: none;
	background: var(--accent);
	color: #021217;
	font-weight: 800;
	box-shadow: 0 12px 28px rgba(0, 229, 255, 0.32),
		0 1px 0 rgba(255, 255, 255, 0.25) inset;
	transition: transform 0.2s, box-shadow 0.2s;
}
.btn:hover {
	color: #021217;
	text-shadow: none;
	transform: translateY(-1px);
	box-shadow: 0 16px 34px rgba(0, 229, 255, 0.45);
}
.btn.loading {
	color: transparent;
	position: relative;
}
.btn.loading::after {
	content: "";
	inset: 0;
	margin: auto;
	width: 18px;
	height: 18px;
	border: 2px solid #000;
	border-top-color: transparent;
	border-radius: 50%;
	animation: 0.8s linear infinite spin;
}
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
.error {
	color: #ff8787;
	display: none;
}
.leaflet-marker-icon {
	border: none !important;
	background: 0 0 !important;
	box-shadow: none !important;
}
#map,
.contact-pill,
.map-card {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
footer {
	padding: 28px 14px;
	color: #9fb0d3;
	background: #0b101a;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}
body.light .navbar {
	background: rgba(255, 255, 255, 0.86);
	border-bottom-color: rgba(0, 0, 0, 0.06);
}
body.light .cookie-banner p,
body.light .nav-center a {
	color: #214a56;
}
body.light .mobile-menu {
	background: #fff;
	border-color: rgba(0, 0, 0, 0.06);
}
body.light .card {
	background: linear-gradient(180deg, #fff, #eef6ff);
	border-color: rgba(0, 0, 0, 0.06);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
body.light .contact-pill,
body.light .form,
body.light .gallery {
	background: linear-gradient(180deg, #fff, #f3f7ff);
	border-color: rgba(0, 0, 0, 0.06);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
body.light footer {
	background: #eef3f6;
	color: #415967;
	border-top-color: rgba(0, 0, 0, 0.06);
}
.navbar .nav-center a:focus-visible,
.navbar .nav-center a:hover {
	color: var(--accent);
	text-shadow: 0 0 12px rgba(var(--ring), 0.45);
}
.card[data-soon]::after {
	content: "WKRÓTCE";
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 6px 10px;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.06em;
	border-radius: 10px;
	color: #dffbff;
	background: rgba(var(--ring), 0.16);
	border: 1px solid rgba(var(--ring), 0.35);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset;
	text-shadow: 0 0 8px rgba(var(--ring), 0.45);
}
.card[data-soon] {
	opacity: 0.96;
}
.contact-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 22px;
	align-items: stretch;
}
.map-card {
	background: linear-gradient(180deg, var(--panel), var(--panel2));
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 16px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
}
#map {
	width: 100%;
	height: auto;
	flex: 1 1 auto;
	min-height: 320px;
	border-radius: 0;
	box-shadow: none;
}
.form .btn {
	margin: 12px auto 0;
	display: block;
}
.form .btn,
.map-card .btn {
	padding: 14px 22px;
	font-size: 17px;
	border-radius: 14px;
	min-width: 210px;
	justify-content: center;
}
.btn i {
	margin-right: 8px;
	line-height: 1;
}
.contact-direct {
	margin-top: 14px;
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	display: grid;
	gap: 8px;
}
.contact-pill,
.socials .links a {
	border-radius: 14px;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s, color 0.2s;
	font-weight: 800;
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.contact-direct .row {
	display: flex;
	align-items: center;
	gap: 10px;
}
.contact-direct i {
	opacity: 0.9;
}
.contact-direct a {
	color: #e7eefc;
	font-weight: 700;
}
.contact-direct a:hover {
	color: var(--accent);
	text-shadow: 0 0 8px rgba(var(--ring), 0.35);
}
.socials {
	padding: 24px 20px 64px;
}
.socials .links {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}
.socials .links a {
	align-items: center;
	padding: 12px 16px;
	background: rgba(255, 255, 255, 0.06);
	color: #e7eefc;
}
.socials .links a:hover {
	box-shadow: 0 8px 24px rgba(0, 229, 255, 0.25);
}
.contact-bar {
	max-width: 1200px;
	margin: -24px auto 0;
	padding: 18px 20px;
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}
.contact-pill,
.cookie-banner {
	align-items: center;
	background: linear-gradient(180deg, var(--panel), var(--panel2));
	color: #e7eefc;
}
.contact-pill {
	display: inline-flex;
	gap: 10px;
	padding: 12px 16px;
}
.contact-pill i {
	font-size: 18px;
	opacity: 0.95;
}
.contact-pill:hover {
	box-shadow: 0 12px 32px rgba(0, 229, 255, 0.25);
}
.cookie-banner {
	position: fixed;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%);
	width: min(820px, calc(100% - 24px));
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
	z-index: 2000;
}
.cookie-banner p {
	margin: 0;
	font-size: 0.95rem;
	color: #cfe7ff;
}
.cookie-actions {
	display: flex;
	gap: 10px;
}
.cookie-btn {
	padding: 10px 14px;
	border-radius: 10px;
	border: none;
	background: var(--accent);
	color: #021217;
	font-weight: 800;
}
.cookie-hidden {
	display: none !important;
}
body.light .cookie-banner {
	background: linear-gradient(180deg, #fff, #f3f7ff);
	color: #214a56;
	border-color: rgba(0, 0, 0, 0.06);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.hint {
	margin: 6px 0 0;
	color: var(--muted);
	display: flex;
	align-items: center;
	gap: 8px;
	opacity: 0.95;
}
@media (hover: hover) and (pointer: fine) {
	.card:hover .card-reveal {
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}
	#uslugiGrid .card:hover {
		transform: translateY(-2px);
	}
}
@media (hover: none), (pointer: coarse) {
	.touch-hint {
		display: flex;
	}
	#uslugiGrid .card {
		cursor: pointer;
		touch-action: manipulation;
	}
}
.hp-field {
	position: absolute !important;
	left: -100vw !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: none !important;
}