
body.install-active svg {
  left: 35vw;
  margin-top: 15vw;
  scale: 2;
}
body {
  margin: 0px;
  color: #333;
  font-size: 3vw;
  font-family: sans-serif;
  width: 100vw;
  overflow-x: clip;
}
* {
  box-sizing: border-box;
}
section {
  max-width: 80vw;
  margin: 0 auto;
  /* min-height: 100vh; */
}
header {
  height: 2vw;
}

footer {
  background: #333;
  color: #fff;
  padding: 1vw;
  text-align: center;
}
footer a {
  color: #fff;
  text-decoration: none;
  margin-right: 1vw;
  font-size: 1vw;
}
footer a:hover {
  text-decoration: underline;
}


.intro {
  display: flex;
}
.left {
  max-width: 65vw;
}
.right {
  padding-top: 5vw;
  max-width: 40vw;
}
.intro img {
  height: 13vw;
  margin-bottom: -2vw;
}
#install2,
button {
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.6s;
}
button:hover {
  scale: 1.1;
  box-shadow: 0 0 2vw rgba(0, 0, 0, 0.2);
}
.action {
  margin-top: 3vw;
  display: flex;
  flex-direction: column;
}
.action-button {
  width: 100%;
  text-align: center;
}
.action-prices {
  margin-top: 3vw;
}
#install2,
.action button {
  background-image: linear-gradient(130deg, rgb(127 213 185) 50%, rgb(127 213 162));
  border-radius: 1vw;
  font-size: 3vw;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
  margin-bottom: 1vw;
  padding: 1.5vw 4vw;
  border: 0.5vw solid rgba(69, 141, 118, 0.2);
  cursor: pointer;
}

h1  {
  font-size: 4vw;
  line-height: 6vw;
  margin: 0px;
  font-weight: bold;
}
.row h1 {
  white-space: pre;
  font-size: 5vw;
  line-height: 6.5vw;
  margin-top: 4.8vw;
  margin-left: 1vw;
  color: rgba(0, 0, 0, 0.1);
}
[lang="fr"] .row h1,
[lang="pl"] .row h1,
[lang="ru"] .row h1,
[lang="sk"] .row h1,
[lang="pt"] .row h1,
[lang="es"] .row h1 {
  font-size: 4vw;
}
[lang="vi"] h1 {
  font-size: 3.6vw;
}

[lang="id"] h1,
[lang="fr"] h1,
[lang="ru"] h1,
[lang="pl"] h1,
[lang="pt"] h1,
[lang="sk"] h1,
[lang="tr"] h1,
[lang="nl"] h1,
[lang="es"] h1 {
  font-size: 3.6vw;
}
[lang="tr"] .row h1,
[lang="nl"] .row h1,
[lang="id"] .row h1 {
  font-size: 5vw;
}
.in-beta {
  writing-mode: horizontal-tb !important; /* Added !important for testing */
  display: inline !important;
  width: auto; 
  white-space: nowrap;
}
h3  {
  font-weight: 100;
}
h2  {
  font-size: 4vw;
  line-height: 6vw;
  z-index: 2;
  margin: 5vw 0px;
  position: relative;
  font-weight: 100;
}
.left .row {
  display: flex;
  align-items: center;
}
.intro p {

}
.supports {
  display: flex;
  justify-content: space-evenly;
  gap: 2vw;
}
.supported-on {
  text-align: center;
  font-size: 1vw;
  color: rgba(0, 0, 0, 0.4);
  margin: 1vw 0;
}

.why ol {
  display: flex;
  gap: 2vw;
  flex-direction: column;
  list-style-type: none;
  padding-left: 2.4vw;
}
.why ol li {
  font-size: 2vw;
  display: flex;
  align-items: center;
}
.in-beta {
  padding: 0.25vw 0.5vw;
  background: rgb(211 213 127);
  color: #fff;
  border-radius: 0.25vw;
}
.why .number {
  background-color: #7fd5b9;
  padding-left: 0.5vw;
  width: 2.2vw;
  margin-right: 1vw;
  height: 2.2vw;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
}
.sup-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
  transition: all 0.3s;
  text-decoration: none;
}
.sup-item:hover {
  scale: 1.05;
}
.sup-item span {
  font-size: 1.2vw;
  color: #333;
  text-decoration: none;
}
.sup-item img {
  width: 3vw;
}
.prices {
  display: flex;
  gap: 2vw;
  margin-top: 2vw;
}
.price {
  width: 100%;
  padding: 1vw;
  border-radius: 1vw;
  border: 0.5vw solid rgba(127, 213, 185, 0.2);
}
.free {
  border: 0.5vw solid rgba(127, 213, 185, 1);
  /* box-shadow: 0 0 1vw rgba(127, 213, 185, 1); */
  margin-top: 2vw;
}
.price hr {
  border-color: rgba(127, 213, 185,0.2);
  margin: 1vw 0;
}
.price h3 {
  font-size: 2vw;
  margin: 0;
  line-height: 2vw;
}
.price p {
  font-size: 1.2vw;
  margin: 1vw 0;
  line-height: 1;
}
.price p:first-of-type {
  font-size: 1.4vw;
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  margin-top: 0.5vw;
}
.price p:last-of-type {
  margin-bottom: 0;
}
#how-to {
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
#animation-how {
  margin-top: 5vw;
  height: 35vw;
}
.how-to-imgs {
  width: 40vw;
  margin-top: 10vh;
  position: absolute;
  z-index: 1;
}
.how-to-webs p,
.how-to-points p {
  height: 50vh;
}
.how-to-points p span {
  display: inline-block;
  padding: 1vw 0;
  font-size: 1.5vw;
  line-height: 1.5;
  height: unset;
}
.how-to-points {
  position: relative;
  padding-top: 25vh;
  left: 0vw;
  transition: left 1s ease-in-out;
  width: 35vw;
  z-index: 2;
}
.how-to-webs {
  position: relative;
  left: 50vw;
  transition: left 1s ease-in-out;
  width: 40vw;
  z-index: 2;
}
.center {
  margin: 0 auto;
}
h4 {
  font-size: 2vw;
  margin: 2vw 0;
  font-weight: 600;
  line-height: 1.5;
}
.questions {
  max-width: 60vw;
}
.questions p {
  font-size: 1.5vw;
  margin: 1vw 0 4vw;
  line-height: 1.6;
}

