.aifo-bpf-page {
  color: #f4f4f5;
  background:
    radial-gradient(circle at 20% 0%, rgba(249, 135, 21, 0.14), rgba(249, 135, 21, 0) 26%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 18%),
    linear-gradient(180deg, #050506 0%, #0b0d11 45%, #060708 100%);
  overflow: hidden;
}

.aifo-bpf-font-scope,
.aifo-bpf-font-scope p,
.aifo-bpf-font-scope li,
.aifo-bpf-font-scope a,
.aifo-bpf-font-scope span,
.aifo-bpf-font-scope td,
.aifo-bpf-font-scope th,
.aifo-bpf-font-scope summary,
.aifo-bpf-font-scope button {
  font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
}

.aifo-bpf-shell {
  max-width: 1240px;
}

.aifo-bpf-shell-narrow {
  max-width: 1180px;
}

.aifo-bpf-shell-matrix {
  max-width: 1480px;
}

.aifo-bpf-page a {
  text-decoration: none;
}

.aifo-bpf-page a:hover {
  text-decoration: none;
}

.aifo-bpf-text-link {
  color: #f5f5f5;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(245, 245, 245, 0.35);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.aifo-bpf-text-link:hover,
.aifo-bpf-text-link:focus-visible {
  color: #f98715;
  text-decoration-color: rgba(249, 135, 21, 0.9);
}

.aifo-bpf-hero,
.aifo-bpf-section {
  position: relative;
}

.aifo-bpf-section {
  scroll-margin-top: 110px;
  padding: 92px 0;
}

.aifo-bpf-hero > .container,
.aifo-bpf-section > .container {
  position: relative;
  z-index: 2;
}

.aifo-bpf-hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 110px;
}

.aifo-bpf-hero-bg,
.aifo-bpf-hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.aifo-bpf-hero-bg img {
  object-fit: cover;
  object-position: center right;
}

.aifo-bpf-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 8, 3, 0.96) 0%, rgba(15, 8, 3, 0.86) 36%, rgba(15, 8, 3, 0.36) 68%, rgba(15, 8, 3, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.62) 100%);
}

.aifo-bpf-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 40%, rgba(249, 135, 21, 0.08), rgba(249, 135, 21, 0) 26%),
    radial-gradient(circle at 88% 55%, rgba(249, 135, 21, 0.07), rgba(249, 135, 21, 0) 22%);
}

.aifo-bpf-section-dark::before {
  background:
    radial-gradient(circle at 16% 40%, rgba(249, 135, 21, 0.12), rgba(249, 135, 21, 0) 26%),
    radial-gradient(circle at 84% 58%, rgba(249, 135, 21, 0.09), rgba(249, 135, 21, 0) 22%);
}

.aifo-bpf-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.aifo-bpf-breadcrumbs a {
  color: rgba(255, 255, 255, 0.82);
}

.aifo-bpf-breadcrumbs a:hover,
.aifo-bpf-text-link:hover,
.aifo-bpf-related-link a:hover,
.aifo-bpf-resource-list a:hover,
.aifo-bpf-inline-resources a:hover,
.aifo-bpf-link-stack-text a:hover {
  color: #f98715;
}

.aifo-bpf-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.aifo-bpf-split-grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  grid-auto-rows: 1fr;
}

.aifo-bpf-split-grid > .aifo-bpf-card {
  width: 100%;
}

.aifo-bpf-eyebrow,
.aifo-bpf-kicker,
.aifo-bpf-featured-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aifo-bpf-featured-label {
  margin-bottom: 10px;
  justify-content: flex-start;
  background: rgba(249, 135, 21, 0.12);
  border-color: rgba(249, 135, 21, 0.22);
  color: #ffd7b2;
}

.aifo-bpf-heading-accent {
  color: #f98715;
}

.aifo-bpf-hero-content h1,
.aifo-bpf-section-head h2,
.aifo-bpf-final-panel h2 {
  color: #ffffff;
  letter-spacing: -0.02em;
}

.aifo-bpf-hero-content h1 {
  margin: 18px 0 18px;
  font-size: 64px;
  line-height: 1.02;
}

.aifo-bpf-hero-content p,
.aifo-bpf-section-head p,
.aifo-bpf-card p,
.aifo-bpf-faq-answer p,
.aifo-bpf-final-panel p,
.aifo-bpf-matrix-note {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.8;
}

.aifo-bpf-hero-content p {
  font-size: 18px;
  max-width: 720px;
}

