:root {
    --bb-rail-width: 76px;
    --bb-ink: #0c0f16;
    --bb-muted: #4f5665;
    --bb-cream: #fff6de;
    --bb-paper: #fffdf7;
    --bb-neon: #d9ff2f;
    --bb-mint: #b7ffd6;
    --bb-sky: #b8ecff;
    --bb-orange: #ff7a2b;
    --bb-line: #0c0f16;
    --bb-shadow: 8px 8px 0 #0c0f16;
    --bb-soft-shadow: 0 24px 70px rgba(12, 15, 22, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding-left: var(--bb-rail-width);
    color: var(--bb-ink);
    background: var(--bb-cream);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
}

img,
svg {
    display: block;
}

.bb-skip-link {
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 20;
    transform: translateY(-140%);
    border: 2px solid var(--bb-line);
    border-radius: 999px;
    background: var(--bb-paper);
    padding: 0.65rem 1rem;
    font-weight: 900;
}

.bb-skip-link:focus {
    transform: translateY(0);
}

.bb-header {
    position: sticky;
    top: 0;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.5rem;
    border-bottom: 3px solid var(--bb-line);
    background: rgba(255, 253, 247, 0.94);
    padding: 1rem max(1.25rem, calc((100vw - 1220px) / 2));
    backdrop-filter: blur(16px);
}

.bb-side-rail {
    position: fixed;
    z-index: 12;
    inset: 0 auto 0 0;
    display: flex;
    width: var(--bb-rail-width);
    flex-direction: column;
    align-items: center;
    gap: 0.72rem;
    border-right: 3px solid var(--bb-line);
    background: var(--bb-paper);
    padding: 6.25rem 0.7rem 1rem;
}

.bb-side-rail a {
    position: relative;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 3px solid var(--bb-line);
    border-radius: 0.8rem;
    background: #fff6de;
    color: var(--bb-ink);
    box-shadow: 3px 4px 0 var(--bb-line);
    text-decoration: none;
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.bb-side-rail a:nth-child(2n) {
    background: var(--bb-mint);
}

.bb-side-rail a:nth-child(3n) {
    background: var(--bb-sky);
}

.bb-side-rail a:hover,
.bb-side-rail a:focus-visible,
.bb-side-rail a.is-current {
    background: var(--bb-neon);
    transform: translateY(-2px);
    box-shadow: 3px 6px 0 var(--bb-line);
}

.bb-side-rail a::after {
    content: attr(data-tooltip);
    position: absolute;
    left: calc(100% + 0.55rem);
    top: 50%;
    z-index: 20;
    width: max-content;
    max-width: 11rem;
    transform: translateY(-50%);
    border: 2px solid var(--bb-line);
    border-radius: 999px;
    background: var(--bb-paper);
    padding: 0.25rem 0.55rem;
    color: var(--bb-ink);
    font-size: 0.75rem;
    font-weight: 950;
    opacity: 0;
    pointer-events: none;
    transition: opacity 140ms ease;
}

.bb-side-rail a:hover::after,
.bb-side-rail a:focus-visible::after {
    opacity: 1;
}

.bb-side-rail svg {
    width: 1.55rem;
    height: 1.55rem;
}

.bb-side-rail img {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.45rem;
}

.bb-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 2.75rem;
    width: max-content;
    text-decoration: none;
}

.bb-brand-mark {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    place-items: center;
    border: 3px solid var(--bb-line);
    border-radius: 0.75rem;
    background: var(--bb-mint);
    font-weight: 950;
    box-shadow: 3px 3px 0 var(--bb-line);
}

.bb-brand-type {
    display: grid;
    font-weight: 950;
    line-height: 0.9;
}

.bb-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    font-weight: 900;
}

.bb-nav a {
    border-radius: 999px;
    padding: 0.45rem 0.15rem;
    text-decoration: none;
}

.bb-nav a[aria-current="page"] {
    color: #bc5200;
}

