:root{--bg:#fefcff;--bg-alt:#fff0f5;--pink-100:#ffe4ee;--pink-400:#ff9ab5;--pink-500:#ff7b8e;--pink-600:#ff5a6e;--text-dark:#3d1820;--text-med:#7a3540;--text-soft:#a06070;--white:#fff;--grad:linear-gradient(135deg, #ff6b7a 0%, #ff9ab5 100%);--shadow-s:0 2px 10px #ff6b7a21;--shadow-m:0 8px 28px #ff6b7a2e;--shadow-l:0 16px 48px #ff6b7a3d;--r-s:12px;--r-m:20px;--r-l:28px;--wrap:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{background:var(--bg);color:var(--text-dark);max-width:100%;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}h1,h2,h3,h4,.badge,.price,.nav-cta,.btn-primary,.btn-outline{font-family:Fredoka,sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.025)}}.afu{opacity:0;transition:none;transform:translateY(32px)}.afu.visible{animation:.7s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.delay-1.visible{animation-delay:80ms}.delay-2.visible{animation-delay:.18s}.delay-3.visible{animation-delay:.28s}.delay-4.visible{animation-delay:.38s}.float-anim{animation:4s ease-in-out infinite float}.pulse{animation:2.5s ease-in-out infinite pulse}.navbar{z-index:200;-webkit-backdrop-filter:blur(14px);background:#fefcffe6;border-bottom:1px solid #ff9ab52e;position:sticky;top:0}.nav-container{max-width:var(--wrap);justify-content:space-between;align-items:center;margin:0 auto;padding:.9rem 1.25rem;display:flex}.logo{color:var(--text-dark);align-items:center;gap:.45rem;font-size:1.35rem;font-weight:700;text-decoration:none;display:flex}.logo-img{object-fit:cover;border:2px solid #ff9ab580;border-radius:9px;width:34px;height:34px;box-shadow:0 2px 8px #ff6b7a33}.nav-cta{background:var(--grad);color:#fff;border-radius:var(--r-s);cursor:pointer;box-shadow:var(--shadow-s);border:none;padding:.5rem 1.1rem;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s}.nav-cta:hover{box-shadow:var(--shadow-m);transform:translateY(-2px)}.hero{text-align:center;max-width:var(--wrap);flex-direction:column;align-items:center;gap:2rem;margin:0 auto;padding:3.5rem 1.25rem 2.5rem;display:flex;position:relative}.hero:before,.hero:after{content:"";pointer-events:none;z-index:-1;border-radius:50%;position:absolute}.hero:before{background:radial-gradient(circle,#ff9ab529 0%,#0000 70%);width:300px;height:300px;top:-60px;right:0}.hero:after{background:radial-gradient(circle,#ff6b7a1c 0%,#0000 70%);width:220px;height:220px;bottom:-40px;left:0}.hero-content{flex-direction:column;align-items:center;gap:1.1rem;display:flex}.hero-tag{background:var(--pink-100);color:var(--pink-600);border-radius:999px;padding:.3rem .95rem;font-size:.82rem;font-weight:600;display:inline-block}.hero h1{color:var(--text-dark);font-size:2.35rem;line-height:1.15}.hero h1 .highlight{color:var(--pink-600)}.hero p{color:var(--text-soft);max-width:440px;font-size:1rem}.store-badges{flex-flow:wrap;justify-content:center;gap:.75rem;width:100%;display:flex}.store-badge{color:#fff;border-radius:var(--r-s);background:#111;border:1px solid #ffffff14;flex:1;align-items:center;gap:8px;min-width:145px;max-width:200px;height:52px;padding:8px 14px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #00000038}.store-badge:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 22px #0000004d}.store-text{flex-direction:column;display:flex}.store-small{opacity:.8;margin-bottom:2px;font-size:.58rem;line-height:1}.store-large{font-size:1.1rem;font-weight:600;line-height:1}.hero-image img{width:200px;height:auto}.wave-divider{line-height:0;overflow:hidden}.wave-divider svg{width:100%;height:60px;display:block}.wave-flip{transform:scaleX(-1)}.section-header{text-align:center;margin-bottom:2.5rem}.section-title{color:var(--text-dark);margin-bottom:.5rem;font-size:2rem;line-height:1.2}.section-subtitle{color:var(--text-soft);max-width:520px;margin:0 auto;font-size:1rem}.empathy{background:var(--bg-alt);padding:4rem 1.25rem 3rem}.empathy .section-header,.empathy .cards-grid,.empathy .mascot-row{max-width:var(--wrap);margin-left:auto;margin-right:auto}.empathy .section-header{margin-bottom:2rem}.cards-grid{grid-template-columns:1fr;gap:1.1rem;margin-bottom:2.5rem;display:grid}.glass-card{background:var(--white);border-radius:var(--r-m);box-shadow:var(--shadow-s);border:1.5px solid #ff9ab533;padding:1.6rem 1.4rem;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.glass-card:before{content:"";background:var(--grad);opacity:0;height:3.5px;transition:opacity .25s;position:absolute;inset:0 0 auto}.glass-card:hover{box-shadow:var(--shadow-m);transform:translateY(-6px)}.glass-card:hover:before{opacity:1}.card-emoji{margin-bottom:.65rem;font-size:2rem;line-height:1}.glass-card h3{color:var(--text-dark);margin-bottom:.35rem;font-size:1.15rem}.glass-card p{color:var(--text-soft);font-size:.92rem;line-height:1.5}.mascot-row{text-align:center}.section-mascot{max-width:150px;display:inline-block}.how-it-works{max-width:var(--wrap);margin:0 auto;padding:4rem 1.25rem}.steps-row{flex-direction:column;align-items:center;gap:0;display:flex}.step{background:var(--white);border-radius:var(--r-m);text-align:center;width:100%;max-width:320px;box-shadow:var(--shadow-s);border:1.5px solid #ff9ab538;padding:1.75rem 1.4rem}.step-num{background:var(--grad);color:#fff;width:46px;height:46px;box-shadow:var(--shadow-s);border-radius:50%;justify-content:center;align-items:center;margin:0 auto .9rem;font-family:Fredoka,sans-serif;font-size:1.4rem;font-weight:700;display:flex}.step h3{color:var(--text-dark);margin-bottom:.4rem;font-size:1.15rem}.step p{color:var(--text-soft);font-size:.92rem}.step-connector{background:linear-gradient(180deg, var(--pink-400), transparent);width:2px;height:36px}.features{max-width:var(--wrap);margin:0 auto;padding:4rem 1.25rem}.feature-row{flex-direction:column;align-items:center;gap:2rem;margin-bottom:4rem;display:flex}.feature-row:last-child{margin-bottom:0}.feature-text{text-align:center}.feature-tag{background:var(--pink-100);color:var(--pink-600);border-radius:999px;margin-bottom:.65rem;padding:.28rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}.feature-text h2{color:var(--text-dark);margin-bottom:.65rem;font-size:1.85rem}.feature-text p{color:var(--text-soft);margin-bottom:1.1rem;font-size:.98rem}.feature-list{text-align:left;flex-direction:column;gap:.4rem;list-style:none;display:inline-flex}.feature-list li{color:var(--text-med);font-size:.92rem;font-weight:500}.feature-visual{justify-content:center;display:flex}.phone-frame{background:var(--pink-100);border-radius:var(--r-l);box-shadow:var(--shadow-m);border:2px solid #ff9ab54d;width:100%;max-width:280px;padding:.9rem}.phone-frame img{border-radius:var(--r-m);width:100%}.pricing{background:var(--bg-alt);padding:4rem 1.25rem 5rem}.pricing-header{text-align:center;max-width:var(--wrap);margin-bottom:2.5rem;margin-left:auto;margin-right:auto}.pricing-header .section-title{margin-bottom:1.1rem}.fomo-banner{color:#92400e;border-radius:var(--r-s);background:#fffbea;border:1px solid #fde68a;margin-bottom:1.4rem;padding:.65rem 1.1rem;font-size:.88rem;font-weight:500;line-height:1.5;display:inline-block}.progress-container{max-width:380px;margin:0 auto}.progress-info{justify-content:space-between;margin-bottom:.45rem;font-size:.83rem;display:flex}.taken{color:var(--pink-600);font-weight:600}.remaining{color:var(--text-soft)}.progress-bar{background:var(--pink-100);border-radius:999px;height:9px;overflow:hidden}.progress-fill{background:var(--grad);border-radius:999px;height:100%;transition:width 1.2s ease-in-out}.pricing-grid{flex-direction:column;gap:1.5rem;max-width:860px;margin:0 auto;display:flex}.pricing-card{background:var(--white);border-radius:var(--r-l);text-align:center;border:1.5px solid #e8e8e8;padding:2rem 1.75rem}.pricing-card.founder{box-shadow:var(--shadow-m);background:linear-gradient(160deg,#fff0f5 0%,#fffafc 100%);border-color:#ff9ab58c}.badge{letter-spacing:1px;border-radius:8px;margin-bottom:.9rem;padding:.28rem .8rem;font-size:.7rem;font-weight:700;display:inline-block}.badge.gray{color:#9e9e9e;background:#efefef}.badge.gradient{background:var(--grad);color:#fff}.pricing-card h3{color:var(--text-dark);margin-bottom:.4rem;font-size:1.5rem}.limit{color:#bdbdbd;margin-bottom:1.2rem;font-size:.9rem}.founder .limit{color:var(--text-soft)}.price-box{margin-bottom:1.4rem}.price{color:#bdbdbd;font-size:2.4rem;font-weight:700}.period{color:#bdbdbd;font-size:.95rem}.founder-price .old-price{color:#bdbdbd;margin-bottom:.2rem;font-size:.95rem;text-decoration:line-through;display:block}.main-price{justify-content:center;align-items:baseline;gap:.2rem;display:flex}.main-price .currency{color:var(--pink-600);font-size:1.4rem;font-weight:700}.main-price .amount{background:linear-gradient(135deg,#ff5a6e,#ff9ab5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3.4rem;font-weight:700;line-height:1}.main-price .period{color:var(--pink-400);font-size:.95rem;font-weight:600}.fact{color:#e65100;background:#fff3e0;border-radius:10px;margin-top:.7rem;padding:.32rem .7rem;font-size:.76rem;font-weight:500;display:inline-block}.plan-features{text-align:left;flex-direction:column;gap:.45rem;margin-bottom:1.6rem;list-style:none;display:flex}.plan-features li{color:var(--text-soft);font-size:.9rem;font-weight:500}.founder-features li{color:var(--text-med)}.btn-primary{border-radius:var(--r-m);background:var(--grad);color:#fff;cursor:pointer;box-shadow:var(--shadow-m);border:none;justify-content:center;align-items:center;padding:.95rem 1.4rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-primary:hover{box-shadow:var(--shadow-l);transform:translateY(-3px)}.btn-outline{border-radius:var(--r-m);color:#9e9e9e;cursor:pointer;background:0 0;border:1.5px solid #e0e0e0;justify-content:center;align-items:center;padding:.9rem 1.4rem;font-size:.95rem;font-weight:600;transition:border-color .2s,color .2s;display:inline-flex}.btn-outline:hover{border-color:var(--pink-400);color:var(--text-dark)}.w-full{width:100%}footer{background:var(--text-dark);text-align:center;padding:3rem 1.25rem}.footer-content{max-width:var(--wrap);margin:0 auto}.footer-logo{color:#fff;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.2rem;font-size:1.3rem;font-weight:700;display:flex}.footer-logo img{object-fit:cover;border:1.5px solid #ff9ab566;border-radius:7px;width:28px}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.2rem;margin-bottom:1.1rem;font-size:.87rem;display:flex}.footer-links a{color:#ffffff8c;padding:0 .25rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-links .sep{color:#fff3}.copyright{color:#ffffff4d;font-size:.8rem}@media (width>=640px){.cards-grid{grid-template-columns:repeat(3,1fr)}.steps-row{flex-direction:row;justify-content:center;align-items:flex-start}.step{max-width:240px}.step-connector{background:linear-gradient(90deg, var(--pink-400), transparent);flex-shrink:0;width:56px;height:2px;margin-top:3.6rem}}@media (width>=900px){.nav-container{padding:1.1rem 2rem}.hero{text-align:left;flex-direction:row;justify-content:space-between;align-items:center;gap:3.5rem;padding:5.5rem 2rem 4rem}.hero-content{flex:1;align-items:flex-start}.hero p{margin:0}.store-badges{justify-content:flex-start}.store-badge{flex:none;max-width:none}.hero-image{flex:none}.hero-image img{width:320px}.hero-app-icon{border-radius:56px;width:260px;height:260px}.hero h1{font-size:3.5rem}.hero p{font-size:1.15rem}.empathy,.how-it-works,.features,.pricing{padding-left:2rem;padding-right:2rem}.section-title{font-size:2.5rem}.cards-grid{gap:1.5rem}.step{max-width:280px}.step-connector{width:64px}.feature-row{flex-direction:row;align-items:center;gap:4rem}.feature-row.reverse{flex-direction:row-reverse}.feature-text{text-align:left;flex:1}.feature-text h2{font-size:2.1rem}.feature-visual{flex:none}.phone-frame{max-width:310px}.pricing-grid{flex-direction:row;align-items:stretch}.pricing-card{flex:1}.pricing-card.founder{z-index:1;transform:scale(1.04)}}
