#section-engineering{background-color:#f4f3ef;padding:100px 40px;font-family:DM Sans,sans-serif}.eng-container{max-width:1240px;margin:0 auto}.eng-heading{letter-spacing:-2px;color:#1a1a1a;text-align:left;margin-bottom:48px;font-family:Outfit,sans-serif;font-size:clamp(34px,4.5vw,60px);font-weight:700}.eng-heading-shine{background:linear-gradient(90deg,#070b17 0%,#0c162c 35%,#3b82f6 50%,#0c162c 65%,#1a244d 100%) 0 0/200%;-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;animation:6s linear infinite textShine;display:inline-block}@keyframes textShine{0%{background-position:200%}to{background-position:-200%}}.eng-bento{grid-template-rows:minmax(380px,auto) minmax(280px,auto);grid-template-columns:31% 27% calc(42% - 40px);gap:20px;display:grid}.eng-card{opacity:0;border-radius:20px;flex-direction:column;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:translateY(20px)}.is-visible .eng-card{opacity:1;transform:translateY(0)}.theme-dark{color:#fff;background-color:#080808;border:1px solid #ffffff14}.theme-light{color:#111;background-color:#fff;border:1px solid #0000000f;box-shadow:0 10px 40px #00000008}.z-10{z-index:10;position:relative}.eng-card-left{grid-area:1/1/3/2}.eng-card-mid-top{grid-area:1/2/2/3}.eng-card-right-top{grid-area:1/3/2/4}.eng-card-mid-bot{grid-area:2/2/3/3}.eng-card-right-bot{grid-area:2/3/3/4}.card-top-content{padding:24px}.card-top-content h3{letter-spacing:-.5px;font-family:Outfit,sans-serif;font-size:20px;font-weight:600;line-height:1.25}.card-top-content p{margin-top:10px;font-size:13.5px;line-height:1.5}.theme-light .card-top-content p{color:#64748b}.theme-dark .card-top-content p{color:#a1a1aa}.card-browser-visual{flex:1;justify-content:center;padding:24px 24px 0;display:flex}.browser-mockup{background:#fff;border-radius:12px 12px 0 0;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 10px 40px #0006}.browser-header{background:#f8f8f8;border-bottom:1px solid #eaeaea;align-items:center;gap:12px;height:28px;padding:0 12px;display:flex}.browser-dots{gap:6px;display:flex}.browser-dots .dot{border-radius:50%;width:8px;height:8px}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.browser-search-bar{background:#fff;border:1px solid #e0e0e0;border-radius:4px;flex:1;height:14px;margin:0 12px}.browser-menu-lines{flex-direction:column;gap:2px;display:flex}.browser-menu-lines span{background:#ccc;border-radius:1px;width:12px;height:2px}.browser-body{background:#000;border-radius:0 0 8px 8px;flex-direction:column;flex:1;align-items:stretch;gap:0;min-height:200px;padding:0;display:flex;overflow:hidden}.skeleton-line{background:#eee;border-radius:4px;height:8px}.skeleton-line.full{width:100%}.skeleton-line.medium{width:60%}.skeleton-line.center{margin:0 auto}.skeleton-dots{gap:6px;margin-top:4px;display:flex}.skeleton-dots span{background:#e0e0e0;border-radius:50%;width:8px;height:8px}.skeleton-box{color:#ccc;background:#f0f0f0;border-radius:8px;justify-content:center;align-items:center;width:140px;height:140px;margin-top:10px;display:flex}.loading-icon{width:24px;height:24px;animation:3s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.card-bottom-content{background-image:radial-gradient(#ffffff0f 1px,#0000 1px);background-size:16px 16px;padding:24px}.card-bottom-content h3{margin-bottom:12px;font-family:Outfit,sans-serif;font-size:20px}.card-bottom-content p{color:#888;margin-bottom:24px;font-size:14px;line-height:1.6}.eng-cta-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.eng-cta-btn:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff0d}.btn-icon{color:#ffbd2e;width:20px;height:20px}.donut-visual-container{flex:1;justify-content:center;align-items:center;padding-bottom:90px;display:flex}.speedometer-fill{animation:4s cubic-bezier(.4,0,.2,1) infinite alternate speedFill}@keyframes speedFill{0%,15%{stroke-dashoffset:314.2px}85%,to{stroke-dashoffset:0}}.speedometer-svg-needle{transform-origin:120px 130px;animation:4s cubic-bezier(.4,0,.2,1) infinite alternate needleSVGRev}@keyframes needleSVGRev{0%,15%{transform:rotate(0)}85%,to{transform:rotate(180deg)}}.speedometer-text-svg{letter-spacing:-1px;animation:4s cubic-bezier(.4,0,.2,1) infinite alternate pulseText}@keyframes pulseText{0%,15%{opacity:.7}85%,to{opacity:1}}.notifications-container{perspective:800px;height:80px;position:absolute;bottom:16px;left:20px;right:20px}.notif-card{background:#fff;border:1px solid #0000000f;border-radius:12px;width:100%;padding:12px 16px;transition:transform .3s;position:absolute;bottom:0;left:0;box-shadow:0 4px 12px #00000008}.notif-card.card-bg-3{z-index:1;opacity:.5;transform:translateY(-16px)scale(.9)}.notif-card.card-bg-2{z-index:2;opacity:.8;transform:translateY(-8px)scale(.95)}.notif-card.card-front{z-index:3;flex-direction:column;gap:4px;display:flex;transform:translateY(0)scale(1)}.notifications-container:hover .card-bg-3{transform:translateY(-24px)scale(.9)}.notifications-container:hover .card-bg-2{transform:translateY(-12px)scale(.95)}.notif-label{color:#999;text-transform:uppercase;font-family:monospace;font-size:10px}.notif-text{color:#333;font-size:13px;font-weight:500}.github-icon{color:#111;width:14px;height:14px;position:absolute;top:12px;right:12px}.globe-visual-container{background-color:#050505;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0% 25%,#000 45% 100%);mask-image:linear-gradient(#0000 0% 25%,#000 45% 100%)}.saas-globe-svg{width:120%;max-width:400px;height:120%;max-height:400px;transform:translateY(40px)}.globe-grid{transform-box:fill-box;transform-origin:50%;animation:60s linear infinite globeSpin}@keyframes globeSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.g-arc{stroke-dasharray:350;stroke-dashoffset:350px;animation:4s cubic-bezier(.4,0,.2,1) infinite arcFlow}.arc-1{stroke-dasharray:350;stroke-dashoffset:350px;animation-delay:0s}.arc-2{stroke-dasharray:400;stroke-dashoffset:400px;animation-delay:1.5s}.arc-3{stroke-dasharray:300;stroke-dashoffset:300px;animation-delay:.8s}.arc-4{stroke-dasharray:450;stroke-dashoffset:450px;animation-delay:2.2s}@keyframes arcFlow{0%{stroke-dashoffset:500px;opacity:0}10%{opacity:1}70%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:-100px;opacity:0}}.landing-point{transform-box:fill-box;transform-origin:50%;opacity:0;animation:4s cubic-bezier(.4,0,.2,1) infinite pointFlash}@keyframes pointFlash{0%,65%{opacity:0;transform:scale(.5)}70%{opacity:1;fill:#fff;filter:drop-shadow(0 0 10px #0eb5bb);transform:scale(1.5)}85%,to{opacity:0;transform:scale(.5)}}.p-delay-1{animation-delay:0s}.p-delay-2{animation-delay:1.5s}.p-delay-3{animation-delay:.8s}.p-delay-4{animation-delay:2.2s}.google-bg-grid{opacity:.3;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(6,1fr);display:grid;position:absolute;inset:0}.grid-cell{border:1px solid #f0f0f0;border-radius:16px;margin:-1px}.grid-cell.line-pink{border-color:#ffd6e8}.google-ui-container{flex-direction:column;align-items:center;gap:16px;padding:60px 24px 24px;display:flex;position:absolute;inset:0}.google-search-bar{z-index:10;background:#fff;border:1px solid #00000014;border-radius:22px;align-items:center;gap:12px;width:100%;max-width:320px;height:44px;padding:0 16px;display:flex;position:relative;box-shadow:0 4px 12px #00000005}.google-icon{width:18px;height:18px}.search-text{color:#888;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;overflow:hidden}.mic-icon{color:#888;width:14px;height:14px}.google-results-stack{width:100%;max-width:300px;height:120px;position:relative}.result-card{background:#fff;border:1px solid #0000000f;border-radius:12px;width:100%;padding:16px;transition:transform .3s;position:absolute;box-shadow:0 6px 16px #0000000a}.result-card.bg-card-2{opacity:.6;height:80px;top:10px;transform:scale(.95)}.main-result-card{z-index:2;flex-direction:column;gap:8px;display:flex;top:0}.google-results-stack:hover .main-result-card{transform:translateY(-4px)}.res-header{align-items:center;gap:10px;display:flex}.res-icon{background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.res-icon svg{width:14px;height:14px}.res-title{color:#111;font-size:13px;font-weight:600;line-height:1.2}.res-url{color:#888;font-size:10px}.res-desc{color:#333;margin-top:4px;font-size:12px}.res-skeleton{flex-direction:column;gap:4px;margin-top:6px;display:flex}.skel-line{background:#f0f0f0;border-radius:3px;width:100%;height:6px}.skel-line.short{width:40%}.circuit-visual{position:absolute;inset:0;overflow:hidden}.circuit-lines{width:100%;height:100%;position:absolute}.c-line{fill:none;stroke:#f0f0f0;stroke-width:2px;transition:stroke .3s}.c-line.highlight{stroke:#ffecd1}.eng-card-right-bot:hover .c-line.highlight{stroke:#ff9d5c}.orange-chip{background:linear-gradient(135deg,#ffb347,#ff7b00);border-radius:16px;width:80px;height:80px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;position:absolute;bottom:24px;right:24px;box-shadow:0 10px 30px #ff7b004d}.eng-card-right-bot:hover .orange-chip{transform:translateY(-6px);box-shadow:0 16px 40px #ff7b0066}@media (max-width:1199px){.eng-bento{grid-template-rows:auto;grid-template-columns:1fr 1fr}.eng-card-left{grid-area:1/1/2/3}.eng-card-mid-top{grid-area:2/1/3/2}.eng-card-right-top{grid-area:2/2/3/3}.eng-card-mid-bot{grid-area:3/1/4/2}.eng-card-right-bot{grid-area:3/2/4/3}.browser-mockup{max-width:600px}}@media (max-width:768px){#section-engineering{padding:80px 20px}.eng-heading{margin-bottom:32px}.eng-bento{grid-template-columns:1fr;gap:16px}.eng-card-left,.eng-card-mid-top,.eng-card-right-top,.eng-card-mid-bot,.eng-card-right-bot{grid-area:auto/1/auto/2;min-height:300px}}.modal-overlay{-webkit-backdrop-filter:blur(16px);z-index:9999;background:#030407bf;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.modal-container{color:#fff;background:#0d0e12;border:1px solid #ffffff14;border-radius:16px;width:520px;max-width:100%;padding:32px;animation:.3s cubic-bezier(.34,1.56,.64,1) scaleIn;position:relative;box-shadow:0 25px 50px -12px #0009}.modal-close-btn{color:#a1a1aa;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.modal-close-btn:hover{color:#fff;background:#ffffff14;border-color:#fff3;transform:rotate(90deg)}.modal-header{margin-bottom:24px}.modal-header h3{background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:8px;font-size:24px;font-weight:600}.modal-header p{color:#888;font-size:14px;line-height:1.5}.modal-form{flex-direction:column;gap:18px;display:flex}.form-group-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:480px){.form-group-row{grid-template-columns:1fr;gap:18px}}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:500}.form-group input,.form-group select{color:#fff;box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .2s}.form-group input:focus,.form-group select:focus{background:#ffffff0d;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.form-group input::placeholder{color:#52525b}.form-group select option{color:#fff;background:#0d0e12}.form-error{color:#ef4444;margin-top:2px;font-size:12px}.modal-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:14px;font-size:15px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 20px #3b82f640}.modal-submit-btn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 24px #3b82f659}.modal-submit-btn:active{transform:translateY(0)}.modal-success{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:16px 0;display:flex}.success-icon-wrapper{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:8px;display:flex}.modal-success h3{color:#fff;font-size:22px;font-weight:600}.modal-success p{color:#a1a1aa;font-size:14px;line-height:1.6}.success-email{color:#3b82f6;font-weight:500}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes warmup-glow{0%{transform:scale(.95);box-shadow:0 0 #22c55eb3}70%{transform:scale(1);box-shadow:0 0 0 6px #22c55e00}to{transform:scale(.95);box-shadow:0 0 #22c55e00}}.warmup-pulse-dot{animation:2s infinite warmup-glow}@keyframes drawLineAnim{0%{stroke-dashoffset:500px}40%{stroke-dashoffset:0}80%{stroke-dashoffset:0}to{stroke-dashoffset:-500px}}.animated-graph-line{stroke-dasharray:500;stroke-dashoffset:500px;animation:10s cubic-bezier(.4,0,.2,1) infinite drawLineAnim}.animated-graph-line-secondary{stroke-dasharray:500;stroke-dashoffset:500px;animation:10s cubic-bezier(.4,0,.2,1) .3s infinite drawLineAnim}
.trusted-operators-section{background-color:#fff;width:100%;padding:80px 40px 140px;font-family:DM Sans,sans-serif;margin-bottom:0!important;padding-bottom:0!important}.trusted-operators-container{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;display:flex}.trusted-stats-card{background-color:#fff;background-image:radial-gradient(#e5e5e5 1px,#0000 1px);background-position:50%;background-size:20px 20px;border:1px solid #ececec;border-radius:26px;justify-content:space-between;align-items:center;width:90%;max-width:1080px;padding:40px 0;display:flex;box-shadow:0 10px 40px #00000005}.trusted-stat-item{opacity:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;transition:opacity .8s ease-out,transform .8s ease-out;display:flex;transform:translateY(15px)}.to-visible .trusted-stat-item{opacity:1;transform:translateY(0)}.trusted-stat-item strong{color:#0b0b0b;letter-spacing:-1.5px;font-family:Outfit,sans-serif;font-size:52px;font-weight:800;line-height:1.1}.trusted-stat-item span{color:#676767;font-size:14px;font-weight:500}.trusted-divider{background-color:#ececec;width:1px;height:80px}.trusted-copy{text-align:center;flex-direction:column;gap:6px;margin-top:90px;margin-bottom:50px;display:flex}.trusted-copy p{color:#5d5d5d;margin:0;font-size:19px;font-weight:600}.trusted-copy span{color:#a0a0a0;font-size:19px;font-weight:500}.trusted-logo-grid-container{justify-content:center;width:100%;margin-top:10px;padding:30px 0 100px;display:flex}.trusted-logo-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px 80px;max-width:1200px;display:flex}.logo-marquee-container{width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.logo-marquee-track{align-items:center;gap:80px;width:max-content;animation:30s linear infinite logo-scroll;display:flex}.logo-marquee-track:hover{animation-play-state:paused}@keyframes logo-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.custom-logo{-webkit-user-select:none;user-select:none;white-space:nowrap;align-items:center;gap:8px;font-family:Outfit,sans-serif;display:flex}.logo-raycast svg{width:20px;height:20px}.logo-raycast span{color:#333;letter-spacing:-.5px;font-size:22px;font-weight:700}.logo-twitch span{color:#9146ff;letter-spacing:-1px;font-size:24px;font-weight:800}.logo-spotify svg{width:28px;height:28px}.logo-spotify span{color:#1db954;letter-spacing:-.5px;font-size:23px;font-weight:700}.logo-hulu span{color:#1ce783;letter-spacing:-1px;font-size:32px;font-weight:800;line-height:1}.logo-youtube{gap:2px}.yt-you{color:#111;letter-spacing:-1px;font-size:22px;font-weight:700}.yt-tube{color:#fff;letter-spacing:-1px;background-color:red;border-radius:6px;padding:2px 6px;font-size:22px;font-weight:700}.logo-character span{color:#333;letter-spacing:-1px;font-size:22px;font-weight:800}.logo-openai span{color:#333;letter-spacing:-.5px;font-size:22px;font-weight:600}.logo-oracle span{color:#333;letter-spacing:2px;font-family:sans-serif;font-size:20px;font-weight:700}.logo-portola span{color:#444;letter-spacing:-1px;font-size:26px;font-weight:900}.logo-portola sup{color:#444;margin-top:-12px;font-size:10px;font-weight:700}.logo-granola{gap:4px}.logo-granola span{color:#444;letter-spacing:-1px;font-size:24px;font-weight:600}.granola-bar{background-color:#999;width:2px;height:20px}@media (max-width:992px){.trusted-stats-card{flex-wrap:wrap;gap:30px 0;width:100%;padding:30px 0}.trusted-stat-item{flex:40%}.trusted-divider{display:none}.trusted-stats-card{position:relative}}@media (max-width:768px){.trusted-operators-section{padding:20px 20px 80px}.trusted-stat-item strong{font-size:36px}.trusted-stat-item span{font-size:12px}.trusted-copy{margin-top:60px;margin-bottom:40px}.trusted-copy p,.trusted-copy span{font-size:17px}.trusted-logo-grid{gap:30px 40px}}
.launch-section-wrapper{background:#f4f5f7;width:100%;margin:0;padding:0;position:relative;overflow:hidden}.trusted-operators-section+.launch-section-wrapper{background:#f4f5f7!important;margin-top:0!important;padding-top:0!important}.launch-faster-section{box-sizing:border-box;background:#f4f5f7;border-radius:56px 56px 0 0;width:100%;margin:0;padding:96px 0 80px;font-family:DM Sans,sans-serif;position:relative;overflow:hidden}.launch-faster-section:before{content:"";z-index:-1;background:#f4f5f7;position:absolute;inset:0}.launch-faster-section:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#fffc 0%,#fff0 70%);width:800px;height:800px;position:absolute;top:10%;right:-5%}.launch-faster-container{z-index:1;flex-direction:column;max-width:1280px;margin:0 auto;display:flex;position:relative;margin-top:0!important}.launch-faster-top{justify-content:space-between;align-items:center;gap:40px;margin-bottom:110px;display:flex}.launch-faster-content{flex:0 0 42%;max-width:480px}.launch-faster-content h2{color:#0a0a0a;letter-spacing:-1px;margin:0 0 20px;font-family:Outfit,sans-serif;font-size:46px;font-weight:800;line-height:1.05}.launch-faster-content h2 span{display:block}.launch-faster-content p{color:#6d6d6d;max-width:420px;margin:0 0 32px;font-size:16px;line-height:1.55}.cta-button-blue{color:#fff;cursor:pointer;background-color:#146bff;border:none;border-radius:8px;align-items:center;gap:8px;height:42px;padding:0 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #146bff33}.cta-button-blue span{transition:transform .2s}.cta-button-blue:hover{background-color:#0d5ee0;transform:translateY(-2px);box-shadow:0 6px 16px #146bff4d}.cta-button-blue:hover span{transform:translate(3px)}.ui-preview-grid{opacity:.55;filter:saturate(.8);flex:0 0 52%;grid-template-columns:repeat(2,1fr);grid-auto-rows:200px;gap:16px;transition:opacity .4s,filter .4s;display:grid}.ui-preview-grid:hover{opacity:.85;filter:saturate()}.ui-card{background-color:#fff;border:1px solid #0000000d;border-radius:16px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000005}.card-dashboard{padding:20px}.ui-dash-header{border-bottom:1px solid #f0f0f0;margin-bottom:15px;padding-bottom:10px}.dash-tabs{gap:8px;display:flex}.dash-tabs span{background-color:#eee;border-radius:4px;width:24px;height:6px}.dash-tabs span.active{background-color:#146bff;width:32px}.ui-dash-body{flex-direction:column;gap:12px;display:flex}.dash-row{align-items:center;gap:10px;display:flex}.dash-dot{background-color:#e0e0e0;border-radius:50%;width:6px;height:6px}.dash-line{background-color:#f0f0f0;border-radius:2px;height:4px}.dash-line.long{width:70%}.dash-line.medium{width:50%}.dash-line.short{width:30%}.card-features{background-color:#fafafa;justify-content:center;align-items:center;padding:24px}.feat-header{background-color:#e0e0e0;border-radius:4px;width:60px;height:6px;margin-bottom:24px}.feat-boxes{justify-content:center;gap:10px;width:100%;display:flex}.feat-box{background-color:#fff;border:1px solid #eee;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:45px;height:60px;display:flex;box-shadow:0 2px 8px #00000005}.feat-box.active-box{border-color:#146bff;transform:translateY(-4px);box-shadow:0 8px 16px #146bff14}.feat-icon{opacity:.1;background-color:#146bff;border-radius:4px;width:16px;height:16px}.feat-box.active-box .feat-icon{opacity:1}.feat-line{background-color:#eee;border-radius:2px;width:20px;height:3px}.card-signup{flex-direction:row}.signup-gradient-panel{background:linear-gradient(135deg,#146bff 0%,#a644ff 100%);flex-direction:column;gap:10px;width:45%;padding:20px;display:flex}.sg-icon{background:#fff6;border-radius:4px;width:16px;height:16px}.sg-text{background:#ffffff4d;border-radius:2px;width:80%;height:4px;margin-top:auto}.signup-form-panel{flex-direction:column;justify-content:center;gap:12px;width:55%;padding:20px;display:flex}.sf-line.title{background-color:#333;border-radius:3px;width:40px;height:6px;margin-bottom:6px}.sf-input{background-color:#fafafa;border:1px solid #eee;border-radius:4px;height:16px}.sf-button{background-color:#111;border-radius:4px;height:20px;margin-top:4px}.card-chat{background-color:#fafafa;gap:12px;padding:16px;overflow:hidden}.chat-msg{align-items:flex-end;gap:6px;display:flex}.chat-msg.right{justify-content:flex-end}.chat-avatar{border-radius:50%;flex-shrink:0;width:14px;height:14px}.chat-avatar.a1{background-color:#ffb347}.chat-avatar.a2{background-color:#146bff}.chat-bubble{border-radius:10px;max-width:75%;padding:6px 10px;font-size:8px;font-weight:500}.chat-msg.left .chat-bubble{color:#333;background-color:#fff;border:1px solid #eee;border-bottom-left-radius:2px;box-shadow:0 2px 4px #00000005}.chat-msg.right .chat-bubble{color:#555;background-color:#f0f4f8;border-bottom-right-radius:2px}.chat-bubble.reply.faded{opacity:.5}.card-workflow{background-color:#fafafa}.wf-lines{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.wf-node{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;width:18px;height:18px;position:absolute;box-shadow:0 2px 6px #0000000a}.wf-node.n1{top:20px;left:20px}.wf-node.n2{border-color:#146bff;top:50px;left:50px}.wf-node.n3{top:80px;left:80px}.wf-node.n4{top:20px;right:20px}.wf-panel{background:#fff;border:1px solid #eee;border-radius:6px;align-items:center;gap:12px;padding:8px 12px;display:flex;position:absolute;bottom:16px;left:16px;box-shadow:0 4px 10px #00000008}.wf-line{background:#ddd;border-radius:2px;width:20px;height:4px}.wf-toggle{background:#146bff;border-radius:10px;width:20px;height:10px;position:relative}.wf-toggle:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px;position:absolute;top:2px;right:2px}.card-global{text-align:center;padding:24px}.global-text h4{color:#333;margin:0 0 4px;font-size:11px}.global-text p{color:#999;margin:0;font-size:8px;line-height:1.4}.global-globe{background:radial-gradient(circle at top,#e5e5e5 0%,#fff 80%);border-radius:50%;width:160px;height:160px;position:absolute;bottom:-60px;left:50%;transform:translate(-50%);box-shadow:inset 0 20px 40px #00000005}.globe-accent-dot{background-color:#146bff;border-radius:50%;width:6px;height:6px;position:absolute;top:30px;right:40px;box-shadow:0 0 0 4px #146bff33}.launch-faster-bottom{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-top:20px;display:flex}.launch-faster-bottom h3{color:#000;letter-spacing:-1px;margin:0;font-family:Outfit,sans-serif;font-size:38px;font-weight:800;line-height:1.05}.launch-faster-bottom h3 span{display:block}.launch-faster-bottom p{color:#6d6d6d;max-width:540px;margin:0;font-size:16px;line-height:1.55}@media (max-width:1024px){.launch-faster-top{text-align:center;flex-direction:column;gap:60px}.launch-faster-content{flex-direction:column;align-items:center;max-width:600px;display:flex}.launch-faster-content h2 span{display:inline}.ui-preview-grid{width:100%;max-width:700px}}@media (max-width:768px){.launch-faster-section{border-radius:40px 40px 0 0;padding:70px 22px 60px}.launch-faster-content h2{font-size:34px}.launch-faster-content p{font-size:15px}.ui-preview-grid{grid-template-columns:1fr;grid-auto-rows:180px}.launch-faster-bottom h3{font-size:30px}.launch-faster-bottom p{font-size:15px}}
.import-enrichment-wrapper{z-index:10;background-color:#fdfdfe;width:100%;padding:6rem 0;position:relative}.import-enrichment-header-section{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:3rem;display:flex}.import-enrichment-header-section h3{color:#000;letter-spacing:-1px;margin:0;font-family:Outfit,sans-serif;font-size:38px;font-weight:800;line-height:1.05}.import-enrichment-header-section h3 span{display:block}.import-enrichment-header-section p{color:#6d6d6d;max-width:540px;margin:0;font-size:16px;line-height:1.55}.import-enrichment-container{background:0 0;flex-direction:column;gap:5rem;width:calc(100% - 4rem);max-width:1300px;margin:0 auto;padding-bottom:5rem;display:flex}.ie-card{background:#fff;border:1px solid #0000000d;border-radius:24px;justify-content:space-between;align-items:center;gap:5rem;padding:4rem 3.5rem;transition:box-shadow .3s;display:flex;position:sticky;box-shadow:0 12px 48px #00000014}.ie-card:first-child,.ie-card:nth-child(2),.ie-card:nth-child(3){top:120px}.ie-card:hover{box-shadow:0 20px 60px #0000001f}.ie-card-normal{flex-direction:row}.ie-card-reverse{flex-direction:row-reverse}.ie-card-content{flex-direction:column;flex:1.1;align-items:flex-start;display:flex}.ie-card-subtitle{letter-spacing:.18em;color:#132c54;text-transform:uppercase;margin-bottom:1.25rem;font-size:.75rem;font-weight:700;display:inline-block}.ie-card-content h3{color:#0f172a;letter-spacing:-.04em;margin:0 0 1.5rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:850;line-height:1.15}.ie-card-content h3 span{color:#132c54}.ie-card-desc{color:#475569;margin-bottom:2.25rem;font-size:1.05rem;line-height:1.65}.ie-card-bullets{flex-direction:column;gap:.85rem;width:100%;display:flex}.ie-bullet{align-items:center;gap:.85rem;display:flex}.bullet-check{color:#132c54;justify-content:center;align-items:center;font-size:1.1rem;font-weight:900;display:flex}.bullet-text{color:#334155;font-size:.95rem;font-weight:600}.ie-card-image{flex:1;justify-content:center;align-items:center;max-width:48%;height:100%;display:flex}.ie-mockup-image{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;border:1px solid #0f172a0d;border-radius:16px;width:100%;height:auto;max-height:320px;box-shadow:0 16px 48px #0f172a1f}@media (max-width:1024px){.ie-card{gap:3rem;padding:3rem}}@media (max-width:768px){.import-enrichment-wrapper{padding:4rem 1.25rem}.import-enrichment-container{border-radius:24px;gap:1.5rem;padding:1.5rem}.ie-card,.ie-card-reverse{border-radius:18px;flex-direction:column;gap:2.5rem;padding:2.5rem 2rem}.ie-card-image{width:100%;max-width:100%}.ie-card-content h3{margin-bottom:1.25rem}.ie-card-desc{margin-bottom:1.75rem}}
.agent-builder-section-wrapper{z-index:10;background-color:#fdfdfe;width:100%;position:relative}.agent-builder-section{color:#0f172a;max-width:1250px;margin:0 auto;padding:5rem 2rem;font-family:Outfit,sans-serif}.agent-builder-header{text-align:center;margin-bottom:3.5rem}.agent-builder-header h2{letter-spacing:-.04em;margin-bottom:1.25rem;font-size:clamp(2.25rem,4vw,3.25rem);font-weight:850;line-height:1.1}.agent-builder-header h2 span{color:#132c54}.agent-builder-header p{color:#64748b;max-width:800px;margin:0 auto;font-size:1.15rem;line-height:1.6}.ab-tabs{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.ab-tab{color:#475569;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:100px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.ab-tab:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.ab-tab.active{color:#fff;background:#132c54;border-color:#132c54;box-shadow:0 10px 20px #132c5426}.ab-window{background:#fff;border:2px solid #e2e8f0;border-radius:20px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 30px 100px #0f172a1a}.ab-window-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.ab-dots{align-items:center;gap:.5rem;display:flex}.dot{border-radius:50%;width:12px;height:12px;display:inline-block}.dot-red{background:#ff5f56}.dot-yellow{background:#ffbd2e}.dot-green{background:#27c93f}.ab-window-title{color:#334155;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.ab-logo-icon{font-size:1.1rem}.ab-title-campaign{color:#94a3b8;border-left:1px solid #e2e8f0;margin-left:.5rem;padding-left:.75rem;font-weight:500}.ab-window-actions{color:#64748b;font-size:.8rem;font-weight:600}.ab-window-body{background:#fff;height:600px;display:flex;position:relative}.ab-chat-panel{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:38%;height:100%;display:flex}.chat-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.agent-avatar{background:#132c5414;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;display:flex}.chat-header h4{color:#0f172a;margin:0;font-size:.95rem;font-weight:700}.status-online{color:#10b981;align-items:center;gap:.25rem;font-size:.7rem;font-weight:600;display:flex}.status-online:before{content:"";background:#10b981;border-radius:50%;width:6px;height:6px;display:inline-block}.chat-messages-container{-ms-overflow-style:none;scrollbar-width:none;background:#fafafb;flex-direction:column;flex:1;gap:1rem;padding:1.25rem;display:flex;overflow-y:auto}.chat-messages-container::-webkit-scrollbar{display:none}.chat-bubble-wrapper{align-items:flex-end;gap:.5rem;max-width:85%;display:flex}.agent-msg{align-self:flex-start}.user-msg{flex-direction:row-reverse;align-self:flex-end;max-width:75%}.msg-avatar{margin-bottom:.25rem;font-size:1rem}.chat-bubble{border-radius:16px;padding:.75rem 1rem;font-size:.88rem;font-weight:550;line-height:1.45}.agent-msg .chat-bubble{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;box-shadow:0 2px 8px #00000005}.user-msg .chat-bubble{color:#fff;background:#132c54;border-bottom-right-radius:4px}.chat-actions-panel{background:#fff;border-top:1px solid #f1f5f9;padding:1.25rem}.chat-options{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.chat-opt-btn{color:#132c54;cursor:pointer;text-align:left;background:#132c540a;border:1.5px solid #132c5414;border-radius:12px;padding:.75rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s}.chat-opt-btn:hover{background:#132c5414;border-color:#132c54}.chat-opt-btn.btn-launch{color:#fff;text-align:center;background:#10b981;border-color:#10b981}.chat-opt-btn.btn-launch:hover{background:#059669;border-color:#059669}.chat-opt-btn.btn-secondary{color:#475569;text-align:center;background:#fff;border-color:#cbd5e1}.chat-opt-btn.btn-secondary:hover{color:#0f172a;border-color:#94a3b8}.campaign-running-indicator{color:#132c54;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.85rem;font-weight:600;display:flex}.running-spinner{border:2px solid #132c5426;border-top-color:#132c54;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite ab-spin;display:inline-block}@keyframes ab-spin{to{transform:rotate(360deg)}}.chat-input-mock{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;padding:.25rem .5rem;display:flex}.chat-input-mock input{color:#475569;background:0 0;border:none;outline:none;flex:1;padding:.5rem;font-size:.85rem}.chat-send-btn{color:#94a3b8;cursor:not-allowed;background:#e2e8f0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;display:flex}.ab-flow-panel{background-color:#fafafa;background-image:radial-gradient(#e2e8f0 1.2px,#0000 1.2px);background-size:16px 16px;width:62%;height:100%;position:relative;overflow:hidden}.flow-canvas-grid{width:100%;height:100%;position:relative}.sequence-label{color:#94a3b8;letter-spacing:.1em;text-transform:uppercase;z-index:10;font-size:.75rem;font-weight:700;position:absolute;top:1.25rem;left:1.5rem}.flow-line{stroke:#cbd5e1;stroke-width:2.5px;fill:none;stroke-dasharray:4 4;transition:stroke .3s,stroke-width .3s}.flow-line.active{stroke:#10b981;stroke-width:3.5px;stroke-dasharray:8 10;filter:drop-shadow(0 0 6px #10b981b3);animation:.6s linear infinite lineFlowPulse}.flow-line.completed{stroke:#10b981;stroke-width:3.5px;stroke-dasharray:8 6}@keyframes lineFlowPulse{to{stroke-dashoffset:-36px}}.flow-nodes{z-index:5;width:100%;height:100%;position:absolute;top:0;left:0}.flow-node{color:#1e293b;white-space:normal;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:.55rem .85rem;font-size:.8rem;font-weight:650;transition:all .3s cubic-bezier(.25,1,.5,1);position:absolute;box-shadow:0 4px 16px #0f172a0a}.node-start{color:#475569;text-transform:uppercase;letter-spacing:.08em;opacity:1;background:#f1f5f9;border-color:#cbd5e1;padding:.35rem .75rem;font-size:.75rem;font-weight:700}.node-action{opacity:.35;transform:scale(.96)}.node-action.visible{opacity:1;transform:scale(1)}.node-meta{color:#64748b;margin-bottom:.2rem;font-size:.65rem;font-weight:500}.node-title{color:#0f172a}.node-decision{opacity:.35;color:#db2777;background:#fdf2f8;border-color:#fbcfe8;border-radius:100px;padding:.45rem 1.25rem;font-weight:700;transform:scale(.96)}.node-decision.visible{opacity:1;transform:scale(1)}.dec-yes,.dec-no{border-radius:4px;padding:.15rem .35rem;font-size:.6rem;font-weight:700;position:absolute}.dec-yes{color:#059669;background:0 0;border:none;padding:0;font-weight:800;top:40px;left:-15px}.dec-no{color:#dc2626;background:0 0;border:none;padding:0;font-weight:800;top:40px;right:-15px}.flow-node.running{border-color:#3b82f6;transform:scale(1.06);box-shadow:0 0 16px #3b82f640}.flow-node.active-completed{color:#047857;background:#ecfdf5;border-color:#10b981}.flow-node.active-completed .node-title{color:#047857}.tab-mock-content{-ms-overflow-style:none;scrollbar-width:none;background:#f8fafc;width:100%;height:100%;padding:2rem;overflow-y:auto}.tab-mock-content::-webkit-scrollbar{display:none}.mock-leads-header{margin-bottom:2rem}.mock-leads-header h3{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.mock-leads-header p{color:#64748b;font-size:.95rem}.mock-leads-grid{gap:1.5rem;display:flex}.mock-filter-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:1.25rem;width:250px;padding:1.25rem;display:flex}.filter-group label{color:#94a3b8;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.filter-chip{color:#132c54;background:#132c540d;border-radius:100px;margin-bottom:.5rem;margin-right:.5rem;padding:.4rem .75rem;font-size:.8rem;font-weight:650;display:inline-block}.mock-leads-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:1;overflow:hidden;box-shadow:0 4px 12px #0f172a05}.table-row{border-bottom:1px solid #f1f5f9;grid-template-columns:1.2fr 1.5fr 1.2fr 1fr;align-items:center;padding:1rem 1.25rem;font-size:.85rem;display:grid}.table-row.header{color:#475569;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;font-size:.7rem;font-weight:700}.pill-blue{color:#3b82f6;font-weight:600}.pill-gray{color:#64748b;font-weight:500}.signals-stream{flex-direction:column;gap:1rem;display:flex}.sig-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;display:flex;box-shadow:0 4px 12px #0f172a05}.sig-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.sig-green{background:#ecfdf5}.sig-blue{background:#eff6ff}.sig-purple{background:#f5f3ff}.sig-info{flex:1}.sig-info h4{color:#1e293b;margin:0 0 .25rem;font-size:.9rem;font-weight:700}.sig-info span{color:#94a3b8;font-size:.75rem}.sig-action{color:#10b981;background:#ecfdf5;border-radius:100px;padding:.35rem .75rem;font-size:.75rem;font-weight:700}.engage-visual-flow{justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;display:flex}.ev-step{color:#132c54;background:#fff;border:2px solid #132c54;border-radius:12px;padding:1rem 1.5rem;font-size:.95rem;font-weight:700;box-shadow:0 10px 25px #132c540d}.ev-arrow{color:#94a3b8;font-size:1.5rem}.spam-metrics-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem;display:grid}.spam-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #0f172a05}.spam-card h4{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.spam-large-value{color:#0f172a;margin-bottom:.75rem;font-size:2.25rem;font-weight:850}.spam-large-value.text-green{color:#10b981}.spam-large-value.text-cyan{color:#06b6d4}.spam-card p{color:#64748b;font-size:.8rem;line-height:1.5}.animate-fade-in{animation:.3s forwards abFadeIn}@keyframes abFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.ab-window-body{flex-direction:column;height:auto}.ab-chat-panel{border-bottom:1px solid #e2e8f0;border-right:none;width:100%;height:400px}.ab-flow-panel{width:100%;height:500px}.spam-metrics-grid{grid-template-columns:1fr}.mock-leads-grid{flex-direction:column}.mock-filter-sidebar{width:100%}}.mock-leads-header-premium{margin-bottom:2rem}.mock-leads-header-premium h3{color:#0f172a;margin-bottom:.75rem;font-size:1.6rem;font-weight:800;line-height:1.3}.marco-link{color:#3b82f6;text-decoration:none;position:relative}.marco-link:hover{text-decoration:underline}.mock-leads-header-premium p{color:#64748b;font-size:1rem}.mock-leads-grid-premium{align-items:flex-start;gap:1.5rem;display:flex}.mock-filter-sidebar-premium{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:1.5rem;width:260px;padding:1.5rem;display:flex;box-shadow:0 10px 25px #0f172a0a}.filter-header-premium{color:#0f172a;border-bottom:1px solid #f1f5f9;align-items:center;gap:.5rem;padding-bottom:1rem;font-size:1.1rem;display:flex}.filter-group-premium label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.filter-chip-premium{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.5rem;margin-right:.5rem;padding:.5rem .85rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-block}.filter-chip-premium:hover{background:#f1f5f9}.filter-chip-premium.active{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.apply-filter-btn{color:#fff;cursor:pointer;background:#132c54;border:none;border-radius:8px;margin-top:.5rem;padding:.75rem;font-weight:600;transition:background .2s}.apply-filter-btn:hover{background:#0f172a}.mock-leads-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex:1;overflow:hidden;box-shadow:0 10px 30px #0f172a0d}.table-row-premium{border-bottom:1px solid #f1f5f9;grid-template-columns:1.5fr 1.2fr 1fr 1fr;align-items:center;padding:1.25rem 1.5rem;transition:background .2s;display:grid}.table-row-premium:last-child{border-bottom:none}.table-row-premium:not(.header-premium):hover{background:#fafafb}.table-row-premium.header-premium{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;padding-top:1rem;padding-bottom:1rem;font-size:.75rem;font-weight:700}.prospect-info{color:#0f172a;align-items:center;gap:.75rem;font-weight:650;display:flex}.prospect-avatar{color:#4f46e5;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex}.email-pill{color:#3b82f6;font-size:.85rem;font-weight:500}.phone-text{color:#64748b;font-family:monospace;font-size:.85rem}.company-badge{color:#334155;background:#f1f5f9;border-radius:100px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}@media (max-width:900px){.mock-leads-grid-premium{flex-direction:column}.mock-filter-sidebar-premium{width:100%}}.engage-visual-flow-premium{justify-content:center;align-items:center;gap:1.5rem;margin-top:4rem;padding:2rem 0;display:flex;position:relative}.ev-step-premium{color:#0f172a;z-index:2;opacity:0;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 2rem;font-size:1.1rem;font-weight:700;transition:transform .3s cubic-bezier(.34,1.56,.64,1);animation:.6s cubic-bezier(.34,1.56,.64,1) forwards evStepIn;display:flex;position:relative;transform:translateY(20px);box-shadow:0 10px 30px #0f172a0d}.ev-step-premium:first-child{animation-delay:.2s}.ev-step-premium:nth-child(3){animation-delay:.8s}.ev-step-premium:nth-child(5){animation-delay:1.4s}.ev-step-premium:hover{border-color:#3b82f6;box-shadow:0 20px 40px #0f172a14;transform:translateY(-5px)scale(1.02)!important}.ev-step-icon{background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;display:flex}.ev-arrow-premium{opacity:0;background:#e2e8f0;border-radius:4px;width:60px;height:4px;animation:.4s forwards evArrowIn;position:relative}.ev-arrow-premium:nth-child(2){animation-delay:.5s}.ev-arrow-premium:nth-child(4){animation-delay:1.1s}.ev-arrow-premium:after{content:"";opacity:0;background:#3b82f6;border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite evParticle;position:absolute;top:-3px;left:0;box-shadow:0 0 10px #3b82f699}.ev-arrow-premium:nth-child(2):after{animation-delay:.7s}.ev-arrow-premium:nth-child(4):after{animation-delay:1.3s}@keyframes evStepIn{to{opacity:1;transform:translateY(0)}}@keyframes evArrowIn{to{opacity:1}}@keyframes evParticle{0%{opacity:0;left:0;transform:scale(.5)}20%{opacity:1;transform:scale(1.2)}80%{opacity:1;transform:scale(1.2)}to{opacity:0;left:100%;transform:scale(.5)}}.warmup-chart-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-top:2rem;padding:1.5rem;box-shadow:0 4px 12px #0f172a05}.warmup-chart-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.warmup-chart-header h4{color:#0f172a;font-size:1rem;font-weight:700}.warmup-status{color:#10b981;background:#ecfdf5;border-radius:100px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:flex}.warmup-status:before{content:"";background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s linear infinite ab-spin}.warmup-bars{border-bottom:1px dashed #e2e8f0;align-items:flex-end;gap:.5rem;height:120px;padding-bottom:1rem;display:flex}.warmup-bar{background:#bfdbfe;border-radius:4px 4px 0 0;flex:1;height:0;transition:background .2s;animation:1.5s cubic-bezier(.16,1,.3,1) forwards growBar;position:relative}.warmup-bar:hover{background:#3b82f6}.warmup-bar:after{content:attr(data-val);color:#64748b;opacity:0;font-size:.65rem;font-weight:600;animation:.5s 1.5s forwards fadeInLabel;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.warmup-days{color:#94a3b8;justify-content:space-between;margin-top:.5rem;font-size:.65rem;font-weight:600;display:flex}@keyframes growBar{0%{height:0}}@keyframes fadeInLabel{to{opacity:1}}.sequence-builder-outer{padding:0 1rem}.sequence-builder-container{flex-direction:column;gap:0;max-width:580px;margin:1.5rem auto 0;display:flex;position:relative}.sequence-builder-container:before{content:"";z-index:0;transform-origin:top;background:linear-gradient(#e2e8f0 0%,#c7d2fe 50%,#e2e8f0 100%);width:2px;animation:1.2s cubic-bezier(.16,1,.3,1) forwards spineGrow;position:absolute;top:28px;bottom:28px;left:28px}@keyframes spineGrow{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.seq-step-wrapper{z-index:1;flex-direction:column;display:flex;position:relative}.seq-card{cursor:pointer;opacity:0;z-index:2;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;align-items:center;gap:1rem;margin:0;padding:.9rem 1.2rem;transition:border-color .2s,box-shadow .2s,transform .2s;animation:.5s cubic-bezier(.34,1.56,.64,1) forwards cardSlideIn;display:flex;position:relative;transform:translate(-20px)scale(.97);box-shadow:0 2px 8px #0f172a0a}.seq-card:hover{border-color:#6366f1;box-shadow:0 8px 24px #6366f11f;transform:translate(4px)scale(1.01)!important}@keyframes cardSlideIn{to{opacity:1;transform:translate(0)scale(1)}}.seq-step-wrapper:first-child .seq-card{animation-delay:.1s}.seq-step-wrapper:nth-child(2) .seq-card{animation-delay:.25s}.seq-step-wrapper:nth-child(3) .seq-card{animation-delay:.4s}.seq-step-wrapper:nth-child(4) .seq-card{animation-delay:.55s}.seq-branch .seq-step-wrapper:first-child .seq-card{animation-delay:.7s}.seq-branch .seq-step-wrapper:nth-child(2) .seq-card{animation-delay:.85s}.seq-branch .seq-step-wrapper:nth-child(3) .seq-card{animation-delay:1s}.seq-connector{z-index:1;align-items:center;height:24px;padding-left:19px;display:flex;position:relative}.seq-connector-dot{cursor:pointer;color:#94a3b8;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;transition:all .2s;display:flex}.seq-connector-dot:hover{color:#fff;background:#6366f1;border-color:#6366f1;transform:scale(1.2)}.seq-icon{color:#fff;letter-spacing:.02em;z-index:3;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:.72rem;font-weight:800;display:flex;position:relative;box-shadow:0 4px 10px #0000001f}.seq-icon.running-pulse{animation:1s ease-in-out infinite iconPulse}@keyframes iconPulse{0%,to{box-shadow:0 0 #6366f166}50%{box-shadow:0 0 0 8px #6366f100}}.icon-list{background:linear-gradient(135deg,#3b82f6,#6366f1)}.icon-se{background:linear-gradient(135deg,#10b981,#059669)}.icon-dly{background:linear-gradient(135deg,#64748b,#475569)}.icon-if{background:linear-gradient(135deg,#f59e0b,#d97706)}.icon-cn{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.icon-msg{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.seq-text{flex:1;min-width:0}.seq-text h5{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9rem;font-weight:700;overflow:hidden}.seq-text p{color:#64748b;margin:.2rem 0 0;font-size:.76rem;line-height:1.4}.seq-meta{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.seq-badge{color:#16a34a;white-space:nowrap;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:100px;padding:.25rem .7rem;font-size:.7rem;font-weight:700}.seq-badge.delay-badge{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.seq-badge.if-badge{color:#d97706;background:#fffbeb;border-color:#fde68a}.seq-remove-btn{color:#94a3b8;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.85rem;transition:all .2s;display:flex}.seq-remove-btn:hover{color:#ef4444;background:#fee2e2;border-color:#fca5a5}.seq-branch-wrapper{z-index:1;margin-left:52px;position:relative}.seq-branch-label{letter-spacing:.06em;border-radius:100px;align-items:center;gap:.4rem;margin-top:.25rem;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.7rem;font-weight:800;display:inline-flex}.seq-branch-label.yes{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.seq-branch-label.no{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;margin-left:.5rem}.seq-branch-label:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.seq-branch{border-left:2px dashed #a5b4fc;flex-direction:column;gap:0;padding-top:.25rem;padding-bottom:.25rem;padding-left:1.25rem;display:flex;position:relative}.seq-branch:before{content:"";background:0 0;width:2px;position:absolute;top:28px;bottom:28px;left:-2px}.seq-card.active{background:linear-gradient(135deg,#fafafe,#f5f3ff);border-color:#6366f1;box-shadow:0 8px 28px #6366f126}.node-logo{vertical-align:middle;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-right:5px;display:inline-flex}.node-logo svg{width:100%;height:100%}.node-title{color:#0f172a;flex-wrap:wrap;align-items:center;gap:2px;display:flex}.ab-flow-panel{min-height:540px;height:100%!important}.flow-canvas-grid{width:100%;height:100%;min-height:540px;position:relative}.flow-svg-lines{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.engage-animated-wrapper{background:#f8fafc;flex-direction:column;width:100%;height:100%;display:flex}.engage-animated-header{text-align:center;padding:1.75rem 2rem 1rem}.engage-animated-header h3{color:#0f172a;margin-bottom:.4rem;font-size:1.4rem;font-weight:800}.engage-animated-header p{color:#64748b;font-size:.9rem}.engage-svg-container{flex:1;align-items:center;padding:0 1rem 1rem;display:flex}
.funnel-section-wrapper{z-index:10;background-color:#fff;width:100%;padding:2.5rem 0;position:relative}.funnel-section-container{background-color:#fff;border:2px solid #132c54;border-radius:20px;gap:2rem;width:calc(100% - 4rem);max-width:1180px;margin:0 auto;padding:1.75rem 2.25rem;display:flex;box-shadow:0 20px 80px #132c540f}.funnel-content-panel{flex-direction:column;flex:1.15;align-items:flex-start;display:flex}.funnel-eyebrow{letter-spacing:.18em;color:#132c54;text-transform:uppercase;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:700}.funnel-main-title{color:#0f172a;letter-spacing:-.04em;margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:clamp(1.6rem,2.8vw,2.1rem);font-weight:850;line-height:1.15}.funnel-main-title span{color:#132c54}.funnel-main-desc{color:#475569;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.6}.funnel-stages-list{flex-direction:column;gap:1rem;width:100%;display:flex}.funnel-stage-item{cursor:pointer;border-bottom:1.5px solid #f1f5f9;padding:.8rem .25rem;transition:all .3s cubic-bezier(.25,1,.5,1)}.funnel-stage-item:hover{background-color:#132c5403;padding-left:.5rem}.funnel-stage-item.active{border-bottom-color:#132c54;padding-left:.5rem}.funnel-stage-item-header{align-items:center;gap:1rem;margin-bottom:.25rem;display:flex}.funnel-stage-num{color:#94a3b8;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:800;transition:color .3s}.funnel-stage-item.active .funnel-stage-num{color:#132c54}.funnel-stage-item-header h3{color:#334155;margin:0;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:750;transition:color .3s}.funnel-stage-item.active h3{color:#132c54}.funnel-stage-expanded{margin-top:.5rem;padding-left:2.25rem}.funnel-stage-desc{color:#475569;margin:0 0 .75rem;font-family:Inter,sans-serif;font-size:.82rem;line-height:1.55}.funnel-stage-bullets{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.funnel-stage-bullets li{color:#1e293b;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;display:flex}.funnel-autoplay-resume{color:#132c54;cursor:pointer;background:#132c540f;border:1px solid #132c541a;border-radius:8px;margin-top:2rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s}.funnel-autoplay-resume:hover{color:#fff;background:#132c54}.funnel-visual-panel{flex:.9;justify-content:center;align-items:center;display:flex;position:relative}.funnel-svg-wrapper{width:100%;max-width:395px}.funnel-stacked-blocks-svg{width:100%;height:auto;overflow:visible}.face{stroke-linejoin:round;stroke-linecap:round;transition:all .4s cubic-bezier(.25,1,.5,1)}.face-top{fill:#fdfdfd;stroke:#e2e8f0;stroke-width:1.5px}.face-left{fill:#f1f5f9;stroke:#cbd5e1;stroke-width:1.5px}.face-right{fill:#e2e8f0;stroke:#94a3b8;stroke-width:1.5px}.block-label{fill:#64748b;text-anchor:middle;pointer-events:none;opacity:.7;font-family:Outfit,sans-serif;font-size:10px;font-weight:800;transition:all .4s}.funnel-block-group.active .face-top{fill:#fff;stroke:#3b82f6;stroke-width:2.5px}.funnel-block-group.active .face-left{fill:#eff6ff;stroke:#3b82f6;stroke-width:2.5px}.funnel-block-group.active .face-right{fill:#dbeafe;stroke:#3b82f6;stroke-width:2.5px}.funnel-block-group.active .block-label{fill:#1e40af;opacity:1;font-weight:900}.funnel-block-group{transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.funnel-block-group.active{transform:translateY(-12px)}.funnel-deal-closed-panel{pointer-events:none}.deal-panel-bg{fill:#3b82f608;stroke:#3b82f6;stroke-width:1.8px;stroke-dasharray:4 4;opacity:.18;stroke-linejoin:round;transition:all .4s cubic-bezier(.25,1,.5,1)}.deal-panel-text{fill:#3b82f6;text-anchor:middle;opacity:.18;letter-spacing:.04em;font-family:Outfit,sans-serif;font-size:7.5px;font-weight:900;transition:all .4s cubic-bezier(.25,1,.5,1)}.projection-dashed-line{stroke:#3b82f6;stroke-width:1.5px;stroke-dasharray:3 3;opacity:.18;transition:all .4s cubic-bezier(.25,1,.5,1)}.funnel-deal-closed-panel.active .deal-panel-bg{fill:#3b82f61f;stroke:#3b82f6;stroke-width:2.5px;stroke-dasharray:none;opacity:1;filter:url(#funnel-glow)}.funnel-deal-closed-panel.active .deal-panel-text{fill:#1e3a8a;opacity:1;text-shadow:0 2px 4px #3b82f633;font-weight:950}.funnel-deal-closed-panel.active .projection-dashed-line{stroke:#3b82f6;stroke-width:2px;opacity:.7}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.animate-slide-down{animation:.3s cubic-bezier(.25,1,.5,1) forwards slideDown}.cube-dashed-line{stroke:#94a3b859;stroke-width:1.2px;stroke-dasharray:2.5 2.5;pointer-events:none;transition:stroke .4s}.funnel-block-group.active .cube-dashed-line{stroke:#3b82f68c}.face-top-inset{transition:stroke .4s,opacity .4s}@media (max-width:992px){.funnel-section-container{flex-direction:column;gap:2rem;padding:2rem 1.5rem}.funnel-content-panel{width:100%}.funnel-visual-panel{width:100%;margin-top:1rem}}@media (max-width:768px){.funnel-section-wrapper{padding:4rem 1.25rem}.funnel-section-container{border-radius:20px;width:100%;padding:2rem 1.5rem}}
.deploy-section-wrapper{z-index:10;background-color:#fff;width:100%;padding:6rem 0 2rem;position:relative}.deploy-section-container{background-color:#fff;width:calc(100% - 4rem);max-width:1250px;margin:0 auto;padding:0 1rem}.deploy-section-header{text-align:center;margin-bottom:4rem}.deploy-eyebrow{letter-spacing:.18em;color:#132c54;text-transform:uppercase;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:700}.deploy-section-header h2{letter-spacing:-.04em;color:#0f172a;margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:clamp(2.25rem,4vw,3.25rem);font-weight:850;line-height:1.1}.deploy-section-header h2 span{color:#132c54}.deploy-section-header p{color:#64748b;max-width:650px;margin:0 auto;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.6}.deploy-flex-layout{align-items:stretch;gap:4rem;margin-bottom:5rem;display:flex}.deploy-tabs-column{flex-direction:column;flex:1;justify-content:center;gap:1.25rem;display:flex}.deploy-tab-item{cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;align-items:flex-start;gap:1.25rem;padding:1.5rem;transition:all .3s cubic-bezier(.25,1,.5,1);display:flex}.deploy-tab-item:hover{background:#f1f5f9;border-color:#cbd5e1}.deploy-tab-item.active{background:#fff;border-color:#132c54;transform:translateY(-2px);box-shadow:0 12px 32px #132c5414}.tab-icon-box{color:#132c54;-webkit-backdrop-filter:blur(8px);background:#fff6;border:1.5px solid #132c541f;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.25,1,.5,1);display:flex;box-shadow:inset 0 2px 4px #ffffff80,0 4px 12px #132c5405}.tab-icon-svg{transition:all .3s}.deploy-tab-item.active .tab-icon-box{color:#132c54;background:#132c540d;border-color:#132c54;box-shadow:inset 0 2px 4px #ffffff4d,0 0 16px #132c5414}.deploy-tab-item.active .tab-icon-box .tab-icon-svg{filter:drop-shadow(0 2px 8px #132c5433);transform:scale(1.1)}.tab-text-box h4{color:#1e293b;margin:0 0 .4rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:750;transition:color .3s}.deploy-tab-item.active .tab-text-box h4{color:#132c54}.tab-text-box p{color:#64748b;margin:0;font-family:Inter,sans-serif;font-size:.88rem;line-height:1.5}.deploy-mockup-column{flex:1.1;align-items:center;display:flex}.mockup-window-frame{background:#fff;border:2px solid #e2e8f0;border-radius:20px;flex-direction:column;width:100%;height:380px;display:flex;overflow:hidden;box-shadow:0 30px 80px #0f172a14}.mockup-window-header{background:#f8fafc;border-bottom:1.5px solid #e2e8f0;align-items:center;gap:.5rem;padding:.85rem 1.25rem;display:flex;position:relative}.mockup-window-dot{border-radius:50%;width:10px;height:10px}.mockup-window-dot.red{background:#ff5f56}.mockup-window-dot.yellow{background:#ffbd2e}.mockup-window-dot.green{background:#27c93f}.mockup-window-address{color:#94a3b8;white-space:nowrap;pointer-events:none;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.25rem 2rem;font-family:Inter,sans-serif;font-size:.75rem;position:absolute;left:50%;transform:translate(-50%)}.mockup-window-body{background:#fff;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.mockup-view-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.csv-view{flex-direction:column}.csv-drop-box{text-align:center;background:#fafafa;border:2px dashed #cbd5e1;border-radius:16px;width:100%;max-width:320px;padding:2rem 1.5rem}.csv-icon-glow{margin-bottom:.75rem;font-size:2.25rem}.csv-drop-box h5{color:#1e293b;margin:0 0 .25rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700}.csv-size{color:#94a3b8;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.75rem;display:block}.csv-progress-container{background:#e2e8f0;border-radius:10px;width:100%;height:6px;margin-bottom:.5rem;overflow:hidden}.csv-progress-bar{background:#10b981;border-radius:10px;height:100%;transition:width .2s linear}.csv-progress-labels{color:#64748b;justify-content:space-between;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;display:flex}.crm-sync-grid{justify-content:space-between;align-items:center;gap:1.5rem;width:100%;max-width:380px;display:flex}.crm-node-box{text-align:center;background:#fff;border:2px solid #e2e8f0;border-radius:16px;flex-direction:column;flex:1;gap:.5rem;padding:1.25rem 1rem;display:flex;box-shadow:0 10px 25px #0f172a08}.crm-logo-mock{color:#f97316;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:850}.crm-logo-mock.blue{color:#132c54}.crm-node-status{color:#10b981;background:#ecfdf5;border-radius:6px;padding:.2rem .5rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:700;display:inline-block}.crm-sync-center{flex-direction:column;flex:.8;align-items:center;gap:.5rem;display:flex}.crm-sync-arrow-box{background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.sync-spin-icon{color:#3b82f6;font-size:1.2rem;display:inline-block}.sync-spin-icon.spin{animation:1.5s linear infinite crm-spin}@keyframes crm-spin{to{transform:rotate(360deg)}}.sync-lbl-text{color:#64748b;text-align:center;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600}.linkedin-view{flex-direction:column;justify-content:flex-start;align-items:stretch;height:100%}.linkedin-mock-header{border-bottom:1.5px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.li-search-pill{color:#0284c7;background:#e0f2fe;border-radius:100px;padding:.35rem .75rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700}.li-counter{color:#64748b;font-family:Inter,sans-serif;font-size:.75rem}.li-counter strong{color:#0f172a}.linkedin-profiles-list{flex-direction:column;flex:1;gap:.75rem;display:flex;overflow-y:auto}.li-profile-row{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;align-items:center;gap:.85rem;padding:.65rem .85rem;display:flex}.li-prof-avatar{background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;display:flex}.li-prof-details{flex:1}.li-prof-details h6{color:#1e293b;margin:0;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700}.li-prof-details p{color:#64748b;margin:0;font-family:Inter,sans-serif;font-size:.72rem}.li-prof-badge{border-radius:6px;padding:.18rem .5rem;font-family:Inter,sans-serif;font-size:.65rem;font-weight:700}.li-prof-badge.importing\.\.\.{color:#d97706;background:#fef3c7}.li-prof-badge.verified{color:#059669;background:#d1fae5}.deploy-bottom-cards{border-top:1.5px solid #f1f5f9;grid-template-columns:repeat(2,1fr);gap:2rem;padding-top:4rem;display:grid}.deploy-info-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;align-items:flex-start;padding:2.5rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #00000005}.deploy-info-card:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0000000d}.info-card-icon{color:#132c54;background:#132c540d;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.deploy-info-card h4{color:#132c54;margin:0 0 .85rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.deploy-info-card p{color:#64748b;margin:0;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6}@keyframes deployFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:.35s forwards deployFadeIn}@media (max-width:992px){.deploy-flex-layout{flex-direction:column;gap:3rem}.deploy-mockup-column{justify-content:center;width:100%}}@media (max-width:768px){.deploy-section-wrapper{padding:4rem 1.25rem}.deploy-bottom-cards{grid-template-columns:1fr;gap:1.5rem;padding-top:3rem}.deploy-info-card{padding:2rem}}
*{box-sizing:border-box;margin:0;padding:0}.phone-container{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background:#0f172a;border:1px solid #1e293b;border-radius:28px;width:100%;max-width:420px;padding:24px;font-family:Outfit,sans-serif;box-shadow:0 20px 60px #0006}.pd-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.pd-header h1{color:#fff;margin:0;font-size:22px;font-weight:700;letter-spacing:normal!important}.time-filter{color:#cbd5e1;cursor:pointer;background:#111827;border:1px solid #1e293b;border-radius:12px;padding:8px 12px;font-size:12px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.stat-card{background:#111827;border:1px solid #1e293b;border-radius:16px;padding:12px}.channel-tag{color:#94a3b8;align-items:center;gap:6px;margin-bottom:10px;font-size:12px;display:flex}.dot{border-radius:50%;width:8px;height:8px;display:inline-block}.dot.email{background:#d9f99d}.dot.linkedin{background:#38bdf8}.dot.sms{background:#fb923c}.stat-value{font-size:22px;font-weight:700}.stat-label{color:#94a3b8;margin-top:4px;font-size:12px}.trend{color:#22c55e;margin-top:8px;font-size:12px}.replies-section{margin-bottom:20px}.replies-title{color:#94a3b8;margin-bottom:10px;font-size:14px}.replies-row{justify-content:space-between;align-items:center;display:flex}.replies-count{font-size:34px;font-weight:700}.badge{color:#22c55e;background:#22c55e1f;border-radius:999px;padding:8px 12px;font-size:12px}.chart-container{background:#111827;border:1px solid #1e293b;border-radius:18px;height:180px;margin-bottom:20px;padding:15px}.chart-svg{width:100%;height:100%}.bottom-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.metric-box{text-align:center;background:#111827;border:1px solid #1e293b;border-radius:16px;padding:16px 10px}.metric-num{font-size:22px;font-weight:700}.metric-name{color:#94a3b8;margin-top:5px;font-size:12px}.contribution-card{background:#111827;border:1px solid #1e293b;border-radius:16px;padding:16px}.contribution-header{justify-content:space-between;margin-bottom:12px;display:flex}.contribution-label{color:#cbd5e1;font-size:14px}.contribution-value{color:#d9f99d;font-weight:600}.progress-bar-bg{background:#1e293b;border-radius:999px;height:10px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#d9f99d,#38bdf8,#fb923c);border-radius:999px;width:100%;height:100%}@media (max-width:480px){.phone-container{border-radius:20px;padding:18px}.stats-grid,.bottom-grid{grid-template-columns:1fr}.pd-header,.replies-row{flex-direction:column;align-items:flex-start;gap:10px}}
.cta-section{background-color:#fff;justify-content:center;width:100%;padding:40px 20px 100px;display:flex}.cta-container{text-align:center;background-color:#0d0f14;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-position:50%;background-size:40px 40px;border-radius:40px;flex-direction:column;align-items:center;width:100%;max-width:1280px;padding:80px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014}.cta-heading{color:#fff;letter-spacing:-.02em;z-index:2;margin:0 0 1.25rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;position:relative}.cta-description{color:#8b9bb4;z-index:2;max-width:580px;margin:0 0 2.5rem;font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.6;position:relative}.cta-button{color:#fff;cursor:pointer;z-index:2;background-color:#2e3545;border:1px solid #ffffff14;border-radius:999px;padding:14px 36px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block;position:relative;box-shadow:inset 0 1px #ffffff0d,0 4px 12px #0003}.cta-button:hover{background-color:#3b4356;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff1a,0 6px 16px #0000004d}@media (max-width:768px){.cta-container{border-radius:24px;padding:60px 24px}}
.faq-section{background:#f7f6f2;width:100%;font-family:DM Sans,sans-serif}.faq-container{gap:120px;max-width:1240px;margin:0 auto;padding:110px 32px;display:flex}.faq-left{flex-direction:column;flex:0 0 38%;display:flex}.faq-eyebrow{letter-spacing:.12em;color:#5078f2;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:700}.faq-heading{letter-spacing:-.04em;color:#151b2d;margin:0 0 24px;font-family:Outfit,sans-serif;font-size:clamp(38px,4vw,58px);font-weight:650;line-height:1.03}.faq-support-text{color:#556176;margin:0 0 12px;font-size:16px;line-height:1.6}.faq-support-subtext{color:#556176;margin:0 0 40px;font-size:15px}.faq-support-link{color:#5078f2;border-bottom:1px solid #5078f2;font-weight:500;text-decoration:none;transition:opacity .2s}.faq-support-link:hover{opacity:.8}.faq-support-card{background:#fffffff5;border:1px solid #0c162c14;border-radius:22px;padding:28px;transition:transform .2s,box-shadow .2s;box-shadow:0 14px 30px #0c162c1a}.faq-support-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px #0c162c1f}.faq-card-heading{color:#151b2d;margin:0 0 12px;font-family:Outfit,sans-serif;font-size:20px;font-weight:650;line-height:1.3}.faq-card-desc{color:#556176;margin:0 0 24px;font-size:14px;line-height:1.6}.faq-card-btn{color:#fdfdfe;cursor:pointer;background:#070b17;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.faq-card-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #070b1726}.faq-right{flex:0 0 54%}.faq-list{flex-direction:column;display:flex}.faq-item{background:0 0;border-bottom:1px solid #0c162c1f;padding:26px 0;transition:background .2s,padding .2s,margin .2s,border-color .2s}.faq-item.is-open{background:#5078f209;border-bottom-color:#0000;border-radius:12px;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.faq-question{cursor:pointer;text-align:left;color:#151b2d;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0;font-family:DM Sans,sans-serif;font-size:16px;font-weight:650;transition:color .2s;display:flex}.faq-item.is-open .faq-question{color:#5078f2}.faq-chevron{color:#7a8495;flex-shrink:0;margin-left:16px;transition:transform .18s}.faq-item.is-open .faq-chevron{transform:rotate(180deg)}.faq-answer-wrapper{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .22s,opacity .22s;display:grid}.faq-item.is-open .faq-answer-wrapper{opacity:1;grid-template-rows:1fr}.faq-answer-inner{overflow:hidden}.faq-answer{color:#556176;max-width:92%;margin:0;padding-top:14px;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.7}@media (max-width:900px){.faq-container{gap:60px}.faq-left,.faq-right{flex:0 0 45%}}@media (max-width:768px){.faq-container{flex-direction:column;gap:48px;padding:80px 24px}.faq-heading{font-size:clamp(36px,8vw,42px)}.faq-question{padding:12px 0;font-size:15px}.faq-item{padding:14px 0}.faq-support-card{width:100%}.faq-left,.faq-right{flex:100%}}@media (prefers-reduced-motion:reduce){.faq-chevron,.faq-answer-wrapper,.faq-support-card,.faq-card-btn,.faq-item{transition:none!important}}
