/* ============================================================
   Bulk Pricer — site stylesheet
   Dark "terminal" identity: graphite base, amber accent, mono figures.
   Family tie: Inter, navy structural, shared rhythm. Distinct by design.
   ============================================================ */
:root {
    --bp-graphite: #0E1726; --bp-graphite-2: #131F33; --bp-graphite-3: #0c1626;
    --bp-amber: #E8A33D; --bp-amber-deep: #C9852A; --bp-green: #5FD08A;
    --bp-navy: #052B66; --bp-text: #E6EAF2; --bp-muted: #93A1B8;
    --bp-faint: #5d6a80; --bp-line: rgba(255,255,255,0.09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, sans-serif; background: var(--bp-graphite); color: var(--bp-text); -webkit-font-smoothing: antialiased; line-height: 1.5; }
.mono { font-family: 'IBM Plex Mono', ui-monospace, monospace; }
a { text-decoration: none; }
.bp-wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.bp-container { max-width: 1080px; margin: 0 auto; padding: 0 28px; }
.bp-amber { color: var(--bp-amber); }
.bp-center { text-align: center; }

/* ===== NAV ===== */
.bp-nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: none; margin: 0; padding: 16px max(28px, calc((100% - 1200px) / 2)); background: rgba(14, 23, 38, 0.82); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--bp-line); }
.bp-logo { display: flex; align-items: center; gap: 13px; }
.bp-logo__mark { width: 34px; height: 34px; border-radius: 8px; background: linear-gradient(140deg, var(--bp-amber), var(--bp-amber-deep)); position: relative; flex: none; box-shadow: 0 6px 18px rgba(232,163,61,.28); overflow: hidden; }
.bp-logo__mark::before { content: ""; position: absolute; left: 7px; right: 7px; top: 9px; height: 2.4px; border-radius: 2px; background: #1a1205; box-shadow: 0 6px 0 #1a1205, 0 12px 0 #1a1205; opacity: .85; }
.bp-logo__txt { display: flex; flex-direction: column; line-height: 1; }
.bp-logo__name { font-weight: 700; font-size: 1.18rem; letter-spacing: -0.01em; color: var(--bp-text); }
.bp-logo__endorse { display: flex; align-items: center; gap: 6px; font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; color: var(--bp-muted); margin-top: 6px; }
.bp-logo__endorse img { height: 13px; opacity: .92; }
.bp-nav__links { display: flex; align-items: center; gap: 28px; }
.bp-nav__link { color: var(--bp-muted); font-size: .92rem; font-weight: 500; transition: color .15s; }
.bp-nav__link:hover { color: var(--bp-text); }
.bp-nav__link.is-active { color: var(--bp-amber); }
.bp-nav__cta { background: var(--bp-amber); color: #1a1205; font-weight: 600; padding: 10px 18px; border-radius: 9px; font-size: .9rem; transition: transform .15s, box-shadow .15s; }
.bp-nav__cta:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(232,163,61,.32); }

/* ===== BUTTONS ===== */
.bp-cta { display: inline-block; background: var(--bp-amber); color: #1a1205; font-weight: 600; padding: 14px 26px; border-radius: 11px; font-size: .98rem; transition: transform .15s, box-shadow .15s; border: none; cursor: pointer; }
.bp-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(232,163,61,.32); }
.bp-cta--ghost { background: transparent; color: var(--bp-text); border: 1px solid var(--bp-line); }
.bp-cta--ghost:hover { border-color: var(--bp-amber); box-shadow: none; }

/* ===== HERO (home) ===== */
.bp-hero { position: relative; overflow: hidden; padding-bottom: 70px; }
.bp-hero__bg { position: absolute; inset: 0; z-index: 0; }
.bp-hero__glow { position: absolute; top: -200px; right: -160px; width: 720px; height: 720px; background: radial-gradient(circle, rgba(232,163,61,.20), rgba(232,163,61,0) 62%); filter: blur(10px); }
.bp-hero__grid { position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, rgba(255,255,255,.028) 0, rgba(255,255,255,.028) 1px, transparent 1px, transparent 34px); mask-image: linear-gradient(180deg, transparent, #000 12%, #000 70%, transparent); }
.bp-hero__inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 30px 28px 0; display: grid; grid-template-columns: 1.04fr .96fr; gap: 54px; align-items: center; }
.bp-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--bp-amber); font-weight: 600; margin-bottom: 20px; }
.bp-eyebrow::before { content: ""; width: 22px; height: 1.5px; background: var(--bp-amber); }
.bp-h1 { font-size: clamp(2.5rem, 5vw, 3.95rem); line-height: 1.03; font-weight: 700; letter-spacing: -0.022em; margin: 0 0 22px; }
.bp-h1 em { color: var(--bp-amber); font-style: normal; }
.bp-lead { font-size: 1.13rem; line-height: 1.6; color: var(--bp-muted); max-width: 31em; margin: 0 0 28px; }
.bp-lead strong { color: var(--bp-text); font-weight: 600; }
.bp-stats { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.bp-stat { border: 1px solid var(--bp-line); background: rgba(255,255,255,.025); border-radius: 10px; padding: 11px 15px; }
.bp-stat__n { font-family: 'IBM Plex Mono', monospace; font-size: 1.12rem; font-weight: 600; color: var(--bp-amber); }
.bp-stat__l { font-size: .72rem; color: var(--bp-muted); margin-top: 3px; letter-spacing: .02em; }
.bp-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== TERMINAL / TAPE PANEL ===== */
.bp-term { position: relative; background: linear-gradient(180deg, var(--bp-graphite-2), var(--bp-graphite-3)); border: 1px solid var(--bp-line); border-radius: 16px; box-shadow: 0 34px 90px rgba(0,0,0,.55); overflow: hidden; }
.bp-term__head { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--bp-line); }
.bp-term__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--bp-amber); box-shadow: 0 0 0 0 rgba(232,163,61,.55); animation: bppulse 1.8s infinite; }
.bp-term__title { font-family: 'IBM Plex Mono', monospace; font-size: .78rem; color: var(--bp-muted); }
.bp-term__title b { color: var(--bp-text); font-weight: 600; }
.bp-term__badge { margin-left: auto; font-family: 'IBM Plex Mono', monospace; font-size: .68rem; color: var(--bp-amber); border: 1px solid rgba(232,163,61,.35); border-radius: 20px; padding: 3px 10px; }
.bp-term__cols { display: grid; grid-template-columns: 1.25fr .55fr .55fr .7fr 20px .8fr; gap: 10px; padding: 9px 18px; font-family: 'IBM Plex Mono', monospace; font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; color: #69768c; border-bottom: 1px solid var(--bp-line); }
.bp-term__rows { position: relative; height: 304px; overflow: hidden; }
.bp-term__stream { animation: bpscroll 22s linear infinite; }
.bp-row { display: grid; grid-template-columns: 1.25fr .55fr .55fr .7fr 20px .8fr; gap: 10px; align-items: center; padding: 8.5px 18px; font-family: 'IBM Plex Mono', monospace; font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.035); }
.bp-row__id { color: var(--bp-text); }
.bp-row__m { color: var(--bp-muted); }
.bp-row__a { color: var(--bp-amber); opacity: .55; }
.bp-row__px { text-align: right; font-weight: 600; color: var(--bp-green); }
.bp-row__px.co { color: var(--bp-amber); }
.bp-row__px.no { color: #6b7689; }
.bp-term__scan { position: absolute; left: 0; right: 0; top: 0; height: 64px; background: linear-gradient(180deg, rgba(232,163,61,0), rgba(232,163,61,.10), rgba(232,163,61,0)); pointer-events: none; animation: bpscan 3.6s ease-in-out infinite; }
.bp-term__foot { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--bp-line); background: rgba(232,163,61,.06); }
.bp-wa { padding: 12px 16px; border-right: 1px solid var(--bp-line); }
.bp-wa:last-child { border-right: none; }
.bp-wa__k { font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; color: var(--bp-muted); }
.bp-wa__v { font-family: 'IBM Plex Mono', monospace; font-weight: 600; font-size: 1.02rem; color: var(--bp-amber); margin-top: 3px; }
.bp-term__cap { text-align: center; font-size: .68rem; color: var(--bp-faint); margin-top: 12px; font-style: italic; }

