/* RESET & BASELINE NORMALIZE */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body {
  background: #191C1E;
  color: #F5F7FA;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

/* BRAND FONTS */
h1, h2, h3, h4, h5, h6, .logo, .footer-logo {
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
h1 { font-size: 2.4rem; margin-bottom: 16px; }
h2 { font-size: 1.8rem; margin-bottom: 12px; }
h3 { font-size: 1.24rem; margin-bottom: 8px; }
h4, h5, h6 { font-size: 1.1rem; }

p, ul, ol, li, span, dl, dt, dd, label, input, textarea {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
}
strong { font-weight: 600; }

/* COLORS -- industrial_modern, high contrast */
:root {
  --pf-primary: #005580;
  --pf-secondary: #1E2328;
  --pf-bg: #191C1E;
  --pf-light: #F5F7FA;
  --pf-accent: #FFAA00;
  --pf-accent-b: #FFB700;
  --pf-card-bg: #23272B;
  --pf-border: #37424A;
  --pf-btn-shadow: rgba(0,0,0,0.22);
  --pf-metal-shine: #c0c8cc;
  --pf-nav-bg: #23272B;
  --pf-hover: #006699;
  --pf-footer-bg: #15181A;
}

/* General Layouts */
.container {
  width: 100%;
  padding: 0 20px;
  max-width: 1192px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

main {
  flex: 1 0 auto;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background-color: var(--pf-card-bg);
  border-radius: 14px;
  box-shadow: 0 3px 18px rgba(0,0,0,0.08), 0 1.5px 3.5px var(--pf-btn-shadow);
  border: 1.5px solid var(--pf-border);
}
@media (max-width: 991px) {
  .section { padding: 32px 10px; }
}
@media (max-width: 768px) {
  .section {
    padding: 24px 6px;
    margin-bottom: 36px;
  }
}

.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.text-section {
  margin-bottom: 24px;
  color: var(--pf-light);
  line-height: 1.7;
  max-width: 760px;
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: var(--pf-card-bg);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border: 1.25px solid var(--pf-border);
  transition: box-shadow 0.2s linear, transform 0.2s linear;
}
.card:hover {
  box-shadow: 0 4px 21px 0 rgba(0,0,0,0.23), 0 1.5px 8.5px var(--pf-btn-shadow);
  transform: translateY(-4px) scale(1.015);
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: var(--pf-card-bg);
  padding: 18px 22px;
  border-radius: 10px;
  border-left: 4px solid var(--pf-accent);
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  margin-bottom: 20px;
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: var(--pf-light);
  color: #23272B;
  border-radius: 11px;
  border-left: 4px solid var(--pf-primary);
  box-shadow: 0 2px 11px rgba(0,0,0,0.07);
  margin-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
}
.testimonial-card p {
  font-style: italic;
  font-size: 1.05rem;
  color: #23272B;
  margin: 0 0 7px 0;
}
.testimonial-card span {
  font-weight: 600;
  color: var(--pf-primary);
  font-size: 0.98rem;
}

/* HERO SECTION */
.hero {
  background: linear-gradient(120deg, #22282E 77%, var(--pf-primary) 100%);
  padding: 48px 0 42px 0;
  border-bottom: 2.5px solid var(--pf-accent);
  box-shadow: 0 4px 24px rgba(0,0,0,0.13);
}
.hero .content-wrapper {
  align-items: flex-start;
}
.hero h1 {
  font-size: 2.7rem;
  margin-bottom: 10px;
  color: var(--pf-accent);
  text-shadow: 0 2px 4px rgba(0,50,100,0.08);
  letter-spacing: 0.03em;
}
.hero p {
  max-width: 600px;
  color: var(--pf-light);
  margin-bottom: 22px;
}

/* HEADER & NAV */
header {
  background: var(--pf-nav-bg);
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 12px 0;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0,30,45,0.09);
  position: relative;
  z-index: 1200;
}
.logo img, .footer-logo img {
  height: 38px;
  min-width: 115px;
  filter: grayscale(0.20) brightness(1.04) contrast(1.06) drop-shadow(1px 1px 2px #0003);
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.main-nav a {
  font-weight: 600;
  color: var(--pf-light);
  text-decoration: none;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-size: 1.04rem;
  padding: 7px 13px;
  border-radius: 8px;
  letter-spacing: 0.02em;
  transition: background .21s, color .21s;
}
.main-nav a:hover,
.main-nav a:focus {
  background: var(--pf-primary);
  color: var(--pf-accent);
}
.cta-btn {
  font-size: 1.1rem;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--pf-accent), var(--pf-accent-b) 85%);
  color: #1E2328;
  border: 2.5px solid var(--pf-accent);
  border-radius: 9px;
  padding: 10px 28px;
  margin-left: auto;
  margin-right: 4px;
  letter-spacing: 0.05em;
  box-shadow: 0 3px 12px var(--pf-btn-shadow);
  cursor: pointer;
  transition: filter 0.17s, background 0.17s, box-shadow 0.22s;
  text-decoration: none;
  position: relative;
  z-index: 110;
}
.cta-btn:hover,
.cta-btn:focus {
  filter: brightness(0.93);
  background: linear-gradient(90deg, var(--pf-accent-b), var(--pf-accent) 80%);
  color: #23272B;
  box-shadow: 0 6px 23px var(--pf-btn-shadow);
}

/* MOBILE HEADER NAV */
.mobile-menu-toggle {
  display: none;
  background: var(--pf-primary);
  color: var(--pf-light);
  border: none;
  border-radius: 8px;
  font-size: 2rem;
  padding: 7px 13px;
  margin-left: auto;
  margin-right: 8px;
  cursor: pointer;
  z-index: 2002;
  transition: background 0.17s;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: var(--pf-accent);
  color: #23272b;
  outline: 0;
}
@media (max-width: 991px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--pf-bg);
  z-index: 2001;
  transform: translateX(-110vw);
  opacity: 0;
  transition: transform .33s cubic-bezier(.56,.09,.67,1.01), opacity .22s;
  box-shadow: 3px 0 48px #0008;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 20px 24px 10px 0;
  background: none;
  border: none;
  font-size: 2.4rem;
  color: var(--pf-accent);
  cursor: pointer;
  transition: color .15s;
  z-index: 2100;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus { color: var(--pf-primary); outline: none; }
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 32px 0 32px;
  margin: 0;
  width: 100%;
}
.mobile-nav a {
  font-size: 1.17rem;
  color: var(--pf-light);
  font-family: 'Montserrat', 'Roboto', sans-serif;
  padding: 17px 0 14px 0;
  text-decoration: none;
  border-bottom: 1.5px solid var(--pf-border);
  transition: color 0.19s, background 0.19s;
  border-radius: 0;
}
.mobile-nav a:hover, .mobile-nav a:focus { color: var(--pf-accent); background: #23272b44; outline: none; }

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: var(--pf-nav-bg);
  color: var(--pf-light);
  box-shadow: 0 -2px 21px 0 #0007;
  z-index: 5000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 22px 14px;
  gap: 22px;
  transition: transform .28s, opacity .21s;
}
.cookie-banner.hide {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner .cookie-text {
  font-size: 1.02rem;
  max-width: 640px;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.cookie-banner button,
.cookie-banner .btn {
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-size: 1.01rem;
  padding: 7px 20px;
  margin: 0 2px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.15s, color 0.15s;
}
.cookie-banner .accept-btn {
  background: var(--pf-accent);
  color: #23272b;
}
.cookie-banner .accept-btn:hover,
.cookie-banner .accept-btn:focus { background: var(--pf-accent-b); color: #23272b; }
.cookie-banner .reject-btn {
  background: #34404B;
  color: var(--pf-accent);
}
.cookie-banner .reject-btn:hover,
.cookie-banner .reject-btn:focus {
  background: #23272B;
  color: var(--pf-accent-b);
}
.cookie-banner .settings-btn {
  background: none;
  color: var(--pf-primary);
  text-decoration: underline;
}
.cookie-banner .settings-btn:hover,
.cookie-banner .settings-btn:focus { color: var(--pf-accent); background: #23272B33; }
@media (max-width: 700px) {
  .cookie-banner { flex-direction: column; align-items: stretch; gap: 18px; padding: 15px 6px; }
}

/* COOKIE MODAL OVERLAY */
.cookie-modal-overlay {
  position: fixed;
  z-index: 5100;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(24,28,32,0.86);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: all;
  transition: opacity .18s;
}
.cookie-modal-overlay.hide {
  opacity: 0; pointer-events: none;
}
/* COOKIE MODAL */
.cookie-modal {
  background: var(--pf-light);
  color: #181C20;
  border-radius: 12px;
  min-width: 310px;
  max-width: 360px;
  box-shadow: 0 7px 44px #0007;
  padding: 28px 22px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: pop-bounce .4s cubic-bezier(.22,.64,.44,1.25);
}
@keyframes pop-bounce {
  0% { transform: scale(.87) translateY(60px); opacity: 0.1; }
  50% { transform: scale(1.04) translateY(-10px); opacity: .9; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal h3 {
  font-family: 'Montserrat', 'Roboto', sans-serif;
  color: var(--pf-primary);
  margin-bottom: 5px;
  font-size: 1.19rem;
}
.cookie-modal label {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.cookie-modal input[type=checkbox],
.cookie-modal input[type=radio] {
  accent-color: var(--pf-primary);
  width: 19px;
  height: 19px;
  margin-right: 6px;
}
.cookie-modal .cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 10px 0 16px 0;
}
.cookie-modal .essential {
  font-weight: 700;
  color: #555;
  background: #EEE;
  border-radius: 7px;
  padding: 3px 12px;
  font-size: 0.98rem;
}
.cookie-modal .modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 4px;
}
.cookie-modal .accept-btn,
.cookie-modal .reject-btn,
.cookie-modal .close-btn {
  font-size: 1.02rem;
  border-radius: 7px;
  padding: 7px 19px;
}
.cookie-modal .accept-btn { background: var(--pf-accent); color: #23272b; }
.cookie-modal .accept-btn:hover { background: var(--pf-accent-b); color: #23272b; }
.cookie-modal .reject-btn { background: #CCC; color: #23272b; }
.cookie-modal .reject-btn:hover { background: #c0c8cc; color: #181C20; }
.cookie-modal .close-btn { background: none; color: var(--pf-primary); text-decoration: underline; }
.cookie-modal .close-btn:hover, .cookie-modal .close-btn:focus { color: var(--pf-accent); }


/* ELEMENTS & TYPOGRAPHY STYLES */
ul, ol {
  padding-left: 24px;
  margin-bottom: 14px;
  color: var(--pf-light);
  line-height: 1.7;
}
li {
  margin-bottom: 12px;
  font-size: 1rem;
}
li:last-child { margin-bottom: 0; }
dt { font-weight: 700; color: var(--pf-accent); margin-bottom: 6px; }
dd { margin-bottom: 14px; color: var(--pf-light); }

hr {
  height: 1px;
  border: none;
  background: var(--pf-border);
  margin: 24px 0;
}

.success-message {
  color: var(--pf-accent);
  font-weight: 600;
  font-size: 1.04rem;
  margin-bottom: 10px;
}

/* Special Lists & Cards (Inspiracje, Okazje, etc) */
.destination-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 20px 0 22px 0;
}
.destination-cards article {
  background: var(--pf-card-bg);
  border-radius: 11px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 340px;
  padding: 23px 17px 19px 17px;
  border-left: 3.8px solid var(--pf-accent);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow .16s, transform .17s;
}
.destination-cards article:hover {
  box-shadow: 0 7px 25px 0 rgba(0,0,0,0.13);
  transform: translateY(-4px) scale(1.014);
  border-color: var(--pf-primary);
}
.theme-tag {
  background: var(--pf-accent);
  color: #23272B;
  font-weight: 700;
  font-size: 0.96rem;
  border-radius: 6px;
  padding: 3.2px 11px;
  align-self: flex-end;
  letter-spacing: 0.01em;
}

.filters ul {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 8px;
}
.filters ul li {
  background: var(--pf-metal-shine);
  color: #23272B;
  font-weight: 700;
  border-radius: 7px;
  padding: 5px 13px;
  font-size: 1rem;
  transition: background .13s;
}
.filters ul li:hover { background: var(--pf-accent); color: #23272B; cursor: pointer; }
.expiry-notice {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  align-items: center;
  background: #252b2f55;
  border-radius: 7px;
  color: var(--pf-accent);
  font-weight: 600;
  padding: 8px 16px;
}
.expiry-notice img { height: 26px; }

.forum-preview ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.forum-preview li {
  font-size: 1rem;
  color: var(--pf-light);
}
.forum-preview strong { color: var(--pf-accent); }

/* CONTACT INFO */
.contact-info {
  margin: 28px 0 18px 0;
  background: #1E2328;
  padding: 18px 20px 12px 20px;
  border-radius: 9px;
  border-left: 4px solid var(--pf-primary);
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0 2px 8px #0003;
}
.contact-info ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 7px;
}
.contact-info li {
  color: var(--pf-light);
  font-weight: 500;
  font-size: 1.01rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.business-hours {
  margin-top: 7px;
  color: #c0c8cc;
  font-size: 0.97rem;
}
.map-location { margin-top: 21px; }
.map-location h2 { font-size: 1.12rem; color: var(--pf-accent); }
.map-location p { color: var(--pf-light); font-size: 0.97rem; }

/* FOOTER --- industrial metallic look */
footer {
  background: var(--pf-footer-bg);
  color: var(--pf-metal-shine);
  padding: 44px 0 21px 0;
  margin-top: 48px;
  border-top: 2.5px solid var(--pf-primary);
  box-shadow: 0 -4px 20px #111b2022, 0 -1.5px 5.5px #9bb5d122;
}
.footer-logo img {
  margin-bottom: 7px;
  filter: grayscale(25%) brightness(1.03) contrast(1.1);
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 8px 0 18px 0;
}
.footer-nav a {
  color: var(--pf-metal-shine);
  text-decoration: none;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-size: 1.01rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  padding: 6px 8px;
  border-radius: 7px;
  transition: background .18s;
}
.footer-nav a:hover,
.footer-nav a:focus {
  background: #223347;
  color: var(--pf-accent);
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 18px 0;
  font-size: 0.97rem;
  color: #c0c8cc;
  align-items: center;
}
.footer-contact span {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #252b2f44;
  border-radius: 7px;
  padding: 6px 12px;
}
.footer-contact img { height: 18px; filter: brightness(0.85); }
.footer-copy {
  margin-top: 17px;
  font-size: 0.93rem;
  color: #7c848c;
  text-align: left;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
}

/* RESPONSIVE: MOBILE FIRST */
@media (max-width: 991px) {
  header { flex-direction: row; gap: 12px; padding: 11px 0 9px 0; }
  .footer-contact { flex-direction: column; align-items: flex-start; gap: 10px; }
  .footer-nav { gap: 13px; }
}
@media (max-width: 700px) {
  header { padding: 9px 0; flex-wrap: wrap; }
  .footer-contact { flex-direction: column; gap: 8px; }
  .container { padding: 0 6px; }
  .cta-btn { font-size: 1rem; padding: 9px 12px; }
  .footer-copy { font-size: 0.88rem; }
  .footer-nav { flex-direction: column; gap: 7px; }
}
@media (max-width: 520px) {
  .logo img, .footer-logo img { height: 28px; min-width: 64px; }
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.13rem; }
  .hero { padding: 22px 0 18px 0; }
}

/* FOCUS STYLES for ACCESSIBILITY */
a:focus, button:focus, .cta-btn:focus {
      outline: 2.5px solid var(--pf-accent);
      outline-offset: 1.5px;
      z-index: 10;
}

/* ICON STYLES (SVG) */
img[alt^="Adres"], img[alt^="Telefon"], img[alt^="E-mail"], img[alt^="Godziny"], img[alt^="Oszczędność"], img[alt^="Globalny"], img[alt^="Społeczność"], img[alt^="Gwarancja"], img[alt^="Uwaga"] {
  vertical-align: middle;
  margin-bottom: 0;
  opacity: 0.92;
}

/* Visual Accents: Industrial Metallic */
.section, .card, .destination-cards article, .feature-item, .footer-contact span {
  border-right: 1.5px solid #4d5866;
  background: linear-gradient(120deg, #23272B 96%, #2e363b 100%);
}

/* Subtle metallic accent on section titles */
h2, h3, .forum-preview h2 {
  color: var(--pf-primary);
  text-shadow: 1px 1.5px 2px #3338, 0.5px 0.5px 0px #ffb70044;
}

/* Buttons (general) */
button, .btn {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  cursor: pointer;
  border: none;
  border-radius: 7px;
  background: var(--pf-accent);
  color: #23272b;
  font-weight: 700;
  padding: 10px 22px;
  transition: filter 0.15s, background 0.19s, color 0.19s;
}
button:hover, button:focus, .btn:hover, .btn:focus {
  filter: brightness(0.93);
  background: var(--pf-accent-b);
  color: #23272b;
}

/* Animations/Micro-interactions */
.card,
.destination-cards article,
.feature-item,
.testimonial-card {
  transition: box-shadow 0.22s, transform 0.21s;
}
a, .cta-btn, button, .btn, .main-nav a, .footer-nav a {
  transition: color .17s, background .17s, box-shadow .17s, filter .17s, border .17s;
}

/* Success / error states */
.success-message { color: var(--pf-accent); }

/* Misc: prevent overlap of content by adding margin and gap between all blocks */
section, .section {
  margin-bottom: 60px;
  padding: 40px 20px;
  border-radius: 14px;
  background: linear-gradient(120deg, #23272B 96%, #232b33 100%);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
@media (max-width: 630px) {
  section, .section { padding: 20px 3px; margin-bottom: 22px; }
}

/* Hide visually when required */
.sr-only,
[aria-hidden="true"] {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

/* END */
