/* AI-Generated Code - 2026-06-30 - Claude Opus 4.6 */

/* ── Reset & base ── *//* AI-Generated Code - 2026-06-30 - Claude Opus 4.6 */

.bf-wrap * {
  box-sizing: border-box;
}

.bf-wrap {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0c1620;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.bf-wrap a {
  transition: opacity 0.15s ease;
}

.bf-wrap a:hover {
  opacity: 0.85;
}

/* ── Nav ── */
.bf-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  border-bottom: 1px solid #eef2f3;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
  z-index: 20;
}

.bf-nav__left {
  display: flex;
  align-items: center;
  gap: 34px;
}

.bf-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}

.bf-logo__text {
  font: 600 21px/1 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
}

.bf-logo__breach {
  color: #0c1620;
}

.bf-logo__fin {
  font-weight: 700;
  color: #12a9b6;
}

.bf-nav__links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14.5px;
  font-weight: 500;
  color: #41505d;
}

.bf-nav__links a {
  text-decoration: none;
  color: inherit;
}

.bf-nav__links a:hover {
  color: #12a9b6;
}

.bf-nav__right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.bf-nav__signin {
  font-size: 14.5px;
  font-weight: 500;
  color: #41505d;
  text-decoration: none;
}

.bf-btn {
  text-decoration: none;
  display: inline-block;
  font-size: 14.5px;
  font-weight: 600;
  padding: 11px 18px;
  border-radius: 9px;
  border: none;
  cursor: pointer;
}

.bf-btn--dark {
  background: #0c1620;
  color: #fff;
}

.bf-btn--outline {
  background: #fff;
  color: #0c1620;
  border: 1px solid #d7dee2;
  padding: 14px 24px;
  font-size: 15.5px;
}

.bf-btn--lg {
  font-size: 15.5px;
  padding: 15px 26px;
  border-radius: 10px;
}

.bf-btn--gradient {
  background: linear-gradient(120deg, #5fe3ec, #12b8c5);
  color: #06343a;
  font-weight: 700;
  padding: 15px 28px;
  font-size: 15.5px;
  border-radius: 10px;
}

.bf-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 15px 26px;
  font-size: 15.5px;
  border-radius: 10px;
}

.bf-nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #0c1620;
}

.bf-nav__toggle svg {
  width: 24px;
  height: 24px;
}

/* ── Hero ── */
.bf-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  padding: 72px 40px 64px;
}

.bf-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #eafafb;
  border: 1px solid #cdeef1;
  color: #0e8a96;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 6px 12px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.bf-badge__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #15b9c5;
  display: inline-block;
}

.bf-hero__title {
  font-size: 62px;
  line-height: 1.01;
  letter-spacing: -0.035em;
  font-weight: 700;
  margin: 0 0 22px;
}

.bf-hero__desc {
  font-size: 19px;
  line-height: 1.55;
  color: #51606e;
  margin: 0 0 32px;
  max-width: 520px;
}

.bf-hero__actions {
  display: flex;
  gap: 13px;
  align-items: center;
  flex-wrap: wrap;
}

.bf-hero__note {
  font-size: 13px;
  color: #8a96a1;
  margin: 22px 0 0;
}

/* ── Product mock ── */
.bf-mock {
  position: relative;
}

.bf-mock__glow {
  position: absolute;
  inset: -12% -8% -8% 6%;
  background: radial-gradient(60% 60% at 70% 30%, rgba(31, 200, 210, 0.2), rgba(31, 200, 210, 0) 70%);
  filter: blur(6px);
}

.bf-mock__card {
  position: relative;
  background: #fff;
  border: 1px solid #e7ecee;
  border-radius: 18px;
  box-shadow: 0 30px 60px -28px rgba(12, 22, 32, 0.32);
  padding: 18px;
}

.bf-mock__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.bf-mock__title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 14px;
}

.bf-mock__live {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 600;
  color: #13a36b;
  background: #e7f7ef;
  padding: 4px 9px;
  border-radius: 100px;
}

.bf-mock__live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1fbf7e;
  display: inline-block;
}

.bf-mock__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.bf-stat-box {
  background: #f6f9fa;
  border: 1px solid #edf1f3;
  border-radius: 11px;
  padding: 11px 12px;
}

.bf-stat-box--warn {
  background: #fff4ee;
  border-color: #f6dccd;
}

.bf-stat-box__label {
  font-size: 11px;
  color: #8a96a1;
  font-weight: 500;
  margin-bottom: 5px;
}

.bf-stat-box--warn .bf-stat-box__label {
  color: #c47a4e;
}

.bf-stat-box__value {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.bf-stat-box__value--teal {
  color: #12a9b6;
}

.bf-stat-box__value--orange {
  color: #d9743c;
}

.bf-mock__chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 64px;
  margin-bottom: 16px;
  padding: 0 2px;
}

.bf-mock__bar {
  flex: 1;
  border-radius: 4px 4px 0 0;
}

.bf-mock__scripts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bf-script-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafb;
  border: 1px solid #eef2f3;
  border-radius: 9px;
  padding: 9px 11px;
}

.bf-script-row--warn {
  background: #fff6f1;
  border-color: #f6ddcf;
}

.bf-script-row__name {
  font: 500 12px ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #41505d;
}

.bf-script-row--warn .bf-script-row__name {
  color: #a85a2e;
}

.bf-tag {
  font-size: 10.5px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 100px;
}

.bf-tag--ok {
  color: #12a9b6;
  background: #e3f6f7;
}

.bf-tag--warn {
  color: #d9743c;
  background: #fbe7da;
}

/* ── Logos ── */
.bf-logos {
  padding: 10px 40px 56px;
}

.bf-logos__label {
  text-align: center;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9aa5b0;
  margin: 0 0 22px;
}

.bf-logos__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  opacity: 0.62;
}

.bf-logos__row span {
  font: 700 18px 'Helvetica Neue', Helvetica, Arial;
  letter-spacing: 0.04em;
  color: #5b6772;
}

/* ── Stats band ── */
.bf-stats {
  background: #f5f9fa;
  border-top: 1px solid #eef2f3;
  border-bottom: 1px solid #eef2f3;
  padding: 44px 40px;
}

