.product-page .product-hero {
  display: none;
}

.gi-page {
  clear: both;
  width: 100%;
  overflow-x: hidden;
  color: #294852;
  background: #fff;
}

.gi-page *,
.gi-page *::before,
.gi-page *::after {
  box-sizing: border-box;
}

.gi-page section {
  clear: both;
  width: 100%;
}

.gi-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gi-page h2,
.gi-page h3,
.gi-page p,
.gi-button {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

.gi-page sup {
  color: #e12454;
  font-size: 0.62em;
  line-height: 0;
  vertical-align: super;
}

.gi-kicker,
.gi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 14px;
  color: #e12454;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.gi-kicker::before,
.gi-eyebrow::before {
  width: 34px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.gi-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  background: linear-gradient(135deg, #073c52 0%, #02273a 100%);
}

.gi-hero__grid,
.gi-split,
.gi-support-panel,
.gi-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 48px;
  align-items: center;
}

.gi-hero__copy,
.gi-split__copy {
  min-width: 0;
}

.gi-hero h2,
.gi-section-heading h2,
.gi-selector h2,
.gi-split h2,
.gi-cta h2 {
  margin: 0;
  color: #073c52;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
}

.gi-hero h2 {
  color: #fff;
  font-size: 54px;
}

.gi-hero__copy > p:not(.gi-kicker),
.gi-selector p,
.gi-section-heading > p,
.gi-split__copy > p,
.gi-support-panel p,
.gi-evidence-card p,
.gi-application-grid p,
.gi-coverage-grid p,
.gi-cta p,
.gi-stat-card p,
.gi-check-list p {
  margin: 18px 0 0;
  color: #57727c;
  font-size: 17px;
  line-height: 1.75;
}

.gi-hero__copy > p:not(.gi-kicker) {
  color: rgba(255, 255, 255, 0.86);
}

.gi-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.gi-actions--stacked {
  justify-content: flex-end;
}

.gi-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.gi-button:hover,
.gi-button:focus {
  transform: translateY(-2px);
}

.gi-button--primary {
  border-color: #e12454;
  background: #e12454;
  color: #fff;
}

.gi-button--primary:hover,
.gi-button--primary:focus {
  background: #fff;
  color: #e12454;
}

.gi-button--ghost {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.gi-button--ghost:hover,
.gi-button--ghost:focus {
  border-color: #fff;
  background: #fff;
  color: #073c52;
}

.gi-button--outline {
  border-color: #e12454;
  background: #fff;
  color: #e12454;
}

.gi-button--outline:hover,
.gi-button--outline:focus {
  background: #e12454;
  color: #fff;
}

.gi-button--light {
  border-color: #fff;
  background: #fff;
  color: #073c52;
}

.gi-button--light:hover,
.gi-button--light:focus {
  border-color: #97ca3d;
  background: #97ca3d;
  color: #073c52;
}

.gi-hero__media {
  align-self: center;
  min-width: 0;
}

.gi-image-card,
.gi-stat-card,
.gi-evidence-card,
.gi-application-grid article,
.gi-coverage-grid article,
.gi-references__details {
  border: 1px solid #d7e7ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 60, 82, 0.08);
}

.gi-image-card {
  margin: 0;
  overflow: hidden;
}

.gi-image-card img {
  width: 100%;
}

.gi-image-card--wide {
  padding: 20px;
}

.gi-hero__mini-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.gi-hero__mini-cards div {
  min-width: 0;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
}

.gi-hero__mini-cards strong {
  display: block;
  color: #e12454;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.gi-hero__mini-cards span {
  display: block;
  margin-top: 10px;
  color: #315864;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.gi-page-nav {
  position: sticky;
  top: 0;
  z-index: 6;
  clear: both;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7, 60, 82, 0.08);
}

.gi-page-nav__links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gi-page-nav__links a {
  min-width: 0;
  padding: 18px 14px;
  color: #073c52;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.gi-page-nav__links a:hover,
.gi-page-nav__links a:focus {
  background: #e12454;
  color: #fff;
}

.gi-selector,
.gi-challenges,
.gi-treatment,
.gi-surveillance,
.gi-references {
  padding: 82px 0;
  background: #fff;
}

.gi-crc,
.gi-evidence,
.gi-applications,
.gi-coverage {
  padding: 86px 0;
  background: #eef5f7;
}

.gi-mdt {
  padding: 86px 0;
  background: #073c52;
}

.gi-selector__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border-radius: 8px;
  background: #f4f9fb;
}

.gi-selector__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.gi-selector__chips a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #cfe4ea;
  border-radius: 6px;
  background: #fff;
  color: #073c52;
  font-weight: 800;
}

