:root{
  --green-dark:#3a5a2c;
  --green:#6e8f57;
  --green-soft:#88a96f;
  --cream:#f3f7e8;
  --cream-card:#ffffff;
  --ink:#2c3a22;
  --muted:#5d6b4f;
  --line:#dfe7cd;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Segoe UI',Tahoma,Verdana,sans-serif;
  color:var(--ink);
  background:var(--cream);
  line-height:1.65;
  font-size:17px;
}
a{color:var(--green-dark)}
.wrap{max-width:1060px;margin:0 auto;padding:0 22px}

/* NAV */
header{
  position:sticky;top:0;z-index:50;
  background:rgba(243,247,232,.95);
  backdrop-filter:blur(6px);
  border-bottom:1px solid var(--line);
}
.nav{display:flex;align-items:center;justify-content:space-between;height:68px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand .logo{width:46px;height:46px;flex:none}
.brand .txt{line-height:1.05}
.brand .txt b{display:block;font-size:18px;letter-spacing:.5px;color:var(--green-dark);font-weight:800}
.brand .txt span{display:block;font-size:13px;font-style:italic;color:var(--green)}
.menu{display:flex;gap:26px;list-style:none}
.menu a{text-decoration:none;color:var(--muted);font-weight:600;font-size:15px}
.menu a:hover{color:var(--green-dark)}
.menu-btn{display:none;background:none;border:0;font-size:26px;color:var(--green-dark);cursor:pointer}
@media(max-width:780px){
  .menu{display:none}
  .menu.open{display:flex;position:absolute;top:68px;left:0;right:0;flex-direction:column;background:var(--cream);padding:14px 22px;gap:14px;border-bottom:1px solid var(--line)}
  .menu-btn{display:block}
}

/* HERO */
.hero{padding:80px 0 70px;text-align:center}
.hero .logo-big{width:120px;height:120px;margin:0 auto 22px}
.hero h1{font-size:42px;line-height:1.15;color:var(--green-dark);font-weight:800;letter-spacing:.5px}
.hero .lead{max-width:680px;margin:20px auto 0;font-size:20px;color:var(--muted)}
.hero .sub{max-width:660px;margin:14px auto 0;color:var(--muted)}
.cta{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap;justify-content:center;align-items:center}
.hero .cta .btn{min-width:150px;text-align:center}
.btn{display:inline-block;padding:12px 22px;border-radius:999px;text-decoration:none;font-weight:700;font-size:16px;cursor:pointer;border:0}
.btn-primary{background:var(--green-dark);color:#fff}
.btn-primary:hover{background:#2e491f}
.btn-ghost{background:transparent;color:var(--green-dark);border:2px solid var(--green-soft)}
.btn-ghost:hover{background:#e8efd6}
.social-link{display:inline-block;margin-top:16px;color:var(--muted);font-weight:700;text-decoration:none;font-size:15px}
.social-link:hover{color:var(--green-dark);text-decoration:underline}
@media(max-width:560px){
  .hero .cta{width:100%}
  .hero .cta .btn{width:100%;max-width:320px}
}

/* SECTION */
section{padding:64px 0}
.band{background:var(--green);color:#fff}
.band h2,.band p{color:#fff}
.sec-head{text-align:center;max-width:680px;margin:0 auto 44px}
.sec-head h2{font-size:31px;color:var(--green-dark);font-weight:800}
.band .sec-head h2{color:#fff}
.sec-head .kicker{display:inline-block;font-size:13px;letter-spacing:2px;text-transform:uppercase;color:var(--green);font-weight:700;margin-bottom:10px}
.band .sec-head .kicker{color:#dbe8c4}
.sec-head p{color:var(--muted);margin-top:8px}
.band .sec-head p{color:#eef3e2}
.center-cta{text-align:center;margin-top:40px}

/* PROGRAM PILLARS */
.grid{display:grid;gap:22px}
.prog{grid-template-columns:repeat(2,1fr)}
@media(max-width:720px){.prog{grid-template-columns:1fr}}
.pillar{background:var(--cream-card);border:1px solid var(--line);border-radius:16px;padding:30px 28px}
.pillar .num{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.pillar .num span{width:40px;height:40px;flex:none;border-radius:50%;background:#e8efd6;color:var(--green-dark);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}
.pillar h3{font-size:21px;color:var(--green-dark)}
.pillar p{color:var(--muted);margin-bottom:14px}
.pillar ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.pillar li{position:relative;padding-left:26px;color:var(--ink);font-size:15.5px}
.pillar li::before{content:"";position:absolute;left:0;top:9px;width:11px;height:11px;border-radius:3px;background:var(--green-soft)}

/* KANDIDATI */
.cand{grid-template-columns:repeat(3,1fr)}
@media(max-width:860px){.cand{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.cand{grid-template-columns:1fr}}
.card{position:relative;background:var(--cream-card);border:1px solid var(--line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column}
.card .badge{position:absolute;top:14px;left:14px;z-index:2;width:38px;height:38px;border-radius:50%;background:var(--green-dark);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:17px;box-shadow:0 2px 6px rgba(0,0,0,.2)}
.card .photo{height:230px;background:#e8efd6;display:flex;align-items:center;justify-content:center;color:var(--green-soft)}
.card .photo img{width:100%;height:100%;object-fit:cover}
.card .photo svg{width:64px;height:64px;opacity:.6}
.card .body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}
.card h3{font-size:20px;color:var(--green-dark)}
.card .role{font-size:14px;color:var(--green);font-weight:700;margin:2px 0 12px}
.card p{font-size:15px;color:var(--muted)}
.card .more{margin-top:auto;padding-top:16px}
.card .more a{display:inline-flex;align-items:center;gap:6px;text-decoration:none;font-weight:700;font-size:15px;color:var(--green-dark)}
.card .more a:hover{gap:10px}
.card.placeholder{border-style:dashed;background:#fbfdf5}
.card.placeholder .photo{background:#f1f5e6}
.card.placeholder .body{text-align:center}
.card.placeholder .badge{background:var(--green-soft)}

/* VOLBY */
.vote-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;text-align:center}
@media(max-width:720px){.vote-row{grid-template-columns:1fr}}
.vote-box{background:#e8efd6;border:1px solid var(--line);border-radius:16px;padding:28px 22px}
.vote-box .big{font-size:24px;font-weight:800;display:block;margin-bottom:6px;color:var(--green-dark)}

/* ZAPOJENI */
.involve{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);border-radius:18px;padding:42px 34px;text-align:center;max-width:760px;margin:0 auto}
.involve h2{color:#fff;font-size:28px}
.involve p{color:#eef3e2;margin:14px auto 24px;max-width:560px}

/* FOOTER */
footer{background:var(--green-dark);color:#dfe7cd;padding:48px 0 30px}
footer a{color:#fff}
.foot-grid{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;align-items:center}
.foot-brand{display:flex;align-items:center;gap:12px}
.foot-brand .logo{width:48px;height:48px}
.foot-brand b{color:#fff;font-size:18px;letter-spacing:.5px}
.foot-links{display:flex;gap:24px;flex-wrap:wrap}
.foot-links a{text-decoration:none;font-weight:600}
.copyright{margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18);font-size:13px;color:#aebd92;text-align:center}
.note{background:#fffbe6;border:1px dashed #d9c97a;color:#7a6a1f;font-size:13px;border-radius:10px;padding:10px 14px;margin:0 auto 30px;max-width:760px;text-align:center}

/* DETAIL / ARTICLE PAGES (program, candidates) */
.page-head{padding:60px 0 10px;text-align:center}
.page-head .kicker{display:inline-block;font-size:13px;letter-spacing:2px;text-transform:uppercase;color:var(--green);font-weight:700;margin-bottom:10px}
.page-head h1{font-size:36px;color:var(--green-dark);font-weight:800;line-height:1.2}
.page-head .role{color:var(--green);font-weight:700;margin-top:8px;font-size:16px}
.back{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:var(--muted);font-weight:600;font-size:15px;margin:26px 0 0}
.back:hover{color:var(--green-dark)}
.article{max-width:760px;margin:0 auto;padding:34px 0 70px}
.article h2{font-size:24px;color:var(--green-dark);margin:34px 0 12px}
.article h3{font-size:19px;color:var(--green-dark);margin:26px 0 8px}
.article p{margin-bottom:16px;color:var(--ink)}
.article ul{margin:0 0 18px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:10px}
.article li{position:relative;padding-left:26px}
.article li::before{content:"";position:absolute;left:0;top:9px;width:11px;height:11px;border-radius:3px;background:var(--green-soft)}
.article .intro{font-size:19px;color:var(--muted)}
.cand-detail{display:flex;gap:30px;align-items:flex-start;flex-wrap:wrap;margin-bottom:18px}
.cand-detail .portrait{width:230px;height:280px;flex:none;border-radius:16px;background:#e8efd6;display:flex;align-items:center;justify-content:center;color:var(--green-soft);overflow:hidden;border:1px solid var(--line)}
.cand-detail .portrait img{width:100%;height:100%;object-fit:cover}
.cand-detail .portrait svg{width:80px;height:80px;opacity:.55}
@media(max-width:560px){.cand-detail .portrait{width:100%;height:300px}}
.divider{height:1px;background:var(--line);margin:8px 0 0}