.bf-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.bf-stats__num {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.03em;
  background: linear-gradient(120deg, #1fb6c2, #0c8b97);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #12a9b6;
}

.bf-stats__num--text {
  font-size: 28px;
}

.bf-stats__label {
  font-size: 13.5px;
  color: #647280;
  margin-top: 6px;
}

/* ── Section headers ── */
.bf-section-header {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.bf-section-header--left {
  text-align: left;
  margin: 0 0 48px;
}

.bf-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #12a9b6;
  margin-bottom: 14px;
}

.bf-eyebrow--light {
  color: #3fd0db;
}

.bf-section-title {
  font-size: 42px;
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 0;
}

.bf-section-desc {
  font-size: 17px;
  line-height: 1.55;
  color: #51606e;
  margin: 16px 0 0;
}

/* ── Steps ── */
.bf-steps {
  padding: 20px 40px 84px;
}

.bf-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.bf-step {
  border: 1px solid #e7ecee;
  border-radius: 16px;
  padding: 28px;
}

.bf-step__num {
  font: 700 15px ui-monospace, Menlo, monospace;
  color: #12a9b6;
  margin-bottom: 14px;
}

.bf-step__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}

.bf-step__desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: #5a6873;
  margin: 0;
}

/* ── Features ── */
.bf-features {
  padding: 84px 40px 20px;
}

.bf-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.bf-feature {
  background: #fff;
  border: 1px solid #e7ecee;
  border-radius: 16px;
  padding: 28px;
}

.bf-feature__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #eafafb;
  border: 1px solid #d3eff2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.bf-feature__title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 9px;
}

.bf-feature__desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: #5a6873;
  margin: 0;
}

/* ── Dark showcase ── */
.bf-showcase {
  padding: 80px 40px;
}

.bf-showcase__inner {
  background: #0c1620;
  border-radius: 24px;
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.bf-showcase__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -80px;
  top: -120px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(31, 200, 210, 0.22), rgba(31, 200, 210, 0) 70%);
}

.bf-showcase__title {
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff;
  margin: 0 0 18px;
}

.bf-showcase__desc {
  font-size: 16.5px;
  line-height: 1.6;
  color: #a9b6c1;
  margin: 0 0 28px;
}

.bf-checklist {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bf-checklist__item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d7e0e8;
  font-size: 15px;
}

.bf-checklist__icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(31, 200, 210, 0.16);
  color: #3fd0db;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.bf-showcase__panels {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bf-dark-panel {
  background: #0f1d28;
  border: 1px solid #1e3340;
  border-radius: 16px;
  padding: 18px;
}

.bf-dark-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.bf-dark-panel__title {
  color: #cbd6df;
  font-weight: 600;
  font-size: 14px;
}

.bf-dark-panel__badge {
  color: #3fd0db;
  font-size: 11.5px;
  font-weight: 600;
  background: rgba(31, 200, 210, 0.12);
  padding: 4px 9px;
  border-radius: 100px;
}

.bf-dark-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #13212d;
  border: 1px solid #1e3340;
  border-radius: 9px;
  padding: 9px 12px;
}

.bf-dark-row--warn {
  background: #1e1410;
  border-color: #3d2a1c;
}

.bf-dark-row__name {
  font: 500 12px ui-monospace, Menlo, monospace;
  color: #9fb0bd;
}

.bf-dark-row--warn .bf-dark-row__name {
  color: #e0a878;
}

.bf-tag--dark-ok {
  color: #1fbf7e;
  background: rgba(31, 191, 126, 0.12);
}

.bf-tag--dark-warn {
  color: #e08a3c;
  background: rgba(224, 138, 60, 0.12);
}

.bf-dark-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bf-event-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #13212d;
  border: 1px solid #1e3340;
  border-radius: 9px;
  padding: 10px 12px;
}

.bf-event-row--warn {
  background: #1e1410;
  border-color: #3d2a1c;
}

.bf-event-row__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.bf-event-row__dot--green {
  background: #1fbf7e;
}

.bf-event-row__dot--orange {
  background: #e08a3c;
}

.bf-event-row__dot--teal {
  background: #3fd0db;
}

.bf-event-row__text {
  font: 500 12px ui-monospace, Menlo, monospace;
  color: #9fb0bd;
  flex: 1;
}

.bf-event-row--warn .bf-event-row__text {
  color: #e0a878;
}

.bf-event-row__time {
  font-size: 11px;
  color: #5b6b78;
}

.bf-event-row--warn .bf-event-row__time {
  color: #7a5a3c;
}

.bf-event-rows {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

/* ── CTA ── */
.bf-cta {
  padding: 0 40px 84px;
}

.bf-cta__inner {
  background: linear-gradient(135deg, #0c1620 0%, #0e2730 60%, #0c3940 100%);
  border-radius: 24px;
  padding: 64px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.bf-cta__glow {
  position: absolute;
  width: 520px;
  height: 520px;
  left: 50%;
  top: -60%;
  transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(31, 200, 210, 0.22), rgba(31, 200, 210, 0) 70%);
}

.bf-cta__content {
  position: relative;
}

.bf-cta__title {
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
}

.bf-cta__desc {
  font-size: 18px;
  line-height: 1.55;
  color: #a9b6c1;
  margin: 0 auto 30px;
  max-width: 520px;
}

.bf-cta__actions {
  display: flex;
  gap: 13px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Footer ── */
.bf-footer {
  border-top: 1px solid #eef2f3;
  padding: 48px 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 0.9fr;
  gap: 32px;
}

.bf-footer__desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: #8a96a1;
  margin: 0;
  max-width: 240px;
}

.bf-footer__col {
  font-size: 13.5px;
  color: #5a6873;
  line-height: 2.1;
}

.bf-footer__heading {
  font-weight: 700;
  color: #0c1620;
  margin-bottom: 6px;
}

.bf-footer__col a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.bf-footer__col a:hover {
  color: #12a9b6;
}

.bf-footer-bar {
  border-top: 1px solid #eef2f3;
  padding: 18px 40px;
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  color: #9aa5b0;
}

.bf-footer-bar__links {
  display: flex;
  gap: 20px;
}

.bf-footer-bar__links a {
  text-decoration: none;
  color: inherit;
}

.bf-footer-bar__links a:hover {
  color: #12a9b6;
}

/* ── Mobile nav overlay ── */
.bf-nav__mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(12, 22, 32, 0.5);
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.bf-nav__mobile.is-open {
  opacity: 1;
  pointer-events: auto;
}

.bf-nav__drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(320px, 85vw);
  height: 100%;
  background: #fff;
  padding: 24px;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bf-nav__mobile.is-open .bf-nav__drawer {
  transform: translateX(0);
}

.bf-nav__drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bf-nav__drawer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
}

.bf-nav__drawer-links a {
  text-decoration: none;
  color: #41505d;
}

.bf-nav__drawer-links a:hover {
  color: #12a9b6;
}

.bf-nav__drawer-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}

