.elementor-996 .elementor-element.elementor-element-7166e1c{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-4d3eb50 *//* ===== LETISFLOW HEADER ===== */

/* Header full width */
.lf-header{
  width:100%;
  background:#020617; /* nero Letisflow */
}

/* Contenuto centrato come il sito */
.lf-header__inner{
  max-width:1200px;
  margin:0 auto;
  padding:14px 20px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

/* Brand */
.lf-brand{
  display:flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
}

.lf-brand__mark{
  width:26px;
  height:auto;
  display:block;
}

.lf-brand__name{
  font-size:18px;
  font-weight:700;
  color:#fb923c;
  letter-spacing:0.2px;
}

/* ===== NAV + CTA (AGGIUNTE) ===== */
.lf-nav{
  display:flex;
  align-items:center;
  gap:16px;
  margin-left:auto; /* spinge menu+cta a destra */
}

.lf-nav a{
  color:#ffffff;
  text-decoration:none;
  white-space:nowrap;
  font-size:14px;
  font-weight:500;
}

.lf-nav a:hover{
  color:#fb923c;
}

.lf-cta{
  margin-left:14px;
  padding:8px 14px;
  background:#fb923c;
  color:#020617;
  font-size:14px;
  font-weight:700;
  border-radius:6px;
  text-decoration:none;
  white-space:nowrap;
}

.lf-cta:hover{
  opacity:0.9;
}

/* Mobile */
@media (max-width:600px){
  .lf-brand__mark{ width:22px; }
  .lf-brand__name{ font-size:16px; }

  .lf-nav{ display:none; } /* su mobile nasconde menu */
  .lf-cta{ margin-left:auto; } /* CTA resta a destra */
}/* End custom CSS */