.hero-section{color:#fff;background:linear-gradient(90deg,#0d6efd,#6610f2,#6f42c1);padding:3rem;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto}.hero-section h2{font-size:2.25rem;line-height:1.2}.hero-section p{font-size:1.2rem;line-height:1.6}.feature-badge{cursor:pointer;background-color:#3b82f680;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;transition:all .2s;display:flex}.feature-badge:hover{background-color:#fafafbcc;transform:scale(1.05)}.shield-container{width:180px;height:180px;margin-top:20px;margin-bottom:80px;position:relative}.shield-center{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;animation:1s ease-in-out infinite pulse-scale;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 30px #fff,0 0 50px #fff,0 0 70px #fff}@keyframes pulse-scale{0%{transform:translate(-50%,-50%)scale(1);box-shadow:0 0 30px #fff,0 0 50px #fff,0 0 70px #fff}50%{transform:translate(-50%,-50%)scale(1.15);box-shadow:0 0 50px #fff,0 0 70px #fff,0 0 100px #fff}to{transform:translate(-50%,-50%)scale(1);box-shadow:0 0 30px #fff,0 0 50px #fff,0 0 70px #fff}}@media (max-width:992px){.hero-section h2{font-size:2rem}.hero-section p{font-size:1.1rem}.shield-container{width:150px;height:150px}.shield-center{width:120px;height:120px}}@media (max-width:576px){.hero-section h2{font-size:1.5rem}.hero-section p{font-size:1rem}.shield-container{width:120px;height:120px}.shield-center{width:100px;height:100px}}
