.live-counter{background:linear-gradient(135deg,#667eea,#764ba2);padding:12px 24px;border-radius:50px;display:inline-flex;align-items:center;box-shadow:0 4px 15px rgba(102,126,234,.4);margin-bottom:20px;animation:fadeInUp .6s ease-out}.live-counter-content{display:flex;align-items:center;gap:12px;color:#fff;font-weight:600}.live-indicator{display:flex;align-items:center;gap:6px;padding:4px 12px;background:hsla(0,0%,100%,.2);border-radius:20px}.live-dot{width:8px;height:8px;background:#0f8;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite;box-shadow:0 0 10px rgba(0,255,136,.8)}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}.live-text{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.counter-label{font-size:14px;opacity:.95}.counter-value{font-size:20px;font-weight:700;display:flex;align-items:baseline;gap:4px;animation:countUpdate .3s ease-out}@keyframes countUpdate{0%{transform:scale(1.1)}to{transform:scale(1)}}.counter-currency{font-size:16px;margin-left:2px}@media (max-width:768px){.live-counter{padding:10px 20px;margin-bottom:16px}.counter-label{font-size:12px}.counter-value{font-size:18px}.counter-currency{font-size:14px}}@media (max-width:480px){.live-counter{padding:8px 16px}.live-counter-content{gap:8px}.counter-label{display:none}.live-text{font-size:10px}}.video-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-modal-content{position:relative;width:100%;max-width:1200px;background:#000;border-radius:12px;overflow:hidden;animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.video-modal-close{position:absolute;top:15px;right:15px;background:hsla(0,0%,100%,.1);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;color:#fff}.video-modal-close:hover{background:hsla(0,0%,100%,.2);transform:rotate(90deg)}.video-modal-title{position:absolute;top:15px;left:20px;color:#fff;font-size:18px;font-weight:600;margin:0;z-index:10;text-shadow:0 2px 4px rgba(0,0,0,.5)}.video-modal-player{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-element,.video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.video-element{object-fit:contain;background:#000}@media (max-width:768px){.video-modal-overlay{padding:10px}.video-modal-content{max-width:100%}.video-modal-title{font-size:16px;left:15px;top:12px;max-width:calc(100% - 70px)}.video-modal-close{width:36px;height:36px;top:10px;right:10px}}@media (max-width:480px){.video-modal-title{font-size:14px}.video-modal-close{width:32px;height:32px}}.video-modal-overlay.closing{animation:fadeOut .3s ease-out forwards}.video-modal-overlay.closing .video-modal-content{animation:slideDown .3s ease-out forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(30px);opacity:0}}.hero{background:var(--bg-dark);padding:80px 0 50px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:radial-gradient(circle at 20% 50%,rgba(28,120,255,.18) 0,transparent 52%),radial-gradient(circle at 80% 80%,rgba(28,120,255,.08) 0,transparent 55%);pointer-events:none}.hero-content{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:3rem;gap:3rem;align-items:start;position:relative;z-index:1}.hero-text{overflow:visible}.hero-title{font-size:3.5rem;line-height:1.1;margin-bottom:1rem;color:var(--text-primary);font-weight:400;letter-spacing:-.01em;font-family:var(--font-headings)}.hero-subtitle{font-size:1.5rem;line-height:1.4;color:var(--text-primary);margin-bottom:.75rem;font-family:var(--font-body);font-weight:600}.hero-description{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.5rem;font-family:var(--font-body);font-weight:400}.hero-bullets{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;grid-gap:.5rem;gap:.5rem}.hero-bullets li{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary)}.hero-bullets li:before{content:"";display:inline-block;width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary))}.hero-download-buttons{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;align-items:center}.download-button{display:inline-block;transition:transform .3s ease,opacity .3s ease}.download-button:hover{transform:translateY(-2px);opacity:.9}.download-button img{height:50px;width:auto;display:block}.watch-demo-button{margin-bottom:2rem}.hero-video-preview{margin:0 0 1.5rem;padding:.75rem;border-radius:16px;background:var(--bg-surface);display:flex;align-items:center;gap:.75rem;border:1px solid var(--border-weak)}.hero-video{width:140px;height:90px;object-fit:cover;border-radius:12px;box-shadow:var(--shadow-strong)}.hero-video-label{color:var(--text-secondary);font-size:.95rem;line-height:1.4;max-width:260px}.roi-stats-container{display:flex;gap:2rem;align-items:center;margin-bottom:2rem;flex-wrap:nowrap}.roi-banner{display:flex;align-items:center;gap:1.5rem;padding:1.25rem 1.75rem;background:linear-gradient(135deg,rgba(28,120,255,.1),rgba(28,120,255,.05));border:1px solid rgba(28,120,255,.25);border-radius:var(--radius-lg);flex-wrap:wrap;flex:1 1 auto;min-width:300px}.roi-item{display:flex;flex-direction:column;gap:.25rem}.roi-item strong{font-size:1.125rem;font-weight:700;color:var(--text-primary)}.roi-item span{font-size:.875rem;color:var(--text-secondary)}.roi-highlight,.roi-highlight strong{color:var(--cta-primary)}.roi-highlight strong{font-size:1.25rem}.roi-separator{color:hsla(0,0%,100%,.3);font-size:1.5rem}.trust-badges{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:2.5rem}.trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.trust-badge svg{color:var(--cta-primary);flex-shrink:0}.hero-stats{display:flex;flex-direction:column;gap:.75rem;flex:0 0 auto;min-width:280px;max-width:400px}.stat{display:flex;flex-direction:column}.stat-label{font-size:.9375rem;color:var(--text-secondary);line-height:1.5}.hero-image{position:relative;display:flex;align-items:flex-start;justify-content:flex-end;overflow:visible;height:100%;min-height:600px;padding-top:0;margin-top:-60px}.hero-phone-mockup-link{display:block;text-decoration:none;cursor:pointer;transition:transform .3s ease}.hero-phone-mockup-link:hover{transform:scale(1.05)}.hero-phone-mockup-link:hover .hero-phone-mockup{animation-duration:2s}.hero-phone-mockup{position:relative;width:100%;max-width:650px}.phone-mockup-image{width:100%;height:auto;max-height:700px;object-fit:contain;display:block;filter:drop-shadow(0 20px 60px rgba(28,120,255,.32)) drop-shadow(0 0 40px rgba(28,120,255,.24));position:relative;z-index:1}@media (max-width:1024px){.hero-content{gap:2rem}.hero-title{font-size:3rem}.hero-phone-mockup{max-width:550px}.phone-mockup-image{max-height:600px}}@media (max-width:768px){.hero{padding:80px 0 60px}.hero-content{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.hero-download-buttons{justify-content:center}.download-button img{height:45px}.hero-image{min-height:420px}.roi-stats-container{flex-direction:column;gap:1.5rem}.roi-banner{flex-direction:column;align-items:flex-start;gap:1rem}.hero-stats,.roi-banner{min-width:auto}.roi-separator{display:none}.trust-badges{gap:1rem}.hero-text{order:1}.hero-image{order:2;justify-content:center;min-height:400px;margin-top:0}.hero-phone-mockup{max-width:450px}.phone-mockup-image{max-height:500px}}@media (max-width:480px){.hero-title{font-size:1.875rem}.hero-subtitle{font-size:1.125rem}.download-button img{height:40px}.hero-image{min-height:350px;margin-top:0}.hero-phone-mockup{max-width:320px}.phone-mockup-image{max-height:450px}}