@font-face{font-family:Manrope;src:url(/fonts/manrope-400.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-500.ttf) format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-600.ttf) format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-700.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-800.ttf) format("truetype");font-style:normal;font-weight:800;font-display:swap}:root{--ink:#11130f;--muted:#656861;--paper:#f5f4ef;--white:#fff;--line:#dcded6;--acid:#dfff54;--blue:#635bff;--cyan:#68e4ef;--night:#111912;--serif:Georgia,"Times New Roman",serif;--sans:"Manrope",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(1360px,calc(100% - 72px));margin-inline:auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(226,232,240,.8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;gap:10px;font-weight:800;letter-spacing:-.03em;color:#0f172a}.brand,.nav{align-items:center}.nav{display:flex;gap:32px}.nav a{font-size:14px;font-weight:600;color:#475569;transition:color .15s ease}.nav a:hover,.text-link{color:#0f172a}.text-link{font-size:14px;font-weight:600;transition:color .15s ease}.text-link:hover{color:#2563eb}.header-actions{display:flex;align-items:center;gap:18px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:10px 18px;font-weight:600;font-size:13.5px;border:1px solid transparent;transition:all .2s ease}.button:hover{transform:translateY(-1px)}.button-dark{background:#0f172a;color:#fff}.button-dark:hover{background:#2563eb}.hero{min-height:720px;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;grid-gap:70px;gap:70px;padding-block:74px 80px}.eyebrow,.section-index{display:inline-flex;align-items:center;gap:7px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700}.hero h1{font-family:var(--serif);font-size:clamp(58px,6vw,92px);line-height:.94;letter-spacing:-.065em;margin:28px 0}.hero h1,.hero h1 em{font-weight:400}.hero-copy>p{max-width:575px;line-height:1.55;color:#4e514a}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:36px}.quiet-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.hero-proof{display:flex;gap:20px;margin-top:34px;color:var(--muted);font-size:12px}.hero-proof span{display:flex;gap:5px;align-items:center}.hero-product{position:relative}.hero-product:before{content:"";position:absolute;inset:-80px -40px;background:radial-gradient(circle at 60% 40%,rgba(99,91,255,.2),transparent 55%);filter:blur(15px);z-index:-1}.demo-card{background:#fff;border:1px solid #d8dad3;border-radius:22px;box-shadow:0 36px 90px rgba(33,35,28,.14);overflow:hidden;min-height:580px}.demo-topbar{height:66px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.demo-switch{padding:4px;background:#f1f1ed;border-radius:100px;display:flex}.demo-switch button{border:0;background:transparent;border-radius:100px;padding:9px 15px;display:flex;gap:7px;align-items:center;font-size:13px;color:#60625d;cursor:pointer}.demo-switch button.active{background:#fff;color:var(--ink);box-shadow:0 2px 8px rgba(0,0,0,.07)}.live-label{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:6px}.live-label i{width:7px;height:7px;border-radius:50%;background:#64c65a;box-shadow:0 0 0 4px #e7f6e5}.chat-demo{display:flex;flex-direction:column;min-height:513px}.chat-context{padding:22px 24px 15px;display:flex;align-items:center;gap:11px}.avatar{width:39px;height:39px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-weight:700}.chat-context div{display:flex;flex-direction:column}.chat-context strong{font-size:13px}.chat-context small{font-size:11px;color:var(--muted)}.message-list{padding:8px 24px;display:flex;flex-direction:column;gap:13px;flex:1 1;max-height:360px;overflow-y:auto}.message{max-width:78%;border-radius:16px;padding:13px 16px;font-size:13px;line-height:1.45}.message.assistant{align-self:flex-start;background:#f0f0ec;border-bottom-left-radius:4px}.message.visitor{align-self:flex-end;background:var(--blue);color:#fff;border-bottom-right-radius:4px}.typing{display:flex;gap:4px;background:#f0f0ec;padding:14px;width:max-content;border-radius:14px}.typing span{width:5px;height:5px;border-radius:50%;background:#999;animation:bounce 1s infinite}.typing span:nth-child(2){animation-delay:.12s}.typing span:nth-child(3){animation-delay:.24s}@keyframes bounce{50%{transform:translateY(-3px)}}.chat-input{margin:16px 20px 20px;display:flex;border:1px solid #d3d5ce;background:#fff;border-radius:14px;padding:6px}.chat-input input{border:0;outline:0;padding:9px 10px;flex:1 1;min-width:0;font-size:12px}.chat-input button{width:38px;height:38px;border-radius:10px;border:0;background:var(--ink);color:#fff;display:grid;place-items:center;cursor:pointer}.voice-demo{min-height:513px;flex-direction:column;text-align:center;padding:34px}.voice-demo,.voice-orb{display:flex;align-items:center;justify-content:center}.voice-orb{width:220px;height:220px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#f8ffbd,rgba(223,255,84,.55) 30%,rgba(104,228,239,.55) 58%,rgba(99,91,255,.6));gap:7px;box-shadow:inset 0 0 35px hsla(0,0%,100%,.65),0 24px 60px rgba(99,91,255,.16)}.voice-orb span{width:5px;height:35px;background:#10140d;border-radius:5px;animation:wave 1.1s ease-in-out infinite}.voice-orb span:nth-child(2),.voice-orb span:nth-child(6){height:65px;animation-delay:.12s}.voice-orb span:nth-child(3),.voice-orb span:nth-child(5){height:90px;animation-delay:.25s}.voice-orb span:nth-child(4){height:115px;animation-delay:.36s}.voice-orb:not(.listening) span{animation-play-state:paused}.voice-orb.listening{animation:pulse 2s infinite}@keyframes wave{50%{transform:scaleY(.45)}}@keyframes pulse{50%{box-shadow:inset 0 0 35px #fff,0 0 0 18px rgba(104,228,239,.12),0 30px 70px rgba(99,91,255,.25)}}.voice-kicker{text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:700;margin:24px 0 5px}.voice-demo h3{font-family:var(--serif);font-weight:400;font-size:34px;margin:0}.voice-demo>p:not(.voice-kicker){max-width:440px;color:var(--muted);font-size:13px}.call-button{border:0;border-radius:100px;background:var(--ink);color:#fff;padding:13px 20px;display:flex;align-items:center;gap:9px;cursor:pointer}.call-button.end{background:#d74c40}.channel-rail{background:var(--ink);color:#fff;border-bottom:1px solid #30322d}.channel-inner{min-height:90px}.channel-inner>span{color:#9ea198;font-size:12px}.channel-inner div{gap:38px}.channel-inner b{font-weight:500}.section{padding-block:130px}.proof-grid h2,.section-heading h2,.story-copy h2{font-family:var(--serif);font-size:clamp(43px,4.4vw,70px);line-height:1;letter-spacing:-.05em;font-weight:400;margin:20px 0}.section-heading>p{max-width:540px;color:var(--muted);font-size:18px;line-height:1.6}.split-heading{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:80px;gap:80px;margin-bottom:66px}.section-index{color:var(--blue)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.product-card{position:relative;min-height:380px;border-radius:20px;padding:34px;border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column;align-items:flex-start}.product-card:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;right:-70px;top:-70px;background:hsla(0,0%,100%,.3)}.product-card svg{position:relative;z-index:1}.product-card h3{font-family:var(--serif);font-size:34px;line-height:1.07;max-width:420px;margin:80px 0 12px;font-weight:400}.product-card p{max-width:450px;color:#42453f}.product-card a{margin-top:auto;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.card-number{position:absolute;right:28px;top:25px;font-family:var(--serif);font-size:14px}.product-1{background:#dcf66d}.product-2{background:#c9d4ff}.product-3{background:#d5f4f0}.product-4{background:#edddd0}.story-section{background:var(--night);color:#fff;padding-block:140px}.story-grid{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:100px;gap:100px;align-items:center}.section-index.light{color:var(--acid)}.proof-grid p,.story-copy p{color:#b8bcb4;font-size:18px;max-width:560px}.story-copy ul{padding:0;margin:35px 0 0;list-style:none;display:grid;grid-gap:15px;gap:15px}.story-copy li{display:flex;align-items:center;gap:10px;font-size:14px}.story-copy li svg{color:var(--acid)}.timeline-card{background:#f4f4ef;color:var(--ink);border-radius:22px;padding:24px;box-shadow:0 30px 80px rgba(0,0,0,.28)}.timeline-head{display:flex;justify-content:space-between;border-bottom:1px solid #d9dbd4;padding:0 5px 18px;font-weight:700}.timeline-head small{background:#dff574;padding:4px 9px;border-radius:50px}.timeline-row{position:relative;display:flex;align-items:center;gap:15px;padding:21px 5px 21px 36px;border-bottom:1px solid #dedfd9}.timeline-row:last-child{border:0}.timeline-row .dot{position:absolute;left:8px;width:12px;height:12px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px #dedafc}.timeline-row .d1{background:#65dbe6}.timeline-row .d2{background:#64bb58}.timeline-row .d3{background:#d0e837}.timeline-row .d4{background:#111}.timeline-row div{display:flex;flex-direction:column;flex:1 1}.timeline-row strong{font-size:13px}.timeline-row span,.timeline-row time{color:var(--muted);font-size:11px}.centered{text-align:center;max-width:900px;margin:0 auto 65px}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:20px;overflow:hidden}.industry-grid article{min-height:220px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:hsla(0,0%,100%,.28)}.industry-grid article:nth-child(3n){border-right:0}.industry-grid article:nth-child(n+4){border-bottom:0}.industry-grid h3{font-family:var(--serif);font-size:27px;font-weight:400;margin:34px 0 8px}.industry-grid p{color:var(--muted);font-size:14px;max-width:260px}.how{border-top:1px solid var(--line)}.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink)}.steps article{padding:25px 28px 40px 0;border-right:1px solid var(--line);min-height:240px}.steps article+article{padding-left:28px}.steps article:last-child{border-right:0}.steps span{font-size:12px;color:var(--blue)}.steps h3{font-family:var(--serif);font-weight:400;font-size:30px;margin:70px 0 8px}.steps p{font-size:14px;color:var(--muted)}.proof-section{background:var(--night);color:#fff;padding-block:130px}.proof-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:100px;gap:100px;align-items:center}.analytics-card{background:#f7f7f2;color:var(--ink);border-radius:20px;padding:25px}.analytics-head{display:flex;justify-content:space-between;padding-bottom:22px}.analytics-head span{font-weight:700}.analytics-head small{color:var(--muted)}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.metric-row div{background:#fff;border:1px solid var(--line);border-radius:13px;padding:16px;display:flex;flex-direction:column}.metric-row small{color:var(--muted)}.metric-row b{font-family:var(--serif);font-size:27px}.chart{height:180px;display:flex;align-items:flex-end;gap:11px;margin-top:18px;padding:20px 12px 0;border-bottom:1px solid var(--line);background:linear-gradient(#fff0,#fff)}.chart span{flex:1 1;background:var(--blue);border-radius:7px 7px 0 0}.chart span:first-child{height:32%}.chart span:nth-child(2){height:45%}.chart span:nth-child(3){height:40%}.chart span:nth-child(4){height:62%}.chart span:nth-child(5){height:56%}.chart span:nth-child(6){height:77%}.chart span:nth-child(7){height:70%}.chart span:nth-child(8){height:91%}.chart span:nth-child(9){height:83%}.legend{font-size:10px;color:var(--muted);display:flex;gap:20px;margin-top:15px}.legend i{width:7px;height:7px;background:var(--blue);border-radius:50%;margin-right:-14px}.pricing-panel{background:#e6e5ff;border-radius:26px;padding:55px;display:grid;grid-template-columns:1.1fr .8fr;grid-gap:30px 75px;gap:30px 75px;align-items:center}.pricing-copy h2{font-family:var(--serif);font-size:54px;line-height:1;letter-spacing:-.05em;font-weight:400;margin:18px 0}.pricing-copy p{color:#565961;max-width:570px}.price{display:flex;flex-direction:column;border-left:1px solid rgba(17,19,15,.22);padding-left:45px}.price small{font-size:12px}.price strong{font-family:var(--serif);font-weight:400;letter-spacing:-.04em}.price span{font-weight:600}.pricing-panel ul{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;padding:0;list-style:none;margin:0}.pricing-panel li{display:flex;gap:7px;align-items:center;font-size:13px}.pricing-panel li svg{width:17px;color:var(--blue)}.pricing-panel .button{justify-self:end;background:var(--ink);color:#fff}.trust{padding-top:40px}.trust-row{display:grid;grid-template-columns:repeat(5,1fr);border-block:1px solid var(--line)}.trust-row span{display:flex;flex-direction:column;gap:25px;padding:30px 20px;border-right:1px solid var(--line);font-size:13px}.trust-row span:last-child{border:0}.final-cta{background:var(--blue);color:#fff;border-radius:28px;padding:75px;display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:90px}.final-cta span{text-transform:uppercase;font-size:11px;letter-spacing:.15em}.final-cta h2{font-family:var(--serif);font-weight:400;font-size:62px;line-height:1;margin:18px 0 0;letter-spacing:-.05em}.footer{background:var(--ink);color:#fff;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);grid-gap:60px;gap:60px;padding-bottom:60px}.footer-grid>div{display:flex;flex-direction:column;gap:10px}.footer-grid p{color:#989b93;max-width:260px}.footer-grid b{margin-bottom:10px;font-size:13px}.footer-grid a:not(.brand){color:#b4b7af;font-size:12px}.footer-bottom{border-top:1px solid #30322d;padding-top:22px;display:flex;justify-content:space-between;color:#82867d;font-size:11px}@media(max-width:1050px){.hero{grid-template-columns:1fr;padding-top:70px}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-proof{justify-content:center}.proof-grid,.split-heading,.story-grid{grid-template-columns:1fr;gap:45px}.product-grid{grid-template-columns:1fr 1fr}.channel-inner{flex-direction:column;justify-content:center;gap:15px}.industry-grid{grid-template-columns:repeat(2,1fr)}.industry-grid article:nth-child(3n){border-right:1px solid var(--line)}.industry-grid article:nth-child(2n){border-right:0}.industry-grid article:nth-child(n+4){border-bottom:1px solid var(--line)}.industry-grid article:nth-child(n+5){border-bottom:0}.steps{grid-template-columns:repeat(2,1fr)}.pricing-panel{grid-template-columns:1fr}.price{border-left:0;border-top:1px solid rgba(17,19,15,.22);padding:25px 0 0}.pricing-panel .button{justify-self:start}.trust-row{grid-template-columns:repeat(3,1fr)}.final-cta{align-items:flex-start;flex-direction:column;gap:35px}.footer-grid{grid-template-columns:2fr repeat(3,1fr)}}@media(max-width:760px){.shell{width:min(100% - 32px,1360px)}.header-inner{height:68px}.desktop-only,.nav{display:none}.header-actions{gap:10px}.header-actions .button{padding:8px 14px;font-size:12.5px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--serif:Manrope,Arial,sans-serif;--sans:Manrope,Arial,sans-serif;--paper:#fff;--ink:#141612;--line:#d8dad3;--blue:#554cf4;--acid:#d9ff57}body{font-family:var(--sans);letter-spacing:-.012em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.site-header{background:hsla(0,0%,100%,.94)}.header-inner{height:80px}.brand{font-size:20px;letter-spacing:-.035em}.nav{gap:38px}.nav a,.text-link{font-size:13px;letter-spacing:-.005em}.button{border-radius:9px;padding:14px 21px}.hero{min-height:760px;grid-template-columns:.88fr 1.12fr;gap:82px;padding-block:88px 96px}.hero h1{font-family:var(--sans);font-size:clamp(56px,5.45vw,84px);font-weight:600;line-height:1.01;letter-spacing:-.06em;margin:30px 0}.hero h1 em{font-style:normal;font-weight:600;color:var(--blue)}.hero-copy>p{font-size:18px;line-height:1.7;max-width:610px;letter-spacing:-.015em}.eyebrow,.section-index{font-size:10px;letter-spacing:.17em}.hero-proof{padding-top:24px;border-top:1px solid var(--line);margin-top:38px;gap:26px}.demo-card{border-radius:16px;box-shadow:0 28px 80px rgba(25,28,22,.12);border-color:#cfd1ca}.channel-rail{background:transparent!important;border:none!important;color:inherit}.channel-inner{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}.channel-inner>span{font-size:13px;font-weight:500;color:#94a3b8}.channel-inner div{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.channel-inner b{font-size:13px;font-weight:600;color:#f1f5f9}.section{padding-block:144px}.final-cta h2,.pricing-copy h2,.proof-grid h2,.section-heading h2,.story-copy h2{font-family:var(--sans);font-weight:600;letter-spacing:-.055em}.proof-grid h2,.section-heading h2,.story-copy h2{font-size:clamp(42px,4vw,64px);line-height:1.06}.proof-grid p,.section-heading>p,.story-copy p{font-size:17px}.split-heading{align-items:flex-end;margin-bottom:74px}.product-grid{gap:20px}.product-card{min-height:360px;border-radius:12px;background:#fff;padding:38px;box-shadow:0 8px 30px rgba(26,29,22,.035)}.product-card:after{display:none}.product-card h3{font-family:var(--sans);font-size:30px;font-weight:600;line-height:1.16;letter-spacing:-.04em}.product-card p{line-height:1.7;color:#5d6059}.product-card svg{color:var(--blue)}.product-1{border-top:3px solid var(--blue)}.product-2{border-top:3px solid #1a1c18}.product-3{border-top:3px solid #26a8b4}.product-4{border-top:3px solid #9abf25}.proof-section,.story-section{background:#151713}.analytics-card,.timeline-card{border-radius:12px;box-shadow:none;border:1px solid #30332d}.industry-grid{border-radius:12px;background:#fff}.industry-grid article{background:#fff;min-height:230px}.industry-grid h3,.steps h3{font-family:var(--sans);font-weight:600;letter-spacing:-.035em;font-size:25px}.steps article{min-height:260px}.steps h3{margin-top:82px}.pricing-panel{background:#171914;color:#fff;border-radius:16px;padding:64px;grid-template-columns:1.1fr .75fr;box-shadow:0 25px 70px rgba(20,22,18,.12)}.pricing-panel .section-index{color:var(--acid)}.pricing-copy p{color:#b8bcb4}.price{border-left-color:#42463d}.price strong{font-family:var(--sans);font-size:48px;font-weight:600;letter-spacing:-.05em}.pricing-panel li svg{color:var(--acid)}.pricing-panel .button{background:var(--acid);color:var(--ink)}.trust-row span{min-height:145px;justify-content:space-between}.trust-row svg{color:var(--blue)}.final-cta{background:#554cf4;border-radius:16px;padding:80px}.final-cta h2{font-size:58px;line-height:1.06}.footer{background:#151713}.footer-grid{padding-bottom:72px}@media(max-width:760px){.header-inner{height:68px}.hero{padding-block:58px 70px}.hero h1{font-size:48px}.section{padding-block:92px}.product-card{min-height:300px}.pricing-panel{padding:34px 25px}.final-cta{padding:46px 28px}.final-cta h2{font-size:42px}}body,html{font-size:17px}body{line-height:1.65}.brand{font-size:22px}.nav a,.text-link{font-size:15px;font-weight:500}.button{font-size:15px;padding:15px 23px}.hero h1{font-size:clamp(62px,5.8vw,92px);line-height:1.02}.hero-copy>p{font-size:20px;line-height:1.72;max-width:640px}.eyebrow,.section-index{font-size:12px;letter-spacing:.15em}.quiet-link{font-size:15px}.hero-proof{font-size:14px}.demo-switch button{font-size:14px;padding:10px 17px}.live-label{font-size:12px}.chat-context strong{font-size:15px}.chat-context small{font-size:12px}.message{line-height:1.6;padding:14px 17px}.chat-input input,.message{font-size:14px}.voice-kicker{font-size:11px}.voice-demo h3{font-size:38px}.voice-demo>p:not(.voice-kicker){font-size:14px;line-height:1.65}.call-button,.channel-inner>span{font-size:14px}.channel-inner b{font-size:15px}.proof-grid h2,.section-heading h2,.story-copy h2{font-size:clamp(48px,4.35vw,70px);line-height:1.07}.proof-grid p,.section-heading>p,.story-copy p{font-size:19px;line-height:1.75}.product-card h3{font-size:33px;line-height:1.18}.product-card p{font-size:16px;line-height:1.75}.product-card a{font-size:14px}.story-copy li,.timeline-head{font-size:16px}.timeline-row strong{font-size:14px}.timeline-row span,.timeline-row time{font-size:12px}.industry-grid h3,.steps h3{font-size:28px}.industry-grid p,.steps p{font-size:15px;line-height:1.7}.price small{font-size:14px}.price strong{font-size:52px}.price span{font-size:16px}.pricing-panel li,.trust-row span{font-size:15px}.final-cta span{font-size:12px}.final-cta h2{font-size:64px}.footer-grid p{font-size:14px;line-height:1.7}.footer-grid b{font-size:15px}.footer-grid a:not(.brand){font-size:14px}.footer-bottom{font-size:13px}@media(max-width:760px){.nav a,body,html{font-size:16px}.header-actions .button{font-size:13px}.hero h1{font-size:52px}.hero-copy>p{font-size:18px}.proof-grid h2,.section-heading h2,.story-copy h2{font-size:44px}.proof-grid p,.section-heading>p,.story-copy p{font-size:17px}.product-card h3{font-size:29px}.product-card p{font-size:15px}.price strong{font-size:44px}.final-cta h2{font-size:45px}.footer-grid a:not(.brand){font-size:13px}}@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap");.retell-video-hero-section{max-width:100%;padding:0 10px;margin:10px auto 0}.retell-video-card,.retell-video-hero-section{position:relative;width:100%;box-sizing:border-box}.retell-video-card{min-height:640px;height:clamp(640px,84vh,860px);border-radius:28px;overflow:hidden;padding:0!important;box-shadow:0 28px 70px rgba(0,18,46,.22),0 4px 20px rgba(0,0,0,.1);background:#03173d}.retell-card-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover;object-position:center;z-index:1;pointer-events:none}.retell-card-split-content{position:relative;z-index:10;width:100%;height:100%;min-height:520px;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;justify-content:space-between;grid-gap:16px;gap:16px;padding:36px 40px 36px 80px;box-sizing:border-box;background:radial-gradient(circle at 50% 50%,rgba(0,18,55,.05) 0,rgba(0,12,36,.35) 100%)}.hero-split-left{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:580px}.hero-split-headline{font-family:Manrope,Georgia,Times New Roman,serif!important;font-size:clamp(32px,3.6vw,56px);font-weight:400;line-height:1.08;letter-spacing:-.022em;color:#fff;margin:0 0 20px;text-shadow:0 4px 30px rgba(0,0,0,.4)}.hero-split-subtext{font-size:16.5px;line-height:1.6;color:hsla(0,0%,100%,.85);margin:0;max-width:500px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-split-right{display:flex;justify-content:flex-end;width:100%}.hero-interactive-window{width:100%;max-width:580px;height:480px;background:linear-gradient(145deg,hsla(0,0%,100%,.88),rgba(245,249,255,.72));border:1px solid hsla(0,0%,100%,.95);backdrop-filter:blur(40px) saturate(220%) brightness(1.04);-webkit-backdrop-filter:blur(40px) saturate(220%) brightness(1.04);border-radius:24px;box-shadow:0 32px 80px rgba(0,18,55,.28),0 8px 24px rgba(0,18,55,.12),inset 0 1.5px 0 #fff,inset 0 -1.5px 0 rgba(180,205,245,.4);display:flex;flex-direction:column;overflow:hidden}.hero-window-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.08);background:#f8f9fc}.hero-tab-pills{display:flex;align-items:center;gap:4px;background:#eff1f5;padding:3px;border-radius:100px;border:1px solid rgba(0,0,0,.07)}.hero-tab-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:100px;font-size:12.5px;font-weight:600;color:#6b7280;background:transparent;border:none;cursor:pointer;transition:all .2s ease}.hero-tab-pill.active{background:#3e6aef;color:#fff;box-shadow:0 2px 8px rgba(62,106,239,.3)}.hero-status-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#4ade80}.pulse-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 8px #4ade80;animation:pulseGlow 1.8s ease-in-out infinite}@keyframes pulseGlow{0%,to{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}.hero-chat-body{justify-content:space-between;padding:16px;overflow:hidden}.chat-messages-area,.hero-chat-body{display:flex;flex-direction:column;flex:1 1}.chat-messages-area{gap:10px;overflow-y:auto;padding-right:4px}.chat-bubble-row{align-items:flex-start;gap:8px}.chat-bubble-row.user-row{justify-content:flex-end}.agent-avatar-thumb{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#3b82f6);display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-bubble{padding:10px 13px;border-radius:12px;font-size:12.5px;line-height:1.45;max-width:82%}.bot-bubble{background:#f0f4ff;color:#1a1a2e;border:1px solid rgba(62,106,239,.12);border-top-left-radius:3px}.user-bubble{background:#3e6aef;color:#fff;border-top-right-radius:3px}.chat-input-bar{display:flex;align-items:center;gap:8px;margin-top:12px;background:#f3f4f8;border:1px solid rgba(0,0,0,.1);border-radius:10px;padding:3px 4px 3px 12px}.chat-input-bar input{flex:1 1;background:transparent;border:none;outline:none;font-size:13px;color:#1a1a2e}.chat-input-bar input::placeholder{color:#9ca3af}.send-btn{width:30px;height:30px;border-radius:7px;background:#3e6aef;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.send-btn:hover{background:#2563eb}.hero-call-body{display:flex;flex-direction:column;flex:1 1;align-items:center;justify-content:space-between;padding:22px 18px 18px;text-align:center}.call-visualizer-container{display:flex;flex-direction:column;align-items:center;gap:18px;margin:auto 0}.call-ball-video-wrap{width:180px;height:180px;border-radius:50%;overflow:hidden;position:relative;flex-shrink:0;box-shadow:0 0 48px rgba(62,106,239,.3),0 0 80px rgba(62,106,239,.12)}.call-ball-video{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}@keyframes orbFloating{0%{transform:translateY(0) scale(1);filter:hue-rotate(0deg)}to{transform:translateY(-6px) scale(1.04);filter:hue-rotate(30deg)}}@keyframes orbPulseLive{0%{transform:scale(.95);filter:hue-rotate(0deg)}to{transform:scale(1.12);filter:hue-rotate(60deg)}}@keyframes ringExpand{0%{transform:scale(.7);opacity:.8}to{transform:scale(1.35);opacity:0}}.call-status-label{font-size:12.5px;font-weight:500;color:#4b5563}.call-footer-action{width:100%}.call-mic-toggle-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 18px;border-radius:10px;font-size:13px;font-weight:600;color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 4px 14px rgba(37,99,235,.4);cursor:pointer;transition:all .2s ease}.call-mic-toggle-btn:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);transform:translateY(-1px);box-shadow:0 6px 20px rgba(37,99,235,.5)}.call-mic-toggle-btn.btn-calling{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 4px 14px rgba(220,38,38,.4)}@media (max-width:990px){.retell-card-split-content{grid-template-columns:1fr;gap:36px;padding:40px 28px}.hero-split-left{max-width:100%;text-align:center;align-items:center}.hero-split-right{justify-content:center}}@media (max-width:768px){.retell-video-card{min-height:auto;padding:32px 24px;border-radius:20px}.retell-card-headline{margin:32px 0;font-size:44px}.retell-card-bottom-bar{flex-direction:column;align-items:flex-start;gap:20px}.retell-card-demo-btn{width:100%;justify-content:space-between}}.hero-channel-white-pill{display:inline-flex;align-items:center;gap:16px;margin-top:24px;padding:8px 18px 8px 16px;background:hsla(0,0%,100%,.94);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid #fff;border-radius:100px;box-shadow:0 12px 30px rgba(0,18,55,.18),0 2px 8px rgba(0,0,0,.06)}.hero-channel-label{font-size:12px;font-weight:700;color:#475569;letter-spacing:-.01em;white-space:nowrap}.hero-channel-icons{display:flex;align-items:center;gap:10px}.hero-ch-icon-circle{width:34px;height:34px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border:1px solid rgba(0,0,0,.05)}.hero-ch-icon-circle:hover{transform:translateY(-2px);background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.site-header{height:72px;background:transparent;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding-top:12px;pointer-events:none}.header-inner.shell{position:relative;height:60px;width:min(1360px,calc(100% - 32px));padding:0 18px 0 20px;background:linear-gradient(135deg,hsla(0,0%,100%,.82),rgba(245,248,255,.62));border:1px solid hsla(0,0%,100%,.74);border-radius:14px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.95),0 12px 38px rgba(5,17,39,.13),0 2px 8px rgba(5,17,39,.06);backdrop-filter:blur(24px) saturate(165%);-webkit-backdrop-filter:blur(24px) saturate(165%);pointer-events:auto}.header-inner:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(110deg,hsla(0,0%,100%,.26),transparent 34%,rgba(118,220,255,.08));pointer-events:none}.header-inner>*{position:relative;z-index:1}.header-actions .button-dark{background:#0f1c3d;color:#fff;font-size:13.5px;font-weight:600;padding:9px 20px;border-radius:10px;border:1px solid hsla(0,0%,100%,.12);box-shadow:0 4px 14px rgba(10,20,60,.28);letter-spacing:.01em;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center}.header-actions .button-dark:hover{background:#1a2f5a;box-shadow:0 6px 20px rgba(10,20,60,.38);transform:translateY(-1px)}.nav a,.text-link{transition:opacity .2s ease,color .2s ease}.nav a:hover,.text-link:hover{color:var(--blue)}.hero{margin-top:-72px;padding-top:116px}@media(max-width:900px){.site-header{padding-top:8px}.header-inner.shell{height:58px;width:calc(100% - 20px);padding-inline:14px;border-radius:12px}.hero{margin-top:-72px;padding-top:106px}}@media(max-width:600px){.site-header{height:66px;padding-top:7px}.header-inner.shell{height:54px}.hero{margin-top:-66px;padding-top:96px}}#platform{--ref-blue:#5d9df7;--ref-ink:#111317;--ref-muted:#777d87;--ref-line:#e7e9ed;width:100%;max-width:none;margin:0;padding:112px 0 96px;background:#fff;color:var(--ref-ink)}#platform>.section-heading{display:none}.bento-platform-showcase{display:flex;flex-direction:column;gap:24px;margin-top:36px}.bento-grid-row{display:grid;grid-gap:24px;gap:24px}.bento-grid-row.top-row{grid-template-columns:1.25fr 1fr}.bento-grid-row.bottom-row{grid-template-columns:1fr 1fr}.bento-card{border-radius:24px;padding:36px 32px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.bento-card:hover{transform:translateY(-4px)}.bento-card-dark{background:#0f172a;border:1px solid #1e293b;box-shadow:0 20px 40px -15px rgba(15,23,42,.25)}.bento-card-light{background:#fff;border:1px solid #e2e8f0;box-shadow:0 20px 40px -15px rgba(0,0,0,.05)}.bento-card-header{display:flex;align-items:center;justify-content:space-between}.bento-badge-dark{color:#38bdf8;background:rgba(56,189,248,.12)}.bento-badge-dark,.bento-badge-light{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:3px 8px;border-radius:6px}.bento-badge-light{color:#0284c7;background:#e0f2fe}.bento-live-telemetry{font-size:11px;font-weight:600;color:#94a3b8}.bento-audit-tag{font-size:11px;font-weight:700;color:#059669;background:#ecfdf5;padding:2px 7px;border-radius:4px}.bento-card-title-group h3{margin:0 0 8px;font-size:22px;font-weight:700;letter-spacing:-.03em}.bento-card-dark .bento-card-title-group h3{color:#fff}.bento-card-light .bento-card-title-group h3{color:#0f172a}.bento-card-title-group p{margin:0;font-size:14px;line-height:1.55}.bento-card-dark .bento-card-title-group p{color:#94a3b8}.bento-card-light .bento-card-title-group p{color:#64748b}.bento-inbox-queue{display:flex;flex-direction:column;gap:8px}.queue-item-card{background:rgba(30,41,59,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:all .2s ease}.queue-item-card.highlight{background:rgba(30,41,59,.95);border-color:#38bdf8;box-shadow:0 4px 16px rgba(56,189,248,.15)}.queue-item-left{display:flex;align-items:center;gap:10px;flex:1 1}.queue-ch-icon{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.queue-ch-icon.whatsapp{background:rgba(37,211,102,.15);color:#25d366}.queue-ch-icon.voice{background:rgba(56,189,248,.15);color:#38bdf8}.queue-ch-icon.web{background:rgba(148,163,184,.15);color:#cbd5e1}.queue-item-copy{display:flex;flex-direction:column}.queue-sender-line{display:flex;align-items:center;gap:6px}.queue-sender-line strong{font-size:12px;color:#fff}.queue-time{font-size:10px;color:#64748b}.queue-item-copy p{margin:2px 0 0;font-size:11px;color:#cbd5e1;line-height:1.4}.queue-status-tag{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;padding:3px 7px;border-radius:4px;flex-shrink:0}.queue-status-tag.whatsapp{background:rgba(37,211,102,.15);color:#4ade80}.queue-status-tag.voice{background:rgba(56,189,248,.15);color:#38bdf8}.queue-status-tag.web{background:rgba(245,158,11,.15);color:#fbbf24}.bento-sources-preview{display:flex;flex-direction:column;gap:10px}.bento-doc-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.doc-meta{flex:1 1;display:flex;flex-direction:column}.doc-meta strong{font-size:12px;color:#0f172a}.doc-meta small{font-size:10px;color:#64748b}.doc-match-chip{font-size:10px;font-weight:700;color:#0284c7;background:#e0f2fe;padding:2px 6px;border-radius:4px}.doc-match-chip.green{color:#047857;background:#ecfdf5}.grounding-enforcement-pill{display:flex;align-items:center;gap:6px;font-size:11px;color:#065f46;background:#ecfdf5;padding:8px 12px;border-radius:8px;border:1px solid #a7f3d0}.takeover-speed{font-size:11px;font-weight:700;color:#059669}.takeover-simulator-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:10px}.takeover-status-row{display:flex;align-items:center;justify-content:space-between}.takeover-agent-info{display:flex;align-items:center;gap:8px}.agent-status-indicator{width:8px;height:8px;border-radius:50%;background:#10b981}.takeover-agent-info strong{font-size:12px;color:#0f172a}.pause-ai-badge{font-size:10px;font-weight:700;color:#0284c7;background:#e0f2fe;padding:2px 7px;border-radius:4px}.takeover-summary-snippet small{display:block;font-size:10px;font-weight:700;text-transform:uppercase;color:#64748b;margin-bottom:4px}.takeover-summary-snippet p{margin:0;font-size:12px;line-height:1.45;color:#334155;font-style:italic}.bento-actions-terminal{display:flex;flex-direction:column;gap:8px}.terminal-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:rgba(30,41,59,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;font-size:12px;color:#e2e8f0}.terminal-row small{font-size:10px;font-weight:700;color:#4ade80;background:rgba(74,222,128,.12);padding:2px 6px;border-radius:4px}@media (max-width:1024px){.bento-grid-row.bottom-row,.bento-grid-row.top-row{grid-template-columns:1fr}}.editorial-context{padding:126px 0 132px;background:#fff;color:var(--brand-navy)}.editorial-context-heading{max-width:850px;margin:0 auto 78px;text-align:center}.editorial-context-heading>span{display:block;margin-bottom:18px;color:var(--brand-blue);font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.editorial-context-heading h2{margin:0;font-size:clamp(48px,4.7vw,70px);font-weight:600;line-height:1.02;letter-spacing:-.06em}.editorial-context-heading>p{max-width:780px;margin:25px auto 0;color:#5f6b79;font-size:17px;line-height:1.7}.editorial-context-heading>a{display:inline-flex;align-items:center;gap:8px;margin-top:29px;padding:12px 18px;border:1px solid #d5dde5;border-radius:9px;background:#fff;color:var(--brand-navy);box-shadow:0 5px 14px rgba(17,38,52,.07);font-size:12px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.editorial-context-heading>a:hover{transform:translateY(-2px);box-shadow:0 9px 20px rgba(17,38,52,.1)}.context-product-layout{display:grid;grid-template-columns:minmax(360px,.72fr) minmax(600px,1.28fr);grid-gap:72px;gap:72px;align-items:center}.capability-list{display:flex;flex-direction:column}.capability-item{position:relative;width:100%;min-height:94px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;grid-gap:15px;gap:15px;padding:20px 18px;border:0;border-bottom:1px solid #e6eaee;background:transparent;color:#8b95a3;text-align:left;cursor:pointer;transition:color .2s ease,background-color .2s ease}.capability-item:first-child{border-top:1px solid #e6eaee}.capability-item:hover{color:var(--brand-navy)}.capability-item:focus-visible{outline:2px solid var(--brand-blue);outline-offset:-2px}.capability-item.active{min-height:128px;margin:8px 0;padding:25px 22px;border:1px solid #e4e9ee;border-radius:14px;background:#f5f7fa;color:var(--brand-navy);box-shadow:0 5px 14px rgba(17,38,52,.04)}.capability-item.active:after{content:"";position:absolute;left:0;right:34%;bottom:-1px;height:2px;background:var(--brand-cyan)}.capability-icon{display:grid;place-items:center}.capability-text{display:flex;flex-direction:column;gap:7px}.capability-text strong{font-size:16px;font-weight:600;letter-spacing:-.025em}.capability-text small{max-width:430px;color:#5f6a78;font-size:13px;line-height:1.6}.capability-check{color:var(--brand-blue)}.context-visual-frame{min-height:500px;overflow:hidden;border:1px solid #dfe5ea;border-radius:16px;background:#f5f7f9}.visual-image-slot{height:500px;display:grid;place-items:center;background:#f2f5f7}.visual-image-slot>img,.visual-image-slot>video{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}.visual-image-slot>div{text-align:center}.visual-image-slot span{display:block;color:#d4dde4;font-size:82px;font-weight:500;line-height:1}.visual-image-slot p{margin:8px 0 0;color:#99a3ae;font-size:11px}@media(max-width:1000px){.editorial-context{padding:100px 0 104px}.context-product-layout{grid-template-columns:1fr;gap:48px}.capability-list{max-width:760px;margin:auto;width:100%}.context-visual-frame{max-width:900px;margin:auto;width:100%}}@media(max-width:650px){.editorial-context{padding:80px 0 84px}.editorial-context-heading{margin-bottom:50px}.editorial-context-heading h2{font-size:42px}.editorial-context-heading>p{font-size:15px}.context-product-layout{gap:34px}.capability-item{min-height:78px;padding-inline:12px}.capability-item.active{min-height:128px;padding:20px 16px}.capability-text strong{font-size:14px}.capability-text small{font-size:11px}.context-visual-frame{min-height:360px}.visual-image-slot{height:360px}}@media(prefers-reduced-motion:reduce){.capability-item,.editorial-context-heading>a{transition:none}}.premium-footer{--footer-ink:#11151c;--footer-muted:#657083;--footer-line:rgba(31,55,91,.13);position:relative;overflow:hidden;padding:94px 0 0;background:#edf4ff;color:var(--footer-ink)}.premium-footer:before{content:"";inset:0;background:linear-gradient(115deg,#f7faff,#edf4ff 42%,#dfeaff)}.footer-aura,.premium-footer:before{position:absolute;pointer-events:none}.footer-aura{border-radius:50%;filter:blur(2px)}.footer-aura-one{width:760px;height:480px;left:-210px;bottom:-230px;background:radial-gradient(circle,rgba(139,188,255,.34),rgba(139,188,255,0) 70%)}.footer-aura-two{width:820px;height:520px;right:-230px;top:-250px;background:radial-gradient(circle,rgba(118,178,255,.22),rgba(118,178,255,0) 72%)}.premium-footer-inner{position:relative;z-index:1}.premium-footer-grid{display:grid;grid-template-columns:minmax(260px,1.55fr) repeat(4,1fr);grid-gap:68px;gap:68px;padding-bottom:70px}.footer-brand-column .brand{font-size:23px}.footer-brand-column>p{max-width:275px;margin:15px 0 27px;color:var(--footer-muted);font-size:12px;line-height:1.65}.footer-socials{display:flex;align-items:center;gap:9px}.footer-socials a{width:29px;height:29px;display:grid;place-items:center;border-radius:6px;background:#11151c;color:#fff;transition:transform .2s ease,background-color .2s ease}.footer-socials a:hover{transform:translateY(-2px);background:#2865dc}.footer-language{display:flex;align-items:center;gap:8px;margin-top:29px;padding:0;border:0;background:transparent;color:#3e4858;font-size:11px;cursor:pointer}.footer-language svg:last-child{margin-left:2px}.footer-link-column{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.footer-link-column h3{margin:3px 0 9px;font-size:13px;font-weight:600}.footer-link-column a{color:var(--footer-muted);font-size:11px;line-height:1.35;transition:color .2s ease,transform .2s ease}.footer-link-column a:hover{color:#1d5dcc;transform:translateX(2px)}.premium-footer-bottom{min-height:78px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--footer-line);font-size:11px}.premium-footer-bottom>span{color:#596576}.premium-footer-bottom>a{display:inline-flex;align-items:center;gap:9px;padding:10px 13px 10px 15px;border:1px solid rgba(27,52,89,.11);border-radius:100px;background:hsla(0,0%,100%,.48);color:#273243;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background-color .2s ease,transform .2s ease}.premium-footer-bottom>a:hover{transform:translateY(-2px);background:#fff}.footer-wordmark{margin:12px 0 -2.3vw;color:#12213a;font-size:clamp(116px,16.2vw,270px);font-weight:600;line-height:.78;letter-spacing:-.082em;text-align:center;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:1080px){.premium-footer-grid{grid-template-columns:1.5fr repeat(2,1fr);gap:55px 45px}.footer-brand-column{grid-row:span 2}}@media(max-width:700px){.premium-footer{padding-top:68px}.premium-footer-grid{grid-template-columns:repeat(2,1fr);gap:44px 24px;padding-bottom:52px}.footer-brand-column{grid-column:1/-1;grid-row:auto}.footer-brand-column>p{max-width:330px}.premium-footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:14px;padding:22px 0}.footer-wordmark{margin-top:24px;margin-bottom:-1.5vw;font-size:20vw}.footer-link-column h3{font-size:12px}.footer-link-column a{font-size:10px}}@media(prefers-reduced-motion:reduce){.footer-link-column a,.footer-socials a,.premium-footer-bottom>a{transition:none}}.premium-footer{padding-bottom:28px}.footer-aura{filter:blur(52px);opacity:.92}.footer-aura-one{width:880px;height:560px;left:-250px;bottom:-170px;background:radial-gradient(circle,rgba(98,163,255,.42) 0,rgba(153,198,255,.2) 38%,rgba(139,188,255,0) 72%)}.footer-aura-two{width:940px;height:610px;right:-260px;top:-230px;background:radial-gradient(circle,rgba(111,172,255,.34) 0,rgba(184,213,255,.18) 40%,rgba(118,178,255,0) 74%)}.premium-footer-inner:before{content:"";position:absolute;z-index:-1;left:18%;right:12%;bottom:5%;height:230px;border-radius:50%;background:rgba(132,180,250,.2);filter:blur(80px);pointer-events:none}.footer-wordmark{max-width:100%;margin:24px 0 0;padding:0 8px 18px;color:rgba(18,33,58,.94);font-size:clamp(104px,15.2vw,248px);line-height:.88;letter-spacing:-.075em;text-shadow:0 18px 44px rgba(63,111,181,.15);transform:scaleX(.97);transform-origin:center bottom}@media(max-width:700px){.premium-footer{padding-bottom:14px}.footer-wordmark{margin-top:26px;padding:0 2px 12px;font-size:19vw;line-height:.94;letter-spacing:-.065em;transform:scaleX(.98)}}:root{--brand-navy:#112634;--brand-navy-2:#163552;--brand-blue:#2268a9;--brand-blue-2:#4777a9;--brand-sky:#63a0c4;--brand-cyan:#55dce7;--brand-pale:#eaf3f8;--blue:var(--brand-blue);--cyan:var(--brand-cyan);--night:var(--brand-navy);--acid:var(--brand-cyan)}.brand-mark span:first-child{background:var(--brand-blue)}.brand-mark span:last-child,.button-electric{background:var(--brand-cyan)}.button-electric{color:var(--brand-navy);box-shadow:0 9px 30px rgba(34,104,169,.18)}.button-dark,.header-actions .button-dark{background:var(--brand-navy);color:#fff}.nav a:hover,.text-link:hover{color:var(--brand-blue)}.hero{background:radial-gradient(circle at 52% 108%,rgba(85,220,231,.94) 0,rgba(99,160,196,.88) 24%,rgba(34,104,169,.74) 49%,rgba(22,53,82,.94) 74%,#112634 100%)}.hero h1 em{color:#79e3eb}.hero .button-electric{background:#fff;color:var(--brand-navy)}.proof-section,.story-section{background:var(--brand-navy)}#platform{--ref-blue:var(--brand-blue);--ref-ink:var(--brand-navy);--ref-line:#dce7ed}.reference-icon{background:var(--brand-pale)}.reference-cta{background:var(--brand-blue);box-shadow:0 7px 16px rgba(34,104,169,.24)}.reference-cta:hover{background:var(--brand-navy-2)}.context-section{--context-blue:var(--brand-blue);--context-ink:var(--brand-navy);background:#eef5f8}.context-glow-one{background:radial-gradient(circle,rgba(99,160,196,.24),rgba(99,160,196,0) 70%)}.context-glow-two{background:radial-gradient(circle,rgba(85,220,231,.14),rgba(85,220,231,0) 72%)}.final-cta{background:var(--brand-blue)}.section-index,.trust-row svg{color:var(--brand-blue)}.premium-footer{background:#eaf2f7}.premium-footer:before{background:linear-gradient(115deg,#f4f8fa,#eaf2f7 44%,#dceaf2)}.footer-aura-one{background:radial-gradient(circle,rgba(99,160,196,.42) 0,rgba(153,181,208,.22) 40%,rgba(99,160,196,0) 72%)}.footer-aura-two{background:radial-gradient(circle,rgba(34,104,169,.28) 0,rgba(99,160,196,.15) 42%,rgba(34,104,169,0) 74%)}.premium-footer-inner:before{background:rgba(71,119,169,.18)}.footer-socials a:hover{background:var(--brand-blue)}.footer-link-column a:hover{color:var(--brand-blue)}.footer-wordmark{color:var(--brand-navy);text-shadow:0 18px 44px rgba(34,104,169,.16)}.brand-logo-image{display:block;width:31px;height:37px;object-fit:contain;object-position:center;filter:drop-shadow(0 3px 5px rgba(17,38,52,.12))}.header-inner .brand{gap:9px}.footer-brand-column .brand-logo-image{width:38px;height:46px}.footer-brand-column .brand{align-items:center;gap:11px}.footer-wordmark{display:flex;align-items:flex-end;justify-content:center;width:100%;max-width:none;margin:30px 0 0;padding:0 2px 18px;line-height:1;transform:none}.footer-wordmark img{display:block;width:100%;height:auto;max-height:230px;object-fit:contain;object-position:center;filter:drop-shadow(0 18px 32px rgba(34,104,169,.16))}@media(max-width:700px){.brand-logo-image{width:27px;height:33px}.footer-brand-column .brand-logo-image{width:35px;height:43px}.footer-wordmark{margin-top:28px;padding-bottom:12px}.footer-wordmark img{max-height:none}}.brand-official{display:inline-flex;align-items:center;gap:8px}.brand-wordmark-image{display:block;width:112px;height:auto;object-fit:contain}.footer-brand-column .brand-wordmark-image{width:124px}.footer-wordmark{align-items:stretch;flex-direction:column}.footer-wordmark>img{align-self:center}@media(max-width:700px){.brand-wordmark-image{width:96px}.footer-brand-column .brand-wordmark-image{width:116px}}.footer-brand-column>p{font-size:13px}.footer-language{font-size:12px}.footer-link-column h3{font-size:14px}.footer-link-column a,.premium-footer-bottom{font-size:12px}@media(max-width:700px){.footer-link-column h3{font-size:13px}.footer-link-column a{font-size:11px}}.section-label{display:inline-flex;align-items:center;gap:6px;color:var(--brand-blue);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.how-section-swapper{padding-block:100px;background:#fff;border-bottom:1px solid #e2e8f0}.how-swapper-header{max-width:700px;margin-bottom:36px}.how-swapper-header h2{margin:10px 0 14px;font-size:clamp(36px,4vw,54px);font-weight:600;line-height:1.06;letter-spacing:-.05em;color:#0f172a}.how-swapper-header h2 em{font-style:normal;color:#0284c7}.how-swapper-header p{margin:0;color:#475569;font-size:16px;line-height:1.65}.how-step-tabs-bar{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:24px}.step-tab-button{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;text-align:left;cursor:pointer;transition:all .2s ease}.step-tab-button:hover{background:#f1f5f9;border-color:#cbd5e1}.step-tab-button.active{background:#0f172a;border-color:#0f172a;box-shadow:0 4px 12px rgba(15,23,42,.12)}.step-tab-index{width:26px;height:26px;border-radius:50%;background:#e2e8f0;color:#475569;font-size:11px;font-weight:700;display:grid;place-items:center;flex-shrink:0;transition:all .2s ease}.step-tab-button.active .step-tab-index{background:#0284c7;color:#fff}.step-tab-button.completed .step-tab-index{background:#059669;color:#fff}.step-tab-text{display:flex;flex-direction:column}.step-tab-text small{font-size:10px;font-weight:600;color:#64748b;text-transform:uppercase}.step-tab-button.active .step-tab-text small{color:#94a3b8}.step-tab-text strong{font-size:13px;color:#0f172a;font-weight:600}.step-tab-button.active .step-tab-text strong{color:#fff}.how-card-swapper-frame{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 30px rgba(15,23,42,.04);overflow:hidden}.how-swapper-card{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:48px;gap:48px;padding:44px;min-height:520px;align-items:center}.how-swapper-info-col{display:flex;flex-direction:column;align-items:flex-start}.how-badge-pill{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#0284c7;background:#e0f2fe;padding:4px 10px;border-radius:6px;margin-bottom:16px}.how-swapper-info-col h3{margin:0 0 12px;font-size:28px;font-weight:600;line-height:1.2;letter-spacing:-.035em;color:#0f172a}.how-subheading{margin:0 0 14px;font-size:15px;font-weight:500;line-height:1.5;color:#334155}.how-description{margin:0 0 22px;font-size:14px;line-height:1.65;color:#64748b}.how-features-list{display:flex;flex-direction:column;gap:10px;margin-bottom:24px;width:100%}.how-feature-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#334155}.feature-check-icon{width:18px;height:18px;border-radius:50%;background:#ecfdf5;color:#059669;display:grid;place-items:center;flex-shrink:0;margin-top:1px}.how-metric-ribbon{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.metric-tag-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase}.metric-tag-value{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#0f172a}.how-swapper-visual-col{width:100%}.swapper-visual-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 14px rgba(15,23,42,.02)}.visual-card-topbar{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.visual-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#0f172a}.visual-status-tag{font-size:11px;font-weight:600;color:#0369a1;background:#e0f2fe;padding:2px 8px;border-radius:4px}.channel-connect-list,.knowledge-sources-list{display:flex;flex-direction:column;gap:10px}.channel-connect-item{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.ch-icon{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.ch-icon.wa{background:#ecfdf5;color:#25d366}.ch-icon.web{background:#eff6ff;color:#2563eb}.ch-icon.voice{background:#e0f2fe;color:#0284c7}.ch-icon.ig{background:#fdf2f8;color:#db2777}.ch-details{flex:1 1;display:flex;flex-direction:column}.ch-details strong{font-size:12px;color:#0f172a}.ch-details small{font-size:11px;color:#64748b}.ch-status-pill.green{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#059669;background:#ecfdf5;padding:2px 7px;border-radius:4px}.visual-footer-strip{display:flex;align-items:center;gap:8px;font-size:11px;color:#64748b;padding-top:10px;border-top:1px solid #e2e8f0}.k-source-item{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.k-source-text{flex:1 1;display:flex;flex-direction:column}.k-source-text strong{font-size:12px;color:#0f172a}.k-source-text small{font-size:11px;color:#64748b}.grounding-policy-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:12px 14px}.policy-head{display:flex;align-items:center;gap:6px;font-size:11px;color:#1e3a8a;margin-bottom:4px}.grounding-policy-box p{margin:0;font-size:12px;line-height:1.5;color:#1e40af;font-style:italic}.routing-flow-diagram{display:flex;flex-direction:column;gap:10px}.flow-box{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px}.flow-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.tier-tag{font-size:11px;font-weight:700}.tier-tag.green{color:#059669}.tier-tag.blue{color:#2563eb}.flow-speed{font-size:11px;color:#64748b;font-weight:600}.flow-box p{margin:0 0 8px;font-size:12px;color:#334155;line-height:1.45}.flow-chips{display:flex;gap:6px;flex-wrap:wrap}.flow-chips span{font-size:10px;font-weight:600;background:#f1f5f9;color:#475569;padding:2px 7px;border-radius:4px}.flow-divider{text-align:center;font-size:10px;font-weight:600;color:#b45309;background:#fef3c7;padding:4px 8px;border-radius:6px}.telemetry-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.mini-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;display:flex;flex-direction:column}.mini-stat-card small{font-size:10px;font-weight:600;color:#64748b;text-transform:uppercase}.mini-stat-card strong{font-size:18px;font-weight:700;color:#0f172a;margin:2px 0}.mini-stat-card span{font-size:10px;color:#059669}.top-inquiries-cluster{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:6px}.top-inquiries-cluster strong{font-size:11px;color:#0f172a}.cluster-row{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#475569}.cluster-row b{color:#0f172a}.how-swapper-footer-controls{display:flex;align-items:center;justify-content:space-between;padding:16px 28px;background:#f8fafc;border-top:1px solid #e2e8f0}.swapper-pagination-dots{display:flex;align-items:center;gap:8px}.pagination-dot{width:8px;height:8px;border-radius:100px;background:#cbd5e1;border:0;cursor:pointer;transition:all .2s ease}.pagination-dot.active{width:24px;background:#0f172a}.step-counter-text{margin-left:12px;font-size:12px;color:#64748b}.swapper-buttons-group{display:flex;align-items:center;gap:10px}.swapper-nav-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-size:12px;font-weight:600;border:1px solid #cbd5e1;background:#fff;color:#334155;cursor:pointer;transition:all .15s ease}.swapper-nav-btn:hover:not(:disabled){border-color:#94a3b8;color:#0f172a}.swapper-nav-btn.primary{background:#0f172a;color:#fff;border-color:#0f172a}.swapper-nav-btn.primary:hover:not(:disabled){background:#1e293b}.swapper-nav-btn:disabled{opacity:.4;cursor:not-allowed}@media (max-width:1024px){.how-step-tabs-bar{grid-template-columns:repeat(2,1fr)}.how-swapper-card{grid-template-columns:1fr;gap:32px;padding:28px}}@media (max-width:640px){.how-section-swapper{padding-block:60px}.how-step-tabs-bar{grid-template-columns:1fr}.how-swapper-card{padding:20px 16px}.how-swapper-footer-controls{flex-direction:column;gap:14px;align-items:flex-start}}.superchat-industries-section{padding-block:60px 100px;background:#fff;border-bottom:1px solid #e2e8f0;overflow:hidden}.industries-carousel-header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:36px}.carousel-header-copy{max-width:680px}.carousel-header-copy h2{margin:0 0 10px;font-size:clamp(36px,3.8vw,48px);font-weight:700;line-height:1.1;letter-spacing:-.04em;color:#0f172a}.carousel-header-copy p{margin:0;font-size:16px;color:#475569;line-height:1.6}.carousel-nav-arrows{display:flex;align-items:center;gap:12px;flex-shrink:0}.carousel-arrow-btn{width:44px;height:44px;border-radius:50%;border:1px solid #cbd5e1;background:#fff;color:#0f172a;display:grid;place-items:center;cursor:pointer;transition:all .2s ease}.carousel-arrow-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 4px 12px rgba(15,23,42,.15)}.industries-carousel-fullbleed{width:100%;overflow:hidden}.industries-carousel-track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:6px 32px 24px max(24px,calc((100vw - 1240px) / 2 + 24px));scrollbar-width:none;-ms-overflow-style:none}.industries-carousel-track::-webkit-scrollbar{display:none}.superchat-industry-card{flex:0 0 290px;height:440px;border-radius:20px;overflow:hidden;position:relative;cursor:pointer;background:#0f172a;box-shadow:0 10px 30px rgba(15,23,42,.1);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease;display:flex;flex-direction:column;justify-content:flex-end}.superchat-industry-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px rgba(15,23,42,.22)}.industry-card-img-wrap{position:absolute;inset:0;z-index:1;transition:transform .5s ease}.industry-card-img{object-fit:cover}.superchat-industry-card:hover .industry-card-img-wrap{transform:scale(1.06)}.industry-card-overlay{position:relative;z-index:2;height:230px;padding:22px 20px 20px;background:linear-gradient(0deg,rgba(15,23,42,.96) 0,rgba(15,23,42,.86) 50%,rgba(15,23,42,.4) 82%,transparent);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;flex-direction:column;justify-content:flex-end;gap:6px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top:1px solid hsla(0,0%,100%,.12)}.industry-card-tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#38bdf8;margin-bottom:2px}.industry-card-title{margin:0;font-size:21px;font-weight:700;color:#fff;letter-spacing:-.025em;line-height:1.2;min-height:26px}.industry-card-desc{margin:0;font-size:13px;line-height:1.45;color:#e2e8f0;min-height:56px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.industry-card-cta{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#fff;margin-top:auto;padding-top:4px;transition:gap .2s ease}.superchat-industry-card:hover .industry-card-cta{gap:10px;color:#38bdf8}.industry-modal-backdrop{position:fixed;inset:0;z-index:999;background:rgba(15,23,42,.65);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:20px}.industry-modal-dialog{background:#fff;border-radius:20px;max-width:760px;width:100%;box-shadow:0 25px 60px rgba(0,0,0,.25);overflow:hidden}.modal-header-bar{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0}.modal-badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;color:#0284c7;background:#e0f2fe;padding:3px 8px;border-radius:4px;margin-bottom:4px}.modal-header-title h3{margin:0;font-size:20px;font-weight:700;color:#0f172a}.modal-close-btn{width:34px;height:34px;border-radius:50%;border:1px solid #e2e8f0;background:#f8fafc;display:grid;place-items:center;cursor:pointer;color:#64748b;transition:all .15s ease}.modal-close-btn:hover{background:#e2e8f0;color:#0f172a}.modal-body-grid{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:24px;gap:24px;padding:24px}.modal-chat-box h4,.modal-usecases-box h4{margin:0 0 14px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#0f172a}.modal-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.modal-checklist li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#334155;line-height:1.45}.modal-checklist li svg{margin-top:2px;flex-shrink:0}.modal-dialogue-bubbles{display:flex;flex-direction:column;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.modal-bubble{padding:10px 12px;border-radius:8px;display:flex;flex-direction:column;gap:4px}.modal-bubble small{font-size:9px;font-weight:700;text-transform:uppercase}.modal-bubble p{margin:0;font-size:12px;line-height:1.45}.modal-bubble.customer{background:#fff;border:1px solid #e2e8f0;color:#1e293b}.modal-bubble.customer small{color:#64748b}.modal-bubble.assistant{background:#0f172a;color:#fff}.modal-bubble.assistant small{color:#38bdf8}.modal-action-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:#047857;background:#ecfdf5;padding:4px 8px;border-radius:6px;margin-top:4px}.modal-footer-bar{display:flex;justify-content:flex-end;padding:16px 24px;background:#f8fafc;border-top:1px solid #e2e8f0}.modal-cta-button{padding:8px 18px;border-radius:8px;border:0;background:#0f172a;color:#fff;font-size:13px;font-weight:600;cursor:pointer}@media (max-width:768px){.superchat-industries-section{padding-block:60px}.industries-carousel-header{flex-direction:column;align-items:flex-start;gap:16px}.superchat-industry-card{flex:0 0 240px;height:380px}.modal-body-grid{grid-template-columns:1fr}}.unified-context-section{padding-block:100px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.context-section-header{max-width:680px;margin-bottom:48px}.context-section-header h2{margin:10px 0 14px;font-size:clamp(36px,3.8vw,50px);font-weight:700;line-height:1.08;letter-spacing:-.04em;color:#0f172a}.context-section-header p{margin:0;font-size:16px;color:#475569;line-height:1.6}.context-console-grid{display:grid;grid-template-columns:1fr 1.35fr;grid-gap:32px;gap:32px;align-items:flex-start}.context-capabilities-rail{display:flex;flex-direction:column;gap:12px}.context-cap-card{padding:18px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:6px}.context-cap-card:hover{background:#f1f5f9;border-color:#cbd5e1}.context-cap-card.active{background:#0f172a;border-color:#0f172a;box-shadow:0 8px 24px rgba(15,23,42,.12)}.cap-card-top{display:flex;align-items:center;gap:10px}.cap-index{font-size:10px;color:#0284c7}.context-cap-card strong{font-size:14px;font-weight:700;color:#0f172a;flex:1 1}.context-cap-card.active strong{color:#fff}.cap-badge{font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px;background:#e0f2fe;color:#0369a1}.context-cap-card.active .cap-badge{background:#0284c7;color:#fff}.cap-description{margin:0;font-size:13px;line-height:1.5;color:#64748b;padding-left:20px}.context-cap-card.active .cap-description{color:#94a3b8}.context-identity-console{background:#0f172a;border:1px solid #1e293b;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px rgba(15,23,42,.15);display:flex;flex-direction:column}.identity-customer-header{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#1e293b;border-bottom:1px solid hsla(0,0%,100%,.08)}.customer-avatar-wrap{position:relative;width:52px;height:52px;border-radius:50%;overflow:hidden;border:2px solid #0284c7;flex-shrink:0}.customer-avatar-img{object-fit:cover}.avatar-online-dot{position:absolute;bottom:2px;right:2px;width:10px;height:10px;border-radius:50%;background:#10b981;border:2px solid #0f172a}.customer-info-meta{flex:1 1;display:flex;flex-direction:column;gap:2px}.customer-name-row{display:flex;align-items:center;gap:8px}.customer-name-row h4{margin:0;font-size:16px;font-weight:700;color:#fff}.account-tier-badge{font-size:10px;font-weight:700;text-transform:uppercase;color:#38bdf8;background:rgba(56,189,248,.15);padding:2px 7px;border-radius:4px}.customer-sub-meta{margin:0 0 6px;font-size:12px;color:#94a3b8}.customer-channel-pills{display:flex;gap:6px;flex-wrap:wrap}.ch-pill{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px}.ch-pill.wa{background:rgba(37,211,102,.15);color:#4ade80}.ch-pill.voice{background:rgba(56,189,248,.15);color:#38bdf8}.ch-pill.web{background:rgba(148,163,184,.15);color:#cbd5e1}.identity-timeline-feed{padding:20px 24px;display:flex;flex-direction:column;gap:12px}.timeline-section-label{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:2px}.timeline-section-label small{color:#10b981}.timeline-event-card{background:rgba(30,41,59,.6);border:1px solid hsla(0,0%,100%,.07);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:6px}.timeline-event-card.wa{border-left:3px solid #25d366}.timeline-event-card.voice{border-left:3px solid #0284c7}.timeline-event-card.web{border-left:3px solid #64748b}.event-header{display:flex;align-items:center;justify-content:space-between}.event-tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700}.event-tag.wa{color:#4ade80}.event-tag.voice{color:#38bdf8}.event-tag.web{color:#cbd5e1}.event-time{font-size:11px;color:#64748b}.event-message{margin:0;font-size:13px;line-height:1.45;color:#e2e8f0}.event-extracted-entities,.event-voice-status{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.event-extracted-entities span,.event-voice-status span{font-size:10px;font-weight:600;background:hsla(0,0%,100%,.06);color:#94a3b8;padding:2px 7px;border-radius:4px}.sentiment-tag.positive{color:#4ade80!important;background:rgba(74,222,128,.1)!important}.action-tag{color:#38bdf8!important;background:rgba(56,189,248,.1)!important}.identity-crm-sync-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:#0b1120;border-top:1px solid hsla(0,0%,100%,.08)}.sync-status-indicator{display:flex;align-items:center;gap:8px}.sync-pulse-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 8px #10b981}.sync-status-indicator strong{font-size:12px;color:#e2e8f0}.sync-tags-group{display:flex;gap:8px}.sync-tag{font-size:11px;color:#94a3b8;background:hsla(0,0%,100%,.05);padding:2px 8px;border-radius:4px}.sync-tag.green{color:#4ade80;background:rgba(74,222,128,.12)}@media (max-width:1024px){.context-console-grid{grid-template-columns:1fr}}.proof-checklist{display:flex;flex-direction:column;gap:12px;margin-top:28px}.proof-checklist div{display:flex;align-items:center;gap:10px;font-size:14px;color:#d1d5db}.proof-checklist svg{color:var(--brand-cyan);flex-shrink:0}.analytics-status-pill{font-size:11px;font-weight:600;color:#10b981;background:rgba(16,185,129,.15);padding:3px 8px;border-radius:100px}.analytics-breakdown-box{margin-top:20px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.breakdown-head{display:flex;justify-content:space-between;font-size:12px;font-weight:600;color:var(--brand-navy);margin-bottom:10px}.breakdown-bar{height:10px;background:#f1f5f9;border-radius:100px;overflow:hidden;display:flex;gap:2px}.bar-wa{background:#25d366}.bar-web{background:#2268a9}.bar-ig{background:#e1306c}.bar-voice{background:#63a0c4}.breakdown-legend{display:flex;gap:14px;flex-wrap:wrap;margin-top:12px;font-size:11px;color:#64748b}.breakdown-legend span{display:flex;align-items:center;gap:5px}.breakdown-legend i{width:7px;height:7px;border-radius:50%}.dot-wa{background:#25d366}.dot-web{background:#2268a9}.dot-ig{background:#e1306c}.dot-voice{background:#63a0c4}.governance-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.gov-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px 20px;display:flex;flex-direction:column;align-items:flex-start;transition:transform .2s ease,box-shadow .2s ease}.gov-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(17,38,52,.06)}.gov-card svg{color:var(--brand-blue);margin-bottom:14px}.gov-card h3{margin:0 0 8px;font-size:17px;font-weight:600;color:var(--brand-navy);letter-spacing:-.02em}.gov-card p{margin:0;font-size:13px;line-height:1.6;color:#556272}@media (max-width:1024px){.industry-card-grid{grid-template-columns:1fr;gap:32px}.governance-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.industries-section{padding-block:70px}.industry-showcase-card{padding:22px 18px}.governance-grid{grid-template-columns:1fr}}.hero-dual-preview-window{background:#0f172a;border:1px solid #1e293b;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px rgba(15,23,42,.35);display:flex;flex-direction:column;min-height:480px}.preview-top-toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;background:#1e293b;border-bottom:1px solid hsla(0,0%,100%,.08)}.preview-tab-pills{display:flex;align-items:center;gap:8px;background:rgba(15,23,42,.6);padding:3px;border-radius:10px}.preview-pill-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;font-size:12px;font-weight:600;border:0;background:transparent;color:#94a3b8;cursor:pointer;transition:all .15s ease}.preview-pill-btn:hover{color:#fff}.preview-pill-btn.active{background:#0284c7;color:#fff;box-shadow:0 2px 8px rgba(2,132,199,.3)}.preview-connection-status{display:flex;align-items:center;gap:6px;font-size:11px;color:#94a3b8}.pulse-green-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 6px #10b981}.preview-chat-body{padding:20px;display:flex;flex-direction:column;justify-content:space-between;flex:1 1;background:#0b1120;gap:12px}.chat-stream-area{display:flex;flex-direction:column;gap:12px;height:260px;overflow-y:auto;padding-right:4px}.chat-bubble-wrap{display:flex;width:100%}.chat-bubble-wrap.user{justify-content:flex-end}.chat-bubble-wrap.assistant{justify-content:flex-start}.bubble-card{max-width:82%;padding:12px 16px;border-radius:14px;display:flex;flex-direction:column;gap:4px}.chat-bubble-wrap.user .bubble-card{background:#0284c7;color:#fff;border-bottom-right-radius:4px}.chat-bubble-wrap.assistant .bubble-card{background:#1e293b;color:#e2e8f0;border:1px solid hsla(0,0%,100%,.08);border-bottom-left-radius:4px}.bubble-card p{margin:0;font-size:13px;line-height:1.45}.bubble-source-tag{font-size:10px;color:#38bdf8;margin-top:2px}.bubble-action-tag{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;color:#4ade80;background:rgba(74,222,128,.12);padding:2px 6px;border-radius:4px;margin-top:2px;align-self:flex-start}.bubble-timestamp{font-size:10px;color:#64748b;align-self:flex-end;margin-top:2px}.chat-bubble-wrap.user .bubble-timestamp{color:hsla(0,0%,100%,.7)}.chat-typing-row{gap:4px;background:#1e293b;align-self:flex-start;font-size:11px;color:#94a3b8}.t-dot{width:5px;height:5px;border-radius:50%;background:#38bdf8;animation:typingBounce 1.4s infinite}.t-dot:nth-child(2){animation-delay:.2s}.t-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.chat-quick-suggestions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.chat-quick-suggestions small{font-size:11px;color:#64748b}.suggestion-chip{font-size:11px;padding:4px 8px;border-radius:6px;background:#1e293b;border:1px solid hsla(0,0%,100%,.08);color:#cbd5e1;cursor:pointer;transition:all .15s ease}.suggestion-chip:hover{background:#334155;color:#fff}.chat-input-row{background:#1e293b;border:1px solid hsla(0,0%,100%,.12);padding:6px 8px 6px 14px}.chat-input-row input{background:transparent;color:#fff}.chat-input-row input::placeholder{color:#64748b}.chat-submit-btn{width:32px;height:32px;border-radius:8px;border:0;background:#0284c7;color:#fff;display:grid;place-items:center;cursor:pointer;transition:background .15s ease}.chat-submit-btn:disabled{background:#334155;color:#64748b;cursor:not-allowed}.preview-voice-body{padding:24px 20px;display:flex;flex-direction:column;gap:16px;background:#0b1120;flex:1 1}.voice-caller-row{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#1e293b;border:1px solid hsla(0,0%,100%,.08);border-radius:12px}.caller-avatar-circle{width:38px;height:38px;border-radius:50%;background:#334155;color:#38bdf8;display:grid;place-items:center;flex-shrink:0}.caller-details{flex:1 1;display:flex;flex-direction:column}.caller-details strong{font-size:13px;color:#fff}.caller-details small{font-size:11px;color:#94a3b8}.call-time-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:#4ade80;background:rgba(74,222,128,.12);padding:3px 8px;border-radius:6px}.voice-audio-waveform-zone{background:#1e293b;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.waveform-status-indicator{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#38bdf8}.audio-waveform-bars{display:flex;align-items:center;justify-content:space-between;height:36px;gap:4px}.wave-bar-stick{flex:1 1;background:#38bdf8;border-radius:4px;transition:height .15s ease}.audio-waveform-bars.active .wave-bar-stick{animation:voiceWavePulse 1.2s ease-in-out infinite alternate}@keyframes voiceWavePulse{0%{transform:scaleY(.4);opacity:.6}to{transform:scaleY(1);opacity:1}}.voice-transcript-log{background:#1e293b;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px}.transcript-head{font-size:10px;font-weight:700;text-transform:uppercase;color:#64748b}.transcript-items-stack{display:flex;flex-direction:column;gap:8px}.transcript-row{display:flex;flex-direction:column;gap:2px}.transcript-speaker{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid #f1f5f9}.voice-action-btn{gap:6px;padding:8px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:12px}.voice-action-btn,.voice-main-toggle{display:inline-flex;align-items:center;font-weight:600;cursor:pointer}.voice-main-toggle{flex:1 1;justify-content:center;gap:8px;padding:10px 18px;border-radius:8px;font-size:13px;border:0;transition:all .15s ease}.voice-main-toggle.start-call{background:#0284c7;color:#fff}.voice-main-toggle.end-call{background:#dc2626;color:#fff}.clean-telemetry-section{padding-block:100px;background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.telemetry-clean-header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:40px;flex-wrap:wrap}.telemetry-title-block{max-width:680px}.telemetry-title-block h2{margin:10px 0 14px;font-size:clamp(36px,3.8vw,52px);font-weight:600;line-height:1.08;letter-spacing:-.045em;color:#0f172a}.telemetry-title-block p{margin:0;color:#475569;font-size:16px;line-height:1.65}.timeframe-segmented-control{display:flex;background:#e2e8f0;padding:3px;border-radius:8px}.range-btn{border:0;background:transparent;padding:6px 12px;font-size:11px;font-weight:600;color:#64748b;border-radius:6px;cursor:pointer}.range-btn.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px rgba(0,0,0,.08)}.clean-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:28px}.clean-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;box-shadow:0 2px 6px rgba(15,23,42,.02);flex-direction:column;min-height:165px}.clean-kpi-card,.clean-kpi-top{display:flex;justify-content:space-between}.clean-kpi-top{align-items:center}.kpi-title{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.kpi-badge{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:700;padding:2px 7px;border-radius:100px}.kpi-badge.positive{background:#ecfdf5;color:#047857}.kpi-badge.subsecond{background:#e0f2fe;color:#0369a1}.kpi-badge.neutral{background:#f1f5f9;color:#475569}.clean-kpi-number{font-size:32px;font-weight:700;line-height:1;color:#0f172a;letter-spacing:-.04em;margin:10px 0 6px}.clean-kpi-number span{font-size:15px;font-weight:500;color:#64748b;margin-left:3px}.clean-kpi-desc{font-size:11px;color:#64748b;line-height:1.45;margin-bottom:10px}.clean-kpi-progress{height:5px;background:#f1f5f9;border-radius:100px;overflow:hidden}.clean-kpi-fill{height:100%;background:#059669}.clean-kpi-sparkline{display:flex;align-items:flex-end;gap:4px;height:20px}.sparkline-bar{flex:1 1;background:#cbd5e1;border-radius:2px}.sparkline-bar.active{background:#0284c7}.channel-distribution-bar{display:flex;height:6px;border-radius:100px;overflow:hidden;gap:2px}.dist-segment.wa{background:#25d366}.dist-segment.voice{background:#0284c7}.dist-segment.web{background:#4f46e5}.dist-segment.ig{background:#e1306c}.clean-csat-stars{font-size:13px;color:#f59e0b}.clean-csat-stars small{font-size:10px;color:#64748b;margin-left:4px}.clean-dashboard-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 16px rgba(15,23,42,.03);overflow:hidden}.dashboard-nav-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;background:#f8fafc;border-bottom:1px solid #e2e8f0;gap:16px;flex-wrap:wrap}.dashboard-tab-group{display:flex;align-items:center;gap:8px}.dash-tab{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid transparent;background:transparent;border-radius:8px;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;transition:all .15s ease}.dash-tab:hover{color:#0f172a}.dash-tab.active{background:#fff;color:#0f172a;border-color:#e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.04)}.count-pill{font-size:10px;background:#e2e8f0;color:#334155;padding:1px 6px;border-radius:100px}.dashboard-filter-chips{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.filter-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 9px;border-radius:6px;font-size:11px;font-weight:600;background:#fff;border:1px solid #e2e8f0;color:#64748b;cursor:pointer}.filter-chip:hover{border-color:#cbd5e1;color:#0f172a}.filter-chip.active{background:#0f172a;color:#fff;border-color:#0f172a}.telemetry-table-container{display:flex;flex-direction:column}.telemetry-table-header{display:grid;grid-template-columns:1.2fr 1.3fr 1.6fr .8fr;padding:12px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.telemetry-table-body{display:flex;flex-direction:column}.telemetry-row{display:grid;grid-template-columns:1.2fr 1.3fr 1.6fr .8fr;padding:16px 20px;border-bottom:1px solid #f1f5f9;align-items:center;transition:background .15s ease}.telemetry-row:last-child{border-bottom:0}.telemetry-row:hover{background:#f8fafc}.col-channel{display:flex;flex-direction:column;gap:3px}.channel-pill{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:2px 7px;border-radius:4px}.channel-pill.voice{background:#e0f2fe;color:#0369a1}.channel-pill.whatsapp{background:#ecfdf5;color:#047857}.channel-pill.web{background:#eef2ff;color:#4338ca}.channel-pill.instagram{background:#fdf2f8;color:#db2777}.row-customer-name{font-size:12px;color:#0f172a;font-weight:600}.row-timestamp{font-size:10px;color:#94a3b8}.col-intent{display:flex;flex-direction:column;gap:4px}.intent-title{font-size:13px;font-weight:600;color:#1e293b}.intent-duration-tag{display:inline-flex;align-items:center;gap:4px;font-size:10px;color:#0369a1}.col-resolution{display:flex;flex-direction:column;gap:4px}.resolution-text{margin:0;font-size:12px;line-height:1.45;color:#334155}.source-citation-badge{color:#2563eb;background:#eff6ff}.assigned-agent-badge,.source-citation-badge{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;align-self:flex-start}.assigned-agent-badge{color:#b45309;background:#fef3c7}.col-meta{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.latency-indicator{gap:3px;font-weight:700;color:#0284c7}.latency-indicator,.status-pill{display:inline-flex;align-items:center;font-size:11px}.status-pill{gap:4px;font-weight:600;padding:2px 7px;border-radius:100px}.status-pill.resolved{background:#ecfdf5;color:#047857}.status-pill.escalated{background:#fef3c7;color:#b45309}.channel-analytics-pane{padding:24px}.channel-analytics-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.analytics-breakdown-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.analytics-breakdown-card h4{margin:0 0 16px;font-size:14px;font-weight:700;color:#0f172a}.breakdown-bars-clean,.resolution-categories-list{display:flex;flex-direction:column;gap:14px}.bar-item,.res-cat-item{display:flex;flex-direction:column;gap:5px}.bar-labels,.res-cat-head{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#334155}.ch-title{display:flex;align-items:center;gap:6px;font-weight:600}.clean-track{height:6px;background:#e2e8f0;border-radius:100px;overflow:hidden}.clean-bar-fill.wa{background:#25d366}.clean-bar-fill.voice{background:#0284c7}.clean-bar-fill.web{background:#4f46e5}.clean-bar-fill.ig{background:#e1306c}.clean-bar-fill.green{background:#059669}.clean-bar-fill.blue{background:#2563eb}.guardrails-audit-pane{padding:24px;display:flex;flex-direction:column;gap:24px}.guardrails-four-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.audit-stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px;display:flex;flex-direction:column}.audit-stat-card small{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase}.audit-stat-card strong{font-size:24px;font-weight:700;color:#0f172a;margin:6px 0 2px}.audit-stat-card span{font-size:11px;color:#047857;line-height:1.4}.indexed-sources-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.sources-table-head{padding:10px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase}.sources-table-head,.sources-table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr}.sources-table-row{padding:12px 16px;border-bottom:1px solid #f1f5f9;align-items:center;font-size:12px;color:#334155}.sources-table-row:last-child{border-bottom:0}.doc-name{display:flex;align-items:center;gap:8px}.doc-name strong{font-size:12px;color:#0f172a}.sync-status-tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#047857;background:#ecfdf5;padding:2px 7px;border-radius:4px;justify-self:flex-start}@media (max-width:1024px){.clean-kpi-grid,.guardrails-four-grid{grid-template-columns:repeat(2,1fr)}.channel-analytics-grid{grid-template-columns:1fr}.telemetry-row,.telemetry-table-header{grid-template-columns:1fr 1fr;gap:12px}.sources-table-head,.sources-table-row{grid-template-columns:1.5fr 1fr;gap:8px}}@media (max-width:640px){.clean-telemetry-section{padding-block:60px}.clean-kpi-grid,.guardrails-four-grid{grid-template-columns:1fr}.telemetry-table-header{display:none}.telemetry-row{grid-template-columns:1fr;gap:8px;padding:14px}.dashboard-nav-bar{flex-direction:column;align-items:flex-start}}.enterprise-security-section{padding-block:100px;background:#fff;border-bottom:1px solid #e2e8f0}.security-section-header{max-width:680px;margin-bottom:36px}.security-section-header h2{margin:10px 0 14px;font-size:clamp(36px,3.8vw,50px);font-weight:700;line-height:1.08;letter-spacing:-.04em;color:#0f172a}.security-section-header p{margin:0;font-size:16px;color:#475569;line-height:1.6}.compliance-seals-ribbon{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:36px}.compliance-seal-item{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.compliance-seal-item strong{display:block;font-size:13px;font-weight:700;color:#0f172a}.compliance-seal-item small{display:block;font-size:11px;color:#64748b}.security-vault-grid{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:32px;gap:32px;align-items:flex-start}.security-pillars-list{display:flex;flex-direction:column;gap:12px}.security-pillar-card{display:flex;gap:16px;padding:18px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 14px rgba(15,23,42,.02);transition:transform .2s ease,border-color .2s ease}.security-pillar-card:hover{transform:translateY(-2px);border-color:#cbd5e1}.pillar-icon{width:38px;height:38px;border-radius:10px;background:#f1f5f9;color:#0284c7;display:grid;place-items:center;flex-shrink:0}.pillar-content{flex:1 1;display:flex;flex-direction:column;gap:4px}.pillar-content h3{margin:0;font-size:14px;font-weight:700;color:#0f172a}.pillar-content p{margin:0;font-size:13px;line-height:1.5;color:#64748b}.pillar-tag{align-self:flex-start;margin-top:4px;font-size:10px;font-weight:700;color:#0369a1;background:#e0f2fe;padding:2px 7px;border-radius:4px}.security-live-sanitizer{background:#0f172a;border:1px solid #1e293b;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px rgba(15,23,42,.15)}.sanitizer-topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#1e293b;border-bottom:1px solid hsla(0,0%,100%,.08)}.sanitizer-title{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#fff}.sanitizer-status-pill{font-size:10px;font-weight:700;color:#4ade80;background:rgba(74,222,128,.15);padding:2px 8px;border-radius:4px}.sanitizer-body{padding:20px;display:flex;flex-direction:column;gap:14px}.sanitizer-section label{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:6px}.raw-input-box,.sanitized-output-box{background:rgba(15,23,42,.8);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;padding:12px 14px}.raw-input-box code,.sanitized-output-box code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.5;color:#cbd5e1}.redacted-tag{color:#38bdf8;font-weight:700;background:rgba(56,189,248,.18);padding:1px 5px;border-radius:4px}.sanitizer-pipeline-arrow{text-align:center;font-size:11px;font-weight:600;color:#38bdf8}.sanitizer-audit-summary{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.08)}.audit-metric{display:flex;flex-direction:column}.audit-metric small{font-size:10px;color:#64748b}.audit-metric strong{font-size:13px;color:#fff;margin-top:2px}.audit-metric strong.green{color:#4ade80}.sanitizer-footer{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#0b1120;border-top:1px solid hsla(0,0%,100%,.08);font-size:11px;color:#94a3b8}.conversion-hub-section{padding-block:100px}.conversion-hub-card{background:#0f172a;border:1px solid #1e293b;border-radius:28px;padding:56px 48px;box-shadow:0 25px 60px rgba(15,23,42,.2)}.conversion-hub-grid{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:48px;gap:48px;align-items:center}.conversion-copy-col{display:flex;flex-direction:column}.hub-eyebrow{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#38bdf8;margin-bottom:12px}.conversion-copy-col h2{margin:0 0 16px;font-size:clamp(32px,3.5vw,44px);font-weight:700;line-height:1.12;letter-spacing:-.04em;color:#fff}.conversion-copy-col h2 em{font-style:normal;color:#38bdf8}.conversion-copy-col p{margin:0 0 24px;font-size:15px;line-height:1.65;color:#94a3b8}.hub-guarantee-list{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.hub-guarantee-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#e2e8f0}.hub-trust-ribbon{padding-top:18px;border-top:1px solid hsla(0,0%,100%,.1)}.engineer-avatar-group{display:flex;align-items:center;gap:10px;font-size:12px;color:#94a3b8}.eng-avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;border:1.5px solid #38bdf8}.eng-img{object-fit:cover}.action-booking-box{background:rgba(30,41,59,.7);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:32px 28px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;gap:16px}.booking-box-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid hsla(0,0%,100%,.08)}.booking-title{display:flex;align-items:center;gap:8px;font-size:13px;color:#fff}.live-slots-tag{font-size:10px;font-weight:700;color:#4ade80;background:rgba(74,222,128,.15);padding:2px 7px;border-radius:4px}.booking-desc{margin:0;font-size:13px;line-height:1.5;color:#cbd5e1}.booking-slots-preview{display:flex;gap:8px;flex-wrap:wrap}.slot-chip{padding:6px 12px;border-radius:8px;font-size:11px;font-weight:600;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);color:#cbd5e1;cursor:pointer}.slot-chip.active{background:#0284c7;border-color:#0284c7;color:#fff}.hub-primary-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;background:#fff;color:#0f172a;border-radius:12px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 14px hsla(0,0%,100%,.15)}.hub-primary-btn:hover{background:#f1f5f9;transform:translateY(-2px)}.whatsapp-instant-test{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid hsla(0,0%,100%,.08)}.wa-test-info{display:flex;align-items:center;gap:10px}.wa-test-info strong{display:block;font-size:12px;color:#fff}.wa-test-info small{display:block;font-size:11px;color:#94a3b8}.wa-test-btn{font-size:12px;font-weight:700;color:#4ade80;text-decoration:none}.wa-test-btn:hover{text-decoration:underline}@media (max-width:1024px){.compliance-seals-ribbon{grid-template-columns:repeat(2,1fr)}.conversion-hub-grid,.security-vault-grid{grid-template-columns:1fr;gap:36px}.conversion-hub-card{padding:36px 24px}}.retell-demo-section{width:100%;max-width:1100px;margin:0 auto}.retell-demo-card{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 24px 60px rgba(0,18,46,.08),0 4px 16px rgba(0,0,0,.02);overflow:hidden;display:flex;flex-direction:column}.retell-usecase-rail{display:flex;align-items:center;gap:14px;padding:16px 24px;background:#fafafc;border-bottom:1px solid #edf2f7;overflow-x:auto}.retell-usecase-rail .rail-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;white-space:nowrap}.retell-usecase-rail .rail-buttons{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.retell-usecase-btn{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;background:#fff;border:1px solid #cbd5e1;border-radius:100px;color:#1e293b;font-size:12.5px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s ease}.retell-usecase-btn:hover{background:#f1f5f9;border-color:#3e6aef;color:#3e6aef}.retell-usecase-btn.active{background:#3e6aef;border-color:#3e6aef;color:#fff;box-shadow:0 3px 12px rgba(62,106,239,.28)}.usecase-icon-audio{display:inline-flex;align-items:center;gap:2px;height:12px}.audio-bar-mini{width:2.5px;height:10px;background:currentColor;border-radius:2px;animation:miniBarJump 1.2s ease-in-out infinite}.retell-usecase-btn.active .audio-bar-mini:first-child{height:6px;animation-delay:.1s}.retell-usecase-btn.active .audio-bar-mini:nth-child(2){height:12px;animation-delay:.2s}.retell-usecase-btn.active .audio-bar-mini:nth-child(3){height:8px;animation-delay:.3s}.retell-usecase-btn.active .audio-bar-mini:nth-child(4){height:10px;animation-delay:.4s}@keyframes miniBarJump{0%,to{transform:scaleY(.6)}50%{transform:scaleY(1.2)}}.retell-mode-header{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:#fff;border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:14px}.retell-mode-tabs{background:#f1f5f9;border:1px solid #e2e8f0;padding:4px;gap:4px}.mode-tab-btn,.retell-mode-tabs{display:inline-flex;align-items:center;border-radius:100px}.mode-tab-btn{gap:7px;padding:8px 18px;border:0;background:transparent;color:#475569;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative}.mode-tab-btn:hover{color:#0f172a}.mode-tab-btn.active{background:#fff;color:#0f172a;box-shadow:0 2px 10px rgba(15,23,42,.08)}.retell-live-pulse{width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 0 2px rgba(16,185,129,.3);animation:liveDotPulse 1.5s infinite}.retell-grounding-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:100px;font-size:11.5px;font-weight:600;color:#166534}.retell-arena-grid{display:grid;grid-template-columns:1.1fr 1fr;min-height:480px;background:#fff}@media (max-width:900px){.retell-arena-grid{grid-template-columns:1fr}}.arena-left-pane{background:#fafafc;border-right:1px solid #edf2f7;padding:28px 26px;display:flex;flex-direction:column;gap:22px}@media (max-width:900px){.arena-left-pane{border-right:0;border-bottom:1px solid #edf2f7}}.arena-visualizer-box{display:flex;flex-direction:column;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:24px;box-shadow:0 4px 14px rgba(15,23,42,.03)}.retell-voice-orb{position:relative;width:86px;height:86px;margin-bottom:20px}.retell-voice-orb,.retell-voice-orb.idle .orb-core{border-radius:50%;display:flex;align-items:center;justify-content:center}.retell-voice-orb.idle .orb-core{width:68px;height:68px;background:radial-gradient(circle at 35% 35%,#3e6aef,#1e3a8a);color:#fff;box-shadow:0 8px 24px rgba(62,106,239,.35);animation:orbHover 4s ease-in-out infinite}.retell-voice-orb.speaking .orb-core{width:72px;height:72px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#38bdf8,#2563eb);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 32px rgba(56,189,248,.5);animation:orbPulseSpeaking 1.5s ease-in-out infinite}.orb-ring{position:absolute;inset:-8px;border-radius:50%;border:1px solid rgba(62,106,239,.2);pointer-events:none}.retell-voice-orb.speaking .orb-ring.ring-1{animation:ringPulse 2s ease-out infinite}@keyframes orbHover{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes orbPulseSpeaking{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.retell-waveform-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.retell-waveform-bars{display:flex;align-items:center;justify-content:center;gap:5px;height:48px;width:100%}.retell-wave-bar{width:4px;min-height:8px;background:linear-gradient(180deg,#3e6aef,#0284c7);border-radius:100px;display:block}.retell-wave-bar.muted{background:#cbd5e1;opacity:.4}.retell-waveform-label{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:#475569}.live-dot-green{width:6px;height:6px;border-radius:50%;background:#10b981}.arena-transcript-container{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px 20px;display:flex;flex-direction:column;gap:12px;flex:1 1}.transcript-header-label{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.transcript-timer{background:#f1f5f9;padding:2px 8px;border-radius:4px;font-size:10.5px;color:#0f172a}.transcript-scroll-area{display:flex;flex-direction:column;gap:10px;max-height:180px;overflow-y:auto}.retell-transcript-row{padding:10px 14px;border-radius:10px;background:#f8fafc;border:1px solid #f1f5f9}.retell-transcript-row.caller{border-left:3px solid #3e6aef}.retell-transcript-row.bot{border-left:3px solid #10b981}.transcript-speaker-tag{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.transcript-speaker-tag strong{font-size:11.5px;color:#0f172a}.transcript-speaker-tag span{font-size:10px;color:#94a3b8}.retell-transcript-row p{margin:0;font-size:12.5px;line-height:1.45;color:#334155}.arena-right-pane{padding:28px 26px;display:flex;flex-direction:column;background:#fff}.voice-call-control-card{display:flex;flex-direction:column;gap:20px;height:100%;justify-content:space-between}.card-top-info .card-category-tag{display:inline-block;padding:4px 10px;background:#eff6ff;border:1px solid #dbeafe;border-radius:100px;font-size:11px;font-weight:700;color:#2563eb;text-transform:uppercase;margin-bottom:10px}.card-top-info h3{margin:0 0 8px;font-size:22px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.card-top-info p{margin:0;font-size:14px;line-height:1.55;color:#475569}.voice-status-metrics{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.metric-box{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#3e6aef}.metric-box strong{display:block;font-size:13.5px;color:#0f172a}.metric-box small{display:block;font-size:11px;color:#64748b}.mic-alert-box{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fffbeb;border:1px solid #fef3c7;border-radius:10px;font-size:12px;color:#92400e}.voice-action-dock{padding-top:10px}.btn-start-call{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;background:#3e6aef;border:0;border-radius:12px;color:#fff;font-size:14.5px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 6px 20px rgba(62,106,239,.35)}.btn-start-call:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 10px 24px rgba(62,106,239,.45)}.btn-start-call:disabled{opacity:.7;cursor:wait}.active-call-controls-row{display:grid;grid-template-columns:1fr 1.3fr;grid-gap:10px;gap:10px}.btn-mute-call{display:flex;align-items:center;justify-content:center;gap:7px;padding:12px 18px;background:#fff;border:1px solid #cbd5e1;border-radius:12px;color:#334155;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-mute-call:hover{background:#f8fafc}.btn-mute-call.muted{background:#fef2f2;border-color:#fecaca;color:#dc2626}.btn-end-call{display:flex;align-items:center;justify-content:center;gap:7px;padding:12px 18px;background:#dc2626;border:0;border-radius:12px;color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px rgba(220,38,38,.25)}.btn-end-call:hover{background:#b91c1c}.chat-control-card{display:flex;flex-direction:column;height:100%;justify-content:space-between}.chat-stream-viewport{flex:1 1;max-height:250px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding-right:4px}.chat-msg-row{display:flex;width:100%}.chat-msg-row.user{justify-content:flex-end}.chat-msg-row.bot{justify-content:flex-start}.chat-bubble{max-width:88%;padding:11px 15px;border-radius:14px;display:flex;flex-direction:column;gap:6px}.chat-msg-row.user .chat-bubble{background:#3e6aef;color:#fff;border-bottom-right-radius:3px;box-shadow:0 4px 12px rgba(62,106,239,.25)}.chat-msg-row.bot .chat-bubble{background:#f8fafc;border:1px solid #e2e8f0;color:#1e293b;border-bottom-left-radius:3px}.chat-bubble p{font-size:13px}.citation-pill{background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;color:#1d4ed8}.action-pill,.citation-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;font-size:10.5px;font-weight:600;width:-moz-fit-content;width:fit-content}.action-pill{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:4px;color:#15803d}.chat-bubble .time{font-size:9.5px;color:#94a3b8;align-self:flex-end}.chat-msg-row.user .chat-bubble .time{color:hsla(0,0%,100%,.7)}.chat-typing-row{display:flex;align-items:center;gap:5px;font-size:11.5px;color:#64748b;padding:6px 12px;background:#f1f5f9;border-radius:8px;width:-moz-fit-content;width:fit-content}.chat-typing-row .dot{width:4px;height:4px;border-radius:50%;background:#3e6aef;animation:dotJump 1.2s ease-in-out infinite}.chat-typing-row .dot:nth-child(2){animation-delay:.2s}.chat-typing-row .dot:nth-child(3){animation-delay:.4s}@keyframes dotJump{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}}.chat-prompt-bar{display:flex;align-items:center;gap:8px;padding:10px 0 6px;overflow-x:auto}.chat-prompt-bar span{font-size:11px;font-weight:600;color:#64748b;white-space:nowrap}.prompt-chips-wrapper{display:flex;gap:6px}.prompt-chip-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 11px;background:#f8fafc;border:1px solid #cbd5e1;border-radius:100px;color:#334155;font-size:11px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s ease}.prompt-chip-btn:hover{border-color:#3e6aef;color:#3e6aef;background:#eff6ff}.chat-input-row{display:flex;align-items:center;gap:8px;padding:4px 6px 4px 14px;background:#fff;border:1px solid #cbd5e1;border-radius:12px;margin-top:8px}.chat-input-row input{flex:1 1;border:0;outline:none;font-size:13px;color:#0f172a}.btn-send-chat{width:34px;height:34px;border-radius:8px;background:#3e6aef;border:0;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.btn-send-chat:hover:not(:disabled){background:#2563eb}.btn-send-chat:disabled{opacity:.35;cursor:not-allowed}.phone-dispatch-card{display:flex;flex-direction:column;gap:18px;height:100%}.dispatch-form{gap:14px}.dispatch-form,.form-group{display:flex;flex-direction:column}.form-group{gap:6px}.form-group label{font-size:12px;font-weight:600;color:#334155}.form-group input{padding:10px 14px;border:1px solid #cbd5e1;border-radius:10px;font-size:13.5px;color:#0f172a;outline:none}.form-group input:focus{border-color:#3e6aef;box-shadow:0 0 0 3px rgba(62,106,239,.15)}.btn-dispatch-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;background:#3e6aef;border:0;border-radius:12px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;margin-top:4px;transition:all .2s ease}.btn-dispatch-submit:hover:not(:disabled){background:#2563eb}.dispatch-success-box{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 16px;margin:auto;gap:10px}.dispatch-success-box h4{margin:0;font-size:18px;font-weight:700;color:#0f172a}.dispatch-success-box p{margin:0 0 14px;font-size:13px;color:#475569;line-height:1.5}.btn-reset-dispatch{padding:8px 16px;background:#fff;border:1px solid #cbd5e1;border-radius:100px;font-size:12px;font-weight:600;color:#334155;cursor:pointer}.scroll-showcase-section{padding-block:100px 120px;background:#fff;border-bottom:1px solid #e2e8f0;position:relative}.scroll-showcase-header{max-width:720px;margin-bottom:56px}.scroll-showcase-header h2{margin:12px 0 14px;font-size:clamp(34px,3.8vw,48px);font-weight:700;line-height:1.1;letter-spacing:-.035em;color:#0f172a}.scroll-showcase-header p{margin:0;font-size:16.5px;color:#475569;line-height:1.6}.scroll-showcase-layout{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:60px;gap:60px;align-items:flex-start;position:relative}.scroll-sticky-visual-col{position:-webkit-sticky;position:sticky;top:100px;width:100%;height:-moz-fit-content;height:fit-content;z-index:5}.scroll-sticky-visual-wrapper{width:100%;position:relative}.flat-vector-card-container{width:100%;border-radius:24px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent}.vector-card-image-wrap{position:relative;width:100%;height:560px;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(37,99,235,.18),0 6px 20px rgba(0,0,0,.06)}.vector-card-img{object-fit:contain;border-radius:28px}.scroll-text-col{display:flex;flex-direction:column;gap:36px;padding-bottom:80px}.scroll-text-card{padding:44px 40px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:24px;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;gap:14px}.scroll-text-card:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px)}.scroll-text-card.card-active{background:#fff;border-color:#3b82f6;box-shadow:0 20px 50px rgba(59,130,246,.14),0 6px 18px rgba(15,23,42,.05);transform:translateY(-4px)}.scroll-card-title{margin:0;font-size:25px;font-weight:700;line-height:1.25;letter-spacing:-.025em;color:#0f172a}.scroll-card-tagline{margin:0;font-size:15px;font-weight:600;color:#2563eb}.scroll-card-desc{margin:4px 0 8px;font-size:15.5px;line-height:1.65;color:#475569}.scroll-card-points{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.scroll-card-points li{display:flex;align-items:center;gap:12px;font-size:14.5px;font-weight:500;color:#334155}.scroll-card-points .check-icon{color:#10b981;flex-shrink:0}@media (max-width:1024px){.scroll-showcase-layout{grid-template-columns:1fr;gap:36px}.scroll-sticky-visual-col{position:relative;top:0}}.integrations-ecosystem-section{padding-block:100px 120px;background:#fff;border-bottom:1px solid #e2e8f0;position:relative;overflow:hidden}.integrations-header{max-width:720px;margin-bottom:50px}.integrations-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;padding:4px 12px;border-radius:100px;margin-bottom:14px}.integrations-header h2{margin:0 0 14px;font-size:clamp(32px,3.6vw,46px);font-weight:700;line-height:1.12;letter-spacing:-.03em;color:#0f172a}.integrations-header p{margin:0;font-size:16px;color:#475569;line-height:1.6}.node-network-canvas{position:relative;width:100%;border-radius:32px;background:linear-gradient(180deg,hsla(0,0%,100%,.95),rgba(245,249,255,.85));border:1.5px solid rgba(226,232,240,.8);padding:56px 40px;box-sizing:border-box;box-shadow:0 30px 70px rgba(15,23,42,.04),inset 0 1px 0 #fff;margin-bottom:0;overflow:hidden}.network-grid-bg{background-image:radial-gradient(#94a3b8 1px,transparent 0);background-size:28px 28px;opacity:.25}.network-circuit-svg,.network-grid-bg{position:absolute;inset:0;pointer-events:none}.network-circuit-svg{width:100%;height:100%;z-index:1}.circuit-line{stroke:#cbd5e1;stroke-width:2;stroke-dasharray:4 4;fill:none;transition:all .3s ease}.circuit-line.active{stroke:#2563eb;stroke-width:2.5;stroke-dasharray:none;filter:drop-shadow(0 0 8px rgba(37,99,235,.45))}.circuit-packet{filter:drop-shadow(0 0 8px currentColor)}.network-columns-layout{position:relative;z-index:5;display:grid;grid-template-columns:1fr 1.15fr 1fr;grid-gap:36px;gap:36px;align-items:center}.network-nodes-col{display:flex;flex-direction:column;gap:20px}.network-node-card{background:hsla(0,0%,100%,.92);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid hsla(0,0%,100%,.95);border-radius:20px;padding:20px 22px;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px rgba(15,23,42,.04),0 2px 6px rgba(15,23,42,.02),inset 0 1px 0 #fff;cursor:pointer}.network-node-card:hover{transform:translateY(-4px) scale(1.015);border-color:#3b82f6;box-shadow:0 20px 40px rgba(37,99,235,.1),0 4px 12px rgba(15,23,42,.04),inset 0 1px 0 #fff;background:#fff}.node-card-header{display:flex;align-items:center;gap:14px;margin-bottom:8px}.node-real-icon-wrap{width:44px;height:44px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #e2e8f0;box-shadow:0 4px 12px rgba(0,0,0,.04)}.node-title-group h4{margin:0;font-size:15px;font-weight:700;color:#0f172a}.node-title-group small{font-size:11.5px;color:#64748b;font-weight:500}.node-action-desc{margin:0 0 10px;font-size:12.5px;line-height:1.45;color:#475569}.node-status-bar{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.status-dot{width:7px;height:7px;border-radius:50%}.center-col{display:flex;align-items:center;justify-content:center}.center-core-node{position:relative;width:100%;max-width:300px;padding:8px}.core-glow-aura{position:absolute;inset:-12px;border-radius:32px;background:radial-gradient(circle,rgba(59,130,246,.25) 0,rgba(59,130,246,0) 70%);filter:blur(16px);pointer-events:none;animation:corePulse 3s ease-in-out infinite alternate}@keyframes corePulse{0%{opacity:.5;transform:scale(.96)}to{opacity:1;transform:scale(1.04)}}.core-inner-box{position:relative;z-index:2;background:#0f172a;border:1.5px solid #3b82f6;border-radius:24px;padding:28px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0 24px 60px rgba(15,23,42,.25),0 0 20px rgba(59,130,246,.2)}.core-brand-icon-wrap{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.04));border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;margin-bottom:12px;box-shadow:0 8px 24px rgba(0,0,0,.3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.core-brand-bot-logo{width:40px;height:40px;object-fit:contain}.core-brand-wordmark-wrap{display:flex;align-items:center;justify-content:center;margin-bottom:4px}.core-brand-wordmark{height:22px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.core-tagline{font-size:12px;color:#94a3b8;font-weight:500;margin-top:4px}.core-telemetry-chip{display:inline-flex;align-items:center;gap:7px;background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.3);padding:5px 12px;border-radius:100px}.core-pulse-dot{width:6px;height:6px;border-radius:50%;background:#38bdf8;box-shadow:0 0 8px #38bdf8;animation:pulseDot 1.5s infinite}@keyframes pulseDot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}.core-telemetry-chip strong{font-size:10.5px;color:#60a5fa;letter-spacing:.02em}@media (max-width:1024px){.network-columns-layout{grid-template-columns:1fr;gap:24px}.network-circuit-svg{display:none}}.realtime-persona-section{padding-block:80px 110px;background:#f8fafc;border-bottom:1px solid #e2e8f0;position:relative}.persona-selector-glass-bar{display:flex;align-items:center;gap:16px;background:hsla(0,0%,100%,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid #fff;border-radius:100px;padding:8px 14px 8px 20px;box-shadow:0 10px 30px rgba(15,23,42,.04);margin-bottom:28px;flex-wrap:wrap}.persona-selector-label{font-size:13px;font-weight:700;color:#475569;white-space:nowrap}.persona-pills-wrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.persona-pill-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:100px;background:#f1f5f9;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.persona-dot{width:8px;height:8px;border-radius:50%}.persona-name{font-size:13px;font-weight:700;color:#1e293b}.persona-role-tag{font-size:11px;font-weight:500;color:#64748b}.persona-pill-btn:hover{background:#fff;border-color:#cbd5e1;transform:translateY(-2px)}.persona-pill-btn.active{background:#0f172a;border-color:#0f172a;box-shadow:0 6px 18px rgba(15,23,42,.18)}.persona-pill-btn.active .persona-name{color:#fff}.persona-pill-btn.active .persona-role-tag{color:#94a3b8}.glassy-agent-studio-window{background:hsla(0,0%,100%,.88);backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%);border:1.5px solid #fff;border-radius:28px;box-shadow:0 24px 60px rgba(15,23,42,.06),inset 0 1px 0 #fff;overflow:hidden;display:flex;flex-direction:column}.studio-window-header{display:flex;align-items:center;justify-content:space-between;padding:18px 28px;border-bottom:1px solid rgba(226,232,240,.8);background:hsla(0,0%,100%,.7);flex-wrap:wrap;gap:16px}.agent-identity-meta{display:flex;align-items:center;gap:14px}.agent-avatar-orb{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.15);flex-shrink:0}.agent-avatar-logo{width:26px;height:26px;object-fit:contain}.agent-identity-titles{display:flex;flex-direction:column;gap:2px}.agent-status-row{display:flex;align-items:center;gap:8px}.live-pulse-green{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 10px #10b981}.agent-status-row h4{margin:0;font-size:16px;font-weight:700;color:#0f172a}.agent-role-caption{font-size:12px;font-weight:500;color:#64748b}.studio-mode-toggle{display:flex;align-items:center;gap:4px;background:#f1f5f9;padding:4px;border-radius:100px;border:1px solid #e2e8f0}.mode-btn{display:inline-flex;align-items:center;gap:7px;padding:8px 18px;border-radius:100px;background:transparent;border:none;font-size:12.5px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.mode-btn.active{background:#fff;color:#0f172a;box-shadow:0 2px 8px rgba(0,0,0,.08)}.studio-window-body{min-height:440px;padding:36px;display:flex;flex-direction:column;justify-content:center}.voice-agent-view{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:580px;margin:0 auto}.voice-visualizer-stage{position:relative;width:140px;height:140px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.voice-glow-ring{position:absolute;inset:0;border-radius:50%;border:2px dashed #3b82f6;opacity:.5;transition:all .3s ease}.voice-glow-ring.pulsing{opacity:1;animation:rotateRing 8s linear infinite,ringPulse 2s ease-in-out infinite alternate}@keyframes rotateRing{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes ringPulse{0%{transform:scale(1);filter:drop-shadow(0 0 8px currentColor)}to{transform:scale(1.18);filter:drop-shadow(0 0 20px currentColor)}}.voice-center-orb{width:90px;height:90px;border-radius:50%;background:#0f172a;border:2px solid hsla(0,0%,100%,.3);display:flex;align-items:center;justify-content:center;box-shadow:0 16px 36px rgba(15,23,42,.25);transition:all .3s ease}.voice-center-orb.active-call{transform:scale(1.08);box-shadow:0 20px 50px rgba(37,99,235,.4)}.voice-orb-logo{width:48px;height:48px;object-fit:contain}.voice-status-feedback h3{margin:0 0 6px;font-size:20px;font-weight:700;color:#0f172a}.voice-status-feedback p{margin:0 0 28px;font-size:14px;color:#64748b;line-height:1.5}.voice-action-center{margin-bottom:32px}.voice-call-trigger-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;border-radius:100px;background:#0f172a;color:#fff;border:none;font-size:15px;font-weight:700;cursor:pointer;transition:all .25s ease;box-shadow:0 10px 25px rgba(15,23,42,.2)}.voice-call-trigger-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 14px 32px rgba(37,99,235,.35)}.voice-call-trigger-btn.calling{background:#dc2626;box-shadow:0 10px 25px rgba(220,38,38,.35)}.voice-prompt-chips-row{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.prompt-label{color:#94a3b8}.prompt-chip,.prompt-label{font-size:12px;font-weight:600}.prompt-chip{background:hsla(0,0%,100%,.9);border:1px solid #e2e8f0;padding:6px 14px;border-radius:100px;color:#475569;cursor:pointer;transition:all .2s ease}.prompt-chip:hover{border-color:#2563eb;color:#2563eb;background:#fff;transform:translateY(-1px)}.chat-agent-view{display:flex;flex-direction:column;height:440px}.chat-messages-container{flex:1 1;overflow-y:auto;padding:10px 4px;display:flex;flex-direction:column;gap:14px}.chat-bubble-row{display:flex;width:100%}.chat-bubble-row.bot{justify-content:flex-start}.chat-bubble-row.user{justify-content:flex-end}.chat-bubble{max-width:75%;padding:14px 18px;border-radius:18px;position:relative}.chat-bubble-row.bot .chat-bubble{background:#fff;border:1px solid #e2e8f0;color:#1e293b;border-bottom-left-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.02)}.chat-bubble-row.user .chat-bubble{background:#0f172a;color:#fff;border-bottom-right-radius:4px}.chat-bubble p{margin:0;font-size:14px;line-height:1.5}.chat-time{display:block;font-size:10.5px;margin-top:4px;opacity:.6}.chat-suggested-prompts{display:flex;align-items:center;gap:8px;padding-block:10px;overflow-x:auto;scrollbar-width:none}.chat-suggested-prompts::-webkit-scrollbar{display:none}.chat-prompt-pill{padding:6px 14px;border-radius:100px;background:#f1f5f9;border:1px solid #e2e8f0;font-size:12px;font-weight:600;color:#475569;cursor:pointer;white-space:nowrap;transition:all .2s ease}.chat-prompt-pill:hover{background:#fff;border-color:#2563eb;color:#2563eb}.chat-input-glass-bar{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:100px;padding:6px 6px 6px 18px;box-shadow:0 4px 16px rgba(0,0,0,.03)}.chat-glass-input{flex:1 1;border:none;background:transparent;font-size:14px;color:#0f172a;outline:none}.chat-send-glass-btn{width:40px;height:40px;border-radius:50%;background:#0f172a;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.chat-send-glass-btn:hover{background:#2563eb}@media (max-width:768px){.studio-window-header{flex-direction:column;align-items:flex-start}.studio-mode-toggle{width:100%;justify-content:center}}.deploy-security-ecosystem{padding-block:72px 100px;background:#fff;border-bottom:1px solid #e2e8f0;position:relative}.enterprise-pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.enterprise-pillar-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:28px 24px;display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(15,23,42,.03),0 1px 3px rgba(15,23,42,.02);transition:all .22s cubic-bezier(.16,1,.3,1);cursor:pointer;position:relative}.enterprise-pillar-card.active,.enterprise-pillar-card:hover{transform:translateY(-3px);border-color:#3b82f6;box-shadow:0 20px 40px rgba(37,99,235,.08),0 2px 6px rgba(15,23,42,.03)}.pillar-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.pillar-icon-box{width:46px;height:46px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.enterprise-pillar-card:hover .pillar-icon-box{background:#eff6ff;border-color:#bfdbfe}.pillar-stat-pill{font-size:11px;font-weight:700;color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;padding:3px 10px;border-radius:100px;letter-spacing:-.01em}.pillar-body{flex:1 1;margin-bottom:20px}.pillar-step-num{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:6px}.pillar-body h3{margin:0 0 8px;font-size:17px;font-weight:700;color:#0f172a;letter-spacing:-.015em;line-height:1.3}.pillar-body p{margin:0;font-size:13px;color:#64748b;line-height:1.5}.pillar-chips-list{display:flex;flex-direction:column;gap:7px;padding-top:16px;border-top:1px solid #f1f5f9}.pillar-chip-item{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:#334155}.chip-check-icon{color:#10b981;flex-shrink:0}@media (max-width:1024px){.enterprise-pillars-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.enterprise-pillars-grid{grid-template-columns:1fr}}.roi-comparison-section{padding-block:84px 110px;background:#f8fafc;border-bottom:1px solid #e2e8f0;position:relative}.calc-eyebrow{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#2563eb;margin-bottom:8px}.roi-calculator-wrapper{background:#fff;border:1.5px solid #e2e8f0;border-radius:28px;display:grid;grid-template-columns:1.35fr 1fr;overflow:hidden;box-shadow:0 16px 40px rgba(15,23,42,.04),0 2px 8px rgba(15,23,42,.02);margin-bottom:72px}.calculator-controls-pane{padding:44px 40px;display:flex;flex-direction:column}.calculator-controls-pane h3{margin:0 0 8px;font-size:clamp(22px,2.2vw,28px);font-weight:700;color:#0f172a;letter-spacing:-.02em}.calculator-controls-pane p{margin:0 0 32px;font-size:14px;color:#64748b;line-height:1.55}.slider-input-group{margin-bottom:28px}.slider-header-flex{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.slider-label{font-size:13.5px;font-weight:600;color:#334155}.slider-value-display{font-size:16px;font-weight:700;color:#0f172a}.slider-value-display small{font-size:12px;font-weight:500;color:#64748b}.custom-range-slider{-webkit-appearance:none;width:100%;height:6px;border-radius:6px;background:#e2e8f0;outline:none;margin-bottom:8px}.custom-range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#2563eb;cursor:pointer;box-shadow:0 2px 8px rgba(37,99,235,.4);-webkit-transition:transform .15s ease;transition:transform .15s ease}.custom-range-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.range-bounds-flex{display:flex;justify-content:space-between;font-size:11px;font-weight:500;color:#94a3b8}.calculator-output-card{background:linear-gradient(145deg,#0f172a,#1e293b);padding:44px 36px;display:flex;flex-direction:column;justify-content:center;color:#fff;position:relative}.calc-output-badge{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#60a5fa;margin-bottom:8px}.calc-giant-number{font-size:clamp(38px,4vw,54px);font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.05;margin-bottom:4px}.calc-period-label{font-size:13px;color:#94a3b8;margin-bottom:32px}.calc-submetrics-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;padding-block:20px;border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:28px}.calc-submetric-cell{display:flex;flex-direction:column}.submetric-val{font-size:20px;font-weight:700;color:#fff}.submetric-lbl{font-size:11.5px;color:#94a3b8}.calc-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#2563eb;color:#fff;font-size:13.5px;font-weight:600;padding:13px 20px;border-radius:12px;text-decoration:none;transition:all .2s ease}.calc-cta-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.comparison-table-wrapper{margin-top:16px}.table-heading-block{max-width:680px;margin-bottom:28px}.table-heading-block h3{margin:0;font-size:clamp(22px,2.2vw,28px);font-weight:700;color:#0f172a;letter-spacing:-.02em}.comparison-table-container{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;overflow-x:auto;box-shadow:0 8px 30px rgba(15,23,42,.03)}.enterprise-matrix-table{width:100%;border-collapse:collapse;text-align:left;min-width:700px}.enterprise-matrix-table thead tr{background:#f8fafc;border-bottom:1px solid #e2e8f0}.enterprise-matrix-table th{padding:16px 20px;font-size:12.5px;font-weight:700;letter-spacing:-.01em}.th-feature{color:#0f172a;width:28%}.th-standard{color:#64748b;width:24%}.th-vertobot{color:#2563eb;background:#eff6ff;width:28%}.enterprise-matrix-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .15s ease}.enterprise-matrix-table tbody tr:last-child{border-bottom:none}.enterprise-matrix-table tbody tr:hover{background:#f8fafc}.enterprise-matrix-table td{padding:18px 20px;font-size:13px;line-height:1.45}.td-feature{font-weight:600;color:#0f172a}.td-muted{color:#64748b}.td-vertobot-cell{background:rgba(239,246,255,.4);font-weight:600;color:#0f172a;display:flex;align-items:center;gap:8px}.matrix-check{color:#2563eb;flex-shrink:0}@media (max-width:1024px){.roi-calculator-wrapper{grid-template-columns:1fr}}.tech-faq-split-section{padding-block:84px 110px;background:#fff;border-bottom:1px solid #e2e8f0;position:relative}.faq-pure-split-layout{display:grid;grid-template-columns:1fr 1.35fr;grid-gap:48px;gap:48px;align-items:flex-start}.faq-left-editorial-col{position:-webkit-sticky;position:sticky;top:100px;display:flex;flex-direction:column}.faq-left-editorial-col h2{margin:0 0 12px;font-size:clamp(26px,2.7vw,36px);font-weight:700;color:#0f172a;letter-spacing:-.025em;line-height:1.2}.faq-left-editorial-col p{margin:0 0 28px;font-size:14.5px;color:#64748b;line-height:1.6}.faq-editorial-spec-list{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}.spec-pill-item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;padding:10px 16px;border-radius:12px}.spec-dot{width:7px;height:7px;border-radius:50%;background:#2563eb;flex-shrink:0}.faq-left-cta-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:22px 24px;display:flex;flex-direction:column;gap:12px}.faq-left-cta-box p{margin:0;font-size:13px;font-weight:600;color:#475569}.faq-talk-eng-btn{display:inline-flex;align-items:center;justify-content:space-between;background:#0f172a;color:#fff;font-size:13px;font-weight:600;padding:11px 18px;border-radius:10px;text-decoration:none;transition:all .2s ease}.faq-talk-eng-btn:hover{background:#2563eb}.faq-accordion-list-col{display:flex;flex-direction:column;gap:14px}.tech-faq-split-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;padding:22px 24px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 6px rgba(15,23,42,.02)}.tech-faq-split-card:hover{border-color:#cbd5e1}.tech-faq-split-card.active{border-color:#3b82f6;background:#fff;box-shadow:0 12px 32px rgba(37,99,235,.08),0 2px 6px rgba(15,23,42,.02)}.faq-card-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.faq-title-wrap{display:flex;flex-direction:column;flex:1 1}.faq-category-tag{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#2563eb;margin-bottom:5px}.faq-title-wrap h3{margin:0;font-size:15px;font-weight:700;color:#0f172a;letter-spacing:-.015em;line-height:1.35}.faq-icon-caret{width:30px;height:30px;border-radius:50%;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0;transition:transform .2s ease,background .2s ease,color .2s ease}.tech-faq-split-card.active .faq-icon-caret{transform:rotate(180deg);background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.tech-faq-expand-content{margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9}.tech-faq-expand-content p{margin:0;font-size:13.5px;color:#475569;line-height:1.55}@media (max-width:1024px){.faq-pure-split-layout{grid-template-columns:1fr;gap:36px}.faq-left-editorial-col{position:static}}.conversion-hub-section{padding-block:84px 110px;background:#f8fafc;border-bottom:1px solid #e2e8f0;position:relative}.contact-enterprise-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:28px;overflow:hidden;box-shadow:0 20px 50px rgba(15,23,42,.05),0 2px 8px rgba(15,23,42,.02)}.contact-enterprise-grid{display:grid;grid-template-columns:1.05fr 1.35fr}.contact-info-col{padding:48px 44px;background:linear-gradient(180deg,#f8fafc,#fff);border-right:1.5px solid #e2e8f0;display:flex;flex-direction:column}.contact-badge-pill{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#2563eb;margin-bottom:10px}.contact-info-col h2{margin:0 0 14px;font-size:clamp(26px,2.6vw,34px);font-weight:700;color:#0f172a;letter-spacing:-.025em;line-height:1.2}.contact-info-col p{margin:0 0 32px;font-size:14px;color:#64748b;line-height:1.6}.contact-guarantees-list{display:flex;flex-direction:column;gap:18px;margin-bottom:36px}.contact-guarantee-item{display:flex;align-items:flex-start;gap:12px}.contact-check{color:#2563eb;flex-shrink:0;margin-top:2px}.contact-guarantee-item strong{display:block;font-size:13.5px;font-weight:700;color:#0f172a;margin-bottom:2px}.contact-guarantee-item small{display:block;font-size:12.5px;color:#64748b;line-height:1.45}.contact-direct-wa-box{margin-top:auto;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px 18px;display:flex;align-items:center;gap:14px}.wa-icon-circle{width:38px;height:38px;border-radius:10px;background:#f0fdf4;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wa-text-box{display:flex;flex-direction:column;flex:1 1}.wa-text-box strong{font-size:12.5px;font-weight:700;color:#0f172a}.wa-text-box span{font-size:11.5px;color:#64748b}.wa-direct-link-btn{display:inline-flex;align-items:center;gap:6px;background:#0f172a;color:#fff;font-size:12px;font-weight:600;padding:8px 14px;border-radius:8px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.wa-direct-link-btn:hover{background:#25d366;color:#0f172a}.contact-form-col{padding:48px 44px;background:#fff;display:flex;flex-direction:column;justify-content:center}.enterprise-contact-form{display:flex;flex-direction:column;gap:18px}.form-heading-wrap{margin-bottom:4px}.form-heading-wrap h3{margin:0 0 4px;font-size:20px;font-weight:700;color:#0f172a;letter-spacing:-.015em}.form-heading-wrap p{margin:0;font-size:13px;color:#64748b}.form-row-dual{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.form-field-group{display:flex;flex-direction:column;gap:6px}.form-field-group label{font-size:12.5px;font-weight:600;color:#334155}.enterprise-input,.enterprise-select,.enterprise-textarea{width:100%;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:11px 14px;font-size:13.5px;color:#0f172a;outline:none;transition:all .2s ease;font-family:inherit}.enterprise-input:focus,.enterprise-select:focus,.enterprise-textarea:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.12)}.enterprise-input::placeholder,.enterprise-textarea::placeholder{color:#94a3b8}.enterprise-select{cursor:pointer}.enterprise-textarea{resize:vertical;min-height:72px}.enterprise-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#2563eb;color:#fff;font-size:14px;font-weight:600;padding:14px 24px;border-radius:12px;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px rgba(37,99,235,.25);margin-top:4px}.enterprise-submit-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,99,235,.35)}.form-privacy-note{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#64748b;justify-content:center;margin-top:2px}.form-success-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 20px}.success-icon-wrap{margin-bottom:16px}.form-success-state h3{margin:0 0 8px;font-size:22px;font-weight:700;color:#0f172a}.form-success-state p{margin:0 0 24px;font-size:14px;color:#64748b;line-height:1.6;max-width:440px}.form-reset-btn{background:#f1f5f9;border:1px solid #e2e8f0;color:#0f172a;font-size:13px;font-weight:600;padding:10px 18px;border-radius:8px;cursor:pointer;transition:all .2s ease}.form-reset-btn:hover{background:#e2e8f0}.retell-card-centered-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;padding:80px 24px;max-width:880px;margin:0 auto;min-height:clamp(520px,70vh,720px)}.hero-centered-headline{font-size:clamp(38px,4.5vw,62px)!important;line-height:1.12!important;letter-spacing:-.04em!important;color:#fff!important;text-shadow:0 2px 20px rgba(0,0,0,.45);margin-bottom:20px!important;max-width:820px}.hero-centered-subtext{font-size:clamp(16px,1.3vw,19px)!important;line-height:1.6!important;color:#f1f5f9!important;text-shadow:0 2px 14px rgba(0,0,0,.4);margin-bottom:32px!important;max-width:680px}.persona-voice-section{padding-block:84px 110px;background:#f8fafc;border-bottom:1px solid #e2e8f0;position:relative}.persona-section-header{max-width:760px;margin-bottom:40px}.persona-section-header h2{margin:0 0 10px;font-size:clamp(28px,2.8vw,38px);font-weight:700;color:#0f172a;letter-spacing:-.025em;line-height:1.2}.persona-section-header p{margin:0;font-size:15px;color:#64748b;line-height:1.6}.persona-master-layout{display:grid;grid-template-columns:1.15fr 1.1fr;grid-gap:36px;gap:36px;align-items:flex-start}.persona-control-console{display:flex;flex-direction:column;gap:20px}.persona-selector-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:24px;padding:24px;box-shadow:0 4px 16px rgba(15,23,42,.03)}.console-field-label{display:block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:14px}.persona-radio-group{display:flex;flex-direction:column;gap:10px}.persona-select-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;padding:14px 16px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.persona-select-card:hover{border-color:#cbd5e1;background:#fff;transform:translateX(3px)}.persona-select-card.selected{background:#fff;border-color:#3b82f6;box-shadow:0 8px 24px rgba(37,99,235,.08)}.persona-select-top{display:flex;align-items:center;gap:12px;margin-bottom:6px}.persona-avatar-indicator{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.persona-name-wrap{display:flex;flex-direction:column;flex:1 1}.persona-name-wrap strong{font-size:14px;font-weight:700;color:#0f172a}.persona-name-wrap span{font-size:11.5px;color:#64748b}.persona-industry-badge{font-size:10.5px;font-weight:700;color:#475569;background:#f1f5f9;padding:3px 8px;border-radius:6px}.persona-card-desc{margin:0;font-size:12.5px;color:#475569;line-height:1.45;padding-left:44px}.persona-specs-glass-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:20px 24px;display:flex;flex-direction:column;gap:14px}.spec-heading-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#0f172a}.spec-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.spec-meta-item{display:flex;flex-direction:column;gap:2px}.spec-meta-item span{font-size:9.5px;font-weight:800;letter-spacing:.06em;color:#64748b}.spec-meta-item strong{font-size:12.5px;font-weight:700;color:#0f172a}.spec-workflows-box{display:flex;flex-direction:column;gap:8px}.spec-wf-label{font-size:10.5px;font-weight:800;letter-spacing:.05em;color:#64748b}.spec-wf-chips{display:flex;flex-wrap:wrap;gap:6px}.spec-wf-chip{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;padding:4px 10px;border-radius:8px}.persona-stage-col{position:-webkit-sticky;position:sticky;top:100px}.stage-video-card{background:#0f172a;border:2px solid rgba(59,130,246,.3);border-radius:28px;padding:32px 28px;box-shadow:0 24px 60px rgba(15,23,42,.25),0 4px 16px rgba(0,0,0,.1);transition:border-color .3s ease}.stage-dynamic-glow{inset:-20%}.stage-video-sphere-wrapper{box-shadow:0 16px 40px rgba(0,0,0,.4),0 0 0 4px hsla(0,0%,100%,.1)}.live-status-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;letter-spacing:.06em;color:#94a3b8;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);padding:4px 12px;border-radius:100px;margin-bottom:10px}.live-dot{width:6px;height:6px;border-radius:50%;animation:pulseDot 1.5s infinite}.stage-caller-info h3{margin:0 0 4px;font-size:24px;font-weight:700;color:#fff;letter-spacing:-.02em}.stage-caller-info p{margin:0;font-size:13px;color:#94a3b8}.stage-spoken-sample-box{position:relative;z-index:1;width:100%;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:16px 18px;margin-bottom:24px;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sample-voice-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.sample-label-group{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:#e2e8f0}.sample-play-trigger{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#fff;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);padding:3px 10px;border-radius:100px;cursor:pointer;transition:all .15s ease}.sample-play-trigger:hover{background:hsla(0,0%,100%,.2)}.sample-voice-text{margin:0;font-size:13px;line-height:1.5;color:#cbd5e1;font-style:italic}.stage-call-action-row{position:relative;z-index:1;width:100%;margin-bottom:16px}.stage-call-toggle-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 24px;border-radius:14px;border:none;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 8px 24px rgba(0,0,0,.3)}.stage-call-toggle-btn:hover{transform:translateY(-2px);filter:brightness(1.1);box-shadow:0 12px 30px rgba(0,0,0,.4)}.persona-studio-section{position:relative;padding:100px 0;background:linear-gradient(180deg,#f8fafc,#f1f5f9 50%,#f8fafc);border-top:1px solid rgba(226,232,240,.8);border-bottom:1px solid rgba(226,232,240,.8);overflow:hidden}.persona-studio-section:before{content:"";position:absolute;width:600px;height:600px;top:5%;left:-10%;background:radial-gradient(circle,rgba(59,130,246,.12) 0,rgba(147,197,253,.05) 50%,transparent 80%);filter:blur(90px);pointer-events:none;z-index:0}.persona-studio-section:after{content:"";position:absolute;width:650px;height:650px;bottom:0;right:-10%;background:radial-gradient(circle,rgba(168,85,247,.1) 0,rgba(59,130,246,.06) 50%,transparent 80%);filter:blur(100px);pointer-events:none;z-index:0}.persona-studio-header{position:relative;z-index:1;text-align:left;max-width:820px;margin:0 0 48px}.persona-eyebrow{display:inline-flex;align-items:center;gap:7px;background:rgba(37,99,235,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#2563eb;border:1px solid rgba(37,99,235,.15);padding:6px 14px;border-radius:100px;font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:14px}.persona-studio-header h2{font-size:clamp(34px,3.8vw,48px);font-weight:700;color:#0f172a;letter-spacing:-.035em;margin:0 0 14px}.persona-studio-header p{font-size:17px;line-height:1.6;color:#64748b;margin:0}.persona-studio-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.12fr .88fr;grid-gap:36px;gap:36px;align-items:flex-start}.persona-cards-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.persona-card-item{background:hsla(0,0%,100%,.72);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1.5px solid hsla(0,0%,100%,.9);border-radius:20px;padding:18px 20px;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;justify-content:center;box-shadow:0 8px 24px -4px rgba(15,23,42,.04),0 2px 6px -1px rgba(15,23,42,.02)}.persona-card-item:hover{background:hsla(0,0%,100%,.92);transform:translateY(-2px);box-shadow:0 16px 36px -6px rgba(15,23,42,.08),0 0 0 1px hsla(0,0%,100%,.95)}.persona-card-item.selected{background:hsla(0,0%,100%,.96);box-shadow:0 20px 40px -8px rgba(37,99,235,.12)}.persona-item-head{justify-content:space-between;margin:0}.persona-avatar-box,.persona-item-head{display:flex;align-items:center;gap:12px}.persona-avatar-disc{width:42px;height:42px;border-radius:14px;border:1px solid transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0}.persona-info-title h4{margin:0;font-size:15.5px;font-weight:700;color:#0f172a;letter-spacing:-.015em}.persona-role-lbl{font-size:12px;color:#64748b;font-weight:500;display:block;margin-top:2px}.persona-badge-tag{font-size:10.5px;font-weight:700;padding:5px 11px;border-radius:100px;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stage-video-card{position:relative;background:hsla(0,0%,100%,.68);backdrop-filter:blur(28px) saturate(190%);-webkit-backdrop-filter:blur(28px) saturate(190%);border:1.5px solid hsla(0,0%,100%,.85);border-radius:32px;padding:34px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 30px 70px -12px rgba(15,23,42,.08),0 0 0 1px hsla(0,0%,100%,.7);overflow:hidden;transition:all .3s ease}.stage-dynamic-glow{position:absolute;inset:-30%;pointer-events:none;z-index:0;transition:all .5s ease;filter:blur(60px)}.stage-video-sphere-wrapper{position:relative;z-index:1;width:140px;height:140px;border-radius:50%;overflow:hidden;margin-bottom:20px;box-shadow:0 16px 36px -8px rgba(15,23,42,.15),0 0 0 4px hsla(0,0%,100%,.85)}.stage-orb-video{width:100%;height:100%;object-fit:cover;transform:scale(1.1);transition:transform .3s ease}.stage-orb-video.active-call{transform:scale(1.25)}.stage-call-header{position:relative;z-index:1;margin-bottom:20px}.stage-persona-title{font-size:24px;font-weight:700;color:#0f172a;letter-spacing:-.025em;margin:0 0 4px}.stage-persona-role{font-size:13.5px;color:#64748b;font-weight:500;margin:0}.stage-quote-box{position:relative;z-index:1;width:100%;background:hsla(0,0%,100%,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(226,232,240,.85);border-radius:20px;padding:16px 18px;margin-bottom:22px;display:flex;align-items:center;gap:14px;text-align:left;box-shadow:0 4px 16px -2px rgba(15,23,42,.03)}.quote-play-toggle-btn{width:44px;height:44px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:transform .2s cubic-bezier(.16,1,.3,1);box-shadow:0 6px 16px -2px rgba(37,99,235,.35)}.quote-play-toggle-btn:hover{transform:scale(1.06)}.quote-text-container{display:flex;flex-direction:column;gap:3px}.quote-eyebrow-label{font-size:10px;font-weight:800;letter-spacing:.08em;color:#64748b}.quote-script-body{margin:0;font-size:13.5px;line-height:1.55;color:#1e293b;font-weight:500;font-style:italic}.stage-mic-alert{gap:8px;background:hsla(0,86%,97%,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,94%,82%,.6);color:#b91c1c;border-radius:12px;padding:9px 14px;font-size:12.5px;margin-bottom:16px;text-align:left}.stage-demo-limit-footnote,.stage-mic-alert{display:flex;align-items:center;font-weight:500}.stage-demo-limit-footnote{justify-content:center;gap:6px;margin-top:14px;font-size:11.5px;color:#64748b}.stage-action-controls{position:relative;z-index:1;width:100%;display:flex;gap:10px}.stage-call-btn{flex:1 1;display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 22px;border-radius:16px;border:none;color:#fff;font-size:14.5px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 10px 25px -4px rgba(37,99,235,.35)}.stage-call-btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px -4px rgba(37,99,235,.45)}.stage-mute-btn{width:50px;height:50px;border-radius:16px;background:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(226,232,240,.9);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;box-shadow:0 4px 12px rgba(15,23,42,.04)}.stage-mute-btn:hover{background:#fff;transform:translateY(-1px)}@media (max-width:1024px){.persona-cards-list,.persona-studio-grid{grid-template-columns:1fr}.persona-stage-col{position:static}}.glass-phone-card{position:relative;background:hsla(0,0%,100%,.75)!important;backdrop-filter:blur(28px) saturate(190%)!important;-webkit-backdrop-filter:blur(28px) saturate(190%)!important;border-radius:32px!important;padding:36px 30px!important;transform:translateY(16px)}.phone-stage-top-banner{position:relative;z-index:1;margin-bottom:22px;display:flex;flex-direction:column;align-items:center;gap:6px}.phone-pill-badge{gap:6px;border:1px solid rgba(37,99,235,.2);padding:6px 14px;font-size:11.5px}.phone-input-glass-form{position:relative;z-index:1;width:100%;max-width:380px}.phone-input-row{display:flex;align-items:center;background:hsla(0,0%,100%,.9);border:1.5px solid rgba(226,232,240,.95);border-radius:16px;padding:6px 10px;box-shadow:0 4px 16px -2px rgba(15,23,42,.04);transition:all .2s ease}.phone-input-row:focus-within{border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.12)}.country-code-select-box{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;font-weight:700;font-size:14px;color:#0f172a;-webkit-user-select:none;-moz-user-select:none;user-select:none}.flag-icon{font-size:18px}.country-code-lbl{font-size:13.5px;font-weight:700}.phone-digit-input{flex:1 1;border:none;background:transparent;outline:none;padding:8px 12px;font-size:16px;font-weight:600;color:#0f172a;letter-spacing:.05em}.phone-digit-input::placeholder{color:#94a3b8;font-weight:400;letter-spacing:.02em}.phone-call-active-box{position:relative;z-index:1;width:100%;max-width:380px;background:hsla(0,0%,100%,.85);border:1px solid rgba(226,232,240,.9);border-radius:20px;padding:24px 20px;display:flex;flex-direction:column;align-items:center;text-align:center}.phone-pulse-icon-box{width:52px;height:52px;border-radius:50%;border:2px solid;display:flex;align-items:center;justify-content:center;margin-bottom:12px;background:#fff;box-shadow:0 4px 14px rgba(15,23,42,.06)}.active-call-headline{margin:0 0 6px;font-size:15px;font-weight:700;color:#0f172a}.active-call-desc{margin:0;font-size:12.5px;color:#64748b;line-height:1.5}.hero-phone-overlap-wrapper{position:relative;width:100%;max-width:1320px;margin:-230px auto -310px;padding:0 24px;display:flex;justify-content:center;z-index:35;pointer-events:auto}.hero-mobile-device-frame{width:100%;max-width:350px;height:690px;min-height:690px;background:#090d16;border-radius:54px;padding:10px;position:relative;box-shadow:0 40px 120px -15px rgba(0,18,46,.45),0 10px 40px -10px rgba(15,23,42,.3),0 0 0 1px hsla(0,0%,100%,.12),inset 0 1px 2px hsla(0,0%,100%,.25);display:flex;flex-direction:column;cursor:default;will-change:transform}.phone-bezel-outer-ring{border-radius:46px;border:1.5px solid hsla(0,0%,100%,.08);flex-direction:column}.phone-bezel-outer-ring,.phone-screen-container{width:100%;height:100%;display:flex;overflow:hidden}.phone-screen-container{flex:1 1;background:#fff!important;border-radius:44px;padding:22px 20px 20px;flex-direction:column;text-align:center;position:relative;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.phone-notch-island,.phone-screen-container{align-items:center;justify-content:space-between}.phone-notch-island{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:105px;height:22px;background:#090d16;border-radius:20px;display:flex;padding:0 12px;z-index:15;box-shadow:0 2px 8px rgba(0,0,0,.2)}.phone-speaker-mesh{width:36px;height:3.5px;background:#334155;border-radius:4px}.phone-camera-lens{width:8px;height:8px;border-radius:50%;background:#1e293b;border:1px solid #475569}.phone-ui-header{margin-top:26px;margin-bottom:4px;display:flex;flex-direction:column;align-items:center}.phone-pill-badge{display:inline-flex;align-items:center;gap:5px;background:rgba(37,99,235,.08);border:1px solid rgba(37,99,235,.18);color:#2563eb;padding:4px 12px;border-radius:100px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px}.phone-headline{margin:0 0 3px;font-size:17.5px;font-weight:800;color:#0f172a;letter-spacing:-.02em}.phone-subheadline{margin:0;font-size:11px;line-height:1.4;color:#64748b;max-width:270px}.phone-video-sphere-box{width:135px;height:135px;border-radius:50%;overflow:hidden;margin:8px auto 10px;box-shadow:0 16px 36px -6px rgba(15,23,42,.2),0 0 0 3.5px hsla(0,0%,100%,.95);background:#03173d;flex-shrink:0;transition:transform .4s cubic-bezier(.32,.72,0,1)}.hero-mobile-device-frame:hover .phone-video-sphere-box{transform:scale(1.04)}.phone-orb-video{width:100%;height:100%;object-fit:cover;transform:scale(1.1);transition:transform .3s ease}.phone-orb-video.active-calling{transform:scale(1.25)}.phone-live-status-pill{display:inline-flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:100px;padding:4px 12px;font-size:10px;font-weight:700;color:#334155;margin-bottom:8px;box-shadow:0 2px 6px rgba(0,0,0,.02)}.phone-status-dot{width:7px;height:7px;border-radius:50%}.phone-form-body{width:100%;display:flex;flex-direction:column;gap:10px}.phone-number-field-row{display:flex;align-items:center;background:#fff;border:1.5px solid #cbd5e1;border-radius:14px;padding:4px 8px;box-shadow:0 2px 6px rgba(0,0,0,.03);transition:all .25s cubic-bezier(.16,1,.3,1)}.phone-number-field-row:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.15)}.country-code-pill{display:flex;align-items:center;gap:5px;padding:5px 8px;background:#f1f5f9;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.flag-emoji{font-size:14px;line-height:1}.country-prefix-text{font-size:12px;font-weight:700;color:#0f172a}.phone-input-element{flex:1 1;border:none;background:transparent;outline:none;padding:6px 8px;font-size:14px;font-weight:700;color:#0f172a;letter-spacing:.04em}.phone-input-element::placeholder{color:#94a3b8;font-weight:400}.phone-alert-banner{display:flex;align-items:center;gap:5px;background:#fef2f2;border:1px solid #fca5a5;color:#b91c1c;border-radius:10px;padding:7px 10px;font-size:11px;font-weight:500;text-align:left}.phone-submit-call-btn{width:100%;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:100px;padding:6px 8px 6px 18px;font-size:13.5px;font-weight:700;cursor:pointer;box-shadow:0 8px 22px -4px rgba(37,99,235,.45);transition:all .25s cubic-bezier(.16,1,.3,1)}.phone-submit-call-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px -4px rgba(37,99,235,.55)}.phone-submit-call-btn:disabled{opacity:.5;cursor:not-allowed}.btn-inner-icon-circle{width:34px;height:34px;border-radius:50%;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .25s cubic-bezier(.16,1,.3,1)}.phone-submit-call-btn:hover:not(:disabled) .btn-inner-icon-circle{transform:scale(1.08) rotate(-8deg);background:hsla(0,0%,100%,.3)}.phone-call-active-state{width:100%;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:16px 12px;display:flex;flex-direction:column;align-items:center}.phone-pulse-orb{width:42px;height:42px;border-radius:50%;background:#eff6ff;border:1.5px solid #bfdbfe;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.active-call-msg{margin:0 0 3px;font-size:13.5px;font-weight:700;color:#0f172a}.active-call-sub{margin:0;font-size:11px;color:#64748b}.phone-dismiss-btn{display:inline-flex;background:#fee2e2;border:1px solid #fca5a5;color:#dc2626;border-radius:10px;padding:6px 12px;font-size:11.5px;font-weight:700;cursor:pointer}.phone-dismiss-btn,.phone-security-note{margin-top:8px;align-items:center;gap:5px}.phone-security-note{display:flex;justify-content:center;font-size:9.5px;color:#64748b;font-weight:500}.superchat-industries-section{position:relative;padding-top:360px!important;padding-bottom:100px!important;background:#fff!important;border-top:none!important;margin-top:0!important}@media (max-width:768px){.hero-phone-overlap-wrapper{margin:-120px auto 0}.hero-mobile-device-frame{height:auto;min-height:auto}.superchat-industries-section{padding-top:80px!important}}.pricing-preview-section{background:#f4f6f8;padding:72px 0 68px;border-top:1px solid #e5e7eb}.pricing-preview-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:34px}.pricing-preview-heading>div:first-child{max-width:700px}.pricing-preview-kicker{display:inline-block;color:#554cf4;font-size:11px;font-weight:800;letter-spacing:.16em;margin-bottom:12px}.pricing-preview-heading h2{margin:0;color:#111827;font-size:clamp(32px,3.2vw,46px);line-height:1.05;letter-spacing:-.05em;font-weight:600}.pricing-preview-heading p{color:#5f6878;font-size:15px;line-height:1.6;max-width:600px;margin:14px 0 0}.pricing-cycle{flex:0 0 auto;display:flex;padding:4px;border:1px solid #d9dde4;border-radius:999px;background:#fff;box-shadow:0 4px 16px rgba(15,23,42,.05)}.pricing-cycle button{border:0;background:transparent;color:#667085;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:700;cursor:pointer;transition:.2s ease}.pricing-cycle button.active{color:#fff;background:#111827;box-shadow:0 4px 12px rgba(15,23,42,.18)}.pricing-cycle span{color:#8fb523;font-size:10px;margin-left:4px}.pricing-cycle button.active span{color:#d9ff57}.pricing-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:stretch}.pricing-preview-card{position:relative;display:flex;flex-direction:column;min-height:auto;padding:26px 24px;background:#fff;border:1px solid #dfe3e8;border-radius:16px;box-shadow:0 10px 30px rgba(15,23,42,.045)}.pricing-preview-card.featured{color:#fff;background:#151713;border-color:#151713;box-shadow:0 20px 50px rgba(15,23,42,.18)}.pricing-recommended{position:absolute;top:0;right:22px;transform:translateY(-50%);color:#151713;background:#d9ff57;border-radius:999px;padding:5px 9px;font-size:9px;font-weight:800;letter-spacing:.12em}.pricing-card-head h3{margin:0 0 8px;font-size:22px;line-height:1.15;letter-spacing:-.03em}.pricing-card-head p{min-height:48px;margin:0;color:#667085;font-size:13px;line-height:1.55}.featured .pricing-card-head p{color:#aeb4aa}.pricing-card-price{min-height:82px;margin:20px 0 18px;padding-top:18px;border-top:1px solid #e6e8ec}.featured .pricing-card-price{border-color:#32352e}.pricing-card-price>div{display:flex;align-items:baseline}.pricing-card-price sup{font-size:15px;font-weight:700;top:-.6em}.pricing-card-price strong{display:block;font-size:36px;line-height:1;letter-spacing:-.05em;font-weight:650}.pricing-card-price small{color:#7b8494;margin-left:6px;font-size:12px}.pricing-card-price>span{color:#8a93a2;font-size:11.5px;margin-top:4px;display:block}.featured .pricing-card-price small,.featured .pricing-card-price>span{color:#aeb4aa}.pricing-card-cta{display:flex;justify-content:space-between;align-items:center;border:1px solid #ccd1d9;border-radius:9px;padding:10px 14px;color:#111827;font-size:13px;font-weight:700;transition:.2s ease}.pricing-card-cta:hover{transform:translateY(-1px);border-color:#554cf4}.pricing-card-cta.primary{color:#151713;background:#d9ff57;border-color:#d9ff57}.pricing-feature-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:18px;padding:14px 0 8px;color:inherit;background:transparent;border:0;border-top:1px solid #e6e8ec;font-size:12.5px;font-weight:700;cursor:pointer}.featured .pricing-feature-toggle{border-color:#32352e}.pricing-feature-toggle svg{transition:transform .2s ease}.pricing-feature-toggle svg.open{transform:rotate(180deg)}.pricing-feature-list{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.pricing-feature-list.open{grid-template-rows:1fr}.pricing-feature-list>ul{min-height:0;overflow:hidden;list-style:none;padding:0;margin:0}.pricing-feature-list li{display:flex;align-items:flex-start;gap:8px;margin-top:10px;color:#5f6878;font-size:12px;line-height:1.45}.pricing-feature-list li svg{flex:0 0 auto;color:#554cf4;margin-top:1px}.featured .pricing-feature-list li{color:#d3d7d0}.featured .pricing-feature-list li svg{color:#d9ff57}.pricing-preview-note{margin:20px 0 0;color:#77808f;text-align:center;font-size:12px}@media (max-width:980px){.pricing-preview-heading{align-items:flex-start;flex-direction:column;gap:30px}.pricing-preview-grid{grid-template-columns:1fr;gap:25px}.pricing-preview-card{min-height:auto}.pricing-card-head p{min-height:0}}@media (max-width:560px){.pricing-preview-section{padding:88px 0 80px}.pricing-preview-heading{margin-bottom:40px}.pricing-preview-heading h2{font-size:43px}.pricing-preview-heading p{font-size:16px}.pricing-cycle{width:100%}.pricing-cycle button{flex:1 1;padding-inline:8px}.pricing-preview-card{padding:27px 23px;border-radius:16px}}.pricing-preview-section{background:radial-gradient(circle at 8% 14%,rgba(85,76,244,.09),transparent 27%),radial-gradient(circle at 92% 84%,rgba(55,196,210,.09),transparent 29%),#f7f8fb}.pricing-preview-card{background:linear-gradient(145deg,hsla(0,0%,100%,.98) 18%,rgba(245,244,255,.96));border-color:rgba(85,76,244,.16)}.pricing-preview-card:first-child{background:radial-gradient(circle at 100% 0,rgba(85,76,244,.13),transparent 40%),linear-gradient(150deg,#fff 25%,#f6f5ff)}.pricing-preview-card:last-child{background:radial-gradient(circle at 100% 0,rgba(38,168,180,.14),transparent 42%),linear-gradient(150deg,#fff 25%,#f1fbfb)}.pricing-preview-card.featured{background:radial-gradient(circle at 100% 0,rgba(217,255,87,.17),transparent 34%),radial-gradient(circle at 0 100%,rgba(33,210,221,.24),transparent 42%),linear-gradient(145deg,#3125a5,#554cf4 47%,#3731ad);border-color:hsla(0,0%,100%,.2);box-shadow:0 30px 75px rgba(54,46,184,.28)}.featured .pricing-card-head p,.featured .pricing-card-price small,.featured .pricing-card-price>span{color:hsla(0,0%,100%,.72)}.featured .pricing-card-price,.featured .pricing-feature-toggle{border-color:hsla(0,0%,100%,.2)}.featured .pricing-feature-list li{color:hsla(0,0%,100%,.9)}.pricing-card-cta.primary{box-shadow:0 10px 28px rgba(217,255,87,.2)}