:root {
  --bg: #08080a;
  --text: #f4f4f5;
  --muted: #a1a1aa;
  --dim: #71717a;
  --line: rgba(244, 244, 245, 0.11);
  --line-strong: rgba(244, 244, 245, 0.2);
  --panel: #0f0f13;
  --panel-2: #141419;
  --orange: #e84a1f;
  --green: #1fa56d;
  --shadow: rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Geist, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body:has(.bz-page) {
  overflow-x: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.bz-page {
  min-height: 100vh;
  background:
    linear-gradient(rgba(244, 244, 245, 0.035) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(90deg, rgba(244, 244, 245, 0.035) 1px, transparent 1px) 0 0 / 84px 84px,
    radial-gradient(circle at 78% 4%, rgba(232, 74, 31, 0.2), transparent 30rem),
    radial-gradient(circle at 12% 20%, rgba(31, 165, 109, 0.13), transparent 32rem),
    var(--bg);
  color: var(--text);
}

.bz-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.bz-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(26px, 4vw, 52px);
  padding: 20px clamp(20px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 8, 10, 0.9);
  backdrop-filter: blur(18px);
}

.bz-wordmark {
  display: inline-flex;
  width: fit-content;
  align-items: baseline;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

.bz-wordmark span {
  color: var(--orange);
}

.bz-nav-links,
.bz-nav-actions {
  display: flex;
  align-items: center;
}

.bz-nav-links {
  justify-content: flex-start;
  gap: clamp(20px, 2.4vw, 34px);
}

.bz-nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.bz-nav-links a:hover {
  color: var(--text);
}

.bz-nav-actions {
  justify-content: flex-end;
  gap: 18px;
}

.bz-signin,
.bz-icon-link,
.bz-lang-button {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
}

.bz-signin:hover,
.bz-icon-link:hover,
.bz-lang-button:hover {
  color: var(--text);
}

.bz-signin {
  color: var(--orange);
}

.bz-icon-link {
  width: 24px;
  padding: 0;
}

.bz-lang {
  position: relative;
}

.bz-lang-button {
  gap: 7px;
  cursor: pointer;
}

.bz-lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 180px;
  border: 1px solid var(--line);
  background: rgba(12, 12, 16, 0.98);
  box-shadow: 0 20px 50px var(--shadow);
  padding: 6px;
}

.bz-lang-menu button {
  width: 100%;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 10px;
  text-align: left;
  cursor: pointer;
}

.bz-lang-menu button:hover,
.bz-lang-menu button.is-active {
  background: rgba(244, 244, 245, 0.07);
  color: var(--text);
}

.bz-lang-menu small {
  color: var(--dim);
  font-size: 12px;
}

.bz-hero {
  position: relative;
  min-height: calc(100vh - 77px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 7vw, 94px) 0 0;
  overflow: hidden;
}

.bz-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 10%, rgba(232, 74, 31, 0.17) 10.4%, transparent 10.8%),
    linear-gradient(150deg, transparent 32%, rgba(31, 165, 109, 0.17) 32.2%, transparent 32.6%),
    repeating-linear-gradient(8deg, transparent 0 13px, rgba(244, 244, 245, 0.025) 13px 14px);
  opacity: 0.55;
  content: "";
}

.bz-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(590px, 1fr) minmax(460px, 0.86fr);
  align-items: center;
  gap: clamp(24px, 3.5vw, 46px);
}

.bz-hero-copy {
  max-width: 720px;
}

.bz-pill,
.bz-eyebrow,
.bz-founder-badge,
.bz-tier-badge,
.bz-product-kicker,
.bz-looks-head p,
.bz-hero-meta {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bz-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  background: rgba(244, 244, 245, 0.03);
  color: var(--muted);
  padding: 8px 13px;
  margin: 0 0 28px;
}

.bz-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(232, 74, 31, 0.9);
}

