/* WALKJE-FINAL-PUBLIC-POLISH-CSS */
.wj-top .wj-top-inner{
  min-height:64px !important;
}

.wj-top .wj-brand.walkje-logo,
.wj-brand.walkje-logo,
.walkje-logo{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:190px !important;
  min-width:190px !important;
  height:52px !important;
  padding:0 !important;
  margin:0 !important;
  color:transparent !important;
  font-size:0 !important;
  line-height:0 !important;
  text-decoration:none !important;
  overflow:visible !important;
  background:transparent !important;
  border:0 !important;
}

.wj-real-logo-img{
  display:block !important;
  width:190px !important;
  height:52px !important;
  max-width:190px !important;
  object-fit:contain !important;
}

.wj-brand.walkje-logo > *:not(.wj-real-logo-img),
.walkje-logo > *:not(.wj-real-logo-img),
.wj-brand-badge,
.wj-brand-mark,
.wj-brand-text,
.walk,
.je{
  display:none !important;
}

.wj-polished-why{
  max-width:1180px;
  margin:28px auto 0;
  padding:0 14px;
}

.wj-polished-why-inner{
  border:1px solid rgba(69,238,133,.25);
  background:
    radial-gradient(circle at 10% 0%,rgba(69,238,133,.18),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
  border-radius:26px;
  padding:22px;
  color:#f7fff8;
}

.wj-polished-why h2{
  margin:0;
  font-size:clamp(30px,4vw,48px);
  line-height:1;
  letter-spacing:-.055em;
}

.wj-polished-why p{
  color:#bfd0c2;
  max-width:820px;
}

.wj-polished-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}

.wj-polished-grid article{
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.045);
  border-radius:18px;
  padding:14px;
}

.wj-polished-grid h3{
  margin:0 0 6px;
  font-size:19px;
  line-height:1.05;
}

.wj-polished-grid p{
  margin:0;
  font-size:13px;
}

.wj-polished-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}

.wj-polished-actions a{
  min-height:42px;
  border-radius:999px;
  border:1px solid #45ee85;
  background:#45ee85;
  color:#031b0b;
  font-weight:950;
  padding:9px 14px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
}

.wj-polished-actions a.secondary{
  background:rgba(255,255,255,.06);
  color:white;
  border-color:rgba(255,255,255,.16);
}

@media(max-width:900px){
  .wj-top .wj-brand.walkje-logo,
  .wj-brand.walkje-logo,
  .walkje-logo{
    width:145px !important;
    min-width:145px !important;
    height:42px !important;
  }

  .wj-real-logo-img{
    width:145px !important;
    height:42px !important;
    max-width:145px !important;
  }

  .wj-polished-grid{
    grid-template-columns:1fr;
  }
}
