/* AI Voice Agents page, built from concept 9a. Header and footer are the site's own
   (page-seo-1/2.css) and are untouched; everything here scopes to .v9 or body.v9-page. */

@font-face{font-family:'Sailec';src:url('assets/fonts/type_dynamic_-_sailec-webfont.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:'Sailec';src:url('assets/fonts/type_dynamic_-_sailec_medium-webfont.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:'Sailec';src:url('assets/fonts/type_dynamic_-_sailec_bold-webfont.woff2') format('woff2');font-weight:700;font-display:swap}

/* ---------- page shell: white header strip, then the page ---------- */
body.v9-page .top-wrap{background-color:#fff;background-image:none}
body.v9-page .top-wrap-inner{background:none;min-height:0;padding-bottom:0}
body.v9-page .top-wrap::after,body.v9-page .top-wrap::before{display:none}
body.v9-page .content-area{padding:0}
body.v9-page .logo-white{display:none}
body.v9-page .logo-dark{display:block}
body.v9-page .menu_trigger{color:#232834}
body.v9-page .slicknav_icon-bar{background-color:#232834}

body.v9-page .header-wide{margin-bottom:0;padding-bottom:0}
body.v9-page .header{margin-bottom:0}

/* ---------- base ---------- */
.v9{font-family:Sailec,Helvetica,Arial,sans-serif;color:#232834;-webkit-font-smoothing:antialiased;text-wrap:pretty}
.v9 *{box-sizing:border-box}
.v9 :where(h1,h2,h3,p,ul,ol,li){margin:0;padding:0;background:none;font-family:inherit;color:inherit;font-size:inherit;line-height:inherit;text-align:left;font-weight:inherit}
.v9 :where(ul,ol,li){list-style:none}
.v9 :where(li)::marker{content:""}
.v9 a{color:inherit;text-decoration:none}
.v9 svg{display:block;width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.v9-wrap{max-width:1240px;margin:0 auto;padding:0 40px;position:relative}
.v9-eyebrow{display:block;font-weight:700;font-size:11.5px;letter-spacing:.22em;text-transform:uppercase;color:#d33d5c;margin:0 0 14px}
.v9-h2{font-weight:700;font-size:clamp(30px,3.4vw,44px);line-height:1.1;letter-spacing:-.03em}
.v9-sec{padding:88px 0}
.v9-bone{background:#F1EEEA}
.v9-head{margin-bottom:48px}
.v9-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;height:52px;padding:0 28px;border-radius:26px;background:#FA5478;color:#fff;font-weight:700;font-size:15px;border:0;cursor:pointer;transition:background .3s,color .3s,transform .3s}
.v9-btn:hover{background:#fff;color:#232834}
.v9-btn .arr{display:inline-block;transition:transform .26s cubic-bezier(.19,1,.22,1)}
.v9-btn:hover .arr{transform:translateX(4px)}
.v9-ic{flex:none;width:32px;height:32px;color:#232834}

/* ---------- reveal ---------- */
.v9-rv{opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}
.v9-rv.in{opacity:1;transform:none}

body.v9-page .header{padding-top:18px;padding-bottom:18px}

/* ---------- hero ---------- */
.v9-hero{background:#232834;color:#fff;padding:24px 0 64px}
.v9-hero-grid{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,6fr);gap:48px 72px;align-items:center}
.v9-hero .v9-eyebrow{color:#FA5478;margin-bottom:22px}
.v9-hero h1{font-weight:700;font-size:clamp(40px,4.6vw,64px);line-height:1.04;letter-spacing:-.035em;margin:0 0 26px}
.v9-hero .v9-lead{font-size:18px;line-height:1.6;color:rgba(255,255,255,.78);max-width:520px;margin:0 0 40px}
.v9-diagram{display:flex;flex-direction:column;align-items:stretch;position:relative}
.v9-node{position:relative;border:1px solid rgba(255,255,255,.22);border-radius:12px;padding:16px 20px 18px;background:#232834;transition:border-color 1.2s cubic-bezier(.4,0,.2,1),box-shadow 1.2s cubic-bezier(.4,0,.2,1),transform 1.2s cubic-bezier(.4,0,.2,1)}
.v9-node.lit{border-color:#FA5478;box-shadow:0 0 0 1px rgba(250,84,120,.35),0 18px 44px rgba(250,84,120,.12);transform:translateY(-2px)}
.v9-node-lbl{display:block;font-weight:700;font-size:10.5px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:14px;transition:color 1.2s cubic-bezier(.4,0,.2,1)}
.v9-node.lit .v9-node-lbl{color:#FA5478}
.v9-node-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.v9-node-row li{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;font-size:11px;line-height:1.3;color:rgba(255,255,255,.85)}
.v9-node-row .v9-ic{width:24px;height:24px;color:#fff}
.v9-toggles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.v9-toggles li{display:flex;align-items:center;gap:10px;font-size:12px;color:rgba(255,255,255,.9)}
.v9-tog{flex:none;width:34px;height:18px;border-radius:9px;background:#FA5478;position:relative}
.v9-tog::after{content:"";position:absolute;top:2px;left:18px;width:14px;height:14px;border-radius:50%;background:#fff}
.v9-conn{width:1px;height:26px;margin:0 auto;background:rgba(255,255,255,.18);position:relative;overflow:hidden}
.v9-conn::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#FA5478;transform:translateY(-101%);transition:transform 1.2s cubic-bezier(.4,0,.2,1)}
.v9-conn.lit::after{transform:translateY(0)}
.v9-conn.tall{height:34px}
.v9-mic{display:flex;flex-direction:column;align-items:center;gap:12px}
.v9-mic-ring{width:52px;height:52px;border-radius:50%;background:#FA5478;color:#fff;display:flex;align-items:center;justify-content:center;position:relative;transition:transform 1.2s cubic-bezier(.4,0,.2,1),box-shadow 1.2s cubic-bezier(.4,0,.2,1)}
.v9-mic-ring.lit{transform:scale(1.08);box-shadow:0 0 0 8px rgba(250,84,120,.14),0 0 0 18px rgba(250,84,120,.05)}
.v9-mic-ring .v9-ic{width:24px;height:24px;color:#fff}
.v9-mic-ring.lit::before{content:"";position:absolute;inset:-6px;border-radius:50%;border:1px solid rgba(250,84,120,.55);animation:v9Ring 2.8s cubic-bezier(.2,.6,.3,1) infinite}
.v9-mic b{font-weight:700;font-size:13px;letter-spacing:-.01em}

/* ---------- capabilities and trust: four columns with hairlines ---------- */
.v9-four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.v9-four li{padding:8px 32px 4px;border-left:1px solid #dcd7d0;display:flex;flex-direction:column;gap:14px}
.v9-four li:first-child{border-left:0;padding-left:0}
.v9-four.center li{align-items:center;text-align:center}
.v9-four.center li p{text-align:center}
.v9-four b{display:block;font-weight:700;font-size:16.5px;letter-spacing:-.015em;line-height:1.25}
.v9-four p{font-size:14.5px;line-height:1.55;color:#5a6172;max-width:240px}
.v9-four .v9-ic{margin-bottom:6px}
.v9-trust li{flex-direction:row;align-items:flex-start;gap:16px}
.v9-trust .v9-ic{margin:0;width:30px;height:30px}
.v9-trust b{margin-bottom:5px}

/* ---------- tools grid ---------- */
.v9-tools{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.v9-tools li{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e2ddd6;border-radius:8px;padding:14px 18px;font-size:14px;font-weight:500;transition:border-color .3s}
.v9-tools li:hover{border-color:#232834}
.v9-tools .v9-ic{width:24px;height:24px}

/* ---------- industries row ---------- */
.v9-ind{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;border-top:1px solid #dcd7d0;border-left:1px solid #dcd7d0}
.v9-ind li{display:flex;align-items:center;gap:14px;min-height:88px;padding:22px 24px;border-right:1px solid #dcd7d0;border-bottom:1px solid #dcd7d0;font-size:15px;font-weight:500;line-height:1.3;color:#232834;transition:background .25s}
.v9-ind li:hover{background:#F1EEEA}
.v9-ind .v9-ic{width:28px;height:28px}

/* ---------- live call demo: animated orb and use-case tabs on the left, form on the right ---------- */
.v9-live{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:stretch}
.v9-live-stage{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:44px;padding:56px 32px;border:1px solid #dcd7d0;border-radius:20px;background:#fff}
.v9-orb{position:relative;width:min(340px,72%);aspect-ratio:1;border-radius:50%;background:#F4B3C0;clip-path:circle(50% at 50% 50%);isolation:isolate;transform:translateZ(0)}
.v9-orb-spin{position:absolute;inset:0;animation:v9OrbSpin 42s linear infinite}
.v9-orb i{position:absolute;display:block;border-radius:50%;filter:blur(34px);will-change:transform}
.v9-orb-a{left:-10%;top:-12%;width:80%;height:80%;background:#FA5478;animation:v9OrbA 11s ease-in-out infinite}
.v9-orb-b{left:-8%;bottom:-6%;width:70%;height:70%;background:#F7D9C4;animation:v9OrbB 13s ease-in-out infinite}
.v9-orb-c{right:-16%;top:6%;width:78%;height:78%;background:#8B3F7A;animation:v9OrbC 15s ease-in-out infinite}
.v9-orb-d{right:-4%;bottom:-14%;width:56%;height:56%;background:#232834;opacity:.7;animation:v9OrbB 17s ease-in-out infinite reverse}
.v9-orb::after{content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at 30% 26%,rgba(255,255,255,.34),rgba(255,255,255,0) 52%);pointer-events:none}
.v9-orb-video{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;border-radius:50%;transform:scale(1.24);z-index:1}
.v9-orb:has(.v9-orb-video) .v9-orb-spin{display:none}
.v9-orb:has(.v9-orb-video)::after{display:none}
.v9-live-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;max-width:480px}
.v9-live-tab{appearance:none;display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 13px;border:0;border-radius:7px;background:#F1EEEA;font:inherit;font-weight:700;font-size:12.5px;line-height:1;color:#232834;cursor:pointer;transition:background .25s,color .25s}
.v9-live-tab:hover{background:#e6e1da}
.v9-live-tab.on{background:#FA5478;color:#fff}
.v9-live-tab:focus-visible{outline:2px solid #FA5478;outline-offset:2px}
.v9-live-wave{display:none;align-items:center;gap:2px;height:12px}
.v9-live-tab.on .v9-live-wave{display:inline-flex}
.v9-live-wave i{display:block;width:2px;border-radius:1px;background:currentColor}
.v9-live-wave i:nth-child(1){height:5px}
.v9-live-wave i:nth-child(2){height:9px}
.v9-live-wave i:nth-child(3){height:12px}
.v9-live-wave i:nth-child(4){height:8px}
.v9-live-wave i:nth-child(5){height:4px}
.v9-live-form{display:flex;flex-direction:column;padding:48px 44px;border-radius:20px;background:#F1EEEA}
.v9-live-h{margin:0 0 40px;font-weight:500;font-size:clamp(24px,2.2vw,32px);line-height:1.25;letter-spacing:-.025em;max-width:520px}
.v9-live-fields{display:flex;flex-direction:column;gap:28px}
.v9-live-field{display:flex;flex-direction:column;gap:12px;padding-bottom:14px;border-bottom:1px solid #cfc9c1;transition:border-color .25s}
.v9-live-field:focus-within{border-color:#232834}
.v9-live-field>span:first-child{font-weight:700;font-size:14px;letter-spacing:.01em;color:#d33d5c}
.v9-live-field input,.v9-live-field select{appearance:none;-webkit-appearance:none;width:100%;margin:0;padding:0;border:0;border-radius:0;background:transparent;font:inherit;font-weight:500;font-size:24px;line-height:1.2;color:#232834;outline:0;box-shadow:none}
.v9-live-field input::placeholder{color:#9a9fab}
.v9-live-sel{position:relative;display:flex;align-items:center;gap:12px;min-width:0}
.v9-live-field .v9-live-sel select{flex:1 1 auto;width:auto;min-width:0;padding-right:0;text-overflow:ellipsis;cursor:pointer}
.v9-live-sel .v9-live-chev{flex:none;display:block;width:20px;height:20px;pointer-events:none;stroke-width:2}
.v9-try-err{margin:18px 0 0;font-size:14px;line-height:1.5;color:#c62d4f}
.v9-try-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:36px}
.v9-btn-dark{background:#232834}
.v9-btn-dark:hover{background:#FA5478;color:#fff}
.v9-btn-dark:disabled{opacity:.6;cursor:progress}
.v9-try-fine{flex:1 1 200px;font-size:12.5px;line-height:1.5;color:#5a6172}
.v9-try-done{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;margin:auto 0;padding:24px 16px;animation:v9In .5s cubic-bezier(.2,.7,.2,1) both}
.v9-try-ring{position:relative;width:72px;height:72px;border-radius:50%;background:#FA5478;display:flex;align-items:center;justify-content:center;margin-bottom:8px;animation:v9Pulse 1.6s ease-in-out infinite}
.v9-try-ring .v9-ic{width:30px;height:30px;color:#fff}
.v9-try-done b{font-weight:700;font-size:22px;letter-spacing:-.02em;line-height:1.2}
.v9-try-done p{max-width:380px;font-size:15px;line-height:1.55;color:#5a6172}
.v9-try-again{appearance:none;margin-top:8px;padding:0;border:0;background:transparent;font:inherit;font-weight:700;font-size:14px;color:#232834;text-decoration:underline;text-underline-offset:4px;cursor:pointer}
.v9-try-again:hover{color:#d33d5c}

/* ---------- closing band ---------- */
.v9-cta{background:#232834;color:#fff;padding:64px 0;text-align:center}
.v9-cta .v9-wrap{display:flex;flex-direction:column;align-items:center;gap:28px}
.v9-cta h2{font-weight:700;font-size:clamp(28px,3vw,38px);line-height:1.15;letter-spacing:-.03em;text-align:center}
.v9-cta .v9-cta-sub{max-width:560px;margin:-8px 0 0;font-size:17px;line-height:1.6;text-align:center;color:rgba(255,255,255,.72)}

/* ---------- see it in action: recorded calls on the left, transcript player on the right ---------- */
.v9-demo{display:grid;grid-template-columns:minmax(280px,5fr) minmax(0,7fr);gap:40px 48px;align-items:start}
.v9-plist{display:flex;flex-direction:column;gap:4px}
.v9-pl{appearance:none;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;padding:12px 14px;border:0;border-radius:12px;background:transparent;font:inherit;color:#232834;text-align:left;cursor:pointer;transition:background .25s}
.v9-pl:hover{background:#f7f5f2}
.v9-pl.on{background:#F1EEEA}
.v9-pl:focus-visible{outline:2px solid #FA5478;outline-offset:2px}
.v9-pl-ic{width:36px;height:36px;border-radius:50%;border:1px solid #cfc9c1;display:flex;align-items:center;justify-content:center;color:#232834;transition:background .25s,border-color .25s,color .25s}
.v9-pl.on .v9-pl-ic{background:#FA5478;border-color:#FA5478;color:#fff}
.v9-pl-ic svg{width:14px;height:14px;fill:currentColor;stroke:none}
.v9-pl-ic .v9-tri{margin-left:2px}
.v9-pl-ic .v9-pause,.v9-pl-ic .v9-eq{display:none}
.v9-pl-ic .v9-eq{align-items:flex-end;gap:2px;height:14px}
.v9-pl-ic .v9-eq i{display:block;width:3px;height:4px;border-radius:1.5px;background:#fff;animation:v9Eq .8s ease-in-out infinite alternate}
.v9-pl-ic .v9-eq i:nth-child(2){animation-delay:-.27s}
.v9-pl-ic .v9-eq i:nth-child(3){animation-delay:-.54s}
.v9-pl.playing .v9-tri{display:none}
.v9-pl.playing .v9-eq{display:flex}
.v9-pl-txt{display:flex;flex-direction:column;gap:3px;min-width:0}
.v9-pl-txt b{font-weight:700;font-size:15px;letter-spacing:-.01em;line-height:1.25}
.v9-pl-txt > span{font-size:13px;line-height:1.4;color:#5a6172}
.v9-pl-dur{align-self:start;padding-top:2px;font-size:12px;font-variant-numeric:tabular-nums;letter-spacing:.04em;color:#5a6172}
.v9-call{background:#232834;color:#fff;border-radius:16px;padding:22px 26px 24px;display:flex;flex-direction:column;box-shadow:0 30px 70px rgba(35,40,52,.18)}
.v9-call-top{display:flex;align-items:center;gap:10px;font-weight:700;font-size:10.5px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.6)}
.v9-dot{flex:none;width:7px;height:7px;border-radius:50%;background:#FA5478}
.v9-dot.live{animation:v9Pulse 1.6s ease-in-out infinite}
.v9-lines{display:flex;flex-direction:column;justify-content:flex-end;gap:12px;min-height:230px;margin-top:22px}
.v9-idle{align-self:center;margin:auto 0;max-width:260px;text-align:center;font-size:14px;line-height:1.5;color:rgba(255,255,255,.55)}
.v9-spk{display:none;align-items:flex-end;gap:2px;height:10px;margin-left:8px;vertical-align:-1px}
.v9-spk.on{display:inline-flex}
.v9-spk i{display:block;width:2px;height:3px;border-radius:1px;background:currentColor;animation:v9Spk .7s ease-in-out infinite alternate}
.v9-spk i:nth-child(2){animation-delay:-.2s}
.v9-spk i:nth-child(3){animation-delay:-.45s}
.v9-spk i:nth-child(4){animation-delay:-.1s}
.v9-line.typing .v9-said::after{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#FA5478;margin-left:6px;vertical-align:middle;animation:v9Blink 1s ease-in-out infinite}
.v9-line.caller.typing .v9-said::after{background:rgba(255,255,255,.85)}
@keyframes v9Blink{0%,100%{opacity:.25}50%{opacity:1}}
@keyframes v9Spk{from{height:3px}to{height:10px}}
.v9-line{max-width:84%;padding:12px 16px;border-radius:14px;border:1px solid transparent;font-size:15px;line-height:1.5;animation:v9In .5s cubic-bezier(.2,.7,.2,1) both;transition:border-color .3s}
.v9-line.agent{align-self:flex-start;background:rgba(255,255,255,.08);border-bottom-left-radius:4px}
.v9-line.caller{align-self:flex-end;background:rgba(255,255,255,.16);border-bottom-right-radius:4px}
.v9-line b{display:block;font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;margin-bottom:6px;color:rgba(255,255,255,.5)}
.v9-line.agent b{color:#FA5478}
.v9-line .v9-said{color:#fff}
.v9-line.now.agent{border-color:rgba(250,84,120,.6)}
.v9-line.now.caller{border-color:rgba(255,255,255,.4)}
.v9-player{display:flex;justify-content:center;margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}
.v9-play{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;height:44px;padding:0 22px 0 16px;border-radius:22px;border:0;background:#FA5478;color:#fff;font:inherit;font-weight:700;font-size:14px;cursor:pointer;transition:background .25s,color .25s}
.v9-play:hover{background:#fff;color:#232834}
.v9-play:focus-visible{outline:2px solid #fff;outline-offset:2px}
.v9-play svg{width:16px;height:16px;fill:currentColor;stroke:none}
.v9-play svg.ln{fill:none;stroke:currentColor;stroke-width:2.2}

/* ---------- motion ---------- */
@keyframes v9Bar{from{height:4px}to{height:var(--h,30px)}}
@keyframes v9Pulse{0%,100%{box-shadow:0 0 0 3px rgba(250,84,120,.25)}50%{box-shadow:0 0 0 7px rgba(250,84,120,.06)}}
@keyframes v9In{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@keyframes v9Ring{0%{transform:scale(1);opacity:.8}100%{transform:scale(1.9);opacity:0}}
@keyframes v9Eq{from{height:4px}to{height:14px}}
@keyframes v9Wave{from{height:4px}to{height:16px}}
@keyframes v9OrbSpin{to{transform:rotate(360deg)}}
@keyframes v9OrbA{0%,100%{transform:translate(-8%,-6%) scale(1)}33%{transform:translate(16%,12%) scale(1.15)}66%{transform:translate(4%,24%) scale(.92)}}
@keyframes v9OrbB{0%,100%{transform:translate(12%,16%) scale(1.08)}50%{transform:translate(-14%,-10%) scale(.9)}}
@keyframes v9OrbC{0%,100%{transform:translate(-6%,14%) scale(.9)}50%{transform:translate(18%,-14%) scale(1.2)}}
@media (prefers-reduced-motion:reduce){.v9-mic-ring.lit::before,.v9-eq i,.v9-spk i,.v9-dot,.v9-line,.v9-orb-spin,.v9-orb i,.v9-live-wave i,.v9-try-ring{animation:none!important}.v9-rv{opacity:1;transform:none;transition:none}.v9-node,.v9-conn::after,.v9-mic-ring{transition:none}}

/* ---------- responsive ---------- */
@media (max-width:1100px){
.v9-hero-grid,.v9-demo{grid-template-columns:minmax(0,1fr)}
.v9-hero .v9-lead{max-width:620px}
.v9-ind{grid-template-columns:repeat(3,minmax(0,1fr))}
.v9-ind li{min-height:76px;padding:18px 20px}
.v9-trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 0}
.v9-trust li{padding:0 24px}
.v9-trust li:nth-child(odd){border-left:0;padding-left:0}
.v9-trust li:nth-child(even){padding-right:0}
.v9-trust p{max-width:none}
}
@media (max-width:820px){
.v9-wrap{padding:0 22px}
.v9-sec{padding:64px 0}
.v9-hero{padding:20px 0 48px}
.v9-four{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 0}
.v9-four li{padding:0 24px}
.v9-four li:nth-child(odd){border-left:0;padding-left:0}
.v9-four li:nth-child(even){padding-right:0}
.v9-four p{max-width:none}
.v9-tools{grid-template-columns:repeat(2,minmax(0,1fr))}
.v9-node-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 8px}
.v9-toggles{grid-template-columns:minmax(0,1fr);gap:10px}
}
@media (max-width:520px){
.v9-four{grid-template-columns:minmax(0,1fr)}
.v9-four li,.v9-four li:nth-child(even){padding:0;border-left:0}
.v9-tools{grid-template-columns:minmax(0,1fr)}
.v9-ind{grid-template-columns:repeat(2,minmax(0,1fr))}
.v9-ind li{font-size:14px;padding:16px}
}


/* ---------- industry tabs (see it in action) ---------- */
.v9-tabhead{display:flex;align-items:flex-end;justify-content:space-between;gap:24px 40px;flex-wrap:wrap}
.v9-tabhead>div:first-child{flex:1 1 380px;min-width:0}
.v9-tabs{display:inline-flex;flex-wrap:wrap;gap:4px;padding:4px;border-radius:30px;background:#F1EEEA;flex:none;max-width:100%}
.v9-tab{appearance:none;border:0;background:transparent;border-radius:24px;padding:0 20px;height:44px;font:inherit;font-weight:700;font-size:14px;line-height:1;color:#5b606c;cursor:pointer;white-space:nowrap;transition:color .2s,background .2s,box-shadow .2s}
.v9-tab:hover{color:#232834}
.v9-tab.on{background:#fff;color:#232834;box-shadow:0 1px 2px rgba(35,40,52,.08),0 4px 14px rgba(35,40,52,.08)}
.v9-tab:focus-visible{outline:2px solid #FA5478;outline-offset:2px}
@media (max-width:820px){
.v9-tabhead{align-items:flex-start}
.v9-tab{height:40px;padding:0 16px;font-size:13.5px}
}

@media (max-width:1100px){
.v9-live{grid-template-columns:minmax(0,1fr)}
.v9-live-stage{padding:40px 24px}
}
@media (max-width:820px){
.v9-live-form{padding:32px 24px}
.v9-live-h{font-size:24px;margin-bottom:32px}
.v9-live-field input,.v9-live-field select{font-size:20px}
.v9-orb{width:min(280px,80%)}
}
@media (max-width:520px){
.v9-live-tab{height:36px;padding:0 12px;font-size:13px}
.v9-try-actions .v9-btn{width:100%}
}

/* ---------- recorded calls: chips above the player on narrow screens ---------- */
@media (max-width:1100px){
.v9-plist{flex-direction:row;overflow-x:auto;gap:8px;padding-bottom:6px;scrollbar-width:none}
.v9-plist::-webkit-scrollbar{display:none}
.v9-plist li{flex:none}
.v9-pl{grid-template-columns:28px auto;gap:10px;padding:6px 16px 6px 6px;border-radius:24px;border:1px solid #dcd7d0;background:#fff}
.v9-pl:hover{background:#F1EEEA}
.v9-pl.on{background:#232834;border-color:#232834;color:#fff}
.v9-pl-ic{width:28px;height:28px}
.v9-pl-ic svg{width:11px;height:11px}
.v9-pl-ic .v9-eq{height:11px}
.v9-pl-txt > span,.v9-pl-dur{display:none}
.v9-pl-txt b{font-size:14px;white-space:nowrap}
}
@media (max-width:520px){
.v9-call{padding:18px 16px 18px}
.v9-line{max-width:92%;font-size:14.5px}
}

/* The dynamic header is re-rendered as the hero animates, so keep the search
   glyph colour in CSS instead of relying on a one-time inline style. */
body.v9-page .header-right .wbm_search{color:#232834}
