.landing-page{background:#000!important;color:#ededed;font-family:DM Sans,sans-serif;overflow-x:hidden;min-height:100vh}.lp-topbar{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:flex-end;padding:16px 32px;background:linear-gradient(180deg,rgba(0,0,0,.9) 60%,transparent);pointer-events:none}.lp-topbar *{pointer-events:auto}.lp-heading{font-family:Cinzel,serif!important;font-weight:700!important;font-size:28px;color:#ededed;letter-spacing:.02em}.lp-topbar .lp-logo{font-family:Cinzel,serif;font-weight:900;font-size:18px;color:#ededed;text-decoration:none;letter-spacing:.04em;position:absolute;left:50%;transform:translateX(-50%)}.lp-topbar .lp-signin{padding:8px 22px;border-radius:20px;font-size:13px;font-weight:600;color:#000;background:#fff;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px rgba(0,0,0,.4);text-decoration:none;display:inline-flex;align-items:center}.lp-topbar .lp-signin:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.5)}.lp-topbar .lp-btn-ghost{padding:8px 22px;border-radius:20px;font-size:13px;font-weight:600;color:#888;background:transparent;border:1px solid #333;cursor:pointer;transition:transform .2s,color .2s;text-decoration:none;display:inline-flex;align-items:center}.lp-topbar .lp-btn-ghost:hover{color:#ededed;transform:translateY(-1px)}.screen0{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 32px 60px}.s0-header{text-align:center;margin-bottom:48px}.s0-title-lg{font-family:Cinzel,serif;font-size:52px;font-weight:700;letter-spacing:.03em;margin-bottom:16px;color:#ededed}.s0-sub-lg{font-size:22px;color:#777;max-width:700px;margin:0 auto;line-height:1.5}.s0-hero-text{text-align:center;max-width:900px;margin-bottom:56px;opacity:0;transform:translateY(16px);transition:opacity .6s ease-out,transform .6s ease-out;transition-delay:.3s}.s0-hero-text.visible{opacity:1;transform:translateY(0)}.s0-hero-text p{font-size:20px;font-weight:400;line-height:1.8;color:#aaa}.s0-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;max-width:1100px;margin-bottom:48px}.s0-badge{background:#0a0a0a;border:1px solid #1a1a1a;border-radius:10px;padding:24px 20px;opacity:0;transform:translateY(12px);transition:opacity .5s ease-out,transform .5s ease-out}.s0-badge.visible{opacity:1;transform:translateY(0)}.s0-badge-label{font-family:Cinzel,serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ededed;margin-bottom:10px}.s0-badge-text{font-size:14px;font-weight:400;line-height:1.6;color:#666}.s0-cta-row{display:flex;align-items:center;gap:20px;opacity:0;transition:opacity .5s ease-out;transition-delay:1s}.s0-cta-row.visible{opacity:1}.s0-cta-row .arrow{display:inline-block;margin-left:6px}.s0-demo-btn{display:inline-flex;align-items:center;padding:12px 32px;border-radius:999px;background:#ededed;color:#000;font-weight:600;font-size:15px;border:none;cursor:pointer;transition:opacity .15s}.s0-demo-btn:hover{opacity:.85}.s0-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;animation:s0-fadeIn .2s ease-out}.s0-popup{background:#111;border:1px solid #222;border-radius:16px;padding:40px;width:420px;max-width:90vw;position:relative;animation:s0-slideUp .3s ease-out}.s0-popup-close{position:absolute;top:16px;right:20px;background:none;border:none;color:#555;font-size:24px;cursor:pointer;line-height:1}.s0-popup-close:hover{color:#aaa}.s0-popup-title{font-family:Cinzel,serif;font-size:22px;font-weight:700;margin-bottom:8px;color:#ededed}.s0-popup-text{font-size:15px;color:#777;margin-bottom:28px;line-height:1.5}.s0-popup-links{display:flex;flex-direction:column;gap:12px}.s0-popup-link{display:flex;align-items:center;gap:16px;padding:16px;background:#0a0a0a;border:1px solid #1a1a1a;border-radius:10px;text-decoration:none;transition:border-color .2s}.s0-popup-link:hover{border-color:#333}.s0-popup-icon{width:40px;height:40px;background:#1a1a1a;border:1px solid #222;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#ededed;flex-shrink:0;font-weight:700}.s0-popup-link-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#555;margin-bottom:2px}.s0-popup-link-value{font-size:15px;color:#ccc}@keyframes s0-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes s0-slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.s0-title-lg{font-size:36px}.s0-sub-lg{font-size:18px}.s0-hero-text p{font-size:17px}.s0-badges{grid-template-columns:1fr 1fr}.s0-cta-row{flex-direction:column}}@media (max-width:768px){.screen0{display:none!important}}.screen1{height:82vh;display:flex;flex-direction:column;position:relative;cursor:pointer}.stage{flex:1;max-width:1300px;margin:0 auto;width:100%;padding:48px 24px 20px;gap:24px}.chat-panel,.stage{display:flex;overflow:hidden}.chat-panel{width:440px;flex-shrink:0;flex-direction:column;border-radius:18px;background:#111;border:1px solid #222}.chat-header{padding:14px 20px;border-bottom:1px solid #1a1a1a;display:flex;align-items:center;gap:10px}.chat-header .avatar{width:34px;height:34px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-family:Cinzel,serif;font-weight:900;font-size:14px;color:#000}.chat-header .name{font-size:15px;font-weight:700;color:#ededed}.chat-header .status{font-size:11px;color:#555}.chat-messages{flex:1;padding:16px 20px;overflow-y:hidden;display:flex;flex-direction:column}.user-pinned{padding:11px 16px;border-radius:14px;background:#fff;color:#000;font-size:16px;line-height:1.45;font-weight:600;align-self:flex-start;max-width:90%;border-bottom-left-radius:4px;margin-bottom:12px;opacity:0;transform:translateY(8px);transition:opacity .3s,transform .3s;flex-shrink:0}.user-pinned.visible{opacity:1;transform:translateY(0)}.agent-scroll{flex:1;display:flex;flex-direction:column;gap:10px;overflow:hidden}.msg{padding:11px 16px;border-radius:14px;font-size:16px;line-height:1.45;opacity:0;transform:translateY(10px);transition:opacity .4s,transform .4s;flex-shrink:0}.msg.visible{opacity:1;transform:translateY(0)}.msg.fading{opacity:0;transform:translateY(-10px)}.msg.agent{align-self:flex-end;background:#1a1a1a;border:1px solid #222;color:#ccc;border-bottom-right-radius:4px;max-width:92%;font-weight:500}.msg.summary{align-self:center;background:rgba(30,90,50,.35);border:1px solid rgba(72,170,100,.3);color:#a0e4b0;border-radius:14px;text-align:center;font-weight:600;max-width:94%;box-shadow:0 0 20px rgba(72,170,100,.08)}.typing-indicator{align-self:flex-end;padding:11px 18px;border-radius:14px;background:#1a1a1a;border:1px solid #222;border-bottom-right-radius:4px;display:none;gap:5px;flex-shrink:0}.typing-indicator.visible{display:flex}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#444;animation:lp-dotBounce 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}.org-panel{flex:1;position:relative;display:flex;align-items:center;justify-content:center;min-height:340px;overflow:hidden}.org-world{position:relative;width:620px;height:560px;transform:scale(.82);transform-origin:top center}.org-world svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.conn{stroke:#444;stroke-width:1.5;fill:none;opacity:0;stroke-dasharray:6 5;transition:opacity .6s}.conn.visible{opacity:.5;animation:lp-dashMove 2s linear infinite}.conn.flowing{opacity:.9;stroke:#fff;stroke-width:2.2;stroke-dasharray:10 5;animation:lp-dashMove 1s linear infinite}.agent-fig{position:absolute;display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;transform:translateX(-50%) scale(.5);transition:all .6s cubic-bezier(.16,1,.3,1)}.agent-fig.visible{opacity:1;transform:translateX(-50%) scale(1)}.fig-body{width:82px;height:82px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 8px 24px rgba(0,0,0,.6)}.fig-body .icon{font-size:34px;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3))}.fig-body.head-body{width:96px;height:96px;background:#fff;border:3px solid #444}.fig-body.head-body .icon{font-size:40px}.fig-body.worker-body{background:#1a1a1a;border:2px solid #333}.fig-name{font-size:15px;font-weight:700;color:#ededed;text-align:center;max-width:140px}.fig-role{font-size:12px;color:#666;text-align:center;margin-top:-4px}.fig-channel{position:absolute;top:-12px;right:-6px;width:28px;height:28px;border-radius:8px;background:#333;display:flex;align-items:center;justify-content:center;font-size:15px;opacity:0;transform:scale(0) rotate(-20deg);transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 2px 8px rgba(0,0,0,.5)}.agent-fig.visible .fig-channel.pop{opacity:1;transform:scale(1) rotate(0deg)}.fig-status{display:flex;align-items:center;gap:5px;opacity:0;transition:opacity .5s}.fig-status.visible{opacity:1}.fig-status .dot{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 8px rgba(255,255,255,.4);animation:lp-statusPulse 2s ease infinite}.fig-status .lbl{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#999}.fig-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:4px;max-width:160px;margin-top:2px}.fig-pills .p{font-size:10px;padding:3px 8px;border-radius:8px;background:#111;border:1px solid #2a2a2a;color:#888;opacity:0;transform:scale(.7);transition:all .3s}.agent-fig.visible .fig-pills .p{opacity:1;transform:scale(1)}.agent-fig.visible .fig-pills .p:first-child{transition-delay:.3s}.agent-fig.visible .fig-pills .p:nth-child(2){transition-delay:.45s}.agent-fig.visible .fig-pills .p:nth-child(3){transition-delay:.6s}.activity-toast{position:absolute;padding:10px 16px;border-radius:12px;background:#111;border:1px solid #2a2a2a;font-size:13px;color:#aaa;white-space:nowrap;opacity:0;transform:translateY(6px);transition:all .5s;box-shadow:0 8px 20px rgba(0,0,0,.5)}.activity-toast.visible{opacity:1;transform:translateY(0)}.activity-toast .toast-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 0 6px rgba(255,255,255,.3);margin-right:8px;animation:lp-statusPulse 1.5s ease infinite}.cta-overlay{position:absolute;bottom:0;left:0;right:0;text-align:center;padding:30px 20px;background:linear-gradient(0deg,#000 40%,transparent);opacity:0;transition:opacity .8s;z-index:10}.cta-overlay.visible{opacity:1}.cta-overlay .tagline{font-family:DM Sans,sans-serif;font-weight:600;font-size:18px;color:#ededed;margin-bottom:16px}.cta-overlay .buttons{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.lp-btn{padding:10px 24px;border-radius:24px;font-size:13px;font-weight:600;text-decoration:none;color:#000;background:#fff;border:none;box-shadow:0 8px 28px rgba(0,0,0,.5);transition:transform .2s;cursor:pointer;display:inline-flex;align-items:center}.lp-btn:hover{transform:translateY(-2px)}.lp-btn.ghost{background:transparent;box-shadow:none}.lp-btn.ghost,.pause-hint{border:1px solid #333;color:#888}.pause-hint{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);background:rgba(0,0,0,.85);border-radius:16px;padding:20px 36px;font-size:15px;text-align:center;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;z-index:30}.pause-hint.visible{opacity:1;transform:translate(-50%,-50%) scale(1)}.pause-hint strong{color:#ededed}.screen2{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 32px 60px;position:relative;cursor:pointer}.s2-header{text-align:center;margin-bottom:40px}.s2-header h2{margin-bottom:8px}.s2-header p{font-size:14px;color:#555}.s2-stage{display:flex;gap:0;width:100%;max-width:1200px;height:560px;transition:gap .5s}.s2-stage.split{gap:24px}.worker-panel{flex:1;min-height:0;background:#111;border:1px solid #222;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;transition:flex .5s}.worker-header{padding:16px 24px;border-bottom:1px solid #1a1a1a;display:flex;align-items:center;gap:12px}.worker-header .w-avatar{width:36px;height:36px;border-radius:50%;background:#1a1a1a;border:1.5px solid #333;display:flex;align-items:center;justify-content:center;font-size:18px}.worker-header .w-name{font-size:15px;font-weight:700;color:#ededed}.worker-header .w-role{font-size:11px;color:#555}.worker-header .w-status{margin-left:auto;display:flex;align-items:center;gap:5px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#555}.worker-header .w-status .dot{width:6px;height:6px;border-radius:50%;background:#fff;animation:lp-statusPulse 2s ease infinite}.worker-feed{flex:1;padding:20px 24px;overflow:hidden;display:flex;flex-direction:column;gap:12px}.w-think.fading,.w-tool.fading{transform:translateY(-10px)}.w-think,.w-think.fading,.w-tool.fading{opacity:0;transition:opacity .4s,transform .4s}.w-think{font-size:14px;color:#888;line-height:1.5;padding:10px 16px;border-radius:12px;background:#0a0a0a;border-left:2px solid #333;transform:translateY(8px)}.w-think.visible{opacity:1;transform:translateY(0)}.w-tool{border:1px solid #222;border-radius:14px;overflow:hidden;opacity:0;transform:translateY(8px);transition:opacity .4s,transform .4s}.w-tool.visible{opacity:1;transform:translateY(0)}.w-tool-head{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#151515;border-bottom:1px solid #222}.w-tool-icon{font-size:16px}.w-tool-name{font-size:13px;font-weight:700;color:#ededed}.w-tool-spinner{margin-left:auto;width:14px;height:14px;border:2px solid #333;border-top-color:#fff;border-radius:50%;animation:lp-toolSpin .8s linear infinite}.w-tool-spinner.done{display:none}.w-tool-check{margin-left:auto;font-size:13px;color:#4a4;display:none}.w-tool-check.done{display:block}.w-tool-params{padding:10px 16px;background:#0d0d0d;font-family:DM Mono,SF Mono,monospace;font-size:11px;color:#666;line-height:1.6}.w-tool-params .key{color:#888}.w-tool-params .val{color:#aaa}.w-tool-result{padding:10px 16px;background:#0a120a;border-top:1px solid #1a2a1a;font-size:12px;color:#6a6;line-height:1.5;display:none}.w-tool-result.visible{display:block}.browser-panel{width:0;overflow:hidden;border-radius:20px;background:#111;border:1px solid #222;display:flex;flex-direction:column;opacity:0;transition:width .5s,opacity .5s}.browser-panel.open{width:55%;opacity:1}.browser-bar{padding:10px 16px;border-bottom:1px solid #222;display:flex;align-items:center;gap:10px;background:#151515}.browser-dots{display:flex;gap:5px}.browser-dots span{width:10px;height:10px;border-radius:50%}.browser-dots span:first-child{background:#ff5f57}.browser-dots span:nth-child(2){background:#ffbd2e}.browser-dots span:nth-child(3){background:#28c840}.browser-url{flex:1;padding:5px 12px;border-radius:8px;background:#0a0a0a;border:1px solid #222;font-size:12px;color:#888;font-family:DM Mono,SF Mono,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.browser-content{flex:1;overflow-y:auto;background:#fff}.browser-loading{display:flex;align-items:center;justify-content:center;height:100%;font-size:14px;color:#ccc;background:#fafafa}.browser-loading .dots span{animation:lp-dotBounce 1.4s infinite;display:inline-block;width:8px;height:8px;border-radius:50%;background:#bbb;margin:0 3px}.browser-loading .dots span:nth-child(2){animation-delay:.2s}.browser-loading .dots span:nth-child(3){animation-delay:.4s}.s2-cta{margin-top:40px;text-align:center;opacity:0;transition:opacity .8s}.s2-cta.visible{opacity:1}.s2-cta .tagline{font-family:DM Sans,sans-serif;font-weight:600;font-size:18px;color:#ededed;margin-bottom:16px}.screen3{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 32px 60px;position:relative;cursor:pointer}.s3-header{text-align:center;margin-bottom:40px}.s3-header h2{margin-bottom:8px}.s3-header p{font-size:14px;color:#555}.pipeline{display:flex;width:100%;max-width:1200px;height:520px;gap:16px}.pipe-col{flex:1;display:flex;flex-direction:column;min-width:0}.pipe-label{text-transform:uppercase;letter-spacing:.15em;color:#444;margin-bottom:12px;gap:8px}.pipe-label,.pipe-label .step-num{font-size:10px;display:flex;align-items:center}.pipe-label .step-num{width:20px;height:20px;border-radius:50%;background:#1a1a1a;border:1px solid #333;justify-content:center;color:#666;font-weight:700}.pipe-label.active{color:#888}.pipe-label.active .step-num{background:#fff;color:#000;border-color:#fff}.pipe-body{flex:1;background:#111;border:1px solid #222;border-radius:16px;padding:16px;overflow:hidden;display:flex;flex-direction:column;gap:10px}.target-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#0a0a0a;border:1px solid #1a1a1a;opacity:0;transform:translateX(-12px);transition:all .4s}.target-card.visible{opacity:1;transform:translateX(0)}.target-card.surveyed{border-color:#333}.target-card.pending-survey{border-color:#1a1a1a;opacity:.5}.target-card.pending-survey.visible{opacity:.5}.tc-avatar{width:32px;height:32px;border-radius:50%;background:#1a1a1a;border:1px solid #333;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.tc-info{flex:1;min-width:0}.tc-name{font-size:12px;font-weight:700;color:#ededed}.tc-name,.tc-role{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-role{font-size:10px;color:#555}.tc-tags{display:flex;gap:3px;margin-top:4px;flex-wrap:wrap}.tc-tag{font-size:9px;padding:2px 6px;border-radius:6px;background:#111;border:1px solid #2a2a2a;color:#888;opacity:0;transform:scale(.7);transition:all .3s}.tc-tag.visible{opacity:1;transform:scale(1)}.tc-channel{font-size:12px;flex-shrink:0}.tc-status{font-size:9px;padding:2px 6px;border-radius:6px;flex-shrink:0;text-transform:uppercase;letter-spacing:.05em}.tc-status.complete{background:#0a120a;color:#4a4;border:1px solid #1a2a1a}.tc-status.pending{background:#120a0a;color:#a44;border:1px solid #2a1a1a}.tc-status.sending{background:#0a0a12;color:#44a;border:1px solid #1a1a2a}.tc-survey-status{font-size:9px;color:#555;margin-top:2px;opacity:0;transition:opacity .3s}.tc-survey-status.visible{opacity:1}.tc-survey-status.sending{color:#44a}.tc-survey-status.received{color:#4a4}.data-card{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;background:#0a0a0a;border:1px solid #1a1a1a;opacity:0;transform:translateY(8px);transition:all .4s}.data-card.visible{opacity:1;transform:translateY(0)}.data-icon{font-size:18px;flex-shrink:0}.data-label{font-size:12px;color:#aaa;line-height:1.3}.data-badge{margin-top:auto;padding:8px 12px;border-radius:10px;background:#0a0a0a;border:1px solid #1a1a1a;font-size:11px;color:#666;text-align:center;opacity:0;transition:opacity .4s}.data-badge.visible{opacity:1}.email-card{padding:12px;border-radius:12px;background:#0a0a0a;border:1px solid #1a1a1a;opacity:0;transform:translateX(12px);transition:all .4s}.email-card.visible{opacity:1;transform:translateX(0)}.email-card.sent{border-color:#1a2a1a}.email-card.skipped{opacity:.35;border-style:dashed}.email-card.skipped.visible{opacity:.35}.em-to{font-size:10px;color:#555;margin-bottom:4px}.em-subject{font-size:12px;font-weight:700;color:#ededed;line-height:1.3;margin-bottom:4px}.em-preview{font-size:10px;color:#666;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.em-status-row{display:flex;align-items:center;gap:5px;margin-top:6px;font-size:9px;text-transform:uppercase;letter-spacing:.05em}.em-status-row .dot{width:5px;height:5px;border-radius:50%}.em-status-row.delivered .dot{background:#4a4}.em-status-row.delivered{color:#4a4}.em-status-row.waiting .dot{background:#a44}.em-status-row.waiting{color:#a44}.em-status-row{opacity:0;transition:opacity .3s}.em-status-row.visible{opacity:1}.pipe-arrow{display:flex;align-items:center;justify-content:center;width:24px;flex-shrink:0;color:#333;font-size:18px;opacity:0;transition:opacity .5s}.pipe-arrow.visible{opacity:1;color:#555}.s3-cta{margin-top:40px;text-align:center;opacity:0;transition:opacity .8s}.s3-cta.visible{opacity:1}.s3-counter{font-family:DM Sans,sans-serif;font-weight:600;font-size:18px;color:#ededed;margin-bottom:16px;opacity:0;transition:opacity .5s}.s3-counter.visible{opacity:1}.features-section{max-width:1400px;margin:0 auto;padding:80px 32px}.features-title{text-align:center;margin-bottom:56px}.features-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.feature-card{background:#111;border:1px solid #222;border-radius:20px;padding:32px 28px;display:flex;flex-direction:column;gap:16px;min-height:320px}.feature-icon{width:56px;height:56px;border-radius:16px;background:#1a1a1a;border:1px solid #2a2a2a;justify-content:center;font-size:28px}.feature-header,.feature-icon{display:flex;align-items:center}.feature-header{gap:10px}.feature-name{font-family:DM Sans,sans-serif;font-size:18px;font-weight:700;color:#ededed;letter-spacing:-.01em}.feature-badge{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:3px 8px;border-radius:6px;background:#1a1a1a;border:1px solid #333;color:#666}.feature-text{font-size:14px;line-height:1.7;color:#888}.feature-link{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#ededed;text-decoration:none;margin-top:auto;padding-top:8px;transition:gap .2s,color .2s}.feature-link:hover{gap:8px;color:#ccc}.feature-link .arrow{transition:transform .2s}.feature-link:hover .arrow{transform:translateX(2px)}.screen4{min-height:100vh;padding:80px 24px 60px;cursor:pointer;display:flex;flex-direction:column;align-items:center}.s4-header{text-align:center;margin-bottom:40px}.s4-header h2{margin-bottom:8px}.s4-header p{font-size:14px;color:#888;max-width:520px;margin:0 auto}.campaign-stage{display:flex;gap:20px;max-width:1400px;width:100%;flex:1;min-height:0}.camp-col{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.camp-col-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#444;padding:8px 0 4px;border-bottom:1px solid #1a1a1a;margin-bottom:4px;transition:color .3s}.camp-col-label.active{color:#ededed;border-bottom-color:#333}.camp-col-body{flex:1;overflow:hidden;display:flex;flex-direction:column;gap:10px}.camp-target{background:#111;border:1px solid #222;border-radius:14px;padding:14px 16px;display:flex;align-items:center;gap:12px;opacity:0;transform:translateY(8px);transition:opacity .4s,transform .4s}.camp-target.visible{opacity:1;transform:translateY(0)}.camp-target .ct-icon{width:36px;height:36px;border-radius:50%;background:#25d366;color:#ededed;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.camp-target .ct-info{flex:1;min-width:0}.camp-target .ct-name{font-size:13px;font-weight:600;color:#ededed}.camp-target .ct-company{font-size:11px;color:#666}.camp-target .ct-phone{font-size:10px;color:#444;font-family:DM Mono,monospace}.camp-target .ct-stage{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:3px 8px;border-radius:8px;background:#1a1a1a;border:1px solid #2a2a2a;color:#555;white-space:nowrap;transition:all .3s}.camp-target .ct-stage.pending{color:#555}.camp-target .ct-stage.outreach_sent{color:#6a6;background:rgba(100,170,100,.1);border-color:rgba(100,170,100,.2)}.camp-target .ct-stage.replied{color:#8bf;background:rgba(120,160,255,.1);border-color:rgba(120,160,255,.2)}.camp-target .ct-stage.in_conversation{color:#da6;background:rgba(220,170,100,.1);border-color:rgba(220,170,100,.15)}.camp-target .ct-stage.interested{color:#ededed;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}.camp-target .ct-stage.no_response{color:#a55;background:rgba(170,80,80,.1);border-color:rgba(170,80,80,.15)}.camp-target .ct-send{font-size:10px;color:#555;opacity:0;transition:opacity .3s}.camp-target .ct-send.visible{opacity:1}.camp-target .ct-send.sent{color:#6a6}.camp-chat{background:#111;border:1px solid #222;border-radius:14px;padding:12px;margin-bottom:8px;opacity:0;transform:translateY(8px);transition:opacity .4s,transform .4s}.camp-chat.visible{opacity:1;transform:translateY(0)}.camp-chat-header{display:flex;align-items:center;gap:8px;padding-bottom:8px;border-bottom:1px solid #1a1a1a;margin-bottom:8px}.camp-chat-name{font-size:12px;font-weight:600;color:#ccc}.camp-chat-badge{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:2px 6px;border-radius:6px;background:#25d366;color:#ededed;margin-left:auto}.camp-chat-body{display:flex;flex-direction:column;gap:6px}.camp-msg{max-width:88%;padding:8px 12px;border-radius:12px;font-size:11px;line-height:1.5;opacity:0;transform:translateY(6px);transition:opacity .3s,transform .3s}.camp-msg.visible{opacity:1;transform:translateY(0)}.camp-msg.target{background:#1a2e1a;color:#bde0bd;align-self:flex-start;border-bottom-left-radius:4px}.camp-msg.ai{background:#1a1a1a;color:#ccc;align-self:flex-end;border-bottom-right-radius:4px}.camp-tool-flash{font-size:9px;color:#555;font-family:DM Mono,monospace;padding:2px 0;text-align:right;opacity:0;transition:opacity .3s}.camp-tool-flash.visible{opacity:1}.camp-metric{background:#111;border:1px solid #222;border-radius:14px;padding:16px;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(8px);transition:opacity .4s,transform .4s}.camp-metric.visible{opacity:1;transform:translateY(0)}.camp-metric-value{font-size:32px;font-weight:700;color:#ededed;font-family:DM Sans,sans-serif}.camp-metric-label{font-size:11px;color:#666;margin-top:2px}.camp-funnel{background:#111;border:1px solid #222;border-radius:14px;padding:14px 16px;opacity:0;transform:translateY(8px);transition:opacity .4s,transform .4s}.camp-funnel.visible{opacity:1;transform:translateY(0)}.camp-funnel-title{font-size:11px;font-weight:600;color:#888;margin-bottom:10px}.camp-funnel-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;background:#1a1a1a;gap:2px}.camp-funnel-seg{height:100%;border-radius:3px;transition:width .6s ease}.camp-funnel-seg.interested{background:#fff}.camp-funnel-seg.in_conversation{background:#da6}.camp-funnel-seg.replied{background:#8bf}.camp-funnel-seg.outreach_sent{background:#6a6}.camp-funnel-seg.no_response{background:#a55}.camp-funnel-legend{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.camp-funnel-legend span{font-size:9px;color:#666;display:flex;align-items:center;gap:4px}.camp-funnel-legend span:before{content:"";width:6px;height:6px;border-radius:50%}.camp-funnel-legend .leg-interested:before{background:#fff}.camp-funnel-legend .leg-in_conversation:before{background:#da6}.camp-funnel-legend .leg-replied:before{background:#8bf}.camp-funnel-legend .leg-no_response:before{background:#a55}.camp-followup{background:#111;border:1px dashed #333;border-radius:14px;padding:12px 16px;font-size:11px;color:#888;display:flex;align-items:center;gap:8px;opacity:0;transform:translateY(8px);transition:opacity .4s,transform .4s}.camp-followup.visible{opacity:1;transform:translateY(0)}.camp-followup .cf-icon{font-size:16px}.s4-counter{font-family:DM Sans,sans-serif;font-weight:600;font-size:18px;color:#ededed;margin-top:32px;text-align:center;opacity:0;transition:opacity .5s}.s4-counter.visible{opacity:1}.s4-cta{text-align:center;margin-top:16px;opacity:0;transition:opacity .5s}.s4-cta.visible{opacity:1}.lp-footer{padding:32px 32px 24px;border-top:1px solid #151515;display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;width:100%}.lp-footer-copy{font-size:12px;color:#444}.lp-footer-links{display:flex;align-items:center;gap:16px}.lp-footer-links a{font-size:12px;color:#555;text-decoration:none;transition:color .2s}.lp-footer-links a:hover{color:#999}.mobile-hero{display:none}@media (max-width:1200px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:850px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.mobile-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:80vh;padding:100px 24px 60px}.mobile-hero-title{font-family:Cinzel,serif;font-weight:700;font-size:32px;color:#ededed;letter-spacing:.02em;margin-bottom:16px;line-height:1.2}.mobile-hero-sub{font-size:15px;color:#888;line-height:1.6;max-width:320px;margin-bottom:32px}.mobile-hero-buttons{display:flex;flex-direction:column;gap:12px;width:100%;max-width:280px}.mobile-hero-buttons .lp-btn{width:100%;justify-content:center;padding:14px 24px;font-size:15px}.screen1,.screen2,.screen3,.screen4{display:none!important}.lp-topbar{padding:12px 16px;background:rgba(0,0,0,.95)}.lp-topbar .lp-logo{position:static;transform:none;font-size:15px}.lp-topbar .lp-btn-ghost{display:none}.lp-topbar .lp-signin{padding:6px 16px;font-size:12px}.lp-topbar{justify-content:space-between}.features-section{padding:48px 16px}.features-title{font-size:22px;margin-bottom:32px}.features-grid{grid-template-columns:1fr;gap:14px}.feature-card{padding:24px 20px;min-height:auto;border-radius:16px}.feature-icon{width:44px;height:44px;font-size:22px;border-radius:12px}.feature-name{font-size:16px}.feature-text{font-size:13px}.lp-footer{flex-direction:column;gap:12px;text-align:center;padding:24px 16px}.lp-footer-links{flex-wrap:wrap;justify-content:center;gap:12px}.pause-hint{display:none}}@keyframes lp-dotBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}@keyframes lp-dashMove{to{stroke-dashoffset:-18}}@keyframes lp-statusPulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes lp-toolSpin{to{transform:rotate(1turn)}}