:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Avenir,Helvetica,Arial,sans-serif;line-height:1.4;font-weight:400;color:#042012;background-color:#f5f7f3;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--call-green: #87ea5c;--call-green-dark: #4cab25;--call-red: #ff4b4b;--call-border: #e1e8dc;--call-shadow: 0 18px 40px rgba(22, 61, 16, .12)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5f7f3}button{font-family:inherit}.call-page{min-height:90vh;width:100%;display:flex;justify-content:center;padding:24px 16px;margin-top:10px}.call-main{width:100%;max-width:900px;display:flex;justify-content:center}.call-card{width:100%;max-width:640px;background-color:#fff;border-radius:24px;border:1px solid var(--call-border);box-shadow:var(--call-shadow);padding:24px 24px 20px;display:flex;flex-direction:column;gap:20px}.call-header{display:flex;align-items:center;justify-content:space-between}.call-name{margin:0;font-size:20px;font-weight:600;color:#051908}.call-status-text{margin:4px 0 0;font-size:12px;color:#6b7f6f}.call-timer{font-size:18px;font-weight:600;color:#1f3b23}.call-visual{position:relative;width:50vw;height:65vh;border-radius:24px;overflow:hidden}@media only screen and (max-width:1050px){.call-visual{position:relative;width:75vw;height:65vh;border-radius:24px;overflow:hidden}}@media only screen and (max-width:650px){.call-visual{position:relative;width:65vw;height:35vh;border-radius:24px;resize:both}}.spline-wrap{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.spline-wrap,.spline-wrap>div,.spline-wrap>div>div{width:100%;height:100%}.spline-wrap>div{width:100%;height:100%}.spline-wrap canvas{width:100%!important;height:100%!important;display:block}.call-visual-foreground{position:relative;z-index:2;height:100%;width:100%}.call-circle-wrap{position:relative;height:210px;width:210px;display:flex;align-items:center;justify-content:center}.call-circle-outer{position:absolute;inset:0;border-radius:999px;border:1px solid rgba(211,232,203,.9);background:radial-gradient(circle,rgba(135,234,92,.06) 0,transparent 70%)}.call-circle-outer--pulse{animation:call-pulse 2.1s ease-out infinite}.call-circle-inner{position:absolute;inset:26px;border-radius:999px;background-color:#fff;border:1px solid rgba(217,233,211,.9);display:flex;align-items:center;justify-content:center}.call-circle-core{height:132px;width:132px;border-radius:999px;background:#aff192;display:flex;align-items:center;justify-content:center}.call-mic-icon{font-size:32px;color:#fff}.call-waves{display:flex;align-items:flex-end;justify-content:center;gap:6px;height:26px;margin-top:4px}.call-wave-bar{width:5px;border-radius:999px;background:#87ea5cb3;transform-origin:center bottom}.call-waves--idle .call-wave-bar{height:8px;opacity:.5}.call-waves--live .call-wave-bar--1{animation:call-wave 1s ease-in-out infinite}.call-waves--live .call-wave-bar--2{animation:call-wave 1s ease-in-out infinite .1s}.call-waves--live .call-wave-bar--3{animation:call-wave 1s ease-in-out infinite .2s}.call-waves--live .call-wave-bar--4{animation:call-wave 1s ease-in-out infinite .3s}.call-waves--live .call-wave-bar--5{animation:call-wave 1s ease-in-out infinite .4s}.call-wave-bar--1{height:10px}.call-wave-bar--2{height:16px}.call-wave-bar--3{height:20px}.call-wave-bar--4{height:14px}.call-wave-bar--5{height:9px}.call-error{font-size:12px;color:#b1182a;background:#ffecee;border-radius:12px;padding:8px 10px;border:1px solid #ffc7cf}.title-section{margin-top:16px;margin-bottom:28px;text-align:center}.title-agent{font-size:28px;line-height:36px;font-weight:500;font-family:Sora,sans-serif;color:#0d0d0d}.subtitle-agent{font-size:16px;line-height:24px;font-weight:400;font-family:Sora,sans-serif;color:#737373}.call-controls{display:flex;justify-content:center;gap:12px;padding-top:4px;margin-top:16px}.call-control{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;border:1px solid transparent;background-color:#daf8cc;cursor:pointer;font-size:14px;color:#1a2c1e;transition:background-color .15s ease,box-shadow .15s ease,transform .12s ease,border-color .15s ease}.call-control:hover:not(.call-control--disabled){background-color:#edf4e7;box-shadow:0 8px 20px #3f6e2b26;transform:translateY(-1px)}.call-control--disabled{cursor:not-allowed;opacity:.6}.muteBtn{background-color:#daf8cc;height:100px;width:100px;padding:34px;border-radius:100px;cursor:pointer;border:none}.declineBtn{background-color:#ff665e;height:100px;width:100px;padding:34px;border-radius:100px;cursor:pointer;color:#fff;border:none;font-size:20px}.startCallBtn{background-color:#60a641;height:100px;width:100px;padding:34px;border-radius:100px;cursor:pointer;color:#fff;border:none;font-size:20px}@keyframes call-pulse{0%{transform:scale(1);opacity:.7}60%{transform:scale(1.1);opacity:.2}to{transform:scale(1.16);opacity:0}}@keyframes call-wave{0%,to{transform:scaleY(.75)}50%{transform:scaleY(1.35)}}@media(max-width:600px){.call-card{padding:18px 16px 16px;border-radius:20px}.call-header{flex-direction:row;align-items:flex-start;gap:8px}.call-name{font-size:18px}.call-visual{height:clamp(220px,40vh,420px);border-radius:20px}.call-circle-wrap{height:190px;width:190px}.call-circle-inner{inset:22px}.call-circle-core{height:110px;width:110px}.call-controls{flex-direction:row}.call-control{width:100%;justify-content:center}.title-agent{font-size:22px;line-height:30px}}html,body{overscroll-behavior:none;background-color:#fff}._page_kddm3_6{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border-left:solid 1px #d6dde2;border-right:solid 1px #d6dde2;max-width:1294px;margin-inline:auto}@media screen and (max-width:480px){._page_kddm3_6{margin-inline:12px}}._header_kddm3_28{border-bottom:1px solid #d6dde2;position:sticky;top:0;z-index:50;background:#fff}._headerInner_kddm3_36{position:relative;max-width:1292px;margin:0 auto;height:75px;padding:16px 32px;display:flex;align-items:center;justify-content:space-between}._headerPlusLeft_kddm3_49,._headerPlusRight_kddm3_50{position:absolute;bottom:0;transform:translateY(50%);color:#161b1e;font-weight:200;font-family:system-ui;z-index:1;top:66px}@media screen and (max-width:768px){._headerPlusLeft_kddm3_49,._headerPlusRight_kddm3_50{top:55px}}._headerPlusLeft_kddm3_49{left:-.5px;transform:translate(-50%,50%)}._headerPlusRight_kddm3_50{right:-.5px;transform:translate(50%,50%)}._headerPlusLeft_kddm3_49 img,._headerPlusRight_kddm3_50 img{display:block;width:9.97px;height:9.97px;object-fit:contain}._headerRight_kddm3_86{display:flex;align-items:center;gap:12px}._navIconBtn_kddm3_92{width:40px;height:40px;border-radius:50%;background-color:#374151;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}._navIconBtn_kddm3_92:hover{background-color:#4b5563}@media screen and (max-width:768px){._headerInner_kddm3_36{height:64px;padding:12px}._headerInner_kddm3_36 img{max-height:28px;width:auto;object-fit:contain}._talkToSales_kddm3_122{min-width:172px;padding:12px 32px;min-height:44px;gap:6px}._talkToSales_kddm3_122 svg{width:14px;height:14px}}@media screen and (max-width:480px){._headerInner_kddm3_36{height:64px;padding:12px 8px}._headerInner_kddm3_36 img{max-height:26.4px}._talkToSales_kddm3_122{min-width:152px;padding:12px 32px;min-height:44px}._talkToSales_kddm3_122 span{transform:none}._talkToSales_kddm3_122 svg{width:16px;height:16px}}._logo_kddm3_161{background-color:#87ea5c}._content_kddm3_167{position:relative;display:flex;flex:1;align-items:center;text-align:center;flex-direction:column}._topContainer_kddm3_176{margin-top:5px}._title_kddm3_179{font-size:56px;font-weight:400;margin-bottom:16px;color:#111827;font-family:Sora,sans-serif;margin-top:30px}._subtitle_kddm3_188{max-width:560px;margin:0 auto;font-size:20px;line-height:1.6;font-weight:400;font-family:Sora,sans-serif;color:#404040}._circlesRow_kddm3_198{margin-top:64px;display:flex;justify-content:center;gap:64px;flex-wrap:wrap}._circle_kddm3_198{position:relative;width:230px;height:230px;border-radius:50%;border:2px solid #87ea5c;background-color:#fff;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#87ea5c;transition:border-color .3s ease,color .3s ease,transform .2s ease}._circle_kddm3_198:before{content:"";position:absolute;inset:0;border-radius:50%;background-color:#f3fdef;transform-origin:center;transform:scale(0);transition:transform .35s ease;z-index:0}._circle_kddm3_198:hover{transform:translateY(-2px)}._circle_kddm3_198:not(._active_kddm3_248):hover:before{transform:scale(.5)}._icon_kddm3_252,._label_kddm3_253{position:relative;z-index:1}._icon_kddm3_252{font-size:28px;margin-bottom:8px}._label_kddm3_253{font-size:18px;font-weight:500}._circle_kddm3_198:not(._active_kddm3_248):hover ._icon_kddm3_252,._circle_kddm3_198:not(._active_kddm3_248):hover ._label_kddm3_253{color:#fff}._active_kddm3_248:before{transform:scale(1)}._active_kddm3_248 ._icon_kddm3_252,._active_kddm3_248 ._label_kddm3_253{color:#fff}._footerText_kddm3_284{margin-top:64px;font-size:13px;color:#6b7280}._mobileLineBreak_kddm3_290{display:none}._link_kddm3_294{color:#111827;text-decoration:underline}._label_kddm3_253{color:#396227!important;font-weight:500;font-family:Geist,sans-serif}._bottomContainer_kddm3_303{margin-top:10px}._cardBody_kddm3_307{background-color:#f3fdef;height:500px;width:518px;border-radius:16px;border:solid 1px #e4ebe9;padding:52px 48px 0}@media(max-width:600px){._cardBody_kddm3_307{width:358px;padding-bottom:48px;height:524px}}._summarySection_kddm3_322{display:flex;justify-content:center;align-items:center;height:100%;width:100%;flex:1}@media screen and (max-width:768px){._content_kddm3_167 ._summarySection_kddm3_322{padding-top:48px!important;width:100%!important;flex:1!important;justify-content:center!important;align-items:start!important}}._thanksTxt_kddm3_341{font-family:Sora,sans-serif;font-weight:500;font-size:28px;line-height:36px;padding-block:24px}._thanksTxtSub_kddm3_348{font-family:Sora,sans-serif;font-weight:400;font-size:16px;line-height:24px;padding-bottom:20px;color:#737373}._greenBtn_kddm3_356{background-color:#87ea5c;color:#0d0d0d;height:56px;width:404px;justify-content:center;text-align:center;align-items:center;display:flex;border-radius:100px;cursor:pointer;font-family:Sora,sans-serif;font-weight:600;font-size:16px}._talkToSales_kddm3_122{background-color:#87ea5c;color:#151414;min-height:44px;min-width:179.45px;padding:0 32px;justify-content:center;text-align:center;align-items:center;display:flex;border-radius:100px;cursor:pointer;font-family:Sora,sans-serif;font-weight:400;font-size:14px;line-height:20px;transition:background-color .3s ease}._talkToSales_kddm3_122:hover{background-color:#a9ef8b}._animContainer_kddm3_395{display:flex;align-items:center;justify-content:center;width:115px;overflow:hidden}._btnLabel_kddm3_403{display:inline-block;transform:translateY(.8px);white-space:nowrap}._arrowRight_kddm3_410{width:16px;min-width:16px;height:16px;margin-left:10px;opacity:1;transform:translate(0);transition:width .4s cubic-bezier(.65,0,.35,1),min-width .4s cubic-bezier(.65,0,.35,1),margin .4s cubic-bezier(.65,0,.35,1),opacity .2s ease,transform .4s cubic-bezier(.65,0,.35,1)}._talkToSales_kddm3_122:hover ._arrowRight_kddm3_410{width:0;min-width:0;margin-left:0;opacity:0;transform:translate(20px)}._arrowLeft_kddm3_434{width:0;min-width:0;height:16px;margin-right:0;opacity:0;overflow:hidden;transform:translate(-20px);transition:width .4s cubic-bezier(.65,0,.35,1),min-width .4s cubic-bezier(.65,0,.35,1),margin .4s cubic-bezier(.65,0,.35,1),opacity .2s ease .15s,transform .4s cubic-bezier(.65,0,.35,1)}._talkToSales_kddm3_122:hover ._arrowLeft_kddm3_434{width:16px;min-width:16px;margin-right:10px;opacity:1;transform:translate(0)}._transparentBtn_kddm3_461{background-color:#f3fdef;color:#0d0d0d;height:56px;width:404px;justify-content:center;text-align:center;align-items:center;display:flex;border-radius:100px;cursor:pointer;margin-top:10px;border:solid 1px #a6a6a6;font-family:Sora,sans-serif;font-weight:600;font-size:16px}@media(max-width:600px){._greenBtn_kddm3_356,._transparentBtn_kddm3_461{width:294px}}._greenBtn_kddm3_356:hover{background-color:#a9ef8b}._modeBlock_kddm3_494{margin-top:28px}._modeHeading_kddm3_498{font-family:Sora,sans-serif;font-weight:600;font-size:18px;color:#111827;margin-bottom:12px}._generalRow_kddm3_506{display:flex;justify-content:center;margin-bottom:12px}._generalPill_kddm3_512{height:38px;padding:8px 24px;font-size:14px;font-weight:500;font-family:Sora,sans-serif;border-radius:999px;background:#f3fdef;border:1px solid #d6dde2;color:#111827;cursor:pointer;transition:transform .15s ease,background-color .15s ease,border-color .15s ease;background:#87ea5c;border-color:#87ea5c;color:#0d0d0d}._generalPill_kddm3_512:hover{transform:translateY(-1px);border-color:#87ea5c}._orText_kddm3_536{font-family:Sora,sans-serif;font-size:14px;color:#6b7280;margin:8px 0 12px}._industryRow_kddm3_543{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}._pill_kddm3_550{font-family:Sora,sans-serif;font-weight:500;font-size:14px;padding:10px 22px;border-radius:999px;background:#fff;border:1px solid #d6dde2;color:#111827;cursor:pointer;transition:transform .15s ease,background-color .15s ease,border-color .15s ease}._pill_kddm3_550:hover{transform:translateY(-1px);border-color:#87ea5c}._pillActive_kddm3_572{background:#87ea5c;border-color:#87ea5c;color:#0d0d0d}._pillOutlineActive_kddm3_579{background:#87ea5c;border-color:#87ea5c}@media screen and (max-width:480px){._content_kddm3_167{padding:10px 8px 32px}._topContainer_kddm3_176{margin-top:38px}._title_kddm3_179{font-size:44px;line-height:52px;max-width:260px;margin-inline:auto}._subtitle_kddm3_188{font-size:15px;line-height:28px;max-width:360px;color:#404040}._modeBlock_kddm3_494{margin-top:22px}._modeHeading_kddm3_498{font-size:18px;margin-bottom:12px}._orText_kddm3_536{margin:16px 0}._industryRow_kddm3_543{gap:8px}._pill_kddm3_550{padding:8px 10px;font-size:12px;width:93px}._circlesRow_kddm3_198{margin-top:36px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:2px 16px;justify-items:center;max-width:280px;margin-inline:auto}._circlesRow_kddm3_198 ._circle_kddm3_198:nth-child(1){order:2}._circlesRow_kddm3_198 ._circle_kddm3_198:nth-child(2){order:1;grid-column:1 / -1;justify-self:center}._circlesRow_kddm3_198 ._circle_kddm3_198:nth-child(3){order:3}._circle_kddm3_198{width:112px;height:112px;border-width:1.5px}._icon_kddm3_252 img{width:16px;height:16px;margin-bottom:6px}._label_kddm3_253{font-size:14px;line-height:18px}._bottomContainer_kddm3_303{margin-top:52px}._footerText_kddm3_284{margin-top:0;max-width:320px;margin-inline:auto;line-height:20px}._mobileLineBreak_kddm3_290{display:inline}}
