:root{--pro-surface-elevated:#ffffffd9;--pro-surface-glass:#fff9;--pro-border-subtle:#2328260f;--pro-border-card:#2328261a;--pro-gradient-primary:linear-gradient(135deg, var(--primary), var(--primary-light));--pro-gradient-accent:linear-gradient(135deg, var(--accent), var(--accent-light));--pro-gradient-mixed:linear-gradient(135deg, var(--primary), var(--accent));--pro-shadow-card:0 4px 24px -8px #785a3c1f;--pro-shadow-card-hover:0 12px 40px -12px #785a3c38;--pro-shadow-elevated:0 20px 60px -20px #785a3c40;--pro-cta-glow:0 8px 30px -6px #f26a2866}body.pro-page{background:var(--bg);color:var(--text-primary);font-family:var(--font-body);overflow-x:hidden}.pro-nav{z-index:1000;padding:0 var(--space-lg);-webkit-backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid var(--pro-border-subtle);transition:all var(--transition-base);background:#fcf8f2bf;position:fixed;top:0;left:0;right:0}.pro-nav.scrolled{box-shadow:var(--shadow-sm);background:#fcf8f2eb}.pro-nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;display:flex}.pro-nav-brand{color:var(--text-primary);align-items:center;gap:8px;text-decoration:none;display:flex}.pro-nav-logo{object-fit:contain;width:32px;height:32px}.pro-nav-title{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.pro-badge{background:var(--pro-gradient-accent);color:#fff;font-family:var(--font-mono);border-radius:var(--radius-full);letter-spacing:.06em;text-transform:uppercase;padding:2px 8px;font-size:.65rem;font-weight:600}.pro-nav-links{align-items:center;gap:var(--space-lg);list-style:none;display:flex}.pro-nav-link{font-family:var(--font-body);color:var(--text-secondary);transition:color var(--transition-fast);font-size:.85rem;font-weight:500;text-decoration:none;position:relative}.pro-nav-link:hover,.pro-nav-link.active{color:var(--primary)}.pro-nav-link.active:after{content:"";background:var(--primary);border-radius:1px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.pro-nav-back{color:var(--text-muted);transition:color var(--transition-fast);font-size:.82rem;font-weight:500;text-decoration:none}.pro-nav-back:hover{color:var(--primary)}.pro-nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.pro-nav-hamburger span{background:var(--text-primary);width:22px;height:2px;transition:all var(--transition-base);border-radius:2px}.pro-nav-hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.pro-nav-hamburger.active span:nth-child(2){opacity:0}.pro-nav-hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.pro-nav-mobile{display:none}.pro-hero{min-height:100vh;padding:120px var(--space-lg) var(--space-4xl);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}#hero-canvas{z-index:0;pointer-events:none;opacity:.35;width:100%;height:100%;position:absolute;inset:0}.pro-hero-content{z-index:1;text-align:center;max-width:820px;position:relative}.pro-hero-badge{font-family:var(--font-mono);letter-spacing:.1em;color:var(--primary);background:var(--primary-glow);border-radius:var(--radius-full);margin-bottom:var(--space-xl);border:1px solid #149b7e33;align-items:center;gap:8px;padding:6px 16px;font-size:.72rem;font-weight:500;display:inline-flex}.pro-pulse-dot{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.pro-hero-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-primary);margin-bottom:var(--space-lg);font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;line-height:1.15}.pro-gradient-text{background:var(--pro-gradient-mixed);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.pro-hero-subtitle{color:var(--text-secondary);max-width:680px;margin:0 auto var(--space-xl);font-size:1.1rem;line-height:1.7}.pro-hero-ctas{gap:var(--space-md);margin-bottom:var(--space-2xl);flex-wrap:wrap;justify-content:center;display:flex}.pro-hero-fade{background:linear-gradient(to bottom, transparent, var(--bg));z-index:1;pointer-events:none;height:120px;position:absolute;bottom:0;left:0;right:0}.pro-btn{font-family:var(--font-display);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);border:none;align-items:center;gap:8px;padding:14px 28px;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.pro-btn--primary{background:var(--pro-gradient-accent);color:#fff;box-shadow:var(--pro-cta-glow)}.pro-btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 36px -8px #f26a2880}.pro-btn--secondary{background:var(--surface);color:var(--text-primary);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.pro-btn--secondary:hover{background:var(--surface-hover);border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.pro-btn--outline{color:var(--text-primary);border:1px solid var(--border);background:0 0;padding:12px 24px}.pro-btn--outline:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-glow)}.pro-trust-badges{justify-content:center;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.pro-trust-badge{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.03em;align-items:center;gap:6px;font-size:.7rem;font-weight:500;display:flex}.pro-trust-badge svg{color:var(--primary);opacity:.7}.pro-trust-sep{color:var(--border);font-size:.8rem}.pro-section{padding:var(--space-4xl) var(--space-lg);position:relative}.pro-section--alt{background:var(--surface-2)}.pro-container{max-width:1200px;margin:0 auto}.pro-section-header{text-align:center;margin-bottom:var(--space-3xl)}.pro-section-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-primary);margin-bottom:var(--space-md);font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;line-height:1.2}.pro-section-subtitle{color:var(--text-secondary);max-width:640px;margin:0 auto;font-size:1.05rem;line-height:1.7}.pro-section--demo{background:var(--surface-2)}.pro-dashboard{gap:var(--space-lg);grid-template-columns:1fr 1fr;display:grid}.pro-dash-card{background:var(--surface);border:1px solid var(--pro-border-card);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--pro-shadow-card);transition:all var(--transition-base);overflow:hidden}.pro-dash-card:hover{box-shadow:var(--pro-shadow-card-hover);transform:translateY(-2px)}.pro-dash-card--performance{border-top:3px solid var(--primary)}.pro-dash-card--cost{border-top:3px solid var(--accent)}.pro-dash-card--github{border-top:3px solid #6366f1}.pro-dash-card--research{border-top:3px solid #8b5cf6}.pro-dash-card-header{margin-bottom:var(--space-md);align-items:center;gap:10px;display:flex}.pro-dash-card-icon{font-size:1.1rem}.pro-dash-card-title{font-family:var(--font-display);color:var(--text-primary);flex:1;font-size:.85rem;font-weight:700}.pro-dash-live-dot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot}.pro-dash-card-footer{font-family:var(--font-mono);color:var(--text-muted);margin-top:var(--space-md);padding-top:var(--space-sm);border-top:1px solid var(--pro-border-subtle);letter-spacing:.02em;font-size:.68rem}.pro-bar-group{flex-direction:column;gap:10px;display:flex}.pro-bar-row{align-items:center;gap:10px;display:flex}.pro-bar-label{font-family:var(--font-mono);color:var(--text-secondary);flex-shrink:0;width:72px;font-size:.72rem;font-weight:500}.pro-bar-track{background:var(--surface-2);border-radius:var(--radius-sm);flex:1;height:24px;overflow:hidden}.pro-bar-fill{border-radius:var(--radius-sm);height:100%;transition:width 1s cubic-bezier(.34,1.56,.64,1)}.pro-bar--green{background:linear-gradient(90deg, var(--primary), var(--primary-light))}.pro-bar--orange{background:linear-gradient(90deg, var(--accent), var(--accent-light))}.pro-bar--blue{background:linear-gradient(90deg,#4f86f7,#6fa8ff)}.pro-bar--purple{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.pro-bar-value{font-family:var(--font-mono);color:var(--text-primary);text-align:right;width:36px;font-size:.78rem;font-weight:600}.pro-cost-ticker{flex-direction:column;gap:12px;display:flex}.pro-cost-row{background:var(--surface-2);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.pro-cost-model{font-family:var(--font-mono);color:var(--text-primary);font-size:.78rem;font-weight:600}.pro-cost-price{font-family:var(--font-mono);color:var(--text-primary);font-size:.85rem;font-weight:700}.pro-cost-delta{font-family:var(--font-mono);font-size:.72rem;font-weight:600}.pro-cost-delta--up{color:var(--error)}.pro-cost-delta--down{color:var(--primary)}.pro-cost-delta--neutral{color:var(--text-muted)}.pro-github-content{gap:var(--space-sm);flex-direction:column;display:flex}.pro-github-counter{flex-direction:column;gap:2px;display:flex}.pro-github-number{font-family:var(--font-mono);color:var(--text-primary);letter-spacing:-.03em;font-size:2rem;font-weight:800}.pro-github-label{color:var(--text-muted);font-size:.78rem}.pro-sparkline{width:100%;height:50px}.pro-research-content{gap:var(--space-md);flex-direction:column;display:flex}.pro-research-counter{flex-direction:column;gap:2px;display:flex}.pro-research-number{font-family:var(--font-mono);color:var(--text-primary);letter-spacing:-.03em;font-size:2rem;font-weight:800}.pro-research-label{color:var(--text-muted);font-size:.78rem}.pro-research-tags{flex-wrap:wrap;gap:6px;display:flex}.pro-research-tag{font-family:var(--font-mono);border-radius:var(--radius-full);background:var(--surface-2);color:var(--text-secondary);border:1px solid var(--pro-border-subtle);padding:4px 10px;font-size:.68rem;font-weight:500}.pro-research-tag--hot{background:var(--accent-glow);color:var(--accent-dark);border-color:#f26a2833}.pro-features-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.pro-feature-card{border-radius:var(--radius-lg);transition:transform var(--transition-base), box-shadow var(--transition-base);position:relative;overflow:hidden}.pro-feature-card:hover{box-shadow:var(--pro-shadow-elevated);transform:translateY(-4px)}@property --gradient-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.pro-feature-card-border{border-radius:var(--radius-lg);background:var(--border);-webkit-mask-composite:xor;padding:1px;transition:background .6s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.pro-feature-card:hover .pro-feature-card-border{background:conic-gradient(from var(--gradient-angle), var(--primary), var(--accent), var(--primary-light), var(--accent-light), var(--primary));animation:3s linear infinite rotate-gradient}@keyframes rotate-gradient{to{--gradient-angle:360deg}}.pro-feature-card-content{background:var(--surface);border-radius:var(--radius-lg);padding:var(--space-xl);flex-direction:column;height:100%;display:flex}.pro-feature-icon{margin-bottom:var(--space-md);background:var(--surface-2);border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;font-size:1.6rem;display:flex}.pro-feature-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:var(--space-sm);letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.pro-feature-desc{color:var(--text-secondary);margin-bottom:var(--space-md);flex:1;font-size:.88rem;line-height:1.65}.pro-feature-desc em{color:var(--primary);font-style:normal;font-weight:600}.pro-feature-tags{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.pro-feature-tag{font-family:var(--font-mono);border-radius:var(--radius-full);background:var(--primary-glow);color:var(--primary-dark);letter-spacing:.02em;padding:3px 10px;font-size:.65rem;font-weight:500}.pro-section--architecture{background:var(--surface-2)}.pro-pipeline{padding:var(--space-lg) 0;align-items:center;gap:0;display:flex;overflow-x:auto}.pro-pipeline-stage{flex-shrink:0}.pro-pipeline-stage--sources,.pro-pipeline-stage--outputs{flex-direction:column;gap:8px;display:flex}.pro-pipeline-stage-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:4px;font-size:.7rem;font-weight:600}.pro-pipeline-nodes{flex-direction:column;gap:6px;display:flex}.pro-pipeline-node{font-family:var(--font-mono);border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--pro-border-card);color:var(--text-primary);white-space:nowrap;box-shadow:var(--shadow-sm);padding:6px 14px;font-size:.72rem;font-weight:500}.pro-pipeline-stage--process{flex-shrink:0}.pro-pipeline-stage-box{padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--pro-border-card);text-align:center;color:var(--text-primary);box-shadow:var(--pro-shadow-card);flex-direction:column;align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:flex}.pro-pipeline-stage-box--ingest{border-left:3px solid var(--primary)}.pro-pipeline-stage-box--signal{border-left:3px solid #6366f1}.pro-pipeline-stage-box--anomaly{border-left:3px solid var(--accent)}.pro-pipeline-stage-icon{font-size:1.2rem}.pro-pipeline-arrow{padding:0 var(--space-sm);flex-shrink:0;align-items:center;display:flex}.pro-pipeline-arrow-line{background:var(--border);width:24px;height:2px}.pro-pipeline-arrow-head{color:var(--text-muted);font-size:1rem;line-height:1}.pro-section--metrics{background:var(--text-primary);color:#fff;padding:var(--space-3xl) var(--space-lg)}.pro-metrics-row{justify-content:space-around;gap:var(--space-xl);flex-wrap:wrap;display:flex}.pro-metric{text-align:center;flex:1;min-width:140px}.pro-metric-number{font-family:var(--font-mono);letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:4px;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;display:block}.pro-metric-label{color:#fff9;letter-spacing:.02em;font-size:.78rem;font-weight:500;display:block}.pro-testimonials{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.pro-testimonial{background:var(--surface);border-radius:var(--radius-lg);padding:var(--space-xl);border:1px solid var(--pro-border-subtle);border-left:3px solid var(--primary);box-shadow:var(--pro-shadow-card);flex-direction:column;display:flex}.pro-testimonial-quote{color:var(--text-secondary);margin-bottom:var(--space-lg);padding-left:var(--space-md);flex:1;font-size:.92rem;font-style:italic;line-height:1.65;position:relative}.pro-testimonial-quote:before{content:"\"";color:var(--primary-glow-strong);font-size:2.5rem;font-style:normal;font-family:var(--font-display);font-weight:800;line-height:1;position:absolute;top:-8px;left:-4px}.pro-testimonial-author{align-items:center;gap:var(--space-sm);display:flex}.pro-testimonial-avatar{background:var(--primary-glow);width:36px;height:36px;color:var(--primary);font-family:var(--font-mono);border-radius:50%;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex}.pro-testimonial-info{flex-direction:column;display:flex}.pro-testimonial-name{color:var(--text-primary);font-size:.85rem;font-weight:600}.pro-testimonial-role{color:var(--text-muted);font-size:.75rem}.pro-built-by{text-align:center;margin-top:var(--space-2xl);color:var(--text-muted);font-size:.85rem}.pro-built-by a{color:var(--primary);font-weight:600;text-decoration:none}.pro-built-by a:hover{text-decoration:underline}.pro-section--pricing{background:var(--surface-2)}.pro-pricing-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);align-items:start;display:grid}.pro-pricing-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--pro-border-card);padding:var(--space-xl);box-shadow:var(--pro-shadow-card);transition:all var(--transition-base);flex-direction:column;display:flex}.pro-pricing-card:hover{box-shadow:var(--pro-shadow-card-hover);transform:translateY(-2px)}.pro-pricing-card--featured{border:2px solid var(--accent);box-shadow:var(--pro-shadow-elevated), 0 0 40px -10px #f26a2826;z-index:1;position:relative;transform:scale(1.03)}.pro-pricing-card--featured:hover{transform:scale(1.03)translateY(-2px)}.pro-pricing-popular{background:var(--pro-gradient-accent);color:#fff;font-family:var(--font-mono);border-radius:var(--radius-full);letter-spacing:.08em;white-space:nowrap;padding:4px 14px;font-size:.65rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pro-pricing-card-header{text-align:center;padding-bottom:var(--space-lg);margin-bottom:var(--space-lg);border-bottom:1px solid var(--pro-border-subtle)}.pro-pricing-plan{font-family:var(--font-display);color:var(--text-primary);margin-bottom:var(--space-sm);font-size:1.15rem;font-weight:700}.pro-pricing-price{margin-bottom:var(--space-xs);justify-content:center;align-items:baseline;gap:2px;display:flex}.pro-pricing-currency{font-family:var(--font-mono);color:var(--text-secondary);font-size:1.2rem;font-weight:600}.pro-pricing-amount{font-family:var(--font-mono);letter-spacing:-.03em;color:var(--text-primary);font-size:2.8rem;font-weight:800}.pro-pricing-period{font-family:var(--font-mono);color:var(--text-muted);font-size:.85rem}.pro-pricing-desc{color:var(--text-muted);font-size:.82rem}.pro-pricing-features{margin-bottom:var(--space-xl);flex-direction:column;flex:1;gap:10px;list-style:none;display:flex}.pro-pricing-features li{color:var(--text-secondary);padding-left:24px;font-size:.85rem;line-height:1.5;position:relative}.pro-pricing-features li:before{content:"✓";color:var(--primary);font-size:.85rem;font-weight:700;position:absolute;left:0}.pro-section--lead-capture{background:var(--text-primary);color:#fff;border-top:3px solid var(--accent)}.pro-section--lead-capture .pro-section-title{color:#fff}.pro-section--lead-capture .pro-section-subtitle{color:#fff9}.pro-section--lead-capture .pro-gradient-text{background:var(--pro-gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.pro-lead-form-card{border-radius:var(--radius-xl);max-width:640px;padding:var(--space-2xl);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a;margin:0 auto}.pro-lead-form{gap:var(--space-lg);flex-direction:column;display:flex}.pro-form-row{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.pro-form-group{flex-direction:column;gap:6px;display:flex}.pro-form-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;font-size:.7rem;font-weight:600}.pro-form-input,.pro-form-select{border-radius:var(--radius-sm);font-family:var(--font-body);color:#fff;transition:all var(--transition-fast);background:#ffffff12;border:1px solid #ffffff1f;outline:none;width:100%;padding:12px 14px;font-size:.88rem}.pro-form-input::placeholder{color:#ffffff4d}.pro-form-input:focus,.pro-form-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #149b7e33}.pro-form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgba(255,255,255,0.5)' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.pro-form-select option{color:#fff;background:#1a1a2e}.pro-checkbox-group-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:4px;font-size:.7rem;font-weight:600}.pro-checkbox-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.pro-checkbox-label{color:#ffffffb3;cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);border:1px solid #0000;align-items:center;gap:8px;padding:8px 12px;font-size:.82rem;display:flex}.pro-checkbox-label:hover{background:#ffffff0d;border-color:#ffffff1a}.pro-checkbox-label input[type=checkbox]{accent-color:var(--primary);width:16px;height:16px}.pro-form-submit{background:var(--pro-gradient-accent);color:#fff;border-radius:var(--radius-md);width:100%;font-family:var(--font-display);cursor:pointer;transition:all var(--transition-base);box-shadow:var(--pro-cta-glow);border:none;padding:16px;font-size:1rem;font-weight:700}.pro-form-submit:hover{transform:translateY(-2px);box-shadow:0 12px 36px -8px #f26a2880}.pro-form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.pro-form-privacy{text-align:center;color:#fff6;font-size:.78rem}#lead-success{text-align:center;padding:var(--space-2xl);display:none}.pro-success-icon{margin-bottom:var(--space-md);font-size:3rem}.pro-success-title{font-family:var(--font-display);color:#fff;margin-bottom:var(--space-sm);font-size:1.5rem;font-weight:700}.pro-success-text{color:#fff9;margin-bottom:var(--space-lg);font-size:.92rem;line-height:1.6}.pro-success-text a{color:var(--primary-light);text-decoration:none}.pro-footer{background:var(--text-primary);color:#fff9;padding:var(--space-3xl) var(--space-lg) var(--space-xl);border-top:1px solid #ffffff0f}.pro-footer-inner{gap:var(--space-2xl);grid-template-columns:1.5fr 2.5fr;align-items:start;display:grid}.pro-footer-brand{gap:var(--space-sm);flex-direction:column;display:flex}.pro-footer-logo-link{align-items:center;gap:8px;text-decoration:none;display:flex}.pro-footer-logo{width:32px;height:32px}.pro-footer-title{font-family:var(--font-display);color:#fff;font-size:1.05rem;font-weight:700}.pro-badge--sm{vertical-align:middle;padding:1px 6px;font-size:.58rem}.pro-footer-tagline{color:#fff6;font-size:.82rem;line-height:1.5}.pro-footer-links{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.pro-footer-col h4{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:var(--space-md);font-size:.7rem;font-weight:600}.pro-footer-col a{color:#fff9;transition:color var(--transition-fast);margin-bottom:8px;font-size:.85rem;text-decoration:none;display:block}.pro-footer-col a:hover{color:var(--primary-light)}.pro-footer-social{gap:var(--space-md);display:flex}.pro-footer-social a{color:#fff6;transition:color var(--transition-fast);margin-bottom:0}.pro-footer-social a:hover{color:var(--primary-light)}.pro-footer-bottom{max-width:1200px;margin:var(--space-2xl) auto 0;padding-top:var(--space-lg);color:#ffffff4d;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;font-size:.78rem;display:flex}.reveal{opacity:0;transition:opacity .7s ease-out,transform .7s ease-out;transition-delay:var(--reveal-delay,0s);transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}body.pro-page ::selection{color:var(--text-primary);background:#149b7e33}body.pro-page::-webkit-scrollbar{width:8px}body.pro-page::-webkit-scrollbar-track{background:var(--surface-2)}body.pro-page::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}body.pro-page::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}.pro-pulse-dot,.pro-dash-live-dot,.pro-feature-card:hover .pro-feature-card-border{animation:none}.pro-bar-fill{transition:none}}@media (width<=1024px){.pro-features-grid,.pro-pricing-grid{grid-template-columns:repeat(2,1fr)}.pro-pricing-card--featured{grid-column:span 2;justify-self:center;max-width:400px}.pro-footer-inner{gap:var(--space-xl);grid-template-columns:1fr 1fr}}@media (width<=768px){.pro-nav-links,.pro-nav-back{display:none}.pro-nav-hamburger{display:flex}.pro-nav-mobile{-webkit-backdrop-filter:blur(20px);z-index:999;padding:var(--space-xl);gap:var(--space-md);background:#fcf8f2f7;flex-direction:column;display:none;position:fixed;inset:64px 0 0}.pro-nav-mobile.active{display:flex}.pro-nav-mobile a{padding:var(--space-md);color:var(--text-primary);border-radius:var(--radius-md);transition:background var(--transition-fast);font-size:1.1rem;font-weight:600;text-decoration:none;display:block}.pro-nav-mobile a:hover{background:var(--surface-hover);color:var(--primary)}.pro-hero{min-height:auto;padding:100px var(--space-md) var(--space-2xl)}.pro-hero-title{font-size:1.8rem}.pro-hero-subtitle{font-size:.95rem}.pro-dashboard,.pro-features-grid,.pro-testimonials,.pro-pricing-grid{grid-template-columns:1fr}.pro-pricing-card--featured{grid-column:span 1;transform:none}.pro-pricing-card--featured:hover{transform:translateY(-2px)}.pro-pipeline{gap:var(--space-sm);flex-direction:column}.pro-pipeline-arrow{padding:var(--space-xs) 0;transform:rotate(90deg)}.pro-pipeline-stage--sources,.pro-pipeline-stage--outputs{width:100%}.pro-pipeline-nodes{flex-flow:wrap;justify-content:center}.pro-form-row,.pro-checkbox-grid{grid-template-columns:1fr}.pro-footer-inner{gap:var(--space-xl);grid-template-columns:1fr}.pro-footer-links{gap:var(--space-md);grid-template-columns:repeat(3,1fr)}.pro-footer-bottom{gap:var(--space-sm);text-align:center;flex-direction:column}.pro-metrics-row{gap:var(--space-lg)}.pro-metric{min-width:120px}}@media (width<=480px){.pro-section{padding:var(--space-2xl) var(--space-md)}.pro-hero-ctas{flex-direction:column;align-items:stretch}.pro-btn{justify-content:center}.pro-trust-badges{gap:var(--space-sm);flex-direction:column}.pro-trust-sep{display:none}.pro-lead-form-card{padding:var(--space-lg)}}
