body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #421104c4;
  overflow-x: hidden;
  color: #f7e9c2;
  font-size: 1.35rem;
}
.background-gif {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 0;
  background: url('img/bg.gif') center center/cover no-repeat;
  opacity: 0.10;
  pointer-events: none;
  filter: grayscale(0.7) brightness(0.5);
}
section {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto 40px auto;
  background: #2d3136bf;
  border-radius: 32px;
  box-shadow: 0 8px 32px #000a, 0 2px 8px #ffb30055;
  padding: 48px 32px 36px 32px;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 0.7s cubic-bezier(.68,-0.55,.27,1.55), transform 0.7s cubic-bezier(.68,-0.55,.27,1.55);
  font-size: 1.18rem;
}
section.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.hero {
  background: linear-gradient(120deg, #23272bbf 60%, #3a2c1abf 100%);
  border-radius: 0 0 48px 48px;
  box-shadow: 0 8px 32px #ffb30022;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 64px;
}
.logo {
  width: 230px;
  margin-bottom: 18px;
  filter: drop-shadow(0 4px 24px #ffb300cc);
  border-radius: 24px;
  border: 4px solid #ffb300;
  background: #23272b;
}
.main-title {
  font-size: 4.2rem;
  color: #ffb300;
  margin: 0 0 8px 0;
  text-shadow: 2px 4px 0 #b71c1c, 0 2px 8px #000a;
  letter-spacing: 2px;
  font-family: 'Luckiest Guy', cursive, sans-serif;
}
.token-symbol {
  font-size: 2.3rem;
  color: #e53935;
  margin: 0 0 16px 0;
  letter-spacing: 2px;
  text-shadow: 1px 2px 0 #fffde7;
  font-family: 'Luckiest Guy', cursive, sans-serif;
}
.subtitle {
  font-size: 1.5rem;
  color: #f7e9c2;
  margin-bottom: 32px;
  font-style: italic;
  background: #3a2c1aee;
  border-radius: 16px;
  padding: 16px 24px;
  box-shadow: 0 2px 12px #b71c1c99;
  display: inline-block;
}
.hero-memes, .memes {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 32px 0 32px 0;
  flex-wrap: wrap;
}
.big-img, .hero-meme, .meme-img, .about-img, .token-img, .buy-img, .roadmap-img, .team-img {
  width: 260px;
  max-width: 90vw;
  height: auto;
  object-fit: contain;
  border-radius: 24px;
  border: 5px solid #ffb300;
  box-shadow: 0 8px 32px #000a, 0 2px 8px #b71c1c99;
  margin: 0 8px 18px 8px;
  background: #23272b;
  transition: transform 0.3s cubic-bezier(.68,-0.55,.27,1.55), box-shadow 0.3s;
  font-size: 1.1rem;
}
.big-img:hover, .hero-meme:hover, .meme-img:hover {
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 12px 48px #e53935cc, 0 2px 8px #ffb300cc;
}
.gallery-desc {
  font-size: 1.25rem;
  color: #ffb300;
  font-style: italic;
  margin-bottom: 0;
}
.tokenomics ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  font-size: 1.25rem;
  color: #f7e9c2;
}
.tokenomics li {
  margin-bottom: 10px;
}
.how-to-buy ol {
  text-align: left;
  display: inline-block;
  margin: 0 auto 18px auto;
  padding-left: 20px;
  font-size: 1.25rem;
  color: #f7e9c2;
}
.roadmap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  color: #f7e9c2;
}
.roadmap li {
  margin-bottom: 10px;
}
.team-members {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.member {
  background: #23272b;
  border-radius: 18px;
  box-shadow: 0 2px 8px #ffb30033;
  padding: 16px 18px;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.1rem;
  color: #f7e9c2;
  margin-bottom: 12px;
  border: 3px solid #b71c1c;
}
.team-img {
  width: 120px;
  border-radius: 18px;
  border: 4px solid #ffb300;
  margin-bottom: 8px;
  background: #23272b;
}
.buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.btn {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 18px 44px;
  border-radius: 32px;
  border: none;
  background: linear-gradient(90deg, #b71c1c 40%, #ffb300 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 12px #b71c1c99;
  transition: background 0.3s, transform 0.2s, box-shadow 0.2s;
  outline: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  font-family: 'Luckiest Guy', cursive, sans-serif;
  letter-spacing: 1px;
}
.btn:hover {
  background: linear-gradient(90deg, #ffb300 40%, #b71c1c 100%);
  color: #fffde7;
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 6px 24px #ffb300cc;
}
.btn.telegram::before {
  content: "";
  background: url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/telegram.svg') center/28px no-repeat;
  display: inline-block;
  width: 28px; height: 28px;
  margin-right: 10px;
  vertical-align: middle;
}
.btn.twitter::before {
  content: "";
  background: url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/twitter.svg') center/28px no-repeat;
  display: inline-block;
  width: 28px; height: 28px;
  margin-right: 10px;
  vertical-align: middle;
}
.btn.dexscreener::before {
  content: "";
  background: url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/chainlink.svg') center/28px no-repeat;
  display: inline-block;
  width: 28px; height: 28px;
  margin-right: 10px;
  vertical-align: middle;
}
footer {
  background: #b71c1c;
  color: #fff;
  text-align: center;
  padding: 18px 0 10px 0;
  border-radius: 0 0 36px 36px;
  font-size: 1.2rem;
  margin-top: 32px;
  box-shadow: 0 2px 8px #ffb30033;
}
h1, h2 {
  font-size: 2.2em;
}
.huge-img {
  width: 520px;
  max-width: 98vw;
  border-width: 10px;
  box-shadow: 0 16px 64px #e53935cc, 0 4px 16px #ffb300cc;
}
.no-border {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}
@media (max-width: 1100px) {
  section { max-width: 99vw; padding: 32px 2vw 24px 2vw; }
  .team-members { gap: 12px; }
  .big-img, .hero-meme, .meme-img, .about-img, .token-img, .buy-img, .roadmap-img, .team-img { width: 180px; }
  .member { width: 180px; }
}
@media (max-width: 600px) {
  section { padding: 12px 1vw 8px 1vw; border-radius: 14px; }
  .memes, .hero-memes { gap: 6px; }
  .big-img, .hero-meme, .meme-img, .about-img, .token-img, .buy-img, .roadmap-img, .team-img { width: 90vw; max-width: 98vw; border-radius: 10px; }
  .logo { width: 80px; border-radius: 12px; }
  .main-title { font-size: 2.2rem; }
  .token-symbol { font-size: 1.2rem; }
  .member { width: 95vw; }
  .team-img { width: 60vw; }
  .huge-img { width: 98vw; max-width: 99vw; border-width: 6px; }
} 