/* =====================================================================
   LET — Pagine custom (General Contractor, Contatti, Arredo Bagno)
   Tailwind convertito in CSS scoped. Niente Tailwind caricato.
   Tutto sotto i wrapper .let-gc / .let-contatti per non toccare il resto.
   ===================================================================== */

.let-gc, .let-contatti, .let-ab {
  --primary: #964900;
  --primary-container: #f48221;
  --on-primary-container: #5a2a00;
  --secondary: #4b626c;
  --secondary-container: #cbe3f0;
  --on-surface: #1c1c1a;
  --on-surface-variant: #564336;
  --surface: #fcf9f5;
  --surface-container: #f0edea;
  --surface-container-low: #f6f3ef;
  --surface-bright: #fcf9f5;
  --surface-dim: #dcdad6;
  --surface-variant: #e5e2de;
  --outline-variant: #ddc1b0;
  --on-background: #1c1c1a;
  --background: #fcf9f5;
  --primary-fixed: #ffdcc6;
  --primary-fixed-dim: #ffb786;
  --surface-container-lowest: #ffffff;

  --container-max: 1500px; /* = site width Avada, allinea alla larghezza del menu desktop */
  --gutter: 30px;
  --section-pad: 100px;

  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--on-surface);
  -webkit-font-smoothing: antialiased;
}
.let-gc *, .let-contatti *, .let-ab * { box-sizing: border-box; }

.let-gc img, .let-contatti img, .let-ab img { max-width: 100%; display: block; }

/* Material Symbols */
.let-gc .material-symbols-outlined,
.let-contatti .material-symbols-outlined,
.let-ab .material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  line-height: 1;
}

/* Container interno (max-width + gutter) */
.let-gc-container,
.let-contatti-container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

/* Tipografia scala */
.let-gc h1, .let-gc h2, .let-gc h3, .let-gc h4, .let-gc p,
.let-contatti h1, .let-contatti h2, .let-contatti h3, .let-contatti h4, .let-contatti p {
  margin: 0;
}
.let-h-xl { font-size: clamp(40px, 5vw, 64px); line-height: 1.1; letter-spacing: -0.02em; font-weight: 800; }
.let-h-lg { font-size: clamp(32px, 3.6vw, 48px); line-height: 1.2; font-weight: 700; }
.let-h-md { font-size: clamp(24px, 2.4vw, 32px); line-height: 1.3; font-weight: 700; }
.let-h-sm { font-size: clamp(19px, 1.6vw, 24px); line-height: 1.4; font-weight: 700; }
.let-body-lg { font-size: clamp(16px, 1.2vw, 18px); line-height: 1.6; font-weight: 400; }
.let-body-md { font-size: 16px; line-height: 1.6; font-weight: 400; }
.let-label { font-size: 14px; line-height: 1.2; font-weight: 700; }

/* Colori titoli espliciti (non ereditare da Avada) */
.let-gc h2, .let-gc h3, .let-gc h4,
.let-contatti h2, .let-contatti h3 { color: var(--on-surface); }

/* "tag" sfondo azzurrino dietro a un titolo */
.let-gc-tag {
  display: inline-block;
  background: rgba(203, 227, 240, 0.45); /* secondary-container/30 */
  padding: 14px 18px;
}
.let-gc-tag h2, .let-gc-tag h3 { color: var(--secondary); }

/* =================  GENERAL CONTRACTOR  ================= */

.let-gc-section { padding-top: clamp(56px, 8vw, 100px); padding-bottom: clamp(56px, 8vw, 100px); }

/* --- Sezione 1: Soluzioni Chiavi in Mano (value prop + bento) --- */
.let-gc-value__intro { text-align: center; margin-bottom: clamp(40px, 6vw, 64px); }
.let-gc-value__intro .let-h-lg { color: var(--on-background); margin-bottom: 28px; }
.let-gc-value__intro-copy { max-width: 768px; margin: 0 auto; display: grid; gap: 22px; }
.let-gc-value__intro-copy .lead { color: var(--secondary); font-weight: 700; font-size: clamp(19px, 1.6vw, 24px); line-height: 1.4; }
.let-gc-value__intro-copy .body { color: var(--on-surface-variant); }