.bb-header-status {
    justify-self: end;
    border: 3px solid var(--bb-line);
    border-radius: 999px;
    background: var(--bb-neon);
    padding: 0.75rem 1rem;
    font-weight: 950;
    box-shadow: 4px 4px 0 var(--bb-line);
}

.bb-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.9fr);
    gap: 3rem;
    max-width: 1220px;
    margin: 0 auto;
    padding: 5rem 1.25rem 4rem;
    align-items: center;
}

.bb-hero-copy {
    min-width: 0;
}

.bb-eyebrow {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
    gap: 0.5rem;
    border: 3px solid rgba(12, 15, 22, 0.2);
    border-radius: 999px;
    background: var(--bb-paper);
    padding: 0.45rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.bb-hero h1 {
    margin: 1.25rem 0 0.65rem;
    font-size: 5rem;
    line-height: 0.92;
    letter-spacing: 0;
}

.bb-hero-subhead {
    max-width: 42rem;
    margin: 0;
    border-left: 5px solid var(--bb-line);
    padding-left: 1.2rem;
    font-size: 1.45rem;
    font-weight: 850;
    line-height: 1.35;
}

.bb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.6rem;
}

.bb-button {
    display: inline-flex;
    min-height: 3.3rem;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--bb-line);
    border-radius: 999px;
    padding: 0.8rem 1.15rem;
    font-weight: 950;
    text-align: center;
    text-decoration: none;
    box-shadow: 4px 4px 0 var(--bb-line);
}

.bb-button-dark {
    background: var(--bb-ink);
    color: #fff;
}

.bb-button-light {
    background: var(--bb-mint);
}

.bb-launch-short {
    display: none;
}

.bb-intro {
    max-width: 45rem;
    margin: 1.65rem 0 0;
    color: #242936;
    font-size: 1.05rem;
    font-weight: 700;
}

.bb-proof-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
}

.bb-proof-pills li {
    border: 2px solid var(--bb-line);
    border-radius: 999px;
    background: var(--bb-paper);
    padding: 0.45rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 900;
}

.bb-proof-stage {
    position: relative;
    display: grid;
    min-height: 38rem;
    place-items: center;
    overflow: hidden;
    border: 3px solid var(--bb-line);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 78% 20%, rgba(217, 255, 47, 0.45), transparent 32%),
        linear-gradient(145deg, var(--bb-sky), #e4ffe7 70%);
    box-shadow: var(--bb-shadow);
}

.bb-grid-bg {
    position: absolute;
    inset: 0;
    opacity: 0.38;
    background-image:
        linear-gradient(rgba(12, 15, 22, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(12, 15, 22, 0.18) 1px, transparent 1px);
    background-size: 32px 32px;
}

.bb-orbit-shell {
    position: absolute;
    width: 25.5rem;
    height: 25.5rem;
    border-radius: 999px;
}

.bb-orbit-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px dashed rgba(12, 15, 22, 0.25);
    border-radius: inherit;
    animation: bb-spin 38s linear infinite;
}

.bb-orbit-chip {
    position: absolute;
    display: grid;
    width: 6.7rem;
    min-height: 6.7rem;
    place-items: center;
    gap: 0.35rem;
    border: 3px solid var(--bb-line);
    border-radius: 1rem;
    background: var(--bb-paper);
    box-shadow: 5px 5px 0 var(--bb-line);
    font-size: 0.86rem;
    font-weight: 950;
}

.bb-orbit-chip svg {
    width: 2rem;
    height: 2rem;
}

.chip-video {
    right: -0.2rem;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bb-mint);
}

.chip-photo {
    left: 50%;
    top: 0;
    transform: translate(-50%, -25%);
    background: var(--bb-neon);
}

.chip-file {
    left: -0.2rem;
    top: 56%;
    transform: translateY(-50%);
    background: #ffd7bf;
}

.chip-check {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 25%);
    background: #f9f0cf;
}

