.home-dark-preview .tapapay-team-card {
  text-align: left;
  padding: 1.8rem;
  background: linear-gradient(180deg, rgba(9, 17, 29, 0.92), rgba(12, 22, 36, 0.84));
  border: 1px solid rgba(52, 197, 255, 0.16);
  box-shadow: 0 20px 40px rgba(2, 8, 18, 0.24);
}

.home-dark-preview .tapapay-teams {
  background:
    radial-gradient(circle at 10% 10%, rgba(93, 224, 162, 0.08), transparent 24%),
    linear-gradient(180deg, #08090b 0%, #0a0c10 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(80px, 8vw, 120px) 0 !important;
}

@media (max-width: 700px) {
  .home-dark-preview .tapapay-teams {
    padding-block: 64px !important;
  }
}

.home-dark-preview .tapapay-teams__header {
  max-width: 980px;
  margin: 0 auto 2.7rem;
  text-align: center;
}

.home-dark-preview .tapapay-teams .container {
  max-width: 1320px;
}

.home-dark-preview .tapapay-teams__header .eyebrow {
  margin-bottom: 1rem;
  color: #67c46a;
}

.home-dark-preview .tapapay-teams__header h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4.2vw, 3.75rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.home-dark-preview .tapapay-teams__strong,
.home-dark-preview .tapapay-teams__muted {
  display: block;
}

.home-dark-preview .tapapay-teams__strong {
  color: #ffffff;
}

.home-dark-preview .tapapay-teams__muted {
  color: rgba(255, 255, 255, 0.32);
}

.home-dark-preview .tapapay-teams__lede {
  max-width: 56ch;
  margin: 1.4rem auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.02rem;
  line-height: 1.62;
}

.home-dark-preview .tapapay-team-card__eyebrow {
  margin: 0 0 1rem;
  color: var(--preview-accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 700;
}

.home-dark-preview .tapapay-team-card p:last-child {
  margin: 0;
  color: #c1cede;
}

.home-dark-preview .tapapay-teams__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

.home-dark-preview .tapapay-team-card--feature {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(30, 29, 29, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
  min-height: 315px;
}

.home-dark-preview .tapapay-team-card__media {
  position: absolute;
  inset: 0;
  padding: 0;
  pointer-events: none;
}

.home-dark-preview .tapapay-team-card__media-picture {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  height: 88%;
  margin: 0;
  z-index: 1;
}

.home-dark-preview .tapapay-team-card__media-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}

.home-dark-preview .tapapay-team-card__placeholder {
  position: absolute;
  inset: 0;
  min-height: 0;
  border-radius: 0;
  background: none;
  z-index: 0;
}

.home-dark-preview .tapapay-team-card__placeholder::before,
.home-dark-preview .tapapay-team-card__placeholder::after {
  content: "";
  position: absolute;
}

.home-dark-preview .tapapay-team-card__placeholder--methods::before {
  right: 4%;
  bottom: -14%;
  width: 54%;
  height: 92%;
  border-radius: 34px;
  background:
    linear-gradient(145deg, #2e2d2d 0%, #101215 36%, #0a0b0e 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 18px 36px rgba(0, 0, 0, 0.28);
  transform: rotate(28deg);
}

.home-dark-preview .tapapay-team-card__placeholder--methods::after {
  left: auto;
  right: 15%;
  top: 10%;
  width: 84px;
  height: 84px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.18), transparent 66%),
    rgba(255,255,255,0.08);
  box-shadow:
    -220px 120px 0 -12px rgba(255,255,255,0.08),
    -130px 290px 0 -12px rgba(255,255,255,0.08),
    60px 250px 0 -12px rgba(255,255,255,0.08);
}

.home-dark-preview .tapapay-team-card__placeholder--tips::before {
  right: 8%;
  bottom: 0;
  width: 33%;
  height: 82%;
  border-radius: 26px 26px 0 0;
  background:
    linear-gradient(180deg, #353433 0%, #111318 44%, #0d1014 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.05),
    0 18px 30px rgba(0, 0, 0, 0.26);
}

.home-dark-preview .tapapay-team-card__placeholder--tips::after {
  right: 14%;
  bottom: 18%;
  width: 18%;
  height: 20%;
  border-radius: 18px;
  background: rgba(255,255,255,0.07);
  box-shadow: 0 -140px 0 0 rgba(255,255,255,0.04);
}

.home-dark-preview .tapapay-team-card__placeholder--pricing::before {
  right: 8%;
  bottom: -10%;
  width: 29%;
  height: 96%;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(45, 43, 44, 0.84) 0%, rgba(17, 19, 24, 0.66) 44%, rgba(12, 14, 18, 0.2) 100%);
  transform: rotate(11deg);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.05),
    0 18px 32px rgba(0, 0, 0, 0.28);
}

