/* ─── Palette ─────────────────────────────────────────────────────────────
   White Smoke #F5F5F5  |  Cool Steel #8D98A4  |  Charcoal Blue #3E5263
   Ink Black #000913  |  Golden Chestnut #CC7F3F (accent)
   ─────────────────────────────────────────────────────────────────────── */

:root {
  --heading-color: #3E5263 !important;
  --accent-color: #CC7F3F !important;
  --accent-bg: #CC7F3F !important;
}

/* Card consulenza senza ombra */
.luminix-pricing-wrap.pricing-no-shadow,
.luminix-pricing-wrap.pricing-no-shadow:hover {
  box-shadow: none !important;
}
/* Icone servizi: colore accent e centrate */
.luminix-service-wrap .luminix-service-icon {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.luminix-service-icon img {
  filter: brightness(0) saturate(100%) invert(52%) sepia(68%) saturate(500%) hue-rotate(10deg) brightness(95%);
}
/* Link Scopri di più - su una sola riga */
.luminix-blog-btn a,
.luminix-blog-btn a:hover {
  color: #CC7F3F !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  gap: 6px;
}
.luminix-blog-btn a svg path {
  fill: #CC7F3F !important;
  stroke: #CC7F3F !important;
}
/* Bottoni */
.luminix-default-btn,
.luminix-default-btn.extra-btn2,
.default-btn2 {
  background-color: #CC7F3F !important;
  border-color: #CC7F3F !important;
  color: #fff !important;
}
.default-btn2.btn3 {
  background-color: transparent !important;
  border-color: #CC7F3F !important;
  color: #3E5263 !important;
}
.luminix-default-btn:hover,
.luminix-default-btn.extra-btn2:hover,
.default-btn2:hover {
  background-color: #b36d32 !important;
  border-color: #b36d32 !important;
  color: #fff !important;
}
.default-btn2.btn3:hover {
  background-color: #CC7F3F !important;
  border-color: #CC7F3F !important;
  color: #fff !important;
}
/* Fix hover: il ::before del template creava sfondo bianco, nasconderlo */
.default-btn2::before {
  display: none !important;
}
.luminix-default-btn svg path,
.luminix-default-btn.extra-btn2 svg path {
  fill: #fff !important;
  stroke: #fff !important;
}
.default-btn3 {
  border-color: #CC7F3F !important;
  color: #CC7F3F !important;
}
.default-btn3:hover {
  background-color: #CC7F3F !important;
  color: #fff !important;
}

/* Breadcrumb pagine interne */
.blog-breadcrumb-bg,
.singleblog-breadcrumb-bg {
  background: linear-gradient(135deg, #3E5263 0%, #000913 100%) !important;
  background-size: cover !important;
  background-position: center !important;
}
.news-pages .breadcrumb-wrapper,
.luminix-home3 .breadcrumb-wrapper {
  padding-top: 8rem !important;
  padding-bottom: 4rem !important;
  min-height: 220px !important;
}

/* Hero - padding ridotto, contenuto centrato verticalmente */
.luminix-hero-section3 {
  padding-top: 5rem !important;
  padding-bottom: 2rem !important;
}
/* Hero gradient che si muove leggermente */
@keyframes heroGradientMove {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 100%; }
}
.hero-gradient-move {
  animation: heroGradientMove 25s ease-in-out infinite;
}
@media (min-width: 768px) {
  .luminix-hero-section3 {
    padding-top: 6rem !important;
  }
}
@media (min-width: 992px) {
  .luminix-hero-section3 {
    padding-top: 6.5rem !important;
  }
}

/* Hero */
.luminix-hero3-bg-area {
  background: linear-gradient(150deg, #b8c4d0 0%, #d4dce4 25%, #a8b4c2 50%, #e4e8ec 75%, #c4ced8 100%) !important;
  background-image: none !important;
}
.luminix-hero-content3 .hero-title {
  font-size: 2.25rem !important;
  line-height: 1.25 !important;
  color: #3E5263 !important;
}
.luminix-hero-content3 .hero-title.hero-title-lg {
  font-size: 2.5rem !important;
}
@media (min-width: 768px) {
  .luminix-hero-content3 .hero-title {
    font-size: 2.75rem !important;
  }
  .luminix-hero-content3 .hero-title.hero-title-lg {
    font-size: 3.1rem !important;
  }
}
@media (min-width: 992px) {
  .luminix-hero-content3 .hero-title {
    font-size: 3.25rem !important;
  }
  .luminix-hero-content3 .hero-title.hero-title-lg {
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1200px) {
  .luminix-hero-content3 .hero-title {
    font-size: 3.75rem !important;
  }
  .luminix-hero-content3 .hero-title.hero-title-lg {
    font-size: 4.25rem !important;
  }
}
.luminix-hero-content3 .text {
  color: #3E5263 !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .luminix-hero-content3 .text {
    font-size: 1.1rem !important;
  }
}

/* Animazione titoli parola per parola */
.animate-word,
.hero-word {
  display: inline-block;
}

/* Titoli sezioni */
.luminix-section-title h2,
.luminix-section-title.center h2 {
  font-size: 1.75rem !important;
  color: #3E5263 !important;
}
@media (min-width: 768px) {
  .luminix-section-title h2,
  .luminix-section-title.center h2 {
    font-size: 2rem !important;
  }
}
.title2 {
  font-size: 1.5rem !important;
  color: #3E5263 !important;
}
.luminix-default-content .text,
.luminix-service-content .text,
.luminix-padding-section .text {
  color: #8D98A4 !important;
}
.luminix-default-content h5,
.luminix-service-content h5 {
  color: #3E5263 !important;
}
@media (min-width: 768px) {
  .title2 {
    font-size: 1.75rem !important;
  }
}

/* Sezioni: sfondo grigio (non bianco) */
.section-bg-pastaello,
.section-bg-white,
.section-bg-servizi {
  background: #E8ECF0 !important;
  background-image: none !important;
}

/* Video section */
.section-bg-white.video-section .video-title,
.section-bg-white.video-section .luminix-skill-title h5 {
  color: #3E5263 !important;
}
.section-bg-white.video-section .video-text {
  color: #8D98A4 !important;
}

/* Footer */
.luminix-footer-section1 {
  background-color: #000913 !important;
}
.luminix-footer-section1 .luminix-cta-title h2 {
  color: #fff !important;
}
.luminix-footer-section1 .luminix-subcribe-btn.cta-btn {
  background-color: #CC7F3F !important;
  border-color: #CC7F3F !important;
}
.luminix-footer-section1 .luminix-subcribe-btn.cta-btn:hover {
  background-color: #b36d32 !important;
  border-color: #b36d32 !important;
}
.luminix-footer-section1 .luminix-footer-title h5 {
  color: #fff !important;
}
.luminix-footer-section1 .luminix-footer-menu ul li a:hover,
.luminix-footer-section1 a:hover {
  color: #CC7F3F !important;
}
.luminix-footer-section1 .luminix-footer-title::before {
  background-color: #CC7F3F !important;
}
/* Skill bars video section */
.luminix-skill-bar.extra-bar,
.luminix-skill-bar2.extra-bar {
  background: linear-gradient(90deg, #CC7F3F, #8D98A4) !important;
}
/* Lista icona (checkmark About) */
.luminix-list-icon-content ul li img {
  filter: brightness(0) saturate(100%) invert(52%) sepia(68%) saturate(500%) hue-rotate(10deg) brightness(95%);
}

/* Header: menu e CTA sempre visibili su desktop */
@media (min-width: 768px) {
  .paolonappi-header nav {
    display: flex !important;
    align-items: center;
    gap: 2rem;
  }
  .paolonappi-header .paolonappi-cta {
    display: flex !important;
  }
}
