:root{
  --bg:#ffffff;
  --panel:#f8f9fa;
  --soft:#f1f3f5;
  --card:#ffffff;
  --text:#1a1a1a;
  --muted:rgba(26,26,26,.72);
  --line:rgba(26,26,26,.12);
  --brand:#5ae4c7;
  --brand2:#7aa7ff;
  --shadow: 0 18px 50px rgba(0,0,0,.08);
  --radius:18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #ffffff;
  color:var(--text);
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.container{width:min(1120px, 92vw); margin:0 auto}

.muted{color:var(--muted)}
.fine{font-size:12px; margin:10px 0 0}

.eu-funding p{
  text-align:center;
  font-weight:600;
  margin:10px 0;
}

.topbar{
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding:10px 0;
}
.topbar__left{display:flex; align-items:center; gap:10px; flex-wrap:wrap}
.topbar__right{display:flex; gap:14px; flex-wrap:wrap; justify-content:flex-end}
.toplink{font-size:13px; color:var(--muted)}
.toplink:hover{color:var(--text)}
.chip{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(90,228,199,.35);
  background:rgba(90,228,199,.15);
}

.header{
  position:sticky; top:0; z-index:20;
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0; gap:16px;
}
.brand{display:flex; align-items:center; gap:10px}

.nav{display:flex; align-items:center; gap:18px}
.nav a{color:var(--muted); font-weight:600; font-size:14px}
.nav a:hover{color:var(--text)}

.header__cta{display:inline-flex}

.dropdown{position:relative}
.dropdown__btn{
  font-family:inherit;
  background:transparent;
  border:0;
  color:var(--muted);
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  display:flex; align-items:center; gap:6px;
  padding:8px 10px;
  border-radius:12px;
}
.dropdown__btn:hover{color:var(--text); background:rgba(0,0,0,.06)}
.dropdown__menu{
  position:absolute; top:44px; left:0;
  min-width:240px;
  border-radius:14px;
  background:rgba(255,255,255,.98);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  padding:8px;
  display:none;
}
.dropdown__menu[data-open]{display:block}
.dropdown__menu a{
  display:block;
  padding:10px 10px;
  border-radius:12px;
  color:var(--muted);
}
.dropdown__menu a:hover{background:rgba(0,0,0,.06); color:var(--text)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.05);
  color:var(--text);
  font-weight:700;
  cursor:pointer;
  transition: transform .08s ease, background .2s ease, border-color .2s ease;
}
.btn:hover{background:rgba(0,0,0,.08)}
.btn:active{transform: translateY(1px)}
.btn--primary{
  border-color: rgba(90,228,199,.55);
  background: linear-gradient(135deg, rgba(90,228,199,.22), rgba(122,167,255,.18));
}
.btn--ghost{background:transparent}
.btn--sm{padding:10px 12px; border-radius:12px; font-size:13px}

.burger{
  display:none;
  width:44px; height:44px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.04);
  cursor:pointer;
}
.burger span{
  display:block;
  width:18px;
  height:2px;
  background:rgba(26,26,26,.82);
  margin:5px auto;
  border-radius:2px;
}

.mobile{
  border-top:1px solid var(--line);
  background:rgba(255,255,255,.98);
  padding:12px 0 18px;
}
.mobile .container{display:grid; gap:10px}
.mobile a{color:var(--muted); font-weight:700; padding:10px 0}
.mobile a.btn{width:max-content}

.hero{padding:56px 0 18px}
.hero__inner{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:26px;
  align-items:center;
}
.kicker{
  display:inline-flex;
  gap:8px;
  font-weight:700;
  font-size:13px;
  color:rgba(26,26,26,.78);
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(122,167,255,.35);
  background:rgba(122,167,255,.15);
  margin:0 0 14px;
}
h1{font-size:44px; line-height:1.08; margin:0 0 12px}
.lead{font-size:16px; color:var(--muted); line-height:1.6; margin:0 0 18px}
.hero__actions{display:flex; gap:12px; flex-wrap:wrap; margin:8px 0 18px}
.hero__badges{display:flex; gap:10px; flex-wrap:wrap}
.badge{
  border:1px solid var(--line);
  background:rgba(0,0,0,.04);
  padding:10px 12px;
  border-radius:14px;
  font-weight:700;
  font-size:13px;
  color:rgba(26,26,26,.86);
}
.hero__art{
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.hero__art img{
  width: 100%;
  height: auto;
  max-width: 600px;
}

.section{padding:54px 0}
.section--soft{
  background: linear-gradient(180deg, rgba(248,248,248,.92), rgba(252,252,252,.55));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section__head{display:flex; flex-direction:column; gap:8px; margin-bottom:18px}
.section__head h2{font-size:28px; margin:0}
.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}

.card{
  border:1px solid rgba(0,0,0,.12);
  border-radius: var(--radius);
  background: rgba(255,255,255,.95);
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
  padding:18px;
  position:relative;
  overflow:hidden;
}
.card__icon{
  width:44px; height:44px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.14);
  background:rgba(0,0,0,.05);
  display:grid; place-items:center;
  margin-bottom:12px;
}
.card__icon img[src="feedback_17456778.png"]{
  border:none;
  background:transparent;
  width:auto;
  height:auto;
  max-width:100%;
}
.card h3{margin:6px 0 8px; font-size:18px}
.list{margin:12px 0 12px; padding-left:18px; color:var(--muted); line-height:1.55}
.link{color:rgba(122,167,255,.95); font-weight:800}
.link:hover{text-decoration:underline}
.card--featured{
  border-color: rgba(90,228,199,.30);
  background: linear-gradient(180deg, rgba(90,228,199,.12), rgba(255,255,255,.92));
}
.pill{
  position:absolute; top:14px; right:14px;
  font-size:12px;
  font-weight:800;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(90,228,199,.14);
  border:1px solid rgba(90,228,199,.35);
}

