.ecommerce-page {
  --navy: #020719;
  --navy-2: #000c2b;
  --blue: #1f7bff;
  --cyan: #08c5ff;
  --purple: #9c3cff;
  --pink: #da42ff;
  --yellow: #ffc932;
  --cream: #fff6e8;
  --text: #101833;
  --muted: #66708a;
  --card-shadow: 0 10px 28px rgba(17, 27, 60, .12);
}
.ecommerce-page * {
  box-sizing: border-box;
}
.ecommerce-page {
  scroll-behavior: smooth;
}
.ecommerce-page {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: "Poppins", Arial, sans-serif;
}
.ecommerce-page a {
  text-decoration: none;
}
.ecommerce-page .site-container {
  width: min(94vw, 1140px);
  margin: 0 auto;
}
    .ecommerce-page .hero-section {
        min-height: 100vh;
        background: #020c2e;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        padding: 108px 0;
    }
.ecommerce-page .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  align-items: center;
  gap: clamp(22px, 3.2vw, 40px);
  min-height: calc(100vh - 52px);
  width: min(94vw, 1180px);
  margin-inline: auto;
}
.ecommerce-page .hero-content {
  color: #fff;
}
.ecommerce-page .hero-badge {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #2c6fff;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}
.ecommerce-page .hero-content h1 {
  font-size: clamp(42px, 5.7vw, 78px);
  line-height: 1;
  font-weight: 800;
  margin: 20px 0;
}
.ecommerce-page .hero-content h1 span {
  color: #297dff;
}
.ecommerce-page .hero-desc {
  font-size: clamp(15px, 1.45vw, 20px);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.ecommerce-page .hero-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}
.ecommerce-page .hero-features div {
  color: #dfe7ff;
  font-size: 15px;
}
.ecommerce-page .hero-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.ecommerce-page .btn-gradient {
  background: linear-gradient(90deg, #0bbcff, #3d63ff, #bc35ff);
  padding: 14px 24px;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}
.ecommerce-page .btn-dark {
  border: 1px solid rgba(255, 255, 255, .3);
  padding: 14px 24px;
  border-radius: 10px;
  color: #fff;
}
.ecommerce-page .hero-stats {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.ecommerce-page .stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ecommerce-page .stat-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #8fb6ff;
  font-size: 15px;
  background:
    radial-gradient(circle at center, rgba(38, 108, 255, .35), rgba(5, 22, 66, .85));
  border: 1px solid rgba(83, 137, 255, .65);
  box-shadow:
    0 0 0 3px rgba(30, 91, 220, .12),
    inset 0 0 14px rgba(80, 126, 255, .28);
}
.ecommerce-page .stat-item h4 {
  margin: 0 0 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
.ecommerce-page .stat-item span {
  display: block;
  color: #d6e2ff;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.1;
}
.ecommerce-page .hero-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.ecommerce-page .hero-image img {
  width: 100%;
  max-width: 815px;
  border-radius: 18px;
  display: block;
  height: auto;
  aspect-ratio: 815 / 580;
  object-fit: contain;
  filter: drop-shadow(0 18px 42px rgba(0, 0, 0, .24));
}
.ecommerce-page .hero-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: #fff;
  padding-top: clamp(16px, 3.5vw, 50px);
  flex-wrap: wrap;
}
.ecommerce-page .hero-bottom span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #f5f7ff;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.ecommerce-page .hero-bottom i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #d9a45c;
  font-size: 15px;
  background:
    radial-gradient(circle at center, rgba(35, 74, 170, .55), rgba(4, 17, 55, .9));
  border: 1px solid rgba(115, 139, 255, .45);
  box-shadow:
    0 0 0 4px rgba(42, 94, 220, .12),
    inset 0 0 12px rgba(92, 128, 255, .25);
}

@media(max-width:991px) {
.ecommerce-page .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: auto;
    padding-block: 34px;
  }
.ecommerce-page .hero-content h1 {
    font-size: clamp(42px, 8vw, 60px);
  }
.ecommerce-page .hero-desc {
    margin-inline: auto;
  }
.ecommerce-page .hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
    margin-inline: auto;
  }
.ecommerce-page .hero-stats {
    justify-content: center;
  }
.ecommerce-page .hero-buttons {
    justify-content: center;
  }
.ecommerce-page .hero-image img {
    max-width: 720px;
  }
.ecommerce-page .hero-bottom {
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 18px;
  }
}

