.logo-text,
a .logo-text,
header .logo-text,
footer .logo-text {
	font-family: 'Kaushan Script', cursive;
	color: #2D73A5 !important;
}

.hero-gradient {
	background: linear-gradient(to right, #f3f4f6, #e5e7eb);
}

details[open] summary .rotate-icon {
	transform: rotate(90deg);
}

.model-button {
	padding: 0.5rem 1rem;
	border-radius: 9999px;
	font-weight: 500;
	transition: all 0.2s;
}

.model-button:hover {
	box-shadow: 0 0 0 2px #2d73a5, 0 0 0 4px white;
}
.model-tab {
	padding: 0.5rem 1.25rem;
	border-radius: 9999px;
	font-weight: 500;
	border: 1px solid #d1d5db;
	background-color: white;
	color: #111827;
	transition: all 0.2s;
}

.model-tab:hover {
	border-color: #2d73a5;
	color: #2d73a5;
	box-shadow: 0 0 0 2px rgba(45, 115, 165, 0.15);
}

.model-tab.active {
	background-color: #2d73a5;
	color: white;
	border-color: #2d73a5;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#mobile-menu-overlay {
	backdrop-filter: blur(4px);
}

#mobile-menu {
	transform: translateX(100%);
	transition: transform 0.3s ease-out;
}

#mobile-menu-overlay:not(.hidden) #mobile-menu {
	transform: translateX(0);
}

body.menu-open {
	overflow: hidden;
}

.wspolpraca-content {
	line-height: 1.7;
}
.wspolpraca-content p {
	margin-bottom: 1.25rem;
	color: #4b5563;
}
.wspolpraca-content p:last-child {
	margin-bottom: 0;
}
.wspolpraca-intro p {
	font-size: 1.0625rem;
}
.wspolpraca-content ul {
	margin: 1.5rem 0;
	padding-left: 0;
	list-style: none;
}
.wspolpraca-content ul li {
	position: relative;
	margin: 0.75rem 0;
	padding-left: 1.75rem;
	color: #4b5563;
}
.wspolpraca-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 0.5rem;
	height: 0.5rem;
	background: #2D73A5;
	border-radius: 50%;
}
.wspolpraca-section-title h2 {
	font-size: 1.375rem;
	font-weight: 700;
	color: #111827;
	margin: 0;
	padding: 0;
	border: none;
}
.wspolpraca-section-body > p:first-child {
	margin-top: 0;
}
.wspolpraca-content h3 {
	font-size: 1.125rem;
	font-weight: 700;
	color: #111827;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}
.wspolpraca-content a {
	color: #2D73A5;
	text-decoration: underline;
}
.wspolpraca-content a:hover {
	text-decoration: none;
}
.wspolpraca-content strong {
	color: #111827;
}

.repair-status-content {
	line-height: 1.7;
	color: #4b5563;
}

.repair-status-content #servicesInfoHeader,
.repair-status-content #services-info-content {
	display: none !important;
}

.repair-status-content #servicesInfoContent {
	display: block !important;
}
.repair-status-content #servicesInfoContent > .col-12 {
	max-width: 100% !important;
	flex: none !important;
}

.repair-status-content h2 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #2D73A5;
	margin: 0 0 0.5rem 0;
	padding-bottom: 0.5rem;
}

.repair-status-content h3 {
	font-size: 1.125rem;
	font-weight: 700;
	color: #111827;
	margin: 1.75rem 0 0.5rem 0;
	padding: 1rem 1.25rem;
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
	border-radius: 0.75rem;
	border-left: 4px solid #2D73A5;
}
.repair-status-content h3:first-of-type {
	margin-top: 0;
}

.repair-status-content p {
	margin: 0 0 1rem 0;
	color: #4b5563;
	font-size: 0.9375rem;
	line-height: 1.6;
}
.repair-status-content p:last-child {
	margin-bottom: 0;
}

.repair-status-content a {
	color: #2D73A5;
	text-decoration: none;
}
.repair-status-content a:hover {
	text-decoration: underline;
}

