:root {
  --slide-max-width: 70vw;
}
.reveal .slides{
  height: 100%!important;
}

.reveal .slides section {
  text-align: center;
  padding-bottom: 45px;
  box-sizing: border-box;
}

.reveal h2 {
  font-size: clamp(2.4rem, 7vh, 3.6rem);
}

.reveal h3 {
  font-size: clamp(1.8rem, 5vh, 2.8rem);
}

.reveal h2,
.reveal h3 {
    text-transform: none;
}

.reveal ,
.reveal h1,
.reveal h2,
.reveal h3,
.reveal p {
  color: inherit;
}

.reveal p{
  color: #555555;
}

.hidden {
  display: none;
}

.media-item,
img.media-item,
video.media-item {
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  max-height: 77vh;
  background: #000;
  max-width: 100%;
  margin: 0;
}

.video-stage {
  min-height: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-stack {
  width: min(100%, var(--slide-max-width), calc(77vh * 16 / 9));
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  max-height: 77vh;
  flex: none;
}

.video-stack video,
.video-stack iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  max-width: 100%;
  max-height: 100%;
}
ul{
  margin-top: 50px;
}

ul li{
  font-size: 2.1rem;
  color: #222;
}

blockquote{
  margin-top: 50px;
  font-size: 1.8rem;
  font-style: italic;
}

.slides section{
  color: #222;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}





.intro-logo {
  width: min(60vw, 400px);
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.logo-white {
  filter: brightness(0) invert(1);
}

.logo-footer {
  height: 35px;
  width: auto;
  margin: 0!important;
  position: absolute;
  bottom: 5px;
  font-size: 10px;
}


#question-slide {
  color: #fff;
}

.keyword-swap {
  position: relative;
  display: inline-block;
  padding: 0 0.18em;
  --keyword-highlight: #4fff7594;
  z-index: 0;
}

.keyword-swap::before {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.08em;
  bottom: 0.08em;
  height: 1em;
  border-radius: 0.22em;
  background: var(--keyword-highlight);
  transform: scaleX(0);
  opacity: 0;
  filter: saturate(0.92);
  transform-origin: left center;
  z-index: -1;
}


#without-slide .keyword-swap {
  --keyword-highlight: #ffb7b7;
}

#with-slide .keyword-swap {
  --keyword-highlight: #4fff7594;
}

#without-slide.present .keyword-swap::before,
#with-slide.present .keyword-swap::before {
  opacity: 1;
  transform: scaleX(1) skewX(-4deg);
}

#without-slide[data-auto-animate="running"] .keyword-swap::before,
#with-slide[data-auto-animate="running"] .keyword-swap::before {
  animation: keyword-highlight-draw 560ms cubic-bezier(0.18, 0.8, 0.2, 1) forwards;
}

#without-slide[data-auto-animate="pending"] .video-stack,
#without-slide[data-auto-animate="running"] .video-stack,
#with-slide[data-auto-animate="pending"] .video-stack,
#with-slide[data-auto-animate="running"] .video-stack,
#without-slide[data-auto-animate="pending"] .video-stack video,
#without-slide[data-auto-animate="running"] .video-stack video,
#with-slide[data-auto-animate="pending"] .video-stack video,
#with-slide[data-auto-animate="running"] .video-stack video {
  animation: none !important;
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
}

@keyframes keyword-highlight-draw {
  0% {
    opacity: 0;
    transform: scaleX(0) skewX(0deg);
  }
  65% {
    opacity: 1;
    transform: scaleX(1.03) skewX(-3deg);
  }
  100% {
    opacity: 1;
    transform: scaleX(1) skewX(-4deg);
  }
}

.presenter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 34px;
  width: min(1000px, 95%);
  margin: 32px auto 0;
}

.presenter-grid.single-presenter-grid {
  grid-template-columns: minmax(0, 1fr);
  width: min(520px, 72%);
  gap: 20px;
}

.presenter-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  text-align: left;
}

.single-presenter-slide .presenter-card {
  max-width: 420px;
  margin: 0 auto;
}

.presenter-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f0f2f7;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.single-presenter-slide .presenter-card img {
  aspect-ratio: 1 / 1;
  max-height: 320px;
}

