@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}a{font-weight:500;color:#2563eb;text-decoration:inherit}a:hover{color:#1d4ed8}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}p{margin:0}button{font-family:inherit;font-size:inherit;line-height:inherit;margin:0;padding:0;border:none;background:none;cursor:pointer}ul,ol{margin:0;padding:0;list-style:none}img{max-width:100%;height:auto}html{scroll-behavior:smooth}button:focus-visible,a:focus-visible{outline:2px solid #2563eb;outline-offset:2px}button{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{width:32px;height:32px;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:700;color:#2563eb}.nav-buttons{display:flex;gap:1rem;align-items:center}.btn-primary{background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.btn-secondary{background:transparent;color:#2563eb;border:2px solid #2563eb;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-secondary:hover{background:#2563eb;color:#fff}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-small{padding:.5rem 1rem;font-size:.9rem}.hero{background:linear-gradient(135deg,#dbeafe,#fff);padding:8rem 0 4rem;margin-top:80px;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:3.5rem;font-weight:800;color:#1e293b;line-height:1.1;margin-bottom:1.5rem}.rotating-word{position:relative;display:inline-block;color:#2563eb;overflow:hidden;height:1.2em;line-height:1.2em;vertical-align:top;min-width:200px;text-align:left}.rotating-word .word{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(100%);transition:all .5s ease-in-out;display:inline-block;white-space:nowrap;font-weight:800}.rotating-word .word.active{opacity:1;transform:translateY(0)}.rotating-word .word.prev{opacity:0;transform:translateY(-100%)}.hero-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.hero-cta{margin-bottom:3rem}.cta-note{color:#64748b;font-size:.9rem;margin-top:.5rem}.detectors-section{padding:4rem 0;background:#fff;text-align:center}.detectors-section h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.section-description{font-size:1rem;color:#64748b;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.detector-logos{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.logo-item{color:#94a3b8;font-weight:500;font-size:.9rem}.how-it-works{padding:6rem 0;background:#fff;text-align:center}.how-it-works h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:#64748b;margin-bottom:3rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.step-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 20px #00000014;transition:transform .3s ease}.step-card:hover{transform:translateY(-5px)}.step-visual{margin-bottom:1.5rem}.step-mockup{background:linear-gradient(135deg,#dbeafe,#fff);border-radius:12px;padding:1.5rem;margin:0 auto;max-width:250px}.mockup-header{font-weight:600;color:#1e293b;margin-bottom:1rem;text-align:left}.mockup-content{text-align:left}.mockup-line{height:8px;background:#e2e8f0;border-radius:4px;margin-bottom:.5rem}.mockup-line.short{width:60%}.processing-indicator{text-align:center}.processing-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;margin-bottom:.5rem;position:relative;overflow:hidden}.processing-bar:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#2563eb,transparent);animation:loading 2s infinite}@keyframes loading{0%{left:-100%}to{left:100%}}.step-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.step-card p{color:#64748b;line-height:1.6}.science-section{padding:6rem 0;background:#fff}.science-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.science-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.science-text p{color:#64748b;line-height:1.6;margin-bottom:1rem}.benefits-list{margin-top:2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.benefit-item{color:#1e293b;font-weight:500;display:flex;align-items:center;gap:.5rem}.science-visual{display:flex;justify-content:center}.document-mockup{background:linear-gradient(135deg,#dbeafe,#fff);border-radius:16px;padding:2rem;max-width:400px;width:100%}.document-header{font-weight:600;color:#1e293b;margin-bottom:1rem;text-align:center}.document-content{text-align:left}.highlighted-text{background:#2563eb;color:#fff;padding:.5rem;border-radius:4px;margin-bottom:.5rem;font-weight:600}.normal-text{color:#64748b;line-height:1.6;margin-bottom:1rem}.tested-section{padding:6rem 0;background:#fff}.tested-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.tested-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.tested-text p{color:#64748b;line-height:1.6;margin-bottom:1rem}.format-logos{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.format-item{background:#f1f5f9;padding:.5rem;border-radius:8px;text-align:center;font-weight:600;color:#64748b}.quality-indicators{text-align:left}.quality-item{margin-bottom:1rem}.quality-item span{display:block;margin-bottom:.5rem;font-weight:600;color:#1e293b}.quality-bar{height:8px;border-radius:4px;background:#e2e8f0}.quality-bar.high{background:#10b981;width:95%}.trusted-section{padding:6rem 0;background:#fff}.trusted-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.trusted-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.trusted-text p{color:#64748b;line-height:1.6;margin-bottom:1rem}.trusted-visual{display:flex;flex-direction:column;align-items:center;gap:1rem}.user-avatars{display:flex;gap:1rem;margin-bottom:1rem}.avatar{width:60px;height:60px;background:linear-gradient(135deg,#dbeafe,#fff);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;border:3px solid #2563eb}.user-count{background:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:1.2rem}.institutions-section{padding:4rem 0;background:#fff;text-align:center}.institutions-section h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:2rem}.institution-logos{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.institution-item{color:#94a3b8;font-weight:600;font-size:.9rem}.testimonials{padding:6rem 0;background:#fff;text-align:center}.testimonials h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#f8fafc;border-radius:16px;padding:2rem;text-align:left;position:relative}.quote-icon{font-size:3rem;color:#2563eb;font-weight:700;line-height:1;margin-bottom:1rem}.testimonial-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.testimonial-author{color:#1e293b}.testimonial-author strong{color:#2563eb}.faq{padding:6rem 0;background:#fff;text-align:center}.faq h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:3rem}.faq-list{max-width:600px;margin:0 auto}.faq-item{border-bottom:1px solid #e2e8f0;padding:1rem 0}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:500;color:#1e293b}.faq-question:hover{color:#2563eb}.faq-arrow{color:#64748b;font-size:1.2rem}.final-cta{padding:6rem 0;background:linear-gradient(135deg,#dbeafe,#fff);text-align:center}.final-cta-content h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.final-cta-content p{font-size:1.1rem;color:#64748b;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.final-cta-note{color:#64748b;font-size:.9rem;margin-top:.5rem}.footer{background:#1e293b;color:#fff;padding:3rem 0 1rem}.footer-disclaimer{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #334155}.footer-disclaimer p{color:#94a3b8;font-size:.9rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;color:#fff;font-weight:600}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#2563eb}.footer-section p{color:#94a3b8}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #334155}.footer-left span{color:#94a3b8}.footer-right{display:flex;gap:2rem}.footer-right a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-right a:hover{color:#2563eb}@media (max-width: 768px){.nav{flex-direction:column;gap:1rem}.hero h1{font-size:2.5rem}.science-content,.tested-content,.trusted-content{grid-template-columns:1fr;gap:2rem}.benefits-list,.steps-grid,.testimonials-grid{grid-template-columns:1fr}.detector-logos,.institution-logos{gap:1rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.container{padding:0 15px}.hero{padding:6rem 0 3rem}.hero h1,.section-title,.science-text h2,.tested-text h2,.trusted-text h2,.testimonials h2,.faq h2,.final-cta-content h2{font-size:2rem}}