.let-gc-bento {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: clamp(32px, 4vw, 64px);
  align-items: stretch;
}
.let-gc-bento__text { padding-right: clamp(0px, 2vw, 32px); display: flex; flex-direction: column; }
.let-gc-bento__text > .let-gc-tag { margin-bottom: 28px; }
.let-gc-bento__text .let-gc-tag h3 { color: var(--secondary); }
.let-gc-bento__lead { margin-bottom: clamp(48px, 6vh, 84px); } /* 4 punti ben staccati dal testo */
.let-gc-features { display: grid; grid-template-columns: 1fr 1fr; gap: 52px 36px; margin-top: auto; } /* spinti in basso: colonna uniforme alla foto */
.let-gc-feature { display: flex; gap: 16px; }
.let-gc-feature .material-symbols-outlined { color: var(--primary-container); font-size: 36px; flex-shrink: 0; }
.let-gc-feature h4 { font-size: clamp(18px, 1.4vw, 22px); font-weight: 700; margin-bottom: 8px; }
.let-gc-feature p { color: var(--on-surface-variant); font-size: 15px; line-height: 1.55; }
/* Foto: stessa altezza della colonna testo; crop dal BASSO (riduce pavimento), "SACCOMANDI" resta in alto */
.let-gc-bento__img { align-self: stretch; border-radius: 4px; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.1); max-height: clamp(420px, 34vw, 520px); }
.let-gc-bento__img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }

/* --- Sezione 2: I Nostri Servizi (full-bleed bg tint) --- */
.let-gc-services { background: rgba(66, 72, 76, 0.05); }
.let-gc-services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.let-gc-services__img img { width: 100%; height: clamp(360px, 42vw, 600px); object-fit: cover; border-radius: 4px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.let-gc-services__body { display: grid; gap: 40px; }
.let-gc-services__list { display: grid; gap: 32px; }
.let-gc-service h3 { font-size: clamp(19px, 1.6vw, 24px); font-weight: 700; margin-bottom: 8px; transition: color .2s ease; }
.let-gc-service:hover h3 { color: var(--primary-container); }
.let-gc-service p { color: var(--on-surface-variant); border-left: 2px solid var(--primary-container); padding-left: 24px; margin-left: 4px; line-height: 1.55; }
.let-gc-services__mission { font-weight: 700; font-style: italic; padding-top: 24px; border-top: 1px solid var(--outline-variant); }

/* --- Sezione 3: Eccellenza Edile (text + stats + img decor) --- */
.let-gc-exc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gutter);
  align-items: center;
}
.let-gc-exc__text { display: grid; gap: 28px; }
.let-gc-exc__text .let-gc-tag h2 { color: var(--secondary); }
.let-gc-exc__copy { display: grid; gap: 22px; }
.let-gc-exc__copy p { color: var(--on-surface-variant); }
.let-gc-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: center; }
.let-gc-stat { padding: 18px 8px; background: var(--surface-container); border-radius: 12px; }
.let-gc-stat__num { font-size: clamp(24px, 2.4vw, 32px); font-weight: 700; color: var(--primary); }
.let-gc-stat__label { font-size: 12px; font-weight: 700; text-transform: uppercase; color: var(--secondary); margin-top: 4px; letter-spacing: .02em; }
.let-gc-exc__img { position: relative; }
.let-gc-exc__img img { position: relative; z-index: 1; width: 100%; height: clamp(360px, 38vw, 500px); object-fit: cover; border-radius: 4px; box-shadow: 0 10px 25px rgba(0,0,0,0.12); }
.let-gc-exc__img::after { content: ""; position: absolute; right: -24px; bottom: -24px; width: 180px; height: 180px; background: rgba(244, 130, 33, 0.2); z-index: 0; }