.bb-packet-card {
    position: relative;
    z-index: 1;
    width: min(78%, 24rem);
    border: 4px solid var(--bb-line);
    border-radius: 1rem;
    background: var(--bb-paper);
    padding: 2rem;
    text-align: center;
    box-shadow: 9px 9px 0 var(--bb-line);
}

.bb-status {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 950;
}

.bb-status span {
    flex: 0 0 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--bb-orange);
}

.bb-packet-card img {
    width: 8rem;
    height: 8rem;
    margin: 1.2rem auto 1rem;
    border-radius: 1.6rem;
    box-shadow: 0 18px 40px rgba(12, 15, 22, 0.22);
}

.bb-packet-card h2 {
    margin: 0;
    font-size: 2.35rem;
    line-height: 1;
}

.bb-packet-card p {
    margin: 0.75rem 0 1.1rem;
    color: var(--bb-muted);
    font-weight: 850;
}

.bb-packet-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.bb-packet-steps span {
    border: 2px solid rgba(12, 15, 22, 0.18);
    border-radius: 0.75rem;
    background: #f7f2e8;
    padding: 0.55rem;
    font-size: 0.78rem;
    font-weight: 900;
}

.bb-price-sticker {
    position: absolute;
    right: 1.1rem;
    bottom: 1.1rem;
    z-index: 2;
    transform: rotate(-5deg);
    border: 3px solid var(--bb-line);
    border-radius: 1rem;
    background: var(--bb-neon);
    padding: 0.85rem 1rem;
    box-shadow: 5px 5px 0 var(--bb-line);
}

.bb-price-sticker strong,
.bb-price-sticker span {
    display: block;
}

.bb-price-sticker strong {
    font-size: 1.45rem;
    line-height: 1;
}

.bb-price-sticker span {
    margin-top: 0.2rem;
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.bb-section {
    max-width: 1220px;
    margin: 0 auto;
    padding: 3.5rem 1.25rem;
}

.bb-section-heading {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.3rem;
}

.bb-section-heading h2,
.bb-privacy-band h2,
.bb-disclaimer h2 {
    max-width: 49rem;
    margin: 0;
    font-size: 2.55rem;
    line-height: 1.02;
    letter-spacing: 0;
}

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

.bb-card-grid article {
    min-height: 12rem;
    border: 3px solid var(--bb-line);
    border-radius: 1rem;
    background: var(--bb-paper);
    padding: 1.25rem;
    box-shadow: 5px 5px 0 var(--bb-line);
}

.bb-card-grid svg {
    width: 2.4rem;
    height: 2.4rem;
    color: #bc5200;
}

.bb-card-grid h3 {
    margin: 1.1rem 0 0;
    font-size: 1.15rem;
    line-height: 1.25;
}

.bb-preview-section {
    background: linear-gradient(135deg, #fffdf7 0 58%, rgba(184, 236, 255, 0.72) 58% 100%);
}

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

.bb-screen-card {
    display: grid;
    gap: 0.85rem;
    border: 3px solid var(--bb-line);
    border-radius: 1rem;
    background: var(--bb-paper);
    box-shadow: 5px 5px 0 var(--bb-line);
    padding: 1rem;
}

.bb-screen-card > span {
    color: var(--bb-orange);
    font-size: 0.8rem;
    font-weight: 950;
}

.bb-screen-card h3 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.1;
}

.bb-screen-card p {
    margin: 0;
    color: var(--bb-muted);
    font-weight: 800;
}

.bb-screen-mock {
    display: grid;
    align-content: space-between;
    gap: 0.65rem;
    min-height: 16rem;
    border: 4px solid var(--bb-line);
    border-radius: 1.35rem;
    background:
        linear-gradient(90deg, rgba(12, 15, 22, 0.07) 1px, transparent 1px),
        linear-gradient(180deg, rgba(12, 15, 22, 0.07) 1px, transparent 1px),
        #fffdf7;
    background-size: 24px 24px, 24px 24px, auto;
    box-shadow: 0 9px 0 var(--bb-line);
    padding: 0.95rem;
}

.bb-screen-mock b,
.bb-screen-mock strong {
    font-size: 1.05rem;
    line-height: 1;
}

.bb-screen-mock small,
.bb-screen-mock em {
    color: var(--bb-muted);
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 900;
}

.bb-screen-capture i {
    display: block;
    height: 7.5rem;
    border: 3px solid var(--bb-line);
    border-radius: 1rem;
    background:
        radial-gradient(circle at 50% 52%, rgba(12, 15, 22, 0.16) 0 1.8rem, transparent 1.9rem),
        linear-gradient(135deg, var(--bb-neon), var(--bb-sky));
}

.bb-screen-checklist em {
    border: 2px solid rgba(12, 15, 22, 0.16);
    border-radius: 999px;
    background: #f8f1e5;
    padding: 0.45rem 0.6rem;
}

.bb-screen-export strong {
    display: grid;
    min-height: 6.8rem;
    place-items: center;
    border: 3px solid var(--bb-line);
    border-radius: 1rem;
    background: var(--bb-neon);
    font-size: 1.65rem;
    text-align: center;
}

.bb-privacy-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.58fr);
    gap: 1.5rem;
    align-items: center;
    max-width: none;
    border-top: 3px solid var(--bb-line);
    border-bottom: 3px solid var(--bb-line);
    background: var(--bb-ink);
    color: #fff;
    padding-inline: max(1.25rem, calc((100vw - 1220px) / 2));
}

