: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}}._overlay_1o37n_1{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._modal_1o37n_12{position:relative;background:#f5fbf0;border-radius:24px;padding:40px 32px 32px;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;text-align:center}._closeBtn_1o37n_24{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:4px;color:#737373;transition:color .2s;line-height:0}._closeBtn_1o37n_24:hover{color:#0d0d0d}._logoBox_1o37n_41{width:64px;height:64px;background:#87ea5c;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}._title_1o37n_52{font-size:24px;font-weight:700;color:#0d0d0d;line-height:1.3;margin:0 0 8px}._subtitle_1o37n_60{font-size:14px;color:#737373;margin:0 0 28px;line-height:1.5}._section_1o37n_67{text-align:left;margin-bottom:20px}._sectionLabel_1o37n_72{font-size:14px;font-weight:600;color:#0d0d0d;margin-bottom:10px}._ratingRow_1o37n_79{display:flex;gap:10px}._ratingBtn_1o37n_84{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;border-radius:12px;border:1.5px solid #e5e7eb;background:#fff;cursor:pointer;transition:all .2s}._ratingBtn_1o37n_84:hover{border-color:#87ea5c}._ratingActive_1o37n_100{border-color:#87ea5c;background:#f0fde8}._ratingIcon_1o37n_105{width:24px;height:24px}._ratingLabel_1o37n_109{font-size:12px;color:#737373;font-weight:500}._tagsRow_1o37n_115{display:flex;flex-wrap:wrap;gap:8px;max-width:432px}._tagBtn_1o37n_122{padding:8px 16px;border-radius:20px;border:1.5px solid #e5e7eb;background:#fff;font-size:13px;color:#0d0d0d;cursor:pointer;transition:all .2s}._tagBtn_1o37n_122:hover{border-color:#87ea5c}._tagActive_1o37n_135{border-color:#87ea5c;background:#f0fde8;color:#0d0d0d}._textarea_1o37n_141{width:100%;padding:12px 16px;border-radius:12px;border:1.5px solid #e5e7eb;background:#fff;font-size:14px;color:#0d0d0d;resize:vertical;font-family:inherit;outline:none;transition:border-color .2s;box-sizing:border-box}._textarea_1o37n_141:focus{border-color:#87ea5c}._textarea_1o37n_141::placeholder{color:#a3a3a3}._greenBtn_1o37n_162{width:100%;height:48px;border-radius:24px;border:none;background:#87ea5c;color:#0d0d0d;font-size:15px;font-weight:600;cursor:pointer;transition:filter .2s;margin-top:8px}._greenBtn_1o37n_162:hover{filter:brightness(1.05)}._greenBtn_1o37n_162:disabled{opacity:.5;cursor:not-allowed}._outlineBtn_1o37n_183{width:100%;height:48px;border-radius:24px;border:1.5px solid #e5e7eb;background:#fff;color:#0d0d0d;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s;margin-top:10px}._outlineBtn_1o37n_183:hover{background:#f9fafb}._thankYou_1o37n_201{text-align:center}._thankTitle_1o37n_204{font-size:22px;font-weight:700;color:#0d0d0d;margin:0 0 8px}._thankSub_1o37n_210{font-size:14px;color:#737373;margin:0 0 24px}@media(max-width:480px){._modal_1o37n_12{padding:28px 20px 24px;border-radius:20px}._ratingRow_1o37n_79{gap:6px}._ratingBtn_1o37n_84{padding:10px 6px}}._overlay_10pwg_1{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1100;padding:20px}._modal_10pwg_12{position:relative;background:#fff;border-radius:16px;padding:40px 32px 32px;max-width:480px;width:100%;text-align:center;box-shadow:0 10px 40px #0000001f;font-family:Sora,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}._closeBtn_10pwg_24{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:4px;line-height:0}._closeBtn_10pwg_24 img{width:24px;height:24px;display:block}._icon_10pwg_41{width:64px;height:64px;margin:0 auto 20px;display:block}._title_10pwg_48{font-size:22px;font-weight:700;color:#0d0d0d;margin:0 0 12px;line-height:1.3}._message_10pwg_56{font-size:14px;line-height:1.6;color:#737373;max-width:360px;margin:0 auto 28px}._okayBtn_10pwg_67{width:100%;max-width:200px;height:48px;border-radius:100px;border:none;background:#87ea5c;color:#0d0d0d;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;transition:filter .2s}._okayBtn_10pwg_67:hover{filter:brightness(1.05)}@media(max-width:480px){._modal_10pwg_12{padding:32px 20px 24px}._title_10pwg_48{font-size:20px}._message_10pwg_56{font-size:13px}}html,body{overscroll-behavior:none;background-color:#fff}._page_jhx41_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_jhx41_6{margin-inline:12px}}._header_jhx41_28{border-bottom:1px solid #d6dde2;position:sticky;top:0;z-index:50;background:#fff}._headerInner_jhx41_36{position:relative;max-width:1292px;margin:0 auto;height:75px;padding:16px 32px;display:flex;align-items:center;justify-content:space-between}._headerPlusLeft_jhx41_49,._headerPlusRight_jhx41_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_jhx41_49,._headerPlusRight_jhx41_50{top:55px}}._headerPlusLeft_jhx41_49{left:-.5px;transform:translate(-50%,50%)}._headerPlusRight_jhx41_50{right:-.5px;transform:translate(50%,50%)}._headerPlusLeft_jhx41_49 img,._headerPlusRight_jhx41_50 img{display:block;width:9.97px;height:9.97px;object-fit:contain}._headerRight_jhx41_86{display:flex;align-items:center;gap:12px}._navIconBtn_jhx41_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_jhx41_92:hover{background-color:#4b5563}@media screen and (max-width:768px){._headerInner_jhx41_36{height:64px;padding:12px}._headerInner_jhx41_36 img{max-height:28px;width:auto;object-fit:contain}._talkToSales_jhx41_122{min-width:172px;padding:12px 32px;min-height:44px;gap:6px}._talkToSales_jhx41_122 svg{width:14px;height:14px}}@media screen and (max-width:480px){._headerInner_jhx41_36{height:64px;padding:12px 8px}._headerInner_jhx41_36 img{max-height:26.4px}._talkToSales_jhx41_122{min-width:152px;padding:12px 32px;min-height:44px}._talkToSales_jhx41_122 span{transform:none}._talkToSales_jhx41_122 svg{width:16px;height:16px}}._logo_jhx41_161{background-color:#87ea5c}._content_jhx41_167{position:relative;display:flex;flex:1;align-items:center;text-align:center;flex-direction:column}._topContainer_jhx41_176{margin-top:5px}._title_jhx41_179{font-size:56px;font-weight:400;margin-bottom:16px;color:#111827;font-family:Sora,sans-serif;margin-top:30px}._subtitle_jhx41_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_jhx41_198{margin-top:64px;display:flex;justify-content:center;gap:64px;flex-wrap:wrap}._circle_jhx41_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_jhx41_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_jhx41_198:hover{transform:translateY(-2px)}._circle_jhx41_198:not(._active_jhx41_248):hover:before{transform:scale(.5)}._icon_jhx41_252,._label_jhx41_253{position:relative;z-index:1}._icon_jhx41_252{font-size:28px;margin-bottom:8px}._label_jhx41_253{font-size:18px;font-weight:500}._circle_jhx41_198:not(._active_jhx41_248):hover ._icon_jhx41_252,._circle_jhx41_198:not(._active_jhx41_248):hover ._label_jhx41_253{color:#fff}._active_jhx41_248:before{transform:scale(1)}._active_jhx41_248 ._icon_jhx41_252,._active_jhx41_248 ._label_jhx41_253{color:#fff}._footerText_jhx41_284{margin-top:64px;font-size:13px;color:#6b7280}._mobileLineBreak_jhx41_290{display:none}._link_jhx41_294{color:#111827;text-decoration:underline}._label_jhx41_253{color:#396227!important;font-weight:500;font-family:Geist,sans-serif}._bottomContainer_jhx41_303{margin-top:10px}._cardBody_jhx41_307{background-color:#f3fdef;height:500px;width:518px;border-radius:16px;border:solid 1px #e4ebe9;padding:52px 48px 0}@media(max-width:600px){._cardBody_jhx41_307{width:358px;padding-bottom:48px;height:524px}}._summarySection_jhx41_322{display:flex;justify-content:center;align-items:center;height:100%;width:100%;flex:1}@media screen and (max-width:768px){._content_jhx41_167 ._summarySection_jhx41_322{padding-top:48px!important;width:100%!important;flex:1!important;justify-content:center!important;align-items:start!important}}._thanksTxt_jhx41_341{font-family:Sora,sans-serif;font-weight:500;font-size:28px;line-height:36px;padding-block:24px}._thanksTxtSub_jhx41_348{font-family:Sora,sans-serif;font-weight:400;font-size:16px;line-height:24px;padding-bottom:20px;color:#737373}._greenBtn_jhx41_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_jhx41_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_jhx41_122:hover{background-color:#a9ef8b}._animContainer_jhx41_395{display:flex;align-items:center;justify-content:center;width:115px;overflow:hidden}._btnLabel_jhx41_403{display:inline-block;transform:translateY(.8px);white-space:nowrap}._arrowRight_jhx41_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_jhx41_122:hover ._arrowRight_jhx41_410{width:0;min-width:0;margin-left:0;opacity:0;transform:translate(20px)}._arrowLeft_jhx41_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_jhx41_122:hover ._arrowLeft_jhx41_434{width:16px;min-width:16px;margin-right:10px;opacity:1;transform:translate(0)}._transparentBtn_jhx41_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_jhx41_356,._transparentBtn_jhx41_461{width:294px}}._greenBtn_jhx41_356:hover{background-color:#a9ef8b}._modeBlock_jhx41_494{margin-top:28px}._modeHeading_jhx41_498{font-family:Sora,sans-serif;font-weight:600;font-size:18px;color:#111827;margin-bottom:12px}._generalRow_jhx41_506{display:flex;justify-content:center;margin-bottom:12px}._generalPill_jhx41_512{height:38px;padding:8px 24px;font-size:14px;font-weight:500;font-family:Sora,sans-serif;border-radius:999px;background:#87ea5c;border:1px solid #87ea5c;color:#0d0d0d;cursor:pointer;transition:transform .15s ease,background-color .15s ease,border-color .15s ease}._generalPill_jhx41_512:hover{transform:translateY(-1px);border-color:#87ea5c}._generalPillUnselected_jhx41_534{height:38px;padding:8px 24px;font-size:14px;font-weight:500;font-family:Sora,sans-serif;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}._generalPillUnselected_jhx41_534:hover{transform:translateY(-1px);border-color:#87ea5c}._orText_jhx41_556{font-family:Sora,sans-serif;font-size:14px;color:#6b7280;margin:8px 0 12px}._industryRow_jhx41_563{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}._pill_jhx41_570{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_jhx41_570:hover{transform:translateY(-1px);border-color:#87ea5c}._pillActive_jhx41_592{background:#87ea5c;border-color:#87ea5c;color:#0d0d0d}._pillOutlineActive_jhx41_599{background:#87ea5c;border-color:#87ea5c}@media screen and (max-width:480px){._content_jhx41_167{padding:10px 8px 32px}._topContainer_jhx41_176{margin-top:38px}._title_jhx41_179{font-size:44px;line-height:52px;max-width:260px;margin-inline:auto}._subtitle_jhx41_188{font-size:15px;line-height:28px;max-width:360px;color:#404040}._modeBlock_jhx41_494{margin-top:22px}._modeHeading_jhx41_498{font-size:18px;margin-bottom:12px}._orText_jhx41_556{margin:16px 0}._industryRow_jhx41_563{gap:8px}._pill_jhx41_570{padding:8px 10px;font-size:12px;width:93px}._circlesRow_jhx41_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_jhx41_198 ._circle_jhx41_198:nth-child(1){order:2}._circlesRow_jhx41_198 ._circle_jhx41_198:nth-child(2){order:1;grid-column:1 / -1;justify-self:center}._circlesRow_jhx41_198 ._circle_jhx41_198:nth-child(3){order:3}._circle_jhx41_198{width:112px;height:112px;border-width:1.5px}._icon_jhx41_252 img{width:16px;height:16px;margin-bottom:6px}._label_jhx41_253{font-size:14px;line-height:18px}._bottomContainer_jhx41_303{margin-top:52px}._footerText_jhx41_284{margin-top:0;max-width:320px;margin-inline:auto;line-height:20px}._mobileLineBreak_jhx41_290{display:inline}}._heroSection_jhx41_716{text-align:center;padding:40px 32px 0}._heroTitle_jhx41_721{font-size:48px;font-weight:400;color:#111827;font-family:Sora,sans-serif;margin:0 0 12px}._heroSubtitle_jhx41_729{max-width:752px;margin:0 auto;font-size:16px;line-height:1.6;color:#404040;font-family:Sora,sans-serif}._cardsRow_jhx41_738{display:flex;gap:20px;padding:32px 32px 0;width:100%;box-sizing:border-box}._card_jhx41_307{position:relative;flex:1;border-radius:24px;border:1px solid #d6dde2;padding:24px;overflow:hidden;transition:flex .35s ease,background-color .35s ease,border-color .35s ease;background:#fff}._inboundCard_jhx41_758{background:#fff;text-align:left;overflow:hidden}._inboundCard_jhx41_758._cardActive_jhx41_764{background:#eef8e6;border-color:#c0ddb0}._outboundCard_jhx41_770{background:#fff;overflow:hidden;text-align:left}._outboundCard_jhx41_770._cardActive_jhx41_764{background:#f7f9fa;border-color:#1a1a1a}._inboundCorner_jhx41_782,._outboundCorner_jhx41_783{position:absolute;top:0;right:0;width:100px;height:100px;pointer-events:none;z-index:2}._inboundCorner_jhx41_782:before,._outboundCorner_jhx41_783:before{content:"";position:absolute;inset:0;clip-path:polygon(100% 0,0 0,100% 100%)}._inboundCorner_jhx41_782:before{background:#60a641}._outboundCorner_jhx41_783:before{background:#1a1a1a}._cornerIcon_jhx41_809{position:absolute;top:14px;right:14px;width:22px;height:22px;z-index:3}._inboundBadge_jhx41_819{display:inline-block;padding:4px 14px;border-radius:20px;border:1.5px solid #4A8133;font-size:13px;font-weight:500;color:#4a8133;background:#f3fdef;margin-bottom:24px;transition:border-color .3s ease}._cardActive_jhx41_764 ._inboundBadge_jhx41_819{border-color:#87ea5c}._outboundBadge_jhx41_836{display:inline-block;padding:4px 14px;border-radius:20px;border:1.5px solid #0D0D0D;font-size:13px;font-weight:500;color:#0d0d0d;background:#f2f9fd;margin-bottom:24px;transition:border-color .3s ease,color .3s ease}._cardActive_jhx41_764 ._outboundBadge_jhx41_836{border-color:#1a1a1a;color:#1a1a1a}._cardTitle_jhx41_854{font-family:Sora,sans-serif;font-size:28px;font-weight:500;color:#0d0d0d;margin:0 0 8px}._cardDesc_jhx41_862{font-size:14px;color:#404040;margin:0 0 20px;line-height:1.5}._cardActive_jhx41_764{flex:1.15}._cardFaded_jhx41_874{flex:.85}._modeSection_jhx41_879{margin-bottom:12px;text-align:left}._modeLabel_jhx41_884{font-weight:500;font-size:15px;color:#0d0d0d;margin-bottom:8px;font-family:Sora,sans-serif;text-align:left}._modePill_jhx41_893,._modePillActive_jhx41_894{padding:8px 24px;border-radius:999px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;border:1.5px solid #d6dde2;background:#fff;color:#111827}._modePillActive_jhx41_894{background:#fff;border-color:#111827;color:#0d0d0d}._modePillFilled_jhx41_914{padding:8px 24px;border-radius:999px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;background:#87ea5c;border:1.5px solid #87ea5c;color:#0d0d0d}._dividerRow_jhx41_926{display:flex;align-items:center;gap:16px;margin:16px 0}._dividerLine_jhx41_933{flex:1;height:1px;background:#e5e7eb}._dividerText_jhx41_939{font-size:13px;color:#a3a3a3;font-weight:500}._selectWrapper_jhx41_945{position:relative;width:100%}._selectDropdown_jhx41_950{width:100%;padding:12px 44px 12px 16px;border-radius:100px;border:1px solid #d6dde2;background:#fff;font-size:14px;color:#0d0d0d;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23737373' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;transition:border-color .2s}._selectDropdown_jhx41_950:focus{border-color:#87ea5c}._selectPlaceholder_jhx41_972{color:#a3a3a3}._selectClearBtn_jhx41_976{position:absolute;right:38px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;color:#a3a3a3;line-height:0;transition:color .2s}._selectClearBtn_jhx41_976:hover{color:#0d0d0d}._agentCircles_jhx41_995{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin-top:24px}._agentCircle_jhx41_995{width:145px;max-width:145px;height:145px;min-width:145px;min-height:145px;flex:0 0 127.358px;box-sizing:border-box;border-radius:50%;border:1.5px solid #d6dde2;background:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease}._agentCircle_jhx41_995:hover{border-color:#87ea5c;transform:translateY(-2px)}._agentActive_jhx41_1027{background:#f0fde8;border-color:#87ea5c}._cardActive_jhx41_764 ._agentCircle_jhx41_995{border-color:#c0ddb0}._cardActive_jhx41_764 ._agentCircle_jhx41_995:hover{border-color:#87ea5c}._agentIcon_jhx41_1041{margin-bottom:6px}._agentIcon_jhx41_1041 img{width:22px;height:22px}._agentName_jhx41_1050{font-size:14px;font-weight:500;color:#396227}._formGroup_jhx41_1057{margin-bottom:16px;text-align:left}._formLabel_jhx41_1062{display:block;font-size:13px;font-weight:600;color:#0d0d0d;margin-bottom:6px}._formInput_jhx41_1070{width:100%;padding:12px 16px;border-radius:100px;border:1px solid #d6dde2;background:#fff;font-size:14px;color:#0d0d0d;outline:none;box-sizing:border-box;transition:border-color .2s}._formInput_jhx41_1070:focus{border-color:#87ea5c}._formInput_jhx41_1070::placeholder{color:#a3a3a3}._phoneRow_jhx41_1091{display:flex;border-radius:100px;border:1px solid #d6dde2;overflow:hidden;transition:border-color .2s}._phoneRow_jhx41_1091:focus-within{border-color:#87ea5c}._phonePrefix_jhx41_1103{display:flex;align-items:center;gap:6px;padding:0 12px;background:#f9fafb;border-right:1.5px solid #e5e7eb;font-size:14px;color:#0d0d0d;white-space:nowrap}._phoneInput_jhx41_1115{flex:1;padding:10px 16px;border:none;font-size:14px;color:#0d0d0d;outline:none;background:#fff}._phoneInput_jhx41_1115::placeholder{color:#a3a3a3}._termsRow_jhx41_1129{display:flex;align-items:flex-start;gap:10px;margin-top:4px;margin-bottom:10px;text-align:left}._termsCheckbox_jhx41_1138{flex-shrink:0;width:16px;height:16px;margin-top:2px;accent-color:#87ea5c;cursor:pointer}._termsLabel_jhx41_1147{font-size:13px;line-height:1.4;color:#0d0d0d;cursor:pointer}._termsDisclaimer_jhx41_1154{font-size:11px;line-height:1.5;color:#6b7280;margin:0 0 12px;text-align:left}._getCallBtn_jhx41_1162{width:100%;height:48px;border-radius:24px;border:none;background:#87ea5c;color:#0d0d0d;font-size:15px;font-weight:600;cursor:pointer;transition:filter .2s;font-family:Sora,sans-serif;margin-top:8px}._getCallBtn_jhx41_1162:hover{filter:brightness(1.05)}._getCallBtn_jhx41_1162:disabled{opacity:.5;cursor:not-allowed}._footerSection_jhx41_1187{padding:24px 32px 32px;text-align:center}@media screen and (max-width:768px){._heroTitle_jhx41_721{font-size:32px}._heroSubtitle_jhx41_729{font-size:14px}._heroSection_jhx41_716{padding:24px 16px 0}._cardsRow_jhx41_738{flex-direction:column;padding:24px 16px 0}._card_jhx41_307{padding:24px 20px 28px}._cardTitle_jhx41_854{font-size:24px}._cardActive_jhx41_764,._cardFaded_jhx41_874{flex:1}}@media screen and (max-width:820px){._agentCircles_jhx41_995{display:grid;grid-template-columns:1fr 1fr;justify-items:center;align-items:center;column-gap:12px;row-gap:10px;width:fit-content;margin:20px auto 0}._agentCircle_jhx41_995{flex:none;width:clamp(96px,32vw,128px);min-width:0;max-width:none;height:auto;min-height:0;aspect-ratio:1 / 1}._agentCircle_jhx41_995:nth-child(1){grid-row:1;grid-column:1}._agentCircle_jhx41_995:nth-child(2){grid-row:1;grid-column:2}._agentCircle_jhx41_995:nth-child(3){grid-row:2;grid-column:1 / span 2}._agentIcon_jhx41_1041{margin-bottom:4px}._agentName_jhx41_1050{font-size:13px}._agentIcon_jhx41_1041 img{width:18px;height:18px}}
