/* ============================================================
   WA Mining Index — static.css  (Fase 3 · tanda 4)
   ------------------------------------------------------------
   Editorial/static pages: about.php · contact.php · faqs.php
   Prefix .wmi-st-* (shared) + .wmi-faq-* + .wmi-ct-*
   ============================================================ */

/* ---- shared hero ---- */
body.wmi .wmi-st-hero {
  padding: 56px var(--gutter) 36px;
  border-bottom: 1px solid rgba(212,160,23,0.13);
  position: relative;
}
body.wmi .wmi-st-h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.5vw, 80px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.035em;
  margin: 18px 0 0;
  color: var(--text);
}
body.wmi .wmi-st-hero-desc {
  margin-top: 18px;
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 620px;
}

/* ---- section shell ---- */
body.wmi .wmi-st-section {
  padding: 64px var(--gutter) 70px;
  border-bottom: 1px solid rgba(212,160,23,0.13);
}
body.wmi .wmi-st-section-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
body.wmi .wmi-st-section-h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3.3vw, 48px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 14px 0 0;
  color: var(--text);
}
body.wmi .wmi-st-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
body.wmi .wmi-st-body-lg {
  font-size: 16px;
  color: var(--text-body);
  line-height: 1.65;
  margin: 0;
}
body.wmi .wmi-st-body-md {
  margin-top: 16px;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-top: 16px;
}

/* ---- cards (audience / step cards) ---- */
body.wmi .wmi-st-cards {
  margin-top: 48px;
  display: grid;
  gap: 14px;
}
body.wmi .wmi-st-cards-2 { grid-template-columns: repeat(2,1fr); }
body.wmi .wmi-st-cards-3 { grid-template-columns: repeat(3,1fr); }
body.wmi .wmi-st-cards-4 { grid-template-columns: repeat(4,1fr); }

body.wmi .wmi-st-card {
  border: 1px solid rgba(212,160,23,0.27);
  background: var(--panel);
}
body.wmi .wmi-st-card-head {
  padding: 10px 18px;
  border-bottom: 1px dashed rgba(212,160,23,0.27);
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
body.wmi .wmi-st-card-body { padding: 22px 20px 24px; }
body.wmi .wmi-st-card-title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.25;
  letter-spacing: -0.005em;
}
body.wmi .wmi-st-card-text {
  margin-top: 10px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* step (how it works) */
body.wmi .wmi-st-step {
  border: 1px solid rgba(212,160,23,0.27);
  padding: 22px 20px 24px;
  background: var(--panel);
}
body.wmi .wmi-st-step-num {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.03em;
}
body.wmi .wmi-st-step-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin: 12px 0 0;
  letter-spacing: -0.015em;
}
body.wmi .wmi-st-step-text {
  margin-top: 8px;
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* leader card */
body.wmi .wmi-st-leader {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 64px;
  align-items: start;
}
body.wmi .wmi-st-leader-card {
  border: 1px solid rgba(212,160,23,0.33);
  background: var(--panel);
}
body.wmi .wmi-st-leader-card-head {
  padding: 10px 14px;
  border-bottom: 1px dashed rgba(212,160,23,0.33);
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--accent);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
body.wmi .wmi-st-leader-portrait {
  height: 280px;
  background: repeating-linear-gradient(135deg, transparent 0 6px, rgba(212,160,23,0.10) 6px 7px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body.wmi .wmi-st-leader-avatar {
  width: 140px; height: 140px;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
  background: radial-gradient(circle at 35% 30%, rgba(212,160,23,0.30), rgba(212,160,23,0.04));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.02em;
}
body.wmi .wmi-st-leader-meta {
  padding: 14px 16px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  line-height: 1.65;
}
body.wmi .wmi-st-leader-meta .dim { color: var(--text-faint); }

/* leader KPI strip */
body.wmi .wmi-st-kpi-strip {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  max-width: 720px;
}
body.wmi .wmi-st-kpi { background: var(--panel); padding: 12px 14px; }
body.wmi .wmi-st-kpi-k {
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
body.wmi .wmi-st-kpi-v {
  margin-top: 5px;
  font-size: 12.5px;
  color: var(--text);
}
body.wmi .wmi-st-kpi-v.mono {
  font-family: var(--font-mono);
  font-size: 11px;
}

/* botón LinkedIn (about · leadership) */
body.wmi .wmi-st-linkedin {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--accent);
  color: var(--accent);
  padding: 11px 18px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}
body.wmi .wmi-st-linkedin:hover { background: var(--accent); color: #0a0807; }

/* actions row */
body.wmi .wmi-st-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
body.wmi .wmi-st-subtitle {
  margin-top: 36px;
  font-size: 16px;
  color: var(--text-body);
  line-height: 1.6;
  max-width: 820px;
}

/* corner crosshairs for leader portrait */
body.wmi .wmi-st-crosshair {
  position: absolute;
  width: 14px; height: 14px;
}
body.wmi .wmi-st-crosshair.tl { top:10px; left:10px; border-top:1px solid var(--accent); border-left:1px solid var(--accent); }
body.wmi .wmi-st-crosshair.tr { top:10px; right:10px; border-top:1px solid var(--accent); border-right:1px solid var(--accent); }
body.wmi .wmi-st-crosshair.bl { bottom:10px; left:10px; border-bottom:1px solid var(--accent); border-left:1px solid var(--accent); }
body.wmi .wmi-st-crosshair.br { bottom:10px; right:10px; border-bottom:1px solid var(--accent); border-right:1px solid var(--accent); }

/* ============================================================
   FAQ
   ============================================================ */
body.wmi .wmi-faq-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 900px;
}
body.wmi .wmi-faq-sidebar {
  border-right: 1px solid rgba(212,160,23,0.13);
  padding: 40px 32px;
  background: var(--panel);
}
body.wmi .wmi-faq-sidebar-inner {
  position: sticky;
  top: 80px;
}
body.wmi .wmi-faq-jump-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--accent);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
body.wmi .wmi-faq-jump-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 11px 0;
  border-bottom: 1px dashed var(--border);
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.12s;
}
body.wmi .wmi-faq-jump-item:hover { color: var(--text); }
body.wmi .wmi-faq-jump-count {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--accent);
  letter-spacing: 0.12em;
}
body.wmi .wmi-faq-sidebar-note {
  margin-top: 32px;
  padding: 16px;
  border: 1px solid rgba(212,160,23,0.20);
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.55;
  overflow-wrap: anywhere;   /* el email largo no debe desbordar el recuadro */
}