/* simple */
#cases {
  margin-bottom: 15vw;
}
.simple {
  display: flex;
  gap: 2vw;
  height: 30vw;
  position: relative;
  z-index: 1;
}
.usecases {
  display: flex;
  gap: 2vw;
  position: relative;
  z-index: 2;
}
.usecase {
  padding: 1vw 2vw;
  /* width: 100%; */
  font-size: 1.7vw;
  /* width: 26.6vw; */
  /* font-size: 1.8vw; */
  font-weight: bold;
  white-space: nowrap;
  color: rgb(144 215 192);
  background: rgba(127,213,185,0.1);
  transition: color 0.5s, background 0.5s;
  border-radius: 1vw;
}
.case1 .usecases-big .usecase:first-of-type {
  color: rgb(86 181 149);
  background: rgba(127,213,185,0.5);
}
.case2 .usecases-big .usecase:nth-of-type(2) {
  color: rgb(86 181 149);
  background: rgba(127,213,185,0.5);
}
.case3 .usecases-big .usecase:last-of-type {
  color: rgb(86 181 149);
  background: rgba(127,213,185,0.5);
}
.case1 .usecases1 {
  opacity: 1;
}
.case2 .usecases2 {
  opacity: 1;
}
.case3 .usecases3 {
  opacity: 1;
}
.posibilities-more {
  margin-top: 10vw !important;
}
.usecases-big .usecase {
  cursor: pointer;
}

.usecases-small {
  opacity: 0;
  transition: opacity 0.5s;
  margin-top: 3vw;
  position: absolute;
  margin-bottom: 4vw;
  flex-wrap: wrap;
  white-space: nowrap;
}
.usecases-small .usecase {
  width: unset;
  color: #bbb;
  position: relative;
  font-size: 1.25vw;
  background: transparent;
  padding: 1vw 2vw;
  /* animation: use-examples 10s linear forwards; */
}
@keyframes use-examples {
  0% {
    left: 0vw;
  }
  100% {
    left: -50vw;
  }
}
.column {
  width: 26.6vw;
  position: relative;
  z-index: 2;
}
.column:nth-of-type(1) {
  position: relative;
  top: -2vw;
  z-index: 2;
}
.column:nth-of-type(2) {
  position: relative;
  z-index: -1;
  left: 2vw;
}
.column:nth-of-type(3) {
  position: relative;
  z-index: 2;
}
.column:nth-of-type(3)::after {
  position: absolute;
  height: 20vw;
  width: 31.5vw;
  border-radius: 1vw;
  background-image: linear-gradient(to top left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 40%, transparent 100%);
  content: "";
  top: 0;
  left: 0;
}
.col-page {
  height: 16vw;
  width: 20vw;
  padding: 2vw 2vw;
  /* border: 0.5vw solid #eee; */
  background: #fff;
  background-color: #f6f6f6;
  border-radius: 0.5vw;
}
.col-page:nth-of-type(1) {
  position: relative;
  left: 1vw;
  top: -1vw;
  rotate: -2deg;
}
.col-page:nth-of-type(2) {
  padding: 2vw 0vw;
  position: relative;
  box-shadow: -0.3vw -0.3vw 0.3vw rgba(0, 0, 0, 0.1);
  top: -14vw;
  left: 3vw;
  rotate: 4deg;
}
.col-page:nth-of-type(3) {
  position: relative;
  box-shadow: -0.3vw -0.3vw 0.3vw rgba(0, 0, 0, 0.1);
  left: 5vw;
  rotate: -4deg;
  top: -22vw;
}
.col-page-head {
  display: flex;
  justify-content: space-between;
  gap: 2vw;
  padding: 0 2vw 1vw;
}
.col-page-head div {
  border-radius: 0.5vw;
  background: rgba(0, 0, 0, 0.05);
  height: 1vw;
  width: 100%;
}
.col-page-tit {
  border-radius: 0.5vw;
  height: 1vw;
  margin-left: 2vw;
  width: 8vw;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 1vw;
}
.col-page-img {
  border-radius: 0.5vw;
  margin-left: 2vw;
  margin-bottom: 1vw;
  height: 4vw;
  width: 12vw;
  background: rgba(0, 0, 0, 0.05);
}
.col-page-text3,
.col-page-text2,
.col-page-text {
  border-radius: 0.5vw;
  margin-left: 2vw;
  margin-bottom: 1vw;
  height: 2vw;
  width: 6vw;
  background: rgba(0, 0, 0, 0.05);
}
.col-page-text2 {
  width: 8vw;
}
.col-page-text3 {
  width: 12vw;
}
.col-page-tit,
.col-page-img,
.col-page-text,
.col-page-head div {
  animation: higlight-text 3s ease infinite;
}
@keyframes higlight-text {
  0%, 20%, 70%, 100% {
    background: rgba(0, 0, 0, 0.05);
  }
  45% {
    background: rgba(127, 213, 185, 0.5);
  }
}
.magic svg {
  width: 25vw;
  position: relative;
  left: -2.5vw;
  top: -1vw;
  height: 25vw;
}
.magic {
  overflow: hidden;
  /* border: 1vw solid #eee; */
  border-radius: 50%;
  width: 20vw;
  height: 20vw;
  animation: magic-move 3s infinite;
}

