/*
 * LT Redesign 1.11.0
 * Ricerca guidata, pagine speciali coerenti e ancore misurate sull'obiettivo visibile.
 */

:root {
  --lt-header-height: 112px;
  scroll-padding-top: calc(var(--lt-header-height) + 18px) !important;
}

body.lt-redesign-page .v2-site {
  min-width: 0;
  padding-top: var(--lt-header-height) !important;
  overflow: visible !important;
}

body.lt-redesign-page .v2-header {
  position: fixed !important;
  inset: 0 0 auto !important;
  width: 100% !important;
  z-index: 100000 !important;
  transform: none !important;
}

body.lt-redesign-page .v2-mobile-panel {
  top: calc(var(--lt-header-height) - 8px) !important;
}

body.lt-redesign-page
  :is(
    .v2-service-detail,
    .v2-booking-section,
    .v2-faq-section,
    .v2-zone-section,
    .v2-about-story,
    .v2-about-path,
    .v2-expectations,
    .v4-site-guide,
    #recensioni,
    details[id],
    #prenota,
    #page-title
  ) {
  scroll-margin-top: calc(var(--lt-header-height) + 14px) !important;
}

/* Fallback nativo; lo script usa poi il bordo reale della card e dell'header. */
body.lt-redesign-page .v2-service-detail {
  scroll-margin-top: calc(var(--lt-header-height) + 14px) !important;
}

/* Il ritaglio è incorporato nei file pubblicati con URL nuovi: nessuna parte
   esclusa resta recuperabile e la cache non può mostrare le versioni intere. */
body.lt-redesign-page :is(.v2-service-thumb, .v2-service-photo) {
  height: auto !important;
  aspect-ratio: 3 / 2;
}

body.lt-redesign-page :is(.v2-service-thumb, .v2-service-photo) img,
body.lt-redesign-page .v2-service-row:hover .v2-service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
}

/* Recensioni Home: più strette e con una gerarchia più compatta. */
body.lt-redesign-home .v2-reviews {
  padding: clamp(58px, 6vw, 82px) 0 !important;
}

body.lt-redesign-home .v2-reviews-layout {
  display: block !important;
  width: min(100% - 48px, 1080px);
}

body.lt-redesign-home .v2-reviews-heading {
  position: static !important;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(42px, 7vw, 92px);
  align-items: end;
}

body.lt-redesign-home .v2-reviews-heading > .v2-kicker {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 12px;
}

body.lt-redesign-home .v2-reviews-heading > h2 {
  grid-column: 1;
  grid-row: 2;
  max-width: 650px;
  font-size: clamp(2.15rem, 3.5vw, 3.25rem);
}

body.lt-redesign-home .v3-reviews-intro {
  grid-column: 1;
  grid-row: 3;
  max-width: 670px;
  margin-top: 14px;
  font-size: 0.98rem;
}

body.lt-redesign-home .v2-google-rating {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  text-align: right;
}

body.lt-redesign-home .v2-google-rating span {
  font-size: 1rem;
}

body.lt-redesign-home .v2-google-rating p {
  margin-top: 4px;
  white-space: nowrap;
}

body.lt-redesign-home .v2-google-rating strong {
  color: var(--v2-ink);
  font-weight: 800;
}

body.lt-redesign-home .v2-reviews-heading > a {
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
  margin-top: 12px;
  font-size: 0.9rem;
}

/* Shell comune: i comandi restano sopra le card e non occupano righe proprie. */
.lt-slider-shell {
  position: relative;
  min-width: 0;
}

.lt-slider-controls {
  pointer-events: none;
  position: absolute;
  z-index: 8;
  inset: 0;
}

.lt-slider-button {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0 0 4px;
  border: 1px solid #cfc8c2;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--v2-red-dark);
  box-shadow: 0 10px 28px rgba(35, 22, 18, 0.18);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%) scaleX(1.1);
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.lt-slider-button[data-direction="previous"] {
  left: -24px;
}

.lt-slider-button[data-direction="next"] {
  right: -24px;
}

.lt-slider-button:hover,
.lt-slider-button:focus-visible {
  color: #fff;
  border-color: var(--v2-red);
  background: var(--v2-red);
  box-shadow: 0 12px 30px rgba(148, 9, 9, 0.24);
}

.lt-slider-button:focus-visible {
  outline: 3px solid #176fe5;
  outline-offset: 3px;
}

body.lt-redesign-home .lt-review-slider-shell {
  margin-top: 30px;
}