.home-dark-preview .tapapay-team-card__placeholder--pricing::after {
  right: 11%;
  bottom: 10%;
  width: 132px;
  height: 38px;
  border-radius: 999px;
  background: rgba(44, 44, 44, 0.92);
  box-shadow:
    -118px -184px 0 -6px rgba(255,255,255,0.05);
}

.home-dark-preview .tapapay-team-card__placeholder--recon::before {
  right: 7%;
  bottom: -10%;
  width: 30%;
  height: 92%;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(37, 42, 49, 0.86) 0%, rgba(17, 21, 28, 0.72) 38%, rgba(10, 13, 18, 0.16) 100%);
  transform: rotate(12deg);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.05),
    0 18px 32px rgba(0, 0, 0, 0.28);
}

.home-dark-preview .tapapay-team-card__placeholder--recon::after {
  right: 16%;
  bottom: 24%;
  width: 138px;
  height: 42px;
  border-radius: 999px;
  background: rgba(44, 44, 44, 0.9);
  transform: rotate(-10deg);
  box-shadow:
    -82px -168px 0 -10px rgba(255,255,255,0.05);
}

.home-dark-preview .tapapay-team-card__body {
  position: relative;
  z-index: 2;
  max-width: 44%;
  padding: 1.8rem 1.8rem 1.8rem;
}

