/* ...existing styles... */

/* TIMELINE SPECIFIC STYLES */
.timeline-graphic-step {
  min-width: 170px;
  max-width: 170px;
  height: 210px;
  flex: 0 0 170px;
  padding: 1.2rem 0.75rem 1rem 0.75rem;
  border-radius: 1.25rem;
  box-shadow: 0 2px 16px rgba(20,33,61,0.07);
  background: #fff;
  border: none;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: box-shadow 0.18s;
}

/* Nuova classe SOLO per la timeline, oro pieno */
.timeline-step-gold {
  background: #ffd600 !important;
  border: 1.5px solid #ffd600;
  box-shadow: 0 2px 16px rgba(255,214,0,0.11);
}

/* Timeline step gold background esclusivo per la timeline */
.timeline-step-goldbg {
  background: #D4AF37 !important;
  border-radius: 1.25rem;
  box-shadow: 0 2px 16px rgba(212,175,55,0.11);
  border: none;
}

/* Quadrato oro per la legenda della timeline */
.timeline-legend-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ffd600;
  border-radius: 0.35rem;
  border: 1.5px solid #ffd600;
  vertical-align: middle;
}

/* Box sfumato oro-blu navy trasparente per la timeline grace box */
.guidelines-grace-box {
  background: linear-gradient(120deg, rgba(212,175,55,0.18) 0%, rgba(20,33,61,0.10) 100%);
  border-radius: 1.1rem;
  padding: 1.1rem 1.5rem 1rem 1.5rem;
  border: 1.5px solid #D4AF37;
  box-shadow: 0 2px 12px rgba(20,33,61,0.08);
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 1.08rem;
}

/* Icona cerchio oro con fontawesome blu navy per i titoli */
.title-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #D4AF37;
  color: #14213d !important;
  font-size: 1.33em; /* come fa-lg */
  margin-right: 0.5rem;
}

.title-icon-circle i {
  color: #14213d !important;
  font-size: 1.33em;
}

/* Icona cerchio oro più piccolo per sottotitoli */
.subtitle-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: #D4AF37;
  color: #14213d !important;
  font-size: 1em;
  margin-right: 0.45rem;
}

.subtitle-icon-circle i {
  color: #14213d !important;
  font-size: 1em;
}

.timeline-graphic-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #14213d;
  color: #D4AF37;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px rgba(20,33,61,0.07);
  transition: background 0.2s, color 0.2s;
}

.timeline-step-gold .timeline-graphic-icon {
  background: #14213d !important;
}

.timeline-step-gold .timeline-graphic-icon i {
  color: #D4AF37 !important;
}

.timeline-graphic-step .timeline-graphic-icon i {
  color: #D4AF37;
  font-size: 2rem;
}

.timeline-graphic-step .small {
  color: #14213d;
  font-size: 1rem;
  margin-top: 0.2rem;
}

/* Ripristino la regola bg-call-option per altri box sfumati */
.bg-call-option {
  background: linear-gradient(120deg, rgba(255,214,0,0.23) 0%, rgba(255,214,0,0.10) 100%) !important;
  border-radius: 1.25rem;
  box-shadow: 0 2px 16px rgba(20,33,61,0.07);
  border: 1.5px solid #ffd60044;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(1.5px);
}

/* Call Option Highlight Box Gradient Navy-Gold */
.calloption-highlight-box {
  background: linear-gradient(120deg, rgba(20,33,61,0.12) 0%, rgba(255,214,0,0.18) 100%);
  border-radius: 1.25rem;
  box-shadow: 0 2px 18px rgba(20,33,61,0.10);
  border: 1.5px solid #ffd60044;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(1.5px);
}

@media (max-width: 1100px) {
  .timeline-graphic {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }
  .timeline-graphic-step {
    min-width: 170px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .timeline-graphic-arrow {
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
    margin: 0.25rem 0 !important;
  }
  .timeline-graphic-arrow i {
    font-size: 1.8rem;
  }
}

/* Icona esclusiva per la privacy-modal-icon sopra il titolo principale */
.privacy-modal-icon {
  font-size: 2.8rem;
  color: #D4AF37 !important;
  margin-bottom: 0.5rem;
}

/* Fix gold color for FontAwesome icon inside privacy modal */
#modal_privacy .privacy-modal-icon i {
  color: #D4AF37 !important;
}

/* Modal content with soft shadow and subtle gradient */
.privacy-modal-content {
  background: linear-gradient(120deg, #fffbea 80%, #f4f6f9 100%);
  box-shadow: 0 8px 32px rgba(20,33,61,0.18);
  border-radius: 1.2rem;
  border: 1.5px solid #D4AF37;
}

/* Modal header and footer transparent backgrounds */
.privacy-modal-header,
.privacy-modal-footer {
  background: transparent !important;
  border: none !important;
}

/* Grassetto marcato e molto visibile nei paragrafi */
p b, p strong {
  font-weight: 900 !important;
  color: #0a1128;
  font-size: 1.09em;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 0 #fff, 0 1px 2px rgba(20,33,61,0.10);
}

/* Grassetto marcato e molto visibile ovunque nel sito */
b, strong {
  font-weight: 900 !important;
  color: #0a1128;
  font-size: 1.09em;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 0 #fff, 0 1px 2px rgba(20,33,61,0.10);
}

/* ...existing styles... */