:root{--green:#0e9461;--green2:#12a870;--mint:#f0faf5;--mint2:#e2f5ec;--black:#071a0f;--text:#111827;--gray:#6B7280;--line:#E5E7EB}*{box-sizing:border-box}html{scroll-behavior:smooth}@keyframes fadeUp{from{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;animation:fadeUp .7s cubic-bezier(.22,1,.36,1) forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.25s}.delay-3{animation-delay:.42s}.delay-4{animation-delay:.58s}.delay-5{animation-delay:.74s}.delay-6{animation-delay:.9s}.reveal{opacity:0;transform:translateY(36px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.reveal.revealed{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR",sans-serif;color:var(--text);background:#fff;word-break:keep-all}a{color:inherit;text-decoration:none}.site-header{height:76px;padding:0 56px 0 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(0,0,0,.04);transition:background .4s ease,border-color .4s ease}.site-header.scrolled{background:rgba(5,5,5,.95);backdrop-filter:blur(20px);border-bottom-color:rgba(255,255,255,.08)}.site-header.scrolled .nav a{color:rgba(255,255,255,.8)}.site-header.scrolled .nav a:hover{color:#fff}.logo{display:flex;align-items:center;justify-self:start}.logo img{height:100px;width:auto;object-fit:contain}.header-right{display:flex;align-items:center;gap:36px;justify-self:end;grid-column:3}.nav{display:flex;gap:32px;font-size:15px;font-weight:700;align-items:center;justify-self:center}
.nav-item{position:relative;padding-bottom:16px;margin-bottom:-16px}
.nav-drop{position:absolute;top:100%;left:50%;transform:translateX(-50%);display:none;flex-direction:column;gap:2px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px;min-width:170px;box-shadow:0 16px 32px rgba(0,0,0,.12);z-index:30;white-space:nowrap}
.nav-item:hover .nav-drop{display:flex}
.nav-drop a{padding:9px 14px;border-radius:8px;font-size:14px;font-weight:600;color:var(--text);text-align:center}
.nav-drop a:hover{background:var(--mint);color:var(--green)}
.site-header.scrolled .nav-drop a{color:var(--text)}
.site-header.scrolled .nav-drop a:hover{color:var(--green)}
.mobile-menu-btn{display:none;background:none;border:none;padding:8px;cursor:pointer;color:var(--text);justify-self:end;align-items:center}
.mobile-nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:none;z-index:200}
.mobile-nav-overlay.open{display:block}
.mobile-nav-panel{position:absolute;top:0;right:0;bottom:0;width:min(320px,85vw);background:#fff;box-shadow:-8px 0 24px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow-y:auto}
.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--line);gap:10px}
.mobile-nav-header .logo img{height:26px;width:auto}
.mobile-nav-close{background:none;border:none;font-size:18px;cursor:pointer;padding:6px;color:var(--text)}
.mobile-nav-list{padding:8px 0}
.mobile-nav-group-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:16px 20px;font-size:15px;font-weight:700;color:var(--text);cursor:pointer;border-bottom:1px solid var(--line)}
.mobile-nav-group-toggle .chev{transition:transform .2s;color:var(--gray);font-size:13px}
.mobile-nav-group.open .chev{transform:rotate(180deg)}
.mobile-nav-sublist{max-height:0;overflow:hidden;transition:max-height .25s ease;background:var(--mint)}
.mobile-nav-group.open .mobile-nav-sublist{max-height:220px}
.mobile-nav-sublist a{display:block;padding:12px 32px;font-size:14px;font-weight:600;color:var(--text)}
.download-btn{background:var(--green);color:#fff;padding:7px 14px;border-radius:9px;font-weight:900;font-size:12px;box-shadow:0 4px 12px rgba(4,90,61,.2)}.hero{min-height:calc(100vh - 76px);padding:100px 7vw 80px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff}.hero-copy{max-width:900px;width:100%}.hero-phone{display:flex;justify-content:center;margin-top:40px;width:100%;flex:1;min-height:0}.hero-phone img{width:min(380px,70%);height:auto;border-radius:40px;filter:drop-shadow(0 20px 40px rgba(4,90,61,.2)) drop-shadow(0 8px 16px rgba(0,0,0,.1));opacity:0;animation:fadeUp .7s cubic-bezier(.22,1,.36,1) .4s forwards}.hero-phones{display:flex;justify-content:center;align-items:flex-start;gap:28px;margin-top:60px;width:100%}.hero-phone-wrap{display:flex;flex-direction:column;align-items:center;gap:14px;opacity:0;animation:fadeUp .7s cubic-bezier(.22,1,.36,1) .4s forwards}.hero-phone-wrap:nth-child(2){animation-delay:.2s}.hero-phone-wrap img{width:min(280px,35vw);height:auto;border-radius:36px;box-shadow:0 24px 48px rgba(4,90,61,.15),0 8px 16px rgba(0,0,0,.1)}.phone-label{font-size:13px;font-weight:800;color:rgba(4,90,61,.5);letter-spacing:.06em;text-transform:uppercase}.hero-phones{display:flex;justify-content:center;align-items:flex-start;gap:32px;margin-top:60px;width:100%;flex:1;min-height:0}.hero-phone-wrap{display:flex;flex-direction:column;align-items:center;gap:14px;opacity:0;animation:fadeUp .7s cubic-bezier(.22,1,.36,1) .4s forwards}.hero-phone-wrap.phone-right{animation-delay:.6s}.phone-mockup{filter:drop-shadow(0 24px 48px rgba(4,90,61,.18)) drop-shadow(0 8px 16px rgba(0,0,0,.12))}.phone-frame{width:min(260px,34vw);background:#111;border-radius:44px;padding:12px;border:2px solid #333;position:relative}.phone-notch{width:90px;height:28px;background:#111;border-radius:0 0 18px 18px;position:absolute;top:12px;left:50%;transform:translateX(-50%);z-index:2}.phone-screen{border-radius:34px;overflow:hidden;background:#000;position:relative}.phone-screen img{width:100%;height:auto;display:block}.phone-label{font-size:13px;font-weight:800;color:rgba(4,90,61,.5);letter-spacing:.06em;text-transform:uppercase}.pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px;justify-content:center}.pills span{background:rgba(4,90,61,.08);color:var(--green);font-weight:800;font-size:15px;padding:7px 16px;border-radius:999px;border:1.5px solid rgba(4,90,61,.18);letter-spacing:-.01em}.eyebrow{font-size:18px;font-weight:800;margin:0 0 20px;color:var(--green2);letter-spacing:.02em}.hero-en{margin:8px 0 0;font-size:clamp(18px,2vw,28px);font-weight:700;color:rgba(4,90,61,.35);letter-spacing:.08em;text-transform:uppercase}h1{margin:0;font-size:clamp(52px,6.5vw,100px);line-height:1.05;letter-spacing:-.05em;white-space:nowrap}h1 strong{color:var(--green);font-style:normal}.hero-desc{margin:28px auto 36px;color:#4B5563;font-size:22px;line-height:1.75;font-weight:500;max-width:800px;white-space:nowrap}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;padding:18px 40px;border-radius:999px;font-size:18px;font-weight:900}.primary{background:transparent;color:var(--green);border:2px solid var(--green);box-shadow:none;transition:background .25s,color .25s}.primary:hover{background:var(--green);color:#fff}.secondary{background:#fff;border:1px solid var(--line)}.dark{background:var(--black);color:#fff}.about,.features,.pricing,.screens,.faq,.download-wrap,.stats-section,.testimonials,.blog{padding:110px 7vw}.section-label{color:#19A0FF;font-size:18px;font-weight:900;text-align:center;margin:0 0 28px}.section-label.green{color:var(--green)}.about h2,.features h2,.pricing h2,.section-title h2,.download h2{margin:0;font-size:clamp(42px,5vw,78px);line-height:1.22;letter-spacing:-.07em;text-align:center}.section-desc{margin:28px auto 70px;max-width:760px;color:rgba(255,255,255,.58);font-size:20px;line-height:1.8;text-align:center}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.stats article,.feature-list article,.price-card{background:#171717;border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:42px}.stats p{color:rgba(255,255,255,.46);font-size:22px;font-weight:800;margin:0 0 16px}.stats strong{font-size:clamp(42px,4vw,70px);letter-spacing:-.06em}.stats-example{display:block;margin-top:12px;font-size:14px;font-weight:600;color:rgba(255,255,255,.4)}.feature-list{margin-top:70px;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.feature-list span{color:#6EE7B7;font-weight:900;font-size:20px}.feature-list h3{font-size:30px;margin:34px 0 18px}.feature-list p{color:rgba(255,255,255,.58);line-height:1.7;font-size:17px}.screens{background:#fff}.more-btn{background:transparent;border:2px solid var(--green);color:var(--green);padding:14px 36px;border-radius:999px;font-size:16px;font-weight:800;cursor:pointer;transition:background .2s,color .2s}.more-btn:hover{background:var(--green);color:#fff}.section-title{text-align:center;margin-bottom:70px}.section-title p:not(.section-label){color:var(--gray);font-size:19px;line-height:1.7}.screen-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.screen-cards article{background:#F8FAF9;border-radius:28px;padding:26px}.screen-cards img,.placeholder{width:100%;height:auto;border-radius:24px;object-fit:contain;background:var(--mint2)}.placeholder{display:grid;place-items:center;color:var(--green);font-size:36px;font-weight:900}.screen-cards h3{font-size:20px;margin:16px 0 6px}.screen-cards p{color:var(--gray);margin:0;line-height:1.4;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price-common{max-width:980px;margin:60px auto 0;text-align:center}.price-common-label{color:rgba(255,255,255,.45);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 16px}.price-common-tags{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.price-common-tags span{background:rgba(255,255,255,.08);color:rgba(255,255,255,.7);font-size:14px;font-weight:700;padding:7px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.12)}.price-highlight-text{color:rgba(255,255,255,.6);font-size:18px;margin:0 0 36px}.price-highlight-text strong{color:white;font-size:28px}.green-text{color:#6EE7B7!important}.price-wrap{max-width:980px;margin:32px auto 0;display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.price-card.highlight{border-color:var(--green2)}.plan{display:inline-flex;background:rgba(4,90,61,.24);color:#6EE7B7;padding:10px 16px;border-radius:999px;font-weight:900;margin:0 0 24px}.price-card h3{font-size:48px;margin:0 0 28px;letter-spacing:-.06em}.price-card small{font-size:18px;color:rgba(255,255,255,.5)}ul{list-style:none;padding:0;margin:0 0 32px}li{padding:12px 0;color:rgba(255,255,255,.72);font-size:18px}li:before{content:"✓";color:#6EE7B7;margin-right:10px;font-weight:900}.price-card a{display:flex;justify-content:center;background:var(--green);color:white;border-radius:14px;padding:17px;font-weight:900}.faq{background:#F8FAF9}.faq-list{max-width:980px;margin:0 auto;display:grid;gap:16px}.faq-list article{background:white;border-radius:22px;padding:28px 34px;border:1px solid var(--line)}.faq-list h3{margin:0 0 12px;font-size:22px}.faq-list p{margin:0;color:var(--gray);line-height:1.7;font-size:17px}.download-wrap{background:#fff;text-align:center}.download-card{background:var(--black);border-radius:32px;padding:80px 60px;color:white;max-width:1200px;margin:0 auto;text-align:center}.download-card h2{margin:0;font-size:clamp(32px,4vw,58px);line-height:1.25;letter-spacing:-.04em;color:white}.download-card p{color:rgba(255,255,255,.65);font-size:18px;margin:18px 0 36px}.download-screens{position:relative;width:400px;height:340px;flex-shrink:0}.dl-screen{position:absolute;border-radius:18px;box-shadow:0 20px 44px rgba(0,0,0,.5)}.dl-screen-0{width:160px;top:30px;left:-10px;z-index:3}.dl-screen-1{width:185px;top:10px;left:130px;z-index:2}.dl-screen-2{width:145px;bottom:10px;left:220px;z-index:1}.store-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.store-btn{display:inline-flex;align-items:center;gap:14px;background:rgba(255,255,255,.12);border:1.5px solid rgba(255,255,255,.3);color:white;padding:14px 28px;border-radius:16px;font-weight:700;backdrop-filter:blur(8px);transition:background .2s,transform .2s}.store-btn:hover{background:rgba(255,255,255,.22);transform:translateY(-2px)}.store-btn svg{width:28px;height:28px;flex-shrink:0}.store-btn span{display:flex;flex-direction:column;text-align:left;line-height:1.3}.store-btn span small{font-size:11px;font-weight:500;opacity:.8;text-transform:uppercase;letter-spacing:.05em}.store-btn span{font-size:18px}footer{padding:48px 7vw;background:var(--black);color:rgba(255,255,255,.5);text-align:center}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:14px}.footer-brand{color:white;font-size:22px;font-weight:900}.footer-info{margin:0;font-size:14px;line-height:1.8;color:rgba(255,255,255,.45)}.footer-links{margin:0;display:flex;align-items:center;gap:12px;font-size:13px;color:rgba(255,255,255,.35)}.footer-links a{color:rgba(255,255,255,.5);transition:color .2s}.footer-links a:hover{color:rgba(255,255,255,.9)}.footer-links span{color:rgba(255,255,255,.2)}.stats-note{text-align:center;margin:36px 0 0;color:rgba(255,255,255,.4);font-size:13px;font-weight:600}.about-chips{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin:0 0 56px}.about-chips span{background:var(--mint);border:1px solid rgba(4,90,61,.15);color:var(--green);font-size:13px;font-weight:700;padding:9px 18px;border-radius:999px}.testimonials{background:#fff;position:relative}.testi-card .testi-title{display:block;margin:0 0 8px;font-size:15px;font-weight:800;color:var(--text)}.testi-body-clamp{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.testi-more-btn{display:inline-block;background:none;border:none;padding:0;margin-top:10px;color:var(--green);font-weight:700;font-size:13px;cursor:pointer}.testi-more-btn:hover{text-decoration:underline}.testi-modal-overlay{position:fixed;inset:0;background:rgba(10,20,15,.55);display:none;align-items:center;justify-content:center;z-index:100;padding:24px}.testi-modal-overlay.open{display:flex}.testi-modal{background:#fff;border-radius:22px;max-width:560px;width:100%;max-height:82vh;overflow-y:auto;padding:40px 32px 32px;position:relative;box-shadow:0 24px 60px rgba(0,0,0,.25)}.testi-modal-close{position:absolute;top:18px;right:18px;width:34px;height:34px;border-radius:50%;border:none;background:var(--mint);color:var(--green);font-size:16px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center}.testi-modal-close:hover{background:#dff2e8}.testi-modal .testi-quote{font-size:36px;font-weight:900;color:var(--green2);line-height:1;margin-bottom:14px}.testi-modal-title{display:block;margin:0 0 12px;font-size:18px;font-weight:800;color:var(--text)}.testi-modal-body{color:var(--text);font-size:15px;line-height:1.85;white-space:pre-wrap;margin:0}.testi-modal-person{display:flex;align-items:center;gap:12px;margin-top:26px;padding-top:20px;border-top:1px solid var(--line)}.testi-modal-person h4{margin:0;font-size:14px;font-weight:800}.testi-modal-person span{font-size:12.5px;color:var(--gray)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:0 auto}.testi-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px 28px;display:flex;flex-direction:column;gap:16px}.testi-quote{font-size:34px;font-weight:900;color:var(--green2);line-height:1}.testi-body{margin:0;color:var(--gray);font-size:15px;line-height:1.75;min-height:96px}.testi-person{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--line)}.testi-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--green2));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px;flex-shrink:0}.testi-person h4{margin:0;font-size:14px;font-weight:800;color:var(--text)}.testi-person span{font-size:12.5px;color:var(--gray)}.blog{background:#fff;position:relative}.blog-more-link{position:absolute;top:48px;right:7vw;font-size:15px;font-weight:800;color:var(--green);transition:opacity .2s}.blog-more-link:hover{opacity:.7}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1100px;margin:0 auto}.blog-card{display:block;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:transform .2s,box-shadow .2s}.blog-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(4,90,61,.12)}.blog-thumb{aspect-ratio:4/5;background:linear-gradient(150deg,var(--green) 0%,var(--green2) 100%);position:relative}.blog-thumb img{width:100%;height:100%;object-fit:cover;display:block}.blog-badge{position:absolute;bottom:14px;right:14px;background:rgba(0,0,0,.35);color:#fff;font-size:11px;font-weight:800;padding:5px 11px;border-radius:999px}.blog-body{padding:20px 22px 24px}.blog-body h3{margin:0 0 8px;font-size:16px;font-weight:800;color:var(--text)}.blog-body p{margin:0;font-size:13px;font-weight:700;color:var(--green)}
@media(max-width:980px){.site-header{padding:0 20px}.nav{display:none}.mobile-menu-btn{display:flex}.hero{height:auto;min-height:calc(100vh - 76px);padding:52px 6vw 60px;gap:30px}.hero-copy{text-align:center}.hero-desc{white-space:normal;font-size:17px}.pills,.hero-actions{justify-content:center}.hero-phone img{width:min(260px,60%)}.hero-phones{gap:20px;flex-direction:row;flex-wrap:nowrap}.hero-phone-wrap img{width:min(160px,44vw)}.stats{grid-template-columns:1fr;gap:16px}.stats article{padding:28px 24px}.feature-list{grid-template-columns:1fr 1fr;gap:16px;margin-top:40px}.feature-list article{padding:28px 24px}.screen-cards{grid-template-columns:1fr 1fr;gap:16px}.screen-cards article{padding:18px}.price-wrap{grid-template-columns:1fr;gap:16px}.about,.features,.pricing,.screens,.faq,.download-wrap,.stats-section,.testimonials,.blog{padding:72px 6vw}.testi-grid,.blog-grid{grid-template-columns:1fr!important;gap:16px}.about-chips{gap:8px}.section-title{margin-bottom:44px}.download-card{padding:52px 28px;border-radius:24px}h1{font-size:clamp(40px,10vw,64px);white-space:normal}.about h2,.features h2,.pricing h2,.section-title h2{font-size:clamp(32px,7vw,52px)}footer{flex-direction:column;gap:12px}.footer-info{font-size:13px}}@media(max-width:600px){.feature-list{grid-template-columns:1fr}.screen-cards{grid-template-columns:1fr}.store-btns{flex-direction:column;align-items:center}.store-btn{width:100%;max-width:280px;justify-content:center}.faq-list article{padding:22px 20px}.price-common-tags{gap:8px}.hero-en{font-size:16px}.eyebrow{font-size:15px}}
