.bgk-glory747-facebook {
  padding: 56px 20px 96px;
  background: linear-gradient(180deg, #111216 0%, #090a0d 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.bgk-glory747-facebook * {
  box-sizing: border-box;
}

.bgk-glory747-wrap {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.bgk-glory747-orb {
  position: relative;
  width: 148px;
  height: 112px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bgk-glory747-halo {
  position: absolute;
  width: 142px;
  height: 142px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 220, 118, .96), rgba(249, 183, 54, .42), transparent 72%);
  filter: blur(5px);
  animation: bgkGlory747Pulse 3s ease-in-out infinite;
}

.bgk-glory747-plane {
  position: relative;
  font-size: 66px;
  line-height: 1;
  transform: rotate(-8deg);
  text-shadow: 0 0 28px rgba(255, 218, 108, .95);
}

.bgk-glory747-facebook h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 6vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.02em;
}

.bgk-glory747-facebook p {
  margin: 0 auto 26px;
  max-width: 560px;
  color: #d6d6dc;
  font-size: clamp(16px, 3.6vw, 20px);
  line-height: 1.65;
}

.bgk-glory747-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto 30px;
  max-width: 680px;
}

.bgk-glory747-actions a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f3bd46, #fff0a8);
  color: #101114 !important;
  text-decoration: none !important;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(238, 185, 78, .18);
  transition: transform .18s ease, box-shadow .18s ease;
}

.bgk-glory747-actions a:hover,
.bgk-glory747-actions a:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(238, 185, 78, .28);
}

.bgk-glory747-embed {
  width: min(100%, 540px);
  margin: 0 auto;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 28px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .32);
}

.bgk-glory747-embed iframe {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 18px;
  background: #fff;
}

@keyframes bgkGlory747Pulse {
  0%, 100% { opacity: .75; transform: scale(.95); }
  50% { opacity: 1; transform: scale(1.08); }
}

@media (max-width: 680px) {
  .bgk-glory747-facebook {
    padding: 44px 18px 86px;
  }
  .bgk-glory747-actions {
    grid-template-columns: 1fr;
  }
  .bgk-glory747-orb {
    width: 128px;
    height: 96px;
  }
  .bgk-glory747-plane {
    font-size: 58px;
  }
}
