/*-----CONTENTS-----*/
/* 1.  Variables         */
/* 2.  Reset             */
/* 3.  Base              */
/* 4.  Preloader         */
/* 5.  Navigation        */
/* 6.  Slider / Hero     */
/* 7.  Offer             */
/* 8.  Routes            */
/* 9.  Rafting           */
/* 10. Parallax          */
/* 11. Price List        */
/* 12. Why Us            */
/* 13. Gallery           */
/* 14. Lightbox          */
/* 15. Contact           */
/* 16. Cookie Banner     */
/* 17. Scroll Top        */
/* 18. Privacy Policy    */

/* ============================================================
   1. Variables
   ============================================================ */
:root {
	--main-color: #ffab33;
	--second-color: #4c7b41;
	--accent-color: #24c4e8;
	--bg-cream: #fff1dc;
	--bg-green-lt: #e8f0e4;
	--wave-h: 70px;
}

/* ============================================================
   2. Reset
   ============================================================ */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	scroll-behavior: smooth;
	font-size: 10px;
	-webkit-font-smoothing: antialiased;
}

body {
	min-height: 100%;
	font-family: "Roboto", sans-serif;
	line-height: 1.6;
	font-size: 1.6rem;
	background-color: #fff;
	color: #222;
	-webkit-overflow-scrolling: touch;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}
input,
button,
textarea,
select {
	font: inherit;
}
a {
	color: inherit;
	text-decoration: none;
}
ul,
ol {
	list-style: none;
}

/* ============================================================
   3. Base
   ============================================================ */
.header-title {
	font-weight: 600;
	text-transform: uppercase;
	color: var(--main-color);
	position: relative;
	margin-bottom: 1rem;
}

.header-title h2 {
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(3.2rem, 5vw, 5.5rem);
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	letter-spacing: 0.06em;
}

h3 {
	font-size: 2.6rem;
}
h4 {
	font-size: 2.1rem;
}
h5 {
	font-size: 1.7rem;
}
h6 {
	font-size: 1.4rem;
}

/* POPRAWKA: Zwiększony margines przewijania (z 90 na 110px) */
section {
	scroll-margin-top: 60px;
}

.sec-wave {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 20;
	line-height: 0;
	pointer-events: none;
}

.sec-wave svg {
	width: 100%;
	height: var(--wave-h);
	display: block;
}

/* ============================================================
   4. Preloader
   ============================================================ */
#preloader {
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:
		opacity 0.6s ease,
		visibility 0.6s ease;
}

#preloader.hidden {
	opacity: 0;
	visibility: hidden;
}

.preloader-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.8rem;
}

.kayak-spinner {
	width: 120px;
	height: 120px;
	animation: kayakSpin 1.8s linear infinite;
	filter: drop-shadow(0 4px 12px rgba(76, 123, 65, 0.25));
}

.kayak-spinner img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.preloader-text {
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	color: var(--second-color);
	margin: 0;
	animation: preloaderPulse 1.8s ease-in-out infinite;
}

@keyframes kayakSpin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes preloaderPulse {
	0%,
	100% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
}

/* ============================================================
   5. Navigation
   ============================================================ */
.header {
	transition:
		background 0.4s ease,
		box-shadow 0.4s ease,
		padding 0.3s ease;
	padding: 0;
	z-index: 1000;
}

/* Stan bazowy (na slajderze) */
.header:not(.scrolled) {
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.7) 0%,
		rgba(0, 0, 0, 0) 100%
	);
}

.header-container {
	padding: 1.2rem 0;
	transition: padding 0.3s ease;
}

/* Stan po przewinięciu (białe tło) */
.header.scrolled {
	background: rgba(255, 255, 255, 0.98) !important;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(8px);
}

.header.scrolled .header-container {
	padding: 0.6rem 0;
}

.navbar-brand img {
	height: 60px;
	transition: height 0.3s ease;
}
.header.scrolled .navbar-brand img {
	height: 48px;
}

/* Linki - Ustawienia ogólne */
.navbar-nav .nav-link {
	font-size: clamp(1.35rem, 1.3vw, 1.55rem);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 0.5rem 1rem !important;
	position: relative;
	transition: color 0.25s ease;
	color: rgba(255, 255, 255, 0.9); /* Domyślny na slajderze */
}

/* Pasek pod linkiem */
.navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 1rem;
	right: 1rem;
	height: 2px;
	transform: scaleX(0);
	transition:
		transform 0.3s ease,
		background 0.3s ease;
	border-radius: 2px;
}

/* --- LOGIKA KOLORÓW (NAJWAŻNIEJSZE) --- */

/* 1. Kolor napisu po scrollu (Baza) */
.header.scrolled .navbar-nav .nav-link {
	color: #333;
}

/* 2. ZAWSZE AKTYWNY (Zawsze Żółty Napis + Żółty Pasek) */
.navbar-nav .nav-link.active {
	color: var(--main-color) !important;
	font-weight: 700;
}
.navbar-nav .nav-link.active::after {
	transform: scaleX(1);
	background: var(--main-color) !important;
}

