.elementor-9559 .elementor-element.elementor-element-df89fd8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-df89fd8 *//**
 * Who we help: single file for this page only (pair with amazonsellersappeal-who-we-help.html).
 * No premium.css / premium.js required.
 */
:root {
  --sa-ink: #334155;
  --sa-text: #334155;
  --sa-muted: #5c6570;
  --sa-text-strong: #1e293b;
  --sa-link: #b45309;
  --sa-link-hover: #92400e;
  --sa-line: rgba(51, 65, 85, 0.08);
  --sa-soft: #f8f9fb;
  --sa-soft-2: #eef1f5;
  --sa-bg: #fff;
  --sa-bg-page: #f0f2f5;
  --sa-accent: #e86b0c;
  --sa-accent-original: #f26c0f;
  --sa-accent-2: #ff9f4d;
  --sa-max: 1200px;
  --sa-max-read: 980px;
  --sa-space-sm: 0.375rem;
  --sa-space-md: 1rem;
  --sa-space-lg: 1.5rem;
  --sa-space-xl: 2rem;
  --sa-r-md: 16px;
  --sa-font-body: clamp(15px, 0.88rem + 0.35vw, 17px);
  --duration-fast: 140ms;
  --duration-normal: 260ms;
  --sa-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --sa-shadow-sm:
    1px 2px 2px rgba(30, 41, 59, 0.06),
    2px 4px 4px rgba(30, 41, 59, 0.05);
  --sa-shadow-md:
    1px 2px 2px rgba(30, 41, 59, 0.08),
    4px 8px 8px rgba(30, 41, 59, 0.05);
  --sa-shadow-accent:
    1px 2px 4px rgba(200, 80, 10, 0.15),
    4px 8px 16px rgba(200, 80, 10, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --duration-fast: 0ms;
    --duration-normal: 0ms;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  background: var(--sa-bg-page);
}

.sa-who-help {
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: var(--sa-font-body);
  line-height: 1.62;
  color: var(--sa-ink);
  background: var(--sa-bg);
  -webkit-font-smoothing: antialiased;
  hyphens: none;
  overflow-x: hidden;
  box-sizing: border-box;
}
.sa-who-help *,
.sa-who-help *::before,
.sa-who-help *::after {
  box-sizing: border-box;
}

.sa-who-help .sa-wrap {
  width: min(var(--sa-max), 92%);
  margin-left: auto;
  margin-right: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}
.sa-who-help .sa-wrap-narrow {
  max-width: 720px;
}
.sa-who-help .sa-max-w-980 {
  max-width: var(--sa-max-read);
  margin-left: auto;
  margin-right: auto;
}

.sa-who-help .sa-mt-sm {
  margin-top: var(--sa-space-sm);
}
.sa-who-help .sa-mt-md {
  margin-top: var(--sa-space-md);
}
.sa-who-help .sa-mt-lg {
  margin-top: var(--sa-space-lg);
}
.sa-who-help .sa-mt-xl {
  margin-top: var(--sa-space-xl);
}

/* Sections */
.sa-who-help .sa-sec {
  padding: clamp(3rem, 8vw, 5rem) 0;
  position: relative;
  border-bottom: 1px solid var(--sa-line);
  background: #fff;
}
/* Keep stacking simple: premium uses ::before patterns on sections; this page does not.
   Avoid z-index on every section child; it can reorder grid/flex painting (overlapping cards). */
.sa-who-help .sa-sec > .sa-wrap {
  position: relative;
}
.sa-who-help .sa-sec:last-of-type {
  border-bottom: 0;
}

.sa-who-help .sa-sec-who-hub-hero {
  padding-top: clamp(72px, 12vw, 100px);
  padding-bottom: clamp(36px, 5vw, 52px);
  border-bottom: 1px solid var(--sa-line);
  background: linear-gradient(180deg, var(--sa-soft) 0%, #fff 55%);
}
.sa-who-help .sa-sec-who-hub-answer {
  padding-top: clamp(32px, 4vw, 48px);
  padding-bottom: clamp(28px, 4vw, 40px);
}

/* Lane picker: same pattern as service pages #suspension-types .sa-sec-types--service-nav */
.sa-who-help section.sa-sec.sa-sec-types {
  border-bottom: none;
}
.sa-who-help section.sa-sec.sa-sec-types.sa-sec-types--service-nav {
  padding-top: clamp(3rem, 6vw, 5.5rem);
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 45%, var(--sa-soft-2) 100%);
  box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.06);
}
.sa-who-help section.sa-sec.sa-sec-types.sa-sec-types--service-nav .sa-sec-head .sa-h2 {
  letter-spacing: -0.02em;
}

