/* Pyme Simple — sitio institucional.

   Paleta tomada del logo VIGENTE, el de la app Android
   (app/src/main/res/drawable/pyme_simple_logo.xml). No confundir con el logo
   que estaba en WordPress (#ffb000 / #e86180 / #089e97): ese es el anterior.

   Criterio de diseño: los tres colores de la marca se usan de verdad, no como
   detalle. Fondos cálidos, tipografía grande, formas curvas que recuerdan los
   arcos del isotipo. */

:root {
  --ambar: #fab816;
  --rosado: #e62566;
  --verde: #06979b;
  --gris: #16222c;

  --ambar-suave: #fef3d6;
  --rosado-suave: #fce6ee;
  --verde-suave: #e0f3f3;

  --tinta: #1d1d1b;
  --tinta-suave: #6a6a66;
  --linea: #eae7e0;
  --fondo: #fffdfa;
  --crema: #fdf6ec;

  --radio: 22px;
  --radio-chico: 14px;
  --ancho: 1140px;
  --respiro: clamp(4rem, 9vw, 7rem);
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--tinta);
  background: var(--fondo);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--verde); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 { line-height: 1.08; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.035em; }
h1 { font-size: clamp(2.05rem, 6.5vw, 4.6rem); }
h2 { font-size: clamp(1.65rem, 4.6vw, 3rem); letter-spacing: -.03em; }
h3 { font-size: 1.3rem; letter-spacing: -.02em; }
p { margin: 0 0 1rem; }

.contenedor { width: min(100% - 2.5rem, var(--ancho)); margin-inline: auto; }
.seccion { padding-block: var(--respiro); position: relative; }
.seccion--crema { background: var(--crema); }

.seccion__intro { max-width: 44ch; margin-bottom: 3.5rem; }
.seccion__intro p { color: var(--tinta-suave); font-size: 1.15rem; margin: 0; }

/* Barrita tricolor: los tres arcos del isotipo, aplanados */
.tricolor { display: flex; width: 84px; height: 6px; border-radius: 99px; overflow: hidden; margin-bottom: 1.5rem; }
.tricolor span { flex: 1; }
.tricolor span:nth-child(1) { background: var(--ambar); }
.tricolor span:nth-child(2) { background: var(--rosado); }
.tricolor span:nth-child(3) { background: var(--verde); }

/* --- Botones --- */
.boton {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: 1rem 1.9rem; border-radius: 99px; border: 2px solid transparent;
  font-weight: 700; font-size: 1.02rem; cursor: pointer;
  transition: transform .18s cubic-bezier(.2,.8,.3,1), background-color .18s ease, box-shadow .18s ease;
}
.boton:hover { text-decoration: none; transform: translateY(-2px); }
.boton--principal { background: var(--verde); color: #fff; box-shadow: 0 6px 0 #046f72; }
.boton--principal:hover { background: #078289; box-shadow: 0 8px 0 #046f72; }
.boton--principal:active { transform: translateY(2px); box-shadow: 0 3px 0 #046f72; }
.boton--borde { border-color: var(--tinta); color: var(--tinta); }
.boton--borde:hover { background: var(--tinta); color: #fff; }
.boton--claro { background: #fff; color: var(--tinta); box-shadow: 0 6px 0 rgba(0,0,0,.18); }

/* --- Cabecera --- */
.cabecera {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,253,250,.88); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--linea);
}
.cabecera__fila { display: flex; align-items: center; gap: 1.5rem; padding-block: .9rem; }
.cabecera__logo img { height: 36px; width: auto; }
.cabecera__nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
/* El :not(.boton) importa: sin el, esta regla le gana por especificidad a
   .boton--principal y el texto del boton verde sale en tinta oscura. */
.cabecera__nav a:not(.boton) { color: var(--tinta); font-weight: 600; font-size: .97rem; }
.cabecera__nav a:not(.boton):hover { color: var(--verde); text-decoration: none; }
.cabecera .boton { padding: .7rem 1.4rem; font-size: .95rem; box-shadow: 0 4px 0 #046f72; }

.menu-boton { display: none; background: none; border: 0; padding: .5rem; margin-left: auto; cursor: pointer; }
.menu-boton span { display: block; width: 26px; height: 3px; background: var(--tinta); border-radius: 2px; }
.menu-boton span + span { margin-top: 6px; }

@media (max-width: 860px) {
  .menu-boton { display: block; }
  .cabecera__nav {
    display: none; position: absolute; inset: 100% 0 auto; flex-direction: column;
    align-items: stretch; gap: 0; background: var(--fondo);
    border-bottom: 1px solid var(--linea); padding: .5rem 1.25rem 1.5rem;
  }
  .cabecera__nav.abierto { display: flex; }
  .cabecera__nav a { padding-block: .9rem; border-bottom: 1px solid var(--linea); }
  .cabecera .boton { margin-top: 1rem; }
}

/* --- Portada --- */
.portada { background: var(--crema); overflow: hidden; padding-block: clamp(3.5rem, 9vw, 6.5rem); }
.portada__grilla { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3.5rem; align-items: center; }
.portada h1 em { font-style: normal; color: var(--verde); }
.portada p { font-size: clamp(1.1rem, 2vw, 1.32rem); color: var(--tinta-suave); max-width: 46ch; }
.portada__acciones { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.25rem; }

/* El isotipo es vertical (67x89), asi que se manda por alto y no por ancho:
   por ancho se desbordaba a lo largo. */
.portada__marca { position: relative; display: grid; place-items: center; }
.portada__marca img { width: auto; height: min(340px, 42vw); position: relative; z-index: 1; }
.portada__marca::before {
  content: ""; position: absolute; z-index: 0;
  height: min(430px, 54vw); aspect-ratio: 1; border-radius: 50%;
  background: #fff;
}

.confianza { display: flex; flex-wrap: wrap; gap: 1.75rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--linea); }
.confianza div { font-size: .92rem; color: var(--tinta-suave); }
.confianza strong { display: block; font-size: 1.05rem; font-weight: 700; color: var(--tinta); margin-bottom: .1rem; }

@media (max-width: 1000px) {
  .portada__grilla { grid-template-columns: 1fr; gap: 2.5rem; }
  .portada__marca { order: -1; }
  .portada__marca img { height: min(210px, 34vw); }
  .portada__marca::before { height: min(265px, 43vw); }
}

/* --- Tarjetas de servicio --- */
.grilla { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }

.tarjeta {
  --acento: var(--verde);
  --acento-suave: var(--verde-suave);
  background: #fff; border: 1px solid var(--linea); border-radius: var(--radio);
  padding: 2rem 1.75rem 1.9rem; position: relative; overflow: hidden;
  transition: transform .18s cubic-bezier(.2,.8,.3,1), box-shadow .18s ease;
}
.tarjeta::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--acento); }
.tarjeta:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(36,31,30,.09); }
.tarjeta__chip {
  width: 64px; height: 64px; border-radius: 20px; background: var(--acento-suave);
  display: grid; place-items: center; margin-bottom: 1.35rem;
}
.tarjeta__chip img { width: 34px; height: 34px; }
.tarjeta h2, .tarjeta h3 { margin-bottom: .45rem; font-size: 1.3rem; }
.tarjeta p { color: var(--tinta-suave); margin: 0; font-size: .98rem; }

