/* styles.css */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #121212;
  color: #fff;
}

header {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, #ff9800, #ff5722);
  color: #fff;
}

header h1 {
  font-size: 2.5rem;
  margin: 0;
}

header p {
  font-size: 1.2rem;
  margin: 1rem 0;
}

header .cta a {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.8rem 1.5rem;
  color: #fff;
  background: #333;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
}

header .cta a:hover {
  background: #555;
}

.features {
  padding: 2rem;
  text-align: center;
}

.features .feature {
  margin: 1rem 0;
}

.features h3 {
  font-size: 1.5rem;
}

.gallery {
  padding: 2rem;
  text-align: center;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}

.gallery-images img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s;
}

.gallery-images img:hover {
  transform: scale(1.05);
}

.faq {
  padding: 2rem;
}

.faq ul {
  list-style: none;
  padding: 0;
}

.faq li {
  margin: 1rem 0;
}

.faq strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.achievements {
  padding: 2rem;
  background: #1e1e1e;
  text-align: center;
}

.achievements .stats {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.achievements .stat {
  text-align: center;
}

.achievements .number {
  font-size: 2rem;
  color: #ff9800;
}

.how-to-start {
  padding: 2rem;
}

.how-to-start ol {
  padding: 0;
  list-style-position: inside;
}

.roadmap {
  padding: 2rem;
  background: #222;
  color: #ddd;
}

.roadmap .roadmap-item {
  display: flex;
  margin: 1rem 0;
}

.roadmap .roadmap-point {
  width: 20px;
  height: 20px;
  background: #ff9800;
  border-radius: 50%;
  margin-right: 1rem;
  flex-shrink: 0;
}

.roadmap .roadmap-content strong {
  display: block;
  margin-bottom: 0.5rem;
}

.roadmap .roadmap-content {
  max-width: 600px;
}

.features-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}

.feature {
  text-align: center;
  background: #1e1e1e;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}

.feature h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #ff9800;
}

.feature p {
  font-size: 1rem;
  line-height: 1.5;
  color: #ddd;
}

.about {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1rem;
  background: linear-gradient(135deg, #1e1e1e, #282828);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.about-title {
  font-size: 2rem;
  font-weight: bold;
  color: #ff9800;
  margin-bottom: 1rem;
}

.about-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #ddd;
  margin-bottom: 1.5rem;
}

.about-text strong {
  color: #ff9800;
}

.about-text.highlight {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  margin-top: 1rem;
}

.faq {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: left;
}

.faq-title {
  font-size: 2rem;
  font-weight: bold;
  color: #ff9800;
  text-align: center;
  margin-bottom: 2rem;
}

.faq-item {
  background: #1e1e1e;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.faq-question {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5rem;
}

.faq-answer {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ddd;
}

.faq-item:hover {
  background: linear-gradient(135deg, #282828, #3a3a3a);
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

.features {
  background-color: #111;
  padding: 60px 20px;
  color: #fff;
  text-align: center;
}

.feature-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.feature-item {
  background-color: #222;
  padding: 20px;
  border-radius: 10px;
  width: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #00ff99;
}

h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}

p {
  font-size: 16px;
  line-height: 1.5;
  color: #ccc;
}

/* Optional: Add responsive design */
@media (max-width: 768px) {
  .feature-list {
    flex-direction: column;
    gap: 20px;
  }

  .feature-item {
    width: 90%;
  }
}

.roadmap {
  background-color: #2a2a2a;
  padding: 60px 20px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

h2 {
  font-size: 32px;
  color: #f44336; /* Красный цвет для заголовка */
  margin-bottom: 40px;
}

.roadmap-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.roadmap-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: #333;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 800px;
  width: 100%;
}

.roadmap-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.roadmap-point {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f44336; /* Красный цвет для точек */
}

.roadmap-content {
  color: #fff;
}

.roadmap-content strong {
  font-size: 18px;
  color: #f44336; /* Красный цвет для заголовков этапов */
}

.roadmap-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #ddd; /* Светло-серый для текста */
}

@keyframes scroll-text {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Дополнительные стили для адаптивности */
@media (max-width: 768px) {
  .roadmap-items {
    gap: 30px;
  }

  .roadmap-item {
    flex-direction: column;
    text-align: left;
    padding: 15px;
  }
}

.title {
  font-size: 26px;
  font-weight: bold;
  color: #f39c12;
}
.card {
  background: #2a2a2a;
  padding: 15px;
  margin: 10px 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 5px rgba(255, 165, 0, 0.2);
}
.emoji {
  font-size: 20px;
  margin-right: 10px;
}

.wrapper {
  display: flex;
  justify-self: start;
  justify-content: center;
  align-items: end;
  gap: 20px;
  width: -webkit-fill-available;
}

.roadmap-timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.timeline-line {
  position: absolute;
  width: 4px;
  background: #ffa500;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-phase {
  background: #1e1e1e;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(255, 165, 0, 0.2);
  width: 80%;
  max-width: 600px;
  margin: 20px 0;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  position: relative;
}
.timeline-phase.visible {
  opacity: 1;
  transform: translateY(0);
}
.timeline-marker {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ffa500;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}
h3 {
  color: #ffa500;
}
.phase-list {
  list-style: none;
  padding: 0;
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.container {
  max-width: 600px;
  flex: 1 1 300px;
}

.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.card {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.emoji {
  font-size: 20px;
  margin-right: 10px;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 300px;
}

.bibi-image {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .title {
    font-size: 20px;
  }

  .card {
    font-size: 14px;
    padding: 10px;
  }

  .bibi-image {
    max-width: 300px;
  }
}

#buy {
  display: none;
}
@media (max-width: 768px) {
  #buy {
    display: block;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 18px;
  }

  .card {
    font-size: 12px;
    padding: 8px;
  }

  .bibi-image {
    max-width: 250px;
  }
}
