/*
Theme Name: RoofyCoin Full Template
Author: Your Name
Description: Fully styled RoofyCoin theme with all sections from the original site
Version: 1.0
*/
body {
  font-family: 'Courier New', monospace;
  margin: 0;
  padding: 0;
}
a {
  color: #00ffff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
section {
  padding: 2rem 1rem;
  text-align: center;
}
.hero {
  background: #7b2ff7;
  color: #ffff00;
}
.hero h2 {
  color: #00ffff;
}
.cta {
  background: #ffff00;
  color: #000;
  display: inline-block;
  padding: 1rem 2rem;
  font-weight: bold;
  box-shadow: 4px 4px #000;
  margin-top: 1rem;
}
.testimonial {
  background: #ff3131;
  padding: 1rem;
  max-width: 600px;
  margin: 1rem auto;
  color: #fff;
}
.steps {
  background: #d3d3d3;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.step {
  background: #fff;
  margin: 1rem;
  padding: 1rem;
  width: 200px;
  box-shadow: 2px 2px 0 #000;
}
.step-number {
  background: #00bfff;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  line-height: 40px;
  font-weight: bold;
}
.alert {
  background: #000;
  color: #f00;
  padding: 1rem;
}
.community {
  background: #a855f7;
  color: #fff;
}
.footer {
  background: #000;
  color: #fff;
  text-align: left;
  padding: 2rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer h3 {
  color: #ffff00;
}


.roadmap-carousel { position: relative; width: 90%; max-width: 600px; margin: 2rem auto; background: #fff; padding: 2rem; box-shadow: 5px 5px 0 #000; }
.roadmap-slide { display: none; }
.roadmap-slide.active { display: block; }
.roadmap-nav { text-align: center; margin-top: 1rem; }
.roadmap-nav button { background: #7b2ff7; color: white; border: none; padding: 0.5rem 1rem; margin: 0 0.5rem; border-radius: 20px; cursor: pointer; }
.roadmap-dot { display: inline-block; width: 12px; height: 12px; margin: 0 4px; background: #bbb; border-radius: 50%; }
.roadmap-dot.active { background: #7b2ff7; }
