*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#06c;--primary-dark:#0052a3;--secondary:#f5f5f5;--text:#1a1a1a;--text-light:#666;--border:#e0e0e0;--success:#10b981;--background:#fff}html{scroll-behavior:smooth}body{color:var(--text);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.navbar{background:var(--background);border-bottom:1px solid var(--border);z-index:1000;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-logo{color:var(--primary);font-size:1.5rem;font-weight:700;text-decoration:none}.nav-menu{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text);font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover,.nav-link.nav-cta{color:var(--primary)}.nav-button{background:var(--primary);color:#fff;border-radius:6px;padding:.5rem 1.5rem;font-weight:600;text-decoration:none;transition:background .3s}.nav-button:hover{background:var(--primary-dark)}.hero{text-align:center;max-width:1200px;margin:0 auto;padding:6rem 2rem}.hero-content h1{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.hero-content p{color:var(--text-light);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{cursor:pointer;border:2px solid #0000;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn-secondary{color:var(--primary);border-color:var(--primary);background:0 0}.btn-secondary:hover{background:var(--primary);color:#fff}.btn-outline{color:var(--primary);border-color:var(--border);background:0 0}.btn-outline:hover{border-color:var(--primary)}.btn-large{padding:1rem 3rem;font-size:1.1rem}.features{max-width:1200px;margin:0 auto;padding:4rem 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem}.section-header p{color:var(--text-light);font-size:1.1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{border:1px solid var(--border);text-align:center;border-radius:8px;padding:2rem;transition:all .3s}.feature-card:hover{border-color:var(--primary);box-shadow:0 4px 12px #0000001a}.feature-icon{margin-bottom:1rem;font-size:3rem}.feature-card h3{margin-bottom:1rem;font-size:1.3rem}.feature-card p{color:var(--text-light)}.cta{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;text-align:center;padding:4rem 2rem}.cta-content{max-width:1200px;margin:0 auto}.cta h2{margin-bottom:1rem;font-size:2.5rem}.cta p{opacity:.95;margin-bottom:2rem;font-size:1.1rem}.pricing-header{background:var(--secondary);padding:4rem 2rem}.pricing-plans{max-width:1200px;margin:0 auto;padding:4rem 2rem}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.pricing-card{border:1px solid var(--border);border-radius:8px;flex-direction:column;padding:2rem;display:flex;position:relative}.pricing-card.featured{border-color:var(--primary);transform:scale(1.02);box-shadow:0 4px 20px #0066cc26}.badge{background:var(--primary);color:#fff;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;position:absolute;top:-12px;right:30px}.pricing-header h3{margin-bottom:1rem;font-size:1.5rem}.pricing-price{align-items:baseline;gap:.5rem;margin-bottom:.5rem;display:flex}.amount{color:var(--primary);font-size:2.5rem;font-weight:700}.period{color:var(--text-light)}.pricing-description{color:var(--text-light);margin-bottom:1.5rem}.pricing-features{flex-grow:1;margin-bottom:2rem;list-style:none}.pricing-features li{border-bottom:1px solid var(--border);color:var(--text-light);padding:.75rem 0}.pricing-features li:last-child{border-bottom:none}.faq{max-width:1200px;margin:0 auto;padding:4rem 2rem}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.faq-item{background:var(--secondary);border-radius:8px;padding:1.5rem}.faq-item h4{color:var(--primary);margin-bottom:.5rem;font-size:1.1rem}.faq-item p{color:var(--text-light)}.footer{color:#ccc;background:#1a1a1a;padding:3rem 2rem 1rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto 2rem;display:grid}.footer-section h4,.footer-section h5{color:#fff;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;color:#999;border-top:1px solid #333;max-width:1200px;margin:0 auto;padding-top:2rem}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.section-header h2{font-size:1.8rem}.pricing-card.featured{transform:scale(1)}.nav-menu{gap:1rem;font-size:.9rem}.features-grid,.pricing-grid,.faq-grid{grid-template-columns:1fr}}
