.hero-fullscreen{min-height:100vh;display:flex;align-items:center}.chat-mockup{background:#f9fafb;border-radius:20px;padding:30px;box-shadow:0 20px 40px rgba(0,0,0,0.08);max-width:420px;margin-left:auto}.chat-bubble{background:#ffffff;padding:14px 18px;border-radius:14px;margin-bottom:12px;font-size:14px}.chat-bubble.user{background:#e53935;color:#ffffff;margin-left:40px}.chat-badge{font-size:12px;color:#6b7280;margin-top:15px}.hero-fullscreen{border:5px solid red!important}.chat-bubble{opacity:0;animation:fadeUp 0.6s ease forwards}chat-mockup>div.chat-bubble:nth-of-type(1){animation-delay:1.8s}.chat-mockup>div.chat-bubble:nth-of-type(2){animation-delay:3s}.chat-mockup>div.chat-bubble:nth-of-type(3){animation-delay:4.2s}.chat-product{opacity:0;animation:fadeUp 0.6s ease forwards;animation-delay:5.4s}@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}