@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";html,body{margin:0;padding:0;height:100%}#root{height:100%}.app{min-height:100vh;background-color:#d4e5ff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.hero-section{padding:4rem 2rem;background-color:#d4e5ff}.hero-content{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:4rem}.hero-text{flex:1}.hero-text h1{font-size:3rem;font-weight:700;color:#042f7c;margin:0 0 1.5rem;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hero-text p{font-size:1.25rem;color:#042f7c;margin:0 0 2rem;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background-color:#d4e5ff;border:2px solid #042F7C;color:#042f7c;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-decoration:none}.cta-button:hover{background-color:#042f7c;color:#d4e5ff}.arrow{font-size:1.25rem}.hero-image{flex:0 0 300px;display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;height:auto;max-height:300px}@media (max-width: 768px){.hero-content{flex-direction:column;gap:2rem;text-align:center}.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1.125rem}.cta-button{font-size:1rem;padding:.875rem 1.5rem}}@media (max-width: 480px){.hero-section{padding:2rem 1rem}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}}.about-section{padding:4rem 2rem;background-color:#d4e5ff}.about-content{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:4rem}.about-text{flex:1}.about-text h2{font-size:2.5rem;font-weight:700;color:#042f7c;margin:0 0 2rem;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.about-text p{font-size:1.125rem;color:#042f7c;margin:0 0 1.5rem;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.about-text strong{font-weight:700}.about-image{flex:0 0 300px;display:flex;justify-content:center;align-items:center}.about-image img{width:300px;height:300px;border-radius:50%;object-fit:cover;display:block}@media (max-width: 768px){.about-content{flex-direction:column;gap:2rem;text-align:center}.about-text h2{font-size:2rem}.about-text p{font-size:1rem}.about-image{flex:none}.about-image img{width:250px;height:250px}}@media (max-width: 480px){.about-section{padding:2rem 1rem}.about-text h2{font-size:1.75rem}.about-image img{width:200px;height:200px}}.benefits-section{padding:4rem 2rem;background-color:#d4e5ff}.benefits-content{max-width:1000px;margin:0 auto}.benefits-content h2{font-size:2.5rem;font-weight:700;color:#042f7c;margin:0 0 3rem;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.benefit-box{border:2px solid #042F7C;padding:2rem;background-color:#d4e5ff}.benefit-box h3{font-size:1.25rem;font-weight:600;color:#042f7c;margin:0 0 1rem;line-height:1.4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.benefit-box p{font-size:1rem;color:#042f7c;margin:0;line-height:1.5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.benefit-box strong{font-weight:700}@media (max-width: 768px){.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.benefits-content h2{font-size:2rem;text-align:center}.benefit-box{padding:1.5rem}.benefit-box h3{font-size:1.125rem}}@media (max-width: 480px){.benefits-section{padding:2rem 1rem}.benefits-content h2{font-size:1.75rem}.benefit-box{padding:1.25rem}.benefit-box h3{font-size:1rem}.benefit-box p{font-size:.9rem}}.process-section{padding:4rem 2rem;background-color:#d4e5ff}.process-content{max-width:1000px;margin:0 auto}.process-content h2{font-size:2.5rem;font-weight:700;color:#042f7c;margin:0 0 3rem;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.process-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}.process-box{border:2px solid #042F7C;padding:2rem;background-color:#d4e5ff}.process-box h3{font-size:1.25rem;font-weight:600;color:#042f7c;margin:0 0 1rem;line-height:1.4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.process-box p{font-size:1rem;color:#042f7c;margin:0;line-height:1.5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.process-box strong{font-weight:700}.calendar-link{color:#042f7c;text-decoration:underline;font-weight:600;transition:all .2s ease}.calendar-link:hover{color:#d4e5ff;background-color:#042f7c;padding:.25rem .5rem;border-radius:4px;text-decoration:none}@media (max-width: 768px){.process-grid{grid-template-columns:1fr;gap:1.5rem}.process-content h2{font-size:2rem;text-align:center}.process-box{padding:1.5rem}.process-box h3{font-size:1.125rem}}@media (max-width: 480px){.process-section{padding:2rem 1rem}.process-content h2{font-size:1.75rem}.process-box{padding:1.25rem}.process-box h3{font-size:1rem}.process-box p{font-size:.9rem}}.cta-section{padding:4rem 2rem;background-color:#d4e5ff}.cta-content{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:4rem}.cta-left,.cta-right{flex:1}.cta-right h2{font-size:2.5rem;font-weight:700;color:#042f7c;margin:0 0 2rem;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.researcher-info{margin-top:2rem}.researcher-info h3{font-size:1.25rem;font-weight:700;color:#042f7c;margin:0 0 .5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.researcher-info p{font-size:.9rem;color:#042f7c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;margin:0 0 .25rem;line-height:1.4}.scientific-disclaimer{margin-top:2rem}.scientific-disclaimer p{font-size:.9rem;color:#042f7c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5;opacity:.8;margin:0}.cta-actions{display:flex;flex-direction:column;gap:1rem}.interview-button,.email-button{padding:1rem 2rem;background-color:#d4e5ff;border:2px solid #042F7C;color:#042f7c;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-align:left}.interview-button:hover,.email-button:hover{background-color:#042f7c;color:#d4e5ff}@media (max-width: 768px){.cta-section{padding:2rem 1rem}.cta-content{flex-direction:column;gap:2rem;text-align:center}.cta-right h2{font-size:2rem}.researcher-info{margin-top:1.5rem}.researcher-info h3{font-size:1.125rem}.researcher-info p{font-size:.85rem}.scientific-disclaimer{margin-top:1.5rem}.scientific-disclaimer p{font-size:.85rem}.cta-actions{align-items:center}.interview-button{width:100%;max-width:300px;text-align:center}}@media (max-width: 480px){.cta-right h2{font-size:1.75rem}.interview-button{font-size:1rem;padding:.875rem 1.5rem}}.footer{background-color:#d4e5ff;padding:2rem;border-top:1px solid #042F7C}.footer-content{max-width:1000px;margin:0 auto}.contact-info{margin-bottom:2rem;text-align:center}.contact-details p{margin:0 0 .25rem;font-size:.9rem;color:#042f7c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500}.website-link{color:#042f7c;text-decoration:underline;font-weight:600;transition:all .2s ease}.website-link:hover{color:#d4e5ff;background-color:#042f7c;padding:.25rem .5rem;border-radius:4px;text-decoration:none}@media (max-width: 768px){.footer{padding:1.5rem 1rem}.contact-info{flex-direction:column;gap:1.5rem}.researcher-info h3{font-size:1.125rem}.contact-details p{font-size:.85rem}}
