@charset "UTF-8";
/* ============================================================================
   Installer Page — landing rete installatori.
   Pagina costruita in Elementor con: HTML widget per hero/plus/flow/trust
   (classi .mn-installer-*) + widget Maanta — Mappa installatori.

   Lo stylesheet viene iniettato server-side dal template del widget mappa
   (views/templates/hook/map-widget.tpl), quindi è caricato solo sulle pagine
   dove il widget è effettivamente in pagina. Presupposto: l'HTML della landing
   convive sempre col widget mappa.

   Importa le variabili condivise del tema maanta (colori brand).
   ============================================================================ */
/* HERO ----------------------------------------------------------------------- */
.mn-installer-hero {
  background: #F9F9F7;
  padding: 3.5rem 1rem 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .mn-installer-hero {
    padding: 0 1rem 1rem;
  }
}
.mn-installer-hero__inner {
  max-width: 720px;
  margin: 0 auto;
}
.mn-installer-hero__eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #767676;
  margin-bottom: 1.25rem;
}
.mn-installer-hero__title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.15;
  font-weight: 500;
  color: #333333;
  margin: 0 0 1.25rem;
}
.mn-installer-hero__title-accent {
  font-style: italic;
  color: #b05c36;
}
.mn-installer-hero__lead {
  font-size: 1rem;
  color: #767676;
  line-height: 1.55;
  max-width: 560px;
  margin: 0 auto 1.75rem;
}
.mn-installer-hero__form {
  display: flex;
  gap: 0.5rem;
  background: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.35rem 0.35rem 1.25rem;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
  max-width: 540px;
  margin: 0 auto 1rem;
  align-items: center;
}
@media (max-width: 560px) {
  .mn-installer-hero__form {
    flex-direction: column;
    border-radius: 12px;
    padding: 0.75rem;
    gap: 0.75rem;
  }
}
.mn-installer-hero__field {
  flex: 1;
  display: block;
  margin: 0;
}
@media (max-width: 560px) {
  .mn-installer-hero__field {
    width: 100%;
  }
}
.mn-installer-hero__cap-input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0.85rem 0;
  font-size: 1rem;
  color: #333333;
  outline: none;
}
.mn-installer-hero__cap-input::placeholder {
  color: rgb(164.2820512821, 163.5, 162.7179487179);
}
@media (max-width: 560px) {
  .mn-installer-hero__cap-input {
    padding: 0.85rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
  }
}
.mn-installer-hero__cta {
  background: #b05c36;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.12s;
}
.mn-installer-hero__cta:hover {
  background: rgb(144.7791304348, 75.68, 44.4208695652);
}
@media (max-width: 560px) {
  .mn-installer-hero__cta {
    width: 100%;
    border-radius: 8px;
  }
}
.mn-installer-hero__geoloc-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #767676;
  font-size: 0.9rem;
  text-decoration: underline;
  margin-bottom: 0.75rem;
}
.mn-installer-hero__geoloc-link:hover {
  color: #b05c36;
}
.mn-installer-hero__geoloc-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

/* PLUS LIST ------------------------------------------------------------------ */
.mn-installer-plus {
  background: #F9F9F7;
  padding: 0 1rem 3rem;
}
@media (max-width: 768px) {
  .mn-installer-plus {
    padding: 0 0 1.25rem;
  }
  .mn-installer-plus::after {
    content: "";
    display: block;
    width: 44px;
    height: 12px;
    margin: 0.15rem auto 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='12' viewBox='0 0 44 12' fill='none'%3E%3Ccircle cx='3.5' cy='6' r='3.5' fill='%23b05c36'/%3E%3Cline x1='13' y1='6' x2='31' y2='6' stroke='%23b05c36' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='40.5' cy='6' r='3.5' fill='%23b05c36'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.85;
    animation: mn-installer-plus-hint 1.6s ease-in-out 3;
  }
}
.mn-installer-plus__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mn-installer-plus__grid {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 1rem;
    mask-image: linear-gradient(to right, transparent 0, #000 1rem, #000 calc(100% - 1rem), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 1rem, #000 calc(100% - 1rem), transparent 100%);
  }
  .mn-installer-plus__grid::-webkit-scrollbar {
    display: none;
  }
}
.mn-installer-plus__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: #333333;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .mn-installer-plus__item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    font-size: 0.82rem;
  }
}
.mn-installer-plus__icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: #b05c36;
}