@media(max-width:575px) {
.ecommerce-page .hero-section {
    min-height: auto;
    padding: 18px 0 26px;
  }
.ecommerce-page .hero-grid {
    width: min(92vw, 520px);
    padding-block: 18px;
    gap: 26px;
  }
.ecommerce-page .hero-content h1 {
    font-size: clamp(34px, 10.5vw, 46px);
    margin: 14px 0;
  }
.ecommerce-page .hero-desc {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 20px;
  }
.ecommerce-page .hero-features {
    grid-template-columns: 1fr;
    width: fit-content;
    text-align: left;
    gap: 9px;
    margin-bottom: 22px;
  }
.ecommerce-page .hero-buttons {
    margin-bottom: 24px;
  }
.ecommerce-page .btn-gradient, .ecommerce-page .btn-dark {
    width: min(100%, 260px);
    text-align: center;
  }
.ecommerce-page .hero-stats {
    display: grid;
    grid-template-columns: 1fr;
    width: fit-content;
    margin-inline: auto;
    text-align: left;
    gap: 14px;
  }
.ecommerce-page .hero-image img {
    border-radius: 12px;
  }
.ecommerce-page .hero-bottom {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
.ecommerce-page .hero-bottom span {
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
}
.ecommerce-page .one-navbar {
  min-height: 54px;
  padding: 12px 0 6px;
}
.ecommerce-page .brand-logo {
  width: 103px;
  height: auto;
  display: block;
}
.ecommerce-page .one-navbar .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, .35);
  padding: 4px 8px;
}
.ecommerce-page .one-navbar .navbar-toggler-icon {
  filter: invert(1);
  width: 18px;
  height: 18px;
}
.ecommerce-page .one-navbar .nav-link {
  color: #fff;
  font-size: clamp(7px, .8vw, 12px);
  font-weight: 700;
  letter-spacing: 0;
  padding: 5px 8px;
}
.ecommerce-page .one-navbar .nav-link:hover, .ecommerce-page .one-navbar .nav-link:focus {
  color: #86b9ff;
}
.ecommerce-page .dropdown-menu {
  --bs-dropdown-font-size: 12px;
  --bs-dropdown-min-width: 160px;
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .3);
}
.ecommerce-page .nav-cta, .ecommerce-page .primary-btn {
  border: 0;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(90deg, #0db7ff 0%, #236dff 48%, #b135ff 100%);
  box-shadow: 0 8px 18px rgba(64, 97, 255, .35);
}
.ecommerce-page .nav-cta {
  min-width: 118px;
  padding: 9px 13px;
  font-size: clamp(7px, .78vw, 12px);
}
.ecommerce-page .primary-btn {
  padding: 11px 15px;
  font-size: 12px;
}
.ecommerce-page .primary-btn:hover, .ecommerce-page .nav-cta:hover {
  color: #fff;
  filter: brightness(1.05);
}
.ecommerce-page .secondary-btn {
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 7px;
  color: #fff;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, .03);
}
.ecommerce-page .secondary-btn:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .08);
}
.ecommerce-page .hero-pill {
  display: inline-flex;
  align-items: center;
  color: #f7faff;
  border: 1px solid rgba(47, 137, 255, .65);
  border-radius: 7px;
  padding: 6px 9px;
  font-size: clamp(8px, .82vw, 12px);
  font-weight: 800;
  letter-spacing: .02em;
  background: rgba(8, 18, 50, .72);
  box-shadow: inset 0 0 16px rgba(35, 112, 255, .2);
}
.ecommerce-page .hero-copy h1 .accent {
  color: #2e7bff;
}
.ecommerce-page .headline-nowrap {
  white-space: nowrap;
}
.ecommerce-page .hero-features span {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #dce6ff;
  font-size: clamp(7px, .82vw, 13px);
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.15;
}
.ecommerce-page .hero-features i {
  color: #6c55ff;
  font-size: 12px;
}
.ecommerce-page .hero-actions .btn {
  padding: 9px 10px;
  font-size: clamp(8px, .74vw, 12px);
  line-height: 1.1;
}
.ecommerce-page .trust-row div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 7px;
  align-items: center;
  color: #fff;
}
.ecommerce-page .trust-row i {
  grid-row: span 2;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(65, 118, 255, .45);
  border-radius: 50%;
  color: #6c8dff;
  background: rgba(34, 41, 88, .56);
  font-size: 11px;
}
.ecommerce-page .trust-row strong {
  font-size: clamp(10px, 1vw, 14px);
  line-height: 1;
}
.ecommerce-page .trust-row small {
  color: #ced8ee;
  font-size: clamp(6px, .72vw, 10px);
  font-weight: 600;
  line-height: 1.1;
}
.ecommerce-page .hero-bottom span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f6f7ff;
  font-size: clamp(8px, .85vw, 12px);
  font-weight: 700;
}
.ecommerce-page .problems-section {
  padding: 43px 0 4px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 231, 194, .65), transparent 42%),
    var(--cream);
  height: 470px;
}
.ecommerce-page .problems-section h2, .ecommerce-page .solutions-section h2, .ecommerce-page .steps-section h2, .ecommerce-page .testimonials-section h2 {
  margin: 0;
  text-align: center;
  color: #10162b;
  font-size: clamp(19px, 2.25vw, 32px);
  font-weight: 800;
  line-height: 1.22;
}
.ecommerce-page .problems-section h2 {
  margin-bottom: 35px;
  font-size: clamp(16px, 1.9vw, 28px);
}
.ecommerce-page .problems-section h2 span {
  color: #e41d30;
}
.ecommerce-page .problem-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 9px;
}
.ecommerce-page .problem-card {
  min-width: 0;
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(238, 224, 207, .88);
  box-shadow: 0 8px 20px rgba(55, 36, 13, .08);
}
.ecommerce-page .problem-card img {
  width: 100%;
  aspect-ratio: 1 / .92;
  object-fit: cover;
  display: block;
}
.ecommerce-page .cross-icon {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  margin: 5px auto 3px;
  color: #fff;
  border-radius: 50%;
  background: #ff362f;
  font-size: 15px;
  line-height: 1;
  box-shadow: 0 2px 5px rgba(255, 54, 47, .25);
}
.ecommerce-page .problem-card p {
  min-height: 35px;
  margin: 0;
  padding: 0 5px 8px;
  color: #11192d;
  font-size: clamp(7px, .8vw, 11px);
  font-weight: 800;
  line-height: 1.42;
}
.ecommerce-page .solution-ribbon {
  width: min(737px, 80vw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: auto;
  margin-top: 60px;
  border-radius: 3px 3px 0 0;
  color: #fff;
  background: #020a22;
  box-shadow: 0 -2px 0 rgba(255, 255, 255, .1) inset;
  font-size: clamp(11px, 1.42vw, 20px);
  font-weight: 800;
  padding: 10px;
  border-radius: 10px;

}
.ecommerce-page .solution-ribbon strong {
  color: var(--yellow);
}
.ecommerce-page .solution-ribbon .bulb {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(255, 201, 50, .45);
  border-radius: 50%;
  color: var(--yellow);
}
.ecommerce-page .solutions-section {
  padding: 63px 0 52px;
  color: #fff;
  background: #021135;
}
.ecommerce-page .section-kicker {
  margin-bottom: 3px;
  text-align: center;
  color: #48a3ff;
  font-size: clamp(8px, .8vw, 12px);
  font-weight: 800;
  letter-spacing: .14em;
}
.ecommerce-page .solutions-section h2 {
  color: #fff;
  margin-bottom: 10px;
}
.ecommerce-page .solutions-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
}
.ecommerce-page .solution-card {
  min-width: 0;
  min-height: 111px;
  padding: 8px 6px 7px;
  text-align: center;
  border-radius: 8px;
  color: #11182b;
  background: #fff;
  border: 1px solid rgba(170, 184, 224, .42);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}
