/* Aanvullende stijl voor de publieke site (bovenop style.css). */

.logo--link { text-decoration: none; display: inline-block; }

.hero h1 {
  margin: 0 0 10px;
  font-size: 1.7rem;
  line-height: 1.25;
}
.lead { font-size: 1.02rem; color: #4a5a6b; margin: 0 0 14px; }

.set-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap; margin-bottom: 6px;
}
.set-head h2 { margin: 0; }
.set-intro { color: #4a5a6b; margin: 0 0 14px; }

.product-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.product-list li {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 10px 14px; background: #fbfdff; border: 2px solid #e6eff7; border-radius: 10px;
  flex-wrap: wrap;
}
.product-name { font-weight: 600; }

.guide { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.guide-item {
  background: #fbfdff; border: 2px solid #e6eff7; border-radius: 12px; padding: 14px;
}
.guide-item h3 { margin: 0 0 4px; font-size: 1.02rem; }
.guide-kort { margin: 0 0 8px; font-weight: 600; color: var(--primary-dark); font-size: 0.9rem; }
.guide-item p { margin: 0; color: #4a5a6b; font-size: 0.94rem; }

.tips { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.tip { background: #fffdf3; border: 2px solid #f2e6c2; border-radius: 12px; padding: 14px; }
.tip h3 { margin: 0 0 6px; font-size: 1rem; }
.tip p { margin: 0; color: #4a5a6b; font-size: 0.94rem; }

.site-footer {
  background: rgba(255,255,255,0.9);
  border-radius: var(--radius);
  padding: 18px 22px;
  margin-bottom: 20px;
  font-size: 0.88rem;
  color: #5b6b7d;
  border: 3px solid rgba(255,255,255,0.7);
}
.site-footer p { margin: 0 0 8px; }
.site-footer .muted { color: #8a97a6; font-size: 0.82rem; margin: 0; }

.card h2 { margin-top: 0; }
/* Alleen tekstlinks kleuren — knoppen houden hun eigen (witte) tekstkleur. */
.card p a:not(.btn) { color: var(--primary-dark); }

/* --- Alert-propositie --- */
.kicker {
  display: inline-block; margin: 0 0 8px;
  background: var(--poke-yellow); color: var(--ink);
  font-weight: 800; font-size: 0.78rem; letter-spacing: 0.4px;
  padding: 5px 12px; border-radius: 999px; border: 2px solid var(--poke-blue);
}
.hero--main h1 { font-size: 2.05rem; }
.cta-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 6px; }
.btn--big { padding: 14px 24px; font-size: 1.02rem; }
.btn--disabled {
  background: #d7e3ee; color: #6b7a8c; box-shadow: 0 4px 0 #c2d2e0; cursor: default;
}

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.step { display: flex; gap: 12px; align-items: flex-start;
  background: #fbfdff; border: 2px solid #e6eff7; border-radius: 12px; padding: 14px; }
.step__num {
  flex: 0 0 34px; height: 34px; display: grid; place-items: center;
  background: linear-gradient(180deg, var(--primary), var(--primary-dark));
  color: #fff; font-weight: 800; border-radius: 50%;
}
.step h3 { margin: 0 0 4px; font-size: 1rem; }
.step p { margin: 0; color: #4a5a6b; font-size: 0.93rem; }

.shop-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; }
.shop { background: #fbfdff; border: 2px solid #e6eff7; border-radius: 12px; padding: 14px; }
.shop__name { font-weight: 800; margin-right: 8px; }
.shop__note { margin: 8px 0 0; color: #4a5a6b; font-size: 0.92rem; }
.badge { font-size: 0.72rem; font-weight: 800; padding: 3px 10px; border-radius: 999px; }
.badge--live { background: #dcf7dc; color: #1f7a2e; }
.badge--binnenkort { background: #fff2d6; color: #9a6b00; }
