html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: sans-serif;
  background-color: #0a1932;
  color: #fff;

  background-image: url("../images/mktg-site-bg-desktop.jpg");
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  transition: background 0.3s ease;
  background: transparent;
}

.navbar.sticky {
  background: url("../images/mktg-site-bg-topbar-desktop.jpg");
  /* linear-gradient(316deg, #133264 0%, #0a1932 100%); */
  background-blend-mode: overlay;
  background-position: 0 0;
  background-size: cover;
  opacity: 0.9;
  height: 90px;
}

.navbar-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 2rem;
  max-width: 1640px;
  margin: 0 auto;
  height: 90px;
  box-sizing: border-box;
}

.logo img {
  height: 76px;
  margin-top: 12px;
  cursor: pointer;
}

.navbar.sticky .logo img {
  height: 60px;
  margin-top: 3px;
}

.nav-links {
  display: flex;
  gap: 1.7rem;
  margin-left: 20px;
  color: #3decff;
}

.nav-links span {
  margin: 0px -17px;
  opacity: 0.4;
}

.nav-links a {
  color: #3decff;
  text-decoration: none;
  font-weight: 500;
}
.nav-links a:hover {
  color: #fff;
}
.nav-links a.active {
  padding-bottom: 7px;
  box-sizing: border-box;
  border-bottom: 1px solid #3cffad;
  font-weight: 600;
  color: #fff;
}

.cta {
  margin-left: auto;
}