/* ===== PIPELINE STRIP ===== */
.bp-pipe { position: relative; z-index: 2; max-width: 1200px; margin: 14px auto 0; padding: 26px 28px 6px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.bp-pipe__step { display: flex; align-items: center; gap: 10px; padding: 11px 16px; border: 1px solid var(--bp-line); border-radius: 11px; background: rgba(255,255,255,.022); }
.bp-pipe__n { font-family: 'IBM Plex Mono', monospace; font-size: .72rem; color: var(--bp-amber); border: 1px solid rgba(232,163,61,.35); border-radius: 6px; width: 22px; height: 22px; display: grid; place-items: center; flex: none; }
.bp-pipe__l { font-weight: 600; font-size: .92rem; }
.bp-pipe__l span { display: block; font-weight: 400; font-size: .72rem; color: var(--bp-muted); margin-top: 1px; }
.bp-pipe__arrow { color: #44506a; }

/* ===== INNER PAGE HEADER ===== */
.bp-phead { position: relative; overflow: hidden; padding: 50px 0 36px; border-bottom: 1px solid var(--bp-line); }
.bp-phead__glow { position: absolute; top: -240px; left: 40%; width: 620px; height: 620px; background: radial-gradient(circle, rgba(232,163,61,.13), rgba(232,163,61,0) 62%); }
.bp-phead__inner { position: relative; z-index: 2; }
.bp-phead__title { font-size: clamp(2.1rem, 4vw, 3rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.08; margin: 0 0 16px; }
.bp-phead__title em { color: var(--bp-amber); font-style: normal; }
.bp-phead__lead { font-size: 1.12rem; line-height: 1.6; color: var(--bp-muted); max-width: 44em; }
.bp-phead__lead strong { color: var(--bp-text); font-weight: 600; }

/* ===== SECTIONS ===== */
.bp-section { padding: 60px 0; }
.bp-section--alt { background: var(--bp-graphite-2); }
.bp-section--band { background: rgba(232,163,61,.045); border-top: 1px solid rgba(232,163,61,.16); border-bottom: 1px solid rgba(232,163,61,.16); }
.bp-shead { margin-bottom: 36px; max-width: 42em; }
.bp-shead--center { text-align: center; margin-left: auto; margin-right: auto; }
.bp-keyer { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--bp-amber); font-weight: 600; margin-bottom: 12px; }
.bp-h2 { font-size: clamp(1.6rem, 3vw, 2.15rem); font-weight: 700; letter-spacing: -0.02em; margin: 0; }
.bp-sub { color: var(--bp-muted); font-size: 1.05rem; margin-top: 10px; line-height: 1.6; }

/* ===== CARD GRID ===== */
.bp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 18px; }
.bp-grid--2 { grid-template-columns: repeat(2, 1fr); }
.bp-grid--3 { grid-template-columns: repeat(3, 1fr); }
.bp-card { background: rgba(255,255,255,.025); border: 1px solid var(--bp-line); border-radius: 14px; padding: 26px; }
.bp-card__icon { color: var(--bp-amber); font-size: 1.5rem; margin-bottom: 14px; line-height: 1; }
.bp-card__title { font-weight: 700; font-size: 1.12rem; margin: 0 0 9px; }
.bp-card__body { color: var(--bp-muted); line-height: 1.65; font-size: .96rem; margin: 0; }
.bp-card__body strong { color: var(--bp-text); }
.bp-card code { font-family: 'IBM Plex Mono', monospace; color: var(--bp-green); font-size: .86em; }
.bp-card--feature { border-top: 2px solid var(--bp-amber); }

/* ===== STAGE BLOCKS (how it works) ===== */
.bp-stage { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--bp-line); }
.bp-stage:last-child { border-bottom: none; }
.bp-stage__num { font-family: 'IBM Plex Mono', monospace; font-size: 1.3rem; font-weight: 600; color: var(--bp-amber); border: 1px solid rgba(232,163,61,.35); border-radius: 12px; width: 56px; height: 56px; display: grid; place-items: center; }
.bp-stage__title { font-size: 1.4rem; font-weight: 700; letter-spacing: -0.01em; margin: 4px 0 10px; }
.bp-stage__lead { color: var(--bp-text); font-size: 1.05rem; line-height: 1.6; margin: 0 0 8px; }
.bp-stage__body { color: var(--bp-muted); line-height: 1.65; margin: 0; max-width: 52em; }
.bp-stage__body strong { color: var(--bp-text); }

