:root {
  --teal: #00797A;
  --dark: #1E1E22;
  --muted: #6B6F73;
  --bg: #FFFFFF;
  --card: #FBFCFD;
  --maxW: 1100px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--dark);
}

header {
  background: linear-gradient(90deg, var(--teal), #006A6B);
  color: white;
  padding: 20px 0;
}

.container {
  max-width: var(--maxW);
  margin: 0 auto;
  padding: 0 20px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo img {
  height: 80px;
}

.brand {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

nav {
  margin-top: 12px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 8px;
}

nav a:hover {
  background: rgba(255,255,255,0.1);
}

.language-switcher {
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
}

.language-switcher a {
  color: white;
  text-decoration: none;
  margin: 0 8px;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(255,255,255,0.1);
}

.language-switcher a:hover {
  background: rgba(255,255,255,0.2);
}

main {
  padding: 40px 20px;
  max-width: var(--maxW);
  margin: auto;
}

h1, h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  margin-bottom: 16px;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  background: var(--card);
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #EEF2F3;
}

p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--dark);
}

a.cta {
  display: inline-block;
  background: var(--teal);
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 20px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 600px;
}

input, textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #CCC;
  border-radius: 6px;
}

button {
  background: var(--teal);
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

button:hover {
  background: #006A6B;
}

footer {
  background: #FBFCFD;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  color: var(--muted);
  border-top: 1px solid #EFF2F3;
}

@media (max-width: 980px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  nav {
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
  }
  .logo img {
    height: 44px;
  }
  h1 {
    font-size: 24px;
  }
  .cta {
    font-size: 16px;
    padding: 10px 16px;
  }
}
<div id="cookie-banner" style="position:fixed;bottom:0;width:100%;background:#f8f8f8;padding:12px;text-align:center;font-size:14px;border-top:1px solid #ccc;">
  Ova stranica koristi kolačiće za poboljšanje korisničkog iskustva. <button onclick="document.getElementById('cookie-banner').style.display='none'" style="margin-left:10px;padding:6px 12px;">U redu</button>
</div>
/* Promo box */
.preis-list {
  list-style: none;
  padding: 0;
}

.preis-list li {
  margin: 12px 0;
  font-size: 1rem;
  color: #333;
}

.old-price {
  color: #c62828;
  text-decoration: line-through;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 8px;
}

.new-price {
  color: #2e7d32;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 8px;
}

.promo-text {
  color: #c62828;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 8px;
}
.hero-slogan {
  padding: 40px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  margin: 30px 0;
  text-align: left;
}

.hero-slogan h1 {
  text-align: center;
  margin-bottom: 30px;
  color: #2e7d32;
}

.hero-slogan h2 {
  color: #2e7d32;
  margin-top: 20px;
  font-size: 1.2rem;
}

.hero-slogan p {
  margin: 8px 0 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}
.mission {
  margin: 40px 0;
  padding: 30px 20px;
  background: #f9f9f9;
  border-radius: 6px;
  text-align: center;
}

.mission h2 {
  font-size: 1.6rem;
  margin-bottom: 25px;
  color: #222; /* neutralno, tamno siva */
  font-weight: 600;
  letter-spacing: 1px;
}

.mission-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}

.mission .point {
  flex: 1 1 250px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.mission .point h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #000; /* crna za naglasak */
  font-weight: 700;
  text-transform: uppercase;
}

.mission .point p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

.mission .point p strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #111;
}