:root{--mint:#a8e6cf;--mint-dark:#7fd1b9;--lavender:#b9aef0;--lavender-soft:#ece7fb;--ink:#16151c;--ink-block:#121019;--text:#514f5c;--text-light:#8b8894;--bg:#faf7f2;--card-bg:#f2efe8;--border:#e7e2d8;color-scheme:light}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--text);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{color:var(--ink)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:880px;margin:0 auto;padding:0 24px}.eyebrow{display:inline-block;font-size:12.5px;font-weight:700;color:var(--mint-dark);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.eyebrow--light{color:var(--mint)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:hsla(38,44%,96%,.82);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.site-header-inner{justify-content:space-between;gap:16px;height:64px}.brand,.site-header-inner{display:flex;align-items:center}.brand{gap:9px;font-weight:800;font-size:15px;letter-spacing:-.01em;color:var(--ink)}.brand-icon{border-radius:30%}.site-nav{display:none;align-items:center;gap:22px;font-size:14px;font-weight:600;color:var(--text)}.site-nav-link:hover{color:var(--ink)}.site-nav-divider{width:1px;height:14px;background:var(--border)}.header-cta{background:var(--ink);color:#fff;font-weight:700;font-size:13.5px;padding:9px 18px;border-radius:999px;white-space:nowrap}@media (min-width:640px){.site-nav{display:flex}}.hero{position:relative;overflow:hidden;padding:56px 0 64px}.hero:before{content:"";position:absolute;z-index:-1;inset:-15% -20% auto -20%;height:560px;background:radial-gradient(50% 50% at 18% 10%,rgba(168,230,207,.38) 0,transparent 70%),radial-gradient(42% 42% at 90% 4%,rgba(185,174,240,.3) 0,transparent 70%);pointer-events:none}.hero-inner{display:flex;flex-direction:column;gap:44px}.hero-content{max-width:520px}.hero-title{font-size:38px;font-weight:800;line-height:1.16;letter-spacing:-.02em;margin-bottom:18px}.hero-subtitle{font-size:16.5px;line-height:1.65;color:var(--text);margin-bottom:32px}.hero-ctas{gap:12px;align-items:stretch}.hero-ctas,.hero-visual{display:flex;flex-direction:column}.question-card{position:relative;overflow:hidden;background:#fdfcfa;border:1px solid var(--border);border-radius:26px;box-shadow:0 24px 50px rgba(28,28,39,.08);max-width:380px;padding:22px 24px 24px}.qc-flower{position:absolute;z-index:0;right:-46px;bottom:-30px;width:190px;height:auto;opacity:.85;pointer-events:none}.qc-content{position:relative;z-index:1}.qc-label{font-size:12.5px;color:var(--text-light);margin-bottom:10px}.qc-question{font-size:19px;font-weight:800;line-height:1.35;color:var(--ink);letter-spacing:-.01em;margin-bottom:18px}.qc-answer{position:relative;z-index:1;font-size:13.5px;line-height:1.6;color:var(--text);max-width:220px;margin-bottom:100px}.cta-button{display:inline-flex;align-items:center;gap:10px;padding:13px 24px;border-radius:14px;font-weight:700;font-size:15px;min-width:210px;justify-content:center;transition:opacity .15s ease,transform .15s ease}.cta-button:hover{opacity:.86;transform:translateY(-1px)}.cta-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.25;text-align:left}.cta-text em{font-style:normal;font-size:10.5px;font-weight:500;opacity:.75;text-transform:uppercase;letter-spacing:.03em}.cta-appstore{background:var(--ink);color:#fff}.cta-playstore,.cta-playstore-outline{background:transparent;color:var(--ink);border:1.5px solid var(--ink)}.section-title{font-size:27px;font-weight:800;letter-spacing:-.015em;margin-bottom:12px;max-width:460px}.section-subtitle{color:var(--text-light);font-size:14.5px;margin-bottom:28px}.statement{background:var(--ink-block);padding:72px 0}.statement-title{color:#fff;font-size:32px;font-weight:800;line-height:1.3;letter-spacing:-.015em;max-width:620px;margin-bottom:20px}.statement-body{color:hsla(0,0%,100%,.66);font-size:15.5px;line-height:1.7;max-width:480px}.how-it-works{padding:64px 0}.steps-grid{display:grid;grid-gap:14px;gap:14px;margin-top:12px}.step-card{background:var(--bg);border:1px solid var(--border);border-radius:18px;padding:24px}.step-card-top{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.step-number{font-size:26px;font-weight:800;color:var(--ink);letter-spacing:-.01em}.step-label{font-size:10.5px;font-weight:700;letter-spacing:.08em;color:var(--text-light)}.step-card h3{font-size:16px;margin-bottom:6px}.step-card p{font-size:14px;line-height:1.55;color:var(--text)}@media (min-width:640px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.steps-grid{grid-template-columns:repeat(4,1fr)}}.features{padding:64px 0;background:var(--card-bg)}.features-grid{display:grid;grid-gap:16px;gap:16px;margin-top:12px}.feature-card{background:var(--bg);border-radius:18px;padding:26px;text-align:left}.feature-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(168,230,207,.32);color:var(--ink);margin-bottom:16px}.feature-card:nth-child(2) .feature-icon{background:rgba(185,174,240,.28)}.feature-card:nth-child(3) .feature-icon{background:rgba(168,230,207,.22)}.feature-card h3{font-size:16px;margin-bottom:8px}.feature-card p{font-size:14.5px;line-height:1.6;color:var(--text)}.faq{padding:64px 0}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--card-bg);border-radius:14px;padding:18px 20px}.faq-item summary{cursor:pointer;font-weight:700;font-size:15.5px;color:var(--ink);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:22px;font-weight:400;color:var(--text-light);transition:transform .2s ease;flex:0 0 auto}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{margin-top:12px;font-size:14.5px;line-height:1.6;color:var(--text)}.final-cta-section{padding:24px 0 64px}.final-cta{position:relative;overflow:hidden;padding:56px 32px;background:linear-gradient(160deg,#f8f5fb,#eee7f7 55%,#e3dcf2);text-align:center;border-radius:28px}.final-cta-flower{position:absolute;right:-36px;bottom:-30px;width:240px;height:auto;opacity:.9;pointer-events:none}@media (max-width:640px){.final-cta-flower{width:140px;right:-18px;bottom:-14px;opacity:.85}}.final-cta-content{position:relative;z-index:1}.final-cta h2{font-size:27px;font-weight:800;letter-spacing:-.015em;margin-bottom:12px}.final-cta p{color:var(--text);margin-bottom:28px;font-size:15.5px}.final-cta-ctas{align-items:center;margin-top:0}.site-footer{padding:40px 0 64px;text-align:center;border-top:1px solid var(--border)}.footer-links{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:16px;font-size:14px}.footer-links a:hover{color:var(--ink)}.footer-copyright{font-size:12.5px;color:var(--text-light)}.sticky-cta{display:none}@media (max-width:640px){.sticky-cta{display:flex;align-items:center;justify-content:center;position:fixed;left:16px;right:16px;bottom:calc(16px + env(safe-area-inset-bottom));background:var(--ink);color:#fff;font-weight:700;font-size:15px;padding:15px;border-radius:999px;box-shadow:0 10px 30px rgba(28,28,39,.3);z-index:50;transform:translateY(120%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease}.sticky-cta--visible{transform:translateY(0);opacity:1;pointer-events:auto}}@media (min-width:560px){.final-cta-ctas,.hero-ctas{flex-direction:row}.final-cta-ctas{justify-content:center}.features-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:880px){.hero{padding:84px 0 96px}.hero-inner{flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:56px}.hero-content{flex:0 0 auto}.hero-title{font-size:52px}.statement-title{font-size:42px}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal--visible{opacity:1;transform:translateY(0)}.hero-visual.reveal{transition-delay:.12s}.faq-list>.reveal:nth-child(2),.features-grid>.reveal:nth-child(2),.steps-grid>.reveal:nth-child(2){transition-delay:.08s}.faq-list>.reveal:nth-child(3),.features-grid>.reveal:nth-child(3),.steps-grid>.reveal:nth-child(3){transition-delay:.16s}.faq-list>.reveal:nth-child(4),.features-grid>.reveal:nth-child(4),.steps-grid>.reveal:nth-child(4){transition-delay:.24s}.faq-list>.reveal:nth-child(5){transition-delay:.32s}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.guide{padding:32px 0 80px}.guide-container{max-width:720px}.guide-breadcrumb{display:flex;gap:8px;align-items:center;font-size:14px;color:#8a8177;margin-bottom:24px}.guide-breadcrumb a{color:#8a8177;text-decoration:none}.guide-breadcrumb a:hover{text-decoration:underline}.guide-header h1{font-size:30px;line-height:1.35;margin:0 0 16px;letter-spacing:-.02em}.guide-lead{font-size:17px;line-height:1.75;color:#5c554d;margin:0 0 12px}.guide-meta{font-size:13px;color:#a09789;margin:0 0 40px}.guide-section{margin-bottom:40px}.guide-section h2{font-size:21px;line-height:1.4;margin:0 0 16px;letter-spacing:-.01em}.guide-section p{font-size:16px;line-height:1.85;color:#4a443d;margin:0 0 14px}.guide-section ul{margin:0;padding-left:20px}.guide-section li{font-size:16px;line-height:1.85;color:#4a443d;margin-bottom:8px}.guide-subsection{margin-top:26px}.guide-subsection h3{font-size:17px;line-height:1.45;margin:0 0 10px;color:#2f2a25;letter-spacing:-.01em}.guide-faq dt{font-weight:600;margin-bottom:6px;color:#2f2a25}.guide-faq dd{margin:0 0 20px;font-size:16px;line-height:1.85;color:#4a443d}.guide-cta{background:#f3ede4;border-radius:20px;padding:28px 24px;margin:48px 0;text-align:center}.guide-cta h2{font-size:19px;margin:0 0 10px}.guide-cta p{font-size:15px;color:#5c554d;margin:0 0 20px;line-height:1.7}.guide-cta-buttons{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.guide-cta-buttons a{display:inline-block;padding:12px 22px;border-radius:999px;background:#2f2a25;color:#fff;text-decoration:none;font-size:15px;font-weight:600}.guide-list a,.guide-related a{color:#2f2a25;text-decoration:none}.guide-related a:hover{text-decoration:underline}.guide-list{list-style:none;padding:0;margin:0}.guide-list li{border-top:1px solid #e8e1d6;padding:24px 0}.guide-list h2{font-size:19px;margin:0 0 8px;line-height:1.45}.guide-list p{font-size:15px;color:#6b645b;line-height:1.7;margin:0}.guide-links{padding:72px 0}.guide-links h2{font-size:26px;margin:0 0 28px;letter-spacing:-.02em}.guide-links-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:12px;gap:12px}.guide-links-list a{display:block;padding:20px 22px;border-radius:16px;background:#fff;border:1px solid #ece5da;text-decoration:none;transition:border-color .15s ease}.guide-links-list a:hover{border-color:#d6cabb}.guide-links-title{display:block;font-size:16px;font-weight:600;color:#2f2a25;margin-bottom:6px;line-height:1.45}.guide-links-desc{display:block;font-size:14px;color:#7b7268;line-height:1.65}.question-list{margin:0;padding-left:22px}.question-list li{font-size:16px;line-height:1.9;color:#4a443d;margin-bottom:10px}