/* ============================================================
   bangzhu-zhongxin.css — 帮助中心页专属样式
   ============================================================ */

/* —— 帮助页侧栏：淡色卡通背景墙 + 轻动态 —— */
body.page-bangzhu{
  background:linear-gradient(165deg,#f7f8ff 0%,#faf9ff 40%,#f4fbf8 100%);
}
.page-bangzhu main,
.page-bangzhu #main-footer{
  position:relative;
  z-index:1;
}

.help-bg-decor{
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  overflow:hidden;
}

.help-bg-cluster{
  position:absolute;
  top:0;
  width:min(200px,20vw);
  height:100%;
  opacity:0.88;
}
/* 贴在视口两侧，大屏自然落在正文外的「留白」里 */
.help-bg-cluster--left{
  left:clamp(4px,5vw,80px);
}
.help-bg-cluster--right{
  right:clamp(4px,5vw,80px);
}

@media (min-width:1400px){
  .help-bg-cluster{
    width:min(230px,18vw);
    opacity:0.95;
  }
  .help-bg-cluster--left{
    left:max(12px,calc((100vw - 1160px) / 2 - 210px));
  }
  .help-bg-cluster--right{
    right:max(12px,calc((100vw - 1160px) / 2 - 210px));
  }
}

@media (max-width:1100px){
  .help-bg-cluster{
    width:min(140px,24vw);
    opacity:0.5;
  }
}
@media (max-width:640px){
  .help-bg-decor{display:none}
}

@keyframes help-bg-float-soft{
  0%,100%{transform:translate(0,0) rotate(var(--help-rot,0deg))}
  25%{transform:translate(calc(var(--help-dx,6px)*0.35),calc(var(--help-dy,-14px)*0.4)) rotate(calc(var(--help-rot,0deg) + 0.8deg))}
  50%{transform:translate(var(--help-dx,6px),var(--help-dy,-14px)) rotate(calc(var(--help-rot,0deg) + 3deg))}
  75%{transform:translate(calc(var(--help-dx,6px)*0.4),calc(var(--help-dy,-14px)*0.35)) rotate(calc(var(--help-rot,0deg) + 1deg))}
}
@keyframes help-bg-twinkle{
  0%,100%{opacity:0.2;transform:scale(0.82) rotate(-6deg)}
  28%{opacity:0.55;transform:scale(1.02) rotate(10deg)}
  52%{opacity:0.82;transform:scale(1.22) rotate(24deg)}
  72%{opacity:0.4;transform:scale(0.95) rotate(4deg)}
}
@keyframes help-bg-morph{
  0%,100%{border-radius:58% 42% 48% 52%/52% 48% 52% 48%}
  50%{border-radius:48% 52% 55% 45%/45% 55% 48% 52%}
}
@keyframes help-bg-pulse-glow{
  0%,100%{filter:blur(0.5px) brightness(1) saturate(1)}
  50%{filter:blur(0.5px) brightness(1.09) saturate(1.06)}
}
@keyframes help-bg-breathe-shadow{
  0%,100%{box-shadow:0 4px 12px rgba(99,102,241,0.08)}
  50%{box-shadow:0 9px 24px rgba(99,102,241,0.18)}
}
@keyframes help-bg-breathe-warm{
  0%,100%{box-shadow:0 6px 18px rgba(251,191,36,0.15),inset 0 -10px 0 -6px rgba(180,83,9,0.12)}
  50%{box-shadow:0 12px 28px rgba(251,191,36,0.22),inset 0 -10px 0 -6px rgba(180,83,9,0.1)}
}
@keyframes help-bg-mac-gleam{
  0%,100%{box-shadow:0 6px 16px rgba(15,23,42,0.06)}
  50%{box-shadow:0 10px 24px rgba(99,102,241,0.12)}
}
@keyframes help-bg-note-sway{
  0%,100%{box-shadow:0 4px 14px rgba(245,158,11,0.08)}
  50%{box-shadow:0 8px 22px rgba(245,158,11,0.16)}
}