.bb-privacy-band .bb-eyebrow {
    color: var(--bb-ink);
}

.bb-privacy-band p {
    margin: 0;
    color: #e6e9ee;
    font-size: 1.15rem;
    font-weight: 800;
}

.bb-privacy-band .bb-button {
    justify-self: start;
    color: var(--bb-ink);
}

.bb-pricing-grid {
    display: grid;
    grid-template-columns: minmax(16rem, 0.55fr) minmax(0, 1fr);
    gap: 1rem;
}

.bb-launch-status {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
    background: var(--bb-sky);
}

.bb-launch-status h2 {
    max-width: 42rem;
    margin: 1rem 0 0;
    font-size: 2.45rem;
    line-height: 1.02;
}

.bb-launch-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.bb-launch-grid article {
    display: grid;
    gap: 0.35rem;
    min-height: 9rem;
    border: 3px solid var(--bb-line);
    border-radius: 1rem;
    background: var(--bb-paper);
    box-shadow: 5px 5px 0 var(--bb-line);
    padding: 1rem;
}

.bb-launch-grid article:nth-child(2),
.bb-launch-grid article:nth-child(4) {
    background: var(--bb-mint);
}

.bb-launch-grid span {
    color: var(--bb-orange);
    font-size: 0.76rem;
    font-weight: 950;
    text-transform: uppercase;
}

.bb-launch-grid strong {
    font-size: 1.28rem;
    line-height: 1;
}

.bb-launch-grid small {
    color: var(--bb-muted);
    font-weight: 800;
    line-height: 1.3;
}

.bb-waitlist-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(18rem, 0.72fr);
    gap: 1.2rem;
    align-items: start;
    background:
        linear-gradient(90deg, rgba(12, 15, 22, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(12, 15, 22, 0.08) 1px, transparent 1px),
        var(--bb-paper);
    background-size: 30px 30px, 30px 30px, auto;
}

.bb-waitlist-copy {
    display: grid;
    gap: 0.9rem;
}

.bb-waitlist-copy h2 {
    max-width: 42rem;
    margin: 0;
    font-size: clamp(2.1rem, 4.5vw, 4rem);
    line-height: 0.96;
}

.bb-waitlist-copy p {
    max-width: 36rem;
    margin: 0;
    color: var(--bb-muted);
    font-size: 1.08rem;
    font-weight: 850;
}

