/* The marketing design system, for the pages that are not the home page.
 *
 * The three landing documents keep their styles inline: they are the page
 * that has to paint on the first packet, and they are hand-tuned. The
 * comparison pages are six documents that must look identical to each
 * other, so they share one sheet — cached once, and a change lands on all
 * six at the same time.
 *
 * Served at /lp/style.css by landing.js. */

:root {
  --bg: #0a0e0c; --bg2: #0e1411; --bg3: #131a16; --panel: #101713;
  --border: #1f2b24; --text: #e8f2ec; --muted: #93a89c;
  --accent: #00e68a; --accent-h: #38ffae; --accent-text: #04170e;
  --amber: #f0c040;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, sans-serif;
  line-height: 1.6; -webkit-font-smoothing: antialiased;
}
.px { font-family: 'Silkscreen', monospace; }
a { color: var(--accent); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

.px-card {
  background: var(--bg3); border: 1px solid var(--border);
  clip-path: polygon(0 8px, 8px 8px, 8px 0, calc(100% - 8px) 0, calc(100% - 8px) 8px, 100% 8px,
    100% calc(100% - 8px), calc(100% - 8px) calc(100% - 8px), calc(100% - 8px) 100%,
    8px 100%, 8px calc(100% - 8px), 0 calc(100% - 8px));
}
.btn {
  display: inline-block; padding: 13px 26px; font-weight: 700; font-size: 15px;
  background: var(--accent); color: var(--accent-text); border: none; cursor: pointer;
  box-shadow: 4px 4px 0 rgba(0, 230, 138, 0.25);
  clip-path: polygon(0 6px, 6px 6px, 6px 0, calc(100% - 6px) 0, calc(100% - 6px) 6px, 100% 6px,
    100% calc(100% - 6px), calc(100% - 6px) calc(100% - 6px), calc(100% - 6px) 100%,
    6px 100%, 6px calc(100% - 6px), 0 calc(100% - 6px));
  transition: transform 0.06s, background 0.12s;
}
.btn:hover { background: var(--accent-h); transform: translate(-1px, -1px); }
.btn.ghost {
  background: var(--bg3); color: var(--text); border: 1px solid var(--border);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.35);
}
.btn.ghost:hover { background: #1a231e; }

/* header */
header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10, 14, 12, 0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; gap: 22px; height: 62px; }
.logo { display: flex; align-items: center; gap: 9px; color: var(--text); font-size: 19px; font-weight: 700; }
.logo b { color: var(--accent); font-weight: 700; }
.beta {
  font-size: 10px; letter-spacing: 1px; color: var(--accent);
  border: 1px solid var(--accent); border-radius: 20px; padding: 2px 9px;
}
.nav .links { display: flex; gap: 18px; margin-left: auto; }
.nav .links a { color: var(--muted); font-size: 14px; }
.nav .links a:hover { color: var(--text); }
.nav .btn { padding: 9px 18px; font-size: 13.5px; }
.nav .links .lang {
  display: flex; gap: 10px; align-items: center;
  padding-left: 16px; border-left: 1px solid var(--border);
}
.nav .links .lang a { font-size: 11px; letter-spacing: 1px; }
.nav .links .lang a.on { color: var(--accent); }
@media (max-width: 760px) { .nav .links a:not(.keep), .nav .links .lang { display: none; } }

.ribbon {
  background: var(--accent); color: var(--accent-text); text-align: center;
  font-size: 13px; font-weight: 700; padding: 7px 14px;
}

/* hero */
.hero {
  position: relative; padding: 64px 0 40px; overflow: hidden;
  background:
    repeating-linear-gradient(0deg, transparent 0 46px, rgba(0, 230, 138, 0.045) 46px 48px),
    repeating-linear-gradient(90deg, transparent 0 46px, rgba(0, 230, 138, 0.045) 46px 48px),
    radial-gradient(ellipse at 50% -10%, #12241a 0%, var(--bg) 62%);
}
.hero .eyebrow {
  font-size: 12px; letter-spacing: 2px; color: var(--accent); text-transform: uppercase;
  display: block; text-align: center; margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(28px, 4.8vw, 46px); line-height: 1.16; text-align: center;
  max-width: 880px; margin: 0 auto 18px; letter-spacing: -0.5px;
}
.hero h1 em { font-style: normal; color: var(--accent); }
.hero .sub {
  color: var(--muted); font-size: clamp(15px, 2vw, 18px); text-align: center;
  max-width: 660px; margin: 0 auto 30px;
}
.hero .ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 14px; }
.hero .note { text-align: center; color: var(--muted); font-size: 12.5px; margin-bottom: 44px; }
.shot {
  border: 1px solid var(--border); background: var(--bg2);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(0, 230, 138, 0.08);
  clip-path: polygon(0 10px, 10px 10px, 10px 0, calc(100% - 10px) 0, calc(100% - 10px) 10px, 100% 10px,
    100% calc(100% - 10px), calc(100% - 10px) calc(100% - 10px), calc(100% - 10px) 100%,
    10px 100%, 10px calc(100% - 10px), 0 calc(100% - 10px));
}
.shot .bar { display: flex; gap: 6px; padding: 10px 12px; border-bottom: 1px solid var(--border); }
.shot .bar i { width: 10px; height: 10px; border-radius: 50%; background: #22302a; }
.shot .bar i:first-child { background: var(--accent); opacity: 0.7; }

section { padding: 72px 0; }
.eyebrow2 {
  font-size: 11px; letter-spacing: 2px; color: var(--accent); text-transform: uppercase;
  display: block; margin-bottom: 12px;
}
h2 { font-size: clamp(24px, 3.6vw, 34px); line-height: 1.2; margin-bottom: 14px; letter-spacing: -0.3px; }
.lead { color: var(--muted); max-width: 660px; margin-bottom: 40px; font-size: 16px; }

/* the reasons someone is shopping around */
.needs { border-top: 1px solid var(--border); background: var(--bg2); }
.needs .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.needs .grid strong { display: block; font-size: 17px; margin-bottom: 6px; }
.needs .grid p { color: var(--muted); font-size: 14.5px; }
.needs .n { color: var(--accent); font-size: 13px; display: block; margin-bottom: 8px; }

/* the checklist table */
.cmp-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.cmp {
  width: 100%; min-width: 560px; border-collapse: collapse;
  border: 1px solid var(--border); background: var(--bg3);
}
table.cmp th, table.cmp td {
  text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--border);
  font-size: 14.5px; vertical-align: top;
}
table.cmp thead th {
  background: var(--bg2); font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--muted); font-weight: 700;
}
table.cmp thead th:last-child { color: var(--accent); }
table.cmp tbody tr:last-child th, table.cmp tbody tr:last-child td { border-bottom: none; }
table.cmp tbody th { font-weight: 600; width: 38%; }
table.cmp tbody td { color: var(--muted); }
table.cmp tbody td b { color: var(--text); font-weight: 600; }
.cmp-note { color: var(--muted); font-size: 12.5px; margin-top: 16px; max-width: 660px; }

