.bb-home-economy {
  --bb-home-bg: #05080d;
  --bb-home-line: rgba(255, 255, 255, .11);
  --bb-home-soft: rgba(231, 240, 255, .72);
  --bb-home-muted: rgba(173, 187, 203, .78);
  --bb-home-gold: #f5c866;
  --bb-home-mint: #70f0b0;
  --bb-home-cyan: #7ad7ff;
  position: relative;
  z-index: 3;
  overflow: hidden;
  color: #f7fbff;
  background:
    radial-gradient(circle at 76% 16%, rgba(122, 215, 255, .15), transparent 28%),
    radial-gradient(circle at 16% 26%, rgba(112, 240, 176, .13), transparent 30%),
    linear-gradient(180deg, rgba(8, 12, 20, .98), rgba(5, 8, 13, .96) 58%, rgba(5, 8, 13, .9));
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.bb-home-economy * {
  box-sizing: border-box;
}

.bb-home-economy::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .7), transparent 82%);
}

.bb-home-economy::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(112, 240, 176, .7), rgba(122, 215, 255, .72), rgba(245, 200, 102, .66), transparent);
}

.bb-home-economy-shell {
  position: relative;
  max-width: 1480px;
  min-height: calc(100vh - 84px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 74px) clamp(18px, 4vw, 58px) clamp(30px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: center;
}

.bb-home-economy-copy {
  min-width: 0;
}

.bb-home-economy-kicker,
.bb-home-economy-role,
.bb-home-economy-card span,
.bb-home-opportunity strong,
.bb-home-answer span {
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bb-home-economy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--bb-home-mint);
  font-size: 12px;
  font-weight: 950;
}

.bb-home-economy-kicker i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--bb-home-mint);
  box-shadow: 0 0 24px rgba(112, 240, 176, .75);
}

.bb-home-economy h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 6vw, 86px);
  line-height: .94;
  letter-spacing: 0;
}

/* home-economy-title-weight-correction-20260714 */
.bb-home-economy-copy > h1 {
  font-weight: 400 !important;
}

.bb-home-economy-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--bb-home-soft);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.5;
}

.bb-home-economy-briefing {
  position: relative;
  max-width: 790px;
  margin: 24px 0 0;
  padding: 18px 20px 18px 58px;
  border: 1px solid rgba(122, 215, 255, .22);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(122, 215, 255, .105), rgba(255, 255, 255, .035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.bb-home-economy-briefing::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: conic-gradient(from 140deg, var(--bb-home-mint), var(--bb-home-cyan), var(--bb-home-gold), var(--bb-home-mint));
  box-shadow: 0 0 28px rgba(122, 215, 255, .28);
}

.bb-home-economy-briefing b {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
}

.bb-home-economy-briefing p {
  margin: 0;
  color: rgba(231, 240, 255, .8);
  font-size: 14px;
  line-height: 1.55;
}

.bb-home-role-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.bb-home-role-strip button {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  color: rgba(241, 247, 255, .75);
  padding: 9px 13px;
  font: 850 12px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.bb-home-role-strip button:hover,
.bb-home-role-strip button.is-active {
  transform: translateY(-1px);
  border-color: rgba(112, 240, 176, .44);
  background: rgba(112, 240, 176, .1);
  color: #fff;
}

.bb-home-economy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.bb-home-economy-card,
.bb-home-answer,
.bb-home-opportunity,
.bb-home-module,
.bb-home-need {
  min-width: 0;
  border: 1px solid var(--bb-home-line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .032));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .075);
}

.bb-home-economy-card {
  min-height: 118px;
  padding: 17px;
}

.bb-home-economy-card span {
  display: block;
  color: rgba(173, 187, 203, .85);
  font-size: 10px;
  font-weight: 950;
}

.bb-home-economy-card strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: 1;
}

.bb-home-economy-card small {
  display: block;
  margin-top: 8px;
  color: var(--bb-home-muted);
  font-size: 12px;
  line-height: 1.38;
}

.bb-home-economy-visual {
  position: relative;
  min-width: 0;
  padding: clamp(16px, 2.6vw, 28px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 34%, rgba(112, 240, 176, .13), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
  box-shadow: 0 38px 100px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .09);
  overflow: hidden;
}

.bb-home-economy-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .07);
  pointer-events: none;
}

.bb-home-pulse-orbit {
  position: relative;
  aspect-ratio: 1 / .78;
  min-height: 390px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.bb-home-pulse-ring {
  width: min(88%, 470px);
  aspect-ratio: 1;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(7, 11, 18, .95) 0 52%, transparent 53%),
    conic-gradient(from 190deg, rgba(112, 240, 176, .95), rgba(122, 215, 255, .9), rgba(245, 200, 102, .88), rgba(112, 240, 176, .95));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 0 80px rgba(112, 240, 176, .15);
}

.bb-home-pulse-core {
  width: 72%;
  aspect-ratio: 1;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px;
  background: radial-gradient(circle at 50% 25%, rgba(255, 255, 255, .13), rgba(7, 11, 18, .94) 60%);
  border: 1px solid rgba(255, 255, 255, .12);
}

.bb-home-pulse-core span {
  color: var(--bb-home-mint);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.bb-home-pulse-core strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .9;
}

.bb-home-pulse-core small {
  display: block;
  margin-top: 12px;
  color: var(--bb-home-soft);
  font-size: 13px;
  line-height: 1.42;
}

.bb-home-answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bb-home-answer {
  padding: 14px;
}

.bb-home-answer span {
  display: block;
  color: var(--bb-home-cyan);
  font-size: 10px;
  font-weight: 950;
}

