body.bd-joint-plan-active { overflow: hidden !important; }
#bd-joint-plan-page, #bd-joint-plan-page * { box-sizing: border-box; }
#bd-joint-plan-page {
  --navy: #071426;
  --navy-2: #0b1e37;
  --panel: rgba(16, 40, 70, .72);
  --line: rgba(152, 190, 226, .14);
  --gold: #f3c976;
  --gold-2: #fff0bf;
  --cyan: #54dfdc;
  --text: #f4f7fb;
  --muted: #9fb2c8;
  position: fixed;
  inset: 0;
  z-index: 10020;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  color: var(--text);
  background: #050d19;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
#bd-joint-plan-page a { color: inherit; text-decoration: none; }
#bd-joint-plan-page button { font: inherit; }
#bd-joint-plan-page .bdjp-shell {
  position: relative;
  width: min(100%, 560px);
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 22%, rgba(61, 180, 196, .1), transparent 30%),
    linear-gradient(180deg, #09182c 0%, #071426 55%, #06111f 100%);
  box-shadow: 0 0 80px rgba(0, 0, 0, .45);
}
.bdjp-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  height: calc(58px + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) 16px 0;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 10px;
  background: rgba(7, 20, 38, .82);
  border-bottom: 1px solid rgba(255, 255, 255, .055);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}
