@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{--bg:#f7f7f4;--ink:#171717;--muted:#77766f;--line:#deded7;--accent:#e9ff55}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"DM Sans",sans-serif}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);background:#f7f7f4dd;backdrop-filter:blur(14px);position:sticky;top:0;z-index:5}
.brand{font-family:"Space Grotesk";font-weight:700;font-size:21px;color:inherit;text-decoration:none;display:flex;align-items:center;gap:10px}.brand-mark{display:grid;place-items:center;width:32px;height:32px;border:2px solid;border-radius:9px;font-size:16px}
.nav nav{display:flex;gap:32px}.nav nav a{color:var(--muted);text-decoration:none;font-size:14px}.nav-btn,.hero-btn,.primary{border:0;background:var(--ink);color:#fff;border-radius:10px;padding:12px 18px;font-weight:600}
.hero{max-width:1100px;margin:auto;padding:110px 5vw 100px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;color:#7c7b74;margin-bottom:18px}
.hero h1{font-family:"Space Grotesk";font-size:clamp(52px,8vw,96px);line-height:.94;letter-spacing:-.055em;margin:0}.hero h1 span{color:#888880}
.hero .subtitle{font-family:"Space Grotesk";font-size:24px;font-weight:600;letter-spacing:-.02em;color:#333;margin:24px 0 4px}.hero p:not(.subtitle){max-width:590px;color:var(--muted);font-size:18px;line-height:1.65;margin:8px 0 34px}.hero-btn{padding:15px 21px}.hero-btn span{margin-left:12px}
.tools-section{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:85px 5vw}.section-head{max-width:1100px;margin:0 auto 35px;display:flex;align-items:end;justify-content:space-between;gap:30px}.section-head h2,.how h2{font-family:"Space Grotesk";font-size:40px;letter-spacing:-.04em;margin:0}.section-head p{color:var(--muted)}
.tool-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden}.tool-card{border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;text-align:left;padding:28px;min-height:190px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.tool-card:nth-child(3n){border-right:0}.tool-card:nth-last-child(-n+3){border-bottom:0}.tool-card:hover{background:#fafaf6;transform:translateY(-2px)}.tool-card.featured{background:var(--accent)}.tool-card .icon{font-size:30px}.tool-card h3{font-family:"Space Grotesk";font-size:21px;margin:18px 0 7px}.tool-card p{margin:0;color:#777;font-size:14px}.tool-card>span{align-self:flex-end;font-size:22px}
.how{max-width:1100px;margin:auto;padding:100px 5vw}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:45px}.steps>div{border-top:2px solid var(--ink);padding-top:18px}.steps b{font-family:"Space Grotesk";font-size:13px}.steps h3{font-family:"Space Grotesk";font-size:21px;margin:40px 0 8px}.steps p{color:var(--muted);margin:0}
footer{padding:28px 5vw;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#888;font-size:12px}
.modal{display:none;position:fixed;inset:0;background:#0008;z-index:20;padding:20px;align-items:center;justify-content:center}.modal.show{display:flex}.modal-box{background:#fff;width:min(620px,100%);border-radius:20px;padding:32px;position:relative}.close{position:absolute;right:18px;top:15px;border:0;background:none;font-size:28px}.modal-box h2{font-family:"Space Grotesk";font-size:36px;margin:0}.modal-box>p{color:var(--muted)}.dropzone{height:180px;border:2px dashed #ccc;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;margin:25px 0;cursor:pointer;background:#fafaf7}.dropzone span{font-size:13px;color:#888}.file-list{display:grid;gap:8px;max-height:130px;overflow:auto}.file-item{padding:10px 12px;background:#f3f3ee;border-radius:8px;font-size:13px;display:flex;justify-content:space-between}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.secondary{border:1px solid var(--line);background:#fff;border-radius:10px;padding:12px 18px}#status{margin-top:14px;font-size:13px}
@media(max-width:760px){.nav nav{display:none}.hero{padding-top:75px}.tool-grid,.steps{grid-template-columns:1fr}.tool-card,.tool-card:nth-child(3n){border-right:0;border-bottom:1px solid var(--line)}.tool-card:last-child{border-bottom:0}.section-head{display:block}.section-head h2,.how h2{font-size:32px}.steps{gap:35px}footer{display:block}footer span{display:block;margin:6px 0}}
