:root {
  --bsg-ink: #111827;
  --bsg-muted: #536176;
  --bsg-surface: #f5f7fb;
  --bsg-brand: #5b4bdb;
  --bsg-brand-dark: #3c2bbe;
  --bsg-accent: #18b981;
  --bsg-line: #e2e7f0;
  --bsg-shadow: 0 24px 70px rgba(26, 22, 71, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a,
button {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.wp-site-blocks {
  overflow: hidden;
}

.bsg-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(226, 231, 240, 0.78);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.bsg-header__inner {
  min-height: 78px;
}

.bsg-brand a,
.bsg-brand {
  color: var(--bsg-ink);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.bsg-brand::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  border-radius: 4px 4px 4px 1px;
  background: linear-gradient(145deg, var(--bsg-brand) 5%, #8274f5 95%);
  box-shadow: 5px 5px 0 rgba(24, 185, 129, 0.25);
  vertical-align: 1px;
}

.bsg-nav a {
  color: var(--bsg-muted);
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
}

.bsg-nav a:hover {
  color: var(--bsg-brand-dark);
}

.bsg-button-outline .wp-block-button__link {
  border: 1px solid var(--bsg-line);
  background: #fff;
  color: var(--bsg-ink);
}

.bsg-button-outline .wp-block-button__link:hover {
  border-color: var(--bsg-brand);
  background: #fff;
  color: var(--bsg-brand-dark);
  transform: translateY(-1px);
}

.bsg-button-primary .wp-block-button__link {
  background: var(--bsg-brand);
  box-shadow: 0 10px 24px rgba(91, 75, 219, 0.22);
}

.bsg-button-primary .wp-block-button__link:hover {
  background: var(--bsg-brand-dark);
  transform: translateY(-1px);
}

.bsg-hero {
  position: relative;
  padding-top: clamp(4.2rem, 8vw, 7.6rem) !important;
  padding-bottom: clamp(4.2rem, 8vw, 7.3rem) !important;
  background:
    radial-gradient(circle at 81% 18%, rgba(91, 75, 219, 0.15), transparent 24%),
    radial-gradient(circle at 10% 82%, rgba(24, 185, 129, 0.12), transparent 22%),
    linear-gradient(180deg, #fbfaff 0%, #fff 100%);
}

.bsg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image: linear-gradient(rgba(91, 75, 219, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 75, 219, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 72%);
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.bsg-hero > * {
  position: relative;
}

.bsg-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-bottom: 0.9rem !important;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(91, 75, 219, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--bsg-brand-dark);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.bsg-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--bsg-accent);
  box-shadow: 0 0 0 5px rgba(24, 185, 129, 0.13);
}

.bsg-hero h1 {
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 1.35rem;
}

.bsg-gradient-text {
  background: linear-gradient(100deg, var(--bsg-brand-dark), #7867ef 65%, #149b70);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bsg-lead {
  max-width: 680px;
  color: var(--bsg-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.7;
}

.bsg-hero__actions {
  margin-top: 2rem !important;
}

.bsg-mini-list {
  margin-top: 1.6rem !important;
  color: var(--bsg-muted);
  font-size: 0.86rem;
}

.bsg-mini-list strong {
  color: var(--bsg-ink);
}

.bsg-flow-card {
  position: relative;
  padding: clamp(1.4rem, 3vw, 2rem) !important;
  border: 1px solid rgba(91, 75, 219, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: var(--bsg-shadow);
}

.bsg-flow-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -30px;
  z-index: -1;
  width: 110px;
  height: 110px;
  border-radius: 30px;
  background: rgba(24, 185, 129, 0.12);
  transform: rotate(14deg);
}

.bsg-flow-label {
  margin: 0 0 0.55rem !important;
  color: var(--bsg-muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bsg-flow-step {
  margin: 0 !important;
  padding: 1rem !important;
  border: 1px solid var(--bsg-line);
  border-radius: 15px;
  background: #fff;
}

.bsg-flow-step + .bsg-flow-step {
  margin-top: 0.65rem !important;
}

.bsg-flow-step strong {
  color: var(--bsg-ink);
}

.bsg-flow-arrow {
  height: 21px;
  margin: 0 !important;
  color: var(--bsg-brand);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 21px;
  text-align: center;
}

.bsg-status {
  display: inline-flex;
  width: fit-content;
  margin-top: 1rem !important;
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  background: rgba(24, 185, 129, 0.1);
  color: #0a7a56;
  font-size: 0.76rem;
  font-weight: 750;
}

.bsg-section {
  padding-top: clamp(4.5rem, 8vw, 7.5rem) !important;
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem) !important;
}

.bsg-section--tint {
  background: var(--bsg-surface);
}

.bsg-section-heading {
  max-width: 720px;
  margin-bottom: clamp(2.3rem, 5vw, 4rem) !important;
}

.bsg-section-heading p {
  color: var(--bsg-muted);
  font-size: 1.08rem;
}

.bsg-eyebrow {
  margin-bottom: 0.8rem !important;
  color: var(--bsg-brand-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bsg-card-grid {
  align-items: stretch !important;
}

.bsg-card-grid > .wp-block-column {
  display: flex;
}

.bsg-card {
  width: 100%;
  padding: clamp(1.35rem, 3vw, 2rem) !important;
  border: 1px solid var(--bsg-line);
  border-radius: 19px;
  background: #fff;
}

.bsg-card:hover {
  border-color: rgba(91, 75, 219, 0.33);
  transform: translateY(-3px);
  box-shadow: 0 17px 42px rgba(26, 22, 71, 0.08);
}

.bsg-card__number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 1.2rem !important;
  place-items: center;
  border-radius: 12px;
  background: rgba(91, 75, 219, 0.09);
  color: var(--bsg-brand-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.bsg-card h3 {
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
  font-size: 1.18rem;
  letter-spacing: -0.02em;
}

.bsg-card p {
  margin-bottom: 0 !important;
  color: var(--bsg-muted);
  font-size: 0.94rem;
}

.bsg-checks {
  padding-left: 0 !important;
  list-style: none !important;
}

.bsg-checks li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.85rem;
  color: var(--bsg-muted);
}

.bsg-checks li::before {
  content: "✓";
  position: absolute;
  top: 0.08rem;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(24, 185, 129, 0.12);
  color: #07805a;
  font-size: 0.7rem;
  font-weight: 900;
}

.bsg-code-wrap {
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid #30394c;
  border-radius: 20px;
  background: #121827;
  box-shadow: var(--bsg-shadow);
}

.bsg-code-top {
  display: flex;
  margin: 0 !important;
  padding: 0.85rem 1.1rem !important;
  border-bottom: 1px solid #30394c;
  background: #1a2233;
  color: #abb6c9;
  font-family: var(--wp--preset--font-family--mono);
  font-size: 0.74rem;
}

.bsg-code-top::before {
  content: "●  ●  ●";
  margin-right: 0.8rem;
  color: #6f7b91;
  letter-spacing: 0.25rem;
}

.bsg-code-wrap pre {
  overflow-x: auto;
  margin: 0 !important;
  padding: clamp(1.2rem, 3vw, 2rem) !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #d9e1ef;
  line-height: 1.75;
  white-space: pre;
}

.bsg-code-wrap code {
  background: transparent;
  color: inherit;
}

.bsg-note {
  padding: 1rem 1.1rem !important;
  border-left: 3px solid var(--bsg-accent);
  border-radius: 0 12px 12px 0;
  background: rgba(24, 185, 129, 0.08);
  color: #286352;
  font-size: 0.88rem;
}

.bsg-faq {
  border-top: 1px solid var(--bsg-line);
}

.bsg-faq details {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--bsg-line);
}

.bsg-faq summary {
  color: var(--bsg-ink);
  font-size: 1.02rem;
  font-weight: 700;
  cursor: pointer;
}

.bsg-faq details p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--bsg-muted);
}

.bsg-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 6vw, 4.5rem) !important;
  border-radius: 26px;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.14), transparent 25%),
    linear-gradient(130deg, #3c2bbe, #6353dc 64%, #316a8f);
  color: #fff;
  box-shadow: 0 26px 65px rgba(60, 43, 190, 0.24);
}

.bsg-cta h2 {
  color: #fff;
}

.bsg-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.bsg-cta .wp-block-button__link {
  background: #fff;
  color: var(--bsg-brand-dark);
}

.bsg-cta .wp-block-button__link:hover {
  background: #f0efff;
  color: var(--bsg-brand-dark);
}

.bsg-footer {
  border-top: 1px solid var(--bsg-line);
  background: #fff;
}

.bsg-footer p,
.bsg-footer a {
  color: var(--bsg-muted);
  font-size: 0.84rem;
}

.bsg-footer a:hover {
  color: var(--bsg-brand-dark);
}

@media (max-width: 920px) {
  .bsg-header .bsg-nav {
    display: none !important;
  }

  .bsg-hero__columns {
    gap: 3rem !important;
  }

  .bsg-card-grid {
    flex-wrap: wrap !important;
  }

  .bsg-card-grid > .wp-block-column {
    flex-basis: calc(50% - 1rem) !important;
  }
}

@media (max-width: 680px) {
  .bsg-header__inner {
    min-height: 66px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .bsg-header .wp-block-buttons {
    display: none;
  }

  .bsg-hero {
    padding-top: 3.5rem !important;
  }

  .bsg-hero__columns {
    gap: 2.7rem !important;
  }

  .bsg-hero__actions {
    align-items: stretch !important;
  }

  .bsg-hero__actions .wp-block-button {
    width: 100%;
  }

  .bsg-hero__actions .wp-block-button__link {
    width: 100%;
    text-align: center;
  }

  .bsg-card-grid > .wp-block-column {
    flex-basis: 100% !important;
  }

  .bsg-cta {
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Premium visual system */
:root {
  --bsg-ink: #0b1020;
  --bsg-muted: #5c687d;
  --bsg-surface: #f3f5fa;
  --bsg-brand: #6557e8;
  --bsg-brand-dark: #4937cc;
  --bsg-accent: #20d39b;
  --bsg-line: #e1e5ef;
  --bsg-night: #080d1c;
  --bsg-night-soft: #11182c;
  --bsg-shadow: 0 28px 80px rgba(19, 19, 58, 0.15);
}

body {
  color: var(--bsg-ink);
  background: #fff;
}

.bsg-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.87);
  box-shadow: 0 8px 30px rgba(13, 17, 38, 0.04);
}

.bsg-header__inner {
  min-height: 74px;
}

.bsg-button-primary .wp-block-button__link,
.bsg-cta .wp-block-button__link,
.bsg-button-outline .wp-block-button__link {
  min-height: 48px;
  padding: 0.78rem 1.25rem;
  border-radius: 12px;
  font-weight: 750;
}

.bsg-hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  padding-top: clamp(4.8rem, 8vw, 7.7rem) !important;
  padding-bottom: clamp(5rem, 8vw, 7.5rem) !important;
  background:
    radial-gradient(circle at 78% 23%, rgba(104, 85, 232, 0.26), transparent 28%),
    radial-gradient(circle at 15% 95%, rgba(32, 211, 155, 0.12), transparent 25%),
    linear-gradient(120deg, #080d1c 0%, #0b1123 48%, #11182c 100%);
}

.bsg-hero::before {
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(137, 123, 247, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(137, 123, 247, 0.28) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(circle at 75% 45%, #000 0%, transparent 65%);
  mask-image: radial-gradient(circle at 75% 45%, #000 0%, transparent 65%);
}

.bsg-hero::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -32%;
  width: 58vw;
  height: 58vw;
  border: 1px solid rgba(139, 124, 245, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 85px rgba(139, 124, 245, 0.025),
    0 0 0 170px rgba(32, 211, 155, 0.018);
  pointer-events: none;
}

.bsg-hero__columns {
  position: relative;
  z-index: 2;
  gap: clamp(2.7rem, 6vw, 6.3rem) !important;
}

.bsg-hero h1 {
  max-width: 760px;
  color: #fff;
  text-wrap: balance;
}

.bsg-gradient-text {
  background: linear-gradient(100deg, #9c8fff 8%, #796aef 49%, #35e3ad 96%);
  -webkit-background-clip: text;
  background-clip: text;
}

.bsg-hero .bsg-kicker {
  border-color: rgba(157, 143, 255, 0.3);
  background: rgba(120, 101, 235, 0.12);
  color: #c9c0ff;
  backdrop-filter: blur(12px);
}

.bsg-hero .bsg-lead {
  color: #abb5ca;
}

.bsg-hero .bsg-mini-list {
  color: #8995ac;
}

.bsg-hero .bsg-mini-list strong {
  color: #e4e7f1;
}

.bsg-hero .bsg-button-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.19);
  background: rgba(255, 255, 255, 0.07);
  color: #f2f3f8;
  backdrop-filter: blur(12px);
}

.bsg-hero .bsg-button-outline .wp-block-button__link:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.bsg-hero__visual-column {
  position: relative;
  padding-bottom: 5.7rem;
}

.bsg-premium-visual {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid rgba(96, 87, 156, 0.18);
  border-radius: 28px;
  background: var(--bsg-night-soft);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
}

.bsg-premium-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.bsg-premium-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bsg-hero-visual {
  aspect-ratio: 4 / 5;
  border-color: rgba(155, 141, 255, 0.26);
  box-shadow:
    0 36px 100px rgba(0, 0, 0, 0.42),
    0 0 80px rgba(105, 85, 232, 0.16);
}

.bsg-hero-visual img {
  object-position: 66% center;
}

.bsg-flow-card--premium {
  position: absolute;
  right: -7%;
  bottom: 0;
  left: -12%;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  padding: 1rem !important;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(11, 17, 35, 0.82);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(22px);
}

.bsg-flow-card--premium::after {
  display: none;
}

.bsg-flow-card--premium .bsg-flow-label,
.bsg-flow-card--premium .bsg-status {
  grid-column: 1 / -1;
}

.bsg-flow-card--premium .bsg-flow-label {
  color: #9ba6bb;
}

.bsg-flow-card--premium .bsg-flow-step {
  min-height: 74px;
  padding: 0.75rem !important;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.055);
  color: #8f9ab0;
  font-size: 0.69rem;
  line-height: 1.35;
}

.bsg-flow-card--premium .bsg-flow-step + .bsg-flow-step {
  margin-top: 0 !important;
}

.bsg-flow-card--premium .bsg-flow-step strong {
  color: #f0f2f7;
  font-size: 0.77rem;
}

.bsg-flow-card--premium .bsg-flow-arrow {
  display: none;
}

.bsg-flow-card--premium .bsg-status {
  margin-top: 0.15rem !important;
  background: rgba(32, 211, 155, 0.12);
  color: #5beabf;
}

.bsg-section {
  position: relative;
}

.bsg-section-heading h2 {
  text-wrap: balance;
}

.bsg-section--tint {
  background:
    radial-gradient(circle at 92% 20%, rgba(101, 87, 232, 0.08), transparent 24%),
    linear-gradient(180deg, #f6f7fb 0%, #f1f4f9 100%);
}

.bsg-card {
  border-color: rgba(218, 223, 235, 0.9);
  border-radius: 22px;
  box-shadow: 0 12px 40px rgba(21, 24, 52, 0.045);
}

.bsg-card:hover {
  border-color: rgba(101, 87, 232, 0.33);
  box-shadow: 0 24px 56px rgba(22, 20, 65, 0.1);
}

.bsg-visual-stack {
  position: relative;
  padding-bottom: 2.8rem;
}

.bsg-infrastructure-visual {
  aspect-ratio: 4 / 3;
}

.bsg-infrastructure-visual img {
  object-position: center;
}

.bsg-visual-facts {
  position: absolute;
  right: -2rem;
  bottom: 0;
  left: 2rem;
  z-index: 2;
  gap: 0.6rem !important;
  flex-wrap: nowrap !important;
  padding: 0.85rem !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(10, 15, 31, 0.88);
  box-shadow: 0 22px 50px rgba(11, 15, 30, 0.25);
  backdrop-filter: blur(18px);
}

.bsg-visual-facts p {
  flex: 1;
  margin: 0 !important;
  padding: 0.35rem 0.5rem;
  color: #fff;
  line-height: 1.2;
}

.bsg-visual-facts strong {
  color: #fff;
  font-size: 0.92rem;
}

.bsg-visual-facts small {
  color: #9ea9bf;
  font-size: 0.67rem;
}

.bsg-automation-visual {
  height: clamp(280px, 39vw, 470px);
  margin-bottom: 2rem;
  border-color: rgba(101, 87, 232, 0.22);
  box-shadow: 0 34px 85px rgba(18, 20, 55, 0.19);
}

.bsg-automation-visual img {
  object-position: center 47%;
}

.bsg-code-wrap {
  border-color: #29344b;
  background: #090f1e;
  box-shadow: 0 28px 70px rgba(9, 15, 30, 0.22);
}

.bsg-code-top {
  border-color: #273249;
  background: #121b2e;
}

.bsg-cta {
  background:
    radial-gradient(circle at 89% 7%, rgba(69, 229, 179, 0.25), transparent 26%),
    radial-gradient(circle at 8% 100%, rgba(153, 140, 255, 0.28), transparent 30%),
    linear-gradient(125deg, #0d1430 0%, #382b9d 55%, #174e61 100%);
  box-shadow: 0 34px 80px rgba(30, 29, 85, 0.28);
}

.bsg-footer {
  background: #fafbfe;
}

.bsg-js .bsg-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms cubic-bezier(0.2, 0.65, 0.2, 1),
    transform 700ms cubic-bezier(0.2, 0.65, 0.2, 1);
}

.bsg-js .bsg-reveal.bsg-is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .bsg-flow-card--premium {
    right: -3%;
    left: -8%;
  }

  .bsg-flow-card--premium .bsg-flow-step {
    min-height: 68px;
    padding: 0.6rem !important;
  }

  .bsg-visual-facts {
    right: -1rem;
    left: 1rem;
  }
}

@media (max-width: 920px) {
  .bsg-hero {
    min-height: auto;
  }

  .bsg-hero__columns {
    align-items: flex-start !important;
  }

  .bsg-hero__visual-column {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .bsg-hero-visual {
    aspect-ratio: 16 / 10;
  }

  .bsg-flow-card--premium {
    right: 0;
    left: 0;
  }
}

@media (max-width: 680px) {
  .bsg-header {
    backdrop-filter: blur(20px);
  }

  .bsg-hero {
    padding-top: 4rem !important;
    padding-bottom: 4.4rem !important;
  }

  .bsg-hero::after {
    display: none;
  }

  .bsg-hero__visual-column {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .bsg-hero-visual {
    aspect-ratio: 4 / 3;
    border-radius: 22px;
  }

  .bsg-flow-card--premium {
    position: relative;
    margin-top: -1rem;
    border-radius: 18px;
  }

  .bsg-flow-card--premium .bsg-flow-step {
    min-height: 62px;
    padding: 0.55rem !important;
    font-size: 0.6rem;
  }

  .bsg-flow-card--premium .bsg-flow-step strong {
    font-size: 0.67rem;
  }

  .bsg-premium-visual {
    border-radius: 22px;
  }

  .bsg-visual-stack {
    padding-bottom: 3.9rem;
  }

  .bsg-visual-facts {
    right: 0.75rem;
    left: 0.75rem;
    flex-wrap: wrap !important;
  }

  .bsg-visual-facts p {
    padding: 0.25rem;
  }

  .bsg-automation-visual {
    height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsg-js .bsg-reveal {
    opacity: 1;
    transform: none;
  }
}
