:root {
  --bp-black: #070809;
  --bp-graphite: #101214;
  --bp-raised: #17191c;
  --bp-surface-gradient: linear-gradient(180deg, #1a1d20 0%, #121416 100%);
  --bp-inset: #0b0d0f;
  --bp-panel: rgba(23, 25, 28, .82);
  --bp-panel-solid: #17191c;
  --bp-gold-shadow: #a88a4a;
  --bp-gold-mid: #b8a06d;
  --bp-gold-warm: #c5b288;
  --bp-gold-highlight: #d6c9ac;
  --bp-gold-specular: #f3efe7;
  --bp-gunmetal-deep: #4a4f54;
  --bp-gunmetal: #5f656a;
  --bp-silver: #94999d;
  --bp-silver-bright: #b3b3b3;
  --bp-text-primary: #f3efe7;
  --bp-text-body: #d3cfc7;
  --bp-text-secondary: #b3b3b3;
  --bp-text-muted: #8e9296;
  --bp-danger: #a54d47;
  --bp-success: #6f9475;
  --bp-line: rgba(148, 153, 157, .28);
  --bp-line-strong: rgba(179, 179, 179, .46);
  --bp-gold: var(--bp-gold-warm);
  --bp-gold-dark: var(--bp-gold-shadow);
  --bp-cream: var(--bp-text-primary);
  --bp-metal-gold: linear-gradient(156deg, var(--bp-gold-shadow) 0%, var(--bp-gold-mid) 36%, var(--bp-gold-highlight) 68%, var(--bp-gold-warm) 100%);
  --bp-metal-gold-border: linear-gradient(112deg, var(--bp-gold-shadow), var(--bp-gold-warm) 34%, var(--bp-gold-specular) 49%, var(--bp-gold-highlight) 64%, var(--bp-gold-shadow));
  --bp-metal-silver-border: linear-gradient(112deg, var(--bp-gunmetal-deep), var(--bp-silver-bright) 46%, var(--bp-gunmetal) 78%, var(--bp-silver));
  --bp-shadow-low: 0 14px 36px rgba(0, 0, 0, .28);
  --bp-shadow: 0 28px 80px rgba(0, 0, 0, .42);
  --bp-shadow-featured: 0 32px 90px rgba(0, 0, 0, .5), 0 0 52px rgba(184, 160, 109, .1);
  --bp-radius: 4px;
  --bp-radius-control: 2px;
  --bp-radius-small: 3px;
  --bp-space-card: clamp(24px, 3vw, 38px);
  --bp-shell: 1240px;
  --bp-gutter: clamp(20px, 4vw, 64px);
  --bp-section-y: clamp(72px, 9vw, 128px);
  --bp-hero-copy-measure: 680px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bp-black); }
