/* About page — BE FORWARD marketplace theme */

body.bf-about-page main.abt {
  background: var(--bf-page);
  overflow-x: clip;
  font-family: var(--bf-font);
  color: var(--bf-black);
}

body.bf-about-page .abt h1,
body.bf-about-page .abt h2,
body.bf-about-page .abt h3 {
  font-family: var(--bf-font);
}

/* ── Page head (stock-style) ─────────────────────────────────── */

.abt-head {
  background: #fff;
  border-bottom: 1px solid var(--bf-line);
  padding: 20px 0 0;
}

.abt-head__crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: var(--bf-muted);
  margin-bottom: 12px;
}

.abt-head__crumb a {
  color: var(--bf-muted) !important;
  text-decoration: none;
}

.abt-head__crumb a:hover {
  color: var(--bf-orange) !important;
}

.abt-head__crumb i {
  font-size: 9px;
  opacity: 0.45;
}

.abt-head__crumb span {
  color: var(--bf-black);
  font-weight: 600;
}

.abt-head__grid,
.abt-head__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.abt-head__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 8px;
  border-radius: 999px;
  background: var(--bf-bg-soft);
  border: 1px solid var(--bf-line);
  font-size: 12px;
  font-weight: 600;
  color: var(--bf-muted);
  margin-bottom: 16px;
}

.abt-head__flag {
  width: 26px;
  height: 17px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 0 1px var(--bf-line);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.abt-head__flag::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 62% 50%, var(--bf-orange) 36%, transparent 37%);
}

.abt-head__title {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--bf-black);
}

.abt-head__title em {
  font-style: normal;
  color: var(--bf-orange);
}

.abt-head__lead {
  margin: 6px 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--bf-muted);
  max-width: 52ch;
}

.abt-head__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.abt-head__trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--bf-grey);
}

.abt-head__trust i {
  color: var(--bf-orange);
}

.abt-head__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.abt-head__stats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.abt-head__stat {
  padding: 10px 16px;
  background: var(--bf-bg-soft);
  border: 1px solid var(--bf-line);
  border-radius: var(--bf-radius-sm);
  text-align: center;
  min-width: 88px;
}

.abt-head__stat strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bf-black);
  line-height: 1.1;
}

.abt-head__stat span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bf-muted);
}

/* ── Orange quick panel (stock search style) ─────────────────── */

.abt-quick-wrap {
  padding: 24px 0;
  background: var(--bf-page);
}

.abt-quick-panel {
  background: linear-gradient(145deg, #0047FF 0%, #0038CC 55%, #002FA8 100%);
  padding: 22px 24px;
  border-radius: var(--bf-radius);
  box-shadow: var(--bf-shadow-md);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.abt-quick-panel h2 {
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.abt-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.abt-quick-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--bf-radius-sm);
  text-decoration: none !important;
  color: #fff !important;
  transition: background 0.15s ease, transform 0.15s ease;
}

.abt-quick-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.abt-quick-link i {
  width: 36px;
  height: 36px;
  border-radius: var(--bf-radius-sm);
  background: rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
  font-size: 15px;
  flex-shrink: 0;
}

.abt-quick-link span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.abt-quick-link strong {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.abt-quick-link em {
  font-style: normal;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

/* ── Primitives ──────────────────────────────────────────────── */

.abt .rj-kicker,
.abt-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bf-orange);
  margin: 0 0 10px;
}

.abt-eyebrow-light {
  color: #fdba74;
}

.abt-eyebrow-dark {
  color: var(--bf-orange);
}

.abt-section {
  padding: 48px 0;
}

.abt-section-alt {
  background: #fff;
}

body.bf-about-page .abt-section-alt {
  background: #fff !important;
}

.abt-section-head {
  margin-bottom: 32px;
}

.abt-section-head-center {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.abt-section-head h2 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 10px;
  color: var(--bf-black);
}

.abt-section-head p {
  margin: 0;
  color: var(--bf-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* ── Pillars ─────────────────────────────────────────────────── */

.abt-pillars {
  padding: 20px 0;
  background: var(--bf-page);
}

.abt-pillar-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #fff;
  border: 1px solid var(--bf-line);
  border-radius: var(--bf-radius);
  box-shadow: var(--bf-shadow);
  overflow: hidden;
}

.abt-pillar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-right: 1px solid var(--bf-line);
  transition: background 0.15s ease;
}

.abt-pillar:last-child {
  border-right: none;
}

.abt-pillar:hover {
  background: var(--bf-orange-soft);
}

.abt-pillar-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--bf-radius-sm);
  background: var(--bf-orange-soft);
  color: var(--bf-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.abt-pillar-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.abt-pillar-text strong {
  font-size: 13px;
  font-weight: 700;
  color: var(--bf-black);
}

.abt-pillar-text em {
  font-style: normal;
  font-size: 11px;
  color: var(--bf-muted);
}

/* ── Mission ─────────────────────────────────────────────────── */

.abt-mission {
  background: var(--bf-page);
}

.abt-mission-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.abt-mission-card {
  background: #fff;
  border: 1px solid var(--bf-line);
  border-radius: var(--bf-radius);
  padding: 24px 22px;
  box-shadow: var(--bf-shadow);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.abt-mission-card:hover {
  box-shadow: var(--bf-shadow-md);
  border-color: #d1d5db;
}

.abt-mission-card-accent {
  background: linear-gradient(145deg, #0047FF 0%, #0038CC 100%);
  border-color: transparent;
  color: #fff;
}

.abt-mission-card-accent .abt-mission-label {
  color: rgba(255, 255, 255, 0.85);
}

.abt-mission-card-accent h3,
.abt-mission-card-accent p {
  color: #fff;
}

.abt-mission-card-accent p {
  opacity: 0.9;
}

.abt-mission-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bf-orange);
  margin-bottom: 10px;
}

.abt-mission-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--bf-black);
}

