.cyber-hero{box-sizing:border-box;width:100%;min-height:100dvh;padding:calc(var(--site-header-height,72px) + 2rem) 4rem 2rem;justify-content:center;align-items:flex-start;gap:3rem;display:flex;position:relative;overflow:hidden}.hero-left{flex-direction:column;flex:1 1 0;gap:1.2rem;min-width:0;max-width:520px;display:flex}h1.hero-headline{margin:0;flex-direction:column;gap:.6rem;width:100%;min-width:0;max-width:100%;margin-block:0;display:flex}.hero-headline .hud-glitch-title--hero{flex:0 0 var(--hgt-hero-slot-sm,2.24rem)}@media (width>=401px){.hero-headline .hud-glitch-title--hero{flex-basis:var(--hgt-hero-slot-md,2.688rem)}}@media (width>=1201px){.hero-headline .hud-glitch-title--hero{flex-basis:var(--hgt-hero-slot-lg,3.36rem)}}.hud-glitch-title--hero .hud-glitch-title__face{color:rgb(var(--fg-rgb) / 97%);text-shadow:0 0 10px rgb(var(--ink-deep-rgb) / 50%), 0 0 24px rgb(var(--ink-deep-rgb) / 20%), 0 0 48px rgb(var(--ink-deep-rgb) / 8%)}@media (width>=1201px){.hero-left{z-index:1;max-width:min(520px,100% - 31.75rem)}.cyber-messenger{z-index:2;flex:none}}.hero-sub{font-family:var(--font-mono), monospace;color:rgb(var(--fg-rgb) / 92%);letter-spacing:.3px;text-shadow:0 0 6px rgb(var(--ink-deep-rgb) / 45%), 0 0 16px rgb(var(--ink-deep-rgb) / 20%);font-size:.9375rem;font-weight:500;display:block}.hero-meta-line{font-family:var(--font-mono), monospace;color:rgb(var(--fg-rgb) / 72%);text-align:center;letter-spacing:.08em;margin:0;font-size:.7rem;line-height:1.5}.home-tagline{font-family:var(--font-mono), monospace;color:var(--color-primary-blue);background:rgb(var(--accent-rgb) / 6%);border-left:2px solid var(--color-primary-blue);letter-spacing:.05em;margin:0;padding:.45rem .75rem;font-size:.72rem;line-height:1.5}.hero-process{align-items:flex-start;gap:0;width:100%;padding:1rem 0;display:flex;position:relative}.process-step{z-index:1;cursor:pointer;text-align:center;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;gap:.25rem;min-height:5.5rem;display:flex;position:relative}.step-number{font-family:var(--font-mono), monospace;color:rgb(var(--fg-rgb) / 85%);letter-spacing:2px;text-shadow:0 0 6px rgb(var(--ink-deep-rgb) / 40%);font-size:.7rem;font-weight:600}.step-title{font-family:var(--font-display), sans-serif;color:rgb(var(--fg-rgb) / 97%);letter-spacing:1px;text-transform:uppercase;text-shadow:0 0 8px rgb(var(--ink-deep-rgb) / 50%), 0 0 20px rgb(var(--ink-deep-rgb) / 20%);font-size:1.1rem;font-weight:800}.step-desc{font-family:var(--font-mono), monospace;color:rgb(var(--fg-rgb) / 85%);letter-spacing:.3px;text-shadow:0 0 6px rgb(var(--ink-deep-rgb) / 35%);font-size:.75rem;font-weight:500}.step-indicator{border:2px solid rgb(var(--accent-rgb) / 40%);background:rgb(var(--ink-rgb) / 90%);width:12px;height:12px;box-shadow:0 0 6px rgb(var(--accent-rgb) / 15%);margin-top:.3rem;transition:background .3s,border-color .3s,box-shadow .3s}.process-step:hover .step-indicator{background:rgb(var(--accent-rgb) / 20%);border-color:var(--accent);box-shadow:0 0 14px rgb(var(--accent-rgb) / 30%)}.process-step:focus-visible{box-shadow:inset 0 0 0 1.5px var(--accent-primary), 0 0 0 3px rgb(var(--accent-rgb) / 15%), 0 0 20px rgb(var(--accent-rgb) / 10%);outline:none}.process-step:focus-visible .step-number{color:var(--accent-primary);text-shadow:0 0 10px rgb(var(--accent-rgb) / 35%)}.process-step:focus-visible .step-title{text-shadow:0 0 8px rgb(var(--ink-deep-rgb) / 50%), 0 0 20px rgb(var(--ink-deep-rgb) / 20%), 0 0 4px rgb(var(--accent-rgb) / 30%)}.process-connector{flex-direction:column;flex:0 0 40px;justify-content:center;align-self:stretch;align-items:center;display:flex;position:relative}.connector-line{background:linear-gradient(90deg, rgb(var(--accent-rgb) / 30%), rgb(var(--accent-rgb) / 55%), rgb(var(--accent-rgb) / 30%));width:100%;height:2px;box-shadow:0 0 6px rgb(var(--accent-rgb) / 20%);display:block}.connector-dot{background:rgb(var(--accent-rgb) / 50%);border:1px solid rgb(var(--accent-rgb) / 40%);width:6px;height:6px;box-shadow:0 0 8px rgb(var(--accent-rgb) / 25%);transition:background .15s,box-shadow .15s;position:absolute}.connector-dot.pulse{background:var(--accent);box-shadow:0 0 10px rgb(var(--accent-rgb) / 40%)}.process-detail{opacity:1;background:rgb(var(--ink-deep-rgb) / 50%);border:1px solid rgb(var(--accent-rgb) / 12%);border-radius:2px;width:100%;transition:border-color .3s,box-shadow .3s;position:relative}.process-detail:focus-visible{border-color:rgb(var(--accent-rgb) / 35%);box-shadow:0 0 20px rgb(var(--accent-rgb) / 8%);outline:none}.detail-bar{background:linear-gradient(90deg, var(--accent), rgb(var(--accent-rgb) / 40%), transparent);width:100%;height:2px;transition:background .35s}.detail-bar.bar-flash{animation:.5s ease-out forwards barFlash}@keyframes barFlash{0%{background:linear-gradient(90deg, var(--accent-primary), rgb(var(--accent-rgb) / 80%), rgb(var(--accent-rgb) / 30%))}to{background:linear-gradient(90deg, var(--accent), rgb(var(--accent-rgb) / 40%), transparent)}}.detail-body{flex-direction:column;gap:.35rem;min-height:7rem;padding:.7rem .8rem .8rem;display:flex}.detail-tag{font-family:var(--font-mono), monospace;letter-spacing:2px;color:rgb(var(--accent-rgb) / 85%);text-transform:uppercase;text-shadow:0 0 6px rgb(var(--ink-deep-rgb) / 35%);font-size:.6rem;display:block}.detail-text{font-family:var(--font-mono), monospace;color:rgb(var(--fg-rgb) / 88%);text-shadow:0 0 6px rgb(var(--ink-deep-rgb) / 20%);margin:0;font-size:.8125rem;line-height:1.6}.detail-text-content,.detail-cursor{display:inline}.detail-cursor{font-family:var(--font-mono), monospace;color:var(--hud-label);opacity:0;white-space:nowrap;font-size:.8125rem}.detail-cursor.visible{opacity:1;animation:.8s infinite cursorBlink}@keyframes cursorBlink{0%,50%{opacity:1}51%,to{opacity:0}}.step-indicator.active{background:rgb(var(--accent-rgb) / 25%);border-color:var(--accent);box-shadow:0 0 14px rgb(var(--accent-rgb) / 35%)}.process-step.active-step .step-number{color:var(--accent-primary);text-shadow:0 0 10px rgb(var(--accent-rgb) / 30%)}.process-step.active-step .step-title{text-shadow:0 0 8px rgb(var(--ink-deep-rgb) / 50%), 0 0 20px rgb(var(--ink-deep-rgb) / 20%), 0 0 4px rgb(var(--accent-rgb) / 20%)}.cyber-button.hero-cta{width:100%;color:var(--white);background:rgb(var(--accent-rgb) / 25%);border:1.5px solid rgb(var(--accent-rgb) / 55%);box-shadow:inset 0 0 0 1px rgb(var(--accent-rgb) / 15%), 0 0 24px rgb(var(--accent-rgb) / 18%);&:before{background:rgb(var(--fg-rgb) / 55%);border:1.5px solid rgb(var(--fg-rgb) / 65%)}&:hover{background:rgb(var(--accent-rgb) / 35%);border-color:rgb(var(--accent-rgb) / 75%);color:var(--color-text);box-shadow:inset 0 0 0 1px rgb(var(--accent-rgb) / 20%), 0 0 32px rgb(var(--accent-rgb) / 25%);&:before{background:var(--color-text);border-color:rgb(var(--fg-rgb) / 75%)}}}.cyber-messenger{background:rgb(var(--ink-rgb) / 92%);border:1px solid rgb(var(--accent-rgb) / 18%);-webkit-backdrop-filter:blur(16px);width:460px;max-width:94vw;height:640px;max-height:85vh;box-shadow:0 0 60px rgb(var(--accent-rgb) / 6%), 0 0 120px rgb(var(--accent-rgb) / 3%);border-radius:2px;flex-direction:column;display:flex;position:relative;overflow:hidden}.cyber-messenger .msg-body:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(rgb(var(--accent-rgb) / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(var(--accent-rgb) / 2.5%) 1px, transparent 1px);background-size:24px 24px;position:absolute;inset:0}.msg-history{z-index:1;flex-direction:column;gap:.4rem;display:flex;position:relative}.cyber-messenger:before{content:"";background:linear-gradient(90deg, var(--accent), rgb(var(--accent-rgb) / 30%), var(--accent));z-index:2;pointer-events:none;width:100%;height:2px;position:absolute;top:0;left:0}.cyber-messenger:after{content:"";background:linear-gradient(90deg, transparent, rgb(var(--accent-rgb) / 10%), transparent);z-index:2;pointer-events:none;width:100%;height:1px;position:absolute;bottom:0;left:0}.msg-header{border-bottom:1px solid rgb(var(--accent-rgb) / 10%);z-index:3;background:var(--surface-overlay-soft);-webkit-backdrop-filter:blur(6px);flex-shrink:0;align-items:center;gap:.65rem;padding:.55rem .75rem .55rem .85rem;display:flex;position:relative;overflow:visible;&:after{content:"";pointer-events:none;z-index:1;background:repeating-linear-gradient(to bottom, transparent, transparent 2px, rgb(var(--accent-rgb) / 4%) 2px, rgb(var(--accent-rgb) / 4%) 4px);position:absolute;inset:0}}.msg-header>*{z-index:2;position:relative}.msg-header-info{flex-direction:column;flex:1;gap:.05rem;min-width:0;display:flex}.msg-header-actions{flex-shrink:0;align-items:center;gap:.3rem;display:flex}.msg-header-icon{background:rgb(var(--ink-rgb) / 85%);border:1px solid rgb(var(--accent-rgb) / 18%);width:32px;min-width:32px;height:32px;min-height:32px;color:rgb(var(--accent-rgb) / 65%);cursor:pointer;border-radius:2px;justify-content:center;align-items:center;text-decoration:none;transition:color .2s,border-color .2s,box-shadow .2s,background .2s;display:flex;position:relative;&:before{content:"";border-top:1px solid rgb(var(--accent-rgb) / 0%);border-left:1px solid rgb(var(--accent-rgb) / 0%);width:4px;height:4px;transition:border-color .2s;position:absolute;top:2px;left:2px}&:hover{color:var(--accent-primary);border-color:rgb(var(--accent-rgb) / 45%);background:rgb(var(--accent-rgb) / 6%);box-shadow:0 0 12px rgb(var(--accent-rgb) / 12%);&:before{border-color:rgb(var(--accent-rgb) / 55%)}}&:active{background:rgb(var(--accent-rgb) / 10%)}}.msg-header-menu-btn{background:0 0;border-color:#0000;padding:0}.msg-header-menu{position:relative}.msg-header-menu-popover{z-index:30;background:var(--surface-panel-solid);border:1px solid rgb(var(--accent-rgb) / 25%);min-width:150px;box-shadow:0 12px 40px #00000026, 0 0 20px rgb(var(--accent-rgb) / 8%), inset 0 1px 0 rgb(var(--accent-rgb) / 5%);-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;transform:translateY(-4px);&:before{content:"";z-index:2;background:linear-gradient(90deg, transparent, var(--accent-primary) 35%, var(--accent-cyan) 65%, transparent);opacity:.85;height:2px;position:absolute;top:0;left:0;right:0}&.open{opacity:1;visibility:visible;transform:translateY(0)}& a{font-family:var(--font-mono), monospace;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--fg-rgb) / 75%);border-left:2px solid #0000;align-items:center;padding:.55rem 1rem;font-size:.68rem;text-decoration:none;transition:color .15s,background .15s,border-color .15s,padding .15s;display:flex;&:not(:first-child){border-top:1px solid rgb(var(--accent-rgb) / 6%)}&:hover,&:focus-visible{color:var(--accent-primary);background:rgb(var(--accent-rgb) / 5%);border-left-color:var(--accent-primary);outline:none;padding-left:1.2rem}&:focus-visible{box-shadow:inset 0 0 0 1px var(--accent-primary)}}& hr[role=separator]{all:unset;background:linear-gradient(90deg, rgb(var(--accent-rgb) / 18%), rgb(var(--accent-rgb) / 6%), transparent);border:none;height:1px;margin:0;padding:0;display:block}}.contact-name{font-family:var(--font-display), sans-serif;color:rgb(var(--fg-rgb) / 90%);letter-spacing:.5px;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:700;line-height:1.2;overflow:hidden}.contact-status{font-family:var(--font-mono), monospace;color:rgb(var(--fg-rgb) / 50%);align-items:center;gap:.3rem;font-size:.58rem;line-height:1.2;display:flex}.status-dot{background:var(--accent-primary);width:5px;height:5px;box-shadow:0 0 6px var(--accent-primary-glow);border-radius:50%;animation:1.5s infinite alternate hud-blink}.msg-body{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--accent-primary-dim) var(--black);flex-direction:column;flex:1;min-height:0;padding:.75rem .85rem;display:flex;position:relative;overflow:hidden auto}.msg-body::-webkit-scrollbar{width:4px}.msg-body::-webkit-scrollbar-track{background:var(--black);border-left:1px solid rgb(var(--accent-rgb) / 10%)}.msg-body::-webkit-scrollbar-thumb{background:var(--accent-primary-dim);box-shadow:0 0 8px var(--accent-primary-glow);border-radius:2px}.msg-body::-webkit-scrollbar-thumb:hover{background:var(--accent-primary);box-shadow:0 0 14px var(--accent-primary-glow)}@media (width>=1201px){.msg-history{margin-top:auto}}.msg-footer{background:rgb(var(--ink-rgb) / 85%);border-top:1px solid #0000;flex-shrink:0;padding:0 .85rem .85rem;display:none}.msg-footer.has-chips{border-top-color:rgb(var(--accent-rgb) / 8%);padding-top:.65rem;display:block}.msg-footer .chips-container{margin-top:0;margin-left:0}.bubble{font-family:var(--font-mono), monospace;word-break:break-word;max-width:88%;padding:.6rem .9rem;font-size:.9375rem;line-height:1.55;animation:.25s backwards bubbleIn}.bubble.bot{background:var(--surface-panel);border:1px solid rgb(var(--accent-rgb) / 18%);color:rgb(var(--fg-rgb) / 85%);box-shadow:inset 0 0 0 1px rgb(var(--accent-rgb) / 4%), 0 0 12px rgb(var(--accent-rgb) / 3%);border-radius:2px;align-self:flex-start;position:relative}.bubble.bot:before{content:"";background:linear-gradient(90deg, var(--accent), rgb(var(--accent-rgb) / 30%), transparent);width:100%;height:2px;position:absolute;top:0;left:0}.bubble.bot:after{content:"■";color:var(--hud-label);font-size:.35rem;position:absolute;top:5px;right:6px}.bubble.user{background:linear-gradient(135deg, rgb(var(--accent-rgb) / 12%), rgb(var(--accent-rgb) / 5%));border:1px solid rgb(var(--accent-rgb) / 18%);color:rgb(var(--fg-rgb) / 85%);border-radius:2px;align-self:flex-end;position:relative}.bubble.user:before{content:"";background:linear-gradient(180deg, var(--accent), transparent);width:2px;height:100%;position:absolute;top:0;right:0}@keyframes bubbleIn{0%{opacity:0;transform:translateY(6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.chips-container{flex-wrap:wrap;align-self:flex-start;gap:.4rem;margin-top:.25rem;margin-left:.25rem;display:flex}.chip-btn{font-family:var(--font-mono), monospace;letter-spacing:.3px;color:rgb(var(--fg-rgb) / 80%);background:rgb(var(--ink-rgb) / 90%);border:1px solid rgb(var(--accent-rgb) / 18%);cursor:pointer;box-shadow:inset 0 0 0 1px rgb(var(--accent-rgb) / 3%), 0 0 8px rgb(var(--accent-rgb) / 2%);border-radius:2px;align-items:center;gap:.5rem;padding:.4rem .8rem .4rem .5rem;font-size:.8125rem;transition:background .2s,border-color .2s;animation:.3s backwards chipIn;display:flex;position:relative}.chip-btn:before{content:"";background:rgb(var(--accent-rgb) / 25%);border:1px solid rgb(var(--accent-rgb) / 15%);flex-shrink:0;width:6px;height:6px;transition:background .2s,box-shadow .2s}.chip-btn:hover{background:var(--surface-panel);border-color:var(--accent);color:var(--color-text)}.chip-btn:hover:before{background:var(--accent);box-shadow:0 0 8px rgb(var(--accent-rgb) / 40%)}@keyframes chipIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.typing-indicator{background:var(--surface-panel);border:1px solid rgb(var(--accent-rgb) / 12%);border-radius:2px;align-self:flex-start;align-items:center;gap:4px;margin-top:.25rem;padding:.5rem .8rem;display:none;position:relative}.typing-indicator:before{content:"";background:linear-gradient(90deg, var(--accent), transparent);width:100%;height:1px;position:absolute;top:0;left:0}.typing-indicator.active{display:flex}.typing-indicator .dot{background:rgb(var(--fg-rgb) / 25%);width:5px;height:5px;animation:1.2s infinite dotPulse}.typing-indicator .dot:nth-child(2){animation-delay:.15s}.typing-indicator .dot:nth-child(3){animation-delay:.3s}@keyframes dotPulse{0%,60%,to{opacity:.3}30%{opacity:1;background:var(--accent)}}@media (width<=1200px){.cyber-hero{height:auto;min-height:0;padding:calc(var(--site-header-height,72px) + .65rem) 1.25rem 1.5rem;flex-direction:column;align-items:stretch;gap:1.5rem;overflow:visible}.cyber-messenger{width:100%;max-width:460px;height:calc(100dvh - var(--site-header-height,72px) - 1.25rem);max-height:calc(100dvh - var(--site-header-height,72px) - 1.25rem);flex-shrink:0;margin:0 auto}.site-consultant{order:-1}.hero-left{text-align:center;order:1;align-items:center;max-width:100%}.cyber-button.hero-cta{align-self:center}.process-connector{flex-basis:20px}.step-title{font-size:.85rem}.bubble.bot,.bubble.user{align-self:center;max-width:92%}.msg-body{flex:1;justify-content:flex-start;min-height:0;overflow-y:auto}}@media (width<=600px){.cyber-hero{padding-left:1rem;padding-right:1rem}.cyber-messenger{width:100%;max-width:100%;height:calc(100dvh - var(--site-header-height,72px) - 1rem);max-height:calc(100dvh - var(--site-header-height,72px) - 1rem);border-radius:2px}.msg-body{padding:.65rem .75rem}.msg-header{padding:.65rem .85rem}.chip-btn{padding:.35rem .65rem .35rem .45rem;font-size:.75rem}}