body.bp-body { margin: 0; overflow-x: hidden; color: var(--bp-text-primary); background: radial-gradient(circle at 15% 10%, rgba(184,160,109,.07), transparent 26rem), var(--bp-black); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
.bp-body img { display: block; max-width: 100%; }
.bp-body a { color: inherit; }
.bp-shell { width: min(var(--bp-shell), calc(100% - (var(--bp-gutter) * 2))); margin-inline: auto; }
.bp-skip { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 14px; color: var(--bp-black); background: var(--bp-cream); transform: translateY(-160%); }
.bp-skip:focus { transform: translateY(0); }

.bp-nav-wrap { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--bp-line); background: rgba(7,8,9,.84); backdrop-filter: blur(18px); }
.bp-nav { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.bp-brand img { width: 160px; height: auto; }
.bp-nav-links { display: flex; align-items: center; gap: clamp(12px, 1.8vw, 28px); }
.bp-nav-links > a:not(.bp-button), .bp-product-menu > summary { padding: 27px 0 23px; color: var(--bp-text-body); text-decoration: none; border-bottom: 2px solid transparent; font-weight: 650; }
.bp-nav-links > a:hover, .bp-nav-links > a:focus-visible, .bp-nav-links > a[aria-current="page"], .bp-product-menu > summary:hover, .bp-product-menu > summary:focus-visible, .bp-product-menu > summary[aria-current="page"] { color: var(--bp-cream); border-color: var(--bp-gold); }
.bp-menu-button { display: none; color: var(--bp-cream); border: 1px solid var(--bp-line); background: var(--bp-panel-solid); padding: 10px 14px; }
.bp-product-menu { position: relative; }
.bp-product-menu > summary { display: flex; align-items: center; gap: 8px; cursor: pointer; list-style: none; }
.bp-product-menu > summary::-webkit-details-marker { display: none; }
.bp-product-menu > summary::after { content: ""; width: 7px; height: 7px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .18s ease; }
.bp-product-menu[open] > summary::after { transform: translateY(2px) rotate(225deg); }
.bp-product-dropdown { position: absolute; top: calc(100% + 1px); left: -18px; width: 270px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 12px; border: 1px solid var(--bp-line); border-radius: 4px; background: rgba(11,13,15,.98); box-shadow: var(--bp-shadow); }
.bp-product-dropdown a { position: relative; overflow: hidden; padding: 11px 12px; color: var(--bp-text-body); border: 1px solid transparent; border-radius: 3px; text-decoration: none; font-size: .9rem; font-weight: 720; }
.bp-product-dropdown a:hover, .bp-product-dropdown a:focus-visible, .bp-product-dropdown a[aria-current="page"] { color: var(--bp-cream); border-color: rgba(184,160,109,.42); background: rgba(95,101,106,.12); }

.bp-button { position: relative; isolation: isolate; display: inline-flex; min-height: 49px; overflow: hidden; align-items: center; justify-content: center; gap: 8px; padding: 12px 21px; border: 1px solid transparent; border-radius: var(--bp-radius-control); color: var(--bp-text-primary); background: linear-gradient(var(--bp-inset),var(--bp-inset)) padding-box; text-decoration: none; font-size: .79rem; font-weight: 760; letter-spacing: .055em; text-transform: uppercase; transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease; }
.bp-button-primary { background: linear-gradient(var(--bp-inset),var(--bp-inset)) padding-box, var(--bp-metal-gold-border) border-box; }
.bp-button-secondary { background: linear-gradient(var(--bp-inset),var(--bp-inset)) padding-box, var(--bp-metal-silver-border) border-box; }
.bp-button::after { content: ""; position: absolute; z-index: -1; top: -90%; bottom: -90%; left: -45%; width: 32%; opacity: 0; transform: translateX(-160%) rotate(17deg); background: linear-gradient(90deg,transparent,rgba(255,255,255,.1) 30%,rgba(255,239,190,.72) 50%,rgba(255,255,255,.1) 70%,transparent); transition: transform .54s cubic-bezier(.2,.7,.2,1), opacity .12s ease; }
.bp-button-secondary::after { background: linear-gradient(90deg,transparent,rgba(255,255,255,.08) 30%,rgba(230,237,241,.68) 50%,rgba(255,255,255,.08) 70%,transparent); }
.bp-button:hover { transform: translateY(-1px); box-shadow: 0 10px 30px rgba(184,160,109,.14); }
.bp-button:hover::after, .bp-button:focus-visible::after { opacity: 1; transform: translateX(620%) rotate(17deg); }
.bp-button:active { transform: translateY(0); }
.bp-button:focus-visible, .bp-body a:focus-visible, .bp-body button:focus-visible, .bp-body input:focus-visible, .bp-body textarea:focus-visible { outline: 3px solid var(--bp-gold-highlight); outline-offset: 4px; }

.bp-body h1, .bp-body h2 { margin: 0 0 18px; color: var(--bp-gold-warm); background: var(--bp-metal-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-wrap: balance; letter-spacing: -.035em; line-height: 1.04; }
.bp-body h1 { font-size: clamp(2.65rem, 5.35vw, 4.9rem); max-width: var(--bp-hero-copy-measure); }
.bp-body h2 { font-size: clamp(2.05rem, 4.1vw, 4rem); max-width: 22ch; }
.bp-body h3 { color: var(--bp-cream); font-size: 1.08rem; letter-spacing: .01em; }
.bp-body p { margin: 0 0 20px; color: var(--bp-text-body); font-size: clamp(1rem, 1.3vw, 1.12rem); }

.bp-hero { position: relative; isolation: isolate; min-height: 690px; display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid var(--bp-line); background: var(--bp-inset); }
.bp-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(90deg, rgba(6,7,8,.97) 0%, rgba(6,7,8,.8) 42%, rgba(6,7,8,.46) 100%), var(--hero-image); background-size: cover; background-position: center; }
.bp-hero::after { content: ""; position: absolute; inset: auto -10% -50% 25%; z-index: -1; height: 520px; background: radial-gradient(ellipse, rgba(184,160,109,.18), transparent 66%); filter: blur(20px); }
.bp-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); align-items: center; gap: clamp(40px, 7vw, 96px); padding-block: clamp(82px, 9vw, 138px); }
.bp-hero-copy { position: relative; z-index: 2; }
.bp-hero-copy > * { max-width: var(--bp-hero-copy-measure); }
.bp-hero-support { color: var(--bp-cream) !important; font-size: clamp(1.45rem, 2.3vw, 2rem) !important; line-height: 1.25; font-weight: 750; text-wrap: balance; }
.bp-hero-subhead { color: var(--bp-silver-bright) !important; font-size: clamp(1.3rem,2vw,1.72rem) !important; line-height: 1.3; font-weight: 750; text-wrap: balance; }
.bp-hero-description { max-width: var(--bp-hero-copy-measure); }
.bp-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.bp-hero-product { min-width: 0; }
.bp-hero-devices { position: relative; width: 128%; margin-left: -12%; }
.bp-hero-laptop { width: 100%; height: auto; filter: drop-shadow(0 3rem 5rem rgba(0,0,0,.72)) drop-shadow(0 0 2.5rem rgba(184,160,109,.1)); }
.bp-hero-phone { position: absolute; right: 17%; bottom: 2%; width: min(15rem,24%); height: auto; filter: drop-shadow(0 2rem 3rem rgba(0,0,0,.8)); }
.bp-hero--product::before { background-image: linear-gradient(90deg,rgba(6,7,8,.99) 0%,rgba(6,7,8,.93) 30%,rgba(6,7,8,.62) 45%,rgba(6,7,8,.12) 72%,rgba(6,7,8,.34) 100%),linear-gradient(180deg,rgba(6,7,8,.06),rgba(6,7,8,.78)),var(--hero-image); background-position: center; }
.bp-hero--leads::before { background-image:linear-gradient(90deg,rgba(6,7,8,.91) 0%,rgba(6,7,8,.76) 32%,rgba(6,7,8,.34) 56%,rgba(6,7,8,.08) 80%),linear-gradient(180deg,rgba(6,7,8,.02),rgba(6,7,8,.56)),var(--hero-image); filter:brightness(1.55) contrast(1.08); }
.bp-hero--product .bp-hero-grid { grid-template-columns: minmax(22rem,2fr) minmax(0,3fr); gap: clamp(24px,3vw,52px); }
.bp-hero--product .bp-hero-copy { max-width: 36rem; }
.bp-hero--product h1 { max-width: 15ch; }
.bp-hero--product .bp-hero-support { color: var(--bp-text-body) !important; font-size: clamp(1rem,1.3vw,1.12rem) !important; line-height: 1.65; font-weight: 400; }
.bp-hero--product .bp-hero-product { position: relative; z-index: 1; width: min(60vw,64rem); margin-left: clamp(-2rem,-2vw,-1rem); }
.bp-hero--email .bp-hero-grid { grid-template-columns:minmax(24rem,9fr) minmax(0,11fr); }
.bp-hero--email .bp-hero-copy,.bp-hero--email .bp-hero-copy > * { max-width:42rem; }
.bp-hero--email h1 { max-width:18ch; }
.bp-hero--email .bp-hero-product { width:min(52vw,52rem); max-width:100%; margin-left:0; justify-self:end; }
.bp-routing-raven-mobile { position: absolute; z-index: 2; left: -17%; bottom: -12%; width: 42%; height: auto; filter: drop-shadow(0 2rem 2.5rem rgba(0,0,0,.82)); transform: rotate(-2deg); }
.bp-routing-hero-continuation { position: relative; isolation: isolate; overflow: hidden; background: transparent; }
.bp-routing-hero-continuation::before { content: ""; position: absolute; inset: 0; z-index: -2; background: #08090a var(--section-hero-image) center/cover no-repeat; }
.bp-routing-hero-continuation::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(8,10,12,.78),rgba(8,10,12,.46) 54%,rgba(8,10,12,.66)); }
.bp-hero--product .bp-device-mockup,.bp-hero--product .bp-screenshot-proof { width: 100%; margin: 0; }
.bp-hero--product .bp-screenshot-proof { padding: 10px; border-color: var(--bp-line-strong); background: linear-gradient(145deg,rgba(95,101,106,.2),rgba(23,25,28,.94)); }
.bp-hero--product .bp-screenshot-proof img { border-radius: var(--bp-radius-small); }