.bf-nav__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #0c1620;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .bf-hero {
    grid-template-columns: 1fr;
    padding: 48px 32px;
  }

  .bf-hero__title {
    font-size: 48px;
  }

  .bf-showcase__inner {
    grid-template-columns: 1fr;
    padding: 40px 32px;
  }

  .bf-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bf-steps__grid,
  .bf-features__grid {
    grid-template-columns: 1fr;
  }

  .bf-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .bf-nav {
    padding: 16px 20px;
  }

  .bf-nav__links,
  .bf-nav__right .bf-nav__signin,
  .bf-nav__right .bf-btn {
    display: none;
  }

  .bf-nav__toggle {
    display: block;
  }

  .bf-nav__mobile {
    display: block;
  }

  .bf-hero {
    padding: 40px 20px;
  }

  .bf-hero__title {
    font-size: 38px;
  }

  .bf-hero__desc {
    font-size: 17px;
  }

  .bf-logos,
  .bf-stats,
  .bf-steps,
  .bf-features,
  .bf-showcase,
  .bf-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bf-stats__grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .bf-section-title {
    font-size: 32px;
  }

  .bf-showcase__title {
    font-size: 28px;
  }

  .bf-cta__title {
    font-size: 32px;
  }

  .bf-cta__inner {
    padding: 48px 24px;
  }

  .bf-footer {
    grid-template-columns: 1fr;
    padding: 32px 20px;
  }

  .bf-footer-bar {
    flex-direction: column;
    gap: 12px;
    padding: 18px 20px;
    text-align: center;
  }

  .bf-footer-bar__links {
    justify-content: center;
  }
}

.bf-nav__links a.is-active {
  color: #12a9b6;
}

/* ── Inner pages ── */
.bf-page-hero {
  padding: 64px 40px 48px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.bf-page-hero__title {
  font-size: 48px;
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 0 0 16px;
}

.bf-page-hero__desc {
  font-size: 18px;
  line-height: 1.55;
  color: #51606e;
  margin: 0;
}

.bf-page-hero .bf-hero__note {
  margin-top: 20px;
}

.bf-page-hero .bf-hero__actions {
  justify-content: center;
  margin-top: 28px;
}

.bf-page-hero--compact {
  padding: 36px 40px 20px;
}

.bf-page-hero--compact .bf-page-hero__title {
  font-size: 40px;
  margin-bottom: 12px;
}

.bf-page-hero--compact .bf-page-hero__desc {
  font-size: 16px;
}

.bf-page {
  padding: 0 40px 84px;
}

.bf-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 960px;
  margin: 0 auto;
}

.bf-card {
  background: #fff;
  border: 1px solid #e7ecee;
  border-radius: 16px;
  padding: 28px;
}

.bf-card__title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 9px;
}

.bf-card__desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: #5a6873;
  margin: 0;
}

.bf-card__meta {
  font-size: 12.5px;
  color: #9aa5b0;
  margin-bottom: 10px;
}

/* ── Blog (Aikido-style layout, BreachFin colors) ── */
.bf-blog {
  padding-bottom: 84px;
}

.bf-blog-hero {
  padding: 56px 40px 40px;
  max-width: 1120px;
  margin: 0 auto;
}

.bf-blog-hero__title {
  font-size: clamp(36px, 5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 0;
  color: #0c1620;
}

.bf-blog-hero--center {
  text-align: center;
}

.bf-blog-hero__count {
  margin: 18px 0 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #12a9b6;
}

.bf-blog--archive {
  padding-bottom: 64px;
}

.bf-blog-list {
  background: #f8fafb;
  border-top: 1px solid #eef2f3;
  border-bottom: 1px solid #eef2f3;
  padding: 36px 0 44px;
  margin-bottom: 8px;
}

.bf-blog-list .bf-blog-grid {
  margin-top: 0;
  margin-bottom: 0;
}

.bf-blog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto 28px;
  padding: 0 40px;
}

.bf-blog-toolbar__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bf-blog-toolbar__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #e7ecee;
  border-radius: 999px;
  background: #fff;
  color: #51606e;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.bf-blog-toolbar__pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #12a9b6;
  flex-shrink: 0;
}

.bf-blog-toolbar__pill.is-active,
.bf-blog-toolbar__pill:hover {
  border-color: #12a9b6;
  color: #0c1620;
  background: #f0fcfd;
}

.bf-blog-toolbar__right {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.bf-blog-search {
  position: relative;
  display: flex;
  align-items: center;
}

.bf-blog-search__icon {
  position: absolute;
  left: 14px;
  width: 16px;
  height: 16px;
  color: #9aa5b0;
  pointer-events: none;
}

.bf-blog-search input[type="search"] {
  width: min(280px, 60vw);
  padding: 10px 14px 10px 40px;
  border: 1px solid #e7ecee;
  border-radius: 999px;
  background: #fff;
  font: inherit;
  font-size: 14px;
  color: #0c1620;
  outline: none;
}

.bf-blog-search input[type="search"]:focus {
  border-color: #12a9b6;
  box-shadow: 0 0 0 3px rgba(18, 169, 182, 0.12);
}

.bf-blog-toolbar__rss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e7ecee;
  border-radius: 50%;
  color: #51606e;
  text-decoration: none;
}

