@font-face {
  font-family: 'Staaliches';
  src: url('/path/to/staaliches.woff2') format('woff2'), url('/path/to/staaliches.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 40px 20px;
  flex-wrap: wrap-reverse;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
}

.hero-text {
  font-family: 'Staaliches', sans-serif;
  font-size: 7vw;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #fff8f0, #87f5ab, #fff8f0);
  background-size: 200% auto;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  animation: shimmer 3s infinite linear;
  flex: 1;
  box-sizing: border-box;
}

.hero-text div {
  margin-bottom: 10px;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  max-width: 100%;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
}

/* Media queries for better responsiveness */
@media (max-width: 768px) {
  .hero {
    padding: 40px 20px;
    flex-direction: column;
    width: 100%;
  }

  .hero-text {
    font-size: 12vw;
    text-align: center;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .hero-image {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero {
    width: 100%;
    padding: 40px 10px;
  }

  .hero-text {
    font-size: 14vw;
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
    flex-basis: 100%;
    box-sizing: border-box;
  }

  .description-text {
    font-size: 18px;
    padding: 0 20px;
  }
}

.highlight {
  color: #87f5ab;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #87f5ab;
}

@keyframes shimmer {
  0% {
    background-position: 200% center;
  }

  100% {
    background-position: -200% center;
  }
}

.description-text {
  text-align: center;
  margin: 20px 40px;
  font-size: 25px;
}

.image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* Wrap on smaller screens */
  gap: 20px;
  /* Space between images */
  padding: 20px 0;
}

.box-section {
  width: 100%;
  overflow-x: hidden;
  margin: 40px auto;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}

.box-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.box-item {
  border: 10px solid #87f5ab;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.box-item h2 {
  margin-bottom: 10px;
  font-size: clamp(20px, 5vw, 5vw);
  font-weight: 600;
}

.box-item p {
  font-size: clamp(18px, 2vw, 2vw);
}

/* Desktop styles for boxes */
@media (min-width: 769px) {
  .box-group {
    flex-direction: row;
    align-items: stretch;
  }
  
  .box-item {
    width: 33%;
    border-width: 2.5vw;
  }
}

.results-image {
  display: block;
  margin: 60px auto 20px;
  max-width: 100%;
  height: auto;
}

.analysis-text {
  text-align: center;
  font-size: 35px;
  margin: 40px auto;
  max-width: 800px;
  font-weight: bold;
  padding: 0 5px 0 5px;
}

.trading-section {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 40px 20px;
  gap: 30px;
  background: linear-gradient(to bottom, #87f5ab, #5f17ff);
  border-radius: 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.trading-image {
  width: 100%;
  display: flex;
  justify-content: center;
}

.trading-image img {
  max-width: 100%;
  height: auto;
}

.trading-text {
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
}

.trading-text h1 {
  font-size: 12vw;
  color: #5f17ff;
  margin-bottom: 20px;
  margin-top: 0;
}

.trading-text p {
  font-size: clamp(18px, 4vw, 28px);
  margin: 0 0 20px 0;
}

.trading-text .green {
  color: #87f5ab;
}

/* Desktop styles for trading section */
@media (min-width: 769px) {
  .trading-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 40px;
    text-align: left;
  }
  
  .trading-image {
    width: auto;
    flex: 1;
  }
  
  .trading-text {
    max-width: 50%;
    padding: 0;
  }
  
  .trading-text h1 {
    margin-top: -40px;
  }
}

.boosters-section {
  text-align: center;
  margin-top: 0px;
  padding: 0 2px 20px 2px;
}

.boosters-section h2 {
  font-size: 7vw;
  color: #87f5ab;
  font-weight: 600;
  margin-bottom: 40px;
}

.booster-images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.booster-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.booster-item span {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: clamp(18px, 2.5vw, 2.5vw);
  white-space: nowrap;
}

.booster-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.white-bar {
  background-color: #fff8f0;
  color: #5f17ff;
  padding: 60px 20px;
  text-align: center;
}

.white-bar h2 {
  font-size: clamp(24px, 4vw, 4vw);
  margin-bottom: 10px;
}

.white-bar h3 {
  font-size: clamp(22px, 3vw, 3vw);
  margin-top: 0;
  margin-bottom: 20px;
}

.white-bar p {
  color: black;
  font-size: clamp(18px, 1.7vw, 1.7vw);
  max-width: 700px;
  margin: 0 auto;
}

.gradient-text {
  font-size: clamp(20px, 4vw, 4vw);
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #fff8f0, #87f5ab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 40px 20px;
}