.help-bg-blob{
  position:absolute;
  border-radius:58% 42% 48% 52% / 52% 48% 52% 48%;
  filter:blur(0.5px);
}
.help-bg-blob--a{
  --help-rot:-8deg;
  --help-dx:8px;
  --help-dy:-18px;
  width:120px;height:100px;
  top:14%;
  left:8%;
  background:linear-gradient(145deg,rgba(199,210,254,0.75),rgba(233,213,255,0.5));
  animation:
    help-bg-float-soft 9s ease-in-out infinite,
    help-bg-morph 12s ease-in-out infinite,
    help-bg-pulse-glow 5.5s ease-in-out infinite;
}
.help-bg-blob--b{
  --help-rot:12deg;
  --help-dx:-10px;
  --help-dy:-12px;
  width:72px;height:72px;
  top:42%;
  left:42%;
  background:linear-gradient(160deg,rgba(254,215,226,0.65),rgba(253,224,231,0.4));
  animation:
    help-bg-float-soft 11s ease-in-out infinite 1.2s,
    help-bg-morph 14s ease-in-out infinite 0.5s,
    help-bg-pulse-glow 6.2s ease-in-out infinite 0.8s;
}
.help-bg-blob--c{
  --help-rot:6deg;
  --help-dx:-7px;
  --help-dy:-20px;
  width:100px;height:88px;
  top:18%;
  right:12%;
  background:linear-gradient(155deg,rgba(186,230,253,0.7),rgba(199,210,254,0.45));
  animation:
    help-bg-float-soft 10s ease-in-out infinite 0.4s,
    help-bg-morph 13s ease-in-out infinite 1.1s,
    help-bg-pulse-glow 5.8s ease-in-out infinite 0.3s;
}
.help-bg-blob--d{
  --help-rot:-10deg;
  --help-dx:9px;
  --help-dy:-10px;
  width:64px;height:64px;
  top:48%;
  right:38%;
  background:linear-gradient(170deg,rgba(209,250,229,0.65),rgba(167,243,208,0.35));
  animation:
    help-bg-float-soft 12s ease-in-out infinite 2s,
    help-bg-morph 15s ease-in-out infinite 2.2s,
    help-bg-pulse-glow 6.8s ease-in-out infinite 1.4s;
}