/* 3. HOVER gdy NIE MA scrolla (Żółty Napis + Żółty Pasek) */
.header:not(.scrolled) .nav-link:hover {
	color: var(--main-color) !important;
}
.header:not(.scrolled) .nav-link:hover::after {
	transform: scaleX(1);
	background: var(--main-color) !important;
}

/* 4. HOVER gdy JEST scroll (Zielony Napis + Zielony Pasek) */
.header.scrolled .nav-link:hover {
	color: var(--second-color) !important;
}
.header.scrolled .nav-link:hover::after {
	transform: scaleX(1);
	background: var(--second-color) !important;
}

/* Toggler (Mobile) */
.navbar-toggler {
	border: none;
	padding: 6px;
	outline: none;
	box-shadow: none !important;
}
.navbar-toggler span {
	display: block;
	width: 26px;
	height: 2px;
	background: #fff;
	margin: 5px 0;
	transition: 0.3s;
}
.header.scrolled .navbar-toggler span {
	background: #333;
}

/* Styl mobilny */
@media (max-width: 767px) {
	.navbar-collapse {
		background: #fff;
		border-radius: 12px;
		margin-top: 10px;
		padding: 10px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	}
	.navbar-nav .nav-link {
		color: #333 !important;
		padding: 10px 15px !important;
	}
	.navbar-nav .nav-link::after {
		display: none;
	}

	.navbar-nav .nav-link.active {
		background: rgba(255, 171, 51, 0.1);
	}
	.navbar-nav .nav-link:hover {
		color: var(--second-color) !important;
		background: rgba(76, 123, 65, 0.05);
	}
}
/* ============================================================
   6. Slider / Hero
   ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@400;600&display=swap");

.slider-section {
	width: 100%;
	position: relative;
	overflow: visible;
	z-index: 2;
}

.slider-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	max-height: calc(100vh - var(--wave-h));
	overflow: hidden;
}

.slider-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.slider-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.08) 0%,
		rgba(0, 0, 0, 0.35) 60%,
		rgba(0, 0, 0, 0.65) 100%
	);
	z-index: 1;
}

.slider-content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: clamp(3rem, 6vw, 8rem);
	text-align: center;
	color: #fff;
}

.slider-badge {
	display: inline-block;
	background: rgba(255, 171, 51, 0.2);
	border: 1px solid rgba(255, 171, 51, 0.6);
	backdrop-filter: blur(6px);
	color: var(--main-color);
	font-size: clamp(0.9rem, 1.2vw, 1.4rem);
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	padding: 0.4em 1.2em;
	border-radius: 999px;
	margin-bottom: clamp(0.6rem, 1.5vw, 1.2rem);
	animation: fadeSlideUp 0.8s ease both;
}

.slider-heading {
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(3rem, 8vw, 10rem);
	line-height: 0.9;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.15em;
	margin-bottom: clamp(0.6rem, 1.5vw, 1.4rem);
	animation: fadeSlideUp 0.9s ease 0.1s both;
}

.slider-heading-sub {
	font-family: "Roboto", sans-serif;
	font-size: clamp(1rem, 2.2vw, 2.8rem);
	font-weight: 300;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: var(--main-color);
}

.slider-rivers {
	display: flex;
	align-items: center;
	gap: clamp(0.4rem, 1vw, 1rem);
	font-size: clamp(0.8rem, 1.3vw, 1.6rem);
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: clamp(1.2rem, 3vw, 3rem);
	animation: fadeSlideUp 1s ease 0.2s both;
}

.slider-rivers .dot {
	color: var(--main-color);
}

.slider-btn {
	display: inline-block;
	background: var(--main-color);
	color: #1a1a1a;
	font-family: "Roboto", sans-serif;
	font-size: clamp(0.9rem, 1.3vw, 1.6rem);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: clamp(0.7em, 1.2vw, 1em) clamp(1.8em, 3vw, 3em);
	border-radius: 4px;
	transition:
		background 0.25s,
		transform 0.2s,
		box-shadow 0.25s;
	box-shadow: 0 4px 20px rgba(255, 171, 51, 0.4);
	animation: fadeSlideUp 1s ease 0.3s both;
}

.slider-btn:hover {
	background: #fff;
	color: #1a1a1a;
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(255, 171, 51, 0.5);
}

/* Fala slidera — klasa sec-wave: position absolute bottom:-1px */

@keyframes fadeSlideUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 576px) {
	.slider-wrapper {
		aspect-ratio: 4 / 3;
		max-height: none;
	}
	.slider-rivers {
		flex-wrap: wrap;
		justify-content: center;
	}
}

/* ============================================================
   7. Offer
   ============================================================ */
.offer-section {
	background-color: var(--bg-cream);
	padding: 8rem 0;
	position: relative;
	overflow: hidden;
}

.offer-header h2 {
	color: var(--second-color) !important;
}

.offer-lead {
	color: #555;
	font-size: 1.75rem;
	max-width: 750px;
	margin: 1.5rem auto 6rem;
	line-height: 1.8;
}

/* Split Rows */
.offer-split-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6rem;
	align-items: center;
	margin-bottom: 8rem;
}

