/* Global page styles */
body {
  font-family: "Orbitron", sans-serif;
  background-color: #000302;
  margin: 0;
  color: #73fdff;
  padding-top: 40px; /* Add padding to prevent content from being hidden behind the fixed top bar */
}

/* Top bar styles */
.top-bar {
  background-color: #143f44;
  color: #73fdff;
  font-size: 0.85rem;
  font-weight: 300;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
}

.top-bar a {
  text-decoration: none;
  border: none;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin: 0 6px;
  vertical-align: middle;
}

.social-icon:hover {
  transform: scale(1.2);
  opacity: 0.85;
}

.top-left, .top-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

/* Custom image icons in top bar */
.top-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 3px;
}

/* Logo section */
.logo-header {
 min-height: 100vh;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
  box-sizing: border-box;
  background-color: #000302; /* Optional: keeps consistent background */
}

.logo-header img {
  max-width: 400px;
  width: 80%;
  height: auto;
}

.tagline {
  font-weight: 900;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

/* Sections */
section {
  min-height: 100vh;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 2rem;  /* optional: smaller padding to keep content readable */
}

html, body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

/* Who we are */




/* Meet the Team header */
.team-header {
  font-size: 2rem;
  color: #00ffff;
  margin-top: 12rem;
  margin-bottom: 2rem;
  text-align: center;
}

/* About us section */
#about {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#about h2 {
  margin-bottom: 14rem;
}

.founder-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.founder-profile {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  background-color: rgba(0, 234, 255, 0.1);
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 234, 255, 0.2);
  transition: transform 0.3s ease;
}

.founder-profile:hover {
  transform: translateY(-5px);
}

.founder-profile img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.5rem;
  border: 4px solid #00eaff;
}

.founder-profile .bio {
  flex: 1;
  text-align: center;
}

.founder-profile h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #00ffff;
  font-size: 1.5rem;
}

.founder-profile p {
  line-height: 1.6;
  margin-bottom: 0.5rem;
  text-align: left;
}

@media (max-width: 768px) {
  .founder-profile {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .founder-profile img {
    margin: 0 0 15px 0;
  }

  .founder-profile .bio {
    text-align: left;
  }
}

/* Gaming roots */
.gaming-roots {
  background-color:  rgba(0, 234, 255, 0.05);
  color: #00eaff;
  padding: 4rem 2rem;
  text-align: center;
}

.gaming-roots h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #00eaff;
}

.gaming-roots p {
  max-width: 800px;
  margin: 0 auto 2rem;
  font-size: 1.1rem;
  color: #e0faff;
}

.game-influences {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.list-block {
  max-width: 400px;
  text-align: left;
}

.list-block h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.list-block ul {
  list-style-type: square;
  padding-left: 1.5rem;
  color: #c7faff;
  line-height: 1.6;
}

/* Values section */
.values-section {
  background-color: #000;
  color: #00eaff;
  padding: 4rem 2rem;
  text-align: center;
}

.values-section h2 {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  font-family: 'Orbitron', sans-serif;
  color: #00eaff;
}

.value-block {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem 2rem;
  text-align: left;
  border-left: 3px solid #00eaff;
  background-color: rgba(0, 234, 255, 0.05);
}

.value-block h3 {
  font-size: 1.5rem;
  color: #00eaff;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.value-block p {
  font-size: 1.1rem;
  color: #e0faff;
  line-height: 1.6;
}

/* Divider */
.divider {
  display: block;
  max-width: 70%;
  height: auto;
  margin: 4rem auto;
  object-fit: cover;
  opacity: 0.9;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

/* Games section */
.games-section {
  background-color: #000;
  color: #00eaff;
  padding: 4rem 2rem;
  text-align: center;
}

.games-section h2 {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  font-family: 'Orbitron', sans-serif;
  color: #00eaff;
}

.game-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.game-card {
  background-color: #fff;
  color: #000;
  border-radius: 16px;
  max-width: 320px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 234, 255, 0.2);
  transition: transform 0.2s ease-in-out;
}

.game-card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 24px rgba(0, 234, 255, 0.4);
}

.game-card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-text {
  padding: 1.25rem;
  text-align: left;
}

.card-text h3 {
  font-size: 1.2rem;
  color: #00bfff;
  margin-bottom: 0.5rem;
}

.card-text p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

/* Contact */
#contact p {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}

#contact a {
  color: #73fdff;
  text-decoration: none;
}

#contact a:hover {
  text-decoration: underline;
}

.contact-social {
  display: center;
  align-items: center;
  padding: 2px 8px;
  background-color: black;
  border-radius: 4px;
}
/* Mobile optimization */
@media (max-width: 768px) {
  body {
    padding-top: 80px;
  }

  .top-bar {
    padding: 0.5rem;
    flex-direction: column;
  }

  .left, .right {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  section {
    padding: 1rem;
    min-height: auto;
  }

  .tagline {
    font-size: 1.2rem;
  }

  h2 {
    font-size: 1.8rem !important;
  }

  .value-block {
    padding: 1rem;
  }

  .value-block h3 {
    font-size: 1.3rem;
  }

  .game-card {
    max-width: 100%;
  }

  .founder-profile img {
    width: 150px;
    height: 150px;
  }

  #about h2 {
    margin-bottom: 2rem;
  }

  .founder-container {
    margin-bottom: 40px;
  }

  .list-block {
    max-width: 100%;
  }
}

/* Small phones */
@media (max-width: 480px) {
  body {
    padding-top: 100px;
  }

  .top-bar {
    font-size: 0.75rem;
  }

  .social-icon {
    width: 24px;
    height: 24px;
  }

  .founder-profile {
    padding: 15px;
  }

  .founder-profile img {
    width: 120px;
    height: 120px;
  }
}
.whowerare-container {
  text-align: center;
  margin: 2rem auto;
}

.whowerare {
  display: block;
  max-width: 600px;
  width: 80%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 234, 255, 0.2);
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  
  .mobile-only {
    display: block;
  }
  
  .whowerare {
    width: 90%;
    max-width: 500px;
  }
}
/* Who we are section */
.who-we-are {
  background-color: rgba(0, 234, 255, 0.05);
  color: #00eaff;
  padding: 4rem 2rem;
  text-align: center;
  margin-bottom: 2rem;
}

.who-we-are h2 {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  color: #00eaff;
}

.who-we-are p {
  max-width: 800px;
  margin: 0 auto 1.5rem;
  font-size: 1.1rem;
  color: #00eaff;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .who-we-are {
    padding: 3rem 1.5rem;
  }
  
  .who-we-are h2 {
    font-size: 1.8rem;
  }
  
  .who-we-are p {
    font-size: 1rem;
  }
}