/* =========================================================================
   Landing de servicio · mantencion-y-soporte

   Hoja ENTREGADA POR FERNANDO en la rama `landings`, traída tal cual desde
   landings/mantencion.html. No se reinterpreta: es su maquetación, con su
   lateral, su contenedor y sus medidas, igual que se hizo con las landings
   de rubro que armó en las ramas punto y turismo.

   Va acotada bajo .man, que es la clase envoltorio que imprime
   page-servicio.php. Solo se carga en esta página.
   ========================================================================= */

.man {
  --man-nav: 232px;

  background: var(--bg);
  color: var(--ink);
}

.man [id] { scroll-margin-top: 2rem; }

.man .btn {
  padding: .6rem 1rem;
  border-radius: var(--r-sm);
  font-size: var(--step--1);
}

.man .btn .man__ico {
  width: 18px;
  height: 18px;
}

.man .btn:hover,
.man .btn:active { transform: none; }

/* AJUSTE POSTERIOR A SU ENTREGA: el lateral va dentro del ancho del sitio.
   En su archivo el marco medía --wrap MÁS el lateral, porque --wrap eran 1140.
   Al subir el contenedor general a 1400 para que todas las páginas midan igual,
   el reparto se invierte: el marco mide --wrap y el contenido se queda con lo
   que sobra tras el lateral, que son los mismos 1140 de su maquetación. */
.man__marco {
  display: grid;
  grid-template-columns: var(--man-nav) minmax(0, 1fr);
  gap: var(--sp-4);
  width: min(100% - 2.5rem, var(--wrap));
  margin-inline: auto;
  padding-block: var(--sp-5) var(--sp-6);
  align-items: start;
}

.man__lateral {
  position: sticky;
  top: var(--sp-4);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.man__indice {
  padding: var(--sp-3);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}

.man__indice-titulo {
  margin-bottom: var(--sp-2);
  padding-inline: .6rem;
  color: var(--brand);
  font-family: var(--f-display);
  font-size: var(--step--1);
  font-weight: 700;
}

.man__indice ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: man;
}

.man__indice a {
  display: flex;
  gap: .5rem;
  padding: .5rem .6rem;
  border-radius: var(--r-sm);
  color: var(--ink-2);
  font-size: var(--step--1);
  line-height: 1.3;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}

.man__indice a::before {
  counter-increment: man;
  content: counter(man, decimal-leading-zero) ".";
  color: var(--ink-3);
  font-family: var(--f-mono);
  font-size: .78em;
  padding-top: .15em;
}

.man__indice a:hover {
  background: var(--surface-2);
  color: var(--ink);
}

.man__indice a.esta-aqui {
  background: var(--brand-tint);
  color: var(--ink);
  font-weight: 600;
}

.man__indice a.esta-aqui::before { color: var(--brand); }

.man__aviso {
  padding: var(--sp-3);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  text-align: center;
}

.man__aviso .man__ico {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto var(--sp-2);
  color: var(--brand);
}

.man__aviso b {
  display: block;
  margin-bottom: .35rem;
  font-family: var(--f-display);
  font-size: var(--step-0);
}

.man__aviso p {
  margin-bottom: var(--sp-3);
  color: var(--ink-2);
  font-size: var(--step--1);
  line-height: 1.45;
}

.man__seccion { padding-block: 40px 0; }
.man__seccion:first-child { padding-top: 0; }

.man__titulo {
  margin-bottom: var(--sp-4);
  color: var(--brand);
  font-family: var(--f-display);
  font-size: var(--step-1);
  font-weight: 700;
}

.man__ico {
  width: 22px;
  height: 22px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.man__caja {
  padding: var(--sp-3);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}

.man__hero-arte {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--r-lg);
}

.man__hero {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.35fr);
  gap: var(--sp-4);
  align-items: center;
  padding-block: 40px var(--sp-4);
}

.man__hero .eyebrow {
  display: inline-block;
  margin-bottom: var(--sp-3);
  padding-bottom: .35rem;
  border-bottom: 2px solid var(--brand);
  color: var(--brand);
}

