.elementor-54 .elementor-element.elementor-element-ba60c51{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f6c82ed *//* ============================================
   FLAVIO COPPO — CHI SONO — STYLES
   ============================================ */

/* ===== 1. BIO ===== */
.fc-bio {
  background: var(--color-bg);
  padding-top: calc(var(--space-32) + var(--space-16));
}
.fc-bio__grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-10);
  align-items: flex-start;
}
.fc-bio__image {
  max-width: 350px;
  width: 100%;
}
.fc-bio__image img {
  border-radius: var(--radius-md);
  width: 100%;
  object-fit: cover;
}
.fc-bio__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
.fc-bio__text {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  line-height: 1.8;
  color: var(--color-text);
}

/* ===== 2. MISSIONE ===== */
.fc-mission {
  text-align: center;
}
.fc-mission__title {
  margin-bottom: var(--space-4);
}
.fc-mission__subtitle {
  color: var(--color-accent);
  margin-bottom: var(--space-6);
}
.fc-mission__body {
  color: var(--color-text-muted);
  max-width: 55ch;
  margin-inline: auto;
  margin-bottom: var(--space-10);
  line-height: 1.8;
}
.fc-mission__points {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
  margin-bottom: var(--space-10);
}
.fc-mission__point {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-6);
  background: var(--color-surface);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  text-align: left;
  transition: transform var(--duration-fast) var(--ease-out-quart),
              box-shadow var(--duration-fast) var(--ease-out-quart);
}
.fc-mission__point:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.fc-mission__point-icon {
  flex-shrink: 0;
  color: var(--color-accent);
}
.fc-mission__point p {
  font-weight: 500;
  color: var(--color-primary);
}
.fc-mission__closing {
  color: var(--color-text-muted);
  max-width: 55ch;
  margin-inline: auto;
  line-height: 1.8;
  font-style: italic;
}

/* ===== 3. VALORI ===== */
.fc-values {
  background: var(--color-bg-alt);
  color: var(--color-text);
}
.fc-values__title {
  color: var(--color-primary);
  margin-bottom: var(--space-4);
}
.fc-values__intro {
  color: var(--color-text-muted);
  max-width: 60ch;
  margin-bottom: var(--space-3);
  line-height: 1.7;
}
.fc-values__subtitle {
  color: var(--color-accent);
  margin-bottom: var(--space-10);
}
.fc-values__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
}
.fc-value-card {
  background: var(--color-surface);
  border-radius: var(--radius-md);
  padding: var(--space-8);
  color: var(--color-text);
  transition: transform var(--duration-fast) var(--ease-out-quart),
              box-shadow var(--duration-fast) var(--ease-out-quart);
}
.fc-value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.fc-value-card__icon {
  color: var(--color-accent);
  margin-bottom: var(--space-4);
}
.fc-value-card__title {
  color: var(--color-primary);
  margin-bottom: var(--space-3);
}
.fc-value-card__text {
  color: var(--color-text-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* ===== 4. PILASTRI METODO ===== */
.fc-pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
  margin-top: var(--space-10);
}
.fc-pillar-card {
  padding: var(--space-8);
  background: var(--color-surface);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  position: relative;
}
.fc-pillar-card__number {
  display: block;
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1;
  margin-bottom: var(--space-4);
  opacity: 0.8;
}
.fc-pillar-card__title {
  color: var(--color-primary);
  margin-bottom: var(--space-3);
}
.fc-pillar-card__text {
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* ===== 5. ITER DI CONSULENZA ===== */
.fc-iter__intro {
  color: var(--color-text-muted);
  max-width: 55ch;
  margin-bottom: var(--space-12);
  line-height: 1.7;
}
.fc-iter__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-10);
  padding-left: var(--space-12);
}
.fc-iter__line {
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--color-accent), var(--color-accent-light));
}
.fc-iter__step {
  display: flex;
  gap: var(--space-6);
  position: relative;
}
.fc-iter__marker {
  position: absolute;
  left: calc(-1 * var(--space-12));
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-accent);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
  z-index: 1;
}
.fc-iter__step-content h3 {
  color: var(--color-primary);
  margin-bottom: var(--space-2);
}
.fc-iter__step-content p {
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* ===== 6. CTA BLOCK (Navy) ===== */
.fc-cta-block {
  background: var(--color-bg-alt);
}

/* ===== RESPONSIVE ===== */

@media (min-width: 768px) {
  .fc-bio__grid {
    flex-direction: row;
    align-items: stretch;
  }
  .fc-bio__image {
    flex: 0 0 40%;
    max-width: none;
    position: relative;
    top: auto;
    align-self: stretch;
    display: flex;
  }
  .fc-bio__image img {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .fc-bio__content {
    flex: 1 1 60%;
  }

  .fc-mission__points {
    grid-template-columns: repeat(3, 1fr);
  }

  .fc-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fc-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .fc-values__grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .fc-values__grid .fc-value-card {
    padding: var(--space-6);
  }
}/* End custom CSS */