body.lt-redesign-home .v2-review-list {
  width: 100% !important;
  margin: 0 !important;
  padding: 2px 2px 10px !important;
  display: grid !important;
  grid-template-columns: none !important;
  grid-auto-flow: column !important;
  grid-auto-columns: calc((100% - 36px) / 3) !important;
  gap: 18px !important;
  overflow-x: auto !important;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory !important;
  scroll-padding-inline: 2px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

body.lt-redesign-home .v2-review-list::-webkit-scrollbar,
body.lt-redesign-home .v2-service-rows::-webkit-scrollbar {
  display: none;
}

body.lt-redesign-home .v2-review-list figure {
  min-width: 0;
  min-height: 258px;
  height: auto;
  padding: 23px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

body.lt-redesign-home .v2-review-list blockquote {
  margin: 16px 0 22px;
  line-height: 1.52;
}

/* Su desktop e tablet i servizi restano tutti estesi, senza carosello. */
body.lt-redesign-home .v2-service-rows {
  overflow: visible;
}

body.lt-redesign-home .lt-home-services-slider-controls {
  display: none;
}

/* Calendly: ancoraggio sul riquadro e messaggio durante il caricamento. */
body.lt-redesign-page .v2-calendar {
  position: relative;
}

.lt-calendar-loading {
  position: absolute;
  z-index: 2;
  inset: 0 0 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--v2-ink);
  text-align: center;
  background: linear-gradient(145deg, #fff, var(--v2-soft));
  transition:
    opacity 220ms ease,
    visibility 220ms ease;
}

.lt-calendar-loading strong {
  margin-top: 6px;
  font-size: 1.04rem;
}

.lt-calendar-loading small {
  color: var(--v2-muted);
  font-size: 0.86rem;
}

.lt-calendar-spinner {
  width: 38px;
  height: 38px;
  border: 3px solid #eadfda;
  border-top-color: var(--v2-red);
  border-radius: 999px;
  animation: lt-calendar-spin 900ms linear infinite;
}

body.lt-redesign-page .v2-calendar iframe {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 220ms ease;
}

body.lt-redesign-page .v2-calendar > p {
  position: relative;
  z-index: 3;
  background: #fff;
}

body.lt-redesign-page .v2-calendar.is-loaded iframe {
  opacity: 1;
}

body.lt-redesign-page .v2-calendar.is-loaded .lt-calendar-loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes lt-calendar-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  body.lt-redesign-home .v2-review-list {
    grid-auto-columns: calc((100% - 18px) / 2) !important;
  }

  .lt-review-slider-controls .lt-slider-button[data-direction="previous"] {
    left: -18px;
  }

  .lt-review-slider-controls .lt-slider-button[data-direction="next"] {
    right: -18px;
  }
}

@media (max-width: 860px) {
  :root {
    --lt-header-height: 104px;
  }

  body.lt-redesign-home .v2-reviews-heading {
    column-gap: 30px;
  }
}

@media (max-width: 720px) {
  body.lt-redesign-home .v2-reviews {
    padding: 52px 0 58px !important;
  }

  body.lt-redesign-home .v2-reviews-layout {
    width: min(100% - 28px, 520px);
  }

  body.lt-redesign-home .v2-reviews-heading {
    display: block;
  }

  body.lt-redesign-home .v2-reviews-heading > h2 {
    max-width: 390px;
    font-size: clamp(2rem, 9.4vw, 2.65rem);
  }

  body.lt-redesign-home .v3-reviews-intro {
    margin-top: 13px;
    font-size: 0.94rem;
  }

  body.lt-redesign-home .v2-google-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    text-align: left;
  }

  body.lt-redesign-home .v2-google-rating p {
    margin: 0;
    white-space: normal;
  }

  body.lt-redesign-home .v2-reviews-heading > a {
    margin-top: 11px;
  }

  body.lt-redesign-home .lt-review-slider-shell {
    margin-top: 24px;
  }

  body.lt-redesign-home .v2-review-list {
    padding: 2px 24px 10px 2px !important;
    grid-auto-columns: calc(100% - 24px) !important;
    gap: 14px !important;
  }

  body.lt-redesign-home .v2-review-list figure {
    min-height: 252px;
    padding: 22px;
  }

  /* Solo su telefono i servizi diventano card scorrevoli. */
  body.lt-redesign-home .lt-home-services-slider-shell {
    margin-top: 38px;
  }

  body.lt-redesign-home .lt-home-services-slider-shell .v2-service-rows {
    width: 100% !important;
    margin: 0 !important;
    border-top: 0;
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc(100% - 30px) !important;
    align-items: stretch;
    gap: 15px !important;
    padding: 3px 30px 12px 3px !important;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: 3px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.lt-redesign-home .lt-home-services-slider-controls {
    display: block;
  }

  body.lt-redesign-home .v2-service-row {
    min-width: 0;
    height: auto;
    border: 1px solid #dcd5cf;
    border-radius: 26px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 15px 34px rgba(42, 29, 23, 0.08);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  body.lt-redesign-home .v2-service-row > a {
    height: 100%;
    grid-template-columns: 1fr !important;
    align-content: start;
    gap: 19px !important;
    padding: 14px 14px 24px !important;
  }

  body.lt-redesign-home .v2-service-row > a > div:last-child {
    padding: 0 6px;
  }

  body.lt-redesign-home .v2-service-thumb {
    border-radius: 19px;
  }

  body.lt-redesign-home .v2-service-row h3 {
    font-size: clamp(1.48rem, 7vw, 1.78rem);
  }

  body.lt-redesign-home .v2-service-row p {
    margin-top: 10px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  body.lt-redesign-home .v2-service-row strong {
    margin-top: 15px;
  }

  .lt-slider-button {
    width: 43px;
    height: 43px;
    font-size: 1.85rem;
  }

  .lt-slider-button[data-direction="previous"],
  .lt-review-slider-controls .lt-slider-button[data-direction="previous"] {
    left: -4px;
  }

  .lt-slider-button[data-direction="next"],
  .lt-review-slider-controls .lt-slider-button[data-direction="next"] {
    right: -4px;
  }

  .lt-calendar-loading {
    bottom: 62px;
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.lt-redesign-home .v2-review-list,
  body.lt-redesign-home .v2-service-rows {
    scroll-behavior: auto !important;
  }

  .lt-calendar-spinner {
    animation: none;
  }

  .lt-calendar-loading,
  body.lt-redesign-page .v2-calendar iframe {
    transition: none;
  }
}

/* Ricerca guidata in Home e nelle pagine speciali. */
.v4-site-guide {
  border-top: 1px solid var(--v2-line);
  background:
    radial-gradient(circle at 82% 18%, rgba(194, 14, 14, 0.06), transparent 28%),
    #fff;
  padding: clamp(78px, 9vw, 124px) 0;
}

.v4-site-guide + .v2-booking-section {
  padding-top: clamp(58px, 7vw, 90px);
}

.v4-site-guide-grid,
.v4-special-search-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.56fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(48px, 8vw, 112px);
}

.v4-site-guide-heading > p:not(.v2-kicker) {
  max-width: 480px;
}

.v4-site-guide-card {
  min-width: 0;
  border: 1px solid var(--v2-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  padding: clamp(24px, 4vw, 38px);
  box-shadow: 0 20px 56px rgba(35, 22, 18, 0.08);
}

.v4-site-guide-card-wide {
  width: min(100%, 980px);
  margin-inline: auto;
}

.v4-site-search-form > label,
.v4-municipality-form > label {
  color: #403c39;
  font-size: 0.89rem;
  font-weight: 760;
  display: block;
}

.v4-site-search-field {
  margin-top: 10px;
}

.v4-site-search-field input {
  min-height: 60px;
  padding-right: 52px;
  font-size: 1rem;
}

/* Mantiene un solo comando di cancellazione: quello personalizzato e accessibile. */
.v4-site-search-field input[type="search"]::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.v4-site-search-field input[type="search"]::-ms-clear,
.v4-site-search-field input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.v4-search-clear {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  color: #635d58;
  background: transparent;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  transform: translateY(-50%);
}

.v4-search-clear:hover,
.v4-search-clear:focus-visible {
  color: var(--v2-red);
  background: var(--v2-red-soft);
}

.v4-search-help {
  color: var(--v2-muted);
  margin: 10px 2px 0;
  font-size: 0.81rem;
  line-height: 1.5;
}

.v4-search-suggestions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
}

.v4-search-suggestions > span {
  color: var(--v2-muted);
  margin-right: 2px;
  font-size: 0.8rem;
}

.v4-search-suggestions button {
  min-height: 35px;
  border: 1px solid #d4cdc7;
  border-radius: 999px;
  color: #514b47;
  background: var(--v2-soft);
  padding: 0 13px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 690;
}

.v4-search-suggestions button:hover,
.v4-search-suggestions button:focus-visible {
  border-color: var(--v2-red);
  color: var(--v2-red);
  background: #fff;
}

.v4-site-search-results {
  display: grid;
  gap: 11px;
  margin-top: 24px;
}

.v4-site-search-results:empty {
  display: none;
}

.v4-search-count {
  color: var(--v2-muted);
  margin: 0 0 2px;
  font-size: 0.81rem;
  font-weight: 690;
}

.v4-search-result {
  position: relative;
  border: 1px solid #ddd6d0;
  border-radius: 20px;
  background: var(--v2-soft);
  padding: 20px 21px;
}

.v4-search-result-type {
  color: var(--v2-red);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.69rem;
  font-weight: 820;
}

.v4-search-result h3 {
  margin: 5px 0 0;
  font-size: 1.08rem;
  line-height: 1.3;
}

.v4-search-result p {
  color: var(--v2-muted);
  margin: 8px 0 0;
  font-size: 0.89rem;
  line-height: 1.55;
}

.v4-search-result > a {
  color: var(--v2-red);
  text-underline-offset: 4px;
  margin-top: 12px;
  font-size: 0.84rem;
  font-weight: 760;
  display: inline-flex;
}

.v4-place-result {
  border-left-width: 5px;
  background: #fff;
}

.v4-place-result.is-usual {
  border-left-color: var(--v2-green);
}

.v4-place-result.is-check {
  border-left-color: #d28b00;
}

.v4-place-result.is-outside {
  border-left-color: #8b8179;
}

.v4-search-empty {
  border: 1px solid #dfd7d1;
  border-radius: 20px;
  background: var(--v2-soft);
  padding: 22px;
}

.v4-search-empty h3 {
  margin: 0;
  font-size: 1.08rem;
}

.v4-search-empty > p {
  color: var(--v2-muted);
  margin: 8px 0 0;
  font-size: 0.9rem;
}

.v4-search-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 16px;
}

.v4-search-empty-actions a,
.v4-site-guide-links a {
  color: var(--v2-red);
  text-underline-offset: 4px;
  font-size: 0.84rem;
  font-weight: 760;
}

.v4-municipality-checker {
  border-top: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
  margin-top: 26px;
}

.v4-municipality-checker > summary {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 13px 2px;
  cursor: pointer;
  list-style: none;
}

.v4-municipality-checker > summary::-webkit-details-marker {
  display: none;
}

.v4-municipality-checker > summary span {
  color: var(--v2-red);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.69rem;
  font-weight: 820;
}

.v4-municipality-checker > summary strong {
  font-size: 0.98rem;
  line-height: 1.35;
}

.v4-municipality-checker > summary i,
.v4-municipality-checker > summary i::before {
  content: "";
  width: 17px;
  height: 1.5px;
  background: var(--v2-red);
  display: block;
}

.v4-municipality-checker > summary i::before {
  transition: transform 160ms ease;
  transform: rotate(90deg);
}

.v4-municipality-checker[open] > summary i::before {
  transform: rotate(0);
}

.v4-municipality-body {
  padding: 2px 2px 24px;
}

.v4-municipality-body > p {
  color: var(--v2-muted);
  margin: 0 0 18px;
  font-size: 0.87rem;
}

.v4-municipality-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 8px;
}

.v4-municipality-controls input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cfc8c2;
  border-radius: 999px;
  color: var(--v2-ink);
  background: #fff;
  padding: 0 17px;
  outline: none;
  font-size: 0.92rem;
}

