@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { overflow-x: hidden; overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; font-family: inherit; }
main { padding-top: 0; overflow-x: hidden; }
section { max-width: 100vw; overflow-x: hidden; }
table { max-width: 100%; }


:root {
  --bgl-faq-chevron: 28px;
  --bgl-scroll-top-size: 47px;
  --bgl-error-opacity: 0.15;
  --bgl-h1-mb: 1.7rem;
  --bgl-radius-sm: 4px;
  --bgl-shadow-md: 0 5px 8px rgba(0,0,0,0.29);
  --bgl-dropcap-color: var(--bgl-color-accent);
  --bgl-hero-h1-max: 2.84rem;
  --bgl-author-border: 4px;
  --bgl-container-max: 1100px;
  --bgl-color-muted: rgba(255,255,255,0.39);
  --bgl-h2-mt: 2.7rem;
  --bgl-conclusion-border: 5px;
  --bgl-author-photo: 103px;
  --bgl-line-height: 1.60;
  --bgl-color-info: #ff8f33;
  --bgl-section-gap: 3.5rem;
  --bgl-color-card: #000000;
  --bgl-font-body-weight: 400;
  --bgl-color-success: #1fbb52;
  --bgl-error-desc-max: 448px;
  --bgl-proscons-pad: 1.90rem;
  --bgl-color-accent-active: #ff8119;
  --bgl-animation-duration: 0.66s;
  --bgl-color-btn-text: #000000;
  --bgl-trust-pad: 0.71rem 0.84rem;
  --bgl-letter-spacing-nav: 0.04em;
  --bgl-color-warning: #ff9207;
  --bgl-hero-accent-h: 5px;
  --bgl-font-heading-weight: 700;
  --bgl-h3-mt: 2.5rem;
  --bgl-font-bold-weight: 600;
  --bgl-font-size-base: 16px;
  --bgl-h2-min: 1.38rem;
  --bgl-radius-md: 17px;
  --bgl-heading-deco-width: 70px;
  --bgl-h3-mb: 0.98rem;
  --bgl-textarea-min: 101px;
  --bgl-heading-deco-height: 4px;
  --bgl-hero-min-height: 86vh;
  --bgl-animation-distance: 42px;
  --bgl-btn-padding: 10px 41px;
  --bgl-hover-transform: none;
  --bgl-trust-fs: 0.82rem;
  --bgl-h2-mb: 1.11rem;
  --bgl-reveal-transform: translateY(42px);
  --bgl-shadow-lg: 0 10px 11px rgba(0,0,0,0.39);
  --bgl-color-bg: #040404;
  --bgl-letter-spacing-btn: 0.06em;
  --bgl-faq-badge: 36px;
  --bgl-dropcap-mt: 0.05em;
  --bgl-cookie-btn-fs: 0.84rem;
  --bgl-dropcap-weight: 700;
  --bgl-h1-min: 1.66rem;
  --bgl-intro-fs: 1.070rem;
  --bgl-breadcrumb-fs: 0.85rem;
  --bgl-intro-border: 3px;
  --bgl-animation-ease: ease;
  --bgl-byline-avatar: 48px;
  --bgl-dropcap-mr: 0.15em;
  --bgl-radius-lg: 21px;
  --bgl-color-danger: #f5505f;
  --bgl-color-card-text: #FFFFFF;
  --bgl-h1-max: 3.11rem;
  --bgl-dropcap-float: left;
  --bgl-dropcap-size: 2.3em;
  --bgl-text-transform-nav: uppercase;
  --bgl-shadow-sm: 0 2px 5px rgba(0,0,0,0.29);
  --bgl-text-transform-btn: uppercase;
  --bgl-proscons-gap: 1.52rem;
  --bgl-color-primary: #000000;
  --bgl-cookie-btn-pad: 0.54rem 1.45rem;
  --bgl-hover-opacity: 1;
  --bgl-color-text: #FFFFFF;
  --bgl-cookie-fs: 0.87rem;
  --bgl-h3-max: 1.50rem;
  --bgl-font-heading: 'Rubik', sans-serif;
  --bgl-trust-icon: 18px;
  --bgl-author-photo-lg: 161px;
  --bgl-line-height-heading: 1.13;
  --bgl-letter-spacing-heading: -0.001em;
  --bgl-letter-spacing-body: 0;
  --bgl-p-mb: 1.41rem;
  --bgl-color-secondary: #444444;
  --bgl-color-accent-hover: #ee4703;
  --bgl-h3-min: 1.23rem;
  --bgl-h2-max: 2.07rem;
  --bgl-radius-pill: 999px;
  --bgl-font-body: 'Rubik', sans-serif;
  --bgl-transition: 0.66s ease;
  --bgl-btn-radius: 999px;
  --bgl-header-height: 73px;
  --bgl-form-max: 585px;
  --bgl-color-accent: #fd7305;
  --bgl-container-padding: 2.0rem;
  --bgl-hero-accent-w: 43px;
}



body {
  color: var(--bgl-color-text);
  font-weight: var(--bgl-font-body-weight);
  background: var(--bgl-color-bg);
  letter-spacing: var(--bgl-letter-spacing-body);
  font-size: var(--bgl-font-size-base);
  font-family: var(--bgl-font-body);
  line-height: var(--bgl-line-height);
}
h1, h2, h3, h4, h5, h6 {
  line-height: var(--bgl-line-height-heading);
  font-family: var(--bgl-font-heading);
  letter-spacing: var(--bgl-letter-spacing-heading);
  display: block;
  color: var(--bgl-color-text);
  font-weight: var(--bgl-font-heading-weight);
}
a {
  text-decoration: none;
  transition: color var(--bgl-transition);
  color: var(--bgl-color-accent);
}
a:hover { color: var(--bgl-color-accent-hover); }


a[class*="-cta"]:hover,
a[class*="-btn"]:hover,
button[class*="-btn"]:hover,
[class*="__btn"]:hover {
  color: var(--bgl-color-btn-text) !important;
  background-color: var(--bgl-color-accent-hover) !important;
}


[class*="hero"] [class*="hero-title"] {
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: clamp(1.5rem, 3.5vw, 2.75rem) !important;
}
[class*="hero"] [class*="hero-subtitle"] {
  word-break: break-word;
  font-size: clamp(0.9rem, 1.5vw, 1.15rem) !important;
  overflow-wrap: break-word;
}
[class*="hero"] [class*="hero-content"],
[class*="hero"] [class*="hero-inner"] {
  overflow: visible;
  padding-bottom: clamp(1.5rem, 3vh, 3rem) !important;
  padding-top: clamp(1.5rem, 3vh, 3rem) !important;
  max-width: 100%;
}
[class*="hero"] [class*="hero-color-panel"] {
  padding-bottom: clamp(2rem, 4vh, 4rem) !important;
  padding-top: clamp(2rem, 4vh, 4rem) !important;
  overflow: visible;
}


.bmc-article {
  margin: 0 auto;
  padding: var(--bgl-section-gap) var(--bgl-container-padding);
  max-width: var(--bgl-container-max);
}
.bmc-article h1 {
  font-size: clamp(var(--bgl-h1-min), 4vw, var(--bgl-h1-max));
  margin-bottom: var(--bgl-h1-mb);
}
.bmc-article h2 {
  padding-bottom: 0.5rem;
  margin: var(--bgl-h2-mt) 0 var(--bgl-h2-mb);
  position: relative;
  font-size: clamp(var(--bgl-h2-min), 2.5vw, var(--bgl-h2-max));
}
.bmc-article h2::after {
  width: var(--bgl-heading-deco-width);
  background: var(--bgl-color-accent);
  height: var(--bgl-heading-deco-height);
  border-radius: 2px;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
}
.bmc-article h3 {
  font-size: clamp(var(--bgl-h3-min), 2vw, var(--bgl-h3-max));
  margin: var(--bgl-h3-mt) 0 var(--bgl-h3-mb);
}
.bmc-article-intro {
  color: var(--bgl-color-muted);
  font-size: var(--bgl-intro-fs);
  padding-left: 1rem;
  border-left: var(--bgl-intro-border) solid var(--bgl-color-accent);
  margin-bottom: var(--bgl-h1-mb);
}
.bmc-article-body {
  line-height: var(--bgl-line-height);
}
.bmc-article-body p {
  margin-bottom: var(--bgl-p-mb);
}
.bmc-article-body p:first-child::first-letter {
  line-height: 1;
  font-weight: var(--bgl-dropcap-weight);
  margin-right: var(--bgl-dropcap-mr);
  color: var(--bgl-dropcap-color);
  font-size: var(--bgl-dropcap-size);
  margin-top: var(--bgl-dropcap-mt);
  float: var(--bgl-dropcap-float);
}
.bmc-article-body ul,
.bmc-article-body ol {
  margin: 1rem 0 1.25rem 1rem;
  padding: 0;
}
@media (min-width: 768px) {
  .bmc-article-body ul,
  .bmc-article-body ol { margin-left: 1.5rem; }
}
.bmc-article-body li {
  margin-bottom: 0.5rem;
}
.bmc-article-proscons {
  grid-template-columns: 1fr;
  display: grid;
  gap: var(--bgl-proscons-gap);
  margin: var(--bgl-h2-mt) 0;
}
@media (min-width: 768px) {
  .bmc-article-proscons {
    grid-template-columns: 1fr 1fr;
  }
}
.bmc-article-pros,
.bmc-article-cons {
  background: var(--bgl-color-card);
  padding: var(--bgl-proscons-pad);
  border-radius: var(--bgl-radius-md);
}
.bmc-article-pros h3 { color: var(--bgl-color-success); margin-top: 0; }
.bmc-article-cons h3 { color: var(--bgl-color-danger); margin-top: 0; }
.bmc-article-pros ul,
.bmc-article-cons ul {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
}
.bmc-article-pros li::before {
  color: var(--bgl-color-success);
  font-weight: 700;
  content: "\2713 ";
}
.bmc-article-cons li::before {
  content: "\2717 ";
  font-weight: 700;
  color: var(--bgl-color-danger);
}
.bmc-article-conclusion {
  padding: var(--bgl-proscons-pad);
  background: var(--bgl-color-card);
  border-radius: var(--bgl-radius-md);
  border-left: var(--bgl-conclusion-border) solid var(--bgl-color-accent);
  margin-top: var(--bgl-h2-mt);
}


.bmc-article--v1 .bmc-article-intro {
  color: var(--bgl-color-text);
  border-left: none;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-style: italic;
  padding-left: 0;
  opacity: 0.85;
}
.bmc-article--v1 h2 {
  padding-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.bmc-article--v1 h2::after { display: none; }
.bmc-article--v1 .bmc-article-pros,
.bmc-article--v1 .bmc-article-cons {
  background: transparent;
  border-radius: 0;
  border-top: 2px solid var(--bgl-color-muted);
}
.bmc-article--v1 .bmc-article-conclusion {
  border-left: none;
  background: color-mix(in srgb, var(--bgl-color-accent) 5%, transparent);
}
.bmc-article--v1 .bmc-article-body p:first-child::first-letter {
  margin: 0;
  color: inherit;
  float: none;
  font-size: inherit;
  font-weight: inherit;
}


.bmc-article--v2 .bmc-article-intro {
  color: var(--bgl-color-text);
  background: var(--bgl-color-card);
  padding: 1.25rem 1.5rem;
  border-left: var(--bgl-intro-border) solid var(--bgl-color-accent);
  border-radius: var(--bgl-radius-md);
}
.bmc-article--v2 h2 {
  padding: 0.3rem 0.75rem;
  background: color-mix(in srgb, var(--bgl-color-accent) 12%, transparent);
  display: inline-block;
  border-radius: var(--bgl-radius-sm);
}
.bmc-article--v2 h2::after { display: none; }
.bmc-article--v2 .bmc-article-conclusion {
  border-left: none;
  border-top: 3px solid var(--bgl-color-accent);
}
.bmc-article--v2 .bmc-article-body p:first-child::first-letter {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: var(--bgl-color-accent);
}


.bmc-article--v3 .bmc-article-intro {
  padding-left: 0;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  text-align: center;
  margin-left: auto;
  border-left: none;
  margin-right: auto;
  max-width: 700px;
}
.bmc-article--v3 h2 { text-align: center; }
.bmc-article--v3 h2::after { left: 50%; transform: translateX(-50%); }
.bmc-article--v3 .bmc-article-pros,
.bmc-article--v3 .bmc-article-cons {
  border-top: 1px solid var(--bgl-color-muted);
  border-radius: 0;
  border-bottom: 1px solid var(--bgl-color-muted);
}
.bmc-article--v3 .bmc-article-conclusion {
  text-align: center;
  background: transparent;
  margin-right: auto;
  max-width: 700px;
  margin-left: auto;
  font-style: italic;
  border-left: none;
}
.bmc-article--v3 .bmc-article-body p:first-child::first-letter {
  color: var(--bgl-color-accent);
  font-size: clamp(2.2rem, 3.5vw, 3rem);
}


.bmc-article--v4 .bmc-article-intro {
  border-left: none;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--bgl-color-accent);
  padding-left: 0;
  font-size: 1rem;
}
.bmc-article--v4 h2 { padding-bottom: 0; }
.bmc-article--v4 h2::after { display: none; }
.bmc-article--v4 h2 {
  border-left: 4px solid var(--bgl-color-accent);
  padding-left: 0.75rem;
}
.bmc-article--v4 .bmc-article-pros,
.bmc-article--v4 .bmc-article-cons {
  padding: calc(var(--bgl-proscons-pad) * 0.75);
  font-size: 0.9rem;
}
.bmc-article--v4 .bmc-article-conclusion {
  font-size: 0.9rem;
  border-left: none;
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid var(--bgl-color-accent);
}
.bmc-article--v4 .bmc-article-body p:first-child::first-letter {
  margin: 0;
  font-size: inherit;
  float: none;
  color: inherit;
  font-weight: inherit;
}