.bb-waitlist-form {
    display: grid;
    gap: 0.8rem;
    border: 3px solid var(--bb-line);
    border-radius: 1.1rem;
    background: var(--bb-cream);
    box-shadow: 6px 6px 0 var(--bb-line);
    padding: 1.1rem;
}

.bb-waitlist-form label {
    display: grid;
    gap: 0.35rem;
    color: var(--bb-muted);
    font-size: 0.8rem;
    font-weight: 950;
    text-transform: uppercase;
}

.bb-waitlist-form label span {
    color: #bc5200;
    text-transform: none;
}

.bb-waitlist-form input[type="text"],
.bb-waitlist-form input[type="email"] {
    width: 100%;
    min-width: 0;
    border: 3px solid var(--bb-line);
    border-radius: 0.9rem;
    background: var(--bb-paper);
    color: var(--bb-ink);
    padding: 0.88rem 0.95rem;
    font: inherit;
    font-weight: 850;
    text-transform: none;
}

.bb-waitlist-form input:focus-visible {
    outline: 4px solid rgba(217, 255, 47, 0.7);
    outline-offset: 2px;
}

.bb-check-row {
    display: flex !important;
    align-items: flex-start;
    gap: 0.6rem !important;
    color: var(--bb-ink) !important;
    text-transform: none !important;
}

.bb-check-row input {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.15rem;
    accent-color: var(--bb-orange);
}

.bb-check-row span {
    color: var(--bb-ink) !important;
}

.bb-form-status {
    min-height: 1.4rem;
    margin: 0;
    color: #bc5200;
    font-weight: 900;
}

.bb-form-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.bb-export-section {
    display: grid;
    gap: 1rem;
}

.bb-export-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.55fr);
    gap: 1rem;
    align-items: stretch;
}

.bb-export-card,
.bb-timeline-card {
    border: 3px solid var(--bb-line);
    border-radius: 1rem;
    background: var(--bb-paper);
    box-shadow: 5px 5px 0 var(--bb-line);
    padding: 1.2rem;
}

.bb-export-card {
    display: grid;
    gap: 1rem;
}

.bb-export-top {
    display: grid;
    gap: 0.35rem;
    border-bottom: 3px solid rgba(12, 15, 22, 0.14);
    padding-bottom: 1rem;
}

.bb-export-top span,
.bb-export-card dt {
    color: #bc5200;
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.bb-export-top strong {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 0.95;
}

.bb-export-card dl {
    display: grid;
    gap: 0.65rem;
    margin: 0;
}

.bb-export-card dl div {
    display: grid;
    grid-template-columns: 7rem minmax(0, 1fr);
    gap: 0.8rem;
    border: 2px solid rgba(12, 15, 22, 0.14);
    border-radius: 0.8rem;
    background: #fff6de;
    padding: 0.75rem;
}

.bb-export-card dd {
    min-width: 0;
    margin: 0;
    color: #252b38;
    font-weight: 850;
}

.bb-timeline-card {
    display: grid;
    align-content: center;
    gap: 0.72rem;
    background:
        linear-gradient(90deg, rgba(12, 15, 22, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(12, 15, 22, 0.08) 1px, transparent 1px),
        var(--bb-mint);
    background-size: 28px 28px, 28px 28px, auto;
}

.bb-timeline-card span {
    display: block;
    border: 3px solid var(--bb-line);
    border-radius: 999px;
    background: var(--bb-paper);
    box-shadow: 4px 4px 0 var(--bb-line);
    padding: 0.72rem 0.85rem;
    font-weight: 950;
}

.bb-price-card {
    border: 3px solid var(--bb-line);
    border-radius: 1rem;
    background: var(--bb-paper);
    padding: 1.4rem;
    box-shadow: 5px 5px 0 var(--bb-line);
}

.bb-price-card span {
    display: block;
    color: var(--bb-muted);
    font-size: 0.85rem;
    font-weight: 950;
    text-transform: uppercase;
}

.bb-price-card strong {
    display: block;
    margin-top: 0.5rem;
    font-size: 3.4rem;
    line-height: 1;
}

.bb-pro-card {
    background: var(--bb-mint);
}

.bb-pro-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.bb-pro-prices strong {
    border: 3px solid var(--bb-line);
    border-radius: 1rem;
    background: var(--bb-paper);
    padding: 0.85rem 1rem;
    font-size: 2rem;
}

.bb-pro-card p {
    max-width: 43rem;
    margin: 1.2rem 0 0;
    font-size: 1.08rem;
    font-weight: 850;
}

.bb-disclaimer {
    margin-bottom: 3rem;
    border: 3px solid var(--bb-line);
    border-radius: 1.25rem;
    background: #fff1c9;
    box-shadow: var(--bb-shadow);
}

.bb-disclaimer p {
    max-width: 58rem;
    margin: 1rem 0 0;
    color: #272b35;
    font-size: 1.12rem;
    font-weight: 800;
}

.bb-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: end;
    border-top: 3px solid var(--bb-line);
    background: var(--bb-paper);
    padding: 2rem max(1.25rem, calc((100vw - 1220px) / 2));
}

.bb-footer-brand p {
    max-width: 34rem;
    margin: 1rem 0 0;
    color: var(--bb-muted);
    font-weight: 750;
}

.bb-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.95rem;
    font-weight: 900;
}

