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

.gi-page {
  --gi-navy: #03384d;
  --gi-deep: #062d42;
  --gi-blue: #006481;
  --gi-sky: #eaf4f7;
  --gi-sky-2: #f5fafb;
  --gi-text: #294852;
  --gi-muted: #5b7480;
  --gi-pink: #e12454;
  --gi-green: #97ca3d;
  clear: both;
  width: 100%;
  overflow-x: hidden;
  color: var(--gi-text);
  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 h1,
.gi-page h2,
.gi-page h3,
.gi-page p,
.gi-page a,
.gi-button {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  letter-spacing: 0;
}

.gi-hero__copy,
.gi-hero__visual,
.gi-split__copy,
.gi-care-panel > *,
.gi-challenge-layout > *,
.gi-mdt__figures,
.gi-cta__inner > * {
  min-width: 0;
}

.gi-page sup {
  color: var(--gi-pink);
  font-size: 0.62em;
  line-height: 0;
  vertical-align: super;
}

.gi-brand {
  white-space: nowrap;
}

.gi-brand sup {
  position: relative;
  top: -0.72em;
  margin-left: 1px;
  color: inherit;
  font-size: 0.34em;
  line-height: 0;
  vertical-align: baseline;
}

.gi-kicker,
.gi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--gi-pink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  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: 88px 0 82px;
  background:
    radial-gradient(circle at 78% 15%, rgba(151, 202, 61, 0.22), transparent 24%),
    linear-gradient(135deg, #073c52 0%, #052f45 58%, #021f31 100%);
}

.gi-hero::after {
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border: 42px solid rgba(0, 164, 207, 0.12);
  border-radius: 50%;
  content: "";
}

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

.gi-hero__grid {
  position: relative;
  z-index: 1;
}

.gi-hero h1,
.gi-section-heading h2,
.gi-split h2,
.gi-cta h2 {
  margin: 0;
  color: var(--gi-navy);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.14;
}

.gi-hero h1 {
  color: #fff;
  font-size: 58px;
  overflow-wrap: anywhere;
}

.gi-hero__copy > p:not(.gi-kicker),
.gi-section-heading > p,
.gi-split__copy > p,
.gi-care-panel p,
.gi-application-grid p,
.gi-coverage-grid p,
.gi-cta p,
.gi-metric-card p,
.gi-check-list p {
  margin: 18px 0 0;
  color: var(--gi-muted);
  font-size: 17px;
  line-height: 1.75;
}

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

.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: 50px;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

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

.gi-button--primary {
  border-color: var(--gi-pink);
  background: var(--gi-pink);
  color: #fff;
}

.gi-button--primary:hover,
.gi-button--primary:focus {
  background: #fff;
  color: var(--gi-pink);
}

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

.gi-button--ghost:hover,
.gi-button--ghost:focus {
  border-color: #fff;
  background: #fff;
  color: var(--gi-navy);
}

.gi-button--outline {
  border-color: var(--gi-pink);
  background: #fff;
  color: var(--gi-pink);
}

.gi-button--outline:hover,
.gi-button--outline:focus {
  background: var(--gi-pink);
  color: #fff;
}

.gi-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--gi-navy);
}

.gi-button--light:hover,
.gi-button--light:focus {
  border-color: var(--gi-green);
  background: var(--gi-green);
  color: var(--gi-navy);
}

.gi-hero__visual {
  min-width: 0;
}

.gi-hero__coverage {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0 0 18px;
  padding: 20px 22px;
  border-radius: 8px;
  background: #006481;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
}

.gi-hero__coverage img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.gi-hero__visual figure,
.gi-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d7e7ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(7, 60, 82, 0.1);
}

.gi-hero__visual figure {
  padding: 24px;
}

.gi-hero__visual figure img,
.gi-media img {
  width: 100%;
}

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