@keyframes mn-installer-plus-hint {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.85;
  }
  50% {
    transform: translateX(5px);
    opacity: 1;
  }
}
/* FLOW (Come funziona — Due percorsi, una sola rete) ------------------------- */
.mn-installer-flow {
  padding: 4rem 1rem;
  text-align: center;
  background: #fff;
}
.mn-installer-flow__pane[hidden] {
  display: none;
}
.mn-installer-flow__eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8B8A89;
  margin-bottom: 0.75rem;
}
.mn-installer-flow__title {
  text-align: center;
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  font-weight: 500;
  margin: 0 0 1rem;
  color: #333333;
}
.mn-installer-flow__sub {
  text-align: center;
  color: #767676;
  margin-bottom: 2rem;
}
.mn-installer-flow__tabs {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding: 0.35rem;
  background: #F9F9F7;
  border-radius: 999px;
  margin-bottom: 3rem;
  max-width: 100%;
}
@media (max-width: 560px) {
  .mn-installer-flow__tabs {
    display: flex;
    width: 100%;
    gap: 0.25rem;
    padding: 0.25rem;
    margin-bottom: 2rem;
    box-sizing: border-box;
  }
}
.mn-installer-flow__tab {
  background: transparent;
  border: 0;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #767676;
  cursor: pointer;
  transition: background 0.12s, color 0.12s;
  white-space: nowrap;
}
.mn-installer-flow__tab.is-active, .mn-installer-flow__tab:hover {
  background: #fff;
  color: #b05c36;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
@media (max-width: 560px) {
  .mn-installer-flow__tab {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.55rem 0.35rem;
    font-size: 0.75rem;
  }
}
.mn-installer-flow__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.mn-installer-flow__steps::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 16.66%;
  right: 16.66%;
  height: 1px;
  background: #e5e7eb;
  z-index: 0;
}
@media (max-width: 768px) {
  .mn-installer-flow__steps {
    grid-template-columns: 1fr;
  }
  .mn-installer-flow__steps::before {
    display: none;
  }
}
.mn-installer-flow__steps--cols-4 {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1080px;
}
.mn-installer-flow__steps--cols-4::before {
  left: 12.5%;
  right: 12.5%;
}
@media (max-width: 900px) {
  .mn-installer-flow__steps--cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mn-installer-flow__steps--cols-4::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .mn-installer-flow__steps--cols-4 {
    grid-template-columns: 1fr;
  }
}
.mn-installer-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .mn-installer-flow__step {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.65rem;
    row-gap: 0.25rem;
    align-items: center;
    text-align: left;
  }
}
.mn-installer-flow__step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #b05c36;
  color: #b05c36;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .mn-installer-flow__step-num {
    width: 24px;
    height: 24px;
    font-size: 0.8rem;
    border-width: 1px;
    grid-row: 1;
    grid-column: 1;
  }
}
.mn-installer-flow__step-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  margin: 0;
}
@media (max-width: 768px) {
  .mn-installer-flow__step-title {
    grid-row: 1;
    grid-column: 2;
    font-size: 0.95rem;
  }
}
.mn-installer-flow__step-text {
  color: #767676;
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 240px;
  margin: 0;
}
@media (max-width: 768px) {
  .mn-installer-flow__step-text {
    grid-row: 2;
    grid-column: 2;
    max-width: none;
    font-size: 0.85rem;
  }
}

/* TRUST (Perché fidarti della rete Maanta) ---------------------------------- */
.mn-installer-trust {
  padding: 4rem 1rem;
  background: #F9F9F7;
}
.mn-installer-trust__title {
  text-align: center;
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  font-weight: 500;
  margin: 0 0 3rem;
  color: #333333;
}
.mn-installer-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .mn-installer-trust__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .mn-installer-trust__grid {
    grid-template-columns: 1fr;
  }
}
.mn-installer-trust__card {
  text-align: left;
  border-top: 2px solid #b05c36;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .mn-installer-trust__card {
    border-top-width: 1px;
    padding-top: 0;
  }
}
.mn-installer-trust__icon {
  width: 24px;
  height: 24px;
  color: #333333;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .mn-installer-trust__icon {
    display: none;
  }
}
.mn-installer-trust__card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
}
.mn-installer-trust__card-text {
  font-size: 0.9rem;
  color: #767676;
  line-height: 1.55;
  margin: 0;
}
