.bc-fp-ctablue {
  background: var(--bc-blue);
  padding: 4.5rem 2.5rem;
  text-align: center;
}

.bc-fp-ctablue-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.bc-fp-ctablue-text {
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: var(--bc-white);
  margin-bottom: 2.25rem;
}

.bc-fp-ctablue-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: background 0.3s ease, box-shadow 0.3s ease, transform 0.15s ease;
}

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

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

@media (max-width: 900px) {
  .bc-fp-ctablue { padding: 3.5rem 1.5rem; }
  .bc-fp-ctablue-text { font-size: 1.15rem; }
}

@media (max-width: 480px) {
  .bc-fp-ctablue { padding: 3rem 1.25rem; }
  .bc-fp-ctablue-text { font-size: 1rem; }
  .bc-fp-ctablue-btn { padding: 0.9rem 2rem; font-size: 0.72rem; }
}