.abt-mission-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--bf-muted);
}

/* ── Story ───────────────────────────────────────────────────── */

.abt-story {
  background: #fff;
}

.abt-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.abt-story-media {
  position: relative;
}

.abt-story-media > img {
  width: 100%;
  height: auto;
  border-radius: var(--bf-radius);
  border: 1px solid var(--bf-line);
  box-shadow: var(--bf-shadow-md);
  display: block;
}

.abt-story-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--bf-line);
  border-radius: var(--bf-radius-sm);
  box-shadow: var(--bf-shadow-md);
  max-width: calc(100% - 32px);
}

.abt-story-badge i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bf-orange-soft);
  color: var(--bf-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.abt-story-badge strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--bf-black);
}

.abt-story-badge span {
  font-size: 11px;
  color: var(--bf-muted);
}

.abt-story-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--bf-black);
}

.abt-lead {
  font-size: 15px;
  line-height: 1.65;
  color: var(--bf-grey);
  margin: 0 0 12px;
}

.abt-story-copy > p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--bf-muted);
}

.abt-checklist {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.abt-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bf-grey);
}

.abt-checklist i {
  color: var(--bf-orange);
  margin-top: 2px;
}

.abt-story-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--bf-blue) !important;
  text-decoration: none;
  margin-bottom: 20px;
}

.abt-story-link:hover {
  color: var(--bf-orange) !important;
}

.abt-story-quote {
  margin: 0;
  padding: 18px 20px;
  background: var(--bf-bg-soft);
  border-left: 4px solid var(--bf-orange);
  border-radius: 0 var(--bf-radius-sm) var(--bf-radius-sm) 0;
}

.abt-story-quote p {
  margin: 0 0 8px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
  color: var(--bf-grey);
}

.abt-story-quote cite {
  font-size: 12px;
  font-weight: 700;
  color: var(--bf-muted);
  font-style: normal;
}

/* ── KPI stats ───────────────────────────────────────────────── */

.abt-stats {
  padding: 40px 0;
  background: var(--bf-page);
}

.abt-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.abt-kpi {
  text-align: center;
  padding: 28px 20px;
  background: #fff;
  border: 1px solid var(--bf-line);
  border-radius: var(--bf-radius);
  box-shadow: var(--bf-shadow);
}

.abt-kpi-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--bf-orange-soft);
  color: var(--bf-orange);
  display: grid;
  place-items: center;
  font-size: 18px;
}

.abt-kpi-num {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--bf-black);
  line-height: 1;
  margin-bottom: 8px;
}

body.bf-about-page .abt-kpi-num {
  color: var(--bf-black) !important;
}

.abt-kpi-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bf-muted);
}

/* ── Values ──────────────────────────────────────────────────── */

