/* Dreamy Art Studio — Version 6 industry decision visuals */
.industry-proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.industry-proof h2 { max-width: 900px; }
.industry-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 42px; }
.industry-proof-grid article { display: grid; gap: 20px; min-height: 200px; padding: 27px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.industry-proof-grid p { margin: 0; color: var(--white); font: 400 1.3rem/1.2 var(--serif); }
.proof-icon { position: relative; display: grid; width: 54px; height: 54px; place-items: center; }
.proof-search .scan-ring { width: 15px; height: 15px; box-shadow: 0 0 0 8px rgba(141,243,194,.14); }
.proof-search .scan-ring::after { inset: -16px; }
.proof-map .map-pin { font-size: 3rem; line-height: 1; filter: drop-shadow(0 0 8px rgba(141,243,194,.35)); animation: star-signal-v5 3.4s ease-in-out infinite; }
.proof-chat .typing { gap: 6px; margin: 0; }
.proof-chat .typing i { width: 9px; height: 9px; }

@media (max-width: 850px) {
  .industry-proof-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 30px; }
  .industry-proof-grid article { grid-template-columns: 60px 1fr; align-items: center; min-height: 0; padding: 22px; }
  .industry-proof-grid p { font-size: 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  .proof-map .map-pin { animation: none; }
}
