/* FIXUM V525 · Formularios con propósito y adjuntos */
.v525-contact-routes{background:#f7f9fb}
.v525-route-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.v525-route-card{display:flex;min-height:190px;flex-direction:column;align-items:flex-start;gap:10px;padding:24px;border:1px solid #dbe4ea;border-radius:18px;background:#fff;color:#173247;text-decoration:none;box-shadow:0 12px 32px rgba(13,39,59,.05);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.v525-route-card:hover{transform:translateY(-3px);border-color:#aac2d3;box-shadow:0 18px 42px rgba(13,39,59,.09);color:#0d273b}
.v525-route-card.is-primary{border-color:rgba(6,59,112,.28);background:linear-gradient(145deg,#fff,#f3f8fc)}
.v525-route-card>i,.v525-route-card>svg{width:34px;height:34px;color:var(--fx-blue)}
.v525-route-card strong{font-size:1.04rem;line-height:1.25}
.v525-route-card small{color:#657b8c;line-height:1.55}
.v525-file-field{padding:16px;border:1px dashed #c7d5df;border-radius:14px;background:#f9fbfc}
.v525-file-field>span{display:flex;align-items:center;gap:7px;margin-bottom:8px;font-weight:700;color:#173247}
.v525-file-field>span small{font-weight:500;color:#718493}
.v525-file-field>small{display:block;margin-top:7px;color:#738795;font-size:.78rem;line-height:1.45}
.v525-file-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.v525-file-list span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #d9e3ea;border-radius:9px;background:#fff;color:#40586a;font-size:.78rem}
.v525-file-list span small{color:#80919d}
[data-feedback-claim][hidden],[data-feedback-suggestion][hidden]{display:none!important}
@media(max-width:991.98px){.v525-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575.98px){.v525-route-grid{grid-template-columns:1fr}.v525-route-card{min-height:0;padding:20px}}
