header.sticky ~ main {
  margin-top: 150px;
}
@media (max-width: 991.98px) {
  header.sticky ~ main {
    margin-top: 94px;
  }
}

blockquote {
  background: linear-gradient(135deg, #f1f2fc 0%, #fff8eb 100%);
  border-left: 3px solid #FF8717;
  padding: 20px 24px;
  border-radius: 0 14px 14px 0;
  margin-top: 20px;
}
blockquote::before {
  display: none;
}

@keyframes smoothScroll {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}
.bp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.25s;
  cursor: pointer;
  border: none;
}
.bp-btn--primary {
  background: #FF8717;
  color: #fff;
  box-shadow: 0 6px 20px rgba(255, 135, 23, 0.35);
}
.bp-btn--primary:hover {
  background: #e36e00;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255, 135, 23, 0.45);
}
.bp-btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
}
.bp-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.bp-hero {
  position: relative;
  background: linear-gradient(135deg, #0A118E 0%, #060a6b 100%);
  color: #fff;
  padding: 80px 24px 100px;
  overflow: hidden;
}
.bp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(255, 135, 23, 0.12) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.06) 0%, transparent 40%);
}
.bp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}
.bp-hero__container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.bp-hero__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: center;
}
.bp-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(242, 133, 46, 0.16);
  border: 1px solid rgba(255, 135, 23, 0.3);
  border-radius: 100px;
  color: #F2852E;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.bp-hero__tag::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e36e00;
  border-radius: 50%;
}
.bp-hero__tag.bg-orange {
  background: #F2852E;
}
.bp-hero__tag.bg-purple {
  background: #9176CE;
}
.bp-hero__tag.bg-purple-400 {
  background: #C065C4;
}
.bp-hero__tag.bg-blue {
  background: #87A7DB;
}
.bp-hero__title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0 0 20px 0;
}
.bp-hero__accent {
  color: #FF8717;
}
.bp-hero__lead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 32px;
  max-width: 560px;
}
.bp-hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.bp-hero__card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 32px;
  backdrop-filter: blur(20px);
}
.bp-hero__card-title {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bp-hero__card-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.bp-hero .bp-breadcrumb {
  margin-bottom: 24px;
}
.bp-hero ol.breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.4);
  padding: 0 !important;
  background: transparent;
  font-size: 14px;
  justify-content: start !important;
}
.bp-hero .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}
.bp-hero .breadcrumb-item a, .bp-hero .breadcrumb-item a.text-black {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  transition: color 0.2s;
}
.bp-hero .breadcrumb-item a:hover, .bp-hero .breadcrumb-item a.text-black:hover {
  color: #fff !important;
}
.bp-hero .breadcrumb-item span, .bp-hero .breadcrumb-item span.text-black {
  color: rgba(255, 255, 255, 0.7) !important;
}

.bp-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.bp-info-row:last-child {
  border-bottom: none;
}
.bp-info-row--accent {
  background: linear-gradient(90deg, rgba(255, 135, 23, 0.08) 0%, transparent 100%);
  margin: 6px -16px 0;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-radius: 10px;
  border-bottom: none !important;
  position: relative;
}
.bp-info-row--accent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: #FF8717;
  border-radius: 2px;
}

.bp-info-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}
.bp-info-label svg {
  width: 18px;
  height: 18px;
  color: #FF8717;
  flex-shrink: 0;
}

.bp-info-value {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-align: right;
}
.bp-info-value--badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: #FF8717;
  color: #fff !important;
  border-radius: 100px;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(255, 135, 23, 0.35);
}
.bp-info-value--badge::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.bp-quick-bar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(10, 17, 142, 0.04);
  position: sticky;
  top: 0;
  z-index: 50;
  margin-top: -40px;
  border-radius: 24px 24px 0 0;
}
.bp-quick-bar__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bp-quick-nav {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 12px 0;
  flex: 1;
}
.bp-quick-nav::-webkit-scrollbar {
  display: none;
}
.bp-quick-nav a {
  padding: 10px 18px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}
.bp-quick-nav a:hover, .bp-quick-nav a.active {
  color: #0A118E;
  background: #f1f2fc;
  font-weight: 600;
}

.bp-quick-bar .bp-btn {
  padding: 10px 20px;
  font-size: 14px;
  flex-shrink: 0;
}
.bp-quick-bar .bp-btn--primary {
  background: #FF8717;
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 135, 23, 0.3);
}

.bp-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 24px 96px;
}
.bp-main__grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 64px;
  align-items: start;
}

.bp-content {
  min-width: 0;
}

.bp-cta {
  margin-top: 40px;
  padding: 48px;
  background: linear-gradient(135deg, #0A118E 0%, #060a6b 100%);
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.bp-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 135, 23, 0.18) 0%, transparent 70%);
  border-radius: 50%;
}
.bp-cta__content {
  position: relative;
  z-index: 1;
}
.bp-cta h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.bp-cta p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15.5px;
  margin-bottom: 28px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.bp-cta__btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .bp-hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bp-main__grid {
    display: block;
  }
}
@media (max-width: 768px) {
  .bp-hero {
    padding: 48px 16px 72px;
  }
  .bp-hero__card {
    padding: 24px;
  }
  .bp-main {
    padding: 40px 16px 72px;
  }
  .bp-quick-bar__inner {
    padding: 0 16px;
  }
  .bp-quick-bar .bp-btn {
    display: none;
  }
  .bp-section h2 {
    font-size: 22px;
  }
  .bp-section__icon {
    width: 38px;
    height: 38px;
  }
  .bp-cta {
    padding: 32px 24px;
  }
  .bp-cta h3 {
    font-size: 22px;
  }
  .bp-hero__ctas {
    width: 100%;
    flex-direction: column;
  }
  .bp-hero__ctas .bp-btn {
    flex: 1;
    justify-content: center;
  }
}

/*# sourceMappingURL=bolum_program.css.map */