.about{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:16px;
  align-items:start;
}
.stats{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}
.stat{
  border:1px solid var(--line);
  background:rgba(0,0,0,.04);
  border-radius:16px;
  padding:12px 14px;
  min-width:170px;
}
.stat__n{font-size:22px; font-weight:900}
.panel{
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.85);
  border-radius: var(--radius);
  padding:18px;
}
.panel h3{margin:0 0 10px}
.steps{margin:0; padding-left:18px; color:var(--muted); line-height:1.7}

.contact{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  align-items:start;
}
.contact__cards{display:grid; gap:10px; margin-top:14px}
.mini{
  border:1px solid var(--line);
  background:rgba(0,0,0,.04);
  border-radius:16px;
  padding:12px 14px;
}
.mini__k{font-size:12px; letter-spacing:.02em; color:rgba(26,26,26,.7); font-weight:800; text-transform:uppercase}
.mini__v{margin-top:6px; font-weight:700; color:rgba(26,26,26,.9)}
.mini__v a{color:rgba(26,26,26,.9)}
.mini__v a:hover{text-decoration:underline}

.form{
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.90);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
  display:grid;
  gap:12px;
}
label{display:grid; gap:8px; font-weight:800; font-size:13px; color:rgba(26,26,26,.9)}
input, textarea{
  font:inherit;
  color:var(--text);
  background:rgba(255,255,255,.95);
  border:1px solid rgba(0,0,0,.14);
  border-radius:14px;
  padding:12px 12px;
  outline:none;
}
input:focus, textarea:focus{
  border-color: rgba(122,167,255,.5);
  box-shadow: 0 0 0 4px rgba(122,167,255,.12);
}
.check{grid-auto-flow:column; align-items:start; gap:10px; font-weight:700; color:var(--muted)}
.check input{margin-top:2px}

.post{
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.85);
  border-radius: var(--radius);
  padding:18px;
}
.post h3{margin:0 0 8px}
.post p{margin:0 0 12px}

.footer{
  border-top:1px solid var(--line);
  padding:26px 0 18px;
  background:rgba(248,248,248,.95);
}
.footer__inner{
  display:flex; justify-content:space-between; align-items:flex-start;
  gap:16px; flex-wrap:wrap;
}
.footer__links{display:flex; gap:14px; flex-wrap:wrap}
.footer__links a{color:var(--muted); font-weight:800; font-size:13px}
.footer__links a:hover{color:var(--text)}
.footer__bottom{padding-top:14px; font-size:13px}

.cookie{
  position:fixed;
  bottom:16px; left:50%;
  transform:translateX(-50%);
  width:min(980px, 92vw);
  border:1px solid rgba(0,0,0,.14);
  background:rgba(255,255,255,.96);
  border-radius:18px;
  padding:12px 12px;
  box-shadow: var(--shadow);
  display:flex; align-items:center; justify-content:space-between;
  gap:12px;
}
.cookie p{margin:0; color:rgba(26,26,26,.82); font-size:13px; line-height:1.35}
.cookie--hide{display:none}

/* Responsive */
@media (max-width: 980px){
  .hero__inner{grid-template-columns:1fr}
  h1{font-size:36px}
  .grid3{grid-template-columns:1fr}
  .about{grid-template-columns:1fr}
  .contact{grid-template-columns:1fr}
  .nav, .header__cta{display:none}
  .burger{display:inline-block}
  .mobile .container{width:min(1120px, 92vw); margin:0 auto}
}
