@font-face{font-family:"Vela Sans";src:url("velasans-regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Vela Sans";src:url("velasans-semibold.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Vela Sans";src:url("velasans-bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Phonk Sans";src:url("phonksans-extrabold.woff") format("woff");font-weight:800;font-style:normal;font-display:swap}

:root{--orange:#ff4f12;--orange-dark:#e84208;--ink:#25211d;--muted:#25211d;--soft:#f8f5f1;--cream:#fff9f1;--line:#e8e0d8;--green:#355242;--blue:#0877bd;--display:"Phonk Sans","Vela Sans",Arial,sans-serif;--body:"Vela Sans",Arial,sans-serif;--shadow:0 24px 70px rgba(58,42,30,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
body{margin:0;color:var(--ink);background:#fff;font-family:var(--body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
body,button,input{font-family:var(--body)}
img{display:block;max-width:100%}
a{color:inherit}
.voice-dispatcher-redesign main .container::before,.voice-dispatcher-redesign main .container::after{display:none;content:none}
.voice-dispatcher-redesign main .container{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:0}
:where(.voice-dispatcher-redesign main) :where(h1,h2,h3,p){margin:0}
.voice-dispatcher-redesign main h1,.voice-dispatcher-redesign main h2{font-family:var(--display);font-weight:800;letter-spacing:0}
.voice-dispatcher-redesign main h1{font-size:32px;line-height:1.18}
.voice-dispatcher-redesign main h2{font-size:38px;line-height:1.16}
.voice-dispatcher-redesign main h3{font-family:var(--body);font-size:28px;font-weight:700;line-height:1.25;letter-spacing:0}
.section{padding:88px 0}
.section--soft{background:var(--soft)}
.eyebrow{margin-bottom:18px;color:var(--orange);font-size:14px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.section-lead{max-width:760px;margin-top:20px;color:var(--muted);font-size:20px;line-height:1.48}
.hero{position:relative;min-height:660px;overflow:hidden;background:var(--cream)}
.hero::after{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fffaf4 0%,rgba(255,250,244,.98) 34%,rgba(255,250,244,.6) 48%,rgba(255,250,244,0) 72%);content:"";pointer-events:none}
.hero-art{position:absolute;inset:0 0 0 38%;display:flex;align-items:center}
.hero-art img{width:100%;height:auto;object-fit:contain;object-position:center right}
.hero-inner{position:relative;z-index:2;display:flex;min-height:660px;align-items:center}
.hero-copy{width:min(560px,49%);padding:58px 0}
.hero h1 span{color:var(--orange)}
.hero-lead{max-width:550px;margin-top:24px;font-size:20px;font-weight:700;line-height:1.28}
.hero-support{max-width:520px;margin-top:17px;color:var(--ink);font-size:17px;font-weight:400;line-height:1.48}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 24px;border:1px solid transparent;border-radius:12px;font-size:16px;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}
.button:hover{transform:translateY(-2px)}
.button--primary{color:#fff;background:var(--orange);box-shadow:0 10px 24px rgba(255,79,18,.24)}
.button--primary:hover{background:var(--orange-dark);box-shadow:0 13px 30px rgba(255,79,18,.3)}
.button--ghost{border-color:#d9cfc6;background:rgba(255,255,255,.66)}
.button--ghost:hover{border-color:var(--orange);color:var(--orange);background:#fff}
.button--light{color:var(--ink);background:#fff}
.saving-note{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:13px;width:min(500px,100%);margin-top:36px;padding-left:17px;border-left:3px solid var(--orange)}
.saving-note b{font-size:20px}
.saving-note span{color:var(--muted);font-size:14px;line-height:1.35}

.metric-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.metric-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.metric-grid article{display:flex;min-height:128px;align-items:center;gap:18px;padding:24px 38px;border-right:1px solid var(--line)}
.metric-grid article:last-child{border-right:0}
.metric-grid strong{color:var(--orange);font-family:var(--display);font-size:25px;line-height:1}
.metric-grid span{max-width:180px;color:var(--muted);font-size:15px;line-height:1.35}

.story h2{max-width:820px}
.story-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(480px,1.18fr);gap:80px;margin-top:28px}
.story-copy{padding-bottom:18vh}
.story-step{min-height:68vh;display:flex;flex-direction:column;justify-content:center;padding-right:24px;opacity:.3;transition:opacity .3s ease,transform .3s ease}
.story-step.is-active{opacity:1;transform:translateX(8px)}
.story-step>span{margin-bottom:15px;color:var(--orange);font-size:14px;font-weight:700}
.story-step h3{max-width:420px;font-size:30px}
.story-step p{max-width:460px;margin-top:14px;color:var(--muted);font-size:18px;line-height:1.55}
.story-stage{position:sticky;top:132px;align-self:start;height:620px;border:1px solid #eddfd2;border-radius:34px;background:radial-gradient(circle at 50% 42%,#fff 0,#fffaf4 46%,#f3e9de 100%);box-shadow:var(--shadow);overflow:hidden}
.call-panel{position:absolute;top:85px;left:50%;z-index:3;width:315px;min-height:390px;padding:26px;border:8px solid #292521;border-radius:48px;background:#fff;box-shadow:0 25px 55px rgba(60,43,30,.2);transform:translateX(-50%)}
.call-panel__top{display:grid;grid-template-columns:9px 1fr;column-gap:9px;align-items:center}
.call-panel__top small{grid-column:2;color:var(--muted);font-size:11px}
.status-dot{width:9px;height:9px;border-radius:50%;background:#50b26d;box-shadow:0 0 0 5px rgba(80,178,109,.12)}
.robot-face{position:relative;width:118px;height:88px;margin:35px auto 22px;border:5px solid #ff6c35;border-radius:40px;background:#282522}
.robot-face i{position:absolute;top:27px;width:14px;height:19px;border-radius:50%;background:#fff}
.robot-face i:first-child{left:30px}.robot-face i:nth-child(2){right:30px}
.robot-face span{position:absolute;left:50%;bottom:18px;width:29px;height:14px;border-bottom:4px solid #fff;border-radius:50%;transform:translateX(-50%)}
.wave{display:flex;height:42px;align-items:center;justify-content:center;gap:5px}
.wave i{width:4px;height:14px;border-radius:4px;background:var(--orange);animation:wave 1.1s ease-in-out infinite}
.wave i:nth-child(2),.wave i:nth-child(8){height:25px;animation-delay:.1s}.wave i:nth-child(3),.wave i:nth-child(7){height:34px;animation-delay:.2s}.wave i:nth-child(4),.wave i:nth-child(6){height:22px;animation-delay:.3s}.wave i:nth-child(5){height:40px;animation-delay:.4s}
@keyframes wave{0%,100%{transform:scaleY(.55)}50%{transform:scaleY(1)}}
.call-phrase{min-height:58px;margin-top:18px;font-size:15px;font-weight:600;line-height:1.35;text-align:center}
.call-state{display:flex;justify-content:space-between;margin-top:19px;padding-top:15px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}
.call-state b{color:#4a443e}
.incoming-chip{position:absolute;z-index:4;padding:12px 16px;border:1px solid #eaded3;border-radius:14px;background:#fff;box-shadow:0 12px 30px rgba(48,36,28,.11);font-size:14px;font-weight:700;transition:transform .6s ease,opacity .6s ease}
.chip-a{top:88px;left:30px;transform:rotate(-4deg)}.chip-b{top:235px;right:24px;transform:rotate(4deg)}.chip-c{bottom:65px;left:36px;transform:rotate(3deg)}
.crm-ticket{position:absolute;right:32px;bottom:36px;z-index:5;width:245px;padding:20px;border:1px solid #eadfd6;border-radius:20px;background:#fff;box-shadow:0 18px 35px rgba(47,34,25,.14);opacity:0;transform:translateY(24px);transition:opacity .45s ease,transform .45s ease}
.ticket-badge{display:inline-block;padding:5px 9px;border-radius:999px;color:#fff;background:var(--orange);font-size:10px;font-weight:700;text-transform:uppercase}
.ticket-title{display:block;margin-top:12px;font-size:18px}.ticket-address{margin-top:5px;color:var(--muted);font-size:13px}.ticket-route{display:flex;align-items:center;gap:7px;margin-top:15px;font-size:11px;font-weight:700}.ticket-route span{padding:5px 8px;border-radius:8px;background:var(--soft)}.ticket-route i{color:var(--orange);font-style:normal}
.story[data-step="1"] .incoming-chip{transform:translate(100px,90px) scale(.88);opacity:.65}.story[data-step="1"] .chip-b{transform:translate(-78px,0) scale(.88)}.story[data-step="1"] .chip-c{transform:translate(115px,-95px) scale(.88)}
.story[data-step="2"] .incoming-chip,.story[data-step="3"] .incoming-chip{opacity:0;transform:translate(180px,80px) scale(.5)}
.story[data-step="2"] .crm-ticket,.story[data-step="3"] .crm-ticket{opacity:1;transform:none}
.story[data-step="3"] .crm-ticket{box-shadow:0 0 0 4px rgba(255,79,18,.12),0 18px 35px rgba(47,34,25,.14)}

.features h2{max-width:850px}.feature-layout{display:grid;grid-template-columns:minmax(440px,.95fr) minmax(0,1.05fr);gap:62px;margin-top:55px}.feature-console{position:sticky;top:132px;align-self:start;height:590px;padding:32px;border-radius:30px;color:#fff;background:#292521;box-shadow:var(--shadow)}
.console-head{display:flex;justify-content:space-between;padding:0 4px 20px;border-bottom:1px solid rgba(255,255,255,.15);font-size:13px}.console-head span{color:#aaa29b}.console-view{position:absolute;inset:110px 38px 38px;display:flex;flex-direction:column;justify-content:center;padding:42px;border-radius:24px;color:var(--ink);background:linear-gradient(145deg,#fffaf4,#fff);transition:opacity .18s ease,transform .18s ease}.console-view.is-changing{opacity:.1;transform:translateY(12px)}
.console-tag{align-self:flex-start;padding:7px 11px;border-radius:999px;color:#fff;background:var(--orange);font-size:11px;font-weight:700;text-transform:uppercase}.console-view h3{margin-top:22px;font-family:var(--display);font-size:34px}.console-view p{min-height:72px;margin-top:14px;font-size:18px;line-height:1.5}.console-progress{height:9px;margin-top:34px;border-radius:9px;background:#eee6df;overflow:hidden}.console-progress i{display:block;width:76%;height:100%;border-radius:inherit;background:var(--orange)}.console-view small{margin-top:15px;color:var(--green);font-weight:700}
.feature-list{display:grid;gap:18px;padding-bottom:24vh}.feature-card{display:grid;grid-template-columns:38px 1fr;gap:18px;min-height:245px;align-content:center;padding:32px;border:1px solid var(--line);border-radius:24px;background:#fff;opacity:.42;transition:opacity .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.feature-card.is-active{border-color:rgba(255,79,18,.35);box-shadow:0 20px 45px rgba(61,44,32,.09);opacity:1;transform:translateX(-8px)}.feature-card>span{padding-top:5px;color:var(--orange);font-size:13px;font-weight:700}.feature-card p{margin-top:12px;color:var(--muted);font-size:17px;line-height:1.52}

.calls h2{max-width:780px}.calls-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:44px}.call-type{position:relative;min-height:410px;padding:42px;border:1px solid var(--line);border-radius:28px;overflow:hidden}.call-type--incoming{background:#fffaf4}.call-type--outgoing{color:#fff;background:#355242}.call-type__icon{position:absolute;right:28px;top:23px;color:rgba(255,79,18,.18);font-size:92px;font-weight:700;line-height:1}.call-type--outgoing .call-type__icon{color:rgba(255,255,255,.14)}.call-type__label{color:var(--orange);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.call-type h3{max-width:470px;margin-top:27px;font-family:var(--display);font-size:32px}.call-type ul{display:grid;gap:12px;margin:34px 0 0;padding:0;list-style:none}.call-type li{position:relative;padding-left:26px;font-size:17px}.call-type li::before{position:absolute;left:0;top:.52em;width:9px;height:9px;border-radius:50%;background:var(--orange);content:""}

.workflow{background:#fff}.workflow-grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:58px}.workflow-copy>p:not(.eyebrow){margin-top:22px;color:var(--muted);font-size:18px;line-height:1.58}.workflow-figure{margin:0;padding:18px;border:1px solid var(--line);border-radius:28px;background:#fffaf4;box-shadow:var(--shadow);overflow:hidden}.workflow-figure img{width:100%;border-radius:18px}.route{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:28px}.route span{padding:9px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:13px;font-weight:700}.route i{color:var(--orange);font-style:normal}.text-link{display:inline-block;margin-top:24px;color:var(--orange);font-weight:700;text-underline-offset:5px}

.section--dark{color:#fff;background:#27231f}.section--dark .eyebrow{color:#ff7845}.voice-dispatcher-redesign main .section--dark h2,.voice-dispatcher-redesign main .section--dark h3,.voice-dispatcher-redesign main .section--dark p,.voice-dispatcher-redesign main .section--dark .audio-card span{color:#fff}.examples h2{max-width:780px}.audio-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:45px}.audio-card{display:grid;grid-template-columns:64px 1fr;align-items:center;gap:18px;padding:25px;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:rgba(255,255,255,.075)}.audio-button{width:56px;height:56px;border:0;border-radius:50%;color:#fff;background:var(--orange);font-size:18px;cursor:pointer}.audio-card span{color:#fff;font-size:12px;font-weight:700;text-transform:uppercase}.audio-card h3{margin-top:4px;font-size:21px}.audio-line{height:4px;margin-top:14px;border-radius:5px;background:rgba(255,255,255,.25);overflow:hidden}.audio-line i{display:block;width:0;height:100%;background:var(--orange)}.audio-card.is-playing{border-color:rgba(255,111,58,.65)}.audio-card.is-playing .audio-button{box-shadow:0 0 0 8px rgba(255,79,18,.13)}

.economy{background:var(--cream)}.economy-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:55px;border:1px solid #f0ded0;border-radius:30px;background:#fff;box-shadow:var(--shadow)}.voice-dispatcher-redesign main .economy-card{min-height:260px;padding:52px 58px}.economy-card h2{color:var(--orange)}.economy-card p:not(.eyebrow){max-width:720px;margin-top:17px;color:var(--ink);font-size:18px}

.economy-calculator{scroll-margin-top:96px;background:#fff}.economy-calculator h2{max-width:820px}.economy-calculator .section-lead{max-width:820px}.economy-calculator__layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:28px;margin-top:46px}.economy-calculator__fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.calculator-field{display:flex;min-height:138px;flex-direction:column;justify-content:space-between;gap:18px;padding:22px;border:1px solid var(--line);border-radius:20px;color:var(--ink);background:#fff}.calculator-field span{font-size:16px;font-weight:700;line-height:1.35}.calculator-field input,.calculator-field select{width:100%;height:50px;padding:0 14px;border:1px solid #d8ccc2;border-radius:11px;color:var(--ink);background:#fff;font:600 18px/1 var(--body);outline:none}.calculator-field input:focus,.calculator-field select:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,79,18,.12)}.economy-calculator__result{display:flex;min-height:294px;flex-direction:column;align-items:flex-start;padding:34px;border-radius:24px;color:#fff;background:#292521}.economy-calculator__result>span{color:#fff;font-size:15px;font-weight:700}.economy-calculator__result output{display:block;margin-top:14px;color:#fff;font-family:var(--display);font-size:43px;line-height:1.05}.economy-calculator__result strong{margin-top:12px;color:#ff7a48;font-size:20px}.economy-calculator__result>p{margin-top:10px;color:#fff;font-size:15px}.economy-calculator__result .calculator-note{margin-top:24px;color:#fff;font-size:14px;line-height:1.5}.economy-calculator__result .button{margin-top:auto}.form-anchor{height:0;scroll-margin-top:96px}

.seo h2{max-width:800px}.seo-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:45px}.seo-grid article{padding:30px;border:1px solid var(--line);border-radius:22px}.seo-grid h3{font-size:22px}.seo-grid p{margin-top:13px;color:var(--muted);line-height:1.62}
.faq{padding-top:58px}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{position:relative;padding:24px 42px 24px 0;font-size:19px;font-weight:700;cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}summary::after{position:absolute;right:4px;top:50%;content:"+";color:var(--orange);font-size:28px;transform:translateY(-50%)}details[open] summary::after{content:"−"}.faq-list p{max-width:700px;padding:0 34px 24px 0;color:var(--muted);font-size:16px;line-height:1.6}

.request{padding-top:40px}.request-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:50px;border-radius:32px;color:#fff;background:var(--orange)}.voice-dispatcher-redesign main .request-card{min-height:310px;padding:60px}.request-card .eyebrow{color:#fff}.voice-dispatcher-redesign main .request-card h2{max-width:800px;color:#fff}.voice-dispatcher-redesign main .request-card p:not(.eyebrow){max-width:700px;margin-top:18px;color:#fff;font-size:18px}

@media (max-width:1120px){.hero-art{inset:0 0 0 34%}.hero::after{background:linear-gradient(90deg,#fffaf4 0%,rgba(255,250,244,.98) 42%,rgba(255,250,244,.55) 60%,rgba(255,250,244,0) 84%)}.story-layout{gap:40px}.feature-layout{gap:34px}}
@media (max-width:940px){.hero{min-height:720px}.hero-art{left:18%}.hero-art img{object-position:center}.hero::after{background:linear-gradient(90deg,#fffaf4 0%,rgba(255,250,244,.97) 48%,rgba(255,250,244,.35) 82%)}.hero-copy{width:62%}.metric-grid article{padding:24px}.story-layout,.feature-layout,.workflow-grid,.faq-grid{grid-template-columns:1fr}.story-stage,.feature-console{top:106px}.story-stage{grid-row:1;height:560px}.story-copy{grid-row:2}.story-step{min-height:auto;padding:42px 0;opacity:1}.story-step.is-active{transform:none}.feature-console{position:relative;top:auto;height:520px}.feature-list{padding-bottom:0}.feature-card{min-height:auto;opacity:1}.feature-card.is-active{transform:none}.economy-card,.request-card,.economy-calculator__layout{grid-template-columns:1fr}.economy-card .button,.request-card .button{justify-self:start}}
@media (max-width:680px){.voice-dispatcher-redesign main .container{width:min(100% - 32px,1240px)}.voice-dispatcher-redesign main h1{font-size:30px}.voice-dispatcher-redesign main h2{font-size:30px;line-height:1.2}.voice-dispatcher-redesign main h3{font-size:23px}.section{padding:72px 0}.hero{min-height:780px}.hero-art{inset:auto -10% 0 -12%;height:48%;align-items:flex-end}.hero-art img{object-position:center bottom}.hero::after{background:linear-gradient(180deg,#fffaf4 0%,#fffaf4 51%,rgba(255,250,244,.25) 82%,rgba(255,250,244,0) 100%)}.hero-inner{min-height:780px;align-items:flex-start}.hero-copy{width:100%;padding-top:54px}.hero-lead{font-size:18px}.hero-support{font-size:16px}.hero-actions{display:grid}.button{width:100%}.saving-note{grid-template-columns:1fr;gap:2px}.metric-grid{grid-template-columns:1fr}.metric-grid article{min-height:96px;border-right:0;border-bottom:1px solid var(--line)}.metric-grid article:last-child{border-bottom:0}.story-layout{margin-top:40px}.story-stage{height:520px;border-radius:25px}.call-panel{top:54px;width:275px;min-height:370px;padding:21px}.incoming-chip{font-size:11px}.chip-a{top:26px;left:12px}.chip-b{top:210px;right:8px}.chip-c{bottom:22px;left:12px}.crm-ticket{right:14px;bottom:16px;width:210px}.story-step h3{font-size:26px}.feature-console{height:470px;padding:20px}.console-view{inset:91px 20px 20px;padding:27px}.console-view h3{font-size:28px}.feature-card{grid-template-columns:30px 1fr;padding:24px}.calls-grid,.audio-grid,.seo-grid,.economy-calculator__fields{grid-template-columns:1fr}.call-type{min-height:auto;padding:32px}.call-type h3{font-size:28px}.workflow-grid{gap:32px}.route i{transform:rotate(90deg)}.economy-card,.request-card{padding:34px 25px}.economy-calculator__result{padding:28px 24px}.economy-calculator__result output{font-size:35px}}
.voice-dispatcher-redesign main .faq-list summary{font-size:21px;font-weight:700}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
