@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../assets/fonts/vazirmatn-arabic-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+08A0-08FF, U+200C, U+200D, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../assets/fonts/vazirmatn-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+1E00-1E9F, U+1EF2-1EFF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../assets/fonts/vazirmatn-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193;
}

:root {
  --ink: #041129;
  --muted: rgba(4, 17, 41, 0.72);
  --paper: #eef3fb;
  --paper-2: #e4ecf8;
  --grid: rgba(4, 17, 41, 0.08);

  --accent: #078caa;
  --accent-2: #1dbf8f;
  --accent-3: #f59b22;

  --danger: #d1242f;
  --ok: #12a877;

  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: rgba(255, 255, 255, 0.93);
  --border: rgba(4, 17, 41, 0.12);
  --shadow: 0 30px 80px rgba(4, 17, 41, 0.22);
  --radius: 30px;

  --r-main-font: "Vazirmatn", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Tahoma, sans-serif;
  --r-heading-font: "Vazirmatn", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Tahoma, sans-serif;
  --r-main-color: var(--ink);
  --r-background-color: var(--paper);
  --r-link-color: var(--accent);
  --r-link-color-hover: #0aa5c6;
  --r-heading-text-transform: none;
  --r-heading-letter-spacing: -0.012em;
  --r-selection-background-color: rgba(7, 140, 170, 0.24);
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(1300px 900px at 84% 10%, rgba(7, 140, 170, 0.2), transparent 57%),
    radial-gradient(1000px 900px at 16% 88%, rgba(245, 155, 34, 0.16), transparent 62%),
    linear-gradient(180deg, #f5f8ff 0%, var(--paper) 62%, var(--paper-2) 100%);
  color: var(--ink);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, var(--grid) 1px, transparent 1px),
    linear-gradient(to bottom, var(--grid) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.72;
  mask-image: radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0.92), transparent 72%);
}

.reveal {
  font-family: var(--r-main-font);
}

.reveal-viewport {
  background: transparent;
}

.reveal .slides {
  text-align: right;
}

.reveal a {
  text-decoration: none;
}

.reveal ::selection {
  background: var(--r-selection-background-color);
}

.reveal .slides section .fragment {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  filter: blur(4px);
  transition:
    opacity 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal .slides section .fragment.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: none;
}

.vpl-slide {
  --accent: #078caa;
  --accent-2: #1dbf8f;
  --accent-3: #f59b22;
  position: relative;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(920px 650px at 80% 14%, color-mix(in srgb, var(--accent) 20%, transparent), transparent 60%),
    radial-gradient(760px 560px at 16% 82%, color-mix(in srgb, var(--accent-2) 18%, transparent), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.2));
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(4, 17, 41, 0.1);
}

.vpl-slide[data-scheme="risk"] {
  --accent: #c71f43;
  --accent-2: #f59b22;
  --accent-3: #ff6f59;
}

.vpl-slide[data-scheme="dash"] {
  --accent: #0772a8;
  --accent-2: #07a0c3;
  --accent-3: #2ab06f;
}

.vpl-slide[data-scheme="roles"] {
  --accent: #096f7f;
  --accent-2: #00a67e;
  --accent-3: #f4a51d;
}

.vpl-slide[data-scheme="map"] {
  --accent: #1368b3;
  --accent-2: #02a7b5;
  --accent-3: #19be8d;
}

.vpl-slide[data-scheme="mgmt"] {
  --accent: #0a5ea8;
  --accent-2: #00a1b2;
  --accent-3: #f2b235;
}

.vpl-slide[data-scheme="vendor"] {
  --accent: #0a8378;
  --accent-2: #0eaf7a;
  --accent-3: #f1963a;
}

.vpl-slide[data-scheme="ops"] {
  --accent: #0d7995;
  --accent-2: #0a9a8d;
  --accent-3: #f3b222;
}

.vpl-slide[data-scheme="flow"] {
  --accent: #0e80bf;
  --accent-2: #13a57f;
  --accent-3: #f59b22;
}

.vpl-slide[data-scheme="inv"] {
  --accent: #066f9b;
  --accent-2: #1aa469;
  --accent-3: #d4472f;
}

.vpl-slide[data-scheme="analytics"] {
  --accent: #0b6ba1;
  --accent-2: #1f9db8;
  --accent-3: #15b67f;
}

