/* --- FOOTER --- */
.footer {
  background-color: #141218;
  color: #e0e0e0;
  padding: 40px 20px 20px;
  font-size: 15px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 180px;
}

.footer-column h4 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-column a {
  display: block;
  color: #6ca0ff;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #ffffff;
}

.footer-column p {
  margin-bottom: 10px;
  color: #cccccc;
  line-height: 1.4;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  color: #777;
  font-size: 14px;
}

@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .footer-column {
    max-width: 400px;
    margin-bottom: 25px;
    text-align: center;
  }
}

#boty-hero h1 {
    font-weight: 700;
}
#boty-hero {
    background: #1e1e2f;
    color: #fff;
}
#oferta-botow {
    background: #f9f9f9;
}
#oferta-botow h2 {
    color: #222;
}
#oferta-botow h3 {
    font-weight: 600;
}

/* Wzmocniona, gruba czcionka na całej stronie */
body, html, header, nav, .footer, .footer *, section, h1, h2, h3, h4, h5, h6, p, a, li, button, input, label {
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
}

/* Dodatkowo możesz wzmocnić nagłówki */
h1, h2, h3, h4, h5, h6 {
  font-weight: 900 !important;
  letter-spacing: 0.02em;
}

/* CTA BUTTON - uniwersalny styl dla przycisków akcji */
.cta-button {
  font-weight: 800 !important;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(76,154,255,0.08);
  cursor: pointer;
  border: none;
  letter-spacing: 0.03em;
}