*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--white: #ffffff;--bg: #fafafa;--gray-50: #f5f5f5;--gray-100: #eeeeee;--gray-200: #dedede;--gray-300: #b5b5b5;--gray-400: #949494;--gray-500: #717171;--gray-600: #545454;--gray-700: #333333;--gray-800: #1d1d1d;--gray-900: #0a0a0a;--font: "Outfit", sans-serif}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background:var(--bg);color:var(--gray-600);overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{font-family:var(--font);cursor:pointer;border:none;outline:none;background:none}::selection{background:var(--gray-800);color:var(--white)}.reveal{opacity:0;transform:translateY(16px);transition:opacity .45s ease-out,transform .45s ease-out;will-change:opacity,transform}.reveal.visible{opacity:1;transform:translateY(0)}.d1{transition-delay:.06s}.d2{transition-delay:.12s}.d3{transition-delay:.18s}.d4{transition-delay:.24s}.topbar{position:fixed;top:0;left:0;right:0;z-index:100;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,48px);transition:background .2s,backdrop-filter .2s}.topbar.scrolled{background:#fafafad1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.topbar-logo{display:flex;align-items:center;gap:8px}.topbar-logo img{width:28px;height:28px;border-radius:7px}.topbar-logo span{font-size:.95rem;font-weight:600;color:var(--gray-800);letter-spacing:-.01em}.topbar-right{display:flex;align-items:center;gap:2px}.lang-picker{position:relative;margin-left:6px}.lang-btn{display:flex;align-items:center;gap:4px;padding:6px 8px;border-radius:8px;font-size:1.1rem;line-height:1;color:var(--gray-400);transition:background .2s}.lang-btn:hover{background:var(--gray-100)}.lang-flag{font-size:1.15rem;line-height:1}.lang-chevron{transition:transform .2s cubic-bezier(.16,1,.3,1)}.lang-chevron.open{transform:rotate(180deg)}.lang-dropdown{position:absolute;top:calc(100% + 6px);right:0;width:180px;background:var(--white);border:1px solid var(--gray-100);border-radius:12px;padding:4px;box-shadow:0 8px 32px #00000014,0 1px 3px #0000000a;z-index:200;animation:dropIn .18s cubic-bezier(.16,1,.3,1)}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.lang-option{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border-radius:8px;font-size:.82rem;font-weight:450;color:var(--gray-600);transition:background .15s;text-align:left}.lang-option:hover{background:var(--gray-50)}.lang-option.active{background:var(--gray-50);color:var(--gray-900);font-weight:550}.lang-option-flag{font-size:1.1rem;line-height:1}.lang-option-name{line-height:1}.topbar-right a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;color:var(--gray-400);transition:color .2s,background .2s}.topbar-right a:hover{color:var(--gray-700);background:var(--gray-100)}.topbar-right svg{width:16px;height:16px}.hero{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px 48px;position:relative}.hero-mascot{width:240px;margin-bottom:40px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.05))}.hero-title{font-size:clamp(3rem,8vw,5.5rem);font-weight:700;color:var(--gray-900);line-height:.98;letter-spacing:-.045em;margin-bottom:24px}.hero-title em{font-style:normal;color:var(--gray-400)}.hero-desc{font-size:clamp(1rem,1.8vw,1.15rem);font-weight:400;color:var(--gray-400);line-height:1.65;max-width:380px;margin-bottom:44px}.appstore-btn{display:inline-flex;align-items:center;gap:12px;padding:12px 24px 12px 12px;background:var(--gray-900);color:var(--white);border-radius:13px;transition:transform .2s ease-out,background .15s}.appstore-btn:hover{background:var(--gray-700);transform:scale(1.03)}.appstore-btn img{width:32px;height:32px;border-radius:8px}.appstore-btn-text{text-align:left}.appstore-btn-text small{display:block;font-size:.58rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em;opacity:.55;line-height:1.3}.appstore-btn-text span{font-size:.95rem;font-weight:600;letter-spacing:-.01em}.story{padding:120px 0 80px;max-width:960px;margin:0 auto}.story-moment{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:64px clamp(24px,5vw,48px)}.story-moment:nth-child(2n) .story-visual{order:2}.story-moment:nth-child(2n) .story-text{order:1}.story-visual{display:flex;justify-content:center}.story-img{width:200px;filter:drop-shadow(0 12px 28px rgba(0,0,0,.05));transition:transform .2s ease-out}.story-moment:hover .story-img{transform:scale(1.04)}.story-number{font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-300);margin-bottom:12px}.story-keyword{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--gray-900);letter-spacing:-.035em;line-height:1.05;margin-bottom:14px}.story-desc{font-size:1rem;font-weight:400;color:var(--gray-500);line-height:1.65;max-width:320px}.strip{padding:100px 0 120px;overflow:hidden}.strip-heading{text-align:center;margin-bottom:48px;padding:0 24px}.strip-heading h2{font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;color:var(--gray-900);letter-spacing:-.03em;line-height:1.15;margin-bottom:10px}.strip-heading p{font-size:.95rem;color:var(--gray-400);font-weight:400}.strip-wrapper{width:100vw;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.strip-track{display:flex;gap:14px;width:max-content;animation:marquee 32s linear infinite}.strip-track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.strip-item{flex:0 0 auto;width:136px;padding:24px 14px 16px;background:var(--white);border:1px solid var(--gray-100);border-radius:16px;text-align:center;transition:transform .2s ease-out,border-color .15s;-webkit-user-select:none;user-select:none}.strip-item:hover{transform:translateY(-4px);border-color:var(--gray-200)}.strip-item img{width:72px;height:72px;object-fit:contain;margin:0 auto 10px}.strip-item span{font-size:.72rem;font-weight:500;color:var(--gray-400)}.cta-section{padding:40px 24px 80px;text-align:center}.cta-inner{max-width:480px;margin:0 auto}.cta-divider{width:40px;height:1px;background:var(--gray-200);margin:0 auto 64px}.cta-mascot{width:160px;margin:0 auto 32px;filter:drop-shadow(0 12px 24px rgba(0,0,0,.05))}.cta-title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;color:var(--gray-900);letter-spacing:-.025em;line-height:1.15;margin-bottom:10px}.cta-desc{font-size:.95rem;color:var(--gray-400);margin-bottom:36px;line-height:1.5}.cta-appstore{margin-bottom:48px}.cta-social{display:flex;align-items:center;justify-content:center;gap:24px}.cta-social a{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:500;color:var(--gray-400);transition:color .2s}.cta-social a:hover{color:var(--gray-700)}.cta-social svg{width:15px;height:15px}.footer{padding:28px clamp(20px,4vw,48px);border-top:1px solid var(--gray-100);text-align:center}.footer span{font-size:.72rem;color:var(--gray-300);font-weight:400}@media(max-width:768px){.hero-mascot{width:180px;margin-bottom:32px}.story{padding:80px 0 40px}.story-moment{grid-template-columns:1fr;text-align:center;gap:24px;padding:40px 24px}.story-moment:nth-child(2n) .story-visual{order:0}.story-moment:nth-child(2n) .story-text{order:0}.story-desc{max-width:100%;margin:0 auto}.story-img{width:160px}.strip{padding:60px 0 80px}.strip-item{width:116px;padding:20px 12px 14px}.strip-item img{width:60px;height:60px}}@media(max-width:480px){.hero-mascot{width:150px}.hero-title{font-size:2.6rem}.story-moment{padding:32px 20px}.story-img{width:130px}.strip-item{width:100px;padding:16px 10px 12px}.strip-item img{width:50px;height:50px}}