.ecommerce-page .solution-card img {
  height: 43px;
  width: auto;
  max-width: 64px;
  object-fit: contain;
  margin-bottom: 5px;
}
.ecommerce-page .solution-card h3 {
  min-height: 20px;
  margin: 0 0 4px;
  color: #101832;
  font-size: clamp(8px, .78vw, 11px);
  font-weight: 800;
  line-height: 1.2;
}
.ecommerce-page .solution-card p {
  margin: 0 auto;
  max-width: 119px;
  color: #222a3c;
  font-size: clamp(6px, .69vw, 9.5px);
  font-weight: 500;
  line-height: 1.35;
}
.ecommerce-page .steps-section {
  padding: 63px 0 6px;
  background: #fff;
}
.ecommerce-page .steps-section h2 {
  margin-bottom: 8px;
}
.ecommerce-page .steps-section h2 span {
  color: #2175ff;
}
.ecommerce-page .steps-grid {
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  gap: 7px;
  align-items: center;
}
.ecommerce-page .step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  align-items: center;
  min-height: 62px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--card-shadow);
}
.ecommerce-page .step-number {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 800;
}
.ecommerce-page .step-number.blue {
  background: #1775ff;
}
.ecommerce-page .step-number.green {
  background: #27c68b;
}
.ecommerce-page .step-number.orange {
  background: #ff9319;
}
.ecommerce-page .step-number.purple {
  background: #7d46ee;
}
.ecommerce-page .step-card small {
  display: block;
  color: #1f76ff;
  font-size: clamp(7px, .72vw, 10px);
  font-weight: 800;
  line-height: 1.1;
}
.ecommerce-page .step-card h3 {
  margin: 2px 0;
  color: #11192d;
  font-size: clamp(8px, .86vw, 12px);
  font-weight: 800;
  line-height: 1.15;
}
.ecommerce-page .step-card p {
  margin: 0;
  color: #4c556c;
  font-size: clamp(6px, .66vw, 9px);
  font-weight: 500;
  line-height: 1.42;
}
.ecommerce-page .step-arrow {
  display: grid;
  place-items: center;
  color: #394363;
  font-size: 20px;
  font-weight: 800;
}
.ecommerce-page .step-dots {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 3px;
}
.ecommerce-page .step-dots span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c3cad8;
}
.ecommerce-page .why-section {
  padding: 63px 0 8px;
  background: #fff;
}
.ecommerce-page .why-card {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.2fr 145px;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  min-height: 185px;
  padding: 28px 28px 28px 34px;
  color: #fff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 89% 92%, rgba(112, 67, 255, .48), transparent 22%),
    linear-gradient(90deg, #010925 0%, #051139 100%);
  box-shadow: 0 14px 30px rgba(3, 13, 45, .18);
}
.ecommerce-page .why-list h2 {
  margin: 0 0 7px;
  color: #6fa6ff;
  font-size: clamp(8px, .9vw, 13px);
  font-weight: 800;
  letter-spacing: .12em;
}
.ecommerce-page .why-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ecommerce-page .why-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 8px 0;
  color: #eef4ff;
  font-size: clamp(8px, .86vw, 12px);
  font-weight: 600;
  line-height: 1.45;
}
.ecommerce-page .why-list i {
  color: #fff;
  opacity: .94;
}
.ecommerce-page .why-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}
.ecommerce-page .why-stats div {
  min-width: 0;
}
.ecommerce-page .why-stats i {
  display: block;
  margin-bottom: 7px;
  color: #d25cff;
  font-size: clamp(19px, 2.6vw, 34px);
  text-shadow: 0 0 14px rgba(74, 175, 255, .6);
}
.ecommerce-page .why-stats strong {
  display: block;
  margin-bottom: 5px;
  color: #40c2ff;
  font-size: clamp(20px, 2.6vw, 38px);
  font-weight: 800;
  line-height: 1;
}
.ecommerce-page .why-stats span {
  display: block;
  color: #f8fbff;
  font-size: clamp(7px, .85vw, 12px);
  font-weight: 500;
  white-space: nowrap;
}
.ecommerce-page .rocket-wrap {
  position: relative;
  align-self: stretch;
  min-height: 110px;
}
.ecommerce-page .rocket-wrap img {
  position: absolute;
  right: -33px;
  bottom: -28px;
  width: 135%;
  /* transform: rotate(-2deg); */
  filter: drop-shadow(0 12px 18px rgba(44, 154, 255, .34));
  z-index: 2;
}
.ecommerce-page .cloud {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, #dae8ff);
  filter: blur(.2px);
  opacity: .96;
}
.ecommerce-page .cloud-one {
  width: 120px;
  height: 34px;
  right: -20px;
  bottom: -11px;
}
.ecommerce-page .cloud-two {
  width: 82px;
  height: 29px;
  right: 47px;
  bottom: -4px;
}
.ecommerce-page .testimonials-section {
  padding: 53px 0 60px;

  background: #fff;
}
.ecommerce-page .testimonials-section h2 {
  margin-bottom: 8px;
}
.ecommerce-page .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.ecommerce-page .testimonial-card {
  position: relative;
  min-height: 125px;
  padding: 18px 20px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--card-shadow);
}
.ecommerce-page .stars {
  color: #ffc21f;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 5px;
}
.ecommerce-page .stars span {
  color: #f1e2ae;
}
.ecommerce-page .quote {
  position: absolute;
  color: #e9edf6;
  font-size: 32px;
}
.ecommerce-page .testimonial-card .quote:first-of-type {
  left: 16px;
  top: 31px;
}
.ecommerce-page .testimonial-card p {
  position: relative;
  z-index: 1;
  min-height: 27px;
  margin: 0 0 7px;
  color: #232b41;
  font-size: clamp(7px, .72vw, 11px);
  font-weight: 500;
  line-height: 1.42;
}
.ecommerce-page .client {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
}
.ecommerce-page .client img {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: block;
  margin: 0;
  object-fit: cover;
  border-radius: 50%;
}
.ecommerce-page .client strong, .ecommerce-page .client span {
  display: block;
}
.ecommerce-page .client strong {
  color: #11182c;
  font-size: clamp(8px, .82vw, 12px);
  font-weight: 800;
}
.ecommerce-page .client span {
  color: #5c6578;
  font-size: clamp(7px, .75vw, 10px);
  font-weight: 500;
}
.ecommerce-page .market-banner {
    margin-bottom: 61px;
    width: 100%;
    min-height: 210px;
    padding: 34px 44px;
    border-radius: 16px;
    background: radial-gradient(circle at 78% 48%, rgba(121, 58, 255, 0.30), transparent 28%), radial-gradient(circle at 92% 20%, rgba(0, 183, 255, 0.22), transparent 22%), linear-gradient(135deg, #020a35 0%, #03093a 45%, #05083a 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(39, 90, 255, 0.35) inset;
}
.ecommerce-page .market-content {
  position: relative;
  z-index: 5;
  max-width: 950px;
}
.ecommerce-page .market-content h2 {
  margin: 0;
  color: #fff;
  font-size: 44px;
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.18);
  font-size: 22px;
}
.ecommerce-page .market-content h2 span {
  color: #8d4cff;
  text-shadow: 0 0 14px rgba(141, 76, 255, 0.9);
}
.ecommerce-page .market-content p {
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
}
.ecommerce-page .market-buttons {
  display: flex;
  gap: 34px;
  align-items: center;
}
.ecommerce-page .market-buttons a {
  text-decoration: none;
    height: 68px;
    /* min-width: 277px; */
    padding: 11px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}
