:root{--bg: #F8EEFF;--surface: #FFFFFF;--primary: #C840E8;--primary-hv: #A228C8;--primary-light: #F0D0FC;--text: #1E0340;--heading: #1E0340;--muted: #6B5880;--border: #E8D0F5;--accent: #18C8E8;--accent-hv: #0EA5C8;--accent-light: #D8F5FB;--max-w: 1080px;--radius: 14px;--font-kr: "Pretendard Variable", "Pretendard", -apple-system, "Noto Sans KR", sans-serif;--font-en: "Inter", var(--font-kr)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-kr);font-size:16px;line-height:1.75;word-break:keep-all;-webkit-font-smoothing:antialiased}.container{max-width:var(--max-w);margin-inline:auto;padding-inline:1.5rem}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.75rem;border-radius:10px;font-weight:700;transition:all .2s ease;cursor:pointer;border:2px solid transparent;font-family:inherit;font-size:1rem;white-space:nowrap}.btn--primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn--primary:hover{background:var(--primary-hv);border-color:var(--primary-hv);transform:translateY(-2px);box-shadow:0 8px 24px #c840e859}.btn--outline{background:transparent;color:var(--accent);border-color:var(--accent)}.btn--outline:hover{background:var(--accent-light)}.btn--ghost{background:transparent;color:var(--muted);border:none}.btn--ghost:hover{color:var(--text)}.btn--sm{padding:.45rem 1rem;font-size:.875rem}.btn--lg{padding:1rem 2.25rem;font-size:1.1rem}section{padding:5rem 0}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--heading);text-align:center;margin-bottom:.5rem;line-height:1.3}.section-sub{text-align:center;color:var(--muted);margin-bottom:3.5rem;font-size:1.05rem}.nav{position:sticky;top:0;z-index:100;padding:.85rem 0;background:#fff8f0d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:border-color .3s}.nav--scrolled{border-bottom-color:var(--border)}.nav__inner{display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:800;color:var(--heading)}.nav__logo img{border-radius:6px}.nav__logo-icon{width:40px;height:40px;margin:-6px 0}.nav__logo-text{height:24px;width:auto;border-radius:0!important}.hero{padding:4.5rem 0 3rem}.hero__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.hero__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem 1rem;border-radius:999px;background:var(--accent-light);color:var(--accent);font-size:.85rem;font-weight:600;margin-bottom:1.75rem}.hero__title{font-size:clamp(2rem,5.5vw,3.25rem);font-weight:900;line-height:1.25;margin-bottom:1.25rem;color:var(--heading);letter-spacing:-.02em}.hero__title em{color:var(--primary);font-style:normal}.hero__sub{font-size:clamp(1rem,2vw,1.15rem);color:var(--muted);margin-bottom:2.25rem;max-width:520px;line-height:1.7}.hero__cta{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-bottom:.75rem}.hero__microcopy{font-size:.8rem;color:var(--muted);text-align:center}.hero__mockup{width:100%;max-width:640px;margin-top:3rem}.mockup-window{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 20px 60px #1a1a2e14,0 4px 16px #1a1a2e0a}.mockup-bar{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#fafafa;border-bottom:1px solid var(--border)}.dot{width:10px;height:10px;border-radius:50%}.dot--red{background:#ff5f57}.dot--yellow{background:#febc2e}.dot--green{background:#28c840}.mockup-url{flex:1;text-align:center;font-size:.78rem;color:var(--muted);font-family:var(--font-en);background:var(--bg);border-radius:6px;padding:.2rem .75rem}.mockup-body{position:relative}.mockup-video{height:220px;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);display:flex;align-items:center;justify-content:center}.mockup-video__placeholder{color:#ffffff4d;font-size:.9rem;font-family:var(--font-en)}.mockup-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;background:linear-gradient(transparent,#000000d9)}.mockup-caption{display:flex;flex-direction:column;gap:.35rem}.caption-orig{font-size:.85rem;color:#ffffffb3;font-family:var(--font-en)}.caption-tts{font-size:1rem;font-weight:700;color:var(--accent)}.problem{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.problem__inner{display:flex;align-items:center;gap:3rem;max-width:800px;margin-inline:auto}.problem__visual{flex-shrink:0;width:120px;height:120px;background:#d8c0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem}.problem__text h2{font-size:1.5rem;font-weight:800;color:var(--heading);margin-bottom:.5rem}.problem__text p{color:var(--muted);font-size:1rem;line-height:1.75}.problem__highlight{color:var(--accent);font-weight:700}.howto{padding:5rem 0}.steps{list-style:none;max-width:680px;margin-inline:auto;display:flex;flex-direction:column;gap:2.5rem}.step{display:flex;gap:1.75rem;align-items:flex-start}.step__icon{flex-shrink:0;width:56px;height:56px;background:var(--primary-light);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.step__body h3{font-size:1.1rem;font-weight:700;color:var(--heading);margin-bottom:.3rem}.step__body p{color:var(--muted);font-size:.95rem}.features{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:border-color .2s,transform .2s}.feature-card:hover{border-color:var(--accent);transform:translateY(-2px)}.feature-card__icon{font-size:1.5rem;margin-bottom:.75rem}.feature-card h3{font-size:1rem;font-weight:700;color:var(--heading);margin-bottom:.4rem}.feature-card p{font-size:.9rem;color:var(--muted);line-height:1.65}.trust-band{padding:3rem 0}.trust-band__inner{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--muted);font-weight:500}.trust-item__icon{width:36px;height:36px;border-radius:10px;background:var(--primary-light);display:flex;align-items:center;justify-content:center;font-size:1rem}.pricing{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pricing__card{max-width:400px;margin-inline:auto;background:var(--bg);border:2px solid var(--primary);border-radius:var(--radius);padding:2.5rem;text-align:center;position:relative}.pricing__badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:.25rem 1.25rem;border-radius:999px;font-size:.8rem;font-weight:700}.pricing__card h3{font-size:1.1rem;font-weight:700;color:var(--muted);margin-bottom:.5rem}.pricing__price{font-size:3rem;font-weight:900;color:var(--heading);line-height:1;margin-bottom:.25rem}.pricing__period{font-size:.95rem;color:var(--muted);margin-bottom:1.5rem;display:block}.pricing__list{list-style:none;text-align:left;margin-bottom:2rem;display:flex;flex-direction:column;gap:.6rem}.pricing__list li{font-size:.95rem;color:var(--text);display:flex;align-items:center;gap:.5rem}.pricing__list li:before{content:"";color:var(--primary);font-weight:700}.pricing__note{text-align:center;color:var(--muted);font-size:.85rem;margin-top:1.5rem}.pricing__recover{text-align:center;color:var(--muted);font-size:.85rem;margin-top:.75rem}.link-btn{display:inline;padding:0;border:none;background:none;color:var(--accent);cursor:pointer;font-weight:600;font-family:inherit;font-size:inherit;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.link-btn:hover{color:var(--accent-hv);text-decoration-style:solid}.faq{padding:5rem 0}.faq__list{max-width:680px;margin-inline:auto;display:flex;flex-direction:column;gap:.75rem}.faq__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s}.faq__item[open]{border-color:var(--accent)}.faq__item summary{padding:1.1rem 1.5rem;cursor:pointer;font-weight:600;font-size:.95rem;color:var(--heading);list-style:none;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";color:var(--primary);font-size:1.3rem;line-height:1;flex-shrink:0}.faq__item[open] summary:after{content:"−"}.faq__item p{padding:0 1.5rem 1.25rem;color:var(--muted);font-size:.95rem;line-height:1.7}.final-cta{padding:5rem 0;background:var(--surface);border-top:1px solid var(--border)}.final-cta__inner{text-align:center;max-width:500px;margin-inline:auto}.final-cta__inner h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--heading);margin-bottom:.75rem}.final-cta__inner>p{color:var(--muted);margin-bottom:2rem}.final-cta__note{margin-top:1rem;font-size:.8rem;color:var(--muted)}.footer{padding:2rem 0;border-top:1px solid var(--border)}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.footer__brand{font-size:1rem;font-weight:800;color:var(--heading)}.footer__brand-logo{height:22px;width:auto;display:block}.footer__copy{color:var(--muted);font-size:.8rem}.footer__links a{color:var(--muted);font-size:.8rem;transition:color .2s}.footer__links a:hover{color:var(--accent)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:1rem}.modal.is-open{display:flex}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1118278c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.modal__dialog{position:relative;z-index:1;background:var(--surface);border-radius:var(--radius);max-width:460px;width:100%;padding:2.25rem 2rem 2rem;box-shadow:0 24px 64px #11182740;animation:slideUp .25s ease;max-height:90vh;overflow-y:auto}.modal__close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;border:none;background:transparent;color:var(--muted);font-size:1.75rem;line-height:1;cursor:pointer;border-radius:8px}.modal__close:hover{background:var(--bg);color:var(--heading)}.modal__dialog h3{font-size:1.3rem;font-weight:800;color:var(--heading);margin-bottom:.5rem}.modal__desc{color:var(--muted);font-size:.9rem;line-height:1.65;margin-bottom:1.5rem}.modal__error{color:var(--primary);font-size:.85rem;margin-top:.75rem;min-height:1.2em}.modal__hint{color:var(--muted);font-size:.8rem;line-height:1.65;margin:1rem 0 1.25rem}.modal__price-row{display:flex;justify-content:space-between;align-items:baseline;padding:1rem 0;margin:.5rem 0 1.25rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.modal__price-row span{color:var(--muted);font-size:.9rem}.modal__price-row strong{font-size:1.4rem;font-weight:800;color:var(--primary)}.modal__success-icon{width:56px;height:56px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;margin:0 auto 1rem}.field{display:block;margin-bottom:1rem}.field span{display:block;font-size:.85rem;font-weight:600;color:var(--heading);margin-bottom:.35rem}.field span em{color:var(--primary);font-style:normal}.field input{width:100%;padding:.75rem .9rem;border:1.5px solid var(--border);border-radius:10px;background:var(--bg);color:var(--text);font-size:.95rem;font-family:inherit;transition:border-color .15s}.field input:focus{outline:none;border-color:var(--accent)}.field__hint{font-size:.78rem;color:var(--muted);line-height:1.55;margin-top:-.5rem;margin-bottom:1rem}.bank-info{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.25rem .5rem;margin-bottom:1rem}.bank-info__row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.bank-info__row:last-child{border-bottom:none}.bank-info__row span{color:var(--muted)}.bank-info__row strong{color:var(--heading);font-weight:700}.bank-info__row .mono{font-family:Menlo,Consolas,monospace;letter-spacing:.02em}.bank-info__row .highlight{color:var(--primary);font-size:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.fade-in{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.fade-in.is-visible{opacity:1;transform:none}@media (max-width: 768px){.features__grid{grid-template-columns:1fr}.problem__inner{flex-direction:column;text-align:center;gap:1.5rem}.problem__visual{width:80px;height:80px;font-size:2rem}.trust-band__inner{flex-direction:column;gap:1rem}}@media (max-width: 640px){section{padding:3.5rem 0}.hero{padding:3rem 0 2rem}.hero__cta{flex-direction:column;align-items:stretch}.hero__cta .btn{text-align:center}.step{flex-direction:column;gap:.75rem}.pricing__card{padding:2rem 1.5rem}.mockup-video{height:160px}}
