.footer2 {
  top: 124px;
  height: 437px;
}

.panel-8 {
  position: relative;
  width: 100%;
  background-color: var(--color-gray-100);
  color: white;
  /* margin-top: 0px; */
  box-sizing: border-box;
  top: 108px;
  height: 100%;
  min-height: 624px;
  padding: 0px 40px;
}

.panel-8-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1030px;
  margin: 0 auto;
  gap: 64px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  height: 100%;
  top: 80px;
  position: relative;
}

.panel-8-image-icon {

  max-width: 450px;
  width: 44%;
  object-fit: contain;
  border-radius: 12px;
}

.panel-8-copy {
  flex: 1 1 50%;
  min-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 600px;
}

.panel-8-heading-text {
  font-size: var(--font-size-28);
  font-weight: bold;
  line-height: 1.3;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.panel-8-body-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-gray-300);
}


/* Panel 7 styles */
.panel-7 {
  position: relative;
  width: 100%;
  min-height: 480px;
  overflow: hidden;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 92px;
}

.panel-7-background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.panel-7-overlay {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.panel-7-heading-text {
  font-size: var(--font-size-28);
  font-weight: bold;
  color: white;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.panel-7-body-text {
  font-size: 16px;
  line-height: 24px;
  max-width: 800px;
  color: var(--color-gray-300);
}

.panel-7-image-icon {
  width: 100%;
  max-width: 1100px;
  height: auto;
  object-fit: contain;
  margin-top: 32px;
  border-radius: 12px;
}


/* Panel 6 styles */

.panel-6 {
  position: relative;
  width: 100%;
  background-color: var(--color-gray-100);
  color: white;
  text-align: center;
  top: 78px;
}

.panel-6-content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px;
}

.panel-6-heading-text {
  font-size: var(--font-size-28);
  color: var(--color-white);
  font-weight: bold;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.panel-6-body-text {
  font-size: 16px;
  line-height: 24px;
  max-width: 840px;
}

.panel-6-images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.panel-6-image {
  width: 100%;
  max-width: 620px;
  height: auto;
  border-radius: var(--br-6);
  object-fit: cover;
}


/* Panel 5 styles */
.panel-5 {
  position: relative;
  width: 100%;
  min-height: 620px;
  overflow: hidden;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 62px;
}

.panel-5-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.8;
}

.panel-5-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  padding: 40px;
  box-sizing: border-box;
}

.panel-5-columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.panel-5-left {
  position: relative;
  flex: 1 1 40%;
  min-width: 400px;
}

.panel-5-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 ratio */
  border-radius: 16px;
  overflow: hidden;
  object-fit: contain;
}

.adobestock-498631715 {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.panel-5-image-icon {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 95%;
  height: auto;
  max-width: 534px;
  border-radius: 8px;
  object-fit: contain;
  z-index: 2;
}

.panel-5-copy {
  flex: 1 1 50%;
  min-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.panel-5-heading-text {
  font-size: var(--font-size-28);
  font-weight: bold;
  line-height: 1.3;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.panel-5-body-text {
  font-size: 16px;
  color: var(--color-gray-300);
  line-height: 24px;
  max-width: 500px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.panel-5-bullets {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.panel-5-bullets .bullet {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: white;
}

.panel-5-bullets .bullet img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}


/* Panel 4 styles */

.panel-4 {
  position: relative;
  width: 100%;
  min-height: 794px;
  overflow: hidden;
  color: white;
  z-index: 0;
  background-color: black;
  top: 48px;
}

.panel-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75));
  z-index: 0;
}

.panel-4-background-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.panel-4-content {
  position: relative;
  z-index: 1;
  padding: 48px 64px;
  box-sizing: border-box;
}

.panel-4-heading-text {
  font-size: var(--font-size-28);
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.3;
  text-align: center;
}

.panel-4-body-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-gray-300);
  max-width: 900px;
}

.panel-4-columns {
  display: flex;
  gap: 18px;
  margin-top: 40px;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

/* Left: Tab Area */
.panel-4-tab-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 450px;
  min-width: 300px;
}

