:root {
  --accent: #1aa82d;
  --accent-deep: #158f26;
  --ink: #0a0a0a;
  --muted: #5c574f;
  --soft: #8a8378;
  --line: rgba(20, 40, 24, 0.1);
  --canvas: #fbfbf8;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent-deep); }
::selection { background: var(--accent); color: #fff; }

.hero-field {
  background-image:
    linear-gradient(rgba(26, 168, 45, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 168, 45, 0.075) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(ellipse 78% 64% at 50% 38%, black 22%, transparent 82%);
  mask-image: radial-gradient(ellipse 78% 64% at 50% 38%, black 22%, transparent 82%);
}
.soft-glow {
  background: radial-gradient(circle, rgba(26, 168, 45, 0.16) 0%, transparent 62%);
}

.brand-eat {
  position: relative;
  display: inline-block;
  width: 134px;
  height: 32px;
}
.brand-eat__mark {
  position: absolute; left: 0; top: 0; z-index: 3;
  height: 32px; width: auto;
}
.brand-eat__word {
  position: absolute; left: 44px; top: 4px; z-index: 1;
  height: 24px; width: auto;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; border-radius: 9px; font-weight: 700; font-size: 15px;
  padding: 13px 20px; border: none; cursor: pointer; transition: .2s ease;
}
.btn-primary {
  background: var(--accent); color: #fff;
  box-shadow: 0 8px 22px rgba(26, 168, 45, .3);
}
.btn-primary:hover { background: var(--accent-deep); color: #fff; }
.btn-ghost {
  background: #fff; color: var(--ink);
  border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: rgba(26,168,45,.35); color: var(--accent-deep); }

.wrap { max-width: 760px; margin: 0 auto; padding: 0 20px; }
.wrap-wide { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid rgba(26,168,45,.3); background: #fff;
  padding: 7px 15px; border-radius: 999px; font-size: 11px; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase; color: #158f26;
}
.prose h2 {
  margin: 48px 0 0;
  font-size: clamp(24px, 3.5vw, 34px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.15;
}
.prose p, .prose li {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}
.prose p { margin: 14px 0 0; }
.prose ul { margin: 14px 0 0; padding-left: 1.2rem; }
.prose li { margin-top: 8px; }
.prose strong { color: var(--ink); font-weight: 700; }

.faq-item {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.faq-item p { margin: 8px 0 0; font-size: 15px; line-height: 1.6; color: var(--muted); }

/* FAQ as a native disclosure. The base .faq-item rules above still apply, so
   the plain-<div> FAQs on the other pages are unaffected. */
details.faq-item { padding: 0; }
details.faq-item > summary {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
}
/* Safari draws its own triangle without this. */
details.faq-item > summary::-webkit-details-marker { display: none; }
details.faq-item > summary h3 { flex: 1; transition: color .2s ease; }
details.faq-item > summary:hover h3 { color: var(--accent-deep); }
details.faq-item > summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}
/* Chevron drawn from two borders - no asset, and it rotates on open. */
details.faq-item > summary::after {
  content: "";
  flex: none;
  width: 8px; height: 8px;
  margin: 5px 2px 0 0;
  border-right: 2px solid var(--soft);
  border-bottom: 2px solid var(--soft);
  transform: rotate(45deg);
  transition: transform .2s ease, border-color .2s ease;
}
details.faq-item[open] > summary::after {
  transform: rotate(-135deg);
  margin-top: 8px;
  border-color: var(--accent);
}
details.faq-item > p { margin: 0 0 18px; padding-right: 22px; }

.related {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.related a {
  display: block;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: border-color .2s ease, transform .2s ease;
}
.related a:hover {
  border-color: rgba(26,168,45,.4);
  transform: translateY(-1px);
  color: var(--ink);
}
.related strong { display: block; font-size: 14px; font-weight: 800; }
.related span { display: block; margin-top: 6px; font-size: 13px; color: var(--muted); line-height: 1.45; }

/*
 * Status callout. Used where a page has to say what is true today before it
 * sells what the thing does - e.g. "custom connector now, directory listing
 * in review". Deliberately quiet: a notice that shouts reads as a warning.
 */
.notice {
  border: 1px solid rgba(26,168,45,.28);
  background: #fff;
  border-radius: 16px;
  padding: 20px 22px;
}
.notice p { margin: 10px 0 0; font-size: 15px; line-height: 1.6; color: var(--muted); }
.notice p:first-of-type { margin-top: 0; }
.notice strong { color: var(--ink); font-weight: 700; }
.notice p.notice__tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 800; letter-spacing: .13em;
  text-transform: uppercase; color: #158f26; margin-bottom: 12px;
}
.notice p.notice__tag::before {
  content: ""; width: 7px; height: 7px; border-radius: 999px;
  background: var(--accent);
}

/* Numbered steps. The prose block only styled <ul>, so an <ol> used to inherit
   nothing and print flush against the margin. */
.prose ol { margin: 18px 0 0; padding-left: 0; list-style: none; counter-reset: step; }
.prose ol > li {
  counter-increment: step;
  position: relative;
  margin-top: 14px;
  padding-left: 44px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}
.prose ol > li::before {
  content: counter(step);
  position: absolute; left: 0; top: 1px;
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px;
  background: rgba(26,168,45,.1);
  border: 1px solid rgba(26,168,45,.3);
  color: #158f26;
  font-size: 13px; font-weight: 800;
}

/* A URL or command the reader is meant to copy. */
.urlbox {
  display: block;
  margin: 14px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  white-space: pre;
  overflow-x: auto;
}

/* ============================================================
   Assistant-guide visuals (infioo-in-claude / -chatgpt / -grok)
   ============================================================ */

/* Wordmark standing in for the typed word in a heading. The word still
   reaches a crawler and a screen reader through the img alt, so the H1 keeps
   its keyword. Sized off the wordmark's own geometry: its cap height is
   232.22 of the 300-unit viewBox, so .93em puts those caps on the heading's
   cap height, and its baseline sits .121 of the image above the bottom edge -
   hence the nudge down. Same numbers as the home page band. */
.h1-mark img {
  height: .93em;
  width: auto;
  vertical-align: -.113em;
}

/* infioo x model, as two marks rather than a sentence. */
.lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}
.lockup__tile {
  width: 56px; height: 56px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px -18px rgba(26,60,30,.5);
}
.lockup__tile img { width: 32px; height: 32px; object-fit: contain; }
/* The join reads as a live connection, not a multiplication sign. */
.lockup__wire {
  width: 34px; height: 2px;
  background: repeating-linear-gradient(90deg, rgba(26,168,45,.55) 0 5px, transparent 5px 9px);
}

/* Four numbers instead of four paragraphs. */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.stat {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 18px 18px 16px;
}
.stat__n {
  display: block;
  font-size: 30px; font-weight: 800; letter-spacing: -.04em;
  line-height: 1; color: var(--ink);
}
.stat__l {
  display: block; margin-top: 8px;
  font-size: 13px; line-height: 1.45; color: var(--muted);
}
.stat--zero .stat__n { color: var(--accent-deep); }

/* Example prompts, shown as things you would actually type. */
.prompts { display: grid; gap: 10px; margin-top: 20px; }
.prompt {
  display: flex; align-items: flex-start; gap: 12px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 12px;
  background: #fff;
  padding: 14px 16px;
}
.prompt img { width: 22px; height: 22px; flex: none; margin-top: 1px; object-fit: contain; }
.prompt span { font-size: 15px; line-height: 1.5; color: var(--ink); font-weight: 600; }
.prompt em { display: block; margin-top: 4px; font-size: 13px; font-weight: 500; color: var(--muted); font-style: normal; }

/* What it may do, beside what it may not. Two lists, one glance. */
.cando {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.cando__col {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 18px 20px 20px;
}
.cando__h {
  margin: 0 0 14px;
  font-size: 12px; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase;
}
.cando__col--yes .cando__h { color: #158f26; }
.cando__col--no .cando__h { color: #a09889; }
.cando ul { margin: 0; padding: 0; list-style: none; }
.cando li {
  position: relative;
  padding-left: 26px;
  margin-top: 9px;
  font-size: 15px; line-height: 1.5; color: var(--muted);
}
.cando li:first-child { margin-top: 0; }
.cando__col--yes li::before,
.cando__col--no li::before {
  position: absolute; left: 0; top: 0;
  font-weight: 800; font-size: 14px;
}
.cando__col--yes li::before { content: "+"; color: #158f26; font-size: 17px; line-height: 1.35; }
.cando__col--no li::before { content: "x"; color: #b9b1a4; line-height: 1.5; }

/* Cross-links to the other two guides, as marks. */
.model-strip {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 20px;
}
.model-pill {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 11px 18px 11px 14px;
  font-size: 15px; font-weight: 700; color: var(--ink);
  transition: border-color .2s ease, transform .2s ease, color .2s ease;
}
.model-pill img { width: 24px; height: 24px; object-fit: contain; }
.model-pill .go { width: 14px; height: 14px; flex: none; color: var(--soft); transition: transform .2s, color .2s; }
.model-pill:hover { border-color: rgba(26,168,45,.4); transform: translateY(-1px); color: var(--accent-deep); }
.model-pill:hover .go { color: var(--accent); transform: translateX(3px); }

@media (max-width: 560px) {
  .lockup__tile { width: 48px; height: 48px; border-radius: 14px; }
  .lockup__tile img { width: 27px; height: 27px; }
  .stat__n { font-size: 26px; }
}

footer a { color: #5c574f; }
footer a:hover { color: var(--accent-deep); }

@media (max-width: 720px) {
  .nav-links { display: none !important; }
}
