/* Limpiar virus WordPress — incident desk, not neon cyber theater.
   Ink + rust signal. Fraunces display / Manrope UI. */

.page-limpiar-virus-wordpress,
.vx-page {
  --vx-ink: #140c0a;
  --vx-slate: #241814;
  --vx-muted: #6a5348;
  --vx-signal: #c45c26;
  --vx-signal-soft: rgba(196, 92, 38, 0.14);
  --vx-paper: #f7f1eb;
  --vx-line: rgba(20, 12, 10, 0.12);
  --vx-ok: #1f6b4a;
  --vx-display: "Fraunces", Georgia, "Times New Roman", serif;
  --vx-sans: "Manrope", "Plus Jakarta Sans", "DM Sans", system-ui, sans-serif;
  font-family: var(--vx-sans);
  color: var(--vx-ink);
  background:
    radial-gradient(ellipse 80% 50% at 100% -10%, rgba(196, 92, 38, 0.08), transparent 50%),
    linear-gradient(180deg, #fbf8f4 0%, #f3ebe3 100%);
}

.vx-page h1,
.vx-page h2,
.vx-page .vx-brand,
.vx-page .vx-ticket-status {
  font-family: var(--vx-display);
}

.vx-page .section-kicker {
  color: var(--vx-signal);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.vx-page .lead {
  color: var(--vx-muted);
  max-width: 40rem;
}

.vx-hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #f7f1eb;
  background: var(--vx-ink);
}

.vx-hero-media {
  position: absolute;
  inset: 0;
}

.vx-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(0.85) contrast(1.05);
}

.vx-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(20, 12, 10, 0.96) 0%, rgba(20, 12, 10, 0.88) 42%, rgba(20, 12, 10, 0.42) 72%, rgba(20, 12, 10, 0.28) 100%),
    linear-gradient(180deg, rgba(20, 12, 10, 0.35) 0%, rgba(20, 12, 10, 0.72) 100%);
}

.vx-hero-grid {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(5.5rem, 10vh, 7rem) 0 clamp(3rem, 6vh, 4.5rem);
}

.vx-brand {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #f0c3a4;
}

.vx-hero h1 {
  margin: 0;
  font-size: clamp(2.35rem, 5.4vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  max-width: 14ch;
}

.vx-hero h1 .accent,
.vx-hero h1 .home-hero-accent,
.vx-hero h1 em,
.vx-hero h1 span {
  color: #ffb289;
  font-style: normal;
}

.vx-hero-summary {
  margin: 1.15rem 0 0;
  max-width: 36rem;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(247, 241, 235, 0.86);
}

.vx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.vx-hero-actions.center {
  justify-content: center;
}

.vx-page .vx-hero-actions .btn-green {
  background: linear-gradient(135deg, #c45c26, #9a3f14);
  border-color: transparent;
  color: #fff;
}

.vx-page .vx-hero .btn-outline,
.vx-page .vx-final .btn-outline {
  color: #f7f1eb;
  border-color: rgba(247, 241, 235, 0.45);
  background: transparent;
}

.vx-page .vx-hero .btn-outline:hover,
.vx-page .vx-final .btn-outline:hover {
  background: rgba(247, 241, 235, 0.08);
}

.vx-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin-top: 1.4rem;
}

.vx-hero-proof span {
  font-size: 0.9rem;
  color: rgba(247, 241, 235, 0.78);
}

.vx-hero-proof span::before {
  content: "✓ ";
  color: #ffb289;
  font-weight: 700;
}

.vx-ticket {
  background:
    radial-gradient(circle at 100% 0%, rgba(196, 92, 38, 0.22), transparent 42%),
    linear-gradient(160deg, rgba(36, 24, 20, 0.92), rgba(20, 12, 10, 0.94));
  border: 1px solid rgba(247, 241, 235, 0.14);
  border-radius: 22px;
  padding: 1.35rem 1.3rem 1.25rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  animation: vxTicketIn 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes vxTicketIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.vx-ticket-top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
}

.vx-ticket-top strong {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: #ffb289;
}

.vx-ticket-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e86a2f;
  box-shadow: 0 0 0 0 rgba(232, 106, 47, 0.55);
  animation: vxPulse 1.8s ease-out infinite;
}

