@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:#11130f;--paper:#f5f4ee;--lime:#c7ff39;--muted:#73766e;--line:#d9d8d0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}main{min-height:100vh}nav{height:88px;max-width:1240px;margin:auto;padding:0 34px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}nav>a{color:var(--ink);font-size:14px;text-decoration:none;border-bottom:1px solid;padding-bottom:3px}.brand{display:flex;align-items:center;gap:10px;font-family:'Manrope';font-weight:800;font-size:21px;letter-spacing:-1px}.mark{width:34px;height:34px;fill:none;stroke:var(--ink);stroke-width:3.3;stroke-linecap:round;stroke-linejoin:round}.dot{color:#84b800}.hero{max-width:1240px;margin:auto;padding:100px 34px 72px;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.6px}.eyebrow span{width:7px;height:7px;border-radius:50%;background:#8fc20d;box-shadow:0 0 0 5px rgba(143,194,13,.14)}h1{font-family:'Manrope';font-size:clamp(58px,8vw,112px);letter-spacing:-7px;line-height:.89;margin:28px 0 30px;font-weight:800}h1 em{font-style:normal;position:relative;z-index:0}h1 em:after{content:'';position:absolute;left:-1%;right:-2%;bottom:2%;height:24%;background:var(--lime);z-index:-1;transform:rotate(-1.2deg)}.lead{font-size:18px;line-height:1.65;color:var(--muted);margin:0 auto 42px}.shortener{max-width:800px;margin:auto;text-align:left;background:white;border:1px solid #dfded7;border-radius:18px;padding:11px 11px 11px 22px;box-shadow:0 18px 50px rgba(30,33,20,.09)}.shortener label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:6px;color:#777a70}.input-row{display:flex;gap:12px}.input-row input{min-width:0;flex:1;border:0;outline:0;background:transparent;font:500 16px 'DM Sans';padding:9px 0;color:var(--ink)}.input-row input::placeholder{color:#acada6}.input-row button,.result button{border:0;border-radius:11px;background:var(--ink);color:white;font:600 14px 'DM Sans';padding:0 22px;cursor:pointer;transition:transform .18s,background .18s}.input-row button:hover{background:#2d3028;transform:translateY(-1px)}.input-row button span{margin-left:8px}.error{color:#b42318;font-size:13px;margin:10px 0 3px}.result{border-top:1px solid #e7e6df;margin-top:12px;padding:14px 2px 2px;display:flex;align-items:center;justify-content:space-between;gap:20px}.result small{display:block;color:var(--muted);font-size:11px;margin-bottom:3px}.result strong{font-family:'Manrope';font-size:17px}.result button{padding:10px 16px;background:var(--lime);color:var(--ink)}.proof{margin-top:28px;display:flex;justify-content:center;align-items:center;gap:12px;color:var(--muted);font-size:13px}.proof strong{color:var(--ink)}.faces{display:flex}.faces i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#222;color:white;border:2px solid var(--paper);font-style:normal;font-size:10px;margin-left:-7px}.faces i:nth-child(2){background:#718934}.faces i:nth-child(3){background:#d4b28c}.ticker{overflow:hidden;white-space:nowrap;background:var(--ink);color:white;padding:19px 0;display:flex;justify-content:space-around;align-items:center;gap:28px;font-family:'Manrope';font-size:13px;font-weight:700;letter-spacing:2px}.ticker b{color:var(--lime)}.about{max-width:1240px;margin:auto;padding:88px 34px 98px;display:grid;grid-template-columns:repeat(3,1fr);gap:0}.about>div{padding:0 42px;border-left:1px solid var(--line)}.about>div:first-child{padding-left:0;border:0}.number{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--ink);border-radius:50%;font-size:11px;font-weight:700}.about h2{font-family:'Manrope';font-size:25px;letter-spacing:-1px;margin:24px 0 9px}.about p{margin:0;color:var(--muted);font-size:15px}footer{border-top:1px solid var(--line);max-width:1240px;margin:auto;padding:26px 34px;display:flex;align-items:center;gap:22px;color:var(--muted);font-size:12px}footer p:last-child{margin-left:auto}.brand:has(.mark:only-child) .mark{width:29px;height:29px}@media(max-width:700px){nav{height:72px;padding:0 20px}nav>a{display:none}.hero{padding:70px 20px 55px}h1{font-size:58px;letter-spacing:-4px}.lead{font-size:16px}.desktop{display:none}.shortener{padding:16px}.input-row{flex-direction:column}.input-row input{padding:11px 2px}.input-row button{padding:15px}.proof{align-items:flex-start}.ticker{justify-content:flex-start}.about{grid-template-columns:1fr;padding:56px 20px}.about>div,.about>div:first-child{border:0;border-top:1px solid var(--line);padding:28px 0}.about>div:first-child{border-top:0;padding-top:0}.result{align-items:flex-end}.result strong{font-size:14px}footer{padding:24px 20px;flex-wrap:wrap}footer p:last-child{display:none}}
