*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Pretendard,Noto Sans KR,sans-serif;background:#fafafa;color:#1a1a1a;min-height:100dvh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}.container{width:100%;max-width:480px;margin:0 auto;padding:0 24px}header{padding:20px 0;border-bottom:1px solid #eee;background:#fff}header .container{display:flex;align-items:center;gap:8px}.logo-icon{width:28px;height:28px;background:#1a1a1a;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}.logo-text{font-size:18px;font-weight:700;letter-spacing:-.02em}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;padding:60px 0 40px}.badge{display:inline-flex;align-items:center;gap:6px;background:#f0f0f0;color:#555;font-size:13px;font-weight:500;padding:6px 12px;border-radius:100px;width:fit-content;margin-bottom:20px}.badge-dot{width:6px;height:6px;background:#22c55e;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-size:32px;font-weight:800;line-height:1.3;letter-spacing:-.03em;margin-bottom:16px}.hero p{font-size:16px;line-height:1.7;color:#666;margin-bottom:40px}.features{display:flex;flex-direction:column;gap:16px;margin-bottom:48px}.feature{display:flex;align-items:flex-start;gap:14px;padding:16px;background:#fff;border-radius:12px;border:1px solid #eee}.feature-icon{width:40px;height:40px;min-width:40px;background:#f5f5f5;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.feature-title{font-size:15px;font-weight:600;margin-bottom:4px;letter-spacing:-.01em}.feature-desc{font-size:13px;color:#888;line-height:1.5}.cta-section{text-align:center;padding-bottom:48px}.cta-section p{font-size:14px;color:#999;margin-bottom:16px}.cta-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:16px 24px;background:#1a1a1a;color:#fff;font-size:16px;font-weight:600;border:none;border-radius:12px;cursor:pointer;text-decoration:none;letter-spacing:-.01em;transition:background .2s}.cta-btn:hover{background:#333}.site-footer{background:#ebebee;padding:64px 16px 112px}.footer-container{width:100%;max-width:992px;margin:0 auto;text-align:center;color:#37383e;display:flex;flex-direction:column;align-items:center}.footer-logo a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#37383e}.footer-logo a:visited{color:#37383e}.footer-logo .logo-icon{width:24px;height:24px;font-size:12px;background:transparent;color:#37383e}.footer-logo .logo-text{font-size:16px;color:#37383e;font-weight:700}.footer-nav{display:flex;gap:16px;list-style:none;margin-top:30px;font-size:14px}.footer-nav li{position:relative}.footer-nav li:not(:last-child):after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:1px;height:15px;background:#ccccd1}.footer-nav a{color:#37383e;text-decoration:none}.footer-nav a.bold{font-weight:700}.footer-info-section{margin-top:32px}.footer-info-list{display:flex;flex-direction:column;align-items:center;gap:10px;list-style:none}.footer-info-list+.footer-info-list{margin-top:10px}.footer-info-list li{display:flex;align-items:center;gap:6px}.footer-info-list a{display:flex;align-items:center;gap:6px;text-decoration:none;cursor:pointer}.footer-info-list .label{font-size:12px;color:#37383e;flex-shrink:0}.footer-info-list .divider{width:1px;height:12px;background:#ccccd1}.footer-info-list .value{font-size:12px;color:#5c5c61}.footer-copyright{margin-top:30px;font-size:14px;font-weight:600}.fade-up{opacity:0;transform:translateY(16px);animation:fadeUp .6s ease forwards}.fade-up:nth-child(2){animation-delay:.1s}.fade-up:nth-child(3){animation-delay:.2s}.fade-up:nth-child(4){animation-delay:.3s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}
