:root {
  --bfq8-bg: #181726;
  --bfq8-bgdeep: #10101a;
  --bfq8-panel: #242238;
  --bfq8-panel2: #2d2944;
  --bfq8-text: #f6f5fb;
  --bfq8-muted: #b9b4ca;
  --bfq8-purple: #7c5cff;
  --bfq8-blue: #3b82f6;
  --bfq8-pink: #f052b8;
  --bfq8-green: #8ef0c4;
  --bfq8-border: rgba(255,255,255,.1);
  --bfq8-shadow: 0 18px 60px rgba(0,0,0,.32);
  --bfq8-radius: 22px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  background: var(--bfq8-bgdeep);
}
body {
  margin: 0;
  min-width: 320px;
  background: var(--bfq8-bg);
  color: var(--bfq8-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a {
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
img,
video {
  max-width: 100%;
}
.bfq8-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: clip;
  padding-top: 78px;
}
.bfq8-n1v {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  min-height: 78px;
  grid-template-columns: auto minmax(210px, 430px) 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 12px max(22px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid var(--bfq8-border);
  background: rgba(24,23,38,.92);
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}
.bfq8-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.bfq8-brandicon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(124,92,255,.25);
}
.bfq8-brandname {
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -.04em;
  white-space: nowrap;
}
.bfq8-searchlook {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid var(--bfq8-border);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  color: var(--bfq8-muted);
}
.bfq8-searchglass {
  font-size: 1.4rem;
  line-height: 1;
}
.bfq8-searchtext {
  overflow: hidden;
  font-size: .86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bfq8-navlinks {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.bfq8-navitem {
  padding: 9px 10px;
  border-radius: 10px;
  color: var(--bfq8-muted);
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
.bfq8-navitem:hover,
.bfq8-navitem:focus-visible {
  background: rgba(255,255,255,.06);
  color: var(--bfq8-text);
}
.bfq8-navcta,
.bfq8-primary,
.bfq8-plancta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: linear-gradient(110deg, var(--bfq8-purple), var(--bfq8-blue));
  box-shadow: 0 12px 30px rgba(83,75,225,.28);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.bfq8-navcta:hover,
.bfq8-primary:hover,
.bfq8-plancta:hover,
.bfq8-navcta:focus-visible,
.bfq8-primary:focus-visible,
.bfq8-plancta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(83,75,225,.4);
  filter: saturate(1.15);
}
.bfq8-navcta {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 13px;
  white-space: nowrap;
}
.bfq8-menubutton {
  display: none;
}
.bfq8-a4r {
  position: relative;
  display: grid;
  width: min(1320px, calc(100% - 40px));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: 42px;
  padding: 60px 0 48px;
}
.bfq8-a4r::before {
  position: absolute;
  z-index: -1;
  top: 2%;
  right: 0;
  width: 58%;
  height: 65%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124,92,255,.24), rgba(59,130,246,.08) 44%, transparent 70%);
  content: "";
  filter: blur(28px);
}
.bfq8-herocopy {
  position: relative;
  z-index: 2;
}
.bfq8-badgerow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.bfq8-adult,
.bfq8-downloads {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid var(--bfq8-border);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: var(--bfq8-muted);
  font-size: .74rem;
  font-weight: 800;
}
.bfq8-adult {
  border-color: rgba(240,82,184,.28);
  color: #ffb4df;
}
.bfq8-eyebrow,
.bfq8-kicker {
  margin: 0 0 10px;
  color: #a99aff;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.bfq8-a4r h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.2rem, 5.7vw, 6.2rem);
  font-weight: 950;
  letter-spacing: -.075em;
  line-height: .92;
}
.bfq8-herolead {
  max-width: 680px;
  margin: 24px 0 0;
  color: #d2cede;
  font-size: clamp(1.03rem, 1.45vw, 1.25rem);
}
.bfq8-heroactions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.bfq8-primary {
  min-height: 56px;
  padding: 0 22px;
  border-radius: 15px;
}
.bfq8-primary-small {
  min-height: 49px;
  margin-top: 18px;
  padding: 0 18px;
}
.bfq8-arrow {
  margin-left: 10px;
  font-size: 1.1rem;
}
.bfq8-secondary {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--bfq8-border);
  border-radius: 15px;
  background: rgba(255,255,255,.055);
  font-weight: 800;
  text-decoration: none;
}
.bfq8-partnernote {
  max-width: 650px;
  margin: 13px 0 0;
  color: #9691a9;
  font-size: .72rem;
  line-height: 1.45;
}
.bfq8-herostats {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}
.bfq8-stat {
  display: grid;
  min-width: 142px;
  gap: 1px;
  padding: 11px 14px;
  border: 1px solid var(--bfq8-border);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
}
.bfq8-stat strong {
  font-size: 1.1rem;
}
.bfq8-stat small {
  color: var(--bfq8-muted);
  font-size: .68rem;
}
.bfq8-heromedia {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: linear-gradient(135deg, #323054, #171626);
  box-shadow: var(--bfq8-shadow);
  text-decoration: none;
  transform: rotate(1deg);
  transition: transform .3s ease, box-shadow .3s ease;
}
.bfq8-heromedia:hover,
.bfq8-heromedia:focus-visible {
  box-shadow: 0 28px 80px rgba(0,0,0,.46);
  transform: rotate(0) translateY(-4px);
}
.bfq8-heroimage {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.bfq8-herotag {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 13px;
  background: rgba(13,12,23,.78);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  backdrop-filter: blur(10px);
}
.bfq8-herotag small {
  color: var(--bfq8-muted);
  font-size: .65rem;
  letter-spacing: 0;
}
.bfq8-genres {
  grid-column: 1 / -1;
  display: flex;
  overflow-x: auto;
  gap: 9px;
  padding: 0 0 2px;
  scrollbar-width: none;
}
.bfq8-genres span {
  flex: 0 0 auto;
  padding: 9px 13px;
  border: 1px solid var(--bfq8-border);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  color: var(--bfq8-muted);
  font-size: .8rem;
  font-weight: 750;
}
.bfq8-main {
  display: contents;
}
.bfq8-k2m,
.bfq8-v5q,
.bfq8-w6e,
.bfq8-x2d,
.bfq8-p7z {
  width: 100%;
  padding: 98px max(22px, calc((100vw - 1320px) / 2));
}
.bfq8-k2m,
.bfq8-x2d {
  background: var(--bfq8-bgdeep);
}
.bfq8-v5q,
.bfq8-p7z {
  background: var(--bfq8-bg);
}
.bfq8-sectionhead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}
.bfq8-sectionhead-center {
  justify-content: center;
  text-align: center;
}
.bfq8-sectioncopy {
  max-width: 760px;
}
.bfq8-sectionhead-center .bfq8-sectioncopy {
  margin: 0 auto;
}
.bfq8-sectioncopy h2,
.bfq8-flowcopy h2,
.bfq8-finalcopy h2,
.bfq8-seoinner h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.55rem);
  font-weight: 930;
  letter-spacing: -.055em;
  line-height: 1;
}
.bfq8-sectioncopy > p:last-child,
.bfq8-flowcopy > p,
.bfq8-finalcopy > p {
  margin: 16px 0 0;
  color: var(--bfq8-muted);
}
.bfq8-filterbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bfq8-filter {
  min-height: 43px;
  padding: 0 15px;
  border: 1px solid var(--bfq8-border);
  border-radius: 12px;
  background: rgba(255,255,255,.045);
  color: var(--bfq8-muted);
  cursor: pointer;
  font-weight: 800;
}
.bfq8-filter:hover,
.bfq8-filter:focus-visible,
.bfq8-filter-active {
  border-color: rgba(124,92,255,.6);
  background: rgba(124,92,255,.18);
  color: #fff;
}
.bfq8-chargrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.bfq8-c8x {
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--bfq8-border);
  border-radius: 20px;
  background: var(--bfq8-panel);
  box-shadow: 0 12px 36px rgba(0,0,0,.2);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.bfq8-c8x:hover,
