:root{--bg:#fff;--bg-soft:#f7f7fb;--ink:#2c2a4a;--ink-soft:#6b6890;--coral:#ff5a5f;--yellow:#ffc93c;--indigo:#2c2a4a;--line:#2c2a4a1a}[data-astro-cid-lcdefpme]{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Work Sans,sans-serif;line-height:1.6}h1[data-astro-cid-lcdefpme],h2[data-astro-cid-lcdefpme]{letter-spacing:-.01em;margin:0;font-family:Outfit,sans-serif;font-weight:700}.hl[data-astro-cid-lcdefpme]{color:var(--coral)}.concept-banner[data-astro-cid-lcdefpme]{z-index:100;background:var(--indigo);color:#fff;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem 1.2rem;padding:.6rem 1.2rem;font-size:.8rem;display:flex;position:sticky;top:0}.concept-banner[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{color:var(--yellow)}.concept-banner[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:#fff;white-space:nowrap;font-weight:600;text-decoration:underline}.topbar[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;padding:1.8rem 1.5rem 0;display:flex}.brand[data-astro-cid-lcdefpme]{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800}.tier-tag[data-astro-cid-lcdefpme]{letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--coral);border-radius:999px;padding:.3rem .7rem;font-size:.65rem;font-weight:700}.hero[data-astro-cid-lcdefpme]{text-align:center;max-width:700px;margin:0 auto;padding:4rem 1.5rem 2.5rem}.eyebrow[data-astro-cid-lcdefpme]{color:var(--coral);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.85rem;font-weight:700}.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme]{font-size:clamp(2.1rem,5.5vw,3rem);line-height:1.15}.hero-sub[data-astro-cid-lcdefpme]{color:var(--ink-soft);margin-top:1.2rem;font-size:1.05rem}.product-grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,1fr);gap:.7rem;max-width:700px;margin:0 auto 4rem;padding:0 1.5rem;display:grid}.product[data-astro-cid-lcdefpme]{aspect-ratio:1;border-radius:14px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.product[data-astro-cid-lcdefpme]:hover{transform:scale(1.05)rotate(-1deg)}.product[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:cover;width:100%;height:100%;display:block}.product-cta[data-astro-cid-lcdefpme]{background:var(--indigo);color:#fff;text-align:center;justify-content:center;align-items:center;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700;line-height:1.4;display:flex}.tag[data-astro-cid-lcdefpme]{color:var(--ink);background:#fff;border-radius:999px;padding:.2rem .5rem;font-size:.62rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.automation[data-astro-cid-lcdefpme]{text-align:center;max-width:480px;margin:0 auto 4rem;padding:0 1.5rem}.automation[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{font-size:1.4rem}.lead[data-astro-cid-lcdefpme]{color:var(--ink-soft);margin:.5rem 0 1.4rem;font-size:.85rem}.widget[data-astro-cid-lcdefpme]{background:var(--bg-soft);text-align:left;border-radius:18px;overflow:hidden}.widget-head[data-astro-cid-lcdefpme]{background:var(--indigo);color:#fff;padding:.9rem 1.2rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700}.widget-body[data-astro-cid-lcdefpme]{flex-direction:column;gap:.6rem;min-height:60px;padding:1.1rem 1.1rem .4rem;display:flex}.msg{opacity:0;border-radius:14px;max-width:88%;padding:.55rem .85rem;font-size:.82rem;animation:.3s forwards pop-in;transform:translateY(6px)}@keyframes pop-in{to{opacity:1;transform:none}}.msg.user{border:1px solid var(--line);background:#fff;margin-left:auto}.msg.bot{border:2px solid var(--coral);background:#fff;margin-right:auto}.typing{border:2px solid var(--coral);background:#fff;border-radius:14px;gap:3px;width:fit-content;margin-right:auto;padding:.5rem .85rem;display:flex}.typing span{background:var(--coral);opacity:.5;border-radius:50%;width:5px;height:5px;animation:1.1s infinite blink}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes blink{0%,80%,to{opacity:.3}40%{opacity:1}}.options{flex-direction:column;gap:.5rem;padding:.8rem 1.1rem 1.2rem;display:flex}.options button{color:var(--indigo);border:1px solid var(--line);text-align:center;cursor:pointer;background:#fff;border-radius:999px;padding:.55rem .9rem;font-family:Work Sans,sans-serif;font-size:.78rem;font-weight:600;transition:border-color .15s}.options button:hover:not(:disabled){border-color:var(--coral)}.options button:disabled{opacity:.4;cursor:default}.site-footer[data-astro-cid-lcdefpme]{border-top:1px solid var(--line);max-width:1000px;color:var(--ink-soft);flex-wrap:wrap;justify-content:space-between;gap:.6rem;margin:0 auto;padding:2.5rem 1.5rem 3.5rem;font-size:.8rem;display:flex}.site-footer[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:var(--coral);font-weight:700;text-decoration:none}.pop[data-astro-cid-lcdefpme]{opacity:0;transition:opacity .5s cubic-bezier(.34,1.56,.64,1),transform .5s cubic-bezier(.34,1.56,.64,1);transform:translateY(16px)scale(.97)}.pop[data-astro-cid-lcdefpme].in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.pop[data-astro-cid-lcdefpme]{opacity:1;transition:none;transform:none}}
