:root{--forest:#111c16;--deep:#0a100c;--paper:#f2f0e8;--white:#fffef8;--ink:#0e130f;--lime:#c7ff3d;--muted:#a7b0a8;--line:rgba(255,255,255,.14);--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Pretendard,"Apple SD Gothic Neo","Noto Sans KR",sans-serif;letter-spacing:-.035em}a{color:inherit;text-decoration:none}button{font:inherit}.topbar{position:absolute;z-index:10;top:0;left:0;width:100%;height:78px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;color:#fff;border-bottom:1px solid var(--line)}.logo{display:flex;flex-direction:column;line-height:1}.logo b{font-size:18px;letter-spacing:-.04em}.logo span{font-size:9px;letter-spacing:.18em;margin-top:4px}.topbar nav{display:flex;gap:32px;font-size:12px;color:#aeb8b0}.topbar nav a{transition:color .2s}.topbar nav a:hover{color:var(--lime)}.nav-cta{border:1px solid rgba(255,255,255,.35);padding:11px 15px;font-size:11px}.nav-cta span{margin-left:18px;color:var(--lime)}
.hero{min-height:1240px;background:var(--forest);color:#fff;position:relative;overflow:hidden;padding:144px clamp(24px,5vw,76px) 120px}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,#000 0%,transparent 68%)}.hero-heading{position:relative;z-index:2}.eyebrow,.section-tag{font-size:10px;font-weight:750;letter-spacing:.14em}.eyebrow{color:#b7c1b9}.eyebrow i{display:inline-block;width:7px;height:7px;background:var(--lime);margin-right:9px}.hero h1{margin:28px 0 0;font-size:clamp(72px,9.2vw,145px);line-height:.83;letter-spacing:-.085em;font-weight:780;position:relative;z-index:1}.hero h1 span{display:block;transform:translateY(40px);opacity:0;animation:title-in .9s var(--ease) forwards}.hero h1 span:nth-child(2){animation-delay:.08s}.hero h1 span:nth-child(3){animation-delay:.16s}.hero h1 .accent{color:var(--lime);margin-left:17vw}.hero-bottom{display:grid;grid-template-columns:1fr .65fr;gap:8vw;align-items:end;margin-top:45px;margin-left:41vw;max-width:850px}.hero-bottom>p{font-size:15px;line-height:1.8;color:#b7c1ba;margin:0}.hero-bottom>div{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.primary{display:inline-flex;justify-content:space-between;align-items:center;min-width:230px;background:var(--lime);color:var(--ink);padding:16px 18px;font-size:12px;font-weight:750}.primary b{transition:transform .25s var(--ease)}.primary:hover b{transform:translate(3px,3px)}.hero-bottom small{color:#738077;font-size:10px}
.hero-product{position:relative;z-index:3;width:min(1100px,88vw);margin:115px auto 0;perspective:1400px}.product-shell{background:#edf0e8;color:var(--ink);box-shadow:0 50px 120px rgba(0,0,0,.45);transform:rotateX(3deg);transform-origin:50% 100%;transition:transform .4s var(--ease);overflow:hidden}.product-bar{height:54px;background:#f9faf4;border-bottom:1px solid #d9ddd5;display:flex;align-items:center;padding:0 22px;gap:15px}.mini-logo{width:26px;height:26px;display:grid;place-items:center;background:var(--ink);color:var(--lime);font-size:10px;font-weight:900}.product-bar strong{font-size:13px}.product-bar time{margin-left:auto;font-size:9px;letter-spacing:.12em;color:#7b857d}.product-body{height:505px;display:grid;grid-template-columns:60px 1fr}.product-body aside{background:#121a15;display:flex;flex-direction:column;align-items:center;padding-top:28px;gap:28px}.product-body aside span{width:17px;height:2px;background:#536056}.product-body aside span.active{width:28px;background:var(--lime)}.dashboard{padding:32px 38px;position:relative}.dash-header{display:flex;justify-content:space-between;align-items:end}.dash-header small,.metric-row small,.scene-title span{display:block;color:#79827b;font-size:10px;margin-bottom:6px}.dash-header strong{font-size:31px;letter-spacing:-.06em;transition:color .3s}.dash-header button{border:0;background:transparent;color:#748077;font-size:10px;cursor:pointer}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d8ddd4;margin:25px 0 28px;border:1px solid #d8ddd4}.metric-row>div{background:#fffef8;padding:17px 20px}.metric-row b{font-size:17px}.table-head,.table-row{display:grid;grid-template-columns:1.4fr 1fr .75fr .75fr;align-items:center}.table-head{font-size:9px;color:#858e87;padding:0 16px 8px}.table-row{height:67px;border-top:1px solid #dde1da;background:#fff;padding:0 16px;font-size:11px;opacity:0;transform:translateX(-28px)}.hero-product.playing .table-row{animation:row-in .55s var(--ease) forwards}.hero-product.playing .row-2{animation-delay:.4s}.hero-product.playing .row-3{animation-delay:.8s}.table-row>span:first-child{display:grid;grid-template-columns:27px 1fr;align-items:center}.table-row i{grid-row:1/3;width:21px;height:21px;display:grid;place-items:center;background:#e2f5aa;font-style:normal;font-weight:800}.table-row small{display:block;color:#929a94;font-size:8px;margin-top:3px}.table-row em{font-style:normal;background:#edf3df;padding:5px 7px;font-size:8px;color:#59701a}.table-row>b{text-align:right}.sync-status{position:absolute;left:38px;right:38px;bottom:20px;display:flex;align-items:center;gap:8px;font-size:9px;color:#78827a}.sync-status i{width:6px;height:6px;background:var(--lime);box-shadow:0 0 0 0 rgba(199,255,61,.55)}.hero-product.playing .sync-status i{animation:pulse 1.2s ease-out 3}.sync-status b{margin-left:auto;color:#4b5b4e;letter-spacing:.1em}.orbit-label{position:absolute;z-index:4;padding:12px 15px;background:var(--white);color:#718075;font-size:8px;letter-spacing:.12em;box-shadow:0 15px 35px rgba(0,0,0,.22);opacity:0}.orbit-label b{display:block;color:var(--ink);font-size:13px;letter-spacing:-.025em;margin-top:6px}.label-a{left:-75px;top:150px}.label-b{right:-95px;top:230px}.label-c{left:35px;bottom:80px}.hero-product.playing .label-a{animation:token-a 1.1s var(--ease) .05s forwards}.hero-product.playing .label-b{animation:token-b 1.1s var(--ease) .45s forwards}.hero-product.playing .label-c{animation:token-c 1.1s var(--ease) .85s forwards}.signal-line{position:absolute;z-index:5;height:1px;background:linear-gradient(90deg,var(--lime),transparent);transform-origin:left;transform:scaleX(0)}.line-a{left:-25px;top:205px;width:160px;rotate:16deg}.line-b{right:-30px;top:285px;width:175px;rotate:165deg}.line-c{left:80px;bottom:130px;width:165px;rotate:-34deg}.hero-product.playing .signal-line{animation:line-in .7s var(--ease) .75s forwards}.hero-caption{display:grid;grid-template-columns:35px 1fr 180px;align-items:center;gap:18px;color:#aeb9b0;margin-top:25px;font-size:11px}.hero-caption>span{color:var(--lime)}.hero-caption p{margin:0;line-height:1.5}.caption-progress{height:2px;background:#405047;position:relative}.caption-progress i{position:absolute;inset:0;background:var(--lime);transform-origin:left;transform:scaleX(0)}.hero-product.playing .caption-progress i{animation:progress 3.2s linear forwards}.scroll-cue{position:absolute;right:25px;bottom:44px;display:flex;align-items:center;gap:13px;rotate:90deg;transform-origin:right;font-size:8px;letter-spacing:.18em;color:#728077}.scroll-cue i{width:54px;height:1px;background:#728077}
.manifesto{padding:150px clamp(24px,8vw,130px);display:grid;grid-template-columns:.45fr 1.4fr .65fr;gap:55px;align-items:end}.section-tag{color:#6f7a71;margin:0}.manifesto h2,.story-intro h2,.industries-title h2,.price h2{font-size:clamp(48px,6vw,88px);line-height:.98;letter-spacing:-.07em;margin:0}.manifesto h2 em{font-style:normal;box-shadow:inset 0 -.24em 0 var(--lime)}.manifesto>p:last-child{font-size:14px;line-height:1.85;color:#697269;margin:0}
.story{background:var(--deep);color:#fff;display:grid;grid-template-columns:.82fr 1.18fr;gap:7vw;padding:0 clamp(24px,5vw,76px)}.story-copy{padding:140px 0}.story-intro{min-height:520px}.story-intro .section-tag{color:#8b988e;margin-bottom:28px}.story-step{min-height:78vh;display:grid;grid-template-columns:54px 1fr;align-content:center;opacity:.27;transition:opacity .45s}.story-step.active{opacity:1}.story-step>span{font-size:10px;color:var(--lime);padding-top:10px}.story-step p{font-size:10px;letter-spacing:.12em;color:var(--lime)}.story-step h3{font-size:clamp(36px,4vw,60px);line-height:1.05;letter-spacing:-.06em;margin:19px 0 24px}.story-step small{font-size:13px;line-height:1.8;color:#9eaaa1;max-width:390px;display:block}.story-visual-wrap{position:relative}.story-visual{position:sticky;top:calc(50vh - 300px);height:600px;background:#e9ede5;color:var(--ink);overflow:hidden;margin-top:calc(140px + 520px);box-shadow:0 45px 90px rgba(0,0,0,.35)}.visual-chrome{height:54px;background:#f8faf4;border-bottom:1px solid #d8ddd5;display:flex;align-items:center;padding:0 20px;font-size:9px;letter-spacing:.1em}.visual-chrome>div{display:flex;gap:5px;margin-left:auto}.visual-chrome i{display:block;width:5px;height:5px;background:#bbc4bb}.visual-chrome b{margin-left:18px;min-width:70px;text-align:right}.scene{position:absolute;inset:54px 0 36px;padding:42px 46px;opacity:0;transform:translateY(28px) scale(.985);pointer-events:none;transition:opacity .55s,transform .7s var(--ease)}.scene.active{opacity:1;transform:none}.scene-title{display:flex;align-items:end;justify-content:space-between}.scene-title strong{font-size:34px}.ledger-graph{height:170px;margin:34px 0 24px;display:flex;align-items:end;gap:12px;border-bottom:1px solid #bfc8bf;position:relative}.ledger-graph span{width:calc(100% / 6);height:var(--v);background:#aeb8ae;transform-origin:bottom;transform:scaleY(0);transition:transform .65s var(--ease)}.scene.active .ledger-graph span{transform:scaleY(1)}.scene.active .ledger-graph span:nth-child(2){transition-delay:.08s}.scene.active .ledger-graph span:nth-child(3){transition-delay:.16s}.scene.active .ledger-graph span:nth-child(4){transition-delay:.24s}.scene.active .ledger-graph span:nth-child(5){transition-delay:.32s}.scene.active .ledger-graph span:nth-child(6){transition-delay:.4s;background:var(--lime)}.ledger-graph i{position:absolute;top:35%;left:0;right:0;border-top:1px dashed #89958b}.scene-list p{display:grid;grid-template-columns:27px 1fr auto;align-items:center;margin:0;padding:11px 0;border-top:1px solid #d2d8d1;font-size:10px}.scene-list i{width:20px;height:20px;background:#ddefaa;display:grid;place-items:center;font-style:normal}.scene-list span small{display:block;color:#828c84;margin-top:2px}.people-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:180px;height:180px;border-radius:50%;background:var(--forest);color:white;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:2}.people-center span{font-size:11px;color:var(--lime)}.people-center strong{font-size:43px;margin:6px 0}.people-center small{color:#96a198}.people-node{position:absolute;background:#fff;padding:17px 19px;width:155px;border-left:3px solid var(--lime);z-index:2}.people-node small{display:block;color:#879188;font-size:8px;margin-bottom:7px}.people-node b{font-size:13px}.node-1{left:35px;top:60px}.node-2{right:35px;top:58px}.node-3{right:48px;bottom:52px}.scene-people svg{position:absolute;inset:0;width:100%;height:100%;z-index:1}.scene-people path{fill:none;stroke:#8f9b91;stroke-width:1;stroke-dasharray:5 5;stroke-dashoffset:80;transition:stroke-dashoffset 1.2s var(--ease)}.scene-people.active path{stroke-dashoffset:0}.settle-head{display:flex;justify-content:space-between;font-size:9px;letter-spacing:.1em}.settle-head b{color:#71806f}.settle-card{position:absolute;width:250px;background:white;padding:22px;box-shadow:0 18px 30px rgba(18,30,20,.08)}.settle-card small{display:block;color:#7f8981;font-size:9px}.settle-card strong{display:block;font-size:30px;margin:20px 0 6px}.settle-card span{font-size:10px;color:#737d75}.settle-card.sale{left:48px;top:135px}.settle-card.deposit{right:48px;bottom:80px}.settle-track{position:absolute;left:260px;right:260px;top:50%;height:1px;background:#9aa69c}.settle-track i{display:block;height:2px;width:0;background:var(--lime);transition:width .9s .2s var(--ease)}.scene-settle.active .settle-track i{width:100%}.settle-track span{position:absolute;top:-28px;width:100%;text-align:center;font-size:8px;color:#6e796f}.fee-chip{position:absolute;right:190px;top:95px;background:var(--forest);color:white;padding:13px 15px;opacity:0;transform:translateY(10px);transition:.45s .75s var(--ease)}.scene-settle.active .fee-chip{opacity:1;transform:none}.fee-chip>*{display:block}.fee-chip small{font-size:8px;color:var(--lime)}.fee-chip b{font-size:16px;margin:5px 0}.fee-chip span{font-size:8px;color:#9ba69d}.visual-progress{position:absolute;left:0;right:0;bottom:0;height:36px;background:#18221b;color:#78847b;display:grid;grid-template-columns:1fr repeat(3,34px);align-items:center;padding:0 14px;font-size:8px}.visual-progress i{height:2px;background:linear-gradient(90deg,var(--lime) var(--progress,33%),#4b584e var(--progress,33%));transition:background .4s}.visual-progress span{text-align:right}
.industries{padding:150px clamp(24px,6vw,95px)}.industries-title{display:grid;grid-template-columns:.65fr 1.35fr;margin-bottom:80px}.industry-switcher{display:grid;grid-template-columns:.45fr 1.55fr;border-top:1px solid rgba(14,19,15,.2);min-height:520px}.industry-nav{display:flex;flex-direction:column;border-right:1px solid rgba(14,19,15,.2)}.industry-nav button{border:0;border-bottom:1px solid rgba(14,19,15,.14);background:transparent;padding:24px 20px;text-align:left;color:#859087;cursor:pointer;transition:.3s}.industry-nav button span{display:inline-block;width:36px;font-size:9px}.industry-nav button.active{background:var(--forest);color:white;padding-left:30px}.industry-nav button.active span{color:var(--lime)}.industry-content{background:var(--white);padding:70px clamp(35px,6vw,90px);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.industry-content:after{content:attr(data-number);position:absolute;right:-20px;bottom:-70px;font-size:250px;font-weight:800;color:#f0f1eb;line-height:1}.industry-content>*{position:relative;z-index:1}.industry-content>p{font-size:9px;letter-spacing:.16em;color:#7a867c}.industry-content h3{font-size:clamp(42px,5vw,72px);line-height:1;letter-spacing:-.065em;margin:24px 0 45px;transition:.3s var(--ease)}.industry-content>div{display:flex;gap:12px;flex-wrap:wrap}.industry-content>div span{border:1px solid #ccd2ca;padding:10px 13px;font-size:10px}.industry-content>b{margin-top:52px;font-size:13px;color:#657066}.industry-content.changing h3{opacity:0;transform:translateY(18px)}
.price{background:var(--forest);color:white;padding:145px clamp(24px,7vw,110px);display:grid;grid-template-columns:1fr .65fr;gap:9vw;align-items:center}.price>div:first-child>p:last-child{max-width:430px;color:#a9b3ab;font-size:14px;line-height:1.8}.price .section-tag{color:#8f9b92;margin-bottom:28px}.price-card{border-top:3px solid var(--lime);padding-top:25px}.price-card>span{font-size:10px;color:#a5b0a7}.price-card>p{margin:25px 0}.price-card>p strong{font-size:68px;letter-spacing:-.07em}.price-card>p small{font-size:12px}.price-card ul{list-style:none;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:11px;line-height:2.25}.price-card li:before{content:"+";color:var(--lime);margin-right:10px}.price-card .primary{margin-top:25px}footer{background:var(--deep);color:#96a198;padding:30px clamp(24px,5vw,76px);display:flex;gap:30px;font-size:10px}footer b{color:white}footer small{margin-left:auto}
@keyframes title-in{to{transform:none;opacity:1}}@keyframes row-in{to{opacity:1;transform:none}}@keyframes line-in{to{transform:scaleX(1)}}@keyframes token-a{0%{opacity:0;transform:translate(-45px,-15px)}45%{opacity:1;transform:none}100%{opacity:0;transform:translate(150px,45px) scale(.72)}}@keyframes token-b{0%{opacity:0;transform:translate(45px,-10px)}45%{opacity:1;transform:none}100%{opacity:0;transform:translate(-165px,25px) scale(.72)}}@keyframes token-c{0%{opacity:0;transform:translate(-35px,35px)}45%{opacity:1;transform:none}100%{opacity:0;transform:translate(140px,-75px) scale(.72)}}@keyframes progress{to{transform:scaleX(1)}}@keyframes pulse{60%{box-shadow:0 0 0 9px rgba(199,255,61,0)}}
@media(max-width:980px){.hero{min-height:1100px}.hero h1{font-size:clamp(64px,11vw,100px)}.hero h1 .accent{margin-left:8vw}.hero-bottom{margin-left:25vw}.orbit-label,.signal-line{display:none}.manifesto{grid-template-columns:1fr}.story{grid-template-columns:.8fr 1.2fr;gap:25px}.scene{padding:28px}.settle-card{width:190px}.settle-card.sale{left:25px}.settle-card.deposit{right:25px}.settle-track{left:180px;right:180px}.industries-title{grid-template-columns:1fr;gap:25px}}
@media(max-width:720px){.topbar{height:66px}.topbar nav{display:none}.hero{min-height:auto;padding:115px 20px 85px}.hero-grid{background-size:42px 42px}.hero h1{font-size:59px;line-height:.9}.hero h1 .accent{margin-left:0}.hero-bottom{grid-template-columns:1fr;margin:35px 0 0;gap:25px}.hero-product{width:100%;margin-top:75px}.product-shell{transform:none}.product-bar{height:43px;padding:0 12px}.product-body{height:390px;grid-template-columns:34px minmax(0,1fr)}.product-body aside{gap:22px}.dashboard{padding:20px 12px}.dash-header strong{font-size:23px}.metric-row{margin:18px 0}.metric-row>div{padding:12px 8px}.metric-row b{font-size:12px}.metric-row small{font-size:8px}.table-head{display:none}.table-row{grid-template-columns:1.3fr .8fr .65fr;height:58px;padding:0 8px}.table-row>span:nth-child(2){display:none}.table-row em{padding:4px}.sync-status{left:12px;right:12px}.hero-caption{grid-template-columns:25px 1fr}.caption-progress{display:none}.scroll-cue{display:none}.manifesto{padding:90px 20px}.manifesto h2,.story-intro h2,.industries-title h2,.price h2{font-size:43px}.story{display:block;padding:0 20px}.story-copy{padding:90px 0 30px}.story-intro{min-height:320px}.story-step{min-height:100vh;padding-top:470px;align-content:start}.story-visual-wrap{position:sticky;top:76px;z-index:4;pointer-events:none}.story-visual{position:relative;top:auto;height:300px;margin:0;box-shadow:0 20px 55px rgba(0,0,0,.55)}.scene{inset:45px 0 30px;padding:18px}.visual-chrome{height:45px}.scene-title strong{font-size:22px}.ledger-graph{height:78px;margin:16px 0 12px}.scene-list p{padding:5px 0}.people-center{width:112px;height:112px}.people-center strong{font-size:27px}.people-node{width:105px;padding:8px}.node-1{left:8px;top:22px}.node-2{right:8px;top:25px}.node-3{right:12px;bottom:18px}.settle-card{width:140px;padding:11px}.settle-card strong{font-size:18px;margin:9px 0 3px}.settle-card.sale{left:10px;top:60px}.settle-card.deposit{right:10px;bottom:22px}.settle-track{left:130px;right:130px}.fee-chip{right:18px;top:32px}.industries{padding:90px 20px}.industries-title{margin-bottom:45px}.industry-switcher{grid-template-columns:1fr;min-height:auto}.industry-nav{display:grid;grid-template-columns:repeat(2,1fr);border-right:0}.industry-nav button{padding:16px 10px}.industry-nav button.active{padding-left:15px}.industry-content{padding:45px 24px;min-height:420px}.industry-content h3{font-size:42px}.price{padding:90px 20px;grid-template-columns:1fr;gap:60px}.price-card>p strong{font-size:58px}footer{flex-direction:column;gap:7px}footer small{margin:15px 0 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-delay:0ms!important;transition-duration:.01ms!important}.hero h1 span,.table-row{opacity:1;transform:none}.orbit-label,.signal-line{display:none}.caption-progress i{transform:scaleX(1)}}