.bmc-trust-bar {
  padding: 1.5rem var(--bgl-container-padding);
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: var(--bgl-container-max);
  gap: 1rem;
}
.bmc-trust-badge {
  border-radius: var(--bgl-radius-sm);
  align-items: center;
  padding: var(--bgl-trust-pad);
  gap: 0.5rem;
  font-size: var(--bgl-trust-fs);
  display: flex;
  color: var(--bgl-color-muted);
  background: var(--bgl-color-card);
}
@media (max-width: 768px) {
  .bmc-trust-bar {
  justify-content: center;
  padding: 1rem var(--bgl-container-padding);
  gap: 0.5rem;
  flex-wrap: wrap;
}
  .bmc-trust-badge { font-size: 0.7rem; padding: 0.4rem 0.75rem; }
}
.bmc-trust-badge-icon {
  height: var(--bgl-trust-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--bgl-trust-icon);
}
.bmc-trust-badge-icon svg {
  width: 100%;
  height: 100%;
  fill: var(--bgl-color-accent);
}
.bmc-trust-badge-text {
  letter-spacing: 0.03em;
  font-weight: var(--bgl-font-bold-weight);
  text-transform: uppercase;
}


.bmc-byline {
  display: flex;
  max-width: var(--bgl-container-max);
  margin: 0 auto;
  justify-content: center;
  padding: 2rem var(--bgl-container-padding);
}
.bmc-byline-link {
  border-radius: var(--bgl-radius-md);
  gap: 1rem;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--bgl-color-text) 8%, transparent);
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: inline-flex;
  background: var(--bgl-color-card);
  transition: border-color var(--bgl-transition), box-shadow var(--bgl-transition);
}
.bmc-byline-link:hover {
  border-color: var(--bgl-color-accent);
  box-shadow: var(--bgl-shadow-sm);
}
.bmc-byline-avatar {
  overflow: hidden;
  align-items: center;
  width: var(--bgl-byline-avatar);
  display: flex;
  background: color-mix(in srgb, var(--bgl-color-accent) 15%, transparent);
  color: var(--bgl-color-accent);
  justify-content: center;
  border-radius: 50%;
  height: var(--bgl-byline-avatar);
  flex-shrink: 0;
}
.bmc-byline-avatar-img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.bmc-byline-avatar-letter {
  font-size: 1.2rem;
  font-family: var(--bgl-font-heading);
  font-weight: var(--bgl-font-heading-weight);
}
.bmc-byline-info {
  gap: 0.15rem;
  flex-direction: column;
  display: flex;
}
.bmc-byline-label {
  color: var(--bgl-color-muted);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}
.bmc-byline-name {
  font-weight: var(--bgl-font-bold-weight);
  color: var(--bgl-color-text);
  font-size: 0.95rem;
}
.bmc-byline-bio {
  font-size: 0.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: var(--bgl-color-muted);
  -webkit-line-clamp: 2;
  line-height: 1.4;
  overflow: hidden;
}
@media (max-width: 480px) {
  .bmc-byline-link { width: 100%; }
}


.bmc-author-header {
  padding: 0 var(--bgl-container-padding) 2rem;
  margin: 0 auto;
  max-width: var(--bgl-container-max);
}
.bmc-author-photo {
  box-shadow: var(--bgl-shadow-md);
  width: var(--bgl-author-photo);
  border: var(--bgl-author-border) solid color-mix(in srgb, var(--bgl-color-accent) 30%, transparent);
  height: var(--bgl-author-photo);
  object-fit: cover;
  border-radius: 50%;
}
.bmc-author-photo-letter {
  justify-content: center;
  color: var(--bgl-color-btn-text);
  display: flex;
  height: var(--bgl-author-photo);
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
  width: var(--bgl-author-photo);
  background: linear-gradient(135deg, var(--bgl-color-primary), var(--bgl-color-accent));
  font-weight: 800;
}
.bmc-author-name {
  font-weight: var(--bgl-font-heading-weight);
  margin: 0;
  font-family: var(--bgl-font-heading);
  font-size: 1.5rem;
}
.bmc-author-title {
  color: var(--bgl-color-accent);
  margin-top: 0.25rem;
  font-size: 0.9rem;
  display: block;
}
.bmc-author-bio {
  opacity: 0.85;
  line-height: 1.6;
  color: var(--bgl-color-text);
  font-size: 0.95rem;
  margin-top: 0.75rem;
}
.bmc-author-tags {
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.bmc-author-tag {
  white-space: nowrap;
  border-radius: var(--bgl-radius-sm);
  color: var(--bgl-color-accent);
  padding: 0.3rem 0.75rem;
  background: color-mix(in srgb, var(--bgl-color-accent) 12%, transparent);
  font-size: 0.75rem;
}
.bmc-author-articles {
  margin-top: 2rem;
}
.bmc-author-articles-title {
  margin: 0 0 0.75rem;
  font-weight: var(--bgl-font-heading-weight);
  font-size: 1.1rem;
  font-family: var(--bgl-font-heading);
}
.bmc-author-articles-list {
  margin: 0;
  list-style: none;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.bmc-author-articles-list li a {
  text-decoration: none;
  font-size: 0.95rem;
  padding: 0.5rem 0;
  display: block;
  transition: color 0.2s;
  border-bottom: 1px solid color-mix(in srgb, var(--bgl-color-text) 10%, transparent);
  color: var(--bgl-color-text);
}
.bmc-author-articles-list li a:hover {
  color: var(--bgl-color-accent);
}
@media (min-width: 768px) {
  .bmc-author-photo { width: var(--bgl-author-photo-lg); height: var(--bgl-author-photo-lg); }
  .bmc-author-photo-letter {
  height: var(--bgl-author-photo-lg);
  width: var(--bgl-author-photo-lg);
  font-size: 2.5rem;
}
  .bmc-author-name { font-size: 1.75rem; }
}


.bmc-author-header--v0 .bmc-author-profile {
  align-items: center;
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 0.5rem;
}
.bmc-author-header--v0 .bmc-author-tags { justify-content: center; }


.bmc-author-header--v1 .bmc-author-card {
  box-shadow: var(--bgl-shadow-md);
  flex-direction: column;
  display: flex;
  background: var(--bgl-color-card);
  align-items: center;
  border-radius: var(--bgl-radius-lg);
  text-align: center;
  gap: 1rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .bmc-author-header--v1 .bmc-author-card {
  gap: 2rem;
  padding: 2rem;
  align-items: flex-start;
  flex-direction: row;
  text-align: left;
}
  .bmc-author-header--v1 .bmc-author-photo,
  .bmc-author-header--v1 .bmc-author-photo-letter { flex-shrink: 0; }
}


.bmc-author-header--v2 {
  flex-direction: column;
  display: flex;
  gap: 1.5rem;
}
.bmc-author-header--v2 .bmc-author-sidebar {
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .bmc-author-header--v2 {
  align-items: flex-start;
  gap: 2.5rem;
  flex-direction: row;
}
  .bmc-author-header--v2 .bmc-author-sidebar {
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--bgl-header-height) + 1rem);
  width: 220px;
}
  .bmc-author-header--v2 .bmc-author-main { flex: 1; min-width: 0; }
}


.bmc-author-header--v3 .bmc-author-inline {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.bmc-author-header--v3 .bmc-author-photo,
.bmc-author-header--v3 .bmc-author-photo-letter {
  height: 64px;
  width: 64px;
  flex-shrink: 0;
}
.bmc-author-header--v3 .bmc-author-photo-letter { font-size: 1.5rem; }
.bmc-author-header--v3 .bmc-author-name { font-size: 1.25rem; }
.bmc-author-header--v3 .bmc-author-title { font-size: 0.85rem; }
.bmc-author-header--v3 .bmc-author-bio { margin-top: 1rem; }
@media (min-width: 768px) {
  .bmc-author-header--v3 .bmc-author-photo,
  .bmc-author-header--v3 .bmc-author-photo-letter { width: 80px; height: 80px; }
  .bmc-author-header--v3 .bmc-author-name { font-size: 1.5rem; }
}


.bmc-author-header--v4 .bmc-author-banner {
  border-radius: var(--bgl-radius-lg);
  background: linear-gradient(135deg, var(--bgl-color-primary), color-mix(in srgb, var(--bgl-color-bg) 60%, var(--bgl-color-accent)));
  padding: 2rem 1.5rem;
}
.bmc-author-header--v4 .bmc-author-banner-content {
  align-items: center;
  gap: 1rem;
  display: flex;
  text-align: center;
  flex-direction: column;
}
.bmc-author-header--v4 .bmc-author-bio { opacity: 0.9; }
@media (min-width: 768px) {
  .bmc-author-header--v4 .bmc-author-banner { padding: 3rem; }
  .bmc-author-header--v4 .bmc-author-banner-content {
  text-align: left;
  gap: 2rem;
  flex-direction: row;
  align-items: center;
}
  .bmc-author-header--v4 .bmc-author-photo,
  .bmc-author-header--v4 .bmc-author-photo-letter { flex-shrink: 0; }
}



.bmc-contact-section {
  max-width: var(--bgl-container-max);
  padding: 0 var(--bgl-container-padding) var(--bgl-section-gap);
  margin: 0 auto;
}
.bmc-contact-intro {
  font-size: 1rem;
  line-height: var(--bgl-line-height);
  color: color-mix(in srgb, var(--bgl-color-text) 80%, transparent);
  margin-bottom: 1.5rem;
}
.bmc-cf-form { max-width: var(--bgl-form-max); }
.bmc-cf-group { margin-bottom: 1.25rem; }
.bmc-cf-label {
  margin-bottom: 0.4rem;
  color: var(--bgl-color-text);
  font-size: 0.85rem;
  display: block;
  font-weight: var(--bgl-font-bold-weight);
}
.bmc-cf-input {
  width: 100%;
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  border: 1px solid color-mix(in srgb, var(--bgl-color-text) 12%, transparent);
  border-radius: var(--bgl-radius-sm);
  color: var(--bgl-color-text);
  background: var(--bgl-color-card);
  box-sizing: border-box;
  transition: border-color var(--bgl-transition);
  font-family: var(--bgl-font-body);
}
.bmc-cf-input:focus { outline: none; border-color: var(--bgl-color-accent); }
.bmc-cf-textarea { resize: vertical; min-height: var(--bgl-textarea-min); }
.bmc-cf-submit {
  text-transform: var(--bgl-text-transform-btn);
  border: none;
  border-radius: var(--bgl-btn-radius);
  background: var(--bgl-color-accent);
  display: inline-block;
  transition: background var(--bgl-transition);
  color: var(--bgl-color-btn-text);
  font-weight: var(--bgl-font-bold-weight);
  letter-spacing: var(--bgl-letter-spacing-btn);
  padding: var(--bgl-btn-padding);
  cursor: pointer;
}
.bmc-cf-submit:hover { background: var(--bgl-color-accent-hover); }
@media (max-width: 640px) { .bmc-cf-submit { display: block; width: 100%; } }
.bmc-cf-success {
  border-left: 4px solid var(--bgl-color-success);
  padding: 2rem;
  color: var(--bgl-color-text);
  background: var(--bgl-color-card);
  border-radius: var(--bgl-radius-md);
}
.bmc-cf-info {
  flex-wrap: wrap;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.bmc-cf-info-item {
  display: flex;
  font-size: 0.9rem;
  border-radius: var(--bgl-radius-sm);
  padding: 0.75rem 1rem;
  gap: 0.25rem;
  background: var(--bgl-color-card);
  flex-direction: column;
}
.bmc-cf-info-item strong {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  color: var(--bgl-color-accent);
  text-transform: uppercase;
}


.bmc-cs--centered { text-align: center; }
.bmc-cs--centered .bmc-cf-form { margin: 0 auto; }
.bmc-cs-card {
  border-radius: var(--bgl-radius-lg);
  box-shadow: var(--bgl-shadow-md);
  background: var(--bgl-color-card);
  max-width: var(--bgl-form-max);
  margin: 0 auto;
  padding: 2rem;
}
.bmc-cs-card .bmc-cf-form { max-width: none; }


.bmc-cs--split {
  gap: 2rem;
  flex-direction: column;
  display: flex;
}
.bmc-cs-split-info { flex: 1; }
.bmc-cs-split-info h3 {
  margin: 0 0 1rem;
  font-family: var(--bgl-font-heading);
  font-size: 1.5rem;
}
.bmc-cs-split-form { flex: 1; }
.bmc-cs-split-form .bmc-cf-form { max-width: none; }
@media (min-width: 768px) {
  .bmc-cs--split {
  flex-direction: row;
  gap: 3rem;
  align-items: flex-start;
}
}


.bmc-cs--cards-top .bmc-cf-info { margin-bottom: 2rem; }
.bmc-cs--cards-top .bmc-cf-info-item {
  flex: 1;
  border: 1px solid color-mix(in srgb, var(--bgl-color-text) 8%, transparent);
  text-align: center;
  min-width: 140px;
}


.bmc-cs--glass { display: flex; justify-content: center; }
.bmc-cs-glass-panel {
  border-radius: var(--bgl-radius-lg);
  border: 1px solid color-mix(in srgb, var(--bgl-color-text) 8%, transparent);
  padding: 2.5rem;
  max-width: var(--bgl-form-max);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  width: 100%;
  background: color-mix(in srgb, var(--bgl-color-card) 60%, transparent);
}
.bmc-cs-glass-panel .bmc-cf-form { max-width: none; }


.bmc-cs--minimal .bmc-cf-input {
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--bgl-color-text) 20%, transparent);
}
.bmc-cs--minimal .bmc-cf-input:focus { border-bottom-color: var(--bgl-color-accent); }
.bmc-cs--minimal .bmc-cf-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--bgl-color-muted);
  letter-spacing: 0.08em;
}


