:root{--primary:#1e3a8a;--accent:#10b981;--bg:#f8fafc;}body{font-family:system-ui;margin:0;line-height:1.6;}header{background:var(--primary);color:white;padding:1rem;position:sticky;top:0;}nav a{color:white;margin:0 1rem;text-decoration:none;font-weight:500;}nav a[href*="/en/"]{float:right;margin-right:0;}.hero{background:linear-gradient(135deg,var(--primary),var(--accent));color:white;padding:4rem 2rem;text-align:center;}.btn{background:var(--accent);color:white;padding:1rem 2rem;border-radius:8px;text-decoration:none;display:inline-block;margin:1rem 0;font-weight:600;transition:all .3s;}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3);}section{padding:3rem 2rem;max-width:1200px;margin:auto;}h1,h2{font-weight:700;}h1{font-size:2.5rem;margin:0 0 1rem;}h2{font-size:2rem;margin-bottom:1rem;}ul{list-style:none;padding:0;}li{padding:1rem 0;border-bottom:1px solid #eee;}li:last-child{border-bottom:none;}footer{background:var(--primary);color:white;text-align:center;padding:2rem;}@media(max-width:768px){.hero{padding:2rem 1rem;}h1{font-size:2rem;}}