/* Oversite Reports — marketing landing page */
:root {
  --ink: #0d1b12; --dark: #10231a; --green: #1f9d4d; --green-d: #17803e;
  --text: #1f2a24; --muted: #5d6b63; --line: #e4e9e6; --bg: #fff; --soft: #f6f8f7;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif; color: var(--text); background: var(--bg); line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1120px, 92vw); margin: 0 auto; }

/* nav */
.nav { background: var(--ink); color: #fff; position: sticky; top: 0; z-index: 40; }
.nav .wrap { display: flex; align-items: center; gap: 28px; padding: 16px 0; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; line-height: 1.1; }
.logo .mark { width: 34px; height: 34px; flex: none; }
.logo span { color: #fff; }
.logo em { color: var(--green); font-style: normal; display: block; }
.nav nav { display: flex; gap: 26px; margin-left: auto; font-size: 15px; color: #cfd8d2; }
.nav nav a:hover { color: #fff; }
.nav .actions { display: flex; gap: 10px; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 8px; padding: 11px 20px; font-weight: 700; font-size: 15px; border: 1px solid transparent; cursor: pointer; transition: .15s; }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-d); }
.btn-outline-w { border-color: #48584f; color: #fff; }
.btn-outline-w:hover { border-color: #fff; }
.btn-outline { border-color: var(--line); color: var(--text); background: #fff; }
.btn-outline:hover { border-color: #b9c4be; }
.btn-lg { padding: 15px 26px; font-size: 16px; }
.menu-btn { display: none; background: none; border: none; color: #fff; font-size: 26px; }

/* hero */
.hero { padding: 62px 0 70px; }
.hero .wrap { display: grid; grid-template-columns: 1fr 1.05fr; gap: 46px; align-items: center; }
.eyebrow { color: var(--green); font-weight: 800; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 14px; }
h1 { font-size: clamp(38px, 5vw, 60px); line-height: 1.04; letter-spacing: -.02em; font-weight: 800; color: var(--ink); }
h1 .g { color: var(--green); }
.lede { color: var(--muted); font-size: 18px; margin: 20px 0 22px; max-width: 46ch; }
.ticks { list-style: none; margin-bottom: 28px; }
.ticks li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; font-size: 15.5px; }
.ticks .c { color: var(--green); font-weight: 900; flex: none; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.fineprint { color: var(--muted); font-size: 13px; margin-top: 14px; }
.shots { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; }
.phone { background: #0d0d0d; border-radius: 26px; padding: 9px; box-shadow: 0 20px 45px rgba(13,27,18,.22); }
.phone-in { background: #fff; border-radius: 19px; overflow: hidden; }
.paper { background: #fff; border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 14px 36px rgba(13,27,18,.14); overflow: hidden; }
.cap { text-align: center; color: var(--muted); font-size: 13px; font-style: italic; margin-top: 10px; }

/* mini UI inside phone */
.ui-top { background: #15402b; color: #fff; font-size: 11px; padding: 6px 10px; display: flex; justify-content: space-between; }
.ui-bar { background: #1f9d4d; color: #fff; font-weight: 700; font-size: 12px; padding: 8px 10px; display: flex; justify-content: space-between; }
.ui-body { padding: 9px; font-size: 10.5px; }
.ui-row { display: flex; border-bottom: 1px solid #eef2f0; padding: 5px 2px; }
.ui-row b { width: 74px; color: #59665f; font-weight: 600; }
.ui-sec { font-weight: 800; font-size: 10px; color: #15402b; text-transform: uppercase; letter-spacing: .06em; margin: 9px 0 4px; }
table.ui { width: 100%; border-collapse: collapse; font-size: 10px; }
table.ui th { background: #f2f5f3; color: #15402b; }
table.ui th, table.ui td { border: 1px solid #e6ebe8; padding: 3px 5px; text-align: left; }
.ui-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-top: 7px; }
.ui-thumbs div { padding-top: 74%; background: linear-gradient(135deg, #cfd8d2, #9fb0a6); border-radius: 3px; }
.ui-thumbs div:last-child { background: #2b3a32; color: #fff; position: relative; }
.ui-thumbs div:last-child::after { content: "+12"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; padding-top: 0; }
.ui-tabs { display: flex; border-top: 1px solid #eef2f0; font-size: 9px; color: #7b877f; }
.ui-tabs div { flex: 1; text-align: center; padding: 7px 0; }

/* paper ticket */
.pp { padding: 12px; font-size: 9.5px; color: #22302a; }
.pp-head { display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 2px solid #22302a; padding-bottom: 7px; margin-bottom: 8px; }
.pp-logo { font-weight: 800; font-size: 13px; letter-spacing: .04em; }
.pp-logo small { display: block; font-weight: 500; font-size: 8px; color: #6b7972; letter-spacing: .12em; }
table.pp-t { width: 100%; border-collapse: collapse; font-size: 8.5px; margin-bottom: 7px; }
table.pp-t th, table.pp-t td { border: 1px solid #d7ded9; padding: 3px 5px; text-align: left; }
table.pp-t th { background: #f2f5f3; }
.pp-kv { display: flex; gap: 8px; font-size: 9px; margin-bottom: 4px; }
.pp-kv b { color: #6b7972; font-weight: 600; min-width: 78px; }
.pp-sign { display: flex; gap: 16px; margin-top: 10px; }
.pp-sign > div { flex: 1; }
.pp-sign i { display: block; font-family: "Segoe Script", "Brush Script MT", cursive; font-size: 15px; color: #1a3fa0; border-bottom: 1px solid #22302a; padding-bottom: 1px; }
.pp-sign span { font-size: 7.5px; color: #6b7972; }

/* sections */
section { padding: 66px 0; }
.alt { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
h2.sec { text-align: center; font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; color: var(--ink); letter-spacing: -.01em; margin-bottom: 8px; }
.sec-sub { text-align: center; color: var(--muted); margin-bottom: 40px; }
.grid6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 26px; }
.feat { text-align: center; }
.feat .ic { width: 40px; height: 40px; margin: 0 auto 12px; color: var(--green); }
.feat h3 { font-size: 15px; margin-bottom: 6px; color: var(--ink); }
.feat p { font-size: 13.5px; color: var(--muted); }
.grid5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 18px; }
.card h3 { font-size: 15px; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; color: var(--ink); }
.card p { font-size: 13.5px; color: var(--muted); }
.mini { margin-top: 12px; border: 1px solid var(--line); border-radius: 8px; padding: 12px; font-size: 12px; background: var(--soft); }
.mini .k { color: var(--muted); }
.mini .row { display: flex; justify-content: space-between; padding: 3px 0; }
.pill { display: inline-block; background: #e6f4ec; color: var(--green-d); font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 20px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: start; }
.step { display: flex; gap: 12px; }
.step .n { width: 26px; height: 26px; border-radius: 50%; background: var(--green); color: #fff; font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex: none; }
.step h4 { font-size: 14.5px; color: var(--ink); }
.step p { font-size: 13px; color: var(--muted); }

/* final */
.final { background: var(--ink); color: #fff; }
.final .wrap { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 34px; align-items: center; }
.final h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 800; line-height: 1.15; }
.final p { color: #b9c6bd; margin-top: 10px; font-size: 15px; }
.final .why div { display: flex; gap: 10px; margin-bottom: 14px; }
.final .why b { display: block; font-size: 14.5px; }
.final .why span { color: #9fb0a6; font-size: 13px; }
footer { background: #08120c; color: #7f8d85; font-size: 13px; padding: 22px 0; }
footer .wrap { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

@media (max-width: 980px) {
  .nav nav { display: none; }
  /* Log In must ALWAYS be reachable — never hide it on small screens. */
  .nav .actions { margin-left: auto; }
  .nav .actions .btn-outline-w { display: inline-flex; border-color: #6d7f74; }
  .nav .actions .btn-soon { display: none; }   /* CTA is repeated in the hero */
  .btn { padding: 10px 15px; font-size: 14px; }
  .hero .wrap { grid-template-columns: 1fr; }
  .shots { grid-template-columns: 1fr; }
  .grid6 { grid-template-columns: repeat(3, 1fr); }
  .grid5 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr 1fr; }
  .final .wrap { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .grid6 { grid-template-columns: repeat(2, 1fr); }
  .grid5 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  section { padding: 46px 0; }
}

/* Sign-ups paused during private testing */
.btn-soon { cursor: default; opacity: .92; }
.btn-soon:hover { background: var(--green); }

/* ---- pricing -------------------------------------------------------------
 * Graduated volume bands. The table is the published rate card; the examples
 * table is what those bands actually add up to, because a rate card alone
 * never answers "what do I pay?". Both collapse to one column on a tablet and
 * scroll horizontally inside their own box on a phone, so the page itself
 * never scrolls sideways. */
.price-lede { text-align: center; max-width: 62ch; margin: 0 auto 26px; color: var(--muted); }
.price-lede b { color: var(--ink); }
.ptoggle { display: flex; justify-content: center; gap: 0; margin: 0 auto 28px; width: max-content;
  border: 1px solid var(--line); border-radius: 999px; padding: 4px; background: #fff; }
.ptoggle button { font: inherit; font-size: 14px; font-weight: 700; color: var(--muted); cursor: pointer;
  background: none; border: 0; border-radius: 999px; padding: 8px 18px; white-space: nowrap; }
.ptoggle button[aria-pressed="true"] { background: var(--green); color: #fff; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.pcard { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 18px 18px 6px; }
.pcard h3 { font-size: 15px; color: var(--ink); margin-bottom: 10px; }
.pscroll { overflow-x: auto; }
table.prices { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 280px; }
table.prices th { text-align: left; font-size: 12px; letter-spacing: .07em; text-transform: uppercase;
  color: var(--muted); font-weight: 700; padding: 8px 10px; border-bottom: 2px solid var(--line); }
table.prices td { padding: 10px; border-bottom: 1px solid var(--line); }
table.prices tr:last-child td { border-bottom: 0; }
table.prices .num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
table.prices .contact { color: var(--green-d); font-weight: 700; }
.pnote { max-width: 62ch; margin: 26px auto 0; padding: 16px 18px; border: 1px solid var(--line);
  border-radius: 10px; background: var(--soft); font-size: 14px; }
.pnote b { color: var(--ink); }
.pworked { font-variant-numeric: tabular-nums; }
.pcta { text-align: center; margin-top: 28px; }
.pcta .fine { color: var(--muted); font-size: 13px; margin-top: 10px; }
@media (max-width: 980px) { .price-grid { grid-template-columns: 1fr; } }
/* The nav is sticky, so an anchor jump must leave room for it or the section
 * heading lands underneath the bar. */
section[id] { scroll-margin-top: 84px; }
