*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;height:70px}.logo{font-size:24px;font-weight:700;color:#1e40af}.header-cta{background:#2563eb;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.header-cta:hover{background:#1d4ed8}.hero{padding:80px 0;background:#fff}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-left{max-width:500px}.hero-title{font-size:48px;font-weight:700;line-height:1.2;color:#111827;margin-bottom:24px}.hero-subtitle{font-size:18px;color:#6b7280;margin-bottom:32px;line-height:1.6}.hero-form{display:flex;gap:12px;margin-bottom:16px}.hero-email-input{flex:1;padding:12px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:16px;outline:none;transition:border-color .2s}.hero-email-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.hero-cta{background:#2563eb;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap}.hero-cta:hover:not(:disabled){background:#1d4ed8}.hero-cta:disabled{opacity:.6;cursor:not-allowed}.hero-right{display:flex;justify-content:center}.hero-image{width:100%;max-width:400px}.dashboard-mockup{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;overflow:hidden}.mockup-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:16px}.mockup-tabs{display:flex;gap:8px}.tab{padding:6px 12px;font-size:12px;border-radius:4px;background:#e5e7eb;color:#6b7280}.tab.active{background:#2563eb;color:#fff}.mockup-content{padding:24px;height:200px;display:flex;flex-direction:column;gap:16px}.chart-placeholder{flex:1;background:#f3f4f6;border-radius:6px;position:relative}.chart-placeholder:after{content:"";position:absolute;bottom:20px;left:20px;right:20px;height:60px;background:linear-gradient(45deg,#3b82f6 25%,transparent 25%),linear-gradient(-45deg,#3b82f6 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#3b82f6 75%),linear-gradient(-45deg,transparent 75%,#3b82f6 75%);background-size:20px 20px;opacity:.3}.data-rows{display:flex;flex-direction:column;gap:8px}.data-row{height:12px;background:#e5e7eb;border-radius:2px}.data-row:nth-child(2){width:75%}.data-row:nth-child(3){width:60%}.success-message{color:#059669;font-size:14px;margin-top:8px}.problem{padding:120px 0;background:#111827;color:#fff}.problem-content{text-align:center}.problem-title{font-size:42px;font-weight:700;line-height:1.2;margin-bottom:16px}.problem-subtitle{font-size:18px;color:#9ca3af;margin-bottom:64px}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:48px;max-width:900px;margin:0 auto}.problem-item{text-align:center}.problem-icon{font-size:48px;margin-bottom:24px}.problem-item h3{font-size:18px;font-weight:500;color:#f9fafb}.solution{padding:120px 0;background:#fff}.solution-content{text-align:center;max-width:800px;margin:0 auto}.solution-title{font-size:42px;font-weight:700;line-height:1.2;color:#111827;margin-bottom:16px}.solution-subtitle{font-size:18px;color:#6b7280;margin-bottom:64px}.tabs{margin-bottom:48px}.tab-buttons{display:inline-flex;background:#f3f4f6;border-radius:8px;padding:4px}.tab-button{background:transparent;border:none;padding:12px 24px;border-radius:6px;font-size:16px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.tab-button.active{background:#111827;color:#fff}.tab-content{min-height:300px}.tab-panel h3{font-size:20px;font-weight:600;color:#111827;margin-bottom:32px}.feature-mockup{max-width:400px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:32px;box-shadow:0 10px 15px -3px #0000001a}.hypothesis-form{display:flex;flex-direction:column;gap:20px}.form-field label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.input-placeholder{height:40px;background:#f3f4f6;border-radius:6px;border:1px solid #d1d5db}.input-placeholder.small{height:32px}.form-actions{padding-top:8px}.button-placeholder{height:36px;background:#2563eb;border-radius:6px;width:100px}.benefits{padding:120px 0;background:#f9fafb}.benefits-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.benefits-left{display:flex;flex-direction:column;align-items:center;gap:32px}.funnel-diagram{display:flex;flex-direction:column;align-items:center;gap:16px}.funnel-step{display:flex;flex-direction:column;align-items:center}.step-circle{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;background:#fff}.funnel-step.active .step-circle{border-color:#2563eb;background:#2563eb}.step-line{width:2px;height:40px;background:#d1d5db;margin:8px 0}.alignment-text{text-align:center}.alignment-text h3{font-size:18px;font-weight:600;color:#111827;margin-bottom:8px}.alignment-text p{font-size:14px;color:#6b7280}.benefits-right{max-width:500px}.benefits-title{font-size:42px;font-weight:700;line-height:1.2;color:#111827;margin-bottom:40px}.benefits-list{display:flex;flex-direction:column;gap:20px}.benefit-item{display:flex;align-items:flex-start;gap:12px}.benefit-check{color:#059669;font-weight:600;font-size:16px;flex-shrink:0;margin-top:2px}.benefit-item span{font-size:16px;color:#374151}.final-cta{padding:120px 0;background:#fff}.final-cta-content{text-align:center;max-width:600px;margin:0 auto}.final-cta-title{font-size:42px;font-weight:700;line-height:1.2;color:#111827;margin-bottom:48px}.final-cta-form{display:flex;gap:12px;margin-bottom:16px;justify-content:center}.final-cta-email{width:280px;padding:12px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:16px;outline:none;transition:border-color .2s}.final-cta-email:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.final-cta-button{background:#2563eb;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap}.final-cta-button:hover:not(:disabled){background:#1d4ed8}.final-cta-button:disabled{opacity:.6;cursor:not-allowed}.footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:48px 0}.footer-content{text-align:center}.footer-logo{font-size:20px;font-weight:700;color:#1e40af}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;gap:48px;text-align:center}.hero-title{font-size:36px}.hero-form{flex-direction:column}.problem-title,.solution-title,.benefits-title,.final-cta-title{font-size:32px}.problem-grid{grid-template-columns:1fr;gap:32px}.benefits-content{grid-template-columns:1fr;gap:48px;text-align:center}.final-cta-form{flex-direction:column;align-items:center}.final-cta-email{width:100%;max-width:320px}.container{padding:0 16px}.hero,.problem,.solution,.benefits,.final-cta{padding:80px 0}}
