:root {
	--primary: #ff4d00;
	--secondary: #00a8ff;
	--accent: #e31c25;
	--yellow: #f59e0b;
	--dark-bg: #1a1a1a;
	--light-bg: #ffffff;
	--light: #f9f9f9;
	--dark: #1a1a1a;
	--text-light: #ffffff;
	--text-muted: #64748b;
	--gray-1: #111;
	--gray-2: #333;
	--gray-3: #666;
	--gray-4: #eee;
	--gradient-fluo: linear-gradient(135deg, #0052d4, #4364f7, #6fb1fc);
	--gradient-magic: linear-gradient(90deg, #ff5f6d, #ffc371, #8e44ad);
	--purple-dark: #6a11cb;
	--glass: rgba(255, 255, 255, 0.1);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
body {
	background-color: var(--light);
	overflow-x: hidden;
	color: var(--dark);
}
.cookie-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(15, 23, 42, 0.95);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	backdrop-filter: blur(8px); /* Efekt rozmycia tła */
}

.cookie-content {
	background: white;
	padding: 2.5rem;
	border-radius: 16px;
	max-width: 500px;
	text-align: center;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
	font-family: sans-serif;
}

.cookie-content h2 {
	margin-top: 0;
	color: #1e293b;
}

.cookie-content p {
	color: #64748b;
	line-height: 1.6;
}

.cookie-buttons {
	margin-top: 2rem;
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.btn-cookie {
	padding: 0.75rem 1.5rem;
	border-radius: 8px;
	border: none;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s;
}

.btn-cookie:hover {
	transform: translateY(-2px);
}

.btn-cookie-primary {
	background: var(--accent);
	color: white;
}
.btn-cookie-secondary {
	background: #f1f5f9;
	color: #475569;
}

/* Hero Section */
.hero {
	height: 100vh;
	background:
		linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
		url('https://plus.unsplash.com/premium_photo-1686920245950-58617c8a602e?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	padding: 0 8%;
	color: white;
}
.hero h1 {
	font-size: 4.5rem;
	line-height: 1.1;
	margin-bottom: 20px;
}
.hero h1 span {
	color: var(--accent);
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

/* Atrakcje Cards */
.features {
	padding: 100px 8%;
	text-align: center;
}
.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin-top: 50px;
}

.card {
	background: white;
	padding: 40px;
	border-radius: 30px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
	transition: 0.4s;
}
.card:hover {
	transform: translateY(-15px);
	border-bottom: 5px solid var(--secondary);
}
.card .icon {
	font-size: 3rem;
	margin-bottom: 20px;
}

/* Cafe Section with Glassmorphism */
/* .cafe-section {
    height: 60vh; background: url('kawiarnia.jpg') center/cover attachment: fixed;
    display: flex; align-items: center; justify-content: flex-end; padding: 0 8%;
} */
.cafe-text {
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(10px);
	padding: 50px;
	border-radius: 40px;
	max-width: 500px;
}

/* Responsywność */
@media (max-width: 768px) {
	.hero h1 {
		font-size: 2.5rem;
	}
}
/* Footer Główny */
.main-footer {
	background: var(--dark-bg);
	color: white;
	padding: 80px 8% 20px 8%;
	border-top: 5px solid var(--accent); /* Czerwony akcent na górze footera */
}

.footer-container {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 50px;
	margin-bottom: 50px;
}

.footer-info p {
	margin-top: 20px;
	color: #aaa;
	line-height: 1.6;
	max-width: 350px;
}

.footer-links h4,
.footer-contact h4 {
	color: var(--accent);
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contact-details a,
.footer-contact a {
	text-decoration: none;
	color: var(--light);
}

.footer-links ul {
	list-style: none;
}
.footer-links ul li {
	margin-bottom: 12px;
}
.footer-links ul li a {
	color: #ccc;
	text-decoration: none;
	transition: 0.3s;
}
.footer-links ul li a:hover {
	color: var(--accent);
	padding-left: 5px;
}

/* Pasek Dolny */
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 30px;
	margin-top: 30px;
}

.bottom-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.9rem;
	color: #777;
}

/* Stylizacja podpisu SILELAB */
.silelab-credit a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	transition: 0.3s;
}

.silelab-credit a span {
	color: var(--accent); /* "silelab" będzie czerwone */
	text-transform: lowercase;
}

.silelab-credit a:hover {
	opacity: 0.8;
}
.social-icons {
	display: flex;
	gap: 15px;
	margin-top: 25px;
}

.social-btn {
	width: 45px;
	height: 45px;
	background: rgba(255, 255, 255, 0.05); /* Szklane tło */
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: white;
	text-decoration: none;
	font-size: 1.2rem;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
}

/* Efekt po najechaniu */
.social-btn:hover {
	transform: translateY(-5px);
	background: var(--accent); /* Zmienia się na Twój czerwony */
	border-color: var(--accent);
	box-shadow: 0 10px 20px rgba(227, 28, 37, 0.4);
	color: white;
}

/* Specyficzne kolory przy hoverze (opcjonalnie, jeśli chcesz markowe kolory) */
.social-btn.fb:hover {
	background: #1877f2;
	box-shadow: 0 10px 20px rgba(24, 119, 242, 0.4);
	border-color: #1877f2;
}
.social-btn.ig:hover {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	border: none;
}
.social-btn.tt:hover {
	background: linear-gradient(135deg, #25f4ee, #fe2c55);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
	border-color: #fe2c55;
}

/* Animacja ikony w środku */
.social-btn i {
	transition: transform 0.3s ease;
}

.social-btn:hover i {
	transform: scale(1.2);
}
/* Mobile */
@media (max-width: 768px) {
	.footer-container {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.bottom-content {
		flex-direction: column;
		gap: 15px;
		text-align: center;
	}
}
/* Kontakt */
.contact-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	min-height: 100vh;
	margin-top: 80px;
}

/* Lewa strona: Informacje i Mapa (Ciemna) */
.info-side {
	padding: 100px 80px;
	background: var(--dark-bg);
	color: var(--text-light);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative; /* Dla pozycjonowania mapy */
}

.info-side::before {
	/* Ozdobny czerwony element w tle */
	content: '';
	position: absolute;
	top: 20px;
	left: -30px;
	width: 100px;
	height: 100px;
	background: var(--accent);
	opacity: 0.1;
	border-radius: 50%;
}

/* Prawa strona: Formularz (Jasna) */
.form-side {
	padding: 100px 80px;
	background: var(--light-bg);
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-left: 10px solid var(--accent); /* Wyrazista czerwona krawędź */
}

.address-card {
	background: rgba(255, 255, 255, 0.03);
	padding: 40px;
	border-radius: 20px;
	margin: 40px 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.address-card h3 {
	color: var(--accent);
	font-size: 1.5rem;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact-details p {
	font-size: 1.1rem;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-details p::before {
	content: '➤'; /* Prosty symbol przed danymi */
	color: var(--accent);
}

.map-container {
	height: 350px;
	border-radius: 25px;
	overflow: hidden;
	margin-top: 50px;
	border: 5px solid rgba(255, 255, 255, 0.05);
	filter: grayscale(1) invert(0.9) contrast(1.1); /* Mapa w stylu "dark mode" */
}

/* Style Formularza */
.form-side h2 {
	font-size: 3rem;
	margin-bottom: 10px;
	color: var(--accent);
}

form input,
form textarea,
form select {
	width: 100%;
	padding: 18px;
	border-radius: 12px;
	border: 2px solid #e0e0e0;
	margin-bottom: 25px;
	font-size: 1rem;
	transition: 0.3s;
}

form input:focus,
form textarea:focus,
form select:focus {
	border-color: var(--accent);
	box-shadow: 0 0 10px rgba(227, 28, 37, 0.2);
	outline: none;
}

.btn-send {
	background: var(--accent);
	color: white;
	padding: 20px 40px;
	border: none;
	border-radius: 12px;
	font-weight: 700;
	font-size: 1.1rem;
	cursor: pointer;
	transition: 0.4s;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%; /* Pełna szerokość na mobile, na desktop można zmienić */
}

.btn-send:hover {
	background: #b3151a; /* Ciemniejsza czerwień na hover */
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(227, 28, 37, 0.3);
}

/* Responsywność */
@media (max-width: 1200px) {
	.contact-grid {
		grid-template-columns: 1fr;
	}
	.info-side,
	.form-side {
		padding: 60px 40px;
	}
	.form-side {
		border-left: none;
		border-top: 10px solid var(--accent);
	}
	.btn-send {
		width: 100%;
	}
}
.cennik-kids-section {
	padding: 80px 20px;
	background: radial-gradient(circle, #fff 0%, #f1f5f9 100%); /* Lekki gradient tła */
	font-family: 'Jua', sans-serif; /* Zastosowanie wesołej czcionki */
}

.cennik-kids-container {
	max-width: 1100px;
	margin: 0 auto;
}

.cennik-header {
	margin-top: 3rem;
	text-align: center;
	margin-bottom: 4rem;
}

.cennik-title {
	font-size: clamp(2.5rem, 8vw, 4rem);
	color: var(--accent);
	text-shadow:
		3px 3px 0 #fff,
		5px 5px 0 rgba(0, 0, 0, 0.1); /* Efekt 3D tekstu */
	text-transform: uppercase;
	letter-spacing: 2px;
}

.cennik-subtitle {
	font-size: 1.5rem;
	color: #475569;
	margin-top: 10px;
}

.cennik-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 40px;
	align-items: start;
}

/* STYL KARTY */
.kids-card {
	background: white;
	border-radius: 40px; /* Bardzo zaokrąglone rogi */
	overflow: hidden;
	box-shadow:
		0 20px 0 rgba(0, 0, 0, 0.05),
		0 30px 50px rgba(0, 0, 0, 0.15); /* Podwójny cień 3D */
	border: 5px solid #fff;
	transition: transform 0.2s ease-out;
}

.kids-card:hover {
	transform: translateY(-10px) rotate(1deg); /* Wesoły ruch przy najechaniu */
}

.kids-card-header {
	background: var(--accent);
	color: white;
	padding: 30px;
	text-align: center;
	border-bottom: 5px dashed rgba(255, 255, 255, 0.3); /* Przerywana linia */
}

.indywid .kids-card-header {
	background: linear-gradient(135deg, var(--accent) 0%, #f43f5e 100%);
}

.grupy .kids-card-header {
	background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%); /* Grupy na niebiesko, jak na zdjęciu */
}

.kids-card-header h3 {
	font-size: 2.2rem;
	margin-bottom: 5px;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.kids-card-content {
	padding: 30px;
}

/* TABELA CEN - STYL 3D */
.tabela-cen .rzad {
	display: flex;
	flex-direction: column;
	background: var(--babol-bg);
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 20px;
	border: 2px solid transparent;
	transition: all 0.3s;
}

.tabela-cen .rzad:hover {
	background: #fff;
	border-color: var(--accent);
	transform: scale(1.03);
}

.target-day {
	background: #fff1f2 !important; /* Wyróżnienie weekendów */
	border: 2px solid #fecdd3 !important;
}

.dzien {
	font-size: 1.1rem;
	color: #1e293b;
	margin-bottom: 10px;
}

.cena {
	font-size: 2.5rem;
	color: var(--accent);
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.cena small {
	font-size: 1rem;
	color: #64748b;
	margin-left: 10px;
}

.cena-min {
	font-size: 1rem;
	color: #64748b;
	margin-top: 5px;
}

/* BĄBELEK ROZDZIELAJĄCY */
.babol-divider {
	text-align: center;
	background: var(--yellow);
	color: white;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 20px auto;
	border: 5px solid white;
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
}

/* STOPKA KARTY */
.kids-card-foot {
	background: #f8fafc;
	padding: 15px;
	text-align: center;
	color: #64748b;
	font-size: 0.9rem;
}

/* STYL GRUPOWY */
.lista-grupowa li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f0f9ff;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 15px;
	border: 2px solid #bae6fd;
}

.lista-grupowa li.hity {
	background: #e0f2fe;
	transform: scale(1.05); /* Wyróżnienie 2h */
}

.lista-grupowa .czas {
	font-size: 1.2rem;
	color: #0c4a6e;
}

.lista-grupowa .cena-os {
	font-size: 1.8rem;
	color: #0369a1;
}

.info-grupowe {
	text-align: center;
	margin-top: 20px;
	color: #475569;
}

.info-grupowe .godziny {
	font-weight: bold;
	color: var(--accent);
}

/* PRZYCISK ZADZWOŃ */
.btn-dzwon {
	display: block;
	margin-top: 25px;
	background: var(--yellow);
	color: white;
	text-align: center;
	padding: 20px;
	text-decoration: none;
	border-radius: 20px;
	font-size: 1.3rem;
	box-shadow: 0 8px 0 #b45309; /* Efekt 3D przycisku */
	transition: all 0.2s;
}

/* SPÓJNOŚĆ Z RESZTĄ STRONY */
.section-title {
	text-align: center;
	font-size: clamp(1.8rem, 5vw, 2.5rem);
	color: #1e3a8a;
	margin: 60px 0 30px;
}

.wrapper-uro {
	max-width: 980px;
	margin: 0 auto;
	padding: 5rem 1.5rem 6rem;
}

.meta {
	text-align: center;
	color: var(--gray-3);
	font-size: 1.25rem;
	margin-bottom: 4rem;
}
.block {
	margin-bottom: 4.5rem;
}
.block-title {
	color: var(--accent);
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1.8rem;
	border-bottom: 3px solid var(--acc);
	padding-bottom: 0.6rem;
	display: inline-block;
}
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.18rem;
}
th,
td {
	padding: 1.2rem 1.5rem;
	text-align: left;
	border-bottom: 1px solid var(--gray-4);
}
th {
	background: var(--gray-4);
	font-weight: 600;
	color: var(--gray-2);
}
.price {
	font-weight: 700;
	color: var(--red);
	font-size: 1.4rem;
}
.note {
	margin-top: 1.5rem;
	color: var(--gray-3);
	font-style: italic;
	text-align: center;
}
/* Cennik-urodzinowy */
.container-uro {
	max-width: 1200px;
	margin: 5rem auto;
	padding-top: 5rem;
}
.container-uro h1 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 50px;
	font-weight: 800;
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	align-items: stretch;
}

.card-uro {
	background: var(--light);
	border-radius: 20px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
	position: relative;
	border: 2px solid transparent;
}

.card-uro.featured {
	border-color: var(--accent);
	transform: scale(1.05);
	z-index: 10;
}

.badge-uro {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--yellow);
	color: #000;
	padding: 5px 20px;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: bold;
	white-space: nowrap;
}

.card-uro:hover {
	transform: translateY(-5px);
}

.card.featured-uro:hover {
	transform: scale(1.05) translateY(-5px);
}

.card-header-uro {
	text-align: center;
	margin-bottom: 25px;
}

.card-title-uro {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.price-uro {
	font-size: 2rem;
	font-weight: 800;
	color: var(--accent);
}

.price-uro span {
	font-size: 1rem;
	color: var(--text-muted);
	font-weight: normal;
}

.period-uro {
	display: block;
	font-size: 0.9rem;
	color: var(--text-muted);
	margin-top: 5px;
}

.features-list-uro {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	flex-grow: 1;
}

.features-list-uro li {
	margin-bottom: 12px;
	font-size: 0.95rem;
	display: flex;
	align-items: flex-start;
}

.features-list-uro li::before {
	content: '✓';
	color: var(--accent);
	font-weight: bold;
	margin-right: 10px;
}

.btn-uro {
	background-color: var(--accent);
	color: #ffffff;
	text-align: center;
	padding: 15px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	transition: opacity 0.3s;
}

.btn-uro:hover {
	opacity: 0.9;
}

@media (max-width: 768px) {
	.card.featured-uro {
		transform: none;
		margin: 20px 0;
	}
	.card.featured-uro:hover {
		transform: translateY(-5px);
	}
}
@media (max-width: 768px) {
	/* Sekcja tytułowa */
	.section-title {
		font-size: clamp(1.6rem, 6vw, 2.1rem);
		margin: 40px 0 20px;
	}

	.meta {
		font-size: 1.1rem;
		margin-bottom: 3rem;
	}

	/* Wrapper cennika urodzinowego */
	.wrapper-uro {
		padding: 3rem 1rem 4rem;
	}

	.block {
		margin-bottom: 3.5rem;
	}

	.block-title {
		font-size: 1.9rem;
		margin-bottom: 1.4rem;
		padding-bottom: 0.5rem;
	}

	/* Tabela */
	table {
		font-size: 1rem;
	}

	th,
	td {
		padding: 0.9rem 1rem;
	}

	th {
		font-size: 0.95rem;
	}

	.price {
		font-size: 1.25rem;
	}

	.note {
		font-size: 0.95rem;
		margin-top: 1rem;
	}

	/* Główny kontener cennika urodzinowego */
	.container-uro {
		padding-top: 3rem;
		margin: 3rem auto;
	}

	.container-uro h1 {
		font-size: 2.1rem;
		margin-bottom: 2.5rem;
	}

	/* Grid kart */
	.pricing-grid {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 0 1rem;
	}

	/* Karty */
	.card-uro {
		padding: 24px 20px;
		border-radius: 16px;
		min-height: auto;
	}

	.card-uro.featured {
		transform: none !important;
		margin: 24px 0;
		border-width: 3px;
	}

	.card-uro:hover,
	.card.featured-uro:hover {
		transform: translateY(-8px);
	}

	.badge-uro {
		top: -12px;
		padding: 4px 16px;
		font-size: 0.75rem;
	}

	.card-header-uro {
		margin-bottom: 20px;
	}

	.card-title-uro {
		font-size: 1.35rem;
	}

	.price-uro {
		font-size: 1.9rem;
	}

	.price-uro span {
		font-size: 0.9rem;
	}

	.period-uro {
		font-size: 0.85rem;
	}

	/* Lista cech */
	.features-list-uro li {
		font-size: 0.92rem;
		margin-bottom: 10px;
	}

	/* Przycisk */
	.btn-uro {
		padding: 14px;
		font-size: 1.05rem;
		border-radius: 28px;
	}

	/* Dodatkowe poprawki dla bardzo małych ekranów (poniżej ~480px) */
	@media (max-width: 480px) {
		.card-uro {
			padding: 20px 16px;
		}

		.card-title-uro {
			font-size: 1.25rem;
		}

		.price-uro {
			font-size: 1.7rem;
		}

		.btn-uro {
			padding: 12px;
			font-size: 1rem;
		}

		.features-list-uro li {
			font-size: 0.88rem;
		}
	}
}
.extras-section {
	max-width: 1200px;
	margin: 50px auto;
	padding: 20px 0 0 0;
	font-family: 'Arial', sans-serif;
}

.extra-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}

/* Karta FLUO */
.card-fluo {
	flex: 1;
	min-width: 250px;
	background: var(--gradient-fluo);
	border-radius: 30px;
	padding: 30px;
	color: white;
	text-align: center;
	box-shadow: 0 10px 20px rgba(0, 82, 212, 0.3);
	position: relative;
	overflow: hidden;
}

/* Karta MAGICZNE CHWILE */
.card-magic {
	flex: 3;
	min-width: 320px;
	background: linear-gradient(90deg, #f85032, #e73827, #7209b7); /* Przybliżony gradient */
	border-radius: 30px;
	padding: 30px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 10px 20px rgba(114, 9, 183, 0.3);
}

.extra-title {
	font-size: 1.8rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.fluo-price {
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 10px;
}

.magic-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 10px 40px;
	list-style: none;
	padding: 0;
}

.magic-grid li {
	font-size: 1.1rem;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
}

.new-offer-tag {
	background: #facc15;
	color: #1e293b;
	padding: 5px 15px;
	border-radius: 5px;
	font-weight: bold;
	transform: rotate(-10deg);
	display: inline-block;
	margin-top: 15px;
	font-size: 0.8rem;
}

.footer-note {
	text-align: center;
	font-weight: bold;
	color: #1e293b;
	margin-top: 10px;
}

@media (max-width: 768px) {
	.card-magic,
	.card-fluo {
		flex: 1 1 100%;
	}
}
/* Galeria zdjęć */
/* --- GŁÓWNY KONTENER GALERII (FULLSCREEN) --- */
.fullscreen-gallery {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

/* --- SLAJDY (GŁÓWNE ZDJĘCIA) --- */
.slides-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 1.2s ease-in-out,
		visibility 1.2s ease-in-out;
	z-index: 1;
}

.slide.active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

/* Efekt Ken Burnsa (subtelny ruch zdjęcia) */
.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Zdjęcie wypełnia ekran bez rozciągania */
	transform: scale(1.1);
	transition: transform 6s linear;
}

.slide.active img {
	transform: scale(1);
}

/* Subtelny gradient na dole, żeby napisy były czytelne */
.slide::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	z-index: 3;
}

/* --- PODPISY POD ZDJĘCIAMI --- */
.slide-caption {
	position: absolute;
	bottom: 150px; /* Nad miniaturami */
	left: 50px;
	z-index: 10;
	max-width: 500px;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.8s ease 0.5s; /* Opóźnienie pojawienia się */
}

.slide.active .slide-caption {
	opacity: 1;
	transform: translateY(0);
}

.slide-caption h2 {
	font-size: 3rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	color: #fff;
}

.slide-caption p {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
}

/* --- NAWIGACJA (STRZAŁKI) --- */
.nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.2);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 100;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	backdrop-filter: blur(5px); /* Efekt oszronionego szkła */
}

.nav-btn:hover {
	background: rgba(255, 255, 255, 0.3);
	border-color: #fff;
	transform: translateY(-50%) scale(1.1);
}

.prev-btn {
	left: 30px;
}
.next-btn {
	right: 30px;
}

/* --- PASEK MINIATUR (NA DOLE) --- */
.thumbnails-container {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	max-width: 900px;
	display: flex;
	justify-content: center;
	gap: 15px;
	z-index: 100;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50px;
	backdrop-filter: blur(10px);
}

.thumb {
	width: 100px;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	border: 3px solid transparent;
	transition: all 0.3s ease;
	opacity: 0.6;
}

.thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thumb:hover {
	opacity: 1;
	transform: translateY(-5px);
}

.thumb.active {
	border-color: #6366f1; /* Kolor Twojego brandu */
	opacity: 1;
	box-shadow: 0 0 15px rgba(99, 102, 241, 0.5);
}

/* --- RESPONSOWNOŚĆ --- */
@media (max-width: 768px) {
	.slide-caption {
		bottom: 120px;
		left: 20px;
		text-align: center;
		width: 90%;
	}
	.slide-caption h2 {
		font-size: 2rem;
	}
	.nav-btn {
		width: 40px;
		height: 40px;
		font-size: 1rem;
	}
	.prev-btn {
		left: 10px;
	}
	.next-btn {
		right: 10px;
	}
	.thumbnails-container {
		width: 95%;
		gap: 8px;
		bottom: 20px;
	}
	.thumb {
		width: 60px;
		height: 40px;
	}
}

.max-news {
	padding: 50px;
	background: #f0f2f5;
	font-family: Arial, sans-serif;
}
.max-container {
	max-width: 1000px;
	margin: 0 auto;
}
.max-title {
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}

/* Filtry */
.max-filters {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
}
.m-btn {
	padding: 10px 20px;
	border: 2px solid #6366f1;
	background: white;
	color: #6366f1;
	border-radius: 25px;
	cursor: pointer;
	font-weight: bold;
}
.m-btn.active {
	background: #6366f1;
	color: white;
}

/* Karty */
.max-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* max 3 kolumny */
	gap: 20px;
	margin-top: 50px;
}
.max-card {
	background: white;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	max-width: 412px;
}
.max-img {
	height: 200px;
	width: 100%;
}
.max-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.max-body {
	padding: 20px;
}
.btn-article {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0.55rem 1.2rem;
	border: 1px solid rgba(99, 102, 241, 0.4);
	border-radius: 6px;
	color: #4f46e5;
	font-weight: 500;
	font-size: 0.95rem;
	text-decoration: none;
	transition: 0.25s;
}
.btn-article:hover {
	background: rgba(99, 102, 241, 0.08);
	border-color: rgba(99, 102, 241, 0.6);
}