.sa-who-help .sa-sec-mechanism {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  background: linear-gradient(180deg, var(--sa-soft) 0%, #fff 55%);
}

.sa-who-help .sa-sec-problem {
  background: linear-gradient(180deg, #fff 0%, var(--sa-soft) 100%);
}

.sa-who-help .sa-sec-faq {
  background: #fff;
}

.sa-who-help .sa-sec-contact {
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
  background: linear-gradient(180deg, #fff 0%, var(--sa-soft) 20%, #fff 50%);
  border-top: 1px solid var(--sa-line);
}

.sa-who-help .sa-sec-head {
  max-width: 920px;
  margin-bottom: var(--sa-space-md);
}
.sa-who-help .sa-sec-head .sa-h2 {
  margin-bottom: 0;
}
.sa-who-help .sa-sec-head .sa-lead {
  margin-top: 12px;
}

.sa-who-help .sa-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sa-muted);
}

.sa-who-help .sa-h1,
.sa-who-help .sa-h2,
.sa-who-help .sa-h3 {
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 500;
  color: var(--sa-ink);
}
.sa-who-help .sa-h1 {
  margin: 0.5rem 0 0.75rem 0;
  line-height: 1.25;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
}
.sa-who-help .sa-h2 {
  margin: 0;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-wrap: balance;
  border-left: 2px solid var(--sa-accent-original);
  padding-left: 14px;
  font-size: clamp(18px, 1.8vw, 22px);
}
.sa-who-help h3:not(.sa-svc-hub-title),
.sa-who-help .sa-h3 {
  margin: 12px 0 6px 0;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--sa-ink);
  letter-spacing: -0.01em;
  padding-left: 12px;
  border-left: 2px solid var(--sa-accent-original);
}
.sa-who-help .sa-h3 {
  font-size: 1.08rem;
}

.sa-who-help .sa-lead {
  margin: 10px 0 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--sa-text);
  font-weight: 400;
  text-wrap: balance;
}

.sa-who-help p {
  margin: 0 0 16px 0;
  color: var(--sa-text);
  line-height: 1.65;
  font-size: 1em;
}
.sa-who-help p:last-child {
  margin-bottom: 0;
}

.sa-who-help .sa-entity-definition {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--sa-text);
}

.sa-who-help a {
  color: inherit;
  text-decoration: none;
}
.sa-who-help .sa-link {
  color: var(--sa-link);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
.sa-who-help .sa-link:hover {
  color: var(--sa-link-hover);
}

.sa-who-help a:focus-visible,
.sa-who-help button:focus-visible,
.sa-who-help summary:focus-visible {
  outline: 2px solid var(--sa-accent);
  outline-offset: 3px;
  border-radius: 8px;
}

/* Service hub: same rules as amazonsellersappeal-service-pages.css (.sa-premium .sa-svc-hub-*); .sa-who-help here. */
.sa-who-help .sa-svc-hub-kicker {
  color: var(--sa-accent-original);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 11px;
  margin-bottom: 8px;
}
.sa-who-help .sa-svc-hub-intro {
  max-width: 52rem;
}
/* Same 6-column / 2-track spans as .sa-premium .sa-proof-grid; row 2 centered (4 @ 2–4, 5 @ 4–6). */
.sa-who-help .sa-svc-hub-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px 24px;
  align-items: stretch;
}
.sa-who-help .sa-svc-hub-grid > .sa-svc-hub-card:nth-child(1) {
  grid-column: 1 / 3;
}
.sa-who-help .sa-svc-hub-grid > .sa-svc-hub-card:nth-child(2) {
  grid-column: 3 / 5;
}
.sa-who-help .sa-svc-hub-grid > .sa-svc-hub-card:nth-child(3) {
  grid-column: 5 / 7;
}
.sa-who-help .sa-svc-hub-grid > .sa-svc-hub-card:nth-child(4) {
  grid-column: 2 / 4;
}
.sa-who-help .sa-svc-hub-grid > .sa-svc-hub-card:nth-child(5) {
  grid-column: 4 / 6;
}

