:root {
  --public-canvas: #f4f1e8;
  --public-canvas-soft: #f8f5ee;
  --public-canvas-warm: #efe8dc;
  --public-text-primary: #102019;
  --public-text-secondary: #39483f;
  --public-text-muted: #6f786f;
  --public-green-deep: #073d2a;
  --public-green-charcoal: #061b16;
  --public-green-primary: #1f7a3d;
  --public-green-bright: #49a23f;
  --public-border: rgba(20, 42, 32, 0.14);
  --public-card: rgba(255, 252, 245, 0.78);
  --public-dark-card: #0a241c;
  --public-dark-border: rgba(202, 218, 202, 0.14);
  --public-shadow: 0 24px 80px rgba(16, 32, 25, 0.16);
}

body:has(#landingPage:not([hidden])) {
  margin: 0;
  overflow-x: hidden;
  background: var(--public-canvas);
}

body:has(#landingPage:not([hidden])) #appShell,
body:has(#landingPage:not([hidden])) #comingSoonGate,
body:has(#landingPage:not([hidden])) #pilotGateModal {
  display: none !important;
}

.bb-public-gold-master,
.bb-public-gold-master * {
  box-sizing: border-box;
}

.bb-public-gold-master {
  display: block !important;
  min-height: 100vh;
  font-family: "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--public-text-primary);
  background:
    radial-gradient(circle at 72% 6%, rgba(222, 183, 112, 0.16), transparent 32%),
    linear-gradient(180deg, var(--public-canvas-soft) 0%, var(--public-canvas) 45%, var(--public-canvas-warm) 100%);
}

.bb-public-gold-master[hidden] {
  display: none !important;
}

.bb-public-page {
  width: min(100%, 1600px);
  margin: 0 auto;
  background: var(--public-canvas);
  overflow: hidden;
}

.bb-public-header {
  position: absolute;
  z-index: 12;
  inset: 20px 0 auto 0;
  width: min(100% - 88px, 1376px);
  height: 66px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 178px 1fr auto;
  align-items: center;
  gap: 32px;
  color: #fffaf0;
}

.bb-public-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fffaf0;
  text-decoration: none;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 25px;
  line-height: 1;
}

.bb-logo-mark {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #55b748;
  font-family: "Geist", Inter, sans-serif;
  font-size: 21px;
}

.bb-public-nav,
.bb-public-header-actions,
.bb-public-actions,
.bb-public-final-actions {
  display: flex;
  align-items: center;
}

.bb-public-nav {
  justify-content: center;
  gap: 42px;
}

.bb-public-nav a,
.bb-public-signin {
  color: rgba(255, 252, 245, 0.92);
  text-decoration: none;
  font-size: 12px;
  font-weight: 520;
  line-height: 1;
}

.bb-public-header-actions {
  justify-content: flex-end;
  gap: 24px;
}

.bb-public-cta-small,
.bb-public-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 25px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.bb-public-cta-small,
.bb-public-button.primary {
  color: #fffdf4;
  background: linear-gradient(180deg, #66bb5e 0%, #3d913d 100%);
  box-shadow: 0 12px 34px rgba(31, 122, 61, 0.28);
}

.bb-public-button.secondary {
  gap: 10px;
  color: #f8f5ee;
  border: 1px solid rgba(248, 245, 238, 0.44);
  background: rgba(6, 27, 22, 0.28);
}

.bb-public-button.outline {
  min-height: 34px;
  padding: 0 20px;
  color: var(--public-green-deep);
  border: 1px solid rgba(7, 61, 42, 0.42);
  background: transparent;
}

.bb-public-hero {
  position: relative;
  min-height: 560px;
  padding: 112px max(70px, calc((100vw - 1360px) / 2 + 70px)) 40px;
  display: grid;
  grid-template-columns: minmax(620px, 680px) minmax(460px, 1fr);
  align-items: center;
  gap: 24px;
  color: #fffaf0;
  background: #06110f;
  overflow: hidden;
}

.bb-public-hero::before,
.bb-public-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bb-public-hero::before {
  z-index: 2;
  background:
    radial-gradient(circle at 77% 18%, rgba(244, 190, 119, 0.24), transparent 30%),
    linear-gradient(90deg, rgba(3, 11, 9, 0.98) 0%, rgba(3, 11, 9, 0.94) 33%, rgba(3, 11, 9, 0.56) 48%, rgba(3, 11, 9, 0.10) 68%, rgba(3, 11, 9, 0) 100%),
    linear-gradient(180deg, rgba(3, 11, 9, 0.05) 0%, rgba(3, 11, 9, 0.06) 100%);
}

.bb-public-hero::after {
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(3, 11, 9, 0) 72%, rgba(3, 11, 9, 0.16) 100%),
    radial-gradient(circle at 53% 50%, rgba(7, 61, 42, 0.02), transparent 48%);
}

.bb-public-hero-copy {
  position: relative;
  z-index: 5;
  max-width: 680px;
}

.bb-public-hero h1 {
  max-width: 640px;
  margin: 0 0 20px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(40px, 3.1vw, 49px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 400;
}

.bb-public-hero h1 span {
  display: block;
}

.bb-public-subheadline {
  margin: 0 0 12px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 23px;
  line-height: 1.18;
}

.bb-public-subheadline strong {
  color: #5bb64f;
  font-weight: 400;
}

.bb-public-copy {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 252, 245, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.bb-public-actions {
  gap: 18px;
  margin-top: 25px;
}

.bb-hero-feature-row {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 37px;
  align-items: center;
  margin: 43px 0 0;
  padding: 0;
  list-style: none;
}

.bb-hero-feature-row li {
  display: grid;
  grid-template-columns: 32px auto;
  gap: 10px;
  align-items: center;
  color: rgba(255, 252, 245, 0.86);
  font-size: 12px;
  line-height: 1.2;
}

.bb-hero-feature-row span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: rgba(255, 252, 245, 0.82);
}

.bb-hero-feature-row svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bb-public-hero-visual {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
}

.bb-public-hero-photo-img {
  position: absolute;
  top: calc(54% + 12px);
  right: 0;
  width: calc(min(68vw, 970px) + 66px);
  min-width: 896px;
  height: auto;
  min-height: 100%;
  transform: translateY(-50%);
  object-fit: contain;
  object-position: center right;
  image-rendering: auto;
  filter: saturate(1.06) contrast(1.08) brightness(1.08);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 8%, #000 23%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 8%, #000 23%);
}

.bb-public-phone-img {
  position: absolute;
  z-index: 4;
  right: max(0px, calc((100vw - 1520px) / 2));
  top: 84px;
  height: 413px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 26px 44px rgba(0, 0, 0, 0.52));
  mix-blend-mode: normal;
}

.bb-public-problem {
  min-height: 164px;
  padding: 34px max(70px, calc((100vw - 1360px) / 2 + 70px)) 30px;
  display: grid;
  grid-template-columns: 340px 430px 180px;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
  border-bottom: 1px solid var(--public-border);
  background: linear-gradient(180deg, var(--public-canvas-soft), var(--public-canvas));
}

.bb-public-label {
  margin: 0 0 10px;
  color: var(--public-green-deep);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.18em;
  font-weight: 800;
  text-transform: uppercase;
}

.bb-public-label.centered {
  text-align: center;
}

.bb-public-problem h2,
.bb-confidence-intro h2,
.bb-wiseid-copy h2,
.bb-trust-copy h2,
.bb-public-final-cta h2 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 33px;
  line-height: 1.06;
  font-weight: 400;
  color: var(--public-text-primary);
}

