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

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

.bc-fp-hero-img {
  width: 100%;
  min-height: 635px;
  background-color: rgba(1, 25, 121, 0.85);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.4rem 3.125rem 2.5rem;
}

.bc-fp-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(1, 25, 121, 0.15);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.bc-fp-hero-text {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 966px;
  margin-top: auto;
  margin-bottom: 2.75rem;
}

.bc-fp-hero-title {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--bc-white);
  margin-bottom: 0.6rem;
}

.bc-fp-hero-desc {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--bc-white);
  opacity: 0.9;
}

.bc-fp-svc-cards {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  width: 100%;
  padding: 0 2.5rem;
}

.bc-fp-svc-card {
  flex: 1;
  min-height: 180px;
  background: var(--bc-white);
  border: 4px solid var(--bc-blue);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: row;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bc-fp-svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 49, 244, 0.15);
}

.bc-fp-svc-card-img {
  width: 55px;
  flex-shrink: 0;
  background-color: rgba(0, 49, 244, 0.25);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px 0 0 6px;
  position: relative;
}

.bc-fp-svc-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 49, 244, 0.25);
  border-radius: 6px 0 0 6px;
}

.bc-fp-svc-card-body {
  display: flex;
  flex-direction: column;
  padding: 1.125rem 0.875rem 1rem 0.75rem;
  flex: 1;
  min-width: 0;
}

.bc-fp-svc-card-title {
  font-weight: 600;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--bc-black);
  margin-bottom: auto;
  word-break: break-word;
}

.bc-fp-svc-card-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  background: var(--bc-blue);
  border-radius: 10px;
  font-family: var(--bc-font);
  font-weight: 600;
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--bc-white);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 0.875rem;
  align-self: flex-start;
  white-space: nowrap;
}

.bc-fp-svc-card:hover .bc-fp-svc-card-btn {
  background: var(--bc-blue-dark);
}

.bc-fp-trust {
  padding: 3.75rem 2.5rem;
  text-align: center;
}

.bc-fp-trust-title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--bc-black);
  margin-bottom: 2.5rem;
}

.bc-fp-trust-badges {
  display: flex;
  justify-content: center;
  gap: 4.375rem;
  flex-wrap: wrap;
}

.bc-fp-trust-badge {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--bc-blue);
  transition: transform 0.3s ease;
  cursor: default;
}

.bc-fp-trust-badge:hover {
  transform: translateY(-3px);
}

.bc-fp-about {
  display: flex;
  max-width: var(--bc-max-width);
  margin: 0 auto;
  min-height: 640px;
}

.bc-fp-about-img {
  width: 50%;
  position: relative;
  background-color: rgba(0, 49, 244, 0.45);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  padding: 1.875rem;
}

.bc-fp-about-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 49, 244, 0.45);
}

.bc-fp-about-logo {
  position: relative;
  z-index: 1;
  font-family: var(--bc-font);
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--bc-white);
  word-break: break-word;
}

.bc-fp-about-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6.875rem;
}

.bc-fp-about-subtitle {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--bc-black);
  margin-bottom: 2.2rem;
}

.bc-fp-about-text {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.65;
  letter-spacing: -0.01em;
  color: var(--bc-gray);
  margin-bottom: 2.2rem;
}

.bc-fp-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.125rem 2.25rem;
  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;
  align-self: flex-start;
}

.bc-fp-about-btn:hover {
  background: var(--bc-blue-dark);
  color: var(--bc-white);
}

@media (max-width: 1100px) {
  .bc-fp-hero-img {
    min-height: 520px;
    padding: 2.5rem 1.875rem 1.875rem;
  }
  .bc-fp-hero-title { font-size: 2.1rem; }
  .bc-fp-svc-cards { padding: 0 1.25rem; }
  .bc-fp-about-content { padding: 0 3.5rem; }
}

