.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:#399dd9;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}}
.tab-container{border-radius:.5rem;position:relative;overflow:hidden}.tab-container:before{content:"";pointer-events:none;z-index:0;width:200%;height:100%;animation:3s linear infinite glowMove;position:absolute;top:0;left:-50%;transform:skew(-20deg)}@keyframes glowMove{0%{left:-50%}to{left:100%}}.tab-button{z-index:1;color:#000;background-color:#fff;border-bottom:2px solid #0000;border-radius:.5rem .5rem 0 0;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex;position:relative}.tab-button.active{color:#399dd9;border-bottom-color:#399dd9;box-shadow:0 2px 10px #0000001a}.tab-panel{z-index:1;background-color:#fff;border-radius:0 0 .5rem .5rem;padding:2rem;position:relative;box-shadow:0 2px 10px #0000001a}
.glowOverlay{pointer-events:none;z-index:5;background:linear-gradient(120deg,#ffffff0d 0%,#ffffff26 50%,#ffffff0d 100%);width:200%;height:100%;animation:6s linear infinite slideGlow;position:absolute;top:0;left:0;transform:translate(-100%)}@keyframes slideGlow{0%{transform:translate(-100%)}to{transform:translate(0%)}}.glowCard{transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.glowCard:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:10s linear infinite rotateGlow;position:absolute;top:-50%;left:-50%}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