.bb-public-problem-copy {
  margin: 0;
  color: var(--public-text-secondary);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 450;
}

.bb-public-noise-circle {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: 3px dotted rgba(119, 115, 62, 0.58);
  display: grid;
  place-items: center;
  text-align: center;
  color: #5b655b;
  font-size: 10px;
  line-height: 1.25;
}

.bb-public-section {
  padding: 0 max(70px, calc((100vw - 1360px) / 2 + 70px));
  background: var(--public-canvas);
  border-bottom: 1px solid var(--public-border);
}

.bb-coded-section {
  padding-top: 24px;
  padding-bottom: 28px;
}

#what-biobalance-does {
  padding-top: 27px;
  padding-bottom: 30px;
  background: #f4f1e8;
}

#what-biobalance-does .bb-public-label {
  margin-bottom: 17px;
}

.bb-does-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.bb-does-card {
  min-height: 124px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 50px;
  gap: 13px;
  align-items: center;
  padding: 17px 15px;
  border: 1px solid rgba(69, 89, 73, 0.22);
  border-radius: 11px;
  background: rgba(255, 253, 247, 0.58);
}

.bb-step {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fffaf0;
  background: var(--public-green-deep);
  font-weight: 760;
}

.bb-does-card h3,
.bb-product-card h3,
.bb-experiment-flow h3,
.bb-confidence-ladder h3 {
  margin: 0 0 10px;
  color: var(--public-text-primary);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 750;
}