.offer-split-heading {
	font-family: "Bebas Neue", sans-serif;
	font-size: 3.8rem;
	color: var(--second-color);
	margin-bottom: 2rem;
	letter-spacing: 0.05em;
}

.offer-split-text p {
	font-size: 1.6rem;
	color: #444;
	line-height: 1.8;
}

.offer-split-text p span {
	color: var(--main-color);
	font-weight: 700;
}

/* Modern Polaroid */
.modern-polaroid {
	background: #fff;
	padding: 15px 15px 45px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
	transition: transform 0.4s ease;
	max-width: 450px;
	margin: 0 auto;
}

.modern-polaroid img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.tilt-right {
	transform: rotate(3deg);
}
.tilt-left {
	transform: rotate(-3deg);
}

.modern-polaroid:hover {
	transform: rotate(0deg) scale(1.03);
	z-index: 5;
}

/* Feature Grid (8 Boxes) */
.offer-features-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	margin-bottom: 8rem;
}

.feature-card {
	background: #fff;
	padding: 3rem 2rem;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease;
	position: relative;
	border-bottom: 4px solid transparent;
}

.feature-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
	border-bottom-color: var(--main-color);
}

.feature-icon {
	font-size: 3rem;
	color: var(--second-color);
	margin-bottom: 1.5rem;
	transition: 0.3s;
}

.feature-card:hover .feature-icon {
	color: var(--main-color);
	transform: scale(1.15);
}

.feature-card h4 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.2rem;
	color: var(--second-color);
	margin-bottom: 1rem;
	letter-spacing: 0.04em;
}

.feature-card p {
	font-size: 1.35rem;
	color: #777;
	line-height: 1.6;
	margin: 0;
}

/* Dla kogo section */
.for-whom-intro {
	font-weight: 700;
	color: var(--second-color) !important;
	font-size: 1.8rem !important;
	margin-bottom: 1rem !important;
}

.offer-list-simple {
	list-style: none;
	padding: 0;
	margin-top: 2rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.offer-list-simple li {
	font-size: 1.5rem;
	font-weight: 600;
	color: #444;
	display: flex;
	align-items: center;
	gap: 10px;
}

.offer-list-simple li i {
	color: var(--main-color);
}

/* Responsive */
@media (max-width: 992px) {
	.offer-split-row {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.offer-reverse .offer-split-photo {
		order: 1;
	}
	.offer-features-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.offer-list-simple {
		grid-template-columns: 1fr;
		text-align: left;
		max-width: 300px;
		margin: 2rem auto 0;
	}
}

@media (max-width: 576px) {
	.offer-features-grid {
		grid-template-columns: 1fr;
	}
	.modern-polaroid img {
		height: 250px;
	}
}
/* ============================================================
   8. Routes 
   ============================================================ */
.routes-section {
	background-color: var(--bg-green-lt);
	padding: 8rem 0;
	position: relative;
	overflow: hidden;
}

.routes-header h2 {
	color: var(--second-color) !important;
}

.routes-intro {
	max-width: 800px;
	margin: 1.5rem auto 4rem;
	font-size: 1.7rem;
	color: #444;
	line-height: 1.7;
}

.routes-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.2rem;
	margin-bottom: 4rem;
}

.route-btn {
	background: #fff;
	border: none;
	border-radius: 12px;
	padding: 1.4rem 3rem;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2rem;
	letter-spacing: 0.05em;
	color: #555;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.route-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	color: var(--second-color);
}

.route-btn.active {
	background: var(--main-color);
	color: #1a1a1a;
	box-shadow: 0 6px 15px rgba(255, 171, 51, 0.3);
}

.routes-container {
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
	min-height: 500px;
}

.route-panel {
	display: none;
	animation: fadeInRoute 0.5s ease both;
}

.route-panel.active {
	display: block;
}

@keyframes fadeInRoute {
	from {
		opacity: 0;
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.route-hero {
	position: relative;
	height: 380px;
}

.route-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.route-badge {
	position: absolute;
	top: 2rem;
	right: 2rem;
	background: var(--main-color);
	color: #1a1a1a;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2rem;
	padding: 0.6rem 2.2rem;
	border-radius: 50px;
}

.route-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	padding: 5rem;
}

.route-description h3 {
	font-family: "Bebas Neue", sans-serif;
	color: var(--second-color);
	font-size: 3.8rem;
	margin-bottom: 1.5rem;
}

.route-extra-info {
	margin-top: 2.5rem;
	background: #fff9f0;
	border-left: 4px solid var(--main-color);
	padding: 1.5rem 2rem;
	font-size: 1.5rem;
	display: flex;
	gap: 1.2rem;
	align-items: center;
}

.track-cards {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.track-card {
	background: #fcfcfc;
	border: 1px solid #eee;
	padding: 1.8rem 2.5rem;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	font-weight: 700;
}

.track-time {
	color: var(--main-color);
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

/* Sekcja Bukowa */
.route-wild-flex {
	padding: 6rem;
	display: flex;
	align-items: center;
	gap: 6rem;
}

.btn-wild {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: var(--second-color);
	color: #fff;
	padding: 1.4rem 3.5rem;
	border-radius: 12px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.2rem;
}

.w-feat {
	background: #f4f8f3;
	padding: 1.8rem 2.5rem;
	border-radius: 15px;
	font-weight: 700;
	color: var(--second-color);
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

/* Sekcja 2 Dni (POPRAWIONE KLASY) */
.twodays-content {
	padding: 6rem;
	text-align: center;
}

.twodays-header h3 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 4.2rem;
	color: var(--second-color);
}

.twodays-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.5rem;
	margin-top: 5rem;
}

.twodays-item {
	background: #fff;
	border: 1px solid #f0f0f0;
	padding: 4rem 2rem;
	border-radius: 20px;
	transition: 0.3s;
}

.twodays-item i {
	font-size: 4rem;
	color: var(--main-color);
	margin-bottom: 2rem;
}

.twodays-item h5 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.2rem;
	color: #333;
}

.twodays-item:hover {
	border-color: var(--main-color);
	transform: translateY(-8px);
}

@media (max-width: 992px) {
	.route-info-grid {
		grid-template-columns: 1fr;
	}
	.route-wild-flex {
		flex-direction: column;
		text-align: center;
	}
	.twodays-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 576px) {
	.twodays-grid {
		grid-template-columns: 1fr;
	}
}
/* ============================================================
   9. Rafting
   ============================================================ */
.rafting-section {
	background-color: var(--bg-cream);
	padding: 8rem 0;
	position: relative;
	overflow: hidden;
}

.rafting-header h2 {
	color: var(--second-color) !important;
}

.rafting-lead {
	color: #555;
	font-size: 1.7rem;
	max-width: 600px;
	margin: 1.5rem auto 6rem;
}

.adventure-timeline {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 0;
}

/* Pionowa linia */
.timeline-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background: rgba(76, 123, 65, 0.15);
	transform: translateX(-50%);
	border-radius: 2px;
}

.rafting-step {
	position: relative;
	margin-bottom: 6rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
}

.rafting-step:last-child {
	margin-bottom: 0;
}

/* Kółko z numerem */
.step-icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 46px;
	height: 46px;
	background: #fff;
	border: 3px solid #ddd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.2rem;
	color: #999;
	z-index: 5;
	transition: all 0.4s ease;
}

