:root{--ink:#101f4f;--blue:#2664eb;--purple:#7038dc;--muted:#5d6879;--line:#dfe6f1;--soft:#eef4ff;--white:#fff}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#f7f9fc;font:16px/1.6 Inter,system-ui,sans-serif}.container{width:min(1120px,92vw);margin:auto}header{background:#fff;border-bottom:1px solid var(--line)}.nav{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:10px;align-items:center;color:var(--ink);font-weight:850;text-decoration:none}.logo{width:34px;height:34px;border-radius:9px;background:conic-gradient(from 210deg,var(--purple),var(--blue),#0d9488,var(--purple))}.nav a:last-child{color:var(--blue);font-weight:750}.hero{padding:80px 0;background:radial-gradient(circle at 85% 15%,#e5dcff,transparent 30%),linear-gradient(150deg,#fff,#edf3ff)}.grid{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center}.eyebrow{color:var(--blue);font-size:.78rem;font-weight:850;letter-spacing:.15em;text-transform:uppercase}h1{font-size:clamp(2.7rem,6vw,4.6rem);line-height:1.02;letter-spacing:-.05em;margin:15px 0 20px}h2{font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.15;margin:8px 0 12px}.lead{font-size:1.15rem;color:var(--muted);max-width:62ch}.card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 50px #18377b18;padding:30px}.preview{border-top:6px solid var(--blue)}.preview ul,.benefits{list-style:none;padding:0}.preview li,.benefits li{padding:8px 0 8px 28px;position:relative}.preview li:before,.benefits li:before{content:'✓';position:absolute;left:0;color:#0d9488;font-weight:900}.button{display:inline-flex;padding:13px 19px;border:0;border-radius:11px;background:linear-gradient(90deg,var(--blue),var(--purple));color:#fff;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.button.secondary{background:#fff;color:var(--blue);border:1px solid #b7caf9}.section{padding:72px 0}.three{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.three .card{padding:24px}.three strong{display:block;font-size:1.1rem}.three p{color:var(--muted);margin-bottom:0}form{display:grid;gap:10px}label{font-size:.86rem;font-weight:750}input{width:100%;padding:12px;border:1px solid #cfd7e5;border-radius:9px;font:inherit}.fine,.form-state{font-size:.82rem;color:var(--muted)}.success{color:#08745e}.error{color:#b42318}.download{padding:90px 0;min-height:calc(100vh - 145px)}.download .card{max-width:760px;margin:auto;text-align:center}.download-icon{margin:auto;width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--blue);font-size:2rem;font-weight:900}.actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:25px}footer{padding:25px 0;background:var(--ink);color:#cbd5e1}footer a{color:#fff}@media(max-width:800px){.grid,.three{grid-template-columns:1fr}.hero{padding:55px 0}.nav a:last-child{display:none}}
.optional{font-weight:500;color:var(--muted)}.consent{display:flex;align-items:flex-start;gap:9px;font-weight:500;line-height:1.4}.consent input{width:auto;margin-top:4px;flex:0 0 auto}