@media (max-width: 900px) {
  .bc-fp-hero-section { padding: 1.875rem 1.25rem 0; }
  .bc-fp-hero-img {
    min-height: auto;
    padding: 2.5rem 1.25rem 1.75rem;
    border-radius: 16px;
  }
  .bc-fp-hero-title { font-size: 1.6rem; }
  .bc-fp-hero-desc { font-size: 0.88rem; }
  .bc-fp-hero-text { margin-bottom: 1.75rem; }
  .bc-fp-svc-cards { flex-wrap: wrap; gap: 0.75rem; padding: 0 0.625rem; }
  .bc-fp-svc-card {
    flex: 0 0 calc(50% - 0.375rem);
    min-height: 150px;
    border-width: 3px;
    border-radius: 8px;
  }
  .bc-fp-svc-card-img { width: 42px; border-radius: 5px 0 0 5px; }
  .bc-fp-svc-card-img::after { border-radius: 5px 0 0 5px; }
  .bc-fp-svc-card-body { padding: 0.875rem 0.625rem 0.75rem; }
  .bc-fp-svc-card-title { font-size: 1rem; }
  .bc-fp-svc-card-btn { padding: 0.625rem 1rem; font-size: 0.68rem; border-radius: 8px; margin-top: 0.625rem; }

  .bc-fp-trust-title { font-size: 2rem; }
  .bc-fp-trust-badges { gap: 1.875rem 3.125rem; }
  .bc-fp-trust-badge { font-size: 0.95rem; }

  .bc-fp-about { flex-direction: column; }
  .bc-fp-about-img { width: 100%; min-height: 360px; }
  .bc-fp-about-logo { font-size: 4.5rem; }
  .bc-fp-about-content { width: 100%; padding: 2.5rem 1.875rem; }
}

@media (max-width: 480px) {
  .bc-fp-hero-section { padding: 1.25rem 0.75rem 0; }
  .bc-fp-hero-img { padding: 2rem 1rem 1.25rem; border-radius: 14px; }
  .bc-fp-hero-title { font-size: 1.35rem; }
  .bc-fp-hero-desc { font-size: 0.82rem; }
  .bc-fp-svc-cards { gap: 0.625rem; padding: 0; }
  .bc-fp-svc-card { min-height: 130px; }
  .bc-fp-svc-card-img { width: 38px; }
  .bc-fp-svc-card-body { padding: 0.75rem 0.625rem; }
  .bc-fp-svc-card-title { font-size: 0.9rem; }
  .bc-fp-svc-card-btn { padding: 0.56rem 0.875rem; font-size: 0.62rem; border-radius: 7px; }

  .bc-fp-trust { padding: 2.5rem 1.25rem; }
  .bc-fp-trust-title { font-size: 1.6rem; margin-bottom: 1.75rem; }
  .bc-fp-trust-badges { flex-direction: column; gap: 1rem; }
  .bc-fp-trust-badge { font-size: 0.88rem; }

  .bc-fp-about-img { min-height: 280px; padding: 1.25rem; }
  .bc-fp-about-logo { font-size: 3.5rem; }
  .bc-fp-about-content { padding: 2rem 1.25rem; }
  .bc-fp-about-subtitle { font-size: 1.1rem; margin-bottom: 1.5rem; }
  .bc-fp-about-text { font-size: 0.88rem; margin-bottom: 1.5rem; }
  .bc-fp-about-btn { padding: 0.875rem 1.75rem; font-size: 0.82rem; }
}

.bc-fp-cta {
  background: var(--bc-blue);
  padding: 5rem 2.5rem;
}

.bc-fp-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.bc-fp-cta-text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--bc-white);
  margin-bottom: 2.5rem;
}

.bc-fp-cta-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: var(--bc-radius, 8px);
  font-family: var(--bc-font);
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  transition: all 0.3s ease, box-shadow 0.3s ease, transform 0.15s ease;
}

.bc-fp-cta-btn:hover {
  background: var(--bc-white);
  color: var(--bc-blue-dark);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.3), 0 8px 25px rgba(0,0,0,0.2);
  transform: translateY(-2px);
}

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

@media (max-width: 900px) {
  .bc-fp-cta { padding: 3.5rem 1.875rem; }
  .bc-fp-cta-text { font-size: 1.25rem; }
}

@media (max-width: 480px) {
  .bc-fp-cta { padding: 2.5rem 1.25rem; }
  .bc-fp-cta-text { font-size: 1.05rem; margin-bottom: 2rem; }
  .bc-fp-cta-btn { padding: 0.9rem 2rem; font-size: 0.7rem; }
}

.bc-fp-services {
  display: flex;
  max-width: var(--bc-max-width);
  margin: 0 auto;
  min-height: 640px;
}

.bc-fp-services-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6.875rem;
}

.bc-fp-services-subtitle {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--bc-black);
  margin-bottom: 2.2rem;
}

.bc-fp-services-text {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.65;
  letter-spacing: -0.01em;
  color: var(--bc-gray);
  margin-bottom: 2.2rem;
}

.bc-fp-services-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.125rem 2.25rem;
  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;
  align-self: flex-start;
}

.bc-fp-services-btn:hover {
  background: var(--bc-blue-dark);
  color: var(--bc-white);
}

.bc-fp-services-img {
  width: 50%;
  position: relative;
  background-color: rgba(0, 49, 244, 0.45);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.875rem;
}

.bc-fp-services-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 49, 244, 0.45);
}