.cta button {
  padding: 0.6rem 1rem;
  font-weight: bold;
  cursor: pointer;
  background: transparent
    linear-gradient(180deg, #e9ff8e 0%, #d1fa5a 24%, #80d126 91%, #a1ff41 100%)
    0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 9px #00000084;
  border: 1px solid #c0ff8999;
  border-radius: 99px;
  color: #000000;
  text-shadow: 1px 1px 1px #fbffe5cc;
  text-transform: uppercase;
  height: 40px;
  width: 175px;
  box-sizing: border-box;
}

.menu-toggle {
  display: none;
  font-size: 46px;
  cursor: pointer;
  color: #03e0fe;
  margin: -11px 20px 0 0;
}

.navbar-logo-text {
  display: none;
  height: 38px;
  margin-left: 12px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #d4ff57;
  margin-bottom: 0;
  line-height: 1.4;
  text-align: center;
}

.section-title .highlight {
  color: #00f0ff;
}

.section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-content {
  max-width: 1440px;
  margin: 3.6rem auto 0 auto;
  padding: 0 1rem;
}

/* main section styles */
.main-section {
  display: flex;
  gap: 3rem;
  justify-content: center;
  padding-top: 80px;
}

.main-content-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-content-logo > .main-content-logo-inner {
  display: flex;
  flex-wrap: wrap;
}

.main-content-logo-text-description {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}

.main-content-wordmark {
  margin: auto 0;
}

.main-content-wordmark-text {
  font-size: 12px;
  letter-spacing: 1.19px;
  color: #03e0fe;
  margin-top: -16px;
  margin-left: 10px;
}

.main-content-logo-image {
  width: 220px;
}

.main-section-left-image {
  max-width: 560px;
  width: 50%;
  background: #000000 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 9px #ffffff8d;
  mix-blend-mode: screen;
  border: 1px solid #ffffff38;
  border-radius: 6px;
  margin: auto 0;
}

/* Our Mission */
.mission-section {
  margin: 0 auto;
  padding-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mission-title {
  font-size: 2rem;
  font-weight: 700;
  color: #d4ff57;
  margin-bottom: 1.8rem;
  line-height: 1.4;
}

.mission-title .highlight {
  color: #00f0ff;
}

.pyramids {
  display: contents;
}

.pyramids-mobile {
  display: none;
}

.pyramid-level.top {
  display: flex;
}

.pyramid-level.top > .pyramid-icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 285px;
  padding-top: 80px;

  background: url("../images/pyramid-top-desktop.svg");
  background-blend-mode: overlay;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.pyramid-level.top > .pyramid-text {
  margin-left: -80px;
  padding-bottom: 45px;
}

/* Middle Level */
.pyramid-level.middle {
  display: flex;
  margin-top: 8px;
}

.pyramid-block.top {
  background: url(../images/pyramid-top-mobile.svg);
  background-blend-mode: overlay;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.pyramid-block {
  display: flex;
  gap: 14px;
  margin-bottom: 4.5rem;
  position: relative;
  min-height: 64px;
}

.pyramid-block .pyramid-background-top {
  position: absolute;
  top: -213px;
  z-index: -1;
  overflow: hidden;
  background: url(../images/pyramid-top-mobile.svg);
  background-position: -165px 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  left: -1rem;
  width: calc(100% + 2rem);
  bottom: -18px;
}

.pyramid-block .pyramid-background-middle {
  position: absolute;
  top: -48px;
  z-index: -1;
  overflow: hidden;
  background: url(../images/pyramid-middle-mobile.svg);
  background-position: -241px 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  left: -1rem;
  width: calc(100% + 2rem);
  bottom: -36px;
}

.pyramid-block .pyramid-background-bottom {
  position: absolute;
  top: -30px;
  z-index: -1;
  overflow: hidden;
  background: url(../images/pyramid-bottom-mobile.svg);
  background-position: -333px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  left: -1rem;
  width: calc(100% + 2rem);
  bottom: -50px;
}

.pyramid-block h3 {
  margin: 0;
  font-weight: 500;
}

.pyramid-block img {
  width: 60px;
}

.pyramid-block p {
  margin: 4px 0 0 0;
  color: #7eefff;
  font-weight: 100;
}

.pyramid-level.middle > .pyramid-icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 443px;
  /* padding-top: 80px; */
  background: url(../images/pyramid-middle-desktop.svg);
  background-blend-mode: overlay;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -127px;
  height: 130px;
  position: relative;
}

.pyramid-level.middle > .pyramid-text {
  margin: auto 0 auto -84px;
}

.line-middle {
  background: #16ffbb 0% 0% no-repeat padding-box;
  height: 1px;
  width: 116%;
  position: absolute;
  top: 0px;
  left: calc(100% - 76px);
  opacity: 0.33;
}

/* Bottom Level */
.pyramid-level.bottom {
  display: flex;
  margin-top: 8px;
}

.pyramid-level.bottom > .pyramid-icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 608px;
  background: url(../images/pyramid-bottom-desktop.svg);
  background-blend-mode: overlay;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -185px;
  height: 130px;
  position: relative;
}

.pyramid-level.bottom > .pyramid-text {
  margin: auto 0 auto -84px;
}

.line-bottom {
  background: #349fdd 0% 0% no-repeat padding-box;
  opacity: 0.44;
  height: 1px;
  width: 90%;
  position: absolute;
  top: 0px;
  left: 76%;
}

.mission-subtitle-container {
  margin-top: 2rem;
  width: 76%;
}

.mission-subtitle {
  color: #cbea5b;
  font-size: 28px;
  letter-spacing: 0px;
}

.mission-subtitle-line {
  max-width: 280px;
  border-left: 1px solid rgba(22, 255, 187, 0.3);
  padding-left: 20px;
}

.mission-subtitle-line-title {
  font-size: 22px;
  color: #fff;
  padding: 8px 0 6px 0;
}

.mission-subtitle-line-text {
  text-align: left;
  color: #7eefff;
  font-size: 16px;
}

.mission-subtitle-line-wrp {
  display: flex;
  gap: 12px;
  padding-top: 10px;
}

/* Our Method */
.method-section {
  padding-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2rem;
}

.method-title {
  font-size: 2rem;
  font-weight: 700;
  color: #d4ff57;
  margin-bottom: 1.8rem;
  line-height: 1.4;
  text-align: center;
}

.method-title .highlight {
  color: #00f0ff;
}

.method-container {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  width: min-content;
  width: 93%;
}

.method-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fill-available;
}

.method-item-text {
  width: 80%;
  color: #7eefff;
  font-size: 16px;
  text-align: center;
  margin-top: 6px;
}

