/* ===== LASER PAGE SPECIFIC STYLES ===== */
/* Ove stilove nadograđuju osnovne stilove iz index.css */

/* Hero */
.laser-hero .hero-title {
  background: linear-gradient(90deg, #f39c12, #e67e22, #f39c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
  animation: gradientShift 5s ease infinite;
}

/* Material icons color overrides (opcionalno) */
.features-section .feature-card:nth-child(1) .feature-icon i {
  background: linear-gradient(135deg, #e67e22, #d35400);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-section .feature-card:nth-child(2) .feature-icon i {
  background: linear-gradient(135deg, #3498db, #2980b9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-section .feature-card:nth-child(3) .feature-icon i {
  background: linear-gradient(135deg, #7f8c8d, #95a5a6);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-section .feature-card:nth-child(4) .feature-icon i {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-section .feature-card:nth-child(5) .feature-icon i {
  background: linear-gradient(135deg, #d35400, #e67e22);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-section .feature-card:nth-child(6) .feature-icon i {
  background: linear-gradient(135deg, #8e44ad, #9b59b6);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Dodatni mali ispravci */
.features-section .feature-card .feature-icon {
  background: rgba(255, 255, 255, 0.08);
}

/* Akcenat za metal – samo gravura */
.advantages-section .advantages-text p strong {
  color: #f39c12;
}

/* Specifični stil za CTA dugmad (ako želimo drugačije) */
.cta-section .cta-btn {
  background: linear-gradient(135deg, #e67e22, #f39c12);
}
.cta-section .cta-btn::before {
  background: linear-gradient(135deg, #d35400, #e67e22);
}
.cta-section .cta-btn:hover {
  box-shadow: 0 10px 25px rgba(243, 156, 18, 0.4);
}

/* Responzivne korekcije – sve ostalo već radi iz osnovnog CSS-a */