.bmc-cs--sidebar {
  flex-direction: column;
  gap: 2rem;
  display: flex;
}
.bmc-cs-sidebar-info {
  border-radius: var(--bgl-radius-md);
  padding: 1.5rem;
  background: color-mix(in srgb, var(--bgl-color-primary) 15%, var(--bgl-color-bg));
}
.bmc-cs-sidebar-info h3 {
  font-size: 1.25rem;
  margin: 0 0 1rem;
  font-family: var(--bgl-font-heading);
}
.bmc-cs-sidebar-form .bmc-cf-form { max-width: none; }
@media (min-width: 768px) {
  .bmc-cs--sidebar { flex-direction: row; gap: 2.5rem; }
  .bmc-cs-sidebar-info {
  flex: 0 0 280px;
  position: sticky;
  top: calc(var(--bgl-header-height) + 1rem);
}
  .bmc-cs-sidebar-form { flex: 1; min-width: 0; }
}


.bmc-cs--hero {
  padding: 2.5rem 1.5rem;
  background: linear-gradient(135deg, var(--bgl-color-primary), color-mix(in srgb, var(--bgl-color-bg) 70%, var(--bgl-color-accent)));
  border-radius: var(--bgl-radius-lg);
}
.bmc-cs-hero-inner { max-width: var(--bgl-form-max); margin: 0 auto; }
.bmc-cs-hero-form .bmc-cf-form { max-width: none; }
@media (min-width: 768px) { .bmc-cs--hero { padding: 3.5rem; } }


.bmc-cs--stacked .bmc-cs-stacked-intro {
  border-bottom: 1px solid color-mix(in srgb, var(--bgl-color-text) 8%, transparent);
  margin-bottom: 2rem;
  text-align: center;
  padding-bottom: 1.5rem;
}
.bmc-cs--stacked .bmc-cs-stacked-form { max-width: var(--bgl-form-max); margin: 0 auto 2rem; }
.bmc-cs--stacked .bmc-cs-stacked-form .bmc-cf-form { max-width: none; }
.bmc-cs--stacked .bmc-cf-info { justify-content: center; }


.bmc-cookie-banner {
  z-index: 950;
  background: var(--bgl-color-card);
  position: fixed;
  flex-wrap: wrap;
  gap: 1rem;
  right: 0;
  display: flex;
  border-top: 1px solid color-mix(in srgb, var(--bgl-color-text) 10%, transparent);
  align-items: center;
  padding: 1rem var(--bgl-container-padding);
  justify-content: center;
  left: 0;
  box-shadow: 0 -4px 20px color-mix(in srgb, var(--bgl-color-bg) 80%, transparent);
  bottom: 0;
}
.bmc-cookie-text {
  color: var(--bgl-color-muted);
  font-size: var(--bgl-cookie-fs);
  min-width: 200px;
  flex: 1;
}
.bmc-cookie-actions {
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
}
.bmc-cookie-btn {
  font-size: var(--bgl-cookie-btn-fs);
  border: 1px solid color-mix(in srgb, var(--bgl-color-text) 15%, transparent);
  background: transparent;
  transition: background var(--bgl-transition), color var(--bgl-transition);
  font-weight: var(--bgl-font-bold-weight);
  color: var(--bgl-color-text);
  padding: var(--bgl-cookie-btn-pad);
  border-radius: var(--bgl-radius-sm);
  cursor: pointer;
}
.bmc-cookie-accept {
  background: var(--bgl-color-accent);
  color: var(--bgl-color-btn-text);
  border-color: var(--bgl-color-accent);
}
.bmc-cookie-accept:hover {
  background: var(--bgl-color-accent-hover);
}
.bmc-cookie-decline:hover {
  background: color-mix(in srgb, var(--bgl-color-text) 10%, transparent);
}
@media (max-width: 480px) {
  .bmc-cookie-banner { flex-direction: column; text-align: center; }
  .bmc-cookie-text { min-width: 0; }
  .bmc-cookie-actions { width: 100%; }
  .bmc-cookie-btn { flex: 1; }
}



.bmc-cookie-card {
  z-index: 950;
  position: fixed;
  bottom: 20px;
  border-radius: var(--bgl-radius-lg);
  max-width: calc(100vw - 40px);
  width: 380px;
  box-shadow: var(--bgl-shadow-lg);
  right: 20px;
  background: var(--bgl-color-card);
  padding: var(--bgl-container-padding);
}
.bmc-cookie-card-text {
  font-size: 0.82rem;
  margin: 0 0 1rem;
  line-height: 1.5;
  color: var(--bgl-color-muted);
}
.bmc-cookie-card-actions {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}
.bmc-cookie-card-actions .bmc-cookie-btn { width: 100%; }
@media (max-width: 480px) {
  .bmc-cookie-card {
  bottom: 16px;
  max-width: none;
  width: auto;
  left: 16px;
  right: 16px;
}
}



.bmc-cookie-top {
  position: fixed;
  left: 0;
  background: var(--bgl-color-card);
  display: flex;
  z-index: 950;
  box-shadow: var(--bgl-shadow-sm);
  align-items: center;
  border-bottom: 1px solid color-mix(in srgb, var(--bgl-color-text) 10%, transparent);
  justify-content: center;
  gap: 1rem;
  padding: 0.75rem var(--bgl-container-padding);
  right: 0;
  top: 0;
}
.bmc-cookie-top-text {
  min-width: 200px;
  font-size: 0.82rem;
  flex: 1;
  color: var(--bgl-color-muted);
}
.bmc-cookie-top-actions {
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
}
@media (max-width: 480px) {
  .bmc-cookie-top {
  text-align: center;
  flex-direction: column;
  padding: 12px 16px;
}
  .bmc-cookie-top-text { min-width: 0; }
  .bmc-cookie-top-actions { width: 100%; }
  .bmc-cookie-top-actions .bmc-cookie-btn { flex: 1; }
}





