@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");:root{--primary-gradient:linear-gradient(135deg,#667eea,#764ba2);--secondary-gradient:linear-gradient(135deg,#f093fb,#f5576c);--accent-gradient:linear-gradient(135deg,#4facfe,#00f2fe);--dark-bg:#0a0a0f;--card-bg:rgba(255,255,255,0.05);--text-primary:#ffffff;--text-secondary:rgba(255,255,255,0.7);--text-tertiary:rgba(255,255,255,0.5)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-primary);overflow-x:hidden}.landing-container,body{background:var(--dark-bg)}.landing-container{width:100%;min-height:100vh;position:relative;scroll-snap-type:y mandatory;overflow-y:scroll;height:100vh}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 18rem;overflow:hidden}.nav-content{max-width:1400px;margin:0 auto;justify-content:space-between}.logo,.nav-content{display:flex;align-items:center}.logo{gap:.5rem;font-size:1.5rem;font-weight:800}.logo-icon{font-size:1.8rem;animation:float 3s ease-in-out infinite}.logo-text{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-button{padding:.75rem 1.5rem;border:none;color:white;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;border-radius:50px;background:#4455FA;box-shadow:0 4px 15px 0 rgba(102,126,234,.4)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.6)}.hero-section{position:relative;min-height:100vh;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8rem 2rem 4rem;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 20s ease-in-out infinite}.orb-1{width:500px;height:500px;background:radial-gradient(circle,#667eea 0,transparent 70%);top:-250px;left:-100px;animation-delay:0s}.orb-2{width:400px;height:400px;background:radial-gradient(circle,#764ba2 0,transparent 70%);top:20%;right:-100px;animation-delay:3s}.orb-3{width:600px;height:600px;background:radial-gradient(circle,#f5576c 0,transparent 70%);bottom:-200px;left:50%;transform:translateX(-50%);animation-delay:6s}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(5deg)}66%{transform:translate(-20px,20px) rotate(-5deg)}}.hero-content-wrapper{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1400px;width:100%;animation:fadeInUp 1s ease-out}.hero-text-content{text-align:left;position:relative;z-index:5}.hero-title{font-size:clamp(2.5rem,8vw,5rem);font-weight:900;line-height:1.1;margin-bottom:2rem;letter-spacing:-.02em}.title-line{display:block;margin-bottom:.5rem}.gradient-text{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease infinite;background-size:200% 200%}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-subtitle{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:5}.subtitle-main{font-size:clamp(2rem,5vw,3.5rem);line-height:1.2;color:var(--text-primary);font-weight:900;margin:0;letter-spacing:-.02em;background:linear-gradient(135deg,#ffffff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle-main.gradient-flow{background:linear-gradient(89deg,#4455FA 3.9%,#FF6D06 109.5%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientFlow 3s ease-in-out infinite}@keyframes gradientFlow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.subtitle-detail{color:rgba(255,255,255,.7);text-align:center;font-family:Pretendard;font-size:28px;font-style:normal;font-weight:500;line-height:32px;margin-bottom:100px;margin-top:50px}.subtitle-cta-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.subtitle-cta{color:#FFF;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:48px;margin:0}.hero-cta{gap:1rem;flex-wrap:wrap;z-index:10}.hero-cta,.hero-phone-preview{display:flex;justify-content:center;position:relative}.hero-phone-preview{align-items:center;height:600px;perspective:1500px}.hero-mockup{position:absolute;width:280px;height:560px;animation:float 6s ease-in-out infinite;z-index:2;left:-20px;transform-style:preserve-3d}.hero-mockup .mockup-image{filter:drop-shadow(0 30px 60px rgba(0,0,0,.5)) drop-shadow(0 50px 100px rgba(102,126,234,.4))}.hero-mockup-2{position:absolute;width:260px;height:520px;animation:float 6s ease-in-out infinite;animation-delay:1s;z-index:1;right:-20px;top:40px;opacity:.7;transform-style:preserve-3d}.hero-mockup-2 .mockup-image{filter:drop-shadow(0 20px 40px rgba(0,0,0,.4)) drop-shadow(0 30px 60px rgba(118,75,162,.3))}.hero-phone-preview:hover .hero-mockup{animation-play-state:paused;transform:translateY(-20px) translateZ(50px) rotateY(-8deg) scale(1.05)}.hero-phone-preview:hover .hero-mockup .mockup-image{filter:drop-shadow(0 40px 80px rgba(0,0,0,.6)) drop-shadow(0 60px 120px rgba(102,126,234,.5)) drop-shadow(0 0 40px rgba(255,255,255,.15))}.hero-phone-preview:hover .hero-mockup-2{animation-play-state:paused;transform:translateY(-10px) translateZ(20px) rotateY(8deg) scale(1.02);opacity:.85}.hero-phone-preview:hover .hero-mockup-2 .mockup-image{filter:drop-shadow(0 30px 60px rgba(0,0,0,.5)) drop-shadow(0 40px 80px rgba(118,75,162,.4))}.download-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border:none;border-radius:16px;font-family:inherit;cursor:pointer;transition:all .3s ease;font-size:1rem;min-width:200px;position:relative;z-index:10;pointer-events:auto}.download-btn.primary{background:white;color:#000;box-shadow:0 8px 32px rgba(255,255,255,.1)}.download-btn.primary:hover{transform:translateY(-4px);box-shadow:0 12px 48px rgba(255,255,255,.2)}.download-btn.secondary{background:rgba(255,255,255,.1);color:white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.download-btn.secondary:hover{background:rgba(255,255,255,.15);transform:translateY(-4px);box-shadow:0 12px 48px rgba(255,255,255,.1)}.download-btn.large{padding:1.25rem 2.5rem;font-size:1.1rem}.btn-icon{display:flex;align-items:center;font-size:1.5rem}.download-btn span:last-child{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.btn-small{font-size:.7rem;opacity:.7;font-weight:500}.btn-large{font-size:1rem;font-weight:700}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-tertiary);font-size:.85rem;animation:fadeIn 1s ease-out 1s both}.mouse{width:26px;height:40px;border:2px solid var(--text-tertiary);border-radius:13px;position:relative}.wheel{width:4px;height:8px;background:var(--text-tertiary);border-radius:2px;position:absolute;top:8px;left:50%;transform:translateX(-50%);animation:scroll 1.5s ease-in-out infinite}@keyframes scroll{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(12px)}}.brand-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem;text-align:center;position:relative;background:linear-gradient(180deg,var(--dark-bg) 0,rgba(102,126,234,.05) 100%);scroll-snap-align:start;scroll-snap-stop:always}.section-content{max-width:900px;margin:0 auto}.brand-badge{display:inline-block;padding:.5rem 1.5rem;background:rgba(102,126,234,.1);border:1px solid rgba(102,126,234,.3);border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:.05em;color:#667eea;margin-bottom:2rem}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.3;margin-bottom:2rem;letter-spacing:-.02em}.section-description{font-size:clamp(1rem,2vw,1.15rem);line-height:1.9;color:var(--text-secondary);font-weight:400}.section-description strong{color:var(--text-primary);font-weight:700}.features-section{padding:4rem 2rem;background:var(--dark-bg)}.features-content{max-width:1400px;margin:0 auto}.feature-item{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;padding:6rem 2rem;position:relative;min-height:100vh;scroll-snap-align:start;scroll-snap-stop:always}.feature-item.reverse{direction:rtl}.feature-item.reverse>*{direction:ltr}.feature-visual{position:relative;display:flex;justify-content:center;align-items:center}.feature-image{width:100%;max-width:750px;height:auto;object-fit:contain;border-radius:20px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3)) drop-shadow(0 30px 60px rgba(102,126,234,.2));transition:all .6s cubic-bezier(.4,0,.2,1)}.feature-visual:hover .feature-image{transform:translateY(-10px);filter:drop-shadow(0 30px 60px rgba(0,0,0,.4)) drop-shadow(0 40px 80px rgba(102,126,234,.3)) drop-shadow(0 0 30px rgba(255,255,255,.1))}.feature-item.reverse.feature-item-edge{padding-right:2rem;padding-left:2rem}.feature-item.reverse .feature-visual-edge{position:absolute;left:calc(-4rem - max((100vw - 4rem - 1400px) / 2, 0px));top:50%;transform:translateY(-50%);margin:0;width:1125px;height:auto}.feature-item.reverse .feature-image-edge{width:1125px;height:900px;max-width:none;object-fit:cover;border-radius:0 20px 20px 0}.phone-mockup{width:300px;height:600px;position:relative;transition:all .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;perspective:1000px}.phone-mockup:hover{transform:translateY(-20px) rotateY(5deg) rotateX(-5deg)}.mockup-image{width:100%;height:100%;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 30px 60px rgba(0,0,0,.4)) drop-shadow(0 50px 100px rgba(102,126,234,.3));transition:all .6s cubic-bezier(.4,0,.2,1)}.phone-mockup:hover .mockup-image{filter:drop-shadow(0 40px 80px rgba(0,0,0,.5)) drop-shadow(0 60px 120px rgba(102,126,234,.4)) drop-shadow(0 0 30px rgba(255,255,255,.1))}.phone-mockup:before{content:"";position:absolute;inset:-20px;background:radial-gradient(ellipse at center,rgba(102,126,234,.3) 0,rgba(118,75,162,.2) 50%,transparent 70%);border-radius:40px;opacity:0;transition:opacity .6s ease;z-index:0;filter:blur(30px)}.phone-mockup:hover:before{opacity:1}.mockup-gradient{display:none}.feature-text{padding:2rem}.feature-number{font-size:1rem;font-weight:700;color:#667eea;margin-bottom:1rem;letter-spacing:.1em}.feature-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:1.5rem;line-height:1.3;letter-spacing:-.02em}.feature-description{font-size:1.15rem;line-height:1.8;color:var(--text-secondary);margin-bottom:2rem}.feature-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.feature-list li{padding-left:2rem;position:relative;color:var(--text-secondary);font-size:1rem;line-height:1.6}.feature-list li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:900;font-size:1.2rem}.cta-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem;text-align:center;overflow:hidden;background:linear-gradient(180deg,var(--dark-bg) 0,rgba(118,75,162,.1) 100%);scroll-snap-align:start;scroll-snap-stop:always}.cta-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.orb-4{width:600px;height:600px;background:radial-gradient(circle,#667eea 0,transparent 70%);top:-200px;right:-200px}.orb-5{width:500px;height:500px;background:radial-gradient(circle,#764ba2 0,transparent 70%);bottom:-150px;left:-150px}.cta-content{position:relative;z-index:5;max-width:900px;margin:0 auto}.cta-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.2}.cta-subtitle{font-size:clamp(1.25rem,3vw,1.75rem);color:var(--text-secondary);margin-bottom:3rem;font-weight:500}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:10}.footer{background:rgba(0,0,0,.3);border-top:1px solid rgba(255,255,255,.05);padding:4rem 2rem 2rem}.footer-content{max-width:1400px;margin:0 auto;gap:3rem}.footer-brand,.footer-content{display:flex;flex-direction:column}.footer-brand{gap:1rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800}.footer-tagline{color:var(--text-tertiary);font-size:.95rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);text-align:center;color:var(--text-tertiary);font-size:.9rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transform:translateY(50px);transition:opacity .8s ease,transform .8s ease}.animate-on-scroll.animate-in{opacity:1;transform:translateY(0)}@media (max-width:1024px){.landing-container{scroll-snap-type:none;height:auto}.brand-section,.cta-section,.feature-item,.hero-section{scroll-snap-align:none;scroll-snap-stop:normal;min-height:auto;height:auto}.feature-item{grid-template-columns:1fr;gap:3rem;padding:4rem 1rem}.feature-item.reverse{direction:ltr}.feature-item.reverse.feature-item-edge{padding-left:1rem;padding-right:1rem}.feature-item.reverse .feature-visual-edge{position:static;transform:none;margin-left:-1rem;margin-right:-1rem;width:100%}.feature-item.reverse .feature-image-edge{border-radius:0;width:100%;height:auto;max-width:none;object-fit:contain}.phone-mockup{width:250px;height:500px}}@media (max-width:768px){.navbar{padding:1rem 1.5rem}.hero-section{padding:6rem 1.5rem 3rem;min-height:auto;height:auto}.hero-content-wrapper{grid-template-columns:1fr;gap:3rem}.hero-text-content{text-align:center}.subtitle-main{font-size:clamp(1.6rem,6vw,2.5rem);margin-bottom:.4rem}.subtitle-cta,.subtitle-detail{font-size:clamp(1rem,3.5vw,1.3rem)}.hero-cta{flex-direction:column;align-items:stretch;justify-content:center}.hero-phone-preview{height:450px;justify-content:center}.hero-mockup{width:220px;height:440px;left:-30px}.hero-mockup .mockup-image{filter:drop-shadow(0 20px 40px rgba(0,0,0,.4)) drop-shadow(0 30px 60px rgba(102,126,234,.3))}.hero-mockup-2{width:200px;height:400px;right:-30px;top:30px}.hero-mockup-2 .mockup-image{filter:drop-shadow(0 15px 30px rgba(0,0,0,.3)) drop-shadow(0 20px 40px rgba(118,75,162,.2))}.download-btn{width:100%;justify-content:center}.brand-section,.cta-section{padding:5rem 1.5rem}.feature-text{padding:1rem}.feature-list li{font-size:.95rem}.feature-image{max-width:100%}.scroll-indicator{display:none}.gradient-orb{filter:blur(60px)}.hero-background{display:none}}@media (max-width:480px){.logo{font-size:1.25rem}.cta-button{padding:.6rem 1.25rem;font-size:.85rem}.hero-subtitle{gap:1.25rem;margin-bottom:2rem}.subtitle-main{font-size:clamp(1.5rem,7vw,2rem);line-height:1.3;margin-bottom:.35rem}.subtitle-detail{line-height:1.5}.subtitle-cta,.subtitle-detail{font-size:clamp(.95rem,4.5vw,1.2rem)}.hero-phone-preview{height:380px}.hero-mockup{width:180px;height:360px;left:-20px}.hero-mockup .mockup-image{filter:drop-shadow(0 15px 30px rgba(0,0,0,.4)) drop-shadow(0 20px 40px rgba(102,126,234,.3))}.hero-mockup-2{width:160px;height:320px;right:-20px;top:20px}.hero-mockup-2 .mockup-image{filter:drop-shadow(0 10px 20px rgba(0,0,0,.3)) drop-shadow(0 15px 30px rgba(118,75,162,.2))}.phone-mockup{width:220px;height:440px}.download-btn{padding:.85rem 1.5rem;font-size:.9rem;min-width:auto}.download-btn.large{padding:1rem 1.75rem}.feature-image{max-width:100%;border-radius:12px}.feature-image-edge{border-radius:0}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}