|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <meta name="description" content="Accio Work — Free open-source tools for global trade. Import duty calculators, shipping cost estimators, HS code lookup, MOQ analysis, and sourcing guides for 2026."> |
| 7 | + <meta name="keywords" content="import duty calculator, shipping cost estimator, HS code lookup, profit margin calculator, MOQ calculator, sourcing tools, free trade tools, 2026"> |
| 8 | + <title>Accio Work — Free Global Trade Tools 2026</title> |
| 9 | + <style> |
| 10 | + * { margin: 0; padding: 0; box-sizing: border-box; } |
| 11 | + body { |
| 12 | + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; |
| 13 | + background: #0f172a; |
| 14 | + color: #e2e8f0; |
| 15 | + min-height: 100vh; |
| 16 | + } |
| 17 | + .hero { |
| 18 | + text-align: center; |
| 19 | + padding: 80px 24px 48px; |
| 20 | + background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%); |
| 21 | + } |
| 22 | + .hero h1 { font-size: 2.25rem; color: #f1f5f9; margin-bottom: 16px; } |
| 23 | + .hero p { color: #94a3b8; font-size: 1.1rem; max-width: 640px; margin: 0 auto 32px; line-height: 1.6; } |
| 24 | + .hero .cta { |
| 25 | + display: inline-block; |
| 26 | + background: linear-gradient(135deg, #3b82f6, #2563eb); |
| 27 | + color: #fff; |
| 28 | + padding: 14px 32px; |
| 29 | + border-radius: 8px; |
| 30 | + text-decoration: none; |
| 31 | + font-weight: 600; |
| 32 | + font-size: 1rem; |
| 33 | + transition: transform .2s; |
| 34 | + } |
| 35 | + .hero .cta:hover { transform: translateY(-2px); } |
| 36 | + .tools { |
| 37 | + max-width: 1000px; |
| 38 | + margin: 0 auto; |
| 39 | + padding: 48px 24px 80px; |
| 40 | + } |
| 41 | + .tools h2 { text-align: center; font-size: 1.5rem; color: #f1f5f9; margin-bottom: 32px; } |
| 42 | + .grid { |
| 43 | + display: grid; |
| 44 | + grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); |
| 45 | + gap: 20px; |
| 46 | + } |
| 47 | + .card { |
| 48 | + background: #1e293b; |
| 49 | + border: 1px solid #334155; |
| 50 | + border-radius: 12px; |
| 51 | + padding: 24px; |
| 52 | + text-decoration: none; |
| 53 | + color: inherit; |
| 54 | + transition: border-color .2s, transform .2s; |
| 55 | + } |
| 56 | + .card:hover { border-color: #3b82f6; transform: translateY(-2px); } |
| 57 | + .card h3 { font-size: 1rem; color: #f1f5f9; margin-bottom: 8px; } |
| 58 | + .card p { font-size: 0.85rem; color: #94a3b8; line-height: 1.5; } |
| 59 | + .card .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; } |
| 60 | + .card .tag { |
| 61 | + background: rgba(59,130,246,0.1); |
| 62 | + border: 1px solid rgba(59,130,246,0.2); |
| 63 | + color: #60a5fa; |
| 64 | + padding: 3px 10px; |
| 65 | + border-radius: 12px; |
| 66 | + font-size: 0.7rem; |
| 67 | + } |
| 68 | + footer { |
| 69 | + text-align: center; |
| 70 | + padding: 32px 24px; |
| 71 | + border-top: 1px solid #1e293b; |
| 72 | + color: #475569; |
| 73 | + font-size: 0.85rem; |
| 74 | + } |
| 75 | + footer a { color: #60a5fa; text-decoration: none; } |
| 76 | + </style> |
| 77 | +</head> |
| 78 | +<body> |
| 79 | + <div class="hero"> |
| 80 | + <h1>Accio Work — Free Global Trade Tools</h1> |
| 81 | + <p>Open-source calculators and estimators for importers, dropshippers, and e-commerce sellers. US customs duty, shipping costs, HS codes, profit margins, and more — all with 2026 data.</p> |
| 82 | + <a class="cta" href="https://www.accio.com/work">Start Sourcing Smarter →</a> |
| 83 | + </div> |
| 84 | + <div class="tools"> |
| 85 | + <h2>10 Free Tools</h2> |
| 86 | + <div class="grid"> |
| 87 | + <a class="card" href="https://acciowork.github.io/import-duty-calculator/"> |
| 88 | + <h3>Import Duty Calculator</h3> |
| 89 | + <p>US customs duty with Section 301 surcharges, MPF/HMF, and landed cost breakdown.</p> |
| 90 | + <div class="tags"><span class="tag">duty</span><span class="tag">tariff</span><span class="tag">section-301</span></div> |
| 91 | + </a> |
| 92 | + <a class="card" href="https://acciowork.github.io/shipping-cost-estimator/"> |
| 93 | + <h3>Shipping Cost Estimator</h3> |
| 94 | + <p>Sea LCL, Air, and Express freight rates with volumetric weight logic and port surcharges.</p> |
| 95 | + <div class="tags"><span class="tag">freight</span><span class="tag">LCL</span><span class="tag">express</span></div> |
| 96 | + </a> |
| 97 | + <a class="card" href="https://acciowork.github.io/profit-margin-calculator/"> |
| 98 | + <h3>Profit Margin Calculator</h3> |
| 99 | + <p>Gross/net margin, markup, break-even with Amazon FBA vs. Shopify vs. B2B benchmarks.</p> |
| 100 | + <div class="tags"><span class="tag">margin</span><span class="tag">markup</span><span class="tag">fba</span></div> |
| 101 | + </a> |
| 102 | + <a class="card" href="https://acciowork.github.io/sourcing-cost-analyzer/"> |
| 103 | + <h3>Sourcing Cost Analyzer</h3> |
| 104 | + <p>Total landed cost with 8+ hidden costs uncovered — FOB to doorstep breakdown.</p> |
| 105 | + <div class="tags"><span class="tag">landed-cost</span><span class="tag">sourcing</span><span class="tag">hidden-fees</span></div> |
| 106 | + </a> |
| 107 | + <a class="card" href="https://acciowork.github.io/hs-code-lookup/"> |
| 108 | + <h3>HS Code Lookup & HTS Search</h3> |
| 109 | + <p>Find correct 6-digit HS and 10-digit HTS codes for 15+ product categories.</p> |
| 110 | + <div class="tags"><span class="tag">hs-code</span><span class="tag">hts</span><span class="tag">classification</span></div> |
| 111 | + </a> |
| 112 | + <a class="card" href="https://acciowork.github.io/incoterms-calculator/"> |
| 113 | + <h3>Incoterms 2020 Calculator</h3> |
| 114 | + <p>Compare EXW, FOB, CIF, DDP — understand risk transfer and cost responsibility.</p> |
| 115 | + <div class="tags"><span class="tag">incoterms</span><span class="tag">fob</span><span class="tag">ddp</span></div> |
| 116 | + </a> |
| 117 | + <a class="card" href="https://acciowork.github.io/cbm-calculator/"> |
| 118 | + <h3>CBM Calculator</h3> |
| 119 | + <p>Cubic volume and volumetric weight for sea, air, courier — container planning ready.</p> |
| 120 | + <div class="tags"><span class="tag">cbm</span><span class="tag">volume</span><span class="tag">container</span></div> |
| 121 | + </a> |
| 122 | + <a class="card" href="https://acciowork.github.io/moq-calculator/"> |
| 123 | + <h3>MOQ & Budget Calculator</h3> |
| 124 | + <p>Break-even quantities with 2026 category benchmarks — apparel, electronics, yoga mats.</p> |
| 125 | + <div class="tags"><span class="tag">moq</span><span class="tag">budget</span><span class="tag">break-even</span></div> |
| 126 | + </a> |
| 127 | + <a class="card" href="https://acciowork.github.io/uk-import-duty-calculator/"> |
| 128 | + <h3>UK Import Duty & VAT Calc</h3> |
| 129 | + <p>UKGT duties + 20% VAT with post-Brexit 2026 rules — £135 de minimis threshold.</p> |
| 130 | + <div class="tags"><span class="tag">ukgt</span><span class="tag">vat</span><span class="tag">brexit</span></div> |
| 131 | + </a> |
| 132 | + <a class="card" href="https://acciowork.github.io/china-to-uk-shipping-calculator/"> |
| 133 | + <h3>China to UK Shipping Calc</h3> |
| 134 | + <p>Sea, Air, and Rail freight from Shenzhen/Ningbo/Shanghai to Felixstowe/Southampton.</p> |
| 135 | + <div class="tags"><span class="tag">china-uk</span><span class="tag">rail</span><span class="tag">freight</span></div> |
| 136 | + </a> |
| 137 | + </div> |
| 138 | + </div> |
| 139 | + <footer> |
| 140 | + <a href="https://github.com/AccioWork">github.com/AccioWork</a> · |
| 141 | + <a href="https://www.accio.com/work">accio.com/work</a> · |
| 142 | + All tools MIT licensed |
| 143 | + </footer> |
| 144 | +</body> |
| 145 | +</html> |
0 commit comments