/* Landing page. Wide, quiet, and it lets the product do the talking. */
body.landing { background:
  radial-gradient(1200px 640px at 78% -14%, rgba(229,100,77,.13), transparent 62%),
  radial-gradient(900px 560px at 4% 4%, rgba(91,141,239,.09), transparent 60%),
  var(--bg);
}

.landing section { max-width: 1120px; margin: 0 auto; padding: 0 30px; }

/* ── hero ── */
.hero {
  display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
  gap: 54px; align-items: center;
  padding-top: 76px !important; padding-bottom: 84px !important;
}
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; gap: 34px; } .hero-art { order: -1; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 13px; border-radius: 999px;
  background: rgba(63,191,127,.10); border: 1px solid rgba(63,191,127,.28);
  color: #8fdcb4; font-size: 12px; font-weight: 600;
  margin-bottom: 22px;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ok); }

.hero h1 {
  font-size: clamp(38px, 5.4vw, 62px); line-height: 1.04;
  letter-spacing: -.035em; font-weight: 720; margin-bottom: 20px;
}
.hero .lede { font-size: 17.5px; line-height: 1.62; color: var(--text-dim); max-width: 54ch; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0 16px; }
.hero-actions .btn-lg { width: auto; padding: 13px 22px; }
.hero-note { font-size: 12.5px; color: var(--text-mute); max-width: 48ch; }

/* ── animated board ── */
.hero-art { display: grid; place-items: center; }
.board {
  width: 100%; max-width: 460px;
  filter: drop-shadow(0 26px 60px rgba(0,0,0,.5));
}
.board .paper { fill: var(--paper); }
.board .ink { fill: none; stroke: #1b1b1b; stroke-width: 3.2; stroke-linecap: round; }

.board .draw { stroke-dasharray: 260; stroke-dashoffset: 260; animation: ink 9s ease-in-out infinite; }
.board .d1 { animation-delay: .0s }  .board .d2 { animation-delay: .5s }
.board .d3 { animation-delay: 1.1s } .board .d4 { animation-delay: 1.9s }
.board .d5 { animation-delay: 2.3s } .board .d6 { animation-delay: 2.7s }
.board .d7 { animation-delay: 3.4s } .board .d8 { animation-delay: 3.9s }
@keyframes ink {
  0%, 4% { stroke-dashoffset: 260; }
  26%, 82% { stroke-dashoffset: 0; }
  96%, 100% { stroke-dashoffset: 0; opacity: 0; }
}
.hand-art { animation: handmove 9s ease-in-out infinite; }
@keyframes handmove {
  0%   { transform: translate(190px, 58px); }
  22%  { transform: translate(124px, 74px); }
  40%  { transform: translate(122px, 160px); }
  60%  { transform: translate(288px, 160px); }
  80%  { transform: translate(372px, 222px); }
  100% { transform: translate(330px, 240px); }
}
@media (prefers-reduced-motion: reduce) {
  .board .draw { animation: none; stroke-dashoffset: 0; }
  .hand-art { animation: none; transform: translate(330px, 240px); }
}

/* ── bands ── */
.band { padding-top: 66px !important; padding-bottom: 66px !important; }
.band h2 {
  font-size: clamp(25px, 3.2vw, 34px); letter-spacing: -.025em;
  font-weight: 690; margin-bottom: 12px;
}
.section-lede { color: var(--text-dim); font-size: 15px; max-width: 66ch; margin-bottom: 30px; line-height: 1.62; }

/* ── comparison ── */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 820px) { .compare { grid-template-columns: 1fr; } }

.compare-col {
  padding: 24px 26px; border-radius: var(--r-lg);
  border: 1px solid var(--line); background: rgba(255,255,255,.018);
}
.compare-col.highlight {
  border-color: rgba(229,100,77,.34);
  background: linear-gradient(180deg, rgba(229,100,77,.08), rgba(255,255,255,.02));
  box-shadow: 0 18px 50px rgba(0,0,0,.34);
}
.compare-col h3 { font-size: 15px; margin-bottom: 16px; font-weight: 660; }
.compare-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.compare-col li { font-size: 13.5px; line-height: 1.5; padding-left: 27px; position: relative; color: var(--text-dim); }
.cross li::before, .tick li::before {
  position: absolute; left: 0; top: -1px; font-size: 14px; font-weight: 700;
}
.cross li { color: var(--text-mute); }
.cross li::before { content: '✕'; color: #7c8797; }
.tick li::before { content: '✓'; color: var(--ok); }
.tick li em { color: var(--text); font-style: normal; font-weight: 600; }

/* ── features ── */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(292px, 1fr)); gap: 16px; }
.features article {
  padding: 22px 24px; border-radius: var(--r-lg);
  border: 1px solid var(--line); background: rgba(255,255,255,.018);
}
.ficon { font-size: 22px; display: block; margin-bottom: 12px; }
.features h3 { font-size: 15px; font-weight: 650; margin-bottom: 8px; }
.features p { font-size: 13.5px; color: var(--text-dim); line-height: 1.62; }
.features em { color: var(--text); font-style: italic; }