@keyframes magic-move {
  0%, 20% {
    box-shadow: -15vw 0 10vw rgba(127, 213, 185, 0);
  }
  40% {
    box-shadow: -15vw 0 10vw rgba(127, 213, 185, 0.5);
  }
  70% {
    box-shadow: 10vw 0 10vw rgba(127, 213, 185, 0.5);
  }
  100% {
    box-shadow: 10vw 0 10vw rgba(127, 213, 185, 0);
  }
}
.table-data {
  width: 31.5vw;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
  overflow: hidden;
  border-radius: 1vw;
  gap: 0.5vw;
  padding: 1vw;
}
.posibilities {
  font-size: 3vw;
  margin: 0 0 2vw;
  color: rgba(0, 0, 0, 0.2);
  margin-top: 0vw;
  text-align: center;
}
.table-cel {
  background: #fff;
  border-radius: 0.2vw;
  position: relative;
  height: 2.5vw;
  width: 7vw;
  animation: table-cel-high 3s infinite;
}
@keyframes table-cel-high {
  0%, 50% {
    background: #fff;
  }
  80% {
    background: #7fd5b9;
  }
  100% {
    background: #fff;
  }
}
/* browser */
.browser {
  height: 23.4vw;
  border-radius: 1vw;
  width: 40vw;
  border: 0.25vw solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.1);
  transition: top 1s ease, scale 1s ease, right 1s ease, filter 1s ease, height 1s;
  z-index: 2;
  margin-top: 10vw;
  animation: breathe 6s infinite;
}
@keyframes breathe {
  0%, 100% {
    margin-top: 0vw;
  }
  50% {
    margin-top: -0.5vw;
  }
}

