/* ============================================================================
   RESULTADISTAS · STYLES v2.1 (Home compactado)
   Se carga DESPUÉS de styles.css para sobrescribir lo necesario.
   ============================================================================ */

:root {
  --accent-bright: #ff6a3d;
}

/* HEADER */
.site-header {
  background: #000 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-nav { gap: 1.6rem; }
.brand-logo {
  display: block;
  height: 36px;
  width: auto;
  max-width: min(58vw, 240px);
}
.nav-active { color: #fff !important; position: relative; }
.nav-active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1.55rem;
  height: 2px; background: var(--brand-bright); border-radius: 2px;
}
.header-whatsapp {
  display: inline-flex; align-items: center; gap: 0.42rem;
  color: #dedede; font-weight: 500; font-size: 0.92rem;
  padding-left: 0.6rem; border-left: 1px solid rgba(255,255,255,0.14);
  transition: color 0.18s ease;
  text-decoration: none;
}
.header-whatsapp:hover { color: #25D366; }
.header-whatsapp svg { width: 16px; height: 16px; color: #25D366; }
.site-header .nav-cta {
  padding: 0.6rem 1rem; background: var(--accent); color: #fff;
  border: none; border-radius: 999px; font-weight: 700; font-size: 0.9rem;
  box-shadow: 0 8px 22px rgba(255,74,28,0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.site-header .nav-cta:hover {
  transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,74,28,0.4); color: #fff;
}

/* HERO v3 */
.hero { padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(2.5rem, 5vw, 4rem); }
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--brand-bright); font-weight: 700; margin-bottom: 1.1rem;
}
.hero-eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--brand-bright); }
.hero h1 {
  font-size: clamp(2.3rem, 4.6vw, 3.65rem); font-weight: 800;
  margin: 0 0 1.1rem; letter-spacing: -0.025em;
}
.hero-h1-accent {
  background: linear-gradient(120deg, var(--brand), var(--brand-bright));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-lead {
  font-size: clamp(1.02rem, 1.45vw, 1.18rem); color: var(--muted);
  margin: 0 0 1.8rem; max-width: 32rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1rem; }

/* Botones v2 */
.btn-v2 {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.55rem; min-height: 2.85rem; padding: 0.82rem 1.35rem;
  border-radius: 999px; font-weight: 800; font-size: 0.95rem; line-height: 1.15;
  text-align: center; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer; border: none; font-family: inherit; text-decoration: none;
}
.btn-v2:hover, .btn-v2:focus-visible { transform: translateY(-2px); }
.btn-v2-primary {
  background: var(--accent); color: #fff;
  box-shadow: 0 14px 36px rgba(255,74,28,0.32);
}
.btn-v2-primary:hover {
  background: var(--accent-bright); box-shadow: 0 18px 44px rgba(255,74,28,0.45); color: #fff;
}
.btn-v2-primary svg { width: 16px; height: 16px; transition: transform 0.2s; }
.btn-v2-primary:hover svg { transform: translateX(3px); }
.btn-v2-secondary {
  background: transparent; border: 1px solid rgba(255,255,255,0.22); color: #f2f2f2;
}
.btn-v2-secondary:hover {
  border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.04); color: #fff;
}
.btn-v2-secondary .wa-icon { width: 18px; height: 18px; color: #25D366; }
.btn-v2-large { padding: 1rem 1.6rem; font-size: 0.98rem; }

/* Microcopy y trust */
.hero-microcopy {
  display: flex; flex-wrap: wrap; gap: 0.4rem 1.1rem;
  font-size: 0.84rem; color: var(--muted); margin-bottom: 0;
}
.hero-microcopy span { display: inline-flex; align-items: center; gap: 0.42rem; }
.hero-microcopy svg { width: 13px; height: 13px; color: var(--accent); flex-shrink: 0; }

/* Panel hero v3 */
.hero-panel-v3 {
  position: relative;
  background: linear-gradient(160deg, rgba(36,36,34,0.95), rgba(29,29,27,0.92));
  border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-lg);
  padding: 1.5rem; box-shadow: var(--shadow); overflow: hidden;
}
.hero-panel-v3::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 0%, rgba(0,156,224,0.18), transparent 50%);
  pointer-events: none;
}
.dashboard-top {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 1.2rem; position: relative;
}
.dashboard-top .hero-eyebrow { margin: 0; font-size: 0.7rem; }
.dashboard-top .hero-eyebrow::before { display: none; }
.dashboard-top .live {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.7rem; color: #61d671;
  padding: 0.28rem 0.6rem; border: 1px solid rgba(97,214,113,0.3);
  border-radius: 999px; font-weight: 600;
}
.dashboard-top .live .dot {
  width: 6px; height: 6px; border-radius: 50%; background: #61d671;
  box-shadow: 0 0 0 0 rgba(97,214,113,0.6);
  animation: pulse-green 1.6s ease-out infinite;
}
@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(97,214,113,0.6); }
  100% { box-shadow: 0 0 0 8px rgba(97,214,113,0); }
}
.hero-kpi-main {
  position: relative; padding: 1.1rem 1.2rem;
  background: linear-gradient(135deg, rgba(255,74,28,0.12), rgba(255,74,28,0.04));
  border: 1px solid rgba(255,74,28,0.28);
  border-radius: 0.9rem; margin-bottom: 1rem;
}
.hero-kpi-main-label {
  font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--accent-bright); font-weight: 700; margin-bottom: 0.25rem;
}
.hero-kpi-main-value {
  font-size: clamp(1.6rem, 2.4vw, 2rem); font-weight: 800;
  letter-spacing: -0.025em; color: #fff; line-height: 1;
  margin-bottom: 0.35rem; display: flex; align-items: baseline; gap: 0.3rem;
}
.hero-kpi-main-value small {
  font-size: 0.95rem; font-weight: 600; color: var(--muted); letter-spacing: 0;
}
.hero-kpi-main-context {
  font-size: 0.78rem; color: #dedede;
  display: flex; align-items: center; gap: 0.4rem;
}
.hero-kpi-main-context .ai-tag {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.15rem 0.5rem; background: rgba(0,156,224,0.15);
  border: 1px solid rgba(0,156,224,0.32); border-radius: 4px;
  font-size: 0.7rem; color: var(--brand-bright); font-weight: 700; letter-spacing: 0.04em;
}
.kpi-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem; margin-bottom: 1rem; position: relative;
}
.kpi-row > div {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.65rem; padding: 0.7rem 0.6rem;
}
.kpi-row strong {
  display: block; font-size: 1rem; font-weight: 800; color: var(--text);
  margin-bottom: 0.1rem; letter-spacing: -0.015em;
}
.kpi-row span { font-size: 0.66rem; color: var(--muted); line-height: 1.3; }
.ai-chat-card {
  background: rgba(0,0,0,0.28); border-radius: 0.65rem;
  padding: 0.85rem 0.9rem; position: relative;
}
.ai-chat-header {
  display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.65rem;
  font-size: 0.7rem; color: var(--muted); font-weight: 600;
}
.ai-chat-header .ai-avatar {
  width: 18px; height: 18px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-bright));
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.62rem; font-weight: 800; color: #fff;
}
.chat-msg {
  font-size: 0.74rem; line-height: 1.45;
  padding: 0.5rem 0.7rem; border-radius: 0.6rem;
  margin-bottom: 0.4rem; max-width: 88%;
}
.chat-msg.lead {
  background: rgba(255,255,255,0.04); color: #dedede; border-bottom-left-radius: 0.25rem;
}
.chat-msg.ai {
  background: linear-gradient(135deg, rgba(0,156,224,0.18), rgba(0,156,224,0.05));
  border: 1px solid rgba(0,156,224,0.18); color: #f3f3f3;
  margin-left: auto; border-bottom-right-radius: 0.25rem;
}
.chat-time {
  font-size: 0.62rem; color: var(--muted);
  text-align: right; margin-top: 0.4rem; font-weight: 600;
}
.chat-time strong { color: #61d671; font-weight: 700; }

/* SECTION GENÉRICA */
.section-v2 { position: relative; padding: clamp(3rem, 5vw, 4.5rem) 0; }
.eyebrow-v2 {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin-bottom: 0.8rem; color: var(--brand-bright);
  font-size: 0.75rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase;
}
.eyebrow-v2::before { content: ""; width: 28px; height: 1px; background: var(--brand-bright); }
.eyebrow-accent { color: var(--accent-bright); }
.eyebrow-accent::before { background: var(--accent-bright); }
.section-heading-v2 { margin-bottom: 2.5rem; max-width: 62ch; }
.section-heading-v2 h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.5rem); font-weight: 800;
  margin: 0 0 0.8rem; letter-spacing: -0.025em; line-height: 1.12;
}
.section-heading-v2 p {
  color: var(--muted); font-size: 1.02rem; margin: 0; max-width: 52ch;
}
.highlight-blue {
  background: linear-gradient(120deg, var(--brand), var(--brand-bright));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.highlight-orange, .accent-orange {
  background: linear-gradient(120deg, var(--accent), var(--accent-bright));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.section-heading-row {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 2rem; margin-bottom: 2.5rem; flex-wrap: wrap;
}
.section-heading-row .section-heading-v2 { margin-bottom: 0; }
.section-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  color: var(--brand-bright); font-weight: 700; font-size: 0.92rem;
  white-space: nowrap; padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(16,179,255,0.4);
  transition: gap 0.2s ease, border-color 0.2s ease; text-decoration: none;
}
.section-link:hover {
  gap: 0.7rem; border-bottom-color: var(--brand-bright); color: var(--brand-bright);
}
.section-link svg { width: 14px; height: 14px; }

/* RESULTADOS DEL MÉTODO — Banda destacada con 4 métricas */
.metrics-band {
  background: linear-gradient(160deg, rgba(36,36,34,0.85), rgba(20,20,19,0.95));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: clamp(1rem, 2vw, 1.8rem);
  padding: clamp(2.2rem, 4vw, 3rem);
  position: relative; overflow: hidden;
}
.metrics-band::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,74,28,0.10), transparent 50%),
    radial-gradient(circle at 100% 100%, rgba(0,156,224,0.10), transparent 50%);
  pointer-events: none;
}
.metrics-band::after {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 60%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-bright), transparent);
}
.metrics-band-grid {
  position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
.metric-item {
  text-align: center; padding: 0 1.4rem; position: relative;
}
.metric-item + .metric-item::before {
  content: ""; position: absolute; left: 0; top: 15%; bottom: 15%;
  width: 1px; background: rgba(255,255,255,0.08);
}
.metric-item-num {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 800;
  letter-spacing: -0.04em; line-height: 1; margin-bottom: 0.65rem;
  background: linear-gradient(120deg, var(--accent), var(--accent-bright));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: inline-flex; align-items: baseline; gap: 0.15rem;
}
.metric-item-num-suffix {
  font-size: 0.55em; font-weight: 700;
  -webkit-text-fill-color: var(--muted);
  letter-spacing: 0; margin-left: -0.05em;
}
.metric-item-label {
  font-size: 0.95rem; font-weight: 700; color: #fff;
  margin-bottom: 0.25rem; letter-spacing: -0.005em;
}
.metric-item-context {
  font-size: 0.78rem; color: var(--muted); line-height: 1.4;
}
.metrics-band-footer {
  position: relative; margin-top: 2rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center; font-size: 0.84rem;
  color: var(--muted); font-style: italic;
}
.metrics-band-footer strong {
  color: #dedede; font-style: normal; font-weight: 600;
}

/* PROBLEMA tabla */
.problem-table {
  background: linear-gradient(160deg, rgba(36,36,34,0.7), rgba(29,29,27,0.45));
  border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-lg);
  overflow: hidden;
}
.problem-table-head {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.problem-table-head > div {
  padding: 1rem 1.4rem; font-weight: 800; font-size: 0.74rem;
  text-transform: uppercase; letter-spacing: 0.14em;
  display: flex; align-items: center; gap: 0.6rem;
}
.problem-table-head-before { color: var(--muted); background: rgba(0,0,0,0.18); }
.problem-table-head-after { color: var(--accent-bright); background: rgba(255,74,28,0.06); }
.problem-table-head .dot {
  width: 7px; height: 7px; border-radius: 50%; background: currentColor;
}
.problem-row {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.problem-row:last-child { border-bottom: none; }
.problem-row > div {
  padding: 1.15rem 1.4rem; display: flex; align-items: flex-start; gap: 0.75rem;
}
.problem-before { background: rgba(0,0,0,0.12); }
.problem-before-icon {
  width: 28px; height: 28px; border-radius: 8px;
  background: rgba(255,90,90,0.12); color: #ff7a7a;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 0.1rem;
}
.problem-before-icon svg { width: 14px; height: 14px; stroke-width: 2.2; }
.problem-before-content strong {
  display: block; font-size: 0.95rem; font-weight: 700;
  color: #f3f3f3; margin-bottom: 0.2rem; letter-spacing: -0.005em;
}
.problem-before-content span {
  font-size: 0.85rem; color: var(--muted); line-height: 1.5;
}
.problem-after { background: rgba(255,74,28,0.03); }
.problem-after::before {
  content: "✓"; color: var(--accent-bright);
  font-weight: 800; font-size: 1.1rem; flex-shrink: 0;
  width: 28px; height: 28px; border-radius: 8px;
  background: rgba(255,74,28,0.15);
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 0.1rem;
}
.problem-after-content strong {
  display: block; font-size: 0.95rem; font-weight: 700;
  color: #fff; margin-bottom: 0.2rem; letter-spacing: -0.005em;
}
.problem-after-content span {
  font-size: 0.85rem; color: #dedede; line-height: 1.5;
}

/* SOLUCIÓN */
.pieces-connector {
  display: flex; align-items: center; justify-content: center;
  gap: 0.8rem; margin-bottom: 1.5rem; padding: 0.85rem 1.4rem;
  background: linear-gradient(120deg, rgba(0,156,224,0.06), rgba(255,74,28,0.04));
  border: 1px solid rgba(255,255,255,0.08); border-radius: 999px;
  font-size: 0.85rem; color: #dedede; font-weight: 500;
  max-width: max-content; margin-left: auto; margin-right: auto;
}
.pieces-connector strong { color: #fff; font-weight: 700; }
.pieces-connector .arrow { color: var(--accent-bright); font-weight: 800; }
.pieces-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.piece-card {
  background: linear-gradient(160deg, rgba(36,36,34,0.85), rgba(29,29,27,0.5));
  border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-lg);
  padding: 1.4rem 1.3rem;
  display: flex; flex-direction: column; gap: 0.85rem;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.piece-card:hover {
  border-color: rgba(16,179,255,0.32); transform: translateY(-3px);
}
.piece-card-head {
  display: flex; align-items: center; justify-content: space-between; gap: 0.5rem;
}
.piece-num {
  font-size: 0.7rem; font-weight: 800; color: var(--muted); letter-spacing: 0.14em;
}
.piece-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, rgba(0,156,224,0.22), rgba(0,156,224,0.06));
  border: 1px solid rgba(0,156,224,0.3); color: var(--brand-bright);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.piece-icon svg { width: 20px; height: 20px; stroke-width: 2; }
.piece-card.piece-highlight .piece-icon {
  background: linear-gradient(135deg, rgba(255,74,28,0.22), rgba(255,74,28,0.06));
  border-color: rgba(255,74,28,0.32); color: var(--accent-bright);
}
.piece-card h3 {
  font-size: 1.05rem; font-weight: 700; margin: 0; color: #fff; letter-spacing: -0.01em;
}
.piece-card p {
  font-size: 0.88rem; color: var(--muted); margin: 0;
  line-height: 1.55; flex: 1;
}
.piece-card-tag {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.7rem; font-weight: 700; color: var(--accent-bright);
  text-transform: uppercase; letter-spacing: 0.08em;
  padding: 0.3rem 0.55rem; background: rgba(255,74,28,0.08);
  border: 1px solid rgba(255,74,28,0.22); border-radius: 999px;
  margin-top: 0.25rem; align-self: flex-start;
}
.piece-card-tag .pulse {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent-bright);
  box-shadow: 0 0 0 0 rgba(255,106,61,0.6);
  animation: pulse-v2 1.8s ease-out infinite;
}
@keyframes pulse-v2 {
  0% { box-shadow: 0 0 0 0 rgba(255,106,61,0.6); }
  100% { box-shadow: 0 0 0 8px rgba(255,106,61,0); }
}

/* CÓMO FUNCIONA MINI */
.howto-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0; align-items: stretch;
}
.howto-step {
  background: linear-gradient(160deg, rgba(36,36,34,0.85), rgba(29,29,27,0.5));
  border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-lg);
  padding: 1.6rem 1.4rem;
  display: flex; flex-direction: column; gap: 0.85rem; position: relative;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.howto-step:hover {
  border-color: rgba(16,179,255,0.32); transform: translateY(-3px);
}
.howto-step-head {
  display: flex; align-items: center; justify-content: space-between; gap: 0.6rem;
}
.howto-step-num {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(0,156,224,0.12); border: 1px solid rgba(0,156,224,0.3);
  color: var(--brand-bright);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.85rem; flex-shrink: 0; letter-spacing: -0.01em;
}
.howto-step-time {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--muted); font-weight: 700;
}
.howto-step h3 {
  font-size: 1.1rem; font-weight: 700; margin: 0; color: #fff; letter-spacing: -0.01em;
}
.howto-step p {
  font-size: 0.88rem; color: var(--muted); margin: 0; line-height: 1.55; flex: 1;
}
.howto-arrow {
  display: flex; align-items: center; justify-content: center;
  padding: 0 0.4rem; color: var(--accent-bright); opacity: 0.6;
}
.howto-arrow svg { width: 22px; height: 22px; stroke-width: 2; }
.howto-summary {
  margin-top: 1.8rem; display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; padding: 1.2rem 1.8rem;
  background: linear-gradient(120deg, rgba(0,156,224,0.06), rgba(255,74,28,0.04));
  border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-lg);
}
.howto-summary-item {
  display: flex; align-items: center; gap: 0.8rem;
  padding: 0 1.2rem; border-left: 1px solid rgba(255,255,255,0.06);
}
.howto-summary-item:first-child { border-left: none; padding-left: 0; }
.howto-summary-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(0,156,224,0.15); color: var(--brand-bright);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.howto-summary-icon svg { width: 16px; height: 16px; stroke-width: 2; }
.howto-summary-text strong {
  display: block; font-size: 0.95rem; font-weight: 700;
  color: #fff; letter-spacing: -0.01em; line-height: 1.2; margin-bottom: 0.1rem;
}
.howto-summary-text span { font-size: 0.76rem; color: var(--muted); }

