.landing-body{--ink:#191f28;--text:#5f6570;--bg:#fff;--bg-soft:#1b2b4e0a;--bg-soft-2:#e8eef7;--bg-dark:#1b2b4e;--brand:#4a7cff;--brand-strong:#306aff;--brand-press:#2557e0;--brand-tint:#4a7cff17;--on-dark:#fff;--on-dark-dim:#ffffffb8;--on-dark-label:#ffffffe0;--section-y:112px;--section-y-m:72px;--container:1160px;--gap-lg:96px;--gap-md:56px;--gap-sm:24px;--fs-h1:48px;--fw-h1:700;--ls-h1:0;--fs-h2:32px;--fw-h2:700;--ls-h2:0;--fs-h1-m:32px;--fs-h2-m:24px;--fs-lg:17px;--fs-md:16px;--fs-sm:15px;--fs-caption:14px;--lh-head:1.3;--lh-body:1.6;--l-ease:cubic-bezier(.16, 1, .3, 1);--reveal-duration:.6s;--reveal-ease:cubic-bezier(.16, 1, .3, 1);--reveal-distance:20px;--reveal-stagger:70ms;--radius-card:20px;--card-border:0;--card-shadow:none;--shadow-card:0 1px 3px #1b2b4e0d, 0 8px 28px #1b2b4e12;--radius-btn:12px;--btn-h:52px;--btn-fs:16px;--btn-fw:600;--radius-pill:999px;--card-pad:32px;--stack-title:12px;--stack-block:24px;--stack-item:16px;--row-h:52px;--tap-min:44px;background:var(--bg);color:var(--text);font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:var(--fs-md);line-height:var(--lh-body);word-break:keep-all;-webkit-text-size-adjust:100%;overflow-x:hidden}.landing-body *{box-sizing:border-box}.landing-body h1,.landing-body h2,.landing-body h3{line-height:var(--lh-head)}:where(.landing-body) :where(h1,h2,h3){color:var(--ink)}.landing-body a{color:inherit;text-decoration:none}:where(.landing-body) :where(h1,h2,h3,p,ul,ol,dl,dd,figure){margin:0}:where(.landing-body) :where(ul,ol){padding:0;list-style:none}.landing-body .sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.lwrap{max-width:var(--container);margin:0 auto;padding:0 24px}.lwrap--narrow{max-width:800px}html.js .landing-body .reveal,html.js .landing-body .stagger>*{opacity:0;transform:translateY(var(--reveal-distance));transition:opacity var(--reveal-duration) var(--reveal-ease), transform var(--reveal-duration) var(--reveal-ease)}html.js .landing-body .reveal.in,html.js .landing-body .stagger.in>*{opacity:1;transform:none}.landing-body .stagger.in>:nth-child(2){transition-delay:var(--reveal-stagger)}.landing-body .stagger.in>:nth-child(3){transition-delay:calc(var(--reveal-stagger) * 2)}.landing-body .stagger.in>:nth-child(4){transition-delay:calc(var(--reveal-stagger) * 3)}.landing-body .stagger.in>:nth-child(5){transition-delay:calc(var(--reveal-stagger) * 4)}.landing-body .stagger.in>:nth-child(6){transition-delay:calc(var(--reveal-stagger) * 5)}.lnav{z-index:60;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;height:64px;position:sticky;top:0}.lnav__inner{max-width:var(--container);align-items:center;gap:28px;height:100%;margin:0 auto;padding:0 24px;display:flex}.lnav__logo{min-height:var(--tap-min);flex:none;align-items:center;gap:9px;display:flex}.lnav__mark{border-radius:var(--radius-btn);background:var(--bg-dark);width:30px;height:30px;color:var(--on-dark);font-size:var(--fs-sm);justify-content:center;align-items:center;font-weight:700;display:inline-flex}.lnav__word{font-size:var(--fs-lg);color:var(--ink);font-weight:700}.lnav__anchors{gap:28px;margin-left:12px;display:flex}.lnav__anchors a{font-size:var(--fs-sm);color:var(--text);min-height:var(--tap-min);align-items:center;font-weight:600;display:inline-flex}.lnav__anchors a:hover{color:var(--ink)}.lnav__actions{align-items:center;gap:12px;margin-left:auto;display:flex}.lnav__burger{width:42px;height:42px;color:var(--ink);cursor:pointer;background:0 0;border:0;margin-left:auto;display:none}.landing-login-link{font-size:var(--fs-sm);color:var(--text);height:var(--tap-min);border-radius:var(--radius-btn);background:var(--bg-soft);align-items:center;padding:0 16px;font-weight:600;display:inline-flex}.landing-login-link:hover{color:var(--ink)}.lnav__cta{min-height:var(--tap-min);border-radius:var(--radius-btn);background:var(--brand-strong);color:#fff;font-size:var(--fs-sm);cursor:pointer;white-space:nowrap;border:0;align-items:center;padding:0 18px;font-weight:700;transition:background .18s;display:inline-flex}.lnav__cta:hover{background:var(--brand-press)}.lmenu{z-index:90;background:var(--bg);flex-direction:column;padding:0 24px 32px;display:flex;position:fixed;inset:0}.lmenu__head{align-items:center;height:64px;display:flex}.lmenu__close{color:var(--ink);cursor:pointer;background:0 0;border:0;width:42px;height:42px;margin-left:auto}.lmenu__links{flex-direction:column;margin-top:12px;display:flex}.lmenu__links a{font-size:var(--fs-lg);color:var(--ink);padding:20px 0;font-weight:700}.lmenu__foot{margin-top:28px}.lcta{align-items:center;gap:var(--gap-sm);flex-wrap:wrap;display:flex}.lcta--stack{gap:var(--stack-item);flex-direction:column}.lcta--stack .lbtn--primary{height:56px;padding:0 40px}.lbtn{height:var(--btn-h);border-radius:var(--radius-btn);font-size:var(--btn-fs);font-weight:var(--btn-fw);cursor:pointer;white-space:nowrap;border:0;justify-content:center;align-items:center;gap:8px;padding:0 28px;transition:background .18s,color .18s;display:inline-flex}.lbtn--primary{background:var(--brand-strong);color:#fff}.lbtn--primary:hover{background:var(--brand-press)}.lbtn--ghost{background:var(--brand-tint);color:var(--brand-strong)}.lbtn--ghost:hover{background:#4a7cff29}.lcta__text{min-height:var(--tap-min);cursor:pointer;font-family:inherit;font-size:var(--fs-sm);color:var(--on-dark-dim);background:0 0;border:0;justify-content:center;align-items:center;padding:0 12px;font-weight:600;display:inline-flex}.lcta__text:hover{color:var(--on-dark)}.landing-body :focus-visible{outline:3px solid var(--brand-strong);outline-offset:2px;border-radius:4px}.lsection--dark :focus-visible,.lfoot :focus-visible{outline-color:var(--on-dark)}.tap{position:relative}.tap:after{content:"";width:100%;height:100%;min-width:var(--tap-min);min-height:var(--tap-min);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mobile-sticky-cta{z-index:70;padding:12px 20px calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;transition:transform .24s;display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(110%)}.mobile-sticky-cta.visible{transform:translateY(0)}.mobile-sticky-cta .lcta{flex-wrap:nowrap;gap:0}.mobile-sticky-cta .lbtn--primary{flex:1}.mobile-sticky-cta .lbtn--ghost{display:none}.lnav__burger{min-width:var(--tap-min);min-height:var(--tap-min)}.lfoot{background:var(--bg-dark);color:var(--on-dark-dim);padding:56px 0}.lfoot__inner{align-items:center;gap:16px var(--gap-sm);flex-wrap:wrap;display:flex}.lfoot__brand{color:var(--on-dark);align-items:center;gap:9px;font-weight:700;display:flex}.lfoot__brand .lnav__mark{color:var(--on-dark);background:#ffffff24}.lfoot__info{font-size:var(--fs-sm);align-items:center;gap:8px;display:flex}.lfoot__info a{min-height:var(--tap-min);align-items:center;display:inline-flex}.lfoot__info a:hover{color:var(--on-dark)}.lfoot__policies{gap:var(--gap-sm);font-size:var(--fs-caption);margin-left:auto;display:flex}.lfoot__policy{color:#ffffff80;min-height:var(--tap-min);align-items:center;display:inline-flex}.lfoot__policy:hover{color:var(--on-dark)}@media (max-width:960px){.lnav__anchors,.lnav__actions{display:none}.lnav__burger{justify-content:center;align-items:center;display:inline-flex}.mobile-sticky-cta{display:block}.landing-body{padding-bottom:80px}.lfoot__policies{width:100%;margin-left:0}}@media (max-width:430px){.lwrap{padding:0 24px}.lfoot{padding:40px 0}}@media (prefers-reduced-motion:reduce){.landing-body *,.mobile-sticky-cta{transition:none!important}.landing-body .reveal,.landing-body .stagger>*{opacity:1!important;transform:none!important}}