.ecommerce-page .btn-call {
  background: linear-gradient(90deg, #06c7ff 0%, #1d80ff 48%, #b144ff 100%);
  box-shadow: 0 0 24px rgba(96, 107, 255, 0.55);
}
.ecommerce-page .btn-call span {
  font-size: 30px;
}
.ecommerce-page .btn-expert {
  background: rgba(255, 255, 255, 0.03);
  border: 4px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.08) inset;
}
.ecommerce-page .btn-expert span {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 23px;
}
.ecommerce-page .market-visual {
  width: 520px;
  height: 220px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}
.ecommerce-page .market-cart-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 22px rgba(111, 74, 255, 0.55));
}
@media (max-width: 991px) {
.ecommerce-page .market-visual {
    width: 100%;
    height: 190px;
    justify-content: center;
  }
.ecommerce-page .market-cart-img {
    max-width: 430px;
  }
}

@media (max-width: 575px) {
.ecommerce-page .market-visual {
    height: 140px;
  }
.ecommerce-page .market-cart-img {
    max-width: 320px;
  }
}
.ecommerce-page /* Responsive */
@media (max-width: 991px) {
.ecommerce-page .market-banner {
    padding: 28px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
.ecommerce-page .market-content h2 {
    font-size: 32px;
  }
.ecommerce-page .market-content p {
    font-size: 17px;
  }
.ecommerce-page .market-buttons {
    flex-wrap: wrap;
    gap: 16px;
  }
.ecommerce-page .market-buttons a {
    min-width: 260px;
    height: 58px;
    font-size: 17px;
  }
.ecommerce-page .market-visual {
    width: 100%;
    height: 190px;
  }
.ecommerce-page .cart-box {
    right: 10px;
    transform: scale(0.85) rotate(-3deg);
  }
}

@media (max-width: 575px) {
.ecommerce-page .market-banner {
    border-radius: 12px;
  }
.ecommerce-page .market-content h2 {
    font-size: 25px;
  }
.ecommerce-page .market-buttons a {
    width: 100%;
    min-width: unset;
  }
.ecommerce-page .market-visual {
    height: 150px;
  }
.ecommerce-page .cart-box {
    right: -30px;
    top: -5px;
    transform: scale(0.65) rotate(-3deg);
  }
}
@media (max-width: 980px) {
.ecommerce-page .one-navbar .nav-link {
    padding-inline: 5px;
  }
.ecommerce-page .hero-actions {
    gap: 10px;
  }
.ecommerce-page .primary-btn, .ecommerce-page .secondary-btn {
    padding: 10px 13px;
    font-size: 11px;
  }
.ecommerce-page .why-card {
    grid-template-columns: .85fr 1.15fr 122px;
    gap: 14px;
  }
.ecommerce-page .rocket-wrap img {
    width: 142px;
  }
}

@media (max-width: 699.98px) {
.ecommerce-page .site-container {
    width: min(92vw, 520px);
  }
.ecommerce-page .one-navbar {
    padding-top: 10px;
  }
.ecommerce-page .one-navbar .navbar-collapse {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    background: rgba(1, 9, 34, .98);
  }
.ecommerce-page .one-navbar .nav-link, .ecommerce-page .nav-cta {
    font-size: 12px;
  }
.ecommerce-page .nav-cta {
    display: inline-flex;
    margin-top: 8px;
  }
.ecommerce-page .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 22px;
  }
.ecommerce-page .hero-copy {
    text-align: center;
  }
.ecommerce-page .hero-features, .ecommerce-page .trust-row {
    margin-inline: auto;
  }
.ecommerce-page .hero-actions {
    justify-content: center;
  }
.ecommerce-page .hero-bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    padding-top: 5px;
  }