.help-bg-face{
  position:absolute;
  width:56px;height:56px;
  top:28%;
  left:28%;
  border-radius:50%;
  background:linear-gradient(165deg,#fde68a,rgba(253,230,138,0.55));
  border:3px solid rgba(255,255,255,0.85);
  box-shadow:0 6px 18px rgba(251,191,36,0.15),inset 0 -10px 0 -6px rgba(180,83,9,0.12);
  animation:
    help-bg-float-soft 8s ease-in-out infinite 0.6s,
    help-bg-breathe-warm 4.2s ease-in-out infinite;
  --help-rot:-4deg;
  --help-dx:5px;
  --help-dy:-12px;
}
.help-bg-face::before,
.help-bg-face::after{
  content:'';
  position:absolute;
  width:7px;height:7px;
  border-radius:50%;
  background:#7c6f64;
  top:38%;
}
.help-bg-face::before{left:28%}
.help-bg-face::after{right:28%}
.help-bg-cluster--right .help-bg-face{display:none}

.help-bg-chip{
  position:absolute;
  width:48px;height:34px;
  bottom:38%;
  left:18%;
  border-radius:12px;
  background:linear-gradient(180deg,rgba(224,231,255,0.9),rgba(199,210,254,0.55));
  border:2px solid rgba(255,255,255,0.9);
  box-shadow:0 4px 12px rgba(99,102,241,0.08);
  animation:
    help-bg-float-soft 7.5s ease-in-out infinite 1.8s,
    help-bg-breathe-shadow 3.8s ease-in-out infinite 0.4s;
  --help-rot:5deg;
  --help-dx:-6px;
  --help-dy:-8px;
}
.help-bg-chip::after{
  content:'';
  position:absolute;
  width:18px;height:4px;
  border-radius:2px;
  background:rgba(99,102,241,0.25);
  left:10px;
  top:10px;
}

.help-bg-mac{
  position:absolute;
  width:58px;height:42px;
  top:32%;
  right:22%;
  border-radius:8px 8px 4px 4px;
  background:linear-gradient(180deg,rgba(241,245,249,0.95),rgba(226,232,240,0.65));
  border:2px solid rgba(255,255,255,0.95);
  box-shadow:0 6px 16px rgba(15,23,42,0.06);
  animation:
    help-bg-float-soft 9.5s ease-in-out infinite 0.9s,
    help-bg-mac-gleam 4.5s ease-in-out infinite;
  --help-rot:-5deg;
  --help-dx:6px;
  --help-dy:-14px;
}
.help-bg-mac::before{
  content:'';
  position:absolute;
  left:50%;
  bottom:-8px;
  transform:translateX(-50%);
  width:36px;height:8px;
  background:linear-gradient(180deg,#e2e8f0,#cbd5e1);
  border-radius:0 0 6px 6px;
}

.help-bg-note{
  position:absolute;
  width:44px;height:52px;
  bottom:32%;
  right:14%;
  border-radius:4px 14px 12px 12px;
  background:linear-gradient(165deg,rgba(255,251,235,0.95),rgba(254,243,199,0.5));
  border:2px solid rgba(255,255,255,0.85);
  box-shadow:0 4px 14px rgba(245,158,11,0.08);
  animation:
    help-bg-float-soft 8.8s ease-in-out infinite 2.4s,
    help-bg-note-sway 4s ease-in-out infinite 0.6s;
  --help-rot:7deg;
  --help-dx:-8px;
  --help-dy:-10px;
}
.help-bg-note::before{
  content:'';
  position:absolute;
  top:0;left:0;right:30%;
  height:10px;
  background:rgba(253,230,138,0.5);
  border-radius:2px 12px 2px 2px;
}

.help-bg-spark{
  position:absolute;
  width:22px;height:22px;
  background:rgba(167,139,250,0.35);
  clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
  animation:help-bg-twinkle 3.6s ease-in-out infinite;
}
.help-bg-spark--1{top:8%;left:55%;animation-delay:0s}
.help-bg-spark--2{bottom:22%;left:8%;width:16px;height:16px;animation-delay:0.9s;opacity:0.8}
.help-bg-spark--3{top:12%;right:18%;animation-delay:0.5s;background:rgba(125,211,252,0.4)}

.help-bg-cluster--right .help-bg-spark--1{display:none}

@media (prefers-reduced-motion:reduce){
  .help-bg-blob,.help-bg-face,.help-bg-chip,.help-bg-mac,.help-bg-note,.help-bg-spark{
    animation:none !important;
  }
}

.help-page{
  max-width:920px;
  margin:0 auto;
  padding:0 0 80px;
}

.help-hero{text-align:center;padding:120px 0 40px}
.help-hero-lead{
  font-size:15px;color:var(--muted);line-height:1.7;
  max-width:640px;margin:16px auto 0;
}

.help-strip{
  display:flex;flex-wrap:wrap;gap:10px 14px;justify-content:center;align-items:center;
  padding:18px 22px;margin:0 0 8px;
  background:linear-gradient(135deg,rgba(99,102,241,0.06),rgba(236,72,153,0.04));
  border:1.5px solid rgba(226,232,240,0.95);border-radius:20px;
}
.help-strip-item{
  display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#475569;
  padding:8px 14px;background:rgba(255,255,255,0.9);border-radius:100px;
  border:1px solid rgba(226,232,240,0.95);box-shadow:0 2px 8px rgba(99,102,241,0.05);
}
.help-strip-item span:first-child{font-size:15px;line-height:1}

.help-section-title{
  font-size:clamp(22px,3vw,28px);font-weight:900;color:var(--dark);text-align:center;
  letter-spacing:-0.4px;margin-bottom:10px;
}
.help-section-lead{
  text-align:center;font-size:15px;color:var(--muted);max-width:560px;margin:0 auto 28px;line-height:1.65;
}

.search-wrap{position:relative;max-width:480px;margin:24px auto 0}
.search-input{width:100%;padding:14px 20px 14px 48px;border:1.5px solid #E2E8F0;border-radius:16px;font-size:15px;font-family:inherit;background:var(--white);box-shadow:0 4px 12px rgba(0,0,0,0.04);transition:var(--ease);outline:none}
.search-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(99,102,241,0.1)}
.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:17px;color:var(--muted)}

/* —— 按场景卡片 + 相关资源 —— */
.help-guide{
  margin-top:36px;
  padding:28px 28px 32px;
  border-radius:24px;
  background:rgba(255,255,255,0.78);
  border:1px solid rgba(226,232,240,0.95);
  box-shadow:0 14px 40px rgba(15,23,42,0.06);
  backdrop-filter:blur(10px);
}
.help-guide-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:18px;
}
@media(max-width:900px){
  .help-guide-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:520px){
  .help-guide-grid{grid-template-columns:1fr}
}
.help-guide-card{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:16px 18px;
  border-radius:16px;
  text-decoration:none;
  color:inherit;
  background:linear-gradient(145deg,rgba(248,250,255,0.95) 0%,rgba(255,255,255,0.98) 100%);
  border:1px solid rgba(226,232,240,0.9);
  box-shadow:0 4px 16px rgba(99,102,241,0.06);
  transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease;
}
.help-guide-card:hover{
  transform:translateY(-2px);
  border-color:rgba(99,102,241,0.28);
  box-shadow:0 10px 28px rgba(99,102,241,0.12);
}
.help-guide-card-icon{font-size:22px;line-height:1}
.help-guide-card-title{font-weight:800;font-size:15px;color:var(--dark);letter-spacing:-0.2px}
.help-guide-card-desc{font-size:13px;line-height:1.55;color:var(--muted)}

