:root{--teal:#51a7c3;--teal-dark:#3c8aa3;--gray:#727175;--gray-dark:#4a494d;--gray-light:#e5e6e7;--white:#fff;--max-width:960px;--space:1.5rem}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--gray);background:var(--white);font-family:Questrial,system-ui,sans-serif;line-height:1.6}h1,h2,h3{color:var(--gray-dark);font-weight:400;line-height:1.2}a{color:var(--teal);text-decoration:none}a:hover{color:var(--teal-dark)}.container{max-width:var(--max-width);padding:0 var(--space);margin:0 auto}section{border-bottom:1px solid var(--gray-light);padding:4rem 0}section h2{margin-bottom:1.5rem;font-size:1.5rem}.header{background:var(--white);border-bottom:1px solid var(--gray-light);z-index:10;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem;display:flex}.header__logo{width:auto;height:100px}.header__nav{gap:1.5rem;display:flex}.hero{padding:5rem 0}.hero h1{font-size:2.5rem}.hero__crm{color:var(--teal);margin:.5rem 0 1rem}.hero__lead{max-width:34rem;margin-bottom:2rem}.btn{background:var(--teal);color:var(--white);border-radius:4px;padding:.75rem 1.5rem;display:inline-block}.btn:hover{background:var(--teal-dark);color:var(--white)}.lista{margin-top:1rem;list-style:none}.lista li{border-bottom:1px solid var(--gray-light);padding:.5rem 0}.grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.card h3{margin-bottom:.5rem;font-size:1.1rem}.footer{padding:2rem 0;font-size:.9rem}@media (width<=600px){.header__inner{flex-direction:column;gap:.75rem}.hero h1{font-size:2rem}}
