:root {
  --plum-950: #1a0a17;
  --plum-900: #2a0f24;
  --plum-800: #3d1634;
  --plum-700: #57204a;
  --pink-600: #c2185b;
  --pink-500: #f0308c;
  --pink-300: #ff9ccb;
  --pink-100: #ffe6f1;
  --good: #0f7a6b;
  --good-bg: #e3f5f2;
  --warn: #b35c00;
  --warn-bg: #fdead2;
  --bad: #a3261e;
  --bad-bg: #fbe9e8;
  --bg: #fbf6f9;
  --surface: #ffffff;
  --border: #ecdde6;
  --text: #22131e;
  --text-muted: #6d5b67;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans); background: var(--bg); color: var(--text);
  line-height: 1.55; font-size: 15px;
}
a { color: var(--pink-600); }
.site-header {
  background: linear-gradient(180deg, var(--plum-950), var(--plum-900));
  color: #fbeaf3; border-bottom: 3px solid var(--pink-500);
}
.site-header .bar {
  max-width: 1080px; margin: 0 auto; padding: 0.9rem 1.25rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; color: inherit; }
.brand svg { width: 34px; height: 34px; flex: none; }
.brand .words { display: flex; flex-direction: column; }
.brand .name { font-weight: 800; font-size: 1.35rem; letter-spacing: 0.02em; color: #fff; line-height: 1.1; }
.brand .tagline { font-size: 0.68rem; color: var(--pink-300); letter-spacing: 0.03em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; }
.site-header nav a {
  color: #f6d3e5; text-decoration: none; font-size: 0.88rem; font-weight: 600;
  padding: 0.35rem 0; border-bottom: 2px solid transparent;
}
.site-header nav a:hover, .site-header nav a.active { color: #fff; border-bottom-color: var(--pink-500); }
.site-header nav a.nav-cta {
  background: var(--pink-500); color: #fff; padding: 0.4rem 0.95rem; border-radius: 99px;
  border-bottom: none;
}
.site-header nav a.nav-cta:hover { background: var(--pink-600); }
.surface-strip {
  background: var(--plum-800); color: #f6d3e5; font-size: 0.78rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.surface-strip .bar {
  max-width: 1080px; margin: 0 auto; padding: 0.45rem 1.25rem;
  display: flex; gap: 1.5rem; flex-wrap: wrap; font-family: var(--mono);
}
.surface-strip strong { color: #fff; }
main.container { max-width: 1080px; margin: 0 auto; padding: 1.75rem 1.25rem 3rem; }
h1 { font-size: 1.6rem; margin: 0 0 0.9rem; letter-spacing: -0.01em; }
h2 { font-size: 1.2rem; margin-top: 2.6rem; margin-bottom: 0.6rem; padding-bottom: 0.35rem;
     border-bottom: 1px solid var(--border); }
h2 .n { font-family: var(--mono); color: var(--pink-500); font-size: 0.8rem; margin-right: 0.6rem;
        letter-spacing: 0.05em; }
h3 { font-size: 1.02rem; }
code {
  background: var(--pink-100); padding: 0.15rem 0.45rem; border-radius: 4px; font-size: 0.85rem;
  font-family: var(--mono); color: var(--plum-800); word-break: break-all;
}
table { border-collapse: collapse; width: 100%; margin: 0.75rem 0; background: var(--surface); }
th, td { border: 1px solid var(--border); padding: 0.5rem 0.7rem; text-align: left; font-size: 0.88rem; vertical-align: top; }
th { background: #f8ecf2; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--text-muted); }
.muted { color: var(--text-muted); font-size: 0.85rem; }

.hero { padding: 1.5rem 0 1.5rem; }
.hero .kicker { font-family: var(--mono); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--pink-600); margin-bottom: 0.8rem; }
.hero h1 { font-size: clamp(2rem, 5.4vw, 3.2rem); line-height: 1.06; letter-spacing: -0.03em; max-width: 20ch; }
.hero h1 em { font-style: italic; color: var(--pink-600); }
.hero p.lead { color: var(--text-muted); max-width: 42rem; font-size: 1.08rem; }
.actions { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.4rem; align-items: center; }
.btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: 0.95rem;
  padding: 0.7rem 1.3rem; border-radius: 99px; background: var(--pink-500); color: #fff;
  box-shadow: 0 4px 14px rgba(240,48,140,0.28);
}
.btn:hover { background: var(--pink-600); }
.btn.ghost { background: transparent; color: var(--plum-800); border: 1.5px solid var(--plum-700); box-shadow: none; }
.btn.ghost:hover { background: var(--pink-100); }
.btn:focus-visible, a:focus-visible { outline: 3px solid var(--pink-300); outline-offset: 2px; }

.live-strip {
  margin-top: 1.6rem; padding: 0.6rem 1rem; border-radius: 10px; background: var(--plum-900);
  color: #f6d3e5; font-family: var(--mono); font-size: 0.8rem; display: flex; gap: 0.6rem; flex-wrap: wrap;
  align-items: center;
}
.live-strip .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--pink-500);
  box-shadow: 0 0 0 0 rgba(240,48,140,0.7); animation: pulse 2s infinite; }