.help-resources{
  margin-top:22px;
  padding:28px 28px 32px;
  border-radius:24px;
  background:linear-gradient(165deg,rgba(255,255,255,0.92) 0%,rgba(248,250,255,0.88) 100%);
  border:1px solid rgba(226,232,240,0.92);
  box-shadow:0 12px 36px rgba(15,23,42,0.05);
}
.help-resources-intro{
  text-align:center;
  font-size:14px;
  line-height:1.65;
  color:var(--muted);
  max-width:52ch;
  margin:-4px auto 16px;
}
.help-resources-legend{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:16px 20px;
  margin:0 0 14px;
  font-size:12px;
  font-weight:700;
  color:var(--muted);
}
.help-resources-legend-i{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.help-resources-legend-i::before{
  content:'';
  width:10px;height:10px;border-radius:3px;
}
.help-resources-legend-i--link::before{
  background:linear-gradient(135deg,#818cf8,#a78bfa);
  box-shadow:0 0 0 2px rgba(129,140,248,0.2);
}
.help-resources-legend-i--tip::before{
  background:linear-gradient(135deg,#fcd34d,#fbbf24);
  box-shadow:0 0 0 2px rgba(251,191,36,0.22);
}
.help-res-bento{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(268px,1fr));
  gap:12px;
  margin-top:4px;
}
.help-res-tile{
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-height:100%;
  padding:14px 16px 14px 14px;
  border-radius:16px;
  text-decoration:none;
  color:inherit;
  background:rgba(255,255,255,0.95);
  border:1px solid rgba(226,232,240,0.95);
  box-shadow:0 2px 10px rgba(15,23,42,0.04);
  transition:transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease;
}
a.help-res-tile:hover{
  transform:translateY(-2px);
  border-color:rgba(129,140,248,0.35);
  box-shadow:0 10px 26px rgba(99,102,241,0.12);
}
a.help-res-tile:focus-visible{
  outline:none;
  box-shadow:0 0 0 3px rgba(99,102,241,0.35),0 10px 26px rgba(99,102,241,0.1);
  border-color:rgba(129,140,248,0.45);
}
a.help-res-tile:hover .help-res-tile-go{color:var(--accent);transform:translateX(3px)}
.help-res-tile--tip{
  background:linear-gradient(145deg,rgba(255,251,235,0.95) 0%,rgba(254,252,247,0.98) 100%);
  border-color:rgba(251,191,36,0.28);
  box-shadow:0 2px 12px rgba(245,158,11,0.06);
  cursor:default;
}
.help-res-tile-icon{
  flex-shrink:0;
  width:38px;height:38px;
  display:flex;align-items:center;justify-content:center;
  font-size:20px;line-height:1;
  border-radius:12px;
  background:rgba(99,102,241,0.08);
}
.help-res-tile--tip .help-res-tile-icon{
  background:rgba(245,158,11,0.12);
}
.help-res-tile-text{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.help-res-tile-title{
  font-size:14px;
  font-weight:800;
  color:var(--dark);
  letter-spacing:-0.2px;
  line-height:1.35;
}
.help-res-tile-desc{
  font-size:13px;
  line-height:1.55;
  color:var(--muted);
}
.help-res-tile-desc a{
  color:var(--accent);
  font-weight:700;
  text-decoration:none;
}
.help-res-tile-desc a:hover{
  text-decoration:none;
  color:#4f46e5;
}
.help-res-tile-desc a:focus-visible{
  text-decoration:none;
  outline:none;
  box-shadow:0 0 0 2px rgba(99,102,241,0.45);
  border-radius:4px;
}
.help-res-tile-go{
  flex-shrink:0;
  align-self:center;
  font-size:16px;
  font-weight:600;
  color:#c7d2fe;
  transition:color 0.18s ease,transform 0.18s ease;
}
@media(max-width:480px){
  .help-resources{padding:22px 18px 26px}
  .help-resources-legend{display:none}
  .help-res-bento{grid-template-columns:1fr}
}

/* —— 文档式 FAQ：侧栏目录 + 正文 —— */
.help-doc-layout{
  display:grid;
  grid-template-columns:minmax(180px,220px) minmax(0,1fr);
  gap:clamp(20px,3vw,36px);
  align-items:start;
  margin-top:22px;
}
.help-doc-layout--search{
  grid-template-columns:1fr;
}
.help-doc-layout--search .help-doc-toc-wrap{display:none}
.help-doc-toc-wrap{
  position:sticky;
  top:88px;
  max-height:calc(100vh - 120px);
  overflow:auto;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(248,250,255,0.65);
  border:1px solid rgba(226,232,240,0.85);
}
.help-doc-toc{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.help-toc-link{
  font-size:13px;
  font-weight:600;
  color:var(--muted);
  text-decoration:none;
  line-height:1.45;
  padding:6px 8px;
  margin:0 -8px;
  border-radius:10px;
  transition:background 0.15s ease,color 0.15s ease;
}
.help-toc-link:hover{color:var(--accent);background:rgba(99,102,241,0.08)}
.help-toc-link.is-active{
  color:var(--dark);
  font-weight:800;
  background:rgba(99,102,241,0.12);
}
.help-search-clear{
  margin-left:10px;
  padding:6px 12px;
  font-size:13px;
  font-weight:700;
  font-family:inherit;
  color:#4338ca;
  background:rgba(99,102,241,0.1);
  border:1px solid rgba(99,102,241,0.22);
  border-radius:999px;
  cursor:pointer;
  vertical-align:middle;
}
.help-search-clear:hover{background:rgba(99,102,241,0.16)}
.help-doc-body .help-faq-group{
  scroll-margin-top:96px;
}
@media(max-width:900px){
  .help-doc-layout{grid-template-columns:1fr}
  .help-doc-toc-wrap{
    position:relative;
    top:auto;
    max-height:none;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    flex-direction:row;
    align-items:center;
  }
  .help-doc-toc{flex-direction:row;flex-wrap:wrap;gap:8px}
  .help-toc-link{margin:0;padding:8px 12px;background:rgba(255,255,255,0.85);border:1px solid rgba(226,232,240,0.9)}
  .help-doc-layout--search .help-doc-toc-wrap{display:none}
}

/* —— 分组折叠 FAQ —— */
.help-faq-section{
  margin:40px 0 48px;
  padding:36px 28px 40px;
  border-radius:28px;
  background:linear-gradient(165deg,rgba(99,102,241,0.05) 0%,rgba(236,72,153,0.03) 45%,rgba(255,255,255,0.65) 100%);
  border:1.5px solid rgba(226,232,240,0.9);
  box-shadow:0 8px 32px rgba(99,102,241,0.06);
}
.help-faq-group{margin-bottom:28px}
.help-faq-group:last-child{margin-bottom:0}
.help-faq-group-h{
  font-size:11px;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;
  color:#5b21b6;margin:0 0 14px;padding-left:2px;opacity:0.9;
}
.help-details{
  border:1.5px solid rgba(226,232,240,0.95);border-radius:18px;margin-bottom:10px;
  background:var(--white);box-shadow:var(--clay-shadow);
  transition:var(--bounce);
}
.help-details:last-child{margin-bottom:0}
.help-details[open]{
  border-color:rgba(99,102,241,0.25);
  box-shadow:var(--clay-hover);
}
.help-details-sum{
  cursor:pointer;list-style:none;
  padding:16px 20px;
  font-size:15px;font-weight:800;color:var(--dark);line-height:1.45;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  user-select:none;
}
.help-details-sum::-webkit-details-marker{display:none}
.help-details-sum::after{
  content:'+';
  flex-shrink:0;
  font-size:20px;font-weight:600;color:var(--muted);line-height:1;
  transition:transform 0.2s ease,color 0.2s ease;
}
.help-details[open] .help-details-sum::after{
  content:'−';
  color:var(--accent);
}
.help-details-sum span{min-width:0;text-align:left}
.help-details-sum:hover,.help-details-sum:focus-visible{color:var(--accent);outline:none}
.help-details-sum:focus-visible{
  box-shadow:inset 0 0 0 2px rgba(99,102,241,0.25);border-radius:16px;
}
.help-details-body{
  padding:0 20px 18px;
  font-size:14px;color:#475569;line-height:1.75;
  white-space:normal;
  border-top:1px solid #f1f5f9;
  margin:0 16px;
  padding-top:14px;
  padding-bottom:20px;
}
.help-details-body p{margin:0 0 12px}
.help-details-body p:last-child{margin-bottom:0}
.help-details-body ul,.help-details-body ol{margin:0 0 12px;padding-left:1.25em}
.help-details-body li{margin:4px 0}
.help-details-body pre{
  margin:0 0 12px;padding:12px 14px;
  font-size:13px;line-height:1.55;
  background:#0f172a0a;border-radius:12px;
  overflow-x:auto;border:1px solid rgba(226,232,240,0.9);
}
.help-details-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px}
.help-faq-empty,.help-faq-search-note{
  font-size:14px;color:var(--muted);line-height:1.65;text-align:center;margin:8px 0 0;
}
.help-faq-search-note{
  text-align:left;margin-bottom:18px;padding:12px 16px;
  background:rgba(255,255,255,0.75);border-radius:14px;border:1px solid rgba(226,232,240,0.9);
}

/* —— 底部 CTA（工单引导） —— */
.help-cta{
  position:relative;
  overflow:hidden;
  margin:0 0 80px;
  padding:0;
  border-radius:28px;
  border:1.5px solid rgba(226,232,240,0.95);
  background:
    linear-gradient(165deg,rgba(255,255,255,0.98) 0%,rgba(248,250,252,0.99) 100%);
  box-shadow:0 12px 40px rgba(99,102,241,0.08),0 1px 0 rgba(255,255,255,0.8) inset;
}
.help-cta-glow{
  position:absolute;
  left:50%;
  bottom:-35%;
  width:min(720px,140%);
  height:min(320px,55vw);
  transform:translateX(-50%);
  background:radial-gradient(ellipse 70% 60% at 50% 50%,rgba(129,140,248,0.22) 0%,rgba(167,139,250,0.08) 45%,transparent 72%);
  pointer-events:none;
}
.help-cta-inner{
  position:relative;
  z-index:1;
  padding:40px 36px 44px;
  max-width:640px;
}
.help-cta-eyebrow{
  margin:0 0 10px;
  font-size:11px;
  font-weight:800;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:#6366f1;
  opacity:0.95;
}
.help-cta-title{
  margin:0 0 14px;
  font-size:clamp(24px,3.2vw,30px);
  font-weight:900;
  letter-spacing:-0.5px;
  color:var(--dark);
  line-height:1.2;
}
.help-cta-desc{
  margin:0 0 28px;
  font-size:15px;
  line-height:1.7;
  color:var(--muted);
  max-width:52ch;
}
.help-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px 14px;
  align-items:center;
}
.help-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 26px;
  border-radius:14px;
  font-size:15px;
  font-weight:800;
  font-family:inherit;
  text-decoration:none;
  transition:transform 0.22s ease,box-shadow 0.22s ease,border-color 0.2s ease,background 0.2s ease;
  cursor:pointer;
}
.help-cta-btn-primary{
  color:#fff;
  border:none;
  background:linear-gradient(115deg,#7c8cff 0%,#8b7bff 38%,#b18cff 100%);
  box-shadow:
    0 10px 28px rgba(124,140,255,0.42),
    0 2px 0 rgba(255,255,255,0.2) inset;
}
.help-cta-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:
    0 14px 36px rgba(124,140,255,0.5),
    0 2px 0 rgba(255,255,255,0.25) inset;
}
.help-cta-btn-primary:active{
  transform:translateY(0);
}
.help-cta-btn-secondary{
  color:#4338ca;
  background:rgba(255,255,255,0.92);
  border:1.5px solid rgba(226,232,240,0.98);
  box-shadow:0 4px 14px rgba(15,23,42,0.06),0 1px 0 rgba(255,255,255,0.9) inset;
}
.help-cta-btn-secondary:hover{
  border-color:rgba(99,102,241,0.35);
  background:#fff;
  color:var(--accent);
  transform:translateY(-2px);
  box-shadow:0 8px 22px rgba(99,102,241,0.12);
}
.help-cta-btn-secondary:active{transform:translateY(0)}
.help-cta-btn:focus-visible{
  outline:none;
  box-shadow:0 0 0 3px rgba(99,102,241,0.35),0 10px 28px rgba(124,140,255,0.35);
}
.help-cta-btn-secondary:focus-visible{
  box-shadow:0 0 0 3px rgba(99,102,241,0.3),0 4px 14px rgba(15,23,42,0.06);
}

@media(max-width:560px){
  .help-cta-inner{padding:32px 22px 36px;text-align:center}
  .help-cta-desc{margin-left:auto;margin-right:auto}
  .help-cta-actions{
    flex-direction:column;
    align-items:stretch;
    max-width:320px;
    margin:0 auto;
  }
  .help-cta-btn{width:100%;justify-content:center}
}

@media(max-width:480px){
  .help-strip{padding:14px 16px}
  .help-faq-section{padding:28px 18px 32px;border-radius:22px}
  .help-details-sum{padding:14px 16px;font-size:14px}
  .help-details-body{margin:0 12px;padding-left:16px;padding-right:16px}
}