.ecommerce-page .problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
.ecommerce-page .problem-card p {
    font-size: 10px;
  }
.ecommerce-page .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
.ecommerce-page .solution-card {
    min-height: 142px;
  }
.ecommerce-page .solution-card h3 {
    font-size: 12px;
  }
.ecommerce-page .solution-card p {
    font-size: 10px;
  }
.ecommerce-page .steps-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
.ecommerce-page .step-arrow {
    display: none;
  }
.ecommerce-page .why-card {
    grid-template-columns: 1fr;
    padding: 21px;
  }
.ecommerce-page .why-list {
    text-align: center;
  }
.ecommerce-page .why-list li {
    justify-content: center;
  }
.ecommerce-page .why-stats {
    grid-template-columns: repeat(2, 1fr);
  }
.ecommerce-page .rocket-wrap {
    min-height: 150px;
  }
.ecommerce-page .rocket-wrap img {
    left: 50%;
    right: auto;
    bottom: -46px;
    width: 190px;
    transform: translateX(-50%) rotate(-4deg);
  }
.ecommerce-page .testimonial-grid {
    grid-template-columns: 1fr;
  }
.ecommerce-page .cta-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding-bottom: 16px;
  }
.ecommerce-page .cta-actions {
    justify-content: center;
  }
