@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@700&family=Inter:wght@400;600&display=swap');

/* ── Base ───────────────────────────────────────────────────────── */
.reveal {
  color: #202020;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.reveal h1,
.reveal h2 {
  font-family: "Crimson Pro", Georgia, serif;
  color: #151918;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  word-wrap: break-word;
  line-height: 1.15;
  border-bottom: 1px solid #d6d4cc;
  padding-bottom: 0.18em;
}

.reveal .slides section h2 {
  font-size: 1.7em;
}

.reveal .slide-background-content {
  background-color: #fbfbf7;
}

.reveal strong {
  color: #27664a;
}

.reveal .product-demo-frame {
  width: 100%;
  height: min(560px, 64vh);
  border: 1px solid #d6d4cc;
  background: #ffffff;
}

/* ── Overflow guard ─────────────────────────────────────────────── */
.reveal .slides section {
  overflow: hidden;
  box-sizing: border-box;
}

.reveal .proof-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72em;
  margin-top: 0.55em;
}

.reveal .proof-card {
  min-height: 260px;
  background: #f2f1eb;
  border: 0;
  padding: 0.75em 0.8em;
  box-shadow: 0 8px 18px rgba(28, 34, 30, 0.06);
}

.reveal .proof-card p {
  margin: 0;
}

.reveal .proof-step {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #181918;
  color: #fbfbf7;
  font-weight: 900;
  font-size: 0.75em;
  margin-bottom: 0.65em;
}

.reveal .proof-title {
  display: block;
  font-family: "Crimson Pro", Georgia, serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.02;
  color: #181918;
  margin-bottom: 0.4em;
}

.reveal .proof-text {
  display: block;
  font-size: 0.68em;
  line-height: 1.35;
  color: #4c4c4c;
}

/* ── Table ──────────────────────────────────────────────────────── */
.reveal table {
  font-size: 0.7em;
  width: 100%;
  border-collapse: collapse;
}

.reveal table th,
.reveal table td {
  padding: 0.35em 0.65em;
  white-space: normal;
  border-bottom: 1px solid #e0e0d8;
}

.reveal table thead tr th {
  background: #f0f0ea;
  font-weight: 700;
  color: #151918;
}

/* ── Lists ──────────────────────────────────────────────────────── */
.reveal li {
  margin-bottom: 0.3em;
  line-height: 1.45;
}

.reveal .slides section.smaller {
  font-size: 0.8em;
}

.reveal .slide-note {
  display: block;
  font-size: 0.46em;
  line-height: 1.25;
  color: #4c4c4c;
  margin: 0.28em 0 0.25em;
}

/* ── Images / SVG containment ───────────────────────────────────── */
.reveal .slides section svg,
.reveal .slides section img {
  max-width: 100%;
}

/* ── Takeaway slide ─────────────────────────────────────────────── */
.reveal .slides section:last-of-type p {
  font-size: 1.05em;
}

.reveal .slides section:last-of-type em {
  color: #27664a;
  font-style: italic;
}
