* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background-color: #fff;
	color: #333;
	font: normal 16px/1.6 Tahoma, Arial, sans-serif;
}

/* ===== SKIP LINK - WCAG 2.4.1 ===== */
.skip-link {
	position: absolute;
	top: -100px;
	left: 0;
	background: #1570a0;
	color: #fff;
	padding: 8px 16px;
	text-decoration: none;
	font-weight: bold;
	z-index: 9999;
	border-bottom-right-radius: 4px;
	transition: top 0.1s;
}
.skip-link:focus {
	top: 0;
}

/* ===== LINKI ===== */
a { color: #c0320a; text-decoration: underline; }
a:hover, a:focus {
	text-decoration: none;
	outline: 2px solid #c0320a;
	outline-offset: 2px;
}
:focus {
	outline: 2px solid #1570a0;
	outline-offset: 2px;
}

/* ===== LAYOUT GŁÓWNY - zachowany oryginalny float ===== */
#centeror {
	width: 766px;
	margin: 30px auto 0 auto;
	text-align: left;
	background-color: #fff;
}

/* Nagłówek graficzny - pełna szerokość */
#head {
	width: 766px;
	height: 148px;
	display: block;
}
#head a { display: block; }
#head img { display: block; width: 766px; height: 148px; }

/* Lewa kolumna 220px */
#lbox {
	float: left;
	clear: left;
	width: 220px;
}

/* ===== MENU NAWIGACYJNE - CSS zamiast graficznego ===== */
nav#glowne-menu {
	width: 220px;
}
nav#glowne-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
}
nav#glowne-menu ul li {
	border-bottom: 1px solid #b0c8d8;
}
nav#glowne-menu ul li a {
	display: block;
	width: 220px;
	height: 56px;
	line-height: 56px;
	padding-left: 20px;
	background-color: #1570a0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.04em;
	box-sizing: border-box;
}
nav#glowne-menu ul li a:hover,
nav#glowne-menu ul li a:focus {
	background-color: #0d4f73;
	color: #fff;
	outline: 3px solid #fff;
	outline-offset: -3px;
	text-decoration: none;
}

/* Infolinia - obrazek tła, tekst dostępny przez aria-label */
#infolinia {
	width: 220px;
	height: 169px;
	background: url('gfx/infolinia.jpg') no-repeat;
}

/* Środkowa kolumna 534px */
#mbox {
	float: left;
	clear: none;
	width: 534px;
	background: url('gfx/mboxp.jpg') repeat-y;
}
#mboxs {
	height: 11px;
	background: url('gfx/mboxs.jpg');
}

/* ===== STOPKA ===== */
#stopka {
	clear: both;
	width: 766px;
	background-color: #fff;
	border-top: 2px solid #1570a0;
	padding: 16px 20px 14px 20px;
	box-sizing: border-box;
	text-align: center;
}
#stopka nav {
	margin-bottom: 10px;
}
#stopka nav a {
	color: #1570a0;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin: 0 4px;
}
#stopka nav a:hover,
#stopka nav a:focus {
	text-decoration: underline;
	outline: 2px solid #1570a0;
	outline-offset: 2px;
}
#stopka p {
	font-size: 13px;
	color: #333;
	margin-bottom: 10px;
}
#stopka p a { color: #c0320a; }
#stopka .accessibility-note {
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	line-height: 1.6;
}
#stopka .accessibility-note a { color: #1570a0; }

/* ===== TYPOGRAFIA ===== */
h1 { font-size: 20px; color: #1570a0; margin-bottom: 12px; }
h2 { font-size: 17px; color: #1570a0; margin-bottom: 10px; margin-top: 16px; }
h3 { font-size: 15px; color: #333; margin-bottom: 8px; margin-top: 12px; }
p { margin-bottom: 10px; }

/* ===== FORMULARZE ===== */
input, textarea {
	background-color: #fff;
	border: 1px solid #aaa;
	font-size: 16px;
	font-family: Tahoma, Arial, sans-serif;
	padding: 5px 7px;
}
input:focus, textarea:focus {
	outline: 2px solid #1570a0;
	border-color: #1570a0;
}
.form-row { margin-bottom: 12px; }
.form-row label {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	color: #333;
}
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row textarea {
	width: 100%;
	box-sizing: border-box;
}
.gwiazdka { color: #c0320a; }
.required-note { font-size: 13px; color: #555; }

/* ===== LOGOWANIE ===== */
.login-row { margin-bottom: 8px; }
.login-row label { display: block; font-weight: bold; margin-bottom: 3px; }

/* ===== AKTUALNOŚCI ===== */
#news .news-item {
	border: 1px solid #b8d8ea;
	border-radius: 6px;
	margin-bottom: 14px;
	overflow: hidden;
}
#news .news-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #e8f4fb;
	padding: 6px 12px;
	border-bottom: 1px solid #b8d8ea;
}
#news .title {
	color: #c0320a;
	font-weight: bold;
	font-size: 15px;
}
#news .date {
	font-size: 12px;
	color: #555;
	white-space: nowrap;
	margin-left: 10px;
}
#news .news-body {
	padding: 10px 12px;
}
#news .text {
	font-size: 15px;
	margin-bottom: 0;
}