.live-strip b { color: #fff; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(240,48,140,0); } 100% { box-shadow: 0 0 0 0 rgba(240,48,140,0); } }
@media (prefers-reduced-motion: reduce) { .live-strip .dot { animation: none; } }

.stat-strip {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1rem; margin-top: 1.75rem;
}
.stat-strip > div {
  background: var(--surface); border: 1px solid var(--border); border-radius: 10px;
  padding: 0.9rem 1.1rem; border-top: 3px solid var(--pink-500);
}
.stat-strip .num { font-family: var(--mono); font-weight: 700; font-size: 1.5rem; color: var(--plum-900); }
.stat-strip .label { color: var(--text-muted); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.02em; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
@media (max-width: 800px) { .card-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .card-grid { grid-template-columns: 1fr; } }
.card {
  background: var(--surface); border: 1px solid var(--border); border-radius: 10px;
  padding: 1.1rem 1.25rem;
}
.card h3 { margin: 0 0 0.3rem; font-family: var(--mono); color: var(--plum-900); }
.card p { color: var(--text-muted); font-size: 0.88rem; margin: 0.3rem 0 0; }
.card .kind { display: inline-block; font-size: 0.68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.05em; color: var(--pink-600); margin-bottom: 0.35rem; }
.badge {
  display: inline-block; padding: 0.15rem 0.6rem; border-radius: 99px; font-size: 0.7rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; margin-left: 0.4rem;
}
.badge.live { background: var(--good-bg); color: var(--good); }
.badge.building { background: var(--warn-bg); color: var(--warn); }

.timeline { list-style: none; margin: 1.2rem 0; padding: 0; border-left: 2px solid var(--pink-300); }
.timeline li { position: relative; padding: 0 0 1.3rem 1.5rem; }
.timeline li::before {
  content: ""; position: absolute; left: -7px; top: 0.35rem; width: 12px; height: 12px;
  border-radius: 50%; background: var(--pink-500); border: 2px solid var(--bg);
}
.timeline .t { font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--pink-600); }
.timeline strong { display: block; margin: 0.1rem 0 0.15rem; }
.timeline p { margin: 0; color: var(--text-muted); font-size: 0.9rem; }

.callout {
  margin-top: 2.4rem; padding: 1.5rem 1.6rem; border-radius: 12px;
  background: linear-gradient(135deg, var(--plum-950), var(--plum-700));
  color: #fbeaf3; border: 1px solid var(--plum-700);
}
.callout .kind { color: var(--pink-300); font-size: 0.68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.05em; }
.callout h2 { margin: 0.4rem 0 0.5rem; border-bottom: none; padding-bottom: 0; color: #fff; }
.callout > p { margin: 0.4rem 0 0; color: #f6d3e5; font-size: 0.95rem; max-width: 46rem; }
.callout a:not(.btn) { color: var(--pink-300); font-weight: 600; }
.callout .actions { margin-top: 1.1rem; }

.honest { border-left: 4px solid var(--pink-500); background: var(--surface); padding: 0.9rem 1.2rem;
  border-radius: 0 10px 10px 0; margin-top: 1rem; }
.honest ul { margin: 0.4rem 0 0; padding-left: 1.2rem; color: var(--text-muted); font-size: 0.9rem; }
.honest li { margin-bottom: 0.3rem; }

.pipeline {
  display: flex; flex-wrap: wrap; gap: 0.6rem; align-items: stretch; margin: 1rem 0 1.5rem;
  font-family: var(--mono); font-size: 0.82rem;
}
.pipeline .step {
  background: var(--surface); border: 1px solid var(--border); border-radius: 8px;
  padding: 0.7rem 0.9rem; flex: 1 1 140px; min-width: 140px;
}
.pipeline .step .t { color: var(--pink-600); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.04em; }
.pipeline .arrow { align-self: center; color: var(--pink-500); font-size: 1.1rem; }

.how-it-works ol, .how-it-works ul { padding-left: 1.2rem; color: var(--text-muted); font-size: 0.92rem; }
.how-it-works li { margin-bottom: 0.4rem; }

.site-footer {
  border-top: 1px solid var(--border); margin-top: 3rem; padding: 1.5rem 1.25rem;
  color: var(--text-muted); font-size: 0.8rem;
}
.site-footer .bar { max-width: 1080px; margin: 0 auto; display: flex; justify-content: space-between;
                     flex-wrap: wrap; gap: 0.5rem 2rem; }
.site-footer a { color: var(--text-muted); }

.callout .mail-line { margin-top: 0.9rem; }
