@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(to bottom right, #130429, #2C0B52);
  color: #ffffff;
  margin: 0;
  padding: 0;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  padding: 1.5rem 2rem;
}

.logo img {
  height: 44px;
}

.whitepaper-title h1 {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(to right, #0af1f9, #b76df0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

main {
  max-width: 900px;
  margin: 4rem auto 6rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 40px rgba(180, 0, 255, 0.15);
  backdrop-filter: blur(8px);
}

.intro {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #e2e2e2;
  margin-bottom: 2.5rem;
}

.content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0af1f9;
  margin-top: 2rem;
}

.content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #b76df0;
  margin-top: 1.4rem;
}

.content p {
  margin-top: 1rem;
  line-height: 1.7;
  font-size: 1rem;
  color: #dcdcdc;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #11041e;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-left a {
  color: #0af1f9;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}

.footer-left a:hover {
  color: #b76df0;
}

.footer-center {
  text-align: center;
  flex: 1;
  font-size: 0.95rem;
  color: #aaa;
}

.footer-right img {
  height: 32px;
}
