* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background: #0b0b0b;
  color: #eaeaea;
  overflow-x: hidden;
  position: relative;
}

#particles-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.container {
  position: relative;
  z-index: 1;
  padding: 2rem 1.5rem;
  max-width: 600px;
  margin: auto;
  backdrop-filter: blur(10px);
  background: rgba(15, 15, 15, 0.7);
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255,255,255,0.05);
}

h1 {
  font-size: 1.6rem;
  color: #f0c75e;
  margin-bottom: 1rem;
  text-align: center;
}

.intro {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.6;
}

h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #ffd369;
  font-size: 1.2rem;
}

ul {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

ul li {
  margin-bottom: 0.8rem;
  line-height: 1.5;
}

.sanctions {
  background: rgba(255, 0, 0, 0.1);
  border-left: 4px solid #ff4c4c;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.footer {
  background: rgba(255,255,255,0.03);
  padding: 1.5rem;
  border-radius: 8px;
  font-size: 0.95rem;
  text-align: center;
  margin-top: 2rem;
}
#particles-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: transparent;
}
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #0f0f0f;
  color: #f1f1f1;
}

.container {
  max-width: 700px;
  margin: auto;
  padding: 2rem 1rem;
}

header {
  text-align: center;
  margin-bottom: 2rem;
}

header h1 {
  font-size: 1.8rem;
  color: #f5c451;
}

header .slogan {
  font-size: 1rem;
  color: #d6d6d6;
  margin-top: 0.5rem;
}

section {
  margin-bottom: 2.5rem;
  background: rgba(255, 255, 255, 0.02);
  border-left: 4px solid #f5c451;
  padding: 1rem;
  border-radius: 8px;
}

section h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #ffeaa7;
}

section p {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  line-height: 1.5;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 0.6rem;
}

ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #f5c451;
}

footer {
  text-align: center;
  font-size: 0.95rem;
  color: #ccc;
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #222;
}
.copy-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #444;
  padding: 1rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  word-break: break-all;
}

.copy-box code {
  font-family: monospace;
  font-size: 0.95rem;
  color: #f5c451;
  background: transparent;
}

.copy-btn {
  align-self: flex-start;
  background-color: #f5c451;
  color: #000;
  border: none;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: background-color 0.2s;
}

.copy-btn:hover {
  background-color: #e4b938;
}
/* Accueil */
.home-header {
  text-align: center;
  padding: 2rem 1rem;
}

.home-header h1 {
  font-size: 1.8rem;
  color: #f5c451;
}

.intro {
  font-size: 1rem;
  margin: 1rem 0 2rem;
  color: #eaeaea;
}

.main-btn {
  background-color: #f5c451;
  color: #000;
  padding: 0.8rem 1.2rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
}

.home-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
  text-align: center;
}

.link-btn {
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  color: #f5c451;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #0f0f0f;
  z-index: 9999;
  overflow-y: auto;
  padding-bottom: 80px; /* espace pour le bouton visible */
}


.modal-content {
  max-width: 500px;
  margin: auto;
  color: #fff;
}

.modal-content h2 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #ffeaa7;
}

.modal-content p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.modal-content img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}
.step {
  display: none;
  padding-bottom: 100px; /* évite que le contenu touche le bouton */
}

.step.active {
  display: block;
}


.copy-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #444;
  padding: 1rem;
  border-radius: 8px;
  margin: 1rem 0;
  word-break: break-word;
}

.copy-box code {
  font-family: monospace;
  color: #f5c451;
  display: block;
  margin-bottom: 0.5rem;
}

.copy-btn {
  background-color: #f5c451;
  color: #000;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.next-btn, .close-btn.full {
  background-color: #f5c451;
  color: #000;
  border: none;
  border-radius: 4px;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-top: 1rem;
}

.close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.2rem;
  background: none;
  color: #ccc;
  border: none;
  cursor: pointer;
}
.next-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5c451;
  color: #000;
  border: none;
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  width: calc(100% - 40px);
  max-width: 400px;
  z-index: 10000;
}
.vendors {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin: 2rem 0;
}

.vendor-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid #444;
  border-left: 4px solid #f5c451;
  padding: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s;
}

.vendor-card:hover {
  transform: scale(1.01);
  background-color: rgba(255,255,255,0.05);
}

.vendor-card h2 {
  margin-bottom: 0.5rem;
  color: #f5c451;
}

.vendor-card p {
  font-size: 0.9rem;
  color: #ccc;
}

.vendor-card button {
  margin-top: 0.5rem;
  background-color: #f5c451;
  border: none;
  color: #000;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
}

.reminder {
  margin-top: 3rem;
  background: rgba(255, 0, 0, 0.05);
  border-left: 4px solid red;
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #f1f1f1;
}
.vendor-card .desc {
  font-size: 0.85rem;
  color: #aaa;
  margin: 0.3rem 0 0.6rem;
}
