<style>
  .ofs-home-v3,
  .ofs-home-v3 * {
    box-sizing: border-box;
  }

  .ofs-home-v3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #18243b;
    margin: 0;
    padding: 0;
  }

  .ofs-home-v3 a {
    text-decoration: none;
  }

  .ofs-home-v3 .ofs-btn {
    display: inline-block;
    background: linear-gradient(180deg, #2f7fd2 0%, #1f66b9 100%);
    color: #fff !important;
    text-decoration: none;
    padding: 18px 34px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(20, 74, 140, .22);
    transition: all .2s ease;
  }

  .ofs-home-v3 .ofs-btn:hover {
    background: linear-gradient(180deg, #3b8ce0 0%, #1f66b9 100%);
    color: #fff !important;
    transform: translateY(-1px);
  }

  /* HERO */
.ofs-hero-v3 {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  background:
    linear-gradient(90deg,
      rgba(187, 207, 230, .86) 0%,
      rgba(206, 220, 237, .74) 24%,
      rgba(229, 236, 245, .48) 40%,
      rgba(255,255,255,0) 58%),
    url('https://shop.ofs-360.com/ws_content/images/homepagev3-office-bg.png') center center / cover no-repeat;
  border: 1px solid #d5dde7;
}

  .ofs-hero-v3-inner {
    display: grid;
    grid-template-columns: 58% 42%;
    align-items: center;
    min-height: 470px;
    padding: 0 36px 0 56px;
    gap: 8px;
  }

  .ofs-hero-copy {
    max-width: 760px;
    padding-right: 20px;
  }

  .ofs-hero-copy h1 {
    margin: 0 0 18px;
    font-size: 66px;
    line-height: 1.02;
    letter-spacing: -1.6px;
    font-weight: 800;
    color: #15233c;
  }

  .ofs-hero-copy p {
    margin: 0 0 30px;
    font-size: 26px;
    line-height: 1.35;
    color: #243447;
    max-width: 640px;
  }

  .ofs-hero-wheel-side {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 8px;
  }

  /* WHEEL */
  .ofs-wheel-wrap-v3 {
    position: relative;
    width: 560px;
    height: 560px;
    max-width: 100%;
    margin: 0 auto;
  }

  .ofs-wheel-wrap-v3 img {
    width: 560px;
    height: 560px;
    max-width: 100%;
    display: block;
  }

  .wheel-link {
    position: absolute;
    display: block;
    z-index: 5;
    text-indent: -9999px;
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius: 12px;
    transition: background .18s ease, box-shadow .18s ease;
  }

  .wheel-link:hover {
    background: rgba(255,255,255,.13);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.28);
  }

  /* hotspots tuned for 560 x 560 wheel */
  .ink-toner {
    top: 38px;
    left: 154px;
    width: 126px;
    height: 116px;
  }

  .printers-copiers {
    top: 38px;
    left: 280px;
    width: 126px;
    height: 116px;
  }

  .managed-print {
    top: 112px;
    left: 378px;
    width: 122px;
    height: 118px;
  }

  .promo-marketing {
    top: 206px;
    left: 400px;
    width: 112px;
    height: 116px;
  }

  .educational-furniture {
    top: 318px;
    left: 377px;
    width: 124px;
    height: 114px;
  }

  .furniture {
    top: 414px;
    left: 282px;
    width: 124px;
    height: 102px;
  }

  .paper-products {
    top: 430px;
    left: 172px;
    width: 112px;
    height: 94px;
  }

  .breakroom-products {
    top: 388px;
    left: 86px;
    width: 112px;
    height: 102px;
  }

  .facility-supplies {
    top: 292px;
    left: 46px;
    width: 122px;
    height: 112px;
  }

  .inventory-management {
    top: 182px;
    left: 34px;
    width: 122px;
    height: 110px;
  }

  .office-supplies {
    top: 88px;
    left: 74px;
    width: 118px;
    height: 112px;
  }

  /* PORTFOLIO / VALUE STRIP */
  .ofs-service-block-v3 {
    background: #fff;
    padding: 34px 0 6px;
  }

  .ofs-service-title-v3 {
    margin: 0 0 12px;
    text-align: center;
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -.4px;
    font-weight: 800;
    color: #15233c;
  }

  .ofs-service-note-v3 {
    margin: 0 0 34px;
    text-align: center;
    font-size: 17px;
    line-height: 1.4;
    color: #212d3f;
  }

  .ofs-value-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin: 0 0 20px;
  }

  .ofs-value-item {
    background: #fff;
    border: 1px solid #d7dbe2;
    border-radius: 14px;
    padding: 22px 22px 20px;
    box-shadow: 0 3px 12px rgba(0,0,0,.05);
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    min-height: 124px;
  }