.vpl-slide[data-scheme="ai"] {
  --accent: #0f7d89;
  --accent-2: #3ea46a;
  --accent-3: #ef9b1f;
}

.vpl-slide[data-scheme="kpi"] {
  --accent: #066eaf;
  --accent-2: #10a986;
  --accent-3: #f58d2a;
}

.vpl-slide[data-scheme="data"] {
  --accent: #0e78a8;
  --accent-2: #0fa48b;
  --accent-3: #ff8f45;
}

.vpl-slide[data-scheme="int"] {
  --accent: #0c67b4;
  --accent-2: #0bb0a0;
  --accent-3: #3fb66f;
}

.vpl-slide[data-scheme="sec"] {
  --accent: #0f5ca0;
  --accent-2: #0e8e8f;
  --accent-3: #f59b22;
}

.vpl-slide[data-scheme="tech"] {
  --accent: #165fc1;
  --accent-2: #0f96b0;
  --accent-3: #2bbf88;
}

.vpl-slide[data-scheme="arch"] {
  --accent: #1469ae;
  --accent-2: #17a085;
  --accent-3: #f2ab31;
}

.vpl-slide[data-scheme="infra"] {
  --accent: #1a62a8;
  --accent-2: #0e9a90;
  --accent-3: #f39e2d;
}

.vpl-slide[data-scheme="gov"] {
  --accent: #0e70a5;
  --accent-2: #12a07f;
  --accent-3: #f39a21;
}

.vpl-slide[data-scheme="std"] {
  --accent: #0d5ea5;
  --accent-2: #0f9a9f;
  --accent-3: #25b787;
}

.vpl-slide[data-scheme="demo"] {
  --accent: #0869af;
  --accent-2: #06a5a9;
  --accent-3: #f4a232;
}

.vpl-slide::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(14px 14px at 24% 28%, rgba(4, 17, 41, 0.15), transparent 56%),
    radial-gradient(12px 12px at 72% 62%, rgba(4, 17, 41, 0.12), transparent 56%),
    radial-gradient(9px 9px at 85% 26%, rgba(4, 17, 41, 0.1), transparent 56%);
  opacity: 0.52;
  pointer-events: none;
}

.slide-surface {
  position: absolute;
  inset: 16px;
  border-radius: calc(var(--radius) - 10px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(4, 17, 41, 0.11);
  box-shadow:
    0 18px 44px rgba(4, 17, 41, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 62px 70px 110px;
  box-sizing: border-box;
  isolation: isolate;
}

.watermark {
  position: absolute;
  inset-block-start: -102px;
  inset-inline-start: -102px;
  width: 472px;
  height: 472px;
  opacity: 0.1;
  color: var(--accent);
  transform: rotate(8deg);
  pointer-events: none;
  z-index: 0;
}

.slide-surface > :not(.watermark) {
  position: relative;
  z-index: 1;
}

.slide-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: 42px;
  height: 42px;
}

.brand__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.brand__name {
  font-weight: 860;
  font-size: 22px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand__meta {
  font-size: 15px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.client {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 15px;
}

.client img {
  width: 36px;
  height: 36px;
  opacity: 0.95;
}

.tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 12px;
  background: color-mix(in srgb, var(--accent) 10%, white);
  border: 1px solid color-mix(in srgb, var(--accent) 30%, white);
  color: color-mix(in srgb, var(--ink) 82%, var(--accent));
  font-size: 13px;
  font-weight: 820;
}

.slide-body {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  gap: 44px;
  min-height: 0;
}

.slide-text {
  flex: 1 1 62%;
  min-width: 0;
}

.slide-visual {
  flex: 0 0 36%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-visual .ill {
  width: 100%;
  max-width: 520px;
  height: auto;
  filter: drop-shadow(0 16px 28px rgba(4, 17, 41, 0.11));
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 8px 12px;
  background: color-mix(in srgb, var(--accent) 10%, white);
  border: 1px solid color-mix(in srgb, var(--accent) 26%, white);
  color: color-mix(in srgb, var(--ink) 84%, var(--accent));
  font-weight: 790;
  font-size: 15px;
}

.kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), var(--accent));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 14%, white);
}

