.elementor-86990 .elementor-element.elementor-element-7b02f09{--display:flex;}/* Start custom CSS for html, class: .elementor-element-110d1ba *//* --- BFSIM LinkHub Styles --- */
.bfsim-linkhub {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #ffffff;
  background: radial-gradient(circle at top left, #0a2342 0%, #050e1f 100%);
  text-align: center;
  padding: 60px 20px 40px;
  border-radius: 18px;
  max-width: 480px;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
}

.bfsim-linkhub__logo img {
  width: 200px;
  height: auto;
  margin-bottom: 16px;
}

h2.bfsim-linkhub__title {
  font-family: Oxanium, Verdana, Sans-Serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: .5px;
  color: white;
}

.bfsim-linkhub__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

a.bfsim-linkhub__btn {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 14px 20px;
  border-radius: 12px;
  transition: all .2s ease;
}

a.bfsim-linkhub__btn:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

a.bfsim-linkhub__btn--main {
  background: #0a5cff;
  border-color: #0a5cff;
}

a.bfsim-linkhub__btn--main:hover {
  background: #084bd0;
}

a.bfsim-linkhub__btn--highlight {
  background: linear-gradient(90deg, #ff4b2b, #ff416c);
  border: none;
  font-weight: 700;
}

.bfsim-linkhub__footer {
  margin-top: 40px;
  font-size: .9rem;
  opacity: .8;
}

.bfsim-linkhub__footer a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255,255,255,0.3);
}

.bfsim-linkhub__footer a:hover {
  opacity: .85;
  border-bottom-color: transparent;
}

/* Responsive */
@media (max-width: 480px){
  .bfsim-linkhub{
    padding: 40px 14px 30px;
  }
  .bfsim-linkhub__title{
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  .bfsim-linkhub__btn{
    font-size: 1rem;
    padding: 12px 16px;
  }
}/* End custom CSS */