:root {
  --wh-blue: #087af3;
  --wh-deep-blue: #075bd8;
  --wh-ink: #101828;
  --wh-muted: #667085;
  --wh-line: #e7edf5;
  --wh-shadow: 0 12px 36px rgba(20, 78, 145, .13);
}

body.hp-page--home {
  margin: 0;
  color: var(--wh-ink);
  background: #dbeaf7;
  font-family: "Be Vietnam Pro", "Roboto", Arial, sans-serif;
}

body.hp-page--home #main-navigation,
body.hp-page--home .hp-header-spacer,
body.hp-page--home .hp-footer {
  display: none !important;
}

body.hp-page--home #main-content {
  min-height: 100vh;
}

body.hp-page--home #chatbot-launcher:not([style*="display: none"]) {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.wh-page-shell,
.wh-page-shell * {
  box-sizing: border-box;
}

.wh-page-shell a {
  color: inherit;
  text-decoration: none;
}

.wh-page-shell button,
.wh-page-shell input {
  font: inherit;
}

.wh-page-shell {
  width: min(1440px, calc(100% - 36px));
  min-height: calc(100vh - 36px);
  margin: 18px auto;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(29, 75, 123, .2);
}

.wh-svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wh-icon {
  width: 1.35em;
  height: 1.35em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wh-desktop-header {
  height: 88px;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 42px;
  background: rgba(255, 255, 255, .97);
}

.wh-brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1567d7;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.05;
}

.wh-brand > img {
  width: auto;
  max-width: 122px;
  height: 48px;
  object-fit: contain;
}

.wh-brand__mark {
  width: 46px;
  height: 48px;
  display: grid;
  place-items: center;
}

.wh-brand__mark .wh-icon {
  width: 43px;
  height: 43px;
  stroke-width: 2.1;
}

.wh-brand__text small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 1.5px;
}

.wh-desktop-header nav {
  align-self: stretch;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(22px, 3vw, 52px);
  margin-left: auto;
}

.wh-desktop-header nav a {
  position: relative;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: color .2s ease;
}

.wh-desktop-header nav a:hover,
.wh-desktop-header nav a.is-active {
  color: var(--wh-blue);
}

.wh-desktop-header nav a.is-active::after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 58px;
  height: 3px;
  border-radius: 4px;
  background: var(--wh-blue);
}

.wh-header-hotline {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
  white-space: nowrap;
}

.wh-header-hotline > span:first-child {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #1f91ff, #075bd8);
  box-shadow: 0 6px 14px rgba(8, 122, 243, .22);
}

.wh-header-hotline small,
.wh-header-hotline strong {
  display: block;
}

.wh-header-hotline small {
  color: var(--wh-muted);
  font-size: 9px;
}

.wh-header-hotline strong {
  margin-top: 2px;
  color: var(--wh-blue);
  font-size: 13px;
}

.wh-main {
  background: linear-gradient(130deg, #f9fcff, #eef8ff);
}

.wh-hero {
  position: relative;
  min-height: 360px;
  padding: 60px 49% 48px 68px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 38%, rgba(69, 185, 255, .27), transparent 27%),
    radial-gradient(circle at 93% 14%, rgba(128, 221, 255, .27), transparent 19%),
    linear-gradient(108deg, #fff 30%, #edf8ff 67%, #d9efff);
}

.wh-hero__copy {
  position: relative;
  z-index: 4;
}

.wh-hero__eyebrow {
  display: none;
}

.wh-hero h1 {
  margin: 0 0 8px;
  color: #101828;
  font-size: clamp(36px, 3.2vw, 51px);
  font-weight: 800;
  letter-spacing: -2.3px;
  line-height: 1.12;
}

.wh-hero h2 {
  margin: 0 0 10px;
  color: #1b2f4b;
  font-size: clamp(19px, 1.7vw, 27px);
  letter-spacing: -.8px;
}

.wh-hero h2 i {
  color: var(--wh-blue);
  font-style: normal;
}

.wh-hero__copy > p:not(.wh-hero__eyebrow) {
  margin: 0 0 30px;
  color: var(--wh-muted);
  font-size: 13px;
}

.wh-mobile-welcome {
  display: none;
}

.wh-search-form {
  width: min(500px, 100%);
  height: 54px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 5px 5px 5px 17px;
  border: 1px solid #dfe8f2;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(26, 105, 187, .1);
}

.wh-search-form > .wh-icon {
  flex: 0 0 17px;
  width: 17px;
  color: #98a2b3;
}

.wh-search-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: #344054;
  background: transparent;
  font-size: 11px;
}

.wh-search-submit {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  border: 0;
  border-radius: 22px;
  color: #fff;
  background: var(--wh-blue);
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  transition: background .2s ease, transform .2s ease;
}

