:root{
  --bg:#02070d;--bg2:#04111c;--panel:#071725;--panel2:#0a1d2d;
  --line:rgba(24,153,255,.26);--line2:rgba(255,255,255,.09);
  --blue:#078dff;--blue2:#24b1ff;--cyan:#5bd4ff;--white:#f7fbff;
  --muted:#96adbf;--success:#27e1a1;--shadow:0 30px 90px rgba(0,0,0,.48)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--white);font-family:Inter,system-ui,sans-serif;overflow-x:hidden}
.ambient{position:fixed;inset:0;pointer-events:none;z-index:-5;background:
radial-gradient(circle at 78% 12%,rgba(0,137,255,.14),transparent 26%),
radial-gradient(circle at 15% 46%,rgba(0,92,180,.09),transparent 28%),
linear-gradient(180deg,#01060b,#03101a 56%,#01060b)}
a{color:inherit}.nav{height:86px;max-width:1480px;margin:auto;padding:0 46px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid rgba(255,255,255,.06);background:rgba(2,7,13,.68);backdrop-filter:blur(18px);position:relative;z-index:20}
.brand img{width:235px;display:block;max-height:66px;object-fit:contain;object-position:left center}
.navlinks{display:flex;gap:26px}.navlinks a{text-decoration:none;font-size:13px;color:#b8c9d6}.navlinks a:hover{color:#fff}
.nav-cta,.btn.primary,.confirm{background:linear-gradient(135deg,#078dff,#00aeff);box-shadow:0 14px 35px rgba(0,137,255,.22);border:0}
.nav-cta{padding:13px 18px;border-radius:11px;text-decoration:none;font-weight:700;font-size:13px}.nav-cta span{margin-left:8px}

.hero{max-width:1480px;margin:auto;padding:64px 46px 60px;display:grid;grid-template-columns:.88fr 1.12fr;gap:48px;align-items:center}
.kicker,.section-tag{font-size:11px;letter-spacing:.17em;color:#37b6ff;font-weight:800}.kicker{display:flex;align-items:center;gap:9px}.kicker span{width:7px;height:7px;border-radius:50%;background:var(--blue2);box-shadow:0 0 16px var(--blue)}
h1,h2{font-family:Montserrat,sans-serif;letter-spacing:-.045em}
h1{font-size:clamp(50px,6.1vw,92px);line-height:.94;margin:19px 0 15px;text-transform:uppercase}h1 strong{display:block;color:#109dff}
.hero-sub{font-weight:700;font-size:19px;margin:0 0 18px}.hero-text{color:#a7bac8;line-height:1.7;font-size:16px;max-width:650px}
.hero-actions{display:flex;gap:12px;margin:30px 0}.btn{border:1px solid var(--line2);border-radius:12px;padding:14px 18px;color:white;font-weight:700;font-size:13px;text-decoration:none;cursor:pointer;font-family:inherit}.btn.primary{border:0}.btn.ghost{background:rgba(255,255,255,.025)}
.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}.hero-metrics div{border-top:1px solid var(--line);padding-top:16px;display:flex;gap:10px}.hero-metrics b{color:#139fff}.hero-metrics span{font-size:12px;color:#a7bac8;line-height:1.45}

.robot-hero{min-height:500px;border:1px solid var(--line);border-radius:30px;overflow:hidden;position:relative;background:#02080d;box-shadow:var(--shadow)}
.robot-bg{position:absolute;inset:-30px;background:url('assets/robot-bg.jpg') center/cover;filter:blur(8px);opacity:.9;transform:scale(1.08)}
.robot-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 36%;filter:contrast(1.03) saturate(1.07)}
.robot-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,5,9,.04),transparent 45%),linear-gradient(0deg,rgba(0,5,9,.82),transparent 38%)}
.scanline{position:absolute;z-index:3;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#51cbff,transparent);box-shadow:0 0 17px #0da5ff;animation:scan 4.8s linear infinite;opacity:.65}@keyframes scan{from{top:8%}to{top:92%}}
.hud{position:absolute;z-index:4;padding:9px 12px;border:1px solid rgba(58,185,255,.42);border-radius:11px;background:rgba(0,14,25,.62);backdrop-filter:blur(8px);box-shadow:0 0 28px rgba(0,126,255,.09)}.hud small{display:block;color:#7bbfe7;font-size:8px;letter-spacing:.15em}.hud b{font-size:14px}.hud-a{left:5%;top:7%}.hud-b{right:4%;top:12%}.hud-c{right:7%;bottom:20%}
.robot-talk{position:absolute;z-index:5;left:24px;right:24px;bottom:22px;border:1px solid rgba(48,181,255,.35);border-radius:16px;padding:14px 16px;background:rgba(1,14,24,.82);backdrop-filter:blur(14px);color:white;text-align:left;display:flex;align-items:center;gap:12px;cursor:pointer}.robot-talk small{font-size:8px;letter-spacing:.14em;color:#49baff;display:block}.robot-talk b{font-size:13px}.pulse{width:13px;height:13px;border-radius:50%;background:#14a8ff;box-shadow:0 0 0 0 rgba(20,168,255,.6);animation:pulse 2s infinite}@keyframes pulse{70%{box-shadow:0 0 0 13px rgba(20,168,255,0)}100%{box-shadow:0 0 0 0 rgba(20,168,255,0)}}

.booking{max-width:1390px;margin:0 auto 80px;padding:30px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(180deg,rgba(7,23,37,.96),rgba(3,14,24,.98));box-shadow:var(--shadow)}
.booking-title{display:flex;justify-content:space-between;gap:30px;align-items:flex-start;padding:3px 3px 28px}.booking-title h2{font-size:38px;margin:8px 0 10px}.booking-title p{color:#9fb3c2;margin:0;max-width:680px;line-height:1.6}.booking-badge{font-size:11px;padding:9px 12px;border:1px solid var(--line2);border-radius:999px;color:#a9bdca}.booking-badge i{display:inline-block;width:7px;height:7px;background:var(--success);border-radius:50%;margin-right:7px}
.booking-grid{display:grid;grid-template-columns:1.08fr .9fr 1fr;gap:18px}.calendar-card,.times-card,.lead-card{padding:20px;border:1px solid var(--line2);border-radius:19px;background:rgba(255,255,255,.025)}
.cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.cal-head button{width:34px;height:34px;border-radius:9px;border:1px solid var(--line2);background:#071827;color:#fff;font-size:21px;cursor:pointer}.cal-head strong{text-transform:capitalize;font-size:14px}
.weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.weekdays span{text-align:center;color:#6f879a;font-size:10px;font-weight:700;margin-bottom:3px}.day{aspect-ratio:1;border-radius:9px;border:1px solid transparent;background:rgba(255,255,255,.025);color:#dce9f2;font-weight:700;font-size:12px;cursor:pointer}.day:hover:not(:disabled){border-color:#158fff}.day.today{box-shadow:inset 0 0 0 1px rgba(36,177,255,.42)}.day.selected{background:linear-gradient(135deg,#078dff,#24b1ff);color:white;box-shadow:0 8px 20px rgba(0,137,255,.25)}.day:disabled{opacity:.18;cursor:not-allowed}.day.empty{visibility:hidden}
.step{font-size:9px;letter-spacing:.16em;color:#53bcfa;font-weight:800}.slot-panel{margin-top:19px;min-height:128px}.slot-empty{display:flex;flex-direction:column;gap:9px}.slot-empty b{font-size:15px}.slot-empty span{font-size:11px;line-height:1.55;color:#8399aa}.date-title{font-size:14px;margin-bottom:10px}.slots{display:grid;gap:8px}.slot{border:1px solid rgba(31,152,230,.4);background:#061523;color:#eaf7ff;border-radius:10px;padding:10px;font-size:11px;cursor:pointer}.slot.active{background:#078dff;border-color:#078dff}.availability-note{border-top:1px solid var(--line2);padding-top:15px;margin-top:14px}.availability-note div{display:flex;gap:9px;margin:10px 0}.availability-note div>span{color:#20a9ff}.availability-note p{margin:0;font-size:10px;color:#8299aa;line-height:1.45}.availability-note b{display:block;color:#e5f3fb;font-size:11px}
.lead-card form{display:grid;gap:10px;margin-top:16px}.lead-card label{font-size:9px;color:#8fa6b7}.lead-card input,.lead-card select{width:100%;margin-top:5px;background:#061522;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:9px;padding:11px 12px;font:inherit;font-size:11px;outline:none}.lead-card input:focus,.lead-card select:focus{border-color:#178fff;box-shadow:0 0 0 3px rgba(7,141,255,.08)}.confirm{border-radius:10px;padding:13px;color:white;font-weight:800;font-family:inherit;display:flex;justify-content:space-between;cursor:pointer}.confirm:disabled{opacity:.34;cursor:not-allowed}.security{font-size:8px;color:#657e90;text-align:center;margin:0}.hidden{display:none}

.benefits{max-width:1390px;margin:0 auto 90px;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.benefits article{text-align:center;padding:26px 15px;border-right:1px solid var(--line2)}.benefits article:last-child{border-right:0}.benefits i{display:block;color:#159fff;font-style:normal;font-size:29px;margin-bottom:9px}.benefits b{display:block;font-size:12px}.benefits span{font-size:10px;color:#7890a2}
.system-section{max-width:1390px;margin:0 auto 100px;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center;padding:50px 46px;border:1px solid rgba(24,153,255,.16);border-radius:30px;background:linear-gradient(135deg,rgba(0,93,174,.08),rgba(255,255,255,.01))}.system-copy h2{font-size:55px;line-height:1.04;margin:12px 0 20px}.system-copy p{color:#97abba;line-height:1.7;max-width:560px;margin-bottom:28px}
.command-center{display:grid;grid-template-columns:1.25fr .75fr;gap:12px;perspective:1000px}.screen{border:1px solid rgba(26,165,255,.35);background:linear-gradient(180deg,#061725,#03101a);border-radius:15px;padding:17px;box-shadow:0 25px 60px rgba(0,0,0,.4)}.main-screen{transform:rotateY(-4deg)}.side-screen{transform:rotateY(4deg)}.screen-top{display:flex;gap:5px;align-items:center}.screen-top span{width:6px;height:6px;border-radius:50%;background:#147fc1}.screen-top b{font-size:8px;margin-left:auto;color:#4cbcff}.chart{height:170px;display:flex;align-items:end;gap:9px;padding:24px 8px 14px;border-bottom:1px solid var(--line2)}.chart i{flex:1;border-radius:4px 4px 0 0;background:linear-gradient(#23b5ff,#075fa4);height:var(--h)}.chart i:nth-child(1){--h:38%}.chart i:nth-child(2){--h:62%}.chart i:nth-child(3){--h:48%}.chart i:nth-child(4){--h:79%}.chart i:nth-child(5){--h:68%}.chart i:nth-child(6){--h:92%}.chart i:nth-child(7){--h:82%}.screen-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:15px}.screen-row div{padding:11px;background:#04121d;border-radius:9px}.screen-row small{display:block;color:#7392a8;font-size:7px}.screen-row b{font-size:18px;color:#46bfff}.online{font-size:8px;color:#3ddcad}.side-screen ul{list-style:none;padding:10px 0 0;margin:0}.side-screen li{display:flex;justify-content:space-between;padding:11px 2px;border-bottom:1px solid var(--line2);font-size:10px;color:#a5bac8}.side-screen li b{color:#30df9c}

.assistant-fab{position:fixed;right:22px;bottom:22px;z-index:40;width:66px;height:66px;border-radius:50%;border:1px solid rgba(47,177,255,.45);background:#061725;color:white;box-shadow:0 18px 48px rgba(0,0,0,.48),0 0 34px rgba(0,133,255,.18);cursor:pointer;display:grid;place-items:center}.assistant-fab span:last-child{font-size:9px;font-weight:800}.fab-eye{width:22px;height:8px;border-radius:999px;background:#18a9ff;box-shadow:0 0 12px #18a9ff;margin-top:7px}
.assistant{position:fixed;right:22px;bottom:100px;width:min(390px,calc(100vw - 30px));max-height:620px;z-index:45;background:rgba(4,18,29,.97);border:1px solid rgba(34,163,255,.37);border-radius:20px;box-shadow:0 35px 100px rgba(0,0,0,.6);backdrop-filter:blur(16px);transform:translateY(18px) scale(.98);opacity:0;pointer-events:none;transition:.23s}.assistant.open{transform:none;opacity:1;pointer-events:auto}.assistant-head{display:flex;align-items:center;gap:10px;padding:14px;border-bottom:1px solid var(--line2)}.mini-bot{width:36px;height:36px;border-radius:50%;background:#0b2234;border:1px solid var(--line);display:grid;place-items:center}.mini-bot span{width:20px;height:7px;background:#18a9ff;border-radius:999px;box-shadow:0 0 12px #18a9ff}.assistant-head small{display:block;font-size:8px;letter-spacing:.14em;color:#55bcf7}.assistant-head b{font-size:12px}.assistant-head button{margin-left:auto;background:transparent;border:0;color:#fff;font-size:25px;cursor:pointer}.assistant-body{padding:15px;overflow:auto;max-height:390px}.msg{max-width:88%;padding:11px 12px;border-radius:13px;margin-bottom:10px;font-size:11px;line-height:1.5}.msg.bot{background:#082238;border:1px solid rgba(27,154,235,.24)}.msg.user{background:#078dff;margin-left:auto}.quick{display:grid;gap:7px}.quick button{background:#061725;border:1px solid var(--line2);color:#dcebf4;border-radius:10px;padding:10px;text-align:left;font-size:10px;cursor:pointer}.quick button:hover{border-color:#169fff}.assistant-actions{display:flex;gap:8px;padding:12px 14px;border-top:1px solid var(--line2)}.assistant-actions button{flex:1;padding:10px;border-radius:9px;border:1px solid var(--line2);background:#071725;color:white;font-size:10px;cursor:pointer}.assistant-actions button:last-child{background:#078dff;border-color:#078dff}.assistant-note{display:block;color:#60798b;padding:0 14px 13px;font-size:8px;line-height:1.4}
footer{border-top:1px solid var(--line2);padding:28px 46px;display:flex;align-items:center;justify-content:space-between;gap:22px;max-width:1480px;margin:auto}footer img{width:190px;max-height:58px;object-fit:contain}footer div{display:flex;gap:22px;flex-wrap:wrap}footer a{text-decoration:none;color:#9fb4c3;font-size:11px}footer small{color:#657f91;font-size:9px}

@media(max-width:1050px){
  .navlinks{display:none}.hero{grid-template-columns:1fr;padding-top:42px}.robot-hero{min-height:460px}.booking-grid{grid-template-columns:1fr 1fr}.lead-card{grid-column:1/-1}.benefits{grid-template-columns:repeat(3,1fr)}.system-section{grid-template-columns:1fr}.booking{margin-left:22px;margin-right:22px}.system-section{margin-left:22px;margin-right:22px}
}
@media(max-width:680px){
  .nav{height:72px;padding:0 16px}.brand img{width:170px}.nav-cta{padding:10px 11px;font-size:10px}.hero{padding:34px 16px 42px;gap:28px}h1{font-size:49px}.hero-text{font-size:14px}.hero-actions{display:grid}.hero-metrics{gap:6px}.hero-metrics span{font-size:9px}.robot-hero{min-height:350px;border-radius:20px}.robot-image{object-position:center center}.hud-c{display:none}.robot-talk{left:12px;right:12px;bottom:12px;padding:11px}.booking{margin:0 12px 58px;padding:18px;border-radius:21px}.booking-title{display:block}.booking-title h2{font-size:30px}.booking-badge{display:inline-block;margin-top:14px}.booking-grid{grid-template-columns:1fr}.lead-card{grid-column:auto}.benefits{grid-template-columns:1fr 1fr;margin:0 12px 64px}.benefits article:nth-child(even){border-right:0}.system-section{margin:0 12px 70px;padding:30px 18px}.system-copy h2{font-size:39px}.command-center{grid-template-columns:1fr}.side-screen{transform:none}.main-screen{transform:none}.assistant-fab{right:14px;bottom:14px}.assistant{right:15px;bottom:90px}footer{padding:25px 16px;display:block}footer div{margin:15px 0}
}


/* ===== V5 ROBOT EXPERIENCE ===== */
.robot-hero{isolation:isolate}
.robot-image{
  animation:robotBreath 6s ease-in-out infinite;
  transform-origin:55% 55%;
}
@keyframes robotBreath{
  0%,100%{transform:scale(1.005) translateY(0)}
  50%{transform:scale(1.018) translateY(-4px)}
}
.holo-ring{
  position:absolute;z-index:4;border:1px solid rgba(29,179,255,.34);
  border-radius:50%;pointer-events:none;mix-blend-mode:screen;
  box-shadow:0 0 26px rgba(20,158,255,.13),inset 0 0 18px rgba(20,158,255,.08)
}
.ring-one{width:220px;height:70px;right:9%;top:25%;transform:rotate(-12deg);animation:ringSpin1 7s linear infinite}
.ring-two{width:160px;height:48px;right:14%;top:32%;transform:rotate(22deg);animation:ringSpin2 5.8s linear infinite reverse}
@keyframes ringSpin1{0%{transform:rotate(-12deg) scale(1)}50%{transform:rotate(168deg) scale(1.06)}100%{transform:rotate(348deg) scale(1)}}
@keyframes ringSpin2{0%{transform:rotate(22deg)}100%{transform:rotate(382deg)}}
.holo-orbit{position:absolute;z-index:4;right:14%;top:27%;width:190px;height:90px;border-radius:50%;pointer-events:none;animation:orbitTilt 5s ease-in-out infinite}
.holo-orbit i{position:absolute;width:7px;height:7px;border-radius:50%;background:#55c8ff;box-shadow:0 0 12px #12a5ff}
.holo-orbit i:nth-child(1){left:5%;top:44%}.holo-orbit i:nth-child(2){right:12%;top:13%}.holo-orbit i:nth-child(3){right:0;bottom:18%}
@keyframes orbitTilt{0%,100%{transform:rotate(-5deg)}50%{transform:rotate(7deg)}}
#particleCanvas{position:absolute;inset:0;width:100%;height:100%;z-index:2;pointer-events:none;opacity:.52}

.assistant-head em{
  display:block;font-style:normal;font-size:8px;color:#7695a9;margin-top:3px
}
.assistant-head em i{
  display:inline-block;width:6px;height:6px;border-radius:50%;background:#29dfa4;
  box-shadow:0 0 10px rgba(41,223,164,.7);margin-right:5px
}
.safety-msg{
  border-left:2px solid #2adfa5!important;
  color:#b5c7d3
}
.assistant-inputbar{
  display:grid;grid-template-columns:auto 1fr auto;gap:7px;padding:10px 12px;
  border-top:1px solid var(--line2);background:#03101a
}
.assistant-inputbar input{
  width:100%;border:1px solid rgba(255,255,255,.11);background:#061725;color:#fff;
  border-radius:10px;padding:11px 12px;font:inherit;font-size:11px;outline:none
}
.assistant-inputbar input:focus{border-color:#159fff;box-shadow:0 0 0 3px rgba(21,159,255,.08)}
.mic-btn,.send-btn{
  width:38px;height:38px;border:1px solid rgba(21,159,255,.23);background:#071d2e;color:#fff;
  border-radius:10px;cursor:pointer
}
.mic-btn.listening{
  background:#0a80c8;box-shadow:0 0 0 6px rgba(20,160,255,.12),0 0 22px rgba(20,160,255,.35)
}
.msg.bot strong{color:#62c9ff}
.msg.bot ul{margin:8px 0 0;padding-left:17px}.msg.bot li{margin:5px 0}
.msg.bot .bot-cta{
  display:inline-block;margin-top:9px;color:#55c8ff;font-weight:700;cursor:pointer
}
.assistant-typing{display:flex;gap:4px;align-items:center;padding:8px 10px}
.assistant-typing i{width:5px;height:5px;background:#5bbfff;border-radius:50%;animation:typingDot 1s infinite alternate}
.assistant-typing i:nth-child(2){animation-delay:.18s}.assistant-typing i:nth-child(3){animation-delay:.36s}
@keyframes typingDot{to{opacity:.25;transform:translateY(-3px)}}

@media(prefers-reduced-motion:reduce){
  .robot-image,.scanline,.holo-ring,.holo-orbit,.pulse{animation:none!important}
}


/* ===== V6 SPACE-GRADE INTERACTIVE ROBOT ===== */
:root{
  --space-blue:#1eb8ff;
  --space-cyan:#76e8ff;
  --deep:#01050a;
}
.hero{position:relative}
.hero:before{
  content:"";position:absolute;inset:-30px 30% auto auto;width:380px;height:380px;border-radius:50%;
  background:radial-gradient(circle,rgba(22,166,255,.13),rgba(22,166,255,0) 68%);filter:blur(10px);pointer-events:none
}
.robot-hero{
  transform-style:preserve-3d;
  will-change:transform;
  transition:transform .18s ease-out, box-shadow .25s ease;
  box-shadow:0 40px 120px rgba(0,0,0,.58),0 0 0 1px rgba(34,164,255,.08),0 0 70px rgba(0,115,255,.08)
}
.robot-hero::before{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:
    radial-gradient(circle at 50% 35%,rgba(96,216,255,.06),transparent 18%),
    linear-gradient(120deg,transparent 0 44%,rgba(255,255,255,.05) 49%,transparent 54% 100%);
  background-size:auto,260% 100%;
  animation:surfaceSweep 7.5s linear infinite
}
@keyframes surfaceSweep{0%{background-position:center,-180% 0}100%{background-position:center,180% 0}}

.robot-image{
  transition:transform .18s ease-out,filter .2s ease;
  will-change:transform,filter
}
.robot-hero.state-listening .robot-image{filter:contrast(1.06) saturate(1.14) brightness(1.06)}
.robot-hero.state-thinking .robot-image{filter:contrast(1.08) saturate(1.06) hue-rotate(4deg)}
.robot-hero.state-speaking .robot-image{filter:contrast(1.1) saturate(1.18) brightness(1.08)}

.eye-glow{
  position:absolute;z-index:7;border-radius:50%;pointer-events:none;
  width:14px;height:6px;background:#31c9ff;
  box-shadow:0 0 10px #2cc5ff,0 0 20px #22aaff,0 0 38px rgba(33,181,255,.9);
  opacity:.15;transform:scale(.65);transition:.18s ease
}
.eye-left{left:53.1%;top:29.7%}
.eye-right{left:55.2%;top:29.4%}
.robot-hero.state-listening .eye-glow{
  opacity:1;transform:scale(1.35);animation:eyeListen .75s ease-in-out infinite alternate
}
.robot-hero.state-thinking .eye-glow{
  opacity:.95;transform:scale(1.2);animation:eyeThink .5s steps(2,end) infinite
}
.robot-hero.state-speaking .eye-glow{
  opacity:1;transform:scale(1.55);animation:eyeSpeak .22s ease-in-out infinite alternate
}
@keyframes eyeListen{to{box-shadow:0 0 14px #60ddff,0 0 34px #16a8ff,0 0 62px rgba(30,169,255,.95)}}
@keyframes eyeThink{50%{opacity:.35}}
@keyframes eyeSpeak{to{transform:scale(1.95);filter:brightness(1.35)}}

.reactor-core{
  position:absolute;z-index:6;left:47.7%;top:67%;width:24px;height:24px;border-radius:50%;
  border:1px solid rgba(71,203,255,.45);box-shadow:0 0 24px rgba(29,169,255,.25),inset 0 0 18px rgba(45,196,255,.2);
  pointer-events:none;opacity:.35;transition:.2s
}
.reactor-core:before,.reactor-core:after{
  content:"";position:absolute;inset:4px;border-radius:50%;border:1px solid rgba(80,214,255,.6)
}
.reactor-core:after{inset:8px;background:#2dc4ff;box-shadow:0 0 14px #2dc4ff}
.robot-hero.state-speaking .reactor-core,.robot-hero.state-listening .reactor-core{opacity:1;animation:corePulse .8s ease-in-out infinite}
.robot-hero.state-thinking .reactor-core{opacity:.9;animation:coreSpin 1s linear infinite}
@keyframes corePulse{50%{transform:scale(1.18);box-shadow:0 0 40px rgba(29,169,255,.55)}}
@keyframes coreSpin{to{transform:rotate(360deg)}}

.voice-wave{
  position:absolute;z-index:8;right:5%;bottom:29%;height:34px;display:flex;align-items:center;gap:3px;
  opacity:0;transition:.2s
}
.voice-wave i{width:3px;height:8px;background:#43c7ff;border-radius:999px;box-shadow:0 0 8px rgba(67,199,255,.6)}
.robot-hero.state-speaking .voice-wave{opacity:1}
.robot-hero.state-speaking .voice-wave i{animation:wave .65s ease-in-out infinite}
.robot-hero.state-speaking .voice-wave i:nth-child(2){animation-delay:.06s}.robot-hero.state-speaking .voice-wave i:nth-child(3){animation-delay:.12s}
.robot-hero.state-speaking .voice-wave i:nth-child(4){animation-delay:.18s}.robot-hero.state-speaking .voice-wave i:nth-child(5){animation-delay:.24s}
.robot-hero.state-speaking .voice-wave i:nth-child(6){animation-delay:.30s}.robot-hero.state-speaking .voice-wave i:nth-child(7){animation-delay:.36s}
.robot-hero.state-speaking .voice-wave i:nth-child(8){animation-delay:.42s}.robot-hero.state-speaking .voice-wave i:nth-child(9){animation-delay:.48s}
@keyframes wave{0%,100%{height:7px;opacity:.45}50%{height:29px;opacity:1}}

.robot-status{
  position:absolute;z-index:8;right:20px;top:18px;
  padding:10px 12px;border-radius:12px;background:rgba(1,12,20,.76);backdrop-filter:blur(14px);
  border:1px solid rgba(47,181,255,.24);min-width:140px
}
.robot-status b{display:block;font-size:9px;letter-spacing:.13em;color:#dff7ff}
.robot-status small{display:block;margin-top:3px;font-size:7px;letter-spacing:.12em;color:#67a2c4}
.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#2fe0a1;box-shadow:0 0 12px rgba(47,224,161,.8);margin-right:6px}

.mission-strip{
  max-width:1390px;margin:0 auto 48px;display:grid;grid-template-columns:repeat(5,1fr);
  border:1px solid rgba(33,150,230,.17);border-radius:18px;overflow:hidden;
  background:linear-gradient(180deg,rgba(6,20,32,.78),rgba(2,10,17,.86));
  box-shadow:0 20px 70px rgba(0,0,0,.25)
}
.mission-strip div{padding:18px 20px;border-right:1px solid rgba(255,255,255,.06)}
.mission-strip div:last-child{border-right:0}
.mission-strip span{font-size:8px;color:#47bfff;letter-spacing:.15em}
.mission-strip b{display:block;font-size:11px;letter-spacing:.12em;margin-top:8px}
.mission-strip small{display:block;color:#6f8797;margin-top:4px;font-size:9px}

.robot-hero.pointer-active{
  box-shadow:0 42px 130px rgba(0,0,0,.62),0 0 90px rgba(0,139,255,.11)
}

@media(max-width:680px){
  .eye-left{left:53.6%;top:30.2%}.eye-right{left:56%;top:30%}
  .reactor-core{left:48.3%;top:66.8%}
  .mission-strip{grid-template-columns:1fr 1fr;margin:0 12px 36px}
  .mission-strip div:nth-child(even){border-right:0}
  .mission-strip div{border-bottom:1px solid rgba(255,255,255,.05)}
  .robot-status{right:12px;top:12px;min-width:120px;padding:8px 9px}
}
@media(prefers-reduced-motion:reduce){
  .robot-hero,.robot-image,.eye-glow,.reactor-core,.voice-wave i{animation:none!important;transition:none!important}
}


/* ===== V7 AI SALES ENGINE ===== */
.assistant-head em{color:#6ebee9}
.assistant-head em i{animation:aiOnline 1.8s ease-in-out infinite}
@keyframes aiOnline{50%{opacity:.45;box-shadow:0 0 5px rgba(41,223,164,.35)}}
.assistant-note{line-height:1.45}


/* ===== V8 CONSULTATIVE EXPERIENCE ===== */
.diagnostic-start{
  border:1px solid rgba(61,191,255,.45)!important;
  background:linear-gradient(135deg,rgba(12,103,170,.28),rgba(2,21,36,.88))!important;
  box-shadow:0 0 26px rgba(28,153,235,.10);
  font-weight:800!important;
}
.diagnostic-summary{
  margin:12px 14px 4px;padding:16px;border-radius:16px;
  border:1px solid rgba(42,180,255,.25);
  background:
    linear-gradient(180deg,rgba(7,26,41,.94),rgba(2,11,18,.96)),
    radial-gradient(circle at 80% 10%,rgba(33,164,255,.12),transparent 45%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 16px 50px rgba(0,0,0,.22)
}
.diag-kicker{font-size:9px;letter-spacing:.18em;color:#44c7ff;font-weight:800}
.diagnostic-summary h4{margin:6px 0 10px;font-size:16px;color:#fff}
.diag-score{
  display:inline-flex;align-items:baseline;gap:2px;margin-bottom:10px;
  font-weight:900;color:#6ce5ff;text-shadow:0 0 18px rgba(56,201,255,.35)
}
.diag-score span{font-size:34px}.diag-score small{font-size:11px;color:#7595aa}
.diag-finding{padding:9px 0;border-top:1px solid rgba(255,255,255,.06)}
.diag-finding b{display:block;font-size:11px;color:#dff6ff;margin-bottom:3px}
.diag-finding span{font-size:10px;color:#8ba2b2;line-height:1.45}
.diag-cta{
  width:100%;margin-top:12px;padding:11px;border:0;border-radius:10px;
  background:linear-gradient(135deg,#1aa8ff,#65d8ff);color:#001019;
  font-weight:900;cursor:pointer
}
.diag-chip-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}
.diag-chip{
  display:inline-flex;padding:7px 9px;border-radius:999px;
  border:1px solid rgba(69,188,255,.22);background:rgba(5,23,35,.72);
  color:#b9eaff;font-size:9px;cursor:pointer
}
.diag-chip:hover{border-color:rgba(69,188,255,.55)}

/* ===== V9 LIVING ROBOT — articulated visual motion + voice states ===== */
.robot-visual{position:absolute;inset:0;z-index:1;overflow:hidden;transform-origin:42% 58%;will-change:transform;animation:robotBodyIdle 5.6s ease-in-out infinite}
.robot-visual .robot-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 36%;animation:none!important;transform:none!important;will-change:filter}
.robot-head-layer,.robot-arm-layer{position:absolute;inset:0;background-image:url('assets/mandora360-robot-approved.jpg');background-size:cover;background-position:center 36%;background-repeat:no-repeat;pointer-events:none;will-change:transform,filter;mix-blend-mode:normal}
.robot-head-layer{z-index:2;clip-path:polygon(5% 0,38% 0,40% 43%,7% 43%);transform-origin:22% 34%;animation:robotHeadIdle 4.8s ease-in-out infinite}
.robot-arm-layer{z-index:2;clip-path:polygon(18% 37%,69% 28%,72% 83%,22% 94%);transform-origin:34% 70%;animation:robotArmIdle 5.2s ease-in-out infinite}
@keyframes robotBodyIdle{0%,100%{transform:translateY(0) scale(1.006) rotate(.05deg)}50%{transform:translateY(-5px) scale(1.015) rotate(-.12deg)}}
@keyframes robotHeadIdle{0%,100%{transform:translate(0,0) rotate(0)}38%{transform:translate(2px,-2px) rotate(-.45deg)}70%{transform:translate(-1px,1px) rotate(.3deg)}}
@keyframes robotArmIdle{0%,100%{transform:translate(0,0) rotate(0)}45%{transform:translate(2px,-2px) rotate(-.28deg)}75%{transform:translate(-1px,1px) rotate(.18deg)}}
.robot-hero.state-listening .robot-visual{animation:robotListenBody 1.7s ease-in-out infinite}
.robot-hero.state-listening .robot-head-layer{animation:robotListenHead 1.15s ease-in-out infinite}
.robot-hero.state-thinking .robot-head-layer{animation:robotThinkHead 1.8s ease-in-out infinite}
.robot-hero.state-thinking .robot-arm-layer{animation:robotThinkArm 1.35s ease-in-out infinite}
.robot-hero.state-speaking .robot-visual{animation:robotSpeakBody 1.45s ease-in-out infinite}
.robot-hero.state-speaking .robot-head-layer{animation:robotSpeakHead .92s ease-in-out infinite}
.robot-hero.state-speaking .robot-arm-layer{animation:robotSpeakArm 1.05s ease-in-out infinite}
@keyframes robotListenBody{0%,100%{transform:scale(1.012) translateY(0)}50%{transform:scale(1.02) translateY(-3px)}}
@keyframes robotListenHead{0%,100%{transform:translate(0,0) rotate(0)}50%{transform:translate(4px,-2px) rotate(1deg)}}
@keyframes robotThinkHead{0%,100%{transform:translate(0,0) rotate(-.4deg)}50%{transform:translate(-3px,1px) rotate(.8deg)}}
@keyframes robotThinkArm{0%,100%{transform:rotate(0) translateY(0)}50%{transform:rotate(-.55deg) translateY(-2px)}}
@keyframes robotSpeakBody{0%,100%{transform:scale(1.01) translateY(0)}50%{transform:scale(1.018) translateY(-4px)}}
@keyframes robotSpeakHead{0%,100%{transform:translate(0,0) rotate(-.25deg)}50%{transform:translate(3px,-2px) rotate(.65deg)}}
@keyframes robotSpeakArm{0%,100%{transform:rotate(0) translate(0,0)}45%{transform:rotate(-.8deg) translate(3px,-3px)}75%{transform:rotate(.25deg) translate(-1px,1px)}}
.robot-hero.robot-engaged{cursor:pointer}
.robot-hero.robot-engaged .robot-talk{border-color:rgba(65,205,255,.62);box-shadow:0 0 32px rgba(17,154,255,.14)}
.robot-hero.state-speaking .robot-image,.robot-hero.state-speaking .robot-head-layer,.robot-hero.state-speaking .robot-arm-layer{filter:contrast(1.08) saturate(1.12) brightness(1.06)}
@media(max-width:680px){.robot-visual .robot-image{object-position:center center}.robot-head-layer,.robot-arm-layer{background-position:center center}}
@media(prefers-reduced-motion:reduce){.robot-visual,.robot-head-layer,.robot-arm-layer{animation:none!important;transform:none!important}}


/* ===== V10 CONVERSATIONAL ROBOT — stronger gestures / gaze / presence ===== */
.robot-head-layer{clip-path:polygon(5% 2%,43% 2%,43% 48%,4% 48%);transform-origin:25% 35%}
.robot-arm-left{clip-path:polygon(9% 34%,43% 31%,49% 96%,10% 96%);transform-origin:30% 61%}
.robot-arm-right{clip-path:polygon(34% 35%,77% 24%,79% 91%,37% 91%);transform-origin:45% 60%}
.robot-hero.state-speaking .robot-arm-left{animation:m360LeftTalk .72s ease-in-out infinite alternate}
.robot-hero.state-speaking .robot-arm-right{animation:m360RightTalk .86s ease-in-out infinite alternate}
.robot-hero.state-listening .robot-head-layer{animation:m360ListenGaze 1.1s ease-in-out infinite alternate}
.robot-hero.state-thinking .robot-head-layer{animation:m360ThinkGaze 1.45s ease-in-out infinite}
.robot-hero.state-thinking .robot-arm-right{animation:m360ThinkHand 1.2s ease-in-out infinite alternate}
.robot-hero.presence-awake .robot-head-layer{animation:m360LookAtVisitor 2.6s ease-in-out 1}
.robot-hero.presence-awake .robot-arm-right{animation:m360WaveHello 1.8s cubic-bezier(.2,.75,.25,1) 1}
@keyframes m360LeftTalk{from{transform:translate(-1px,1px) rotate(-.5deg) scale(1.002)}to{transform:translate(5px,-5px) rotate(-2.4deg) scale(1.012)}}
@keyframes m360RightTalk{from{transform:translate(0,1px) rotate(.2deg)}to{transform:translate(-7px,-8px) rotate(3.2deg) scale(1.015)}}
@keyframes m360ListenGaze{from{transform:translate(-1px,0) rotate(-.3deg)}to{transform:translate(7px,-4px) rotate(1.8deg) scale(1.01)}}
@keyframes m360ThinkGaze{0%,100%{transform:translate(0,0) rotate(-1deg)}50%{transform:translate(-7px,2px) rotate(1.4deg)}}
@keyframes m360ThinkHand{from{transform:translate(0,0) rotate(0)}to{transform:translate(-4px,-5px) rotate(2deg)}}
@keyframes m360LookAtVisitor{0%{transform:translate(-5px,1px) rotate(-1.2deg)}55%{transform:translate(8px,-4px) rotate(2deg) scale(1.012)}100%{transform:translate(0,0) rotate(0)}}
@keyframes m360WaveHello{0%,100%{transform:translate(0,0) rotate(0)}25%{transform:translate(-8px,-10px) rotate(4deg)}55%{transform:translate(-2px,-5px) rotate(-1.2deg)}78%{transform:translate(-7px,-9px) rotate(3deg)}}
.robot-hero.voice-conversation-on .robot-status{border-color:rgba(59,220,255,.55);box-shadow:0 0 28px rgba(27,178,255,.18)}
.robot-hero.voice-conversation-on .status-dot{box-shadow:0 0 0 5px rgba(49,223,164,.10),0 0 18px rgba(49,223,164,.8)}

/* ===== V12 M360 segmented motion engine ===== */
.robot-forearm-layer,.robot-hand-layer{position:absolute;inset:0;z-index:4;background:url('assets/mandora360-robot-approved.jpg') center 36%/cover no-repeat;pointer-events:none;will-change:transform,filter}
/* visible pointing forearm and hand from the source robot */
.robot-forearm-layer{clip-path:polygon(28% 53%,57% 38%,61% 66%,33% 84%);transform-origin:31% 72%}
.robot-hand-layer{clip-path:polygon(48% 35%,65% 34%,65% 59%,48% 61%);transform-origin:51% 53%}
.robot-hero.state-speaking .robot-forearm-layer{animation:m360ForearmExplain .78s ease-in-out infinite alternate}
.robot-hero.state-speaking .robot-hand-layer{animation:m360HandExplain .54s ease-in-out infinite alternate}
.robot-hero.state-listening .robot-hand-layer{animation:m360HandListen 1.4s ease-in-out infinite alternate}
.robot-hero.state-thinking .robot-hand-layer{animation:m360HandThink 1.1s ease-in-out infinite alternate}
.robot-hero.gesture-point .robot-forearm-layer{animation:m360PointArm .95s cubic-bezier(.2,.8,.2,1) infinite alternate}
.robot-hero.gesture-point .robot-hand-layer{animation:m360PointHand .72s cubic-bezier(.2,.8,.2,1) infinite alternate}
.robot-hero.gesture-welcome .robot-forearm-layer{animation:m360WelcomeArm 1.05s ease-in-out infinite alternate}
.robot-hero.gesture-welcome .robot-hand-layer{animation:m360WelcomeHand .62s ease-in-out infinite alternate}
@keyframes m360ForearmExplain{from{transform:translate(0,1px) rotate(-.4deg)}to{transform:translate(10px,-10px) rotate(-3.8deg) scale(1.018)}}
@keyframes m360HandExplain{from{transform:translate(0,0) rotate(0)}to{transform:translate(12px,-9px) rotate(5deg) scale(1.025)}}
@keyframes m360HandListen{from{transform:translate(0,0) rotate(-.5deg)}to{transform:translate(-3px,-3px) rotate(1.4deg)}}
@keyframes m360HandThink{from{transform:translate(0,0) rotate(0)}to{transform:translate(-7px,5px) rotate(-3deg)}}
@keyframes m360PointArm{from{transform:translate(2px,0) rotate(-1deg)}to{transform:translate(17px,-14px) rotate(-5.2deg) scale(1.025)}}
@keyframes m360PointHand{from{transform:translate(2px,0) rotate(0)}to{transform:translate(21px,-15px) rotate(6deg) scale(1.035)}}
@keyframes m360WelcomeArm{from{transform:translate(0,0) rotate(0)}to{transform:translate(-9px,-16px) rotate(5deg) scale(1.02)}}
@keyframes m360WelcomeHand{from{transform:translate(0,0) rotate(-2deg)}to{transform:translate(-10px,-20px) rotate(8deg) scale(1.035)}}
.robot-hero.pointer-active .robot-head-layer{transform:translate(calc(var(--m360-look-x,0) * 1px),calc(var(--m360-look-y,0) * 1px)) rotate(calc(var(--m360-look-x,0) * .12deg))}
@media(max-width:680px){.robot-forearm-layer,.robot-hand-layer{background-position:center center}}
@media(prefers-reduced-motion:reduce){.robot-forearm-layer,.robot-hand-layer{animation:none!important;transform:none!important}}

/* =========================================================
   MANDORA 360 V13 — PRODUCTION POLISH
   Goal: protect the robot artwork from 2.5D deformation and
   keep the conversation UI away from the hero robot.
   ========================================================= */

/* The source is a single raster artwork. Hide duplicated clipped layers
   that produced visible seams/deformation in V12. */
.robot-head-layer,
.robot-arm-layer,
.robot-forearm-layer,
.robot-hand-layer{display:none!important;animation:none!important;transform:none!important}

/* Keep M360 visually alive without warping the artwork. */
.robot-visual{animation:m360Presence 7.5s ease-in-out infinite!important;transform-origin:48% 58%;will-change:transform}
.robot-visual .robot-image{animation:none!important;transform:none!important}
@keyframes m360Presence{
  0%,100%{transform:translate3d(0,0,0) scale(1.004)}
  50%{transform:translate3d(0,-2px,0) scale(1.008)}
}
.robot-hero.state-listening .robot-visual{animation:m360ListenPresence 2.8s ease-in-out infinite!important}
.robot-hero.state-thinking .robot-visual{animation:m360ThinkPresence 3.2s ease-in-out infinite!important}
.robot-hero.state-speaking .robot-visual{animation:m360SpeakPresence 2.2s ease-in-out infinite!important}
@keyframes m360ListenPresence{0%,100%{transform:scale(1.005)}50%{transform:scale(1.009) translateY(-1px)}}
@keyframes m360ThinkPresence{0%,100%{transform:scale(1.005) translateX(0)}50%{transform:scale(1.008) translateX(-1px)}}
@keyframes m360SpeakPresence{0%,100%{transform:scale(1.006) translateY(0)}50%{transform:scale(1.01) translateY(-2px)}}

/* Desktop: conversation lives on the LEFT edge of the viewport.
   The robot is on the right side of the hero, so it remains fully visible. */
@media (min-width:981px){
  .assistant{left:22px!important;right:auto!important;bottom:22px!important;width:min(410px,calc(100vw - 44px))!important;max-height:min(680px,calc(100vh - 44px))!important}
  .assistant-fab{left:22px!important;right:auto!important;bottom:22px!important}
  .assistant.open + .assistant-fab{opacity:0;pointer-events:none}
}

/* Tablet/mobile: use a compact bottom sheet rather than covering the robot. */
@media (max-width:980px){
  .assistant{left:12px!important;right:12px!important;bottom:12px!important;width:auto!important;max-height:min(72vh,620px)!important;border-radius:20px!important}
  .assistant-body{max-height:38vh!important}
  .assistant-fab{right:14px!important;left:auto!important;bottom:14px!important}
}

/* Calm, premium chat proportions. */
.assistant{overflow:hidden}
.assistant-head{background:rgba(3,17,28,.98)}
.assistant-body{scrollbar-width:thin}
.assistant-inputbar{background:rgba(3,17,28,.98)}

@media(prefers-reduced-motion:reduce){
  .robot-visual{animation:none!important;transform:none!important}
}


/* =========================================================
   MANDORA 360 V14 — MOBILE EXPERIENCE + NATURAL PRESENCE
   ========================================================= */
.assistant-minimize{margin-left:auto!important;background:transparent!important;border:0!important;color:#8fd8ff!important;font-size:22px!important;cursor:pointer!important;line-height:1!important}
#closeAssistant{margin-left:4px!important}

/* Feathered micro-articulation: intentionally tiny to avoid raster seams. */
.robot-head-layer,.robot-hand-layer{display:block!important;opacity:1!important;pointer-events:none!important;background-image:url('assets/mandora360-robot-approved.jpg')!important;background-size:cover!important;background-position:center 36%!important;background-repeat:no-repeat!important;animation:none!important}
.robot-head-layer{clip-path:polygon(5% 2%,43% 2%,43% 48%,4% 48%);transform-origin:25% 35%;-webkit-mask-image:radial-gradient(ellipse at 25% 28%,#000 58%,transparent 76%);mask-image:radial-gradient(ellipse at 25% 28%,#000 58%,transparent 76%)}
.robot-hand-layer{clip-path:polygon(46% 33%,67% 31%,68% 62%,46% 64%);transform-origin:53% 50%;-webkit-mask-image:radial-gradient(ellipse at 54% 48%,#000 48%,transparent 72%);mask-image:radial-gradient(ellipse at 54% 48%,#000 48%,transparent 72%)}
.robot-arm-layer,.robot-forearm-layer{display:none!important}
.robot-hero.state-listening .robot-head-layer{animation:v14ListenNod 1.9s ease-in-out infinite!important}
.robot-hero.state-thinking .robot-head-layer{animation:v14ThinkLook 2.4s ease-in-out infinite!important}
.robot-hero.state-speaking .robot-head-layer{animation:v14SpeakNod 1.25s ease-in-out infinite!important}
.robot-hero.state-speaking .robot-hand-layer{animation:v14HandTalk 1.65s ease-in-out infinite!important}
.robot-hero.gesture-welcome .robot-hand-layer{animation:v14HandWelcome 1.7s ease-in-out 1!important}
.robot-hero.gesture-point .robot-hand-layer{animation:v14HandPoint 1.5s ease-in-out 1!important}
@keyframes v14ListenNod{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(1px,1px,0) rotate(.35deg)}}
@keyframes v14ThinkLook{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(-1.5px,.5px,0) rotate(-.45deg)}}
@keyframes v14SpeakNod{0%,100%{transform:translate3d(0,0,0) rotate(-.15deg)}50%{transform:translate3d(1px,1.5px,0) rotate(.45deg)}}
@keyframes v14HandTalk{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(2px,-2px,0) rotate(.65deg)}}
@keyframes v14HandWelcome{0%,100%{transform:translate3d(0,0,0) rotate(0)}45%{transform:translate3d(3px,-3px,0) rotate(1deg)}}
@keyframes v14HandPoint{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(3px,-1px,0) rotate(.8deg)}}

/* Mobile: the conversation starts as a compact control bar so M360 stays visible. */
@media(max-width:680px){
  .robot-hero{min-height:420px!important}
  .assistant{left:10px!important;right:10px!important;bottom:10px!important;max-height:58vh!important;transition:transform .25s ease,opacity .2s ease,max-height .25s ease!important}
  .assistant.mobile-compact{max-height:72px!important;border-radius:18px!important}
  .assistant.mobile-compact .assistant-body,.assistant.mobile-compact .assistant-inputbar,.assistant.mobile-compact .assistant-actions,.assistant.mobile-compact .assistant-note{display:none!important}
  .assistant.mobile-compact .assistant-head{height:70px!important;border-bottom:0!important;padding:11px 13px!important}
  .assistant.mobile-compact .assistant-head small{font-size:7px!important}
  .assistant.mobile-compact .assistant-head b{font-size:11px!important}
  .assistant.mobile-compact .assistant-head em{display:none!important}
  .assistant.mobile-compact .assistant-minimize{transform:rotate(180deg)}
  .assistant:not(.mobile-compact) .assistant-body{max-height:30vh!important}
  .assistant-fab{width:58px!important;height:58px!important}
  .robot-talk{bottom:12px!important;left:12px!important;right:auto!important;max-width:235px!important;padding:10px 12px!important}
  .robot-talk b{font-size:11px!important}
  .robot-talk small{font-size:7px!important}
  .robot-head-layer,.robot-hand-layer{background-position:center center!important}
}

/* More interactive without visual noise. */
.benefits article,.system-section,.booking,.robot-hero{transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.benefits article:hover{transform:translateY(-4px);border-color:rgba(43,174,255,.42);box-shadow:0 18px 48px rgba(0,0,0,.22)}
.reveal-v14{opacity:.55;transform:translateY(14px)}
.reveal-v14.v14-visible{opacity:1;transform:translateY(0);transition:opacity .6s ease,transform .6s ease}
@media(prefers-reduced-motion:reduce){.robot-head-layer,.robot-hand-layer{animation:none!important;transform:none!important}.reveal-v14{opacity:1;transform:none}}
/* V15 — interactive application experience */
.experience{padding:96px clamp(22px,6vw,92px);position:relative;overflow:hidden;border-top:1px solid rgba(79,180,255,.12);border-bottom:1px solid rgba(79,180,255,.12);background:radial-gradient(circle at 75% 45%,rgba(0,126,255,.12),transparent 34%),linear-gradient(180deg,rgba(3,11,20,.86),rgba(1,5,10,.96))}
.experience-head{max-width:780px;margin-bottom:34px}.experience-head h2{font:800 clamp(34px,4vw,58px)/1.02 Montserrat,sans-serif;margin:12px 0}.experience-head h2 strong{color:#3ebdff}.experience-head p{color:#9fb0c1;font-size:17px;line-height:1.7}
.experience-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.xp-tab{border:1px solid rgba(98,190,255,.2);background:#07121d;color:#a9bbcb;padding:12px 18px;border-radius:999px;font-weight:700;cursor:pointer;transition:.25s}.xp-tab:hover,.xp-tab.active{background:#0a78d8;color:#fff;border-color:#39baff;box-shadow:0 0 26px rgba(26,157,255,.2);transform:translateY(-2px)}
.xp-stage{display:grid;grid-template-columns:.72fr 1.28fr;gap:34px;align-items:center}.xp-copy{padding:28px 0}.xp-copy>span{font-size:11px;letter-spacing:.16em;color:#42c2ff;font-weight:800}.xp-copy h3{font:800 clamp(27px,3vw,42px)/1.08 Montserrat,sans-serif;margin:13px 0}.xp-copy p{color:#a6b5c4;line-height:1.7}.xp-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.live-demo{min-height:390px;border:1px solid rgba(84,190,255,.25);border-radius:26px;background:linear-gradient(145deg,rgba(10,24,39,.96),rgba(2,8,15,.98));box-shadow:0 30px 80px rgba(0,0,0,.45),inset 0 0 70px rgba(0,116,255,.04);padding:22px;position:relative;overflow:hidden}.live-demo:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.7%,rgba(54,175,255,.04) 50%,transparent 50.3%),linear-gradient(rgba(54,175,255,.025) 1px,transparent 1px);background-size:70px 100%,100% 35px;pointer-events:none}.demo-top,.demo-kpis,.demo-flow,.demo-log{position:relative;z-index:1}.demo-top{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.1em;color:#8ca2b6}.demo-top span{color:#48e0ad}.demo-top i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#48e0ad;box-shadow:0 0 12px #48e0ad}
.demo-flow{display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr 28px 1fr;align-items:center;margin:54px 0 44px}.flow-card{min-height:112px;border:1px solid rgba(91,177,239,.15);border-radius:16px;padding:15px;background:rgba(4,14,24,.78);display:flex;flex-direction:column;gap:8px;transition:.35s}.flow-card small{color:#3389c8}.flow-card b{font-size:14px}.flow-card em{font-style:normal;font-size:9px;color:#71879a;letter-spacing:.1em}.flow-card.active{border-color:#2eb8ff;box-shadow:0 0 28px rgba(24,165,255,.2);transform:translateY(-5px);background:rgba(7,37,60,.9)}.flow-line{height:1px;background:linear-gradient(90deg,#174866,#2db9ff);position:relative}.flow-line:after{content:"›";position:absolute;right:-2px;top:-10px;color:#49c4ff}
.demo-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.demo-kpis div{padding:14px;border-radius:14px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.06)}.demo-kpis small{display:block;color:#667e91;font-size:9px}.demo-kpis b{display:block;margin-top:5px;color:#eaf7ff}.demo-log{margin-top:14px;padding:12px 14px;border-radius:12px;background:#02070c;color:#60d2ff;font:500 11px/1.5 monospace;min-height:42px}
.live-demo.running{animation:demoPulse .65s ease}@keyframes demoPulse{50%{box-shadow:0 30px 80px rgba(0,0,0,.45),0 0 55px rgba(27,169,255,.18)}}
/* Robot: remove fake sliced-body animation; keep elegant whole-character presence */
.robot-head-layer,.robot-arm-layer,.robot-forearm-layer,.robot-hand-layer{display:none!important}.robot-visual{animation:m360Presence 5.8s ease-in-out infinite!important;transform-origin:50% 72%}.robot-hero.state-listening .robot-visual{animation:m360ListenNatural 2s ease-in-out infinite!important}.robot-hero.state-thinking .robot-visual{animation:m360ThinkNatural 2.4s ease-in-out infinite!important}.robot-hero.state-speaking .robot-visual{animation:m360SpeakNatural 1.7s ease-in-out infinite!important}@keyframes m360Presence{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-3px) rotate(.08deg)}}@keyframes m360ListenNatural{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-2px) rotate(-.18deg)}}@keyframes m360ThinkNatural{0%,100%{transform:translateY(0) rotate(-.12deg)}50%{transform:translateY(-2px) rotate(.18deg)}}@keyframes m360SpeakNatural{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.004)}}
@media(max-width:820px){.experience{padding:68px 18px}.xp-stage{grid-template-columns:1fr}.live-demo{min-height:0}.demo-flow{grid-template-columns:1fr;gap:8px;margin:28px 0}.flow-line{height:14px;width:1px;margin:auto}.flow-line:after{content:"⌄";right:-5px;top:0}.flow-card{min-height:78px}.demo-kpis{grid-template-columns:1fr 1fr 1fr}.experience-tabs{flex-wrap:nowrap;overflow:auto;padding-bottom:5px}.xp-tab{white-space:nowrap}.robot-talk{max-width:220px!important;right:10px!important;bottom:12px!important}.robot-talk div small{font-size:8px}.robot-talk div b{font-size:10px}}
