:root {
  --bf-ink: #17202d;
  --bf-muted: #647083;
  --bf-line: #e5e9ef;
  --bf-soft: #f5f7f9;
  --bf-orange: #f36927;
  --bf-orange-dark: #d94d12;
  --bf-navy: #101926;
  --bf-green: #1ea672;
  --bf-radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--bf-ink); background: #fff; font-family: "Roboto", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.bf-landing { overflow-x: hidden; }
.bf-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: -60px; left: 16px; padding: 12px 18px; border-radius: 10px; color: #fff; background: var(--bf-navy); }
.skip-link:focus { top: 16px; }

.bf-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 78px; border-bottom: 1px solid transparent; transition: .25s ease; }
.bf-header.is-scrolled { height: 68px; background: rgba(255,255,255,.92); border-color: rgba(18,25,38,.08); box-shadow: 0 10px 35px rgba(14,22,34,.07); backdrop-filter: blur(14px); }
.bf-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.bf-brand { display: inline-flex; align-items: center; }
.bf-brand__logo { position: relative; display: block; width: 176px; height: 48px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.bf-brand__logo img { position: absolute; left: 0; top: 50%; width: 100%; height: auto; transform: translateY(-50%); }
.bf-nav { display: flex; align-items: center; gap: 30px; color: #465163; font-size: 14px; font-weight: 600; }
.bf-nav a:not(.bf-button):hover { color: var(--bf-orange); }
.bf-nav__login { padding-left: 24px; border-left: 1px solid #dde2e8; color: var(--bf-ink) !important; }
.bf-menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--bf-line); border-radius: 12px; background: #fff; }
.bf-menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--bf-ink); }

