.software-instructions-page--guide .software-instructions-page__surface--guide {
  padding-block: 2.5rem;
}

.software-instructions-page--guide .software-instructions-page__shell--guide {
  padding-top: 0;
}

.spytech-install-guide {
  position: relative;
  overflow: hidden;
  /*border: 1px solid var(--soft-gray);
  border-radius: 1rem;
  background: var(--white);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.06);*/
}

.spytech-install-guide * {
  box-sizing: border-box;
}

.spytech-install-guide img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.spytech-install-guide #phoneO {
  width: 90vw;
  height: 20rem;
  overflow: hidden;
  position: relative;
  margin: 1.25rem auto;
}

.spytech-install-guide #phone {
  width: 90vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
}

.spytech-install-guide #screen {
  position: relative;
  height: 100%;
}

.spytech-install-guide #screenImage {
  position: absolute;
  top: 0;
  left: 0;
}

.spytech-install-guide #frame {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
}

.spytech-install-guide #cursor {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: none no-repeat center center / 50%;
}

.spytech-install-guide #highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(250, 204, 22, 0.2);
  border-radius: 1.25rem;
  border: 1px solid rgba(250, 204, 22, 0.6);
  pointer-events: none;
  z-index: 999;
  opacity: 0;
}

.spytech-install-guide #info {
  padding: 0 1.25rem 1.25rem;
}

.spytech-install-guide #infoText {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin: 0 0 0.75rem;
}

.spytech-install-guide .infoTextN,
.spytech-install-guide .infoTextC,
.spytech-install-guide .infoTextH,
.spytech-install-guide .infoTextT {
  /*margin: 0.2rem 0;*/
}

.spytech-install-guide #infoTextPrev,
.spytech-install-guide #infoTextCurrent,
.spytech-install-guide #infoTextNext {
  border-radius: 0.5rem;
  padding: 0.3125rem 0.625rem;
  background-color: #f9f9f9;
}

.spytech-install-guide #infoTextCurrent {
  background-color: var(--white);
  border: 1px solid var(--soft-gray);
  border-radius: 0.625rem;
  padding: 1.25rem;
  position: relative;
}

.spytech-install-guide #infoTextCurrent .infoTextT {
  color: var(--black);
}

.spytech-install-guide #infoTextPrev .infoTextH,
.spytech-install-guide #infoTextNext .infoTextH {
  font-size: 1em;
  color: var(--black);
  font-weight: 500;
}

.spytech-install-guide .infoTextT {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--dark-gray);
}

.spytech-install-guide .infoTextN {
  font-size: 0.8em;
  font-weight: 500;
  margin-bottom: 0.75em;
  display: none;
}

.spytech-install-guide .infoTextH {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--black);
  padding: 0 0 0.875rem 0;
  margin: 0 0 1.25rem 0;
  border-bottom: 1px solid var(--soft-gray);
}

.spytech-install-guide__meta {
  position: absolute;
  right: 20px;
  top: 38px;
}

.spytech-install-guide .infoTextN > span {
  font-size: 0.75em;
  font-weight: 500;
  float: right;
}

.spytech-install-guide__sound-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.spytech-install-guide__sound-toggle:hover,
.spytech-install-guide__sound-toggle:focus-visible {
  opacity: 0.82;
  transform: translateY(-1px);
}

.spytech-install-guide__sound-toggle:focus-visible {
  outline: 0;
}

.spytech-install-guide__sound-toggle-icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

.spytech-install-guide__step-counter {
  display: inline-block;
  color: var(--black);
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.spytech-install-guide__status-row {
  margin: 0 0 0.75rem;
  color: var(--black);
  text-align: center;
}

.spytech-install-guide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  /*height: 45px;*/
  border: none;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--black);
  font-family: var(--font-family-base);
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.spytech-install-guide__button[hidden] {
  display: none !important;
}

.spytech-install-guide__button-icon[hidden] {
  display: none;
}
.spytech-install-guide__button_start {
  padding: 0 4rem;
  height: 45px;
}

.spytech-install-guide__button:hover,
.spytech-install-guide__button:focus-visible {
  background-color: var(--light-yellow);
}

.spytech-install-guide__button:disabled {
  background: var(--soft-gray);
  color: var(--medium-gray);
  cursor: not-allowed;
  transform: none;
  opacity: 1;
}

.spytech-install-guide__button--secondary {
  background: var(--yellow);
  color: var(--black);
}

.spytech-install-guide .nav-buttons {
  display: flex;
  gap: 1rem;
}

.spytech-install-guide .nav-buttons > * {
  flex: 1;
  text-align: center;
}

.spytech-install-guide__button:disabled:hover,
.spytech-install-guide__button:disabled:focus-visible {
  background: var(--soft-gray);
  color: var(--medium-gray);
}

.spytech-install-guide__button--secondary:hover,
.spytech-install-guide__button--secondary:focus-visible {
  background-color: var(--light-yellow);
}

.spytech-install-guide #infoTextPrev .infoTextN,
.spytech-install-guide #infoTextPrev .infoTextT,
.spytech-install-guide #infoTextPrev .infoTextC,
.spytech-install-guide #infoTextNext .infoTextN,
.spytech-install-guide #infoTextNext .infoTextT,
.spytech-install-guide #infoTextNext .infoTextC,
.spytech-install-guide .infoTextC,
.spytech-install-guide #infoTextPrev,
.spytech-install-guide #infoTextNext {
  display: none;
}

.spytech-install-guide #startOverlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  backdrop-filter: blur(3px);
  /*max-width: 650px;
  max-height: 400px;*/
  border-radius: 10px;
  margin: 0 auto;
}

.spytech-install-guide__error {
  margin: 1rem 0 0;
  padding: 1rem 1.25rem;
  border-radius: 0.875rem;
  background: rgba(216, 0, 0, 0.08);
  color: var(--error-red);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.spytech-install-guide__error[hidden] {
  display: none;
}

@media screen and (min-width: 48rem) {
  .spytech-install-guide {
    display: flex;
    gap: 5.5rem;
    padding: 0 2.5rem;
  }

  .spytech-install-guide #phoneO {
    width: unset;
    height: unset;
    overflow: visible;
    flex-grow: 0;
    margin: 0;
    padding: 2rem 0;
  }

  .spytech-install-guide #phone {
    width: auto;
    height: min(90vh, 56rem);
    position: relative;
    top: unset;
    left: unset;
  }

  .spytech-install-guide #info {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 0;
  }

  .spytech-install-guide #infoText {
    margin: 1.25rem 0 2.5rem 0;
  }
}

@media screen and (max-width: 47.9375rem) {
  .software-instructions-page--guide .software-instructions-page__surface--guide {
    padding-block: 1rem;
  }

  .spytech-install-guide {
    border-radius: 0.75rem;
  }

  .spytech-install-guide .nav-buttons {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .spytech-install-guide .nav-buttons > * {
    min-width: 0;
  }
}