body.wmi .wmi-faq-content { padding: 40px 48px 60px; }
body.wmi .wmi-faq-group { margin-bottom: 48px; }
body.wmi .wmi-faq-group-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--accent);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
body.wmi .wmi-faq-item { border-bottom: 1px solid var(--border); }
body.wmi .wmi-faq-item summary {
  padding: 18px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: var(--text);
  font-weight: 500;
  line-height: 1.4;
  list-style: none;
  gap: 16px;
}
body.wmi .wmi-faq-item summary::-webkit-details-marker { display: none; }
body.wmi .wmi-faq-item summary { transition: color .15s ease; }
body.wmi .wmi-faq-item summary:hover { color: var(--accent); }
body.wmi .wmi-faq-icon {
  font-family: var(--font-mono);
  font-size: 16px;
  color: var(--accent);
  flex-shrink: 0;
  transition: transform 0.2s;
}
body.wmi .wmi-faq-item[open] .wmi-faq-icon { transform: rotate(45deg); }
body.wmi .wmi-faq-answer {
  padding-bottom: 18px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* animación de despliegue del acordeón.
   Capa moderna: ::details-content anima la ALTURA (Chrome 131+/Edge;
   requiere interpolate-size para transicionar hasta `auto`).
   Fallback universal: fade+slide del contenido al abrir. */
body.wmi .wmi-faq-item { interpolate-size: allow-keywords; }
body.wmi .wmi-faq-item::details-content {
  opacity: 0;
  block-size: 0;
  overflow-y: clip;
  transition: content-visibility .28s allow-discrete,
              opacity .28s ease,
              block-size .28s ease;
}
body.wmi .wmi-faq-item[open]::details-content {
  opacity: 1;
  block-size: auto;
}
@supports not selector(::details-content) {
  body.wmi .wmi-faq-item[open] .wmi-faq-answer {
    animation: wmiFaqReveal .25s ease;
  }
}
@keyframes wmiFaqReveal {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  body.wmi .wmi-faq-item::details-content { transition: none; }
  body.wmi .wmi-faq-item[open] .wmi-faq-answer { animation: none; }
  body.wmi .wmi-ct-submit:hover { transform: none; }
}

/* ============================================================
   CONTACT
   ============================================================ */
body.wmi .wmi-ct-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  min-height: 700px;
}
body.wmi .wmi-ct-form-col {
  padding: 48px var(--gutter);
  border-right: 1px solid rgba(212,160,23,0.13);
}
body.wmi .wmi-ct-channels-col {
  padding: 48px var(--gutter);
  background: var(--panel);
}
body.wmi .wmi-ct-section-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
body.wmi .wmi-ct-section-h2 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  margin: 10px 0 24px;
  letter-spacing: -0.015em;
  color: var(--text);
}
body.wmi .wmi-ct-form { display: flex; flex-direction: column; gap: 18px; max-width: 640px; }
body.wmi .wmi-ct-field-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
body.wmi .wmi-ct-input,
body.wmi .wmi-ct-select,
body.wmi .wmi-ct-textarea {
  width: 100%;
  padding: 13px 14px;
  background: rgba(15,12,8,0.9);
  color: var(--text);
  border: 1px solid var(--border-3);
  border-radius: 0;
  font-family: 'Geist', sans-serif;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.15s;
}
body.wmi .wmi-ct-input:focus,
body.wmi .wmi-ct-select:focus,
body.wmi .wmi-ct-textarea:focus { border-color: var(--accent); }
body.wmi .wmi-ct-textarea { resize: vertical; }
body.wmi .wmi-ct-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* radio topic pills */
body.wmi .wmi-ct-topics { display: flex; flex-wrap: wrap; gap: 6px; }
body.wmi .wmi-ct-topic {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border-3);
  padding: 7px 11px;
  cursor: pointer;
  font-size: 12.5px;
  color: var(--text);
  transition: border-color 0.12s;
}
body.wmi .wmi-ct-topic:hover { border-color: var(--accent); }
body.wmi .wmi-ct-topic input[type=radio] { display: none; }
body.wmi .wmi-ct-topic-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 1px solid var(--border-3);
  flex-shrink: 0;
  transition: background 0.12s, border-color 0.12s;
}
body.wmi .wmi-ct-topic input[type=radio]:checked ~ .wmi-ct-topic-dot {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: inset 0 0 0 2px var(--bg);
}
body.wmi .wmi-ct-topic input[type=radio]:checked ~ span { color: var(--text); }
body.wmi .wmi-ct-topic.selected { border-color: var(--accent); background: rgba(212,160,23,0.06); }