/* features */
.features .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
.feature { padding: 22px; }
.feature h3 { font-size: 16px; margin-bottom: 7px; display: flex; align-items: center; gap: 9px; }
.feature h3 .dot { width: 9px; height: 9px; background: var(--accent); flex-shrink: 0; }
.feature p { color: var(--muted); font-size: 14px; }

/* plans, in the short form these pages need */
.plans { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.promo-note {
  display: inline-block; background: rgba(0, 230, 138, 0.1); border: 1px solid var(--accent);
  color: var(--accent); font-weight: 700; font-size: 13.5px; padding: 8px 14px; margin-bottom: 26px;
}
.plan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 14px; align-items: stretch; }
.plan { padding: 22px 20px; display: flex; flex-direction: column; gap: 8px; }
.plan .name { font-size: 15px; }
.plan .seats { color: var(--muted); font-size: 13px; }
.plan .price { display: flex; align-items: baseline; gap: 7px; margin: 8px 0 2px; }
.plan .price s { color: var(--muted); font-size: 14px; }
.plan .price b { font-size: 28px; color: var(--accent); letter-spacing: -1px; }
.plan .price span { color: var(--muted); font-size: 12.5px; }
.plan .after { color: var(--muted); font-size: 11.5px; min-height: 16px; }
.plan .btn { margin-top: auto; text-align: center; font-size: 13.5px; padding: 11px 14px; }
.plan.free { border-color: #2c3c33; }
.trial-note { color: var(--muted); font-size: 12.5px; margin-top: 18px; max-width: 660px; }
/* The live free-space counter, driven by /lp/app.js — the same markup and
   the same ids as the home page, so a page that offers the free plan never
   offers one the beta has already run out of. */
.free-meter { margin: 6px 0 2px; }
.free-meter .cells { display: flex; gap: 3px; margin-bottom: 6px; }
.free-meter .cells i { height: 10px; flex: 1; background: #22302a; }
.free-meter .cells i.on { background: var(--accent); }
.free-meter small { color: var(--muted); font-size: 11.5px; }
.soldout-tag {
  display: none; background: var(--amber); color: #241c04; font-weight: 700;
  font-size: 11px; letter-spacing: 1px; padding: 4px 9px; width: fit-content;
}
.soldout-note { display: none; color: var(--muted); font-size: 12.5px; }
.plan.is-soldout .soldout-tag, .plan.is-soldout .soldout-note { display: block; }

/* faq */
.faq details { border: 1px solid var(--border); background: var(--bg3); margin-bottom: 10px; padding: 0 20px; }
.faq summary {
  cursor: pointer; padding: 16px 0; font-weight: 600; font-size: 15px; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--accent); font-size: 20px; font-family: 'Silkscreen', monospace; }
.faq details[open] summary::after { content: '-'; }
.faq details p { color: var(--muted); font-size: 14.5px; padding-bottom: 18px; }

/* final cta + footer */
.final { text-align: center; }
.final h2 { margin-bottom: 10px; }
.final p { color: var(--muted); margin-bottom: 26px; }
footer { border-top: 1px solid var(--border); padding: 30px 0 40px; }
footer .row { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; }
footer, footer a { color: var(--muted); font-size: 13px; }
footer a:hover { color: var(--text); }
/* the trademark line: legally the most important text on the page, so it
   stays readable instead of being hidden in the fine print */
.disclaimer {
  border-top: 1px solid var(--border); margin-top: 22px; padding-top: 18px;
  color: var(--muted); font-size: 12px; max-width: 780px;
}