.card-footer {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}

@media (max-width: 768px) {
	.max-grid {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
}
/* Modal */
.max-modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	align-items: center;
	justify-content: center;
}
.max-modal-box {
	background: white;
	padding: 30px;
	border-radius: 15px;
	max-width: 400px;
	width: 90%;
	text-align: center;
}
/* O-nas */
.about-modern {
	padding: 80px 0;
	background: #fff;
	overflow: hidden;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Intro */
.about-intro {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 60px;
}
.section-badge {
	color: #0099ff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.9rem;
	margin-bottom: 15px;
	display: block;
}
.about-intro h3 {
	font-size: 3rem;
	color: #1e293b;
	margin-bottom: 20px;
}
.highlight {
	color: #e11d48;
	position: relative;
}
.lead-text {
	font-size: 1.2rem;
	color: #64748b;
	line-height: 1.8;
}

/* Grid Atrakcji */
.attractions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin-bottom: 80px;
}
.attr-card {
	background: #f8fafc;
	padding: 40px 30px;
	border-radius: 25px;
	transition: all 0.3s ease;
	border: 1px solid #e2e8f0;
}
.attr-card:hover {
	transform: translateY(-10px);
	background: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
	border-color: #0099ff;
}
.attr-icon {
	font-size: 3rem;
	margin-bottom: 20px;
}
.attr-card h3 {
	font-size: 1.4rem;
	color: #1e293b;
	margin-bottom: 15px;
}
.attr-card p {
	color: #64748b;
	font-size: 0.95rem;
	line-height: 1.6;
}