/* Treść boksów */
.step-content {
	width: 44%;
	transition: all 0.4s ease;
}

.rafting-step:nth-child(even) .step-content {
	margin-left: auto;
}
.rafting-step:nth-child(odd) .step-content {
	margin-right: auto;
}

.step-inner {
	background: #fff;
	padding: 3rem;
	border-radius: 20px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
	text-align: center; /* Wyśrodkowanie treści */
	display: flex;
	flex-direction: column;
	align-items: center; /* Wyśrodkowanie ikony i nagłówka */
	transition: all 0.4s ease;
	border: 2px solid transparent;
}

.step-inner i {
	font-size: 3.8rem; /* Powiększona ikona */
	color: var(--second-color);
	margin-bottom: 1.5rem;
	opacity: 0.4;
	transition: 0.4s;
}

.step-inner h4 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.6rem;
	color: var(--second-color);
	margin-bottom: 1.2rem;
	letter-spacing: 0.04em;
}

.step-inner p {
	font-size: 1.55rem;
	color: #777;
	margin: 0;
	line-height: 1.7;
}

.step-inner a {
	color: var(--second-color);
	font-weight: 700;
}

/* --- EFEKT AKTYWNEGO BOKSU PRZY SCROLLU --- */

.rafting-step.active .step-icon {
	background: var(--main-color);
	border-color: var(--main-color);
	color: #1a1a1a;
	transform: translateX(-50%) scale(1.2);
}

.rafting-step.active .step-inner {
	transform: scale(1.08); /* Powiększenie boksu */
	border-color: var(--main-color);
	box-shadow: 0 15px 45px rgba(255, 171, 51, 0.2);
}

.rafting-step.active .step-inner i {
	color: var(--main-color);
	opacity: 1;
	transform: translateY(-5px);
}

.rafting-step.active .step-inner h4 {
	color: #1a1a1a;
}

.rafting-step.active .step-inner p {
	color: #444;
}

/* RWD - Urządzenia mobilne */
@media (max-width: 992px) {
	.timeline-line {
		left: 25px;
		transform: none;
	}
	.step-icon {
		left: 25px;
		transform: none;
	}
	.rafting-step.active .step-icon {
		left: 25px;
		transform: scale(1.15);
	}
	.step-content {
		width: calc(100% - 70px);
		margin-left: 70px !important;
	}
	.step-inner {
		text-align: left;
		align-items: flex-start;
	}
	.rafting-step.active .step-inner {
		transform: scale(1.03);
	}
}

@media (max-width: 576px) {
	.step-inner {
		padding: 2rem;
	}
	.step-inner i {
		font-size: 3rem;
	}
}
/* ============================================================
   10. Parallax
   ============================================================ */
.parallax-section {
	position: relative;
	height: 60vh;
	overflow: hidden;
	z-index: 3;
}