.man__hero .eyebrow::before { content: none; }

.man__hero h1 {
  margin-bottom: var(--sp-3);
  font-size: clamp(var(--step-2), 2.6vw, var(--step-3));
}

.man__hero h1 em {
  color: var(--brand);
  font-style: normal;
}

.man__hero .lede {
  margin-bottom: var(--sp-4);
  font-size: var(--step-0);
}

.man__sellos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
  margin-bottom: var(--sp-4);
  padding: 0;
  list-style: none;
}

.man__sellos li {
  display: flex;
  gap: .45rem;
  align-items: flex-start;
  color: var(--ink-2);
  font-size: .78rem;
  line-height: 1.3;
}

.man__sellos .man__ico {
  width: 18px;
  height: 18px;
  margin-top: .05rem;
  color: var(--brand);
}

.man__acciones {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
}

.man__acciones .btn { flex: 1 1 0; }

.man__cifras {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-3);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  list-style: none;
}

.man__cifra {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 0 .7rem;
  align-items: start;
}

.man__cifra .man__ico {
  width: 42px;
  height: 42px;
  grid-row: 1 / span 2;
  color: var(--brand);
}

.man__cifra b {
  display: block;
  margin-bottom: .25rem;
  color: var(--ink);
  font-family: var(--f-display);
  font-size: var(--step-1);
  line-height: 1.2;
}

.man__cifra span {
  color: var(--ink-3);
  font-size: var(--step--1);
  line-height: 1.4;
}

.man__cifra--texto b {
  font-size: var(--step-0);
  line-height: 1.2;
}

.man__incluye {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--sp-3);
  padding: 0;
  list-style: none;
  text-align: center;
}

.man__incluye li { height: 100%; }

.man__incluye .man__ico {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto var(--sp-2);
  color: var(--brand);
}

.man__incluye h3 {
  margin-bottom: .4rem;
  font-size: var(--step-0);
}

.man__incluye p {
  color: var(--ink-3);
  font-size: var(--step--1);
  line-height: 1.45;
}

.man__beneficios {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-3);
  padding: 0;
  list-style: none;
}

.man__beneficios li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 0 .7rem;
  align-items: start;
  background: var(--bg-2);
  border-radius: var(--r-sm);
}

.man__beneficios .man__ico {
  width: 42px;
  height: 42px;
  grid-row: 1 / span 2;
  color: var(--brand);
}

.man__beneficios h3 {
  margin-bottom: .25rem;
  font-size: var(--step-0);
  line-height: 1.2;
}

.man__beneficios p {
  color: var(--ink-2);
  font-size: .8rem;
  line-height: 1.45;
}

.man__planes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
  align-items: start;
  padding: 0;
  list-style: none;
}

.man__plan {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: var(--sp-4) var(--sp-3);
}

