.bc-fp-callimg {
  padding: 3.75rem 2.5rem 0;
}

.bc-fp-callimg-wrap {
  max-width: var(--bc-max-width);
  margin: 0 auto;
}

.bc-fp-callimg-box {
  width: 100%;
  min-height: 340px;
  background-color: #1a1a2e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.bc-fp-callimg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.4) 55%, rgba(0,0,0,0.1) 100%);
  z-index: 1;
}

.bc-fp-callimg-content {
  position: relative;
  z-index: 2;
  padding: 3rem 3.125rem;
  max-width: 560px;
}

.bc-fp-callimg-text {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--bc-white);
  margin-bottom: 1.5rem;
}

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

.bc-fp-callimg-btn:hover {
  background: var(--bc-blue-dark);
  color: var(--bc-white);
  box-shadow: 0 8px 25px rgba(0,49,244,0.35);
  transform: translateY(-2px);
}

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

@media (max-width: 900px) {
  .bc-fp-callimg { padding: 2.5rem 1.25rem 0; }
  .bc-fp-callimg-box { min-height: 280px; border-radius: 16px; }
  .bc-fp-callimg-content { padding: 2.25rem 1.875rem; max-width: 480px; }
  .bc-fp-callimg-text { font-size: 1.6rem; }
}

@media (max-width: 480px) {
  .bc-fp-callimg { padding: 1.75rem 0.75rem 0; }
  .bc-fp-callimg-box { min-height: 220px; border-radius: 14px; }
  .bc-fp-callimg-content { padding: 1.75rem 1.25rem; }
  .bc-fp-callimg-text { font-size: 1.3rem; margin-bottom: 1.25rem; }
  .bc-fp-callimg-btn { padding: 0.9rem 2rem; font-size: 0.82rem; }
}
