body {
      margin: 0;
      background-color: #c1e5ff;
      font-family: "Inter", sans-serif;
      color: white;
}

.navbar {
  background-color: #d9ecfa;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-left h1 {
  margin: 0;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bolder;
  text-shadow:
    -1px -1px 0 #1A1C1E,
    1px -1px 0 #1A1C1E,
    -2px  2px 0 #1A1C1E,
    1px  1px 0 #1A1C1E;
}

.navbar-left p {
  margin: 4px 0 0 0;
  font-size: 20px;
  color: #1A1C1E;
  font-weight: bold;
}

.navbar-right {
  display: flex;
  align-items: center;
  gap: 20px; 
}

.navbar-right a {
  color: black;
  font-weight: 600;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 12px;
  transition: background-color 0.2s;
  text-decoration: none;
}

.navbar-right a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.menu-icon {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #1A1C1E;
}

.kraw-logo{
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.heading {
  text-align: center;
  font-size: 4.5rem;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #111;
  text-shadow:
    2px 2px 0 #f60195,
    -2px -2px 0 #ffd700,
    0 0 8px rgba(0,0,0,0.2);
}

.sub-heading {
  text-align: center;
  font-size: 2.5rem;
  color: #333;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 20px;
}

.sub-heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #f60195;
  margin: 12px auto 0;
  border-radius: 2px;
}

.section-heading {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #fff0e1;
  text-shadow: 2px 2px 6px #8a4b22;
  letter-spacing: 1.5px;

}

.tagline {
  text-align: center;
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
  opacity: 0.9;
}


.copy-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #555;
  padding-left: 10px;
}

.copy-btn:hover {
  color: #000;
}

.cloud-container {
  background-color: #e8f5ff;
  max-width: 800px;
  margin: 20px auto;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 12px;
  text-align: center;
}

.cloud-item {
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cloud-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.cloud-item img:hover {
  transform: scale(1.1);
}

.cloud-item p {
  margin-top: 8px;
  font-weight: bold;  
  font-size: 12px;
  color: #333;
  line-height: 1.2;
}

.cloud-item a {
  text-decoration: none;
}

.land-bg {
  background-color: #c1e5ff;
  background-image: url('assets/landscape-new.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 20px;
  min-height: 800px;
}

.hero-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  width: 300px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.card-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
}

.contract-card {
  border: 2px solid #e0c3fc;
}

.contract-card .card-icon {
  color: #8a2be2;
}

.contract-card .card-title {
  color: #8a2be2;
}

.contract-card .address {
  font-size: 0.9em;
  color: #4682b4;
  word-break: break-all;
  margin-bottom: 20px;
  line-height: 1.4;
}

.contract-card .copy-button {
  background-color: #f0e6fa;
  color: #8a2be2;
  border: 1px solid #8a2be2;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.2s, color 0.2s;
}

.contract-card .copy-button:hover {
  background-color: #8a2be2;
  color: #fff;
}

.buy-kraw-card {
  border: 2px solid #a8dadc;
}

.buy-kraw-card .card-icon {
  color: #ffd700;
}

.buy-kraw-card .card-title {
  color: #4682b4;
}

.buy-kraw-card .button-group a {
  width: 100%;
  padding: 12px 20px;
  border-radius: 25px;
  border: none;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s;
  text-decoration: none;
  box-sizing: border-box;
}

.buy-kraw-card .button-group a:last-child {
  margin-bottom: 0;
}

.buy-kraw-card .button-group a:hover {
  transform: translateY(-2px);
}

.buy-kraw-card .quickswap-button {
  background-color: #9370db;
  color: #fff;
}

.buy-kraw-card .wenmarkets-button {
  background-color: #e0f2f7;
  color: #4682b4;
}

.warning-card {
  border: 2px solid #ff6347;
}

.warning-card .card-icon {
  color: #ffd700;
}

.warning-card .card-title {
  color: #ff6347;
}

.warning-card p {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}

.warning-card .dev-might-rug {
  background-color: #ff6347;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
}

.external-link-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 5px;
}