/* RUBROS mini */
.rubros-mini-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 0.75rem;
}
.rubro-mini {
  background: linear-gradient(160deg, rgba(36,36,34,0.7), rgba(29,29,27,0.4));
  border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius);
  padding: 1.2rem 1rem;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 0.7rem; text-decoration: none; color: inherit;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}
.rubro-mini:hover {
  border-color: rgba(16,179,255,0.32); transform: translateY(-3px);
  background: linear-gradient(160deg, rgba(36,36,34,0.95), rgba(29,29,27,0.7));
}
.rubro-mini-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, rgba(0,156,224,0.18), rgba(0,156,224,0.04));
  border: 1px solid rgba(0,156,224,0.25); color: var(--brand-bright);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform 0.3s ease;
}
.rubro-mini:hover .rubro-mini-icon { transform: scale(1.08); }
.rubro-mini-icon svg { width: 18px; height: 18px; stroke-width: 1.8; }
.rubro-mini-name {
  font-size: 0.83rem; font-weight: 700; color: #fff;
  letter-spacing: -0.005em; line-height: 1.25;
}
.rubros-cta {
  margin-top: 1.5rem; padding: 1.2rem 1.5rem;
  background: rgba(255,255,255,0.02);
  border: 1px dashed rgba(255,255,255,0.14); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.2rem; flex-wrap: wrap;
}
.rubros-cta-text { flex: 1; min-width: 220px; }
.rubros-cta-text strong {
  display: block; font-size: 0.95rem; font-weight: 700;
  color: #fff; margin-bottom: 0.15rem;
}
.rubros-cta-text span { font-size: 0.85rem; color: var(--muted); }
.rubros-cta-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.6rem 1.05rem;
  background: rgba(255,74,28,0.1); border: 1px solid rgba(255,74,28,0.32);
  color: var(--accent-bright); border-radius: 999px;
  font-weight: 700; font-size: 0.88rem; text-decoration: none;
  transition: all 0.2s ease; white-space: nowrap;
}
.rubros-cta-link:hover {
  background: var(--accent); color: #fff; border-color: var(--accent);
  transform: translateY(-2px);
}
.rubros-cta-link svg { width: 14px; height: 14px; stroke-width: 2.5; }