@property --man-giro {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.man__plan--elegido {
  border-color: transparent;
  box-shadow: 0 4px 24px -12px var(--brand);
}

.man__plan--elegido::before,
.man__remate::before,
.man__cierre::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  background: conic-gradient(from var(--man-giro), transparent 0deg, transparent 250deg, var(--brand-deep) 305deg, var(--brand) 340deg, var(--brand-hi) 355deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: man-girar-borde 4.5s linear infinite;
  pointer-events: none;
}

@keyframes man-girar-borde {
  to { --man-giro: 360deg; }
}

@media (prefers-reduced-motion: reduce) {
  .man__plan--elegido::before,
  .man__remate::before,
  .man__cierre::before { animation: none; }
}

.man__cinta {
  position: absolute;
  top: -12px;
  left: 50%;
  translate: -50% 0;
  padding: .25rem .8rem;
  background: var(--brand);
  border-radius: var(--r-full);
  color: #fff;
  font-family: var(--f-display);
  font-size: .72rem;
  font-weight: 700;
  white-space: nowrap;
}

.man__plan h3 {
  margin-bottom: .25rem;
  font-size: var(--step-1);
}

.man__plan-para {
  margin-bottom: var(--sp-3);
  color: var(--ink-3);
  font-size: var(--step--1);
  line-height: 1.4;
}

.man__precio {
  display: flex;
  gap: .35rem;
  align-items: baseline;
  margin-bottom: var(--sp-3);
  padding-bottom: var(--sp-3);
  border-bottom: 1px solid var(--line);
  color: var(--brand);
  font-family: var(--f-display);
  font-weight: 800;
}

.man__precio i {
  font-size: var(--step-0);
  font-style: normal;
}

.man__precio b { font-size: 2rem; }

.man__precio span {
  color: var(--ink-3);
  font-family: var(--f-body);
  font-size: var(--step--1);
  font-weight: 500;
}

.man__plan ul {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  margin: 0 0 var(--sp-3);
  padding: 0;
  list-style: none;
}

.man__plan li {
  display: flex;
  gap: .5rem;
  align-items: flex-start;
  color: var(--ink-2);
  font-size: var(--step--1);
  line-height: 1.4;
}

.man__plan li .man__ico {
  width: 16px;
  height: 16px;
  margin-top: .15rem;
  color: var(--brand);
}

.man__plan .btn { margin-top: auto; }

.man__medida {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  gap: var(--sp-3);
  align-items: center;
  justify-content: center;
  margin-top: var(--sp-3);
  padding: var(--sp-3);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  color: var(--ink-2);
  font-size: var(--step--1);
  text-align: center;
}

.man__proceso {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--sp-3);
  padding: 0;
  list-style: none;
  counter-reset: paso;
  text-align: center;
}

.man__paso { position: relative; }

.man__paso::before {
  counter-increment: paso;
  content: counter(paso);
  display: grid;
  place-content: center;
  width: 36px;
  height: 36px;
  margin: 0 auto var(--sp-2);
  background: var(--brand);
  border-radius: var(--r-full);
  color: #fff;
  font-family: var(--f-display);
  font-weight: 700;
}

.man__paso::after {
  content: "";
  position: absolute;
  top: 18px;
  left: calc(50% + 26px);
  width: calc(100% - 52px);
  border-top: 1px dashed var(--brand-deep);
}

.man__paso:last-child::after { content: none; }

.man__paso h3 {
  margin-bottom: .4rem;
  font-size: var(--step-0);
}

.man__paso p {
  color: var(--ink-3);
  font-size: var(--step--1);
  line-height: 1.45;
}

.man .stack { flex-wrap: wrap; justify-content: center; overflow: visible; }

.man .stack li:hover { transform: none; }

.man__voces {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 1.15fr;
  gap: var(--sp-3);
  align-items: start;
  padding: 0;
  list-style: none;
}

.man__voz {
  height: 100%;
  padding: var(--sp-4);
}

.man__voz blockquote {
  display: flex;
  gap: .7rem;
  margin: 0 0 var(--sp-3);
  color: var(--ink-2);
  font-size: var(--step--1);
  line-height: 1.55;
}

.man__voz .man__ico {
  width: 24px;
  height: 24px;
  color: var(--brand);
}

.man__firma {
  display: flex;
  gap: .7rem;
  align-items: center;
}

.man__retrato {
  display: grid;
  place-content: center;
  width: 38px;
  height: 38px;
  flex: none;
  background: var(--surface-2);
  border: 1px dashed var(--line);
  border-radius: var(--r-full);
  color: var(--ink-3);
  font-family: var(--f-mono);
  font-size: .7rem;
}

.man__firma b {
  display: block;
  font-family: var(--f-display);
  font-size: var(--step--1);
}

.man__firma span {
  color: var(--ink-3);
  font-size: var(--step--1);
}

.man__remate {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  grid-template-rows: auto auto auto auto;
  gap: 0 .7rem;
  align-content: space-between;
  height: 100%;
  padding: var(--sp-4);
  background: var(--surface);
  border: 1px solid transparent;
  border-radius: var(--r-lg);
}

