
:root{--verde:#1B9E55;--texto:#142028;--gris:#F5F7FA}
*{box-sizing:border-box}body{margin:0;font:16px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;background:var(--gris);color:var(--texto)}
.wrap{max-width:1000px;margin:0 auto;padding:18px}
header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}
.logo{height:150px;vertical-align:middle}
nav a{margin:0 10px;color:#334155;text-decoration:none}nav a:hover{color:var(--verde)}
h1{margin:.5rem 0}.main{padding:32px 0}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin:10px 0}
.btn{background:var(--verde);color:#fff;padding:8px 12px;border-radius:10px;text-decoration:none}
footer{padding:24px 0;color:#64748b}