.repair-status-content .button-white {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	background: #2D73A5 !important;
	color: #fff !important;
	border: none;
	border-radius: 9999px;
	font-weight: 600;
	font-size: 0.9375rem;
	cursor: pointer;
	transition: background 0.2s, box-shadow 0.2s;
}
.repair-status-content .button-white:hover {
	background: #2563a0 !important;
	box-shadow: 0 4px 12px rgba(45, 115, 165, 0.35);
}
.repair-status-content a .button-white {
	text-decoration: none;
}

.repair-status-content .container-fluid.px-0 {
	margin-top: 1rem;
	margin-bottom: 0;
}
.repair-status-content .container-fluid.px-0 .row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}
.repair-status-content .container-fluid.px-0 .row h3 {
	grid-column: 1 / -1;
	margin-top: 0;
}
@media (min-width: 640px) {
	.repair-status-content .container-fluid.px-0 .row {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1024px) {
	.repair-status-content .container-fluid.px-0 .row {
		grid-template-columns: repeat(3, 1fr);
	}
}
.repair-status-content .container-fluid.px-0 .col-12,
.repair-status-content .container-fluid.px-0 .col-lg-4 {
	max-width: 100% !important;
}
.repair-status-content .repair-status-photos {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}
.repair-status-content .repair-status-photo,
.repair-status-content .container-fluid .p-3 {
	overflow: hidden;
	border-radius: 0.75rem;
	background: #f9fafb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.repair-status-content .repair-status-photo:hover,
.repair-status-content .container-fluid .p-3:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 640px) {
	.repair-status-photos {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1024px) {
	.repair-status-photos {
		grid-template-columns: repeat(3, 1fr);
	}
}
.repair-status-content .img-fluid,
.repair-status-photo img {
	width: 100%;
	height: 12rem;
	object-fit: cover;
	border-radius: 0.5rem;
	transition: transform 0.3s ease;
}
.repair-status-content .p-3 a:hover .img-fluid,
.repair-status-photo:hover img {
	transform: scale(1.03);
}

.repair-status-card {
	transition: box-shadow 0.2s;
}
.repair-status-card:hover {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.repair-status-content form {
	margin-top: 1.5rem;
	padding: 1.5rem;
	background: #f9fafb;
	border-radius: 0.75rem;
	border: 1px solid #e5e7eb;
}
.repair-status-content form .row {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 1rem;
}
.repair-status-content form input[type="text"],
.repair-status-content form input[type="number"] {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
	font-size: 1rem;
	transition: border-color 0.2s;
}
.repair-status-content form input:focus {
	outline: none;
	border-color: #2D73A5;
	box-shadow: 0 0 0 3px rgba(45, 115, 165, 0.15);
}

.repair-status-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0;
	border-radius: 0.5rem;
	overflow: hidden;
}

.repair-status-content th,
.repair-status-content td {
	border: 1px solid #e5e7eb;
	padding: 0.5rem 0.75rem;
	text-align: left;
}
.repair-status-content th {
	background: #f9fafb;
	font-weight: 600;
	color: #374151;
}

.repair-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}
.repair-lightbox.repair-lightbox-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.repair-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
	cursor: pointer;
}
.repair-lightbox-content {
	position: relative;
	z-index: 1;
	max-width: 95vw;
	max-height: 90vh;
}
.repair-lightbox-img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 0.5rem;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.repair-lightbox-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 2;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1.25rem;
	transition: background 0.2s;
}
.repair-lightbox-close:hover {
	background: rgba(255, 255, 255, 0.25);
}
.repair-lightbox-prev,
.repair-lightbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1.25rem;
	transition: background 0.2s;
}
.repair-lightbox-prev:hover,
.repair-lightbox-next:hover {
	background: rgba(255, 255, 255, 0.3);
}
.repair-lightbox-prev {
	left: 1rem;
}
.repair-lightbox-next {
	right: 1rem;
}
@media (min-width: 768px) {
	.repair-lightbox-prev,
	.repair-lightbox-next {
		width: 3.5rem;
		height: 3.5rem;
		font-size: 1.5rem;
	}
	.repair-lightbox-prev { left: 1.5rem; }
	.repair-lightbox-next { right: 1.5rem; }
}
