* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 100%; }
body { font-family: 'Segoe UI', sans-serif; overflow-x: hidden; background: #000; font-size: 1rem; transition: background 0.3s; line-height: 1.6; }
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
#site-header { position: relative; top: 0; width: 100%; z-index: 1000; background: #fff; }
.top-bar-container { display: flex; justify-content: space-between; align-items: center; padding: 10px 40px; background: #fff; border-bottom: 3px solid #0056b3; }
.logo-area { flex-shrink: 0; }
.main-logo { height: 70px; transition: transform 0.3s ease; }
.logo-area:hover .main-logo { transform: scale(1.05); }
.right-side-wrapper { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.info-area { display: flex; align-items: center; gap: 12px; }
.icon-circle { width: 36px; height: 36px; background: #0056b3; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 0.93rem; transition: 0.3s; }
.icon-circle:hover { background: #003d82; transform: translateY(-2px); }
.btn-strefa { background: #0056b3; color: #fff; padding: 0 18px; height: 36px; border-radius: 20px; font-weight: 600; font-size: 0.81rem; display: flex; align-items: center; gap: 8px; transition: 0.3s; }
.btn-strefa:hover { background: #003d82; }
.btn-strefa i { color: #fff; font-size: 0.875rem; }
.separator { width: 1px; height: 24px; background: #ccc; margin: 0 5px; }
.fb-link img { height: 36px; width: auto; transition: 0.3s; display: block; }
.fb-link:hover img { transform: scale(1.1); }
.herb-logo { height: 60px; opacity: 0.95; }
#main-nav { width: 100%; background: rgba(255,255,255,0.95); transition: background 0.3s, border 0.3s; border-bottom: 1px solid rgba(0,0,0,0.05); }
#main-nav.sticky { position: fixed; top: 0; background: #0056b3 !important; box-shadow: 0 4px 10px rgba(0,0,0,0.3); animation: slideDown 0.3s forwards; z-index: 9999; }
.menu-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 5px; position: relative; max-width: 1400px; margin: 0 auto; padding: 0; list-style: none; }
.menu-list > li { position: relative; display: block; }
.menu-list > li > a { display: flex; align-items: center; padding: 15px 20px; color: #000 !important; font-weight: 600; text-transform: uppercase !important; font-size: 0.85rem; transition: 0.3s; border-radius: 4px; white-space: nowrap; }
.menu-list > li > a:hover { color: #0056b3 !important; background: rgba(0, 86, 179, 0.05); }
.menu-list > li.has-submenu > a::after { content: '\f107'; font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-left: 8px; font-size: 0.8rem; transition: transform 0.3s; }
.menu-list > li:hover > a::after { transform: rotate(180deg); }
#main-nav.sticky .menu-list > li > a { color: #fff !important; }
#main-nav.sticky .menu-list > li > a:hover { background: rgba(255,255,255,0.1) !important; color: #fff !important; }
.submenu-level-2 { position: absolute !important; top: 100% !important; left: 0 !important; width: 300px !important; background: #fff !important; border-radius: 0 0 8px 8px !important; box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important; opacity: 0 !important; visibility: hidden !important; transform: translateY(10px) !important; transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease !important; z-index: 100 !important; border: 1px solid #eee !important; border-top: 3px solid #0056b3 !important; margin: 0 !important; padding: 0 !important; display: block !important; }
.menu-list > li:hover > .submenu-level-2 { opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important; }
.submenu-level-2 > a { display: block !important; position: relative !important; padding: 12px 20px !important; color: #444 !important; font-size: 0.85rem !important; font-weight: 600 !important; border-bottom: 1px solid #f5f5f5 !important; transition: background 0.2s, color 0.2s, padding 0.2s !important; white-space: normal !important; line-height: 1.4 !important; text-transform: uppercase !important; background: transparent !important; }
.submenu-level-2 > a:last-of-type { border-bottom: none !important; border-radius: 0 0 8px 8px !important; }
.submenu-level-2 > a:hover { background: #f8fbfd !important; color: #0056b3 !important; padding-left: 28px !important; }
.submenu-level-3 { position: absolute !important; left: 100% !important; margin-top: -42px !important; width: 320px !important; background: #fff !important; border: 1px solid #ddd !important; border-top: 3px solid #0056b3 !important; box-shadow: 5px 5px 20px rgba(0,0,0,0.15) !important; opacity: 0 !important; visibility: hidden !important; transform: translateX(10px) !important; transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease !important; z-index: 1000 !important; padding: 0 !important; list-style: none !important; border-radius: 0 8px 8px 8px !important; display: block !important; }
.submenu-level-2 > a:hover + .submenu-level-3, .submenu-level-3:hover { opacity: 1 !important; visibility: visible !important; transform: translateX(0) !important; }
.submenu-level-3 > a { display: block !important; padding: 12px 20px !important; color: #444 !important; font-size: 0.8rem !important; font-weight: 600 !important; border-bottom: 1px solid #f5f5f5 !important; transition: background 0.2s, color 0.2s, padding 0.2s !important; white-space: normal !important; line-height: 1.4 !important; text-transform: uppercase !important; background: #fff !important; }
.submenu-level-3 > a:last-child { border-bottom: none !important; border-radius: 0 0 8px 8px !important; }
.submenu-level-3 > a:hover { background: #f8fbfd !important; color: #0056b3 !important; padding-left: 28px !important; }
.submenu-level-2 > a:has(+ .submenu-level-3)::after { content: '\f105' !important; font-family: 'Font Awesome 6 Free' !important; font-weight: 900 !important; position: absolute !important; right: 15px !important; top: 50% !important; transform: translateY(-50%) !important; font-size: 0.9rem !important; color: #0056b3 !important; }
body.wcag-contrast .menu-list > li > a { color: #ff0 !important; }
body.wcag-contrast .menu-list > li > a:hover { background: #000; outline: 1px solid #ff0; }
body.wcag-contrast .submenu-level-2, body.wcag-contrast .submenu-level-3 { background: #000 !important; border: 2px solid #ff0 !important; }
body.wcag-contrast .submenu-level-2 > a, body.wcag-contrast .submenu-level-3 > a { color: #ff0 !important; border-bottom: 1px solid #ff0 !important; background: #000 !important; }
body.wcag-contrast .submenu-level-2 > a:hover, body.wcag-contrast .submenu-level-3 > a:hover { background: #ff0 !important; color: #000 !important; }
.mobile-toggle { display: none; width: 100%; background: #0056b3; color: #fff; border: none; padding: 15px 20px; font-size: 1.1rem; text-align: left; cursor: pointer; text-transform: uppercase; font-weight: bold; transition: 0.3s; }
.mobile-toggle:hover { background: #004494; }
@media (max-height: 850px) and (min-width: 1025px) {
.submenu-level-2 { max-height: 70vh !important; overflow-y: auto !important; overflow-x: hidden !important; }
.submenu-level-2::-webkit-scrollbar { width: 6px; }
.submenu-level-2::-webkit-scrollbar-track { background: #f1f1f1; }
.submenu-level-2::-webkit-scrollbar-thumb { background: #0056b3; border-radius: 4px; }
.submenu-level-2 > a:hover + .submenu-level-3, .submenu-level-3:hover { opacity: 0 !important; visibility: hidden !important; transform: none !important; display: none !important; }
.submenu-level-2 > a.active-mobile-l3:hover + .submenu-level-3, .submenu-level-2 > a.active-mobile-l3 + .submenu-level-3:hover { opacity: 1 !important; visibility: visible !important; display: block !important; }
.submenu-level-3 { position: static !important; display: none !important; width: 100% !important; box-shadow: none !important; border: none !important; border-left: 4px solid #ff9900 !important; margin: 0 !important; border-radius: 0 !important; transform: none !important; opacity: 1 !important; visibility: visible !important; transition: none !important; }
.submenu-level-2 > a.active-mobile-l3 + .submenu-level-3 { display: block !important; }
.submenu-level-3 > a { padding-left: 40px !important; background: #f1f5f9 !important; border-bottom: 1px solid #e2e8f0 !important; }
.submenu-level-2 > a:has(+ .submenu-level-3)::after { transform: translateY(-50%) rotate(90deg) !important; position: static !important; float: right; margin-top: 2px; }
.submenu-level-2 > a.active-mobile-l3::after { transform: translateY(-50%) rotate(-90deg) !important; }
}
@media (max-width: 1024px) {
.mobile-toggle { display: block; }
.menu-list { display: none; width: 100%; background: #fff; margin: 0; padding: 0; }
.menu-list.show-mobile { display: block; animation: slideDown 0.3s forwards; max-height: 75vh; overflow-y: auto; overflow-x: hidden; }
.menu-list > li { width: 100%; border-bottom: 1px solid rgba(0,0,0,0.05); display: block; }
.menu-list > li > a { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; color: #000 !important; white-space: normal !important; word-wrap: break-word !important; }
.submenu-level-2, .submenu-level-3 { position: static !important; left: auto !important; top: auto !important; transform: none !important; width: 100% !important; box-shadow: none !important; border: none !important; display: none !important; margin: 0 !important; padding: 0 !important; background: #f8fbfd !important; }
.menu-list > li.active-mobile > .submenu-level-2 { display: block !important; }
.submenu-level-2 > a.active-mobile-l3 + .submenu-level-3 { display: block !important; }
.submenu-level-2 > a { position: relative !important; display: block !important; padding: 12px 40px 12px 35px !important; border-bottom: 1px solid #eee !important; color: #000 !important; white-space: normal !important; word-wrap: break-word !important; line-height: 1.4 !important; border-left: 4px solid #0056b3 !important; }
.submenu-level-3 > a { display: block !important; padding: 12px 20px 12px 50px !important; background: #f1f5f9 !important; border-bottom: 1px solid #e2e8f0 !important; color: #000 !important; white-space: normal !important; word-wrap: break-word !important; line-height: 1.4 !important; font-size: 0.85rem !important; border-left: 4px solid #ff9900 !important; }
.submenu-level-2 > a:has(+ .submenu-level-3)::after { content: '\f105' !important; font-family: 'Font Awesome 6 Free' !important; font-weight: 900 !important; position: absolute !important; right: 15px !important; top: 50% !important; transform: translateY(-50%) rotate(90deg) !important; margin: 0 !important; transition: transform 0.3s !important; color: #0056b3 !important; }
.submenu-level-2 > a.active-mobile-l3::after { transform: translateY(-50%) rotate(-90deg) !important; }
#main-nav.sticky .menu-list { background: #fff !important; }
#main-nav.sticky .menu-list > li > a { color: #000 !important; }
#main-nav.sticky .menu-list > li > a:hover { color: #0056b3 !important; background: #f0f0f0 !important; }
}
.hero-section { position: relative; width: 100%; background: #fff; padding: 60px 0; display: flex; justify-content: center; }
.hero-content { width: 100%; display: flex; justify-content: center; }
.boxes-container { display: flex; gap: 30px; width: 100%; max-width: 1200px; justify-content: center; flex-wrap: wrap; padding: 0 20px; }
.box-item { position: relative; width: 350px; height: 250px; overflow: hidden; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); opacity: 0; transform: translateY(50px); animation: fadeInUp 0.8s forwards; display: flex; align-items: flex-end; }
.box-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.5s ease; z-index: 1; }
.box-item:hover .box-bg { transform: scale(1.1); }
.box-content { position: relative; z-index: 2; width: 100%; padding: 20px; background: linear-gradient(to top, rgba(0,86,179,0.9), transparent); color: white; display: flex; justify-content: space-between; align-items: center; }
.box-content h3 { font-size: 1.25rem; font-weight: 700; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); }
.btn-arrow { width: 40px; height: 40px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: 0.3s; backdrop-filter: blur(5px); }
.box-item:hover .btn-arrow { background: #fff; color: #0056b3; transform: translateX(5px); }
.delay-1 { animation-delay: 0.5s; }
.delay-2 { animation-delay: 0.7s; }
.delay-3 { animation-delay: 0.9s; }
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1024px) {
.top-bar-container { flex-direction: column; gap: 15px; }
.right-side-wrapper { margin-left: 0; justify-content: center; flex-wrap: wrap; }
.herb-area { display: none; }
}
@media (max-width: 768px) {
.menu-list { display: none; }
.box-item { width: 100%; height: 200px; }
.info-area { flex-wrap: wrap; justify-content: center; }
}
#wcag-widget { position: fixed; bottom: 30px; right: 30px; z-index: 9999; display: flex; flex-direction: column; align-items: flex-end; }
#wcag-toggle { width: 60px; height: 60px; background: #0056b3; border: none; border-radius: 50%; color: white; font-size: 1.75rem; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: 0.3s; display: flex; justify-content: center; align-items: center; }
#wcag-toggle:hover, #wcag-toggle:focus { background: #003d82; transform: scale(1.1); outline: 3px solid #ff9900; }
#wcag-panel { display: none; background: white; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.2); padding: 10px; margin-bottom: 15px; width: 200px; flex-direction: column; gap: 8px; }
#wcag-panel.open { display: flex; animation: fadeInUp 0.3s forwards; }
.wcag-btn { background: #f4f4f4; border: 1px solid #ddd; padding: 10px; border-radius: 5px; cursor: pointer; text-align: left; display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 0.875rem; color: #333; transition: 0.2s; }
.wcag-btn:hover, .wcag-btn:focus { background: #e0e0e0; color: #0056b3; }
.wcag-btn.reset { background: #ffdede; color: #d00000; border-color: #ffcccc; }
.wcag-btn.reset:hover { background: #ffc4c4; }
body.wcag-contrast { background: #000 !important; color: #ff0 !important; }
body.wcag-contrast * { border-color: #ff0 !important; text-shadow: none !important; box-shadow: none !important; }
body.wcag-contrast .top-bar-container, body.wcag-contrast #main-nav { background: #000 !important; border-bottom: 2px solid #ff0 !important; }
body.wcag-contrast a, body.wcag-contrast i, body.wcag-contrast h1, body.wcag-contrast h2, body.wcag-contrast h3, body.wcag-contrast span { color: #ff0 !important; fill: #ff0 !important; }
body.wcag-contrast .icon-circle, body.wcag-contrast .btn-strefa, body.wcag-contrast #wcag-toggle { background: #000 !important; border: 2px solid #ff0 !important; color: #ff0 !important; }
body.wcag-contrast .box-content { background: #000 !important; }
body.wcag-contrast .hero-overlay { background: #000; opacity: 0.8; }
body.wcag-contrast .wcag-btn { background: #000; color: #ff0; border: 1px solid #ff0; }
body.wcag-links-underline a { text-decoration: underline !important; font-weight: 700 !important; }
.news-section { padding: 5rem 0; background-color: #f8f9fa; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; border-bottom: 2px solid #e0e0e0; padding-bottom: 1rem; }
.section-title { font-size: 2.5rem; color: #333; font-weight: 700; position: relative; }
.section-title::after { content: ''; position: absolute; bottom: -0.5rem; left: 0; width: 80px; height: 4px; background: #0056b3; }
.btn-all-news { color: #0056b3; font-weight: 600; font-size: 1rem; display: flex; align-items: center; gap: 0.5rem; }
.btn-all-news:hover { color: #003d82; gap: 0.8rem; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.news-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.4s ease, box-shadow 0.4s ease; opacity: 0; animation: fadeInUp 0.8s forwards; display: flex; flex-direction: column; }
.news-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.news-img-wrapper { position: relative; height: 220px; overflow: hidden; }
.news-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.news-card:hover .news-img-wrapper img { transform: scale(1.1); }
.date-badge { position: absolute; top: 1rem; left: 1rem; background: #0056b3; color: white; padding: 0.5rem 0.8rem; border-radius: 8px; text-align: center; display: flex; flex-direction: column; line-height: 1; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }
.date-badge .day { font-size: 1.2rem; font-weight: 700; display: block; margin-bottom: 2px; }
.date-badge .month { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; }
.news-content { padding: 1.5rem; flex-grow: 1; display: flex; flex-direction: column; }
.news-meta { font-size: 0.85rem; color: #888; margin-bottom: 0.8rem; text-transform: uppercase; letter-spacing: 0.5px; }
.news-meta i { color: #0056b3; margin-right: 5px; }
.news-title { font-size: 1.25rem; margin-bottom: 1rem; line-height: 1.4; font-weight: 700; }
.news-title a { color: #222; transition: 0.2s; }
.news-title a:hover { color: #0056b3; }
.news-excerpt { font-size: 0.95rem; color: #555; margin-bottom: 1.5rem; flex-grow: 1; line-height: 1.6; }
.read-more { display: inline-flex; align-items: center; gap: 5px; color: #0056b3; font-weight: 600; font-size: 0.9rem; margin-top: auto; }
.read-more i { font-size: 0.75rem; transition: 0.3s; }
.news-card:hover .read-more i { transform: translateX(5px); }
@media (max-width: 1024px) {
.news-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.news-grid { grid-template-columns: 1fr; }
.section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
.section-title { font-size: 2rem; }
}
body.wcag-contrast .news-section { background: #000 !important; }
body.wcag-contrast .news-card { background: #000 !important; border: 1px solid #ff0 !important; }
body.wcag-contrast .section-title, body.wcag-contrast .news-title a, body.wcag-contrast .news-excerpt, body.wcag-contrast .day, body.wcag-contrast .month { color: #ff0 !important; }
body.wcag-contrast .date-badge { background: #000 !important; border: 1px solid #ff0 !important; }
body.wcag-contrast .read-more { color: #ff0 !important; text-decoration: underline !important; }
.medical-offer-section { padding: 5rem 0; background-color: #ffffff; }
.center-header { text-align: center; margin-bottom: 3rem; border-bottom: none; flex-direction: column; align-items: center; }
.center-header .section-title::after { left: 50%; transform: translateX(-50%); }
.section-subtitle { font-size: 1.1rem; color: #666; margin-top: 1rem; }
.offer-tabs { display: flex; justify-content: center; gap: 1rem; margin-bottom: 3rem; flex-wrap: wrap; }
.tab-btn { background: transparent; border: 2px solid #e0e0e0; padding: 0.8rem 2rem; border-radius: 50px; font-size: 1rem; font-weight: 600; color: #555; cursor: pointer; transition: 0.3s; background: #fff; }
.tab-btn:hover { border-color: #0056b3; color: #0056b3; }
.tab-btn.active { background: #0056b3; color: #fff; border-color: #0056b3; box-shadow: 0 5px 15px rgba(0, 86, 179, 0.3); }
.tab-content { display: none; opacity: 0; animation: fadeIn 0.5s forwards; }
.tab-content.active { display: block; }
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.offer-card { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 2rem; text-align: center; transition: 0.3s; display: flex; flex-direction: column; align-items: center; height: 100%; position: relative; overflow: hidden; }
.offer-card:hover { transform: translateY(-5px); border-color: #0056b3; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.icon-box { width: 70px; height: 70px; background: #f0f7ff; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-bottom: 1.5rem; transition: 0.3s; }
.icon-box i { font-size: 1.8rem; color: #0056b3; }
.offer-card:hover .icon-box { background: #0056b3; transform: scale(1.1); }
.offer-card:hover .icon-box i { color: #fff; }
.offer-card h3 { font-size: 1.2rem; margin-bottom: 0.8rem; color: #222; font-weight: 700; }
.offer-card p { font-size: 0.9rem; color: #666; line-height: 1.5; }
.highlight-card { background: #fff8e1; border-color: #ffe082; }
.highlight-card .icon-box { background: #fff3c4; }
.highlight-card .icon-box i { color: #f57f17; }
.highlight-card:hover { border-color: #f57f17; }
.highlight-card:hover .icon-box { background: #f57f17; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1024px) {
.offer-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
.offer-grid { grid-template-columns: repeat(2, 1fr); }
.tab-btn { padding: 0.6rem 1.2rem; font-size: 0.9rem; }
}
@media (max-width: 480px) {
.offer-grid { grid-template-columns: 1fr; }
}
body.wcag-contrast .tab-btn { background: #000; color: #ff0; border-color: #ff0; }
body.wcag-contrast .tab-btn.active { background: #ff0; color: #000; }
body.wcag-contrast .offer-card { background: #000; border: 1px solid #ff0; }
body.wcag-contrast .icon-box { background: #000; border: 1px solid #ff0; }
body.wcag-contrast .highlight-card { background: #000 !important; border-color: #fff !important; }
.contact-section { display: flex; width: 100%; min-height: 600px; background: #fff; position: relative; overflow: hidden; }
.contact-container { display: flex; width: 100%; flex-wrap: wrap; }
.contact-info-panel { flex: 1; min-width: 500px; background: #001e3c; color: #fff; padding: 4rem; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.contact-info-panel::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('grafika/logo.svg') no-repeat center center; opacity: 0.03; background-size: 80%; pointer-events: none; }
.white-title { color: #fff; font-size: 2.5rem; margin-bottom: 0.5rem; }
.white-title::after { background: #fff; }
.contact-header { margin-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 2rem; }
.contact-header p { font-size: 1.1rem; opacity: 0.8; padding-top:10px; }
.main-address { display: flex; gap: 15px; align-items: center; font-size: 1.1rem; margin-bottom: 2.5rem; background: rgba(255,255,255,0.05); padding: 1rem; border-radius: 8px; border-left: 4px solid #0056b3; }
.main-address i { font-size: 1.5rem; color: #4dabf7; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2rem; }
.contact-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 1rem 1.5rem; border-radius: 8px; display: flex; align-items: center; gap: 15px; transition: 0.3s; cursor: pointer; text-decoration: none; color: #fff; }
.contact-card:hover { background: #0056b3; transform: translateY(-3px); border-color: #0056b3; box-shadow: 0 5px 15px rgba(0,0,0,0.3); }
.card-icon { font-size: 1.4rem; color: #4dabf7; transition: 0.3s; }
.contact-card:hover .card-icon { color: #fff; }
.card-text { display: flex; flex-direction: column; }
.card-text span { font-size: 0.8rem; opacity: 0.7; text-transform: uppercase; letter-spacing: 0.5px; }
.card-text strong { font-size: 1.1rem; font-weight: 700; letter-spacing: 0.5px; }
.highlight-contact { border-color: rgba(220, 53, 69, 0.4); background: rgba(220, 53, 69, 0.1); }
.highlight-contact .card-icon { color: #ff6b6b; }
.highlight-contact:hover { background: #dc3545; border-color: #dc3545; }
.social-contact { display: flex; align-items: center; gap: 15px; margin-top: auto; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.1); }
.social-btn { width: 40px; height: 40px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1.2rem; transition: 0.3s; color: #fff; background: rgba(255,255,255,0.1); }
.social-btn:hover { background: #fff; color: #001e3c; transform: scale(1.1); }
.contact-map-wrapper { flex: 1; min-width: 500px; position: relative; background: #eee; }
.contact-map-wrapper iframe { filter: grayscale(100%); transition: filter 0.5s ease; }
.contact-map-wrapper:hover iframe { filter: grayscale(0%); }
.map-overlay-hint { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(0,0,0,0.7); color: white; padding: 10px 20px; border-radius: 20px; font-size: 0.9rem; pointer-events: none; opacity: 1; transition: 0.3s; display: flex; align-items: center; gap: 8px; }
.contact-map-wrapper:hover .map-overlay-hint { opacity: 0; }
@media (max-width: 1024px) {
.contact-container { flex-direction: column; }
.contact-info-panel, .contact-map-wrapper { min-width: 100%; min-height: 400px; }
}
@media (max-width: 768px) {
.contact-info-panel { padding: 2rem; }
.contact-grid { grid-template-columns: 1fr; }
.footer-bottom { flex-direction: column; text-align: center; }
}
body.wcag-contrast .contact-info-panel { background: #000 !important; border-top: 2px solid #ff0; }
body.wcag-contrast .white-title, body.wcag-contrast .contact-header p, body.wcag-contrast .main-address, body.wcag-contrast .contact-card { color: #ff0 !important; border-color: #ff0 !important; }
body.wcag-contrast .card-icon { color: #ff0 !important; }
body.wcag-contrast .site-footer { background: #000; border-top: 1px solid #ff0; color: #ff0; }
body.wcag-contrast .contact-map-wrapper iframe { filter: invert(100%) grayscale(100%); }
.site-footer { background: #001529; padding: 2rem 0 1rem; color: #aaa; font-size: 0.9rem; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-credits { width: 100%; text-align: center; font-size: 0.75rem; color: #444; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1rem; margin-top: 0.5rem; transition: 0.3s; }
.footer-credits a { color: #555; text-decoration: none; font-weight: 600; transition: 0.3s; }
.footer-credits:hover { color: #666; }
.footer-credits a:hover { color: #888; }
@media (max-width: 768px) {
.footer-content { flex-direction: column; text-align: center; }
.footer-links { justify-content: center; }
.btn-strefa { display: none; }
}
body.wcag-contrast .footer-credits { border-top: 1px solid #ff0; color: #ff0; }
body.wcag-contrast .footer-credits a { color: #ff0 !important; text-decoration: underline; }