/* ===== OFERTA ===== */
#oferta { border-collapse: collapse; width: 100%; }
#oferta td { padding: 8px 10px; border: 1px solid #ddd; white-space: nowrap; }
#oferta th {
	color: #fff;
	background-color: #1570a0;
	padding: 8px 10px;
	text-align: left;
	border: 1px solid #1570a0;
	white-space: nowrap;
}
#oferta tbody tr:nth-child(even) td { background-color: #f5f5f5; }

/* ===== POBIERALNIA ===== */
#pobieralnia { border-collapse: collapse; width: 100%; }
#pobieralnia td { border: 1px solid #cacaca; padding: 6px; }
#pobieralnia th {
	background-color: #1570a0;
	color: #fff;
	padding: 8px 6px;
	text-align: left;
}

/* ===== KONTAKT ===== */
.contact-sidebar {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 14px;
}
.two-col { display: flex; align-items: flex-start; gap: 24px; }
.two-col .col-main { flex: 1; }
.two-col .col-side { width: 230px; flex-shrink: 0; }

/* ===== VISUALLY HIDDEN - WCAG ===== */
.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* ===== TRYB WYSOKIEGO KONTRASTU ===== */
.a11y-high-contrast,
.a11y-high-contrast body,
.a11y-high-contrast div,
.a11y-high-contrast nav,
.a11y-high-contrast main,
.a11y-high-contrast footer,
.a11y-high-contrast header,
.a11y-high-contrast section,
.a11y-high-contrast table,
.a11y-high-contrast td,
.a11y-high-contrast th,
.a11y-high-contrast tr,
.a11y-high-contrast ul,
.a11y-high-contrast li,
.a11y-high-contrast p,
.a11y-high-contrast span,
.a11y-high-contrast address {
	background-color: #000 !important;
	background-image: none !important;
	color: #fff !important;
	border-color: #fff !important;
	box-shadow: none !important;
}
.a11y-high-contrast a,
.a11y-high-contrast a:visited { color: #ff0 !important; text-decoration: underline !important; }
.a11y-high-contrast a:hover,
.a11y-high-contrast a:focus { color: #0ff !important; outline: 2px solid #0ff !important; }
.a11y-high-contrast h1,
.a11y-high-contrast h2,
.a11y-high-contrast h3 { background-color: #000 !important; color: #fff !important; }
.a11y-high-contrast input,
.a11y-high-contrast textarea,
.a11y-high-contrast button,
.a11y-high-contrast select { background-color: #000 !important; color: #fff !important; border: 2px solid #fff !important; }
.a11y-high-contrast img { filter: grayscale(100%) contrast(120%); }
.a11y-high-contrast #a11y-btn { background: #ff0 !important; color: #000 !important; border: 2px solid #fff !important; }
.a11y-high-contrast #a11y-panel { background: #000 !important; border-color: #fff !important; }
.a11y-high-contrast nav#glowne-menu ul li a { background-color: #000 !important; color: #ff0 !important; border-bottom: 1px solid #fff !important; }

/* ===== TRYB CIEMNY ===== */
.a11y-dark,
.a11y-dark body,
.a11y-dark div, .a11y-dark nav, .a11y-dark main, .a11y-dark footer,
.a11y-dark section, .a11y-dark table, .a11y-dark td, .a11y-dark th,
.a11y-dark ul, .a11y-dark li, .a11y-dark p, .a11y-dark span, .a11y-dark address {
  background-color: #1a1a1a !important;
  background-image: none !important;
  color: #e0e0e0 !important;
  border-color: #444 !important;
}
.a11y-dark a, .a11y-dark a:visited { color: #6ab4e8 !important; }
.a11y-dark h1, .a11y-dark h2, .a11y-dark h3 { color: #6ab4e8 !important; background-color: #1a1a1a !important; }
.a11y-dark nav#glowne-menu ul li a { background-color: #0d3a5c !important; color: #fff !important; }

/* ===== SKALA SZAROŚCI ===== */
.a11y-gray { filter: grayscale(100%) !important; }

/* ===== ODWRÓĆ KOLORY ===== */
.a11y-invert { filter: invert(100%) !important; }
.a11y-invert img { filter: invert(100%) !important; }