.bc-fp-services-logo {
  position: relative;
  z-index: 1;
  font-family: var(--bc-font);
  font-weight: 700;
  font-size: 7.875rem;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--bc-white);
}

@media (max-width: 1100px) {
  .bc-fp-services-content { padding: 0 3.5rem; }
}

@media (max-width: 900px) {
  .bc-fp-services { flex-direction: column-reverse; }
  .bc-fp-services-content { width: 100%; padding: 2.5rem 1.875rem; }
  .bc-fp-services-img { width: 100%; min-height: 360px; }
  .bc-fp-services-logo { font-size: 4.5rem; }
}

@media (max-width: 480px) {
  .bc-fp-services-content { padding: 2rem 1.25rem; }
  .bc-fp-services-subtitle { font-size: 1.1rem; margin-bottom: 1.5rem; }
  .bc-fp-services-text { font-size: 0.88rem; margin-bottom: 1.5rem; }
  .bc-fp-services-btn { padding: 0.875rem 1.75rem; font-size: 0.82rem; }
  .bc-fp-services-img { min-height: 280px; padding: 1.25rem; }
  .bc-fp-services-logo { font-size: 3.5rem; }
}

.bc-fp-testimonials {
  padding: 5rem 2.5rem;
}

.bc-fp-testimonials-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.bc-fp-testimonials-title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--bc-black);
  margin-bottom: 1rem;
}

.bc-fp-testimonials-desc {
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--bc-gray);
  margin-bottom: 2.5rem;
}

.bc-fp-testimonials-slider {
  position: relative;
  margin-bottom: 3rem;
}

.bc-fp-testimonials-track {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: var(--bc-blue);
}

.bc-fp-testimonials-slide {
  position: absolute;
  inset: 0;
  padding: 4rem 3.5rem 3rem;
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bc-fp-testimonials-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.bc-fp-testimonials-quote {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--bc-white);
  margin-bottom: 1.5rem;
  font-style: normal;
}

.bc-fp-testimonials-author {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--bc-white);
  font-style: normal;
}

.bc-fp-testimonials-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.bc-fp-testimonials-arrow {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--bc-blue);
  padding: 0.25rem;
  transition: opacity 0.2s;
}

.bc-fp-testimonials-arrow:hover {
  opacity: 0.7;
}

.bc-fp-testimonials-dots {
  display: flex;
  gap: 0.5rem;
}

.bc-fp-testimonials-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: var(--bc-border);
  cursor: pointer;
  padding: 0;
  transition: background 0.3s;
}

.bc-fp-testimonials-dot.active {
  background: var(--bc-blue);
}

.bc-fp-testimonials-cta-text {
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--bc-gray);
  margin-bottom: 1.5rem;
}

.bc-fp-testimonials-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.125rem 2.25rem;
  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;
}

.bc-fp-testimonials-btn:hover {
  background: var(--bc-blue-dark);
  color: var(--bc-white);
}

@media (max-width: 900px) {
  .bc-fp-testimonials { padding: 3.5rem 1.875rem; }
  .bc-fp-testimonials-title { font-size: 2rem; }
  .bc-fp-testimonials-slide { padding: 3rem 2rem 2rem; }
  .bc-fp-testimonials-quote { font-size: 1.1rem; }
}

@media (max-width: 480px) {
  .bc-fp-testimonials { padding: 2.5rem 1.25rem; }
  .bc-fp-testimonials-title { font-size: 1.6rem; }
  .bc-fp-testimonials-slide { padding: 2rem 1.25rem 1.5rem; border-radius: 12px; }
  .bc-fp-testimonials-quote { font-size: 0.95rem; }
  .bc-fp-testimonials-author { font-size: 0.88rem; }
  .bc-fp-testimonials-btn { padding: 0.875rem 1.75rem; font-size: 0.82rem; }
}

.bc-fp-intro {
  padding: 5rem 2.5rem;
  background: var(--bc-white);
}

.bc-fp-intro-inner {
  max-width: var(--bc-max-width);
  margin: 0 auto;
  text-align: center;
}

.bc-fp-intro-badge {
  display: inline-block;
  background: var(--bc-blue);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.6rem 2rem;
  border-radius: var(--bc-radius);
  margin-bottom: 2rem;
  letter-spacing: -0.3px;
}

.bc-fp-intro-text {
  font-size: 0.95rem;
  color: var(--bc-gray);
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto 1rem;
  text-align: left;
}

.bc-fp-intro-cta-wrap {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.bc-fp-intro-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background: var(--bc-blue);
  color: #fff;
  border: none;
  border-radius: 100px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  animation: bcFpBtnShake 3s ease-in-out infinite;
  transition: background 0.3s ease;
  text-decoration: none;
}

