:root{--navy:#10162f;--blue:#2447ff;--lime:#b8ff3d;--coral:#ff785a;--ink:#171b2c;--muted:#646c80;--line:#dfe3ec;--soft:#f3f5fa;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font:16px/1.55 "Segoe UI",Arial,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-header{height:74px;padding:0 clamp(20px,5vw,74px);display:flex;align-items:center;gap:34px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.logo{font-weight:850;display:flex;align-items:center;gap:6px;white-space:nowrap}.logo span{display:grid;place-items:center;width:28px;height:28px;border-radius:6px;background:var(--blue);color:#fff;font-size:11px;margin-right:4px}.logo b{color:var(--blue)}nav{display:flex;gap:26px;margin-left:auto}nav a{color:#555f75;font-size:14px;font-weight:650}nav a:hover{color:var(--blue)}.header-cta{padding:10px 16px;background:var(--navy);color:#fff;border-radius:6px;font-weight:750;font-size:14px}
.hero{height:min(760px,calc(100vh - 112px));min-height:620px;position:relative;background:url("assets/operator-console.png") center/cover no-repeat;display:flex;align-items:center;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:rgba(9,14,38,.84)}.hero-content{position:relative;z-index:2;width:min(760px,88vw);margin-left:clamp(24px,8vw,120px);color:#fff}.eyebrow{margin:0 0 12px;color:var(--blue);font-size:12px;font-weight:850;text-transform:uppercase}.hero .eyebrow{color:var(--lime)}h1{font-size:clamp(48px,6.2vw,88px);line-height:1.02;margin:0 0 24px;font-weight:850}.hero-copy{font-size:clamp(17px,1.7vw,22px);max-width:670px;color:#d7dced;margin:0}.hero-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:6px;font-weight:800}.button.lime{background:var(--lime);color:var(--navy)}.button.outline{border:1px solid rgba(255,255,255,.45);color:#fff}.trust-line{font-size:13px;color:#aeb7ce;margin-top:16px}.hero-status{position:absolute;z-index:2;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.18);background:rgba(9,14,38,.86);padding:18px clamp(24px,8vw,120px);color:#fff;font-size:13px}.hero-status span{display:flex;align-items:center;gap:8px}.hero-status i{width:7px;height:7px;border-radius:50%;background:var(--lime)}
.proof-band{display:grid;grid-template-columns:repeat(4,1fr);padding:28px clamp(24px,6vw,90px);border-bottom:1px solid var(--line)}.proof-band div{padding:4px 24px;border-right:1px solid var(--line)}.proof-band div:last-child{border:0}.proof-band strong,.proof-band span{display:block}.proof-band strong{font-size:23px;color:var(--navy)}.proof-band span{font-size:13px;color:var(--muted);margin-top:3px}
.demo-section,.product-section,.launch-section,.faq{padding:100px clamp(20px,6vw,90px)}.section-heading{max-width:760px;margin:0 auto 42px;text-align:center}.section-heading.narrow{max-width:690px}.section-heading h2,.roi-copy h2,.pilot h2{font-size:clamp(34px,4.5vw,58px);line-height:1.08;margin:0}.section-heading p:last-child,.roi-copy>p:last-child,.pilot>div>p:last-child{color:var(--muted);font-size:18px}.demo-section{background:var(--soft)}.demo-workspace{max-width:1180px;margin:auto;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);border:1px solid #ccd3e2;background:#fff;box-shadow:0 24px 70px rgba(26,37,80,.13);border-radius:8px;overflow:hidden}.demo-chat{min-height:590px;display:flex;flex-direction:column;border-right:1px solid var(--line)}.demo-top{height:76px;display:flex;align-items:center;gap:12px;padding:0 20px;border-bottom:1px solid var(--line)}.avatar{width:42px;height:42px;display:grid;place-items:center;background:var(--blue);color:#fff;border-radius:50%;font-weight:850}.demo-top strong,.demo-top small{display:block}.demo-top small{color:var(--muted);font-size:12px}.demo-top small i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#15a66f;margin-right:5px}.demo-badge{margin-left:auto;color:var(--blue);font-size:10px;font-weight:850;background:#eef1ff;padding:5px 7px;border-radius:4px}.conversation{flex:1;padding:24px;overflow:auto;max-height:390px}.bubble{max-width:78%;padding:13px 15px;border-radius:8px;margin-bottom:12px}.maya-bubble{background:#eef1ff;color:#1c2f8c}.caller-bubble{background:var(--navy);color:#fff;margin-left:auto}.quick-prompts{display:flex;gap:7px;padding:0 18px 12px;overflow:auto}.quick-prompts button{border:1px solid #cdd4e2;background:#fff;color:#45506a;border-radius:5px;padding:8px 10px;white-space:nowrap;cursor:pointer}.chat-form{display:grid;grid-template-columns:1fr 90px;gap:8px;padding:14px 18px 18px;border-top:1px solid var(--line)}.chat-form input{border:1px solid #cbd2df;border-radius:6px;padding:12px 13px;outline:0}.chat-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(36,71,255,.12)}.chat-form button{border:0;border-radius:6px;background:var(--blue);color:#fff;font-weight:800;cursor:pointer}.lead-preview{padding:22px;background:#fbfcff}.preview-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line);font-size:11px;font-weight:850}.preview-head b{color:#16875a}.lead-preview dl{margin:0}.lead-preview dl div{padding:14px 0;border-bottom:1px solid var(--line)}dt{font-size:10px;color:var(--muted);text-transform:uppercase;font-weight:800}dd{margin:3px 0 0;font-weight:700}.summary-box{margin-top:20px;background:var(--navy);color:#fff;padding:18px;border-radius:7px}.summary-box span{color:var(--lime);font-size:10px;font-weight:850}.summary-box p{margin:8px 0 0;color:#d6dbee;font-size:14px}
.product-section{background:#fff}.product-frame{max-width:1260px;margin:0 auto}.product-frame img{display:block;width:100%;border:1px solid #cad1df;border-radius:8px;box-shadow:0 28px 80px rgba(20,30,70,.16)}.product-frame figcaption{text-align:center;color:var(--muted);font-size:13px;margin-top:12px}.feature-grid{max-width:1180px;margin:56px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-grid article{border-top:3px solid var(--navy);padding-top:18px}.feature-grid article:nth-child(2){border-color:var(--blue)}.feature-grid article:nth-child(3){border-color:var(--coral)}.feature-grid article:nth-child(4){border-color:#16875a}.feature-grid article>span{font-size:11px;color:var(--blue);font-weight:850}.feature-grid h3{font-size:19px;margin:8px 0}.feature-grid p{color:var(--muted);font-size:14px;margin:0}
.industries{padding:80px clamp(20px,6vw,90px);background:var(--navy);color:#fff}.industries .eyebrow{color:var(--lime)}.industry-list{max-width:1100px;margin:auto;display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.industry-list span{border:1px solid rgba(255,255,255,.28);border-radius:5px;padding:11px 15px;color:#dbe0f0}
.roi-section{padding:90px clamp(20px,7vw,110px);display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center;background:#f4f6fb}.roi-copy h2{font-size:clamp(34px,4vw,54px)}.calculator{background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;box-shadow:0 16px 44px rgba(30,42,78,.08)}.calculator label{font-size:12px;color:var(--muted);font-weight:750;position:relative}.calculator input{width:100%;margin-top:7px;border:1px solid #cbd2df;border-radius:6px;padding:11px 28px 11px 11px;color:var(--ink)}.calculator label span{position:absolute;right:10px;bottom:11px}.calculator output{grid-column:1/-1;background:var(--navy);color:#fff;border-radius:7px;padding:20px}.calculator output small,.calculator output strong,.calculator output span{display:block}.calculator output small{color:#b9c1d7}.calculator output strong{font-size:32px;color:var(--lime);margin:3px 0}.calculator output span{font-size:13px;color:#d5daea}
.launch-section{background:#fff}.launch-steps{max-width:1040px;margin:0 auto;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.launch-steps li{display:flex;gap:14px;padding:22px;border:1px solid var(--line);border-radius:8px}.launch-steps li>span{flex:0 0 34px;height:34px;display:grid;place-items:center;background:var(--blue);color:#fff;border-radius:50%;font-weight:850}.launch-steps h3{margin:3px 0 7px}.launch-steps p{margin:0;color:var(--muted);font-size:14px}
.pilot{margin:0 clamp(20px,6vw,90px);padding:54px clamp(24px,5vw,70px);display:grid;grid-template-columns:1.4fr .55fr auto;align-items:center;gap:34px;background:var(--navy);color:#fff;border-radius:8px}.pilot .eyebrow{color:var(--lime)}.pilot h2{font-size:clamp(30px,4vw,52px)}.pilot>div>p:last-child{color:#c8cee0}.pilot-price small,.pilot-price strong,.pilot-price span{display:block}.pilot-price small{color:#9fa8c1;font-size:10px}.pilot-price strong{font-size:36px;color:var(--lime)}.pilot-price span{font-size:12px;color:#bdc4d6}
.faq{max-width:980px;margin:auto}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-weight:800;font-size:18px}.faq details p{color:var(--muted);max-width:800px}footer{padding:38px clamp(20px,6vw,90px);display:flex;align-items:center;gap:30px;border-top:1px solid var(--line);background:#fff}footer p{color:var(--muted);margin-right:auto}.footer-contact{display:flex;gap:18px;align-items:center}.footer-contact a{color:var(--blue);font-weight:750}
@media(max-width:920px){.hero{min-height:650px}.hero-status{grid-template-columns:1fr 1fr;gap:10px}.proof-band{grid-template-columns:1fr 1fr}.proof-band div:nth-child(2){border-right:0}.demo-workspace,.roi-section{grid-template-columns:1fr}.demo-chat{border-right:0;border-bottom:1px solid var(--line)}.feature-grid{grid-template-columns:1fr 1fr}.launch-steps{grid-template-columns:1fr}.pilot{grid-template-columns:1fr 1fr}.pilot .button{grid-column:1/-1}.calculator{max-width:700px}.roi-section{gap:30px}}
@media(max-width:650px){.site-header{height:auto;min-height:64px;padding:10px 14px;gap:12px;flex-wrap:wrap}.site-header nav{order:3;width:100%;justify-content:space-between}.site-header nav a{font-size:12px}.header-cta{margin-left:auto}.hero{height:720px;min-height:720px}.hero-content{margin:0 20px;width:auto}.hero h1{font-size:46px}.hero-copy{font-size:17px}.hero-status{padding:14px 20px;font-size:11px}.proof-band{padding:20px 10px}.proof-band div{padding:12px}.proof-band strong{font-size:19px}.demo-section,.product-section,.launch-section,.faq{padding:72px 14px}.section-heading{text-align:left}.demo-workspace{grid-template-columns:minmax(0,1fr)}.demo-chat{min-height:560px}.quick-prompts{padding-left:12px}.chat-form{grid-template-columns:1fr 70px;padding:12px}.feature-grid{grid-template-columns:1fr}.calculator{grid-template-columns:1fr}.pilot{margin:0 14px;padding:34px 22px;grid-template-columns:1fr}.pilot .button{grid-column:auto}.industry-list{justify-content:flex-start}.roi-section{padding:70px 14px}.calculator output strong{font-size:27px}footer{align-items:flex-start;flex-direction:column;gap:10px}footer p{margin:0}.footer-contact{flex-direction:column;align-items:flex-start;gap:4px}}
