Building Democratic Resilience in a Digital Age
Empowering civil society, women and youth to counter disinformation and strengthen democratic participation across the Nordic region.
A High-Impact Investment
This project creates scalable solutions that extend beyond its lifecycle,
ensuring long-term democratic resilience and measurable societal impact.
body {
font-family: ‘Inter’, sans-serif;
background: #0B1F3A;
color: #ffffff;
}
/* HERO */
.hero {
padding: 140px 0 120px;
background: linear-gradient(135deg,#0B1F3A,#1c2b5a);
}
.hero h1 {
font-size: 64px;
line-height: 1.1;
margin-bottom: 20px;
}
.subtitle {
font-size: 18px;
opacity: 0.85;
margin-bottom: 30px;
}
/* BUTTONS */
.btn {
padding: 14px 28px;
border-radius: 10px;
text-decoration: none;
margin-right: 12px;
display: inline-block;
transition: all 0.3s ease;
}
.btn.primary {
background: #00E0FF;
color: #000;
}
.btn.primary:hover {
background: #6C3BFF;
color: #fff;
transform: translateY(-3px);
}
.btn.secondary {
border: 1px solid #fff;
color: #fff;
}
.btn.secondary:hover {
background: #fff;
color: #000;
}
/* CARDS */
.card {
background: rgba(255,255,255,0.05);
padding: 32px;
border-radius: 16px;
text-align: center;
transition: 0.3s;
}
.card:hover {
transform: translateY(-6px);
background: rgba(255,255,255,0.08);
}
/* GRID */
.grid {
display: flex;
gap: 24px;
justify-content: center;
}