.hear-action{position:relative;background-color:var(--bg-primary);padding:var(--space-4xl) 0;overflow:hidden}.hear-action__tabs{display:flex;justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-wrap:wrap}.hear-action__tab-btn{padding:.6rem 1.2rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);font-family:var(--font-sans);font-size:.88rem;font-weight:500;cursor:pointer;transition:all .2s var(--ease-out)}.hear-action__tab-btn:hover{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--border-hover)}.hear-action__tab-btn--active{background:var(--accent-primary-muted);color:var(--accent-primary-hover);border-color:var(--accent-primary);box-shadow:0 0 16px rgba(99,102,241,.15),0 0 0 1px rgba(99,102,241,.2);transform:translateY(-1px)}.hear-action__player{max-width:960px;margin:0 auto}.hear-action__player-inner{display:grid;grid-template-columns:1.2fr 1.8fr;gap:var(--space-xl);min-height:400px}.hear-action__controls-panel{display:flex;flex-direction:column;justify-content:space-between;padding:var(--space-sm);border-right:1px solid var(--border)}@media (max-width:768px){.hear-action__player-inner{grid-template-columns:1fr;min-height:auto}.hear-action__controls-panel{border-right:none;border-bottom:1px solid var(--border);padding-bottom:var(--space-xl);gap:var(--space-lg)}}.hear-action__controls-header{display:flex;justify-content:space-between;align-items:flex-start}.hear-action__header-icon{width:38px;height:38px;border-radius:var(--radius-md);background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.hear-action__player-title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:2px}.hear-action__player-subtitle{font-size:.78rem;color:var(--text-muted)}.hear-action__pulse-badge{display:inline-flex;align-items:center;gap:6px;padding:.25rem .6rem;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.25);border-radius:var(--radius-full);color:var(--accent-emerald);font-size:.72rem;font-weight:600}.hear-action__pulse-badge .dot{width:6px;height:6px;background-color:var(--accent-emerald);border-radius:50%;animation:pulse-active 1.5s infinite}@keyframes pulse-active{0%{transform:scale(.9);opacity:.6}50%{transform:scale(1.3);opacity:1}to{transform:scale(.9);opacity:.6}}.hear-action__progress-block{display:flex;align-items:center;gap:var(--space-md);margin:var(--space-xl) 0;width:100%}.hear-action__time{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);min-width:32px}.hear-action__slider{flex-grow:1;height:4px;border-radius:var(--radius-full);background:var(--bg-tertiary);outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.hear-action__slider::-webkit-slider-runnable-track{background:var(--bg-tertiary);border-radius:var(--radius-full);height:4px}.hear-action__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:var(--accent-primary-hover);margin-top:-4px;box-shadow:0 0 10px rgba(99,102,241,.4)}.hear-action__actions-row{display:flex;align-items:center;gap:var(--space-lg)}.hear-action__play-btn{width:48px;height:48px;border-radius:50%;background:var(--gradient-primary);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px rgba(99,102,241,.3);transition:all .2s var(--ease-out)}.hear-action__play-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(99,102,241,.45)}.hear-action__play-btn:active{transform:scale(.95);box-shadow:0 2px 8px rgba(99,102,241,.3)}@keyframes play-pulse{0%,to{box-shadow:0 4px 14px rgba(99,102,241,.3),0 0 0 0 rgba(99,102,241,.25)}50%{box-shadow:0 4px 14px rgba(99,102,241,.4),0 0 0 8px rgba(99,102,241,0)}}.hear-action__play-btn--playing{background:var(--bg-elevated);border:1px solid var(--border-hover);animation:play-pulse 2s cubic-bezier(.22,1,.36,1) infinite}.hear-action__waveform{display:flex;align-items:center;gap:3px;height:38px;flex-grow:1}.hear-action__wave-bar{flex-grow:1;width:3px;background:var(--border-hover);border-radius:var(--radius-full)}.hear-action__wave-bar--active{background:var(--gradient-primary);animation:wave-dance 1s ease-in-out infinite alternate}@keyframes wave-dance{0%{transform:scaleY(.25)}to{transform:scaleY(1.25)}}.hear-action__transcript-panel{display:flex;flex-direction:column;background:rgba(0,0,0,.2);border-radius:var(--radius-md);border:1px solid var(--border);overflow:hidden;height:380px}.hear-action__transcript-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;background:var(--bg-tertiary);border-bottom:1px solid var(--border);font-size:.8rem;font-weight:600;color:var(--text-primary);letter-spacing:.02em}.hear-action__transcript-status{font-size:.72rem;color:var(--accent-primary-hover);background:rgba(99,102,241,.1);padding:.2rem .5rem;border-radius:var(--radius-sm)}.hear-action__transcript-body{flex-grow:1;padding:1.25rem;overflow-y:auto;position:relative}.hear-action__transcript-body::-webkit-scrollbar{width:5px}.hear-action__transcript-body::-webkit-scrollbar-track{background:transparent}.hear-action__transcript-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}.hear-action__transcript-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-muted);gap:var(--space-md);text-align:center;padding:var(--space-xl)}.play-hint-icon{color:var(--text-faint);animation:float 4s ease-in-out infinite}.hear-action__messages-list{display:flex;flex-direction:column;gap:var(--space-md)}.hear-action__msg-row{display:flex;gap:12px;max-width:85%;align-items:flex-start;opacity:.2;transition:opacity .4s var(--ease-out),transform .4s var(--ease-out)}.hear-action__msg-row--past{opacity:.5}.hear-action__msg-row--future{opacity:.15}.hear-action__msg-row--active{opacity:1;transform:scale(1.02)}.hear-action__msg-row--active .hear-action__msg-bubble{box-shadow:0 0 20px rgba(99,102,241,.25);border-color:rgba(99,102,241,.4)!important}.hear-action__msg-row--bot{align-self:flex-start}.hear-action__msg-row--user{align-self:flex-end;flex-direction:row-reverse}.hear-action__msg-avatar{font-size:.68rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);margin-top:6px;width:32px;text-align:center;transition:color .3s var(--ease-out)}.hear-action__msg-row--active .hear-action__msg-avatar{color:var(--text-primary)!important}.hear-action__msg-row--user .hear-action__msg-avatar{color:var(--accent-primary-hover)}.hear-action__msg-bubble{padding:10px 14px;border-radius:16px;font-size:.84rem;line-height:1.5;position:relative;border:1px solid transparent;transition:border-color .3s var(--ease-out),box-shadow .3s var(--ease-out)}.hear-action__msg-row--bot .hear-action__msg-bubble{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:4px 16px 16px 16px;border:1px solid var(--border)}.hear-action__msg-row--user .hear-action__msg-bubble{background:var(--gradient-cyan);color:#fff;border-radius:16px 4px 16px 16px;box-shadow:0 2px 10px rgba(6,182,212,.15)}.hear-action__msg-time{display:block;font-family:var(--font-mono);font-size:.65rem;color:var(--text-muted);margin-top:4px;text-align:right}.hear-action__msg-row--user .hear-action__msg-time{color:hsla(0,0%,100%,.6)}.hear-action__footer-features{display:flex;justify-content:center;align-items:center;gap:var(--space-xl);margin-top:var(--space-2xl);flex-wrap:wrap}.hear-action__footer-feature{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--text-secondary);font-weight:500}.hear-action__footer-check{width:18px;height:18px;border-radius:50%;background:rgba(16,185,129,.15);color:var(--accent-emerald);display:flex;align-items:center;justify-content:center}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:var(--space-5xl) 0;--phone-scale:1;--notif-scale:1}.hero__bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero__orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15}.hero__orb--1{width:600px;height:600px;background:var(--accent-primary);top:-200px;left:-100px;animation-delay:0s}.hero__orb--2{width:400px;height:400px;background:var(--accent-secondary);top:200px;right:-50px;animation-delay:-3s;opacity:.1}.hero__orb--3{width:300px;height:300px;background:var(--accent-cyan);bottom:0;left:40%;animation-delay:-5s;opacity:.08}.hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(99,102,241,.04) 1px,transparent 0),linear-gradient(90deg,rgba(99,102,241,.04) 1px,transparent 0);background-size:60px 60px;mask-image:radial-gradient(ellipse at 50% 50%,#000 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at 50% 50%,#000 30%,transparent 80%)}.hero__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:var(--space-4xl);position:relative;z-index:1}.hero__content{display:flex;flex-direction:column;gap:var(--space-xl)}.hero__badge{display:inline-flex;align-items:center;gap:var(--space-sm);padding:.4rem 1rem;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.25);border-radius:var(--radius-full);font-size:.82rem;font-weight:600;color:var(--accent-primary-hover);width:-moz-fit-content;width:fit-content;letter-spacing:.02em}.hero__headline{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--text-primary)}.hero__desc{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;max-width:520px}.hero__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md);padding:var(--space-lg) 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.hero__stat{display:flex;flex-direction:column;gap:2px}.hero__stat-icon-wrap{display:flex;align-items:center;margin-bottom:4px;opacity:.75}.hero__stat-value{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.03em;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__stat-label{font-size:.78rem;color:var(--text-muted);margin-top:2px}.hero__actions{display:flex;gap:var(--space-md);flex-wrap:wrap}.hero__actions .btn{display:inline-flex;align-items:center}.hero__trust{display:flex;align-items:center;gap:var(--space-md)}.hero__trust-avatars{display:flex}.hero__trust-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;border:2px solid var(--bg-primary);margin-left:-8px}.hero__trust-avatar:first-child{margin-left:0}.hero__trust-text{font-size:.82rem;color:var(--text-muted);line-height:1.4}.hero__trust-stars{color:var(--accent-gold);font-size:.75rem;letter-spacing:1px;margin-bottom:2px}.hero__visual{position:relative;display:flex;align-items:center;justify-content:center;height:580px;perspective:1200px;transform-style:preserve-3d}.hero__visual-glow{position:absolute;width:380px;height:380px;background:radial-gradient(circle,rgba(99,102,241,.18) 0,transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none;z-index:1}@keyframes phone-idle{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero__phone-wrapper{display:flex;align-items:center;justify-content:center;position:relative;z-index:2;transform-style:preserve-3d;animation:phone-idle 8s cubic-bezier(.45,0,.55,1) infinite;will-change:transform}.hero__phone{width:280px;background:var(--bg-secondary);border-radius:32px;border:1px solid var(--border-hover);padding:20px 16px;box-shadow:0 0 0 1px rgba(99,102,241,.15),0 30px 60px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.07);transform:perspective(1000px) scale(var(--phone-scale)) rotateY(-14deg) rotateX(10deg) rotate(1.5deg);transform-style:preserve-3d;transition:transform .6s var(--ease-out),box-shadow .6s var(--ease-out)}.hero__phone:hover{transform:perspective(1000px) scale(var(--phone-scale)) rotateY(-4deg) rotateX(4deg) rotate(0deg) translateY(-4px);box-shadow:0 0 0 1px rgba(99,102,241,.3),0 40px 80px rgba(0,0,0,.6),inset 0 1px 0 hsla(0,0%,100%,.1)}.hero__phone-reflection{position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,0) 50%);pointer-events:none;z-index:10;border-radius:inherit}.hero__phone:before{content:"";display:block;width:80px;height:4px;background:var(--bg-elevated);border-radius:4px;margin:0 auto 16px}.hero__chat-header{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--bg-tertiary);border-radius:var(--radius-md) var(--radius-md) 0 0;border-bottom:1px solid var(--border);margin-bottom:12px}.hero__chat-avatar{width:34px;height:34px;background:linear-gradient(135deg,#7c3aed,#4f46e5 50%,#2563eb);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 0 2px rgba(124,58,237,.35);padding:5px}.hero__chat-name{font-size:.8rem;font-weight:600;color:var(--text-primary)}.hero__chat-status{font-size:.7rem;color:var(--accent-emerald);display:flex;align-items:center;gap:4px;margin-top:1px}.hero__chat-status .dot{position:relative}.hero__chat-status .dot:after{content:"";position:absolute;inset:-3px;border-radius:50%;border:1.5px solid var(--accent-emerald);animation:status-ring 2.4s cubic-bezier(.22,1,.36,1) infinite;opacity:0}@keyframes status-ring{0%{transform:scale(1);opacity:.7}to{transform:scale(2.5);opacity:0}}.hero__chat-messages{display:flex;flex-direction:column;gap:8px;padding:0 4px}.hero__chat-msg{max-width:80%;padding:8px 12px;border-radius:14px;font-size:.75rem;line-height:1.4}.hero__chat-msg--bot{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:4px 14px 14px 14px;align-self:flex-start;border:1px solid var(--border)}.hero__chat-msg--user{background:var(--gradient-primary);color:#fff;border-radius:14px 4px 14px 14px;align-self:flex-end}.hero__chat-msg--typing{display:flex;gap:4px;align-items:center;padding:10px 14px;min-width:unset;width:-moz-fit-content;width:fit-content}.hero__chat-dot{width:6px;height:6px;background:var(--text-muted);border-radius:50%;animation:typing-bounce 1.4s ease-in-out infinite}.hero__chat-dot:nth-child(2){animation-delay:.2s}.hero__chat-dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.hero__chat-msg--reveal{animation:msg-fade-in .3s ease forwards}@keyframes msg-fade-in{0%{opacity:0}to{opacity:1}}@keyframes notif-enter{0%{opacity:0;transform:translateY(16px) scale(calc(var(--notif-scale) * .95))}to{opacity:1;transform:translateY(0) scale(var(--notif-scale))}}@keyframes notif-float-a{0%,to{transform:translateY(0) scale(var(--notif-scale))}50%{transform:translateY(-5px) scale(var(--notif-scale))}}@keyframes notif-float-b{0%,to{transform:translateY(0) scale(var(--notif-scale))}50%{transform:translateY(-7px) scale(var(--notif-scale))}}.hero__notif{position:absolute;display:flex;align-items:center;gap:var(--space-sm);padding:10px 14px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);backdrop-filter:blur(20px);box-shadow:var(--shadow-md);z-index:3;white-space:nowrap}.hero__notif--1{top:60px;left:50%;margin-left:130px;right:auto}.hero__notif--hidden{opacity:0;transform:scale(.9) translateY(12px);filter:blur(2px);pointer-events:none}.hero__notif--hidden,.hero__notif--show{transition:opacity .4s var(--ease-out),transform .4s var(--ease-out),filter .4s var(--ease-out)}.hero__notif--show{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}.hero__notif--2{bottom:160px;right:50%;margin-right:135px;left:auto;opacity:0;animation:notif-enter .6s cubic-bezier(.22,1,.36,1) .4s forwards,notif-float-a 6s ease-in-out 1.1s infinite}.hero__notif--3{bottom:80px;left:50%;margin-left:140px;right:auto;opacity:0;animation:notif-enter .6s cubic-bezier(.22,1,.36,1) .75s forwards,notif-float-b 8s ease-in-out 1.45s infinite}.hero__notif-icon{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero__notif-title{font-size:.75rem;font-weight:600;color:var(--text-primary)}.hero__notif-sub{font-size:.68rem;color:var(--text-muted);margin-top:1px}.hero__fade{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,transparent,var(--bg-primary));pointer-events:none}@media (max-width:900px){.hero{--phone-scale:0.72;--notif-scale:0.72}.hero__inner{grid-template-columns:1fr;gap:var(--space-2xl);text-align:center}.hero__content{align-items:center}.hero__badge,.hero__desc{margin:0 auto}.hero__actions,.hero__stats{width:100%;justify-content:center}.hero__trust,.hero__visual{justify-content:center}.hero__visual{display:flex;align-items:center;height:480px;width:100%;margin:var(--space-xl) auto 0;overflow:visible;transform-style:preserve-3d}.hero__notif--1{top:60px;right:max(16px,6vw);left:auto;margin-left:0;transform-origin:right center}.hero__notif--2{bottom:160px;left:max(16px,6vw);right:auto;margin-right:0;transform-origin:left center}.hero__notif--3{display:none}.hero__headline{font-size:clamp(2rem,8vw,3rem)}.hero__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hero{--phone-scale:0.58;--notif-scale:0.5}.hero__visual{height:420px;margin-top:0}.hero__notif--1{top:60px;right:max(8px,3vw);left:auto;margin-left:0;transform-origin:right center}.hero__notif--2{bottom:80px;left:max(8px,3vw);right:auto;margin-right:0;transform-origin:left center}.hero__notif{padding:6px 10px;gap:6px}.hero__notif-icon{width:22px;height:22px}.hero__notif-title{font-size:.7rem}.hero__notif-sub{font-size:.62rem}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%;justify-content:center}.hero__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:360px){.hero{--phone-scale:0.48;--notif-scale:0.42}.hero__visual{height:380px}.hero__notif--1{top:50px;right:max(6px,2vw);left:auto;margin-left:0;transform-origin:right center}.hero__notif--2{bottom:60px;left:max(6px,2vw);right:auto;margin-right:0;transform-origin:left center}}.hero__trust-indicators{margin-top:16px;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px 24px;font-size:.85rem;color:var(--text-secondary);font-weight:500}.hero__trust-indicator{display:inline-flex;align-items:center;gap:6px}@media (max-width:768px){.hero__trust-indicators{flex-direction:column;gap:8px}}