.bp-device { margin: 0; overflow: hidden; border: 1px solid var(--bp-line-strong); border-radius: var(--bp-radius); background: var(--bp-black); box-shadow: var(--bp-shadow-featured), 0 0 0 8px rgba(7,8,9,.66); }
.bp-device-bar { height: 34px; display: flex; align-items: center; gap: 7px; padding: 0 13px; border-bottom: 1px solid var(--bp-line); background: linear-gradient(180deg,#25282b,var(--bp-raised)); }
.bp-device-bar i { width: 8px; height: 8px; border-radius: 50%; background: #666b70; }
.bp-device-bar i:first-child { background: var(--bp-gold); }
.bp-device-screen { aspect-ratio: 16 / 10; background: #08090a; }
.bp-device-screen img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.bp-device-mockup { width: 112%; margin: 0 0 0 -6%; }
.bp-device-mockup img { width: 100%; height: auto; filter: drop-shadow(0 2.6rem 4rem rgba(0,0,0,.66)) drop-shadow(0 0 2rem rgba(184,160,109,.08)); }

.bp-section, .bp-trust { position: relative; padding-block: var(--bp-section-y); }
.bp-section-alt { border-block: 1px solid rgba(148,153,157,.14); background: linear-gradient(155deg, rgba(95,101,106,.07), rgba(16,18,20,.3)); }
.bp-section-heading { max-width: 850px; margin-bottom: clamp(38px,5vw,66px); }
.bp-section-copy { max-width: 660px; align-self: center; }
.bp-section-subhead { max-width: 34rem; margin: -6px 0 20px; color: var(--bp-silver); font-size: clamp(1.3rem,2vw,1.7rem); line-height: 1.3; font-weight: 750; text-wrap: balance; }
.bp-split { display: grid; grid-template-columns: minmax(0,.82fr) minmax(500px,1.18fr); gap: clamp(42px,7vw,92px); align-items: center; }
.bp-zigzag { display:grid; grid-template-columns:minmax(18rem,2fr) minmax(0,3fr); grid-template-areas:"copy media"; gap:clamp(36px,6vw,88px); align-items:center; }
.bp-zigzag .bp-section-copy { grid-area:copy; }
.bp-zigzag-media { grid-area:media; min-width:0; }
.bp-zigzag--media-left { grid-template-areas:"media copy"; grid-template-columns:minmax(0,3fr) minmax(18rem,2fr); }
.bp-zigzag--full-width { grid-template-columns:1fr; grid-template-areas:"copy" "media"; }
.bp-zigzag figcaption { margin-top:12px; color:var(--bp-text-secondary); font-size:.82rem; line-height:1.5; }
.bp-hero--routing::before { background-image:linear-gradient(90deg,rgba(5,6,7,.98) 0%,rgba(5,6,7,.9) 31%,rgba(5,6,7,.48) 50%,rgba(5,6,7,.06) 76%,rgba(5,6,7,.22) 100%),linear-gradient(180deg,rgba(5,6,7,.04),rgba(5,6,7,.72)),var(--hero-image); background-position:center; }
.bp-product-frame { margin: 0; padding: 10px; border: 1px solid var(--bp-line-strong); border-radius: var(--bp-radius); background: linear-gradient(145deg, rgba(95,101,106,.2), rgba(23,25,28,.94)); box-shadow: var(--bp-shadow-featured); }
.bp-product-frame img { width: 100%; aspect-ratio: 16 / 10; object-fit: contain; border-radius: var(--bp-radius-small); background: #08090a; transition: opacity .16s ease; }
.bp-product-frame-dominant { transform: perspective(1400px) rotateY(-1.5deg); }
.bp-screenshot-proof { margin: 0; overflow: hidden; border: 1px solid var(--bp-line-strong); border-radius: var(--bp-radius); background: var(--bp-inset); box-shadow: var(--bp-shadow-featured); }
.bp-screenshot-proof img { width: 100%; aspect-ratio: 16 / 10; object-fit: contain; object-position: center; background: var(--bp-inset); transition: opacity .16s ease; }
.bp-compare-intro, .bp-compare-price, .bp-audience-close { display: grid; grid-template-columns: minmax(0,.8fr) minmax(480px,1.2fr); gap: clamp(40px,7vw,92px); align-items: center; }
.bp-compare-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.bp-compare-pillars article { padding: var(--bp-space-card); border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: var(--bp-surface-gradient); }
.bp-comparison-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.bp-comparison-card { min-height: 210px; display: flex; flex-direction: column; padding: var(--bp-space-card); border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: var(--bp-surface-gradient); text-decoration: none; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.bp-comparison-card span { color: var(--bp-text-secondary); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bp-comparison-card h3 { margin: 18px 0; font-size: 1.35rem; }
.bp-comparison-card strong, .bp-audience-card strong { margin-top: auto; color: var(--bp-gold-highlight); }
.bp-comparison-card:hover, .bp-comparison-card:focus-visible, .bp-audience-card:hover, .bp-audience-card:focus-visible { transform: translateY(-3px); border-color: var(--bp-gold-mid); box-shadow: var(--bp-shadow-low); }
.bp-audience-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.bp-audience-card { min-height: 310px; display: grid; grid-template-columns: 1fr minmax(190px,.8fr); gap: 20px; overflow: hidden; padding: var(--bp-space-card); border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: var(--bp-surface-gradient); text-decoration: none; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.bp-audience-card > div { display: flex; flex-direction: column; }
.bp-audience-card img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; object-position: left center; border-left: 1px solid var(--bp-line); }
.bp-feature-list { display: grid; gap: 10px; margin: 28px 0; padding: 0; list-style: none; }
.bp-feature-list li { position: relative; padding-left: 24px; color: var(--bp-text-primary); }
.bp-feature-list li::before { content: ""; position: absolute; top: .65em; left: 0; width: 10px; height: 2px; background: var(--bp-gold-mid); box-shadow: 0 0 10px rgba(184,160,109,.34); }
.bp-campaign-steps { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin:30px 0 0; padding:0; list-style:none; }
.bp-campaign-steps li { display:grid; grid-template-columns:2.25rem 1fr; gap:12px; align-items:start; padding:18px; border:1px solid var(--bp-line); border-radius:var(--bp-radius-small); background:var(--bp-surface-gradient); }
.bp-campaign-steps span { display:grid; place-items:center; width:2.25rem; height:2.25rem; border:1px solid var(--bp-gold-mid); border-radius:50%; color:var(--bp-gold-highlight); font-size:.8rem; }
.bp-campaign-steps strong { color:var(--bp-cream); line-height:1.5; }
.bp-email-principles { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:26px 0 0; padding:0; list-style:none; }
.bp-email-principles li { padding:14px 16px; border-left:2px solid var(--bp-gold-mid); background:rgba(255,255,255,.025); color:var(--bp-text-body); }
.bp-email-pricing { display:grid; gap:0; margin:28px 0 0; border-top:1px solid var(--bp-line); }
.bp-email-pricing div { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:24px; padding:15px 0; border-bottom:1px solid var(--bp-line); }
.bp-email-pricing dt { color:var(--bp-text-body); }
.bp-email-pricing dd { margin:0; color:var(--bp-gold-highlight); font-weight:700; text-align:right; }
.bp-text-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; }
.bp-text-links a, .bp-text-link { color: var(--bp-gold-highlight); font-weight: 800; text-underline-offset: 4px; }

.bp-trust { overflow: hidden; background: var(--bp-inset); }
.bp-logo-marquee { position: relative; padding-block: 24px; overflow: hidden; border-block: 1px solid rgba(148,153,157,.18); }
.bp-marquee-control { position: absolute; top: 0; right: 0; z-index: 3; color: var(--bp-cream); border: 1px solid var(--bp-line); border-radius: var(--bp-radius-control); background: #17191c; padding: 8px 12px; }
.bp-logo-track { width: max-content; display: flex; align-items: center; gap: 58px; animation: bp-scroll 42s linear infinite; }
.bp-logo-duplicate { display: contents; }
.bp-logo-marquee[data-paused="true"] .bp-logo-track { animation-play-state: paused; }
.bp-logo { width: 190px; height: 92px; display: grid; grid-template-rows: 1fr auto; align-items: end; justify-items: center; }
.bp-logo img { width: auto; max-width: 188px; height: auto; max-height: 62px; object-fit: contain; filter: grayscale(1) brightness(0) invert(72%); opacity: .92; }
.bp-logo span { min-height: 17px; margin-top: 2px; color: var(--bp-silver); font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.bp-disclaimer { max-width: 900px; margin: 22px auto 0; color: #8e9296 !important; font-size: .85rem !important; text-align: center; }
@keyframes bp-scroll { to { transform: translateX(calc(-50% - 29px)); } }

.bp-module-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.bp-module-row :is(button,a) { flex: 1 1 110px; padding: 12px 10px; color: var(--bp-cream); border: 1px solid var(--bp-line); border-radius: var(--bp-radius-small); background: linear-gradient(180deg, rgba(26,29,32,.94), rgba(11,13,15,.94)); text-align: center; text-decoration:none; font: inherit; font-size: .9rem; font-weight: 800; cursor: pointer; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.bp-module-row :is(button,a):hover, .bp-module-row :is(button,a):focus-visible, .bp-module-row button[aria-selected="true"], .bp-module-row a[aria-current="true"] { border-color: var(--bp-gold-mid); background: linear-gradient(180deg, rgba(42,41,35,.82), rgba(14,15,16,.96)); box-shadow: inset 3px 0 var(--bp-gold-mid), 0 0 24px rgba(184,160,109,.08); }

.bp-proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.bp-proof-grid blockquote, .bp-proof-stat { margin: 0; padding: clamp(26px,3vw,42px); border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: linear-gradient(145deg, rgba(95,101,106,.12), rgba(16,18,20,.82)); box-shadow: var(--bp-shadow-low); }
.bp-proof-grid blockquote { display: flex; flex-direction: column; }
.bp-proof-grid blockquote p { color: var(--bp-cream); font-size: 1.12rem; line-height: 1.52; }
.bp-proof-grid footer { display: flex; align-items: center; min-height: 58px; margin-top: auto; padding-top: 22px; }
.bp-proof-grid footer img { width: auto; max-width: 150px; height: 46px; object-fit: contain; filter: grayscale(1) brightness(0) invert(84%); }
.bp-proof-grid footer span { line-height: 1.35; }
.bp-microcopy { margin-top: 14px; color: var(--bp-text-secondary); font-size: .92rem; font-weight: 700; }
.bp-build-badge { position: fixed; z-index: 1000; right: 8px; bottom: 8px; padding: 5px 8px; color: var(--bp-text-muted); border: 1px solid var(--bp-line); border-radius: var(--bp-radius-control); background: rgba(7,8,9,.9); font: 700 11px/1 Inter, sans-serif; pointer-events: none; }
.bp-leads-problem-grid, .bp-leads-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.bp-leads-card { padding: clamp(20px, 2.6vw, 30px); border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: linear-gradient(180deg, rgba(27,30,33,.96), rgba(11,13,15,.98)); }
.bp-leads-card h3 { margin-top: 0; }
.bp-leads-workflow { display: grid; grid-template-columns: minmax(280px,.78fr) minmax(0,1.35fr); gap: 36px; align-items: center; }
.bp-leads-workflow-tabs { display: grid; gap: 10px; }
.bp-leads-workflow-tabs button { padding: 18px; color: var(--bp-cream); border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: linear-gradient(180deg, rgba(26,29,32,.94), rgba(11,13,15,.97)); text-align: left; cursor: pointer; }
.bp-leads-workflow-tabs button strong, .bp-leads-workflow-tabs button small { display: block; }
.bp-leads-workflow-tabs button small { margin-top: 6px; color: var(--bp-text-secondary); line-height: 1.45; }
.bp-leads-workflow-tabs button[aria-selected="true"] { border-color: var(--bp-gold-mid); box-shadow: inset 3px 0 var(--bp-gold-mid), 0 0 24px rgba(184,160,109,.08); }
.bp-leads-close { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.85fr); gap: 34px; align-items: center; }
.bp-proof-stat strong { display: block; color: var(--bp-gold-highlight); font-size: clamp(3.2rem,6vw,5.8rem); line-height: 1; }

.bp-workflow-grid { display: grid; grid-template-columns: 360px minmax(0,1fr); gap: 42px; align-items: center; }
.bp-workflow-tabs { display: grid; gap: 10px; }
.bp-workflow-tabs button { display: grid; grid-template-columns: 34px 1fr; gap: 4px 12px; padding: 18px; color: var(--bp-cream); border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: linear-gradient(180deg, rgba(26,29,32,.9), rgba(11,13,15,.94)); text-align: left; cursor: pointer; }
.bp-workflow-tabs button > span { grid-row: 1 / 3; width: 30px; height: 30px; display: grid; place-items: center; color: #10100d; border-radius: 50%; background: var(--bp-gold); font-weight: 900; }
.bp-workflow-tabs button strong { font-size: 1rem; }
.bp-workflow-tabs button small { color: var(--bp-text-secondary); line-height: 1.4; }
.bp-workflow-tabs button[aria-selected="true"] { border-color: var(--bp-gold-mid); background: rgba(184,160,109,.09); box-shadow: inset 3px 0 var(--bp-gold-mid); }

.bp-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.bp-price-card { min-height: 250px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: linear-gradient(180deg, rgba(26,29,32,.94), rgba(11,13,15,.96)); text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.bp-price-card > span { color: var(--bp-cream); font-weight: 850; }
.bp-price-card > strong { margin: 18px 0 12px; color: var(--bp-gold-highlight); font-size: 1.45rem; }
.bp-price-card p { font-size: .96rem; }
.bp-price-card em { margin-top: auto; color: var(--bp-gold-highlight); font-style: normal; font-weight: 800; }
.bp-price-card:hover, .bp-price-card:focus-visible { transform: translateY(-5px); border-color: var(--bp-gold); box-shadow: 0 20px 48px rgba(0,0,0,.34); }
.bp-center { margin-top: 34px !important; text-align: center; }

.bp-calculator { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(310px,.8fr); gap: 24px; align-items: start; }
.bp-calculator-controls, .bp-calculator-summary { border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: linear-gradient(145deg, rgba(95,101,106,.12), rgba(16,18,20,.9)); box-shadow: var(--bp-shadow); }
.bp-calculator-controls { display: grid; grid-template-columns: 1fr 1fr; }
.bp-calculator fieldset { min-width: 0; margin: 0; padding: 28px; border: 0; border-right: 1px solid rgba(148,153,157,.16); border-bottom: 1px solid rgba(148,153,157,.16); }
.bp-calculator fieldset:nth-child(even) { border-right: 0; }
.bp-calculator legend { padding: 0; color: var(--bp-cream); font-size: 1.15rem; font-weight: 850; }
.bp-segmented { display: flex; gap: 8px; margin-top: 18px; }
.bp-segmented label { flex: 1; padding: 10px; border: 1px solid var(--bp-line); border-radius: var(--bp-radius-small); text-align: center; }
.bp-field-help { margin: 14px 0 0 !important; color: var(--bp-text-secondary) !important; font-size: .86rem !important; }
.bp-calc-check { display: flex; gap: 12px; margin-top: 13px; padding: 13px; border: 1px solid var(--bp-line); border-radius: var(--bp-radius-small); background: rgba(7,8,9,.48); cursor: pointer; }
.bp-calc-check span { display: grid; gap: 2px; }
.bp-calc-check small { color: var(--bp-text-secondary); }
.bp-calc-locked { opacity: .86; cursor: default; }
.bp-calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.bp-calc-grid label { display: grid; gap: 6px; color: var(--bp-cream); font-weight: 750; }
.bp-calculator input[type="number"] { width: 100%; padding: 11px 12px; color: var(--bp-cream); border: 1px solid var(--bp-line); border-radius: var(--bp-radius-small); background: #0b0d0f; font: inherit; }
.bp-calculator input[type="range"] { width: 100%; accent-color: var(--bp-gold); }
.bp-range-label { display: flex; justify-content: space-between; gap: 18px; margin: 18px 0 10px; color: var(--bp-cream); font-weight: 800; }
.bp-range-label output { color: var(--bp-gold-highlight); }
.bp-calculator-summary { position: sticky; top: 104px; padding: 30px; }
.bp-calculator-summary h3 { margin-top: 0; font-size: 1.3rem; }
.bp-calc-total { display: grid; gap: 4px; margin: 24px 0; }
.bp-calc-total strong { color: var(--bp-gold-highlight); font-size: clamp(3.6rem,7vw,5.8rem); line-height: .95; }
.bp-calc-total span { color: var(--bp-silver); }
.bp-calculator-summary dl { display: grid; margin: 0 0 24px; }
.bp-calculator-summary dl div { display: flex; justify-content: space-between; gap: 24px; padding: 12px 0; border-bottom: 1px solid rgba(148,153,157,.16); }
.bp-calculator-summary dd { margin: 0; color: var(--bp-cream); font-weight: 800; }
.bp-pricing-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.bp-pricing-facts article { padding: 30px; border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: rgba(16,18,20,.72); }
.bp-pricing-facts h2 { font-size: clamp(1.8rem,2.8vw,2.55rem); }

.bp-close { position: relative; isolation: isolate; min-height: 500px; display: grid; align-items: center; overflow: hidden; }
.bp-close::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--close-image) center/cover no-repeat; }
.bp-close::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(5,6,7,.98) 0%,rgba(5,6,7,.91) 38%,rgba(5,6,7,.38) 68%,rgba(5,6,7,.12)),linear-gradient(180deg,rgba(5,6,7,.08),rgba(5,6,7,.72)); }
.bp-close-inner { padding-block: 92px; }
.bp-close-inner p { max-width: 650px; }

.bp-form-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.bp-form { display: grid; gap: 18px; padding: 30px; border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: var(--bp-panel); }
.bp-form label { display: grid; gap: 7px; color: var(--bp-cream); font-weight: 750; }
.bp-form input, .bp-form textarea { width: 100%; padding: 13px 14px; color: var(--bp-cream); border: 1px solid var(--bp-line); border-radius: var(--bp-radius-small); background: #0d0f11; font: inherit; }
.bp-redirect { min-height: 70vh; display: grid; place-items: center; text-align: center; }

.bp-footer { padding-top: 72px; color: var(--bp-text-secondary); border-top: 1px solid var(--bp-line); background: var(--bp-black); }
.bp-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; }
.bp-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.bp-footer-grid h3 { margin: 0 0 8px; }
.bp-footer-grid a { color: var(--bp-text-body); text-decoration: none; }
.bp-footer-grid a:hover { color: var(--bp-gold-highlight); }
.bp-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 56px; padding-block: 24px; border-top: 1px solid rgba(148,153,157,.16); font-size: .86rem; }

/* Canonical UI library */
.bp-surface { padding: var(--bp-space-card); border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: var(--bp-surface-gradient); box-shadow: var(--bp-shadow-low); }
.bp-surface-standard { background: var(--bp-surface-gradient); }
.bp-surface-glass { border-color: var(--bp-line-strong); background: rgba(23,25,28,.76); backdrop-filter: blur(14px); }
.bp-surface-interactive { color: inherit; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease; }
.bp-surface-interactive:hover, .bp-surface-interactive:focus-visible, .bp-surface-interactive[aria-selected="true"] { transform: translateY(-2px); border-color: var(--bp-gold-mid); background: linear-gradient(145deg, rgba(95,101,106,.17), rgba(23,25,28,.92)); box-shadow: var(--bp-shadow-low), 0 0 28px rgba(184,160,109,.09); }
.bp-surface-featured { border-color: transparent; background: linear-gradient(var(--bp-raised),var(--bp-raised)) padding-box, var(--bp-metal-silver-border) border-box; box-shadow: var(--bp-shadow-featured); }
.bp-surface-inset { border-color: rgba(74,79,84,.78); background: var(--bp-inset); box-shadow: inset 0 1px 0 rgba(179,179,179,.05); }
.bp-surface-proof { border-color: var(--bp-line-strong); background: linear-gradient(145deg, rgba(95,101,106,.13), rgba(16,18,20,.86)); }

.bp-button-tertiary { min-height: 42px; padding-inline: 4px; border: 0; color: var(--bp-gold-highlight); background: transparent; text-decoration: underline; text-decoration-color: rgba(214,201,172,.45); text-underline-offset: 5px; }
.bp-button-tertiary:hover, .bp-button-tertiary:focus-visible { transform: none; color: var(--bp-gold-specular); box-shadow: none; text-decoration-color: currentColor; }
.bp-button-icon { width: 49px; padding: 0; border-color: var(--bp-line-strong); background: var(--bp-inset); font-size: 1.15rem; }
.bp-button-danger { background: linear-gradient(var(--bp-inset),var(--bp-inset)) padding-box, linear-gradient(112deg,#713632,var(--bp-danger),#c97a72) border-box; }
.bp-button[disabled], .bp-button[aria-disabled="true"] { opacity: .42; pointer-events: none; filter: grayscale(.5); }
.bp-button[aria-busy="true"] { cursor: wait; }
.bp-button[aria-busy="true"]::before { content: ""; width: 14px; height: 14px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: bp-spin .7s linear infinite; }
@keyframes bp-spin { to { transform: rotate(360deg); } }

.bp-form-field { display: grid; gap: 7px; color: var(--bp-text-primary); font-weight: 750; }
.bp-input, .bp-select, .bp-textarea, .bp-form input, .bp-form textarea, .bp-calculator input[type="number"] { width: 100%; min-height: 48px; padding: 12px 14px; color: var(--bp-text-primary); border: 1px solid var(--bp-line); border-radius: var(--bp-radius-small); background: var(--bp-inset); font: inherit; transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease; }
.bp-textarea, .bp-form textarea { min-height: 130px; resize: vertical; }
.bp-input::placeholder, .bp-textarea::placeholder, .bp-form input::placeholder, .bp-form textarea::placeholder { color: var(--bp-text-muted); }
.bp-input:hover, .bp-select:hover, .bp-textarea:hover, .bp-form input:hover, .bp-form textarea:hover { border-color: var(--bp-silver); }
.bp-input:focus-visible, .bp-select:focus-visible, .bp-textarea:focus-visible, .bp-form input:focus-visible, .bp-form textarea:focus-visible { border-color: var(--bp-gold-mid); box-shadow: 0 0 0 3px rgba(184,160,109,.14); }
.bp-input:disabled, .bp-select:disabled, .bp-textarea:disabled { opacity: .48; cursor: not-allowed; }

.bp-table-wrap { overflow-x: auto; border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: var(--bp-inset); }
.bp-table { width: 100%; border-collapse: collapse; color: var(--bp-text-body); }
.bp-table th, .bp-table td { padding: 15px 18px; border-bottom: 1px solid var(--bp-line); text-align: left; }
.bp-table th { color: var(--bp-text-primary); background: var(--bp-raised); font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }
.bp-table tr:last-child td { border-bottom: 0; }
.bp-table tbody tr:hover { background: rgba(95,101,106,.09); }

.bp-status { display: inline-flex; align-items: center; min-height: 28px; padding: 4px 10px; border: 1px solid var(--bp-line); border-radius: 999px; color: var(--bp-text-secondary); background: var(--bp-inset); font-size: .78rem; font-weight: 800; }
.bp-status-success { color: #b8d5bd; border-color: rgba(111,148,117,.58); }
.bp-status-error { color: #e2aaa5; border-color: rgba(165,77,71,.62); }
.bp-status-selected { color: var(--bp-gold-highlight); border-color: rgba(184,160,109,.58); }

.bp-specimen { padding-bottom: var(--bp-section-y); }
.bp-specimen-group { margin-top: clamp(52px,7vw,88px); }
.bp-specimen-heading { max-width: 760px; margin-bottom: 28px; }
.bp-token-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.bp-token { min-height: 124px; display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: var(--token); }
.bp-token strong, .bp-token code { width: fit-content; padding: 2px 6px; color: var(--bp-text-primary); background: rgba(7,8,9,.82); }
.bp-token code { color: var(--bp-text-secondary); font-size: .75rem; }
.bp-specimen-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.bp-specimen-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.bp-specimen-note { padding: 18px 20px; border-left: 3px solid var(--bp-gunmetal); background: var(--bp-inset); }
.bp-specimen-note strong { color: var(--bp-text-primary); }
.bp-specimen-heading-demo { padding: clamp(28px,4vw,54px); }
.bp-specimen-heading-demo h2 { max-width: 680px; }
.bp-specimen-heading-demo .bp-heading-support { max-width: 720px; color: var(--bp-text-primary); font-size: clamp(1.2rem,2.2vw,1.7rem); font-weight: 740; line-height: 1.3; }
.bp-state-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.bp-state-grid > div { min-height: 130px; }

@media (max-width: 1100px) {
  :root { --bp-gutter: clamp(24px, 4vw, 42px); --bp-section-y: clamp(64px, 8vw, 96px); }
  .bp-nav { min-height: 72px; }
  .bp-menu-button { display: inline-flex; }
  .bp-nav-links { position: absolute; top: 72px; left: var(--bp-gutter); right: var(--bp-gutter); display: none; align-items: stretch; flex-direction: column; gap: 4px; padding: 18px; border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: rgba(9,10,11,.98); box-shadow: var(--bp-shadow); }
  .bp-nav-links[data-open="true"] { display: flex; }
  .bp-nav-links > a:not(.bp-button), .bp-product-menu > summary { padding: 12px 8px; }
  .bp-product-menu { width: 100%; }
  .bp-product-dropdown { position: static; width: 100%; margin: 2px 0 8px; grid-template-columns: repeat(4,1fr); border-radius: 3px; box-shadow: none; }
  .bp-hero { min-height: auto; }
  .bp-hero-grid { grid-template-columns: 1fr; padding-block: 86px; }
  .bp-hero--product .bp-hero-grid { grid-template-columns: 1fr; }
  .bp-hero--email .bp-hero-grid { grid-template-columns:1fr; }
  .bp-hero--email .bp-hero-product { width:min(48rem,100%); margin:18px 0 -18px; justify-self:start; }
  .bp-hero--product .bp-hero-copy { max-width: 46rem; }
  .bp-hero--product .bp-hero-product { width: min(54rem,104vw); max-width: none; margin: 18px -2vw -18px; }
  .bp-hero-product { max-width: 820px; }
  .bp-device-mockup { width: 104%; margin-left: -2%; }
  .bp-compare-intro, .bp-compare-price, .bp-audience-close { grid-template-columns: 1fr; }
  .bp-comparison-grid { grid-template-columns: 1fr 1fr; }
  .bp-audience-grid { grid-template-columns: 1fr; }
  .bp-hero-devices { width: 112%; margin: 8px -6% -18px; }
  .bp-split,.bp-zigzag,.bp-zigzag--media-left { grid-template-columns:1fr; grid-template-areas:"copy" "media"; }
  .bp-section-copy { max-width: 780px; }
  .bp-proof-grid { grid-template-columns: 1fr 1fr; }
  .bp-proof-stat { grid-column: 1 / -1; }
  .bp-workflow-grid { grid-template-columns: 1fr; }
  .bp-leads-workflow, .bp-leads-close { grid-template-columns: 1fr; }
  .bp-workflow-tabs { grid-template-columns: 1fr 1fr; }
  .bp-campaign-steps { grid-template-columns:1fr; }
  .bp-email-principles { grid-template-columns:1fr; }
  .bp-card-grid { grid-template-columns: 1fr 1fr; }
  .bp-token-grid { grid-template-columns: repeat(3,1fr); }
  .bp-specimen-grid { grid-template-columns: 1fr 1fr; }
  .bp-state-grid { grid-template-columns: 1fr 1fr; }
  .bp-calculator { grid-template-columns: 1fr; }
  .bp-calculator-summary { position: static; }
  .bp-pricing-facts { grid-template-columns: 1fr; }
  .bp-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .bp-footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  :root { --bp-gutter: 18px; --bp-section-y: 66px; }
  .bp-brand img { width: 138px; }
  .bp-nav-wrap { backdrop-filter: blur(12px); }
  .bp-nav-links { left: 10px; right: 10px; max-height: calc(100vh - 82px); overflow-y: auto; padding: 12px; }
  .bp-product-dropdown { grid-template-columns: 1fr 1fr; padding: 8px; }
  .bp-nav-links .bp-button { width: 100%; }
  .bp-hero-grid { padding-block: 58px 34px; gap: 28px; }
  .bp-body h1 { font-size: clamp(2.35rem, 11.4vw, 3.25rem); line-height: 1; }
  .bp-body h2 { font-size: clamp(1.95rem, 9.2vw, 2.65rem); line-height: 1.05; }
  .bp-hero-support { font-size: clamp(1.2rem, 6vw, 1.55rem) !important; }
  .bp-hero-devices { width: 142%; margin: 6px -21% -10px; }
  .bp-hero--product .bp-hero-product { width: 116vw; margin: 12px -8vw -8px; }
  .bp-routing-raven-mobile { left: -8%; bottom: -8%; width: 43%; }
  .bp-hero--product::before { background-position: 64% center; }
  .bp-device-mockup { width: 108%; margin-left: -4%; }
  .bp-hero-laptop { opacity: .68; }
  .bp-hero-phone { right: 28%; bottom: 3%; width: min(12rem,35%); }
  .bp-actions, .bp-actions .bp-button { width: 100%; }
  .bp-device { border-radius: var(--bp-radius); box-shadow: 0 18px 45px rgba(0,0,0,.45); }
  .bp-product-frame { padding: 6px; border-radius: var(--bp-radius); }
  .bp-logo-track { gap: 34px; }
  .bp-logo { width: 150px; }
  .bp-logo img { max-width: 145px; max-height: 54px; }
  .bp-proof-grid, .bp-workflow-tabs, .bp-card-grid, .bp-form-layout, .bp-footer-grid, .bp-leads-problem-grid, .bp-leads-capability-grid { grid-template-columns: 1fr; }
  .bp-compare-pillars, .bp-comparison-grid { grid-template-columns: 1fr; }
  .bp-audience-card { grid-template-columns: 1fr; min-height: 0; }
  .bp-audience-card img { min-height: 190px; border-top: 1px solid var(--bp-line); border-left: 0; }
  .bp-token-grid, .bp-specimen-grid, .bp-state-grid { grid-template-columns: 1fr; }
  .bp-proof-stat, .bp-footer-grid > div:last-child { grid-column: auto; }
  .bp-price-card { min-height: 220px; }
  .bp-calculator-controls { grid-template-columns: 1fr; }
  .bp-calculator fieldset, .bp-calculator fieldset:nth-child(even) { padding: 22px 18px; border-right: 0; }
  .bp-calc-grid { grid-template-columns: 1fr; }
  .bp-footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  :root { --bp-gutter: 16px; --bp-section-y: 58px; }
  .bp-nav { gap: 14px; }
  .bp-brand img { width: 124px; }
  .bp-menu-button { min-height: 42px; }
  .bp-workflow-tabs button { padding: 15px 13px; }
  .bp-price-card { padding: 22px 19px; }
}

@media (hover: none) {
  .bp-button:hover { transform: none; box-shadow: none; }
  .bp-button::after { display: none; }
  .bp-surface-interactive:hover { transform: none; box-shadow: var(--bp-shadow-low); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .bp-logo-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
  .bp-logo-duplicate { display: none; }
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .bp-body h1, .bp-body h2 { color: var(--bp-gold-highlight); background: none; -webkit-text-fill-color: currentColor; }
}
