:root{--ink:#10231e;--green:#167451;--mint:#c6f3df;--pale:#e4f6ed;--muted:#6c7772;--line:#e2e8e4;--max:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{overflow-x:clip;margin:0;color:var(--ink);background:#fff;font-family:"Noto Sans KR",Manrope,sans-serif}button,a{font:inherit}a{color:inherit;text-decoration:none}.section-shell{max-width:var(--max);margin:0 auto;padding-left:64px;padding-right:64px}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;max-width:var(--max);margin:auto;padding:0 64px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;font:700 19px Manrope,sans-serif;letter-spacing:-.04em}.brand img{object-fit:contain}.primary-nav{display:flex;gap:42px;margin-left:130px;font-size:14px;color:#53625c}.primary-nav a,.text-link,.header-preview,.button{transition:color .25s,background .25s,transform .25s}.primary-nav a:hover,.text-link:hover{color:var(--green)}.header-preview{border:0;background:var(--ink);color:#fff;border-radius:999px;padding:14px 20px 14px 23px;font-size:14px;cursor:pointer}.icon{display:inline-block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;vertical-align:-3px}.icon-arrow{margin-left:12px}.icon-down{width:15px;height:15px}.icon-plus{width:17px;height:17px}.icon-close{width:16px;height:16px}.header-preview .icon-arrow{margin-left:8px}.hero{min-height:735px;display:grid;grid-template-columns:52% 48%;align-items:center}.hero-copy{padding-top:18px}.hero h1{font-size:80px;line-height:1.08;letter-spacing:-.025em;margin:0 0 30px;font-weight:900}.hero h1 em{font-style:normal;color:var(--green)}.hero-copy>p{font-size:18px;line-height:1.7;color:var(--muted);letter-spacing:-.04em;margin:0}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:47px}.button{border:0;cursor:pointer;border-radius:999px;padding:17px 24px;font-size:15px;font-weight:700;letter-spacing:-.03em}.button-dark{background:var(--ink);color:#fff}.button-dark:hover,.header-preview:hover{background:var(--green);transform:translateY(-2px)}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:7px}.text-link span{margin-left:14px;font-size:19px}.hero-visual{position:relative;height:620px;display:flex;align-items:center;justify-content:center}.mint-orb{position:absolute;width:580px;height:580px;background:var(--mint);border-radius:50%;right:0;top:20px}.phone-frame{position:relative;z-index:1;width:min(320px,65%);filter:drop-shadow(18px 25px 20px rgba(16,35,30,.17));transform:rotate(2deg)}.phone-frame img{width:100%;display:block;border-radius:34px}.floating-sample{position:absolute;z-index:2;right:-7px;top:232px;width:180px;padding:18px 19px;background:#fff;border-radius:15px;box-shadow:0 15px 32px rgba(16,35,30,.12)}.floating-sample span{font-size:11px;color:var(--muted)}.floating-sample strong{display:block;font:800 31px Manrope,sans-serif;letter-spacing:-.07em;margin:4px 0 12px}.sample-bar{height:9px;background:#e4e9e6;border-radius:8px;overflow:hidden}.sample-bar i{display:block;height:100%;width:72%;background:#20c683;border-radius:8px}.floating-sample small{display:block;color:#a0aaa5;font-size:10px;margin-top:9px}.scribble{position:absolute;right:147px;top:386px;width:36px;height:36px;fill:none;stroke:var(--ink);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transform:rotate(8deg)}.provider-rail{border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:104px;display:flex;align-items:center;gap:38px}.provider-rail>span{font:500 calc(11px + 2pt) "DM Mono",monospace;color:var(--green);text-transform:uppercase;white-space:nowrap}.provider-list{display:flex;align-items:center;justify-content:space-between;gap:23px;flex:1;color:#84918b}.provider-list b{font:600 14px Manrope,sans-serif;letter-spacing:-.04em;white-space:nowrap}.widget-section{display:grid;grid-template-columns:1fr 1fr;gap:82px;padding-top:112px;padding-bottom:122px;align-items:center}.widget-media{background:var(--pale);border-radius:20px;overflow:hidden;height:560px;display:flex;align-items:flex-end;justify-content:center}.widget-media img{width:75%;height:100%;object-fit:cover;object-position:center top}.widget-copy h2,.faq h2,.final-cta h2{font-size:54px;line-height:1.18;letter-spacing:-.08em;margin:0 0 24px;font-weight:900}.widget-copy>p{color:var(--muted);font-size:16px;line-height:1.75;margin:0 0 45px;letter-spacing:-.04em}.feature-rows{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}.feature-rows summary{display:grid;grid-template-columns:56px 1fr 20px;align-items:center;padding:25px 0;font-size:17px}.feature-rows summary span{color:#4ca989;font:500 14px "DM Mono",monospace}.feature-rows summary .icon-down{transition:transform .2s}.feature-rows details[open] summary .icon-down{transform:rotate(180deg)}.feature-rows details p{margin:-10px 0 24px 56px;color:var(--muted);font-size:13px}.faq{display:grid;grid-template-columns:34% 66%;padding-top:100px;padding-bottom:112px;border-top:1px solid var(--line)}.faq h2{font-size:41px}.faq-list details{padding:0 24px}.faq-list summary{padding:20px 0;font-size:15px;display:flex;justify-content:space-between;align-items:center}.faq-list summary .icon-plus{color:#74817b;transition:transform .2s}.faq-list details[open] summary .icon-plus{transform:rotate(45deg)}.faq-list details p{color:var(--muted);font-size:13px;line-height:1.7;margin:0 0 20px;max-width:600px}.final-cta{min-height:315px;background:var(--pale);border-radius:20px;display:flex;justify-content:space-between;align-items:center;padding-top:45px;padding-bottom:35px;margin-bottom:24px;overflow:hidden}.final-cta h2{font-size:47px;margin-bottom:12px}.final-cta p{font-size:14px;color:var(--muted);margin:0 0 26px}.gauge{width:47%;align-self:flex-end;margin-bottom:-45px}.gauge svg{width:100%;display:block}.gauge path{fill:none;stroke-width:13}.gauge-track{stroke:#a9ead0}.gauge-active{stroke:var(--ink);stroke-dasharray:400 540;stroke-linecap:butt}.gauge line{stroke:var(--ink);stroke-width:4}.gauge circle{fill:var(--ink)}.site-footer{height:92px;display:flex;justify-content:space-between;align-items:center}.site-footer .brand{font-size:17px}.site-footer>div{display:flex;gap:25px;color:var(--muted);font-size:12px}.site-footer>div a+a{border-left:1px solid var(--line);padding-left:25px}.preview-dialog{width:min(650px,calc(100% - 40px));border:0;border-radius:20px;padding:28px;background:#fff;color:var(--ink);box-shadow:0 30px 80px rgba(16,35,30,.25)}.preview-dialog::backdrop{background:rgba(16,35,30,.45);backdrop-filter:blur(4px)}.dialog-head{display:flex;justify-content:space-between;align-items:flex-start}.dialog-kicker{font:500 10px "DM Mono",monospace;color:var(--green);letter-spacing:.08em}.dialog-head h2{font-size:26px;letter-spacing:-.06em;margin:8px 0 0}.dialog-close{border:0;background:var(--pale);border-radius:50%;width:36px;height:36px;font-size:25px;line-height:1;cursor:pointer;color:var(--ink)}.preview-tabs{display:flex;gap:24px;border-bottom:1px solid var(--line);margin-top:25px}.preview-tabs button{border:0;background:none;padding:12px 2px 14px;color:var(--muted);font-size:13px;cursor:pointer;border-bottom:2px solid transparent}.preview-tabs button.is-active{color:var(--ink);font-weight:700;border-bottom-color:var(--green)}.preview-stage{margin:22px auto 16px;background:var(--pale);border-radius:14px;max-height:480px;overflow:hidden;text-align:center}.preview-stage img{display:block;width:100%;max-height:480px;object-fit:contain;object-position:top}.preview-note{font-size:11px;color:var(--muted);margin:0}
@media(max-width:850px){.site-header{height:72px;padding:0 24px}.primary-nav{display:none}.brand{font-size:17px}.header-preview{padding:10px 15px;font-size:12px}.header-preview span{margin-left:7px}.section-shell{padding-left:24px;padding-right:24px}.hero{display:flex;flex-direction:column;align-items:stretch;padding-top:73px;min-height:auto}.hero h1{font-size:43px;line-height:1.15;letter-spacing:-.025em;margin-bottom:21px}.hero-copy>p{font-size:16px}.hero-actions{margin-top:30px;gap:22px}.button{padding:14px 18px;font-size:13px}.hero-visual{height:490px;margin-top:28px}.mint-orb{width:390px;height:390px;top:24px;right:-24px}.phone-frame{width:218px}.floating-sample{right:4px;top:184px;width:142px;padding:14px}.floating-sample strong{font-size:25px;margin:2px 0 9px}.scribble{right:83px;top:310px}.provider-rail{display:block;padding-top:22px;padding-bottom:23px}.provider-rail>span{display:block;margin-bottom:15px}.provider-list{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:12px 20px}.provider-list b{font-size:12px}.widget-section{display:flex;flex-direction:column-reverse;gap:45px;padding-top:66px;padding-bottom:74px}.widget-copy h2,.faq h2{font-size:37px}.widget-copy>p{font-size:14px;margin-bottom:30px}.widget-media{height:420px;width:100%;border-radius:15px}.widget-media img{width:73%}.feature-rows summary{padding:21px 0;font-size:15px;grid-template-columns:47px 1fr 20px}.feature-rows details p{margin-left:47px;font-size:12px}.faq{display:block;padding-top:65px;padding-bottom:70px}.faq h2{margin-bottom:34px}.faq-list details{padding:0 14px}.faq-list summary{font-size:14px}.final-cta{margin-left:24px;margin-right:24px;padding:37px 24px 10px;min-height:450px;display:block;position:relative}.final-cta h2{font-size:38px}.final-cta p{font-size:13px}.gauge{position:absolute;width:120%;right:-28%;bottom:-25px;margin:0}.site-footer{height:92px;padding-left:24px;padding-right:24px}.site-footer>div{gap:12px;font-size:10px}.site-footer>div a+a{padding-left:12px}.preview-dialog{padding:21px}.dialog-head h2{font-size:22px}.preview-stage{max-height:57vh}.preview-stage img{max-height:57vh}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}

/* Review: readable typography, provider marks and store access. */
.hero-copy{position:relative;z-index:3;min-width:0}
.hero h1{font-size:clamp(46px,5.25vw,68px);line-height:1.2;word-break:keep-all}
.hero h1 em{white-space:nowrap}
.mint-orb{width:min(580px,100%);height:auto;aspect-ratio:1;top:50%;transform:translateY(-50%)}
.provider-list{gap:20px;min-width:0;flex-wrap:wrap}
.provider-logo{display:flex;align-items:center;justify-content:center;width:40px;height:44px}
.provider-logo img{display:block;width:32px;height:32px;object-fit:contain}
.store-action{margin-top:25px}
.play-store-button{display:inline-flex;align-items:center;gap:12px;padding:10px 18px;background:#10231e;color:#fff;border-radius:11px;border:1px solid #10231e;transition:background .2s,transform .2s}
.play-store-button:hover{background:#167451;transform:translateY(-2px)}
.play-store-button>svg{width:26px;height:28px;flex:none}
.play-store-button span{display:flex;flex-direction:column;gap:2px}
.play-store-button small{font-size:10px;letter-spacing:0;line-height:1.3}
.play-store-button strong{font:600 20px/1.1 Manrope,sans-serif;letter-spacing:0}
@media(min-width:851px) and (max-width:1150px){.hero{grid-template-columns:54% 46%;min-height:680px}.hero h1{font-size:clamp(42px,4.8vw,55px)}.primary-nav{margin-left:0;gap:28px}.hero-visual{height:560px}.floating-sample{width:150px;right:-12px}.provider-rail{gap:24px}.provider-list{gap:12px}.hero-actions{gap:22px}}
@media(max-width:850px){.hero h1{font-size:clamp(30px,9.6vw,48px);letter-spacing:-.025em}.mint-orb{width:min(390px,calc(100% + 48px))}.provider-list{display:grid;grid-template-columns:repeat(5,1fr);gap:20px 12px}.provider-logo{width:100%}.hero-actions{flex-wrap:wrap}.final-cta>div:first-child{position:relative;z-index:1}.gauge{pointer-events:none}}

.promo-video{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);gap:64px;align-items:center;padding-top:104px;padding-bottom:112px;border-bottom:1px solid var(--line)}
.promo-video-copy{max-width:390px}
.section-kicker{display:block;margin-bottom:18px;color:var(--green);font:500 11px/1.3 "DM Mono",monospace;letter-spacing:.1em}
.promo-video h2{margin:0 0 20px;font-size:clamp(36px,4vw,54px);line-height:1.18;letter-spacing:-.08em;font-weight:900;word-break:keep-all}
.promo-video-copy p{margin:0;color:var(--muted);font-size:15px;line-height:1.8;letter-spacing:-.04em;word-break:keep-all}
.promo-video-frame{overflow:hidden;background:var(--ink);border-radius:20px;box-shadow:0 22px 42px rgba(16,35,30,.14)}
.promo-video-frame video{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover}
@media(max-width:850px){.promo-video{display:flex;flex-direction:column;align-items:stretch;gap:34px;padding-top:70px;padding-bottom:74px}.promo-video-copy{max-width:none}.section-kicker{margin-bottom:14px}.promo-video h2{font-size:37px;margin-bottom:16px}.promo-video-copy p{font-size:14px}.promo-video-frame{border-radius:15px}}

/* Actual home-screen widget crop replaces the sample quota card. */
.floating-widget{position:absolute;z-index:2;right:-7px;top:218px;width:210px;filter:drop-shadow(0 15px 20px rgba(16,35,30,.16))}
.floating-widget img{display:block;width:100%;height:auto;border-radius:15% / 13.3%}
@media(min-width:851px) and (max-width:1150px){.floating-widget{width:180px;right:-12px}}
@media(max-width:850px){.floating-widget{width:160px;right:4px;top:184px}}
.promo-video-copy h2{letter-spacing:-.025em;line-height:1.2;word-break:keep-all}

/* Keep Korean words intact while allowing unusually long tokens to fit. */
main p, main summary, main h2{word-break:keep-all;overflow-wrap:anywhere}
@media(max-width:850px){
  .final-cta{display:flex;flex-direction:column;align-items:stretch;gap:24px;min-height:0;padding:32px 24px 20px}
  .final-cta h2{font-size:clamp(30px,5vw,38px);line-height:1.2}
  .final-cta p{font-size:14px;line-height:1.7;max-width:34ch;margin-bottom:24px}
  .final-cta .gauge{position:static;align-self:center;width:min(100%,360px);margin:0}
}

/* Language controls stay beside preview, with room for translated labels. */
.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}
#language-select{font:inherit;font-size:14px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 12px;min-height:44px;max-width:130px;cursor:pointer}
#language-select:focus-visible{outline:2px solid var(--green);outline-offset:3px}
.primary-nav{margin-left:24px;gap:24px}
html:not([lang="ko"]) .hero h1 em{white-space:normal}
html:not([lang="ko"]) .hero h1{font-size:clamp(38px,4.5vw,62px)}
html:lang(zh) main p,html:lang(zh) main h2,html:lang(zh) main summary,
html:lang(ja) main p,html:lang(ja) main h2,html:lang(ja) main summary{word-break:normal;line-break:strict}
@media(min-width:851px) and (max-width:1150px){.primary-nav{gap:16px;font-size:12px}.site-header{padding-left:32px;padding-right:32px}.header-actions{gap:8px}}
@media(max-width:850px){html:not([lang="ko"]) .hero h1{font-size:clamp(30px,7vw,48px)}.header-preview{min-height:44px;white-space:nowrap}.site-footer{height:auto;min-height:92px;gap:20px;flex-wrap:wrap;padding-top:24px;padding-bottom:24px}.site-footer>div{flex-wrap:wrap}}
@media(max-width:480px){.site-header{height:auto;min-height:124px;flex-wrap:wrap;gap:12px;padding-top:14px;padding-bottom:14px}.site-header>.brand{width:100%}.header-actions{width:100%;justify-content:space-between}.header-preview{font-size:13px}#language-select{max-width:none;width:126px}.hero{padding-top:48px}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.language-picker{display:flex;align-items:center}
