.industry-impact-cards{display:flex;flex-wrap:wrap;gap:20px}.industry-impact-card{display:flex;flex-direction:column;gap:0;padding:0;border-radius:16px;width:100%;background:#ffffff;border:1px solid rgba(106,90,205,.12);box-shadow:0 2px 12px rgba(106,90,205,.06),0 1px 3px rgba(0,0,0,.04);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.industry-impact-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(106,90,205,.13),0 2px 8px rgba(0,0,0,.06)}.industry-impact-header{width:100%;padding:14px 20px;background:linear-gradient(100deg,rgba(138,43,226,.22),rgba(106,90,205,.2) 50%,rgba(0,130,190,.18));border-bottom:1px solid rgba(106,90,205,.15)}.industry-impact-title{color:#1e0f5c}.industry-impact-list{list-style:none;margin:0;padding:16px 20px 20px;display:flex;flex-direction:column;gap:10px;width:100%}.industry-impact-list-item{display:flex;align-items:flex-start;gap:10px}.industry-impact-bullet{flex-shrink:0;margin-top:7px;width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#a856f7,#00a1e0)}.industry-impact-text{font-size:14px;font-weight:400;color:#374151;line-height:1.6}.industry-impact-text strong{font-weight:700;color:#1f2937}.industry-impact-card:last-child:nth-child(odd){width:100%}@media (min-width:768px){.industry-impact-card{width:calc(50% - 10px)}.industry-impact-card:last-child:nth-child(odd){width:100%}}