body {
  font-family: 'Open Sans', sans-serif;
  background: linear-gradient(-45deg, #282353, #2a2933, #282353, #2a2933, #282353);
  margin: 0;
  padding: 0;
  color: #fff;
  min-height: 100vh;
}

main {
  flex: 1;
}

.crypto-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.crypto-bg span {
  position: absolute;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  top: -10%;
  animation: fall linear infinite;
}

.crypto-bg span:nth-child(1) { left: 5%; animation-duration: 10s; animation-delay: 0s; }
.crypto-bg span:nth-child(2) { left: 20%; animation-duration: 12s; animation-delay: 2s; }
.crypto-bg span:nth-child(3) { left: 35%; animation-duration: 8s; animation-delay: 4s; }
.crypto-bg span:nth-child(4) { left: 50%; animation-duration: 15s; animation-delay: 1s; }
.crypto-bg span:nth-child(5) { left: 65%; animation-duration: 9s; animation-delay: 3s; }
.crypto-bg span:nth-child(6) { left: 80%; animation-duration: 11s; animation-delay: 5s; }

@keyframes fall {
  0% { transform: translateY(-100%) rotate(0deg); opacity: 0; }
  50% { opacity: 0.5; }
  100% { transform: translateY(110vh) rotate(360deg); opacity: 0; }
}

.section {
  padding: 60px 20px;
  text-align: center;
  padding: 60px 10%;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
  background-image: linear-gradient(to right, #282353 0%, rgba(246, 174, 138, 0.9) 100%);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}

.header .logo img {
  height: 70px;
  width: auto;
  object-fit: contain;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.wallet-cap {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  padding-left: 10px;
  border-left: 4px solid #f6ae82;
}

.header .btn {
  background-color: rgba(40, 35, 83, 0.75);
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header .btn:hover {
  background-color: rgba(40, 35, 83, 1);
}

.connect-dashboard p {
  font-weight: 700;
  font-style: italic;
  font-size: 1.2rem;
  color: #ffffff;
  margin: 10px 0 20px;
  text-align: center;
}

.wallet-btn:hover {
  transform: scale(1.08);
  color: #9ac31c !important;
  text-shadow: 0 0 10px #9ac31c, 0 0 20px #9ac31c;
}
.wallet-btn:hover img {
  transform: scale(1.15);
  filter: drop-shadow(0 0 15px #9ac31c);
}

.connect-dashboard {
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn {
  display: inline-block;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.btn-round {
  border-radius: 50px;
}

.btn-gradient {
  background: linear-gradient(#f28e5b, #f6ae82);
}

.popup {
  width: 600px;
  max-width: 90%;
  margin: 60px auto;
  padding: 30px;
  background: linear-gradient(#2a2962, #282353);
  border-radius: 25px;
  text-align: center;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

/* Hedge Table */
.table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
}

.hedge-table {
  width: 100%;
  border-collapse: collapse;
  background: #734494;
  border-radius: 8px;
}

.hedge-table th,
.hedge-table td {
  padding: 10px;
  text-align: left;
}

.hedge-table thead {
  background: #8c59b0;
}
.hedge-table .icon {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.section h2 {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-family: 'Oswald', sans-serif !important;
  font-size: 48px;
}

.section h3 {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-family: 'Oswald', sans-serif !important;
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

.balance {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 10%;
}

.balance-right h4,
.balance-right h3 {
  margin: 0;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}

.btn:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}

.table-container {
  background-color: #282353;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  margin: 20px 0 30px 0;
}

.table-container p {
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 600;
}

.container {
  background-color: #282353;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  margin: 20px 0 30px 0;
}

.footer {
  background-color: #19142E;
  padding: 20px 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-content {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.social-icon {
  width: 30px;
  height: 30px;
  display: block;
}

.footer span {
  color: #fff;
  margin-left: 20px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.popup {
  background-color: #2a2962;
  border-radius: 25px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90%;
  max-height: 80%;
  overflow: auto;
}

.popup img.loading {
  width: 60px;
  margin-bottom: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.popup {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.popup-overlay[style*="display: flex"] .popup {
  opacity: 1;
  transform: translateY(0);
}

.waitlist-section {
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.waitlist-section h1 {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  text-align: center;
  margin-bottom: 10px;
}

.waitlist-section p {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  text-align: center;
  max-width: 700px;
  font-size: 24px;
  margin: 0 0 20px 0;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

.waitlist-section form input[type="email"] {
  max-width: 90%;
  padding: 10px 25px;
  border-radius: 50px;
  border: none;
  outline: none;
  font-size: 16px;
  margin-right: 10px;
}
.about-project-section {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.about-project-container {
  max-width: 700px;
  text-align: center;
  background-color: #2a2962;
  border-radius: 25px;
  padding: 40px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.about-project-container h1 {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  margin-bottom: 20px;
}

.about-project-container p {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

.about-project-container .btn {
  padding: 12px 30px;
  font-size: 16px;
}
