body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f4f4;
  color: #333;
  font-size: 14px;
}

.header {
  text-align: center;
  padding: 20px 10px 10px;
}

.header img {
  width: 180px;
  height: auto;
}

.intro-text {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #c82333;
  margin-bottom: 20px;
}

.paket-text {
  margin-bottom: 5px;
}

.container {
  padding: 20px 10px;
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: auto;
}

h1 {
  text-align: center;
  color: #c82333;
  font-size: 1.4em;
  margin-bottom: 30px;
}

table {
  border-collapse: collapse;
  width: 100%;
  min-width: 900px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.table-note {
  font-size: 0.65em !important;
  color: #505050 !important;
  margin-top: 20px;
  text-align: left;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  line-height: 1.4;
  font-weight: 400;
}

thead {
  background-color: #c82333;
  color: #fff;
}

th, td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

th {
  font-size: 0.95em;
}

td {
  font-size: 0.9em;
}

.btn, .listen {
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9em;
  transition: transform 0.3s ease;
  display: inline-block;
}

.btn {
  background-color: #c82333;
  color: white;
}

.btn:hover {
  background-color: #a71d2a;
  transform: scale(1.05);
}

.listen {
  background-color: #6B6B6B;
  color: white;
}

.listen:hover {
  background-color: #3C3C3C;
  transform: scale(1.05);
}

.footer {
  text-align: center;
  margin: 40px 10px 20px;
  font-size: 0.9em;
  color: #555;
}

.footer small {
  display: block;
  margin-top: 10px;
  font-size: 0.75em;
  color: #888;
}

.price-row {
  background-color: #c82333;
  color: #fff;
  font-weight: bold;
}

.light-gray {
  color: #AAAAAA;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.paketi-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  max-width: 1000px;
}

.paket {
  background-color: #ffffff;
  border: 2px solid #c82333;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  padding: 25px 20px;
  width: 300px;
  text-align: center;
  transition: transform 0.3s ease;
}

.paket:hover {
  transform: translateY(-5px);
}

.paket h2 {
  font-size: 1.6em;
  color: #c82333;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.paket ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  font-size: 0.95em;
  line-height: 1.6;
  text-align: left;
}

.paket li::before {
  content: "✔️ ";
  margin-right: 8px;
}

.paket li {
  margin-bottom: 6px;
}

.cijena {
  font-size: 1.4em;
  font-weight: bold;
  color: #222;
  margin-bottom: 5px;
}

.popusti {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 15px;
}

  .monthly-price {
    font-size: 2em;
    font-weight: bold;
  }

@media (max-width: 768px) {
  .paketi-grid {
    flex-direction: column;
    align-items: center;
  }

  .paket {
    width: 90%;
  }
}


@media (max-width: 768px) {
  table {
    font-size: 0.95em;
  }

  th, td {
    padding: 12px 8px;
    font-size: 1em;
  }

  h1 {
    position: sticky;
    top: 0;
    background-color: #f4f4f4;
    z-index: 1000;
    padding: 15px 10px;
    font-size: 1.3em;
    margin-bottom: 10px;
  }
}