.bmc-trust-bar--pills {
  gap: 0.5rem;
}
.bmc-trust-pill {
  border-radius: var(--bgl-radius-pill);
  transition: background var(--bgl-transition);
  gap: 0.375rem;
  border: 1px solid color-mix(in srgb, var(--bgl-color-accent) 15%, transparent);
  display: inline-flex;
  padding: 0.375rem 0.875rem;
  font-size: 0.75rem;
  background: color-mix(in srgb, var(--bgl-color-accent) 8%, transparent);
  align-items: center;
}
.bmc-trust-pill:hover {
  background: color-mix(in srgb, var(--bgl-color-accent) 14%, transparent);
}
.bmc-trust-pill-icon {
  display: flex;
  align-items: center;
  height: 16px;
  flex-shrink: 0;
  width: 16px;
}
.bmc-trust-pill-icon svg {
  width: 100%;
  fill: var(--bgl-color-accent);
  height: 100%;
}
.bmc-trust-pill-text {
  white-space: nowrap;
  font-weight: var(--bgl-font-bold-weight);
  color: var(--bgl-color-text);
}
@media (max-width: 768px) {
  .bmc-trust-bar--pills {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bmc-trust-pill { padding: 4px 10px; font-size: 0.7rem; }
}


.bmc-trust-bar--minimal {
  max-width: var(--bgl-container-max);
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 1rem var(--bgl-container-padding);
  gap: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}
.bmc-trust-min-item {
  font-weight: var(--bgl-font-bold-weight);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
  white-space: nowrap;
  color: var(--bgl-color-muted);
}
.bmc-trust-min-sep {
  font-size: 0.9rem;
  margin: 0 0.75rem;
  color: var(--bgl-color-accent);
}
@media (max-width: 768px) {
  .bmc-trust-bar--minimal {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bmc-trust-min-item { font-size: 0.68rem; }
  .bmc-trust-min-sep { margin: 0 0.4rem; }
}


.bmc-trust-bar--cards {
  display: flex;
  padding: 1.5rem var(--bgl-container-padding);
  gap: 0.75rem;
  max-width: var(--bgl-container-max);
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.bmc-trust-card {
  gap: 0.5rem;
  border-radius: var(--bgl-radius-md);
  min-width: 100px;
  text-align: center;
  box-shadow: var(--bgl-shadow-sm);
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
  background: var(--bgl-color-card);
}
.bmc-trust-card-icon {
  width: var(--bgl-trust-icon);
  align-items: center;
  display: flex;
  justify-content: center;
  height: var(--bgl-trust-icon);
}
.bmc-trust-card-icon svg {
  height: 100%;
  width: 100%;
  fill: var(--bgl-color-accent);
}
.bmc-trust-card-text {
  text-transform: uppercase;
  color: var(--bgl-color-text);
  font-weight: var(--bgl-font-bold-weight);
  letter-spacing: 0.03em;
  font-size: 0.72rem;
}
@media (max-width: 768px) {
  .bmc-trust-bar--cards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bmc-trust-card { padding: 0.6rem 0.8rem; min-width: 80px; }
  .bmc-trust-card-text { font-size: 0.65rem; }
}


.bmc-trust-bar--marquee {
  position: relative;
  padding: 0.75rem 0;
  max-width: 100%;
  overflow: hidden;
}
.bmc-trust-bar--marquee::before,
.bmc-trust-bar--marquee::after {
  pointer-events: none;
  width: 3rem;
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.bmc-trust-bar--marquee::before {
  left: 0;
  background: linear-gradient(to right, var(--bgl-color-bg), transparent);
}
.bmc-trust-bar--marquee::after {
  right: 0;
  background: linear-gradient(to left, var(--bgl-color-bg), transparent);
}
.bmc-trust-mq-track {
  display: flex;
  animation: bmc-trustScroll 12s linear infinite;
  gap: 2rem;
  width: max-content;
}
@keyframes bmc-trustScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.bmc-trust-mq-item {
  gap: 0.5rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
}
.bmc-trust-mq-icon {
  display: flex;
  height: var(--bgl-trust-icon);
  width: var(--bgl-trust-icon);
  flex-shrink: 0;
}
.bmc-trust-mq-icon svg {
  height: 100%;
  width: 100%;
  fill: var(--bgl-color-accent);
}
.bmc-trust-mq-text {
  color: var(--bgl-color-muted);
  font-weight: var(--bgl-font-bold-weight);
  letter-spacing: 0.03em;
  font-size: var(--bgl-trust-fs);
  text-transform: uppercase;
}
@media (prefers-reduced-motion: reduce) {
  .bmc-trust-mq-track { animation: none; }
}



.bmc-byline-inline {
  max-width: var(--bgl-container-max);
  margin: 0 auto;
  padding: 1.5rem var(--bgl-container-padding);
}
.bmc-byline-inline-link {
  align-items: center;
  color: color-mix(in srgb, var(--bgl-color-text) 60%, transparent);
  line-height: 1.4;
  font-size: 0.875rem;
  transition: color var(--bgl-transition);
  display: inline-flex;
  gap: 0.5rem;
  text-decoration: none;
}
.bmc-byline-inline-link:hover {
  color: var(--bgl-color-accent);
}
.bmc-byline-inline-link strong {
  color: var(--bgl-color-text);
  font-weight: var(--bgl-font-bold-weight);
}
.bmc-byline-inline-img {
  flex-shrink: 0;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  width: 32px;
}
@media (max-width: 480px) {
  .bmc-byline-inline-img { width: 28px; height: 28px; }
  .bmc-byline-inline-link { font-size: 0.82rem; }
}



.bmc-error-page {
  justify-content: center;
  min-height: calc(100vh - var(--bgl-header-height) - 120px);
  flex-direction: column;
  text-align: center;
  position: relative;
  overflow: hidden;
  align-items: center;
  padding: var(--bgl-section-gap) var(--bgl-container-padding);
  display: flex;
}
.bmc-error-code {
  color: var(--bgl-color-accent);
  font-size: clamp(4rem, 15vw, 10rem);
  margin-bottom: 1rem;
  font-family: var(--bgl-font-heading);
  line-height: 1;
  opacity: var(--bgl-error-opacity);
  font-weight: var(--bgl-font-heading-weight);
}
.bmc-error-text {
  color: var(--bgl-color-text);
  font-family: var(--bgl-font-heading);
  margin-bottom: 0.75rem;
  font-weight: var(--bgl-font-heading-weight);
  font-size: clamp(1.25rem, 3vw, 2rem);
}
.bmc-error-desc {
  max-width: var(--bgl-error-desc-max);
  color: var(--bgl-color-muted);
  margin-bottom: 2rem;
  font-size: 1rem;
}
.bmc-error-btn {
  text-transform: var(--bgl-text-transform-btn);
  text-decoration: none;
  color: var(--bgl-color-btn-text);
  padding: var(--bgl-btn-padding);
  border-radius: var(--bgl-btn-radius);
  letter-spacing: var(--bgl-letter-spacing-btn);
  background: var(--bgl-color-accent);
  display: inline-block;
  font-weight: var(--bgl-font-bold-weight);
  transition: background var(--bgl-transition);
}
.bmc-error-btn:hover { background: var(--bgl-color-accent-hover); }




.bmc-err--neon { background: #0a0a0f; }
.bmc-err-neon-code {
  opacity: 1;
  text-shadow: 0 0 10px var(--bgl-color-accent), 0 0 20px var(--bgl-color-accent), 0 0 40px var(--bgl-color-accent), 0 0 80px var(--bgl-color-accent);
  animation: err-flicker 3s infinite;
}
@keyframes err-flicker { 0%,100%{opacity:1} 41%{opacity:1} 42%{opacity:0.8} 43%{opacity:1} 45%{opacity:0.3} 46%{opacity:1} }
.bmc-err-neon-btn {
  box-shadow: 0 0 8px var(--bgl-color-accent), inset 0 0 8px color-mix(in srgb, var(--bgl-color-accent) 20%, transparent);
  color: var(--bgl-color-accent);
  background: transparent;
  border: 2px solid var(--bgl-color-accent);
}
.bmc-err-neon-btn:hover { background: color-mix(in srgb, var(--bgl-color-accent) 15%, transparent); }


.bmc-err-glitch-code { position: relative; opacity: 1; }
.bmc-err-glitch-code::before,
.bmc-err-glitch-code::after {
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  content: attr(data-text);
  top: 0;
}
.bmc-err-glitch-code::before {
  clip-path: inset(20% 0 50% 0);
  color: #ff0040;
  animation: err-glitch-1 2s infinite linear;
}
.bmc-err-glitch-code::after {
  clip-path: inset(50% 0 20% 0);
  animation: err-glitch-2 2s infinite linear;
  color: #00ffff;
}
@keyframes err-glitch-1 { 0%{transform:translate(0)} 20%{transform:translate(-3px,3px)} 40%{transform:translate(3px,-3px)} 60%{transform:translate(-2px)} 80%{transform:translate(3px,2px)} 100%{transform:translate(0)} }
@keyframes err-glitch-2 { 0%{transform:translate(0)} 20%{transform:translate(3px,-2px)} 40%{transform:translate(-3px,3px)} 60%{transform:translate(2px)} 80%{transform:translate(-3px,-2px)} 100%{transform:translate(0)} }


.bmc-err--split { flex-direction: column; text-align: center; }
.bmc-err-split-code {
  font-family: var(--bgl-font-heading);
  color: var(--bgl-color-accent);
  line-height: 1;
  opacity: var(--bgl-error-opacity);
  font-size: clamp(5rem, 20vw, 12rem);
  font-weight: var(--bgl-font-heading-weight);
}
.bmc-err-split-content { max-width: 500px; }
@media (min-width: 768px) {
  .bmc-err--split {
  gap: 3rem;
  text-align: left;
  flex-direction: row;
}
  .bmc-err-split-code { display: flex; align-items: center; }
}


.bmc-err--card { background: transparent; }
.bmc-err-card-inner {
  max-width: 480px;
  border-radius: var(--bgl-radius-lg);
  box-shadow: var(--bgl-shadow-lg);
  padding: 3rem 2.5rem;
  background: var(--bgl-color-card);
  text-align: center;
}
.bmc-err-card-inner .bmc-error-code { font-size: clamp(3rem, 10vw, 5rem); }


.bmc-err--typo .bmc-err-typo-word {
  margin-bottom: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.bmc-err-typo-word span {
  font-family: var(--bgl-font-heading);
  text-transform: uppercase;
  font-weight: var(--bgl-font-heading-weight);
  line-height: 1;
}
.bmc-err-typo-word span:nth-child(1) {
  opacity: 0.8;
  color: var(--bgl-color-accent);
  font-size: clamp(2.5rem, 8vw, 5rem);
}
.bmc-err-typo-word span:nth-child(2) { font-size: clamp(2rem, 6vw, 4rem); color: var(--bgl-color-text); }
.bmc-err-typo-word span:nth-child(3) { font-size: clamp(1.5rem, 5vw, 3rem); color: var(--bgl-color-muted); }
.bmc-err-typo-word span:nth-child(n+4) {
  color: var(--bgl-color-muted);
  font-size: clamp(1.25rem, 4vw, 2rem);
  opacity: 0.6;
}


.bmc-err--scatter { position: relative; }
.bmc-err-digit {
  font-size: clamp(5rem, 18vw, 14rem);
  opacity: 0.06;
  font-weight: var(--bgl-font-heading-weight);
  font-family: var(--bgl-font-heading);
  position: absolute;
  color: var(--bgl-color-accent);
  line-height: 1;
  pointer-events: none;
}
.bmc-err-d1 {
  top: 5%;
  left: 5%;
  transform: rotate(-15deg);
}
.bmc-err-d2 {
  right: 10%;
  font-size: clamp(6rem, 22vw, 16rem);
  top: 15%;
  transform: rotate(8deg);
}
.bmc-err-d3 {
  bottom: 10%;
  transform: rotate(20deg);
  left: 15%;
}
.bmc-err-scatter-content {
  max-width: 500px;
  z-index: 1;
  position: relative;
}


.bmc-err--diagonal {
  padding: 4rem 2rem;
  margin: 2rem var(--bgl-container-padding);
  background: linear-gradient(135deg, var(--bgl-color-primary), color-mix(in srgb, var(--bgl-color-bg) 60%, var(--bgl-color-accent)));
  border-radius: var(--bgl-radius-lg);
  min-height: auto;
}
.bmc-err-diag-content { max-width: 500px; }


.bmc-drawer-close {
  height: 44px;
  display: flex;
  transition: border-color var(--bgl-transition), background var(--bgl-transition);
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  color: var(--bgl-color-text);
  justify-content: center;
  cursor: pointer;
  align-items: center;
  background: none;
  border: 1px solid color-mix(in srgb, var(--bgl-color-text) 15%, transparent);
  width: 44px;
  border-radius: 50%;
}
.bmc-drawer-close:hover {
  border-color: var(--bgl-color-accent);
  background: color-mix(in srgb, var(--bgl-color-accent) 10%, transparent);
}


.bmc-scroll-top {
  border: 1px solid color-mix(in srgb, var(--bgl-color-text) 15%, transparent);
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  align-items: center;
  width: var(--bgl-scroll-top-size);
  position: fixed;
  bottom: 1.5rem;
  box-shadow: var(--bgl-shadow-md);
  transform: translateY(20px);
  display: flex;
  justify-content: center;
  transition: opacity var(--bgl-transition), transform var(--bgl-transition), background var(--bgl-transition);
  color: var(--bgl-color-text);
  z-index: 900;
  border-radius: 50%;
  right: 1.5rem;
  background: color-mix(in srgb, var(--bgl-color-bg) 90%, transparent);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  height: var(--bgl-scroll-top-size);
}
.bmc-scroll-top:hover {
  border-color: var(--bgl-color-accent);
  background: var(--bgl-color-accent);
  color: var(--bgl-color-btn-text);
}
.bmc-scroll-top-arrow {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  display: block;
  width: 10px;
  transform: rotate(45deg) translateY(2px);
  height: 10px;
}
.bmc-scroll-top.bmc-scroll-top--visible {
  opacity: 1;
  transform: translateY(0);
}


.bmc-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: var(--bgl-container-max);
  font-size: var(--bgl-breadcrumb-fs);
  color: var(--bgl-color-muted);
  padding: 1rem var(--bgl-container-padding);
  margin: 0 auto;
  gap: 0.5rem;
}
.bmc-bc-item { text-decoration: none; color: var(--bgl-color-muted); }
a.bmc-bc-item:hover { color: var(--bgl-color-accent); }
.bmc-bc-active { color: var(--bgl-color-text); font-weight: var(--bgl-font-bold-weight); }
.bmc-bc-sep { opacity: 0.5; }


.bmc-bc--arrows .bmc-bc-sep { margin: 0 0.25rem; }


.bmc-bc--pills .bmc-bc-item {
  border-radius: var(--bgl-radius-pill);
  background: color-mix(in srgb, var(--bgl-color-text) 6%, transparent);
  padding: 0.25rem 0.75rem;
}
.bmc-bc--pills .bmc-bc-active {
  background: color-mix(in srgb, var(--bgl-color-accent) 12%, transparent);
  color: var(--bgl-color-accent);
}
.bmc-bc--pills a.bmc-bc-item:hover {
  background: color-mix(in srgb, var(--bgl-color-accent) 10%, transparent);
}


.bmc-bc--dots .bmc-bc-dot {
  width: 5px;
  flex-shrink: 0;
  border-radius: 50%;
  height: 5px;
  opacity: 0.5;
  background: var(--bgl-color-muted);
}


.bmc-bc--ribbon { gap: 0; }
.bmc-bc-ribbon-item {
  clip-path: polygon(0 0, calc(100% - 0.6rem) 0, 100% 50%, calc(100% - 0.6rem) 100%, 0 100%, 0.6rem 50%);
  color: var(--bgl-color-muted);
  background: color-mix(in srgb, var(--bgl-color-text) 6%, transparent);
  padding: 0.35rem 1rem 0.35rem 1.25rem;
  display: inline-block;
  text-decoration: none;
}
.bmc-bc--ribbon .bmc-bc-ribbon-item:first-child {
  clip-path: polygon(0 0, calc(100% - 0.6rem) 0, 100% 50%, calc(100% - 0.6rem) 100%, 0 100%);
  padding-left: 0.75rem;
}
.bmc-bc-ribbon-item.bmc-bc-active {
  color: var(--bgl-color-accent);
  font-weight: var(--bgl-font-bold-weight);
  background: color-mix(in srgb, var(--bgl-color-accent) 15%, transparent);
}
a.bmc-bc-ribbon-item:hover { background: color-mix(in srgb, var(--bgl-color-accent) 10%, transparent); color: var(--bgl-color-accent); }


.bmc-bc--underline .bmc-bc-item { padding-bottom: 0.3rem; }
.bmc-bc--underline .bmc-bc-active {
  border-bottom: 2px solid var(--bgl-color-accent);
  color: var(--bgl-color-accent);
}


.bmc-bc--skewed { gap: 0.25rem; }
.bmc-bc-skew-item {
  display: inline-block;
  background: color-mix(in srgb, var(--bgl-color-text) 6%, transparent);
  padding: 0.3rem 0.9rem;
  transform: skewX(-12deg);
  text-decoration: none;
  color: var(--bgl-color-muted);
}
.bmc-bc-skew-item span { display: inline-block; transform: skewX(12deg); }
.bmc-bc-skew-item.bmc-bc-active {
  color: var(--bgl-color-accent);
  background: color-mix(in srgb, var(--bgl-color-accent) 15%, transparent);
  font-weight: var(--bgl-font-bold-weight);
}
a.bmc-bc-skew-item:hover { background: color-mix(in srgb, var(--bgl-color-accent) 10%, transparent); color: var(--bgl-color-accent); }


.bmc-bc--floating {
  box-shadow: var(--bgl-shadow-sm);
  max-width: none;
  border-radius: var(--bgl-radius-md);
  width: auto;
  background: var(--bgl-color-card);
  padding: 0.6rem 1.25rem;
  display: inline-flex;
}
.bmc-bc--floating .bmc-bc-sep { margin: 0 0.4rem; }


.bmc-page-hero {
  padding: 2rem var(--bgl-container-padding) 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .bmc-page-hero { padding: var(--bgl-section-gap) var(--bgl-container-padding) 2rem; }
}
.bmc-page-hero-inner {
  max-width: var(--bgl-container-max);
  margin: 0 auto;
}
.bmc-page-hero h1 {
  font-size: clamp(var(--bgl-h1-min), 4vw, var(--bgl-hero-h1-max));
}
.bmc-page-hero-accent {
  margin: 1rem auto 0;
  background: var(--bgl-color-accent);
  border-radius: 2px;
  width: var(--bgl-hero-accent-w);
  height: var(--bgl-hero-accent-h);
}


.bmc-reveal {
  opacity: 0;
  transform: var(--bgl-reveal-transform, translateY(var(--bgl-animation-distance)));
  transition: opacity var(--bgl-animation-duration) var(--bgl-animation-ease),
              transform var(--bgl-animation-duration) var(--bgl-animation-ease);
}
.bmc-reveal--visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .bmc-reveal {
  opacity: 1;
  transition: none;
  transform: none;
}
}




.bmc-footer {
  color: var(--bgl-color-text);
  border-top: 2px solid var(--bgl-color-accent);
  position: relative;
  text-align: center;
  background: var(--bgl-color-primary);
  box-sizing: border-box;
  padding: 3rem 1rem 1.5rem;
  width: 100%;
  overflow: hidden;
}


.bmc-footer::before {
  position: absolute;
  left: 0;
  content: '';
  box-shadow: 0 0 20px color-mix(in srgb, var(--bgl-color-accent) 15%, transparent);
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--bgl-color-accent) 40%, transparent), transparent);
  right: 0;
  top: 0;
}


.bmc-footer::after {
  top: 0; right: 0; bottom: 0; left: 0;
  position: absolute;
  pointer-events: none;
  content: '';
  background-image: radial-gradient(color-mix(in srgb, var(--bgl-color-accent) 2%, transparent) 1px, transparent 1px);
  background-size: 24px 24px;
}

.bmc-footer-inner {
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
  position: relative;
  display: flex;
  gap: 1.25rem;
  z-index: 1;
  max-width: var(--bgl-container-max);
}


.bmc-footer-brand {
  letter-spacing: var(--bgl-letter-spacing-body);
  color: var(--bgl-color-text);
  -webkit-text-fill-color: currentColor;
  font-size: 1.5rem;
  font-family: var(--bgl-font-heading);
  font-weight: var(--bgl-font-heading-weight);
  margin: 0;
}


.bmc-footer-nav {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  gap: 0.5rem 1.25rem;
  list-style: none;
}

.bmc-footer-nav a {
  opacity: 0.65;
  text-decoration: none;
  font-family: var(--bgl-font-body);
  font-size: 0.875rem;
  transition: opacity var(--bgl-transition), color var(--bgl-transition);
  color: var(--bgl-color-text);
}

.bmc-footer-nav a:hover,
.bmc-footer-nav a:focus-visible {
  opacity: 1;
  color: var(--bgl-color-accent);
}


.bmc-footer-divider {
  border: none;
  background: linear-gradient(90deg, transparent, var(--bgl-color-accent), transparent);
  opacity: 0.3;
  height: 1px;
  width: 80px;
  margin: 0.25rem 0;
}


.bmc-footer-legal {
  padding: 0;
  margin: 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 0.5rem 1.25rem;
}

.bmc-footer-legal a {
  opacity: 0.4;
  text-decoration: none;
  font-size: 0.72rem;
  font-family: var(--bgl-font-body);
  transition: opacity var(--bgl-transition), color var(--bgl-transition);
  color: var(--bgl-color-text);
  letter-spacing: var(--bgl-letter-spacing-body);
}

.bmc-footer-legal a:hover,
.bmc-footer-legal a:focus-visible {
  opacity: 1;
  color: var(--bgl-color-accent);
}


.bmc-footer-social {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.bmc-footer-social-link {
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--bgl-color-accent) 15%, transparent);
  display: flex;
  width: 36px;
  border-radius: 50%;
  text-decoration: none;
  transition: background var(--bgl-transition), box-shadow var(--bgl-transition), transform var(--bgl-transition), border-color var(--bgl-transition);
  background: color-mix(in srgb, var(--bgl-color-accent) 8%, transparent);
  height: 36px;
  color: var(--bgl-color-accent);
  justify-content: center;
}