/* Flex column fills the stretched grid cell; link flexes so margin-top:auto on CTA works (avoids % height bugs). */
.sa-who-help .sa-svc-hub-grid > .sa-svc-hub-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.sa-who-help .sa-svc-hub-card {
  position: relative;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 55%, #ffffff 100%);
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 18px;
  padding: 0;
  box-shadow: 0 6px 28px rgba(15, 23, 42, 0.07);
  transition: box-shadow var(--duration-fast) var(--sa-ease), transform var(--duration-fast) var(--sa-ease),
    border-color var(--duration-fast) var(--sa-ease);
}
.sa-who-help .sa-svc-hub-card--current {
  border-color: rgba(255, 122, 24, 0.42);
  box-shadow: 0 10px 36px rgba(255, 122, 24, 0.14), 0 0 0 1px rgba(255, 122, 24, 0.1);
  background: linear-gradient(165deg, #fffdfb 0%, #ffffff 40%, #fafafa 100%);
}
.sa-who-help .sa-svc-hub-card:not(.sa-svc-hub-card--current):hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.11);
  border-color: rgba(255, 122, 24, 0.22);
}
.sa-who-help .sa-svc-hub-card__body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}
.sa-who-help .sa-svc-hub-card__link {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  min-height: 0;
  width: 100%;
  padding: 22px 22px 20px;
  text-decoration: none;
  color: inherit;
  border-radius: 18px;
}
.sa-who-help .sa-svc-hub-card__link:hover .sa-svc-hub-title {
  color: var(--sa-link);
}
.sa-who-help .sa-svc-hub-card__link:focus-visible {
  outline: 2px solid var(--sa-accent-original);
  outline-offset: 3px;
}
.sa-who-help .sa-svc-hub-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 122, 24, 0.2), rgba(242, 108, 15, 0.07));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sa-accent-original);
  margin-bottom: 14px;
  flex-shrink: 0;
}
.sa-who-help .sa-svc-hub-card--current .sa-svc-hub-icon {
  background: linear-gradient(145deg, rgba(255, 122, 24, 0.28), rgba(255, 122, 24, 0.1));
}
.sa-who-help .sa-svc-hub-icon-svg {
  width: 22px;
  height: 22px;
  display: block;
}
.sa-who-help .sa-svc-hub-title {
  margin: 0 0 10px 0;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--sa-ink);
  line-height: 1.25;
  border-left: none;
  padding-left: 0;
}
.sa-who-help .sa-svc-hub-dek {
  display: block;
  margin: 0 0 14px 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--sa-text);
  font-weight: 500;
  flex-grow: 0;
  min-width: 0;
}
.sa-who-help .sa-svc-hub-list {
  margin: 0 0 0 0;
  padding: 0 0 0 1.15rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--sa-text-strong);
  flex-grow: 1;
}
.sa-who-help .sa-svc-hub-list li {
  margin-bottom: 8px;
}
.sa-who-help .sa-svc-hub-list li:last-child {
  margin-bottom: 0;
}
.sa-who-help .sa-svc-hub-foot {
  margin: 16px 0 0 0;
}
.sa-who-help .sa-svc-hub-pill {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sa-accent-original);
  background: rgba(255, 122, 24, 0.12);
  padding: 6px 12px;
  border-radius: 999px;
}
.sa-who-help .sa-svc-hub-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 16px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sa-accent-original);
}
.sa-who-help .sa-svc-hub-cta-arrow {
  transition: transform var(--duration-fast) var(--sa-ease);
}
.sa-who-help .sa-svc-hub-card__link:hover .sa-svc-hub-cta-arrow {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .sa-who-help .sa-svc-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
  }
  .sa-who-help .sa-svc-hub-grid > .sa-svc-hub-card:nth-child(n) {
    grid-column: auto;
  }
}
@media (max-width: 767px) {
  .sa-who-help .sa-svc-hub-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .sa-who-help .sa-svc-hub-grid > .sa-svc-hub-card:nth-child(n) {
    grid-column: auto;
  }
}

