.hero-section{padding:0;background:transparent;color:white;position:relative;overflow:hidden;height:85vh;min-height:550px;margin-top:0;margin-bottom:0;display:flex;align-items:center;justify-content:center}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0;pointer-events:none;min-width:100%;min-height:100%;transform:scale(1.01)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:1}.hero-stats-section{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--blue-medium) 50%,var(--blue-light) 100%);color:white;padding:65px 0 100px 0;position:relative}.hero-stats-content{text-align:center;max-width:1200px;margin:0 auto;width:100%;padding:0 20px}.hero-title{font-family:'NeoTech Bold','Arial Black',Arial,sans-serif;font-size:3.2rem;color:white;margin-bottom:25px;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,0.3)}.hero-title-orange{color:var(--primary-orange);text-shadow:2px 2px 4px rgba(0,0,0,0.3)}.hero-title-white{color:white;text-shadow:2px 2px 4px rgba(0,0,0,0.3)}.hero-description{font-family:'Lucida Sans',Arial,sans-serif;font-size:1.3rem;color:rgba(255,255,255,0.9);margin-bottom:40px;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,0.2)}.hero-cta-btn{background:linear-gradient(135deg,var(--primary-orange),#ff8c42);color:white;border:none;padding:18px 40px;font-size:1.25rem;border-radius:50px;cursor:pointer;font-family:'NeoTech Bold','Arial Black',Arial,sans-serif;margin-bottom:80px;transition:var(--transition-smooth);box-shadow:0 6px 20px rgba(240,111,12,0.5);text-shadow:1px 1px 2px rgba(0,0,0,0.2);position:relative;overflow:hidden;display:inline-block;font-weight:700;letter-spacing:0.5px}.hero-cta-btn::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,0.3);transform:translate(-50%,-50%);transition:width 0.6s ease,height 0.6s ease}.hero-cta-btn:hover::before{width:400px;height:400px}.hero-cta-btn:hover{background:linear-gradient(135deg,#e0650a,#ff7b29);transform:translateY(-4px) scale(1.03);box-shadow:0 8px 25px rgba(240,111,12,0.7)}.hero-cta-btn:active{transform:translateY(-2px) scale(1.01);box-shadow:0 4px 15px rgba(240,111,12,0.6)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;background:rgba(255,255,255,0.08);backdrop-filter:blur(15px);border-radius:20px;padding:50px 30px;border:1px solid rgba(255,255,255,0.15);max-width:1100px;margin:0 auto;box-shadow:0 8px 32px rgba(0,0,0,0.1)}.stat-card{text-align:center;padding:20px 15px;transition:all 0.3s ease;border-radius:12px}.stat-card:hover{background:rgba(255,255,255,0.05);transform:translateY(-5px)}.stat-icon{width:70px;height:70px;margin:0 auto 25px;display:flex;align-items:center;justify-content:center;position:relative;border-radius:50%;background:rgba(255,255,255,0.1);padding:15px;transition:all 0.3s ease}.stat-card:hover .stat-icon{background:rgba(255,255,255,0.15);transform:scale(1.1) rotate(5deg)}.stat-icon svg{width:40px;height:40px;stroke:currentColor;transition:all 0.3s ease}.stat-icon-rocket{color:#f06f0c}.stat-icon-rocket svg{filter:drop-shadow(0 3px 6px rgba(240,111,12,0.4))}.stat-icon-users{color:#ffffff}.stat-icon-users svg{filter:drop-shadow(0 3px 6px rgba(255,255,255,0.3))}.stat-icon-trophy{color:#f06f0c}.stat-icon-trophy svg{filter:drop-shadow(0 3px 6px rgba(240,111,12,0.4))}.stat-icon-target{color:#ffffff}.stat-icon-target svg{filter:drop-shadow(0 3px 6px rgba(255,255,255,0.3))}.stat-card:hover .stat-icon svg{transform:scale(1.15);filter:brightness(1.3)}.stat-card:hover .stat-icon-rocket svg{filter:drop-shadow(0 5px 10px rgba(240,111,12,0.6))}.stat-card:hover .stat-icon-users svg{filter:drop-shadow(0 5px 10px rgba(255,255,255,0.4))}.stat-card:hover .stat-icon-trophy svg{filter:drop-shadow(0 5px 10px rgba(240,111,12,0.6))}.stat-card:hover .stat-icon-target svg{filter:drop-shadow(0 5px 10px rgba(255,255,255,0.4))}.stat-value{font-family:'NeoTech Bold','Arial Black',Arial,sans-serif;font-size:2.8rem;font-weight:bold;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,0.4);line-height:1}.stat-label{font-family:'Lucida Sans',Arial,sans-serif;font-size:1rem;color:rgba(255,255,255,0.9);text-shadow:1px 1px 2px rgba(0,0,0,0.2);font-weight:500}@media (max-width:1024px){.hero-section{height:65vh;min-height:450px}.hero-stats-section{padding:50px 0 80px 0}.hero-cta-btn{margin-bottom:70px}.stats-grid{gap:30px;padding:45px 25px}}@media (max-width:768px){.hero-section{height:55vh;min-height:380px}.hero-stats-section{padding:45px 0 70px 0}.hero-video{object-position:center}.hero-cta-btn{padding:16px 35px;font-size:1.15rem;margin-bottom:60px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:25px;padding:40px 25px}.stat-icon{width:60px;height:60px;margin-bottom:20px}.stat-icon svg{width:32px;height:32px}.stat-value{font-size:2.4rem}.stat-label{font-size:0.95rem}.stat-card{padding:15px 10px}}@media (max-width:480px){.hero-section{height:45vh;min-height:320px}.hero-stats-section{padding:40px 0 60px 0}.hero-cta-btn{padding:14px 30px;font-size:1.05rem;margin-bottom:50px}.stats-grid{grid-template-columns:1fr;gap:20px;padding:35px 20px}.stat-icon{width:55px;height:55px;margin-bottom:18px}.stat-icon svg{width:28px;height:28px}.stat-value{font-size:2.2rem}.stat-label{font-size:0.9rem}.stat-card{padding:12px 8px}}