*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:#fff}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:.5em}h1{font-size:3rem;font-weight:700}h2{font-size:2.5rem;font-weight:600}h3{font-size:2rem;font-weight:600}h4{font-size:1.5rem;font-weight:500}p{margin-bottom:1em;color:#666}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:#1a1a1a;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.header{background:#fff;box-shadow:0 2px 20px #0000001a;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;color:#1a1a1a;text-decoration:none}.logo-icon{font-size:2rem}.nav{display:flex;gap:2rem}.nav-link{color:#666;text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:#667eea}.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:6rem 0;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(45deg,#ffd700,#ffeb3b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:gold}.stat-label{font-size:.9rem;color:#fffc}.hero-visual{display:flex;justify-content:center;align-items:center}.demo-browser{background:#2a2a2a;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000004d;width:100%;max-width:500px}.browser-header{background:#3a3a3a;padding:12px 16px;display:flex;align-items:center;gap:12px}.browser-dots{display:flex;gap:6px}.browser-dots span{width:12px;height:12px;border-radius:50%;background:#666}.browser-dots span:first-child{background:#ff5f56}.browser-dots span:nth-child(2){background:#ffbd2e}.browser-dots span:nth-child(3){background:#27ca3f}.browser-url{background:#2a2a2a;color:#ccc;padding:6px 12px;border-radius:6px;font-size:.9rem;flex:1}.browser-content{background:white;padding:2rem;min-height:300px}.form-demo{display:flex;flex-direction:column;gap:1.5rem}.form-field{position:relative}.form-field label{display:block;color:#333;font-weight:500;margin-bottom:.5rem}.form-field input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem}.form-field.filled input{border-color:#10b981;background:#f0fdf4}.form-field.filling input{border-color:#3b82f6;background:#eff6ff}.auto-fill-indicator{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:.8rem;color:#10b981;font-weight:500}.auto-fill-indicator.typing{color:#3b82f6;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.features{padding:6rem 0;background:#f8f9fa}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{color:#1a1a1a;margin-bottom:1rem}.feature-description{color:#666;line-height:1.6}.how-it-works{padding:6rem 0;background:white}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step-card{text-align:center;padding:2rem;position:relative}.step-number{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step-icon{font-size:2rem;margin-bottom:1rem}.step-title{color:#1a1a1a;margin-bottom:1rem}.step-description{color:#666;line-height:1.6}.beta-registration{padding:6rem 0;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}.beta-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.beta-info h2{color:#1a1a1a;margin-bottom:1.5rem}.beta-benefits{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.benefit-item{display:flex;align-items:center;gap:12px;color:#666}.benefit-icon{font-size:1.2rem}.beta-form-container{background:white;padding:2rem;border-radius:12px;box-shadow:0 8px 30px #0000001a}.beta-form h3{color:#1a1a1a;margin-bottom:1.5rem;text-align:center}.beta-success{text-align:center;padding:4rem 2rem}.success-icon{font-size:4rem;margin-bottom:1rem}.beta-success h2{color:#10b981;margin-bottom:1rem}.installation-guide{padding:6rem 0;background:white}.installation-content{max-width:800px;margin:0 auto}.browser-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.browser-tab{display:flex;align-items:center;gap:8px;padding:12px 24px;border:2px solid #e0e0e0;background:white;border-radius:8px;cursor:pointer;transition:all .2s;font-weight:500}.browser-tab:hover{border-color:#667eea}.browser-tab.active{border-color:#667eea;background:#667eea;color:#fff}.browser-icon{font-size:1.2rem}.coming-soon-notice,.dev-notice{background:#fffbeb;border:1px solid #fbbf24;border-radius:12px;padding:2rem;text-align:center;margin-bottom:2rem}.dev-notice{background:#f0f9ff;border-color:#38bdf8}.notice-icon{font-size:3rem;margin-bottom:1rem}.coming-soon-notice h3,.dev-notice h3{color:#92400e;margin-bottom:1rem}.dev-notice h3{color:#0369a1}.step-list{display:flex;flex-direction:column;gap:1.5rem}.step-item{display:flex;gap:1rem;align-items:flex-start}.step-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#667eea;color:#fff;border-radius:50%;font-weight:600;flex-shrink:0}.step-content h4{color:#1a1a1a;margin-bottom:.5rem}.step-content code{background:#f1f5f9;padding:8px 12px;border-radius:6px;font-family:Monaco,Menlo,monospace;font-size:.9rem;color:#334155;border:1px solid #e2e8f0;margin-top:.5rem;display:block}.installation-help{margin-top:3rem}.help-card{background:#f8f9fa;padding:2rem;border-radius:12px;text-align:center}.help-card h4{color:#1a1a1a;margin-bottom:1rem}.help-actions{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-disclaimer{font-size:.85rem;color:#666;text-align:center;margin-top:1rem;line-height:1.4}.error-message{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:6px;margin-bottom:1rem;border:1px solid #fecaca}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;min-width:140px}.btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;box-shadow:0 4px 15px #667eea4d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-secondary{background:white;color:#667eea;border:2px solid #667eea}.btn-secondary:hover:not(:disabled){background:#667eea;color:#fff}.btn-large{padding:16px 32px;font-size:1.1rem}.btn-full{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-description{color:#ccc;line-height:1.6}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#667eea}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#999}.footer-bottom p{margin-bottom:.5rem}@media (max-width: 768px){.container{padding:0 16px}.hero{padding:4rem 0}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column;align-items:center}.hero-stats{justify-content:center}.features-grid,.steps-container{grid-template-columns:1fr}.beta-content{grid-template-columns:1fr;gap:2rem}.browser-tabs{flex-direction:column}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.nav{display:none}}@media (max-width: 480px){.hero-title{font-size:2rem}.btn,.hero-actions{width:100%}.hero-stats{flex-direction:column;gap:1rem}}