.man__remate .man__ico {
  width: 60px;
  height: 60px;
  grid-row: 1 / span 4;
  align-self: start;
  color: var(--brand);
}

.man__remate h3 {
  margin-bottom: .5rem;
  font-size: 1.4rem;
}

.man__remate p {
  margin-bottom: var(--sp-4);
  color: var(--ink-2);
  font-size: var(--step--1);
  line-height: 1.5;
}

.man__respuesta {
  display: flex;
  gap: .45rem;
  align-items: center;
  justify-content: center;
  margin-top: var(--sp-2);
  margin-bottom: 0;
  color: var(--ink-3);
  font-size: var(--step--1);
}

.man__respuesta .man__ico { width: 16px; height: 16px; }

.man__faq {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.man__faq details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}

.man__faq summary {
  display: flex;
  gap: .7rem;
  align-items: center;
  justify-content: space-between;
  padding: var(--sp-3);
  color: var(--ink);
  font-family: var(--f-display);
  font-size: var(--step-0);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.man__faq summary::-webkit-details-marker { display: none; }

.man__faq summary .man__ico {
  width: 18px;
  height: 18px;
  color: var(--brand);
  transition: transform .2s ease;
}

.man__faq details[open] summary .man__ico { transform: rotate(180deg); }

.man__faq p {
  padding: 0 var(--sp-3) var(--sp-3);
  color: var(--ink-2);
  font-size: var(--step--1);
  line-height: 1.6;
}

.man__cierre {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3) var(--sp-4);
  align-items: center;
  padding: var(--sp-4);
  background: var(--surface);
  border: 1px solid transparent;
  border-radius: var(--r-lg);
}

.man__cierre .man__ico {
  width: 80px;
  height: 80px;
  flex: none;
  color: var(--brand);
}

.man__cierre-texto {
  flex: 1 1 18rem;
  min-width: 0;
}

.man__cierre h2 {
  margin-bottom: .35rem;
  font-size: 1.6rem;
  width: 70%;
}

.man__cierre p {
  color: var(--ink-3);
  font-size: var(--step-0);
}

@media (max-width: 1100px) {
  .man__cifras { grid-template-columns: repeat(2, 1fr); }
  .man__incluye { grid-template-columns: repeat(3, 1fr); }
  .man__beneficios { grid-template-columns: repeat(2, 1fr); }
  .man__voces { grid-template-columns: repeat(2, 1fr); }
  .man__voces .man__remate { grid-column: 1 / -1; }
}

@media (max-width: 1023px) {
  .man__marco {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--sp-4);
  }

  .man__lateral { display: none; }

  .man__hero { grid-template-columns: minmax(0, 1fr); }

  .man__proceso { grid-template-columns: repeat(2, 1fr); }

  .man__paso::after { content: none; }
}

@media (max-width: 767px) {
  .man__hero { text-align: center; }

  .man__hero h1 { font-size: 1.9rem; }

  .man__hero .lede { font-size: 1rem; }

  .man__acciones { justify-content: center; }

  .man__sellos { display: none; }

  .man__cifras { display: none; }

  .man__incluye { grid-template-columns: repeat(2, 1fr); }

  .man__incluye li:last-child { display: none; }

  .man__beneficios,
  .man__planes,
  .man__voces { grid-template-columns: minmax(0, 1fr); }

  .man__proceso { grid-template-columns: minmax(0, 1fr); }

  .man__remate {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    text-align: center;
  }

  .man__remate .man__ico { grid-row: auto; }

  .man__cierre {
    justify-content: center;
    text-align: center;
  }

  .man__cierre h2 { width: auto; }

  .man .btn {
    justify-content: center;
    text-align: center;
  }
}

/* El precio ya no viene escrito en el marcado: lo escribe main.js desde el
   valor en dólares del escritorio, y por eso el «/mes» se añade aquí. Sin esto
   la cifra quedaba suelta, sin unidad. */
.man__precio[data-usd]::after {
  content: " /mes";
  color: var(--ink-3);
  font-family: var(--f-body);
  font-size: var(--step--1);
  font-weight: 400;
}
