.elementor-141 .elementor-element.elementor-element-9544ba9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for text-editor, class: .elementor-element-68b737c */@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

.dd-landing { margin: 0 !important; }
.elementor-widget-html:has(.dd-landing),
.elementor-widget-html:has(.dd-landing) .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
}

.dd-landing {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  color: #4A3F36;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.dd-landing > *:first-child { margin-top: 0 !important; }
.dd-landing *,
.dd-landing *::before,
.dd-landing *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.dd-landing h1,
.dd-landing h2,
.dd-landing h3 {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: -0.015em;
}

/* ═══ HERO ═══ */
.dd-hero {
  background: #E8E4DC;
  padding: clamp(4.5rem, 10vw, 7.5rem) clamp(1.25rem, 5vw, 4rem);
}
.dd-hero__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.dd-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(192, 118, 80, 0.14);
  color: #A05A38;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.dd-hero__title {
  font-size: clamp(2.1rem, 4.5vw, 3.3rem);
  color: #3D2B1F;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
.dd-hero__title em {
  color: #C07650;
  font-style: italic;
}
.dd-hero__lead {
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  color: #6B5B4F;
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
}

/* ═══ BOTTONE ═══ */
.dd-btn {
  display: inline-block;
  background: #C07650;
  color: #FFFFFF;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}
.dd-btn:hover {
  background: #A05A38;
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* ═══ INTESTAZIONE DI SEZIONE ═══ */
.dd-block__head {
  max-width: 640px;
  margin: 0 auto clamp(2.5rem, 5vw, 3.75rem) auto;
  text-align: center;
}
.dd-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #C07650;
  margin-bottom: 0.9rem;
}
.dd-h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  color: #3D2B1F;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.dd-lead {
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  color: #6B5B4F;
  line-height: 1.7;
  font-weight: 300;
}
.dd-h3 {
  font-size: clamp(1.08rem, 1.6vw, 1.22rem);
  color: #3D2B1F;
  margin-bottom: 0.6rem;
}
.dd-p {
  font-size: clamp(0.95rem, 1.3vw, 1.02rem);
  color: #6B5B4F;
  line-height: 1.7;
}
.dd-p + .dd-p { margin-top: 1rem; }

/* ═══ SEZIONI CAMPITURA ═══ */
.dd-data {
  background: #FFFFFF;
  padding: clamp(4rem, 9vw, 7rem) clamp(1.25rem, 5vw, 4rem);
}
.dd-block {
  background: #E8E4DC;
  padding: clamp(4rem, 9vw, 7rem) clamp(1.25rem, 5vw, 4rem);
}

/* ═══ CORPO TESTO CENTRATO ═══ */
.dd-prose {
  max-width: 680px;
  margin: 0 auto;
}
.dd-prose .dd-p { margin-bottom: 1rem; }
.dd-prose .dd-p:last-child { margin-bottom: 0; }

/* ═══ SCHEDA AVVOCATO ═══ */
.dd-figure {
  max-width: 760px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #D8CFBE;
  border-radius: 12px;
  padding: clamp(2rem, 4vw, 3rem);
}
.dd-figure__name {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: clamp(1.4rem, 2.6vw, 1.8rem);
  font-weight: 700;
  color: #3D2B1F;
  margin-bottom: 0.3rem;
}
.dd-figure__role {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #C07650;
  margin-bottom: 1.4rem;
}
.dd-figure .dd-p { margin-bottom: 1rem; }
.dd-figure .dd-p:last-child { margin-bottom: 0; }

/* ═══ ELENCO QUALITA ═══ */
.dd-marks {
  max-width: 760px;
  margin: 1.75rem auto 0 auto;
  list-style: none;
  display: grid;
  gap: 0;
}
.dd-marks li {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid #D8CFBE;
  font-size: clamp(0.95rem, 1.3vw, 1.02rem);
  color: #6B5B4F;
}
.dd-marks li:last-child { border-bottom: 1px solid #D8CFBE; }
.dd-marks li strong {
  color: #3D2B1F;
  font-weight: 600;
}
.dd-marks li::before {
  content: '';
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: #C07650;
}

/* ═══ CTA FINALE — campitura marrone ═══ */
.dd-final {
  background: #3D2B1F;
  padding: clamp(4rem, 9vw, 6.5rem) clamp(1.25rem, 5vw, 4rem);
}
.dd-final__inner {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
.dd-final__title {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #E8E4DC;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.dd-final__lead {
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  color: rgba(232, 228, 220, 0.8);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 2.25rem;
}
.dd-final__email {
  display: block;
  margin-top: 1.25rem;
  font-size: 0.9rem;
  color: #C9BEB2;
  text-decoration: none;
}
.dd-final__email:hover { color: #C07650; }

@media (max-width: 600px) {
  .dd-marks li::before { margin-top: 0.5rem; }
}/* End custom CSS */