.operations{--ink:#0e1b16;--ink-2:#17302a;--forest:#1f4a3a;--moss:#3e6e5a;--paper:#f4f3ee;--paper-2:#ecebe4;--card:#ffffff;--mint:#b9f2c7;--mint-deep:#6fcf97;--brass:#c9a24a;--text:var(--ink);--muted:rgba(14,27,22,0.62);--hair:rgba(14,27,22,0.12);--hair-inv:rgba(244,243,238,0.14);--muted-inv:rgba(244,243,238,0.66);--danger:#b23b3b;--display:var(--font-display),ui-sans-serif,system-ui,sans-serif;--body:var(--font-body),ui-sans-serif,system-ui,-apple-system,sans-serif;--mono:var(--font-mono),ui-monospace,SFMono-Regular,Menlo,monospace;--max:1240px;--gutter:clamp(20px,4vw,48px);--r:22px;--r-sm:12px;--shadow-card:0 1px 2px rgba(14,27,22,0.06),0 8px 24px rgba(14,27,22,0.05);--cream:var(--paper);--cream-dark:var(--paper-2);--green-deep:var(--forest);--green:var(--moss);--green-soft:#dfe9e2;--line:var(--hair);--radius:var(--r);--radius-sm:var(--r-sm);--max-width:var(--max)}:where(.operations) *{box-sizing:border-box}.operations{scroll-behavior:smooth;margin:0;background:var(--paper);color:var(--text);font-family:var(--body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}:where(.operations) img{display:block;max-width:100%}:where(.operations) a{color:inherit;text-decoration:none}:where(.operations) h1,:where(.operations) h2,:where(.operations) h3{font-family:var(--display);letter-spacing:-.025em;text-wrap:balance;margin:0;line-height:1.05}:where(.operations) .wrap{max-width:var(--max);margin:0 auto;padding:0 var(--gutter)}:where(.operations) .mono{font-family:var(--mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase}:where(.operations) .eyebrow{font-family:var(--mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--moss);display:inline-flex;align-items:center;gap:10px}:where(.operations) .eyebrow:before{content:"";width:22px;height:1px;background:currentColor}:where(.operations) .eyebrow-mint{color:var(--mint)}:where(.operations) .thin{font-weight:500;color:var(--moss)}:where(.operations) .btn{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border-radius:999px;font-family:var(--body);font-weight:600;font-size:15px;line-height:1;border:1px solid transparent;cursor:pointer;transition:transform .25s cubic-bezier(.2,.7,.2,1),background .2s,color .2s,border-color .2s;will-change:transform}:where(.operations) .btn:hover{transform:translateY(-2px)}:where(.operations) .btn:focus-visible{outline:2px solid var(--mint-deep);outline-offset:3px}:where(.operations) .btn:disabled{opacity:.55;cursor:not-allowed;transform:none}:where(.operations) .btn-dark,:where(.operations) .btn-ink{background:var(--ink);color:var(--paper)}:where(.operations) .btn-dark:hover,:where(.operations) .btn-ink:hover{background:var(--forest)}:where(.operations) .btn-ghost,:where(.operations) .btn-outline{background:transparent;border-color:var(--hair);color:var(--ink)}:where(.operations) .btn-ghost:hover,:where(.operations) .btn-outline:hover{border-color:var(--ink)}:where(.operations) .btn-mint{background:var(--mint);color:var(--ink)}:where(.operations) .btn-mint:hover{background:#cff7d9}:where(.operations) .btn-block{width:100%;justify-content:center}:where(.operations) .btn .arr{display:inline-block;transition:transform .25s}:where(.operations) .btn:hover .arr{transform:translateX(4px)}:where(.operations) .nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(244,243,238,.78);backdrop-filter:saturate(1.2) blur(14px);-webkit-backdrop-filter:saturate(1.2) blur(14px);border-bottom:1px solid var(--hair)}:where(.operations) .nav-in{max-width:var(--max);margin:0 auto;padding:16px var(--gutter);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}:where(.operations) .brand{font-family:var(--display);font-weight:800;font-size:22px;letter-spacing:-.04em;display:inline-flex;align-items:center;gap:10px;color:var(--ink)}:where(.operations) .brand i{width:10px;height:10px;border-radius:2px;background:var(--forest);display:inline-block;transform:rotate(45deg)}:where(.operations) .links{display:flex;gap:30px;font-size:14.5px;font-weight:500}:where(.operations) .links a{color:var(--muted);position:relative;padding:4px 0}:where(.operations) .links a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--ink);transition:right .25s}:where(.operations) .links a:hover{color:var(--ink)}:where(.operations) .links a:hover:after{right:0}:where(.operations) .nav-r{display:flex;justify-content:flex-end;gap:10px}:where(.operations) .nav .btn{padding:10px 18px;font-size:14px}:where(.operations) .nav-burger{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:34px;height:34px;padding:0;border:1px solid var(--hair);border-radius:8px;background:transparent;cursor:pointer;flex:0 0 auto}:where(.operations) .nav-burger span{display:block;width:16px;height:1.5px;background:var(--ink);transition:transform .25s ease,opacity .2s ease}:where(.operations) .nav-burger[aria-expanded=true] span:first-child{transform:translateY(6.5px) rotate(45deg)}:where(.operations) .nav-burger[aria-expanded=true] span:nth-child(2){opacity:0}:where(.operations) .nav-burger[aria-expanded=true] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}:where(.operations) .mobile-menu{display:none}:where(.operations) .mobile-menu.is-open{display:block;position:fixed;inset:0;top:0;padding-top:88px;background:rgba(244,243,238,.98);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:45;overflow-y:auto}:where(.operations) .mobile-menu nav{display:flex;flex-direction:column;padding:8px var(--gutter) 24px}:where(.operations) .mobile-menu nav a{padding:18px 2px;font-size:21px;font-weight:700;letter-spacing:-.01em;color:var(--ink);border-bottom:1px solid var(--hair)}:where(.operations) .hero{padding:clamp(32px,5vw,64px) 0 0;position:relative}:where(.operations) .hero-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);grid-gap:clamp(28px,5vw,72px);gap:clamp(28px,5vw,72px);align-items:start}:where(.operations) .hero h1{font-size:clamp(44px,6.4vw,88px);line-height:.98;font-weight:800;margin-top:22px}:where(.operations) .lede{font-size:clamp(17px,1.4vw,20px);color:var(--muted);max-width:56ch;margin:26px 0 0;line-height:1.55}:where(.operations) .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}:where(.operations) .proof{display:flex;gap:28px;align-items:center;margin-top:38px;padding-top:22px;border-top:1px solid var(--hair);flex-wrap:wrap}:where(.operations) .proof .stars{color:var(--brass);letter-spacing:2px;font-size:13px}:where(.operations) .proof span{font-size:13.5px;color:var(--muted)}:where(.operations) .proof b{color:var(--ink);font-weight:700}:where(.operations) .hero-visual{position:relative;border-radius:var(--r);overflow:hidden;aspect-ratio:4/5;background:var(--ink);isolation:isolate}:where(.operations) .hero-visual img{object-fit:cover;will-change:transform}:where(.operations) .hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,27,22,0) 35%,rgba(14,27,22,.78))}:where(.operations) .call{position:absolute;left:18px;right:18px;bottom:18px;z-index:2;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:16px 16px 14px;color:var(--ink);box-shadow:0 20px 50px rgba(0,0,0,.28)}:where(.operations) .call-top{display:flex;justify-content:space-between;align-items:center;gap:10px}:where(.operations) .live{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--forest)}:where(.operations) .live i{width:8px;height:8px;border-radius:50%;background:var(--mint-deep);animation:pulse 1.8s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(111,207,151,.55)}70%{box-shadow:0 0 0 9px rgba(111,207,151,0)}to{box-shadow:0 0 0 0 rgba(111,207,151,0)}}:where(.operations) .timer{font-family:var(--mono);font-size:12px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}:where(.operations) .wave{display:flex;gap:3px;align-items:center;height:26px;margin:12px 0 10px}:where(.operations) .wave b{width:3px;border-radius:2px;background:var(--forest);height:6px;animation:wave 1.1s ease-in-out infinite}@keyframes wave{0%,to{height:5px}50%{height:22px}}:where(.operations) .tx{display:flex;flex-direction:column;gap:7px;font-size:13.5px;line-height:1.4}:where(.operations) .tx>div{display:flex;gap:8px}:where(.operations) .tx .who{font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);flex:0 0 46px;padding-top:3px}:where(.operations) .qtag{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:6px 10px;border-radius:8px;background:var(--mint);font-size:12px;font-weight:700}:where(.operations) .qtag .sc{font-family:var(--mono);font-weight:500}:where(.operations) .marquee{margin-top:clamp(40px,6vw,72px);border-top:1px solid var(--hair);border-bottom:1px solid var(--hair);padding:20px 0;overflow:hidden;position:relative}:where(.operations) .marquee:after,:where(.operations) .marquee:before{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}:where(.operations) .marquee:before{left:0;background:linear-gradient(90deg,var(--paper),transparent)}:where(.operations) .marquee:after{right:0;background:linear-gradient(270deg,var(--paper),transparent)}:where(.operations) .track{display:flex;gap:64px;width:max-content;animation:scroll 42s linear infinite}:where(.operations) .track span{font-family:var(--display);font-weight:700;font-size:17px;color:rgba(14,27,22,.42);white-space:nowrap}@keyframes scroll{to{transform:translateX(-50%)}}:where(.operations) .stats{padding-top:clamp(56px,8vw,110px)}:where(.operations) .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--hair)}:where(.operations) .kpi{padding:30px 26px 0 0;border-right:1px solid var(--hair);margin-right:26px}:where(.operations) .kpi:last-child{border-right:0;margin-right:0}:where(.operations) .kpi .n{font-family:var(--display);font-weight:800;font-size:clamp(38px,4.4vw,60px);letter-spacing:-.04em;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}:where(.operations) .kpi .n sup{font-size:.45em;vertical-align:top;top:.35em;position:relative;color:var(--moss)}:where(.operations) .kpi p{margin:12px 0 0;color:var(--muted);font-size:14.5px;max-width:22ch}:where(.operations) .sec{padding-top:clamp(72px,10vw,140px)}:where(.operations) .head{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);grid-gap:32px;gap:32px;align-items:end}:where(.operations) .head h2{font-size:clamp(34px,4.2vw,56px);line-height:1.02;font-weight:700;margin-top:16px}:where(.operations) .head p{color:var(--muted);font-size:17px;max-width:54ch;margin:0}:where(.operations) .how{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,6fr);grid-gap:clamp(28px,5vw,80px);gap:clamp(28px,5vw,80px);margin-top:56px;align-items:start}:where(.operations) .steps{display:flex;flex-direction:column}:where(.operations) .step{padding:34px 0;border-top:1px solid var(--hair);display:grid;grid-template-columns:64px 1fr;grid-gap:16px;gap:16px;opacity:.38;transition:opacity .4s}:where(.operations) .step.is-active{opacity:1}:where(.operations) .step .k{font-family:var(--mono);font-size:12px;letter-spacing:.08em;color:var(--moss);padding-top:6px;text-transform:uppercase}:where(.operations) .step h3{font-size:clamp(22px,2.2vw,30px);font-weight:700}:where(.operations) .step p{margin:10px 0 0;color:var(--muted);max-width:44ch}:where(.operations) .step:last-child{border-bottom:1px solid var(--hair)}:where(.operations) .visual{position:-webkit-sticky;position:sticky;top:110px;aspect-ratio:5/4;border-radius:var(--r);overflow:hidden;background:var(--ink)}:where(.operations) .visual img{object-fit:cover;opacity:0;transition:opacity .6s ease}:where(.operations) .visual img.on{opacity:1}:where(.operations) .cap,:where(.operations) .visual .cap{position:absolute;left:18px;bottom:18px;z-index:2;background:rgba(14,27,22,.72);color:var(--paper);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:10px 14px;border-radius:10px;font-family:var(--mono);font-size:12px;letter-spacing:.04em}:where(.operations) .visual .bar{position:absolute;top:0;left:0;height:3px;background:var(--mint);width:0;z-index:3}:where(.operations) .bento{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:14px;gap:14px;margin-top:56px}:where(.operations) .tile{border-radius:var(--r);padding:28px;position:relative;overflow:hidden;background:var(--card);border:1px solid var(--hair);display:flex;flex-direction:column;justify-content:flex-end;min-height:260px}:where(.operations) .tile>.eyebrow{position:absolute;top:26px;left:28px}:where(.operations) .tile h3{font-size:24px;font-weight:700}:where(.operations) .tile p{margin:10px 0 0;color:var(--muted);font-size:15px;max-width:40ch}:where(.operations) .t-voice{grid-column:span 7;grid-row:span 2;background:var(--ink);color:var(--paper);border-color:transparent}:where(.operations) .t-voice>.eyebrow{color:var(--mint)}:where(.operations) .t-voice h3{font-size:clamp(30px,3.4vw,44px)}:where(.operations) .t-voice p{color:var(--muted-inv);max-width:48ch}:where(.operations) .t-voice img{object-fit:cover;opacity:.42;mix-blend-mode:luminosity}:where(.operations) .t-voice:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,27,22,.1),rgba(14,27,22,.9) 75%)}:where(.operations) .t-voice>:not(img){position:relative;z-index:1}:where(.operations) .t-email,:where(.operations) .t-infra,:where(.operations) .t-text{grid-column:span 5}:where(.operations) .t-infra{padding:0;border:0;color:var(--paper)}:where(.operations) .t-infra img{object-fit:cover}:where(.operations) .t-infra .ov{position:relative;z-index:1;padding:28px;background:linear-gradient(180deg,transparent 30%,rgba(14,27,22,.86));height:100%;min-height:260px;display:flex;flex-direction:column;justify-content:flex-end}:where(.operations) .t-infra .ov .eyebrow{position:static;margin-bottom:auto}:where(.operations) .t-infra .ov h3{margin-top:60px}:where(.operations) .t-infra .ov p{color:var(--muted-inv)}:where(.operations) .t-crm{grid-column:span 7}:where(.operations) .chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}:where(.operations) .chip{font-family:var(--mono);font-size:11px;letter-spacing:.06em;padding:6px 10px;border-radius:999px;border:1px solid var(--hair);color:var(--muted)}:where(.operations) .t-voice .chip{border-color:var(--hair-inv);color:var(--muted-inv)}:where(.operations) .ind{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:56px}:where(.operations) .ind>a{position:relative;border-radius:var(--r);overflow:hidden;aspect-ratio:4/5;display:block;background:var(--ink);color:var(--paper)}:where(.operations) .ind img{object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1);will-change:transform}:where(.operations) .ind a:hover img{transform:scale(1.05)}:where(.operations) .ind .ov{position:absolute;inset:0;padding:26px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,rgba(14,27,22,.15),rgba(14,27,22,.1) 40%,rgba(14,27,22,.9))}:where(.operations) .big{font-family:var(--display);font-weight:800;font-size:clamp(40px,4vw,56px);letter-spacing:-.04em;line-height:1}:where(.operations) .big small{display:block;font-family:var(--mono);font-weight:400;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--mint);margin-top:8px}:where(.operations) .ind h3{font-size:22px;font-weight:700}:where(.operations) .ind .ov p{margin:8px 0 0;color:var(--muted-inv);font-size:14.5px}:where(.operations) .ind .go{position:absolute;top:22px;right:22px;width:38px;height:38px;border-radius:50%;background:rgba(244,243,238,.14);display:grid;place-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .25s,color .25s}:where(.operations) .ind a:hover .go{background:var(--mint);color:var(--ink)}:where(.operations) .ind-more{margin-top:28px;display:flex;justify-content:center}:where(.operations) .quote{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);grid-gap:clamp(28px,5vw,72px);gap:clamp(28px,5vw,72px);align-items:center}:where(.operations) .quote figure{margin:0;border-radius:var(--r);overflow:hidden;aspect-ratio:4/5;position:relative}:where(.operations) .quote img{object-fit:cover}:where(.operations) .quote blockquote{margin:18px 0 0;font-family:var(--display);font-weight:500;font-size:clamp(26px,3vw,42px);line-height:1.15;letter-spacing:-.02em}:where(.operations) .quote blockquote:before{content:"“";color:var(--moss)}:where(.operations) .quote cite{display:block;font-style:normal;margin-top:28px;font-size:15px;color:var(--muted)}:where(.operations) .quote cite b{display:block;color:var(--ink);font-weight:700}:where(.operations) .q-stats{display:flex;gap:36px;margin-top:34px;padding-top:24px;border-top:1px solid var(--hair)}:where(.operations) .q-stats div b{display:block;font-family:var(--display);font-size:30px;font-weight:800;letter-spacing:-.03em}:where(.operations) .q-stats div span{font-size:13px;color:var(--muted)}:where(.operations) .cta{margin:clamp(72px,10vw,140px) auto 0;background:var(--ink);color:var(--paper);border-radius:28px;padding:clamp(48px,7vw,96px) clamp(28px,5vw,80px);position:relative;overflow:hidden}:where(.operations) .cta:before{content:"";position:absolute;width:640px;height:640px;border-radius:50%;right:-220px;top:-300px;background:radial-gradient(circle,rgba(185,242,199,.22),transparent 60%)}:where(.operations) .cta-in{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);grid-gap:40px;gap:40px;align-items:end;position:relative}:where(.operations) .cta h2{font-size:clamp(36px,5vw,68px);line-height:1;font-weight:800}:where(.operations) .cta h2 em{font-style:normal;color:var(--mint)}:where(.operations) .cta p{color:var(--muted-inv);font-size:17px;max-width:46ch;margin:22px 0 0}:where(.operations) .cta-r{display:flex;flex-direction:column;gap:12px;align-items:flex-start}:where(.operations) .cta .mono{color:var(--muted-inv)}:where(.operations) .cta .btn-ghost{color:var(--paper);border-color:var(--hair-inv)}:where(.operations) .cta .btn-ghost:hover{border-color:var(--paper)}:where(.operations) .footer{padding:64px var(--gutter) 36px}:where(.operations) .f-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:32px;gap:32px;padding-bottom:40px;border-bottom:1px solid var(--hair)}:where(.operations) .f-grid h4{margin:0 0 14px;font-family:var(--mono);font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:500}:where(.operations) .f-grid a:not(.brand){display:block;font-size:14.5px;color:var(--ink);padding:5px 0;opacity:.8}:where(.operations) .f-grid a:not(.brand):hover{opacity:1}:where(.operations) .f-grid p{color:var(--muted);font-size:14.5px;max-width:34ch;margin:12px 0 0}:where(.operations) .f-bot{display:flex;justify-content:space-between;padding-top:22px;font-size:13px;color:var(--muted);flex-wrap:wrap;gap:10px}:where(.operations) .page-hero{padding:clamp(56px,8vw,110px) var(--gutter) 0}:where(.operations) .page-hero h1{font-size:clamp(40px,5.6vw,76px);line-height:1;font-weight:800;margin-top:20px;max-width:18ch}:where(.operations) .page-hero .lede{max-width:60ch}:where(.operations) .sol-list{display:flex;flex-direction:column;gap:clamp(28px,4vw,56px);padding-top:clamp(56px,8vw,100px)}:where(.operations) .sol{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,6fr);grid-gap:clamp(28px,5vw,72px);gap:clamp(28px,5vw,72px);align-items:center;scroll-margin-top:90px}:where(.operations) .sol-flip .sol-media{order:2}:where(.operations) .sol-media{position:relative;aspect-ratio:5/4;border-radius:var(--r);overflow:hidden;background:var(--ink)}:where(.operations) .sol-media img{object-fit:cover}:where(.operations) .sol-stat{position:absolute;left:18px;bottom:18px;background:rgba(244,243,238,.94);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:14px;padding:14px 18px;display:flex;flex-direction:column;gap:2px}:where(.operations) .sol-stat b{font-family:var(--display);font-size:34px;font-weight:800;letter-spacing:-.04em;line-height:1}:where(.operations) .sol-stat span{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}:where(.operations) .sol-copy h2{font-size:clamp(30px,3.6vw,46px);font-weight:700;margin-top:16px}:where(.operations) .sol-copy .sub{font-weight:600;color:var(--ink);margin:12px 0 0;font-size:17px}:where(.operations) .sol-copy p{color:var(--muted);margin:12px 0 0;max-width:54ch}:where(.operations) .feature-list{list-style:none;padding:0;margin:22px 0 0;display:grid;grid-gap:10px;gap:10px}:where(.operations) .feature-list li{font-size:14.5px;display:flex;gap:12px;align-items:flex-start;color:rgba(14,27,22,.82)}:where(.operations) .feature-list li:before{content:"";flex:0 0 8px;height:8px;margin-top:7px;border-radius:2px;background:var(--mint-deep);transform:rotate(45deg)}:where(.operations) .ind-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px;padding-top:clamp(56px,8vw,100px)}:where(.operations) .ind-card{background:var(--card);border:1px solid var(--hair);border-radius:var(--r);overflow:hidden;display:grid;grid-template-rows:auto 1fr;scroll-margin-top:90px}:where(.operations) .ind-wide{grid-column:span 2;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:none}:where(.operations) .ind-media{position:relative;aspect-ratio:16/9;background:var(--ink);color:var(--paper)}:where(.operations) .ind-wide .ind-media{aspect-ratio:auto;min-height:320px}:where(.operations) .ind-media img{object-fit:cover}:where(.operations) .ind-media .big{position:absolute;left:22px;bottom:20px;z-index:1;text-shadow:0 2px 20px rgba(0,0,0,.4)}:where(.operations) .ind-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(14,27,22,.75))}:where(.operations) .ind-body{padding:26px 28px 28px}:where(.operations) .ind-body h3{font-size:24px;font-weight:700}:where(.operations) .ind-body p{color:var(--muted);margin:10px 0 0;font-size:15px}:where(.operations) .demo{padding:clamp(48px,7vw,96px) var(--gutter) 0}:where(.operations) .demo-grid{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,5fr);grid-gap:clamp(28px,6vw,96px);gap:clamp(28px,6vw,96px);align-items:start}:where(.operations) .demo-copy h1{font-size:clamp(42px,5.6vw,76px);line-height:.98;font-weight:800;margin-top:20px}:where(.operations) .demo-steps{list-style:none;padding:0;margin:36px 0 0;display:grid}:where(.operations) .demo-steps li{display:grid;grid-template-columns:48px 1fr;grid-gap:14px;gap:14px;padding:18px 0;border-top:1px solid var(--hair)}:where(.operations) .demo-steps .k{font-family:var(--mono);font-size:12px;color:var(--moss);padding-top:4px}:where(.operations) .demo-steps b{font-weight:700;font-size:16px}:where(.operations) .demo-steps p{margin:4px 0 0;color:var(--muted);font-size:14.5px}:where(.operations) .demo-photo{position:relative;aspect-ratio:16/9;border-radius:var(--r);overflow:hidden;margin-top:28px;background:var(--ink)}:where(.operations) .demo-photo img{object-fit:cover}:where(.operations) .demo-form{position:-webkit-sticky;position:sticky;top:96px}:where(.operations) .ways{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:clamp(40px,6vw,72px)}:where(.operations) .way{display:flex;flex-direction:column;padding:28px;border-radius:var(--r);background:var(--card);border:1px solid var(--hair);min-height:210px;transition:transform .3s cubic-bezier(.2,.7,.2,1),border-color .25s}:where(.operations) .way:hover{transform:translateY(-3px);border-color:var(--ink)}:where(.operations) .way h3{font-size:22px;font-weight:700}:where(.operations) .way p{color:var(--muted);margin:10px 0 auto;font-size:15px}:where(.operations) .way-cta{margin-top:22px;font-weight:600;font-size:14.5px;display:inline-flex;gap:8px}:where(.operations) .way .arr{transition:transform .25s}:where(.operations) .way:hover .arr{transform:translateX(4px)}:where(.operations) .contact-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);grid-gap:clamp(28px,5vw,72px);gap:clamp(28px,5vw,72px);align-items:start;scroll-margin-top:90px}:where(.operations) .contact-photo{position:relative;aspect-ratio:16/10;border-radius:var(--r);overflow:hidden;background:var(--ink)}:where(.operations) .contact-photo img{object-fit:cover}:where(.operations) .faq-title{font-size:22px;font-weight:700;margin:36px 0 12px}:where(.operations) .faq{display:flex;flex-direction:column}:where(.operations) .faq-item{border-top:1px solid var(--hair)}:where(.operations) .faq-item:last-child{border-bottom:1px solid var(--hair)}:where(.operations) .faq-item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;font-weight:600;font-size:15.5px}:where(.operations) .faq-item summary::-webkit-details-marker{display:none}:where(.operations) .faq-item summary i{flex:0 0 22px;height:22px;border-radius:50%;border:1px solid var(--hair);position:relative;transition:transform .3s}:where(.operations) .faq-item summary i:after,:where(.operations) .faq-item summary i:before{content:"";position:absolute;background:var(--ink);left:50%;top:50%;transform:translate(-50%,-50%)}:where(.operations) .faq-item summary i:before{width:10px;height:1px}:where(.operations) .faq-item summary i:after{width:1px;height:10px}:where(.operations) .faq-item[open] summary i{transform:rotate(45deg)}:where(.operations) .faq-item p{margin:0 0 18px;color:var(--muted);font-size:15px;max-width:60ch}:where(.operations) .form-card{background:var(--card);border:1px solid var(--hair);border-radius:var(--r);box-shadow:var(--shadow-card);padding:clamp(24px,3vw,36px);position:relative}:where(.operations) .form-head{margin-bottom:22px}:where(.operations) .form-head .mono{color:var(--moss)}:where(.operations) .form-head h3{font-size:26px;font-weight:700;margin-top:8px}:where(.operations) .form-head p{margin:6px 0 0;color:var(--muted);font-size:14.5px}:where(.operations) .field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}:where(.operations) .field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}:where(.operations) .field .label,:where(.operations) .field label{font-family:var(--mono);font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}:where(.operations) .field input,:where(.operations) .field select,:where(.operations) .field textarea{padding:13px 14px;border-radius:var(--r-sm);border:1px solid var(--hair);background:var(--paper);font-size:15px;font-family:inherit;color:var(--ink);transition:border-color .2s}:where(.operations) .field select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%230e1b16' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 8px;padding-right:38px}:where(.operations) .field select::-moz-focus-inner{border:0}:where(.operations) .field input:hover,:where(.operations) .field select:hover,:where(.operations) .field textarea:hover{border-color:rgba(14,27,22,.3)}:where(.operations) .field input:focus,:where(.operations) .field select:focus,:where(.operations) .field textarea:focus{outline:2px solid var(--mint-deep);outline-offset:1px;border-color:var(--forest)}:where(.operations) .field .hint{font-size:12px;color:var(--muted)}:where(.operations) .choice-row{display:flex;gap:8px;flex-wrap:wrap}:where(.operations) .choice{padding:10px 16px;border-radius:999px;border:1px solid var(--hair);background:var(--paper);font-family:inherit;font-size:14px;font-weight:600;color:var(--ink);cursor:pointer;display:inline-flex;gap:6px;align-items:baseline;transition:background .2s,border-color .2s}:where(.operations) .choice small{font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;opacity:.7}:where(.operations) .choice.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}:where(.operations) .choice.is-disabled{opacity:.45;cursor:not-allowed}:where(.operations) .turnstile{margin-bottom:16px;min-height:0}:where(.operations) .error-text{color:var(--danger);font-size:13.5px;margin:0 0 12px}:where(.operations) .success-panel{text-align:center;padding:20px 0}:where(.operations) .success-panel h3{font-size:26px;font-weight:700}:where(.operations) .success-panel p{color:var(--muted);margin:10px auto 0;max-width:40ch}:where(.operations) .prep-panel{text-align:center;padding:12px 0 4px}:where(.operations) .prep-panel h3{font-size:24px;font-weight:700;margin:0 0 8px}:where(.operations) .prep-panel>p{color:var(--muted);margin:0 auto 22px;max-width:38ch;font-size:14.5px;overflow-wrap:anywhere}:where(.operations) .prep-panel .hint{display:block;margin-top:18px;font-size:12.5px;color:var(--muted)}:where(.operations) .prep-spinner{width:52px;height:52px;margin:8px auto 18px;border-radius:999px;border:3px solid var(--hair);border-top-color:var(--forest);animation:prep-spin .9s linear infinite}@keyframes prep-spin{to{transform:rotate(1turn)}}:where(.operations) .prep-steps{list-style:none;margin:0;padding:0;display:inline-flex;flex-direction:column;gap:11px;text-align:left}:where(.operations) .prep-steps li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted);transition:color .3s}:where(.operations) .prep-steps li .dot{width:9px;height:9px;border-radius:999px;background:var(--hair);flex:none;transition:background .3s,box-shadow .3s}:where(.operations) .prep-steps li.active{color:var(--ink);font-weight:600}:where(.operations) .prep-steps li.active .dot{background:var(--forest);box-shadow:0 0 0 4px rgba(23,70,52,.12)}:where(.operations) .prep-steps li.done{color:var(--ink)}:where(.operations) .prep-steps li.done .dot{background:var(--mint-deep)}@media (prefers-reduced-motion:reduce){:where(.operations) .prep-spinner{animation-duration:3s}}:where(.operations) .success-icon{width:64px;height:64px;border-radius:999px;background:var(--mint);color:var(--ink);display:flex;align-items:center;justify-content:center;font-size:30px;margin:0 auto 20px}:where(.operations) .section{padding:96px 0}:where(.operations) .grid{display:grid;grid-gap:24px;gap:24px}:where(.operations) .grid-2{grid-template-columns:repeat(2,1fr)}:where(.operations) .grid-3{grid-template-columns:repeat(3,1fr)}:where(.operations) .card{background:var(--card);border:1px solid var(--hair);border-radius:var(--r);box-shadow:var(--shadow-card);padding:32px}:where(.operations) .card h3{font-size:20px;margin-bottom:10px}:where(.operations) .card p{color:var(--muted);line-height:1.6;font-size:15px}:where(.operations) .admin-shell{min-height:100vh;display:flex}:where(.operations) .admin-nav{width:220px;border-right:1px solid var(--hair);padding:24px 16px;background:var(--card)}:where(.operations) .admin-nav a{display:block;padding:10px 12px;border-radius:var(--r-sm);font-size:14px;font-weight:600;color:var(--muted);margin-bottom:4px}:where(.operations) .admin-nav a:hover{background:var(--paper-2)}:where(.operations) .admin-main{flex:1 1;padding:32px 40px}:where(.operations) .admin-table{width:100%;border-collapse:collapse;background:var(--card);border:1px solid var(--hair);border-radius:var(--r-sm);overflow:hidden;font-size:14px}:where(.operations) .admin-table td,:where(.operations) .admin-table th{text-align:left;padding:10px 14px;border-bottom:1px solid var(--hair)}:where(.operations) .admin-table th{background:var(--paper-2);font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}:where(.operations) .tag{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:700;background:var(--green-soft);color:var(--forest)}:where(.operations) .tag-muted{background:var(--paper-2);color:var(--muted)}:where(.operations) .admin-row-clickable{cursor:pointer;transition:background .15s}:where(.operations) .admin-row-clickable:hover{background:var(--paper-2)}:where(.operations) .modal-overlay{position:fixed;inset:0;background:rgba(14,27,22,.45);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;align-items:flex-start;justify-content:center;padding:5vh 20px;z-index:200;overflow-y:auto}:where(.operations) .modal-card{background:var(--card);border-radius:var(--r);width:100%;max-width:720px;box-shadow:0 30px 80px rgba(14,27,22,.28)}:where(.operations) .modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 28px;border-bottom:1px solid var(--hair)}:where(.operations) .modal-head h3{margin:0;font-size:20px;font-weight:700}:where(.operations) .modal-sub{display:block;margin-top:4px;font-size:13.5px;color:var(--muted)}:where(.operations) .modal-close{border:none;background:transparent;font-size:26px;line-height:1;color:var(--muted);cursor:pointer;padding:0 4px}:where(.operations) .modal-close:hover{color:var(--ink)}:where(.operations) .modal-body{padding:24px 28px 28px}:where(.operations) .modal-facts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}:where(.operations) .modal-facts div{display:flex;flex-direction:column;gap:4px}:where(.operations) .fact-label{font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}:where(.operations) .modal-call{margin-top:24px;padding-top:20px;border-top:1px solid var(--hair)}:where(.operations) .modal-call-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}:where(.operations) .modal-call-stats div{display:flex;flex-direction:column;gap:4px}:where(.operations) .transcript-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}:where(.operations) .transcript-box{max-height:320px;overflow-y:auto;background:var(--paper);border:1px solid var(--hair);border-radius:var(--r-sm);padding:14px 16px}:where(.operations) .transcript-turn{margin:0 0 10px;font-size:14px;line-height:1.55}:where(.operations) .transcript-turn:last-child{margin-bottom:0}:where(.operations) .transcript-role{font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--moss);margin-right:8px}@media (max-width:560px){:where(.operations) .modal-call-stats,:where(.operations) .modal-facts{grid-template-columns:1fr 1fr}}@media (max-width:980px){:where(.operations) .nav-in{grid-template-columns:auto 1fr auto}:where(.operations) .links{display:none}:where(.operations) .nav-burger{display:flex}:where(.operations) .contact-grid,:where(.operations) .cta-in,:where(.operations) .demo-grid,:where(.operations) .head,:where(.operations) .hero-grid,:where(.operations) .how,:where(.operations) .quote,:where(.operations) .sol{grid-template-columns:1fr}:where(.operations) .sol-flip .sol-media{order:0}:where(.operations) .hero-visual{aspect-ratio:4/4.4}:where(.operations) .stats-grid{grid-template-columns:1fr 1fr}:where(.operations) .kpi{border-right:0;margin-right:0;padding-right:0}:where(.operations) .visual{position:relative;top:auto;order:-1}:where(.operations) .bento{grid-template-columns:1fr}:where(.operations) .t-crm,:where(.operations) .t-email,:where(.operations) .t-infra,:where(.operations) .t-text,:where(.operations) .t-voice,:where(.operations) .tile{grid-column:span 1;grid-row:span 1}:where(.operations) .ind,:where(.operations) .ways{grid-template-columns:1fr}:where(.operations) .ind>a{aspect-ratio:16/10}:where(.operations) .ind-grid{grid-template-columns:1fr}:where(.operations) .ind-wide{grid-column:span 1;grid-template-columns:1fr}:where(.operations) .ind-wide .ind-media{aspect-ratio:16/9;min-height:0}:where(.operations) .demo-form{position:static}:where(.operations) .f-grid{grid-template-columns:1fr 1fr}:where(.operations) .field-row{grid-template-columns:1fr}:where(.operations) .grid-2,:where(.operations) .grid-3{grid-template-columns:1fr}}@media (max-width:560px){:where(.operations) .f-grid{grid-template-columns:1fr}:where(.operations) .stats-grid{grid-template-columns:1fr}:where(.operations) .q-stats{gap:22px;flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){:where(.operations) .live i,:where(.operations) .track,:where(.operations) .wave b{animation:none}.operations{scroll-behavior:auto}:where(.operations) *{transition-duration:.01ms!important}}.operations{--font-display:Inter,sans-serif;--font-body:Inter,sans-serif;--font-mono:monospace;font-family:Inter,sans-serif;color:#183b2b;background:#f5f5ef;min-height:75vh}.operations .callisio-form-page{max-width:1180px;margin:0 auto;padding:130px 28px 80px;display:grid;grid-template-columns:1fr 1.15fr;grid-gap:64px;gap:64px;align-items:start}.operations .callisio-form-copy{position:-webkit-sticky;position:sticky;top:120px;padding-top:20px}.operations .callisio-form-copy h1{font-size:clamp(38px,5vw,60px);line-height:1.08;font-weight:800;letter-spacing:-.045em;margin:20px 0}.operations .callisio-form-copy p{font-size:17px;line-height:1.8;color:#647364}.operations .callisio-form-copy ol{padding:28px 0;display:grid;grid-gap:18px;gap:18px}.operations .callisio-form-copy li{display:flex;gap:15px;align-items:baseline;font-size:14px}.operations .callisio-form-copy li span{font-size:11px;color:#66806a;font-weight:700}.operations .admin-shell{min-height:100vh}.operations .admin-nav{background:#193c2c;color:white;padding-top:35px}.operations .admin-nav a{color:#e5eee2}.operations .admin-nav a:hover{background:#ffffff14}.operations .admin-main{min-width:0}.operations .admin-table{background:white}.operations .admin-table th{background:#edf2e9}.operations .admin-table button{cursor:pointer}.operations .form-card{border-radius:22px}.operations .error-text{color:#a52b20}.operations .field input:focus-visible,.operations .field select:focus-visible,.operations .field textarea:focus-visible{outline:2px solid #66806a;outline-offset:3px}.operations .login-card{width:min(440px,calc(100vw - 40px))}@media(max-width:760px){.operations .callisio-form-page{grid-template-columns:1fr;gap:28px;padding:105px 20px 55px}.operations .callisio-form-copy{position:static}.operations .admin-shell{display:block}.operations .admin-nav{width:auto;position:static;display:flex;flex-wrap:wrap;gap:5px;padding:16px}.operations .admin-main{padding:24px 16px}}.operations .demo-consent{display:flex;gap:10px;font-size:12px;line-height:1.7;margin:20px 0;align-items:flex-start}.operations .demo-consent input{margin-top:4px;width:16px;height:16px;flex-shrink:0;accent-color:#193c2c}