:root{--accent: #6366f1;--accent-2: #a5b4fc;--bg: #0f0f1a;--bg-2: #1a1a2e;--bg-3: #232340;--text: #e2e8f0;--muted: #94a3b8;--border: rgba(148, 163, 184, .15)}:where(.astro-j7pv25f6){box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a:where(.astro-j7pv25f6){color:var(--accent-2);text-decoration:none;transition:color .15s}a:where(.astro-j7pv25f6):hover{color:var(--accent)}img:where(.astro-j7pv25f6){max-width:100%;display:block}nav:where(.astro-j7pv25f6){position:sticky;top:0;z-index:10;background:#0f0f1ad9;backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:1rem 1.5rem}.nav-inner:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.nav-logo:where(.astro-j7pv25f6){font-weight:700;font-size:1.25rem;color:var(--text);letter-spacing:-.02em}.nav-links:where(.astro-j7pv25f6){display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.95rem}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--muted)}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text)}section:where(.astro-j7pv25f6){padding:5rem 1.5rem}.container:where(.astro-j7pv25f6){max-width:1100px;margin:0 auto}.container-narrow:where(.astro-j7pv25f6){max-width:760px;margin:0 auto}.hero:where(.astro-j7pv25f6){padding-top:7rem;padding-bottom:4rem;text-align:center}.hero:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6){font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--text) 0%,var(--accent-2) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero:where(.astro-j7pv25f6) .sub:where(.astro-j7pv25f6){font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--muted);max-width:720px;margin:0 auto 2.5rem}.cta-row:where(.astro-j7pv25f6){display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn:where(.astro-j7pv25f6){display:inline-block;padding:.85rem 1.75rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .15s;border:1px solid transparent}.btn-primary:where(.astro-j7pv25f6){background:var(--accent);color:#fff}.btn-primary:where(.astro-j7pv25f6):hover{background:var(--accent-2);color:var(--bg)}.btn-secondary:where(.astro-j7pv25f6){background:transparent;color:var(--text);border-color:var(--border)}.btn-secondary:where(.astro-j7pv25f6):hover{border-color:var(--accent-2);color:var(--accent-2)}.screenshot-hero:where(.astro-j7pv25f6){padding:2rem 1.5rem 5rem}.screenshot-hero:where(.astro-j7pv25f6) img:where(.astro-j7pv25f6){max-width:900px;margin:0 auto;border-radius:12px;box-shadow:0 20px 60px #6366f140;border:1px solid var(--border)}.problem:where(.astro-j7pv25f6){background:var(--bg-2)}.problem:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:1.5rem;text-align:center}.problem:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:1.15rem;color:var(--muted);max-width:720px;margin:0 auto 1.25rem;text-align:center}.problem:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6) strong:where(.astro-j7pv25f6){color:var(--text)}.benefits:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:.75rem;text-align:center}.benefits:where(.astro-j7pv25f6) .lead:where(.astro-j7pv25f6){color:var(--muted);text-align:center;margin-bottom:3rem;font-size:1.1rem}.benefit-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem}.benefit:where(.astro-j7pv25f6){padding:1.5rem;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;transition:border-color .15s}.benefit:where(.astro-j7pv25f6):hover{border-color:var(--accent)}.benefit:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1.1rem;margin-bottom:.5rem;color:var(--accent-2)}.benefit:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--muted);font-size:.95rem}.screenshots:where(.astro-j7pv25f6){background:var(--bg-2)}.screenshots:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;text-align:center;margin-bottom:3rem}.ss-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:1.5rem}.ss-card:where(.astro-j7pv25f6) img:where(.astro-j7pv25f6){border-radius:10px;border:1px solid var(--border);box-shadow:0 10px 30px #0000004d}.ss-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){margin-top:.75rem;color:var(--muted);font-size:.9rem;text-align:center}.personas:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;text-align:center;margin-bottom:3rem}.persona-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.persona:where(.astro-j7pv25f6){padding:2rem;background:var(--bg-2);border:1px solid var(--border);border-radius:12px;transition:transform .2s,border-color .15s}.persona:where(.astro-j7pv25f6):hover{transform:translateY(-4px);border-color:var(--accent)}.persona:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1.4rem;margin-bottom:.75rem;color:var(--accent-2)}.persona:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--muted);margin-bottom:1.5rem}.persona:where(.astro-j7pv25f6) .btn:where(.astro-j7pv25f6){font-size:.9rem;padding:.6rem 1.25rem}.how:where(.astro-j7pv25f6){background:var(--bg-2)}.how:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;text-align:center;margin-bottom:3rem}.steps:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;counter-reset:step}.step:where(.astro-j7pv25f6){padding:2rem 1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:12px;position:relative}.step:where(.astro-j7pv25f6):before{counter-increment:step;content:counter(step);position:absolute;top:-1rem;left:1.5rem;width:2.5rem;height:2.5rem;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.step:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1.2rem;margin:.5rem 0 .75rem;color:var(--text)}.step:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--muted);font-size:.95rem}.cta-final:where(.astro-j7pv25f6){padding:6rem 1.5rem;text-align:center;background:linear-gradient(135deg,var(--bg) 0%,var(--bg-3) 100%)}.cta-final:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.cta-final:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--muted);font-size:1.15rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}footer:where(.astro-j7pv25f6){padding:2.5rem 1.5rem;border-top:1px solid var(--border);text-align:center;color:var(--muted);font-size:.9rem}footer:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--muted);margin:0 .5rem}footer:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--accent-2)}
