/* pSEO pages (generated by tools/pseo-gen) — layers on styles.css tokens. */

.pseo { padding: 40px 24px 72px; }
.pseo h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.1; letter-spacing: -0.02em; margin: 10px 0 16px; font-weight: 800; }
.pseo h1 .accent { color: var(--signal); }
.pseo h2 { font-size: 1.35rem; margin: 40px 0 14px; letter-spacing: -0.01em; }
.pseo .lead-p { font-size: 1.1rem; color: var(--text-dim); max-width: 64ch; margin: 0 0 18px; }

/* breadcrumbs */
.crumbs { font-family: var(--mono); font-size: 0.78rem; color: var(--text-mute); margin-bottom: 26px; }
.crumbs a { color: var(--text-dim); }
.crumbs .sep { margin: 0 8px; color: var(--text-mute); }
.crumbs [aria-current] { color: var(--text); }

/* live status line */
.status-line { display: flex; align-items: center; gap: 10px; margin: 18px 0; padding: 12px 16px; border: 1px solid var(--line-soft); border-radius: 12px; background: var(--panel); font-size: 0.95rem; color: var(--text-dim); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--text-mute); flex: none; }
.status-line.ok .status-dot { background: var(--signal); }
.status-line.warn .status-dot { background: var(--pulse); }
.status-line.ok .status-text, .status-line.warn .status-text { color: var(--text); }

/* stat tiles */
.stat-row { display: flex; gap: 14px; flex-wrap: wrap; margin: 22px 0 8px; }
.stat { background: var(--panel); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 14px 20px; min-width: 130px; }
.stat strong { display: block; font-size: 1.5rem; font-weight: 800; color: var(--signal); font-variant-numeric: tabular-nums; }
.stat span { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-mute); }

/* stations / comparison tables */
.table-scroll { overflow-x: auto; margin: 14px 0; border: 1px solid var(--line-soft); border-radius: var(--radius); }
table.stations { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
table.stations th { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-mute); text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line-soft); }
table.stations td { padding: 10px 14px; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
table.stations tr:last-child td { border-bottom: 0; }
table.stations td.num { font-variant-numeric: tabular-nums; color: var(--text-mute); }
table.stations td.others { color: var(--text-dim); font-size: 0.88rem; }
table.stations td.rowhead { font-weight: 650; white-space: nowrap; }
.zone-chip { display: inline-block; font-family: var(--mono); font-size: 0.78rem; padding: 2px 8px; border-radius: 999px; border: 1px solid var(--line); color: var(--text-dim); }
.compare-note { font-size: 0.85rem; color: var(--text-mute); max-width: 70ch; }

/* FAQ */
.faq { border: 1px solid var(--line-soft); border-radius: 12px; background: var(--panel); margin: 10px 0; }
.faq summary { cursor: pointer; padding: 14px 16px; font-weight: 650; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--signal); font-weight: 800; }
.faq[open] summary::after { content: "–"; }
.faq p { margin: 0; padding: 0 16px 16px; color: var(--text-dim); max-width: 72ch; }

/* link grids */
.linkgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.linkcard { display: block; padding: 14px 16px; border: 1px solid var(--line-soft); border-radius: 12px; background: var(--panel); color: var(--text); }
.linkcard:hover { border-color: var(--signal); text-decoration: none; }
.linkcard strong { display: block; font-weight: 650; }
.linkcard span { font-family: var(--mono); font-size: 0.72rem; color: var(--text-mute); }

/* how-to steps */
.steps ol { list-style: none; counter-reset: step; margin: 0; padding: 0; }
.steps li { counter-increment: step; position: relative; padding: 0 0 22px 52px; }
.steps li::before { content: counter(step); position: absolute; left: 0; top: 0; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: linear-gradient(150deg, var(--signal), #1ec9a0); color: var(--ink); font-weight: 800; }
.steps h3 { margin: 4px 0 6px; font-size: 1.05rem; }
.steps p { margin: 0; color: var(--text-dim); max-width: 64ch; }

/* E-E-A-T + CTA band */
.eeat { margin: 36px 0 0; font-size: 0.85rem; color: var(--text-mute); border-top: 1px solid var(--line-soft); padding-top: 16px; }
.eeat p { margin: 0; max-width: 80ch; }
.cta-band { margin-top: 48px; padding: 28px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--panel-rsd); display: flex; gap: 24px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.cta-band h2 { margin: 0 0 6px; font-size: 1.3rem; }
.cta-band p { margin: 0; color: var(--text-dim); max-width: 52ch; }
.cta-side { display: flex; flex-direction: column; }
.cta-side .qr-card { margin-top: 18px; }

.attribution { color: var(--text-mute); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

@media (max-width: 640px) {
  .pseo { padding: 28px 0 56px; }
  .cta-band { flex-direction: column; align-items: flex-start; }
}