.slide-text h1 {
  margin: 18px 0 0;
  font-size: 61px;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.slide-text h2 {
  margin: 18px 0 0;
  font-size: 43px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.subtitle {
  margin-top: 14px;
  font-size: 22px;
  line-height: 1.72;
  color: var(--muted);
}

.bullets {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.bullets li {
  position: relative;
  margin: 10px 0;
  padding-right: 22px;
  font-size: 21px;
  line-height: 1.74;
  color: rgba(4, 17, 41, 0.88);
}

.bullets li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), var(--accent));
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent) 14%, white);
}

.bullets.two-col {
  columns: 2;
  column-gap: 20px;
}

.bullets.two-col li {
  break-inside: avoid;
}

.subgrid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.card {
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(4, 17, 41, 0.1);
  padding: 13px 15px;
  box-shadow: 0 8px 22px rgba(4, 17, 41, 0.06);
}

.card__label {
  font-size: 14px;
  color: rgba(4, 17, 41, 0.63);
  letter-spacing: 0.01em;
}

.card__value {
  margin-top: 5px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.card__value small {
  font-size: 15px;
  font-weight: 760;
  color: rgba(4, 17, 41, 0.64);
}

.danger {
  color: var(--danger);
}

.callouts {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.callout {
  border-radius: 17px;
  border: 1px solid rgba(4, 17, 41, 0.1);
  background: rgba(255, 255, 255, 0.74);
  padding: 15px 16px;
}

.callout h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}

.callout p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.72;
  color: rgba(4, 17, 41, 0.75);
}

.chips {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.chip {
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 820;
  border: 1px solid rgba(4, 17, 41, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(4, 17, 41, 0.82);
}

.chip--accent {
  border-color: color-mix(in srgb, var(--accent) 32%, white);
  background: color-mix(in srgb, var(--accent) 11%, white);
}

.note {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px dashed rgba(4, 17, 41, 0.22);
  background: rgba(255, 255, 255, 0.68);
  color: rgba(4, 17, 41, 0.74);
  font-size: 15px;
  line-height: 1.74;
}

.steps {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.step {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(4, 17, 41, 0.1);
}

.step__num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  flex: 0 0 auto;
}

.step__text {
  font-size: 15px;
  font-weight: 700;
  color: rgba(4, 17, 41, 0.84);
}

.btnrow {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 13px;
  padding: 11px 14px;
  border: 1px solid rgba(4, 17, 41, 0.12);
  background: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 860;
  color: rgba(4, 17, 41, 0.86);
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(4, 17, 41, 0.1);
  background: rgba(255, 255, 255, 0.92);
}

.btn--primary {
  border-color: color-mix(in srgb, var(--accent) 32%, white);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--accent) 16%, white),
    color-mix(in srgb, var(--accent) 8%, white)
  );
}

.btn--danger {
  border-color: rgba(209, 36, 47, 0.34);
  background: linear-gradient(180deg, rgba(209, 36, 47, 0.14), rgba(209, 36, 47, 0.06));
}

.slide-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(4, 17, 41, 0.58);
  font-size: 13px;
}

.slide-footer a {
  color: rgba(4, 17, 41, 0.78);
  font-weight: 860;
}

.slide-footer a:hover {
  color: var(--accent);
}

.muted {
  color: rgba(4, 17, 41, 0.6);
}

.deck-timeline {
  position: fixed;
  inset-inline: 18px;
  bottom: 12px;
  z-index: 30;
  height: 54px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(4, 17, 41, 0.12);
  box-shadow: 0 16px 32px rgba(4, 17, 41, 0.14);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  padding: 10px 13px;
  gap: 12px;
  direction: rtl;
}

.deck-timeline__label {
  font-weight: 900;
  font-size: 13px;
  color: rgba(4, 17, 41, 0.72);
  white-space: nowrap;
}

.deck-timeline__track {
  position: relative;
  flex: 1 1 auto;
  height: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.deck-timeline__line {
  position: absolute;
  inset-inline: 6px;
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  background: rgba(4, 17, 41, 0.1);
  border-radius: 999px;
  overflow: hidden;
}

.deck-timeline__line::after {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: calc(var(--progress, 0) * 100%);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3));
}

.deck-timeline__dots {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding-inline: 6px;
}

.deck-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(4, 17, 41, 0.24);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 14px rgba(4, 17, 41, 0.08);
  cursor: pointer;
  padding: 0;
  position: relative;
}

