/* Guía Laboral España — guialaboral-espana.es */
:root{--c-primary:#8b1a1a;--c-accent:#c9a227;--c-bg:#f7f6f3;--c-text:#1c1c1c;--c-card:#fff;--maxw:920px}
*{box-sizing:border-box;margin:0}
body{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;background:var(--c-bg);color:var(--c-text);line-height:1.75}
.container{max-width:var(--maxw);margin:0 auto;padding:0 1.2rem}
header{background:linear-gradient(90deg,var(--c-primary),#a82626);box-shadow:0 2px 8px rgba(0,0,0,.14)}
header .container{display:flex;align-items:center;justify-content:space-between;padding:.7rem 1.2rem}
.logo{font-weight:900;font-size:1.45rem;color:#fff;text-decoration:none;letter-spacing:.3px}
nav a{color:#fff;text-decoration:none;margin-left:1.3rem;font-weight:600;font-size:.92rem;opacity:.93}
nav a:hover{opacity:1;text-decoration:underline}
main.container{padding:2.2rem 1.2rem 3.5rem}
h1{font-size:1.85rem;margin-bottom:1.1rem;color:var(--c-primary)}
img{width:100%;height:auto;border-radius:.5rem;margin-bottom:1.3rem;box-shadow:0 2px 10px rgba(0,0,0,.07)}
p{margin-bottom:1.1rem}
a{color:var(--c-primary)}
ul,ol{margin:1.1rem 0 1.1rem 1.6rem}
li{margin-bottom:.45rem}
.hero{background:linear-gradient(135deg,var(--c-primary),#6d1414);color:#fff;padding:2.4rem 1.6rem;border-radius:.6rem;margin-bottom:1.6rem;text-align:center}
.hero h2{font-size:1.6rem;margin-bottom:.6rem}
.hero p{opacity:.95;margin-bottom:1.1rem}
.cta{display:inline-block;background:var(--c-accent);color:#3a2b00;padding:.65rem 1.6rem;border-radius:2rem;text-decoration:none;font-weight:700}
.keywords{background:var(--c-card);border-left:4px solid var(--c-accent);padding:.9rem 1.1rem;border-radius:.3rem;margin-bottom:1.3rem}
.guide-list li{margin-bottom:.7rem}
.guide-list a{font-weight:600}
form{background:var(--c-card);padding:1.3rem;border-radius:.4rem;box-shadow:0 1px 5px rgba(0,0,0,.06);margin-bottom:1.3rem}
label{display:block;margin-top:.75rem;font-weight:600}
input,textarea{width:100%;padding:.55rem;border:1px solid #d8cfc4;border-radius:.3rem;font-family:inherit;font-size:1rem;margin-top:.3rem}
button{background:var(--c-primary);color:#fff;border:none;padding:.7rem 1.6rem;border-radius:.3rem;font-size:1rem;margin-top:.9rem;cursor:pointer}
button:hover{background:#6d1414}
footer{background:#2a1a1a;color:#e0d6d2;padding:1.8rem 1.2rem;margin-top:2.5rem;font-size:.88rem}
footer a{color:#e8c96a}
.footer-links{margin-top:.7rem}
.disclaimer{font-size:.82rem;opacity:.78;margin-top:.8rem}
.copy{opacity:.65;font-size:.82rem;margin-top:.9rem}
@media(max-width:640px){header .container{flex-direction:column;gap:.5rem}nav a{margin:0 .6rem}}