.bmc-footer-social-link svg {
  width: 18px;
  height: 18px;
}

.bmc-footer-social-link:hover,
.bmc-footer-social-link:focus-visible {
  box-shadow: 0 0 16px color-mix(in srgb, var(--bgl-color-accent) 30%, transparent);
  border-color: color-mix(in srgb, var(--bgl-color-accent) 40%, transparent);
  background: color-mix(in srgb, var(--bgl-color-accent) 15%, transparent);
  transform: translateY(-2px);
}


.bmc-footer-copy {
  font-size: 0.72rem;
  opacity: 0.3;
  margin: 0;
  letter-spacing: var(--bgl-letter-spacing-body);
  font-family: var(--bgl-font-body);
}

@media (min-width: 768px) {
  .bmc-footer {
    padding: 4rem 2rem 2rem;
  }

  .bmc-footer-inner {
    gap: 1.75rem;
  }

  .bmc-footer-brand {
    font-size: 1.75rem;
  }

  .bmc-footer-nav {
    gap: 0.75rem 2rem;
  }

  .bmc-footer-nav a {
    font-size: var(--bgl-font-size-base);
  }

  .bmc-footer-divider {
    width: 100px;
  }
}

@media (min-width: 1024px) {
  .bmc-footer {
    padding: 4rem 2rem 2rem;
  }

  .bmc-footer-brand {
    font-size: 2rem;
  }
}


.bmc-footer--v1 {
  text-align: left;
}
.bmc-footer--v1 .bmc-footer-inner {
  align-items: flex-start;
}
.bmc-footer--v1 .bmc-footer-nav {
  justify-content: flex-start;
  gap: 0.5rem 1.5rem;
}
.bmc-footer--v1 .bmc-footer-legal {
  justify-content: flex-start;
}
.bmc-footer--v1 .bmc-footer-social {
  justify-content: flex-start;
}






@media (min-width: 768px) {
}




.bmc-faqgc {
  margin: 0 auto;
  overflow: hidden;
  padding: var(--bgl-section-gap) var(--bgl-container-padding);
  position: relative;
  width: 100%;
  max-width: var(--bgl-container-max);
  box-sizing: border-box;
}


.bmc-faqgc-bg-glow {
  position: absolute;
  top: 20%;
  background: radial-gradient(circle, color-mix(in srgb, var(--bgl-color-accent) 6%, transparent) 0%, transparent 70%);
  height: 500px;
  z-index: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 500px;
  pointer-events: none;
}


.bmc-faqgc-header {
  text-align: center;
  position: relative;
  margin-bottom: 2.5rem;
  z-index: 1;
}

.bmc-faqgc-title {
  letter-spacing: var(--bgl-letter-spacing-heading);
  margin: 0 0 0.75rem 0;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: var(--bgl-color-text);
  font-family: var(--bgl-font-heading);
  font-weight: var(--bgl-font-heading-weight);
}

.bmc-faqgc-accent {
  display: block;
  background: linear-gradient(90deg, var(--bgl-color-accent), color-mix(in srgb, var(--bgl-color-accent) 20%, transparent));
  box-shadow: 0 0 12px color-mix(in srgb, var(--bgl-color-accent) 20%, transparent);
  margin: 0 auto;
  border-radius: var(--bgl-radius-pill);
  height: 3px;
  width: 60px;
}


.bmc-faqgc-grid {
  z-index: 1;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  position: relative;
  display: grid;
}


.bmc-faqgc-card {
  transition: transform var(--bgl-transition), box-shadow var(--bgl-transition), border-color var(--bgl-transition);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid color-mix(in srgb, var(--bgl-color-text) 8%, transparent);
  padding: 1.75rem;
  background: color-mix(in srgb, var(--bgl-color-text) 3%, transparent);
  -webkit-backdrop-filter: blur(16px);
  border-radius: var(--bgl-radius-lg);
}

.bmc-faqgc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px color-mix(in srgb, var(--bgl-color-accent) 8%, transparent);
  border-color: color-mix(in srgb, var(--bgl-color-accent) 18%, transparent);
}


.bmc-faqgc-q {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.bmc-faqgc-badge {
  font-size: 0.65rem;
  font-weight: var(--bgl-font-bold-weight);
  height: 28px;
  flex-shrink: 0;
  background: color-mix(in srgb, var(--bgl-color-accent) 10%, transparent);
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--bgl-color-accent) 15%, transparent);
  border-radius: var(--bgl-radius-sm);
  color: var(--bgl-color-accent);
  min-width: 28px;
  display: flex;
  justify-content: center;
  font-family: var(--bgl-font-heading);
}

.bmc-faqgc-question {
  margin: 0;
  color: var(--bgl-color-text);
  font-size: 1rem;
  line-height: 1.4;
  font-family: var(--bgl-font-body);
  font-weight: var(--bgl-font-bold-weight);
}


.bmc-faqgc-answer {
  line-height: var(--bgl-line-height);
  color: var(--bgl-color-text);
  font-family: var(--bgl-font-body);
  opacity: 0.8;
  padding-left: 2.5rem;
  margin: 0;
  font-size: 0.93rem;
}



@media (min-width: 768px) {
  .bmc-faqgc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .bmc-faqgc-card {
    padding: 2rem;
  }

  .bmc-faqgc-question {
    font-size: 1.05rem;
  }
}

