*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#2563eb;--primary-dark:#1d4ed8;--secondary-color:#10b981;--text-primary:#1f2937;--text-secondary:#6b7280;--bg-light:#f9fafb;--bg-white:#fff;--border-color:#e5e7eb;--shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}body{color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:var(--bg-white);z-index:100;box-shadow:var(--shadow);position:sticky;top:0}.nav{padding:1rem 0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.logo h2{color:var(--primary-color);font-size:1.5rem}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-primary);font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--primary-color)}.nav-cta{align-items:center;gap:1rem;display:flex}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:4px;display:none}.mobile-menu-toggle span{background:var(--text-primary);width:24px;height:2px;transition:all .3s}.btn{text-align:center;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn-secondary{color:var(--primary-color);border:2px solid var(--primary-color);background:#fff}.btn-secondary:hover{background:var(--primary-color);color:#fff}.btn-large{padding:1rem 2rem;font-size:1.125rem}.hero{background:linear-gradient(135deg,#f3f4f6 0%,#e0e7ff 100%);padding:5rem 0}.hero-content{text-align:center;margin-bottom:3rem}.hero h1{color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 2rem;font-size:1.25rem}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem;display:flex}.hero-note{color:var(--text-secondary);font-size:.875rem}.hero-image{justify-content:center;margin-top:3rem;display:flex}.dashboard-preview{background:var(--bg-white);box-shadow:var(--shadow-lg);border-radius:1rem;width:100%;max-width:600px;overflow:hidden}.preview-header{background:#f3f4f6;gap:.5rem;padding:.75rem 1rem;display:flex}.dot{background:#d1d5db;border-radius:50%;width:12px;height:12px}.preview-content{grid-template-columns:1fr 1fr;gap:1rem;padding:2rem;display:grid}.stat-card{background:var(--bg-light);text-align:center;border-radius:.5rem;padding:1.5rem}.stat-card h4{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem}.stat-value{color:var(--primary-color);font-size:1.5rem;font-weight:700}.chart-preview{background:linear-gradient(90deg,#e0e7ff,#c7d2fe);border-radius:.5rem;grid-column:1/-1;height:150px;position:relative;overflow:hidden}.chart-preview:before{content:"";background:var(--primary-color);opacity:.2;clip-path:polygon(0 100%,20% 40%,40% 60%,60% 30%,80% 50%,100% 20%,100% 100%);height:60%;position:absolute;bottom:0;left:0;right:0}.features{background:var(--bg-white);padding:5rem 0}.section-title{text-align:center;color:var(--text-primary);margin-bottom:3rem;font-size:2.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{text-align:center;background:var(--bg-light);border-radius:1rem;padding:2rem;transition:transform .3s,box-shadow .3s}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.feature-icon{margin-bottom:1rem;font-size:3rem}.feature-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-secondary);line-height:1.6}.how-it-works{background:var(--bg-light);padding:5rem 0}.steps{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:3rem;display:grid}.step{text-align:center;position:relative}.step-number{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;display:flex}.step h3{margin-bottom:1rem;font-size:1.25rem}.step p{color:var(--text-secondary)}.security{background:var(--bg-white);padding:5rem 0}.security-content{grid-template-columns:1fr auto;align-items:center;gap:4rem;display:grid}.security h2{margin-bottom:2rem;font-size:2.5rem}.security-features{flex-direction:column;gap:1.5rem;display:flex}.security-item{align-items:flex-start;gap:1rem;display:flex}.check{color:var(--secondary-color);font-size:1.5rem;font-weight:700}.security-item h4{margin-bottom:.25rem;font-size:1.125rem}.security-item p{color:var(--text-secondary);font-size:.875rem}.security-badges{flex-direction:column;gap:1rem;display:flex}.badge{background:var(--bg-light);text-align:center;white-space:nowrap;border-radius:.5rem;padding:1rem 2rem;font-weight:600}.pricing{background:var(--bg-light);padding:5rem 0}.pricing-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.pricing-card{background:var(--bg-white);box-shadow:var(--shadow);border-radius:1rem;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative}.pricing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.pricing-card.featured{border:2px solid var(--primary-color);transform:scale(1.05)}.pricing-card .badge{background:var(--primary-color);color:#fff;border-radius:1rem;padding:.25rem 1rem;font-size:.875rem;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card h3{text-align:center;margin-bottom:1rem;font-size:1.5rem}.price{text-align:center;margin-bottom:2rem}.amount{color:var(--primary-color);font-size:3rem;font-weight:700}.period{color:var(--text-secondary)}.features-list{margin-bottom:2rem;list-style:none}.features-list li{border-bottom:1px solid var(--border-color);color:var(--text-secondary);padding:.75rem 0}.features-list li:last-child{border-bottom:none}.pricing-card .btn{width:100%}.cta{background:var(--primary-color);color:#fff;text-align:center;padding:5rem 0}.cta h2{margin-bottom:1rem;font-size:2.5rem}.cta p{opacity:.9;margin-bottom:2rem;font-size:1.25rem}.footer{background:var(--text-primary);color:#fff;padding:3rem 0 1rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section a{color:#fffc;padding:.25rem 0;text-decoration:none;transition:color .3s;display:block}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;color:#fff9;border-top:1px solid #ffffff1a;padding-top:2rem}@media (max-width:768px){.nav-links{background:var(--bg-white);box-shadow:var(--shadow);flex-direction:column;padding:1rem;display:none;position:absolute;top:100%;left:0;right:0}.nav-links.active,.mobile-menu-toggle{display:flex}.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column;align-items:center}.features-grid,.pricing-cards,.security-content{grid-template-columns:1fr}.security-badges{flex-flow:wrap;justify-content:center}.pricing-card.featured{transform:none}.footer-content{text-align:center;grid-template-columns:1fr}}@media (max-width:480px){.container{padding:0 15px}.hero,.features,.how-it-works,.security,.pricing,.cta{padding:3rem 0}.section-title{font-size:1.75rem}.btn-large{padding:.875rem 1.5rem;font-size:1rem}}
