/* handheld-computers-banner 03/09/26 */

.xf-pod-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: solid 1px #a9a9a9;
  box-sizing: border-box;
  background: #fff;
margin: 18px;
}

/* Background gradient */
.xf-pod-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  background:
    radial-gradient(circle at 70% 20%, rgba(210,245,210,.7), transparent 40%),
    radial-gradient(circle at 65% 80%, rgba(255,210,190,.6), transparent 40%),
    radial-gradient(circle at 90% 50%, rgba(210,230,255,.6), transparent 45%),
    linear-gradient(to right, #ffffff 0%, #f4f7fb 100%);
}

/* Text */
.xf-hero-text {
  flex: 1;
  text-align: center;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}

.xf-hero-text a {
  color: #0066cc;
  text-decoration: underline;
  font-size: 16px;
}

/* Image side */
.xf-hero-visuals {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