.bf-blog-toolbar__rss:hover {
  border-color: #12a9b6;
  color: #12a9b6;
}

.bf-blog-toolbar__rss svg {
  width: 16px;
  height: 16px;
}

.bf-blog-featured {
  display: block;
  max-width: 1120px;
  margin: 0 auto 36px;
  padding: 0 40px;
}

.bf-blog-featured--text {
  position: relative;
  overflow: hidden;
  padding: 36px 40px 36px 44px;
  border: 1px solid #cdeef1;
  border-radius: 20px;
  background: linear-gradient(135deg, #f5feff 0%, #ffffff 50%, #f8fafb 100%);
  box-shadow: 0 16px 44px -28px rgba(18, 169, 182, 0.22);
}

.bf-blog-featured--text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #5fe3ec, #12b8c5);
  border-radius: 20px 0 0 20px;
}

.bf-blog-featured--text .bf-blog-featured__link {
  position: relative;
}

.bf-blog-featured--text .bf-eyebrow {
  margin-bottom: 14px;
}

.bf-blog-featured--text .bf-blog-meta {
  margin-bottom: 16px;
}

.bf-blog-featured--text .bf-blog-featured__title {
  font-size: clamp(26px, 3.5vw, 34px);
  max-width: 720px;
}

.bf-blog-featured--text .bf-blog-featured__desc {
  font-size: 17px;
  max-width: 640px;
}

.bf-blog-featured__cta {
  display: inline-block;
  margin-top: 20px;
  font-size: 14.5px;
  font-weight: 600;
  color: #12a9b6;
  transition: color 0.15s ease;
}

.bf-blog-featured__link:hover .bf-blog-featured__cta {
  color: #0c8f9a;
}

.bf-blog-featured__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.bf-blog-featured__link:hover .bf-blog-featured__title {
  color: #12a9b6;
}

.bf-blog-featured__media {
  border-radius: 14px;
  overflow: hidden;
}

.bf-blog-featured__media img,
.bf-blog-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: 180px;
  object-fit: cover;
}

.bf-blog-card__placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 180px;
  border-radius: 0;
  background: linear-gradient(135deg, #e8f9fa 0%, #cdeef1 55%, #f5feff 100%);
}

.bf-blog-card__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #12a9b6;
  margin-bottom: 10px;
}

.bf-blog-card--featured {
  border-color: #cdeef1;
  box-shadow: 0 10px 28px -18px rgba(18, 169, 182, 0.28);
}

.bf-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: #9aa5b0;
  margin-bottom: 14px;
}

.bf-blog-meta__icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.bf-blog-meta__sep {
  opacity: 0.5;
}

.bf-blog-meta a {
  color: inherit;
  text-decoration: none;
}

.bf-blog-meta a:hover {
  color: #12a9b6;
}

.bf-blog-featured__title {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 0 0 12px;
  color: #0c1620;
  transition: color 0.15s ease;
}

.bf-blog-featured__desc {
  font-size: 16px;
  line-height: 1.6;
  color: #51606e;
  margin: 0;
}

.bf-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}

.bf-blog-card {
  border: 1px solid #e7ecee;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.bf-blog-card:hover {
  border-color: #cdeef1;
  box-shadow: 0 12px 36px -20px rgba(18, 169, 182, 0.25);
}

.bf-blog-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.bf-blog-card__media {
  display: block;
}

.bf-blog-card__body {
  padding: 20px 22px 22px;
}

.bf-blog-card__footer {
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #12a9b6;
}

.bf-blog-card:hover .bf-blog-card__footer {
  color: #0c8f9a;
}

.bf-blog-cat-card.is-active {
  border-color: #12a9b6;
  background: linear-gradient(135deg, #f5feff 0%, #ffffff 100%);
  box-shadow: 0 10px 28px -18px rgba(18, 169, 182, 0.35);
}

.bf-blog-cat-card.is-active .bf-blog-cat-card__title {
  color: #0e8a96;
}

.bf-blog-cat-card.is-active .bf-blog-cat-card__link {
  color: #12a9b6;
  font-weight: 700;
}

.bf-blog-hero__desc {
  font-size: 17px;
  line-height: 1.6;
  color: #51606e;
  margin: 14px auto 0;
  max-width: 640px;
}

.bf-blog-card__title {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 0 0 10px;
  color: #0c1620;
  transition: color 0.15s ease;
}

.bf-blog-card:hover .bf-blog-card__title {
  color: #12a9b6;
}

.bf-blog-card__desc {
  font-size: 14px;
  line-height: 1.5;
  color: #5a6873;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bf-blog-categories-hub {
  max-width: 1120px;
  margin: 56px auto 0;
  padding: 0 40px;
}

.bf-blog-categories-hub__title {
  font-size: 28px;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 0 0 24px;
  color: #0c1620;
}

.bf-blog-categories-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.bf-blog-cat-card {
  padding: 32px 28px;
  border: 1px solid #e7ecee;
  border-radius: 18px;
  background: #fff;
  min-height: 180px;
  display: flex;
  flex-direction: column;
}

.bf-blog-cat-card__title {
  font-size: 22px;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 0 0 10px;
  color: #0c1620;
}

.bf-blog-cat-card__desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: #5a6873;
  margin: 0 0 auto;
  flex: 1;
}

.bf-blog-cat-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #12a9b6;
  text-decoration: none;
}

.bf-blog-cat-card__link:hover {
  opacity: 0.85;
}

.bf-blog-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: #9aa5b0;
  padding: 40px 0;
}

.bf-blog-subscribe {
  max-width: 1120px;
  margin: 56px auto 0;
  padding: 0 40px 8px;
}

.bf-blog-subscribe__inner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(135deg, #0c1620 0%, #132433 55%, #0e3a42 100%);
  padding: 48px 40px;
}

.bf-blog-subscribe__glow {
  position: absolute;
  top: -40%;
  right: -10%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(95, 227, 236, 0.35) 0%, transparent 70%);
  pointer-events: none;
}