@media (min-width: 1024px) {
  .bmc-faqgc-card {
    padding: 2.25rem;
  }

  .bmc-faqgc-bg-glow {
    width: 700px;
    height: 700px;
  }
}




@media (min-width: 768px) {
}
@media (min-width: 1200px) {
}








.bmc-table-section {
  max-width: var(--bgl-container-max);
  margin: 0 auto;
  padding: var(--bgl-section-gap) var(--bgl-container-padding);
  width: 100%;
  box-sizing: border-box;
}

.bmc-table-title {
  font-family: var(--bgl-font-heading);
  text-align: center;
  font-weight: var(--bgl-font-heading-weight);
  color: var(--bgl-color-text);
  font-size: 1.75rem;
  letter-spacing: var(--bgl-letter-spacing-heading);
  margin: 0 0 0.75rem 0;
}

.bmc-table-title::after {
  border-radius: var(--bgl-radius-pill);
  margin: 0.75rem auto 2.5rem;
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--bgl-color-accent), transparent);
  content: '';
  width: 60px;
  box-shadow: 0 0 12px color-mix(in srgb, var(--bgl-color-accent) 20%, transparent);
}


.bmc-table-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bmc-table-card {
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
  transition: border-color var(--bgl-transition), box-shadow var(--bgl-transition), transform var(--bgl-transition);
  border: 1px solid color-mix(in srgb, var(--bgl-color-accent) 10%, transparent);
  border-radius: var(--bgl-radius-lg);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: color-mix(in srgb, var(--bgl-color-text) 3%, transparent);
}


.bmc-table-card::before {
  transition: opacity var(--bgl-transition);
  position: absolute;
  left: 0;
  content: '';
  opacity: 0;
  border-radius: 0 var(--bgl-radius-sm) var(--bgl-radius-sm) 0;
  top: 0;
  background: var(--bgl-color-accent);
  height: 100%;
  width: 3px;
}

.bmc-table-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--bgl-shadow-md), 0 0 24px color-mix(in srgb, var(--bgl-color-accent) 6%, transparent);
  border-color: color-mix(in srgb, var(--bgl-color-accent) 20%, transparent);
}

.bmc-table-card:hover::before {
  opacity: 1;
}

.bmc-table-card-row {
  justify-content: space-between;
  padding: 0.65rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--bgl-color-text) 4%, transparent);
  font-size: 0.9rem;
  font-family: var(--bgl-font-body);
  align-items: baseline;
  display: flex;
}

.bmc-table-card-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.bmc-table-card-row:first-child {
  padding-top: 0;
}

.bmc-table-card-label {
  margin-right: 1rem;
  font-weight: var(--bgl-font-bold-weight);
  letter-spacing: var(--bgl-letter-spacing-btn);
  font-size: 0.75rem;
  opacity: 0.9;
  color: var(--bgl-color-accent);
  flex-shrink: 0;
  text-transform: uppercase;
}

.bmc-table-card-value {
  color: var(--bgl-color-card-text);
  opacity: 0.9;
  text-align: right;
}


.bmc-table-desktop {
  display: none;
}

.bmc-table {
  border-collapse: separate;
  border: 1px solid color-mix(in srgb, var(--bgl-color-text) 6%, transparent);
  box-shadow: var(--bgl-shadow-lg);
  font-family: var(--bgl-font-body);
  border-spacing: 0;
  overflow: hidden;
  border-radius: var(--bgl-radius-lg);
  width: 100%;
  font-size: var(--bgl-font-size-base);
}

.bmc-table thead th {
  padding: 0.875rem 1.25rem;
  text-transform: uppercase;
  letter-spacing: var(--bgl-letter-spacing-btn);
  color: var(--bgl-color-btn-text);
  font-weight: var(--bgl-font-bold-weight);
  text-align: left;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  font-size: 0.8rem;
  background: var(--bgl-color-accent);
}

.bmc-table tbody td {
  border-bottom: 1px solid color-mix(in srgb, var(--bgl-color-text) 4%, transparent);
  color: var(--bgl-color-text);
  padding: 0.875rem 1.25rem;
  transition: background var(--bgl-transition);
}

.bmc-table tbody tr {
  transition: background var(--bgl-transition);
}

.bmc-table tbody tr:nth-child(even) {
  background: color-mix(in srgb, var(--bgl-color-text) 3%, transparent);
}

.bmc-table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.15);
}

.bmc-table tbody tr:hover td {
  background: color-mix(in srgb, var(--bgl-color-accent) 4%, transparent);
}

.bmc-table tbody tr:hover td:first-child {
  box-shadow: inset 3px 0 0 var(--bgl-color-accent);
}

.bmc-table tbody tr:last-child td {
  border-bottom: none;
}


.bmc-table-card-highlight {
  text-shadow: 0 0 8px color-mix(in srgb, var(--bgl-color-accent) 30%, transparent);
  color: var(--bgl-color-accent);
  font-weight: var(--bgl-font-bold-weight);
}


@media (min-width: 768px) {
  .bmc-table-title {
    font-size: 2.25rem;
  }

  .bmc-table-cards {
    display: none;
  }

  .bmc-table-desktop {
    display: block;
  }
}

@media (min-width: 1024px) {
  .bmc-table tbody td {
    padding: 1rem 1.5rem;
  }

  .bmc-table thead th {
    padding: 1rem 1.5rem;
    font-size: 0.82rem;
  }
}


@media (hover: hover) {
}


@media (hover: hover) {
}


.bmc-table-section--v3 .bmc-table thead th {
  color: var(--bgl-color-btn-text);
  background: linear-gradient(135deg, var(--bgl-color-accent), var(--bgl-color-accent-hover));
  border-bottom: none;
}
.bmc-table-section--v3 .bmc-table-title::after {
  background: linear-gradient(90deg, var(--bgl-color-accent), var(--bgl-color-accent-hover));
}
@media (hover: hover) {
  .bmc-table-section--v3 .bmc-table tbody tr:hover td {
    background: color-mix(in srgb, var(--bgl-color-accent) 4%, transparent);
  }
  .bmc-table-section--v3 .bmc-table tbody tr:hover td:first-child {
    box-shadow: inset 4px 0 0 var(--bgl-color-accent);
  }
}
.bmc-table-section--v3 .bmc-table-card {
  border-top: 3px solid var(--bgl-color-accent);
  border-left: none;
}
.bmc-table-section--v3 .bmc-table-card::before { display: none; }


@media (hover: hover) {
}


@media (hover: hover) {
}


@media (hover: hover) {
}
@media (min-width: 768px) {
}


@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (hover: hover) {
}




.bmc-rv-rb {
  margin: 0 auto;
  max-width: var(--bgl-container-max);
  padding: var(--bgl-section-gap) var(--bgl-container-padding);
}

.bmc-rv-rb__title {
  font-family: var(--bgl-font-heading);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  margin: 0 0 2rem;
  letter-spacing: var(--bgl-letter-spacing-heading);
  text-align: center;
  font-weight: var(--bgl-font-heading-weight);
  color: var(--bgl-color-text);
}


.bmc-rv-rb__summary {
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  gap: 2rem;
  border-radius: var(--bgl-radius-lg);
  margin-bottom: 2.5rem;
  background: var(--bgl-color-card);
  display: flex;
  border: 1px solid color-mix(in srgb, var(--bgl-color-text) 6%, transparent);
}


.bmc-rv-rb__score-block {
  text-align: center;
  flex-shrink: 0;
}

.bmc-rv-rb__score {
  display: block;
  font-family: var(--bgl-font-heading);
  color: var(--bgl-color-accent);
  line-height: 1;
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: var(--bgl-font-heading-weight);
  text-shadow: 0 0 20px color-mix(in srgb, var(--bgl-color-accent) 20%, transparent);
}

.bmc-rv-rb__score-stars {
  margin: 0.5rem 0 0.25rem;
  color: var(--bgl-color-accent);
  letter-spacing: 0.12em;
  font-size: 1.4rem;
}

.bmc-rv-rb__count {
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--bgl-color-text) 50%, transparent);
}


.bmc-rv-rb__bars {
  width: 100%;
  flex-direction: column;
  display: flex;
  gap: 0.6rem;
  max-width: 400px;
}

.bmc-rv-rb__bar-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.bmc-rv-rb__bar-label {
  width: 3rem;
  flex-shrink: 0;
  color: color-mix(in srgb, var(--bgl-color-text) 70%, transparent);
  font-family: var(--bgl-font-body);
  font-size: 0.78rem;
  text-align: right;
}

.bmc-rv-rb__bar-track {
  overflow: hidden;
  border-radius: var(--bgl-radius-pill);
  flex: 1;
  height: 8px;
  background: color-mix(in srgb, var(--bgl-color-text) 8%, transparent);
}

.bmc-rv-rb__bar-fill {
  background: linear-gradient(90deg, var(--bgl-color-accent), color-mix(in srgb, var(--bgl-color-accent) 70%, #fff));
  transition: width 0.6s ease;
  border-radius: var(--bgl-radius-pill);
  height: 100%;
}

.bmc-rv-rb__bar-pct {
  color: color-mix(in srgb, var(--bgl-color-text) 45%, transparent);
  flex-shrink: 0;
  font-size: 0.72rem;
  width: 2.5rem;
}


.bmc-rv-rb__snippets {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.bmc-rv-rb__snippet {
  padding: 1rem 1.25rem;
  border-radius: 0 var(--bgl-radius-sm) var(--bgl-radius-sm) 0;
  border-left: 3px solid color-mix(in srgb, var(--bgl-color-accent) 30%, transparent);
  background: color-mix(in srgb, var(--bgl-color-card) 50%, transparent);
}

.bmc-rv-rb__snippet--hidden {
  display: none;
}

.bmc-rv-rb__snippet-text {
  line-height: var(--bgl-line-height);
  margin: 0 0 0.4rem;
  color: color-mix(in srgb, var(--bgl-color-text) 75%, transparent);
  font-size: 0.88rem;
  font-style: italic;
}

.bmc-rv-rb__snippet-author {
  font-size: 0.78rem;
  color: color-mix(in srgb, var(--bgl-color-text) 50%, transparent);
}

.bmc-rv-rb__more {
  border: 1px solid color-mix(in srgb, var(--bgl-color-text) 20%, transparent);
  font-size: 0.85rem;
  display: block;
  border-radius: var(--bgl-radius-sm);
  transition: border-color var(--bgl-transition), background var(--bgl-transition);
  cursor: pointer;
  background: transparent;
  font-family: var(--bgl-font-body);
  color: var(--bgl-color-text);
  margin: 1.5rem auto 0;
  padding: 0.7rem 2rem;
}

.bmc-rv-rb__more:hover {
  border-color: var(--bgl-color-accent);
  background: color-mix(in srgb, var(--bgl-color-accent) 8%, transparent);
}

@media (min-width: 768px) {
  .bmc-rv-rb__summary {
  flex-direction: row;
  align-items: center;
  gap: 3rem;
  padding: 2.5rem 3rem;
}

  .bmc-rv-rb__snippet--hidden {
    display: block;
  }

  .bmc-rv-rb__more {
    display: none;
  }

  .bmc-rv-rb__snippets {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  display: grid;
}
}

@media (min-width: 1024px) {
  .bmc-rv-rb__bars {
    max-width: 450px;
  }
}


@media (min-width: 768px) {
}


@media (min-width: 768px) {
}


.bmc-rv-rb--v3 .bmc-rv-rb__bar-fill {
  background: var(--bgl-color-accent);
}
.bmc-rv-rb--v3 .bmc-rv-rb__score {
  display: flex;
  font-size: 2rem;
  border: 3px solid var(--bgl-color-accent);
  height: 5rem;
  border-radius: 50%;
  align-items: center;
  text-shadow: none;
  justify-content: center;
  margin: 0 auto;
  width: 5rem;
}
@media (min-width: 768px) {
  .bmc-rv-rb--v3 .bmc-rv-rb__score {
  font-size: 2.4rem;
  width: 6rem;
  height: 6rem;
}
}


@media (min-width: 768px) {
}
@media (min-width: 768px) {
}




.bmc-cta-cd {
  padding: var(--bgl-section-gap) var(--bgl-container-padding);
  max-width: var(--bgl-container-max);
  margin: 0 auto;
}

.bmc-cta-cd__inner {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border: 1px solid color-mix(in srgb, var(--bgl-color-text) 8%, transparent);
  overflow: hidden;
  position: relative;
  border-radius: var(--bgl-radius-lg);
  background: var(--bgl-color-card);
}


.bmc-cta-cd__inner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, transparent, var(--bgl-color-accent), transparent);
  height: 3px;
  left: 0;
}

.bmc-cta-cd__title {
  font-weight: var(--bgl-font-heading-weight);
  letter-spacing: var(--bgl-letter-spacing-heading);
  margin: 0 0 0.5rem;
  font-family: var(--bgl-font-heading);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: var(--bgl-line-height-heading);
  color: var(--bgl-color-text);
}

.bmc-cta-cd__text {
  font-family: var(--bgl-font-body);
  margin: 0 0 2rem;
  margin-left: auto;
  max-width: 500px;
  margin-right: auto;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--bgl-color-text) 60%, transparent);
  line-height: var(--bgl-line-height);
}