/* La tarjeta es un enlace: hay que apagarle los estilos de <a>. */
a.tarjeta { display: block; color: inherit; }
a.tarjeta:hover { text-decoration: none; }
.tarjeta__mas { display: inline-block; margin-top: 1.1rem; color: var(--acento); font-weight: 700; font-size: .95rem; }
.tarjeta:focus-visible { outline: 3px solid var(--acento); outline-offset: 3px; }

.tarjeta--ambar  { --acento: var(--ambar);  --acento-suave: var(--ambar-suave); }
.tarjeta--rosado { --acento: var(--rosado); --acento-suave: var(--rosado-suave); }
.tarjeta--verde  { --acento: var(--verde);  --acento-suave: var(--verde-suave); }
.tarjeta--gris   { --acento: var(--gris);   --acento-suave: #efece8; }

.etiqueta {
  display: inline-block; margin-bottom: .7rem; padding: .25rem .8rem;
  border-radius: 99px; background: var(--acento-suave); color: var(--tinta);
  font-size: .78rem; font-weight: 700; letter-spacing: .02em;
}

/* --- Ficha de servicio --- */
.ficha {
  --acento: var(--verde); --acento-suave: var(--verde-suave);
  background: var(--acento-suave); padding-block: clamp(2rem, 5vw, 3.5rem) clamp(2.5rem, 6vw, 4rem);
}
.ficha--ambar  { --acento: var(--ambar);  --acento-suave: var(--ambar-suave); }
.ficha--rosado { --acento: var(--rosado); --acento-suave: var(--rosado-suave); }
.ficha--verde  { --acento: var(--verde);  --acento-suave: var(--verde-suave); }
.ficha--gris   { --acento: var(--gris);   --acento-suave: #efece8; }

.migaja { display: inline-block; margin-bottom: 2rem; color: var(--tinta-suave); font-weight: 600; font-size: .95rem; }
.migaja:hover { color: var(--tinta); text-decoration: none; }

.ficha__encabezado { display: flex; gap: 1.75rem; align-items: flex-start; }
.ficha__encabezado .tarjeta__chip { background: #fff; flex-shrink: 0; margin-bottom: 0; }
.ficha__encabezado h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); margin-bottom: .3rem; }
.ficha__bajada { font-size: clamp(1.05rem, 2vw, 1.3rem); color: var(--tinta-suave); margin: 0; max-width: 42ch; }

.ficha__cuerpo { display: grid; grid-template-columns: 1.4fr .8fr; gap: 3.5rem; align-items: start; }
.ficha__texto p { font-size: 1.08rem; color: var(--tinta-suave); margin-bottom: 1.4rem; max-width: 60ch; }
.ficha__texto p:first-child { font-size: 1.2rem; color: var(--tinta); }

.ficha__caja { background: var(--crema); border-radius: var(--radio); padding: 2rem 1.75rem; }
.ficha__caja h2 { font-size: 1.15rem; margin-bottom: 1.1rem; }
.ficha__caja ul { list-style: none; margin: 0 0 1.75rem; padding: 0; }
.ficha__caja li { position: relative; padding-left: 1.6rem; margin-bottom: .65rem; font-size: .97rem; }
.ficha__caja li::before {
  content: ""; position: absolute; left: 0; top: .5em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--verde);
}
.ficha__caja .boton { width: 100%; }
.ficha__aviso { font-size: .93rem; color: var(--tinta-suave); }

