@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{--ink:#07111f;--ink2:#101d30;--muted:#68758a;--line:#dfe6ee;--blue:#2864ff;--cyan:#20d7e9;--paper:#f5f7fb;--white:#fff;--lime:#b8ff5a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:DM Sans,sans-serif;color:var(--ink);background:#fff}button,a{font:inherit}a{text-decoration:none;color:inherit}.site-shell{overflow:hidden}.nav-wrap{position:fixed;z-index:50;top:18px;left:50%;transform:translate(-50%);width:min(1180px,calc(100% - 32px));height:68px;padding:0 20px;border:1px solid rgba(255,255,255,.5);border-radius:18px;background:#ffffffdb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 12px 45px #0613271a;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand strong{font-family:Manrope,sans-serif;font-size:20px}.brand small{display:block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#6e7a8c}.brand-mark{width:37px;height:37px;border-radius:12px;background:linear-gradient(145deg,var(--blue),var(--cyan));display:grid;place-items:center;box-shadow:0 8px 22px #2864ff47}.brand-mark span{width:16px;height:16px;border:3px solid white;border-top-color:transparent;border-radius:50%;transform:rotate(-45deg)}.nav-links{display:flex;align-items:center;gap:26px;font-weight:600;font-size:14px}.nav-links>a:not(.nav-cta):hover{color:var(--blue)}.nav-cta{background:var(--ink);color:#fff;padding:12px 18px;border-radius:12px}.menu-button{display:none;border:0;background:transparent}.section-pad{padding:112px max(24px,calc((100vw - 1180px)/2))}.hero{position:relative;min-height:100vh;padding-top:155px;background:radial-gradient(circle at 20% 15%,#edf3ff 0,transparent 30%),linear-gradient(180deg,#f9fbff,#fff 72%);text-align:center}.hero-glow{position:absolute;border-radius:50%;filter:blur(90px);opacity:.25}.hero-glow-a{width:420px;height:420px;background:#62a5ff;left:-160px;top:110px}.hero-glow-b{width:360px;height:360px;background:#36e6e9;right:-140px;top:260px}.eyebrow,.kicker{font-weight:700;text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:var(--blue)}.eyebrow{position:relative;display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid #dce6f5;border-radius:999px;background:#fff}.eyebrow span{width:8px;height:8px;border-radius:50%;background:#42d995;box-shadow:0 0 0 5px #e4fbf1}.hero h1{position:relative;font-family:Manrope,sans-serif;font-size:clamp(52px,7vw,96px);line-height:.98;letter-spacing:-.065em;margin:30px auto 24px;max-width:1100px}.hero h1 em{font-style:normal;background:linear-gradient(90deg,var(--blue),#09b9cd);-webkit-background-clip:text;color:transparent}.hero-copy{font-size:clamp(18px,2vw,23px);line-height:1.6;color:#526176;max-width:850px;margin:0 auto}.hero-actions{display:flex;justify-content:center;gap:14px;margin-top:35px}.button{border:0;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:15px 21px;font-weight:700;cursor:pointer;transition:.2s transform,.2s box-shadow,.2s background}.button:hover{transform:translateY(-2px)}.button.primary{background:linear-gradient(135deg,var(--blue),#4a83ff);color:#fff;box-shadow:0 15px 34px #2864ff47}.button.secondary{background:#fff;border:1px solid #d9e2ef;box-shadow:0 10px 28px #08172c14}.button.white{background:#fff;color:var(--ink)}.button.ghost{border:1px solid rgba(255,255,255,.4);color:#fff}.button.danger{background:#ef4444;color:#fff}.proof-row{display:flex;flex-wrap:wrap;gap:22px;justify-content:center;margin:28px 0 55px;color:#536176;font-size:14px}.proof-row span{display:flex;align-items:center;gap:6px}.proof-row svg{width:16px;color:#21aa72}.hero-console{position:relative;text-align:left;max-width:1040px;margin:0 auto;background:var(--ink);color:#fff;border:1px solid #1d304d;border-radius:26px;box-shadow:0 35px 80px #07111f40;overflow:hidden}.console-top{padding:17px 22px;border-bottom:1px solid #21304a;display:flex;align-items:center;gap:9px}.console-top small{margin-left:auto;color:#8190a8}.status-dot{width:9px;height:9px;background:#51e593;border-radius:50%;box-shadow:0 0 16px #51e593}.conversation{padding:33px}.bubble{max-width:70%;padding:17px 20px;border-radius:18px;margin-bottom:14px;line-height:1.5}.bubble.caller{margin-left:auto;background:#24334c;color:#d8e0eb;border-bottom-right-radius:5px}.bubble.mike{background:linear-gradient(135deg,#214fd4,#2389cb);border-bottom-left-radius:5px}.workflow-line{display:flex;align-items:center;justify-content:space-between;margin-top:32px;color:#9cacc1;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.workflow-line i{height:1px;flex:1;background:linear-gradient(90deg,#35506f,#2864ff);margin:0 12px}.console-metrics{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #21304a}.console-metrics div{padding:20px 30px;border-right:1px solid #21304a}.console-metrics div:last-child{border:0}.console-metrics strong,.console-metrics span{display:block}.console-metrics strong{font-family:Manrope;font-size:22px}.console-metrics span{color:#8493a9;font-size:12px;margin-top:4px}.ticker{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.ticker>div{width:max-content;display:flex;gap:58px;animation:scroll 30s linear infinite;padding:20px}.ticker span{font-weight:700;color:#768398;white-space:nowrap}@keyframes scroll{to{transform:translate(-50%)}}.light-section{background:var(--paper)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:48px}.section-heading h2,.center-heading h2,.roi-copy h2,.mike-card h2,.contact-section h2{font-family:Manrope;font-size:clamp(38px,5vw,62px);line-height:1.05;letter-spacing:-.05em;margin:12px 0}.section-heading>div{max-width:720px}.section-heading>p{max-width:390px;color:var(--muted);line-height:1.6}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;min-height:260px;transition:.25s}.service-card:hover{transform:translateY(-6px);box-shadow:0 22px 45px #172d4e1a;border-color:#b8caf0}.service-num{font-family:Manrope;color:#9aa7b8;font-size:12px}.service-card h3{font-family:Manrope;font-size:24px;margin:48px 0 12px}.service-card p{color:var(--muted);line-height:1.6}.service-card a{position:absolute;left:28px;bottom:25px;display:flex;align-items:center;gap:8px;font-weight:700;color:var(--blue);font-size:14px}.service-card svg{width:17px}.dark-band{background:var(--ink);color:#fff}.section-heading.inverse p{color:#9aa8bb}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#27354a;border:1px solid #27354a;border-radius:20px;overflow:hidden}.industry-card{background:var(--ink);padding:27px;min-height:210px}.industry-card span{color:#6380a7;font-size:12px}.industry-card strong{display:block;font-family:Manrope;font-size:21px;margin:52px 0 12px}.industry-card p{color:#8797ad;line-height:1.5;font-size:14px}.roi-section{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center;background:#fff}.roi-copy p{color:var(--muted);line-height:1.7}.roi-copy ul{list-style:none;padding:0}.roi-copy li{display:flex;align-items:center;gap:9px;margin:12px 0;font-weight:600}.roi-copy li svg{color:#21aa72}.calculator{background:var(--ink);color:#fff;border-radius:26px;padding:34px;box-shadow:0 30px 70px #07111f33}.calculator label{display:grid;grid-template-columns:1fr auto;gap:12px;margin-bottom:28px;color:#b6c0cf}.calculator label strong{color:#fff}.calculator input{grid-column:1/3;width:100%;accent-color:var(--cyan)}.estimate{border-top:1px solid #2c3c54;padding-top:26px}.estimate span,.estimate small{display:block;color:#95a4b8}.estimate strong{font-family:Manrope;font-size:50px;display:block;margin:8px 0}.estimate small{font-size:11px;line-height:1.5}.center-heading{text-align:center;max-width:800px;margin:0 auto 52px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-grid article{background:#fff;border:1px solid var(--line);border-radius:19px;padding:26px}.process-grid article span{color:var(--blue);font-weight:800}.process-grid h3{font-family:Manrope;font-size:23px;margin:38px 0 10px}.process-grid p{color:var(--muted);line-height:1.6}.mike-section{background:linear-gradient(135deg,#eaf2ff,#eefeff)}.mike-card{background:#fff;border-radius:28px;padding:55px;display:grid;grid-template-columns:1.5fr .7fr;gap:50px;align-items:center;box-shadow:0 30px 70px #193c6e1f}.mike-card p{color:var(--muted);font-size:18px;line-height:1.65;max-width:650px}.orb-wrap{text-align:center}.voice-orb{width:165px;height:165px;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:6px;background:radial-gradient(circle at 35% 30%,#59eaf5,#2459e9 55%,#07111f);box-shadow:0 25px 55px #2864ff59;margin:auto}.voice-orb span{display:block;width:5px;border-radius:99px;background:#fff;animation:voice 1.1s ease-in-out infinite}.voice-orb span:nth-child(1),.voice-orb span:nth-child(5){height:28px}.voice-orb span:nth-child(2),.voice-orb span:nth-child(4){height:52px;animation-delay:.15s}.voice-orb span:nth-child(3){height:78px;animation-delay:.3s}.voice-orb.active{animation:pulse 1.4s infinite}.orb-wrap small{display:block;margin-top:18px;color:#6f7c91}@keyframes voice{50%{transform:scaleY(.45)}}@keyframes pulse{50%{box-shadow:0 0 0 20px #2864ff14,0 25px 55px #2864ff59}}.contact-section{background:linear-gradient(135deg,#1e56e8,#06a5c8);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:50px}.contact-section>div:first-child{max-width:760px}.contact-section .kicker{color:#bff8ff}.contact-section p{font-size:18px;line-height:1.6;color:#d9f5ff}.contact-actions{display:flex;flex-direction:column;gap:12px;min-width:220px}footer{background:#050b14;color:#fff;padding:48px max(24px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.footer-brand{display:flex;gap:14px}.footer-brand p{color:#8795aa;margin:5px 0}.footer-links{display:flex;gap:22px;color:#a9b4c4}footer>small{grid-column:1/3;color:#6e7b90}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#030a14b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;place-items:center;padding:20px}.call-modal{position:relative;background:#fff;width:min(480px,100%);border-radius:28px;padding:45px;text-align:center}.modal-close{position:absolute;right:18px;top:18px;border:0;background:#eef2f7;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;cursor:pointer}.call-modal .voice-orb{width:125px;height:125px}.call-modal h3{font-family:Manrope;font-size:30px;margin-bottom:8px}.call-modal p{color:var(--muted);line-height:1.6}.call-modal>.button{margin:14px auto}.call-modal>small{display:block;color:#8793a5}.call-error{background:#fff1f1;color:#b42b2b;border-radius:10px;padding:11px;margin:12px 0;font-size:13px}@media(max-width:900px){.nav-links{position:absolute;top:77px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;background:#fff;border-radius:18px;padding:20px;box-shadow:0 20px 40px #0000001f}.nav-links.open{display:flex}.menu-button{display:block}.service-grid,.industry-grid{grid-template-columns:repeat(2,1fr)}.roi-section,.mike-card{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}.section-heading,.contact-section{align-items:flex-start;flex-direction:column}.contact-actions{flex-direction:row}.workflow-line{display:none}}@media(max-width:600px){.section-pad{padding:82px 20px}.hero{padding-top:135px}.hero h1{font-size:52px}.hero-actions,.contact-actions{flex-direction:column}.button{width:100%}.proof-row{gap:12px;flex-direction:column;align-items:center}.conversation{padding:20px}.bubble{max-width:92%}.console-metrics{grid-template-columns:1fr}.console-metrics div{border-right:0;border-bottom:1px solid #21304a}.service-grid,.industry-grid,.process-grid{grid-template-columns:1fr}.section-heading h2,.center-heading h2,.roi-copy h2,.mike-card h2,.contact-section h2{font-size:40px}.mike-card{padding:30px}.estimate strong{font-size:40px}footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}footer>small{grid-column:1}.call-modal{padding:38px 22px}.brand small{display:none}}.hero{min-height:100vh;padding-top:142px;padding-bottom:80px;text-align:left;display:flex;align-items:center;isolation:isolate;background:linear-gradient(145deg,#f8fbff,#fff 46%,#f4f8ff)}.hero-grid-pattern{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;opacity:.48;background-image:linear-gradient(rgba(40,100,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(40,100,255,.055) 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 88%);mask-image:linear-gradient(to bottom,black,transparent 88%)}.hero-glow{z-index:-2;pointer-events:none}.hero-glow-a{width:560px;height:560px;left:-220px;top:40px;opacity:.2}.hero-glow-b{width:500px;height:500px;right:-180px;top:120px;opacity:.2}.hero-layout{position:relative;width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.88fr);align-items:center;gap:clamp(48px,7vw,100px)}.hero-content{max-width:650px}.hero .eyebrow{font-size:11px;letter-spacing:.15em;box-shadow:0 8px 24px #1e48820f}.hero h1{font-size:clamp(58px,6vw,84px);line-height:1.01;letter-spacing:-.065em;margin:28px 0 25px;max-width:720px}.hero h1 em{display:inline;font-style:normal}.hero-copy{font-size:clamp(18px,1.6vw,21px);line-height:1.65;max-width:620px;margin:0;color:#526176}.hero-actions{justify-content:flex-start;margin-top:34px}.hero .button{min-height:54px;padding:15px 22px}.hero .proof-row{justify-content:flex-start;gap:20px;margin:27px 0 0;color:#46566c;font-size:13px;font-weight:600}.hero .proof-row span{white-space:nowrap}.hero .proof-row svg{width:15px;height:15px}.ai-call-panel{position:relative;padding:25px;border:1px solid rgba(130,158,199,.28);border-radius:28px;background:linear-gradient(155deg,#fffffffa,#f4f8fff0);box-shadow:0 35px 90px #1939682e,0 3px 12px #15315a0f;overflow:hidden}.ai-call-panel:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.call-panel-header{display:flex;align-items:center;gap:13px;padding-bottom:21px;border-bottom:1px solid #e5eaf2}.call-avatar{width:46px;height:46px;flex:0 0 auto;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,var(--blue),#21cbdc);box-shadow:0 8px 22px #2864ff40}.call-avatar span{width:17px;height:17px;border:3px solid #fff;border-top-color:transparent;border-radius:50%;transform:rotate(-45deg)}.call-panel-header strong{display:block;font-family:Manrope,sans-serif;font-size:15px}.call-status{display:flex;align-items:center;gap:6px;margin-top:4px;color:#66758a;font-size:12px}.call-status i{width:7px;height:7px;border-radius:50%;background:#3ad288;box-shadow:0 0 0 4px #3ad2881f}.call-panel-badge{margin-left:auto;padding:6px 9px;border-radius:8px;background:#edf3ff;color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.12em}.call-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:182px}.call-orb{width:82px;height:82px;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:3px;background:radial-gradient(circle at 32% 28%,#73f1f5,#2864ff 55%,#0a1830);box-shadow:0 18px 38px #2864ff47,0 0 0 10px #2864ff0e;animation:hero-orb-pulse 2.8s ease-in-out infinite}.call-orb span{width:3px;height:24px;border-radius:99px;background:#fff;animation:hero-voice 1.15s ease-in-out infinite}.call-orb span:nth-child(1),.call-orb span:nth-child(5){height:14px}.call-orb span:nth-child(2),.call-orb span:nth-child(4){height:30px;animation-delay:.15s}.call-orb span:nth-child(3){height:42px;animation-delay:.3s}.call-waveform{height:30px;margin-top:17px;display:flex;align-items:center;justify-content:center;gap:3px}.call-waveform i{width:2px;height:8px;border-radius:99px;background:#7ba0ed;animation:hero-wave 1.25s ease-in-out infinite}.call-waveform i:nth-child(3n){animation-delay:.2s}.call-waveform i:nth-child(3n+1){animation-delay:.4s}.call-waveform i:nth-child(4n){animation-delay:.6s}.call-transcript{display:grid;gap:10px}.transcript-message{max-width:91%;padding:12px 14px;border-radius:14px}.transcript-message span{display:block;margin-bottom:4px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.transcript-message p{margin:0;font-size:13px;line-height:1.5}.transcript-message.visitor{justify-self:end;background:#edf1f7;color:#42526a;border-bottom-right-radius:4px}.transcript-message.visitor span{color:#7b899b}.transcript-message.assistant{background:linear-gradient(135deg,#eaf1ff,#eafcfd);color:#183251;border:1px solid rgba(40,100,255,.08);border-bottom-left-radius:4px}.transcript-message.assistant span{color:var(--blue)}.call-start-button{width:100%;margin-top:20px}@keyframes hero-voice{50%{transform:scaleY(.45)}}@keyframes hero-wave{50%{height:25px;opacity:.55}}@keyframes hero-orb-pulse{50%{transform:scale(1.035);box-shadow:0 21px 42px #2864ff52,0 0 0 16px #2864ff09}}@media(max-width:980px){.hero{padding-top:135px}.hero-layout{grid-template-columns:1fr;gap:52px}.hero-content,.hero h1{max-width:760px}.hero-copy{max-width:680px}.ai-call-panel{width:min(620px,100%);margin:auto}}@media(max-width:600px){.hero{padding-top:125px;padding-bottom:70px}.hero-layout{gap:42px}.hero h1{font-size:clamp(48px,14vw,62px)}.hero .eyebrow{font-size:9px;padding:8px 11px}.hero-actions{align-items:stretch}.hero .proof-row{align-items:flex-start;gap:11px}.ai-call-panel{padding:19px;border-radius:22px}.call-panel-badge{display:none}.call-visual{min-height:160px}.transcript-message{max-width:95%}}@media(prefers-reduced-motion:reduce){.call-orb,.call-orb span,.call-waveform i{animation:none}}
