@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fff;--bg-warm:#faf8f5;--bg-green:#1a7a5c;--bg-green-l:#e8f5ef;--bg-purple:#6b4c8a;--bg-purple-l:#f3eff8;--bg-dark:#1a1a2e;--bg-dark2:#232338;--text:#1a1a2e;--text2:#556;--text-muted:#889;--accent:#2a9d6e;--accent2:#1a7a5c;--accent-btn:#2a9d6e;--teal:#2bbfa0;--border:#e8e8ee;--border2:#d8d8e2;--font-serif:"DM Serif Display",Georgia,serif;--font-body:"Inter",-apple-system,sans-serif;--font-mono:"JetBrains Mono",monospace;--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:24px;--r-2xl:40px;--r-full:999px;--max-w:1240px;--desktop-hero-canvas:1520px;--desktop-side-card-offset:92px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 12px 40px #0000001a;--shadow-xl:0 20px 60px #0000001f}html{scroll-behavior:smooth;overscroll-behavior-y:none;height:100%}body{min-height:100%;font-family:var(--font-body);background:var(--bg);color:var(--text);overscroll-behavior-y:none;-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#ccc;border-radius:99px}::selection{background:#2a9d6e26}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.nav{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);will-change:top,left,right,height,padding,border-radius,box-shadow,background-color,transform;background:#fffffff5;border-bottom:1px solid #14181f14;border-radius:0;justify-content:space-between;align-items:center;width:auto;height:62px;padding:0 48px;transition:top .28s cubic-bezier(.22,1,.36,1),left .28s cubic-bezier(.22,1,.36,1),right .28s cubic-bezier(.22,1,.36,1),height .28s cubic-bezier(.22,1,.36,1),border-radius .28s cubic-bezier(.22,1,.36,1),background .24s,border-color .24s,box-shadow .28s cubic-bezier(.22,1,.36,1),padding .28s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;left:0;right:0;transform:none}.nav.nav--static{position:relative;top:0;left:0;right:0}.nav.scrolled{background:#fffffff0;border:1px solid #181f2b14;border-radius:24px;height:54px;padding:0 22px;top:16px;left:24px;right:24px;box-shadow:0 16px 34px #171f2d1a,0 4px 12px #171f2d0d}.nav:after{content:"";opacity:1;background:#14181f14;height:1px;position:absolute;bottom:0;left:0;right:0}.nav.scrolled:after{opacity:0;background:0 0;height:0;inset:0 22px auto}.nav-left{align-items:center;gap:34px;display:flex}.logo-link{font-family:var(--font-body);color:var(--text);letter-spacing:-.03em;align-items:center;gap:10px;font-size:1.1rem;font-weight:700;display:flex}.brand-wordmark{align-items:baseline;display:inline-flex}.brand-letter{color:#166534}.logo-link img{object-fit:contain;flex-shrink:0;width:32px;height:32px}.nav-links{align-items:center;gap:16px;list-style:none;display:flex}.nav-links a{color:#31384a;border-radius:var(--r-sm);text-transform:none;letter-spacing:.04em;padding:10px 16px;font-size:.97rem;font-weight:500;transition:color .2s,background .2s}.nav-links a:hover{color:#0f8c68;background:#0f8c6814}.nav.scrolled .nav-links a{padding:8px 12px}.nav.scrolled .logo-link{gap:8px;font-size:1rem}.nav.scrolled .logo-link img{width:28px;height:28px}.nav.scrolled .nav-cta,.nav.scrolled .nav-login{padding:11px 22px}.nav-dropdown{position:relative}.nav-dropdown-trigger{align-items:center;gap:8px;display:inline-flex}.nav-dropdown-trigger:after{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:8px;height:8px;transition:transform .2s;transform:rotate(45deg)translateY(-1px)}.nav-dropdown:hover .nav-dropdown-trigger:after,.nav-dropdown:focus-within .nav-dropdown-trigger:after{transform:rotate(225deg)translateY(-1px)}.nav-dropdown-menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;visibility:hidden;background:#fffffff5;border:1px solid #14181f14;border-radius:18px;gap:4px;min-width:220px;padding:10px;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:absolute;top:calc(100% + 12px);left:0;transform:translateY(8px);box-shadow:0 18px 40px #0f172a1f}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-menu a{white-space:nowrap;border-radius:12px;padding:10px 12px;display:block}.nav-right{align-items:center;gap:12px;display:flex}.nav-cta{border-radius:var(--r-full);color:#fff;text-transform:none;letter-spacing:.04em;background:linear-gradient(#2a9d6e 0%,#1f7f59 100%);border:1px solid #186d4db8;align-items:center;gap:8px;padding:10px 22px;font-size:.84rem;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:inset 0 1px #ffffff59,0 2px 10px #1f7f592e}.nav-cta:hover{background:linear-gradient(#248a61 0%,#1a6d4d 100%);transform:translateY(-1px);box-shadow:0 10px 24px #1f7f5938}.nav-cta svg{width:14px;height:14px}.nav-login{border-radius:var(--r-full);color:var(--text);text-transform:none;letter-spacing:.04em;background:#fffffff5;border:1px solid #1f7f597a;padding:10px 22px;font-size:.84rem;font-weight:600;transition:border-color .2s,background .2s}.nav-login:hover{background:#fafafa;border-color:#1f7f59c2}.nav-mobile-toggle,.nav-mobile-shell{display:none}.op-mobile-notice{z-index:1200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000008f;justify-content:center;align-items:center;padding:16px;display:none;position:fixed;inset:0}.op-mobile-notice-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center;background:linear-gradient(#141414fa,#080808fa);border:1px solid #ffffff24;border-radius:24px;width:min(100%,420px);padding:22px 20px 18px;box-shadow:0 28px 80px #00000080}.op-mobile-notice-eyebrow{color:#ffffffbd;letter-spacing:.08em;text-transform:uppercase;background:#ffffff14;border-radius:999px;margin-bottom:10px;padding:6px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.op-mobile-notice-card h2{color:#fff;font-size:1rem;line-height:1.25}.op-mobile-notice-card p{color:#ffffffad;margin-top:8px;font-size:.88rem;line-height:1.55}.op-mobile-notice-actions{justify-content:center;margin-top:14px;display:flex}.op-mobile-notice-btn{cursor:pointer;border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;min-width:160px;min-height:42px;padding:0 18px;font-size:.86rem;font-weight:700;display:inline-flex}.op-mobile-notice-btn--primary{color:#0a0a0a;background:linear-gradient(#fff 0%,#d8d8d8 100%);border-color:#ffffff38}.hero{text-align:center;background:radial-gradient(circle at 0 0,#22c55e1f,#0000 28%),radial-gradient(circle at 100% 0,#0ea5e924,#0000 32%),linear-gradient(#f7fffd 0%,#f7fbff 34%,#fff 70%);padding:92px 48px 72px;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";pointer-events:none;z-index:0;position:absolute;inset:auto}.hero:before{filter:blur(8px);background:radial-gradient(circle at 50% 45%,#ffffffeb 0%,#ffffff9e 28%,#ffffff0d 72%,#0000 100%);width:min(74vw,980px);height:420px;top:82px;left:50%;transform:translate(-50%)}.hero:after{opacity:.28;background:radial-gradient(#10182814,#0000 68%);height:360px;bottom:-180px;left:0;right:0}.hero-bg-pattern{z-index:0;pointer-events:none;opacity:1;background-image:linear-gradient(#0f172a14 1px,#0000 1px),linear-gradient(90deg,#0f172a14 1px,#0000 1px),linear-gradient(#ffffff3d 1px,#0000 1px),linear-gradient(90deg,#ffffff3d 1px,#0000 1px),linear-gradient(90deg,#22c55e17,#0ea5e917);background-size:44px 44px,44px 44px,220px 220px,220px 220px,100% 100%;animation:22s linear infinite heroGridDrift;position:absolute;inset:0;-webkit-mask-image:radial-gradient(78% 62% at 50% 34%,#000,#000000b3 50%,#0000 100%);mask-image:radial-gradient(78% 62% at 50% 34%,#000,#000000b3 50%,#0000 100%)}.hero-side-rail{z-index:0;pointer-events:none;opacity:.98;background:repeating-linear-gradient(135deg,#10b9812e 0 2px,#0000 2px 8px),linear-gradient(#10b9811f,#0ea5e90d);border-left:1px solid #10b98147;border-right:1px solid #10b98147;width:86px;position:absolute;top:0;bottom:0;-webkit-mask-image:linear-gradient(#0006,#000000f2 12% 88%,#00000059);mask-image:linear-gradient(#0006,#000000f2 12% 88%,#00000059)}.hero-side-rail:after{content:"";opacity:.85;background:linear-gradient(#0000,#10b9813d 18%,#0ea5e91f 50%,#0000 100%);animation:7s ease-in-out infinite heroRailGlow;position:absolute;inset:0}.hero-side-rail--left{border-left:none;left:0}.hero-side-rail--right{border-right:none;right:0}.hero-bg-aurora{z-index:0;pointer-events:none;opacity:.95;filter:blur(18px)saturate(120%);background:radial-gradient(circle at 18% 24%,#22c55e42 0%,#22c55e1f 18%,#0000 42%),radial-gradient(circle at 78% 12%,#38bdf847 0%,#38bdf81f 20%,#0000 40%),radial-gradient(circle at 54% 34%,#6366f124 0%,#6366f114 18%,#0000 38%),conic-gradient(from 180deg,#fff0 0deg,#ffffffb3 36deg,#22c55e29 88deg,#38bdf829 148deg,#fff0 220deg,#ffffffa3 318deg,#fff0 360deg);height:560px;animation:18s ease-in-out infinite alternate heroAuroraShift;position:absolute;inset:-12% -8% auto;transform:translate(0,0)}.hero-bg-beams{z-index:0;pointer-events:none;mix-blend-mode:screen;opacity:1;transform-origin:top;background:repeating-linear-gradient(115deg,#fff0 0 28px,#ffffff94 28px 32px,#fff0 32px 88px),linear-gradient(90deg,#22c55e24,#ffffffb8 42%,#38bdf824);height:520px;animation:16s linear infinite heroBeamSweep;position:absolute;inset:0 -12% auto;transform:perspective(1200px)rotateX(72deg);-webkit-mask-image:linear-gradient(#000000f2,#0000008c 50%,#0000 100%);mask-image:linear-gradient(#000000f2,#0000008c 50%,#0000 100%)}.hero-bg-spotlight{z-index:1;pointer-events:none;filter:blur(10px);opacity:.95;background:radial-gradient(circle at 50% 42%,#fffffff5 0%,#ffffffb8 28%,#ffffff1f 64%,#0000 100%);width:min(62vw,760px);height:360px;animation:9s ease-in-out infinite heroSpotlightBreathe;position:absolute;top:120px;left:50%;transform:translate(-50%)}.hero-bg-radial{pointer-events:none;z-index:0;mix-blend-mode:screen;filter:blur(6px);border-radius:999px;position:absolute}.hero-bg-radial--1{background:radial-gradient(circle,#ffffffeb 0%,#ecfdf5b8 26%,#22c55e24 48%,#0000 74%);width:280px;height:280px;animation:12s ease-in-out infinite heroPulseFloat;top:120px;left:8%}.hero-bg-radial--2{background:radial-gradient(circle,#ffffffe0 0%,#e0f2febd 22%,#0ea5e929 44%,#0000 74%);width:360px;height:360px;animation:15s ease-in-out infinite reverse heroPulseFloat;top:88px;right:11%}.hero-bg-orbs{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-bg-orbs:before,.hero-bg-orbs:after{content:"";filter:blur(90px);opacity:.78;border-radius:50%;position:absolute}.hero-bg-orbs:before{background:radial-gradient(circle,#10b98138 0%,#10b9811f 28%,#10b9810a 55%,#0000 80%);width:640px;height:640px;animation:14s ease-in-out infinite heroOrbFloat;top:-180px;right:-120px}.hero-bg-orbs:after{background:radial-gradient(circle,#0ea5e92e 0%,#0ea5e917 28%,#0ea5e905 55%,#0000 80%);width:560px;height:560px;animation:18s ease-in-out infinite reverse heroOrbFloat;bottom:-120px;left:-90px}.hero-bg-diamond{pointer-events:none;z-index:0;border:1.5px solid #10b9814d;border-radius:4px;width:24px;height:24px;position:absolute;transform:rotate(45deg);box-shadow:0 0 40px #ffffffb8}.hero-bg-diamond--1{animation:6s ease-in-out infinite heroDiamondPulse;top:22%;left:8%}.hero-bg-diamond--2{border-color:#0ea5e942;width:16px;height:16px;animation:8s ease-in-out 1s infinite heroDiamondPulse;top:15%;right:12%}.hero-bg-diamond--3{width:20px;height:20px;animation:7s ease-in-out 2s infinite heroDiamondPulse;bottom:30%;right:6%}.hero-bg-dots{z-index:0;pointer-events:none;opacity:1;filter:drop-shadow(0 0 12px #ffffff8c);position:absolute}.hero-bg-dots--left{animation:12s ease-in-out infinite heroConstellationFloat;top:30%;left:4%}.hero-bg-dots--right{animation:14s ease-in-out infinite reverse heroConstellationFloat;top:18%;right:5%}.hero-bg-glow-line{z-index:0;pointer-events:none;filter:drop-shadow(0 0 20px #22c55e38);position:absolute;overflow:visible}.hero-bg-glow-line--1{width:100%;height:100%;top:0;left:0}@keyframes heroOrbFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(15px,-20px)scale(1.05)}66%{transform:translate(-10px,15px)scale(.97)}}@keyframes heroGridDrift{0%{background-position:0 0,0 0,0 0,0 0,0 0}to{background-position:44px 22px,22px 44px,18px 18px,18px 18px,0 0}}@keyframes heroAuroraShift{0%{transform:translate(-1%)scale(1)}50%{transform:translate(1.5%,-2%)scale(1.04)}to{transform:translateY(1%)scale(1.02)}}@keyframes heroBeamSweep{0%{background-position:0 0,0 0}to{background-position:220px 0,0 0}}@keyframes heroDiamondPulse{0%,to{opacity:.5;transform:rotate(45deg)scale(1)}50%{opacity:1;transform:rotate(45deg)scale(1.15)}}@keyframes heroConstellationFloat{0%,to{transform:translate(0,0)scale(1)}50%{transform:translateY(-10px)scale(1.04)}}@keyframes heroPulseFloat{0%,to{opacity:.9;transform:translate(0,0)scale(1)}50%{opacity:1;transform:translateY(-16px)scale(1.06)}}@keyframes heroSpotlightBreathe{0%,to{opacity:.9;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%)scale(1.05)}}@keyframes heroShimmer{0%,to{transform:translate(-120%)}42%,to{transform:translate(140%)}}@keyframes heroSignalFloat{0%,to{transform:translate(0,0)}50%{transform:translateY(-6px)}}@keyframes heroClickGlow{0%,to{opacity:.72;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}@keyframes heroClickRings{0%{opacity:0;transform:scale(.82)}30%{opacity:.5}to{opacity:0;transform:scale(1.18)}}@keyframes heroClickCore{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-4px)scale(1.04)}}@keyframes heroClickTrail{0%,to{opacity:.55;transform:scaleX(.86)}50%{opacity:1;transform:scaleX(1)}}@keyframes heroClickHalo{0%,to{opacity:.35;transform:scale(.96)}50%{opacity:.75;transform:scale(1.04)}}@keyframes heroClickArrowDraw{0%{stroke-dashoffset:220px;opacity:.2}to{stroke-dashoffset:0;opacity:1}}@keyframes heroClickArrowWave{0%{transform:translate(0,0)}25%{transform:translateY(-5px)}50%{transform:translate(0,0)}75%{transform:translateY(5px)}to{transform:translate(0,0)}}@keyframes heroClickArrowBob{0%,to{transform:translate(0,0)}50%{transform:translateY(-4px)}}@keyframes heroRobotForm{0%{opacity:0;filter:blur(10px);transform:translate(-50%,calc(10px - 50%))scale(.55)}55%{opacity:1;filter:blur();transform:translate(-50%,calc(-50% - 2px))scale(1.05)}to{opacity:1;filter:blur();transform:translate(-50%,-50%)scale(1)}}@keyframes heroRobotBubblePop{0%,35%{opacity:0;transform:translateY(8px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes heroLeadCardReveal{0%{opacity:0;filter:blur(8px);transform:scale(.82)}to{opacity:1;filter:blur();transform:scale(1)}}@keyframes heroRailGlow{0%,to{opacity:.35;transform:translateY(-3%)}50%{opacity:.8;transform:translateY(3%)}}@keyframes heroCardFloatLeft{0%,to{transform:translate(0,0)rotate(-7deg)}50%{transform:translateY(-12px)rotate(-4deg)}}@keyframes heroCardFloatRight{0%,to{transform:translate(0,0)rotate(7deg)}50%{transform:translateY(-14px)rotate(4deg)}}@keyframes heroMeterPulse{0%,to{opacity:.7;transform:scaleX(.88)}50%{opacity:1;transform:scaleX(1)}}@keyframes heroNodePulse{0%,to{opacity:.55;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}@keyframes heroCardSheen{0%,to{opacity:0;transform:translate(-45%)rotate(12deg)}15%{opacity:.45}42%{opacity:0;transform:translate(170%)rotate(12deg)}}.hero-inner{z-index:2;max-width:820px;margin:28px auto 0;position:relative}.hero-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#0f5132;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#ffffffeb,#ecfdf5e0);border:1px solid #10b98129;border-radius:999px;align-items:center;gap:10px;width:fit-content;margin:0 auto 22px;padding:10px 18px;font-size:.76rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #0f172a14,inset 0 1px #ffffffd9}.hero-eyebrow:after{content:"";background:linear-gradient(105deg,#0000 0%,#ffffff1a 35%,#fffc 50%,#ffffff29 65%,#0000 100%);animation:5.8s ease-in-out infinite heroShimmer;position:absolute;inset:0;transform:translate(-120%)}.hero-eyebrow-dot{z-index:1;background:radial-gradient(circle,#34d399 0%,#10b981 60%,#059669 100%);border-radius:50%;width:10px;height:10px;position:relative;box-shadow:0 0 0 6px #10b9811f,0 0 24px #10b98166}.hero-h1{font-family:var(--font-serif);letter-spacing:-.025em;color:var(--text);text-wrap:balance;text-shadow:0 10px 30px #ffffff73;margin-bottom:18px;font-size:clamp(2.8rem,5vw,4.2rem);font-weight:400;line-height:1.04}.hero-h1-accent{color:#0f172a;padding-right:.08em;display:inline-block;position:relative}.hero-h1-accent .brand-letter{color:#166534}.hero-h1-accent:after{content:"";z-index:-1;background:linear-gradient(90deg,#22c55e2e,#38bdf82e);border-radius:999px;height:.18em;position:absolute;bottom:.12em;left:.04em;right:.02em}.hero-sub{color:var(--text2);text-wrap:balance;max-width:600px;margin:0 auto 28px;font-size:1rem;font-weight:400;line-height:1.6}.hero-cta-row{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:56px;display:flex}.hero-cta-divider{pointer-events:none;background:0 0;width:100vw;height:30px;margin:-4px 0 26px;position:relative;left:50%;transform:translate(-50%)}.hero-cta-divider:before,.hero-cta-divider:after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%)}.hero-cta-divider:before{background:linear-gradient(270deg,#38bdf8f2 0%,#22c55ec7 22%,#38bdf870 54%,#38bdf829 78%,#38bdf805 100%);border-radius:999px 0 0 999px;width:min(54vw,980px);height:4px;box-shadow:0 0 16px #38bdf824,0 0 28px #22c55e14}.hero-cta-divider:after{background:linear-gradient(270deg,#38bdf89e 0%,#22c55e57 26%,#38bdf829 66%,#38bdf800 100%);border-radius:999px 0 0 999px;width:min(40vw,720px);height:1px;margin-top:10px}.hero-cta-section-title{text-align:center;justify-items:center;gap:4px;max-width:760px;margin:0 auto 20px;display:grid}.hero-cta-section-title h2{font-family:var(--font-serif);letter-spacing:-.02em;color:#172033;text-wrap:balance;font-size:clamp(1.65rem,2.8vw,2.35rem);line-height:1.12}.hero-click-spotlight{z-index:2;justify-content:center;align-items:center;width:min(100%,1440px);min-height:480px;margin:-16px auto 44px;padding:28px 24px;display:flex;position:relative}.hero-click-simple{z-index:2;color:#0f766e;cursor:pointer;will-change:transform,opacity;background:linear-gradient(#fffffffa,#f8fcfbf5);border:1px solid #ffffffe6;border-radius:999px;padding:14px 30px;font-size:.95rem;font-weight:600;transition:opacity .35s,transform .45s,filter .45s;position:relative;overflow:hidden;box-shadow:0 10px 24px #0f172a0f,0 0 0 4px #0f766e14,0 0 0 8px #0ea5e90d,inset 0 0 0 1px #ffffffeb}.hero-click-simple:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#10b981a6,#38bdf873,#10b9814d);padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.hero-click-simple.is-hidden{opacity:0;filter:blur(8px);pointer-events:none;transform:translateY(8px)scale(.72)}.hero-wait-copy{z-index:1;pointer-events:none;transition:opacity .4s,transform .4s,filter .4s;position:absolute;inset:0}.hero-wait-copy.is-hidden{opacity:0;filter:blur(6px);transform:scale(.96)}.hero-wait-note{--wait-x:0px;--wait-y:0px;color:#b91c1c;letter-spacing:.01em;white-space:nowrap;background:linear-gradient(#fffafafa,#ffeeeef0);border:1px solid #f871716b;border-radius:999px;padding:10px 16px;font-size:.82rem;font-weight:800;animation:4.2s ease-in-out infinite heroWaitAlert;position:absolute;box-shadow:0 16px 34px #ef44442e,0 0 0 6px #ffffff52,inset 0 1px #ffffffeb}.hero-wait-note:before{content:"";vertical-align:middle;background:#ef4444;border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block;box-shadow:0 0 0 6px #ef444429}.hero-wait-note--top{--wait-x:-50%;top:41px;left:50%}.hero-wait-note--left{animation-delay:.6s;top:350px;left:100px}.hero-wait-note--right{animation-delay:1.2s;top:375px;right:110px}@keyframes heroWaitAlert{0%,to{transform:translate(var(--wait-x),var(--wait-y))rotate(0deg)scale(1)}20%{transform:translate(calc(var(--wait-x) - 4px),calc(var(--wait-y) - 7px))rotate(-1.4deg)scale(1.02)}50%{transform:translate(calc(var(--wait-x) + 6px),calc(var(--wait-y) - 12px))rotate(1.2deg)scale(1.04)}75%{transform:translate(calc(var(--wait-x) - 3px),calc(var(--wait-y) - 6px))rotate(-.8deg)scale(1.01)}}.hero-lead-card{opacity:1;pointer-events:auto;z-index:3;will-change:transform,opacity;background:linear-gradient(#fffffffa,#f9fbfbf2);border:1px solid #0f172a0f;border-radius:20px;width:min(27vw,300px);padding:12px 13px 10px;transition:box-shadow .5s,transform .7s;position:absolute;box-shadow:0 32px 72px #0f172a21}.hero-lead-card--top-left{top:8px;left:calc(50% - (min(100vw,var(--desktop-hero-canvas))/2) + 20px);transform:none}.hero-lead-card--top-right{top:8px;right:calc(50% - (min(100vw,var(--desktop-hero-canvas))/2) + 20px);transform:none}.hero-lead-card--bottom-left{left:calc(50% - (min(100vw,var(--desktop-hero-canvas))/2) + 20px);bottom:4px;transform:none}.hero-lead-card--bottom-right{right:calc(50% - (min(100vw,var(--desktop-hero-canvas))/2) + 20px);bottom:4px;transform:none}.hero-lead-card .hero-lead-status-dot{animation:2s ease-in-out infinite waitingPulse}@keyframes waitingPulse{0%,to{box-shadow:0 0 0 4px color-mix(in srgb,currentColor 18%,transparent)}50%{box-shadow:0 0 0 8px color-mix(in srgb,currentColor 30%,transparent)}}.hero-lead-card.is-converted{animation:1.5s ease-in-out convertedGlow;box-shadow:0 0 0 2px #10b98159,0 0 24px #10b98126,0 30px 60px #0f172a1f}@keyframes convertedGlow{0%{box-shadow:0 0 0 2px #10b9814d,0 30px 60px #0f172a1f}50%{box-shadow:0 0 0 6px #10b98180,0 0 40px #10b98140,0 30px 60px #0f172a1f}to{box-shadow:0 0 0 2px #10b98159,0 0 24px #10b98126,0 30px 60px #0f172a1f}}.hero-lead-card-top{grid-template-columns:50px minmax(0,1fr);align-items:center;gap:10px;display:grid}.hero-lead-avatar{object-fit:cover;border:2px solid #0f172a0f;border-radius:50%;width:50px;height:50px;box-shadow:0 8px 18px #0f172a14}.hero-lead-copy{min-width:0}.hero-lead-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:800;line-height:1.2;overflow:hidden}.hero-lead-meta{color:#475467;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.66rem;line-height:1.3;overflow:hidden}.hero-lead-status{z-index:2;white-space:nowrap;align-items:center;gap:6px;margin-top:6px;font-size:.68rem;line-height:1.25;display:flex;position:relative;overflow:visible}.hero-lead-status--good{color:#0f7a4a}.hero-lead-status--warm{color:#b66a00}.hero-lead-status--risk{color:#c2410c}.hero-lead-status-dot{z-index:3;width:8px;height:8px;box-shadow:0 0 0 4px color-mix(in srgb,currentColor 18%,transparent);background:currentColor;border-radius:50%;flex:none;position:relative}.hero-lead-actions{border-top:1px solid #0f172a0f;justify-content:center;gap:8px;margin-top:10px;padding-top:9px;display:flex}.hero-lead-action{color:#0f8a72;background:linear-gradient(#f1f8f7fa,#fffffffa);border:1px solid #0f172a14;border-radius:999px;place-items:center;width:31px;height:31px;display:grid;box-shadow:inset 0 1px #ffffffe6}.hero-lead-success-row{border-top:1px solid #0f172a0f;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;margin-top:9px;padding-top:8px;display:grid}.hero-lead-success-label{letter-spacing:.06em;text-transform:uppercase;color:#475467;white-space:nowrap;font-size:.62rem;font-weight:800}.hero-lead-success-track{background:linear-gradient(#0f172a0f,#0f172a08);border-radius:999px;height:7px;overflow:hidden;box-shadow:inset 0 1px 2px #0f172a0d}.hero-lead-success-fill{border-radius:inherit;height:100%;transition:width .25s;display:block}.hero-lead-success-fill--good{background:linear-gradient(90deg,#34d399,#10b981)}.hero-lead-success-fill--warm{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.hero-lead-success-fill--risk{background:linear-gradient(90deg,#fb7185,#ef4444)}.hero-lead-success-chip{text-align:center;color:#fff;border-radius:999px;min-width:52px;padding:6px 10px;font-size:.84rem;font-weight:800;box-shadow:inset 0 1px #ffffff4d,0 10px 22px #0f172a1f}.hero-lead-success-chip--good{background:linear-gradient(#34d399,#10b981)}.hero-lead-success-chip--warm{background:linear-gradient(#fbbf24,#f59e0b)}.hero-lead-success-chip--risk{background:linear-gradient(#fb7185,#ef4444)}.hero-robot-wrap{z-index:2;opacity:0;pointer-events:none;justify-items:center;gap:12px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.55)}.hero-robot-wrap.is-visible{opacity:1;animation:.68s cubic-bezier(.16,1,.3,1) heroRobotForm;transform:translate(-50%,-50%)scale(1)}.hero-robot-bubble{color:#0f766e;opacity:0;background:#fffffff5;border:1px solid #0f766e24;border-radius:999px;padding:10px 16px;font-size:1rem;font-weight:700;position:relative;box-shadow:0 10px 24px #0f172a14}.hero-robot-bubble:after{content:"";background:#fffffff5;border-bottom:1px solid #0f766e24;border-right:1px solid #0f766e24;width:14px;height:14px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)rotate(45deg)}.hero-robot-wrap.is-visible .hero-robot-bubble{animation:.55s cubic-bezier(.16,1,.3,1) .18s forwards heroRobotBubblePop}.hero-robot{justify-items:center;gap:7px;width:74px;display:grid;position:relative}.hero-robot-antenna{background:linear-gradient(#6ee7b7,#0f766e);border-radius:999px;width:3px;height:16px;position:relative}.hero-robot-antenna:before{content:"";background:#34d399;border-radius:50%;width:10px;height:10px;position:absolute;top:-8px;left:50%;transform:translate(-50%);box-shadow:0 0 0 5px #34d3991f}.hero-robot-head{background:linear-gradient(#fffffffa,#edfcf7f5);border:1px solid #0f766e24;border-radius:18px;justify-content:center;align-items:center;gap:8px;width:64px;height:48px;display:flex;position:relative;box-shadow:0 12px 28px #0f172a14,inset 0 0 0 1px #fffffff2}.hero-robot-head:before,.hero-robot-head:after{content:"";background:linear-gradient(#0f766e29,#0f766e0a);border-radius:999px;width:6px;height:14px;position:absolute;top:11px}.hero-robot-head:before{left:-5px}.hero-robot-head:after{right:-5px}.hero-robot-head-panel{border:1px solid #0f766e14;border-radius:12px;position:absolute;inset:5px}.hero-robot-eye{background:radial-gradient(circle at 30% 30%,#99f6e4,#0f766e 72%);border-radius:50%;width:7px;height:7px;position:relative;box-shadow:0 0 0 3px #0f766e14}.hero-robot-mouth{border-bottom:2px solid #0f766eb3;border-radius:0 0 18px 18px;width:18px;height:7px;position:absolute;bottom:9px}.hero-robot-body{background:linear-gradient(#0f766ef5,#115e59f0);border-radius:14px;justify-content:center;align-items:center;width:48px;height:38px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 24px #0f766e38}.hero-robot-body:before{content:"";border:1px solid #ffffff2e;border-radius:10px;position:absolute;inset:4px}.hero-robot-body:after{content:"";background:#ffffff26;width:2px;height:24px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.hero-robot-core{background:radial-gradient(circle,#a7f3d0,#34d399 55%,#10b981 100%);border-radius:50%;width:15px;height:15px;box-shadow:0 0 0 5px #a7f3d01f}.hero-robot-core:before,.hero-robot-core:after{content:"";background:#ffffffb3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-robot-core:before{width:6px;height:2px}.hero-robot-core:after{width:2px;height:6px}.hero-robot-arm{background:#0f766e9e;border-radius:999px;width:12px;height:3px;position:absolute;top:10px}.hero-robot-arm--left{left:-9px;transform:rotate(28deg)}.hero-robot-arm--right{right:-9px;transform:rotate(-28deg)}.hero-robot-wrap.is-visible.is-assembling{opacity:1;animation:none;transform:translate(-50%,-50%)scale(1)}.hero-robot-wrap.is-assembling .hero-robot-body,.hero-robot-wrap.is-assembling .hero-robot-head,.hero-robot-wrap.is-assembling .hero-robot-antenna,.hero-robot-wrap.is-assembling .hero-robot-arm{opacity:0}.hero-robot-wrap.is-assembling .hero-robot-body{animation:.45s cubic-bezier(.16,1,.3,1) forwards robotPartIn}.hero-robot-wrap.is-assembling .hero-robot-head{animation:.45s cubic-bezier(.16,1,.3,1) .25s forwards robotPartIn}.hero-robot-wrap.is-assembling .hero-robot-antenna{animation:.35s cubic-bezier(.16,1,.3,1) .45s forwards robotPartIn}.hero-robot-wrap.is-assembling .hero-robot-arm--left{animation:.3s cubic-bezier(.16,1,.3,1) .55s forwards robotPartIn}.hero-robot-wrap.is-assembling .hero-robot-arm--right{animation:.3s cubic-bezier(.16,1,.3,1) .6s forwards robotPartIn}@keyframes robotPartIn{0%{opacity:0;transform:scale(.3)translateY(8px)}60%{opacity:1;transform:scale(1.08)translateY(-2px)}to{opacity:1;transform:scale(1)translateY(0)}}.hero-orcapulse-intro{z-index:10;background:linear-gradient(135deg,#0f766e,#10b981,#0ea5e9);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;align-items:center;gap:10px;font-size:1.6rem;font-weight:800;animation:.8s cubic-bezier(.16,1,.3,1) forwards orcaIntroIn;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-orcapulse-intro-icon{color:#10b981;-webkit-text-fill-color:#10b981;filter:drop-shadow(0 0 8px #10b98166);animation:1s ease-in-out infinite orcaIconPulse}.hero-orcapulse-intro.is-shrinking{animation:.5s ease-in forwards orcaIntroShrink}@keyframes orcaIntroIn{0%{opacity:0;filter:blur(10px);transform:translate(-50%,-50%)scale(.5)}to{opacity:1;filter:blur();transform:translate(-50%,-50%)scale(1)}}@keyframes orcaIntroShrink{0%{opacity:1;filter:blur();transform:translate(-50%,-50%)scale(1)}to{opacity:0;filter:blur(12px);transform:translate(-50%,-50%)scale(.2)}}@keyframes orcaIconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.hero-ropes{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.hero-rope{fill:none;stroke-width:10px;stroke-linecap:round;stroke-dasharray:760;stroke-dashoffset:760px;filter:drop-shadow(0 0 12px #10b98138);animation:1.5s cubic-bezier(.16,1,.3,1) forwards ropeExtend}.hero-rope--left{stroke:url(#ropeGradLeft)}.hero-rope--right{stroke:url(#ropeGradRight)}.hero-rope--2{animation-delay:.1s}.hero-rope--3{animation-delay:.2s}.hero-rope--4{animation-delay:.3s}.hero-rope-core{fill:none;stroke:#ecfdf5f2;stroke-width:2.4px;stroke-linecap:round;stroke-dasharray:18 20;filter:drop-shadow(0 0 8px #ffffff59);animation:6.8s linear infinite ropeFlow}.hero-rope-core--2,.hero-rope-core--4{animation-direction:reverse}.hero-rope-node{fill:url(#ropeNodeFill);filter:url(#ropeGlow);opacity:.95}.hero-rope-label{fill:#0f172ab8;letter-spacing:.03em;font-size:14px;font-weight:700}.hero-rope-label--right{text-anchor:end}@keyframes ropeExtend{to{stroke-dashoffset:0}}@keyframes ropeFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-152px}}.hero-flying-msg{z-index:8;pointer-events:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#fffffff2,#f8fafce0);border:1px solid #ffffffa6;border-radius:24px;place-items:center;width:74px;height:74px;padding:0;display:grid;position:absolute;top:50%;left:50%;box-shadow:0 20px 48px #0f172a2e,inset 0 1px #ffffffd9}.hero-flying-msg:before{content:"";z-index:-1;background:radial-gradient(circle,#ffffff73,#0000 68%);border-radius:30px;position:absolute;inset:-10px}.hero-flying-msg--instagram{box-shadow:0 20px 48px #e1306c2e,inset 0 1px #ffffffd9}.hero-flying-msg--linkedin{box-shadow:0 20px 48px #0a66c22e,inset 0 1px #ffffffd9}.hero-flying-msg--facebook{box-shadow:0 20px 48px #1877f22e,inset 0 1px #ffffffd9}.hero-flying-msg--whatsapp{box-shadow:0 20px 48px #25d36633,inset 0 1px #ffffffd9}.hero-flying-msg-icon{background:linear-gradient(#fffffffa,#f1f5f9f0);border-radius:18px;place-items:center;width:56px;height:56px;display:grid;box-shadow:inset 0 1px #ffffffeb,0 8px 20px #0f172a14}.hero-flying-msg-brand{object-fit:contain;filter:saturate(1.08)contrast(1.04);width:34px;height:34px;display:block}.hero-flying-msg--to-0{animation:3.9s cubic-bezier(.18,.88,.22,1) forwards flyToTL}.hero-flying-msg--to-1{animation:3.9s cubic-bezier(.18,.88,.22,1) forwards flyToTR}.hero-flying-msg--to-2{animation:4.1s cubic-bezier(.18,.88,.22,1) forwards flyToBL}.hero-flying-msg--to-3{animation:4.1s cubic-bezier(.18,.88,.22,1) forwards flyToBR}@keyframes flyToTL{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}12%{opacity:1;transform:translate(-50%,-50%)scale(1)}78%{opacity:.98}to{opacity:0;transform:translate(calc(-50% - 426px),calc(-50% - 154px))scale(.82)}}@keyframes flyToTR{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}12%{opacity:1;transform:translate(-50%,-50%)scale(1)}78%{opacity:.98}to{opacity:0;transform:translate(calc(426px - 50%),calc(-50% - 154px))scale(.82)}}@keyframes flyToBL{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}12%{opacity:1;transform:translate(-50%,-50%)scale(1)}78%{opacity:.98}to{opacity:0;transform:translate(calc(-50% - 426px),calc(154px - 50%))scale(.82)}}@keyframes flyToBR{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}12%{opacity:1;transform:translate(-50%,-50%)scale(1)}78%{opacity:.98}to{opacity:0;transform:translate(calc(426px - 50%),calc(154px - 50%))scale(.82)}}.hero-lead-bars{flex-direction:column;gap:5px;margin-top:8px;animation:.35s ease-out fadeInBars;display:flex}@keyframes fadeInBars{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.hero-lead-bar-row{align-items:center;gap:6px;display:flex}.hero-lead-bar-label{color:#475467;flex-shrink:0;width:32px;font-size:.55rem;font-weight:700}.hero-lead-bar-track{background:#0f172a0f;border-radius:3px;flex:1;height:5px;overflow:hidden}.hero-lead-bar-fill{background:linear-gradient(90deg,#10b981,#34d399);border-radius:3px;height:100%;transition:width .25s}.hero-lead-bar-fill--ai{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.hero-lead-bar-val{color:#111827;text-align:right;flex-shrink:0;width:32px;font-size:.55rem;font-weight:800}.hero-click-arrows{z-index:0;pointer-events:none;opacity:.5;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.hero-click-arrow-path{fill:none;stroke:#0f766e5c;stroke-width:3.5px;stroke-linecap:round;stroke-linejoin:round;marker-end:url(#heroClickArrowMarker);stroke-dasharray:220;stroke-dashoffset:220px;transform-box:fill-box;transform-origin:50%;animation:2.4s ease-out forwards heroClickArrowDraw,3.2s ease-in-out .6s infinite heroClickArrowWave}.hero-click-arrows marker path{fill:#0f766e5c}.hero-click-arrow-path--right{animation-delay:.2s,1s}.hero-click-arrow-path--top{animation-delay:.45s,1.4s}.hero-click-arrows.is-fading{opacity:0;pointer-events:none;transition:opacity .4s}.wf-suite-panel.is-guide-focus{transition:transform .55s,box-shadow .55s;transform:translateY(-4px)scale(1.01);box-shadow:0 0 0 3px #10b98138,0 28px 60px #0f766e2e}.hero-floating-card{z-index:2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffffe6,#f8fafcd1);border:1px solid #ffffffbf;border-radius:24px;width:220px;padding:18px 18px 16px;position:absolute;overflow:hidden;box-shadow:0 28px 70px #0f172a1a,inset 0 1px #ffffffeb}.hero-support-cards{position:contents}.hero-support-cards-mobile{display:none}.hero-floating-card:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;background:linear-gradient(135deg,#22c55e47,#38bdf847,#ffffffbf);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.hero-floating-card:after{content:"";opacity:.45;background:linear-gradient(115deg,#0000 10%,#ffffff94 48%,#0000 88%);width:70%;height:160%;animation:7.5s ease-in-out infinite heroCardSheen;position:absolute;inset:-40% auto auto -10%;transform:rotate(12deg)}.hero-floating-card--left{left:max(18px,calc(50% - (var(--desktop-hero-canvas)/2) + var(--desktop-side-card-offset)));animation:10s ease-in-out infinite heroCardFloatLeft;top:360px;transform:rotate(-7deg)}.hero-floating-card--right{right:max(18px,calc(50% - (var(--desktop-hero-canvas)/2) + var(--desktop-side-card-offset)));animation:12s ease-in-out infinite heroCardFloatRight;top:410px;transform:rotate(7deg)}.hero-card-label{z-index:1;text-transform:uppercase;letter-spacing:.08em;color:#0f766e;margin-bottom:10px;font-size:.78rem;font-weight:700;position:relative}.hero-card-value{z-index:1;letter-spacing:-.04em;color:#111827;margin-bottom:10px;font-size:2.5rem;font-weight:800;line-height:1;position:relative}.logos-section,.feature-stack,.case-section,.templates-section,.usecases-section,.integrations-section,.cta-section,.footer{content-visibility:auto;contain-intrinsic-size:900px}.hero-card-meter{z-index:1;gap:8px;margin-bottom:14px;display:grid;position:relative}.hero-card-meter-bar{transform-origin:0;background:linear-gradient(90deg,#10b981eb,#38bdf8eb);border-radius:999px;height:10px;animation:3.8s ease-in-out infinite heroMeterPulse;display:block}.hero-card-meter-bar--strong{width:92%}.hero-card-meter-bar--mid{opacity:.82;width:68%;animation-delay:.35s}.hero-card-meter-bar--light{opacity:.65;width:44%;animation-delay:.7s}.hero-card-pill{z-index:1;color:#0f172a;background:linear-gradient(135deg,#10b9811f,#38bdf829);border-radius:999px;align-items:center;margin-bottom:12px;padding:8px 12px;font-size:.85rem;font-weight:700;display:inline-flex;position:relative}.hero-card-route{z-index:1;align-items:center;gap:8px;margin-bottom:12px;display:flex;position:relative}.hero-card-route span{background:linear-gradient(90deg,#10b981f2,#38bdf8f2);border-radius:999px;height:8px;display:block}.hero-card-route span:first-child{width:48px}.hero-card-route span:nth-child(2){opacity:.8;width:70px}.hero-card-route span:nth-child(3){opacity:.6;width:28px}.hero-card-nodes{z-index:1;align-items:center;gap:10px;margin-bottom:12px;display:flex;position:relative}.hero-card-node{background:#94a3b873;border-radius:50%;width:10px;height:10px;animation:2.6s ease-in-out infinite heroNodePulse;box-shadow:0 0 0 6px #94a3b814}.hero-card-node:nth-child(2){animation-delay:.45s}.hero-card-node:nth-child(3){animation-delay:.9s}.hero-card-node--active{background:#10b981;box-shadow:0 0 0 6px #10b98124,0 0 18px #10b98152}.hero-card-sub{z-index:1;color:#475467;font-size:.9rem;line-height:1.5;position:relative}.btn-primary{border-radius:var(--r-full);background:var(--accent-btn);color:#fff;box-shadow:var(--shadow-sm);align-items:center;gap:10px;padding:14px 30px;font-size:.95rem;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.btn-primary:hover{background:var(--accent2);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-primary svg{width:16px;height:16px}.btn-secondary{border-radius:var(--r-full);border:1px solid var(--border2);color:var(--text);background:#fff;align-items:center;gap:8px;padding:14px 30px;font-size:.95rem;font-weight:600;transition:border-color .2s,box-shadow .2s;display:inline-flex}.btn-secondary:hover{border-color:var(--text);box-shadow:var(--shadow-sm)}.hero-screenshots{max-width:var(--max-w);grid-template-columns:1fr 1.3fr 1fr;align-items:start;gap:20px;margin:0 auto;display:grid;position:relative}.hero-shot{border-radius:var(--r-xl);border:1px solid var(--border);background:var(--bg-warm);box-shadow:var(--shadow-lg);transition:transform .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.hero-shot:hover{transform:translateY(-8px)}.hero-shot-main{transform:translateY(-20px)}.hero-shot-main:hover{transform:translateY(-28px)}.hero-shot .placeholder{aspect-ratio:4/3;width:100%;color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono);background:linear-gradient(135deg,var(--bg-warm),#f0ede8);justify-content:center;align-items:center;display:flex}.hero-shot-main .placeholder{aspect-ratio:16/10}.logos-section{text-align:center;border-top:1px solid var(--border);background:radial-gradient(circle at 50% 12%,#60a5fa0f,#0000 24%),linear-gradient(#fff 0%,#fbfdff 100%);padding:68px 48px 76px;position:relative;overflow:hidden}.logos-section:before{content:"";background:linear-gradient(90deg,#0000,#94a3b85c,#0000);height:1px;position:absolute;inset:18px 40px auto}.logos-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f60a,#0000 68%);height:120px;position:absolute;inset:auto 10% 18px}.logos-label{font-family:var(--font-serif);color:var(--text);letter-spacing:-.03em;margin-bottom:8px;font-size:clamp(1.2rem,1rem + .7vw,1.8rem);font-style:italic}.logos-sublabel{color:var(--text-muted);margin-bottom:34px;font-size:clamp(.96rem,.88rem + .22vw,1.08rem)}.logos-marquee{display:none}.logos-marquee-row{will-change:transform;gap:14px;width:max-content;display:flex}.logos-marquee-item{background:#ffffffeb;border:1px solid #cbd5e1b8;border-radius:18px;flex:none;min-width:184px;box-shadow:0 10px 24px #0f172a0d}.logos-grid{max-width:var(--max-w);background:#ffffffeb;border:1px solid #cbd5e1b8;border-radius:22px;grid-template-columns:repeat(5,1fr);gap:0;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 14px 34px #0f172a0d}.logos-divider{max-width:var(--max-w);background:repeating-linear-gradient(-45deg,#e2e8f085 0 2px,#fffffff2 2px 8px);border-left:1px solid #cbd5e1b8;border-right:1px solid #cbd5e1b8;height:34px;margin:0 auto}.logos-grid+.logos-divider,.logos-divider+.logos-grid{margin-top:-1px}.logos-divider+.logos-grid{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.logo-item{font-family:var(--font-body);color:var(--text);letter-spacing:-.02em;border-right:1px solid #cbd5e1b8;justify-content:stretch;align-items:stretch;min-height:104px;padding:0;font-size:1.1rem;font-weight:700;transition:background .2s,transform .2s;display:flex;position:relative}.logo-item:last-child{border-right:none}.logo-item:before{content:"";opacity:0;background:linear-gradient(#f8fafcd1,#fff);transition:opacity .2s;position:absolute;inset:0}.logo-item:hover:before{opacity:1}.logo-item:hover{transform:translateY(-1px)}.partner-logo-card{z-index:1;flex-direction:row;justify-content:center;align-items:center;gap:14px;width:100%;padding:18px;display:flex;position:relative}.partner-logo-card--stacked{flex-direction:row;gap:12px}.logo-item .partner-logo-mark{opacity:.98;flex:none;justify-content:center;align-items:center;width:100%;max-width:60px;height:42px;min-height:42px;transition:opacity .2s,transform .2s,filter .2s;display:flex}.logo-item:hover .partner-logo-mark{opacity:1;filter:saturate(1.06);transform:scale(1.05)}.partner-logo-name{letter-spacing:-.045em;color:#1f2937;white-space:nowrap;font-size:clamp(1.02rem,.92rem + .5vw,1.35rem);font-weight:750;line-height:1}.partner-logo-name--launchpad{letter-spacing:-.06em;color:#7c2d12;font-style:italic;font-weight:800}.partner-logo-name--datavault{letter-spacing:-.095em;color:#312e81;text-transform:none;text-transform:uppercase;padding-left:0;padding-right:12px;font-weight:800;position:relative}.partner-logo-name--datavault:before{content:"";z-index:-1;background:linear-gradient(90deg,#8b5cf61a 0%,#6366f12e 100%);border:1px solid #818cf847;border-radius:10px;width:calc(100% + 4px);height:70%;position:absolute;top:50%;left:-2px;transform:translateY(-50%)skew(-12deg)}.partner-logo-name--datavault:after{content:"";background:linear-gradient(135deg,#8b5cf6 0%,#4f46e5 100%);border-radius:2px;width:8px;height:8px;position:absolute;top:50%;right:0;transform:translateY(-50%)rotate(45deg)}.partner-logo-name--scaleup{letter-spacing:-.06em;color:#166534;padding-left:14px;font-weight:800;position:relative}.partner-logo-name--scaleup:before,.partner-logo-name--scaleup:after{content:"";border-radius:999px;position:absolute;left:0}.partner-logo-name--scaleup:before{background:linear-gradient(#4ade80 0%,#16a34a 100%);width:7px;height:20px;top:50%;transform:translateY(-50%)}.partner-logo-name--scaleup:after{background:#22c55e;width:14px;height:3px;top:calc(50% - 12px);left:2px;transform:rotate(-34deg)}.partner-logo-name--clearpath{letter-spacing:-.07em;color:#0f4c81;padding-right:18px;font-weight:800;position:relative}.partner-logo-name--clearpath:before{content:"";border-top:3px solid #0ea5e9;border-right:3px solid #0ea5e9;border-radius:2px;width:12px;height:12px;position:absolute;top:50%;right:2px;transform:translateY(-50%)rotate(45deg)}.partner-logo-name--clearpath:after{content:"";background:linear-gradient(90deg,#0ea5e91a,#0ea5e9);border-radius:999px;width:18px;height:3px;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.partner-logo-name--beacon{letter-spacing:-.065em;color:#be123c;padding-left:16px;font-weight:800;position:relative}.partner-logo-name--beacon:before,.partner-logo-name--beacon:after{content:"";border-radius:999px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.partner-logo-name--beacon:before{content:none}.partner-logo-name--beacon:after{border:1.5px solid #f43f5e47;width:20px;height:20px;left:-6px}.partner-logo-name--stratos{letter-spacing:-.075em;color:#1d4ed8;padding-right:16px;font-style:italic;font-weight:800;position:relative}.partner-logo-name--stratos:before{content:"";background:linear-gradient(90deg,#3b82f629,#2563eb);border-radius:999px;width:14px;height:3px;position:absolute;top:50%;right:0;transform:translateY(-50%)skew(-32deg)}.partner-logo-name--stratos:after{content:"";border-top:2px solid #60a5fa;border-right:2px solid #60a5fa;border-radius:2px;width:10px;height:10px;position:absolute;top:calc(50% - 8px);right:2px;transform:rotate(18deg)}.partner-logo-svg{width:100%;height:100%;overflow:visible}.partner-logo-image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}@keyframes logosMarqueeForward{0%{transform:translate(0)}to{transform:translate(calc(-50% - 7px))}}@keyframes logosMarqueeReverse{0%{transform:translate(calc(-50% - 7px))}to{transform:translate(0)}}.feature-stack{isolation:isolate;background:linear-gradient(#e7f5ee 0%,#dff2e8 100%);padding:0 0 10vh;scroll-margin-top:8px;position:relative}.feature-stack:before,.feature-stack:after{content:"";pointer-events:none;position:absolute;inset:0}.feature-stack:before{filter:blur(30px);background:radial-gradient(circle at 12% 16%,#b7ffd92e,#0000 26%),radial-gradient(circle at 84% 18%,#75f8c23d,#0000 22%),radial-gradient(circle at 72% 82%,#23b67d3d,#0000 26%);animation:8s ease-in-out infinite alternate fbAuroraShift}.feature-stack:after{opacity:.48;background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:96px 96px}.feature-block{min-height:100vh;padding:0;position:sticky;top:0;overflow:hidden}.feature-block:first-child{z-index:1}.feature-block:nth-child(2){z-index:2}.feature-block:nth-child(3){z-index:3}.feature-block-inner{isolation:isolate;border-radius:0;max-width:100%;min-height:100vh;margin:0;position:relative;box-shadow:inset 0 1px #ffffff14}.feature-block-inner:before,.feature-block-inner:after{content:"";pointer-events:none;z-index:0;border-radius:999px;position:absolute}.feature-block-inner:before{filter:blur(14px);background:radial-gradient(circle,#ffffff38 0%,#ffffff0d 42%,#0000 68%);width:40vw;height:40vw;animation:8s ease-in-out infinite fbOrbFloat;top:4%;right:-10%}.feature-block-inner:after{filter:blur(16px);background:radial-gradient(circle,#a7ffda38 0%,#a7ffda0d 44%,#0000 70%);width:30vw;height:30vw;animation:10s ease-in-out infinite reverse fbOrbFloat;bottom:4%;left:-10%}.fb-scene{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.fb-scene span{display:block;position:absolute}.fb-scene--grid:before{content:"";opacity:.72;background-image:linear-gradient(#e9fff31f 1px,#0000 1px),linear-gradient(90deg,#e9fff31a 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:8% 6%;-webkit-mask-image:radial-gradient(circle,#000 48%,#0000 88%);mask-image:radial-gradient(circle,#000 48%,#0000 88%)}.fb-scene-orb{filter:blur(10px);border-radius:50%;width:340px;height:340px}.fb-scene-orb--a{background:radial-gradient(circle,#effff657 0%,#effff61a 48%,#0000 72%);animation:6.5s ease-in-out infinite fbOrbFloat;top:8%;right:12%}.fb-scene-orb--b{background:radial-gradient(circle,#76f1bc47 0%,#76f1bc1a 54%,#0000 78%);width:260px;height:260px;animation:8.5s ease-in-out infinite reverse fbOrbFloat;bottom:4%;left:26%}.fb-scene-line{transform-origin:50%;background:linear-gradient(90deg,#0000,#eafff357,#0000)}.fb-scene-line--h{width:38%;height:2px;top:24%;left:14%;box-shadow:0 0 26px #eafff342}.fb-scene-line--v{background:linear-gradient(#0000,#eafff34d,#0000);width:2px;height:40%;top:12%;left:22%;box-shadow:0 0 26px #eafff338}.fb-scene--flow:before,.fb-scene--flow:after{content:"";opacity:.72;border-radius:999px;position:absolute}.fb-scene--flow:before{border:2px solid #0000;border-color:#dbffec33 #0000 #0000 #dbffec33;width:54%;height:54%;inset:12% auto auto 4%;transform:rotate(-12deg)}.fb-scene--flow:after{border:2px solid #dbffec29;border-color:#0000 #dbffec29 #dbffec29 #0000;width:42%;height:42%;inset:auto 4% 10% auto;transform:rotate(10deg)}.fb-flow-path{background:linear-gradient(90deg,#deffee00,#deffee8c,#deffee00);border-radius:999px;height:3px}.fb-flow-path--one{width:48%;top:22%;left:2%;transform:rotate(22deg)}.fb-flow-path--two{width:38%;bottom:18%;right:4%;transform:rotate(-32deg)}.fb-flow-dot{background:#d9ffeb;border-radius:50%;width:16px;height:16px;box-shadow:0 0 0 14px #d9ffeb24,0 0 28px #d9ffeb61}.fb-flow-dot--one{animation:2.4s ease-in-out infinite fbPulseDot;top:24%;left:18%}.fb-flow-dot--two{animation:2.4s ease-in-out .7s infinite fbPulseDot;top:42%;left:32%}.fb-flow-dot--three{animation:2.4s ease-in-out 1.2s infinite fbPulseDot;bottom:20%;right:18%}.fb-ring{border:1px solid #c4ffe124;border-radius:50%}.fb-ring--one{border-width:2px;width:500px;height:500px;animation:12s linear infinite fbSpinSlow;top:2%;right:2%}.fb-ring--two{border-style:dashed;border-width:2px;width:320px;height:320px;animation:8.5s linear infinite reverse fbSpinSlow;top:16%;right:10%}.fb-ring--three{border-width:2px;border-color:#8cf5c342;width:180px;height:180px;animation:3s ease-in-out infinite fbPulseDot;bottom:10%;left:8%}.fb-beam{filter:blur(2px);border-radius:999px}.fb-beam--one{background:linear-gradient(90deg,#77f0b742,#77f0b700);width:48%;height:160px;top:10%;left:-12%;transform:rotate(-12deg)}.fb-beam--two{background:linear-gradient(90deg,#c4ffe100,#c4ffe138);width:40%;height:130px;bottom:8%;right:-10%;transform:rotate(14deg)}.feature-block-top{z-index:1;grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);align-items:center;gap:36px;min-height:100vh;padding:68px 72px 72px;display:grid;position:relative}.feature-block--green-mid .feature-block-top{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)}.feature-block--green{color:#fff;background:radial-gradient(circle at 14% 18%,#e5fff047,#0000 30%),radial-gradient(circle at 82% 84%,#7eeaba2e,#0000 28%),linear-gradient(135deg,#2e9e73 0%,#49bb8a 48%,#82deb0 100%)}.feature-block--green-mid{color:#fff;background:radial-gradient(circle at 78% 16%,#d6ffe538,#0000 28%),radial-gradient(circle at 16% 78%,#5ce0b429,#0000 32%),linear-gradient(135deg,#106c54 0%,#179174 44%,#70d8bb 100%)}.feature-block--green-deep{color:#fff;background:radial-gradient(circle at 72% 20%,#6be8b81f,#0000 28%),radial-gradient(circle at 20% 86%,#0d5d4233,#0000 34%),linear-gradient(135deg,#063828 0%,#0a4a35 40%,#116347 100%)}.feature-block--green .fb-subtitle,.feature-block--green-mid .fb-subtitle,.feature-block--green-deep .fb-subtitle{color:#f4fff9cc}.fb-copy{z-index:2;flex-direction:column;justify-content:center;padding-right:0;animation:.9s cubic-bezier(.16,1,.3,1) both fbCopyRise;display:flex;position:relative}.fb-kicker{letter-spacing:.08em;text-transform:uppercase;color:#eefff5eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#eefff51f;border:1px solid #eefff52e;border-radius:999px;width:fit-content;margin-bottom:20px;padding:8px 14px;font-size:.74rem;font-weight:800;display:inline-flex;box-shadow:0 14px 26px #04291c14}.fb-title{font-family:var(--font-serif);letter-spacing:-.045em;text-wrap:balance;text-shadow:0 8px 24px #08251c24;max-width:100%;margin-bottom:22px;font-size:clamp(2.4rem,4.8vw,4.5rem);font-weight:400;line-height:.98}.fb-subtitle{text-wrap:pretty;max-width:100%;font-size:clamp(1.02rem,1.25vw,1.28rem);line-height:1.72}.fb-cta{border-radius:var(--r-full);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border:1px solid #ffffff40;align-items:center;gap:8px;width:fit-content;padding:12px 28px;font-size:.9rem;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.fb-cta:hover{background:#ffffff40;transform:translateY(-2px)}.fb-cta svg{width:14px;height:14px}.fb-visual{z-index:2;justify-content:center;align-items:flex-end;animation:1s cubic-bezier(.16,1,.3,1) both fbVisualFloatIn;display:flex;position:relative}.fb-screenshot{transform-origin:50%;will-change:transform;contain:layout paint;background:linear-gradient(#ffffff1f,#ffffff12);border:1px solid #ffffff1f;border-radius:30px;width:100%;max-width:860px;animation:9s ease-in-out infinite fbCardHover;position:relative;overflow:hidden;transform:perspective(1600px)rotateY(-5deg)rotateX(2deg);box-shadow:0 34px 90px #0000002e,inset 0 1px #ffffff2e}.feature-block--green-mid .fb-screenshot{max-width:920px;animation:9s ease-in-out infinite fbCardHoverRight;transform:perspective(1600px)rotateY(5deg)rotateX(2deg)}.fb-screenshot .placeholder{aspect-ratio:4/3;text-align:center;color:#eafff373;width:100%;font-size:.8rem;font-family:var(--font-mono);background:linear-gradient(#ffffff14,#ffffff08);justify-content:center;align-items:center;padding:24px;display:flex}.fb-video{aspect-ratio:4/3;object-fit:contain;object-position:center;filter:saturate(1.02)contrast(1.02);background:linear-gradient(#ffffff0a,#ffffff14);width:100%;display:block}.fb-video-progress{background:#ffffffeb;border-radius:999px;height:4px;position:absolute;bottom:16px;left:18px;right:18px;overflow:hidden;box-shadow:inset 0 0 0 1px #fffc}.fb-video-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#ff5a5f,#e11d48);width:0;height:100%;transition:width .14s linear;display:block;box-shadow:0 0 12px #e11d4859}.fb-visual:before,.fb-visual:after{content:"";z-index:5;background:#7ff0b9;border-radius:4px;width:12px;height:12px;position:absolute;box-shadow:0 0 0 6px #7ff0b914}.feature-block--green .fb-visual:before{background:#d5ffe8;top:38%;left:-12px}.feature-block--green .fb-visual:after{background:#d5ffe8;bottom:30%;right:-12px}.feature-block--green-mid .fb-visual:before{background:#b9ffe2;top:32%;left:-12px}.feature-block--green-mid .fb-visual:after{background:#b9ffe2;bottom:22%;right:-12px}.feature-block--green-deep .fb-visual:before{background:#6ce7b0;top:28%;left:-12px}.feature-block--green-deep .fb-visual:after{background:#6ce7b0;bottom:24%;right:-12px}@keyframes fbAuroraShift{0%{opacity:.9;transform:translate(0,0)scale(1)}to{opacity:1;transform:translate(1.5%,-1.5%)scale(1.04)}}@keyframes fbOrbFloat{0%,to{transform:translate(0,0)}50%{transform:translateY(-18px)}}@keyframes fbPulseDot{0%,to{opacity:.82;transform:scale(1)}50%{opacity:1;transform:scale(1.28)}}@keyframes fbCopyRise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fbVisualFloatIn{0%{opacity:0;transform:translateY(36px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fbCardHover{0%,to{transform:perspective(1600px)rotateY(-5deg)rotateX(2deg)translateY(0)}50%{transform:perspective(1600px)rotateY(-2deg)rotateX(0)translateY(-8px)}}@keyframes fbCardHoverRight{0%,to{transform:perspective(1600px)rotateY(5deg)rotateX(2deg)translateY(0)}50%{transform:perspective(1600px)rotateY(2deg)rotateX(0)translateY(-8px)}}@keyframes fbSpinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes caseQualifyIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes caseQualifyFill{0%{width:0}35%,70%{width:var(--fill-target)}to{width:0}}@keyframes caseFollowStepIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes caseFollowLane{0%{transform:translate(-8%)}50%{transform:translate(120%)}to{transform:translate(-8%)}}@keyframes caseFollowSweep{0%,to{opacity:0;transform:translate(-140%)}15%,60%{opacity:1}38%{opacity:.7;transform:translate(140%)}}@keyframes caseFollowStatePulse{0%,to{transform:scale(1);box-shadow:0 10px 18px #0f6a4d2e}50%{transform:scale(1.03);box-shadow:0 14px 24px #2bbb7c42}}@keyframes caseFollowCardPulse{0%,to{border-color:#0f172a0f;box-shadow:0 10px 20px #0f172a0d}50%{border-color:#0f6a4d29;box-shadow:0 16px 28px #0f6a4d1f}}@keyframes caseFollowIconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes caseFollowChipBlink{0%,to{opacity:1}50%{opacity:.65}}@keyframes caseFollowDotPulse{0%,to{transform:scale(1);box-shadow:0 0 0 5px #2dbf7d1a}50%{transform:scale(1.18);box-shadow:0 0 0 9px #2dbf7d29}}@keyframes caseSpeedSlideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes caseSpeedDotBlink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.7)}}@keyframes caseSpeedSparkFlow{0%{opacity:0;left:0}15%{opacity:1}85%{opacity:1}to{opacity:0;left:calc(100% - 6px)}}@keyframes caseSpeedHubPulse{0%,to{transform:scale(1);box-shadow:0 0 15px #169b6b4d}50%{transform:scale(1.06);box-shadow:0 0 25px #169b6b80}}@keyframes caseSpeedHubSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes caseSpeedCaptureIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes caseCardBorderShift{0%{background-image:linear-gradient(var(--bg),var(--bg)),linear-gradient(135deg,#e74c3c,#2ecc71,#e74c3c,#2ecc71)}25%{background-image:linear-gradient(var(--bg),var(--bg)),linear-gradient(225deg,#e74c3c,#2ecc71,#e74c3c,#2ecc71)}50%{background-image:linear-gradient(var(--bg),var(--bg)),linear-gradient(315deg,#e74c3c,#2ecc71,#e74c3c,#2ecc71)}75%{background-image:linear-gradient(var(--bg),var(--bg)),linear-gradient(45deg,#e74c3c,#2ecc71,#e74c3c,#2ecc71)}to{background-image:linear-gradient(var(--bg),var(--bg)),linear-gradient(135deg,#e74c3c,#2ecc71,#e74c3c,#2ecc71)}}@keyframes caseAnalyticsLineDraw{0%{stroke-dashoffset:500px}to{stroke-dashoffset:0}}@keyframes caseAnalyticsScanline{0%{left:-10%}to{left:110%}}@keyframes caseAnalyticsDotPulse{0%,to{r:5;opacity:1}50%{r:9;opacity:.6}}@keyframes caseAnalyticsAreaReveal{0%{opacity:0}to{opacity:1}}@keyframes caseAnalyticsCountUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes caseAnalyticsRingGrow{0%{stroke-dasharray:0 100}35%,65%{stroke-dasharray:var(--ring-target),100}to{stroke-dasharray:0 100}}@keyframes caseAnalyticsLiveBlink{0%,to{opacity:1}50%{opacity:.3}}@keyframes caseAnalyticsStatShine{0%,to{background-position:-200%}50%{background-position:200%}}@keyframes caseRoutingPulseFlow{0%{opacity:0;left:0}20%{opacity:1}80%{opacity:1}to{opacity:0;left:100%}}@keyframes caseRoutingPulseFlowOut{0%{opacity:0;right:100%}20%{opacity:1}80%{opacity:1}to{opacity:0;right:0}}@keyframes caseRoutingRingSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes caseRoutingCoreGlow{0%,to{box-shadow:0 0 15px #169b6b4d,0 0 30px #169b6b1a}50%{box-shadow:0 0 25px #169b6b80,0 0 50px #169b6b33}}@keyframes caseRoutingNodePop{0%{opacity:0;transform:scale(.7)}60%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes caseRoutingMatchFlash{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}@keyframes caseRoutingActiveGlow{0%,to{box-shadow:0 0 0 4px #169b6b26}50%{box-shadow:0 0 0 10px #169b6b40}}@keyframes caseRoutingFactorSlide{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes caseRevenueStageGrow{0%{width:0}to{width:var(--stage-width)}}@keyframes caseRevenueFlow{0%{opacity:0;transform:translate(-100%)}30%{opacity:1}70%{opacity:1}to{opacity:0;transform:translate(100%)}}@keyframes caseRevenueVelocity{0%{width:0}50%{width:85%}to{width:0}}@keyframes caseRevenueVelGlow{0%{left:-20%}to{left:120%}}@keyframes caseRevenueStagePulse{0%,to{opacity:.85}50%{opacity:1}}@keyframes caseRevenueTotalPulse{0%,to{text-shadow:0 0 #0000;transform:scale(1)}50%{text-shadow:0 0 12px #169b6b66;transform:scale(1.05)}}@keyframes caseRevenueSweep{0%,to{opacity:0;transform:translate(-150%)}20%,55%{opacity:1}40%{opacity:.7;transform:translate(150%)}}.case-section{text-align:center;background:radial-gradient(circle at 18% 22%,#bef5db47,transparent 22%),radial-gradient(circle at 82% 14%,#d0f7e238,transparent 18%),linear-gradient(180deg,#fbfffc 0%,#f7fcf8 26%,var(--bg)100%);padding:120px 48px;position:relative;overflow:hidden}.case-doodles{z-index:0;pointer-events:none;opacity:.95;position:absolute;inset:0}.case-doodles-svg{width:100%;height:100%}.case-doodle-line,.case-doodle-swish{fill:none;stroke-linecap:round;stroke-linejoin:round}.case-doodle-line{stroke:#1b8a5429;stroke-width:4px;stroke-dasharray:10 14 160 18}.case-doodle-line--soft{stroke:#1b8a541a;stroke-width:3px;stroke-dasharray:8 18 120 16}.case-doodle-swish{stroke:#169b6b24;stroke-width:2.5px}.case-doodle-swish--two{stroke:#2ecc711f}.case-doodle-swish--three{stroke:#0f6a4d1a}.case-shell{z-index:1;will-change:transform,opacity;backface-visibility:hidden;max-width:100%;margin:0 auto;position:relative;transform:translateZ(0)}.case-intro{backface-visibility:hidden;max-width:760px;margin:0 auto 64px;position:relative}.case-h2{font-family:var(--font-serif);margin-bottom:16px;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:400;line-height:1.1}.case-sub{color:var(--text2);max-width:600px;margin:0 auto 64px;font-size:.95rem;line-height:1.7}.case-grid{max-width:var(--max-w);text-align:left;grid-template-columns:repeat(3,1fr);gap:120px 40px;margin:0 auto;display:grid}.case-card{border-radius:var(--r-xl);background-image:linear-gradient(var(--bg),var(--bg)),linear-gradient(135deg,#e74c3c,#2ecc71,#e74c3c,#2ecc71);background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;animation:4s ease-in-out infinite caseCardBorderShift;overflow:hidden}.case-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #e74c3c26,0 20px 40px #2ecc7126}.case-card-img{aspect-ratio:4/3;border:1px solid var(--border);border-radius:var(--r-xl)var(--r-xl)0 0;background:var(--bg-warm);width:100%;overflow:hidden}.case-qualify-demo{background:radial-gradient(circle at 100% 0,#45cd901f,#0000 26%),linear-gradient(#fcfffd,#f5fbf7);flex-direction:column;gap:16px;height:100%;padding:22px;display:flex}.case-qualify-topbar,.case-qualify-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.case-qualify-pill,.case-qualify-score,.case-qualify-chip{border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:.68rem;font-weight:800;display:inline-flex}.case-qualify-pill{color:#0f6a4d;background:#0f6a4d14}.case-qualify-score{color:#fff;background:linear-gradient(135deg,#169b6b,#33c481);box-shadow:0 10px 18px #169b6b2e}.case-qualify-chat{flex-direction:column;gap:10px;display:flex}.case-qualify-msg{opacity:0;border-radius:16px;max-width:88%;padding:14px;font-size:.76rem;line-height:1.5;animation:.7s cubic-bezier(.16,1,.3,1) forwards caseQualifyIn;box-shadow:0 10px 20px #0f172a0d}.case-qualify-msg--lead{color:#344054;background:#fff;border:1px solid #0f172a0f;align-self:flex-start;animation-delay:.2s}.case-qualify-msg--ai{color:#0f5138;background:linear-gradient(135deg,#0f6a4d1f,#4ebf8329);border:1px solid #0f6a4d14;align-self:flex-end;animation-delay:.9s}.case-qualify-metrics{flex-direction:column;gap:12px;margin-top:2px;display:flex}.case-qualify-metric span{color:#475467;margin-bottom:6px;font-size:.7rem;font-weight:700;display:block}.case-qualify-bar{background:#e9f2ec;border-radius:999px;height:10px;overflow:hidden}.case-qualify-fill{border-radius:inherit;background:linear-gradient(90deg,#20b26f,#5ad18f);width:0;height:100%;animation:2.6s cubic-bezier(.16,1,.3,1) infinite caseQualifyFill;display:block}.case-qualify-fill--one{--fill-target:78%;animation-delay:.2s}.case-qualify-fill--two{--fill-target:91%;animation-delay:.5s}.case-qualify-fill--three{--fill-target:86%;animation-delay:.8s}.case-qualify-chip{color:#667085;background:#fff;border:1px solid #0f172a0f}.case-qualify-chip--accent{color:#0f6a4d;background:#0f6a4d14;border-color:#0f6a4d14}.case-followup-demo{background:radial-gradient(circle at 0 0,#5fd4991f,#0000 26%),linear-gradient(#fcfffd,#f5fbf7);flex-direction:column;gap:16px;height:100%;padding:22px;display:flex;position:relative;overflow:hidden}.case-followup-demo:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(110deg,#0000 0%,#ffffff6b 48%,#0000 100%);animation:4.2s ease-in-out infinite caseFollowSweep;position:absolute;inset:0;transform:translate(-140%)}.case-followup-head,.case-followup-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.case-followup-pill,.case-followup-state,.case-followup-chip{border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:.68rem;font-weight:800;display:inline-flex}.case-followup-pill{color:#0f6a4d;background:#0f6a4d14}.case-followup-state{color:#fff;background:linear-gradient(135deg,#0f6a4d,#2bbb7c);animation:1.8s ease-in-out infinite caseFollowStatePulse;box-shadow:0 10px 18px #0f6a4d2e}.case-followup-steps{flex-direction:column;gap:12px;display:flex}.case-followup-step{opacity:0;background:#fff;border:1px solid #0f172a0f;border-radius:16px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;animation:.7s cubic-bezier(.16,1,.3,1) forwards caseFollowStepIn;display:grid;transform:translateY(12px);box-shadow:0 10px 20px #0f172a0d}.case-followup-step--active,.case-followup-step--delay,.case-followup-step--crm{animation-name:caseFollowStepIn,caseFollowCardPulse;animation-duration:.7s,3.2s;animation-timing-function:cubic-bezier(.16,1,.3,1),ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards,none}.case-followup-step--active{animation-delay:.15s,1.2s}.case-followup-step--delay{animation-delay:.55s,1.95s}.case-followup-step--crm{animation-delay:.95s,2.7s}.case-followup-icon{color:#0f6a4d;letter-spacing:.04em;background:linear-gradient(135deg,#e5fbef,#f6fffa);border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:.66rem;font-weight:800;animation:2.6s ease-in-out infinite caseFollowIconPulse;display:flex}.case-followup-copy{flex-direction:column;gap:3px;display:flex}.case-followup-copy strong{color:#1f2937;font-size:.82rem}.case-followup-copy span{color:#667085;font-size:.7rem}.case-followup-step b{color:#0f6a4d;background:#0f6a4d14;border-radius:999px;padding:7px 10px;font-size:.66rem;animation:2.2s ease-in-out infinite caseFollowChipBlink}.case-followup-lane{background:linear-gradient(90deg,#0f6a4d14,#0f6a4d29,#0f6a4d14);border-radius:999px;height:12px;margin:2px 6px 0;position:relative;overflow:hidden}.case-followup-lane:before{content:"";border-radius:inherit;background:linear-gradient(90deg,#1db16f,#55d291);width:38%;animation:2.6s ease-in-out infinite caseFollowLane;position:absolute;inset:0}.case-followup-lane-dot{background:#fff;border:3px solid #2dbf7d;border-radius:50%;width:16px;height:16px;margin-top:-8px;animation:2.6s ease-in-out infinite caseFollowDotPulse;position:absolute;top:50%;box-shadow:0 0 0 5px #2dbf7d1a}.case-followup-lane-dot--one{animation-delay:.1s;left:18%}.case-followup-lane-dot--two{animation-delay:.5s;left:48%}.case-followup-lane-dot--three{animation-delay:.9s;left:78%}.case-followup-chip{color:#667085;background:#fff;border:1px solid #0f172a0f}.case-followup-chip--accent{color:#0f6a4d;background:#0f6a4d14;border-color:#0f6a4d14}.case-speed-demo{background:radial-gradient(circle at 20% 30%,#e74c3c0f,#0000 30%),radial-gradient(circle at 80% 70%,#2ecc710f,#0000 30%),linear-gradient(#fcfffd,#f5fbf7);flex-direction:column;gap:6px;height:100%;padding:10px 10px 8px;display:flex;position:relative;overflow:hidden}.case-speed-topbar{justify-content:space-between;align-items:center;display:flex}.case-speed-pill{color:#0f6a4d;background:#0f6a4d14;border-radius:999px;align-items:center;min-height:20px;padding:0 9px;font-size:.56rem;font-weight:800;display:inline-flex}.case-speed-latency{color:#2ecc71;font-size:.52rem;font-weight:800;animation:2s ease-in-out infinite caseSpeedDotBlink}.case-speed-main{flex:1;grid-template-columns:1fr auto 1fr;align-items:center;gap:0;display:grid}.case-speed-channels{flex-direction:column;gap:6px;display:flex}.case-speed-channel{opacity:0;background:#fff;border:1px solid #0f172a0f;border-radius:10px;align-items:center;gap:6px;padding:6px 8px;animation:.6s cubic-bezier(.16,1,.3,1) forwards caseSpeedSlideIn;display:flex;position:relative;box-shadow:0 4px 12px #0f172a0a}.case-speed-channel--ig{animation-delay:.1s}.case-speed-channel--li{animation-delay:.3s}.case-speed-channel--fb{animation-delay:.5s}.case-speed-ch-icon{color:#fff;background:linear-gradient(135deg,#e1306c,#f77737);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.5rem;font-weight:900;display:flex}.case-speed-ch-icon--li{background:linear-gradient(135deg,#0077b5,#00a0dc)}.case-speed-ch-icon--fb{background:linear-gradient(135deg,#1877f2,#42a5f5)}.case-speed-contact{flex-direction:column;gap:0;min-width:0;display:flex}.case-speed-contact strong{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:.52rem;overflow:hidden}.case-speed-contact span{color:#667085;font-size:.44rem}.case-speed-ch-dot{background:#2ecc71;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.5s ease-in-out infinite caseSpeedDotBlink}.case-speed-channel--ig .case-speed-ch-dot{animation-delay:.2s}.case-speed-channel--li .case-speed-ch-dot{animation-delay:.6s}.case-speed-channel--fb .case-speed-ch-dot{animation-delay:1s}.case-speed-connector{justify-content:center;align-items:center;width:50px;height:100%;display:flex;position:relative}.case-speed-line{background:repeating-linear-gradient(90deg,#0f172a1f 0 4px,#0000 4px 8px);height:1px;position:absolute;left:0;right:0}.case-speed-line--one{top:22%}.case-speed-line--two{top:50%}.case-speed-line--three{top:78%}.case-speed-spark{background:#2ecc71;border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite caseSpeedSparkFlow;position:absolute;box-shadow:0 0 6px #2ecc7199}.case-speed-spark--one{animation-delay:.3s;top:calc(22% - 3px)}.case-speed-spark--two{animation-delay:.8s;top:calc(50% - 3px)}.case-speed-spark--three{animation-delay:1.3s;top:calc(78% - 3px)}.case-speed-capture-hub{z-index:2;background:linear-gradient(135deg,#0f6a4d,#2bbb7c);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;animation:2s ease-in-out infinite caseSpeedHubPulse;display:flex;position:relative;box-shadow:0 0 15px #169b6b4d}.case-speed-capture-hub span{z-index:2;font-size:.7rem}.case-speed-hub-ring{border:1.5px dashed #2ecc7159;border-radius:50%;animation:6s linear infinite caseSpeedHubSpin;position:absolute;inset:-6px}.case-speed-captured{flex-direction:column;gap:5px;display:flex}.case-speed-captured-header{justify-content:space-between;align-items:center;margin-bottom:2px;padding:0 4px;display:flex}.case-speed-captured-header span{color:#475467;font-size:.54rem;font-weight:700}.case-speed-captured-header b{color:#fff;background:linear-gradient(135deg,#169b6b,#2ecc71);border-radius:999px;padding:2px 6px;font-size:.48rem;font-weight:800}.case-speed-captured-item{opacity:0;background:#fff;border:1px solid #0f172a0d;border-radius:8px;align-items:center;gap:5px;padding:5px 7px;animation:.5s cubic-bezier(.16,1,.3,1) forwards caseSpeedCaptureIn;display:flex;box-shadow:0 2px 8px #0f172a08}.case-speed-captured-item--one{animation-delay:.6s}.case-speed-captured-item--two{animation-delay:1s}.case-speed-captured-item--three{animation-delay:1.4s}.case-speed-captured-item span{color:#344054;font-size:.5rem;font-weight:600}.case-speed-captured-item b{color:#0f6a4d;background:#0f6a4d14;border-radius:999px;margin-left:auto;padding:2px 5px;font-size:.44rem;font-weight:800}.case-speed-cap-dot{border-radius:50%;flex-shrink:0;width:5px;height:5px}.case-speed-cap-dot--green{background:#2ecc71}.case-speed-cap-dot--pulse{background:#2ecc71;animation:1s ease-in-out infinite caseSpeedDotBlink}.case-speed-hub-logo{object-fit:contain;z-index:2;background:#fff;border-radius:50%;width:20px;height:20px;padding:3px;box-shadow:0 4px 12px #0f172a29}.case-speed-statusbar{justify-content:center;align-items:center;gap:14px;padding:3px 0 0;display:flex}.case-speed-status-item{color:#667085;align-items:center;gap:4px;font-size:.48rem;font-weight:700;display:flex}.case-speed-status-dot{border-radius:50%;width:5px;height:5px}.case-speed-status-dot--active{background:#2ecc71;animation:1.8s ease-in-out infinite caseSpeedDotBlink}.case-analytics-demo{background:radial-gradient(circle at 100% 100%,#169b6b1a,#0000 40%),linear-gradient(#fcfffd,#f5fbf7);flex-direction:column;gap:6px;height:100%;padding:12px 14px;display:flex;position:relative;overflow:hidden}.case-analytics-topbar{justify-content:space-between;align-items:center;gap:10px;display:flex}.case-analytics-pill{color:#0f6a4d;background:#0f6a4d14;border-radius:999px;align-items:center;min-height:22px;padding:0 10px;font-size:.6rem;font-weight:800;display:inline-flex}.case-analytics-live{color:#e74c3c;letter-spacing:.08em;font-size:.56rem;font-weight:800;animation:1.2s ease-in-out infinite caseAnalyticsLiveBlink}.case-analytics-chart{background:#fff9;border:1px solid #0f172a0d;border-radius:8px;width:100%;height:60px;position:relative;overflow:hidden}.case-analytics-svg{width:100%;height:100%}.case-analytics-line{stroke-dasharray:500;stroke-dashoffset:500px;animation:2.5s ease-out forwards caseAnalyticsLineDraw}.case-analytics-area{opacity:0;animation:1.5s ease-out 1s forwards caseAnalyticsAreaReveal}.case-analytics-dot{animation:1.8s ease-in-out infinite caseAnalyticsDotPulse}.case-analytics-scanline{pointer-events:none;background:linear-gradient(#0000,#169b6b99,#0000);width:2px;animation:3s ease-in-out infinite caseAnalyticsScanline;position:absolute;top:0;bottom:0;left:-10%;box-shadow:0 0 12px #169b6b66}.case-analytics-stats{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.case-analytics-stat{text-align:center;opacity:0;background:#fff;border:1px solid #0f172a0d;border-radius:10px;padding:5px 3px;animation:.6s ease-out forwards caseAnalyticsCountUp;box-shadow:0 4px 12px #0f172a0a}.case-analytics-stat:first-child{animation-delay:.4s}.case-analytics-stat:nth-child(2){animation-delay:.7s}.case-analytics-stat:nth-child(3){animation-delay:1s}.case-analytics-stat-val{color:#0f6a4d;background:linear-gradient(90deg,#0f6a4d,#2bbb7c,#0f6a4d) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.82rem;font-weight:800;animation:3s ease-in-out infinite caseAnalyticsStatShine;display:block}.case-analytics-stat-label{color:#667085;margin-top:1px;font-size:.54rem;font-weight:600;display:block}.case-analytics-meters{justify-content:center;gap:20px;display:flex}.case-analytics-meter{flex-direction:column;align-items:center;gap:2px;display:flex}.case-analytics-meter-ring{width:42px;height:42px;position:relative}.case-analytics-ring-svg{width:100%;height:100%;transform:rotate(-90deg)}.case-analytics-ring-fill{stroke-dasharray:0 100;transition:stroke-dasharray .3s;animation:2.8s cubic-bezier(.16,1,.3,1) infinite caseAnalyticsRingGrow}.case-analytics-ring-fill--a{--ring-target:82;animation-delay:.4s}.case-analytics-ring-fill--b{--ring-target:64;animation-delay:.7s}.case-analytics-meter-val{color:#0f6a4d;font-size:.5rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.case-analytics-meter-label{color:#667085;font-size:.54rem;font-weight:700}.case-routing-demo{background:radial-gradient(circle,#169b6b14,#0000 50%),linear-gradient(#fcfffd,#f5fbf7);flex-direction:column;gap:6px;height:100%;padding:12px 14px;display:flex;position:relative;overflow:hidden}.case-routing-topbar{justify-content:space-between;align-items:center;gap:10px;display:flex}.case-routing-pill{color:#0f6a4d;background:#0f6a4d14;border-radius:999px;align-items:center;min-height:22px;padding:0 10px;font-size:.6rem;font-weight:800;display:inline-flex}.case-routing-badge{color:#fff;background:linear-gradient(135deg,#169b6b,#33c481);border-radius:999px;align-items:center;min-height:22px;padding:0 10px;font-size:.6rem;font-weight:800;display:inline-flex;box-shadow:0 6px 14px #169b6b33}.case-routing-network{flex:1;justify-content:center;align-items:center;gap:0;display:flex;position:relative}.case-routing-source,.case-routing-targets{z-index:2;flex-direction:column;gap:6px;display:flex}.case-routing-node{opacity:0;background:#fff;border:1px solid #0f172a0f;border-radius:10px;flex-direction:column;align-items:center;gap:2px;padding:6px 10px;animation:.6s cubic-bezier(.16,1,.3,1) forwards caseRoutingNodePop;display:flex;box-shadow:0 6px 16px #0f172a0f}.case-routing-node span{color:#344054;letter-spacing:.04em;font-size:.56rem;font-weight:800}.case-routing-node--lead{background:linear-gradient(135deg,#fff,#f0fdf4);animation-delay:.2s}.case-routing-node--rep:first-child{animation-delay:.8s}.case-routing-node--rep:nth-child(2){animation-delay:1s}.case-routing-node--rep:nth-child(3){animation-delay:1.2s}.case-routing-node--active{border-color:#2ecc71;animation:.6s cubic-bezier(.16,1,.3,1) .8s forwards caseRoutingNodePop,2s ease-in-out 1.4s infinite caseRoutingActiveGlow}.case-routing-match{color:#0f6a4d;background:#0f6a4d14;border-radius:999px;padding:1px 6px;font-size:.5rem;font-weight:800}.case-routing-node--active .case-routing-match{color:#fff;background:linear-gradient(135deg,#169b6b,#33c481);animation:1.5s ease-in-out infinite caseRoutingMatchFlash}.case-routing-paths{z-index:1;width:40px;height:90px;position:relative}.case-routing-path{background:linear-gradient(90deg,#169b6b26,#169b6b4d);border-radius:2px;height:2px;position:absolute;left:0;right:0}.case-routing-path--one,.case-routing-path--out-one{top:20%}.case-routing-path--two,.case-routing-path--out-two{top:50%}.case-routing-path--three,.case-routing-path--out-three{top:80%}.case-routing-pulse{background:#2ecc71;border-radius:50%;width:8px;height:8px;position:absolute;box-shadow:0 0 8px #2ecc7180}.case-routing-pulse--one{animation:2s ease-in-out infinite caseRoutingPulseFlow;top:calc(20% - 3px)}.case-routing-pulse--two{animation:2s ease-in-out .5s infinite caseRoutingPulseFlow;top:calc(50% - 3px)}.case-routing-pulse--three{animation:2s ease-in-out 1s infinite caseRoutingPulseFlow;top:calc(80% - 3px)}.case-routing-pulse--out-one{animation:2s ease-in-out 1.2s infinite caseRoutingPulseFlow;top:calc(20% - 3px)}.case-routing-pulse--out-two{animation:2s ease-in-out 1.7s infinite caseRoutingPulseFlow;top:calc(50% - 3px)}.case-routing-pulse--out-three{animation:2s ease-in-out 2.2s infinite caseRoutingPulseFlow;top:calc(80% - 3px)}.case-routing-ai-core{z-index:3;background:linear-gradient(135deg,#0f6a4d,#2bbb7c);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;animation:2.5s ease-in-out infinite caseRoutingCoreGlow;display:flex;position:relative}.case-routing-ai-core span{color:#fff;letter-spacing:.06em;z-index:2;font-size:.62rem;font-weight:900}.case-routing-core-logo{object-fit:contain;z-index:2;background:#fff;border-radius:50%;width:22px;height:22px;padding:3px;box-shadow:0 4px 12px #0f172a29}.case-routing-ai-ring{border:2px dashed #2ecc714d;border-radius:50%;width:58px;height:58px;animation:8s linear infinite caseRoutingRingSpin;position:absolute;top:50%;left:50%}.case-routing-ai-ring--two{border-color:#e74c3c33;width:74px;height:74px;animation-duration:12s;animation-direction:reverse}.case-routing-factors{justify-content:center;gap:8px;display:flex}.case-routing-factor{color:#475467;opacity:0;background:#fff;border:1px solid #0f172a0f;border-radius:999px;padding:3px 8px;font-size:.54rem;font-weight:700;animation:.5s ease-out forwards caseRoutingFactorSlide}.case-routing-factor:first-child{animation-delay:1.4s}.case-routing-factor:nth-child(2){animation-delay:1.6s}.case-routing-factor:nth-child(3){animation-delay:1.8s}.case-revenue-demo{background:radial-gradient(circle at top,#169b6b1a,#0000 40%),linear-gradient(#fcfffd,#f5fbf7);flex-direction:column;gap:5px;height:100%;padding:12px 14px;display:flex;position:relative;overflow:hidden}.case-revenue-demo:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(110deg,#0000 0%,#fff6 48%,#0000 100%);animation:5s ease-in-out infinite caseRevenueSweep;position:absolute;inset:0;transform:translate(-150%)}.case-revenue-topbar{justify-content:space-between;align-items:center;gap:10px;display:flex}.case-revenue-pill{color:#0f6a4d;background:#0f6a4d14;border-radius:999px;align-items:center;min-height:22px;padding:0 10px;font-size:.6rem;font-weight:800;display:inline-flex}.case-revenue-total{color:#0f6a4d;font-size:.9rem;font-weight:900;animation:2.5s ease-in-out infinite caseRevenueTotalPulse}.case-revenue-funnel{flex-direction:column;flex:1;justify-content:center;gap:4px;display:flex}.case-revenue-stage{align-items:center;gap:8px;padding:2px 0;display:flex;position:relative}.case-revenue-stage-bar{border-radius:999px;height:10px;animation:2s cubic-bezier(.16,1,.3,1) forwards caseRevenueStageGrow,3s ease-in-out 2s infinite caseRevenueStagePulse;position:relative;overflow:hidden}.case-revenue-stage--one .case-revenue-stage-bar{--stage-width:100%;background:linear-gradient(90deg,#2ecc71,#27ae60);width:0;animation-delay:.2s}.case-revenue-stage--two .case-revenue-stage-bar{--stage-width:72%;background:linear-gradient(90deg,#27ae60,#169b6b);width:0;animation-delay:.5s}.case-revenue-stage--three .case-revenue-stage-bar{--stage-width:45%;background:linear-gradient(90deg,#169b6b,#0f6a4d);width:0;animation-delay:.8s}.case-revenue-stage--four .case-revenue-stage-bar{--stage-width:28%;background:linear-gradient(90deg,#e74c3c,#c0392b);width:0;animation-delay:1.1s}.case-revenue-stage-info{flex-direction:column;gap:0;min-width:60px;display:flex}.case-revenue-stage-info strong{color:#1f2937;font-size:.62rem}.case-revenue-stage-info span{color:#667085;font-size:.52rem;font-weight:600}.case-revenue-flow{pointer-events:none;width:100%;height:3px;margin-top:-1.5px;position:absolute;top:50%;left:0;overflow:hidden}.case-revenue-flow:before{content:"";background:linear-gradient(90deg,#0000,#2ecc7199,#0000);border-radius:999px;width:30%;height:100%;position:absolute;top:0;left:-100%}.case-revenue-flow--one:before{animation:2.5s ease-in-out .3s infinite caseRevenueFlow}.case-revenue-flow--two:before{animation:2.5s ease-in-out .9s infinite caseRevenueFlow}.case-revenue-flow--three:before{animation:2.5s ease-in-out 1.5s infinite caseRevenueFlow}.case-revenue-velocity{flex-direction:column;gap:3px;display:flex}.case-revenue-vel-track{background:linear-gradient(90deg,#e74c3c1f,#2ecc711f);border-radius:999px;height:4px;position:relative;overflow:hidden}.case-revenue-vel-fill{border-radius:inherit;background:linear-gradient(90deg,#e74c3c,#f39c12,#2ecc71);width:0;height:100%;animation:3.5s ease-in-out infinite caseRevenueVelocity;position:absolute;top:0;left:0}.case-revenue-vel-glow{background:radial-gradient(circle,#ffffffe6,#0000);border-radius:999px;width:20px;animation:3.5s ease-in-out infinite caseRevenueVelGlow;position:absolute;top:-4px;bottom:-4px;left:-20%}.case-revenue-vel-label{color:#667085;text-align:center;font-size:.52rem;font-weight:600}.case-revenue-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.case-revenue-chip{color:#667085;background:#fff;border:1px solid #0f172a0f;border-radius:999px;align-items:center;min-height:20px;padding:0 8px;font-size:.54rem;font-weight:800;display:inline-flex}.case-revenue-chip--accent{color:#0f6a4d;background:#0f6a4d14;border-color:#0f6a4d14}.case-card-img .placeholder{width:100%;height:100%;color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono);justify-content:center;align-items:center;display:flex}.case-card-body{padding:24px 4px}.case-card-title{color:var(--text);margin-bottom:8px;font-size:1.15rem;font-weight:700}.case-card-desc{color:var(--text2);font-size:.88rem;line-height:1.65}.customers-section{text-align:center;background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:100px 48px}.customers-label{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px;font-size:.72rem}.customers-h2{font-family:var(--font-serif);margin-bottom:60px;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.15}.testimonial-card{border-radius:var(--r-2xl);background:var(--bg);border:1px solid var(--border);max-width:800px;box-shadow:var(--shadow-lg);margin:0 auto;overflow:hidden}.testimonial-img{aspect-ratio:16/9;width:100%;color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono);background:linear-gradient(135deg,var(--bg-warm),#ede8e0);justify-content:center;align-items:center;display:flex}.enterprise-section{background:var(--bg-dark);color:#fff;text-align:center;padding:100px 48px;position:relative;overflow:hidden}.enterprise-section:before{content:"";background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.enterprise-h2{font-family:var(--font-serif);margin-bottom:16px;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:400;line-height:1.1;position:relative}.enterprise-sub{color:#ffffffa6;max-width:560px;margin:0 auto 48px;font-size:.95rem;line-height:1.7;position:relative}.enterprise-cta{border-radius:var(--r-full);color:#fff;background:#ffffff1a;border:1px solid #fff3;align-items:center;gap:8px;margin-bottom:60px;padding:14px 30px;font-size:.95rem;font-weight:600;transition:background .2s,transform .2s;display:inline-flex;position:relative}.enterprise-cta:hover{background:#ffffff2e;transform:translateY(-2px)}.enterprise-cta svg{width:14px;height:14px}.enterprise-visual{max-width:var(--max-w);border-radius:var(--r-2xl);background:var(--bg-dark2);border:1px solid #ffffff14;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 20px 80px #0006}.enterprise-visual .placeholder{aspect-ratio:16/8;color:#fff3;width:100%;font-size:.8rem;font-family:var(--font-mono);justify-content:center;align-items:center;display:flex}.enterprise-visual:before,.enterprise-visual:after{content:"";z-index:2;border:2px solid #ffffff14;width:24px;height:24px;position:absolute}.enterprise-visual:before{border-bottom:none;border-right:none;border-radius:4px 0 0;top:-1px;left:-1px}.enterprise-visual:after{border-top:none;border-left:none;border-radius:0 0 4px;bottom:-1px;right:-1px}.usecases-section{background:var(--bg);padding:100px 0 100px 48px;scroll-margin-top:8px;position:relative;overflow:hidden}.usecases-section:before{content:"";background-image:linear-gradient(#6b4c8a21 1px,#0000 1px),linear-gradient(90deg,#6b4c8a21 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.usecases-top{max-width:var(--max-w);justify-content:space-between;align-items:center;margin:0 auto 64px;padding-right:48px;display:flex}.usecases-h2{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400}.usecases-cta{border-radius:var(--r-full);background:var(--bg-dark);color:#fff;flex-shrink:0;align-items:center;gap:8px;padding:14px 28px;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.usecases-cta:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.usecases-cta svg{width:14px;height:14px}.usecases-grid{max-width:var(--max-w);border:1px solid var(--border);border-radius:var(--r-2xl)0 0 var(--r-2xl);background:var(--bg);border-right:none;grid-template-columns:300px 1fr;gap:0;margin:0 auto;display:grid;overflow:visible}.usecases-sidebar{border-right:1px solid var(--border);flex-direction:column;display:flex}.uc-item{color:var(--text2);border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:14px;padding:20px 28px;font-size:1.05rem;font-weight:500;transition:background .2s,color .2s;display:flex;position:relative;overflow:hidden}.uc-item-label{min-width:0}.uc-item:last-child{border-bottom:none}.uc-item:hover{background:var(--bg-warm);color:var(--text)}.uc-item.active{color:var(--accent);background:var(--bg-green-l)}.uc-item svg{opacity:.5;flex-shrink:0;width:20px;height:20px}.uc-item.active svg{opacity:1}.usecases-visual{background:url(/images/background.jpg) 50%/cover no-repeat;align-items:stretch;min-height:480px;margin-right:-65px;padding:28px 0 28px 28px;display:flex;position:relative;overflow:hidden}.usecases-image-wrap{contain:layout paint;border-radius:14px 0 0 14px;width:100%;transition:opacity .4s,transform .4s;position:relative;overflow:hidden;box-shadow:-4px 8px 32px #0000001f}.usecases-image-wrap.is-entering{opacity:1;transform:translateY(0)}.usecases-image-wrap.is-exiting{opacity:0;transform:translateY(24px)}.usecases-img{object-fit:cover;object-position:left top;width:calc(100% + 40px);height:calc(100% + 20px);margin:-20px 0 0 -40px;display:block}.uc-timer-bar{background:var(--accent);height:2px;animation:5s linear forwards ucTimer;position:absolute;bottom:0;left:0}@keyframes ucTimer{0%{width:0}to{width:100%}}.integrations-section{color:#fff;background:linear-gradient(#292925 0%,#23231f 100%);padding:176px 48px 120px;scroll-margin-top:8px;position:relative;overflow:hidden}.int-network{contain:layout paint}.integrations-section:before{content:"";opacity:.7;background-image:radial-gradient(circle,#ffffff0d 0 3px,#0000 3.5px),linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-position:50%,50%,50%;background-size:44px 44px,180px 180px,180px 180px;position:absolute;inset:0}.integrations-section:after{content:"";pointer-events:none;background:radial-gradient(circle at 50% 42%,#ffffff0f 0%,#ffffff05 16%,#0000 38%),linear-gradient(90deg,#23231ff0 0%,#23231f1f 14% 86%,#23231ff0 100%),linear-gradient(#23231fd1 0%,#23231f0f 18%,#23231f08 82%,#23231fd1 100%);position:absolute;inset:0}.integrations-top{max-width:var(--max-w);z-index:1;grid-template-columns:1fr 1fr;align-items:start;gap:60px;margin:0 auto 88px;display:grid;position:relative}.int-label{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:#fff6;margin-bottom:16px;font-size:.7rem}.int-h2{font-family:var(--font-serif);letter-spacing:-.03em;text-shadow:0 6px 28px #00000042;max-width:560px;margin-top:10px;font-size:clamp(2.35rem,4vw,3.55rem);font-style:italic;font-weight:400;line-height:.98}.int-desc{color:#ffffffa6;max-width:480px;margin-top:34px;font-size:.95rem;line-height:1.7}.int-network{z-index:1;background:radial-gradient(circle at 50% 22%,#36a8e11a,#0000 24%),radial-gradient(circle at 50% 68%,#ffffff0b,#0000 20%),linear-gradient(90deg,#ffffff0a,#fff0 6% 94%,#ffffff0a),linear-gradient(#ffffff08,#ffffff03);border:1px solid #ffffff14;border-color:#ffffff14 #ffffff0d;max-width:980px;height:560px;margin:0 auto;position:relative;box-shadow:inset 0 0 0 1px #ffffff08,inset 0 36px 80px #ffffff05,0 30px 70px #0000002e}.int-network:before,.int-network:after{content:"";pointer-events:none;width:98px;position:absolute;top:0;bottom:0}.int-network:before{background:linear-gradient(90deg,#ffffff14,#fff0);left:0}.int-network:after{background:linear-gradient(270deg,#ffffff14,#fff0);right:0}.int-lines:after{content:"";filter:blur(12px);opacity:.7;background:radial-gradient(circle,#36a8e129 0%,#36a8e10f 30%,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;top:168px;left:50%;transform:translate(-50%)}.int-lines{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.int-lines-mobile{display:none}.int-lines line{stroke:#36a8e1b3;stroke-width:2.05px;stroke-linecap:square;filter:drop-shadow(0 0 6px #36a8e124)}.int-sq{fill:#36a8e15c;stroke:#7ad2fff0;stroke-width:1px;filter:drop-shadow(0 0 8px #56beff57)}.int-node{z-index:2;filter:drop-shadow(0 18px 28px #0000002e);transition:transform .28s,filter .28s;position:absolute;transform:translate(-50%,-50%)}.int-node img{object-fit:contain;box-sizing:border-box;opacity:.98;background:#000;border:1px solid #ffffff1f;border-radius:12px;width:116px;height:116px;padding:20px;box-shadow:inset 0 1px #ffffff29,inset 0 0 0 1px #ffffff0d,inset 0 18px 28px #ffffff0a,0 18px 30px #0000001f}.int-node:hover{filter:drop-shadow(0 24px 34px #00000038);transform:translate(-50%,calc(-50% - 6px))}.int-node img.int-logo-hubspot,.int-node img.int-logo-facebook{padding:8px}.int-node img.int-logo-whatsapp{padding:9px}.int-node img.int-logo-outlook{background:#000;padding:7px}.int-node:before,.int-node:after{content:"";background:#ffffff14;border:1px solid #ffffff1f;width:10px;height:10px;position:absolute;box-shadow:0 0 12px #ffffff14}.int-node:before{top:10px;left:10px}.int-node:after{bottom:10px;right:10px}.int-hub{top:168px;left:50%}.int-hub img{outline-offset:6px;background:#000;border:1px solid #36a8e1cc;outline:2px dashed #36a8e18c;width:148px;height:148px;padding:24px;box-shadow:0 0 0 1px #ffffff0d,0 0 24px #36a8e129,0 22px 48px #0000002e}.int-hub:before,.int-hub:after{display:none}.int-n1{top:360px;left:12.5%}.int-n2{top:360px;left:87.5%}.int-n3{top:468px;left:26%}.int-n4{top:470px;left:50%}.int-n5{top:468px;left:74%}.templates-section{text-align:center;color:#fff;background:linear-gradient(#292925 0%,#23231f 100%);padding:100px 48px 60px;scroll-margin-top:8px;position:relative;overflow:hidden}.templates-section:before{content:"";opacity:.7;background-image:radial-gradient(circle,#ffffff0d 0 3px,#0000 3.5px),linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-position:50%,50%,50%;background-size:44px 44px,180px 180px,180px 180px;position:absolute;inset:0}.templates-section:after{content:"";pointer-events:none;background:linear-gradient(90deg,#23231ff0 0%,#23231f26 14% 86%,#23231ff0 100%),linear-gradient(#23231fb8 0%,#23231f14 16%,#23231f0a 84%,#23231fbf 100%);position:absolute;inset:0}.templates-intro{z-index:1;width:100%;position:relative}.templates-h2{font-family:var(--font-serif);color:#fff;margin-bottom:12px;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:400;line-height:1.1;position:relative}.templates-sub{color:#ffffffa6;max-width:540px;margin:0 auto 32px;font-size:.95rem;line-height:1.7;position:relative}.templates-cta-row{justify-content:center;gap:14px;margin-bottom:60px;display:flex;position:relative}.templates-section .btn-secondary{color:#fff;background:#ffffff1a;border:1px solid #fff3}.templates-section .btn-secondary:hover{background:#ffffff2e}.templates-scroll{z-index:1;padding:20px 0 40px;position:relative;overflow:hidden}.templates-track{align-items:stretch;gap:20px;width:max-content;animation:90s linear infinite workflow-marquee;display:flex}.template-card{scroll-snap-align:start;border-radius:var(--r-xl);background:#23231fe6;border:1px solid #ffffff1f;flex:0 0 260px;align-self:stretch;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 20px 48px #00000029}.template-card:hover{transform:translateY(-6px);box-shadow:0 28px 62px #0000003d}.template-card .placeholder{aspect-ratio:3/4;width:100%;color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono);background:var(--bg-warm);justify-content:center;align-items:center;display:flex}.workflow-preview{text-align:left;background:radial-gradient(circle at 100% 0,#36a8e114,#0000 22%),linear-gradient(#ffffff05,#ffffff03),#23231f;flex-direction:column;gap:12px;width:100%;min-height:660px;padding:18px 16px 14px;display:flex;position:relative}.workflow-preview:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(#ffffff0f,#0000 24% 76%,#ffffff0a);position:absolute;inset:0}.workflow-preview-top,.workflow-preview-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.workflow-preview-badge,.workflow-preview-status{letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:6px 10px;font-size:.68rem;font-weight:700}.workflow-preview-badge{color:#d7ecfb;background:#36a8e11f;border:1px solid #36a8e12e}.workflow-preview-status{color:#d8f3e5;background:#22c55e1f;border:1px solid #22c55e2e}.workflow-preview-heading{flex-direction:column;gap:6px;display:flex}.workflow-preview-title{color:#fff;letter-spacing:-.03em;font-size:1.16rem;font-weight:700;line-height:1.06}.workflow-preview-sub{color:#ffffffad;font-size:.78rem;line-height:1.45}.workflow-preview-steps{flex-direction:column;gap:8px;display:flex}.workflow-preview-steps.compact{gap:6px}.workflow-step{background:#ffffffd6;border:1px solid #0f172a0f;border-radius:18px;align-items:flex-start;gap:10px;padding:11px;display:flex;box-shadow:0 10px 22px #0f172a0d}.workflow-step-index{color:#fff;border-radius:12px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.73rem;font-weight:700;display:inline-flex}.workflow-step-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.workflow-step-label{color:var(--text);font-size:.84rem;font-weight:700}.workflow-step-detail{color:var(--text2);font-size:.76rem;line-height:1.45}.tone-teal .workflow-step-index{background:linear-gradient(135deg,#14b8a6,#0f766e)}.tone-blue .workflow-step-index{background:linear-gradient(135deg,#60a5fa,#2563eb)}.tone-gold .workflow-step-index{background:linear-gradient(135deg,#fbbf24,#d97706)}.tone-violet .workflow-step-index{background:linear-gradient(135deg,#a78bfa,#7c3aed)}.workflow-step-chip{background:linear-gradient(#ffffff0a,#ffffff05);border:1px solid #ffffff14;border-radius:16px;align-items:flex-start;gap:10px;height:86px;padding:9px 10px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 24px #0000001f}.workflow-step-chip-index{color:#fff;background:linear-gradient(135deg,#1f9d74,#1d7f62);border-radius:11px;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.68rem;font-weight:700;display:inline-flex;box-shadow:inset 0 1px 1px #fff3}.workflow-step-chip-copy{flex-direction:column;gap:2px;width:100%;min-width:0;padding-right:52px;display:flex}.workflow-step-chip-topline{min-width:0;padding-right:0}.workflow-step-chip-label{color:#f8fafc;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;font-size:.76rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.workflow-step-chip-icon{color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #00000024}.workflow-step-chip-icon svg{stroke:currentColor;stroke-width:1.9px;width:18px;height:18px}.workflow-step-chip-detail{color:#ffffff9e;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.68rem;line-height:1.32;display:-webkit-box;overflow:hidden}.workflow-step-chip-more .workflow-step-chip-index{background:linear-gradient(135deg,#94a3b8,#64748b)}.workflow-step-chip-more .workflow-step-chip-label{color:#ffffffad}.workflow-preview-footer{color:#ffffff75;border-top:1px solid #ffffff14;margin-top:auto;padding-top:6px;font-size:.68rem}.workflow-preview.tone-teal{background:radial-gradient(circle at 100% 0,#14b8a62e,#0000 30%),linear-gradient(#ffffff08,#ffffff03),#23231f}.workflow-preview.tone-blue{background:radial-gradient(circle at 100% 0,#3b82f62e,#0000 30%),linear-gradient(#ffffff08,#ffffff03),#23231f}.workflow-preview.tone-gold{background:radial-gradient(circle at 100% 0,#f59e0b2e,#0000 30%),linear-gradient(#ffffff08,#ffffff03),#23231f}.workflow-preview.tone-violet{background:radial-gradient(circle at 100% 0,#7c3aed2e,#0000 30%),linear-gradient(#ffffff08,#ffffff03),#23231f}.workflow-preview.tone-rose{background:radial-gradient(circle at 100% 0,#f43f5e2e,#0000 30%),linear-gradient(#ffffff08,#ffffff03),#23231f}.workflow-preview.tone-emerald{background:radial-gradient(circle at 100% 0,#10b9812e,#0000 30%),linear-gradient(#ffffff08,#ffffff03),#23231f}.workflow-preview.tone-orange{background:radial-gradient(circle at 100% 0,#f973162e,#0000 30%),linear-gradient(#ffffff08,#ffffff03),#23231f}.workflow-preview.tone-slate{background:radial-gradient(circle at 100% 0,#4755692e,#0000 30%),linear-gradient(#ffffff08,#ffffff03),#23231f}.workflow-preview.tone-indigo{background:radial-gradient(circle at 100% 0,#6366f12e,#0000 30%),linear-gradient(#ffffff08,#ffffff03),#23231f}.workflow-preview.tone-plum{background:radial-gradient(circle at 100% 0,#a855f72e,#0000 30%),linear-gradient(#ffffff08,#ffffff03),#23231f}@keyframes workflow-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 10px))}}.cta-section{color:var(--text);text-align:center;background:#fff;padding:100px 48px;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(80% 60% at 50% 38%,#2a9d6e14,#0000 60%),linear-gradient(#0f172a05,#0000 36%);position:absolute;inset:0}.cta-watermark{font-family:var(--font-serif);letter-spacing:-.05em;white-space:nowrap;filter:blur(1.5px);pointer-events:none;z-index:0;text-shadow:0 0 30px #57b5d717,0 0 110px #57b5d712;-webkit-user-select:none;user-select:none;font-size:clamp(15rem,208vw,20rem);font-style:italic;font-weight:400;line-height:.72;position:absolute;bottom:-.12em;left:50%;transform:translate(-50%)}.cta-watermark-letter,.cta-watermark-rest{display:inline-block}.cta-watermark-rest{color:#191e3414}.cta-watermark-letter--green{color:#2a9d6e24}.cta-h2{font-family:var(--font-serif);z-index:1;margin-bottom:16px;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:400;line-height:1.1;position:relative}.cta-sub{color:var(--text2);z-index:1;max-width:520px;margin:0 auto 40px;font-size:.95rem;line-height:1.7;position:relative}.cta-form{border-radius:var(--r-full);z-index:1;background:#fff;border:1px solid #0f172a1a;gap:0;max-width:460px;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 38px #0f172a14}.cta-input{color:var(--text);font-size:.9rem;font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1;padding:16px 24px}.cta-input::placeholder{color:#0f172a61}.cta-submit{border-radius:var(--r-full);background:var(--accent-btn);color:#fff;cursor:pointer;font-size:.88rem;font-weight:600;font-family:var(--font-body);white-space:nowrap;border:none;align-items:center;gap:8px;margin:4px;padding:14px 24px;transition:background .2s;display:inline-flex}.cta-submit:hover{background:var(--accent2)}.cta-submit svg{width:14px;height:14px}.footer{background:linear-gradient(#292925 0%,#23231f 100%);border-top:1px solid #ffffff0f;padding:64px 48px 40px}.footer-inner{max-width:var(--max-w);grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:48px;margin:0 auto;display:grid}.footer-logo{font-family:var(--font-body);color:#fff;align-items:center;gap:10px;margin-bottom:12px;font-size:1.15rem;font-weight:800;display:flex}.footer-tagline{color:#ffffff7a;margin:0 0 20px;font-size:.85rem;line-height:1.55}.footer-logo img{object-fit:contain;flex-shrink:0;width:32px;height:32px}.footer-badges{align-items:center;gap:12px;display:flex}.footer-badge{color:#ffffff8f;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:.5rem;display:flex}.footer-col h4{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:#ffffff6b;margin-bottom:20px;font-size:.68rem;font-weight:500}.footer-col a{color:#ffffffb8;padding:5px 0;font-size:.88rem;transition:color .2s;display:block}.footer-col a:hover{color:#fff}.footer-social-links{flex-flow:row;align-items:center;gap:14px;display:flex}.footer-social-link{color:#ffffffb8;background:#ffffff05;border:1px solid #ffffff29;border-radius:999px;width:56px;height:56px;padding:0;line-height:0;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex;position:relative}.footer-social-link:hover{color:#fff;background:#1ea672;border-color:#1ea672;transform:translateY(-2px)}.footer-social-link svg{flex-shrink:0;width:24px;height:24px;margin:auto;display:block;position:absolute;inset:0}.footer-bottom{max-width:var(--max-w);color:#ffffff75;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;margin:40px auto 0;padding-top:24px;font-size:.8rem;display:flex}.footer-bottom-badges{align-items:center;gap:18px;display:flex}.footer-bottom-badges span{color:#ffffff9e;letter-spacing:.02em;background:#ffffff08;border:1px solid #ffffff1f;border-radius:999px;align-items:center;min-height:34px;padding:0 14px;display:inline-flex}@media (max-width:720px){.footer-bottom-badges{flex-wrap:wrap;justify-content:center;gap:10px}}.wf-section-header{z-index:2;text-align:center;max-width:680px;margin:0 auto 48px;padding:24px 24px 0;position:relative}.wf-section-kicker{letter-spacing:.08em;text-transform:uppercase;color:#059669;background:linear-gradient(135deg,#0596691a,#38bdf81a);border:1px solid #0596692e;border-radius:999px;margin-bottom:18px;padding:6px 18px;font-size:.82rem;font-weight:700;display:inline-block}.wf-section-title{color:#0f172a;letter-spacing:-.025em;margin:0 0 16px;font-size:clamp(1.75rem,4vw,2.65rem);font-weight:850;line-height:1.18}.wf-section-title-accent{background:linear-gradient(135deg,#059669 0%,#0ea5e9 60%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.wf-section-subtitle{color:#64748b;margin:0;font-size:1.05rem;font-weight:450;line-height:1.65}.showcase-section{background:radial-gradient(circle at 0 0,#22c55e0f,#0000 28%),radial-gradient(circle at 100% 0,#0ea5e90f,#0000 32%),linear-gradient(#f7fffd 0%,#fff 100%);padding:80px 48px 72px;position:relative}.showcase-section:before{content:"";border-top:2px solid #14231d1a;width:min(90%,1200px);height:0;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 4px #fff,0 6px #14231d12}.wf-wrap{max-width:var(--max-w);background:var(--bg);border:1px solid var(--border);border-radius:var(--r-2xl);box-shadow:var(--shadow-xl);margin:0 auto;overflow:hidden}.wf-tabs{border-bottom:1px solid var(--border);background:var(--bg-warm);align-items:stretch;display:flex;position:relative}.wf-tab{cursor:pointer;border:none;border-right:1px solid var(--border);opacity:.4;font-family:var(--font-body);background:0 0;flex:1;align-items:center;gap:10px;padding:14px 16px;transition:opacity .4s,background .4s;display:flex}.wf-tab:last-of-type{border-right:none}.wf-tab.active{opacity:1;background:#fff}.wf-tab.done{opacity:.65}.wf-tab-num{width:28px;height:28px;font-family:var(--font-mono);background:var(--border);color:var(--text2);border:2px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;transition:background .4s,color .4s,border-color .4s;display:flex}.wf-tab.done .wf-tab-num{background:var(--accent);border-color:var(--accent);color:#fff}.wf-tab-label{color:var(--text);white-space:nowrap;font-size:.78rem;font-weight:700}.wf-tabs-progress{z-index:2;background:0 0;height:3px;position:absolute;bottom:-2px;left:0;right:0}.wf-tabs-progress-fill{background:var(--accent);border-radius:2px;height:100%;transition:width 50ms linear}.wf-scene{min-height:640px;position:relative;overflow:hidden}.wf-scene-panel{padding:0;animation:.6s cubic-bezier(.16,1,.3,1) both wfSceneIn}.wf-builder,.wf-channels,.wf-leads-scene,.wf-ai-scene,.wf-dashboard{display:none!important}@keyframes wfSceneIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.wf-unified-stage{background:linear-gradient(#0f172a09 1px,#0000 1px) 0 0/28px 28px,linear-gradient(90deg,#0f172a09 1px,#0000 1px) 0 0/28px 28px,radial-gradient(circle at 0 0,#10b9811f,#0000 24%),radial-gradient(circle at 100% 0,#38bdf81f,#0000 26%),linear-gradient(#f7fffd,#eff7ff);min-height:640px;padding:28px;position:relative}.wf-stage-node{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6;border:1px solid #ffffffc7;border-radius:24px;padding:18px;position:absolute;overflow:hidden;box-shadow:0 18px 44px #0f172a1f,inset 0 1px #ffffffe0}.wf-stage-node:before{content:"";pointer-events:none;background:linear-gradient(135deg,#10b9810f,#0000 36%,#38bdf80f);position:absolute;inset:0}.wf-stage-node--top-left{width:240px;animation:.55s both wfNodeReveal;top:28px;left:28px}.wf-stage-node--bottom-left{width:270px;animation:.55s .35s both wfNodeReveal;bottom:72px;left:42px}.wf-stage-node--center{width:min(44vw,470px);animation:.65s .7s both wfNodeReveal;top:118px;left:50%;transform:translate(-50%)}.wf-stage-node--top-right{width:250px;animation:.55s 1.05s both wfNodeReveal;top:34px;right:36px}.wf-stage-node--bottom-right{width:280px;animation:.55s 1.4s both wfNodeReveal;bottom:66px;right:48px}.wf-stage-kicker,.wf-stage-process{letter-spacing:.08em;text-transform:uppercase;color:#059669;z-index:1;align-items:center;gap:8px;font-size:.7rem;font-weight:800;display:inline-flex;position:relative}.wf-stage-title,.wf-stage-copy,.wf-stage-center-top,.wf-stage-preview,.wf-stage-ring,.wf-stage-bars,.wf-stage-mini,.wf-stage-chips{z-index:1;position:relative}.wf-stage-title{color:#111827;margin-top:10px;font-size:1rem;font-weight:800}.wf-stage-copy{color:#667085;margin-top:8px;font-size:.8rem;line-height:1.6}.wf-stage-mini{gap:8px;margin-top:14px;display:grid}.wf-stage-mini span{transform-origin:0;background:linear-gradient(90deg,#10b981f0,#38bdf8d1);border-radius:999px;height:10px;animation:3s ease-in-out infinite wfLinePulse;display:block}.wf-stage-mini span:first-child{width:88%}.wf-stage-mini span:nth-child(2){width:64%;animation-delay:.2s}.wf-stage-mini span:nth-child(3){width:46%;animation-delay:.4s}.wf-stage-chips{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.wf-stage-chips span,.wf-stage-badge,.wf-stage-hot{border-radius:999px;align-items:center;padding:7px 11px;font-size:.7rem;font-weight:800;display:inline-flex}.wf-stage-chips span{color:#0f172a;background:#0f172a0f}.wf-stage-center-top,.wf-stage-preview-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.wf-stage-badge,.wf-stage-hot{color:#059669;background:#10b9811f}.wf-stage-preview{margin-top:14px}.wf-stage-preview-screen{background:linear-gradient(#fff,#f8fbff),linear-gradient(135deg,#10b98114,#38bdf814);border:1px solid #0f172a14;border-radius:20px;min-height:200px;margin-top:14px;position:relative;overflow:hidden}.wf-stage-wave{align-items:end;gap:6px;height:54px;display:flex;position:absolute;top:24px;left:24px;right:24px}.wf-stage-wave span{background:linear-gradient(#7c3aede6,#0ea5e9a6);border-radius:999px 999px 4px 4px;flex:1;animation:2s ease-in-out infinite wfWaveBars}.wf-stage-feed{flex-direction:column;gap:10px;display:flex;position:absolute;bottom:24px;left:24px;right:24px}.wf-stage-feed-row{color:#475467;background:#f8fafcf0;border:1px solid #0f172a0f;border-radius:14px;justify-content:space-between;gap:12px;padding:10px 12px;font-size:.74rem;animation:.45s both wfSlideIn;display:flex}.wf-stage-feed-row b{color:#0f172a}.wf-stage-ring{width:92px;height:92px;margin-top:16px}.wf-stage-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.wf-stage-ring span{color:#0f172a;justify-content:center;align-items:center;font-size:1.3rem;font-weight:800;display:flex;position:absolute;inset:0}.wf-stage-probability{background:radial-gradient(circle at 100% 0,#22c55e1f,#0000 34%),radial-gradient(circle at 0 100%,#0ea5e91f,#0000 36%),linear-gradient(#fffffffa,#f7fafcf0);border:1px solid #94a3b829;border-radius:22px;margin-top:16px;padding:14px;box-shadow:inset 0 1px #ffffffe0,0 16px 34px #0f172a14}.wf-stage-probability-top,.wf-stage-meter-row,.wf-stage-probability-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.wf-stage-probability-tag,.wf-stage-probability-live,.wf-stage-probability-chip{letter-spacing:.02em;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:.63rem;font-weight:800;display:inline-flex}.wf-stage-probability-tag{color:#0f172a;background:#0f172a0f}.wf-stage-probability-live{color:#059669;background:#10b9811f}.wf-stage-probability-core{grid-template-columns:96px 1fr;align-items:center;gap:14px;margin-top:14px;display:grid}.wf-stage-ring--probability{filter:drop-shadow(0 12px 18px #10b9812e);width:96px;height:96px;margin-top:0}.wf-stage-ring--probability:after{content:"%";color:#64748b;font-size:.68rem;font-weight:800;position:absolute;bottom:23px;right:26px}.wf-stage-ring--probability span{color:#0f172a;font-size:1.55rem;font-family:var(--font-mono)}.wf-stage-probability-copy strong{color:#0f172a;font-size:.86rem;font-weight:800;display:block}.wf-stage-probability-copy p{color:#667085;margin:7px 0 0;font-size:.7rem;line-height:1.55}.wf-stage-probability-meters{gap:10px;margin-top:16px;display:grid}.wf-stage-meter{background:#ffffffbd;border:1px solid #94a3b824;border-radius:16px;padding:10px 12px}.wf-stage-meter-row span{color:#475467;font-size:.66rem;font-weight:700}.wf-stage-meter-row b{color:#0f172a;font-size:.72rem;font-weight:800;font-family:var(--font-mono)}.wf-stage-meter-track{background:#94a3b829;border-radius:999px;height:8px;margin-top:8px;overflow:hidden}.wf-stage-meter-track span{border-radius:inherit;background:linear-gradient(90deg,#14b8a6,#0ea5e9 52%,#22c55e);height:100%;transition:width .18s linear;display:block;box-shadow:0 0 16px #0ea5e947}.wf-stage-probability-footer{flex-wrap:wrap;margin-top:14px}.wf-stage-probability-chip{color:#334155;background:#ffffffb8;border:1px solid #94a3b824}.wf-stage-probability-chip--accent{color:#047857;background:linear-gradient(135deg,#10b98124,#0ea5e924)}.wf-stage-probability--warming .wf-stage-ring--probability{filter:drop-shadow(0 12px 20px #0ea5e929)}.wf-stage-probability--rising .wf-stage-ring--probability{filter:drop-shadow(0 12px 22px #0ea5e933)}.wf-stage-probability--surging .wf-stage-ring--probability{filter:drop-shadow(0 12px 24px #22c55e38)}.wf-stage-bars{align-items:end;gap:10px;height:92px;margin-top:16px;display:flex}.wf-stage-bars span{background:linear-gradient(#22c55eeb,#0ea5e9ad);border-radius:12px 12px 4px 4px;flex:1;animation:2.8s ease-in-out infinite wfBarsRise}.wf-stage-bars span:first-child{height:44px}.wf-stage-bars span:nth-child(2){height:76px;animation-delay:.2s}.wf-stage-bars span:nth-child(3){height:62px;animation-delay:.4s}.wf-stage-bars span:nth-child(4){height:88px;animation-delay:.6s}.wf-stage-lines{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.wf-stage-line{fill:none;stroke:#10b98157;stroke-width:3px;stroke-linecap:round;stroke-dasharray:12 14;animation:7s linear infinite wfConnectorFlow}.wf-active-badge--unified{animation:.55s 1.8s both wfNodeReveal}@keyframes wfNodeReveal{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes wfLinePulse{0%,to{opacity:.72;transform:scaleX(.84)}50%{opacity:1;transform:scaleX(1)}}@keyframes wfWaveBars{0%,to{opacity:.55;height:18px}50%{opacity:1;height:54px}}@keyframes wfBarsRise{0%,to{opacity:.7;transform:scaleY(.82)}50%{opacity:1;transform:scaleY(1)}}@keyframes wfConnectorFlow{0%{stroke-dashoffset:160px}to{stroke-dashoffset:0}}.wf-wrap--showcase{overflow:visible}.wf-wrap--showcase .wf-tabs,.wf-wrap--showcase .wf-builder,.wf-wrap--showcase .wf-channels,.wf-wrap--showcase .wf-leads-scene,.wf-wrap--showcase .wf-ai-scene,.wf-wrap--showcase .wf-dashboard,.wf-wrap--showcase .wf-ticker{display:none!important}.wf-wrap--showcase .wf-scene{min-height:760px}.wf-suite{--wf-showcase-cycle:20s;isolation:isolate;background:radial-gradient(circle at 50% -20%,#22c55e2e,#0000 52%),radial-gradient(circle at -10% 45%,#14b8a624,#0000 42%),radial-gradient(circle at 110% 58%,#0ea5e929,#0000 46%),repeating-linear-gradient(90deg,#1e293b0d 0 1px,#0000 1px 76px),repeating-linear-gradient(0deg,#1e293b0a 0 1px,#0000 1px 76px),linear-gradient(#f3faf7 0%,#edf7ff 58%,#f8fffc 100%);min-height:760px;padding:42px 34px 92px;position:relative;overflow:hidden}.wf-suite:before,.wf-suite:after{content:"";pointer-events:none;position:absolute}.wf-suite:before{filter:blur(16px)saturate(118%);opacity:.72;z-index:0;background:conic-gradient(from 180deg at 50% 0,#10b98138,#06b6d429,#0ea5e92e,#10b98133),repeating-radial-gradient(circle at 50% -24%,#ffffff8f 0 2px,#fff0 2px 22px);height:58%;animation:18s ease-in-out infinite alternate wfSuiteOrbitSweep;inset:-18% -16% auto}.wf-suite:after{opacity:.55;z-index:0;background:linear-gradient(135deg,#ffffff2e,#fff0),repeating-linear-gradient(115deg,#0ea5e914 0 2px,#fff0 2px 28px);border:1px solid #38bdf842;border-radius:36px;inset:7% 10%;box-shadow:inset 0 0 0 1px #ffffff8c,inset 0 28px 56px #fff3,0 30px 70px #0ea5e91f;-webkit-mask-image:radial-gradient(circle at 50% 56%,#000000f0,#0000005c 70%,#0000 100%);mask-image:radial-gradient(circle at 50% 56%,#000000f0,#0000005c 70%,#0000 100%)}.wf-suite-canvas{min-height:690px;position:relative}.wf-suite-rail{pointer-events:none;opacity:.92;background:radial-gradient(circle at 52% 10%,#10b98142,#0000 48%),radial-gradient(circle at 48% 88%,#0ea5e940,#0000 54%),repeating-linear-gradient(0deg,#ffffff85 0 1px,#0000 1px 14px),linear-gradient(#e0fbf2e6,#e4f3ffb8);width:86px;position:absolute;top:0;bottom:0}.wf-suite-rail--left{border-right:1px solid #10b9814d;left:0}.wf-suite-rail--right{border-left:1px solid #10b9814d;right:0}.wf-suite-process,.wf-suite-badge,.wf-suite-center-kicker,.wf-suite-center-state,.wf-suite-step{letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.wf-suite-process{text-align:center;color:#0f766e;letter-spacing:.06em;white-space:nowrap;flex:1;justify-content:center;align-items:center;gap:8px;font-size:.72rem;display:flex}.wf-suite-badge,.wf-suite-center-state{color:#059669;background:#10b9811f;border-radius:999px;padding:8px 12px}.wf-suite-process-mark{color:#0f766e;font-size:.95rem;line-height:1}.wf-suite-grid{z-index:2;grid-template-columns:340px minmax(420px,1fr) 340px;align-items:stretch;gap:28px;max-width:1240px;min-height:690px;margin:-72px auto 0;display:grid;position:relative}.wf-suite-inline-status{z-index:3;isolation:isolate;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#f1faf6f5,#ebf7fff5);border:2px solid #ef444466;border-radius:14px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:10px;max-width:560px;min-height:56px;margin:0 auto;padding:6px 12px;animation:.6s both wfSuiteFadeUp;display:flex;position:relative;top:72px;box-shadow:0 10px 24px #0f172a14,inset 0 1px #ffffffbf}.wf-suite-inline-status .wf-suite-badge{color:#059669;text-align:center;letter-spacing:.06em;background:#d9efe8;border:1px solid #10b9811f;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;padding:0;font-size:.42rem;line-height:1.1;display:inline-flex}.wf-suite-side{gap:22px;display:grid}.wf-suite-side--left,.wf-suite-side--right{grid-template-rows:1fr 1fr}.wf-suite-side--left{grid-template-rows:auto 26px auto}.wf-suite-side--right{grid-template-rows:auto auto;align-content:start}.wf-suite-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #cbd5e1d1;border-radius:26px;position:relative;overflow:hidden;box-shadow:0 16px 44px #0f172a14}.wf-suite-panel--audience:after,.wf-suite-panel--channels:after{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:0;pointer-events:none;background:conic-gradient(#0000 0deg 286deg,#10b981f2 314deg,#38bdf88c 338deg,#0000 360deg);padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.wf-suite-panel:before{content:"";pointer-events:none;background:linear-gradient(135deg,#10b9810f,#0000 34%,#38bdf80f);position:absolute;inset:0}.wf-suite-panel--audience{padding:18px;animation:.65s 50ms both wfSuiteFadeUp;top:-24px}.wf-suite-panel--audience:after{animation:wfPanelProgress1 var(--wf-showcase-cycle)linear infinite}.wf-suite-panel--channels{padding:18px;animation:.65s .28s both wfSuiteFadeUp}.wf-suite-panel--channels:after{animation:wfPanelProgress2 var(--wf-showcase-cycle)linear infinite}.wf-suite-link--left{width:100%;height:26px;position:relative}.wf-suite-link--left:before,.wf-suite-link--left:after{content:"";border-radius:999px;width:4px;position:absolute;left:50%;transform:translate(-50%)}.wf-suite-link--left:before{background:#10b98124;top:0;bottom:0}.wf-suite-link--left:after{opacity:0;height:100%;animation:wfConnectorProgress var(--wf-showcase-cycle)linear infinite;background:linear-gradient(#10b98100,#10b981f2,#38bdf88c,#10b98100);top:0;box-shadow:0 0 12px #10b98147}.wf-suite-panel--center{border:3px solid #248bc5e6;align-self:center;min-height:620px;padding:16px;animation:.75s .5s both wfSuiteFadeUp;box-shadow:0 24px 56px #2563eb1a}.wf-suite-panel--center:after{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:0;pointer-events:none;animation:wfPanelProgress3 var(--wf-showcase-cycle)linear infinite;background:conic-gradient(#0000 0deg 286deg,#248bc5f2 314deg,#10b9818c 338deg,#0000 360deg);padding:3px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.wf-suite-panel--qualify{border:2px solid #248bc5e6;padding:18px;animation:.65s .78s both wfSuiteFadeUp;top:-24px}.wf-suite-panel--revenue{border:2px solid #248bc5e6;height:fit-content;padding:12px 12px 10px;animation:.65s 1s both wfSuiteFadeUp}.wf-suite-panel-head{z-index:1;justify-content:center;align-items:center;gap:10px;display:flex;position:relative}.wf-suite-panel-title{z-index:1;color:#111827;margin-top:0;font-size:.94rem;font-weight:800;position:relative}.wf-suite-panel-copy{z-index:1;color:#667085;margin-top:10px;font-size:.76rem;line-height:1.55;position:relative}@keyframes wfSkeletonShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.wf-suite-skeleton{z-index:5;border-radius:inherit;opacity:0;pointer-events:none;background:#fffffff7;flex-direction:column;gap:10px;padding:18px;transition:opacity .5s;display:flex;position:absolute;inset:0}.wf-suite-skeleton--center{gap:12px;padding:16px}.wf-suite-panel.is-pending .wf-suite-skeleton{opacity:1}.wf-suite-panel.is-pending>:not(.wf-suite-skeleton){opacity:0;transition:opacity .4s}.wf-suite-panel:not(.is-pending)>:not(.wf-suite-skeleton){opacity:1;transition:opacity .5s .1s}.wf-suite-skeleton-bar{background:linear-gradient(90deg,#f0f2f5 25%,#e4e8ed 37%,#f0f2f5 63%) 0 0/200% 100%;border-radius:8px;animation:1.8s infinite wfSkeletonShimmer}.wf-suite-skeleton-bar--sm{width:40%;height:10px}.wf-suite-skeleton-bar--md{width:55%;height:12px}.wf-suite-skeleton-bar--lg{width:80%;height:10px}.wf-suite-skeleton-bar--full{border-radius:6px;width:100%;height:8px}.wf-suite-skeleton-bar--flex{flex:1;height:10px}.wf-suite-skeleton-row{align-items:center;gap:10px;display:flex}.wf-suite-skeleton-circle{background:linear-gradient(90deg,#f0f2f5 25%,#e4e8ed 37%,#f0f2f5 63%) 0 0/200% 100%;border-radius:50%;flex-shrink:0;width:22px;height:22px;animation:1.8s infinite wfSkeletonShimmer}.wf-suite-skeleton-circle--lg{width:36px;height:36px}.wf-suite-skeleton-circle--xl{width:72px;height:72px}.wf-suite-skeleton-pill{background:linear-gradient(90deg,#f0f2f5 25%,#e4e8ed 37%,#f0f2f5 63%) 0 0/200% 100%;border-radius:12px;width:72px;height:24px;animation:1.8s infinite wfSkeletonShimmer}.wf-suite-skeleton-pill--sm{border-radius:9px;width:50px;height:18px}.wf-suite-skeleton-stat{background:linear-gradient(90deg,#f0f2f5 25%,#e4e8ed 37%,#f0f2f5 63%) 0 0/200% 100%;border-radius:14px;flex:1;height:56px;animation:1.8s infinite wfSkeletonShimmer}.wf-suite-skeleton-chart{background:linear-gradient(90deg,#f0f2f5 25%,#e4e8ed 37%,#f0f2f5 63%) 0 0/200% 100%;border-radius:10px;width:100%;height:48px;margin-top:4px;animation:1.8s infinite wfSkeletonShimmer}.wf-suite-skeleton-card{background:#f0f2f580;border:1px solid #e2e8f099;border-radius:14px;padding:12px}.wf-suite-skeleton-bar:nth-child(2){animation-delay:.15s}.wf-suite-skeleton-bar:nth-child(3){animation-delay:.3s}.wf-suite-skeleton-row:nth-child(odd) .wf-suite-skeleton-bar,.wf-suite-skeleton-row:nth-child(odd) .wf-suite-skeleton-circle{animation-delay:.2s}.wf-suite-skeleton-row:nth-child(2n) .wf-suite-skeleton-pill{animation-delay:.35s}.wf-suite-skeleton-stat:nth-child(2){animation-delay:.25s}.wf-suite-stack{z-index:1;gap:10px;margin-top:18px;display:grid;position:relative}.wf-builder-mini{z-index:1;background:linear-gradient(#fbfffd,#fff);border:1px solid #10b9812e;border-radius:20px;margin-top:12px;padding:12px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffffd6,0 12px 28px #0f172a0d}.wf-builder-mini:after{content:"";background:linear-gradient(90deg,#10b9811a,#10b98173,#10b9811a);height:1px;animation:4.6s ease-in-out infinite wfBuilderScan;position:absolute;top:18px;left:18px;right:18px}.wf-builder-mini:before{content:"";border-radius:inherit;pointer-events:none;border:1px solid #38bdf814;position:absolute;inset:0}.wf-builder-mini-list{gap:4px;margin-top:2px;display:grid;position:relative}.wf-builder-mini-item{color:#0f172a;opacity:0;min-height:38px;animation:wfBuilderLoopItem var(--wf-showcase-cycle)linear infinite;background:linear-gradient(#fff,#fcfefd);border:1px solid #cbd5e1b8;border-radius:14px;align-items:center;gap:10px;padding:8px 10px;font-size:.7rem;font-weight:800;display:flex;position:relative;transform:translateY(8px);box-shadow:0 4px 16px #0f172a0a}.wf-builder-mini-icon{color:#0f766e;background:linear-gradient(#e9fbf1,#dcfce7);border:1px solid #10b98129;border-radius:10px;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;box-shadow:inset 0 1px #ffffffbf}.wf-builder-mini-arrow{color:#22c55e;opacity:0;height:12px;animation:wfBuilderLoopArrow var(--wf-showcase-cycle)linear infinite;justify-content:center;align-items:center;display:flex;transform:translateY(4px)}.wf-builder-mini-arrow svg{width:12px;height:12px}.wf-builder-mini-item:first-child,.wf-builder-mini-arrow:nth-child(2),.wf-builder-mini-item:nth-child(3),.wf-builder-mini-arrow:nth-child(4),.wf-builder-mini-item:nth-child(5),.wf-builder-mini-arrow:nth-child(6),.wf-builder-mini-item:nth-child(7),.wf-builder-mini-arrow:nth-child(8),.wf-builder-mini-item:nth-child(9),.wf-builder-mini-arrow:nth-child(10),.wf-builder-mini-item:nth-child(11){animation-delay:0s}.wf-builder-mini-saved{color:#166534;opacity:0;animation:wfBuilderSavedLoop var(--wf-showcase-cycle)linear infinite;background:#dcfce7;border:1px solid #16a34a2e;border-radius:999px;align-items:center;gap:8px;margin:12px auto 0;padding:11px 16px;font-size:.76rem;font-weight:800;display:inline-flex}.wf-builder-mini-saved:before{content:"";background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #22c55e24}.wf-leads-mini{z-index:1;background:linear-gradient(#fbfffd,#fff);border:1px solid #10b98129;border-radius:20px;margin-top:12px;padding:12px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffffd1,0 10px 26px #0f172a0a}.wf-leads-mini-head,.wf-leads-mini-item{align-items:center;display:flex}.wf-leads-mini-head{border-bottom:1px solid #10b9811f;justify-content:space-between;gap:10px;padding-bottom:8px}.wf-leads-mini-badge,.wf-leads-mini-total,.wf-leads-mini-pill,.wf-leads-mini-footer{font-size:.68rem;font-weight:800}.wf-leads-mini-badge,.wf-leads-mini-total{border-radius:999px;padding:6px 10px}.wf-leads-mini-badge{color:#0f766e;background:#dcfce7;border:1px solid #10b98129}.wf-leads-mini-total{color:#166534;background:#e8faf0;border:1px solid #16a34a29}.wf-leads-mini-list{gap:6px;margin-top:10px;display:grid}.wf-leads-mini-item{opacity:0;min-height:40px;animation:wfLeadsLoopItem var(--wf-showcase-cycle)linear infinite;background:#fff;border:1px solid #cbd5e1b8;border-radius:14px;gap:8px;padding:7px 9px;transform:translateY(8px);box-shadow:0 4px 14px #0f172a0a}.wf-leads-mini-item:first-child,.wf-leads-mini-item:nth-child(2),.wf-leads-mini-item:nth-child(3){animation-delay:0s}.wf-leads-mini-icon{color:#0f766e;background:linear-gradient(#e9fbf1,#dcfce7);border:1px solid #10b98129;border-radius:10px;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.wf-leads-mini-source{color:#0f172a;flex:1;min-width:0;font-size:.7rem;font-weight:800}.wf-leads-mini-pill{color:#475467;background:#f8fafcf5;border:1px solid #cbd5e1b3;border-radius:999px;padding:5px 8px}.wf-leads-mini-footer{color:#166534;opacity:0;animation:wfLeadsLoopFooter var(--wf-showcase-cycle)linear infinite;background:#effcf5;border:1px solid #16a34a29;border-radius:999px;align-items:center;gap:8px;margin-top:10px;padding:9px 12px;display:inline-flex}.wf-suite-step{text-align:center;min-width:1.8rem}.wf-leads-mini-footer:before{content:"";background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #22c55e24}.wf-suite-stack span,.wf-suite-chip-row span,.wf-suite-preview-row,.wf-suite-stat{background:#f8fafce0;border:1px solid #0f172a0f;border-radius:16px}.wf-suite-stack span{color:#0f172a;padding:11px 12px 11px 38px;font-size:.78rem;font-weight:700;animation:3.8s ease-in-out infinite wfSuiteSoftPulse;position:relative}.wf-suite-stack span:before{content:"";background:linear-gradient(#10b981,#38bdf8);border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:14px;transform:translateY(-50%);box-shadow:0 0 0 5px #10b9811f}.wf-suite-chip-row{z-index:1;flex-wrap:wrap;gap:10px;margin-top:18px;display:flex;position:relative}.wf-suite-chip-row span{color:#1f2937;padding:10px 12px;font-size:.76rem;font-weight:700;animation:5s ease-in-out infinite wfSuiteChipFloat}.wf-suite-chip-row span:nth-child(2){animation-delay:.4s}.wf-suite-chip-row span:nth-child(3){animation-delay:.8s}.wf-suite-chip-row span:nth-child(4){animation-delay:1.2s}.wf-suite-center-bar,.wf-suite-contact{z-index:1;justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.wf-suite-center-kicker{color:#0f766e}.wf-suite-contact{background:#f8fafceb;border:1px solid #0f172a0f;border-radius:20px;margin-top:16px;padding:14px 16px}.wf-suite-contact-avatar{color:#fff;background:linear-gradient(135deg,#7c3aed,#38bdf8);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:.88rem;font-weight:800;display:flex;box-shadow:0 12px 24px #7c3aed38}.wf-suite-contact-name{color:#111827;font-size:.96rem;font-weight:800}.wf-suite-contact-sub{color:#667085;font-size:.74rem}.wf-suite-contact-score{color:#059669;background:#10b9811f;border-radius:999px;padding:8px 12px;font-size:.76rem;font-weight:800}.wf-suite-execution{z-index:1;gap:14px;margin-top:14px;display:grid;position:relative}.wf-suite-lead-card,.wf-suite-flow-item{background:#fff;border:1px solid #cbd5e1b8;box-shadow:0 4px 16px #0f172a0a}.wf-suite-lead-card{opacity:0;animation:wfCenterLeadLoop var(--wf-showcase-cycle)linear infinite;border-radius:20px;padding:12px;transform:translateY(10px)}.wf-suite-lead-badge,.wf-suite-flow-state,.wf-suite-execution-pill{border-radius:999px;align-items:center;padding:6px 10px;font-size:.68rem;font-weight:800;display:inline-flex}.wf-suite-lead-badge{color:#0f766e;background:#dcfce7;border:1px solid #10b98129;margin-bottom:10px}.wf-suite-flow-list{gap:8px;display:grid}.wf-suite-flow-item{opacity:0;min-height:46px;animation:wfCenterStepLoop var(--wf-showcase-cycle)linear infinite;border-radius:16px;align-items:center;gap:10px;padding:8px 10px;display:flex;transform:translateY(8px)}.wf-suite-flow-item:first-child{animation-name:wfCenterStep1}.wf-suite-flow-item:nth-child(2){animation-name:wfCenterStep2}.wf-suite-flow-item:nth-child(3){animation-name:wfCenterStep3}.wf-suite-flow-item:nth-child(4){animation-name:wfCenterStep4}.wf-suite-flow-item:nth-child(5){animation-name:wfCenterStep5}.wf-suite-flow-icon{color:#0f766e;background:linear-gradient(#e9fbf1,#dcfce7);border:1px solid #10b98129;border-radius:10px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.wf-suite-flow-copy{color:#0f172a;flex:1;min-width:0;font-size:.74rem;font-weight:800}.wf-suite-flow-state{color:#166534;background:#e8faf0;border:1px solid #16a34a29}.wf-suite-execution-foot{opacity:0;animation:wfCenterFooterLoop var(--wf-showcase-cycle)linear infinite;flex-wrap:wrap;gap:8px;display:flex}.wf-suite-execution-pill{color:#166534;background:#effcf5;border:1px solid #16a34a29}.wf-suite-execution-pill--ghost{color:#475467;background:#f8fafcf5;border:1px solid #cbd5e1b8}.wf-suite-preview{z-index:1;background:linear-gradient(#fff,#f8fbff);border:1px solid #0f172a14;border-radius:22px;margin-top:16px;padding:20px 18px 18px;position:relative;overflow:hidden}.wf-suite-preview-brand{text-align:center;color:#111827;font-size:1.15rem;font-weight:800}.wf-suite-preview-title{text-align:center;font-family:var(--font-serif);color:#231f3f;margin-top:8px;font-size:1.45rem;line-height:1.12}.wf-suite-preview-chart{align-items:end;gap:10px;height:72px;margin:18px 0 14px;display:flex}.wf-suite-preview-chart span,.wf-suite-bars span{background:linear-gradient(#22c55ee6,#38bdf8b8);border-radius:12px 12px 4px 4px;flex:1}.wf-suite-preview-chart span{animation:2.6s ease-in-out infinite wfSuiteBars}.wf-suite-preview-chart span:first-child{height:22px}.wf-suite-preview-chart span:nth-child(2){height:46px;animation-delay:.15s}.wf-suite-preview-chart span:nth-child(3){height:30px;animation-delay:.3s}.wf-suite-preview-chart span:nth-child(4){height:56px;animation-delay:.45s}.wf-suite-preview-chart span:nth-child(5){height:40px;animation-delay:.6s}.wf-suite-preview-chart span:nth-child(6){height:62px;animation-delay:.75s}.wf-suite-preview-feed{gap:10px;display:grid}.wf-suite-preview-row{color:#667085;justify-content:space-between;gap:12px;padding:10px 12px;font-size:.72rem;animation:.55s both wfSuiteRowSlide;display:flex}.wf-suite-preview-row:nth-child(2){animation-delay:.15s}.wf-suite-preview-row:nth-child(3){animation-delay:.3s}.wf-suite-preview-row b{color:#111827}.wf-suite-meter{z-index:1;width:124px;height:124px;margin:22px auto 0;position:relative}.wf-suite-qualify-footer{z-index:1;justify-content:space-between;align-items:center;gap:10px;display:flex;position:relative}.wf-suite-qualify-chip{border-radius:999px;align-items:center;gap:7px;padding:7px 11px;font-size:.66rem;font-weight:800;display:inline-flex}.wf-suite-meter svg{width:100%;height:100%;transform:rotate(-90deg)}.wf-suite-meter circle{fill:none;stroke:#cbd5e1d9;stroke-width:12px}.wf-suite-meter-progress{stroke:url(#wfSuiteMeterGradient);stroke-linecap:round;stroke-dashoffset:0;transition:stroke-dasharray .12s linear}.wf-suite-meter strong{color:#111827;font-size:2rem;font-weight:800;font-family:var(--font-mono);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.wf-suite-meter--live{filter:drop-shadow(0 14px 28px #0ea5e92e);width:118px;height:118px;margin-top:12px}.wf-suite-meter-pulse{pointer-events:none;opacity:.7;background:radial-gradient(circle,#fff0 45%,#ffffff2e 46%,#fff0 47%),conic-gradient(#14b8a614,#0ea5e933,#22c55e1a,#14b8a614);border-radius:50%;animation:5s linear infinite wfPulseSpin;position:absolute;inset:-8px;-webkit-mask:radial-gradient(circle,#0000 48%,#000 49% 60%,#0000 61%);mask:radial-gradient(circle,#0000 48%,#000 49% 60%,#0000 61%)}.wf-suite-meter-segment{transform-origin:50%;animation:2.8s ease-in-out infinite wfSegmentBreath}.wf-suite-qualify-band{z-index:1;grid-template-columns:minmax(0,1fr) 132px minmax(0,1fr);align-items:center;gap:10px;margin-top:14px;display:grid;position:relative}.wf-suite-milestones{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:0;display:grid}.wf-suite-milestones--left{grid-template-columns:1fr;align-content:center;justify-items:end}.wf-suite-milestones--right{grid-template-columns:1fr;align-content:center;justify-items:start}.wf-suite-toast{letter-spacing:.01em;color:#0f172a;opacity:0;background:#ffffffeb;border:1px solid #cbd5e1b8;border-radius:999px;align-items:center;width:100%;min-width:0;padding:8px 10px;font-size:.62rem;font-weight:800;transition:opacity .22s,transform .22s;display:inline-flex;transform:translateY(8px)scale(.98);box-shadow:0 10px 20px #0f172a14}.wf-suite-toast--left{justify-self:start}.wf-suite-toast--right{justify-self:end}.wf-suite-toast--teal,.wf-suite-toast--blue,.wf-suite-toast--amber,.wf-suite-toast--violet,.wf-suite-toast--green{max-width:158px}.wf-suite-toast.is-visible{opacity:1;transform:translateY(0)scale(1)}.wf-suite-toast-text{white-space:normal;align-items:center;line-height:1.1;display:inline-flex}.wf-suite-toast-text:before{content:"";background:currentColor;border-radius:50%;flex:0 0 8px;width:8px;height:8px;margin-right:8px;box-shadow:0 0 0 4px #ffffffa6}.wf-suite-toast--teal{color:#0f766e}.wf-suite-toast--blue{color:#2563eb}.wf-suite-toast--amber{color:#b45309}.wf-suite-toast--violet{color:#6d28d9}.wf-suite-toast--green{color:#047857}.wf-suite-conversion-lane{z-index:1;grid-template-columns:52px 1fr 52px;align-items:center;gap:10px;margin-top:12px;display:grid;position:relative}.wf-suite-lane-label{letter-spacing:.08em;text-transform:uppercase;color:#8b95a7;font-size:.58rem;font-weight:800}.wf-suite-lane-label--right{text-align:right}.wf-suite-lane-track{background:linear-gradient(90deg,#cbd5e1bf,#f1f5f9f2),#cbd5e161;border:1px solid #cbd5e1b3;border-radius:999px;height:16px;position:relative;overflow:hidden}.wf-suite-lane-glow{border-radius:inherit;background:linear-gradient(90deg,#14b8a61f,#0ea5e98f,#22c55ee0);animation:2.8s ease-in-out infinite wfLaneSweep;position:absolute;inset:0 auto 0 0;box-shadow:0 0 16px #0ea5e93d}.wf-suite-lane-node{border-radius:50%;width:10px;height:10px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 6px #ffffffb3}.wf-suite-lane-node--lead{background:#14b8a6;animation:1.8s ease-in-out infinite wfLanePulse;left:16%}.wf-suite-lane-node--score{background:#0ea5e9;animation:1.8s ease-in-out .35s infinite wfLanePulse;left:54%}.wf-suite-lane-node--route{background:#22c55e;animation:1.8s ease-in-out .7s infinite wfLanePulse;left:88%}.wf-suite-qualify-lines{z-index:1;gap:8px;margin-top:16px;display:grid;position:relative}.wf-suite-qualify-line{background:#ffffffd1;border:1px solid #cbd5e1ad;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:9px 12px;display:flex;box-shadow:0 8px 18px #0f172a0b}.wf-suite-qualify-line span{color:#475467;font-size:.7rem;font-weight:700}.wf-suite-qualify-line strong{color:#0f172a;font-size:.74rem;font-weight:800;font-family:var(--font-mono)}.wf-suite-qualify-footer{flex-wrap:wrap;margin-top:16px}.wf-suite-qualify-chip{color:#334155;background:#ffffffc7;border:1px solid #cbd5e1b3}.wf-suite-qualify-chip--accent{color:#047857;background:linear-gradient(135deg,#10b98124,#0ea5e924);border-color:#10b9812e}@keyframes wfLanePulse{0%,to{opacity:.7;transform:translate(-50%,-50%)scale(.9)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.15)}}@keyframes wfLaneSweep{0%{transform-origin:0;opacity:.7;transform:scaleX(.86)}50%{transform-origin:0;opacity:1;transform:scaleX(1)}to{transform-origin:0;opacity:.72;transform:scaleX(.86)}}@keyframes wfPulseSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wfSegmentBreath{0%,to{opacity:.55}50%{opacity:1}}.wf-suite-stats{z-index:1;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;display:grid;position:relative}.wf-suite-stat{background:linear-gradient(#fff,#f8fbff);border:1px solid #cbd5e1b8;border-radius:14px;padding:12px 14px}.wf-suite-stat-label{color:#667085;font-size:.72rem;display:block}.wf-suite-stat-value{color:#111827;margin-top:4px;font-size:1.05rem;font-weight:800;display:block}.wf-suite-stats--revenue{gap:8px;margin-top:8px}.wf-suite-stat--revenue{padding:8px 10px}.wf-suite-stat-trend{color:#047857;background:#10b98124;border:1px solid #10b98133;border-radius:999px;margin-top:5px;padding:3px 7px;font-size:.62rem;font-weight:800;display:inline-flex}.wf-suite-bars{z-index:1;align-items:end;gap:10px;height:98px;margin-top:18px;display:flex;position:relative}.wf-suite-bars span{background:linear-gradient(#22c55e,#38bdf8);border-radius:12px 12px 4px 4px;flex:1;min-width:0;animation:2.8s ease-in-out infinite wfSuiteBars;box-shadow:inset 0 1px #fff6}.wf-suite-bars span:nth-child(2){animation-delay:.15s}.wf-suite-bars span:nth-child(3){animation-delay:.3s}.wf-suite-bars span:nth-child(4){animation-delay:.45s}.wf-suite-growth-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;display:grid;position:relative}.wf-suite-growth-item{text-align:center;background:linear-gradient(#f6fffb,#effcf5);border:1px solid #22c55e38;border-radius:12px;padding:8px 10px}.wf-suite-growth-item span{color:#4b5563;font-size:.62rem;font-weight:700;display:block}.wf-suite-growth-item b{color:#047857;margin-top:2px;font-size:.88rem;display:block}.wf-suite-growth-grid--compact{gap:6px;margin-top:6px}.wf-suite-growth-grid--compact .wf-suite-growth-item{border-radius:10px;padding:6px 8px}.wf-suite-growth-grid--compact .wf-suite-growth-item span{font-size:.58rem}.wf-suite-growth-grid--compact .wf-suite-growth-item b{font-size:.76rem}.wf-suite-revenue-chart{z-index:1;background:linear-gradient(#ecfdf5e6,#eff6ffcc);border:1px solid #94a3b840;border-radius:12px;height:50px;margin-top:12px;position:relative;overflow:hidden}.wf-suite-revenue-chart--compact{height:56px;margin-top:6px;padding:5px 7px 2px}.wf-suite-revenue-chart-head{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.wf-suite-revenue-chart-head span{color:#64748b;letter-spacing:.02em;font-size:.6rem;font-weight:700}.wf-suite-revenue-chart-head b{color:#047857;font-size:.62rem;font-weight:800}.wf-suite-revenue-chart svg{width:100%;height:100%;display:block}.wf-suite-revenue-line{fill:none;stroke:#059669;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round}.wf-suite-revenue-dot{fill:#10b981;filter:drop-shadow(0 0 5px #10b98180)}.wf-suite-bars--revenue,.wf-suite-revenue-visual,.wf-suite-revenue-mega-bar,.wf-suite-revenue-axis-label,.wf-suite-revenue-area-mega,.wf-suite-revenue-line-mega,.wf-suite-revenue-dot-mega{display:none}.wf-suite-lines{pointer-events:none;z-index:1;width:auto;height:auto;position:absolute;inset:252px 88px 24px;overflow:hidden}.wf-suite-lines-group{filter:drop-shadow(0 8px 18px #10b9811a)}.wf-suite-line{fill:none;stroke:url(#wfSuiteConnectorGradient);stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:11 17;opacity:.58;animation:5.2s ease-in-out infinite wfSuiteConnectorFloat}.wf-suite-line--one{animation-delay:0s}.wf-suite-line--two{animation-delay:.7s}.wf-suite-line--three{animation-delay:1.2s}.wf-suite-line--four{animation-delay:1.8s}.wf-suite-line-dot{fill:#41c99a;stroke:#ffffffeb;stroke-width:4px;filter:drop-shadow(0 0 14px #10b9813d);opacity:.8}@keyframes wfSuiteConnectorFloat{0%,to{stroke-dashoffset:0;opacity:.88}50%{stroke-dashoffset:-26px;opacity:1}}.wf-suite-ticker{background:#ffffffe0;border-top:1px solid #0f172a14;grid-template-columns:repeat(4,1fr);display:grid;position:absolute;bottom:0;left:34px;right:34px}.wf-suite-ticker-item{color:#475467;justify-content:center;align-items:center;gap:10px;padding:16px 14px;font-size:.84rem;font-weight:700;display:flex}.wf-suite-ticker-item+.wf-suite-ticker-item{border-left:1px solid #0f172a14}.wf-suite-mobile{display:none}.wf-suite-dot{background:#10b981;border-radius:50%;width:8px;height:8px}.wf-suite-dot--amber{background:#f59e0b}.wf-suite-dot--blue{background:#60a5fa}.wf-suite-dot--violet{background:#a78bfa}@keyframes wfSuiteOrbitSweep{0%{opacity:.58;transform:translate(-3%,-2%)rotate(-4deg)scale(.98)}50%{opacity:.76;transform:translate(1%)rotate(1deg)scale(1.02)}to{opacity:.63;transform:translate(4%,2%)rotate(6deg)scale(1.05)}}@keyframes wfSuiteFadeUp{0%{opacity:0;transform:translateY(28px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes wfSuiteBars{0%,to{opacity:.72;transform:scaleY(.82)}50%{opacity:1;transform:scaleY(1)}}@keyframes wfSuiteSoftPulse{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes wfSuiteChipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes wfSuiteRowSlide{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes wfSuiteConnector{0%{stroke-dashoffset:180px}to{stroke-dashoffset:0}}@keyframes wfSuiteMeterSpin{0%,to{stroke-dasharray:220 289}50%{stroke-dasharray:245 289}}@keyframes wfBuilderItemIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes wfBuilderSavedIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes wfBuilderArrowIn{0%{opacity:0;transform:translateY(4px)}to{opacity:.9;transform:translateY(0)}}@keyframes wfBuilderLoopItem{0%,4%{opacity:0;transform:translateY(8px)}8%,44%{opacity:1;transform:translateY(0)}48%,to{opacity:0;transform:translateY(8px)}}.wf-builder-mini-item:first-child{animation-name:wfBuilderLoopItem1}.wf-builder-mini-item:nth-child(3){animation-name:wfBuilderLoopItem2}.wf-builder-mini-item:nth-child(5){animation-name:wfBuilderLoopItem3}.wf-builder-mini-item:nth-child(7){animation-name:wfBuilderLoopItem4}.wf-builder-mini-item:nth-child(9){animation-name:wfBuilderLoopItem5}.wf-builder-mini-item:nth-child(11){animation-name:wfBuilderLoopItem6}@keyframes wfBuilderLoopItem1{0%,2%{opacity:0;transform:translateY(8px)}5%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfBuilderLoopItem2{0%,6%{opacity:0;transform:translateY(8px)}9%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfBuilderLoopItem3{0%,10%{opacity:0;transform:translateY(8px)}13%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfBuilderLoopItem4{0%,14%{opacity:0;transform:translateY(8px)}17%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfBuilderLoopItem5{0%,18%{opacity:0;transform:translateY(8px)}21%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfBuilderLoopItem6{0%,22%{opacity:0;transform:translateY(8px)}25%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.wf-builder-mini-arrow:nth-child(2){animation-name:wfBuilderLoopArrow1}.wf-builder-mini-arrow:nth-child(4){animation-name:wfBuilderLoopArrow2}.wf-builder-mini-arrow:nth-child(6){animation-name:wfBuilderLoopArrow3}.wf-builder-mini-arrow:nth-child(8){animation-name:wfBuilderLoopArrow4}.wf-builder-mini-arrow:nth-child(10){animation-name:wfBuilderLoopArrow5}@keyframes wfBuilderLoopArrow1{0%,4%{opacity:0;transform:translateY(4px)}6%,99%{opacity:.9;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}@keyframes wfBuilderLoopArrow2{0%,8%{opacity:0;transform:translateY(4px)}10%,99%{opacity:.9;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}@keyframes wfBuilderLoopArrow3{0%,12%{opacity:0;transform:translateY(4px)}14%,99%{opacity:.9;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}@keyframes wfBuilderLoopArrow4{0%,16%{opacity:0;transform:translateY(4px)}18%,99%{opacity:.9;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}@keyframes wfBuilderLoopArrow5{0%,20%{opacity:0;transform:translateY(4px)}22%,99%{opacity:.9;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}@keyframes wfBuilderSavedLoop{0%,24%{opacity:0;transform:translateY(8px)}27%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfPanelProgress1{0%,4%{opacity:0;transform:rotate(0)}8%,99%{opacity:1;transform:rotate(1turn)}to{opacity:0;transform:rotate(1turn)}}@keyframes wfPanelProgress2{0%,25%{opacity:0;transform:rotate(0)}28%,50%{opacity:1;transform:rotate(1turn)}53%,99%{opacity:1;transform:rotate(1turn)}to{opacity:0;transform:rotate(1turn)}}@keyframes wfPanelProgress3{0%,50%{opacity:0;transform:rotate(0)}53%,75%{opacity:1;transform:rotate(1turn)}78%,99%{opacity:1;transform:rotate(1turn)}to{opacity:0;transform:rotate(1turn)}}@keyframes wfConnectorProgress{0%,27%{opacity:0;transform:translate(-50%)translateY(-12px)}30%,38%{opacity:1;transform:translate(-50%)translateY(0)}42%,48%{opacity:1;transform:translate(-50%)translateY(8px)}52%,to{opacity:0;transform:translate(-50%)translateY(16px)}}@keyframes wfLeadsLoopItem1{0%,25%{opacity:0;transform:translateY(8px)}28%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfLeadsLoopItem2{0%,33%{opacity:0;transform:translateY(8px)}36%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfLeadsLoopItem3{0%,41%{opacity:0;transform:translateY(8px)}44%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.wf-leads-mini-item:first-child{animation-name:wfLeadsLoopItem1}.wf-leads-mini-item:nth-child(2){animation-name:wfLeadsLoopItem2}.wf-leads-mini-item:nth-child(3){animation-name:wfLeadsLoopItem3}@keyframes wfLeadsLoopFooter{0%,46%{opacity:0;transform:translateY(8px)}49%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfCenterLeadLoop{0%,50%{opacity:0;transform:translateY(10px)}53%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@keyframes wfCenterStepLoop{0%,to{opacity:0;transform:translateY(8px)}}@keyframes wfCenterStep1{0%,54%{opacity:0;transform:translateY(8px)}57%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfCenterStep2{0%,58%{opacity:0;transform:translateY(8px)}61%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfCenterStep3{0%,62%{opacity:0;transform:translateY(8px)}65%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfCenterStep4{0%,66%{opacity:0;transform:translateY(8px)}69%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfCenterStep5{0%,70%{opacity:0;transform:translateY(8px)}73%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfCenterFooterLoop{0%,74%{opacity:0;transform:translateY(8px)}77%,99%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes wfBuilderScan{0%,to{opacity:.15;transform:translate(-10%)}50%{opacity:.9;transform:translate(10%)}}.wf-builder{border-bottom:0;min-height:460px;display:block;overflow:hidden}.wf-workspace{grid-template-columns:.95fr 1.2fr .9fr;gap:18px;width:100%;max-width:1180px;animation:.55s both wfFadeIn;display:grid}.wf-workspace-panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #ffffffb8;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 18px 48px #0f172a1f,inset 0 1px #ffffffe0}.wf-workspace-panel:before{content:"";pointer-events:none;background:linear-gradient(135deg,#22c55e0f,#0000 32%,#38bdf80f);position:absolute;inset:0}.wf-workspace-panel--left,.wf-workspace-panel--right{padding:18px}.wf-workspace-panel--center{padding:16px}.wf-ws-header,.wf-ws-topbar{z-index:1;justify-content:space-between;align-items:center;gap:10px;display:flex;position:relative}.wf-ws-title{color:#0f172a;font-size:.82rem;font-weight:800}.wf-ws-badge,.wf-ws-chip{letter-spacing:.04em;text-transform:uppercase;color:#475467;background:#0f172a0f;border-radius:999px;align-items:center;padding:6px 10px;font-size:.65rem;font-weight:800;display:inline-flex}.wf-ws-badge.green,.wf-ws-chip{color:#059669;background:#10b9811f}.wf-ws-process{color:#2563eb;align-items:center;gap:8px;font-size:.82rem;font-weight:700;display:inline-flex}.wf-contact-list{z-index:1;flex-direction:column;gap:10px;margin-top:16px;display:flex;position:relative}.wf-contact-row{background:#f8fafceb;border:1px solid #0f172a0f;border-radius:16px;align-items:center;gap:12px;padding:12px;animation:.4s both wfSlideIn;display:flex}.wf-contact-row.active{background:#ecfdf5f2;border-color:#10b98161;box-shadow:inset 0 0 0 1px #10b9812e}.wf-contact-avatar{color:#0f172a;background:#fff;border:3px solid #10b981;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:.78rem;font-weight:800;display:flex}.wf-contact-copy{flex-direction:column;gap:2px;display:flex}.wf-contact-name{color:#0f172a;font-size:.82rem;font-weight:700}.wf-contact-handle{color:#667085;font-size:.68rem}.wf-setting-card,.wf-metrics-card{z-index:1;background:#f8fafceb;border:1px solid #0f172a0f;border-radius:18px;margin-top:16px;padding:14px;position:relative}.wf-setting-title,.wf-metric-label{color:#475467;font-size:.72rem;font-weight:700}.wf-tone-row{gap:10px;margin:12px 0 10px;display:flex}.wf-tone-swatch{background:#d1d5db;border-radius:6px;width:18px;height:18px}.wf-tone-swatch:nth-child(2){background:#111827}.wf-tone-swatch:nth-child(3){background:#34d399}.wf-tone-swatch:nth-child(4){background:#7dd3fc}.wf-tone-swatch.active{outline-offset:3px;outline:2px solid #10b98159}.wf-setting-meta{color:#667085;font-size:.72rem;line-height:1.5}.wf-preview-card{z-index:1;background:#fff;border:1px solid #2563eb3d;border-radius:22px;margin-top:14px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffffb3}.wf-preview-header{border-bottom:1px solid #0f172a14;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.wf-preview-lead{align-items:center;gap:12px;display:flex}.wf-preview-avatar{color:#fff;background:linear-gradient(135deg,#0ea5e9,#10b981);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-weight:800;display:flex}.wf-preview-name{color:#111827;font-size:.9rem;font-weight:800}.wf-preview-role{color:#667085;font-size:.72rem}.wf-preview-score{color:#059669;background:#10b9811a;border-radius:999px;padding:8px 12px;font-size:.72rem;font-weight:800}.wf-preview-canvas{background:linear-gradient(#fafafffa,#f8fafcfa),linear-gradient(90deg,#2563eb0d,#a855f70d);padding:20px 16px 16px}.wf-preview-brand{text-align:center;color:#111827;margin-bottom:14px;font-size:1.1rem;font-weight:800}.wf-preview-frame{background:#fff;border:2px solid #a855f757;border-radius:18px;padding:16px}.wf-preview-screen{background:linear-gradient(#f8fafc,#fff),linear-gradient(90deg,#0ea5e914,#a855f714);border-radius:14px;height:170px;position:relative;overflow:hidden}.wf-preview-chart{clip-path:polygon(0 86%,14% 82%,28% 68%,40% 70%,56% 46%,70% 52%,86% 22%,100% 8%,100% 100%,0 100%);background:linear-gradient(#0ea5e929,#10b98105);height:64px;animation:3.8s ease-in-out infinite wfWorkspaceSweep;position:absolute;inset:18px 18px auto}.wf-preview-bars{gap:10px;display:flex;position:absolute;bottom:18px;left:22px;right:22px}.wf-preview-bars span{background:linear-gradient(#a855f7e0,#0ea5e9a3);border-radius:10px 10px 4px 4px;flex:1;animation:2.6s ease-in-out infinite wfWorkspaceBars}.wf-preview-bars span:first-child{height:48px}.wf-preview-bars span:nth-child(2){height:76px;animation-delay:.25s}.wf-preview-bars span:nth-child(3){height:58px;animation-delay:.5s}.wf-preview-message{color:#344054;margin-top:14px;font-size:.82rem;line-height:1.6}.wf-preview-actions{justify-content:center;gap:10px;padding:14px 16px 16px;display:flex}.wf-preview-btn{color:#475467;background:#f8fafcf2;border:1px solid #0f172a14;border-radius:999px;padding:8px 12px;font-size:.72rem;font-weight:700}.wf-preview-btn.active{color:#fff;background:linear-gradient(135deg,#7c3aede6,#2563ebe6)}.wf-variant-list{z-index:1;flex-direction:column;gap:12px;margin-top:16px;display:flex;position:relative}.wf-variant-card{background:#fffffff2;border:1px solid #0f172a14;border-radius:18px;padding:14px;animation:.45s both wfSlideIn}.wf-variant-card.active{border-color:#7c3aed57;box-shadow:inset 0 0 0 1px #7c3aed1f}.wf-variant-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.wf-variant-name{color:#1f2937;font-size:.82rem;font-weight:800}.wf-variant-edit{color:#667085;background:#0f172a0f;border-radius:10px;padding:5px 9px;font-size:.68rem;font-weight:700}.wf-variant-sub{color:#667085;margin-top:8px;font-size:.72rem}.wf-variant-track{background:#0f172a0f;border-radius:999px;height:10px;margin-top:12px;overflow:hidden}.wf-variant-track span{border-radius:inherit;background:linear-gradient(90deg,#7c3aed,#22c55e);width:62%;height:100%;animation:3s ease-in-out infinite wfVariantPulse;display:block}.wf-metrics-card{grid-template-columns:1fr 1fr;gap:12px;display:grid}.wf-metric{background:#ffffffd1;border:1px solid #0f172a0f;border-radius:14px;padding:12px}.wf-metric-val{color:#111827;margin-top:6px;font-size:1.1rem;font-weight:800;display:block}.wf-builder-sidebar{border-right:1px solid var(--border);background:#f7f8fa;flex-direction:column;gap:4px;padding:16px 12px;display:flex}.wf-bsb-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--border);margin-bottom:6px;padding:4px 8px 12px;font-size:.62rem;font-weight:800}.wf-bsb-item{color:var(--text2);cursor:grab;border-radius:6px;align-items:center;gap:10px;padding:9px 10px;font-size:.72rem;font-weight:600;transition:background .2s,transform .15s;animation:.35s both wfSlideIn;display:flex}.wf-bsb-item:hover{background:#fff;transform:translate(3px)}.wf-bsb-dot{opacity:.7;border-radius:3px;flex-shrink:0;width:8px;height:8px}.wf-builder-canvas{background-color:#0000;background-image:linear-gradient(#0f172a0a 1px,#0000 1px),linear-gradient(90deg,#0f172a0a 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:28px 28px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;flex-direction:column;justify-content:center;align-items:center;padding:24px 20px 40px;display:flex;position:relative}.wf-svg-defs{width:0;height:0;position:absolute;overflow:hidden}.wf-flowchart{flex-direction:column;align-items:center;gap:0;width:100%;max-width:420px;display:flex;position:relative}.wf-fn{z-index:2;white-space:nowrap;background:#fffffff7;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:12px;padding:10px 18px 10px 10px;animation:.45s cubic-bezier(.16,1,.3,1) both wfFnPop;display:flex;position:relative;box-shadow:0 2px 12px #0003,0 0 0 1px #ffffff0f}.wf-fn:before{content:"";background:var(--accent);opacity:0;width:3px;height:60%;animation:.3s forwards wfFnAccent;animation-delay:inherit;border-radius:0 3px 3px 0;position:absolute;top:50%;left:-1px;transform:translateY(-50%)}@keyframes wfFnAccent{to{opacity:1}}.wf-fn-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 2px 8px #00000026}.wf-fn-text{flex-direction:column;display:flex}.wf-fn-name{color:var(--text);font-size:.78rem;font-weight:700;line-height:1.2}.wf-fn-desc{color:var(--text-muted);margin-top:1px;font-size:.6rem}.wf-fn-badge{text-transform:uppercase;letter-spacing:.06em;border-radius:var(--r-full);color:var(--text-muted);background:#6b72801a;margin-left:auto;padding:3px 8px;font-size:.55rem;font-weight:800}.wf-fn-badge.live{color:#059669;background:#0596691a;animation:2s ease-in-out infinite wfBadgePulse}@keyframes wfBadgePulse{0%,to{opacity:1}50%{opacity:.5}}.wf-wire-v{z-index:1;background:#ffffff1a;width:2px;height:28px;animation:.4s both wfWireReveal;position:relative}.wf-wire-v:after{content:"";width:100%;height:100%;animation:1.2s ease-in-out infinite wfWireFlow;animation-delay:inherit;background:linear-gradient(#0000,#10b981,#0000);position:absolute;top:0;left:0}.wf-wire-glow{z-index:3;background:#10b981;border-radius:50%;width:8px;height:8px;animation:1.8s ease-in-out infinite wfDotTravel;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 0 10px #10b981,0 0 24px #10b98180}@keyframes wfDotTravel{0%{opacity:0;top:-4px}15%{opacity:1}85%{opacity:1}to{opacity:0;top:calc(100% - 4px)}}@keyframes wfWireReveal{0%{opacity:0;height:0}to{opacity:1;height:28px}}@keyframes wfWireFlow{0%{opacity:0}50%{opacity:.6}to{opacity:0}}@keyframes wfWorkspaceSweep{0%,to{opacity:.75;transform:translate(0)scaleY(.96)}50%{opacity:1;transform:translate(4px)scaleY(1)}}@keyframes wfWorkspaceBars{0%,to{opacity:.72;transform:scaleY(.82)}50%{opacity:1;transform:scaleY(1)}}@keyframes wfVariantPulse{0%,to{opacity:.7;width:58%}50%{opacity:1;width:78%}}.wf-branch-svg{z-index:1;width:100%;max-width:420px;height:48px;animation:.5s both wfFadeIn;display:block;overflow:visible}.wf-wire-path{stroke-dasharray:200;stroke-dashoffset:200px;animation:.8s ease-out forwards wfDrawLine;animation-delay:inherit}.wf-wire-path-glow{stroke-dasharray:200;stroke-dashoffset:200px;animation:.8s ease-out forwards wfDrawLine;animation-delay:inherit;filter:url(#glow)}.wf-fn-row{justify-content:center;gap:40px;width:100%;max-width:420px;display:flex}.wf-active-badge{color:#10b981;border-radius:var(--r-full);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#10b98114;border:1px solid #10b98126;align-items:center;gap:8px;padding:6px 16px;font-size:.68rem;font-weight:700;animation:.5s both wfSlideUp;display:flex;position:absolute;bottom:16px;right:20px}.wf-active-badge--workspace{color:#059669;background:#ffffffb8;border-color:#10b9812e;bottom:18px;right:22px}.wf-pulse-dot{background:#10b981;border-radius:50%;width:7px;height:7px;animation:1.5s ease-in-out infinite wfDotPulse;display:inline-block;box-shadow:0 0 6px #10b981}.wf-channels{grid-template-columns:1fr 200px;align-items:center;gap:24px;padding:28px 32px;display:grid}.wf-channels-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.wf-channel-card{border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:12px;padding:12px 16px;transition:box-shadow .2s,transform .2s;animation:.4s both wfSlideIn;display:flex}.wf-channel-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.wf-channel-icon{opacity:.85;border-radius:8px;flex-shrink:0;width:32px;height:32px}.wf-channel-info{flex-direction:column;flex:1;display:flex}.wf-channel-name{color:var(--text);font-size:.78rem;font-weight:700}.wf-channel-badge{align-items:center;gap:4px;margin-top:2px;font-size:.6rem;font-weight:600;display:inline-flex}.wf-channel-badge.connected{color:var(--accent)}.wf-channel-badge.pending{color:var(--text-muted)}.wf-channel-check{background:var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:background .3s;display:flex}.wf-channel-check.on{background:var(--accent)}.wf-channels-center{flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.wf-pulse-hub{justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.wf-pulse-ring{border:1.5px solid #2a9d6e40;border-radius:50%;animation:2.5s ease-out infinite wfPulseRing;position:absolute}.wf-pulse-ring.r1{animation-delay:0s;inset:-10px}.wf-pulse-ring.r2{animation-delay:.6s;inset:-24px}.wf-pulse-ring.r3{animation-delay:1.2s;inset:-38px}.wf-pulse-core{background:linear-gradient(135deg,var(--accent),#1a7a5c);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 0 0 6px #2a9d6e1f,0 8px 24px #2a9d6e4d}.wf-hub-label{color:var(--accent);text-align:center;font-size:.7rem;font-weight:600}.wf-leads-scene{flex-direction:column;gap:16px;padding:28px 32px;display:flex}.wf-leads-header{justify-content:space-between;align-items:center;display:flex}.wf-lh-title{color:var(--text);font-size:.9rem;font-weight:700}.wf-lh-count{color:var(--accent);border-radius:var(--r-full);background:#0596690f;align-items:center;gap:6px;padding:4px 12px;font-size:.72rem;font-weight:600;display:flex}.wf-leads-list{flex-direction:column;gap:6px;display:flex}.wf-lead-row{border:1px solid var(--border);border-radius:var(--r-md);background:#fff;align-items:center;gap:12px;padding:10px 16px;transition:background .2s,box-shadow .2s;animation:.5s both wfSlideUp;display:flex}.wf-lead-row:hover{background:var(--bg-warm);box-shadow:var(--shadow-sm)}.wf-lead-avatar{color:#fff;letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.6rem;font-weight:700;display:flex}.wf-lead-info{flex-direction:column;flex:1;display:flex}.wf-lead-name{color:var(--text);font-size:.78rem;font-weight:700}.wf-lead-src{color:var(--text-muted);font-size:.62rem}.wf-lead-score{font-size:.75rem;font-weight:800;font-family:var(--font-mono);align-items:center;gap:4px;display:flex}.wf-lead-status{color:var(--accent);align-items:center;gap:5px;font-size:.65rem;font-weight:600;display:flex}.wf-leads-sources{border-top:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:12px;padding-top:12px;display:grid}.wf-ls-item{flex-direction:column;gap:5px;display:flex}.wf-ls-bar-track{background:var(--border);border-radius:3px;width:100%;height:6px;overflow:hidden}.wf-ls-bar-fill{border-radius:3px;height:100%;animation:1s ease-out both wfBarGrow}.wf-ls-label{color:var(--text-muted);font-size:.6rem;font-weight:600}.wf-ls-val{color:var(--text);font-size:.72rem;font-weight:800;font-family:var(--font-mono)}.wf-ai-scene{grid-template-columns:1.2fr .8fr;align-items:start;gap:20px;padding:28px 32px;display:grid}.wf-ai-call-card{border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-md);background:#fff;animation:.5s both wfSlideUp;overflow:hidden}.wf-ai-call-header{color:#fff;background:linear-gradient(135deg,#059669,#1a7a5c);align-items:center;gap:12px;padding:14px 18px;display:flex}.wf-ai-call-label{flex:1;font-size:.75rem;font-weight:700}.wf-ai-call-time{font-family:var(--font-mono);opacity:.8;font-size:.72rem;font-weight:600}.wf-ai-wave{align-items:center;gap:2px;height:20px;display:flex}.wf-ai-wave-bar{background:#ffffffb3;border-radius:2px;width:3px;animation:.8s ease-in-out infinite alternate wfWave}@keyframes wfWave{0%{height:4px}to{height:18px}}.wf-ai-call-lead{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:14px 18px;display:flex}.wf-ai-transcript{flex-direction:column;gap:10px;padding:14px 18px;display:flex}.wf-ai-msg{color:var(--text2);border-radius:var(--r-md);padding:10px 14px;font-size:.75rem;line-height:1.5;animation:.5s both wfSlideUp}.wf-ai-msg.bot{border-left:3px solid var(--accent);background:#0596690f}.wf-ai-msg.user{background:var(--bg-warm);border-left:3px solid var(--border2);animation-delay:.3s}.wf-ai-role{text-transform:uppercase;letter-spacing:.04em;color:var(--text);margin-right:8px;font-size:.6rem;font-weight:800;display:inline-block}.wf-ai-scoring{border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;align-items:center;gap:16px;padding:20px;animation:.5s .2s both wfSlideUp;display:flex}.wf-ai-score-card{flex-direction:column;align-items:center;gap:6px;display:flex}.wf-ai-score-ring{width:90px;height:90px;position:relative}.wf-ai-score-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.wf-score-anim{stroke-dasharray:0 100;animation:1.2s ease-out .5s forwards wfScoreRing}.wf-score-num{color:var(--accent);font-size:1.5rem;font-weight:800;font-family:var(--font-mono);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.wf-score-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:600}.wf-ai-tags{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.wf-ai-tag{border-radius:var(--r-full);background:var(--bg-warm);color:var(--text2);border:1px solid var(--border);padding:4px 12px;font-size:.62rem;font-weight:700;animation:.4s .6s both wfSlideUp}.wf-ai-tag.hot{color:var(--accent);background:#05966914;border-color:#05966933}.wf-ai-route{color:var(--accent);border-radius:var(--r-full);background:#0596690f;align-items:center;gap:6px;padding:8px 16px;font-size:.7rem;font-weight:600;animation:.5s .8s both wfSlideUp;display:flex}.wf-dashboard{flex-direction:column;gap:20px;padding:28px 32px;display:flex}.wf-dash-kpis{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.wf-dash-kpi{border:1px solid var(--border);border-radius:var(--r-md);background:#fff;flex-direction:column;gap:4px;padding:16px 18px;transition:box-shadow .2s;animation:.5s cubic-bezier(.16,1,.3,1) both wfKpiPop;display:flex}.wf-dash-kpi:hover{box-shadow:var(--shadow-md)}.wf-kpi-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.62rem;font-weight:600}.wf-kpi-val{color:var(--text);font-size:1.4rem;font-weight:800;font-family:var(--font-mono);letter-spacing:-.02em}.wf-kpi-change{color:var(--text-muted);font-size:.65rem;font-weight:700}.wf-kpi-change.up{color:var(--accent)}.wf-dash-chart{border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);background:#fff;padding:20px 24px 14px;animation:.5s .3s both wfSlideUp}.wf-chart-header{justify-content:space-between;align-items:baseline;margin-bottom:16px;display:flex}.wf-chart-title{color:var(--text);font-size:.82rem;font-weight:700}.wf-chart-val{color:var(--text);font-size:1.1rem;font-weight:800;font-family:var(--font-mono)}.wf-chart-val .wf-kpi-change{margin-left:6px;font-size:.65rem}.wf-chart-svg{width:100%;height:140px;display:block}.wf-chart-line{stroke-dasharray:1200;stroke-dashoffset:1200px;animation:2s ease-out .4s forwards wfDrawLine}.wf-chart-area{opacity:0;animation:.8s 1.2s forwards wfFadeIn}.wf-chart-dot{opacity:0;animation:.3s both wfDotPop}.wf-chart-months{color:var(--text-muted);font-size:.6rem;font-weight:600;font-family:var(--font-mono);justify-content:space-between;margin-top:8px;padding:0 4px;display:flex}.wf-status-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite wfDotPulse;display:inline-block}.wf-status-dot.green{background:#059669}.wf-status-dot.orange{background:#d97706}.wf-status-dot.blue{background:#2563eb}.wf-status-dot.purple{background:#7c3aed}.wf-ticker{border-top:1px solid var(--border);background:var(--bg-warm);display:flex;overflow:hidden}.wf-ticker-item{color:var(--text2);border-right:1px solid var(--border);white-space:nowrap;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.72rem;font-weight:600;display:flex}.wf-ticker-item:last-child{border-right:none}@keyframes wfSlideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes wfSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes wfFnPop{0%{opacity:0;transform:scale(.88)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes wfDrawLine{to{stroke-dashoffset:0}}@keyframes wfFadeIn{to{opacity:1}}@keyframes wfDotPop{0%{opacity:0}to{opacity:1}}@keyframes wfDotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@keyframes wfPulseRing{0%{opacity:.6;transform:scale(.8)}to{opacity:0;transform:scale(1.6)}}@keyframes wfScoreRing{to{stroke-dasharray:92 100}}@keyframes wfBarGrow{0%{width:0}}@keyframes wfKpiPop{0%{opacity:0;transform:translateY(12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.reveal{opacity:0;transform:translateY(30px)}.reveal.visible{opacity:1;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(0)}.stagger-1{transition-delay:50ms!important}.stagger-2{transition-delay:.1s!important}.stagger-3{transition-delay:.15s!important}.stagger-4{transition-delay:.2s!important}.stagger-5{transition-delay:.25s!important}@media (max-width:1024px){.op-mobile-notice{display:flex}.nav{height:64px;padding:0 14px}.nav.scrolled{border-radius:18px;height:58px;padding:0 14px;top:8px;left:8px;right:8px}.nav-links,.nav-right .nav-cta,.nav-right .nav-login,.op-blog-header{display:none}.nav-left{flex:auto;gap:0;min-width:0}.logo-link{flex:auto;gap:8px;min-width:0}.brand-wordmark{text-overflow:ellipsis;white-space:nowrap;font-size:1rem;line-height:1;overflow:hidden}.logo-link img{width:30px;height:30px}.nav-right{gap:8px}.nav-mobile-toggle{cursor:pointer;background:#fffffff2;border:1px solid #14181f1a;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:8px;transition:background .2s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 8px #0f172a0f}.nav-mobile-toggle:active{background:#f0f0f0f2}.nav-mobile-toggle svg{color:#1f2937}.nav-toggle-line{transform-origin:50%;transition:transform .25s,opacity .25s}.nav-mobile-toggle.is-open .nav-toggle-line--top{transform:translateY(6px)rotate(45deg)}.nav-mobile-toggle.is-open .nav-toggle-line--mid{opacity:0}.nav-mobile-toggle.is-open .nav-toggle-line--bot{transform:translateY(-6px)rotate(-45deg)}.nav-mobile-shell{z-index:1100;pointer-events:none;position:fixed;inset:0}.nav-mobile-shell.is-open{pointer-events:auto;display:block}.nav-mobile-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a57;border:0;position:absolute;inset:0}.nav-mobile-panel{opacity:0;background:linear-gradient(#fffffff5,#f7faf9f0);border-radius:28px;flex-direction:column;gap:18px;padding:18px;transition:transform .22s,opacity .22s;display:flex;position:absolute;inset:12px;overflow-y:auto;transform:translateY(16px)scale(.98);box-shadow:0 28px 70px #0f172a3d}.nav-mobile-shell.is-open .nav-mobile-panel{opacity:1;transform:translateY(0)scale(1)}.nav-mobile-panel-top{justify-content:space-between;align-items:center;gap:14px;display:flex}.nav-mobile-close{background:#fff;border:1px solid #14181f14;border-radius:14px;flex:none;width:42px;height:42px;position:relative}.nav-mobile-close span{background:#111827;border-radius:999px;width:18px;height:2px;position:absolute;top:50%;left:50%}.nav-mobile-close span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.nav-mobile-close span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.nav-mobile-links{gap:10px;display:grid}.nav-mobile-links>a,.nav-mobile-dropdown-trigger{color:#111827;text-align:left;cursor:pointer;background:#ffffffb8;border:1px solid #14181f0f;border-radius:16px;align-items:center;width:100%;min-height:52px;padding:0 16px;font-size:.98rem;font-weight:600;display:flex}.nav-mobile-dropdown-trigger{justify-content:space-between}.nav-mobile-dropdown-chevron{color:#6b7280;transition:transform .25s}.nav-mobile-dropdown.is-open .nav-mobile-dropdown-chevron{transform:rotate(180deg)}.nav-mobile-dropdown-sub{gap:4px;max-height:0;padding:0 8px;transition:max-height .3s,padding .3s;display:grid;overflow:hidden}.nav-mobile-dropdown.is-open .nav-mobile-dropdown-sub{max-height:320px;padding:8px 8px 0}.nav-mobile-dropdown-sub a{color:#374151;background:#ffffff80;border:1px solid #14181f0a;border-radius:12px;align-items:center;min-height:44px;padding:0 14px;font-size:.92rem;font-weight:500;display:flex}.nav-mobile-dropdown-sub a:active{background:#1f7f5914}.nav-mobile-actions{gap:12px;margin-top:auto;display:grid}.nav-mobile-actions .nav-cta,.nav-mobile-actions .nav-login{justify-content:center;min-height:48px;display:inline-flex}.op-mobile-notice-card{width:min(92vw,420px);padding:22px 18px 18px}.feature-stack{padding-bottom:0}.feature-block,.feature-block-inner{min-height:auto;position:relative;top:auto}.wf-suite{padding:28px 20px 86px}.wf-suite-inline-status{min-height:52px;margin:0 0 8px;position:relative;top:auto;left:auto;right:auto}.wf-suite-grid{grid-template-columns:1fr;gap:18px;min-height:0;display:grid}.wf-suite-panel{width:100%;position:relative;inset:auto;transform:none}.wf-suite-lines{display:none}.wf-suite-ticker{grid-template-columns:repeat(2,1fr);left:20px;right:20px}.wf-unified-stage{min-height:900px}.wf-stage-node--top-left,.wf-stage-node--bottom-left,.wf-stage-node--center,.wf-stage-node--top-right,.wf-stage-node--bottom-right{width:100%;position:relative;inset:auto;transform:none}.wf-stage-lines{display:none}.wf-stage-probability-core{grid-template-columns:88px 1fr}.wf-builder-canvas{min-height:380px}.wf-channels{grid-template-columns:1fr}.wf-channels-center{flex-direction:row;justify-content:center;padding:16px 0}.wf-ai-scene{grid-template-columns:1fr}.wf-dash-kpis,.wf-leads-sources{grid-template-columns:repeat(2,1fr)}.hero-shot-main{transform:none}.hero{padding:108px 20px 60px}.hero-inner{max-width:100%}.hero-h1{font-size:clamp(2.35rem,6vw,4rem)}.hero-sub{max-width:680px;font-size:.98rem}.hero-click-spotlight{width:min(100%,980px);min-height:520px;padding:18px 14px 10px}.hero-lead-card{width:min(30vw,230px)}.hero-lead-card--top-left,.hero-lead-card--bottom-left{left:14px}.hero-lead-card--top-right,.hero-lead-card--bottom-right{right:14px}.hero-wait-note--left{left:24px}.hero-wait-note--right{right:24px}.hero-support-cards{z-index:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:760px;margin:0 auto;display:grid;position:relative}.hero-floating-card{width:100%;margin:0;position:relative;top:auto;left:auto;right:auto}.hero-floating-card--left,.hero-floating-card--right{transform:none}.logos-grid{grid-template-columns:repeat(3,1fr)}.logos-divider{height:28px}.logo-item{min-height:96px}.partner-logo-card{gap:12px;padding:16px 14px}.partner-logo-mark{max-width:52px;height:38px;min-height:38px}.partner-logo-name{font-size:1.06rem}.feature-block-top{grid-template-columns:1fr;min-height:auto;padding:72px 48px 48px}.fb-copy{margin-bottom:40px;padding-right:0}.case-grid{grid-template-columns:1fr 1fr}.integrations-top{grid-template-columns:1fr}.int-network{height:460px}.int-node img{width:92px;height:92px;padding:16px}.int-hub img{width:124px;height:124px;padding:20px}.usecases-grid{grid-template-columns:1fr}.usecases-sidebar{border-right:none;border-bottom:1px solid var(--border);flex-direction:row;overflow-x:auto}.uc-item{white-space:nowrap;border-bottom:none;border-right:1px solid var(--border)}.footer-inner{grid-template-columns:1fr 1fr;gap:36px}.wf-wrap,.case-shell,.templates-track,.usecases-grid,.footer-inner,.op-contact-container,.op-security-feature-grid,.op-security-faq-section{contain:layout paint style}@supports (content-visibility:auto){.logos-section,.feature-block,.case-section,.templates-section,.usecases-section,.integrations-section,.cta-section,.footer,.op-contact-faq-section,.op-contact-cta-band,.op-security-dark,.op-security-faq-section{content-visibility:auto;contain-intrinsic-size:900px}}}@media (max-width:640px){.nav{height:60px;padding:0 12px}.nav.scrolled{border-radius:16px;height:54px;padding:0 12px;top:6px;left:6px;right:6px}.logo-link{gap:7px}.logo-link img{width:28px;height:28px}.brand-wordmark{max-width:150px;font-size:.95rem}.nav-mobile-toggle{border-radius:10px;width:38px;height:38px}}@media (hover:none) and (pointer:coarse){.nav{height:60px;padding:0 12px}.nav.scrolled{border-radius:16px;height:54px;padding:0 12px;top:6px;left:6px;right:6px}.nav-links,.nav-right .nav-cta,.nav-right .nav-login,.op-blog-header{display:none}.nav-left{flex:auto;gap:0;min-width:0}.logo-link{flex:auto;gap:7px;min-width:0}.logo-link img{width:28px;height:28px}.brand-wordmark{text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:.95rem;line-height:1;overflow:hidden}.nav-right{gap:8px}.nav-mobile-toggle{cursor:pointer;background:#fffffff2;border:1px solid #14181f1a;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:8px;display:inline-flex;box-shadow:0 2px 8px #0f172a0f}.nav.scrolled.op-blog-top-nav--hidden{opacity:1;visibility:visible;pointer-events:auto;transform:none}}@media (max-width:768px){.feature-stack{scroll-snap-type:y proximity;scroll-padding-top:0;position:relative}.feature-block{scroll-snap-align:start;scroll-snap-stop:always;min-height:100svh;position:sticky;top:0}.feature-block-inner{min-height:100svh}.feature-block-top{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;min-height:100svh;padding:20px 20px 16px;display:flex}.fb-copy{flex:none;justify-content:flex-start;align-self:start;gap:0;margin-bottom:0}.feature-block--green-mid .fb-copy{order:0}.feature-block--green-mid .fb-visual{order:1}.fb-kicker{margin-bottom:12px;padding:7px 14px;font-size:.69rem}.fb-title{max-width:none;margin-bottom:14px;font-size:clamp(2.5rem,10.2vw,3.5rem);line-height:.96}.fb-subtitle{max-width:none;font-size:.92rem;line-height:1.48}.fb-visual{flex:auto;align-self:stretch;align-items:flex-end;min-height:0}.fb-screenshot{border-radius:24px;align-items:stretch;width:100%;max-width:100%;height:100%;min-height:220px;display:flex;transform:perspective(1200px)rotateY(-2deg)rotateX(1deg)}.feature-block--green-mid .fb-screenshot{transform:perspective(1200px)rotateY(2deg)rotateX(1deg)}.fb-video{aspect-ratio:auto;object-fit:cover;object-position:top center;width:100%;height:100%}.fb-video-progress{bottom:12px;left:12px;right:12px}.case-doodles{opacity:.7}.case-doodle-line{stroke-width:3px}.case-doodle-line--soft,.case-doodle-swish{stroke-width:2px}.wf-wrap--showcase .wf-scene{min-height:auto}.wf-suite{min-height:auto;padding:18px 12px 138px}.wf-suite-rail{opacity:.45;width:32px}.wf-suite-inline-status{border-radius:20px;flex-direction:column;align-items:center;gap:10px;min-height:0;margin:0 0 8px;padding:10px}.wf-suite-process{letter-spacing:.05em;font-size:.8rem}.wf-suite-inline-status .wf-suite-badge{width:56px;height:56px;font-size:.45rem}.wf-suite-panel{border-radius:22px;padding:18px 16px}.wf-suite-panel--center{min-height:0}.wf-suite-contact,.wf-suite-center-bar{flex-wrap:wrap}.wf-suite-preview-title{font-size:1.5rem}.wf-suite-stats{grid-template-columns:1fr}.wf-suite-ticker{grid-template-columns:1fr;left:12px;right:12px}.wf-suite-ticker-item+.wf-suite-ticker-item{border-top:1px solid #0f172a14;border-left:none}.wf-stage-probability-top,.wf-stage-probability-footer{flex-direction:column;align-items:flex-start}.wf-stage-probability-core,.wf-suite-qualify-band,.wf-suite-milestones{grid-template-columns:1fr}.wf-suite-toast--teal,.wf-suite-toast--blue,.wf-suite-toast--amber,.wf-suite-toast--violet,.wf-suite-toast--green{max-width:100%}.wf-stage-ring--probability{width:88px;height:88px}.hero{padding:92px 16px 44px}.hero:before{width:92vw;height:280px;top:78px}.hero-bg-aurora{opacity:.8;height:460px;inset:-4% -30% auto}.hero-bg-spotlight{width:92vw;height:232px;top:126px}.hero-side-rail{opacity:.5;width:40px}.hero-bg-beams{opacity:.55;height:400px;inset:0 -45% auto}.hero-bg-radial--1,.hero-bg-radial--2{filter:blur(10px);opacity:.8}.hero-bg-radial--1{width:190px;height:190px;top:170px;left:-24px}.hero-bg-radial--2{width:220px;height:220px;top:110px;right:-48px}.hero-bg-ring--1{width:320px;height:320px;top:10px;right:-140px}.hero-bg-ring--2{width:260px;height:260px;bottom:120px;left:-120px}.hero-bg-ring--3{top:200px;left:-40px}.int-network{height:420px}.int-node img{width:82px;height:82px;padding:14px}.int-hub img{width:116px;height:116px;padding:18px}.hero-eyebrow{letter-spacing:.06em;justify-content:center;max-width:min(100%,330px);margin-bottom:16px;padding:8px 12px;font-size:.66rem}.hero-inner{margin-top:8px}.hero-h1{margin-bottom:14px;font-size:clamp(2rem,11vw,2.9rem);line-height:1.02}.hero-sub{max-width:340px;margin:0 auto 22px;font-size:.92rem;line-height:1.55}.hero-click-spotlight{width:min(100%,720px);min-height:380px;margin:-10px auto 18px;padding:10px 0 0}.hero-click-simple{width:100%;max-width:190px;padding:10px 20px;font-size:.82rem}.hero-cta-divider{height:18px;margin:-6px 0 12px}.hero-support-cards-mobile{z-index:2;pointer-events:none;width:100vw;max-width:none;margin:0;display:block;position:absolute;top:338px;left:50%;right:auto;transform:translate(-50%)}.hero-support-cards-mobile .hero-floating-card{pointer-events:auto;border-radius:13px;width:92px;padding:7px 6px 6px;position:absolute}.hero-support-cards-mobile .hero-floating-card--left{animation:10s ease-in-out infinite heroCardFloatLeft;top:0;left:-1px;transform:rotate(-2deg)}.hero-support-cards-mobile .hero-floating-card--right{animation:12s ease-in-out infinite heroCardFloatRight;top:10px;right:-1px;transform:rotate(2deg)}.hero-support-cards-mobile .hero-card-label{letter-spacing:.06em;margin-bottom:5px;font-size:.42rem}.hero-support-cards-mobile .hero-card-value{margin-bottom:5px;font-size:clamp(1rem,6vw,1.3rem)}.hero-support-cards-mobile .hero-card-meter{gap:4px;margin-bottom:6px}.hero-support-cards-mobile .hero-card-meter-bar{border-radius:999px;height:5px}.hero-support-cards-mobile .hero-card-pill{white-space:nowrap;border-radius:999px;padding:6px 7px;font-size:.36rem}.hero-support-cards-mobile .hero-card-route{margin:6px 0 4px}.hero-support-cards-mobile .hero-card-route span:first-child{width:30px}.hero-support-cards-mobile .hero-card-route span:nth-child(2){width:42px}.hero-support-cards-mobile .hero-card-route span:nth-child(3){width:18px}.hero-support-cards-mobile .hero-card-sub{font-size:.4rem;line-height:1.15}.hero-support-cards{display:none}.hero-cta-divider:before,.hero-cta-divider:after{right:0}.hero-cta-divider:before{width:min(62vw,320px);height:3px}.hero-cta-divider:after{width:min(46vw,220px);height:1px;margin-top:8px}.hero-cta-section-title{max-width:260px;margin:0 auto 22px}.hero-cta-section-title h2{font-size:1.08rem;line-height:1.04}.hero-click-arrows{opacity:.22;transform:scale(.9)}.hero-wait-copy{display:none}.hero-click-spotlight{transform-origin:top;min-height:356px;margin:24px auto 28px;padding:0;transform:scale(.88)}.hero-robot-wrap{z-index:2;top:47%}.hero-robot-bubble{letter-spacing:.01em;border-radius:999px;padding:4px 8px;font-size:.62rem;line-height:1;box-shadow:0 8px 18px #0f172a0f}.hero-robot-bubble:after{width:8px;height:8px;bottom:-4px}.hero-lead-card{border-radius:15px;width:min(38vw,156px);padding:7px 7px 6px;box-shadow:0 14px 28px #0f172a1a}.hero-lead-card--top-left,.hero-lead-card--bottom-left{left:-6px}.hero-lead-card--top-right,.hero-lead-card--bottom-right{right:-6px}.hero-lead-card--top-left,.hero-lead-card--top-right{top:-4px}.hero-lead-card--bottom-left,.hero-lead-card--bottom-right{bottom:-6px}.hero-lead-card-top{grid-template-columns:32px minmax(0,1fr);gap:6px}.hero-lead-avatar{width:32px;height:32px}.hero-lead-name{font-size:.63rem}.hero-lead-meta,.hero-lead-status{font-size:.43rem;line-height:1.2}.hero-lead-status{white-space:nowrap;text-overflow:ellipsis;gap:4px;margin-top:3px;overflow:hidden}.hero-lead-status-dot{width:6px;height:6px}.hero-lead-actions{gap:5px;margin-top:5px;padding-top:5px}.hero-lead-success-row{gap:4px;margin-top:5px;padding-top:5px}.hero-lead-success-label{letter-spacing:.03em;font-size:.42rem}.hero-lead-success-track{height:4px}.hero-lead-success-chip{min-width:34px;padding:4px 6px;font-size:.6rem}.hero-rope-label{font-size:11px}.hero-flying-msg{gap:8px;min-width:88px;height:40px;padding:0 12px 0 8px}.hero-flying-msg-text{font-size:.68rem}.hero-lead-action{width:30px;height:30px}.hero-robot{width:68px}.hero-robot-head{width:58px;height:44px}.hero-robot-body{width:44px;height:34px}.hero-floating-card{animation:none}.hero-support-cards{grid-template-columns:1fr;gap:10px;max-width:270px;margin-top:18px}.hero-floating-card{border-radius:20px;padding:14px 14px 12px}.hero-card-label{font-size:.72rem}.hero-card-value{font-size:clamp(2.4rem,14vw,3.2rem)}.hero-card-sub{font-size:.68rem;line-height:1.35}.hero-card-meter-bar--strong{width:88%}.hero-card-meter-bar--mid{width:64%}.hero-card-meter-bar--light{width:42%}.hero-cta-row{flex-direction:column;align-items:center;gap:12px;margin-bottom:34px}.logos-section{padding:48px 20px 56px}.logos-marquee{gap:12px;margin:0 -20px;display:grid;overflow:hidden}.logos-marquee-row--forward{animation:18s linear infinite logosMarqueeForward}.logos-marquee-row--reverse{animation:18s linear infinite logosMarqueeReverse}.logos-marquee-item{border-radius:16px;min-width:176px}.logos-marquee .partner-logo-card{gap:10px;min-height:72px;padding:14px}.logos-marquee .partner-logo-mark{max-width:42px;height:30px;min-height:30px}.logos-marquee .partner-logo-name{font-size:.92rem}.logos-grid,.logos-divider{display:none}.feature-block-top{padding:20px 20px 16px}.case-section,.customers-section,.enterprise-section,.usecases-section,.integrations-section,.templates-section,.cta-section{padding-left:20px;padding-right:20px}.cta-watermark{filter:blur(.8px);font-size:clamp(8rem,28vw,15rem);bottom:.05em}.cta-watermark-rest{color:#191e3421}.cta-watermark-letter--green{color:#2a9d6e38}.case-intro{max-width:100%;margin:0 auto 28px}.case-sub{margin:0 auto 28px}.case-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px}.case-card{border-width:1px;border-radius:16px}.case-card-img{aspect-ratio:auto;border-radius:16px 16px 0 0;height:176px}.case-card-body{padding:8px 10px 10px}.case-card-title{margin-bottom:4px;font-size:.88rem;line-height:1.12}.case-card-desc{font-size:.72rem;line-height:1.34}.usecases-grid{border-right:1px solid var(--border);border-radius:24px;gap:14px;overflow:hidden}.usecases-sidebar{border-right:none;border-bottom:1px solid var(--border);scrollbar-width:none;background:#ffffffe6;flex-direction:row;align-items:stretch;gap:8px;padding:10px 12px 6px;display:flex;overflow:auto hidden}.usecases-sidebar::-webkit-scrollbar{display:none}.uc-item{border:1px solid var(--border);border-bottom:1px solid var(--border);white-space:nowrap;background:#ffffffeb;border-radius:14px;flex:none;justify-content:center;gap:0;min-width:44px;max-width:44px;min-height:42px;padding:10px 12px}.uc-item:last-child{border-right:1px solid var(--border)}.uc-item.active{justify-content:flex-start;gap:8px;min-width:max-content;max-width:none;padding-right:16px}.uc-item svg{width:18px;height:18px}.uc-item-label{opacity:0;width:0;font-size:.82rem;transition:width .22s,opacity .18s;overflow:hidden}.uc-item.active .uc-item-label{opacity:1;width:auto}.uc-timer-bar{border-radius:999px;width:auto;left:10px;right:10px}.usecases-visual{background-position:50%;min-height:0;margin-right:0;padding:12px}.usecases-image-wrap{background:#ffffffb3;border-radius:16px;min-height:280px;box-shadow:0 12px 28px #0000001a}.usecases-img{object-fit:contain;object-position:center top;background:linear-gradient(#f9fbf9fa,#f4f8f5f5);width:100%;height:100%;margin:0}.integrations-section{padding-top:88px;padding-bottom:64px}.integrations-top{gap:24px;margin-bottom:28px}.int-label{margin-bottom:12px}.int-h2{max-width:320px;margin-top:0;font-size:clamp(2.1rem,11vw,3rem);line-height:.96}.int-desc{max-width:100%;margin-top:0;font-size:.9rem;line-height:1.55}.int-network{height:380px;margin:0 auto;overflow:hidden}.int-network:before,.int-network:after{width:34px}.int-lines-desktop{display:none}.int-lines-mobile{display:block}.int-lines:after{width:170px;height:170px;top:80px}.int-lines line{stroke-width:2.4px}.int-sq{transform-box:fill-box;transform-origin:50%;transform:scale(.8)}.int-node img{border-radius:14px;width:68px;height:68px;padding:11px}.int-node img.int-logo-facebook{padding:6px}.int-node img.int-logo-whatsapp{padding:7px}.int-hub{top:92px}.int-hub img{outline-offset:4px;width:92px;height:92px;padding:14px}.int-node:before,.int-node:after{width:6px;height:6px}.int-node:before{top:7px;left:7px}.int-node:after{bottom:7px;right:7px}.int-n1{top:258px;left:14%}.int-n2{top:258px;left:86%}.int-n3{top:294px;left:31%}.int-n4{top:318px;left:50%}.int-n5{top:294px;left:69%}.case-speed-demo,.case-qualify-demo,.case-followup-demo,.case-analytics-demo,.case-routing-demo,.case-revenue-demo{gap:5px;padding:7px}.case-speed-pill,.case-qualify-pill,.case-qualify-score,.case-qualify-chip,.case-followup-pill,.case-followup-state,.case-followup-chip,.case-analytics-pill,.case-routing-pill,.case-routing-badge,.case-revenue-pill,.case-revenue-chip{min-height:20px;padding:0 7px;font-size:.5rem}.case-speed-latency,.case-speed-captured-header span,.case-speed-captured-header b,.case-speed-captured-item span,.case-speed-captured-item b,.case-speed-status-item,.case-qualify-metric span,.case-followup-copy span,.case-followup-step b,.case-analytics-live,.case-analytics-stat-label,.case-routing-node span,.case-routing-match,.case-routing-factor,.case-revenue-stage-info span,.case-revenue-vel-label{font-size:.46rem}.case-speed-channels,.case-qualify-chat,.case-qualify-metrics,.case-followup-steps,.case-speed-captured,.case-analytics-stats,.case-routing-source,.case-routing-targets,.case-routing-factors,.case-revenue-funnel,.case-revenue-velocity{gap:3px}.case-speed-channel,.case-speed-captured-item,.case-followup-step,.case-routing-node,.case-analytics-stat{border-radius:8px;padding:5px 6px}.case-speed-ch-icon{border-radius:5px;width:18px;height:18px;font-size:.38rem}.case-speed-contact strong,.case-followup-copy strong,.case-qualify-msg,.case-revenue-stage-info strong,.case-analytics-stat-val{font-size:.54rem}.case-speed-contact span{font-size:.38rem}.case-qualify-msg{border-radius:10px;max-width:100%;padding:7px 8px;line-height:1.26}.case-qualify-bar,.case-revenue-stage-bar{height:6px}.case-speed-capture-hub,.case-routing-ai-core{width:22px;height:22px}.case-speed-hub-logo,.case-routing-core-logo{width:13px;height:13px;padding:1px}.case-speed-connector{width:18px}.case-speed-main{grid-template-columns:minmax(0,1fr) 18px minmax(0,.82fr)}.case-speed-line--one{top:24%}.case-speed-line--two{top:50%}.case-speed-line--three{top:76%}.case-followup-step{grid-template-columns:24px minmax(0,1fr);gap:5px}.case-followup-icon{border-radius:8px;width:24px;height:24px;font-size:.42rem}.case-followup-step b{display:none}.case-followup-lane{height:8px;margin:0 4px}.case-followup-lane-dot{border-width:2px;width:10px;height:10px;margin-top:-5px}.case-analytics-chart{height:36px}.case-analytics-meter-ring,.case-routing-paths{width:24px;height:24px}.case-analytics-meter-val{font-size:.34rem}.case-analytics-meters{gap:6px}.case-analytics-stat{padding:3px 2px}.case-analytics-stat-val{font-size:.58rem}.case-analytics-stat-label,.case-analytics-meter-label{font-size:.4rem}.case-routing-ai-ring{width:32px;height:32px}.case-routing-ai-ring--two{width:40px;height:40px}.case-routing-factors{gap:4px}.case-routing-factor{padding:1px 4px;font-size:.4rem}.case-revenue-total{font-size:.62rem}.case-revenue-stage{gap:4px}.case-revenue-stage-info{min-width:42px}.case-revenue-stage-info strong{font-size:.5rem}.case-revenue-flow{height:2px}.usecases-top{flex-direction:column;align-items:flex-start;gap:20px}.footer{padding:48px 20px 32px}.footer-inner{grid-template-columns:1fr;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:12px}.cta-form{border-radius:var(--r-lg);flex-direction:column}.cta-submit{border-radius:0 0 var(--r-md)var(--r-md);justify-content:center;margin:0}.wf-scene{min-height:760px}.wf-unified-stage{min-height:760px;padding:16px 10px 76px}.wf-builder-canvas{min-height:320px;padding:16px 10px 32px}.wf-channels{grid-template-columns:1fr;padding:20px 16px}.wf-channels-grid{grid-template-columns:1fr}.wf-channels-center{padding:16px 0}.wf-leads-scene{padding:20px 16px}.wf-ai-scene{grid-template-columns:1fr;padding:20px 16px}.wf-dashboard{padding:20px 16px}.wf-dash-kpis,.wf-leads-sources{grid-template-columns:1fr 1fr}.wf-ticker{flex-wrap:wrap}.wf-ticker-item{flex:none;width:50%}.op-mobile-notice{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;inset:0}.op-mobile-notice-card{border-radius:22px;width:100%;padding:16px 16px 14px}.op-mobile-notice-actions{flex-direction:column}.op-mobile-notice-btn{width:100%}}.op-blog-page{color:#111827;min-height:100vh;font-family:var(--font-body);background:#fbf8f5}.op-blog-top-nav{opacity:1;visibility:visible;filter:blur();transition:opacity .18s,transform .22s cubic-bezier(.22,1,.36,1),filter .22s,visibility .18s;transform:translateY(0)}.op-blog-top-nav--hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px)scale(.985)}.op-blog-header{z-index:30;pointer-events:none;opacity:0;visibility:hidden;will-change:transform,opacity;backface-visibility:hidden;transform-origin:top;justify-content:space-between;align-items:flex-start;transition:opacity .2s,transform .24s cubic-bezier(.22,1,.36,1),visibility .2s;display:flex;position:fixed;top:22px;left:22px;right:22px;transform:translateY(-8px)scale(.985)}.op-blog-header.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.op-blog-nav-left,.op-blog-nav-right{pointer-events:auto;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);will-change:transform,opacity;backface-visibility:hidden;background:#ffffffb8;border:1px solid #ffffffb3;border-radius:22px;align-items:center;gap:20px;display:flex;transform:translateZ(0);box-shadow:0 16px 34px #0000001f}.op-blog-nav-left{gap:16px;padding:12px 22px}.op-blog-nav-right{gap:12px;padding:6px 8px 6px 16px}.op-blog-brand{color:#111;font-size:1rem;font-weight:700;font-family:var(--font-body);align-items:center;gap:10px;text-decoration:none;display:inline-flex}.op-blog-brand img{object-fit:contain;border-radius:999px;flex:none;width:28px;height:28px}.op-blog-nav-links{align-items:center;gap:20px;display:flex}.op-blog-nav-dropdown{position:relative}.op-blog-nav-dropdown-trigger{align-items:center;gap:8px;display:inline-flex}.op-blog-nav-dropdown-trigger:after{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:8px;height:8px;transition:transform .2s;transform:rotate(45deg)translateY(-1px)}.op-blog-nav-dropdown:hover .op-blog-nav-dropdown-trigger:after,.op-blog-nav-dropdown:focus-within .op-blog-nav-dropdown-trigger:after{transform:rotate(225deg)translateY(-1px)}.op-blog-nav-dropdown-menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;visibility:hidden;background:#fffffff7;border:1px solid #14181f14;border-radius:18px;gap:4px;min-width:220px;padding:10px;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:absolute;top:calc(100% + 14px);left:0;transform:translateY(8px);box-shadow:0 18px 40px #0f172a1f}.op-blog-nav-dropdown:hover .op-blog-nav-dropdown-menu,.op-blog-nav-dropdown:focus-within .op-blog-nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.op-blog-nav-dropdown-menu a{white-space:nowrap;border-radius:12px;padding:10px 12px;display:block}.op-blog-nav-links a,.op-blog-signin{color:#3f3f46;font-size:1rem;font-family:var(--font-body);text-transform:none;letter-spacing:.04em;border-radius:10px;padding:6px 10px;text-decoration:none;transition:color .2s,background .2s}.op-blog-nav-links a:hover{color:#0f8c68;background:#0f8c6814}.op-blog-cta{color:#fff;font-size:.88rem;font-weight:600;font-family:var(--font-body);text-transform:none;letter-spacing:.04em;background:linear-gradient(#2a9d6e 0%,#1f7f59 100%);border:1px solid #186d4db8;border-radius:999px;padding:10px 18px;text-decoration:none;box-shadow:0 12px 24px #1f7f592e}.op-blog-main{padding:126px 0 0}.op-blog-shell{max-width:1660px;margin:0 auto;padding:0 34px 80px}.op-blog-title-wrap{text-align:center;margin-top:6px}.op-blog-kicker{color:#5c7397;letter-spacing:.1em;font-size:1rem;font-family:var(--font-body);margin:0}.op-blog-title{font-family:var(--font-body);color:#0f0f0f;letter-spacing:-.05em;margin:6px 0 0;font-size:3rem;font-weight:700;line-height:1}.op-blog-hero-link{margin-top:42px}.op-blog-hero-card{border-radius:42px;height:560px;position:relative;overflow:hidden}.op-blog-hero-image{object-fit:cover}.op-blog-hero-overlay{background:linear-gradient(#1224372e,#1224376b);position:absolute;inset:0}.op-blog-hero-copy{color:#ffffffd1;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex;position:absolute;inset:0}.op-blog-hero-copy h2{font-family:var(--font-body);letter-spacing:-.05em;margin:0;font-size:6.2rem;font-weight:700;line-height:.9}.op-blog-hero-copy p{font-family:var(--font-body);letter-spacing:-.04em;margin:22px 0 0;font-size:2.4rem;font-weight:700;line-height:1}.op-blog-hero-meta{font-size:.95rem;font-weight:600;font-family:var(--font-body);align-items:center;gap:32px;margin-top:34px;display:flex}.op-blog-feature{max-width:1020px;margin:72px 0 0 64px}.op-blog-badge{color:#e25b04;font-size:.82rem;font-weight:700;font-family:var(--font-body);background:#fff1dd;border-radius:999px;justify-content:center;align-items:center;margin:0;padding:10px 16px;display:inline-flex}.op-blog-date,.op-blog-card-date{color:#64748b;font-size:.82rem;font-family:var(--font-body);margin:14px 0 0}.op-blog-feature-title,.op-blog-updates-title{font-family:var(--font-body);letter-spacing:-.05em;color:#0f0f0f;margin:28px 0 0;font-size:3rem;font-weight:600;line-height:1}.op-blog-feature-copy{color:#28476c;max-width:1180px;font-size:1.02rem;line-height:1.8;font-family:var(--font-body);margin:28px 0 0}.op-blog-feature-cta{color:#000;cursor:pointer;font-size:1rem;font-weight:700;font-family:var(--font-body);background:0 0;border:0;margin-top:18px;padding:0}.op-blog-updates{margin-top:94px;margin-left:64px;margin-right:64px;padding-top:28px}.op-blog-card-grid{grid-template-columns:1fr;gap:24px;max-width:1180px;margin-top:42px;display:grid}.op-blog-card{background:linear-gradient(#fffffffa,#fffffff0);border:1px solid #e2e8f0e6;border-radius:24px;grid-template-columns:320px minmax(0,1fr);align-items:start;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;overflow:hidden;box-shadow:0 14px 34px #1f293712}.op-blog-card:hover{border-color:#bfdbfef2;transform:translateY(-2px);box-shadow:0 18px 40px #1f29371a}.op-blog-card-image-wrap{height:100%;min-height:210px;position:relative;overflow:hidden}.op-blog-card-image{object-fit:cover}.op-blog-card-image--plain{width:100%;height:100%;display:block}.op-blog-card-body{flex-direction:column;justify-content:flex-start;min-height:210px;padding:18px 22px;display:flex}.op-blog-card-topline{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.op-blog-card-heading{flex:1;min-width:0}.op-blog-card-actions{flex-direction:column;flex:none;align-items:flex-end;gap:10px;display:flex}.op-blog-card-body h3{font-family:var(--font-body);letter-spacing:-.05em;color:#111827;margin:0;font-size:1.6rem;font-weight:700;line-height:1.08}.op-blog-card-body .op-blog-badge{white-space:nowrap;align-self:flex-start;align-items:center;gap:8px;margin:0;padding:10px 14px;font-size:.8rem;display:inline-flex}.op-blog-badge-icon{justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.op-blog-badge-icon svg{width:14px;height:14px}.op-blog-card-copy{color:#52525b;font-size:.92rem;line-height:1.55;font-family:var(--font-body);max-width:640px;margin:8px 0 0}.op-blog-card-date{color:#64748b;font-size:.82rem;font-family:var(--font-body);align-items:center;gap:8px;margin:8px 0 0;display:inline-flex}.op-blog-card-date-avatar{background:#ffffffe6;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex;overflow:hidden;box-shadow:inset 0 0 0 1px #0f172a14}.op-blog-card-date-avatar img{object-fit:contain;width:100%;height:100%}.op-blog-share-btn{color:#475569;font-family:var(--font-body);cursor:pointer;background:#fff;border:1px solid #cbd5e1f2;border-radius:999px;justify-content:center;align-self:flex-end;align-items:center;gap:8px;margin-top:auto;padding:9px 12px;font-size:.82rem;font-weight:600;line-height:1;transition:border-color .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 16px #0f172a0d}.op-blog-share-btn:hover{color:#0f172a;border-color:#94a3b8e6;transform:translateY(-1px);box-shadow:0 10px 20px #0f172a14}.op-blog-share-btn svg{width:15px;height:15px}.op-blog-bottom-cta{border-top:1px solid #0f172a14;max-width:1660px;margin:0 auto;padding:78px 34px 120px;position:relative;overflow:hidden}.op-blog-bottom-cta:before,.op-blog-bottom-cta:after{content:"";filter:blur(20px);opacity:.38;border-radius:999px;width:220px;height:220px;position:absolute}.op-blog-bottom-cta:before{background:#f472b638;bottom:80px;left:160px}.op-blog-bottom-cta:after{background:#c084fc38;bottom:86px;right:360px}.op-blog-bottom-inner{z-index:1;max-width:860px;margin-left:120px;position:relative}.op-blog-bottom-kicker{color:#111;letter-spacing:.01em;font-size:.82rem;font-weight:700;font-family:var(--font-body);margin:0}.op-blog-bottom-kicker:before{content:"";vertical-align:middle;background:#f97316;border-radius:999px;width:10px;height:10px;margin-right:12px;display:inline-block}.op-blog-bottom-inner h2{font-family:var(--font-body);letter-spacing:-.06em;color:#0f0f0f;max-width:920px;margin:26px 0 0;font-size:3.6rem;font-weight:700;line-height:.98}.op-blog-bottom-inner h2 span{background:linear-gradient(90deg,#4f7cff 0%,#8b5cf6 100%);color:#0000;-webkit-background-clip:text}.op-blog-bottom-inner p{color:#475569;max-width:930px;font-size:1rem;line-height:1.75;font-family:var(--font-body);margin:24px 0 0}.op-blog-bottom-button{color:#fff;font-size:.95rem;font-weight:600;font-family:var(--font-body);background:#000;border-radius:999px;justify-content:center;align-items:center;margin-top:28px;padding:18px 28px;text-decoration:none;display:inline-flex}.op-blog-bottom-word{font-family:var(--font-body);color:#00000042;letter-spacing:-.08em;-webkit-user-select:none;user-select:none;font-size:8rem;line-height:.85;position:absolute;bottom:6px;left:320px}.op-blog-card{position:relative}.op-blog-card-mainlink{color:inherit;grid-column:1/-1;grid-template-columns:320px minmax(0,1fr);text-decoration:none;display:grid}.op-blog-share-btn{z-index:2;position:absolute;bottom:18px;right:22px}@media (max-width:860px){.op-blog-main{padding:90px 0 0}.op-blog-shell{padding:0 16px 48px}.op-blog-title{font-size:2rem}.op-blog-kicker{font-size:.85rem}.op-blog-hero-link{margin-top:24px}.op-blog-hero-card{border-radius:24px;height:340px}.op-blog-hero-copy{padding:20px}.op-blog-hero-copy h2{font-size:2.8rem}.op-blog-hero-copy p{margin-top:12px;font-size:1.4rem}.op-blog-hero-meta{gap:16px;margin-top:18px;font-size:.82rem}.op-blog-feature{margin:36px 0 0}.op-blog-feature-title,.op-blog-updates-title{font-size:1.8rem}.op-blog-feature-copy{text-align:justify;margin-top:16px;font-size:.92rem}.op-blog-updates{margin:48px 0 0;padding-top:16px}.op-blog-card-grid{gap:16px;margin-top:24px}.op-blog-card{border-radius:18px;grid-template-columns:1fr}.op-blog-card-mainlink{grid-template-columns:1fr}.op-blog-card-image-wrap{min-height:180px;max-height:200px}.op-blog-card-body{min-height:auto;padding:16px 16px 14px}.op-blog-card-topline{flex-direction:column;align-items:stretch;gap:12px}.op-blog-card-actions{align-items:flex-start;width:100%}.op-blog-card-body h3{font-size:1.15rem;line-height:1.12}.op-blog-card-copy{text-align:left;max-width:none;margin-top:12px;font-size:.85rem}.op-blog-card-body .op-blog-badge{padding:7px 12px;font-size:.72rem}.op-blog-share-btn{justify-content:center;gap:10px;width:calc(100% - 32px);min-height:44px;margin:0 16px 16px;font-size:.9rem;position:static}.op-blog-bottom-cta{padding:40px 16px 60px}.op-blog-bottom-inner{padding:0}.op-blog-bottom-inner h2{font-size:2rem}.op-blog-bottom-inner p{text-align:justify;font-size:.9rem}.op-blog-bottom-button{padding:14px 22px;font-size:.88rem}.op-blog-bottom-word{display:none}}@media (max-width:480px){.op-blog-hero-card{border-radius:20px;height:280px}.op-blog-hero-copy h2{font-size:2rem}.op-blog-hero-copy p{font-size:1.1rem}.op-blog-title{font-size:1.7rem}.op-blog-feature-title,.op-blog-updates-title{font-size:1.5rem}.op-blog-bottom-inner h2{font-size:1.6rem}}.op-article-page{background:#fffdf8}.op-article-main{padding:72px 0 0}.op-article-shell{width:100%;margin:0 auto;padding:0 0 96px}.op-article-hero{margin-bottom:28px}.op-article-hero-image-wrap{background:#e7eef7;border-radius:0 0 40px 40px;width:100%;height:clamp(200px,26vw,320px);position:relative;overflow:hidden}.op-article-hero-image,.op-article-hero-image--plain{object-fit:cover;object-position:center 40%;width:100%;height:100%;display:block}.op-article-layout{grid-template-columns:290px minmax(0,1fr);align-items:start;gap:78px;max-width:1420px;margin:0 auto;padding:0 38px;display:grid}.op-article-sidebar{align-self:start;height:fit-content;position:sticky;top:138px}.op-article-sidebar-inner{flex-direction:column;gap:28px;max-height:calc(100vh - 154px);padding-right:8px;display:flex;overflow:auto}.op-article-share,.op-article-toc{border-bottom:1px solid #0f172a1a;padding:0 0 26px}.op-article-share p,.op-article-toc p{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin:0 0 18px;font-size:.82rem;font-weight:700}.op-article-share-icons{gap:14px;display:flex}.op-article-share-icons button,.op-article-copy-btn{color:#6b7280;cursor:pointer;font-family:var(--font-body);background:0 0;border:0;padding:0}.op-article-share-icons button{width:28px;height:28px}.op-article-share-icons svg{width:24px;height:24px}.op-article-copy-btn{margin-top:16px;font-size:.95rem;font-weight:600}.op-article-toc nav{flex-direction:column;gap:14px;display:flex}.op-article-toc a{color:#1f2937;font-family:var(--font-body);opacity:.72;padding-left:16px;font-size:1rem;font-weight:600;line-height:1.24;text-decoration:none;transition:color .2s,transform .2s,opacity .2s;position:relative}.op-article-toc a:before{content:"";background:0 0;border-radius:999px;width:3px;height:1.08em;transition:background .2s;position:absolute;top:.16em;left:0}.op-article-toc a.is-active{color:#0f172a;opacity:1;transform:translate(4px)}.op-article-toc a.is-active:before{background:#2563eb}.op-article-content{max-width:900px}.op-article-content-head{margin-bottom:28px}.op-article-tagline{color:#64748b;font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-size:.88rem;font-weight:700}.op-article-content-head h1{font-family:var(--font-body);letter-spacing:-.055em;color:#0f172a;margin:0;font-size:clamp(2.45rem,4.2vw,4rem);font-weight:650;line-height:1}.op-article-subtitle{max-width:820px;font-family:var(--font-body);color:#475569;margin:18px 0 0;font-size:1.06rem;line-height:1.72}.op-article-meta{color:#6b7280;font-family:var(--font-body);border-left:2px solid #0f172acc;margin:0 0 34px;padding-left:22px;font-size:1rem}.op-article-intro,.op-article-section p{font-family:var(--font-body);color:#263347;text-align:justify;text-justify:inter-word;margin:0 0 28px;font-size:1rem;line-height:1.88}.op-article-section{padding-top:8px;scroll-margin-top:140px}.op-article-section h2{font-family:var(--font-body);letter-spacing:-.045em;color:#0f172a;margin:56px 0 20px;font-size:2rem;font-weight:650;line-height:1.08}.op-article-toc a:hover,.op-article-share-icons button:hover,.op-article-copy-btn:hover{color:#0f172a}.op-article-toc a.is-active{color:#0f172a;text-shadow:0 0;transform:translate(4px)}@media (max-width:860px){.op-article-main{padding:64px 0 0}.op-article-shell{padding:0 0 64px}.op-article-hero{margin-bottom:22px}.op-article-hero-image-wrap{border-radius:0 0 28px 28px;height:clamp(180px,46vw,250px)}.op-article-layout{grid-template-columns:1fr;gap:24px;padding:0 16px}.op-article-sidebar{order:2;position:static}.op-article-sidebar-inner{gap:16px;max-height:none;padding-right:0;display:grid;overflow:visible}.op-article-toc{order:1}.op-article-share{order:2}.op-article-share,.op-article-toc{background:linear-gradient(#fffffff5,#f8fafcf0);border:1px solid #0f172a14;border-radius:20px;padding:18px;box-shadow:0 10px 24px #0f172a0a}.op-article-share-icons{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.op-article-share-icons button{background:linear-gradient(#f7f9fcfa,#eff4f8f0);border:1px solid #94a3b82e;border-radius:14px;justify-content:center;align-items:center;width:100%;height:46px;display:inline-flex;box-shadow:inset 0 1px #fffc}.op-article-share-icons svg{width:22px;height:22px}.op-article-copy-btn{color:#0f172a;background:linear-gradient(#f6f8fb,#edf2f7fa);border:1px solid #94a3b852;border-radius:14px;justify-content:center;width:100%;min-height:46px;margin-top:14px;padding:0 18px;font-size:1rem}.op-article-toc nav{gap:10px}.op-article-toc a{border-bottom:1px solid #94a3b81f;padding:10px 0 10px 16px;font-size:.98rem;line-height:1.3}.op-article-toc a:last-child{border-bottom:0}.op-article-content{order:1;max-width:none}.op-article-content-head{margin-bottom:20px}.op-article-content-head h1{font-size:clamp(1.45rem,6.4vw,2rem);line-height:1.02}.op-article-subtitle{margin-top:14px;font-size:1rem;line-height:1.62}.op-article-meta{margin:0 0 24px;padding-left:14px;font-size:.94rem}.op-article-intro,.op-article-section p{text-align:justify;text-justify:inter-word;text-align-last:left;-webkit-hyphens:auto;hyphens:auto;word-spacing:-.02em;margin:0 0 20px;font-size:.98rem;line-height:1.75}.op-article-section{scroll-margin-top:112px}.op-article-section h2{margin:38px 0 16px;font-size:1.6rem;line-height:1.08}.op-article-share p,.op-article-toc p{margin-bottom:14px}}.op-contact-page{min-height:100vh;font-family:var(--font-body);background:radial-gradient(circle at 0 0,#5be4c514,#0000 20%),linear-gradient(#fbf8f5 0%,#f6f2ee 100%)}.op-contact-nav-active{position:relative;color:var(--accent)!important;font-weight:600!important}.op-contact-nav-active:after{content:"";background:var(--accent);border-radius:2px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.op-contact-hero{text-align:center;border-bottom-right-radius:40px;border-bottom-left-radius:40px;padding:98px 24px 42px;position:relative;overflow:hidden;box-shadow:0 30px 80px #0b271b29}.op-contact-hero-bg{z-index:0;position:absolute;inset:0}.op-contact-hero-gradient{background:linear-gradient(135deg,#0f2419 0%,#14432a 30%,#1a7a5c 60%,#2a9d6e 100%);position:absolute;inset:0}.op-contact-hero-pattern{background-image:radial-gradient(circle at 20%,#2a9d6e26 0%,#0000 50%),radial-gradient(circle at 80% 20%,#2bbfa01a 0%,#0000 40%),radial-gradient(circle at 60% 80%,#0077b514 0%,#0000 40%);position:absolute;inset:0}.op-contact-hero-pattern:after{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);height:1px;position:absolute;inset:auto 8% 18%}.op-contact-orb{opacity:.12;border-radius:50%;animation:8s ease-in-out infinite contactOrbFloat;position:absolute}.op-contact-orb--1{background:radial-gradient(circle,#2bbfa0,#0000 70%);width:300px;height:300px;animation-delay:0s;top:-50px;left:-80px}.op-contact-orb--2{background:radial-gradient(circle,#0077b5,#0000 70%);width:200px;height:200px;animation-delay:-3s;top:40%;right:-40px}.op-contact-orb--3{background:radial-gradient(circle,#2a9d6e,#0000 70%);width:160px;height:160px;animation-delay:-5s;bottom:-30px;left:40%}@keyframes contactOrbFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.08)}}.op-contact-hero-content{z-index:1;max-width:760px;margin:0 auto;position:relative}.op-contact-kicker{letter-spacing:.18em;color:#2bbfa0;background:#2bbfa024;border:1px solid #5be4c526;border-radius:100px;margin-bottom:14px;padding:7px 18px;font-size:.75rem;font-weight:700;display:inline-block;box-shadow:0 12px 28px #06140e29}.op-contact-title{font-family:var(--font-serif);color:#fff;letter-spacing:-.04em;margin:0 0 14px;font-size:clamp(2.25rem,4.4vw,3.8rem);font-weight:400;line-height:1}.op-contact-title-accent{background:linear-gradient(90deg,#2bbfa0,#5be4c5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.op-contact-subtitle{color:#ffffffc2;max-width:600px;margin:0 auto;font-size:.98rem;line-height:1.65}.op-contact-main{z-index:2;margin-top:0;padding:0 24px 88px;position:relative}.op-contact-container{grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);align-items:start;gap:44px;max-width:1200px;margin:0 auto;display:grid}.op-contact-info{padding-top:12px}.op-contact-info-inner{max-width:500px;padding:8px 0 0;position:relative}.op-contact-info-inner:before{content:"";background:linear-gradient(90deg,#1a7a5c,#5be4c5);border-radius:999px;width:88px;height:4px;position:absolute;top:0;left:0;box-shadow:0 10px 26px #2a9d6e2e}.op-contact-info-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--accent2);margin:22px 0 14px;font-size:.78rem;font-weight:700}.op-contact-info-title{font-family:var(--font-serif);color:var(--text);letter-spacing:-.04em;text-wrap:balance;margin:0 0 18px;font-size:clamp(2.2rem,3.6vw,3.3rem);font-weight:400;line-height:1.02}.op-contact-accent{color:var(--accent)}.op-contact-info-desc{color:var(--text2);margin:0 0 26px;font-size:1.06rem;line-height:1.75}.op-contact-journey{border-top:1px solid #0f241914;border-bottom:1px solid #0f241914;flex-direction:column;gap:18px;margin:0 0 30px;padding:20px 0 4px;display:flex}.op-contact-journey-item{grid-template-columns:14px minmax(0,1fr);align-items:start;gap:14px;display:grid}.op-contact-journey-dot{background:linear-gradient(135deg,#1a7a5c,#5be4c5);border-radius:999px;width:14px;height:14px;margin-top:6px;box-shadow:0 0 0 5px #2a9d6e1f}.op-contact-journey-item strong{color:var(--text);margin-bottom:4px;font-size:.97rem;display:block}.op-contact-journey-item p{color:var(--text2);margin:0;font-size:.9rem;line-height:1.65}.op-contact-cards{background:radial-gradient(circle at 0 0,#2bbfa02e,#0000 26%),radial-gradient(circle at 100% 100%,#7aa0c438,#0000 30%),linear-gradient(#eaf4efd1,#dde9e5b8);border:1px solid #2a9d6e1f;border-radius:28px;flex-direction:column;gap:14px;margin-bottom:34px;padding:18px;display:flex;position:relative;box-shadow:inset 0 1px #ffffff8c,0 12px 26px #1d43320f}.op-contact-card{background:linear-gradient(#fffffff5,#f8fbfae6);border:1px solid #2a9d6e14;border-radius:20px;align-items:center;gap:14px;padding:18px 18px 18px 22px;transition:box-shadow .25s,border-color .25s,transform .25s,background .25s;display:flex;position:relative;box-shadow:0 12px 24px #0f24190a}.op-contact-card:before{content:"";opacity:.9;background:linear-gradient(#2bbfa0,#9ac1df);border-radius:999px;width:3px;position:absolute;top:14px;bottom:14px;left:0}.op-contact-card:hover{background:linear-gradient(#fffffffa,#f5fbf8eb);border-color:#2a9d6e2e;transform:translateY(-2px);box-shadow:0 16px 30px #2a9d6e14}.op-contact-card-icon{width:50px;height:50px;color:var(--accent2);background:radial-gradient(circle at 0 0,#ffffffe6,#0000 45%),linear-gradient(135deg,#e9fbf3,#d9f2eb);border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:inset 0 1px #ffffffeb,0 8px 18px #2a9d6e0f}.op-contact-card-icon svg{width:23px;height:23px}.op-contact-card-body{flex-direction:column;gap:2px;display:flex}.op-contact-card-body h3{letter-spacing:.12em;text-transform:uppercase;color:var(--text);opacity:.8;margin:0;font-size:.74rem;font-weight:700}.op-contact-card-body a{color:var(--accent);font-size:1rem;font-weight:700;line-height:1.25;text-decoration:none;transition:color .2s,transform .2s}.op-contact-card-body a:hover{color:var(--accent2);transform:translate(2px)}.op-contact-card-body p{color:var(--text-muted);margin:2px 0 0;font-size:.84rem;line-height:1.45}.op-contact-support-note{background:radial-gradient(circle at 0 0,#5be4c51f,#0000 30%),linear-gradient(#ffffffe0,#f3f8f7d1);border:1px solid #2a9d6e1a;border-radius:24px;gap:18px;padding:22px 24px;display:grid;box-shadow:0 16px 34px #0f24190d}.op-contact-support-stat{border-bottom:1px solid #0f241914;align-items:baseline;gap:12px;padding-bottom:14px;display:flex}.op-contact-support-stat strong{color:var(--accent2);letter-spacing:-.05em;font-size:1.75rem;line-height:1}.op-contact-support-stat span{color:var(--text2);font-size:.95rem}.op-contact-support-points{gap:12px;display:grid}.op-contact-support-point{grid-template-columns:10px minmax(0,1fr);align-items:start;gap:12px;display:grid}.op-contact-support-bullet{background:linear-gradient(135deg,#1a7a5c,#5be4c5);border-radius:999px;width:10px;height:10px;margin-top:7px;box-shadow:0 0 0 4px #2a9d6e1f}.op-contact-support-point p{color:var(--text2);margin:0;font-size:.9rem;line-height:1.65}.op-contact-highlight{color:var(--accent)!important;font-size:1rem!important;font-weight:700!important;line-height:1.25!important}.op-contact-faq-section{background:radial-gradient(circle at 18% 20%,#5be4c51f,#0000 20%),radial-gradient(circle at 82% 14%,#9abcdd29,#0000 24%),radial-gradient(circle at 50% 100%,#2a9d6e14,#0000 28%);padding:18px 24px 84px}.op-contact-faq-shell{max-width:1080px;margin:0 auto}.op-contact-faq{text-align:center;background:radial-gradient(circle at 0 0,#5be4c529,#0000 22%),radial-gradient(circle at 100% 0,#9abcdd24,#0000 24%),linear-gradient(#ffffffe6,#f4f9f8cc);border:1px solid #0f241914;border-radius:32px;margin-top:0;padding:34px;box-shadow:0 24px 56px #0f24190f}.op-contact-faq-header{max-width:700px;margin:0 auto 24px}.op-contact-faq-header span{letter-spacing:.14em;text-transform:uppercase;color:var(--accent2);margin-bottom:10px;font-size:.76rem;font-weight:700;display:inline-block}.op-contact-faq-header h3{color:var(--text);margin:0 0 8px;font-size:1.35rem;font-weight:700}.op-contact-faq-header p{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.65}.op-contact-faq-list{flex-direction:column;gap:14px;display:flex}.op-contact-faq-item{text-align:left;background:#ffffffd1;border:1px solid #2a9d6e1a;border-radius:20px;margin:0;transition:border-color .2s,box-shadow .2s,transform .2s;overflow:hidden;box-shadow:0 12px 26px #0f24190a}.op-contact-faq-item summary{cursor:pointer;grid-template-columns:56px minmax(0,1fr) 18px;align-items:center;gap:18px;padding:22px 24px;list-style:none;display:grid}.op-contact-faq-item summary::-webkit-details-marker{display:none}.op-contact-faq-index{letter-spacing:.08em;width:42px;height:42px;color:var(--accent2);background:linear-gradient(135deg,#2a9d6e1f,#9abcdd24);border:1px solid #2a9d6e1a;border-radius:14px;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:inline-flex}.op-contact-faq-item summary span:nth-child(2){color:var(--text);font-size:1.02rem;font-weight:700;line-height:1.4}.op-contact-faq-toggle{flex-shrink:0;width:18px;height:18px;position:relative}.op-contact-faq-toggle:before,.op-contact-faq-toggle:after{content:"";background:var(--accent2);border-radius:999px;width:14px;height:2px;transition:transform .2s,opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.op-contact-faq-toggle:after{transform:translate(-50%,-50%)rotate(90deg)}.op-contact-faq-item[open] .op-contact-faq-toggle:after{opacity:0;transform:translate(-50%,-50%)rotate(90deg)scaleX(.3)}.op-contact-faq-item[open]{border-color:#2a9d6e2e;box-shadow:0 18px 34px #0f24190f}.op-contact-faq-item:hover{border-color:#2a9d6e29;transform:translateY(-1px)}.op-contact-faq-item p{max-width:760px;color:var(--text2);margin:0;padding:0 24px 22px;font-size:.95rem;line-height:1.75}.op-contact-form-wrapper{background:radial-gradient(circle at 100% 0,#fff6,#0000 25%),linear-gradient(145deg,#9abcddf5,#bed7e99e);border:1px solid #7d9aba3d;border-radius:34px;min-height:920px;margin-top:8px;position:relative;overflow:hidden;box-shadow:0 34px 80px #1021182e,0 12px 38px #14432a1a}.op-contact-form-bg-image{z-index:0;opacity:.82;position:absolute;inset:-18px -64px -18px -56px}.op-contact-form-bg-image img{object-fit:cover;width:100%;height:100%;transform:scale(1.16)}.op-contact-form-card{z-index:1;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:linear-gradient(#fffffffa,#f8fafcf2);border:1px solid #ffffffe0;border-radius:28px;margin:26px;padding:42px 36px;position:relative;box-shadow:inset 0 1px #ffffffe6,0 18px 40px #738caa1f}.op-contact-success{text-align:center;padding:40px 20px}.op-contact-success-icon{margin-bottom:24px;animation:.5s cubic-bezier(.34,1.56,.64,1) contactSuccessPop}@keyframes contactSuccessPop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.op-contact-success h3{font-family:var(--font-serif);color:var(--text);margin:0 0 12px;font-size:1.6rem}.op-contact-success p{color:var(--text2);margin:0 0 28px;font-size:.95rem;line-height:1.6}.op-contact-form-header{margin-bottom:28px}.op-contact-form-badge{color:var(--accent2);letter-spacing:.08em;text-transform:uppercase;background:#2a9d6e14;border:1px solid #2a9d6e1f;border-radius:999px;align-items:center;margin-bottom:14px;padding:7px 12px;font-size:.76rem;font-weight:700;display:inline-flex}.op-contact-form-header h2{font-family:var(--font-serif);color:var(--text);margin:0 0 8px;font-size:1.7rem;font-weight:400}.op-contact-form-header p{color:var(--text-muted);margin:0;font-size:.95rem}.op-contact-form{flex-direction:column;gap:20px;display:flex}.op-contact-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.op-contact-field{flex-direction:column;gap:6px;display:flex}.op-contact-field label{color:var(--text);letter-spacing:.01em;font-size:.82rem;font-weight:600}.op-contact-req{color:#e74c3c}.op-contact-optional{color:var(--text-muted);font-size:.78rem;font-weight:400}.op-contact-field input,.op-contact-field select,.op-contact-field textarea{font-size:.9rem;font-family:var(--font-body);color:var(--text);box-sizing:border-box;background:#f8fafceb;border:1.5px solid #dde3ec;border-radius:14px;outline:none;width:100%;padding:13px 16px;transition:border-color .2s,box-shadow .2s,background .2s}.op-contact-field input::placeholder,.op-contact-field textarea::placeholder{color:#b0b0bf}.op-contact-field input:focus,.op-contact-field select:focus,.op-contact-field textarea:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #2a9d6e1a}.op-contact-field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888899' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.op-contact-field textarea{resize:vertical;min-height:130px}.op-contact-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:10px;padding:12px 16px;font-size:.85rem;display:flex}.op-contact-btn{font-size:.95rem;font-weight:600;font-family:var(--font-body);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;transition:all .25s;display:inline-flex}.op-contact-btn--primary{color:#fff;background:linear-gradient(135deg,#1a7a5c,#2a9d6e);width:100%;box-shadow:0 10px 24px #2a9d6e47}.op-contact-btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 28px #2a9d6e52}.op-contact-btn--primary:disabled{opacity:.7;cursor:not-allowed}.op-contact-btn--outline{color:var(--accent);border:2px solid var(--accent);background:0 0}.op-contact-btn--outline:hover{background:var(--accent);color:#fff}.op-contact-btn--white{color:var(--accent2);background:#fff;box-shadow:0 4px 16px #00000026}.op-contact-btn--white:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0003}.op-contact-btn--ghost{color:#ffffffe6;background:0 0;border:1.5px solid #ffffff4d}.op-contact-btn--ghost:hover{background:#ffffff1a;border-color:#fff9}.op-privacy-page{background:#fcfcfb;flex-direction:column;min-height:100dvh;display:flex}.op-privacy-page>.footer{margin-top:0}.op-privacy-hero{background:#fff;border-bottom:1px solid #10182814;padding:118px 24px 24px}.op-privacy-hero-inner,.op-privacy-main{max-width:1120px;margin:0 auto}.op-privacy-hero-inner{max-width:760px}.op-privacy-kicker,.op-privacy-section-label{letter-spacing:.14em;text-transform:uppercase;color:#1b5e4a;background:#eef7f2;border:1px solid #1a7a5c1f;border-radius:999px;align-items:center;padding:8px 14px;font-size:.74rem;font-weight:700;display:inline-flex}.op-privacy-title{font-family:var(--font-body);letter-spacing:-.04em;color:#166534;margin:20px 0 16px;font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:700;line-height:1.08}.op-privacy-subtitle{color:#4b5563;text-align:justify;max-width:760px;font-size:1rem;line-height:1.75}.op-privacy-meta{gap:8px;margin-top:20px;display:grid}.op-privacy-meta-item{align-items:baseline;gap:8px;display:flex}.op-privacy-meta-item span{letter-spacing:0;text-transform:none;color:#111827;margin-bottom:0;font-size:.95rem;font-weight:700}.op-privacy-meta-item strong{color:#111827;font-size:.95rem;font-weight:500}.op-privacy-main{padding:32px 24px 88px}.op-privacy-document{max-width:760px;margin:0 auto}.op-privacy-highlights,.op-privacy-doc-section{margin-bottom:34px}.op-privacy-highlights h2,.op-privacy-doc-section h2{color:#111827;margin:0 0 16px;font-size:1.2rem;font-weight:700;line-height:1.35}.op-privacy-bullet-list{gap:10px;margin:0;padding-left:22px;display:grid}.op-privacy-bullet-list li{color:#374151;text-align:justify;line-height:1.8}.op-privacy-doc-section p{color:#1f2937;text-align:justify;text-justify:inter-word;margin:0 0 22px;font-size:1rem;line-height:1.8}.op-privacy-doc-section p:last-child{margin-bottom:0}.op-privacy-cta-wrap{border-top:3px double #1018281f;margin-top:20px;padding-top:40px}.op-docs-page{--op-docs-sticky-offset:58px;font-family:var(--font-body);background:radial-gradient(circle at 0 0,#5be4c514,#0000 24%),linear-gradient(#f9fbf8 0%,#f3f5ef 100%);flex-direction:column;min-height:100dvh;display:flex}.op-docs-hero{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#fffffff0,#fbfcf9eb),radial-gradient(circle at 20% 0,#2bbfa01a,#0000 24%),radial-gradient(circle at 85% 10%,#9ac1df1f,#0000 24%);border-bottom:1px solid #0e1f1814;padding:0 24px}.op-docs-topbar-wrap{z-index:980;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#fffffff5,#fbfcf9f0),radial-gradient(circle at 20% 0,#2bbfa014,#0000 24%),radial-gradient(circle at 85% 10%,#9ac1df14,#0000 24%);border-bottom:1px solid #0e1f1814;align-items:stretch;display:flex;position:sticky;top:0}.op-docs-topbar{flex:1;min-width:0}.op-docs-topbar-shell,.op-docs-hero-shell,.op-docs-main{max-width:1380px;margin:0 auto}.op-docs-topbar-shell{padding:0 36px}.op-docs-topbar-links{grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;min-height:58px;display:grid}.op-docs-topbar-link{color:#111;cursor:pointer;white-space:nowrap;background:0 0;border:0;justify-content:center;align-items:center;gap:4px;min-height:58px;padding:0 12px;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex;position:relative}.op-docs-topbar-link:not(:first-child):before{content:"";background:#11111124;width:1px;position:absolute;top:14px;bottom:14px;left:-2px}.op-docs-topbar-link:hover{color:#0f8c68;background:#0f8c681f}.op-docs-topbar-icon{color:#111;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.op-docs-topbar-icon--image{width:50px;height:50px;margin-right:-8px}.op-docs-topbar-icon svg{width:26px;height:26px}.op-docs-topbar-icon img{object-fit:contain;width:100%;height:100%;display:block}.op-docs-topbar-external{color:#111111c2;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.op-docs-topbar-external svg{width:16px;height:16px}.op-docs-hero-shell{padding:0 12px}.op-docs-kicker{letter-spacing:.16em;text-transform:uppercase;color:#0f8c68;margin:0;font-size:.75rem;font-weight:700}.op-docs-main{width:100%;padding:0 24px 84px 0}.op-docs-shell{grid-template-columns:248px minmax(0,1fr) 250px;align-items:start;gap:0;display:grid}.op-docs-sidebar,.op-docs-outline{top:var(--op-docs-sticky-offset);align-self:start;position:sticky}.op-docs-sidebar-card,.op-docs-outline-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd1}.op-docs-sidebar-card{min-height:calc(100vh - var(--op-docs-sticky-offset));height:calc(100vh - var(--op-docs-sticky-offset));border-right:1px solid #14231d14;padding:12px 16px 28px;overflow-y:auto}.op-docs-sidebar-label,.op-docs-outline-label,.op-docs-intro-label,.op-docs-section-kicker{letter-spacing:.15em;text-transform:uppercase;color:#0f8c68;font-size:.7rem;font-weight:700}.op-docs-sidebar-search{color:#7a8a83;background:#f7faf8;border:1px solid #14231d14;border-radius:14px;align-items:center;gap:10px;min-height:34px;margin:2px 0 12px;padding:0 14px;font-size:.84rem;display:flex}.op-docs-sidebar-search-input{font-size:.84rem;font-family:var(--font-body);color:#16221d;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:0}.op-docs-sidebar-search-input::placeholder{color:#7a8a83}.op-docs-sidebar-search-clear{cursor:pointer;color:#5c6a64;background:#14231d14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:12px;line-height:1;transition:background .15s,color .15s;display:inline-flex}.op-docs-sidebar-search-clear:hover{color:#16221d;background:#14231d24}.op-docs-sidebar-empty{text-align:center;color:#7a8a83;padding:20px 14px;font-size:.84rem}.op-docs-sidebar-search-icon{flex-shrink:0;justify-content:center;align-items:center;width:15px;height:15px;display:inline-flex}.op-docs-sidebar-search-icon svg{width:15px;height:15px}.op-docs-sidebar-group+.op-docs-sidebar-group{border-top:1px solid #14231d14;margin-top:18px;padding-top:18px}.op-docs-sidebar-group h2{color:#16221d;margin:0 0 10px;font-size:.92rem}.op-docs-sidebar-group ul{gap:2px;list-style:none;display:grid}.op-docs-sidebar-group li{color:#5c6a64;font-size:.92rem}.op-docs-sidebar-link{min-height:40px;color:inherit;border-radius:12px;align-items:center;gap:10px;padding:0 10px;text-decoration:none;transition:color .2s,transform .2s,background-color .2s;display:flex}.op-docs-sidebar-icon{color:#7a8a83;flex-shrink:0;justify-content:center;align-items:center;width:21px;height:21px;display:inline-flex}.op-docs-sidebar-icon svg{width:21px;height:21px}.op-docs-sidebar-link:hover{color:#31413b;background:#14231d0a}.op-docs-sidebar-link.is-active{color:#0f8c68;background:#eef1ed;font-weight:600}.op-docs-sidebar-link.is-active .op-docs-sidebar-icon{color:#0f9a82}.op-docs-sidebar-link.is-muted{opacity:.9}.op-docs-content{flex-direction:column;gap:18px;min-width:0;padding:0 34px;display:flex}.op-docs-intro-card{background:radial-gradient(circle at 100% 0,#2bbfa017,#0000 24%),linear-gradient(#fffffff5,#f6f9f7eb);border:1px solid #14231d14;border-radius:22px;padding:26px 28px;box-shadow:0 14px 34px #13221c0d}.op-docs-intro-card h2{font-size:clamp(1.38rem,2vw,2rem);font-family:var(--font-body);letter-spacing:-.04em;color:#16221d;margin:12px 0;line-height:1.12}.op-docs-intro-card p{color:#52615b;max-width:760px;font-size:.94rem;line-height:1.72}.op-docs-section-list{gap:14px;display:grid}.op-docs-section-card{background:#ffffffe0;border:1px solid #14231d14;border-radius:20px;padding:24px 26px;transition:transform .2s,border-color .2s,box-shadow .2s;box-shadow:0 10px 26px #13221c0a}.op-docs-section-card:hover{border-color:#0f8c6829;transform:translateY(-2px);box-shadow:0 16px 34px #13221c0f}.op-docs-section-card h3{font-size:1.22rem;font-family:var(--font-body);color:#15211c;margin:12px 0;font-weight:700;line-height:1.22}.op-docs-section-card p{color:#52615b;margin:0 0 16px;font-size:.92rem;line-height:1.72}.op-docs-section-card ul{gap:8px;padding-left:20px;display:grid}.op-docs-section-card li{color:#24322c;font-size:.9rem;line-height:1.65}.op-docs-outline-card{padding:18px 16px 18px 22px;position:relative}.op-docs-outline-card:before{content:"";background:#14231d1f;width:1px;position:absolute;top:48px;bottom:18px;left:16px}.op-docs-outline-card ul{gap:10px;margin-top:14px;list-style:none;display:grid}.op-docs-outline-card a{color:#53615b;padding-left:18px;font-size:.88rem;line-height:1.45;text-decoration:none;transition:color .2s,transform .2s;display:block;position:relative}.op-docs-outline-card a:before{content:"";background:0 0;border-radius:999px;width:2px;transition:background-color .2s;position:absolute;top:.2em;bottom:.2em;left:-6px}.op-docs-outline-card a.is-active{color:#0f8c68;font-weight:600}.op-docs-outline-card a.is-active:before{background:#22b693}.op-docs-outline-card a:hover{color:#0f8c68;transform:translate(2px)}.op-docs-article{min-width:0;padding:0 34px}.op-docs-article-head{padding:22px 24px 24px}.op-docs-article-title-row{justify-content:space-between;align-items:center;gap:18px;margin-bottom:10px;display:flex}.op-docs-article-kicker{color:#0f8c68;margin:0 0 10px;font-size:.82rem;font-weight:700}.op-docs-article-title{letter-spacing:-.04em;color:#15211c;margin:0;font-size:clamp(1.7rem,2.7vw,2.35rem);line-height:1.02}.op-docs-article-subtitle{color:#52615b;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;max-width:780px;font-size:1rem;line-height:1.75}.op-docs-article-links{flex-flow:wrap;flex-shrink:0;align-items:center;gap:8px;margin-top:0;display:flex}.op-docs-article-links a,.op-docs-article-section a{color:#0f8c68;font-weight:600;text-decoration:none}.op-docs-article-links a{letter-spacing:-.02em;background:#ffffffe6;border:1px solid #0f8c6829;border-radius:999px;align-items:center;min-height:38px;padding:0 14px;font-size:.9rem;line-height:1;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.op-docs-article-links a:hover,.op-docs-article-section a:hover{color:#0c6f57;background:#d4f4e2eb;border-color:#0f8c6847;transform:translateY(-1px)}.op-docs-article-section{margin-top:22px;padding:0 24px;scroll-margin-top:110px}.op-docs-article-section h2{letter-spacing:-.035em;color:#1a241f;margin:0 0 14px;font-size:1.45rem;line-height:1.1}.op-docs-article-section p{color:#4d5c56;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;margin:0 0 16px;font-size:1rem;line-height:1.82}.op-docs-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:18px;margin-top:20px;margin-bottom:24px;display:grid}.op-docs-card-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}.op-docs-feature-card{background:linear-gradient(#fff,#fbfcfa);border:1px solid #12241d1f;border-radius:22px;flex-direction:column;height:100%;padding:24px;display:flex;box-shadow:0 14px 32px #12241d0d}.op-docs-feature-head{align-items:center;gap:12px;margin-bottom:14px;display:flex}.op-docs-feature-icon{color:#0f9a82;flex:none;justify-content:center;align-items:center;display:inline-flex}.op-docs-feature-icon svg{width:31px;height:31px}.op-docs-feature-card h3{color:#1a241f;margin:0;font-size:1.08rem;line-height:1.2}.op-docs-feature-card p{color:#5a6a63;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;margin:0;font-size:.98rem;line-height:1.8}.op-docs-highlight-box{background:0 0;border:1px solid #12241d1f;border-radius:20px;padding:22px 24px}.op-docs-bullet-list{gap:12px;margin:0;padding-left:22px;display:grid}.op-docs-bullet-list li{color:#31413b;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;font-size:.98rem;line-height:1.75}.op-docs-article-footer{border-top:1px solid #12241d1a;margin-top:36px;padding-top:26px}.op-faq-category-head{align-items:center;gap:12px;margin-bottom:18px;display:flex}.op-faq-category-icon{width:28px;height:28px;color:var(--accent);flex-shrink:0}.op-faq-category-head h2{margin:0}.op-faq-accordion{border:1px solid var(--border);border-radius:var(--r-md);background:var(--bg);flex-direction:column;gap:0;display:flex;overflow:hidden}.op-faq-item{border-bottom:1px solid var(--border)}.op-faq-item:last-child{border-bottom:none}.op-faq-trigger{cursor:pointer;text-align:left;width:100%;font-family:var(--font-body);color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;font-size:.95rem;font-weight:500;transition:background .15s;display:flex}.op-faq-trigger:hover,.op-faq-item.is-open .op-faq-trigger{background:var(--bg-warm)}.op-faq-question{flex:1;line-height:1.5}.op-faq-chevron{width:18px;height:18px;color:var(--text-muted);flex-shrink:0;transition:transform .25s}.op-faq-chevron.is-open{transform:rotate(180deg)}.op-faq-panel{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.op-faq-item.is-open .op-faq-panel{grid-template-rows:1fr}.op-faq-answer{overflow:hidden}.op-faq-answer p{color:var(--text2);margin:0;padding:0 22px 20px;font-size:.9rem;line-height:1.7}.op-docs-table-wrap{overflow-x:auto}.op-docs-table{border-collapse:collapse;width:100%;font-size:.9rem;line-height:1.6}.op-docs-table thead{background:var(--bg-warm);border-bottom:2px solid var(--border)}.op-docs-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--text);text-align:left;white-space:nowrap;padding:14px 20px;font-size:.82rem;font-weight:600}.op-docs-table td{color:var(--text2);vertical-align:top;text-align:justify;padding:14px 20px}.op-docs-table td:first-child,.op-docs-table td:nth-child(2){text-align:left}.op-docs-table tbody tr{border-bottom:1px solid var(--border);transition:background .12s}.op-docs-table tbody tr:last-child{border-bottom:none}.op-docs-table tbody tr:hover{background:var(--bg-warm)}.op-docs-table td code{font-family:var(--font-mono);color:var(--accent2);white-space:nowrap;background:#2a9d6e14;border-radius:5px;padding:2px 7px;font-size:.84rem}.op-docs-table td strong{color:var(--text);font-weight:600}.op-docs-helpful{justify-content:flex-start;align-items:center;gap:18px;margin-bottom:20px;display:flex}.op-docs-helpful span{color:#4d5c56;font-size:1rem}.op-docs-helpful-actions{gap:10px;display:flex}.op-docs-helpful-actions button{color:#33423c;min-width:88px;height:46px;font:inherit;cursor:pointer;background:#fff;border:1px solid #12241d1f;border-radius:14px;justify-content:center;align-items:center;gap:10px;display:inline-flex}.op-docs-helpful-actions button svg{width:22px;height:22px}.op-docs-next-card{min-height:0;color:inherit;background:radial-gradient(circle at 100% 0,#2bbfa01f,#0000 28%),linear-gradient(#fff,#f8fbf8);border:1px solid #12241d24;border-radius:24px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 34px #12241d0f}.op-docs-next-card:after{content:"";border-radius:inherit;pointer-events:none;border:1px solid #ffffff8c;position:absolute;inset:0}.op-docs-next-card:hover{border-color:#0f8c6838;transform:translateY(-2px);box-shadow:0 22px 44px #12241d1a}.op-docs-next-main{text-align:left;flex:1;min-width:0}.op-docs-next-label{letter-spacing:.12em;text-transform:uppercase;color:#0f8c68;margin:0;font-size:.72rem;font-weight:700}.op-docs-next-card strong{color:#1a241f;margin-bottom:3px;font-size:1.04rem;line-height:1.15;display:block}.op-docs-next-card span{color:#5a6a63;max-width:700px;font-size:.88rem;line-height:1.55;display:block}.op-docs-next-side{background:#ffffffb8;border:1px solid #12241d1f;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;gap:10px;min-height:42px;padding:0 14px;transition:border-color .22s,background-color .22s,transform .22s;display:flex;box-shadow:inset 0 1px #ffffffa6}.op-docs-next-card:hover .op-docs-next-side{background:#f4fbf7eb;border-color:#0f8c6838;transform:translate(2px)}.op-docs-next-card svg{color:#5f716a;flex-shrink:0;width:20px;height:20px;transition:transform .22s,color .22s}.op-docs-next-card:hover svg{color:#0f8c68;transform:translate(2px)}.op-docs-sidebar-toggle{color:#1a241f;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-right:1px solid #14231d14;border-radius:0;flex-shrink:0;align-items:center;gap:6px;padding:0 14px;font-size:.82rem;font-weight:600;display:none}.op-docs-sidebar-toggle svg{color:#5a6a63;flex-shrink:0}.op-docs-sidebar-toggle:hover{color:#0f8c68;background:#0f8c6814}.op-docs-sidebar-mobile-shell{display:none}@media (max-width:860px){.op-docs-sidebar-mobile-shell{z-index:1100;pointer-events:none;visibility:hidden;display:block;position:fixed;inset:0}.op-docs-sidebar-mobile-shell.is-open{pointer-events:auto;visibility:visible}.op-docs-sidebar-mobile-backdrop{cursor:pointer;opacity:0;background:#00000059;border:0;transition:opacity .25s;position:absolute;inset:0}.op-docs-sidebar-mobile-shell.is-open .op-docs-sidebar-mobile-backdrop{opacity:1}.op-docs-sidebar-mobile-panel{background:#f8faf9;border-right:1px solid #14231d14;flex-direction:column;gap:4px;width:min(85vw,340px);padding:16px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:8px 0 32px #0000001f}.op-docs-sidebar-mobile-shell.is-open .op-docs-sidebar-mobile-panel{transform:translate(0)}.op-docs-sidebar-mobile-head{border-bottom:1px solid #14231d0f;justify-content:space-between;align-items:center;margin-bottom:8px;padding:4px 0 12px;display:flex}.op-docs-sidebar-mobile-title{color:#1a241f;font-size:1rem;font-weight:700}.op-docs-sidebar-mobile-close{cursor:pointer;color:#5a6a63;background:#fffc;border:1px solid #14231d14;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}}@media (max-width:1180px){.op-docs-topbar-shell{padding:0 20px}.op-docs-topbar-links{grid-template-columns:repeat(3,minmax(0,1fr))}.op-docs-shell{grid-template-columns:236px minmax(0,1fr)}.op-docs-outline{display:none}.op-docs-content,.op-docs-article{padding-right:0}.op-docs-card-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.op-docs-hero{padding:0 18px}.op-docs-main{padding:0 18px 72px}.op-docs-sidebar-toggle{background:linear-gradient(#0f8c681f,#0f8c680f);border-right:1px solid #14231d1a;justify-content:center;min-width:52px;padding:0 12px;display:inline-flex}.op-docs-topbar-shell{padding:0}.op-docs-topbar-links{flex-wrap:nowrap;gap:0;min-height:48px;display:flex}.op-docs-topbar-link{flex:1;gap:0;min-height:48px;padding:0 6px}.op-docs-topbar-link>span:not(.op-docs-topbar-icon),.op-docs-topbar-external{display:none}.op-docs-topbar-link:not(:first-child):before{background:#14231d1f;display:block;top:10px;bottom:10px;left:0}.op-docs-topbar-icon{width:24px;height:24px}.op-docs-topbar-icon svg{width:22px;height:22px}.op-docs-topbar-icon--image{width:36px;height:36px;margin-right:0}.op-docs-shell{grid-template-columns:1fr;gap:16px}.op-docs-sidebar{display:none}.op-docs-outline{position:static}.op-docs-content,.op-docs-article{padding:0}.op-docs-article-head{padding:18px 18px 22px}.op-docs-article-title-row{flex-direction:column;align-items:flex-start;gap:12px}.op-docs-article-section{padding:0 18px}.op-docs-card-grid,.op-docs-card-grid--three{grid-template-columns:1fr}.op-docs-feature-card{min-height:0}.op-docs-helpful{flex-direction:column;align-items:flex-start}.op-docs-next-card{border-radius:16px;flex-direction:row;align-items:center;gap:12px;padding:14px 16px}.op-docs-next-main{text-align:left}.op-docs-next-card strong{font-size:.95rem}.op-docs-next-card span{font-size:.82rem}.op-docs-next-label{font-size:.68rem}.op-docs-next-side{border-radius:14px;min-height:38px;padding:0 12px}}@media (max-width:640px){.op-docs-topbar-shell{padding:0 2px}.op-docs-topbar-link{min-height:44px;padding:0 4px}.op-docs-sidebar-toggle{padding:0 10px;font-size:0}.op-docs-sidebar-toggle svg{width:18px;height:18px}.op-docs-intro-card,.op-docs-section-card,.op-docs-sidebar-card,.op-docs-outline-card,.op-docs-feature-card,.op-docs-highlight-box,.op-docs-next-card{border-radius:18px;padding:18px 16px}.op-docs-article-title{font-size:clamp(1.55rem,9vw,2rem)}.op-docs-article-section h2{font-size:1.28rem}.op-docs-article-links{gap:8px}}@media (max-width:960px){.op-privacy-document{max-width:100%}}@media (max-width:640px){.op-privacy-hero{padding:92px 16px 28px}.op-privacy-title{font-size:clamp(2.35rem,12vw,3.2rem);line-height:1.04}.op-privacy-main{padding:24px 16px 72px}.op-privacy-cta-wrap{margin-top:84px;padding-top:32px}}.op-contact-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite contactSpin}@keyframes contactSpin{to{transform:rotate(360deg)}}.op-contact-form-note{color:var(--text-muted);text-align:center;margin:4px 0 0;font-size:.76rem;line-height:1.5}.op-contact-cta-band{text-align:center;background:linear-gradient(135deg,#0f2419 0%,#14432a 40%,#1a7a5c 100%);padding:80px 24px}.op-contact-cta-inner{max-width:640px;margin:0 auto}.op-contact-cta-inner h2{font-family:var(--font-serif);color:#fff;margin:0 0 12px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400}.op-contact-cta-inner p{color:#ffffffa6;margin:0 0 32px;font-size:1rem;line-height:1.6}.op-contact-cta-btns{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (max-width:960px){.op-contact-main{margin-top:0}.op-contact-container{grid-template-columns:1fr;gap:32px}.op-contact-info{padding-top:0}.op-contact-info-inner{max-width:100%;padding:8px 0 0}.op-contact-form-bg-image{inset:0}}@media (max-width:640px){.op-contact-hero{border-bottom-right-radius:28px;border-bottom-left-radius:28px;padding:96px 16px 34px}.op-contact-title{line-height:1.08}.op-contact-subtitle{font-size:.96rem}.op-contact-main{margin-top:0;padding:0 16px 72px}.op-contact-info-inner{padding:8px 0 0}.op-contact-info-title{font-size:clamp(2rem,9vw,2.8rem)}.op-contact-journey-item{grid-template-columns:12px minmax(0,1fr);gap:12px}.op-contact-support-note{padding:18px 18px 20px}.op-contact-support-stat{flex-direction:column;align-items:flex-start;gap:8px}.op-contact-faq{border-radius:22px;padding:24px 18px}.op-contact-faq-section{padding:6px 16px 72px}.op-contact-faq-item summary{grid-template-columns:48px minmax(0,1fr) 18px;gap:14px;padding:18px}.op-contact-faq-index{border-radius:12px;width:38px;height:38px;font-size:.76rem}.op-contact-faq-item summary span:nth-child(2){font-size:.96rem}.op-contact-faq-item p{padding:0 18px 18px}.op-contact-form-card{margin:10px;padding:28px 20px}.op-contact-form-row{grid-template-columns:1fr}.op-contact-cta-band{padding:60px 16px}.op-contact-cta-btns{flex-direction:column;align-items:center}}.op-security-page{color:#111827;background:#fcfcfa}.op-security-hero{background:radial-gradient(circle at 50% 52%,#2bbfa01f,#0000 28%),linear-gradient(#fff 0%,#fbfcfb 100%);border-bottom:1px solid #0f172a14;padding:136px 24px 76px}.op-security-hero-inner,.op-security-dark-intro,.op-security-feature-grid,.op-security-faq-section{max-width:1240px;margin:0 auto}.op-security-title{text-align:center;max-width:860px;font-family:var(--font-serif);letter-spacing:-.05em;color:#23231f;margin:0 auto 20px;font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:400;line-height:1.06}.op-security-title-accent{color:#184f41;padding-bottom:.18em;display:inline-block;position:relative}.op-security-title-accent:after{content:"";opacity:1;z-index:1;pointer-events:none;background:radial-gradient(circle at 12% 40%,#ffffff57 0 7%,#0000 8%),radial-gradient(circle at 84% 62%,#ffffff2e 0 6%,#0000 7%),linear-gradient(90deg,#1c8265e6 0%,#2db590d1 52%,#7ae3c5eb 100%);border-radius:999px 18px 999px 24px;width:102%;height:.18em;position:absolute;bottom:-.01em;left:-1%;transform:rotate(-.9deg)skew(-12deg);box-shadow:0 3px 10px #47c1a02e,0 1px #115e462e}.op-security-subtitle{text-align:center;color:#555866;max-width:720px;margin:0 auto;font-size:.98rem;line-height:1.65}.op-security-highlight-shell{margin-top:56px}.op-security-highlight-visual-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.op-security-highlight-visual-grid--single{grid-template-columns:1fr}.op-security-highlight-banner{border-radius:18px;width:100%;overflow:hidden}.op-security-highlight-banner img{object-fit:contain;border-radius:18px;width:100%;height:320px;display:block}.op-security-highlight-visual{justify-content:center;align-items:center;min-width:0;min-height:320px;padding:0;display:flex}.op-security-highlight-visual>.op-security-img-placeholder,.op-security-highlight-visual>.op-security-real-image{width:min(100%,340px);min-height:0;margin:0 auto}.op-security-highlight-visual>.op-security-img-placeholder{border-color:#1a7a5c42;min-height:260px}.op-security-highlight-visual>.op-security-real-image{box-shadow:none;background:0 0;border:none}.op-security-highlight-visual>.op-security-real-image img{object-fit:contain;background:0 0}.op-security-highlight-visual>.op-security-img-placeholder span{width:min(100%,220px);font-size:1.35rem}.op-security-highlight-copy-grid{text-align:justify;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;max-width:900px;margin-top:18px;margin-left:auto;margin-right:auto;display:grid}.op-security-highlight-copy{min-width:0}.op-security-highlight-copy h3{color:#23231f;margin:0 0 8px;font-size:clamp(1rem,1.6vw,1.2rem);font-weight:600;line-height:1.2}.op-security-highlight-copy p{color:#555866;margin:0;font-size:.85rem;line-height:1.5}.op-security-img-placeholder{background:repeating-linear-gradient(135deg,#0f172a08 0 2px,#0000 2px 7px),linear-gradient(#fafcfd,#f3f7fb);border:1px solid #1a7a5c38;border-radius:18px;justify-content:center;align-items:center;min-height:292px;display:flex;position:relative;overflow:hidden}.op-security-img-placeholder:before,.op-security-img-placeholder:after{content:"";background:#0f172a14;border-radius:4px;width:18px;height:18px;position:absolute;top:14px}.op-security-img-placeholder:before{left:14px}.op-security-img-placeholder:after{right:14px}.op-security-img-placeholder span{aspect-ratio:1;color:#1a7a5c;text-transform:uppercase;background:#dff3eb;border:3px solid #1a7a5c;border-radius:26px;justify-content:center;align-items:center;width:min(100%,210px);font-size:1.28rem;font-weight:800;display:inline-flex}.op-security-img-placeholder.is-dark{background:linear-gradient(#ffffff08,#ffffff05),#2b2b26;border-color:#ffffff24;min-height:360px}.op-security-img-placeholder.is-dark:before,.op-security-img-placeholder.is-dark:after{background:#ffffff14}.op-security-img-placeholder.is-dark span{color:#ffffffd1;background:#35352f;border-color:#fff3;width:min(100%,260px)}.op-security-real-image{background:#fff;border:1px solid #1a7a5c38;border-radius:18px;min-height:292px;position:relative;overflow:hidden}.op-security-real-image:before{content:"";opacity:0;pointer-events:none;transform-origin:50%;z-index:0;transition:opacity .24s;position:absolute;inset:-24%;transform:rotate(30deg)}.op-security-real-image img{object-fit:cover;z-index:1;width:100%;height:100%;display:block;position:relative}.op-security-real-image.is-dark{background:#2b2b26;border-color:#22c55e47;min-height:360px}.op-security-real-image.is-dark:before{background-color:#0000;background-image:linear-gradient(90deg,#ffffff1f 1px,#0000 1px),linear-gradient(#ffffff1f 1px,#0000 1px);background-position:50%;background-repeat:repeat,repeat;background-size:104px 104px,104px 104px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.op-security-logos{background:#fff;border-top:1px solid #0f172a14;border-bottom:1px solid #0f172a14;overflow:hidden}.op-security-logo-marquee{width:max-content;animation:28s linear infinite opSecurityMarquee;display:flex}.op-security-logo-box{white-space:nowrap;border-right:1.5px solid #0f172a2e;justify-content:center;align-items:center;min-width:300px;min-height:104px;padding:8px 18px;display:flex}.op-security-logo-box .partner-logo-card{gap:10px;width:100%;padding:12px 8px}.op-security-logo-box .partner-logo-mark{opacity:.98;flex:none;justify-content:center;align-items:center;width:100%;max-width:68px;height:48px;min-height:48px;display:flex}.op-security-logo-box .partner-logo-name{font-size:1.2rem}.op-security-dark{background:#23231f;padding:64px 24px 96px}.op-security-dark-intro{text-align:center}.op-security-dark-intro h2{font-family:var(--font-serif);letter-spacing:-.04em;color:#fff;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:400;line-height:1.08}.op-security-dark-intro p{color:#ffffffbd;max-width:720px;margin:18px auto 0;font-size:.96rem;line-height:1.65}.op-security-dark-btn{color:#fff;background:linear-gradient(#ffffff24,#ffffff14);border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:10px;margin-top:28px;padding:14px 26px;font-size:.98rem;font-weight:700;display:inline-flex;box-shadow:inset 0 1px #ffffff24,0 16px 34px #00000029}.op-security-dark-btn--light{background:linear-gradient(#3e3d37,#2f2e2a)}.op-security-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:78px;display:grid}.op-security-feature-card{min-width:0;padding:28px 0 34px}.op-security-feature-visual{isolation:isolate;justify-content:center;align-items:center;min-height:240px;display:flex;position:relative;overflow:visible}.op-security-feature-visual:before,.op-security-feature-visual:after{content:"";opacity:0;pointer-events:none;z-index:0;border-radius:28px;transition:opacity .22s,transform .26s,filter .26s;position:absolute;inset:10px 22px;transform:skew(-18deg)translateY(8px)scale(.96)}.op-security-feature-visual:before{filter:blur();background:linear-gradient(135deg,#ffffff2e,#ffffff0a 42%,#0000 42%),linear-gradient(135deg,#0000 18%,#ffffff1f 18%,#ffffff0a 38%,#0000 38%),linear-gradient(135deg,#0000 52%,#ffffff1a 52%,#ffffff08 72%,#0000 72%)}.op-security-feature-visual:after{filter:blur(14px);background:radial-gradient(circle at 18% 22%,#b5e9ff38,#0000 28%),radial-gradient(circle at 78% 78%,#ffffff24,#0000 24%);inset:18px 38px}.op-security-feature-visual .op-security-img-placeholder,.op-security-feature-visual .op-security-real-image{z-index:1;border-color:#22c55e47;width:100%;max-width:none;max-height:240px;transition:transform .26s,box-shadow .26s,border-color .26s,filter .26s;position:relative;box-shadow:inset 0 0 0 1px #22c55e14}.op-security-feature-card:hover .op-security-feature-visual:before,.op-security-feature-card:hover .op-security-feature-visual:after{opacity:1;transform:skew(-18deg)translateY(0)scale(1)}.op-security-feature-card:hover .op-security-feature-visual .op-security-img-placeholder,.op-security-feature-card:hover .op-security-feature-visual .op-security-real-image{filter:saturate(1.04)brightness(1.03);border-color:#97e8ff61;transform:translateY(-6px)scale(1.015);box-shadow:inset 0 0 0 1px #a0ecff29,0 22px 40px #0003,0 0 26px #9de7ff14}.op-security-feature-card:hover .op-security-real-image.is-dark:before{opacity:1}.op-security-feature-card h3{color:#fff;margin:28px 0 14px;padding:0 40px;font-size:1.06rem;font-weight:700}.op-security-feature-card p{color:#ffffffbd;margin:0;padding:0 40px;font-size:.92rem;line-height:1.65}.op-security-faq-section{grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);align-items:start;gap:64px;padding:96px 24px;display:grid}.op-security-faq-copy h2{font-family:var(--font-serif);letter-spacing:-.04em;color:#23231f;font-size:clamp(2rem,4.6vw,3.3rem);font-weight:400;line-height:.98}.op-security-faq-copy p{color:#555866;max-width:430px;margin:22px 0 0;font-size:.95rem;line-height:1.65}.op-security-faq-list{flex-direction:column;gap:8px;display:flex}.op-security-faq-item{background:#fff;border:1px solid #0f172a1f}.op-security-faq-item summary{cursor:pointer;grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:20px;padding:24px 28px;list-style:none;display:grid}.op-security-faq-item summary::-webkit-details-marker{display:none}.op-security-faq-item summary span:first-child{color:#111827;font-size:.98rem;font-weight:500}.op-security-faq-toggle{border:2px solid #23231fc2;border-radius:999px;width:38px;height:38px;position:relative}.op-security-faq-toggle:before,.op-security-faq-toggle:after{content:"";background:#23231f;border-radius:999px;width:16px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.op-security-faq-toggle:after{transform:translate(-50%,-50%)rotate(90deg)}.op-security-faq-item[open] .op-security-faq-toggle:after{opacity:0}.op-security-faq-item p{color:#555866;margin:0;padding:0 28px 24px;font-size:.92rem;line-height:1.7}.op-security-cta-wrap{margin-top:0;padding-top:18px;position:relative}.op-security-cta-wrap:before,.op-security-cta-wrap:after{content:"";background:#23231f29;height:1px;position:absolute;left:24px;right:24px}.op-security-cta-wrap:before{top:0}.op-security-cta-wrap:after{top:5px}@keyframes opSecurityMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:1080px){.op-security-highlight-visual-grid,.op-security-highlight-copy-grid,.op-security-feature-grid,.op-security-faq-section{grid-template-columns:1fr}.op-security-feature-grid{gap:28px}}@media (max-width:900px){.op-security-hero{padding:96px 14px 40px}.op-security-title{letter-spacing:-.045em;font-size:clamp(1.25rem,5.2vw,1.85rem);line-height:1.04}.op-security-highlight-shell{margin-top:24px}.op-security-highlight-banner img{object-fit:contain;object-position:center center;height:clamp(168px,42vw,220px)}.op-security-highlight-visual{min-height:188px}.op-security-highlight-copy-grid{gap:14px}.op-security-dark,.op-security-faq-section{padding:56px 14px}.op-security-feature-card{padding:0 0 18px}.op-security-feature-visual{min-height:180px}.op-security-feature-visual .op-security-img-placeholder,.op-security-feature-visual .op-security-real-image{max-height:180px}.op-security-feature-card h3{margin:18px 0 10px;padding:0 18px;font-size:.98rem}.op-security-feature-card p{padding:0 18px;font-size:.84rem;line-height:1.55}.op-security-faq-item summary{padding:20px 18px}.op-security-faq-item p{padding:0 18px 18px}}@media (max-width:640px){.op-security-hero{padding:88px 12px 32px}.op-security-title{font-size:clamp(1.12rem,4.9vw,1.5rem);line-height:1.06}.op-security-subtitle{font-size:.9rem;line-height:1.55}.op-security-highlight-shell{margin-top:18px}.op-security-highlight-banner img{height:180px}.op-security-highlight-visual{min-height:160px}.op-security-highlight-copy-grid{gap:10px}.op-security-highlight-copy h3{font-size:.94rem}.op-security-highlight-copy p{font-size:.78rem;line-height:1.45}.op-security-dark,.op-security-faq-section{padding:44px 12px}.op-security-dark-intro h2{font-size:1.45rem}.op-security-dark-intro p{font-size:.9rem}.op-security-feature-grid{gap:20px}.op-security-feature-card{padding:0 0 14px}.op-security-feature-visual{min-height:150px}.op-security-feature-visual:before,.op-security-feature-visual:after{inset:8px 14px}.op-security-feature-visual:after{inset:12px 20px}.op-security-feature-visual .op-security-img-placeholder,.op-security-feature-visual .op-security-real-image{max-height:150px}.op-security-feature-card h3{margin:14px 0 8px;padding:0 14px;font-size:.9rem}.op-security-feature-card p{padding:0 14px;font-size:.78rem;line-height:1.5}.op-security-logos{background:radial-gradient(circle at top,#2bbfa014,#0000 32%),linear-gradient(#1f211d,#262823);padding:12px 0}.op-security-logo-box{border-right-color:#ffffff1f;min-width:188px;min-height:84px;padding:6px 10px}.op-security-logo-box .partner-logo-card{background:linear-gradient(#ffffff14,#ffffff08);border-radius:14px;gap:6px;padding:8px 6px;box-shadow:inset 0 1px #ffffff14}.op-security-logo-box .partner-logo-mark{opacity:1;max-width:42px;height:32px;min-height:32px}.op-security-logo-box .partner-logo-name{letter-spacing:.01em;font-size:.9rem}.op-security-logo-box .partner-logo-mark img{filter:drop-shadow(0 0 10px #ffffff14)}}@media (max-width:900px){.wf-suite-mobile,.wf-suite-mobile-ticker{display:none!important}.wf-suite-grid,.wf-suite-ticker{display:grid}.wf-suite-lines{display:block}.showcase-section{padding:56px 0 36px}.showcase-section:before{width:calc(100% - 4px)}.wf-wrap--showcase{width:100%}.wf-wrap--showcase .wf-scene{min-height:440px;overflow:hidden}.wf-wrap--showcase .wf-scene-panel{min-height:inherit;overflow:hidden}.wf-wrap--showcase .wf-suite{width:100%;min-height:440px;margin:0;padding:8px 0 14px;position:relative;left:auto;transform:none}.wf-wrap--showcase .wf-suite-canvas{zoom:1;transform-origin:top;width:min(100%,520px);max-width:520px;min-height:440px;margin:0 auto;position:relative;left:auto;transform:none}.wf-wrap--showcase .wf-section-header{margin-bottom:0}.wf-wrap--showcase .wf-section-title{font-size:.88rem;line-height:1}.wf-wrap--showcase .wf-section-subtitle{max-width:170px;margin-left:auto;margin-right:auto;font-size:.4rem;line-height:1.25}.wf-wrap--showcase .wf-suite-grid{grid-template-columns:142px minmax(180px,1fr) 142px;align-items:stretch;gap:6px;width:auto;max-width:470px;min-height:352px;margin:-34px auto 0}.wf-wrap--showcase .wf-suite-inline-status{border-radius:8px;gap:4px;max-width:210px;min-height:24px;margin:0 auto;padding:2px 6px;top:28px}.wf-wrap--showcase .wf-suite-process{letter-spacing:.03em;font-size:.34rem}.wf-wrap--showcase .wf-suite-inline-status .wf-suite-badge{width:18px;height:18px;font-size:.16rem}.wf-wrap--showcase .wf-suite-side{gap:8px}.wf-wrap--showcase .wf-suite-side--left{grid-template-rows:auto 8px auto;align-content:stretch;width:auto;transform:none}.wf-wrap--showcase .wf-suite-panel{border-radius:14px;padding:8px}.wf-wrap--showcase .wf-suite-panel--audience,.wf-wrap--showcase .wf-suite-panel--qualify{top:-8px}.wf-wrap--showcase .wf-suite-panel-title{font-size:.5rem}.wf-wrap--showcase .wf-suite-panel-copy{margin-top:6px;font-size:.38rem;line-height:1.15}.wf-wrap--showcase .wf-suite-panel-head{gap:6px}.wf-wrap--showcase .wf-suite-step{width:24px;height:17px;font-size:.4rem}.wf-wrap--showcase .wf-builder-mini,.wf-wrap--showcase .wf-leads-mini{border-radius:10px;margin-top:6px;padding:5px}.wf-wrap--showcase .wf-builder-mini-item,.wf-wrap--showcase .wf-leads-mini-item{border-radius:8px;gap:5px;min-height:20px;padding:4px 5px;font-size:.42rem}.wf-wrap--showcase .wf-builder-mini-icon,.wf-wrap--showcase .wf-leads-mini-icon{border-radius:6px;flex:0 0 15px;width:15px;height:15px}.wf-wrap--showcase .wf-builder-mini-arrow{height:6px}.wf-wrap--showcase .wf-builder-mini-arrow svg{width:6px;height:6px}.wf-wrap--showcase .wf-builder-mini-saved,.wf-wrap--showcase .wf-leads-mini-badge,.wf-wrap--showcase .wf-leads-mini-total,.wf-wrap--showcase .wf-leads-mini-pill,.wf-wrap--showcase .wf-leads-mini-footer{font-size:.4rem}.wf-wrap--showcase .wf-leads-mini-head{padding-bottom:4px}.wf-wrap--showcase .wf-leads-mini-list{gap:4px;margin-top:4px}.wf-wrap--showcase .wf-leads-mini-source{font-size:.42rem}.wf-wrap--showcase .wf-suite-panel--center{min-height:320px;padding:7px}.wf-wrap--showcase .wf-suite-center-bar{border-radius:8px;gap:3px;padding:5px 6px}.wf-wrap--showcase .wf-suite-center-kicker,.wf-wrap--showcase .wf-suite-center-state{font-size:.4rem}.wf-wrap--showcase .wf-suite-lead-card,.wf-wrap--showcase .wf-suite-flow-item{border-radius:8px;padding:5px 6px}.wf-wrap--showcase .wf-suite-contact{gap:4px}.wf-wrap--showcase .wf-suite-contact-avatar{width:18px;height:18px;font-size:.38rem}.wf-wrap--showcase .wf-suite-contact-name,.wf-wrap--showcase .wf-suite-flow-copy{font-size:.4rem}.wf-wrap--showcase .wf-suite-contact-sub,.wf-wrap--showcase .wf-suite-flow-state,.wf-wrap--showcase .wf-suite-contact-score{font-size:.32rem}.wf-wrap--showcase .wf-suite-flow-list,.wf-wrap--showcase .wf-suite-execution-foot{gap:4px;margin-top:4px}.wf-wrap--showcase .wf-suite-execution-pill{padding:3px 5px;font-size:.34rem}.wf-wrap--showcase .wf-suite-qualify-band{grid-template-columns:1fr;gap:4px;margin-top:4px}.wf-wrap--showcase .wf-suite-meter--live{width:56px;height:56px;margin:0 auto}.wf-wrap--showcase .wf-suite-meter strong{font-size:.62rem}.wf-wrap--showcase .wf-suite-milestones{gap:4px}.wf-wrap--showcase .wf-suite-toast{border-radius:8px;padding:3px 5px}.wf-wrap--showcase .wf-suite-toast-text,.wf-wrap--showcase .wf-suite-lane-label,.wf-wrap--showcase .wf-suite-qualify-line span,.wf-wrap--showcase .wf-suite-qualify-line strong,.wf-wrap--showcase .wf-suite-qualify-chip{font-size:.34rem}.wf-wrap--showcase .wf-suite-qualify-lines{gap:4px;margin-top:4px}.wf-wrap--showcase .wf-suite-qualify-line{border-radius:8px;padding:4px 6px}.wf-wrap--showcase .wf-suite-qualify-footer{gap:4px;margin-top:4px}.wf-wrap--showcase .wf-suite-stats--revenue{grid-template-columns:1fr 1fr;gap:4px;margin-top:4px}.wf-wrap--showcase .wf-suite-stat--revenue{border-radius:8px;padding:4px 6px}.wf-wrap--showcase .wf-suite-stat-label,.wf-wrap--showcase .wf-suite-stat-trend,.wf-wrap--showcase .wf-suite-growth-item span,.wf-wrap--showcase .wf-suite-growth-item b,.wf-wrap--showcase .wf-suite-revenue-chart-head span,.wf-wrap--showcase .wf-suite-revenue-chart-head b{font-size:.56rem}.wf-wrap--showcase .wf-suite-stat-value{font-size:.52rem}.wf-wrap--showcase .wf-suite-growth-grid--compact{grid-template-columns:1fr;gap:4px;margin-top:6px}.wf-wrap--showcase .wf-suite-growth-grid--compact .wf-suite-growth-item{border-radius:7px;padding:3px 5px}.wf-wrap--showcase .wf-suite-revenue-chart--compact{border-radius:8px;height:30px;margin-top:4px;padding:3px 5px 2px}.wf-wrap--showcase .wf-suite-lines{opacity:.68;display:block;inset:126px 34px 12px}.wf-wrap--showcase .wf-suite-ticker{grid-template-columns:repeat(4,1fr);display:grid;bottom:0;left:8px;right:8px}.wf-wrap--showcase .wf-suite-ticker-item{gap:3px;padding:5px 3px;font-size:.28rem}.wf-wrap--showcase .wf-suite-ticker-item+.wf-suite-ticker-item{border-top:none;border-left:1px solid #0f172a14}}.pricing-hero{text-align:center;background:linear-gradient(#0e0e12 0%,#1a1a2e 100%);padding:160px 32px 80px}.pricing-hero-inner{max-width:var(--max-w);margin:0 auto}.pricing-hero-label{letter-spacing:.14em;color:var(--accent);text-transform:uppercase;margin-bottom:20px;font-size:.75rem;font-weight:700;display:inline-block}.pricing-hero-title{font-family:var(--font-serif);color:#fff;margin:0 0 20px;font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:400;line-height:1.1}.pricing-hero-sub{color:#ffffff8c;max-width:540px;margin:0 auto;font-size:1.1rem;line-height:1.7}.pricing-plans{background:linear-gradient(#1a1a2e 0%,#0e0e12 100%);padding:0 32px 80px}.pricing-plans-cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.pricing-plans-inner{grid-template-columns:1fr 1fr;gap:24px;max-width:920px;margin:0 auto;display:grid}.pricing-plan-card{border-radius:20px;flex-direction:column;padding:36px 32px;display:flex}.pricing-plan-card--primary{background:linear-gradient(165deg,#162419 0%,#112218 50%,#0e1e15 100%);border:1px solid #2a9d6e4d}.pricing-plan-card--enterprise{background:linear-gradient(165deg,#1e1b24 0%,#1a182a 50%,#16142a 100%);border:1px solid #ffffff1a}.pricing-plan-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.pricing-plan-name{color:#fff;margin:0;font-size:1.4rem;font-weight:700}.pricing-plan-badge{letter-spacing:.05em;text-transform:uppercase;color:var(--accent);border:1px solid #2a9d6e66;border-radius:999px;padding:4px 12px;font-size:.7rem;font-weight:700}.pricing-plan-badge--ent{color:#a78bfa;border-color:#a78bfa59}.pricing-plan-tagline{color:var(--accent);margin:0 0 24px;font-size:.9rem}.pricing-plan-card--enterprise .pricing-plan-tagline{color:#a78bfa}.pricing-plan-price{align-items:baseline;gap:4px;margin-bottom:6px;display:flex}.pricing-plan-price-dollar{color:#fff;font-size:2.8rem;font-weight:800;line-height:1}.pricing-plan-price-period{color:#ffffff73;font-size:1rem}.pricing-plan-price-note{color:#fff6;margin:0 0 28px;font-size:.85rem}.pricing-plan-cta{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:8px;padding:13px 28px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.pricing-plan-cta--primary{color:#fff;background:linear-gradient(#2a9d6e 0%,#1f7f59 100%);box-shadow:0 4px 20px #2a9d6e40}.pricing-plan-cta--primary:hover{transform:translateY(-1px);box-shadow:0 6px 28px #2a9d6e66}.pricing-plan-cta--secondary{color:#fff;background:#ffffff14;border:1px solid #ffffff26}.pricing-plan-cta--secondary:hover{background:#ffffff24;border-color:#ffffff40}.pricing-plan-features{flex-direction:column;gap:14px;margin:28px 0 0;padding:0;list-style:none;display:flex}.pricing-plan-features li{color:#ffffffb3;align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.4;display:flex}.pricing-plan-check{width:20px;height:20px;color:var(--accent);background:#2a9d6e26;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pricing-plan-card--enterprise .pricing-plan-check{color:#a78bfa;background:#a78bfa26}.pricing-costs{background:var(--bg);padding:100px 32px}.pricing-costs-inner{max-width:var(--max-w);margin:0 auto}.pricing-costs-header{align-items:center;gap:16px;margin-bottom:40px;display:flex}.pricing-costs-icon{background:var(--bg-green-l);width:48px;height:48px;color:var(--accent);border-radius:14px;justify-content:center;align-items:center;display:flex}.pricing-costs-title{color:var(--text);margin:0;font-size:1.6rem;font-weight:700}.pricing-costs-sub{color:var(--text2);margin:4px 0 0;font-size:.95rem}.pricing-costs-table{border:1px solid var(--border);border-radius:16px;overflow:hidden}.pricing-costs-row{border-bottom:1px solid var(--border);grid-template-columns:2.2fr 1fr 1fr 1fr;align-items:center;padding:0;display:grid}.pricing-costs-row:last-child{border-bottom:none}.pricing-costs-row--header{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:#f8f9fa;font-size:.72rem;font-weight:700}.pricing-costs-row--header>div{padding:14px 20px}.pricing-costs-row:not(.pricing-costs-row--header){transition:background .15s}.pricing-costs-row:not(.pricing-costs-row--header):hover{background:#f8fbf9}.pricing-costs-channel{align-items:center;gap:14px;padding:18px 20px;display:flex}.pricing-costs-channel-icon{background:var(--bg-green-l);width:40px;height:40px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pricing-costs-channel-name{color:var(--text);font-size:.95rem;font-weight:600}.pricing-costs-channel-desc{color:var(--text-muted);margin-top:2px;font-size:.8rem}.pricing-costs-cell{color:var(--text2);padding:18px 20px;font-size:.9rem}.pricing-costs-cell--bold{color:var(--text);font-weight:700}.pricing-costs-cell--accent{color:var(--accent);font-size:.85rem;font-weight:600}.pricing-calc{background:linear-gradient(#f8f9fa 0%,#fff 100%);padding:100px 32px}.pricing-calc-inner{max-width:var(--max-w);margin:0 auto}.pricing-calc-header{text-align:center;margin-bottom:56px}.pricing-calc-title{font-family:var(--font-serif);color:var(--text);margin:12px 0;font-size:clamp(2rem,4vw,3rem);font-weight:400}.pricing-calc-sub{color:var(--text2);max-width:480px;margin:0 auto;font-size:1rem}.pricing-calc-grid{grid-template-columns:1.3fr 1fr;align-items:start;gap:40px;display:grid}.pricing-calc-inputs{flex-direction:column;gap:24px;display:flex}.pricing-calc-slider{border:1px solid var(--border);background:#fff;border-radius:14px;padding:18px 20px 14px;transition:border-color .15s}.pricing-calc-slider:focus-within{border-color:var(--accent)}.pricing-calc-slider-top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.pricing-calc-slider-label{color:var(--text);align-items:center;gap:10px;font-size:.9rem;font-weight:600;display:flex}.pricing-calc-slider-label svg{color:var(--accent)}.pricing-calc-slider-input{text-align:right;width:90px;color:var(--text);border:1px solid var(--border);font-size:.95rem;font-weight:700;font-family:var(--font-mono);background:#f8f9fa;border-radius:8px;padding:6px 10px}.pricing-calc-slider-input:focus{border-color:var(--accent);outline:none}.pricing-calc-range{appearance:none;cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px}.pricing-calc-range::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:grab;border:3px solid #fff;border-radius:50%;width:20px;height:20px;transition:box-shadow .15s;box-shadow:0 2px 8px #00000026}.pricing-calc-range::-webkit-slider-thumb:hover{box-shadow:0 2px 12px #2a9d6e66}.pricing-calc-range::-moz-range-thumb{background:var(--accent);cursor:grab;border:3px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 8px #00000026}.pricing-calc-result{position:sticky;top:100px}.pricing-calc-result-card{color:#fff;background:linear-gradient(165deg,#162419 0%,#112218 50%,#0e1e15 100%);border:1px solid #2a9d6e4d;border-radius:20px;padding:32px 28px}.pricing-calc-result-header{color:var(--accent);align-items:center;gap:10px;margin-bottom:16px;font-size:.85rem;font-weight:600;display:flex}.pricing-calc-result-total{margin-bottom:6px;font-size:3rem;font-weight:800;line-height:1}.pricing-calc-result-credits{color:#ffffff73;border-bottom:1px solid #ffffff1a;margin-bottom:28px;padding-bottom:28px;font-size:.9rem}.pricing-calc-breakdown{flex-direction:column;gap:0;display:flex}.pricing-calc-breakdown-title{letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-bottom:12px;font-size:.75rem;font-weight:700}.pricing-calc-breakdown-row{color:#ffffffa6;border-bottom:1px solid #ffffff0f;justify-content:space-between;padding:9px 0;font-size:.88rem;display:flex}.pricing-calc-breakdown-row:last-child{border-bottom:none}.pricing-calc-breakdown-row span:last-child{color:#ffffffd9;font-weight:600;font-family:var(--font-mono);font-size:.85rem}.pricing-bottom-cta{text-align:center;background:linear-gradient(#fff 0%,#f2faf5 100%);padding:100px 32px}.pricing-bottom-cta-inner{max-width:640px;margin:0 auto}.pricing-bottom-cta-inner h2{font-family:var(--font-serif);color:var(--text);margin:0 0 12px;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:400}.pricing-bottom-cta-inner p{color:var(--text2);margin:0 0 32px;font-size:1.05rem}.pricing-bottom-cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.pricing-bottom-cta .pricing-plan-cta--secondary{color:var(--text);border-color:var(--border);background:#1a1a2e0f}.pricing-bottom-cta .pricing-plan-cta--secondary:hover{background:#1a1a2e1a}@media (max-width:860px){.pricing-plans-inner{grid-template-columns:1fr;max-width:480px}.pricing-costs-row{grid-template-columns:1fr;gap:0}.pricing-costs-row--header{display:none}.pricing-costs-channel{padding-bottom:6px}.pricing-costs-cell{padding:4px 20px;font-size:.85rem}.pricing-costs-cell:last-child{padding-bottom:16px}.pricing-calc-grid{grid-template-columns:1fr}.pricing-calc-result{position:static}}@media (max-width:520px){.pricing-hero{padding:130px 20px 60px}.pricing-plans{padding:0 20px 60px}.pricing-costs,.pricing-calc,.pricing-bottom-cta,.pricing-faq{padding:60px 20px}}.pricing-compare{background:var(--bg);padding:100px 32px}.pricing-compare-inner{max-width:var(--max-w);margin:0 auto}.pricing-compare-head{text-align:center;margin-bottom:48px}.pricing-compare-title{font-family:var(--font-serif);color:var(--text);margin:0 0 12px;font-size:clamp(2rem,4vw,3rem);font-weight:400}.pricing-compare-sub{color:var(--text2);margin:0;font-size:1.05rem}.pricing-compare-cols{border:1px solid var(--border);z-index:5;background:#f8f9fa;border-radius:14px 14px 0 0;grid-template-columns:2fr 1fr 1fr;gap:0;padding:14px 24px;display:grid;position:sticky;top:72px}.pricing-compare-col-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);text-align:center;font-size:.75rem;font-weight:700}.pricing-compare-col-label--payg{color:var(--accent)}.pricing-compare-col-label--ent{color:#a78bfa}.pricing-compare-section{border-left:1px solid var(--border);border-right:1px solid var(--border)}.pricing-compare-section:last-child{border-bottom:1px solid var(--border);border-radius:0 0 14px 14px;overflow:hidden}.pricing-compare-section-header{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#f8fbf9;align-items:center;gap:12px;padding:18px 24px;display:flex}.pricing-compare-section-icon{background:var(--bg-green-l);width:36px;height:36px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pricing-compare-section-title{color:var(--text);font-size:.95rem;font-weight:700}.pricing-compare-row{border-bottom:1px solid #0000000a;grid-template-columns:2fr 1fr 1fr;gap:0;padding:14px 24px;transition:background .15s;display:grid}.pricing-compare-row:last-child{border-bottom:none}.pricing-compare-row:hover{background:#fafbfc}.pricing-compare-feature{color:var(--text);font-size:.9rem;font-weight:500}.pricing-compare-value{color:var(--text2);text-align:center;justify-content:center;align-items:center;font-size:.88rem;display:flex}.pricing-compare-dash{color:var(--text-muted);opacity:.4;font-weight:600}.pricing-compare-included{color:var(--accent);align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:inline-flex}.pricing-compare-included svg{width:14px;height:14px}.pricing-compare-included--ent{color:#a78bfa}.pricing-compare-highlight{color:#a78bfa;font-weight:600}.pricing-faq{background:linear-gradient(#fff 0%,#f8f9fa 100%);padding:100px 32px}.pricing-faq-inner{max-width:780px;margin:0 auto}.pricing-faq-head{text-align:center;margin-bottom:48px}.pricing-faq-title{font-family:var(--font-serif);color:var(--text);margin:12px 0;font-size:clamp(2rem,4vw,3rem);font-weight:400}.pricing-faq-sub{color:var(--text2);margin:0;font-size:1.05rem}.pricing-faq-list{flex-direction:column;gap:0;display:flex}.pricing-faq-item{border-bottom:1px solid var(--border)}.pricing-faq-item:first-child{border-top:1px solid var(--border)}.pricing-faq-question{cursor:pointer;text-align:left;width:100%;color:var(--text);font-size:1rem;font-weight:600;font-family:var(--font-body);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 4px;transition:color .15s;display:flex}.pricing-faq-question:hover{color:var(--accent)}.pricing-faq-chevron{width:32px;height:32px;color:var(--text-muted);background:#f4f4f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex}.pricing-faq-item.is-open .pricing-faq-chevron{background:var(--bg-green-l);color:var(--accent);transform:rotate(180deg)}.pricing-faq-answer{max-height:0;padding:0 4px;transition:max-height .3s,padding .3s;overflow:hidden}.pricing-faq-item.is-open .pricing-faq-answer{max-height:300px;padding:0 4px 20px}.pricing-faq-answer p{color:var(--text2);margin:0;font-size:.95rem;line-height:1.7}@media (max-width:860px){.pricing-compare{padding:60px 20px}.pricing-compare-cols{display:none}.pricing-compare-section:first-child{border-radius:14px 14px 0 0}.pricing-compare-row{grid-template-columns:1fr;gap:8px;padding:16px 20px}.pricing-compare-feature{margin-bottom:4px;font-weight:600}.pricing-compare-value{justify-content:flex-start;font-size:.85rem}.pricing-compare-value:before{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);min-width:80px;margin-right:8px;font-size:.7rem;font-weight:700}.pricing-compare-value:nth-child(2):before{content:"Pay As You Go:"}.pricing-compare-value:nth-child(3):before{content:"Enterprise:"}}@media (max-width:520px){.pricing-compare,.pricing-faq{padding:40px 16px}.pricing-faq-question{padding:16px 2px;font-size:.92rem}}.pricing-hero--redesign{background:radial-gradient(circle at 0 0,#e85d3a2e,#0000 34%),radial-gradient(circle at 100% 100%,#ffd37e29,#0000 28%),linear-gradient(135deg,#081326 0%,#0c1f3b 52%,#112a4d 100%);padding:150px 24px 96px}.pricing-hero-inner--redesign{max-width:1240px;margin:0 auto;display:block}.pricing-hero-copy{color:#f8fafc}.pricing-hero--redesign .pricing-hero-label{color:#ff8e6c}.pricing-hero--redesign .pricing-hero-title{color:#fff;max-width:760px}.pricing-hero--redesign .pricing-hero-sub{color:#f1f5f9d1;max-width:700px}.pricing-hero-checks{gap:16px;margin-top:34px;display:grid}.pricing-hero-check{color:#f8fafc;align-items:center;gap:14px;font-size:1.06rem;line-height:1.6;display:flex}.pricing-hero-check-icon{color:#fff;background:#ff5c35;border-radius:999px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.pricing-plans-cta-row--hero{justify-content:flex-start;margin-top:38px}.pricing-categories{background:#fff;padding:96px 24px 40px}.pricing-categories-inner{max-width:1240px;margin:0 auto}.pricing-categories-head{max-width:760px;margin-bottom:52px}.pricing-categories-head h2{color:#081326;margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.08}.pricing-categories-head p{color:#475569;margin:14px 0 0;font-size:1.04rem;line-height:1.75}.pricing-categories-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.pricing-category-card{background:linear-gradient(#fffffffa 0%,#f8fafcfa 100%);border:1px solid #e7edf5;border-radius:26px;min-height:0;padding:30px 28px 32px;transition:border-color .2s,box-shadow .2s,transform .2s;box-shadow:0 16px 34px #0f172a0a}.pricing-category-card:hover{border-color:#d7e3f3;transform:translateY(-2px);box-shadow:0 18px 36px #0f172a12}.pricing-category-card h3{color:#081326;margin:0 0 18px;font-size:clamp(1.22rem,1.8vw,1.58rem);font-weight:700;line-height:1.08}.pricing-category-card p{color:#0f172a;min-height:58px;margin:0;font-size:.88rem;line-height:1.42}.pricing-category-card strong{color:#081326;margin-top:16px;font-size:.92rem;font-weight:700;line-height:1.32;display:block}.pricing-category-meta{color:#325475;margin-top:4px;font-size:.84rem;font-weight:700;line-height:1.32;display:block}.pricing-category-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:18px;display:flex}.pricing-category-link{color:#2563eb;text-underline-offset:5px;font-weight:700;text-decoration:underline}.pricing-category-card .pricing-plan-cta--secondary{color:#2563eb;background:0 0;border-color:#2563eb;border-radius:999px;min-height:40px;padding:0 20px;font-size:.88rem}.pricing-category-card .pricing-plan-cta--secondary:hover{background:#2563eb0f}.pricing-scale-strip{background:linear-gradient(#f4fbf6 0%,#eef8f1 100%);padding:18px 24px}.pricing-scale-strip-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:1240px;margin:0 auto;display:grid}.pricing-scale-item{background:#ffffffdb;border:1px solid #d6eadb;border-radius:20px;align-items:flex-start;gap:14px;padding:18px 18px 16px;display:flex;box-shadow:0 8px 20px #265c3d0d}.pricing-scale-icon{color:#2d8a57;background:#e8f6ec;border-radius:14px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.pricing-scale-item h3{color:#081326;margin:1px 0 6px;font-size:.98rem;font-weight:700;line-height:1.25}.pricing-scale-item p{color:#526071;text-align:justify;text-justify:inter-word;max-width:30ch;margin:0;font-size:.9rem;line-height:1.55}.pricing-bottom-cta-inner--redesign{color:#fff;background:linear-gradient(135deg,#081326 0%,#0f2c52 100%)}.pricing-bottom-cta-inner--redesign h2,.pricing-bottom-cta-inner--redesign p{color:#fff}.pricing-bottom-cta-inner--redesign .pricing-hero-label{color:#ffb493}.sms-detail-subnav{z-index:2;background:#173728;border-top:1px solid #ffffff14;margin-top:62px;padding:0 24px;position:relative}.sms-detail-subnav-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1240px;min-height:70px;margin:0 auto;display:flex}.sms-detail-subnav-brand{color:#fff;font-size:1.18rem;font-weight:700}.sms-detail-subnav nav{flex-wrap:wrap;align-items:center;gap:22px;display:flex}.sms-detail-subnav a{color:#e3f5ead9;font-size:.9rem;text-decoration:none}.sms-detail-subnav a:hover{color:#fff}.sms-detail-hero{background:radial-gradient(circle at 0 0,#4ca37838,#0000 28%),radial-gradient(circle at 82% 24%,#81c69a2e,#0000 24%),linear-gradient(135deg,#163b2c 0%,#123325 48%,#0d281d 100%);padding:0 24px}.sms-detail-hero-inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:0;max-width:1240px;margin:0 auto;display:grid}.sms-detail-eyebrow{color:#2f9d68;letter-spacing:.15em;text-transform:uppercase;font-size:.74rem;font-weight:800;display:inline-block}.sms-detail-hero-copy h1,.sms-detail-title-block h2{color:#081326;margin:14px 0 0;line-height:1.04}.sms-detail-hero-copy h1{color:#f6fbf8;letter-spacing:-.04em;max-width:none;margin-top:58px;font-size:clamp(1.7rem,3.2vw,2.8rem)}.sms-detail-hero-copy p,.sms-detail-title-block p,.sms-detail-footnote,.sms-detail-card-note,.sms-detail-faq-item p,.sms-detail-number-notes p{color:#526071;line-height:1.7}.sms-detail-hero-copy p{max-width:56ch;margin:14px 0 0;font-size:.91rem;line-height:1.6}.sms-detail-country-picker{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #bfdfcb2e;border-radius:24px;max-width:560px;margin-top:100px;padding:22px;box-shadow:0 22px 48px #040f0b38}.sms-detail-country-picker label{color:#edf7f1;margin-bottom:12px;font-size:.98rem;font-weight:700;display:block}.sms-detail-locale-shell{max-width:none;position:relative}.sms-detail-locale-trigger{text-align:left;background:linear-gradient(#fff 0%,#f4fbf7 100%);border:1px solid #cee6d6f2;border-radius:20px;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:68px;padding:16px 18px;display:flex;box-shadow:0 18px 36px #08132624}.sms-detail-locale-current{align-items:center;gap:12px;display:flex}.sms-detail-locale-current strong{color:#081326;font-size:1.12rem;line-height:1.2;display:block}.sms-detail-locale-current small{color:#4d6581;margin-top:4px;font-size:.92rem;display:block}.sms-detail-locale-caret{color:#081326;font-size:1.15rem}.sms-detail-locale-dropdown{z-index:20;background:#fff;border:1px solid #cfe3d5;border-radius:18px;width:100%;position:absolute;top:calc(100% + 10px);left:0;overflow:hidden;box-shadow:0 24px 60px #08132626}.sms-detail-locale-search{color:#081326;border:1px solid #306bff;border-radius:12px;outline:none;width:calc(100% - 24px);margin:12px;padding:14px 16px;font-size:1rem}.sms-detail-locale-options{max-height:360px;padding:0 0 8px;overflow-y:auto}.sms-detail-locale-option{color:#081326;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:14px 16px;display:flex}.sms-detail-locale-option:hover,.sms-detail-locale-option.is-active{background:#eef6ff}.sms-detail-locale-option-main{align-items:center;gap:12px;font-size:1rem;display:flex}.sms-detail-locale-empty{color:#4d6581;padding:16px;font-size:.92rem}.sms-detail-locale-meta{color:#4d6581;max-width:56ch;margin:12px 0 0;font-size:.82rem;line-height:1.6}.sms-detail-select-wrap{background:#fff;border:1px solid #cfe3d5;border-radius:18px;align-items:center;gap:14px;max-width:440px;min-height:56px;padding:0 16px;display:flex}.sms-detail-flag{font-size:1.35rem;line-height:1}.sms-detail-flag-image{object-fit:cover;border-radius:4px;flex-shrink:0;width:28px;height:20px;box-shadow:0 0 0 1px #08132614}.sms-detail-select-wrap select{color:#081326;background:0 0;border:0;outline:none;width:100%;font-size:.98rem;font-weight:600}.sms-detail-hero-art{justify-content:flex-end;align-items:flex-start;width:100%;max-width:none;height:100%;display:flex}.sms-detail-hero-art img{width:min(100%,620px);box-shadow:none;filter:none;border:0;border-radius:0;display:block}.sms-detail-summary,.sms-detail-section{padding:50px 24px}.sms-detail-section--alt{background:#f5fbf7}.sms-detail-summary-inner,.sms-detail-section-inner{max-width:1240px;margin:0 auto}.sms-detail-title-block{max-width:860px;margin-bottom:28px}.sms-detail-title-block--centered{text-align:center;max-width:none}.sms-detail-title-block h2{font-size:clamp(1.65rem,3vw,2.6rem)}.sms-detail-title-block p{margin:16px 0 0;font-size:.95rem}.sms-detail-summary-list{gap:26px;width:min(100%,860px);margin:0 auto;display:grid}.sms-detail-summary-line{grid-template-columns:28px minmax(0,1fr);align-items:flex-start;column-gap:18px;display:grid}.sms-detail-summary-bullet{color:#081326;text-align:center;font-size:2rem;line-height:1}.sms-detail-summary-line p{color:#081326;max-width:none;margin:0;font-size:1rem;line-height:1.55}.sms-detail-summary-line strong{font-weight:800}.sms-detail-summary-links{color:#081326;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:22px;width:min(100%,860px);margin:48px auto 0;font-size:.98rem;display:flex}.sms-detail-summary-links span{font-weight:700}.sms-detail-summary-links a{color:#081326;text-underline-offset:3px;text-decoration:underline}.sms-detail-table-wrap{background:#fff;border:1px solid #d9e7de;border-radius:28px;overflow-x:auto}.sms-detail-table,.sms-detail-mini-table{border-collapse:collapse;width:100%}.sms-detail-table thead th{color:#fff;text-align:left;background:#173728;padding:22px 24px;font-size:.95rem}.sms-detail-table tbody td{color:#081326;vertical-align:top;border-top:1px solid #e7f0ea;padding:22px 24px;font-size:.93rem}.sms-detail-table tbody td strong{margin-bottom:6px;font-size:.98rem;display:block}.sms-detail-table tbody td span{color:#526071;font-size:.88rem;line-height:1.55;display:block}.sms-detail-footnote{margin:16px 0 0;font-size:.88rem}.sms-detail-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.sms-detail-card,.sms-detail-commit-card,.sms-detail-faq-accordion{background:#fff;border:1px solid #dbe9df;border-radius:20px;padding:28px 28px 24px;transition:box-shadow .25s,transform .25s;box-shadow:0 1px 3px #0000000a,0 6px 24px #00000008}.sms-detail-card:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000000f,0 12px 36px #0000000f}.sms-detail-card-header{align-items:center;gap:12px;margin-bottom:22px;display:flex}.sms-detail-card-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sms-detail-card--volume .sms-detail-card-icon{color:#1a7a45;background:linear-gradient(135deg,#e8f5ee 0%,#d0eddb 100%)}.sms-detail-card--carrier .sms-detail-card-icon{color:#1a5a9e;background:linear-gradient(135deg,#e6f0fa 0%,#d0e2f5 100%)}.sms-detail-card h3,.sms-detail-commit-card h3,.sms-detail-faq-accordion h3{color:#081326;margin:0;font-size:1.12rem;font-weight:700}.sms-detail-faq-list{gap:16px;display:grid}.sms-detail-faq-accordion{padding:0;overflow:hidden}.sms-detail-faq-trigger{color:#081326;text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;gap:18px;width:100%;padding:22px 24px;font-size:1.08rem;font-weight:700;display:flex}.sms-detail-faq-icon{color:#2f9d68;flex:none;font-size:1.5rem;line-height:1}.sms-detail-faq-panel{border-top:1px solid #ecf1f6;padding:0 24px 24px}.sms-detail-faq-panel p{margin:18px 0 0}.sms-detail-mini-table thead th,.sms-detail-mini-table tbody td{text-align:left;border-bottom:1px solid #f0f4f8;padding:15px 12px}.sms-detail-mini-table thead th{color:#7a8a9e;letter-spacing:.1em;text-transform:uppercase;padding-top:0;font-size:.72rem;font-weight:600}.sms-detail-mini-table tbody td{color:#081326;font-size:.9rem}.sms-detail-mini-table tbody tr{transition:background .15s}.sms-detail-mini-table tbody tr:hover{background:#f7faf8}.sms-detail-mini-table tbody tr:last-child td{border-bottom:none}.sms-detail-row--highlight td{background:linear-gradient(90deg,#f0faf4 0%,#0000 100%)}.sms-detail-tier-label{color:#0d1b2a;font-weight:600}.sms-detail-price{font-variant-numeric:tabular-nums;color:#173728;font-weight:500}.sms-detail-carrier-name{color:#0d1b2a;font-weight:600}.sms-detail-card-note{color:#7a8a9e;border-top:1px solid #f0f4f8;margin:20px 0 0;padding-top:16px;font-size:.82rem;line-height:1.55}.sms-detail-number-notes{margin-top:18px}.sms-detail-number-notes p{margin:0 0 10px;font-size:.88rem}.sms-detail-discount-list{gap:12px;display:grid}.sms-detail-discount-item{border:1px solid #e2eee6;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.sms-detail-discount-item span{color:#526071}.sms-detail-discount-item strong{color:#081326}.sms-detail-commit-card{justify-content:space-between;align-items:center;gap:24px;display:flex}.sms-detail-commit-card ul{color:#526071;margin:0;padding-left:18px;font-size:.92rem;line-height:1.7}.sms-detail-commit-actions{flex-wrap:wrap;gap:14px;display:flex}.sms-enterprise-banner{background:linear-gradient(135deg,#0d2818 0%,#173728 40%,#1a4a32 100%);border-radius:24px;position:relative;overflow:hidden}.sms-enterprise-banner-bg{pointer-events:none;background:radial-gradient(60% 50% at 90% 20%,#2f9d6833 0%,#0000 70%),radial-gradient(40% 60% at 10% 80%,#2f9d681a 0%,#0000 60%);position:absolute;inset:0}.sms-enterprise-banner-content{padding:36px 40px 32px;position:relative}.sms-enterprise-top-row{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:12px;display:flex}.sms-enterprise-top-left{flex-direction:column;gap:10px;display:flex}.sms-enterprise-badge{color:#5ddb9a;letter-spacing:.14em;background:#2f9d6833;border:1px solid #2f9d684d;border-radius:100px;width:fit-content;padding:5px 14px;font-size:.7rem;font-weight:700;display:inline-block}.sms-enterprise-banner-content h2{color:#fff;margin:0;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:800;line-height:1.15}.sms-enterprise-banner-content>p{color:#ffffffa6;text-align:justify;max-width:none;margin:0 0 24px;font-size:.92rem;line-height:1.7}.sms-enterprise-features{grid-template-columns:repeat(2,1fr);gap:20px 32px;display:grid}.sms-enterprise-feature{align-items:flex-start;gap:14px;display:flex}.sms-enterprise-feature-icon{color:#5ddb9a;background:#2f9d6826;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.sms-enterprise-feature strong{color:#fff;margin-bottom:3px;font-size:.92rem;font-weight:700;display:block}.sms-enterprise-feature span{color:#ffffff8c;font-size:.84rem;line-height:1.5;display:block}.sms-enterprise-cta{color:#fff;background:#2f9d68;border-radius:100px;flex-shrink:0;align-items:center;gap:8px;padding:13px 32px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 12px #2f9d684d}.sms-enterprise-cta:hover{background:#27865a;transform:translateY(-1px);box-shadow:0 4px 20px #2f9d6866}.sms-enterprise-cta svg{transition:transform .2s}.sms-enterprise-cta:hover svg{transform:translate(3px)}.sms-detail-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}@media (max-width:1120px){.sms-detail-hero-inner,.sms-detail-card-grid,.sms-detail-faq-grid,.sms-detail-commit-card{grid-template-columns:1fr;display:grid}.sms-enterprise-banner-content{padding:28px 20px 24px}.sms-enterprise-top-row{flex-direction:column;gap:16px}.sms-enterprise-features{grid-template-columns:1fr 1fr;gap:16px}.sms-detail-subnav-inner{flex-direction:column;align-items:flex-start;min-height:auto;padding:14px 0}}@media (max-width:767px){.sms-detail-subnav{margin-top:82px;padding:0 18px}.sms-detail-hero,.sms-detail-summary,.sms-detail-section{padding:42px 18px}.sms-detail-select-wrap{min-height:62px}.sms-detail-locale-trigger{min-height:68px}.sms-detail-select-wrap select{font-size:1.08rem}.sms-detail-table thead th,.sms-detail-table tbody td{padding:18px}}@media (max-width:1120px){.pricing-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.pricing-scale-strip-inner{grid-template-columns:1fr}}@media (max-width:767px){.pricing-hero--redesign{padding:128px 20px 72px}.pricing-category-card,.pricing-scale-item{border-radius:22px}.pricing-hero-check{align-items:flex-start}.pricing-category-card p{min-height:0}.pricing-categories-grid{grid-template-columns:1fr;gap:18px}}