.wh-search-submit:hover {
  background: var(--wh-deep-blue);
  transform: translateY(-1px);
}

.wh-clear-search {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: none;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #667085;
  background: #eef2f6;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.wh-clear-search.is-visible {
  display: grid;
}

.wh-hero__art {
  position: absolute;
  z-index: 2;
  inset: 0 0 0 49%;
  overflow: hidden;
}

.wh-hero__art::before,
.wh-hero__art::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(34, 139, 255, .22);
  border-radius: 50%;
  transform: rotate(-13deg);
}

.wh-hero__art::before {
  width: 670px;
  height: 225px;
  top: 50px;
  right: -52px;
}

.wh-hero__art::after {
  width: 520px;
  height: 170px;
  top: 78px;
  right: 25px;
}

.wh-art-orbit {
  position: absolute;
  border-radius: 50%;
  background: #70e6ff;
  box-shadow: 0 0 18px #56d9ff;
}

.wh-art-orbit--one {
  width: 7px;
  height: 7px;
  left: 17%;
  top: 22%;
}

.wh-art-orbit--two {
  width: 5px;
  height: 5px;
  right: 16%;
  top: 15%;
}

.wh-art-phone {
  position: absolute;
  z-index: 4;
  left: 43%;
  top: 37px;
  width: 140px;
  height: 263px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 8px solid #122d50;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 70% 12%, #26c8ff, transparent 31%),
    linear-gradient(145deg, #128dff, #073fc9);
  box-shadow: 14px 25px 30px rgba(12, 75, 150, .28);
  transform: rotate(4deg);
}

.wh-art-phone::before {
  content: "";
  position: absolute;
  top: 0;
  width: 58px;
  height: 10px;
  border-radius: 0 0 9px 9px;
  background: #11253d;
}

.wh-art-phone span {
  width: 86px;
  height: 96px;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 6px 8px rgba(0, 25, 110, .3));
}

.wh-art-phone .wh-icon {
  width: 100%;
  height: 100%;
  stroke-width: 1.35;
}

.wh-art-phone i {
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 2px;
}

.wh-art-phone-image {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 51%;
  width: min(330px, 44vw);
  height: auto;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: saturate(1.08) drop-shadow(0 20px 28px rgba(0, 74, 190, .3));
  transform: translate(-50%, -50%);
}

.wh-art-stars-floor {
  display: none;
}

.wh-art-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 13px;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--wh-shadow);
  backdrop-filter: blur(8px);
}

.wh-art-card--verified {
  top: 73px;
  right: 8%;
  padding: 12px 16px;
  transform: rotate(5deg);
}

.wh-art-card--verified b {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #13c98b;
  font-size: 23px;
}

.wh-art-card span {
  color: #6b7787;
  font-size: 9px;
  line-height: 1.35;
}

.wh-art-card strong {
  color: #17283e;
  font-size: 11px;
}

.wh-art-card--secure {
  right: 10%;
  bottom: 42px;
  padding: 11px 15px;
  color: var(--wh-blue);
  transform: rotate(-4deg);
}

.wh-art-card--secure .wh-icon {
  width: 28px;
  height: 28px;
}

.wh-stats {
  position: relative;
  z-index: 6;
  width: 65%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: -30px 0 26px 56px;
}

.wh-stats article {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 16px;
  border: 1px solid #e3edf6;
  border-radius: 15px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 9px 24px rgba(28, 90, 151, .1);
}

.wh-stats strong {
  display: block;
  font-size: 17px;
}

.wh-stats small {
  display: block;
  margin-top: 2px;
  color: #667085;
  font-size: 9px;
  line-height: 1.45;
}

.wh-stat-icon {
  flex: 0 0 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
}