.aifo-bpf-section-head {
  margin-bottom: 28px;
  text-align: center;
}

.aifo-bpf-section-head h2 {
  margin: 14px auto 0;
  max-width: 780px;
  font-size: 44px;
  line-height: 1.14;
  text-wrap: balance;
}

.aifo-bpf-section-head p {
  margin: 14px auto 0;
  max-width: 720px;
  text-wrap: pretty;
}

.aifo-bpf-proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 12px 28px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.aifo-bpf-proof-list li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.5;
}

.aifo-bpf-proof-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f98715;
  font-weight: 700;
}

.aifo-bpf-cta-row,
.aifo-bpf-link-stack,
.aifo-bpf-link-stack-text {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.aifo-bpf-cta-row {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.aifo-bpf-hero-cta-row {
  align-items: center;
}

.aifo-bpf-cta-row-left {
  justify-content: center;
}

.aifo-bpf-btn,
.aifo-bpf-text-link,
.aifo-bpf-related-link a,
.aifo-bpf-resource-list a,
.aifo-bpf-inline-resources a,
.aifo-bpf-link-stack-text a {
  transition: 0.18s ease;
}

.aifo-bpf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-weight: 700;
}

.aifo-bpf-btn-primary {
  background: #f98715;
  color: #ffffff;
}

.aifo-bpf-btn-primary:hover {
  background: #ffa12f;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(249, 135, 21, 0.26);
}

.aifo-bpf-btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.aifo-bpf-btn-secondary:hover {
  background: rgba(249, 135, 21, 0.08);
  border-color: rgba(249, 135, 21, 0.24);
  color: #f98715;
}

.aifo-bpf-text-link,
.aifo-bpf-related-link a,
.aifo-bpf-resource-list a,
.aifo-bpf-inline-resources a,
.aifo-bpf-link-stack-text a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 600;
}

.aifo-bpf-text-link::after,
.aifo-bpf-resource-list a::after,
.aifo-bpf-link-stack-text a::after {
  content: " →";
}

.aifo-bpf-text-link-cta {
  align-self: center;
  margin-top: 2px;
}

.aifo-bpf-card,
.aifo-bpf-image-card,
.aifo-bpf-final-panel,
.aifo-bpf-table-wrap,
.aifo-bpf-faq-item,
.aifo-bpf-mobile-firm {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, rgba(23, 25, 31, 0.92) 0%, rgba(9, 11, 15, 0.96) 100%);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);
}

.aifo-bpf-image-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.aifo-bpf-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aifo-bpf-image-card-placeholder {
  display: none;
  background:
    radial-gradient(circle at 20% 20%, rgba(249, 135, 21, 0.12), rgba(249, 135, 21, 0) 26%),
    linear-gradient(180deg, rgba(18, 20, 27, 0.95) 0%, rgba(10, 12, 18, 0.98) 100%);
}

.aifo-bpf-abstract-panel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aifo-bpf-abstract-panel::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 22px;
  background:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.5;
}

