*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1800AD;--secondary-color: #0f0070;--accent-color: #2200d4;--text-dark: #1e293b;--text-light: #64748b;--bg-light: #f8fafc;--bg-white: #ffffff;--border-color: #e2e8f0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;margin:0;padding:0}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.header{background:var(--bg-white);box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:100;padding:1rem 0}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{height:50px;width:auto;cursor:pointer;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.nav{display:flex;gap:2rem}.nav a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s ease}.nav a:hover{color:var(--primary-color)}main{flex:1}.hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:5rem 0;text-align:center}.hero-content{max-width:900px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95;line-height:1.6}.cta-button{display:inline-block;background:#fff;color:var(--primary-color);padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.125rem;transition:transform .3s ease,box-shadow .3s ease;margin-bottom:3rem}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;transition:transform .3s ease,background .3s ease}.feature:hover{transform:translateY(-5px);background:#ffffff26}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h3{font-size:1.5rem;margin-bottom:.5rem}.feature p{opacity:.9;font-size:.95rem}.how-it-works{padding:5rem 0;background:var(--bg-white)}.section-subtitle{text-align:center;font-size:1.125rem;color:var(--text-light);margin-bottom:3rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-bottom:3rem}.step{display:flex;gap:1.5rem;align-items:flex-start}.step-number{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;flex-shrink:0}.step-content h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-dark)}.step-content p{color:var(--text-light);line-height:1.6}.support-note{background:var(--bg-light);padding:2rem;border-radius:12px;display:flex;align-items:center;gap:1.5rem;max-width:700px;margin:0 auto}.support-icon{font-size:2.5rem}.support-note p{margin:0;color:var(--text-dark);font-size:1.125rem;line-height:1.6}.use-cases{padding:5rem 0;background:var(--bg-light)}.use-case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.use-case-card{background:var(--bg-white);padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #00000012;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.use-case-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.use-case-icon{font-size:3rem;margin-bottom:1rem}.use-case-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.use-case-card p{color:var(--text-light);line-height:1.6}.impact{padding:5rem 0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff}.impact .section-title{color:#fff}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:3rem}.metric{text-align:center}.metric-number{font-size:4rem;font-weight:700;margin-bottom:.5rem;background:#fff3;padding:1rem;border-radius:12px;display:inline-block;min-width:150px}.metric p{font-size:1.125rem;opacity:.95;margin-top:1rem}.about{padding:5rem 0;background:var(--bg-white)}.section-title{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:var(--text-dark)}.about-text{font-size:1.125rem;text-align:center;max-width:800px;margin:0 auto 3rem;color:var(--text-light);line-height:1.8}.benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.benefit-card{background:var(--bg-white);padding:2rem;border-radius:12px;box-shadow:0 4px 6px #00000012;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.benefit-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.benefit-card p{color:var(--text-light);line-height:1.6}.investors{padding:5rem 0;background:var(--bg-white)}.investor-opportunity{background:var(--bg-light);padding:3rem;border-radius:16px;margin:3rem 0}.opportunity-content h3{font-size:2rem;color:var(--text-dark);margin-bottom:1.5rem;text-align:center}.opportunity-content p{font-size:1.125rem;color:var(--text-light);line-height:1.8;text-align:center;max-width:900px;margin:0 auto}.subsection-title{font-size:2rem;color:var(--text-dark);text-align:center;margin-bottom:2.5rem;margin-top:4rem}.market-opportunity{margin:4rem 0}.market-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.market-stat{text-align:center;padding:2rem;background:linear-gradient(135deg,var(--bg-light) 0%,var(--bg-white) 100%);border-radius:12px;border:2px solid var(--border-color);transition:transform .3s ease,border-color .3s ease}.market-stat:hover{transform:translateY(-5px);border-color:var(--primary-color)}.stat-icon{font-size:3rem;margin-bottom:1rem}.market-stat h4{font-size:1.5rem;color:var(--text-dark);margin-bottom:.75rem}.market-stat p{color:var(--text-light);line-height:1.6}.investor-benefits{margin:4rem 0}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.investor-benefit{background:var(--bg-light);padding:2.5rem;border-radius:12px;position:relative;border-left:4px solid var(--primary-color);transition:transform .3s ease,box-shadow .3s ease}.investor-benefit:hover{transform:translate(5px);box-shadow:0 4px 12px #0000001a}.benefit-number{position:absolute;top:-15px;right:20px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.investor-benefit h4{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem}.investor-benefit p{color:var(--text-light);line-height:1.6}.use-of-funds{margin:4rem 0;background:var(--bg-light);padding:3rem;border-radius:16px}.funds-allocation{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-top:2rem}.fund-item{text-align:center;padding:2rem;background:var(--bg-white);border-radius:12px;transition:transform .3s ease}.fund-item:hover{transform:scale(1.05)}.fund-percentage{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.fund-item h4{font-size:1.25rem;color:var(--text-dark);margin-bottom:.75rem}.fund-item p{color:var(--text-light);line-height:1.6;font-size:.95rem}.investor-cta{margin-top:5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);padding:4rem 3rem;border-radius:16px;text-align:center;color:#fff}.investor-cta-content h3{font-size:2.25rem;margin-bottom:1rem}.investor-cta-content p{font-size:1.125rem;margin-bottom:2rem;opacity:.95}.investor-cta .cta-button-large{background:#fff;color:var(--primary-color)}.investor-cta .cta-button-large:hover{background:var(--bg-light);transform:translateY(-3px)}.cta-section{padding:5rem 0;background:var(--bg-light)}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:2.25rem;margin-bottom:1rem;color:var(--text-dark)}.cta-content p{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem}.cta-button-large{display:inline-block;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:1.25rem 3rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.25rem;transition:transform .3s ease,box-shadow .3s ease}.cta-button-large:hover{transform:translateY(-3px);box-shadow:0 8px 20px #2563eb66}.contact{padding:5rem 0;background:var(--bg-white)}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:800px;margin:3rem auto 0}.contact-item{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:var(--bg-light);border-radius:12px;transition:transform .3s ease}.contact-item:hover{transform:translateY(-3px)}.contact-icon{font-size:2.5rem}.contact-item h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.contact-item a{color:var(--primary-color);text-decoration:none;font-size:1.125rem;transition:color .3s ease}.contact-item a:hover{color:var(--secondary-color)}.footer{background:var(--text-dark);color:#fff;padding:2rem 0;text-align:center}.footer p{margin:0;opacity:.8}@media(max-width:768px){.logo{height:40px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-features{grid-template-columns:1fr}.section-title{font-size:2rem}.nav{gap:.75rem;font-size:.9rem}.steps{grid-template-columns:1fr}.step{flex-direction:column;text-align:center;align-items:center}.support-note{flex-direction:column;text-align:center}.use-case-grid,.metrics{grid-template-columns:1fr}.metric-number{font-size:3rem}.benefits,.contact-info{grid-template-columns:1fr}.cta-content h2{font-size:1.75rem}.cta-button-large{padding:1rem 2rem;font-size:1rem}.subsection-title,.opportunity-content h3{font-size:1.5rem}.market-stats,.benefits-grid,.funds-allocation{grid-template-columns:1fr}.fund-percentage{font-size:2.5rem}.investor-cta{padding:3rem 2rem}.investor-cta-content h3{font-size:1.75rem}.investor-opportunity,.use-of-funds{padding:2rem}}
