/* Standalone styling for the search-intent guide pages (brand tokens mirror the
   app's styles.css so the guides feel native without loading the full app CSS). */
:root {
  --bg: #080d16; --bg-soft: #0d1422; --panel: #111827;
  --panel-border: rgba(148, 163, 184, 0.2);
  --text: #f8fafc; --muted: #9ca3af; --muted-strong: #cbd5e1;
  --blue: #3b82f6; --blue-soft: rgba(59, 130, 246, 0.15);
  --green: #22c55e; --amber: #f59e0b; --red: #ef4444;
  --radius: 16px; --max: 820px;
}
* { box-sizing: border-box; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font: 16px/1.65 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 1.2rem; }
.site-head {
  border-bottom: 1px solid var(--panel-border); background: rgba(8, 13, 22, 0.9);
  position: sticky; top: 0; z-index: 5; backdrop-filter: blur(8px);
}
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; height: 58px; }
.brand { display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; color: var(--text); font-weight: 800; }
.brand-mark {
  display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 8px;
  background: var(--blue); color: #fff; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.02em;
}
.head-cta { font-weight: 700; text-decoration: none; color: var(--text); background: var(--blue); padding: 0.45rem 0.9rem; border-radius: 10px; }
main { padding: 2rem 0 3rem; }
.crumbs { font-size: 0.82rem; color: var(--muted); margin: 0 0 1rem; }
.crumbs a { color: var(--muted-strong); text-decoration: none; }
h1 { font-size: clamp(1.7rem, 4vw, 2.4rem); line-height: 1.15; margin: 0.2rem 0 0.6rem; }
.dek { font-size: 1.05rem; color: var(--muted-strong); margin: 0 0 1.4rem; }
h2 { font-size: 1.3rem; margin: 2rem 0 0.7rem; }
h3 { font-size: 1.05rem; margin: 1.3rem 0 0.5rem; }
p { margin: 0 0 1rem; }
.answer {
  border: 1px solid rgba(34, 197, 94, 0.35); background: rgba(34, 197, 94, 0.08);
  border-left: 4px solid var(--green); border-radius: 12px; padding: 1rem 1.15rem; margin: 0 0 1.6rem;
}
.answer strong { color: var(--text); }
.example {
  border: 1px solid var(--panel-border); background: var(--bg-soft); border-radius: 12px;
  padding: 1rem 1.15rem; margin: 1rem 0 1.4rem;
}
.example .tag {
  display: inline-block; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--amber); background: rgba(245, 158, 11, 0.12); border: 1px solid rgba(245,158,11,0.4);
  border-radius: 999px; padding: 0.15rem 0.5rem; margin-bottom: 0.6rem;
}
.cmp { width: 100%; border-collapse: collapse; margin: 0.6rem 0 0.2rem; font-size: 0.94rem; }
.cmp th, .cmp td { text-align: left; padding: 0.5rem 0.6rem; border-bottom: 1px solid var(--panel-border); }
.cmp th { color: var(--muted); font-weight: 700; }
.cmp .was { color: var(--muted); text-decoration: line-through; text-decoration-color: var(--red); }
.cmp .now { color: var(--text); font-weight: 800; }
.verdict { margin-top: 0.6rem; font-weight: 700; }
.verdict.bad { color: #fca5a5; }
.verdict.good { color: #86efac; }
ul.plain { margin: 0 0 1rem; padding-left: 1.2rem; }
ul.plain li { margin: 0.3rem 0; }
.check {
  border: 1px solid var(--panel-border); background: var(--panel); border-radius: var(--radius);
  padding: 1.2rem; margin: 2rem 0; box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
.check h2 { margin-top: 0; }
.check form { display: flex; flex-wrap: wrap; gap: 0.7rem; align-items: flex-end; }
.check .fld { display: flex; flex-direction: column; gap: 0.3rem; }
.check label { font-size: 0.8rem; font-weight: 700; color: var(--muted-strong); }
.check input, .check select {
  min-height: 48px; padding: 0 0.7rem; border-radius: 10px; font: inherit;
  border: 1px solid rgba(148,163,184,0.25); background: rgba(0,0,0,0.26); color: var(--text);
}
.check input[type=text] { text-transform: uppercase; width: 90px; }
.check .go {
  min-height: 48px; padding: 0 1.3rem; border: 0; border-radius: 10px; cursor: pointer;
  background: var(--blue); color: #fff; font-weight: 800; font-size: 1rem;
}
/* Free-check nudge in the trip-check box: the check itself is always free. */
.free-tag {
  display: inline-block; vertical-align: middle; margin-right: 0.35rem;
  padding: 0.1rem 0.5rem; border-radius: 999px;
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.03em;
  color: var(--green); background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.4);
}
.check .free-note { margin: 0.15rem 0 1rem; font-size: 0.92rem; color: var(--muted-strong); }
.check .free-note a { font-weight: 700; }
.related { border-top: 1px solid var(--panel-border); margin-top: 2.4rem; padding-top: 1.4rem; }
.related h2 { margin-top: 0; }
.related ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.related a { text-decoration: none; font-weight: 700; }
.related a:hover { text-decoration: underline; }
.fineprint { color: var(--muted); font-size: 0.8rem; margin-top: 1.6rem; }
.site-foot { border-top: 1px solid var(--panel-border); color: var(--muted); font-size: 0.85rem; }
.site-foot .wrap { display: flex; flex-wrap: wrap; gap: 0.6rem 1rem; justify-content: space-between; padding: 1.4rem 1.2rem; }
.site-foot a { color: var(--muted-strong); text-decoration: none; }
/* Quiet parent-company attribution (holding company: NotJo) */
.footer-parent { max-width: var(--max); margin: 0 auto; padding: 0 1.2rem 1.4rem; text-align: center; }
.footer-parent .notjo-link { color: var(--muted); text-decoration: none; }
.footer-parent .notjo-link:hover { text-decoration: underline; }
.footer-parent .notjo-link:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 3px; }
.footer-parent .notjo-word { color: #C98C1F; font-weight: 600; }
@media (prefers-color-scheme: dark) { .footer-parent .notjo-word { color: #EAB34C; } }
@media (max-width: 560px) { .check input[type=text] { width: 100%; } .check .fld { flex: 1 1 100%; } }
