/* =========================================================
   HOW TO USE SECTION
   Figma size: 1735px wide x 910px high
========================================================= */

.how-use-section {
  position: relative;
  width: min(1735px, 100%);
  min-height: 910px;
  margin: 0 auto;
  margin-top: 110px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(251, 251, 251, 0) 0%, #fbf9f9 100%);
}

/* =========================================================
   TOP HEADING ROW
========================================================= */

.how-use-heading-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding-top: 12px;
  white-space: nowrap;
}

.how-use-heading-row span {
  color: #ececec;
  text-align: center;
  font-family: "Zalando Sans Expanded", "Segoe UI", Arial, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.how-use-title {
  margin: 0;
  text-align: center;
  font-family: "Zalando Sans Expanded", "Segoe UI", Arial, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  background: linear-gradient(
    90deg,
    rgba(9, 130, 155, 0.5) 0%,
    rgba(3, 45, 53, 0.5) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* =========================================================
   LARGE BACKGROUND WORDS
========================================================= */

.how-use-bg-text {
  position: absolute;
  inset: 128px 0 auto;
  z-index: 0;
  display: grid;
  justify-items: center;
  pointer-events: none;
  user-select: none;
}

.how-use-bg-fast {
  color: #f2f2f2;
  text-align: center;
  font-family: "Zalando Sans Expanded", "Segoe UI", Arial, sans-serif;
  font-size: 146.673px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 30px;
}

.how-use-bg-charging {
  margin-top: 52px;
  color: #f2f2f2;
  text-align: center;
  font-family: "Zalando Sans Expanded", "Segoe UI", Arial, sans-serif;
  font-size: 272.024px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

/* =========================================================
   MAIN CONTENT LAYOUT
========================================================= */

.how-use-content {
  margin-bottom: -130px; ;
  margin-left: 105px;
  margin-right: 117px;
  left: -40px;
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 80px));
  min-height: 935px;
  margin: 10px auto -130px;
  display: grid;
  grid-template-columns: 357px minmax(280px, 360px) 357px;
  align-items: center;
  justify-content: center;
  gap: 200px;
}

.how-use-steps {
  display: grid;
  gap: 58px;
}

.how-use-steps-left {
  text-align: right;
}

.how-use-steps-right {
  text-align: left;
}

/* =========================================================
   SINGLE STEP CONTENT
========================================================= */

.how-use-step {
  width: 357px;
}

/* .how-use-number {
  
  display: block;
  margin-bottom: 4px;
  text-align: right;
  font-family: "Zalando Sans Expanded", "Segoe UI", Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  background: linear-gradient(
    90deg,
    rgba(9, 130, 155, 0.5) 30%,
    rgba(3, 45, 53, 0.5) 70%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  
} */
.how-use-number {

  display: block;
  margin-bottom: 4px;

  text-align: right;

  font-family: "Zalando Sans Expanded", "Segoe UI", Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;

  /* IMPORTANT */
  display: inline-block;

  /* Fixed Gradient */
  background: linear-gradient(
    90deg,
    rgba(9, 130, 155, 0.50) 0%,
    rgba(3, 45, 53, 0.50) 100%
  );
  /* Gradient only on text */
  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;

  /* Prevent gradient stretching */
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.how-use-step h3 {
  margin: 0 0 5px;
  color: #404040;
  white-space: nowrap;
  text-align: right;
  font-family: "Zalando Sans Expanded", "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  
}

.how-use-step p {
  width: 357px;
  margin: 0;
  color: #7c7c7c;
  text-align: right;
  font-family: "Zalando Sans Expanded", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.how-use-steps-right .how-use-number {
  text-align: left;
}

.how-use-steps-right h3,
.how-use-steps-right p {
  text-align: left;
}

/* =========================================================
   CENTER CHARGER IMAGE
========================================================= */

.how-use-charger-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
}

.how-use-charger-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 72px;
  width: 260px;
  height: 36px;
  transform: translateX(-50%);
  border-radius: 50%;
  /* background: rgba(0, 0, 0, 0.08); */
  filter: blur(4px);
}

.how-use-charger {
  position: relative;
  z-index: 1;
  width: 645px;
  height: 645px;
  display: block;
  object-fit: contain;
  left: 38px;
  top: -48px;

}

/* =========================================================
   RESPONSIVE DESIGN
========================================================= */

@media (max-width: 1200px) {
  .how-use-section {
    min-height: auto;
    padding-bottom: 80px;
  }

  .how-use-heading-row {
    gap: 28px;
  }

  .how-use-heading-row span,
  .how-use-title {
    font-size: clamp(44px, 7vw, 80px);
  }

  .how-use-bg-fast {
    font-size: clamp(92px, 14vw, 146px);
  }

  .how-use-bg-charging {
    font-size: clamp(120px, 19vw, 272px);
  }

  .how-use-content {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 36px;
  }

  .how-use-charger-wrap {
    order: -1;
    min-height: auto;
  }

  .how-use-steps {
    width: min(760px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
  }

  .how-use-step,
  .how-use-step p {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .how-use-section {
    padding-bottom: 58px;
  }

  .how-use-heading-row {
    gap: 16px;
    padding-top: 22px;
  }

  .how-use-heading-row span {
    display: none;
  }

  .how-use-bg-text {
    inset: 110px 0 auto;
  }

  .how-use-bg-fast {
    font-size: 72px;
  }

  .how-use-bg-charging {
    margin-top: -22px;
    font-size: 82px;
  }

  .how-use-content {
    width: min(100% - 32px, 440px);
    margin-top: 24px;
  }

  .how-use-charger {
    width: min(290px, 82vw);
  }

  .how-use-steps {
    grid-template-columns: 1fr;
  }

  .how-use-steps-left,
  .how-use-steps-right,
  .how-use-steps-right .how-use-number,
  .how-use-step h3,
  .how-use-step p,
  .how-use-steps-right h3,
  .how-use-steps-right p {
    text-align: center;
  }
}
