html,
body {
	/* overflow-x: hidden; */
	max-width: 100vw;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	background-image: url('photos/gradient.png');
	background-size: cover;
}

:root {
	--bg-feature-2-color: rgba(200, 237, 197, 0.58);
}

.feature-gap-icon {
	transform: rotate(90deg);
}

.reviewer-avatar {
	width: 48px;
	height: 48px;
	background: linear-gradient(135deg, #6fc568 60%, white 100%);
	box-shadow: 0 2px 8px rgba(62, 198, 184, 0.13);
	border: 2px solid #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 12px;
	color: #374151;
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.reviewer-avatar {
		width: 56px;
		height: 56px;
		font-size: 14px;
	}
}

.mockup-image {
	position: relative;
	display: inline-block;
	padding: 3px;
}

.mockup-image img {
	display: block;
	position: relative;
	z-index: 1;
	-webkit-mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
}
.Artboard img {
	display: block;
	position: relative;
	z-index: 1;
	-webkit-mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
}

.swiper-slide:hover {
	cursor: pointer;
}

.reviewSwiper {
	overflow: hidden;
}

button:focus-visible,
a:focus-visible {
	outline: 2px solid #3ab18b;
	outline-offset: 2px;
}

.btn-download,
.btn-store {
	transform: translateY(0);
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	position: relative;
	z-index: 10;
	display: inline-block;
	border: 3px solid #d1d5db;
}

.btn-download:hover,
.btn-store:hover {
	box-shadow: 0 8px 24px rgba(44, 95, 45, 0.18);
	transform: translateY(-3px) scale(1.04);
}

.btn-store img {
	object-fit: contain;
	transition: transform 0.3s ease-in-out;
}

.btn-store:hover img {
	transform: scale(1.04);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.review-card > div.p-4 {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	box-shadow: none;
}

@media (min-width: 768px) {
	.review-card > div.p-4 {
		gap: 1rem;
	}
}

.review-card .p-4 > div:first-child {
	margin-bottom: 0 !important;
}

.feature-icon-circle {
	width: 64px;
	height: 64px;
	background-color: black;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 1rem;
}

@media (max-width: 1023px) {
	.feature-icon-circle {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}

.down-icon-circle {
	width: 64px;
	height: 64px;
	background-color: black;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 1rem;
}

@media (max-width: 1023px) {
	.down-icon-circle {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}

.cta-heading-group {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
	.cta-heading-group {
		justify-content: flex-start;
	}
}

@media (max-width: 1023px) {
	.cta-heading-group {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
	width: 60px !important;
	height: 60px !important;

	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: opacity 0.2s ease-in-out;
}

.swiper-button-prev-custom.swiper-button-disabled,
.swiper-button-next-custom.swiper-button-disabled {
	opacity: 0.46;
	cursor: not-allowed;
}

.swiper-button-prev-custom::after,
.swiper-button-next-custom::after {
	font-size: 24px;
	color: white;
}
@media (max-width: 767px) {
	.gradient-bg > div {
		filter: blur(3rem);
		transform: translateZ(0);
		will-change: transform, opacity;
	}
	.no-wrap-wifi {
		white-space: nowrap;
	}
}
.gradient-bg {
	max-width: 100vw;
	overflow-x: hidden;
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
}
body {
	font-family: 'Poppins', sans-serif;
	background-image: url('photos/gradient.png');
	background-size: cover;
}

[data-aos] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-aos].aos-animate {
	opacity: 1;
}
.last-section {
	clip-path: url(#wave-indentation-path);
	padding-top: 50px;
}
.photo img {
	display: block;
	position: relative;
	z-index: 1;
	-webkit-mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
}
.section-z-wcieciem {
	clip-path: url(#moje-wciecie);
}

button:focus-visible,
a:focus-visible {
	outline: 2px solid #3ab18b;
	outline-offset: 2px;
}

.btn-download {
	transform: translateY(0);
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	position: relative;
	z-index: 10;
	display: inline-block;
	border: 3px solid #d1d5db;
}

.btn-download:hover {
	box-shadow: 0 8px 24px rgba(44, 95, 45, 0.18);
	transform: translateY(-3px) scale(1.04);
}

.contact-section {
	--arc-height: 100px; /* Domyślna wysokość łuku */
	margin-top: calc(-1 * var(--arc-height) / 2);
	padding-top: calc(var(--arc-height) / 2 + 50px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); /* Delikatny cień */
}

.contact-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--arc-height);
	border-top-left-radius: 50% 100%;
	border-top-right-radius: 50% 100%;
	transform: translateY(-50%);
	z-index: 1;
}

@media (max-width: 768px) {
	.contact-section {
		--arc-height: 80px; /* Zmniejszona wysokość łuku */
		margin-top: calc(-1 * var(--arc-height) / 2);
		padding-top: calc(var(--arc-height) / 2 + 40px);
	}
	.contact-section::before {
		height: var(--arc-height);
		transform: translateY(-50%);
	}
}

@media (max-width: 480px) {
	.contact-section {
		--arc-height: 60px; /* Jeszcze mniejsza wysokość łuku */
		margin-top: calc(-1 * var(--arc-height) / 2);
		padding-top: calc(var(--arc-height) / 2 + 30px);
	}
	.contact-section::before {
		height: var(--arc-height);
		transform: translateY(-50%);
	}
}

.contact-form {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
