*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}html{scroll-behavior:smooth}:root{--accent:#0061a1;--muted:#6b7280}body{color:#111;background:#fff;line-height:1.5}.container{max-width:1000px;margin:0 auto;padding:2rem}.header{padding:2rem 0;text-align:center}.hero{padding:4rem 1rem;border-radius:12px;background:linear-gradient(90deg,#f8fafc,#eef2f7);margin-bottom:2rem}.hero h1{font-size:2rem;margin-bottom:.5rem}.hero p{color:var(--muted)}.grid{display:grid;gap:1rem}@media (min-width:700px){.grid{grid-template-columns:1fr 1fr}}.card{padding:1rem;border:1px solid #e6e6e6;border-radius:8px}.footer{padding:2rem 0;text-align:center;color:var(--muted);font-size:.9rem;margin-top:2rem}a{color:var(--accent);text-decoration:none}.nav{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.button{display:inline-block;margin-top:5px;padding:.5rem .9rem;border-radius:6px;background:var(--accent);color:#fff;text-decoration:none}.lang-switch{display:flex;align-items:center;gap:.5rem}.lang-switch button{background:transparent;border:0;padding:.35rem .6rem;border-radius:6px;cursor:pointer;font-weight:600}.lang-switch .sep{opacity:.6}.lang-switch button.active{background:var(--accent);color:#fff}.lang-switch button:focus{outline:2px solid rgba(0,97,161,.25)}
