.bc-fp-help {
  padding: 0 2.5rem 3.125rem;
}

.bc-fp-help-inner {
  background: var(--bc-blue);
  border-radius: 20px;
  padding: 5rem 4rem;
  max-width: var(--bc-max-width);
  margin: 0 auto;
}

.bc-fp-help-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.bc-fp-help-title {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--bc-white);
  margin-bottom: 3.5rem;
  max-width: 420px;
}

.bc-fp-help-list {
  display: flex;
  flex-direction: column;
}

.bc-fp-help-item {
  display: flex;
  align-items: stretch;
  gap: 5rem;
  padding: 3rem 0;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.bc-fp-help-item:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.bc-fp-help-num {
  font-weight: 800;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--bc-white);
  flex-shrink: 0;
  width: 240px;
}

.bc-fp-help-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.bc-fp-help-item-name {
  font-weight: 800;
  font-size: 1.65rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--bc-white);
  margin-bottom: 1rem;
}

.bc-fp-help-item-desc {
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  max-width: 440px;
}

.bc-fp-help-bottom {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-top: 3.5rem;
}

.bc-fp-help-bottom-text {
  font-weight: 600;
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(255,255,255,0.6);
  flex-shrink: 0;
  width: 240px;
}

.bc-fp-help-bottom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.05rem 2.5rem;
  background: var(--bc-white);
  color: var(--bc-blue);
  border-radius: 10px;
  font-family: var(--bc-font);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.15s ease;
}

.bc-fp-help-bottom-btn:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  transform: translateY(-2px);
}

.bc-fp-help-bottom-btn:active {
  transform: translateY(0);
}

@media (max-width: 900px) {
  .bc-fp-help { padding: 0 1.25rem 1.875rem; }
  .bc-fp-help-inner { padding: 3rem 1.5rem; border-radius: 16px; }
  .bc-fp-help-title { font-size: 2rem; margin-bottom: 2.5rem; }
  .bc-fp-help-item { flex-direction: column; align-items: flex-start; gap: 0; padding: 2.25rem 0; }
  .bc-fp-help-num { font-size: 4.5rem; margin-bottom: 0.75rem; width: auto; }
  .bc-fp-help-item-name { font-size: 1.3rem; margin-bottom: 0.75rem; }
  .bc-fp-help-item-desc { font-size: 0.82rem; }
  .bc-fp-help-bottom { flex-direction: column; gap: 1.5rem; align-items: flex-start; margin-top: 2.5rem; }
  .bc-fp-help-bottom-text { font-size: 0.9rem; width: auto; }
  .bc-fp-help-bottom-btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  .bc-fp-help { padding: 0 1rem 1.25rem; }
  .bc-fp-help-inner { padding: 2.5rem 1.25rem; border-radius: 14px; }
  .bc-fp-help-title { font-size: 1.75rem; }
  .bc-fp-help-num { font-size: 3.5rem; }
  .bc-fp-help-item-name { font-size: 1.15rem; }
}
