/* ==========================================================================
   tuNFC · portada y /distribuidores (13-sep-2026)
   Móvil primero. Solo tokens de tokens.css. Prefijo pv- para no chocar con style.css.
   ========================================================================== */

.pv { --pv-tinta: #0f1512; --pv-verde: #1DBF73; --pv-verde-osc: #0b7a48; --pv-suave: #5b6660; --pv-borde: #e3e8e5; --pv-fondo: #f5f7f6;
      color: var(--pv-tinta); font-family: var(--f-texto, Inter, system-ui, sans-serif); }
.pv *, .pv *::before, .pv *::after { box-sizing: border-box; }
.pv-contenedor { width: min(1140px, 100% - 2.5rem); margin-inline: auto; }
.pv-seccion { padding: clamp(3.2rem, 7vw, 5.5rem) 0; }
.pv-seccion--gris { background: var(--pv-fondo); }
.pv-seccion--tinta { background: var(--pv-tinta); color: #fff; }
.pv-etiqueta { display: inline-flex; align-items: center; gap: .45rem; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--pv-verde-osc); margin-bottom: .8rem; }
.pv-seccion--tinta .pv-etiqueta { color: var(--pv-verde); }
.pv-h1 { font-family: var(--f-display, 'Space Grotesk', system-ui, sans-serif); font-size: clamp(2.1rem, 6.2vw, 3.7rem); line-height: 1.05; letter-spacing: -.02em; margin: 0 0 1rem; font-weight: 700; }
.pv-h2 { font-family: var(--f-display, 'Space Grotesk', system-ui, sans-serif); font-size: clamp(1.7rem, 4.2vw, 2.6rem); line-height: 1.1; letter-spacing: -.015em; margin: 0 0 .8rem; font-weight: 700; }
.pv-lead { font-size: clamp(1.02rem, 2.2vw, 1.2rem); line-height: 1.6; color: var(--pv-suave); margin: 0 0 1.6rem; max-width: 38rem; }
.pv-seccion--tinta .pv-lead { color: #c3ccc7; }
.pv-centro { text-align: center; }
.pv-centro .pv-lead { margin-inline: auto; }
.pv-resaltado { color: var(--pv-verde-osc); }

/* Botones */
.pv-botones { display: flex; flex-wrap: wrap; gap: .75rem; }
.pv-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 52px; padding: .85rem 1.4rem; border-radius: 999px; font-weight: 700; font-size: 1rem; text-decoration: none; border: 2px solid transparent; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.pv-btn:hover { transform: translateY(-1px); }
.pv-btn--primario { background: var(--pv-tinta); color: #fff; box-shadow: 0 10px 24px -12px rgba(15,21,18,.6); }
.pv-btn--primario:hover { background: #1f2a25; color: #fff; }
.pv-btn--verde { background: var(--pv-verde); color: #06180f; }
.pv-btn--verde:hover { background: #22d17f; color: #06180f; }
.pv-btn--borde { background: transparent; color: var(--pv-tinta); border-color: var(--pv-tinta); }
.pv-seccion--tinta .pv-btn--borde { color: #fff; border-color: rgba(255,255,255,.6); }
@media (max-width: 520px) { .pv-botones .pv-btn { width: 100%; } }

/* Hero */
.pv-hero { padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 6vw, 4.5rem); background: radial-gradient(1200px 500px at 85% -10%, rgba(29,191,115,.16), transparent 60%), #fff; overflow: clip; }
.pv-hero__rejilla { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 900px) { .pv-hero__rejilla { grid-template-columns: 1.05fr .95fr; } }
.pv-hero__confianza { display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; margin-top: 1.4rem; padding: 0; list-style: none; font-size: .88rem; color: var(--pv-suave); }
.pv-hero__confianza li::before { content: "✓"; color: var(--pv-verde-osc); font-weight: 800; margin-right: .35rem; }
.pv-hero__visual { position: relative; max-width: 520px; margin-inline: auto; width: 100%; }
.pv-hero__tarjeta { width: 100%; display: block; border-radius: 1.2rem; }
.pv-telefono { position: absolute; right: -2%; bottom: -6%; width: 43%; aspect-ratio: 9 / 18.5; background: #0f1512; border-radius: 1.6rem; padding: .45rem; box-shadow: 0 24px 50px -18px rgba(0,0,0,.45); transform: rotate(6deg); }
.pv-telefono__pantalla { background: #fff; border-radius: 1.25rem; height: 100%; padding: 1rem .7rem; display: flex; flex-direction: column; gap: .5rem; font-size: clamp(.5rem, 1.35vw, .72rem); color: #202124; }
.pv-telefono__g { font-weight: 800; font-size: 1.25em; letter-spacing: -.01em; }
.pv-telefono__g span:nth-child(1) { color: #4285F4; } .pv-telefono__g span:nth-child(2) { color: #EA4335; } .pv-telefono__g span:nth-child(3) { color: #FBBC05; }
.pv-telefono__g span:nth-child(4) { color: #4285F4; } .pv-telefono__g span:nth-child(5) { color: #34A853; } .pv-telefono__g span:nth-child(6) { color: #EA4335; }
.pv-telefono__negocio { font-weight: 700; font-size: 1.05em; }
.pv-telefono__estrellas { color: #FBBC05; font-size: 1.6em; letter-spacing: .08em; }
.pv-telefono__caja { border: 1px solid #dadce0; border-radius: .5rem; min-height: 4.2em; padding: .4em; color: #5f6368; }
.pv-telefono__publicar { margin-top: auto; align-self: flex-end; background: #1a73e8; color: #fff; border-radius: 999px; padding: .35em .9em; font-weight: 700; }
.pv-ondas { position: absolute; left: 44%; top: 38%; width: 18%; aspect-ratio: 1; pointer-events: none; }
.pv-ondas i { position: absolute; inset: 0; border: 3px solid var(--pv-verde); border-radius: 50%; opacity: 0; animation: pv-onda 2.4s ease-out infinite; }
.pv-ondas i:nth-child(2) { animation-delay: .8s; } .pv-ondas i:nth-child(3) { animation-delay: 1.6s; }
@keyframes pv-onda { from { transform: scale(.3); opacity: .8; } to { transform: scale(1.6); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .pv-ondas i { animation: none; opacity: .35; } .pv-btn:hover { transform: none; } }

.pv-franja { border-block: 1px solid var(--pv-borde); background: #fff; }
.pv-franja ul { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem 2rem; list-style: none; margin: 0; padding: 1rem 0; font-weight: 600; font-size: .92rem; color: var(--pv-suave); }

/* Pasos */
.pv-pasos { display: grid; gap: 1rem; margin-top: 2.2rem; counter-reset: paso; }
@media (min-width: 760px) { .pv-pasos { grid-template-columns: repeat(3, 1fr); } }
.pv-paso { background: #fff; border: 1px solid var(--pv-borde); border-radius: 1.2rem; padding: 1.5rem; position: relative; }
.pv-paso__icono { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: rgba(29,191,115,.12); font-size: 1.6rem; margin-bottom: .9rem; }
.pv-paso h3 { margin: 0 0 .35rem; font-size: 1.12rem; }
.pv-paso p { margin: 0; color: var(--pv-suave); line-height: 1.55; font-size: .95rem; }
.pv-paso__num { position: absolute; top: 1.2rem; right: 1.3rem; font-family: var(--f-display, sans-serif); font-weight: 700; font-size: 2rem; color: #e7ece9; }

/* Productos */
.pv-productos { display: grid; gap: 1.2rem; margin-top: 2.2rem; }
@media (min-width: 860px) { .pv-productos { grid-template-columns: 1fr 1fr; } }
.pv-producto { background: #fff; border: 1px solid var(--pv-borde); border-radius: 1.4rem; overflow: hidden; display: flex; flex-direction: column; }
.pv-producto__imagen { background: linear-gradient(#f4f6f5, #e7ece9); display: block; }
.pv-producto__imagen img { width: 100%; display: block; aspect-ratio: 1; object-fit: cover; }
.pv-producto__cuerpo { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: .7rem; flex: 1; }
.pv-producto__nombre { font-family: var(--f-display, sans-serif); font-size: 1.45rem; margin: 0; }
.pv-producto__texto { margin: 0; color: var(--pv-suave); line-height: 1.55; }
.pv-producto__precio { font-size: 1.6rem; font-weight: 800; }
.pv-producto__precio small { font-size: .85rem; font-weight: 600; color: var(--pv-suave); }
.pv-producto .pv-btn { margin-top: auto; }
.pv-muestras { display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0; list-style: none; }
.pv-muestras a { display: block; width: 26px; height: 26px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.15); }
.pv-muestras--disenos a { width: 64px; height: auto; border-radius: 8px; overflow: hidden; box-shadow: 0 0 0 1px var(--pv-borde); }
.pv-muestras--disenos img { display: block; width: 100%; }
.pv-chip { display: inline-block; font-size: .8rem; font-weight: 700; padding: .25rem .6rem; border-radius: 999px; background: rgba(29,191,115,.12); color: var(--pv-verde-osc); }

/* Bloques partidos */
.pv-partido { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 900px) { .pv-partido { grid-template-columns: 1fr 1fr; } .pv-partido--invertido > :first-child { order: 2; } }
.pv-lista { list-style: none; padding: 0; margin: 0 0 1.6rem; display: grid; gap: .8rem; }
.pv-lista li { display: flex; gap: .7rem; line-height: 1.5; }
.pv-lista li::before { content: ""; flex: 0 0 22px; height: 22px; border-radius: 50%; background: var(--pv-verde) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4 8-9' fill='none' stroke='%2306180f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat; margin-top: 2px; }

/* Mini panel «Mis tuNFC» */
.pv-panel { background: #fff; border-radius: 1.4rem; box-shadow: 0 30px 60px -30px rgba(0,0,0,.35); padding: 1.3rem; max-width: 400px; margin-inline: auto; color: var(--pv-tinta); border: 1px solid var(--pv-borde); }
.pv-panel__top { font-size: .8rem; color: var(--pv-suave); margin-bottom: .2rem; }
.pv-panel h3 { margin: 0 0 1rem; font-size: 1.35rem; }
.pv-panel__fila { display: grid; grid-template-columns: auto 1fr auto; gap: .8rem; align-items: center; padding: .9rem; border: 1px solid var(--pv-borde); border-radius: 1rem; margin-bottom: .7rem; }
.pv-panel__fila img { width: 62px; border-radius: 6px; display: block; }
.pv-panel__fila strong { display: block; }
.pv-panel__fila span { font-size: .82rem; color: var(--pv-suave); }
.pv-panel__estado { font-size: .72rem; font-weight: 700; background: #e7f6ee; color: #166534; padding: .2rem .5rem; border-radius: 999px; }
.pv-panel__boton { display: block; text-align: center; background: var(--pv-tinta); color: #fff; border-radius: .9rem; padding: .9rem; font-weight: 700; margin-top: .4rem; }

/* Perfil de ejemplo */
.pv-perfil { width: min(300px, 80vw); margin-inline: auto; background: #0f1512; border-radius: 2rem; padding: .55rem; box-shadow: 0 30px 60px -28px rgba(0,0,0,.55); }
.pv-perfil__pantalla { background: #14213D; color: #fff; border-radius: 1.55rem; padding: 1.6rem 1.1rem 1.3rem; text-align: center; }
.pv-perfil__foto { width: 78px; height: 78px; border-radius: 50%; margin: 0 auto .7rem; background: linear-gradient(135deg, #5aa2ff, #1DBF73); display: grid; place-items: center; font-size: 2rem; font-weight: 800; border: 3px solid #5aa2ff; }
.pv-perfil__nombre { font-weight: 800; font-size: 1.15rem; }
.pv-perfil__cargo { font-size: .82rem; opacity: .8; margin-bottom: .9rem; }
.pv-perfil__guardar { background: #5aa2ff; color: #06132a; border-radius: .8rem; padding: .7rem; font-weight: 800; font-size: .9rem; margin-bottom: .7rem; }
.pv-perfil__acciones { display: grid; grid-template-columns: repeat(3, 1fr); gap: .45rem; margin-bottom: .7rem; }
.pv-perfil__acciones span { background: #12294a; border-radius: .7rem; padding: .55rem .2rem; font-size: .72rem; font-weight: 600; }
.pv-perfil__enlace { background: #12294a; border-radius: .7rem; padding: .65rem; font-size: .8rem; font-weight: 600; margin-top: .4rem; }

/* Otros productos */
.pv-otros { display: grid; gap: 1rem; margin-top: 2rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.pv-otro { display: flex; gap: .9rem; align-items: center; background: #fff; border: 1px solid var(--pv-borde); border-radius: 1rem; padding: .8rem; text-decoration: none; color: inherit; }
.pv-otro img { width: 76px; height: 76px; object-fit: cover; border-radius: .7rem; background: var(--pv-fondo); flex: 0 0 auto; }
.pv-otro strong { display: block; font-size: .95rem; line-height: 1.3; }
.pv-otro span { font-size: .88rem; color: var(--pv-suave); }

/* Distribuidores */
.pv-venta { display: grid; gap: 1rem; margin-top: 2rem; }
@media (min-width: 760px) { .pv-venta { grid-template-columns: repeat(4, 1fr); } }
.pv-venta div { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 1.1rem; padding: 1.2rem; }
.pv-venta b { display: block; font-size: 1.8rem; color: var(--pv-verde); font-family: var(--f-display, sans-serif); }
.pv-venta h3 { margin: .2rem 0 .3rem; font-size: 1.05rem; }
.pv-venta p { margin: 0; color: #c3ccc7; font-size: .92rem; line-height: 1.5; }
.pv-packs { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0; }
.pv-packs span { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: .5rem 1rem; font-weight: 700; }

/* FAQ */
.pv-faq { max-width: 760px; margin: 2rem auto 0; display: grid; gap: .7rem; }
.pv-faq details { background: #fff; border: 1px solid var(--pv-borde); border-radius: 1rem; padding: 1rem 1.2rem; }
.pv-faq summary { cursor: pointer; font-weight: 700; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.pv-faq summary::after { content: "+"; font-size: 1.3rem; line-height: 1; color: var(--pv-verde-osc); }
.pv-faq details[open] summary::after { content: "–"; }
.pv-faq p { margin: .7rem 0 0; color: var(--pv-suave); line-height: 1.6; }

/* Formulario de distribuidores */
.pv-form { background: #fff; color: var(--pv-tinta); border-radius: 1.4rem; padding: 1.5rem; display: grid; gap: .9rem; box-shadow: 0 30px 60px -30px rgba(0,0,0,.4); }
.pv-form label { font-weight: 600; font-size: .88rem; display: block; margin-bottom: .3rem; }
.pv-form input, .pv-form textarea { width: 100%; padding: .8rem .9rem; border: 1px solid #d1d7d3; border-radius: .7rem; font: inherit; font-size: 16px; }
.pv-form .pv-dos { display: grid; gap: .9rem; }
@media (min-width: 560px) { .pv-form .pv-dos { grid-template-columns: 1fr 1fr; } }
.pv-aviso { padding: .9rem 1rem; border-radius: .8rem; font-weight: 600; }
.pv-aviso--ok { background: #e7f6ee; color: #166534; }
.pv-aviso--error { background: #fdecec; color: #991b1b; }