.parallax-bg {
	position: absolute;
	top: -50%;
	left: 0;
	right: 0;
	bottom: -50%;
	background-image: url("../img/Paralax/paralax.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	will-change: transform;
}

.parallax-section::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.15);
	z-index: 1;
}

/* Fale paralaksu: absolutne wewnątrz overflow:hidden */
.parallax-wave-top,
.parallax-wave-bottom {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	line-height: 0;
	pointer-events: none;
}

.parallax-wave-top {
	top: -1px;
}
.parallax-wave-bottom {
	bottom: -1px;
}

.parallax-wave-top svg,
.parallax-wave-bottom svg {
	width: 100%;
	height: var(--wave-h);
	display: block;
}

@media (max-width: 768px) {
	.parallax-section {
		height: 35vh;
	}
	.parallax-bg {
		top: -20%;
		bottom: -20%;
	}
}

/* ============================================================
   11. Price List
   ============================================================ */
.price-section {
	background-color: var(--bg-cream);
	padding: 8rem 0;
	position: relative;
}

.price-header h2 {
	color: var(--second-color) !important;
}

.price-lead {
	color: #555;
	font-size: 1.7rem;
	max-width: 600px;
	margin: 1.5rem auto 5rem;
}

/* Główna karta */
.price-main-wrapper {
	max-width: 900px;
	margin: 0 auto 5rem;
}