.bmc-cta-cd__timer {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 2rem;
  align-items: center;
}

.bmc-cta-cd__box {
  background: color-mix(in srgb, var(--bgl-color-primary) 80%, #000);
  align-items: center;
  gap: 0.3rem;
  border-radius: var(--bgl-radius-md);
  flex-direction: column;
  min-width: 56px;
  padding: 0.75rem 0.5rem;
  display: flex;
  border: 1px solid color-mix(in srgb, var(--bgl-color-accent) 20%, transparent);
}

.bmc-cta-cd__num {
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 12px color-mix(in srgb, var(--bgl-color-accent) 25%, transparent);
  color: var(--bgl-color-accent);
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  line-height: 1;
  font-weight: var(--bgl-font-heading-weight);
  font-family: var(--bgl-font-heading);
}

.bmc-cta-cd__label {
  letter-spacing: 0.1em;
  color: color-mix(in srgb, var(--bgl-color-text) 40%, transparent);
  font-size: 0.6rem;
  font-family: var(--bgl-font-body);
  text-transform: uppercase;
  font-weight: var(--bgl-font-bold-weight);
}

.bmc-cta-cd__sep {
  font-family: var(--bgl-font-heading);
  font-size: 1.5rem;
  color: var(--bgl-color-accent);
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 1rem;
}


.bmc-cta-cd__btn {
  letter-spacing: var(--bgl-letter-spacing-btn);
  box-shadow: 0 0 16px color-mix(in srgb, var(--bgl-color-accent) 25%, transparent);
  background: var(--bgl-color-accent);
  transition: transform var(--bgl-transition), box-shadow var(--bgl-transition);
  text-transform: uppercase;
  font-weight: var(--bgl-font-bold-weight);
  border-radius: var(--bgl-btn-radius);
  color: var(--bgl-color-btn-text);
  font-family: var(--bgl-font-body);
  padding: var(--bgl-btn-padding);
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
}

.bmc-cta-cd__btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px color-mix(in srgb, var(--bgl-color-accent) 40%, transparent);
}

@media (min-width: 768px) {
  .bmc-cta-cd__inner {
    padding: 3.5rem 3rem;
  }

  .bmc-cta-cd__timer {
    gap: 0.75rem;
  }

  .bmc-cta-cd__box {
    min-width: 72px;
    padding: 1rem 0.75rem;
  }

  .bmc-cta-cd__btn {
    font-size: 1.05rem;
    padding: 1rem 3rem;
  }
}

@media (min-width: 1024px) {
  .bmc-cta-cd__inner {
    padding: 4rem 4rem;
  }

  .bmc-cta-cd__box {
    min-width: 84px;
    padding: 1.25rem 1rem;
  }
}








.bmc-cta-cd--v4 .bmc-cta-cd__box {
  background: var(--bgl-color-accent);
  border-color: var(--bgl-color-accent);
}
.bmc-cta-cd--v4 .bmc-cta-cd__num {
  color: #000;
  text-shadow: none;
}
.bmc-cta-cd--v4 .bmc-cta-cd__label {
  color: #000;
  opacity: 0.6;
}
.bmc-cta-cd--v4 .bmc-cta-cd__sep {
  color: var(--bgl-color-accent);
  opacity: 0.8;
}




.bmc-cg-zz {
  padding: var(--bgl-section-gap) 0;
  position: relative;
}

.bmc-cg-zz__container {
  max-width: var(--bgl-container-max);
  margin: 0 auto;
  padding: 0 var(--bgl-container-padding);
}


.bmc-cg-zz__header {
  text-align: center;
  margin-bottom: var(--bgl-section-gap);
}

.bmc-cg-zz__heading {
  font-weight: var(--bgl-font-heading-weight);
  letter-spacing: var(--bgl-letter-spacing-heading);
  font-family: var(--bgl-font-heading);
  color: var(--bgl-color-text);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}


.bmc-cg-zz__row {
  gap: 1.5rem;
  flex-direction: column;
  border-bottom: 1px solid color-mix(in srgb, var(--bgl-color-text) 6%, transparent);
  display: flex;
  padding: 2rem 0;
}

.bmc-cg-zz__row:last-child {
  border-bottom: none;
}


.bmc-cg-zz__visual {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.bmc-cg-zz__num {
  opacity: 0.25;
  color: var(--bgl-color-accent);
  font-weight: var(--bgl-font-heading-weight);
  font-family: var(--bgl-font-heading);
  line-height: 1;
  font-size: 3rem;
  letter-spacing: -0.02em;
}

.bmc-cg-zz__icon {
  align-items: center;
  border-radius: var(--bgl-radius-md);
  border: 1px solid color-mix(in srgb, var(--bgl-color-accent) 15%, transparent);
  display: flex;
  background: color-mix(in srgb, var(--bgl-color-accent) 8%, transparent);
  color: var(--bgl-color-accent);
  width: 48px;
  justify-content: center;
  height: 48px;
}

.bmc-cg-zz__icon svg {
  height: 22px;
  display: block;
  width: 22px;
}


.bmc-cg-zz__title {
  letter-spacing: var(--bgl-letter-spacing-body);
  font-size: 1.15rem;
  font-family: var(--bgl-font-heading);
  color: var(--bgl-color-accent);
  margin-bottom: 0.5rem;
  font-weight: var(--bgl-font-bold-weight);
}

.bmc-cg-zz__text {
  opacity: 0.8;
  line-height: var(--bgl-line-height);
  font-family: var(--bgl-font-body);
  font-size: var(--bgl-font-size-base);
  color: var(--bgl-color-card-text);
}



@media (min-width: 768px) {
  .bmc-cg-zz__row {
  gap: 3rem;
  flex-direction: row;
  padding: 3rem 0;
  align-items: center;
}

  .bmc-cg-zz__visual {
  flex-direction: column;
  text-align: center;
  align-items: center;
  flex: 0 0 180px;
}

  .bmc-cg-zz__content {
    flex: 1;
    min-width: 0;
  }

  
  .bmc-cg-zz__row--flip {
    flex-direction: row-reverse;
    text-align: right;
  }

  .bmc-cg-zz__row--flip .bmc-cg-zz__title,
  .bmc-cg-zz__row--flip .bmc-cg-zz__text {
    text-align: right;
  }

  .bmc-cg-zz__num {
    font-size: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .bmc-cg-zz__visual {
    flex: 0 0 220px;
  }

  .bmc-cg-zz__row {
    gap: 4rem;
    padding: 3.5rem 0;
  }

  .bmc-cg-zz__num {
    font-size: 4rem;
  }

  .bmc-cg-zz__title {
    font-size: 1.3rem;
  }

  .bmc-cg-zz__icon {
    width: 56px;
    height: 56px;
  }

  .bmc-cg-zz__icon svg {
    width: 26px;
    height: 26px;
  }
}







@media (min-width: 768px) {
}











@media (min-width: 768px) {
}








@media (min-width: 768px) {

}




.bmc-hero {
  overflow: hidden;
  display: grid;
  background: linear-gradient(135deg, var(--bgl-color-primary) 0%, var(--bgl-color-bg) 100%);
  min-height: auto;
  position: relative;
  grid-template-columns: 1fr;
  box-sizing: border-box;
}


.bmc-hero::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  right: 0;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--bgl-color-accent) 25%, transparent) 50%,
    transparent
  );
  height: 1px;
}


.bmc-hero-content {
  display: flex;
  position: relative;
  gap: 1.25rem;
  flex-direction: column;
  z-index: 1;
  padding: 3.5rem var(--bgl-container-padding);
  justify-content: center;
}


.bmc-hero-content::before {
  height: min(500px, 130vw);
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(
    ellipse at center,
    color-mix(in srgb, var(--bgl-color-accent) 5%, transparent) 0%,
    transparent 65%
  );
  width: min(500px, 130vw);
  left: -10%;
  content: '';
}


.bmc-hero-accent-line {
  background: linear-gradient(
    90deg,
    var(--bgl-color-accent),
    color-mix(in srgb, var(--bgl-color-accent) 40%, transparent)
  );
  box-shadow: 0 0 12px color-mix(in srgb, var(--bgl-color-accent) 30%, transparent);
  border-radius: var(--bgl-radius-sm);
  height: 3px;
  width: 60px;
}


.bmc-hero-title {
  font-size: 2.2rem;
  color: var(--bgl-color-text);
  letter-spacing: var(--bgl-letter-spacing-heading);
  font-weight: var(--bgl-font-heading-weight);
  font-family: var(--bgl-font-heading);
  margin: 0;
  line-height: var(--bgl-line-height-heading);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}


.bmc-hero-subtitle-wrap {
  gap: 0.75rem;
  display: flex;
  align-items: flex-start;
}

.bmc-hero-badge {
  -webkit-backdrop-filter: blur(8px);
  font-size: 0.75rem;
  margin-top: 0.15rem;
  height: 28px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--bgl-color-accent) 30%, transparent);
  background: color-mix(in srgb, var(--bgl-color-accent) 15%, transparent);
  border-radius: var(--bgl-radius-sm);
  display: inline-flex;
  width: 28px;
  flex-shrink: 0;
  color: var(--bgl-color-accent);
  align-items: center;
}

.bmc-hero-subtitle {
  font-family: var(--bgl-font-body);
  margin: 0;
  opacity: 0.7;
  font-size: 1.05rem;
  line-height: var(--bgl-line-height);
  max-width: 500px;
  color: var(--bgl-color-text);
}


.bmc-hero-cta {
  font-size: 0.95rem;
  color: var(--bgl-color-btn-text);
  min-height: 52px;
  padding: var(--bgl-btn-padding, 1rem 2.5rem);
  letter-spacing: var(--bgl-letter-spacing-btn);
  font-family: var(--bgl-font-body);
  display: inline-flex;
  border-radius: var(--bgl-btn-radius, var(--bgl-radius-pill));
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  transition:
    background var(--bgl-transition),
    box-shadow var(--bgl-transition),
    transform var(--bgl-transition);
  text-transform: uppercase;
  box-shadow:
    0 0 20px color-mix(in srgb, var(--bgl-color-accent) 25%, transparent),
    var(--bgl-shadow-md);
  text-decoration: none;
  font-weight: var(--bgl-font-heading-weight);
  margin-top: 0.5rem;
  background: linear-gradient(
    135deg,
    var(--bgl-color-accent) 0%,
    color-mix(in srgb, var(--bgl-color-accent) 80%, #fff) 100%
  );
}

.bmc-hero-cta:hover,
.bmc-hero-cta:focus-visible {
  box-shadow:
    0 0 40px color-mix(in srgb, var(--bgl-color-accent) 45%, transparent),
    var(--bgl-shadow-lg);
  transform: translateY(-2px) scale(1.03);
}

.bmc-hero-cta:active {
  transform: translateY(0) scale(1);
}


@keyframes bmc-ctaPulse {
  0%   { box-shadow: 0 0 20px color-mix(in srgb, var(--bgl-color-accent) 25%, transparent), var(--bgl-shadow-md); }
  50%  { box-shadow: 0 0 35px color-mix(in srgb, var(--bgl-color-accent) 45%, transparent), 0 0 50px color-mix(in srgb, var(--bgl-color-accent) 20%, transparent), var(--bgl-shadow-md); }
  100% { box-shadow: 0 0 20px color-mix(in srgb, var(--bgl-color-accent) 25%, transparent), var(--bgl-shadow-md); }
}

.bmc-hero-cta {
  animation: bmc-ctaPulse 3s ease-in-out infinite;
}

.bmc-hero-cta:hover,
.bmc-hero-cta:focus-visible {
  animation: none;
}


.bmc-hero-media {
  padding: 1.5rem;
  overflow: hidden;
  justify-content: center;
  min-height: 200px;
  align-items: center;
  position: relative;
  display: flex;
}


.bmc-hero-image-frame {
  box-shadow:
    0 0 30px color-mix(in srgb, var(--bgl-color-accent) 10%, transparent),
    var(--bgl-shadow-lg);
  transition: border-color var(--bgl-transition), box-shadow var(--bgl-transition);
  width: 100%;
  border: 2px solid color-mix(in srgb, var(--bgl-color-accent) 35%, transparent);
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: var(--bgl-radius-lg);
}

.bmc-hero-image-frame::before {
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
  position: absolute;
  pointer-events: none;
  content: '';
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--bgl-color-accent) 8%, transparent),
    transparent 40%
  );
}