/* ===== SPEC LIST ===== */
.bp-spec { margin-top: 18px; border: 1px solid var(--bp-line); border-radius: 12px; overflow: hidden; }
.bp-spec__row { display: grid; grid-template-columns: 190px 1fr; gap: 16px; padding: 11px 16px; border-bottom: 1px solid var(--bp-line); font-size: .92rem; }
.bp-spec__row:last-child { border-bottom: none; }
.bp-spec__k { color: var(--bp-amber); font-weight: 600; font-family: 'IBM Plex Mono', monospace; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; padding-top: 2px; }
.bp-spec__v { color: var(--bp-muted); }
.bp-spec__v code { font-family: 'IBM Plex Mono', monospace; color: var(--bp-green); font-size: .88em; }

/* ===== USE-CASE LANES (for your desk) ===== */
.bp-lane { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: center; padding: 40px 0; border-bottom: 1px solid var(--bp-line); }
.bp-lane:last-child { border-bottom: none; }
.bp-lane__tag { display: inline-block; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--bp-amber); border: 1px solid rgba(232,163,61,.35); border-radius: 20px; padding: 4px 12px; margin-bottom: 14px; font-weight: 600; }
.bp-lane__title { font-size: 1.5rem; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 12px; }
.bp-lane__body { color: var(--bp-muted); line-height: 1.7; margin: 0 0 14px; }
.bp-lane__body strong { color: var(--bp-text); }
.bp-lane__who { font-size: .85rem; color: var(--bp-faint); }
.bp-lane__who b { color: var(--bp-amber); font-weight: 600; }
.bp-lane__panel { background: rgba(255,255,255,.025); border: 1px solid var(--bp-line); border-radius: 14px; padding: 22px; }
.bp-lane__panel ul { margin: 0; padding-left: 18px; }
.bp-lane__panel li { color: var(--bp-muted); line-height: 1.6; margin-bottom: 9px; font-size: .94rem; }
.bp-lane__panel li::marker { color: var(--bp-amber); }

