*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.container{min-height:100vh;background-color:#f9fafb}.max-width{max-width:1280px;margin:0 auto;padding:0 1rem}.max-width-4xl{max-width:896px;margin:0 auto;padding:0 1rem}.nav{background-color:#fff;box-shadow:0 4px 6px -1px #0000001a;position:sticky;top:0;z-index:50}.nav-content{display:flex;justify-content:space-between;height:64px;align-items:center}.nav-brand{font-size:1.5rem;font-weight:700}.myBodyQode{width:90px}.nav-links{display:none;align-items:center;gap:2rem}.nav-link{color:#374151;text-decoration:none;transition:color .3s}.nav-link:hover{color:#20c9b5}.mobile-menu-btn{display:block;background:none;border:none;color:#374151;cursor:pointer;padding:.5rem}.mobile-menu-btn:hover{color:#20c9b5}.mobile-menu{background-color:#fff;border-top:1px solid #e5e7eb;padding:.5rem 0}.mobile-menu-link{display:block;padding:.5rem .75rem;color:#374151;text-decoration:none}.mobile-menu-link:hover{color:#20c9b5}.hero{position:relative;background:linear-gradient(135deg,#20c9b5,#1e3a8a);color:#fff;padding:5rem 0}.hero-overlay{position:absolute;inset:0;background-color:#0003}.hero-content{position:relative;text-align:center}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;max-width:896px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.btn-primary{background-color:#fda19d;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:opacity .3s}.btn-primary:hover{opacity:.9}.btn-outline{background:transparent;color:#fff;padding:1rem 2rem;border:2px solid white;border-radius:.5rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s}.btn-outline:hover{background-color:#fff;color:#20c9b5}.section{padding:5rem 0}.section-white{background-color:#fff}.section-teal{background-color:#c6f1df}.section-blue{background-color:#2e3c75;color:#fff}.section-gray{background-color:#f9fafb}.section-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#2e3c75;text-align:center}.section-subtitle{font-size:1.25rem;color:#374151;margin-bottom:2rem;text-align:center;max-width:896px;margin-left:auto;margin-right:auto}.grid{display:grid;gap:2rem}.grid-2,.grid-3{grid-template-columns:1fr}.grid-5{grid-template-columns:repeat(2,1fr)}.items-center{align-items:center}.founder-image{width:256px;height:256px;margin:0 auto;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff}.human2{width:350px;height:250px;object-fit:cover;border-radius:50%}.founder-text{font-size:1.125rem;color:#374151;margin-bottom:1.5rem}.mission-vision{text-align:center}.mission-vision h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#2e3c75}.mission-vision p{font-size:1.125rem;color:#374151}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem}.feature-item{text-align:center}.feature-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}.feature-title{font-weight:600;color:#1f2937}.feature-card{text-align:center;padding:1.5rem;border-radius:.5rem;background-color:#fafafa}.feature-card h4{font-weight:700;font-size:1.125rem;margin-bottom:.5rem;color:#2e3c75}.feature-card p{color:#374151}.qodai-brain{width:256px;height:256px;margin:0 auto;background:linear-gradient(135deg,#34d399,#2563eb);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.qodai-features{list-style:none;margin-top:1.5rem}.qodai-features li{display:flex;align-items:center;margin-bottom:1rem}.qodai-dot{width:8px;height:8px;border-radius:50%;background-color:#20c9b5;margin-right:.75rem}.qodaichat{width:400px}.hiq-card{margin-top:4rem;text-align:center;padding:2rem;background-color:#fff;border-radius:20px}.hiq-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#2e3c75}.hiq-card p{font-size:1.125rem;color:#374151}.quiz-container{background-color:#f9fafb;border-radius:.5rem;padding:2rem}.quiz-progress{margin-bottom:1.5rem}.quiz-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.quiz-progress-text{font-size:.875rem;color:#4b5563}.quiz-progress-bar{width:100%;background-color:#e5e7eb;border-radius:9999px;height:8px}.quiz-progress-fill{height:8px;border-radius:9999px;background-color:#20c9b5;transition:width .3s}.quiz-question{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#2e3c75}.quiz-options{display:flex;flex-direction:column;gap:.75rem}.quiz-option{width:100%;padding:1rem;text-align:left;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;cursor:pointer;transition:all .3s}.quiz-option:hover{border-color:#20c9b5;background-color:#f0fdfa}.quiz-result{text-align:center}.quiz-result h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#2e3c75}.quiz-result-card{padding:1.5rem;background-color:#fff;border-radius:.5rem;margin-bottom:1.5rem}.quiz-result-card p{font-size:1.125rem;color:#374151;margin-bottom:1rem}.quiz-result-grid{display:grid;gap:1rem}.quiz-result-item{padding:1rem;border-radius:.5rem;text-align:left}.quiz-result-item h4{font-weight:600;color:#2e3c75;margin-bottom:.5rem}.quiz-result-item ul{list-style:none;font-size:.875rem;color:#374151;margin-top:.5rem}.quiz-result-item li{margin-bottom:.25rem}.quiz-result-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.btn-secondary{background:transparent;color:#2e3c75;border:2px solid #2e3c75;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-secondary:hover{background-color:#f9fafb}.founders-grid{display:grid;gap:2rem}.founder-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a}.founder-info{text-align:center;margin-bottom:1rem}.founder-avatar{font-size:2.5rem;margin-bottom:.5rem}.founder-name{font-weight:700;font-size:1.125rem;color:#2e3c75}.founder-role{font-size:.875rem;color:#6b7280}.founder-company{font-size:.875rem;font-weight:500;color:#20c9b5}.founder-quote{text-align:center;color:#374151;font-style:italic}.waitlist-grid{display:grid;gap:3rem;align-items:center;justify-content:center}.waitlist-benefits{list-style:none}.waitlist-benefits li{display:flex;align-items:flex-start;margin-bottom:1rem}.waitlist-check{width:24px;height:24px;border-radius:50%;background-color:#20c9b5;display:flex;align-items:center;justify-content:center;margin-right:.75rem;margin-top:.25rem;flex-shrink:0}.waitlist-check span{color:#fff;font-size:.875rem}.waitlist-form{background-color:#f9fafb;border-radius:.5rem;padding:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .3s}.form-input:focus{outline:none;border-color:#20c9b5;box-shadow:0 0 0 3px #20c9b51a}.form-select{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;background-color:#fff;transition:all .3s}.form-select:focus{outline:none;border-color:#20c9b5;box-shadow:0 0 0 3px #20c9b51a}.form-submit{width:100%;background-color:#fda19d;color:#fff;padding:.75rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:opacity .3s}.form-submit:hover{opacity:.9}.investor-section{background-color:#2e3c75;color:#fff;padding:5rem 0}.investor-title{color:#fff;text-align:center;margin-bottom:1.5rem}.investor-subtitle{color:#fff;text-align:center;margin-bottom:3rem}.investor-features{display:grid;gap:2rem;margin-bottom:3rem}.investor-feature{text-align:center}.investor-feature svg{color:#20c9b5;margin:0 auto 1rem}.investor-feature h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#fff}.investor-feature p{color:#d1d5db}.investor-materials{text-align:center}.investor-materials h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.investor-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:2rem}.btn-white{background-color:#fff;color:#1e3a8a;padding:.75rem 2rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;gap:.5rem}.btn-white:hover{background-color:#f3f4f6}.investor-info{text-align:center;margin-top:2rem}.investor-info p{color:#d1d5db;margin-bottom:1rem}.investor-materials-grid{display:grid;gap:1rem;max-width:512px;margin:0 auto}.investor-material-card{background-color:#ffffff1a;border-radius:.5rem;padding:1rem}.investor-material-card h4{font-weight:600;margin-bottom:.5rem;color:#fff}.investor-material-card p{color:#d1d5db}.footer{background-color:#111827;color:#fff;padding:3rem 0}.footer-grid{display:grid;gap:2rem}.footer-brand{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-description{color:#9ca3af}.footer-section h4{font-weight:600;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#34d399}.footer-bottom{border-top:1px solid #374151;margin-top:2rem;padding-top:2rem;text-align:center;color:#9ca3af}@keyframes popBorder{0%{box-shadow:0 10px 15px -3px #0000001a,0 0 #fda19db3}50%{box-shadow:0 20px 25px -5px #0000001a,0 0 0 10px #fda19d4d}to{box-shadow:0 10px 15px -3px #0000001a,0 0 0 20px #fda19d00}}.fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;width:66px;height:66px;border-radius:50%;background-color:#fda19d;color:#fff;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a;display:flex;align-items:center;justify-content:center;transition:box-shadow .3s;animation:popBorder 2s infinite}.fab:hover{box-shadow:0 20px 25px -5px #0000001a;animation-play-state:paused}@media (min-width: 768px){.nav-links{display:flex}.mobile-menu-btn{display:none}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.hero-title{font-size:4rem}.hero-subtitle{font-size:1.5rem}.hero-buttons{flex-direction:row;justify-content:center}.section-title{font-size:2.5rem}.quiz-result-grid{grid-template-columns:repeat(2,1fr)}.quiz-result-buttons{flex-direction:row;justify-content:center}.investor-features{grid-template-columns:repeat(3,1fr)}.investor-buttons{flex-direction:row;justify-content:center}.investor-materials-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.max-width,.max-width-4xl{padding:0 2rem}}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.hidden{display:none}.bg-teal-50{background-color:#f0fdfa}.bg-coral-50{background-color:#fdf2f2}@media (max-width: 768px){.qodaichat{width:350px}}.hiq-card-enhanced{margin-top:4rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:24px;padding:3rem;box-shadow:0 20px 60px #20c9b51a;border:1px solid rgba(32,201,181,.1);position:relative;overflow:hidden}.hiq-card-enhanced:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#20c9b5,#fda19d,#2e3c75)}.hiq-header{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:2rem;text-align:center}.hiq-logo{width:120px;margin-bottom:1rem;filter:drop-shadow(0 4px 8px rgba(32,201,181,.2))}.hiq-main-title{font-size:2rem;font-weight:700;color:#2e3c75;margin-bottom:.5rem;background:linear-gradient(135deg,#2e3c75,#20c9b5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hiq-subtitle{font-size:1.125rem;color:#20c9b5;font-weight:600;margin:0}.hiq-intro{text-align:center;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#f0fdfa,#ecfdf5);border-radius:16px;border-left:4px solid #20c9b5}.hiq-intro p{font-size:1.125rem;color:#374151;line-height:1.7;margin:0}.highlight{color:#20c9b5;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.hiq-section{margin:3rem 0}.section-header{display:flex;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.section-icon{font-size:1.5rem;margin-right:.75rem}.section-header h4{font-size:1.375rem;font-weight:700;color:#2e3c75;margin:0}.hiq-content{padding-left:2.25rem}.score-range{background:linear-gradient(135deg,#20c9b5,#fda19d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:1.125rem}.highlight-box{margin-top:1rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#fda19d,#20c9b5);color:#fff;border-radius:12px;text-align:center;font-size:1.125rem;box-shadow:0 8px 24px #fda19d4d}.hiq-steps{display:flex;flex-direction:column;gap:1.5rem;padding-left:2.25rem}.hiq-step{display:flex;align-items:flex-start;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;border:1px solid rgba(32,201,181,.1);transition:all .3s ease;position:relative;overflow:hidden}.hiq-step:before{content:"";position:absolute;top:0;left:0;bottom:0;width:4px;background:linear-gradient(135deg,#20c9b5,#fda19d)}.hiq-step:hover{transform:translateY(-2px);box-shadow:0 8px 24px #20c9b526}.step-number{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#20c9b5,#fda19d);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:1rem;flex-shrink:0;font-size:1.125rem}.step-content h5{font-weight:600;color:#2e3c75;margin-bottom:.5rem;font-size:1.125rem}.step-content p{font-size:.95rem;color:#6b7280;margin-bottom:.25rem;line-height:1.5}.hiq-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;padding-left:2.25rem}.benefit-card{display:flex;align-items:center;padding:1.25rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;border:1px solid rgba(32,201,181,.1);transition:all .3s ease}.benefit-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #20c9b526}.benefit-icon{font-size:1.5rem;margin-right:1rem;flex-shrink:0}.benefit-card p{margin:0;color:#374151;font-weight:500}.qodes-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding-left:2.25rem}.qode-card{padding:1.5rem;border-radius:16px;background:#fff;box-shadow:0 4px 12px #0000000d;border:1px solid rgba(32,201,181,.1);transition:all .3s ease;text-align:center;position:relative;overflow:hidden}.qode-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#20c9b5,#fda19d)}.qode-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #20c9b533}.qode-header{display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.qode-icon{font-size:1.5rem;margin-right:.5rem}.qode-card strong{color:#2e3c75;font-size:1.125rem;font-weight:600}.qode-card span{color:#6b7280;font-size:.95rem;line-height:1.4;display:block}.hiq-cta-section{margin-top:4rem;text-align:center}.cta-content{padding:3rem;background:linear-gradient(135deg,#2e3c75,#20c9b5);color:#fff;border-radius:24px;box-shadow:0 16px 40px #2e3c754d;position:relative;overflow:hidden}.cta-content:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{transform:translate(-50%,-50%) rotate(0)}50%{transform:translate(-50%,-50%) rotate(180deg)}}.cta-content h4{color:#fff;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.cta-content p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem;line-height:1.6}.cta-button{background:linear-gradient(135deg,#fda19d,#20c9b5);color:#fff;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #fda19d4d;position:relative;z-index:1}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #fda19d66}.cta-button:active{transform:translateY(0)}@media (max-width: 768px){.hiq-card-enhanced{padding:2rem 1.5rem}.hiq-main-title{font-size:1.5rem}.hiq-steps,.hiq-benefits-grid,.qodes-showcase{padding-left:0}.hiq-step{flex-direction:column;text-align:center}.step-number{margin-right:0;margin-bottom:1rem}.qodes-showcase,.hiq-benefits-grid{grid-template-columns:1fr}}
