.landing-page{--bg-page:#fff;--bg-offset:#f8fafc;--bg-card:#fff;--bg-glass:#fffc;--text-primary:#0f172a;--text-secondary:#475569;--text-on-dark:#fff;--accent-primary:#0aaf65;--accent-hover:#0ccf78;--accent-glow:#0aaf6533;--gradient-bg-hero:radial-gradient(circle at 50% 0%,#ecfdf5 0%,#fff 60%);--font-heading:var(--font-outfit),"Outfit",sans-serif;--font-body:var(--font-inter),"Inter",sans-serif;--container-width:1200px;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:8rem;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--shadow-sm:0 1px 3px #0000001a;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--border-light:#e2e8f0;background-color:var(--bg-page);color:var(--text-primary);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5,.landing-page h6{font-family:var(--font-heading);color:var(--text-primary);line-height:1.2}.landing-page a{color:inherit;text-decoration:none;transition:all .2s}.landing-page .container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.landing-page .text-gradient{color:var(--accent-primary);-webkit-text-fill-color:initial;background:0 0}.landing-page .text-center{text-align:center}.landing-page .btn{border-radius:var(--radius-sm);cursor:pointer;font-weight:600;font-family:var(--font-body);justify-content:center;align-items:center;padding:.75rem 1.5rem;display:inline-flex}.landing-page .btn-primary{background:var(--accent-primary);color:#fff;box-shadow:0 4px 14px var(--accent-glow);border:none;font-weight:700;transition:background-color .2s,transform .2s}.landing-page .btn-primary:hover{background:var(--accent-hover);box-shadow:0 6px 20px var(--accent-glow);transform:translateY(-2px)}.landing-page .btn-lg{padding:1rem 2rem;font-size:1.125rem}.landing-page .btn-sm{padding:.5rem 1rem;font-size:.875rem}.landing-page .navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);z-index:100;background:#ffffffe6;width:100%;padding:1rem 0;position:fixed;top:0;left:0}.landing-page .nav-content{justify-content:space-between;align-items:center;display:flex}.landing-page .logo{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);font-size:1.5rem;font-weight:700}.landing-page .nav-links{align-items:center;gap:2rem;display:flex}.landing-page .nav-links a:not(.btn){color:var(--text-secondary);font-size:.95rem;font-weight:500}.landing-page .nav-links a:not(.btn):hover{color:var(--accent-primary)}.landing-page .hero-section{background:var(--gradient-bg-hero);align-items:center;min-height:90vh;padding-top:10rem;padding-bottom:5rem;display:flex}.landing-page .hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.landing-page .hero-title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1.5rem;font-size:4rem;font-weight:800}.landing-page .hero-subtitle{color:var(--text-secondary);margin-bottom:1rem;font-size:1.5rem;font-weight:400}.landing-page .hero-desc{color:var(--text-secondary);max-width:90%;margin-bottom:2rem;font-size:1.125rem}.landing-page .cta-note{color:var(--text-secondary);opacity:.8;margin-top:.75rem;font-size:.875rem;display:block}.landing-page .visual-placeholder{aspect-ratio:4/3;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.landing-page .visual-placeholder:before{content:"";background:var(--accent-primary);filter:blur(80px);opacity:.15;z-index:0;border-radius:50%;width:70%;height:70%;position:absolute}.landing-page .glass-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-md);z-index:1;background:#ffffffb3;border:1px solid #ffffff80;max-width:400px;padding:2rem;transition:transform .5s;position:relative;transform:rotate(-2deg);box-shadow:0 20px 50px #0000001a}.landing-page .glass-card:hover{transform:rotate(0)scale(1.02)}.landing-page .investor-card{flex-direction:column;gap:1rem;display:flex}.landing-page .investor-avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.landing-page .investor-info{flex-direction:column;display:flex}.landing-page .investor-info .name{color:var(--text-primary);font-weight:600}.landing-page .investor-info .role{color:var(--text-secondary);font-size:.8rem}.landing-page .investor-message{color:var(--text-primary);margin-top:.5rem;font-size:1.1rem;font-style:italic;line-height:1.5}.landing-page .section{padding:var(--spacing-xl)0}.landing-page .section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.landing-page .section-title{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.landing-page .section-subtitle{color:var(--text-secondary);font-size:1.25rem}.landing-page .bg-dim{background:var(--bg-offset);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.landing-page .steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-page .step-card{border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-card);box-shadow:var(--shadow-sm);padding:2rem;transition:all .3s}.landing-page .step-card:hover{box-shadow:var(--shadow-lg);border-color:#cbd5e1;transform:translateY(-5px)}.landing-page .step-number{font-family:var(--font-heading);color:#cbd5e1;margin-bottom:1rem;font-size:3rem;font-weight:700}.landing-page .step-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.landing-page .step-card p{color:var(--text-secondary)}.landing-page .features-grid{grid-template-columns:repeat(4,1fr);gap:6rem;display:grid}.landing-page .feature-item{flex-direction:column;gap:1rem;display:flex}.landing-page .feature-icon{margin-bottom:.5rem;font-size:2rem}.landing-page .feature-item h3{color:var(--text-primary);font-size:1.5rem}.landing-page .feature-item p{color:var(--text-secondary);font-size:1.1rem}.landing-page .pricing-table-wrapper{border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid var(--border-light);background:#fff;padding:1rem;overflow-x:auto}.landing-page .pricing-table{border-collapse:collapse;width:100%}.landing-page .pricing-table th,.landing-page .pricing-table td{text-align:left;border-bottom:1px solid var(--border-light);padding:1.5rem}.landing-page .pricing-table tr:last-child td{border-bottom:none}.landing-page .pricing-table th{font-family:var(--font-heading);color:var(--text-primary);font-size:1.25rem}.landing-page .pricing-table .highlight{color:var(--accent-primary)}.landing-page .pricing-table td{color:var(--text-secondary)}.landing-page .cta-section{text-align:center;padding:4rem 0 8rem}.landing-page .final-cta-title{color:var(--text-primary);margin-bottom:2rem;font-size:2.5rem;font-weight:800}.landing-page footer{border-top:1px solid var(--border-light);text-align:center;color:var(--text-secondary);background:var(--bg-offset);padding:4rem 0}.landing-page .footer-logo{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.landing-page .price-sub{color:var(--text-secondary);margin-top:.25rem;font-size:.9rem;font-weight:700;display:block}.landing-page .fade-in-up{opacity:0;animation:.8s forwards landingFadeInUp;transform:translateY(20px)}.landing-page .fade-in{opacity:0;animation:1s forwards landingFadeIn}.landing-page .delay-1{animation-delay:.1s}.landing-page .delay-2{animation-delay:.2s}.landing-page .delay-3{animation-delay:.3s}.landing-page .delay-4{animation-delay:.5s}@keyframes landingFadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes landingFadeIn{to{opacity:1}}.landing-page .mobile-menu-btn{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:6px;display:none}.landing-page .mobile-menu-btn span{background-color:var(--text-primary);width:24px;height:2px;transition:all .3s;display:block}@media (max-width:768px){.landing-page .mobile-menu-btn{display:flex}.landing-page .nav-links{background:var(--bg-page);z-index:90;opacity:0;visibility:hidden;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;transition:all .3s;display:none;position:fixed;top:0;left:0}.landing-page .nav-links.active{opacity:1;visibility:visible;display:flex}.landing-page .hero-content{text-align:center;grid-template-columns:1fr;gap:3rem;padding-top:2rem}.landing-page .hero-text{order:1}.landing-page .hero-visual{order:2}.landing-page .hero-title{font-size:2.5rem}.landing-page .steps-grid{grid-template-columns:1fr}.landing-page .features-grid{grid-template-columns:1fr;gap:2rem}}
