body{margin:0;background:#f8fafc;color:#0f172a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}header{display:flex;gap:24px;align-items:center;justify-content:space-between;padding:20px max(20px,calc((100vw - 1120px)/2));background:#07111f;color:#fff;position:sticky;top:0}nav{display:flex;gap:18px;flex-wrap:wrap}.brand{font-weight:800;color:#fff;text-decoration:none}a{color:#0f766e}.cta,.button{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#0f766e;color:#fff;text-decoration:none;font-weight:800;padding:12px 18px}.button.secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1}.hero{background:#07111f;color:#fff;padding:96px max(20px,calc((100vw - 1120px)/2)) 76px}.hero h1{max-width:840px;font-size:clamp(36px,6vw,64px);line-height:1.08;margin:12px 0 22px}.hero p{max-width:760px;color:#cbd5e1;font-size:18px}.label{color:#5eead4!important;font-weight:800;font-size:14px!important;text-transform:uppercase;letter-spacing:.08em}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}section{padding:56px max(20px,calc((100vw - 1120px)/2));background:#fff;border-bottom:1px solid #e2e8f0}section:nth-of-type(odd):not(.hero){background:#f8fafc}h2{font-size:clamp(28px,4vw,42px);line-height:1.1;margin:0 0 18px}h3{margin-bottom:8px}ul{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));padding:0;list-style:none}li,article{border:1px solid #e2e8f0;background:#fff;border-radius:16px;padding:18px;box-shadow:0 18px 50px rgba(15,23,42,.06)}.final{background:#07111f;color:#fff}.final p{color:#cbd5e1;max-width:720px}footer{padding:36px max(20px,calc((100vw - 1120px)/2));background:#07111f;color:#cbd5e1}@media (max-width:760px){header{align-items:flex-start;flex-direction:column}nav{display:grid;gap:8px}.cta{width:100%}.button{width:100%}}