.bc-fp-intro-cta:hover {
  background: var(--bc-blue-dark);
  color: #fff;
}

.bc-fp-intro-cta svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.bc-fp-intro-cta::before,
.bc-fp-intro-cta::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 100px;
  border: 2px solid var(--bc-blue);
  opacity: 0;
  animation: bcFpCtaWave 3s ease-out infinite;
}

.bc-fp-intro-cta::after {
  animation-delay: 0.6s;
}

.bc-fp-intro-sonar {
  position: absolute;
  inset: -14px;
  border-radius: 100px;
  border: 1.5px solid rgba(0, 49, 244, 0.2);
  animation: bcFpSonar 3s ease-out infinite 1.2s;
}

@keyframes bcFpCtaWave {
  0% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.15); opacity: 0; }
  100% { transform: scale(1.15); opacity: 0; }
}

@keyframes bcFpBtnShake {
  0%, 88%, 100% { transform: translateX(0); }
  90% { transform: translateX(-3px); }
  92% { transform: translateX(3px); }
  94% { transform: translateX(-2px); }
  96% { transform: translateX(2px); }
  98% { transform: translateX(-1px); }
}

@keyframes bcFpSonar {
  0% { transform: scale(1); opacity: 0.4; }
  60% { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}

@media (max-width: 900px) {
  .bc-fp-intro { padding: 3.5rem 1.875rem; }
  .bc-fp-intro-badge { font-size: 1.3rem; padding: 0.5rem 1.5rem; }
}

@media (max-width: 480px) {
  .bc-fp-intro { padding: 2.5rem 1.25rem; }
  .bc-fp-intro-badge { font-size: 1.1rem; padding: 0.45rem 1.25rem; }
  .bc-fp-intro-text { font-size: 0.88rem; }
  .bc-fp-intro-cta { font-size: 0.88rem; padding: 0.875rem 2rem; }
}

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

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

.bc-fp-ctablue2-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-ctablue2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.05rem 2.5rem;
  background: transparent;
  color: var(--bc-white);
  border: 2px solid var(--bc-white);
  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, color 0.3s ease, box-shadow 0.3s ease, transform 0.15s ease;
}

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

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

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

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

.bc-fp-split {
  display: flex;
  max-width: var(--bc-max-width);
  margin: 0 auto;
  min-height: 640px;
}

.bc-fp-split--reverse {
  flex-direction: row-reverse;
}

.bc-fp-split-img {
  width: 50%;
  position: relative;
  background-color: rgba(0, 49, 244, 0.45);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  padding: 1.875rem;
}

.bc-fp-split-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 49, 244, 0.45);
}

.bc-fp-split-img-text {
  position: relative;
  z-index: 1;
  font-family: var(--bc-font);
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--bc-white);
  word-break: break-word;
}

.bc-fp-split-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6.875rem;
}

.bc-fp-split-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--bc-black);
  margin-bottom: 2rem;
}

.bc-fp-split-desc {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--bc-gray);
  margin-bottom: 2rem;
}

.bc-fp-split-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0.85rem 2rem;
  background: var(--bc-blue);
  color: var(--bc-white);
  border-radius: 8px;
  font-family: var(--bc-font);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.15s ease;
}

.bc-fp-split-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-split-btn:active {
  transform: translateY(0);
}

@media (max-width: 900px) {
  .bc-fp-split {
    flex-direction: column;
    min-height: auto;
  }
  .bc-fp-split--reverse {
    flex-direction: column;
  }
  .bc-fp-split-img {
    width: 100%;
    min-height: 360px;
  }
  .bc-fp-split-img-text {
    font-size: 4.5rem;
  }
  .bc-fp-split-content {
    width: 100%;
    padding: 2.5rem 1.875rem;
  }
}

@media (max-width: 480px) {
  .bc-fp-split-img {
    min-height: 280px;
    padding: 1.25rem;
  }
  .bc-fp-split-img-text {
    font-size: 3.5rem;
  }
  .bc-fp-split-content {
    padding: 2rem 1.25rem;
  }
  .bc-fp-split-title {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  .bc-fp-split-desc {
    font-size: 0.82rem;
  }
  .bc-fp-split-btn {
    padding: 0.75rem 1.75rem;
    font-size: 0.68rem;
  }
}

.bc-fp-latest {
  padding: 5rem 2.5rem;
  background: var(--bc-white);
}

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

@media (max-width: 900px) {
  .bc-fp-latest { padding: 3.5rem 1.875rem; }
}

@media (max-width: 480px) {
  .bc-fp-latest { padding: 2.5rem 1.25rem; }
}
