/* How it works + Pricing — components not covered by pages.css */

/* ---------- Small utilities ---------- */

.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 32px; }
.stack-24 { margin-top: 24px; }
.stack-32 { margin-top: 32px; }
.stack-48 { margin-top: clamp(32px, 4vw, 48px); }
.quiet { font-size: 13px; color: var(--muted); letter-spacing: 0.01em; }
.quiet .mono { color: var(--ink-2); }

.tick {
  width: 16px; height: 16px; flex: none;
  margin-top: 3px;
  color: var(--blue);
}

.rows--mono dt { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 13px; color: var(--blue); }
.rows .row dd + dd { margin-top: 6px; color: var(--muted); }

/* ---------- Illustrative panels (right column of a .step) ---------- */

.panel {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 18px 20px 20px;
}

.panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.panel__body { margin-top: 16px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }

.panel__foot {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
  font-size: 12px;
  color: var(--muted);
}

.badge-verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e4ecfb;
  color: var(--blue);
  font-size: 10px;
  letter-spacing: 0.08em;
}

/* Key/value manifest mock */
.kv { display: grid; gap: 8px 18px; grid-template-columns: 118px minmax(0, 1fr); margin: 0; }
.kv dt { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 12px; color: var(--blue); }
.kv dd { margin: 0; font-size: 13.5px; color: var(--ink-2); }
@media (max-width: 480px) { .kv { grid-template-columns: 1fr; } }

/* Consent scope list mock */
.scopes { display: grid; gap: 11px; }
.scopes li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink-2); }
.scopes li strong { color: var(--ink); font-weight: 600; }
.scopes .mono { font-size: 12px; color: var(--muted); }

.consent-actions { display: flex; align-items: center; gap: 14px; margin-top: 16px; }
.consent-btn {
  display: inline-flex; align-items: center;
  height: 34px; padding: 0 18px;
  border-radius: 999px;
  background: var(--blue); color: #fff;
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
}
.consent-btn--muted { background: var(--bg-2); color: var(--muted); }