.ofs-value-icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border: 2px solid #12213a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #12213a;
}

  .ofs-value-item h3 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #1a2438;
    font-weight: 800;
  }

  .ofs-value-item p {
    font-size: 14px;
    color: #2d3442;
    margin: 0;
    line-height: 1.45;
  }

  /* PROMO PANELS */
  .ofs-section {
    margin: 28px 0;
  }

  .ofs-promo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .ofs-promo {
    position: relative;
    min-height: 220px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .ofs-promo:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.58), rgba(0,0,0,.18));
  }

  .ofs-promo-content {
    position: relative;
    z-index: 2;
    padding: 22px;
    color: #fff;
    width: 100%;
    text-align: left;
  }

  .ofs-promo-content h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.14;
    color: #fff;
    font-weight: 700;
  }

  .ofs-promo-content p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
  }

  /* RESPONSIVE */
  @media (max-width: 1300px) {
    .ofs-hero-copy h1 {
      font-size: 58px;
    }

    .ofs-hero-copy p {
      font-size: 23px;
    }
  }

  @media (max-width: 1100px) {
    .ofs-hero-v3-inner {
      grid-template-columns: 1fr;
      padding: 32px 24px 24px;
      gap: 8px;
    }

    .ofs-hero-copy {
      max-width: none;
      padding-right: 0;
      text-align: center;
    }

    .ofs-hero-copy p {
      max-width: none;
    }

    .ofs-hero-wheel-side {
      padding-right: 0;
    }

    .ofs-value-strip {
      grid-template-columns: repeat(2, 1fr);
    }

    .ofs-promo-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 700px) {
    .ofs-hero-v3 {
      min-height: auto;
    }

    .ofs-hero-v3-inner {
      padding: 22px 16px 18px;
    }

    .ofs-hero-copy h1 {
      font-size: 40px;
      line-height: 1.05;
    }

    .ofs-hero-copy p {
      font-size: 18px;
      line-height: 1.4;
    }

    .ofs-btn {
      font-size: 16px;
      padding: 15px 26px;
    }

    .ofs-service-title-v3 {
      font-size: 28px;
    }

    .ofs-service-note-v3 {
      font-size: 15px;
      margin-bottom: 22px;
    }

    .ofs-value-strip {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .ofs-value-item {
      min-height: auto;
      padding: 18px;
    }

    .ofs-wheel-wrap-v3 {
      width: 360px;
      height: 360px;
    }

    .ofs-wheel-wrap-v3 img {
      width: 360px;
      height: 360px;
    }

    /* scaled hotspots for 360 wheel */
    .ink-toner {
      top: 24px;
      left: 99px;
      width: 81px;
      height: 74px;
    }

    .printers-copiers {
      top: 24px;
      left: 180px;
      width: 81px;
      height: 74px;
    }

    .managed-print {
      top: 72px;
      left: 243px;
      width: 78px;
      height: 76px;
    }

    .promo-marketing {
      top: 132px;
      left: 257px;
      width: 72px;
      height: 75px;
    }

    .educational-furniture {
      top: 204px;
      left: 243px;
      width: 79px;
      height: 73px;
    }

    .furniture {
      top: 266px;
      left: 181px;
      width: 79px;
      height: 66px;
    }

    .paper-products {
      top: 276px;
      left: 111px;
      width: 72px;
      height: 60px;
    }

    .breakroom-products {
      top: 249px;
      left: 55px;
      width: 72px;
      height: 66px;
    }

    .facility-supplies {
      top: 187px;
      left: 29px;
      width: 78px;
      height: 72px;
    }

    .inventory-management {
      top: 117px;
      left: 22px;
      width: 78px;
      height: 71px;
    }

    .office-supplies {
      top: 57px;
      left: 48px;
      width: 76px;
      height: 72px;
    }

    .ofs-promo-content h3 {
      font-size: 20px;
    }
  }
</style>