*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #2563eb;--secondary-blue: #1d4ed8;--light-blue: #dbeafe;--primary-orange: #ea580c;--secondary-orange: #dc2626;--light-orange: #fed7aa;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 3rem;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-10: 2.5rem;--spacing-12: 3rem;--spacing-16: 4rem;--spacing-20: 5rem;--spacing-24: 6rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .05)}html{scroll-behavior:smooth}body{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#1f2937;background-color:#fff;overflow-x:hidden}a{text-decoration:none}:where(h1){margin-block:.67em;font-size:2em}.container{max-width:1200px;margin:0 auto;padding:0 3rem}.dashboard{min-height:100vh}body{padding-top:70px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;z-index:1000;transition:all .3s ease}.navbar .nav-container{max-width:1200px;margin:0 auto;padding:0 3rem;display:flex;align-items:center;justify-content:space-between;height:70px;padding:0 1rem}.navbar .nav-logo{display:flex;align-items:center;justify-content:center;gap:.5rem}.navbar .nav-logo img{width:32px;height:32px}.navbar .nav-logo h2{color:#2563eb;font-weight:700;font-size:1.25rem}.navbar .nav-menu{display:flex;align-items:center;justify-content:center;gap:2rem}.navbar .nav-link{color:#4b5563;font-weight:500;transition:color .3s ease;position:relative}.navbar .nav-link:hover{color:#ea580c}.navbar .nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#ea580c;transition:width .3s ease}.navbar .nav-link:hover:after{width:100%}.navbar .join-btn{display:none}.btn-primary{display:inline-block;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;background:#2563eb;color:#fff;padding:.5rem 1.5rem;font-size:1.125rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a,0 0 0 1px #0000000d}.btn-primary:hover{background:#1d4ed8;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a,0 0 0 1px #0000000d}.btn-primary:hover:hover{transform:translateY(-2px)}.btn-primary.large{padding:1.25rem 2.5rem;font-size:1.25rem}.btn-secondary{display:inline-block;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;background:transparent;color:#2563eb;border:2px solid #2563eb;padding:.5rem 1.5rem;font-size:1.125rem}.btn-secondary:hover{background:#2563eb;color:#fff}.btn-secondary:hover:hover{transform:translateY(-2px)}.cta-button{display:inline-block;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;background:#2563eb;color:#fff;border:2px solid #2563eb;padding:.5rem 1.5rem}.cta-button:hover{background:#1d4ed8}.cta-button:hover:hover{transform:translateY(-2px)}.cta-button.large{padding:1rem 1.5rem}.hero{padding:120px 0 5rem;background:linear-gradient(135deg,#f9fafb,#dbeafe);min-height:100vh;display:flex;align-items:center;justify-content:center}.hero .hero-content{max-width:600px;margin-left:auto;margin-right:600px;margin-bottom:3rem}.hero .hero-title{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#111827}.hero .highlight{color:#ea580c;position:relative}.hero .highlight:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#fed7aa;z-index:-1}.hero .hero-description{font-size:1.25rem;color:#4b5563;margin-bottom:2rem;line-height:1.7}.hero .hero-buttons{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero .hero-stats{display:flex;gap:2rem;flex-wrap:wrap}.hero .hero-visual{position:absolute;right:0;top:50%;transform:translateY(-50%);width:50%;max-width:600px}.stat{text-align:center}.stat .stat-number{display:block;font-size:1.875rem;font-weight:700;color:#2563eb}.stat .stat-label{font-size:.875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.dashboard-preview{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a,0 0 0 1px #0000000d;transition:all .3s ease;overflow:hidden;transform:perspective(1000px) rotateY(-5deg) rotateX(5deg)}.dashboard-preview:hover{transform:perspective(1000px) rotateY(-2deg) rotateX(2deg)}.dashboard-preview .dashboard-header{background:#f3f4f6;padding:1rem;display:flex;align-items:center;justify-content:center}.dashboard-preview .dashboard-header .dashboard-dots{display:flex;gap:.5rem}.dashboard-preview .dashboard-header .dashboard-dots span{width:12px;height:12px;border-radius:50%;background:#9ca3af}.dashboard-preview .dashboard-header .dashboard-dots span:first-child{background:#ea580c}.dashboard-preview .dashboard-content{padding:1.5rem}.metric-card{background:#f9fafb;padding:1rem;border-radius:.75rem;margin-bottom:1rem}.metric-card h3{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.metric-value{font-size:1.5rem;font-weight:700;color:#2563eb}.chart-placeholder{height:120px;background:linear-gradient(45deg,#dbeafe,#fed7aa);border-radius:.75rem;margin-top:1rem}.analytics-chart{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a,0 0 0 1px #0000000d;transition:all .3s ease;padding:2rem;width:100%;max-width:400px}.analytics-chart .chart-bars{display:flex;align-items:end;gap:.75rem;height:200px}.analytics-chart .chart-bars .bar{flex:1;background:linear-gradient(to top,#2563eb,#ea580c);border-radius:.375rem .375rem 0 0;transition:all .3s ease}.analytics-chart .chart-bars .bar:hover{opacity:.8;transform:scaleY(1.1)}.checkmark{color:#ea580c;font-weight:700;font-size:1.125rem}.table-container{margin-top:2rem}.table-container h2{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.table-wrapper{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a,0 0 0 1px #0000000d;transition:all .3s ease;overflow:hidden;padding:.5rem}.gridjs-tr{height:30px}.features{padding:6rem 0;background:#fff}.features .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.features .feature-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a,0 0 0 1px #0000000d;transition:all .3s ease;padding:2rem;border:1px solid #e5e7eb}.features .feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a,0 0 0 1px #0000000d;border-color:#2563eb}.features .feature-card .feature-icon{font-size:2.25rem;margin-bottom:1rem}.features .feature-card h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem}.features .feature-card p{color:#4b5563;line-height:1.7}.about{padding:6rem 0;background:#f9fafb}.about .about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about .about-text h2{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.about .about-text p{font-size:1.125rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.7}.about .about-features{display:flex;flex-direction:column;gap:.75rem}.about .about-feature{display:flex;align-items:center;justify-content:center;gap:.75rem;justify-content:flex-start}.about .about-visual{display:flex;align-items:center;justify-content:center}.pricing{padding:6rem 0;background:#fff}.pricing .pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;align-items:stretch}.pricing .pricing-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a,0 0 0 1px #0000000d;transition:all .3s ease;border:2px solid #e5e7eb;padding:2rem;text-align:center;position:relative;display:flex;flex-direction:column;height:100%}.pricing .pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a,0 0 0 1px #0000000d;border-color:#2563eb}.pricing .pricing-card.featured{border-color:#ea580c;transform:scale(1.05)}.pricing .pricing-card.featured:hover{transform:scale(1.05) translateY(-5px)}.pricing .pricing-card .popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#ea580c;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600}.pricing .pricing-card .pricing-header h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.pricing .pricing-card .price{margin-bottom:1.5rem}.pricing .pricing-card .price .currency{font-size:1.5rem;color:#4b5563;vertical-align:top}.pricing .pricing-card .price .amount{font-size:3rem;font-weight:700;color:#2563eb}.pricing .pricing-card .price .period{font-size:1.125rem;color:#4b5563}.pricing .pricing-card .savings{background:#fed7aa;color:#ea580c;padding:.25rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:600;display:inline-block;margin-top:.5rem}.pricing .pricing-card .pricing-features{margin-bottom:2rem;flex-grow:1}.pricing .pricing-card .feature-item{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.75rem;text-align:left;justify-content:flex-start}.pricing .pricing-card .feature-item .checkmark{flex-shrink:0}.pricing .pricing-guarantee{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;padding:2rem;background:#f9fafb;border-radius:1rem;border:1px solid #e5e7eb}.pricing .pricing-guarantee .guarantee-item{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#4b5563;justify-content:flex-start}.pricing .pricing-guarantee .guarantee-item .guarantee-icon{font-size:1.125rem}.section-header{text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.section-header h2{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.section-header p{font-size:1.125rem;color:#4b5563;line-height:1.7}.go-back{padding:2rem 0;background:#f9fafb;border-bottom:1px solid #e5e7eb;margin-top:70px}.go-back .go-back-link{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#2563eb;font-weight:500;transition:color .3s ease;justify-content:flex-start}.go-back .go-back-link:hover{color:#ea580c}.go-back .go-back-link .back-arrow{font-size:1.125rem;font-weight:700}.legal-content{padding:4rem 0;background:#fff}.legal-content .legal-header{text-align:center;margin-bottom:4rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.legal-content .legal-header h1{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.legal-content .legal-header .last-updated{color:#6b7280;font-size:.875rem;font-style:italic}.legal-content .legal-body{max-width:800px;margin:0 auto}.legal-content .legal-section{margin-bottom:3rem}.legal-content .legal-section h2{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.legal-content .legal-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;margin-top:1.5rem}.legal-content .legal-section p{color:#374151;line-height:1.7;margin-bottom:1rem}.legal-content .legal-section ul{margin-bottom:1rem;padding-left:1.5rem}.legal-content .legal-section ul li{color:#374151;line-height:1.7;margin-bottom:.5rem}.legal-content .legal-section strong{color:#111827;font-weight:600}.cta{padding:6rem 0;background:linear-gradient(135deg,#2563eb,#ea580c);color:#fff;text-align:center}.cta .cta-content h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.cta .cta-content p{font-size:1.25rem;margin:2rem 0;opacity:.9}.cta .cta-content .btn-primary{background:#fff;color:#2563eb;margin-bottom:1rem}.cta .cta-content .btn-primary:hover{background:#f3f4f6}.cta .cta-content .btn-primary:hover:hover{transform:translateY(-2px)}.cta .cta-content .cta-note{font-size:.875rem;opacity:.8}.footer{background:#111827;color:#fff;padding:4rem 0 2rem}.footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer .footer-section h3,.footer .footer-section h4{margin-bottom:1rem;color:#fff}.footer .footer-section h3{color:#2563eb;font-size:1.25rem}.footer .footer-section p{color:#9ca3af;line-height:1.7}.footer .footer-section ul{list-style:none}.footer .footer-section ul li{margin-bottom:.5rem}.footer .footer-section ul li a{color:#9ca3af;transition:color .3s ease}.footer .footer-section ul li a:hover{color:#ea580c}.footer .footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af}@media (max-width: 1024px){.hero .hero-content{margin-right:auto;margin-left:auto}.hero .hero-visual{position:relative;transform:none;width:100%;margin-top:3rem}.dashboard-preview{transform:none}.about .about-content{grid-template-columns:1fr;gap:3rem}.legal-content .legal-header h1{font-size:1.875rem}.legal-content .legal-section h2{font-size:1.25rem}.legal-content .legal-section h3{font-size:1.125rem}}@media (max-width: 768px){.navbar .nav-menu{display:flex;align-items:center;justify-content:center;gap:.75rem}.navbar .nav-link{display:none}.navbar .join-btn{display:inline-block}.hero{padding:100px 0 4rem;text-align:center}.hero .hero-title{font-size:2.25rem}.hero .hero-buttons,.hero .hero-stats{justify-content:center}.features .features-grid{grid-template-columns:1fr;gap:1.5rem}.features .feature-card{padding:1.5rem}.section-header h2,.about .about-text h2,.cta .cta-content h2{font-size:1.875rem}.pricing .pricing-grid{grid-template-columns:1fr;gap:1.5rem}.pricing .pricing-card.featured{transform:none}.pricing .pricing-card.featured:hover{transform:translateY(-5px)}.pricing .pricing-guarantee{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){body{padding-top:50px}.navbar .nav-container{max-width:1200px;margin:0 auto;padding:0 3rem;display:flex;align-items:center;justify-content:space-between;height:50px;font-size:.875rem;padding:0 .5rem}.navbar .nav-container a,.navbar .nav-container button{border-radius:.5rem;font-size:.875rem;padding:.25rem .75rem}.container{padding:0 2rem}.hero .hero-title{font-size:1.875rem}.hero .hero-description{font-size:1.125rem}.hero .hero-buttons{flex-direction:column;align-items:center}.hero .btn-primary,.hero .btn-secondary{width:100%;max-width:300px}.hero .hero-stats{flex-direction:column;gap:1rem}.features .features-grid{grid-template-columns:1fr}.features .feature-card{padding:1rem}.analytics-chart .chart-bars{height:150px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card,.about-text{animation:fadeInUp .6s ease-out}button:focus,a:focus{outline:none}@media print{.navbar,.cta,.footer{display:none}.hero{padding:2rem 0}}
