@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}button{font-family:inherit}button:focus,button:focus-visible{outline:2px solid #2ba1c4;outline-offset:2px}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:#fff}.navbar{position:fixed;top:0;left:0;right:0;background:#ffffffb6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;z-index:1000;padding:1rem 0}.nav-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:2rem;font-weight:950;background:linear-gradient(135deg,#6366f1,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;transition:transform .2s ease;letter-spacing:-.5px}.logo:hover{transform:scale(1.05)}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links a{color:#333;text-decoration:none;font-weight:500;transition:color .2s ease;position:relative}.nav-links a:hover{color:#6366f1}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#2ba1c4;transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-waitlist-btn{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #6366f14d}.nav-waitlist-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e293b,#334155)}.hero-background{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.35;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0f172ad9,#1e293bbf 40%,#6366f199);z-index:1}.hero-gradient{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(99,102,241,.3) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(34,211,238,.25) 0%,transparent 50%);pointer-events:none;z-index:2}.hero-content{position:relative;z-index:3;max-width:1000px;text-align:center}.hero-title{font-size:4rem;font-weight:900;color:#fff;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 4px 30px rgba(0,0,0,.4);letter-spacing:-1px}.hero-subtitle{font-size:1.35rem;font-weight:400;color:#fffffff2;line-height:1.6;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;text-shadow:0 2px 10px rgba(0,0,0,.3)}.cta-button{background:#fff;color:#6366f1;border:none;padding:1.25rem 3rem;font-size:1.25rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0000004d}.cta-button:hover{transform:translateY(-4px);box-shadow:0 15px 40px #0000004d;background:#f8f8f8}.performance-section{padding:6rem 2rem;background:#f1f5f9}.section-content{max-width:1200px;margin:0 auto}.section-title{font-size:3rem;font-weight:800;color:#0f172a;text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#666;text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.chart-container{max-width:800px;margin:0 auto}.chart{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 40px #00000014}.chart-image{width:100%;height:auto;border-radius:12px;display:block}.diversification-section{padding:6rem 2rem;background:#fff}.diversification-content{margin-top:3rem}.diversification-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.benefit-card{background:#f8fafc;border:2px solid #E2E8F0;border-radius:16px;padding:2rem;transition:all .3s ease}.benefit-card:hover{border-color:#6366f1;box-shadow:0 8px 30px #6366f126;transform:translateY(-4px)}.benefit-icon{font-size:3rem;margin-bottom:1.25rem}.benefit-card h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.benefit-card p{color:#475569;line-height:1.7;font-size:.95rem}.correlation-chart-container{max-width:900px;margin:0 auto;text-align:center}.correlation-chart{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 40px #00000014;margin-bottom:1rem}.chart-citation{font-size:.9rem;color:#64748b;font-style:italic;margin-top:.75rem}.modal-overlay{position:fixed;inset:0;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:24px;padding:3rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;font-size:2rem;color:#94a3b8;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1}.modal-close:hover{background:#f1f5f9;color:#0f172a}.modal-title{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.modal-subtitle{font-size:1.1rem;color:#64748b;margin-bottom:2rem}.waitlist-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;font-size:.95rem;color:#0f172a}.required{color:#ef4444}.form-group input,.form-group select{padding:.875rem 1rem;border:2px solid #E2E8F0;border-radius:12px;font-size:1rem;transition:all .2s ease;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-top:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.75rem;border-radius:8px;transition:background .2s ease;font-weight:500;color:#475569;font-size:.95rem}.checkbox-label:hover{background:#f8fafc}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#6366F1}.form-error{padding:.875rem 1rem;background:#fef2f2;border:1px solid #FCA5A5;border-radius:8px;color:#dc2626;font-size:.95rem}.submit-button{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #6366f14d;margin-top:.5rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.submit-button:disabled{opacity:.6;cursor:not-allowed}.modal-success{text-align:center;padding:2rem 0}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;margin:0 auto 1.5rem;animation:successPop .5s ease-out}@keyframes successPop{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.modal-success h2{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:.75rem}.modal-success p{font-size:1.1rem;color:#64748b}.footer-cta{padding:6rem 2rem;background:linear-gradient(135deg,#0f172a,#1e293b 40%,#6366f1);text-align:center}.footer-cta h2{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem}.footer-cta p{font-size:1.25rem;color:#ffffffe6;margin-bottom:3rem}@media(max-width:768px){.nav-links{gap:1rem}.nav-links a{display:none}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.chart{padding:2rem 1.5rem}.diversification-grid{grid-template-columns:1fr}.benefit-card{padding:1.5rem}.benefit-card h3{font-size:1.35rem}.benefit-card p{font-size:.9rem}.modal-content{padding:2rem;max-height:95vh}.modal-title{font-size:1.75rem}.modal-subtitle{font-size:1rem}.checkbox-grid{grid-template-columns:1fr}.footer-cta h2{font-size:2rem}}