.bf-blog-subscribe__content {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.bf-blog-subscribe__title {
  font-size: clamp(26px, 4vw, 34px);
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}

.bf-blog-subscribe__desc {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 28px;
}

.bf-blog-subscribe__form {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.bf-blog-subscribe__form input[type="email"] {
  flex: 1 1 240px;
  max-width: 320px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 15px;
}

.bf-blog-subscribe__form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.bf-blog-subscribe__hint {
  margin: 16px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.bf-blog-subscribe__hint code {
  font-size: 11px;
  background: rgba(255, 255, 255, 0.08);
  padding: 2px 6px;
  border-radius: 4px;
}

.bf-blog-subscribe__form--wpforms .wpforms-container {
  margin: 0 auto;
  max-width: 480px;
}

.bf-blog-subscribe__form--wpforms .wpforms-field-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.bf-blog-subscribe__form--wpforms .wpforms-field {
  padding: 0;
  flex: 1 1 240px;
  max-width: 320px;
}

.bf-blog-subscribe__form--wpforms input[type="email"] {
  width: 100%;
  max-width: none;
}

.bf-blog-subscribe__form--wpforms .wpforms-submit-container {
  padding: 0;
  margin: 0;
}

.bf-blog-subscribe__form--wpforms button[type="submit"],
.bf-blog-subscribe__form--wpforms .wpforms-submit {
  background: linear-gradient(135deg, #5FE3EC, #12B8C5) !important;
  border: none !important;
  color: #0c1620 !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
  border-radius: 10px !important;
  cursor: pointer;
}

.bf-blog-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #51606e;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid #e7ecee;
  border-radius: 999px;
  background: #fff;
}

.bf-blog-back:hover {
  border-color: #12a9b6;
  color: #0c1620;
}

/* ── Single blog post (clean — matches marketing pages) ── */
.bf-post-single {
  padding-bottom: 84px;
}

.bf-post-single__top {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 40px 0;
}

.bf-post-single__header {
  padding-bottom: 28px;
}

.bf-post-single__header .bf-blog-meta {
  justify-content: center;
  margin-top: 16px;
}

.bf-post-single__article {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 40px;
}

.bf-post-content {
  font-size: 17px;
  line-height: 1.75;
  color: #41505d;
  text-align: left;
}

.bf-post-content > *:first-child {
  margin-top: 0;
}

.bf-post-content > *:last-child {
  margin-bottom: 0;
}

.bf-post-content p {
  margin: 0 0 1.25em;
}

.bf-post-content h2,
.bf-post-content h3,
.bf-post-content h4 {
  color: #0c1620;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.bf-post-content h2 {
  font-size: 26px;
  margin: 2em 0 0.75em;
  padding-top: 1.5em;
  border-top: 1px solid #eef2f3;
}

.bf-post-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.bf-post-content h3 {
  font-size: 21px;
  margin: 1.6em 0 0.6em;
}

.bf-post-content h4 {
  font-size: 18px;
  margin: 1.4em 0 0.5em;
}

.bf-post-content ul,
.bf-post-content ol {
  margin: 0 0 1.25em;
  padding-left: 1.4em;
}

.bf-post-content li {
  margin-bottom: 0.45em;
}

.bf-post-content a {
  color: #12a9b6;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bf-post-content a:hover {
  color: #0c8f9a;
}

.bf-post-content strong {
  color: #0c1620;
}

.bf-post-content hr {
  border: none;
  border-top: 1px solid #eef2f3;
  margin: 2em 0;
}

.bf-post-content img,
.bf-post-content figure.wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 0;
}

.bf-post-content figure.wp-block-image {
  display: block;
  margin: 1.75em 0;
}

.bf-post-single__featured {
  max-width: 900px;
  margin: 0 auto 32px;
  padding: 0 40px;
}

.bf-post-single__featured img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.bf-blog-featured__placeholder {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #e8f9fa 0%, #cdeef1 55%, #f5feff 100%);
}

.bf-blog-featured--with-media {
  padding: 0;
  overflow: hidden;
}

.bf-blog-featured--with-media .bf-blog-featured__body {
  padding: 28px 40px 36px 44px;
}

.bf-blog-featured--with-media::before {
  display: none;
}

.bf-post-content pre {
  background: #f8fafb;
  border: 1px solid #eef2f3;
  color: #0c1620;
  padding: 16px 18px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5em 0;
  font-size: 0.9em;
}

.bf-post-content :not(pre) > code {
  background: #f4f6f8;
  padding: 0.12em 0.4em;
  border-radius: 4px;
  font-size: 0.9em;
}

.bf-post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95em;
}

.bf-post-content th,
.bf-post-content td {
  border: 1px solid #e7ecee;
  padding: 10px 12px;
  text-align: left;
}

.bf-post-content th {
  background: #f8fafb;
  font-weight: 700;
  color: #0c1620;
}

/* Lead paragraph — matches marketing hero tone */
.bf-post-content > p:first-of-type {
  font-size: 19px;
  line-height: 1.65;
  color: #51606e;
}

/* Pull quotes — livelier than default blockquote */
.bf-post-content blockquote,
.bf-post-content .wp-block-quote {
  margin: 2em 0;
  padding: 20px 24px;
  border: none;
  border-left: 4px solid #12a9b6;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(135deg, #f5feff 0%, #f8fafb 100%);
  color: #0c1620;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

.bf-post-content blockquote p,
.bf-post-content .wp-block-quote p {
  margin: 0;
}

.bf-post-content blockquote cite,
.bf-post-content .wp-block-quote cite {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  color: #12a9b6;
}

/* BreachFin callout — insert via block patterns */
.bf-post-callout {
  margin: 2.25em 0;
  padding: 22px 24px;
  border: 1px solid #cdeef1;
  border-radius: 14px;
  background: linear-gradient(135deg, #f5feff 0%, #e8f9fa 100%);
}

.bf-post-callout__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #12a9b6;
  margin-bottom: 8px;
}

.bf-post-callout__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #0c1620;
  font-weight: 600;
}

.bf-post-highlight {
  margin: 2em 0;
  padding: 18px 22px;
  border-radius: 12px;
  border: 1px solid #e7ecee;
  background: #fff;
  box-shadow: 0 8px 24px -20px rgba(12, 22, 32, 0.35);
}

.bf-post-highlight p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: #41505d;
}