@keyframes vxPulse {
  0% { box-shadow: 0 0 0 0 rgba(232, 106, 47, 0.5); }
  70% { box-shadow: 0 0 0 12px rgba(232, 106, 47, 0); }
  100% { box-shadow: 0 0 0 0 rgba(232, 106, 47, 0); }
}

.vx-ticket-status {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.vx-ticket-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.vx-ticket-list li {
  display: grid;
  gap: 0.15rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(247, 241, 235, 0.12);
}

.vx-ticket-list span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(247, 241, 235, 0.55);
}

.vx-ticket-list strong {
  font-size: 0.98rem;
  font-weight: 600;
}

.vx-ticket-note {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  color: rgba(247, 241, 235, 0.7);
  line-height: 1.45;
}

.vx-section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.vx-section--paper {
  background: rgba(255, 255, 255, 0.55);
  border-top: 1px solid var(--vx-line);
  border-bottom: 1px solid var(--vx-line);
}

.vx-section--ink {
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(196, 92, 38, 0.18), transparent 55%),
    linear-gradient(165deg, #140c0a 0%, #241814 100%);
  color: #f7f1eb;
}

.vx-section--ink .lead,
.vx-section--ink .section-kicker {
  color: #f0c3a4;
}

.vx-section--ink .lead {
  color: rgba(247, 241, 235, 0.78);
}

.vx-symptom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.vx-symptom {
  padding: 1.25rem 1.15rem;
  border: 1px solid var(--vx-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  transition: border-color 220ms ease, transform 220ms ease;
}

.vx-symptom:hover {
  border-color: rgba(196, 92, 38, 0.45);
  transform: translateY(-2px);
}

.vx-symptom-code {
  display: inline-flex;
  min-width: 2.4rem;
  justify-content: center;
  padding: 0.2rem 0.45rem;
  margin-bottom: 0.7rem;
  border-radius: 999px;
  background: var(--vx-signal-soft);
  color: var(--vx-signal);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.vx-symptom h3 {
  margin: 0 0 0.45rem;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}

.vx-symptom p {
  margin: 0;
  color: var(--vx-muted);
  line-height: 1.5;
  font-size: 0.96rem;
}

.vx-intake {
  max-width: 760px;
}

.vx-intake-list {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.vx-intake-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--vx-line);
}

.vx-step-num {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--vx-ink);
  color: #f7f1eb;
  font-weight: 700;
  font-size: 0.9rem;
}

.vx-intake-list strong {
  display: block;
  margin-bottom: 0.2rem;
}

.vx-intake-list p {
  margin: 0;
  color: var(--vx-muted);
  line-height: 1.45;
}

.vx-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.vx-process-step {
  padding: 1.3rem 1.15rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--vx-line);
  min-height: 100%;
}

.vx-process-index {
  display: block;
  font-family: var(--vx-display);
  font-size: 1.6rem;
  color: var(--vx-signal);
  margin-bottom: 0.6rem;
  letter-spacing: -0.03em;
}

.vx-process-step h3 {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
}

.vx-process-step p {
  margin: 0;
  color: var(--vx-muted);
  line-height: 1.5;
  font-size: 0.95rem;
}

.vx-case {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
}

.vx-case h2 {
  margin: 0.4rem 0 0.75rem;
  font-size: clamp(1.8rem, 3.4vw, 2.55rem);
  letter-spacing: -0.03em;
  max-width: 18ch;
}

.vx-case-facts {
  display: grid;
  gap: 0.95rem;
  margin: 1.4rem 0 0;
}

.vx-case-facts strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.02rem;
}

.vx-case-facts p {
  margin: 0;
  color: rgba(247, 241, 235, 0.75);
  line-height: 1.5;
}

.vx-case-link {
  display: inline-flex;
  margin-top: 1.4rem;
  font-weight: 700;
  color: #ffb289;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 178, 137, 0.45);
  padding-bottom: 2px;
}

.vx-case-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.vx-case-media figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(247, 241, 235, 0.14);
  background: #0d0807;
}

