/* ==========================================================================
   Auctioneeros — public marketing site
   Static CSS. No build step. Cloudflare Pages compatible.
   ========================================================================== */

:root {
  --navy-900: #0b1623;
  --navy-800: #0f1d2e;
  --navy-700: #16273b;
  --navy-600: #1e3a5f;
  --slate-500: #5b7290;
  --slate-300: #9fb2c7;
  --slate-100: #e7eef6;
  --paper: #f6f8fb;
  --white: #ffffff;
  --amber-500: #f5a524;
  --amber-400: #ffb84d;
  --amber-600: #d98a08;
  --green-500: #2bb673;
  --line: #e2e9f1;
  --ink: #16222f;
  --ink-soft: #44566a;
  --shadow-sm: 0 1px 2px rgba(11, 22, 35, .06), 0 1px 3px rgba(11, 22, 35, .08);
  --shadow-md: 0 8px 24px rgba(11, 22, 35, .10);
  --shadow-lg: 0 24px 60px rgba(11, 22, 35, .18);
  --radius: 14px;
  --radius-sm: 9px;
  --maxw: 1140px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Prevent CSS-grid track blowout (grid/flex items default to min-width:auto) */
.hero-grid > *, .grid > *, .grid-2 > *, .grid-3 > *,
.price-grid > *, .steps > *, .law-grid > *, .form-row > * { min-width: 0; }

h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .5em; color: var(--navy-900); letter-spacing: -.02em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 800; }
h3 { font-size: 1.22rem; font-weight: 700; }
p { margin: 0 0 1rem; }
a { color: var(--amber-600); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5em;
  padding: .8em 1.4em; border-radius: 999px;
  font-weight: 650; font-size: .98rem;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .12s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--amber-500); color: #2a1c02; box-shadow: 0 6px 18px rgba(245, 165, 36, .35); }
.btn-primary:hover { background: var(--amber-400); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.28); }
.btn-ghost:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.06); }
.btn-dark { background: var(--navy-800); color: var(--white); }
.btn-dark:hover { background: var(--navy-700); }
.btn-lg { padding: .95em 1.8em; font-size: 1.05rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 22, 35, .92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 96px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: .6em; font-weight: 800; font-size: 1.18rem; color: var(--white); letter-spacing: -.02em; }
.brand:hover { text-decoration: none; }
.brand .logo { height: 64px; width: auto; flex: none; display: block; border-radius: 8px; }
.footer-brand .logo { height: 60px; }
.brand .tld { color: var(--amber-500); }
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--slate-100); padding: .55em .8em; border-radius: 8px; font-size: .96rem; font-weight: 550; }
.nav-links a:hover { background: rgba(255,255,255,.08); text-decoration: none; }
.nav-links a.active { color: var(--white); background: rgba(245,165,36,.16); }
.nav-cta { margin-left: 8px; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--white); margin: 4px 0; border-radius: 2px; transition: .2s; }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(1100px 500px at 80% -10%, rgba(245,165,36,.18), transparent 60%),
    radial-gradient(900px 600px at -5% 10%, rgba(30,58,95,.55), transparent 55%),
    linear-gradient(180deg, var(--navy-900), var(--navy-800));
  color: var(--white);
  padding: 84px 0 96px;
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { color: var(--white); }
.hero .eyebrow {
  display: inline-flex; align-items: center; gap: .5em;
  font-size: .82rem; font-weight: 650; letter-spacing: .04em; text-transform: uppercase;
  color: var(--amber-400); background: rgba(245,165,36,.12);
  padding: .4em .9em; border-radius: 999px; margin-bottom: 18px;
  border: 1px solid rgba(245,165,36,.25);
}
.hero p.lead { font-size: 1.18rem; color: var(--slate-300); max-width: 36ch; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-note { margin-top: 18px; font-size: .9rem; color: var(--slate-500); }

/* Hero mock panel */
.mock {
  background: linear-gradient(180deg, var(--navy-700), var(--navy-800));
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px; box-shadow: var(--shadow-lg); overflow: hidden;
}
.mock-bar { display: flex; align-items: center; gap: 6px; padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.18); }
.mock-bar i { width: 11px; height: 11px; border-radius: 50%; background: #2c3e52; display: inline-block; }
.mock-bar i:nth-child(1){ background:#ef6a5a; } .mock-bar i:nth-child(2){ background:#f5bf4f; } .mock-bar i:nth-child(3){ background:#56c878; }
.mock-bar .url { margin-left: 10px; font-size: .78rem; color: var(--slate-500); }
.mock-body { padding: 18px; display: grid; gap: 12px; }
.mock-row { display: grid; grid-template-columns: 44px 1fr auto; gap: 12px; align-items: center; padding: 12px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 10px; }
.mock-thumb { width: 44px; height: 44px; border-radius: 8px; background: linear-gradient(135deg, var(--navy-600), var(--slate-500)); }
.mock-line { height: 9px; border-radius: 5px; background: rgba(255,255,255,.16); }
.mock-line.sm { width: 55%; height: 7px; margin-top: 7px; background: rgba(255,255,255,.09); }
.mock-pill { font-size: .72rem; font-weight: 650; color: #0c2; padding: .25em .7em; border-radius: 999px; background: rgba(43,182,115,.16); color: #7be0ad; }

/* ---------- Sections ---------- */
.section { padding: 78px 0; }
.section.alt { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head .eyebrow { color: var(--amber-600); font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; }

/* ---------- Feature grid ---------- */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow-sm); transition: transform .14s ease, box-shadow .14s ease, border-color .14s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: #d2ddea; }
.card .ico {
  width: 46px; height: 46px; border-radius: 11px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(245,165,36,.16), rgba(245,165,36,.06));
  color: var(--amber-600); margin-bottom: 16px;
}
.card .ico svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: .35em; }
.card p { color: var(--ink-soft); margin: 0; font-size: .97rem; }
.card .tag { display:inline-block; font-size:.72rem; font-weight:700; letter-spacing:.04em; text-transform:uppercase; color: var(--green-500); background: rgba(43,182,115,.12); padding:.25em .7em; border-radius:999px; margin-bottom:14px; }

/* ---------- Logos / trust strip ---------- */
.strip { padding: 30px 0; background: var(--navy-900); color: var(--slate-300); }
.strip .wrap { display: flex; flex-wrap: wrap; gap: 14px 40px; align-items: center; justify-content: center; font-size: .92rem; }
.strip b { color: var(--white); }
.strip .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--amber-500); display:inline-block; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding: 26px 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: -16px; left: 24px; width: 36px; height: 36px; border-radius: 50%; background: var(--amber-500); color: #2a1c02; font-weight: 800; display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.step h3 { margin-top: 10px; }
.step p { color: var(--ink-soft); margin: 0; font-size: .96rem; }