.home-dark-preview .tapapay-team-card__body h3 {
  margin: 0 0 0.75rem;
  color: #ffffff;
  font-size: clamp(1.35rem, 1.95vw, 1.95rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.home-dark-preview .tapapay-team-card__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.97rem;
  line-height: 1.5;
}

.home-dark-preview .tapapay-team-card--methods .tapapay-team-card__body,
.home-dark-preview .tapapay-team-card--pricing .tapapay-team-card__body,
.home-dark-preview .tapapay-team-card--recon .tapapay-team-card__body {
  max-width: 42%;
}

.home-dark-preview .tapapay-team-card--methods .tapapay-team-card__body {
  max-width: 40%;
}

.home-dark-preview .tapapay-team-card--methods .tapapay-team-card__media-picture {
  right: -7%;
  bottom: -10%;
  width: 72%;
  height: 112%;
}

.home-dark-preview .tapapay-team-card--methods .tapapay-team-card__media-picture img {
  object-fit: contain;
  object-position: right bottom;
  transform: scale(1.08);
  transform-origin: right bottom;
}

.home-dark-preview .tapapay-team-card--tips .tapapay-team-card__body {
  max-width: 40%;
}

.home-dark-preview .tapapay-team-card--recon .tapapay-team-card__body {
  max-width: 40%;
}

.home-dark-preview .tapapay-team-card--tips .tapapay-team-card__media-picture,
.home-dark-preview .tapapay-team-card--tips .tapapay-team-card__media-picture {
  right: -4%;
  bottom: -8%;
  width: 46%;
  height: 112%;
}

.home-dark-preview .tapapay-team-card--tips .tapapay-team-card__media-picture img {
  object-fit: contain;
  object-position: right bottom;
  transform: scale(1.75);
  transform-origin: right bottom;
}

.home-dark-preview .tapapay-team-card--tips .tapapay-team-card__placeholder--tips::before {
  right: 6%;
  bottom: -6%;
  width: 34%;
  height: 92%;
  border-radius: 28px 28px 0 0;
  background:
    linear-gradient(180deg, rgba(48, 47, 47, 0.88) 0%, rgba(17, 19, 24, 0.72) 44%, rgba(12, 15, 20, 0.24) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.05),
    0 22px 36px rgba(0, 0, 0, 0.26);
}

.home-dark-preview .tapapay-team-card--tips .tapapay-team-card__placeholder--tips::after {
  right: 15%;
  bottom: 22%;
  width: 16%;
  height: 18%;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  box-shadow: 0 -136px 0 0 rgba(255,255,255,0.04);
}

.home-dark-preview .tapapay-team-card--pricing .tapapay-team-card__media-picture {
  right: -3%;
  bottom: -18%;
  width: 50%;
  height: 132%;
}

.home-dark-preview .tapapay-team-card--pricing .tapapay-team-card__media-picture img {
  object-fit: contain;
  object-position: right bottom;
  transform: scale(1.42) rotate(7deg);
  transform-origin: right bottom;
}

.home-dark-preview .tapapay-team-card--recon .tapapay-team-card__media-picture {
  right: -4%;
  bottom: -20%;
  width: 52%;
  height: 134%;
}

.home-dark-preview .tapapay-team-card--recon .tapapay-team-card__media-picture img {
  object-fit: contain;
  object-position: right bottom;
  transform: scale(1.46) rotate(10deg);
  transform-origin: right bottom;
}

.home-dark-preview .tapapay-team-card--pricing .tapapay-team-card__placeholder--pricing::before {
  right: 3%;
  bottom: -20%;
  width: 38%;
  height: 126%;
}

.home-dark-preview .tapapay-team-card--pricing .tapapay-team-card__placeholder--pricing::after {
  right: 7%;
  bottom: 6%;
}

.home-dark-preview .tapapay-team-card--recon .tapapay-team-card__placeholder--recon::before {
  right: 0;
  bottom: -20%;
  width: 44%;
  height: 120%;
}

.home-dark-preview .tapapay-team-card--recon .tapapay-team-card__placeholder--recon::after {
  right: 12%;
  bottom: 16%;
}

.home-dark-preview .app-card--kiosk:hover img {
  filter: brightness(0) invert(1) !important;
}

.home-dark-preview .feature-card__img--tapapay-green {
  filter: brightness(0) saturate(100%) invert(57%) sepia(39%) saturate(712%) hue-rotate(73deg) brightness(93%) contrast(88%) !important;
}

.home-dark-preview .tapapay-team-card__image--straight {
  transform: none !important;
  rotate: 0deg !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.home-dark-preview .kiosk-angle-card .tapapay-team-card__media-picture img {
  object-fit: contain !important;
  transform-origin: center bottom !important;
}

.home-dark-preview .kiosk-angle-card--burgers .tapapay-team-card__media-picture {
  right: 3% !important;
  bottom: -20% !important;
  width: 60% !important;
  height: 134% !important;
}

.home-dark-preview .kiosk-angle-card--burgers .tapapay-team-card__media-picture img {
  transform: scale(1.68) !important;
}

.home-dark-preview .kiosk-angle-card--pizza .tapapay-team-card__media-picture {
  right: 3% !important;
  bottom: -20% !important;
  width: 60% !important;
  height: 134% !important;
}

.home-dark-preview .kiosk-angle-card--pizza .tapapay-team-card__media-picture img {
  transform: scale(1.68) !important;
}

.home-dark-preview .kiosk-angle-card--meal .tapapay-team-card__media-picture {
  right: 3% !important;
  bottom: -20% !important;
  width: 60% !important;
  height: 134% !important;
}

.home-dark-preview .kiosk-angle-card--meal .tapapay-team-card__media-picture img {
  transform: scale(1.68) !important;
}

.home-dark-preview .kiosk-tapapay-card .tapapay-team-card__media-picture {
  bottom: -9% !important;
}

@media (max-width: 700px) {
  .home-dark-preview .kiosk-angle-card--burgers .tapapay-team-card__media-picture,
  .home-dark-preview .kiosk-angle-card--pizza .tapapay-team-card__media-picture,
  .home-dark-preview .kiosk-angle-card--meal .tapapay-team-card__media-picture {
    right: -2% !important;
    bottom: -14% !important;
    width: 74% !important;
    height: 132% !important;
  }

  .home-dark-preview .kiosk-angle-card--burgers .tapapay-team-card__media-picture img,
  .home-dark-preview .kiosk-angle-card--pizza .tapapay-team-card__media-picture img,
  .home-dark-preview .kiosk-angle-card--meal .tapapay-team-card__media-picture img {
    transform: scale(1.72) !important;
  }

  .home-dark-preview .kiosk-tapapay-card .tapapay-team-card__media-picture,
  .home-dark-preview .tapapay-team-card--recon .tapapay-team-card__media-picture,
  .home-dark-preview .kiosk-data-card .tapapay-team-card__media-picture {
    right: -6% !important;
    bottom: -8% !important;
    width: 56% !important;
    height: 108% !important;
  }

  .home-dark-preview .kiosk-tapapay-card .tapapay-team-card__media-picture img,
  .home-dark-preview .tapapay-team-card--recon .tapapay-team-card__media-picture img,
  .home-dark-preview .kiosk-data-card .tapapay-team-card__media-picture img {
    transform: scale(1.18) !important;
  }
}
/* Self-service kiosk interactive tour */
.kiosk-tour {
  background: #f4f5f2;
  color: #111716;
  padding: clamp(64px, 8vw, 112px) 0;
}

.kiosk-tour .container {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.kiosk-tour__header {
  max-width: 780px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  text-align: center;
}

.kiosk-tour__header .eyebrow {
  margin: 0 0 0.8rem;
  color: #5ab562;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kiosk-tour__header h2 {
  margin: 0 0 1rem;
  color: #111716;
}

.kiosk-tour__header p {
  margin: 0 auto;
  max-width: 700px;
  color: #4d5551;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.65;
}

.kiosk-tour__frame {
  overflow: hidden;
  border: 1px solid rgba(25, 35, 30, 0.1);
  border-radius: 22px;
  background: #eef0ee;
  box-shadow: 0 24px 70px rgba(16, 24, 20, 0.14);
}

.kiosk-tour__frame:fullscreen {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  border-radius: 0;
  background: #eef0ee;
}

.kiosk-tour__topbar {
  display: grid;
  min-height: 58px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0 18px;
  background: #f8faf8;
}

.kiosk-tour__window-dots {
  display: flex;
  gap: 7px;
}

.kiosk-tour__window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d7ddd8;
}

.kiosk-tour__window-dots span:nth-child(1) {
  background: #ff6f3c;
}

.kiosk-tour__window-dots span:nth-child(2) {
  background: #f5c35b;
}

.kiosk-tour__window-dots span:nth-child(3) {
  background: #5ab562;
}

.kiosk-tour__title {
  color: #1c2520;
  font-size: 0.92rem;
  font-weight: 800;
}

.kiosk-tour__fullscreen {
  justify-self: end;
  border: 1px solid rgba(26, 36, 30, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #111716;
  padding: 0.55rem 0.9rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.kiosk-tour__fullscreen:hover {
  border-color: rgba(26, 36, 30, 0.3);
}

.kiosk-tour__viewport {
  --kiosk-screen-height: calc(100% - clamp(42px, 7vw, 96px));
  --kiosk-bezel: clamp(7px, 1vw, 13px);
  --kiosk-image-height: calc(var(--kiosk-screen-height) - (var(--kiosk-bezel) * 2));
  --kiosk-image-width: calc(var(--kiosk-image-height) * 0.5625);
  --kiosk-screen-width: min(calc(var(--kiosk-image-width) + (var(--kiosk-bezel) * 2)), calc(100% - 64px));
  position: relative;
  display: grid;
  min-height: clamp(360px, 54vw, 690px);
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(90, 181, 98, 0.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f3f4f1 100%);
  padding: clamp(16px, 2vw, 28px);
}

.kiosk-tour__viewport::before,
.kiosk-tour__viewport::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.kiosk-tour__viewport::before {
  inset: 0;
  width: var(--kiosk-screen-width);
  height: var(--kiosk-screen-height);
  box-sizing: border-box;
  margin: auto;
  border: var(--kiosk-bezel) solid #050706;
  border-radius: clamp(16px, 2vw, 26px);
  background: #050706;
  box-shadow:
    0 30px 70px rgba(5, 7, 6, 0.42),
    0 10px 26px rgba(5, 7, 6, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  transform: perspective(1200px) rotateX(1.5deg);
  transform-origin: center center;
  aspect-ratio: 9 / 16;
}

.kiosk-tour__viewport::after {
  inset: 0;
  z-index: 3;
  width: var(--kiosk-screen-width);
  height: var(--kiosk-screen-height);
  box-sizing: border-box;
  margin: auto;
  border-radius: clamp(12px, 1.7vw, 21px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.22)),
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.16) 100%);
  mix-blend-mode: screen;
  transform: perspective(1200px) rotateX(1.5deg);
  transform-origin: center center;
  aspect-ratio: 9 / 16;
}

.kiosk-tour__frame:fullscreen .kiosk-tour__viewport {
  flex: 1;
  min-height: 0;
}

.kiosk-tour__screen {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  width: var(--kiosk-screen-width);
  height: var(--kiosk-screen-height);
  box-sizing: border-box;
  margin: auto;
  border-radius: clamp(12px, 1.7vw, 21px);
  padding: var(--kiosk-bezel);
  place-items: center;
  opacity: 0;
  transform: perspective(1200px) rotateX(1.5deg) scale(0.985);
  transform-origin: center center;
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
  aspect-ratio: 9 / 16;
}

.kiosk-tour__screen.is-active {
  opacity: 1;
  transform: perspective(1200px) rotateX(1.5deg) scale(1);
  pointer-events: auto;
}

.kiosk-tour__screen img {
  position: absolute;
  inset: var(--kiosk-bezel);
  display: block;
  width: var(--kiosk-image-width);
  height: var(--kiosk-image-height);
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border-radius: clamp(7px, 1vw, 14px);
  filter: none;
}

.home-dark-preview .kiosk-tour__screen img {
  position: absolute !important;
  inset: var(--kiosk-bezel) !important;
  display: block !important;
  width: var(--kiosk-image-width) !important;
  height: var(--kiosk-image-height) !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
}

.kiosk-tour__footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px 18px 18px;
  background: #f8faf8;
}

.kiosk-tour__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

.kiosk-tour__steps--compact {
  grid-template-columns: repeat(auto-fit, minmax(12px, 1fr));
  gap: 5px;
}

.kiosk-tour__step,
.kiosk-tour__arrow {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.kiosk-tour__step {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background: #dfe5df;
  color: #455148;
  padding: 0.7rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.kiosk-tour__step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: #5ab562;
  transition: width 0.28s ease;
}

.kiosk-tour__step.is-complete::before,
.kiosk-tour__step.is-active::before {
  width: 100%;
}

.kiosk-tour__step span {
  position: relative;
  z-index: 1;
}

.kiosk-tour__step.is-active {
  color: #ffffff;
}

.kiosk-tour__step.is-complete {
  color: #12421f;
}

.kiosk-tour__steps--compact .kiosk-tour__step {
  min-height: 10px;
  border-radius: 999px;
  padding: 0;
}

.kiosk-tour__steps--compact .kiosk-tour__step span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.kiosk-tour__arrow {
  border-radius: 999px;
  background: #111716;
  color: #ffffff;
  padding: 0.74rem 1rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.kiosk-tour__arrow:hover {
  background: #26312b;
}

@media (max-width: 760px) {
  .kiosk-tour .container {
    width: min(100% - 28px, 1180px);
  }

  .kiosk-tour__topbar {
    grid-template-columns: auto 1fr;
  }

  .kiosk-tour__title {
    text-align: right;
  }

  .kiosk-tour__fullscreen {
    display: none;
  }

  .kiosk-tour__viewport {
    --kiosk-screen-height: calc(100% - 10px);
    --kiosk-image-height: calc(var(--kiosk-screen-height) - (var(--kiosk-bezel) * 2));
    --kiosk-image-width: calc(var(--kiosk-image-height) * 0.5625);
    --kiosk-screen-width: min(calc(var(--kiosk-image-width) + (var(--kiosk-bezel) * 2)), calc(100% - 10px));
    min-height: min(78svh, 680px);
  }

  .kiosk-tour__viewport::before,
  .kiosk-tour__viewport::after,
  .kiosk-tour__screen {
    width: var(--kiosk-screen-width);
    height: var(--kiosk-screen-height);
  }

  .kiosk-tour__footer {
    grid-template-columns: 1fr 1fr;
  }

  .kiosk-tour__steps {
    grid-column: 1 / -1;
    order: -1;
    grid-template-columns: 1fr;
  }

  .kiosk-tour__steps--compact {
    grid-template-columns: repeat(auto-fit, minmax(8px, 1fr));
  }

  .kiosk-tour__step {
    text-align: left;
  }
}