.aifo-bpf-abstract-panel span {
  position: absolute;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.aifo-bpf-abstract-platform span:nth-child(1) {
  width: 68%;
  height: 20%;
  top: 12%;
  left: 10%;
}

.aifo-bpf-abstract-platform span:nth-child(2) {
  width: 38%;
  height: 34%;
  top: 40%;
  left: 10%;
}

.aifo-bpf-abstract-platform span:nth-child(3) {
  width: 36%;
  height: 34%;
  top: 40%;
  right: 10%;
}

.aifo-bpf-abstract-platform span:nth-child(4) {
  width: 24%;
  height: 8%;
  bottom: 12%;
  left: 10%;
  background: rgba(249, 135, 21, 0.14);
  border-color: rgba(249, 135, 21, 0.2);
}

.aifo-bpf-abstract-trust span:nth-child(1) {
  width: 62%;
  height: 18%;
  top: 16%;
  left: 12%;
}

.aifo-bpf-abstract-trust span:nth-child(2) {
  width: 74%;
  height: 42%;
  top: 38%;
  left: 12%;
}

.aifo-bpf-abstract-trust span:nth-child(3) {
  width: 22%;
  height: 8%;
  bottom: 14%;
  left: 12%;
  background: rgba(249, 135, 21, 0.14);
  border-color: rgba(249, 135, 21, 0.2);
}

.aifo-bpf-card-grid {
  display: grid;
  gap: 18px;
}

.aifo-bpf-card-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.aifo-bpf-card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aifo-bpf-card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aifo-bpf-card-grid-tight {
  gap: 16px;
}

.aifo-bpf-card {
  padding: 24px;
  height: 100%;
}

.aifo-bpf-card-compact {
  padding: 24px;
  min-height: auto;
}

.aifo-bpf-card-compact h3 {
  font-size: 20px;
  line-height: 1.2;
}

.aifo-bpf-card-compact p {
  font-size: 14.5px;
  line-height: 1.55;
}

.aifo-bpf-card-number {
  display: inline-flex;
  margin-bottom: 12px;
  color: rgba(249, 135, 21, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.aifo-bpf-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.25;
}

.aifo-bpf-card p {
  margin: 0;
}

.aifo-bpf-card:hover {
  border-color: rgba(249,135,21,0.32);
  transform: translateY(-2px);
  box-shadow: 0 18px 60px rgba(0,0,0,0.24);
}

.aifo-bpf-card .aifo-bpf-text-link,
.aifo-bpf-card .aifo-bpf-related-link,
.aifo-bpf-card .aifo-bpf-resource-list,
.aifo-bpf-card .aifo-bpf-link-stack-text {
  margin-top: 14px;
}

.aifo-bpf-related-link {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.6;
}

.aifo-bpf-resource-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.aifo-bpf-resource-list li {
  color: rgba(255, 255, 255, 0.8);
}

.aifo-bpf-link-stack-text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  align-items: start;
}

.aifo-bpf-scroll-hint {
  display: inline-flex;
  margin: 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.62);
  font-size: 12px;
}

.aifo-bpf-table-wrap {
  position: relative;
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0 0, rgba(249,135,21,0.12), transparent 35%),
    rgba(8, 11, 16, 0.92);
  box-shadow: 0 24px 80px rgba(0,0,0,0.38);
  -webkit-overflow-scrolling: touch;
}

.aifo-bpf-table-wrap::-webkit-scrollbar {
  height: 8px;
}

.aifo-bpf-table-wrap::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.06);
  border-radius: 999px;
}

.aifo-bpf-table-wrap::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #f98715, #f9a215);
  border-radius: 999px;
}

.aifo-bpf-table-wrap-desktop {
  display: block;
}

.aifo-bpf-table-wrap-desktop.fade-in {
  display: block;
}

