#cat-app {
  all: revert;
}

#cat-app *,
#cat-app *::before,
#cat-app *::after {
  box-sizing: border-box;
}

/* Progress bar */
.cat-progress {
  margin-bottom: 20px;
}

.cat-progress-meta {
  font-size: 14px;
  margin-bottom: 6px;
  text-align: right;
}

.cat-progress-bar {
  width: 100%;
  height: 6px;
  background: #eee;
  border-radius: 999px;
  overflow: hidden;
}

#cat-progress-fill {
  width: 0%;
  height: 100%;
  background: #222;
  transition: width 0.3s ease;
}

/* Optional buttons */
#cat-back-btn,
#cat-reset-btn,
#cat-submit {
  margin-top: 20px;
}

#cat-app {
  width: 100%;
  height: 100%;
  background-color: #ade2ca;
}

.cat-app-wrap {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

#cat-start {
  background-image: url("../img/start-bg-desktop.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  min-height: clamp(26.25rem, 53.118vw + 0.787rem, 40.625rem);
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  /* gap: 50px; */
}

.cat-start-title {
  /* display: flex; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cat-start-title img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.cat-start-title p {
  margin-top: 25px;
  color: #1542ff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

#cat-start-btn {
  border: 0 solid;
  box-sizing: border-box;
  border-radius: 50px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* margin-top: 50px; */
  background-color: #1542ff;
  color: white;
  padding: 20px 50px;
  font-size: 2rem;
  cursor: pointer;
}

.btn-start-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

#cat-start-btn .btn-start-arrow {
  border-radius: 100%;
  position: absolute;
  padding: 10px;
  background-color: white;
  color: #1542ff;
}
