:root {
  --color-primary: #0095d8;
  --color-button: #0095d8;
  --color-menu: #0095d8;
  --color-menubg: #ffffff;
  --color-menulink: #ffffff;
  --color-menulink-hover: #ffed00;
  --color-menubgtrans: #ffffffeb;
  --color-submenu: #ffffff;
  --color-submenu-bg: #ffffff;
  --color-submenu-bgthird: #f4faff;
  --color-submenu-hover: #0095d8;
  --color-submenu-text: #2b2b2b;
  --color-secondary: #ffed00;
  --color-accent: #d92e2e;
  --color-bg: #ffffff;
  --color-bg-additional: #f5f7fa;
  --color-light: #dde4ef;
  --color-blocks: #f5f7fa;
  --color-text: #2b2b2b;
  --color-above: #0095d8;
  --color-heading: #1a1a1a;
  --color-textreverse: #ffffff;
  --color-abovereverse: #ffed00;
  --color-linkreverse: #ffffff;
  --color-reverse: #0095d8;
  --color-shadow: #0000007c;
  --color-shadowex: #0095d8;
  --color-slider-text: #ffffff;
  --color-slider-above: #0095d8;
  --color-slider-bg: #0d1e35;
  --color-excluded: #939393;
  --shadow-card: 0 2px 16px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.05);
  --shadow-card-hover:
    0 10px 32px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.07);
  --shadow-cta: 0 16px 48px rgba(0, 0, 0, 0.3);
  --radius-card: 10px;
  --radius-cta: 14px;
  --gradient-primary: linear-gradient(135deg, #08152a 0%, #0e2645 100%);
  --gradient-hero: linear-gradient(160deg, #08152a 0%, #0e2645 100%);
  --transition-base: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  --border-accent: rgba(0, 0, 0, 0.09);
  --color-lightlinks: #ff1ba8 !important;
  --color-lightlinkstext: #ffffff !important;
  --color-lightlinkstext_hover: #ff1ba8 !important;
  --color-lightlinksback: #ff1ba8 !important;
  --color-lightlinksback_hover: #ffffff !important;
  --font-base: "Open Sans", sans-serif;
  --font-heading: "Open Sans", sans-serif;
  --font-above: "Open Sans", sans-serif;
  --font-menu: "Open Sans", sans-serif;
  --font-button: "Open Sans", sans-serif;
}

#pusta {
  font-family: "Inter", sans-serif;
  background: #f4f8fc;
  margin: auto;
  padding-bottom: 80px;
}

.section-intro {
  position: relative;
  padding: 120px 0 50px;
  background: linear-gradient(180deg, #fff 0%, #f4f8fc 100%);
}
@media (max-width: 1200px) {
  .section-intro {
    padding: 100px 0 40px;
  }
}
.section-intro .section-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
  box-sizing: border-box;
}
.section-intro .section-title {
  position: relative;
}
.section-intro .section-title::before {
  content: "Informacje";
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0095d8;
  margin-bottom: 14px;
}
.section-intro .primary-title {
  font-family: "Inter", sans-serif !important;
  font-size: clamp(2rem, 5vw, 3.6rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.08 !important;
  color: #08152a !important;
  margin: 0 !important;
}
.section-intro .primary-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #0095d8;
  margin-top: 22px;
  border-radius: 2px;
}

.section-tekst {
  padding: 50px 0 0;
}
.section-tekst .section-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px clamp(24px, 5vw, 64px);
  width: 90%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e0eaf2;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(8, 21, 42, 0.08);
}
@media (max-width: 768px) {
  .section-tekst .section-content {
    padding: 32px 24px;
  }
}
.section-tekst .section-content h1, .section-tekst .section-content h2, .section-tekst .section-content h3, .section-tekst .section-content h4, .section-tekst .section-content h5, .section-tekst .section-content h6 {
  font-family: "Inter", sans-serif !important;
  color: #08152a !important;
  letter-spacing: -0.02em !important;
  line-height: 1.25 !important;
}
.section-tekst .section-content h1 {
  font-size: 2rem !important;
  font-weight: 800 !important;
  margin: 0 0 0.8em !important;
}
.section-tekst .section-content h2 {
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  margin: 2em 0 0.6em !important;
  padding-top: 1.4em;
  border-top: 1px solid #e0eaf2;
  position: relative;
}
.section-tekst .section-content h2::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #0095d8;
  border-radius: 2px;
}
.section-tekst .section-content h2:first-child {
  padding-top: 0;
  border-top: none;
  margin-top: 0 !important;
}
.section-tekst .section-content h2:first-child::before {
  display: none;
}
.section-tekst .section-content h3 {
  font-size: 1.18rem !important;
  font-weight: 700 !important;
  margin: 1.5em 0 0.5em !important;
  color: #0095d8 !important;
}
.section-tekst .section-content h4 {
  font-size: 1.02rem !important;
  font-weight: 600 !important;
  margin: 1.3em 0 0.4em !important;
}
.section-tekst .section-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #173c77;
  margin: 0 0 1.1em;
}
.section-tekst .section-content strong, .section-tekst .section-content b {
  color: #08152a;
  font-weight: 700;
}
.section-tekst .section-content a {
  color: #0095d8;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 149, 216, 0.3);
  transition: all 0.25s ease;
}
.section-tekst .section-content a:hover {
  color: #006b9b;
  border-bottom-color: currentColor;
}
.section-tekst .section-content ul, .section-tekst .section-content ol {
  margin: 0 0 1.4em;
  padding-left: 0;
  list-style: none;
}
.section-tekst .section-content ul li, .section-tekst .section-content ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 0.55em;
  font-size: 1rem;
  line-height: 1.65;
  color: #173c77;
}
.section-tekst .section-content ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #0095d8;
  border-radius: 50%;
}
.section-tekst .section-content ol {
  counter-reset: list-counter;
}
.section-tekst .section-content ol li {
  counter-increment: list-counter;
}
.section-tekst .section-content ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #0095d8;
  font-size: 0.95em;
  min-width: 22px;
}
.section-tekst .section-content li ul, .section-tekst .section-content li ol {
  margin: 0.5em 0;
}
.section-tekst .section-content blockquote {
  margin: 1.5em 0;
  padding: 20px 24px;
  background: #f4f8fc;
  border-left: 4px solid #ffed00;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #08152a;
}
.section-tekst .section-content blockquote p:last-child {
  margin-bottom: 0;
}
.section-tekst .section-content code, .section-tekst .section-content pre {
  font-family: "JetBrains Mono", Consolas, Menlo, monospace;
  background: #f4f8fc;
  border-radius: 6px;
}
.section-tekst .section-content code {
  padding: 2px 6px;
  font-size: 0.9em;
  color: #08152a;
}
.section-tekst .section-content pre {
  padding: 16px 20px;
  overflow-x: auto;
  border: 1px solid #e0eaf2;
  margin: 1.5em 0;
}
.section-tekst .section-content pre code {
  background: transparent;
  padding: 0;
}
.section-tekst .section-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95rem;
}
.section-tekst .section-content table th, .section-tekst .section-content table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e0eaf2;
}
.section-tekst .section-content table th {
  background: #f4f8fc;
  color: #08152a;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.section-tekst .section-content table tr:last-child td {
  border-bottom: none;
}
.section-tekst .section-content hr {
  border: none;
  height: 1px;
  background: #e0eaf2;
  margin: 2.5em 0;
}
.section-tekst .section-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1em 0;
}
