/* ============================================================
   ACATHI — pantalla: Necesito ayuda (patterns/help.php)
   ============================================================ */

/* ═══════════════════ HÉROE — espacio seguro (a sangre, contenido) ═══════════════════ */
.ac-help-hero {
  position: relative; overflow: hidden; isolation: isolate; text-align: center;
  background:
    radial-gradient(120% 130% at 50% 0%, #4a148c 0%, transparent 60%),
    linear-gradient(160deg, #1a1228 0%, #310065 65%, #4a148c 100%);
  padding-top: clamp(56px, 8vw, 100px); padding-bottom: clamp(56px, 8vw, 100px);
}
.ac-help-hero__rainbow { position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--rainbow-gradient); z-index: 4; }
.ac-help-hero__inner { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; padding: 0 var(--gutter); }
.ac-help-hero__inner .ac-eyebrow { justify-content: center; }
.ac-help-hero__title {
  color: #fff; font-family: var(--font-display); font-weight: var(--weight-extra);
  font-size: clamp(2.3rem, 1.4rem + 3.2vw, 3.9rem); line-height: 1.05; letter-spacing: -0.025em;
  margin: 18px auto 24px; max-width: 760px; text-wrap: balance;
}
.ac-help-hero__em { color: var(--on-tertiary-container); font-style: italic; }
.ac-help-hero__lead { margin: 0 auto 28px; max-width: 600px; color: rgba(255,255,255,0.86); font-size: clamp(1.05rem, 1rem + 0.4vw, 1.25rem); line-height: 1.55; }
.ac-help-hero__cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.ac-help-hero__phone {
  background: transparent; color: #fff;
  border-color: rgba(255,255,255,0.5); box-shadow: none;
}
.ac-help-hero__phone:hover { color: #fff; }

.ac-help-contact { padding: var(--stack-md) 0; }
.ac-help-contact__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 20px;
}
.ac-help-contact__card {
  background: var(--surface-container-lowest); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl); box-shadow: var(--shadow-sm); padding: 24px;
}
.ac-help-contact__card .material-symbols-outlined { font-size: 28px; color: var(--secondary); }
.ac-help-contact__card h3 {
  font-family: var(--font-display); font-weight: var(--weight-semibold);
  font-size: 16px; color: var(--on-surface); margin: 10px 0 6px;
}
.ac-help-contact__card p { font-size: 14px; line-height: 20px; color: var(--on-surface-variant); margin: 0; }

.ac-help-langs {
  background: var(--surface-container-low); border-radius: var(--radius-xl);
  padding: 20px 24px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
}
.ac-help-langs > .material-symbols-outlined { font-size: 24px; color: var(--primary); }
.ac-help-langs__label {
  font-family: var(--font-display); font-weight: var(--weight-semibold);
  font-size: 14px; color: var(--on-surface);
}
.ac-help-langs__pills { display: flex; flex-wrap: wrap; gap: 8px; }
.ac-help-langs__pills span {
  font-family: var(--font-display); font-weight: var(--weight-semibold); font-size: 13px;
  color: var(--primary); background: var(--primary-fixed);
  border-radius: var(--radius-full); padding: 5px 12px;
}
.ac-help-langs__pills .ac-help-langs__more {
  color: var(--on-surface-variant); background: none; padding: 5px 4px;
}

.ac-help-form-trust {
  display: flex; align-items: center; gap: 10px;
  background: var(--primary-fixed); color: var(--on-primary-fixed);
  border-radius: var(--radius-lg); padding: 14px 18px;
  font-size: 15px; line-height: 22px; margin-bottom: 24px; max-width: 720px; margin-inline: auto;
}
.ac-help-form-trust .material-symbols-outlined { font-size: 22px; flex: none; color: var(--primary); }
.ac-help-form-trust p { margin: 0; color: inherit; }

.ac-help-form-section { padding: var(--stack-md) var(--gutter) var(--stack-lg); }
.ac-help-form {
  position: relative; overflow: hidden;
  max-width: 720px; margin: 0 auto; background: var(--surface-container-lowest);
  border-radius: var(--radius-2xl); box-shadow: var(--shadow-2xl); padding: 44px 40px 40px;
  border: 1px solid var(--border-subtle);
}
.ac-help-form__rainbow { position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--rainbow-gradient); }
.ac-help-form__head { text-align: center; margin-bottom: 26px; }
.ac-help-form__head h2 {
  font-family: var(--font-display); font-weight: var(--weight-semibold);
  font-size: 28px; color: var(--on-surface); margin: 0 0 6px;
}
.ac-help-form__head p { font-size: 15px; color: var(--on-surface-variant); margin: 0; }
.ac-help-form__label {
  font-family: var(--font-display); font-weight: var(--weight-semibold);
  font-size: 14px; color: var(--on-surface); margin: 0 0 10px;
}
.ac-help-form__chips { gap: 10px; margin-bottom: 22px; }
.ac-help-form__fields { gap: 18px; margin-bottom: 22px; }
.ac-help-form__message { margin-bottom: 20px; }
.ac-help-form .ac-consent { margin: 0 0 18px; }
.ac-help-form [data-form-success] { margin-top: 18px; }
.ac-help-form__privacy { margin-top: 18px; }

.ac-help-services-section { background: var(--surface-container-low); }
.ac-help-section-head { text-align: center; margin-bottom: 40px; }
.ac-help-section-head h2 { margin: 0 0 8px; }
.ac-help-section-head p { margin: 0; }
.ac-help-proceso__eyebrow { justify-content: center; margin-bottom: 12px; }
.ac-help-proceso__title { font-size: 30px; margin: 0; }

.ac-help-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ac-help-svc {
  background: var(--surface-container-lowest); border: 1px solid var(--border-subtle);
  border-top: 4px solid var(--tone); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm); padding: 24px;
}
.ac-help-svc { transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
.ac-help-svc:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.ac-help-contact__card { transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
.ac-help-contact__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.ac-help-step { transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
.ac-help-step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.ac-help-svc .material-symbols-outlined { font-size: 30px; color: var(--tone); }
.ac-help-svc h3 {
  font-family: var(--font-display); font-weight: var(--weight-semibold);
  font-size: 18px; color: var(--on-surface); margin: 12px 0 8px;
}
.ac-help-svc p { font-size: 14px; line-height: 20px; color: var(--on-surface-variant); margin: 0; }

.ac-help-proceso { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ac-help-step {
  background: var(--surface-container-lowest); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl); box-shadow: var(--shadow-sm); padding: 24px;
}
.ac-help-step__top {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px;
}
.ac-help-step__top .material-symbols-outlined { font-size: 28px; color: var(--primary); }
.ac-help-step__num {
  font-family: var(--font-display); font-weight: var(--weight-extra);
  font-size: 22px; color: var(--primary-fixed-dim);
}
.ac-help-step h3 {
  font-family: var(--font-display); font-weight: var(--weight-semibold);
  font-size: 17px; color: var(--on-surface); margin: 0 0 6px;
}
.ac-help-step p { font-size: 13px; line-height: 19px; color: var(--on-surface-variant); margin: 0; }

@media (max-width: 1100px) {
  .ac-help-contact__grid, .ac-help-services, .ac-help-proceso { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .ac-help-contact__grid, .ac-help-services, .ac-help-proceso { grid-template-columns: 1fr; }
  .ac-help-form { padding: 28px 20px; }
}
