.StatsCard_container__NQJrC{display:flex;justify-content:center;align-items:center;padding:0;height:300px}.StatsCard_grid__3Hf34{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;max-width:800px;width:100%}.StatsCard_card__ePFKq{background-color:#161b22;border:1px solid #86ff00;border-radius:8px;padding:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease}.StatsCard_card__ePFKq:hover{transform:translateY(-3px);box-shadow:0 8px 12px rgba(0,0,0,.2)}.StatsCard_label___Mosx{font-size:.85rem;text-transform:uppercase;color:#86ff00;margin-bottom:8px;font-weight:500}.StatsCard_value__ZWa_T{font-size:1.25rem;font-weight:700;color:#fff}@media (max-width:600px){.StatsCard_grid__3Hf34{grid-template-columns:1fr}}.VideoSection2_videoSection__ynAC_{position:relative;padding:100px 0;overflow:hidden}.VideoSection2_overlay__z9yrS{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.3}.VideoSection2_overlay__z9yrS img{width:100%;height:100%;object-fit:cover}.VideoSection2_subtitle__xh977{text-align:center;color:#a0a0a0;font-size:18px;margin-top:15px;margin-bottom:40px}.VideoSection2_videoContainer__JLLhx{position:relative;z-index:1;max-width:1200px;margin:0 auto}.VideoSection2_videoWrapper__uJ69e{position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,rgba(134,255,0,.06),rgba(34,183,143,.06));padding:4px;box-shadow:0 20px 60px rgba(0,0,0,.5);transition:transform .3s ease,box-shadow .3s ease}.VideoSection2_videoWrapper__uJ69e:hover{transform:translateY(-5px);box-shadow:0 25px 80px rgba(134,255,0,.18)}.VideoSection2_video__RWsYv{width:100%;height:auto;display:block;border-radius:16px;background:#000;cursor:pointer;min-height:400px;object-fit:cover}.VideoSection2_playOverlay__wz0_V{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;transition:background .3s ease;z-index:2}.VideoSection2_playOverlay__wz0_V:hover{background:rgba(0,0,0,.6)}.VideoSection2_playOverlay__wz0_V:hover .VideoSection2_playButton__PfljV{transform:scale(1.1)}.VideoSection2_playButton__PfljV{transition:transform .3s ease;filter:drop-shadow(0 10px 30px rgba(134,255,0,.35))}.VideoSection2_playText__qojvb{color:#fff;font-size:18px;font-weight:600;margin-top:20px;text-transform:uppercase;letter-spacing:2px;animation:VideoSection2_pulse__iTncq 2s infinite}@keyframes VideoSection2_pulse__iTncq{0%,to{opacity:1}50%{opacity:.6}}.VideoSection2_controls__LgVDu{position:absolute;bottom:20px;left:20px;display:flex;gap:12px;z-index:3;opacity:0;transition:opacity .3s ease}.VideoSection2_videoWrapper__uJ69e:hover .VideoSection2_controls__LgVDu{opacity:1}.VideoSection2_controlButton__AsDWV{width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(34,183,143,.08);color:#86ff00;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.VideoSection2_controlButton__AsDWV:hover{background:rgba(34,183,143,.08);border-color:#86ff00;transform:scale(1.1)}.VideoSection2_cornerBL__YoHX5,.VideoSection2_cornerBR__WIp3R,.VideoSection2_cornerTL__JcygU,.VideoSection2_cornerTR__7BB8F{position:absolute;width:60px;height:60px;z-index:1}.VideoSection2_cornerTL__JcygU{top:0;left:0;border-top:3px solid #86ff00;border-left:3px solid #86ff00;border-radius:20px 0 0 0}.VideoSection2_cornerTR__7BB8F{top:0;right:0;border-top:3px solid #22b78f;border-right:3px solid #22b78f;border-radius:0 20px 0 0}.VideoSection2_cornerBL__YoHX5{bottom:0;left:0;border-bottom:3px solid #22b78f;border-left:3px solid #22b78f;border-radius:0 0 0 20px}.VideoSection2_cornerBR__WIp3R{bottom:0;right:0;border-bottom:3px solid #86ff00;border-right:3px solid #86ff00;border-radius:0 0 20px 0}.VideoSection2_features__JwZL8{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:30px;gap:30px;margin-top:60px}.VideoSection2_featureCard__cohit{background:linear-gradient(135deg,rgba(26,34,44,.8),rgba(35,44,54,.6));border:2px solid rgba(34,183,143,.06);border-radius:16px;padding:40px 30px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.VideoSection2_featureCard__cohit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(134,255,0,.06),transparent);transition:left .5s ease}.VideoSection2_featureCard__cohit:hover:before{left:100%}.VideoSection2_featureCard__cohit:hover{transform:translateY(-10px);border-color:#86ff00;box-shadow:0 15px 40px rgba(34,183,143,.12)}.VideoSection2_featureIcon__zhvW6{margin:0 auto 20px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:rgba(34,183,143,.06);border-radius:50%;border:2px solid rgba(34,183,143,.12);transition:all .3s ease}.VideoSection2_featureCard__cohit:hover .VideoSection2_featureIcon__zhvW6{background:rgba(34,183,143,.1);border-color:#86ff00;transform:rotateY(1turn)}.VideoSection2_featureCard__cohit h4{color:#fff;font-size:22px;font-weight:700;margin-bottom:12px;letter-spacing:1px}.VideoSection2_featureCard__cohit p{color:#a0a0a0;font-size:15px;line-height:1.6;margin:0}@media (max-width:991px){.VideoSection2_videoSection__ynAC_{padding:80px 0}.VideoSection2_video__RWsYv{min-height:300px}.VideoSection2_features__JwZL8{gap:20px}.VideoSection2_featureCard__cohit{padding:30px 20px}}@media (max-width:767px){.VideoSection2_videoSection__ynAC_{padding:60px 0}.VideoSection2_subtitle__xh977{font-size:16px}.VideoSection2_video__RWsYv{min-height:250px}.VideoSection2_playButton__PfljV svg{width:60px;height:60px}.VideoSection2_playText__qojvb{font-size:14px}.VideoSection2_controls__LgVDu{bottom:10px;left:10px;gap:8px}.VideoSection2_controlButton__AsDWV{width:40px;height:40px}.VideoSection2_controlButton__AsDWV svg{width:20px;height:20px}.VideoSection2_cornerBL__YoHX5,.VideoSection2_cornerBR__WIp3R,.VideoSection2_cornerTL__JcygU,.VideoSection2_cornerTR__7BB8F{width:40px;height:40px}.VideoSection2_features__JwZL8{grid-template-columns:1fr;gap:20px;margin-top:40px}.VideoSection2_featureCard__cohit h4{font-size:20px}.VideoSection2_featureCard__cohit p{font-size:14px}.VideoSection2_featureIcon__zhvW6{width:60px;height:60px}.VideoSection2_featureIcon__zhvW6 svg{width:30px;height:30px}}@media (max-width:480px){.VideoSection2_videoSection__ynAC_{padding:40px 0}.VideoSection2_video__RWsYv{min-height:200px}.VideoSection2_featureCard__cohit{padding:25px 15px}}