.bdjp-back {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #dbe8f6;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
}
.bdjp-back svg { width: 19px; }
.bdjp-brand { display: flex; align-items: baseline; gap: 7px; }
.bdjp-brand em { color: var(--gold); font-size: 24px; font-weight: 900; line-height: 1; letter-spacing: -2px; transform: skew(-7deg); }
.bdjp-brand span { color: #a9bbcf; font-size: 9px; font-weight: 700; letter-spacing: 2.2px; }
.bdjp-top-apply { padding: 9px 12px; color: #0c1b2c !important; background: linear-gradient(135deg, var(--gold-2), var(--gold)); border-radius: 12px; font-size: 11px; font-weight: 800; box-shadow: 0 8px 22px rgba(243, 201, 118, .18); }
.bdjp-hero { position: relative; min-height: 530px; padding: 74px 24px 42px; overflow: hidden; isolation: isolate; }
.bdjp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  opacity: .28;
  background-image: linear-gradient(rgba(125, 169, 210, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(125, 169, 210, .09) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.bdjp-aurora { position: absolute; z-index: -3; border-radius: 50%; filter: blur(4px); opacity: .62; }
.bdjp-aurora-a { width: 330px; height: 330px; right: -155px; top: -72px; background: radial-gradient(circle, rgba(79, 221, 218, .36), rgba(42, 84, 151, .08) 58%, transparent 72%); animation: bdjp-float 8s ease-in-out infinite; }
.bdjp-aurora-b { width: 260px; height: 260px; left: -150px; bottom: -50px; background: radial-gradient(circle, rgba(243, 201, 118, .22), transparent 69%); animation: bdjp-float 10s ease-in-out -2s infinite reverse; }
.bdjp-network { position: absolute; z-index: -1; width: 242px; height: 242px; top: 42px; right: -62px; border: 1px solid rgba(84, 223, 220, .16); border-radius: 50%; animation: bdjp-spin 28s linear infinite; }
.bdjp-network::before, .bdjp-network::after { content: ""; position: absolute; inset: 31px; border: 1px solid rgba(243, 201, 118, .17); border-radius: 50%; }
.bdjp-network::after { inset: 77px; background: radial-gradient(circle, rgba(255, 240, 191, .3), rgba(84, 223, 220, .04) 55%, transparent 57%); box-shadow: 0 0 38px rgba(84, 223, 220, .18); }
.bdjp-network i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.bdjp-network i:nth-child(1) { left: 15%; top: 20%; } .bdjp-network i:nth-child(2) { right: 8%; top: 46%; } .bdjp-network i:nth-child(3) { left: 44%; bottom: -4px; } .bdjp-network i:nth-child(4) { left: -3px; bottom: 35%; background: var(--gold); box-shadow: 0 0 16px var(--gold); }
.bdjp-network b { position: absolute; left: 50%; top: 50%; width: 96px; height: 1px; transform-origin: 0 0; background: linear-gradient(90deg, rgba(84, 223, 220, .45), transparent); }
.bdjp-network b:nth-of-type(2) { transform: rotate(115deg); } .bdjp-network b:nth-of-type(3) { transform: rotate(225deg); }
.bdjp-hero-copy { position: relative; z-index: 2; max-width: 450px; }
.bdjp-eyebrow, .bdjp-section-head > span { display: inline-flex; align-items: center; gap: 9px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: 2.7px; }
.bdjp-eyebrow::before, .bdjp-section-head > span::before { content: ""; width: 22px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--cyan)); border-radius: 99px; }
.bdjp-hero h1 { width: 82%; margin: 17px 0 16px; font-size: clamp(36px, 10vw, 53px); line-height: 1.12; letter-spacing: -2px; text-shadow: 0 12px 38px rgba(0, 0, 0, .35); }
.bdjp-hero h1::first-line { color: var(--gold-2); }
.bdjp-hero-copy > p { max-width: 400px; margin: 0; color: #b8c8da; font-size: 14px; line-height: 1.85; }
.bdjp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 30px; }
.bdjp-tags span { display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; color: #c9d7e6; border: 1px solid rgba(150, 191, 226, .16); border-radius: 999px; background: rgba(15, 42, 71, .56); font-size: 10px; backdrop-filter: blur(8px); }
.bdjp-tags svg { width: 12px; color: var(--gold); }
.bdjp-hero-actions { display: flex; align-items: center; gap: 11px; }
.bdjp-primary { min-height: 48px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border-radius: 15px; color: #09182a !important; background: linear-gradient(135deg, #fff1c1 0%, #eebc60 100%); box-shadow: 0 13px 34px rgba(236, 185, 91, .22), inset 0 1px rgba(255, 255, 255, .72); font-size: 13px; font-weight: 900; }
.bdjp-primary svg { width: 17px; transition: transform .25s ease; }
.bdjp-primary:active svg { transform: translateX(3px); }
.bdjp-secondary { min-height: 48px; padding: 0 15px; color: #d9e4ef; border: 1px solid rgba(255, 255, 255, .12); border-radius: 15px; background: rgba(255, 255, 255, .045); font-size: 12px; }
.bdjp-stats { position: relative; z-index: 3; margin: -46px 16px 0; padding: 17px 6px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255, 255, 255, .1); border-radius: 20px; background: linear-gradient(135deg, rgba(24, 55, 89, .93), rgba(9, 29, 52, .93)); box-shadow: 0 18px 42px rgba(0, 0, 0, .28); backdrop-filter: blur(15px); }
.bdjp-stats div { position: relative; padding: 0 6px; text-align: center; }
.bdjp-stats div + div::before { content: ""; position: absolute; left: 0; top: 8%; width: 1px; height: 84%; background: rgba(255, 255, 255, .09); }
.bdjp-stats strong { display: block; color: var(--gold-2); font-size: 15px; }
.bdjp-stats span { display: block; margin-top: 5px; color: #8ea6bd; font-size: 8px; line-height: 1.3; }
.bdjp-section { padding: 74px 16px 0; }
.bdjp-section-head { margin: 0 4px 25px; }
.bdjp-section-head h2 { margin: 9px 0 0; font-size: 25px; line-height: 1.25; letter-spacing: -.6px; }
.bdjp-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.bdjp-benefit { position: relative; min-height: 178px; padding: 18px 16px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(20, 48, 81, .82), rgba(8, 26, 48, .86)); box-shadow: inset 0 1px rgba(255, 255, 255, .035); }
.bdjp-benefit::after { content: ""; position: absolute; width: 100px; height: 100px; right: -48px; top: -48px; border-radius: 50%; background: rgba(84, 223, 220, .07); filter: blur(2px); }
.bdjp-benefit > i { width: 38px; height: 38px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(243, 201, 118, .2); border-radius: 13px; background: rgba(243, 201, 118, .08); }
.bdjp-benefit > i svg { width: 19px; }
.bdjp-benefit > b { position: absolute; right: 15px; top: 16px; color: rgba(255, 255, 255, .08); font-size: 25px; font-style: italic; }
.bdjp-benefit h3 { margin: 17px 0 7px; color: #eef5fc; font-size: 15px; }
.bdjp-benefit p { margin: 0; color: #93a9c0; font-size: 11px; line-height: 1.65; }
.bdjp-mode-list { display: grid; gap: 11px; }
.bdjp-mode { position: relative; padding: 19px; display: grid; grid-template-columns: 52px 1fr; gap: 14px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(120deg, rgba(17, 44, 75, .92), rgba(9, 27, 49, .88)); }
.bdjp-mode::after { content: ""; position: absolute; right: -50px; bottom: -75px; width: 170px; height: 150px; background: radial-gradient(circle, rgba(84, 223, 220, .13), transparent 65%); }
.bdjp-mode-no { width: 48px; height: 48px; display: grid; place-items: center; color: #10233a; border-radius: 15px; background: linear-gradient(135deg, var(--gold-2), var(--gold)); font-size: 16px; font-weight: 900; box-shadow: 0 9px 22px rgba(243, 201, 118, .16); }
.bdjp-mode h3 { margin: 0 0 5px; font-size: 16px; }
.bdjp-mode strong { color: var(--cyan); font-size: 10px; font-weight: 600; }
.bdjp-mode p { margin: 8px 0 0; color: #92a8bf; font-size: 11px; line-height: 1.65; }
.bdjp-process ol { position: relative; margin: 0; padding: 6px 0 4px; list-style: none; }
.bdjp-process ol::before { content: ""; position: absolute; left: 21px; top: 26px; bottom: 28px; width: 1px; background: linear-gradient(var(--gold), rgba(84, 223, 220, .25)); }
.bdjp-process li { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 0 0 25px; }
.bdjp-process li > span { position: relative; z-index: 1; width: 44px; height: 44px; display: grid; place-items: center; color: #10223a; border: 4px solid #0a1b30; border-radius: 50%; background: linear-gradient(145deg, var(--gold-2), var(--gold)); font-size: 13px; font-weight: 900; }
.bdjp-process h3 { margin: 3px 0 6px; font-size: 15px; }
.bdjp-process p { margin: 0; color: #91a7be; font-size: 11px; line-height: 1.65; }
.bdjp-faqs > div:last-child { border-top: 1px solid var(--line); }
.bdjp-faq { border-bottom: 1px solid var(--line); }
.bdjp-faq button { width: 100%; padding: 18px 4px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #edf4fb; text-align: left; border: 0; background: transparent; font-size: 13px; font-weight: 700; }
.bdjp-faq button i { position: relative; flex: 0 0 26px; width: 26px; height: 26px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 50%; }
.bdjp-faq button i::before, .bdjp-faq button i::after { content: ""; position: absolute; left: 7px; right: 7px; top: 12px; height: 1px; background: var(--gold); transition: transform .2s ease; }
.bdjp-faq button i::after { transform: rotate(90deg); }
.bdjp-faq button[aria-expanded="true"] i::after { transform: rotate(0deg); }
.bdjp-faq p { max-height: 0; margin: 0 4px; overflow: hidden; color: #95a9bf; font-size: 11px; line-height: 1.75; opacity: 0; transition: max-height .28s ease, opacity .2s ease, padding .28s ease; }
.bdjp-faq button[aria-expanded="true"] + p { max-height: 130px; padding: 0 0 18px; opacity: 1; }
.bdjp-final { position: relative; margin: 72px 16px 0; padding: 35px 22px; overflow: hidden; text-align: center; border: 1px solid rgba(243, 201, 118, .18); border-radius: 24px; background: linear-gradient(145deg, rgba(25, 53, 84, .98), rgba(8, 25, 46, .98)); box-shadow: 0 20px 50px rgba(0, 0, 0, .25); }
.bdjp-final-glow { position: absolute; width: 220px; height: 160px; top: -120px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: rgba(243, 201, 118, .22); filter: blur(35px); }
.bdjp-final > span { position: relative; width: 43px; height: 43px; margin: 0 auto 16px; display: grid; place-items: center; color: var(--gold); border-radius: 15px; background: rgba(243, 201, 118, .1); }
.bdjp-final > span svg { width: 23px; }
.bdjp-final h2 { position: relative; margin: 0 0 9px; font-size: 22px; }
.bdjp-final p { position: relative; margin: 0 0 22px; color: #99adc2; font-size: 12px; }
.bdjp-final .bdjp-primary { position: relative; width: 100%; }
.bdjp-bottom-space { height: calc(96px + env(safe-area-inset-bottom)); }
.bdjp-sticky { position: fixed; left: 50%; bottom: 0; z-index: 25; width: min(100%, 560px); padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 12px; transform: translateX(-50%); background: rgba(7, 20, 38, .9); border-top: 1px solid rgba(255, 255, 255, .08); backdrop-filter: blur(18px) saturate(135%); -webkit-backdrop-filter: blur(18px) saturate(135%); box-shadow: 0 -12px 35px rgba(0, 0, 0, .24); }
.bdjp-sticky > div { min-width: 0; display: flex; align-items: center; gap: 8px; color: #9fb2c8; font-size: 9px; }
.bdjp-sticky > div span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bdjp-status-dot { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: #52e19c; box-shadow: 0 0 12px #52e19c; animation: bdjp-pulse 2s ease-in-out infinite; }
.bdjp-sticky > a { flex: 0 0 auto; min-height: 42px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; color: #0b1b2d !important; border-radius: 13px; background: linear-gradient(135deg, var(--gold-2), var(--gold)); font-size: 11px; font-weight: 900; }
.bdjp-toast { position: fixed; left: 50%; bottom: calc(82px + env(safe-area-inset-bottom)); z-index: 40; max-width: min(86%, 420px); padding: 11px 16px; transform: translate(-50%, 18px); color: #fff; border: 1px solid rgba(255, 255, 255, .1); border-radius: 999px; background: rgba(2, 11, 21, .92); box-shadow: 0 10px 35px rgba(0, 0, 0, .35); font-size: 11px; text-align: center; opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.bdjp-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
@keyframes bdjp-float { 0%, 100% { transform: translate3d(0, 0, 0) scale(1); } 50% { transform: translate3d(-14px, 18px, 0) scale(1.06); } }
@keyframes bdjp-spin { to { transform: rotate(360deg); } }
@keyframes bdjp-pulse { 50% { opacity: .45; transform: scale(.82); } }
@media (max-width: 359px) {
  .bdjp-top-apply { display: none; }
  .bdjp-topbar { grid-template-columns: 40px 1fr; }
  .bdjp-hero { padding-left: 18px; padding-right: 18px; }
  .bdjp-hero h1 { width: 92%; font-size: 34px; }
  .bdjp-primary { padding: 0 13px; font-size: 11px; }
  .bdjp-secondary { padding: 0 12px; font-size: 10px; }
  .bdjp-stats { margin-left: 10px; margin-right: 10px; }
  .bdjp-section { padding-left: 12px; padding-right: 12px; }
}
@media (min-width: 561px) { #bd-joint-plan-page .bdjp-shell { border-left: 1px solid rgba(255, 255, 255, .06); border-right: 1px solid rgba(255, 255, 255, .06); } }
@media (prefers-reduced-motion: reduce) {
  #bd-joint-plan-page *, #bd-joint-plan-page *::before, #bd-joint-plan-page *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
