/* Fia's entrance, greeting, native voice controls and rotating offer edges. */
body:after{opacity:.72;background:radial-gradient(ellipse 44% 16% at 8% 18%,transparent 60%,rgba(106,75,255,.19) 61%,transparent 63%),radial-gradient(ellipse 42% 14% at 94% 44%,transparent 60%,rgba(59,130,246,.15) 61%,transparent 63%),radial-gradient(ellipse 52% 20% at 45% 88%,transparent 61%,rgba(184,92,246,.12) 62%,transparent 64%)}.service-card:after,.pack-card:before{content:"";position:absolute;inset:-1px;padding:1.7px;border-radius:inherit;background:conic-gradient(from 0deg,transparent 0 57%,rgba(59,130,246,.05) 63%,rgba(154,104,255,.8) 73%,rgba(184,92,246,.28) 78%,transparent 86%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:edge-orbit 13s linear infinite;z-index:0}.service-card>*{position:relative;z-index:1}.pack-card:before{z-index:0;animation-duration:15s}.pack-card>*{position:relative;z-index:1}@keyframes edge-orbit{to{rotate:360deg}}.fia-assistant{animation:fia-entry .7s cubic-bezier(.2,.8,.2,1) both}.fia-greeting{position:absolute;right:0;bottom:62px;width:245px;padding:12px 15px;border:1.5px solid rgba(184,146,255,.65);border-radius:14px 14px 4px 14px;background:linear-gradient(135deg,rgba(55,35,105,.96),rgba(18,30,63,.97));color:#efe8ff;font-size:.73rem;line-height:1.4;box-shadow:0 12px 30px rgba(12,8,30,.45),0 0 18px rgba(106,75,255,.2);animation:fia-salute 4.8s ease-in-out .55s both}.fia-greeting:after{content:"";position:absolute;right:24px;bottom:-8px;width:14px;height:14px;background:#2e2059;border-right:1.5px solid rgba(184,146,255,.65);border-bottom:1.5px solid rgba(184,146,255,.65);transform:rotate(45deg)}.fia-robot-art{display:block;width:43px;height:43px;object-fit:cover;object-position:50% 10%;border-radius:50%;filter:drop-shadow(0 0 10px rgba(106,75,255,.65));transition:transform .3s}.fia-launcher:hover .fia-robot-art{transform:rotate(-4deg) scale(1.08)}.fia-assistant.is-thinking .fia-robot-art{animation:fia-writing .55s ease-in-out infinite alternate}.fia-message{display:flex;align-items:flex-end;gap:7px}.fia-message>span{flex:1}.fia-speak{flex:0 0 auto;width:25px;height:25px;border:1px solid rgba(184,146,255,.42);border-radius:8px;background:rgba(106,75,255,.17);color:#d6c6ff;cursor:pointer;font-size:.82rem;line-height:1}.fia-speak:hover{background:rgba(106,75,255,.38);color:#fff}.fia-speak:focus-visible{outline:2px solid #5f9cff;outline-offset:2px}@keyframes fia-entry{from{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:none}}@keyframes fia-salute{0%{opacity:0;transform:translate(12px,10px) scale(.88)}12%{opacity:1;transform:translate(0,0) scale(1)}72%{opacity:1;transform:translate(0,0) scale(1)}100%{opacity:0;transform:translate(0,4px) scale(.96)}}@keyframes fia-writing{to{transform:translateY(-2px) rotate(2deg)}}@media(prefers-reduced-motion:reduce){.service-card:after,.pack-card:before{animation:none}.fia-assistant,.fia-greeting,.fia-robot-art{animation:none}}