body.wmi .wmi-ct-footer-note {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-faint);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* submit + email buttons */
body.wmi .wmi-ct-submit {
  background: var(--accent);
  color: #0a0807;
  border: none;
  padding: 15px 18px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
  transition: filter .15s ease, box-shadow .15s ease, transform .15s ease;
}
body.wmi .wmi-ct-submit:hover {
  filter: brightness(1.07);
  box-shadow: 0 10px 26px -10px rgba(212,160,23,0.6);
  transform: translateY(-1px);
}
body.wmi .wmi-ct-email-btn {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 16px;
  background: var(--accent);
  color: #0a0807;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: filter .15s ease;
}
body.wmi .wmi-ct-email-btn:hover { filter: brightness(1.12); }

/* status messages */
body.wmi .wmi-ct-msg { padding: 14px 16px; margin-bottom: 20px; font-size: 13.5px; font-weight: 600; }
body.wmi .wmi-ct-msg-ok { background: rgba(95,184,120,0.08); color: var(--ok); border: 1px solid rgba(95,184,120,0.3); }
body.wmi .wmi-ct-msg-err { background: rgba(232,91,91,0.08); color: var(--danger); border: 1px solid rgba(232,91,91,0.3); }

/* channel card */
body.wmi .wmi-ct-channel {
  border: 1px solid var(--accent);
  background: linear-gradient(135deg, rgba(212,160,23,0.10), transparent);
  padding: 20px 22px;
  position: relative;
}
body.wmi .wmi-ct-channel-inner {
  position: absolute;
  inset: 4px;
  border: 1px dashed rgba(212,160,23,0.33);
  pointer-events: none;
}
body.wmi .wmi-ct-channel-kicker {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
}
body.wmi .wmi-ct-channel-email {
  margin-top: 10px;
  font-size: 18px;
  color: var(--text);
  font-weight: 500;
  position: relative;
}
body.wmi .wmi-ct-channel-desc {
  margin-top: 6px;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  position: relative;
}
body.wmi .wmi-ct-postal {
  margin-top: 14px;
  border: 1px solid rgba(212,160,23,0.27);
  padding: 18px 18px;
}
body.wmi .wmi-ct-postal-label {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
body.wmi .wmi-ct-postal-text {
  margin-top: 8px;
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.55;
}
body.wmi .wmi-ct-hours {
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--text-faint);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ============================================================
   FREE LISTING — supplier application form (free_listing.php)
   Reusa la familia .wmi-ct-* (form de contacto, ya live); abajo
   solo lo específico de esta página.
   ============================================================ */
/* intro + field helpers */
body.wmi .wmi-fl-intro { font-size: 14px; color: var(--text-muted); line-height: 1.65; margin: 0 0 24px; max-width: 560px; }
body.wmi .wmi-fl-intro a { color: var(--accent); text-decoration: none; }
body.wmi .wmi-fl-hint { margin-top: 6px; font-size: 11px; color: var(--text-muted); line-height: 1.5; }
body.wmi .wmi-fl-note { margin-top: 2px; font-size: 12px; color: var(--text-muted); line-height: 1.65; max-width: 560px; }
body.wmi .wmi-fl-note a { color: var(--accent); text-decoration: none; }
body.wmi .wmi-fl-req { color: var(--accent); }
body.wmi .wmi-fl-opt { color: var(--text-faint); font-weight: 400; }

/* right rail — "what happens next" steps */
body.wmi .wmi-fl-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; position: relative; }
body.wmi .wmi-fl-step { display: flex; gap: 12px; align-items: flex-start; }
body.wmi .wmi-fl-step-n {
  font-family: var(--font-mono); font-size: 10px; color: var(--accent);
  letter-spacing: 0.12em; border: 1px solid var(--border-3); padding: 3px 6px;
  flex-shrink: 0; line-height: 1;
}
body.wmi .wmi-fl-step-t { font-size: 13.5px; color: var(--text-muted); line-height: 1.5; }
body.wmi .wmi-fl-step-t b { color: var(--text); font-weight: 600; }