.vx-case-media img {
  display: block;
  width: 100%;
  height: auto;
}

.vx-case-media figcaption {
  padding: 0.7rem 1rem;
  font-size: 0.85rem;
  color: rgba(247, 241, 235, 0.65);
}

.vx-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.vx-scope {
  padding: 1.5rem 1.35rem;
  border-radius: 20px;
  border: 1px solid var(--vx-line);
  background: #fff;
}

.vx-scope h3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.vx-scope ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.vx-scope li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--vx-muted);
  line-height: 1.45;
}

.vx-scope--yes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--vx-ok);
  font-weight: 800;
}

.vx-scope--honest li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--vx-signal);
  font-weight: 800;
}

.vx-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.vx-price-card {
  padding: 1.2rem 1.1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--vx-line);
}

.vx-price-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

.vx-price-card p {
  margin: 0;
  color: var(--vx-muted);
  line-height: 1.45;
  font-size: 0.94rem;
}

.vx-price-note {
  text-align: center;
  margin: 1.5rem auto 0;
  max-width: 40rem;
  color: var(--vx-muted);
}

.vx-modes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.vx-mode {
  position: relative;
  padding: 1.5rem 1.35rem;
  border-radius: 20px;
  border: 1px solid var(--vx-line);
  background: #fff;
}

.vx-mode.is-featured {
  background:
    radial-gradient(circle at 100% 0%, rgba(196, 92, 38, 0.22), transparent 42%),
    linear-gradient(155deg, #140c0a 0%, #2a1a14 100%);
  color: #f7f1eb;
  border-color: transparent;
}

.vx-mode.is-featured p,
.vx-mode.is-featured li {
  color: rgba(247, 241, 235, 0.78);
}

.vx-mode-badge {
  display: inline-flex;
  margin-bottom: 0.7rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 178, 137, 0.18);
  color: #ffb289;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vx-mode h3 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
}

.vx-mode ul {
  margin: 1rem 0 1.25rem;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.4rem;
}

.vx-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.vx-faq {
  padding: 1.25rem 1.2rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--vx-line);
}

.vx-faq h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.35;
}

.vx-faq p {
  margin: 0;
  color: var(--vx-muted);
  line-height: 1.5;
  font-size: 0.96rem;
}

.vx-final {
  padding: clamp(3.5rem, 7vw, 5rem) 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 0%, rgba(196, 92, 38, 0.2), transparent 55%),
    linear-gradient(165deg, #140c0a 0%, #241814 100%);
  color: #f7f1eb;
}

.vx-final .section-kicker {
  color: #f0c3a4;
}

.vx-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 1.5rem;
  align-items: center;
}

.vx-final h2 {
  margin: 0.35rem 0 0.7rem;
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  letter-spacing: -0.03em;
  max-width: 16ch;
}

.vx-final p {
  margin: 0;
  max-width: 36rem;
  color: rgba(247, 241, 235, 0.8);
  line-height: 1.55;
}

.vx-final-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.vx-related {
  padding: 3rem 0 4rem;
}

.vx-related-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}

.vx-related-list a {
  display: inline-flex;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--vx-line);
  background: #fff;
  color: var(--vx-ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.vx-related-list a:hover {
  border-color: rgba(196, 92, 38, 0.5);
  color: var(--vx-signal);
}

@media (max-width: 980px) {
  .vx-hero-grid,
  .vx-case,
  .vx-final-inner,
  .vx-scope-grid,
  .vx-modes,
  .vx-faq-grid {
    grid-template-columns: 1fr;
  }

  .vx-process,
  .vx-price-grid,
  .vx-symptom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vx-hero h1 {
    max-width: none;
  }

  .vx-final-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .vx-hero {
    min-height: auto;
  }

  .vx-hero-grid {
    width: min(100% - 1.5rem, 1180px);
    padding-top: 5.25rem;
  }

  .vx-process,
  .vx-price-grid,
  .vx-symptom-grid {
    grid-template-columns: 1fr;
  }

  .vx-ticket {
    order: -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vx-ticket,
  .vx-ticket-pulse,
  .vx-symptom {
    animation: none !important;
    transition: none !important;
  }
}