.v4-municipality-controls input:focus {
  border-color: var(--v2-red);
  box-shadow: 0 0 0 4px rgba(181, 18, 27, 0.1);
}

.v4-municipality-controls button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--v2-red);
  padding: 0 20px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 760;
}

.v4-municipality-controls button:hover,
.v4-municipality-controls button:focus-visible {
  background: var(--v2-red-dark);
}

.v4-municipality-result:not(:empty) {
  margin-top: 15px;
}

.v4-municipality-not-found {
  border-radius: 18px;
  background: var(--v2-soft);
  padding: 18px;
}

.v4-municipality-not-found strong {
  font-size: 0.94rem;
}

.v4-municipality-not-found p {
  color: var(--v2-muted);
  margin: 6px 0 0;
  font-size: 0.86rem;
}

.v4-site-guide-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 22px;
  margin-top: 21px;
}

/* 404 e ricerca WordPress usano lo stesso header/footer e la stessa guida. */
.v4-special-hero,
.v4-search-page-hero {
  border-bottom: 1px solid var(--v2-line);
  background:
    radial-gradient(circle at 82% 22%, rgba(194, 14, 14, 0.1), transparent 30%),
    linear-gradient(145deg, #fff, #faf5f2);
  padding: clamp(74px, 10vw, 132px) 0;
}

.v4-special-hero-inner,
.v4-search-page-hero > .v2-container {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.v4-special-hero h1,
.v4-search-page-hero h1 {
  letter-spacing: -0.055em;
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.2rem);
  font-weight: 750;
  line-height: 1.02;
}

.v4-special-hero-inner > p:not(.v2-eyebrow),
.v4-search-page-hero > .v2-container > p:not(.v2-eyebrow) {
  max-width: 720px;
  color: var(--v2-muted);
  margin: 24px auto 0;
  font-size: 1.08rem;
}

.v4-special-hero .v2-hero-actions {
  justify-content: center;
}

.v4-special-search,
.v4-search-page-content {
  padding: clamp(72px, 9vw, 118px) 0;
}

.v4-search-page-content {
  background: var(--v2-soft);
}

.v4-special-paths {
  border-top: 1px solid var(--v2-line);
  padding: 0 0 clamp(76px, 9vw, 118px);
}

.v4-special-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.v4-special-path-grid > a {
  min-height: 176px;
  border: 1px solid var(--v2-line);
  border-radius: 24px;
  background: #fff;
  padding: 24px;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.v4-special-path-grid > a:hover,
.v4-special-path-grid > a:focus-visible {
  border-color: var(--v2-red);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(35, 22, 18, 0.08);
}

.v4-special-path-grid span,
.v4-special-path-grid strong,
.v4-special-path-grid small {
  display: block;
}

.v4-special-path-grid span {
  color: var(--v2-red);
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 820;
}

.v4-special-path-grid strong {
  margin-top: 24px;
  font-size: 1.25rem;
}

.v4-special-path-grid small {
  color: var(--v2-muted);
  margin-top: 7px;
  font-size: 0.86rem;
  line-height: 1.5;
}

.v4-site-guide-card :is(button, a, input, summary):focus-visible,
.v4-special-path-grid > a:focus-visible {
  outline: 3px solid #176fe5;
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .v4-site-guide-grid,
  .v4-special-search-grid {
    grid-template-columns: 1fr;
  }

  .v4-site-guide-heading > p:not(.v2-kicker) {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  .v4-site-guide,
  .v4-special-search,
  .v4-search-page-content {
    padding: 68px 0;
  }

  .v4-site-guide-card {
    border-radius: 24px;
    padding: 21px;
  }

  .v4-site-search-field input {
    min-height: 56px;
    font-size: 0.92rem;
  }

  .v4-search-help {
    font-size: 0.78rem;
  }

  .v4-search-result {
    border-radius: 18px;
    padding: 18px;
  }

  .v4-municipality-checker > summary {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 10px;
  }

  .v4-municipality-checker > summary span {
    grid-column: 1 / -1;
    margin-bottom: -8px;
  }

  .v4-municipality-controls {
    grid-template-columns: 1fr;
  }

  .v4-municipality-controls button {
    width: 100%;
  }

  .v4-site-guide-links {
    display: grid;
  }

  .v4-special-hero,
  .v4-search-page-hero {
    padding: 66px 0 74px;
  }

  .v4-special-hero h1,
  .v4-search-page-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.8rem);
  }

  .v4-special-path-grid {
    grid-template-columns: 1fr;
  }

  .v4-special-path-grid > a {
    min-height: 0;
  }
}

/* Home: situazioni quotidiane più leggibili, senza duplicare l'elenco servizi. */
.v2-needs-list li {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
  padding-block: 20px;
}

.v2-needs-list li::before {
  top: 29px;
}

.v2-needs-list li strong {
  color: var(--v2-ink);
  font-size: clamp(1.04rem, 1.35vw, 1.18rem);
  line-height: 1.35;
}

.v2-needs-list li span {
  color: var(--v2-muted);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.5;
}

/* Contatti: mappa orientativa con azioni chiare, senza fasce o criteri esposti. */
.v13-zone-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 22px;
}

.v4-municipality-not-found a {
  color: var(--v2-red);
  text-underline-offset: 4px;
  margin-top: 12px;
  font-size: 0.86rem;
  font-weight: 760;
  display: inline-flex;
}

@media (max-width: 620px) {
  .v13-zone-actions {
    display: grid;
  }
}
