/* ========== Section-specific styles ========== */
section.smart-commerce {
  color: var(--sc-text);
  background: linear-gradient(180deg, #0265af 0%, #012a49 100%);
  padding: 50px 20px;
  overflow: hidden;
}

.smart-commerce .smart-commerce__wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}

.smart-commerce .smart-commerce__content {
  max-width: 700px;
}

.smart-commerce .eyebrow {
	margin-bottom: 25px;
}

.smart-commerce .smart-commerce__title {
  margin: 0px 0px 25px 0px;
}

.smart-commerce .smart-commerce__title .text-accent {
  background: linear-gradient(90deg, #0091ff 0%, #c3e5ff 37.02%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.smart-commerce .smart-commerce__cta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.smart-commerce .smart-commerce__cta a {
  text-decoration: none;
}

/* Visual / right column */

.smart-commerce .smart-commerce__wrap .smart-commerce__content {
  max-width: 752px;
}

.smart-commerce .smart-commerce__visual {
  max-width: 491.97px;
}

.smart-commerce .smart-commerce__portrait {
  width: 100%;
}

/* ========== Responsive (under 960px) ========== */
@media (max-width: 960px) {
  .smart-commerce {
    padding: 60px 0;
  }

  .smart-commerce .smart-commerce__wrap {
    flex-direction: column;
    gap: 30px;
  }

  .smart-commerce .smart-commerce__content {
    justify-self: center;
  }

  .smart-commerce  h1.smart-commerce__title {
    font-size: 40px;
    line-height: 49px;
    margin: 20px 0px 15px 0px;
  }

  .smart-commerce .smart-commerce__cta {
    gap: 10px;
    justify-content: center;
  }

  .smart-commerce .smart-commerce__cta a {
    width: 100%;
    text-align: center;
  }

  .smart-commerce .smart-commerce__visual {
    max-width: 350px;
  }
}