.gi-selector__chips a:hover,
.gi-selector__chips a:focus,
.gi-selector__chips a.is-active {
  border-color: #e12454;
  background: #e12454;
  color: #fff;
}

.gi-section-heading {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

.gi-section-heading .gi-eyebrow {
  justify-content: center;
}

.gi-section-heading--left {
  max-width: 980px;
  margin-left: 0;
  text-align: left;
}

.gi-section-heading--left .gi-eyebrow {
  justify-content: flex-start;
}

.gi-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.gi-stat-card {
  min-width: 0;
  padding: 32px;
  border-top: 5px solid #97ca3d;
}

.gi-stat-card img {
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  object-fit: contain;
}

.gi-stat-card h3,
.gi-evidence-card h3,
.gi-support-panel h3,
.gi-application-grid h3 {
  margin: 0;
  color: #073c52;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.3;
}

.gi-stat-card strong {
  display: block;
  margin-top: 18px;
  color: #e12454;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}

.gi-evidence__grid {
  display: grid;
  gap: 26px;
}

.gi-evidence-card {
  display: grid;
  grid-template-columns: minmax(420px, 1.04fr) minmax(0, 0.96fr);
  gap: 30px;
  align-items: center;
  padding: 24px;
}

.gi-split--reverse {
  grid-template-columns: minmax(420px, 1.05fr) minmax(0, 0.95fr);
}

.gi-split--reverse .gi-split__copy {
  order: 2;
}

.gi-split--reverse .gi-image-card {
  order: 1;
}

.gi-check-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.gi-check-list p {
  position: relative;
  margin: 0;
  padding: 18px 20px 18px 52px;
  border-left: 4px solid #97ca3d;
  border-radius: 8px;
  background: #f4f9fb;
}

.gi-check-list p::before {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #006481;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  content: "\f00c";
}

.gi-support-panel {
  margin-top: 38px;
  padding: 34px;
  border-radius: 8px;
  background: #073c52;
}

.gi-support-panel h3,
.gi-support-panel p {
  color: #fff;
}

.gi-support-panel p {
  opacity: 0.86;
}

.gi-mdt h2,
.gi-mdt p {
  color: #fff;
}

.gi-mdt p {
  opacity: 0.86;
}

.gi-mdt__media {
  display: grid;
  gap: 18px;
}

.gi-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.gi-application-grid article {
  min-width: 0;
  padding: 28px;
  border-top: 5px solid #006481;
}

.gi-application-grid article:nth-child(2) {
  border-top-color: #97ca3d;
}

.gi-application-grid article:nth-child(3) {
  border-top-color: #e12454;
}

.gi-coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gi-coverage-grid article {
  min-width: 0;
  padding: 24px;
}

.gi-coverage-grid img {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  object-fit: contain;
}

.gi-coverage-grid p {
  margin: 0;
  font-size: 15px;
}

.gi-cta {
  padding: 74px 0;
  background: #073c52;
}

.gi-cta__inner {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
}

.gi-cta h2,
.gi-cta p {
  color: #fff;
}

.gi-cta p {
  max-width: 780px;
  opacity: 0.86;
}

.gi-references__details {
  max-width: 1040px;
  margin: 0 auto;
}

.gi-references__details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 22px 26px;
  color: #073c52;
  font-size: 22px;
  font-weight: 800;
}

.gi-references__details ol {
  margin: 0;
  padding: 0 30px 30px 52px;
}

.gi-references__details li {
  margin-top: 12px;
  color: #57727c;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 1199px) {
  .gi-coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .gi-hero__grid,
  .gi-split,
  .gi-split--reverse,
  .gi-support-panel,
  .gi-evidence-card,
  .gi-selector__inner,
  .gi-cta__inner {
    grid-template-columns: 1fr;
  }

  .gi-split--reverse .gi-split__copy,
  .gi-split--reverse .gi-image-card {
    order: initial;
  }

  .gi-page-nav {
    position: static;
  }

  .gi-page-nav__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gi-selector__chips,
  .gi-actions--stacked {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .gi-hero,
  .gi-selector,
  .gi-crc,
  .gi-challenges,
  .gi-evidence,
  .gi-treatment,
  .gi-mdt,
  .gi-applications,
  .gi-surveillance,
  .gi-coverage,
  .gi-references {
    padding: 52px 0;
  }

  .gi-hero h2,
  .gi-section-heading h2,
  .gi-selector h2,
  .gi-split h2,
  .gi-cta h2 {
    font-size: 30px;
  }

  .gi-hero h2 {
    font-size: 34px;
  }

  .gi-hero__mini-cards,
  .gi-stat-grid,
  .gi-application-grid,
  .gi-coverage-grid {
    grid-template-columns: 1fr;
  }

  .gi-page-nav__links {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .gi-page-nav__links a {
    flex: 0 0 auto;
    min-width: 148px;
    padding: 14px 12px;
    font-size: 14px;
  }

  .gi-actions {
    display: grid;
  }

  .gi-button {
    width: 100%;
  }

  .gi-image-card--wide {
    overflow-x: auto;
    padding: 12px;
  }

  .gi-image-card--wide img {
    max-width: none;
    min-width: 720px;
  }

  .gi-selector__inner,
  .gi-stat-card,
  .gi-evidence-card,
  .gi-support-panel,
  .gi-application-grid article,
  .gi-coverage-grid article {
    padding: 22px;
  }
}

@media (max-width: 575px) {
  .gi-hero {
    padding: 44px 0 48px;
  }

  .gi-kicker,
  .gi-eyebrow {
    gap: 8px;
    font-size: 12px;
  }

  .gi-kicker::before,
  .gi-eyebrow::before {
    width: 26px;
  }

  .gi-hero h2,
  .gi-section-heading h2,
  .gi-selector h2,
  .gi-split h2,
  .gi-cta h2 {
    font-size: 27px;
    line-height: 1.22;
  }

  .gi-hero__copy > p:not(.gi-kicker),
  .gi-selector p,
  .gi-section-heading > p,
  .gi-split__copy > p,
  .gi-support-panel p,
  .gi-evidence-card p,
  .gi-application-grid p,
  .gi-coverage-grid p,
  .gi-cta p,
  .gi-stat-card p,
  .gi-check-list p {
    font-size: 15px;
    line-height: 1.65;
  }

  .gi-section-heading,
  .gi-section-heading--left {
    margin-bottom: 28px;
    text-align: left;
  }

  .gi-section-heading .gi-eyebrow {
    justify-content: flex-start;
  }

  .gi-selector__chips {
    display: grid;
  }

  .gi-check-list p {
    padding: 16px 16px 16px 46px;
  }

  .gi-check-list p::before {
    top: 16px;
    left: 16px;
  }

  .gi-references__details summary {
    padding: 18px;
    font-size: 18px;
  }

  .gi-references__details ol {
    padding: 0 20px 24px 36px;
  }
}

@media (max-width: 374px) {
  .gi-hero h2,
  .gi-section-heading h2,
  .gi-selector h2,
  .gi-split h2,
  .gi-cta h2 {
    font-size: 24px;
  }

  .gi-selector__inner,
  .gi-stat-card,
  .gi-evidence-card,
  .gi-support-panel,
  .gi-application-grid article,
  .gi-coverage-grid article {
    padding: 18px;
  }
}