/* Q&A */
.sa-who-help .sa-who-qa-block {
  max-width: 52rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--sa-line);
}
.sa-who-help .sa-who-qa-block:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 1rem;
}
.sa-who-help .sa-who-qa-block .sa-h3 {
  margin: 0 0 0.5rem 0;
  padding-left: 12px;
}
.sa-who-help .sa-who-qa-block p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.58;
  color: var(--sa-text);
}

.sa-who-help .sa-who-not-list {
  margin: 0.75rem 0 0 0;
  padding-left: 1.2rem;
  max-width: 48rem;
  line-height: 1.55;
  color: var(--sa-text);
}
.sa-who-help .sa-who-not-list li + li {
  margin-top: 0.4rem;
}

/* Next link */
.sa-who-help .sa-next {
  margin-top: 20px;
}
.sa-who-help .sa-next-link {
  font-size: 14px;
  color: var(--sa-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sa-who-help .sa-next-link:hover {
  color: var(--sa-ink);
}

/* Buttons */
.sa-who-help .sa-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sa-who-help .sa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border-radius: 12px 50px 12px 50px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  transition: transform var(--duration-normal) var(--sa-ease), box-shadow var(--duration-normal) var(--sa-ease),
    background var(--duration-normal) var(--sa-ease), border-color var(--duration-normal) var(--sa-ease);
}
.sa-who-help .sa-btn:active {
  transform: scale(0.985);
}
.sa-who-help .sa-btn-primary {
  color: #fff !important;
  background: linear-gradient(145deg, #d45a0a 0%, var(--sa-accent-2) 48%, var(--sa-accent-original) 100%);
  box-shadow: var(--sa-shadow-accent), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-weight: 700;
}
.sa-who-help .sa-btn-primary:hover {
  color: #fff !important;
  background: #e05f0c;
  transform: translateY(-1px);
  box-shadow: var(--sa-shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.sa-who-help .sa-btn-primary:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(242, 108, 15, 0.42), var(--sa-shadow-accent);
}
.sa-who-help .sa-btn-secondary {
  background: transparent;
  border: 1px solid var(--sa-line);
  color: var(--sa-muted) !important;
  box-shadow: none;
  font-weight: 400;
  font-size: 11px;
  padding: 0.35rem 0.65rem;
  min-height: 44px;
}
.sa-who-help .sa-btn-secondary:hover {
  color: var(--sa-text) !important;
}
.sa-who-help .sa-sec-contact .sa-btn-primary {
  padding: 1.2rem 2.25rem;
  font-size: 16px;
}
.sa-who-help .sa-sec-contact .sa-form-actions .sa-btn-primary {
  width: 100%;
  max-width: 440px;
}
@media (max-width: 600px) {
  .sa-who-help .sa-btn {
    width: 100%;
    padding: 1rem 1.4rem;
  }
}

/* FAQ drawers */
.sa-who-help .sa-drawer {
  border-bottom: 1px solid var(--sa-line);
}
.sa-who-help .sa-drawer-summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  color: var(--sa-ink);
}
.sa-who-help .sa-drawer-summary::-webkit-details-marker {
  display: none;
}
.sa-who-help .sa-drawer-summary .sa-drawer-icon {
  display: none;
}
.sa-who-help .sa-drawer-summary::after {
  content: "+";
  margin-left: 8px;
  opacity: 0.7;
}
.sa-who-help .sa-drawer[open] .sa-drawer-summary {
  color: var(--sa-accent-original);
}
.sa-who-help .sa-drawer[open] .sa-drawer-summary::after {
  content: "×";
}
.sa-who-help .sa-drawer-body {
  padding: 0 0 14px 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height var(--duration-normal) var(--sa-ease), opacity var(--duration-normal) var(--sa-ease);
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--sa-text);
}
.sa-who-help .sa-drawer[open] .sa-drawer-body {
  max-height: 80vh;
  opacity: 1;
}
.sa-who-help .sa-faq-bridge {
  font-size: 16px;
  font-weight: 500;
  color: var(--sa-text);
  text-align: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
  border-top: 1px solid var(--sa-line);
}
.sa-who-help .sa-sec-faq .sa-cta-row {
  margin-top: 24px;
}

/* Contact */
.sa-who-help .sa-contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  align-items: start;
}
.sa-who-help .sa-contact-left .sa-contact-head {
  max-width: none;
  margin-bottom: 20px;
}
.sa-who-help .sa-contact-left {
  min-width: 0;
}
.sa-who-help .sa-contact-lead {
  margin-bottom: 28px;
}
.sa-who-help .sa-contact-lead .sa-lead {
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 500;
  max-width: 640px;
  font-size: 1rem;
  line-height: 1.6;
}
.sa-who-help .sa-contact-informed {
  margin: 18px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--sa-line);
  font-size: 0.92rem;
  line-height: 1.58;
  color: var(--sa-muted);
  max-width: 640px;
}
.sa-who-help .sa-contact-right {
  min-width: 0;
}
@media (max-width: 900px) {
  .sa-who-help .sa-contact-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.sa-who-help .sa-contact-expect {
  font-size: 0.95rem;
  color: var(--sa-muted);
  margin-top: 8px;
  max-width: 58ch;
}

.sa-who-help .sa-contact-block {
  margin-top: 0;
  padding: 0;
  background: transparent;
}
.sa-who-help .sa-contact-subhead {
  font-weight: 700;
  color: var(--sa-ink);
  margin-top: 4px;
  margin-bottom: 14px;
  font-size: 1.05rem;
}
.sa-who-help .sa-contact-list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.sa-who-help .sa-contact-list li a {
  color: var(--sa-link);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sa-who-help .sa-contact-list li a:hover {
  color: var(--sa-link-hover);
}
.sa-who-help .sa-contact-one-step {
  margin-top: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--sa-text);
}

.sa-who-help .sa-form-intro {
  margin: 0 0 8px 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--sa-text-strong);
  line-height: 1.5;
}
.sa-who-help .sa-form-pn-def {
  margin: 6px 0 0 0;
  font-size: 0.9rem;
  color: var(--sa-text);
  line-height: 1.55;
}
.sa-who-help .sa-form-checklist {
  margin: 10px 0 0 0;
  padding: 12px 16px;
  background: var(--sa-soft);
  border-radius: 12px;
  border-left: 4px solid var(--sa-accent-original);
}
.sa-who-help .sa-form-checklist-title {
  margin: 0 0 6px 0;
  font-size: 0.95rem;
}
.sa-who-help .sa-form-checklist-list {
  margin: 0;
  padding-left: 20px;
  font-size: 0.9rem;
  line-height: 1.6;
}