.wh-stat-icon.blue { background: #1389ff; }
.wh-stat-icon.green { background: #0ec682; }
.wh-stat-icon.orange { background: #ff8a16; }
.wh-stat-icon.purple { background: #9839eb; }

.wh-stat-icon .wh-icon {
  width: 23px;
  height: 23px;
}

.wh-section-title {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wh-section-title h2 {
  margin: 0;
  font-size: 17px;
}

.wh-section-title > a {
  color: #0874e9;
  font-size: 10px;
  font-weight: 600;
}

.wh-services,
.wh-products {
  padding: 0 56px 26px;
}

.wh-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.wh-service-card {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  border: 1px solid;
  border-radius: 20px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .9), 0 10px 22px rgba(34, 104, 168, .09);
}

.wh-service-card.blue { --wh-tone: #087af3; border-color: #9cccfb; background: linear-gradient(135deg, #edf8ff, #d5edff); }
.wh-service-card.green { --wh-tone: #00aa7a; border-color: #9be6d5; background: linear-gradient(135deg, #edfff9, #d2f8ed); }
.wh-service-card.purple { --wh-tone: #7738e9; border-color: #d5bff9; background: linear-gradient(135deg, #f9f2ff, #eadcff); }
.wh-service-card.orange { --wh-tone: #ff750a; border-color: #ffd1b2; background: linear-gradient(135deg, #fff8f0, #ffeadb); }

.wh-service-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -65px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(255, 255, 255, .18), 0 0 0 38px rgba(255, 255, 255, .12);
}

.wh-service-content {
  position: relative;
  z-index: 4;
  width: 58%;
  padding: 25px 0 16px 18px;
}

.wh-service-content h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.25;
}

.wh-service-content p {
  margin: 0 0 13px;
  color: #526174;
  font-size: 9px;
  line-height: 1.6;
}

.wh-service-content > a {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--wh-tone);
  transition: transform .2s ease;
}

.wh-service-content > a:hover {
  transform: translateX(3px);
}

.wh-service-content > a .wh-icon {
  width: 15px;
}

.wh-service-visual {
  position: absolute;
  z-index: 3;
  right: -8px;
  bottom: -12px;
  width: 48%;
  height: 125%;
}

.wh-service-ring {
  position: absolute;
  inset: 40px -25px -10px -10px;
  border: 1px solid color-mix(in srgb, var(--wh-tone) 30%, transparent);
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
}

.wh-service-icon {
  position: absolute;
  left: 28%;
  top: 29%;
  width: 76px;
  height: 93px;
  display: grid;
  place-items: center;
  border: 5px solid rgba(255, 255, 255, .8);
  border-radius: 18px;
  color: #fff;
  background: var(--wh-tone);
  box-shadow: 0 14px 23px color-mix(in srgb, var(--wh-tone) 28%, transparent);
  transform: rotate(7deg);
}

.wh-service-icon .wh-icon {
  width: 44px;
  height: 44px;
}

.wh-products {
  padding-bottom: 32px;
}

.wh-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.wh-product-card {
  position: relative;
  min-width: 0;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 14px;
  border: 1px solid #e3ebf3;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(33, 89, 145, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.wh-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(33, 89, 145, .13);
}

.wh-product-image {
  flex: 0 0 72px;
  height: 70px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  color: #4a8ddd;
  background: linear-gradient(145deg, #e8f4ff, #f7fbff);
}

.wh-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wh-product-image .wh-icon {
  width: 38px;
  height: 38px;
}

.wh-product-info {
  min-width: 0;
  flex: 1;
}

.wh-product-info strong,
.wh-product-info small {
  display: block;
}

.wh-product-info strong {
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wh-product-info small {
  height: 24px;
  overflow: hidden;
  margin-bottom: 5px;
  color: #7b8794;
  font-size: 8px;
  line-height: 1.45;
}

.wh-product-info b {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 10px;
  color: #0b9158;
  background: #e1faed;
  font-size: 8px;
}

.wh-product-card > i {
  color: #8da0b4;
  font-size: 20px;
  font-style: normal;
}

.wh-recent-card {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid #e3ebf3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(33, 89, 145, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.wh-recent-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(33, 89, 145, .13);
}

.wh-recent-image {
  flex: 0 0 82px;
  height: 76px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(145deg, #e8f4ff, #f7fbff);
}

.wh-recent-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wh-recent-info {
  min-width: 0;
  flex: 1;
}

.wh-recent-info strong,
.wh-recent-info small,
.wh-recent-info em {
  display: block;
}

.wh-recent-info strong {
  margin-bottom: 6px;
  color: #183b5b;
  font-size: 14px;
}

.wh-recent-info small {
  margin-top: 3px;
  color: #66788a;
  font-size: 10px;
}

.wh-recent-info small b {
  color: #196cc5;
}

.wh-recent-info em {
  margin-top: 7px;
  color: #8b98a5;
  font-size: 9px;
  font-style: normal;
}

.wh-recent-status {
  min-width: 145px;
  text-align: right;
}

.wh-recent-status b,
.wh-recent-status small {
  display: block;
}

.wh-recent-status b {
  margin-bottom: 8px;
  font-size: 11px;
}

.wh-recent-status.is-active b { color: #07945c; }
.wh-recent-status.is-expired b { color: #d66915; }

.wh-recent-status small {
  color: #738397;
  font-size: 9px;
}

.wh-recent-card > i {
  color: #8da0b4;
  font-size: 22px;
  font-style: normal;
}

.wh-products-empty {
  padding: 24px;
  border: 1px dashed #cad8e7;
  border-radius: 15px;
  color: var(--wh-muted);
  background: rgba(255, 255, 255, .7);
  text-align: center;
  font-size: 13px;
}

.wh-mobile-utilities,
.wh-mobile-nav {
  display: none;
}

.wh-toast {
  position: fixed;
  z-index: 2000;
  left: 50%;
  bottom: 28px;
  padding: 12px 18px;
  border-radius: 12px;
  color: #fff;
  background: #102a43;
  box-shadow: var(--wh-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
  transition: opacity .25s ease, transform .25s ease;
  font-size: 13px;
}

.wh-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (min-width: 901px) {
  .wh-hero__art {
    perspective: 1000px;
  }

  .wh-art-phone-image {
    transform-origin: center;
    transform-style: preserve-3d;
    animation: wh-desktop-phone-motion 6s ease-in-out infinite;
  }

  .wh-art-stars-floor {
    position: absolute;
    z-index: 5;
    right: 3%;
    bottom: 12px;
    left: 15%;
    height: 105px;
    display: block;
    color: #fff;
    pointer-events: none;
    filter: drop-shadow(0 0 6px rgba(103, 218, 255, .95));
  }

  .wh-art-stars-floor::before,
  .wh-art-stars-floor::after {
    content: "✦";
    position: absolute;
    top: 45%;
    left: 50%;
    color: #fff;
    font-style: normal;
    line-height: 1;
  }

  .wh-art-stars-floor::before {
    font-size: 18px;
    text-shadow:
      -180px 21px 2px #fff,
      -158px -19px 4px #fff,
      -132px 36px 1px #fff,
      -103px -8px 3px #fff,
      -76px 28px 2px #fff,
      -45px -29px 4px #fff,
      -15px 16px 1px #fff,
      22px -15px 3px #fff,
      54px 34px 2px #fff,
      83px -25px 4px #fff,
      112px 13px 1px #fff,
      145px 37px 3px #fff,
      177px -12px 2px #fff;
    animation: wh-desktop-stars-twinkle 1.8s ease-in-out -.6s infinite alternate;
  }

  .wh-art-stars-floor::after {
    top: 37%;
    font-size: 10px;
    text-shadow:
      -190px -7px 2px #fff,
      -169px 39px 1px #fff,
      -143px 11px 3px #fff,
      -117px -31px 2px #fff,
      -91px 43px 1px #fff,
      -61px 3px 3px #fff,
      -29px 38px 2px #fff,
      5px -34px 1px #fff,
      37px 25px 3px #fff,
      68px -7px 2px #fff,
      98px 42px 1px #fff,
      128px -30px 3px #fff,
      157px 20px 2px #fff,
      188px 43px 1px #fff;
    animation: wh-desktop-stars-twinkle 2.7s ease-in-out -1.4s infinite alternate-reverse;
  }

  @keyframes wh-desktop-phone-motion {
    0%,
    50%,
    100% {
      transform: translate(-50%, -50%) translateY(0) rotateY(0deg);
    }

    25% {
      transform: translate(-50%, -50%) translateY(-10px) rotateY(30deg);
    }

    75% {
      transform: translate(-50%, -50%) translateY(-10px) rotateY(-30deg);
    }
  }

  @keyframes wh-desktop-stars-twinkle {
    from {
      opacity: .42;
      filter: brightness(.9);
      transform: scale(.96);
    }

    to {
      opacity: 1;
      filter: brightness(1.45);
      transform: scale(1.05);
    }
  }
}

@media (max-width: 1120px) and (min-width: 901px) {
  .wh-desktop-header {
    gap: 18px;
    padding: 0 24px;
  }

  .wh-desktop-header nav {
    gap: 17px;
  }

  .wh-brand__text,
  .wh-header-hotline small {
    display: none;
  }

  .wh-hero {
    padding-left: 42px;
  }

  .wh-stats {
    width: 72%;
    margin-left: 35px;
  }

  .wh-services,
  .wh-products {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (max-width: 900px) {
  body.hp-page--home {
    background: #078dfb;
  }

  body.hp-page--home #main-navigation.hp-header {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100%;
    min-height: 32px;
    display: block !important;
    overflow: hidden;
    border-radius: 0 !important;
    background: #078dfb !important;
    box-shadow: none !important;
  }

  body.hp-page--home #main-navigation > .hp-header__top {
    width: 100%;
    min-height: 32px;
    margin: 0;
    display: flex !important;
    border: 0;
    border-radius: 0;
    background: #078dfb !important;
  }

  body.hp-page--home .hp-header__top-links {
    display: none !important;
  }

  body.hp-page--home .hp-header__top-inner {
    max-width: none;
    padding-right: 12px;
    padding-left: 12px;
  }

  body.hp-page--home #main-navigation > .header-top,
  body.hp-page--home #main-navigation > #navbar {
    display: none !important;
  }

  body.hp-page--home #main-content {
    min-height: 100dvh;
  }

  .wh-page-shell {
    width: 100%;
    min-height: 100dvh;
    margin: 0;
    overflow: visible;
    border-radius: 0;
    background: #edf5ff;
    box-shadow: none;
  }

  .wh-desktop-header,
  .wh-stats,
  .wh-services {
    display: none;
  }

  .wh-main {
    min-height: calc(100dvh - 60px);
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, #f4f9ff 0, #eef6ff 62%, #e8f2ff 100%);
  }

  .wh-hero {
    z-index: 2;
    min-height: 350px;
    padding: 0;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
    color: #fff;
    background:
      radial-gradient(circle at 80% 44%, rgba(70, 221, 255, .78), transparent 25%),
      radial-gradient(circle at 28% 0, rgba(0, 184, 255, .38), transparent 32%),
      linear-gradient(155deg, #078dfb, #0756db 76%);
    box-shadow: 0 8px 18px rgba(0, 75, 190, .22);
  }

  .wh-hero::after {
    content: "";
    position: absolute;
    top: 77px;
    right: -24px;
    width: 185px;
    height: 185px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    box-shadow: 0 0 0 18px rgba(255, 255, 255, .035), 0 0 0 42px rgba(255, 255, 255, .025);
  }

  .wh-hero::before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 79px 10px 18px;
    border: 1px solid rgba(255, 255, 255, .59);
    border-radius: 19px;
    background: linear-gradient(180deg, rgba(5, 105, 228, .28), rgba(4, 77, 196, .3));
    pointer-events: none;
  }

  .wh-mobile-welcome {
    position: relative;
    z-index: 8;
    height: 73px;
    display: flex;
    flex-direction: column;
    padding: 18px 20px 0;
  }

  .wh-mobile-welcome span {
    font-size: 11px;
    opacity: .85;
  }

  .wh-mobile-welcome strong {
    font-size: 18px;
  }

  .wh-mobile-welcome > a {
    position: absolute;
    top: 28px;
    right: 20px;
    color: #fff;
  }

  .wh-mobile-welcome > a b {
    position: absolute;
    right: 0;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #ff3d46;
  }

  .wh-hero__copy {
    position: absolute;
    z-index: 6;
    inset: 79px 10px 18px;
    height: auto;
    padding: 19px 18px;
    border: 0;
    border-radius: 19px;
    background: transparent;
  }

  .wh-hero h1 {
    display: none;
  }

  .wh-hero__eyebrow {
    position: relative;
    z-index: 5;
    width: 58%;
    display: block;
    margin: 0 !important;
    color: #fff;
    font-size: clamp(27px, 8.5vw, 36px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.7px;
    text-shadow: 0 3px 10px rgba(0, 47, 150, .23);
  }

  .wh-hero h2 {
    position: relative;
    z-index: 5;
    width: 65%;
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .96);
    font-size: clamp(10px, 3vw, 13px);
    line-height: 1.45;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .wh-hero h2 i {
    color: rgba(255, 255, 255, .75);
  }

  .wh-hero__copy > p:not(.wh-hero__eyebrow) {
    display: none;
  }

  .wh-hero__art {
    z-index: 4;
    inset: 75px 4px 77px 45%;
    display: block;
    overflow: visible;
    perspective: 800px;
    animation: wh-mobile-art-float 3.2s ease-in-out infinite;
  }

  .wh-hero__art::before,
  .wh-hero__art::after,
  .wh-art-orbit,
  .wh-art-card {
    display: none;
  }

  .wh-art-phone {
    left: 50%;
    top: 49%;
    width: 92px;
    height: 172px;
    gap: 8px;
    border-width: 5px;
    border-radius: 19px;
    box-shadow: 10px 16px 22px rgba(0, 46, 145, .28);
    transform: translate(-50%, -50%) rotate(5deg);
  }

  .wh-art-phone::before {
    width: 39px;
    height: 7px;
  }

  .wh-art-phone span {
    width: 56px;
    height: 63px;
  }

  .wh-art-phone i {
    font-size: 8px;
  }

  .wh-art-phone-image {
    top: 37%;
    left: 54%;
    width: min(74vw, 290px);
    transform-origin: center;
    transform-style: preserve-3d;
    filter: saturate(1.05) drop-shadow(0 12px 17px rgba(0, 40, 145, .24));
    animation: wh-mobile-phone-flip 6s ease-in-out infinite;
  }

  .wh-hero__art::before,
  .wh-hero__art::after {
    content: "";
    position: absolute;
    z-index: 5;
    inset: -24px -16px;
    display: block;
    pointer-events: none;
    mix-blend-mode: screen;
  }

  .wh-hero__art::before {
    background:
      radial-gradient(circle at 8% 18%, #fff 0 1.5px, transparent 2.8px),
      radial-gradient(circle at 22% 42%, #bdf8ff 0 2px, transparent 3.4px),
      radial-gradient(circle at 13% 72%, #fff 0 1px, transparent 2.4px),
      radial-gradient(circle at 31% 8%, #fff 0 1.2px, transparent 2.7px),
      radial-gradient(circle at 42% 28%, #d8fbff 0 1.5px, transparent 3px),
      radial-gradient(circle at 38% 64%, #fff 0 1px, transparent 2.5px),
      radial-gradient(circle at 52% 13%, #fff 0 2px, transparent 3.5px),
      radial-gradient(circle at 59% 48%, #a9f5ff 0 1.3px, transparent 2.8px),
      radial-gradient(circle at 67% 78%, #fff 0 1.8px, transparent 3.2px),
      radial-gradient(circle at 75% 22%, #fff 0 1px, transparent 2.5px),
      radial-gradient(circle at 84% 44%, #c9faff 0 2px, transparent 3.5px),
      radial-gradient(circle at 91% 68%, #fff 0 1.3px, transparent 2.8px),
      radial-gradient(circle at 96% 12%, #fff 0 1.6px, transparent 3px),
      radial-gradient(circle at 49% 88%, #b9f7ff 0 1.2px, transparent 2.7px);
    filter: drop-shadow(0 0 4px rgba(181, 247, 255, .95));
    animation: wh-mobile-stars-twinkle 2.4s ease-in-out infinite alternate;
  }

  .wh-hero__art::after {
    inset: -13px 1px;
    background:
      radial-gradient(circle at 15% 30%, #fff 0 1px, transparent 2.5px),
      radial-gradient(circle at 27% 82%, #8befff 0 1.8px, transparent 3.2px),
      radial-gradient(circle at 46% 20%, #fff 0 1.3px, transparent 2.8px),
      radial-gradient(circle at 61% 67%, #fff 0 1px, transparent 2.4px),
      radial-gradient(circle at 72% 8%, #9ef3ff 0 1.8px, transparent 3.2px),
      radial-gradient(circle at 87% 33%, #fff 0 1.2px, transparent 2.7px),
      radial-gradient(circle at 93% 86%, #d8fbff 0 1.5px, transparent 3px);
    filter: drop-shadow(0 0 5px rgba(122, 236, 255, .9));
    animation: wh-mobile-stars-twinkle 1.8s ease-in-out -1s infinite alternate-reverse;
  }

  .wh-art-stars-floor {
    position: absolute;
    z-index: 5;
    right: -8%;
    bottom: -8px;
    left: -12%;
    height: 105px;
    display: block;
    pointer-events: none;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, .9));
  }

  .wh-art-stars-floor::before,
  .wh-art-stars-floor::after {
    content: "✦";
    position: absolute;
    top: 45%;
    left: 50%;
    color: #fff;
    font-style: normal;
    line-height: 1;
  }

  .wh-art-stars-floor::before {
    font-size: 17px;
    text-shadow:
      -116px 28px 2px #fff,
      -105px -16px 4px #fff,
      -86px 8px 1px #fff,
      -67px 37px 3px #fff,
      -52px -31px 2px #fff,
      -31px 22px 4px #fff,
      -12px -12px 1px #fff,
      18px 34px 3px #fff,
      39px -29px 2px #fff,
      58px 12px 4px #fff,
      82px 39px 1px #fff,
      99px -19px 3px #fff,
      117px 22px 2px #fff;
    animation: wh-mobile-floor-stars 1.5s ease-in-out -.7s infinite alternate-reverse;
  }

  .wh-art-stars-floor::after {
    top: 37%;
    font-size: 10px;
    text-shadow:
      -121px -4px 2px #fff,
      -109px 41px 3px #fff,
      -94px 23px 1px #fff,
      -76px -27px 3px #fff,
      -61px 13px 2px #fff,
      -43px 43px 1px #fff,
      -25px -21px 3px #fff,
      -3px 30px 2px #fff,
      14px -35px 1px #fff,
      31px 7px 3px #fff,
      49px 42px 2px #fff,
      67px -15px 1px #fff,
      86px 18px 3px #fff,
      104px 45px 2px #fff,
      121px -7px 1px #fff;
    transform: translateY(7px) scale(.82);
    animation: wh-mobile-floor-stars 2.7s ease-in-out -1.3s infinite alternate;
  }

  @keyframes wh-mobile-floor-stars {
    from {
      opacity: .55;
      filter: brightness(1);
    }

    to {
      opacity: 1;
      filter: brightness(1.5);
    }
  }

  @keyframes wh-mobile-stars-twinkle {
    from {
      opacity: .28;
      transform: scale(.96);
    }

    to {
      opacity: 1;
      transform: scale(1.04);
    }
  }

  @keyframes wh-mobile-art-float {
    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-8px);
    }
  }

  @keyframes wh-mobile-phone-flip {
    0%,
    50%,
    100% {
      transform: translate(-50%, -50%) rotateY(0deg);
    }

    25% {
      transform: translate(-50%, -50%) rotateY(30deg);
    }

    75% {
      transform: translate(-50%, -50%) rotateY(-30deg);
    }
  }

  .wh-search-form {
    position: absolute;
    z-index: 9;
    right: 12px;
    bottom: 13px;
    left: 12px;
    width: auto;
    height: 44px;
    padding: 4px 4px 4px 13px;
    border: 0;
    box-shadow: 0 8px 18px rgba(0, 45, 130, .22);
  }

  .wh-search-form > .wh-icon {
    display: none;
  }

  .wh-search-form input {
    font-size: 10px;
  }

  .wh-search-submit {
    width: 36px;
    height: 36px;
    justify-content: center;
    padding: 0;
    color: #fff;
  }

  .wh-search-submit span {
    display: none;
  }

  .wh-mobile-utilities {
    display: block;
    margin: 12px 5px 0;
  }

  .wh-section-title {
    min-height: 33px;
    padding: 0 3px;
  }

  .wh-section-title h2 {
    font-size: 16px;
  }

  .wh-utility-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .wh-utility-grid > a {
    position: relative;
    isolation: isolate;
    min-height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 4px 7px;
    border: 1px solid rgba(224, 233, 243, .92);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(29, 70, 111, .09);
    text-align: center;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  }

  .wh-utility-grid > a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -38px;
    right: -32px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(76, 184, 255, .16), transparent 68%);
    animation: wh-utility-aura 3.6s ease-in-out infinite alternate;
  }

  .wh-utility-grid > a::after {
    content: "";
    position: absolute;
    right: 24%;
    bottom: 0;
    left: 24%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #52cfff, transparent);
    opacity: .25;
    transform: scaleX(.35);
    transition: opacity .22s ease, transform .22s ease;
  }

  .wh-utility-grid > a:active {
    border-color: rgba(7, 141, 251, .3);
    box-shadow: 0 4px 10px rgba(29, 70, 111, .12), inset 0 0 0 1px rgba(7, 141, 251, .08);
    transform: translateY(2px) scale(.96);
  }

  .wh-utility-grid > a:active::after {
    opacity: .9;
    transform: scaleX(1);
  }

  .wh-utility-grid > a > span {
    position: relative;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 13px;
    color: #fff;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, .38), 0 6px 12px rgba(28, 75, 120, .18);
    transition: transform .22s ease, box-shadow .22s ease;
    animation: wh-utility-icon-float 3.2s ease-in-out infinite;
  }

  .wh-utility-grid > a > span::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -20%;
    bottom: -20%;
    left: -70%;
    width: 38%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .82), transparent);
    transform: skewX(-18deg);
    animation: wh-utility-icon-shine 4.2s ease-in-out infinite;
  }

  .wh-utility-grid > a > span::after {
    content: "";
    position: absolute;
    top: -45%;
    left: -15%;
    width: 85%;
    height: 85%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
  }

  .wh-utility-grid > a:active > span {
    animation: none;
    transform: scale(.88) rotate(-5deg);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, .38), 0 3px 7px rgba(28, 75, 120, .2);
  }

  .wh-utility-grid > a:nth-child(2) > span,
  .wh-utility-grid > a:nth-child(2)::before { animation-delay: -.45s; }
  .wh-utility-grid > a:nth-child(3) > span,
  .wh-utility-grid > a:nth-child(3)::before { animation-delay: -.9s; }
  .wh-utility-grid > a:nth-child(4) > span,
  .wh-utility-grid > a:nth-child(4)::before { animation-delay: -1.35s; }
  .wh-utility-grid > a:nth-child(5) > span,
  .wh-utility-grid > a:nth-child(5)::before { animation-delay: -1.8s; }
  .wh-utility-grid > a:nth-child(6) > span,
  .wh-utility-grid > a:nth-child(6)::before { animation-delay: -2.25s; }
  .wh-utility-grid > a:nth-child(7) > span,
  .wh-utility-grid > a:nth-child(7)::before { animation-delay: -2.7s; }

  .wh-utility-grid .blue { background: linear-gradient(145deg, #3d9cff, #1768df); }
  .wh-utility-grid .green { background: linear-gradient(145deg, #24d68b, #05a965); }
  .wh-utility-grid .purple { background: linear-gradient(145deg, #af55f1, #7930db); }
  .wh-utility-grid .orange { background: linear-gradient(145deg, #ffad58, #ff6b36); }
  .wh-utility-grid .pink { background: linear-gradient(145deg, #ff6785, #ee315d); }
  .wh-utility-grid .indigo { background: linear-gradient(145deg, #6799ff, #3f68d9); }
  .wh-utility-grid .teal { background: linear-gradient(145deg, #2fc9cf, #078e99); }

  .wh-utility-grid .wh-icon {
    position: relative;
    z-index: 2;
    width: 26px;
    height: 26px;
    stroke-width: 2;
    transition: transform .22s ease;
    animation: wh-utility-icon-breathe 3.2s ease-in-out infinite;
  }

  .wh-utility-grid small {
    max-width: 78px;
    min-height: 24px;
    color: #202938;
    font-size: 9px;
    line-height: 1.35;
    transition: color .22s ease, transform .22s ease;
  }

  .wh-utility-grid > a:active small {
    color: #078dfb;
    transform: translateY(1px);
  }

  @keyframes wh-utility-aura {
    from {
      opacity: .3;
      transform: scale(.8);
    }

    to {
      opacity: 1;
      transform: scale(1.15);
    }
  }

  @keyframes wh-utility-icon-float {
    0%,
    100% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(-4px) rotate(2deg);
    }
  }

  @keyframes wh-utility-icon-shine {
    0%,
    58% {
      left: -70%;
      opacity: 0;
    }

    68% {
      opacity: .9;
    }

    82%,
    100% {
      left: 135%;
      opacity: 0;
    }
  }

  @keyframes wh-utility-icon-breathe {
    0%,
    100% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.07);
    }
  }

  .wh-products {
    margin: 8px 8px 0;
    padding: 0 8px 10px;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 17px rgba(30, 71, 110, .09);
  }

  .wh-products .wh-section-title {
    padding: 0 1px;
  }

  .wh-recent-card {
    min-height: 92px;
    gap: 10px;
    padding: 9px 8px 12px;
    border: 0;
    box-shadow: none;
  }

  .wh-recent-image {
    flex-basis: 68px;
    height: 62px;
  }

  .wh-recent-info strong {
    overflow: hidden;
    margin-bottom: 4px;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wh-recent-info small {
    overflow: hidden;
    font-size: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wh-recent-info em {
    margin-top: 5px;
    font-size: 7px;
  }

  .wh-recent-status {
    min-width: 92px;
  }

  .wh-recent-status b {
    margin-bottom: 6px;
    font-size: 8px;
  }

  .wh-recent-status small {
    font-size: 7px;
  }

  .wh-recent-card > i {
    font-size: 18px;
  }

  .wh-product-grid {
    display: block;
  }

  .wh-product-card {
    min-height: 85px;
    padding: 8px 8px 13px;
    border: 0;
    box-shadow: none;
  }

  .wh-product-card:not(:first-child) {
    display: none;
  }

  .wh-product-card::after {
    content: "";
    position: absolute;
    right: 43px;
    bottom: 7px;
    left: 88px;
    height: 4px;
    border-radius: 5px;
    background: linear-gradient(90deg, #1dc870 0 18%, #1477ee 18% 100%);
  }

  .wh-product-image {
    flex-basis: 72px;
    height: 59px;
  }

  .wh-product-info strong {
    font-size: 10px;
  }

  .wh-product-info small {
    font-size: 7px;
  }

  .wh-product-info b {
    padding: 3px 7px;
    font-size: 7px;
  }

  .wh-mobile-nav {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(62px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    padding: 7px 8px env(safe-area-inset-bottom);
    border-top: 1px solid #e8edf3;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -6px 20px rgba(27, 63, 100, .06);
    backdrop-filter: blur(12px);
  }

  body.hp-page--home #chatbot-launcher {
    right: 16px !important;
    bottom: calc(78px + env(safe-area-inset-bottom)) !important;
  }

  body.hp-page--home .chatbot-tooltip {
    right: 16px !important;
    bottom: calc(138px + env(safe-area-inset-bottom)) !important;
  }

  .wh-mobile-nav > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #697586;
    font-size: 8px;
  }

  .wh-mobile-nav > a.is-active {
    color: var(--wh-blue);
  }

  .wh-mobile-nav > a .wh-icon {
    width: 20px;
    height: 20px;
  }

  .wh-mobile-nav .wh-mobile-nav__scan {
    width: 54px;
    height: 54px;
    justify-self: center;
    display: grid;
    place-items: center;
    border: 5px solid #e8f4ff;
    border-radius: 50%;
    color: #fff;
    background: var(--wh-blue);
    box-shadow: 0 6px 14px rgba(0, 105, 231, .3);
    transform: translateY(-18px);
  }

  .wh-mobile-nav .wh-mobile-nav__scan .wh-icon {
    width: 27px;
    height: 27px;
  }

  .wh-toast {
    bottom: calc(78px + env(safe-area-inset-bottom));
    max-width: calc(100% - 32px);
    text-align: center;
  }
}

@media (max-width: 360px) {
  .wh-hero {
    min-height: 330px;
  }

  .wh-utility-grid {
    gap: 7px 6px;
  }

  .wh-utility-grid > a {
    min-height: 90px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wh-page-shell *,
  .wh-page-shell *::before,
  .wh-page-shell *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }
}
