.hero{align-items:center;background:var(--dark);display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-bg{background:radial-gradient(ellipse 1520px 540px at 50% 0,rgba(72,118,235,.35) 0,transparent 60%),radial-gradient(ellipse 760px 360px at 80% 50%,rgba(72,118,235,.12) 0,transparent 50%)}.hero-bg,.hero-grid{inset:0;position:absolute}.hero-grid{background-image:linear-gradient(rgba(72,118,235,.04) 1px,transparent 0),linear-gradient(90deg,rgba(72,118,235,.04) 1px,transparent 0);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,#000,transparent);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,#000,transparent)}.hero-inner{align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1680px;padding:120px 114px 80px;position:relative;width:100%;z-index:2}.hero-badge{align-items:center;animation:fadeInUp .8s ease both;background:rgba(72,118,235,.08);border:1px solid rgba(72,118,235,.3);display:inline-flex;gap:10px;margin-bottom:32px;padding:7px 16px}.hero-badge-dot{animation:pulse 2s infinite;background:var(--blue);border-radius:3px;box-shadow:0 0 18px var(--blue);height:6px;width:6px}.hero-badge span{color:var(--blue);font-size:11.5px;letter-spacing:.92px;text-transform:uppercase}.hero h1{animation:fadeInUp .8s ease .2s both;margin-bottom:24px}.hero h1 .green{color:var(--blue)}.hero-desc{animation:fadeInUp .8s ease .4s both;color:hsla(0,0%,100%,.6);font-size:16.8px;line-height:1.7;margin-bottom:40px;max-width:460px}.hero-buttons{animation:fadeInUp .8s ease .6s both;display:flex;gap:12px;margin-bottom:60px}.play-icon{align-items:center;border:1px solid hsla(0,0%,100%,.75);border-radius:4px;display:flex;height:16px;justify-content:center;position:relative;width:16px}.play-icon:after{border-bottom:4px solid transparent;border-left:6px solid hsla(0,0%,100%,.75);border-top:4px solid transparent;content:"";height:0;margin-left:2px;width:0}.hero-stats{animation:fadeInUp .8s ease .8s both;border-top:1px solid hsla(0,0%,100%,.08);display:flex;gap:60px;padding-top:28px}.hero-stat-value{font-family:var(--heading);font-size:24px;font-weight:700;letter-spacing:.96px;margin-bottom:6px}.hero-stat-label{color:#9e9e9e;font-size:11.5px;letter-spacing:.46px}.hero-visual{align-items:center;animation:fadeInRight 1s ease .4s both;background:transparent;border:0;box-shadow:none;display:flex;height:auto;justify-content:center;overflow:visible;position:relative;width:auto}.hero-visual-glow{background:radial-gradient(ellipse at center,rgba(72,118,235,.15) 0,transparent 70%);height:671px;position:absolute;width:420px}.hero-phone{background:#111b21;border:1.5px solid hsla(0,0%,100%,.08);border-radius:28px;box-shadow:0 58px 115px rgba(0,0,0,.6),inset 0 1px 0 1px hsla(0,0%,100%,.05);height:640px;overflow:hidden;position:relative;width:320px}.phone-header{background:#1f2c34;border-bottom:1px solid hsla(0,0%,100%,.04);gap:12px;height:70px;padding:0 16px}.phone-avatar,.phone-header{align-items:center;display:flex}.phone-avatar{background:linear-gradient(135deg,var(--blue),#128c7e);border-radius:50%;color:#fff;font-size:18px;font-weight:700;height:40px;justify-content:center;width:40px}.phone-name{color:#e9edef;font-size:15px;font-weight:600}.phone-status{align-items:center;color:#8696a0;display:flex;font-size:12px;gap:6px}.phone-status-dot{animation:pulse 2s infinite;background:var(--blue);border-radius:50%;box-shadow:0 0 12px var(--blue);height:7px;width:7px}.phone-body{background:linear-gradient(180deg,#0d1418,#111b21);display:flex;flex-direction:column;gap:10px;height:calc(100% - 70px);overflow:hidden;padding:16px}.chat-bubble{border-radius:10px;font-size:13px;line-height:1.6;max-width:85%;opacity:0;padding:10px 14px}.chat-bubble.sent{align-self:flex-end;background:linear-gradient(147deg,#1a3a2a,#1e4d30);border:1px solid rgba(72,118,235,.2);border-bottom-right-radius:3px;color:#fff}.chat-bubble.received{align-self:flex-start;background:#202c33;border-bottom-left-radius:3px;color:#e9edef}.chat-bubble.visible{animation:chatBubble .5s ease both}.typing-indicator{align-items:center;align-self:flex-start;background:#202c33;border-radius:10px;border-bottom-left-radius:3px;display:flex;gap:4px;opacity:0;padding:12px 16px;transition:opacity .3s ease}.typing-indicator.visible{opacity:1}.typing-dot{animation:pulse 1.4s infinite;background:#9e9e9e;border-radius:50%;height:7px;width:7px}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.chat-status-bar{align-items:center;background:rgba(72,118,235,.1);border:1px solid rgba(72,118,235,.25);border-radius:8px;color:var(--blue);display:flex;font-size:12px;gap:10px;letter-spacing:.97px;margin-top:auto;opacity:0;padding:10px 14px;transition:opacity .5s ease}.chat-status-bar.visible{opacity:1}@media (max-width:1200px){.hero-inner{padding:120px 40px 80px}.hero h1{font-size:56px}}@media (max-width:992px){.hero-inner{grid-template-columns:1fr;padding:120px 40px 60px}.hero h1{font-size:48px}.hero-visual{display:none}}@media (max-width:600px){.hero-inner{padding:100px 20px 40px}.hero h1{font-size:36px}.hero-stats{gap:20px}.hero-buttons,.hero-stats{flex-direction:column}}