.future-home .future-hero.commercial-hero {
  isolation: isolate;
  position: relative;
  display: block;
  width: 100%;
  min-height: 680px;
  padding: 0;
  overflow: hidden;
  background: #03122c;
}

.future-home .commercial-hero .hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 680px;
  width: min(590px, 45vw);
  margin-left: max(56px, calc((100vw - 1320px) / 2));
  padding: 70px 0 54px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.future-home .commercial-hero .future-eyebrow {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #80a8ff;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.future-home .commercial-hero .future-eyebrow span {
  color: #e9a239;
}

.future-home .commercial-hero h1 {
  max-width: 590px;
  margin: 0;
  color: #fff;
  font-size: clamp(45px, 4.4vw, 68px);
  line-height: 1;
  letter-spacing: -.052em;
}

.future-home .commercial-hero h1 span {
  color: #fff;
}

.future-home .commercial-hero .hero-copy > p {
  max-width: 550px;
  margin: 24px 0 0;
  color: #d5deed;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.55;
}

.future-home .commercial-hero .hero-actions {
  margin-top: 31px;
}

.future-home .commercial-hero .button.primary {
  background: #2c61ff;
}

.future-home .commercial-hero .button.secondary {
  border-color: rgba(255, 255, 255, .34);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.future-home .commercial-hero .future-trust {
  flex-wrap: wrap;
  gap: 11px 18px;
  margin-top: 27px;
  color: #ecf2ff;
}

.future-home .commercial-hero .future-trust i {
  color: #77a3ff;
  background: rgba(119, 163, 255, .14);
}

.future-home .commercial-hero .fabbrica-bridge {
  display: none;
}

.future-home .commercial-hero .hero-network-visual {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #03122c;
  box-shadow: none;
}

.future-home .commercial-hero .hero-network-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 18, 44, .99) 0%, rgba(3, 18, 44, .94) 29%, rgba(3, 18, 44, .48) 53%, rgba(3, 18, 44, .05) 100%);
  pointer-events: none;
}

.future-home .commercial-hero .hero-network-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30%;
  border: 0;
  border-radius: 0;
  background: linear-gradient(0deg, rgba(2, 15, 39, .7), transparent);
  box-shadow: none;
  animation: none;
  pointer-events: none;
}

.future-home .commercial-hero .hero-network-visual picture,
.future-home .commercial-hero .hero-network-visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.future-home .commercial-hero .hero-network-visual img {
  max-width: none;
  object-fit: cover;
  object-position: center;
  animation: commercial-hero-drift 16s ease-in-out infinite alternate;
}

.commercial-hero-benefits {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(1320px, calc(100% - 112px));
  margin: -1px auto 0;
  padding: 24px 0 30px;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  background: #fff;
}

.commercial-hero-benefits article {
  padding: 19px;
  border: 1px solid #e1e7f1;
  border-radius: 15px;
  color: #4e5c77;
  background: #f8faff;
  font-size: 13px;
  line-height: 1.5;
}

.commercial-hero-benefits strong {
  display: block;
  margin-bottom: 5px;
  color: #0a1838;
  font-size: 15px;
}

@keyframes commercial-hero-drift {
  from { transform: scale(1.01) translateX(0); }
  to { transform: scale(1.04) translateX(-.7%); }
}

@media (max-width: 1100px) {
  .future-home .commercial-hero .hero-copy {
    width: min(540px, 54vw);
    margin-left: 32px;
  }

  .commercial-hero-benefits {
    width: calc(100% - 48px);
  }
}

@media (max-width: 760px) {
  .future-home .future-hero.commercial-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
  }

  .future-home .commercial-hero .hero-copy {
    order: 1;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 34px 20px 26px;
    background: #03122c;
  }

  .future-home .commercial-hero h1 {
    max-width: 360px;
    font-size: clamp(36px, 10.8vw, 44px);
    line-height: 1.02;
  }

  .future-home .commercial-hero .hero-copy > p {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.5;
  }

  .future-home .commercial-hero .hero-actions {
    display: grid;
    width: 100%;
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .future-home .commercial-hero .hero-actions .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 10px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
  }

  .future-home .commercial-hero .future-trust {
    display: grid;
    width: 100%;
    margin-top: 17px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .future-home .commercial-hero .future-trust span {
    min-width: 0;
    font-size: 10px;
    line-height: 1.25;
  }

  .future-home .commercial-hero .future-trust i {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .future-home .commercial-hero .hero-network-visual {
    position: relative;
    z-index: 1;
    inset: auto;
    order: 2;
    height: min(126vw, 500px);
    min-height: 440px;
  }

  .future-home .commercial-hero .hero-network-visual::before {
    background: linear-gradient(180deg, #03122c 0%, rgba(3, 18, 44, .32) 14%, transparent 30%);
  }

  .future-home .commercial-hero .hero-network-visual::after {
    height: 24%;
  }

  .future-home .commercial-hero .hero-network-visual img {
    object-position: center bottom;
  }

  .commercial-hero-benefits {
    width: 100%;
    margin: 0;
    padding: 16px;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .future-home .commercial-hero .hero-network-visual img {
    animation: none;
  }
}