/* Strefa Rodzica */
.parent-zone {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	background: #1e293b;
	color: white;
	border-radius: 40px;
	padding: 60px;
	align-items: center;
}
.parent-text h2 {
	font-size: 2.5rem;
	margin-bottom: 25px;
}
.parent-list {
	list-style: none;
	margin-top: 30px;
}
.parent-list li {
	margin-bottom: 12px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
}
.parent-image {
	background: url('kawiarnia.jpg') center/cover;
	height: 350px;
	border-radius: 30px;
	position: relative;
}
.glass-deco {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	padding: 15px 25px;
	border-radius: 15px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.parent-zone {
		grid-template-columns: 1fr;
		padding: 40px 20px;
		max-height: 400px;
	}
	.about-intro h1 {
		font-size: 2.2rem;
	}
	.attr-card {
		text-align: center;
	}
}
/* Opinie */
/* --- OPINIE --- */
.opinie-pf {
	padding: 80px 0;
	background: #f8fafc;
	text-align: center;
}

.opinie-pf h2 {
	font-size: 2.4rem;
	margin-bottom: 1rem;
	color: #1e40af;
}

.subtitle-main {
	font-size: 1.2rem;
	color: #64748b;
	margin-bottom: 3rem;
}

.opinie-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.opinia {
	background: white;
	border-radius: 12px;
	padding: 1.8rem 1.6rem;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	text-align: left;
	position: relative;
	transition: transform 0.25s;
}

