
.greniker-access{
  padding:60px 20px;
}
.greniker-card{
  max-width:700px;
  margin:0 auto;
  padding:40px;
  text-align:center;
  background:#fff;
  border-radius:24px;
  border:1px solid rgba(193,223,84,.25);
  box-shadow:var(--shadow);
}
.greniker-card #btn-scan-qr{
  white-space: nowrap;
  font-size: 1.1rem;
  padding: 16px 32px;
}
.greniker-access h2{
  margin-bottom:24px;
}
.btn-greniker{
  width:auto;
  min-width:280px;
  padding:18px 32px;
  white-space:nowrap;
}
.greniker-access-text{
  margin-top:24px;
  font-weight:600;
}
.greniker-access-note{
  margin-top:16px;
  color:var(--text);
  line-height:1.6;
}
.grenikers-community-logo{
  display:block;
  width:200px;
  height:auto;
  margin:0 auto 16px auto;
  transition:transform .3s ease;
}
.grenikers-community-logo:hover{
  transform:scale(1.05);
}
.greniker-card h2{
  margin-top: 16px;
  margin-bottom: 24px;
  font-size:clamp(2rem,6vw,3rem);
}
.greniker-badge{
  display:inline-block;
  padding:8px 18px;
  border-radius:999px;
  background:rgba(193,223,84,.15);
  color:var(--accent);
  font-size:.8rem;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:16px;
}
.journey-progress{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:32px auto 60px;
  max-width:520px;
}
.journey-direction{
  text-align:center;
  margin-top:16px;
  margin-bottom:50px;
  font-size:1rem;
  font-weight:600;
  color:var(--accent);
  letter-spacing:.3px;
}
.journey-step{
  width:44px;
  height:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  background:#fff;
  border:2px solid var(--accent);
  color:var(--text);
}
.journey-step.active{
  background:var(--green);
}
.journey-step.final{
  background:var(--accent);
  color: var(--white);
}
.journey-line{
  width:80px;
  height:3px;
  background:linear-gradient(
    90deg,
    var(--accent),
    rgba(193,223,84,.35)
  );
}
.program-hub{
  padding:80px 20px;
  text-align:center;
}
.program-hub-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-top:48px;
}
.program-card{
  display:block;
  padding:28px;
  border-radius:24px;
  background:#fff;
  text-decoration:none;
  color:var(--vert-grenika);
  box-shadow:var(--shadow);
  transition:.3s ease;
}
.program-card:hover{
  transform:translateY(-6px);
}
.program-number{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--green);
  font-weight:800;
  margin-bottom:18px;
}
.program-card.highlight{
  border:2px solid var(--accent);
  background:linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(193,223,84,.12) 100%
  );
  box-shadow:
    0 10px 30px rgba(0,0,0,.08);
  transform:scale(1.03);
}
.program-badge{
  display:inline-block;
  margin-bottom:16px;
  padding:8px 16px;
  border-radius:999px;
  background:var(--accent);
  color:var(--white);
  font-size:.8rem;
  font-weight:800;
  letter-spacing:1px;
}
@media(max-width:980px){
  .program-hub-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:600px){
  .program-hub-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width: 768px){
  .greniker-card #btn-scan-qr{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0;
    padding: 16px 18px;
    white-space: normal;
    text-align: center;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (max-width:768px){
  .programme-flow{
    gap:8px;
  }
  .programme-flow span{
    font-size:.85rem;
    padding:6px 10px;
  }

}