.bf-post-highlight strong {
  color: #12a9b6;
}

.bf-post-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 2em 0;
}

.bf-post-step {
  border: 1px solid #e7ecee;
  border-radius: 14px;
  padding: 20px 18px;
  background: #fff;
}

.bf-post-step__num {
  font: 700 13px ui-monospace, Menlo, monospace;
  color: #12a9b6;
  margin-bottom: 10px;
}

.bf-post-step__title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  color: #0c1620;
}

.bf-post-step__desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: #5a6873;
  margin: 0;
}

/* Auto CTA at bottom of every post */
.bf-post-cta {
  max-width: 720px;
  margin: 48px auto 0;
  padding: 0 40px;
}

.bf-post-cta__inner {
  position: relative;
  overflow: hidden;
  padding: 36px 32px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0c1620 0%, #132433 55%, #0e3a42 100%);
  color: #fff;
  text-align: center;
}

.bf-post-cta__inner::before {
  content: "";
  position: absolute;
  inset: -40% auto auto 50%;
  width: 280px;
  height: 280px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(95, 227, 236, 0.28) 0%, transparent 70%);
  pointer-events: none;
}

.bf-post-cta__title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: #fff;
}

.bf-post-cta__desc {
  position: relative;
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 auto 22px;
  max-width: 460px;
}

.bf-post-cta .bf-btn {
  position: relative;
}

.bf-post-related {
  max-width: 1120px;
  margin: 56px auto 0;
  padding: 0 40px;
  border-top: 1px solid #eef2f3;
  padding-top: 48px;
}

.bf-post-related__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  color: #0c1620;
}

.bf-blog-grid--related {
  margin-bottom: 0;
}

.bf-blog-hero__desc {
  max-width: 640px;
  margin: 16px auto 0;
  font-size: 18px;
  line-height: 1.55;
  color: #51606e;
}

/* Pricing */
.bf-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 960px;
  margin: 0 auto;
}

.bf-pricing-card {
  border: 1px solid #e7ecee;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
}

.bf-pricing-card--featured {
  border-color: #12a9b6;
  box-shadow: 0 12px 40px -16px rgba(18, 169, 182, 0.35);
}

.bf-pricing-card__name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #12a9b6;
  margin-bottom: 8px;
}

.bf-pricing-card__price {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

.bf-pricing-card__period {
  font-size: 14px;
  color: #8a96a1;
  margin-bottom: 24px;
}

.bf-pricing-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  text-align: left;
  font-size: 14.5px;
  color: #5a6873;
  line-height: 2;
}

.bf-pricing__trial-note {
  text-align: center;
  font-size: 13.5px;
  color: #8a96a1;
  margin: 28px auto 0;
  max-width: 960px;
}

/* Forms */
.bf-form-wrap {
  max-width: 440px;
  margin: 0 auto;
}

.bf-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 28px;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 40px 84px;
  align-items: start;
}

.bf-contact__form-card {
  background: #fff;
  border: 1px solid #e7ecee;
  border-radius: 16px;
  padding: 28px 28px 24px;
  box-shadow: 0 12px 36px -28px rgba(12, 22, 32, 0.16);
}

.bf-contact__form-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  color: #0c1620;
}

.bf-contact__form-lead {
  font-size: 14px;
  line-height: 1.55;
  color: #5a6873;
  margin: 0 0 22px;
}

.bf-contact__form-note {
  margin: 20px 0 0;
  font-size: 13px;
  color: #8a96a1;
  text-align: center;
}

.bf-contact__info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: sticky;
  top: 96px;
}

.bf-contact__info-header {
  margin-bottom: 6px;
}

.bf-contact__info-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: #0c1620;
}

.bf-contact__info-desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: #5a6873;
  margin: 0;
}

.bf-contact__card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border: 1px solid #e7ecee;
  border-radius: 16px;
  padding: 22px 20px;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.bf-contact__card:hover {
  border-color: #cdeef1;
  box-shadow: 0 10px 28px -22px rgba(18, 169, 182, 0.45);
}

.bf-contact__card-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eafafb;
  color: #12a9b6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bf-contact__card-icon svg {
  width: 20px;
  height: 20px;
}

.bf-contact__card-body {
  min-width: 0;
}

.bf-contact__card-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #12a9b6;
  margin-bottom: 6px;
}

.bf-contact__card-value {
  font-size: 16px;
  font-weight: 600;
  color: #0c1620;
  line-height: 1.45;
  text-decoration: none;
  display: block;
}

a.bf-contact__card-value:hover {
  color: #12a9b6;
}

.bf-contact__card-value--address {
  font-weight: 500;
  font-size: 15px;
  color: #51606e;
}