/* right rail — Free vs Verified compare */
body.wmi .wmi-fl-compare { margin-top: 22px; border: 1px solid var(--border-3); }
body.wmi .wmi-fl-compare-row { padding: 14px 16px; border-bottom: 1px dashed var(--border-3); }
body.wmi .wmi-fl-compare-row:last-child { border-bottom: none; }
body.wmi .wmi-fl-compare-tier {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; display: flex; justify-content: space-between;
  align-items: baseline; gap: 10px; color: var(--text-muted);
}
body.wmi .wmi-fl-compare-row.is-this .wmi-fl-compare-tier { color: var(--accent); }
body.wmi .wmi-fl-compare-list { margin: 8px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 5px; }
body.wmi .wmi-fl-compare-list li { font-size: 12.5px; color: var(--text-muted); line-height: 1.45; padding-left: 14px; position: relative; }
body.wmi .wmi-fl-compare-list li::before { content: '\00B7'; position: absolute; left: 3px; color: var(--accent); }
body.wmi .wmi-fl-compare-cta {
  display: inline-block; margin-top: 12px; font-family: var(--font-mono);
  font-size: 10.5px; letter-spacing: 0.14em; color: var(--accent);
  text-decoration: none; text-transform: uppercase;
}
body.wmi .wmi-fl-compare-cta:hover { text-decoration: underline; }