.aifo-bpf-table {
  min-width: 1420px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.aifo-bpf-table th,
.aifo-bpf-table td {
  padding: 22px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,0.78);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.aifo-bpf-table thead th {
  position: sticky;
  top: 0;
  z-index: 4;
  background: rgba(16, 18, 24, 0.96);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aifo-bpf-table th:first-child,
.aifo-bpf-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  background: rgba(12, 14, 20, 0.98);
}

.aifo-bpf-table thead th:first-child {
  z-index: 5;
}

.aifo-bpf-table tbody th {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.aifo-bpf-firm-cell {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.aifo-bpf-firm-logo {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(27, 29, 36, 0.98) 0%, rgba(14, 16, 21, 0.98) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  overflow: hidden;
}

.aifo-bpf-firm-logo span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.aifo-bpf-firm-logo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.aifo-bpf-firm-meta {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.aifo-bpf-firm-meta strong {
  display: block;
  max-width: 100%;
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aifo-bpf-table tbody td {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.aifo-bpf-table tbody tr:hover td,
.aifo-bpf-table tbody tr:hover th {
  background-color: rgba(255,255,255,0.035);
}

.aifo-bpf-table th:nth-child(1), .aifo-bpf-table td:nth-child(1) { width: 180px; }
.aifo-bpf-table th:nth-child(2), .aifo-bpf-table td:nth-child(2) { width: 240px; }
.aifo-bpf-table th:nth-child(3), .aifo-bpf-table td:nth-child(3) { width: 200px; }
.aifo-bpf-table th:nth-child(4), .aifo-bpf-table td:nth-child(4) { width: 150px; }
.aifo-bpf-table th:nth-child(5), .aifo-bpf-table td:nth-child(5) { width: 140px; }
.aifo-bpf-table th:nth-child(6), .aifo-bpf-table td:nth-child(6) { width: 210px; }
.aifo-bpf-table th:nth-child(7), .aifo-bpf-table td:nth-child(7) { width: 180px; }
.aifo-bpf-table th:nth-child(8), .aifo-bpf-table td:nth-child(8) { width: 160px; }
.aifo-bpf-table th:nth-child(9), .aifo-bpf-table td:nth-child(9) { width: 260px; }

.aifo-bpf-table tbody tr.is-featured th,
.aifo-bpf-table tbody tr.is-featured td {
  background: linear-gradient(90deg, rgba(249,135,21,0.18), rgba(249,135,21,0.045));
  border-bottom-color: rgba(249,135,21,0.28);
}

.aifo-bpf-matrix-meta-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  margin: 0 0 14px;
  flex-wrap: wrap;
}

.aifo-bpf-methodology-topline-reviewed-by {
  margin-left: auto;
  justify-content: flex-end;
}

.aifo-bpf-methodology-topline-compare {
  margin-left: 0;
  justify-content: flex-start;
}

.aifo-bpf-methodology-topline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.aifo-bpf-methodology-reviewed {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.5;
}

.aifo-bpf-methodology-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.72);
  font-size: 11px;
  cursor: help;
}

.aifo-bpf-methodology-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  top: auto;
  transform: translateX(-50%);
  width: min(520px, calc(100vw - 32px));
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(11, 13, 18, 0.98);
  color: rgba(255,255,255,0.76);
  font-size: 13px;
  line-height: 1.65;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
  z-index: 40;
}

.aifo-bpf-methodology-help:hover + .aifo-bpf-methodology-tooltip,
.aifo-bpf-methodology-help:focus + .aifo-bpf-methodology-tooltip {
  opacity: 1;
  visibility: visible;
}

.aifo-bpf-matrix-note {
  margin: 0 auto 18px;
  text-align: center;
  max-width: 980px;
}

.aifo-bpf-matrix-mobile-list {
  display: none;
  gap: 16px;
}

.aifo-bpf-mobile-firm {
  padding: 20px;
}

.aifo-bpf-mobile-firm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
}

.aifo-bpf-mobile-firm-head::-webkit-details-marker {
  display: none;
}

.aifo-bpf-mobile-toggle-indicator {
  flex: 0 0 auto;
  color: #f98715;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.18s ease;
}

.aifo-bpf-mobile-firm[open] .aifo-bpf-mobile-toggle-indicator {
  transform: rotate(45deg);
}

.aifo-bpf-mobile-firm h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
}

.aifo-bpf-mobile-firm dl {
  margin: 16px 0 0;
  display: grid;
  gap: 12px;
}

.aifo-bpf-detail-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-top: 0;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(249, 135, 21, 0.22);
  background: linear-gradient(180deg, rgba(249, 135, 21, 0.1) 0%, rgba(249, 135, 21, 0.05) 100%);
  color: #f9a215;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  transition: 0.18s ease;
  cursor: pointer;
}

.aifo-bpf-detail-toggle:hover {
  border-color: rgba(249, 135, 21, 0.34);
  background: linear-gradient(180deg, rgba(249, 135, 21, 0.16) 0%, rgba(249, 135, 21, 0.09) 100%);
}

.aifo-bpf-detail-toggle-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.18s ease;
}

.aifo-bpf-detail-toggle[aria-expanded="true"] .aifo-bpf-detail-toggle-icon {
  transform: rotate(-135deg) translateY(-1px);
}

.aifo-bpf-detail-row td {
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(180deg, rgba(10, 12, 18, 0.94) 0%, rgba(8, 10, 14, 0.98) 100%);
}

.aifo-bpf-detail-grid,
.aifo-bpf-mobile-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 100%);
}

.aifo-bpf-detail-card {
  position: relative;
  padding: 24px 24px 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.07);
  background:
    linear-gradient(180deg, rgba(24, 26, 33, 0.96) 0%, rgba(14, 16, 22, 0.98) 100%);
  box-shadow:
    0 10px 24px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.035);
  overflow: hidden;
}

.aifo-bpf-detail-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(249,135,21,0.28), rgba(249,135,21,0));
}

.aifo-bpf-detail-card h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
}

.aifo-bpf-detail-card h4::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #f98715;
  box-shadow: 0 0 8px rgba(249,135,21,0.22);
}

.aifo-bpf-detail-card p {
  margin: 0;
  color: rgba(255,255,255,0.76);
  font-size: 14px;
  line-height: 1.82;
}

