:root{--ink:#102532;--muted:#60717b;--paper:#f7faf8;--white:#fff;--green:#14a377;--green-dark:#087457;--line:#dce7e2;--sand:#f1e7d3;--shadow:0 24px 70px rgba(16,37,50,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.shell{width:min(1160px,calc(100% - 40px));margin:auto}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:20px;font-weight:800;text-decoration:none}.brand small{display:block;font-size:9px;letter-spacing:1.4px;color:var(--muted);text-transform:uppercase}.brand-mark,.avatar{display:grid;place-items:center;background:var(--green);color:white;font-weight:900}.brand-mark{width:38px;height:38px;border-radius:12px}.nav nav{display:flex;align-items:center;gap:26px}.nav nav a{color:var(--ink);font-size:14px;text-decoration:none}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:10px;padding:14px 20px;background:var(--green);color:#fff!important;font-weight:750;text-decoration:none;cursor:pointer}.button:hover{background:var(--green-dark)}.button-small{padding:10px 15px}.hero{min-height:615px;display:grid;grid-template-columns:1.25fr .75fr;gap:90px;align-items:center}.eyebrow{color:var(--green-dark);font-size:12px;font-weight:850;letter-spacing:1.6px}.hero h1{font-size:clamp(48px,6vw,76px);line-height:1.01;letter-spacing:-4px;margin:18px 0 24px;max-width:780px}.hero h1 em{color:var(--green);font-style:normal}.hero-copy>p{font-size:20px;line-height:1.6;color:var(--muted);max-width:670px}.actions{display:flex;align-items:center;gap:24px;margin:32px 0}.text-link{color:var(--ink);font-weight:750;text-decoration:none}.proof{display:flex;flex-wrap:wrap;gap:20px;font-size:13px;color:var(--muted)}.results-card{background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:26px;transform:rotate(1.5deg)}.results-head{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:7px}.results-head b{font-size:11px;padding:5px 9px;border-radius:30px;background:#dcf8ee;color:var(--green-dark)}.metric{display:flex;justify-content:space-between;align-items:center;padding:18px 8px}.metric strong{font-size:28px}.metric.highlight{background:#e9f8f2;border-radius:12px}.metric.highlight strong{color:var(--green-dark)}.recovered{display:flex;justify-content:space-between;margin:18px 0 12px;padding:15px;border-radius:12px;background:var(--sand)}.results-card>small{color:var(--muted)}.trust{background:var(--ink);color:#d7e2df;text-align:center;padding:19px;font-size:14px}.section{padding:100px 0}.section-title{max-width:730px}.section h2,.demo-section h2{font-size:clamp(34px,4vw,52px);letter-spacing:-2px;line-height:1.1;margin:14px 0 22px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:55px}.steps article{background:white;border:1px solid var(--line);border-radius:16px;padding:26px;min-height:230px}.steps article>b{color:var(--green);font-size:12px}.steps h3{margin-top:46px}.steps p,.demo-grid>div>p,.pilot p{color:var(--muted);line-height:1.65}.demo-section{background:#eaf2ee;padding:100px 0}.demo-grid{display:grid;grid-template-columns:1fr 440px;gap:100px;align-items:center}.demo-note{margin-top:35px;border-left:3px solid var(--green);padding:10px 18px;color:var(--muted)}.phone{background:#f4f7f5;border:9px solid var(--ink);border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}.phone-head{display:flex;align-items:center;gap:10px;background:white;padding:15px;border-bottom:1px solid var(--line)}.avatar{width:39px;height:39px;border-radius:50%}.phone-head div{display:flex;flex:1;flex-direction:column;font-size:13px}.phone-head small{color:var(--muted);margin-top:3px}.phone-head button,.restart{border:0;background:transparent;color:var(--green-dark);font-weight:750;cursor:pointer}.chat{height:390px;overflow-y:auto;padding:20px;background:#efeae2;display:flex;flex-direction:column;gap:10px}.bubble{max-width:82%;padding:10px 13px;border-radius:12px;font-size:14px;line-height:1.45;box-shadow:0 1px 2px #0001}.bubble.bot{background:white;align-self:flex-start;border-top-left-radius:3px}.bubble.user{background:#d8f8c7;align-self:flex-end;border-top-right-radius:3px}.bubble small{display:block;text-align:right;color:#80908a;font-size:9px;margin-top:4px}.quick{display:flex;gap:7px;overflow:auto;padding:9px 12px;background:white}.quick button{white-space:nowrap;border:1px solid var(--green);background:white;color:var(--green-dark);padding:7px 10px;border-radius:20px;cursor:pointer}.chat-form{display:flex;background:white;border-top:1px solid var(--line);padding:10px}.chat-form input{flex:1;border:0;outline:0;font-size:14px;padding:10px}.chat-form button{border:0;background:var(--green);color:white;width:40px;border-radius:50%;cursor:pointer}.restart{display:block;margin:0 auto;padding:9px}.pilot{display:grid;grid-template-columns:1fr 1fr;gap:80px}.pilot-form{background:white;border:1px solid var(--line);border-radius:18px;padding:28px}.pilot-form label{display:block;font-size:13px;font-weight:700;margin-bottom:16px}.pilot-form input{display:block;width:100%;margin-top:7px;border:1px solid #cad9d3;border-radius:9px;padding:13px;font:inherit}.pilot-form .button{width:100%}.pilot-form p{min-height:20px;margin:10px 0 0;font-size:13px}footer{background:var(--ink);color:#afbfba;padding:28px 0;font-size:13px}footer .shell{display:flex;justify-content:space-between}
@media(max-width:850px){.nav nav>a:not(.button){display:none}.hero,.demo-grid,.pilot{grid-template-columns:1fr;gap:45px}.hero{padding:70px 0}.results-card{transform:none}.steps{grid-template-columns:1fr 1fr}.demo-grid{width:min(600px,calc(100% - 30px))}.phone{width:100%}}
@media(max-width:520px){.shell{width:min(100% - 28px,1160px)}.hero h1{letter-spacing:-2.5px}.hero-copy>p{font-size:17px}.steps{grid-template-columns:1fr}.actions{align-items:stretch;flex-direction:column}.proof{gap:9px;flex-direction:column}.phone{border-width:5px}.chat{height:350px}.section,.demo-section{padding:70px 0}footer .shell{gap:12px;flex-direction:column}}

