:root{--blush:#f66f93;--blush-dark:#e9577d;--blush-light:#ffe9f0;--blush-bg:#ffc4d4;--bg:#fff7f9;--surface:#fff;--ink:#33212a;--muted:#b7778c;--radius:22px;--radius-sm:14px;--nav-height:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{color:var(--ink);background:var(--bg);font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:8px;padding:12px 28px;font-family:inherit;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--blush);color:#fff;box-shadow:0 4px 20px #f66f9359}.btn-primary:hover{background:var(--blush-dark);transform:translateY(-2px);box-shadow:0 6px 28px #f66f9373}.btn-ghost{color:var(--ink);background:0 0;border:1.5px solid #33212a26}.btn-ghost:hover{border-color:var(--blush);color:var(--blush);background:#f66f930d}.btn-white{color:var(--blush);background:#fff;box-shadow:0 4px 20px #0000001a}.btn-white:hover{transform:translateY(-2px);box-shadow:0 6px 28px #00000026}.btn-lg{padding:16px 36px;font-size:16px}.section-header{text-align:center;margin-bottom:56px}.section-tag{background:var(--blush-light);color:var(--blush);border-radius:50px;margin-bottom:16px;padding:6px 18px;font-size:14px;font-weight:600;display:inline-block}.section-header h2{letter-spacing:-.5px;color:var(--ink);font-size:clamp(28px,5vw,40px);font-weight:800;line-height:1.25}.section-desc{color:var(--muted);max-width:480px;margin-top:12px;margin-left:auto;margin-right:auto;font-size:16px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--blush-bg);border-radius:3px}.nav{z-index:100;transition:all .3s;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(20px);background:#fff7f9d9;box-shadow:0 1px 20px #f66f9314}.nav-inner{max-width:1200px;height:var(--nav-height);justify-content:space-between;align-items:center;margin:0 auto;padding:0 24px;display:flex}.nav-logo{align-items:center;gap:8px;font-size:18px;font-weight:700;display:flex}.logo-img{border-radius:10px;width:36px;height:36px}.logo-text{color:var(--ink)}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:var(--muted);font-size:15px;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--blush)}.nav-cta{border-radius:50px;padding:10px 24px;background:var(--blush)!important;color:#fff!important;font-weight:600!important;transition:all .3s!important}.nav-cta:hover{transform:translateY(-1px);background:var(--blush-dark)!important}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.nav-toggle.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff7f9fa;flex-direction:column;gap:0;max-height:0;padding:0 24px 20px;transition:max-height .3s,padding .3s;display:none;overflow:hidden}.mobile-menu--open{max-height:300px;padding:8px 24px 24px}.mobile-menu a{color:var(--ink);border-bottom:1px solid #0000000d;padding:14px 0;font-size:16px;font-weight:500}.mobile-menu a:last-child{text-align:center;border:none;margin-top:8px}.lang-switcher{position:relative}.lang-btn{cursor:pointer;color:var(--muted);white-space:nowrap;background:0 0;border:1px solid #33212a1a;border-radius:50px;padding:6px 14px;font-family:inherit;font-size:13px;transition:all .2s}.lang-btn:hover{border-color:var(--blush);color:var(--blush)}.lang-dropdown{z-index:200;background:#fff;border-radius:14px;min-width:140px;margin-top:8px;padding:6px;position:absolute;top:100%;right:0;box-shadow:0 8px 32px #0000001f}.lang-option{cursor:pointer;text-align:left;width:100%;color:var(--ink);background:0 0;border:none;border-radius:8px;padding:8px 14px;font-family:inherit;font-size:14px;transition:background .15s;display:block}.lang-option:hover{background:var(--blush-light)}.lang-option.active{color:var(--blush);font-weight:600}.mobile-lang{flex-wrap:wrap;gap:6px;padding:8px 0;display:flex}.lang-chip{cursor:pointer;color:var(--muted);background:0 0;border:1px solid #33212a1a;border-radius:50px;padding:5px 12px;font-family:inherit;font-size:12px;transition:all .2s}.lang-chip.active{background:var(--blush);color:#fff;border-color:var(--blush)}@media (width<=768px){.nav-links{display:none}.nav-toggle,.mobile-menu{display:flex}}.hero{min-height:100vh;padding-top:var(--nav-height);align-items:center;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background:linear-gradient(160deg,#ffe7ef 0%,#fff7f9 40%,#fff0f5 70%,#ffe0eb 100%);position:absolute;inset:0}.hero-bg:before{content:"";background:radial-gradient(circle,#f66f931f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.hero-bg:after{content:"";background:radial-gradient(circle,#ffc4d433 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.hero-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding-top:40px;padding-bottom:80px;display:grid;position:relative}.hero-text{max-width:560px}.hero-badge{color:var(--blush-dark);background:#f66f931a;border:1px solid #f66f9333;border-radius:50px;margin-bottom:24px;padding:8px 20px;font-size:14px;font-weight:600;display:inline-block}.hero h1{letter-spacing:-1px;color:var(--ink);margin-bottom:20px;font-size:clamp(36px,5.5vw,56px);font-weight:800;line-height:1.15}.text-gradient{background:linear-gradient(135deg, var(--blush), #e75480, #ff6b9d);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-desc{color:var(--muted);margin-bottom:32px;font-size:17px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:16px;margin-bottom:48px;display:flex}.hero-stats{align-items:center;gap:28px;display:flex}.stat{flex-direction:column;align-items:center;display:flex}.stat-num{color:var(--blush);font-size:28px;font-weight:800}.stat-label{color:var(--muted);margin-top:2px;font-size:13px}.stat-divider{background:#b7778c33;width:1px;height:36px}.hero-phone{justify-content:center;display:flex}.hero-screenshot-frame{background:#1a1a1a;border-radius:44px;width:280px;height:580px;padding:12px;overflow:hidden;box-shadow:0 20px 60px #33212a33,inset 0 0 0 1px #ffffff1a,inset 0 0 0 3px #2a2a2a}.hero-screenshot-img{object-fit:cover;object-position:top;background:var(--bg);border-radius:34px;width:100%;height:100%}.hero-wave{z-index:1;position:absolute;bottom:-1px;left:0;right:0}.hero-wave svg{width:100%;height:80px;display:block}@media (width<=900px){.hero-content{text-align:center;grid-template-columns:1fr;gap:40px}.hero-text{max-width:100%}.hero-actions,.hero-stats{justify-content:center}.hero-phone{order:-1}}@media (width<=480px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{justify-content:center}}.features{padding:100px 0}.features-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.feature-card{background:var(--surface);border-radius:var(--radius);border:1px solid #f66f930f;padding:32px 28px;transition:all .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #f66f931f}.feature-card--hero{background:linear-gradient(135deg,#fff0f3 0%,#ffe7ef 100%);border:1px solid #f66f931f;grid-column:span 2}.feature-icon{background:var(--blush-light);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:16px;font-size:36px;display:flex}.feature-card h3{color:var(--ink);margin-bottom:8px;font-size:18px;font-weight:700}.feature-card p{color:var(--muted);font-size:14px;line-height:1.7}.feature-tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.feature-tags span{color:var(--blush-dark);background:#f66f931a;border-radius:50px;padding:5px 14px;font-size:12px;font-weight:600}@media (width<=900px){.features-grid{grid-template-columns:repeat(2,1fr)}.feature-card--hero{grid-column:span 2}}@media (width<=600px){.features{padding:60px 0}.features-grid{grid-template-columns:1fr}.feature-card--hero{grid-column:span 1}}.screenshots{background:linear-gradient(180deg, var(--bg) 0%, #fff0f3 50%, var(--bg) 100%);padding:100px 0}.screenshots-scroll{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.screenshot-card{flex-direction:column;align-items:center;gap:16px;display:flex}.screenshot-frame{background:#1a1a1a;border-radius:36px;width:220px;height:460px;padding:10px;overflow:hidden;box-shadow:0 12px 40px #33212a26,inset 0 0 0 1px #ffffff14,inset 0 0 0 2.5px #2a2a2a}.screenshot-img{object-fit:cover;object-position:top;background:var(--bg);border-radius:28px;width:100%;height:100%}.screenshot-label{color:var(--ink);font-size:14px;font-weight:600}@media (width<=900px){.screenshots-scroll{gap:24px}.screenshot-frame{width:180px;height:380px}}@media (width<=600px){.screenshots{padding:60px 0}.screenshots-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;margin:0 -24px;padding:0 24px 16px;overflow-x:auto}.screenshot-card{scroll-snap-align:center;flex-shrink:0}}.how-it-works{padding:100px 0}.steps{justify-content:center;align-items:flex-start;gap:0;display:flex}.step-group{align-items:center;gap:0;display:flex}.step{text-align:center;max-width:260px;padding:32px 28px}.step-num{background:linear-gradient(135deg, var(--blush), var(--blush-dark));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;font-size:22px;font-weight:800;display:flex;box-shadow:0 4px 16px #f66f934d}.step h3{color:var(--ink);margin-bottom:8px;font-size:18px;font-weight:700}.step p{color:var(--muted);font-size:14px;line-height:1.6}.step-arrow{color:var(--blush-bg);flex-shrink:0;font-size:28px;font-weight:300}@media (width<=768px){.steps{flex-direction:column;align-items:center}.step-group{flex-direction:column}.step-arrow{margin:-8px 0;transform:rotate(90deg)}}.faq{padding:100px 0}.faq-list{flex-direction:column;gap:12px;max-width:700px;margin:0 auto;display:flex}.faq-item{background:var(--surface);border-radius:var(--radius);cursor:pointer;border:1px solid #f66f930f;padding:0;transition:all .2s;overflow:hidden}.faq-item:hover{border-color:#f66f9326;box-shadow:0 4px 16px #f66f930f}.faq-item--open{border-color:#f66f9326}.faq-question{color:var(--ink);justify-content:space-between;align-items:center;padding:20px 24px;font-size:16px;font-weight:600;display:flex}.faq-toggle{color:var(--blush);flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:22px;display:flex}.faq-answer{overflow:hidden}.faq-answer p{color:var(--muted);padding:0 24px 20px;font-size:15px;line-height:1.7}@media (width<=600px){.faq{padding:60px 0}.faq-question{padding:16px 20px;font-size:15px}.faq-answer p{padding:0 20px 16px;font-size:14px}}.cta{padding:100px 0}.cta-content{background:linear-gradient(135deg, var(--blush), #e75480, var(--blush-dark));text-align:center;border-radius:32px;padding:80px 40px;position:relative;overflow:hidden}.cta-content:before{content:"";background:#ffffff14;border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.cta-content:after{content:"";background:#ffffff0d;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-60px;left:-60px}.cta-hearts{margin-bottom:20px;font-size:48px}.cta-content h2{color:#fff;margin-bottom:12px;font-size:clamp(24px,4vw,36px);font-weight:800;position:relative}.cta-content>p{color:#ffffffd9;margin-bottom:32px;font-size:17px;position:relative}.cta-buttons{justify-content:center;display:flex;position:relative}.cta-note{color:#fff9;margin-top:16px;font-size:13px;position:relative}@media (width<=600px){.cta{padding:60px 0}.cta-content{border-radius:24px;padding:60px 24px}}.footer{background:var(--ink);color:#fff9;padding:64px 0 32px}.footer-inner{border-bottom:1px solid #ffffff14;justify-content:space-between;gap:40px;padding-bottom:40px;display:flex}.footer-logo{align-items:center;gap:8px;margin-bottom:12px;display:flex}.footer-logo-img{border-radius:10px;width:36px;height:36px}.footer .logo-text{color:#fff;font-size:18px;font-weight:700}.footer-tagline{color:#fff6;font-size:14px}.footer-links{gap:60px;display:flex}.footer-col{flex-direction:column;gap:10px;display:flex}.footer-col h4{color:#fff;margin-bottom:4px;font-size:14px;font-weight:600}.footer-col a{color:#ffffff80;font-size:14px;transition:color .2s}.footer-col a:hover{color:var(--blush-bg)}.footer-bottom{text-align:center;padding-top:24px}.footer-bottom p{color:#ffffff4d;font-size:13px}@media (width<=768px){.footer-inner{flex-direction:column;gap:32px}.footer-links{flex-wrap:wrap;gap:32px}}
