:root{--ink:#172321;--muted:#66726f;--paper:#f6f7f2;--line:#dce3dc;--mint:#cfe9d9;--green:#236b4d;--coral:#f26c55;--white:#fff;--display:'Space Grotesk',sans-serif;--body:'DM Sans',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px}a{color:inherit;text-decoration:none}.site-header{height:78px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(246,247,242,.92);position:sticky;top:0;z-index:4;backdrop-filter:blur(12px)}.brand{display:flex;gap:9px;align-items:center;font-weight:700;font-size:18px;letter-spacing:-.5px}.brand-mark{display:grid;place-items:center;width:28px;height:28px;background:var(--coral);color:white;border-radius:50%;font-size:19px;font-weight:500}.main-nav{display:flex;gap:32px;color:#53615d;font-size:14px}.main-nav a:hover,.header-link:hover{color:var(--coral)}.header-link{font-size:14px;font-weight:600}.header-link span{color:var(--coral);margin-left:6px}.hero{max-width:1180px;margin:auto;padding:100px 5vw 83px;display:grid;grid-template-columns:1.04fr .96fr;gap:70px;align-items:center}.eyebrow{color:var(--coral);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.8px}.hero h1{font:700 clamp(44px,6vw,80px)/.98 var(--display);letter-spacing:-4px;margin:18px 0 24px;max-width:700px}.hero h1 em{color:var(--green);font-style:normal}.hero-copy{color:var(--muted);font-size:18px;line-height:1.6;max-width:500px}.hero-art{min-height:325px;background:var(--mint);position:relative;overflow:hidden;border-radius:4px}.hero-art:before,.hero-art:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(35,107,77,.35)}.hero-art:before{width:370px;height:370px;left:10%;top:-15%}.hero-art:after{width:220px;height:220px;right:10%;bottom:-20%}.paper-card{position:absolute;left:20%;top:19%;width:245px;height:280px;background:white;box-shadow:16px 18px 0 rgba(35,107,77,.12);transform:rotate(-8deg);padding:24px}.paper-card b{font:700 25px var(--display);display:block;border-bottom:4px solid var(--coral);padding-bottom:19px}.paper-card p{font-size:12px;color:var(--muted);line-height:1.8}.paper-card span{display:block;background:#dcefe3;height:9px;margin:14px 0;width:80%}.section{padding:72px 5vw}.section-inner{max-width:1180px;margin:auto}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.section h2,.page h1{font:700 42px/1 var(--display);letter-spacing:-2px;margin:10px 0}.section-head p{color:var(--muted);margin:0}.tools-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.tool-card{background:var(--white);border:1px solid var(--line);padding:24px 18px;min-height:160px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.tool-card:hover{transform:translateY(-4px);border-color:var(--coral)}.tool-icon{color:var(--coral);font:600 24px var(--display)}.tool-card h3{font:600 18px var(--display);letter-spacing:-.5px;margin:18px 0 0}.tool-card small{color:var(--muted);margin-top:7px}.trust-band{background:var(--ink);color:white}.trust-band .section-inner{display:grid;grid-template-columns:1fr 2fr;gap:80px}.trust-band h2{color:var(--mint)}.trust-list{display:grid;grid-template-columns:1fr 1fr;gap:28px 45px}.trust-list strong{font:600 18px var(--display)}.trust-list p{color:#adbab4;line-height:1.5;margin:7px 0}.page{max-width:880px;margin:auto;padding:92px 5vw 120px;min-height:600px}.page h1{font-size:60px;margin:14px 0 26px}.page-intro{font-size:19px;color:var(--muted);line-height:1.6;max-width:640px}.legal-copy{line-height:1.75;color:#52615c}.legal-copy h2{font:600 25px var(--display);margin-top:38px}.tool-page{max-width:980px}.tool-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:35px}.tool-header h1{max-width:600px}.tool-shell{background:var(--white);border:1px solid var(--line);padding:10px}.dropzone{min-height:260px;border:1px dashed #a9b9ae;display:grid;place-items:center;text-align:center;padding:30px;background:#fbfcf9}.dropzone.dragover{background:var(--mint);border-color:var(--green)}.upload-icon{font-size:38px;color:var(--coral)}.dropzone h2{font:600 22px var(--display);margin:12px 0 7px}.dropzone p{color:var(--muted);margin:0 0 20px}.button{border:0;background:var(--coral);color:#fff;padding:13px 20px;font:600 14px var(--body);cursor:pointer}.button:hover{background:#d95340}.file-state{display:none;padding:22px;text-align:center;background:#fbfcf9}.file-state.visible{display:block}.file-name{font-weight:600}.tool-note{font-size:13px;color:var(--muted);margin:18px 5px 4px}.faq-item{border-top:1px solid var(--line);padding:22px 0}.faq-item h3{font:600 19px var(--display);margin:0 0 8px}.faq-item p{color:var(--muted);line-height:1.6;margin:0}.article-list{display:grid;gap:15px;margin-top:35px}.article{padding:25px;background:white;border-left:3px solid var(--coral)}.article h3{font:600 22px var(--display);margin:0 0 8px}.article p{color:var(--muted);margin:0;line-height:1.5}.site-footer{border-top:1px solid var(--line);padding:36px 5vw 25px;color:var(--muted);font-size:13px}.footer-top,.footer-bottom{max-width:1180px;margin:auto;display:flex;justify-content:space-between;align-items:center}.footer-top{padding-bottom:35px}.footer-bottom{border-top:1px solid var(--line);padding-top:20px}.footer-bottom span:last-child{display:flex;gap:20px}@media(max-width:800px){.site-header{padding:0 22px}.main-nav{display:none}.header-link{font-size:13px}.hero{padding:65px 22px;display:block}.hero h1{font-size:54px;letter-spacing:-3px}.hero-art{margin-top:50px}.section{padding:55px 22px}.section-head{display:block}.tools-grid{grid-template-columns:repeat(2,1fr)}.trust-band .section-inner{display:block}.trust-list{margin-top:35px;grid-template-columns:1fr}.page{padding:60px 22px}.page h1{font-size:46px}.tool-header{display:block}.footer-top,.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:14px}.footer-bottom span:last-child{display:flex;flex-wrap:wrap}}