/* right rail — Verified upsell (founding offer panel) */
body.wmi .wmi-fl-compare-row.is-up {
  background: linear-gradient(165deg, rgba(212,160,23,0.11), rgba(212,160,23,0.02) 60%, transparent);
  padding: 18px 16px 16px;
}
body.wmi .wmi-fl-founding {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--accent);
  border: 1px solid rgba(212,160,23,0.45); padding: 4px 8px; margin-bottom: 12px;
}
body.wmi .wmi-fl-founding::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent); box-shadow: 0 0 0 3px rgba(212,160,23,0.18);
}
body.wmi .wmi-fl-vtier {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--text);
}
body.wmi .wmi-fl-price { display: flex; align-items: baseline; gap: 8px; margin-top: 8px; }
body.wmi .wmi-fl-price .v {
  font-family: var(--font-display); font-size: 38px; font-weight: 600;
  color: var(--accent); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; line-height: 1;
}
body.wmi .wmi-fl-price .p {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em;
  color: var(--text-muted); text-transform: uppercase;
}
body.wmi .wmi-fl-price-alt {
  margin-top: 6px; font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.04em; color: var(--text-dim);
}
body.wmi .wmi-fl-price-alt b { color: var(--ok); font-weight: 600; }
body.wmi .wmi-fl-vlist { margin: 14px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 7px; }
body.wmi .wmi-fl-vlist li { font-size: 12.5px; color: var(--text-body); line-height: 1.45; padding-left: 20px; position: relative; }
body.wmi .wmi-fl-vlist li::before {
  content: '\2713'; position: absolute; left: 0; top: 0;
  color: var(--accent); font-size: 12px; font-weight: 700;
}
body.wmi .wmi-fl-locked {
  margin-top: 14px; font-size: 11.5px; color: var(--text-muted);
  line-height: 1.5; border-left: 2px solid var(--accent); padding-left: 10px;
}
body.wmi .wmi-fl-locked b { color: var(--text); font-weight: 600; }
body.wmi .wmi-fl-compare-cta.is-btn {
  background: var(--accent); color: #0a0807; padding: 11px 16px;
  font-size: 11px; font-weight: 700; margin-top: 16px;
  transition: filter .15s ease, transform .15s ease, box-shadow .15s ease;
}
body.wmi .wmi-fl-compare-cta.is-btn:hover {
  text-decoration: none; filter: brightness(1.07);
  transform: translateY(-1px); box-shadow: 0 10px 26px -10px rgba(212,160,23,0.6);
}

/* success / fallback single-column states */
body.wmi .wmi-fl-single { grid-template-columns: 1fr; min-height: auto; }
body.wmi .wmi-fl-confirm { border-right: none; max-width: 620px; margin: 0 auto; text-align: center; padding: 72px var(--gutter) 80px; }
body.wmi .wmi-fl-confirm .wmi-ct-section-h2 { font-size: clamp(28px, 3.5vw, 44px); margin: 14px 0 18px; }
body.wmi .wmi-fl-confirm .wmi-fl-intro { max-width: 520px; margin: 0 auto 28px; }
body.wmi .wmi-fl-confirm-cta { display: inline-block; text-decoration: none; }

/* ---- mobile ---- */
@media (max-width: 900px) {
  body.wmi .wmi-st-2col { grid-template-columns: 1fr; gap: 28px; }
  body.wmi .wmi-st-cards-2,
  body.wmi .wmi-st-cards-3,
  body.wmi .wmi-st-cards-4 { grid-template-columns: 1fr; }
  body.wmi .wmi-st-leader { grid-template-columns: 1fr; gap: 24px; }
  body.wmi .wmi-faq-layout { grid-template-columns: 1fr; }
  /* mobile: se ocultan los jump-links pero la nota de contacto queda,
     reubicada después del contenido */
  body.wmi .wmi-faq-sidebar {
    order: 2;
    border-right: none;
    border-top: 1px solid rgba(212,160,23,0.13);
    padding: 24px 18px 40px;
  }
  body.wmi .wmi-faq-sidebar-inner { position: static; }
  body.wmi .wmi-faq-jump-label,
  body.wmi .wmi-faq-jump-item { display: none; }
  body.wmi .wmi-faq-sidebar-note { margin-top: 0; }
  body.wmi .wmi-faq-content { padding: 24px 18px 40px; }
  body.wmi .wmi-ct-layout { grid-template-columns: 1fr; }
  body.wmi .wmi-ct-field-row { grid-template-columns: 1fr; }
  body.wmi .wmi-st-kpi-strip { grid-template-columns: 1fr; }
}
