/* Avocabi marketing site — hand-written CSS, no build step.
   Palette: ink + a restrained gold accent (legal/premium, not startup-loud). */

:root {
  --ink: #0f172a;
  --ink-soft: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --bg: #ffffff;
  --bg-alt: #f8fafc;
  --gold: #b45309;
  --gold-soft: #fef3c7;
  --serif: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --max: 1100px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink-soft);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3 { color: var(--ink); line-height: 1.2; margin: 0; }
p { margin: 0; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 24px; height: 68px; }
.logo { height: 26px; width: auto; color: var(--ink); flex-shrink: 0; }
.nav { display: flex; gap: 24px; margin-left: auto; align-items: center; }
.nav a { font-size: 15px; color: var(--ink-soft); }
.nav a:hover { color: var(--ink); }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; border-radius: 8px; font-weight: 600; font-size: 15px;
  padding: 11px 20px; transition: background .15s, border-color .15s, color .15s;
  white-space: nowrap;
}
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #1e293b; }
.btn-ghost { border: 1px solid var(--line); color: var(--ink); background: #fff; }
.btn-ghost:hover { border-color: var(--muted); }
.btn-lg { padding: 14px 26px; font-size: 16px; }

/* ---------- hero ---------- */
.hero { padding: 88px 0 72px; }
.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: .02em;
  color: var(--gold); background: var(--gold-soft);
  padding: 5px 12px; border-radius: 999px; margin-bottom: 20px;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 54px);
  letter-spacing: -0.01em;
  max-width: 18ch;
}
.hero .lead {
  margin-top: 20px; font-size: clamp(17px, 2vw, 20px);
  color: var(--muted); max-width: 58ch;
}
.hero-cta { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-note { margin-top: 14px; font-size: 14px; color: var(--muted); }

/* ---------- trust strip (under hero) ---------- */
.trust {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-alt);
}
.trust-inner {
  display: flex; flex-wrap: wrap; gap: 12px 28px;
  align-items: center; justify-content: center;
  padding: 16px 24px; text-align: center;
}
.trust-item { font-size: 14px; color: var(--ink-soft); white-space: nowrap; }
.trust-item strong { color: var(--ink); font-weight: 600; }

/* ---------- confidentiality band ---------- */
.assure {
  display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.assure .card h3 { display: flex; align-items: center; gap: 8px; }

/* ---------- sections ---------- */
.section { padding: 72px 0; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 62ch; margin-bottom: 40px; }
.section-head h2 { font-family: var(--serif); font-size: clamp(26px, 3.4vw, 36px); }
.section-head p { margin-top: 12px; color: var(--muted); font-size: 17px; }

/* ---------- features ---------- */
.grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px;
}
.card h3 { font-size: 17px; margin-bottom: 8px; }
.card p { font-size: 15px; color: var(--muted); }
.card p .pain { color: var(--ink); font-weight: 600; }
.card .icon { font-size: 22px; margin-bottom: 12px; display: block; }

/* ---------- steps ---------- */
.steps { display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); counter-reset: step; }
.step { counter-increment: step; }
.step::before {
  content: counter(step);
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 999px;
  background: var(--ink); color: #fff;
  font-family: var(--serif); font-weight: 700; font-size: 16px;
  margin-bottom: 14px;
}
.step h3 { font-size: 17px; margin-bottom: 6px; }
.step p { font-size: 15px; color: var(--muted); }

/* ---------- pricing ---------- */
.founder-note {
  max-width: 640px; margin: 0 auto 36px; text-align: center;
  background: var(--gold-soft); color: #78350f;
  border: 1px solid #fcd34d; border-radius: 10px;
  padding: 12px 18px; font-size: 14.5px;
}
.founder-note strong { color: #78350f; }

.price-grid {
  display: grid; gap: 24px; align-items: start;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 780px; margin: 0 auto;
}
.price-card {
  position: relative; background: #fff;
  border: 1px solid var(--line); border-radius: 16px; padding: 32px; text-align: center;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}
.price-card-featured { border-color: var(--ink); box-shadow: 0 8px 24px rgba(15, 23, 42, .08); }
.badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: #fff; font-size: 12px; font-weight: 700;
  padding: 5px 12px; border-radius: 999px; white-space: nowrap;
}
.price-was {
  font-size: 14px; color: var(--muted); text-decoration: line-through;
  margin-bottom: 4px;
}
.price-card h3 { font-family: var(--serif); font-size: 24px; }
.price {
  font-family: var(--serif); font-size: 40px; color: var(--ink);
  margin: 14px 0 4px; font-weight: 700;
}
.price small { font-size: 15px; color: var(--muted); font-weight: 400; font-family: var(--sans); }
.price-list { list-style: none; padding: 0; margin: 24px 0; text-align: left; }
.price-list li { padding: 8px 0; font-size: 15px; border-bottom: 1px solid var(--line); }
.price-list li::before { content: "✓"; color: var(--gold); font-weight: 700; margin-right: 10px; }
.price-list li:last-child { border-bottom: 0; }

/* ---------- faq ---------- */
.faq { max-width: 760px; }
.faq details {
  border-bottom: 1px solid var(--line); padding: 18px 0;
}
.faq summary {
  cursor: pointer; font-weight: 600; color: var(--ink); font-size: 16px;
  list-style: none; display: flex; justify-content: space-between; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--muted); font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin-top: 10px; font-size: 15px; color: var(--muted); }

/* ---------- cta band ---------- */
.cta-band { background: var(--ink); color: #fff; padding: 64px 0; text-align: center; }
.cta-band h2 { color: #fff; font-family: var(--serif); font-size: clamp(26px, 3.4vw, 34px); }
.cta-band p { color: #cbd5e1; margin-top: 12px; }
.cta-band .btn-primary { background: #fff; color: var(--ink); margin-top: 26px; }
.cta-band .btn-primary:hover { background: #e2e8f0; }

/* ---------- footer ---------- */
.footer { padding: 40px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.footer p { font-size: 14px; color: var(--muted); }
.footer .spacer { margin-left: auto; }
.footer a { font-size: 14px; color: var(--muted); }
.footer a:hover { color: var(--ink); }

@media (max-width: 640px) {
  .nav a:not(.btn) { display: none; }
  .hero { padding: 56px 0 48px; }
  .section { padding: 56px 0; }
}