.bb-home-answer strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.bb-home-answer small {
  display: block;
  margin-top: 6px;
  color: var(--bb-home-muted);
  font-size: 12px;
  line-height: 1.35;
}

.bb-home-section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 24px 0 12px;
}

.bb-home-section-label h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2vw, 30px);
  letter-spacing: 0;
}

.bb-home-section-label p,
.bb-home-economy-role {
  margin: 0;
  color: var(--bb-home-muted);
  font-size: 12px;
  font-weight: 850;
}

.bb-home-opportunities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bb-home-opportunity {
  position: relative;
  min-height: 170px;
  padding: 18px;
  overflow: hidden;
}

.bb-home-opportunity::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--bb-home-mint), var(--bb-home-cyan), var(--bb-home-gold));
  opacity: .85;
}

.bb-home-opportunity strong {
  display: block;
  color: var(--bb-home-gold);
  font-size: 10px;
  font-weight: 950;
}

.bb-home-opportunity b {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.bb-home-opportunity p {
  margin: 9px 0 0;
  color: var(--bb-home-soft);
  font-size: 13px;
  line-height: 1.45;
}

.bb-home-opportunity a {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}

.bb-home-module-rail {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 9px;
  margin-top: 18px;
}

.bb-home-module {
  min-height: 72px;
  padding: 12px 10px;
  text-align: center;
}

.bb-home-module i {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 7px;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(112, 240, 176, .28), rgba(122, 215, 255, .18));
}

.bb-home-module span {
  display: block;
  color: rgba(241, 247, 255, .82);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.bb-home-needs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.bb-home-need {
  padding: 15px;
}

.bb-home-need b {
  display: block;
  color: #fff;
  font-size: 15px;
}

.bb-home-need span {
  display: block;
  margin-top: 6px;
  color: var(--bb-home-muted);
  font-size: 12px;
  line-height: 1.35;
}

@media (prefers-reduced-motion: no-preference) {
  .bb-home-economy-kicker i,
  .bb-home-pulse-ring {
    animation: bbHomePulse 4s ease-in-out infinite;
  }

  .bb-home-opportunity,
  .bb-home-answer,
  .bb-home-economy-card {
    transition: transform .24s ease, border-color .24s ease, background .24s ease;
  }

  .bb-home-opportunity:hover,
  .bb-home-answer:hover,
  .bb-home-economy-card:hover {
    transform: translateY(-3px);
    border-color: rgba(122, 215, 255, .32);
    background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .04));
  }

  @keyframes bbHomePulse {
    0%, 100% { filter: saturate(1); transform: scale(1); }
    50% { filter: saturate(1.2); transform: scale(1.015); }
  }
}

@media (max-width: 1120px) {
  .bb-home-economy-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .bb-home-economy-visual {
    order: -1;
  }

  .bb-home-pulse-orbit {
    min-height: 340px;
    aspect-ratio: 1 / .62;
  }

  .bb-home-module-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bb-home-economy h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .bb-home-economy-grid,
  .bb-home-opportunities,
  .bb-home-answer-grid,
  .bb-home-needs {
    grid-template-columns: 1fr;
  }

  .bb-home-module-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bb-home-pulse-orbit {
    min-height: 292px;
  }

  .bb-home-economy-briefing {
    padding-left: 18px;
  }

  .bb-home-economy-briefing::before {
    position: static;
    display: block;
    margin-bottom: 12px;
  }
}

/* existing-home-pulse-circle-fix-20260716: bounds only, no duplicate circle */
.bb-home-economy-visual {
  justify-self: center;
  width: 100%;
  max-width: min(100%, 560px);
}

.bb-home-pulse-orbit {
  min-height: 0;
  height: clamp(300px, 34vw, 430px);
  aspect-ratio: auto;
  margin-bottom: 14px;
}

.bb-home-pulse-ring {
  width: min(78%, 390px);
  max-width: 100%;
}

.bb-home-pulse-core {
  width: 70%;
  padding: clamp(18px, 2.2vw, 26px);
}

.bb-home-pulse-core span,
.bb-home-pulse-core small {
  max-width: 230px;
  margin-inline: auto;
}

.bb-home-pulse-core strong {
  font-size: clamp(42px, 4.4vw, 64px);
}

@media (max-width: 1120px) {
  .bb-home-economy-visual {
    max-width: min(100%, 610px);
  }

  .bb-home-pulse-orbit {
    min-height: 0;
    height: clamp(300px, 52vw, 380px);
    aspect-ratio: auto;
  }

  .bb-home-pulse-ring {
    width: min(76%, 360px);
  }
}

@media (max-width: 760px) {
  .bb-home-economy-visual {
    padding: 14px;
    border-radius: 24px;
  }

  .bb-home-economy-visual::before {
    inset: 10px;
    border-radius: 19px;
  }

  .bb-home-pulse-orbit {
    min-height: 0;
    height: clamp(230px, 74vw, 300px);
    margin-bottom: 12px;
  }

  .bb-home-pulse-ring {
    width: min(82%, 260px);
  }

  .bb-home-pulse-core {
    width: 72%;
    padding: 15px;
  }

  .bb-home-pulse-core span {
    font-size: 9.5px;
    line-height: 1.35;
    letter-spacing: .05em;
  }

  .bb-home-pulse-core strong {
    margin-top: 8px;
    font-size: clamp(36px, 12vw, 44px);
  }

  .bb-home-pulse-core small {
    margin-top: 8px;
    max-width: 160px;
    font-size: 10.5px;
    line-height: 1.32;
  }
}

@media (max-width: 390px) {
  .bb-home-pulse-orbit {
    height: 238px;
  }

  .bb-home-pulse-ring {
    width: min(84%, 230px);
  }

  .bb-home-pulse-core small {
    font-size: 10px;
  }
}