/* Tab Card Group */
.tab-group {
  border: 1px solid #454756;
  border-radius: 6px;
  background: #14141B;
  padding: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.tab-group:hover {
  background: #24252C;
}

.tab-group.active {
  background: linear-gradient(75deg, var(--color-gray-100), #407f8c);
  border-color: #3cb4cc;
}

.tab-button {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.tab-button img {
  width: 16px;
  height: 16px;
  filter: grayscale(100%) brightness(0.7);
  transition: filter 0.3s ease;
}

.tab-group.active .tab-button img {
  filter: none;
}


.tab-panel {
  display: none;
  margin-top: 12px;
  font-size: 14px;
  color: white;
  line-height: 1.6;
}

.tab-group.active .tab-panel {
  display: block;
}

.tab-subtitle {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--color-white);
}

/* Right: Image Box */
.panel-4-tab-display {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1080px;
}

.image-box {
  background: #24252C;
  border: 1px solid #454756;
  border-radius: 9px;
  padding: 16px;
  height: 497px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kpi-matrix-image-icon {
  width: 80%;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  max-height: 100%;
}




/* Panel 3 styles */
.panel-3 {
  position: relative;
  width: 100%;
  min-height: 620px;
  text-align: center;
  font-size: var(--font-size-28);
  overflow: hidden;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 40px;
  box-sizing: border-box;
  top: 32px;
  height: 100%;
}

.panel-3-background-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0.8;
}

.panel-3-background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.panel-3-content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  height: 100%;
  justify-content: center;
}

.panel-3-heading-text {
  font-size: var(--font-size-28);
  font-weight: bold;
  margin: 0 0 0px 0;
  padding: 0;
  color: white;
  z-index: 2;
  text-align: center;
}

.panel-3-side-by-side {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  left: 130px
}

.panel-3-content {
  width: 598px;
  height: 498px;
  background-image: url(https://files.supernova-analytics.com/images/AI%20Guardian/Game_Performance.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
}

.logo-p3-league-of-legends-icon {
  width: 165px;
  height: auto;
  object-fit: contain;
  margin-bottom: 16px;
}


/* Panel 2 styles */
/* Panel 2 styles */
.panel-2 {
  background-color: var(--color-gray-100);
  color: var(--color-white);
  padding: 80px 40px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  top: 16px;
}

/* Main layout wrapper */
.panel-2-content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 40px; */
  flex-direction: row;
  align-content: center;
}

/* Make text area only as wide as needed */
.panel-2-copy {
  flex: 0 1 auto;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Heading */
.panel-2-heading-text {
  font-size: var(--font-size-28);
  font-weight: 700;
  margin: 0;
  color: var(--color-white);
}

/* Body and subtext */
.panel-2-body-text,
.panel-2-sub-text {
  font-size: var(--font-size-16);
  line-height: 24px;
  color: var(--color-gray-400);
  margin: 0;
}

/* Bullets */
.panel-2-bullets {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bullet {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.bullet img {
  width: 19px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.bullet span {
  font-size: var(--font-size-14);
  line-height: 20px;
  color: var(--color-white);
}

/* Globe or image on the left */
.panel-2-image-icon {
  flex: 1 1 auto;
  max-width: 796px;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}


/* Hero Panel styles */
.hero-panel {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  height: 90vh;
  width: 100%;
  color: white;
  font-size: 64px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  padding-right: 40px;
  justify-content: center;
}

.panel-1-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.8;
}

.hero-panel-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  max-width: 800px;
  width: 100%;
}

.hero-panel-heading-text {
  font-size: 64px;
  /* Fixed size */
  font-weight: bold;
  line-height: 1.2;
}

.hero-panel-heading-text p {
  margin: 0;
}

.icon-arrow-down {
  width: 18px;
  height: 23px;
  object-fit: cover;
  cursor: pointer;
}

.copyright-symbol {
  font-size: 0.6em; /* Adjust the size as needed */
  vertical-align: super; /* Optional: makes it look more like a superscript */
}





.ai-guardian {
  position: relative;
  background-color: var(--color-black);
  width: 100%;
  height: auto;
  text-align: left;
  font-size: var(--font-size-16);
  color: var(--color-white);
  font-family: var(--font-work-sans);
}


@media (max-width: 1400px) {
  .kpi-matrix-image-icon {
    height: auto;
    border-radius: 8px;
    object-fit: contain;
    max-height: 100%;
  }
}

@media (max-width: 1280px) {
  .kpi-matrix-image-icon {
    width: 608px;
    height: auto;
    border-radius: 8px;
    object-fit: contain;
    max-height: 100%;
    width: 95%;
  }

  .panel-4-tab-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 36%;
  }

  .panel-4-content {
    position: relative;
    z-index: 1;
    padding: 48px 40px;
    box-sizing: border-box;
  }

}

@media (max-width: 1160px) {
  .panel-4-tab-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    min-width: 300px;
  }

  .image-box {
    height: auto;
  }

}

@media (max-width: 1080px) {
  .panel-3-side-by-side {
    left: 0px;
  }



}



@media (max-width: 880px) {
  .panel-5-columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-direction: column-reverse;
  }

  .panel-8-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1030px;
    margin: 0 auto;
    gap: 30px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-content: center;
    /* height: 100%; */
    top: 80px;
    position: relative;
  }

  .panel-8 {
    /* margin-top: 0px; */
    height: 100%;
    min-height: 800px;
}

.panel-8-image-icon {
  width: 360px;
}

.panel-8 {
  /* margin-top: 0px; */
  height: 100%;
  min-height: 960px;
}


}

@media (max-width: 768px) {

  .panel-2-body-text, .panel-2-sub-text,
  .panel-5-body-text,
  .panel-6-body-text,
  .panel-7-body-text,
  .panel-8-body-text {
    font-size: 14px;
  }
  .hero-panel-heading-text p {
    font-size: 60px;
  }
}



@media (max-width: 640px) {
  .panel-3-content {
    width: 438px;
    height: 378px;

  }
}


@media (max-width: 460px) {
  .panel-3-content {
    width: 288px;
    height: 208px;
  }

  .panel-8-copy {
    min-width: 100px;
  }


  .panel-8-image-icon {
    width: 270px;
    height: 270px;
  }

  .panel-5-copy {
    min-width: 280px;
  }

  .panel-8 {
    /* margin-top: 0px; */
    height: 100%;
    min-height: 830px;
}
}

@media only screen and (max-width: 368px) {

  /* Keep your layout as is */
  /* For example, if you have a header that should remain fixed while scrolling: */
  header {
    position: fixed;
    top: 0;
    width: 100%;
  }

  /* Additional styles to preserve layout integrity */
  body {
    width: 368px;
    overflow-x: scroll;
  }

}