:root{--bg:#f8f9fb;--surface:#fff;--surface-raised:#f0f1f5;--text:#1a1b25;--text-secondary:#4a4b5c;--text-muted:#8b8fa3;--border:#00000014;--border-strong:#00000021;--primary:#b5982c;--primary-hover:#a08525;--primary-contrast:#1a1b25;--primary-tint:#b5982c0f;--primary-tint-strong:#b5982c1a;--shadow:#00000014;--shadow-heavy:#0000001f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg:#0c0d14;--surface:#161720;--surface-raised:#1e2030;--text:#e8e9f0;--text-secondary:#c0c1cc;--text-muted:#71738a;--border:#ffffff12;--border-strong:#ffffff1f;--primary:#c9b44f;--primary-hover:#d4c162;--primary-contrast:#1a1b25;--primary-tint:#c9b44f14;--primary-tint-strong:#c9b44f26;--shadow:#0006;--shadow-heavy:#00000080;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ghost-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:8px;align-items:center;padding:.45rem .9rem;font-size:.85rem;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.ghost-btn:hover{background:var(--surface-raised);border-color:var(--border-strong)}.primary-btn{background:var(--primary);color:var(--primary-contrast);cursor:pointer;border:none;border-radius:8px;align-items:center;padding:.45rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.primary-btn:hover{background:var(--primary-hover)}.brand-icon{width:32px;height:32px;color:var(--text);justify-content:center;align-items:center;display:flex}.brand-logo{object-fit:contain;width:auto;height:28px;display:block}.brand-logo-lg{height:36px}.brand-title{color:var(--text);font-size:1.1rem;font-weight:700}.landing{background:var(--bg);min-height:100vh;color:var(--text)}.landing-nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.25rem 2.5rem;display:flex}.landing-nav-brand{align-items:center;gap:.6rem;display:flex}.landing-nav-actions{align-items:center;gap:.75rem;display:flex}.landing-hero{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 2.5rem 5rem;display:grid}.landing-hero-content{flex-direction:column;gap:1.5rem;display:flex}.landing-headline{letter-spacing:-.03em;margin:0;font-size:3.2rem;font-weight:800;line-height:1.1}.landing-headline-accent{background:linear-gradient(135deg, var(--primary), #d4c36d);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-subheadline{color:var(--text-muted);max-width:520px;margin:0;font-size:1.15rem;line-height:1.7}.landing-cta-row{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.landing-cta-primary{background:var(--primary);color:var(--primary-contrast);cursor:pointer;border:none;border-radius:10px;padding:.85rem 2rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:background .15s,transform .1s;display:inline-block}.landing-cta-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.landing-cta-secondary{color:var(--text-muted);padding:.85rem 1rem;font-size:.95rem;text-decoration:none;transition:color .15s}.landing-cta-secondary:hover{color:var(--text)}.landing-hero-visual{justify-content:center;display:flex}.landing-preview-window{background:var(--surface);border:1px solid var(--border);width:100%;max-width:480px;box-shadow:0 20px 60px var(--shadow-heavy);border-radius:12px;overflow:hidden}.landing-preview-topbar{border-bottom:1px solid var(--border);gap:6px;padding:12px 16px;display:flex}.landing-dot{background:var(--border);border-radius:50%;width:10px;height:10px}.landing-preview-body{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.landing-preview-chat{flex-direction:column;gap:.75rem;display:flex}.landing-preview-bubble{border-radius:10px;max-width:92%;padding:.7rem 1rem;font-size:.82rem;line-height:1.5}.landing-preview-bubble.user{background:var(--primary);color:var(--primary-contrast);border-bottom-right-radius:4px;align-self:flex-end}.landing-preview-bubble.assistant{background:var(--bg);color:var(--text);border:1px solid var(--border);border-bottom-left-radius:4px;align-self:flex-start}.landing-preview-sources{flex-direction:column;gap:.5rem;display:flex}.landing-preview-source{background:var(--bg);border:1px solid var(--border);color:var(--text-muted);border-radius:8px;align-items:center;gap:.5rem;padding:.55rem .85rem;font-size:.78rem;display:flex}.landing-preview-badge{background:var(--primary-tint-strong);color:var(--primary);text-transform:uppercase;letter-spacing:.04em;border-radius:4px;flex-shrink:0;padding:2px 7px;font-size:.65rem;font-weight:600}.landing-section{max-width:1200px;margin:0 auto;padding:5rem 2.5rem}.landing-section-alt{background:var(--surface);max-width:100%;padding-left:0;padding-right:0}.landing-section-alt>*{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2.5rem;padding-right:2.5rem}.landing-section-title{text-align:center;letter-spacing:-.02em;margin:0 0 3rem;font-size:2rem;font-weight:700}.landing-steps{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.landing-step{text-align:center}.landing-step-number{background:var(--primary);width:40px;height:40px;color:var(--primary-contrast);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1rem;font-weight:700;display:flex}.landing-step h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.landing-step p{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.6}.landing-features{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-feature{text-align:center}.landing-feature-icon{background:var(--primary-tint-strong);width:52px;height:52px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.landing-feature h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.landing-feature p{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.6}.landing-credibility{flex-direction:column;gap:.5rem;margin-top:.25rem;display:flex}.landing-credibility-item{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.landing-credibility-item svg{color:var(--primary);flex-shrink:0}.landing-section-subtitle{text-align:center;color:var(--text-muted);max-width:600px;margin:-2rem auto 3rem;font-size:1.05rem;line-height:1.7}.landing-workflow{justify-content:center;align-items:flex-start;gap:1.5rem;display:flex}.landing-workflow-step{text-align:center;flex:0 220px}.landing-workflow-icon{background:var(--primary-tint);width:60px;height:60px;color:var(--primary);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.landing-workflow-step h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.landing-workflow-step p{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.6}.landing-workflow-arrow{color:var(--border);flex-shrink:0;margin-top:1.1rem}.landing-queries{grid-template-columns:1fr 1fr;gap:.75rem;max-width:760px;margin:0 auto;display:grid}.landing-query{background:var(--bg);border:1px solid var(--border);color:var(--text);cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:.6rem;padding:.85rem 1.1rem;font-family:inherit;font-size:.88rem;line-height:1.4;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.landing-query:hover{border-color:var(--primary);background:var(--surface-raised)}.landing-query:last-child:nth-child(odd){grid-column:1/-1;max-width:50%;margin:0 auto}.landing-query-icon{color:var(--primary);flex-shrink:0;display:flex}.landing-final-cta{text-align:center;padding-bottom:4rem}.landing-final-cta .landing-subheadline{max-width:560px;margin:0 auto 1.5rem}.landing-footer{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);padding:2rem 2.5rem;font-size:.8rem}.landing-footer strong{color:var(--text)}@media (max-width:900px){.landing-hero{grid-template-columns:1fr;padding:2.5rem 1.5rem 3rem}.landing-headline{font-size:2.2rem}.landing-hero-visual{display:none}.landing-steps{grid-template-columns:1fr 1fr}.landing-features{grid-template-columns:1fr;gap:1.5rem}.landing-workflow{flex-direction:column;align-items:center}.landing-workflow-arrow{margin:0;transform:rotate(90deg)}.landing-queries{grid-template-columns:1fr}.landing-query:last-child:nth-child(odd){max-width:100%}.landing-nav{padding:1rem 1.5rem}.landing-section{padding:3rem 1.5rem}.landing-section-alt>*{padding-left:1.5rem;padding-right:1.5rem}.landing-section-title{margin-bottom:2rem;font-size:1.6rem}.landing-section-subtitle{margin-top:-1.5rem;margin-bottom:2rem;font-size:.95rem}.landing-subheadline{font-size:.95rem}}@media (max-width:500px){.landing-steps{grid-template-columns:1fr}.landing-cta-row{flex-direction:column}.landing-hero{padding:2rem 1rem 2.5rem}.landing-headline{font-size:1.75rem}.landing-nav{padding:.75rem 1rem}.landing-nav-actions .ghost-btn{padding:6px 10px;font-size:.82rem}.landing-nav-actions .primary-btn{padding:6px 12px;font-size:.82rem}.landing-section{padding:2.5rem 1rem}.landing-section-alt>*{padding-left:1rem;padding-right:1rem}.landing-section-title{margin-bottom:1.5rem;font-size:1.4rem}.landing-footer{padding:1.5rem 1rem}.landing-final-cta .landing-subheadline{font-size:.9rem}.landing-query{padding:.75rem .9rem;font-size:.82rem}.landing-credibility-item{font-size:.78rem}}.hero-enter{animation:.8s ease-out both landing-fade-up}.reveal-section{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(32px)}.reveal-section.revealed{opacity:1;transform:translateY(0)}.stagger-item{opacity:0;transition:opacity .45s ease-out,transform .45s ease-out;transform:translateY(20px)}.revealed .stagger-item{opacity:1;transform:translateY(0)}.revealed .stagger-1{transition-delay:80ms}.revealed .stagger-2{transition-delay:.18s}.revealed .stagger-3{transition-delay:.28s}.revealed .stagger-4{transition-delay:.38s}.revealed .stagger-5{transition-delay:.48s}@keyframes landing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.preview-float{animation:5s ease-in-out infinite landing-float}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-slide-in{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}.preview-slide{opacity:0;animation:.5s ease-out forwards landing-slide-in}.preview-slide-1{animation-delay:.6s}.preview-slide-2{animation-delay:1.1s}.preview-slide-3{animation-delay:1.6s}.preview-slide-4{animation-delay:1.9s}.preview-slide-5{animation-delay:2.2s}@media (prefers-reduced-motion:reduce){.hero-enter,.reveal-section,.stagger-item,.preview-float,.preview-slide{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}}