/* ===== CALLOUT ===== */
.bp-callout { display: flex; gap: 18px; background: rgba(232,163,61,.06); border: 1px solid rgba(232,163,61,.25); border-radius: 14px; padding: 26px 28px; }
.bp-callout__icon { color: var(--bp-amber); font-size: 1.7rem; line-height: 1; flex: none; }
.bp-callout__title { font-weight: 700; font-size: 1.15rem; margin: 0 0 8px; }
.bp-callout__body { color: var(--bp-muted); line-height: 1.65; margin: 0; }
.bp-callout__body strong { color: var(--bp-text); }
.bp-callout__body code { font-family: 'IBM Plex Mono', monospace; color: var(--bp-green); font-size: .88em; }

/* ===== STAT BAND ===== */
.bp-statband { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bp-statband__item { text-align: center; }
.bp-statband__n { font-family: 'IBM Plex Mono', monospace; font-size: 2.2rem; font-weight: 600; color: var(--bp-amber); }
.bp-statband__l { font-size: .82rem; color: var(--bp-muted); margin-top: 6px; line-height: 1.4; }

/* ===== CONTACT FORM ===== */
.bp-form { max-width: 560px; }
.bp-field { margin-bottom: 16px; }
.bp-label { display: block; font-size: .85rem; font-weight: 500; color: var(--bp-text); margin-bottom: 7px; }
.bp-input, .bp-textarea { width: 100%; padding: 12px 15px; background: rgba(255,255,255,.03); border: 1px solid var(--bp-line); border-radius: 10px; color: var(--bp-text); font-family: inherit; font-size: .95rem; }
.bp-input:focus, .bp-textarea:focus { outline: none; border-color: var(--bp-amber); box-shadow: 0 0 0 3px rgba(232,163,61,.18); }
.bp-input::placeholder, .bp-textarea::placeholder { color: var(--bp-faint); }
.bp-textarea { min-height: 120px; resize: vertical; }
select.bp-input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2393A1B8' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; padding-right: 38px; }

/* ===== FOOTER ===== */
.bp-footer { border-top: 1px solid var(--bp-line); padding: 38px 0 34px; background: var(--bp-graphite-3); margin-top: 20px; }
.bp-footer__inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; display: flex; flex-wrap: wrap; gap: 18px 28px; align-items: center; justify-content: space-between; }
.bp-footer__powered { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: var(--bp-muted); }
.bp-footer__powered img { height: 16px; }
.bp-footer__links { display: flex; gap: 22px; flex-wrap: wrap; }
.bp-footer__link { color: var(--bp-muted); font-size: .9rem; }
.bp-footer__link:hover { color: var(--bp-text); }
.bp-footer__copy { color: var(--bp-faint); font-size: .8rem; width: 100%; margin-top: 4px; }

@keyframes bpscroll { from { transform: translateY(0); } to { transform: translateY(-50%); } }
@keyframes bppulse { 0% { box-shadow: 0 0 0 0 rgba(232,163,61,.5); } 70% { box-shadow: 0 0 0 8px rgba(232,163,61,0); } 100% { box-shadow: 0 0 0 0 rgba(232,163,61,0); } }
@keyframes bpscan { 0% { transform: translateY(-70px); opacity: 0; } 40% { opacity: 1; } 100% { transform: translateY(300px); opacity: 0; } }

/* ===== RESPONSIVE ===== */
@media (max-width: 920px) {
    .bp-hero__inner { grid-template-columns: 1fr; gap: 38px; }
    .bp-term { max-width: 520px; }
    .bp-nav__links { display: none; }
    .bp-pipe__step:nth-child(n+6) { display: none; }
    .bp-grid--2, .bp-grid--3 { grid-template-columns: 1fr; }
    .bp-lane { grid-template-columns: 1fr; gap: 22px; }
    .bp-statband { grid-template-columns: repeat(2, 1fr); gap: 26px 18px; }
}
@media (max-width: 560px) {
    .bp-stage { grid-template-columns: 1fr; gap: 14px; }
    .bp-spec__row { grid-template-columns: 1fr; gap: 4px; }
    .bp-term__foot { grid-template-columns: repeat(2, 1fr); }
    .bp-wa:nth-child(2) { border-right: none; }
    .bp-wa:nth-child(-n+2) { border-bottom: 1px solid var(--bp-line); }
}
@media (prefers-reduced-motion: reduce) { .bp-term__stream, .bp-term__scan, .bp-term__dot { animation: none; } }
