.faq-section{
  max-width: 900px;
  margin: 40px auto;
  padding: 0 16px;
  text-align: center;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.faq-section h2{
  font-size: 2rem;
  margin-bottom: 24px;
}

.faq-list{
  display: inline-block;
  text-align: left;
  font-size: 1.15rem;
  line-height: 1.7;
  padding-left: 22px;
  margin: 0 auto;
}

.faq-list li{
  margin: 18px 0;
}

.faq-list strong{
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 6px;
}


/* =============================
   IMTEC LOKACIJA
============================= */

.imtec-lokacija{
  max-width: 920px;
  margin: 40px auto;
  padding: 0 16px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.imtec-card{
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 18px;
  padding: 26px 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.imtec-card h2{
  margin: 0 0 10px;
  font-size: 1.65rem;
  line-height: 1.2;
  letter-spacing: -0.2px;
}

.imtec-card h2 span{
  font-weight: 600;
  opacity: .75;
  font-size: 1.05rem;
}

.imtec-lead{
  margin: 0 0 18px;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #222;
  max-width: 780px;
}

.imtec-meta{
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.imtec-row{
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 12px;
  border-radius: 14px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
}

.imtec-ico{
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
  font-size: 1.05rem;
}

.imtec-label{
  font-size: .9rem;
  font-weight: 700;
  opacity: .7;
  margin-bottom: 2px;
}

.imtec-text{
  font-size: 1.1rem;
  line-height: 1.6;
  color: #111;
}

/* LINKOVI – crni umjesto plavi */
.imtec-text a,
.imtec-text a:link,
.imtec-text a:visited,
.imtec-text a:hover,
.imtec-text a:active{
  color:#000 !important;
  text-decoration:none;
  font-weight:700;
}

.imtec-text a:hover{
  text-decoration: underline;
}

.imtec-sep{
  margin: 0 8px;
  opacity: .5;
}

.imtec-actions{
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}

.imtec-btn{
  display: inline-block;
  padding: 12px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid #e6e6e6;
  background: #111;
  color: #fff;
}

.imtec-btn:hover{
  opacity: .92;
}

.imtec-note{
  font-size: .95rem;
  opacity: .7;
}

/* dugme uvijek bijelo */
.imtec-btn,
.imtec-btn:link,
.imtec-btn:visited,
.imtec-btn:hover,
.imtec-btn:active{
  color:#fff !important;
  text-decoration:none !important;
}