.bf-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 23px; border: 1px solid transparent; border-radius: 13px; font-weight: 700; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.bf-button:hover { transform: translateY(-2px); }
.bf-button--small { min-height: 42px; padding-inline: 18px; border-radius: 11px; }
.bf-button--primary { color: #fff !important; background: linear-gradient(135deg, #fa7332, #e95516); box-shadow: 0 12px 28px rgba(239,91,24,.25); }
.bf-button--primary:hover { box-shadow: 0 16px 34px rgba(239,91,24,.34); }
.bf-button--ghost { color: var(--bf-ink); border-color: #dfe4eb; background: rgba(255,255,255,.65); }
.bf-button--dark { color: #fff; background: var(--bf-navy); }
.bf-button--light { color: var(--bf-navy); background: #fff; box-shadow: 0 12px 25px rgba(0,0,0,.12); }
.bf-button--outline-light { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.04); }

.bf-hero { position: relative; padding: 146px 0 0; overflow: hidden; background: linear-gradient(180deg, #fffaf6 0, #fff 82%); }
.bf-hero::after { content: ""; position: absolute; inset: auto 0 58px; height: 1px; background: #edf0f3; }
.bf-hero__glow { position: absolute; border-radius: 999px; filter: blur(1px); pointer-events: none; }
.bf-hero__glow--one { width: 530px; height: 530px; top: -160px; right: -80px; background: radial-gradient(circle, rgba(255,128,67,.16), transparent 68%); }
.bf-hero__glow--two { width: 380px; height: 380px; top: 200px; left: -230px; background: radial-gradient(circle, rgba(255,191,130,.16), transparent 68%); }
.bf-hero__grid { position: relative; z-index: 1; min-height: 570px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.bf-eyebrow, .bf-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--bf-orange); font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.bf-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--bf-orange); box-shadow: 0 0 0 5px rgba(243,105,39,.12); }
.bf-hero h1, .bf-heading h2, .bf-final-cta h2, .bf-trial h2 { margin: 20px 0; font-family: "Roboto", sans-serif; font-weight: 800; letter-spacing: -2.6px; line-height: 1.08; }
.bf-hero h1 { max-width: 590px; font-size: clamp(44px, 5.1vw, 68px); }
.bf-hero h1 em, .bf-heading h2 span, .bf-benefits h2 span { color: var(--bf-orange); font-style: normal; }
.bf-hero__lead { max-width: 560px; margin: 0; color: var(--bf-muted); font-size: 18px; line-height: 1.65; }
.bf-hero__actions { display: flex; gap: 12px; margin-top: 30px; }
.bf-hero__trust { display: flex; align-items: center; gap: 14px; margin-top: 30px; }
.bf-hero__trust p { margin: 0; color: #7a8492; font-size: 11px; line-height: 1.5; }
.bf-hero__trust strong { color: #404a58; font-size: 12px; }
.bf-avatars { display: flex; }
.bf-avatars span { width: 31px; height: 31px; display: grid; place-items: center; margin-left: -7px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: #2c3a4b; font-size: 9px; font-weight: 700; }
.bf-avatars span:first-child { margin-left: 0; background: var(--bf-orange); }
.bf-avatars span:last-child { background: #1c9a73; }

.bf-product-stage { position: relative; min-width: 0; perspective: 1200px; }
.bf-app-frame { min-height: 405px; display: grid; grid-template-columns: 58px 1fr; overflow: hidden; border: 7px solid #fff; border-radius: 20px; background: #f5f7f9; box-shadow: 0 35px 80px rgba(24,36,52,.2), 0 5px 18px rgba(24,36,52,.08); transform: rotateY(-2deg) rotateX(1deg); }
.bf-app-sidebar { padding: 19px 0; display: flex; align-items: center; flex-direction: column; gap: 18px; background: #131e2c; }
.bf-app-logo { width: 27px; height: 27px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 8px; color: #fff; background: var(--bf-orange); font-size: 12px; font-weight: 800; }
.bf-app-sidebar i { width: 20px; height: 20px; border-radius: 6px; background: rgba(255,255,255,.1); }
.bf-app-sidebar i.active { background: var(--bf-orange); box-shadow: 0 0 0 7px rgba(243,105,39,.12); }
.bf-app-content { padding: 25px; min-width: 0; }
.bf-app-top { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 800; }
.bf-app-top small { color: #99a2af; font-size: 9px; font-weight: 600; }
.bf-app-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 23px 0 13px; }
.bf-app-metrics article { padding: 15px; border: 1px solid #e8ebef; border-radius: 12px; background: #fff; }
.bf-app-metrics small, .bf-app-metrics span { display: block; color: #9ba4b0; font-size: 8px; }
.bf-app-metrics strong { display: block; margin: 8px 0 5px; font-size: 15px; }
.bf-app-metrics span { color: var(--bf-green); }
.bf-app-metrics span.warn { color: var(--bf-orange); }
.bf-app-panels { display: grid; grid-template-columns: 1.5fr .8fr; gap: 12px; }
.bf-app-panels article { min-height: 190px; padding: 16px; border: 1px solid #e8ebef; border-radius: 12px; background: #fff; }
.bf-chart-card > div:first-child { display: flex; justify-content: space-between; font-size: 10px; }
.bf-chart-card small { color: #9ba4b0; font-size: 8px; }
.bf-bars { height: 125px; display: flex; align-items: end; gap: 10px; padding-top: 25px; border-bottom: 1px solid #e8ebef; }
.bf-bars i { flex: 1; min-height: 12px; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, #ff8d58, var(--bf-orange)); }
.bf-mini-list > strong { font-size: 10px; }
.bf-mini-list p { display: grid; grid-template-columns: 17px 1fr auto; align-items: center; gap: 7px; margin: 19px 0; color: #697381; font-size: 8px; }
.bf-mini-list p i { width: 17px; height: 17px; border-radius: 5px; background: #fff0e8; }
.bf-mini-list b { color: #253142; }
.bf-float-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(20,31,45,.07); border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 18px 36px rgba(18,28,42,.15); animation: bf-float 5s ease-in-out infinite; }
.bf-float-card > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--bf-green); font-size: 13px; }
.bf-float-card small, .bf-float-card strong { display: block; white-space: nowrap; }
.bf-float-card small { color: #8993a1; font-size: 8px; }
.bf-float-card strong { margin-top: 3px; font-size: 9px; }
.bf-float-card--sale { right: -20px; top: 72px; }
.bf-float-card--cash { left: -36px; bottom: 58px; animation-delay: -2s; }
.bf-float-card--cash > span { color: var(--bf-green); background: #e9f8f2; }
.bf-float-card--stock { right: 18px; bottom: -22px; animation-delay: -3.3s; }
.bf-float-card--stock > span { background: var(--bf-orange); }
@keyframes bf-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.bf-hero__strip { position: relative; z-index: 2; height: 59px; display: flex; align-items: center; justify-content: center; gap: 42px; color: #9aa2ad; font-size: 13px; }
.bf-hero__strip span { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.bf-hero__strip strong { color: #697383; font: 700 13px/1 "Manrope", sans-serif; }

.bf-section { padding: 105px 0; }
.bf-heading h2 { max-width: 680px; font-size: clamp(35px, 4vw, 51px); }
.bf-heading p { max-width: 610px; color: var(--bf-muted); font-size: 16px; line-height: 1.7; }
.bf-heading--center { display: flex; align-items: center; flex-direction: column; text-align: center; }
.bf-heading--center h2 { margin-bottom: 12px; }
.bf-heading--center p { margin-top: 0; }
.bf-heading--split { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.bf-heading--split h2 { margin-bottom: 0; }

.bf-pain { background: #fff; }
.bf-pain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 990px; margin: 48px auto 0; }
.bf-pain-grid article { display: flex; gap: 19px; padding: 25px; border: 1px solid var(--bf-line); border-radius: 17px; background: #fff; transition: .2s ease; }
.bf-pain-grid article:hover { border-color: #ffd5c1; transform: translateY(-2px); box-shadow: 0 15px 35px rgba(27,38,53,.07); }
.bf-pain-grid article > span { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; border-radius: 10px; color: var(--bf-orange); background: #fff1ea; font-size: 10px; font-weight: 800; }
.bf-pain-grid h3 { margin: 1px 0 7px; font: 700 16px/1.25 "Manrope", sans-serif; }
.bf-pain-grid p { margin: 0; color: var(--bf-muted); font-size: 13px; line-height: 1.55; }

.bf-solution { background: var(--bf-soft); }
.bf-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.bf-feature-card { position: relative; min-height: 290px; overflow: hidden; padding: 25px; border: 1px solid #e3e7ec; border-radius: 19px; background: #fff; box-shadow: 0 8px 24px rgba(26,37,51,.035); }
.bf-feature-card--accent { background: var(--bf-navy); color: #fff; }
.bf-feature-icon { width: 39px; height: 39px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 11px; color: var(--bf-orange); background: #fff1ea; font-weight: 800; }
.bf-feature-card--accent .bf-feature-icon { color: #fff; background: var(--bf-orange); }
.bf-feature-card h3 { margin: 0 0 10px; font: 700 17px/1.2 "Manrope", sans-serif; }
.bf-feature-card p { min-height: 65px; margin: 0; color: var(--bf-muted); font-size: 12px; line-height: 1.55; }
.bf-feature-card--accent p { color: #aeb8c5; }
.bf-feature-card ul { padding: 10px 0 0; margin: 0; list-style: none; }
.bf-feature-card li { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid #edf0f3; color: #7a8593; font-size: 10px; }
.bf-feature-card li b { color: var(--bf-ink); }
.bf-feature-demo { margin-top: 11px; padding: 13px; border-radius: 10px; background: rgba(255,255,255,.07); }
.bf-feature-demo i, .bf-feature-demo b, .bf-feature-demo strong { display: block; font-size: 9px; font-style: normal; }
.bf-feature-demo b { margin: 6px 0 11px; color: #acb7c4; font-weight: 500; }
.bf-feature-demo strong { padding-top: 10px; border-top: 1px solid rgba(255,255,255,.1); color: #fff; }
.bf-stock-line { height: 6px; margin: 24px 0 9px; overflow: hidden; border-radius: 10px; background: #edf0f3; }
.bf-stock-line i { display: block; height: 100%; border-radius: inherit; background: var(--bf-orange); }
.bf-feature-card > small { color: #818c9a; font-size: 9px; }
.bf-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 20px; }
.bf-tags span { padding: 6px 8px; border-radius: 7px; color: #6f7a88; background: #f3f5f7; font-size: 8px; }
.bf-spark { height: 54px; display: flex; align-items: end; gap: 7px; margin-top: 10px; }
.bf-spark i { flex: 1; border-radius: 3px 3px 0 0; background: #ffd9c7; }
.bf-spark i:nth-child(1) { height: 25%; }.bf-spark i:nth-child(2) { height: 45%; }.bf-spark i:nth-child(3) { height: 36%; }.bf-spark i:nth-child(4) { height: 70%; }.bf-spark i:nth-child(5) { height: 56%; }.bf-spark i:nth-child(6) { height: 90%; background: var(--bf-orange); }
.bf-feature-card--pro { border-color: #ffdaca; }
.bf-pro-label { position: absolute; top: 18px; right: 18px; padding: 5px 8px; border-radius: 6px; color: var(--bf-orange); background: #fff0e9; font-size: 8px; font-weight: 800; letter-spacing: .8px; }
.bf-order-chips { display: flex; gap: 4px; margin-top: 18px; }
.bf-order-chips span { flex: 1; padding: 7px 2px; border-radius: 6px; background: #f4f6f8; color: #788391; text-align: center; font-size: 7px; }
.bf-order-chips span:last-child { color: var(--bf-green); background: #ebf8f3; }
.bf-balance { display: block; margin-top: 17px; font-size: 18px; }
.bf-balance small { display: block; margin-top: 3px; color: #8a94a1; font-size: 8px; font-weight: 500; }
.bf-phone-mini { width: 72px; height: 83px; margin: 8px auto 0; padding: 9px; border: 3px solid #1d2a39; border-radius: 12px; background: #f7f8fa; }
.bf-phone-mini span { display: block; margin-bottom: 8px; font-size: 6px; font-weight: 800; }
.bf-phone-mini i { display: block; height: 18px; margin: 4px 0; border-radius: 4px; background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,.05); }

.bf-how { background: #fff; }
.bf-steps { max-width: 950px; display: grid; grid-template-columns: 1fr 90px 1fr 90px 1fr; align-items: center; margin: 55px auto 0; }
.bf-steps article { position: relative; text-align: center; }
.bf-steps article > span { position: absolute; top: -4px; right: 28px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--bf-orange); font-size: 9px; font-weight: 800; }
.bf-step-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 19px; border: 1px solid #f6d3c2; border-radius: 20px; color: var(--bf-orange); background: #fff8f4; font-size: 26px; }
.bf-steps h3 { margin: 0 0 8px; font: 700 16px/1.2 "Manrope", sans-serif; }
.bf-steps p { max-width: 230px; margin: auto; color: var(--bf-muted); font-size: 12px; line-height: 1.55; }
.bf-step-line { height: 1px; background: repeating-linear-gradient(90deg, #f1a986 0 5px, transparent 5px 10px); }

.bf-plans { background: #f4f6f8; }
.bf-plan-grid { max-width: 950px; display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 22px; margin: 48px auto 70px; }
.bf-plan-card { position: relative; padding: 35px; border: 1px solid #dfe4e9; border-radius: 22px; background: #fff; box-shadow: 0 12px 35px rgba(19,30,44,.05); }
.bf-plan-card--featured { margin-top: -12px; border: 2px solid var(--bf-orange); box-shadow: 0 25px 55px rgba(235,90,22,.13); }
.bf-popular { position: absolute; top: -14px; right: 25px; padding: 8px 13px; border-radius: 7px; color: #fff; background: var(--bf-orange); font-size: 8px; font-weight: 800; letter-spacing: .8px; }
.bf-plan-tag { color: var(--bf-orange); font-size: 9px; font-weight: 800; letter-spacing: 1.3px; }
.bf-plan-card h3 { margin: 12px 0 8px; font: 800 24px/1.2 "Manrope", sans-serif; }
.bf-plan-top > p { min-height: 42px; margin: 0; color: var(--bf-muted); font-size: 12px; line-height: 1.5; }
.bf-price { display: flex; align-items: flex-start; margin: 27px 0; }
.bf-price sup { margin: 9px 4px 0 0; color: #596475; font-size: 12px; font-weight: 700; }
.bf-price strong { font: 800 45px/.95 "Manrope", sans-serif; letter-spacing: -2px; }
.bf-price > span { margin: 3px 0 0 3px; color: #677283; font-size: 13px; line-height: 1.1; }
.bf-price small { font-size: 9px; }
.bf-plan-card .bf-button { width: 100%; }
.bf-plan-note { display: block; margin: 10px 0 23px; color: #9099a5; text-align: center; font-size: 9px; }
.bf-plan-card ul { padding: 22px 0 0; margin: 0; border-top: 1px solid #edf0f3; list-style: none; }
.bf-plan-card li { position: relative; padding: 7px 0 7px 25px; color: #566172; font-size: 11px; }
.bf-plan-card li::before { content: "✓"; position: absolute; left: 0; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; color: var(--bf-green); background: #e9f8f2; font-size: 8px; font-weight: 800; }
.bf-comparison { max-width: 1000px; margin: auto; padding: 34px; border: 1px solid #e0e5ea; border-radius: 22px; background: #fff; }
.bf-comparison__head { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; margin-bottom: 25px; }
.bf-comparison h3 { margin: 8px 0 0; font: 800 25px/1.2 "Manrope", sans-serif; }
.bf-comparison__head p { margin: 0; color: var(--bf-muted); font-size: 11px; line-height: 1.6; }
.bf-table-wrap { overflow-x: auto; }
.bf-comparison table { width: 100%; border-collapse: collapse; font-size: 11px; }
.bf-comparison th, .bf-comparison td { padding: 13px 15px; border-bottom: 1px solid #edf0f3; }
.bf-comparison th { color: #798391; background: #f7f8f9; text-align: left; font-size: 10px; }
.bf-comparison th:not(:first-child), .bf-comparison td:not(:first-child) { width: 160px; text-align: center; }
.bf-comparison th small { display: block; margin-top: 3px; color: var(--bf-orange); }
.bf-comparison td:first-child { color: #566172; }
.bf-comparison .yes { width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--bf-green); background: #eaf8f3; font-size: 10px; font-weight: 800; }
.bf-comparison .no { color: #b7bdc6; }

.bf-benefits { background: #fff; }
.bf-benefits__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.bf-benefits h2 { margin: 17px 0; font: 800 clamp(34px,4vw,49px)/1.1 "Manrope", sans-serif; letter-spacing: -2.2px; }
.bf-benefits p { color: var(--bf-muted); font-size: 15px; line-height: 1.7; }
.bf-text-link { display: inline-flex; gap: 20px; margin-top: 14px; color: var(--bf-orange); font-size: 12px; font-weight: 800; }
.bf-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bf-check-grid article { display: flex; align-items: center; gap: 13px; padding: 18px; border: 1px solid var(--bf-line); border-radius: 14px; }
.bf-check-grid i { width: 31px; height: 31px; flex: 0 0 31px; display: grid; place-items: center; border-radius: 9px; color: var(--bf-green); background: #eaf8f3; font-size: 11px; font-style: normal; }
.bf-check-grid strong, .bf-check-grid small { display: block; }
.bf-check-grid strong { font-size: 11px; }
.bf-check-grid small { margin-top: 5px; color: #9099a5; font-size: 9px; }

.bf-trial { padding: 35px 0; background: #fff; }
.bf-trial__card { min-height: 270px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 90px; padding: 55px 70px; border-radius: 25px; color: #fff; background: radial-gradient(circle at 84% 0, rgba(255,126,62,.4), transparent 32%), linear-gradient(135deg, #152232, #0f1824); box-shadow: 0 24px 60px rgba(18,29,43,.17); }
.bf-kicker--light { color: #ff9b6a; }
.bf-trial h2 { margin: 14px 0 10px; font-size: 40px; letter-spacing: -2px; }
.bf-trial p { margin: 0; color: #b4bfcb; line-height: 1.6; }
.bf-trial__card > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.bf-trial__card > div:last-child small { grid-column: 1 / -1; margin-top: 5px; color: #84909e; text-align: center; font-size: 9px; }

.bf-faq { background: #fff; }
.bf-faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 90px; }
.bf-faq .bf-heading h2 { margin-top: 16px; font-size: 43px; }
.bf-accordion details { border-bottom: 1px solid #e4e8ed; }
.bf-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; list-style: none; font: 700 14px/1.35 "Manrope", sans-serif; }
.bf-accordion summary::-webkit-details-marker { display: none; }
.bf-accordion summary span { color: var(--bf-orange); font-size: 19px; font-weight: 400; transition: transform .2s ease; }
.bf-accordion details[open] summary span { transform: rotate(45deg); }
.bf-accordion details p { max-width: 640px; margin: -8px 0 22px; color: var(--bf-muted); font-size: 12px; line-height: 1.65; }

.bf-final-cta { padding: 90px 0; color: #fff; text-align: center; background: radial-gradient(circle at 50% 0, rgba(243,105,39,.2), transparent 35%), var(--bf-navy); }
.bf-final-cta__inner { display: flex; align-items: center; flex-direction: column; }
.bf-final-cta h2 { max-width: 750px; margin: 17px 0 12px; font-size: 50px; }
.bf-final-cta p { margin: 0 0 28px; color: #aeb9c6; }
.bf-final-cta__inner > div { display: flex; gap: 10px; }

.bf-footer { color: #aab4c0; background: #0c141f; }
.bf-footer .bf-brand { color: #fff; }
.bf-footer__top { min-height: 115px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 45px; border-bottom: 1px solid rgba(255,255,255,.08); }
.bf-footer__top p { font-size: 11px; }
.bf-footer__top nav { display: flex; gap: 25px; font-size: 11px; font-weight: 700; }
.bf-footer__bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; font-size: 9px; }

@media (max-width: 1020px) {
  .bf-nav { gap: 18px; }
  .bf-hero__grid { grid-template-columns: 1fr; gap: 60px; padding-bottom: 90px; text-align: center; }
  .bf-hero__copy { display: flex; align-items: center; flex-direction: column; }
  .bf-product-stage { width: min(690px, 100%); margin: auto; }
  .bf-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .bf-feature-card { min-height: 270px; }
  .bf-benefits__grid, .bf-faq__grid { gap: 45px; }
  .bf-trial__card { gap: 40px; padding-inline: 45px; }
}

@media (max-width: 780px) {
  .bf-container { width: min(calc(100% - 28px), 620px); max-width: 100%; }
  .bf-header__inner { width: 100%; padding-inline: 14px; }
  .bf-header, .bf-header.is-scrolled { height: 64px; background: rgba(255,255,255,.95); }
  .bf-menu-toggle { display: block; }
  .bf-nav { position: absolute; top: 63px; left: 14px; right: 14px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 13px; border: 1px solid var(--bf-line); border-radius: 15px; background: #fff; box-shadow: 0 20px 45px rgba(20,31,45,.15); }
  .bf-nav.is-open { display: flex; }
  .bf-nav a:not(.bf-button) { padding: 13px; }
  .bf-nav__login { border: 0; }
  .bf-hero { padding-top: 110px; }
  .bf-hero__grid { width: min(calc(100% - 28px), 620px); min-width: 0; min-height: 0; gap: 48px; padding-bottom: 70px; }
  .bf-hero__copy { width: 100%; min-width: 0; }
  .bf-hero h1 { width: 100%; max-width: 100%; margin-top: 16px; font-size: 42px; letter-spacing: -2px; overflow-wrap: anywhere; }
  .bf-hero__lead { width: 100%; max-width: 100%; font-size: 16px; }
  .bf-product-stage { width: 100%; max-width: 100%; }
  .bf-hero__actions { width: 100%; flex-direction: column; }
  .bf-hero__actions .bf-button { width: 100%; }
  .bf-app-frame { min-height: 315px; grid-template-columns: 42px 1fr; }
  .bf-app-sidebar { gap: 12px; }
  .bf-app-sidebar i { width: 16px; height: 16px; }
  .bf-app-content { padding: 15px; }
  .bf-app-metrics article { padding: 10px; }
  .bf-app-metrics strong { font-size: 11px; }
  .bf-app-panels article { min-height: 140px; padding: 10px; }
  .bf-bars { height: 88px; gap: 5px; }
  .bf-mini-list p { margin: 11px 0; }
  .bf-float-card--cash { left: -5px; bottom: 30px; }
  .bf-float-card--sale { right: -5px; top: 60px; }
  .bf-float-card--stock { right: 10px; bottom: -25px; }
  .bf-hero__strip { height: auto; flex-wrap: wrap; gap: 14px 25px; padding: 22px 0; }
  .bf-hero__strip span { width: 100%; text-align: center; }
  .bf-section { padding: 76px 0; }
  .bf-heading--split, .bf-benefits__grid, .bf-faq__grid, .bf-trial__card { grid-template-columns: 1fr; }
  .bf-heading--split { gap: 10px; }
  .bf-heading h2, .bf-faq .bf-heading h2 { font-size: 37px; letter-spacing: -1.8px; }
  .bf-pain-grid, .bf-feature-grid, .bf-plan-grid { grid-template-columns: 1fr; }
  .bf-feature-card { min-height: auto; }
  .bf-feature-card p { min-height: auto; }
  .bf-steps { grid-template-columns: 1fr; gap: 25px; }
  .bf-step-line { width: 1px; height: 28px; margin: auto; background: repeating-linear-gradient(180deg, #f1a986 0 5px, transparent 5px 10px); }
  .bf-plan-card--featured { margin-top: 0; }
  .bf-comparison { padding: 23px 15px; }
  .bf-comparison__head { grid-template-columns: 1fr; gap: 12px; }
  .bf-comparison table { min-width: 560px; }
  .bf-benefits__grid { gap: 38px; }
  .bf-check-grid { grid-template-columns: 1fr; }
  .bf-trial { padding-inline: 0; }
  .bf-trial__card { gap: 30px; padding: 38px 25px; }
  .bf-trial__card > div:last-child { grid-template-columns: 1fr; }
  .bf-trial__card > div:last-child small { grid-column: auto; }
  .bf-faq__grid { gap: 30px; }
  .bf-final-cta h2 { font-size: 40px; letter-spacing: -2px; }
  .bf-final-cta__inner > div { width: 100%; flex-direction: column; }
  .bf-footer__top { grid-template-columns: 1fr; gap: 15px; padding: 35px 0; }
  .bf-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; padding: 20px 0; }
}

@media (max-width: 480px) {
  .bf-hero h1 { font-size: 37px; }
  .bf-hero__trust { width: 100%; justify-content: center; }
  .bf-hero__trust p { min-width: 0; }
  .bf-product-stage { margin-inline: -5px; width: calc(100% + 10px); }
  .bf-app-frame { min-height: 270px; border-width: 4px; }
  .bf-app-sidebar { display: none; }
  .bf-app-frame { grid-template-columns: 1fr; }
  .bf-app-content { padding: 12px; }
  .bf-app-metrics { margin-top: 14px; gap: 5px; }
  .bf-app-metrics span { display: none; }
  .bf-app-panels { grid-template-columns: 1fr; }
  .bf-mini-list { display: none; }
  .bf-chart-card { min-height: 130px !important; }
  .bf-float-card { padding: 8px 10px; }
  .bf-float-card > span { width: 25px; height: 25px; }
  .bf-float-card--stock { display: none; }
  .bf-float-card--cash { bottom: 12px; }
  .bf-heading h2, .bf-faq .bf-heading h2 { font-size: 33px; }
  .bf-pain-grid article { padding: 20px; }
  .bf-plan-card { padding: 28px 23px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Darker commercial pass requested for the landing page. */
:root {
  --bf-ink: #f7fafc;
  --bf-muted: #a6b0be;
  --bf-line: rgba(255,255,255,.11);
  --bf-soft: #101722;
  --bf-orange: #ff6b2b;
  --bf-orange-dark: #df3f16;
  --bf-red: #e3382f;
  --bf-navy: #080d14;
}

body {
  color: #f7fafc;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(180deg, #080d14 0%, #0e141d 46%, #070b11 100%);
  background-size: 42px 42px, auto;
}

.bf-header {
  background: rgba(8,13,20,.7);
  border-bottom-color: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}

.bf-header.is-scrolled {
  background: rgba(7,11,17,.94);
  border-color: rgba(255,107,43,.22);
  box-shadow: 0 16px 38px rgba(0,0,0,.32);
}

.bf-brand,
.bf-nav,
.bf-nav__login {
  color: #f8fbff !important;
}

.bf-nav a:not(.bf-button) {
  color: #c9d1dc;
}

.bf-nav a:not(.bf-button):hover {
  color: #ff8b57;
}

.bf-nav__login {
  border-left-color: rgba(255,255,255,.14);
}

.bf-menu-toggle {
  border-color: rgba(255,255,255,.15);
  background: rgba(255,255,255,.06);
}

.bf-menu-toggle span {
  background: #fff;
}

.bf-hero {
  background:
    linear-gradient(145deg, rgba(255,107,43,.14), transparent 34%),
    linear-gradient(180deg, #080d14 0%, #101722 62%, #0a0f16 100%);
}

.bf-hero::after,
.bf-hero__glow {
  display: none;
}

.bf-hero__grid {
  min-height: 620px;
}

.bf-eyebrow,
.bf-kicker {
  color: #ff8957;
}

.bf-eyebrow {
  padding: 8px 12px;
  border: 1px solid rgba(255,107,43,.28);
  border-radius: 999px;
  background: rgba(255,107,43,.08);
}

.bf-eyebrow i {
  background: var(--bf-red);
  box-shadow: 0 0 0 5px rgba(227,56,47,.16);
}

.bf-hero h1,
.bf-heading h2,
.bf-final-cta h2,
.bf-trial h2,
.bf-benefits h2 {
  color: #fff;
  letter-spacing: 0;
}

.bf-hero h1 em,
.bf-heading h2 span,
.bf-benefits h2 span {
  color: #ff7b3d;
}

.bf-hero__lead,
.bf-heading p,
.bf-benefits p,
.bf-trial p,
.bf-final-cta p,
.bf-accordion details p,
.bf-comparison__head p {
  color: #a8b3c2;
}

.bf-button--ghost {
  color: #fff;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}

.bf-button--dark {
  border-color: rgba(255,255,255,.14);
  background: #0b1119;
}

.bf-product-stage {
  filter: drop-shadow(0 36px 80px rgba(0,0,0,.38));
}

.bf-app-frame {
  border-color: rgba(255,255,255,.12);
  background: #121a25;
  box-shadow: 0 32px 80px rgba(0,0,0,.45);
}

.bf-app-content,
.bf-app-metrics article,
.bf-app-panels article,
.bf-phone-mini {
  color: #f6f8fb;
  background: #141d29;
  border-color: rgba(255,255,255,.1);
}

.bf-app-top small,
.bf-app-metrics small,
.bf-app-metrics span,
.bf-chart-card small,
.bf-mini-list p,
.bf-feature-card p,
.bf-plan-top > p,
.bf-plan-note,
.bf-plan-card li,
.bf-comparison td:first-child,
.bf-check-grid small,
.bf-pain-grid p {
  color: #a5afbd;
}

.bf-app-metrics strong,
.bf-mini-list b,
.bf-feature-card li b {
  color: #fff;
}

.bf-float-card {
  color: #f9fbfd;
  border-color: rgba(255,255,255,.12);
  background: rgba(13,20,30,.94);
  box-shadow: 0 22px 46px rgba(0,0,0,.38);
}

.bf-float-card small,
.bf-hero__trust p,
.bf-hero__strip,
.bf-hero__strip strong {
  color: #aeb8c5;
}

.bf-hero__trust strong {
  color: #fff;
}

.bf-section,
.bf-pain,
.bf-how,
.bf-benefits,
.bf-faq,
.bf-trial {
  background: transparent;
}

.bf-solution,
.bf-plans {
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)),
    #0c121b;
}

.bf-pain-grid article,
.bf-feature-card,
.bf-plan-card,
.bf-comparison,
.bf-check-grid article,
.bf-accordion details {
  border-color: rgba(255,255,255,.11);
  background: #101722;
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
}

.bf-feature-card--accent,
.bf-plan-card--featured,
.bf-trial__card,
.bf-final-cta {
  border-color: rgba(255,107,43,.38);
  background:
    linear-gradient(135deg, rgba(255,107,43,.22), rgba(227,56,47,.1)),
    #0b1119;
}

.bf-feature-icon,
.bf-pain-grid article > span,
.bf-step-icon {
  color: #ff7b3d;
  border-color: rgba(255,107,43,.28);
  background: rgba(255,107,43,.1);
}

.bf-tags span,
.bf-order-chips span,
.bf-feature-card li,
.bf-stock-line,
.bf-phone-mini i {
  color: #b6c0cd;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.08);
}

.bf-plan-card ul,
.bf-comparison th,
.bf-comparison th,
.bf-comparison td,
.bf-accordion details,
.bf-footer__top {
  border-color: rgba(255,255,255,.1);
}

.bf-comparison th {
  color: #dce4ee;
  background: rgba(255,255,255,.06);
}

.bf-comparison .yes {
  color: #5ee0a6;
  background: rgba(30,166,114,.15);
}

.bf-comparison .no {
  color: #707b89;
}

.bf-price sup,
.bf-price > span,
.bf-balance small,
.bf-feature-card > small {
  color: #aeb8c5;
}

.bf-footer {
  background: #05080d;
}

@media (max-width: 780px) {
  .bf-header,
  .bf-header.is-scrolled {
    background: rgba(7,11,17,.96);
  }

  .bf-nav {
    border-color: rgba(255,255,255,.12);
    background: #0b1119;
  }
}

@media (max-width: 480px) {
  .bf-brand__logo {
    width: 148px;
    height: 42px;
    border-radius: 9px;
  }
}

/* Final visual system: stronger hierarchy, readable type and richer dark surfaces. */
.bf-landing {
  color: #f4f7fb;
  background:
    radial-gradient(circle at 8% 8%, rgba(243,105,39,.12), transparent 25%),
    radial-gradient(circle at 92% 38%, rgba(214,49,42,.08), transparent 24%),
    #080d14;
  font-size: 16px;
}

.bf-container { width: min(1240px, calc(100% - 48px)); }
.bf-header__inner { min-height: 82px; }
.bf-nav { gap: 28px; color: #c2cad5; font-size: 15px; }
.bf-nav > a:not(.bf-button) { position: relative; }
.bf-nav > a:not(.bf-button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; border-radius: 2px; background: var(--bf-orange); transition: right .2s ease; }
.bf-nav > a:not(.bf-button):hover::after { right: 0; }
.bf-button { min-height: 54px; padding-inline: 25px; border-radius: 14px; font-size: 15px; }
.bf-button--small { min-height: 45px; padding-inline: 20px; font-size: 14px; }

.bf-hero { border-bottom: 1px solid rgba(255,255,255,.08); }
.bf-hero__grid { min-height: 700px; gap: 70px; padding-top: 95px; padding-bottom: 75px; }
.bf-eyebrow,
.bf-kicker { font-size: 13px; letter-spacing: 1.25px; }
.bf-hero h1 { max-width: 650px; margin: 24px 0 24px; font-size: clamp(48px, 5.2vw, 72px); line-height: 1.04; }
.bf-hero__lead { max-width: 610px; font-size: 19px; line-height: 1.7; }
.bf-hero__actions { margin-top: 31px; }
.bf-hero__trust { margin-top: 30px; }
.bf-hero__trust p { font-size: 13px; }
.bf-hero__trust strong { font-size: 14px; }
.bf-avatars span { width: 36px; height: 36px; font-size: 10px; }
.bf-product-stage { transform: perspective(1200px) rotateY(-1.5deg); }
.bf-app-frame { border-radius: 24px; }
.bf-app-top { font-size: 15px; }
.bf-app-top small { font-size: 11px; }
.bf-app-metrics small,
.bf-app-metrics span,
.bf-chart-card small,
.bf-mini-list p { font-size: 10px; }
.bf-app-metrics strong { font-size: 18px; }
.bf-chart-card > div:first-child,
.bf-mini-list > strong { font-size: 12px; }
.bf-float-card { min-width: 185px; padding: 13px; border-radius: 13px; }
.bf-float-card small { font-size: 10px; }
.bf-float-card strong { font-size: 11px; }
.bf-hero__strip { height: 72px; gap: 50px; font-size: 14px; }
.bf-hero__strip span { font-size: 11px; }

.bf-section { padding-top: 112px; padding-bottom: 112px; }
.bf-heading { margin-bottom: 46px; }
.bf-heading h2 { margin-top: 18px; font-size: clamp(39px, 4.2vw, 56px); line-height: 1.08; }
.bf-heading p { font-size: 17px; line-height: 1.75; }
.bf-heading--split { gap: 70px; }

.bf-pain-grid { gap: 18px; }
.bf-pain-grid article { min-height: 124px; gap: 17px; padding: 24px; border-radius: 17px; transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.bf-pain-grid article:hover { transform: translateY(-4px); border-color: rgba(255,107,43,.28); background: #121b27; }
.bf-pain-grid article > span { width: 43px; height: 43px; flex-basis: 43px; font-size: 12px; }
.bf-pain-grid h3 { margin-bottom: 7px; font-size: 18px; }
.bf-pain-grid p { font-size: 15px; line-height: 1.65; }

.bf-feature-grid { gap: 18px; }
.bf-feature-card { min-height: 330px; padding: 29px; border-radius: 20px; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.bf-feature-card:hover { transform: translateY(-5px); border-color: rgba(255,107,43,.3); box-shadow: 0 24px 55px rgba(0,0,0,.3); }
.bf-feature-icon { width: 48px; height: 48px; margin-bottom: 22px; border-radius: 14px; font-size: 20px; }
.bf-feature-card h3 { margin-bottom: 10px; font-size: 21px; }
.bf-feature-card p { min-height: 76px; font-size: 15px; line-height: 1.65; }
.bf-feature-card li { padding: 9px 0; font-size: 13px; }
.bf-feature-demo i,
.bf-feature-demo b,
.bf-feature-demo strong { font-size: 12px; }
.bf-feature-card > small { font-size: 12px; }
.bf-tags span { padding: 8px 10px; font-size: 11px; }
.bf-pro-label { padding: 7px 10px; font-size: 10px; }
.bf-order-chips span { padding: 9px 4px; font-size: 10px; }
.bf-balance { font-size: 23px; }
.bf-balance small { font-size: 11px; }
.bf-phone-mini span { font-size: 10px; }

.bf-steps { gap: 28px; }
.bf-steps article { min-height: 255px; padding: 32px 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: #101722; }
.bf-steps article > span { width: 28px; height: 28px; font-size: 11px; }
.bf-step-icon { width: 82px; height: 82px; margin-bottom: 23px; }
.bf-steps h3 { margin-bottom: 9px; font-size: 20px; }
.bf-steps p { font-size: 15px; line-height: 1.65; }
.bf-step-line { opacity: .35; }

.bf-plan-grid { gap: 22px; }
.bf-plan-card { padding: 38px; border-radius: 22px; }
.bf-popular { padding: 9px 14px; font-size: 10px; }
.bf-plan-tag { font-size: 11px; }
.bf-plan-top h3 { margin: 12px 0 10px; font-size: 29px; }
.bf-plan-top > p { min-height: 52px; font-size: 15px; line-height: 1.65; }
.bf-price { margin: 25px 0; }
.bf-price sup { font-size: 15px; }
.bf-price strong { font-size: 55px; }
.bf-price > span { font-size: 16px; }
.bf-price small { font-size: 12px; }
.bf-plan-note { margin: 12px 0 27px; font-size: 12px; }
.bf-plan-card ul { gap: 2px; padding-top: 25px; }
.bf-plan-card li { padding: 9px 0 9px 28px; font-size: 14px; line-height: 1.5; }
.bf-plan-card li::before { width: 19px; height: 19px; font-size: 10px; }
.bf-comparison { margin-top: 28px; border-radius: 20px; }
.bf-comparison__head { padding: 28px 30px; }
.bf-comparison__head h3 { margin-top: 9px; font-size: 25px; }
.bf-comparison__head p { max-width: 480px; font-size: 14px; }
.bf-comparison table { font-size: 14px; }
.bf-comparison th { font-size: 13px; }
.bf-comparison th,
.bf-comparison td { padding: 16px 22px; }

.bf-benefits__grid { gap: 75px; }
.bf-benefits h2 { font-size: clamp(39px, 4.2vw, 55px); }
.bf-benefits p { font-size: 17px; }
.bf-text-link { font-size: 14px; }
.bf-check-grid { gap: 14px; }
.bf-check-grid article { min-height: 92px; padding: 19px; border-radius: 15px; }
.bf-check-grid i { width: 38px; height: 38px; flex-basis: 38px; font-size: 13px; }
.bf-check-grid strong { font-size: 15px; }
.bf-check-grid small { font-size: 13px; line-height: 1.45; }

.bf-trial { padding-block: 40px; }
.bf-trial__card { min-height: 310px; padding: 62px 68px; border: 1px solid rgba(255,107,43,.3); border-radius: 28px; }
.bf-trial h2 { font-size: 45px; }
.bf-trial p { font-size: 16px; line-height: 1.7; }
.bf-trial__card > div:last-child small { font-size: 12px; }

.bf-faq { padding-top: 120px; padding-bottom: 120px; }
.bf-faq__grid { grid-template-columns: .8fr 1.2fr; align-items: start; gap: 75px; }
.bf-faq .bf-heading { position: sticky; top: 120px; margin-bottom: 0; }
.bf-faq .bf-heading h2 { max-width: 480px; font-size: 46px; }
.bf-accordion { display: grid; gap: 12px; }
.bf-accordion details { overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: linear-gradient(135deg, #111a26, #0d141e); box-shadow: 0 14px 32px rgba(0,0,0,.18); transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.bf-accordion details:hover { transform: translateX(3px); border-color: rgba(255,107,43,.3); }
.bf-accordion details[open] { border-color: rgba(255,107,43,.4); background: linear-gradient(135deg, rgba(255,107,43,.12), #111925 55%); }
.bf-accordion summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 22px; color: #f4f7fb; font-size: 17px; font-weight: 750; line-height: 1.35; }
.bf-accordion summary span { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; border-radius: 9px; color: #ff8957; background: rgba(255,107,43,.1); font-size: 20px; }
.bf-accordion details[open] summary span { color: #fff; background: var(--bf-orange); }
.bf-accordion details p { max-width: none; margin: 0; padding: 0 68px 23px 22px; color: #b7c1ce; font-size: 15px; line-height: 1.75; }

.bf-final-cta { padding-block: 105px; }
.bf-final-cta h2 { font-size: clamp(42px, 4.4vw, 58px); }
.bf-final-cta p { font-size: 17px; }
.bf-footer__top { min-height: 110px; }
.bf-footer__top p,
.bf-footer__top nav { font-size: 13px; }
.bf-footer__bottom { min-height: 74px; font-size: 11px; }

@media (max-width: 980px) {
  .bf-container { width: min(100% - 36px, 900px); }
  .bf-hero__grid { min-height: 0; gap: 55px; padding-top: 125px; }
  .bf-product-stage { transform: none; }
  .bf-section { padding-top: 88px; padding-bottom: 88px; }
  .bf-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .bf-faq__grid { grid-template-columns: 1fr; gap: 40px; }
  .bf-faq .bf-heading { position: static; }
}

@media (max-width: 780px) {
  .bf-container { width: min(100% - 28px, 680px); }
  .bf-header__inner { min-height: 72px; }
  .bf-nav { padding: 18px; font-size: 16px; }
  .bf-nav > a { min-height: 44px; display: flex; align-items: center; }
  .bf-hero__grid { padding-top: 110px; padding-bottom: 55px; }
  .bf-hero h1 { font-size: clamp(39px, 12vw, 52px); line-height: 1.08; }
  .bf-hero__lead { font-size: 17px; }
  .bf-hero__actions .bf-button { width: 100%; }
  .bf-hero__strip { height: auto; justify-content: flex-start; gap: 18px 26px; padding: 22px 0; }
  .bf-section { padding-top: 72px; padding-bottom: 72px; }
  .bf-heading { margin-bottom: 34px; }
  .bf-heading h2,
  .bf-faq .bf-heading h2 { font-size: clamp(34px, 10vw, 43px); }
  .bf-heading p { font-size: 16px; }
  .bf-pain-grid,
  .bf-feature-grid,
  .bf-plan-grid,
  .bf-check-grid { grid-template-columns: 1fr; }
  .bf-feature-card { min-height: 0; }
  .bf-feature-card p { min-height: 0; }
  .bf-steps article { min-height: 0; }
  .bf-plan-card { padding: 29px 23px; }
  .bf-plan-top > p { min-height: 0; }
  .bf-comparison__head { align-items: flex-start; flex-direction: column; gap: 15px; padding: 23px 20px; }
  .bf-comparison th,
  .bf-comparison td { padding: 14px 15px; }
  .bf-trial__card { gap: 30px; padding: 38px 24px; }
  .bf-trial h2 { font-size: 37px; }
  .bf-accordion summary { min-height: 70px; padding-inline: 17px; font-size: 16px; }
  .bf-accordion details p { padding: 0 52px 20px 17px; font-size: 15px; }
  .bf-final-cta { padding-block: 78px; }
  .bf-final-cta h2 { font-size: 39px; }
  .bf-footer__top { align-items: flex-start; flex-direction: column; gap: 22px; padding-block: 28px; }
  .bf-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; padding-block: 18px; }
}

@media (max-width: 480px) {
  .bf-container { width: calc(100% - 22px); }
  .bf-eyebrow,
  .bf-kicker { font-size: 11px; }
  .bf-hero h1 { font-size: 37px; }
  .bf-app-frame { transform: none; }
  .bf-float-card { display: none; }
  .bf-feature-card,
  .bf-pain-grid article { padding: 22px; }
  .bf-comparison table { min-width: 590px; }
  .bf-faq { padding-top: 75px; padding-bottom: 75px; }
}
