#ga-wrapper {
  margin: 40px 0;
}

.ga-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #23402a;
}

.ga-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  color: #23402a;
}

.ga-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

#ga-step-1 .ga-btn {
  border-radius: 999px;
  padding: 10px 26px;
  border: none;
  background: #d5eadf;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
  color: #23402a;
}

.ga-category-entry-link {
    margin-top: 20px;
}


.ga-btn {
  border-radius: 999px;
  padding: 10px 26px;
  border: 1px solid #23402a;
  background: #FFFFFF;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
  color: #23402a;
}

.ga-btn:hover {
  background: #c1ddce;
  transform: translateY(-1px);
}

a.ga-discover-link {
    position: relative;
    display: inline-flex;
    align-items: center; /* centrage vertical du texte */
}

a.ga-discover-link::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 8px; /* espace entre flèche et texte */
    background-image: url(/img/fleche-guide.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/* HEADER FLEX : titre + retour aligné */
.ga-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

/* Le lien retour */
.ga-back {
  border: none;
  background: none;
  color: #999;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  padding: 0;
}

.ga-discover-inline {
    margin-top: 2rem;
}

a.ga-discover-link {
    font-size: 16px;
    color: #23402a;
    text-decoration: underline;
}

.ga-back:hover {
  color: #555;
}

.ga-final-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 32px;
    border-radius: 999px;
    background: #f0aa2a;
    color: #23402a;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

.ga-final-btn:hover {
  background: #e19817;
}


@media (max-width: 768px) {

  .ga-header {
      margin-bottom: 25px;
  }

  .ga-subtitle {
      font-size: 15px;
      margin-bottom: 25px;
      color: #23402a;
  }

  .ga-btn {
      padding: 10px 10px;
      font-size: 14px;
  }

  .ga-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 10px;
  }

  #ga-step-1 .ga-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 18px;
  }

  h2.ga-title {
      margin: 0;
  }

  #ga-step-1 .ga-btn {
      min-width: 100px;
  }

  a.ga-discover-link {
      font-size: 14px;
  }

  #ga-step-dynamic .ga-subtitle {
      font-size: 16px;
      margin-bottom: 20px;
      color: #23402a;
  }

}
