:root{--w: #FFFFFF;--g50: #F8F8F8;--g100: #F0F0F0;--g200: #E0E0E0;--g300: #C8C8C8;--g400: #AAAAAA;--g500: #666666;--g600: #555555;--g700: #333333;--g800: #1A1A1A;--g900: #0D0D0D;--max: 1480px;--r: 10px;--dark: #070B15;--dark-2: #0A0F1E;--dark-3: #0E1829;--cyan: #00b3ff;--cyan-glow: rgba(0,179,255,.35);--gold: #ffb900;--green: #46c34c;--purple: #9d23b2;--purple-glow: rgba(157,35,178,.35)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--g700);background:var(--w);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Segoe UI,system-ui,-apple-system,sans-serif}a{color:inherit;text-decoration:none}.eyebrow{font-size:15px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--g500);margin-bottom:14px;display:block}h1{font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.1;color:var(--g800);margin-bottom:12px}h2{font-size:clamp(26px,3.5vw,44px);font-weight:700;line-height:1.2;color:var(--g800);margin-bottom:16px}h3{font-size:clamp(18px,2.5vw,26px);font-weight:700;line-height:1.3;color:var(--g800);margin-bottom:12px}h4{font-size:17px;font-weight:700;color:var(--g700);margin-bottom:8px}p{font-size:17px;color:var(--g600);line-height:1.75;margin-bottom:16px}p:last-child{margin-bottom:0}.container{max-width:var(--max);margin:0 auto;padding:0 48px}.section{padding:96px 0}.section-sm{padding:56px 0}.text-center{text-align:center}.sh-row{margin-bottom:56px}.bg-light{background:var(--g50)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:50px;font-weight:600;font-size:16px;cursor:pointer;white-space:nowrap}.btn-primary{background:var(--w);color:var(--g800)}.btn-lg{padding:18px 40px;font-size:18px;font-weight:700}.cta-group{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.link-subtle{font-size:15px;color:var(--g400);text-decoration:underline;text-underline-offset:3px}.badge{display:inline-block;padding:5px 14px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.badge-dark{background:var(--g800);color:var(--w)}.grad-line{height:2px;background:linear-gradient(to right,var(--purple),var(--cyan),var(--purple));box-shadow:0 0 10px #00b3ff73,0 0 20px #9d23b240}.nav{position:sticky;top:0;z-index:100;background:#070b15eb;backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-inner{max-width:var(--max);margin:0 auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between;height:72px}.nav-logo{display:flex;flex-direction:row;align-items:center;gap:12px}.nav-icon{display:block;width:46px;height:46px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 0 7px rgba(157,35,178,.55))}.nav-logo-text{display:flex;flex-direction:column}.logo-mark{font-size:20px;font-weight:800;color:var(--w);line-height:1.2}.logo-sub{font-size:10px;color:#fff6;letter-spacing:.3px}.nav-links{display:flex;gap:36px}.nav-links a{font-size:15px;font-weight:500;color:#ffffffa6}.nav-links a:hover{color:var(--w)}.nav-ctas{display:flex;align-items:center;gap:20px}.nav-btn{background:var(--cyan);color:var(--dark);padding:10px 22px;border-radius:50px;font-size:14px;font-weight:700;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease,transform .15s ease}.nav-btn:hover{background-color:var(--purple);color:var(--w);box-shadow:0 0 24px var(--purple-glow);transform:translateY(-1px)}.nav:after{content:"";display:block;height:2px;background:linear-gradient(to right,var(--purple),var(--cyan),var(--purple));box-shadow:0 0 8px #00b3ff59}.hero-wm{position:relative;overflow:hidden;padding:100px 0 0;background-image:radial-gradient(ellipse 55% 70% at 80% 65%,rgba(0,179,255,.1) 0%,transparent 60%),radial-gradient(ellipse 85% 95% at 10% 10%,rgba(157,35,178,.16) 0%,transparent 80%),radial-gradient(ellipse 65% 70% at 85% 85%,rgba(157,35,178,.12) 0%,transparent 80%),radial-gradient(ellipse 50% 60% at 50% 50%,rgba(100,50,200,.08) 0%,transparent 80%),linear-gradient(to right,rgba(7,11,21,.75) 0%,rgba(7,11,21,.35) 55%,transparent 100%),url(/images/hero-bg-wm.webp);background-size:auto,auto,auto,auto,auto,cover;background-position:center,center,center,center,center,45% 50%;background-repeat:no-repeat;background-color:var(--dark)}.hero-wm>.container{padding-bottom:80px}.hero-ray{position:absolute;pointer-events:none;width:150px;top:0;height:105%;z-index:1;background:linear-gradient(to right,transparent,rgba(255,255,255,.08),transparent);transform-origin:top center}.hero-ray-1{right:21%;transform:rotate(9deg)}.hero-ray-2{right:32%;transform:rotate(11deg)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:55fr 45fr;gap:64px;align-items:center}.hero-wm .eyebrow{color:var(--w);font-weight:700;letter-spacing:2.5px;font-size:14px}.hero-wm h1{color:var(--w);font-size:clamp(28px,3.5vw,40px);margin-bottom:0}.hero-goldmine{display:block;font-size:clamp(30px,4vw,54px);font-weight:800;line-height:1.05;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:linear-gradient(to right,var(--gold) 0%,#ffffff 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:20px}.hero-sub{font-size:20px;font-weight:500;color:var(--g300);line-height:1.65;margin-bottom:0}.hero-wm .cta-group{margin-top:36px}.hero-wm .btn-primary{background:var(--cyan);color:var(--dark);padding:15px 32px;font-size:16px;font-weight:700;box-shadow:0 0 24px var(--cyan-glow),0 4px 20px #0000004d;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease,transform .15s ease}.hero-wm .btn-primary:hover{background-color:var(--purple);color:var(--w);box-shadow:0 0 32px var(--purple-glow),0 4px 24px #00000059;transform:translateY(-2px)}.hero-wm .link-subtle{color:var(--g400);transition:color .2s ease}.hero-wm .link-subtle:hover{color:var(--w)}.hero-wm .hero-book{background:var(--purple);color:var(--w);border:1.5px solid var(--purple);padding:15px 32px;font-size:16px;font-weight:700;box-shadow:0 0 24px var(--purple-glow),0 4px 20px #0000004d;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease,transform .15s ease}.hero-wm .hero-book:hover{background-color:var(--green);border-color:var(--green);color:var(--w);box-shadow:0 0 28px #46c34c80,0 4px 24px #00000059;transform:translateY(-2px)}.browser-frame{position:relative;z-index:2;background:var(--dark-3);border-radius:12px;padding:14px;box-shadow:0 0 40px #00b3ff0f,0 28px 70px #0009;border:1px solid rgba(0,179,255,.7)}.browser-bar{display:flex;gap:6px;margin-bottom:10px}.browser-dot{width:10px;height:10px;border-radius:50%;background:#ffffff2e}.browser-body{border-radius:6px;height:360px;overflow:hidden;border:1px solid rgba(0,179,255,.25)}.hero-wm .browser-body{height:auto;aspect-ratio:5 / 3}.hero-ticker{background:#040810f5;padding:16px 0;overflow:hidden;white-space:nowrap;position:relative}.hero-ticker:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,var(--purple) 0%,var(--cyan) 50%,var(--purple) 100%);box-shadow:0 0 10px #00b3ff8c,0 0 22px #00b3ff40}.hero-ticker:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(to right,var(--purple) 0%,var(--cyan) 50%,var(--purple) 100%);box-shadow:0 0 10px #00b3ff8c,0 0 22px #00b3ff40}.ticker-track{display:inline-flex;align-items:center;animation:ticker-scroll 42s linear infinite}.hero-ticker:hover .ticker-track{animation-play-state:paused}.ticker-item{font-size:22px;font-weight:700;text-transform:uppercase;letter-spacing:2px;padding:0 18px;white-space:nowrap;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:linear-gradient(to right,var(--cyan) 0%,var(--purple) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.ticker-sep{color:#00b3ff4d;font-size:18px;padding:0 4px;flex-shrink:0}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.perf-section{position:relative;background:radial-gradient(ellipse 85% 90% at -10% -10%,rgba(0,179,255,.18) 0%,transparent 70%),linear-gradient(to bottom,#fff,#f8f8f8)}.perf-section:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(circle at 50% 50%,rgba(0,0,0,.06) 3px,transparent 3px),linear-gradient(to right,rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.04) 1px,transparent 1px);background-size:85px 85px,85px 85px,85px 85px;background-position:-42px -42px,0 0,0 0;-webkit-mask-image:radial-gradient(ellipse 55% 65% at 0% 0%,#000 45%,transparent 80%);mask-image:radial-gradient(ellipse 55% 65% at 0% 0%,#000 45%,transparent 80%)}.perf-section>.container{position:relative;z-index:1}.perf-section .eyebrow{color:#0e6db5}.perf-banner{display:flex;align-items:center;background:var(--w);border:1.5px solid #c2c2c2;border-radius:14px;box-shadow:0 2px 10px #0000000d;margin:48px 0 40px;position:relative}.perf-banner:after{content:"";position:absolute;inset:-1px;border-radius:15px;pointer-events:none;transition:background-size .38s ease;background-size:0% 2px,2px 0%,0% 2px,2px 0%;background:linear-gradient(90deg,#00b3ff,#9d23b2) top left / 0% 2px no-repeat,linear-gradient(180deg,#9d23b2,#9d23b2) top right / 2px 0% no-repeat,linear-gradient(90deg,#00b3ff,#9d23b2) bottom right / 0% 2px no-repeat,linear-gradient(180deg,#00b3ff,#00b3ff) bottom left / 2px 0% no-repeat}.perf-banner:hover:after{background-size:100% 2px,2px 100%,100% 2px,2px 100%}.perf-stat{flex:1;padding:32px 28px;text-align:center}.perf-divider{width:1px;align-self:stretch;background:#c2c2c2;flex-shrink:0}.perf-top{display:flex;align-items:baseline;justify-content:center;gap:10px;margin-bottom:10px}.perf-num{font-size:45px;font-weight:800;line-height:1;color:#4caf50;font-family:Segoe UI,system-ui,sans-serif}.perf-label{font-size:25px;font-weight:600;color:#666}.perf-banner .perf-stat:nth-child(1) .perf-num{color:var(--green)}.perf-banner .perf-stat:nth-child(3) .perf-num{color:var(--green)}.perf-banner .perf-stat:nth-child(5) .perf-num{color:#0e6db5}.perf-banner .perf-stat:nth-child(7) .perf-num{color:#0e6db5}.perf-context{font-size:14px;color:var(--g500);line-height:1.5}.perf-num-text{font-size:26px}.perf-note{max-width:800px;margin:0 auto;font-size:16px;color:var(--g500);text-align:center}.callout-section{position:relative;overflow:hidden;padding:150px 0;background:radial-gradient(ellipse 55% 70% at 80% 65%,rgba(0,179,255,.1) 0%,transparent 60%),radial-gradient(ellipse 65% 78% at 10% 10%,rgba(157,35,178,.14) 0%,transparent 67%),radial-gradient(ellipse 42% 52% at 50% 50%,rgba(100,50,200,.07) 0%,transparent 70%),linear-gradient(160deg,var(--dark) 0%,var(--dark-2) 55%,var(--dark-3) 100%);text-align:center}.callout-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:480px;height:480px;background:url(/images/wm-watermark.webp) center / contain no-repeat;opacity:.15;pointer-events:none;z-index:0}.callout-inner{position:relative;z-index:1;max-width:1000px;margin:0 auto}.callout-inner h2{color:var(--w);font-size:clamp(26px,3.5vw,42px);margin-bottom:16px}.callout-inner p{color:#cad5e2;font-size:18px;line-height:1.85;text-align:center}.callout-section .btn-primary{background:var(--cyan);color:var(--dark);padding:15px 38px;font-weight:700;font-size:16px;box-shadow:0 0 24px var(--cyan-glow),0 4px 20px #0000004d;margin-top:36px;display:inline-flex;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease,transform .15s ease}.callout-section .btn-primary:hover{background-color:var(--green);color:var(--w);box-shadow:0 0 32px #46c34c80,0 4px 24px #00000059;transform:translateY(-2px)}.powerhouse-line{display:block;font-size:clamp(36px,5vw,60px);font-weight:700;line-height:1.2;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:linear-gradient(to right,#00b3ff,#9d23b2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;padding-bottom:6px;margin-bottom:22px}.arc-divider{line-height:0}.arc-divider--top{position:absolute;top:0;left:0;right:0;z-index:2}.arc-divider--bottom{position:absolute;bottom:0;left:0;right:0;z-index:2}#site-section{position:relative;overflow:hidden;background:radial-gradient(ellipse 90% 90% at 0% 100%,rgba(0,179,255,.28) 0%,transparent 65%),radial-gradient(ellipse 80% 80% at 100% 0%,rgba(157,35,178,.38) 0%,transparent 65%),linear-gradient(135deg,#050810,#0a0f1e);border-style:solid;border-width:3px 0;border-image:linear-gradient(90deg,var(--purple) 0%,var(--cyan) 50%,var(--purple) 100%) 1}#site-section .eyebrow{color:var(--cyan)}#site-section h2{color:var(--w)}#site-section p{color:#fff9}.carousel-stage{display:flex;align-items:center;justify-content:center;gap:16px;padding:48px 0 24px;overflow:hidden}.cs-item{border-radius:10px;overflow:hidden;flex-shrink:0}.cs-item .ph{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cs-item.active{width:920px}.cs-item.adj{width:440px}.cs-item.far{width:260px}.cs-item.active .ph{height:540px!important;font-size:13px}.cs-item.adj .ph{height:280px!important;font-size:11px}.cs-item.far .ph{height:170px!important;font-size:10px}.cs-item.adj .ph{opacity:.55}.cs-item.far .ph{opacity:.2}.cs-item.adj{border:3px solid rgba(0,179,255,.5)!important;border-radius:13px!important}.cs-item.far{border:3px solid rgba(0,179,255,.3)!important;border-radius:13px!important}.cs-ph-site{background:#ffffff12;color:#ffffff59;flex-direction:column;gap:8px}.cs-ph-label{font-size:11px;letter-spacing:1px;font-weight:700;text-transform:uppercase}.cs-ph-lines{width:60%;display:flex;flex-direction:column;gap:6px;opacity:.4}.cs-ph-line{height:3px;background:var(--cyan);border-radius:2px}.cs-caption{text-align:center;font-size:20px;color:#aaa;margin-bottom:20px}.cs-nav{display:flex;align-items:center;justify-content:center;gap:10px;padding-bottom:8px}.cs-arrow{width:38px;height:38px;border-radius:8px;border:2px solid rgba(0,179,255,.5);display:flex;align-items:center;justify-content:center;color:var(--cyan);font-size:14px;cursor:pointer}.cs-dot{width:8px;height:8px;border-radius:50%;background:#fff3}.cs-dot.on{background:var(--cyan);width:22px;border-radius:4px}#editing-section{position:relative;overflow:hidden;background:radial-gradient(ellipse 60% 50% at 100% 50%,rgba(157,35,178,.15) 0%,transparent 60%),radial-gradient(ellipse 50% 50% at 0% 50%,rgba(0,179,255,.1) 0%,transparent 60%),linear-gradient(135deg,#070b15,#0e1829)}#editing-section:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;z-index:2;background:linear-gradient(to right,var(--purple),var(--cyan),var(--purple));box-shadow:0 0 10px #00b3ff73,0 0 20px #9d23b240}#editing-section .eyebrow{color:var(--cyan)}#editing-section h2{color:var(--w)}.edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:56px}.edit-col{display:flex;flex-direction:column;background:var(--w);border:2px solid var(--g100);border-radius:14px;padding:36px 32px;box-shadow:0 4px 20px #0000000f;position:relative}.edit-top{display:flex;align-items:center;gap:16px;margin-bottom:20px}.edit-icon{width:52px;height:52px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.edit-icon img{width:52px;height:52px;object-fit:contain}.edit-teaser{font-size:35px;font-weight:700;line-height:1.2;background:linear-gradient(to right,var(--cyan),var(--purple));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.edit-col h3{color:var(--g900);font-size:20px;font-weight:700;margin-bottom:12px}.edit-col>p{color:var(--g600);font-size:15px;line-height:1.7;flex:1}.edit-ph-box{margin-top:28px;border-radius:12px;padding:12px;height:380px;border:2px solid var(--g200);box-shadow:0 4px 16px #00000014}.edit-ph-box img{width:100%;height:100%;object-fit:cover;display:block;border-radius:6px}#dashboard-section{position:relative;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='380' viewBox='0 0 1440 380'%3E%3Cline x1='160' y1='20' x2='160' y2='340' stroke='rgba(0,0,0,0.0451)' stroke-width='1'/%3E%3Cline x1='220' y1='20' x2='220' y2='340' stroke='rgba(0,0,0,0.0429)' stroke-width='1'/%3E%3Cline x1='280' y1='20' x2='280' y2='340' stroke='rgba(0,0,0,0.0418)' stroke-width='1'/%3E%3Cline x1='340' y1='20' x2='340' y2='340' stroke='rgba(0,0,0,0.0396)' stroke-width='1'/%3E%3Cline x1='400' y1='20' x2='400' y2='340' stroke='rgba(0,0,0,0.0385)' stroke-width='1'/%3E%3Cline x1='460' y1='20' x2='460' y2='340' stroke='rgba(0,0,0,0.0374)' stroke-width='1'/%3E%3Cline x1='520' y1='20' x2='520' y2='340' stroke='rgba(0,0,0,0.0352)' stroke-width='1'/%3E%3Cline x1='580' y1='20' x2='580' y2='340' stroke='rgba(0,0,0,0.0341)' stroke-width='1'/%3E%3Cline x1='640' y1='20' x2='640' y2='340' stroke='rgba(0,0,0,0.03)' stroke-width='1'/%3E%3Cline x1='700' y1='20' x2='700' y2='340' stroke='rgba(0,0,0,0.0308)' stroke-width='1'/%3E%3Cline x1='760' y1='20' x2='760' y2='340' stroke='rgba(0,0,0,0.0297)' stroke-width='1'/%3E%3Cline x1='820' y1='20' x2='820' y2='340' stroke='rgba(0,0,0,0.0275)' stroke-width='1'/%3E%3Cline x1='880' y1='20' x2='880' y2='340' stroke='rgba(0,0,0,0.0264)' stroke-width='1'/%3E%3Cline x1='940' y1='20' x2='940' y2='340' stroke='rgba(0,0,0,0.0253)' stroke-width='1'/%3E%3Cline x1='1000' y1='20' x2='1000' y2='340' stroke='rgba(0,0,0,0.0231)' stroke-width='1'/%3E%3Cline x1='1060' y1='20' x2='1060' y2='340' stroke='rgba(0,0,0,0.02)' stroke-width='1'/%3E%3Cline x1='1120' y1='20' x2='1120' y2='340' stroke='rgba(0,0,0,0.0209)' stroke-width='1'/%3E%3Cline x1='1180' y1='20' x2='1180' y2='340' stroke='rgba(0,0,0,0.0187)' stroke-width='1'/%3E%3Cline x1='1240' y1='20' x2='1240' y2='340' stroke='rgba(0,0,0,0.0176)' stroke-width='1'/%3E%3Cline x1='1300' y1='20' x2='1300' y2='340' stroke='rgba(0,0,0,0.0154)' stroke-width='1'/%3E%3Cline x1='1360' y1='20' x2='1360' y2='340' stroke='rgba(0,0,0,0.0143)' stroke-width='1'/%3E%3Cline x1='100' y1='280' x2='1380' y2='280' stroke='rgba(0,0,0,0.0396)' stroke-width='1'/%3E%3Cline x1='100' y1='220' x2='1380' y2='220' stroke='rgba(0,0,0,0.0341)' stroke-width='1'/%3E%3Cline x1='100' y1='160' x2='1380' y2='160' stroke='rgba(0,0,0,0.0275)' stroke-width='1'/%3E%3Cline x1='100' y1='100' x2='1380' y2='100' stroke='rgba(0,0,0,0.02)' stroke-width='1'/%3E%3Cline x1='100' y1='40' x2='1380' y2='40' stroke='rgba(0,0,0,0.0154)' stroke-width='1'/%3E%3Cline x1='100' y1='20' x2='100' y2='340' stroke='rgba(0,0,0,0.0253)' stroke-width='1'/%3E%3Cline x1='100' y1='340' x2='1380' y2='340' stroke='rgba(0,0,0,0.0253)' stroke-width='1'/%3E%3Cline x1='100' y1='247' x2='1380' y2='247' stroke='rgba(0,0,0,0.0132)' stroke-width='1' stroke-dasharray='5,7'/%3E%3Cline x1='100' y1='153' x2='1380' y2='153' stroke='rgba(0,0,0,0.0132)' stroke-width='1' stroke-dasharray='5,7'/%3E%3Ccircle cx='100' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='160' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='220' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='280' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='340' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='400' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='460' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='520' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='580' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='640' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='700' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='760' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='820' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='880' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='940' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1000' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1060' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1120' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1180' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1240' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1300' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1360' cy='40' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='100' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='160' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='220' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='280' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='340' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='400' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='460' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='520' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='580' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='640' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='700' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='760' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='820' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='880' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='940' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1000' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1060' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1120' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1180' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1240' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1300' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1360' cy='100' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='100' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='160' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='220' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='280' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='340' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='400' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='460' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='520' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='580' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='640' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='700' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='760' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='820' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='880' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='940' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1000' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1060' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1120' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1180' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1240' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1300' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1360' cy='160' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='100' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='160' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='220' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='280' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='340' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='400' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='460' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='520' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='580' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='640' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='700' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='760' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='820' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='880' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='940' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1000' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1060' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1120' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1180' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1240' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1300' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1360' cy='220' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='100' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='160' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='220' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='280' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='340' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='400' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='460' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='520' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='580' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='640' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='700' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='760' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='820' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='880' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='940' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1000' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1060' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1120' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1180' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1240' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1300' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1360' cy='280' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='100' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='160' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='220' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='280' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='340' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='400' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='460' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='520' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='580' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='640' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='700' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='760' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='820' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='880' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='940' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1000' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1060' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1120' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1180' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1240' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1300' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Ccircle cx='1360' cy='340' r='1.5' fill='rgba(0,0,0,0.06)'/%3E%3Cpath d='M100,310 C240,300 380,278 520,252 C640,228 720,198 860,162 C980,130 1100,100 1240,72 C1320,55 1360,48 1380,45 L1380,340 L100,340 Z' fill='rgba(70,195,76,0.022)'/%3E%3Cpath d='M100,310 C240,300 380,278 520,252 C640,228 720,198 860,162 C980,130 1100,100 1240,72 C1320,55 1360,48 1380,45' fill='none' stroke='rgba(70,195,76,0.18)' stroke-width='1.5' stroke-linecap='round'/%3E%3Ccircle cx='100' cy='310' r='3' fill='rgba(70,195,76,0.5)'/%3E%3Ccircle cx='280' cy='292' r='3' fill='rgba(70,195,76,0.5)'/%3E%3Ccircle cx='520' cy='252' r='3' fill='rgba(70,195,76,0.5)'/%3E%3Ccircle cx='740' cy='188' r='3' fill='rgba(70,195,76,0.5)'/%3E%3Ccircle cx='980' cy='130' r='3' fill='rgba(70,195,76,0.5)'/%3E%3Ccircle cx='1240' cy='72' r='3' fill='rgba(70,195,76,0.5)'/%3E%3Ccircle cx='1380' cy='45' r='3' fill='rgba(70,195,76,0.5)'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center bottom;background-size:100% auto}#dashboard-section:before{content:"";position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,rgba(0,179,255,.07) 0%,rgba(157,35,178,.04) 40%,transparent 100%);pointer-events:none;z-index:0}#dashboard-section .container{position:relative;z-index:1}#dashboard-section .eyebrow{color:#0e6db5}#dashboard-section h2{color:var(--g800)}#dashboard-section .int-card{background:#fff;border:1.5px solid #c2c2c2;border-radius:14px;box-shadow:0 4px 18px #0000000d,0 1px 3px #00000008;position:relative}#dashboard-section .int-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background-image:linear-gradient(#0e6db5,#0e6db5),linear-gradient(#0e6db5,#0e6db5),linear-gradient(#0e6db5,#0e6db5),linear-gradient(#0e6db5,#0e6db5);background-position:0 0,100% 0,100% 100%,0 100%;background-repeat:no-repeat;background-size:0% 2px,2px 0%,0% 2px,2px 0%;transition:background-size .35s ease;pointer-events:none}#dashboard-section .int-card:hover:after{background-size:100% 2px,2px 100%,100% 2px,2px 100%}#dashboard-section .int-icon-box{background:#0e6db514;border:1.5px solid rgba(14,109,181,.3)}#dashboard-section .int-name{font-size:15px;color:var(--g800)}#dashboard-section .int-desc{font-size:13px;color:var(--g500);line-height:1.55}#dashboard-section .reassurance-block p{font-size:16px;color:var(--g500);line-height:1.75}.gads-banner{position:relative;display:flex;align-items:center;gap:18px;justify-content:center;text-align:left;max-width:800px;margin:16px auto;padding:16px 22px;background:var(--w);border-radius:14px;text-decoration:none;color:var(--g800);border:1px solid rgba(14,109,181,.22);box-shadow:0 6px 22px #0e6db514;transition:transform .18s ease,box-shadow .18s ease}.gads-banner:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0e6db529}.gads-banner-icon{margin:0;flex-shrink:0}.gads-banner-text{font-size:13.5px;color:var(--g600);line-height:1.45}.gads-banner-tag{position:absolute;top:0;right:22px;transform:translateY(-50%);font-size:10.5px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--w);background:linear-gradient(135deg,#4285f4,#34a853 45%,#fbbc04 80%,#ea4335);padding:4px 12px;border-radius:100px;box-shadow:0 3px 10px #0000002e}.gads-banner-text strong{display:block;color:var(--g800);font-size:15px;margin-bottom:2px}.integration-cards{display:flex;justify-content:center;gap:20px;margin:48px 0 40px;flex-wrap:nowrap}.int-card{flex:1;max-width:240px;min-width:0;border:1.5px solid var(--g200);border-radius:14px;padding:28px 20px 24px;text-align:center;background:var(--w)}.int-icon-box{width:72px;height:72px;border-radius:14px;background:var(--g100);border:1px solid var(--g200);display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.int-name{font-size:13px;font-weight:700;color:var(--g800);margin-bottom:5px}.int-desc{font-size:12px;color:var(--g500);line-height:1.5}.reassurance-block{max-width:800px;margin:32px auto 0;text-align:left}.reassurance-block p{font-size:16px;color:var(--g500);line-height:1.75;text-align:left;margin-bottom:12px}#vs-section{position:relative;background:#fff;border-bottom:1px solid var(--g200)}#vs-section:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(circle at 50% 50%,rgba(0,0,0,.06) 3px,transparent 3px),linear-gradient(to right,rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.04) 1px,transparent 1px);background-size:85px 85px,85px 85px,85px 85px;background-position:-42px -42px,0 0,0 0;-webkit-mask-image:radial-gradient(ellipse 62% 80% at 0% 0%,#000 50%,transparent 82%),radial-gradient(ellipse 40% 48% at 100% 100%,#000 18%,transparent 70%);mask-image:radial-gradient(ellipse 62% 80% at 0% 0%,#000 50%,transparent 82%),radial-gradient(ellipse 40% 48% at 100% 100%,#000 18%,transparent 70%);-webkit-mask-composite:source-over;mask-composite:add}#vs-section>.container{position:relative;z-index:1}#vs-section .eyebrow{color:#0e6db5}.vs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}.vs-card{display:flex;flex-direction:column;background:var(--w);border:2px solid var(--g100);border-radius:14px;padding:36px 32px;box-shadow:0 4px 20px #0000000f;position:relative;transition:box-shadow .2s ease}.vs-card:after{content:"";position:absolute;inset:-2px;border-radius:15px;pointer-events:none;background:linear-gradient(90deg,var(--vc),var(--vc)) top left / 0% 2px no-repeat,linear-gradient(180deg,var(--vc),var(--vc)) top right / 2px 0% no-repeat,linear-gradient(90deg,var(--vc),var(--vc)) bottom right / 0% 2px no-repeat,linear-gradient(180deg,var(--vc),var(--vc)) bottom left / 2px 0% no-repeat;transition:background-size .38s ease}.vs-card:hover:after{background-size:100% 2px,2px 100%,100% 2px,2px 100%}.vs-grid .vs-card:nth-child(1){--vc: #0e6db5;border-color:#0e72b859;background:#0e72b80a;box-shadow:0 4px 24px #0e72b81a}.vs-grid .vs-card:nth-child(2){--vc: #7a2fa0;border-color:#7a2fa04d;background:#7a2fa00a;box-shadow:0 4px 24px #7a2fa014}.vs-grid .vs-card:nth-child(3){--vc: #2a7a2e;border-color:#2a7a2e4d;background:#2a7a2e0a;box-shadow:0 4px 24px #2a7a2e14}.vs-grid .vs-card:nth-child(1):hover{box-shadow:0 6px 28px #0e72b838}.vs-grid .vs-card:nth-child(2):hover{box-shadow:0 6px 28px #7a2fa038}.vs-grid .vs-card:nth-child(3):hover{box-shadow:0 6px 28px #2a7a2e38}.vs-top{margin:-36px -32px 24px;padding:22px 28px;border-radius:12px 12px 0 0}.vs-grid .vs-card:nth-child(1) .vs-top{background:#0e6db5}.vs-grid .vs-card:nth-child(2) .vs-top{background:#7a2fa0}.vs-grid .vs-card:nth-child(3) .vs-top{background:#2a7a2e}.vs-title{font-size:13px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:var(--w)}.vs-frustration{font-size:16px;font-weight:700;margin-bottom:10px;line-height:1.35}.vs-grid .vs-card:nth-child(1) .vs-frustration{color:#0e6db5}.vs-grid .vs-card:nth-child(2) .vs-frustration{color:#7a2fa0}.vs-grid .vs-card:nth-child(3) .vs-frustration{color:#2a7a2e}.vs-problem{font-size:15px;color:var(--g600);line-height:1.7;flex:1}.vs-answer-wrap{position:relative;margin-top:24px}.vs-instead-label{position:absolute;top:-13px;left:14px;font-size:10px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase;padding:4px 12px;border-radius:100px;color:var(--w);z-index:1}.vs-grid .vs-card:nth-child(1) .vs-instead-label{background:#0e6db5}.vs-grid .vs-card:nth-child(2) .vs-instead-label{background:#7a2fa0}.vs-grid .vs-card:nth-child(3) .vs-instead-label{background:#2a7a2e}.vs-answer{font-size:14px;color:var(--g700);line-height:1.65;font-weight:500;border-radius:8px;padding:20px 14px 14px;background:var(--w);border:1px solid #b0b8c1}#features{position:relative;overflow:hidden;background:radial-gradient(ellipse 55% 55% at 0% 0%,rgba(157,35,178,.18) 0%,transparent 58%),linear-gradient(180deg,#edf6fb,#f2f3f7)}#features:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(circle at 50% 50%,rgba(0,0,0,.06) 3px,transparent 3px),linear-gradient(to right,rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.04) 1px,transparent 1px);background-size:85px 85px,85px 85px,85px 85px;background-position:-42px -42px,0 0,0 0;-webkit-mask-image:radial-gradient(ellipse 40% 48% at 100% 100%,#000 18%,transparent 70%);mask-image:radial-gradient(ellipse 40% 48% at 100% 100%,#000 18%,transparent 70%)}#features .container{position:relative;z-index:1}#features .eyebrow{color:#0e6db5}#features h2{color:var(--g800)}.whyoz-grad{background:linear-gradient(100deg,var(--cyan) 0%,var(--purple) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.whyoz-floor{max-width:820px;margin:44px auto 0;text-align:center;color:var(--g800);font-size:21px;font-weight:600;line-height:1.55;border-top:1px solid var(--g200);padding-top:28px}.whyoz-punch{text-align:center;margin:10px auto 0;font-size:clamp(24px,3.4vw,32px);font-weight:700;line-height:1.15;background:linear-gradient(to right,var(--cyan),var(--purple));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:48px 0 0}.feat-card{position:relative;background:var(--w);border:1px solid var(--g200);border-radius:14px;padding:28px 22px;box-shadow:0 2px 10px #0000000d;text-align:center;transition:box-shadow .2s,transform .2s}.feat-card:hover{box-shadow:0 8px 28px #0000001a;transform:translateY(-3px)}.feat-card:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background-image:linear-gradient(#0e6db5,#0e6db5),linear-gradient(#0e6db5,#0e6db5),linear-gradient(#0e6db5,#0e6db5),linear-gradient(#0e6db5,#0e6db5);background-position:0 0,100% 0,100% 100%,0 100%;background-repeat:no-repeat;background-size:0% 2px,2px 0%,0% 2px,2px 0%;transition:background-size .35s ease}.feat-card:hover:after{background-size:100% 2px,2px 100%,100% 2px,2px 100%}.feat-num{width:40px;height:40px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;color:var(--w);margin:0 auto 16px}.feat-card h4{font-size:15px;font-weight:700;color:var(--g800);margin-bottom:8px}.feat-card p{font-size:13px;color:var(--g500);line-height:1.65;margin:0}#how-it-works{position:relative}#how-it-works:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(circle at 50% 50%,rgba(0,0,0,.06) 3px,transparent 3px),linear-gradient(to right,rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.04) 1px,transparent 1px);background-size:85px 85px,85px 85px,85px 85px;background-position:-42px -42px,0 0,0 0;-webkit-mask-image:radial-gradient(ellipse 38% 85% at 50% 50%,#000 30%,transparent 70%);mask-image:radial-gradient(ellipse 38% 85% at 50% 50%,#000 30%,transparent 70%)}#how-it-works>.container{position:relative;z-index:1}#how-it-works .eyebrow{color:#0e6db5}.steps-outer{position:relative;margin-top:64px}.steps-line{position:absolute;top:37px;left:calc(10% + 37px);right:calc(10% + 37px);height:2px;background:var(--g200);z-index:0}.steps-row{display:flex;justify-content:space-between;position:relative;z-index:1}.step-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 12px}.step-num{width:74px;height:74px;border-radius:50%;color:var(--w);font-size:25px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}.steps-row .step-item:nth-child(1) .step-num{background:#0e6db5}.steps-row .step-item:nth-child(2) .step-num{background:#295eb0}.steps-row .step-item:nth-child(3) .step-num{background:#444eab}.steps-row .step-item:nth-child(4) .step-num{background:#5f3fa5}.steps-row .step-item:nth-child(5) .step-num{background:#7a2fa0}.step-title{font-size:14px;font-weight:700;color:var(--g800);margin-bottom:8px;line-height:1.3}.step-blurb{font-size:13px;color:var(--g500);line-height:1.5}.step-info{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1.5px solid var(--g400);color:var(--g500);font-size:10px;font-weight:700;margin-top:8px;cursor:pointer}.tooltip-note{font-size:10px;color:var(--g400);font-style:italic;margin-top:3px}.step-tooltip{position:relative;display:inline-block;margin-top:8px}.step-tooltip .step-info{margin-top:0}.step-tip{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);width:240px;max-width:78vw;background:var(--g800);color:var(--w);font-size:12px;line-height:1.55;font-weight:400;text-transform:none;letter-spacing:0;text-align:left;padding:11px 13px;border-radius:8px;box-shadow:0 10px 30px #00000047;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;z-index:30;pointer-events:none}.step-tip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--g800)}.step-tooltip:hover .step-tip,.step-tooltip:focus-within .step-tip{opacity:1;visibility:visible}#pricing{position:relative;overflow:hidden;background:radial-gradient(ellipse 60% 55% at 15% 90%,rgba(0,179,255,.08) 0%,transparent 60%),radial-gradient(ellipse 50% 60% at 88% 8%,rgba(157,35,178,.07) 0%,transparent 60%),linear-gradient(150deg,var(--dark) 0%,var(--dark-2) 55%,var(--dark-3) 100%)}#pricing:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px;opacity:.06}#pricing>.container{position:relative;z-index:1}#pricing .eyebrow{color:var(--cyan)}#pricing h2{color:var(--w)}#pricing .pricing-sub{color:#ffffff8c;font-size:16px;max-width:1000px;margin:0 auto 48px}#pricing:after{content:"";position:absolute;left:0;right:0;top:0;height:2px;z-index:2;background:linear-gradient(to right,var(--purple),var(--cyan),var(--purple));box-shadow:0 0 10px #00b3ff73,0 0 20px #9d23b240}.toggle-wrap{display:flex;justify-content:center;margin-bottom:48px}.billing-pill{display:inline-flex;background:#ffffff12;border-radius:100px;padding:4px;gap:4px;border:1px solid rgba(255,255,255,.12)}.pill-opt{padding:10px 22px;border-radius:100px;font-size:14px;font-weight:600;color:#ffffff80;cursor:pointer}.pill-opt.on{background:var(--w);color:var(--g800)}.pill-badge{display:inline-block;margin-left:8px;padding:2px 8px;background:var(--gold);color:var(--g800);border-radius:100px;font-size:11px;font-weight:700}.pricing-2col{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:860px;margin:0 auto 40px}.pricing-1col{max-width:1000px;margin:0 auto 32px}.pricing-1col .pc-featured{flex-direction:column;min-height:auto}.pc-header{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}.pc-header .pc-tier{margin-top:0}.pc-header .pc-desc{margin-bottom:0}.pc-body{display:flex;flex-direction:row;gap:40px;align-items:stretch}.pc-left{display:flex;flex-direction:column;flex:0 0 360px;justify-content:center;gap:0}.pc-right{flex:1;display:flex;flex-direction:column;padding-left:36px;border-left:1px solid rgba(255,255,255,.1)}.pc-features-heading{font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#fff6;margin-bottom:14px;text-align:left}.pricing-1col .pc-features{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;margin-bottom:0;flex:1}.pricing-1col .pc-features li{break-inside:avoid}.pc-actions{display:flex;align-items:center;gap:20px;margin-top:auto;padding-top:28px}.pc-actions .pc-btn{flex:1;margin-top:0}.pc-ask-link{color:#ffffff80;font-size:13px;font-weight:600;text-decoration:none;text-align:center;display:block;transition:color .2s}.pc-ask-link:hover{color:var(--cyan)}.growth-teaser{position:relative;display:flex;align-items:center;gap:16px;max-width:1000px;margin:0 auto 32px;padding:16px 22px;background:#ffffff0f;border:1px solid rgba(157,35,178,.35);border-radius:12px;text-align:left}.growth-teaser-tag{position:absolute;top:0;right:72px;transform:translateY(-50%);background:var(--purple);color:var(--w);font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;padding:3px 10px;border-radius:100px}.growth-teaser-circle{width:60px;height:60px;border-radius:50%;border:1px solid rgba(14,114,184,.35);background:var(--w);display:flex;align-items:center;justify-content:center;flex-shrink:0}.growth-teaser-glyph{width:34px;height:34px;background:linear-gradient(135deg,#4285f4,#34a853 45%,#fbbc04 80%,#ea4335);-webkit-mask:url(/images/pillars/pillar-1.webp) center / contain no-repeat;mask:url(/images/pillars/pillar-1.webp) center / contain no-repeat}.growth-teaser-body strong{display:block;color:var(--w);font-size:15px;font-weight:700;margin-bottom:4px}.growth-teaser-body p{color:#fff9;font-size:13px;line-height:1.55;margin:0}.growth-teaser-link{flex-shrink:0;color:var(--cyan);font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;margin-left:auto}.pc-wrap{position:relative;display:flex;flex-direction:column}.pc-float-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);z-index:3}.pc-float-badge .badge{background:linear-gradient(135deg,#4285f4,#34a853 45%,#fbbc04 80%,#ea4335);color:var(--w);box-shadow:0 3px 10px #0000002e;font-size:10.5px;font-weight:800;letter-spacing:1px}.pc{display:flex;flex-direction:column;border-radius:12px;padding:32px;min-height:580px;position:relative}.pc:after{content:"";position:absolute;inset:-1px;border-radius:13px;pointer-events:none;background:linear-gradient(90deg,var(--cyan) 100%,transparent 0) top left / 0% 2px no-repeat,linear-gradient(180deg,var(--cyan) 100%,transparent 0) top right / 2px 0% no-repeat,linear-gradient(90deg,var(--cyan) 100%,transparent 0) bottom right / 0% 2px no-repeat,linear-gradient(180deg,var(--cyan) 100%,transparent 0) bottom left / 2px 0% no-repeat;background-size:0% 2px,2px 0%,0% 2px,2px 0%;transition:background-size .38s ease}.pc:hover:after{background-size:100% 2px,2px 100%,100% 2px,2px 100%}.pc-featured{background:#ffffff1a;border:1.5px solid var(--cyan);box-shadow:0 0 0 1px #00b3ff40,0 24px 64px #00b3ff1f,0 8px 32px #0006;padding:40px 32px}.pc-secondary{background:#ffffff0d;border:1px solid rgba(255,255,255,.16)}.pc-secondary:after{background:linear-gradient(90deg,var(--purple) 100%,transparent 0) top left / 0% 2px no-repeat,linear-gradient(180deg,var(--purple) 100%,transparent 0) top right / 2px 0% no-repeat,linear-gradient(90deg,var(--purple) 100%,transparent 0) bottom right / 0% 2px no-repeat,linear-gradient(180deg,var(--purple) 100%,transparent 0) bottom left / 2px 0% no-repeat;background-size:0% 2px,2px 0%,0% 2px,2px 0%}.pc-addon-badge{display:inline-block;padding:4px 12px;border-radius:100px;font-size:11px;font-weight:700;background:var(--purple);color:var(--w);letter-spacing:.5px;text-transform:uppercase;margin-bottom:8px}.pc-tier{font-size:30px;font-weight:800;color:var(--w);margin-bottom:4px;margin-top:8px}.pc-desc{font-size:14px;color:#ffffff80;margin-bottom:16px}.pc-setup{font-size:12px;color:#00b3ffbf;font-weight:600;margin-bottom:30px;padding:8px 12px;background:#00b3ff12;border-radius:6px;border:1px solid rgba(0,179,255,.2)}.pc-price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:14px;flex-wrap:wrap}.pc-retail{font-size:15px;color:#ffffff59;text-decoration:line-through}.pc-sale{font-size:32px;font-weight:800;color:var(--w);line-height:1}.pc-featured .pc-sale{font-size:36px}.pc-value{font-size:13px;color:#ffffff73;font-style:italic;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:20px 0;margin-bottom:20px;line-height:1.55}.pc-features{list-style:none;flex:1;display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.pc-features li{font-size:13px;color:#ffffffb3;display:flex;align-items:flex-start;gap:9px;text-align:left}.ck{width:20px;height:20px;border-radius:50%;background:var(--cyan);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:var(--dark);margin-top:1px}.pc-btn{width:100%;padding:15px;background:var(--purple);color:var(--w);border:1.5px solid var(--purple);border-radius:8px;font-size:16px;font-weight:700;text-align:center;cursor:pointer;display:block;margin-top:auto;box-shadow:0 0 24px var(--purple-glow);transition:background .2s ease,color .2s ease,box-shadow .2s ease}.pc-btn:hover{background:var(--green);border-color:var(--green);color:var(--w);box-shadow:0 0 24px #46c34c80}.pc-secondary .pc-btn{background:#ffffff1f;color:var(--w)}.pricing-below{max-width:1000px;margin:0 auto;text-align:center}.pricing-crossell-banner{position:relative;display:flex;align-items:center;gap:16px;margin-bottom:16px;padding:16px 22px;background:#46c34c12;border:1px solid rgba(70,195,76,.28);border-radius:12px;text-align:left}.pcb-tag{position:absolute;top:0;right:72px;transform:translateY(-50%);background:var(--green);color:var(--dark);font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;padding:3px 10px;border-radius:100px}.pcb-icon{width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(70,195,76,.35);background:#46c34c14;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.pricing-crossell-banner p{font-size:14px;color:#ffffffb3;margin:0;line-height:1.5}.pricing-crossell-banner p strong{color:var(--w)}.pricing-crossell-banner a{color:var(--green);font-weight:700;text-decoration:none}.pricing-crossell-banner a:hover{color:#6dde73;text-decoration:underline;text-underline-offset:3px}.billing-note{font-size:12px;color:#ffffff4d}#industry-section{position:relative;overflow:hidden;padding:86px 0;background:radial-gradient(ellipse 60% 50% at 20% 100%,rgba(0,179,255,.07) 0%,transparent 60%),radial-gradient(ellipse 50% 50% at 80% 0%,rgba(157,35,178,.07) 0%,transparent 60%),linear-gradient(150deg,var(--dark) 0%,var(--dark-2) 55%,var(--dark-3) 100%)}#industry-section .eyebrow{color:var(--cyan)}#industry-section h2{color:var(--w)}#industry-section .industry-sub{font-size:17px;color:#ffffffb3;margin-top:8px;margin-bottom:0}.industry-highlight{background:linear-gradient(to right,var(--cyan) 0%,var(--purple) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.industry-outer{position:relative;overflow:hidden}.industry-fade-l{position:absolute;left:0;top:0;bottom:0;width:80px;background:linear-gradient(to right,var(--dark),transparent);z-index:2}.industry-fade-r{position:absolute;right:0;top:0;bottom:0;width:80px;background:linear-gradient(to left,var(--dark),transparent);z-index:2}.industry-track{display:flex;gap:16px;padding:36px 80px;overflow:visible;scrollbar-width:none}.industry-track::-webkit-scrollbar{display:none}.ind-tile{display:flex;align-items:center;gap:14px;background:var(--w);border:2px solid rgba(0,0,0,.3);border-radius:12px;padding:0 18px 0 0;flex-shrink:0;width:260px;box-shadow:0 2px 12px #0000002e;overflow:hidden}.ind-img{width:72px;align-self:stretch;flex-shrink:0;object-fit:cover;display:block;background:var(--g200)}.ind-name{font-size:17px;font-weight:600;color:var(--g800);line-height:1.3;padding:14px 0}.founder-section{position:relative;overflow:hidden;background:linear-gradient(to bottom,#e5f5fb,#bddff5 55%,#7fb8d8)}.founder-section:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(circle at 50% 50%,rgba(14,109,181,.15) 3px,transparent 3px),linear-gradient(to right,rgba(14,109,181,.2) 1px,transparent 1px),linear-gradient(to bottom,rgba(14,109,181,.2) 1px,transparent 1px);background-size:85px 85px,85px 85px,85px 85px;background-position:-42px -42px,0 0,0 0;-webkit-mask-image:radial-gradient(ellipse 62% 80% at 0% 100%,#000 50%,transparent 82%);mask-image:radial-gradient(ellipse 62% 80% at 0% 100%,#000 50%,transparent 82%)}.founder-section .eyebrow{color:#0e6db5}.founder-section:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;z-index:3;background:linear-gradient(to right,var(--purple),var(--cyan),var(--purple));box-shadow:0 0 10px #00b3ff73,0 0 20px #9d23b240}.founder-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:2}.founder-photo{height:480px;border-radius:14px;overflow:hidden;background:url(/images/founder.webp) center / cover no-repeat}.founder-attr{margin-top:28px;padding-top:20px;border-top:1px solid rgba(0,130,180,.25)}.founder-name{font-size:18px;font-weight:700;background:linear-gradient(to right,#0e6db5,#0d3d72);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.founder-title{font-size:14px;color:var(--g500);margin-top:3px}#social-proof{background:linear-gradient(180deg,#edf6fb,#f2f3f7)}#social-proof .eyebrow{color:#0e6db5}.faq-block{max-width:760px;margin:64px auto 0;text-align:left}.faq-heading{text-align:center;font-size:22px;font-weight:700;color:var(--g800);margin:0 0 28px}.faq-item{border:1px solid #d6e6f2;border-radius:12px;margin-bottom:12px;background:var(--w);box-shadow:0 1px 3px #0e6db50d;overflow:hidden}.faq-item[open]{border-color:#b8d8ef;box-shadow:0 4px 18px #0e6db51a}.faq-q{list-style:none;cursor:pointer;padding:18px 22px;font-size:16px;font-weight:700;color:var(--g800);display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left}.faq-q::-webkit-details-marker{display:none}.faq-q:after{content:"+";font-size:24px;font-weight:300;line-height:1;color:#0e6db5;flex-shrink:0;transition:transform .2s ease}.faq-item[open] .faq-q:after{transform:rotate(45deg)}.faq-a{padding:0 22px 20px}.faq-a p{font-size:15px;color:var(--g600);line-height:1.7;margin:0}@media (max-width: 600px){.faq-heading{font-size:20px}.faq-q{font-size:15px;padding:16px 18px}.faq-a{padding:0 18px 18px}}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:56px}.proof-card{background:var(--w);border-radius:var(--r);padding:28px;display:flex;flex-direction:column;gap:18px;overflow:hidden;position:relative;transition:box-shadow .25s,transform .2s}.proof-card:hover{transform:translateY(-3px)}.proof-type-band{text-align:center;font-size:11px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase;color:#ffffffe0;padding:64px 20px 14px;margin:-28px -28px 16px;background-size:cover;background-position:center}.proof-header{display:flex;align-items:center;gap:14px}.proof-avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0;border:2px solid;display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:800}.proof-biz-name{font-size:15px;font-weight:700;color:var(--g800)}.proof-location{font-size:12px;color:var(--g500)}.proof-stat-block{display:flex;align-items:center;gap:10px;padding:14px;border-radius:10px;border:1px solid}.proof-stat-num{font-size:24px;font-weight:800;line-height:1;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.proof-stat-label{font-size:12px;color:var(--g500);line-height:1.3}.proof-quote{position:relative;border-radius:10px;padding:14px 16px 14px 40px;flex:1}.proof-quote:before{content:"“";position:absolute;top:6px;left:12px;font-size:42px;line-height:1;opacity:.3;font-family:Georgia,serif;pointer-events:none}.proof-quote p{font-size:14px;color:var(--g700);line-height:1.65;font-style:italic;margin:0}.proof-link,.proof-stat-block{display:none}.proof-grid .proof-card:nth-child(1){border:1px solid rgba(14,114,184,.35);box-shadow:0 4px 24px #0e72b81a}.proof-grid .proof-card:nth-child(1):hover{box-shadow:0 8px 36px #00b3ff26}.proof-grid .proof-card:nth-child(1) .proof-type-band{background:linear-gradient(to bottom,#0b589973,#0b5899d1),url(/images/wm-industries/car-detailing.webp) center/cover no-repeat}.proof-grid .proof-card:nth-child(1) .proof-avatar{background:linear-gradient(135deg,#c8e8f8,#a0cfe8);border-color:#8ec9e8;color:#0e6db5}.proof-grid .proof-card:nth-child(1) .proof-stat-block{background:#f0f8ff;border-color:#cce5f5}.proof-grid .proof-card:nth-child(1) .proof-stat-num{background:linear-gradient(135deg,var(--cyan),#0e6db5);-webkit-background-clip:text;background-clip:text}.proof-grid .proof-card:nth-child(1) .proof-quote{background:#f6fbff}.proof-grid .proof-card:nth-child(1) .proof-quote:before{color:var(--cyan)}.proof-grid .proof-card:nth-child(1) .proof-link{color:#0e6db5}.proof-grid .proof-card:nth-child(2){border:1px solid rgba(122,47,160,.35);box-shadow:0 4px 24px #7a2fa014}.proof-grid .proof-card:nth-child(2):hover{box-shadow:0 8px 36px #9d23b224}.proof-grid .proof-card:nth-child(2) .proof-type-band{background:linear-gradient(to bottom,#6b1a8c73,#6b1a8cd1),url(/images/wm-industries/hvac.webp) center/cover no-repeat}.proof-grid .proof-card:nth-child(2) .proof-avatar{background:linear-gradient(135deg,#f0c8f8,#d8a0e8);border-color:#c87ed8;color:#7a2fa0}.proof-grid .proof-card:nth-child(2) .proof-stat-block{background:#faf0ff;border-color:#e0c0f0}.proof-grid .proof-card:nth-child(2) .proof-stat-num{background:linear-gradient(135deg,#c060e8,#7a2fa0);-webkit-background-clip:text;background-clip:text}.proof-grid .proof-card:nth-child(2) .proof-quote{background:#fdf8ff}.proof-grid .proof-card:nth-child(2) .proof-quote:before{color:var(--purple)}.proof-grid .proof-card:nth-child(2) .proof-link{color:#7a2fa0}.proof-grid .proof-card:nth-child(3){border:1px solid rgba(42,122,46,.35);box-shadow:0 4px 24px #2a7a2e14}.proof-grid .proof-card:nth-child(3):hover{box-shadow:0 8px 36px #22c76026}.proof-grid .proof-card:nth-child(3) .proof-type-band{background:linear-gradient(to bottom,#0a6b3573,#0a6b35d1),url(/images/wm-industries/lawncare.webp) center/cover no-repeat}.proof-grid .proof-card:nth-child(3) .proof-avatar{background:linear-gradient(135deg,#c8f0d8,#9ddbb8);border-color:#7ec8a0;color:#0a7a3a}.proof-grid .proof-card:nth-child(3) .proof-stat-block{background:#f0faf4;border-color:#b6e5c8}.proof-grid .proof-card:nth-child(3) .proof-stat-num{background:linear-gradient(135deg,#22c760,#0d8a46);-webkit-background-clip:text;background-clip:text}.proof-grid .proof-card:nth-child(3) .proof-quote{background:#f4fbf6}.proof-grid .proof-card:nth-child(3) .proof-quote:before{color:#22c760}.proof-grid .proof-card:nth-child(3) .proof-link{color:#0a7a3a}.final-cta{padding:120px 0;position:relative;overflow:hidden;background:radial-gradient(ellipse 60% 55% at 88% 8%,rgba(0,179,255,.08) 0%,transparent 60%),radial-gradient(ellipse 55% 60% at 12% 92%,rgba(157,35,178,.07) 0%,transparent 60%),linear-gradient(150deg,var(--dark) 0%,var(--dark-2) 55%,var(--dark-3) 100%)}.final-cta:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px;opacity:.075;pointer-events:none;z-index:0}.final-cta:after{content:"";position:absolute;left:0;right:0;top:0;height:2px;z-index:2;background:linear-gradient(to right,var(--purple),var(--cyan),var(--purple));box-shadow:0 0 10px #00b3ff73,0 0 20px #9d23b240}.final-cta>*{position:relative;z-index:1}.final-arc{position:absolute;border-radius:50%;pointer-events:none;border-style:solid}.final-arc-1{width:580px;height:580px;border-width:64px;bottom:-320px;left:-200px;border-color:#00b3ff12}.final-arc-2{width:380px;height:380px;border-width:44px;bottom:-220px;left:-130px;border-color:#9d23b217}.final-arc-3{width:500px;height:500px;border-width:52px;top:-300px;right:100px;border-color:#9d23b214}.final-oz-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:580px;height:580px;background:url(/images/wm-watermark.webp) center / contain no-repeat;opacity:.12;pointer-events:none;z-index:0}.cta-gradient-text{background:linear-gradient(to right,var(--cyan),var(--purple));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.final-cta .eyebrow{color:var(--cyan);position:relative;z-index:2}.final-cta h2{color:var(--w);font-size:clamp(36px,5vw,62px);max-width:700px;margin:0 auto 20px;position:relative;z-index:2;text-align:center}.final-cta p{color:#cad5e2;max-width:500px;margin:0 auto 44px;font-size:18px;position:relative;z-index:2;text-align:center}.cta-stack{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.final-cta .btn-primary{background-color:var(--purple);color:var(--w);border:1.5px solid var(--purple);border-radius:50px;padding:16px 42px;font-weight:700;font-size:17px;box-shadow:0 0 24px var(--purple-glow),0 4px 20px #0000004d;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease,transform .15s ease}.final-cta .btn-primary:hover{background-color:var(--green);border-color:var(--green);color:var(--w);box-shadow:0 0 28px #46c34c80,0 4px 24px #00000059;transform:translateY(-2px)}.final-secondary{display:block;margin-top:16px;color:var(--w);font-size:14px;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.final-secondary:hover{color:var(--cyan)}.footer{background:var(--g900);padding:36px 0}.footer-row{max-width:var(--max);margin:0 auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between}.footer-logo{display:flex;align-items:center;gap:14px}.footer-logo-text{display:flex;flex-direction:column}.footer-logo .logo-mark{color:var(--w);font-size:18px}.footer-logo .logo-sub{color:#fff6;font-size:10px}.footer-links{display:flex;gap:28px}.footer-links a{font-size:14px;color:#ffffff8c}.footer-links a:hover{color:var(--w)}.footer-copy{font-size:13px;color:#ffffff4d}.essentials-banner{position:relative;z-index:1;background:linear-gradient(135deg,var(--dark) 0%,var(--dark-2) 100%)}.essentials-banner:before,.essentials-banner:after{content:"";position:absolute;left:0;right:0;height:2px;background:linear-gradient(to right,var(--purple),var(--cyan),var(--purple));box-shadow:0 0 10px #00b3ff73,0 0 20px #9d23b240}.essentials-banner:before{top:0}.essentials-banner:after{bottom:0;z-index:2;box-shadow:0 0 16px #00b3ffb3,0 0 36px #9d23b280,0 0 60px #00b3ff33}.banner-row{max-width:var(--max);margin:0 auto;padding:36px 80px;display:flex;align-items:center;justify-content:space-between;gap:40px}.banner-text h4{font-size:30px;font-weight:700;color:var(--cyan);margin-bottom:6px}.banner-text p{font-size:15px;color:#cad5e2;margin:0}.btn-secondary{background:transparent;color:var(--w);border:1.5px solid var(--cyan);border-radius:8px;position:relative;transition:background .2s ease}.btn-secondary:hover{background:#ffffff1a}.essentials-banner .btn-secondary:after{content:"";position:absolute;inset:-2px;border-radius:10px;pointer-events:none;background:linear-gradient(90deg,var(--purple),var(--purple)) top left / 0% 2px no-repeat,linear-gradient(180deg,var(--purple),var(--purple)) top right / 2px 0% no-repeat,linear-gradient(90deg,var(--purple),var(--purple)) bottom right / 0% 2px no-repeat,linear-gradient(180deg,var(--purple),var(--purple)) bottom left / 2px 0% no-repeat;transition:background-size .4s ease}.essentials-banner .btn-secondary:hover:after{background-size:100% 2px,2px 100%,100% 2px,2px 100%}@media (max-width: 899px){body{overflow-x:hidden}.container,.nav-inner,.footer-row{padding-left:20px;padding-right:20px}.section{padding:60px 0}.section-sm{padding:44px 0}.sh-row{margin-bottom:36px}.nav-inner{height:62px}.nav-links{display:none}.nav-btn{padding:9px 16px;font-size:13px}.logo-mark{font-size:17px}.logo-sub{font-size:9px}.nav-icon{width:40px;height:40px}.hero-wm{padding-top:56px}.hero-wm>.container{padding-bottom:56px}.hero-grid{grid-template-columns:1fr;gap:32px}.hero-ray{display:none}.hero-sub{font-size:18px}.ticker-item{font-size:16px}.hero-wm .cta-group{flex-direction:column;align-items:stretch;gap:12px}.hero-wm .cta-group .btn{width:100%}.perf-banner{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#dcdcdc;overflow:hidden;margin:36px 0 32px}.perf-divider{display:none}.perf-stat{background:var(--w);padding:22px 14px}.perf-num{font-size:32px}.perf-num-text{font-size:20px}.perf-label{font-size:16px}.callout-section{padding:90px 0}.callout-inner p{font-size:16px}.vs-grid{grid-template-columns:1fr;gap:20px;margin-top:40px}.vs-card,.edit-col{padding:28px 24px}.vs-top{margin:-28px -24px 20px}.carousel-stage{gap:0;padding:32px 20px 20px}.cs-item.adj,.cs-item.far{display:none!important}.cs-item.active{width:100%}.cs-item.active img{height:230px!important}.cs-caption{font-size:16px}.integration-cards{flex-wrap:wrap;gap:12px}.int-card{flex:1 1 calc(50% - 6px);max-width:none}.gads-banner{flex-direction:column;text-align:center;gap:12px}.gads-banner-tag{position:static;transform:none;right:auto;margin-bottom:4px}.edit-grid{grid-template-columns:1fr;gap:20px;margin-top:40px}.edit-teaser{font-size:26px}.edit-ph-box{height:260px}.feat-grid{grid-template-columns:1fr 1fr;gap:14px;margin-top:40px}.steps-line{display:none}.steps-row{flex-direction:column;gap:30px}.step-item{padding:0}.pricing-sub{font-size:15px;margin-bottom:32px}.toggle-wrap{margin-bottom:32px}.pc{padding:28px 22px;min-height:0}.pc-body{flex-direction:column;gap:24px}.pc-left{flex:none}.pc-right{padding-left:0;border-left:none;border-top:1px solid rgba(255,255,255,.1);padding-top:24px}.pricing-1col .pc-features{grid-template-columns:1fr}.pc-actions{flex-direction:column;align-items:stretch;gap:12px;padding-top:24px}.growth-teaser,.pricing-crossell-banner{flex-direction:column;text-align:center;gap:12px}.growth-teaser-tag{left:50%;right:auto;transform:translate(-50%,-50%)}.industry-track{padding:24px 20px}.founder-grid{grid-template-columns:1fr;gap:32px}.proof-grid{grid-template-columns:1fr;gap:20px;margin-top:40px}.footer-row{flex-direction:column;gap:16px;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center;gap:18px}.banner-row{flex-direction:column;align-items:center;text-align:center;gap:16px;padding:32px 20px}}@media (max-width: 520px){.feat-grid{grid-template-columns:1fr}.int-card{flex:1 1 100%}}