/* CTA FINAL */
.final-cta-section { position: relative; padding: clamp(4rem, 7vw, 6rem) 0; }
.final-cta {
  position: relative;
  background: linear-gradient(160deg, rgba(36,36,34,0.85), rgba(20,20,19,0.95));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: clamp(1rem, 2vw, 1.8rem);
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(2rem, 4vw, 3.5rem);
  overflow: hidden; text-align: center;
}
.final-cta::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,74,28,0.18), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(0,156,224,0.12), transparent 50%);
  pointer-events: none;
}
.final-cta::after {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 60%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.final-cta-content { position: relative; max-width: 42rem; margin: 0 auto; }
.final-cta-tag {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  background: rgba(255,74,28,0.12); border: 1px solid rgba(255,74,28,0.32);
  border-radius: 999px;
  font-size: 0.74rem; font-weight: 700; color: var(--accent-bright);
  text-transform: uppercase; letter-spacing: 0.11em; margin-bottom: 1.5rem;
}
.final-cta-tag .pulse {
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent-bright);
  box-shadow: 0 0 0 0 rgba(255,106,61,0.6);
  animation: pulse-v2 1.8s ease-out infinite;
}
.final-cta h2 {
  font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 800;
  margin: 0 0 1rem; letter-spacing: -0.025em; line-height: 1.1;
}
.final-cta-lead {
  font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: var(--muted);
  margin: 0 0 2.2rem; line-height: 1.55;
}
.final-cta-actions {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 0.85rem; margin-bottom: 1.5rem;
}
.final-cta-microcopy {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 0.4rem 1.2rem; font-size: 0.84rem; color: var(--muted);
}
.final-cta-microcopy span { display: inline-flex; align-items: center; gap: 0.42rem; }
.final-cta-microcopy svg { width: 13px; height: 13px; color: var(--accent-bright); }