.bf-contact__card--accent {
  background: linear-gradient(135deg, #0c1620 0%, #132433 55%, #0e3a42 100%);
  border-color: transparent;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.bf-contact__card--accent .bf-contact__card-label {
  color: #3fd0db;
}

.bf-contact__card--accent .bf-contact__card-value {
  color: #fff;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 1.55;
}

.bf-contact__card--accent:hover {
  border-color: transparent;
  box-shadow: 0 16px 40px -24px rgba(18, 169, 182, 0.55);
}

.bf-form__name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.bf-form__label-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bf-form__label-group > span {
  font-size: 13.5px;
  font-weight: 600;
  color: #41505d;
}

.bf-form__required {
  color: #d9743c;
  display: inline;
}

.bf-form__label-text {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: #41505d;
  line-height: 1.3;
  margin: 0;
}

/* Contact page — centered form, details below (no sidebar icons) */
.bf-legal-page {
  padding-bottom: 84px;
}

.bf-legal-page__header {
  padding-bottom: 20px;
}

.bf-legal-page__intro {
  max-width: 720px;
  margin: 0 auto 32px;
  padding: 0 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
  color: #51606e;
}

.bf-legal-page__intro a {
  color: #12a9b6;
  font-weight: 600;
  text-decoration: none;
}

.bf-legal-page__intro a:hover {
  text-decoration: underline;
}

.bf-legal-page .bf-post-content h2 {
  scroll-margin-top: 88px;
  padding-top: 1.75em;
}

.bf-legal-page .bf-post-content h2:first-of-type {
  padding-top: 0;
  margin-top: 0;
}

.bf-legal-page .bf-post-content h3 {
  font-size: 18px;
  margin: 1.25em 0 0.5em;
  color: #0c1620;
}

.bf-legal-page__related {
  margin-top: 2.5em;
  padding-top: 1.5em;
  border-top: 1px solid #eef2f3;
  font-size: 14px;
  color: #7a8794;
  text-align: center;
}

.bf-legal-page__related a {
  color: #12a9b6;
  font-weight: 600;
  text-decoration: none;
}

.bf-legal-page__related a:hover {
  text-decoration: underline;
}

.bf-contact-page {
  padding: 0 40px 64px;
}

.bf-contact-page__card {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e7ecee;
  border-radius: 16px;
  padding: 28px 28px 24px;
  box-shadow: 0 10px 32px -24px rgba(12, 22, 32, 0.12);
}

.bf-contact-page__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 4px;
  color: #0c1620;
}

.bf-contact-page__lead {
  font-size: 14px;
  line-height: 1.5;
  color: #5a6873;
  margin: 0 0 20px;
}

.bf-form--contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bf-form__row-2 {
  display: flex;
  flex-direction: row;
  gap: 14px;
  width: 100%;
}

.bf-form__row-2 > label {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}

.bf-form--contact .bf-btn {
  margin-top: 4px;
}

.bf-contact-page__note {
  margin: 16px 0 0;
  font-size: 13px;
  color: #8a96a1;
  text-align: center;
}

.bf-contact-page__note a {
  color: #12a9b6;
  font-weight: 600;
  text-decoration: none;
}

.bf-contact-page__note a:hover {
  text-decoration: underline;
}

.bf-contact-page__calendly {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eef2f3;
  background: #fff;
}

.bf-contact-page__calendly .calendly-inline-widget {
  min-height: 700px;
}

.bf-contact-page__details {
  max-width: 720px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 28px;
  border-top: 1px solid #e7ecee;
}

.bf-contact-page__detail {
  text-align: center;
}

.bf-contact-page__detail-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #12a9b6;
  margin-bottom: 8px;
}

.bf-contact-page__detail-value {
  font-size: 14px;
  font-weight: 600;
  color: #0c1620;
  line-height: 1.5;
  text-decoration: none;
}

a.bf-contact-page__detail-value:hover {
  color: #12a9b6;
}

.bf-contact-page__detail-value--address {
  font-weight: 500;
  color: #51606e;
}

@media (max-width: 768px) {
  .bf-contact-page {
    padding: 0 20px 64px;
  }

  .bf-contact-page__card {
    padding: 24px 20px;
  }

  .bf-form__row-2 {
    flex-direction: column;
  }

  .bf-contact-page__details {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: left;
  }

  .bf-contact-page__detail {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .bf-contact {
    grid-template-columns: 1fr;
    padding: 0 40px 64px;
  }

  .bf-contact__info {
    position: static;
  }
}

@media (max-width: 768px) {
  .bf-contact {
    padding: 0 20px 64px;
  }

  .bf-contact__form-card {
    padding: 24px 20px;
  }

  .bf-form__name-row {
    grid-template-columns: 1fr;
  }
}

.bf-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bf-form label {
  font-size: 13.5px;
  font-weight: 600;
  color: #41505d;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}

.bf-form input,
.bf-form textarea,
.bf-form select {
  font: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border: 1px solid #d7dee2;
  border-radius: 9px;
  color: #0c1620;
  margin: 0;
  width: 100%;
}

.bf-form input:focus,
.bf-form textarea:focus,
.bf-form select:focus {
  outline: none;
  border-color: #12a9b6;
  box-shadow: 0 0 0 3px rgba(18, 169, 182, 0.12);
}

.bf-form textarea {
  min-height: 120px;
  resize: vertical;
}

.bf-form__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13.5px;
}

.bf-form__row a {
  color: #12a9b6;
  text-decoration: none;
}

.bf-form .bf-btn {
  width: 100%;
  text-align: center;
  padding: 14px;
  font-size: 15.5px;
}

.bf-hero--center {
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 72px 40px 56px;
}

.bf-hero--center .bf-hero__desc {
  margin-left: auto;
  margin-right: auto;
}

.bf-hero--center .bf-hero__actions {
  justify-content: center;
}

.bf-about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 960px;
  margin: 0 auto;
  align-items: center;
  padding: 0 40px 84px;
}

.bf-about-split__text p {
  font-size: 17px;
  line-height: 1.6;
  color: #51606e;
  margin: 0 0 16px;
}

.bf-about-split__text p:last-child {
  margin-bottom: 0;
}

.bf-about-split__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #12a9b6;
  margin-bottom: 14px;
}

.bf-about-split__title {
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 0 0 18px;
}

.bf-about-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bf-about-cards__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f8fafb;
  border: 1px solid #eef2f3;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14.5px;
  line-height: 1.45;
  color: #5a6873;
}

.bf-about-cards__icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #eafafb;
  color: #12a9b6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.bf-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 960px;
  margin: 0 auto;
}

.bf-principle {
  border: 1px solid #e7ecee;
  border-radius: 16px;
  padding: 28px;
}

.bf-principle__title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 9px;
  color: #0c1620;
}

.bf-principle p {
  font-size: 14.5px;
  line-height: 1.55;
  color: #5a6873;
  margin: 0;
}

@media (max-width: 1024px) {
  .bf-principles {
    grid-template-columns: 1fr;
  }

  .bf-about-split {
    grid-template-columns: 1fr;
    padding: 0 40px 64px;
  }

  .bf-page__grid,
  .bf-pricing,
  .bf-blog-categories-hub__grid {
    grid-template-columns: 1fr;
  }

  .bf-blog-grid,
  .bf-blog-grid--related {
    grid-template-columns: repeat(2, 1fr);
  }

  .bf-blog-featured {
    padding: 0 20px;
  }

  .bf-blog-featured--text {
    padding: 28px 24px;
  }
}