.step0 .browser {
  position: absolute;
  top: 0vw;
  scale: 1.4;
  filter: blur(20px);
}
.step2 .browser,
.step1 .browser {
  position: fixed;
  top: 20vw;
  right: 10vw;
}
.step3 .browser {
  position: fixed;
  top: 12vw;
  right: 10vw;
}
.step4 .browser {
  position: fixed;
  top: 11vw;
  right: 11vw;
}
.step5 .browser {
  position: fixed;
  top: 13vw;
  right: 60vw;
  height: 32vw;
}
.step9 .browser,
.step6 .browser {
  position: fixed;
  top: 12vw;
  right: 50vw;
}
.step7 .browser {
  /* position: fixed; */
  top: 11vw;
  left: 20vw;
  scale: 1;
}
.step7 .browser-head {
  border-top-left-radius: 0.8vw;
  border-top-right-radius: 0.8vw;
}
.step7 .work-page {
  border-bottom-right-radius: 0.8vw;
}
.step8 .browser {
  position: fixed;
  overflow: unset;
  top: -100vh;
  right: 49vw;
  scale: 1;
}
.step5 .browser-head {
  scale: 1.5;
}
.browser-body {
  transition: scale 0.8s ease;
  transform-origin: top right;

}
.step5 .browser-body {
  scale: 1.5;
}
.browser-head {
  transform-origin: top right;
  padding: 2vw 4vw 1.5vw 2vw;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  transition: scale 0.8s ease;
  position: relative;
  gap: 2vw;
}
.browser-close {
  position: absolute;
  right: 0.4vw;
  top: -1.5vw;
}
.browser-close span {
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
}
.exten {
  padding: 1vw;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.5vw;
}
.url {
  width: 28vw;
  background: #fff;
  padding: 0.5vw;
  border-radius: 1vw;
}
.sheet-name {
  width: 3vw;
  border-radius: 0.25vw;
  height: 1vw;
  background: rgba(0, 0, 0, 0.05);
}
.sheet-page {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.step7 .sheet-page,
.step7 .web-page,
.step9 .sheet-page,
.step6 .sheet-page,
.step5 .sheet-page {
  height: 0vw;
  opacity: 0;
}
.work-page,
.web-page {
  opacity: 0;
  transition: opacity 2s ease;
}

#work1 {
  padding: 2vw 4vw;
  display: flex;
  opacity: 0;
  flex-wrap: wrap;
  position: relative;
  grid-gap: 1vw;
}
#work1 .sheet-name {
  min-width: 1vw;
  position: static;
}
.sheet-new {
  width: 100%;
}
.sheet-img {
  border-radius: 0.25vw;
  min-height: 2vw;
  width: 100%;
  background: rgba(0, 0, 0, 0.025);
}
.sheet-name-chosed {
  border-radius: 0.25vw;
  height: 1vw;
  position: relative;
  min-width: 1vw;
}
@keyframes fly-words {
  0%, 30% {
    top: 0vw;
    scale: 1;
    opacity: 0;
  }
  50% {
    top: 0vw;
    opacity: 1;
  }
  75%, 100% {
    opacity: 0;
    top: -20vw;
  }
}
.sheet-prev-item:nth-of-type(1) {
  background: #e2ccff;
}
.data-type-1 {
  background: #e2ccff;
  animation: data-type1 3s forwards;
}
@keyframes data-type1 {
  0%, 30% {
    opacity: 0;
    left: 10vw;
    top: 5vw;
  }
  40% {
    opacity: 0;
  }
  80%, 100% {
    opacity: 1;
    left: 49vw;
    width: 5vw;
    top: 10vw;
    height: 2vw;
  }
}
.chosed-type-1 {
  animation: type1 4s forwards;
}
@keyframes type1 {
  0%, 30% {
    scale: 1;
    background: rgba(0, 0, 0, 0.05);
  }
  32% {
    scale: 1.05;
  }
  40%, 100% {
    background: #e2ccff;
  }
}
.sheet-prev-item:nth-of-type(2) {
  background: #f9c2c2;
}

.data-type-2 {
  background: #f9c2c2;
  animation: data-type2 3s forwards;
}
@keyframes data-type2 {
  0%, 30% {
    opacity: 0;
    left: 10vw;
    top: 10vw;
  }
  40% {
    opacity: 0;
  }
  80%, 100% {
    opacity: 1;
    width: 5vw;
    left: 55vw;
    top: 10vw;
    height: 2vw;
  }
}

.chosed-type-2 {
  animation: type2 4s forwards;
}
@keyframes type2 {
  0%, 30% {
    scale: 1;
    background: rgba(0, 0, 0, 0.05);
  }
  32% {
    scale: 1.05;
  }
  40%, 100% {
    background: #f9c2c2;
  }
}
.sheet-prev-item:nth-of-type(3) {
  background: #ccffe2;
}
.data-type-3 {
  background: #ccffe2;
  animation: data-type3 3s forwards;
}
@keyframes data-type3 {
  0%, 30% {
    opacity: 0;
    left: 10vw;
    top: 14vw;
  }
  40% {
    opacity: 0;
  }
  80%, 100% {
    opacity: 1;
    width: 5vw;
    height: 2vw;
    left: 61vw;
    top: 10vw;
  }
}
.chosed-type-3 {
  animation: type3 4s forwards;
}
@keyframes type3 {
  0%, 30% {
    scale: 1;
    background: rgba(0, 0, 0, 0.05);
  }
  40%, 100% {
    scale: 1.05;
    background: #ccffe2;
  }
}
.last-sheet-prev {
  position: absolute;
  left: 49vw;
  top: 7vw;
  display: flex;
  gap: 1vw;
  flex-direction: column;
}
.last-sheet-title {
  position: absolute;
  /* width: 40vw; */
  top: -16vw;
  text-align: center;
  /* left: -25vw; */
  z-index: 1;
}
.sheet-prev-row {
  display: flex;
  gap: 1vw;
}
.sheet-prev-item {
  border-radius: 0.25vw;
  scale: 0;
  display: block;
  transition: scale 0.5s ease;
  height: 2vw;
  width: 5vw;
}
.step8 .sheet-prev-item,
.step7 .sheet-prev-item {
  scale: 1;
}
.work-page {
  position: relative;
  overflow:  hidden;
}
.step9 .web-page,
.step6 .web-page,
.step5 .web-page {
  height: 17.7vw;
  opacity: 1;
}
.step7 .work-page {
  height: 17.45vw;
  opacity: 1;
}
.step8 .web-page,
.step8 .sheet-page,
.step8 .work-page {
  height: 0vw;
  overflow: hidden;
  opacity: 0;
}

