/* =====================================================
   STRANICA: KALKULATOR U IZRADI
   Diskretno, mirno, bez marketinga
   ===================================================== */

/* Blagi kontrast za ceo sadržaj */
.page-under-construction .calculator {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

/* Naslov */
.page-under-construction h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

/* Tekst */
.page-under-construction p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #374151;
}

/* Umireni „radimo polako“ ton */
.page-under-construction .text-muted {
  font-size: 0.9rem;
  color: #6b7280;
}

/* Razdelnik – vrlo suptilan */
.page-under-construction hr {
  border: none;
  border-top: 1px dashed #d1d5db;
}

/* HERO slika – deluje kao blueprint */
.page-under-construction .hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background: #f8fafc;
}

/* Dodatni osećaj „radne površine“ */
.page-under-construction .hero {
  background:
    linear-gradient(
      0deg,
      rgba(255,255,255,0.85),
      rgba(255,255,255,0.85)
    ),
    repeating-linear-gradient(
      0deg,
      #eef2f7,
      #eef2f7 1px,
      transparent 1px,
      transparent 24px
    ),
    repeating-linear-gradient(
      90deg,
      #eef2f7,
      #eef2f7 1px,
      transparent 1px,
      transparent 24px
    );
  padding: 1rem;
}

/* Footer – neutralan */
.page-under-construction .site-footer {
  margin-top: 3rem;
  font-size: 0.85rem;
  color: #6b7280;
}

/* PRINT – ništa od ovoga se ne štampa */
@media print {
  .page-under-construction {
    display: none !important;
  }
}




/* HERO VIDEO – U IZRADI */
.hero-under-construction {
  margin-bottom: 1.5rem;
  text-align: center;
}

.hero-under-construction .hero-media {
  max-width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.hero-under-construction .hero-video {
  display: block;
  width: 100%;
  height: auto;
}


