:root{color:#1e293b;background:#f8fafc;font-family:Arial,Helvetica,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{margin:0}.page-shell{background:linear-gradient(#f8fafc 0%,#eef2ff 100%);min-height:100vh;padding:40px 20px 120px}.hero-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;max-width:880px;margin:0 auto;padding:32px;box-shadow:0 12px 30px #0f172a14}.hero-card h1{margin:0 0 12px;font-size:40px}.hero-card p{color:#475569;max-width:700px;margin:0}.eyebrow{color:#334155;text-transform:uppercase;background:#e2e8f0;border-radius:999px;margin-bottom:10px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-block}.feature-list{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.feature-item{background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;padding:10px 14px;font-size:14px}.chatbot-panel{z-index:9999;background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:360px;max-width:calc(100vw - 24px);position:fixed;bottom:120px;right:24px;overflow:hidden}.chatbot-header{color:#fff;background:#6d28d9;justify-content:space-between;padding:14px 16px;display:flex}.chatbot-messages{background:#f8fafc;max-height:420px;padding:14px;overflow-y:auto}.message-row{margin-bottom:12px;display:flex}.user-row{justify-content:flex-end}.assistant-row{justify-content:flex-start}.message-bubble{border-radius:16px;max-width:85%;padding:12px 14px;font-size:14px}.assistant-bubble{background:#f3f0ff;border:1px solid #dcd6ff}.user-bubble{color:#fff;background:#0f172a}.cta-link{background:#fff;border:1px solid #cbd5e1;border-radius:12px;margin-top:10px;padding:8px 12px;text-decoration:none;display:inline-block}.chatbot-input-row{border-top:1px solid #e2e8f0;gap:8px;padding:12px;display:flex}.chatbot-input{border:1px solid #cbd5e1;border-radius:12px;flex:1;padding:10px 12px}.send-button{color:#fff;cursor:pointer;background:#6d28d9;border:0;border-radius:12px;padding:10px 14px}.chatbot-launcher{z-index:9999;cursor:pointer;background:0 0;border:none;padding:0;position:fixed;bottom:24px;right:24px}.chat-icon-image{object-fit:contain;background:#fff;border:2px solid #6d28d9;border-radius:50%;width:84px;height:84px;padding:6px;transition:transform .2s,box-shadow .2s;box-shadow:0 6px 12px #0003,0 0 12px #6d28d959}.chat-icon-image:hover{transform:scale(1.08);box-shadow:0 8px 18px #00000040,0 0 18px #6d28d999}.chatbot-panel{border:1px solid #e2e8f0;box-shadow:0 10px 30px #6d28d926}
