.au-demo{--au-green:#1a5c38;--au-green-lt:#e8f4ec;--au-orange:#f0a500;--au-orange-dk:#cc8a00;--au-cream:#f4f9f5;--au-text:#111c17;--au-muted:#4a5e52;--au-border:#c8ddd0;background:var(--au-cream);color:var(--au-text);min-height:100vh}.au-demo-banner{color:#ffffffd9;text-align:center;background:#0b1e12;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;padding:10px 16px;font-size:13px;display:flex}.au-banner-cta{color:var(--au-orange);white-space:nowrap;font-weight:600;text-decoration:none}.au-banner-cta:hover{text-decoration:underline}.au-main{max-width:640px;margin:0 auto;padding:0 20px 90px}.au-hero{text-align:center;padding:72px 0 26px}.au-kicker{letter-spacing:2px;text-transform:uppercase;color:var(--au-green);margin-bottom:12px;font-size:12px;font-weight:600}.au-hero h1{font-family:var(--font-lora), "Lora", serif;letter-spacing:-1px;margin-bottom:18px;font-size:clamp(32px,6vw,48px);font-weight:700;line-height:1.1}.au-hero p{color:var(--au-muted);max-width:520px;margin:0 auto;font-size:16px;line-height:1.75}.au-hero-note{color:#8f6400;margin-top:30px;font-size:13px;font-weight:600}.au-scene{padding:54px 0 8px}.au-scene-head{text-align:center;margin-bottom:24px}.au-scene-head h2{font-family:var(--font-lora), "Lora", serif;letter-spacing:-.5px;font-size:clamp(22px,4vw,30px);font-weight:700;line-height:1.2}.au-caption{text-align:center;color:var(--au-muted);max-width:480px;margin:20px auto 0;font-size:14.5px;line-height:1.7}.au-phone{border:1.5px solid var(--au-border);background:#fff;border-radius:26px;max-width:400px;margin:0 auto;overflow:hidden;box-shadow:0 16px 44px #00000017}.au-phone-top{border-bottom:1px solid var(--au-border);background:#fafdfb;align-items:center;gap:10px;padding:14px 16px;display:flex}.au-phone-avatar{background:var(--au-green-lt);width:32px;height:32px;color:var(--au-green);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.au-phone-contact{flex:1;font-size:14px;font-weight:600}.au-replay{border:1px solid var(--au-border);color:var(--au-muted);cursor:pointer;background:0 0;border-radius:100px;padding:4px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}.au-replay:hover{border-color:var(--au-green);color:var(--au-green)}.au-phone-screen{flex-direction:column;gap:10px;min-height:240px;padding:18px 14px 20px;display:flex}.au-msg-row{flex-direction:column;animation:.35s au-pop;display:flex}.au-msg-in{align-items:flex-start}.au-msg-out{align-items:flex-end}.au-msg-time{color:var(--au-muted);align-self:center;margin-bottom:5px;font-size:11px;font-weight:500}.au-bubble{border-radius:18px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.55}.au-msg-in .au-bubble{color:var(--au-text);background:#edf1ee;border-bottom-left-radius:6px}.au-msg-out .au-bubble{background:var(--au-green);color:#fff;border-bottom-right-radius:6px}.au-msg-tag{color:#8f6400;margin-top:5px;font-size:11px;font-weight:600}@keyframes au-pop{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.au-typing{align-items:center;gap:4px;min-height:20px;display:inline-flex}.au-typing span{opacity:.5;background:currentColor;border-radius:50%;width:6px;height:6px;animation:1s infinite au-blink}.au-typing span:nth-child(2){animation-delay:.18s}.au-typing span:nth-child(3){animation-delay:.36s}@keyframes au-blink{0%,to{opacity:.25}50%{opacity:.9}}.au-chat{border:1.5px solid var(--au-border);background:#fff;border-radius:20px;max-width:400px;margin:0 auto;overflow:hidden;box-shadow:0 16px 44px #00000017}.au-chat-head{background:var(--au-green);color:#fff;align-items:center;gap:8px;padding:13px 16px;font-size:13px;font-weight:600;display:flex}.au-chat-dot{background:#7be495;border-radius:50%;flex-shrink:0;width:8px;height:8px}.au-chat-body{flex-direction:column;gap:10px;min-height:150px;padding:16px 14px;display:flex}.au-chat-msg{border-radius:16px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.55;animation:.35s au-pop}.au-chat-bot{background:#edf1ee;border-bottom-left-radius:6px;align-self:flex-start}.au-chat-user{background:var(--au-green);color:#fff;border-bottom-right-radius:6px;align-self:flex-end}.au-chat-chips{flex-wrap:wrap;gap:8px;padding:4px 14px 16px;display:flex}.au-chip{border:1.5px solid var(--au-green);color:var(--au-green);cursor:pointer;background:0 0;border-radius:100px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.au-chip:hover{background:var(--au-green);color:#fff}.au-chip-done{color:var(--au-muted);padding-top:2px;font-size:13px;line-height:1.6}.au-dash{border:1.5px solid var(--au-border);opacity:0;background:#fff;border-radius:20px;max-width:480px;margin:0 auto;padding:20px;transition:opacity .6s,transform .6s;transform:translateY(20px);box-shadow:0 16px 44px #00000017}.au-dash-in{opacity:1;transform:translateY(0)}.au-dash-stats{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px;display:grid}.au-dash-stat{background:var(--au-cream);text-align:center;border-radius:12px;padding:12px 6px}.au-dash-val{font-family:var(--font-lora), "Lora", serif;color:var(--au-green);font-size:22px;font-weight:700}.au-dash-lbl{color:var(--au-muted);margin-top:3px;font-size:10px;font-weight:500;line-height:1.3}.au-dash-list{flex-direction:column;display:flex}.au-dash-row{border-top:1px solid #edf1ee;justify-content:space-between;align-items:center;gap:10px;padding:11px 2px;display:flex}.au-dash-name{font-size:14px;font-weight:600}.au-dash-src{color:var(--au-muted);margin-top:1px;font-size:12px}.au-status{white-space:nowrap;border-radius:100px;padding:4px 10px;font-size:11px;font-weight:700}.au-status-booked{background:var(--au-green-lt);color:var(--au-green)}.au-status-replied{color:var(--au-orange-dk);background:#fff8e6}.au-status-follow{color:var(--au-muted);background:#edf1ee}.au-closer{text-align:center;padding:70px 0 10px}.au-closer h2{font-family:var(--font-lora), "Lora", serif;letter-spacing:-.5px;margin-bottom:14px;font-size:clamp(24px,4.5vw,34px);font-weight:700;line-height:1.2}.au-closer p{color:var(--au-muted);max-width:440px;margin:0 auto 28px;font-size:15px;line-height:1.7}.au-closer-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.au-btn-primary{background:var(--au-green);color:#fff;border-radius:10px;padding:14px 26px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 16px #1a5c384d}.au-btn-primary:hover{background:#145030;transform:translateY(-2px)}.au-btn-ghost{color:var(--au-text);border:1.5px solid var(--au-border);background:#fff;border-radius:10px;padding:14px 26px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.au-btn-ghost:hover{border-color:var(--au-green);color:var(--au-green)}@media (max-width:480px){.au-dash-stats{grid-template-columns:repeat(2,1fr)}.au-demo-banner{gap:8px;font-size:12px}}
