.Header-module__Af2_WG__header{z-index:100;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__headerScrolled{-webkit-backdrop-filter:blur(20px);background:#0a0e14d9;border-bottom:1px solid #ffffff0f;box-shadow:0 4px 30px #0000004d}.Header-module__Af2_WG__headerInner{max-width:var(--max-width);justify-content:space-between;align-items:center;height:72px;margin:0 auto;padding:0 24px;display:flex}.Header-module__Af2_WG__brand{color:var(--text-primary);flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.Header-module__Af2_WG__brandName{font-family:var(--font-sans);letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.Header-module__Af2_WG__nav{align-items:center;gap:8px;display:flex}.Header-module__Af2_WG__navLink{color:var(--text-secondary);border-radius:var(--radius-md);padding:8px 16px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.Header-module__Af2_WG__navLink:hover{color:var(--text-primary);background:#ffffff0a}.Header-module__Af2_WG__ctaButton{background:var(--accent-primary);color:#00140c;font-family:var(--font-sans);border-radius:var(--radius-md);white-space:nowrap;justify-content:center;align-items:center;padding:10px 22px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 0 20px #00ff9d26}.Header-module__Af2_WG__ctaButton:hover{background:var(--accent-secondary);color:#00140c;transform:translateY(-1px);box-shadow:0 0 28px #00ff9d40}.Header-module__Af2_WG__hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:40px;height:40px;padding:0;display:none;position:relative}.Header-module__Af2_WG__hamburgerBar{background:var(--text-primary);transform-origin:50%;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.Header-module__Af2_WG__hamburgerOpen .Header-module__Af2_WG__hamburgerBar:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__Af2_WG__hamburgerOpen .Header-module__Af2_WG__hamburgerBar:nth-child(2){opacity:0;transform:scaleX(0)}.Header-module__Af2_WG__hamburgerOpen .Header-module__Af2_WG__hamburgerBar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__Af2_WG__mobileOverlay{z-index:99;opacity:0;pointer-events:none;background:#0009;transition:opacity .3s;display:none;position:fixed;inset:0}.Header-module__Af2_WG__mobileOverlayOpen{opacity:1;pointer-events:auto}.Header-module__Af2_WG__mobileDrawer{background:var(--bg-secondary);z-index:105;border-left:1px solid #ffffff0f;flex-direction:column;gap:8px;width:300px;max-width:80vw;padding:88px 24px 32px;transition:transform .3s;display:none;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.Header-module__Af2_WG__mobileDrawerOpen{transform:translate(0)}.Header-module__Af2_WG__mobileNavLink{color:var(--text-secondary);border-radius:var(--radius-md);padding:14px 16px;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:block}.Header-module__Af2_WG__mobileNavLink:hover{color:var(--text-primary);background:#ffffff0a}.Header-module__Af2_WG__mobileCta{background:var(--accent-primary);color:#00140c;font-family:var(--font-sans);border-radius:var(--radius-md);text-align:center;justify-content:center;align-items:center;margin-top:16px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 0 20px #00ff9d26}.Header-module__Af2_WG__mobileCta:hover{background:var(--accent-secondary);color:#00140c}@media (max-width:899px){.Header-module__Af2_WG__nav,.Header-module__Af2_WG__ctaButton{display:none}.Header-module__Af2_WG__hamburger{display:flex}.Header-module__Af2_WG__mobileOverlay{display:block}.Header-module__Af2_WG__mobileDrawer{display:flex}}@media (max-width:480px){.Header-module__Af2_WG__headerInner{padding:0 16px}}
.Hero-module__Z8hQ_W__heroSection{justify-content:center;align-items:center;min-height:100vh;padding-top:80px;padding-bottom:60px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__glowOverlay{pointer-events:none;z-index:0;background:radial-gradient(#00ff9d14 0%,#00ff9d08 30%,#0000 70%);width:1000px;height:800px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__heroContent{z-index:1;max-width:var(--max-width);text-align:center;flex-direction:column;align-items:center;margin:0 auto;padding:0 24px;display:flex;position:relative}.Hero-module__Z8hQ_W__heroBadge{color:var(--accent-primary);font-size:.85rem;font-weight:600;font-family:var(--font-mono);background:#00ff9d1a;border:1px solid #00ff9d4d;border-radius:999px;align-items:center;gap:10px;margin-bottom:32px;padding:8px 20px;display:inline-flex}.Hero-module__Z8hQ_W__pulseDot{background:var(--accent-primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__pulse}@keyframes Hero-module__Z8hQ_W__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.Hero-module__Z8hQ_W__heroHeadline{letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(2.8rem,6vw,4.5rem);font-weight:700;line-height:1.1}.Hero-module__Z8hQ_W__gradientText{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__Z8hQ_W__heroSubtitle{color:var(--text-secondary);max-width:640px;margin-bottom:40px;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7}.Hero-module__Z8hQ_W__heroButtons{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:72px;display:flex}.Hero-module__Z8hQ_W__mockupWrapper{perspective:1200px;width:100%;max-width:720px}.Hero-module__Z8hQ_W__mockupCard{background:var(--gradient-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card), 0 0 60px #00ff9d12;border:1px solid #00ff9d26;padding:0;transition:transform .5s,box-shadow .5s;overflow:hidden;transform:rotateX(2deg)}.Hero-module__Z8hQ_W__mockupCard:hover{box-shadow:var(--shadow-card-hover), 0 0 80px #00ff9d1a;transform:rotateX(0)}.Hero-module__Z8hQ_W__mockupTitleBar{background:#0003;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.Hero-module__Z8hQ_W__mockupTitle{font-family:var(--font-mono);color:var(--text-primary);font-size:.85rem;font-weight:600}.Hero-module__Z8hQ_W__mockupStatusBadges{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.Hero-module__Z8hQ_W__statusBadge{font-size:.72rem;font-weight:600;font-family:var(--font-mono);white-space:nowrap;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;display:inline-flex}.Hero-module__Z8hQ_W__statusRunning{color:var(--accent-primary);background:#00ff9d1a}.Hero-module__Z8hQ_W__statusRunningDot{background:var(--accent-primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__pulse}.Hero-module__Z8hQ_W__statusLeads{color:var(--accent-cyan);background:#00d4ff1a}.Hero-module__Z8hQ_W__statusHot{color:var(--status-error);background:#ff47571f}.Hero-module__Z8hQ_W__mockupTable{padding:12px 24px 20px}.Hero-module__Z8hQ_W__mockupTableHeader{border-bottom:1px solid #ffffff0f;grid-template-columns:1.5fr 1.5fr .8fr;margin-bottom:4px;padding:10px 0;display:grid}.Hero-module__Z8hQ_W__mockupTableHeader span{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:600}.Hero-module__Z8hQ_W__mockupTableRow{border-bottom:1px solid #ffffff08;grid-template-columns:1.5fr 1.5fr .8fr;align-items:center;padding:10px 0;display:grid}.Hero-module__Z8hQ_W__mockupTableRow:last-child{border-bottom:none}.Hero-module__Z8hQ_W__mockupName{color:var(--text-primary);font-size:.85rem;font-weight:500}.Hero-module__Z8hQ_W__mockupCompany{color:var(--text-secondary);font-size:.82rem}.Hero-module__Z8hQ_W__mockupScore{font-family:var(--font-mono);font-size:.8rem;font-weight:700}.Hero-module__Z8hQ_W__scoreHot{color:var(--accent-primary)}.Hero-module__Z8hQ_W__scoreWarm{color:var(--status-warning)}.Hero-module__Z8hQ_W__scoreMedium{color:var(--accent-cyan)}@media (max-width:768px){.Hero-module__Z8hQ_W__heroSection{padding-top:100px;padding-bottom:40px}.Hero-module__Z8hQ_W__heroButtons{margin-bottom:48px}.Hero-module__Z8hQ_W__mockupTitleBar{flex-direction:column;align-items:flex-start;gap:10px;padding:14px 16px}.Hero-module__Z8hQ_W__mockupTable{padding:12px 16px 16px}.Hero-module__Z8hQ_W__mockupStatusBadges{gap:6px}}@media (max-width:480px){.Hero-module__Z8hQ_W__heroContent{padding:0 16px}.Hero-module__Z8hQ_W__heroHeadline{font-size:2.4rem}.Hero-module__Z8hQ_W__heroSubtitle{font-size:1rem}.Hero-module__Z8hQ_W__mockupTableHeader,.Hero-module__Z8hQ_W__mockupTableRow{grid-template-columns:1.2fr 1.2fr .6fr;gap:4px}.Hero-module__Z8hQ_W__mockupName,.Hero-module__Z8hQ_W__mockupCompany{font-size:.78rem}.Hero-module__Z8hQ_W__statusBadge{padding:3px 7px;font-size:.65rem}}
.Features-module__ZD3nRW__section{padding:var(--section-padding) 0;position:relative;overflow:hidden}.Features-module__ZD3nRW__glowOverlay{pointer-events:none;z-index:0;background:radial-gradient(#00ff9d0d 0%,#0000 70%);width:900px;height:700px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.Features-module__ZD3nRW__container{max-width:var(--max-width);z-index:1;margin:0 auto;padding:0 24px;position:relative}.Features-module__ZD3nRW__header{text-align:center;max-width:700px;margin:0 auto 64px}.Features-module__ZD3nRW__tag{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:600;font-family:var(--font-mono);background:#00ff9d1a;border:1px solid #00ff9d4d;border-radius:6px;margin-bottom:16px;padding:4px 14px;display:inline-block}.Features-module__ZD3nRW__header h2{margin-bottom:16px}.Features-module__ZD3nRW__header p{color:var(--text-secondary);font-size:1.15rem}.Features-module__ZD3nRW__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.Features-module__ZD3nRW__card{background:var(--gradient-card);border-radius:var(--radius-lg);cursor:default;border:1px solid #ffffff0f;padding:32px;transition:all .3s}.Features-module__ZD3nRW__card:hover{box-shadow:var(--shadow-card-hover), 0 0 30px #00ff9d0f;border-color:#00ff9d40;transform:translateY(-4px)}.Features-module__ZD3nRW__iconWrapper{width:56px;height:56px;color:var(--accent-primary);background:#00ff9d14;border:1px solid #00ff9d26;border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;transition:background .3s,border-color .3s;display:flex}.Features-module__ZD3nRW__card:hover .Features-module__ZD3nRW__iconWrapper{background:#00ff9d1f;border-color:#00ff9d4d}.Features-module__ZD3nRW__cardTitle{color:var(--text-primary);margin-bottom:10px;font-size:1.15rem;font-weight:600}.Features-module__ZD3nRW__cardDescription{color:var(--text-secondary);font-size:.92rem;line-height:1.65}@media (max-width:1024px){.Features-module__ZD3nRW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Features-module__ZD3nRW__grid{grid-template-columns:1fr;gap:16px}.Features-module__ZD3nRW__card{padding:24px}.Features-module__ZD3nRW__header{margin-bottom:40px}.Features-module__ZD3nRW__container{padding:0 16px}}
.AgentPipeline-module__PHINtG__section{padding:var(--section-padding) 0;position:relative;overflow:hidden}.AgentPipeline-module__PHINtG__glowOverlay{pointer-events:none;z-index:0;background:radial-gradient(#00ff9d0f 0%,#0000 65%);width:1000px;height:800px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.AgentPipeline-module__PHINtG__container{max-width:var(--max-width);z-index:1;margin:0 auto;padding:0 24px;position:relative}.AgentPipeline-module__PHINtG__header{text-align:center;max-width:700px;margin:0 auto 56px}.AgentPipeline-module__PHINtG__tag{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:600;font-family:var(--font-mono);background:#00ff9d1a;border:1px solid #00ff9d4d;border-radius:6px;margin-bottom:16px;padding:4px 14px;display:inline-block}.AgentPipeline-module__PHINtG__header h2{margin-bottom:16px}.AgentPipeline-module__PHINtG__header p{color:var(--text-secondary);font-size:1.15rem}.AgentPipeline-module__PHINtG__pipeline{justify-content:center;align-items:center;gap:0;margin-bottom:48px;display:flex}.AgentPipeline-module__PHINtG__nodeGroup{align-items:center;display:flex}.AgentPipeline-module__PHINtG__node{background:var(--gradient-card);border-radius:var(--radius-lg);cursor:pointer;min-width:110px;font-family:var(--font-sans);color:var(--text-muted);border:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:8px;padding:20px 16px;transition:all .3s;display:flex;position:relative}.AgentPipeline-module__PHINtG__node:hover{color:var(--text-secondary);border-color:#ffffff1f}.AgentPipeline-module__PHINtG__nodeActive{border-color:var(--accent-primary);color:var(--accent-primary);box-shadow:0 0 30px #00ff9d1f,inset 0 0 30px #00ff9d08}.AgentPipeline-module__PHINtG__nodeActive:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.AgentPipeline-module__PHINtG__nodeNumber{font-family:var(--font-mono);letter-spacing:.08em;opacity:.5;font-size:.7rem;font-weight:700}.AgentPipeline-module__PHINtG__nodeActive .AgentPipeline-module__PHINtG__nodeNumber{opacity:1;color:var(--accent-primary)}.AgentPipeline-module__PHINtG__nodeIcon{background:#ffffff0a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .3s;display:flex}.AgentPipeline-module__PHINtG__nodeActive .AgentPipeline-module__PHINtG__nodeIcon{background:#00ff9d1a}.AgentPipeline-module__PHINtG__nodeName{white-space:nowrap;font-size:.82rem;font-weight:600}.AgentPipeline-module__PHINtG__connector{background:#ffffff14;flex-shrink:0;width:40px;height:2px;position:relative}.AgentPipeline-module__PHINtG__connectorActive{background:#00ff9d4d}.AgentPipeline-module__PHINtG__connectorDot{background:#ffffff1a;border-radius:50%;width:6px;height:6px;transition:background .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AgentPipeline-module__PHINtG__connectorActive .AgentPipeline-module__PHINtG__connectorDot{background:var(--accent-primary);animation:2s ease-in-out infinite AgentPipeline-module__PHINtG__dotPulse;box-shadow:0 0 8px #00ff9d66}@keyframes AgentPipeline-module__PHINtG__dotPulse{0%,to{opacity:1}50%{opacity:.4}}.AgentPipeline-module__PHINtG__detailPanel{background:var(--gradient-card);border-radius:var(--radius-xl);border:1px solid #ffffff0f;padding:40px;animation:.35s AgentPipeline-module__PHINtG__panelFadeIn}@keyframes AgentPipeline-module__PHINtG__panelFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.AgentPipeline-module__PHINtG__detailHeader{align-items:flex-start;gap:20px;margin-bottom:32px;display:flex}.AgentPipeline-module__PHINtG__detailIconWrapper{width:48px;height:48px;color:var(--accent-primary);background:#00ff9d1a;border:1px solid #00ff9d33;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AgentPipeline-module__PHINtG__detailTitle{color:var(--text-primary);margin-bottom:6px;font-size:1.35rem;font-weight:700}.AgentPipeline-module__PHINtG__detailDescription{color:var(--text-secondary);font-size:1rem;line-height:1.6}.AgentPipeline-module__PHINtG__ioBlocks{align-items:stretch;gap:16px;display:flex}.AgentPipeline-module__PHINtG__ioBlock{flex:1;min-width:0}.AgentPipeline-module__PHINtG__ioLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);margin-bottom:8px;font-size:.72rem;font-weight:700;display:inline-block}.AgentPipeline-module__PHINtG__ioLabelOutput{color:var(--accent-cyan)}.AgentPipeline-module__PHINtG__ioContent{border-radius:var(--radius-md);background:#00000059;border:1px solid #ffffff0f;align-items:center;min-height:64px;padding:16px 20px;display:flex}.AgentPipeline-module__PHINtG__ioContent code{font-family:var(--font-mono);color:var(--text-secondary);word-break:break-word;font-size:.88rem;line-height:1.6}.AgentPipeline-module__PHINtG__ioArrow{color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;padding-top:24px;display:flex}@media (max-width:900px){.AgentPipeline-module__PHINtG__pipeline{flex-wrap:wrap;justify-content:center;gap:12px}.AgentPipeline-module__PHINtG__connector{display:none}.AgentPipeline-module__PHINtG__node{min-width:96px;padding:16px 12px}.AgentPipeline-module__PHINtG__detailPanel{padding:28px}.AgentPipeline-module__PHINtG__ioBlocks{flex-direction:column}.AgentPipeline-module__PHINtG__ioArrow{padding-top:0;transform:rotate(90deg)}}@media (max-width:640px){.AgentPipeline-module__PHINtG__pipeline{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.AgentPipeline-module__PHINtG__node{gap:6px;min-width:0;padding:14px 8px}.AgentPipeline-module__PHINtG__nodeName{font-size:.72rem}.AgentPipeline-module__PHINtG__nodeNumber{font-size:.62rem}.AgentPipeline-module__PHINtG__nodeIcon{width:30px;height:30px}.AgentPipeline-module__PHINtG__detailPanel{padding:20px}.AgentPipeline-module__PHINtG__detailHeader{gap:14px;margin-bottom:24px}.AgentPipeline-module__PHINtG__detailIconWrapper{width:40px;height:40px}.AgentPipeline-module__PHINtG__detailTitle{font-size:1.1rem}.AgentPipeline-module__PHINtG__ioContent{padding:12px 14px}.AgentPipeline-module__PHINtG__ioContent code{font-size:.8rem}.AgentPipeline-module__PHINtG__container{padding:0 16px}.AgentPipeline-module__PHINtG__header{margin-bottom:36px}}
.HowItWorks-module__a-Tr4W__steps{flex-direction:column;gap:0;max-width:960px;margin:0 auto;display:flex;position:relative}.HowItWorks-module__a-Tr4W__step{padding:40px 0;position:relative}.HowItWorks-module__a-Tr4W__stepContent{align-items:center;gap:48px;display:flex}.HowItWorks-module__a-Tr4W__step:nth-child(2n) .HowItWorks-module__a-Tr4W__stepContent{flex-direction:row-reverse}.HowItWorks-module__a-Tr4W__stepText{flex:1;min-width:0}.HowItWorks-module__a-Tr4W__stepNumber{width:48px;height:48px;color:var(--accent-primary);font-family:var(--font-mono);z-index:2;background:#00ff9d1a;border:2px solid #00ff9d59;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:.95rem;font-weight:700;display:inline-flex;position:relative}.HowItWorks-module__a-Tr4W__stepTitle{color:var(--text-primary);margin-bottom:12px;font-size:clamp(1.3rem,2.5vw,1.6rem)}.HowItWorks-module__a-Tr4W__stepDescription{color:var(--text-secondary);max-width:420px;font-size:1rem;line-height:1.7}.HowItWorks-module__a-Tr4W__connectorLine{z-index:1;border-left:2px dashed #00ff9d40;width:2px;position:absolute;top:128px;bottom:0;left:23px}.HowItWorks-module__a-Tr4W__visual{flex:1;min-width:0}.HowItWorks-module__a-Tr4W__mockForm{background:var(--gradient-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid #ffffff14;flex-direction:column;gap:16px;padding:24px;display:flex}.HowItWorks-module__a-Tr4W__formField{flex-direction:column;gap:6px;display:flex}.HowItWorks-module__a-Tr4W__formLabel{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:600}.HowItWorks-module__a-Tr4W__formInput{border-radius:var(--radius-md);color:var(--text-primary);background:#00000040;border:1px solid #ffffff14;padding:10px 14px;font-size:.88rem}.HowItWorks-module__a-Tr4W__platformPills{flex-wrap:wrap;gap:8px;display:flex}.HowItWorks-module__a-Tr4W__platformPill{color:var(--accent-primary);font-size:.78rem;font-weight:600;font-family:var(--font-mono);background:#00ff9d14;border:1px solid #00ff9d40;border-radius:6px;align-items:center;gap:5px;padding:6px 12px;display:inline-flex}.HowItWorks-module__a-Tr4W__mockButton{background:var(--accent-primary);color:#00140c;font-family:var(--font-sans);border-radius:var(--radius-md);cursor:default;border:none;justify-content:center;align-items:center;width:fit-content;padding:10px 20px;font-size:.85rem;font-weight:600;display:inline-flex;box-shadow:0 0 16px #00ff9d26}.HowItWorks-module__a-Tr4W__pipeline{background:var(--gradient-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid #ffffff14;justify-content:center;align-items:flex-start;gap:0;padding:28px 24px;display:flex}.HowItWorks-module__a-Tr4W__pipelineItem{flex-direction:column;align-items:center;gap:8px;min-width:56px;display:flex;position:relative}.HowItWorks-module__a-Tr4W__pipelineConnector{background:#00ff9d26;width:calc(100% - 12px);height:2px;position:absolute;top:18px;left:calc(50% + 18px)}.HowItWorks-module__a-Tr4W__pipelineCircle{width:36px;height:36px;font-family:var(--font-mono);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex;position:relative}.HowItWorks-module__a-Tr4W__pipelineDone{border:2px solid var(--accent-primary);color:var(--accent-primary);background:#00ff9d26}.HowItWorks-module__a-Tr4W__pipelineRunning{color:var(--accent-cyan);background:#00d4ff14;border:2px solid #00d4ff4d;animation:2s ease-in-out infinite HowItWorks-module__a-Tr4W__pipelinePulse}@keyframes HowItWorks-module__a-Tr4W__pipelinePulse{0%,to{box-shadow:0 0 #00d4ff40}50%{box-shadow:0 0 12px 4px #00d4ff26}}.HowItWorks-module__a-Tr4W__pipelineLetter{font-size:.75rem}.HowItWorks-module__a-Tr4W__pipelineLabel{font-size:.65rem;font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.HowItWorks-module__a-Tr4W__leadCard{background:var(--gradient-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid #ffffff14;flex-direction:column;gap:14px;padding:24px;display:flex}.HowItWorks-module__a-Tr4W__leadCardHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.HowItWorks-module__a-Tr4W__leadCardName{color:var(--text-primary);font-size:1rem;font-weight:600}.HowItWorks-module__a-Tr4W__leadCardScore{font-family:var(--font-mono);color:var(--accent-primary);font-size:.88rem;font-weight:700}.HowItWorks-module__a-Tr4W__leadCardHot{color:var(--status-error);vertical-align:middle;background:#ff47571f;border-radius:4px;margin-left:6px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-block}.HowItWorks-module__a-Tr4W__leadCardMeta{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:12px;font-size:.82rem;display:flex}.HowItWorks-module__a-Tr4W__leadCardStatus{color:var(--accent-primary);align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:inline-flex}.HowItWorks-module__a-Tr4W__statusDot{background:var(--accent-primary);border-radius:50%;width:7px;height:7px}.HowItWorks-module__a-Tr4W__exportButton{border-radius:var(--radius-md);color:var(--accent-primary);font-family:var(--font-mono);cursor:default;background:#00ff9d14;border:1px solid #00ff9d40;justify-content:center;align-items:center;gap:8px;width:fit-content;padding:10px 18px;font-size:.8rem;font-weight:600;transition:background .2s;display:inline-flex}@media (max-width:768px){.HowItWorks-module__a-Tr4W__stepContent{gap:24px;flex-direction:column!important}.HowItWorks-module__a-Tr4W__stepDescription{max-width:none}.HowItWorks-module__a-Tr4W__connectorLine{display:none}.HowItWorks-module__a-Tr4W__pipeline{gap:0;padding:20px 12px}.HowItWorks-module__a-Tr4W__pipelineItem{min-width:44px}.HowItWorks-module__a-Tr4W__pipelineCircle{width:30px;height:30px;font-size:.7rem}.HowItWorks-module__a-Tr4W__pipelineConnector{width:calc(100% - 18px);top:15px;left:calc(50% + 15px)}}@media (max-width:480px){.HowItWorks-module__a-Tr4W__step{padding:24px 0}.HowItWorks-module__a-Tr4W__mockForm,.HowItWorks-module__a-Tr4W__leadCard{padding:18px}}
.Platforms-module__Ke6yzW__grid{flex-wrap:wrap;justify-content:center;gap:16px;max-width:960px;margin:0 auto;display:flex}.Platforms-module__Ke6yzW__card{cursor:default;background:#151d2880;border:1px solid #ffffff0f;border-radius:999px;flex:0 auto;align-items:center;gap:14px;min-width:0;padding:14px 22px;transition:all .25s;display:flex}.Platforms-module__Ke6yzW__card:hover{background:#151d28cc;border-color:#00ff9d59;box-shadow:0 0 20px #00ff9d14}.Platforms-module__Ke6yzW__icon{width:36px;height:36px;color:var(--accent-primary);background:#00ff9d14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Platforms-module__Ke6yzW__cardText{flex-direction:column;gap:2px;min-width:0;display:flex}.Platforms-module__Ke6yzW__name{color:var(--text-primary);white-space:nowrap;font-size:.9rem;font-weight:600}.Platforms-module__Ke6yzW__tagline{color:var(--text-muted);white-space:nowrap;font-size:.78rem}@media (max-width:768px){.Platforms-module__Ke6yzW__grid{gap:12px}.Platforms-module__Ke6yzW__card{flex:0 calc(50% - 6px);padding:12px 16px}.Platforms-module__Ke6yzW__tagline{white-space:normal}}@media (max-width:480px){.Platforms-module__Ke6yzW__card{flex:100%}}
.Pricing-module__TjAkjG__section{padding:var(--section-padding) 0;position:relative}.Pricing-module__TjAkjG__glowOverlay{pointer-events:none;z-index:0;background:radial-gradient(#00ff9d0f 0%,#0000 70%);width:800px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Pricing-module__TjAkjG__container{max-width:var(--max-width);z-index:1;margin:0 auto;padding:0 24px;position:relative}.Pricing-module__TjAkjG__header{text-align:center;max-width:700px;margin:0 auto 64px}.Pricing-module__TjAkjG__tag{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:600;font-family:var(--font-mono);background:#00ff9d1a;border:1px solid #00ff9d4d;border-radius:6px;margin-bottom:16px;padding:4px 14px;display:inline-block}.Pricing-module__TjAkjG__header h2{margin-bottom:16px}.Pricing-module__TjAkjG__header p{font-size:1.15rem}.Pricing-module__TjAkjG__grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:28px;display:grid}.Pricing-module__TjAkjG__card{background:var(--gradient-card);border-radius:var(--radius-xl);border:1px solid #ffffff0f;padding:36px 28px;transition:all .3s;position:relative}.Pricing-module__TjAkjG__card:hover{box-shadow:var(--shadow-card-hover), 0 0 30px #00ff9d0d;border-color:#00ff9d33;transform:translateY(-4px)}.Pricing-module__TjAkjG__cardFeatured{box-shadow:var(--shadow-card), 0 0 50px #00ff9d1a;border-color:#00ff9d59}.Pricing-module__TjAkjG__cardFeatured:hover{box-shadow:var(--shadow-card-hover), 0 0 70px #00ff9d26;border-color:#00ff9d80}.Pricing-module__TjAkjG__badge{background:var(--accent-primary);color:#00140c;font-size:.78rem;font-weight:700;font-family:var(--font-mono);white-space:nowrap;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:6px 20px;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.Pricing-module__TjAkjG__planName{color:var(--text-primary);margin-bottom:16px;font-size:1.25rem;font-weight:700}.Pricing-module__TjAkjG__priceRow{align-items:baseline;gap:4px;margin-bottom:6px;display:flex}.Pricing-module__TjAkjG__priceAmount{color:var(--text-primary);letter-spacing:-.03em;font-size:2.8rem;font-weight:700;line-height:1}.Pricing-module__TjAkjG__priceInterval{color:var(--text-muted);font-size:1rem;font-weight:500}.Pricing-module__TjAkjG__priceEquiv{color:var(--accent-primary);font-size:.85rem;font-family:var(--font-mono);margin-bottom:6px}.Pricing-module__TjAkjG__planDescription{color:var(--text-secondary);border-bottom:1px solid #ffffff0f;margin-bottom:28px;padding-bottom:28px;font-size:.92rem;line-height:1.6}.Pricing-module__TjAkjG__featureList{flex-direction:column;gap:14px;margin-bottom:32px;list-style:none;display:flex}.Pricing-module__TjAkjG__featureItem{color:var(--text-secondary);align-items:flex-start;gap:12px;font-size:.92rem;line-height:1.5;display:flex}.Pricing-module__TjAkjG__checkmark{width:18px;height:18px;color:var(--accent-primary);flex-shrink:0;margin-top:2px}.Pricing-module__TjAkjG__ctaPrimary{text-align:center;border-radius:var(--radius-md);width:100%;font-family:var(--font-sans);cursor:pointer;background:var(--accent-primary);color:#00140c;border:none;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:block;box-shadow:0 0 24px #00ff9d33}.Pricing-module__TjAkjG__ctaPrimary:hover{background:var(--accent-secondary);color:#00140c;transform:translateY(-2px);box-shadow:0 0 32px #00ff9d4d}.Pricing-module__TjAkjG__ctaOutline{text-align:center;border-radius:var(--radius-md);width:100%;font-family:var(--font-sans);cursor:pointer;color:var(--text-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1a;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:block}.Pricing-module__TjAkjG__ctaOutline:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-2px)}.Pricing-module__TjAkjG__footnote{text-align:center;color:var(--text-muted);margin-top:40px;font-size:.88rem}@media (max-width:960px){.Pricing-module__TjAkjG__grid{grid-template-columns:1fr;gap:36px;max-width:440px;margin:0 auto}}@media (max-width:768px){.Pricing-module__TjAkjG__header{margin-bottom:40px}.Pricing-module__TjAkjG__card{padding:32px 24px}.Pricing-module__TjAkjG__priceAmount{font-size:2.4rem}}@media (max-width:480px){.Pricing-module__TjAkjG__container{padding:0 16px}}
.CTA-module__n-fbaG__section{padding:var(--section-padding) 0;background:var(--bg-secondary);position:relative;overflow:hidden}.CTA-module__n-fbaG__glowOverlay{pointer-events:none;z-index:0;background:radial-gradient(#00ff9d14 0%,#00d4ff08 40%,#0000 70%);width:800px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CTA-module__n-fbaG__inner{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.CTA-module__n-fbaG__heading{margin-bottom:16px;font-size:clamp(2rem,4vw,3rem)}.CTA-module__n-fbaG__subtitle{color:var(--text-secondary);max-width:520px;margin-bottom:36px;font-size:1.15rem;line-height:1.7}.CTA-module__n-fbaG__ctaButton{margin-bottom:40px;padding:16px 40px;font-size:1.05rem}.CTA-module__n-fbaG__trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;display:flex}.CTA-module__n-fbaG__trustItem{color:var(--text-muted);align-items:center;gap:8px;font-size:.88rem;font-weight:500;display:inline-flex}.CTA-module__n-fbaG__trustCheck{flex-shrink:0}@media (max-width:480px){.CTA-module__n-fbaG__trust{flex-direction:column;gap:14px}.CTA-module__n-fbaG__ctaButton{padding:14px 32px;font-size:1rem}}
.Footer-module__EZoWya__footer{-webkit-backdrop-filter:blur(16px);background:#12182099;border-top:1px solid #00ff9d1a;padding:64px 0 0}.Footer-module__EZoWya__inner{flex-direction:column;display:flex}.Footer-module__EZoWya__columns{grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.Footer-module__EZoWya__brandColumn{flex-direction:column;gap:16px;display:flex}.Footer-module__EZoWya__brand{align-items:center;gap:12px;display:flex}.Footer-module__EZoWya__brandName{font-family:var(--font-sans);color:var(--text-primary);letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.Footer-module__EZoWya__tagline{color:var(--text-secondary);max-width:300px;font-size:.92rem;line-height:1.6}.Footer-module__EZoWya__linkColumn{flex-direction:column;gap:16px;display:flex}.Footer-module__EZoWya__columnHeading{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;font-weight:600;font-family:var(--font-mono)}.Footer-module__EZoWya__linkList{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__EZoWya__link{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__EZoWya__link:hover{color:var(--accent-primary)}.Footer-module__EZoWya__bottom{border-top:1px solid #ffffff0f;justify-content:center;align-items:center;padding:24px 0;display:flex}.Footer-module__EZoWya__copyright{color:var(--text-muted);font-size:.82rem}@media (max-width:768px){.Footer-module__EZoWya__footer{padding:48px 0 0}.Footer-module__EZoWya__columns{grid-template-columns:1fr;gap:36px;padding-bottom:36px}.Footer-module__EZoWya__tagline{max-width:none}}
.WhitepaperDownload-module__KpWroW__section{position:relative;overflow:hidden}.WhitepaperDownload-module__KpWroW__backgroundGlow{background:radial-gradient(circle, rgba(var(--wp-accent-rgb,0, 255, 65), .08) 0%, transparent 70%);pointer-events:none;width:900px;height:900px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.WhitepaperDownload-module__KpWroW__content{text-align:center;z-index:1;max-width:640px;margin:0 auto;padding:0 24px;position:relative}.WhitepaperDownload-module__KpWroW__badge{letter-spacing:.5px;text-transform:uppercase;background:rgba(var(--wp-accent-rgb,0, 255, 65), .1);color:var(--wp-accent,var(--accent-primary,#00ff41));border:1px solid rgba(var(--wp-accent-rgb,0, 255, 65), .2);border-radius:999px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block}.WhitepaperDownload-module__KpWroW__content h2{margin-bottom:12px}.WhitepaperDownload-module__KpWroW__description{max-width:520px;margin:0 auto 32px;font-size:17px;line-height:1.6}.WhitepaperDownload-module__KpWroW__form{max-width:480px;margin:0 auto}.WhitepaperDownload-module__KpWroW__inputGroup{border-radius:var(--radius-md,10px);border:1px solid var(--border-color,#ffffff1a);background:var(--bg-secondary,#111);transition:border-color var(--transition-fast,.15s ease);gap:0;display:flex;overflow:hidden}.WhitepaperDownload-module__KpWroW__inputGroup:focus-within{border-color:var(--wp-accent,var(--accent-primary,#00ff41));box-shadow:0 0 20px rgba(var(--wp-accent-rgb,0, 255, 65), .15)}.WhitepaperDownload-module__KpWroW__input{color:var(--text-primary,#e0e0e0);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:14px 18px;font-family:inherit;font-size:15px}.WhitepaperDownload-module__KpWroW__input::placeholder{color:var(--text-muted,#666)}.WhitepaperDownload-module__KpWroW__submitButton{background:var(--wp-accent-gradient,var(--accent-gradient,linear-gradient(135deg, #00ff41, #0c3)));color:#0a0a0a;cursor:pointer;transition:all var(--transition-normal,.25s ease);white-space:nowrap;border:none;align-items:center;gap:8px;padding:14px 24px;font-family:inherit;font-size:14px;font-weight:700;display:inline-flex}.WhitepaperDownload-module__KpWroW__submitButton:hover{opacity:.9;transform:translateY(-1px)}.WhitepaperDownload-module__KpWroW__submitButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.WhitepaperDownload-module__KpWroW__error{color:var(--error,#f44);margin-top:8px;font-size:13px}.WhitepaperDownload-module__KpWroW__privacy{color:var(--text-muted,#666);margin-top:12px;font-size:12px}.WhitepaperDownload-module__KpWroW__successState{margin:0 auto}.WhitepaperDownload-module__KpWroW__successIcon{background:rgba(var(--wp-accent-rgb,0, 255, 65), .1);width:56px;height:56px;color:var(--wp-accent,var(--accent-primary,#00ff41));border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:inline-flex}.WhitepaperDownload-module__KpWroW__successText{margin-bottom:24px;font-size:17px}.WhitepaperDownload-module__KpWroW__downloadLinks{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.WhitepaperDownload-module__KpWroW__downloadButton{border-radius:var(--radius-md,10px);background:var(--wp-accent-gradient,var(--accent-gradient,linear-gradient(135deg, #00ff41, #0c3)));color:#0a0a0a;cursor:pointer;transition:all var(--transition-normal,.25s ease);align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.WhitepaperDownload-module__KpWroW__downloadButton:hover{box-shadow:0 8px 24px rgba(var(--wp-accent-rgb,0, 255, 65), .3);transform:translateY(-2px)}.WhitepaperDownload-module__KpWroW__downloadButtonAlt{border-radius:var(--radius-md,10px);color:var(--wp-accent,var(--accent-primary,#00ff41));cursor:pointer;border:1px solid var(--border-color,#ffffff26);transition:all var(--transition-normal,.25s ease);background:0 0;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.WhitepaperDownload-module__KpWroW__downloadButtonAlt:hover{border-color:var(--wp-accent,var(--accent-primary,#00ff41));background:rgba(var(--wp-accent-rgb,0, 255, 65), .05);transform:translateY(-2px)}.WhitepaperDownload-module__KpWroW__features{flex-wrap:wrap;justify-content:center;gap:28px;margin-top:32px;display:flex}.WhitepaperDownload-module__KpWroW__feature{color:var(--text-secondary,#888);align-items:center;gap:8px;font-size:13px;display:flex}.WhitepaperDownload-module__KpWroW__feature svg{color:var(--text-muted,#666)}@media (max-width:640px){.WhitepaperDownload-module__KpWroW__inputGroup{flex-direction:column}.WhitepaperDownload-module__KpWroW__submitButton{justify-content:center}.WhitepaperDownload-module__KpWroW__downloadLinks{flex-direction:column;align-items:center}.WhitepaperDownload-module__KpWroW__features{flex-direction:column;align-items:center;gap:16px}}
