.landing-page,.landing-page *,.landing-page *:before,.landing-page *:after{margin:0;padding:0;box-sizing:border-box}.landing-page{background:#f7f9fc;color:#111827;overflow-x:hidden;min-height:100vh;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Inter,Noto Sans KR,sans-serif;letter-spacing:-.01em}.landing-page a{text-decoration:none;color:inherit;cursor:pointer}.landing-page button{cursor:pointer;border:0;background:transparent;font-family:inherit;color:inherit}.landing-page .container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.landing-page header.l-header{width:100%;background:#ffffffd9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(229,231,235,.6);position:fixed;top:0;left:0;z-index:999}.landing-page .nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.landing-page .logo{font-size:32px;font-weight:800;color:#2563ff;letter-spacing:-1.5px;flex-shrink:0}.landing-page .menu{display:flex;gap:36px;font-size:15px;font-weight:600;color:#374151}.landing-page .menu a{transition:color .2s ease}.landing-page .menu a:hover{color:#2563ff}.landing-page .nav-btns{display:flex;gap:10px;flex-shrink:0}.landing-page .btn-outline{padding:11px 22px;border-radius:12px;border:1px solid #dbe2f0;background:#fff;font-weight:700;font-size:14px;transition:all .2s ease}.landing-page .btn-outline:hover{border-color:#2563ff;color:#2563ff}.landing-page .btn-primary{padding:11px 24px;border-radius:12px;background:linear-gradient(135deg,#2563ff,#3b82f6);color:#fff;font-weight:700;font-size:14px;box-shadow:0 8px 20px #2563ff40;transition:all .2s ease}.landing-page .btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 28px #2563ff52}.landing-page .hamburger{display:none;width:40px;height:40px;border-radius:10px;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb}.landing-page .hamburger svg{width:22px;height:22px;color:#374151}.landing-page .mobile-menu{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 24px;flex-direction:column;gap:4px}.landing-page .mobile-menu.open{display:flex}.landing-page .mobile-menu a{padding:14px 12px;font-weight:600;font-size:15px;border-radius:8px;color:#374151}.landing-page .mobile-menu a:hover{background:#f3f4f6;color:#2563ff}.landing-page .hero{padding:140px 0 100px;background:radial-gradient(ellipse at top left,rgba(219,234,254,.7) 0%,transparent 45%),radial-gradient(ellipse at top right,rgba(196,213,252,.45) 0%,transparent 45%),linear-gradient(180deg,#fff,#f7faff)}.landing-page .hero-wrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:60px}.landing-page .hero-left,.landing-page .hero-right{min-width:0}.landing-page .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:#e9f1ff;color:#2563ff;font-weight:700;font-size:13px;margin-bottom:24px;border:1px solid rgba(37,99,255,.12)}.landing-page .hero-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#2563ff;animation:l-pulse 2s ease-in-out infinite}@keyframes l-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}.landing-page .hero-title{font-size:clamp(36px,5vw,56px);line-height:1.2;font-weight:800;letter-spacing:-2px;margin-bottom:22px;color:#0f172a}.landing-page .hero-title span{color:#2563ff}.landing-page .hero-desc{font-size:clamp(15px,1.4vw,18px);line-height:1.75;color:#64748b;margin-bottom:36px}.landing-page .hero-buttons{display:flex;gap:12px;margin-bottom:48px;flex-wrap:wrap}.landing-page .hero-buttons a{font-size:15px;padding:14px 28px;border-radius:14px;font-weight:700}.landing-page .hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.landing-page .hero-feature{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px 16px;text-align:left;box-shadow:0 4px 12px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.landing-page .hero-feature:hover{transform:translateY(-3px);border-color:#bfdbfe;box-shadow:0 12px 28px #0f172a14}.landing-page .hero-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#eff6ff,#dbeafe);font-size:20px;margin-bottom:12px}.landing-page .hero-feature-title{font-size:14px;font-weight:800;color:#0f172a;margin-bottom:4px}.landing-page .hero-feature-sub{font-size:12px;color:#6b7280;line-height:1.5}.landing-page .hero-character{position:relative;width:100%;display:flex;align-items:center;justify-content:center;animation:l-float 6s ease-in-out infinite}.landing-page .hero-character img{width:100%;max-width:540px;height:auto;display:block;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.85) 0%,rgba(0,0,0,1) 14%,rgba(0,0,0,1) 72%,rgba(0,0,0,0) 100%),linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 8%,rgba(0,0,0,1) 92%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,#000000d9,#000 14% 72%,#0000),linear-gradient(to right,#0000,#000 8% 92%,#0000);-webkit-mask-composite:source-in;mask-composite:intersect;filter:drop-shadow(0 30px 50px rgba(15,23,42,.1));-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.landing-page .hero-visual{position:relative;width:100%;aspect-ratio:1 / 1;max-height:580px}.landing-page .hero-laptop{position:absolute;inset:14% 6%;display:flex;flex-direction:column;align-items:stretch;justify-content:center;z-index:1}.landing-page .laptop-screen{position:relative;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:18px 18px 6px 6px;padding:14px;box-shadow:0 30px 60px #0f172a2e,0 12px 24px #0f172a1a,inset 0 0 0 2px #ffffff0f;aspect-ratio:16 / 10;border:3px solid #1e293b}.landing-page .laptop-screen:before{content:"";position:absolute;top:5px;left:50%;transform:translate(-50%);width:5px;height:5px;border-radius:50%;background:#475569;box-shadow:0 0 0 1px #ffffff0d}.landing-page .laptop-content{width:100%;height:100%;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;overflow:hidden;position:relative}.landing-page .laptop-base{position:relative;height:14px;margin:0 -6%;background:linear-gradient(180deg,#cbd5e1,#94a3b8);border-radius:0 0 16px 16px;box-shadow:0 14px 32px #0f172a26,inset 0 1px #fff6}.landing-page .laptop-base:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:90px;height:6px;background:#94a3b8;border-radius:0 0 8px 8px;box-shadow:inset 0 -1px #0000001a}.landing-page .lc-header{display:flex;align-items:center;gap:6px;padding-bottom:8px;border-bottom:1px solid #f1f5f9;margin-bottom:8px}.landing-page .lc-avatar{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#2563ff,#3b82f6);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:10px;flex-shrink:0}.landing-page .lc-name{flex:1;font-size:10px;font-weight:800;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-page .lc-pill{font-size:8.5px;font-weight:700;padding:2px 6px;border-radius:999px;background:#ecfdf5;color:#047857}.landing-page .lc-body{flex:1;display:grid;grid-template-columns:1.15fr 1fr;gap:8px;min-height:0}.landing-page .lc-chart{background:#fff;border:1px solid #f1f5f9;border-radius:6px;padding:6px 8px;display:flex;flex-direction:column;gap:6px}.landing-page .lc-chart-label{font-size:8px;font-weight:700;color:#64748b;letter-spacing:.3px}.landing-page .lc-chart-value{font-size:16px;font-weight:800;color:#2563ff;line-height:1}.landing-page .lc-bars{display:flex;align-items:flex-end;gap:3px;height:36px;margin-top:auto}.landing-page .lc-bar{flex:1;background:linear-gradient(180deg,#93c5fd,#2563ff);border-radius:2px 2px 0 0;min-height:4px}.landing-page .lc-chat{display:flex;flex-direction:column;gap:4px;min-height:0}.landing-page .lc-bubble{font-size:8.5px;line-height:1.35;padding:5px 8px;border-radius:8px;max-width:92%}.landing-page .lc-bubble.bot{background:#f1f5f9;color:#334155;align-self:flex-start;border-bottom-left-radius:2px}.landing-page .lc-bubble.user{background:linear-gradient(135deg,#2563ff,#3b82f6);color:#fff;align-self:flex-end;border-bottom-right-radius:2px}.landing-page .hero-main-card{position:absolute;inset:12% 8% 8% 12%;background:#fff;border-radius:28px;box-shadow:0 30px 80px #0f172a1a;padding:28px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.6);background:linear-gradient(135deg,#eff6ff66,#fff 50%)}.landing-page .hmc-header{display:flex;align-items:center;gap:10px;padding-bottom:16px;border-bottom:1px solid #f1f5f9;margin-bottom:16px}.landing-page .hmc-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#2563ff,#3b82f6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:14px;flex-shrink:0}.landing-page .hmc-meta{flex:1;min-width:0}.landing-page .hmc-name{font-size:13px;font-weight:800;color:#0f172a}.landing-page .hmc-status{font-size:11px;color:#16a34a;display:inline-flex;align-items:center;gap:4px}.landing-page .hmc-status:before{content:"";width:6px;height:6px;border-radius:50%;background:#16a34a;animation:l-pulse 1.5s ease-in-out infinite}.landing-page .hmc-progress{font-size:11px;color:#6b7280;font-weight:600;background:#f1f5f9;padding:4px 8px;border-radius:6px}.landing-page .hmc-chat{flex:1;display:flex;flex-direction:column;gap:8px;overflow:hidden}.landing-page .hmc-bubble{font-size:12px;line-height:1.5;padding:10px 14px;border-radius:14px;max-width:86%;background:#f8fafc;color:#334155}.landing-page .hmc-bubble.user{background:linear-gradient(135deg,#2563ff,#3b82f6);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.landing-page .hmc-bubble.bot{align-self:flex-start;border-bottom-left-radius:4px}.landing-page .hmc-bar{margin-top:12px;background:#f1f5f9;border-radius:999px;height:6px;overflow:hidden}.landing-page .hmc-bar-fill{height:100%;width:65%;background:linear-gradient(90deg,#2563ff,#3b82f6);border-radius:999px}.landing-page .float-card{position:absolute;background:#fff;border-radius:16px;padding:14px 16px;box-shadow:0 16px 40px #0f172a1a;border:1px solid rgba(229,231,235,.6);z-index:3;animation:l-float 6s ease-in-out infinite}.landing-page .float-card.fc-1{top:4%;left:-2%;animation-delay:0s}.landing-page .float-card.fc-2{top:30%;right:-4%;animation-delay:1.5s}.landing-page .float-card.fc-3{bottom:6%;right:6%;animation-delay:3s}@keyframes l-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.landing-page .fc-label{font-size:10px;font-weight:700;color:#2563ff;text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px}.landing-page .fc-value{font-size:18px;font-weight:800;color:#0f172a}.landing-page .fc-chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.landing-page .fc-chip{font-size:11px;padding:3px 8px;border-radius:6px;background:#eff6ff;color:#2563ff;font-weight:700}.landing-page .fc-axes{display:flex;gap:6px;margin-top:6px}.landing-page .fc-axes span{flex:1;text-align:center;font-size:9px;font-weight:800;padding:3px 0;border-radius:4px;background:linear-gradient(180deg,#dbeafe,#bfdbfe);color:#1d4ed8}.landing-page .process{padding:100px 0;background:#fff}.landing-page .section-mini{text-align:center;color:#2563ff;font-weight:700;font-size:14px;margin-bottom:12px;letter-spacing:.4px}.landing-page .section-title{text-align:center;font-size:clamp(28px,4vw,44px);line-height:1.35;font-weight:800;letter-spacing:-1.5px;margin-bottom:56px;color:#0f172a}.landing-page .section-title span{color:#2563ff}.landing-page .process-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative}.landing-page .process-flow:before{content:"";position:absolute;top:70px;left:12%;right:12%;height:2px;background-image:linear-gradient(to right,#bfdbfe 50%,transparent 50%);background-size:12px 2px;background-repeat:repeat-x;z-index:0}.landing-page .process-card{background:#fff;border-radius:24px;padding:32px 24px;box-shadow:0 12px 32px #0f172a0f;border:1px solid #f1f5f9;transition:.3s ease;position:relative;z-index:1}.landing-page .process-card:hover{transform:translateY(-8px);box-shadow:0 20px 48px #0f172a1a;border-color:#bfdbfe}.landing-page .process-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#dbeafe);font-size:28px;margin-bottom:14px}.landing-page .process-number{font-size:13px;font-weight:700;line-height:1;letter-spacing:.4px;margin-top:4px;margin-bottom:12px;color:#94a3b8;display:inline-block}.landing-page .process-card h3{font-size:20px;margin-bottom:12px;font-weight:800;color:#0f172a;letter-spacing:-.5px}.landing-page .process-card p{color:#6b7280;line-height:1.7;font-size:14px}.landing-page .steps{padding:120px 0;background:linear-gradient(180deg,#f8fbff,#fff)}.landing-page .step-block{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:60px;margin-bottom:120px}.landing-page .step-block:last-child{margin-bottom:0}.landing-page .step-block.reverse>.step-text{order:2}.landing-page .step-block.reverse>.step-visual{order:1}.landing-page .step-tag{display:inline-block;padding:6px 14px;border-radius:999px;border:1.5px solid #bfdbfe;background:#eff6ff;color:#2563ff;font-weight:800;font-size:12px;letter-spacing:.6px;margin-bottom:18px}.landing-page .step-title{font-size:clamp(28px,3.6vw,40px);font-weight:800;line-height:1.25;margin-bottom:14px;letter-spacing:-1.5px;color:#0f172a}.landing-page .step-title span{color:#2563ff}.landing-page .step-sub{color:#2563ff;font-size:clamp(15px,1.5vw,18px);font-weight:700;margin-bottom:22px}.landing-page .step-desc{color:#64748b;font-size:15px;line-height:1.85;margin-bottom:28px}.landing-page .step-list{display:flex;flex-direction:column;gap:12px}.landing-page .step-list li{list-style:none;font-size:14px;color:#374151;font-weight:600;padding-left:26px;position:relative}.landing-page .step-list li:before{content:"✓";position:absolute;left:0;top:0;width:18px;height:18px;border-radius:50%;background:#eff6ff;color:#2563ff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}.landing-page .step-credit{margin-top:18px;font-size:13px;color:#94a3b8;line-height:1.7}.landing-page .step-credit strong{color:#64748b;font-weight:700}.landing-page .step-card{background:#fff;border-radius:28px;padding:28px;box-shadow:0 20px 56px #0f172a14;border:1px solid #f1f5f9}.landing-page .sc-header{display:flex;align-items:center;gap:10px;padding-bottom:16px;border-bottom:1px solid #f1f5f9;margin-bottom:18px}.landing-page .sc-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#2563ff,#3b82f6);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:13px}.landing-page .sc-name{flex:1;font-size:14px;font-weight:800;color:#0f172a}.landing-page .sc-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;background:#eff6ff;color:#2563ff}.landing-page .sc-badge.green{background:#ecfdf5;color:#047857}.landing-page .chat-box{background:#f8fafc;border-radius:16px;padding:12px 16px;margin-bottom:10px;width:fit-content;max-width:88%;font-size:14px;line-height:1.55;color:#334155}.landing-page .chat-right{margin-left:auto;background:linear-gradient(135deg,#2563ff,#3b82f6);color:#fff}.landing-page .chat-time{font-size:10.5px;color:#94a3b8;font-weight:600;margin-bottom:4px}.landing-page .roadmap-progress{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:12px 14px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:12px}.landing-page .roadmap-progress-text{flex:1;font-size:12px;color:#1d4ed8;font-weight:700}.landing-page .roadmap-progress-pct{font-size:18px;font-weight:800;color:#2563ff}.landing-page .roadmap-item{background:#f8fbff;border-radius:14px;padding:14px 18px;margin-bottom:10px;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:700;border:1px solid #e9f1ff}.landing-page .roadmap-status{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0}.landing-page .roadmap-status.done{background:#d1fae5;color:#047857}.landing-page .roadmap-status.now{background:#dbeafe;color:#2563ff;box-shadow:0 0 0 4px #2563ff1f}.landing-page .roadmap-status.todo{background:#f1f5f9;color:#94a3b8}.landing-page .roadmap-text{flex:1;color:#334155}.landing-page .roadmap-meta{font-size:11px;color:#94a3b8;font-weight:600}.landing-page .essay-meta{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}.landing-page .essay-meta span{font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;background:#f1f5f9;color:#475569}.landing-page .essay-meta span.brand{background:#eff6ff;color:#2563ff}.landing-page .essay-box{background:#f9fafb;border-radius:16px;padding:22px;line-height:1.85;color:#4b5563;font-size:14px;margin-bottom:14px;border:1px solid #f1f5f9}.landing-page .essay-box mark{background:linear-gradient(transparent 60%,#2563ff26 60%);color:#1d4ed8;font-weight:700}.landing-page .essay-axes{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.landing-page .essay-axis{text-align:center;padding:10px 6px;border-radius:12px;border:1px solid}.landing-page .essay-axis.ok{background:#ecfdf5;border-color:#a7f3d0}.landing-page .essay-axis.weak{background:#fffbeb;border-color:#fde68a}.landing-page .essay-axis-label{font-size:10.5px;color:#64748b;font-weight:700;margin-bottom:4px}.landing-page .essay-axis-verdict{font-size:13px;font-weight:800;letter-spacing:.3px}.landing-page .essay-axis.ok .essay-axis-verdict{color:#047857}.landing-page .essay-axis.weak .essay-axis-verdict{color:#a16207}.landing-page .review{padding:100px 0 80px;background:#fff}.landing-page .review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.landing-page .review-card{background:#fff;border-radius:24px;padding:32px 28px;box-shadow:0 16px 40px #0f172a0f;border:1px solid #f1f5f9;transition:transform .3s ease,box-shadow .3s ease}.landing-page .review-card:hover{transform:translateY(-6px);box-shadow:0 24px 56px #0f172a1a}.landing-page .stars{color:#fbbf24;font-size:20px;margin-bottom:18px;letter-spacing:2px}.landing-page .review-text{font-size:15px;line-height:1.85;color:#4b5563;margin-bottom:28px;min-height:110px}.landing-page .review-user{display:flex;align-items:center;gap:14px;padding-top:20px;border-top:1px solid #f1f5f9}.landing-page .avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#93c5fd);display:inline-flex;align-items:center;justify-content:center;color:#1d4ed8;font-weight:800;font-size:15px;flex-shrink:0}.landing-page .review-user h4{font-size:14px;margin-bottom:2px;font-weight:800;color:#0f172a}.landing-page .review-user p{color:#6b7280;font-size:12px}.landing-page .cta{padding:60px 0 100px;background:#fff}.landing-page .cta-box{background:linear-gradient(135deg,#2563ff,#1d4ed8);border-radius:32px;padding:72px 60px;color:#fff;text-align:center;position:relative;overflow:hidden}.landing-page .cta-box:before,.landing-page .cta-box:after{content:"";position:absolute;border-radius:50%;background:#ffffff0f}.landing-page .cta-box:before{width:480px;height:480px;left:-180px;top:-200px}.landing-page .cta-box:after{width:360px;height:360px;right:-120px;bottom:-160px}.landing-page .cta-box h2{font-size:clamp(24px,3.2vw,38px);line-height:1.4;margin-bottom:18px;position:relative;z-index:2;font-weight:800;letter-spacing:-1.5px}.landing-page .cta-box p{font-size:clamp(14px,1.4vw,17px);opacity:.9;margin-bottom:36px;position:relative;z-index:2}.landing-page .cta-box a{display:inline-block;padding:18px 44px;background:#fff;color:#2563ff;border-radius:16px;font-size:16px;font-weight:800;position:relative;z-index:2;transition:transform .2s ease,box-shadow .2s ease}.landing-page .cta-box a:hover{transform:translateY(-2px);box-shadow:0 16px 36px #00000026}.landing-page footer.l-footer{background:linear-gradient(135deg,#04142d,#071b3a);color:#fff;padding:72px 0 32px}.landing-page .footer-wrap{display:grid;grid-template-columns:1.4fr 2fr;gap:60px}.landing-page .footer-logo{font-size:32px;font-weight:800;color:#2563ff;margin-bottom:18px;letter-spacing:-1.5px}.landing-page .footer-desc{color:#94a3b8;line-height:1.85;font-size:14px;margin-bottom:24px;max-width:340px}.landing-page .footer-social{display:flex;gap:10px}.landing-page .social{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:inline-flex;align-items:center;justify-content:center;color:#ffffffb3;font-size:14px;font-weight:700;transition:all .2s ease}.landing-page .social:hover{background:#ffffff14;color:#fff;border-color:#fff6}.landing-page .footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.landing-page .footer-links h4{margin-bottom:18px;font-size:14px;font-weight:800;color:#fff}.landing-page .footer-links p{margin-bottom:12px;color:#94a3b8;font-size:13px;transition:color .15s}.landing-page .footer-links p:hover{color:#fff}.landing-page .footer-links a{color:inherit;text-decoration:none}.landing-page .footer-links p:hover a{color:#fff}.landing-page .copyright a{color:#94a3b8;text-decoration:none}.landing-page .copyright a:hover{color:#fff}.landing-page .copyright{margin-top:48px;padding-top:24px;text-align:center;color:#64748b;font-size:12px;border-top:1px solid rgba(255,255,255,.06)}.landing-page .fade-up{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.landing-page .fade-up.show{opacity:1;transform:translateY(0)}@media(max-width:1279px){.landing-page .container{max-width:1024px}.landing-page .hero{padding-top:130px}.landing-page .hero-wrap{gap:40px}.landing-page .menu{gap:28px;font-size:14px}}@media(max-width:1023px){.landing-page .hero{padding:120px 0 80px}.landing-page .hero-wrap{grid-template-columns:1fr;gap:48px}.landing-page .hero-visual{max-width:540px;margin:0 auto}.landing-page .menu{display:none}.landing-page .process-flow{grid-template-columns:repeat(2,1fr);gap:16px}.landing-page .process-flow:before{display:none}.landing-page .step-block,.landing-page .step-block.reverse{grid-template-columns:1fr;gap:36px;margin-bottom:80px}.landing-page .step-block.reverse>.step-text,.landing-page .step-block.reverse>.step-visual{order:initial}.landing-page .review-grid{grid-template-columns:repeat(2,1fr)}.landing-page .footer-wrap{grid-template-columns:1fr;gap:40px}}@media(min-width:768px)and (max-width:1023px){.landing-page .hero-right{display:none}.landing-page .hero-wrap{gap:0}}@media(max-width:767px){.landing-page .container{padding:0 20px}.landing-page .nav{height:64px}.landing-page .logo{font-size:26px}.landing-page .nav-btns{display:none}.landing-page .hamburger{display:inline-flex}.landing-page .mobile-menu{top:64px}.landing-page .hero{padding:90px 0 60px}.landing-page .hero-features,.landing-page .process-flow{grid-template-columns:1fr}.landing-page .step-card{padding:20px}.landing-page .essay-axes{grid-template-columns:repeat(2,1fr)}.landing-page .review-grid{grid-template-columns:1fr}.landing-page .review-text{min-height:0}.landing-page .cta-box{padding:48px 24px;border-radius:24px}.landing-page .footer-links{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:479px){.landing-page .hero-buttons{flex-direction:column}.landing-page .hero-buttons a{width:100%;text-align:center;padding:14px}.landing-page .footer-links{grid-template-columns:1fr}}
