.phero{background:var(--color-ground);padding:64px 0 80px;overflow:hidden}.phero__grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:64px;display:grid}.phero__badge{font-family:var(--font-ui);letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--color-ink);border-radius:var(--radius-sm);align-items:center;margin-bottom:22px;padding:5px 11px;font-size:11px;font-weight:600;display:inline-flex}.phero__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--color-ink);max-width:640px;margin-bottom:22px;font-size:clamp(34px,4.6vw,60px);font-weight:800;line-height:1.08}.phero__title-accent{color:#3d7dd4}.phero__sub{font-family:var(--font-ui);color:var(--color-muted);max-width:480px;margin-bottom:32px;font-size:18px;line-height:1.7}.phero__actions{flex-wrap:wrap;gap:12px;margin-bottom:40px;display:flex}.phero__stats{align-items:center;gap:24px;display:flex}.phero__stat{flex-direction:column;gap:3px;display:flex}.phero__stat-num{font-family:var(--font-display);letter-spacing:-.03em;color:var(--color-ink);font-size:26px;font-weight:800;line-height:1}.phero__stat-label{font-family:var(--font-ui);color:var(--color-subdued);font-size:13px}.phero__stat-div{background:var(--color-border);width:1px;height:36px}.phero__chat{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-hover);overflow:hidden}.phero__chat-head{border-bottom:1px solid var(--color-border);align-items:center;gap:9px;padding:14px 18px;display:flex}.phero__chat-dot{background:var(--color-accent);border-radius:50%;width:8px;height:8px}.phero__chat-name{font-family:var(--font-display);color:var(--color-ink);flex:1;font-size:14px;font-weight:600}.phero__chat-status{color:var(--success);font-size:11px;font-weight:600}.phero__chat-body{flex-direction:column;gap:12px;padding:18px;display:flex}.phero__row{align-items:flex-end;gap:8px;display:flex}.phero__row--user{justify-content:flex-end}.phero__row--agent{justify-content:flex-start}.phero__logo{background:var(--color-accent);color:#fff;width:28px;height:28px;font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex}.phero__bubble{max-width:78%;font-family:var(--font-ui);border-radius:14px;padding:10px 14px;font-size:13.5px;line-height:1.5}.phero__bubble--user{background:var(--color-accent);color:#fff;border-bottom-right-radius:4px}.phero__bubble--agent{background:var(--color-surface-2);color:var(--color-ink);border-bottom-left-radius:4px}.phero__chat-input{border:1px solid var(--color-border);border-radius:var(--radius-pill);font-family:var(--font-ui);color:var(--color-subdued);justify-content:space-between;align-items:center;margin:4px 18px 18px;padding:11px 16px;font-size:13px;display:flex}.phero__send{background:var(--color-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;display:flex}@media (max-width:900px){.phero__grid{grid-template-columns:1fr;gap:44px}.phero__mock{max-width:460px}}@media (max-width:480px){.phero__stats{gap:16px}.phero__actions .btn{justify-content:center;width:100%}}