.presenter-card-body {
  padding: 12px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.single-presenter-slide .presenter-card-body {
  padding: 12px 20px 18px;
}

.presenter-card-name {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 600;
}

.single-presenter-slide .presenter-card-name {
  font-size: 1.6rem;
}

.presenter-card-title {
  margin: 0;
  color: #52607a;
  font-size: 1.4rem;
}

.single-presenter-slide .presenter-card-title {
  font-size: 1.1rem;
}

.products{
  display: flex;
  gap: 20px;
}

.products .product{
  flex: 1;
}

.products .product img{
  height: 180px;
  margin: 0 auto;
}

.img-cover{
  object-fit: cover;
}

.img-contain{
  object-fit: contain;
}

.products .product p{
  font-size: 1.5rem;
  font-weight: 600;
}

#conclusion-slide {
  color: #fff;
}

#outro-slide {
  background: #000;
}

#outro-overlay {
  position: fixed;
  inset: 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  background: #000;
  transition: opacity 120ms linear;
}

#outro-overlay.active {
  opacity: 1;
}

#outro-overlay #outro-video {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  background: #000;
}

#map-layout {
  position: relative;
  aspect-ratio: 1/1.2;
  height: 70vh;
  margin: 0 auto;
  overflow: visible;
}

#nl-map,
#map-video {
  aspect-ratio: 1/1.2;
  height: 70vh;
  margin: 0 auto;
}

#nl-map {
  background: linear-gradient(180deg, #eaf4ff 0%, #f5f9ff 100%);
}

#map-video {
  display: block;
  object-fit: cover;
}

#nl-map,
#nl-map .gm-style,
#nl-map .gm-style > div,
#nl-map .gm-style > div > div {
  transform: translateZ(0);
  backface-visibility: hidden;
}

#nl-map .gm-style-cc,
#nl-map .gmnoscreen,
#nl-map .gm-bundled-control,
#nl-map .gm-fullscreen-control,
#nl-map .gm-svpc {
  display: none !important;
}

.map-status {
  margin-top: 14px;
  font-size: 1.1rem;
  color: #2f3a52;
}

.wave-marker {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid #fff;
  background: #2a76dd;
  box-shadow: 0 6px 14px rgba(17, 48, 103, 0.35);
  opacity: 0;
  transform: translateY(calc(-18px + var(--wave-offset, 0px)));
  animation: wave-drop 520ms cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}

.shoot-marker {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid #fff;
  background: #2a76dd;
  box-shadow: 0 6px 14px rgba(17, 48, 103, 0.35);
  opacity: 0;
  transform: translate3d(var(--shoot-offset-x, 0px), var(--shoot-offset-y, 0px), 0) scale(0.35) rotate(var(--shoot-rotation, 0deg));
  animation: shoot-marker-in 620ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.wave-marker.is-active,
.shoot-marker.is-active {
  z-index: 999999;
  background: #f59f0b;
  border-color: #fff6d8;
  box-shadow: 0 10px 24px rgba(157, 96, 7, 0.45);
  transform: translateY(var(--wave-offset, 0px)) scale(1.42);
  transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

@keyframes wave-drop {
  0% {
    opacity: 0;
    transform: translateY(calc(-18px + var(--wave-offset, 0px)));
  }
  70% {
    opacity: 1;
    transform: translateY(calc(2px + var(--wave-offset, 0px)));
  }
  100% {
    opacity: 1;
    transform: translateY(var(--wave-offset, 0px));
  }
}

@keyframes shoot-marker-in {
  0% {
    opacity: 0;
    transform: translate3d(var(--shoot-offset-x, 0px), var(--shoot-offset-y, 0px), 0) scale(0.35) rotate(var(--shoot-rotation, 0deg));
  }
  68% {
    opacity: 1;
    transform: translate3d(-1px, 2px, 0) scale(1.12) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}

.qr-code {
  width: min(50vw, 240px);
}



















#presentation-actions {
  position: absolute;
  bottom: .4em;
  left: .5em;
  z-index: 10;
  display: flex;
  gap: 12px;
}

#presentation-actions.hidden {
  display: none;
}

.presentation-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 0;
  color: #e6e6e6;
  font-size: 1.9rem;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  background: none;
  transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease, opacity 140ms ease;
}

.presentation-action-btn:hover {
  /* transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(20, 48, 94, 0.24);
  background: #fff; */
  transform: scale(1.1);
}

.presentation-action-btn:focus-visible {
  outline: 2px solid #2a76dd;
  outline-offset: 2px;
}

.presentation-action-btn:disabled {
  cursor: default;
  opacity: 0.45;
  box-shadow: 0 8px 18px rgba(20, 48, 94, 0.12);
}

@media (max-width: 980px) {
  #map-layout {
    width: min(92vw, 640px);
  }

  #nl-map {
    height: min(56vh, 420px);
  }

  #map-video {
    height: min(56vh, 420px);
  }
}