.method-item > img {
  max-width: 410px;
  width: 100%;
  background: #000000 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 9px #ffffff8d;
  mix-blend-mode: screen;
  border: 1px solid #ffffff38;
  border-radius: 6px;
  margin-bottom: 12px;
}

/* Built Different Section */
.built-different-section {
  padding-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.team-section {
  padding-top: 10rem;
}

.built-different-container {
  display: flex;
  gap: 2rem;
}

.built-different-image {
  background: #000000 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 9px #ffffff8d;
  mix-blend-mode: screen;
  border: 1px solid #ffffff38;
  border-radius: 6px;
  max-width: 617px;
  width: 50%;
  height: fit-content;
}

.built-different-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
}

.built-different-title {
  font-size: 2rem;
  font-weight: 700;

  margin-bottom: 1.8rem;
  line-height: 1.4;
  text-align: center;
  color: #00f0ff;
}

.built-different-title .highlight {
  color: #d4ff57;
}

.built-diff-item-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0.5rem;
}

.built-diff-item {
  text-align: right;
  font-size: 14px;
  color: #7eefff;
  width: 60%;
  margin-bottom: 2rem;
}

.team-container {
  display: flex;
  gap: 20px;
  margin-top: 16px;
}

.team-member-image img {
  width: 80px;
}

