*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{background:#fff;color:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,'SF Pro Display','SF Pro Text','Segoe UI',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}.topbar{position:sticky;top:0;z-index:100;height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 40px;background:rgba(255,255,255,.9);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.08)}.topbar-brand{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:600;letter-spacing:-.3px;color:#1d1d1f;text-decoration:none}.topbar-img{width:24px;height:24px;object-fit:contain}.topbar-fb{width:24px;height:24px;background:#1d1d1f;border-radius:50%;align-items:center;justify-content:center;color:#fff;font-size:9px;font-weight:700}.lang-btn{font-size:11px;font-weight:600;color:#555;background:0;border:1px solid #d2d2d7;padding:5px 13px;border-radius:100px;cursor:pointer;font-family:inherit;letter-spacing:.04em;transition:border-color .15s,color .15s}.lang-btn:hover{border-color:#1d1d1f;color:#1d1d1f}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 28px;background:#fff;color:#1d1d1f;border:1.5px solid #1d1d1f;border-radius:100px;font-size:15px;font-weight:500;font-family:inherit;letter-spacing:-.2px;cursor:pointer;text-decoration:none;transition:background .18s,color .18s}.btn:hover{background:#1d1d1f;color:#fff}.divider{height:1px;background:#e8e8ed}.hero{padding:110px 24px 96px;text-align:center}.eyebrow{font-size:12px;font-weight:600;color:#6e6e73;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.hero h1{font-size:clamp(48px,8vw,88px);font-weight:700;letter-spacing:-3px;line-height:1.02;color:#1d1d1f;margin-bottom:20px}.hero-sub{font-size:clamp(17px,2vw,21px);color:#6e6e73;line-height:1.55;max-width:500px;margin:0 auto 44px}.btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.section{padding:96px 24px}.inner{max-width:640px;margin:0 auto;text-align:center}.inner .eyebrow{margin-bottom:14px}.inner h2{font-size:clamp(36px,5vw,60px);font-weight:700;letter-spacing:-2px;line-height:1.06;color:#1d1d1f;margin-bottom:18px}.section-sub{font-size:17px;color:#6e6e73;line-height:1.65;margin-bottom:48px}.body-text{font-size:15px;color:#86868b;line-height:1.75;margin-bottom:36px}.facts{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:48px}.fact{display:flex;flex-direction:column;align-items:center;gap:6px;padding:24px 16px;border-right:1px solid #e8e8ed}.fact:last-child{border-right:0}.fact-num{font-size:36px;font-weight:700;letter-spacing:-1.5px;color:#1d1d1f}.fact-label{font-size:12px;color:#86868b;line-height:1.4;text-align:center}.steps{text-align:left;margin-bottom:44px;border-top:1px solid #e8e8ed}.step{display:flex;gap:20px;align-items:flex-start;padding:18px 0;border-bottom:1px solid #e8e8ed}.step-n{font-size:11px;font-weight:600;color:#86868b;flex-shrink:0;width:22px;padding-top:2px;letter-spacing:.04em}.step strong{display:block;font-size:15px;font-weight:500;color:#1d1d1f;margin-bottom:3px}.step span{font-size:13px;color:#86868b}.forge-logo-wrap{margin-bottom:20px}.forge-logo{width:52px;height:52px;object-fit:contain;margin:0 auto}.feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;margin-bottom:44px;background:#e8e8ed;border-radius:16px;overflow:hidden}.feat{background:#fff;padding:24px 20px;display:flex;align-items:center;gap:12px;font-size:14px;color:#1d1d1f;text-align:left}.feat i{font-size:18px;color:#6e6e73;flex-shrink:0}.res-list{text-align:left;border-top:1px solid #e8e8ed;margin-top:40px}.res-row{display:flex;align-items:center;justify-content:space-between;padding:17px 0;border-bottom:1px solid #e8e8ed;text-decoration:none;color:#1d1d1f}.res-row:hover .res-url i{transform:translateX(4px)}.res-left{display:flex;align-items:center;gap:14px}.res-ico{width:34px;height:34px;background:#f5f5f7;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;color:#1d1d1f;flex-shrink:0}.res-left strong{display:block;font-size:14px;font-weight:600;margin-bottom:2px}.res-left span{font-size:12px;color:#86868b}.res-url{font-size:12px;color:#86868b;display:flex;align-items:center;gap:5px;flex-shrink:0}.res-url i{font-size:11px;transition:transform .2s}.footer{border-top:1px solid #e8e8ed;padding:22px 40px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#86868b}.footer-brand{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#6e6e73}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}.rd1{transition-delay:.1s}.rd2{transition-delay:.18s}.rd3{transition-delay:.26s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}@media(max-width:600px){.topbar{padding:0 20px}.section{padding:72px 20px}.hero{padding:80px 20px 72px}.facts{grid-template-columns:1fr 1fr 1fr}.fact{padding:20px 10px}.fact-num{font-size:24px}.feat-grid{grid-template-columns:1fr}.btns{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.footer{flex-direction:column;gap:8px;text-align:center;padding:20px}.res-url{display:none}}