: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}}body{background-color:#fff}._page_1st5p_4{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-inline:73px;border:solid 1px #d6dde2;max-width:1296px;margin-inline:auto}@media screen and (max-width:480px){._page_1st5p_4{margin-inline:12px}}._header_1st5p_22{padding:21.81px 32px 19.81px;display:flex;align-items:center;border-bottom:solid 1px #d6dde2}._logo_1st5p_29{font-weight:700;letter-spacing:.08em}._content_1st5p_34{position:relative;display:flex;flex:1;align-items:center;text-align:center;flex-direction:column}._topContainer_1st5p_43{margin-top:5px}._title_1st5p_46{font-size:56px;font-weight:400;margin-bottom:12px;color:#111827;font-family:Sora,sans-serif;margin-top:30px}._subtitle_1st5p_55{max-width:560px;margin:0 auto;font-size:20px;line-height:1.6;font-weight:400;font-family:Sora,sans-serif;color:#404040}._circlesRow_1st5p_65{margin-top:64px;display:flex;justify-content:center;gap:64px;flex-wrap:wrap}._circle_1st5p_65{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_1st5p_65: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_1st5p_65:hover{transform:translateY(-2px)}._circle_1st5p_65:not(._active_1st5p_112):hover:before{transform:scale(.5)}._icon_1st5p_116,._label_1st5p_117{position:relative;z-index:1}._icon_1st5p_116{font-size:28px;margin-bottom:8px}._label_1st5p_117{font-size:18px;font-weight:500}._circle_1st5p_65:not(._active_1st5p_112):hover ._icon_1st5p_116,._circle_1st5p_65:not(._active_1st5p_112):hover ._label_1st5p_117{color:#fff}._active_1st5p_112:before{transform:scale(1)}._active_1st5p_112 ._icon_1st5p_116,._active_1st5p_112 ._label_1st5p_117{color:#fff}._footerText_1st5p_148{margin-top:64px;font-size:13px;color:#6b7280}._link_1st5p_154{color:#111827;text-decoration:underline}._label_1st5p_117{color:#396227!important;font-weight:500;font-family:Geist,sans-serif}._bottomContainer_1st5p_163{margin-top:10px}._iconPosition_1st5p_166{position:absolute;left:0;top:-3px;transform:translate(-50%,-50%);color:#0000008f;font-size:1.25rem;font-weight:200;font-family:system-ui}._iconPosition2_1st5p_176{position:absolute;right:0;top:-3px;transform:translate(50%,-50%);color:#0000008f;font-size:1.25rem;font-weight:200;font-family:system-ui}._cardBody_1st5p_186{background-color:#f3fdef;height:500px;width:518px;border-radius:16px;border:solid 1px #e4ebe9;padding:52px 48px 0}@media(max-width:600px){._cardBody_1st5p_186{width:358px;padding-bottom:48px;height:524px}}._summarySection_1st5p_201{display:flex;justify-content:center;align-items:center;height:100%;width:100%;flex:1}._thanksTxt_1st5p_209{font-family:Sora,sans-serif;font-weight:500;font-size:28px;line-height:36px;padding-block:24px}._thanksTxtSub_1st5p_216{font-family:Sora,sans-serif;font-weight:400;font-size:16px;line-height:24px;padding-bottom:20px;color:#737373}._greenBtn_1st5p_224{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}._transparentBtn_1st5p_243{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_1st5p_224,._transparentBtn_1st5p_243{width:294px}}._greenBtn_1st5p_224:hover{background-color:#a9ef8b}._modeBlock_1st5p_276{margin-top:28px}._modeHeading_1st5p_280{font-family:Sora,sans-serif;font-weight:600;font-size:18px;color:#111827;margin-bottom:12px}._generalRow_1st5p_288{display:flex;justify-content:center;margin-bottom:12px}._orText_1st5p_294{font-family:Sora,sans-serif;font-size:14px;color:#6b7280;margin:8px 0 12px}._industryRow_1st5p_301{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}._pill_1st5p_308{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_1st5p_308:hover{transform:translateY(-1px);border-color:#87ea5c}._pillActive_1st5p_328{background:#87ea5c;border-color:#87ea5c;color:#0d0d0d}._pillOutlineActive_1st5p_335{background:#87ea5c;border-color:#87ea5c}@media screen and (max-width:480px){._content_1st5p_34{padding:10px 14px 32px}._topContainer_1st5p_43{margin-top:38px}._title_1st5p_46{font-size:44px;line-height:52px;max-width:260px;margin-inline:auto}._subtitle_1st5p_55{font-size:15px;line-height:28px;max-width:360px;color:#404040}._modeBlock_1st5p_276{margin-top:22px}._modeHeading_1st5p_280{font-size:18px;margin-bottom:12px}._orText_1st5p_294{margin:10px 0 12px}._industryRow_1st5p_301{gap:10px}._pill_1st5p_308{padding:8px 11px;font-size:13px}._circlesRow_1st5p_65{margin-top:34px;gap:8px;flex-wrap:wrap;justify-content:center}._circle_1st5p_65{width:110px;height:110px;border-width:1.5px}._icon_1st5p_116 img{width:16px;height:16px;margin-bottom:6px}._label_1st5p_117{font-size:14px;line-height:18px}._bottomContainer_1st5p_163{margin-top:52px}._footerText_1st5p_148{margin-top:0;max-width:320px;margin-inline:auto;line-height:20px}}