.bz-hero h1 {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-size: clamp(58px, 6.2vw, 88px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0;
}

.bz-hero h1 em {
  display: inline-block;
  color: #d7d7dc;
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.bz-hero-body {
  max-width: 620px;
  margin: 28px 0 0;
  color: #c9c9d1;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.45;
}

.bz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.bz-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.bz-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.bz-button-primary {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.bz-button-secondary {
  background: rgba(244, 244, 245, 0.03);
  border-color: var(--line-strong);
  color: var(--text);
}

.bz-button:hover,
.bz-card-link:hover {
  transform: translateY(-1px);
}

.bz-product-stage { position: relative; min-height: 540px; display: flex; align-items: center; }
.bz-suite-panel { width: 100%; border: 1px solid var(--line-strong); background: linear-gradient(180deg, rgba(244,244,245,0.055), transparent 54px), #070709; box-shadow: 0 40px 110px rgba(0,0,0,0.58); overflow: hidden; }
.bz-suite-top, .bz-suite-bottom { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 16px; color: var(--dim); font-family: "Geist Mono", monospace; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.bz-suite-top { border-bottom: 1px solid var(--line); }
.bz-suite-bottom { justify-content: center; color: var(--muted); border-top: 1px solid var(--line); }
.bz-suite-bottom svg { color: var(--orange); }
.bz-suite-preview { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.82fr); gap: 1px; min-height: 420px; background: var(--line); }
.bz-suite-shot { position: relative; min-height: 420px; background: #050506; overflow: hidden; }
.bz-suite-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease, opacity 500ms ease; }
.bz-suite-shot:hover img { transform: scale(1.025); }
.bz-suite-shot span { position: absolute; left: 16px; top: 16px; z-index: 2; color: #fff; background: rgba(5,5,6,0.72); border: 1px solid rgba(244,244,245,0.14); padding: 7px 9px; font-family: "Geist Mono", monospace; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.bz-suite-shot-ink::after, .bz-suite-shot-outline::after { position: absolute; inset: 0; pointer-events: none; content: ""; }
.bz-suite-shot-ink::after { background: linear-gradient(135deg, rgba(232,74,31,0.08), transparent 40%); }
.bz-suite-shot-outline::after { background: linear-gradient(135deg, rgba(31,165,109,0.12), transparent 48%); }

.bz-hero-meta {
  position: relative;
  z-index: 2;
  margin-top: clamp(40px, 5vw, 70px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--dim);
}

.bz-hero-meta .bz-wrap {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bz-section {
  padding: clamp(80px, 9vw, 128px) 0;
  border-top: 1px solid var(--line);
}

.bz-section-head {
  max-width: 820px;
  margin-bottom: 48px;
}

.bz-section-head-tight {
  margin-bottom: 34px;
}

.bz-eyebrow {
  width: fit-content;
  margin: 0 0 18px;
  color: var(--orange);
}

.bz-section h2,
.bz-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.bz-section-head > p:not(.bz-eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}

.bz-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bz-product-card {
  border: 1px solid var(--line);
  background: rgba(15, 15, 19, 0.86);
}

.bz-product-card > img {
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.bz-product-card > div {
  padding: 28px;
}

.bz-product-kicker {
  margin: 0 0 12px;
  color: var(--orange);
}

.bz-product-card-green .bz-product-kicker {
  color: var(--green);
}

.bz-product-card h3,
.bz-steps h3,
.bz-faq h3,
.bz-tiers h3,
.bz-founder h3 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.1;
}

.bz-product-card p:not(.bz-product-kicker),
.bz-steps p,
.bz-faq p,
.bz-tiers p,
.bz-founder p:not(.bz-founder-badge) {
  color: var(--muted);
  line-height: 1.55;
}

.bz-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 24px;
}

.bz-chips span {
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 6px 10px;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
}

.bz-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 800;
  transition: transform 0.15s ease;
}

.bz-looks-head {
  margin-top: 42px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.bz-looks-head p {
  color: var(--orange);
  margin: 0;
}

.bz-looks-head h3 {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
  text-align: right;
}

.bz-looks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.bz-looks figure {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
}

.bz-looks img {
  width: 100%;
  aspect-ratio: 1.46;
  object-fit: cover;
}

.bz-looks figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.bz-workflow-section {
  background: rgba(244, 244, 245, 0.025);
}

.bz-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bz-steps article {
  min-height: 250px;
  border-top: 1px solid var(--line-strong);
  padding-top: 22px;
}

.bz-steps span {
  display: block;
  margin-bottom: 40px;
  color: var(--orange);
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  font-weight: 700;
}

.bz-manifesto {
  padding: clamp(90px, 10vw, 140px) 0;
  border-top: 1px solid var(--line);
  text-align: center;
}

.bz-manifesto .bz-wrap {
  max-width: 980px;
}

.bz-manifesto .bz-eyebrow {
  margin-inline: auto;
}

.bz-manifesto p,
.bz-manifesto strong,
.bz-manifesto em {
  display: block;
  margin: 0 auto;
  color: #f7f7f8;
  font-size: clamp(31px, 4.1vw, 58px);
  line-height: 1.12;
  letter-spacing: 0;
}

.bz-manifesto p + p {
  margin-top: 22px;
  color: #cfcfd6;
}

.bz-manifesto strong {
  margin-top: 34px;
  font-weight: 800;
}

.bz-manifesto em {
  color: #d7d7dc;
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.bz-manifesto span {
  display: block;
  margin-top: 34px;
  color: var(--orange);
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.bz-founder {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 34px;
  align-items: center;
  border: 1px solid rgba(232, 74, 31, 0.34);
  background:
    linear-gradient(135deg, rgba(232, 74, 31, 0.14), transparent 44%),
    var(--panel);
  padding: clamp(26px, 4vw, 44px);
  margin-bottom: 18px;
}

.bz-founder-badge,
.bz-tier-badge {
  width: fit-content;
  border: 1px solid rgba(232, 74, 31, 0.48);
  color: var(--orange);
  padding: 7px 10px;
  margin: 0 0 18px;
}

.bz-founder h3 {
  font-size: clamp(34px, 4vw, 56px);
}

.bz-founder-price {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.bz-founder-price > span {
  color: #fff;
  font-size: clamp(74px, 8vw, 112px);
  font-weight: 800;
  line-height: 0.9;
}

.bz-founder-price small {
  color: var(--muted);
  font-family: "Geist Mono", monospace;
  text-transform: uppercase;
}

.bz-counter {
  max-width: 520px;
  margin-top: 28px;
}

.bz-counter-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.bz-counter-row b {
  color: #fff;
}

.bz-counter-track {
  height: 7px;
  margin-top: 10px;
  background: rgba(244, 244, 245, 0.09);
  overflow: hidden;
}

.bz-counter-track i {
  display: block;
  height: 100%;
  background: var(--orange);
}

.bz-tiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bz-tiers article {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: rgba(15, 15, 19, 0.88);
  padding: 26px;
}

.bz-tiers article.is-popular {
  border-color: rgba(232, 74, 31, 0.8);
  box-shadow: inset 0 0 0 1px rgba(232, 74, 31, 0.36);
}

.bz-tier-price {
  display: grid;
  gap: 4px;
  margin: 18px 0 14px;
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.bz-tier-price span {
  color: var(--muted);
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.bz-tiers ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 26px;
  list-style: none;
}

.bz-tiers li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #d4d4db;
  font-size: 14px;
}

.bz-tiers li svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--green);
}

.bz-tiers .bz-button {
  width: 100%;
  margin-top: auto;
}

.bz-faq-list {
  display: grid;
  gap: 0;
  border-bottom: 1px solid var(--line);
}

.bz-faq-list article {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}

.bz-faq h3 {
  font-size: 20px;
}

.bz-faq p {
  max-width: 790px;
  margin-bottom: 0;
}

.bz-footer {
  border-top: 1px solid var(--line);
  padding: 64px 0 52px;
  background: #060607;
}

.bz-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, minmax(140px, 1fr));
  gap: 34px;
}

.bz-footer p {
  max-width: 280px;
  color: var(--muted);
}

.bz-footer h3 {
  margin: 0 0 16px;
  color: var(--dim);
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.bz-footer a:not(.bz-wordmark) {
  display: block;
  width: fit-content;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
}

.bz-footer a:hover {
  color: #fff;
}

.bz-auth-backdrop {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(12px);
}

.bz-auth-modal {
  position: relative;
  width: min(460px, 100%);
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(232, 74, 31, 0.12), transparent 42%),
    #0b0b0e;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.68);
  padding: 32px;
}

.bz-auth-modal h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 32px;
  line-height: 1.05;
}

.bz-auth-close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}

.bz-auth-close:hover {
  color: #fff;
}

.bz-auth-form {
  display: grid;
  gap: 14px;
}

.bz-auth-form label {
  display: grid;
  gap: 7px;
}

.bz-auth-form label span {
  color: var(--muted);
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.bz-auth-form input {
  min-height: 46px;
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(244, 244, 245, 0.04);
  color: #fff;
  padding: 0 13px;
  outline: 0;
}

.bz-auth-form input:focus {
  border-color: rgba(232, 74, 31, 0.74);
}

.bz-auth-form .bz-button {
  width: 100%;
  margin-top: 6px;
}

.bz-auth-error {
  margin: 0;
  color: #ff8f75;
  font-size: 13px;
}

.bz-auth-switch {
  width: 100%;
  margin-top: 18px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-align: center;
}

.bz-auth-switch:hover {
  color: #fff;
}

.bz-auth-connected {
  color: var(--muted);
  line-height: 1.5;
}

.bz-auth-connected b {
  color: #fff;
  word-break: break-word;
}

@media (max-width: 1040px) {
  .bz-nav {
    grid-template-columns: 1fr;
  }

  .bz-nav-links,
  .bz-nav-actions {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .bz-hero-grid,
  .bz-founder {
    grid-template-columns: 1fr;
  }

  .bz-products,
  .bz-tiers,
  .bz-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .bz-wrap {
    width: min(100% - 28px, 1180px);
  }

  .bz-nav {
    position: static;
    padding: 16px 14px;
  }

  .bz-nav-links {
    display: none;
  }

  .bz-nav-actions {
    flex-wrap: wrap;
  }

  .bz-signin {
    flex: 1 1 auto;
  }

  .bz-hero {
    min-height: auto;
  }

  .bz-hero h1 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .bz-actions,
  .bz-actions .bz-button {
    width: 100%;
  }

  .bz-product-stage { min-height: auto; }
  .bz-suite-preview { grid-template-columns: 1fr; min-height: auto; }
  .bz-suite-shot { min-height: 280px; }
  .bz-suite-shot img { aspect-ratio: 1.35; }

  .bz-hero-meta .bz-wrap,
  .bz-looks-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .bz-looks-head h3 {
    text-align: left;
  }

  .bz-looks,
  .bz-steps {
    grid-template-columns: 1fr;
  }

  .bz-manifesto p,
  .bz-manifesto strong,
  .bz-manifesto em {
    font-size: clamp(30px, 9vw, 46px);
  }
}
