*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fff;--bg-subtle:#f5f3ff;--bg-purple:#f0ebff;--text:#1a1333;--text-muted:#5c5470;--primary:#5b21b6;--primary-light:#7c3aed;--accent-blue:#3b82f6;--accent-blue-light:#60a5fa;--gradient-hero:linear-gradient(135deg, #4c1d95 0%, #6366f1 45%, #3b82f6 100%);--gradient-soft:linear-gradient(180deg, #f5f3ff 0%, #fff 100%);--card-shadow:0 8px 32px #5b21b61a;--radius:16px;--radius-sm:10px;--header-height:72px;--font:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:var(--primary-light);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;font-family:inherit}.site-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #5b21b614;position:sticky;top:0}.site-header__inner{max-width:1120px;height:var(--header-height);align-items:center;gap:32px;margin:0 auto;padding:0 24px;display:flex}.site-header__brand{color:var(--text);flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.site-header__brand:hover{text-decoration:none}.site-header__logo{object-fit:contain;background:0 0;width:44px;height:44px}.site-header__name{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.35rem;font-weight:700}.site-header__nav{align-items:center;gap:28px;margin-left:auto;display:flex}.site-header__nav a{color:var(--text-muted);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.site-header__nav a:hover,.site-header__nav a.active{color:var(--primary);text-decoration:none}.site-header__cta{background:var(--gradient-hero);border-radius:999px;flex-shrink:0;padding:10px 20px;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #6366f159;color:#fff!important;text-decoration:none!important}.site-header__cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6366f173;text-decoration:none!important}@media (width<=768px){.site-header__inner{gap:12px;padding:0 16px}.site-header__nav{gap:14px;font-size:.85rem}.site-header__nav a:not(.active):not([href=\#download]){display:none}.site-header__name{font-size:1.15rem}.site-header__cta{padding:8px 14px;font-size:.8rem}}.site-footer{background:linear-gradient(180deg, var(--bg-subtle) 0%, #ebe6ff 100%);border-top:1px solid #5b21b61a;margin-top:auto;padding:48px 24px 32px}.site-footer__inner{flex-wrap:wrap;align-items:flex-start;gap:32px 48px;max-width:1120px;margin:0 auto;display:flex}.site-footer__brand{flex:240px;align-items:center;gap:14px;display:flex}.site-footer__logo{object-fit:contain;background:0 0;width:48px;height:48px}.site-footer__brand strong{color:var(--text);font-size:1.1rem;display:block}.site-footer__brand p{color:var(--text-muted);margin-top:4px;font-size:.9rem}.site-footer__links{flex-direction:column;gap:10px;display:flex}.site-footer__links a{color:var(--text-muted);font-weight:500;text-decoration:none}.site-footer__links a:hover{color:var(--primary)}.site-footer__copy{width:100%;color:var(--text-muted);border-top:1px solid #5b21b614;padding-top:24px;font-size:.85rem}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__main{flex:1}.home{overflow-x:hidden}.hero{max-width:1120px;min-height:calc(100vh - var(--header-height) - 120px);grid-template-columns:1fr 1fr;align-items:center;gap:48px;margin:0 auto;padding:56px 24px 80px;display:grid}.hero__badge{background:var(--bg-purple);color:var(--primary);letter-spacing:.02em;border-radius:999px;margin-bottom:20px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-block}.hero__title{color:var(--text);margin-bottom:20px;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:800;line-height:1.15}.hero__title span{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:var(--text-muted);max-width:480px;margin-bottom:32px;font-size:1.15rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:14px;display:flex}.btn{border-radius:999px;justify-content:center;align-items:center;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn--primary{background:var(--gradient-hero);color:#fff;box-shadow:0 4px 20px #6366f166}.btn--outline{color:var(--primary);background:#fff;border:2px solid #5b21b640}.btn--outline:hover{border-color:var(--primary-light);background:var(--bg-subtle)}.hero__visual{justify-content:center;align-items:center;display:flex;position:relative}.hero__glow{pointer-events:none;background:radial-gradient(#6366f140 0%,#0000 70%);width:80%;height:80%;position:absolute}.hero__screen{width:100%;max-width:320px;box-shadow:var(--card-shadow), 0 24px 48px #1a13331f;border-radius:24px;position:relative}.section{padding:80px 24px}.section:nth-child(2n){background:var(--gradient-soft)}.section__inner{max-width:1120px;margin:0 auto}.section__title{text-align:center;color:var(--text);margin-bottom:12px;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800}.section__lead{text-align:center;color:var(--text-muted);max-width:560px;margin:0 auto 48px;font-size:1.1rem}.features__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.feature-card{border-radius:var(--radius);box-shadow:var(--card-shadow);background:#fff;border:1px solid #5b21b60f;padding:32px 28px;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #5b21b624}.feature-card__icon{margin-bottom:16px;font-size:2.5rem;display:block}.feature-card h3{color:var(--text);margin-bottom:10px;font-size:1.2rem}.feature-card p{color:var(--text-muted);font-size:.95rem;line-height:1.65}.screenshots__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.screenshot-card{text-align:center;margin:0}.screenshot-card img{border-radius:var(--radius);width:100%;box-shadow:var(--card-shadow);transition:transform .25s}.screenshot-card:hover img{transform:scale(1.02)}.screenshot-card figcaption{color:var(--primary);margin-top:14px;font-size:.95rem;font-weight:600}.steps{counter-reset:none;grid-template-columns:repeat(4,1fr);gap:24px;list-style:none;display:grid}.step{border-radius:var(--radius);box-shadow:var(--card-shadow);background:#fff;border:1px solid #5b21b614;flex-direction:column;align-items:flex-start;gap:16px;padding:28px 24px;display:flex}.step__num{background:var(--gradient-hero);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:700;display:flex}.step h3{margin-bottom:8px;font-size:1.05rem}.step p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.cta{color:#fff;padding:100px 24px;background:var(--gradient-hero)!important}.cta__inner{text-align:center;max-width:640px;margin:0 auto}.cta__logo{object-fit:contain;background:0 0;width:80px;height:80px;margin:0 auto 24px}.cta h2{margin-bottom:16px;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800}.cta p{opacity:.92;margin-bottom:32px;font-size:1.1rem;line-height:1.7}.cta__coming{background:#ffffff26;border:1px solid #ffffff59;border-radius:999px;padding:12px 24px;font-size:.95rem;font-weight:600;display:inline-block}@media (width<=1024px){.hero{text-align:center;grid-template-columns:1fr;padding-top:40px}.hero__subtitle{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__visual{order:-1}.hero__screen{max-width:260px}.features__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.screenshots__grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr 1fr}}@media (width<=600px){.screenshots__grid{grid-template-columns:1fr;max-width:280px;margin:0 auto}.steps{grid-template-columns:1fr}}.privacy__hero{background:var(--gradient-hero);color:#fff;padding:48px 24px 56px}.privacy__hero-inner{max-width:800px;margin:0 auto}.privacy__back{color:#ffffffe6;margin-bottom:24px;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-block}.privacy__back:hover{color:#fff;text-decoration:underline}.privacy__hero h1{margin-bottom:12px;font-size:clamp(1.5rem,4vw,2rem);font-weight:800;line-height:1.3}.privacy__updated{opacity:.85;font-size:.95rem}.privacy__body{max-width:800px;margin:0 auto;padding:48px 24px 80px}.privacy__body section{margin-bottom:40px}.privacy__body h2{color:var(--primary);border-bottom:2px solid var(--bg-purple);margin-bottom:16px;padding-bottom:8px;font-size:1.35rem;font-weight:700}.privacy__body h3{color:var(--text);margin:20px 0 10px;font-size:1.05rem;font-weight:600}.privacy__body p{color:var(--text-muted);margin-bottom:14px;line-height:1.75}.privacy__body ul,.privacy__body ol{color:var(--text-muted);margin:0 0 16px 1.25rem;line-height:1.75}.privacy__body li{margin-bottom:8px}.privacy__body a{color:var(--primary-light);font-weight:500}.privacy__body strong{color:var(--text)}
