html,body,#root{margin:0;padding:0;height:100%;overflow-x:hidden}body{font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#ffe8f8;color:#111}.page-wrapper{min-height:100vh}.container{max-width:1120px;margin:0 auto;padding:0 1.5rem}button{font-family:inherit}:root{--bg-pink: #ffe8f8;--brand-pink: #f275b4;--brand-strong: #fd4983;--text-main: #111111}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-pink);color:var(--text-main)}#root{min-height:100vh}.page-wrapper{max-width:1120px;margin:0 auto;padding:0}.container{max-width:1120px;margin:0 auto;padding:0 24px}@media(max-width:768px){.section{scroll-margin-top:72px}}.nav-link{position:relative;text-decoration:none;color:#222;font-weight:400;letter-spacing:.01em;transition:color .18s ease}@media(max-width:880px){.navbar{padding:.5rem 0}.nav-inner{padding:0 1rem}.logo-img{height:32px;width:auto}.lang-toggle{padding:.25rem .4rem;font-size:.75rem}.lang-rose-img{width:14px;height:14px}.lang-code{margin:0 4px}.nav-burger{width:36px;height:36px}.nav-burger span{width:18px;height:2px;margin:2.5px 0}.nav-mobile-menu{padding-top:70px}.nav-mobile-menu .nav-link{font-size:1.2rem;padding:10px 20px;margin:8px 0}}@media(max-width:400px){.logo-img{height:32px}.lang-toggle{padding:.2rem .4rem;font-size:.75rem}.lang-rose-img{width:14px;height:14px}}.nav-mobile-menu{display:none;position:fixed;inset:0;background:#fffffffa;z-index:900;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px 40px;opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.nav-mobile-menu.open{display:flex;opacity:1;transform:translateY(0);pointer-events:auto}.nav-mobile-menu .nav-link{font-size:1.5rem;margin:12px 0;padding:12px 24px;color:#333;text-decoration:none;transition:color .2s ease}.nav-mobile-menu .nav-link:hover{color:#f275b4}@media(max-width:880px){.nav-mobile-menu{display:flex}}.hero{padding:4.5rem 0 5rem;position:relative;overflow:hidden}.hero-inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.3fr);align-items:center;column-gap:3.5rem}.hero-badge{display:inline-flex;align-items:center;justify-content:center;padding:.4rem 1.3rem;border-radius:999px;background:#ff9ad9;color:#fff;font-size:clamp(16px,2vw,20px);font-weight:600;margin-bottom:1.5rem}@media(min-width:1024px){.hero-badge{font-size:20px}}.hero-title{font-size:clamp(2.4rem,3vw + 1.5rem,4rem);line-height:1.05;font-weight:700;margin:0 0 1.2rem}@media(min-width:1024px){.hero-title{font-size:64px}}.hero-text{font-size:clamp(16px,2vw,20px);line-height:1.6;max-width:100%;width:100%;color:#333;font-weight:400;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:normal;box-sizing:border-box;padding:0 1rem}@media(min-width:1024px){.hero-text{font-size:20px}}.hero-cta-row{display:flex;gap:1.25rem;margin-top:2.2rem}.store-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.4rem;background:#fff;border:none;border-radius:40px;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.store-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.store-btn-icon{width:28px;height:28px;object-fit:contain}.store-btn-label{display:flex;flex-direction:column;justify-content:center}.store-btn-name{font-size:14px;font-weight:400;color:#111;line-height:1.2}.store-btn-small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#777}.hero-art-wrap{position:relative;display:flex;justify-content:flex-end;margin-right:-100px}.hero-art{max-width:900px;width:100%}.hero-arrow{position:absolute;bottom:-170px;left:-60px;transform:translate(-20%);width:500px}.hero-cloud-left{position:absolute;top:-200px;left:-1000px;width:400px;opacity:.9}.hero-cloud-top-right{position:absolute;top:-40px;right:-400px;width:400px;opacity:.9}.hero-cloud-bottom-right{position:absolute;bottom:-40px;right:40px;width:150px;opacity:.9;z-index:1000}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes heroArtIn{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes heroArrowBob{0%{transform:translate(-20%) translateY(0)}50%{transform:translate(-20%) translateY(6px)}to{transform:translate(-20%) translateY(0)}}@keyframes heroCloudDrift{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.hero-copy-anim{opacity:0;animation:heroFadeUp .8s ease-out .1s forwards}.hero-art-anim{opacity:0;animation:heroArtIn .9s ease-out .25s forwards}.hero-arrow-anim{animation:heroArrowBob 2.8s ease-in-out .8s infinite}.hero-cloud-anim{animation:heroCloudDrift 5s ease-in-out 1s infinite alternate}@media(prefers-reduced-motion:reduce){.hero-copy-anim,.hero-art-anim,.hero-arrow-anim,.hero-cloud-anim{animation:none!important;opacity:1!important;transform:none!important}}@media(max-width:880px){.hero{padding:3.5rem 0 4rem}.hero-inner{grid-template-columns:1fr;row-gap:2.5rem}.hero-copy{text-align:left}.hero-text{max-width:100%}.hero-art-wrap{margin-right:0;justify-content:center}.hero-art{max-width:420px}.hero-arrow{bottom:-120px;left:50%;transform:translate(-50%);width:260px}.hero-cloud-left,.hero-cloud-top-right{display:none}.hero-cloud-bottom-right{right:10px;width:120px}}.hero{padding:4.5rem 0 5rem;position:relative;overflow:visible;z-index:2}@media(max-width:600px){.hero-arrow{position:absolute;width:200px;bottom:-200px;left:50px;transform:translate(-50%)}}@media(min-width:601px)and (max-width:880px){.hero-arrow{width:260px;bottom:-200px;left:25rem;transform:translate(-50%)}}.hero{padding-top:10rem;position:relative;overflow:visible}.hero-title{font-size:clamp(2rem,3vw + 1rem,4rem);line-height:1.05;font-weight:700;margin:0 0 1.2rem}.hero-container{max-width:1440px;margin:0 auto;padding:0 1.5rem}.hero-inner{display:grid;grid-template-columns:minmax(520px,1fr) minmax(0,1.4fr);align-items:center;column-gap:3.5rem}.hero-art-wrap{position:relative;display:flex;justify-content:flex-end;overflow:visible;margin-right:clamp(-180px,-8vw,-80px)}.hero-art-stack{position:relative;flex:0 0 auto;--stack-h: min(68vh, 760px);height:var(--stack-h);aspect-ratio:1200 / 900;--stack-x: clamp(100px, 12vw, 300px);--stack-y: 10px;transform:translate(var(--stack-x),var(--stack-y))}.hero-art{width:100%;height:100%;object-fit:contain;display:block}.hero-arrow{position:absolute;pointer-events:none;z-index:5;--arrow-left: 18%;--arrow-top: 46%;--arrow-w: clamp(520px, 34vw, 700px);--arrow-tx: -88%;--arrow-ty: -8%;left:var(--arrow-left);top:var(--arrow-top);width:var(--arrow-w);height:auto;transform:translate(var(--arrow-tx),var(--arrow-ty))}@media(min-width:1440px){.hero-art-stack{--stack-h: min(90vh, 1000px);--stack-x: 320px;--stack-y: 10px}.hero{padding-top:0}.hero-arrow{--arrow-left: -3rem;--arrow-top: 20rem;--arrow-w: 600px;--arrow-tx: -88%;--arrow-ty: -8%}}@media(max-width:1439px)and (min-width:1200px){.hero-art-stack{--stack-h: min(82vh, 760px);--stack-x: clamp(220px, 10vw, 300px);--stack-y: 10px}.hero{padding-top:0}.hero-arrow{--arrow-left: -2rem;--arrow-top: 20rem;--arrow-w: clamp(520px, 32vw, 650px);--arrow-tx: -86%;--arrow-ty: -8%}}@media(max-width:1199px)and (min-width:992px){.hero-inner{grid-template-columns:minmax(460px,1fr) minmax(0,1.2fr);column-gap:2.4rem}.hero-art-stack{--stack-h: min(68vh, 640px);--stack-x: clamp(80px, 7vw, 140px);--stack-y: 0px}.hero-arrow{--arrow-left: 0rem;--arrow-top: 13rem;--arrow-w: clamp(420px, 38vw, 560px);--arrow-tx: -82%;--arrow-ty: -6%}.hero-title{font-size:clamp(2rem,2vw + 1rem,4rem)}}@media(max-width:991px)and (min-width:768px){.hero-inner{grid-template-columns:1fr;row-gap:2.4rem}.hero-art-wrap{justify-content:center;margin-right:0}.hero-art-stack{--stack-h: min(46vh, 520px);--stack-x: 0px;--stack-y: 0px}.hero-arrow{left:10rem;top:auto;bottom:-240px;width:min(320px,70vw);transform:translate(-50%)}}@media(max-width:767px){.hero-inner{grid-template-columns:1fr;row-gap:2.2rem}.hero-art-wrap{justify-content:center;margin-right:0}.hero-art-stack{--stack-h: min(42vh, 420px);--stack-x: 0px;--stack-y: 0px}.hero-arrow{left:10rem;top:auto;bottom:-220px;width:min(260px,75vw);transform:translate(-50%)}}.hero-title-line{display:inline-block;white-space:nowrap}@media(max-width:520px){.hero-title{font-size:1.8rem}}.section{padding:4rem 0}.section-inner{max-width:1120px;margin:0 auto;padding:0 24px}.section-heading{font-size:clamp(28px,4vw,40px);font-weight:700;text-align:center;margin:0 0 2.5rem;padding:0 24px 0 150px}@media(min-width:1024px){.section-heading{font-size:40px}}.why-section{position:relative}.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.why-card{padding:2.4rem 2.2rem;text-align:center;background:#ffe8f899}.why-card+.why-card{border-left:none}.premium-icon-wrap{display:flex;justify-content:center;align-items:center;margin-bottom:.8rem}.why-icon-img{width:112px;height:112px;object-fit:contain}.why-title{font-size:clamp(18px,2.5vw,24px);font-weight:700;margin:0 0 .6rem}@media(min-width:1024px){.why-title{font-size:24px}}.why-body{margin:0;font-size:clamp(16px,2vw,20px);line-height:1.6;color:#444;font-weight:400}@media(min-width:1024px){.why-body{font-size:20px}}.why-cloud{position:absolute;bottom:300px;right:1050px;width:311px;opacity:.9;pointer-events:none}@keyframes whyHeadingIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes whyCardIn{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes whyCloudDrift{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.why-heading-anim{opacity:0;transform:translateY(18px)}.why-card-anim{opacity:0;transform:translateY(24px) scale(.98)}.why-section.in-view .why-heading-anim{animation:whyHeadingIn .7s ease-out .1s forwards}.why-section.in-view .why-card-anim{animation:whyCardIn .7s ease-out forwards}.why-section.in-view .why-card-anim:nth-child(1){animation-delay:.15s}.why-section.in-view .why-card-anim:nth-child(2){animation-delay:.3s}.why-section.in-view .why-card-anim:nth-child(3){animation-delay:.45s}.why-cloud{animation:whyCloudDrift 7s ease-in-out 1s infinite alternate}@media(prefers-reduced-motion:reduce){.why-heading-anim,.why-card-anim,.why-cloud{animation:none!important;opacity:1!important;transform:none!important}}.hero-badge{background-color:#f275b4}@media(max-width:880px){.hero{padding:3rem 0 4rem}.hero-cta-row{flex-direction:column;gap:16px;align-items:stretch;width:100%;max-width:100%;box-sizing:border-box;padding:0}.store-btn{width:100%;justify-content:center}.hero-cloud-left,.hero-cloud-top-right,.hero-cloud-bottom-right{display:none}.hero-art-wrap{margin-top:1.5rem}}@media(max-width:880px){.why-grid{grid-template-columns:1fr}.why-card{padding:2rem 1.8rem;text-align:center}.why-cloud{display:none}.section-heading{padding-left:24px;padding-top:0}.why-section{padding-bottom:0}}.how-heading{margin-top:3.5rem;display:flex;justify-content:flex-start;padding-left:0}.how-steps-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:2.2rem;align-items:flex-start;position:relative;z-index:1}.how-step{text-align:center}.how-phone-wrapper{display:flex;justify-content:center;align-items:flex-end;min-height:240px;margin-bottom:.5rem;padding-top:.5rem;overflow:visible}.how-phone-img{width:100%;max-width:260px;aspect-ratio:600 / 400;object-fit:contain;display:block;transform-origin:bottom center;transform:scale(1.6)}.how-step-title{font-size:clamp(18px,2.5vw,24px);font-weight:700;margin:0 0 .25rem}@media(min-width:1024px){.how-step-title{font-size:24px}}.how-step-body{margin:0;font-size:clamp(16px,2vw,20px);line-height:1.6;color:#444;font-weight:400}@media(min-width:1024px){.how-step-body{font-size:20px}}.how-dash{position:absolute;top:12rem;pointer-events:none;z-index:0;opacity:0}.how-dash-3-4{left:63%;width:21%}@keyframes howHeadingIn{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes howStepIn{0%{opacity:0;transform:translateY(26px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes howDashIn{0%{opacity:0;transform:scaleX(.8);transform-origin:left}to{opacity:1;transform:scaleX(1);transform-origin:left}}@keyframes howCloudDrift{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.how-heading-anim{opacity:0;transform:translateY(22px)}.how-step-anim{opacity:0;transform:translateY(26px) scale(.96)}.how-section.in-view .how-heading-anim{animation:howHeadingIn .75s ease-out .15s forwards}.how-section.in-view .how-step-anim{animation:howStepIn .8s ease-out forwards}.how-section.in-view .how-steps-row .how-step-anim:nth-child(1){animation-delay:.2s}.how-section.in-view .how-steps-row .how-step-anim:nth-child(2){animation-delay:.35s}.how-section.in-view .how-steps-row .how-step-anim:nth-child(3){animation-delay:.5s}.how-section.in-view .how-steps-row .how-step-anim:nth-child(4){animation-delay:.65s}.how-section.in-view .how-dash{animation:howDashIn .7s ease-out .8s forwards}.how-cloud{animation:howCloudDrift 8s ease-in-out 1s infinite alternate}@media(prefers-reduced-motion:reduce){.how-heading-anim,.how-step-anim,.how-dash,.how-cloud{animation:none!important;opacity:1!important;transform:none!important}}@media(min-width:1200px){.how-phone-wrapper{min-height:260px;padding-top:1.5rem}.how-dash{top:13.5rem}}@media(max-width:1200px)and (min-width:881px){.how-section{padding-top:16rem}.how-arrow-top{top:-320px;width:560px}.how-cloud{top:-180px;right:-20rem;width:320px}.how-phone-img{transform:scale(1.3)}.how-dash{top:12.5rem}}@media(max-width:880px){.how-arrow-top{top:-170px;width:260px}.how-cloud{display:none;animation:none}.how-heading{margin-top:3rem;justify-content:center;text-align:center}.how-steps-row{grid-template-columns:1fr;row-gap:2.8rem}.how-step-label{padding:.3rem 1.2rem;font-size:13px;margin-bottom:.1rem}.how-phone-wrapper{min-height:200px;padding-top:0;margin-bottom:.1rem}.how-phone-img{max-width:220px;transform:scale(1)}.how-dash{display:none}}.how-section{position:relative;padding-top:20rem}.how-inner{position:relative}.how-arrow-top{position:absolute;top:-400px;left:50%;transform:translate(-50%);width:700px;pointer-events:none}.how-cloud{position:absolute;top:-200px;right:-30rem;width:400px;pointer-events:none;opacity:.95}.how-heading{margin-top:3.5rem;display:flex;justify-content:flex-start}.how-steps-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:2.2rem;align-items:stretch;position:relative;z-index:1}.how-step{text-align:center;display:flex;flex-direction:column;align-items:center}.how-step-label{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.6rem;border-radius:999px;background:#ff9ad9;color:#fff;font-size:14px;font-weight:700;margin-bottom:.5rem}.how-phone-wrapper{display:flex;justify-content:center;align-items:flex-end;min-height:360px;margin-bottom:.5rem;padding-top:.5rem;overflow:visible}.how-phone-img{width:100%;max-width:260px;object-fit:contain;display:block;transform-origin:bottom center;transform:translateY(0) scale(2.5)}.how-step-title{font-size:clamp(18px,2.5vw,24px);font-weight:700;margin:0 0 .25rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.15;min-height:2.3em}.how-step-body{margin:0;font-size:clamp(16px,2vw,20px);line-height:1.6;color:#444;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;min-height:6.4em}.how-dash{position:absolute;top:15rem;pointer-events:none;z-index:0;opacity:0}.how-dash-1-2{left:13%;width:21%}.how-dash-2-3{left:38%;width:21%}.how-dash-3-4{left:63%;width:18%}@media(min-width:1200px){.how-phone-wrapper{min-height:380px}.how-phone-img{max-width:260px;transform:translateY(0) scale(2.3)}.how-dash{top:15.4rem}.how-dash-3-4{left:63%;width:18%}}@media(max-width:1199px)and (min-width:881px){.how-section{padding-top:16rem}.how-arrow-top{top:-320px;width:560px}.how-cloud{top:-180px;right:-20rem;width:320px}.how-phone-wrapper{min-height:320px}.how-phone-img{max-width:240px;transform:translateY(0) scale(2)}.how-dash{top:13.6rem}.how-dash-1-2{left:12.5%;width:22%}.how-dash-2-3{left:38%;width:22%}.how-dash-3-4{left:63.5%;width:18%}}@media(max-width:880px){.how-section{padding-top:7rem}.how-arrow-top{top:-170px;width:260px}.how-cloud{display:none}.how-heading{margin-top:3rem;justify-content:center;text-align:center}.how-steps-row{grid-template-columns:1fr;row-gap:2.8rem}.how-step-label{padding:.3rem 1.2rem;font-size:13px;margin-bottom:.1rem}.how-phone-wrapper{min-height:220px;margin-bottom:.1rem;padding-top:0}.how-phone-img{max-width:220px;transform:translateY(0) scale(1.4)}.how-dash{display:none}}.how-step-title{padding-top:2rem}.how-step-label{background-color:#f275b4}.download-section{padding:4rem 0}.download-inner{max-width:1120px;margin:0 auto;padding:0 24px}.download-card{position:relative;background:var(--brand-pink);border-radius:32px;padding:2.8rem 3rem;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);column-gap:2.5rem;align-items:center;color:#fff;overflow:hidden;opacity:0;transform:translateY(24px) scale(.98)}.download-section.in-view .download-card{animation:downloadCardIn .9s ease-out .2s forwards}.download-cloud-top{position:absolute;top:-70px;right:10px;width:280px;pointer-events:none;opacity:.95;animation:downloadCloudDrift 10s ease-in-out .6s infinite alternate}.download-cloud-bottom{position:absolute;bottom:-60px;left:300px;width:260px;pointer-events:none;opacity:.95;animation:downloadCloudDrift 11s ease-in-out 1s infinite alternate-reverse}.download-left{position:relative;z-index:1}.download-badge{display:inline-flex;align-items:center;justify-content:center;padding:.4rem 1.3rem;border-radius:999px;background:#fff;color:#f275b4;font-size:clamp(16px,2vw,20px);font-weight:600;margin-bottom:1.1rem}@media(min-width:1024px){.download-badge{font-size:20px}}.download-title{font-size:28px;line-height:1.15;font-weight:800;margin:0 0 .9rem;white-space:pre-line}.download-body{margin:0 0 1.6rem;font-size:clamp(16px,2vw,20px);line-height:1.6;max-width:420px;font-weight:400}@media(min-width:1024px){.download-body{font-size:20px}}.download-store-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.download-store-btn{background:#fff;color:#f275b4}.download-availability{margin:0;font-size:clamp(16px,2vw,20px);opacity:.9;font-weight:400}@media(min-width:1024px){.download-availability{font-size:20px}}.download-right{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.download-phone-qr{width:100%;max-width:670px;display:block;opacity:0;transform:translateY(30px) scale(.95)}.download-section.in-view .download-phone-qr{animation:downloadPhoneIn .9s ease-out .4s forwards}.download-scan-note{margin-top:.6rem;font-size:clamp(16px,2vw,20px);color:#ffe8f8;font-weight:400}@media(min-width:1024px){.download-scan-note{font-size:20px}}@media(max-width:880px){.download-section{padding:3.2rem 0}.download-card{grid-template-columns:1fr;row-gap:2rem;padding:2.2rem 1.6rem 2.4rem}.download-left{text-align:center}.download-title,.download-body{margin-left:auto;margin-right:auto}.download-body{max-width:100%}.download-store-row{justify-content:center}.download-availability{text-align:center}.download-right{align-items:center}.download-phone-qr{max-width:220px}.download-scan-note{text-align:center}.download-cloud-top{top:-40px;right:-40px;width:220px}.download-cloud-bottom{bottom:-70px;left:-40px;width:200px}}@keyframes downloadCardIn{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes downloadPhoneIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes downloadCloudDrift{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@media(prefers-reduced-motion:reduce){.download-card,.download-phone-qr,.download-cloud-top,.download-cloud-bottom{animation:none!important;opacity:1!important;transform:none!important}}.download-card{position:relative;isolation:isolate}.download-cloud-top,.download-cloud-bottom{position:absolute;z-index:0}.download-left,.download-right{position:relative;z-index:2}.download-store-row,.download-store-row .store-btn,.download-store-row .download-store-btn{position:relative;z-index:3}.download-card{position:relative;isolation:isolate;-webkit-transform:translateZ(0)}.download-cloud-top,.download-cloud-bottom{position:absolute;z-index:-1;pointer-events:none;-webkit-transform:translateZ(0)}.download-left,.download-right{position:relative;z-index:2;-webkit-transform:translateZ(0)}.download-badge,.download-store-row,.download-availability{position:relative;z-index:3}.premium-section{position:relative;padding:30rem 0 4rem}.premium-inner{position:relative}.premium-arrow{position:absolute;top:-350px;left:40rem;transform:translate(-50%);width:300px;pointer-events:none}.premium-cloud{position:absolute;top:-200px;right:-400px;width:400px;pointer-events:none;opacity:.95;animation:premiumCloudDrift 13s ease-in-out infinite alternate}.premium-header{margin-bottom:2.4rem}.premium-heading{font-size:clamp(28px,4vw,40px);font-weight:700;margin:0 0 .6rem}@media(min-width:1024px){.premium-heading{font-size:40px}}.premium-subheading{margin:0;font-size:clamp(16px,2vw,20px);line-height:1.6;max-width:420px;color:#444;font-weight:400}@media(min-width:1024px){.premium-subheading{font-size:20px}}.premium-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);column-gap:3rem;align-items:center}.premium-card{background:var(--brand-pink);border-radius:32px;padding:2.2rem 2.4rem;color:#fff;box-shadow:0 18px 40px #0000001f;opacity:0;transform:translateY(24px) scale(.98)}.premium-section.in-view .premium-card{animation:premiumCardIn .9s ease-out .15s forwards}.premium-card-title{margin:0 0 1.4rem;font-size:16px;font-weight:700}.premium-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.2rem}.premium-item{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:.9rem;align-items:flex-start}.premium-icon-wrap{width:46px;height:46px;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.premium-icon-img{width:40px;height:40px;object-fit:contain}.premium-item-text{text-align:left}.premium-item-title{margin:0 0 .2rem;font-size:clamp(18px,2.5vw,24px);font-weight:700;text-align:left}@media(min-width:1024px){.premium-item-title{font-size:24px}}.premium-item-body{margin:0;font-size:clamp(16px,2vw,20px);line-height:1.5;opacity:.96;font-weight:400}@media(min-width:1024px){.premium-item-body{font-size:20px}}.premium-visual{display:flex;justify-content:center;align-items:center;overflow:visible}.premium-phone-img{width:100%;max-width:900px;display:block;opacity:0;transform:translateY(28px) scale(.95);transform-origin:bottom center}.premium-section.in-view .premium-phone-img{animation:premiumPhoneIn .95s ease-out .25s forwards}@media(max-width:880px){.premium-section{padding:20rem 0 3.2rem}.premium-arrow{top:-250px;left:50%;transform:translate(-50%);width:200px}.premium-cloud{display:none}.premium-header{text-align:center}.premium-subheading{margin-left:auto;margin-right:auto;max-width:100%}.premium-layout{grid-template-columns:1fr;row-gap:2.4rem}.premium-card{padding:2rem 1.6rem;text-align:center}.premium-item{display:flex;flex-direction:column;align-items:center;row-gap:.4rem}.premium-icon-wrap{margin-bottom:.3rem}.premium-item-text{text-align:center}.premium-visual{justify-content:center}.premium-phone-img{max-width:260px}.premium-item-title{text-align:center}}@media(min-width:1200px){.premium-phone-img{max-width:900px}}@keyframes premiumCardIn{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes premiumPhoneIn{0%{opacity:0;transform:translateY(28px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes premiumCloudDrift{0%{transform:translateY(0)}to{transform:translateY(-12px)}}@media(prefers-reduced-motion:reduce){.premium-card,.premium-phone-img,.premium-cloud{animation:none!important;opacity:1!important;transform:none!important}}.premium-visual{overflow:visible;justify-content:flex-end}.premium-phone-wrap{overflow:visible;transform:scale(1.25);transform-origin:center right}.premium-phone-img{width:100%;max-width:1300px}@media(max-width:880px){.premium-phone-wrap{transform:none}}.premium-visual{overflow:visible;justify-content:flex-end;align-items:center}.premium-phone-wrap{overflow:visible;width:clamp(240px,26vw,520px);transform-origin:right center;transform:translate(0) scale(1.15)}.premium-phone-img{width:100%;height:auto;display:block;max-width:1400px}@media(min-width:1200px){.premium-phone-wrap{transform:translate(250px) scale(2.2)}}@media(max-width:1199px)and (min-width:992px){.premium-phone-wrap{transform:translate(20px) scale(2.3)}}@media(max-width:991px)and (min-width:768px){.premium-visual{justify-content:center}.premium-phone-wrap{transform:translate(0) scale(1.25);width:clamp(240px,45vw,420px);transform-origin:center}}@media(max-width:767px){.premium-visual{justify-content:center}.premium-phone-wrap{transform:none;width:min(320px,90vw)}}@media(max-width:767px){.premium-phone-img,.premium-phone-wrap{display:none!important}}.safety-section{position:relative;padding:20rem 0 5rem}.safety-inner{position:relative}.safety-arrow{position:absolute;top:-250px;left:30rem;transform:translate(-50%);width:260px;pointer-events:none}.safety-header{text-align:center;margin-bottom:3rem}.safety-heading{margin:0;font-size:clamp(28px,4vw,40px);font-weight:700}@media(min-width:1024px){.safety-heading{font-size:40px}}.safety-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:3rem;align-items:flex-start}.safety-card{text-align:center;max-width:260px;margin:0 auto;opacity:0;transform:translateY(22px) scale(.98)}.safety-section.in-view .safety-card{animation:safetyCardIn .8s ease-out forwards}.safety-section.in-view .safety-card:nth-child(1){animation-delay:.05s}.safety-section.in-view .safety-card:nth-child(2){animation-delay:.18s}.safety-section.in-view .safety-card:nth-child(3){animation-delay:.31s}.safety-icon{width:112px;height:112px;margin-bottom:1rem}.safety-title{margin:0 0 .5rem;font-size:clamp(18px,2.5vw,24px);font-weight:700}@media(min-width:1024px){.safety-title{font-size:24px}}.safety-body{margin:0;font-size:clamp(16px,2vw,20px);line-height:1.6;color:#444;font-weight:400}@media(min-width:1024px){.safety-body{font-size:20px}}@media(max-width:880px){.safety-section{padding:15rem 0 3.5rem}.safety-arrow{top:-200px;width:220px;left:10rem}.safety-grid{grid-template-columns:1fr;row-gap:2.5rem}.safety-card{max-width:280px}.safety-icon{width:60px}}@keyframes safetyCardIn{0%{opacity:0;transform:translateY(22px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.safety-card{animation:none!important;opacity:1!important;transform:none!important}}.footer{margin-top:4rem;padding:3rem 0 1.5rem}.footer-inner{max-width:1120px;margin:0 auto;padding:0 24px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;flex-wrap:wrap}.footer-brand{min-width:220px}.footer-logo{height:44px;width:auto;display:block;margin-bottom:1rem}.footer-tagline{margin:0;font-size:clamp(16px,2vw,20px);letter-spacing:.06em;text-transform:uppercase;font-weight:400}@media(min-width:1024px){.footer-tagline{font-size:20px}}.footer-nav-block{min-width:180px}.footer-heading{margin:0 0 .8rem;font-size:clamp(18px,2.5vw,24px);font-weight:700}@media(min-width:1024px){.footer-heading{font-size:24px}}.footer-nav-links{display:flex;flex-direction:column;gap:.4rem}.footer-link{font-size:clamp(16px,2vw,20px);text-decoration:none;color:#000;transition:color .2s ease;font-weight:400}@media(min-width:1024px){.footer-link{font-size:20px}}.footer-link:hover{color:#f275b4;text-decoration:none}.footer-contact-block{min-width:220px}.footer-email{display:inline-flex;align-items:center;gap:.5rem;font-size:clamp(14px,2vw,16px);color:#000;text-decoration:none;font-weight:400}@media(min-width:1024px){.footer-email{font-size:16px}}.footer-email-icon{width:18px;height:18px}.footer-email-text{white-space:nowrap}.footer-divider{margin:2.4rem 0 2rem;height:1px;background:#f275b4}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:2.5rem;flex-wrap:wrap}.footer-bottom-left{display:flex;align-items:center;gap:1.3rem;flex-wrap:wrap}.footer-heart-illustration{width:80px;height:auto}.footer-store-row{display:flex;flex-wrap:wrap;gap:1rem}.footer-store-btn{width:auto;justify-content:flex-start;padding-inline:1.4rem;gap:.5rem}.footer-store-btn .store-icon{width:28px;height:28px;object-fit:contain}.footer-store-btn .store-text{font-size:14px;font-weight:400;color:#111}.footer-bottom-right{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:.7rem}.footer-social{display:flex;align-items:center;gap:1.2rem}.footer-social-link{display:inline-flex}.footer-social-icon{height:50px;width:auto;transition:transform .2s ease}.footer-social-link[aria-label=TikTok] .footer-social-icon{height:80px}.footer-social-link:hover .footer-social-icon{transform:scale(1.1)}.footer-rights{margin:0;font-size:clamp(14px,2vw,16px);font-weight:400}@media(min-width:1024px){.footer-rights{font-size:16px}}@media(max-width:880px){.footer{padding:2.4rem 0 1.6rem}.footer-top{flex-direction:column;align-items:flex-start;gap:2rem}.footer-bottom{flex-direction:column;align-items:center;text-align:center}.footer-bottom-left,.footer-store-row{justify-content:center}.footer-bottom-right{margin-left:0;align-items:center}.footer-social{justify-content:center}.footer-email-text{white-space:normal}}html{scroll-behavior:smooth}.section{scroll-margin-top:88px}.navbar{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffe8f8f2;border-bottom:1px solid rgba(0,0,0,.03)}.nav-inner{max-width:1120px;margin:0 auto;padding:14px 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:40px}.nav-left-zone{display:flex;align-items:center;gap:24px}.nav-links{display:flex;align-items:center;gap:28px;font-size:14px}.nav-link{position:relative;text-decoration:none;color:#222;font-weight:400;letter-spacing:.01em;transition:color .18s ease;font-size:1.7rem}.nav-link:after{content:"";position:absolute;left:50%;transform:translate(-50%) translateY(4px);bottom:-8px;width:6px;height:6px;border-radius:999px;background-color:var(--brand-pink);opacity:0;transition:opacity .18s ease,transform .18s ease}.nav-link:hover{color:var(--brand-pink)}.nav-link:hover:after{opacity:1;transform:translate(-50%) translateY(0)}.nav-link.mobile{padding:4px 0}.nav-link.mobile:after{display:none}.logo-center{grid-column:2 / 3;justify-self:center;display:inline-flex;align-items:center;justify-content:center}.logo-img{height:46px;display:block}.nav-right{grid-column:3 / 4;justify-self:flex-end;display:flex;align-items:center;gap:28px}.nav-right-links{display:flex;align-items:center;gap:28px}.lang-toggle{display:inline-flex;align-items:center;gap:8px;padding:4px 16px;border-radius:999px;border:1.5px solid var(--brand-strong);background:#ffe8f8fa;box-shadow:0 6px 18px #0000000f}.lang-code{border:none;background:transparent;font-size:13px;font-weight:500;padding:2px 0;cursor:pointer;color:#111;transition:color .18s ease}.lang-active{color:var(--brand-strong)}.lang-code:not(.lang-active):hover{color:#ff8ab3}.lang-rose-img{width:20px;height:20px;object-fit:contain;transform:scale(1.8);transform-origin:center}@media(max-width:880px){.navbar{padding:.5rem 0}.nav-inner{padding:0 1rem}.logo-img{height:32px;width:auto}.lang-toggle{padding:.25rem .4rem;font-size:.75rem}.lang-rose-img{width:14px;height:14px}.lang-code{margin:0 4px}}@media(max-width:400px){.lang-toggle{padding:.2rem .4rem;font-size:.75rem}.lang-rose-img{width:14px;height:14px}}.nav-burger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;padding:0;margin:0;cursor:pointer;z-index:1000}.nav-burger span{display:block;width:20px;height:2px;background:#333;margin:3px 0;transition:all .3s ease;border-radius:2px}@media(max-width:880px){.nav-burger{display:flex;position:relative;z-index:1000}.nav-left-zone .nav-links,.nav-right-links{display:none}}.nav-burger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0;transform:translate(-10px)}.nav-burger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:880px){.nav-mobile-menu{position:fixed;inset:0;background:#fffffffa;z-index:900;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:80px 20px 40px;animation:navMenuIn .3s ease-out}.nav-mobile-menu .nav-link{font-size:1.5rem;padding:12px 0;margin:4px 0;color:#333;text-decoration:none;text-align:center;transition:color .2s ease}.nav-mobile-menu .nav-link:hover{color:#f275b4}}.nav-mobile-menu{display:none}@media(max-width:880px){.nav-mobile-menu{position:fixed;inset:0;width:100vw;height:100vh;background:#ffe8f8;z-index:900;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px 20px;animation:navMenuIn .3s ease-out}.nav-mobile-menu .nav-link{font-size:1.5rem;padding:8px 0;margin:4px 0;color:#333;text-decoration:none;text-align:center;transition:color .2s ease}.nav-mobile-menu .nav-link:hover{color:#f275b4}}.premium-item{align-items:center}@keyframes navMenuIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:880px){.hero-cta-row{flex-direction:column;gap:12px;align-items:stretch;width:100%;max-width:100%;padding:0}.store-btn{width:100%;justify-content:center;padding:10px 14px;border-radius:18px}.store-btn-icon{width:20px;height:20px}.store-btn-name{font-size:13px}}@media(max-width:880px){.hero-cta-row{flex-direction:column;align-items:flex-start;gap:12px;padding:0}.store-btn{width:auto;min-width:190px;padding:10px 14px}}@media(max-width:880px){.hero-text{max-width:100%;width:65%;white-space:normal;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;padding:0 .5rem;font-size:16px;line-height:1.5}.hero-copy{padding:0 1rem;box-sizing:border-box}}.hero{position:relative;overflow:visible;isolation:isolate}.hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:clamp(24px,4vw,56px);align-items:center}.hero-copy{position:relative;z-index:3;min-width:0;max-width:680px}.hero-art-wrap{position:relative;z-index:2;min-width:0}.hero-cloud-left,.hero-cloud-top-right,.hero-cloud-bottom-right{z-index:0;pointer-events:none}.hero-title{font-size:clamp(34px,3.5vw,64px);line-height:1.05;max-width:14ch}.hero-title-line{display:block;white-space:nowrap}@media(max-width:520px){.hero-title-line{white-space:normal}}.hero-text{max-width:48ch;padding:0;margin-right:0}.hero-art-stack{position:relative;height:min(68vh,760px);height:min(68svh,760px)}.hero-art-wrap{margin-right:clamp(-120px,-6vw,0px)}@media(max-width:1100px){.hero-inner{grid-template-columns:1fr}.hero-art-wrap{justify-content:center;margin-right:0}.hero-art-stack{height:min(46svh,520px)}}.hero-title{line-height:.6;margin-bottom:.9rem}.hero-title-line{display:block;margin:0;padding:0;line-height:inherit}.hero-art-stack{height:min(84vh,980px);height:min(84svh,980px)}.hero-inner{grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr)}.hero-art{max-width:none;width:100%;height:100%;object-fit:contain}@media(max-width:1200px){.hero-art-stack{height:min(70svh,720px)}}.hero-inner{position:relative}.hero-arrow{position:absolute;pointer-events:none;z-index:1;left:20px;top:300px;width:480px;height:auto;transform:translate(-50%,-50%)}@media(min-width:900px)and (max-width:1100px){.hero-arrow{left:52%;top:70%;width:460px}.hero{padding-bottom:10rem}}.hero-art-stack{position:relative}@media(max-width:880px){.hero-inner{grid-template-columns:1fr;gap:20px}.hero-copy,.hero-text{max-width:100%}.hero-art-wrap{justify-content:center;margin-right:0}.hero-art-stack{height:min(48svh,420px)}.hero-arrow{left:35%;top:auto;bottom:-250px;width:min(280px,80vw);transform:translate(-50%)}.hero{padding-bottom:220px}}@media(max-width:880px){.hero-inner{grid-template-columns:1fr!important;gap:22px!important}.hero-art-wrap{justify-content:center!important;margin-right:0!important;transform:none!important}.hero-art-stack{position:relative!important;height:min(52svh,440px)!important;width:min(420px,92vw)!important;max-width:420px!important;transform:none!important;aspect-ratio:auto!important}.hero-art{width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;display:block}.hero-art-anim{opacity:1!important;transform:none!important;animation:none!important}.hero-arrow{position:absolute!important;left:35%!important;top:auto!important;bottom:-190px!important;width:min(280px,82vw)!important;height:auto!important;transform:translate(-50%)!important;z-index:0!important}.hero{padding-bottom:210px!important}.hero-title-line{line-height:1.2}.hero-title{line-height:0}}.legal-page{min-height:70vh;padding:110px 16px 70px}.legal-container{max-width:920px;margin:0 auto;background:#ffffff8c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:28px 26px;box-shadow:0 8px 28px #0000000f}.legal-title{font-size:34px;line-height:1.15;margin:0 0 10px;font-weight:800}.legal-meta{margin:0 0 18px;font-size:14px;opacity:.75}.legal-lead{margin:0 0 18px;font-size:16px;line-height:1.65}.legal-container h2{margin:22px 0 10px;font-size:20px;font-weight:800}.legal-container p{margin:0 0 12px;line-height:1.7;font-size:15.5px}.legal-container ul{margin:10px 0 18px;padding-left:20px}.legal-container li{margin:6px 0;line-height:1.6;font-size:15.5px}.legal-divider{margin:18px 0;height:1px;background:#00000014}
