/* Sirentia presentation theme — navy #1b2a4a + orange #e89618 */
:root {
  --navy: #1b2a4a;
  --orange: #e89618;
  --ink: #17233c;
  --muted: #667085;
}

.reveal {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
}

.reveal .slides section {
  text-align: left;
}

.reveal h1,
.reveal h2 {
  font-family: inherit;
  text-transform: none;
  letter-spacing: -0.01em;
  color: var(--navy);
}

.reveal h1 { font-size: 1.7em; }
.reveal h2 { font-size: 1.35em; margin-bottom: 0.7em; }
.reveal h2.dark { color: var(--navy); }

.reveal ul,
.reveal ol {
  font-size: 0.72em;
  line-height: 1.9;
}

.reveal li { margin-bottom: 0.25em; }

.eyebrow {
  color: var(--orange);
  font-size: 0.32em;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin-bottom: 1.2em;
}

.eyebrow.dark { color: #b06f0a; }

/* Cover slides */
.cover { text-align: center !important; }
.cover h1 { color: #fff; }
.cover-logo {
  width: 74px;
  border-radius: 16px;
  margin-bottom: 18px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}

/* Photo covers */
.photo-bg .photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(27, 42, 74, 0.88), rgba(27, 42, 74, 0.62));
}
.photo-bg .cover-content { position: relative; z-index: 1; }
.photo-bg .eyebrow { color: var(--orange); }
.photo-bg .subtitle { color: #e6eaf3; }
.photo-bg .date { color: #b7c0d6; }

/* Photos in content slides */
.wide-photo {
  display: block;
  width: 100%;
  height: 165px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 14px;
  box-shadow: 0 8px 28px rgba(23, 35, 60, 0.18);
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: center;
}

.side-photo {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(23, 35, 60, 0.18);
}

/* Product walkthrough slides */
.usage-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: center; }
.usage-layout.reverse { grid-template-columns: 1.18fr .82fr; }
.usage-copy ol { margin: 0; padding-left: 1.25em; font-size: .48em; line-height: 1.65; }
.usage-copy li { margin-bottom: .55em; }
.usage-copy strong { color: var(--navy); }
.usage-screen { display: block; width: 100%; max-height: 490px; object-fit: contain; object-position: top center; border: 1px solid #dfe4ea; border-radius: 8px; background: #f4f6f8; box-shadow: 0 10px 28px rgba(23, 35, 60, .15); }
.usage-screen.login-screen { max-height: 500px; object-position: center; }
.subtitle { color: #cbd3e1; font-size: 0.5em; margin-top: 1.1em; }
.subtitle strong { color: var(--orange); }
.date { color: #8d99b5; font-size: 0.34em; margin-top: 0.6em; }
.cover .eyebrow { color: var(--orange); }

/* Stat cards */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0.9em 0;
}

.stat {
  background: #f4f6f8;
  border: 1px solid #dfe4ea;
  border-radius: 10px;
  padding: 22px 16px;
  text-align: center;
}

.stat.accent { background: #fff8eb; border-color: #f0d9ae; }

.stat strong {
  display: block;
  font-size: 1.05em;
  color: var(--navy);
}

.stat span {
  display: block;
  margin-top: 8px;
  font-size: 0.3em;
  color: var(--muted);
}

.note {
  margin-top: 1.2em;
  font-size: 0.36em;
  color: var(--muted);
}

/* Opportunity levels */
.levels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0.8em 0;
}

.level {
  border-radius: 10px;
  padding: 20px 16px;
  text-align: center;
}

.level strong { display: block; font-size: 1.2em; }
.level span { display: block; font-size: 0.32em; margin-top: 6px; }
.level em { display: block; font-size: 0.3em; font-style: normal; margin-top: 4px; opacity: 0.75; }

.level.a { background: #dff5ea; color: #086442; }
.level.b { background: #fff0d2; color: #875808; }
.level.c { background: #edf0f3; color: #536070; }

/* Scoring method slide */
.score-breakdown { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0.75em 0 1em; }
.score-breakdown > div { min-height: 105px; padding: 14px 10px; border: 1px solid #dfe4ea; border-top: 4px solid var(--orange); border-radius: 8px; background: #fff8eb; text-align: center; }
.score-breakdown strong { display: block; color: var(--navy); font-size: 0.9em; }
.score-breakdown span { display: block; margin-top: 7px; color: var(--muted); font-size: 0.27em; line-height: 1.35; }
.score-thresholds { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; padding: 10px 13px; border-radius: 7px; background: var(--navy); color: #e6eaf3; font-size: 0.3em; }
.score-thresholds strong { color: var(--orange); font-size: 1.25em; }

/* Map dots */
.dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  vertical-align: -2px;
  margin: 0 3px;
}
.dot.green { background: #0f8a5f; }
.dot.orange { background: #e89618; }
.dot.grey { background: #65748b; }

/* Two columns */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.two-col ul { margin: 0; }

/* Pipeline */
.pipeline-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0.9em 0;
}

.pipeline-flow span {
  background: #faf7f1;
  border-left: 3px solid var(--orange);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 0.38em;
  color: #5d513e;
}

.pipeline-flow span.won {
  background: #dff5ea;
  border-left-color: #16845b;
  color: #086442;
}

/* Roadmap */
.roadmap { line-height: 2; }
.roadmap strong { color: var(--navy); }

/* Slide number + progress in brand colors */
.reveal .slide-number { font-size: 14px; }
.reveal .progress { color: var(--orange); }

/* ===== Mobile deck (disableLayout mode, <= 720px) ===== */
html.mobile-deck,
html.mobile-deck body { overflow: auto; }

.mobile-deck .reveal {
  font-size: 17px;
  overflow: visible;
}

.mobile-deck .reveal .slides {
  position: static;
  width: 100% !important;
  height: auto !important;
  inset: auto !important;
  transform: none !important;
  overflow: visible;
  zoom: 1 !important;
}

.mobile-deck .reveal .slides > section {
  position: relative !important;
  display: none;
  width: 100% !important;
  height: auto !important;
  min-height: 100svh;
  padding: 58px 22px 80px;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible;
  background: #fff;
}

.mobile-deck .reveal .slides > section.present { display: flex; flex-direction: column; justify-content: center; }

.mobile-deck .reveal h1 { font-size: 1.5em; }
.mobile-deck .reveal h2 { font-size: 1.25em; }

.mobile-deck .reveal ul,
.mobile-deck .reveal ol {
  font-size: 0.95em;
  line-height: 1.75;
  width: 100%;
}

.mobile-deck .eyebrow { font-size: 0.6em; }
.mobile-deck .note { font-size: 0.75em; line-height: 1.55; }

.mobile-deck .stat-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.mobile-deck .stat { padding: 16px 10px; }
.mobile-deck .stat strong { font-size: 1.15em; }
.mobile-deck .stat span { font-size: 0.62em; }

.mobile-deck .levels { grid-template-columns: 1fr; gap: 10px; }
.mobile-deck .level { padding: 14px; }

.mobile-deck .two-col,
.mobile-deck .split {
  grid-template-columns: 1fr;
  gap: 18px;
}

.mobile-deck .split .side-photo,
.mobile-deck .wide-photo { height: 190px; }

.mobile-deck .pipeline-flow span { font-size: 0.78em; padding: 8px 12px; }

.mobile-deck .cover { text-align: center !important; }
.mobile-deck .cover-logo { width: 60px; }
.mobile-deck .subtitle { font-size: 0.85em; line-height: 1.5; }
.mobile-deck .date { font-size: 0.7em; }

/* Keep controls tappable but out of the way */
.mobile-deck .reveal .controls { bottom: 10px; right: 10px; }
.mobile-deck .reveal .slide-number { font-size: 16px; right: 12px; }
