*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--orange:#f35b24;--orange-light:#ff7a4a;--teal:#1298a8;--deep-teal:#0e6b77;--cream:#f8e9c8;--sand:#e9d2ad;--ink:#153148;--slate:#3d5e66;--paper:#fff7e8;--soft-white:#fffdf7;--outline:#d8bc93;--lemon:#f8c933;--leaf:#3e8a4b;--chili:#d84a2b;--font-display:"Baloo 2", cursive;--font-body:"DM Sans", sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-pill:999px;--shadow-soft:0 2px 8px #15314814;--shadow-card:0 4px 20px #1531480f;--shadow-elevated:0 8px 32px #1531481a;--max-width:1120px}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--soft-white);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;display:block}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}.header{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--outline);background:#fffdf7d9;position:fixed;top:0;left:0;right:0}.header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:14px 24px;display:flex}.header-logo{cursor:pointer;align-items:center;gap:10px;text-decoration:none;display:flex}.header-logo img{border-radius:var(--radius-sm);width:40px;height:40px}.header-logo span{font-family:var(--font-display);color:var(--ink);font-size:1.25rem;font-weight:700}.header-nav{align-items:center;gap:28px;display:flex}.header-nav a{color:var(--slate);font-size:.95rem;font-weight:500;transition:color .2s}.header-nav a:hover{color:var(--orange);text-decoration:none}.header-cta{background:var(--orange);border-radius:var(--radius-pill);padding:8px 20px;font-size:.9rem;font-weight:600;transition:background .2s,transform .2s;color:#fff!important}.header-cta:hover{background:var(--orange-light);transform:translateY(-1px)}.hero{text-align:center;background:linear-gradient(180deg, var(--cream) 0%, var(--soft-white) 100%);padding:140px 24px 80px}.hero-inner{max-width:720px;margin:0 auto}.hero-badge{background:var(--paper);border:1px solid var(--outline);border-radius:var(--radius-pill);color:var(--deep-teal);margin-bottom:24px;padding:6px 16px;font-size:.85rem;font-weight:600;display:inline-block}.hero h1{font-family:var(--font-display);color:var(--ink);margin-bottom:20px;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;line-height:1.15}.hero h1 .accent{color:var(--orange)}.hero p{color:var(--slate);max-width:540px;margin:0 auto 36px;font-size:clamp(1.05rem,2vw,1.2rem)}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.btn{border-radius:var(--radius-pill);font-family:var(--font-body);cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn:hover{text-decoration:none;transform:translateY(-2px)}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 4px 16px #f35b244d}.btn-primary:hover{box-shadow:0 6px 24px #f35b2466}.btn-secondary{background:var(--paper);color:var(--ink);border:1px solid var(--outline)}.btn-secondary:hover{background:var(--cream)}.store-icon{width:20px;height:20px}.features{padding:80px 24px}.features-inner{max-width:var(--max-width);margin:0 auto}.section-label{font-family:var(--font-display);color:var(--teal);text-transform:uppercase;letter-spacing:1.5px;text-align:center;margin-bottom:12px;font-size:.85rem;font-weight:700}.section-title{font-family:var(--font-display);text-align:center;color:var(--ink);margin-bottom:12px;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700}.section-subtitle{text-align:center;color:var(--slate);max-width:560px;margin:0 auto 48px;font-size:1.05rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.feature-card{background:var(--paper);border:1px solid var(--outline);border-radius:var(--radius-xl);padding:32px 28px;transition:transform .2s,box-shadow .2s}.feature-card:hover{box-shadow:var(--shadow-elevated);transform:translateY(-4px)}.feature-icon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:1.6rem;display:flex}.feature-card h3{font-family:var(--font-display);color:var(--ink);margin-bottom:8px;font-size:1.2rem;font-weight:700}.feature-card p{color:var(--slate);font-size:.95rem;line-height:1.55}.screenshots{background:linear-gradient(180deg, var(--soft-white) 0%, var(--cream) 50%, var(--soft-white) 100%);padding:80px 24px;overflow:hidden}.screenshots-inner{max-width:var(--max-width);margin:0 auto}.screenshots-carousel{flex-wrap:wrap;justify-content:center;gap:24px;margin-top:48px;display:flex}.screenshot-slot{border-radius:var(--radius-xl);background:var(--paper);border:2px dashed var(--outline);width:220px;height:440px;color:var(--sand);text-align:center;flex-shrink:0;justify-content:center;align-items:center;padding:24px;font-size:.9rem;font-weight:500;transition:transform .2s;display:flex}.screenshot-slot:hover{transform:scale(1.02)}.screenshot-slot img{object-fit:cover;border-radius:calc(var(--radius-xl) - 2px);width:100%;height:100%}.how-it-works{padding:80px 24px}.how-it-works-inner{max-width:var(--max-width);margin:0 auto}.steps{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px;margin-top:48px;display:grid}.step{text-align:center;position:relative}.step-number{background:var(--orange);color:#fff;width:56px;height:56px;font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:1.4rem;font-weight:800;display:flex;box-shadow:0 4px 16px #f35b2440}.step h3{font-family:var(--font-display);color:var(--ink);margin-bottom:8px;font-size:1.15rem;font-weight:700}.step p{color:var(--slate);max-width:280px;margin:0 auto;font-size:.95rem;line-height:1.55}.cta-section{text-align:center;padding:80px 24px}.cta-card{background:linear-gradient(135deg, var(--orange) 0%, var(--chili) 100%);border-radius:var(--radius-xl);color:#fff;max-width:640px;margin:0 auto;padding:56px 40px;box-shadow:0 12px 40px #f35b2440}.cta-card h2{font-family:var(--font-display);margin-bottom:12px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.cta-card p{opacity:.92;max-width:440px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:1.05rem}.btn-white{color:var(--orange);background:#fff;box-shadow:0 4px 16px #0000001f}.btn-white:hover{box-shadow:0 6px 24px #0000002e}.footer{border-top:1px solid var(--outline);background:var(--paper);padding:48px 24px 32px}.footer-inner{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;margin:0 auto;display:flex}.footer-brand{align-items:center;gap:10px;display:flex}.footer-brand img{border-radius:var(--radius-sm);width:36px;height:36px}.footer-brand span{font-family:var(--font-display);color:var(--ink);font-size:1.1rem;font-weight:700}.footer-links{flex-wrap:wrap;gap:24px;display:flex}.footer-links a{color:var(--slate);font-size:.9rem;font-weight:500;transition:color .2s}.footer-links a:hover{color:var(--orange);text-decoration:none}.footer-bottom{max-width:var(--max-width);border-top:1px solid var(--outline);text-align:center;color:var(--sand);margin:24px auto 0;padding-top:20px;font-size:.82rem}.legal-page{max-width:780px;margin:0 auto;padding:120px 24px 80px}.legal-page h1{font-family:var(--font-display);color:var(--ink);margin-bottom:8px;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.legal-page .last-updated{color:var(--sand);margin-bottom:40px;font-size:.9rem}.legal-page h2{font-family:var(--font-display);color:var(--ink);margin:36px 0 12px;font-size:1.3rem;font-weight:700}.legal-page h3{font-family:var(--font-display);color:var(--ink);margin:24px 0 8px;font-size:1.1rem;font-weight:600}.legal-page p{color:var(--slate);margin-bottom:16px;font-size:.95rem;line-height:1.7}.legal-page ul{color:var(--slate);margin-bottom:16px;padding-left:24px;font-size:.95rem;line-height:1.7}.legal-page li{margin-bottom:6px}.legal-page a{color:var(--teal);font-weight:500}@media (width<=768px){.header-nav{display:none}.hero{padding:120px 20px 60px}.features,.screenshots,.how-it-works,.cta-section{padding:60px 20px}.screenshots-carousel{gap:16px}.screenshot-slot{width:180px;height:360px}.cta-card{padding:40px 24px}.footer-inner{text-align:center;flex-direction:column;align-items:center}.footer-links{justify-content:center}}@media (width<=480px){.hero-buttons{flex-direction:column;align-items:center}.screenshot-slot{width:160px;height:320px}}