.step5 .exten-popup {
  display: block;
  opacity: 1;
  height: 30vw;
  top: 7vw;
  left: 15vw;
  width: 20vw;
}
.web-tabs {
  display: flex;
  padding: 0.5vw 4vw;
  gap: 2vw;
  border-bottom: 0.125vw solid rgba(0, 0, 0, 0.05);
}
.web-body {
  padding: 0.5vw 4vw;
  display: flex;
  height: 0;
  gap: 4vw;
  position: relative;
  height: 100%;
  opacity: 0;
  transition: opacity 1s, height 1s;
}
.web-button {
  display: none;
  bottom: 2vw;
  right: 3vw;
  height: 3vw;
  border-radius: 1vw;
  width: 3vw;
  position: absolute;
  background: rgb(127 213 185);
}
.tabs {
  display: flex;
  position: absolute;
  gap: 2vw;
  padding: 0.4vw 2vw;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.tabs .sheet-name {
  transition: background 0.3s ease;
}
.tabs .active-tab {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.step7 .tabs {
  opacity: 1;
}
.step7 .work-page .web-button {
  display: block;
  bottom: unset;
  top: 12vw;
  animation: mega-press 3s forwards;
}
.sheet-data-chosed {
  position: absolute;
  border-radius: 0.25vw;
  opacity: 1;
  z-index: -1;
}
.step7 .browser {
  overflow: unset;
}
#last-sheet {
  display: none;
  position: absolute;
  z-index: -1;
}
.step7 #last-sheet {
  display: block;
}
[lang="ar"] .simple,
[lang="ar"] #how-to {
  direction: ltr !important; 
}
.data-page-type-0,
.pagetype-0 .sheet-name,
.pagetype-0 .sheet-name-chosed {
  height: 1.5vw;
}
.data-page-type-1,
.pagetype-1 .sheet-name,
.pagetype-1 .sheet-name-chosed {
  height: 0.5vw;
}
.data-page-type-2,
.pagetype-2 .sheet-name,
.pagetype-2 .sheet-name-chosed {
  height: 1vw;
}

@keyframes mega-press {
  0%, 25% {
    scale: 1;
    top: 12vw;
    background: rgb(127 213 185);
  }
  35% {
    scale: 0.9;
    top: 12.5vw;
    background: rgb(100 160 150);
    box-shadow: 0 0 0vw 0vw rgba(127, 213, 185, 1);
  }
  45% {
    scale: 1;
    top: 12vw;
    background: rgb(127 213 185);
    box-shadow: 0 0 20vw 10vw rgba(127, 213, 185, 0.5);
  }
  55% {
    /* box-shadow: 0 0 4vw rgba(127, 213, 162, 1); */
    scale: 1.05;
  }
  65% {
    /* box-shadow: 0 0 10vw rgba(127, 213, 162, 1); */
    scale: 1;
  }
  80% {
    /* box-shadow: 0 0 20vw rgba(127, 213, 162, 1); */
  }
  100% {
    /* box-shadow: 0 0 0vw rgba(127, 213, 162, 0); */
    scale: 1;
    top: 12vw;
  }
}
.tick .sheet-prev-row {
  animation: move-row1 2.9s forwards;
  position: relative;
}
@keyframes move-row1 {
  0%, 50% {
    top: 0;
    opacity: 1;
  }
  70%, 100% {
    top: -3vw;
    opacity: 0;
  }
}
.last-sheet-prev .last-sheet-hint {
  font-size: 1.5vw;
  position: relative;
  top: -1vw;
  color: rgba(0, 0, 0, 0.25);
}
.tick .sheet-prev-row:nth-last-of-type(2) {
  animation: move-row2 2.9s forwards;
  position: relative;
}
@keyframes move-row2 {
  0%, 50% {
    top: 0;
    opacity: 1;
  }
  70%, 100% {
    top: -3vw;
    opacity: 1;
  }
}
.tick #work1 {
  animation: tickanimation 2.9s forwards;
}
@keyframes tickanimation {
  0%, 5% {
    opacity: 0;
    left: -1vw;
  }
  15%, 90% {
    left: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 1vw;
  }
}
.button-close {
  display: none;
  bottom: 5vw;
  align-items: center;
  opacity: 0;
  right: 2.2vw;
  border-radius: 0.5vw;
  width: 4vw;
  justify-content: center;
  position: absolute;
  border: 0.125vw solid rgba(0, 0, 0, 0.1);
  padding: 0.5vw;
  z-index: 2;
  animation: button-closing 2s forwards;
}
.step6 .exten-popup {
  display: none;
}
.step9 .exten-popup {
  animation: popup-fade 2s forwards;
}
.step9 .popup-button {
  display: block;
  left: 29vw;
  width: 6vw;
  top: 8vw;
  height: 2vw;
  animation: website-show-anim 2s forwards;
}
@keyframes website-show-anim {
  0%, 20%, 100% {
    opacity: 0;
  }
  50%, 70% {
    opacity: 1;
  }
  55%, 77% {
    scale: 1;
    background: rgb(127 213 185);
    top: 8vw;
  }
  65%, 68% {
    scale: 0.95;
    top: 8.2vw;
    background: rgb(100 160 150);
  }
}
.step9 .popup-button svg {
  left: 4vw;
  top: -1vw;
  height: 1.5vw;
  width: 1.5vw;
}

