@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#17233a;--muted:#69758a;--line:#e6eaf0;--paper:#fff;--wash:#f6f8fc;--brand:#5746e8;--brand2:#7969f6;--mint:#dff8ee;--radius:22px;--shadow:0 18px 55px #23376412}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;line-height:1.6}h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:-.035em;line-height:1.14}h1{font-size:clamp(2.55rem,6vw,4.65rem);margin:.3em 0 .2em}h2{font-size:clamp(1.8rem,4vw,2.65rem)}p{color:var(--muted)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.topbar{height:78px;border-bottom:1px solid var(--line);display:flex;align-items:center;background:#ffffffeb;position:sticky;top:0;z-index:20;backdrop-filter:blur(16px)}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;gap:10px;font:800 1.24rem Manrope}.logo-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,#7064f4,#4d3cd7);display:grid;place-items:center;color:white;box-shadow:0 7px 16px #5746e833}.logo-mark svg{width:24px}.navlinks{display:flex;gap:28px;align-items:center;color:#58657a;font-weight:600}.navlinks a:hover,.footer a:hover{color:var(--brand)}.nav-cta,.btn{border:0;background:var(--brand);color:white!important;border-radius:13px;padding:12px 19px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.2s transform,.2s box-shadow,.2s background}.btn:hover,.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 24px #5746e83b}.btn.secondary{background:white;color:var(--ink)!important;border:1px solid var(--line)}.btn:disabled{opacity:.48;cursor:not-allowed;transform:none}.hero{padding:84px 0 50px;background:radial-gradient(ellipse at 83% 24%,#edeaff 0,transparent 36%),linear-gradient(180deg,#fafaff,#fff)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:50px}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid #e8e7ff;background:#f3f1ff;color:#5142d7;border-radius:99px;padding:7px 12px;font-size:.84rem;font-weight:700}.hero p{font-size:1.12rem;max-width:620px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}.trust{display:flex;gap:18px;flex-wrap:wrap;color:#69758a;font-size:.92rem}.trust span:before{content:'✓';color:#138659;font-weight:800;margin-right:7px}.hero-art{position:relative;min-height:330px;display:grid;place-items:center}.paper-stack{width:min(370px,90%);height:260px;position:relative;transform:rotate(-5deg);animation:float 5s ease-in-out infinite}.sheet{position:absolute;width:210px;height:270px;background:white;border:1px solid #e9eaf4;border-radius:18px;box-shadow:var(--shadow);padding:27px;top:0;left:22%;transform:rotate(10deg)}.sheet.back{left:9%;top:12px;transform:rotate(-9deg);background:#f8f8ff}.sheet svg{width:56px;height:56px;color:#ed5b74}.fake-line{height:8px;background:#edf0f6;border-radius:8px;margin:18px 0}.fake-line.short{width:63%}.merge-chip{position:absolute;right:0;bottom:14px;border-radius:16px;padding:16px 20px;background:#fff;box-shadow:var(--shadow);font-weight:700;display:flex;align-items:center;gap:12px}.merge-chip b{background:#f0efff;color:var(--brand);padding:7px 10px;border-radius:10px}.trustbar{padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#647188}.trustbar .container{display:flex;justify-content:center;gap:34px;flex-wrap:wrap}.section{padding:75px 0}.section.tint{background:var(--wash)}.section-head{text-align:center;max-width:680px;margin:0 auto 38px}.section-head p{font-size:1.05rem}.tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.tool-card,.article-card{background:white;border:1px solid var(--line);border-radius:19px;padding:24px;transition:.24s transform,.24s box-shadow}.tool-card:hover,.article-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.tool-icon{width:51px;height:51px;display:grid;place-items:center;border-radius:15px;background:#f0efff;color:var(--brand);font-size:1.45rem;margin-bottom:21px}.tool-card h3{font-size:1.15rem}.tool-card p{font-size:.93rem;min-height:72px}.text-link{color:var(--brand);font-weight:700}.tool-layout{padding:54px 0 80px;background:linear-gradient(180deg,#f8f8ff,white 260px)}.crumb{font-size:.92rem;color:var(--muted);margin-bottom:20px}.tool-header{text-align:center;max-width:770px;margin:0 auto 32px}.tool-header h1{font-size:clamp(2.4rem,5vw,3.7rem)}.tool-box{max-width:850px;margin:auto;background:white;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.dropzone{border:2px dashed #d7d9ec;background:#fafaff;border-radius:18px;min-height:190px;display:grid;place-items:center;text-align:center;padding:25px;transition:.2s}.dropzone.drag{border-color:var(--brand);background:#f0efff}.dropzone h3{margin:9px 0}.drop-icon{font-size:2rem;color:var(--brand)}.file-input{display:none}.file-list{list-style:none;padding:0;margin:18px 0}.file-row{display:flex;align-items:center;gap:12px;border:1px solid var(--line);padding:12px;border-radius:12px;margin:8px 0}.file-row .filename{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-row small{color:var(--muted)}.remove-file{background:none;border:0;color:#d14e67;font-size:1.2rem;cursor:pointer}.options{display:flex;gap:14px;flex-wrap:wrap;margin:20px 0}.field{flex:1;min-width:200px}.field label{display:block;font-weight:700;margin-bottom:7px}.field input,.field select{width:100%;padding:12px 13px;border:1px solid #dfe3ed;border-radius:11px;background:#fff;color:var(--ink)}.actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:16px}.progress-wrap{height:9px;background:#edf0f6;border-radius:99px;overflow:hidden;margin:22px 0 10px}.progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--brand),#39c89b);transition:width .3s}.status{min-height:25px;color:var(--muted);font-size:.93rem}.status.error{color:#c13d53}.status.success{color:#14865d}.privacy-note{padding:14px 16px;border-radius:12px;background:#f0fbf6;color:#277456;font-size:.9rem;margin-top:20px}.content{max-width:790px;margin:auto}.content p,.content li{font-size:1.04rem}.content h2{margin-top:2em}.content h3{margin-top:1.5em}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card .tag{color:var(--brand);font-size:.8rem;font-weight:700}.article-card h3{margin:.7em 0}.article-card p{font-size:.94rem}.faq{max-width:790px;margin:auto}.faq details{padding:19px 0;border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-weight:700}.footer{padding:50px 0 25px;background:#151d32;color:#dce2f1}.footer p{color:#a6b0c5}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:36px}.footer a{display:block;margin:9px 0;color:#dce2f1}.copyright{border-top:1px solid #ffffff20;margin-top:30px;padding-top:18px;color:#9da9bf;font-size:.88rem}.ad-slot{display:none;margin:24px auto;min-height:90px;max-width:970px;text-align:center;border:1px dashed #d8dce6;border-radius:12px;color:#98a1b1;padding:26px}.page-hero{padding:68px 0 36px;background:#f8f8ff}.article-meta{color:#8792a6;font-size:.9rem}.callout{background:#f4f2ff;border-left:4px solid var(--brand);padding:16px 20px;border-radius:0 12px 12px 0}.btn-small{padding:8px 10px;border-radius:10px;border:1px solid var(--line);background:white;cursor:grab}.btn-small:active{cursor:grabbing}.step{display:flex;gap:15px;margin:22px 0}.step b{background:#efedff;color:var(--brand);width:32px;height:32px;flex:0 0 32px;border-radius:50%;display:grid;place-items:center}.toast{padding:11px 14px;border-radius:10px;background:#eefaf4;color:#247555}@keyframes float{50%{transform:rotate(-2deg) translateY(-10px)}}@media(max-width:850px){.hero-grid{grid-template-columns:1fr;gap:8px}.hero-art{min-height:290px}.tools-grid{grid-template-columns:repeat(2,1fr)}.article-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.container{width:min(100% - 28px,1160px)}.topbar{height:66px}.navlinks{gap:12px;font-size:.88rem}.navlinks a:nth-child(2){display:none}.nav-cta{padding:9px 12px;font-size:.85rem}.hero{padding:56px 0 30px}.hero-art{min-height:250px}.paper-stack{transform:scale(.83) rotate(-5deg)}.tools-grid,.article-grid{grid-template-columns:1fr}.section{padding:54px 0}.tool-box{padding:17px}.tool-layout{padding:36px 0 58px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.trustbar .container{gap:12px 20px}.file-row{gap:8px}.options{display:block}.field{margin:12px 0}.actions .btn{width:100%}.hero-actions .btn{flex:1}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

@media(max-width:700px){.nav{gap:12px}.navlinks{gap:12px;white-space:nowrap}.navlinks a:nth-child(3){display:none}.nav-cta{white-space:nowrap;padding:9px 12px}}
@media(max-width:600px){.navlinks a:nth-child(2){display:none}}
