@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--ink:#17231d;--muted:#65746a;--green:#1d6b48;--lime:#d9f56b;--paper:#f5f7f2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px 'DM Sans',sans-serif}nav,main,footer{max-width:1120px;margin:auto}nav{display:flex;align-items:center;gap:30px;padding:24px 28px}.brand{font:700 20px 'Space Grotesk';color:var(--ink);text-decoration:none;margin-right:auto}.brand span,.badge{display:inline-grid;place-items:center;background:var(--green);color:var(--lime);border-radius:10px;width:32px;height:32px;margin-right:8px}.nav-link,.text-link{color:var(--muted);text-decoration:none;font-size:14px}.button{display:inline-block;background:var(--green);color:white;text-decoration:none;border-radius:9px;padding:13px 18px;font-weight:700;font-size:14px;box-shadow:0 8px 20px #1d6b4825}.button b{margin-left:10px}.button.small{padding:9px 13px;font-size:12px}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;padding:90px 28px 110px}.eyebrow{font-size:11px;letter-spacing:.15em;color:#718277;font-weight:700;margin-bottom:12px}.hero h1,h2,h3{font-family:'Space Grotesk';letter-spacing:-.045em;margin:0}.hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02}.hero em{font-style:normal;color:var(--green)}.hero p{color:var(--muted);font-size:18px;line-height:1.6;max-width:550px;margin:22px 0 28px}.actions{display:flex;align-items:center;gap:22px}.trust{color:#7c897f;font-size:12px;margin-top:26px;display:flex;gap:12px;flex-wrap:wrap}.trust span{color:var(--green)}.hero-card{background:#fff;border:1px solid #dfe8df;border-radius:24px;padding:30px;box-shadow:0 22px 55px #23402d18;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.file-icon,.sheets-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:23px}.xls{background:#dff2d8;color:#287346}.sheets-icon{background:#d9f56b;color:#255e3d}.file-name{font-weight:700;font-size:14px}.destination{font-size:13px;color:var(--green)}.arrow{color:#a5b2a7;font-size:22px}.progress{grid-column:1/-1;height:6px;background:#edf1ec;border-radius:20px;overflow:hidden;margin-top:10px}.progress i{display:block;width:65%;height:100%;background:var(--green);border-radius:20px}.hero-card small{grid-column:1/-1;color:#849187;font-size:12px}.section{padding:80px 28px}.section h2,.download h2{font-size:40px;max-width:550px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.steps article{background:#fff;border:1px solid #e0e8df;border-radius:16px;padding:24px}.steps b{color:var(--green);font-size:12px}.steps h3{font-size:21px;margin-top:22px}.steps p,.callout p,.download p{color:var(--muted);line-height:1.55}.callout{margin:20px 28px 90px;padding:38px 42px;border-radius:20px;background:#193b2a;color:white;display:flex;align-items:center;justify-content:space-between}.callout .eyebrow{color:#b8d2b7}.callout h2{font-size:32px}.callout p{max-width:570px;color:#c1d1c3}.badge{width:74px;height:74px;border-radius:22px;font-size:34px;margin:0}.download{text-align:center;padding:45px 28px 110px}.download h2{margin:0 auto}.download p{max-width:560px;margin:16px auto 25px}.download small{display:block;color:#879288;margin-top:14px}footer{text-align:center;color:#879288;font-size:12px;padding:24px}@media(max-width:760px){nav{padding:18px}.nav-link{display:none}.hero{grid-template-columns:1fr;padding:55px 18px 75px;gap:40px}.hero h1{font-size:47px}.section{padding:55px 18px}.steps{grid-template-columns:1fr}.callout{margin:10px 18px 60px;padding:28px;display:block}.badge{margin-top:25px}}
.legal{max-width:760px;padding:52px 28px;border-top:1px solid #e0e8df}.legal h2{font-size:34px}.legal p{color:var(--muted);line-height:1.7}.legal small{color:#879288}