.ecommerce-page .cta-cart {
    justify-self: center;
    width: 205px;
    margin: 6px 0 -12px;
  }
.ecommerce-page .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
.ecommerce-page .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 430px) {
.ecommerce-page .hero-features {
    grid-template-columns: 1fr;
    text-align: left;
    width: fit-content;
  }
.ecommerce-page .trust-row {
    grid-template-columns: 1fr;
    width: fit-content;
    text-align: left;
  }
.ecommerce-page .problem-grid, .ecommerce-page .solutions-grid, .ecommerce-page .why-stats, .ecommerce-page .footer-grid {
    grid-template-columns: 1fr;
  }
.ecommerce-page .footer-brand {
    grid-column: auto;
  }
}

@media (max-width: 1399.98px) {
.ecommerce-page .hero-section {
    min-height: auto;
    padding: 64px 0 52px;
  }
.ecommerce-page .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    min-height: auto;
  }
.ecommerce-page .hero-content h1 {
    font-size: clamp(50px, 6vw, 68px);
  }
.ecommerce-page .hero-image img {
    width: 100%;
    max-width: 720px;
    height: auto;
  }
.ecommerce-page .hero-bottom {
    gap: 20px;
    padding-top: 28px;
    flex-wrap: wrap;
  }
.ecommerce-page .problems-section {
    height: auto;
    padding-bottom: 44px;
  }
.ecommerce-page .solution-ribbon {
    margin-top: 34px;
  }
.ecommerce-page .cta-cart {
    right: 18px;
    width: min(34vw, 330px);
  }
}

@media (max-width: 991.98px) {
.ecommerce-page .hero-section {
    padding: 56px 0 48px;
  }
.ecommerce-page .hero-grid {
    gap: 34px;
  }
.ecommerce-page .hero-content {
    max-width: 760px;
    margin: 0 auto;
  }
.ecommerce-page .hero-content h1 {
    font-size: clamp(42px, 8vw, 58px);
  }
.ecommerce-page .hero-desc {
    max-width: 680px;
    margin-inline: auto;
  }
.ecommerce-page .hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 640px;
    margin-inline: auto;
  }
.ecommerce-page .hero-buttons, .ecommerce-page .hero-stats {
    justify-content: center;
    flex-wrap: wrap;
  }
.ecommerce-page .hero-image {
    width: min(100%, 760px);
    margin: 0 auto;
  }
.ecommerce-page .problem-grid, .ecommerce-page .solutions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
.ecommerce-page .problem-card p, .ecommerce-page .solution-card p {
    max-width: none;
  }
.ecommerce-page .solutions-section, .ecommerce-page .steps-section, .ecommerce-page .why-section, .ecommerce-page .testimonials-section {
    padding-block: 48px;
  }
