:root{color-scheme:light;--ink:#142452;--text:#262d3d;--muted:#616775;--line:#e7e9ee;--surface:#f6f7fa;font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif;font-synthesis:none}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;background:#fff;color:var(--text);font-size:16px;line-height:1.7;word-break:keep-all;overflow-wrap:break-word;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
h1,h2,h3,p{margin:0}
h1,h2,h3{color:var(--ink);letter-spacing:-.045em;line-height:1.35}
button,a,summary{-webkit-tap-highlight-color:transparent}
a:focus-visible,summary:focus-visible{outline:3px solid #5675c3;outline-offset:5px;border-radius:4px}
.wrap{width:min(1080px,calc(100% - 64px));margin-inline:auto}
.skip-link{position:absolute;top:-100px;left:16px;background:var(--ink);color:#fff;padding:10px 16px;z-index:10}
.skip-link:focus{top:12px}
.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:19px;font-weight:750;letter-spacing:-.05em}
.brand img{border-radius:9px}
.site-header nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}
.nav-about{color:var(--muted)}
.nav-download{display:inline-flex;gap:14px;align-items:center;color:var(--ink)}
.hero{text-align:center;padding-block:90px 84px}
.eyebrow{font-size:14px;font-weight:650;color:var(--muted);letter-spacing:-.02em}
.hero .eyebrow{display:flex;justify-content:center;align-items:center;gap:9px}
.dot{width:6px;height:6px;border-radius:50%;background:var(--ink)}
h1{font-size:clamp(42px,5.3vw,66px);font-weight:780;line-height:1.22;letter-spacing:-.065em}
.hero h1{margin-top:23px}
.hero-description{margin-top:24px;color:var(--muted);font-size:18px;line-height:1.8;letter-spacing:-.035em}
.hero-description strong{font-weight:600;color:var(--text)}
.store-links{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:30px}
.button{min-height:52px;min-width:170px;padding:12px 20px;border:1px solid var(--ink);border-radius:9px;display:inline-flex;align-items:center;justify-content:space-between;gap:24px;font-size:15px;font-weight:650;transition:background-color .15s,color .15s}
.primary{background:var(--ink);color:#fff}
.primary:hover{background:#253967}
.secondary{background:#fff;color:var(--ink);border-color:#d5d9e3}
.secondary:hover{background:#f0f2f7}
.store-note{margin-top:15px;color:var(--muted);font-size:12px}
.features{padding-block:62px 86px;border-top:1px solid var(--line)}
.section-heading h2{margin-top:10px;font-size:32px;font-weight:730}
.section-heading>p:last-child:not(.eyebrow){margin-top:12px;color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:46px}
.feature-number{display:block;font-size:13px;font-weight:700;color:var(--muted);letter-spacing:.04em;margin-bottom:12px}
.feature h3{font-size:21px;letter-spacing:-.05em;font-weight:700}
.feature p{margin-top:12px;color:var(--muted);font-size:16px;line-height:1.8;min-height:87px}
.feature img{width:100%;border-radius:16px;margin-top:24px;aspect-ratio:600 / 1300;object-fit:contain;background:#f0ede9}
.faq{display:grid;grid-template-columns:1fr 1.55fr;gap:65px;padding-block:72px 90px;border-top:1px solid var(--line)}
.faq h2{font-size:28px;max-width:250px}
.faq-list{border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line)}
summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-block:23px;list-style:none;cursor:pointer;font-size:16px;font-weight:600;line-height:1.65}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";font-size:22px;font-weight:400;color:var(--muted);flex:none}
details[open] summary::after{content:"−"}
details p{padding:0 30px 24px 0;font-size:15px;color:var(--muted);line-height:1.9}
.download{background:var(--surface);text-align:center}
.download-inner{padding-block:66px 72px}
.download img{margin-inline:auto;border-radius:15px}
.download h2{font-size:30px;margin-top:23px;font-weight:730}
.download p{color:var(--muted);margin-top:12px}
.download .store-links{margin-top:25px}
.site-footer{padding-block:32px}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.footer-top .brand{font-size:17px}
.footer-links{display:flex;flex-wrap:wrap;gap:18px;font-size:13px;color:var(--muted)}
.site-footer p,.site-footer small{font-size:12px;color:var(--muted);line-height:1.85}
.site-footer p a{text-decoration:underline;text-underline-offset:3px}
.site-footer small{display:block;margin-top:12px}
.not-found{padding-block:80px}
.not-found .eyebrow{margin-top:80px}
.not-found h1{font-size:36px;margin-block:16px}
.not-found .button{margin-top:32px}
@media(min-width:1200px){.feature img{width:calc(100% - 22px);margin-inline:auto}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.site-header{height:76px}.hero{padding-block:65px}.feature-grid{gap:20px}.feature h3{font-size:19px}.feature p{font-size:15px;min-height:109px}.faq{grid-template-columns:1fr;gap:30px}.faq h2{max-width:none}.section-heading h2{font-size:28px}}
@media(max-width:600px){.brand{font-size:17px;gap:8px}.brand img{width:31px;height:31px}.nav-about{display:none}.site-header nav{font-size:13px}.nav-download{gap:7px}.hero{padding-block:56px 58px}.hero .eyebrow{font-size:12px;gap:6px}.hero h1{margin-top:20px}.hero-description{font-size:16px;margin-top:21px}.store-links{gap:9px;margin-top:26px}.button{min-width:148px;padding:12px 16px;gap:18px;font-size:14px}.features{padding-block:42px 48px}.section-heading h2{font-size:27px}.section-heading>p:last-child:not(.eyebrow){font-size:15px}.feature-grid{grid-template-columns:1fr;gap:42px;margin-top:32px}.feature-number{margin-bottom:7px}.feature h3{font-size:22px}.feature p{min-height:0;max-width:390px;font-size:16px;margin-top:8px}.feature img{width:min(100%,300px);margin:22px auto 0;border-radius:14px}.faq{padding-block:44px 54px;gap:25px}.faq h2{font-size:26px}summary{font-size:15px;padding-block:20px}details p{padding-right:12px}.download-inner{padding-block:47px 52px}.download h2{font-size:26px;max-width:300px;margin-inline:auto}.download p{font-size:15px}.footer-top{align-items:baseline}.footer-top>a:last-child{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