.sa-who-help .sa-contact-form-slot {
  margin-top: 4px;
}
.sa-who-help .sa-contact-form-slot:has(.wpcf7) .sa-form-fallback {
  display: none !important;
}

/* Form */
.sa-who-help .sa-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sa-who-help .sa-form-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sa-who-help .sa-form-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--sa-ink);
}
.sa-who-help .sa-form-input,
.sa-who-help .sa-form-select,
.sa-who-help .sa-form-textarea {
  width: 100%;
  padding: 11px 14px;
  min-height: 44px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  color: var(--sa-ink);
  background: #fff;
  border: 2px solid #cbd5e1;
  border-radius: 10px;
  transition: border-color var(--duration-normal) var(--sa-ease), box-shadow var(--duration-normal) var(--sa-ease);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}
.sa-who-help .sa-form-textarea {
  min-height: 130px;
  resize: vertical;
}
.sa-who-help .sa-form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}
.sa-who-help .sa-form-input:focus,
.sa-who-help .sa-form-select:focus,
.sa-who-help .sa-form-textarea:focus {
  outline: none;
  border-color: var(--sa-accent);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 122, 24, 0.2);
}
.sa-who-help .sa-form-include-note {
  font-size: 0.88rem;
  color: var(--sa-text);
  padding: 8px 12px;
  margin: 0 0 4px 0;
  background: var(--sa-soft);
  border: 1px solid var(--sa-line);
  border-radius: var(--sa-r-md);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sa-who-help .sa-form-include-label {
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--sa-ink);
}
.sa-who-help .sa-form-field-intro {
  margin: 0 0 0.45rem 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--sa-text);
}
.sa-who-help .sa-form-hint {
  margin: 0.35rem 0 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--sa-muted);
}
.sa-who-help .sa-form-row--textarea + .sa-form-row--textarea {
  margin-top: 1.1rem;
}
.sa-who-help .sa-form-actions {
  margin-top: 8px;
}
.sa-who-help .sa-form-reassurance {
  margin: 10px 0 0 0;
  font-size: 0.88rem;
  color: var(--sa-muted);
}