/* --- Sezione 4: CTA finale --- */
.let-gc-cta__card {
  max-width: var(--container-max);
  margin: 0 auto;
  background: var(--secondary);
  color: #fff;
  border-radius: 20px;
  padding: clamp(40px, 7vw, 80px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.let-gc-cta__card::before,
.let-gc-cta__card::after { content: ""; position: absolute; width: 240px; height: 240px; background: rgba(255,255,255,0.05); }
.let-gc-cta__card::before { top: -80px; right: -80px; }
.let-gc-cta__card::after { bottom: -80px; left: -80px; }
.let-gc-cta__inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; display: grid; gap: 28px; }
.let-gc-cta__inner h2 { color: #fff; }
.let-gc-cta__inner p { color: #fff; opacity: .9; }
.let-gc-cta__buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Bottoni */
.let-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px 32px; border-radius: 8px; font-weight: 700; font-size: clamp(16px, 1.3vw, 19px);
  text-decoration: none; cursor: pointer; border: 0; transition: transform .2s ease, background .2s ease, opacity .2s ease;
}
.let-btn:hover { transform: translateY(-2px); }
.let-btn--primary { background: var(--primary-container); color: var(--on-primary-container); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
.let-btn--primary:hover { color: #fff; }
.let-btn--white { background: #fff; color: var(--secondary); }
.let-btn--white:hover { background: var(--surface-bright); }

/* =================  CONTATTI  ================= */

/* Hero (disposizione come home: occhiello + titolone + sottotitolo, a sinistra) */
.let-contatti-hero {
  position: relative;
  min-height: 560px;          /* uniformata a .let-ab-hero: solo min-height, niente height */
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 1025px) { .let-contatti-hero { min-height: 100vh; } }
.let-contatti-hero__img { position: absolute; inset: 0; }
.let-contatti-hero__img img { width: 100%; height: 100%; object-fit: cover; }
/* overlay più scuro: le scritte bianche si leggono bene */
.let-contatti-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.4) 45%, rgba(0,0,0,.7) 100%); }
.let-contatti-hero__inner { position: relative; z-index: 2; width: 100%; max-width: var(--container-max); margin: 0 auto; padding: 0 var(--gutter); }
.let-contatti-hero__box { max-width: 720px; }
.let-contatti-hero__eyebrow { color: var(--primary-fixed-dim); text-transform: uppercase; letter-spacing: 0.2em; font-weight: 700; font-size: 14px; margin-bottom: 16px; }
.let-contatti-hero__title { color: #fff !important; font-size: clamp(40px, 5.5vw, 64px); line-height: 1.1; letter-spacing: -0.02em; font-weight: 800; margin-bottom: 24px; }
.let-contatti-hero__sub { color: rgba(255,255,255,0.92); max-width: 36rem; font-size: clamp(16px, 1.2vw, 18px); line-height: 1.6; }

/* Colonna sinistra "Riferimenti" */
.let-contatti-refs { display: grid; gap: 32px; }
.let-contatti-refs__title { color: var(--secondary); text-transform: uppercase; font-weight: 700; font-size: clamp(19px, 1.6vw, 24px); }
.let-contatti-ref { display: flex; align-items: flex-start; gap: 16px; }
.let-contatti-ref .material-symbols-outlined { color: var(--primary-container); margin-top: 2px; font-size: 24px; }
.let-contatti-ref .let-contatti-ref__k { text-transform: uppercase; font-weight: 700; font-size: 14px; color: var(--primary-container); }
.let-contatti-ref .let-contatti-ref__k--accent { color: var(--primary-container); }
/* sotto-etichetta (es. "Assistenza ordini on-line:") — minuscolo, nero, bold */
.let-contatti-ref .let-contatti-ref__sub { text-transform: none; font-weight: 700; font-size: 16px; color: var(--on-background); }
.let-contatti-ref p { color: var(--secondary); font-size: 16px; line-height: 1.6; }
.let-contatti-ref a { color: var(--secondary); text-decoration: none; transition: color .2s ease; display: block; font-size: 16px; }

/* Etichette form Contatti — ridotte */
.page-id-1118 .fusion-form-field label,
.page-id-1118 .fusion-form-field .label,
.page-id-1118 .fusion-form-form-wrapper label { font-size: 13px !important; letter-spacing: .02em; }
.let-contatti-ref a:hover { color: var(--primary); }

/* =================  RESPONSIVE  ================= */
@media (max-width: 1024px) {
  .let-gc-bento { grid-template-columns: 1fr; }
  .let-gc-bento__text { padding-right: 0; }
  .let-gc-bento__img img { min-height: 280px; }
}
@media (max-width: 768px) {
  .let-gc-features { grid-template-columns: 1fr; }
  .let-gc-services__grid { grid-template-columns: 1fr; }
  .let-gc-services__img { order: 2; }
  .let-gc-exc__grid { grid-template-columns: 1fr; }
  .let-gc-exc__img::after { right: -12px; bottom: -12px; width: 120px; height: 120px; }
  .let-gc-cta__buttons { flex-direction: column; }
  .let-gc-cta__buttons .let-btn { width: 100%; }
}
@media (max-width: 560px) {
  .let-gc-stats { grid-template-columns: 1fr; }
  .let-contatti-hero { height: auto; padding: 120px 0 60px; }
}

/* =====================================================================
   GC HERO (container Avada .category-title-bg) — overlay scuro + vh desktop
   (let-pages carica solo su GC+Contatti+Arredo Bagno: tocca solo la hero GC)
   ===================================================================== */
.category-title-bg { position: relative; }
.category-title-bg::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(to bottom, rgba(0,0,0,.45) 0%, rgba(0,0,0,.35) 45%, rgba(0,0,0,.62) 100%);
}
.category-title-bg > * { position: relative; z-index: 1; }
.category-title-bg .fusion-title-heading,
.category-title-bg .fusion-text { color: #fff !important; }
@media (min-width: 1025px) {
  .category-title-bg { min-height: 100vh !important; }
}

/* =====================================================================
   Form Contatti — bottone "Invia messaggio" → arancio CTA
   ===================================================================== */
.page-id-1118 .form-form-submit.fusion-button {
  --button_gradient_top_color: #f48221 !important;
  --button_gradient_bottom_color: #f48221 !important;
  --button_gradient_top_color_hover: #d97316 !important;
  --button_gradient_bottom_color_hover: #d97316 !important;
  --button_accent_color: #ffffff !important;
  --button_accent_hover_color: #ffffff !important;
  --button_border_color: #f48221 !important;
  --button_border_hover_color: #d97316 !important;
}

/* =====================================================================
   ARREDO BAGNO (.let-ab) — pagina custom
   ===================================================================== */
.let-ab .let-ab-container { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--gutter); }
.let-ab h1, .let-ab h2, .let-ab h3, .let-ab h4, .let-ab p, .let-ab ul { margin: 0; }
.let-ab h2, .let-ab h3, .let-ab h4 { color: var(--on-surface); }
.let-ab-section { padding-top: clamp(56px, 8vw, 100px); padding-bottom: clamp(56px, 8vw, 100px); }

/* Hero */
.let-ab-hero { position: relative; min-height: 560px; height: 80vh; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; }
@media (min-width: 1025px) { .let-ab-hero { height: 100vh; } }
.let-ab-hero__img { position: absolute; inset: 0; }
.let-ab-hero__img img { width: 100%; height: 100%; object-fit: cover; }
.let-ab-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.35) 50%, rgba(0,0,0,.7) 100%); }
.let-ab-hero__inner { position: relative; z-index: 2; padding: 0 var(--gutter); max-width: 880px; }
.let-ab-hero__title { color: #fff !important; font-size: clamp(32px, 4.6vw, 52px); line-height: 1.1; letter-spacing: -0.02em; font-weight: 800; margin-bottom: 16px; }
.let-ab-hero__sub { color: #fff; opacity: .92; font-size: clamp(18px, 1.8vw, 22px); font-weight: 700; margin-bottom: clamp(72px, 10vh, 120px) !important; }
.let-ab-hero .let-btn { background: var(--primary-container); color: var(--on-primary-container); text-transform: uppercase; letter-spacing: .12em; font-size: 14px; padding: 16px 44px; border-radius: 50px; }
.let-ab-hero .let-btn:hover { color: #fff; }

/* Intro */
.let-ab-intro { text-align: center; }
.let-ab-intro__box { max-width: 768px; margin: 0 auto; }
.let-ab-intro__box h2 { font-size: clamp(28px, 3.6vw, 48px); line-height: 1.2; font-weight: 700; margin-bottom: 28px; }
.let-ab-intro__box p { font-size: clamp(16px, 1.2vw, 18px); line-height: 1.6; color: var(--secondary); margin-bottom: 24px; }
.let-ab-intro__box p:last-child { color: var(--on-background); font-weight: 700; margin-bottom: 0; }

/* Perché scegliere */
.let-ab-why { background: var(--surface-container-low); }
.let-ab-why__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 4vw, 56px); align-items: center; }
.let-ab-badge { display: inline-block; padding: 12px 24px; margin-bottom: 28px; }
.let-ab-badge h3, .let-ab-badge h2 { color: #fff !important; font-size: clamp(19px, 1.6vw, 24px); font-weight: 700; }
.let-ab-badge--secondary { background: var(--secondary); }
.let-ab-badge--dark { background: var(--on-background); }
.let-ab-why__lead { font-size: clamp(16px, 1.2vw, 18px); line-height: 1.6; margin-bottom: clamp(56px, 7vh, 88px) !important; }
.let-ab-checklist { display: grid; gap: 26px; list-style: none; }
.let-ab-checklist li { display: flex; align-items: flex-start; gap: 16px; }
.let-ab-checklist .material-symbols-outlined { color: var(--primary-container); }
.let-ab-checklist strong { display: block; font-weight: 700; font-size: clamp(16px, 1.2vw, 18px); margin-bottom: 4px; }
.let-ab-checklist span { color: var(--secondary); font-size: clamp(16px, 1.2vw, 18px); }
.let-ab-quote { margin-top: 36px; border-left: 4px solid var(--primary-container); padding: 6px 0 6px 24px; }
.let-ab-quote p { font-size: clamp(19px, 1.6vw, 24px); font-weight: 700; font-style: italic; line-height: 1.4; }
.let-ab-quote p span { font-weight: 400; }
.let-ab-why__img img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; box-shadow: 0 20px 40px rgba(0,0,0,0.15); }

/* Le nostre soluzioni — intro CENTRATA (badge + frase + elenco 2 col), poi 4 foto in fila */
.let-ab-sol__intro { text-align: center; max-width: 880px; margin: 0 auto clamp(44px, 5vw, 72px); }
.let-ab-sol__intro > p { max-width: 620px; margin: 0 auto 32px !important; font-size: clamp(16px, 1.2vw, 18px); color: var(--secondary); }
.let-ab-sol__list { display: inline-grid; grid-template-columns: repeat(2, auto); gap: 16px 56px; justify-content: center; text-align: left; list-style: none; font-weight: 700; font-size: clamp(16px, 1.2vw, 18px); }
.let-ab-sol__list li { display: flex; align-items: center; gap: 12px; }
.let-ab-sol__list li::before { content: ""; width: 8px; height: 8px; background: var(--primary-container); flex-shrink: 0; }
.let-ab-sol__photos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.let-ab-card { display: flex; flex-direction: column; }
.let-ab-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; margin-bottom: 12px; }
.let-ab-card span { font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--secondary); letter-spacing: .04em; }