.aifo-bpf-mobile-firm dt {
  margin: 0 0 4px;
  color: rgba(255,255,255,0.56);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aifo-bpf-mobile-firm dd {
  margin: 0;
  color: rgba(255,255,255,0.82);
  line-height: 1.65;
}

.aifo-bpf-mobile-firm.is-featured {
  border-color: rgba(249, 135, 21, 0.28);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), inset 3px 0 0 rgba(249, 135, 21, 0.55);
}

.aifo-bpf-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aifo-bpf-checklist li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.72;
}

.aifo-bpf-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f98715;
}

.aifo-bpf-checklist-light {
  gap: 8px;
}

.aifo-bpf-faq-list {
  display: grid;
  gap: 14px;
}

.aifo-bpf-faq-item {
  padding: 0 18px;
}

.aifo-bpf-faq-item summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  padding: 20px 32px 20px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.aifo-bpf-faq-item summary::-webkit-details-marker {
  display: none;
}

.aifo-bpf-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #f98715;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.18s ease;
}

.aifo-bpf-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.aifo-bpf-faq-answer {
  padding: 0 0 20px;
}

.aifo-bpf-inline-resources {
  color: rgba(255,255,255,0.62);
  font-size: 14px;
}

.aifo-bpf-final-panel {
  text-align: center;
  padding: 64px 72px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0, rgba(249,135,21,0.16), transparent 32%),
    linear-gradient(135deg, rgba(18,21,29,0.96), rgba(8,10,14,0.96));
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 28px 90px rgba(0,0,0,0.42);
}

.aifo-bpf-final-panel .aifo-bpf-cta-row {
  justify-content: center;
}

.aifo-bpf-final-panel h2 {
  max-width: 780px;
  margin: 16px auto 12px;
  font-size: 42px;
  line-height: 1.14;
  text-wrap: balance;
}

.aifo-bpf-final-panel p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: pretty;
}

.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .aifo-bpf-card-grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aifo-bpf-card-grid-four,
  .aifo-bpf-card-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .aifo-bpf-section {
    padding: 72px 0;
  }

  .aifo-bpf-split-grid {
    grid-template-columns: 1fr;
  }

  .aifo-bpf-section-head h2 {
    max-width: 700px;
    font-size: 38px;
  }

  .aifo-bpf-table-wrap-desktop {
    display: none;
  }

  .aifo-bpf-matrix-mobile-list {
    display: grid;
    gap: 16px;
  }

  .aifo-bpf-mobile-detail-grid {
    grid-template-columns: 1fr;
    padding: 20px 0 0;
  }
}

@media (max-width: 767px) {
  .aifo-bpf-hero {
    min-height: 680px;
    align-items: flex-end;
    padding-top: 96px;
    padding-bottom: 72px;
  }

  .aifo-bpf-hero-bg img {
    object-position: center top;
  }

  .aifo-bpf-hero-overlay {
    background: linear-gradient(180deg, rgba(15,8,3,0.34) 0%, rgba(15,8,3,0.82) 52%, rgba(15,8,3,0.92) 100%);
  }

  .aifo-bpf-section {
    padding: 72px 0;
  }

  .aifo-bpf-card-grid-five,
  .aifo-bpf-card-grid-four,
  .aifo-bpf-card-grid-three,
  .aifo-bpf-proof-list {
    grid-template-columns: 1fr;
  }

  .aifo-bpf-hero-content h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .aifo-bpf-section-head h2,
  .aifo-bpf-final-panel h2 {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.16;
  }

  .aifo-bpf-hero-content p,
  .aifo-bpf-section-head p,
  .aifo-bpf-card p,
  .aifo-bpf-faq-answer p,
  .aifo-bpf-final-panel p {
    font-size: 15px;
  }

  .aifo-bpf-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .aifo-bpf-cta-row .aifo-bpf-btn,
  .aifo-bpf-cta-row .aifo-bpf-text-link {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .aifo-bpf-btn {
    width: 100%;
  }

  .aifo-bpf-link-stack-text {
    grid-template-columns: 1fr;
  }

  .aifo-bpf-matrix-meta-row {
    width: 100%;
    justify-content: flex-start;
  }

  .aifo-bpf-methodology-topline-reviewed {
    margin-left: 0;
  }

  .aifo-bpf-detail-grid,
  .aifo-bpf-mobile-detail-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .aifo-bpf-detail-card {
    padding: 20px 18px 18px;
  }

  .aifo-bpf-hero-cta-row {
    align-items: stretch;
  }

  .aifo-bpf-text-link {
    width: 100%;
  }
}
