body{margin:0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%}*{margin:0;padding:0;box-sizing:border-box}.app{font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333}.navbar{position:fixed;top:0;width:100%;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 20px #0000000f;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.nav-logo{display:flex;align-items:center}.nav-logo-img{height:48px;width:auto}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:#333;text-decoration:none;font-weight:500;cursor:pointer;transition:color .3s}.nav-menu a:hover{color:#6ec531}.nav-cta-button{padding:.6rem 1.5rem;background:linear-gradient(135deg,#6ec531,#4caf50);color:#fff;border:none;border-radius:50px;cursor:pointer;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #6ec5314d}.nav-cta-button:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6ec53166}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1a2535;color:#fff;text-align:center;padding:2rem;margin-top:60px;position:relative}.hero:before{content:"";position:absolute;inset:0;z-index:1}.hero-content{max-width:800px;position:relative;z-index:2}.hero-title{font-size:3rem;margin-bottom:1.5rem;line-height:1.2;animation:fadeInUp 1s ease-out;color:#fff}.hero-title .highlight{color:#6ec531}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95;line-height:1.8;animation:fadeInUp 1s ease-out .2s backwards;color:#ffffffeb}.hero-link{color:#6ec531;text-decoration:none;font-weight:700}.hero-link:hover{text-decoration:underline}.hero-buttons{animation:fadeInUp 1s ease-out .4s backwards;position:relative;z-index:2}.cta-button{display:inline-block;padding:1rem 2.5rem;font-size:1.1rem;background:linear-gradient(135deg,#6ec531,#4caf50);color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s;font-weight:700;text-decoration:none;box-shadow:0 4px 20px #6ec53159}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #6ec53173}.cta-button-outline{display:inline-block;padding:.8rem 2rem;font-size:1rem;background:transparent;color:#2e8bc0;border:2px solid #2e8bc0;border-radius:50px;cursor:pointer;transition:all .3s;font-weight:600;text-decoration:none}.cta-button-outline:hover{background:#2e8bc0;color:#fff}.section{padding:6rem 2rem}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:1.5rem;color:#333}.section-title.left-aligned{text-align:left}.section-subtitle{text-align:center;font-size:1.15rem;max-width:800px;margin:0 auto 3rem;color:#555;line-height:1.8}.section-subtitle-light{text-align:center;font-size:1.15rem;max-width:800px;margin:0 auto 3rem;color:#ffffffe6;line-height:1.8}.customers{background:#f8faf9;padding:4rem 2rem}.customers-grid{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.customer-item{font-size:1.1rem;font-weight:600;color:#666;padding:1rem 1.5rem;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000a;border:1px solid rgba(0,0,0,.04);transition:transform .3s,box-shadow .3s}.customer-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.features-section{background:#fff}.feature-item{display:flex;align-items:center;gap:3rem;margin-bottom:4rem;padding:2rem 0}.feature-item.reverse{flex-direction:row-reverse}.feature-text-side{flex:1;display:flex;gap:1.5rem;align-items:flex-start}.feature-phone{flex-shrink:0;display:flex;justify-content:center}.phone-frame{width:260px;background:#1a1a2e;border-radius:32px;padding:12px;box-shadow:0 20px 60px #00000026,0 0 0 1px #ffffff1a inset;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.phone-frame:hover{transform:scale(1.03);box-shadow:0 24px 70px #0003,0 0 0 2px #6ec5314d inset}.phone-frame img{width:100%;border-radius:22px;display:block}.feature-step{flex-shrink:0;width:64px;height:64px;background:linear-gradient(135deg,#6ec531,#4caf50);color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;box-shadow:0 4px 15px #6ec5314d}.feature-content{flex:1}.feature-label{font-size:.85rem;font-weight:700;color:#6ec531;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem}.feature-content h2{font-size:1.8rem;margin-bottom:1rem;color:#333}.feature-content p{font-size:1.1rem;line-height:1.8;color:#555}.integration{background:#f8f9fa}.integration-options{display:flex;align-items:stretch;gap:0;margin-bottom:2.5rem}.integration-option{flex:1;background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #0000000a;border:2px solid rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s,border-color .3s;position:relative}.integration-option:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a;border-color:#6ec531}.integration-option-badge{display:inline-block;background:linear-gradient(135deg,#6ec531,#4caf50);color:#fff;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.35rem 1rem;border-radius:50px;margin-bottom:1rem}.integration-option h3{font-size:1.5rem;color:#1a3050;margin-bottom:.5rem}.integration-option-tagline{font-size:1rem;color:#2e8bc0;font-weight:600;margin-bottom:1.5rem}.integration-option-features{list-style:none;padding:0;margin:0 0 1.5rem}.integration-option-features li{position:relative;padding-left:1.6rem;margin-bottom:.75rem;font-size:1rem;line-height:1.5;color:#444}.integration-option-features li:before{content:"✓";position:absolute;left:0;color:#6ec531;font-weight:700}.integration-option-ideal{background:#f0f7ff;padding:.75rem 1rem;border-radius:12px;font-size:.9rem;color:#2e5a8c;font-weight:600}.integration-or{display:flex;align-items:center;justify-content:center;padding:0 1.5rem;flex-shrink:0}.integration-or span{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#2e8bc0,#1a3050);color:#fff;font-weight:800;font-size:.85rem;letter-spacing:.05em;box-shadow:0 4px 16px #2e8bc04d}.integration-note{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #0000000a;border:1px solid rgba(0,0,0,.04);text-align:center}.integration-note h3{font-size:1.4rem;margin-bottom:1rem;color:#333}.integration-note p{font-size:1.05rem;line-height:1.7;color:#555;max-width:800px;margin:0 auto}.benefits{background:linear-gradient(135deg,#1a3050,#2e5a8c,#2e8bc0);color:#fff}.benefits .section-title{color:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.benefit-item{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem;border:1px solid rgba(255,255,255,.1);transition:transform .3s,background .3s}.benefit-item:hover{transform:translateY(-4px);background:#ffffff26}.benefit-item h3{font-size:1.3rem;margin-bottom:1.5rem;color:#6ec531}.benefit-list{list-style:none;padding:0}.benefit-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;line-height:1.6;opacity:.95}.benefit-list li:before{content:"✓";position:absolute;left:0;color:#6ec531;font-weight:700}.benefits-source{font-size:.85rem;opacity:.7;text-align:center;margin-bottom:2rem}.benefits-cta{text-align:center}.testimonials{background:#f8f9fa}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #0000000a;border:1px solid rgba(0,0,0,.04);transition:transform .3s,box-shadow .3s}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.testimonial-quote{font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:#333;font-size:1rem}.testimonial-author span{color:#888;font-size:.9rem}.science-section{background:linear-gradient(135deg,#f8fbfe,#eef5fb)}.science-partner-card{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 8px 32px #2e8bc014;border:1px solid rgba(46,139,192,.1);max-width:900px;margin:0 auto}.science-partner-badge{display:inline-block;background:linear-gradient(135deg,#2e8bc0,#1a6da0);color:#fff;padding:.4rem 1.2rem;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.science-partner-content h3{font-size:2rem;color:#333;margin-bottom:1rem}.science-partner-tagline{font-size:1.15rem;font-style:italic;color:#2e8bc0;margin-bottom:1.5rem;font-weight:500}.science-partner-description{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:2.5rem}.science-partner-description a{color:#2e8bc0;font-weight:600;text-decoration:none}.science-partner-description a:hover{text-decoration:underline}.science-highlights{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.science-highlight-item{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem;background:#f8fbfe;border-radius:16px;border:1px solid rgba(46,139,192,.06);transition:transform .3s,box-shadow .3s}.science-highlight-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2e8bc01a}.science-highlight-icon{font-size:2rem;flex-shrink:0}.science-highlight-item strong{display:block;font-size:1.05rem;color:#333;margin-bottom:.35rem}.science-highlight-item p{font-size:.95rem;line-height:1.6;color:#666;margin:0}.science-partner-link{display:inline-block;color:#2e8bc0;font-weight:700;font-size:1.05rem;text-decoration:none;padding:.75rem 1.5rem;border:2px solid #2e8bc0;border-radius:50px;transition:all .3s}.science-partner-link:hover{background:#2e8bc0;color:#fff}.faq-section{background:#fff}.faq-layout{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.faq-intro p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:2rem}.faq-category{font-size:1.2rem;color:#333;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #2e8bc0}.faq-category:first-child{margin-top:0}.faq-item{border-bottom:1px solid #eee;padding:0}.faq-item summary{padding:1.2rem 0;cursor:pointer;font-weight:600;font-size:1.05rem;color:#333;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:color .3s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;color:#2e8bc0;flex-shrink:0;margin-left:1rem}.faq-item[open] summary:after{content:"−"}.faq-item summary:hover{color:#2e8bc0}.faq-item p{padding:0 0 1.5rem;font-size:1rem;line-height:1.8;color:#555}.team-section{background:#f8f9fa}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:700px;margin:0 auto}.team-card{background:#fff;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 4px 20px #0000000a;border:1px solid rgba(0,0,0,.04);transition:transform .3s,box-shadow .3s}.team-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.team-card h3{font-size:1.4rem;margin-bottom:.5rem;color:#333}.team-role{color:#2e8bc0;font-weight:600;margin-bottom:.5rem}.team-bio{color:#888;font-size:.95rem;margin-bottom:1rem}.team-links{display:flex;gap:1rem;justify-content:center}.team-links a{color:#2e8bc0;text-decoration:none;font-weight:500;font-size:.95rem}.team-links a:hover{text-decoration:underline}.contact{background:#fff}.contact-content{max-width:600px;margin:0 auto;text-align:center}.contact-text{font-size:1.15rem;margin-bottom:2rem;color:#555;line-height:1.8}.contact-info{margin:2rem 0}.contact-info p{font-size:1.1rem;margin:1rem 0;color:#333}.contact-info a{color:#2e8bc0;text-decoration:none;font-weight:500}.contact-info a:hover{text-decoration:underline}.footer{background:#1a2535;color:#fff;padding:4rem 2rem 2rem;border-radius:32px 32px 0 0}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand p{color:#ffffffb3;max-width:400px;line-height:1.6;margin-top:.5rem}.footer-logo{display:flex;align-items:center}.footer-logo-img{height:40px;width:auto;filter:brightness(0) invert(1)}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#2e8bc0}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#ffffff80;font-size:.9rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#ffffff80;text-decoration:none;font-size:.9rem;transition:color .3s}.footer-legal a:hover{color:#2e8bc0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.faq-layout{grid-template-columns:1fr;gap:2rem}.benefits-grid{grid-template-columns:1fr}.integration-options{flex-direction:column;gap:0}.integration-or{padding:1rem 0}.integration-or span{width:50px;height:50px;font-size:.75rem}}@media(max-width:768px){.nav-menu{display:none}.nav-cta-button{font-size:.9rem;padding:.5rem 1rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.feature-item,.feature-item.reverse{flex-direction:column;align-items:center;text-align:center}.feature-text-side{flex-direction:column;align-items:center}.phone-frame{width:220px}.footer-content{flex-direction:column;gap:1.5rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.nav-container{padding:.8rem 1rem}.science-partner-card{padding:2rem}.science-partner-content h3{font-size:1.5rem}}@media(max-width:480px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.cta-button{padding:.8rem 2rem;font-size:1rem}.customers-grid{gap:1rem}}.lightbox-overlay{position:fixed;inset:0;z-index:9999;background:#000000d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;animation:lightbox-fade-in .25s ease}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff26;border:none;color:#fff;font-size:2rem;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.lightbox-close:hover{background:#ffffff4d}.lightbox-phone{background:#1a1a2e;border-radius:40px;padding:16px;box-shadow:0 40px 100px #00000080,0 0 0 1px #ffffff1a inset;max-height:85vh;animation:lightbox-scale-in .3s ease}@keyframes lightbox-scale-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.lightbox-phone img{display:block;border-radius:28px;max-height:80vh;width:auto}