.bb-legal-main {
    padding: 4rem 1.25rem;
}

.bb-legal-card {
    max-width: 900px;
    margin: 0 auto;
    border: 3px solid var(--bb-line);
    border-radius: 1.25rem;
    background: var(--bb-paper);
    padding: 2.5rem;
    box-shadow: var(--bb-shadow);
}

.bb-legal-card h1 {
    margin: 1.1rem 0 0.2rem;
    font-size: 4rem;
    line-height: 0.98;
    letter-spacing: 0;
}

.bb-effective-date {
    color: #bc5200;
    font-weight: 950;
}

.bb-legal-card p,
.bb-legal-card li {
    color: #252b38;
    font-size: 1.05rem;
    font-weight: 650;
}

.bb-legal-card h2 {
    margin: 2rem 0 0.6rem;
    font-size: 1.35rem;
}

.bb-legal-card ul {
    display: grid;
    gap: 0.5rem;
    padding-left: 1.25rem;
}

.bb-legal-card a {
    font-weight: 950;
}

.bb-faq-list {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
}

.bb-faq-list details {
    border: 2px solid var(--bb-line);
    border-radius: 1rem;
    background: #fff6de;
    padding: 1rem;
}

.bb-faq-list summary {
    cursor: pointer;
    font-weight: 950;
}

.bb-faq-list p {
    margin-bottom: 0;
}

@keyframes bb-spin {
    to {
        transform: rotate(360deg);
    }
}

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

    .bb-orbit-shell::before {
        animation: none;
    }
}