.price-primary-card {
	background: #fff;
	border-radius: 30px;
	display: flex;
	overflow: hidden;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.price-card-side {
	padding: 5rem;
}

.info-side {
	flex: 1.2;
	background: #fff;
	position: relative;
}

.value-side {
	flex: 1;
	background: var(--second-color);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.price-tag {
	display: inline-block;
	background: rgba(255, 171, 51, 0.15);
	color: var(--main-color);
	padding: 0.5rem 1.5rem;
	border-radius: 50px;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 2rem;
}

.info-side h3 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 4rem;
	color: var(--second-color);
	margin-bottom: 1.5rem;
}

.info-side p {
	font-size: 1.6rem;
	color: #666;
	margin-bottom: 2.5rem;
}

.price-features {
	padding: 0;
	list-style: none;
}

.price-features li {
	font-size: 1.6rem;
	font-weight: 600;
	color: #444;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.price-features li i {
	color: var(--main-color);
	font-size: 1.8rem;
}

/* Prawa strona karty (Cena) */
.price-amount {
	display: flex;
	align-items: flex-start;
	margin-bottom: 2rem;
}

.price-amount .currency {
	font-family: "Bebas Neue", sans-serif;
	font-size: 3rem;
	margin-top: 1rem;
	margin-right: 0.5rem;
	color: var(--main-color);
}

.price-amount .number {
	font-family: "Bebas Neue", sans-serif;
	font-size: 12rem;
	line-height: 0.8;
}

.price-amount .period {
	align-self: flex-end;
	font-size: 1.8rem;
	font-weight: 300;
	opacity: 0.7;
	margin-bottom: 1rem;
	margin-left: 0.5rem;
}

.btn-price-action {
	display: inline-block;
	background: var(--main-color);
	color: #1a1a1a;
	padding: 1.5rem 4rem;
	border-radius: 15px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	transition: 0.3s;
	margin-bottom: 1.5rem;
}

.btn-price-action:hover {
	background: #fff;
	transform: scale(1.05);
	color: var(--second-color);
}

.price-notice {
	font-size: 1.2rem;
	opacity: 0.6;
}

/* Grid dodatków */
.price-extra-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.extra-item {
	background: #fff;
	padding: 4rem 3rem;
	border-radius: 25px;
	text-align: center;
	transition: 0.4s;
	border: 1px solid transparent;
}

.extra-item:hover {
	transform: translateY(-10px);
	border-color: var(--main-color);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.extra-icon {
	width: 70px;
	height: 70px;
	background: var(--bg-green-lt);
	color: var(--second-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2.5rem;
	font-size: 2.5rem;
	transition: 0.3s;
}

.extra-item:hover .extra-icon {
	background: var(--main-color);
	color: #1a1a1a;
}

.extra-item h4 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.4rem;
	color: var(--second-color);
	margin-bottom: 1.5rem;
}

.extra-item p {
	font-size: 1.45rem;
	color: #777;
	line-height: 1.7;
}

/* RWD */
@media (max-width: 992px) {
	.price-primary-card {
		flex-direction: column;
	}
	.price-card-side {
		padding: 4rem 2rem;
	}
	.price-extra-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 576px) {
	.price-amount .number {
		font-size: 9rem;
	}
	.info-side h3 {
		font-size: 3rem;
	}
}

/* ============================================================
   12. Why Us
   ============================================================ */
.whyus-section {
	background-color: var(--bg-green-lt);
	padding: 8rem 0;
	position: relative;
}

.whyus-header h2 {
	color: var(--second-color) !important;
}

/* Styl Manifestu */
.whyus-manifest {
	max-width: 900px;
	margin: 0 auto 6rem;
	text-align: center;
}

.manifest-line {
	font-family: "Bebas Neue", sans-serif;
	font-size: 3.2rem;
	color: var(--second-color);
	margin-bottom: 2rem;
	line-height: 1.2;
}

.manifest-grid {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 2.5rem;
}

.manifest-grid span {
	font-size: 1.8rem;
	font-style: italic;
	color: #555;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.manifest-grid span i {
	font-size: 1.2rem;
	color: var(--main-color);
	opacity: 0.6;
}

.manifest-closing {
	font-weight: 700;
	font-size: 1.6rem;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* Grid Kart */
.whyus-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem;
	margin-bottom: 5rem;
}

.why-card {
	background: #fff;
	padding: 4rem 3rem;
	border-radius: 25px;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-bottom: 5px solid transparent;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.why-card:hover {
	transform: translateY(-12px);
	border-bottom-color: var(--main-color);
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.why-card-icon {
	width: 80px;
	height: 80px;
	background: var(--bg-green-lt);
	color: var(--second-color);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2.5rem;
	font-size: 3.2rem;
	transition: all 0.4s ease;
}

.why-card:hover .why-card-icon {
	background: var(--main-color);
	color: #1a1a1a;
	transform: rotate(10deg);
}

.why-card h4 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.6rem;
	color: var(--second-color);
	margin-bottom: 1.5rem;
	letter-spacing: 0.05em;
}

.why-card p {
	font-size: 1.5rem;
	color: #666;
	line-height: 1.7;
	margin: 0;
}

/* Footer tekstu */
.whyus-footer-text p {
	font-family: "Bebas Neue", sans-serif;
	font-size: 3rem;
	color: var(--main-color);
	letter-spacing: 0.1em;
}

/* RWD */
@media (max-width: 992px) {
	.whyus-cards-grid {
		grid-template-columns: 1fr 1fr;
	}
	.manifest-line {
		font-size: 2.6rem;
	}
}

@media (max-width: 640px) {
	.whyus-cards-grid {
		grid-template-columns: 1fr;
	}
	.manifest-grid span {
		font-size: 1.5rem;
	}
}

/* ============================================================
   13. Gallery 
   ============================================================ */
.gallery-section {
	background: var(--bg-cream);
	padding: 8rem 0;
	position: relative;
}

.gallery-header h2 {
	color: var(--second-color) !important;
}

.gallery-lead {
	color: #555;
	font-size: 1.7rem;
	margin-bottom: 4rem;
}

/* Kontener Mozaiki */
.gallery-mosaic {
	display: grid;
	/* Sztywne 4 kolumny na desktopie zapobiegają dziurom */
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 220px;
	grid-auto-flow: dense;
	gap: 12px;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s ease;
}

.gallery-item.visible {
	opacity: 1;
	transform: translateY(0);
}

/* Warianty kafelków */
.gallery-item.tall {
	grid-row: span 2;
}

.gallery-item.wide {
	grid-column: span 2;
}

.gallery-item.big {
	grid-column: span 2;
	grid-row: span 2;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-item:hover img {
	transform: scale(1.08);
}

.gallery-overlay {
	position: absolute;
	inset: 0;
	background: rgba(76, 123, 65, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	color: #fff;
	z-index: 2;
}

.gallery-overlay i {
	font-size: 3rem;
	transform: scale(0.6);
	transition: transform 0.3s ease;
}

.gallery-overlay span {
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
}

.gallery-item:hover .gallery-overlay {
	opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
	transform: scale(1);
}

/* RWD - Tablety */
@media (max-width: 1024px) {
	.gallery-mosaic {
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: 180px;
	}
}

/* RWD - Telefony (Duże) */
@media (max-width: 768px) {
	.gallery-mosaic {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 160px;
	}
	.gallery-item.big {
		grid-column: span 2;
		grid-row: span 2;
	}
}

/* RWD - Małe telefony */
@media (max-width: 480px) {
	.gallery-mosaic {
		grid-template-columns: 1fr;
		grid-auto-rows: 240px;
	}
	.gallery-item.tall,
	.gallery-item.wide,
	.gallery-item.big {
		grid-row: span 1;
		grid-column: span 1;
	}
}

/* ============================================================
   14. Lightbox
   ============================================================ */
.lightbox {
	position: fixed;
	inset: 0;
	z-index: 9000;
	background: rgba(10, 18, 12, 0.96);
	backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
}

.lightbox.open {
	opacity: 1;
	visibility: visible;
}

.lightbox-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 60px 80px;
}

.lightbox-img-wrap {
	position: relative;
	max-width: 90vw;
	max-height: 85vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lightbox-img-wrap img {
	max-width: 90vw;
	max-height: 85vh;
	object-fit: contain;
	border-radius: 6px;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.7);
	display: block;
	transition:
		opacity 0.22s ease,
		transform 0.22s ease;
}

.lightbox-img-wrap img.switching {
	opacity: 0;
	transform: scale(0.96);
}

/* Przyciski strzałek */
.lightbox-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 54px;
	height: 54px;
	background: rgba(255, 255, 255, 0.1);
	border: 1.5px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #fff;
	font-size: 1.8rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:
		background 0.2s,
		border-color 0.2s,
		transform 0.2s;
	z-index: 3;
	flex-shrink: 0;
}

.lightbox-btn:hover {
	background: var(--second-color);
	border-color: var(--second-color);
	transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
	left: 16px;
}
.lightbox-next {
	right: 16px;
}

/* Przycisk zamknięcia */
.lightbox-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.1);
	border: 1.5px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	color: #fff;
	font-size: 1.6rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:
		background 0.2s,
		transform 0.2s;
	z-index: 4;
}

.lightbox-close:hover {
	background: rgba(220, 50, 50, 0.7);
	transform: scale(1.1) rotate(90deg);
}

/* Licznik */
.lightbox-counter {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

/* Wskaźniki (kropki) */
.lightbox-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 80vw;
}

.lightbox-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	cursor: pointer;
	transition:
		background 0.2s,
		transform 0.2s;
	flex-shrink: 0;
}