/* Live URL card mock */
.urlbar {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: var(--bg);
}
.urlbar .mono { color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ok {
  width: 24px; height: 24px; flex: none;
  border-radius: 50%;
  background: #1c7f4b; color: #fff;
  display: grid; place-items: center;
}
.ok svg { width: 12px; height: 12px; }

.statline { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 12px; color: var(--muted); }
.statline span::before { content: "\2022"; margin-right: 8px; color: var(--rule-strong); }
.statline span:first-child::before { content: none; }

/* ---------- Update transcripts ---------- */

.code .ok-line { color: #8ce0b0; }
.code .warn { color: #f0a97f; }

.code-label {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 10px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted);
}
.code-label::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--rule-strong); }
.code-label--green::before { background: #1c7f4b; }
.code-label--red::before { background: #c0442d; }

/* ---------- Pricing plans ---------- */

.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
@media (max-width: 1120px) { .plans { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .plans { grid-template-columns: 1fr; } }

.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: var(--bg);
}

.plan--assisted { background: #e4ecfb; border-color: var(--blue); }
.plan--managed { background: var(--navy); color: #dfe6f3; border-color: var(--navy); }

.plan__badge {
  position: absolute;
  top: 20px; right: 20px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--blue); color: #fff;
  font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
}

.plan__kicker { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue); }
.plan h2.display { font-size: clamp(30px, 3vw, 42px); margin-top: 12px; }
.plan__sub { margin-top: 12px; font-size: 15.5px; line-height: 1.55; color: var(--ink-2); max-width: 38ch; }
.plan--managed .plan__sub { color: #dfe6f3; }

.plan__price { display: flex; align-items: baseline; gap: 12px; padding-bottom: 22px; border-bottom: 1px solid var(--rule); }
.plan--assisted .plan__price { border-color: #bcd0f2; }
.plan__price .display { font-size: clamp(48px, 5vw, 68px); }
.plan__price span { font-size: 14px; color: var(--muted); }
.plan--managed .plan__price { border-color: #32445d; }
.plan--managed .plan__price span { color: #b7c3d9; }

.plan__credit {
  margin-top: -10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
}
.plan--managed .plan__credit { color: #9fc2ff; }

.plan__availability {
  display: grid;
  gap: 7px;
  padding: 14px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}
.plan--assisted .plan__availability { border-color: #bcd0f2; }
.plan--managed .plan__availability { border-color: #32445d; color: #b7c3d9; }
.plan__status {
  color: var(--blue);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.plan--managed .plan__status { color: #9fc2ff; }

.plan__list { display: grid; gap: 12px; }
.plan__list li { display: flex; gap: 12px; font-size: 15px; line-height: 1.5; color: var(--ink-2); }
.plan__list li strong { color: var(--ink); font-weight: 600; }
.plan--managed .plan__list li { color: #dfe6f3; }
.plan--managed .plan__list li strong { color: #fff; }

.plan__cta { margin-top: auto; padding-top: 4px; }
.plan--managed .btn--navy { background: #fff; color: var(--navy); }
.plan--managed .btn--navy:hover { background: #dfe6f3; }

.launch-note { justify-content: space-between; align-items: center; gap: 24px 40px; }
.launch-note > div { max-width: 72ch; }
.launch-note p { margin-top: 6px; color: var(--ink-2); }
@media (max-width: 760px) { .launch-note { align-items: flex-start; flex-direction: column; } }

/* ---------- Both plans keep ---------- */

.keeps {
  display: grid;
  grid-template-columns: 1.05fr repeat(4, minmax(0, 1fr));
  border: 1px solid var(--rule);
  border-radius: 10px;
  overflow: hidden;
}
.keeps > div { padding: 26px; border-left: 1px solid var(--rule); }
.keeps > div:first-child { border-left: 0; background: var(--bg-2); }
.keeps h3 { font-size: 15px; font-weight: 600; letter-spacing: -0.01em; }
.keeps h3.display { font-size: 26px; letter-spacing: -0.015em; }
.keeps p { margin-top: 8px; font-size: 14px; line-height: 1.5; color: var(--ink-2); }
.keeps a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--rule-strong); }
.keeps a:hover { text-decoration-color: var(--blue); color: var(--blue); }
@media (max-width: 1100px) { .keeps { grid-template-columns: 1fr 1fr; } .keeps > div { border-left: 0; border-top: 1px solid var(--rule); } .keeps > div:first-child { border-top: 0; grid-column: 1 / -1; } }
@media (max-width: 620px) { .keeps { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */

.faq { border-top: 1px solid var(--ink); margin: 0; }
.faq__row {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.55fr);
  gap: 10px var(--gutter);
  padding: 24px 0;
  border-bottom: 1px solid var(--rule);
}
.faq__row dt { font-size: clamp(17px, 1.5vw, 20px); font-weight: 600; letter-spacing: -0.01em; }
.faq__row dd { grid-column: 2; margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--ink-2); }
.faq__row dd + dd { margin-top: 12px; }
.faq__row .mono { color: var(--ink); background: var(--bg-2); padding: 1px 6px; border-radius: 4px; }
@media (max-width: 760px) { .faq__row { grid-template-columns: 1fr; } .faq__row dd { grid-column: 1; } }

/* Agent card: keep its link on the floor of the card */
.card--fill { display: flex; flex-direction: column; }
.card--fill .card__push { margin-top: auto; }

/* ---------- Firing us ---------- */

.fire { border-top: 1px solid var(--ink); }
.fire__row {
  display: grid;
  grid-template-columns: 48px minmax(0, 0.7fr) minmax(0, 1.5fr);
  gap: 12px var(--gutter);
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.fire__num { font-size: 13px; font-weight: 600; color: var(--blue); }
.fire__what { font-size: clamp(20px, 2vw, 26px); }
.fire__how { font-size: 15.5px; line-height: 1.6; color: var(--ink-2); }
.fire__how .mono { color: var(--ink); background: var(--bg-2); padding: 1px 6px; border-radius: 4px; }
@media (max-width: 760px) { .fire__row { grid-template-columns: 32px minmax(0, 1fr); } .fire__how { grid-column: 2; } }
