*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1e293b;background-color:#f8fafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;background-color:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.06)}.nav-brand a{font-size:1.5rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.02em}.nav-brand a span{color:#10b981}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:#94a3b8;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.nav-links a:hover{color:#fff}.nav-cta{background-color:#10b981;color:#fff!important;padding:.5rem 1.25rem;border-radius:.5rem;font-weight:600;font-size:.9rem;transition:background-color .2s,transform .2s}.nav-cta:hover{background-color:#059669;transform:translateY(-1px)}main{flex:1}.home{width:100%}.hero{position:relative;text-align:center;padding:7rem 2rem 8rem;background:linear-gradient(160deg,#0f172a,#1e293b,#0f172a);color:#fff;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,rgba(16,185,129,.08) 0%,transparent 50%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#10b9811f;border:1px solid rgba(16,185,129,.25);color:#34d399;padding:.4rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:500;margin-bottom:2rem}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.25rem;max-width:800px;margin-left:auto;margin-right:auto;letter-spacing:-.03em}.hero h1 .highlight{color:#10b981}.subtitle{font-size:1.25rem;color:#94a3b8;max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background-color:#10b981;color:#fff;border:none;padding:.9rem 2rem;font-size:1rem;font-weight:600;border-radius:.625rem;cursor:pointer;transition:background-color .2s,transform .2s,box-shadow .2s;text-decoration:none}.btn-primary:hover{background-color:#059669;transform:translateY(-2px);box-shadow:0 10px 30px #10b9814d}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background-color:transparent;color:#e2e8f0;border:1px solid rgba(255,255,255,.15);padding:.9rem 2rem;font-size:1rem;font-weight:600;border-radius:.625rem;cursor:pointer;transition:background-color .2s,transform .2s;text-decoration:none}.btn-secondary:hover{background-color:#ffffff0d;transform:translateY(-2px)}.how-it-works{padding:6rem 2rem;background-color:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:.75rem;letter-spacing:-.02em}.section-header p{color:#64748b;font-size:1.1rem;max-width:500px;margin:0 auto}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem;max-width:1100px;margin:0 auto}.step-card{text-align:center;padding:2.5rem 1.5rem;border-radius:1rem;background:#f8fafc;border:1px solid #e2e8f0;transition:transform .3s,box-shadow .3s}.step-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000000f}.step-icon{width:64px;height:64px;border-radius:1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem;box-shadow:0 10px 20px #10b98133}.step-card h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.step-card p{color:#64748b;font-size:.95rem;line-height:1.65}.features-section{padding:6rem 2rem;background-color:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.feature-card{background:#fff;padding:2.25rem;border-radius:1rem;border:1px solid #e2e8f0;transition:transform .3s,box-shadow .3s,border-color .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000000d;border-color:#10b981}.feature-icon{width:48px;height:48px;border-radius:.75rem;background:#10b9811a;color:#10b981;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1.25rem}.feature-card h3{color:#0f172a;margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.feature-card p{color:#64748b;font-size:.95rem;line-height:1.65}.source-section{padding:6rem 2rem;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff}.source-content{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.source-text h2{font-size:2.25rem;font-weight:800;margin-bottom:1.25rem;letter-spacing:-.02em}.source-text h2 span{color:#10b981}.source-text p{color:#94a3b8;margin-bottom:1.5rem;line-height:1.7}.source-stats{display:flex;gap:2rem;margin-top:2rem}.stat-item h4{font-size:1.75rem;font-weight:800;color:#10b981}.stat-item p{color:#64748b;font-size:.9rem;margin:0}.source-visual{display:flex;align-items:center;justify-content:center;position:relative}.source-visual .video-preview{width:100%;max-width:380px;aspect-ratio:16 / 9;background:linear-gradient(135deg,#1e293b,#334155);border-radius:1rem;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;position:relative;overflow:hidden}.video-preview .play-btn{width:56px;height:56px;border-radius:50%;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;box-shadow:0 10px 30px #10b9814d}.video-preview .timestamp-tag{background:#10b98126;color:#34d399;padding:.25rem .75rem;border-radius:.375rem;font-size:.8rem;font-weight:600;font-family:monospace}.cta-section{padding:6rem 2rem;text-align:center;background-color:#fff}.cta-section h2{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem;letter-spacing:-.02em}.cta-section p{color:#64748b;font-size:1.15rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.privacy{max-width:800px;margin:3rem auto;padding:3rem;background:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 4px 20px #00000008}.privacy h1{color:#0f172a;margin-bottom:.5rem;font-size:2rem;font-weight:800}.last-updated{color:#94a3b8;font-size:.875rem;margin-bottom:2.5rem}.privacy section{margin-bottom:2.5rem}.privacy h2{color:#0f172a;font-size:1.15rem;font-weight:700;margin-bottom:.75rem}.privacy p{color:#475569;line-height:1.75}.footer{text-align:center;padding:2rem;background-color:#0f172a;color:#64748b;font-size:.875rem;border-top:1px solid rgba(255,255,255,.06)}.footer a{color:#94a3b8;text-decoration:none;transition:color .2s}.footer a:hover{color:#fff}@media (max-width: 768px){.hero h1{font-size:2.25rem}.navbar{padding:1rem 1.25rem}.nav-links a:not(.nav-cta){display:none}.source-content{grid-template-columns:1fr;gap:3rem}.source-stats{justify-content:center}.how-it-works,.features-section,.source-section,.cta-section{padding:4rem 1.25rem}.privacy{margin:1.5rem;padding:2rem}}
