/* =====================================================================
   WOWNER · Landing Consultoría de marketing digital · estilos específicos
   ===================================================================== */

/* ---------- Hero: ramas ---------- */
.hero__areas { display: grid; grid-template-columns: repeat(3, auto); justify-content: center; gap: .5rem; margin-top: 2rem; }
@media (min-width: 900px) { .hero__areas { display: flex; flex-wrap: nowrap; justify-content: center; } }
@media (max-width: 520px) { .hero__areas { grid-template-columns: repeat(2, auto); } }
.hero__areas 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__areas svg { width: 16px; height: 16px; color: var(--c-orange); }

/* ---------- Qué auditamos ---------- */
.areas { display: grid; gap: 1rem; }
@media (min-width: 700px) { .areas { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .areas { grid-template-columns: repeat(3, 1fr); } }
.area { display: flex; flex-direction: column; background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius); padding: 1.5rem; text-decoration: none; color: inherit; transition: transform .2s, box-shadow .2s, border-color .2s; }
.area:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(227,100,20,.4); }
.area__head { display: flex; align-items: center; gap: .7rem; margin-bottom: .7rem; }
.area__head svg { width: 38px; height: 38px; padding: 8px; border-radius: 10px; background: var(--c-orange-100); color: var(--c-orange-600); box-sizing: border-box; flex: 0 0 auto; }
.area h3 { font-size: 1.05rem; margin: 0; }
.area ul { display: grid; gap: .3rem; font-size: .9rem; color: var(--c-muted); margin-bottom: 1rem; }
.area li { display: flex; gap: .45rem; align-items: flex-start; }
.area li::before { content: ""; flex: 0 0 5px; width: 5px; height: 5px; border-radius: 50%; background: var(--c-orange); margin-top: .55em; }
.area__link { margin-top: auto; font-size: .88rem; font-weight: 700; color: var(--c-orange-600); }

/* ---------- Dos niveles de auditoría ---------- */
.tiers { display: grid; gap: 1.25rem; }
@media (min-width: 820px) { .tiers { grid-template-columns: 1fr 1fr; } }
.tier { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 1.9rem; position: relative; }
.tier--pro { border-color: rgba(227,100,20,.5); background: rgba(227,100,20,.08); }
.tier__tag { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .3rem .65rem; border-radius: 999px; background: rgba(255,255,255,.1); color: var(--c-white); margin-bottom: .8rem; }
.tier--pro .tier__tag { background: var(--c-orange); }
.tier h3 { font-size: 1.35rem; }
.tier > p { color: var(--c-muted-dark); }
.tier ul { display: grid; gap: .5rem; margin: 1rem 0 1.25rem; }
.tier li { display: flex; gap: .6rem; align-items: flex-start; font-size: .95rem; }
.tier li svg { flex: 0 0 20px; width: 20px; height: 20px; color: var(--c-orange); margin-top: .15em; }
.tier__price { font-size: .85rem; color: var(--c-muted-dark); margin: 0 0 1rem; }
.tier__price b { color: var(--c-white); }

/* ---------- Informe ilustrativo ---------- */
.report { background: var(--c-white); border: 1px solid var(--c-line); border-radius: 20px; box-shadow: var(--shadow-lg); padding: clamp(1.1rem, 2.5vw, 1.6rem); }
.report__top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; font-size: .85rem; color: var(--c-muted); flex-wrap: wrap; }
.report__pill { padding: .25rem .65rem; border-radius: 999px; background: var(--c-orange-100); color: var(--c-orange-600); font-weight: 700; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.report__body { display: grid; gap: 1rem; }
@media (min-width: 820px) { .report__body { grid-template-columns: .9fr 1.1fr; } }
.report__panel { background: var(--c-off); border-radius: 14px; padding: 1rem; }
.report__panel h4 { font-size: .8rem; color: var(--c-muted); margin: 0 0 .75rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.score { display: grid; gap: .55rem; }
.score__row { display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: .6rem; font-size: .82rem; }
.score__row b { font-weight: 600; }
.score__bar { height: 10px; border-radius: 999px; background: var(--c-line); overflow: hidden; }
.score__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); }
.score__bar i.is-low { background: linear-gradient(90deg, #F2A900, #E36414); }
.is-in .score__bar i { width: var(--w); }
.score__row em { font-style: normal; font-weight: 700; min-width: 4ch; text-align: right; font-variant-numeric: tabular-nums; }
.finding { display: grid; gap: .5rem; }
.finding__row { display: grid; grid-template-columns: auto 1fr auto; gap: .6rem; align-items: center; background: var(--c-white); border: 1px solid var(--c-line); border-radius: 10px; padding: .6rem .75rem; font-size: .82rem; }
.finding__n { width: 24px; height: 24px; border-radius: 50%; background: var(--c-navy); color: var(--c-white); display: grid; place-items: center; font-weight: 700; font-size: .75rem; }
.finding__row span b { display: block; font-weight: 700; }
.finding__row span small { color: var(--c-muted); }
.finding__tag { font-size: .7rem; font-weight: 700; padding: .2rem .5rem; border-radius: 999px; background: #E3F5EC; color: #146C43; white-space: nowrap; }
.finding__tag.is-mid { background: #FFF1D6; color: #8A5A00; }
.report__note { text-align: center; color: var(--c-muted); font-size: .82rem; margin-top: 1rem; }

/* ---------- Mapa de madurez (radar) ---------- */
.radar-wrap { display: grid; gap: 1.5rem; }
@media (min-width: 900px) { .radar-wrap { grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; } }
.radar__sliders { display: grid; gap: .6rem; }
.radar__sliders .field { margin-bottom: 0; }
.radar__sliders label { display: flex; justify-content: space-between; font-size: .9rem; }
.radar__sliders label span { color: var(--c-muted); font-weight: 400; font-size: .8rem; }
#maturity .calc__row output { width: 44px; flex: 0 0 44px; padding: .3rem .4rem; font-size: .85rem; }
.radar { position: relative; }
.radar svg { width: 100%; height: auto; display: block; overflow: visible; }
.radar .r-grid { fill: none; stroke: rgba(255,255,255,.12); stroke-width: 1; }
.radar .r-axis { stroke: rgba(255,255,255,.14); stroke-width: 1; }
.radar .r-poly { fill: rgba(227,100,20,.28); stroke: var(--c-orange); stroke-width: 2.5; stroke-linejoin: round; transition: d .4s ease; }
.radar .r-dot { fill: var(--c-white); stroke: var(--c-orange); stroke-width: 2.5; transition: cx .4s ease, cy .4s ease; }
.radar .r-label { font-family: var(--ff); font-size: 11.5px; font-weight: 700; fill: var(--c-white); text-anchor: middle; }
.radar .r-label.is-weak { fill: #FFB27A; }
.radar__out { text-align: center; margin-top: 1rem; }
.radar__out strong { display: block; font-size: 1.15rem; margin-bottom: .35rem; }
.radar__out p { color: var(--c-muted-dark); font-size: .92rem; margin: 0 0 1rem; }

/* Móvil */
@media (max-width: 560px) {
  .finding__row { grid-template-columns: auto 1fr; }
  .finding__tag { grid-column: 2; justify-self: start; }
  .score__row { grid-template-columns: 84px 1fr auto; }
  .tier { padding: 1.4rem; }
  .radar { max-width: 320px; margin: 0 auto; }
}