@keyframes popup-fade {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
}
.step6 .web-button {
  display: block;
}
.step6 .button-close {
  display: flex;
}
@keyframes button-closing {
  0%, 30% {
    border-color: rgba(0, 0, 0, 0.1);
    height: 3vw;
    opacity: 0;
    bottom: 5vw;
    stroke: #ff5f5f;
    fill: #ff5f5f;
  }
  45%, 60% {
    opacity: 1;
    bottom: 5.5vw;
    background: transparent;
  }
  65%, 68% {
    scale: 0.9;
    bottom: 5.4vw;
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.1);
    stroke: #ff5f5f;
    fill: #ff5f5f;
  }
  73% {
    scale: 1;
    bottom: 5.5vw;
    height: 3vw;
    background: #fff;
    border-color: #fff;
    stroke: #fff;
    fill: #fff;
    opacity: 1;
  }
  73.5% {
    opacity: 0;
  }
  74% {
    height: 8vw;
    bottom: -2vw;
    opacity: 0;
  }
  80%, 100% {
    opacity: 1;
    height: 8vw;
    bottom: -2vw;
    border-color: #fff;
    stroke: #fff;
    fill: #fff;
    background: #fff;
    opacity: 1;
  }
}
.button-close svg {
  height: 2vw;
  margin-right: 0.2vw;
  rotate: 45deg;
  width: 2vw;
  opacity: 0.6;
  fill: inherit;
}
.button-close svg path {
  stroke: inherit;
}
.button-close span {
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.5vw;
  line-height: 1.5vw;
  letter-spacing: 0px;
  font-weight: 100;
  font-family: sans-serif;
}
.step6 .web-body {
  opacity: 1;
}
.highlight-cells {
  display: none;
  position: absolute;
  border-radius: 1vw;
  z-index: 2;
  animation: move-highlight 3s infinite;
}
.step4 .highlight-cells {
  display: block;
}

@keyframes move-highlight {
  0% {
    height: 3.5vw;
    width: 30vw;
    top: 8.5vw;
    left: 1.5vw;
    border: 0.5vw solid transparent;
  }
  10%, 15% {
    border: 0.5vw solid rgb(127 213 185);
    height: 3.5vw;
    width: 30vw;
    top: 8.5vw;
    left: 1.5vw;
  }
  38% {
    height: 12vw;
    width: 9vw;
    top: 8.5vw;
    left: 1.5vw;
  }
  56% {
    height: 12vw;
    width: 9vw;
    top: 11.5vw;
    left: 9.5vw;
  }
  82%, 90% {
    height: 3.5vw;
    width: 30vw;
    top: 14.5vw;
    left: 9.5vw;
    border: 0.5vw solid rgb(127 213 185);
  }
  100% {
    height: 3.5vw;
    width: 30vw;
    top: 14.5vw;
    left: 9.5vw;
    border: 0.5vw solid transparent;
  }
}

.name-anim1,
.name-anim2,
.name-anim3 {
  display: none;
  position: absolute;
  border-radius: 0.25vw;
  background: rgb(127 213 185);
  z-index: 2;
}
.step3 .name-anim1,
.step3 .name-anim2,
.step3 .name-anim3 {
  display: block;
}
.name-anim3 {
  animation: move-name3 3s infinite;
  animation-delay: 0.6s;
}
@keyframes move-name3 {
  0% {
    top: 21.5vw;
    left: 14vw;
    width: 3vw;
    height: 1vw;
    opacity: 0;
  }
  10% {
    opacity: 1;
    top: 21.5vw;
    left: 14vw;
    width: 3vw;
    height: 1vw;
  }
  60% {
    top: 7.5vw;
    left: 28.5vw;
    opacity: 1;
    width: 3vw;
    height: 1vw;
  }
  100% {
    top: 7.5vw;
    left: 28.5vw;
    opacity: 0;
    width: 3vw;
    height: 1vw;
  }
}
.name-anim2 {
  animation: move-name2 3s infinite;
  animation-delay: 0.3s;
}
@keyframes move-name2 {
  0% {
    top: 21.5vw;
    left: 9vw;
    width: 3vw;
    height: 1vw;
    opacity: 0;
  }
  10% {
    opacity: 1;
    top: 21.5vw;
    left: 9vw;
    width: 3vw;
    height: 1vw;
  }
  60% {
    top: 6vw;
    left: 32.5vw;
    opacity: 1;
    width: 3vw;
    height: 1vw;
  }
  100% {
    top: 6vw;
    left: 32.5vw;
    opacity: 0;
    width: 3vw;
    height: 1vw;
  }
}
.name-anim1 {
  animation: move-name1 3s infinite;
}
@keyframes move-name1 {
  0% {
    top: 21.5vw;
    left: 4vw;
    width: 3vw;
    height: 1vw;
    opacity: 0;
  }
  10% {
    opacity: 1;
    top: 21.5vw;
    left: 4vw;
    width: 3vw;
    height: 1vw;
  }
  60% {
    top: 6vw;
    left: 28.5vw;
    opacity: 1;
    width: 3vw;
    height: 1vw;
  }
  100% {
    top: 6vw;
    left: 28.5vw;
    opacity: 0;
    width: 3vw;
    height: 1vw;
  }
}
.url-href {
  display: none;
  position: absolute;
  width: 28vw;
  height: 2vw;
  top: 2vw;
  left: 2vw;
  border-radius: 1vw;
  background: rgb(127 213 185);
  z-index: 1;
  animation: move-url 3s infinite;
}
.step1 .url-href {
  display: block;
}
@keyframes move-url {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
    width: 28vw;
    height: 2vw;
    top: 2vw;
    left: 2vw;
  }
  40% {
    left: 22vw;
    width: 2vw;
    top: 3vw;
  }
  70% {
    width: 2vw;
    height: 2vw;
    top: 0.5vw;
    left: 32vw;
    border-radius: 1vw;
  }
  85% {
    width: 2vw;
    height: 2vw;
    top: 2vw;
    border-radius: 0.5vw;
    left: 32vw;
    opacity: 1;
  }
  100% {
    width: 2vw;
    height: 2vw;
    top: 2vw;
    border-radius: 0.5vw;
    left: 32vw;
    opacity: 0;
  }
}
.exten-popup {
  width: 8vw;
  height: 12vw;
  background: rgba(127, 213, 185, 0.5);
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 28vw;
  top: 5vw;
  border-radius: 0.5vw;
  transition: opacity 0.3s ease;
}