.copy-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.underground-bg {
  background-color: #c1e5ff;
  background-image: url('assets/underground-new.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 20px;
  min-height: 800px;
}

.about-sub-heading {
  margin-top: 60px;
}

.about-container {
  background-color: rgba(0, 0, 0, 0.7);;
  max-width: 800px;
  margin: 50px auto;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  border: 2px solid white;
  color: white;
}

.about-container p {
  text-align: left;
}

.about-text span {
  color: #f60195;
}

.about-img img {
  width: 100px;
}

.join-us-about {
  color: #ffe500;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 6px;
}

.discord-invite {
  width: 200px;
  transition: transform 0.3s ease;
}

.discord-invite:hover {
   transform: scale(1.1);
}

.tokenomics-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 20px;
}


.donut-chart {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: conic-gradient(
    #ff6f91 0% 50%,
    #9d65ff 50% 90%,
    #66d9ef 90% 100%
  );
  border: 5px solid gold;
}

.token-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.token-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 10px;
  min-width: 180px;
  font-weight: bold;
  font-size: 1rem;
}

.pink {
  background-color: #ff6f91;
  color: white;
}

.purple {
  background-color: #9d65ff;
  color: white;
}

.blue {
  background-color: #66d9ef;
  color: black;
}

.quote {
  color: black;
  font-weight: bold;
  font-style: italic;
  margin-top: 20px;
  text-align: center;
}

.sea-bg {
  background-color: #c1e5ff;
  background-image: url('assets/sea.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 20px;
  min-height: 800px;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.team-card {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: 2px solid white;
  border-radius: 15px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.1);
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-card:hover {
  transform: scale(1.03);
}

.team-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid gold;
  margin-bottom: 15px;
}

.team-card h3 {
  font-size: 1.5rem;
  color: #f60195;
  margin-bottom: 5px;
}

.team-card .role {
  font-style: italic;
  font-weight: 600;
  color: #ffd700;
  margin-bottom: 10px;
}

.team-card p {
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0 0 10px;
  text-align: center;
}

.ice-bg {
  background-color: #c1e5ff;
  background-image: url('assets/ice.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 20px;
  min-height: 800px;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
}

.chart-wrapper {
  width: 90%;
  max-width: 900px;
  background-color: #1e1e1e;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.dexscreener-embed {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  border-radius: 12px;
  overflow: hidden;
}

.dexscreener-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.converter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20vh;
  margin-top: 20px;
}

.kraw-usd-converter {
  color: #ffffff;
}

.converter-title {
  font-size: 16px;
  margin-bottom: 20px;
  color: white;
  text-align: center;
}

.converter-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0d1117;
  border: 1px solid #30363d;
  border-radius: 6px;
  padding: 10px 12px;
  margin-bottom: 12px;
}

.converter-field label {
  font-size: 14px;
  color: #8b949e;
}

.converter-field input {
  background: none;
  border: none;
  color: #ffffff;
  text-align: right;
  font-size: 16px;
  width: 160px;
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.converter-field input::-webkit-outer-spin-button,
.converter-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.converter-field input:focus {
  outline: none;
}

.hell-bg {
  background-color: #c1e5ff;
  background-image: url('assets/hell-new.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 20px;
  min-height: 800px;
}


@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }

  .navbar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu-icon {
    display: block;
    font-size: 28px;
    cursor: pointer;
    color: #1A1C1E;
  }

  .navbar-right {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }

  .navbar-right.show {
    display: flex;
  }

  .navbar-right p {
    font-size: 16px;
    color: black;
    padding: 4px 0;
  }

  .navbar-left h1 {
    font-size: 32px;
  }

  .navbar-left p {
    font-size: 16px;
  }

  .cloud-item {
    width: 70px;
  }

  .cloud-item img {
    width: 60px;
    height: 60px;
  }

  .cloud-item p {
    font-size: 12px;
  }

  .cloud-container {
    gap: 16px;
    padding: 16px;
  }

  .tokenomics-container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .tokenomics-container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .donut-chart {
    width: 220px;
    height: 220px;
  }

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

  .team-card {
    width: 90%;
  }

  .page {
    flex-direction: column;
    padding: 20px 10px;
  }

  .chart-wrapper {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    box-shadow: none;
  }

  .dexscreener-embed {
    padding-bottom: 100%;
    border-radius: 8px;
  }


}