/* FOOTER */
.site-footer-v2 {
  position: relative; padding: clamp(3rem, 5vw, 4.5rem) 0 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(15,15,14,0.4);
}
.site-footer-v2 .footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem); margin-bottom: 3rem;
}
.site-footer-v2 .footer-brand { max-width: 22rem; }
.footer-brand-logo {
  display: block;
  width: auto;
  height: 32px;
  max-width: 200px;
  margin-bottom: 1rem;
  border-radius: 2px;
}
.footer-brand-tagline {
  font-size: 1rem; font-weight: 700; color: #fff;
  margin: 0 0 0.75rem; line-height: 1.4; letter-spacing: -0.01em;
}
.footer-brand-desc {
  font-size: 0.9rem; color: var(--muted); margin: 0 0 1.5rem; line-height: 1.55;
}
.footer-contact { display: grid; gap: 0.7rem; margin-bottom: 1.5rem; }
.footer-contact-item {
  display: inline-flex; align-items: center; gap: 0.65rem;
  font-size: 0.92rem; color: #dedede; transition: color 0.2s ease;
}
.footer-contact-item:hover { color: var(--brand-bright); }
.footer-contact-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--brand-bright); flex-shrink: 0;
}
.footer-contact-icon svg { width: 14px; height: 14px; stroke-width: 2; }
.footer-social { display: flex; gap: 0.6rem; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--muted); transition: all 0.2s ease;
}
.footer-social a:hover {
  color: var(--brand-bright); border-color: var(--brand-bright);
  background: rgba(0,156,224,0.08); transform: translateY(-2px);
}
.footer-social svg { width: 16px; height: 16px; }
.site-footer-v2 .footer-col { display: flex; flex-direction: column; }
.site-footer-v2 .footer-title {
  font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.14em;
  font-weight: 800; color: #fff; margin: 0 0 1.2rem;
}
.site-footer-v2 .footer-links { display: grid; gap: 0.65rem; }
.site-footer-v2 .footer-links a {
  font-size: 0.92rem; color: var(--muted); transition: color 0.18s ease;
}
.site-footer-v2 .footer-links a:hover { color: var(--brand-bright); }
.footer-link-highlight { color: var(--accent-bright) !important; font-weight: 700; }
.footer-link-highlight:hover { color: var(--accent) !important; }
.site-footer-v2 .footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem; padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 0.85rem; color: var(--muted);
}
.footer-bottom-links { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-bottom-links a { transition: color 0.18s ease; }
.footer-bottom-links a:hover { color: var(--brand-bright); }

/* WhatsApp float */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px rgba(37,211,102,0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 90; padding: 0; font-size: 0;
}
.whatsapp-float:hover {
  transform: translateY(-3px); box-shadow: 0 18px 40px rgba(37,211,102,0.55);
}
.whatsapp-float svg { width: 26px; height: 26px; }

/* RESPONSIVE */
@media (max-width: 960px) {
  .metrics-band-grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 0; }
  .metric-item + .metric-item::before { display: none; }
  .pieces-grid { grid-template-columns: repeat(2, 1fr); }
  .howto-flow { grid-template-columns: 1fr; gap: 0.8rem; }
  .howto-arrow { display: none; }
  .howto-summary { grid-template-columns: 1fr; gap: 0.8rem; padding: 1.2rem 1.4rem; }
  .howto-summary-item { padding: 0; border-left: none; }
  .rubros-mini-grid { grid-template-columns: repeat(3, 1fr); }
  .section-heading-row { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 880px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 900px) {
  .site-footer-v2 .footer-grid { grid-template-columns: 1fr 1fr; }
  .site-footer-v2 .footer-brand { grid-column: span 2; }
}
@media (max-width: 720px) {
  .problem-table-head { grid-template-columns: 1fr; }
  .problem-table-head-after { display: none; }
  .problem-row { grid-template-columns: 1fr; }
  .problem-before { border-bottom: 1px solid rgba(255,74,28,0.18); }
  .problem-after { background: rgba(255,74,28,0.05); }
  .header-whatsapp { display: none; }
}
@media (max-width: 600px) {
  .pieces-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .metrics-band-grid { grid-template-columns: 1fr; }
  .rubros-mini-grid { grid-template-columns: repeat(2, 1fr); }
  .rubros-cta { flex-direction: column; align-items: flex-start; }
  .site-footer-v2 .footer-grid { grid-template-columns: 1fr; }
  .site-footer-v2 .footer-brand { grid-column: span 1; }
  .site-footer-v2 .footer-bottom { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
}
