#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-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%;position:relative}.import-enrichment-scroll-container{width:100%;height:380vh;position:relative}.import-enrichment-sticky-frame{justify-content:center;align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.ie-sticky-content-grid{grid-template-columns:1.15fr 1fr;align-items:stretch;gap:5rem;width:100%;max-width:1300px;margin:0 auto;padding:0 2rem;display:grid}.ie-left-sticky-column{flex-direction:column;flex:1;justify-content:center;gap:2.5rem;display:flex}.import-enrichment-header-section{text-align:left;width:100%;margin:0}.import-enrichment-header-section h3{color:#213856;letter-spacing:-.03em;margin:0;font-family:Outfit,sans-serif;font-size:clamp(1.4rem,2vw,1.6rem);font-weight:650;line-height:1.15}.import-enrichment-header-section h3 span{color:#213856}.ie-left-stepper-column{align-items:stretch;width:100%;display:flex;position:relative}.ie-accordion-list{flex-direction:column;flex:1;display:flex;position:relative}.ie-accordion-item{opacity:0;pointer-events:none;align-items:stretch;gap:2rem;max-height:0;margin-bottom:0;transition:max-height .6s cubic-bezier(.25,1,.5,1),opacity .6s cubic-bezier(.25,1,.5,1),margin .6s cubic-bezier(.25,1,.5,1);display:flex;overflow:hidden}.ie-accordion-item.is-visible{opacity:.25;pointer-events:auto;max-height:50px;margin-bottom:1.5rem}.ie-accordion-item.is-active{opacity:1;pointer-events:auto;max-height:550px;margin-bottom:1.5rem}.ie-item-timeline-wrapper{flex-direction:column;align-self:stretch;align-items:center;width:16px;display:flex;position:relative}.ie-item-dot{z-index:3;background-color:#cbd5e1;border-radius:50%;width:8px;height:8px;margin-top:10px;transition:background-color .3s,box-shadow .3s}.ie-item-dot.is-active{background-color:#3b82f6;box-shadow:0 0 8px #3b82f680}.ie-item-line-bg{z-index:1;background-color:#f1f5f9;border-radius:4px;width:3px;position:absolute;top:18px;bottom:0}.ie-item-line-fill{z-index:2;background-color:#3b82f6;border-radius:4px;width:3.5px;transition:none;position:absolute;top:18px}.ie-accordion-content-side{flex-direction:column;flex:1;display:flex}.ie-accordion-header{cursor:pointer;align-items:center;display:flex}.ie-accordion-num{color:#94a3b8;-webkit-user-select:none;user-select:none;font-family:Outfit,sans-serif;font-size:1.45rem;font-weight:800;transition:color .4s,font-size .4s}.ie-accordion-item.is-active .ie-accordion-num{color:#3b82f6;font-size:1.75rem}.ie-accordion-content{opacity:0;pointer-events:none;grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.25,1,.5,1),opacity .4s;display:grid}.ie-accordion-content.expanded{opacity:1;pointer-events:auto;grid-template-rows:1fr;margin-top:1rem;margin-bottom:.5rem}.ie-accordion-inner{overflow:hidden}.ie-accordion-title{color:#213856;letter-spacing:-.02em;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:650;line-height:1.25}.ie-accordion-desc{color:#475569;margin:0 0 1.5rem;font-size:.98rem;line-height:1.6}.ie-learn-more-btn{color:#334155;cursor:pointer;background-color:#0000;border:1.5px solid #e2e8f0;border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .25s}.ie-learn-more-btn:hover{color:#213856;background-color:#f8fafc;border-color:#cbd5e1}.ie-right-visual-column{background-color:#2b60f5;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:580px;padding:4.5rem 3.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 35px 70px #2b60f53d}.ie-images-viewport{width:100%;height:400px;position:relative;overflow:hidden}.ie-images-strip{flex-direction:column;width:100%;transition:transform .8s cubic-bezier(.16,1,.3,1);display:flex}.ie-image-slide{opacity:.3;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:400px;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);display:flex;transform:scale(.95)}.ie-image-slide.active{opacity:1;transform:scale(1)}.ie-mockup-image{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;background-color:#fff;border:1px solid #0000000d;border-radius:18px;width:100%;max-width:485px;height:auto;max-height:380px;box-shadow:0 16px 40px #0000001f}.ie-blue-card-dots{z-index:12;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.ie-blue-dot{cursor:pointer;background-color:#fff6;border-radius:50%;width:6px;height:6px;transition:all .35s cubic-bezier(.25,1,.5,1)}.ie-blue-dot.active{background-color:#fff;border-radius:4px;width:18px}@media (max-width:1024px){.ie-sticky-content-grid{gap:3rem}}@media (max-width:768px){.import-enrichment-scroll-container{height:auto!important}.import-enrichment-sticky-frame{height:auto;padding:3rem 1.5rem;position:relative}.ie-sticky-content-grid{grid-template-columns:1fr;gap:3.5rem;padding:0}.ie-left-sticky-column{gap:2rem}.import-enrichment-header-section{padding:0}.ie-item-timeline-wrapper{display:none}.ie-left-stepper-column{flex-direction:column;min-height:auto}.ie-accordion-list{gap:2rem}.ie-accordion-item{gap:0;opacity:1!important;max-height:none!important;margin-bottom:0!important}.ie-accordion-content{flex-direction:column;margin-top:.75rem;display:flex;opacity:1!important;grid-template-rows:1fr!important}.ie-accordion-num{color:#3b82f6!important;font-size:1.5rem!important}.ie-accordion-title{font-size:1.45rem}.ie-right-visual-column{display:none}}
.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{text-align:left;border-radius:16px;padding:.75rem 1rem;font-size:.88rem;font-weight:400;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:auto hidden}.flow-canvas-grid{width:100%;min-width:700px;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 1.2s ease-in-out,stroke-width 1.2s ease-in-out}.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;animation:.8s linear infinite lineFlowPulse}@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 1.2s ease-in-out;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:600px){.ab-title-campaign{display:none}.ab-window-header{padding:1rem}}@media (max-width:1024px){.ab-window-body{flex-direction:column;height:auto}.ab-chat-panel{border-bottom:2px 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;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0 0 .25rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;overflow:hidden}.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}}
.speed-scale-wrapper{color:#fff;background-color:#000;align-items:center;min-height:800px;padding:100px 32px 140px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow:hidden}.speed-scale-container{z-index:2;flex-direction:column;width:100%;max-width:1320px;margin:0 auto;display:flex;position:relative}.speed-scale-header{z-index:20;max-width:540px;margin-bottom:20px;margin-left:100px;position:relative}.speed-scale-title{letter-spacing:-.03em;color:#fff;margin:0 0 24px;font-size:clamp(40px,4.8vw,62px);font-weight:700;line-height:1.08}.speed-scale-title .title-line{display:block}.speed-scale-desc{color:#8e95a5;max-width:440px;margin:0;font-size:16px;font-weight:400;line-height:1.65}.speed-scale-stage{justify-content:flex-end;align-items:center;width:100%;height:640px;margin-top:-40px;display:flex;position:relative}.speed-scale-3d-group{width:1020px;height:640px;transform-style:preserve-3d;transform-origin:35% 25%;justify-content:center;align-items:center;display:flex;position:relative;transform:perspective(1400px)rotateX(36deg)rotateY(0)rotate(-24deg)skew(-6deg)}.isometric-card{-webkit-mask-composite:source-in;background:#0d0e12;border:1px solid #ffffff14;border-radius:16px;width:1000px;height:620px;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s;position:absolute;overflow:hidden;box-shadow:0 45px 120px #000000f2;-webkit-mask-image:linear-gradient(90deg,#000 0% 48%,#0009 72%,#0000 94%),linear-gradient(#000 0% 35%,#0006 62%,#0000 88%);mask-image:linear-gradient(90deg,#000 0% 48%,#0009 72%,#0000 94%),linear-gradient(#000 0% 35%,#0006 62%,#0000 88%);-webkit-mask-composite:source-in;mask-composite:intersect}.isometric-image{-o-object-fit:cover;object-fit:cover;-o-object-position:top left;object-position:top left;width:100%;height:100%;display:block}.layer-back{z-index:1;opacity:.55;transform:translate3d(-70px,55px,-50px)}.layer-front{z-index:10;opacity:1;transform:translate(0,0)}.isometric-spotlight-beam{pointer-events:none;mix-blend-mode:overlay;background:linear-gradient(115deg,#0000 20%,#ffffff0a 34%,#ffffff5c 45%,#ffffff0f 56%,#0000 72%);position:absolute;inset:0}.speed-scale-bottom-fade{pointer-events:none;z-index:25;background:linear-gradient(#0000 0%,#0006 15%,#000000d9 40%,#000 65% 100%);height:500px;position:absolute;bottom:0;left:0;right:0}@media (max-width:1200px){.speed-scale-header{margin-left:40px}.speed-scale-stage{justify-content:center;height:560px;margin-top:-60px}.speed-scale-3d-group{width:820px;height:520px}.isometric-card{width:780px;height:490px}}@media (max-width:900px){.speed-scale-wrapper{min-height:auto;padding:80px 20px 100px}.speed-scale-header{margin-left:0}.speed-scale-stage{justify-content:center;height:460px;margin-top:20px}.speed-scale-3d-group{width:680px;height:440px;transform:rotateX(40deg)rotateY(0)rotate(-30deg)}.isometric-card{width:640px;height:400px}}@media (max-width:640px){.speed-scale-header{max-width:100%;margin-bottom:30px;margin-left:0}.speed-scale-stage{height:320px;margin-top:0}.speed-scale-3d-group{width:100%;height:100%;transform:none!important}.isometric-card{width:100%;height:260px;position:relative;box-shadow:0 10px 30px #000c;-webkit-mask-image:none;mask-image:none;transform:none!important}.layer-back{display:none}}
.native-tools-wrapper{color:#fff;background-color:#0b0a0b;padding:60px 24px 80px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.native-tools-container{z-index:2;max-width:1180px;margin:0 auto;position:relative}.native-tools-card{background:#000;border:1px solid #ffffff14;border-radius:28px;padding:48px;position:relative;overflow:hidden;box-shadow:0 30px 80px -20px #000000e6,inset 0 1px 1px #ffffff14}.native-tools-header{z-index:3;margin-bottom:36px;position:relative}.native-tools-title-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.native-tools-sparkle{color:#a5b4fc;justify-content:center;align-items:center;display:flex}.native-tools-title{letter-spacing:-.01em;color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:clamp(20px,2.2vw,26px);font-weight:600}.native-tools-desc{color:#94a3b8;max-width:680px;margin:0;font-size:14px;line-height:1.6}.native-tools-canvas{background:#000;border-radius:18px;justify-content:center;align-items:center;width:100%;height:340px;margin-bottom:30px;display:flex;position:relative;overflow:hidden}.canvas-dot-grid{pointer-events:none;background-image:radial-gradient(#ffffff24 1.2px,#0000 1.2px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(85% 70%,#000 60%,#0000 100%);mask-image:radial-gradient(85% 70%,#000 60%,#0000 100%)}.flow-diagram-stage{width:100%;max-width:960px;height:320px;position:relative}.flow-svg-layer{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.animated-flow-line{stroke-dasharray:4 4;animation:25s linear infinite flowPulse}@keyframes flowPulse{to{stroke-dashoffset:-1000px}}.flow-left-triggers{z-index:3;flex-direction:column;justify-content:space-between;padding:70px 0;display:flex;position:absolute;top:0;bottom:0;left:30px}.flow-trigger-item{color:#cbd5e1;cursor:default;background:0 0;border:none;align-items:center;gap:10px;padding:0;font-size:13.5px;font-weight:500;transition:color .2s;display:flex}.flow-trigger-item:hover{color:#fff}.flow-trigger-icon{color:#94a3b8;flex-shrink:0;width:16px;height:16px}.flow-center-hub{z-index:3;position:absolute;top:132px;left:434px}.hub-box{background:#111113;border:1px solid #ffffff29;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .3s,border-color .3s;display:flex;box-shadow:0 10px 30px #000000e6,0 0 20px #ffffff0d}.hub-box:hover{border-color:#ffffff4d;transform:scale(1.05)}.hub-cubes-mark{width:18px;height:18px;position:relative}.hub-dot{background:#fff;border-radius:1.5px;width:7px;height:7px;position:absolute}.hub-dot-1{top:1px;left:1px}.hub-dot-2{bottom:1px;right:1px}.flow-connected-pill{z-index:3;color:#fff;letter-spacing:.02em;background:#0052cc;border:1px solid #3b82f6;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:600;position:absolute;top:145px;left:640px;box-shadow:0 0 16px #3b82f659}.flow-right-network{pointer-events:none;z-index:3;position:absolute;inset:0}.network-node{color:#fff;pointer-events:auto;background:#111113;border:1px solid #ffffff24;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .25s,border-color .25s;display:flex;position:absolute;box-shadow:0 8px 24px #000c}.network-node:hover{border-color:#ffffff59;transform:scale(1.1)}.node-notion{top:58px;left:653px}.node-linear{top:218px;left:653px}.node-slack{top:138px;left:770px}.node-bolt{background:#111113;top:48px;left:770px}.node-openai{top:138px;left:870px}.native-tools-features{border-top:1px solid #ffffff0f;grid-template-columns:repeat(3,1fr);gap:36px;padding-top:36px;display:grid}.native-feature-col{flex-direction:column;gap:10px;display:flex}.native-feature-title{color:#f1f5f9;align-items:center;gap:10px;margin:0;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;display:flex}.native-feature-icon{color:#94a3b8;width:18px;height:18px}.native-feature-desc{color:#808899;margin:0;font-size:13.5px;line-height:1.6}@media (max-width:1024px){.native-tools-canvas{justify-content:flex-start;overflow-x:auto}.flow-diagram-stage{min-width:960px}}@media (max-width:860px){.native-tools-card{padding:32px 20px}.native-tools-features{grid-template-columns:1fr;gap:28px}}
.deployments-section-wrapper{background-color:#0d0e12;justify-content:center;align-items:center;padding:80px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.deployments-container{width:100%;max-width:1240px}.deployments-outer-card{color:#0f172a;background:#fff;border-radius:40px;padding:80px 54px;box-shadow:0 50px 100px -20px #0000004d}.deployments-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:64px;display:flex}.deployments-focus-box{background:#0c8ce905;border:1px dashed #0c8ce980;margin-bottom:16px;padding:10px 24px;display:inline-block;position:relative}.figma-handle{z-index:2;background:#fff;border:1px solid #0c8ce9;width:6px;height:6px;position:absolute}.fh-tl{top:-4px;left:-4px}.fh-tr{top:-4px;right:-4px}.fh-bl{bottom:-4px;left:-4px}.fh-br{bottom:-4px;right:-4px}.deployments-title{letter-spacing:-.03em;color:#0f172a;margin:0;font-size:clamp(32px,3.8vw,46px);font-weight:700}.deployments-subtitle{color:#64748b;margin:0;font-size:16px;font-weight:400}.deployments-bento-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:900px){.deployments-bento-grid{grid-template-columns:repeat(12,1fr)}.deploy-card-1{grid-column:span 7}.deploy-card-2,.deploy-card-3{grid-column:span 5}.deploy-card-4{grid-column:span 7}}.deploy-bento-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:28px;flex-direction:column;justify-content:space-between;min-height:440px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000003}.deploy-bento-text{z-index:2;padding:36px 40px}.deploy-bento-title{color:#0f172a;letter-spacing:-.01em;margin:0 0 10px;font-size:20px;font-weight:600}.deploy-bento-desc{color:#64748b;max-width:90%;margin:0;font-size:14.5px;line-height:1.6}.deploy-card-1-graphic{justify-content:center;align-items:center;height:240px;margin-top:24px;padding:0 32px;display:flex;position:relative}.connecting-lines-svg{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.deploy-git-card{color:#334155;z-index:1;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:6px;width:190px;padding:18px 22px;font-family:Fira Code,Courier New,Courier,monospace;font-size:13px;display:flex;box-shadow:0 12px 30px #00000008}.git-line{white-space:nowrap;gap:6px;display:flex}.git-cmd{color:#64748b}.git-val{color:#0f172a;font-weight:500}.deploy-logo-circle{z-index:1;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:84px;height:84px;display:flex;box-shadow:0 12px 30px #00000008}.aws-status-text{color:#94a3b8;align-items:center;gap:2px;margin-top:4px;font-size:8px;font-weight:500;display:flex}.aws-spark{color:#eab308}.deploy-card-2-graphic{height:250px;margin-top:auto;position:relative;overflow:hidden}.dashboard-mockup-wrapper{background:#fff;border:none;border-top:1px solid #e2e8f0;border-left:1px solid #e2e8f0;border-top-left-radius:16px;width:130%;height:100%;display:flex;position:absolute;top:0;left:40px;box-shadow:-10px 10px 35px #00000008}.mockup-sidebar{border-right:1px solid #f1f5f9;flex-direction:column;align-items:center;gap:16px;width:55px;padding:16px 8px;display:flex}.sidebar-logo{color:#fff;background:#0f172a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:700;display:flex}.sidebar-menu-item{background:#e2e8f0;border-radius:3px;width:24px;height:6px}.mockup-main{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex}.mockup-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.mockup-title{color:#0f172a;font-size:12px;font-weight:600}.mockup-body-split{grid-template-columns:1.2fr 1fr;gap:16px;display:grid}.card-widget{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:12px}.widget-label{color:#64748b;margin-bottom:4px;font-size:9px}.widget-value{color:#0f172a;font-size:16px;font-weight:700}.donut-chart-wrap{justify-content:center;align-items:center;margin-top:8px;display:flex;position:relative}.donut-center{color:#0f172a;font-size:10px;font-weight:700;position:absolute}.transaction-list{flex-direction:column;gap:8px;display:flex}.transaction-item{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding-bottom:4px;font-size:9px;display:flex}.tx-left{align-items:center;gap:6px;display:flex}.tx-dot{background:#f1f5f9;border-radius:4px;width:14px;height:14px}.tx-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:80px;font-weight:500;overflow:hidden}.tx-amount{color:#0f172a;font-weight:600}.deploy-card-3-graphic{justify-content:center;align-items:flex-end;height:250px;display:flex;position:relative;overflow:hidden}.globe-sphere{background:radial-gradient(circle at 50% 20%,#172554 0%,#020617 75%);border:1.5px solid #38bdf873;border-radius:50%;justify-content:center;align-items:center;width:420px;height:420px;display:flex;position:absolute;bottom:-210px;box-shadow:0 -30px 60px -10px #38bdf859,inset 0 25px 50px #38bdf833}.globe-grid-lines{opacity:.85;background-image:radial-gradient(#38bdf866 1px,#0000 1.5px);background-size:16px 16px;border-radius:50%;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 30%,#000 35%,#0000 80%);mask-image:radial-gradient(circle at 50% 30%,#000 35%,#0000 80%)}.deploy-card-4-graphic{height:250px;margin-top:auto;position:relative;overflow:hidden}.wide-dashboard-mockup{background:#fff;border:1px solid #e2e8f0;border-bottom:none;border-top-left-radius:16px;border-top-right-radius:16px;width:calc(100% - 80px);height:100%;display:flex;position:absolute;top:0;left:40px;box-shadow:0 -10px 35px #00000008}@media (max-width:900px){.deployments-outer-card{border-radius:28px;padding:48px 24px}.deploy-bento-card{min-height:auto}.deploy-card-1-graphic{flex-direction:column;gap:16px;height:auto;padding:24px}.connecting-lines-svg{display:none}.dashboard-mockup-wrapper,.wide-dashboard-mockup{width:100%;left:20px}}
.social-auto-wrapper{color:#fff;background-color:#050507;padding:100px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.social-auto-wrapper:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle,#38bdf80d 0%,#0000 70%);width:600px;height:350px;position:absolute;top:0;left:50%;transform:translate(-50%)}.social-auto-container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.social-auto-header{text-align:center;max-width:680px;margin:0 auto 64px}.social-auto-title{letter-spacing:-.025em;color:#fff;margin:0 0 16px;font-size:clamp(32px,4vw,48px);font-weight:700}.social-auto-subtitle{color:#808694;margin:0;font-size:15.5px;font-weight:400;line-height:1.6}.social-auto-bento-layout{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.card-platforms{grid-column:span 2}.card-analytics,.card-integrated-ai,.card-easy-collab,.card-audience{grid-column:span 1}.social-bento-card{background:#0b0c0e;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:360px;padding:34px;transition:border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000040}.social-bento-card:hover{border-color:#ffffff1f;box-shadow:0 15px 40px #0006}.social-card-text-top{z-index:2;margin-bottom:24px;position:relative}.social-card-text-bot{z-index:2;margin-top:auto;position:relative}.social-card-title{color:#fff;letter-spacing:-.015em;margin:0 0 10px;font-size:18px;font-weight:600}.social-card-desc{color:#808694;max-width:90%;margin:0;font-size:13.5px;line-height:1.6}.social-platforms-stage{flex-direction:column;justify-content:center;gap:12px;height:155px;margin-top:10px;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000);mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000)}.social-grid-connector{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.social-flow-path{animation:20s linear infinite socialDash}@keyframes socialDash{to{stroke-dashoffset:-1000px}}.social-icons-row{z-index:1;gap:12px;width:max-content;display:flex}.row-1{transform:translate(-15px)}.row-2{transform:translate(20px)}.social-app-icon{background:#141519;border:1px solid #ffffff14;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s,border-color .2s;display:flex;box-shadow:0 6px 18px #0009}.social-app-icon:hover{border-color:#fff3;transform:scale(1.08)}.analytics-radar-wrap{justify-content:center;align-items:center;height:150px;display:flex;position:relative}.radar-circle-bg{pointer-events:none;border:1px solid #ffffff08;border-radius:50%;width:130px;height:130px;position:absolute}.radar-dashed-axis{pointer-events:none;border-left:1px dashed #ffffff12;width:1px;position:absolute;top:10px;bottom:10px;left:50%}.analytics-vector-curve{z-index:1;width:100%;height:100%;position:relative}.analytics-node-apex{z-index:3;position:absolute;top:48px;left:50%;transform:translate(-50%,-50%)}.analytics-apex-dot{background:#fff;border:2px solid #38bdf8;border-radius:50%;width:9px;height:9px;box-shadow:0 0 12px #38bdf8}.analytics-badge-tooltip{white-space:nowrap;background:#16171b;border:1px solid #ffffff1f;border-radius:999px;padding:3px 10px;position:absolute;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #0009}.analytics-badge-tooltip span{color:#94a3b8;font-size:10.5px;font-weight:500}.analytics-blue-cursor{pointer-events:none;position:absolute;top:8px;left:6px}.ai-carousel-wrap{justify-content:center;align-items:center;gap:12px;height:140px;display:flex;position:relative}.ai-ambient-particles{pointer-events:none;background:radial-gradient(80px,#ffffff0f 0%,#0000 70%);position:absolute;inset:0}.ai-logo-node{background:#121316;border:1px solid #ffffff0f;border-radius:50%;justify-content:center;align-items:center;transition:transform .25s;display:flex;box-shadow:0 4px 14px #00000080}.node-claude{opacity:.25;width:34px;height:34px;transform:scale(.85)}.claude-letter{color:#d97706;font-size:13px;font-weight:700}.node-robot{opacity:.5;color:#94a3b8;width:40px;height:40px}.node-openai-main{color:#000;z-index:2;background:#fff;width:54px;height:54px;transform:scale(1.05);box-shadow:0 0 30px #ffffff40}.node-meta-ai{opacity:.5;width:40px;height:40px}.node-sparkle{opacity:.25;color:#a855f7;width:34px;height:34px;transform:scale(.85)}.collab-stage-wrap{flex-direction:column;justify-content:center;align-items:center;height:140px;display:flex;position:relative}.collab-dot-row{justify-content:center;gap:8px;margin-bottom:10px;display:flex}.dot-ind{background:#ffffff14;border-radius:50%;width:5px;height:5px}.collab-nodes-stack{flex-direction:column;align-items:center;gap:5px;display:flex;position:relative}.collab-item-box{background:#141519;border:1px solid #ffffff12;border-radius:6px;justify-content:center;align-items:center;padding:4px 10px;display:flex;position:relative}.collab-box-text{color:#94a3b8;font-size:10.5px;font-weight:500}.active-cyan-box{border-color:#00d8f6;box-shadow:0 0 16px #00d8f633}.active-cyan-box .collab-box-text{color:#fff}.collab-v-line{background:#ffffff1a;width:1px;height:6px}.collab-pointer-tag{white-space:nowrap;align-items:center;gap:3px;font-size:8.5px;font-weight:600;display:flex;position:absolute;top:50%;right:-72px;transform:translateY(-50%)}.tag-blue{color:#00d8f6}.tag-subtle{color:#64748b}.audience-stage-wrap{flex-direction:column;justify-content:center;align-items:center;gap:8px;height:140px;display:flex;position:relative}.audience-avatar-container{border:1.5px solid #00d8f6;border-radius:12px;width:50px;height:50px;overflow:hidden;box-shadow:0 0 20px #00d8f640}.audience-photo-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.audience-text-meta{text-align:center}.audience-user-name{color:#fff;font-size:13.5px;font-weight:600}.audience-user-stats{color:#64748b;margin-top:1px;font-size:10px}.audience-waveform-box{opacity:.7;width:100%;height:30px}.audience-waveform-svg{width:100%;height:100%}@media (max-width:960px){.social-auto-bento-layout{grid-template-columns:1fr}.card-platforms,.card-analytics,.card-integrated-ai,.card-easy-collab,.card-audience{grid-column:span 1}.social-bento-card{min-height:auto}}
.audit-access-wrapper{color:#fff;background-color:#050507;padding:100px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.audit-access-container{max-width:1200px;margin:0 auto}.audit-access-grid{grid-template-columns:1fr 1fr;gap:48px;margin-bottom:80px;display:grid}.audit-feature-column{flex-direction:column;display:flex}.audit-col-title{color:#fff;letter-spacing:-.02em;margin:0 0 8px;font-size:24px;font-weight:700}.audit-col-desc{color:#808694;margin:0 0 28px;font-size:14px;line-height:1.6}.audit-activity-card{background:#000;border:1px solid #ffffff0d;border-radius:16px;flex-grow:1;margin-bottom:28px;padding:24px;box-shadow:0 20px 50px #00000080}.audit-act-header{color:#f1f5f9;border-bottom:1px solid #ffffff0a;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:16px;font-size:13.5px;font-weight:600;display:flex}.audit-header-icon{color:#3b82f6;width:16px;height:16px}.audit-act-list{flex-direction:column;gap:10px;display:flex}.audit-act-row{background:#ffffff03;border:1px solid #ffffff04;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:12.5px;display:flex}.act-left-block{align-items:center;gap:10px;display:flex}.act-status-bullet{border-radius:50%;width:6px;height:6px}.bullet-info{background:#3b82f6}.bullet-failed{background:#ef4444}.bullet-proc{background:#eab308}.act-log-title{color:#f1f5f9;font-weight:500}.act-badge-status{letter-spacing:.02em;border-radius:4px;padding:2.5px 6px;font-size:9px;font-weight:700}.status-failed{color:#f87171;background:#ef444426;border:1px solid #ef444440}.status-proc{color:#facc15;background:#eab30826;border:1px solid #eab30840}.status-info{color:#64748b;background:#ffffff0a;border:1px solid #ffffff0a}.act-log-description{color:#64748b;text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:11px;overflow:hidden}.roles-cluster-card{background:#000;border:1px solid #ffffff0d;border-radius:16px;flex-grow:1;justify-content:center;align-items:center;margin-bottom:28px;padding:32px;display:flex;position:relative;overflow:hidden}.roles-avatar-grid{justify-content:center;align-items:center;width:280px;height:220px;display:flex;position:relative}.roles-grid-lines-overlay{pointer-events:none;background-image:radial-gradient(#ffffff03 1px,#0000 1px);background-size:14px 14px;border:1px dashed #ffffff05;border-radius:50%;position:absolute;inset:0}.roles-center-logo{z-index:2;background:#16171c;border:1px solid #ffffff14;border-radius:14px;justify-content:center;align-items:center;width:58px;height:58px;display:flex;box-shadow:0 0 25px #ffffff08}.roles-center-logo-svg{color:#fff;width:18px;height:18px}.role-user-avatar{background:#1e293b;border:1.5px solid #ffffff1f;border-radius:12px;width:66px;height:66px;transition:transform .2s,border-color .2s;position:absolute;overflow:hidden;box-shadow:0 10px 25px #0009}.role-user-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.role-user-avatar:hover{z-index:5;border-color:#3b82f6;transform:scale(1.1)}.role-u1{border-color:#3b82f666;top:3px;left:45px}.role-u2{top:3px;right:45px}.role-u3{top:50%;left:10px;transform:translateY(-50%)}.role-u4{top:50%;right:10px;transform:translateY(-50%)}.role-u5{bottom:-5px;left:45px}.role-u6{border-color:#3b82f666;bottom:-5px;right:45px}.sub-feature-item{padding-top:12px}.sub-feature-title{color:#fff;letter-spacing:-.015em;margin:0 0 6px;font-size:18px;font-weight:600}.sub-feature-desc{color:#808694;margin:0;font-size:13.5px;line-height:1.5}.figma-device-window-outline{background:#000;box-shadow:0 40px 100px -25px #000000b3}.audit-showcase-panel{background:#000;border-radius:28px;flex-direction:column;gap:20px;padding:32px;display:flex;position:relative;overflow:hidden}.showcase-card{background:#0c0d0f;border:1px solid #ffffff0a;border-radius:14px;flex-direction:column;justify-content:space-between;padding:20px;display:flex}.sc-card-label{color:#4b5263;text-transform:uppercase;letter-spacing:.06em;font-size:10.5px;font-weight:600}.sc-card-value{color:#fff;letter-spacing:-.02em;margin:6px 0 2px;font-size:22px;font-weight:700}.sc-card-subtext{color:#4b5263;margin:0;font-size:11px;font-weight:500}.sc-section-title{color:#fff;margin-bottom:4px;font-size:13.5px;font-weight:600}.sc-section-desc{color:#4b5263;margin:0 0 16px;font-size:11px}.dash-showcase-row-1{grid-template-columns:1fr 1fr 1fr 1fr;gap:20px;display:grid}.revenue-chart-area{height:40px;margin-top:14px}.showcase-sparkline{width:100%;height:100%}.bar-chart-area{justify-content:space-between;align-items:flex-end;height:40px;margin-top:14px;padding:0 4px;display:flex}.bca-bar{background:#fff;border-radius:2px 2px 0 0;width:10%}.calendar-card{padding:16px}.calendar-header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:11px;font-weight:600;display:flex}.cal-arrow{color:#4b5263;cursor:pointer}.calendar-days-grid{text-align:center;color:#4b5263;grid-template-columns:repeat(7,1fr);gap:4px 0;font-size:9.5px;font-weight:500;display:grid}.calendar-days-grid span{justify-content:center;align-items:center;height:18px;display:flex}.calendar-days-grid span.dim{color:#21252d}.calendar-days-grid span:nth-child(-n+7){color:#fff;font-weight:600}.cal-selected-neutral{color:#fff;background:#18191d;border-radius:50%}.cal-selected-active{color:#000;background:#fff;border-radius:50%;font-weight:700}.move-goal-desc{color:#4b5263;margin:2px 0 14px;font-size:10px}.move-goal-value-selector{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.mg-ctrl-btn{color:#808694;cursor:pointer;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;display:flex}.mg-center-val{text-align:center}.mg-val{color:#fff;font-size:24px;font-weight:700;display:block}.mg-unit{color:#4b5263;letter-spacing:.02em;font-size:7.5px;font-weight:700}.move-chart-area{justify-content:space-between;align-items:flex-end;height:30px;margin-bottom:14px;display:flex}.mca-bar{background:#18191d;border-radius:1px 1px 0 0;width:6%}.mca-bar:nth-child(-n+4){background:#fff}.set-goal-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;width:100%;padding:8px;font-size:11px;font-weight:600}.dash-showcase-row-2{grid-template-columns:1fr 1fr 2fr;gap:20px;display:grid}.team-list{flex-direction:column;gap:12px;display:flex}.team-item{justify-content:space-between;align-items:center;display:flex}.team-item-left{align-items:center;gap:10px;display:flex}.team-avatar-initial{color:#808694;background:#16171c;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:700;display:flex}.team-user-meta{flex-direction:column;display:flex}.tum-name{color:#fff;font-size:11.5px;font-weight:600}.tum-email{color:#4b5263;font-size:10px}.team-dropdown-role{color:#808694;background:#ffffff03;border:1px solid #ffffff0a;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:10px;font-weight:500;display:flex}.dd-arrow{color:#4b5263;font-size:6px}.chat-widget-card{padding:16px}.chat-widget-header{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;display:flex}.chat-hdr-left{align-items:center;gap:8px;display:flex}.chat-user-avatar-dot{color:#fff;background:#16171c;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:9px;font-weight:700;display:flex}.chat-user-header-meta{flex-direction:column;display:flex}.chm-name{color:#fff;font-size:10.5px;font-weight:600}.chm-email{color:#4b5263;font-size:9px}.chat-add-btn{color:#fff;cursor:pointer;background:#16171c;border:1px solid #ffffff0a;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:flex}.chat-bubbles-space{flex-direction:column;flex-grow:1;gap:8px;display:flex}.chat-bubble{border-radius:8px;max-width:85%;padding:6px 10px;font-size:9.5px;line-height:1.4}.chat-bubble.received{color:#fff;background:#131418;border-top-left-radius:2px;align-self:flex-start}.chat-bubble.sent{color:#000;background:#fff;border-top-right-radius:2px;align-self:flex-end;font-weight:500}.chat-input-row{gap:8px;margin-top:12px;display:flex}.chat-input-field{color:#fff;background:#ffffff05;border:1px solid #ffffff0a;border-radius:6px;flex:1;padding:6px 10px;font-size:9.5px}.chat-send-btn{color:#000;background:#fff;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.exercise-dual-charts{height:80px;margin-top:auto}.exercise-vector-waves{width:100%;height:100%}.dash-showcase-row-3{grid-template-columns:1fr 1fr 2fr;gap:20px;display:grid}.cookie-settings-list{flex-direction:column;gap:12px;display:flex}.cookie-row{justify-content:space-between;align-items:center;display:flex}.cookie-meta{flex-direction:column;max-width:80%;display:flex}.cookie-name{color:#fff;font-size:11px;font-weight:600}.cookie-desc{color:#4b5263;margin-top:1px;font-size:9px}.cookie-toggle-switch{cursor:pointer;background:#18191d;border-radius:7px;width:26px;height:14px;padding:1.5px;position:relative}.cookie-toggle-switch.active{background:#fff}.toggle-bullet{background:#000;border-radius:50%;width:11px;height:11px;transition:transform .2s}.cookie-toggle-switch.active .toggle-bullet{background:#000;transform:translate(12px)}.dashboard-bottom-fade-shield{pointer-events:none;z-index:10;background:linear-gradient(#0000 0%,#050507 90%);width:100%;height:180px;position:absolute;bottom:0;left:0}@media (max-width:1024px){.audit-access-grid{grid-template-columns:1fr;gap:40px}.dash-showcase-row-1,.dash-showcase-row-2{grid-template-columns:1fr 1fr}.exercise-minutes-card{grid-column:span 2}.dash-showcase-row-3{grid-template-columns:1fr}}@media (max-width:640px){.dash-showcase-row-1,.dash-showcase-row-2{grid-template-columns:1fr}.exercise-minutes-card{grid-column:span 1}}
.resources-bank-wrapper{color:#fff;background-color:#0b0a0b;padding:80px 24px 130px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.resources-bank-container{z-index:2;max-width:1120px;margin:0 auto}.resources-bank-title{letter-spacing:-.02em;color:#fff;text-align:center;margin:0 0 48px;font-family:Outfit,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700}.resource-featured-card{grid-template-columns:460px 1fr;align-items:center;gap:36px;padding:20px;display:grid}.resource-featured-card:before{content:"";opacity:.5;background:linear-gradient(90deg,#0000,#ffffff40,#0000);height:1px;position:absolute;top:0;left:0;right:0}.resource-image-container{background:#090a0f;border-radius:16px;justify-content:center;align-items:center;width:100%;height:290px;display:flex;position:relative;overflow:hidden}.resource-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.resource-featured-card:hover .resource-image{transform:scale(1.04)}.resource-content{flex-direction:column;justify-content:center;padding:12px 16px 12px 0;display:flex}.resource-title{letter-spacing:-.02em;color:#fff;margin:0 0 14px;font-family:Outfit,sans-serif;font-size:clamp(24px,2.6vw,34px);font-weight:700;line-height:1.2}.resource-desc{color:#94a3b8;max-width:480px;margin:0 0 28px;font-size:clamp(14px,1.1vw,16px);font-weight:400;line-height:1.6}.resource-meta{color:#64748b;align-items:center;gap:10px;margin-top:50px;font-size:13px;display:flex}.resource-avatar-wrap{background:linear-gradient(135deg,#38bdf8,#6366f1,#ec4899);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex;overflow:hidden;box-shadow:0 0 10px #38bdf866}.resource-avatar-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.resource-author{color:#e2e8f0;font-weight:500}.resource-dot{color:#475569}.resource-date{color:#64748b}@media (max-width:860px){.resource-featured-card{grid-template-columns:1fr;gap:24px;padding:16px}.resource-image-container{height:240px}.resource-content{padding:0 8px 12px}}
.tiered-pricing-wrapper{color:#0f172a;background-color:#fff;padding:100px 24px 120px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.tiered-pricing-container{max-width:1200px;margin:0 auto}.tiered-pricing-header{text-align:center;margin-bottom:32px}.tiered-header-sub{color:#718096;letter-spacing:.08em;margin-bottom:12px;font-size:11px;font-weight:700;display:block}.tiered-header-title{color:#0c142c;letter-spacing:-.025em;margin:0;font-size:clamp(32px,4vw,44px);font-weight:700}.tiered-category-tabs{background:#e9f0fe;border-radius:12px;justify-content:center;align-items:center;gap:4px;width:fit-content;margin:0 auto 28px;padding:6px;display:flex}.tiered-tab-btn{color:#4a5568;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 24px;font-size:13.5px;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.tiered-tab-btn.active{color:#0c142c;background:#fff;box-shadow:0 4px 12px #0000000d}.tiered-pill-badge{color:#fff;background:#3b82f6;border-radius:6px;padding:1.5px 6.5px;font-size:9.5px;font-weight:700}.tiered-billing-toggle{color:#4a5568;justify-content:center;align-items:center;gap:24px;margin-bottom:64px;font-size:14px;display:flex}.tiered-toggle-option{cursor:pointer;align-items:center;gap:8px;font-weight:500;transition:color .2s;display:flex}.tiered-toggle-option.active{color:#0c142c;font-weight:700}.tiered-custom-radio{border:1.5px solid #a0aec0;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;transition:border-color .2s;display:flex}.tiered-toggle-option.active .tiered-custom-radio{border-color:#0c142c}.radio-inner-dot{background:#0c142c;border-radius:50%;width:6px;height:6px}.tiered-save-badge{color:#fff;text-transform:capitalize;background:#3b82f6;border-radius:4px;margin-left:4px;padding:3px 10px;font-size:11px;font-weight:700}.tiered-pricing-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:28px;display:grid}.pricing-tier-card{background:0 0;border:none;flex-direction:column;justify-content:space-between;padding:24px 8px;display:flex;position:relative}.tier-card-content{flex-direction:column;display:flex}.pricing-tier-card.featured-dark{color:#fff;z-index:5;background:#0c142c;border-radius:16px;padding:40px 28px;transform:scaleY(1.06)translateY(-4px);box-shadow:0 30px 60px -15px #0c142c40}.tier-name{color:#718096;text-transform:capitalize;margin-bottom:12px;font-size:14px;font-weight:700}.featured-dark .tier-name{color:#a0aec0}.tier-price-row{align-items:baseline;gap:2px;margin-bottom:16px;display:flex}.tier-price{color:#0c142c;font-size:38px;font-weight:700;line-height:1}.featured-dark .tier-price{color:#fff}.tier-period{color:#718096;font-size:14px;font-weight:500}.featured-dark .tier-period{color:#a0aec0}.tier-audience-desc{color:#718096;min-height:40px;margin-bottom:36px;font-size:13px;line-height:1.5}.featured-dark .tier-audience-desc{color:#a0aec0}.tier-feature-list{flex-direction:column;gap:14px;margin:0 0 36px;padding:0;list-style:none;display:flex}.tier-feature-item{color:#2d3748;align-items:flex-start;gap:12px;font-size:13px;font-weight:500;line-height:1.4;display:flex}.featured-dark .tier-feature-item{color:#e2e8f0}.tier-check-icon{color:#fff;background:#334155;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:1px;display:flex}.featured-dark .tier-check-icon{color:#0c142c;background:#fff}.tier-btn{cursor:pointer;border:none;border-radius:999px;width:100%;padding:12px 24px;font-size:13.5px;font-weight:700;transition:background .2s,transform .2s}.tier-btn-dark{color:#fff;background:#000}.tier-btn-dark:hover{background:#1a1a1a}.tier-btn-white{color:#0c142c;background:#fff}.tier-btn-white:hover{background:#f7fafc}.featured-dark .tier-card-content{transform-origin:top;transform:scaleY(.94)}.featured-dark .tier-btn{transform-origin:bottom;transform:scaleY(.94)}@media (max-width:1024px){.tiered-pricing-grid{grid-template-columns:repeat(2,1fr);gap:36px}.pricing-tier-card.featured-dark{padding:32px 24px;transform:none}.featured-dark .tier-card-content,.featured-dark .tier-btn{transform:none}}@media (max-width:640px){.tiered-pricing-grid{grid-template-columns:1fr}.tiered-category-tabs{flex-wrap:wrap}}
*{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}}
