/* ===================== */
/* CONTAINER */
/* ===================== */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}



/* ===================== */
/* CONTAINER */
/* ===================== */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}

section {
	margin-top: 40px;
}

/* ===================== */
/* ABOUT (CZYSTY TEKST) */
/* ===================== */
.about {
	margin-bottom: 80px;
	padding: 60px 20px;
	background: rgba(255, 255, 255, 0.02);
}

.about-content {
	max-width: 800px;
	margin: 0 auto;
}

.about-content h2 {
	font-size: 2rem;
	margin-bottom: 20px;
	color: #f9fafb;
}

.about-content p {
	color: #d1d5db;
	line-height: 1.8;
	margin-bottom: 18px;
}

/* ===================== */
/* SERVICES (TEXT ONLY) */
/* ===================== */
.service {
	max-width: 800px;
	margin: 0 auto 40px auto;
	padding: 30px;
	background: rgba(255, 255, 255, 0.02);
}

/* TEKST */
.service-text h2 {
	font-size: 1.8rem;
	margin-bottom: 15px;
	color: #f9fafb;
}

.service-text p {
	color: #d1d5db;
	line-height: 1.7;
	margin-bottom: 15px;
}

/* LISTA */
.service-list {
	list-style: none;
	margin-top: 20px;
	padding: 0;
}

.service-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	color: #e5e7eb;
}

.service-list li::before {
	content: '✔';
	position: absolute;
	left: 0;
	color: #3b82f6;
}
/* ===================== */
/* CTA KONTAKT */
/* ===================== */
.cta-contact {
	margin: 80px 0;
	padding: 60px 20px;
	
	background: rgba(255, 255, 255, 0.02);



	text-align: center;
}

.cta-content {
	max-width: 700px;
	margin: 0 auto;
}

.cta-content h2 {
	font-size: 2rem;
	margin-bottom: 15px;
	color: #f9fafb;
}

.cta-content p {
	color: #d1d5db;
	line-height: 1.7;
	margin-bottom: 30px;
}

/* przyciski */
.cta-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}





/* MOBILE */
@media (max-width: 768px) {
	.contact-wrapper {
		grid-template-columns: 1fr;
	}
}
