:root{--color-primary: #0F172A;--color-primary-light: #1E293B;--color-accent: #3B82F6;--color-accent-hover: #2563EB;--color-urgent: #EF4444;--color-success: #10B981;--text-main: #0F172A;--text-sub: #475569;--text-muted: #94A3B8;--text-white: #FFFFFF;--bg-main: #FFFFFF;--bg-sub: #F8FAFC;--bg-dark: #0F172A;--container-width: 1200px;--spacing-section: 80px;--spacing-md: 20px;--font-main: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-main);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;display:block}.container{max-width:var(--container-width);margin:0 auto;padding:0 20px}.section{padding:var(--spacing-section) 0}.text-center{text-align:center}.flex-center{display:flex;justify-content:center;align-items:center}.hero-section{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:120px 0 100px;position:relative;overflow:hidden}.hero-bg-decoration{position:absolute;top:-10%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,#3b82f626,#0000 70%);border-radius:50%;z-index:0}.hero-content{position:relative;z-index:1}.hero-badge{display:inline-block;padding:8px 16px;background:#ffffff1a;border-radius:30px;font-size:.9rem;margin-bottom:24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1)}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:20px;letter-spacing:-.02em;word-break:keep-all}.hero-title-highlight{color:#60a5fa}.hero-desc{font-size:1.25rem;color:#94a3b8;margin-bottom:40px;font-weight:400}.hero-sub-text{margin-top:16px;font-size:.9rem;color:#64748b}.button-primary{padding:20px 48px;font-size:1.3rem;font-weight:700;color:#fff;background-color:var(--color-urgent);border-radius:12px;box-shadow:0 20px 25px -5px #ef444466,0 8px 10px -6px #ef444433;transition:transform .2s;width:auto}.button-primary:hover{transform:translateY(-2px)}.button-kakao{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:20px 48px;font-size:1.3rem;font-weight:700;color:#3c1e1e;background-color:#fee500;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s;text-decoration:none;width:auto;border:none;cursor:pointer}.button-kakao:hover{transform:translateY(-2px)}.trust-header{font-size:2rem;margin-bottom:50px}.trust-grid{display:flex;gap:30px;flex-wrap:wrap;justify-content:center}.trust-card{flex:1 1 400px;display:flex;flex-direction:column;gap:20px}.trust-profile-card{background:#f8fafc;padding:40px;border-radius:24px;display:flex;gap:24px;align-items:center}.trust-profile-img{width:120px;height:120px;background:#cbd5e1;border-radius:50%;flex-shrink:0}.trust-profile-content h3{font-size:1.5rem;margin-bottom:8px}.trust-profile-content p{color:#64748b;margin-bottom:16px}.trust-profile-list{list-style:none;font-size:.95rem;color:#334155}.trust-item-card{background:#fff;border:1px solid #E2E8F0;padding:24px;border-radius:16px}.trust-item-title{margin-bottom:12px;color:#94a3b8;font-size:.9rem}.trust-tag{padding:8px 12px;background:#f1f5f9;border-radius:6px;font-size:.9rem;margin-right:8px;margin-bottom:8px;display:inline-block}.pain-point-section{background-color:#1e293b;color:#fff;padding:100px 0}.pain-point-header{font-size:2.2rem;margin-bottom:16px}.pain-point-desc{color:#94a3b8;font-size:1.2rem;margin-bottom:60px}.pain-point-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.pain-point-card{background:#ffffff0d;padding:32px;border-radius:16px;text-align:left}.pain-icon{font-size:2rem;display:block;margin-bottom:16px}.pain-title{margin-bottom:12px}.pain-text{color:#cbd5e1;line-height:1.6}.solution-header{font-size:2rem;margin-bottom:60px}.solution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.solution-card{padding:40px;border-radius:20px;border:1px solid #E2E8F0;transition:transform .2s;background:#fff}.solution-icon-box{width:60px;height:60px;border-radius:12px;display:flex;alignItems:center;justifyContent:center;font-size:2rem;margin-bottom:24px}.solution-title{font-size:1.4rem;margin-bottom:12px}.solution-text{color:#64748b;line-height:1.6}.proof-section{background:var(--bg-sub)}.proof-main-card{background:#fff;border-radius:24px;box-shadow:var(--shadow-lg);overflow:hidden;max-width:800px;margin:0 auto}.proof-card-header{padding:40px;background:#0f172a;color:#fff;text-align:center}.proof-content{padding:40px;display:flex;gap:40px;flex-wrap:wrap}.proof-img-placeholder{width:100%;height:200px;background:#e2e8f0;border-radius:12px;display:flex;alignItems:center;justifyContent:center;color:#94a3b8}.proof-stats{padding:24px;background:#f0fdf4;border-top:1px solid #DCFCE7;display:flex;justify-content:center;gap:20px;flex-wrap:wrap;align-items:center}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;alignItems:center;justifyContent:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;padding:40px;border-radius:16px;width:90%;max-width:480px;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.modal-close-btn{position:absolute;top:20px;right:20px;font-size:1.5rem;color:#999;cursor:pointer;background:none;border:none;padding:10px}.step-header{margin-bottom:30px}.step-indicator{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.progress-bar-bg{width:100%;height:6px;background:#eee;border-radius:3px}.progress-bar-fill{height:100%;background:#3b82f6;border-radius:3px;transition:width .3s}.form-input-group{margin-bottom:15px}.form-input,.form-select{width:100%;padding:12px;margin-top:8px;border-radius:6px;border:1px solid #ddd;font-size:1rem;min-height:48px;background:#fff}.form-date-group{display:flex;gap:10px;margin-top:15px}.button-full{width:100%;margin-top:30px;padding:16px;background:#0f172a;color:#fff;border-radius:8px;font-size:1.1rem;font-weight:700;transition:opacity .2s}@media(max-width:768px){:root{--spacing-section: 60px}.hero-section{padding:80px 0 60px}.hero-title{font-size:2rem;margin-bottom:16px}.hero-desc{font-size:1rem;margin-bottom:30px}.button-primary{width:100%;padding:18px 20px;font-size:1.1rem}.trust-header{font-size:1.6rem;margin-bottom:40px}.trust-profile-card{flex-direction:column;text-align:center;padding:30px}.trust-profile-list{text-align:left}.pain-point-header,.solution-header{font-size:1.8rem}.pain-point-grid,.solution-grid{grid-template-columns:1fr}.proof-content{flex-direction:column;gap:20px;padding:20px}.proof-item{width:100%}.proof-stats{flex-direction:column;gap:10px}.hidden-mobile{display:none}.modal-content{width:95%;padding:24px;max-height:90vh;overflow-y:auto}}.card-news-section{padding:80px 0;background-color:#f8fafc}.card-news-header{font-size:2rem;font-weight:800;text-align:center;margin-bottom:40px;color:#0f172a}.card-news-grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;padding:20px}.news-card{width:400px;height:400px;background:#fff;border-radius:20px;box-shadow:0 10px 25px -5px #0000001a;overflow:hidden;display:flex;flex-direction:column;position:relative;transition:transform .3s ease;border:1px solid #E2E8F0}.news-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #00000026}.card-bg-decoration{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.card-bg-1{background:linear-gradient(135deg,#0f172a,#334155)}.card-bg-2{background:#fff}.card-bg-dark{background:#1e293b;color:#fff}.news-card-content{position:relative;z-index:10;padding:32px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.news-card-tag{display:inline-block;padding:6px 12px;background:#3b82f61a;color:#3b82f6;border-radius:20px;font-size:.85rem;font-weight:600;align-self:flex-start;margin-bottom:16px}.tag-urgent{background:#ef44441a;color:#ef4444}.tag-white{background:#fff3;color:#fff}.news-card-title{font-size:1.6rem;font-weight:800;line-height:1.3;margin-bottom:16px;word-break:keep-all}.text-white{color:#fff}.text-highlight{color:#3b82f6}.news-card-body{font-size:1rem;line-height:1.6;color:#475569;flex-grow:1;word-break:keep-all}.body-white{color:#cbd5e1}.news-card-footer{margin-top:20px;padding-top:20px;border-top:1px solid #E2E8F0;font-size:.85rem;color:#94a3b8;display:flex;justify-content:space-between;align-items:center}.footer-dark{border-top-color:#ffffff1a}.card-highlight-box{background:#eff6ff;padding:16px;border-radius:12px;margin-top:12px;border:1px solid #DBEAFE}.card-highlight-text{color:#1d4ed8;font-weight:700}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