.gi-hero__stats div {
  min-width: 0;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.gi-hero__stats strong {
  display: block;
  color: var(--gi-pink);
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.gi-hero__stats span {
  display: block;
  margin-top: 9px;
  color: #315864;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.gi-page-nav {
  position: sticky;
  top: 0;
  z-index: 8;
  clear: both;
  background: #fff;
  box-shadow: 0 12px 30px 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: 19px 14px;
  color: var(--gi-navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.gi-page-nav__links a:hover,
.gi-page-nav__links a:focus {
  background: var(--gi-pink);
  color: #fff;
}

.gi-overview,
.gi-decisions,
.gi-surveillance,
.gi-references {
  padding: 88px 0;
  background: #fff;
}

.gi-challenges,
.gi-applications {
  padding: 88px 0;
  background: var(--gi-sky);
}

.gi-coverage {
  padding: 88px 0;
  background: var(--gi-sky-2);
}

.gi-mdt {
  padding: 88px 0;
  background: var(--gi-deep);
}

.gi-media--soft,
.gi-media--chart,
.gi-media--large,
.gi-media--pathway {
  padding: 22px;
}

.gi-media--soft {
  background: linear-gradient(135deg, #fff 0%, #f4fafb 100%);
}

.gi-media--chart {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gi-media--large img {
  max-height: 520px;
  object-fit: contain;
}

.gi-media--pathway {
  margin-top: 24px;
  overflow-x: auto;
}

.gi-media--pathway img {
  min-width: 900px;
}

.gi-media--compact {
  padding: 18px;
}

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

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

.gi-challenge-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 28px;
  align-items: stretch;
}

.gi-metric-grid {
  display: grid;
  gap: 20px;
}

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

.gi-metric-card {
  position: relative;
  padding: 30px;
  border-top: 5px solid var(--gi-pink);
}

.gi-metric-card--green {
  border-top-color: var(--gi-green);
}

.gi-metric-card img {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  object-fit: contain;
}

.gi-metric-card span,
.gi-application-grid article > span {
  display: block;
  color: var(--gi-blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.gi-metric-card strong {
  display: block;
  margin-top: 12px;
  color: var(--gi-pink);
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
}

.gi-metric-card--green strong {
  color: var(--gi-green);
}

.gi-split--reverse {
  grid-template-columns: minmax(460px, 1.06fr) minmax(0, 0.94fr);
}

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

.gi-split--reverse .gi-media {
  order: 1;
}

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

.gi-check-list p {
  position: relative;
  margin: 0;
  padding: 18px 20px 18px 54px;
  border-left: 4px solid var(--gi-green);
  border-radius: 8px;
  background: var(--gi-sky-2);
}

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

.gi-care-panel {
  margin-top: 42px;
  padding: 34px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, var(--gi-pink) 0 5px, transparent 5px),
    var(--gi-deep);
}

.gi-care-panel h3 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
}

.gi-care-panel p,
.gi-mdt p,
.gi-mdt h2 {
  color: rgba(255, 255, 255, 0.88);
}

.gi-care-panel .gi-eyebrow,
.gi-mdt .gi-eyebrow {
  color: var(--gi-green);
}

.gi-mdt h2 {
  margin: 0;
  color: #fff;
}

.gi-mdt__figures {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.62fr);
  gap: 18px;
  align-items: stretch;
}

.gi-mdt__figures .gi-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

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

.gi-application-grid article {
  position: relative;
  padding: 30px;
  border-top: 5px solid var(--gi-blue);
}

.gi-application-grid article:nth-child(2) {
  border-top-color: var(--gi-green);
}

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

.gi-application-grid article > span {
  position: absolute;
  top: 20px;
  right: 24px;
  color: #dcecf1;
  font-size: 34px;
}

.gi-application-grid h3 {
  margin: 44px 0 0;
  color: var(--gi-navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.28;
}

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

.gi-coverage-grid article {
  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: 76px 0;
  background: var(--gi-deep);
}

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

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

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

.gi-cta .gi-eyebrow {
  color: var(--gi-green);
}

.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: var(--gi-navy);
  font-size: 22px;
  font-weight: 900;
}

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

.gi-references__details li {
  margin-top: 12px;
  color: var(--gi-muted);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 1199px) {
  .gi-hero h1 {
    font-size: 48px;
  }

  .gi-hero__grid,
  .gi-split,
  .gi-care-panel,
  .gi-challenge-layout {
    gap: 34px;
  }

  .gi-coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .gi-hero__grid,
  .gi-split,
  .gi-split--reverse,
  .gi-care-panel,
  .gi-challenge-layout,
  .gi-cta__inner {
    grid-template-columns: 1fr;
  }

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

  .gi-hero__coverage {
    max-width: 680px;
  }

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

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

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

  .gi-mdt__figures {
    grid-template-columns: 1fr 1fr;
  }

  .gi-application-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .gi-page {
    overflow-x: clip;
  }

  .gi-page .container {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    padding-left: 0;
    padding-right: 0;
  }

  .gi-hero__grid,
  .gi-split,
  .gi-care-panel,
  .gi-challenge-layout,
  .gi-cta__inner {
    max-width: 100%;
    min-width: 0;
  }

  .gi-hero,
  .gi-overview,
  .gi-challenges,
  .gi-decisions,
  .gi-mdt,
  .gi-applications,
  .gi-surveillance,
  .gi-coverage,
  .gi-references {
    padding: 54px 0;
  }

  .gi-cta {
    padding: 56px 0;
  }

  .gi-hero h1,
  .gi-section-heading h2,
  .gi-split h2,
  .gi-cta h2 {
    font-size: clamp(29px, 8vw, 34px);
  }

  .gi-hero__stats,
  .gi-mdt__figures,
  .gi-coverage-grid {
    grid-template-columns: 1fr;
  }

  .gi-page-nav__links {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .gi-page-nav__links a {
    flex: 0 0 auto;
    min-width: 0;
    padding: 10px 14px;
    border: 1px solid #d7e7ec;
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    scroll-snap-align: start;
  }

  .gi-actions {
    display: grid;
  }

  .gi-button {
    width: 100%;
  }

  .gi-media--pathway img {
    min-width: 0;
    width: 100%;
  }

  .gi-hero__visual figure img,
  .gi-media img,
  .gi-media--large img {
    max-height: none;
    max-width: 100%;
    min-width: 0;
    object-fit: contain;
    width: 100%;
  }

  .gi-hero__visual figure,
  .gi-media--soft,
  .gi-media--chart,
  .gi-media--large,
  .gi-media--pathway,
  .gi-metric-card,
  .gi-care-panel,
  .gi-application-grid article,
  .gi-coverage-grid article {
    padding: 22px;
  }
}

@media (max-width: 575px) {
  .gi-page .container {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  .gi-hero {
    padding: 46px 0 50px;
  }

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

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

  .gi-hero h1,
  .gi-section-heading h2,
  .gi-split h2,
  .gi-cta h2 {
    font-size: clamp(25px, 7.3vw, 29px);
    line-height: 1.22;
  }

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

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

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

  .gi-hero__coverage {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    font-size: 13px;
  }

  .gi-hero__coverage img {
    width: 40px;
    height: 40px;
  }

  .gi-hero__stats div {
    padding: 20px;
  }

  .gi-hero__stats strong,
  .gi-metric-card strong {
    font-size: 42px;
  }

  .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;
  }

  .gi-media--soft,
  .gi-media--chart,
  .gi-media--large,
  .gi-media--pathway,
  .gi-hero__visual figure {
    box-shadow: 0 12px 26px rgba(7, 60, 82, 0.08);
  }
}

@media (max-width: 430px) {
  .gi-page-nav__links {
    margin-right: -12px;
    margin-left: -12px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .gi-page-nav__links a {
    min-height: 38px;
  }
}

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

  .gi-hero__visual figure,
  .gi-media--soft,
  .gi-media--chart,
  .gi-media--large,
  .gi-media--pathway,
  .gi-metric-card,
  .gi-care-panel,
  .gi-application-grid article,
  .gi-coverage-grid article {
    padding: 18px;
  }
}
