/* SunGuard Energy — Metodo veloce (preventivi)
   Light, refined, spacious. Ink / navy / grey only. No green, no orange. */

#preventivo, #ricontatto, #vl-card { scroll-margin-top: 110px; }

.vl-root { min-height: 22rem; }

.vl-progress {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid var(--sg-hair, #d8d2c8);
}
.vl-progress-label {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--sg-muted, #6b7280);
}
.vl-sticky {
  position: sticky;
  top: 88px;
  z-index: 4;
  margin: 0 0 1rem;
  padding: .7rem 1rem;
  background: #fff;
  border: 1px solid var(--sg-hair, #d8d2c8);
  color: var(--sg-ink, #152036);
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.45;
}

.vl-q {
  font-size: clamp(1.38rem, 2.6vw, 1.82rem);
  font-weight: 650;
  letter-spacing: -.025em;
  color: var(--sg-ink, #152036);
  line-height: 1.28;
  margin: 0 0 .65rem;
}
.vl-hint {
  font-size: 1rem;
  color: var(--sg-ink-soft, #3d4758);
  line-height: 1.72;
  margin: 0 0 2rem;
  max-width: 38em;
}
.vl-note {
  font-size: .82rem;
  color: var(--sg-muted, #6b7280);
  line-height: 1.6;
  margin: 1rem 0 0;
}
.vl-note strong { color: var(--sg-ink, #152036); font-weight: 650; }

.vl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.85rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(21, 32, 54, .08);
}
.vl-nav .qz-back {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: none;
  border: none;
  padding: .5rem 0;
  font: inherit;
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--sg-ink, #152036);
  cursor: pointer;
  text-transform: none !important;
  opacity: .78;
  transition: opacity .15s ease;
}
.vl-nav .qz-back svg { flex-shrink: 0; }
.vl-nav .qz-back:hover { opacity: 1; }
.vl-skip {
  background: none;
  border: none;
  padding: .35rem 0;
  font: inherit;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .03em;
  color: var(--sg-muted, #6b7280);
  cursor: pointer;
  text-decoration: none;
  transition: color .15s ease;
}
.vl-skip:hover {
  color: var(--sg-ink, #152036);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.vl-err {
  display: none;
  margin: 1.1rem 0 0;
  padding: .75rem .95rem;
  border: 1px solid #e4d5d5;
  background: #faf6f6;
  color: #7a3b3b;
  font-size: .86rem;
  line-height: 1.55;
}
.vl-err.is-on { display: block; }

/* Entry */
.vl-entry { padding: 0 0 .1rem; }
.vl-entry-main {
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font: inherit;
  background: #d9e2ec;
  color: var(--sg-ink, #152036);
  border: 1px solid var(--sg-ink, #152036);
  padding: 1.15rem 0 1.2rem; /* horizontal 0 → allinea con .vl-q */
  transition: background .18s ease, color .18s ease;
}
.vl-entry-main:hover {
  background: var(--sg-ink, #152036);
  color: #f7f5f1;
}
.vl-entry-kicker {
  display: block;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .7;
  margin-bottom: .45rem;
}
.vl-entry-title {
  display: block;
  /* allineato visualmente a .vl-q («Quanti impianti…») */
  font-size: clamp(1.38rem, 2.6vw, 1.82rem);
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.28;
}
.vl-entry-sub {
  display: block;
  margin-top: .7rem;
  font-size: .95rem;
  line-height: 1.6;
  opacity: .82;
  font-weight: 400;
  max-width: 28em;
}
.vl-entry-std {
  display: inline-block;
  margin-top: 1.35rem;
  font-size: .84rem;
  color: var(--sg-muted, #6b7280) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  letter-spacing: .01em;
}
.vl-entry-std:hover { color: var(--sg-ink, #152036) !important; }

/* Keypad */
.vl-keys {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .48rem;
  max-width: 26rem;
}
.vl-key {
  appearance: none;
  font: inherit;
  cursor: pointer;
  min-height: 46px;
  padding: .55rem .35rem;
  background: #f8fafc;
  color: var(--sg-ink, #152036);
  border: 1px solid #c5ced8;
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1;
  box-shadow: 1px 2px 0 rgba(21, 32, 54, .05);
  transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}
.vl-key:hover {
  border-color: var(--sg-ink, #152036);
  background: #fff;
  box-shadow: 2px 3px 8px rgba(21, 32, 54, .08);
}
.vl-key:focus-visible {
  outline: 2px solid rgba(21, 32, 54, .35);
  outline-offset: 2px;
}
.vl-key.is-on {
  background: var(--sg-ink, #152036);
  border-color: var(--sg-ink, #152036);
  color: #f7f5f1;
  box-shadow: none;
}
.vl-key-wide { grid-column: span 2; letter-spacing: .04em; }
.vl-n-now {
  margin: 1rem 0 0;
  font-size: .9rem;
  color: var(--sg-ink-soft, #3d4758);
}

/* Plant rows (step 1 + standard form) */
.vl-plants {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.8rem;
}
.vl-plant {
  display: grid;
  grid-template-columns: 1.4fr 11rem;
  gap: .8rem 1rem;
  padding: 1.05rem 1.1rem 1.15rem;
  border: 1px solid var(--sg-hair, #d8d2c8);
  background: #fff;
}
.vl-plant-n {
  grid-column: 1 / -1;
  font-size: .68rem;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--sg-muted, #6b7280);
  margin-bottom: .15rem;
}
.vl-fg { display: flex; flex-direction: column; gap: .35rem; }
.vl-fg label,
.qz-fg label {
  font-size: .74rem;
  font-weight: 650;
  color: var(--sg-ink-soft, #3d4758);
}
.vl-fg input,
.vl-fg textarea,
.qd-form input,
.qd-form textarea {
  background: #fff;
  border: 1px solid var(--sg-hair, #d8d2c8);
  padding: 11px 13px;
  font-size: .94rem;
  font-family: inherit;
  color: var(--sg-ink, #152036);
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.vl-fg input:focus,
.vl-fg textarea:focus,
.qd-form input:focus,
.qd-form textarea:focus {
  border-color: var(--sg-ink, #152036);
  box-shadow: 0 0 0 2px rgba(21, 32, 54, .08);
}
.vl-fg textarea { min-height: 7rem; resize: vertical; line-height: 1.55; }
.vl-kwp {
  display: flex;
  align-items: stretch;
}
.vl-kwp input { border-right: 0; min-width: 0; }
.vl-kwp-suf {
  display: flex;
  align-items: center;
  padding: 0 .85rem;
  border: 1px solid var(--sg-hair, #d8d2c8);
  border-left: 0;
  background: var(--sg-paper, #fbf9f6);
  color: var(--sg-muted, #6b7280);
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .04em;
}

/* Two big choices (tipo, sì/no) */
.vl-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
}
.vl-choice {
  appearance: none;
  font: inherit;
  cursor: pointer;
  text-align: left;
  background: #fff;
  color: var(--sg-ink, #152036);
  border: 1px solid var(--sg-hair, #d8d2c8);
  padding: 1.35rem 1.3rem;
  min-height: 6.2rem;
  transition: border-color .15s, background .15s, color .15s;
}
.vl-choice:hover { border-color: var(--sg-ink, #152036); }
.vl-choice.is-on {
  background: var(--sg-ink, #152036);
  border-color: var(--sg-ink, #152036);
  color: #f7f5f1;
}
.vl-choice b { display: block; font-size: 1.05rem; font-weight: 700; letter-spacing: -.015em; }
.vl-choice span { display: block; margin-top: .4rem; font-size: .82rem; line-height: 1.5; opacity: .78; font-weight: 400; }

/* Map */
.vl-map-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(12rem, .85fr);
  gap: 1.6rem 1.8rem;
  align-items: start;
}
.vl-map {
  overflow: auto;
  max-height: min(70vh, 560px);
  padding: .4rem;
  border: 1px solid var(--sg-hair, #d8d2c8);
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.vl-map svg { width: 100%; height: auto; display: block; min-width: 220px; }
.vl-map path {
  fill: #e8e4dc;
  stroke: #fff;
  stroke-width: 1.15;
  cursor: pointer;
  outline: none;
  transition: fill .15s;
}
.vl-map path:hover,
.vl-map path:focus { fill: #c5ccd6; }
.vl-map path.is-on { fill: #152036; }
.vl-map-side { padding-top: .2rem; }
.vl-map-link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  font-size: .9rem;
  color: var(--sg-ink, #152036);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-align: left;
}
.vl-coords { display: flex; flex-direction: column; gap: .85rem; margin-top: 1.1rem; }
.vl-picked {
  margin-top: .9rem;
  font-size: .88rem;
  color: var(--sg-ink-soft, #3d4758);
}

/* Buildings / inclinazioni */
.vl-block {
  border: 1px solid var(--sg-hair, #d8d2c8);
  background: #fff;
  padding: 1.15rem 1.15rem 1.25rem;
  margin-bottom: 1rem;
}
.vl-block h4 {
  margin: 0 0 .85rem;
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--sg-muted, #6b7280);
}
.vl-incl {
  display: grid;
  grid-template-columns: minmax(11rem, .9fr) minmax(9rem, .7fr) 9.5rem;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--sg-hair, #d8d2c8);
}
.vl-incl:first-of-type { border-top: 0; padding-top: .2rem; }
.vl-incl-lbl {
  grid-column: 1 / -1;
  font-size: .8rem;
  font-weight: 650;
  color: var(--sg-ink, #152036);
}

/* Compass */
.vl-compass { display: flex; flex-direction: column; align-items: center; gap: .7rem; }
.vl-dial {
  position: relative;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 1px solid var(--sg-ink, #152036);
  background: #fff;
  touch-action: none;
  cursor: grab;
  flex-shrink: 0;
}
.vl-needle {
  position: absolute;
  left: 50%;
  top: 12%;
  width: 2px;
  height: 38%;
  margin-left: -1px;
  background: var(--sg-ink, #152036);
  transform-origin: 50% 100%;
  pointer-events: none;
}
.vl-needle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -5px;
  width: 0; height: 0;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 9px solid var(--sg-ink, #152036);
}
.vl-hub {
  position: absolute;
  left: 50%; top: 50%;
  width: 8px; height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: var(--sg-ink, #152036);
  pointer-events: none;
}
.vl-pt {
  position: absolute;
  width: 22px; height: 22px;
  margin: -11px 0 0 -11px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0;
  color: transparent;
}
.vl-pt::before {
  content: '';
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: var(--sg-hair, #d8d2c8);
}
.vl-pt.is-on::before { background: var(--sg-ink, #152036); }
.vl-pts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .3rem;
}
.vl-pts button {
  appearance: none;
  font: inherit;
  font-size: .68rem;
  letter-spacing: .02em;
  padding: .28rem .45rem;
  background: #fff;
  color: var(--sg-ink-soft, #3d4758);
  border: 1px solid var(--sg-hair, #d8d2c8);
  cursor: pointer;
}
.vl-pts button.is-on {
  background: var(--sg-ink, #152036);
  border-color: var(--sg-ink, #152036);
  color: #f7f5f1;
}

/* Inverter list + MPPT table */
.vl-inv {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem 1rem;
  padding: 1rem 0 1.15rem;
  border-bottom: 1px solid var(--sg-hair, #d8d2c8);
}
.vl-inv h4 {
  grid-column: 1 / -1;
  margin: 0;
  font-size: .8rem;
  font-weight: 650;
  color: var(--sg-ink, #152036);
}
.vl-table-wrap { overflow: auto; -webkit-overflow-scrolling: touch; margin-top: .4rem; }
.vl-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .8rem;
  min-width: 420px;
}
.vl-table th, .vl-table td {
  border: 1px solid var(--sg-hair, #d8d2c8);
  padding: .55rem .6rem;
  text-align: center;
  vertical-align: middle;
}
.vl-table th {
  background: var(--sg-paper, #fbf9f6);
  font-weight: 650;
  color: var(--sg-ink, #152036);
}
.vl-table th.vl-rowh, .vl-table td.vl-rowh {
  text-align: left;
  white-space: nowrap;
  font-weight: 600;
}
.vl-table input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #152036;
}

/* Anagrafica */
.vl-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem 1rem;
}
.vl-fg.full { grid-column: 1 / -1; }
.vl-privacy {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .78rem;
  color: var(--sg-muted, #6b7280);
  line-height: 1.5;
  margin-top: .3rem;
}
.vl-privacy input { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; accent-color: #152036; }
.vl-privacy a { text-decoration: underline; text-underline-offset: 2px; }

/* Thank you */
.vl-thanks {
  padding: 1.4rem 0 1rem;
}
.vl-thanks h2 {
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  font-weight: 650;
  letter-spacing: -.02em;
  color: var(--sg-ink, #152036);
  margin: 0 0 .8rem;
}
.vl-thanks p {
  font-size: 1.02rem;
  color: var(--sg-ink-soft, #3d4758);
  line-height: 1.75;
  max-width: 36em;
  margin: 0;
}

/* Standard aside extras */
.quote-direct .vl-aside-kicker {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--sg-muted, #6b7280);
  margin: 0 0 .45rem;
}
.quote-direct .vl-plants { margin-top: .2rem; }
.quote-direct .vl-plant { grid-template-columns: 1fr 8.2rem auto; padding: .75rem .8rem; gap: .55rem; }
.quote-direct .vl-plant-n { display: none; }
.vl-add, .vl-remove {
  appearance: none;
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  color: var(--sg-ink, #152036);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: .82rem;
  padding: .35rem 0;
}
.vl-remove { color: var(--sg-muted, #6b7280); align-self: end; padding-bottom: .85rem; }
.qd-ok {
  background: transparent !important;
  border: 1px solid var(--sg-hair, #d8d2c8) !important;
  color: var(--sg-ink, #152036) !important;
  font-size: .95rem;
  line-height: 1.65;
  padding: 1rem 1.1rem;
}

@media (max-width: 900px) {
  .vl-map-wrap { grid-template-columns: 1fr; }
  .vl-choices { grid-template-columns: 1fr; }
  .vl-plant { grid-template-columns: 1fr; }
  .quote-direct .vl-plant { grid-template-columns: 1fr auto; }
  .vl-incl { grid-template-columns: 1fr; }
  .vl-form, .vl-inv { grid-template-columns: 1fr; }
  .vl-keys { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .vl-sticky { top: 72px; }
}
@media (max-width: 560px) {
  .vl-keys { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vl-key { min-height: 48px; }
}

/* Layout that used to live inline on preventivi.html */
.quote-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: clamp(1.2rem, 2.5vw, 2rem);
  align-items: start;
}
.qd-form { display: flex; flex-direction: column; gap: .85rem; }
.qd-err {
  display: none;
  background: #faf6f6;
  border: 1px solid #e4d5d5;
  color: #7a3b3b;
  font-size: .84rem;
  padding: .7rem .9rem;
}
.quote-direct h3 { margin: 0 0 .5rem; }
.quote-direct .qd-lead {
  font-size: .92rem;
  color: var(--sg-ink-soft, #3d4758);
  line-height: 1.65;
  margin: 0 0 1.35rem;
}
@media (max-width: 900px) {
  .quote-grid { grid-template-columns: 1fr; }
}

.qz-fg { display: flex; flex-direction: column; gap: .35rem; }
.vl-inv .full { grid-column: 1 / -1; }
.qd-ok { display: none; }
.qz-note { font-size: .72rem; color: var(--sg-muted, #6b7280); line-height: 1.55; }
.vl-choice { min-height: 4.8rem; }

/* Title row + studio 3D icons */
.vl-qrow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.1rem 1.5rem;
  margin: 0 0 .35rem;
}
.vl-qcol { flex: 1; min-width: 0; }
.vl-qrow .vl-q { margin-bottom: .45rem; }
.vl-qrow .vl-hint { margin-bottom: 0; max-width: 34em; }
.vl-qrow + .vl-keys,
.vl-qrow + .vl-choices,
.vl-qrow + .vl-map-wrap,
.vl-qrow + .vl-form,
.vl-qrow + .vl-plants,
.vl-qrow + .vl-block,
.vl-qrow + .vl-table-wrap,
.vl-qrow + .vl-n-now {
  margin-top: 1.15rem;
}
/* Preventivi: no studio icons next to step titles */
.vl-qrow > .vl-3d { display: none !important; }

.vl-3d {
  width: 148px;
  height: 148px;
  object-fit: contain;
  flex-shrink: 0;
  pointer-events: none;
  user-select: none;
  background: transparent;
}
.vl-choice-3d {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .7rem;
  min-height: 0;
  padding: 1.1rem 1.15rem 1.3rem;
}
.vl-choice-3d .vl-3d-choice {
  width: min(100%, 220px);
  height: auto;
  max-height: 168px;
  align-self: center;
  background: #f3f4f6;
}
.vl-map-wrap { clear: both; }

a.vl-entry-main {
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}
a.vl-entry-main:hover { color: #f7f5f1; }

/* Preventivi: sit the wizard closer under the fascia card */
body.sg-inner .quote-section.quote-tight {
  padding-top: clamp(.35rem, 1vw, .75rem);
}
body.sg-inner .sg-band-hang.sg-hang-tight {
  margin-bottom: 0;
}

.quote-card,
.quote-direct {
  padding: 1.1rem 1.35rem 1.45rem;
}

@media (max-width: 720px) {
  .vl-qrow { gap: .8rem; }
  .vl-3d { width: 112px; height: 112px; }
}
@media (max-width: 560px) {
  .vl-3d { width: 96px; height: 96px; }
  .vl-choice-3d .vl-3d-choice { max-height: 140px; }
}

/* CTAs in preventivi/servizi boxes: sentence case, refined */
body.sg-inner #ricontatto .qd-submit,
body.sg-inner .vl-nav .qz-next {
  text-transform: none !important;
  letter-spacing: .055em !important;
  font-weight: 600 !important;
  min-height: 46px;
  padding: .72rem 1.55rem !important;
  font-size: .9rem !important;
  box-shadow: 2px 3px 0 rgba(21, 32, 54, .07) !important;
  transition: background .16s ease, color .16s ease, box-shadow .16s ease, border-color .16s ease !important;
}
body.sg-inner .vl-nav .qz-next:hover {
  box-shadow: 3px 5px 12px rgba(21, 32, 54, .12) !important;
}
body.sg-inner .vl-nav .qz-next:disabled,
body.sg-inner .vl-nav .qz-next[disabled] {
  opacity: .36;
  cursor: not-allowed;
  box-shadow: none !important;
  background: transparent !important;
  color: var(--sg-ink, #152036) !important;
}
.vl-entry-go {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: 1.25rem;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .78;
}
.vl-entry-go svg { width: 14px; height: 14px; }
.vl-entry-main:hover .vl-entry-go { opacity: 1; }

.vl-entry-static {
  cursor: default;
  pointer-events: none;
}
.vl-entry-static:hover {
  background: #fff;
  color: var(--sg-ink, #152036);
}
body.sg-inner .sg-svc-right .vl-entry-static:hover,
body.sg-inner .quote-card .vl-entry-static:hover {
  background: var(--sg-paper, #fbf9f6);
  color: var(--sg-ink, #152036);
}
.vl-entry + .vl-qrow,
.vl-entry + .vl-keys {
  margin-top: .85rem;
}

/* Preventivi: wizard unico colore; ricontatto in linea con «Rispondete a poche domande» */
.sg-prev-layout {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: clamp(1.2rem, 2.5vw, 2rem);
  align-items: start;
}
.sg-prev-left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}
.sg-prev-layout #ricontatto {
  margin-top: 5.2rem;
}
body.sg-inner #vl-card,
body.sg-inner #vl-card .vl-sticky,
body.sg-inner #vl-card .vl-progress,
body.sg-inner #vl-card .vl-entry-main,
body.sg-inner #vl-card .vl-entry-static {
  background: #d9e2ec !important;
}
body.sg-inner #vl-card .vl-sticky {
  border-color: transparent;
}
body.sg-inner #vl-card .vl-entry-main,
body.sg-inner #vl-card .vl-entry-static {
  border-color: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.sg-inner #vl-card .vl-entry-main:hover {
  background: var(--sg-ink, #152036) !important;
}
@media (max-width: 900px) {
  .sg-prev-layout { grid-template-columns: 1fr; }
  .sg-prev-layout #ricontatto { margin-top: 0; }
}