.opinia:hover {
	transform: translateY(-6px);
}

.gwiazdki {
	color: #fac960;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.tresc {
	font-size: 1.05rem;
	line-height: 1.55;
	color: #334155;
	margin-bottom: 1.2rem;
}

.meta {
	display: flex;
	justify-content: space-between;
	font-size: 0.95rem;
	color: #64748b;
}

.autor {
	font-weight: 600;
}

.cta-opinia {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(135deg, #60a5fa22, #fac96011);
	border: 2px dashed #60a5fa;
}

.btn-pf {
	display: inline-block;
	margin-top: 1rem;
	padding: 0.9rem 1.8rem;
	background: #60a5fa;
	color: white;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
}

.btn-pf:hover {
	background: #3b82f6;
}
.hero-btns {
	margin-top: 2rem;
}
.btn-primary,
.btn-secondary {
	padding: 0.9rem 1.6rem;
	color: #fff;
	border-radius: 1rem;
	text-decoration: none;
	font-weight: 600;
	transition:
		transform 0.2s ease,
		background-color 0.2s ease;
	transform: scale(1) !important;
}
.btn-primary {
	background: var(--accent);
}
.btn-secondary {
	background-color: var(--purple-dark);
}
.btn-primary:hover,
.btn-secondary:hover {
	background-color: var(--secondary);
	transform: scale(1.1) !important;
}

@media (max-width: 768px) {
	.hero {
		text-align: center;
	}
	.stats-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
.faq {
	max-width: 900px;
	margin: 4rem auto;
	padding: 0 1.5rem;
}

.faq_title {
	font-size: 2rem;
	margin-bottom: 2rem;
	text-align: left;
}

.faq_list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

/* Pojedynczy element FAQ */
.faq-item {
	border-radius: 0.75rem;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	overflow: hidden;
}

/* Pytanie */
.faq-item_question {
	width: 100%;
	padding: 1rem 1.25rem;
	background: transparent;
	border: none;
	text-align: left;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

/* Strzałka (pseudo-ikonka) */
.faq-item_question::after {
	content: '＋';
	font-size: 1.1rem;
	transition:
		transform 0.2s ease,
		color 0.2s ease;
}

/* Gdy otwarte */
.faq-item_question[aria-expanded='true']::after {
	content: '－';
}

/* Odpowiedź */
.faq-item_answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 1.25rem;
	transition:
		max-height 0.25s ease,
		padding-bottom 0.25s ease;
	font-size: 0.95rem;
	line-height: 1.6;
}

/* Treść po otwarciu (padding dodajemy w JS przez klasę) */
.faq-item_answer.is-open {
	padding-bottom: 1rem;
}

/* Lista checklist */
.checklist {
	list-style: none;
	padding-left: 0;
	margin: 0.5rem 0 0;
}

.checklist li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.35rem;
}

.checklist li::before {
	content: '✔';
	position: absolute;
	left: 0;
	top: 0.1rem;
	font-size: 0.85rem;
	color: #16a34a;
}

/* Linki w odpowiedziach */
.faq-item_answer a {
	color: #2563eb;
	text-decoration: underline;
}

/* Hover na pytaniu */
.faq-item_question:hover {
	background: #f9fafb;
}
.contact-horizontal {
	padding: 4rem 1.5rem;
	background: #ffffff;
}

.contact-horizontal_container {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	gap: 3rem;
	align-items: stretch;
}

.contact-horizontal_info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-horizontal_title {
	font-size: 2.2rem;
	margin-bottom: 0.5rem;
}

.contact-horizontal_desc {
	font-size: 1.1rem;
	color: #6b7280;
	margin-bottom: 1.5rem;
}

.contact-horizontal_list {
	list-style: none;
	padding: 0;
	margin: 0 0 2rem;
	font-size: 1.1rem;
	line-height: 1.7;
}

.contact-horizontal_list a {
	color: #2563eb;
	font-weight: 600;
}

.contact-horizontal_buttons {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	flex-wrap: wrap;
}
.contact-horizontal_list li a {
	text-decoration: none;
	color: #000;
}

.btn-h {
	padding: 0.7rem 0 0.7rem;
	background: #2563eb;
	color: #fff;
	border-radius: 0.8rem;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	transition: 0.2s ease;
}

.btn-h:hover {
	background: #1e4fc7;
}

.contact-horizontal_map {
	flex: 1.2;
	height: 380px;
	border-radius: 1.2rem;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px) {
	.contact-horizontal_container {
		flex-direction: column;
	}

	.contact-horizontal_map {
		height: 300px;
	}
}
nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(226, 232, 240, 0.5);
	transition: box-shadow 0.3s;
}
nav.scrolled {
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}
.nav-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.logo {
	font-size: 2.2rem;
	font-weight: 700;
	text-decoration: none;
}
.dropdown {
	position: relative;
}