/* ---------- Pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.plan.featured { border: 2px solid var(--amber-500); box-shadow: var(--shadow-md); position: relative; }
.plan.featured .badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--amber-500); color: #2a1c02; font-size: .74rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: .35em 1em; border-radius: 999px; }
.plan h3 { font-size: 1.15rem; }
.plan .price { font-size: 2.6rem; font-weight: 800; color: var(--navy-900); letter-spacing: -.03em; margin: .1em 0 0; }
.plan .price small { font-size: .98rem; font-weight: 600; color: var(--ink-soft); }
.plan .price.custom { font-size: 1.9rem; }
.plan .sub { color: var(--ink-soft); font-size: .95rem; margin-bottom: 18px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 11px; }
.plan li { display: flex; gap: .6em; align-items: flex-start; font-size: .96rem; color: var(--ink); }
.plan li svg { width: 18px; height: 18px; color: var(--green-500); flex: none; margin-top: 3px; }
.plan .btn { margin-top: auto; justify-content: center; }

/* ---------- Compliance ---------- */
.compliance-hero { background: linear-gradient(180deg, var(--navy-900), var(--navy-800)); color: #fff; padding: 70px 0; }
.compliance-hero .free-pill { display:inline-flex; align-items:center; gap:.5em; background: rgba(43,182,115,.16); color:#7be0ad; border:1px solid rgba(43,182,115,.3); padding:.45em 1em; border-radius:999px; font-weight:700; font-size:.85rem; margin-bottom:18px; }
.compliance-hero h1 { color:#fff; }
.compliance-hero p { color: var(--slate-300); font-size: 1.12rem; max-width: 58ch; }
.law-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.law { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px; box-shadow: var(--shadow-sm); transition: border-color .14s, transform .14s; }
.law:hover { border-color: var(--amber-500); transform: translateY(-2px); }
.law h4 { margin: 0 0 4px; font-size: 1.02rem; }
.law p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.law .links { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.law .links a { font-size: .82rem; background: var(--paper); border: 1px solid var(--line); padding: .3em .7em; border-radius: 7px; color: var(--navy-600); font-weight: 600; }
.law .links a:hover { background: var(--slate-100); text-decoration: none; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--navy-800), var(--navy-600)); color: #fff; border-radius: 20px; padding: 52px; text-align: center; box-shadow: var(--shadow-lg); }
.cta-band h2 { color: #fff; }
.cta-band p { color: var(--slate-300); max-width: 50ch; margin: 0 auto 24px; font-size: 1.08rem; }

/* ---------- Forms ---------- */
.form-wrap { max-width: 720px; margin: 0 auto; }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-md); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 650; font-size: .92rem; margin-bottom: 6px; color: var(--navy-900); }
.field input, .field select, .field textarea {
  width: 100%; padding: .8em .9em; border: 1.5px solid var(--line); border-radius: 10px;
  font: inherit; color: var(--ink); background: var(--white); transition: border-color .14s, box-shadow .14s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--amber-500); box-shadow: 0 0 0 3px rgba(245,165,36,.18); }
.field textarea { min-height: 120px; resize: vertical; }
.field .hint { font-size: .82rem; color: var(--slate-500); margin-top: 5px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: .85rem; color: var(--ink-soft); text-align: center; margin-top: 16px; }
.form-status { margin: 18px 0 0; padding: 16px 18px; border-radius: var(--radius-sm); font-size: 1rem; font-weight: 600; line-height: 1.5; white-space: pre-line; }
.form-status:focus { outline: none; }
.form-status.is-success { background: #e6f6ec; color: #0b5130; border: 1px solid #7fce9f; border-left: 5px solid #10633a; box-shadow: 0 2px 12px rgba(16, 99, 58, .14); }
.form-status.is-success::before { content: "✓ "; font-weight: 800; }
.form-status.is-error { background: #fdecec; color: #8a1c1c; border: 1px solid #f3c2c2; border-left: 5px solid #8a1c1c; }
.hp,
.hp * {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ---------- Page header (interior) ---------- */
.page-head { background: linear-gradient(180deg, var(--navy-900), var(--navy-800)); color: #fff; padding: 62px 0 56px; text-align: center; }
.page-head h1 { color: #fff; margin-bottom: .2em; }
.page-head p { color: var(--slate-300); font-size: 1.12rem; max-width: 56ch; margin: 0 auto; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: var(--slate-300); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 32px; }
.footer-grid h4 { color: #fff; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-grid a { color: var(--slate-300); font-size: .94rem; }
.footer-grid a:hover { color: #fff; text-decoration: none; }
.footer-brand p { font-size: .94rem; max-width: 34ch; color: var(--slate-500); }
.footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .86rem; color: var(--slate-500); }

/* ---------- Misc ---------- */
.center { text-align: center; }
.mt-32 { margin-top: 32px; }
.muted { color: var(--ink-soft); }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero .mock { width: 100%; max-width: 460px; }
  .grid-3, .price-grid, .steps, .law-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .nav { min-height: 72px; padding: 10px 0; }
  .nav-links {
    position: absolute; top: 72px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--navy-900); border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 12px; display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .8em 1em; }
  .nav-cta { margin: 6px 0 0; }
  .nav-toggle { display: block; }
  .grid-3, .grid-2, .price-grid, .steps, .law-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .hero { padding: 56px 0 64px; }
  .cta-band { padding: 36px 22px; }
  .plan.featured { order: -1; }
  .brand .logo { height: 52px; }
  .footer-brand .logo { height: 52px; }
}

/* ==========================================================================
   Premium OS Hub homepage — hero dashboard mockup, module cards, workflow teaser
   (additive; navy/gold/white system above is unchanged)
   ========================================================================== */

/* ---------- OS Hub logo treatment (silver + gold monogram chip) ---------- */
.osh-mark { display: inline-flex; align-items: center; gap: .55em; }
.osh-chip {
  width: 30px; height: 30px; border-radius: 8px; flex: none;
  display: grid; place-items: center;
  font-weight: 800; font-size: .74rem; letter-spacing: -.02em; color: #2a1c02;
  background: linear-gradient(150deg, #ffd67a 0%, var(--amber-500) 42%, #cfd8e4 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 2px 6px rgba(11,22,35,.18);
}
.osh-word { font-weight: 800; letter-spacing: -.02em; color: var(--navy-900); font-size: .96rem; }
.osh-word b { color: var(--amber-600); font-weight: 800; }

/* ---------- Hero: white software dashboard panel on the navy hero ---------- */
.osh {
  background: var(--white);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 30px 70px rgba(3, 10, 20, .55), 0 2px 0 rgba(255,255,255,.06);
}
.osh-top {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fbfcfe, #f3f6fa);
}
.osh-dots { display: inline-flex; gap: 6px; }
.osh-dots i { width: 10px; height: 10px; border-radius: 50%; background: #d7dfea; display: inline-block; }
.osh-url { margin-left: auto; font-size: .74rem; color: var(--slate-500); font-weight: 600; }
.osh-body { display: grid; grid-template-columns: 148px 1fr; min-height: 320px; }
.osh-rail { border-right: 1px solid var(--line); background: var(--paper); padding: 14px 10px; display: grid; gap: 4px; align-content: start; }
.osh-nav { display: flex; align-items: center; gap: .55em; padding: .55em .7em; border-radius: 9px; font-size: .82rem; font-weight: 650; color: var(--ink-soft); }
.osh-nav .d { width: 16px; height: 16px; border-radius: 5px; background: #d9e2ee; flex: none; }
.osh-nav.on { background: rgba(245,165,36,.14); color: var(--navy-900); }
.osh-nav.on .d { background: linear-gradient(140deg, var(--amber-400), var(--amber-600)); }
.osh-main { padding: 16px; display: grid; gap: 14px; align-content: start; }
.osh-head { display: flex; align-items: center; justify-content: space-between; }
.osh-title { font-size: 1rem; font-weight: 800; color: var(--navy-900); letter-spacing: -.01em; }
.osh-btn { font-size: .72rem; font-weight: 750; color: #2a1c02; background: var(--amber-500); border-radius: 8px; padding: .4em .85em; box-shadow: 0 2px 6px rgba(245,165,36,.3); white-space: nowrap; }
.osh-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.osh-stat { background: var(--white); border: 1px solid var(--line); border-radius: 11px; padding: 12px 13px; box-shadow: var(--shadow-sm); }
.osh-stat .k { font-size: .66rem; text-transform: uppercase; letter-spacing: .06em; color: var(--slate-500); font-weight: 700; }
.osh-stat .v { font-size: 1.35rem; font-weight: 800; color: var(--navy-900); letter-spacing: -.02em; margin-top: 2px; }
.osh-stat .v small { font-size: .72rem; font-weight: 600; color: var(--ink-soft); }
.osh-stat.gold { border-color: rgba(245,165,36,.5); background: linear-gradient(180deg, #fffaf0, #fff); }
.osh-stat.gold .v { color: var(--amber-600); }
.osh-list { background: var(--white); border: 1px solid var(--line); border-radius: 11px; overflow: hidden; }
.osh-item { display: grid; grid-template-columns: 34px 1fr auto; gap: 11px; align-items: center; padding: 11px 13px; border-top: 1px solid var(--line); }
.osh-item:first-child { border-top: 0; }
.osh-th { width: 34px; height: 34px; border-radius: 8px; background: linear-gradient(135deg, var(--navy-600), var(--slate-500)); flex: none; }
.osh-ln { height: 8px; border-radius: 5px; background: #e4ebf3; }
.osh-ln.sm { width: 52%; height: 6px; margin-top: 6px; background: #eef2f7; }
.osh-pill { font-size: .68rem; font-weight: 750; padding: .28em .7em; border-radius: 999px; color: var(--amber-600); background: rgba(245,165,36,.14); border: 1px solid rgba(245,165,36,.3); white-space: nowrap; }

/* ---------- Uniform module cards (4-up) ---------- */
.mod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.mod-card {
  display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-sm);
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s;
}
.mod-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: #d2ddea; }
.mod-card .ico {
  width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(245,165,36,.18), rgba(245,165,36,.06));
  color: var(--amber-600); margin-bottom: 15px;
}
.mod-card .ico svg { width: 23px; height: 23px; }
.mod-card h3 { font-size: 1.08rem; margin-bottom: .35em; }
.mod-card p { color: var(--ink-soft); font-size: .93rem; margin: 0 0 16px; }
.mod-badge { display: inline-block; align-self: flex-start; font-size: .66rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: #6b4a00; background: rgba(245,165,36,.2); border: 1px solid rgba(245,165,36,.4); padding: .25em .65em; border-radius: 999px; margin-bottom: 12px; }
.mod-card .learn { margin-top: auto; font-weight: 700; font-size: .9rem; color: var(--amber-600); display: inline-flex; align-items: center; gap: .35em; }
.mod-card .learn:hover { text-decoration: none; gap: .6em; }

/* ---------- Built by an auctioneer band ---------- */
.builder { text-align: center; max-width: 720px; margin: 0 auto; }
.builder .rule { width: 46px; height: 3px; border-radius: 3px; background: var(--amber-500); margin: 0 auto 20px; }
.builder h2 { margin-bottom: .35em; }
.builder p { color: var(--ink-soft); font-size: 1.08rem; }
.builder .cred { display: inline-flex; align-items: center; gap: .5em; margin-top: 8px; font-weight: 650; font-size: .9rem; color: var(--navy-700); background: var(--paper); border: 1px solid var(--line); padding: .5em 1em; border-radius: 999px; }
.builder .cred svg { width: 16px; height: 16px; color: var(--amber-600); }

/* ---------- Works-with-your-workflow teaser (3 compact cards) ---------- */
.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.flow-card { display: flex; gap: 13px; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px; box-shadow: var(--shadow-sm); transition: border-color .14s, transform .14s; }
.flow-card:hover { border-color: var(--amber-500); transform: translateY(-2px); }
.flow-card .fi { width: 38px; height: 38px; border-radius: 10px; flex: none; display: grid; place-items: center; background: var(--navy-900); color: var(--amber-400); }
.flow-card .fi svg { width: 19px; height: 19px; }
.flow-card h4 { margin: 0 0 4px; font-size: 1rem; color: var(--navy-900); }
.flow-card p { margin: 0; font-size: .88rem; color: var(--ink-soft); }
.flow-cta { text-align: center; margin-top: 30px; }

/* ---------- Homepage responsive additions ---------- */
@media (max-width: 1080px) { .mod-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 920px)  {
  .hero .osh { width: 100%; max-width: 560px; }
  .flow-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px)  {
  .mod-grid { grid-template-columns: 1fr; }
  .osh-body { grid-template-columns: 1fr; }
  .osh-rail { display: none; }
  .osh-stats { grid-template-columns: repeat(3, 1fr); }
}

/* ==========================================================================
   Approved hero v2 — navy hero, gold arc + dots, large white laptop dashboard
   (additive; pure CSS/HTML mockup, no image assets)
   ========================================================================== */
.hero-v2 { position: relative; padding: 48px 0 52px; }
.hero-v2 .hero-grid { grid-template-columns: 0.62fr 1fr; gap: 38px; position: relative; z-index: 3; align-items: center; }
.hero-copy h1 { color: #fff; font-size: clamp(2.1rem, 3.55vw, 2.72rem); line-height: 1.04; letter-spacing: -.032em; margin-bottom: .55em; }
.hero-copy h1 .hl { display: block; white-space: nowrap; }
.hero-copy .lead { font-size: 1.1rem; color: var(--slate-300); max-width: 44ch; margin-bottom: 24px; }
.hero-v2 .hero-actions { gap: 12px; }

/* Trust badges under the CTAs */
.trust { list-style: none; margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; max-width: 480px; }
.trust li { display: flex; align-items: center; gap: .6em; font-size: .92rem; font-weight: 600; color: var(--slate-100); }
.trust .tb-ic { width: 22px; height: 22px; border-radius: 6px; flex: none; display: grid; place-items: center; color: #2a1c02; background: linear-gradient(140deg, #ffd67a, var(--amber-500)); box-shadow: 0 2px 6px rgba(245,165,36,.28); }
.trust .tb-ic svg { width: 13px; height: 13px; }

/* Decorative gold arc behind the dashboard */
.hero-visual { position: relative; }
.hero-arc { position: absolute; z-index: 0; right: -6%; top: 50%; transform: translateY(-52%); width: min(760px, 124%); aspect-ratio: 1; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(245,165,36,.28), rgba(245,165,36,.06) 46%, transparent 64%); }
.hero-arc::before { content: ""; position: absolute; inset: 10%; border-radius: 50%; border: 2px solid rgba(245,165,36,.32); border-right-color: transparent; border-bottom-color: transparent; transform: rotate(-28deg); }

/* Laptop / screen frame around the dashboard */
.laptop-screen { position: relative; z-index: 2; width: 100%; margin: 0 0 24px auto;
  background: linear-gradient(180deg, #151c29, #0a0f18); padding: 13px; border-radius: 16px 16px 10px 10px;
  border: 1px solid rgba(255,255,255,.10); box-shadow: 0 46px 96px rgba(3,10,20,.68), inset 0 0 0 1px rgba(255,255,255,.03); }
.laptop-screen::after { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  width: 113%; height: 15px; background: linear-gradient(180deg, #ccd5e0, #8a97a9); border-radius: 0 0 15px 15px; box-shadow: 0 22px 36px rgba(3,10,20,.45); }
.laptop-screen::before { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); z-index: 2;
  width: 15%; height: 5px; background: rgba(3,10,20,.30); border-radius: 0 0 6px 6px; }
.laptop-screen .dash { border: 0; border-radius: 8px; box-shadow: 0 1px 0 rgba(0,0,0,.25); min-height: 372px; }
.laptop-screen .dash-side { grid-template-columns: none; }
.laptop-screen .dash-main { padding: 18px; gap: 14px; }
.laptop-screen .dash-title { font-size: 1.1rem; }
.laptop-screen .dash-stat .v { font-size: 1.32rem; }
.laptop-screen .dash-th { width: 30px; height: 30px; }

/* Dotted gold accents */
.hero-dots { position: absolute; z-index: 1; width: 132px; height: 118px; color: rgba(245,165,36,.34); pointer-events: none;
  background-image: radial-gradient(currentColor 1.3px, transparent 1.6px); background-size: 15px 15px; }
.hero-dots-l { left: 10px; bottom: 44px; }
.hero-dots-r { right: 12px; top: 40px; }

/* Laptop / dashboard panel */
.dash { position: relative; z-index: 2; display: grid; grid-template-columns: 118px 1fr; background: #fff;
  border: 1px solid rgba(255,255,255,.16); border-radius: 16px; box-shadow: 0 34px 80px rgba(3,10,20,.6); overflow: hidden; }
.dash-side { background: linear-gradient(180deg, var(--navy-800), var(--navy-900)); padding: 14px 10px; display: grid; gap: 5px; align-content: start; }
.dash-brand { display: flex; align-items: center; gap: .45em; margin-bottom: 9px; padding: 0 .3em; }
.dash-chip { width: 26px; height: 26px; border-radius: 7px; flex: none; display: grid; place-items: center; font-size: .6rem; font-weight: 800; color: #2a1c02; background: linear-gradient(150deg, #ffd67a, var(--amber-500) 45%, #cfd8e4); }
.dash-brand b { color: #fff; font-size: .82rem; letter-spacing: -.01em; }
.dash-nav { display: flex; align-items: center; gap: .5em; padding: .5em .6em; border-radius: 8px; font-size: .74rem; font-weight: 600; color: var(--slate-300); }
.dash-nav .dd { width: 13px; height: 13px; border-radius: 4px; background: rgba(255,255,255,.14); flex: none; }
.dash-nav.on { background: rgba(245,165,36,.16); color: #fff; }
.dash-nav.on .dd { background: linear-gradient(140deg, var(--amber-400), var(--amber-600)); }
.dash-main { background: #fff; padding: 15px; display: grid; gap: 12px; align-content: start; }
.dash-head { display: flex; align-items: center; justify-content: space-between; }
.dash-title { font-size: 1.02rem; font-weight: 800; color: var(--navy-900); letter-spacing: -.01em; }
.dash-title span { display: block; font-size: .66rem; font-weight: 600; color: var(--slate-500); margin-top: 1px; }
.dash-btn { font-size: .72rem; font-weight: 750; color: #2a1c02; background: var(--amber-500); border-radius: 8px; padding: .42em .85em; box-shadow: 0 2px 6px rgba(245,165,36,.3); white-space: nowrap; }
.dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.dash-stat { border: 1px solid var(--line); border-radius: 10px; padding: 9px 11px; }
.dash-stat .k { font-size: .58rem; text-transform: uppercase; letter-spacing: .05em; color: var(--slate-500); font-weight: 700; }
.dash-stat .v { font-size: 1.18rem; font-weight: 800; color: var(--navy-900); letter-spacing: -.02em; margin-top: 1px; }
.dash-stat .v small { font-size: .66rem; font-weight: 600; color: var(--ink-soft); }
.dash-stat.gold { border-color: rgba(245,165,36,.5); background: linear-gradient(180deg, #fffaf0, #fff); }
.dash-stat.gold .v { color: var(--amber-600); }
.dash-cols { display: grid; grid-template-columns: 1.32fr 1fr; gap: 10px; }
.dash-panel { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.dash-panel .ph { font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--slate-500); padding: 8px 11px; border-bottom: 1px solid var(--line); }
.dash-lot { display: grid; grid-template-columns: 26px 1fr auto; gap: 9px; align-items: center; padding: 8px 11px; border-top: 1px solid var(--line); }
.dash-lot:first-of-type { border-top: 0; }
.dash-th { width: 26px; height: 26px; border-radius: 6px; flex: none; background: linear-gradient(135deg, var(--navy-600), var(--slate-500)); }
.dash-ln { height: 7px; border-radius: 5px; background: #e6edf4; }
.dash-ln.sm { width: 55%; height: 5px; margin-top: 5px; background: #eef2f7; }
.dash-pill { font-size: .58rem; font-weight: 750; padding: .24em .6em; border-radius: 999px; white-space: nowrap; color: var(--amber-600); background: rgba(245,165,36,.14); border: 1px solid rgba(245,165,36,.3); }
.dash-aside { display: grid; gap: 10px; align-content: start; }
.dash-card { border: 1px solid var(--line); border-radius: 10px; padding: 11px; }
.dash-card.ai { background: linear-gradient(160deg, #12203a, var(--navy-900)); border-color: rgba(245,165,36,.32); }
.dash-card .ct { font-size: .74rem; font-weight: 800; color: var(--navy-900); }
.dash-card.ai .ct { color: #fff; }
.dash-card .cs { font-size: .6rem; color: var(--slate-500); margin-top: 2px; line-height: 1.4; }
.dash-card.ai .cs { color: var(--slate-300); }
.dash-cbtn { margin-top: 9px; display: inline-block; font-size: .62rem; font-weight: 800; padding: .4em .75em; border-radius: 7px; }
.dash-cbtn.gold { background: var(--amber-500); color: #2a1c02; }
.dash-cbtn.ghost { border: 1px solid var(--line); color: var(--navy-700); }

/* Hero v2 responsive */
@media (max-width: 920px) {
  .hero-v2 .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-visual { width: 100%; max-width: 560px; margin: 0 auto; }
  .hero-dots { display: none; }
}
@media (max-width: 680px) {
  .hero-v2 { padding: 42px 0 52px; }
  .trust { grid-template-columns: 1fr; gap: 10px; max-width: none; }
  .dash { grid-template-columns: 1fr; }
  .dash-side { display: none; }
  .dash-cols { grid-template-columns: 1fr; }
}

/* Hero v2 proportions — laptop frame + headline responsive (additive) */
@media (max-width: 920px) {
  .hero-visual { max-width: 620px; }
  .laptop-screen { margin: 0 auto 24px; }
}
@media (max-width: 680px) {
  .hero-copy h1 { font-size: clamp(1.6rem, 6.2vw, 2rem); }
  .hero-copy h1 .hl { white-space: normal; }
  .laptop-screen::after { width: 108%; }
  .laptop-screen .dash { min-height: 300px; }
}

/* ==========================================================================
   Module pages (hub / find / compliance / integrations) — premium mockups
   Additive; reuses hero-v2, .dash-*, .card, .steps, .cta-band. Pure CSS/HTML.
   ========================================================================== */

/* Module hero: reuse .hero.hero-v2 shell; headline is plain (no nowrap spans) */
.hero-v2 .hero-copy h1.mtitle { font-size: clamp(2.3rem, 4.6vw, 3.1rem); }
.hero-badge { display: inline-flex; align-items: center; gap: .5em; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: #6b4a00; background: rgba(245,165,36,.2); border: 1px solid rgba(245,165,36,.4); padding: .35em .85em; border-radius: 999px; margin-bottom: 16px; }

/* Dashboard extras (reused inside .laptop-screen .dash for hub + compliance) */
.dash-upload { border: 1.5px dashed var(--amber-500); border-radius: 9px; padding: 15px 12px; text-align: center; font-size: .66rem; font-weight: 750; color: var(--amber-600); background: rgba(245,165,36,.06); }
.dash-upload .u-ic { width: 26px; height: 26px; margin: 0 auto 6px; border-radius: 7px; display: grid; place-items: center; background: rgba(245,165,36,.16); color: var(--amber-600); }
.dash-upload .u-ic svg { width: 15px; height: 15px; }
.dash-field { display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 8px; padding: 9px 11px; }
.dash-field .k { font-size: .64rem; text-transform: uppercase; letter-spacing: .04em; color: var(--slate-500); font-weight: 700; }
.dash-field .v { font-size: .92rem; color: var(--navy-900); font-weight: 800; }
.dash-field .v small { color: var(--amber-600); font-weight: 800; }
.dash-check { display: flex; align-items: center; gap: .55em; padding: 8px 0; font-size: .74rem; color: var(--navy-900); border-top: 1px solid var(--line); }
.dash-check:first-child { border-top: 0; }
.dash-check .ck { width: 17px; height: 17px; border-radius: 5px; flex: none; display: grid; place-items: center; background: var(--amber-500); color: #2a1c02; }
.dash-check .ck svg { width: 10px; height: 10px; }
.dash-check.todo .ck { background: #eef2f7; color: var(--slate-500); border: 1px solid var(--line); }
.dash-check.todo { color: var(--slate-500); }

/* FIND phone mockup */
.phone { position: relative; z-index: 2; width: 100%; max-width: 300px; margin: 0 auto; padding: 12px 12px 16px;
  background: linear-gradient(180deg, #151c29, #0a0f18); border: 1px solid rgba(255,255,255,.12); border-radius: 32px;
  box-shadow: 0 42px 92px rgba(3,10,20,.66); }
.phone::before { content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 34%; height: 6px; border-radius: 5px; background: rgba(255,255,255,.16); }
.phone-screen { background: var(--paper); border-radius: 22px; overflow: hidden; margin-top: 16px; }
.phone-top { background: var(--navy-900); color: #fff; padding: 12px 13px; display: flex; align-items: center; gap: .5em; }
.phone-top b { font-size: .82rem; letter-spacing: -.01em; }
.phone-top .pt-tag { margin-left: auto; font-size: .58rem; color: var(--slate-300); }
.phone-body { padding: 12px; display: grid; gap: 9px; }
.phone-search { display: flex; align-items: center; gap: .5em; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: .65em .7em; font-size: .72rem; color: var(--slate-500); }
.phone-search svg { width: 14px; height: 14px; flex: none; }
.phone-search .bn { margin-left: auto; font-weight: 800; color: var(--navy-900); }
.pf-lot { display: grid; grid-template-columns: 34px 1fr auto; gap: 9px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 8px; }
.pf-th { width: 34px; height: 34px; border-radius: 7px; flex: none; background: linear-gradient(135deg, var(--navy-600), var(--slate-500)); }
.pf-ln { height: 7px; border-radius: 5px; background: #e6edf4; }
.pf-ln.sm { width: 62%; height: 5px; margin-top: 5px; background: #eef2f7; }
.pf-col { display: grid; gap: 3px; justify-items: end; }
.pf-pill { font-size: .56rem; font-weight: 800; padding: .24em .55em; border-radius: 999px; white-space: nowrap; }
.pf-pill.done { color: #2a1c02; background: var(--amber-500); }
.pf-pill.pending { color: var(--slate-500); background: #eef2f7; border: 1px solid var(--line); }
.pf-meta { font-size: .55rem; color: var(--slate-500); }
.phone-log { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 9px 11px; font-size: .62rem; color: var(--slate-500); }
.phone-log b { color: var(--navy-900); }

/* Integrations: vertical workflow map (hero visual) */
.flowmap-v { position: relative; z-index: 2; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; box-shadow: 0 34px 80px rgba(3,10,20,.5); display: grid; gap: 20px; }
.flow-node { position: relative; display: flex; align-items: center; gap: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; }
.flow-node .fn-ic { width: 38px; height: 38px; border-radius: 10px; flex: none; display: grid; place-items: center; background: linear-gradient(135deg, rgba(245,165,36,.18), rgba(245,165,36,.06)); color: var(--amber-600); }
.flow-node .fn-ic svg { width: 20px; height: 20px; }
.flow-node h4 { font-size: .92rem; margin: 0 0 2px; color: var(--navy-900); }
.flow-node p { font-size: .72rem; color: var(--ink-soft); margin: 0; }
.flow-node.accent { background: linear-gradient(160deg, #12203a, var(--navy-900)); border-color: rgba(245,165,36,.3); }
.flow-node.accent h4 { color: #fff; } .flow-node.accent p { color: var(--slate-300); }
.flow-node:not(:last-child)::after { content: ""; position: absolute; left: 32px; bottom: -20px; width: 2px; height: 20px; background: linear-gradient(180deg, var(--amber-500), rgba(245,165,36,.2)); }
.flow-node:not(:last-child) .fn-arrow { position: absolute; left: 26px; bottom: -13px; color: var(--amber-500); font-weight: 800; font-size: .8rem; z-index: 2; }

/* Integrations: platform category columns */
.plat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.plat-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.plat-card .pc-ic { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(245,165,36,.18), rgba(245,165,36,.06)); color: var(--amber-600); margin-bottom: 13px; }
.plat-card .pc-ic svg { width: 21px; height: 21px; }
.plat-card h3 { font-size: 1.05rem; margin-bottom: .25em; }
.plat-card .pc-sub { font-size: .86rem; color: var(--ink-soft); margin: 0 0 15px; }
.plat-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.plat-chip { font-size: .78rem; font-weight: 600; color: var(--navy-700); background: var(--paper); border: 1px solid var(--line); padding: .35em .7em; border-radius: 8px; }

/* Module-page responsive */
@media (max-width: 920px) {
  .plat-grid { grid-template-columns: 1fr; }
  .flowmap-v { max-width: 460px; margin: 0 auto; }
}
@media (max-width: 680px) {
  .phone { max-width: 280px; }
}

/* Module-page hero headline: compact on phones (module pages only; homepage h1 uses .hl, not .mtitle) */
@media (max-width: 680px) {
  .hero-v2 .hero-copy h1.mtitle { font-size: clamp(1.7rem, 6.5vw, 2.1rem); }
}

/* Homepage hero (.hero-home): wider split + fitted headline for the 4-segment slogan
   (module pages keep .hero-v2 .hero-grid 0.62fr/1fr; scoped so they are unaffected) */
.hero-home .hero-grid { grid-template-columns: 1fr 1fr; }
.hero-home .hero-copy h1 { font-size: clamp(1.7rem, 2.8vw, 2.1rem); }
@media (max-width: 680px) {
  .hero-home .hero-copy h1 { font-size: clamp(1.45rem, 5.6vw, 1.7rem); }
}