.bb-does-card h3 {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.24;
  font-weight: 680;
}

.bb-does-card p,
.bb-product-card p,
.bb-experiment-flow p,
.bb-confidence-ladder p {
  margin: 0;
  color: var(--public-text-secondary);
  font-size: 12px;
  line-height: 1.48;
}

.bb-does-card p {
  font-size: 10.5px;
  line-height: 1.52;
}

.bb-does-icon {
  width: 48px;
  height: 48px;
  justify-self: end;
  fill: none;
  stroke: rgba(34, 82, 65, 0.72);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bb-public-inside {
  padding-top: 17px;
  padding-bottom: 23px;
  background: #f4f1e8;
  border-top: 1px solid rgba(69, 89, 73, 0.13);
  border-bottom: 1px solid rgba(69, 89, 73, 0.13);
}

.bb-public-inside .bb-public-label { margin-bottom: 15px; }

.bb-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
}

.bb-product-card {
  min-height: 196px;
  padding: 0 13px 3px;
  border: 0;
  border-right: 1px solid rgba(69, 89, 73, 0.14);
  border-radius: 0;
  background: transparent;
}

.bb-product-card:first-child { padding-left: 0; }
.bb-product-card:last-child { padding-right: 0; border-right: 0; }

.bb-product-thumb {
  position: relative;
  aspect-ratio: 1.72 / 1;
  height: auto;
  margin: 0 0 10px;
  border: 1px solid rgba(54, 74, 62, 0.18);
  border-radius: 6px;
  background: #f4f1e8;
  overflow: hidden;
}

.bb-product-crop img {
  position: absolute;
  top: -30.5%;
  left: var(--crop-left);
  display: block;
  width: 736%;
  max-width: none;
  height: auto;
}

.crop-today { --crop-left: -34%; }
.crop-discover { --crop-left: -156%; }
.crop-navigator { --crop-left: -276%; }
.crop-experiments { --crop-left: -388%; }
.crop-story { --crop-left: -506%; }
.crop-wiseid { --crop-left: -625%; }

.bb-product-card h3 {
  margin: 0 0 5px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.bb-product-card p {
  margin: 0;
  font-family: "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 9.5px;
  line-height: 1.47;
  color: rgba(20, 39, 31, 0.76);
}

.bb-public-experiments {
  padding-top: 17px;
  padding-bottom: 23px;
  background: #f4f1e8;
  border-bottom: 1px solid rgba(69, 89, 73, 0.13);
}

.bb-public-experiments .bb-public-label { margin-bottom: 16px; }

.bb-experiment-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 31px minmax(0, 1fr) 31px minmax(0, 1fr) 31px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
}

.bb-experiment-flow article {
  min-height: 104px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 54px;
  gap: 12px;
  align-items: center;
  padding: 14px 15px;
  border: 1px solid rgba(69, 89, 73, 0.18);
  border-radius: 11px;
  background: rgba(255, 253, 247, 0.55);
}

.bb-experiment-flow h3 {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 680;
}

.bb-experiment-flow p {
  font-size: 9.5px;
  line-height: 1.42;
}

.bb-flow-arrow {
  color: rgba(7, 61, 42, 0.3);
  font-size: 20px;
  text-align: center;
}

.bb-experiment-icon {
  width: 52px;
  height: 48px;
  justify-self: end;
  fill: none;
  stroke: rgba(34, 82, 65, 0.72);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bb-experiment-chart circle {
  fill: var(--public-green-deep);
  stroke: none;
}

.bb-confidence-section {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 38px;
  padding-top: 24px;
  padding-bottom: 28px;
  background: #f4f1e8;
  border-bottom: 1px solid rgba(69, 89, 73, 0.13);
}

.bb-confidence-intro h2 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 30px;
  line-height: 1.04;
  font-weight: 400;
  color: var(--public-text-primary);
}

.bb-confidence-intro p:not(.bb-public-label) {
  margin: 10px 0 13px;
  color: var(--public-text-secondary);
  font-size: 10px;
  line-height: 1.48;
}

.bb-confidence-intro .bb-public-button {
  min-height: 32px;
  padding: 7px 20px;
  font-size: 10px;
}

