:root{--kb-red:#EB3223;--kb-red-dark:#d12c1f;--kb-blue:#3b76e1;--kb-ink:#0f172a;--kb-text:#475569;--kb-line:#e5e7eb;--kb-bg:#ffffff;--kb-surface:#f8fafc;--radius-2xl:1.25rem;--shadow-soft:0 6px 20px rgba(15,23,42,.06);--shadow-card:0 10px 30px rgba(15,23,42,.08)}[data-astro-cid-4hpecqkw]{box-sizing:border-box}.hero[data-astro-cid-4hpecqkw]{position:relative;overflow:hidden}.hero[data-astro-cid-4hpecqkw]:before{content:"";position:absolute;inset:0;background:radial-gradient(1200px 600px at 20% -10%,rgba(59,118,225,.08),transparent 60%),radial-gradient(900px 500px at 110% 10%,rgba(59,118,225,.08),transparent 60%)}.hero-inner[data-astro-cid-4hpecqkw]{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:36px 0}@media (max-width:980px){.hero-inner[data-astro-cid-4hpecqkw]{grid-template-columns:1fr;padding:20px 0;text-align:center}}@media (max-width:980px){.hero-inner[data-astro-cid-4hpecqkw] .justify-start[data-astro-cid-4hpecqkw]{justify-content:center}}.hero[data-astro-cid-4hpecqkw] h1[data-astro-cid-4hpecqkw]{font-size:clamp(28px,4vw,42px);line-height:1.1;margin:0 0 14px}.hero[data-astro-cid-4hpecqkw] p[data-astro-cid-4hpecqkw]{color:var(--kb-text);font-size:18px;margin:0 0 22px}.chat-mockup[data-astro-cid-4hpecqkw]{background:#fff;border:1px solid var(--kb-line);border-radius:1.25rem;box-shadow:var(--shadow-card);max-width:420px;margin:auto}.chat-header[data-astro-cid-4hpecqkw]{padding:12px 16px;background:var(--kb-surface);border-bottom:1px solid var(--kb-line);font-size:14px;font-weight:600;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.chat-body[data-astro-cid-4hpecqkw]{padding:16px;display:flex;flex-direction:column;gap:16px;height:420px;overflow-y:auto}.chat-message-row[data-astro-cid-4hpecqkw]{display:flex;align-items:flex-end;gap:8px;max-width:90%}.chat-message-row[data-astro-cid-4hpecqkw].sent{align-self:flex-end;flex-direction:row-reverse}.chat-message-row[data-astro-cid-4hpecqkw].received{align-self:flex-start}.chat-avatar[data-astro-cid-4hpecqkw]{width:32px;height:32px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;flex-shrink:0}.chat-message-row[data-astro-cid-4hpecqkw].sent .chat-avatar[data-astro-cid-4hpecqkw]{background-color:var(--kb-blue)}.chat-message-row[data-astro-cid-4hpecqkw].received .chat-avatar[data-astro-cid-4hpecqkw]{background-color:#64748b}.chat-bubble-wrapper[data-astro-cid-4hpecqkw]{display:flex;flex-direction:column}.chat-bubble[data-astro-cid-4hpecqkw]{max-width:100%;font-size:14px;line-height:1.4;padding:8px 14px;border-radius:18px}.chat-bubble[data-astro-cid-4hpecqkw].sent{background-color:var(--kb-blue);color:#fff;border-bottom-right-radius:4px}.chat-bubble[data-astro-cid-4hpecqkw].received{background-color:var(--kb-surface);color:var(--kb-ink);border-bottom-left-radius:4px}.timestamp-receipt[data-astro-cid-4hpecqkw]{display:flex;justify-content:flex-end;align-items:center;gap:8px}.chat-timestamp[data-astro-cid-4hpecqkw]{font-size:11px;color:#9ca3af;margin-top:4px;padding:0 8px}.chat-message-row[data-astro-cid-4hpecqkw].sent .timestamp-receipt[data-astro-cid-4hpecqkw]{padding-right:8px}.chat-message-row[data-astro-cid-4hpecqkw].received .chat-timestamp[data-astro-cid-4hpecqkw]{text-align:left}.read-receipt[data-astro-cid-4hpecqkw]{font-size:11px;color:var(--kb-blue);display:flex;align-items:center;gap:4px;font-weight:500}.chat-bubble[data-astro-cid-4hpecqkw].image{padding:0;background:0 0;border-radius:12px;overflow:visible;align-self:flex-start;position:relative;width:180px;height:135px;cursor:pointer}.chat-bubble[data-astro-cid-4hpecqkw].image img[data-astro-cid-4hpecqkw]{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:1}.chat-bubble[data-astro-cid-4hpecqkw].image:hover img[data-astro-cid-4hpecqkw]{transform:scale(2.5);box-shadow:0 0 20px #00000080;z-index:10}.voice-message[data-astro-cid-4hpecqkw]{display:flex;align-items:center;gap:10px;padding:8px 12px!important;cursor:pointer;text-decoration:none;width:220px}.voice-message[data-astro-cid-4hpecqkw] .play-icon-container[data-astro-cid-4hpecqkw]{font-size:12px;width:28px;height:28px;background-color:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.waveform[data-astro-cid-4hpecqkw]{flex-grow:1;height:2px;background-color:#ffffff80;position:relative}.playhead[data-astro-cid-4hpecqkw]{width:8px;height:8px;border-radius:50%;background-color:#fff;position:absolute;top:50%;left:0;transform:translateY(-50%);transition:left .1s linear}.duration[data-astro-cid-4hpecqkw]{font-size:12px;color:#fffc;font-weight:500}.chat-bubble[data-astro-cid-4hpecqkw].task{background:#fefce8;border:1px solid #fde047;display:flex;align-items:center;gap:8px;border-radius:12px}.chat-footer[data-astro-cid-4hpecqkw]{padding:12px;border-top:1px solid var(--kb-line);color:#9ca3af;font-size:14px;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.section[data-astro-cid-4hpecqkw],.full-width-section[data-astro-cid-4hpecqkw]{padding:56px 0}.title[data-astro-cid-4hpecqkw]{font-size:32px;text-align:center;margin-bottom:12px}.subtitle[data-astro-cid-4hpecqkw]{font-size:18px;text-align:center;color:var(--kb-text);max-width:650px;margin:0 auto 48px}.cards[data-astro-cid-4hpecqkw]{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}@media (max-width:640px){.cards[data-astro-cid-4hpecqkw]{grid-template-columns:1fr}}.card[data-astro-cid-4hpecqkw]{background:#fff;border:1px solid var(--kb-line);border-radius:var(--radius-2xl);padding:22px;box-shadow:var(--shadow-soft)}.card[data-astro-cid-4hpecqkw] h3[data-astro-cid-4hpecqkw]{margin:10px 0 6px;font-size:16px}.muted[data-astro-cid-4hpecqkw]{color:var(--kb-text);font-size:14px}.icon[data-astro-cid-4hpecqkw]{width:36px;height:36px;border-radius:12px;background:#3b76ff1a;display:flex;align-items:center;justify-content:center}.icon[data-astro-cid-4hpecqkw] svg[data-astro-cid-4hpecqkw]{width:18px;height:18px;color:var(--kb-blue)}