.ecommerce-page .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
.ecommerce-page .step-arrow {
    display: none;
  }
.ecommerce-page .step-card {
    min-height: 86px;
  }
.ecommerce-page .why-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }
.ecommerce-page .why-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.ecommerce-page .rocket-wrap {
    display: none;
  }
.ecommerce-page .cta-card {
    min-height: 0;
    padding: 28px;
  }
.ecommerce-page .cta-copy {
    max-width: min(100%, 560px);
  }
.ecommerce-page .cta-cart {
    opacity: .22;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: min(42vw, 290px);
  }
}

@media (max-width: 767.98px) {
.ecommerce-page .site-container {
    width: min(92vw, 560px);
  }
.ecommerce-page .hero-section {
    padding: 42px 0 40px;
  }
.ecommerce-page .hero-grid {
    gap: 26px;
  }
.ecommerce-page .hero-badge {
    max-width: 100%;
    line-height: 1.35;
  }
.ecommerce-page .hero-content h1 {
    margin: 16px 0;
    font-size: clamp(36px, 11vw, 48px);
  }
.ecommerce-page .hero-desc {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 24px;
    text-align: justify;
  }
.ecommerce-page .hero-features {
    gap: 10px;
    text-align: left;
  }
.ecommerce-page .hero-buttons {
    align-items: stretch;
  }
.ecommerce-page .btn-gradient, .ecommerce-page .btn-dark {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding: 13px 16px;
  }
.ecommerce-page .hero-stats {
    gap: 18px;
    margin-top: 22px;
    display: flex;
    justify-content: left;
  }
.ecommerce-page .stat-item {
    min-width: 138px;
    justify-content: center;
  }
.ecommerce-page .hero-bottom {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
.ecommerce-page .hero-bottom span {
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
.ecommerce-page .problems-section {
    padding-top: 38px;
  }
.ecommerce-page .problem-grid, .ecommerce-page .solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.ecommerce-page .solution-ribbon {
    width: 100%;
    flex-wrap: wrap;
    border-radius: 10px;
    text-align: center;
  }
.ecommerce-page .steps-grid, .ecommerce-page .testimonial-grid {
    grid-template-columns: 1fr;
  }
.ecommerce-page .why-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.ecommerce-page .why-stats span {
    white-space: normal;
  }
.ecommerce-page .cta-card {
    text-align: center;
  }
.ecommerce-page .cta-copy {
    margin: 0 auto;
  }
.ecommerce-page .cta-actions {
    justify-content: center;
  }
.ecommerce-page .cta-cart {
    display: none;
  }
}
.ecommerce-page /* MOBILE RESPONSIVE */
@media (max-width: 575px) {
.ecommerce-page .why-section {
    padding: 35px 0 20px;
  }
.ecommerce-page .why-section .site-container {
    width: min(100% - 24px, 1180px);
  }
.ecommerce-page .why-card {
    padding: 26px 18px 22px;
    border-radius: 10px;
    gap: 24px;
  }
.ecommerce-page .why-list h2 {
    font-size: 11px;
    letter-spacing: .10em;
    margin-bottom: 16px;
  }
.ecommerce-page .why-list li {
    gap: 8px;
    margin: 10px 0;
    font-size: 11px;
    line-height: 1.45;
  }
.ecommerce-page .why-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
.ecommerce-page .why-stats div {
    padding: 20px 8px 17px;
    border-radius: 12px;
  }
.ecommerce-page .why-stats i {
    font-size: 25px;
    margin-bottom: 8px;
  }
.ecommerce-page .why-stats strong {
    font-size: 30px;
  }
.ecommerce-page .why-stats span {
    font-size: 10px;
    white-space: normal;
    line-height: 1.25;
  }
.ecommerce-page .rocket-wrap {
    min-height: 110px;
  }
.ecommerce-page .rocket-wrap img {
    width: 145px;
    bottom: -18px;
  }
}
.ecommerce-page /* VERY SMALL MOBILE */
@media (max-width: 380px) {
.ecommerce-page .why-card {
    padding: 24px 14px 20px;
  }
.ecommerce-page .why-stats {
    grid-template-columns: 1fr;
  }
.ecommerce-page .why-list li {
    font-size: 10.5px;
  }
}

@media (max-width: 479.98px) {
.ecommerce-page .site-container {
    width: min(90vw, 390px);
  }
.ecommerce-page .hero-content h1 {
    font-size: clamp(32px, 13vw, 40px);
  }
.ecommerce-page .hero-features, .ecommerce-page .why-stats {
    grid-template-columns: 1fr;
  }
.ecommerce-page .problem-grid, .ecommerce-page .solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.ecommerce-page .hero-features {
    width: 100%;
  }
.ecommerce-page .hero-buttons {
    flex-direction: column;
  }
.ecommerce-page .hero-bottom {
    grid-template-columns: 1fr;
  }
.ecommerce-page .stat-item {
    min-width: 128px;
  }
.ecommerce-page .solution-card {
    min-height: 0;
    padding: 14px 12px;
  }
.ecommerce-page .step-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
.ecommerce-page .why-card, .ecommerce-page .cta-card {
    padding: 22px 16px;
  }
.ecommerce-page .why-list li {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
.ecommerce-page .cta-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
.ecommerce-page /* Final responsive fixes for hero dashboard and Why Choose stats. */
/* Final responsive fixes for hero dashboard and Why Choose stats. */
@media (max-width: 991.98px) {
.ecommerce-page .hero-grid {
    grid-template-columns: 1fr;
    width: min(92vw, 760px);
    text-align: center;
  }
.ecommerce-page .hero-content {
    max-width: 760px;
    margin-inline: auto;
  }
.ecommerce-page .hero-image {
    width: min(100%, 760px);
    max-width: 100%;
    margin-inline: auto;
    justify-self: stretch;
  }
.ecommerce-page .hero-image img {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 1892 / 1026;
    object-fit: contain;
  }
}

@media (max-width: 575px) {
.ecommerce-page .hero-image {
    width: 100%;
  }
.ecommerce-page .hero-image img {
    width: 100%;
    max-width: 100%;
  }
.ecommerce-page .hero-bottom {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
.ecommerce-page .why-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px 20px;
    text-align: center;
  }
.ecommerce-page .why-list {
    width: min(100%, 440px);
    margin: 0 auto;
    text-align: left;
  }
.ecommerce-page .why-list h2 {
    text-align: center;
    margin-bottom: 16px;
  }
.ecommerce-page .why-list ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
.ecommerce-page .why-list li {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 9px;
    margin: 10px 0;
  }
.ecommerce-page .why-list li i {
    flex: 0 0 16px;
    width: 16px;
    margin-top: 2px;
  }
.ecommerce-page .why-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
    width: min(100%, 520px);
    margin-inline: auto;
  }
.ecommerce-page .why-stats div {
    padding: 22px 10px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
  }
.ecommerce-page .why-stats span {
    white-space: normal;
  }
.ecommerce-page .rocket-wrap {
    display: block;
    min-height: 160px;
  }
.ecommerce-page .rocket-wrap img {
    left: 50%;
    right: auto;
    bottom: -48px;
    width: min(210px, 58vw);
    transform: translateX(-50%) rotate(-4deg);
  }
.ecommerce-page .cloud-one {
    left: 50%;
    right: auto;
    bottom: -12px;
    transform: translateX(-35%);
  }
.ecommerce-page .cloud-two {
    left: 50%;
    right: auto;
    bottom: -4px;
    transform: translateX(-90%);
  }
}

@media (max-width: 699.98px) {
.ecommerce-page .why-list {
    width: min(100%, 360px);
  }
.ecommerce-page .why-list h2 {
    font-size: 11px;
    letter-spacing: .10em;
  }
.ecommerce-page .why-list li {
    font-size: 11px;
    line-height: 1.45;
  }
.ecommerce-page .why-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
.ecommerce-page .why-stats i {
    font-size: 24px;
    margin-bottom: 6px;
  }
.ecommerce-page .why-stats strong {
    font-size: clamp(28px, 8vw, 36px);
  }
.ecommerce-page .why-stats span {
    font-size: 10px;
    white-space: normal;
  }
}

@media (max-width: 430px) {
.ecommerce-page .why-card {
    padding: 24px 16px;
  }
.ecommerce-page .why-list {
    width: min(100%, 320px);
  }
.ecommerce-page .why-list h2 {
    text-align: center;
  }
.ecommerce-page .why-list li {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
.ecommerce-page .why-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 360px) {
.ecommerce-page .why-stats {
    grid-template-columns: 1fr;
  }
}
.ecommerce-page .client>div {
  min-width: 0;
}

@media (max-width: 767.98px) {
.ecommerce-page .testimonial-card {
    padding: 18px 16px;
  }
.ecommerce-page .client {
    justify-content: flex-start;
    gap: 10px;
  }
.ecommerce-page .client img {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
}

@media (max-width: 430px) {
.ecommerce-page .testimonial-card {
    padding: 16px 14px;
  }
.ecommerce-page .client img {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    min-width: 34px;
  }
}
.ecommerce-page .solution-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  margin: 0 auto ;
}