.popup-button {
  display: none;
  background: rgb(127 213 185);
  top: 1vw;
  left: 4vw;
  width: 3vw;
  height: 3vw;
  z-index: 1;
  position: absolute;
  border-radius: 0.5vw;
}
.step2 .popup-button {
  animation: move-button 3s forwards;
  display: block;
}
.step3 .exten-popup,
.step2 .exten-popup {
  opacity: 1;
}
@keyframes move-button {
  0% {
    top: 6vw;
    left: 32vw;
    width: 3vw;
    height: 3vw;
    scale: 1;
    opacity: 0;
    fill: #000;
    stroke: #000;
  }
  10% {
    opacity: 1;
    top: 6vw;
    left: 32vw;
    width: 3vw;
    height: 3vw;
    scale: 1;
    fill: #000;
    stroke: #000;
  }
  15% {
    scale: 0.95;
    top: 6vw;
    height: 3vw;
    width: 3vw;
    left: 32vw;
  }
  20% {
    scale: 1.2;
    top: 6vw;
    width: 3vw;
    height: 3vw;
    left: 32vw;
    border-radius: 0.5vw;
    fill: #000;
    stroke: #000;
  }
  50% {
    left: 15vw;
    width: 3vw;
    height: 3vw;
    top: 7vw;
    fill: transparent;
    stroke: transparent;
  }
  80% {
    width: 28vw;
    height: 2vw;
    top: 2vw;
    left: 2vw;
    border-radius: 1vw;
    opacity: 1;
  }
  100% {
    width: 28vw;
    height: 2vw;
    top: 2vw;
    left: 2vw;
    border-radius: 1vw;
    opacity: 0;
    fill: transparent;
    stroke: transparent;
  }
}
.popup-button svg {
  height: 2vw;
  width: 2vw;
  fill: inherit;
  opacity: 0.3;
  top: -0.3vw;
  left: 0.5vw;
  position: relative;
}
.popup-button svg path {
  stroke: inherit;
}
.popup-inputs {
  display: none;
}
.step5 .popup-inputs {
  display: block;
}
.popup-input1,
.popup-input2,
.popup-input3 {
  left: 0vw;
  position: absolute;
  width: 14vw;
  opacity: 0;
  height: 3vw;
  border-radius: 0.5vw;
}
.popup-input1 {
  top: 10vw;
  background: #e2ccff;
  animation: show-input1 3s ease infinite;
}
.popup-input2 {
  top: 14vw;
  background: #f9c2c2;
  animation: show-input2 3s ease infinite;
}
.popup-input3 {
  top: 18vw;
  background: #ccffe2;
  animation: show-input3 3s ease infinite;
}
@keyframes show-input1 {
  %0 {
    left: 0vw;
    opacity: 0;
  }
  12% {
    left: 1vw;
    opacity: 1;
  }
  80% {
    left: 1vw;
    opacity: 1;
  }
  92% {
    left: 0vw;
    opacity: 0;
  }
}
@keyframes show-input2 {
  %0 {
    left: 0vw;
    opacity: 0;
  }
  12% {
    left: 0vw;
    opacity: 0;
  }
  24% {
    left: 1vw;
    opacity: 1;
  }
  68% {
    left: 1vw;
    opacity: 1;
  }
  80% {
    left: 0vw;
    opacity: 0;
  }
}
@keyframes show-input3 {
  %0 {
    left: 0vw;
    opacity: 0;
  }
  24% {
    left: 0vw;
    opacity: 0;
  }
  36% {
    left: 1vw;
    opacity: 1;
  }
  56% {
    left: 1vw;
    opacity: 1;
  }
  68% {
    left: 0vw;
    opacity: 0;
  }
}
.sheet-head {
  width: 100%;
  height: 2vw;
  background-color: rgba(0, 0, 0, 0.025);
}
.sheet-bottom {
  width: 100%;
  height: 2vw;
  display: flex;
  padding: 0.5vw 4vw;
  gap: 2vw;
  background-color: rgba(0, 0, 0, 0.025);
}

