*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:linear-gradient(#f8f9fa 0%,#eef1f5 100%);font-family:Inter,sans-serif}nav{background:#fff;border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;padding:1.2rem 2rem;display:flex}.logo{color:#0d6efd;font-size:1.3rem;font-weight:700}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:#495057;padding:.3rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-links a:hover{color:#0d6efd}.nav-links a:after{content:"";background:#0d6efd;width:0%;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover:after{width:100%}nav{z-index:100;position:sticky;top:0}.container{max-width:1100px;margin:3rem auto;padding:0 1.5rem}h1{background:linear-gradient(90deg,#0d6efd,#4dabf7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.8rem}h2{color:#0d6efd;margin-bottom:.8rem;font-size:1.6rem}p{color:#444;font-size:1.1rem;line-height:1.7}button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d6efd,#4dabf7);border:none;border-radius:8px;padding:.8rem 1.6rem;font-weight:600;transition:all .3s;box-shadow:0 4px 14px #0d6efd4d}button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0d6efd66}button.secondary{color:#1a1a1a;box-shadow:none;background:#e9ecef}button.secondary:hover{background:#dee2e6}section{margin-bottom:4rem}.cta{color:#fff;text-align:center;background:linear-gradient(135deg,#0d6efd,#4dabf7);border-radius:12px;padding:2.5rem}.cta h2{color:#fff}.cta button{color:#0d6efd;background:#fff;margin-top:1rem}footer{text-align:center;color:#6c757d;background:0 0;margin-top:4rem;padding:2rem}
.hero{max-width:700px}.hero p{margin-top:1rem}.hero-buttons{gap:1rem;margin-top:1.5rem;display:flex}.value{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 20px #0000000d}.value ul{margin-top:1rem;padding-left:1.2rem}.value li{margin-bottom:.6rem}.hero,.value,.cta{animation:.6s fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.cards{flex-wrap:wrap;gap:2rem;margin-top:2rem;display:flex}.card{background:linear-gradient(#fff,#f8f9fa);border:1px solid #eaeaea;border-radius:12px;flex:320px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.card:before{content:"";background:linear-gradient(90deg,#0d6efd,#4dabf7);width:100%;height:4px;position:absolute;top:0;left:0}.card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #00000014}.card ul{margin-top:1rem;padding-left:1rem}.card li{margin-bottom:.5rem}.servicios .cta{margin-top:3rem}
form{background:#fff;border-radius:12px;flex-direction:column;gap:1rem;margin-top:1.5rem;padding:2rem;display:flex;box-shadow:0 5px 20px #0000000d}input,textarea{border:1px solid #dee2e6;border-radius:8px;padding:.9rem;font-size:1rem;transition:all .2s}input:focus,textarea:focus{border-color:#0d6efd;outline:none;box-shadow:0 0 0 3px #0d6efd1a}textarea{min-height:140px}.contacto p{margin-bottom:1rem}
