/* EtyK Soft — Apps Moviles */

.mob-hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  padding-top: var(--nav-h); overflow: hidden;
}
.mob-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.mob-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(244,180,0,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(244,180,0,0.05) 1px,transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%);
}
.mob-glow { position: absolute; border-radius: 50%; filter: blur(90px); }
.mob-glow-1 { width: 500px; height: 500px; top: -60px; right: 5%; background: radial-gradient(circle,rgba(244,180,0,0.15) 0%,transparent 70%); }
.mob-glow-2 { width: 350px; height: 350px; bottom: -40px; left: 8%; background: radial-gradient(circle,rgba(255,255,255,0.04) 0%,transparent 70%); }

.mob-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding-block: 80px; }

.mob-back { display: inline-flex; align-items: center; gap: 8px; font-size: 0.85rem; font-weight: 500; color: var(--text-muted); margin-bottom: 24px; transition: color 0.2s; }
.mob-back svg { width: 16px; height: 16px; }
.mob-back:hover { color: var(--accent); }

.mob-title { font-family: var(--font-display); font-size: clamp(2.2rem,5vw,3.8rem); font-weight: 800; line-height: 1.1; margin-bottom: 20px; margin-top: 16px; }
.mob-subtitle { font-size: 1.05rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 36px; max-width: 480px; }
.mob-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Phone frame */
.phone-wrap { display: flex; justify-content: center; }
.phone-frame {
  width: 220px; background: #111; border: 2px solid rgba(244,180,0,0.2);
  border-radius: 36px; overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.7), 0 0 0 1px rgba(244,180,0,0.06);
}
.phone-bar { background: #0a0a0a; padding: 10px; display: flex; justify-content: center; }
.phone-notch { width: 60px; height: 18px; background: #000; border-radius: 0 0 14px 14px; }
.phone-screen { background: #0d0d0d; padding: 8px; display: flex; flex-direction: column; gap: 8px; }
.phone-status { display: flex; justify-content: space-between; padding: 0 4px; font-size: 0.6rem; color: var(--text-faint); font-family: var(--font-mono); }
.phone-app-bar { background: #161616; border-radius: 8px; padding: 8px 10px; display: flex; justify-content: space-between; align-items: center; color: var(--text); }
.phone-app-title { font-size: 0.72rem; font-weight: 600; }
.phone-content { display: flex; flex-direction: column; gap: 8px; }
.phone-metric { background: rgba(244,180,0,0.06); border: 1px solid rgba(244,180,0,0.15); border-radius: 8px; padding: 10px; display: flex; flex-direction: column; gap: 2px; }
.phone-metric-label { font-size: 0.6rem; color: var(--text-faint); }
.phone-metric-value { font-size: 1rem; font-weight: 700; color: var(--text); }
.phone-metric-badge { font-size: 0.6rem; color: #22c55e; font-weight: 600; }
.phone-chart-wrap { background: #161616; border-radius: 8px; padding: 10px; }
.phone-bar-chart { display: flex; gap: 4px; align-items: flex-end; height: 48px; }
.pb { flex: 1; background: rgba(244,180,0,0.25); border-radius: 2px 2px 0 0; }
.pb-active { background: var(--accent); }
.phone-list { display: flex; flex-direction: column; gap: 6px; }
.phone-list-item { display: flex; align-items: center; gap: 6px; background: #161616; border-radius: 8px; padding: 7px 9px; }
.phone-avatar { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; }
.phone-list-text { flex: 1; }
.phone-list-name { font-size: 0.62rem; font-weight: 600; color: var(--text); }
.phone-list-sub { font-size: 0.56rem; color: var(--text-faint); }
.phone-badge { font-size: 0.6rem; font-weight: 700; padding: 2px 5px; border-radius: 4px; }
.phone-badge.ok { background: rgba(34,197,94,0.15); color: #22c55e; }
.phone-badge.pending { background: rgba(96,165,250,0.15); color: #60a5fa; }
.phone-nav { background: #111; border-top: 1px solid rgba(255,255,255,0.06); padding: 8px 0 4px; display: flex; justify-content: space-around; align-items: center; color: var(--text-faint); }

/* PLATAFORMAS */
.mob-plataformas { background: var(--bg-2); }
.mob-pilares-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.mob-pilar { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px 32px; transition: border-color 0.3s, transform 0.3s; }
.mob-pilar:hover { border-color: var(--border-hover); transform: translateY(-4px); }
.mob-pilar-featured { border-color: rgba(244,180,0,0.25); background: linear-gradient(160deg,rgba(244,180,0,0.05) 0%,var(--surface) 40%); position: relative; }
.mob-pilar-featured::before { content: 'Recomendado'; position: absolute; top: 20px; right: 20px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #000; background: var(--accent); padding: 3px 10px; border-radius: 100px; }
.mob-pilar-icon { width: 52px; height: 52px; background: rgba(244,180,0,0.1); border: 1px solid rgba(244,180,0,0.2); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.mob-pilar-icon svg { width: 26px; height: 26px; color: var(--accent); }
.mob-pilar-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.mob-pilar h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; margin-bottom: 12px; }
.mob-pilar > p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.65; margin-bottom: 20px; }
.mob-pilar-highlight { display: flex; align-items: center; gap: 10px; background: rgba(244,180,0,0.1); border: 1px solid rgba(244,180,0,0.25); border-radius: 8px; padding: 10px 14px; margin-bottom: 20px; font-size: 0.88rem; font-weight: 500; color: var(--accent); }
.mob-pilar-highlight svg { width: 16px; height: 16px; flex-shrink: 0; }
.mob-pilar-list { display: flex; flex-direction: column; gap: 10px; list-style: none; }
.mob-pilar-list li { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: var(--text-muted); }
.mob-pilar-list svg { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; }

/* TIPOS */
.mob-tipos { background: var(--bg); }
.mob-tipos-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.mob-tipo { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; transition: border-color 0.3s, transform 0.3s; }
.mob-tipo:hover { border-color: var(--border-hover); transform: translateY(-3px); }
.mob-tipo-icon { width: 44px; height: 44px; background: rgba(244,180,0,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.mob-tipo-icon svg { width: 22px; height: 22px; color: var(--accent); }
.mob-tipo h4 { font-family: var(--font-display); font-size: 0.98rem; font-weight: 600; margin-bottom: 6px; }
.mob-tipo p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }

/* PROCESO */
.mob-proceso { background: var(--bg-2); }
.mob-steps { display: flex; flex-direction: column; max-width: 760px; margin-inline: auto; }
.mob-step { display: grid; grid-template-columns: 72px 1fr; gap: 24px; align-items: start; }
.ms-num { width: 56px; height: 56px; background: var(--surface); border: 2px solid rgba(244,180,0,0.35); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--accent); flex-shrink: 0; transition: background 0.3s, color 0.3s, border-color 0.3s; }
.mob-step.active .ms-num { background: var(--accent); color: #000; border-color: var(--accent); }
.ms-body { padding-bottom: 32px; padding-top: 12px; }
.ms-body h4 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; margin-bottom: 6px; }
.ms-body p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.65; }
.ms-connector { width: 2px; height: 32px; background: linear-gradient(to bottom,rgba(244,180,0,0.3),rgba(244,180,0,0.08)); margin-left: 26px; }

/* CTA */
.mob-cta { background: var(--bg); padding-block: 80px; border-top: 1px solid var(--border); }
.mob-cta-inner { background: linear-gradient(135deg,rgba(244,180,0,0.07) 0%,rgba(255,255,255,0.02) 100%); border: 1px solid rgba(244,180,0,0.2); border-radius: var(--radius-lg); padding: 64px 48px; text-align: center; max-width: 700px; margin-inline: auto; }
.mob-cta-inner h2 { font-family: var(--font-display); font-size: clamp(1.6rem,3.5vw,2.2rem); font-weight: 700; margin-bottom: 14px; }
.mob-cta-inner p { color: var(--text-muted); font-size: 1rem; max-width: 480px; margin-inline: auto; margin-bottom: 32px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .mob-hero-inner { grid-template-columns: 1fr; gap: 48px; padding-block: 60px; }
  .mob-subtitle { max-width: 100%; }
  .mob-pilares-grid { grid-template-columns: 1fr; }
  .mob-tipos-grid { grid-template-columns: repeat(2,1fr); }
  .phone-wrap { display: none; }
}
@media (max-width: 600px) {
  .mob-tipos-grid { grid-template-columns: 1fr; }
  .mob-cta-inner { padding: 36px 24px; }
}