@media (max-width: 980px) {
    body {
        padding-left: 0;
        padding-bottom: 78px;
    }

    .bb-side-rail {
        inset: auto 0 0 0;
        width: auto;
        height: 72px;
        flex-direction: row;
        justify-content: center;
        gap: clamp(0.22rem, 1.3vw, 0.42rem);
        overflow-x: hidden;
        border-top: 3px solid var(--bb-line);
        border-right: 0;
        padding: 0.55rem;
    }

    .bb-side-rail a {
        flex: 0 1 clamp(36px, 10.4vw, 42px);
        width: clamp(36px, 10.4vw, 42px);
        height: clamp(36px, 10.4vw, 42px);
    }

    .bb-side-rail a::after {
        display: none;
    }

    .bb-header {
        grid-template-columns: 1fr auto;
    }

    .bb-nav {
        grid-column: 1 / -1;
        order: 3;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.2rem;
    }

    .bb-header-status {
        align-self: start;
    }

    .bb-hero {
        grid-template-columns: 1fr;
        padding-top: 3rem;
    }

    .bb-hero h1 {
        font-size: 4rem;
    }

    .bb-proof-stage {
        min-height: 34rem;
    }

    .bb-card-grid,
    .bb-screen-grid,
    .bb-export-layout,
    .bb-launch-status,
    .bb-waitlist-section,
    .bb-pricing-grid,
    .bb-privacy-band,
    .bb-footer {
        grid-template-columns: 1fr;
    }

    .bb-footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 620px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .bb-header {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0.85rem 1rem;
    }

    .bb-brand-type {
        font-size: 0.88rem;
    }

    .bb-brand-mark {
        width: 2.45rem;
        height: 2.45rem;
        border-radius: 0.65rem;
    }

    .bb-header-status {
        display: none;
    }

    .bb-nav {
        grid-column: auto;
        gap: 1rem;
        font-size: 0.95rem;
    }

    .bb-hero {
        gap: 2rem;
        padding: 2.4rem 1rem 3rem;
        overflow: hidden;
    }

    .bb-hero-copy,
    .bb-hero-subhead,
    .bb-intro {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow-wrap: break-word;
    }

    .bb-hero-subhead,
    .bb-intro {
        max-width: 20rem;
        overflow-wrap: normal;
        word-break: normal;
    }

    .bb-hero h1 {
        font-size: 3.15rem;
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .bb-hero-subhead {
        font-size: 1.1rem;
    }

    .bb-button {
        width: 100%;
        min-height: 3rem;
        padding-inline: 0.9rem;
    }

    .bb-launch-pill {
        width: auto;
        min-width: 0;
        max-width: none;
        min-height: 2.7rem;
        justify-self: start;
        padding: 0.68rem 1rem;
        box-shadow: 3px 4px 0 var(--bb-line);
        line-height: 1;
    }

    .bb-launch-full {
        display: none;
    }

    .bb-launch-short {
        display: inline;
    }

    .bb-proof-stage {
        min-height: auto;
        padding: 1rem;
    }

    .bb-orbit-shell {
        position: relative;
        display: grid;
        width: 100%;
        height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
        order: 2;
        margin-top: 1rem;
        border: 0;
        animation: none;
    }

    .bb-orbit-shell::before {
        display: none;
    }

    .bb-orbit-chip {
        position: static;
        width: auto;
        min-height: 5.6rem;
        transform: none;
    }

    .bb-packet-card {
        width: 100%;
        padding: 1.25rem;
    }

    .bb-packet-card img {
        width: 6rem;
        height: 6rem;
    }

    .bb-packet-card h2 {
        font-size: 2rem;
    }

    .bb-price-sticker {
        position: static;
        justify-self: end;
        margin-top: 1rem;
        transform: none;
    }

    .bb-section {
        padding: 2.6rem 1rem;
    }

    .bb-waitlist-copy h2 {
        font-size: 2.25rem;
    }

    .bb-waitlist-form {
        padding: 0.95rem;
    }

    .bb-section-heading h2,
    .bb-privacy-band h2,
    .bb-disclaimer h2 {
        font-size: 2rem;
    }

    .bb-card-grid {
        grid-template-columns: 1fr;
    }

    .bb-screen-grid,
    .bb-launch-grid {
        grid-template-columns: 1fr;
    }

    .bb-screen-mock {
        min-height: 12.8rem;
    }

    .bb-launch-status h2 {
        font-size: 2rem;
    }

    .bb-export-card dl div {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .bb-card-grid article {
        min-height: 9rem;
    }

    .bb-price-card strong {
        font-size: 2.7rem;
    }

    .bb-pro-prices strong {
        width: 100%;
        font-size: 1.65rem;
    }

    .bb-legal-main {
        padding: 2.5rem 1rem;
    }

    .bb-legal-card {
        padding: 1.4rem;
        box-shadow: 5px 5px 0 var(--bb-line);
    }

    .bb-legal-card h1 {
        font-size: 2.5rem;
    }
}
