.landing{min-height:100vh}.nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#fff;border-bottom:1px solid #e0e0e0}.nav-brand{font-size:1.5rem;font-weight:600;color:#2563eb}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-links a{color:#666;font-weight:500;transition:color .2s}.nav-links a:hover{color:#2563eb}.btn-primary{background:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;border:none;display:inline-block;transition:background .2s}.btn-primary:hover{background:#1d4ed8}.btn-large{padding:1rem 2rem;font-size:1.1rem}.hero{text-align:center;padding:6rem 2rem;max-width:800px;margin:0 auto}.hero h1{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.2}.subheadline{font-size:1.25rem;color:#666;margin-bottom:2.5rem;line-height:1.6}.how-it-works{padding:6rem 2rem;background:#fff}.how-it-works h2{text-align:center;font-size:2.5rem;margin-bottom:4rem;color:#1a1a1a}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1000px;margin:0 auto}.step{text-align:center}.step-number{width:60px;height:60px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step h3{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a}.step p{color:#666;line-height:1.6}.pricing{padding:6rem 2rem;text-align:center}.pricing h2{font-size:2.5rem;margin-bottom:3rem;color:#1a1a1a}.plan-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:3rem;max-width:500px;margin:0 auto;box-shadow:0 4px 6px rgba(0,0,0,.05)}.plan-name{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.plan-price{font-size:3rem;font-weight:700;color:#2563eb;margin-bottom:2rem}.plan-price span{font-size:1.5rem;color:#666;font-weight:400}.plan-features{list-style:none;text-align:left;margin-bottom:2rem}.plan-features li{padding:.75rem 0;color:#666;border-bottom:1px solid #f0f0f0}.plan-features li:last-child{border-bottom:none}.plan-features li:before{content:"✓ ";color:#10b981;font-weight:700;margin-right:.5rem}.footer{text-align:center;padding:3rem 2rem;color:#666;border-top:1px solid #e0e0e0;background:#fff}@media (max-width:768px){.hero h1{font-size:2rem}.steps{grid-template-columns:1fr}}