body {
  font-family: 'Poppins', sans-serif;
}

/* Hero sekcija */
.hero {
  background: url('https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=1500&q=80') center/cover no-repeat;
  height: 100vh;
  position: relative;
}
.hero .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.hero .content {
  position: relative;
  z-index: 2;
}

/* CTA sekcija */
.cta {
  background: url('https://images.unsplash.com/photo-1500534623283-312aade485b7?auto=format&fit=crop&w=1500&q=80') center/cover no-repeat;
}
.cta .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* Dodatno */
h2 {
  font-weight: 600;
}
footer {
  font-size: 0.9rem;
}