.deck-dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: rgba(4, 17, 41, 0.1);
  transform: scale(0.6);
  transition: transform 160ms ease, background 160ms ease;
}

.deck-dot:hover::after {
  transform: scale(0.88);
  background: rgba(4, 17, 41, 0.18);
}

.deck-dot.is-active {
  border-color: color-mix(in srgb, var(--accent) 58%, white);
}

.deck-dot.is-active::after {
  transform: scale(1);
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95), var(--accent));
}

.deck-dot.is-done {
  border-color: color-mix(in srgb, var(--accent-2) 46%, white);
  background: color-mix(in srgb, var(--accent-2) 9%, white);
}

.deck-dot[data-title]::before {
  content: attr(data-title);
  position: absolute;
  bottom: 160%;
  right: 50%;
  transform: translateX(50%);
  border-radius: 12px;
  padding: 7px 10px;
  background: rgba(4, 17, 41, 0.9);
  color: rgba(255, 255, 255, 0.93);
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.deck-dot:hover::before {
  opacity: 1;
  transform: translateX(50%) translateY(-2px);
}

.deck-timeline__hint {
  font-size: 12px;
  color: rgba(4, 17, 41, 0.58);
  white-space: nowrap;
}

.embed-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(4, 17, 41, 0.56);
  backdrop-filter: blur(6px);
}

.embed-modal.is-open {
  display: flex;
}

.embed-modal__panel {
  width: min(1280px, 96vw);
  height: min(760px, 86vh);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
}

.embed-modal__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid rgba(4, 17, 41, 0.1);
  background:
    radial-gradient(700px 220px at 90% 20%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84));
}

.embed-modal__title {
  font-weight: 900;
  font-size: 14px;
  color: rgba(4, 17, 41, 0.82);
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.embed-modal__title code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 10px;
  background: rgba(4, 17, 41, 0.06);
  color: rgba(4, 17, 41, 0.74);
  direction: ltr;
}

.embed-modal__actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.embed-modal__hint {
  padding: 10px 12px;
  font-size: 12px;
  color: rgba(4, 17, 41, 0.68);
  border-bottom: 1px solid rgba(4, 17, 41, 0.08);
}

.embed-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

@media (max-width: 1280px) {
  .slide-surface {
    padding: 54px 50px 108px;
  }

  .slide-text h1 {
    font-size: 52px;
  }

  .slide-text h2 {
    font-size: 38px;
  }

  .bullets li {
    font-size: 19px;
  }

  .subtitle {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  .slide-surface {
    inset: 10px;
    padding: 44px 34px 128px;
  }

  .watermark {
    width: 360px;
    height: 360px;
    inset-block-start: -78px;
    inset-inline-start: -78px;
  }

  .slide-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .slide-body {
    flex-direction: column;
    gap: 20px;
  }

  .slide-text h1 {
    font-size: 44px;
  }

  .slide-text h2 {
    font-size: 32px;
  }

  .subtitle {
    font-size: 18px;
  }

  .bullets li {
    font-size: 17px;
  }

  .bullets.two-col {
    columns: 1;
  }

  .subgrid,
  .callouts,
  .steps {
    grid-template-columns: 1fr;
  }

  .slide-footer {
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .deck-timeline__hint {
    display: none;
  }
}

@media (max-width: 640px) {
  .slide-surface {
    padding: 34px 20px 126px;
  }

  .brand__name {
    font-size: 18px;
  }

  .brand__meta {
    font-size: 13px;
  }

  .kicker {
    font-size: 13px;
  }

  .slide-text h1 {
    font-size: 36px;
  }

  .slide-text h2 {
    font-size: 27px;
  }

  .subtitle {
    font-size: 16px;
  }

  .btn {
    width: 100%;
  }

  .deck-timeline {
    inset-inline: 8px;
    height: 50px;
    padding: 8px 9px;
    gap: 8px;
  }

  .deck-timeline__label {
    font-size: 11px;
    max-width: 43%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .deck-dot {
    width: 11px;
    height: 11px;
  }

  .embed-modal {
    padding: 8px;
  }

  .embed-modal__panel {
    width: 100%;
    height: 100%;
    border-radius: 14px;
  }

  .embed-modal__title {
    font-size: 12px;
  }

  .embed-modal__title code {
    font-size: 10px;
  }
}

