/* =====================================================================
   WOWNER · Landing Analítica web · estilos específicos (carga tras wowner.css)
   ===================================================================== */

/* ---------- Hero: herramientas y plataformas ---------- */
.hero__stack { display: grid; grid-template-columns: repeat(4, auto); justify-content: center; gap: .5rem; margin-top: 2rem; }
@media (min-width: 1000px) { .hero__stack { display: flex; flex-wrap: nowrap; justify-content: center; } }
@media (max-width: 520px) { .hero__stack { grid-template-columns: repeat(2, auto); } }
.hero__stack li { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; padding: .4rem .8rem; border-radius: 999px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.9); font-weight: 600; font-size: .84rem; white-space: nowrap; }
.hero__stack img { width: 17px; height: 17px; filter: brightness(0) invert(1); opacity: .9; }

/* ---------- Qué medimos ---------- */
.scope { display: grid; gap: 1.25rem; }
@media (min-width: 900px) { .scope { grid-template-columns: 1fr 1fr; } }
.scope__card { background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius); padding: 1.9rem; box-shadow: var(--shadow); }
.scope__card h3 { font-size: 1.3rem; display: flex; align-items: center; gap: .6rem; }
.scope__card h3 svg { width: 26px; height: 26px; color: var(--c-orange); }
.scope__card > p { color: var(--c-muted); }
.scope__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; margin-top: 1.1rem; }
.scope__item { display: flex; align-items: center; gap: .6rem; padding: .7rem .8rem; border-radius: var(--radius-sm); background: var(--c-off); font-weight: 600; font-size: .9rem; }
.scope__item img { width: 18px; height: 18px; flex: 0 0 auto; }
.scope__item svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--c-orange); }
.scope__item small { display: block; font-weight: 400; color: var(--c-muted); font-size: .78rem; }

/* ---------- Dashboard ilustrativo ---------- */
.dash { background: linear-gradient(160deg, var(--c-navy-700), var(--c-navy-800)); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: clamp(1.1rem, 2.5vw, 1.6rem); box-shadow: var(--shadow-lg); color: var(--c-white); }
.dash__top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; font-size: .85rem; color: var(--c-muted-dark); flex-wrap: wrap; }
.dash__pill { padding: .25rem .65rem; border-radius: 999px; background: rgba(255,178,122,.15); color: #FFB27A; font-weight: 700; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.dash__kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin-bottom: 1.1rem; }
@media (min-width: 720px) { .dash__kpis { grid-template-columns: repeat(4, 1fr); } }
.dash__kpi { background: rgba(255,255,255,.05); border-radius: 12px; padding: .8rem .9rem; }
.dash__kpi small { display: block; color: var(--c-muted-dark); font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; }
.dash__kpi strong { display: block; font-size: 1.35rem; line-height: 1.2; margin-top: .15rem; font-variant-numeric: tabular-nums; }
.dash__kpi em { font-style: normal; font-size: .74rem; color: #5BD69A; font-weight: 700; }
.dash__body { display: grid; gap: 1rem; }
@media (min-width: 820px) { .dash__body { grid-template-columns: 1.2fr .8fr; } }
.dash__panel { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 1rem; }
.dash__panel h4 { font-size: .8rem; color: var(--c-muted-dark); margin: 0 0 .75rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.chan { display: grid; gap: .55rem; }
.chan__row { display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: .6rem; font-size: .82rem; }
.chan__row b { display: inline-flex; align-items: center; gap: .4rem; color: var(--c-white); font-weight: 600; }
.chan__row b img { width: 14px; height: 14px; filter: brightness(0) invert(1); opacity: .85; }
.chan__bar { height: 10px; border-radius: 999px; background: rgba(255,255,255,.1); overflow: hidden; }
.chan__bar i { display: block; height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, #FF8A3D, var(--c-orange)); transition: width 1s cubic-bezier(.2,.8,.2,1); }
.is-in .chan__bar i { width: var(--w); }
.chan__row em { font-style: normal; font-weight: 700; color: var(--c-white); min-width: 4.5ch; text-align: right; font-variant-numeric: tabular-nums; }
.funnel { display: grid; gap: .45rem; }
.funnel__step { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .6rem; font-size: .82rem; color: var(--c-muted-dark); }
.funnel__step i { display: block; height: 26px; border-radius: 7px; background: linear-gradient(90deg, rgba(227,100,20,.9), rgba(227,100,20,.45)); width: 0; transition: width 1s cubic-bezier(.2,.8,.2,1); display: flex; align-items: center; padding-left: .6rem; font-style: normal; font-weight: 600; color: var(--c-white); white-space: nowrap; overflow: hidden; }
.is-in .funnel__step i { width: var(--w); }
.funnel__step em { font-style: normal; font-weight: 700; color: var(--c-white); font-variant-numeric: tabular-nums; }
.dash__note { text-align: center; color: var(--c-muted); font-size: .82rem; margin-top: 1rem; }

/* Móvil */
.funnel__step i { min-width: 96px; }
@media (max-width: 560px) {
  .scope__grid { grid-template-columns: 1fr; }
  .dash__kpi strong { font-size: 1.2rem; }
  .chan__row { grid-template-columns: 84px 1fr auto; }
}