/* ── steps ── */
.steps { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(236px, 1fr)); gap: 18px; }
.steps li { display: flex; gap: 14px; align-items: flex-start; }
.steps b {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(229,100,77,.14); border: 1px solid rgba(229,100,77,.34);
  color: var(--accent); font-size: 13px;
}
.steps h3 { font-size: 14px; font-weight: 640; margin-bottom: 5px; }
.steps p { font-size: 13px; color: var(--text-dim); line-height: 1.58; }

/* ── cta ── */
.cta {
  text-align: center; padding: 74px 30px !important; margin: 40px auto 0 !important;
  border-top: 1px solid var(--line);
}
.cta h2 { font-size: clamp(26px, 3.4vw, 36px); letter-spacing: -.028em; margin-bottom: 10px; }
.cta p { color: var(--text-dim); font-size: 15px; }
.cta .hero-actions { justify-content: center; }
.cta .hero-note { margin: 0 auto; }

/* ── footer ── */
.site-footer {
  max-width: 1120px; margin: 0 auto; padding: 30px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  gap: 18px; flex-wrap: wrap;
}
.site-footer strong { display: block; font-size: 13.5px; }
.site-footer span { font-size: 12.5px; color: var(--text-mute); }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: var(--text-mute); text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: var(--text); }

/* install block on the public site */
.install {
  background: #08090c; border: 1px solid var(--line); border-radius: var(--r);
  padding: 18px 20px; overflow-x: auto;
}
.install code {
  font-family: var(--mono); font-size: 13px; line-height: 1.8;
  color: #a8bccf; background: none; border: none; padding: 0; white-space: pre;
}


/* --- hero video ---------------------------------------------------------- */
.hero-video { margin: 0; }
.hero-video video {
  width: 100%; display: block; border-radius: var(--r-lg);
  border: 1px solid var(--line-str); box-shadow: var(--shadow);
  background: #0d1117;
}
.hero-video figcaption {
  margin-top: 10px; font-size: 12px; color: var(--text-mute); text-align: center;
}

/* --- pricing tiers ------------------------------------------------------- */
.tiers {
  display: grid; gap: 18px; margin-top: 26px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.tier {
  background: linear-gradient(180deg, var(--panel), #111319);
  border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 24px 22px 26px; display: flex; flex-direction: column; gap: 10px;
}
.tier.featured { border-color: rgba(229,100,77,.45); }
.tier h3 { margin: 0; font-size: 14px; color: var(--text-dim); font-weight: 500; }
.tier .price { margin: 0; font-size: 26px; font-weight: 650; letter-spacing: -.02em; }
.tier p { margin: 0; font-size: 13px; color: var(--text-dim); line-height: 1.6; }
.tier .btn { margin-top: auto; align-self: flex-start; }
.tier code { font-family: var(--mono); font-size: 12px; }

/* --- long-form pages (compare, team) ------------------------------------- */
.prose { max-width: 760px; margin: 0 auto; padding: 40px 24px 90px; }
.prose h1 { font-size: 30px; letter-spacing: -.025em; margin: 0 0 8px; }
.prose .standfirst { font-size: 15.5px; color: var(--text-dim); line-height: 1.7; margin: 0 0 8px; }
.prose .byline { font-size: 12px; color: var(--text-mute); margin: 0 0 34px; }
.prose h2 { font-size: 19px; letter-spacing: -.015em; margin: 40px 0 10px; }
.prose h3 { font-size: 15px; margin: 26px 0 6px; }
.prose p, .prose li { font-size: 14.5px; line-height: 1.75; color: var(--text-dim); }
.prose strong { color: var(--text); font-weight: 600; }
.prose ul, .prose ol { padding-left: 20px; }
.prose li { margin: 6px 0; }
.prose table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 13px; }
.prose th {
  text-align: left; padding: 9px 10px; border-bottom: 1px solid var(--line-str);
  color: var(--text-mute); font-size: 11px; text-transform: uppercase; letter-spacing: .06em;
}
.prose td { padding: 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose td:first-child { color: var(--text); }
.prose .yes { color: var(--ok); }
.prose .no { color: var(--text-mute); }
.prose blockquote {
  margin: 22px 0; padding: 14px 18px; border-left: 2px solid var(--accent);
  background: var(--bg-raised); border-radius: 0 var(--r) var(--r) 0;
}
.prose blockquote p { margin: 0; color: var(--text); }
.prose .tblwrap { overflow-x: auto; }

/* --- team ---------------------------------------------------------------- */
.people { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); margin: 26px 0; }
.person {
  background: linear-gradient(180deg, var(--panel), #111319);
  border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px;
}
.person .avatar {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(150deg, var(--paper), #ded9cc); color: #1b1b1b;
  font-size: 21px; font-weight: 700; margin-bottom: 14px;
}
.person h3 { margin: 0 0 2px; font-size: 16px; color: var(--text); }
.person .role { margin: 0 0 12px; font-size: 12.5px; color: var(--accent); }
.person p { margin: 0; font-size: 13.5px; line-height: 1.7; color: var(--text-dim); }
