:root{--m-bg:#0a0a0a;--m-bg-alt:#111;--m-card:#141414;--m-card-hover:#1a1a1a;--m-border:#2a2a2a;--m-text:#fafafa;--m-text-muted:#a1a1aa;--m-text-dim:#71717a;--m-accent:#6366f1;--m-accent-hover:#818cf8;--m-accent-muted:rgba(99,102,241,.15);--m-success:#10b981;--m-warning:#f59e0b;--m-font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--m-section-padding:6rem;--m-content-max:1200px;--m-content-narrow:800px}.marketing-page{background:var(--m-bg);color:var(--m-text);font-family:var(--m-font);min-height:100vh}.marketing-page *{box-sizing:border-box}.m-nav{position:sticky;top:0;z-index:100;background:hsla(0,0%,4%,.8);backdrop-filter:blur(12px);border-bottom:1px solid var(--m-border)}.m-nav-inner{max-width:var(--m-content-max);margin:0 auto;padding:1rem 2rem;justify-content:space-between}.m-nav-inner,.m-nav-logo{display:flex;align-items:center}.m-nav-logo{gap:.75rem;font-size:1.25rem;font-weight:700;color:var(--m-text);text-decoration:none}.m-nav-logo svg{color:var(--m-accent)}.m-nav-links{display:flex;align-items:center;gap:2rem}.m-nav-link{color:var(--m-text-muted);text-decoration:none;font-size:.9375rem;font-weight:500;transition:color .2s}.m-nav-link:hover{color:var(--m-text)}.m-nav-cta{display:flex;gap:.75rem}.m-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s;text-decoration:none}.m-btn-primary{background:var(--m-accent);color:#fff}.m-btn-primary:hover{background:var(--m-accent-hover);transform:translateY(-1px)}.m-btn-secondary{background:transparent;color:var(--m-text);border:1px solid var(--m-border)}.m-btn-secondary:hover{background:var(--m-card);border-color:var(--m-text-muted)}.m-btn-ghost{background:transparent;color:var(--m-text-muted)}.m-btn-ghost:hover{color:var(--m-text)}.m-btn-large{padding:1rem 2rem;font-size:1rem}.m-section{padding:var(--m-section-padding) 2rem}.m-section-alt{background:var(--m-bg-alt)}.m-section-inner{max-width:var(--m-content-max);margin:0 auto}.m-section-narrow{max-width:var(--m-content-narrow)}.m-section-header{text-align:center;margin-bottom:4rem}.m-section-label{display:inline-block;font-size:.875rem;font-weight:600;color:var(--m-accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.m-section-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.m-section-subtitle{font-size:1.25rem;color:var(--m-text-muted);max-width:600px;margin:0 auto;line-height:1.6}.m-hero{padding:8rem 2rem 6rem;text-align:center;position:relative;overflow:hidden}.m-hero:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:800px;height:600px;background:radial-gradient(ellipse,var(--m-accent-muted) 0,transparent 70%);pointer-events:none}.m-hero-inner{position:relative;max-width:var(--m-content-narrow);margin:0 auto}.m-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--m-card);border:1px solid var(--m-border);border-radius:100px;font-size:.875rem;color:var(--m-text-muted);margin-bottom:2rem}.m-hero-badge-dot{width:8px;height:8px;background:var(--m-success);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.m-hero-title{font-size:3.5rem;font-weight:800;margin:0 0 1.5rem;line-height:1.1;letter-spacing:-.02em}.m-hero-title-accent{color:var(--m-accent)}.m-hero-subtitle{font-size:1.25rem;color:var(--m-text-muted);line-height:1.7;margin:0 0 2.5rem}.m-hero-cta{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.m-hero-note{font-size:.875rem;color:var(--m-text-dim)}.m-card{background:var(--m-card);border:1px solid var(--m-border);border-radius:1rem;padding:2rem;transition:all .2s}.m-card:hover{background:var(--m-card-hover);border-color:var(--m-text-dim)}.m-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--m-accent-muted);border-radius:.75rem;margin-bottom:1.5rem}.m-card-icon svg{width:24px;height:24px;color:var(--m-accent)}.m-card-title{font-size:1.25rem;font-weight:600;margin:0 0 .75rem}.m-card-text{color:var(--m-text-muted);line-height:1.6;margin:0}.m-grid-2{grid-template-columns:repeat(2,1fr)}.m-grid-2,.m-grid-3{display:grid;gap:2rem}.m-grid-3{grid-template-columns:repeat(3,1fr)}.m-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}@media (max-width:1024px){.m-grid-5{grid-template-columns:repeat(3,1fr)}.m-grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.m-grid-5{grid-template-columns:repeat(2,1fr)}.m-grid-2,.m-grid-3{grid-template-columns:1fr}.m-hero-title{font-size:2.5rem}.m-section-title{font-size:2rem}.m-hero-cta{flex-direction:column}.m-nav-links{display:none}}.m-stages{display:flex;gap:.25rem;overflow-x:auto;padding:1rem 0}.m-stage{flex:1;min-width:80px;padding:1rem;background:var(--m-card);border:1px solid var(--m-border);border-radius:.75rem;text-align:center;cursor:pointer;transition:all .2s}.m-stage.active,.m-stage:hover{background:var(--m-accent-muted);border-color:var(--m-accent)}.m-stage-number{font-size:.75rem;font-weight:700;color:var(--m-accent);margin-bottom:.25rem}.m-stage-name{font-size:.8125rem;font-weight:500;color:var(--m-text)}.m-agent-card{text-align:center;padding:2rem 1.5rem}.m-agent-icon{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:var(--m-accent-muted);border-radius:1rem}.m-agent-icon svg{width:32px;height:32px;color:var(--m-accent)}.m-agent-name{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.m-agent-role{font-size:.875rem;color:var(--m-text-muted);margin:0}.m-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width:1024px){.m-trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.m-trust-grid{grid-template-columns:1fr}}.m-trust-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--m-card);border:1px solid var(--m-border);border-radius:.75rem}.m-trust-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--m-accent-muted);border-radius:.5rem}.m-trust-icon svg{width:20px;height:20px;color:var(--m-accent)}.m-trust-title{font-weight:600;margin:0 0 .25rem}.m-trust-text{font-size:.875rem;color:var(--m-text-muted);margin:0}.m-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:1024px){.m-pricing-grid{grid-template-columns:1fr}}.m-pricing-card{padding:2.5rem;text-align:center}.m-pricing-card.featured{border-color:var(--m-accent);position:relative}.m-pricing-card.featured:before{content:"Most Popular";position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:.25rem 1rem;background:var(--m-accent);color:#fff;font-size:.75rem;font-weight:600;border-radius:100px}.m-pricing-name{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.m-pricing-desc{color:var(--m-text-muted);margin:0 0 2rem}.m-pricing-price{font-size:2.5rem;font-weight:800;margin:0 0 .5rem}.m-pricing-period{color:var(--m-text-muted);font-size:.875rem;margin:0 0 2rem}.m-pricing-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.m-pricing-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--m-border);font-size:.9375rem}.m-pricing-features li:last-child{border-bottom:none}.m-pricing-check{color:var(--m-success)}.m-video-container{aspect-ratio:16/9;background:var(--m-card);border:1px solid var(--m-border);border-radius:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;overflow:hidden}.m-video-container:hover{border-color:var(--m-accent)}.m-video-placeholder{text-align:center}.m-video-icon{width:80px;height:80px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:var(--m-accent);border-radius:50%;transition:transform .2s}.m-video-container:hover .m-video-icon{transform:scale(1.1)}.m-video-icon svg{width:32px;height:32px;color:#fff;margin-left:4px}.m-video-text{color:var(--m-text-muted)}.m-faq-list{max-width:var(--m-content-narrow);margin:0 auto}.m-faq-item{border-bottom:1px solid var(--m-border)}.m-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:transparent;border:none;color:var(--m-text);font-size:1.125rem;font-weight:600;text-align:left;cursor:pointer}.m-faq-question:hover{color:var(--m-accent)}.m-faq-icon{flex-shrink:0;width:24px;height:24px;color:var(--m-text-muted);transition:transform .2s}.m-faq-item.open .m-faq-icon{transform:rotate(45deg)}.m-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s}.m-faq-item.open .m-faq-answer{max-height:500px}.m-faq-answer-inner{padding:0 0 1.5rem;color:var(--m-text-muted);line-height:1.7}.m-footer{padding:4rem 2rem;border-top:1px solid var(--m-border)}.m-footer-inner{max-width:var(--m-content-max);margin:0 auto;justify-content:space-between}.m-footer-inner,.m-footer-logo{display:flex;align-items:center}.m-footer-logo{gap:.75rem;font-size:1.125rem;font-weight:700;color:var(--m-text)}.m-footer-logo svg{color:var(--m-accent)}.m-footer-links{display:flex;gap:2rem}.m-footer-link{color:var(--m-text-muted);text-decoration:none;font-size:.875rem}.m-footer-link:hover{color:var(--m-text)}.m-footer-copy{color:var(--m-text-dim);font-size:.875rem}@media (max-width:768px){.m-footer-inner{flex-direction:column;gap:2rem;text-align:center}.m-footer-links{flex-wrap:wrap;justify-content:center}}.m-cta-section{text-align:center;padding:6rem 2rem;background:linear-gradient(to bottom,var(--m-bg-alt),var(--m-bg))}.m-cta-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.m-cta-text{font-size:1.25rem;color:var(--m-text-muted);margin:0 0 2rem}