.bfq8-c8x:focus-within {
  border-color: rgba(124,92,255,.52);
  box-shadow: 0 20px 48px rgba(0,0,0,.32);
  transform: translateY(-5px);
}
.bfq8-cardhidden {
  display: none;
}
.bfq8-cardmedia {
  position: relative;
  display: block;
  overflow: hidden;
  background: #14131e;
}
.bfq8-cardmedia::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: rgba(15,14,25,.78);
  color: #fff;
  content: "↗";
  font-weight: 900;
  backdrop-filter: blur(8px);
}
.bfq8-charimage {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}
.bfq8-charvideo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}
.bfq8-cardbody {
  padding: 15px;
}
.bfq8-cardtop {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 9px;
}
.bfq8-cardtop h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}
.bfq8-age {
  flex: 0 0 auto;
  min-width: 29px;
  padding: 3px 6px;
  border-radius: 8px;
  background: rgba(142,240,196,.12);
  color: var(--bfq8-green);
  font-size: .68rem;
  font-weight: 900;
  text-align: center;
}
.bfq8-cardbody p {
  min-height: 59px;
  margin: 9px 0 13px;
  color: var(--bfq8-muted);
  font-size: .8rem;
  line-height: 1.45;
}
.bfq8-cardcta {
  display: inline-flex;
  align-items: center;
  color: #afa4ff;
  font-size: .74rem;
  font-weight: 850;
  text-decoration: none;
}
.bfq8-featuregrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.bfq8-feature {
  padding: 25px;
  border: 1px solid var(--bfq8-border);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
}
.bfq8-featureicon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(124,92,255,.26), rgba(59,130,246,.2));
  color: #c9c1ff;
  font-size: 1.35rem;
}
.bfq8-feature h3 {
  margin: 20px 0 8px;
  font-size: 1.05rem;
}
.bfq8-feature p {
  margin: 0;
  color: var(--bfq8-muted);
  font-size: .88rem;
}
.bfq8-w6e {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 50px;
  background: linear-gradient(135deg, #241e48, #171626 58%, #15243c);
}
.bfq8-flowcopy {
  align-self: center;
}
.bfq8-flowgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.bfq8-flow {
  min-height: 270px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
}
.bfq8-flow:nth-child(2) {
  transform: translateY(22px);
}
.bfq8-flow:nth-child(3) {
  transform: translateY(44px);
}
.bfq8-flownum {
  color: #9183f2;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .13em;
}
.bfq8-flow h3 {
  margin: 72px 0 8px;
  font-size: 1.35rem;
}
.bfq8-flow p {
  margin: 0;
  color: var(--bfq8-muted);
  font-size: .86rem;
}
.bfq8-gallerygrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
}
.bfq8-g3w {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--bfq8-border);
  border-radius: 20px;
  background: var(--bfq8-panel);
  box-shadow: 0 13px 40px rgba(0,0,0,.2);
}
.bfq8-gallerylink {
  display: block;
  overflow: hidden;
  background: #101019;
}
.bfq8-galleryimage {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  transition: transform .3s ease;
}
.bfq8-galleryimage-mobile {
  width: auto;
  max-height: 530px;
  margin: 0 auto;
  aspect-ratio: auto;
}
.bfq8-gallerylink:hover .bfq8-galleryimage,
.bfq8-gallerylink:focus-visible .bfq8-galleryimage {
  transform: scale(1.018);
}
.bfq8-g3w figcaption {
  padding: 13px 16px;
  color: #d8d4e3;
  font-size: .82rem;
  font-weight: 750;
}
.bfq8-pricegrid {
  display: grid;
  max-width: 920px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.bfq8-pricecard {
  position: relative;
  padding: 28px;
  border: 1px solid var(--bfq8-border);
  border-radius: 24px;
  background: var(--bfq8-panel);
  box-shadow: var(--bfq8-shadow);
}
.bfq8-pricecard-hot {
  border-color: rgba(124,92,255,.58);
  background: linear-gradient(145deg, #332b5e, #242238 60%);
}
.bfq8-pricecard-hot::before {
  position: absolute;
  top: -11px;
  right: 24px;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(110deg, var(--bfq8-purple), var(--bfq8-pink));
  content: "MEHR ENERGY";
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.bfq8-planhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.bfq8-plan {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 900;
}
.bfq8-planenergy {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: var(--bfq8-muted);
  font-size: .68rem;
  font-weight: 800;
}
.bfq8-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 29px 0 0;
}
.bfq8-price strong {
  font-size: clamp(2.4rem, 5vw, 4rem);
  letter-spacing: -.06em;
  line-height: 1;
}
.bfq8-price span,
.bfq8-year {
  color: var(--bfq8-muted);
}
.bfq8-year {
  margin: 7px 0 20px;
  font-size: .83rem;
}
.bfq8-planlist {
  display: grid;
  gap: 10px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.bfq8-planlist li {
  position: relative;
  padding-left: 23px;
  color: #dcd8e8;
  font-size: .87rem;
}
.bfq8-planlist li::before {
  position: absolute;
  left: 0;
  color: var(--bfq8-green);
  content: "✓";
  font-weight: 900;
}
.bfq8-plancta {
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
}
.bfq8-plancta:not(.bfq8-plancta-hot) {
  border: 1px solid var(--bfq8-border);
  background: rgba(255,255,255,.07);
  box-shadow: none;
}
.bfq8-pricefoot {
  max-width: 900px;
  margin: 18px auto 0;
  color: #918ca4;
  font-size: .74rem;
  text-align: center;
}
.bfq8-z8h {
  display: flex;
  width: min(1240px, calc(100% - 44px));
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 84px auto;
  padding: 40px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 26px;
  background: linear-gradient(110deg, #342768, #1f2042 55%, #16304a);
  box-shadow: var(--bfq8-shadow);
}
.bfq8-finalcopy {
  max-width: 720px;
}
.bfq8-finalcopy h2 {
  font-size: clamp(2rem, 3.4vw, 3.25rem);
}
.bfq8-s7k {
  order: 98;
  padding: 96px max(22px, calc((100vw - 1040px) / 2));
  border-top: 1px solid var(--bfq8-border);
  background: #14131f;
}
.bfq8-seoinner {
  width: 100%;
}
.bfq8-seoinner h2 {
  margin-top: 42px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}
.bfq8-seoinner h2:first-of-type {
  margin-top: 0;
}
.bfq8-seoinner p {
  margin: 14px 0 0;
  color: #c7c2d2;
}
.bfq8-seolist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 22px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.bfq8-seolist li {
  position: relative;
  padding-left: 20px;
  color: #e0dcea;
}
.bfq8-seolist li::before {
  position: absolute;
  left: 0;
  color: var(--bfq8-purple);
  content: "•";
  font-size: 1.25rem;
  line-height: 1.1;
}
.bfq8-f9p {
  order: 99;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 28px 50px;
  padding: 58px max(22px, calc((100vw - 1320px) / 2)) 28px;
  border-top: 1px solid var(--bfq8-border);
  background: #0d0d15;
}
.bfq8-footername {
  font-size: 1.5rem;
  font-weight: 950;
  letter-spacing: -.05em;
}
.bfq8-footername span {
  color: #8b7afb;
}
.bfq8-footerbrand p {
  margin: 7px 0 0;
  color: var(--bfq8-muted);
  font-size: .8rem;
}
.bfq8-footerlinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.bfq8-footerlinks a {
  color: var(--bfq8-muted);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
.bfq8-disclosure {
  grid-column: 1 / -1;
  padding: 16px;
  border: 1px solid var(--bfq8-border);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
  color: #928da2;
  font-size: .72rem;
}
.bfq8-footerbottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.07);
  color: #767184;
  font-size: .68rem;
}
.bfq8-c8x,
.bfq8-feature,
.bfq8-g3w,
.bfq8-pricecard {
  opacity: 1;
  transform-origin: center bottom;
}
.bfq8-seen {
  animation: bfq8-rise .55s ease both;
}
@keyframes bfq8-rise {
  from {
    opacity: .55;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1120px) {
  .bfq8-n1v {
    grid-template-columns: auto minmax(170px, 1fr) auto;
  }
  .bfq8-navlinks {
    display: none;
  }
  .bfq8-a4r {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr);
  }
  .bfq8-a4r h1 {
    font-size: clamp(3rem, 6.2vw, 5rem);
  }
  .bfq8-chargrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bfq8-w6e {
    grid-template-columns: 1fr;
  }
  .bfq8-flowgrid {
    max-width: 920px;
  }
}
@media (max-width: 820px) {
  .bfq8-page {
    padding-top: 66px;
  }
  .bfq8-n1v {
    min-height: 66px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    padding: 9px 16px;
  }
  .bfq8-brandicon {
    width: 38px;
    height: 38px;
  }
  .bfq8-searchlook,
  .bfq8-navcta {
    display: none;
  }
  .bfq8-menubutton {
    display: grid;
    width: 45px;
    height: 45px;
    grid-template-rows: repeat(3, 2px);
    align-content: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--bfq8-border);
    border-radius: 12px;
    background: rgba(255,255,255,.05);
    color: #fff;
    cursor: pointer;
  }
  .bfq8-menubar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
  }
  .bfq8-menulabel {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .bfq8-navlinks {
    position: absolute;
    top: 66px;
    right: 12px;
    left: 12px;
    display: grid;
    overflow: hidden;
    max-height: 0;
    gap: 4px;
    padding: 0 10px;
    border: 0 solid var(--bfq8-border);
    border-radius: 16px;
    background: rgba(27,26,43,.98);
    box-shadow: var(--bfq8-shadow);
    opacity: 0;
    pointer-events: none;
    transition: max-height .25s ease, opacity .2s ease, padding .25s ease, border-width .25s ease;
  }
  .bfq8-navlinks[data-state="open"] {
    max-height: 310px;
    padding: 10px;
    border-width: 1px;
    opacity: 1;
    pointer-events: auto;
  }
  .bfq8-navitem {
    min-height: 46px;
    padding: 12px;
  }
  .bfq8-a4r {
    width: min(100% - 30px, 700px);
    min-height: calc(100vh - 66px);
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    padding: 28px 0 32px;
  }
  .bfq8-a4r h1 {
    font-size: clamp(2.75rem, 12.5vw, 4.7rem);
  }
  .bfq8-herolead {
    margin-top: 17px;
    font-size: 1rem;
  }
  .bfq8-heroactions {
    margin-top: 20px;
  }
  .bfq8-primary,
  .bfq8-secondary {
    min-height: 52px;
  }
  .bfq8-herostats {
    display: none;
  }
  .bfq8-heromedia {
    display: none;
  }
  .bfq8-genres {
    grid-column: auto;
    align-self: end;
  }
  .bfq8-k2m,
  .bfq8-v5q,
  .bfq8-w6e,
  .bfq8-x2d,
  .bfq8-p7z {
    padding: 72px 18px;
  }
  .bfq8-sectionhead {
    align-items: start;
    flex-direction: column;
  }
  .bfq8-chargrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  .bfq8-featuregrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bfq8-flowgrid {
    grid-template-columns: 1fr;
  }
  .bfq8-flow {
    min-height: auto;
  }
  .bfq8-flow:nth-child(2),
  .bfq8-flow:nth-child(3) {
    transform: none;
  }
  .bfq8-flow h3 {
    margin-top: 30px;
  }
  .bfq8-gallerygrid {
    grid-template-columns: 1fr;
  }
  .bfq8-pricegrid {
    grid-template-columns: 1fr;
  }
  .bfq8-z8h {
    align-items: flex-start;
    flex-direction: column;
    margin: 55px auto;
    padding: 26px;
  }
  .bfq8-s7k {
    padding: 76px 20px;
  }
  .bfq8-seolist {
    grid-template-columns: 1fr;
  }
  .bfq8-f9p {
    grid-template-columns: 1fr;
  }
  .bfq8-footerlinks {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  .bfq8-brandname {
    font-size: 1rem;
  }
  .bfq8-a4r {
    min-height: calc(100svh - 66px);
    padding-top: 24px;
  }
  .bfq8-badgerow {
    margin-bottom: 15px;
  }
  .bfq8-downloads {
    display: none;
  }
  .bfq8-eyebrow {
    font-size: .68rem;
  }
  .bfq8-a4r h1 {
    font-size: clamp(2.55rem, 13vw, 3.55rem);
  }
  .bfq8-heroactions {
    display: grid;
  }
  .bfq8-primary,
  .bfq8-secondary {
    width: 100%;
  }
  .bfq8-partnernote {
    font-size: .67rem;
  }
  .bfq8-genres {
    margin-top: 2px;
  }
  .bfq8-sectioncopy h2,
  .bfq8-flowcopy h2,
  .bfq8-finalcopy h2 {
    font-size: 2.2rem;
  }
  .bfq8-chargrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .bfq8-cardbody {
    padding: 11px;
  }
  .bfq8-cardtop h3 {
    font-size: .88rem;
  }
  .bfq8-cardbody p {
    min-height: 74px;
    font-size: .72rem;
  }
  .bfq8-cardcta {
    font-size: .67rem;
  }
  .bfq8-featuregrid {
    grid-template-columns: 1fr;
  }
  .bfq8-feature {
    padding: 21px;
  }
  .bfq8-pricecard {
    padding: 22px;
  }
  .bfq8-planhead {
    align-items: flex-start;
    flex-direction: column;
  }
  .bfq8-footerbottom {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
/* COMPANION-MATCH:START */
.pm0f08514-overlay{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:16px;background:rgba(3,9,17,.76);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.pm0f08514-overlay[hidden]{display:none!important}.pm0f08514-dialog{position:relative;width:min(100%,520px);max-height:calc(100vh - 32px);overflow:auto;padding:clamp(22px,5vw,36px);border:1px solid hsla(342,80%,72%,.48);border-radius:26px;background:linear-gradient(145deg,#0d1b2a,#13283c);color:#f7fbff;box-shadow:0 28px 90px rgba(0,0,0,.5);font-family:system-ui,-apple-system,Segoe UI,sans-serif}.pm0f08514-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.06);color:#fff;font:700 25px/1 system-ui;cursor:pointer}.pm0f08514-close:hover,.pm0f08514-close:focus-visible{background:rgba(255,255,255,.14);outline:2px solid hsl(342 84% 70%);outline-offset:2px}.pm0f08514-head{display:flex;gap:14px;padding-right:38px}.pm0f08514-arrow{display:grid;place-items:center;flex:0 0 44px;height:44px;border-radius:14px;background:linear-gradient(135deg,hsl(342 88% 67%),hsl(30 90% 64%));color:#07111d;font-size:25px;font-weight:900}.pm0f08514-head small,.pm0f08514-panel>span{color:hsl(342 82% 72%);font-size:11px;font-weight:900;letter-spacing:.14em}.pm0f08514-head h2{margin:3px 0 7px;color:#fff;font-size:clamp(24px,6vw,34px);line-height:1.05}.pm0f08514-head p,.pm0f08514-result p{margin:0;color:#b9c9d8;line-height:1.5}.pm0f08514-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:25px 0}.pm0f08514-progress i{height:4px;border-radius:99px;background:rgba(255,255,255,.14)}.pm0f08514-progress i.is-active{background:linear-gradient(90deg,hsl(342 88% 67%),hsl(30 90% 64%))}.pm0f08514-panel[hidden]{display:none!important}.pm0f08514-panel h3{margin:7px 0 18px;color:#fff;font-size:clamp(22px,5vw,29px);line-height:1.15}.pm0f08514-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pm0f08514-panel[data-pm0f08514-step="0"] .pm0f08514-choices{grid-template-columns:repeat(3,minmax(0,1fr))}.pm0f08514-choices button{min-height:52px;padding:12px;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:#172f47;color:#f7fbff;font:800 15px/1.2 system-ui;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.pm0f08514-choices button:hover,.pm0f08514-choices button:focus-visible{transform:translateY(-2px);border-color:hsl(342 82% 72%);background:#1d3c59;outline:none}.pm0f08514-result strong{display:block;margin:18px 0 14px;color:#fff;font-size:clamp(28px,7vw,40px)}.pm0f08514-result a{display:flex;align-items:center;justify-content:space-between;gap:15px;width:100%;padding:15px 18px;border-radius:15px;background:linear-gradient(135deg,hsl(342 88% 67%),hsl(30 90% 64%));color:#07111d;text-decoration:none;font-weight:900}.pm0f08514-result a b{font-size:24px}@media(max-width:430px){.pm0f08514-dialog{padding:22px 18px;border-radius:22px}.pm0f08514-head{gap:10px}.pm0f08514-arrow{flex-basis:38px;height:38px}.pm0f08514-panel[data-pm0f08514-step="0"] .pm0f08514-choices{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.pm0f08514-choices button{transition:none}}
/* COMPANION-MATCH:END */
