/* Product deck only; BMLV and the other presentations retain their styles. */
.reveal .product-slide {
  box-sizing: border-box;
  width: 100%;
  height: 900px;
  padding: 56px 64px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  background: #f4f7fc;
  color: #101828;
  --product-muted: #475467;
  --product-accent: #1a50bd;
  --product-panel: #ffffff;
  --product-border: #dce4ef;
}
.reveal .product-slide.dark {
  background: #07111f;
  color: #ffffff;
  --product-muted: #b8c6d9;
  --product-accent: #67e8f9;
  --product-panel: #142338;
  --product-border: #2d425c;
}
.product-slide * {
  box-sizing: border-box;
}
.reveal .product-slide h1,
.reveal .product-slide h2,
.reveal .product-slide h3 {
  color: inherit;
  text-transform: none;
  margin: 0;
  font-weight: 800;
  letter-spacing: -1px;
}
.reveal .product-slide h1 {
  font-size: 112px;
  line-height: 1;
}
.reveal .product-slide h2 {
  font-size: 66px;
  line-height: 1.06;
  max-width: 1500px;
}
.reveal .product-slide h3 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.4px;
}
.reveal .product-slide p {
  font-size: 27px;
  line-height: 1.4;
  margin: 18px 0 0;
  color: var(--product-muted);
}
.product-slide .eyebrow {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--product-accent);
  margin-bottom: 18px;
}
.product-slide .lede {
  max-width: 1300px;
  font-size: 30px;
}
.product-slide .grid {
  display: grid;
  gap: 26px;
  margin-top: 36px;
}
.product-slide .two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.product-slide .three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.product-slide .four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.product-slide .split {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}
.product-slide .card {
  background: var(--product-panel);
  border: 1px solid var(--product-border);
  border-radius: 24px;
  padding: 30px;
}
.product-slide .card.blue {
  background: #1a50bd;
  color: white;
  --product-muted: #e0ebff;
  --product-accent: #a5f3fc;
  border-color: #1a50bd;
}
.product-slide .card.teal {
  border-top: 6px solid #14b8a6;
}
.product-slide .stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-slide .number {
  font-size: 66px;
  line-height: 1;
  font-weight: 800;
  color: var(--product-accent);
  margin-bottom: 28px;
}
.product-slide .stat {
  font-size: 104px;
  line-height: 1;
  font-weight: 800;
  color: var(--product-accent);
}
.product-slide .pill {
  display: inline-block;
  border: 1px solid var(--product-border);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 20px;
  font-weight: 700;
  color: var(--product-accent);
}
.product-slide .pills {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.product-slide .footer {
  position: absolute;
  bottom: 28px;
  left: 64px;
  right: 64px;
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  color: var(--product-muted);
}
.product-slide .takeaway {
  border-left: 6px solid #14b8a6;
  padding: 18px 26px;
  margin-top: 32px;
  font-size: 30px;
  font-weight: 700;
  background: var(--product-panel);
  border-radius: 0 16px 16px 0;
}
.reveal .product-slide img {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}
.product-slide .image-panel {
  height: 490px;
  border-radius: 24px;
  background: #fff;
  padding: 18px;
  border: 1px solid #dce4ef;
}
.product-slide .image-panel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-slide .caption {
  font-size: 18px;
  margin-top: 12px;
  color: var(--product-muted);
}
.product-slide .logo {
  height: 100px;
  width: auto;
  background: white;
  border-radius: 20px;
  padding: 18px 24px;
}
.product-slide .hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
  height: 710px;
}
.product-slide .hero h1 {
  margin-top: 40px;
}
.product-slide .hero .tagline {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 800;
  color: #b8d4ff;
  margin-top: 24px;
}
.product-slide .hero .card {
  padding: 34px;
}
.product-slide .query {
  padding: 24px 28px;
  border-radius: 18px;
  background: #1a50bd;
  color: white;
  font-size: 32px;
  line-height: 1.35;
}
.product-slide .flow-line {
  padding: 22px 26px;
  border-radius: 18px;
  background: var(--product-panel);
  border: 1px solid var(--product-border);
  font-size: 29px;
  font-weight: 700;
}
.product-slide .flow-line span {
  color: var(--product-accent);
  margin-right: 24px;
}
.reveal .product-slide a {
  color: var(--product-accent);
}
.product-slide .demo-link {
  font-size: 28px;
  margin-top: 24px;
}

.reveal .product-slide.screenshot-slide {
  height: 1080px;
  padding: 0;
  border-radius: 0;
  background: #fff;
}
.reveal .product-slide.screenshot-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
