/* Bee Industries — light, corporate, restrained. Rebuilt tick 23 on the operator's
   instruction ("more lightmode, friendly, corporate, clean and less ai").
   Rules that keep it out of the generative-looking bucket: no glow, no gradient mesh, no
   neon accents, no animated blobs. Depth comes from hairline borders and one soft shadow. */

:root {
  --bg: #ffffff;
  --alt: #f5f7fa;
  --panel: #ffffff;
  --line: #e3e8ef;
  --line-strong: #cfd7e3;
  --ink: #10203a;
  --ink-2: #33445e;
  --dim: #64748b;
  --navy: #16365f;
  --navy-hi: #1d4679;
  --amber: #c8860d;
  --amber-soft: #fdf6e7;
  --green: #17734d;
  --radius: 0px;
  --shadow: 0 1px 2px rgba(16, 32, 58, .04), 0 8px 24px rgba(16, 32, 58, .06);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 16.5px/1.65 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: var(--navy); }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 28px; }

/* ---------- nav ---------- */
nav.top {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
nav.top.stuck { border-bottom-color: var(--line); box-shadow: 0 1px 12px rgba(16, 32, 58, .05); }
nav.top .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); font-weight: 660; letter-spacing: -.01em; }
.brand .hex { width: 26px; height: 26px; flex: none; }
.brand small { display: block; font-weight: 450; font-size: 10.5px; letter-spacing: .11em; text-transform: uppercase; color: var(--dim); line-height: 1.5; }
.navlinks { display: flex; align-items: center; gap: 26px; }
.navlinks a { color: var(--ink-2); text-decoration: none; font-size: 14.5px; font-weight: 520; }
.navlinks a:hover { color: var(--navy); }
.navlinks a.btn { color: #fff; }
.navlinks a.btn:hover { color: #fff; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; background: var(--navy); color: #fff; text-decoration: none;
  padding: 13px 22px; border-radius: 0; font-weight: 600; font-size: 15px; letter-spacing: -.005em;
  border: 1px solid var(--navy); transition: background .18s ease, transform .18s ease;
}
.btn:hover { background: var(--navy-hi); transform: translateY(-1px); }
.btn.sm { padding: 9px 16px; font-size: 14px; }
.btn.ghost { background: #fff; color: var(--navy); border-color: var(--line-strong); }
.btn.ghost:hover { background: var(--alt); border-color: var(--navy); }

/* ---------- hero ---------- */
header.hero { padding: 78px 0 70px; border-bottom: 1px solid var(--line); background: var(--bg); }
.eyebrow { font-size: 12px; letter-spacing: .13em; text-transform: uppercase; color: var(--amber); font-weight: 640; margin: 0 0 18px; }
header.hero h1 {
  font-size: clamp(32px, 4.4vw, 48px); line-height: 1.12; letter-spacing: -.026em;
  margin: 0 0 20px; max-width: 26ch; font-weight: 680;
}
header.hero h1 em { font-style: normal; color: var(--navy); }
.sub { color: var(--ink-2); font-size: 17.5px; line-height: 1.6; max-width: 60ch; margin: 0 0 32px; }
.cta-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.cta-note { color: var(--dim); font-size: 14px; }

/* ---------- stats ---------- */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 62px;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--alt); overflow: hidden;
}
.stat { padding: 22px 24px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat b { display: block; font-size: 28px; font-weight: 680; letter-spacing: -.02em; color: var(--ink); font-variant-numeric: tabular-nums; }
.stat.hl b { color: var(--amber); }
.stat span { display: block; color: var(--dim); font-size: 13.5px; line-height: 1.45; margin-top: 3px; }

/* ---------- sections ---------- */
section { padding: 84px 0; }
section.tint { background: var(--alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-head { max-width: 62ch; margin: 0 0 40px; }
.sec-head h2 { font-size: clamp(25px, 3.1vw, 33px); line-height: 1.2; letter-spacing: -.022em; margin: 0 0 12px; font-weight: 660; }
.sec-head p { color: var(--ink-2); margin: 0; font-size: 17px; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px 26px; height: 100%; }
.step .n { font-size: 11.5px; letter-spacing: .11em; text-transform: uppercase; color: var(--amber); font-weight: 660; margin-bottom: 14px; }
.step h3 { margin: 0 0 8px; font-size: 17px; letter-spacing: -.012em; font-weight: 640; }
.step p { margin: 0; color: var(--dim); font-size: 14.8px; line-height: 1.6; }

/* ---------- opportunities ---------- */
.opps { display: flex; flex-direction: column; gap: 14px; }
.opp {
  display: grid; grid-template-columns: 1fr 250px; gap: 28px;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 26px; box-shadow: var(--shadow); transition: border-color .18s ease;
}
.opp:hover { border-color: var(--line-strong); }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }
.tag {
  font-size: 12px; font-weight: 560; padding: 3.5px 10px; border-radius: 0;
  background: var(--alt); color: var(--ink-2); border: 1px solid var(--line);
}
.tag.due { background: var(--amber-soft); color: #8a5c00; border-color: #f0e0bd; }
.tag.naics { font-variant-numeric: tabular-nums; }
.opp h3 { margin: 0 0 9px; font-size: 18px; line-height: 1.35; letter-spacing: -.014em; font-weight: 640; }
.opp .why { margin: 0; color: var(--ink-2); font-size: 15.5px; line-height: 1.62; }
.opp .side { border-left: 1px solid var(--line); padding-left: 24px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; }
.opp .sol { font-size: 13.5px; color: var(--dim); line-height: 1.55; }
.opp .sol b { display: block; color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }
.verify { font-size: 14px; font-weight: 600; text-decoration: none; color: var(--navy); white-space: nowrap; }
.verify:hover { text-decoration: underline; }

/* ---------- cut list ---------- */
.cut { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cut .item { background: var(--panel); border: 1px solid var(--line); border-left: 3px solid var(--line-strong); border-radius: 0; padding: 18px 20px; }
.cut .item h3 { margin: 0 0 7px; font-size: 15px; line-height: 1.4; font-weight: 620; color: var(--ink-2); }
.cut .item p { margin: 0; font-size: 14px; color: var(--dim); }

/* ---------- price ---------- */
.price-panel {
  background: var(--panel); border: 1px solid var(--line); border-radius: 0;
  padding: 46px 46px 40px; max-width: 720px; margin: 0 auto; box-shadow: var(--shadow); text-align: left;
}
.price-panel .eyebrow { margin-bottom: 10px; }
.amt { font-size: 50px; font-weight: 690; letter-spacing: -.03em; line-height: 1; margin-bottom: 26px; }
.amt small { font-size: 17px; font-weight: 500; color: var(--dim); letter-spacing: 0; }
.incl { display: grid; gap: 12px; margin-bottom: 30px; }
.incl > div { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; color: var(--ink-2); line-height: 1.55; }
.incl svg { flex: none; margin-top: 5px; }
.fine { color: var(--dim); font-size: 14px; margin: 18px 0 0; line-height: 1.6; }

/* ---------- faq ---------- */
.faq { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 44px; max-width: 960px; }
.faq .q h3 { margin: 0 0 7px; font-size: 16.5px; letter-spacing: -.012em; font-weight: 640; }
.faq .q p { margin: 0; color: var(--dim); font-size: 15.2px; line-height: 1.62; }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--line); padding: 40px 0 56px; background: var(--alt); }
footer p { color: var(--dim); font-size: 13.5px; margin: 0 0 10px; max-width: 82ch; line-height: 1.6; }
footer a { color: var(--navy); }

.dim { color: var(--dim); }

@media (max-width: 900px) {
  .steps, .stats, .cut, .faq { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line); }
  .opp { grid-template-columns: 1fr; }
  .opp .side { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 16px; flex-direction: row; align-items: center; }
  .hide-sm { display: none; }
  .price-panel { padding: 32px 26px; }
  section { padding: 62px 0; }
  header.hero { padding: 64px 0 56px; }
}
@media (max-width: 560px) {
  .steps, .stats, .cut, .faq { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
}

/* Static prerendered fallback (tools/govcon/prerender.py). Replaced by React on mount;
   this is what crawlers and no-JS readers see. Keep it plain and on-palette. */
.prerender{max-width:720px;margin:0 auto;padding:56px 24px 80px;font-family:Inter,system-ui,sans-serif;color:#16365f}
.prerender h1{font-size:34px;line-height:1.2;font-weight:680;letter-spacing:-.02em;margin:0 0 18px}
.prerender h2{font-size:20px;font-weight:620;margin:44px 0 10px;padding-top:22px;border-top:1px solid #e3e8ef}
.prerender h3{font-size:17px;font-weight:620;margin:0 0 6px}
.prerender a{color:#16365f}
.pre-eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#c8860d;font-weight:620;margin:0 0 14px}
.pre-lede{font-size:16px;line-height:1.6;color:#41506b;margin:0 0 14px}
.pre-pick{padding:18px 0;border-bottom:1px solid #e3e8ef;font-size:15px;line-height:1.55;color:#41506b}
.pre-meta{font-size:13px;color:#6b7a93;margin:0 0 8px}

/* Hero photograph, added tick 37 on the operator's instruction ("more straight lines, more govt
   feeling, at least 1 stock image in the hero"). Public-domain photograph of the United States
   Capitol, west front, from Wikimedia Commons. Square corners everywhere: --radius is 0 now. */
.hero-media { margin: 44px 0 0; padding: 0; border-top: 1px solid var(--line-strong); }
.hero-media img {
  display: block; width: 100%; height: 300px; object-fit: cover; object-position: 50% 58%;
  filter: saturate(.78) contrast(1.03);
}
.hero-media figcaption {
  border-top: 1px solid var(--line); padding: 11px 0 0; margin: 0;
  font-size: 12.5px; color: var(--dim); letter-spacing: .01em;
}
@media (max-width: 720px) { .hero-media img { height: 190px; } }
