@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
body{background:#f0f4f8;color:#1a2332;font-family:Inter,"Segoe UI Variable","Segoe UI",system-ui,sans-serif;}
.hero{border:0;border-left:4px solid #000000;background:#ffffff;border-radius:0 20px 20px 0;box-shadow:0 4px 32px rgba(0,0,0,.08);}
.eyebrow{border-radius:12px;background:rgba(0,0,0,.1);color:#000000;font-weight:700;}
.hero h1,.landing-title{font-family:Inter,"Segoe UI Variable","Segoe UI",system-ui,sans-serif;color:#111827;letter-spacing:-.03em;}
.hero p{color:#4b5563;}
.landing-block{border:1px solid rgba(0,0,0,.07);border-radius:16px;background:#ffffff;box-shadow:0 4px 24px rgba(0,0,0,.06);}
.landing-block p{color:#4b5563;}
.landing-media{border-radius:8px;background:#e5ebf0;border:1px solid rgba(0,0,0,.06);}
.landing-caption{color:#6b7280;}
.field-shell input,.field-shell textarea{border:1.5px solid #d1d5db;border-radius:16px;background:#f9fafb;color:#1a2332;}
.field-shell input:focus,.field-shell textarea:focus{border-color:#000000;outline:none;background:#fff;box-shadow:0 0 0 3px rgba(0,0,0,.12);}
.field-shell input::placeholder,.field-shell textarea::placeholder{color:#9ca3af;}
.cta-button{border-radius:12px;background:#000000;color:#fff;font-weight:600;box-shadow:0 4px 18px rgba(0,0,0,.3);transition:background .16s,transform .16s,box-shadow .16s;}
.cta-button:hover{background:#000000;transform:translateY(-1px);box-shadow:0 6px 24px rgba(0,0,0,.4);}
.feedback{border-radius:12px;}
.feedback.success{background:rgba(16,185,129,.1);color:#065f46;}
.feedback.error{background:rgba(239,68,68,.1);color:#991b1b;}
.empty-card{border:1px solid rgba(0,0,0,.08);border-radius:20px;background:#fff;box-shadow:0 8px 40px rgba(0,0,0,.08);}
.empty-card h1{font-family:Inter,"Segoe UI Variable","Segoe UI",system-ui,sans-serif;color:#111827;}
.empty-card p{color:#4b5563;}
.chatbot-fab{background:#000000;color:#fff;box-shadow:0 6px 24px rgba(0,0,0,.36);}
.chatbot-fab:hover{background:#000000;box-shadow:0 10px 30px rgba(0,0,0,.44);transform:scale(1.06);}
.chatbot-panel{background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 24px 60px rgba(0,0,0,.14);border-radius:16px;}
.chatbot-header{background:#000000;color:#fff;}
.chatbot-avatar{background:rgba(255,255,255,.22);}
.chatbot-close{color:#fff;}
.chatbot-bubble{border-radius:12px;}
.chatbot-msg--assistant .chatbot-bubble{background:#f3f4f6;color:#1a2332;border-bottom-left-radius:4px;}
.chatbot-msg--user .chatbot-bubble{background:#000000;color:#fff;border-bottom-right-radius:4px;}
.chatbot-bubble--typing span{background:#9ca3af;}
.chatbot-footer{border-top:1px solid #e5e7eb;}
.chatbot-input{border:1.5px solid #d1d5db;border-radius:16px;background:#f9fafb;color:#1a2332;}
.chatbot-input:focus{border-color:#000000;box-shadow:0 0 0 2px rgba(0,0,0,.12);}
.chatbot-input::placeholder{color:#9ca3af;}
.chatbot-send{background:#000000;color:#fff;}