.bb-confidence-ladder {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  position: relative;
  align-self: start;
  align-items: start;
  padding-bottom: 28px;
}

.bb-confidence-ladder::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  border-bottom: 1px dotted rgba(7, 61, 42, 0.38);
}

.bb-confidence-ladder article {
  position: relative;
  min-height: 118px;
  padding: 18px 20px;
  border: 1px solid rgba(69, 89, 73, 0.22);
  border-radius: 9px;
  background: rgba(255, 253, 247, 0.5);
}

.bb-confidence-ladder article::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #829963;
  transform: translateX(-50%);
}

.bb-confidence-ladder .active {
  color: #fffaf0;
  background: var(--public-green-deep);
  border-color: var(--public-green-deep);
}

.bb-confidence-ladder h3 {
  margin: 0 0 6px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 500;
  color: var(--public-text-primary);
}

.bb-confidence-ladder strong {
  display: block;
  margin-bottom: 7px;
  font-size: 9.5px;
  color: var(--public-green-deep);
}

.bb-confidence-ladder p {
  margin: 0;
  font-size: 9px;
  line-height: 1.38;
  color: var(--public-text-secondary);
}

.bb-confidence-ladder span {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: #6f8b55;
  font-size: 14px;
}

.bb-confidence-ladder .active h3,
.bb-confidence-ladder .active strong,
.bb-confidence-ladder .active p { color: #fffaf0; }

.bb-confidence-ladder .active span { color: #a7bd69; }
.bb-confidence-ladder .active::after { background: var(--public-green-deep); }

.bb-identity-composition { padding: 17px 22px 28px; background: #f4f1e8; }
.bb-identity-panels { display: grid; grid-template-columns: 47% 53%; max-width: 1236px; margin: 0 auto; }
.bb-public-wiseid { min-width: 0; padding: 0 20px 20px 0; }
.bb-wiseid-product-panel { min-height: 210px; display: grid; grid-template-columns: 40% 22% 38%; align-items: center; gap: 10px; padding: 16px 18px; border-radius: 9px; color: #fffaf0; background: #062b20; }
.bb-wiseid-card-visual { height: 164px; display: grid; place-items: center; overflow: visible; background: transparent; }
.bb-wiseid-card-visual img { display: block; width: 115%; height: 100%; object-fit: contain; }
.bb-wiseid-message h2 { margin: 0; font-family: "Instrument Serif", Georgia, serif; font-size: 18px; line-height: 1.03; font-weight: 400; color: #fffaf0; }
.bb-wiseid-message p { margin: 17px 0 0; color: rgba(255,250,240,.66); font-size: 8px; line-height: 1.45; }
.bb-wiseid-benefits { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.bb-wiseid-benefits li { display: grid; grid-template-columns: 26px 1fr; gap: 8px; }
.bb-wiseid-benefits li > span { color: #c4cf55; font-size: 18px; }
.bb-wiseid-benefits strong { display: block; margin-bottom: 3px; font-size: 9.5px; }
.bb-wiseid-benefits p { margin: 0; color: rgba(255,250,240,.76); font-size: 8px; line-height: 1.4; }

.bb-public-trust { position: relative; min-width: 0; min-height: 250px; overflow: hidden; background: #f8f5ee; }
.bb-trust-photo { position: absolute; inset: 0 0 0 auto; width: 59%; height: 100%; object-fit: cover; object-position: 64% center; }
.bb-public-trust::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#f8f5ee 0%,#f8f5ee 40%,rgba(248,245,238,.76) 53%,rgba(248,245,238,0) 72%); }
.bb-trust-copy { position: relative; z-index: 2; width: 51%; padding: 6px 0 0 20px; }
.bb-trust-copy h2 { margin: 0; font-family: "Instrument Serif",Georgia,serif; font-size: 27px; line-height: 1.02; font-weight: 400; }
.bb-trust-copy > p:not(.bb-public-label) { margin: 10px 0 11px; font-size: 9px; line-height: 1.5; color: var(--public-text-secondary); }
.bb-trust-copy a { color: var(--public-green-deep); font-size: 9px; text-decoration: none; }
.bb-trust-ring { position: absolute; z-index: 2; left: 46%; top: 78px; width: 82px; height: 82px; border: 3px dotted #4f9a49; border-radius: 50%; }
.bb-trust-points { position: absolute; z-index: 3; left: 0; bottom: 0; width: 58%; min-height: 55px; display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 9px 12px; list-style: none; border-top: 1px solid rgba(69,89,73,.14); background: rgba(248,245,238,.9); }
.bb-trust-points li { display: grid; place-items: center; align-content: center; gap: 3px; text-align: center; font-size: 7.5px; border-right: 1px solid rgba(69,89,73,.12); }
.bb-trust-points li:last-child { border-right: 0; }
.bb-trust-points span { color: var(--public-green-deep); font-size: 17px; }

.bb-identity-composition .bb-public-final-cta { max-width: 1236px; min-height: 70px; margin: 0 auto; padding: 13px 42px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; border-radius: 9px 9px 0 0; background-color: #062b20 !important; background-image: none !important; }
.bb-identity-composition .bb-public-final-cta h2 { margin: 0; text-align: center; font-family: "Instrument Serif",Georgia,serif; font-size: 28px; font-weight: 400; color: #fffaf0; }
.bb-public-final-actions { display: flex; align-items: center; gap: 18px; }
.bb-play-circle { display: inline-grid; place-items: center; width: 27px; height: 27px; margin-left: 8px; border: 1px solid rgba(255,250,240,.66); border-radius: 50%; font-size: 10px; }

.bb-public-footer {
  min-height: 205px;
  padding: 38px max(70px, calc((100vw - 1360px) / 2 + 70px)) 34px;
  display: grid;
  grid-template-columns: 250px repeat(3, 150px) minmax(240px, 300px);
  justify-content: space-between;
  gap: 34px;
  color: rgba(255, 252, 245, 0.83);
  background: linear-gradient(180deg, #062019, #041512);
}

.bb-public-footer p,
.bb-public-footer a,
.bb-public-footer label {
  color: rgba(255, 252, 245, 0.72);
  font-size: 12px;
  line-height: 1.55;
  text-decoration: none;
}

.bb-public-footer nav,
.bb-footer-form {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.bb-public-footer strong {
  color: #fffaf0;
  font-size: 10px;
  letter-spacing: 0.13em;
}

.footer-logo {
  margin-bottom: 14px;
}

.bb-footer-form div {
  display: grid;
  grid-template-columns: 1fr 38px;
  min-height: 38px;
  border: 1px solid rgba(255, 252, 245, 0.24);
  border-radius: 6px;
  overflow: hidden;
}

.bb-footer-form input,
.bb-footer-form button {
  border: 0;
  background: transparent;
  color: #fffaf0;
  font: inherit;
}

.bb-footer-form input {
  padding: 0 12px;
}

.bb-footer-form button {
  cursor: pointer;
}

.bb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bb-public-gold-master a:focus-visible,
.bb-public-gold-master button:focus-visible,
.bb-public-gold-master input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(31, 122, 61, 0.34);
}

@media (max-width: 1180px) {
  .bb-does-grid,
  .bb-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bb-product-card {
    border-right: 0;
  }

  .bb-public-wiseid,
  .bb-public-trust,
  .bb-confidence-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .bb-public-header {
    position: relative;
    width: 100%;
    padding: 18px 22px;
    height: auto;
    grid-template-columns: 1fr auto;
    background: #061b16;
  }

  .bb-public-nav {
    display: none;
  }

  .bb-public-hero {
    min-height: auto;
    padding: 50px 22px 0;
    grid-template-columns: 1fr;
  }

  .bb-public-hero h1 {
    font-size: 42px;
  }

  .bb-public-hero-visual {
    position: relative;
    inset: auto;
    height: 480px;
  }

  .bb-public-hero-photo-img {
    right: 112px;
    height: 430px;
  }

  .bb-public-phone-img {
    right: 10px;
    height: 382px;
  }

  .bb-public-problem,
  .bb-public-wiseid,
  .bb-public-trust,
  .bb-public-final-cta,
  .bb-public-footer,
  .bb-confidence-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 22px;
    padding-right: 22px;
    grid-template-columns: 1fr;
  }

  .bb-public-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .bb-does-grid,
  .bb-product-grid,
  .bb-experiment-flow,
  .bb-confidence-ladder,
  .bb-trust-points {
    grid-template-columns: 1fr;
  }

  .bb-flow-arrow {
    transform: rotate(90deg);
  }

  .bb-hero-feature-row {
    grid-template-columns: repeat(2, max-content);
  }
}