@media (max-width: 768px) {
  .bf-hero--center {
    padding: 48px 20px 40px;
  }

  .bf-about-split {
    padding: 0 20px 56px;
  }

  .bf-about-split__title {
    font-size: 26px;
  }

  .bf-page-hero {
    padding: 40px 20px 32px;
  }

  .bf-page-hero__title {
    font-size: 32px;
  }

  .bf-page {
    padding: 0 20px 64px;
  }

  .bf-blog-hero,
  .bf-blog-toolbar,
  .bf-blog-grid,
  .bf-blog-grid--related,
  .bf-blog-categories-hub {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bf-blog-grid,
  .bf-blog-grid--related {
    grid-template-columns: 1fr;
  }

  .bf-blog-subscribe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bf-blog-subscribe__inner {
    padding: 36px 24px;
  }

  .bf-blog-featured {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bf-post-single__top,
  .bf-post-single__article,
  .bf-post-related,
  .bf-post-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bf-post-single__header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bf-legal-page__intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bf-post-content {
    font-size: 16px;
  }

  .bf-post-content h2 {
    font-size: 22px;
  }

  .bf-post-content > p:first-of-type {
    font-size: 17px;
  }

  .bf-post-steps {
    grid-template-columns: 1fr;
  }

  .bf-post-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bf-post-cta__inner {
    padding: 28px 22px;
  }

  .bf-post-cta__title {
    font-size: 21px;
  }
}

/* ── FAQ ── */
.bf-faq {
  padding: 20px 40px 84px;
}

.bf-faq__list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bf-faq__item {
  border: 1px solid #e7ecee;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.bf-faq__item[open] {
  border-color: #cdeef1;
  box-shadow: 0 4px 20px -8px rgba(18, 169, 182, 0.15);
}

.bf-faq__item summary {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0c1620;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bf-faq__item summary::-webkit-details-marker {
  display: none;
}

.bf-faq__item summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  color: #12a9b6;
  flex-shrink: 0;
  line-height: 1;
}

.bf-faq__item[open] summary::after {
  content: "−";
}

.bf-faq__answer {
  padding: 0 20px 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #51606e;
}

.bf-faq__answer p {
  margin: 0 0 12px;
}

.bf-faq__answer p:last-child {
  margin-bottom: 0;
}

.bf-faq__answer ul {
  margin: 0 0 12px;
  padding-left: 20px;
}

.bf-faq__answer li {
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .bf-faq {
    padding: 0 20px 64px;
  }
}

/* ── Products page ── */
.bf-products {
  padding: 0 40px 84px;
}

.bf-product-module {
  max-width: 960px;
  margin: 0 auto 32px;
  border: 1px solid #e7ecee;
  border-radius: 20px;
  padding: 36px;
  background: #fff;
}

.bf-product-module__num {
  font: 700 14px ui-monospace, Menlo, monospace;
  color: #12a9b6;
  margin-bottom: 12px;
}

.bf-product-module__title {
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 0 0 8px;
}

.bf-product-module__subtitle {
  font-size: 17px;
  font-weight: 600;
  color: #12a9b6;
  margin: 0 0 14px;
}

.bf-product-module__desc {
  font-size: 16px;
  line-height: 1.6;
  color: #51606e;
  margin: 0 0 24px;
  max-width: 720px;
}

.bf-product-module__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.bf-product-module__heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #41505d;
  margin: 0 0 12px;
}

.bf-product-module__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bf-product-module__list li {
  font-size: 14.5px;
  line-height: 1.5;
  color: #5a6873;
  padding: 8px 0 8px 18px;
  position: relative;
  border-bottom: 1px solid #eef2f3;
}

.bf-product-module__list li:last-child {
  border-bottom: none;
}

.bf-product-module__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #12a9b6;
}

.bf-product-module__outcome {
  margin-top: 24px;
  padding: 16px 18px;
  background: #f5f9fa;
  border: 1px solid #eef2f3;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #51606e;
}

.bf-product-module__outcome strong {
  color: #0c1620;
}

.bf-platform-caps {
  padding: 20px 40px 84px;
}

.bf-platform-caps__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 960px;
  margin: 0 auto;
}

.bf-platform-cap {
  border: 1px solid #e7ecee;
  border-radius: 16px;
  padding: 28px;
  background: #fff;
}

.bf-platform-cap__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

.bf-platform-cap__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bf-platform-cap__list li {
  font-size: 15px;
  color: #5a6873;
  padding: 6px 0;
}

.bf-compare {
  padding: 0 40px 84px;
}

.bf-compare__wrap {
  max-width: 960px;
  margin: 0 auto;
  overflow-x: auto;
  border: 1px solid #e7ecee;
  border-radius: 16px;
  background: #fff;
}

.bf-compare__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}

.bf-compare__table th,
.bf-compare__table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid #eef2f3;
  vertical-align: top;
}

.bf-compare__table thead th {
  background: #f5f9fa;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #41505d;
}

.bf-compare__table tbody tr:last-child td {
  border-bottom: none;
}

.bf-compare__table td:first-child {
  font-weight: 600;
  color: #0c1620;
  width: 28%;
}

.bf-compare__table td:nth-child(2) {
  color: #8a96a1;
  width: 32%;
}

.bf-compare__table td:nth-child(3) {
  color: #12a9b6;
  font-weight: 500;
  width: 40%;
}

.bf-products-closing {
  padding: 0 40px 84px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.bf-products-closing__title {
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 0 0 16px;
}

.bf-products-closing__desc {
  font-size: 17px;
  line-height: 1.6;
  color: #51606e;
  margin: 0;
}

@media (max-width: 1024px) {
  .bf-product-module__cols,
  .bf-platform-caps__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .bf-products,
  .bf-platform-caps,
  .bf-compare,
  .bf-products-closing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bf-product-module {
    padding: 24px 20px;
  }

  .bf-product-module__title {
    font-size: 22px;
  }

  .bf-products-closing__title {
    font-size: 26px;
  }
}
