.bofs-insights {
  --insights-blue: #2563eb;
  --insights-purple: #7c3aed;
  --insights-navy: #0b1220;
  --insights-text: #172033;
  --insights-muted: #64748b;
  --insights-border: #e2e8f0;
  --insights-light: #f8fafc;
  color: var(--insights-text);
  overflow: hidden;
  background: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bofs-insights *, .bofs-insights *::before, .bofs-insights *::after { box-sizing: border-box; }
.bofs-insights__shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.bofs-insights__section { padding: clamp(76px, 9vw, 124px) 0; }
.bofs-insights h1, .bofs-insights h2, .bofs-insights h3, .bofs-insights p { margin-top: 0; }
.bofs-insights h1, .bofs-insights h2, .bofs-insights h3 { color: inherit; letter-spacing: -.035em; }
.bofs-insights h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.08; }
.bofs-insights p { color: var(--insights-muted); font-size: 1.04rem; line-height: 1.75; }
.bofs-insights a:focus-visible { outline: 3px solid #93c5fd; outline-offset: 4px; }
.bofs-insights__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px !important; color: var(--insights-blue) !important; font-size: .74rem !important; font-weight: 800; letter-spacing: .18em; line-height: 1.2 !important; }
.bofs-insights__eyebrow::before { width: 28px; height: 2px; flex: 0 0 auto; content: ""; background: linear-gradient(90deg, var(--insights-blue), var(--insights-purple)); }
.bofs-insights__heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .65fr); gap: 64px; align-items: end; margin-bottom: 52px; }
.bofs-insights__heading > p { max-width: 480px; margin: 0 0 5px; }
.bofs-insights__heading--compact { display: block; }