.lightbox-dot.active {
	background: var(--main-color);
	transform: scale(1.4);
}

@media (max-width: 640px) {
	.lightbox-inner {
		padding: 50px 16px 60px;
	}
	.lightbox-btn {
		width: 42px;
		height: 42px;
		font-size: 1.4rem;
	}
	.lightbox-prev {
		left: 8px;
	}
	.lightbox-next {
		right: 8px;
	}
	.lightbox-dots {
		display: none;
	}
	.lightbox-counter {
		display: block;
	}
}

/* ============================================================
   15. Contact
   ============================================================ */
.contact-section {
	background-color: var(--bg-green-lt);
	padding: 8rem 0 0; /* Stopka jest na dole */
	position: relative;
	overflow: hidden;
}

.contact-header h2 {
	color: var(--second-color) !important;
}

.contact-lead {
	color: #555;
	font-size: 1.7rem;
	max-width: 600px;
	margin: 1.5rem auto 5rem;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 5rem;
	align-items: start;
	margin-bottom: 6rem;
}

/* Karty informacyjne */
.contact-info {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.contact-card {
	background: #fff;
	padding: 2rem 3rem;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 2.5rem;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-left: 0 solid var(--main-color);
}

.contact-card:hover {
	transform: translateX(10px) translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
	border-left: 8px solid var(--main-color);
}

.contact-card-icon {
	width: 60px;
	height: 60px;
	background: var(--bg-green-lt);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	color: var(--second-color);
	transition: 0.3s;
	flex-shrink: 0;
}

.contact-card:hover .contact-card-icon {
	background: var(--main-color);
	color: #1a1a1a;
}

.contact-card-body span {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #bbb;
	margin-bottom: 0.5rem;
}

.contact-card-body a,
.contact-card-body p {
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	color: #333;
	margin: 0;
	line-height: 1.4;
}

.contact-card-body a:hover {
	color: var(--second-color);
}

/* Social Media */
.contact-socials-wrapper {
	margin-top: 2rem;
	padding: 0 1rem;
}

.contact-socials-wrapper p {
	font-weight: 700;
	font-size: 1.4rem;
	color: #777;
	margin-bottom: 1.5rem;
}

.socials-row {
	display: flex;
	gap: 1rem;
}

.social-btn {
	padding: 1.2rem 2.5rem;
	border-radius: 12px;
	color: #fff !important;
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: 0.3s;
}

.social-btn.fb {
	background: #1877f2;
}
.social-btn.ig {
	background: linear-gradient(
		45deg,
		#f09433,
		#e6683c,
		#dc2743,
		#cc2366,
		#bc1888
	);
}

.social-btn:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Mapa */
.contact-map-wrapper {
	width: 100%;
}

.map-container {
	background: #fff;
	padding: 1rem;
	border-radius: 25px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
	line-height: 0;
	overflow: hidden;
}

.map-container iframe {
	width: 100%;
	height: 500px;
	border-radius: 18px;
	border: none;
}

/* Stopka */
.site-footer {
	background: var(--second-color);
	padding: 3rem 0;
	text-align: center;
	margin-top: 4rem;
}

.site-footer p {
	color: rgba(255, 255, 255, 0.6);
	margin: 0;
	font-size: 1.4rem;
}

.site-footer a {
	color: #fff;
	text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
	.contact-grid {
		grid-template-columns: 1fr;
	}
	.contact-map-wrapper {
		order: -1;
	} /* Mapa na górze na mobile */
	.map-container iframe {
		height: 350px;
	}
}

@media (max-width: 576px) {
	.socials-row {
		flex-direction: column;
	}
	.contact-card {
		padding: 2rem;
		gap: 1.5rem;
	}
	.contact-card-icon {
		width: 50px;
		height: 50px;
		font-size: 1.8rem;
	}
}
/* ============================================================
   16. Cookie Banner
   ============================================================ */
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 998;
	background: rgba(30, 30, 30, 0.96);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	padding: 1.4rem 2rem;
	flex-wrap: wrap;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

.cookie-banner p {
	color: rgba(255, 255, 255, 0.85);
	font-size: clamp(1.2rem, 1.4vw, 1.5rem);
	margin: 0;
}

.cookie-banner button {
	background: var(--main-color);
	color: #1a1a1a;
	border: none;
	border-radius: 999px;
	padding: 0.5em 1.8em;
	font-weight: 700;
	font-size: clamp(1.1rem, 1.3vw, 1.4rem);
	cursor: pointer;
	transition:
		background 0.2s,
		transform 0.2s;
	white-space: nowrap;
}

.cookie-banner button:hover {
	background: #ffbb55;
	transform: scale(1.04);
}

/* ============================================================
   17. Scroll Top
   ============================================================ */
.scroll-top {
	position: fixed;
	bottom: 2.5rem;
	right: 2.5rem;
	width: 48px;
	height: 48px;
	background: var(--second-color);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 997;
	box-shadow:
		0 4px 20px rgba(0, 0, 0, 0.35),
		0 0 0 1px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		transform 0.3s ease,
		background 0.25s ease;
}

.scroll-top.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.scroll-top:hover {
	background: var(--main-color);
	border-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}
.scroll-top i {
	font-size: 1.6rem;
	line-height: 1;
	transition: transform 0.2s ease;
}
.scroll-top:hover i {
	transform: translateY(-2px);
}

/* Stopka */
.site-footer {
	background: var(--second-color);
	text-align: center;
	padding: 2rem;
}
.site-footer p {
	color: rgba(255, 255, 255, 0.6);
	font-size: clamp(1.1rem, 1.2vw, 1.35rem);
	margin: 0;
}
.footer-link {
	color: rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	transition:
		color 0.2s,
		border-color 0.2s;
}
.footer-link:hover {
	color: var(--main-color);
	border-color: var(--main-color);
}

@media (max-width: 576px) {
	.scroll-top {
		bottom: 1.5rem;
		right: 1.5rem;
		width: 42px;
		height: 42px;
	}
}

/* ============================================================
   18. Privacy Policy
   ============================================================ */

.privacy-hero {
	height: 45vh;
	min-height: 320px;
	background:
		linear-gradient(rgba(76, 123, 65, 0.88), rgba(76, 123, 65, 0.88)),
		url("../img/slider/Slajder2.webp");
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	position: relative;
}

.privacy-hero-title {
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(4rem, 8vw, 8.5rem);
	letter-spacing: 0.05em;
	margin-top: 40px;
	line-height: 1;
}

.privacy-hero-subtitle {
	font-size: clamp(1.4rem, 1.8vw, 2rem);
	text-transform: uppercase;
	letter-spacing: 0.25em;
	opacity: 0.9;
	font-weight: 300;
}

/* Kontener treści */
.privacy-content {
	background-color: var(--bg-cream);
	padding: 8rem 0;
}

.policy-card {
	background: #fff;
	padding: clamp(2.5rem, 6vw, 6rem);
	border-radius: 20px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
	color: #444;
}

.policy-section {
	margin-bottom: 4rem;
}

.policy-section:last-of-type {
	margin-bottom: 0;
}

/* Nagłówki z żółtym paskiem z boku */
.policy-heading {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: clamp(2.2rem, 3vw, 2.8rem);
	color: #1a4a1a;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	border-left: 5px solid var(--main-color);
	padding-left: 1.5rem;
	line-height: 1.2;
}

.policy-card p {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

/* Blok Adresowy */
.policy-address-box {
	background: #f9fbf8;
	border: 1px solid rgba(76, 123, 65, 0.1);
	border-radius: 12px;
	padding: 2.5rem;
	margin: 2rem 0;
	max-width: 500px;
}

.address-name {
	font-size: 2rem !important;
	font-weight: 800;
	color: #333;
	margin-bottom: 0.5rem !important;
}

.policy-address-box p {
	margin-bottom: 0.3rem !important;
	font-size: 1.7rem;
}

.address-email {
	margin-top: 1.5rem !important;
	color: var(--second-color);
}

/* Listy */
.policy-list {
	padding-left: 2rem;
	margin-bottom: 2rem;
}

.policy-list li {
	list-style: none;
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 1.2rem;
	font-size: 1.6rem;
	line-height: 1.6;
}

.policy-list li::before {
	content: "\f054"; /* Ikona chevron z FontAwesome */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: var(--main-color);
	font-size: 1.2rem;
	top: 0.3rem;
}

/* Przycisk powrotu */
.policy-footer {
	margin-top: 6rem;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	padding-top: 4rem;
}

.btn-back-home {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: var(--second-color);
	color: #fff !important;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.2rem;
	padding: 1.4rem 4rem;
	border-radius: 12px;
	transition: all 0.3s ease;
	letter-spacing: 0.05em;
	box-shadow: 0 5px 15px rgba(76, 123, 65, 0.3);
}

.btn-back-home:hover {
	background: var(--main-color);
	color: #1a1a1a !important;
	transform: translateY(-4px);
	box-shadow: 0 10px 25px rgba(255, 171, 51, 0.4);
}

/* Responsywność */
@media (max-width: 768px) {
	.policy-card {
		padding: 3rem 2rem;
	}
	.policy-heading {
		font-size: 2.2rem;
	}
	.privacy-hero-title {
		font-size: 4.5rem;
	}
}
