/* Warm/white redesign for pages in menu Ayuda */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.help-shell {
  --help-bg: #fff7ef;
  --help-surface: #ffffff;
  --help-surface-soft: #fffaf4;
  --help-border: #ffd9ba;
  --help-border-strong: #fdba74;
  --help-title: #1f2937;
  --help-text: #4b5563;
  --help-muted: #6b7280;
  --help-accent: #f97316;
  --help-accent-strong: #ea580c;
  --help-chip: #fff2e2;
  --help-font: "Plus Jakarta Sans", "Segoe UI", sans-serif;

  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 14px 54px;
  font-family: var(--help-font);
  color: var(--help-text);
}

.help-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  background:
    radial-gradient(950px 260px at 4% -8%, rgba(251, 191, 36, 0.17), transparent 62%),
    radial-gradient(1100px 300px at 96% -10%, rgba(251, 146, 60, 0.15), transparent 58%),
    var(--help-bg);
  z-index: 0;
}

.help-shell > * {
  position: relative;
  z-index: 1;
}

.help-hero {
  border: 1px solid var(--help-border);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fff9f2 100%);
  box-shadow: 0 18px 42px rgba(234, 88, 12, 0.12);
  padding: 26px;
  display: grid;
  gap: 14px;
}

.help-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid var(--help-border-strong);
  background: var(--help-chip);
  color: #9a3412;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 7px 12px;
}

.help-hero h1 {
  margin: 0;
  color: var(--help-title);
  font-size: clamp(1.7rem, 2.3vw, 2.5rem);
  line-height: 1.16;
  max-width: 18ch;
}

.help-hero p {
  margin: 0;
  max-width: 68ch;
  line-height: 1.66;
}

.help-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.help-btn {
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 11px 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.help-btn:hover {
  transform: translateY(-1px);
}

.help-btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ff8f1f, #f97316);
  box-shadow: 0 12px 24px rgba(249, 115, 22, 0.27);
}

.help-btn--ghost {
  color: #9a3412;
  border-color: var(--help-border-strong);
  background: #ffffff;
}

.help-btn--ghost:hover {
  background: #fff7ee;
}

.help-grid {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.help-grid--steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.help-grid--features {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.help-grid--blog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.help-card {
  border: 1px solid var(--help-border);
  border-radius: 18px;
  background: linear-gradient(180deg, var(--help-surface) 0%, var(--help-surface-soft) 100%);
  box-shadow: 0 14px 28px rgba(234, 88, 12, 0.1);
  padding: 18px;
  display: grid;
  gap: 10px;
}

.help-card h2 {
  margin: 0;
  color: var(--help-title);
  font-size: 1.15rem;
  line-height: 1.34;
}

.help-card p {
  margin: 0;
  line-height: 1.58;
}

.help-card--step header {
  display: grid;
  gap: 8px;
}

.help-step {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid #fdba74;
  background: #fff2e2;
  color: #9a3412;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 5px 10px;
  text-transform: uppercase;
}

.help-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.help-list li {
  line-height: 1.45;
}

.help-link {
  width: fit-content;
  color: #9a3412;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid #fdba74;
  background: #ffffff;
  padding: 7px 12px;
}

.help-link:hover {
  background: #fff7ee;
}

.help-band {
  margin-top: 18px;
  border: 1px solid #fdba74;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff5e7, #ffe7c8);
  color: #7c2d12;
  padding: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
}

.help-band h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
}

.help-band p {
  margin: 0;
  max-width: 60ch;
  line-height: 1.55;
}

.help-chips {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: flex-start;
}

.help-chips li {
  border-radius: 999px;
  border: 1px solid #f8bb84;
  background: #fffdfa;
  color: #9a3412;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 7px 11px;
}

.help-metrics {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.help-metric {
  border: 1px solid var(--help-border);
  border-radius: 16px;
  background: #ffffff;
  padding: 13px 14px;
  display: grid;
  gap: 4px;
}

.help-metric small {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--help-muted);
  font-size: 0.73rem;
  font-weight: 700;
}

.help-metric strong {
  color: var(--help-title);
  font-size: 1.2rem;
  line-height: 1.2;
}

.help-metric p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
}

.help-pill {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid #fdba74;
  background: #fff2e2;
  color: #9a3412;
  font-size: 0.73rem;
  font-weight: 800;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.help-newsletter {
  width: min(430px, 100%);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.help-newsletter input {
  flex: 1 1 170px;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid #f8bb84;
  background: #ffffff;
  padding: 0 14px;
  font-family: var(--help-font);
  font-size: 0.9rem;
}

.help-newsletter input:focus {
  outline: none;
  border-color: var(--help-accent);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.14);
}

.help-newsletter .help-btn {
  min-height: 44px;
}

.help-newsletter-feedback {
  margin: 8px 0 0;
  color: #7c2d12;
  font-size: 0.88rem;
}

.help-newsletter-feedback:empty {
  display: none;
}

.help-newsletter-feedback.is-success {
  color: #0f766e;
}

.help-newsletter-feedback.is-info {
  color: #1d4ed8;
}

.help-newsletter-feedback.is-error {
  color: #b91c1c;
}

@media (max-width: 1040px) {
  .help-grid--blog {
    grid-template-columns: 1fr 1fr;
  }

  .help-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .help-grid--steps,
  .help-grid--features,
  .help-grid--blog {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .help-shell {
    padding: 20px 10px 38px;
  }

  .help-hero {
    padding: 16px;
    border-radius: 16px;
  }

  .help-hero h1 {
    font-size: clamp(1.36rem, 7vw, 1.9rem);
  }

  .help-btn {
    width: 100%;
  }

  .help-band {
    padding: 14px;
  }
}
