/* signer-guide.css — shared styling for the signer-side /[state]-notary-cost pages.
   Seed of the future brand.css pass. Canonical topbar/footer CSS + :root tokens
   stay INLINE in each generated page (so logo-assert/footer-assert see them);
   this file carries only the page-section styles. Do NOT refactor existing pages
   onto this file in this build. */

.sg-main { max-width: 760px; margin: 0 auto; padding: 7.5rem 1.5rem 4rem; }
.sg-eyebrow {
  font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--ink-dim); margin-bottom: 1rem;
}
.sg-h1 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.08; letter-spacing: -0.02em; margin-bottom: 1rem; }
.sg-h1 em { font-style: italic; color: var(--oxblood); }
.sg-lede { font-size: 1.08rem; color: var(--ink-soft); line-height: 1.6; margin-bottom: 2.5rem; max-width: 44rem; }

.sg-section { margin: 3rem 0; }
.sg-section > h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: 1.6rem; letter-spacing: -0.01em; margin-bottom: 1rem; }
.sg-section p { color: var(--ink-soft); line-height: 1.6; margin-bottom: 0.9rem; }

/* 1. quick-answer box */
.quick-answer {
  background: var(--paper-card); border: 1px solid var(--line-strong); border-radius: 6px;
  box-shadow: var(--shadow); padding: 1.8rem; display: flex; gap: 1.4rem; align-items: baseline; flex-wrap: wrap;
}
.quick-answer .qa-num { font-family: 'Newsreader', serif; font-size: 2.4rem; color: var(--oxblood); line-height: 1; white-space: nowrap; }
.quick-answer .qa-text { flex: 1 1 16rem; color: var(--ink-soft); line-height: 1.5; }
.quick-answer .qa-text strong { color: var(--ink); }

/* 2. two prices */
.two-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.price-card { background: var(--paper-light); border: 1px solid var(--line); border-radius: 6px; padding: 1.4rem; }
.price-card h3 { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-dim); margin-bottom: 0.6rem; }
.price-card .pc-val { font-family: 'Newsreader', serif; font-size: 1.25rem; color: var(--ink); margin-bottom: 0.5rem; }
.price-card p { font-size: 0.92rem; margin: 0; }

/* 3. options table */
.options-table { width: 100%; border-collapse: collapse; font-size: 0.94rem; }
.options-table th, .options-table td { text-align: left; padding: 0.85rem 0.9rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.options-table thead th { font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-dim); }
.options-table td:first-child { font-weight: 600; color: var(--ink); white-space: nowrap; }
/* state-name links in the hub cost table — brand oxblood, not default blue */
.options-table a { color: var(--oxblood); text-decoration: none; }
.options-table a:hover { text-decoration: underline; }
.options-table-wrap { overflow-x: auto; }

/* ron status pill */
.ron-badge { display: inline-block; font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.28rem 0.7rem; border-radius: 999px; border: 1px solid; }
.ron-live { color: #2e5d3a; border-color: rgba(46,93,58,0.35); background: rgba(46,93,58,0.06); }
.ron-authorized { color: var(--gold); border-color: rgba(184,137,61,0.4); background: rgba(184,137,61,0.07); }
.ron-none { color: var(--ink-dim); border-color: var(--line-strong); background: rgba(27,31,42,0.03); }

/* 4. specifics / authority */
.authority-link { display: inline-block; margin-top: 0.4rem; color: var(--oxblood); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(107,31,31,0.3); }
.authority-link:hover { border-bottom-color: var(--oxblood); }

/* 5. checklist */
.sg-checklist { list-style: none; padding: 0; }
.sg-checklist li { position: relative; padding-left: 1.7rem; margin-bottom: 0.7rem; color: var(--ink-soft); line-height: 1.5; }
.sg-checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--sage); font-weight: 700; }

/* 7. cta form */
.sg-cta { background: var(--ink); color: var(--paper-light); border-radius: 8px; padding: 2rem; margin: 3.5rem 0; }
.sg-cta h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: 1.5rem; color: var(--paper-light); margin-bottom: 0.6rem; }
.sg-cta p { color: rgba(244,239,229,0.72); font-size: 0.95rem; line-height: 1.55; margin-bottom: 1.2rem; }
.sg-form { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.sg-form input { flex: 1 1 12rem; padding: 0.8rem 0.9rem; border: 1px solid rgba(244,239,229,0.25); border-radius: 6px; background: rgba(244,239,229,0.06); color: var(--paper-light); font-family: 'Manrope', sans-serif; font-size: 0.95rem; }
.sg-form input::placeholder { color: rgba(244,239,229,0.5); }
.sg-form input.zip { flex: 0 0 7rem; }
.sg-form button { flex: 0 0 auto; padding: 0.8rem 1.4rem; border: none; border-radius: 999px; background: var(--oxblood); color: var(--paper-light); font-weight: 600; font-size: 0.95rem; cursor: pointer; }
.sg-form button:hover { background: var(--oxblood-deep); }
.sg-cta .privacy { font-size: 0.72rem; color: rgba(244,239,229,0.5); margin: 0.8rem 0 0; }

/* 8. cross-links */
.cross-links { display: grid; gap: 0.6rem; margin: 2.5rem 0; }
.cross-links a { display: block; padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: 6px; text-decoration: none; color: var(--ink); background: var(--paper-light); transition: border-color 0.2s; }
.cross-links a:hover { border-color: var(--line-strong); }
.cross-links a span { display: block; color: var(--ink-dim); font-size: 0.85rem; margin-top: 0.2rem; }

.sg-sourced { font-size: 0.8rem; color: var(--ink-dim); border-top: 1px solid var(--line); padding-top: 1.2rem; margin-top: 3rem; line-height: 1.5; }

@media (max-width: 560px) {
  .two-prices { grid-template-columns: 1fr; }
  .sg-form input.zip { flex: 1 1 100%; }
}