table {
  display: flex;
  flex-direction: column;
}
table tr {
  display: flex;
  border-bottom: 0.125vw solid rgba(0,0,0,0.05);
}
table td {
  padding: 1.5vw 4vw;
  border-spacing: 0;
  margin: 0;
  border-right: 0.125vw solid rgba(0,0,0,0.05);
}
table tr td:first-of-type {
  background-color: rgba(0, 0, 0, 0.1);
  /* border-color: rgba(0, 0, 0, 0.05); */
  padding: 1.5vw 1vw;
}
table tr:first-of-type td {
  background-color: rgba(0, 0, 0, 0.1);
  /* border-color: rgba(0, 0, 0, 0.05); */
  padding: 0.5vw 4vw;
}
table tr:first-of-type td:first-of-type {
  padding: 0.5vw 1vw;
}
table tr:first-of-type td:last-of-type {
  width: 100%;
}

table tr td:last-of-type {
  border-right: none;
}
.links {
  display: flex;
  justify-content: center;
}
.language-selector {
  position: relative;
  float: right;
  z-index: 1000;
  margin-top: 1vw;
  --dropdown-delay: 300ms;
  font-size: 2vw;
}

.language-button {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: rgb(29, 29, 29);
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1vw;
  transition: all 0.2s ease;
  position: relative;
}

.language-button:hover,
.language-button:focus {
  background: rgba(255, 255, 255, 0.2);
  outline: none;
}

.language-button[aria-expanded="true"] .language-arrow {
  transform: rotate(180deg);
}

.language-arrow {
  transition: transform 0.2s ease;
  font-size: 1vw;
  margin-left: 4px;
}

.language-dropdown {
  position: absolute;
  right: 0 !important;
  left: unset !important;
  top: calc(100% + 8px);
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 180px;
  overflow-y: auto;
  padding: 8px 0;
  opacity: 0;
  display: flex;
  flex-direction: row;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease, visibility 0s linear 0.2s;
  z-index: 1000;
}

.language-selector:hover .language-dropdown,
.language-button[aria-expanded="true"] + .language-dropdown,
.language-dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.language-dropdown a {
  display: block;
  padding: 8px 16px;
  font-size: 1vw;;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s;
  position: relative;
  width: 10vw;
}

.language-dropdown a:hover,
.language-dropdown a:focus {
  background-color: #f5f5f5;
  outline: none;
}

/* RTL support */
[dir="rtl"] .language-selector {
  margin-right: auto;
  margin-left: 0;
}

[dir="rtl"] .language-dropdown {
  right: auto;
  left: 0;
  text-align: right;
}

.language-button:focus-visible,
.language-dropdown a:focus-visible {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}
.language-dropdown .language-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 600px) {
  * {
    font-size: max(2vw, 16px);
  }
  section {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .sup-item img {
    width: 5vw;
  }
  .how-to-imgs {
    margin-top: 20vw;
    left: -22vw;
    scale: 1.8;
  }
  .last-sheet-hint p {
    font-size: 2vw !important;
  }
  .last-sheet-title h3 {
    font-size: 3.5vw !important;
  }
  #animation-how {
    height: 60vw;
    margin-top: 0;
  }
  .why ol li {
    font-size: 3.5vw;
  }
  h2 {
    font-size: 6vw;
  }
  .price h3, .price p:first-of-type, .price p:last-of-type {
    font-size: 3vw;
  }
  .price p:first-of-type {
    margin-top: 3vw;
  }
  .free {
    padding: 4vw 3vw;
  }
  .price hr {
    margin: 4vw 0vw;
  }
  #install2, .action button {
    scale: 1.6;
    margin: 4vw 0;
  }
  .usecases {
    flex-direction: column;
    gap: 4vw;
  }
  .usecase {
    font-size: 4vw;
  }
  .usecases-small {
    flex-direction: row;
  }
  .usecases-small .usecase {
    font-size: 2.4vw;
  }
  .simple {
    margin-top: 40vw;
    left: 30vw;
    scale: 1.8;
  }
  .simple-parent {
    width: 110vw;
    left: -20vw;
    overflow: hidden;
    position: relative;
    height: 80vw;
  }
  .questions {
    max-width: 80vw;
  }
  h4 {
    font-size: 4vw;
    line-height: 6vw;
  }
  .questions p {
    font-size: 4vw;
    margin: 5vw 0 10vw;
    line-height: 5vw;
  }
  .links {
    padding: 4vw;
    gap: 6vw;
  }
  .links * {
    font-size: 4vw;
  }
  .why .number {
    padding-left: 0.9vw;
    width: 4.2vw;
    height: 4.2vw;
  }
  .why ol {
    gap: 4vw;
  }
  .language-selector {
    margin-top: -3vw !important;
    margin-right: -7vw;
  }
  .language-button {
    font-size: 14px !important;
    padding: 4px 8px !important;
  }
  .current-language {
    font-size: 12px;
  }
  .language-dropdown a {
    font-size: 14px !important;
    width: 30vw !important;
  }

}