.dropdown-item,
.nav-links a {
	color: var(--dark);
	text-decoration: none;
}
.nav-links {
	display: flex;
	gap: 2.5rem;
	font-weight: 500;
	align-items: center;
}
.nav-links a {
	transition: color 0.25s;
}
.dropdown-toggle {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 0.4rem;
}
.dropdown-toggle::after {
	content: '▼';
	font-size: 0.7rem;
	opacity: 0.7;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: 220px;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	padding: 0.8rem 0;
	margin-top: 0.5rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: 0.25s;
}
.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.dropdown-item {
	display: block;
	padding: 0.75rem 1.5rem;
	transition: background 0.2s;
}
.dropdown-item:hover {
	background: rgba(99, 102, 241, 0.08);
}

.hamburger {
	display: none;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
}
.hamburger span {
	width: 28px;
	height: 3px;
	background: var(--dark);
	border-radius: 2px;
	transition: 0.3s;
}
@media (max-width: 768px) {
	.nav-links,
	.proces-timeline_list::before {
		display: none;
	}
	.hamburger {
		display: flex;
	}
	.nav-links.active {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		top: 80px;
		left: 0;
		right: 0;
		background: #fff;
		padding: 2rem 1.5rem;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
		z-index: 999;
	}
	.dropdown-menu {
		display: none;
		opacity: 0;
		visibility: hidden;
		height: 0;
		overflow: hidden;
		transition: 0.25s;

		position: static;
		width: 100%;
		background: #f8f9ff;
		margin: 0.5rem 0;
		padding-left: 1rem;
		box-shadow: none;
	}
	.dropdown.active .dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		height: auto;
		padding: 0.8rem 0;
	}
}