.team-member-image {
  width: 280px;
  height: 180px;
  background: #00000054 0% 0% no-repeat padding-box;
  border: 3px solid #16ffbb;
  border-radius: 6px;
  text-align: center;
  display: block;
  align-content: center;
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-member h3 {
  color: #fff;
  font-size: 18px;
  padding: 0;
  margin: 1.3rem 0 0;
}

.team-member p {
  color: #7eefff;
  font-size: 14px;
  margin: 0.3rem 0 0;
  width: 260px;
  text-align: center;
}

.join-us-section {
  flex-direction: row;
  gap: 36px;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.join-us-section-img {
  width: 480px;
  background: #000000 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 9px #ffffff8d;
  mix-blend-mode: screen;
  border: 1px solid #ffffff38;
  border-radius: 6px;
  opacity: 1;
}

.join-us-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.join-us-content p {
  width: 85%;
}

.join-us-content a {
  letter-spacing: 0px;
  color: #3bffac;
  text-decoration: none;
}

.join-us-cta {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  align-items: center;
}

.join-us-cta-icon img {
  width: 30px;
  height: 30px;
}

.join-us-cta-icon {
  border: 1px solid #00eace;
  opacity: 0.5;
  border-radius: 99px;
  padding: 7px;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  color: #ffffff;
  opacity: 0.5;
  font-size: 12px;
  text-align: center;
  padding-bottom: 2rem;
}

.built-different-image-mobile {
  display: none;
}

.team-container-mobile {
  display: none;
}

@media (max-width: 1000px) {
  .main-content-logo-text-description {
    font-size: 36px;
  }

  .main-content-logo-text {
    width: 350px;
  }

  .main-content-wordmark-text {
    font-size: 11px;
  }

  .line-middle,
  .line-bottom {
    left: 66%;
  }

  .mission-section {
    padding-top: 8rem;
  }

  .mission-subtitle-container {
    width: 90%;
    text-align: center;
    margin-top: 1rem;
  }

  .method-item > img {
    max-width: 300px;
  }

  .built-diff-item {
    width: 80%;
  }
}

/* Mobile Styles */
@media (max-width: 800px) {
  .pyramids {
    display: none;
  }

  .mission-subtitle {
    font-size: 26px;
  }

  .pyramids-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 1rem;
    background: #0a1932 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 1px 3px #ffffff8d;
    border: 1px solid #ffffff38;
    border-radius: 6px;
    width: max-content;
    min-width: 200px;
  }

  .navbar-logo-text {
    display: block;
  }

  .nav-links.show {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .cta button {
    padding: 0.4rem 1rem;
    font-weight: normal;
    font-size: 12px;
    width: 155px;
  }

  .navbar-content {
    padding: 1rem;
  }

  .logo img {
    height: 62px;
  }

  .main-content {
    padding: 1rem;
  }

  /* main section */
  .main-section {
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
  }

  .main-section-left-image {
    width: 100%;
  }

  .main-content-logo > .main-content-logo-inner {
    margin-top: -75px;
    justify-content: center;
  }

  .main-content-logo-image {
    filter: drop-shadow(2px 4px 6px black);
    width: 115px;
  }

  .main-content-logo-text {
    width: 190px;
  }

  .main-content-logo-text-description {
    font-size: 30px;
    text-align: center;
  }

  .main-content-wordmark-text {
    font-size: 11px;
    margin: 0px;
  }

  .mission-title {
    font-size: 1.7rem;
  }

  .mission-section {
    padding-top: 4.6rem;
    scroll-margin-top: 2.5rem;
  }

  .mission-subtitle-line-wrp {
    flex-direction: column;
    align-items: center;
  }

  .mission-subtitle-line {
    text-align: center;
    max-width: none;
    border: none;
    padding: 10px 0 0 0;
  }

  .mission-subtitle-line-text {
    text-align: center;
  }

  .method-section {
    padding-top: 4rem;
    scroll-margin-top: 1rem;
    padding-bottom: 0;
  }

  .method-title {
    font-size: 28px;
  }

  .method-container {
    flex-direction: column;
    align-items: center;
  }

  .method-item img {
    max-width: 280px;
  }

  .pyramid-text {
    /* min-height: 190px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .built-different-container {
    flex-direction: column;
    align-items: center;
  }

  .built-different-text {
    align-items: center;
    text-align: center;
  }

  .built-diff-item {
    text-align: center;
  }

  .built-different-text {
    width: 100%;
  }

  .built-different-section {
    padding-top: 4rem;
    scroll-margin-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .built-different-image {
    display: none;
  }

  .built-different-image-mobile {
    display: block;
    width: 100%;
    /* max-width: 400px; */
    margin-bottom: 2rem;
  }

  .built-different-title {
    font-size: 28px;
    margin-bottom: 1rem;
  }

  .section-title {
    font-size: 28px;
  }

  .section-subtitle {
    display: none;
  }

  .team-container {
    display: none;
  }

  .team-member-text {
    display: flex;
    flex-direction: column;
  }

  .team-member {
    flex-direction: row;
    gap: 1rem;
  }

  .team-member.right {
    justify-content: flex-end;
  }

  .team-member h3 {
    margin: 4px 0 0 0;
  }

  .team-member.right h3 {
    text-align: right;
  }

  .team-member.right p {
    text-align: right;
  }

  .team-member.left {
    justify-content: flex-start;
  }

  .team-member.left h3 {
    text-align: left;
  }

  .team-member.left p {
    text-align: left;
  }

  .team-member-image {
    width: 100px;
    height: 100px;
  }

  .team-member-image img {
    width: 60px;
  }

  .team-container-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: 2rem;
  }

  .join-us-section {
    flex-direction: column;
  }

  .join-us-section-img {
    width: 100%;
  }

  .section {
    padding-bottom: 6rem;
    padding-top: 0rem;
    scroll-margin-top: 4rem;
  }

  .join-us-content,
  .join-us-content p {
    width: 100%;
  }

  .join-us-cta {
    margin-left: 8%;
  }

  .footer {
    padding-bottom: 0;
  }

  .nav-links span {
    display: none;
  }
}

/* Mobile Styles */
@media (max-width: 480px) {
  .built-diff-item {
    width: 100%;
  }

  /* .main-content {
    padding: 8px;
  } */

  .menu-toggle {
    margin-right: 8px;
    font-size: 36px;
  }

  .navbar-logo-text {
    height: 28px;
    margin-left: 8px;
  }

  .logo img {
    height: 42px;
  }
  .cta button {
    padding: 0.4rem 10px;
    font-size: 11px;
    width: 130px;
  }

  .navbar-content {
    padding: 10px;
  }
}
