.online-store-page .main-wrapper {
  display: flex;
  flex-direction: column;
}

.online-store-page .sales-hero { order: 1; }
.online-store-page .sales-quote { order: 2; }
.online-store-page .sales-trust { order: 3; }
.online-store-page .sales-products { order: 4; }
.online-store-page .sales-offers { order: 5; }
.online-store-page .sales-order { order: 6; }
.online-store-page .sales-benefits { order: 7; }
.online-store-page .sales-processes { order: 8; }
.online-store-page .sales-about { order: 9; }
.online-store-page .sales-details { order: 10; }
.online-store-page .sales-faq { order: 11; }
.online-store-page .sales-mosaic { order: 12; }
.online-store-page .sales-global-cta { order: 13; }
.online-store-page .sales-contact { order: 14; }

.online-store-page .sales-legacy-slider {
  display: none;
}

.online-store-page .sales-hero .home-hero-content {
  max-width: 52rem;
}

.online-store-page .sales-hero .hero-review-button {
  display: none;
}

.online-store-page .sales-hero .global-heading-text {
  letter-spacing: 0;
}

.sales-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 1.25rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}

.sales-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.sales-hero-proof .icon-font {
  font-size: 1.15rem;
}

.sales-quote {
  background: #f4f6f8;
  scroll-margin-top: 5.5rem;
}

.sales-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(32rem, 1.15fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.sales-quote-copy {
  position: sticky;
  top: 7rem;
}

.sales-quote-copy .global-paragraph {
  margin-top: 1.25rem;
}

.sales-quote-points {
  display: grid;
  gap: 0.9rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.sales-quote-points li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  color: #27303f;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
}

.sales-quote-points .icon-font {
  color: #1745f5;
  font-size: 1.35rem;
}

.quick-quote {
  padding: 2rem;
  border: 1px solid #d9dee7;
  border-top: 4px solid #1745f5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.1);
}

.quick-quote-heading {
  margin: 0 0 0.4rem;
  color: #111827;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.quick-quote-intro {
  margin: 0 0 1.5rem;
  color: #566071;
  font-family: "Lato", sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}

.quick-quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.quick-quote-field {
  min-width: 0;
}

.quick-quote-field--full {
  grid-column: 1 / -1;
}

.quick-quote label,
.quick-quote legend {
  display: block;
  margin-bottom: 0.45rem;
  color: #1f2937;
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.quick-quote fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.quick-quote input,
.quick-quote select {
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid #bac2cf;
  border-radius: 6px;
  background: #fff;
  color: #111827;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}

.quick-quote input:focus,
.quick-quote select:focus {
  border-color: #1745f5;
  outline: 3px solid rgba(23, 69, 245, 0.14);
}

.quick-quote-segments {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.quick-quote-segment {
  position: relative;
  margin: 0;
}

.quick-quote-segment input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.quick-quote-segment span {
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.55rem;
  border: 1px solid #bac2cf;
  border-radius: 6px;
  background: #fff;
  color: #374151;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.quick-quote-segment input:checked + span {
  border-color: #1745f5;
  background: #edf1ff;
  color: #1238c5;
  box-shadow: inset 0 0 0 1px #1745f5;
}

.quick-quote-segment input:focus-visible + span {
  outline: 3px solid rgba(23, 69, 245, 0.18);
}

.quick-quote-quantity {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 7rem;
  gap: 0.5rem;
}

.quick-quote-submit {
  display: inline-flex;
  width: 100%;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.4rem;
  padding: 0.8rem 1rem;
  border: 0;
  border-radius: 6px;
  background: #16884f;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
}

.quick-quote-submit:hover {
  background: #106b3d;
}

.quick-quote-submit .icon-font {
  font-size: 1.2rem;
}

.quick-quote-note {
  margin: 0.8rem 0 0;
  color: #687386;
  font-family: "Lato", sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
}

.quick-quote-status {
  min-height: 1.25rem;
  margin-top: 0.65rem;
  color: #106b3d;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}

.sales-trust {
  border-top: 1px solid #e2e6ed;
  border-bottom: 1px solid #e2e6ed;
  background: #fff;
}

.sales-trust-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sales-trust-item {
  display: flex;
  min-height: 6rem;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-right: 1px solid #e2e6ed;
  color: #263142;
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  font-weight: 650;
  line-height: 1.35;
}

.sales-trust-item:last-child {
  border-right: 0;
}

.sales-trust-item .icon-font {
  flex: none;
  color: #1745f5;
  font-size: 1.45rem;
}

.sales-trust-item a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.sales-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.sales-product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid #dce1e9;
  border-radius: 8px;
  background: #fff;
}

.sales-product-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.sales-product-code {
  color: #1745f5;
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.sales-product-swatch {
  width: 2.1rem;
  height: 2.1rem;
  flex: none;
  border: 1px solid rgba(17, 24, 39, 0.16);
  border-radius: 50%;
  background: var(--swatch, #1745f5);
}

.sales-product h3 {
  margin: 1rem 0 0.55rem;
  color: #111827;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.sales-product p {
  margin: 0;
  color: #606b7c;
  font-family: "Lato", sans-serif;
  font-size: 0.88rem;
  line-height: 1.5;
}

.sales-product-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.25rem;
}

.sales-product-actions a {
  color: #1745f5;
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.sales-product-actions a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.sales-product-actions .sales-product-quote {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #106b3d;
}

.sales-product-footer {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.sales-mobile-cta {
  display: none;
}

@media screen and (max-width: 991px) {
  .sales-quote-layout {
    grid-template-columns: 1fr;
  }

  .sales-quote-copy {
    position: static;
  }

  .sales-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sales-trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sales-trust-item:nth-child(2) {
    border-right: 0;
  }

  .sales-trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid #e2e6ed;
  }
}

@media screen and (max-width: 767px) {
  .online-store-page {
    padding-bottom: 4.5rem;
  }

  .sales-quote .page-padding {
    padding-top: 2rem;
  }

  .online-store-page .mesenger-hldr {
    display: none;
  }

  .sales-hero-proof {
    display: grid;
    gap: 0.65rem;
  }

  .quick-quote {
    padding: 1.25rem;
  }

  .quick-quote-grid,
  .sales-product-grid {
    grid-template-columns: 1fr;
  }

  .quick-quote-segments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sales-trust-list {
    grid-template-columns: 1fr;
  }

  .sales-trust-item,
  .sales-trust-item:nth-child(2) {
    min-height: 4.75rem;
    border-right: 0;
    border-bottom: 1px solid #e2e6ed;
  }

  .sales-trust-item:last-child {
    border-bottom: 0;
  }

  .sales-mobile-cta {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 0.65rem;
    border-top: 1px solid #dce1e9;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -10px 28px rgba(17, 24, 39, 0.12);
  }

  .sales-mobile-cta a {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border-radius: 6px;
    background: #1745f5;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
  }

  .sales-mobile-cta a:last-child {
    background: #16884f;
  }
}