.abt-values__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.abt-value {
  background: #fff;
  border: 1px solid var(--bf-line);
  border-radius: var(--bf-radius);
  padding: 22px 20px;
  box-shadow: var(--bf-shadow);
}

.abt-value-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--bf-radius-sm);
  background: var(--bf-orange-soft);
  color: var(--bf-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}

.abt-value h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--bf-black);
}

.abt-value p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--bf-muted);
}

.abt-value-accent {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  border-color: transparent;
  color: #fff;
}

body.bf-about-page .abt-value-accent {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%) !important;
}

.abt-value-accent-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.abt-value-accent-copy {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.abt-value-accent .abt-value-icon {
  background: rgba(0, 71, 255, 0.2);
  color: var(--bf-orange);
  margin-bottom: 0;
  flex-shrink: 0;
}

.abt-value-accent h3 {
  color: #fff;
}

.abt-value-accent p {
  color: rgba(255, 255, 255, 0.75);
}

/* ── Services ────────────────────────────────────────────────── */

.abt-services {
  background: var(--bf-page);
}

.abt-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.abt-service {
  background: #fff;
  border: 1px solid var(--bf-line);
  border-radius: var(--bf-radius);
  padding: 22px 20px;
  box-shadow: var(--bf-shadow);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.abt-service:hover {
  border-color: var(--bf-orange);
  box-shadow: var(--bf-shadow-md);
}

.abt-service-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--bf-radius-sm);
  background: var(--bf-orange-soft);
  color: var(--bf-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}

.abt-service h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--bf-black);
}

.abt-service p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--bf-muted);
}

/* ── Timeline steps ──────────────────────────────────────────── */

.abt-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.abt-step {
  background: #fff;
  border: 1px solid var(--bf-line);
  border-radius: var(--bf-radius);
  padding: 20px 18px;
  box-shadow: var(--bf-shadow);
}

.abt-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.abt-step-num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--bf-orange);
}

.abt-step-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bf-orange-soft);
  color: var(--bf-orange);
  display: grid;
  place-items: center;
  font-size: 14px;
}

.abt-step-body h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--bf-black);
}

.abt-step-body p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: var(--bf-muted);
}

/* ── Markets ─────────────────────────────────────────────────── */

.abt-markets {
  background: var(--bf-page);
}

.abt-region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.abt-region {
  background: #fff;
  border: 1px solid var(--bf-line);
  border-radius: var(--bf-radius);
  padding: 22px 20px;
  box-shadow: var(--bf-shadow);
}

.abt-region-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.abt-region-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--bf-radius-sm);
  background: var(--bf-orange-soft);
  color: var(--bf-orange);
  display: grid;
  place-items: center;
  font-size: 18px;
}

.abt-region h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--bf-black);
}

.abt-region p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--bf-muted);
}

.abt-region-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.abt-region-tags li {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  background: var(--bf-bg-soft);
  border: 1px solid var(--bf-line);
  border-radius: 999px;
  color: var(--bf-grey);
}

.abt-market-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.abt-market-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid var(--bf-line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--bf-grey);
}

.abt-market-chip i {
  color: var(--bf-orange);
}

/* ── Credentials bar ─────────────────────────────────────────── */

.abt-creds {
  padding: 24px 0;
  background: #fff;
  border-top: 1px solid var(--bf-line);
  border-bottom: 1px solid var(--bf-line);
}

.abt-creds-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
}

.abt-cred {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--bf-grey);
}

.abt-cred i {
  color: var(--bf-orange);
}

/* ── Office ──────────────────────────────────────────────────── */

.abt-office {
  padding: 48px 0;
  background: var(--bf-page);
}

.abt-office-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 0;
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%) !important;
  border-radius: var(--bf-radius);
  overflow: hidden;
  box-shadow: var(--bf-shadow-md);
}

.abt-office-copy {
  padding: 36px 32px;
  color: #fff;
}

.abt-office-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #fff;
}

.abt-office-copy > p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}

.abt-office-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.abt-office-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.abt-office-list i {
  color: var(--bf-orange);
  width: 16px;
  margin-top: 2px;
}

.abt-office-list a {
  color: #fff !important;
}

.abt-office-aside {
  padding: 36px 28px;
  background: rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.abt-office-stat {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--bf-radius-sm);
  text-align: center;
}

