/* WALKJE-STABLE-FINAL-CSS */
:root{
  --bg:#031b0b;
  --top:#021207;
  --panel:#082812;
  --line:rgba(255,255,255,.13);
  --green:#45ee85;
  --text:#f5fff6;
  --muted:#b9cbbb;
  --gold:#f4cb6b;
}
*{box-sizing:border-box}
html,body{margin:0;max-width:100%;overflow-x:hidden}
body{
  background:radial-gradient(circle at 12% 0%,#0d3c1c 0,#031b0b 36%,#020f06 100%);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;
  font-size:18px;
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
img,video,svg,canvas{max-width:100%;height:auto}
.walkje-header{
  background:rgba(2,18,7,.98);
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(14px);
}
.walkje-header-inner{
  max-width:1220px;
  margin:auto;
  padding:13px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.walkje-logo{
  font-size:30px;
  font-weight:950;
  color:var(--green);
  letter-spacing:-.055em;
  white-space:nowrap;
}
.walkje-nav{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.walkje-nav a{
  font-size:14px;
  font-weight:850;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  padding:9px 12px;
}
.walkje-nav a.hot{
  background:var(--green);
  color:#031b0b;
  border-color:var(--green);
}
main{max-width:1220px;margin:auto}
.hero{
  padding:46px 18px 26px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:center;
}
.kicker{
  display:inline-flex;
  margin-bottom:12px;
  background:rgba(69,238,133,.14);
  border:1px solid rgba(69,238,133,.30);
  color:var(--green);
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.05em;
}
h1,h2,h3{margin:0;line-height:1;letter-spacing:-.055em}
h1{font-size:clamp(42px,7vw,82px)}
h2{font-size:clamp(30px,5vw,52px)}
h3{font-size:24px}
p{color:var(--muted)}
.lead{font-size:clamp(18px,2.2vw,24px);margin:18px 0 0;max-width:760px}
.panel,.card,.wide,.feed-post,.topic,.search-card{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border:1px solid var(--line);
  border-radius:28px;
  padding:22px;
  box-shadow:0 18px 55px rgba(0,0,0,.16);
}
.actions,.chips{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:18px;
}
.btn,button{
  min-height:46px;
  border-radius:999px;
  border:1px solid var(--green);
  background:var(--green);
  color:#031b0b;
  font-weight:950;
  padding:10px 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.btn.secondary,button.secondary{
  background:rgba(255,255,255,.06);
  color:white;
  border-color:var(--line);
}
.chip{
  font-size:13px;
  font-weight:850;
  border:1px solid rgba(69,238,133,.25);
  background:rgba(69,238,133,.10);
  border-radius:999px;
  padding:8px 10px;
  color:#dfffe9;
}
.hero-img{
  width:100%;
  height:350px;
  object-fit:cover;
  border-radius:28px;
  border:1px solid var(--line);
  background:#041b0b;
}
.hero-img.contain{object-fit:contain;padding:12px}
.section{padding:34px 18px}
.grid{display:grid;gap:16px;margin-top:20px}
.two{grid-template-columns:repeat(2,1fr)}
.three{grid-template-columns:repeat(3,1fr)}
.four{grid-template-columns:repeat(4,1fr)}
.art-card img,.service-card img,.proof-card img{
  width:100%;
  height:126px;
  object-fit:contain;
  border-radius:16px;
  background:#041b0b;
  padding:8px;
}
.art-card b,.service-card b,.proof-card b{
  display:block;
  color:white;
  font-size:17px;
  margin-top:10px;
}
.art-card span,.service-card span,.proof-card span{
  display:block;
  color:var(--muted);
  font-size:13px;
  margin-top:5px;
}
.search-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr 1fr;
  gap:10px;
  margin-top:16px;
}
.search-extra{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:10px;
}
input,select,textarea{
  width:100%;
  min-height:48px;
  border-radius:16px;
  border:1px solid #245d36;
  background:#041b0b;
  color:white;
  padding:0 13px;
  font:inherit;
}
textarea{padding:13px;min-height:92px}
.mapbox{
  min-height:420px;
  border-radius:24px;
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 22% 36%,rgba(69,238,133,.38),transparent 11%),
    radial-gradient(circle at 52% 55%,rgba(69,238,133,.28),transparent 12%),
    radial-gradient(circle at 78% 30%,rgba(69,238,133,.33),transparent 10%),
    linear-gradient(135deg,#155623,#061f0d);
}
.mapbox:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:48px 48px;
}
.route-line{position:absolute;left:14%;top:22%;width:72%;height:56%;pointer-events:none}
.pin{
  position:absolute;
  width:38px;
  height:38px;
  border-radius:50%;
  background:var(--green);
  color:#031b0b;
  display:grid;
  place-items:center;
  font-weight:950;
  box-shadow:0 0 0 9px rgba(69,238,133,.18);
  z-index:2;
}
.p1{left:18%;top:34%}.p2{left:46%;top:52%}.p3{left:76%;top:28%}.p4{left:66%;top:72%}
.distance-slot{
  margin-top:16px;
  background:rgba(69,238,133,.09);
  border:1px solid rgba(69,238,133,.26);
  border-radius:22px;
  padding:16px;
}
.distance-slot label{display:flex;justify-content:space-between;gap:10px;font-weight:950;color:white}
input[type=range]{width:100%;accent-color:var(--green);margin-top:12px}
.status-flow,.flow-strip{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:8px;
  margin-top:18px;
}
.status-flow span,.flow-strip a{
  background:rgba(69,238,133,.10);
  border:1px solid rgba(69,238,133,.24);
  border-radius:15px;
  padding:10px;
  font-size:12px;
  font-weight:850;
  color:white;
}
.flow-strip span{
  display:block;
  color:var(--muted);
  font-weight:500;
  margin-top:5px;
}
.footer{
  border-top:1px solid var(--line);
  padding:28px 18px;
  margin-top:40px;
  text-align:center;
  color:var(--muted);
}
@media(max-width:900px){
  body{font-size:16px}
  .walkje-header-inner{display:block;padding:12px 14px}
  .walkje-logo{display:block;margin-bottom:10px;font-size:26px}
  .walkje-nav{overflow-x:auto;flex-wrap:nowrap;white-space:nowrap}
  .walkje-nav a{flex:0 0 auto;font-size:12px;padding:8px 10px}
  .hero,.two,.three,.four,.search-grid,.search-extra,.status-flow,.flow-strip{grid-template-columns:1fr}
  .hero{padding:28px 14px 18px}
  h1{font-size:42px}
  .lead{font-size:18px}
  .section{padding:28px 14px}
  .hero-img{height:235px}
  .mapbox{min-height:340px}
  .panel,.card,.wide,.search-card{border-radius:22px;padding:16px}
}