/* Il nostro obiettivo */
.let-ab-goal { text-align: center; border-top: 1px solid var(--outline-variant); padding-top: clamp(72px, 9vw, 120px); padding-bottom: clamp(72px, 9vw, 120px); }
.let-ab-goal__badge { display: inline-block; background: #94afbb; padding: 10px 36px; margin-bottom: 48px; } /* celeste del brand */
.let-ab-goal__badge h2 { color: #fff !important; font-size: clamp(17px, 1.4vw, 20px); font-weight: 700; }
.let-ab-goal__text { font-size: clamp(19px, 1.9vw, 24px); line-height: 1.5; font-weight: 700; max-width: none; margin: 0 auto clamp(56px, 7vh, 88px) !important; }
@media (min-width: 1025px) { .let-ab-goal__text { white-space: nowrap; font-size: 20px; } }
.let-ab-goal .let-btn { background: var(--primary-container); color: var(--on-primary-container); text-transform: uppercase; letter-spacing: .12em; font-size: 14px; padding: 18px 48px; border-radius: 50px; gap: 12px; }
.let-ab-goal .let-btn:hover { color: #fff; }

@media (max-width: 768px) {
  .let-ab-why__grid { grid-template-columns: 1fr; }
  .let-ab-why__img { order: -1; }
  .let-ab-goal__text { white-space: normal !important; }
  /* elenco soluzioni a 1 colonna su telefono */
  .let-ab-sol__list { grid-template-columns: 1fr; }
}

/* Foto soluzioni: 4 → 2 → 1 colonne */
@media (max-width: 1100px) { .let-ab-sol__photos { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .let-ab-sol__photos { grid-template-columns: 1fr; } }

/* =====================================================================
   CONTATTI — versione NATIVA Avada (testi/immagini editabili dall'editor;
   stile centralizzato qui). Hero = container Avada con classe .let-c-hero;
   Riferimenti = Titolo + 3 Testi con classi .let-c-ref*.
   ===================================================================== */

/* --- Hero --- */
.let-c-hero { position: relative; min-height: 560px !important; display: flex !important; align-items: center; overflow: hidden; }
@media (min-width: 1025px) { .let-c-hero { min-height: 100vh !important; } }
.let-c-hero::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.4) 45%, rgba(0,0,0,.7) 100%); }
/* contenuto hero entro il container 1500px con padding (non attaccato al bordo), allineato a sinistra */
.let-c-hero > .fusion-builder-row { position: relative; z-index: 1; width: 100% !important; max-width: 1500px !important; margin-left: auto !important; margin-right: auto !important; padding-left: 30px !important; padding-right: 30px !important; box-sizing: border-box !important; }
.let-c-hero .fusion-builder-column, .let-c-hero .fusion-layout-column { margin: 0 !important; width: 100% !important; }
.let-c-hero .fusion-column-wrapper { padding: 0 !important; }
.let-c-hero .let-c-eyebrow .fusion-title-heading { color: #ffb786 !important; text-transform: uppercase; letter-spacing: .2em; font-weight: 700; font-size: 14px !important; margin: 0 0 16px !important; }
.let-c-hero .let-c-htitle .fusion-title-heading { color: #fff !important; font-size: clamp(40px, 5.5vw, 64px) !important; line-height: 1.1 !important; letter-spacing: -.02em; font-weight: 800; margin: 0 0 20px !important; }
.let-c-hero .let-c-sub, .let-c-hero .let-c-sub p { color: rgba(255,255,255,.92) !important; font-size: clamp(16px, 1.2vw, 18px); line-height: 1.6; max-width: 36rem; }

/* --- Riferimenti --- */
.let-c-refs-title .fusion-title-heading { color: #4b626c !important; text-transform: uppercase; font-weight: 700; font-size: clamp(19px, 1.6vw, 24px) !important; margin: 0 0 26px !important; }
/* dati (indirizzi ecc.): font PIÙ PICCOLO dei titoletti (colori esadecimali diretti: i var non sono definiti qui) */
.let-c-ref { position: relative; padding-left: 42px; margin: 0 0 28px !important; color: #4b626c !important; font-size: 15px !important; line-height: 1.55; }
.let-c-ref::before { content: ""; position: absolute; left: 0; top: 2px; width: 26px; height: 26px; background-repeat: no-repeat; background-position: center; background-size: contain; }
/* titoletti maiuscoli accanto alle icone: ARANCIO (come le icone) + PIÙ GRANDI dei dati */
.let-c-ref strong { display: block; color: #f48221 !important; text-transform: uppercase; font-size: 18px !important; font-weight: 700; margin-bottom: 6px; letter-spacing: .01em; }
.let-c-ref b { display: block; color: #1c1c1a !important; font-weight: 700; font-size: 15px !important; margin-top: 6px; }
.let-c-ref a { color: #4b626c !important; font-size: 15px !important; text-decoration: none; }
.let-c-ref a:hover { color: #f48221 !important; }
/* icone (arancio CTA) */
.let-c-ref--sede::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f48221' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='10' height='18'/%3E%3Cpath d='M13 8h8v13h-8'/%3E%3Cpath d='M6 7h2M6 11h2M6 15h2M16 12h2M16 16h2'/%3E%3C/svg%3E"); }
.let-c-ref--clienti::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f48221' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 13v-1a8 8 0 0 1 16 0v1'/%3E%3Crect x='2' y='13' width='4' height='6' rx='1.5'/%3E%3Crect x='18' y='13' width='4' height='6' rx='1.5'/%3E%3Cpath d='M19 19v1a3 3 0 0 1-3 3h-2'/%3E%3C/svg%3E"); }
.let-c-ref--contatti::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f48221' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Ccircle cx='8' cy='11' r='2.2'/%3E%3Cpath d='M4.5 17c.6-2 6-2 6.5 0'/%3E%3Cpath d='M14 9h5M14 13h5'/%3E%3C/svg%3E"); }

/* =====================================================================
   CONTATTI — FIX (1) Titolo "RIFERIMENTI" grande come "Invia un messaggio"
   Il titolo del form ("Invia un messaggio") è un h2 con responsive
   typography: ~39px @390, ~45px @768, 48px @desktop. Allineo il
   .let-c-refs-title alla stessa scala.
   ===================================================================== */
.let-c-refs-title .fusion-title-heading {
  font-size: clamp(39px, 1.6vw + 33px, 48px) !important;
  line-height: 1.2 !important;
}

/* =====================================================================
   CONTATTI — FIX (2) Form su MOBILE: campi TUTTI a piena larghezza,
   una colonna, stessa larghezza e stesso bordo sinistro.
   Avada renderizza il form in due sub-row responsive (.fusion-builder-row-2-3
   senza padding e .fusion-builder-row-2-4 con padding 30px): la differenza di
   padding rende i primi 4 campi larghi 343px (x=23) e gli altri 5 stretti
   283px (x=53). Qui, ≤768px, azzero gutter/padding interni del form e forzo
   righe/colonne/campi a 100% così risultano tutti identici.
   ===================================================================== */
@media (max-width: 768px) {
  /* tutte le sub-row/container che contengono il form: stesso padding orizz. (0) */
  .page-id-1118 .sac-form-slot,
  .page-id-1118 .sac-form-slot .fusion-fullwidth,
  .page-id-1118 .sac-form-slot .fullwidth-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* le builder-row interne del form: IMPILA le colonne in verticale (1 colonna),
     niente gutter negativi, full width */
  .page-id-1118 .sac-form-slot .fusion-builder-row {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  /* ogni colonna del form: full width, niente margini gutter, altezza auto */
  .page-id-1118 .sac-form-slot .fusion-layout-column,
  .page-id-1118 .sac-form-slot .fusion-builder-column,
  .page-id-1118 .sac-form-slot .fusion-column-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex: 0 0 auto !important;
    align-self: stretch !important;
  }
  /* ogni campo: full width, una colonna, allineato a sinistra */
  .page-id-1118 .sac-form-slot .fusion-form-field {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }
  /* input/select/textarea a piena larghezza */
  .page-id-1118 .sac-form-slot .fusion-form-field input,
  .page-id-1118 .sac-form-slot .fusion-form-field select,
  .page-id-1118 .sac-form-slot .fusion-form-field textarea,
  .page-id-1118 .sac-form-slot .fusion-form-input {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* =====================================================================
   HERO UNIFORMI — Contatti / General Contractor / Arredo Bagno
   Target = hero pagine CATEGORIA ("Legna e Pellet"):
     - banner corto ~282px
     - titolo: Inter 46px / weight 700 / bianco / text-transform:none
     - overlay scuro sopra l'immagine (testo bianco leggibile)
   Scope per-slug tramite le classi body .let-page-* (aggancio stabile).
   Sovrascrive font inline di Avada (--awb-font-size / Archivo Black) con
   !important dove serve.
   ===================================================================== */

/* ---- Titolo hero CONTATTI: resta FISSO via CSS (scelta "lascia Contatti").
   General Contractor e Arredo Bagno NON sono più qui: il loro titolo ora è
   gestito direttamente dal Builder (dimensione/font/posizione), come su Legna e
   Pellet. Colore bianco + overlay + altezza banner restano (vedi sotto). ---- */
.let-page-contatti .let-c-hero .let-c-eyebrow .fusion-title-heading {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 46px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.015em !important;
  text-transform: none !important;
  color: #ffffff !important;
  margin: 0 !important;
}

/* =================  CONTATTI  =================
   La hero nativa (.let-c-hero) ha: occhiello "Contatti" (.let-c-eyebrow),
   titolone "La tua visione…" (.let-c-htitle) e sottotitolo (.let-c-sub).
   Obiettivo: banner corto che mostra SOLO "Contatti".
   → nascondo titolone + sottotitolo, promuovo l'occhiello a titolo. */
.let-page-contatti .let-c-hero {
  min-height: 282px !important;
  height: 282px !important;
  /* allineamento verticale del contenuto: ora dal BUILDER */
}
@media (min-width: 1025px) {
  .let-page-contatti .let-c-hero { min-height: 282px !important; height: 282px !important; }
}
/* nascondi titolone e sottotitolo: resta solo "Contatti" (scelta confermata) */
.let-page-contatti .let-c-hero .let-c-htitle,
.let-page-contatti .let-c-hero .let-c-sub { display: none !important; }
/* allineamento/posizione dell'occhiello "Contatti": ora dal BUILDER
   (Riga: in basso · Colonna: in basso · Titolo: a sinistra) come Legna e Pellet */

/* =================  GENERAL CONTRACTOR  =================
   Hero = container Avada .category-title-bg (overlay già presente via ::before).
   Titolo "General Contractor" era Archivo Black 70px (font inline) → Inter 46px 700.
   Riduco anche l'altezza a banner corto ~282px. */
.let-page-general-contractor .category-title-bg {
  min-height: 282px !important;
  height: 282px !important;
  /* allineamento verticale del contenuto: ora dal BUILDER */
}
@media (min-width: 1025px) {
  .let-page-general-contractor .category-title-bg { min-height: 282px !important; height: 282px !important; }
}
/* azzera i separator/spaziatori che gonfiavano la hero (come su mobile) */
.let-page-general-contractor .category-title-bg .fusion-separator { display: none !important; margin: 0 !important; }
.let-page-general-contractor .category-title-bg .let-main-slider { margin-top: 0 !important; }
/* allineamento contenuto della colonna hero: ora dal BUILDER (niente centratura forzata) */

/* =================  ARREDO BAGNO  =================
   Hero = .let-ab-hero (overlay scuro già presente via ::before in
   page-arredo-bagno.css). Titolo "Arredo Bagno" era Inter 56px 900 →
   Inter 46px 700 (regola titolo comune sopra). Altezza già ~282px: la fisso. */
.let-page-arredo-bagno .let-ab-hero {
  min-height: 282px !important;
  height: 282px !important;
}
@media (min-width: 1025px) {
  .let-page-arredo-bagno .let-ab-hero { min-height: 282px !important; height: 282px !important; }
}

/* =====================================================================
   CONTATTI — hero su MOBILE: meno schiacciata + staccata da "RIFERIMENTI".
   (l'altezza fissa 282px comprimeva il titolo contro il bordo basso)
   ===================================================================== */
@media (max-width: 640px) {
  .let-page-contatti .let-c-hero {
    height: auto !important;
    min-height: 200px !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    margin-bottom: 36px !important;
  }
}

/* =====================================================================
   CONTATTI (struttura STAGING) — la hero NON usa .let-c-hero ma la
   .fusion-builder-row-1 standard di Avada. Qui i fix che valgono su staging.
   ===================================================================== */
/* Hero: dargli respiro (collassava a ~69px, min-height:0 e padding 0) e
   staccarla da "RIFERIMENTI" (la cui colonna ha margin-top:-20px che la tirava su). */
body.let-page-contatti .fusion-fullwidth.fusion-builder-row-1 {
  min-height: 260px !important;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
  margin-bottom: 40px !important;
}
body.let-page-contatti .fusion-builder-row-3 .fusion-builder-column-2 { margin-top: 0 !important; }
@media (max-width: 640px) {
  body.let-page-contatti .fusion-fullwidth.fusion-builder-row-1 {
    min-height: 190px !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
    margin-bottom: 30px !important;
  }
  /* "Le nostre 3 sedi" (row-4): icona pin CENTRATA sopra + nome centrato sotto.
     L'icona è un FontAwesome (i.fb-icon-element, fa-map-marker-alt) a sinistra;
     i nomi erano disallineati (una card centrata, due a sinistra). */
  body.let-page-contatti .fusion-builder-row-4 .fusion-column-wrapper,
  body.let-page-contatti .fusion-builder-row-4 .fusion-title,
  body.let-page-contatti .fusion-builder-row-4 .fusion-content-fa-icon-wrapper {
    text-align: center !important;
  }
  body.let-page-contatti .fusion-builder-row-4 .fusion-column-wrapper { align-items: center !important; }
  body.let-page-contatti .fusion-builder-row-4 .fusion-title-heading { text-align: center !important; }
  body.let-page-contatti .fusion-builder-row-4 i.fb-icon-element {
    display: inline-block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
