/* WorryFree Pay — Support / Help Center */

.wfp-page--support { background: #000; color: #f5f5f7; }

.wfp-sup-hero {
  padding: calc(var(--wfp-header-h) + 72px) 24px 48px;
  text-align: center;
  background: radial-gradient(ellipse 50% 40% at 50% 0%, rgba(99,91,255,0.1), transparent), #000;
}
.wfp-sup-hero__title {
  font-size: clamp(38px, 5.6vw, 57px); font-weight: 800; letter-spacing: -0.04em; margin: 0 0 16px;
}
.wfp-sup-hero__desc { font-size: 19px; color: var(--wfp-muted); max-width: 520px; margin: 0 auto 32px; line-height: 1.65; }
.wfp-sup-search {
  max-width: 480px; margin: 0 auto; position: relative;
}
.wfp-sup-search__input {
  width: 100%; padding: 14px 20px 14px 44px; background: #0a0a0a;
  border: 1px solid rgba(255,255,255,0.12); border-radius: 12px;
  color: #f5f5f7; font-size: 17px; font-family: inherit;
}
.wfp-sup-search__input:focus { outline: none; border-color: rgba(99,91,255,0.5); }
.wfp-sup-search__icon {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: #636366; pointer-events: none;
}

.wfp-sup-quick {
  padding: 48px 24px 80px; max-width: var(--wfp-container-wide); margin: 0 auto;
}
.wfp-sup-quick__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.wfp-sup-quick__card {
  padding: 24px 20px; background: #0a0a0a; border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px; text-align: center; transition: border-color 0.2s, transform 0.2s;
}
.wfp-sup-quick__card:hover { border-color: rgba(99,91,255,0.35); transform: translateY(-2px); }
.wfp-sup-quick__icon { font-size: 31px; margin-bottom: 12px; }
.wfp-sup-quick__label { font-size: 16px; font-weight: 600; }

.wfp-sup-faq {
  padding: 80px 24px; background: #050505; border-top: 1px solid rgba(255,255,255,0.06);
}
.wfp-sup-faq__layout {
  max-width: var(--wfp-container-wide); margin: 0 auto;
  display: grid; grid-template-columns: 220px 1fr; gap: 48px;
}
.wfp-sup-faq__nav { position: sticky; top: calc(var(--wfp-header-h) + 24px); align-self: start; }
.wfp-sup-faq__nav h3 {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: #636366; margin: 0 0 12px;
}
.wfp-sup-faq__nav a {
  display: block; padding: 10px 14px; font-size: 16px; font-weight: 600;
  color: var(--wfp-muted); border-radius: 8px; margin-bottom: 4px; transition: background 0.2s, color 0.2s;
}
.wfp-sup-faq__nav a:hover, .wfp-sup-faq__nav a.is-active { background: rgba(99,91,255,0.12); color: #f5f5f7; }
.wfp-sup-faq__section { margin-bottom: 56px; scroll-margin-top: calc(var(--wfp-header-h) + 24px); }
.wfp-sup-faq__section h2 { font-size: 25px; font-weight: 800; margin: 0 0 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.08); }

.wfp-sup-contact {
  padding: 80px 24px; background: #000; border-top: 1px solid rgba(255,255,255,0.06);
}
.wfp-sup-contact__grid {
  max-width: var(--wfp-container-wide); margin: 48px auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.wfp-sup-contact__card {
  padding: 32px; background: #0a0a0a; border: 1px solid rgba(255,255,255,0.08); border-radius: 16px;
}
.wfp-sup-contact__card h3 { font-size: 19px; margin: 0 0 8px; }
.wfp-sup-contact__card p { font-size: 16px; color: var(--wfp-muted); line-height: 1.65; margin: 0 0 16px; }

@media (max-width: 1024px) {
  .wfp-sup-quick__grid { grid-template-columns: repeat(2, 1fr); }
  .wfp-sup-faq__layout { grid-template-columns: 1fr; }
  .wfp-sup-faq__nav { position: static; display: flex; flex-wrap: wrap; gap: 8px; }
  .wfp-sup-faq__nav h3 { width: 100%; }
  .wfp-sup-contact__grid { grid-template-columns: 1fr; }
}