.abt-office-stat strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--bf-orange);
}

.abt-office-stat span {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.abt-office-btn {
  margin-top: 8px;
  justify-content: center;
}

/* ── Reviews ─────────────────────────────────────────────────── */

.abt-reviews.reviews-bg,
.abt-reviews {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%) !important;
  color: #fff;
}

.abt-reviews .abt-section-head h2,
.abt-reviews .abt-section-head p {
  color: #fff;
}

.abt-reviews .abt-section-head p {
  opacity: 0.75;
}

.abt-reviews-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

body.bf-about-page .abt-reviews-slider {
  container-type: inline-size;
  overflow: hidden;
  width: 100%;
  min-width: 0;
}

body.bf-about-page .abt-reviews-slider .reviews-track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s ease;
}

body.bf-about-page .abt-reviews-slider .review-card {
  flex: 0 0 100cqw;
  min-width: 0;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

@container (min-width: 640px) {
  body.bf-about-page .abt-reviews-slider .review-card {
    flex: 0 0 calc((100cqw - 20px) / 2);
  }
}

body.bf-about-page .abt-reviews-slider .reviews-controls {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

body.bf-about-page .abt-reviews-slider .rev-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
}

body.bf-about-page .abt-reviews-slider .rev-dot.active {
  width: 24px;
  background: var(--bf-orange);
}

body.bf-about-page .abt-review-quote-mark {
  font-size: 1.25rem;
  margin-bottom: 12px;
  opacity: 0.85;
}

body.bf-about-page .abt-review-card .review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
}

.abt-reviews-nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  transition: background 0.15s ease;
}

.abt-reviews-nav:hover {
  background: var(--bf-orange);
  border-color: var(--bf-orange);
}

.abt-review-card {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: var(--bf-radius) !important;
}

.abt-review-quote-mark {
  color: var(--bf-orange) !important;
}

.review-stars {
  color: var(--bf-orange) !important;
}

.review-text {
  color: rgba(255, 255, 255, 0.9) !important;
}

.review-author-info strong {
  color: #fff !important;
}

.review-author-info span {
  color: rgba(255, 255, 255, 0.6) !important;
}

.review-avatar {
  background: var(--bf-orange) !important;
}

/* ── FAQ ─────────────────────────────────────────────────────── */

.abt-faq-grid {
  display: grid;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
}

.abt-faq-item {
  background: #fff;
  border: 1px solid var(--bf-line);
  border-radius: var(--bf-radius-sm);
  overflow: hidden;
}

.abt-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--bf-black);
  cursor: pointer;
  list-style: none;
}

.abt-faq-q::-webkit-details-marker {
  display: none;
}

.abt-faq-q i {
  color: var(--bf-orange);
  font-size: 12px;
  transition: transform 0.2s ease;
}

.abt-faq-item[open] .abt-faq-q i {
  transform: rotate(180deg);
}

.abt-faq-a {
  padding: 0 18px 16px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--bf-muted);
}

/* ── CTA (stock-style) ───────────────────────────────────────── */

.abt-cta {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  padding: 40px 0 48px;
}

.abt-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 28px 32px;
  border-radius: var(--bf-radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.abt-cta__copy h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
}

.abt-cta__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  max-width: 48ch;
  line-height: 1.6;
}

.abt-cta__copy .rj-kicker {
  color: var(--bf-orange);
  margin-bottom: 10px;
}

.abt-cta__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.abt-cta .rj-btn--ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff !important;
  background: transparent;
}

@media (max-width: 1100px) {
  .abt-mission-grid,
  .abt-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .abt-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .abt-region-grid {
    grid-template-columns: 1fr;
  }

  .abt-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .abt-head__row,
  .abt-story-grid,
  .abt-office-card,
  .abt-cta__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .abt-head__stats {
    width: 100%;
  }

  .abt-head__stat {
    flex: 1;
    min-width: 0;
  }

  .abt-pillar-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .abt-pillar:nth-child(2) {
    border-right: none;
  }

  .abt-pillar:nth-child(odd) {
    border-right: 1px solid var(--bf-line);
  }

  .abt-pillar:nth-child(3),
  .abt-pillar:nth-child(4) {
    border-top: 1px solid var(--bf-line);
  }

  .abt-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .abt-values__grid {
    grid-template-columns: 1fr;
  }

  .abt-office-aside {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}