.sa-who-help .sa-form-word-error,
.sa-who-help .sa-cf7-word-alert {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 0.75rem;
  padding: 14px 16px;
  background: linear-gradient(180deg, #fff5f5 0%, #fef2f2 100%);
  border: 1px solid rgba(220, 38, 38, 0.35);
  border-radius: var(--sa-r-md);
  color: var(--sa-ink);
}
.sa-who-help .sa-cf7-word-alert {
  margin-top: 14px;
}
.sa-who-help .sa-form-word-error[hidden],
.sa-who-help .sa-cf7-word-alert[hidden] {
  display: none !important;
}
.sa-who-help .sa-form-word-error__icon,
.sa-who-help .sa-cf7-word-alert__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #dc2626;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
}
.sa-who-help .sa-form-word-error__title,
.sa-who-help .sa-cf7-word-alert__title {
  margin: 0 0 6px 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: #991b1b;
}
.sa-who-help .sa-form-word-error__text,
.sa-who-help .sa-cf7-word-alert__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--sa-text);
}

/* CF7 inside slot (WordPress) */
.sa-who-help .sa-contact-form-slot .wpcf7 {
  max-width: 100%;
}
.sa-who-help .sa-contact-form-slot .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sa-who-help .sa-contact-form-slot .wpcf7-form p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sa-who-help .sa-contact-form-slot .wpcf7-form label {
  font-size: 14px;
  font-weight: 700;
  color: var(--sa-ink);
}
.sa-who-help .sa-contact-form-slot .wpcf7-form-control {
  width: 100%;
  padding: 11px 14px;
  min-height: 44px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  color: var(--sa-ink);
  background: #fff;
  border: 2px solid #cbd5e1;
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}
.sa-who-help .sa-contact-form-slot .wpcf7-form-control:focus {
  outline: none;
  border-color: var(--sa-accent);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 122, 24, 0.2);
}
.sa-who-help .sa-contact-form-slot .wpcf7-form-control.wpcf7-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}
.sa-who-help .sa-contact-form-slot .wpcf7-form-control.wpcf7-textarea {
  min-height: 130px;
  resize: vertical;
}

#main-content.sa-who-help,
.sa-who-help#main-content {
  margin-bottom: 0;
  padding-bottom: 0;
}/* End custom CSS */