.core-product-tabs {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid #e1e6ee;
  background: #fff;
  box-shadow: 0 8px 24px rgba(14, 37, 72, .06);
}

.core-product-tabs-inner {
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.core-product-tablist {
  display: flex;
  justify-content: center;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.core-product-tab {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 76px;
  padding: 14px 28px;
  color: #17253f;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.core-product-tab[data-core-product-tab="private-license-center"] {
  min-width: 290px;
}

.core-product-tab:hover,
.core-product-tab:focus-visible {
  color: #075bd8;
  background: #f4f7fb;
  outline: none;
}

.core-product-tab[aria-selected="true"] {
  color: #101b2d;
  border-bottom-color: #e6b800;
  background: #ffca0a;
  font-weight: 600;
}

.core-product-panel.is-active {
  animation: core-product-reveal .28s ease both;
}

.core-product-panel[hidden] {
  display: none !important;
}

.core-product-page .geo-breadcrumb a {
  color: inherit;
}

.core-product-page > .geo-product-hero::after {
  opacity: .45;
}

.core-product-page .core-product-hero-heading {
  max-width: none;
  margin: 0 0 15px;
  font-size: 38px;
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -.01em;
}

.core-product-page .geo-product-hero-copy > p {
  font-size: 16px;
  line-height: 1.75;
}

.core-product-page > .geo-main {
  padding-top: 36px;
}

.core-product-page .geo-detail > h2 {
  font-size: 26px;
  font-weight: 600;
}

.core-product-page .geo-detail > h2:first-child {
  margin-top: 0;
}

@media (min-width: 901px) {
  .core-product-page > .geo-product-hero {
    height: 390px;
    min-height: 390px;
    max-height: 390px;
  }

  .core-product-page > .geo-product-hero .geo-container {
    height: 100%;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .core-product-page > .geo-product-hero .geo-product-hero-copy,
  .core-product-page > .geo-product-hero .geo-product-hero-visual {
    transform: translateY(-7px);
  }

  .core-product-page > .geo-product-hero .geo-product-hero-visual {
    height: 100%;
  }

  .core-product-page > .geo-product-hero .geo-product-hero-visual img {
    width: auto !important;
    max-height: 250px !important;
    object-fit: contain;
  }

  .core-product-page > .geo-hardware-hero .geo-product-hero-visual img {
    max-height: 235px !important;
  }

  .core-product-page > .geo-soft-license-hero .geo-product-hero-visual img {
    transform: scale(1.5);
    transform-origin: center;
  }

  .core-product-page > .geo-product-hero .geo-product-hero-visual figcaption {
    width: 100%;
    max-width: 430px;
    margin-top: 8px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 1.55;
    white-space: normal;
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  .core-product-page > .geo-product-hero {
    height: 650px;
    min-height: 650px;
  }

  .core-product-page > .geo-product-hero .geo-product-hero-visual img {
    width: auto !important;
    max-height: 275px !important;
    object-fit: contain;
  }

  .core-product-page > .geo-hardware-hero .geo-product-hero-visual img {
    max-height: 235px !important;
  }
}

@keyframes core-product-reveal {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .core-product-panel.is-active {
    animation: none;
  }

  .core-product-tab {
    transition: none;
  }
}

@media (max-width: 720px) {
  .core-product-page > .geo-product-hero {
    height: 620px;
    min-height: 620px;
  }

  .core-product-page > .geo-product-hero .geo-container {
    height: 100%;
    align-content: center;
  }

  .core-product-page .core-product-hero-heading {
    font-size: 31px;
  }

  .core-product-tabs-inner {
    width: 100%;
  }

  .core-product-tablist {
    justify-content: flex-start;
    width: max-content;
    min-width: max-content;
  }

  .core-product-tab {
    min-width: auto;
    min-height: 58px;
    padding: 10px 18px;
    font-size: 14px;
  }

  .core-product-tab[data-core-product-tab="private-license-center"] {
    min-width: auto;
  }
}
