*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0;width:100%;min-height:100%;font-family:Inter,system-ui,-apple-system,sans-serif;color:#201a19;background:#fffbff;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffe6;backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}.header .container{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{font-weight:700;font-size:1.25rem;color:#f3724f}.nav{display:flex;align-items:center;gap:2rem}.nav a{font-size:.9rem;font-weight:500;color:#53433f;transition:color .2s}.nav a:hover{color:#f3724f}.nav-cta{background:#f3724f;color:#fff!important;padding:.5rem 1.25rem;border-radius:8px;transition:background .2s!important}.nav-cta:hover{background:#e05a3a!important}.lang-switcher{position:relative}.lang-switcher-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#53433f;padding:.4rem;border-radius:6px;transition:color .2s,background .2s}.lang-switcher-btn:hover{color:#f3724f;background:#f3724f14}.lang-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;box-shadow:0 4px 16px #0000001a;padding:.4rem;min-width:120px;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s,visibility .2s,transform .2s}.lang-switcher:hover .lang-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.lang-dropdown a{display:block;padding:.5rem .75rem;font-size:.85rem;font-weight:500;color:#53433f;border-radius:6px;transition:background .15s}.lang-dropdown a:hover{background:#f3724f14;color:#f3724f}.lang-dropdown a.active{color:#f3724f;font-weight:600}.hero{padding:10rem 0 6rem;background:linear-gradient(135deg,#fffbff,#ffdbd1,#f5ded8)}.hero-content{text-align:center;max-width:700px;margin:0 auto}.hero-icon{width:96px;height:96px;border-radius:22px;margin-bottom:1.5rem;box-shadow:0 4px 16px #0000001a}.hero h1{font-size:3rem;font-weight:700;line-height:1.15;margin:0 0 1.5rem;letter-spacing:-.02em}.highlight{color:#f3724f}.hero-subtitle{font-size:1.2rem;color:#53433f;line-height:1.7;margin:0 0 2rem}.store-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.store-badge-img{height:48px;width:auto;transition:transform .2s,opacity .2s}.store-badge-img:hover{transform:translateY(-2px);opacity:.85}.social-proof{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.9rem;color:#53433f}.stars{color:#ffbf00;letter-spacing:-1px}.rating{display:flex;align-items:center;gap:.4rem}.separator{color:#d8c2bc}.features{padding:6rem 0;background:#fff}.section-title{text-align:center;font-size:2rem;font-weight:700;margin:0 0 3rem;letter-spacing:-.01em}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{padding:2rem;border-radius:16px;background:#fffbff;border:1px solid rgb(216,194,188)}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.feature-card p{font-size:.9rem;color:#53433f;line-height:1.6;margin:0}.how-it-works{padding:6rem 0;background:#fffbff}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;text-align:center}.step-number{width:48px;height:48px;border-radius:50%;background:#f3724f;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin-bottom:1rem}.step h3{font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.step p{font-size:.9rem;color:#53433f;line-height:1.6;margin:0}.cta-section{padding:6rem 0;text-align:center;background:linear-gradient(135deg,#f3724f,#ffb5a1);color:#fff}.cta-section h2{font-size:2rem;font-weight:700;margin:0 0 .75rem}.cta-section p{font-size:1.1rem;opacity:.9;margin:0 0 2rem}.cta-section .copyright{font-size:.8rem;opacity:.6;margin:1.5rem 0 0}.cta-section .footer-links{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:3rem;font-size:.8rem}.cta-section .footer-links a{color:#fffc;transition:color .2s}.cta-section .footer-links a:hover{color:#fff}.footer-separator{color:#fff6}@media(max-width:768px){.nav{gap:.75rem}.nav-cta{padding:.4rem 1rem;font-size:.8rem}.hero{padding:8rem 0 4rem}.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:1.25rem}.steps{grid-template-columns:1fr;gap:2rem}.social-proof{flex-direction:column;gap:.25rem}.separator{display:none}.section-title{font-size:1.6rem}}