@media (max-width: 860px) {
  .ficha__cuerpo { grid-template-columns: 1fr; gap: 2.5rem; }
  .ficha__encabezado { flex-direction: column; gap: 1.25rem; }
}

/* --- Planes --- */
.planes { display: grid; gap: 1.75rem; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); align-items: stretch; }

.plan {
  background: #fff; border: 1px solid var(--linea); border-radius: var(--radio);
  padding: 2.25rem 1.9rem; display: flex; flex-direction: column;
}
.plan--destacado {
  background: var(--tinta); color: #fff; border-color: var(--tinta); position: relative;
  box-shadow: 0 20px 45px rgba(36,31,30,.22);
}
.plan--destacado h3 { color: #fff; }
.plan--destacado .plan__para { color: rgba(255,255,255,.72); }
.plan--destacado .plan__precio small { color: rgba(255,255,255,.72); }
.plan--destacado li::before { background: var(--ambar); }

.plan__insignia {
  position: absolute; top: -.9rem; left: 1.9rem;
  background: var(--ambar); color: #4a3200; font-size: .78rem; font-weight: 800;
  padding: .3rem .95rem; border-radius: 99px; letter-spacing: .02em;
}
.plan__para { color: var(--tinta-suave); font-size: .95rem; margin-bottom: 1.5rem; }
.plan__precio { font-size: 2.6rem; font-weight: 800; letter-spacing: -.035em; margin-bottom: 0; }
.plan__precio small { font-size: .95rem; font-weight: 500; color: var(--tinta-suave); letter-spacing: 0; }
.plan__pendiente { font-size: 1.05rem; color: var(--tinta-suave); font-weight: 600; }
.plan ul { list-style: none; margin: 1.75rem 0; padding: 0; flex: 1; }
.plan li { position: relative; padding-left: 1.75rem; margin-bottom: .7rem; font-size: .97rem; }
.plan li::before {
  content: ""; position: absolute; left: 0; top: .5em;
  width: 9px; height: 9px; border-radius: 50%; background: var(--verde);
}

/* --- Packs y equipos --- */
.lista-check { list-style: none; margin: 0; padding: 0; }
.lista-check li { position: relative; padding-left: 1.5rem; margin-bottom: .5rem; font-size: .95rem; color: var(--tinta-suave); }
.lista-check li::before {
  content: ""; position: absolute; left: 0; top: .5em;
  width: 7px; height: 7px; border-radius: 50%; background: var(--acento, var(--verde));
}

.formatos { margin-top: 3rem; padding-top: 2.5rem; border-top: 1px solid var(--linea); }
.formatos h3 { margin-bottom: 1.5rem; }
.formatos__grilla { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin-bottom: 2rem; }
.formato { background: #fff; border-radius: var(--radio-chico); padding: 1.25rem 1.4rem; }
.formato strong { display: block; margin-bottom: .2rem; }
.formato span { color: var(--tinta-suave); font-size: .95rem; }

.equipos { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.equipos li {
  background: #fff; border: 1px solid var(--linea); border-radius: var(--radio-chico);
  padding: .95rem 1.25rem; font-size: .97rem;
}

/* --- Catalogo --- */
.atajos { display: flex; flex-wrap: wrap; gap: .75rem; }
.atajos a {
  padding: .6rem 1.25rem; border-radius: 99px; border: 1px solid var(--linea);
  color: var(--tinta); font-weight: 600; font-size: .95rem; background: #fff;
}
.atajos a:hover { border-color: var(--verde); color: var(--verde); text-decoration: none; }

/* Columnas fijas por tramo, no auto-fill: asi el catalogo se comporta igual en
   el Fold plegado (~360), desplegado (~1076) y en tablet, sin saltos raros. */
.catalogo { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 620px)  { .catalogo { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; } }
@media (min-width: 1000px) { .catalogo { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; } }

.producto {
  background: #fff; border: 1px solid var(--linea); border-radius: var(--radio);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .18s cubic-bezier(.2,.8,.3,1), box-shadow .18s ease;
}
.producto:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(36,31,30,.10); }

.producto__foto { background: var(--crema); aspect-ratio: 1; display: grid; place-items: center; padding: 1rem; }
.producto__foto img { width: 100%; height: 100%; object-fit: contain; }
.producto__sinfoto { width: 45%; height: auto; opacity: .35; }

.producto__cuerpo { padding: 1.25rem 1.35rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.producto__cuerpo h3 { font-size: 1.02rem; line-height: 1.25; margin-bottom: .5rem; }
.producto__precio { font-size: 1.5rem; font-weight: 800; letter-spacing: -.03em; margin: 0 0 1.1rem; }
.producto__precio--consultar { font-size: 1.1rem; font-weight: 600; color: var(--tinta-suave); }

a.producto { color: inherit; }
a.producto:hover { text-decoration: none; }
.producto__ver { margin-top: auto; font-size: .9rem; font-weight: 700; color: var(--verde); }
.producto:focus-visible { outline: 3px solid var(--verde); outline-offset: 3px; }

/* --- Ficha de producto --- */
.ficha-prod { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
.ficha-prod__foto {
  background: var(--crema); border-radius: var(--radio); padding: 2rem;
  display: grid; place-items: center; aspect-ratio: 1;
}
.ficha-prod__foto img { width: 100%; height: 100%; object-fit: contain; }

.ficha-prod__datos h1 { font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: .75rem; }
.ficha-prod__texto { font-size: 1.1rem; color: var(--tinta-suave); max-width: 46ch; margin-bottom: 1.75rem; }
.ficha-prod__precio { font-size: clamp(2.2rem, 5vw, 3rem); font-weight: 800; letter-spacing: -.035em; margin: 0; }
.ficha-prod__precio--consultar { font-size: 1.4rem; color: var(--tinta-suave); }
.ficha-prod__iva { font-size: .9rem; color: var(--tinta-suave); margin-bottom: 1.75rem; }

.ficha-prod__acciones { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 2rem; }
.ficha-prod__acciones .boton { flex: 1 1 200px; }

.ficha-prod__garantias { list-style: none; margin: 0; padding: 1.5rem 0 0; border-top: 1px solid var(--linea); }
.ficha-prod__garantias li { position: relative; padding-left: 1.6rem; margin-bottom: .55rem; font-size: .95rem; color: var(--tinta-suave); }
.ficha-prod__garantias li::before {
  content: ""; position: absolute; left: 0; top: .45em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--verde);
}

@media (max-width: 860px) {
  .ficha-prod { grid-template-columns: 1fr; gap: 2rem; }
  .ficha-prod__foto { aspect-ratio: 4/3; padding: 1.25rem; }
}

/* --- Carro ------------------------------------------------------------------ */
.visualmente-oculto {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

.aviso { border-radius: var(--radio-chico); padding: .9rem 1.2rem; margin-bottom: 2rem; font-size: .97rem; }
.aviso--ok { background: var(--verde-suave); border-left: 4px solid var(--verde); }
.aviso--error { background: var(--rosado-suave); border-left: 4px solid var(--rosado); }

.carro-vacio { text-align: center; padding: 3rem 1rem 4rem; }
.carro-vacio img { margin: 0 auto 1.5rem; opacity: .3; }
.carro-vacio p { color: var(--tinta-suave); margin-bottom: 1.75rem; }

.carro { display: grid; grid-template-columns: 1.6fr .8fr; gap: 2.5rem; align-items: start; margin-top: 2.5rem; }

.linea {
  display: grid;
  grid-template-columns: 90px 1fr auto auto 32px;
  gap: 1.25rem; align-items: center;
  padding: 1.1rem 0; border-bottom: 1px solid var(--linea);
}
.linea__foto img { width: 90px; height: 90px; object-fit: contain; background: var(--crema); border-radius: var(--radio-chico); }
.linea__foto .producto__sinfoto { width: 46px; height: auto; margin: auto; opacity: .35; }

.linea__nombre { display: block; font-weight: 700; color: var(--tinta); line-height: 1.3; }
.linea__nombre:hover { color: var(--verde); text-decoration: none; }
.linea__unitario { font-size: .9rem; color: var(--tinta-suave); }

.linea__cantidad { display: flex; align-items: center; gap: .5rem; }
.linea__cantidad input {
  width: 68px; padding: .55rem; text-align: center; font: inherit;
  border: 1px solid var(--linea); border-radius: var(--radio-chico); background: #fff;
}
.linea__cantidad input:focus { outline: none; border-color: var(--verde); box-shadow: 0 0 0 3px var(--verde-suave); }
.linea__actualizar {
  background: none; border: 0; padding: .35rem; cursor: pointer;
  font: inherit; font-size: .85rem; font-weight: 600; color: var(--tinta-suave); text-decoration: underline;
}
.linea__actualizar:hover { color: var(--verde); }

.linea__subtotal { font-weight: 800; font-size: 1.05rem; text-align: right; font-variant-numeric: tabular-nums; }

.linea__quitar button {
  background: none; border: 0; cursor: pointer;
  font-size: 1.5rem; line-height: 1; color: var(--tinta-suave); padding: .2rem .4rem;
}
.linea__quitar button:hover { color: var(--rosado); }

.carro__vaciar { margin-top: 1.5rem; }
.carro__vaciar button {
  background: none; border: 0; padding: 0; cursor: pointer;
  font: inherit; font-size: .92rem; color: var(--tinta-suave); text-decoration: underline;
}
.carro__vaciar button:hover { color: var(--rosado); }

.carro__resumen { background: var(--crema); border-radius: var(--radio); padding: 1.9rem 1.75rem; position: sticky; top: 90px; }
.carro__resumen h2 { font-size: 1.2rem; margin-bottom: 1.4rem; }
.resumen__fila { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .8rem; font-size: .97rem; }
.resumen__fila span:last-child { font-variant-numeric: tabular-nums; }
.resumen__fila--total {
  margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px solid var(--linea);
  font-size: 1.25rem; font-weight: 800; letter-spacing: -.02em;
}
.carro__resumen .boton { width: 100%; margin-top: 1.25rem; }
.resumen__nota { font-size: .87rem; color: var(--tinta-suave); margin: 1rem 0 0; }

@media (max-width: 900px) {
  .carro { grid-template-columns: 1fr; gap: 2rem; }
  .carro__resumen { position: static; }
}
@media (max-width: 620px) {
  .linea {
    grid-template-columns: 72px 1fr 32px;
    grid-template-areas: "foto datos quitar" "foto cantidad subtotal";
    row-gap: .7rem;
  }
  .linea__foto { grid-area: foto; }
  .linea__foto img { width: 72px; height: 72px; }
  .linea__datos { grid-area: datos; }
  .linea__cantidad { grid-area: cantidad; }
  .linea__subtotal { grid-area: subtotal; }
  .linea__quitar { grid-area: quitar; justify-self: end; }
}

/* --- Checkout --------------------------------------------------------------- */
.checkout { display: grid; grid-template-columns: 1.4fr .9fr; gap: 3rem; align-items: start; margin-top: 2.5rem; }
.checkout__form h2 { font-size: 1.2rem; margin: 0 0 1.2rem; }
.checkout__form h2 + p { margin-top: -.6rem; }
.checkout__form label { display: block; margin-bottom: .4rem; font-weight: 600; font-size: .95rem; }
.checkout__form .opcional { font-weight: 400; color: var(--tinta-suave); }
.checkout__form input {
  width: 100%; margin-bottom: 1.25rem; padding: .85rem 1rem;
  border: 1px solid var(--linea); border-radius: var(--radio-chico);
  font: inherit; color: var(--tinta); background: #fff;
}
.checkout__form input:focus { outline: none; border-color: var(--verde); box-shadow: 0 0 0 3px var(--verde-suave); }
.checkout__form .error { display: block; margin: -1rem 0 1.1rem; color: #b3234c; font-size: .88rem; font-weight: 600; }
.checkout__form .error + * { margin-top: 0; }
.checkout__par { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.checkout__nota { color: var(--tinta-suave); font-size: .95rem; margin-bottom: 1.5rem; }
.checkout__form .boton { width: 100%; margin-top: .5rem; }
.checkout__seguro { font-size: .87rem; color: var(--tinta-suave); text-align: center; margin: 1rem 0 0; }
.resumen__editar { display: block; margin-top: 1rem; font-size: .92rem; text-align: center; }

@media (max-width: 900px) { .checkout { grid-template-columns: 1fr; gap: 2rem; } }
@media (max-width: 480px) { .checkout__par { grid-template-columns: 1fr; } }

.acepto { display: flex; gap: .7rem; align-items: flex-start; margin: .5rem 0 1.4rem; font-weight: 400 !important; }
.acepto input { width: auto !important; margin: .2rem 0 0 !important; flex-shrink: 0; accent-color: var(--verde); }
.acepto span { font-size: .93rem; color: var(--tinta-suave); line-height: 1.5; }

.checkout__medios { margin-top: 1.25rem; text-align: center; }
.checkout__medios img { max-width: 240px; height: auto; margin: 0 auto; opacity: .95; }

/* --- Texto legal ------------------------------------------------------------ */
.legal { max-width: 68ch; margin-top: 2.5rem; }
.legal h2 { font-size: 1.2rem; margin: 2.25rem 0 .6rem; }
.legal h2:first-child { margin-top: 0; }
.legal p { color: var(--tinta-suave); margin-bottom: 1rem; }
.legal ul { color: var(--tinta-suave); margin: 0 0 1rem; padding-left: 1.25rem; }
.legal li { margin-bottom: .45rem; }
.legal__fecha { color: var(--tinta-suave); font-size: .93rem; }
.legal__acciones { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 3rem; }

/* --- Resultado del pago ----------------------------------------------------- */
.resultado { max-width: 620px; margin: 0 auto; text-align: center; padding: 2rem 0 1rem; }
.resultado__marca {
  width: 74px; height: 74px; margin: 0 auto 1.75rem; border-radius: 50%;
  display: grid; place-items: center; font-size: 2.2rem; font-weight: 800;
  background: var(--verde-suave); color: var(--verde);
}
.resultado__marca--malo { background: var(--rosado-suave); color: var(--rosado); }
.resultado__bajada { font-size: 1.12rem; color: var(--tinta-suave); }
.resultado__nota { font-size: .93rem; color: var(--tinta-suave); }
.resultado__acciones { display: flex; flex-wrap: wrap; gap: .85rem; justify-content: center; margin-top: 2rem; }

.comprobante {
  background: var(--crema); border-radius: var(--radio);
  padding: 1.75rem; margin: 2rem 0 1.5rem; text-align: left;
}
.comprobante__tbk { font-size: .87rem; color: var(--tinta-suave); margin: 1rem 0 0; }

/* --- Panel de pedidos ------------------------------------------------------- */
.panel-login { max-width: 380px; margin: 2rem auto 4rem; }
.panel-login p { color: var(--tinta-suave); margin-bottom: 2rem; }
.panel-login label { display: block; margin-bottom: .4rem; font-weight: 600; font-size: .95rem; }
.panel-login input {
  width: 100%; padding: .85rem 1rem; margin-bottom: 1.25rem; font: inherit;
  border: 1px solid var(--linea); border-radius: var(--radio-chico); background: #fff;
}
.panel-login input:focus { outline: none; border-color: var(--verde); box-shadow: 0 0 0 3px var(--verde-suave); }
.panel-login .boton { width: 100%; }

.panel-cabecera { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; flex-wrap: wrap; }
.panel-cabecera p { color: var(--tinta-suave); }
.panel-salir { font-weight: 600; font-size: .95rem; color: var(--tinta-suave); }

.panel-filtros { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0 2rem; }
.panel-filtros input, .panel-filtros select {
  padding: .7rem 1rem; font: inherit; background: #fff;
  border: 1px solid var(--linea); border-radius: var(--radio-chico);
}
.panel-filtros input { flex: 1 1 260px; }
.panel-filtros .boton { padding: .7rem 1.4rem; }

.panel-tabla { overflow-x: auto; border: 1px solid var(--linea); border-radius: var(--radio); background: #fff; }
.panel-tabla table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.panel-tabla th {
  text-align: left; background: var(--crema); padding: .85rem 1rem;
  font-weight: 700; font-size: .85rem; white-space: nowrap;
}
.panel-tabla td { padding: .85rem 1rem; border-top: 1px solid var(--linea); vertical-align: top; }
.panel-menor { font-size: .85rem; color: var(--tinta-suave); line-height: 1.45; }
.panel-fecha { white-space: nowrap; font-variant-numeric: tabular-nums; }

.panel-items td { border-top: 0; padding-top: 0; font-size: .85rem; color: var(--tinta-suave); }
.panel-items span { display: inline-block; margin-right: 1rem; }

.etiqueta-estado {
  display: inline-block; padding: .2rem .7rem; border-radius: 99px;
  font-size: .78rem; font-weight: 700; white-space: nowrap;
}
.etiqueta-estado--pagado    { background: var(--verde-suave);  color: #04595c; }
.etiqueta-estado--entregado { background: #e8eae7;             color: #3f4a3f; }
.etiqueta-estado--pendiente { background: var(--ambar-suave);  color: #7a5600; }
.etiqueta-estado--rechazado { background: var(--rosado-suave); color: #97173f; }
.etiqueta-estado--anulado   { background: #efece8;             color: var(--tinta-suave); }

.panel-accion {
  background: none; border: 1px solid var(--linea); border-radius: 99px;
  padding: .45rem 1rem; font: inherit; font-size: .85rem; font-weight: 600;
  cursor: pointer; white-space: nowrap; color: var(--tinta);
}
.panel-accion:hover { border-color: var(--verde); color: var(--verde); }

.panel-menu { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--linea); }
.panel-menu a { font-weight: 600; font-size: .97rem; color: var(--tinta-suave); }
.panel-menu a.actual { color: var(--verde); }
.panel-menu .panel-salir { margin-left: auto; }

/* --- Inventario --- */
.inv-foto { width: 62px; }
.inv-foto img { width: 46px; height: 46px; object-fit: contain; background: var(--crema); border-radius: 8px; }
.inv-sinfoto { font-size: .75rem; color: var(--tinta-suave); }

.inv-stock { display: flex; gap: .4rem; align-items: center; }
.inv-stock input {
  width: 72px; padding: .45rem; text-align: center; font: inherit; font-size: .9rem;
  border: 1px solid var(--linea); border-radius: 8px; background: #fff;
}
.inv-stock input:focus { outline: none; border-color: var(--verde); box-shadow: 0 0 0 3px var(--verde-suave); }

.inv-form { background: var(--crema); border-radius: var(--radio); padding: 2rem 1.75rem; margin-bottom: 2.5rem; }
.inv-form h2 { font-size: 1.2rem; margin-bottom: 1.5rem; }
.inv-form__grilla { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem 1.25rem; }
.inv-form__ancho { grid-column: 1 / -1; }
.inv-form label { display: block; margin-bottom: .35rem; font-weight: 600; font-size: .92rem; }
.inv-form .opcional { font-weight: 400; color: var(--tinta-suave); font-size: .85rem; }
.inv-form input[type=text], .inv-form input[type=number], .inv-form select, .inv-form textarea {
  width: 100%; padding: .7rem .9rem; font: inherit; background: #fff;
  border: 1px solid var(--linea); border-radius: var(--radio-chico);
}
.inv-form input:focus, .inv-form select:focus, .inv-form textarea:focus {
  outline: none; border-color: var(--verde); box-shadow: 0 0 0 3px var(--verde-suave);
}
.inv-form textarea { resize: vertical; }
.inv-form__foto { display: flex; gap: 1rem; align-items: center; }
.inv-form__foto img { width: 72px; height: 72px; object-fit: contain; background: #fff; border-radius: 8px; }
.inv-form__acciones { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }

.cat-bloque { margin-top: 3.5rem; padding-top: 2.5rem; border-top: 1px solid var(--linea); }
.cat-bloque h2 { font-size: 1.35rem; margin-bottom: .2rem; }
.cat-acciones { display: flex; gap: .4rem; align-items: center; flex-wrap: wrap; }

.ajustes { display: grid; gap: 1.75rem; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); align-items: start; }
.ajustes .inv-form { margin-bottom: 0; }
.ajustes input[type=password] {
  width: 100%; padding: .7rem .9rem; font: inherit; background: #fff;
  border: 1px solid var(--linea); border-radius: var(--radio-chico);
}
.ajustes input[type=password]:focus { outline: none; border-color: var(--verde); box-shadow: 0 0 0 3px var(--verde-suave); }

.linea__falta { display: block; margin-top: .2rem; font-size: .85rem; font-weight: 700; color: var(--rosado); }

.panel-paginas { display: flex; gap: .4rem; margin-top: 1.5rem; flex-wrap: wrap; }
.panel-paginas a {
  padding: .5rem .85rem; border: 1px solid var(--linea); border-radius: var(--radio-chico);
  color: var(--tinta); font-size: .9rem; font-weight: 600;
}
.panel-paginas a.actual { background: var(--verde); border-color: var(--verde); color: #fff; }
.panel-paginas a:hover { text-decoration: none; border-color: var(--verde); }

/* --- Contacto --- */
.contacto { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3.5rem; align-items: start; }

.contacto__form label { display: block; margin-bottom: .4rem; font-weight: 600; font-size: .95rem; }
.contacto__form input,
.contacto__form select,
.contacto__form textarea {
  width: 100%; margin-bottom: 1.35rem; padding: .85rem 1rem;
  border: 1px solid var(--linea); border-radius: var(--radio-chico);
  font: inherit; color: var(--tinta); background: #fff;
}
.contacto__form input:focus,
.contacto__form select:focus,
.contacto__form textarea:focus {
  outline: none; border-color: var(--verde); box-shadow: 0 0 0 3px var(--verde-suave);
}
.contacto__form textarea { resize: vertical; }
.contacto__form .boton { width: 100%; }
.contacto__nota { margin-top: .9rem; font-size: .9rem; color: var(--tinta-suave); text-align: center; }

.contacto__datos { background: var(--crema); border-radius: var(--radio); padding: 2rem 1.75rem; }
.contacto__datos h2 { font-size: 1.15rem; margin-bottom: 1.5rem; }
.dato { margin-bottom: 1.35rem; }
.dato__rotulo { display: block; font-size: .85rem; color: var(--tinta-suave); margin-bottom: .15rem; }
.dato__valor { font-weight: 700; font-size: 1.02rem; }
.dato__valor--plano { color: var(--tinta); font-weight: 500; }

@media (max-width: 860px) {
  .contacto { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* --- Certificados --- */
.certificados { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.certificado {
  border: 2px solid var(--linea); border-radius: var(--radio); background: #fff;
  padding: 1.85rem 1.5rem; text-align: center;
  transition: border-color .18s ease, transform .18s ease;
}
.certificado:hover { border-color: var(--rosado); transform: translateY(-3px); }
.certificado__vigencia { color: var(--tinta-suave); font-size: .95rem; font-weight: 600; margin-bottom: .3rem; }
.certificado__precio { font-size: 2.1rem; font-weight: 800; letter-spacing: -.03em; color: var(--rosado); margin: 0; }

/* --- Preguntas --- */
.preguntas { max-width: 820px; }
.pregunta { border-bottom: 1px solid var(--linea); }
.pregunta summary {
  cursor: pointer; padding: 1.45rem 3rem 1.45rem 0; position: relative;
  font-weight: 700; font-size: 1.1rem; list-style: none; letter-spacing: -.01em;
}
.pregunta summary::-webkit-details-marker { display: none; }
.pregunta summary:hover { color: var(--verde); }
.pregunta summary::after {
  content: "+"; position: absolute; right: .5rem; top: 50%; transform: translateY(-50%);
  width: 32px; height: 32px; border-radius: 50%; background: var(--verde-suave); color: var(--verde);
  display: grid; place-items: center; font-size: 1.35rem; font-weight: 600; line-height: 1;
}
.pregunta[open] summary::after { content: "\2212"; }
.pregunta p { color: var(--tinta-suave); padding-bottom: 1.5rem; margin: 0; max-width: 66ch; font-size: 1.02rem; }

/* --- Llamado final --- */
.llamado {
  background: var(--verde); color: #fff; border-radius: var(--radio);
  padding: clamp(3rem, 7vw, 5rem) clamp(1.5rem, 5vw, 4rem); text-align: center;
  position: relative; overflow: hidden;
}
.llamado h2 { color: #fff; }
.llamado p { color: rgba(255,255,255,.88); max-width: 50ch; margin-inline: auto; font-size: 1.12rem; }
.llamado .boton { margin-top: 1.75rem; }
.llamado::after {
  content: ""; position: absolute; right: -90px; bottom: -110px;
  width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,.08);
}

/* --- Pie --- */
.pie { border-top: 1px solid var(--linea); padding-block: 3.5rem 2rem; font-size: .95rem; }
.pie__grilla { display: grid; gap: 2.5rem; grid-template-columns: 1.5fr 1fr 1fr; }
.pie img { height: 34px; width: auto; margin-bottom: 1rem; }
.pie h4 { margin: 0 0 1rem; font-size: .97rem; font-weight: 700; }
.pie ul { list-style: none; margin: 0; padding: 0; }
.pie li { margin-bottom: .6rem; }
.pie a { color: var(--tinta-suave); }
.pie a:hover { color: var(--verde); }
.pie__legal { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--linea); color: var(--tinta-suave); }

@media (max-width: 720px) { .pie__grilla { grid-template-columns: 1fr; gap: 2rem; } }

/* --- WhatsApp flotante --- */
.wsp {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 30;
  width: 58px; height: 58px; border-radius: 50%; background: #25d366;
  display: grid; place-items: center; box-shadow: 0 8px 24px rgba(37,211,102,.4);
  transition: transform .18s ease;
}
.wsp:hover { text-decoration: none; transform: scale(1.06); }
.wsp svg { width: 31px; height: 31px; fill: #fff; }

/* --- Pantallas chicas: Fold plegado y celulares angostos --- */
@media (max-width: 560px) {
  :root { --radio: 18px; --respiro: 3rem; }
  .contenedor { width: min(100% - 1.75rem, var(--ancho)); }

  .tarjeta { padding: 1.5rem 1.35rem; }
  .tarjeta__chip { width: 54px; height: 54px; border-radius: 16px; margin-bottom: 1rem; }
  .plan { padding: 1.85rem 1.5rem; }
  .ficha__caja, .contacto__datos { padding: 1.6rem 1.35rem; }

  .producto__cuerpo { padding: .9rem 1rem 1.1rem; }
  .producto__cuerpo h3 { font-size: .93rem; }
  .producto__precio { font-size: 1.2rem; margin-bottom: .8rem; }
  .producto__acciones .boton { padding: .65rem .75rem; font-size: .88rem; }
  .producto__foto { padding: .6rem; }

  .seccion__intro { margin-bottom: 2.25rem; }
  .portada__acciones .boton { width: 100%; }
  .atajos a { padding: .5rem 1rem; font-size: .9rem; }
  .equipos { grid-template-columns: 1fr; }

  /* El boton flotante tapaba el ultimo boton de cada pagina. */
  .pie { padding-bottom: 5.5rem; }
}

/* El Fold desplegado (~1076) y las tablet en horizontal caen aca: el contenido
   no debe estirarse a lo ancho completo o las lineas quedan ilegibles. */
@media (min-width: 900px) and (max-width: 1120px) {
  .contenedor { width: min(100% - 3rem, 980px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