.bmc-hero-image-frame:hover {
  border-color: color-mix(in srgb, var(--bgl-color-accent) 55%, transparent);
  box-shadow:
    0 0 45px color-mix(in srgb, var(--bgl-color-accent) 18%, transparent),
    var(--bgl-shadow-lg);
}

.bmc-hero-image {
  border-radius: inherit;
  transition: filter var(--bgl-transition), transform 0.6s ease;
  object-fit: cover;
  filter: brightness(0.85) saturate(0.9);
  height: 100%;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.bmc-hero-image-frame:hover .bmc-hero-image {
  filter: brightness(0.92) saturate(1);
  transform: scale(1.03);
}


.bmc-hero-media::after {
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  background: linear-gradient(
    to right,
    var(--bgl-color-primary) 0%,
    color-mix(in srgb, var(--bgl-color-bg) 60%, transparent) 15%,
    transparent 40%
  );
  content: '';
  opacity: 0;
}


@media (min-width: 768px) {
  .bmc-hero {
  min-height: calc(100vh - var(--bgl-header-height));
  gap: 3rem;
  grid-template-columns: 1fr 1fr;
}

  .bmc-hero-content {
    padding: 4rem 3rem;
    gap: 1.5rem;
  }

  .bmc-hero-title {
    font-size: 2.75rem;
  }

  .bmc-hero-subtitle {
    font-size: 1.1rem;
  }

  .bmc-hero-media {
    min-height: auto;
    padding: 2rem;
  }

  .bmc-hero-media::after {
    opacity: 1;
  }

  .bmc-hero-image {
    aspect-ratio: 3 / 4;
  }
}


@media (min-width: 1024px) {
  .bmc-hero {
    min-height: calc(100vh - var(--bgl-header-height));
  }

  .bmc-hero-content {
    padding: 5rem 4rem;
    gap: 1.75rem;
  }

  .bmc-hero-title {
    font-size: 3.5rem;
  }

  .bmc-hero-subtitle {
    font-size: 1.2rem;
  }

  .bmc-hero-cta {
    font-size: 1.05rem;
    padding: 1.1rem 2.75rem;
  }

  .bmc-hero-media {
    padding: 2.5rem;
  }
}





@media (min-width: 768px) {
}
@media (min-width: 1024px) {
}


.bmc-hero--v2 .bmc-hero-accent-line { display: none; }
.bmc-hero--v2 .bmc-hero-content { justify-content: center; }
.bmc-hero--v2 .bmc-hero-image-frame {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.bmc-hero--v2 .bmc-hero-image-frame::before { display: none; }
.bmc-hero--v2 .bmc-hero-image { border-radius: 0; }
.bmc-hero--v2 .bmc-hero-media { padding: 0; }
.bmc-hero--v2 .bmc-hero-media::after {
  opacity: 1;
  background: linear-gradient(
    to right,
    var(--bgl-color-primary) 0%,
    color-mix(in srgb, var(--bgl-color-bg) 70%, transparent) 25%,
    transparent 55%
  );
}

@media (min-width: 768px) {
  .bmc-hero--v2 { grid-template-columns: 35% 65%; }
  .bmc-hero--v2 .bmc-hero-content { padding: 4rem 2rem; }
  .bmc-hero--v2 .bmc-hero-media::after { opacity: 1; }
}
@media (min-width: 1024px) {
  .bmc-hero--v2 { grid-template-columns: 35% 65%; }
  .bmc-hero--v2 .bmc-hero-content { padding: 5rem 3rem; }
}



@media (min-width: 768px) {
}
@media (min-width: 1024px) {
}



@media (min-width: 768px) {
}
@media (min-width: 1024px) {
}




.bmc-header {
  position: sticky;
  top: 0;
  left: 0;
  isolation: isolate;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
}

.bmc-header-bg {
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -1;
  position: absolute;
  background: rgba(10, 8, 14, 0.97);
}


.bmc-header-row1 {
  align-items: center;
  padding: 1.1rem var(--bgl-container-padding);
  display: flex;
  justify-content: center;
}

.bmc-header-logo {
  display: flex;
  align-items: center;
  transition: opacity 0.5s ease;
  text-decoration: none;
}

.bmc-header-logo:hover { opacity: 0.7; }

.bmc-logo-img-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}

.bmc-header-logo img {
  display: block;
  height: 54px;
  filter: brightness(1.05);
  width: auto;
}

@media (min-width: 768px) {
  .bmc-header-logo img { height: 64px; }
}

.bmc-logo-text {
  font-size: 1.8rem;
  -webkit-background-clip: unset;
  letter-spacing: 0.15em;
  background-clip: unset;
  -webkit-text-fill-color: var(--bgl-color-text);
  color: var(--bgl-color-text);
  font-weight: 300;
  background: none;
  font-family: var(--bgl-font-heading);
}


.bmc-header-row2 {
  display: none;
}

.bmc-header-nav-wrap {
  display: flex;
  justify-content: center;
  flex: 1;
}

.bmc-header-nav {
  display: flex;
  gap: 0.25rem;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bmc-header-nav-item { list-style: none; }

.bmc-header-nav a {
  position: relative;
  text-decoration: none;
  font-weight: 400;
  opacity: 1;
  color: color-mix(in srgb, var(--bgl-color-text) 55%, transparent);
  font-size: 0.88rem;
  letter-spacing: 0.2em;
  display: block;
  text-transform: lowercase;
  border-radius: 0;
  white-space: nowrap;
  transition: color 0.35s ease;
  padding: 0.5rem 0.9rem;
  font-family: var(--bgl-font-body);
}


.bmc-header-nav a::after {
  transform: translateX(-50%) scale(0);
  position: absolute;
  bottom: 2px;
  background: var(--bgl-color-accent);
  content: '';
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
}

.bmc-header-nav a:hover,
.bmc-header-nav a:focus-visible {
  background: transparent;
  opacity: 1;
  color: var(--bgl-color-accent);
}

.bmc-header-nav a:hover::after,
.bmc-header-nav a:focus-visible::after {
  transform: translateX(-50%) scale(1);
}

.bmc-header-cta {
  border: 1px solid var(--bgl-color-accent);
  font-weight: 400;
  background: transparent;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  text-decoration: none;
  margin-left: 0.5rem;
  border-radius: var(--bgl-btn-radius);
  color: var(--bgl-color-accent);
  transition: background 0.35s ease, color 0.35s ease;
  font-family: var(--bgl-font-body);
  padding: 0.4rem 1.2rem;
  box-shadow: none;
  text-transform: lowercase;
  letter-spacing: 0.15em;
}

.bmc-header-cta:hover {
  background: var(--bgl-color-accent);
  transform: none;
  box-shadow: none;
  color: #000;
}


.bmc-header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  height: 1px;
  background: color-mix(in srgb, var(--bgl-color-text) 6%, transparent);
}


.bmc-header-toggle {
  border: 1px solid color-mix(in srgb, var(--bgl-color-text) 15%, transparent);
  border-radius: 50%;
  display: flex;
  padding: 0;
  position: absolute;
  height: 44px;
  justify-content: center;
  width: 44px;
  right: var(--bgl-container-padding);
  cursor: pointer;
  transform: translateY(-50%);
  transition: border-color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  top: 50%;
  align-items: center;
}

.bmc-header-toggle:hover {
  border-color: color-mix(in srgb, var(--bgl-color-text) 40%, transparent);
}

.bmc-hamburger {
  position: relative;
  height: 11px;
  display: flex;
  width: 17px;
  flex-direction: column;
  justify-content: space-between;
}

.bmc-hamburger-line {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
  width: 100%;
  display: block;
  transform-origin: center;
  height: 1px;
  border-radius: 0;
  background: color-mix(in srgb, var(--bgl-color-text) 70%, transparent);
}

.bmc-nav-open .bmc-hamburger-line--1 { transform: translateY(5px) rotate(45deg); }
.bmc-nav-open .bmc-hamburger-line--2 { opacity: 0; transform: scaleX(0); }
.bmc-nav-open .bmc-hamburger-line--3 { transform: translateY(-5px) rotate(-45deg); }


.bmc-header-drawer {
  background: rgba(10, 8, 14, 0.99);
  max-width: 90vw;
  border-left: 1px solid color-mix(in srgb, var(--bgl-color-text) 6%, transparent);
  transform: translateX(100%);
  overflow-y: auto;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 5rem 0 2rem;
  position: fixed;
  right: 0;
  top: 0;
  width: 360px;
  box-shadow: -16px 0 48px rgba(0, 0, 0, 0.65);
  height: 100vh;
  height: 100dvh;
  z-index: 999;
}

.bmc-nav-open .bmc-header-drawer { transform: translateX(0); }

.bmc-drawer-nav {
  flex-direction: column;
  gap: 0.5rem;
  display: flex;
  padding: 0 1.75rem;
}

.bmc-drawer-list {
  padding: 0;
  flex-direction: column;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 0.1rem;
}

.bmc-drawer-item { list-style: none; }

.bmc-drawer-link {
  font-size: 1rem;
  letter-spacing: 0.15em;
  border-radius: 0;
  transition: color 0.35s ease;
  padding: 1.1rem 1.25rem;
  font-weight: 300;
  text-decoration: none;
  text-transform: lowercase;
  display: block;
  color: color-mix(in srgb, var(--bgl-color-text) 60%, transparent);
  opacity: 1;
  font-family: var(--bgl-font-body);
}

.bmc-drawer-link:hover,
.bmc-drawer-link:focus-visible {
  color: var(--bgl-color-accent);
  opacity: 1;
  background: transparent;
}

.bmc-drawer-cta {
  margin-top: 2.5rem;
  background: transparent;
  border: 1px solid var(--bgl-color-accent);
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0.15em;
  border-radius: var(--bgl-btn-radius);
  text-transform: lowercase;
  text-align: center;
  font-family: var(--bgl-font-body);
  padding: 0.9rem 1.5rem;
  color: var(--bgl-color-accent);
  display: block;
  font-size: 0.88rem;
  transition: background 0.35s ease, color 0.35s ease;
}

.bmc-drawer-cta:hover {
  background: var(--bgl-color-accent);
  color: #000;
}


.bmc-header-overlay {
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
  z-index: 998;
  position: fixed;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.bmc-overlay-visible {
  opacity: 1;
  pointer-events: auto;
}


@media (min-width: 1200px) {
  .bmc-header-row1 {
    padding: 1.1rem var(--bgl-container-padding) 0.3rem;
  }

  .bmc-header-row2 {
  max-width: var(--bgl-container-max);
  align-items: center;
  margin: 0 auto;
  padding: 0.2rem var(--bgl-container-padding) 0.7rem;
  display: flex;
  justify-content: center;
}

  .bmc-header-toggle { display: none; }
  .bmc-header-drawer { display: none; }
  .bmc-header-overlay { display: none; }
}

@media (min-width: 1400px) {
  .bmc-header-nav { gap: 0.4rem; }
  .bmc-header-nav a { font-size: 0.88rem; padding: 0.5rem 1rem; }
  .bmc-header-cta { font-size: 0.74rem; padding: 0.45rem 1.3rem; }
}


@media (min-width: 1200px) {







}



@media (min-width: 1200px) {


}





@media (min-width: 1200px) {
}




@media (min-width: 1200px) {




}