.bofs-insights__hero { position: relative; min-height: 680px; display: grid; align-items: center; padding: clamp(88px, 10vw, 142px) 0; color: #fff; isolation: isolate; background: var(--insights-navy); }
.bofs-insights__hero::before { position: absolute; inset: 0; z-index: -2; content: ""; background: radial-gradient(circle at 78% 28%, rgba(124,58,237,.2), transparent 35%), radial-gradient(circle at 20% 72%, rgba(37,99,235,.15), transparent 34%); }
.bofs-insights__hero::after { position: absolute; inset: 0; z-index: -1; opacity: .24; content: ""; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.bofs-insights__hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); gap: 76px; align-items: center; }
.bofs-insights__hero h1 { max-width: 760px; margin-bottom: 28px; color: #fff; font-size: clamp(3rem, 5.4vw, 5.25rem); line-height: 1; }
.bofs-insights__hero h1 span { color: transparent; background: linear-gradient(100deg, #60a5fa, #a78bfa); background-clip: text; -webkit-background-clip: text; }
.bofs-insights__lead { max-width: 680px; margin-bottom: 36px !important; color: #cbd5e1 !important; font-size: clamp(1.04rem, 1.5vw, 1.2rem) !important; }
.bofs-insights__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.bofs-insights__button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 1px solid var(--insights-blue); border-radius: 8px; color: #fff; background: var(--insights-blue); font-weight: 750; text-decoration: none; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.bofs-insights__button:hover { color: #fff; background: #1d4ed8; transform: translateY(-2px); }
.bofs-insights__button--ghost { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.bofs-insights__button--ghost:hover { border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.09); }
.bofs-insights__button--outline { color: var(--insights-navy); border-color: #cbd5e1; background: #fff; }
.bofs-insights__button--outline:hover { color: var(--insights-navy); border-color: #94a3b8; background: var(--insights-light); }
.bofs-insights__hero-visual { position: relative; min-height: 430px; }
.bofs-insights__hero-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(147,197,253,.42); stroke-width: 1.4; stroke-linecap: round; }
.bofs-insights__visual-core { position: absolute; top: 50%; left: 45%; width: 180px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px; border: 1px solid rgba(147,197,253,.28); border-radius: 50%; text-align: center; transform: translate(-50%, -50%); background: radial-gradient(circle at 30% 25%, rgba(96,165,250,.22), rgba(20,31,53,.97) 66%); box-shadow: 0 0 0 20px rgba(37,99,235,.05), 0 25px 70px rgba(0,0,0,.35); }
.bofs-insights__visual-core small { color: #93c5fd; font-size: .6rem; font-weight: 800; letter-spacing: .14em; }
.bofs-insights__visual-core strong { margin-top: 12px; color: #fff; font-size: 1.25rem; line-height: 1.2; }
.bofs-insights__signal { position: absolute; z-index: 2; width: 140px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: rgba(15,23,42,.9); box-shadow: 0 16px 40px rgba(0,0,0,.24); }
.bofs-insights__signal strong, .bofs-insights__signal small { display: block; }
.bofs-insights__signal strong { color: #fff; font-size: .82rem; }
.bofs-insights__signal small { margin-top: 3px; color: #94a3b8; font-size: .67rem; }
.bofs-insights__signal--one { top: 0; left: 45%; text-align: center; transform: translateX(-50%); }
.bofs-insights__signal--two { top: 50%; right: 10px; transform: translateY(-50%); }
.bofs-insights__signal--three { bottom: 0; left: 0; }

.bofs-insights__topics { background: var(--insights-light); }
.bofs-insights__topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.bofs-insights__topic { min-height: 310px; display: flex; flex-direction: column; padding: clamp(28px, 4vw, 42px); border: 1px solid var(--insights-border); border-radius: 15px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.bofs-insights__topic:hover { border-color: #cbd5e1; transform: translateY(-4px); box-shadow: 0 20px 45px rgba(15,23,42,.08); }
.bofs-insights__topic-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 11px; color: var(--insights-blue); background: #eff6ff; }
.bofs-insights__topic:nth-child(even) .bofs-insights__topic-icon { color: var(--insights-purple); background: #f5f3ff; }
.bofs-insights__topic-icon svg { width: 26px; height: 26px; }
.bofs-insights__topic h3 { margin-bottom: 12px; font-size: 1.45rem; }
.bofs-insights__topic p { margin-bottom: 28px; font-size: .96rem; line-height: 1.7; }
.bofs-insights__topic a { margin-top: auto; color: var(--insights-blue); font-size: .92rem; font-weight: 750; text-decoration: none; }
.bofs-insights__topic a span { margin-left: 7px; }

.bofs-insights__featured { background: #fff; }
.bofs-insights__feature-panel { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .72fr); overflow: hidden; border: 1px solid #1e293b; border-radius: 20px; color: #fff; background: var(--insights-navy); box-shadow: 0 30px 70px rgba(15,23,42,.14); }
.bofs-insights__feature-copy { padding: clamp(38px, 6vw, 72px); background: radial-gradient(circle at 10% 80%, rgba(37,99,235,.2), transparent 38%); }
.bofs-insights__feature-copy h2 { max-width: 700px; margin-bottom: 24px; color: #fff; }
.bofs-insights__feature-copy > p:not(.bofs-insights__eyebrow) { max-width: 680px; margin-bottom: 32px; color: #cbd5e1; }
.bofs-insights__feature-links { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }
.bofs-insights__text-link { color: #bfdbfe; font-size: .92rem; font-weight: 750; text-underline-offset: 4px; }
.bofs-insights__text-link:hover { color: #fff; }
.bofs-insights__feature-list-wrap { padding: clamp(38px, 5vw, 66px); border-left: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); }
.bofs-insights__feature-list-wrap > p { margin-bottom: 24px; color: #93c5fd; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.bofs-insights__feature-list-wrap ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.bofs-insights__feature-list-wrap li { position: relative; padding: 16px 0 16px 30px; border-bottom: 1px solid rgba(255,255,255,.1); color: #e2e8f0; line-height: 1.45; }
.bofs-insights__feature-list-wrap li:first-child { border-top: 1px solid rgba(255,255,255,.1); }
.bofs-insights__feature-list-wrap li::before { position: absolute; top: 21px; left: 3px; width: 10px; height: 6px; border-bottom: 2px solid #60a5fa; border-left: 2px solid #60a5fa; content: ""; transform: rotate(-45deg); }

.bofs-insights__latest { padding-bottom: clamp(120px, 13vw, 170px); background: var(--insights-light); }
.bofs-insights__article-grid { display: grid; }
.bofs-insights__empty-state { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 30px; align-items: start; padding: clamp(34px, 5vw, 62px); border: 1px solid var(--insights-border); border-radius: 16px; background: #fff; box-shadow: 0 18px 45px rgba(15,23,42,.06); }
.bofs-insights__empty-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 14px; color: var(--insights-blue); background: #eff6ff; }
.bofs-insights__empty-icon svg { width: 31px; height: 31px; }
.bofs-insights__empty-state h3 { margin-bottom: 15px; font-size: clamp(1.55rem, 3vw, 2.15rem); }
.bofs-insights__empty-state p { max-width: 790px; margin-bottom: 11px; }
.bofs-insights__empty-state .bofs-insights__actions { margin-top: 29px; }

@media (max-width: 980px) {
  .bofs-insights__hero-grid { grid-template-columns: 1fr 390px; gap: 32px; }
  .bofs-insights__feature-panel { grid-template-columns: 1fr 330px; }
}

@media (max-width: 820px) {
  .bofs-insights__shell { width: min(100% - 36px, 680px); }
  .bofs-insights__heading, .bofs-insights__hero-grid, .bofs-insights__feature-panel { grid-template-columns: 1fr; }
  .bofs-insights__heading { gap: 14px; margin-bottom: 42px; }
  .bofs-insights__hero { min-height: auto; }
  .bofs-insights__hero-visual { min-height: 400px; max-width: 560px; width: 100%; margin-inline: auto; }
  .bofs-insights__feature-list-wrap { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
}

@media (max-width: 600px) {
  .bofs-insights__shell { width: min(100% - 28px, 540px); }
  .bofs-insights__section { padding: 70px 0; }
  .bofs-insights h2 { font-size: clamp(1.85rem, 9vw, 2.45rem); }
  .bofs-insights__hero { padding: 82px 0 68px; }
  .bofs-insights__hero h1 { font-size: clamp(2.55rem, 13vw, 3.65rem); }
  .bofs-insights__actions { display: grid; }
  .bofs-insights__button { width: 100%; }
  .bofs-insights__hero-visual { min-height: 360px; margin-top: 12px; }
  .bofs-insights__visual-core { width: 160px; }
  .bofs-insights__signal { width: 128px; padding: 11px 13px; }
  .bofs-insights__signal--two { right: 5px; }
  .bofs-insights__signal--three { left: 0; }
  .bofs-insights__topic-grid { grid-template-columns: 1fr; }
  .bofs-insights__topic { min-height: 0; padding: 27px; }
  .bofs-insights__feature-copy, .bofs-insights__feature-list-wrap { padding: 30px 25px; }
  .bofs-insights__feature-links { align-items: stretch; }
  .bofs-insights__text-link { text-align: center; }
  .bofs-insights__empty-state { grid-template-columns: 1fr; gap: 23px; padding: 28px 24px; }
  .bofs-insights__latest { padding-bottom: 120px; }
}

@media (max-width: 390px) {
  .bofs-insights__shell { width: calc(100% - 24px); }
  .bofs-insights__hero-visual { min-height: 325px; }
  .bofs-insights__visual-core { width: 136px; padding: 16px; }
  .bofs-insights__visual-core strong { font-size: 1.05rem; }
  .bofs-insights__signal { width: 115px; padding-inline: 10px; }
  .bofs-insights__signal strong { font-size: .74rem; }
  .bofs-insights__signal small { font-size: .6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .bofs-insights__button, .bofs-insights__topic { transition: none; }
}
